adaptic-backend 1.0.3 → 1.0.4
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/AIRecommendation.d.ts +59 -0
 - package/AIRecommendation.js +2473 -0
 - package/AIRecommendation.mjs +2473 -0
 - package/Account.d.ts +59 -0
 - package/Account.js +2248 -0
 - package/Account.mjs +2248 -0
 - package/Alert.d.ts +59 -0
 - package/Alert.js +2261 -0
 - package/Alert.mjs +2261 -0
 - package/Asset.d.ts +59 -0
 - package/Asset.js +1947 -0
 - package/Asset.mjs +1947 -0
 - package/Authenticator.d.ts +59 -0
 - package/Authenticator.js +2258 -0
 - package/Authenticator.mjs +2258 -0
 - package/City.d.ts +59 -0
 - package/City.js +1396 -0
 - package/City.mjs +1396 -0
 - package/Country.d.ts +59 -0
 - package/Country.js +1327 -0
 - package/Country.mjs +1327 -0
 - package/Customer.d.ts +59 -0
 - package/Customer.js +2246 -0
 - package/Customer.mjs +2246 -0
 - package/EconomicEvent.d.ts +59 -0
 - package/EconomicEvent.js +297 -0
 - package/EconomicEvent.mjs +297 -0
 - package/EnvironmentVariable.d.ts +59 -0
 - package/EnvironmentVariable.js +1401 -0
 - package/EnvironmentVariable.mjs +1401 -0
 - package/Holding.d.ts +59 -0
 - package/Holding.js +2470 -0
 - package/Holding.mjs +2470 -0
 - package/Location.d.ts +59 -0
 - package/Location.js +1402 -0
 - package/Location.mjs +1402 -0
 - package/News.d.ts +59 -0
 - package/News.js +316 -0
 - package/News.mjs +316 -0
 - package/Order.d.ts +59 -0
 - package/Order.js +2449 -0
 - package/Order.mjs +2449 -0
 - package/README.md +113 -98
 - package/RiskAllocation.d.ts +59 -0
 - package/RiskAllocation.js +2265 -0
 - package/RiskAllocation.mjs +2265 -0
 - package/Session.d.ts +59 -0
 - package/Session.js +2262 -0
 - package/Session.mjs +2262 -0
 - package/State.d.ts +59 -0
 - package/State.js +1600 -0
 - package/State.mjs +1600 -0
 - package/Trade.d.ts +59 -0
 - package/Trade.js +2443 -0
 - package/Trade.mjs +2443 -0
 - package/User.d.ts +59 -0
 - package/User.js +2764 -0
 - package/User.mjs +2764 -0
 - package/VerificationToken.d.ts +59 -0
 - package/VerificationToken.js +264 -0
 - package/VerificationToken.mjs +264 -0
 - package/Workspace.d.ts +59 -0
 - package/Workspace.js +2213 -0
 - package/Workspace.mjs +2213 -0
 - package/WorkspaceUser.d.ts +59 -0
 - package/WorkspaceUser.js +2838 -0
 - package/WorkspaceUser.mjs +2838 -0
 - package/generated/typegraphql-prisma/enhance.mjs +1917 -0
 - package/generated/typegraphql-prisma/enums/AIRecommendationScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/AccountScalarFieldEnum.mjs +49 -0
 - package/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/AlertType.mjs +39 -0
 - package/generated/typegraphql-prisma/enums/AssetScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/AssetType.mjs +41 -0
 - package/generated/typegraphql-prisma/enums/AuthenticatorScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/CityScalarFieldEnum.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/CountryScalarFieldEnum.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/CustomerScalarFieldEnum.mjs +45 -0
 - package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/EnvironmentVariableScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/EventImportance.mjs +38 -0
 - package/generated/typegraphql-prisma/enums/HoldingScalarFieldEnum.mjs +42 -0
 - package/generated/typegraphql-prisma/enums/JsonNullValueFilter.mjs +38 -0
 - package/generated/typegraphql-prisma/enums/LocationScalarFieldEnum.mjs +39 -0
 - package/generated/typegraphql-prisma/enums/NewsScalarFieldEnum.mjs +44 -0
 - package/generated/typegraphql-prisma/enums/NewsSentiment.mjs +38 -0
 - package/generated/typegraphql-prisma/enums/NullableJsonNullValueInput.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/NullsOrder.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/OrderScalarFieldEnum.mjs +45 -0
 - package/generated/typegraphql-prisma/enums/OrderStatus.mjs +39 -0
 - package/generated/typegraphql-prisma/enums/OrderType.mjs +39 -0
 - package/generated/typegraphql-prisma/enums/QueryMode.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/RiskAllocationScalarFieldEnum.mjs +41 -0
 - package/generated/typegraphql-prisma/enums/SessionScalarFieldEnum.mjs +41 -0
 - package/generated/typegraphql-prisma/enums/SortOrder.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/StateScalarFieldEnum.mjs +38 -0
 - package/generated/typegraphql-prisma/enums/SubscriptionPlan.mjs +38 -0
 - package/generated/typegraphql-prisma/enums/TradeAction.mjs +37 -0
 - package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +45 -0
 - package/generated/typegraphql-prisma/enums/TransactionIsolationLevel.mjs +39 -0
 - package/generated/typegraphql-prisma/enums/UserRole.mjs +38 -0
 - package/generated/typegraphql-prisma/enums/UserScalarFieldEnum.mjs +48 -0
 - package/generated/typegraphql-prisma/enums/VerificationTokenScalarFieldEnum.mjs +39 -0
 - package/generated/typegraphql-prisma/enums/WorkspaceScalarFieldEnum.mjs +61 -0
 - package/generated/typegraphql-prisma/enums/WorkspaceUserScalarFieldEnum.mjs +41 -0
 - package/generated/typegraphql-prisma/enums/index.mjs +78 -0
 - package/generated/typegraphql-prisma/helpers.mjs +52 -0
 - package/generated/typegraphql-prisma/index.mjs +46 -0
 - package/generated/typegraphql-prisma/models/AIRecommendation.mjs +86 -0
 - package/generated/typegraphql-prisma/models/Account.mjs +127 -0
 - package/generated/typegraphql-prisma/models/Alert.mjs +86 -0
 - package/generated/typegraphql-prisma/models/Asset.mjs +93 -0
 - package/generated/typegraphql-prisma/models/Authenticator.mjs +85 -0
 - package/generated/typegraphql-prisma/models/City.mjs +62 -0
 - package/generated/typegraphql-prisma/models/Country.mjs +62 -0
 - package/generated/typegraphql-prisma/models/Customer.mjs +111 -0
 - package/generated/typegraphql-prisma/models/EconomicEvent.mjs +86 -0
 - package/generated/typegraphql-prisma/models/EnvironmentVariable.mjs +85 -0
 - package/generated/typegraphql-prisma/models/Holding.mjs +85 -0
 - package/generated/typegraphql-prisma/models/Location.mjs +67 -0
 - package/generated/typegraphql-prisma/models/News.mjs +98 -0
 - package/generated/typegraphql-prisma/models/Order.mjs +106 -0
 - package/generated/typegraphql-prisma/models/RiskAllocation.mjs +80 -0
 - package/generated/typegraphql-prisma/models/Session.mjs +79 -0
 - package/generated/typegraphql-prisma/models/State.mjs +68 -0
 - package/generated/typegraphql-prisma/models/Trade.mjs +104 -0
 - package/generated/typegraphql-prisma/models/User.mjs +130 -0
 - package/generated/typegraphql-prisma/models/VerificationToken.mjs +67 -0
 - package/generated/typegraphql-prisma/models/Workspace.mjs +207 -0
 - package/generated/typegraphql-prisma/models/WorkspaceUser.mjs +80 -0
 - package/generated/typegraphql-prisma/models/index.d.ts +22 -22
 - package/generated/typegraphql-prisma/models/index.mjs +48 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/AIRecommendationCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/AggregateAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/CreateManyAIRecommendationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/CreateOneAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/DeleteManyAIRecommendationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/DeleteOneAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/FindFirstAIRecommendationOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/FindFirstAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/FindManyAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/FindUniqueAIRecommendationOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/FindUniqueAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/GroupByAIRecommendationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/UpdateManyAIRecommendationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/UpdateOneAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/UpsertOneAIRecommendationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/AggregateAIRecommendationArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/CreateManyAIRecommendationArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/CreateOneAIRecommendationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/DeleteManyAIRecommendationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/DeleteOneAIRecommendationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/FindFirstAIRecommendationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/FindFirstAIRecommendationOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/FindManyAIRecommendationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/FindUniqueAIRecommendationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/FindUniqueAIRecommendationOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/GroupByAIRecommendationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/UpdateManyAIRecommendationArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/UpdateOneAIRecommendationArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/UpsertOneAIRecommendationArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/AIRecommendation/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/AccountCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/AggregateAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/CreateManyAccountResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/CreateOneAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/DeleteManyAccountResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/DeleteOneAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/FindFirstAccountOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/FindFirstAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/FindManyAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/FindUniqueAccountOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/FindUniqueAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/GroupByAccountResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/UpdateManyAccountResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/UpdateOneAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/UpsertOneAccountResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/AggregateAccountArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/CreateManyAccountArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/CreateOneAccountArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/DeleteManyAccountArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/DeleteOneAccountArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/FindFirstAccountArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/FindFirstAccountOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/FindManyAccountArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/FindUniqueAccountArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/FindUniqueAccountOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/GroupByAccountArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/UpdateManyAccountArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/UpdateOneAccountArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/UpsertOneAccountArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Account/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/AggregateAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/AlertCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/CreateManyAlertResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/CreateOneAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/DeleteManyAlertResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/DeleteOneAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/FindFirstAlertOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/FindFirstAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/FindManyAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/FindUniqueAlertOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/FindUniqueAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/GroupByAlertResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/UpdateManyAlertResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/UpdateOneAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/UpsertOneAlertResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/AggregateAlertArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/CreateManyAlertArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/CreateOneAlertArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/DeleteManyAlertArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/DeleteOneAlertArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindUniqueAlertArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindUniqueAlertOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/UpdateManyAlertArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/UpdateOneAlertArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/UpsertOneAlertArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Alert/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/AggregateAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/AssetCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/CreateManyAssetResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/CreateOneAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/DeleteManyAssetResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/DeleteOneAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/FindFirstAssetOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/FindFirstAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/FindManyAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/FindUniqueAssetOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/FindUniqueAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/GroupByAssetResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/UpdateManyAssetResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/UpdateOneAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/UpsertOneAssetResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/AggregateAssetArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/CreateManyAssetArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/CreateOneAssetArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/DeleteManyAssetArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/DeleteOneAssetArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/FindFirstAssetArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/FindFirstAssetOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/FindManyAssetArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/FindUniqueAssetArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/FindUniqueAssetOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/GroupByAssetArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/UpdateManyAssetArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/UpdateOneAssetArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/UpsertOneAssetArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Asset/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/AggregateAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/AuthenticatorCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/CreateManyAuthenticatorResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/CreateOneAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/DeleteManyAuthenticatorResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/DeleteOneAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/FindFirstAuthenticatorOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/FindFirstAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/FindManyAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/FindUniqueAuthenticatorOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/FindUniqueAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/GroupByAuthenticatorResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/UpdateManyAuthenticatorResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/UpdateOneAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/UpsertOneAuthenticatorResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/AggregateAuthenticatorArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/CreateManyAuthenticatorArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/CreateOneAuthenticatorArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/DeleteManyAuthenticatorArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/DeleteOneAuthenticatorArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/FindFirstAuthenticatorArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/FindFirstAuthenticatorOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/FindManyAuthenticatorArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/FindUniqueAuthenticatorArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/FindUniqueAuthenticatorOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/GroupByAuthenticatorArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/UpdateManyAuthenticatorArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/UpdateOneAuthenticatorArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/UpsertOneAuthenticatorArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Authenticator/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/AggregateCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/CityCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/CreateManyCityResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/CreateOneCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/DeleteManyCityResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/DeleteOneCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/FindFirstCityOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/FindFirstCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/FindManyCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/FindUniqueCityOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/FindUniqueCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/GroupByCityResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/UpdateManyCityResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/UpdateOneCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/UpsertOneCityResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/AggregateCityArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/CreateManyCityArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/CreateOneCityArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/DeleteManyCityArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/DeleteOneCityArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/FindFirstCityArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/FindFirstCityOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/FindManyCityArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/FindUniqueCityArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/FindUniqueCityOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/GroupByCityArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/UpdateManyCityArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/UpdateOneCityArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/UpsertOneCityArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/City/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/AggregateCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/CountryCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/CreateManyCountryResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/CreateOneCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/DeleteManyCountryResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/DeleteOneCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/FindFirstCountryOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/FindFirstCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/FindManyCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/FindUniqueCountryOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/FindUniqueCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/GroupByCountryResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/UpdateManyCountryResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/UpdateOneCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/UpsertOneCountryResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/AggregateCountryArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/CreateManyCountryArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/CreateOneCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/DeleteManyCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/DeleteOneCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/FindFirstCountryArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/FindFirstCountryOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/FindManyCountryArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/FindUniqueCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/FindUniqueCountryOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/GroupByCountryArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/UpdateManyCountryArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/UpdateOneCountryArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/UpsertOneCountryArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Country/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/AggregateCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/CreateManyCustomerResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/CreateOneCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/CustomerCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/DeleteManyCustomerResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/DeleteOneCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/FindFirstCustomerOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/FindFirstCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/FindManyCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/FindUniqueCustomerOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/FindUniqueCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/GroupByCustomerResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/UpdateManyCustomerResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/UpdateOneCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/UpsertOneCustomerResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/AggregateCustomerArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/CreateManyCustomerArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/CreateOneCustomerArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/DeleteManyCustomerArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/DeleteOneCustomerArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/FindFirstCustomerArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/FindFirstCustomerOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/FindManyCustomerArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/FindUniqueCustomerArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/FindUniqueCustomerOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/GroupByCustomerArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/UpdateManyCustomerArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/UpdateOneCustomerArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/UpsertOneCustomerArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Customer/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/AggregateEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/CreateManyEconomicEventResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/CreateOneEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/DeleteManyEconomicEventResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/DeleteOneEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/EconomicEventCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/FindFirstEconomicEventOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/FindFirstEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/FindManyEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/FindUniqueEconomicEventOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/FindUniqueEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/GroupByEconomicEventResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/UpdateManyEconomicEventResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/UpdateOneEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/UpsertOneEconomicEventResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/AggregateEconomicEventArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/CreateManyEconomicEventArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/CreateOneEconomicEventArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/DeleteManyEconomicEventArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/DeleteOneEconomicEventArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindUniqueEconomicEventArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindUniqueEconomicEventOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/UpdateManyEconomicEventArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/UpdateOneEconomicEventArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/UpsertOneEconomicEventArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/AggregateEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/CreateManyEnvironmentVariableResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/CreateOneEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/DeleteManyEnvironmentVariableResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/DeleteOneEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/EnvironmentVariableCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/FindFirstEnvironmentVariableOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/FindFirstEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/FindManyEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/FindUniqueEnvironmentVariableOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/FindUniqueEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/GroupByEnvironmentVariableResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/UpdateManyEnvironmentVariableResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/UpdateOneEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/UpsertOneEnvironmentVariableResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/AggregateEnvironmentVariableArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/CreateManyEnvironmentVariableArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/CreateOneEnvironmentVariableArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/DeleteManyEnvironmentVariableArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/DeleteOneEnvironmentVariableArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/FindFirstEnvironmentVariableArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/FindFirstEnvironmentVariableOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/FindManyEnvironmentVariableArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/FindUniqueEnvironmentVariableArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/FindUniqueEnvironmentVariableOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/GroupByEnvironmentVariableArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/UpdateManyEnvironmentVariableArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/UpdateOneEnvironmentVariableArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/UpsertOneEnvironmentVariableArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/EnvironmentVariable/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/AggregateHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/CreateManyHoldingResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/CreateOneHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/DeleteManyHoldingResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/DeleteOneHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/FindFirstHoldingOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/FindFirstHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/FindManyHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/FindUniqueHoldingOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/FindUniqueHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/GroupByHoldingResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/HoldingCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/UpdateManyHoldingResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/UpdateOneHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/UpsertOneHoldingResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/AggregateHoldingArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/CreateManyHoldingArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/CreateOneHoldingArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/DeleteManyHoldingArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/DeleteOneHoldingArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/FindFirstHoldingArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/FindFirstHoldingOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/FindManyHoldingArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/FindUniqueHoldingArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/FindUniqueHoldingOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/GroupByHoldingArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/UpdateManyHoldingArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/UpdateOneHoldingArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/UpsertOneHoldingArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Holding/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/AggregateLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/CreateManyLocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/CreateOneLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/DeleteManyLocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/DeleteOneLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/FindFirstLocationOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/FindFirstLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/FindManyLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/FindUniqueLocationOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/FindUniqueLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/GroupByLocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/LocationCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/UpdateManyLocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/UpdateOneLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/UpsertOneLocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/AggregateLocationArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/CreateManyLocationArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/CreateOneLocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/DeleteManyLocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/DeleteOneLocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/FindFirstLocationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/FindFirstLocationOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/FindManyLocationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/FindUniqueLocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/FindUniqueLocationOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/GroupByLocationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/UpdateManyLocationArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/UpdateOneLocationArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/UpsertOneLocationArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Location/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/AggregateNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/CreateManyNewsResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/CreateOneNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/DeleteManyNewsResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/DeleteOneNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/FindFirstNewsOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/FindFirstNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/FindManyNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/FindUniqueNewsOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/FindUniqueNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/GroupByNewsResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/NewsCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/UpdateManyNewsResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/UpdateOneNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/UpsertOneNewsResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/AggregateNewsArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/CreateManyNewsArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/CreateOneNewsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/DeleteManyNewsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/DeleteOneNewsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/FindFirstNewsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/FindFirstNewsOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/FindManyNewsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/FindUniqueNewsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/FindUniqueNewsOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/GroupByNewsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/UpdateManyNewsArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/UpdateOneNewsArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/UpsertOneNewsArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/News/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/AggregateOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/CreateManyOrderResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/CreateOneOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/DeleteManyOrderResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/DeleteOneOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/FindFirstOrderOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/FindFirstOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/FindManyOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/FindUniqueOrderOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/FindUniqueOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/GroupByOrderResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/OrderCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/UpdateManyOrderResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/UpdateOneOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/UpsertOneOrderResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/AggregateOrderArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/CreateManyOrderArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/CreateOneOrderArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/DeleteManyOrderArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/DeleteOneOrderArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/FindFirstOrderArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/FindFirstOrderOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/FindManyOrderArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/FindUniqueOrderArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/FindUniqueOrderOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/GroupByOrderArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/UpdateManyOrderArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/UpdateOneOrderArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/UpsertOneOrderArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Order/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/AggregateRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/CreateManyRiskAllocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/CreateOneRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/DeleteManyRiskAllocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/DeleteOneRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/FindFirstRiskAllocationOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/FindFirstRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/FindManyRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/FindUniqueRiskAllocationOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/FindUniqueRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/GroupByRiskAllocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/RiskAllocationCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/UpdateManyRiskAllocationResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/UpdateOneRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/UpsertOneRiskAllocationResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/AggregateRiskAllocationArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/CreateManyRiskAllocationArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/CreateOneRiskAllocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/DeleteManyRiskAllocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/DeleteOneRiskAllocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/FindFirstRiskAllocationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/FindFirstRiskAllocationOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/FindManyRiskAllocationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/FindUniqueRiskAllocationArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/FindUniqueRiskAllocationOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/GroupByRiskAllocationArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/UpdateManyRiskAllocationArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/UpdateOneRiskAllocationArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/UpsertOneRiskAllocationArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/RiskAllocation/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/AggregateSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/CreateManySessionResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/CreateOneSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/DeleteManySessionResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/DeleteOneSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/FindFirstSessionOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/FindFirstSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/FindManySessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/FindUniqueSessionOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/FindUniqueSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/GroupBySessionResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/SessionCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/UpdateManySessionResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/UpdateOneSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/UpsertOneSessionResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/AggregateSessionArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/CreateManySessionArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/CreateOneSessionArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/DeleteManySessionArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/DeleteOneSessionArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/FindFirstSessionArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/FindFirstSessionOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/FindManySessionArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/FindUniqueSessionArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/FindUniqueSessionOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/GroupBySessionArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/UpdateManySessionArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/UpdateOneSessionArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/UpsertOneSessionArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Session/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/AggregateStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/CreateManyStateResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/CreateOneStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/DeleteManyStateResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/DeleteOneStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/FindFirstStateOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/FindFirstStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/FindManyStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/FindUniqueStateOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/FindUniqueStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/GroupByStateResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/StateCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/UpdateManyStateResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/UpdateOneStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/UpsertOneStateResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/AggregateStateArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/CreateManyStateArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/CreateOneStateArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/DeleteManyStateArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/DeleteOneStateArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/FindFirstStateArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/FindFirstStateOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/FindManyStateArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/FindUniqueStateArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/FindUniqueStateOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/GroupByStateArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/UpdateManyStateArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/UpdateOneStateArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/UpsertOneStateArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/State/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/AggregateTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/CreateManyTradeResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/CreateOneTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/DeleteManyTradeResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/DeleteOneTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/FindFirstTradeOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/FindFirstTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/FindManyTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/FindUniqueTradeOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/FindUniqueTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/GroupByTradeResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/TradeCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/UpdateManyTradeResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/UpdateOneTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/UpsertOneTradeResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/AggregateTradeArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/CreateManyTradeArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/CreateOneTradeArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/DeleteManyTradeArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/DeleteOneTradeArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindUniqueTradeArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindUniqueTradeOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/UpdateManyTradeArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/UpdateOneTradeArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/UpsertOneTradeArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Trade/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/AggregateUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/CreateManyUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/CreateOneUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/DeleteManyUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/DeleteOneUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/FindFirstUserOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/FindFirstUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/FindManyUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/FindUniqueUserOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/FindUniqueUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/GroupByUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/UpdateManyUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/UpdateOneUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/UpsertOneUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/UserCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/AggregateUserArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/CreateManyUserArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/CreateOneUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/DeleteManyUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/DeleteOneUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/FindFirstUserOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/FindManyUserArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/FindUniqueUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/FindUniqueUserOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/GroupByUserArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/UpdateManyUserArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/UpdateOneUserArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/UpsertOneUserArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/User/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/AggregateVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/CreateManyVerificationTokenResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/CreateOneVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/DeleteManyVerificationTokenResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/DeleteOneVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/FindFirstVerificationTokenOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/FindFirstVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/FindManyVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/FindUniqueVerificationTokenOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/FindUniqueVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/GroupByVerificationTokenResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/UpdateManyVerificationTokenResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/UpdateOneVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/UpsertOneVerificationTokenResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/VerificationTokenCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/AggregateVerificationTokenArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/CreateManyVerificationTokenArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/CreateOneVerificationTokenArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/DeleteManyVerificationTokenArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/DeleteOneVerificationTokenArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/FindFirstVerificationTokenArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/FindFirstVerificationTokenOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/FindManyVerificationTokenArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/FindUniqueVerificationTokenArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/FindUniqueVerificationTokenOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/GroupByVerificationTokenArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/UpdateManyVerificationTokenArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/UpdateOneVerificationTokenArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/UpsertOneVerificationTokenArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/VerificationToken/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/AggregateWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/CreateManyWorkspaceResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/CreateOneWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/DeleteManyWorkspaceResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/DeleteOneWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/FindFirstWorkspaceOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/FindFirstWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/FindManyWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/FindUniqueWorkspaceOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/FindUniqueWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/GroupByWorkspaceResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/UpdateManyWorkspaceResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/UpdateOneWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/UpsertOneWorkspaceResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/WorkspaceCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/AggregateWorkspaceArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/CreateManyWorkspaceArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/CreateOneWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/DeleteManyWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/DeleteOneWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/FindFirstWorkspaceArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/FindFirstWorkspaceOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/FindManyWorkspaceArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/FindUniqueWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/FindUniqueWorkspaceOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/GroupByWorkspaceArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/UpdateManyWorkspaceArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/UpdateOneWorkspaceArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/UpsertOneWorkspaceArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/Workspace/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/AggregateWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/CreateManyWorkspaceUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/CreateOneWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/DeleteManyWorkspaceUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/DeleteOneWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/FindFirstWorkspaceUserOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/FindFirstWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/FindManyWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/FindUniqueWorkspaceUserOrThrowResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/FindUniqueWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/GroupByWorkspaceUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/UpdateManyWorkspaceUserResolver.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/UpdateOneWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/UpsertOneWorkspaceUserResolver.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/WorkspaceUserCrudResolver.mjs +316 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/AggregateWorkspaceUserArgs.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/CreateManyWorkspaceUserArgs.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/CreateOneWorkspaceUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/DeleteManyWorkspaceUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/DeleteOneWorkspaceUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/FindFirstWorkspaceUserArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/FindFirstWorkspaceUserOrThrowArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/FindManyWorkspaceUserArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/FindUniqueWorkspaceUserArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/FindUniqueWorkspaceUserOrThrowArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/GroupByWorkspaceUserArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/UpdateManyWorkspaceUserArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/UpdateOneWorkspaceUserArgs.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/UpsertOneWorkspaceUserArgs.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/crud/WorkspaceUser/args/index.mjs +32 -0
 - package/generated/typegraphql-prisma/resolvers/crud/args.index.mjs +39 -0
 - package/generated/typegraphql-prisma/resolvers/crud/index.mjs +20 -0
 - package/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.mjs +626 -0
 - package/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.mjs +48 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateInput.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateManyAssetInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateManyAssetInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateManyInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateManyUserInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateNestedManyWithoutAssetInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateOrConnectWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateWithoutAssetInput.mjs +81 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationCreateWithoutUserInput.mjs +81 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationOrderByWithAggregationInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationOrderByWithRelationInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationScalarWhereInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationScalarWhereWithAggregatesInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateManyMutationInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateManyWithWhereWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateManyWithoutAssetNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateWithWhereUniqueWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateWithoutAssetInput.mjs +84 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpdateWithoutUserInput.mjs +84 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpsertWithWhereUniqueWithoutAssetInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationWhereInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AIRecommendationWhereUniqueInput.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCountOrderByAggregateInput.mjs +128 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateInput.mjs +128 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateManyInput.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateManyUserInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountCreateWithoutUserInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountMaxOrderByAggregateInput.mjs +128 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountMinOrderByAggregateInput.mjs +128 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountOrderByWithAggregationInput.mjs +164 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountOrderByWithRelationInput.mjs +136 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountProviderProviderAccountIdCompoundUniqueInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountScalarWhereInput.mjs +150 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountScalarWhereWithAggregatesInput.mjs +150 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpdateInput.mjs +132 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpdateManyMutationInput.mjs +125 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpdateWithoutUserInput.mjs +125 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereInput.mjs +157 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.mjs +165 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyUserInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutUserInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.mjs +93 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.mjs +90 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutUserInput.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.mjs +115 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.mjs +116 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateInput.mjs +114 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateManyInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateNestedOneWithoutHoldingsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateNestedOneWithoutOrdersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateNestedOneWithoutRecommendationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateNestedOneWithoutTradesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateOrConnectWithoutHoldingsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateOrConnectWithoutOrdersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateOrConnectWithoutRecommendationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateOrConnectWithoutTradesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateWithoutHoldingsInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateWithoutOrdersInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateWithoutRecommendationsInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetCreateWithoutTradesInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetOrderByWithAggregationInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetOrderByWithRelationInput.mjs +115 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetScalarWhereWithAggregatesInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateManyMutationInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateOneRequiredWithoutHoldingsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateOneRequiredWithoutOrdersNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateOneRequiredWithoutRecommendationsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateOneRequiredWithoutTradesNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateToOneWithWhereWithoutHoldingsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateToOneWithWhereWithoutOrdersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateToOneWithWhereWithoutRecommendationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateToOneWithWhereWithoutTradesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateWithoutHoldingsInput.mjs +110 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateWithoutOrdersInput.mjs +110 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateWithoutRecommendationsInput.mjs +110 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpdateWithoutTradesInput.mjs +110 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpsertWithoutHoldingsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpsertWithoutOrdersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpsertWithoutRecommendationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetUpsertWithoutTradesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetWhereInput.mjs +136 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AssetWhereUniqueInput.mjs +136 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateManyInput.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateManyUserInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorCreateWithoutUserInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorOrderByWithAggregationInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorOrderByWithRelationInput.mjs +93 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorScalarWhereInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorScalarWhereWithAggregatesInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpdateInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpdateManyMutationInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpdateWithoutUserInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorWhereInput.mjs +114 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/AuthenticatorWhereUniqueInput.mjs +115 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/BoolFieldUpdateOperationsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/BoolFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/BoolNullableFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/BoolNullableWithAggregatesFilter.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/BoolWithAggregatesFilter.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityCountOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityCreateInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityCreateManyInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityCreateNestedOneWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityCreateOrConnectWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityCreateWithoutWorkspaceInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityMaxOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityMinOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityNullableRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityOrderByWithAggregationInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityOrderByWithRelationInput.mjs +63 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityScalarWhereWithAggregatesInput.mjs +74 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityUpdateInput.mjs +63 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityUpdateManyMutationInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityUpdateOneWithoutWorkspaceNestedInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityUpdateToOneWithWhereWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityUpdateWithoutWorkspaceInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityUpsertWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityWhereInput.mjs +81 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CityWhereUniqueInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCountOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateInput.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateManyInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateNestedOneWithoutStatesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateNestedOneWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateOrConnectWithoutStatesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateOrConnectWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateWithoutStatesInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryCreateWithoutWorkspaceInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryMaxOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryMinOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryNullableRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryOrderByWithAggregationInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryOrderByWithRelationInput.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryScalarWhereWithAggregatesInput.mjs +74 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateInput.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateManyMutationInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateOneWithoutStatesNestedInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateOneWithoutWorkspaceNestedInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateToOneWithWhereWithoutStatesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateToOneWithWhereWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateWithoutStatesInput.mjs +63 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpdateWithoutWorkspaceInput.mjs +63 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpsertWithoutStatesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryUpsertWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryWhereInput.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CountryWhereUniqueInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerCountOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerCreateInput.mjs +105 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerCreateManyInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerCreateNestedOneWithoutUsersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerCreateOrConnectWithoutUsersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerCreateWithoutUsersInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerMaxOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerMinOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerNullableRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerOrderByWithAggregationInput.mjs +140 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerOrderByWithRelationInput.mjs +112 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerScalarWhereWithAggregatesInput.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerUpdateInput.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerUpdateManyMutationInput.mjs +102 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerUpdateOneWithoutUsersNestedInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerUpdateToOneWithWhereWithoutUsersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerUpdateWithoutUsersInput.mjs +102 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerUpsertWithoutUsersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerWhereInput.mjs +134 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/CustomerWhereUniqueInput.mjs +134 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/DateTimeFieldUpdateOperationsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/DateTimeFilter.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/DateTimeNullableFilter.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/DateTimeNullableWithAggregatesFilter.mjs +112 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/DateTimeWithAggregatesFilter.mjs +112 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertTypeFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertTypeFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertTypeWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumAssetTypeFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumAssetTypeFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumAssetTypeWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumEventImportanceFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumEventImportanceFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumEventImportanceWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumNewsSentimentFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumNewsSentimentFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumNewsSentimentWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumOrderStatusFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumOrderStatusFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumOrderStatusWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumOrderTypeFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumOrderTypeFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumOrderTypeWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumSubscriptionPlanNullableFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumSubscriptionPlanNullableWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeActionFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeActionFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeActionWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumUserRoleFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumUserRoleFilter.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnumUserRoleWithAggregatesFilter.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateManyInput.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateManyWorkspaceInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateManyWorkspaceInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateNestedManyWithoutWorkspaceInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateOrConnectWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableCreateWithoutWorkspaceInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableOrderByWithAggregationInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableOrderByWithRelationInput.mjs +94 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableScalarWhereInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableScalarWhereWithAggregatesInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpdateInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpdateManyMutationInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpdateWithoutWorkspaceInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableWhereInput.mjs +114 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableWhereUniqueInput.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/FloatFieldUpdateOperationsInput.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/FloatFilter.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/FloatWithAggregatesFilter.mjs +124 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingAvgOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCountOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyAssetInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyAssetInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyUserInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateNestedManyWithoutAssetInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateOrConnectWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutAssetInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutUserInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingMaxOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingMinOrderByAggregateInput.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingOrderByWithAggregationInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingOrderByWithRelationInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingSumOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.mjs +90 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyWithWhereWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyWithoutAssetNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithWhereUniqueWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutAssetInput.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutUserInput.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpsertWithWhereUniqueWithoutAssetInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingUserIdAssetIdCompoundUniqueInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.mjs +128 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/IntFieldUpdateOperationsInput.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/IntFilter.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/IntNullableFilter.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/IntNullableWithAggregatesFilter.mjs +124 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/IntWithAggregatesFilter.mjs +124 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/JsonNullableFilter.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/JsonNullableWithAggregatesFilter.mjs +142 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCountOrderByAggregateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateManyInput.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateManyWorkspaceInput.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateManyWorkspaceInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateNestedManyWithoutWorkspaceInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateOrConnectWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationCreateWithoutWorkspaceInput.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationMaxOrderByAggregateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationMinOrderByAggregateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationOrderByWithAggregationInput.mjs +90 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationOrderByWithRelationInput.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationScalarWhereInput.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationScalarWhereWithAggregatesInput.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpdateInput.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpdateManyMutationInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpdateManyWithWhereWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpdateManyWithoutWorkspaceNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpdateWithWhereUniqueWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpdateWithoutWorkspaceInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationUpsertWithWhereUniqueWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationWhereInput.mjs +95 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/LocationWhereUniqueInput.mjs +95 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedBoolFilter.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedBoolNullableFilter.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedBoolNullableWithAggregatesFilter.mjs +75 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedBoolWithAggregatesFilter.mjs +75 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedDateTimeFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedDateTimeNullableFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedDateTimeNullableWithAggregatesFilter.mjs +111 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedDateTimeWithAggregatesFilter.mjs +111 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertTypeFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertTypeWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAssetTypeFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAssetTypeWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumEventImportanceFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumEventImportanceWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumNewsSentimentFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumNewsSentimentWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOrderStatusFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOrderStatusWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOrderTypeFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOrderTypeWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumSubscriptionPlanNullableFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumSubscriptionPlanNullableWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeActionFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeActionWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumUserRoleFilter.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumUserRoleWithAggregatesFilter.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedFloatFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedFloatNullableFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedFloatWithAggregatesFilter.mjs +123 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedIntFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedIntNullableFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedIntNullableWithAggregatesFilter.mjs +123 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedIntWithAggregatesFilter.mjs +123 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedJsonNullableFilter.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedStringFilter.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedStringNullableFilter.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedStringNullableWithAggregatesFilter.mjs +129 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedStringWithAggregatesFilter.mjs +129 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedUuidFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedUuidNullableFilter.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedUuidNullableWithAggregatesFilter.mjs +111 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NestedUuidWithAggregatesFilter.mjs +111 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsCountOrderByAggregateInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsCreateInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsCreateManyInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsMaxOrderByAggregateInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsMinOrderByAggregateInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsOrderByWithAggregationInput.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsOrderByWithRelationInput.mjs +99 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsScalarWhereWithAggregatesInput.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsUpdateInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsUpdateManyMutationInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsWhereInput.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NewsWhereUniqueInput.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NullableBoolFieldUpdateOperationsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NullableDateTimeFieldUpdateOperationsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumSubscriptionPlanFieldUpdateOperationsInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NullableIntFieldUpdateOperationsInput.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/NullableStringFieldUpdateOperationsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderAvgOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCountOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAssetInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAssetInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyInput.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyUserInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAssetInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAssetInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutUserInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderMaxOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderMinOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithAggregationInput.mjs +139 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.mjs +118 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereWithAggregatesInput.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderSumOrderByAggregateInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.mjs +111 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.mjs +97 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAssetNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAssetInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutUserInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAssetInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.mjs +141 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.mjs +142 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCountOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateInput.mjs +81 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateManyInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateManyUserInput.mjs +74 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationCreateWithoutUserInput.mjs +74 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationMaxOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationMinOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationOrderByWithAggregationInput.mjs +115 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationOrderByWithRelationInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationScalarWhereInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationScalarWhereWithAggregatesInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpdateInput.mjs +84 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpdateManyMutationInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpdateWithoutUserInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationUserIdAssetTypeCompoundUniqueInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationWhereInput.mjs +108 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/RiskAllocationWhereUniqueInput.mjs +116 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCountOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateManyInput.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateManyUserInput.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionCreateWithoutUserInput.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionMaxOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionMinOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionOrderByWithAggregationInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionOrderByWithRelationInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionScalarWhereInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionScalarWhereWithAggregatesInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpdateInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpdateManyMutationInput.mjs +75 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpdateWithoutUserInput.mjs +75 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionWhereInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SessionWhereUniqueInput.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/SortOrderInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCountOrderByAggregateInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateInput.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateManyCountryInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateManyCountryInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateManyInput.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateNestedManyWithoutCountryInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateNestedOneWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateOrConnectWithoutCountryInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateOrConnectWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateWithoutCountryInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateCreateWithoutWorkspaceInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateMaxOrderByAggregateInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateMinOrderByAggregateInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateNullableRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateOrderByWithAggregationInput.mjs +84 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateOrderByWithRelationInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateScalarWhereInput.mjs +81 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateScalarWhereWithAggregatesInput.mjs +81 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateInput.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateManyMutationInput.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateManyWithWhereWithoutCountryInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateManyWithoutCountryNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateOneWithoutWorkspaceNestedInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateToOneWithWhereWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateWithWhereUniqueWithoutCountryInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateWithoutCountryInput.mjs +63 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpdateWithoutWorkspaceInput.mjs +63 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpsertWithWhereUniqueWithoutCountryInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateUpsertWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateWhereInput.mjs +95 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StateWhereUniqueInput.mjs +96 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StringFieldUpdateOperationsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StringFilter.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StringNullableFilter.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StringNullableListFilter.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StringNullableWithAggregatesFilter.mjs +137 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/StringWithAggregatesFilter.mjs +137 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeAvgOrderByAggregateInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyUserInput.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateNestedManyWithoutAssetInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateOrConnectWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +99 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutUserInput.mjs +99 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +139 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +118 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +125 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +125 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeSumOrderByAggregateInput.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +95 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyWithWhereWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyWithoutAssetNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithWhereUniqueWithoutAssetInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +102 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutUserInput.mjs +102 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpsertWithWhereUniqueWithoutAssetInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +139 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +140 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCountOrderByAggregateInput.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.mjs +194 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.mjs +123 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedManyWithoutCustomerInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutAccountsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutAiRecommendationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutAlertsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutAuthenticatorsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutHoldingsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutOrdersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutRiskAllocationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutSessionsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutTradesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateNestedOneWithoutWorkspacesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutAccountsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutAiRecommendationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutAlertsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutAuthenticatorsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutCustomerInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutHoldingsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutOrdersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutRiskAllocationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutSessionsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutTradesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateOrConnectWithoutWorkspacesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAiRecommendationsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlertsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutHoldingsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrdersInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutRiskAllocationsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutTradesInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutWorkspacesInput.mjs +187 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserMaxOrderByAggregateInput.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserMinOrderByAggregateInput.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithAggregationInput.mjs +158 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserOrderByWithRelationInput.mjs +200 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereInput.mjs +146 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserScalarWhereWithAggregatesInput.mjs +146 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateInput.mjs +198 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyMutationInput.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyWithWhereWithoutCustomerInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateManyWithoutCustomerNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutAccountsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutAiRecommendationsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutAlertsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutAuthenticatorsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutHoldingsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutOrdersNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutRiskAllocationsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutSessionsNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutTradesNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateOneRequiredWithoutWorkspacesNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutAccountsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutAiRecommendationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutAlertsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutAuthenticatorsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutHoldingsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutOrdersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutRiskAllocationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutSessionsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutTradesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateToOneWithWhereWithoutWorkspacesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithWhereUniqueWithoutCustomerInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAccountsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAiRecommendationsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAlertsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutAuthenticatorsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutCustomerInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutHoldingsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutOrdersInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutRiskAllocationsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutSessionsInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutTradesInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpdateWithoutWorkspacesInput.mjs +191 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithWhereUniqueWithoutCustomerInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutAccountsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutAiRecommendationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutAlertsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutAuthenticatorsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutHoldingsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutOrdersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutRiskAllocationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutSessionsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutTradesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserUpsertWithoutWorkspacesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserWhereInput.mjs +223 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UserWhereUniqueInput.mjs +223 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UuidFilter.mjs +99 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UuidNullableFilter.mjs +99 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UuidNullableWithAggregatesFilter.mjs +119 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/UuidWithAggregatesFilter.mjs +119 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenCountOrderByAggregateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenCreateInput.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenCreateManyInput.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenIdentifierTokenCompoundUniqueInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenMaxOrderByAggregateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenMinOrderByAggregateInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenOrderByWithAggregationInput.mjs +89 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenOrderByWithRelationInput.mjs +68 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenScalarWhereWithAggregatesInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenUpdateInput.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenUpdateManyMutationInput.mjs +69 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenWhereInput.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/VerificationTokenWhereUniqueInput.mjs +95 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceAvgOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCountOrderByAggregateInput.mjs +200 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateInput.mjs +226 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyCityInput.mjs +196 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyCityInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyCountryInput.mjs +196 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyCountryInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyInput.mjs +202 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyStateInput.mjs +196 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateManyStateInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateNestedManyWithoutCityInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateNestedManyWithoutCountryInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateNestedManyWithoutStateInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateNestedOneWithoutLocationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateNestedOneWithoutUsersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateOrConnectWithoutCityInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateOrConnectWithoutCountryInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateOrConnectWithoutLocationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateOrConnectWithoutStateInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateOrConnectWithoutUsersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateWithoutCityInput.mjs +219 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateWithoutCountryInput.mjs +219 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateWithoutEnvironmentVariablesInput.mjs +219 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateWithoutLocationsInput.mjs +219 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateWithoutStateInput.mjs +219 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateWithoutUsersInput.mjs +219 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreateareasOfFocusInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceCreatesameAsInput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceMaxOrderByAggregateInput.mjs +182 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceMinOrderByAggregateInput.mjs +182 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceNameSlugCompoundUniqueInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceNullableRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceOrderByWithAggregationInput.mjs +236 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceOrderByWithRelationInput.mjs +243 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceRelationFilter.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceScalarWhereInput.mjs +225 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceScalarWhereWithAggregatesInput.mjs +225 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceSumOrderByAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateInput.mjs +231 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyMutationInput.mjs +189 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyWithWhereWithoutCityInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyWithWhereWithoutCountryInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyWithWhereWithoutStateInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyWithoutCityNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyWithoutCountryNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateManyWithoutStateNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateOneRequiredWithoutUsersNestedInput.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateOneWithoutLocationsNestedInput.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateToOneWithWhereWithoutLocationsInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateToOneWithWhereWithoutUsersInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithWhereUniqueWithoutCityInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithWhereUniqueWithoutCountryInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithWhereUniqueWithoutStateInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithoutCityInput.mjs +224 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithoutCountryInput.mjs +224 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithoutEnvironmentVariablesInput.mjs +224 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithoutLocationsInput.mjs +224 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithoutStateInput.mjs +224 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateWithoutUsersInput.mjs +224 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdateareasOfFocusInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpdatesameAsInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpsertWithWhereUniqueWithoutCityInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpsertWithWhereUniqueWithoutCountryInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpsertWithWhereUniqueWithoutStateInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpsertWithoutEnvironmentVariablesInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpsertWithoutLocationsInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUpsertWithoutUsersInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCountOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateInput.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateManyInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateManyUserInput.mjs +74 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateManyUserInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateManyWorkspaceInput.mjs +74 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateManyWorkspaceInputEnvelope.mjs +56 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateNestedManyWithoutUserInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateNestedManyWithoutWorkspaceInput.mjs +71 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateOrConnectWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateOrConnectWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateWithoutUserInput.mjs +75 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserCreateWithoutWorkspaceInput.mjs +75 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserListRelationFilter.mjs +62 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserMaxOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserMinOrderByAggregateInput.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserOrderByRelationAggregateInput.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserOrderByWithAggregationInput.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserOrderByWithRelationInput.mjs +94 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserScalarWhereInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserScalarWhereWithAggregatesInput.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateInput.mjs +84 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateManyMutationInput.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateManyWithWhereWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateManyWithoutUserNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateManyWithoutWorkspaceNestedInput.mjs +117 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateWithWhereUniqueWithoutUserInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput.mjs +57 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateWithoutUserInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpdateWithoutWorkspaceInput.mjs +77 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpsertWithWhereUniqueWithoutUserInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserWhereInput.mjs +114 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceUserWhereUniqueInput.mjs +122 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceWhereInput.mjs +267 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/WorkspaceWhereUniqueInput.mjs +274 -0
 - package/generated/typegraphql-prisma/resolvers/inputs/index.mjs +1672 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AIRecommendationAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AIRecommendationCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AIRecommendationGroupBy.mjs +121 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AIRecommendationMaxAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AIRecommendationMinAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AIRecommendationSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AccountAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AccountCountAggregate.mjs +133 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AccountGroupBy.mjs +162 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AccountMaxAggregate.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AccountMinAggregate.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AccountSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AffectedRowsOutput.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateAIRecommendation.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateAccount.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateAlert.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateAsset.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateAuthenticator.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateCity.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateCountry.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateCustomer.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateEnvironmentVariable.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateHolding.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateLocation.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateNews.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateOrder.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateRiskAllocation.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateSession.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateState.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateTrade.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateUser.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateVerificationToken.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateWorkspace.mjs +78 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AggregateWorkspaceUser.mjs +64 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AssetCount.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AssetCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AssetGroupBy.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AssetMaxAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AssetMinAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AuthenticatorAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AuthenticatorCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AuthenticatorGroupBy.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AuthenticatorMaxAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AuthenticatorMinAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/AuthenticatorSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CityCount.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CityCountAggregate.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CityGroupBy.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CityMaxAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CityMinAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CountryCount.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CountryCountAggregate.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CountryGroupBy.mjs +76 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CountryMaxAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CountryMinAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAIRecommendationAndReturnOutputType.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAccountAndReturnOutputType.mjs +134 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAlertAndReturnOutputType.mjs +93 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAssetAndReturnOutputType.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAuthenticatorAndReturnOutputType.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyCityAndReturnOutputType.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyCountryAndReturnOutputType.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyCustomerAndReturnOutputType.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyEconomicEventAndReturnOutputType.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyEnvironmentVariableAndReturnOutputType.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyHoldingAndReturnOutputType.mjs +99 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyLocationAndReturnOutputType.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyNewsAndReturnOutputType.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyOrderAndReturnOutputType.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyRiskAllocationAndReturnOutputType.mjs +87 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManySessionAndReturnOutputType.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyStateAndReturnOutputType.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +118 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyUserAndReturnOutputType.mjs +142 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyVerificationTokenAndReturnOutputType.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyWorkspaceAndReturnOutputType.mjs +251 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CreateManyWorkspaceUserAndReturnOutputType.mjs +94 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerCount.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerCountAggregate.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerGroupBy.mjs +139 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerMaxAggregate.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerMinAggregate.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/CustomerSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.mjs +107 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.mjs +86 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EnvironmentVariableCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EnvironmentVariableGroupBy.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EnvironmentVariableMaxAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/EnvironmentVariableMinAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/HoldingCountAggregate.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.mjs +120 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/LocationCountAggregate.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/LocationGroupBy.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/LocationMaxAggregate.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/LocationMinAggregate.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/NewsCountAggregate.mjs +103 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/NewsGroupBy.mjs +119 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/NewsMaxAggregate.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/NewsMinAggregate.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/OrderAvgAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/OrderCountAggregate.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/OrderGroupBy.mjs +141 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/OrderMaxAggregate.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/OrderMinAggregate.mjs +106 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/OrderSumAggregate.mjs +55 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/RiskAllocationAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/RiskAllocationCountAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/RiskAllocationGroupBy.mjs +115 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/RiskAllocationMaxAggregate.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/RiskAllocationMinAggregate.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/RiskAllocationSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/SessionCountAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/SessionGroupBy.mjs +100 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/SessionMaxAggregate.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/SessionMinAggregate.mjs +79 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/StateCount.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/StateCountAggregate.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/StateGroupBy.mjs +82 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/StateMaxAggregate.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/StateMinAggregate.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/TradeAvgAggregate.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +109 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +139 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +104 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/TradeSumAggregate.mjs +61 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserCount.mjs +196 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserCountAggregate.mjs +127 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.mjs +158 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.mjs +123 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.mjs +123 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/UserSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/VerificationTokenCountAggregate.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/VerificationTokenGroupBy.mjs +88 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/VerificationTokenMaxAggregate.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/VerificationTokenMinAggregate.mjs +67 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceAvgAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceCount.mjs +91 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceCountAggregate.mjs +205 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceGroupBy.mjs +235 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceMaxAggregate.mjs +181 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceMinAggregate.mjs +181 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceSumAggregate.mjs +49 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceUserCountAggregate.mjs +85 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceUserGroupBy.mjs +101 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceUserMaxAggregate.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/WorkspaceUserMinAggregate.mjs +80 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/AssetCountHoldingsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/AssetCountOrdersArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/AssetCountRecommendationsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/AssetCountTradesArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CityCountWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CountryCountStatesArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CountryCountWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CreateManyLocationAndReturnOutputTypeWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CreateManyStateAndReturnOutputTypeCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CreateManyUserAndReturnOutputTypeCustomerArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CreateManyWorkspaceAndReturnOutputTypeCityArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CreateManyWorkspaceAndReturnOutputTypeCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CreateManyWorkspaceAndReturnOutputTypeStateArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/CustomerCountUsersArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/StateCountWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountAccountsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountAiRecommendationsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountAlertsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountAuthenticatorsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountHoldingsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountOrdersArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountRiskAllocationsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountSessionsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountTradesArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/UserCountWorkspacesArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/WorkspaceCountEnvironmentVariablesArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/WorkspaceCountLocationsArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/WorkspaceCountUsersArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/args/index.mjs +60 -0
 - package/generated/typegraphql-prisma/resolvers/outputs/index.mjs +342 -0
 - package/generated/typegraphql-prisma/resolvers/relations/AIRecommendation/AIRecommendationRelationsResolver.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Account/AccountRelationsResolver.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Alert/AlertRelationsResolver.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Asset/AssetRelationsResolver.mjs +148 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetHoldingsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetOrdersArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetRecommendationsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Asset/args/index.mjs +12 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Authenticator/AuthenticatorRelationsResolver.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/relations/City/CityRelationsResolver.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/relations/City/args/CityWorkspaceArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/City/args/index.mjs +6 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Country/CountryRelationsResolver.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Country/args/CountryStatesArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Country/args/CountryWorkspaceArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Country/args/index.mjs +8 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Customer/CustomerRelationsResolver.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Customer/args/CustomerUsersArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Customer/args/index.mjs +6 -0
 - package/generated/typegraphql-prisma/resolvers/relations/EnvironmentVariable/EnvironmentVariableRelationsResolver.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Holding/HoldingRelationsResolver.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Location/LocationRelationsResolver.mjs +73 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Location/args/LocationWorkspaceArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Location/args/index.mjs +6 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/relations/RiskAllocation/RiskAllocationRelationsResolver.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Session/SessionRelationsResolver.mjs +70 -0
 - package/generated/typegraphql-prisma/resolvers/relations/State/StateRelationsResolver.mjs +98 -0
 - package/generated/typegraphql-prisma/resolvers/relations/State/args/StateCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/relations/State/args/StateWorkspaceArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/State/args/index.mjs +8 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/UserRelationsResolver.mjs +323 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAccountsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAiRecommendationsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlertsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAuthenticatorsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserCustomerArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserHoldingsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserOrdersArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserRiskAllocationsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserSessionsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserTradesArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/UserWorkspacesArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/User/args/index.mjs +26 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/WorkspaceRelationsResolver.mjs +198 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/WorkspaceCityArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/WorkspaceCountryArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/WorkspaceEnvironmentVariablesArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/WorkspaceLocationsArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/WorkspaceStateArgs.mjs +50 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/WorkspaceUsersArgs.mjs +83 -0
 - package/generated/typegraphql-prisma/resolvers/relations/Workspace/args/index.mjs +16 -0
 - package/generated/typegraphql-prisma/resolvers/relations/WorkspaceUser/WorkspaceUserRelationsResolver.mjs +92 -0
 - package/generated/typegraphql-prisma/resolvers/relations/args.index.mjs +25 -0
 - package/{types/index.js → generated/typegraphql-prisma/resolvers/relations/index.mjs} +2 -2
 - package/generated/typegraphql-prisma/resolvers/relations/resolvers.index.mjs +42 -0
 - package/generated/typegraphql-prisma/scalars.mjs +22 -0
 - package/index.d.ts +248 -0
 - package/index.js +50 -0
 - package/index.mjs +50 -0
 - package/package.json +11 -4
 - package/server.d.ts +2 -0
 - package/server.js +118 -0
 - package/server.mjs +118 -0
 - package/utils.d.ts +2 -0
 - package/utils.js +24 -0
 - package/utils.mjs +24 -0
 - package/types/index.d.ts +0 -2
 - package/types/index.d.ts.map +0 -1
 - package/types/index.js.map +0 -1
 
| 
         @@ -0,0 +1,1672 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            "use strict";
         
     | 
| 
      
 2 
     | 
    
         
            +
            Object.defineProperty(exports, "__esModule", { value: true });
         
     | 
| 
      
 3 
     | 
    
         
            +
            exports.AccountOrderByRelationAggregateInput = exports.AccountMinOrderByAggregateInput = exports.AccountMaxOrderByAggregateInput = exports.AccountListRelationFilter = exports.AccountCreateWithoutUserInput = exports.AccountCreateOrConnectWithoutUserInput = exports.AccountCreateNestedManyWithoutUserInput = exports.AccountCreateManyUserInputEnvelope = exports.AccountCreateManyUserInput = exports.AccountCreateManyInput = exports.AccountCreateInput = exports.AccountCountOrderByAggregateInput = exports.AccountAvgOrderByAggregateInput = exports.AIRecommendationWhereUniqueInput = exports.AIRecommendationWhereInput = exports.AIRecommendationUpsertWithWhereUniqueWithoutUserInput = exports.AIRecommendationUpsertWithWhereUniqueWithoutAssetInput = exports.AIRecommendationUpdateWithoutUserInput = exports.AIRecommendationUpdateWithoutAssetInput = exports.AIRecommendationUpdateWithWhereUniqueWithoutUserInput = exports.AIRecommendationUpdateWithWhereUniqueWithoutAssetInput = exports.AIRecommendationUpdateManyWithoutUserNestedInput = exports.AIRecommendationUpdateManyWithoutAssetNestedInput = exports.AIRecommendationUpdateManyWithWhereWithoutUserInput = exports.AIRecommendationUpdateManyWithWhereWithoutAssetInput = exports.AIRecommendationUpdateManyMutationInput = exports.AIRecommendationUpdateInput = exports.AIRecommendationSumOrderByAggregateInput = exports.AIRecommendationScalarWhereWithAggregatesInput = exports.AIRecommendationScalarWhereInput = exports.AIRecommendationOrderByWithRelationInput = exports.AIRecommendationOrderByWithAggregationInput = exports.AIRecommendationOrderByRelationAggregateInput = exports.AIRecommendationMinOrderByAggregateInput = exports.AIRecommendationMaxOrderByAggregateInput = exports.AIRecommendationListRelationFilter = exports.AIRecommendationCreateWithoutUserInput = exports.AIRecommendationCreateWithoutAssetInput = exports.AIRecommendationCreateOrConnectWithoutUserInput = exports.AIRecommendationCreateOrConnectWithoutAssetInput = exports.AIRecommendationCreateNestedManyWithoutUserInput = exports.AIRecommendationCreateNestedManyWithoutAssetInput = exports.AIRecommendationCreateManyUserInputEnvelope = exports.AIRecommendationCreateManyUserInput = exports.AIRecommendationCreateManyInput = exports.AIRecommendationCreateManyAssetInputEnvelope = exports.AIRecommendationCreateManyAssetInput = exports.AIRecommendationCreateInput = exports.AIRecommendationCountOrderByAggregateInput = exports.AIRecommendationAvgOrderByAggregateInput = void 0;
         
     | 
| 
      
 4 
     | 
    
         
            +
            exports.AssetCreateOrConnectWithoutRecommendationsInput = exports.AssetCreateOrConnectWithoutOrdersInput = exports.AssetCreateOrConnectWithoutHoldingsInput = exports.AssetCreateNestedOneWithoutTradesInput = exports.AssetCreateNestedOneWithoutRecommendationsInput = exports.AssetCreateNestedOneWithoutOrdersInput = exports.AssetCreateNestedOneWithoutHoldingsInput = exports.AssetCreateManyInput = exports.AssetCreateInput = exports.AssetCountOrderByAggregateInput = exports.AlertWhereUniqueInput = exports.AlertWhereInput = exports.AlertUpsertWithWhereUniqueWithoutUserInput = exports.AlertUpdateWithoutUserInput = exports.AlertUpdateWithWhereUniqueWithoutUserInput = exports.AlertUpdateManyWithoutUserNestedInput = exports.AlertUpdateManyWithWhereWithoutUserInput = exports.AlertUpdateManyMutationInput = exports.AlertUpdateInput = exports.AlertScalarWhereWithAggregatesInput = exports.AlertScalarWhereInput = exports.AlertOrderByWithRelationInput = exports.AlertOrderByWithAggregationInput = exports.AlertOrderByRelationAggregateInput = exports.AlertMinOrderByAggregateInput = exports.AlertMaxOrderByAggregateInput = exports.AlertListRelationFilter = exports.AlertCreateWithoutUserInput = exports.AlertCreateOrConnectWithoutUserInput = exports.AlertCreateNestedManyWithoutUserInput = exports.AlertCreateManyUserInputEnvelope = exports.AlertCreateManyUserInput = exports.AlertCreateManyInput = exports.AlertCreateInput = exports.AlertCountOrderByAggregateInput = exports.AccountWhereUniqueInput = exports.AccountWhereInput = exports.AccountUpsertWithWhereUniqueWithoutUserInput = exports.AccountUpdateWithoutUserInput = exports.AccountUpdateWithWhereUniqueWithoutUserInput = exports.AccountUpdateManyWithoutUserNestedInput = exports.AccountUpdateManyWithWhereWithoutUserInput = exports.AccountUpdateManyMutationInput = exports.AccountUpdateInput = exports.AccountSumOrderByAggregateInput = exports.AccountScalarWhereWithAggregatesInput = exports.AccountScalarWhereInput = exports.AccountProviderProviderAccountIdCompoundUniqueInput = exports.AccountOrderByWithRelationInput = exports.AccountOrderByWithAggregationInput = void 0;
         
     | 
| 
      
 5 
     | 
    
         
            +
            exports.AuthenticatorUpdateInput = exports.AuthenticatorSumOrderByAggregateInput = exports.AuthenticatorScalarWhereWithAggregatesInput = exports.AuthenticatorScalarWhereInput = exports.AuthenticatorOrderByWithRelationInput = exports.AuthenticatorOrderByWithAggregationInput = exports.AuthenticatorOrderByRelationAggregateInput = exports.AuthenticatorMinOrderByAggregateInput = exports.AuthenticatorMaxOrderByAggregateInput = exports.AuthenticatorListRelationFilter = exports.AuthenticatorCreateWithoutUserInput = exports.AuthenticatorCreateOrConnectWithoutUserInput = exports.AuthenticatorCreateNestedManyWithoutUserInput = exports.AuthenticatorCreateManyUserInputEnvelope = exports.AuthenticatorCreateManyUserInput = exports.AuthenticatorCreateManyInput = exports.AuthenticatorCreateInput = exports.AuthenticatorCountOrderByAggregateInput = exports.AuthenticatorAvgOrderByAggregateInput = exports.AssetWhereUniqueInput = exports.AssetWhereInput = exports.AssetUpsertWithoutTradesInput = exports.AssetUpsertWithoutRecommendationsInput = exports.AssetUpsertWithoutOrdersInput = exports.AssetUpsertWithoutHoldingsInput = exports.AssetUpdateWithoutTradesInput = exports.AssetUpdateWithoutRecommendationsInput = exports.AssetUpdateWithoutOrdersInput = exports.AssetUpdateWithoutHoldingsInput = exports.AssetUpdateToOneWithWhereWithoutTradesInput = exports.AssetUpdateToOneWithWhereWithoutRecommendationsInput = exports.AssetUpdateToOneWithWhereWithoutOrdersInput = exports.AssetUpdateToOneWithWhereWithoutHoldingsInput = exports.AssetUpdateOneRequiredWithoutTradesNestedInput = exports.AssetUpdateOneRequiredWithoutRecommendationsNestedInput = exports.AssetUpdateOneRequiredWithoutOrdersNestedInput = exports.AssetUpdateOneRequiredWithoutHoldingsNestedInput = exports.AssetUpdateManyMutationInput = exports.AssetUpdateInput = exports.AssetScalarWhereWithAggregatesInput = exports.AssetRelationFilter = exports.AssetOrderByWithRelationInput = exports.AssetOrderByWithAggregationInput = exports.AssetMinOrderByAggregateInput = exports.AssetMaxOrderByAggregateInput = exports.AssetCreateWithoutTradesInput = exports.AssetCreateWithoutRecommendationsInput = exports.AssetCreateWithoutOrdersInput = exports.AssetCreateWithoutHoldingsInput = exports.AssetCreateOrConnectWithoutTradesInput = void 0;
         
     | 
| 
      
 6 
     | 
    
         
            +
            exports.CountryUpdateManyMutationInput = exports.CountryUpdateInput = exports.CountryScalarWhereWithAggregatesInput = exports.CountryOrderByWithRelationInput = exports.CountryOrderByWithAggregationInput = exports.CountryNullableRelationFilter = exports.CountryMinOrderByAggregateInput = exports.CountryMaxOrderByAggregateInput = exports.CountryCreateWithoutWorkspaceInput = exports.CountryCreateWithoutStatesInput = exports.CountryCreateOrConnectWithoutWorkspaceInput = exports.CountryCreateOrConnectWithoutStatesInput = exports.CountryCreateNestedOneWithoutWorkspaceInput = exports.CountryCreateNestedOneWithoutStatesInput = exports.CountryCreateManyInput = exports.CountryCreateInput = exports.CountryCountOrderByAggregateInput = exports.CityWhereUniqueInput = exports.CityWhereInput = exports.CityUpsertWithoutWorkspaceInput = exports.CityUpdateWithoutWorkspaceInput = exports.CityUpdateToOneWithWhereWithoutWorkspaceInput = exports.CityUpdateOneWithoutWorkspaceNestedInput = exports.CityUpdateManyMutationInput = exports.CityUpdateInput = exports.CityScalarWhereWithAggregatesInput = exports.CityOrderByWithRelationInput = exports.CityOrderByWithAggregationInput = exports.CityNullableRelationFilter = exports.CityMinOrderByAggregateInput = exports.CityMaxOrderByAggregateInput = exports.CityCreateWithoutWorkspaceInput = exports.CityCreateOrConnectWithoutWorkspaceInput = exports.CityCreateNestedOneWithoutWorkspaceInput = exports.CityCreateManyInput = exports.CityCreateInput = exports.CityCountOrderByAggregateInput = exports.BoolWithAggregatesFilter = exports.BoolNullableWithAggregatesFilter = exports.BoolNullableFilter = exports.BoolFilter = exports.BoolFieldUpdateOperationsInput = exports.AuthenticatorWhereUniqueInput = exports.AuthenticatorWhereInput = exports.AuthenticatorUpsertWithWhereUniqueWithoutUserInput = exports.AuthenticatorUpdateWithoutUserInput = exports.AuthenticatorUpdateWithWhereUniqueWithoutUserInput = exports.AuthenticatorUpdateManyWithoutUserNestedInput = exports.AuthenticatorUpdateManyWithWhereWithoutUserInput = exports.AuthenticatorUpdateManyMutationInput = void 0;
         
     | 
| 
      
 7 
     | 
    
         
            +
            exports.EnumAlertTypeFieldUpdateOperationsInput = exports.EconomicEventWhereUniqueInput = exports.EconomicEventWhereInput = exports.EconomicEventUpdateManyMutationInput = exports.EconomicEventUpdateInput = exports.EconomicEventScalarWhereWithAggregatesInput = exports.EconomicEventOrderByWithRelationInput = exports.EconomicEventOrderByWithAggregationInput = exports.EconomicEventMinOrderByAggregateInput = exports.EconomicEventMaxOrderByAggregateInput = exports.EconomicEventCreateManyInput = exports.EconomicEventCreateInput = exports.EconomicEventCountOrderByAggregateInput = exports.DateTimeWithAggregatesFilter = exports.DateTimeNullableWithAggregatesFilter = exports.DateTimeNullableFilter = exports.DateTimeFilter = exports.DateTimeFieldUpdateOperationsInput = exports.CustomerWhereUniqueInput = exports.CustomerWhereInput = exports.CustomerUpsertWithoutUsersInput = exports.CustomerUpdateWithoutUsersInput = exports.CustomerUpdateToOneWithWhereWithoutUsersInput = exports.CustomerUpdateOneWithoutUsersNestedInput = exports.CustomerUpdateManyMutationInput = exports.CustomerUpdateInput = exports.CustomerSumOrderByAggregateInput = exports.CustomerScalarWhereWithAggregatesInput = exports.CustomerOrderByWithRelationInput = exports.CustomerOrderByWithAggregationInput = exports.CustomerNullableRelationFilter = exports.CustomerMinOrderByAggregateInput = exports.CustomerMaxOrderByAggregateInput = exports.CustomerCreateWithoutUsersInput = exports.CustomerCreateOrConnectWithoutUsersInput = exports.CustomerCreateNestedOneWithoutUsersInput = exports.CustomerCreateManyInput = exports.CustomerCreateInput = exports.CustomerCountOrderByAggregateInput = exports.CustomerAvgOrderByAggregateInput = exports.CountryWhereUniqueInput = exports.CountryWhereInput = exports.CountryUpsertWithoutWorkspaceInput = exports.CountryUpsertWithoutStatesInput = exports.CountryUpdateWithoutWorkspaceInput = exports.CountryUpdateWithoutStatesInput = exports.CountryUpdateToOneWithWhereWithoutWorkspaceInput = exports.CountryUpdateToOneWithWhereWithoutStatesInput = exports.CountryUpdateOneWithoutWorkspaceNestedInput = exports.CountryUpdateOneWithoutStatesNestedInput = void 0;
         
     | 
| 
      
 8 
     | 
    
         
            +
            exports.EnvironmentVariableWhereUniqueInput = exports.EnvironmentVariableWhereInput = exports.EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput = exports.EnvironmentVariableUpdateWithoutWorkspaceInput = exports.EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput = exports.EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput = exports.EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput = exports.EnvironmentVariableUpdateManyMutationInput = exports.EnvironmentVariableUpdateInput = exports.EnvironmentVariableScalarWhereWithAggregatesInput = exports.EnvironmentVariableScalarWhereInput = exports.EnvironmentVariableOrderByWithRelationInput = exports.EnvironmentVariableOrderByWithAggregationInput = exports.EnvironmentVariableOrderByRelationAggregateInput = exports.EnvironmentVariableMinOrderByAggregateInput = exports.EnvironmentVariableMaxOrderByAggregateInput = exports.EnvironmentVariableListRelationFilter = exports.EnvironmentVariableCreateWithoutWorkspaceInput = exports.EnvironmentVariableCreateOrConnectWithoutWorkspaceInput = exports.EnvironmentVariableCreateNestedManyWithoutWorkspaceInput = exports.EnvironmentVariableCreateManyWorkspaceInputEnvelope = exports.EnvironmentVariableCreateManyWorkspaceInput = exports.EnvironmentVariableCreateManyInput = exports.EnvironmentVariableCreateInput = exports.EnvironmentVariableCountOrderByAggregateInput = exports.EnumUserRoleWithAggregatesFilter = exports.EnumUserRoleFilter = exports.EnumUserRoleFieldUpdateOperationsInput = exports.EnumTradeActionWithAggregatesFilter = exports.EnumTradeActionFilter = exports.EnumTradeActionFieldUpdateOperationsInput = exports.EnumSubscriptionPlanNullableWithAggregatesFilter = exports.EnumSubscriptionPlanNullableFilter = exports.EnumOrderTypeWithAggregatesFilter = exports.EnumOrderTypeFilter = exports.EnumOrderTypeFieldUpdateOperationsInput = exports.EnumOrderStatusWithAggregatesFilter = exports.EnumOrderStatusFilter = exports.EnumOrderStatusFieldUpdateOperationsInput = exports.EnumNewsSentimentWithAggregatesFilter = exports.EnumNewsSentimentFilter = exports.EnumNewsSentimentFieldUpdateOperationsInput = exports.EnumEventImportanceWithAggregatesFilter = exports.EnumEventImportanceFilter = exports.EnumEventImportanceFieldUpdateOperationsInput = exports.EnumAssetTypeWithAggregatesFilter = exports.EnumAssetTypeFilter = exports.EnumAssetTypeFieldUpdateOperationsInput = exports.EnumAlertTypeWithAggregatesFilter = exports.EnumAlertTypeFilter = void 0;
         
     | 
| 
      
 9 
     | 
    
         
            +
            exports.LocationCountOrderByAggregateInput = exports.JsonNullableWithAggregatesFilter = exports.JsonNullableFilter = exports.IntWithAggregatesFilter = exports.IntNullableWithAggregatesFilter = exports.IntNullableFilter = exports.IntFilter = exports.IntFieldUpdateOperationsInput = exports.HoldingWhereUniqueInput = exports.HoldingWhereInput = exports.HoldingUserIdAssetIdCompoundUniqueInput = exports.HoldingUpsertWithWhereUniqueWithoutUserInput = exports.HoldingUpsertWithWhereUniqueWithoutAssetInput = exports.HoldingUpdateWithoutUserInput = exports.HoldingUpdateWithoutAssetInput = exports.HoldingUpdateWithWhereUniqueWithoutUserInput = exports.HoldingUpdateWithWhereUniqueWithoutAssetInput = exports.HoldingUpdateManyWithoutUserNestedInput = exports.HoldingUpdateManyWithoutAssetNestedInput = exports.HoldingUpdateManyWithWhereWithoutUserInput = exports.HoldingUpdateManyWithWhereWithoutAssetInput = exports.HoldingUpdateManyMutationInput = exports.HoldingUpdateInput = exports.HoldingSumOrderByAggregateInput = exports.HoldingScalarWhereWithAggregatesInput = exports.HoldingScalarWhereInput = exports.HoldingOrderByWithRelationInput = exports.HoldingOrderByWithAggregationInput = exports.HoldingOrderByRelationAggregateInput = exports.HoldingMinOrderByAggregateInput = exports.HoldingMaxOrderByAggregateInput = exports.HoldingListRelationFilter = exports.HoldingCreateWithoutUserInput = exports.HoldingCreateWithoutAssetInput = exports.HoldingCreateOrConnectWithoutUserInput = exports.HoldingCreateOrConnectWithoutAssetInput = exports.HoldingCreateNestedManyWithoutUserInput = exports.HoldingCreateNestedManyWithoutAssetInput = exports.HoldingCreateManyUserInputEnvelope = exports.HoldingCreateManyUserInput = exports.HoldingCreateManyInput = exports.HoldingCreateManyAssetInputEnvelope = exports.HoldingCreateManyAssetInput = exports.HoldingCreateInput = exports.HoldingCountOrderByAggregateInput = exports.HoldingAvgOrderByAggregateInput = exports.FloatWithAggregatesFilter = exports.FloatFilter = exports.FloatFieldUpdateOperationsInput = exports.EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput = void 0;
         
     | 
| 
      
 10 
     | 
    
         
            +
            exports.NestedEnumUserRoleWithAggregatesFilter = exports.NestedEnumUserRoleFilter = exports.NestedEnumTradeActionWithAggregatesFilter = exports.NestedEnumTradeActionFilter = exports.NestedEnumSubscriptionPlanNullableWithAggregatesFilter = exports.NestedEnumSubscriptionPlanNullableFilter = exports.NestedEnumOrderTypeWithAggregatesFilter = exports.NestedEnumOrderTypeFilter = exports.NestedEnumOrderStatusWithAggregatesFilter = exports.NestedEnumOrderStatusFilter = exports.NestedEnumNewsSentimentWithAggregatesFilter = exports.NestedEnumNewsSentimentFilter = exports.NestedEnumEventImportanceWithAggregatesFilter = exports.NestedEnumEventImportanceFilter = exports.NestedEnumAssetTypeWithAggregatesFilter = exports.NestedEnumAssetTypeFilter = exports.NestedEnumAlertTypeWithAggregatesFilter = exports.NestedEnumAlertTypeFilter = exports.NestedDateTimeWithAggregatesFilter = exports.NestedDateTimeNullableWithAggregatesFilter = exports.NestedDateTimeNullableFilter = exports.NestedDateTimeFilter = exports.NestedBoolWithAggregatesFilter = exports.NestedBoolNullableWithAggregatesFilter = exports.NestedBoolNullableFilter = exports.NestedBoolFilter = exports.LocationWhereUniqueInput = exports.LocationWhereInput = exports.LocationUpsertWithWhereUniqueWithoutWorkspaceInput = exports.LocationUpdateWithoutWorkspaceInput = exports.LocationUpdateWithWhereUniqueWithoutWorkspaceInput = exports.LocationUpdateManyWithoutWorkspaceNestedInput = exports.LocationUpdateManyWithWhereWithoutWorkspaceInput = exports.LocationUpdateManyMutationInput = exports.LocationUpdateInput = exports.LocationScalarWhereWithAggregatesInput = exports.LocationScalarWhereInput = exports.LocationOrderByWithRelationInput = exports.LocationOrderByWithAggregationInput = exports.LocationOrderByRelationAggregateInput = exports.LocationMinOrderByAggregateInput = exports.LocationMaxOrderByAggregateInput = exports.LocationListRelationFilter = exports.LocationCreateWithoutWorkspaceInput = exports.LocationCreateOrConnectWithoutWorkspaceInput = exports.LocationCreateNestedManyWithoutWorkspaceInput = exports.LocationCreateManyWorkspaceInputEnvelope = exports.LocationCreateManyWorkspaceInput = exports.LocationCreateManyInput = exports.LocationCreateInput = void 0;
         
     | 
| 
      
 11 
     | 
    
         
            +
            exports.OrderMinOrderByAggregateInput = exports.OrderMaxOrderByAggregateInput = exports.OrderListRelationFilter = exports.OrderCreateWithoutUserInput = exports.OrderCreateWithoutAssetInput = exports.OrderCreateOrConnectWithoutUserInput = exports.OrderCreateOrConnectWithoutAssetInput = exports.OrderCreateNestedManyWithoutUserInput = exports.OrderCreateNestedManyWithoutAssetInput = exports.OrderCreateManyUserInputEnvelope = exports.OrderCreateManyUserInput = exports.OrderCreateManyInput = exports.OrderCreateManyAssetInputEnvelope = exports.OrderCreateManyAssetInput = exports.OrderCreateInput = exports.OrderCountOrderByAggregateInput = exports.OrderAvgOrderByAggregateInput = exports.NullableStringFieldUpdateOperationsInput = exports.NullableIntFieldUpdateOperationsInput = exports.NullableEnumSubscriptionPlanFieldUpdateOperationsInput = exports.NullableDateTimeFieldUpdateOperationsInput = exports.NullableBoolFieldUpdateOperationsInput = exports.NewsWhereUniqueInput = exports.NewsWhereInput = exports.NewsUpdateManyMutationInput = exports.NewsUpdateInput = exports.NewsScalarWhereWithAggregatesInput = exports.NewsOrderByWithRelationInput = exports.NewsOrderByWithAggregationInput = exports.NewsMinOrderByAggregateInput = exports.NewsMaxOrderByAggregateInput = exports.NewsCreateManyInput = exports.NewsCreateInput = exports.NewsCountOrderByAggregateInput = exports.NestedUuidWithAggregatesFilter = exports.NestedUuidNullableWithAggregatesFilter = exports.NestedUuidNullableFilter = exports.NestedUuidFilter = exports.NestedStringWithAggregatesFilter = exports.NestedStringNullableWithAggregatesFilter = exports.NestedStringNullableFilter = exports.NestedStringFilter = exports.NestedJsonNullableFilter = exports.NestedIntWithAggregatesFilter = exports.NestedIntNullableWithAggregatesFilter = exports.NestedIntNullableFilter = exports.NestedIntFilter = exports.NestedFloatWithAggregatesFilter = exports.NestedFloatNullableFilter = exports.NestedFloatFilter = void 0;
         
     | 
| 
      
 12 
     | 
    
         
            +
            exports.SessionCreateInput = exports.SessionCountOrderByAggregateInput = exports.RiskAllocationWhereUniqueInput = exports.RiskAllocationWhereInput = exports.RiskAllocationUserIdAssetTypeCompoundUniqueInput = exports.RiskAllocationUpsertWithWhereUniqueWithoutUserInput = exports.RiskAllocationUpdateWithoutUserInput = exports.RiskAllocationUpdateWithWhereUniqueWithoutUserInput = exports.RiskAllocationUpdateManyWithoutUserNestedInput = exports.RiskAllocationUpdateManyWithWhereWithoutUserInput = exports.RiskAllocationUpdateManyMutationInput = exports.RiskAllocationUpdateInput = exports.RiskAllocationSumOrderByAggregateInput = exports.RiskAllocationScalarWhereWithAggregatesInput = exports.RiskAllocationScalarWhereInput = exports.RiskAllocationOrderByWithRelationInput = exports.RiskAllocationOrderByWithAggregationInput = exports.RiskAllocationOrderByRelationAggregateInput = exports.RiskAllocationMinOrderByAggregateInput = exports.RiskAllocationMaxOrderByAggregateInput = exports.RiskAllocationListRelationFilter = exports.RiskAllocationCreateWithoutUserInput = exports.RiskAllocationCreateOrConnectWithoutUserInput = exports.RiskAllocationCreateNestedManyWithoutUserInput = exports.RiskAllocationCreateManyUserInputEnvelope = exports.RiskAllocationCreateManyUserInput = exports.RiskAllocationCreateManyInput = exports.RiskAllocationCreateInput = exports.RiskAllocationCountOrderByAggregateInput = exports.RiskAllocationAvgOrderByAggregateInput = exports.OrderWhereUniqueInput = exports.OrderWhereInput = exports.OrderUpsertWithWhereUniqueWithoutUserInput = exports.OrderUpsertWithWhereUniqueWithoutAssetInput = exports.OrderUpdateWithoutUserInput = exports.OrderUpdateWithoutAssetInput = exports.OrderUpdateWithWhereUniqueWithoutUserInput = exports.OrderUpdateWithWhereUniqueWithoutAssetInput = exports.OrderUpdateManyWithoutUserNestedInput = exports.OrderUpdateManyWithoutAssetNestedInput = exports.OrderUpdateManyWithWhereWithoutUserInput = exports.OrderUpdateManyWithWhereWithoutAssetInput = exports.OrderUpdateManyMutationInput = exports.OrderUpdateInput = exports.OrderSumOrderByAggregateInput = exports.OrderScalarWhereWithAggregatesInput = exports.OrderScalarWhereInput = exports.OrderOrderByWithRelationInput = exports.OrderOrderByWithAggregationInput = exports.OrderOrderByRelationAggregateInput = void 0;
         
     | 
| 
      
 13 
     | 
    
         
            +
            exports.StateUpdateToOneWithWhereWithoutWorkspaceInput = exports.StateUpdateOneWithoutWorkspaceNestedInput = exports.StateUpdateManyWithoutCountryNestedInput = exports.StateUpdateManyWithWhereWithoutCountryInput = exports.StateUpdateManyMutationInput = exports.StateUpdateInput = exports.StateScalarWhereWithAggregatesInput = exports.StateScalarWhereInput = exports.StateOrderByWithRelationInput = exports.StateOrderByWithAggregationInput = exports.StateOrderByRelationAggregateInput = exports.StateNullableRelationFilter = exports.StateMinOrderByAggregateInput = exports.StateMaxOrderByAggregateInput = exports.StateListRelationFilter = exports.StateCreateWithoutWorkspaceInput = exports.StateCreateWithoutCountryInput = exports.StateCreateOrConnectWithoutWorkspaceInput = exports.StateCreateOrConnectWithoutCountryInput = exports.StateCreateNestedOneWithoutWorkspaceInput = exports.StateCreateNestedManyWithoutCountryInput = exports.StateCreateManyInput = exports.StateCreateManyCountryInputEnvelope = exports.StateCreateManyCountryInput = exports.StateCreateInput = exports.StateCountOrderByAggregateInput = exports.SortOrderInput = exports.SessionWhereUniqueInput = exports.SessionWhereInput = exports.SessionUpsertWithWhereUniqueWithoutUserInput = exports.SessionUpdateWithoutUserInput = exports.SessionUpdateWithWhereUniqueWithoutUserInput = exports.SessionUpdateManyWithoutUserNestedInput = exports.SessionUpdateManyWithWhereWithoutUserInput = exports.SessionUpdateManyMutationInput = exports.SessionUpdateInput = exports.SessionScalarWhereWithAggregatesInput = exports.SessionScalarWhereInput = exports.SessionOrderByWithRelationInput = exports.SessionOrderByWithAggregationInput = exports.SessionOrderByRelationAggregateInput = exports.SessionMinOrderByAggregateInput = exports.SessionMaxOrderByAggregateInput = exports.SessionListRelationFilter = exports.SessionCreateWithoutUserInput = exports.SessionCreateOrConnectWithoutUserInput = exports.SessionCreateNestedManyWithoutUserInput = exports.SessionCreateManyUserInputEnvelope = exports.SessionCreateManyUserInput = exports.SessionCreateManyInput = void 0;
         
     | 
| 
      
 14 
     | 
    
         
            +
            exports.TradeWhereUniqueInput = exports.TradeWhereInput = exports.TradeUpsertWithWhereUniqueWithoutUserInput = exports.TradeUpsertWithWhereUniqueWithoutAssetInput = exports.TradeUpdateWithoutUserInput = exports.TradeUpdateWithoutAssetInput = exports.TradeUpdateWithWhereUniqueWithoutUserInput = exports.TradeUpdateWithWhereUniqueWithoutAssetInput = exports.TradeUpdateManyWithoutUserNestedInput = exports.TradeUpdateManyWithoutAssetNestedInput = exports.TradeUpdateManyWithWhereWithoutUserInput = exports.TradeUpdateManyWithWhereWithoutAssetInput = exports.TradeUpdateManyMutationInput = exports.TradeUpdateInput = exports.TradeSumOrderByAggregateInput = exports.TradeScalarWhereWithAggregatesInput = exports.TradeScalarWhereInput = exports.TradeOrderByWithRelationInput = exports.TradeOrderByWithAggregationInput = exports.TradeOrderByRelationAggregateInput = exports.TradeMinOrderByAggregateInput = exports.TradeMaxOrderByAggregateInput = exports.TradeListRelationFilter = exports.TradeCreateWithoutUserInput = exports.TradeCreateWithoutAssetInput = exports.TradeCreateOrConnectWithoutUserInput = exports.TradeCreateOrConnectWithoutAssetInput = exports.TradeCreateNestedManyWithoutUserInput = exports.TradeCreateNestedManyWithoutAssetInput = exports.TradeCreateManyUserInputEnvelope = exports.TradeCreateManyUserInput = exports.TradeCreateManyInput = exports.TradeCreateManyAssetInputEnvelope = exports.TradeCreateManyAssetInput = exports.TradeCreateInput = exports.TradeCountOrderByAggregateInput = exports.TradeAvgOrderByAggregateInput = exports.StringWithAggregatesFilter = exports.StringNullableWithAggregatesFilter = exports.StringNullableListFilter = exports.StringNullableFilter = exports.StringFilter = exports.StringFieldUpdateOperationsInput = exports.StateWhereUniqueInput = exports.StateWhereInput = exports.StateUpsertWithoutWorkspaceInput = exports.StateUpsertWithWhereUniqueWithoutCountryInput = exports.StateUpdateWithoutWorkspaceInput = exports.StateUpdateWithoutCountryInput = exports.StateUpdateWithWhereUniqueWithoutCountryInput = void 0;
         
     | 
| 
      
 15 
     | 
    
         
            +
            exports.UserUpdateInput = exports.UserSumOrderByAggregateInput = exports.UserScalarWhereWithAggregatesInput = exports.UserScalarWhereInput = exports.UserRelationFilter = exports.UserOrderByWithRelationInput = exports.UserOrderByWithAggregationInput = exports.UserOrderByRelationAggregateInput = exports.UserMinOrderByAggregateInput = exports.UserMaxOrderByAggregateInput = exports.UserListRelationFilter = exports.UserCreateWithoutWorkspacesInput = exports.UserCreateWithoutTradesInput = exports.UserCreateWithoutSessionsInput = exports.UserCreateWithoutRiskAllocationsInput = exports.UserCreateWithoutOrdersInput = exports.UserCreateWithoutHoldingsInput = exports.UserCreateWithoutCustomerInput = exports.UserCreateWithoutAuthenticatorsInput = exports.UserCreateWithoutAlertsInput = exports.UserCreateWithoutAiRecommendationsInput = exports.UserCreateWithoutAccountsInput = exports.UserCreateOrConnectWithoutWorkspacesInput = exports.UserCreateOrConnectWithoutTradesInput = exports.UserCreateOrConnectWithoutSessionsInput = exports.UserCreateOrConnectWithoutRiskAllocationsInput = exports.UserCreateOrConnectWithoutOrdersInput = exports.UserCreateOrConnectWithoutHoldingsInput = exports.UserCreateOrConnectWithoutCustomerInput = exports.UserCreateOrConnectWithoutAuthenticatorsInput = exports.UserCreateOrConnectWithoutAlertsInput = exports.UserCreateOrConnectWithoutAiRecommendationsInput = exports.UserCreateOrConnectWithoutAccountsInput = exports.UserCreateNestedOneWithoutWorkspacesInput = exports.UserCreateNestedOneWithoutTradesInput = exports.UserCreateNestedOneWithoutSessionsInput = exports.UserCreateNestedOneWithoutRiskAllocationsInput = exports.UserCreateNestedOneWithoutOrdersInput = exports.UserCreateNestedOneWithoutHoldingsInput = exports.UserCreateNestedOneWithoutAuthenticatorsInput = exports.UserCreateNestedOneWithoutAlertsInput = exports.UserCreateNestedOneWithoutAiRecommendationsInput = exports.UserCreateNestedOneWithoutAccountsInput = exports.UserCreateNestedManyWithoutCustomerInput = exports.UserCreateManyInput = exports.UserCreateManyCustomerInputEnvelope = exports.UserCreateManyCustomerInput = exports.UserCreateInput = exports.UserCountOrderByAggregateInput = exports.UserAvgOrderByAggregateInput = void 0;
         
     | 
| 
      
 16 
     | 
    
         
            +
            exports.UuidNullableFilter = exports.UuidFilter = exports.UserWhereUniqueInput = exports.UserWhereInput = exports.UserUpsertWithoutWorkspacesInput = exports.UserUpsertWithoutTradesInput = exports.UserUpsertWithoutSessionsInput = exports.UserUpsertWithoutRiskAllocationsInput = exports.UserUpsertWithoutOrdersInput = exports.UserUpsertWithoutHoldingsInput = exports.UserUpsertWithoutAuthenticatorsInput = exports.UserUpsertWithoutAlertsInput = exports.UserUpsertWithoutAiRecommendationsInput = exports.UserUpsertWithoutAccountsInput = exports.UserUpsertWithWhereUniqueWithoutCustomerInput = exports.UserUpdateWithoutWorkspacesInput = exports.UserUpdateWithoutTradesInput = exports.UserUpdateWithoutSessionsInput = exports.UserUpdateWithoutRiskAllocationsInput = exports.UserUpdateWithoutOrdersInput = exports.UserUpdateWithoutHoldingsInput = exports.UserUpdateWithoutCustomerInput = exports.UserUpdateWithoutAuthenticatorsInput = exports.UserUpdateWithoutAlertsInput = exports.UserUpdateWithoutAiRecommendationsInput = exports.UserUpdateWithoutAccountsInput = exports.UserUpdateWithWhereUniqueWithoutCustomerInput = exports.UserUpdateToOneWithWhereWithoutWorkspacesInput = exports.UserUpdateToOneWithWhereWithoutTradesInput = exports.UserUpdateToOneWithWhereWithoutSessionsInput = exports.UserUpdateToOneWithWhereWithoutRiskAllocationsInput = exports.UserUpdateToOneWithWhereWithoutOrdersInput = exports.UserUpdateToOneWithWhereWithoutHoldingsInput = exports.UserUpdateToOneWithWhereWithoutAuthenticatorsInput = exports.UserUpdateToOneWithWhereWithoutAlertsInput = exports.UserUpdateToOneWithWhereWithoutAiRecommendationsInput = exports.UserUpdateToOneWithWhereWithoutAccountsInput = exports.UserUpdateOneRequiredWithoutWorkspacesNestedInput = exports.UserUpdateOneRequiredWithoutTradesNestedInput = exports.UserUpdateOneRequiredWithoutSessionsNestedInput = exports.UserUpdateOneRequiredWithoutRiskAllocationsNestedInput = exports.UserUpdateOneRequiredWithoutOrdersNestedInput = exports.UserUpdateOneRequiredWithoutHoldingsNestedInput = exports.UserUpdateOneRequiredWithoutAuthenticatorsNestedInput = exports.UserUpdateOneRequiredWithoutAlertsNestedInput = exports.UserUpdateOneRequiredWithoutAiRecommendationsNestedInput = exports.UserUpdateOneRequiredWithoutAccountsNestedInput = exports.UserUpdateManyWithoutCustomerNestedInput = exports.UserUpdateManyWithWhereWithoutCustomerInput = exports.UserUpdateManyMutationInput = void 0;
         
     | 
| 
      
 17 
     | 
    
         
            +
            exports.WorkspaceNullableRelationFilter = exports.WorkspaceNameSlugCompoundUniqueInput = exports.WorkspaceMinOrderByAggregateInput = exports.WorkspaceMaxOrderByAggregateInput = exports.WorkspaceListRelationFilter = exports.WorkspaceCreatesameAsInput = exports.WorkspaceCreateareasOfFocusInput = exports.WorkspaceCreateWithoutUsersInput = exports.WorkspaceCreateWithoutStateInput = exports.WorkspaceCreateWithoutLocationsInput = exports.WorkspaceCreateWithoutEnvironmentVariablesInput = exports.WorkspaceCreateWithoutCountryInput = exports.WorkspaceCreateWithoutCityInput = exports.WorkspaceCreateOrConnectWithoutUsersInput = exports.WorkspaceCreateOrConnectWithoutStateInput = exports.WorkspaceCreateOrConnectWithoutLocationsInput = exports.WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput = exports.WorkspaceCreateOrConnectWithoutCountryInput = exports.WorkspaceCreateOrConnectWithoutCityInput = exports.WorkspaceCreateNestedOneWithoutUsersInput = exports.WorkspaceCreateNestedOneWithoutLocationsInput = exports.WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput = exports.WorkspaceCreateNestedManyWithoutStateInput = exports.WorkspaceCreateNestedManyWithoutCountryInput = exports.WorkspaceCreateNestedManyWithoutCityInput = exports.WorkspaceCreateManyStateInputEnvelope = exports.WorkspaceCreateManyStateInput = exports.WorkspaceCreateManyInput = exports.WorkspaceCreateManyCountryInputEnvelope = exports.WorkspaceCreateManyCountryInput = exports.WorkspaceCreateManyCityInputEnvelope = exports.WorkspaceCreateManyCityInput = exports.WorkspaceCreateInput = exports.WorkspaceCountOrderByAggregateInput = exports.WorkspaceAvgOrderByAggregateInput = exports.VerificationTokenWhereUniqueInput = exports.VerificationTokenWhereInput = exports.VerificationTokenUpdateManyMutationInput = exports.VerificationTokenUpdateInput = exports.VerificationTokenScalarWhereWithAggregatesInput = exports.VerificationTokenOrderByWithRelationInput = exports.VerificationTokenOrderByWithAggregationInput = exports.VerificationTokenMinOrderByAggregateInput = exports.VerificationTokenMaxOrderByAggregateInput = exports.VerificationTokenIdentifierTokenCompoundUniqueInput = exports.VerificationTokenCreateManyInput = exports.VerificationTokenCreateInput = exports.VerificationTokenCountOrderByAggregateInput = exports.UuidWithAggregatesFilter = exports.UuidNullableWithAggregatesFilter = void 0;
         
     | 
| 
      
 18 
     | 
    
         
            +
            exports.WorkspaceUserCreateWithoutUserInput = exports.WorkspaceUserCreateOrConnectWithoutWorkspaceInput = exports.WorkspaceUserCreateOrConnectWithoutUserInput = exports.WorkspaceUserCreateNestedManyWithoutWorkspaceInput = exports.WorkspaceUserCreateNestedManyWithoutUserInput = exports.WorkspaceUserCreateManyWorkspaceInputEnvelope = exports.WorkspaceUserCreateManyWorkspaceInput = exports.WorkspaceUserCreateManyUserInputEnvelope = exports.WorkspaceUserCreateManyUserInput = exports.WorkspaceUserCreateManyInput = exports.WorkspaceUserCreateInput = exports.WorkspaceUserCountOrderByAggregateInput = exports.WorkspaceUpsertWithoutUsersInput = exports.WorkspaceUpsertWithoutLocationsInput = exports.WorkspaceUpsertWithoutEnvironmentVariablesInput = exports.WorkspaceUpsertWithWhereUniqueWithoutStateInput = exports.WorkspaceUpsertWithWhereUniqueWithoutCountryInput = exports.WorkspaceUpsertWithWhereUniqueWithoutCityInput = exports.WorkspaceUpdatesameAsInput = exports.WorkspaceUpdateareasOfFocusInput = exports.WorkspaceUpdateWithoutUsersInput = exports.WorkspaceUpdateWithoutStateInput = exports.WorkspaceUpdateWithoutLocationsInput = exports.WorkspaceUpdateWithoutEnvironmentVariablesInput = exports.WorkspaceUpdateWithoutCountryInput = exports.WorkspaceUpdateWithoutCityInput = exports.WorkspaceUpdateWithWhereUniqueWithoutStateInput = exports.WorkspaceUpdateWithWhereUniqueWithoutCountryInput = exports.WorkspaceUpdateWithWhereUniqueWithoutCityInput = exports.WorkspaceUpdateToOneWithWhereWithoutUsersInput = exports.WorkspaceUpdateToOneWithWhereWithoutLocationsInput = exports.WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput = exports.WorkspaceUpdateOneWithoutLocationsNestedInput = exports.WorkspaceUpdateOneRequiredWithoutUsersNestedInput = exports.WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput = exports.WorkspaceUpdateManyWithoutStateNestedInput = exports.WorkspaceUpdateManyWithoutCountryNestedInput = exports.WorkspaceUpdateManyWithoutCityNestedInput = exports.WorkspaceUpdateManyWithWhereWithoutStateInput = exports.WorkspaceUpdateManyWithWhereWithoutCountryInput = exports.WorkspaceUpdateManyWithWhereWithoutCityInput = exports.WorkspaceUpdateManyMutationInput = exports.WorkspaceUpdateInput = exports.WorkspaceSumOrderByAggregateInput = exports.WorkspaceScalarWhereWithAggregatesInput = exports.WorkspaceScalarWhereInput = exports.WorkspaceRelationFilter = exports.WorkspaceOrderByWithRelationInput = exports.WorkspaceOrderByWithAggregationInput = exports.WorkspaceOrderByRelationAggregateInput = void 0;
         
     | 
| 
      
 19 
     | 
    
         
            +
            exports.WorkspaceWhereUniqueInput = exports.WorkspaceWhereInput = exports.WorkspaceUserWhereUniqueInput = exports.WorkspaceUserWhereInput = exports.WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput = exports.WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput = exports.WorkspaceUserUpsertWithWhereUniqueWithoutUserInput = exports.WorkspaceUserUpdateWithoutWorkspaceInput = exports.WorkspaceUserUpdateWithoutUserInput = exports.WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput = exports.WorkspaceUserUpdateWithWhereUniqueWithoutUserInput = exports.WorkspaceUserUpdateManyWithoutWorkspaceNestedInput = exports.WorkspaceUserUpdateManyWithoutUserNestedInput = exports.WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput = exports.WorkspaceUserUpdateManyWithWhereWithoutUserInput = exports.WorkspaceUserUpdateManyMutationInput = exports.WorkspaceUserUpdateInput = exports.WorkspaceUserScalarWhereWithAggregatesInput = exports.WorkspaceUserScalarWhereInput = exports.WorkspaceUserOrderByWithRelationInput = exports.WorkspaceUserOrderByWithAggregationInput = exports.WorkspaceUserOrderByRelationAggregateInput = exports.WorkspaceUserMinOrderByAggregateInput = exports.WorkspaceUserMaxOrderByAggregateInput = exports.WorkspaceUserListRelationFilter = exports.WorkspaceUserCreateWithoutWorkspaceInput = void 0;
         
     | 
| 
      
 20 
     | 
    
         
            +
            var AIRecommendationAvgOrderByAggregateInput_1 = require("./AIRecommendationAvgOrderByAggregateInput");
         
     | 
| 
      
 21 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationAvgOrderByAggregateInput", { enumerable: true, get: function () { return AIRecommendationAvgOrderByAggregateInput_1.AIRecommendationAvgOrderByAggregateInput; } });
         
     | 
| 
      
 22 
     | 
    
         
            +
            var AIRecommendationCountOrderByAggregateInput_1 = require("./AIRecommendationCountOrderByAggregateInput");
         
     | 
| 
      
 23 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCountOrderByAggregateInput", { enumerable: true, get: function () { return AIRecommendationCountOrderByAggregateInput_1.AIRecommendationCountOrderByAggregateInput; } });
         
     | 
| 
      
 24 
     | 
    
         
            +
            var AIRecommendationCreateInput_1 = require("./AIRecommendationCreateInput");
         
     | 
| 
      
 25 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateInput", { enumerable: true, get: function () { return AIRecommendationCreateInput_1.AIRecommendationCreateInput; } });
         
     | 
| 
      
 26 
     | 
    
         
            +
            var AIRecommendationCreateManyAssetInput_1 = require("./AIRecommendationCreateManyAssetInput");
         
     | 
| 
      
 27 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateManyAssetInput", { enumerable: true, get: function () { return AIRecommendationCreateManyAssetInput_1.AIRecommendationCreateManyAssetInput; } });
         
     | 
| 
      
 28 
     | 
    
         
            +
            var AIRecommendationCreateManyAssetInputEnvelope_1 = require("./AIRecommendationCreateManyAssetInputEnvelope");
         
     | 
| 
      
 29 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateManyAssetInputEnvelope", { enumerable: true, get: function () { return AIRecommendationCreateManyAssetInputEnvelope_1.AIRecommendationCreateManyAssetInputEnvelope; } });
         
     | 
| 
      
 30 
     | 
    
         
            +
            var AIRecommendationCreateManyInput_1 = require("./AIRecommendationCreateManyInput");
         
     | 
| 
      
 31 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateManyInput", { enumerable: true, get: function () { return AIRecommendationCreateManyInput_1.AIRecommendationCreateManyInput; } });
         
     | 
| 
      
 32 
     | 
    
         
            +
            var AIRecommendationCreateManyUserInput_1 = require("./AIRecommendationCreateManyUserInput");
         
     | 
| 
      
 33 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateManyUserInput", { enumerable: true, get: function () { return AIRecommendationCreateManyUserInput_1.AIRecommendationCreateManyUserInput; } });
         
     | 
| 
      
 34 
     | 
    
         
            +
            var AIRecommendationCreateManyUserInputEnvelope_1 = require("./AIRecommendationCreateManyUserInputEnvelope");
         
     | 
| 
      
 35 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateManyUserInputEnvelope", { enumerable: true, get: function () { return AIRecommendationCreateManyUserInputEnvelope_1.AIRecommendationCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 36 
     | 
    
         
            +
            var AIRecommendationCreateNestedManyWithoutAssetInput_1 = require("./AIRecommendationCreateNestedManyWithoutAssetInput");
         
     | 
| 
      
 37 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateNestedManyWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationCreateNestedManyWithoutAssetInput_1.AIRecommendationCreateNestedManyWithoutAssetInput; } });
         
     | 
| 
      
 38 
     | 
    
         
            +
            var AIRecommendationCreateNestedManyWithoutUserInput_1 = require("./AIRecommendationCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 39 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationCreateNestedManyWithoutUserInput_1.AIRecommendationCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 40 
     | 
    
         
            +
            var AIRecommendationCreateOrConnectWithoutAssetInput_1 = require("./AIRecommendationCreateOrConnectWithoutAssetInput");
         
     | 
| 
      
 41 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateOrConnectWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationCreateOrConnectWithoutAssetInput_1.AIRecommendationCreateOrConnectWithoutAssetInput; } });
         
     | 
| 
      
 42 
     | 
    
         
            +
            var AIRecommendationCreateOrConnectWithoutUserInput_1 = require("./AIRecommendationCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 43 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationCreateOrConnectWithoutUserInput_1.AIRecommendationCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 44 
     | 
    
         
            +
            var AIRecommendationCreateWithoutAssetInput_1 = require("./AIRecommendationCreateWithoutAssetInput");
         
     | 
| 
      
 45 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationCreateWithoutAssetInput_1.AIRecommendationCreateWithoutAssetInput; } });
         
     | 
| 
      
 46 
     | 
    
         
            +
            var AIRecommendationCreateWithoutUserInput_1 = require("./AIRecommendationCreateWithoutUserInput");
         
     | 
| 
      
 47 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationCreateWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationCreateWithoutUserInput_1.AIRecommendationCreateWithoutUserInput; } });
         
     | 
| 
      
 48 
     | 
    
         
            +
            var AIRecommendationListRelationFilter_1 = require("./AIRecommendationListRelationFilter");
         
     | 
| 
      
 49 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationListRelationFilter", { enumerable: true, get: function () { return AIRecommendationListRelationFilter_1.AIRecommendationListRelationFilter; } });
         
     | 
| 
      
 50 
     | 
    
         
            +
            var AIRecommendationMaxOrderByAggregateInput_1 = require("./AIRecommendationMaxOrderByAggregateInput");
         
     | 
| 
      
 51 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationMaxOrderByAggregateInput", { enumerable: true, get: function () { return AIRecommendationMaxOrderByAggregateInput_1.AIRecommendationMaxOrderByAggregateInput; } });
         
     | 
| 
      
 52 
     | 
    
         
            +
            var AIRecommendationMinOrderByAggregateInput_1 = require("./AIRecommendationMinOrderByAggregateInput");
         
     | 
| 
      
 53 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationMinOrderByAggregateInput", { enumerable: true, get: function () { return AIRecommendationMinOrderByAggregateInput_1.AIRecommendationMinOrderByAggregateInput; } });
         
     | 
| 
      
 54 
     | 
    
         
            +
            var AIRecommendationOrderByRelationAggregateInput_1 = require("./AIRecommendationOrderByRelationAggregateInput");
         
     | 
| 
      
 55 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationOrderByRelationAggregateInput", { enumerable: true, get: function () { return AIRecommendationOrderByRelationAggregateInput_1.AIRecommendationOrderByRelationAggregateInput; } });
         
     | 
| 
      
 56 
     | 
    
         
            +
            var AIRecommendationOrderByWithAggregationInput_1 = require("./AIRecommendationOrderByWithAggregationInput");
         
     | 
| 
      
 57 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationOrderByWithAggregationInput", { enumerable: true, get: function () { return AIRecommendationOrderByWithAggregationInput_1.AIRecommendationOrderByWithAggregationInput; } });
         
     | 
| 
      
 58 
     | 
    
         
            +
            var AIRecommendationOrderByWithRelationInput_1 = require("./AIRecommendationOrderByWithRelationInput");
         
     | 
| 
      
 59 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationOrderByWithRelationInput", { enumerable: true, get: function () { return AIRecommendationOrderByWithRelationInput_1.AIRecommendationOrderByWithRelationInput; } });
         
     | 
| 
      
 60 
     | 
    
         
            +
            var AIRecommendationScalarWhereInput_1 = require("./AIRecommendationScalarWhereInput");
         
     | 
| 
      
 61 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationScalarWhereInput", { enumerable: true, get: function () { return AIRecommendationScalarWhereInput_1.AIRecommendationScalarWhereInput; } });
         
     | 
| 
      
 62 
     | 
    
         
            +
            var AIRecommendationScalarWhereWithAggregatesInput_1 = require("./AIRecommendationScalarWhereWithAggregatesInput");
         
     | 
| 
      
 63 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return AIRecommendationScalarWhereWithAggregatesInput_1.AIRecommendationScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 64 
     | 
    
         
            +
            var AIRecommendationSumOrderByAggregateInput_1 = require("./AIRecommendationSumOrderByAggregateInput");
         
     | 
| 
      
 65 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationSumOrderByAggregateInput", { enumerable: true, get: function () { return AIRecommendationSumOrderByAggregateInput_1.AIRecommendationSumOrderByAggregateInput; } });
         
     | 
| 
      
 66 
     | 
    
         
            +
            var AIRecommendationUpdateInput_1 = require("./AIRecommendationUpdateInput");
         
     | 
| 
      
 67 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateInput", { enumerable: true, get: function () { return AIRecommendationUpdateInput_1.AIRecommendationUpdateInput; } });
         
     | 
| 
      
 68 
     | 
    
         
            +
            var AIRecommendationUpdateManyMutationInput_1 = require("./AIRecommendationUpdateManyMutationInput");
         
     | 
| 
      
 69 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateManyMutationInput", { enumerable: true, get: function () { return AIRecommendationUpdateManyMutationInput_1.AIRecommendationUpdateManyMutationInput; } });
         
     | 
| 
      
 70 
     | 
    
         
            +
            var AIRecommendationUpdateManyWithWhereWithoutAssetInput_1 = require("./AIRecommendationUpdateManyWithWhereWithoutAssetInput");
         
     | 
| 
      
 71 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateManyWithWhereWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationUpdateManyWithWhereWithoutAssetInput_1.AIRecommendationUpdateManyWithWhereWithoutAssetInput; } });
         
     | 
| 
      
 72 
     | 
    
         
            +
            var AIRecommendationUpdateManyWithWhereWithoutUserInput_1 = require("./AIRecommendationUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 73 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationUpdateManyWithWhereWithoutUserInput_1.AIRecommendationUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 74 
     | 
    
         
            +
            var AIRecommendationUpdateManyWithoutAssetNestedInput_1 = require("./AIRecommendationUpdateManyWithoutAssetNestedInput");
         
     | 
| 
      
 75 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateManyWithoutAssetNestedInput", { enumerable: true, get: function () { return AIRecommendationUpdateManyWithoutAssetNestedInput_1.AIRecommendationUpdateManyWithoutAssetNestedInput; } });
         
     | 
| 
      
 76 
     | 
    
         
            +
            var AIRecommendationUpdateManyWithoutUserNestedInput_1 = require("./AIRecommendationUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 77 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return AIRecommendationUpdateManyWithoutUserNestedInput_1.AIRecommendationUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 78 
     | 
    
         
            +
            var AIRecommendationUpdateWithWhereUniqueWithoutAssetInput_1 = require("./AIRecommendationUpdateWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 79 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationUpdateWithWhereUniqueWithoutAssetInput_1.AIRecommendationUpdateWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 80 
     | 
    
         
            +
            var AIRecommendationUpdateWithWhereUniqueWithoutUserInput_1 = require("./AIRecommendationUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 81 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationUpdateWithWhereUniqueWithoutUserInput_1.AIRecommendationUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 82 
     | 
    
         
            +
            var AIRecommendationUpdateWithoutAssetInput_1 = require("./AIRecommendationUpdateWithoutAssetInput");
         
     | 
| 
      
 83 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationUpdateWithoutAssetInput_1.AIRecommendationUpdateWithoutAssetInput; } });
         
     | 
| 
      
 84 
     | 
    
         
            +
            var AIRecommendationUpdateWithoutUserInput_1 = require("./AIRecommendationUpdateWithoutUserInput");
         
     | 
| 
      
 85 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpdateWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationUpdateWithoutUserInput_1.AIRecommendationUpdateWithoutUserInput; } });
         
     | 
| 
      
 86 
     | 
    
         
            +
            var AIRecommendationUpsertWithWhereUniqueWithoutAssetInput_1 = require("./AIRecommendationUpsertWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 87 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpsertWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return AIRecommendationUpsertWithWhereUniqueWithoutAssetInput_1.AIRecommendationUpsertWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 88 
     | 
    
         
            +
            var AIRecommendationUpsertWithWhereUniqueWithoutUserInput_1 = require("./AIRecommendationUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 89 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AIRecommendationUpsertWithWhereUniqueWithoutUserInput_1.AIRecommendationUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 90 
     | 
    
         
            +
            var AIRecommendationWhereInput_1 = require("./AIRecommendationWhereInput");
         
     | 
| 
      
 91 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationWhereInput", { enumerable: true, get: function () { return AIRecommendationWhereInput_1.AIRecommendationWhereInput; } });
         
     | 
| 
      
 92 
     | 
    
         
            +
            var AIRecommendationWhereUniqueInput_1 = require("./AIRecommendationWhereUniqueInput");
         
     | 
| 
      
 93 
     | 
    
         
            +
            Object.defineProperty(exports, "AIRecommendationWhereUniqueInput", { enumerable: true, get: function () { return AIRecommendationWhereUniqueInput_1.AIRecommendationWhereUniqueInput; } });
         
     | 
| 
      
 94 
     | 
    
         
            +
            var AccountAvgOrderByAggregateInput_1 = require("./AccountAvgOrderByAggregateInput");
         
     | 
| 
      
 95 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountAvgOrderByAggregateInput", { enumerable: true, get: function () { return AccountAvgOrderByAggregateInput_1.AccountAvgOrderByAggregateInput; } });
         
     | 
| 
      
 96 
     | 
    
         
            +
            var AccountCountOrderByAggregateInput_1 = require("./AccountCountOrderByAggregateInput");
         
     | 
| 
      
 97 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCountOrderByAggregateInput", { enumerable: true, get: function () { return AccountCountOrderByAggregateInput_1.AccountCountOrderByAggregateInput; } });
         
     | 
| 
      
 98 
     | 
    
         
            +
            var AccountCreateInput_1 = require("./AccountCreateInput");
         
     | 
| 
      
 99 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateInput", { enumerable: true, get: function () { return AccountCreateInput_1.AccountCreateInput; } });
         
     | 
| 
      
 100 
     | 
    
         
            +
            var AccountCreateManyInput_1 = require("./AccountCreateManyInput");
         
     | 
| 
      
 101 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateManyInput", { enumerable: true, get: function () { return AccountCreateManyInput_1.AccountCreateManyInput; } });
         
     | 
| 
      
 102 
     | 
    
         
            +
            var AccountCreateManyUserInput_1 = require("./AccountCreateManyUserInput");
         
     | 
| 
      
 103 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateManyUserInput", { enumerable: true, get: function () { return AccountCreateManyUserInput_1.AccountCreateManyUserInput; } });
         
     | 
| 
      
 104 
     | 
    
         
            +
            var AccountCreateManyUserInputEnvelope_1 = require("./AccountCreateManyUserInputEnvelope");
         
     | 
| 
      
 105 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateManyUserInputEnvelope", { enumerable: true, get: function () { return AccountCreateManyUserInputEnvelope_1.AccountCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 106 
     | 
    
         
            +
            var AccountCreateNestedManyWithoutUserInput_1 = require("./AccountCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 107 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return AccountCreateNestedManyWithoutUserInput_1.AccountCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 108 
     | 
    
         
            +
            var AccountCreateOrConnectWithoutUserInput_1 = require("./AccountCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 109 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return AccountCreateOrConnectWithoutUserInput_1.AccountCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 110 
     | 
    
         
            +
            var AccountCreateWithoutUserInput_1 = require("./AccountCreateWithoutUserInput");
         
     | 
| 
      
 111 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountCreateWithoutUserInput", { enumerable: true, get: function () { return AccountCreateWithoutUserInput_1.AccountCreateWithoutUserInput; } });
         
     | 
| 
      
 112 
     | 
    
         
            +
            var AccountListRelationFilter_1 = require("./AccountListRelationFilter");
         
     | 
| 
      
 113 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountListRelationFilter", { enumerable: true, get: function () { return AccountListRelationFilter_1.AccountListRelationFilter; } });
         
     | 
| 
      
 114 
     | 
    
         
            +
            var AccountMaxOrderByAggregateInput_1 = require("./AccountMaxOrderByAggregateInput");
         
     | 
| 
      
 115 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountMaxOrderByAggregateInput", { enumerable: true, get: function () { return AccountMaxOrderByAggregateInput_1.AccountMaxOrderByAggregateInput; } });
         
     | 
| 
      
 116 
     | 
    
         
            +
            var AccountMinOrderByAggregateInput_1 = require("./AccountMinOrderByAggregateInput");
         
     | 
| 
      
 117 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountMinOrderByAggregateInput", { enumerable: true, get: function () { return AccountMinOrderByAggregateInput_1.AccountMinOrderByAggregateInput; } });
         
     | 
| 
      
 118 
     | 
    
         
            +
            var AccountOrderByRelationAggregateInput_1 = require("./AccountOrderByRelationAggregateInput");
         
     | 
| 
      
 119 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountOrderByRelationAggregateInput", { enumerable: true, get: function () { return AccountOrderByRelationAggregateInput_1.AccountOrderByRelationAggregateInput; } });
         
     | 
| 
      
 120 
     | 
    
         
            +
            var AccountOrderByWithAggregationInput_1 = require("./AccountOrderByWithAggregationInput");
         
     | 
| 
      
 121 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountOrderByWithAggregationInput", { enumerable: true, get: function () { return AccountOrderByWithAggregationInput_1.AccountOrderByWithAggregationInput; } });
         
     | 
| 
      
 122 
     | 
    
         
            +
            var AccountOrderByWithRelationInput_1 = require("./AccountOrderByWithRelationInput");
         
     | 
| 
      
 123 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountOrderByWithRelationInput", { enumerable: true, get: function () { return AccountOrderByWithRelationInput_1.AccountOrderByWithRelationInput; } });
         
     | 
| 
      
 124 
     | 
    
         
            +
            var AccountProviderProviderAccountIdCompoundUniqueInput_1 = require("./AccountProviderProviderAccountIdCompoundUniqueInput");
         
     | 
| 
      
 125 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountProviderProviderAccountIdCompoundUniqueInput", { enumerable: true, get: function () { return AccountProviderProviderAccountIdCompoundUniqueInput_1.AccountProviderProviderAccountIdCompoundUniqueInput; } });
         
     | 
| 
      
 126 
     | 
    
         
            +
            var AccountScalarWhereInput_1 = require("./AccountScalarWhereInput");
         
     | 
| 
      
 127 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountScalarWhereInput", { enumerable: true, get: function () { return AccountScalarWhereInput_1.AccountScalarWhereInput; } });
         
     | 
| 
      
 128 
     | 
    
         
            +
            var AccountScalarWhereWithAggregatesInput_1 = require("./AccountScalarWhereWithAggregatesInput");
         
     | 
| 
      
 129 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return AccountScalarWhereWithAggregatesInput_1.AccountScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 130 
     | 
    
         
            +
            var AccountSumOrderByAggregateInput_1 = require("./AccountSumOrderByAggregateInput");
         
     | 
| 
      
 131 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountSumOrderByAggregateInput", { enumerable: true, get: function () { return AccountSumOrderByAggregateInput_1.AccountSumOrderByAggregateInput; } });
         
     | 
| 
      
 132 
     | 
    
         
            +
            var AccountUpdateInput_1 = require("./AccountUpdateInput");
         
     | 
| 
      
 133 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpdateInput", { enumerable: true, get: function () { return AccountUpdateInput_1.AccountUpdateInput; } });
         
     | 
| 
      
 134 
     | 
    
         
            +
            var AccountUpdateManyMutationInput_1 = require("./AccountUpdateManyMutationInput");
         
     | 
| 
      
 135 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpdateManyMutationInput", { enumerable: true, get: function () { return AccountUpdateManyMutationInput_1.AccountUpdateManyMutationInput; } });
         
     | 
| 
      
 136 
     | 
    
         
            +
            var AccountUpdateManyWithWhereWithoutUserInput_1 = require("./AccountUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 137 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return AccountUpdateManyWithWhereWithoutUserInput_1.AccountUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 138 
     | 
    
         
            +
            var AccountUpdateManyWithoutUserNestedInput_1 = require("./AccountUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 139 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return AccountUpdateManyWithoutUserNestedInput_1.AccountUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 140 
     | 
    
         
            +
            var AccountUpdateWithWhereUniqueWithoutUserInput_1 = require("./AccountUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 141 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AccountUpdateWithWhereUniqueWithoutUserInput_1.AccountUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 142 
     | 
    
         
            +
            var AccountUpdateWithoutUserInput_1 = require("./AccountUpdateWithoutUserInput");
         
     | 
| 
      
 143 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpdateWithoutUserInput", { enumerable: true, get: function () { return AccountUpdateWithoutUserInput_1.AccountUpdateWithoutUserInput; } });
         
     | 
| 
      
 144 
     | 
    
         
            +
            var AccountUpsertWithWhereUniqueWithoutUserInput_1 = require("./AccountUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 145 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AccountUpsertWithWhereUniqueWithoutUserInput_1.AccountUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 146 
     | 
    
         
            +
            var AccountWhereInput_1 = require("./AccountWhereInput");
         
     | 
| 
      
 147 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountWhereInput", { enumerable: true, get: function () { return AccountWhereInput_1.AccountWhereInput; } });
         
     | 
| 
      
 148 
     | 
    
         
            +
            var AccountWhereUniqueInput_1 = require("./AccountWhereUniqueInput");
         
     | 
| 
      
 149 
     | 
    
         
            +
            Object.defineProperty(exports, "AccountWhereUniqueInput", { enumerable: true, get: function () { return AccountWhereUniqueInput_1.AccountWhereUniqueInput; } });
         
     | 
| 
      
 150 
     | 
    
         
            +
            var AlertCountOrderByAggregateInput_1 = require("./AlertCountOrderByAggregateInput");
         
     | 
| 
      
 151 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCountOrderByAggregateInput", { enumerable: true, get: function () { return AlertCountOrderByAggregateInput_1.AlertCountOrderByAggregateInput; } });
         
     | 
| 
      
 152 
     | 
    
         
            +
            var AlertCreateInput_1 = require("./AlertCreateInput");
         
     | 
| 
      
 153 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateInput", { enumerable: true, get: function () { return AlertCreateInput_1.AlertCreateInput; } });
         
     | 
| 
      
 154 
     | 
    
         
            +
            var AlertCreateManyInput_1 = require("./AlertCreateManyInput");
         
     | 
| 
      
 155 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateManyInput", { enumerable: true, get: function () { return AlertCreateManyInput_1.AlertCreateManyInput; } });
         
     | 
| 
      
 156 
     | 
    
         
            +
            var AlertCreateManyUserInput_1 = require("./AlertCreateManyUserInput");
         
     | 
| 
      
 157 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateManyUserInput", { enumerable: true, get: function () { return AlertCreateManyUserInput_1.AlertCreateManyUserInput; } });
         
     | 
| 
      
 158 
     | 
    
         
            +
            var AlertCreateManyUserInputEnvelope_1 = require("./AlertCreateManyUserInputEnvelope");
         
     | 
| 
      
 159 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateManyUserInputEnvelope", { enumerable: true, get: function () { return AlertCreateManyUserInputEnvelope_1.AlertCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 160 
     | 
    
         
            +
            var AlertCreateNestedManyWithoutUserInput_1 = require("./AlertCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 161 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return AlertCreateNestedManyWithoutUserInput_1.AlertCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 162 
     | 
    
         
            +
            var AlertCreateOrConnectWithoutUserInput_1 = require("./AlertCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 163 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return AlertCreateOrConnectWithoutUserInput_1.AlertCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 164 
     | 
    
         
            +
            var AlertCreateWithoutUserInput_1 = require("./AlertCreateWithoutUserInput");
         
     | 
| 
      
 165 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertCreateWithoutUserInput", { enumerable: true, get: function () { return AlertCreateWithoutUserInput_1.AlertCreateWithoutUserInput; } });
         
     | 
| 
      
 166 
     | 
    
         
            +
            var AlertListRelationFilter_1 = require("./AlertListRelationFilter");
         
     | 
| 
      
 167 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertListRelationFilter", { enumerable: true, get: function () { return AlertListRelationFilter_1.AlertListRelationFilter; } });
         
     | 
| 
      
 168 
     | 
    
         
            +
            var AlertMaxOrderByAggregateInput_1 = require("./AlertMaxOrderByAggregateInput");
         
     | 
| 
      
 169 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertMaxOrderByAggregateInput", { enumerable: true, get: function () { return AlertMaxOrderByAggregateInput_1.AlertMaxOrderByAggregateInput; } });
         
     | 
| 
      
 170 
     | 
    
         
            +
            var AlertMinOrderByAggregateInput_1 = require("./AlertMinOrderByAggregateInput");
         
     | 
| 
      
 171 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertMinOrderByAggregateInput", { enumerable: true, get: function () { return AlertMinOrderByAggregateInput_1.AlertMinOrderByAggregateInput; } });
         
     | 
| 
      
 172 
     | 
    
         
            +
            var AlertOrderByRelationAggregateInput_1 = require("./AlertOrderByRelationAggregateInput");
         
     | 
| 
      
 173 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertOrderByRelationAggregateInput", { enumerable: true, get: function () { return AlertOrderByRelationAggregateInput_1.AlertOrderByRelationAggregateInput; } });
         
     | 
| 
      
 174 
     | 
    
         
            +
            var AlertOrderByWithAggregationInput_1 = require("./AlertOrderByWithAggregationInput");
         
     | 
| 
      
 175 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertOrderByWithAggregationInput", { enumerable: true, get: function () { return AlertOrderByWithAggregationInput_1.AlertOrderByWithAggregationInput; } });
         
     | 
| 
      
 176 
     | 
    
         
            +
            var AlertOrderByWithRelationInput_1 = require("./AlertOrderByWithRelationInput");
         
     | 
| 
      
 177 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertOrderByWithRelationInput", { enumerable: true, get: function () { return AlertOrderByWithRelationInput_1.AlertOrderByWithRelationInput; } });
         
     | 
| 
      
 178 
     | 
    
         
            +
            var AlertScalarWhereInput_1 = require("./AlertScalarWhereInput");
         
     | 
| 
      
 179 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertScalarWhereInput", { enumerable: true, get: function () { return AlertScalarWhereInput_1.AlertScalarWhereInput; } });
         
     | 
| 
      
 180 
     | 
    
         
            +
            var AlertScalarWhereWithAggregatesInput_1 = require("./AlertScalarWhereWithAggregatesInput");
         
     | 
| 
      
 181 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return AlertScalarWhereWithAggregatesInput_1.AlertScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 182 
     | 
    
         
            +
            var AlertUpdateInput_1 = require("./AlertUpdateInput");
         
     | 
| 
      
 183 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpdateInput", { enumerable: true, get: function () { return AlertUpdateInput_1.AlertUpdateInput; } });
         
     | 
| 
      
 184 
     | 
    
         
            +
            var AlertUpdateManyMutationInput_1 = require("./AlertUpdateManyMutationInput");
         
     | 
| 
      
 185 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpdateManyMutationInput", { enumerable: true, get: function () { return AlertUpdateManyMutationInput_1.AlertUpdateManyMutationInput; } });
         
     | 
| 
      
 186 
     | 
    
         
            +
            var AlertUpdateManyWithWhereWithoutUserInput_1 = require("./AlertUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 187 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return AlertUpdateManyWithWhereWithoutUserInput_1.AlertUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 188 
     | 
    
         
            +
            var AlertUpdateManyWithoutUserNestedInput_1 = require("./AlertUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 189 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return AlertUpdateManyWithoutUserNestedInput_1.AlertUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 190 
     | 
    
         
            +
            var AlertUpdateWithWhereUniqueWithoutUserInput_1 = require("./AlertUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 191 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AlertUpdateWithWhereUniqueWithoutUserInput_1.AlertUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 192 
     | 
    
         
            +
            var AlertUpdateWithoutUserInput_1 = require("./AlertUpdateWithoutUserInput");
         
     | 
| 
      
 193 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpdateWithoutUserInput", { enumerable: true, get: function () { return AlertUpdateWithoutUserInput_1.AlertUpdateWithoutUserInput; } });
         
     | 
| 
      
 194 
     | 
    
         
            +
            var AlertUpsertWithWhereUniqueWithoutUserInput_1 = require("./AlertUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 195 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AlertUpsertWithWhereUniqueWithoutUserInput_1.AlertUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 196 
     | 
    
         
            +
            var AlertWhereInput_1 = require("./AlertWhereInput");
         
     | 
| 
      
 197 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertWhereInput", { enumerable: true, get: function () { return AlertWhereInput_1.AlertWhereInput; } });
         
     | 
| 
      
 198 
     | 
    
         
            +
            var AlertWhereUniqueInput_1 = require("./AlertWhereUniqueInput");
         
     | 
| 
      
 199 
     | 
    
         
            +
            Object.defineProperty(exports, "AlertWhereUniqueInput", { enumerable: true, get: function () { return AlertWhereUniqueInput_1.AlertWhereUniqueInput; } });
         
     | 
| 
      
 200 
     | 
    
         
            +
            var AssetCountOrderByAggregateInput_1 = require("./AssetCountOrderByAggregateInput");
         
     | 
| 
      
 201 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCountOrderByAggregateInput", { enumerable: true, get: function () { return AssetCountOrderByAggregateInput_1.AssetCountOrderByAggregateInput; } });
         
     | 
| 
      
 202 
     | 
    
         
            +
            var AssetCreateInput_1 = require("./AssetCreateInput");
         
     | 
| 
      
 203 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateInput", { enumerable: true, get: function () { return AssetCreateInput_1.AssetCreateInput; } });
         
     | 
| 
      
 204 
     | 
    
         
            +
            var AssetCreateManyInput_1 = require("./AssetCreateManyInput");
         
     | 
| 
      
 205 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateManyInput", { enumerable: true, get: function () { return AssetCreateManyInput_1.AssetCreateManyInput; } });
         
     | 
| 
      
 206 
     | 
    
         
            +
            var AssetCreateNestedOneWithoutHoldingsInput_1 = require("./AssetCreateNestedOneWithoutHoldingsInput");
         
     | 
| 
      
 207 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateNestedOneWithoutHoldingsInput", { enumerable: true, get: function () { return AssetCreateNestedOneWithoutHoldingsInput_1.AssetCreateNestedOneWithoutHoldingsInput; } });
         
     | 
| 
      
 208 
     | 
    
         
            +
            var AssetCreateNestedOneWithoutOrdersInput_1 = require("./AssetCreateNestedOneWithoutOrdersInput");
         
     | 
| 
      
 209 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateNestedOneWithoutOrdersInput", { enumerable: true, get: function () { return AssetCreateNestedOneWithoutOrdersInput_1.AssetCreateNestedOneWithoutOrdersInput; } });
         
     | 
| 
      
 210 
     | 
    
         
            +
            var AssetCreateNestedOneWithoutRecommendationsInput_1 = require("./AssetCreateNestedOneWithoutRecommendationsInput");
         
     | 
| 
      
 211 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateNestedOneWithoutRecommendationsInput", { enumerable: true, get: function () { return AssetCreateNestedOneWithoutRecommendationsInput_1.AssetCreateNestedOneWithoutRecommendationsInput; } });
         
     | 
| 
      
 212 
     | 
    
         
            +
            var AssetCreateNestedOneWithoutTradesInput_1 = require("./AssetCreateNestedOneWithoutTradesInput");
         
     | 
| 
      
 213 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateNestedOneWithoutTradesInput", { enumerable: true, get: function () { return AssetCreateNestedOneWithoutTradesInput_1.AssetCreateNestedOneWithoutTradesInput; } });
         
     | 
| 
      
 214 
     | 
    
         
            +
            var AssetCreateOrConnectWithoutHoldingsInput_1 = require("./AssetCreateOrConnectWithoutHoldingsInput");
         
     | 
| 
      
 215 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateOrConnectWithoutHoldingsInput", { enumerable: true, get: function () { return AssetCreateOrConnectWithoutHoldingsInput_1.AssetCreateOrConnectWithoutHoldingsInput; } });
         
     | 
| 
      
 216 
     | 
    
         
            +
            var AssetCreateOrConnectWithoutOrdersInput_1 = require("./AssetCreateOrConnectWithoutOrdersInput");
         
     | 
| 
      
 217 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateOrConnectWithoutOrdersInput", { enumerable: true, get: function () { return AssetCreateOrConnectWithoutOrdersInput_1.AssetCreateOrConnectWithoutOrdersInput; } });
         
     | 
| 
      
 218 
     | 
    
         
            +
            var AssetCreateOrConnectWithoutRecommendationsInput_1 = require("./AssetCreateOrConnectWithoutRecommendationsInput");
         
     | 
| 
      
 219 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateOrConnectWithoutRecommendationsInput", { enumerable: true, get: function () { return AssetCreateOrConnectWithoutRecommendationsInput_1.AssetCreateOrConnectWithoutRecommendationsInput; } });
         
     | 
| 
      
 220 
     | 
    
         
            +
            var AssetCreateOrConnectWithoutTradesInput_1 = require("./AssetCreateOrConnectWithoutTradesInput");
         
     | 
| 
      
 221 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateOrConnectWithoutTradesInput", { enumerable: true, get: function () { return AssetCreateOrConnectWithoutTradesInput_1.AssetCreateOrConnectWithoutTradesInput; } });
         
     | 
| 
      
 222 
     | 
    
         
            +
            var AssetCreateWithoutHoldingsInput_1 = require("./AssetCreateWithoutHoldingsInput");
         
     | 
| 
      
 223 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateWithoutHoldingsInput", { enumerable: true, get: function () { return AssetCreateWithoutHoldingsInput_1.AssetCreateWithoutHoldingsInput; } });
         
     | 
| 
      
 224 
     | 
    
         
            +
            var AssetCreateWithoutOrdersInput_1 = require("./AssetCreateWithoutOrdersInput");
         
     | 
| 
      
 225 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateWithoutOrdersInput", { enumerable: true, get: function () { return AssetCreateWithoutOrdersInput_1.AssetCreateWithoutOrdersInput; } });
         
     | 
| 
      
 226 
     | 
    
         
            +
            var AssetCreateWithoutRecommendationsInput_1 = require("./AssetCreateWithoutRecommendationsInput");
         
     | 
| 
      
 227 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateWithoutRecommendationsInput", { enumerable: true, get: function () { return AssetCreateWithoutRecommendationsInput_1.AssetCreateWithoutRecommendationsInput; } });
         
     | 
| 
      
 228 
     | 
    
         
            +
            var AssetCreateWithoutTradesInput_1 = require("./AssetCreateWithoutTradesInput");
         
     | 
| 
      
 229 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetCreateWithoutTradesInput", { enumerable: true, get: function () { return AssetCreateWithoutTradesInput_1.AssetCreateWithoutTradesInput; } });
         
     | 
| 
      
 230 
     | 
    
         
            +
            var AssetMaxOrderByAggregateInput_1 = require("./AssetMaxOrderByAggregateInput");
         
     | 
| 
      
 231 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetMaxOrderByAggregateInput", { enumerable: true, get: function () { return AssetMaxOrderByAggregateInput_1.AssetMaxOrderByAggregateInput; } });
         
     | 
| 
      
 232 
     | 
    
         
            +
            var AssetMinOrderByAggregateInput_1 = require("./AssetMinOrderByAggregateInput");
         
     | 
| 
      
 233 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetMinOrderByAggregateInput", { enumerable: true, get: function () { return AssetMinOrderByAggregateInput_1.AssetMinOrderByAggregateInput; } });
         
     | 
| 
      
 234 
     | 
    
         
            +
            var AssetOrderByWithAggregationInput_1 = require("./AssetOrderByWithAggregationInput");
         
     | 
| 
      
 235 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetOrderByWithAggregationInput", { enumerable: true, get: function () { return AssetOrderByWithAggregationInput_1.AssetOrderByWithAggregationInput; } });
         
     | 
| 
      
 236 
     | 
    
         
            +
            var AssetOrderByWithRelationInput_1 = require("./AssetOrderByWithRelationInput");
         
     | 
| 
      
 237 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetOrderByWithRelationInput", { enumerable: true, get: function () { return AssetOrderByWithRelationInput_1.AssetOrderByWithRelationInput; } });
         
     | 
| 
      
 238 
     | 
    
         
            +
            var AssetRelationFilter_1 = require("./AssetRelationFilter");
         
     | 
| 
      
 239 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetRelationFilter", { enumerable: true, get: function () { return AssetRelationFilter_1.AssetRelationFilter; } });
         
     | 
| 
      
 240 
     | 
    
         
            +
            var AssetScalarWhereWithAggregatesInput_1 = require("./AssetScalarWhereWithAggregatesInput");
         
     | 
| 
      
 241 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return AssetScalarWhereWithAggregatesInput_1.AssetScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 242 
     | 
    
         
            +
            var AssetUpdateInput_1 = require("./AssetUpdateInput");
         
     | 
| 
      
 243 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateInput", { enumerable: true, get: function () { return AssetUpdateInput_1.AssetUpdateInput; } });
         
     | 
| 
      
 244 
     | 
    
         
            +
            var AssetUpdateManyMutationInput_1 = require("./AssetUpdateManyMutationInput");
         
     | 
| 
      
 245 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateManyMutationInput", { enumerable: true, get: function () { return AssetUpdateManyMutationInput_1.AssetUpdateManyMutationInput; } });
         
     | 
| 
      
 246 
     | 
    
         
            +
            var AssetUpdateOneRequiredWithoutHoldingsNestedInput_1 = require("./AssetUpdateOneRequiredWithoutHoldingsNestedInput");
         
     | 
| 
      
 247 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateOneRequiredWithoutHoldingsNestedInput", { enumerable: true, get: function () { return AssetUpdateOneRequiredWithoutHoldingsNestedInput_1.AssetUpdateOneRequiredWithoutHoldingsNestedInput; } });
         
     | 
| 
      
 248 
     | 
    
         
            +
            var AssetUpdateOneRequiredWithoutOrdersNestedInput_1 = require("./AssetUpdateOneRequiredWithoutOrdersNestedInput");
         
     | 
| 
      
 249 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateOneRequiredWithoutOrdersNestedInput", { enumerable: true, get: function () { return AssetUpdateOneRequiredWithoutOrdersNestedInput_1.AssetUpdateOneRequiredWithoutOrdersNestedInput; } });
         
     | 
| 
      
 250 
     | 
    
         
            +
            var AssetUpdateOneRequiredWithoutRecommendationsNestedInput_1 = require("./AssetUpdateOneRequiredWithoutRecommendationsNestedInput");
         
     | 
| 
      
 251 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateOneRequiredWithoutRecommendationsNestedInput", { enumerable: true, get: function () { return AssetUpdateOneRequiredWithoutRecommendationsNestedInput_1.AssetUpdateOneRequiredWithoutRecommendationsNestedInput; } });
         
     | 
| 
      
 252 
     | 
    
         
            +
            var AssetUpdateOneRequiredWithoutTradesNestedInput_1 = require("./AssetUpdateOneRequiredWithoutTradesNestedInput");
         
     | 
| 
      
 253 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateOneRequiredWithoutTradesNestedInput", { enumerable: true, get: function () { return AssetUpdateOneRequiredWithoutTradesNestedInput_1.AssetUpdateOneRequiredWithoutTradesNestedInput; } });
         
     | 
| 
      
 254 
     | 
    
         
            +
            var AssetUpdateToOneWithWhereWithoutHoldingsInput_1 = require("./AssetUpdateToOneWithWhereWithoutHoldingsInput");
         
     | 
| 
      
 255 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateToOneWithWhereWithoutHoldingsInput", { enumerable: true, get: function () { return AssetUpdateToOneWithWhereWithoutHoldingsInput_1.AssetUpdateToOneWithWhereWithoutHoldingsInput; } });
         
     | 
| 
      
 256 
     | 
    
         
            +
            var AssetUpdateToOneWithWhereWithoutOrdersInput_1 = require("./AssetUpdateToOneWithWhereWithoutOrdersInput");
         
     | 
| 
      
 257 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateToOneWithWhereWithoutOrdersInput", { enumerable: true, get: function () { return AssetUpdateToOneWithWhereWithoutOrdersInput_1.AssetUpdateToOneWithWhereWithoutOrdersInput; } });
         
     | 
| 
      
 258 
     | 
    
         
            +
            var AssetUpdateToOneWithWhereWithoutRecommendationsInput_1 = require("./AssetUpdateToOneWithWhereWithoutRecommendationsInput");
         
     | 
| 
      
 259 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateToOneWithWhereWithoutRecommendationsInput", { enumerable: true, get: function () { return AssetUpdateToOneWithWhereWithoutRecommendationsInput_1.AssetUpdateToOneWithWhereWithoutRecommendationsInput; } });
         
     | 
| 
      
 260 
     | 
    
         
            +
            var AssetUpdateToOneWithWhereWithoutTradesInput_1 = require("./AssetUpdateToOneWithWhereWithoutTradesInput");
         
     | 
| 
      
 261 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateToOneWithWhereWithoutTradesInput", { enumerable: true, get: function () { return AssetUpdateToOneWithWhereWithoutTradesInput_1.AssetUpdateToOneWithWhereWithoutTradesInput; } });
         
     | 
| 
      
 262 
     | 
    
         
            +
            var AssetUpdateWithoutHoldingsInput_1 = require("./AssetUpdateWithoutHoldingsInput");
         
     | 
| 
      
 263 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateWithoutHoldingsInput", { enumerable: true, get: function () { return AssetUpdateWithoutHoldingsInput_1.AssetUpdateWithoutHoldingsInput; } });
         
     | 
| 
      
 264 
     | 
    
         
            +
            var AssetUpdateWithoutOrdersInput_1 = require("./AssetUpdateWithoutOrdersInput");
         
     | 
| 
      
 265 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateWithoutOrdersInput", { enumerable: true, get: function () { return AssetUpdateWithoutOrdersInput_1.AssetUpdateWithoutOrdersInput; } });
         
     | 
| 
      
 266 
     | 
    
         
            +
            var AssetUpdateWithoutRecommendationsInput_1 = require("./AssetUpdateWithoutRecommendationsInput");
         
     | 
| 
      
 267 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateWithoutRecommendationsInput", { enumerable: true, get: function () { return AssetUpdateWithoutRecommendationsInput_1.AssetUpdateWithoutRecommendationsInput; } });
         
     | 
| 
      
 268 
     | 
    
         
            +
            var AssetUpdateWithoutTradesInput_1 = require("./AssetUpdateWithoutTradesInput");
         
     | 
| 
      
 269 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpdateWithoutTradesInput", { enumerable: true, get: function () { return AssetUpdateWithoutTradesInput_1.AssetUpdateWithoutTradesInput; } });
         
     | 
| 
      
 270 
     | 
    
         
            +
            var AssetUpsertWithoutHoldingsInput_1 = require("./AssetUpsertWithoutHoldingsInput");
         
     | 
| 
      
 271 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpsertWithoutHoldingsInput", { enumerable: true, get: function () { return AssetUpsertWithoutHoldingsInput_1.AssetUpsertWithoutHoldingsInput; } });
         
     | 
| 
      
 272 
     | 
    
         
            +
            var AssetUpsertWithoutOrdersInput_1 = require("./AssetUpsertWithoutOrdersInput");
         
     | 
| 
      
 273 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpsertWithoutOrdersInput", { enumerable: true, get: function () { return AssetUpsertWithoutOrdersInput_1.AssetUpsertWithoutOrdersInput; } });
         
     | 
| 
      
 274 
     | 
    
         
            +
            var AssetUpsertWithoutRecommendationsInput_1 = require("./AssetUpsertWithoutRecommendationsInput");
         
     | 
| 
      
 275 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpsertWithoutRecommendationsInput", { enumerable: true, get: function () { return AssetUpsertWithoutRecommendationsInput_1.AssetUpsertWithoutRecommendationsInput; } });
         
     | 
| 
      
 276 
     | 
    
         
            +
            var AssetUpsertWithoutTradesInput_1 = require("./AssetUpsertWithoutTradesInput");
         
     | 
| 
      
 277 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetUpsertWithoutTradesInput", { enumerable: true, get: function () { return AssetUpsertWithoutTradesInput_1.AssetUpsertWithoutTradesInput; } });
         
     | 
| 
      
 278 
     | 
    
         
            +
            var AssetWhereInput_1 = require("./AssetWhereInput");
         
     | 
| 
      
 279 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetWhereInput", { enumerable: true, get: function () { return AssetWhereInput_1.AssetWhereInput; } });
         
     | 
| 
      
 280 
     | 
    
         
            +
            var AssetWhereUniqueInput_1 = require("./AssetWhereUniqueInput");
         
     | 
| 
      
 281 
     | 
    
         
            +
            Object.defineProperty(exports, "AssetWhereUniqueInput", { enumerable: true, get: function () { return AssetWhereUniqueInput_1.AssetWhereUniqueInput; } });
         
     | 
| 
      
 282 
     | 
    
         
            +
            var AuthenticatorAvgOrderByAggregateInput_1 = require("./AuthenticatorAvgOrderByAggregateInput");
         
     | 
| 
      
 283 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorAvgOrderByAggregateInput", { enumerable: true, get: function () { return AuthenticatorAvgOrderByAggregateInput_1.AuthenticatorAvgOrderByAggregateInput; } });
         
     | 
| 
      
 284 
     | 
    
         
            +
            var AuthenticatorCountOrderByAggregateInput_1 = require("./AuthenticatorCountOrderByAggregateInput");
         
     | 
| 
      
 285 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCountOrderByAggregateInput", { enumerable: true, get: function () { return AuthenticatorCountOrderByAggregateInput_1.AuthenticatorCountOrderByAggregateInput; } });
         
     | 
| 
      
 286 
     | 
    
         
            +
            var AuthenticatorCreateInput_1 = require("./AuthenticatorCreateInput");
         
     | 
| 
      
 287 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateInput", { enumerable: true, get: function () { return AuthenticatorCreateInput_1.AuthenticatorCreateInput; } });
         
     | 
| 
      
 288 
     | 
    
         
            +
            var AuthenticatorCreateManyInput_1 = require("./AuthenticatorCreateManyInput");
         
     | 
| 
      
 289 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateManyInput", { enumerable: true, get: function () { return AuthenticatorCreateManyInput_1.AuthenticatorCreateManyInput; } });
         
     | 
| 
      
 290 
     | 
    
         
            +
            var AuthenticatorCreateManyUserInput_1 = require("./AuthenticatorCreateManyUserInput");
         
     | 
| 
      
 291 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateManyUserInput", { enumerable: true, get: function () { return AuthenticatorCreateManyUserInput_1.AuthenticatorCreateManyUserInput; } });
         
     | 
| 
      
 292 
     | 
    
         
            +
            var AuthenticatorCreateManyUserInputEnvelope_1 = require("./AuthenticatorCreateManyUserInputEnvelope");
         
     | 
| 
      
 293 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateManyUserInputEnvelope", { enumerable: true, get: function () { return AuthenticatorCreateManyUserInputEnvelope_1.AuthenticatorCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 294 
     | 
    
         
            +
            var AuthenticatorCreateNestedManyWithoutUserInput_1 = require("./AuthenticatorCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 295 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorCreateNestedManyWithoutUserInput_1.AuthenticatorCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 296 
     | 
    
         
            +
            var AuthenticatorCreateOrConnectWithoutUserInput_1 = require("./AuthenticatorCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 297 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorCreateOrConnectWithoutUserInput_1.AuthenticatorCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 298 
     | 
    
         
            +
            var AuthenticatorCreateWithoutUserInput_1 = require("./AuthenticatorCreateWithoutUserInput");
         
     | 
| 
      
 299 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorCreateWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorCreateWithoutUserInput_1.AuthenticatorCreateWithoutUserInput; } });
         
     | 
| 
      
 300 
     | 
    
         
            +
            var AuthenticatorListRelationFilter_1 = require("./AuthenticatorListRelationFilter");
         
     | 
| 
      
 301 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorListRelationFilter", { enumerable: true, get: function () { return AuthenticatorListRelationFilter_1.AuthenticatorListRelationFilter; } });
         
     | 
| 
      
 302 
     | 
    
         
            +
            var AuthenticatorMaxOrderByAggregateInput_1 = require("./AuthenticatorMaxOrderByAggregateInput");
         
     | 
| 
      
 303 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorMaxOrderByAggregateInput", { enumerable: true, get: function () { return AuthenticatorMaxOrderByAggregateInput_1.AuthenticatorMaxOrderByAggregateInput; } });
         
     | 
| 
      
 304 
     | 
    
         
            +
            var AuthenticatorMinOrderByAggregateInput_1 = require("./AuthenticatorMinOrderByAggregateInput");
         
     | 
| 
      
 305 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorMinOrderByAggregateInput", { enumerable: true, get: function () { return AuthenticatorMinOrderByAggregateInput_1.AuthenticatorMinOrderByAggregateInput; } });
         
     | 
| 
      
 306 
     | 
    
         
            +
            var AuthenticatorOrderByRelationAggregateInput_1 = require("./AuthenticatorOrderByRelationAggregateInput");
         
     | 
| 
      
 307 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorOrderByRelationAggregateInput", { enumerable: true, get: function () { return AuthenticatorOrderByRelationAggregateInput_1.AuthenticatorOrderByRelationAggregateInput; } });
         
     | 
| 
      
 308 
     | 
    
         
            +
            var AuthenticatorOrderByWithAggregationInput_1 = require("./AuthenticatorOrderByWithAggregationInput");
         
     | 
| 
      
 309 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorOrderByWithAggregationInput", { enumerable: true, get: function () { return AuthenticatorOrderByWithAggregationInput_1.AuthenticatorOrderByWithAggregationInput; } });
         
     | 
| 
      
 310 
     | 
    
         
            +
            var AuthenticatorOrderByWithRelationInput_1 = require("./AuthenticatorOrderByWithRelationInput");
         
     | 
| 
      
 311 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorOrderByWithRelationInput", { enumerable: true, get: function () { return AuthenticatorOrderByWithRelationInput_1.AuthenticatorOrderByWithRelationInput; } });
         
     | 
| 
      
 312 
     | 
    
         
            +
            var AuthenticatorScalarWhereInput_1 = require("./AuthenticatorScalarWhereInput");
         
     | 
| 
      
 313 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorScalarWhereInput", { enumerable: true, get: function () { return AuthenticatorScalarWhereInput_1.AuthenticatorScalarWhereInput; } });
         
     | 
| 
      
 314 
     | 
    
         
            +
            var AuthenticatorScalarWhereWithAggregatesInput_1 = require("./AuthenticatorScalarWhereWithAggregatesInput");
         
     | 
| 
      
 315 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return AuthenticatorScalarWhereWithAggregatesInput_1.AuthenticatorScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 316 
     | 
    
         
            +
            var AuthenticatorSumOrderByAggregateInput_1 = require("./AuthenticatorSumOrderByAggregateInput");
         
     | 
| 
      
 317 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorSumOrderByAggregateInput", { enumerable: true, get: function () { return AuthenticatorSumOrderByAggregateInput_1.AuthenticatorSumOrderByAggregateInput; } });
         
     | 
| 
      
 318 
     | 
    
         
            +
            var AuthenticatorUpdateInput_1 = require("./AuthenticatorUpdateInput");
         
     | 
| 
      
 319 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpdateInput", { enumerable: true, get: function () { return AuthenticatorUpdateInput_1.AuthenticatorUpdateInput; } });
         
     | 
| 
      
 320 
     | 
    
         
            +
            var AuthenticatorUpdateManyMutationInput_1 = require("./AuthenticatorUpdateManyMutationInput");
         
     | 
| 
      
 321 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpdateManyMutationInput", { enumerable: true, get: function () { return AuthenticatorUpdateManyMutationInput_1.AuthenticatorUpdateManyMutationInput; } });
         
     | 
| 
      
 322 
     | 
    
         
            +
            var AuthenticatorUpdateManyWithWhereWithoutUserInput_1 = require("./AuthenticatorUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 323 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorUpdateManyWithWhereWithoutUserInput_1.AuthenticatorUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 324 
     | 
    
         
            +
            var AuthenticatorUpdateManyWithoutUserNestedInput_1 = require("./AuthenticatorUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 325 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return AuthenticatorUpdateManyWithoutUserNestedInput_1.AuthenticatorUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 326 
     | 
    
         
            +
            var AuthenticatorUpdateWithWhereUniqueWithoutUserInput_1 = require("./AuthenticatorUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 327 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorUpdateWithWhereUniqueWithoutUserInput_1.AuthenticatorUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 328 
     | 
    
         
            +
            var AuthenticatorUpdateWithoutUserInput_1 = require("./AuthenticatorUpdateWithoutUserInput");
         
     | 
| 
      
 329 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpdateWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorUpdateWithoutUserInput_1.AuthenticatorUpdateWithoutUserInput; } });
         
     | 
| 
      
 330 
     | 
    
         
            +
            var AuthenticatorUpsertWithWhereUniqueWithoutUserInput_1 = require("./AuthenticatorUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 331 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return AuthenticatorUpsertWithWhereUniqueWithoutUserInput_1.AuthenticatorUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 332 
     | 
    
         
            +
            var AuthenticatorWhereInput_1 = require("./AuthenticatorWhereInput");
         
     | 
| 
      
 333 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorWhereInput", { enumerable: true, get: function () { return AuthenticatorWhereInput_1.AuthenticatorWhereInput; } });
         
     | 
| 
      
 334 
     | 
    
         
            +
            var AuthenticatorWhereUniqueInput_1 = require("./AuthenticatorWhereUniqueInput");
         
     | 
| 
      
 335 
     | 
    
         
            +
            Object.defineProperty(exports, "AuthenticatorWhereUniqueInput", { enumerable: true, get: function () { return AuthenticatorWhereUniqueInput_1.AuthenticatorWhereUniqueInput; } });
         
     | 
| 
      
 336 
     | 
    
         
            +
            var BoolFieldUpdateOperationsInput_1 = require("./BoolFieldUpdateOperationsInput");
         
     | 
| 
      
 337 
     | 
    
         
            +
            Object.defineProperty(exports, "BoolFieldUpdateOperationsInput", { enumerable: true, get: function () { return BoolFieldUpdateOperationsInput_1.BoolFieldUpdateOperationsInput; } });
         
     | 
| 
      
 338 
     | 
    
         
            +
            var BoolFilter_1 = require("./BoolFilter");
         
     | 
| 
      
 339 
     | 
    
         
            +
            Object.defineProperty(exports, "BoolFilter", { enumerable: true, get: function () { return BoolFilter_1.BoolFilter; } });
         
     | 
| 
      
 340 
     | 
    
         
            +
            var BoolNullableFilter_1 = require("./BoolNullableFilter");
         
     | 
| 
      
 341 
     | 
    
         
            +
            Object.defineProperty(exports, "BoolNullableFilter", { enumerable: true, get: function () { return BoolNullableFilter_1.BoolNullableFilter; } });
         
     | 
| 
      
 342 
     | 
    
         
            +
            var BoolNullableWithAggregatesFilter_1 = require("./BoolNullableWithAggregatesFilter");
         
     | 
| 
      
 343 
     | 
    
         
            +
            Object.defineProperty(exports, "BoolNullableWithAggregatesFilter", { enumerable: true, get: function () { return BoolNullableWithAggregatesFilter_1.BoolNullableWithAggregatesFilter; } });
         
     | 
| 
      
 344 
     | 
    
         
            +
            var BoolWithAggregatesFilter_1 = require("./BoolWithAggregatesFilter");
         
     | 
| 
      
 345 
     | 
    
         
            +
            Object.defineProperty(exports, "BoolWithAggregatesFilter", { enumerable: true, get: function () { return BoolWithAggregatesFilter_1.BoolWithAggregatesFilter; } });
         
     | 
| 
      
 346 
     | 
    
         
            +
            var CityCountOrderByAggregateInput_1 = require("./CityCountOrderByAggregateInput");
         
     | 
| 
      
 347 
     | 
    
         
            +
            Object.defineProperty(exports, "CityCountOrderByAggregateInput", { enumerable: true, get: function () { return CityCountOrderByAggregateInput_1.CityCountOrderByAggregateInput; } });
         
     | 
| 
      
 348 
     | 
    
         
            +
            var CityCreateInput_1 = require("./CityCreateInput");
         
     | 
| 
      
 349 
     | 
    
         
            +
            Object.defineProperty(exports, "CityCreateInput", { enumerable: true, get: function () { return CityCreateInput_1.CityCreateInput; } });
         
     | 
| 
      
 350 
     | 
    
         
            +
            var CityCreateManyInput_1 = require("./CityCreateManyInput");
         
     | 
| 
      
 351 
     | 
    
         
            +
            Object.defineProperty(exports, "CityCreateManyInput", { enumerable: true, get: function () { return CityCreateManyInput_1.CityCreateManyInput; } });
         
     | 
| 
      
 352 
     | 
    
         
            +
            var CityCreateNestedOneWithoutWorkspaceInput_1 = require("./CityCreateNestedOneWithoutWorkspaceInput");
         
     | 
| 
      
 353 
     | 
    
         
            +
            Object.defineProperty(exports, "CityCreateNestedOneWithoutWorkspaceInput", { enumerable: true, get: function () { return CityCreateNestedOneWithoutWorkspaceInput_1.CityCreateNestedOneWithoutWorkspaceInput; } });
         
     | 
| 
      
 354 
     | 
    
         
            +
            var CityCreateOrConnectWithoutWorkspaceInput_1 = require("./CityCreateOrConnectWithoutWorkspaceInput");
         
     | 
| 
      
 355 
     | 
    
         
            +
            Object.defineProperty(exports, "CityCreateOrConnectWithoutWorkspaceInput", { enumerable: true, get: function () { return CityCreateOrConnectWithoutWorkspaceInput_1.CityCreateOrConnectWithoutWorkspaceInput; } });
         
     | 
| 
      
 356 
     | 
    
         
            +
            var CityCreateWithoutWorkspaceInput_1 = require("./CityCreateWithoutWorkspaceInput");
         
     | 
| 
      
 357 
     | 
    
         
            +
            Object.defineProperty(exports, "CityCreateWithoutWorkspaceInput", { enumerable: true, get: function () { return CityCreateWithoutWorkspaceInput_1.CityCreateWithoutWorkspaceInput; } });
         
     | 
| 
      
 358 
     | 
    
         
            +
            var CityMaxOrderByAggregateInput_1 = require("./CityMaxOrderByAggregateInput");
         
     | 
| 
      
 359 
     | 
    
         
            +
            Object.defineProperty(exports, "CityMaxOrderByAggregateInput", { enumerable: true, get: function () { return CityMaxOrderByAggregateInput_1.CityMaxOrderByAggregateInput; } });
         
     | 
| 
      
 360 
     | 
    
         
            +
            var CityMinOrderByAggregateInput_1 = require("./CityMinOrderByAggregateInput");
         
     | 
| 
      
 361 
     | 
    
         
            +
            Object.defineProperty(exports, "CityMinOrderByAggregateInput", { enumerable: true, get: function () { return CityMinOrderByAggregateInput_1.CityMinOrderByAggregateInput; } });
         
     | 
| 
      
 362 
     | 
    
         
            +
            var CityNullableRelationFilter_1 = require("./CityNullableRelationFilter");
         
     | 
| 
      
 363 
     | 
    
         
            +
            Object.defineProperty(exports, "CityNullableRelationFilter", { enumerable: true, get: function () { return CityNullableRelationFilter_1.CityNullableRelationFilter; } });
         
     | 
| 
      
 364 
     | 
    
         
            +
            var CityOrderByWithAggregationInput_1 = require("./CityOrderByWithAggregationInput");
         
     | 
| 
      
 365 
     | 
    
         
            +
            Object.defineProperty(exports, "CityOrderByWithAggregationInput", { enumerable: true, get: function () { return CityOrderByWithAggregationInput_1.CityOrderByWithAggregationInput; } });
         
     | 
| 
      
 366 
     | 
    
         
            +
            var CityOrderByWithRelationInput_1 = require("./CityOrderByWithRelationInput");
         
     | 
| 
      
 367 
     | 
    
         
            +
            Object.defineProperty(exports, "CityOrderByWithRelationInput", { enumerable: true, get: function () { return CityOrderByWithRelationInput_1.CityOrderByWithRelationInput; } });
         
     | 
| 
      
 368 
     | 
    
         
            +
            var CityScalarWhereWithAggregatesInput_1 = require("./CityScalarWhereWithAggregatesInput");
         
     | 
| 
      
 369 
     | 
    
         
            +
            Object.defineProperty(exports, "CityScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return CityScalarWhereWithAggregatesInput_1.CityScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 370 
     | 
    
         
            +
            var CityUpdateInput_1 = require("./CityUpdateInput");
         
     | 
| 
      
 371 
     | 
    
         
            +
            Object.defineProperty(exports, "CityUpdateInput", { enumerable: true, get: function () { return CityUpdateInput_1.CityUpdateInput; } });
         
     | 
| 
      
 372 
     | 
    
         
            +
            var CityUpdateManyMutationInput_1 = require("./CityUpdateManyMutationInput");
         
     | 
| 
      
 373 
     | 
    
         
            +
            Object.defineProperty(exports, "CityUpdateManyMutationInput", { enumerable: true, get: function () { return CityUpdateManyMutationInput_1.CityUpdateManyMutationInput; } });
         
     | 
| 
      
 374 
     | 
    
         
            +
            var CityUpdateOneWithoutWorkspaceNestedInput_1 = require("./CityUpdateOneWithoutWorkspaceNestedInput");
         
     | 
| 
      
 375 
     | 
    
         
            +
            Object.defineProperty(exports, "CityUpdateOneWithoutWorkspaceNestedInput", { enumerable: true, get: function () { return CityUpdateOneWithoutWorkspaceNestedInput_1.CityUpdateOneWithoutWorkspaceNestedInput; } });
         
     | 
| 
      
 376 
     | 
    
         
            +
            var CityUpdateToOneWithWhereWithoutWorkspaceInput_1 = require("./CityUpdateToOneWithWhereWithoutWorkspaceInput");
         
     | 
| 
      
 377 
     | 
    
         
            +
            Object.defineProperty(exports, "CityUpdateToOneWithWhereWithoutWorkspaceInput", { enumerable: true, get: function () { return CityUpdateToOneWithWhereWithoutWorkspaceInput_1.CityUpdateToOneWithWhereWithoutWorkspaceInput; } });
         
     | 
| 
      
 378 
     | 
    
         
            +
            var CityUpdateWithoutWorkspaceInput_1 = require("./CityUpdateWithoutWorkspaceInput");
         
     | 
| 
      
 379 
     | 
    
         
            +
            Object.defineProperty(exports, "CityUpdateWithoutWorkspaceInput", { enumerable: true, get: function () { return CityUpdateWithoutWorkspaceInput_1.CityUpdateWithoutWorkspaceInput; } });
         
     | 
| 
      
 380 
     | 
    
         
            +
            var CityUpsertWithoutWorkspaceInput_1 = require("./CityUpsertWithoutWorkspaceInput");
         
     | 
| 
      
 381 
     | 
    
         
            +
            Object.defineProperty(exports, "CityUpsertWithoutWorkspaceInput", { enumerable: true, get: function () { return CityUpsertWithoutWorkspaceInput_1.CityUpsertWithoutWorkspaceInput; } });
         
     | 
| 
      
 382 
     | 
    
         
            +
            var CityWhereInput_1 = require("./CityWhereInput");
         
     | 
| 
      
 383 
     | 
    
         
            +
            Object.defineProperty(exports, "CityWhereInput", { enumerable: true, get: function () { return CityWhereInput_1.CityWhereInput; } });
         
     | 
| 
      
 384 
     | 
    
         
            +
            var CityWhereUniqueInput_1 = require("./CityWhereUniqueInput");
         
     | 
| 
      
 385 
     | 
    
         
            +
            Object.defineProperty(exports, "CityWhereUniqueInput", { enumerable: true, get: function () { return CityWhereUniqueInput_1.CityWhereUniqueInput; } });
         
     | 
| 
      
 386 
     | 
    
         
            +
            var CountryCountOrderByAggregateInput_1 = require("./CountryCountOrderByAggregateInput");
         
     | 
| 
      
 387 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCountOrderByAggregateInput", { enumerable: true, get: function () { return CountryCountOrderByAggregateInput_1.CountryCountOrderByAggregateInput; } });
         
     | 
| 
      
 388 
     | 
    
         
            +
            var CountryCreateInput_1 = require("./CountryCreateInput");
         
     | 
| 
      
 389 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateInput", { enumerable: true, get: function () { return CountryCreateInput_1.CountryCreateInput; } });
         
     | 
| 
      
 390 
     | 
    
         
            +
            var CountryCreateManyInput_1 = require("./CountryCreateManyInput");
         
     | 
| 
      
 391 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateManyInput", { enumerable: true, get: function () { return CountryCreateManyInput_1.CountryCreateManyInput; } });
         
     | 
| 
      
 392 
     | 
    
         
            +
            var CountryCreateNestedOneWithoutStatesInput_1 = require("./CountryCreateNestedOneWithoutStatesInput");
         
     | 
| 
      
 393 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateNestedOneWithoutStatesInput", { enumerable: true, get: function () { return CountryCreateNestedOneWithoutStatesInput_1.CountryCreateNestedOneWithoutStatesInput; } });
         
     | 
| 
      
 394 
     | 
    
         
            +
            var CountryCreateNestedOneWithoutWorkspaceInput_1 = require("./CountryCreateNestedOneWithoutWorkspaceInput");
         
     | 
| 
      
 395 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateNestedOneWithoutWorkspaceInput", { enumerable: true, get: function () { return CountryCreateNestedOneWithoutWorkspaceInput_1.CountryCreateNestedOneWithoutWorkspaceInput; } });
         
     | 
| 
      
 396 
     | 
    
         
            +
            var CountryCreateOrConnectWithoutStatesInput_1 = require("./CountryCreateOrConnectWithoutStatesInput");
         
     | 
| 
      
 397 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateOrConnectWithoutStatesInput", { enumerable: true, get: function () { return CountryCreateOrConnectWithoutStatesInput_1.CountryCreateOrConnectWithoutStatesInput; } });
         
     | 
| 
      
 398 
     | 
    
         
            +
            var CountryCreateOrConnectWithoutWorkspaceInput_1 = require("./CountryCreateOrConnectWithoutWorkspaceInput");
         
     | 
| 
      
 399 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateOrConnectWithoutWorkspaceInput", { enumerable: true, get: function () { return CountryCreateOrConnectWithoutWorkspaceInput_1.CountryCreateOrConnectWithoutWorkspaceInput; } });
         
     | 
| 
      
 400 
     | 
    
         
            +
            var CountryCreateWithoutStatesInput_1 = require("./CountryCreateWithoutStatesInput");
         
     | 
| 
      
 401 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateWithoutStatesInput", { enumerable: true, get: function () { return CountryCreateWithoutStatesInput_1.CountryCreateWithoutStatesInput; } });
         
     | 
| 
      
 402 
     | 
    
         
            +
            var CountryCreateWithoutWorkspaceInput_1 = require("./CountryCreateWithoutWorkspaceInput");
         
     | 
| 
      
 403 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryCreateWithoutWorkspaceInput", { enumerable: true, get: function () { return CountryCreateWithoutWorkspaceInput_1.CountryCreateWithoutWorkspaceInput; } });
         
     | 
| 
      
 404 
     | 
    
         
            +
            var CountryMaxOrderByAggregateInput_1 = require("./CountryMaxOrderByAggregateInput");
         
     | 
| 
      
 405 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryMaxOrderByAggregateInput", { enumerable: true, get: function () { return CountryMaxOrderByAggregateInput_1.CountryMaxOrderByAggregateInput; } });
         
     | 
| 
      
 406 
     | 
    
         
            +
            var CountryMinOrderByAggregateInput_1 = require("./CountryMinOrderByAggregateInput");
         
     | 
| 
      
 407 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryMinOrderByAggregateInput", { enumerable: true, get: function () { return CountryMinOrderByAggregateInput_1.CountryMinOrderByAggregateInput; } });
         
     | 
| 
      
 408 
     | 
    
         
            +
            var CountryNullableRelationFilter_1 = require("./CountryNullableRelationFilter");
         
     | 
| 
      
 409 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryNullableRelationFilter", { enumerable: true, get: function () { return CountryNullableRelationFilter_1.CountryNullableRelationFilter; } });
         
     | 
| 
      
 410 
     | 
    
         
            +
            var CountryOrderByWithAggregationInput_1 = require("./CountryOrderByWithAggregationInput");
         
     | 
| 
      
 411 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryOrderByWithAggregationInput", { enumerable: true, get: function () { return CountryOrderByWithAggregationInput_1.CountryOrderByWithAggregationInput; } });
         
     | 
| 
      
 412 
     | 
    
         
            +
            var CountryOrderByWithRelationInput_1 = require("./CountryOrderByWithRelationInput");
         
     | 
| 
      
 413 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryOrderByWithRelationInput", { enumerable: true, get: function () { return CountryOrderByWithRelationInput_1.CountryOrderByWithRelationInput; } });
         
     | 
| 
      
 414 
     | 
    
         
            +
            var CountryScalarWhereWithAggregatesInput_1 = require("./CountryScalarWhereWithAggregatesInput");
         
     | 
| 
      
 415 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return CountryScalarWhereWithAggregatesInput_1.CountryScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 416 
     | 
    
         
            +
            var CountryUpdateInput_1 = require("./CountryUpdateInput");
         
     | 
| 
      
 417 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateInput", { enumerable: true, get: function () { return CountryUpdateInput_1.CountryUpdateInput; } });
         
     | 
| 
      
 418 
     | 
    
         
            +
            var CountryUpdateManyMutationInput_1 = require("./CountryUpdateManyMutationInput");
         
     | 
| 
      
 419 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateManyMutationInput", { enumerable: true, get: function () { return CountryUpdateManyMutationInput_1.CountryUpdateManyMutationInput; } });
         
     | 
| 
      
 420 
     | 
    
         
            +
            var CountryUpdateOneWithoutStatesNestedInput_1 = require("./CountryUpdateOneWithoutStatesNestedInput");
         
     | 
| 
      
 421 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateOneWithoutStatesNestedInput", { enumerable: true, get: function () { return CountryUpdateOneWithoutStatesNestedInput_1.CountryUpdateOneWithoutStatesNestedInput; } });
         
     | 
| 
      
 422 
     | 
    
         
            +
            var CountryUpdateOneWithoutWorkspaceNestedInput_1 = require("./CountryUpdateOneWithoutWorkspaceNestedInput");
         
     | 
| 
      
 423 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateOneWithoutWorkspaceNestedInput", { enumerable: true, get: function () { return CountryUpdateOneWithoutWorkspaceNestedInput_1.CountryUpdateOneWithoutWorkspaceNestedInput; } });
         
     | 
| 
      
 424 
     | 
    
         
            +
            var CountryUpdateToOneWithWhereWithoutStatesInput_1 = require("./CountryUpdateToOneWithWhereWithoutStatesInput");
         
     | 
| 
      
 425 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateToOneWithWhereWithoutStatesInput", { enumerable: true, get: function () { return CountryUpdateToOneWithWhereWithoutStatesInput_1.CountryUpdateToOneWithWhereWithoutStatesInput; } });
         
     | 
| 
      
 426 
     | 
    
         
            +
            var CountryUpdateToOneWithWhereWithoutWorkspaceInput_1 = require("./CountryUpdateToOneWithWhereWithoutWorkspaceInput");
         
     | 
| 
      
 427 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateToOneWithWhereWithoutWorkspaceInput", { enumerable: true, get: function () { return CountryUpdateToOneWithWhereWithoutWorkspaceInput_1.CountryUpdateToOneWithWhereWithoutWorkspaceInput; } });
         
     | 
| 
      
 428 
     | 
    
         
            +
            var CountryUpdateWithoutStatesInput_1 = require("./CountryUpdateWithoutStatesInput");
         
     | 
| 
      
 429 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateWithoutStatesInput", { enumerable: true, get: function () { return CountryUpdateWithoutStatesInput_1.CountryUpdateWithoutStatesInput; } });
         
     | 
| 
      
 430 
     | 
    
         
            +
            var CountryUpdateWithoutWorkspaceInput_1 = require("./CountryUpdateWithoutWorkspaceInput");
         
     | 
| 
      
 431 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpdateWithoutWorkspaceInput", { enumerable: true, get: function () { return CountryUpdateWithoutWorkspaceInput_1.CountryUpdateWithoutWorkspaceInput; } });
         
     | 
| 
      
 432 
     | 
    
         
            +
            var CountryUpsertWithoutStatesInput_1 = require("./CountryUpsertWithoutStatesInput");
         
     | 
| 
      
 433 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpsertWithoutStatesInput", { enumerable: true, get: function () { return CountryUpsertWithoutStatesInput_1.CountryUpsertWithoutStatesInput; } });
         
     | 
| 
      
 434 
     | 
    
         
            +
            var CountryUpsertWithoutWorkspaceInput_1 = require("./CountryUpsertWithoutWorkspaceInput");
         
     | 
| 
      
 435 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryUpsertWithoutWorkspaceInput", { enumerable: true, get: function () { return CountryUpsertWithoutWorkspaceInput_1.CountryUpsertWithoutWorkspaceInput; } });
         
     | 
| 
      
 436 
     | 
    
         
            +
            var CountryWhereInput_1 = require("./CountryWhereInput");
         
     | 
| 
      
 437 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryWhereInput", { enumerable: true, get: function () { return CountryWhereInput_1.CountryWhereInput; } });
         
     | 
| 
      
 438 
     | 
    
         
            +
            var CountryWhereUniqueInput_1 = require("./CountryWhereUniqueInput");
         
     | 
| 
      
 439 
     | 
    
         
            +
            Object.defineProperty(exports, "CountryWhereUniqueInput", { enumerable: true, get: function () { return CountryWhereUniqueInput_1.CountryWhereUniqueInput; } });
         
     | 
| 
      
 440 
     | 
    
         
            +
            var CustomerAvgOrderByAggregateInput_1 = require("./CustomerAvgOrderByAggregateInput");
         
     | 
| 
      
 441 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerAvgOrderByAggregateInput", { enumerable: true, get: function () { return CustomerAvgOrderByAggregateInput_1.CustomerAvgOrderByAggregateInput; } });
         
     | 
| 
      
 442 
     | 
    
         
            +
            var CustomerCountOrderByAggregateInput_1 = require("./CustomerCountOrderByAggregateInput");
         
     | 
| 
      
 443 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerCountOrderByAggregateInput", { enumerable: true, get: function () { return CustomerCountOrderByAggregateInput_1.CustomerCountOrderByAggregateInput; } });
         
     | 
| 
      
 444 
     | 
    
         
            +
            var CustomerCreateInput_1 = require("./CustomerCreateInput");
         
     | 
| 
      
 445 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerCreateInput", { enumerable: true, get: function () { return CustomerCreateInput_1.CustomerCreateInput; } });
         
     | 
| 
      
 446 
     | 
    
         
            +
            var CustomerCreateManyInput_1 = require("./CustomerCreateManyInput");
         
     | 
| 
      
 447 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerCreateManyInput", { enumerable: true, get: function () { return CustomerCreateManyInput_1.CustomerCreateManyInput; } });
         
     | 
| 
      
 448 
     | 
    
         
            +
            var CustomerCreateNestedOneWithoutUsersInput_1 = require("./CustomerCreateNestedOneWithoutUsersInput");
         
     | 
| 
      
 449 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerCreateNestedOneWithoutUsersInput", { enumerable: true, get: function () { return CustomerCreateNestedOneWithoutUsersInput_1.CustomerCreateNestedOneWithoutUsersInput; } });
         
     | 
| 
      
 450 
     | 
    
         
            +
            var CustomerCreateOrConnectWithoutUsersInput_1 = require("./CustomerCreateOrConnectWithoutUsersInput");
         
     | 
| 
      
 451 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerCreateOrConnectWithoutUsersInput", { enumerable: true, get: function () { return CustomerCreateOrConnectWithoutUsersInput_1.CustomerCreateOrConnectWithoutUsersInput; } });
         
     | 
| 
      
 452 
     | 
    
         
            +
            var CustomerCreateWithoutUsersInput_1 = require("./CustomerCreateWithoutUsersInput");
         
     | 
| 
      
 453 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerCreateWithoutUsersInput", { enumerable: true, get: function () { return CustomerCreateWithoutUsersInput_1.CustomerCreateWithoutUsersInput; } });
         
     | 
| 
      
 454 
     | 
    
         
            +
            var CustomerMaxOrderByAggregateInput_1 = require("./CustomerMaxOrderByAggregateInput");
         
     | 
| 
      
 455 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerMaxOrderByAggregateInput", { enumerable: true, get: function () { return CustomerMaxOrderByAggregateInput_1.CustomerMaxOrderByAggregateInput; } });
         
     | 
| 
      
 456 
     | 
    
         
            +
            var CustomerMinOrderByAggregateInput_1 = require("./CustomerMinOrderByAggregateInput");
         
     | 
| 
      
 457 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerMinOrderByAggregateInput", { enumerable: true, get: function () { return CustomerMinOrderByAggregateInput_1.CustomerMinOrderByAggregateInput; } });
         
     | 
| 
      
 458 
     | 
    
         
            +
            var CustomerNullableRelationFilter_1 = require("./CustomerNullableRelationFilter");
         
     | 
| 
      
 459 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerNullableRelationFilter", { enumerable: true, get: function () { return CustomerNullableRelationFilter_1.CustomerNullableRelationFilter; } });
         
     | 
| 
      
 460 
     | 
    
         
            +
            var CustomerOrderByWithAggregationInput_1 = require("./CustomerOrderByWithAggregationInput");
         
     | 
| 
      
 461 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerOrderByWithAggregationInput", { enumerable: true, get: function () { return CustomerOrderByWithAggregationInput_1.CustomerOrderByWithAggregationInput; } });
         
     | 
| 
      
 462 
     | 
    
         
            +
            var CustomerOrderByWithRelationInput_1 = require("./CustomerOrderByWithRelationInput");
         
     | 
| 
      
 463 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerOrderByWithRelationInput", { enumerable: true, get: function () { return CustomerOrderByWithRelationInput_1.CustomerOrderByWithRelationInput; } });
         
     | 
| 
      
 464 
     | 
    
         
            +
            var CustomerScalarWhereWithAggregatesInput_1 = require("./CustomerScalarWhereWithAggregatesInput");
         
     | 
| 
      
 465 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return CustomerScalarWhereWithAggregatesInput_1.CustomerScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 466 
     | 
    
         
            +
            var CustomerSumOrderByAggregateInput_1 = require("./CustomerSumOrderByAggregateInput");
         
     | 
| 
      
 467 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerSumOrderByAggregateInput", { enumerable: true, get: function () { return CustomerSumOrderByAggregateInput_1.CustomerSumOrderByAggregateInput; } });
         
     | 
| 
      
 468 
     | 
    
         
            +
            var CustomerUpdateInput_1 = require("./CustomerUpdateInput");
         
     | 
| 
      
 469 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerUpdateInput", { enumerable: true, get: function () { return CustomerUpdateInput_1.CustomerUpdateInput; } });
         
     | 
| 
      
 470 
     | 
    
         
            +
            var CustomerUpdateManyMutationInput_1 = require("./CustomerUpdateManyMutationInput");
         
     | 
| 
      
 471 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerUpdateManyMutationInput", { enumerable: true, get: function () { return CustomerUpdateManyMutationInput_1.CustomerUpdateManyMutationInput; } });
         
     | 
| 
      
 472 
     | 
    
         
            +
            var CustomerUpdateOneWithoutUsersNestedInput_1 = require("./CustomerUpdateOneWithoutUsersNestedInput");
         
     | 
| 
      
 473 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerUpdateOneWithoutUsersNestedInput", { enumerable: true, get: function () { return CustomerUpdateOneWithoutUsersNestedInput_1.CustomerUpdateOneWithoutUsersNestedInput; } });
         
     | 
| 
      
 474 
     | 
    
         
            +
            var CustomerUpdateToOneWithWhereWithoutUsersInput_1 = require("./CustomerUpdateToOneWithWhereWithoutUsersInput");
         
     | 
| 
      
 475 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerUpdateToOneWithWhereWithoutUsersInput", { enumerable: true, get: function () { return CustomerUpdateToOneWithWhereWithoutUsersInput_1.CustomerUpdateToOneWithWhereWithoutUsersInput; } });
         
     | 
| 
      
 476 
     | 
    
         
            +
            var CustomerUpdateWithoutUsersInput_1 = require("./CustomerUpdateWithoutUsersInput");
         
     | 
| 
      
 477 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerUpdateWithoutUsersInput", { enumerable: true, get: function () { return CustomerUpdateWithoutUsersInput_1.CustomerUpdateWithoutUsersInput; } });
         
     | 
| 
      
 478 
     | 
    
         
            +
            var CustomerUpsertWithoutUsersInput_1 = require("./CustomerUpsertWithoutUsersInput");
         
     | 
| 
      
 479 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerUpsertWithoutUsersInput", { enumerable: true, get: function () { return CustomerUpsertWithoutUsersInput_1.CustomerUpsertWithoutUsersInput; } });
         
     | 
| 
      
 480 
     | 
    
         
            +
            var CustomerWhereInput_1 = require("./CustomerWhereInput");
         
     | 
| 
      
 481 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerWhereInput", { enumerable: true, get: function () { return CustomerWhereInput_1.CustomerWhereInput; } });
         
     | 
| 
      
 482 
     | 
    
         
            +
            var CustomerWhereUniqueInput_1 = require("./CustomerWhereUniqueInput");
         
     | 
| 
      
 483 
     | 
    
         
            +
            Object.defineProperty(exports, "CustomerWhereUniqueInput", { enumerable: true, get: function () { return CustomerWhereUniqueInput_1.CustomerWhereUniqueInput; } });
         
     | 
| 
      
 484 
     | 
    
         
            +
            var DateTimeFieldUpdateOperationsInput_1 = require("./DateTimeFieldUpdateOperationsInput");
         
     | 
| 
      
 485 
     | 
    
         
            +
            Object.defineProperty(exports, "DateTimeFieldUpdateOperationsInput", { enumerable: true, get: function () { return DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput; } });
         
     | 
| 
      
 486 
     | 
    
         
            +
            var DateTimeFilter_1 = require("./DateTimeFilter");
         
     | 
| 
      
 487 
     | 
    
         
            +
            Object.defineProperty(exports, "DateTimeFilter", { enumerable: true, get: function () { return DateTimeFilter_1.DateTimeFilter; } });
         
     | 
| 
      
 488 
     | 
    
         
            +
            var DateTimeNullableFilter_1 = require("./DateTimeNullableFilter");
         
     | 
| 
      
 489 
     | 
    
         
            +
            Object.defineProperty(exports, "DateTimeNullableFilter", { enumerable: true, get: function () { return DateTimeNullableFilter_1.DateTimeNullableFilter; } });
         
     | 
| 
      
 490 
     | 
    
         
            +
            var DateTimeNullableWithAggregatesFilter_1 = require("./DateTimeNullableWithAggregatesFilter");
         
     | 
| 
      
 491 
     | 
    
         
            +
            Object.defineProperty(exports, "DateTimeNullableWithAggregatesFilter", { enumerable: true, get: function () { return DateTimeNullableWithAggregatesFilter_1.DateTimeNullableWithAggregatesFilter; } });
         
     | 
| 
      
 492 
     | 
    
         
            +
            var DateTimeWithAggregatesFilter_1 = require("./DateTimeWithAggregatesFilter");
         
     | 
| 
      
 493 
     | 
    
         
            +
            Object.defineProperty(exports, "DateTimeWithAggregatesFilter", { enumerable: true, get: function () { return DateTimeWithAggregatesFilter_1.DateTimeWithAggregatesFilter; } });
         
     | 
| 
      
 494 
     | 
    
         
            +
            var EconomicEventCountOrderByAggregateInput_1 = require("./EconomicEventCountOrderByAggregateInput");
         
     | 
| 
      
 495 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventCountOrderByAggregateInput", { enumerable: true, get: function () { return EconomicEventCountOrderByAggregateInput_1.EconomicEventCountOrderByAggregateInput; } });
         
     | 
| 
      
 496 
     | 
    
         
            +
            var EconomicEventCreateInput_1 = require("./EconomicEventCreateInput");
         
     | 
| 
      
 497 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventCreateInput", { enumerable: true, get: function () { return EconomicEventCreateInput_1.EconomicEventCreateInput; } });
         
     | 
| 
      
 498 
     | 
    
         
            +
            var EconomicEventCreateManyInput_1 = require("./EconomicEventCreateManyInput");
         
     | 
| 
      
 499 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventCreateManyInput", { enumerable: true, get: function () { return EconomicEventCreateManyInput_1.EconomicEventCreateManyInput; } });
         
     | 
| 
      
 500 
     | 
    
         
            +
            var EconomicEventMaxOrderByAggregateInput_1 = require("./EconomicEventMaxOrderByAggregateInput");
         
     | 
| 
      
 501 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventMaxOrderByAggregateInput", { enumerable: true, get: function () { return EconomicEventMaxOrderByAggregateInput_1.EconomicEventMaxOrderByAggregateInput; } });
         
     | 
| 
      
 502 
     | 
    
         
            +
            var EconomicEventMinOrderByAggregateInput_1 = require("./EconomicEventMinOrderByAggregateInput");
         
     | 
| 
      
 503 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventMinOrderByAggregateInput", { enumerable: true, get: function () { return EconomicEventMinOrderByAggregateInput_1.EconomicEventMinOrderByAggregateInput; } });
         
     | 
| 
      
 504 
     | 
    
         
            +
            var EconomicEventOrderByWithAggregationInput_1 = require("./EconomicEventOrderByWithAggregationInput");
         
     | 
| 
      
 505 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventOrderByWithAggregationInput", { enumerable: true, get: function () { return EconomicEventOrderByWithAggregationInput_1.EconomicEventOrderByWithAggregationInput; } });
         
     | 
| 
      
 506 
     | 
    
         
            +
            var EconomicEventOrderByWithRelationInput_1 = require("./EconomicEventOrderByWithRelationInput");
         
     | 
| 
      
 507 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventOrderByWithRelationInput", { enumerable: true, get: function () { return EconomicEventOrderByWithRelationInput_1.EconomicEventOrderByWithRelationInput; } });
         
     | 
| 
      
 508 
     | 
    
         
            +
            var EconomicEventScalarWhereWithAggregatesInput_1 = require("./EconomicEventScalarWhereWithAggregatesInput");
         
     | 
| 
      
 509 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return EconomicEventScalarWhereWithAggregatesInput_1.EconomicEventScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 510 
     | 
    
         
            +
            var EconomicEventUpdateInput_1 = require("./EconomicEventUpdateInput");
         
     | 
| 
      
 511 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventUpdateInput", { enumerable: true, get: function () { return EconomicEventUpdateInput_1.EconomicEventUpdateInput; } });
         
     | 
| 
      
 512 
     | 
    
         
            +
            var EconomicEventUpdateManyMutationInput_1 = require("./EconomicEventUpdateManyMutationInput");
         
     | 
| 
      
 513 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventUpdateManyMutationInput", { enumerable: true, get: function () { return EconomicEventUpdateManyMutationInput_1.EconomicEventUpdateManyMutationInput; } });
         
     | 
| 
      
 514 
     | 
    
         
            +
            var EconomicEventWhereInput_1 = require("./EconomicEventWhereInput");
         
     | 
| 
      
 515 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventWhereInput", { enumerable: true, get: function () { return EconomicEventWhereInput_1.EconomicEventWhereInput; } });
         
     | 
| 
      
 516 
     | 
    
         
            +
            var EconomicEventWhereUniqueInput_1 = require("./EconomicEventWhereUniqueInput");
         
     | 
| 
      
 517 
     | 
    
         
            +
            Object.defineProperty(exports, "EconomicEventWhereUniqueInput", { enumerable: true, get: function () { return EconomicEventWhereUniqueInput_1.EconomicEventWhereUniqueInput; } });
         
     | 
| 
      
 518 
     | 
    
         
            +
            var EnumAlertTypeFieldUpdateOperationsInput_1 = require("./EnumAlertTypeFieldUpdateOperationsInput");
         
     | 
| 
      
 519 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumAlertTypeFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumAlertTypeFieldUpdateOperationsInput_1.EnumAlertTypeFieldUpdateOperationsInput; } });
         
     | 
| 
      
 520 
     | 
    
         
            +
            var EnumAlertTypeFilter_1 = require("./EnumAlertTypeFilter");
         
     | 
| 
      
 521 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumAlertTypeFilter", { enumerable: true, get: function () { return EnumAlertTypeFilter_1.EnumAlertTypeFilter; } });
         
     | 
| 
      
 522 
     | 
    
         
            +
            var EnumAlertTypeWithAggregatesFilter_1 = require("./EnumAlertTypeWithAggregatesFilter");
         
     | 
| 
      
 523 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumAlertTypeWithAggregatesFilter", { enumerable: true, get: function () { return EnumAlertTypeWithAggregatesFilter_1.EnumAlertTypeWithAggregatesFilter; } });
         
     | 
| 
      
 524 
     | 
    
         
            +
            var EnumAssetTypeFieldUpdateOperationsInput_1 = require("./EnumAssetTypeFieldUpdateOperationsInput");
         
     | 
| 
      
 525 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumAssetTypeFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumAssetTypeFieldUpdateOperationsInput_1.EnumAssetTypeFieldUpdateOperationsInput; } });
         
     | 
| 
      
 526 
     | 
    
         
            +
            var EnumAssetTypeFilter_1 = require("./EnumAssetTypeFilter");
         
     | 
| 
      
 527 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumAssetTypeFilter", { enumerable: true, get: function () { return EnumAssetTypeFilter_1.EnumAssetTypeFilter; } });
         
     | 
| 
      
 528 
     | 
    
         
            +
            var EnumAssetTypeWithAggregatesFilter_1 = require("./EnumAssetTypeWithAggregatesFilter");
         
     | 
| 
      
 529 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumAssetTypeWithAggregatesFilter", { enumerable: true, get: function () { return EnumAssetTypeWithAggregatesFilter_1.EnumAssetTypeWithAggregatesFilter; } });
         
     | 
| 
      
 530 
     | 
    
         
            +
            var EnumEventImportanceFieldUpdateOperationsInput_1 = require("./EnumEventImportanceFieldUpdateOperationsInput");
         
     | 
| 
      
 531 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumEventImportanceFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumEventImportanceFieldUpdateOperationsInput_1.EnumEventImportanceFieldUpdateOperationsInput; } });
         
     | 
| 
      
 532 
     | 
    
         
            +
            var EnumEventImportanceFilter_1 = require("./EnumEventImportanceFilter");
         
     | 
| 
      
 533 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumEventImportanceFilter", { enumerable: true, get: function () { return EnumEventImportanceFilter_1.EnumEventImportanceFilter; } });
         
     | 
| 
      
 534 
     | 
    
         
            +
            var EnumEventImportanceWithAggregatesFilter_1 = require("./EnumEventImportanceWithAggregatesFilter");
         
     | 
| 
      
 535 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumEventImportanceWithAggregatesFilter", { enumerable: true, get: function () { return EnumEventImportanceWithAggregatesFilter_1.EnumEventImportanceWithAggregatesFilter; } });
         
     | 
| 
      
 536 
     | 
    
         
            +
            var EnumNewsSentimentFieldUpdateOperationsInput_1 = require("./EnumNewsSentimentFieldUpdateOperationsInput");
         
     | 
| 
      
 537 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumNewsSentimentFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumNewsSentimentFieldUpdateOperationsInput_1.EnumNewsSentimentFieldUpdateOperationsInput; } });
         
     | 
| 
      
 538 
     | 
    
         
            +
            var EnumNewsSentimentFilter_1 = require("./EnumNewsSentimentFilter");
         
     | 
| 
      
 539 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumNewsSentimentFilter", { enumerable: true, get: function () { return EnumNewsSentimentFilter_1.EnumNewsSentimentFilter; } });
         
     | 
| 
      
 540 
     | 
    
         
            +
            var EnumNewsSentimentWithAggregatesFilter_1 = require("./EnumNewsSentimentWithAggregatesFilter");
         
     | 
| 
      
 541 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumNewsSentimentWithAggregatesFilter", { enumerable: true, get: function () { return EnumNewsSentimentWithAggregatesFilter_1.EnumNewsSentimentWithAggregatesFilter; } });
         
     | 
| 
      
 542 
     | 
    
         
            +
            var EnumOrderStatusFieldUpdateOperationsInput_1 = require("./EnumOrderStatusFieldUpdateOperationsInput");
         
     | 
| 
      
 543 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumOrderStatusFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumOrderStatusFieldUpdateOperationsInput_1.EnumOrderStatusFieldUpdateOperationsInput; } });
         
     | 
| 
      
 544 
     | 
    
         
            +
            var EnumOrderStatusFilter_1 = require("./EnumOrderStatusFilter");
         
     | 
| 
      
 545 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumOrderStatusFilter", { enumerable: true, get: function () { return EnumOrderStatusFilter_1.EnumOrderStatusFilter; } });
         
     | 
| 
      
 546 
     | 
    
         
            +
            var EnumOrderStatusWithAggregatesFilter_1 = require("./EnumOrderStatusWithAggregatesFilter");
         
     | 
| 
      
 547 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumOrderStatusWithAggregatesFilter", { enumerable: true, get: function () { return EnumOrderStatusWithAggregatesFilter_1.EnumOrderStatusWithAggregatesFilter; } });
         
     | 
| 
      
 548 
     | 
    
         
            +
            var EnumOrderTypeFieldUpdateOperationsInput_1 = require("./EnumOrderTypeFieldUpdateOperationsInput");
         
     | 
| 
      
 549 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumOrderTypeFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumOrderTypeFieldUpdateOperationsInput_1.EnumOrderTypeFieldUpdateOperationsInput; } });
         
     | 
| 
      
 550 
     | 
    
         
            +
            var EnumOrderTypeFilter_1 = require("./EnumOrderTypeFilter");
         
     | 
| 
      
 551 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumOrderTypeFilter", { enumerable: true, get: function () { return EnumOrderTypeFilter_1.EnumOrderTypeFilter; } });
         
     | 
| 
      
 552 
     | 
    
         
            +
            var EnumOrderTypeWithAggregatesFilter_1 = require("./EnumOrderTypeWithAggregatesFilter");
         
     | 
| 
      
 553 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumOrderTypeWithAggregatesFilter", { enumerable: true, get: function () { return EnumOrderTypeWithAggregatesFilter_1.EnumOrderTypeWithAggregatesFilter; } });
         
     | 
| 
      
 554 
     | 
    
         
            +
            var EnumSubscriptionPlanNullableFilter_1 = require("./EnumSubscriptionPlanNullableFilter");
         
     | 
| 
      
 555 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumSubscriptionPlanNullableFilter", { enumerable: true, get: function () { return EnumSubscriptionPlanNullableFilter_1.EnumSubscriptionPlanNullableFilter; } });
         
     | 
| 
      
 556 
     | 
    
         
            +
            var EnumSubscriptionPlanNullableWithAggregatesFilter_1 = require("./EnumSubscriptionPlanNullableWithAggregatesFilter");
         
     | 
| 
      
 557 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumSubscriptionPlanNullableWithAggregatesFilter", { enumerable: true, get: function () { return EnumSubscriptionPlanNullableWithAggregatesFilter_1.EnumSubscriptionPlanNullableWithAggregatesFilter; } });
         
     | 
| 
      
 558 
     | 
    
         
            +
            var EnumTradeActionFieldUpdateOperationsInput_1 = require("./EnumTradeActionFieldUpdateOperationsInput");
         
     | 
| 
      
 559 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumTradeActionFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumTradeActionFieldUpdateOperationsInput_1.EnumTradeActionFieldUpdateOperationsInput; } });
         
     | 
| 
      
 560 
     | 
    
         
            +
            var EnumTradeActionFilter_1 = require("./EnumTradeActionFilter");
         
     | 
| 
      
 561 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumTradeActionFilter", { enumerable: true, get: function () { return EnumTradeActionFilter_1.EnumTradeActionFilter; } });
         
     | 
| 
      
 562 
     | 
    
         
            +
            var EnumTradeActionWithAggregatesFilter_1 = require("./EnumTradeActionWithAggregatesFilter");
         
     | 
| 
      
 563 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumTradeActionWithAggregatesFilter", { enumerable: true, get: function () { return EnumTradeActionWithAggregatesFilter_1.EnumTradeActionWithAggregatesFilter; } });
         
     | 
| 
      
 564 
     | 
    
         
            +
            var EnumUserRoleFieldUpdateOperationsInput_1 = require("./EnumUserRoleFieldUpdateOperationsInput");
         
     | 
| 
      
 565 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumUserRoleFieldUpdateOperationsInput", { enumerable: true, get: function () { return EnumUserRoleFieldUpdateOperationsInput_1.EnumUserRoleFieldUpdateOperationsInput; } });
         
     | 
| 
      
 566 
     | 
    
         
            +
            var EnumUserRoleFilter_1 = require("./EnumUserRoleFilter");
         
     | 
| 
      
 567 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumUserRoleFilter", { enumerable: true, get: function () { return EnumUserRoleFilter_1.EnumUserRoleFilter; } });
         
     | 
| 
      
 568 
     | 
    
         
            +
            var EnumUserRoleWithAggregatesFilter_1 = require("./EnumUserRoleWithAggregatesFilter");
         
     | 
| 
      
 569 
     | 
    
         
            +
            Object.defineProperty(exports, "EnumUserRoleWithAggregatesFilter", { enumerable: true, get: function () { return EnumUserRoleWithAggregatesFilter_1.EnumUserRoleWithAggregatesFilter; } });
         
     | 
| 
      
 570 
     | 
    
         
            +
            var EnvironmentVariableCountOrderByAggregateInput_1 = require("./EnvironmentVariableCountOrderByAggregateInput");
         
     | 
| 
      
 571 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCountOrderByAggregateInput", { enumerable: true, get: function () { return EnvironmentVariableCountOrderByAggregateInput_1.EnvironmentVariableCountOrderByAggregateInput; } });
         
     | 
| 
      
 572 
     | 
    
         
            +
            var EnvironmentVariableCreateInput_1 = require("./EnvironmentVariableCreateInput");
         
     | 
| 
      
 573 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateInput", { enumerable: true, get: function () { return EnvironmentVariableCreateInput_1.EnvironmentVariableCreateInput; } });
         
     | 
| 
      
 574 
     | 
    
         
            +
            var EnvironmentVariableCreateManyInput_1 = require("./EnvironmentVariableCreateManyInput");
         
     | 
| 
      
 575 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateManyInput", { enumerable: true, get: function () { return EnvironmentVariableCreateManyInput_1.EnvironmentVariableCreateManyInput; } });
         
     | 
| 
      
 576 
     | 
    
         
            +
            var EnvironmentVariableCreateManyWorkspaceInput_1 = require("./EnvironmentVariableCreateManyWorkspaceInput");
         
     | 
| 
      
 577 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateManyWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableCreateManyWorkspaceInput_1.EnvironmentVariableCreateManyWorkspaceInput; } });
         
     | 
| 
      
 578 
     | 
    
         
            +
            var EnvironmentVariableCreateManyWorkspaceInputEnvelope_1 = require("./EnvironmentVariableCreateManyWorkspaceInputEnvelope");
         
     | 
| 
      
 579 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateManyWorkspaceInputEnvelope", { enumerable: true, get: function () { return EnvironmentVariableCreateManyWorkspaceInputEnvelope_1.EnvironmentVariableCreateManyWorkspaceInputEnvelope; } });
         
     | 
| 
      
 580 
     | 
    
         
            +
            var EnvironmentVariableCreateNestedManyWithoutWorkspaceInput_1 = require("./EnvironmentVariableCreateNestedManyWithoutWorkspaceInput");
         
     | 
| 
      
 581 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateNestedManyWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableCreateNestedManyWithoutWorkspaceInput_1.EnvironmentVariableCreateNestedManyWithoutWorkspaceInput; } });
         
     | 
| 
      
 582 
     | 
    
         
            +
            var EnvironmentVariableCreateOrConnectWithoutWorkspaceInput_1 = require("./EnvironmentVariableCreateOrConnectWithoutWorkspaceInput");
         
     | 
| 
      
 583 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateOrConnectWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableCreateOrConnectWithoutWorkspaceInput_1.EnvironmentVariableCreateOrConnectWithoutWorkspaceInput; } });
         
     | 
| 
      
 584 
     | 
    
         
            +
            var EnvironmentVariableCreateWithoutWorkspaceInput_1 = require("./EnvironmentVariableCreateWithoutWorkspaceInput");
         
     | 
| 
      
 585 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableCreateWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableCreateWithoutWorkspaceInput_1.EnvironmentVariableCreateWithoutWorkspaceInput; } });
         
     | 
| 
      
 586 
     | 
    
         
            +
            var EnvironmentVariableListRelationFilter_1 = require("./EnvironmentVariableListRelationFilter");
         
     | 
| 
      
 587 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableListRelationFilter", { enumerable: true, get: function () { return EnvironmentVariableListRelationFilter_1.EnvironmentVariableListRelationFilter; } });
         
     | 
| 
      
 588 
     | 
    
         
            +
            var EnvironmentVariableMaxOrderByAggregateInput_1 = require("./EnvironmentVariableMaxOrderByAggregateInput");
         
     | 
| 
      
 589 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableMaxOrderByAggregateInput", { enumerable: true, get: function () { return EnvironmentVariableMaxOrderByAggregateInput_1.EnvironmentVariableMaxOrderByAggregateInput; } });
         
     | 
| 
      
 590 
     | 
    
         
            +
            var EnvironmentVariableMinOrderByAggregateInput_1 = require("./EnvironmentVariableMinOrderByAggregateInput");
         
     | 
| 
      
 591 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableMinOrderByAggregateInput", { enumerable: true, get: function () { return EnvironmentVariableMinOrderByAggregateInput_1.EnvironmentVariableMinOrderByAggregateInput; } });
         
     | 
| 
      
 592 
     | 
    
         
            +
            var EnvironmentVariableOrderByRelationAggregateInput_1 = require("./EnvironmentVariableOrderByRelationAggregateInput");
         
     | 
| 
      
 593 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableOrderByRelationAggregateInput", { enumerable: true, get: function () { return EnvironmentVariableOrderByRelationAggregateInput_1.EnvironmentVariableOrderByRelationAggregateInput; } });
         
     | 
| 
      
 594 
     | 
    
         
            +
            var EnvironmentVariableOrderByWithAggregationInput_1 = require("./EnvironmentVariableOrderByWithAggregationInput");
         
     | 
| 
      
 595 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableOrderByWithAggregationInput", { enumerable: true, get: function () { return EnvironmentVariableOrderByWithAggregationInput_1.EnvironmentVariableOrderByWithAggregationInput; } });
         
     | 
| 
      
 596 
     | 
    
         
            +
            var EnvironmentVariableOrderByWithRelationInput_1 = require("./EnvironmentVariableOrderByWithRelationInput");
         
     | 
| 
      
 597 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableOrderByWithRelationInput", { enumerable: true, get: function () { return EnvironmentVariableOrderByWithRelationInput_1.EnvironmentVariableOrderByWithRelationInput; } });
         
     | 
| 
      
 598 
     | 
    
         
            +
            var EnvironmentVariableScalarWhereInput_1 = require("./EnvironmentVariableScalarWhereInput");
         
     | 
| 
      
 599 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableScalarWhereInput", { enumerable: true, get: function () { return EnvironmentVariableScalarWhereInput_1.EnvironmentVariableScalarWhereInput; } });
         
     | 
| 
      
 600 
     | 
    
         
            +
            var EnvironmentVariableScalarWhereWithAggregatesInput_1 = require("./EnvironmentVariableScalarWhereWithAggregatesInput");
         
     | 
| 
      
 601 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return EnvironmentVariableScalarWhereWithAggregatesInput_1.EnvironmentVariableScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 602 
     | 
    
         
            +
            var EnvironmentVariableUpdateInput_1 = require("./EnvironmentVariableUpdateInput");
         
     | 
| 
      
 603 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpdateInput", { enumerable: true, get: function () { return EnvironmentVariableUpdateInput_1.EnvironmentVariableUpdateInput; } });
         
     | 
| 
      
 604 
     | 
    
         
            +
            var EnvironmentVariableUpdateManyMutationInput_1 = require("./EnvironmentVariableUpdateManyMutationInput");
         
     | 
| 
      
 605 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpdateManyMutationInput", { enumerable: true, get: function () { return EnvironmentVariableUpdateManyMutationInput_1.EnvironmentVariableUpdateManyMutationInput; } });
         
     | 
| 
      
 606 
     | 
    
         
            +
            var EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput_1 = require("./EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput");
         
     | 
| 
      
 607 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput_1.EnvironmentVariableUpdateManyWithWhereWithoutWorkspaceInput; } });
         
     | 
| 
      
 608 
     | 
    
         
            +
            var EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput_1 = require("./EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput");
         
     | 
| 
      
 609 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput", { enumerable: true, get: function () { return EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput_1.EnvironmentVariableUpdateManyWithoutWorkspaceNestedInput; } });
         
     | 
| 
      
 610 
     | 
    
         
            +
            var EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput_1 = require("./EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput");
         
     | 
| 
      
 611 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput_1.EnvironmentVariableUpdateWithWhereUniqueWithoutWorkspaceInput; } });
         
     | 
| 
      
 612 
     | 
    
         
            +
            var EnvironmentVariableUpdateWithoutWorkspaceInput_1 = require("./EnvironmentVariableUpdateWithoutWorkspaceInput");
         
     | 
| 
      
 613 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpdateWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableUpdateWithoutWorkspaceInput_1.EnvironmentVariableUpdateWithoutWorkspaceInput; } });
         
     | 
| 
      
 614 
     | 
    
         
            +
            var EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput_1 = require("./EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput");
         
     | 
| 
      
 615 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput", { enumerable: true, get: function () { return EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput_1.EnvironmentVariableUpsertWithWhereUniqueWithoutWorkspaceInput; } });
         
     | 
| 
      
 616 
     | 
    
         
            +
            var EnvironmentVariableWhereInput_1 = require("./EnvironmentVariableWhereInput");
         
     | 
| 
      
 617 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableWhereInput", { enumerable: true, get: function () { return EnvironmentVariableWhereInput_1.EnvironmentVariableWhereInput; } });
         
     | 
| 
      
 618 
     | 
    
         
            +
            var EnvironmentVariableWhereUniqueInput_1 = require("./EnvironmentVariableWhereUniqueInput");
         
     | 
| 
      
 619 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableWhereUniqueInput", { enumerable: true, get: function () { return EnvironmentVariableWhereUniqueInput_1.EnvironmentVariableWhereUniqueInput; } });
         
     | 
| 
      
 620 
     | 
    
         
            +
            var EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput_1 = require("./EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput");
         
     | 
| 
      
 621 
     | 
    
         
            +
            Object.defineProperty(exports, "EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput", { enumerable: true, get: function () { return EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput_1.EnvironmentVariableWorkspaceIdKeyCompoundUniqueInput; } });
         
     | 
| 
      
 622 
     | 
    
         
            +
            var FloatFieldUpdateOperationsInput_1 = require("./FloatFieldUpdateOperationsInput");
         
     | 
| 
      
 623 
     | 
    
         
            +
            Object.defineProperty(exports, "FloatFieldUpdateOperationsInput", { enumerable: true, get: function () { return FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput; } });
         
     | 
| 
      
 624 
     | 
    
         
            +
            var FloatFilter_1 = require("./FloatFilter");
         
     | 
| 
      
 625 
     | 
    
         
            +
            Object.defineProperty(exports, "FloatFilter", { enumerable: true, get: function () { return FloatFilter_1.FloatFilter; } });
         
     | 
| 
      
 626 
     | 
    
         
            +
            var FloatWithAggregatesFilter_1 = require("./FloatWithAggregatesFilter");
         
     | 
| 
      
 627 
     | 
    
         
            +
            Object.defineProperty(exports, "FloatWithAggregatesFilter", { enumerable: true, get: function () { return FloatWithAggregatesFilter_1.FloatWithAggregatesFilter; } });
         
     | 
| 
      
 628 
     | 
    
         
            +
            var HoldingAvgOrderByAggregateInput_1 = require("./HoldingAvgOrderByAggregateInput");
         
     | 
| 
      
 629 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingAvgOrderByAggregateInput", { enumerable: true, get: function () { return HoldingAvgOrderByAggregateInput_1.HoldingAvgOrderByAggregateInput; } });
         
     | 
| 
      
 630 
     | 
    
         
            +
            var HoldingCountOrderByAggregateInput_1 = require("./HoldingCountOrderByAggregateInput");
         
     | 
| 
      
 631 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCountOrderByAggregateInput", { enumerable: true, get: function () { return HoldingCountOrderByAggregateInput_1.HoldingCountOrderByAggregateInput; } });
         
     | 
| 
      
 632 
     | 
    
         
            +
            var HoldingCreateInput_1 = require("./HoldingCreateInput");
         
     | 
| 
      
 633 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateInput", { enumerable: true, get: function () { return HoldingCreateInput_1.HoldingCreateInput; } });
         
     | 
| 
      
 634 
     | 
    
         
            +
            var HoldingCreateManyAssetInput_1 = require("./HoldingCreateManyAssetInput");
         
     | 
| 
      
 635 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateManyAssetInput", { enumerable: true, get: function () { return HoldingCreateManyAssetInput_1.HoldingCreateManyAssetInput; } });
         
     | 
| 
      
 636 
     | 
    
         
            +
            var HoldingCreateManyAssetInputEnvelope_1 = require("./HoldingCreateManyAssetInputEnvelope");
         
     | 
| 
      
 637 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateManyAssetInputEnvelope", { enumerable: true, get: function () { return HoldingCreateManyAssetInputEnvelope_1.HoldingCreateManyAssetInputEnvelope; } });
         
     | 
| 
      
 638 
     | 
    
         
            +
            var HoldingCreateManyInput_1 = require("./HoldingCreateManyInput");
         
     | 
| 
      
 639 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateManyInput", { enumerable: true, get: function () { return HoldingCreateManyInput_1.HoldingCreateManyInput; } });
         
     | 
| 
      
 640 
     | 
    
         
            +
            var HoldingCreateManyUserInput_1 = require("./HoldingCreateManyUserInput");
         
     | 
| 
      
 641 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateManyUserInput", { enumerable: true, get: function () { return HoldingCreateManyUserInput_1.HoldingCreateManyUserInput; } });
         
     | 
| 
      
 642 
     | 
    
         
            +
            var HoldingCreateManyUserInputEnvelope_1 = require("./HoldingCreateManyUserInputEnvelope");
         
     | 
| 
      
 643 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateManyUserInputEnvelope", { enumerable: true, get: function () { return HoldingCreateManyUserInputEnvelope_1.HoldingCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 644 
     | 
    
         
            +
            var HoldingCreateNestedManyWithoutAssetInput_1 = require("./HoldingCreateNestedManyWithoutAssetInput");
         
     | 
| 
      
 645 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateNestedManyWithoutAssetInput", { enumerable: true, get: function () { return HoldingCreateNestedManyWithoutAssetInput_1.HoldingCreateNestedManyWithoutAssetInput; } });
         
     | 
| 
      
 646 
     | 
    
         
            +
            var HoldingCreateNestedManyWithoutUserInput_1 = require("./HoldingCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 647 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return HoldingCreateNestedManyWithoutUserInput_1.HoldingCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 648 
     | 
    
         
            +
            var HoldingCreateOrConnectWithoutAssetInput_1 = require("./HoldingCreateOrConnectWithoutAssetInput");
         
     | 
| 
      
 649 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateOrConnectWithoutAssetInput", { enumerable: true, get: function () { return HoldingCreateOrConnectWithoutAssetInput_1.HoldingCreateOrConnectWithoutAssetInput; } });
         
     | 
| 
      
 650 
     | 
    
         
            +
            var HoldingCreateOrConnectWithoutUserInput_1 = require("./HoldingCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 651 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return HoldingCreateOrConnectWithoutUserInput_1.HoldingCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 652 
     | 
    
         
            +
            var HoldingCreateWithoutAssetInput_1 = require("./HoldingCreateWithoutAssetInput");
         
     | 
| 
      
 653 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateWithoutAssetInput", { enumerable: true, get: function () { return HoldingCreateWithoutAssetInput_1.HoldingCreateWithoutAssetInput; } });
         
     | 
| 
      
 654 
     | 
    
         
            +
            var HoldingCreateWithoutUserInput_1 = require("./HoldingCreateWithoutUserInput");
         
     | 
| 
      
 655 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingCreateWithoutUserInput", { enumerable: true, get: function () { return HoldingCreateWithoutUserInput_1.HoldingCreateWithoutUserInput; } });
         
     | 
| 
      
 656 
     | 
    
         
            +
            var HoldingListRelationFilter_1 = require("./HoldingListRelationFilter");
         
     | 
| 
      
 657 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingListRelationFilter", { enumerable: true, get: function () { return HoldingListRelationFilter_1.HoldingListRelationFilter; } });
         
     | 
| 
      
 658 
     | 
    
         
            +
            var HoldingMaxOrderByAggregateInput_1 = require("./HoldingMaxOrderByAggregateInput");
         
     | 
| 
      
 659 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingMaxOrderByAggregateInput", { enumerable: true, get: function () { return HoldingMaxOrderByAggregateInput_1.HoldingMaxOrderByAggregateInput; } });
         
     | 
| 
      
 660 
     | 
    
         
            +
            var HoldingMinOrderByAggregateInput_1 = require("./HoldingMinOrderByAggregateInput");
         
     | 
| 
      
 661 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingMinOrderByAggregateInput", { enumerable: true, get: function () { return HoldingMinOrderByAggregateInput_1.HoldingMinOrderByAggregateInput; } });
         
     | 
| 
      
 662 
     | 
    
         
            +
            var HoldingOrderByRelationAggregateInput_1 = require("./HoldingOrderByRelationAggregateInput");
         
     | 
| 
      
 663 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingOrderByRelationAggregateInput", { enumerable: true, get: function () { return HoldingOrderByRelationAggregateInput_1.HoldingOrderByRelationAggregateInput; } });
         
     | 
| 
      
 664 
     | 
    
         
            +
            var HoldingOrderByWithAggregationInput_1 = require("./HoldingOrderByWithAggregationInput");
         
     | 
| 
      
 665 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingOrderByWithAggregationInput", { enumerable: true, get: function () { return HoldingOrderByWithAggregationInput_1.HoldingOrderByWithAggregationInput; } });
         
     | 
| 
      
 666 
     | 
    
         
            +
            var HoldingOrderByWithRelationInput_1 = require("./HoldingOrderByWithRelationInput");
         
     | 
| 
      
 667 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingOrderByWithRelationInput", { enumerable: true, get: function () { return HoldingOrderByWithRelationInput_1.HoldingOrderByWithRelationInput; } });
         
     | 
| 
      
 668 
     | 
    
         
            +
            var HoldingScalarWhereInput_1 = require("./HoldingScalarWhereInput");
         
     | 
| 
      
 669 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingScalarWhereInput", { enumerable: true, get: function () { return HoldingScalarWhereInput_1.HoldingScalarWhereInput; } });
         
     | 
| 
      
 670 
     | 
    
         
            +
            var HoldingScalarWhereWithAggregatesInput_1 = require("./HoldingScalarWhereWithAggregatesInput");
         
     | 
| 
      
 671 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return HoldingScalarWhereWithAggregatesInput_1.HoldingScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 672 
     | 
    
         
            +
            var HoldingSumOrderByAggregateInput_1 = require("./HoldingSumOrderByAggregateInput");
         
     | 
| 
      
 673 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingSumOrderByAggregateInput", { enumerable: true, get: function () { return HoldingSumOrderByAggregateInput_1.HoldingSumOrderByAggregateInput; } });
         
     | 
| 
      
 674 
     | 
    
         
            +
            var HoldingUpdateInput_1 = require("./HoldingUpdateInput");
         
     | 
| 
      
 675 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateInput", { enumerable: true, get: function () { return HoldingUpdateInput_1.HoldingUpdateInput; } });
         
     | 
| 
      
 676 
     | 
    
         
            +
            var HoldingUpdateManyMutationInput_1 = require("./HoldingUpdateManyMutationInput");
         
     | 
| 
      
 677 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateManyMutationInput", { enumerable: true, get: function () { return HoldingUpdateManyMutationInput_1.HoldingUpdateManyMutationInput; } });
         
     | 
| 
      
 678 
     | 
    
         
            +
            var HoldingUpdateManyWithWhereWithoutAssetInput_1 = require("./HoldingUpdateManyWithWhereWithoutAssetInput");
         
     | 
| 
      
 679 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateManyWithWhereWithoutAssetInput", { enumerable: true, get: function () { return HoldingUpdateManyWithWhereWithoutAssetInput_1.HoldingUpdateManyWithWhereWithoutAssetInput; } });
         
     | 
| 
      
 680 
     | 
    
         
            +
            var HoldingUpdateManyWithWhereWithoutUserInput_1 = require("./HoldingUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 681 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return HoldingUpdateManyWithWhereWithoutUserInput_1.HoldingUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 682 
     | 
    
         
            +
            var HoldingUpdateManyWithoutAssetNestedInput_1 = require("./HoldingUpdateManyWithoutAssetNestedInput");
         
     | 
| 
      
 683 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateManyWithoutAssetNestedInput", { enumerable: true, get: function () { return HoldingUpdateManyWithoutAssetNestedInput_1.HoldingUpdateManyWithoutAssetNestedInput; } });
         
     | 
| 
      
 684 
     | 
    
         
            +
            var HoldingUpdateManyWithoutUserNestedInput_1 = require("./HoldingUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 685 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return HoldingUpdateManyWithoutUserNestedInput_1.HoldingUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 686 
     | 
    
         
            +
            var HoldingUpdateWithWhereUniqueWithoutAssetInput_1 = require("./HoldingUpdateWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 687 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return HoldingUpdateWithWhereUniqueWithoutAssetInput_1.HoldingUpdateWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 688 
     | 
    
         
            +
            var HoldingUpdateWithWhereUniqueWithoutUserInput_1 = require("./HoldingUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 689 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return HoldingUpdateWithWhereUniqueWithoutUserInput_1.HoldingUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 690 
     | 
    
         
            +
            var HoldingUpdateWithoutAssetInput_1 = require("./HoldingUpdateWithoutAssetInput");
         
     | 
| 
      
 691 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateWithoutAssetInput", { enumerable: true, get: function () { return HoldingUpdateWithoutAssetInput_1.HoldingUpdateWithoutAssetInput; } });
         
     | 
| 
      
 692 
     | 
    
         
            +
            var HoldingUpdateWithoutUserInput_1 = require("./HoldingUpdateWithoutUserInput");
         
     | 
| 
      
 693 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpdateWithoutUserInput", { enumerable: true, get: function () { return HoldingUpdateWithoutUserInput_1.HoldingUpdateWithoutUserInput; } });
         
     | 
| 
      
 694 
     | 
    
         
            +
            var HoldingUpsertWithWhereUniqueWithoutAssetInput_1 = require("./HoldingUpsertWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 695 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpsertWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return HoldingUpsertWithWhereUniqueWithoutAssetInput_1.HoldingUpsertWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 696 
     | 
    
         
            +
            var HoldingUpsertWithWhereUniqueWithoutUserInput_1 = require("./HoldingUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 697 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return HoldingUpsertWithWhereUniqueWithoutUserInput_1.HoldingUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 698 
     | 
    
         
            +
            var HoldingUserIdAssetIdCompoundUniqueInput_1 = require("./HoldingUserIdAssetIdCompoundUniqueInput");
         
     | 
| 
      
 699 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingUserIdAssetIdCompoundUniqueInput", { enumerable: true, get: function () { return HoldingUserIdAssetIdCompoundUniqueInput_1.HoldingUserIdAssetIdCompoundUniqueInput; } });
         
     | 
| 
      
 700 
     | 
    
         
            +
            var HoldingWhereInput_1 = require("./HoldingWhereInput");
         
     | 
| 
      
 701 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingWhereInput", { enumerable: true, get: function () { return HoldingWhereInput_1.HoldingWhereInput; } });
         
     | 
| 
      
 702 
     | 
    
         
            +
            var HoldingWhereUniqueInput_1 = require("./HoldingWhereUniqueInput");
         
     | 
| 
      
 703 
     | 
    
         
            +
            Object.defineProperty(exports, "HoldingWhereUniqueInput", { enumerable: true, get: function () { return HoldingWhereUniqueInput_1.HoldingWhereUniqueInput; } });
         
     | 
| 
      
 704 
     | 
    
         
            +
            var IntFieldUpdateOperationsInput_1 = require("./IntFieldUpdateOperationsInput");
         
     | 
| 
      
 705 
     | 
    
         
            +
            Object.defineProperty(exports, "IntFieldUpdateOperationsInput", { enumerable: true, get: function () { return IntFieldUpdateOperationsInput_1.IntFieldUpdateOperationsInput; } });
         
     | 
| 
      
 706 
     | 
    
         
            +
            var IntFilter_1 = require("./IntFilter");
         
     | 
| 
      
 707 
     | 
    
         
            +
            Object.defineProperty(exports, "IntFilter", { enumerable: true, get: function () { return IntFilter_1.IntFilter; } });
         
     | 
| 
      
 708 
     | 
    
         
            +
            var IntNullableFilter_1 = require("./IntNullableFilter");
         
     | 
| 
      
 709 
     | 
    
         
            +
            Object.defineProperty(exports, "IntNullableFilter", { enumerable: true, get: function () { return IntNullableFilter_1.IntNullableFilter; } });
         
     | 
| 
      
 710 
     | 
    
         
            +
            var IntNullableWithAggregatesFilter_1 = require("./IntNullableWithAggregatesFilter");
         
     | 
| 
      
 711 
     | 
    
         
            +
            Object.defineProperty(exports, "IntNullableWithAggregatesFilter", { enumerable: true, get: function () { return IntNullableWithAggregatesFilter_1.IntNullableWithAggregatesFilter; } });
         
     | 
| 
      
 712 
     | 
    
         
            +
            var IntWithAggregatesFilter_1 = require("./IntWithAggregatesFilter");
         
     | 
| 
      
 713 
     | 
    
         
            +
            Object.defineProperty(exports, "IntWithAggregatesFilter", { enumerable: true, get: function () { return IntWithAggregatesFilter_1.IntWithAggregatesFilter; } });
         
     | 
| 
      
 714 
     | 
    
         
            +
            var JsonNullableFilter_1 = require("./JsonNullableFilter");
         
     | 
| 
      
 715 
     | 
    
         
            +
            Object.defineProperty(exports, "JsonNullableFilter", { enumerable: true, get: function () { return JsonNullableFilter_1.JsonNullableFilter; } });
         
     | 
| 
      
 716 
     | 
    
         
            +
            var JsonNullableWithAggregatesFilter_1 = require("./JsonNullableWithAggregatesFilter");
         
     | 
| 
      
 717 
     | 
    
         
            +
            Object.defineProperty(exports, "JsonNullableWithAggregatesFilter", { enumerable: true, get: function () { return JsonNullableWithAggregatesFilter_1.JsonNullableWithAggregatesFilter; } });
         
     | 
| 
      
 718 
     | 
    
         
            +
            var LocationCountOrderByAggregateInput_1 = require("./LocationCountOrderByAggregateInput");
         
     | 
| 
      
 719 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCountOrderByAggregateInput", { enumerable: true, get: function () { return LocationCountOrderByAggregateInput_1.LocationCountOrderByAggregateInput; } });
         
     | 
| 
      
 720 
     | 
    
         
            +
            var LocationCreateInput_1 = require("./LocationCreateInput");
         
     | 
| 
      
 721 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateInput", { enumerable: true, get: function () { return LocationCreateInput_1.LocationCreateInput; } });
         
     | 
| 
      
 722 
     | 
    
         
            +
            var LocationCreateManyInput_1 = require("./LocationCreateManyInput");
         
     | 
| 
      
 723 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateManyInput", { enumerable: true, get: function () { return LocationCreateManyInput_1.LocationCreateManyInput; } });
         
     | 
| 
      
 724 
     | 
    
         
            +
            var LocationCreateManyWorkspaceInput_1 = require("./LocationCreateManyWorkspaceInput");
         
     | 
| 
      
 725 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateManyWorkspaceInput", { enumerable: true, get: function () { return LocationCreateManyWorkspaceInput_1.LocationCreateManyWorkspaceInput; } });
         
     | 
| 
      
 726 
     | 
    
         
            +
            var LocationCreateManyWorkspaceInputEnvelope_1 = require("./LocationCreateManyWorkspaceInputEnvelope");
         
     | 
| 
      
 727 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateManyWorkspaceInputEnvelope", { enumerable: true, get: function () { return LocationCreateManyWorkspaceInputEnvelope_1.LocationCreateManyWorkspaceInputEnvelope; } });
         
     | 
| 
      
 728 
     | 
    
         
            +
            var LocationCreateNestedManyWithoutWorkspaceInput_1 = require("./LocationCreateNestedManyWithoutWorkspaceInput");
         
     | 
| 
      
 729 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateNestedManyWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationCreateNestedManyWithoutWorkspaceInput_1.LocationCreateNestedManyWithoutWorkspaceInput; } });
         
     | 
| 
      
 730 
     | 
    
         
            +
            var LocationCreateOrConnectWithoutWorkspaceInput_1 = require("./LocationCreateOrConnectWithoutWorkspaceInput");
         
     | 
| 
      
 731 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateOrConnectWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationCreateOrConnectWithoutWorkspaceInput_1.LocationCreateOrConnectWithoutWorkspaceInput; } });
         
     | 
| 
      
 732 
     | 
    
         
            +
            var LocationCreateWithoutWorkspaceInput_1 = require("./LocationCreateWithoutWorkspaceInput");
         
     | 
| 
      
 733 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationCreateWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationCreateWithoutWorkspaceInput_1.LocationCreateWithoutWorkspaceInput; } });
         
     | 
| 
      
 734 
     | 
    
         
            +
            var LocationListRelationFilter_1 = require("./LocationListRelationFilter");
         
     | 
| 
      
 735 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationListRelationFilter", { enumerable: true, get: function () { return LocationListRelationFilter_1.LocationListRelationFilter; } });
         
     | 
| 
      
 736 
     | 
    
         
            +
            var LocationMaxOrderByAggregateInput_1 = require("./LocationMaxOrderByAggregateInput");
         
     | 
| 
      
 737 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationMaxOrderByAggregateInput", { enumerable: true, get: function () { return LocationMaxOrderByAggregateInput_1.LocationMaxOrderByAggregateInput; } });
         
     | 
| 
      
 738 
     | 
    
         
            +
            var LocationMinOrderByAggregateInput_1 = require("./LocationMinOrderByAggregateInput");
         
     | 
| 
      
 739 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationMinOrderByAggregateInput", { enumerable: true, get: function () { return LocationMinOrderByAggregateInput_1.LocationMinOrderByAggregateInput; } });
         
     | 
| 
      
 740 
     | 
    
         
            +
            var LocationOrderByRelationAggregateInput_1 = require("./LocationOrderByRelationAggregateInput");
         
     | 
| 
      
 741 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationOrderByRelationAggregateInput", { enumerable: true, get: function () { return LocationOrderByRelationAggregateInput_1.LocationOrderByRelationAggregateInput; } });
         
     | 
| 
      
 742 
     | 
    
         
            +
            var LocationOrderByWithAggregationInput_1 = require("./LocationOrderByWithAggregationInput");
         
     | 
| 
      
 743 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationOrderByWithAggregationInput", { enumerable: true, get: function () { return LocationOrderByWithAggregationInput_1.LocationOrderByWithAggregationInput; } });
         
     | 
| 
      
 744 
     | 
    
         
            +
            var LocationOrderByWithRelationInput_1 = require("./LocationOrderByWithRelationInput");
         
     | 
| 
      
 745 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationOrderByWithRelationInput", { enumerable: true, get: function () { return LocationOrderByWithRelationInput_1.LocationOrderByWithRelationInput; } });
         
     | 
| 
      
 746 
     | 
    
         
            +
            var LocationScalarWhereInput_1 = require("./LocationScalarWhereInput");
         
     | 
| 
      
 747 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationScalarWhereInput", { enumerable: true, get: function () { return LocationScalarWhereInput_1.LocationScalarWhereInput; } });
         
     | 
| 
      
 748 
     | 
    
         
            +
            var LocationScalarWhereWithAggregatesInput_1 = require("./LocationScalarWhereWithAggregatesInput");
         
     | 
| 
      
 749 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return LocationScalarWhereWithAggregatesInput_1.LocationScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 750 
     | 
    
         
            +
            var LocationUpdateInput_1 = require("./LocationUpdateInput");
         
     | 
| 
      
 751 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpdateInput", { enumerable: true, get: function () { return LocationUpdateInput_1.LocationUpdateInput; } });
         
     | 
| 
      
 752 
     | 
    
         
            +
            var LocationUpdateManyMutationInput_1 = require("./LocationUpdateManyMutationInput");
         
     | 
| 
      
 753 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpdateManyMutationInput", { enumerable: true, get: function () { return LocationUpdateManyMutationInput_1.LocationUpdateManyMutationInput; } });
         
     | 
| 
      
 754 
     | 
    
         
            +
            var LocationUpdateManyWithWhereWithoutWorkspaceInput_1 = require("./LocationUpdateManyWithWhereWithoutWorkspaceInput");
         
     | 
| 
      
 755 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpdateManyWithWhereWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationUpdateManyWithWhereWithoutWorkspaceInput_1.LocationUpdateManyWithWhereWithoutWorkspaceInput; } });
         
     | 
| 
      
 756 
     | 
    
         
            +
            var LocationUpdateManyWithoutWorkspaceNestedInput_1 = require("./LocationUpdateManyWithoutWorkspaceNestedInput");
         
     | 
| 
      
 757 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpdateManyWithoutWorkspaceNestedInput", { enumerable: true, get: function () { return LocationUpdateManyWithoutWorkspaceNestedInput_1.LocationUpdateManyWithoutWorkspaceNestedInput; } });
         
     | 
| 
      
 758 
     | 
    
         
            +
            var LocationUpdateWithWhereUniqueWithoutWorkspaceInput_1 = require("./LocationUpdateWithWhereUniqueWithoutWorkspaceInput");
         
     | 
| 
      
 759 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpdateWithWhereUniqueWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationUpdateWithWhereUniqueWithoutWorkspaceInput_1.LocationUpdateWithWhereUniqueWithoutWorkspaceInput; } });
         
     | 
| 
      
 760 
     | 
    
         
            +
            var LocationUpdateWithoutWorkspaceInput_1 = require("./LocationUpdateWithoutWorkspaceInput");
         
     | 
| 
      
 761 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpdateWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationUpdateWithoutWorkspaceInput_1.LocationUpdateWithoutWorkspaceInput; } });
         
     | 
| 
      
 762 
     | 
    
         
            +
            var LocationUpsertWithWhereUniqueWithoutWorkspaceInput_1 = require("./LocationUpsertWithWhereUniqueWithoutWorkspaceInput");
         
     | 
| 
      
 763 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationUpsertWithWhereUniqueWithoutWorkspaceInput", { enumerable: true, get: function () { return LocationUpsertWithWhereUniqueWithoutWorkspaceInput_1.LocationUpsertWithWhereUniqueWithoutWorkspaceInput; } });
         
     | 
| 
      
 764 
     | 
    
         
            +
            var LocationWhereInput_1 = require("./LocationWhereInput");
         
     | 
| 
      
 765 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationWhereInput", { enumerable: true, get: function () { return LocationWhereInput_1.LocationWhereInput; } });
         
     | 
| 
      
 766 
     | 
    
         
            +
            var LocationWhereUniqueInput_1 = require("./LocationWhereUniqueInput");
         
     | 
| 
      
 767 
     | 
    
         
            +
            Object.defineProperty(exports, "LocationWhereUniqueInput", { enumerable: true, get: function () { return LocationWhereUniqueInput_1.LocationWhereUniqueInput; } });
         
     | 
| 
      
 768 
     | 
    
         
            +
            var NestedBoolFilter_1 = require("./NestedBoolFilter");
         
     | 
| 
      
 769 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedBoolFilter", { enumerable: true, get: function () { return NestedBoolFilter_1.NestedBoolFilter; } });
         
     | 
| 
      
 770 
     | 
    
         
            +
            var NestedBoolNullableFilter_1 = require("./NestedBoolNullableFilter");
         
     | 
| 
      
 771 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedBoolNullableFilter", { enumerable: true, get: function () { return NestedBoolNullableFilter_1.NestedBoolNullableFilter; } });
         
     | 
| 
      
 772 
     | 
    
         
            +
            var NestedBoolNullableWithAggregatesFilter_1 = require("./NestedBoolNullableWithAggregatesFilter");
         
     | 
| 
      
 773 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedBoolNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedBoolNullableWithAggregatesFilter_1.NestedBoolNullableWithAggregatesFilter; } });
         
     | 
| 
      
 774 
     | 
    
         
            +
            var NestedBoolWithAggregatesFilter_1 = require("./NestedBoolWithAggregatesFilter");
         
     | 
| 
      
 775 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedBoolWithAggregatesFilter", { enumerable: true, get: function () { return NestedBoolWithAggregatesFilter_1.NestedBoolWithAggregatesFilter; } });
         
     | 
| 
      
 776 
     | 
    
         
            +
            var NestedDateTimeFilter_1 = require("./NestedDateTimeFilter");
         
     | 
| 
      
 777 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedDateTimeFilter", { enumerable: true, get: function () { return NestedDateTimeFilter_1.NestedDateTimeFilter; } });
         
     | 
| 
      
 778 
     | 
    
         
            +
            var NestedDateTimeNullableFilter_1 = require("./NestedDateTimeNullableFilter");
         
     | 
| 
      
 779 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedDateTimeNullableFilter", { enumerable: true, get: function () { return NestedDateTimeNullableFilter_1.NestedDateTimeNullableFilter; } });
         
     | 
| 
      
 780 
     | 
    
         
            +
            var NestedDateTimeNullableWithAggregatesFilter_1 = require("./NestedDateTimeNullableWithAggregatesFilter");
         
     | 
| 
      
 781 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedDateTimeNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedDateTimeNullableWithAggregatesFilter_1.NestedDateTimeNullableWithAggregatesFilter; } });
         
     | 
| 
      
 782 
     | 
    
         
            +
            var NestedDateTimeWithAggregatesFilter_1 = require("./NestedDateTimeWithAggregatesFilter");
         
     | 
| 
      
 783 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedDateTimeWithAggregatesFilter", { enumerable: true, get: function () { return NestedDateTimeWithAggregatesFilter_1.NestedDateTimeWithAggregatesFilter; } });
         
     | 
| 
      
 784 
     | 
    
         
            +
            var NestedEnumAlertTypeFilter_1 = require("./NestedEnumAlertTypeFilter");
         
     | 
| 
      
 785 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumAlertTypeFilter", { enumerable: true, get: function () { return NestedEnumAlertTypeFilter_1.NestedEnumAlertTypeFilter; } });
         
     | 
| 
      
 786 
     | 
    
         
            +
            var NestedEnumAlertTypeWithAggregatesFilter_1 = require("./NestedEnumAlertTypeWithAggregatesFilter");
         
     | 
| 
      
 787 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumAlertTypeWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumAlertTypeWithAggregatesFilter_1.NestedEnumAlertTypeWithAggregatesFilter; } });
         
     | 
| 
      
 788 
     | 
    
         
            +
            var NestedEnumAssetTypeFilter_1 = require("./NestedEnumAssetTypeFilter");
         
     | 
| 
      
 789 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumAssetTypeFilter", { enumerable: true, get: function () { return NestedEnumAssetTypeFilter_1.NestedEnumAssetTypeFilter; } });
         
     | 
| 
      
 790 
     | 
    
         
            +
            var NestedEnumAssetTypeWithAggregatesFilter_1 = require("./NestedEnumAssetTypeWithAggregatesFilter");
         
     | 
| 
      
 791 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumAssetTypeWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumAssetTypeWithAggregatesFilter_1.NestedEnumAssetTypeWithAggregatesFilter; } });
         
     | 
| 
      
 792 
     | 
    
         
            +
            var NestedEnumEventImportanceFilter_1 = require("./NestedEnumEventImportanceFilter");
         
     | 
| 
      
 793 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumEventImportanceFilter", { enumerable: true, get: function () { return NestedEnumEventImportanceFilter_1.NestedEnumEventImportanceFilter; } });
         
     | 
| 
      
 794 
     | 
    
         
            +
            var NestedEnumEventImportanceWithAggregatesFilter_1 = require("./NestedEnumEventImportanceWithAggregatesFilter");
         
     | 
| 
      
 795 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumEventImportanceWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumEventImportanceWithAggregatesFilter_1.NestedEnumEventImportanceWithAggregatesFilter; } });
         
     | 
| 
      
 796 
     | 
    
         
            +
            var NestedEnumNewsSentimentFilter_1 = require("./NestedEnumNewsSentimentFilter");
         
     | 
| 
      
 797 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumNewsSentimentFilter", { enumerable: true, get: function () { return NestedEnumNewsSentimentFilter_1.NestedEnumNewsSentimentFilter; } });
         
     | 
| 
      
 798 
     | 
    
         
            +
            var NestedEnumNewsSentimentWithAggregatesFilter_1 = require("./NestedEnumNewsSentimentWithAggregatesFilter");
         
     | 
| 
      
 799 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumNewsSentimentWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumNewsSentimentWithAggregatesFilter_1.NestedEnumNewsSentimentWithAggregatesFilter; } });
         
     | 
| 
      
 800 
     | 
    
         
            +
            var NestedEnumOrderStatusFilter_1 = require("./NestedEnumOrderStatusFilter");
         
     | 
| 
      
 801 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumOrderStatusFilter", { enumerable: true, get: function () { return NestedEnumOrderStatusFilter_1.NestedEnumOrderStatusFilter; } });
         
     | 
| 
      
 802 
     | 
    
         
            +
            var NestedEnumOrderStatusWithAggregatesFilter_1 = require("./NestedEnumOrderStatusWithAggregatesFilter");
         
     | 
| 
      
 803 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumOrderStatusWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumOrderStatusWithAggregatesFilter_1.NestedEnumOrderStatusWithAggregatesFilter; } });
         
     | 
| 
      
 804 
     | 
    
         
            +
            var NestedEnumOrderTypeFilter_1 = require("./NestedEnumOrderTypeFilter");
         
     | 
| 
      
 805 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumOrderTypeFilter", { enumerable: true, get: function () { return NestedEnumOrderTypeFilter_1.NestedEnumOrderTypeFilter; } });
         
     | 
| 
      
 806 
     | 
    
         
            +
            var NestedEnumOrderTypeWithAggregatesFilter_1 = require("./NestedEnumOrderTypeWithAggregatesFilter");
         
     | 
| 
      
 807 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumOrderTypeWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumOrderTypeWithAggregatesFilter_1.NestedEnumOrderTypeWithAggregatesFilter; } });
         
     | 
| 
      
 808 
     | 
    
         
            +
            var NestedEnumSubscriptionPlanNullableFilter_1 = require("./NestedEnumSubscriptionPlanNullableFilter");
         
     | 
| 
      
 809 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumSubscriptionPlanNullableFilter", { enumerable: true, get: function () { return NestedEnumSubscriptionPlanNullableFilter_1.NestedEnumSubscriptionPlanNullableFilter; } });
         
     | 
| 
      
 810 
     | 
    
         
            +
            var NestedEnumSubscriptionPlanNullableWithAggregatesFilter_1 = require("./NestedEnumSubscriptionPlanNullableWithAggregatesFilter");
         
     | 
| 
      
 811 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumSubscriptionPlanNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumSubscriptionPlanNullableWithAggregatesFilter_1.NestedEnumSubscriptionPlanNullableWithAggregatesFilter; } });
         
     | 
| 
      
 812 
     | 
    
         
            +
            var NestedEnumTradeActionFilter_1 = require("./NestedEnumTradeActionFilter");
         
     | 
| 
      
 813 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumTradeActionFilter", { enumerable: true, get: function () { return NestedEnumTradeActionFilter_1.NestedEnumTradeActionFilter; } });
         
     | 
| 
      
 814 
     | 
    
         
            +
            var NestedEnumTradeActionWithAggregatesFilter_1 = require("./NestedEnumTradeActionWithAggregatesFilter");
         
     | 
| 
      
 815 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumTradeActionWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumTradeActionWithAggregatesFilter_1.NestedEnumTradeActionWithAggregatesFilter; } });
         
     | 
| 
      
 816 
     | 
    
         
            +
            var NestedEnumUserRoleFilter_1 = require("./NestedEnumUserRoleFilter");
         
     | 
| 
      
 817 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumUserRoleFilter", { enumerable: true, get: function () { return NestedEnumUserRoleFilter_1.NestedEnumUserRoleFilter; } });
         
     | 
| 
      
 818 
     | 
    
         
            +
            var NestedEnumUserRoleWithAggregatesFilter_1 = require("./NestedEnumUserRoleWithAggregatesFilter");
         
     | 
| 
      
 819 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedEnumUserRoleWithAggregatesFilter", { enumerable: true, get: function () { return NestedEnumUserRoleWithAggregatesFilter_1.NestedEnumUserRoleWithAggregatesFilter; } });
         
     | 
| 
      
 820 
     | 
    
         
            +
            var NestedFloatFilter_1 = require("./NestedFloatFilter");
         
     | 
| 
      
 821 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedFloatFilter", { enumerable: true, get: function () { return NestedFloatFilter_1.NestedFloatFilter; } });
         
     | 
| 
      
 822 
     | 
    
         
            +
            var NestedFloatNullableFilter_1 = require("./NestedFloatNullableFilter");
         
     | 
| 
      
 823 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedFloatNullableFilter", { enumerable: true, get: function () { return NestedFloatNullableFilter_1.NestedFloatNullableFilter; } });
         
     | 
| 
      
 824 
     | 
    
         
            +
            var NestedFloatWithAggregatesFilter_1 = require("./NestedFloatWithAggregatesFilter");
         
     | 
| 
      
 825 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedFloatWithAggregatesFilter", { enumerable: true, get: function () { return NestedFloatWithAggregatesFilter_1.NestedFloatWithAggregatesFilter; } });
         
     | 
| 
      
 826 
     | 
    
         
            +
            var NestedIntFilter_1 = require("./NestedIntFilter");
         
     | 
| 
      
 827 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedIntFilter", { enumerable: true, get: function () { return NestedIntFilter_1.NestedIntFilter; } });
         
     | 
| 
      
 828 
     | 
    
         
            +
            var NestedIntNullableFilter_1 = require("./NestedIntNullableFilter");
         
     | 
| 
      
 829 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedIntNullableFilter", { enumerable: true, get: function () { return NestedIntNullableFilter_1.NestedIntNullableFilter; } });
         
     | 
| 
      
 830 
     | 
    
         
            +
            var NestedIntNullableWithAggregatesFilter_1 = require("./NestedIntNullableWithAggregatesFilter");
         
     | 
| 
      
 831 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedIntNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedIntNullableWithAggregatesFilter_1.NestedIntNullableWithAggregatesFilter; } });
         
     | 
| 
      
 832 
     | 
    
         
            +
            var NestedIntWithAggregatesFilter_1 = require("./NestedIntWithAggregatesFilter");
         
     | 
| 
      
 833 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedIntWithAggregatesFilter", { enumerable: true, get: function () { return NestedIntWithAggregatesFilter_1.NestedIntWithAggregatesFilter; } });
         
     | 
| 
      
 834 
     | 
    
         
            +
            var NestedJsonNullableFilter_1 = require("./NestedJsonNullableFilter");
         
     | 
| 
      
 835 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedJsonNullableFilter", { enumerable: true, get: function () { return NestedJsonNullableFilter_1.NestedJsonNullableFilter; } });
         
     | 
| 
      
 836 
     | 
    
         
            +
            var NestedStringFilter_1 = require("./NestedStringFilter");
         
     | 
| 
      
 837 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedStringFilter", { enumerable: true, get: function () { return NestedStringFilter_1.NestedStringFilter; } });
         
     | 
| 
      
 838 
     | 
    
         
            +
            var NestedStringNullableFilter_1 = require("./NestedStringNullableFilter");
         
     | 
| 
      
 839 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedStringNullableFilter", { enumerable: true, get: function () { return NestedStringNullableFilter_1.NestedStringNullableFilter; } });
         
     | 
| 
      
 840 
     | 
    
         
            +
            var NestedStringNullableWithAggregatesFilter_1 = require("./NestedStringNullableWithAggregatesFilter");
         
     | 
| 
      
 841 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedStringNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedStringNullableWithAggregatesFilter_1.NestedStringNullableWithAggregatesFilter; } });
         
     | 
| 
      
 842 
     | 
    
         
            +
            var NestedStringWithAggregatesFilter_1 = require("./NestedStringWithAggregatesFilter");
         
     | 
| 
      
 843 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedStringWithAggregatesFilter", { enumerable: true, get: function () { return NestedStringWithAggregatesFilter_1.NestedStringWithAggregatesFilter; } });
         
     | 
| 
      
 844 
     | 
    
         
            +
            var NestedUuidFilter_1 = require("./NestedUuidFilter");
         
     | 
| 
      
 845 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedUuidFilter", { enumerable: true, get: function () { return NestedUuidFilter_1.NestedUuidFilter; } });
         
     | 
| 
      
 846 
     | 
    
         
            +
            var NestedUuidNullableFilter_1 = require("./NestedUuidNullableFilter");
         
     | 
| 
      
 847 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedUuidNullableFilter", { enumerable: true, get: function () { return NestedUuidNullableFilter_1.NestedUuidNullableFilter; } });
         
     | 
| 
      
 848 
     | 
    
         
            +
            var NestedUuidNullableWithAggregatesFilter_1 = require("./NestedUuidNullableWithAggregatesFilter");
         
     | 
| 
      
 849 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedUuidNullableWithAggregatesFilter", { enumerable: true, get: function () { return NestedUuidNullableWithAggregatesFilter_1.NestedUuidNullableWithAggregatesFilter; } });
         
     | 
| 
      
 850 
     | 
    
         
            +
            var NestedUuidWithAggregatesFilter_1 = require("./NestedUuidWithAggregatesFilter");
         
     | 
| 
      
 851 
     | 
    
         
            +
            Object.defineProperty(exports, "NestedUuidWithAggregatesFilter", { enumerable: true, get: function () { return NestedUuidWithAggregatesFilter_1.NestedUuidWithAggregatesFilter; } });
         
     | 
| 
      
 852 
     | 
    
         
            +
            var NewsCountOrderByAggregateInput_1 = require("./NewsCountOrderByAggregateInput");
         
     | 
| 
      
 853 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsCountOrderByAggregateInput", { enumerable: true, get: function () { return NewsCountOrderByAggregateInput_1.NewsCountOrderByAggregateInput; } });
         
     | 
| 
      
 854 
     | 
    
         
            +
            var NewsCreateInput_1 = require("./NewsCreateInput");
         
     | 
| 
      
 855 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsCreateInput", { enumerable: true, get: function () { return NewsCreateInput_1.NewsCreateInput; } });
         
     | 
| 
      
 856 
     | 
    
         
            +
            var NewsCreateManyInput_1 = require("./NewsCreateManyInput");
         
     | 
| 
      
 857 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsCreateManyInput", { enumerable: true, get: function () { return NewsCreateManyInput_1.NewsCreateManyInput; } });
         
     | 
| 
      
 858 
     | 
    
         
            +
            var NewsMaxOrderByAggregateInput_1 = require("./NewsMaxOrderByAggregateInput");
         
     | 
| 
      
 859 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsMaxOrderByAggregateInput", { enumerable: true, get: function () { return NewsMaxOrderByAggregateInput_1.NewsMaxOrderByAggregateInput; } });
         
     | 
| 
      
 860 
     | 
    
         
            +
            var NewsMinOrderByAggregateInput_1 = require("./NewsMinOrderByAggregateInput");
         
     | 
| 
      
 861 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsMinOrderByAggregateInput", { enumerable: true, get: function () { return NewsMinOrderByAggregateInput_1.NewsMinOrderByAggregateInput; } });
         
     | 
| 
      
 862 
     | 
    
         
            +
            var NewsOrderByWithAggregationInput_1 = require("./NewsOrderByWithAggregationInput");
         
     | 
| 
      
 863 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsOrderByWithAggregationInput", { enumerable: true, get: function () { return NewsOrderByWithAggregationInput_1.NewsOrderByWithAggregationInput; } });
         
     | 
| 
      
 864 
     | 
    
         
            +
            var NewsOrderByWithRelationInput_1 = require("./NewsOrderByWithRelationInput");
         
     | 
| 
      
 865 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsOrderByWithRelationInput", { enumerable: true, get: function () { return NewsOrderByWithRelationInput_1.NewsOrderByWithRelationInput; } });
         
     | 
| 
      
 866 
     | 
    
         
            +
            var NewsScalarWhereWithAggregatesInput_1 = require("./NewsScalarWhereWithAggregatesInput");
         
     | 
| 
      
 867 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return NewsScalarWhereWithAggregatesInput_1.NewsScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 868 
     | 
    
         
            +
            var NewsUpdateInput_1 = require("./NewsUpdateInput");
         
     | 
| 
      
 869 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsUpdateInput", { enumerable: true, get: function () { return NewsUpdateInput_1.NewsUpdateInput; } });
         
     | 
| 
      
 870 
     | 
    
         
            +
            var NewsUpdateManyMutationInput_1 = require("./NewsUpdateManyMutationInput");
         
     | 
| 
      
 871 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsUpdateManyMutationInput", { enumerable: true, get: function () { return NewsUpdateManyMutationInput_1.NewsUpdateManyMutationInput; } });
         
     | 
| 
      
 872 
     | 
    
         
            +
            var NewsWhereInput_1 = require("./NewsWhereInput");
         
     | 
| 
      
 873 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsWhereInput", { enumerable: true, get: function () { return NewsWhereInput_1.NewsWhereInput; } });
         
     | 
| 
      
 874 
     | 
    
         
            +
            var NewsWhereUniqueInput_1 = require("./NewsWhereUniqueInput");
         
     | 
| 
      
 875 
     | 
    
         
            +
            Object.defineProperty(exports, "NewsWhereUniqueInput", { enumerable: true, get: function () { return NewsWhereUniqueInput_1.NewsWhereUniqueInput; } });
         
     | 
| 
      
 876 
     | 
    
         
            +
            var NullableBoolFieldUpdateOperationsInput_1 = require("./NullableBoolFieldUpdateOperationsInput");
         
     | 
| 
      
 877 
     | 
    
         
            +
            Object.defineProperty(exports, "NullableBoolFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableBoolFieldUpdateOperationsInput_1.NullableBoolFieldUpdateOperationsInput; } });
         
     | 
| 
      
 878 
     | 
    
         
            +
            var NullableDateTimeFieldUpdateOperationsInput_1 = require("./NullableDateTimeFieldUpdateOperationsInput");
         
     | 
| 
      
 879 
     | 
    
         
            +
            Object.defineProperty(exports, "NullableDateTimeFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput; } });
         
     | 
| 
      
 880 
     | 
    
         
            +
            var NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1 = require("./NullableEnumSubscriptionPlanFieldUpdateOperationsInput");
         
     | 
| 
      
 881 
     | 
    
         
            +
            Object.defineProperty(exports, "NullableEnumSubscriptionPlanFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableEnumSubscriptionPlanFieldUpdateOperationsInput_1.NullableEnumSubscriptionPlanFieldUpdateOperationsInput; } });
         
     | 
| 
      
 882 
     | 
    
         
            +
            var NullableIntFieldUpdateOperationsInput_1 = require("./NullableIntFieldUpdateOperationsInput");
         
     | 
| 
      
 883 
     | 
    
         
            +
            Object.defineProperty(exports, "NullableIntFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableIntFieldUpdateOperationsInput_1.NullableIntFieldUpdateOperationsInput; } });
         
     | 
| 
      
 884 
     | 
    
         
            +
            var NullableStringFieldUpdateOperationsInput_1 = require("./NullableStringFieldUpdateOperationsInput");
         
     | 
| 
      
 885 
     | 
    
         
            +
            Object.defineProperty(exports, "NullableStringFieldUpdateOperationsInput", { enumerable: true, get: function () { return NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput; } });
         
     | 
| 
      
 886 
     | 
    
         
            +
            var OrderAvgOrderByAggregateInput_1 = require("./OrderAvgOrderByAggregateInput");
         
     | 
| 
      
 887 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderAvgOrderByAggregateInput", { enumerable: true, get: function () { return OrderAvgOrderByAggregateInput_1.OrderAvgOrderByAggregateInput; } });
         
     | 
| 
      
 888 
     | 
    
         
            +
            var OrderCountOrderByAggregateInput_1 = require("./OrderCountOrderByAggregateInput");
         
     | 
| 
      
 889 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCountOrderByAggregateInput", { enumerable: true, get: function () { return OrderCountOrderByAggregateInput_1.OrderCountOrderByAggregateInput; } });
         
     | 
| 
      
 890 
     | 
    
         
            +
            var OrderCreateInput_1 = require("./OrderCreateInput");
         
     | 
| 
      
 891 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateInput", { enumerable: true, get: function () { return OrderCreateInput_1.OrderCreateInput; } });
         
     | 
| 
      
 892 
     | 
    
         
            +
            var OrderCreateManyAssetInput_1 = require("./OrderCreateManyAssetInput");
         
     | 
| 
      
 893 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateManyAssetInput", { enumerable: true, get: function () { return OrderCreateManyAssetInput_1.OrderCreateManyAssetInput; } });
         
     | 
| 
      
 894 
     | 
    
         
            +
            var OrderCreateManyAssetInputEnvelope_1 = require("./OrderCreateManyAssetInputEnvelope");
         
     | 
| 
      
 895 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateManyAssetInputEnvelope", { enumerable: true, get: function () { return OrderCreateManyAssetInputEnvelope_1.OrderCreateManyAssetInputEnvelope; } });
         
     | 
| 
      
 896 
     | 
    
         
            +
            var OrderCreateManyInput_1 = require("./OrderCreateManyInput");
         
     | 
| 
      
 897 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateManyInput", { enumerable: true, get: function () { return OrderCreateManyInput_1.OrderCreateManyInput; } });
         
     | 
| 
      
 898 
     | 
    
         
            +
            var OrderCreateManyUserInput_1 = require("./OrderCreateManyUserInput");
         
     | 
| 
      
 899 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateManyUserInput", { enumerable: true, get: function () { return OrderCreateManyUserInput_1.OrderCreateManyUserInput; } });
         
     | 
| 
      
 900 
     | 
    
         
            +
            var OrderCreateManyUserInputEnvelope_1 = require("./OrderCreateManyUserInputEnvelope");
         
     | 
| 
      
 901 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateManyUserInputEnvelope", { enumerable: true, get: function () { return OrderCreateManyUserInputEnvelope_1.OrderCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 902 
     | 
    
         
            +
            var OrderCreateNestedManyWithoutAssetInput_1 = require("./OrderCreateNestedManyWithoutAssetInput");
         
     | 
| 
      
 903 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateNestedManyWithoutAssetInput", { enumerable: true, get: function () { return OrderCreateNestedManyWithoutAssetInput_1.OrderCreateNestedManyWithoutAssetInput; } });
         
     | 
| 
      
 904 
     | 
    
         
            +
            var OrderCreateNestedManyWithoutUserInput_1 = require("./OrderCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 905 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return OrderCreateNestedManyWithoutUserInput_1.OrderCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 906 
     | 
    
         
            +
            var OrderCreateOrConnectWithoutAssetInput_1 = require("./OrderCreateOrConnectWithoutAssetInput");
         
     | 
| 
      
 907 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateOrConnectWithoutAssetInput", { enumerable: true, get: function () { return OrderCreateOrConnectWithoutAssetInput_1.OrderCreateOrConnectWithoutAssetInput; } });
         
     | 
| 
      
 908 
     | 
    
         
            +
            var OrderCreateOrConnectWithoutUserInput_1 = require("./OrderCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 909 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return OrderCreateOrConnectWithoutUserInput_1.OrderCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 910 
     | 
    
         
            +
            var OrderCreateWithoutAssetInput_1 = require("./OrderCreateWithoutAssetInput");
         
     | 
| 
      
 911 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateWithoutAssetInput", { enumerable: true, get: function () { return OrderCreateWithoutAssetInput_1.OrderCreateWithoutAssetInput; } });
         
     | 
| 
      
 912 
     | 
    
         
            +
            var OrderCreateWithoutUserInput_1 = require("./OrderCreateWithoutUserInput");
         
     | 
| 
      
 913 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderCreateWithoutUserInput", { enumerable: true, get: function () { return OrderCreateWithoutUserInput_1.OrderCreateWithoutUserInput; } });
         
     | 
| 
      
 914 
     | 
    
         
            +
            var OrderListRelationFilter_1 = require("./OrderListRelationFilter");
         
     | 
| 
      
 915 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderListRelationFilter", { enumerable: true, get: function () { return OrderListRelationFilter_1.OrderListRelationFilter; } });
         
     | 
| 
      
 916 
     | 
    
         
            +
            var OrderMaxOrderByAggregateInput_1 = require("./OrderMaxOrderByAggregateInput");
         
     | 
| 
      
 917 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderMaxOrderByAggregateInput", { enumerable: true, get: function () { return OrderMaxOrderByAggregateInput_1.OrderMaxOrderByAggregateInput; } });
         
     | 
| 
      
 918 
     | 
    
         
            +
            var OrderMinOrderByAggregateInput_1 = require("./OrderMinOrderByAggregateInput");
         
     | 
| 
      
 919 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderMinOrderByAggregateInput", { enumerable: true, get: function () { return OrderMinOrderByAggregateInput_1.OrderMinOrderByAggregateInput; } });
         
     | 
| 
      
 920 
     | 
    
         
            +
            var OrderOrderByRelationAggregateInput_1 = require("./OrderOrderByRelationAggregateInput");
         
     | 
| 
      
 921 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderOrderByRelationAggregateInput", { enumerable: true, get: function () { return OrderOrderByRelationAggregateInput_1.OrderOrderByRelationAggregateInput; } });
         
     | 
| 
      
 922 
     | 
    
         
            +
            var OrderOrderByWithAggregationInput_1 = require("./OrderOrderByWithAggregationInput");
         
     | 
| 
      
 923 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderOrderByWithAggregationInput", { enumerable: true, get: function () { return OrderOrderByWithAggregationInput_1.OrderOrderByWithAggregationInput; } });
         
     | 
| 
      
 924 
     | 
    
         
            +
            var OrderOrderByWithRelationInput_1 = require("./OrderOrderByWithRelationInput");
         
     | 
| 
      
 925 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderOrderByWithRelationInput", { enumerable: true, get: function () { return OrderOrderByWithRelationInput_1.OrderOrderByWithRelationInput; } });
         
     | 
| 
      
 926 
     | 
    
         
            +
            var OrderScalarWhereInput_1 = require("./OrderScalarWhereInput");
         
     | 
| 
      
 927 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderScalarWhereInput", { enumerable: true, get: function () { return OrderScalarWhereInput_1.OrderScalarWhereInput; } });
         
     | 
| 
      
 928 
     | 
    
         
            +
            var OrderScalarWhereWithAggregatesInput_1 = require("./OrderScalarWhereWithAggregatesInput");
         
     | 
| 
      
 929 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return OrderScalarWhereWithAggregatesInput_1.OrderScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 930 
     | 
    
         
            +
            var OrderSumOrderByAggregateInput_1 = require("./OrderSumOrderByAggregateInput");
         
     | 
| 
      
 931 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderSumOrderByAggregateInput", { enumerable: true, get: function () { return OrderSumOrderByAggregateInput_1.OrderSumOrderByAggregateInput; } });
         
     | 
| 
      
 932 
     | 
    
         
            +
            var OrderUpdateInput_1 = require("./OrderUpdateInput");
         
     | 
| 
      
 933 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateInput", { enumerable: true, get: function () { return OrderUpdateInput_1.OrderUpdateInput; } });
         
     | 
| 
      
 934 
     | 
    
         
            +
            var OrderUpdateManyMutationInput_1 = require("./OrderUpdateManyMutationInput");
         
     | 
| 
      
 935 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateManyMutationInput", { enumerable: true, get: function () { return OrderUpdateManyMutationInput_1.OrderUpdateManyMutationInput; } });
         
     | 
| 
      
 936 
     | 
    
         
            +
            var OrderUpdateManyWithWhereWithoutAssetInput_1 = require("./OrderUpdateManyWithWhereWithoutAssetInput");
         
     | 
| 
      
 937 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateManyWithWhereWithoutAssetInput", { enumerable: true, get: function () { return OrderUpdateManyWithWhereWithoutAssetInput_1.OrderUpdateManyWithWhereWithoutAssetInput; } });
         
     | 
| 
      
 938 
     | 
    
         
            +
            var OrderUpdateManyWithWhereWithoutUserInput_1 = require("./OrderUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 939 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return OrderUpdateManyWithWhereWithoutUserInput_1.OrderUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 940 
     | 
    
         
            +
            var OrderUpdateManyWithoutAssetNestedInput_1 = require("./OrderUpdateManyWithoutAssetNestedInput");
         
     | 
| 
      
 941 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateManyWithoutAssetNestedInput", { enumerable: true, get: function () { return OrderUpdateManyWithoutAssetNestedInput_1.OrderUpdateManyWithoutAssetNestedInput; } });
         
     | 
| 
      
 942 
     | 
    
         
            +
            var OrderUpdateManyWithoutUserNestedInput_1 = require("./OrderUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 943 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return OrderUpdateManyWithoutUserNestedInput_1.OrderUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 944 
     | 
    
         
            +
            var OrderUpdateWithWhereUniqueWithoutAssetInput_1 = require("./OrderUpdateWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 945 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return OrderUpdateWithWhereUniqueWithoutAssetInput_1.OrderUpdateWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 946 
     | 
    
         
            +
            var OrderUpdateWithWhereUniqueWithoutUserInput_1 = require("./OrderUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 947 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return OrderUpdateWithWhereUniqueWithoutUserInput_1.OrderUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 948 
     | 
    
         
            +
            var OrderUpdateWithoutAssetInput_1 = require("./OrderUpdateWithoutAssetInput");
         
     | 
| 
      
 949 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateWithoutAssetInput", { enumerable: true, get: function () { return OrderUpdateWithoutAssetInput_1.OrderUpdateWithoutAssetInput; } });
         
     | 
| 
      
 950 
     | 
    
         
            +
            var OrderUpdateWithoutUserInput_1 = require("./OrderUpdateWithoutUserInput");
         
     | 
| 
      
 951 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpdateWithoutUserInput", { enumerable: true, get: function () { return OrderUpdateWithoutUserInput_1.OrderUpdateWithoutUserInput; } });
         
     | 
| 
      
 952 
     | 
    
         
            +
            var OrderUpsertWithWhereUniqueWithoutAssetInput_1 = require("./OrderUpsertWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 953 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpsertWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return OrderUpsertWithWhereUniqueWithoutAssetInput_1.OrderUpsertWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 954 
     | 
    
         
            +
            var OrderUpsertWithWhereUniqueWithoutUserInput_1 = require("./OrderUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 955 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return OrderUpsertWithWhereUniqueWithoutUserInput_1.OrderUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 956 
     | 
    
         
            +
            var OrderWhereInput_1 = require("./OrderWhereInput");
         
     | 
| 
      
 957 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderWhereInput", { enumerable: true, get: function () { return OrderWhereInput_1.OrderWhereInput; } });
         
     | 
| 
      
 958 
     | 
    
         
            +
            var OrderWhereUniqueInput_1 = require("./OrderWhereUniqueInput");
         
     | 
| 
      
 959 
     | 
    
         
            +
            Object.defineProperty(exports, "OrderWhereUniqueInput", { enumerable: true, get: function () { return OrderWhereUniqueInput_1.OrderWhereUniqueInput; } });
         
     | 
| 
      
 960 
     | 
    
         
            +
            var RiskAllocationAvgOrderByAggregateInput_1 = require("./RiskAllocationAvgOrderByAggregateInput");
         
     | 
| 
      
 961 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationAvgOrderByAggregateInput", { enumerable: true, get: function () { return RiskAllocationAvgOrderByAggregateInput_1.RiskAllocationAvgOrderByAggregateInput; } });
         
     | 
| 
      
 962 
     | 
    
         
            +
            var RiskAllocationCountOrderByAggregateInput_1 = require("./RiskAllocationCountOrderByAggregateInput");
         
     | 
| 
      
 963 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCountOrderByAggregateInput", { enumerable: true, get: function () { return RiskAllocationCountOrderByAggregateInput_1.RiskAllocationCountOrderByAggregateInput; } });
         
     | 
| 
      
 964 
     | 
    
         
            +
            var RiskAllocationCreateInput_1 = require("./RiskAllocationCreateInput");
         
     | 
| 
      
 965 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateInput", { enumerable: true, get: function () { return RiskAllocationCreateInput_1.RiskAllocationCreateInput; } });
         
     | 
| 
      
 966 
     | 
    
         
            +
            var RiskAllocationCreateManyInput_1 = require("./RiskAllocationCreateManyInput");
         
     | 
| 
      
 967 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateManyInput", { enumerable: true, get: function () { return RiskAllocationCreateManyInput_1.RiskAllocationCreateManyInput; } });
         
     | 
| 
      
 968 
     | 
    
         
            +
            var RiskAllocationCreateManyUserInput_1 = require("./RiskAllocationCreateManyUserInput");
         
     | 
| 
      
 969 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateManyUserInput", { enumerable: true, get: function () { return RiskAllocationCreateManyUserInput_1.RiskAllocationCreateManyUserInput; } });
         
     | 
| 
      
 970 
     | 
    
         
            +
            var RiskAllocationCreateManyUserInputEnvelope_1 = require("./RiskAllocationCreateManyUserInputEnvelope");
         
     | 
| 
      
 971 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateManyUserInputEnvelope", { enumerable: true, get: function () { return RiskAllocationCreateManyUserInputEnvelope_1.RiskAllocationCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 972 
     | 
    
         
            +
            var RiskAllocationCreateNestedManyWithoutUserInput_1 = require("./RiskAllocationCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 973 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationCreateNestedManyWithoutUserInput_1.RiskAllocationCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 974 
     | 
    
         
            +
            var RiskAllocationCreateOrConnectWithoutUserInput_1 = require("./RiskAllocationCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 975 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationCreateOrConnectWithoutUserInput_1.RiskAllocationCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 976 
     | 
    
         
            +
            var RiskAllocationCreateWithoutUserInput_1 = require("./RiskAllocationCreateWithoutUserInput");
         
     | 
| 
      
 977 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationCreateWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationCreateWithoutUserInput_1.RiskAllocationCreateWithoutUserInput; } });
         
     | 
| 
      
 978 
     | 
    
         
            +
            var RiskAllocationListRelationFilter_1 = require("./RiskAllocationListRelationFilter");
         
     | 
| 
      
 979 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationListRelationFilter", { enumerable: true, get: function () { return RiskAllocationListRelationFilter_1.RiskAllocationListRelationFilter; } });
         
     | 
| 
      
 980 
     | 
    
         
            +
            var RiskAllocationMaxOrderByAggregateInput_1 = require("./RiskAllocationMaxOrderByAggregateInput");
         
     | 
| 
      
 981 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationMaxOrderByAggregateInput", { enumerable: true, get: function () { return RiskAllocationMaxOrderByAggregateInput_1.RiskAllocationMaxOrderByAggregateInput; } });
         
     | 
| 
      
 982 
     | 
    
         
            +
            var RiskAllocationMinOrderByAggregateInput_1 = require("./RiskAllocationMinOrderByAggregateInput");
         
     | 
| 
      
 983 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationMinOrderByAggregateInput", { enumerable: true, get: function () { return RiskAllocationMinOrderByAggregateInput_1.RiskAllocationMinOrderByAggregateInput; } });
         
     | 
| 
      
 984 
     | 
    
         
            +
            var RiskAllocationOrderByRelationAggregateInput_1 = require("./RiskAllocationOrderByRelationAggregateInput");
         
     | 
| 
      
 985 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationOrderByRelationAggregateInput", { enumerable: true, get: function () { return RiskAllocationOrderByRelationAggregateInput_1.RiskAllocationOrderByRelationAggregateInput; } });
         
     | 
| 
      
 986 
     | 
    
         
            +
            var RiskAllocationOrderByWithAggregationInput_1 = require("./RiskAllocationOrderByWithAggregationInput");
         
     | 
| 
      
 987 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationOrderByWithAggregationInput", { enumerable: true, get: function () { return RiskAllocationOrderByWithAggregationInput_1.RiskAllocationOrderByWithAggregationInput; } });
         
     | 
| 
      
 988 
     | 
    
         
            +
            var RiskAllocationOrderByWithRelationInput_1 = require("./RiskAllocationOrderByWithRelationInput");
         
     | 
| 
      
 989 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationOrderByWithRelationInput", { enumerable: true, get: function () { return RiskAllocationOrderByWithRelationInput_1.RiskAllocationOrderByWithRelationInput; } });
         
     | 
| 
      
 990 
     | 
    
         
            +
            var RiskAllocationScalarWhereInput_1 = require("./RiskAllocationScalarWhereInput");
         
     | 
| 
      
 991 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationScalarWhereInput", { enumerable: true, get: function () { return RiskAllocationScalarWhereInput_1.RiskAllocationScalarWhereInput; } });
         
     | 
| 
      
 992 
     | 
    
         
            +
            var RiskAllocationScalarWhereWithAggregatesInput_1 = require("./RiskAllocationScalarWhereWithAggregatesInput");
         
     | 
| 
      
 993 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return RiskAllocationScalarWhereWithAggregatesInput_1.RiskAllocationScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 994 
     | 
    
         
            +
            var RiskAllocationSumOrderByAggregateInput_1 = require("./RiskAllocationSumOrderByAggregateInput");
         
     | 
| 
      
 995 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationSumOrderByAggregateInput", { enumerable: true, get: function () { return RiskAllocationSumOrderByAggregateInput_1.RiskAllocationSumOrderByAggregateInput; } });
         
     | 
| 
      
 996 
     | 
    
         
            +
            var RiskAllocationUpdateInput_1 = require("./RiskAllocationUpdateInput");
         
     | 
| 
      
 997 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpdateInput", { enumerable: true, get: function () { return RiskAllocationUpdateInput_1.RiskAllocationUpdateInput; } });
         
     | 
| 
      
 998 
     | 
    
         
            +
            var RiskAllocationUpdateManyMutationInput_1 = require("./RiskAllocationUpdateManyMutationInput");
         
     | 
| 
      
 999 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpdateManyMutationInput", { enumerable: true, get: function () { return RiskAllocationUpdateManyMutationInput_1.RiskAllocationUpdateManyMutationInput; } });
         
     | 
| 
      
 1000 
     | 
    
         
            +
            var RiskAllocationUpdateManyWithWhereWithoutUserInput_1 = require("./RiskAllocationUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 1001 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationUpdateManyWithWhereWithoutUserInput_1.RiskAllocationUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 1002 
     | 
    
         
            +
            var RiskAllocationUpdateManyWithoutUserNestedInput_1 = require("./RiskAllocationUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 1003 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return RiskAllocationUpdateManyWithoutUserNestedInput_1.RiskAllocationUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 1004 
     | 
    
         
            +
            var RiskAllocationUpdateWithWhereUniqueWithoutUserInput_1 = require("./RiskAllocationUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1005 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationUpdateWithWhereUniqueWithoutUserInput_1.RiskAllocationUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1006 
     | 
    
         
            +
            var RiskAllocationUpdateWithoutUserInput_1 = require("./RiskAllocationUpdateWithoutUserInput");
         
     | 
| 
      
 1007 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpdateWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationUpdateWithoutUserInput_1.RiskAllocationUpdateWithoutUserInput; } });
         
     | 
| 
      
 1008 
     | 
    
         
            +
            var RiskAllocationUpsertWithWhereUniqueWithoutUserInput_1 = require("./RiskAllocationUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1009 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return RiskAllocationUpsertWithWhereUniqueWithoutUserInput_1.RiskAllocationUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1010 
     | 
    
         
            +
            var RiskAllocationUserIdAssetTypeCompoundUniqueInput_1 = require("./RiskAllocationUserIdAssetTypeCompoundUniqueInput");
         
     | 
| 
      
 1011 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationUserIdAssetTypeCompoundUniqueInput", { enumerable: true, get: function () { return RiskAllocationUserIdAssetTypeCompoundUniqueInput_1.RiskAllocationUserIdAssetTypeCompoundUniqueInput; } });
         
     | 
| 
      
 1012 
     | 
    
         
            +
            var RiskAllocationWhereInput_1 = require("./RiskAllocationWhereInput");
         
     | 
| 
      
 1013 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationWhereInput", { enumerable: true, get: function () { return RiskAllocationWhereInput_1.RiskAllocationWhereInput; } });
         
     | 
| 
      
 1014 
     | 
    
         
            +
            var RiskAllocationWhereUniqueInput_1 = require("./RiskAllocationWhereUniqueInput");
         
     | 
| 
      
 1015 
     | 
    
         
            +
            Object.defineProperty(exports, "RiskAllocationWhereUniqueInput", { enumerable: true, get: function () { return RiskAllocationWhereUniqueInput_1.RiskAllocationWhereUniqueInput; } });
         
     | 
| 
      
 1016 
     | 
    
         
            +
            var SessionCountOrderByAggregateInput_1 = require("./SessionCountOrderByAggregateInput");
         
     | 
| 
      
 1017 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCountOrderByAggregateInput", { enumerable: true, get: function () { return SessionCountOrderByAggregateInput_1.SessionCountOrderByAggregateInput; } });
         
     | 
| 
      
 1018 
     | 
    
         
            +
            var SessionCreateInput_1 = require("./SessionCreateInput");
         
     | 
| 
      
 1019 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateInput", { enumerable: true, get: function () { return SessionCreateInput_1.SessionCreateInput; } });
         
     | 
| 
      
 1020 
     | 
    
         
            +
            var SessionCreateManyInput_1 = require("./SessionCreateManyInput");
         
     | 
| 
      
 1021 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateManyInput", { enumerable: true, get: function () { return SessionCreateManyInput_1.SessionCreateManyInput; } });
         
     | 
| 
      
 1022 
     | 
    
         
            +
            var SessionCreateManyUserInput_1 = require("./SessionCreateManyUserInput");
         
     | 
| 
      
 1023 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateManyUserInput", { enumerable: true, get: function () { return SessionCreateManyUserInput_1.SessionCreateManyUserInput; } });
         
     | 
| 
      
 1024 
     | 
    
         
            +
            var SessionCreateManyUserInputEnvelope_1 = require("./SessionCreateManyUserInputEnvelope");
         
     | 
| 
      
 1025 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateManyUserInputEnvelope", { enumerable: true, get: function () { return SessionCreateManyUserInputEnvelope_1.SessionCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 1026 
     | 
    
         
            +
            var SessionCreateNestedManyWithoutUserInput_1 = require("./SessionCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 1027 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return SessionCreateNestedManyWithoutUserInput_1.SessionCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 1028 
     | 
    
         
            +
            var SessionCreateOrConnectWithoutUserInput_1 = require("./SessionCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 1029 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return SessionCreateOrConnectWithoutUserInput_1.SessionCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 1030 
     | 
    
         
            +
            var SessionCreateWithoutUserInput_1 = require("./SessionCreateWithoutUserInput");
         
     | 
| 
      
 1031 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionCreateWithoutUserInput", { enumerable: true, get: function () { return SessionCreateWithoutUserInput_1.SessionCreateWithoutUserInput; } });
         
     | 
| 
      
 1032 
     | 
    
         
            +
            var SessionListRelationFilter_1 = require("./SessionListRelationFilter");
         
     | 
| 
      
 1033 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionListRelationFilter", { enumerable: true, get: function () { return SessionListRelationFilter_1.SessionListRelationFilter; } });
         
     | 
| 
      
 1034 
     | 
    
         
            +
            var SessionMaxOrderByAggregateInput_1 = require("./SessionMaxOrderByAggregateInput");
         
     | 
| 
      
 1035 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionMaxOrderByAggregateInput", { enumerable: true, get: function () { return SessionMaxOrderByAggregateInput_1.SessionMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1036 
     | 
    
         
            +
            var SessionMinOrderByAggregateInput_1 = require("./SessionMinOrderByAggregateInput");
         
     | 
| 
      
 1037 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionMinOrderByAggregateInput", { enumerable: true, get: function () { return SessionMinOrderByAggregateInput_1.SessionMinOrderByAggregateInput; } });
         
     | 
| 
      
 1038 
     | 
    
         
            +
            var SessionOrderByRelationAggregateInput_1 = require("./SessionOrderByRelationAggregateInput");
         
     | 
| 
      
 1039 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionOrderByRelationAggregateInput", { enumerable: true, get: function () { return SessionOrderByRelationAggregateInput_1.SessionOrderByRelationAggregateInput; } });
         
     | 
| 
      
 1040 
     | 
    
         
            +
            var SessionOrderByWithAggregationInput_1 = require("./SessionOrderByWithAggregationInput");
         
     | 
| 
      
 1041 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionOrderByWithAggregationInput", { enumerable: true, get: function () { return SessionOrderByWithAggregationInput_1.SessionOrderByWithAggregationInput; } });
         
     | 
| 
      
 1042 
     | 
    
         
            +
            var SessionOrderByWithRelationInput_1 = require("./SessionOrderByWithRelationInput");
         
     | 
| 
      
 1043 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionOrderByWithRelationInput", { enumerable: true, get: function () { return SessionOrderByWithRelationInput_1.SessionOrderByWithRelationInput; } });
         
     | 
| 
      
 1044 
     | 
    
         
            +
            var SessionScalarWhereInput_1 = require("./SessionScalarWhereInput");
         
     | 
| 
      
 1045 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionScalarWhereInput", { enumerable: true, get: function () { return SessionScalarWhereInput_1.SessionScalarWhereInput; } });
         
     | 
| 
      
 1046 
     | 
    
         
            +
            var SessionScalarWhereWithAggregatesInput_1 = require("./SessionScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1047 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return SessionScalarWhereWithAggregatesInput_1.SessionScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1048 
     | 
    
         
            +
            var SessionUpdateInput_1 = require("./SessionUpdateInput");
         
     | 
| 
      
 1049 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpdateInput", { enumerable: true, get: function () { return SessionUpdateInput_1.SessionUpdateInput; } });
         
     | 
| 
      
 1050 
     | 
    
         
            +
            var SessionUpdateManyMutationInput_1 = require("./SessionUpdateManyMutationInput");
         
     | 
| 
      
 1051 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpdateManyMutationInput", { enumerable: true, get: function () { return SessionUpdateManyMutationInput_1.SessionUpdateManyMutationInput; } });
         
     | 
| 
      
 1052 
     | 
    
         
            +
            var SessionUpdateManyWithWhereWithoutUserInput_1 = require("./SessionUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 1053 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return SessionUpdateManyWithWhereWithoutUserInput_1.SessionUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 1054 
     | 
    
         
            +
            var SessionUpdateManyWithoutUserNestedInput_1 = require("./SessionUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 1055 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return SessionUpdateManyWithoutUserNestedInput_1.SessionUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 1056 
     | 
    
         
            +
            var SessionUpdateWithWhereUniqueWithoutUserInput_1 = require("./SessionUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1057 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return SessionUpdateWithWhereUniqueWithoutUserInput_1.SessionUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1058 
     | 
    
         
            +
            var SessionUpdateWithoutUserInput_1 = require("./SessionUpdateWithoutUserInput");
         
     | 
| 
      
 1059 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpdateWithoutUserInput", { enumerable: true, get: function () { return SessionUpdateWithoutUserInput_1.SessionUpdateWithoutUserInput; } });
         
     | 
| 
      
 1060 
     | 
    
         
            +
            var SessionUpsertWithWhereUniqueWithoutUserInput_1 = require("./SessionUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1061 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return SessionUpsertWithWhereUniqueWithoutUserInput_1.SessionUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1062 
     | 
    
         
            +
            var SessionWhereInput_1 = require("./SessionWhereInput");
         
     | 
| 
      
 1063 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionWhereInput", { enumerable: true, get: function () { return SessionWhereInput_1.SessionWhereInput; } });
         
     | 
| 
      
 1064 
     | 
    
         
            +
            var SessionWhereUniqueInput_1 = require("./SessionWhereUniqueInput");
         
     | 
| 
      
 1065 
     | 
    
         
            +
            Object.defineProperty(exports, "SessionWhereUniqueInput", { enumerable: true, get: function () { return SessionWhereUniqueInput_1.SessionWhereUniqueInput; } });
         
     | 
| 
      
 1066 
     | 
    
         
            +
            var SortOrderInput_1 = require("./SortOrderInput");
         
     | 
| 
      
 1067 
     | 
    
         
            +
            Object.defineProperty(exports, "SortOrderInput", { enumerable: true, get: function () { return SortOrderInput_1.SortOrderInput; } });
         
     | 
| 
      
 1068 
     | 
    
         
            +
            var StateCountOrderByAggregateInput_1 = require("./StateCountOrderByAggregateInput");
         
     | 
| 
      
 1069 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCountOrderByAggregateInput", { enumerable: true, get: function () { return StateCountOrderByAggregateInput_1.StateCountOrderByAggregateInput; } });
         
     | 
| 
      
 1070 
     | 
    
         
            +
            var StateCreateInput_1 = require("./StateCreateInput");
         
     | 
| 
      
 1071 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateInput", { enumerable: true, get: function () { return StateCreateInput_1.StateCreateInput; } });
         
     | 
| 
      
 1072 
     | 
    
         
            +
            var StateCreateManyCountryInput_1 = require("./StateCreateManyCountryInput");
         
     | 
| 
      
 1073 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateManyCountryInput", { enumerable: true, get: function () { return StateCreateManyCountryInput_1.StateCreateManyCountryInput; } });
         
     | 
| 
      
 1074 
     | 
    
         
            +
            var StateCreateManyCountryInputEnvelope_1 = require("./StateCreateManyCountryInputEnvelope");
         
     | 
| 
      
 1075 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateManyCountryInputEnvelope", { enumerable: true, get: function () { return StateCreateManyCountryInputEnvelope_1.StateCreateManyCountryInputEnvelope; } });
         
     | 
| 
      
 1076 
     | 
    
         
            +
            var StateCreateManyInput_1 = require("./StateCreateManyInput");
         
     | 
| 
      
 1077 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateManyInput", { enumerable: true, get: function () { return StateCreateManyInput_1.StateCreateManyInput; } });
         
     | 
| 
      
 1078 
     | 
    
         
            +
            var StateCreateNestedManyWithoutCountryInput_1 = require("./StateCreateNestedManyWithoutCountryInput");
         
     | 
| 
      
 1079 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateNestedManyWithoutCountryInput", { enumerable: true, get: function () { return StateCreateNestedManyWithoutCountryInput_1.StateCreateNestedManyWithoutCountryInput; } });
         
     | 
| 
      
 1080 
     | 
    
         
            +
            var StateCreateNestedOneWithoutWorkspaceInput_1 = require("./StateCreateNestedOneWithoutWorkspaceInput");
         
     | 
| 
      
 1081 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateNestedOneWithoutWorkspaceInput", { enumerable: true, get: function () { return StateCreateNestedOneWithoutWorkspaceInput_1.StateCreateNestedOneWithoutWorkspaceInput; } });
         
     | 
| 
      
 1082 
     | 
    
         
            +
            var StateCreateOrConnectWithoutCountryInput_1 = require("./StateCreateOrConnectWithoutCountryInput");
         
     | 
| 
      
 1083 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateOrConnectWithoutCountryInput", { enumerable: true, get: function () { return StateCreateOrConnectWithoutCountryInput_1.StateCreateOrConnectWithoutCountryInput; } });
         
     | 
| 
      
 1084 
     | 
    
         
            +
            var StateCreateOrConnectWithoutWorkspaceInput_1 = require("./StateCreateOrConnectWithoutWorkspaceInput");
         
     | 
| 
      
 1085 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateOrConnectWithoutWorkspaceInput", { enumerable: true, get: function () { return StateCreateOrConnectWithoutWorkspaceInput_1.StateCreateOrConnectWithoutWorkspaceInput; } });
         
     | 
| 
      
 1086 
     | 
    
         
            +
            var StateCreateWithoutCountryInput_1 = require("./StateCreateWithoutCountryInput");
         
     | 
| 
      
 1087 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateWithoutCountryInput", { enumerable: true, get: function () { return StateCreateWithoutCountryInput_1.StateCreateWithoutCountryInput; } });
         
     | 
| 
      
 1088 
     | 
    
         
            +
            var StateCreateWithoutWorkspaceInput_1 = require("./StateCreateWithoutWorkspaceInput");
         
     | 
| 
      
 1089 
     | 
    
         
            +
            Object.defineProperty(exports, "StateCreateWithoutWorkspaceInput", { enumerable: true, get: function () { return StateCreateWithoutWorkspaceInput_1.StateCreateWithoutWorkspaceInput; } });
         
     | 
| 
      
 1090 
     | 
    
         
            +
            var StateListRelationFilter_1 = require("./StateListRelationFilter");
         
     | 
| 
      
 1091 
     | 
    
         
            +
            Object.defineProperty(exports, "StateListRelationFilter", { enumerable: true, get: function () { return StateListRelationFilter_1.StateListRelationFilter; } });
         
     | 
| 
      
 1092 
     | 
    
         
            +
            var StateMaxOrderByAggregateInput_1 = require("./StateMaxOrderByAggregateInput");
         
     | 
| 
      
 1093 
     | 
    
         
            +
            Object.defineProperty(exports, "StateMaxOrderByAggregateInput", { enumerable: true, get: function () { return StateMaxOrderByAggregateInput_1.StateMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1094 
     | 
    
         
            +
            var StateMinOrderByAggregateInput_1 = require("./StateMinOrderByAggregateInput");
         
     | 
| 
      
 1095 
     | 
    
         
            +
            Object.defineProperty(exports, "StateMinOrderByAggregateInput", { enumerable: true, get: function () { return StateMinOrderByAggregateInput_1.StateMinOrderByAggregateInput; } });
         
     | 
| 
      
 1096 
     | 
    
         
            +
            var StateNullableRelationFilter_1 = require("./StateNullableRelationFilter");
         
     | 
| 
      
 1097 
     | 
    
         
            +
            Object.defineProperty(exports, "StateNullableRelationFilter", { enumerable: true, get: function () { return StateNullableRelationFilter_1.StateNullableRelationFilter; } });
         
     | 
| 
      
 1098 
     | 
    
         
            +
            var StateOrderByRelationAggregateInput_1 = require("./StateOrderByRelationAggregateInput");
         
     | 
| 
      
 1099 
     | 
    
         
            +
            Object.defineProperty(exports, "StateOrderByRelationAggregateInput", { enumerable: true, get: function () { return StateOrderByRelationAggregateInput_1.StateOrderByRelationAggregateInput; } });
         
     | 
| 
      
 1100 
     | 
    
         
            +
            var StateOrderByWithAggregationInput_1 = require("./StateOrderByWithAggregationInput");
         
     | 
| 
      
 1101 
     | 
    
         
            +
            Object.defineProperty(exports, "StateOrderByWithAggregationInput", { enumerable: true, get: function () { return StateOrderByWithAggregationInput_1.StateOrderByWithAggregationInput; } });
         
     | 
| 
      
 1102 
     | 
    
         
            +
            var StateOrderByWithRelationInput_1 = require("./StateOrderByWithRelationInput");
         
     | 
| 
      
 1103 
     | 
    
         
            +
            Object.defineProperty(exports, "StateOrderByWithRelationInput", { enumerable: true, get: function () { return StateOrderByWithRelationInput_1.StateOrderByWithRelationInput; } });
         
     | 
| 
      
 1104 
     | 
    
         
            +
            var StateScalarWhereInput_1 = require("./StateScalarWhereInput");
         
     | 
| 
      
 1105 
     | 
    
         
            +
            Object.defineProperty(exports, "StateScalarWhereInput", { enumerable: true, get: function () { return StateScalarWhereInput_1.StateScalarWhereInput; } });
         
     | 
| 
      
 1106 
     | 
    
         
            +
            var StateScalarWhereWithAggregatesInput_1 = require("./StateScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1107 
     | 
    
         
            +
            Object.defineProperty(exports, "StateScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return StateScalarWhereWithAggregatesInput_1.StateScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1108 
     | 
    
         
            +
            var StateUpdateInput_1 = require("./StateUpdateInput");
         
     | 
| 
      
 1109 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateInput", { enumerable: true, get: function () { return StateUpdateInput_1.StateUpdateInput; } });
         
     | 
| 
      
 1110 
     | 
    
         
            +
            var StateUpdateManyMutationInput_1 = require("./StateUpdateManyMutationInput");
         
     | 
| 
      
 1111 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateManyMutationInput", { enumerable: true, get: function () { return StateUpdateManyMutationInput_1.StateUpdateManyMutationInput; } });
         
     | 
| 
      
 1112 
     | 
    
         
            +
            var StateUpdateManyWithWhereWithoutCountryInput_1 = require("./StateUpdateManyWithWhereWithoutCountryInput");
         
     | 
| 
      
 1113 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateManyWithWhereWithoutCountryInput", { enumerable: true, get: function () { return StateUpdateManyWithWhereWithoutCountryInput_1.StateUpdateManyWithWhereWithoutCountryInput; } });
         
     | 
| 
      
 1114 
     | 
    
         
            +
            var StateUpdateManyWithoutCountryNestedInput_1 = require("./StateUpdateManyWithoutCountryNestedInput");
         
     | 
| 
      
 1115 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateManyWithoutCountryNestedInput", { enumerable: true, get: function () { return StateUpdateManyWithoutCountryNestedInput_1.StateUpdateManyWithoutCountryNestedInput; } });
         
     | 
| 
      
 1116 
     | 
    
         
            +
            var StateUpdateOneWithoutWorkspaceNestedInput_1 = require("./StateUpdateOneWithoutWorkspaceNestedInput");
         
     | 
| 
      
 1117 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateOneWithoutWorkspaceNestedInput", { enumerable: true, get: function () { return StateUpdateOneWithoutWorkspaceNestedInput_1.StateUpdateOneWithoutWorkspaceNestedInput; } });
         
     | 
| 
      
 1118 
     | 
    
         
            +
            var StateUpdateToOneWithWhereWithoutWorkspaceInput_1 = require("./StateUpdateToOneWithWhereWithoutWorkspaceInput");
         
     | 
| 
      
 1119 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateToOneWithWhereWithoutWorkspaceInput", { enumerable: true, get: function () { return StateUpdateToOneWithWhereWithoutWorkspaceInput_1.StateUpdateToOneWithWhereWithoutWorkspaceInput; } });
         
     | 
| 
      
 1120 
     | 
    
         
            +
            var StateUpdateWithWhereUniqueWithoutCountryInput_1 = require("./StateUpdateWithWhereUniqueWithoutCountryInput");
         
     | 
| 
      
 1121 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateWithWhereUniqueWithoutCountryInput", { enumerable: true, get: function () { return StateUpdateWithWhereUniqueWithoutCountryInput_1.StateUpdateWithWhereUniqueWithoutCountryInput; } });
         
     | 
| 
      
 1122 
     | 
    
         
            +
            var StateUpdateWithoutCountryInput_1 = require("./StateUpdateWithoutCountryInput");
         
     | 
| 
      
 1123 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateWithoutCountryInput", { enumerable: true, get: function () { return StateUpdateWithoutCountryInput_1.StateUpdateWithoutCountryInput; } });
         
     | 
| 
      
 1124 
     | 
    
         
            +
            var StateUpdateWithoutWorkspaceInput_1 = require("./StateUpdateWithoutWorkspaceInput");
         
     | 
| 
      
 1125 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpdateWithoutWorkspaceInput", { enumerable: true, get: function () { return StateUpdateWithoutWorkspaceInput_1.StateUpdateWithoutWorkspaceInput; } });
         
     | 
| 
      
 1126 
     | 
    
         
            +
            var StateUpsertWithWhereUniqueWithoutCountryInput_1 = require("./StateUpsertWithWhereUniqueWithoutCountryInput");
         
     | 
| 
      
 1127 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpsertWithWhereUniqueWithoutCountryInput", { enumerable: true, get: function () { return StateUpsertWithWhereUniqueWithoutCountryInput_1.StateUpsertWithWhereUniqueWithoutCountryInput; } });
         
     | 
| 
      
 1128 
     | 
    
         
            +
            var StateUpsertWithoutWorkspaceInput_1 = require("./StateUpsertWithoutWorkspaceInput");
         
     | 
| 
      
 1129 
     | 
    
         
            +
            Object.defineProperty(exports, "StateUpsertWithoutWorkspaceInput", { enumerable: true, get: function () { return StateUpsertWithoutWorkspaceInput_1.StateUpsertWithoutWorkspaceInput; } });
         
     | 
| 
      
 1130 
     | 
    
         
            +
            var StateWhereInput_1 = require("./StateWhereInput");
         
     | 
| 
      
 1131 
     | 
    
         
            +
            Object.defineProperty(exports, "StateWhereInput", { enumerable: true, get: function () { return StateWhereInput_1.StateWhereInput; } });
         
     | 
| 
      
 1132 
     | 
    
         
            +
            var StateWhereUniqueInput_1 = require("./StateWhereUniqueInput");
         
     | 
| 
      
 1133 
     | 
    
         
            +
            Object.defineProperty(exports, "StateWhereUniqueInput", { enumerable: true, get: function () { return StateWhereUniqueInput_1.StateWhereUniqueInput; } });
         
     | 
| 
      
 1134 
     | 
    
         
            +
            var StringFieldUpdateOperationsInput_1 = require("./StringFieldUpdateOperationsInput");
         
     | 
| 
      
 1135 
     | 
    
         
            +
            Object.defineProperty(exports, "StringFieldUpdateOperationsInput", { enumerable: true, get: function () { return StringFieldUpdateOperationsInput_1.StringFieldUpdateOperationsInput; } });
         
     | 
| 
      
 1136 
     | 
    
         
            +
            var StringFilter_1 = require("./StringFilter");
         
     | 
| 
      
 1137 
     | 
    
         
            +
            Object.defineProperty(exports, "StringFilter", { enumerable: true, get: function () { return StringFilter_1.StringFilter; } });
         
     | 
| 
      
 1138 
     | 
    
         
            +
            var StringNullableFilter_1 = require("./StringNullableFilter");
         
     | 
| 
      
 1139 
     | 
    
         
            +
            Object.defineProperty(exports, "StringNullableFilter", { enumerable: true, get: function () { return StringNullableFilter_1.StringNullableFilter; } });
         
     | 
| 
      
 1140 
     | 
    
         
            +
            var StringNullableListFilter_1 = require("./StringNullableListFilter");
         
     | 
| 
      
 1141 
     | 
    
         
            +
            Object.defineProperty(exports, "StringNullableListFilter", { enumerable: true, get: function () { return StringNullableListFilter_1.StringNullableListFilter; } });
         
     | 
| 
      
 1142 
     | 
    
         
            +
            var StringNullableWithAggregatesFilter_1 = require("./StringNullableWithAggregatesFilter");
         
     | 
| 
      
 1143 
     | 
    
         
            +
            Object.defineProperty(exports, "StringNullableWithAggregatesFilter", { enumerable: true, get: function () { return StringNullableWithAggregatesFilter_1.StringNullableWithAggregatesFilter; } });
         
     | 
| 
      
 1144 
     | 
    
         
            +
            var StringWithAggregatesFilter_1 = require("./StringWithAggregatesFilter");
         
     | 
| 
      
 1145 
     | 
    
         
            +
            Object.defineProperty(exports, "StringWithAggregatesFilter", { enumerable: true, get: function () { return StringWithAggregatesFilter_1.StringWithAggregatesFilter; } });
         
     | 
| 
      
 1146 
     | 
    
         
            +
            var TradeAvgOrderByAggregateInput_1 = require("./TradeAvgOrderByAggregateInput");
         
     | 
| 
      
 1147 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeAvgOrderByAggregateInput", { enumerable: true, get: function () { return TradeAvgOrderByAggregateInput_1.TradeAvgOrderByAggregateInput; } });
         
     | 
| 
      
 1148 
     | 
    
         
            +
            var TradeCountOrderByAggregateInput_1 = require("./TradeCountOrderByAggregateInput");
         
     | 
| 
      
 1149 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCountOrderByAggregateInput", { enumerable: true, get: function () { return TradeCountOrderByAggregateInput_1.TradeCountOrderByAggregateInput; } });
         
     | 
| 
      
 1150 
     | 
    
         
            +
            var TradeCreateInput_1 = require("./TradeCreateInput");
         
     | 
| 
      
 1151 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateInput", { enumerable: true, get: function () { return TradeCreateInput_1.TradeCreateInput; } });
         
     | 
| 
      
 1152 
     | 
    
         
            +
            var TradeCreateManyAssetInput_1 = require("./TradeCreateManyAssetInput");
         
     | 
| 
      
 1153 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateManyAssetInput", { enumerable: true, get: function () { return TradeCreateManyAssetInput_1.TradeCreateManyAssetInput; } });
         
     | 
| 
      
 1154 
     | 
    
         
            +
            var TradeCreateManyAssetInputEnvelope_1 = require("./TradeCreateManyAssetInputEnvelope");
         
     | 
| 
      
 1155 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateManyAssetInputEnvelope", { enumerable: true, get: function () { return TradeCreateManyAssetInputEnvelope_1.TradeCreateManyAssetInputEnvelope; } });
         
     | 
| 
      
 1156 
     | 
    
         
            +
            var TradeCreateManyInput_1 = require("./TradeCreateManyInput");
         
     | 
| 
      
 1157 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateManyInput", { enumerable: true, get: function () { return TradeCreateManyInput_1.TradeCreateManyInput; } });
         
     | 
| 
      
 1158 
     | 
    
         
            +
            var TradeCreateManyUserInput_1 = require("./TradeCreateManyUserInput");
         
     | 
| 
      
 1159 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateManyUserInput", { enumerable: true, get: function () { return TradeCreateManyUserInput_1.TradeCreateManyUserInput; } });
         
     | 
| 
      
 1160 
     | 
    
         
            +
            var TradeCreateManyUserInputEnvelope_1 = require("./TradeCreateManyUserInputEnvelope");
         
     | 
| 
      
 1161 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateManyUserInputEnvelope", { enumerable: true, get: function () { return TradeCreateManyUserInputEnvelope_1.TradeCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 1162 
     | 
    
         
            +
            var TradeCreateNestedManyWithoutAssetInput_1 = require("./TradeCreateNestedManyWithoutAssetInput");
         
     | 
| 
      
 1163 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateNestedManyWithoutAssetInput", { enumerable: true, get: function () { return TradeCreateNestedManyWithoutAssetInput_1.TradeCreateNestedManyWithoutAssetInput; } });
         
     | 
| 
      
 1164 
     | 
    
         
            +
            var TradeCreateNestedManyWithoutUserInput_1 = require("./TradeCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 1165 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return TradeCreateNestedManyWithoutUserInput_1.TradeCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 1166 
     | 
    
         
            +
            var TradeCreateOrConnectWithoutAssetInput_1 = require("./TradeCreateOrConnectWithoutAssetInput");
         
     | 
| 
      
 1167 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateOrConnectWithoutAssetInput", { enumerable: true, get: function () { return TradeCreateOrConnectWithoutAssetInput_1.TradeCreateOrConnectWithoutAssetInput; } });
         
     | 
| 
      
 1168 
     | 
    
         
            +
            var TradeCreateOrConnectWithoutUserInput_1 = require("./TradeCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 1169 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return TradeCreateOrConnectWithoutUserInput_1.TradeCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 1170 
     | 
    
         
            +
            var TradeCreateWithoutAssetInput_1 = require("./TradeCreateWithoutAssetInput");
         
     | 
| 
      
 1171 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateWithoutAssetInput", { enumerable: true, get: function () { return TradeCreateWithoutAssetInput_1.TradeCreateWithoutAssetInput; } });
         
     | 
| 
      
 1172 
     | 
    
         
            +
            var TradeCreateWithoutUserInput_1 = require("./TradeCreateWithoutUserInput");
         
     | 
| 
      
 1173 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeCreateWithoutUserInput", { enumerable: true, get: function () { return TradeCreateWithoutUserInput_1.TradeCreateWithoutUserInput; } });
         
     | 
| 
      
 1174 
     | 
    
         
            +
            var TradeListRelationFilter_1 = require("./TradeListRelationFilter");
         
     | 
| 
      
 1175 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeListRelationFilter", { enumerable: true, get: function () { return TradeListRelationFilter_1.TradeListRelationFilter; } });
         
     | 
| 
      
 1176 
     | 
    
         
            +
            var TradeMaxOrderByAggregateInput_1 = require("./TradeMaxOrderByAggregateInput");
         
     | 
| 
      
 1177 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeMaxOrderByAggregateInput", { enumerable: true, get: function () { return TradeMaxOrderByAggregateInput_1.TradeMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1178 
     | 
    
         
            +
            var TradeMinOrderByAggregateInput_1 = require("./TradeMinOrderByAggregateInput");
         
     | 
| 
      
 1179 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeMinOrderByAggregateInput", { enumerable: true, get: function () { return TradeMinOrderByAggregateInput_1.TradeMinOrderByAggregateInput; } });
         
     | 
| 
      
 1180 
     | 
    
         
            +
            var TradeOrderByRelationAggregateInput_1 = require("./TradeOrderByRelationAggregateInput");
         
     | 
| 
      
 1181 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeOrderByRelationAggregateInput", { enumerable: true, get: function () { return TradeOrderByRelationAggregateInput_1.TradeOrderByRelationAggregateInput; } });
         
     | 
| 
      
 1182 
     | 
    
         
            +
            var TradeOrderByWithAggregationInput_1 = require("./TradeOrderByWithAggregationInput");
         
     | 
| 
      
 1183 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeOrderByWithAggregationInput", { enumerable: true, get: function () { return TradeOrderByWithAggregationInput_1.TradeOrderByWithAggregationInput; } });
         
     | 
| 
      
 1184 
     | 
    
         
            +
            var TradeOrderByWithRelationInput_1 = require("./TradeOrderByWithRelationInput");
         
     | 
| 
      
 1185 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeOrderByWithRelationInput", { enumerable: true, get: function () { return TradeOrderByWithRelationInput_1.TradeOrderByWithRelationInput; } });
         
     | 
| 
      
 1186 
     | 
    
         
            +
            var TradeScalarWhereInput_1 = require("./TradeScalarWhereInput");
         
     | 
| 
      
 1187 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeScalarWhereInput", { enumerable: true, get: function () { return TradeScalarWhereInput_1.TradeScalarWhereInput; } });
         
     | 
| 
      
 1188 
     | 
    
         
            +
            var TradeScalarWhereWithAggregatesInput_1 = require("./TradeScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1189 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return TradeScalarWhereWithAggregatesInput_1.TradeScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1190 
     | 
    
         
            +
            var TradeSumOrderByAggregateInput_1 = require("./TradeSumOrderByAggregateInput");
         
     | 
| 
      
 1191 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeSumOrderByAggregateInput", { enumerable: true, get: function () { return TradeSumOrderByAggregateInput_1.TradeSumOrderByAggregateInput; } });
         
     | 
| 
      
 1192 
     | 
    
         
            +
            var TradeUpdateInput_1 = require("./TradeUpdateInput");
         
     | 
| 
      
 1193 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateInput", { enumerable: true, get: function () { return TradeUpdateInput_1.TradeUpdateInput; } });
         
     | 
| 
      
 1194 
     | 
    
         
            +
            var TradeUpdateManyMutationInput_1 = require("./TradeUpdateManyMutationInput");
         
     | 
| 
      
 1195 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateManyMutationInput", { enumerable: true, get: function () { return TradeUpdateManyMutationInput_1.TradeUpdateManyMutationInput; } });
         
     | 
| 
      
 1196 
     | 
    
         
            +
            var TradeUpdateManyWithWhereWithoutAssetInput_1 = require("./TradeUpdateManyWithWhereWithoutAssetInput");
         
     | 
| 
      
 1197 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateManyWithWhereWithoutAssetInput", { enumerable: true, get: function () { return TradeUpdateManyWithWhereWithoutAssetInput_1.TradeUpdateManyWithWhereWithoutAssetInput; } });
         
     | 
| 
      
 1198 
     | 
    
         
            +
            var TradeUpdateManyWithWhereWithoutUserInput_1 = require("./TradeUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 1199 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return TradeUpdateManyWithWhereWithoutUserInput_1.TradeUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 1200 
     | 
    
         
            +
            var TradeUpdateManyWithoutAssetNestedInput_1 = require("./TradeUpdateManyWithoutAssetNestedInput");
         
     | 
| 
      
 1201 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateManyWithoutAssetNestedInput", { enumerable: true, get: function () { return TradeUpdateManyWithoutAssetNestedInput_1.TradeUpdateManyWithoutAssetNestedInput; } });
         
     | 
| 
      
 1202 
     | 
    
         
            +
            var TradeUpdateManyWithoutUserNestedInput_1 = require("./TradeUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 1203 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return TradeUpdateManyWithoutUserNestedInput_1.TradeUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 1204 
     | 
    
         
            +
            var TradeUpdateWithWhereUniqueWithoutAssetInput_1 = require("./TradeUpdateWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 1205 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return TradeUpdateWithWhereUniqueWithoutAssetInput_1.TradeUpdateWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 1206 
     | 
    
         
            +
            var TradeUpdateWithWhereUniqueWithoutUserInput_1 = require("./TradeUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1207 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return TradeUpdateWithWhereUniqueWithoutUserInput_1.TradeUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1208 
     | 
    
         
            +
            var TradeUpdateWithoutAssetInput_1 = require("./TradeUpdateWithoutAssetInput");
         
     | 
| 
      
 1209 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateWithoutAssetInput", { enumerable: true, get: function () { return TradeUpdateWithoutAssetInput_1.TradeUpdateWithoutAssetInput; } });
         
     | 
| 
      
 1210 
     | 
    
         
            +
            var TradeUpdateWithoutUserInput_1 = require("./TradeUpdateWithoutUserInput");
         
     | 
| 
      
 1211 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpdateWithoutUserInput", { enumerable: true, get: function () { return TradeUpdateWithoutUserInput_1.TradeUpdateWithoutUserInput; } });
         
     | 
| 
      
 1212 
     | 
    
         
            +
            var TradeUpsertWithWhereUniqueWithoutAssetInput_1 = require("./TradeUpsertWithWhereUniqueWithoutAssetInput");
         
     | 
| 
      
 1213 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpsertWithWhereUniqueWithoutAssetInput", { enumerable: true, get: function () { return TradeUpsertWithWhereUniqueWithoutAssetInput_1.TradeUpsertWithWhereUniqueWithoutAssetInput; } });
         
     | 
| 
      
 1214 
     | 
    
         
            +
            var TradeUpsertWithWhereUniqueWithoutUserInput_1 = require("./TradeUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1215 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return TradeUpsertWithWhereUniqueWithoutUserInput_1.TradeUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1216 
     | 
    
         
            +
            var TradeWhereInput_1 = require("./TradeWhereInput");
         
     | 
| 
      
 1217 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeWhereInput", { enumerable: true, get: function () { return TradeWhereInput_1.TradeWhereInput; } });
         
     | 
| 
      
 1218 
     | 
    
         
            +
            var TradeWhereUniqueInput_1 = require("./TradeWhereUniqueInput");
         
     | 
| 
      
 1219 
     | 
    
         
            +
            Object.defineProperty(exports, "TradeWhereUniqueInput", { enumerable: true, get: function () { return TradeWhereUniqueInput_1.TradeWhereUniqueInput; } });
         
     | 
| 
      
 1220 
     | 
    
         
            +
            var UserAvgOrderByAggregateInput_1 = require("./UserAvgOrderByAggregateInput");
         
     | 
| 
      
 1221 
     | 
    
         
            +
            Object.defineProperty(exports, "UserAvgOrderByAggregateInput", { enumerable: true, get: function () { return UserAvgOrderByAggregateInput_1.UserAvgOrderByAggregateInput; } });
         
     | 
| 
      
 1222 
     | 
    
         
            +
            var UserCountOrderByAggregateInput_1 = require("./UserCountOrderByAggregateInput");
         
     | 
| 
      
 1223 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCountOrderByAggregateInput", { enumerable: true, get: function () { return UserCountOrderByAggregateInput_1.UserCountOrderByAggregateInput; } });
         
     | 
| 
      
 1224 
     | 
    
         
            +
            var UserCreateInput_1 = require("./UserCreateInput");
         
     | 
| 
      
 1225 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateInput", { enumerable: true, get: function () { return UserCreateInput_1.UserCreateInput; } });
         
     | 
| 
      
 1226 
     | 
    
         
            +
            var UserCreateManyCustomerInput_1 = require("./UserCreateManyCustomerInput");
         
     | 
| 
      
 1227 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateManyCustomerInput", { enumerable: true, get: function () { return UserCreateManyCustomerInput_1.UserCreateManyCustomerInput; } });
         
     | 
| 
      
 1228 
     | 
    
         
            +
            var UserCreateManyCustomerInputEnvelope_1 = require("./UserCreateManyCustomerInputEnvelope");
         
     | 
| 
      
 1229 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateManyCustomerInputEnvelope", { enumerable: true, get: function () { return UserCreateManyCustomerInputEnvelope_1.UserCreateManyCustomerInputEnvelope; } });
         
     | 
| 
      
 1230 
     | 
    
         
            +
            var UserCreateManyInput_1 = require("./UserCreateManyInput");
         
     | 
| 
      
 1231 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateManyInput", { enumerable: true, get: function () { return UserCreateManyInput_1.UserCreateManyInput; } });
         
     | 
| 
      
 1232 
     | 
    
         
            +
            var UserCreateNestedManyWithoutCustomerInput_1 = require("./UserCreateNestedManyWithoutCustomerInput");
         
     | 
| 
      
 1233 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedManyWithoutCustomerInput", { enumerable: true, get: function () { return UserCreateNestedManyWithoutCustomerInput_1.UserCreateNestedManyWithoutCustomerInput; } });
         
     | 
| 
      
 1234 
     | 
    
         
            +
            var UserCreateNestedOneWithoutAccountsInput_1 = require("./UserCreateNestedOneWithoutAccountsInput");
         
     | 
| 
      
 1235 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutAccountsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutAccountsInput_1.UserCreateNestedOneWithoutAccountsInput; } });
         
     | 
| 
      
 1236 
     | 
    
         
            +
            var UserCreateNestedOneWithoutAiRecommendationsInput_1 = require("./UserCreateNestedOneWithoutAiRecommendationsInput");
         
     | 
| 
      
 1237 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutAiRecommendationsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutAiRecommendationsInput_1.UserCreateNestedOneWithoutAiRecommendationsInput; } });
         
     | 
| 
      
 1238 
     | 
    
         
            +
            var UserCreateNestedOneWithoutAlertsInput_1 = require("./UserCreateNestedOneWithoutAlertsInput");
         
     | 
| 
      
 1239 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutAlertsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutAlertsInput_1.UserCreateNestedOneWithoutAlertsInput; } });
         
     | 
| 
      
 1240 
     | 
    
         
            +
            var UserCreateNestedOneWithoutAuthenticatorsInput_1 = require("./UserCreateNestedOneWithoutAuthenticatorsInput");
         
     | 
| 
      
 1241 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutAuthenticatorsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutAuthenticatorsInput_1.UserCreateNestedOneWithoutAuthenticatorsInput; } });
         
     | 
| 
      
 1242 
     | 
    
         
            +
            var UserCreateNestedOneWithoutHoldingsInput_1 = require("./UserCreateNestedOneWithoutHoldingsInput");
         
     | 
| 
      
 1243 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutHoldingsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutHoldingsInput_1.UserCreateNestedOneWithoutHoldingsInput; } });
         
     | 
| 
      
 1244 
     | 
    
         
            +
            var UserCreateNestedOneWithoutOrdersInput_1 = require("./UserCreateNestedOneWithoutOrdersInput");
         
     | 
| 
      
 1245 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutOrdersInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutOrdersInput_1.UserCreateNestedOneWithoutOrdersInput; } });
         
     | 
| 
      
 1246 
     | 
    
         
            +
            var UserCreateNestedOneWithoutRiskAllocationsInput_1 = require("./UserCreateNestedOneWithoutRiskAllocationsInput");
         
     | 
| 
      
 1247 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutRiskAllocationsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutRiskAllocationsInput_1.UserCreateNestedOneWithoutRiskAllocationsInput; } });
         
     | 
| 
      
 1248 
     | 
    
         
            +
            var UserCreateNestedOneWithoutSessionsInput_1 = require("./UserCreateNestedOneWithoutSessionsInput");
         
     | 
| 
      
 1249 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutSessionsInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutSessionsInput_1.UserCreateNestedOneWithoutSessionsInput; } });
         
     | 
| 
      
 1250 
     | 
    
         
            +
            var UserCreateNestedOneWithoutTradesInput_1 = require("./UserCreateNestedOneWithoutTradesInput");
         
     | 
| 
      
 1251 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutTradesInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutTradesInput_1.UserCreateNestedOneWithoutTradesInput; } });
         
     | 
| 
      
 1252 
     | 
    
         
            +
            var UserCreateNestedOneWithoutWorkspacesInput_1 = require("./UserCreateNestedOneWithoutWorkspacesInput");
         
     | 
| 
      
 1253 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateNestedOneWithoutWorkspacesInput", { enumerable: true, get: function () { return UserCreateNestedOneWithoutWorkspacesInput_1.UserCreateNestedOneWithoutWorkspacesInput; } });
         
     | 
| 
      
 1254 
     | 
    
         
            +
            var UserCreateOrConnectWithoutAccountsInput_1 = require("./UserCreateOrConnectWithoutAccountsInput");
         
     | 
| 
      
 1255 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutAccountsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutAccountsInput_1.UserCreateOrConnectWithoutAccountsInput; } });
         
     | 
| 
      
 1256 
     | 
    
         
            +
            var UserCreateOrConnectWithoutAiRecommendationsInput_1 = require("./UserCreateOrConnectWithoutAiRecommendationsInput");
         
     | 
| 
      
 1257 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutAiRecommendationsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutAiRecommendationsInput_1.UserCreateOrConnectWithoutAiRecommendationsInput; } });
         
     | 
| 
      
 1258 
     | 
    
         
            +
            var UserCreateOrConnectWithoutAlertsInput_1 = require("./UserCreateOrConnectWithoutAlertsInput");
         
     | 
| 
      
 1259 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutAlertsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutAlertsInput_1.UserCreateOrConnectWithoutAlertsInput; } });
         
     | 
| 
      
 1260 
     | 
    
         
            +
            var UserCreateOrConnectWithoutAuthenticatorsInput_1 = require("./UserCreateOrConnectWithoutAuthenticatorsInput");
         
     | 
| 
      
 1261 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutAuthenticatorsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutAuthenticatorsInput_1.UserCreateOrConnectWithoutAuthenticatorsInput; } });
         
     | 
| 
      
 1262 
     | 
    
         
            +
            var UserCreateOrConnectWithoutCustomerInput_1 = require("./UserCreateOrConnectWithoutCustomerInput");
         
     | 
| 
      
 1263 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutCustomerInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutCustomerInput_1.UserCreateOrConnectWithoutCustomerInput; } });
         
     | 
| 
      
 1264 
     | 
    
         
            +
            var UserCreateOrConnectWithoutHoldingsInput_1 = require("./UserCreateOrConnectWithoutHoldingsInput");
         
     | 
| 
      
 1265 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutHoldingsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutHoldingsInput_1.UserCreateOrConnectWithoutHoldingsInput; } });
         
     | 
| 
      
 1266 
     | 
    
         
            +
            var UserCreateOrConnectWithoutOrdersInput_1 = require("./UserCreateOrConnectWithoutOrdersInput");
         
     | 
| 
      
 1267 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutOrdersInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutOrdersInput_1.UserCreateOrConnectWithoutOrdersInput; } });
         
     | 
| 
      
 1268 
     | 
    
         
            +
            var UserCreateOrConnectWithoutRiskAllocationsInput_1 = require("./UserCreateOrConnectWithoutRiskAllocationsInput");
         
     | 
| 
      
 1269 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutRiskAllocationsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutRiskAllocationsInput_1.UserCreateOrConnectWithoutRiskAllocationsInput; } });
         
     | 
| 
      
 1270 
     | 
    
         
            +
            var UserCreateOrConnectWithoutSessionsInput_1 = require("./UserCreateOrConnectWithoutSessionsInput");
         
     | 
| 
      
 1271 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutSessionsInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutSessionsInput_1.UserCreateOrConnectWithoutSessionsInput; } });
         
     | 
| 
      
 1272 
     | 
    
         
            +
            var UserCreateOrConnectWithoutTradesInput_1 = require("./UserCreateOrConnectWithoutTradesInput");
         
     | 
| 
      
 1273 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutTradesInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutTradesInput_1.UserCreateOrConnectWithoutTradesInput; } });
         
     | 
| 
      
 1274 
     | 
    
         
            +
            var UserCreateOrConnectWithoutWorkspacesInput_1 = require("./UserCreateOrConnectWithoutWorkspacesInput");
         
     | 
| 
      
 1275 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateOrConnectWithoutWorkspacesInput", { enumerable: true, get: function () { return UserCreateOrConnectWithoutWorkspacesInput_1.UserCreateOrConnectWithoutWorkspacesInput; } });
         
     | 
| 
      
 1276 
     | 
    
         
            +
            var UserCreateWithoutAccountsInput_1 = require("./UserCreateWithoutAccountsInput");
         
     | 
| 
      
 1277 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutAccountsInput", { enumerable: true, get: function () { return UserCreateWithoutAccountsInput_1.UserCreateWithoutAccountsInput; } });
         
     | 
| 
      
 1278 
     | 
    
         
            +
            var UserCreateWithoutAiRecommendationsInput_1 = require("./UserCreateWithoutAiRecommendationsInput");
         
     | 
| 
      
 1279 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutAiRecommendationsInput", { enumerable: true, get: function () { return UserCreateWithoutAiRecommendationsInput_1.UserCreateWithoutAiRecommendationsInput; } });
         
     | 
| 
      
 1280 
     | 
    
         
            +
            var UserCreateWithoutAlertsInput_1 = require("./UserCreateWithoutAlertsInput");
         
     | 
| 
      
 1281 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutAlertsInput", { enumerable: true, get: function () { return UserCreateWithoutAlertsInput_1.UserCreateWithoutAlertsInput; } });
         
     | 
| 
      
 1282 
     | 
    
         
            +
            var UserCreateWithoutAuthenticatorsInput_1 = require("./UserCreateWithoutAuthenticatorsInput");
         
     | 
| 
      
 1283 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutAuthenticatorsInput", { enumerable: true, get: function () { return UserCreateWithoutAuthenticatorsInput_1.UserCreateWithoutAuthenticatorsInput; } });
         
     | 
| 
      
 1284 
     | 
    
         
            +
            var UserCreateWithoutCustomerInput_1 = require("./UserCreateWithoutCustomerInput");
         
     | 
| 
      
 1285 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutCustomerInput", { enumerable: true, get: function () { return UserCreateWithoutCustomerInput_1.UserCreateWithoutCustomerInput; } });
         
     | 
| 
      
 1286 
     | 
    
         
            +
            var UserCreateWithoutHoldingsInput_1 = require("./UserCreateWithoutHoldingsInput");
         
     | 
| 
      
 1287 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutHoldingsInput", { enumerable: true, get: function () { return UserCreateWithoutHoldingsInput_1.UserCreateWithoutHoldingsInput; } });
         
     | 
| 
      
 1288 
     | 
    
         
            +
            var UserCreateWithoutOrdersInput_1 = require("./UserCreateWithoutOrdersInput");
         
     | 
| 
      
 1289 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutOrdersInput", { enumerable: true, get: function () { return UserCreateWithoutOrdersInput_1.UserCreateWithoutOrdersInput; } });
         
     | 
| 
      
 1290 
     | 
    
         
            +
            var UserCreateWithoutRiskAllocationsInput_1 = require("./UserCreateWithoutRiskAllocationsInput");
         
     | 
| 
      
 1291 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutRiskAllocationsInput", { enumerable: true, get: function () { return UserCreateWithoutRiskAllocationsInput_1.UserCreateWithoutRiskAllocationsInput; } });
         
     | 
| 
      
 1292 
     | 
    
         
            +
            var UserCreateWithoutSessionsInput_1 = require("./UserCreateWithoutSessionsInput");
         
     | 
| 
      
 1293 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutSessionsInput", { enumerable: true, get: function () { return UserCreateWithoutSessionsInput_1.UserCreateWithoutSessionsInput; } });
         
     | 
| 
      
 1294 
     | 
    
         
            +
            var UserCreateWithoutTradesInput_1 = require("./UserCreateWithoutTradesInput");
         
     | 
| 
      
 1295 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutTradesInput", { enumerable: true, get: function () { return UserCreateWithoutTradesInput_1.UserCreateWithoutTradesInput; } });
         
     | 
| 
      
 1296 
     | 
    
         
            +
            var UserCreateWithoutWorkspacesInput_1 = require("./UserCreateWithoutWorkspacesInput");
         
     | 
| 
      
 1297 
     | 
    
         
            +
            Object.defineProperty(exports, "UserCreateWithoutWorkspacesInput", { enumerable: true, get: function () { return UserCreateWithoutWorkspacesInput_1.UserCreateWithoutWorkspacesInput; } });
         
     | 
| 
      
 1298 
     | 
    
         
            +
            var UserListRelationFilter_1 = require("./UserListRelationFilter");
         
     | 
| 
      
 1299 
     | 
    
         
            +
            Object.defineProperty(exports, "UserListRelationFilter", { enumerable: true, get: function () { return UserListRelationFilter_1.UserListRelationFilter; } });
         
     | 
| 
      
 1300 
     | 
    
         
            +
            var UserMaxOrderByAggregateInput_1 = require("./UserMaxOrderByAggregateInput");
         
     | 
| 
      
 1301 
     | 
    
         
            +
            Object.defineProperty(exports, "UserMaxOrderByAggregateInput", { enumerable: true, get: function () { return UserMaxOrderByAggregateInput_1.UserMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1302 
     | 
    
         
            +
            var UserMinOrderByAggregateInput_1 = require("./UserMinOrderByAggregateInput");
         
     | 
| 
      
 1303 
     | 
    
         
            +
            Object.defineProperty(exports, "UserMinOrderByAggregateInput", { enumerable: true, get: function () { return UserMinOrderByAggregateInput_1.UserMinOrderByAggregateInput; } });
         
     | 
| 
      
 1304 
     | 
    
         
            +
            var UserOrderByRelationAggregateInput_1 = require("./UserOrderByRelationAggregateInput");
         
     | 
| 
      
 1305 
     | 
    
         
            +
            Object.defineProperty(exports, "UserOrderByRelationAggregateInput", { enumerable: true, get: function () { return UserOrderByRelationAggregateInput_1.UserOrderByRelationAggregateInput; } });
         
     | 
| 
      
 1306 
     | 
    
         
            +
            var UserOrderByWithAggregationInput_1 = require("./UserOrderByWithAggregationInput");
         
     | 
| 
      
 1307 
     | 
    
         
            +
            Object.defineProperty(exports, "UserOrderByWithAggregationInput", { enumerable: true, get: function () { return UserOrderByWithAggregationInput_1.UserOrderByWithAggregationInput; } });
         
     | 
| 
      
 1308 
     | 
    
         
            +
            var UserOrderByWithRelationInput_1 = require("./UserOrderByWithRelationInput");
         
     | 
| 
      
 1309 
     | 
    
         
            +
            Object.defineProperty(exports, "UserOrderByWithRelationInput", { enumerable: true, get: function () { return UserOrderByWithRelationInput_1.UserOrderByWithRelationInput; } });
         
     | 
| 
      
 1310 
     | 
    
         
            +
            var UserRelationFilter_1 = require("./UserRelationFilter");
         
     | 
| 
      
 1311 
     | 
    
         
            +
            Object.defineProperty(exports, "UserRelationFilter", { enumerable: true, get: function () { return UserRelationFilter_1.UserRelationFilter; } });
         
     | 
| 
      
 1312 
     | 
    
         
            +
            var UserScalarWhereInput_1 = require("./UserScalarWhereInput");
         
     | 
| 
      
 1313 
     | 
    
         
            +
            Object.defineProperty(exports, "UserScalarWhereInput", { enumerable: true, get: function () { return UserScalarWhereInput_1.UserScalarWhereInput; } });
         
     | 
| 
      
 1314 
     | 
    
         
            +
            var UserScalarWhereWithAggregatesInput_1 = require("./UserScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1315 
     | 
    
         
            +
            Object.defineProperty(exports, "UserScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return UserScalarWhereWithAggregatesInput_1.UserScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1316 
     | 
    
         
            +
            var UserSumOrderByAggregateInput_1 = require("./UserSumOrderByAggregateInput");
         
     | 
| 
      
 1317 
     | 
    
         
            +
            Object.defineProperty(exports, "UserSumOrderByAggregateInput", { enumerable: true, get: function () { return UserSumOrderByAggregateInput_1.UserSumOrderByAggregateInput; } });
         
     | 
| 
      
 1318 
     | 
    
         
            +
            var UserUpdateInput_1 = require("./UserUpdateInput");
         
     | 
| 
      
 1319 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateInput", { enumerable: true, get: function () { return UserUpdateInput_1.UserUpdateInput; } });
         
     | 
| 
      
 1320 
     | 
    
         
            +
            var UserUpdateManyMutationInput_1 = require("./UserUpdateManyMutationInput");
         
     | 
| 
      
 1321 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateManyMutationInput", { enumerable: true, get: function () { return UserUpdateManyMutationInput_1.UserUpdateManyMutationInput; } });
         
     | 
| 
      
 1322 
     | 
    
         
            +
            var UserUpdateManyWithWhereWithoutCustomerInput_1 = require("./UserUpdateManyWithWhereWithoutCustomerInput");
         
     | 
| 
      
 1323 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateManyWithWhereWithoutCustomerInput", { enumerable: true, get: function () { return UserUpdateManyWithWhereWithoutCustomerInput_1.UserUpdateManyWithWhereWithoutCustomerInput; } });
         
     | 
| 
      
 1324 
     | 
    
         
            +
            var UserUpdateManyWithoutCustomerNestedInput_1 = require("./UserUpdateManyWithoutCustomerNestedInput");
         
     | 
| 
      
 1325 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateManyWithoutCustomerNestedInput", { enumerable: true, get: function () { return UserUpdateManyWithoutCustomerNestedInput_1.UserUpdateManyWithoutCustomerNestedInput; } });
         
     | 
| 
      
 1326 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutAccountsNestedInput_1 = require("./UserUpdateOneRequiredWithoutAccountsNestedInput");
         
     | 
| 
      
 1327 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutAccountsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutAccountsNestedInput_1.UserUpdateOneRequiredWithoutAccountsNestedInput; } });
         
     | 
| 
      
 1328 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutAiRecommendationsNestedInput_1 = require("./UserUpdateOneRequiredWithoutAiRecommendationsNestedInput");
         
     | 
| 
      
 1329 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutAiRecommendationsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutAiRecommendationsNestedInput_1.UserUpdateOneRequiredWithoutAiRecommendationsNestedInput; } });
         
     | 
| 
      
 1330 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutAlertsNestedInput_1 = require("./UserUpdateOneRequiredWithoutAlertsNestedInput");
         
     | 
| 
      
 1331 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutAlertsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutAlertsNestedInput_1.UserUpdateOneRequiredWithoutAlertsNestedInput; } });
         
     | 
| 
      
 1332 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutAuthenticatorsNestedInput_1 = require("./UserUpdateOneRequiredWithoutAuthenticatorsNestedInput");
         
     | 
| 
      
 1333 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutAuthenticatorsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutAuthenticatorsNestedInput_1.UserUpdateOneRequiredWithoutAuthenticatorsNestedInput; } });
         
     | 
| 
      
 1334 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutHoldingsNestedInput_1 = require("./UserUpdateOneRequiredWithoutHoldingsNestedInput");
         
     | 
| 
      
 1335 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutHoldingsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutHoldingsNestedInput_1.UserUpdateOneRequiredWithoutHoldingsNestedInput; } });
         
     | 
| 
      
 1336 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutOrdersNestedInput_1 = require("./UserUpdateOneRequiredWithoutOrdersNestedInput");
         
     | 
| 
      
 1337 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutOrdersNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutOrdersNestedInput_1.UserUpdateOneRequiredWithoutOrdersNestedInput; } });
         
     | 
| 
      
 1338 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutRiskAllocationsNestedInput_1 = require("./UserUpdateOneRequiredWithoutRiskAllocationsNestedInput");
         
     | 
| 
      
 1339 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutRiskAllocationsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutRiskAllocationsNestedInput_1.UserUpdateOneRequiredWithoutRiskAllocationsNestedInput; } });
         
     | 
| 
      
 1340 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutSessionsNestedInput_1 = require("./UserUpdateOneRequiredWithoutSessionsNestedInput");
         
     | 
| 
      
 1341 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutSessionsNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutSessionsNestedInput_1.UserUpdateOneRequiredWithoutSessionsNestedInput; } });
         
     | 
| 
      
 1342 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutTradesNestedInput_1 = require("./UserUpdateOneRequiredWithoutTradesNestedInput");
         
     | 
| 
      
 1343 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutTradesNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutTradesNestedInput_1.UserUpdateOneRequiredWithoutTradesNestedInput; } });
         
     | 
| 
      
 1344 
     | 
    
         
            +
            var UserUpdateOneRequiredWithoutWorkspacesNestedInput_1 = require("./UserUpdateOneRequiredWithoutWorkspacesNestedInput");
         
     | 
| 
      
 1345 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateOneRequiredWithoutWorkspacesNestedInput", { enumerable: true, get: function () { return UserUpdateOneRequiredWithoutWorkspacesNestedInput_1.UserUpdateOneRequiredWithoutWorkspacesNestedInput; } });
         
     | 
| 
      
 1346 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutAccountsInput_1 = require("./UserUpdateToOneWithWhereWithoutAccountsInput");
         
     | 
| 
      
 1347 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutAccountsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutAccountsInput_1.UserUpdateToOneWithWhereWithoutAccountsInput; } });
         
     | 
| 
      
 1348 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutAiRecommendationsInput_1 = require("./UserUpdateToOneWithWhereWithoutAiRecommendationsInput");
         
     | 
| 
      
 1349 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutAiRecommendationsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutAiRecommendationsInput_1.UserUpdateToOneWithWhereWithoutAiRecommendationsInput; } });
         
     | 
| 
      
 1350 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutAlertsInput_1 = require("./UserUpdateToOneWithWhereWithoutAlertsInput");
         
     | 
| 
      
 1351 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutAlertsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutAlertsInput_1.UserUpdateToOneWithWhereWithoutAlertsInput; } });
         
     | 
| 
      
 1352 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutAuthenticatorsInput_1 = require("./UserUpdateToOneWithWhereWithoutAuthenticatorsInput");
         
     | 
| 
      
 1353 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutAuthenticatorsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutAuthenticatorsInput_1.UserUpdateToOneWithWhereWithoutAuthenticatorsInput; } });
         
     | 
| 
      
 1354 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutHoldingsInput_1 = require("./UserUpdateToOneWithWhereWithoutHoldingsInput");
         
     | 
| 
      
 1355 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutHoldingsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutHoldingsInput_1.UserUpdateToOneWithWhereWithoutHoldingsInput; } });
         
     | 
| 
      
 1356 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutOrdersInput_1 = require("./UserUpdateToOneWithWhereWithoutOrdersInput");
         
     | 
| 
      
 1357 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutOrdersInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutOrdersInput_1.UserUpdateToOneWithWhereWithoutOrdersInput; } });
         
     | 
| 
      
 1358 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutRiskAllocationsInput_1 = require("./UserUpdateToOneWithWhereWithoutRiskAllocationsInput");
         
     | 
| 
      
 1359 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutRiskAllocationsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutRiskAllocationsInput_1.UserUpdateToOneWithWhereWithoutRiskAllocationsInput; } });
         
     | 
| 
      
 1360 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutSessionsInput_1 = require("./UserUpdateToOneWithWhereWithoutSessionsInput");
         
     | 
| 
      
 1361 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutSessionsInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutSessionsInput_1.UserUpdateToOneWithWhereWithoutSessionsInput; } });
         
     | 
| 
      
 1362 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutTradesInput_1 = require("./UserUpdateToOneWithWhereWithoutTradesInput");
         
     | 
| 
      
 1363 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutTradesInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutTradesInput_1.UserUpdateToOneWithWhereWithoutTradesInput; } });
         
     | 
| 
      
 1364 
     | 
    
         
            +
            var UserUpdateToOneWithWhereWithoutWorkspacesInput_1 = require("./UserUpdateToOneWithWhereWithoutWorkspacesInput");
         
     | 
| 
      
 1365 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateToOneWithWhereWithoutWorkspacesInput", { enumerable: true, get: function () { return UserUpdateToOneWithWhereWithoutWorkspacesInput_1.UserUpdateToOneWithWhereWithoutWorkspacesInput; } });
         
     | 
| 
      
 1366 
     | 
    
         
            +
            var UserUpdateWithWhereUniqueWithoutCustomerInput_1 = require("./UserUpdateWithWhereUniqueWithoutCustomerInput");
         
     | 
| 
      
 1367 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithWhereUniqueWithoutCustomerInput", { enumerable: true, get: function () { return UserUpdateWithWhereUniqueWithoutCustomerInput_1.UserUpdateWithWhereUniqueWithoutCustomerInput; } });
         
     | 
| 
      
 1368 
     | 
    
         
            +
            var UserUpdateWithoutAccountsInput_1 = require("./UserUpdateWithoutAccountsInput");
         
     | 
| 
      
 1369 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutAccountsInput", { enumerable: true, get: function () { return UserUpdateWithoutAccountsInput_1.UserUpdateWithoutAccountsInput; } });
         
     | 
| 
      
 1370 
     | 
    
         
            +
            var UserUpdateWithoutAiRecommendationsInput_1 = require("./UserUpdateWithoutAiRecommendationsInput");
         
     | 
| 
      
 1371 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutAiRecommendationsInput", { enumerable: true, get: function () { return UserUpdateWithoutAiRecommendationsInput_1.UserUpdateWithoutAiRecommendationsInput; } });
         
     | 
| 
      
 1372 
     | 
    
         
            +
            var UserUpdateWithoutAlertsInput_1 = require("./UserUpdateWithoutAlertsInput");
         
     | 
| 
      
 1373 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutAlertsInput", { enumerable: true, get: function () { return UserUpdateWithoutAlertsInput_1.UserUpdateWithoutAlertsInput; } });
         
     | 
| 
      
 1374 
     | 
    
         
            +
            var UserUpdateWithoutAuthenticatorsInput_1 = require("./UserUpdateWithoutAuthenticatorsInput");
         
     | 
| 
      
 1375 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutAuthenticatorsInput", { enumerable: true, get: function () { return UserUpdateWithoutAuthenticatorsInput_1.UserUpdateWithoutAuthenticatorsInput; } });
         
     | 
| 
      
 1376 
     | 
    
         
            +
            var UserUpdateWithoutCustomerInput_1 = require("./UserUpdateWithoutCustomerInput");
         
     | 
| 
      
 1377 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutCustomerInput", { enumerable: true, get: function () { return UserUpdateWithoutCustomerInput_1.UserUpdateWithoutCustomerInput; } });
         
     | 
| 
      
 1378 
     | 
    
         
            +
            var UserUpdateWithoutHoldingsInput_1 = require("./UserUpdateWithoutHoldingsInput");
         
     | 
| 
      
 1379 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutHoldingsInput", { enumerable: true, get: function () { return UserUpdateWithoutHoldingsInput_1.UserUpdateWithoutHoldingsInput; } });
         
     | 
| 
      
 1380 
     | 
    
         
            +
            var UserUpdateWithoutOrdersInput_1 = require("./UserUpdateWithoutOrdersInput");
         
     | 
| 
      
 1381 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutOrdersInput", { enumerable: true, get: function () { return UserUpdateWithoutOrdersInput_1.UserUpdateWithoutOrdersInput; } });
         
     | 
| 
      
 1382 
     | 
    
         
            +
            var UserUpdateWithoutRiskAllocationsInput_1 = require("./UserUpdateWithoutRiskAllocationsInput");
         
     | 
| 
      
 1383 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutRiskAllocationsInput", { enumerable: true, get: function () { return UserUpdateWithoutRiskAllocationsInput_1.UserUpdateWithoutRiskAllocationsInput; } });
         
     | 
| 
      
 1384 
     | 
    
         
            +
            var UserUpdateWithoutSessionsInput_1 = require("./UserUpdateWithoutSessionsInput");
         
     | 
| 
      
 1385 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutSessionsInput", { enumerable: true, get: function () { return UserUpdateWithoutSessionsInput_1.UserUpdateWithoutSessionsInput; } });
         
     | 
| 
      
 1386 
     | 
    
         
            +
            var UserUpdateWithoutTradesInput_1 = require("./UserUpdateWithoutTradesInput");
         
     | 
| 
      
 1387 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutTradesInput", { enumerable: true, get: function () { return UserUpdateWithoutTradesInput_1.UserUpdateWithoutTradesInput; } });
         
     | 
| 
      
 1388 
     | 
    
         
            +
            var UserUpdateWithoutWorkspacesInput_1 = require("./UserUpdateWithoutWorkspacesInput");
         
     | 
| 
      
 1389 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpdateWithoutWorkspacesInput", { enumerable: true, get: function () { return UserUpdateWithoutWorkspacesInput_1.UserUpdateWithoutWorkspacesInput; } });
         
     | 
| 
      
 1390 
     | 
    
         
            +
            var UserUpsertWithWhereUniqueWithoutCustomerInput_1 = require("./UserUpsertWithWhereUniqueWithoutCustomerInput");
         
     | 
| 
      
 1391 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithWhereUniqueWithoutCustomerInput", { enumerable: true, get: function () { return UserUpsertWithWhereUniqueWithoutCustomerInput_1.UserUpsertWithWhereUniqueWithoutCustomerInput; } });
         
     | 
| 
      
 1392 
     | 
    
         
            +
            var UserUpsertWithoutAccountsInput_1 = require("./UserUpsertWithoutAccountsInput");
         
     | 
| 
      
 1393 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutAccountsInput", { enumerable: true, get: function () { return UserUpsertWithoutAccountsInput_1.UserUpsertWithoutAccountsInput; } });
         
     | 
| 
      
 1394 
     | 
    
         
            +
            var UserUpsertWithoutAiRecommendationsInput_1 = require("./UserUpsertWithoutAiRecommendationsInput");
         
     | 
| 
      
 1395 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutAiRecommendationsInput", { enumerable: true, get: function () { return UserUpsertWithoutAiRecommendationsInput_1.UserUpsertWithoutAiRecommendationsInput; } });
         
     | 
| 
      
 1396 
     | 
    
         
            +
            var UserUpsertWithoutAlertsInput_1 = require("./UserUpsertWithoutAlertsInput");
         
     | 
| 
      
 1397 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutAlertsInput", { enumerable: true, get: function () { return UserUpsertWithoutAlertsInput_1.UserUpsertWithoutAlertsInput; } });
         
     | 
| 
      
 1398 
     | 
    
         
            +
            var UserUpsertWithoutAuthenticatorsInput_1 = require("./UserUpsertWithoutAuthenticatorsInput");
         
     | 
| 
      
 1399 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutAuthenticatorsInput", { enumerable: true, get: function () { return UserUpsertWithoutAuthenticatorsInput_1.UserUpsertWithoutAuthenticatorsInput; } });
         
     | 
| 
      
 1400 
     | 
    
         
            +
            var UserUpsertWithoutHoldingsInput_1 = require("./UserUpsertWithoutHoldingsInput");
         
     | 
| 
      
 1401 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutHoldingsInput", { enumerable: true, get: function () { return UserUpsertWithoutHoldingsInput_1.UserUpsertWithoutHoldingsInput; } });
         
     | 
| 
      
 1402 
     | 
    
         
            +
            var UserUpsertWithoutOrdersInput_1 = require("./UserUpsertWithoutOrdersInput");
         
     | 
| 
      
 1403 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutOrdersInput", { enumerable: true, get: function () { return UserUpsertWithoutOrdersInput_1.UserUpsertWithoutOrdersInput; } });
         
     | 
| 
      
 1404 
     | 
    
         
            +
            var UserUpsertWithoutRiskAllocationsInput_1 = require("./UserUpsertWithoutRiskAllocationsInput");
         
     | 
| 
      
 1405 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutRiskAllocationsInput", { enumerable: true, get: function () { return UserUpsertWithoutRiskAllocationsInput_1.UserUpsertWithoutRiskAllocationsInput; } });
         
     | 
| 
      
 1406 
     | 
    
         
            +
            var UserUpsertWithoutSessionsInput_1 = require("./UserUpsertWithoutSessionsInput");
         
     | 
| 
      
 1407 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutSessionsInput", { enumerable: true, get: function () { return UserUpsertWithoutSessionsInput_1.UserUpsertWithoutSessionsInput; } });
         
     | 
| 
      
 1408 
     | 
    
         
            +
            var UserUpsertWithoutTradesInput_1 = require("./UserUpsertWithoutTradesInput");
         
     | 
| 
      
 1409 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutTradesInput", { enumerable: true, get: function () { return UserUpsertWithoutTradesInput_1.UserUpsertWithoutTradesInput; } });
         
     | 
| 
      
 1410 
     | 
    
         
            +
            var UserUpsertWithoutWorkspacesInput_1 = require("./UserUpsertWithoutWorkspacesInput");
         
     | 
| 
      
 1411 
     | 
    
         
            +
            Object.defineProperty(exports, "UserUpsertWithoutWorkspacesInput", { enumerable: true, get: function () { return UserUpsertWithoutWorkspacesInput_1.UserUpsertWithoutWorkspacesInput; } });
         
     | 
| 
      
 1412 
     | 
    
         
            +
            var UserWhereInput_1 = require("./UserWhereInput");
         
     | 
| 
      
 1413 
     | 
    
         
            +
            Object.defineProperty(exports, "UserWhereInput", { enumerable: true, get: function () { return UserWhereInput_1.UserWhereInput; } });
         
     | 
| 
      
 1414 
     | 
    
         
            +
            var UserWhereUniqueInput_1 = require("./UserWhereUniqueInput");
         
     | 
| 
      
 1415 
     | 
    
         
            +
            Object.defineProperty(exports, "UserWhereUniqueInput", { enumerable: true, get: function () { return UserWhereUniqueInput_1.UserWhereUniqueInput; } });
         
     | 
| 
      
 1416 
     | 
    
         
            +
            var UuidFilter_1 = require("./UuidFilter");
         
     | 
| 
      
 1417 
     | 
    
         
            +
            Object.defineProperty(exports, "UuidFilter", { enumerable: true, get: function () { return UuidFilter_1.UuidFilter; } });
         
     | 
| 
      
 1418 
     | 
    
         
            +
            var UuidNullableFilter_1 = require("./UuidNullableFilter");
         
     | 
| 
      
 1419 
     | 
    
         
            +
            Object.defineProperty(exports, "UuidNullableFilter", { enumerable: true, get: function () { return UuidNullableFilter_1.UuidNullableFilter; } });
         
     | 
| 
      
 1420 
     | 
    
         
            +
            var UuidNullableWithAggregatesFilter_1 = require("./UuidNullableWithAggregatesFilter");
         
     | 
| 
      
 1421 
     | 
    
         
            +
            Object.defineProperty(exports, "UuidNullableWithAggregatesFilter", { enumerable: true, get: function () { return UuidNullableWithAggregatesFilter_1.UuidNullableWithAggregatesFilter; } });
         
     | 
| 
      
 1422 
     | 
    
         
            +
            var UuidWithAggregatesFilter_1 = require("./UuidWithAggregatesFilter");
         
     | 
| 
      
 1423 
     | 
    
         
            +
            Object.defineProperty(exports, "UuidWithAggregatesFilter", { enumerable: true, get: function () { return UuidWithAggregatesFilter_1.UuidWithAggregatesFilter; } });
         
     | 
| 
      
 1424 
     | 
    
         
            +
            var VerificationTokenCountOrderByAggregateInput_1 = require("./VerificationTokenCountOrderByAggregateInput");
         
     | 
| 
      
 1425 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenCountOrderByAggregateInput", { enumerable: true, get: function () { return VerificationTokenCountOrderByAggregateInput_1.VerificationTokenCountOrderByAggregateInput; } });
         
     | 
| 
      
 1426 
     | 
    
         
            +
            var VerificationTokenCreateInput_1 = require("./VerificationTokenCreateInput");
         
     | 
| 
      
 1427 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenCreateInput", { enumerable: true, get: function () { return VerificationTokenCreateInput_1.VerificationTokenCreateInput; } });
         
     | 
| 
      
 1428 
     | 
    
         
            +
            var VerificationTokenCreateManyInput_1 = require("./VerificationTokenCreateManyInput");
         
     | 
| 
      
 1429 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenCreateManyInput", { enumerable: true, get: function () { return VerificationTokenCreateManyInput_1.VerificationTokenCreateManyInput; } });
         
     | 
| 
      
 1430 
     | 
    
         
            +
            var VerificationTokenIdentifierTokenCompoundUniqueInput_1 = require("./VerificationTokenIdentifierTokenCompoundUniqueInput");
         
     | 
| 
      
 1431 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenIdentifierTokenCompoundUniqueInput", { enumerable: true, get: function () { return VerificationTokenIdentifierTokenCompoundUniqueInput_1.VerificationTokenIdentifierTokenCompoundUniqueInput; } });
         
     | 
| 
      
 1432 
     | 
    
         
            +
            var VerificationTokenMaxOrderByAggregateInput_1 = require("./VerificationTokenMaxOrderByAggregateInput");
         
     | 
| 
      
 1433 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenMaxOrderByAggregateInput", { enumerable: true, get: function () { return VerificationTokenMaxOrderByAggregateInput_1.VerificationTokenMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1434 
     | 
    
         
            +
            var VerificationTokenMinOrderByAggregateInput_1 = require("./VerificationTokenMinOrderByAggregateInput");
         
     | 
| 
      
 1435 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenMinOrderByAggregateInput", { enumerable: true, get: function () { return VerificationTokenMinOrderByAggregateInput_1.VerificationTokenMinOrderByAggregateInput; } });
         
     | 
| 
      
 1436 
     | 
    
         
            +
            var VerificationTokenOrderByWithAggregationInput_1 = require("./VerificationTokenOrderByWithAggregationInput");
         
     | 
| 
      
 1437 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenOrderByWithAggregationInput", { enumerable: true, get: function () { return VerificationTokenOrderByWithAggregationInput_1.VerificationTokenOrderByWithAggregationInput; } });
         
     | 
| 
      
 1438 
     | 
    
         
            +
            var VerificationTokenOrderByWithRelationInput_1 = require("./VerificationTokenOrderByWithRelationInput");
         
     | 
| 
      
 1439 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenOrderByWithRelationInput", { enumerable: true, get: function () { return VerificationTokenOrderByWithRelationInput_1.VerificationTokenOrderByWithRelationInput; } });
         
     | 
| 
      
 1440 
     | 
    
         
            +
            var VerificationTokenScalarWhereWithAggregatesInput_1 = require("./VerificationTokenScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1441 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return VerificationTokenScalarWhereWithAggregatesInput_1.VerificationTokenScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1442 
     | 
    
         
            +
            var VerificationTokenUpdateInput_1 = require("./VerificationTokenUpdateInput");
         
     | 
| 
      
 1443 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenUpdateInput", { enumerable: true, get: function () { return VerificationTokenUpdateInput_1.VerificationTokenUpdateInput; } });
         
     | 
| 
      
 1444 
     | 
    
         
            +
            var VerificationTokenUpdateManyMutationInput_1 = require("./VerificationTokenUpdateManyMutationInput");
         
     | 
| 
      
 1445 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenUpdateManyMutationInput", { enumerable: true, get: function () { return VerificationTokenUpdateManyMutationInput_1.VerificationTokenUpdateManyMutationInput; } });
         
     | 
| 
      
 1446 
     | 
    
         
            +
            var VerificationTokenWhereInput_1 = require("./VerificationTokenWhereInput");
         
     | 
| 
      
 1447 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenWhereInput", { enumerable: true, get: function () { return VerificationTokenWhereInput_1.VerificationTokenWhereInput; } });
         
     | 
| 
      
 1448 
     | 
    
         
            +
            var VerificationTokenWhereUniqueInput_1 = require("./VerificationTokenWhereUniqueInput");
         
     | 
| 
      
 1449 
     | 
    
         
            +
            Object.defineProperty(exports, "VerificationTokenWhereUniqueInput", { enumerable: true, get: function () { return VerificationTokenWhereUniqueInput_1.VerificationTokenWhereUniqueInput; } });
         
     | 
| 
      
 1450 
     | 
    
         
            +
            var WorkspaceAvgOrderByAggregateInput_1 = require("./WorkspaceAvgOrderByAggregateInput");
         
     | 
| 
      
 1451 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceAvgOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceAvgOrderByAggregateInput_1.WorkspaceAvgOrderByAggregateInput; } });
         
     | 
| 
      
 1452 
     | 
    
         
            +
            var WorkspaceCountOrderByAggregateInput_1 = require("./WorkspaceCountOrderByAggregateInput");
         
     | 
| 
      
 1453 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCountOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceCountOrderByAggregateInput_1.WorkspaceCountOrderByAggregateInput; } });
         
     | 
| 
      
 1454 
     | 
    
         
            +
            var WorkspaceCreateInput_1 = require("./WorkspaceCreateInput");
         
     | 
| 
      
 1455 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateInput", { enumerable: true, get: function () { return WorkspaceCreateInput_1.WorkspaceCreateInput; } });
         
     | 
| 
      
 1456 
     | 
    
         
            +
            var WorkspaceCreateManyCityInput_1 = require("./WorkspaceCreateManyCityInput");
         
     | 
| 
      
 1457 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyCityInput", { enumerable: true, get: function () { return WorkspaceCreateManyCityInput_1.WorkspaceCreateManyCityInput; } });
         
     | 
| 
      
 1458 
     | 
    
         
            +
            var WorkspaceCreateManyCityInputEnvelope_1 = require("./WorkspaceCreateManyCityInputEnvelope");
         
     | 
| 
      
 1459 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyCityInputEnvelope", { enumerable: true, get: function () { return WorkspaceCreateManyCityInputEnvelope_1.WorkspaceCreateManyCityInputEnvelope; } });
         
     | 
| 
      
 1460 
     | 
    
         
            +
            var WorkspaceCreateManyCountryInput_1 = require("./WorkspaceCreateManyCountryInput");
         
     | 
| 
      
 1461 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyCountryInput", { enumerable: true, get: function () { return WorkspaceCreateManyCountryInput_1.WorkspaceCreateManyCountryInput; } });
         
     | 
| 
      
 1462 
     | 
    
         
            +
            var WorkspaceCreateManyCountryInputEnvelope_1 = require("./WorkspaceCreateManyCountryInputEnvelope");
         
     | 
| 
      
 1463 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyCountryInputEnvelope", { enumerable: true, get: function () { return WorkspaceCreateManyCountryInputEnvelope_1.WorkspaceCreateManyCountryInputEnvelope; } });
         
     | 
| 
      
 1464 
     | 
    
         
            +
            var WorkspaceCreateManyInput_1 = require("./WorkspaceCreateManyInput");
         
     | 
| 
      
 1465 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyInput", { enumerable: true, get: function () { return WorkspaceCreateManyInput_1.WorkspaceCreateManyInput; } });
         
     | 
| 
      
 1466 
     | 
    
         
            +
            var WorkspaceCreateManyStateInput_1 = require("./WorkspaceCreateManyStateInput");
         
     | 
| 
      
 1467 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyStateInput", { enumerable: true, get: function () { return WorkspaceCreateManyStateInput_1.WorkspaceCreateManyStateInput; } });
         
     | 
| 
      
 1468 
     | 
    
         
            +
            var WorkspaceCreateManyStateInputEnvelope_1 = require("./WorkspaceCreateManyStateInputEnvelope");
         
     | 
| 
      
 1469 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateManyStateInputEnvelope", { enumerable: true, get: function () { return WorkspaceCreateManyStateInputEnvelope_1.WorkspaceCreateManyStateInputEnvelope; } });
         
     | 
| 
      
 1470 
     | 
    
         
            +
            var WorkspaceCreateNestedManyWithoutCityInput_1 = require("./WorkspaceCreateNestedManyWithoutCityInput");
         
     | 
| 
      
 1471 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateNestedManyWithoutCityInput", { enumerable: true, get: function () { return WorkspaceCreateNestedManyWithoutCityInput_1.WorkspaceCreateNestedManyWithoutCityInput; } });
         
     | 
| 
      
 1472 
     | 
    
         
            +
            var WorkspaceCreateNestedManyWithoutCountryInput_1 = require("./WorkspaceCreateNestedManyWithoutCountryInput");
         
     | 
| 
      
 1473 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateNestedManyWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceCreateNestedManyWithoutCountryInput_1.WorkspaceCreateNestedManyWithoutCountryInput; } });
         
     | 
| 
      
 1474 
     | 
    
         
            +
            var WorkspaceCreateNestedManyWithoutStateInput_1 = require("./WorkspaceCreateNestedManyWithoutStateInput");
         
     | 
| 
      
 1475 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateNestedManyWithoutStateInput", { enumerable: true, get: function () { return WorkspaceCreateNestedManyWithoutStateInput_1.WorkspaceCreateNestedManyWithoutStateInput; } });
         
     | 
| 
      
 1476 
     | 
    
         
            +
            var WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput_1 = require("./WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput");
         
     | 
| 
      
 1477 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput", { enumerable: true, get: function () { return WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput_1.WorkspaceCreateNestedOneWithoutEnvironmentVariablesInput; } });
         
     | 
| 
      
 1478 
     | 
    
         
            +
            var WorkspaceCreateNestedOneWithoutLocationsInput_1 = require("./WorkspaceCreateNestedOneWithoutLocationsInput");
         
     | 
| 
      
 1479 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateNestedOneWithoutLocationsInput", { enumerable: true, get: function () { return WorkspaceCreateNestedOneWithoutLocationsInput_1.WorkspaceCreateNestedOneWithoutLocationsInput; } });
         
     | 
| 
      
 1480 
     | 
    
         
            +
            var WorkspaceCreateNestedOneWithoutUsersInput_1 = require("./WorkspaceCreateNestedOneWithoutUsersInput");
         
     | 
| 
      
 1481 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateNestedOneWithoutUsersInput", { enumerable: true, get: function () { return WorkspaceCreateNestedOneWithoutUsersInput_1.WorkspaceCreateNestedOneWithoutUsersInput; } });
         
     | 
| 
      
 1482 
     | 
    
         
            +
            var WorkspaceCreateOrConnectWithoutCityInput_1 = require("./WorkspaceCreateOrConnectWithoutCityInput");
         
     | 
| 
      
 1483 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateOrConnectWithoutCityInput", { enumerable: true, get: function () { return WorkspaceCreateOrConnectWithoutCityInput_1.WorkspaceCreateOrConnectWithoutCityInput; } });
         
     | 
| 
      
 1484 
     | 
    
         
            +
            var WorkspaceCreateOrConnectWithoutCountryInput_1 = require("./WorkspaceCreateOrConnectWithoutCountryInput");
         
     | 
| 
      
 1485 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateOrConnectWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceCreateOrConnectWithoutCountryInput_1.WorkspaceCreateOrConnectWithoutCountryInput; } });
         
     | 
| 
      
 1486 
     | 
    
         
            +
            var WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput_1 = require("./WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput");
         
     | 
| 
      
 1487 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput", { enumerable: true, get: function () { return WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput_1.WorkspaceCreateOrConnectWithoutEnvironmentVariablesInput; } });
         
     | 
| 
      
 1488 
     | 
    
         
            +
            var WorkspaceCreateOrConnectWithoutLocationsInput_1 = require("./WorkspaceCreateOrConnectWithoutLocationsInput");
         
     | 
| 
      
 1489 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateOrConnectWithoutLocationsInput", { enumerable: true, get: function () { return WorkspaceCreateOrConnectWithoutLocationsInput_1.WorkspaceCreateOrConnectWithoutLocationsInput; } });
         
     | 
| 
      
 1490 
     | 
    
         
            +
            var WorkspaceCreateOrConnectWithoutStateInput_1 = require("./WorkspaceCreateOrConnectWithoutStateInput");
         
     | 
| 
      
 1491 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateOrConnectWithoutStateInput", { enumerable: true, get: function () { return WorkspaceCreateOrConnectWithoutStateInput_1.WorkspaceCreateOrConnectWithoutStateInput; } });
         
     | 
| 
      
 1492 
     | 
    
         
            +
            var WorkspaceCreateOrConnectWithoutUsersInput_1 = require("./WorkspaceCreateOrConnectWithoutUsersInput");
         
     | 
| 
      
 1493 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateOrConnectWithoutUsersInput", { enumerable: true, get: function () { return WorkspaceCreateOrConnectWithoutUsersInput_1.WorkspaceCreateOrConnectWithoutUsersInput; } });
         
     | 
| 
      
 1494 
     | 
    
         
            +
            var WorkspaceCreateWithoutCityInput_1 = require("./WorkspaceCreateWithoutCityInput");
         
     | 
| 
      
 1495 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateWithoutCityInput", { enumerable: true, get: function () { return WorkspaceCreateWithoutCityInput_1.WorkspaceCreateWithoutCityInput; } });
         
     | 
| 
      
 1496 
     | 
    
         
            +
            var WorkspaceCreateWithoutCountryInput_1 = require("./WorkspaceCreateWithoutCountryInput");
         
     | 
| 
      
 1497 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceCreateWithoutCountryInput_1.WorkspaceCreateWithoutCountryInput; } });
         
     | 
| 
      
 1498 
     | 
    
         
            +
            var WorkspaceCreateWithoutEnvironmentVariablesInput_1 = require("./WorkspaceCreateWithoutEnvironmentVariablesInput");
         
     | 
| 
      
 1499 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateWithoutEnvironmentVariablesInput", { enumerable: true, get: function () { return WorkspaceCreateWithoutEnvironmentVariablesInput_1.WorkspaceCreateWithoutEnvironmentVariablesInput; } });
         
     | 
| 
      
 1500 
     | 
    
         
            +
            var WorkspaceCreateWithoutLocationsInput_1 = require("./WorkspaceCreateWithoutLocationsInput");
         
     | 
| 
      
 1501 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateWithoutLocationsInput", { enumerable: true, get: function () { return WorkspaceCreateWithoutLocationsInput_1.WorkspaceCreateWithoutLocationsInput; } });
         
     | 
| 
      
 1502 
     | 
    
         
            +
            var WorkspaceCreateWithoutStateInput_1 = require("./WorkspaceCreateWithoutStateInput");
         
     | 
| 
      
 1503 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateWithoutStateInput", { enumerable: true, get: function () { return WorkspaceCreateWithoutStateInput_1.WorkspaceCreateWithoutStateInput; } });
         
     | 
| 
      
 1504 
     | 
    
         
            +
            var WorkspaceCreateWithoutUsersInput_1 = require("./WorkspaceCreateWithoutUsersInput");
         
     | 
| 
      
 1505 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateWithoutUsersInput", { enumerable: true, get: function () { return WorkspaceCreateWithoutUsersInput_1.WorkspaceCreateWithoutUsersInput; } });
         
     | 
| 
      
 1506 
     | 
    
         
            +
            var WorkspaceCreateareasOfFocusInput_1 = require("./WorkspaceCreateareasOfFocusInput");
         
     | 
| 
      
 1507 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreateareasOfFocusInput", { enumerable: true, get: function () { return WorkspaceCreateareasOfFocusInput_1.WorkspaceCreateareasOfFocusInput; } });
         
     | 
| 
      
 1508 
     | 
    
         
            +
            var WorkspaceCreatesameAsInput_1 = require("./WorkspaceCreatesameAsInput");
         
     | 
| 
      
 1509 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceCreatesameAsInput", { enumerable: true, get: function () { return WorkspaceCreatesameAsInput_1.WorkspaceCreatesameAsInput; } });
         
     | 
| 
      
 1510 
     | 
    
         
            +
            var WorkspaceListRelationFilter_1 = require("./WorkspaceListRelationFilter");
         
     | 
| 
      
 1511 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceListRelationFilter", { enumerable: true, get: function () { return WorkspaceListRelationFilter_1.WorkspaceListRelationFilter; } });
         
     | 
| 
      
 1512 
     | 
    
         
            +
            var WorkspaceMaxOrderByAggregateInput_1 = require("./WorkspaceMaxOrderByAggregateInput");
         
     | 
| 
      
 1513 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceMaxOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceMaxOrderByAggregateInput_1.WorkspaceMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1514 
     | 
    
         
            +
            var WorkspaceMinOrderByAggregateInput_1 = require("./WorkspaceMinOrderByAggregateInput");
         
     | 
| 
      
 1515 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceMinOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceMinOrderByAggregateInput_1.WorkspaceMinOrderByAggregateInput; } });
         
     | 
| 
      
 1516 
     | 
    
         
            +
            var WorkspaceNameSlugCompoundUniqueInput_1 = require("./WorkspaceNameSlugCompoundUniqueInput");
         
     | 
| 
      
 1517 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceNameSlugCompoundUniqueInput", { enumerable: true, get: function () { return WorkspaceNameSlugCompoundUniqueInput_1.WorkspaceNameSlugCompoundUniqueInput; } });
         
     | 
| 
      
 1518 
     | 
    
         
            +
            var WorkspaceNullableRelationFilter_1 = require("./WorkspaceNullableRelationFilter");
         
     | 
| 
      
 1519 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceNullableRelationFilter", { enumerable: true, get: function () { return WorkspaceNullableRelationFilter_1.WorkspaceNullableRelationFilter; } });
         
     | 
| 
      
 1520 
     | 
    
         
            +
            var WorkspaceOrderByRelationAggregateInput_1 = require("./WorkspaceOrderByRelationAggregateInput");
         
     | 
| 
      
 1521 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceOrderByRelationAggregateInput", { enumerable: true, get: function () { return WorkspaceOrderByRelationAggregateInput_1.WorkspaceOrderByRelationAggregateInput; } });
         
     | 
| 
      
 1522 
     | 
    
         
            +
            var WorkspaceOrderByWithAggregationInput_1 = require("./WorkspaceOrderByWithAggregationInput");
         
     | 
| 
      
 1523 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceOrderByWithAggregationInput", { enumerable: true, get: function () { return WorkspaceOrderByWithAggregationInput_1.WorkspaceOrderByWithAggregationInput; } });
         
     | 
| 
      
 1524 
     | 
    
         
            +
            var WorkspaceOrderByWithRelationInput_1 = require("./WorkspaceOrderByWithRelationInput");
         
     | 
| 
      
 1525 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceOrderByWithRelationInput", { enumerable: true, get: function () { return WorkspaceOrderByWithRelationInput_1.WorkspaceOrderByWithRelationInput; } });
         
     | 
| 
      
 1526 
     | 
    
         
            +
            var WorkspaceRelationFilter_1 = require("./WorkspaceRelationFilter");
         
     | 
| 
      
 1527 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceRelationFilter", { enumerable: true, get: function () { return WorkspaceRelationFilter_1.WorkspaceRelationFilter; } });
         
     | 
| 
      
 1528 
     | 
    
         
            +
            var WorkspaceScalarWhereInput_1 = require("./WorkspaceScalarWhereInput");
         
     | 
| 
      
 1529 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceScalarWhereInput", { enumerable: true, get: function () { return WorkspaceScalarWhereInput_1.WorkspaceScalarWhereInput; } });
         
     | 
| 
      
 1530 
     | 
    
         
            +
            var WorkspaceScalarWhereWithAggregatesInput_1 = require("./WorkspaceScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1531 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return WorkspaceScalarWhereWithAggregatesInput_1.WorkspaceScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1532 
     | 
    
         
            +
            var WorkspaceSumOrderByAggregateInput_1 = require("./WorkspaceSumOrderByAggregateInput");
         
     | 
| 
      
 1533 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceSumOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceSumOrderByAggregateInput_1.WorkspaceSumOrderByAggregateInput; } });
         
     | 
| 
      
 1534 
     | 
    
         
            +
            var WorkspaceUpdateInput_1 = require("./WorkspaceUpdateInput");
         
     | 
| 
      
 1535 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateInput", { enumerable: true, get: function () { return WorkspaceUpdateInput_1.WorkspaceUpdateInput; } });
         
     | 
| 
      
 1536 
     | 
    
         
            +
            var WorkspaceUpdateManyMutationInput_1 = require("./WorkspaceUpdateManyMutationInput");
         
     | 
| 
      
 1537 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyMutationInput", { enumerable: true, get: function () { return WorkspaceUpdateManyMutationInput_1.WorkspaceUpdateManyMutationInput; } });
         
     | 
| 
      
 1538 
     | 
    
         
            +
            var WorkspaceUpdateManyWithWhereWithoutCityInput_1 = require("./WorkspaceUpdateManyWithWhereWithoutCityInput");
         
     | 
| 
      
 1539 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyWithWhereWithoutCityInput", { enumerable: true, get: function () { return WorkspaceUpdateManyWithWhereWithoutCityInput_1.WorkspaceUpdateManyWithWhereWithoutCityInput; } });
         
     | 
| 
      
 1540 
     | 
    
         
            +
            var WorkspaceUpdateManyWithWhereWithoutCountryInput_1 = require("./WorkspaceUpdateManyWithWhereWithoutCountryInput");
         
     | 
| 
      
 1541 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyWithWhereWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceUpdateManyWithWhereWithoutCountryInput_1.WorkspaceUpdateManyWithWhereWithoutCountryInput; } });
         
     | 
| 
      
 1542 
     | 
    
         
            +
            var WorkspaceUpdateManyWithWhereWithoutStateInput_1 = require("./WorkspaceUpdateManyWithWhereWithoutStateInput");
         
     | 
| 
      
 1543 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyWithWhereWithoutStateInput", { enumerable: true, get: function () { return WorkspaceUpdateManyWithWhereWithoutStateInput_1.WorkspaceUpdateManyWithWhereWithoutStateInput; } });
         
     | 
| 
      
 1544 
     | 
    
         
            +
            var WorkspaceUpdateManyWithoutCityNestedInput_1 = require("./WorkspaceUpdateManyWithoutCityNestedInput");
         
     | 
| 
      
 1545 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyWithoutCityNestedInput", { enumerable: true, get: function () { return WorkspaceUpdateManyWithoutCityNestedInput_1.WorkspaceUpdateManyWithoutCityNestedInput; } });
         
     | 
| 
      
 1546 
     | 
    
         
            +
            var WorkspaceUpdateManyWithoutCountryNestedInput_1 = require("./WorkspaceUpdateManyWithoutCountryNestedInput");
         
     | 
| 
      
 1547 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyWithoutCountryNestedInput", { enumerable: true, get: function () { return WorkspaceUpdateManyWithoutCountryNestedInput_1.WorkspaceUpdateManyWithoutCountryNestedInput; } });
         
     | 
| 
      
 1548 
     | 
    
         
            +
            var WorkspaceUpdateManyWithoutStateNestedInput_1 = require("./WorkspaceUpdateManyWithoutStateNestedInput");
         
     | 
| 
      
 1549 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateManyWithoutStateNestedInput", { enumerable: true, get: function () { return WorkspaceUpdateManyWithoutStateNestedInput_1.WorkspaceUpdateManyWithoutStateNestedInput; } });
         
     | 
| 
      
 1550 
     | 
    
         
            +
            var WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput_1 = require("./WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput");
         
     | 
| 
      
 1551 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput", { enumerable: true, get: function () { return WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput_1.WorkspaceUpdateOneRequiredWithoutEnvironmentVariablesNestedInput; } });
         
     | 
| 
      
 1552 
     | 
    
         
            +
            var WorkspaceUpdateOneRequiredWithoutUsersNestedInput_1 = require("./WorkspaceUpdateOneRequiredWithoutUsersNestedInput");
         
     | 
| 
      
 1553 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateOneRequiredWithoutUsersNestedInput", { enumerable: true, get: function () { return WorkspaceUpdateOneRequiredWithoutUsersNestedInput_1.WorkspaceUpdateOneRequiredWithoutUsersNestedInput; } });
         
     | 
| 
      
 1554 
     | 
    
         
            +
            var WorkspaceUpdateOneWithoutLocationsNestedInput_1 = require("./WorkspaceUpdateOneWithoutLocationsNestedInput");
         
     | 
| 
      
 1555 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateOneWithoutLocationsNestedInput", { enumerable: true, get: function () { return WorkspaceUpdateOneWithoutLocationsNestedInput_1.WorkspaceUpdateOneWithoutLocationsNestedInput; } });
         
     | 
| 
      
 1556 
     | 
    
         
            +
            var WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput_1 = require("./WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput");
         
     | 
| 
      
 1557 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput", { enumerable: true, get: function () { return WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput_1.WorkspaceUpdateToOneWithWhereWithoutEnvironmentVariablesInput; } });
         
     | 
| 
      
 1558 
     | 
    
         
            +
            var WorkspaceUpdateToOneWithWhereWithoutLocationsInput_1 = require("./WorkspaceUpdateToOneWithWhereWithoutLocationsInput");
         
     | 
| 
      
 1559 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateToOneWithWhereWithoutLocationsInput", { enumerable: true, get: function () { return WorkspaceUpdateToOneWithWhereWithoutLocationsInput_1.WorkspaceUpdateToOneWithWhereWithoutLocationsInput; } });
         
     | 
| 
      
 1560 
     | 
    
         
            +
            var WorkspaceUpdateToOneWithWhereWithoutUsersInput_1 = require("./WorkspaceUpdateToOneWithWhereWithoutUsersInput");
         
     | 
| 
      
 1561 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateToOneWithWhereWithoutUsersInput", { enumerable: true, get: function () { return WorkspaceUpdateToOneWithWhereWithoutUsersInput_1.WorkspaceUpdateToOneWithWhereWithoutUsersInput; } });
         
     | 
| 
      
 1562 
     | 
    
         
            +
            var WorkspaceUpdateWithWhereUniqueWithoutCityInput_1 = require("./WorkspaceUpdateWithWhereUniqueWithoutCityInput");
         
     | 
| 
      
 1563 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithWhereUniqueWithoutCityInput", { enumerable: true, get: function () { return WorkspaceUpdateWithWhereUniqueWithoutCityInput_1.WorkspaceUpdateWithWhereUniqueWithoutCityInput; } });
         
     | 
| 
      
 1564 
     | 
    
         
            +
            var WorkspaceUpdateWithWhereUniqueWithoutCountryInput_1 = require("./WorkspaceUpdateWithWhereUniqueWithoutCountryInput");
         
     | 
| 
      
 1565 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithWhereUniqueWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceUpdateWithWhereUniqueWithoutCountryInput_1.WorkspaceUpdateWithWhereUniqueWithoutCountryInput; } });
         
     | 
| 
      
 1566 
     | 
    
         
            +
            var WorkspaceUpdateWithWhereUniqueWithoutStateInput_1 = require("./WorkspaceUpdateWithWhereUniqueWithoutStateInput");
         
     | 
| 
      
 1567 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithWhereUniqueWithoutStateInput", { enumerable: true, get: function () { return WorkspaceUpdateWithWhereUniqueWithoutStateInput_1.WorkspaceUpdateWithWhereUniqueWithoutStateInput; } });
         
     | 
| 
      
 1568 
     | 
    
         
            +
            var WorkspaceUpdateWithoutCityInput_1 = require("./WorkspaceUpdateWithoutCityInput");
         
     | 
| 
      
 1569 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithoutCityInput", { enumerable: true, get: function () { return WorkspaceUpdateWithoutCityInput_1.WorkspaceUpdateWithoutCityInput; } });
         
     | 
| 
      
 1570 
     | 
    
         
            +
            var WorkspaceUpdateWithoutCountryInput_1 = require("./WorkspaceUpdateWithoutCountryInput");
         
     | 
| 
      
 1571 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceUpdateWithoutCountryInput_1.WorkspaceUpdateWithoutCountryInput; } });
         
     | 
| 
      
 1572 
     | 
    
         
            +
            var WorkspaceUpdateWithoutEnvironmentVariablesInput_1 = require("./WorkspaceUpdateWithoutEnvironmentVariablesInput");
         
     | 
| 
      
 1573 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithoutEnvironmentVariablesInput", { enumerable: true, get: function () { return WorkspaceUpdateWithoutEnvironmentVariablesInput_1.WorkspaceUpdateWithoutEnvironmentVariablesInput; } });
         
     | 
| 
      
 1574 
     | 
    
         
            +
            var WorkspaceUpdateWithoutLocationsInput_1 = require("./WorkspaceUpdateWithoutLocationsInput");
         
     | 
| 
      
 1575 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithoutLocationsInput", { enumerable: true, get: function () { return WorkspaceUpdateWithoutLocationsInput_1.WorkspaceUpdateWithoutLocationsInput; } });
         
     | 
| 
      
 1576 
     | 
    
         
            +
            var WorkspaceUpdateWithoutStateInput_1 = require("./WorkspaceUpdateWithoutStateInput");
         
     | 
| 
      
 1577 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithoutStateInput", { enumerable: true, get: function () { return WorkspaceUpdateWithoutStateInput_1.WorkspaceUpdateWithoutStateInput; } });
         
     | 
| 
      
 1578 
     | 
    
         
            +
            var WorkspaceUpdateWithoutUsersInput_1 = require("./WorkspaceUpdateWithoutUsersInput");
         
     | 
| 
      
 1579 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateWithoutUsersInput", { enumerable: true, get: function () { return WorkspaceUpdateWithoutUsersInput_1.WorkspaceUpdateWithoutUsersInput; } });
         
     | 
| 
      
 1580 
     | 
    
         
            +
            var WorkspaceUpdateareasOfFocusInput_1 = require("./WorkspaceUpdateareasOfFocusInput");
         
     | 
| 
      
 1581 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdateareasOfFocusInput", { enumerable: true, get: function () { return WorkspaceUpdateareasOfFocusInput_1.WorkspaceUpdateareasOfFocusInput; } });
         
     | 
| 
      
 1582 
     | 
    
         
            +
            var WorkspaceUpdatesameAsInput_1 = require("./WorkspaceUpdatesameAsInput");
         
     | 
| 
      
 1583 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpdatesameAsInput", { enumerable: true, get: function () { return WorkspaceUpdatesameAsInput_1.WorkspaceUpdatesameAsInput; } });
         
     | 
| 
      
 1584 
     | 
    
         
            +
            var WorkspaceUpsertWithWhereUniqueWithoutCityInput_1 = require("./WorkspaceUpsertWithWhereUniqueWithoutCityInput");
         
     | 
| 
      
 1585 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpsertWithWhereUniqueWithoutCityInput", { enumerable: true, get: function () { return WorkspaceUpsertWithWhereUniqueWithoutCityInput_1.WorkspaceUpsertWithWhereUniqueWithoutCityInput; } });
         
     | 
| 
      
 1586 
     | 
    
         
            +
            var WorkspaceUpsertWithWhereUniqueWithoutCountryInput_1 = require("./WorkspaceUpsertWithWhereUniqueWithoutCountryInput");
         
     | 
| 
      
 1587 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpsertWithWhereUniqueWithoutCountryInput", { enumerable: true, get: function () { return WorkspaceUpsertWithWhereUniqueWithoutCountryInput_1.WorkspaceUpsertWithWhereUniqueWithoutCountryInput; } });
         
     | 
| 
      
 1588 
     | 
    
         
            +
            var WorkspaceUpsertWithWhereUniqueWithoutStateInput_1 = require("./WorkspaceUpsertWithWhereUniqueWithoutStateInput");
         
     | 
| 
      
 1589 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpsertWithWhereUniqueWithoutStateInput", { enumerable: true, get: function () { return WorkspaceUpsertWithWhereUniqueWithoutStateInput_1.WorkspaceUpsertWithWhereUniqueWithoutStateInput; } });
         
     | 
| 
      
 1590 
     | 
    
         
            +
            var WorkspaceUpsertWithoutEnvironmentVariablesInput_1 = require("./WorkspaceUpsertWithoutEnvironmentVariablesInput");
         
     | 
| 
      
 1591 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpsertWithoutEnvironmentVariablesInput", { enumerable: true, get: function () { return WorkspaceUpsertWithoutEnvironmentVariablesInput_1.WorkspaceUpsertWithoutEnvironmentVariablesInput; } });
         
     | 
| 
      
 1592 
     | 
    
         
            +
            var WorkspaceUpsertWithoutLocationsInput_1 = require("./WorkspaceUpsertWithoutLocationsInput");
         
     | 
| 
      
 1593 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpsertWithoutLocationsInput", { enumerable: true, get: function () { return WorkspaceUpsertWithoutLocationsInput_1.WorkspaceUpsertWithoutLocationsInput; } });
         
     | 
| 
      
 1594 
     | 
    
         
            +
            var WorkspaceUpsertWithoutUsersInput_1 = require("./WorkspaceUpsertWithoutUsersInput");
         
     | 
| 
      
 1595 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUpsertWithoutUsersInput", { enumerable: true, get: function () { return WorkspaceUpsertWithoutUsersInput_1.WorkspaceUpsertWithoutUsersInput; } });
         
     | 
| 
      
 1596 
     | 
    
         
            +
            var WorkspaceUserCountOrderByAggregateInput_1 = require("./WorkspaceUserCountOrderByAggregateInput");
         
     | 
| 
      
 1597 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCountOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceUserCountOrderByAggregateInput_1.WorkspaceUserCountOrderByAggregateInput; } });
         
     | 
| 
      
 1598 
     | 
    
         
            +
            var WorkspaceUserCreateInput_1 = require("./WorkspaceUserCreateInput");
         
     | 
| 
      
 1599 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateInput", { enumerable: true, get: function () { return WorkspaceUserCreateInput_1.WorkspaceUserCreateInput; } });
         
     | 
| 
      
 1600 
     | 
    
         
            +
            var WorkspaceUserCreateManyInput_1 = require("./WorkspaceUserCreateManyInput");
         
     | 
| 
      
 1601 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateManyInput", { enumerable: true, get: function () { return WorkspaceUserCreateManyInput_1.WorkspaceUserCreateManyInput; } });
         
     | 
| 
      
 1602 
     | 
    
         
            +
            var WorkspaceUserCreateManyUserInput_1 = require("./WorkspaceUserCreateManyUserInput");
         
     | 
| 
      
 1603 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateManyUserInput", { enumerable: true, get: function () { return WorkspaceUserCreateManyUserInput_1.WorkspaceUserCreateManyUserInput; } });
         
     | 
| 
      
 1604 
     | 
    
         
            +
            var WorkspaceUserCreateManyUserInputEnvelope_1 = require("./WorkspaceUserCreateManyUserInputEnvelope");
         
     | 
| 
      
 1605 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateManyUserInputEnvelope", { enumerable: true, get: function () { return WorkspaceUserCreateManyUserInputEnvelope_1.WorkspaceUserCreateManyUserInputEnvelope; } });
         
     | 
| 
      
 1606 
     | 
    
         
            +
            var WorkspaceUserCreateManyWorkspaceInput_1 = require("./WorkspaceUserCreateManyWorkspaceInput");
         
     | 
| 
      
 1607 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateManyWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserCreateManyWorkspaceInput_1.WorkspaceUserCreateManyWorkspaceInput; } });
         
     | 
| 
      
 1608 
     | 
    
         
            +
            var WorkspaceUserCreateManyWorkspaceInputEnvelope_1 = require("./WorkspaceUserCreateManyWorkspaceInputEnvelope");
         
     | 
| 
      
 1609 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateManyWorkspaceInputEnvelope", { enumerable: true, get: function () { return WorkspaceUserCreateManyWorkspaceInputEnvelope_1.WorkspaceUserCreateManyWorkspaceInputEnvelope; } });
         
     | 
| 
      
 1610 
     | 
    
         
            +
            var WorkspaceUserCreateNestedManyWithoutUserInput_1 = require("./WorkspaceUserCreateNestedManyWithoutUserInput");
         
     | 
| 
      
 1611 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateNestedManyWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserCreateNestedManyWithoutUserInput_1.WorkspaceUserCreateNestedManyWithoutUserInput; } });
         
     | 
| 
      
 1612 
     | 
    
         
            +
            var WorkspaceUserCreateNestedManyWithoutWorkspaceInput_1 = require("./WorkspaceUserCreateNestedManyWithoutWorkspaceInput");
         
     | 
| 
      
 1613 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateNestedManyWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserCreateNestedManyWithoutWorkspaceInput_1.WorkspaceUserCreateNestedManyWithoutWorkspaceInput; } });
         
     | 
| 
      
 1614 
     | 
    
         
            +
            var WorkspaceUserCreateOrConnectWithoutUserInput_1 = require("./WorkspaceUserCreateOrConnectWithoutUserInput");
         
     | 
| 
      
 1615 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateOrConnectWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserCreateOrConnectWithoutUserInput_1.WorkspaceUserCreateOrConnectWithoutUserInput; } });
         
     | 
| 
      
 1616 
     | 
    
         
            +
            var WorkspaceUserCreateOrConnectWithoutWorkspaceInput_1 = require("./WorkspaceUserCreateOrConnectWithoutWorkspaceInput");
         
     | 
| 
      
 1617 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateOrConnectWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserCreateOrConnectWithoutWorkspaceInput_1.WorkspaceUserCreateOrConnectWithoutWorkspaceInput; } });
         
     | 
| 
      
 1618 
     | 
    
         
            +
            var WorkspaceUserCreateWithoutUserInput_1 = require("./WorkspaceUserCreateWithoutUserInput");
         
     | 
| 
      
 1619 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserCreateWithoutUserInput_1.WorkspaceUserCreateWithoutUserInput; } });
         
     | 
| 
      
 1620 
     | 
    
         
            +
            var WorkspaceUserCreateWithoutWorkspaceInput_1 = require("./WorkspaceUserCreateWithoutWorkspaceInput");
         
     | 
| 
      
 1621 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserCreateWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserCreateWithoutWorkspaceInput_1.WorkspaceUserCreateWithoutWorkspaceInput; } });
         
     | 
| 
      
 1622 
     | 
    
         
            +
            var WorkspaceUserListRelationFilter_1 = require("./WorkspaceUserListRelationFilter");
         
     | 
| 
      
 1623 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserListRelationFilter", { enumerable: true, get: function () { return WorkspaceUserListRelationFilter_1.WorkspaceUserListRelationFilter; } });
         
     | 
| 
      
 1624 
     | 
    
         
            +
            var WorkspaceUserMaxOrderByAggregateInput_1 = require("./WorkspaceUserMaxOrderByAggregateInput");
         
     | 
| 
      
 1625 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserMaxOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceUserMaxOrderByAggregateInput_1.WorkspaceUserMaxOrderByAggregateInput; } });
         
     | 
| 
      
 1626 
     | 
    
         
            +
            var WorkspaceUserMinOrderByAggregateInput_1 = require("./WorkspaceUserMinOrderByAggregateInput");
         
     | 
| 
      
 1627 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserMinOrderByAggregateInput", { enumerable: true, get: function () { return WorkspaceUserMinOrderByAggregateInput_1.WorkspaceUserMinOrderByAggregateInput; } });
         
     | 
| 
      
 1628 
     | 
    
         
            +
            var WorkspaceUserOrderByRelationAggregateInput_1 = require("./WorkspaceUserOrderByRelationAggregateInput");
         
     | 
| 
      
 1629 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserOrderByRelationAggregateInput", { enumerable: true, get: function () { return WorkspaceUserOrderByRelationAggregateInput_1.WorkspaceUserOrderByRelationAggregateInput; } });
         
     | 
| 
      
 1630 
     | 
    
         
            +
            var WorkspaceUserOrderByWithAggregationInput_1 = require("./WorkspaceUserOrderByWithAggregationInput");
         
     | 
| 
      
 1631 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserOrderByWithAggregationInput", { enumerable: true, get: function () { return WorkspaceUserOrderByWithAggregationInput_1.WorkspaceUserOrderByWithAggregationInput; } });
         
     | 
| 
      
 1632 
     | 
    
         
            +
            var WorkspaceUserOrderByWithRelationInput_1 = require("./WorkspaceUserOrderByWithRelationInput");
         
     | 
| 
      
 1633 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserOrderByWithRelationInput", { enumerable: true, get: function () { return WorkspaceUserOrderByWithRelationInput_1.WorkspaceUserOrderByWithRelationInput; } });
         
     | 
| 
      
 1634 
     | 
    
         
            +
            var WorkspaceUserScalarWhereInput_1 = require("./WorkspaceUserScalarWhereInput");
         
     | 
| 
      
 1635 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserScalarWhereInput", { enumerable: true, get: function () { return WorkspaceUserScalarWhereInput_1.WorkspaceUserScalarWhereInput; } });
         
     | 
| 
      
 1636 
     | 
    
         
            +
            var WorkspaceUserScalarWhereWithAggregatesInput_1 = require("./WorkspaceUserScalarWhereWithAggregatesInput");
         
     | 
| 
      
 1637 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserScalarWhereWithAggregatesInput", { enumerable: true, get: function () { return WorkspaceUserScalarWhereWithAggregatesInput_1.WorkspaceUserScalarWhereWithAggregatesInput; } });
         
     | 
| 
      
 1638 
     | 
    
         
            +
            var WorkspaceUserUpdateInput_1 = require("./WorkspaceUserUpdateInput");
         
     | 
| 
      
 1639 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateInput", { enumerable: true, get: function () { return WorkspaceUserUpdateInput_1.WorkspaceUserUpdateInput; } });
         
     | 
| 
      
 1640 
     | 
    
         
            +
            var WorkspaceUserUpdateManyMutationInput_1 = require("./WorkspaceUserUpdateManyMutationInput");
         
     | 
| 
      
 1641 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateManyMutationInput", { enumerable: true, get: function () { return WorkspaceUserUpdateManyMutationInput_1.WorkspaceUserUpdateManyMutationInput; } });
         
     | 
| 
      
 1642 
     | 
    
         
            +
            var WorkspaceUserUpdateManyWithWhereWithoutUserInput_1 = require("./WorkspaceUserUpdateManyWithWhereWithoutUserInput");
         
     | 
| 
      
 1643 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateManyWithWhereWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserUpdateManyWithWhereWithoutUserInput_1.WorkspaceUserUpdateManyWithWhereWithoutUserInput; } });
         
     | 
| 
      
 1644 
     | 
    
         
            +
            var WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput_1 = require("./WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput");
         
     | 
| 
      
 1645 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput_1.WorkspaceUserUpdateManyWithWhereWithoutWorkspaceInput; } });
         
     | 
| 
      
 1646 
     | 
    
         
            +
            var WorkspaceUserUpdateManyWithoutUserNestedInput_1 = require("./WorkspaceUserUpdateManyWithoutUserNestedInput");
         
     | 
| 
      
 1647 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateManyWithoutUserNestedInput", { enumerable: true, get: function () { return WorkspaceUserUpdateManyWithoutUserNestedInput_1.WorkspaceUserUpdateManyWithoutUserNestedInput; } });
         
     | 
| 
      
 1648 
     | 
    
         
            +
            var WorkspaceUserUpdateManyWithoutWorkspaceNestedInput_1 = require("./WorkspaceUserUpdateManyWithoutWorkspaceNestedInput");
         
     | 
| 
      
 1649 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateManyWithoutWorkspaceNestedInput", { enumerable: true, get: function () { return WorkspaceUserUpdateManyWithoutWorkspaceNestedInput_1.WorkspaceUserUpdateManyWithoutWorkspaceNestedInput; } });
         
     | 
| 
      
 1650 
     | 
    
         
            +
            var WorkspaceUserUpdateWithWhereUniqueWithoutUserInput_1 = require("./WorkspaceUserUpdateWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1651 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserUpdateWithWhereUniqueWithoutUserInput_1.WorkspaceUserUpdateWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1652 
     | 
    
         
            +
            var WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput_1 = require("./WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput");
         
     | 
| 
      
 1653 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput_1.WorkspaceUserUpdateWithWhereUniqueWithoutWorkspaceInput; } });
         
     | 
| 
      
 1654 
     | 
    
         
            +
            var WorkspaceUserUpdateWithoutUserInput_1 = require("./WorkspaceUserUpdateWithoutUserInput");
         
     | 
| 
      
 1655 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserUpdateWithoutUserInput_1.WorkspaceUserUpdateWithoutUserInput; } });
         
     | 
| 
      
 1656 
     | 
    
         
            +
            var WorkspaceUserUpdateWithoutWorkspaceInput_1 = require("./WorkspaceUserUpdateWithoutWorkspaceInput");
         
     | 
| 
      
 1657 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpdateWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserUpdateWithoutWorkspaceInput_1.WorkspaceUserUpdateWithoutWorkspaceInput; } });
         
     | 
| 
      
 1658 
     | 
    
         
            +
            var WorkspaceUserUpsertWithWhereUniqueWithoutUserInput_1 = require("./WorkspaceUserUpsertWithWhereUniqueWithoutUserInput");
         
     | 
| 
      
 1659 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpsertWithWhereUniqueWithoutUserInput", { enumerable: true, get: function () { return WorkspaceUserUpsertWithWhereUniqueWithoutUserInput_1.WorkspaceUserUpsertWithWhereUniqueWithoutUserInput; } });
         
     | 
| 
      
 1660 
     | 
    
         
            +
            var WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput_1 = require("./WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput");
         
     | 
| 
      
 1661 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput", { enumerable: true, get: function () { return WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput_1.WorkspaceUserUpsertWithWhereUniqueWithoutWorkspaceInput; } });
         
     | 
| 
      
 1662 
     | 
    
         
            +
            var WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput_1 = require("./WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput");
         
     | 
| 
      
 1663 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput", { enumerable: true, get: function () { return WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput_1.WorkspaceUserUserIdWorkspaceIdCompoundUniqueInput; } });
         
     | 
| 
      
 1664 
     | 
    
         
            +
            var WorkspaceUserWhereInput_1 = require("./WorkspaceUserWhereInput");
         
     | 
| 
      
 1665 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserWhereInput", { enumerable: true, get: function () { return WorkspaceUserWhereInput_1.WorkspaceUserWhereInput; } });
         
     | 
| 
      
 1666 
     | 
    
         
            +
            var WorkspaceUserWhereUniqueInput_1 = require("./WorkspaceUserWhereUniqueInput");
         
     | 
| 
      
 1667 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceUserWhereUniqueInput", { enumerable: true, get: function () { return WorkspaceUserWhereUniqueInput_1.WorkspaceUserWhereUniqueInput; } });
         
     | 
| 
      
 1668 
     | 
    
         
            +
            var WorkspaceWhereInput_1 = require("./WorkspaceWhereInput");
         
     | 
| 
      
 1669 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceWhereInput", { enumerable: true, get: function () { return WorkspaceWhereInput_1.WorkspaceWhereInput; } });
         
     | 
| 
      
 1670 
     | 
    
         
            +
            var WorkspaceWhereUniqueInput_1 = require("./WorkspaceWhereUniqueInput");
         
     | 
| 
      
 1671 
     | 
    
         
            +
            Object.defineProperty(exports, "WorkspaceWhereUniqueInput", { enumerable: true, get: function () { return WorkspaceWhereUniqueInput_1.WorkspaceWhereUniqueInput; } });
         
     | 
| 
      
 1672 
     | 
    
         
            +
            //# sourceMappingURL=index.js.map
         
     |