efiber-prisma-schema 2.1.2 → 2.2.0
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/dist/prisma/generated/edge.js +18 -4
- package/dist/prisma/generated/index-browser.js +15 -1
- package/dist/prisma/generated/index.d.ts +2461 -164
- package/dist/prisma/generated/index.js +18 -4
- package/dist/prisma/generated/package.json +1 -1
- package/dist/prisma/generated/schema.prisma +19 -0
- package/dist/prisma/generated/wasm.js +18 -4
- package/package.json +1 -1
|
@@ -553,6 +553,11 @@ export type ReportVisualization = $Result.DefaultSelection<Prisma.$ReportVisuali
|
|
|
553
553
|
*
|
|
554
554
|
*/
|
|
555
555
|
export type ReportTable = $Result.DefaultSelection<Prisma.$ReportTablePayload>
|
|
556
|
+
/**
|
|
557
|
+
* Model AppVersion
|
|
558
|
+
*
|
|
559
|
+
*/
|
|
560
|
+
export type AppVersion = $Result.DefaultSelection<Prisma.$AppVersionPayload>
|
|
556
561
|
|
|
557
562
|
/**
|
|
558
563
|
* Enums
|
|
@@ -2007,6 +2012,16 @@ export class PrismaClient<
|
|
|
2007
2012
|
* ```
|
|
2008
2013
|
*/
|
|
2009
2014
|
get reportTable(): Prisma.ReportTableDelegate<ExtArgs, ClientOptions>;
|
|
2015
|
+
|
|
2016
|
+
/**
|
|
2017
|
+
* `prisma.appVersion`: Exposes CRUD operations for the **AppVersion** model.
|
|
2018
|
+
* Example usage:
|
|
2019
|
+
* ```ts
|
|
2020
|
+
* // Fetch zero or more AppVersions
|
|
2021
|
+
* const appVersions = await prisma.appVersion.findMany()
|
|
2022
|
+
* ```
|
|
2023
|
+
*/
|
|
2024
|
+
get appVersion(): Prisma.AppVersionDelegate<ExtArgs, ClientOptions>;
|
|
2010
2025
|
}
|
|
2011
2026
|
|
|
2012
2027
|
export namespace Prisma {
|
|
@@ -2555,7 +2570,8 @@ export namespace Prisma {
|
|
|
2555
2570
|
ReportMetric: 'ReportMetric',
|
|
2556
2571
|
ReportFormulaConfig: 'ReportFormulaConfig',
|
|
2557
2572
|
ReportVisualization: 'ReportVisualization',
|
|
2558
|
-
ReportTable: 'ReportTable'
|
|
2573
|
+
ReportTable: 'ReportTable',
|
|
2574
|
+
AppVersion: 'AppVersion'
|
|
2559
2575
|
};
|
|
2560
2576
|
|
|
2561
2577
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName]
|
|
@@ -2574,7 +2590,7 @@ export namespace Prisma {
|
|
|
2574
2590
|
omit: GlobalOmitOptions
|
|
2575
2591
|
}
|
|
2576
2592
|
meta: {
|
|
2577
|
-
modelProps: "country" | "camusatCountry" | "camusatClient" | "platform" | "position" | "role" | "template" | "feature" | "featureType" | "templateComponent" | "projectWorkFlow" | "teamType" | "team" | "teamPlatform" | "user" | "mainProject" | "project" | "integrationProjectUserStatus" | "projectPhaseLog" | "audit" | "dispatchTeam" | "dispatchProject" | "projectType" | "emailConfigurations" | "emailsIncomingSample" | "emailsIncoming" | "emailsOutgoing" | "emailTemplates" | "workOrder" | "workOrderChannel" | "workOrderTask" | "workOrderActivityLog" | "workOrderEditLog" | "workOrderTaskData" | "workOrderPauses" | "workOrderComments" | "billOfMaterial" | "material" | "materialBillOfMaterial" | "dispatchMaterial" | "stockMovement" | "clientMaterial" | "clientMaterialMovementLog" | "subsidiaryMaterial" | "subsidiaryMaterialMovementLog" | "teamMaterial" | "teamMaterialMovementLog" | "workOrderMaterial" | "ticketMaterialMovementLog" | "materialChangeLog" | "problemCategorization" | "notifications" | "reportFormats" | "networkElement" | "elementNode" | "elementRelation" | "attributeDefinition" | "optionSource" | "attributeValue" | "cable" | "cableAttachment" | "cableTemplate" | "conduit" | "duct" | "ductTemplate" | "conduitTemplate" | "cableAttributes" | "splitter" | "pboFatTemplate" | "pboFat" | "pboFatAttributes" | "spliceClosure" | "spliceClosureTemplate" | "spliceClosureAttributes" | "zoneNro" | "zoneNroTemplate" | "pole" | "poleTemplate" | "manhole" | "manholeTemplate" | "loop" | "loopTemplate" | "fDTSRO" | "fDTSROTemplate" | "sFU" | "sFUTemplate" | "building" | "buildingTemplate" | "revision" | "mapElementTemplate" | "mapElement" | "networkElementInstallation" | "centralOffice" | "cluster" | "clusterComments" | "clusterNotes" | "centralOfficeTeam" | "centralOfficeUser" | "qrCodeTemplate" | "qrCodeTag" | "installationSequence" | "previousEquipment" | "integrationUserLocation" | "integrationReportTemplate" | "reportMetric" | "reportFormulaConfig" | "reportVisualization" | "reportTable"
|
|
2593
|
+
modelProps: "country" | "camusatCountry" | "camusatClient" | "platform" | "position" | "role" | "template" | "feature" | "featureType" | "templateComponent" | "projectWorkFlow" | "teamType" | "team" | "teamPlatform" | "user" | "mainProject" | "project" | "integrationProjectUserStatus" | "projectPhaseLog" | "audit" | "dispatchTeam" | "dispatchProject" | "projectType" | "emailConfigurations" | "emailsIncomingSample" | "emailsIncoming" | "emailsOutgoing" | "emailTemplates" | "workOrder" | "workOrderChannel" | "workOrderTask" | "workOrderActivityLog" | "workOrderEditLog" | "workOrderTaskData" | "workOrderPauses" | "workOrderComments" | "billOfMaterial" | "material" | "materialBillOfMaterial" | "dispatchMaterial" | "stockMovement" | "clientMaterial" | "clientMaterialMovementLog" | "subsidiaryMaterial" | "subsidiaryMaterialMovementLog" | "teamMaterial" | "teamMaterialMovementLog" | "workOrderMaterial" | "ticketMaterialMovementLog" | "materialChangeLog" | "problemCategorization" | "notifications" | "reportFormats" | "networkElement" | "elementNode" | "elementRelation" | "attributeDefinition" | "optionSource" | "attributeValue" | "cable" | "cableAttachment" | "cableTemplate" | "conduit" | "duct" | "ductTemplate" | "conduitTemplate" | "cableAttributes" | "splitter" | "pboFatTemplate" | "pboFat" | "pboFatAttributes" | "spliceClosure" | "spliceClosureTemplate" | "spliceClosureAttributes" | "zoneNro" | "zoneNroTemplate" | "pole" | "poleTemplate" | "manhole" | "manholeTemplate" | "loop" | "loopTemplate" | "fDTSRO" | "fDTSROTemplate" | "sFU" | "sFUTemplate" | "building" | "buildingTemplate" | "revision" | "mapElementTemplate" | "mapElement" | "networkElementInstallation" | "centralOffice" | "cluster" | "clusterComments" | "clusterNotes" | "centralOfficeTeam" | "centralOfficeUser" | "qrCodeTemplate" | "qrCodeTag" | "installationSequence" | "previousEquipment" | "integrationUserLocation" | "integrationReportTemplate" | "reportMetric" | "reportFormulaConfig" | "reportVisualization" | "reportTable" | "appVersion"
|
|
2578
2594
|
txIsolationLevel: Prisma.TransactionIsolationLevel
|
|
2579
2595
|
}
|
|
2580
2596
|
model: {
|
|
@@ -10570,6 +10586,80 @@ export namespace Prisma {
|
|
|
10570
10586
|
}
|
|
10571
10587
|
}
|
|
10572
10588
|
}
|
|
10589
|
+
AppVersion: {
|
|
10590
|
+
payload: Prisma.$AppVersionPayload<ExtArgs>
|
|
10591
|
+
fields: Prisma.AppVersionFieldRefs
|
|
10592
|
+
operations: {
|
|
10593
|
+
findUnique: {
|
|
10594
|
+
args: Prisma.AppVersionFindUniqueArgs<ExtArgs>
|
|
10595
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload> | null
|
|
10596
|
+
}
|
|
10597
|
+
findUniqueOrThrow: {
|
|
10598
|
+
args: Prisma.AppVersionFindUniqueOrThrowArgs<ExtArgs>
|
|
10599
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>
|
|
10600
|
+
}
|
|
10601
|
+
findFirst: {
|
|
10602
|
+
args: Prisma.AppVersionFindFirstArgs<ExtArgs>
|
|
10603
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload> | null
|
|
10604
|
+
}
|
|
10605
|
+
findFirstOrThrow: {
|
|
10606
|
+
args: Prisma.AppVersionFindFirstOrThrowArgs<ExtArgs>
|
|
10607
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>
|
|
10608
|
+
}
|
|
10609
|
+
findMany: {
|
|
10610
|
+
args: Prisma.AppVersionFindManyArgs<ExtArgs>
|
|
10611
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>[]
|
|
10612
|
+
}
|
|
10613
|
+
create: {
|
|
10614
|
+
args: Prisma.AppVersionCreateArgs<ExtArgs>
|
|
10615
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>
|
|
10616
|
+
}
|
|
10617
|
+
createMany: {
|
|
10618
|
+
args: Prisma.AppVersionCreateManyArgs<ExtArgs>
|
|
10619
|
+
result: BatchPayload
|
|
10620
|
+
}
|
|
10621
|
+
createManyAndReturn: {
|
|
10622
|
+
args: Prisma.AppVersionCreateManyAndReturnArgs<ExtArgs>
|
|
10623
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>[]
|
|
10624
|
+
}
|
|
10625
|
+
delete: {
|
|
10626
|
+
args: Prisma.AppVersionDeleteArgs<ExtArgs>
|
|
10627
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>
|
|
10628
|
+
}
|
|
10629
|
+
update: {
|
|
10630
|
+
args: Prisma.AppVersionUpdateArgs<ExtArgs>
|
|
10631
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>
|
|
10632
|
+
}
|
|
10633
|
+
deleteMany: {
|
|
10634
|
+
args: Prisma.AppVersionDeleteManyArgs<ExtArgs>
|
|
10635
|
+
result: BatchPayload
|
|
10636
|
+
}
|
|
10637
|
+
updateMany: {
|
|
10638
|
+
args: Prisma.AppVersionUpdateManyArgs<ExtArgs>
|
|
10639
|
+
result: BatchPayload
|
|
10640
|
+
}
|
|
10641
|
+
updateManyAndReturn: {
|
|
10642
|
+
args: Prisma.AppVersionUpdateManyAndReturnArgs<ExtArgs>
|
|
10643
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>[]
|
|
10644
|
+
}
|
|
10645
|
+
upsert: {
|
|
10646
|
+
args: Prisma.AppVersionUpsertArgs<ExtArgs>
|
|
10647
|
+
result: $Utils.PayloadToResult<Prisma.$AppVersionPayload>
|
|
10648
|
+
}
|
|
10649
|
+
aggregate: {
|
|
10650
|
+
args: Prisma.AppVersionAggregateArgs<ExtArgs>
|
|
10651
|
+
result: $Utils.Optional<AggregateAppVersion>
|
|
10652
|
+
}
|
|
10653
|
+
groupBy: {
|
|
10654
|
+
args: Prisma.AppVersionGroupByArgs<ExtArgs>
|
|
10655
|
+
result: $Utils.Optional<AppVersionGroupByOutputType>[]
|
|
10656
|
+
}
|
|
10657
|
+
count: {
|
|
10658
|
+
args: Prisma.AppVersionCountArgs<ExtArgs>
|
|
10659
|
+
result: $Utils.Optional<AppVersionCountAggregateOutputType> | number
|
|
10660
|
+
}
|
|
10661
|
+
}
|
|
10662
|
+
}
|
|
10573
10663
|
}
|
|
10574
10664
|
} & {
|
|
10575
10665
|
other: {
|
|
@@ -10774,6 +10864,7 @@ export namespace Prisma {
|
|
|
10774
10864
|
reportFormulaConfig?: ReportFormulaConfigOmit
|
|
10775
10865
|
reportVisualization?: ReportVisualizationOmit
|
|
10776
10866
|
reportTable?: ReportTableOmit
|
|
10867
|
+
appVersion?: AppVersionOmit
|
|
10777
10868
|
}
|
|
10778
10869
|
|
|
10779
10870
|
/* Types for Logging */
|
|
@@ -11364,6 +11455,7 @@ export namespace Prisma {
|
|
|
11364
11455
|
Conduit: number
|
|
11365
11456
|
ConduitTemplate: number
|
|
11366
11457
|
WorkOrderComments: number
|
|
11458
|
+
appVersions: number
|
|
11367
11459
|
}
|
|
11368
11460
|
|
|
11369
11461
|
export type UserCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -11419,6 +11511,7 @@ export namespace Prisma {
|
|
|
11419
11511
|
Conduit?: boolean | UserCountOutputTypeCountConduitArgs
|
|
11420
11512
|
ConduitTemplate?: boolean | UserCountOutputTypeCountConduitTemplateArgs
|
|
11421
11513
|
WorkOrderComments?: boolean | UserCountOutputTypeCountWorkOrderCommentsArgs
|
|
11514
|
+
appVersions?: boolean | UserCountOutputTypeCountAppVersionsArgs
|
|
11422
11515
|
}
|
|
11423
11516
|
|
|
11424
11517
|
// Custom InputTypes
|
|
@@ -11796,6 +11889,13 @@ export namespace Prisma {
|
|
|
11796
11889
|
where?: WorkOrderCommentsWhereInput
|
|
11797
11890
|
}
|
|
11798
11891
|
|
|
11892
|
+
/**
|
|
11893
|
+
* UserCountOutputType without action
|
|
11894
|
+
*/
|
|
11895
|
+
export type UserCountOutputTypeCountAppVersionsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
11896
|
+
where?: AppVersionWhereInput
|
|
11897
|
+
}
|
|
11898
|
+
|
|
11799
11899
|
|
|
11800
11900
|
/**
|
|
11801
11901
|
* Count Type MainProjectCountOutputType
|
|
@@ -33530,6 +33630,7 @@ export namespace Prisma {
|
|
|
33530
33630
|
Conduit?: boolean | User$ConduitArgs<ExtArgs>
|
|
33531
33631
|
ConduitTemplate?: boolean | User$ConduitTemplateArgs<ExtArgs>
|
|
33532
33632
|
WorkOrderComments?: boolean | User$WorkOrderCommentsArgs<ExtArgs>
|
|
33633
|
+
appVersions?: boolean | User$appVersionsArgs<ExtArgs>
|
|
33533
33634
|
_count?: boolean | UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
33534
33635
|
}, ExtArgs["result"]["user"]>
|
|
33535
33636
|
|
|
@@ -33701,6 +33802,7 @@ export namespace Prisma {
|
|
|
33701
33802
|
Conduit?: boolean | User$ConduitArgs<ExtArgs>
|
|
33702
33803
|
ConduitTemplate?: boolean | User$ConduitTemplateArgs<ExtArgs>
|
|
33703
33804
|
WorkOrderComments?: boolean | User$WorkOrderCommentsArgs<ExtArgs>
|
|
33805
|
+
appVersions?: boolean | User$appVersionsArgs<ExtArgs>
|
|
33704
33806
|
_count?: boolean | UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
33705
33807
|
}
|
|
33706
33808
|
export type UserIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -33778,6 +33880,7 @@ export namespace Prisma {
|
|
|
33778
33880
|
Conduit: Prisma.$ConduitPayload<ExtArgs>[]
|
|
33779
33881
|
ConduitTemplate: Prisma.$ConduitTemplatePayload<ExtArgs>[]
|
|
33780
33882
|
WorkOrderComments: Prisma.$WorkOrderCommentsPayload<ExtArgs>[]
|
|
33883
|
+
appVersions: Prisma.$AppVersionPayload<ExtArgs>[]
|
|
33781
33884
|
}
|
|
33782
33885
|
scalars: $Extensions.GetPayloadResult<{
|
|
33783
33886
|
id: string
|
|
@@ -34261,6 +34364,7 @@ export namespace Prisma {
|
|
|
34261
34364
|
Conduit<T extends User$ConduitArgs<ExtArgs> = {}>(args?: Subset<T, User$ConduitArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ConduitPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
34262
34365
|
ConduitTemplate<T extends User$ConduitTemplateArgs<ExtArgs> = {}>(args?: Subset<T, User$ConduitTemplateArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ConduitTemplatePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
34263
34366
|
WorkOrderComments<T extends User$WorkOrderCommentsArgs<ExtArgs> = {}>(args?: Subset<T, User$WorkOrderCommentsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$WorkOrderCommentsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
34367
|
+
appVersions<T extends User$appVersionsArgs<ExtArgs> = {}>(args?: Subset<T, User$appVersionsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
34264
34368
|
/**
|
|
34265
34369
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
34266
34370
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -36058,6 +36162,30 @@ export namespace Prisma {
|
|
|
36058
36162
|
distinct?: WorkOrderCommentsScalarFieldEnum | WorkOrderCommentsScalarFieldEnum[]
|
|
36059
36163
|
}
|
|
36060
36164
|
|
|
36165
|
+
/**
|
|
36166
|
+
* User.appVersions
|
|
36167
|
+
*/
|
|
36168
|
+
export type User$appVersionsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
36169
|
+
/**
|
|
36170
|
+
* Select specific fields to fetch from the AppVersion
|
|
36171
|
+
*/
|
|
36172
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
36173
|
+
/**
|
|
36174
|
+
* Omit specific fields from the AppVersion
|
|
36175
|
+
*/
|
|
36176
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
36177
|
+
/**
|
|
36178
|
+
* Choose, which related nodes to fetch as well
|
|
36179
|
+
*/
|
|
36180
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
36181
|
+
where?: AppVersionWhereInput
|
|
36182
|
+
orderBy?: AppVersionOrderByWithRelationInput | AppVersionOrderByWithRelationInput[]
|
|
36183
|
+
cursor?: AppVersionWhereUniqueInput
|
|
36184
|
+
take?: number
|
|
36185
|
+
skip?: number
|
|
36186
|
+
distinct?: AppVersionScalarFieldEnum | AppVersionScalarFieldEnum[]
|
|
36187
|
+
}
|
|
36188
|
+
|
|
36061
36189
|
/**
|
|
36062
36190
|
* User without action
|
|
36063
36191
|
*/
|
|
@@ -162479,426 +162607,1587 @@ export namespace Prisma {
|
|
|
162479
162607
|
|
|
162480
162608
|
|
|
162481
162609
|
/**
|
|
162482
|
-
* Fields of the ReportTable model
|
|
162610
|
+
* Fields of the ReportTable model
|
|
162611
|
+
*/
|
|
162612
|
+
interface ReportTableFieldRefs {
|
|
162613
|
+
readonly id: FieldRef<"ReportTable", 'String'>
|
|
162614
|
+
readonly templateId: FieldRef<"ReportTable", 'String'>
|
|
162615
|
+
readonly metricId: FieldRef<"ReportTable", 'String'>
|
|
162616
|
+
readonly columns: FieldRef<"ReportTable", 'String[]'>
|
|
162617
|
+
readonly includeHeader: FieldRef<"ReportTable", 'Boolean'>
|
|
162618
|
+
readonly sortBy: FieldRef<"ReportTable", 'Json'>
|
|
162619
|
+
}
|
|
162620
|
+
|
|
162621
|
+
|
|
162622
|
+
// Custom InputTypes
|
|
162623
|
+
/**
|
|
162624
|
+
* ReportTable findUnique
|
|
162625
|
+
*/
|
|
162626
|
+
export type ReportTableFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162627
|
+
/**
|
|
162628
|
+
* Select specific fields to fetch from the ReportTable
|
|
162629
|
+
*/
|
|
162630
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162631
|
+
/**
|
|
162632
|
+
* Omit specific fields from the ReportTable
|
|
162633
|
+
*/
|
|
162634
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162635
|
+
/**
|
|
162636
|
+
* Choose, which related nodes to fetch as well
|
|
162637
|
+
*/
|
|
162638
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162639
|
+
/**
|
|
162640
|
+
* Filter, which ReportTable to fetch.
|
|
162641
|
+
*/
|
|
162642
|
+
where: ReportTableWhereUniqueInput
|
|
162643
|
+
}
|
|
162644
|
+
|
|
162645
|
+
/**
|
|
162646
|
+
* ReportTable findUniqueOrThrow
|
|
162647
|
+
*/
|
|
162648
|
+
export type ReportTableFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162649
|
+
/**
|
|
162650
|
+
* Select specific fields to fetch from the ReportTable
|
|
162651
|
+
*/
|
|
162652
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162653
|
+
/**
|
|
162654
|
+
* Omit specific fields from the ReportTable
|
|
162655
|
+
*/
|
|
162656
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162657
|
+
/**
|
|
162658
|
+
* Choose, which related nodes to fetch as well
|
|
162659
|
+
*/
|
|
162660
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162661
|
+
/**
|
|
162662
|
+
* Filter, which ReportTable to fetch.
|
|
162663
|
+
*/
|
|
162664
|
+
where: ReportTableWhereUniqueInput
|
|
162665
|
+
}
|
|
162666
|
+
|
|
162667
|
+
/**
|
|
162668
|
+
* ReportTable findFirst
|
|
162669
|
+
*/
|
|
162670
|
+
export type ReportTableFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162671
|
+
/**
|
|
162672
|
+
* Select specific fields to fetch from the ReportTable
|
|
162673
|
+
*/
|
|
162674
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162675
|
+
/**
|
|
162676
|
+
* Omit specific fields from the ReportTable
|
|
162677
|
+
*/
|
|
162678
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162679
|
+
/**
|
|
162680
|
+
* Choose, which related nodes to fetch as well
|
|
162681
|
+
*/
|
|
162682
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162683
|
+
/**
|
|
162684
|
+
* Filter, which ReportTable to fetch.
|
|
162685
|
+
*/
|
|
162686
|
+
where?: ReportTableWhereInput
|
|
162687
|
+
/**
|
|
162688
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
162689
|
+
*
|
|
162690
|
+
* Determine the order of ReportTables to fetch.
|
|
162691
|
+
*/
|
|
162692
|
+
orderBy?: ReportTableOrderByWithRelationInput | ReportTableOrderByWithRelationInput[]
|
|
162693
|
+
/**
|
|
162694
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
162695
|
+
*
|
|
162696
|
+
* Sets the position for searching for ReportTables.
|
|
162697
|
+
*/
|
|
162698
|
+
cursor?: ReportTableWhereUniqueInput
|
|
162699
|
+
/**
|
|
162700
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162701
|
+
*
|
|
162702
|
+
* Take `±n` ReportTables from the position of the cursor.
|
|
162703
|
+
*/
|
|
162704
|
+
take?: number
|
|
162705
|
+
/**
|
|
162706
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162707
|
+
*
|
|
162708
|
+
* Skip the first `n` ReportTables.
|
|
162709
|
+
*/
|
|
162710
|
+
skip?: number
|
|
162711
|
+
/**
|
|
162712
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
162713
|
+
*
|
|
162714
|
+
* Filter by unique combinations of ReportTables.
|
|
162715
|
+
*/
|
|
162716
|
+
distinct?: ReportTableScalarFieldEnum | ReportTableScalarFieldEnum[]
|
|
162717
|
+
}
|
|
162718
|
+
|
|
162719
|
+
/**
|
|
162720
|
+
* ReportTable findFirstOrThrow
|
|
162721
|
+
*/
|
|
162722
|
+
export type ReportTableFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162723
|
+
/**
|
|
162724
|
+
* Select specific fields to fetch from the ReportTable
|
|
162725
|
+
*/
|
|
162726
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162727
|
+
/**
|
|
162728
|
+
* Omit specific fields from the ReportTable
|
|
162729
|
+
*/
|
|
162730
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162731
|
+
/**
|
|
162732
|
+
* Choose, which related nodes to fetch as well
|
|
162733
|
+
*/
|
|
162734
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162735
|
+
/**
|
|
162736
|
+
* Filter, which ReportTable to fetch.
|
|
162737
|
+
*/
|
|
162738
|
+
where?: ReportTableWhereInput
|
|
162739
|
+
/**
|
|
162740
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
162741
|
+
*
|
|
162742
|
+
* Determine the order of ReportTables to fetch.
|
|
162743
|
+
*/
|
|
162744
|
+
orderBy?: ReportTableOrderByWithRelationInput | ReportTableOrderByWithRelationInput[]
|
|
162745
|
+
/**
|
|
162746
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
162747
|
+
*
|
|
162748
|
+
* Sets the position for searching for ReportTables.
|
|
162749
|
+
*/
|
|
162750
|
+
cursor?: ReportTableWhereUniqueInput
|
|
162751
|
+
/**
|
|
162752
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162753
|
+
*
|
|
162754
|
+
* Take `±n` ReportTables from the position of the cursor.
|
|
162755
|
+
*/
|
|
162756
|
+
take?: number
|
|
162757
|
+
/**
|
|
162758
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162759
|
+
*
|
|
162760
|
+
* Skip the first `n` ReportTables.
|
|
162761
|
+
*/
|
|
162762
|
+
skip?: number
|
|
162763
|
+
/**
|
|
162764
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
162765
|
+
*
|
|
162766
|
+
* Filter by unique combinations of ReportTables.
|
|
162767
|
+
*/
|
|
162768
|
+
distinct?: ReportTableScalarFieldEnum | ReportTableScalarFieldEnum[]
|
|
162769
|
+
}
|
|
162770
|
+
|
|
162771
|
+
/**
|
|
162772
|
+
* ReportTable findMany
|
|
162773
|
+
*/
|
|
162774
|
+
export type ReportTableFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162775
|
+
/**
|
|
162776
|
+
* Select specific fields to fetch from the ReportTable
|
|
162777
|
+
*/
|
|
162778
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162779
|
+
/**
|
|
162780
|
+
* Omit specific fields from the ReportTable
|
|
162781
|
+
*/
|
|
162782
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162783
|
+
/**
|
|
162784
|
+
* Choose, which related nodes to fetch as well
|
|
162785
|
+
*/
|
|
162786
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162787
|
+
/**
|
|
162788
|
+
* Filter, which ReportTables to fetch.
|
|
162789
|
+
*/
|
|
162790
|
+
where?: ReportTableWhereInput
|
|
162791
|
+
/**
|
|
162792
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
162793
|
+
*
|
|
162794
|
+
* Determine the order of ReportTables to fetch.
|
|
162795
|
+
*/
|
|
162796
|
+
orderBy?: ReportTableOrderByWithRelationInput | ReportTableOrderByWithRelationInput[]
|
|
162797
|
+
/**
|
|
162798
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
162799
|
+
*
|
|
162800
|
+
* Sets the position for listing ReportTables.
|
|
162801
|
+
*/
|
|
162802
|
+
cursor?: ReportTableWhereUniqueInput
|
|
162803
|
+
/**
|
|
162804
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162805
|
+
*
|
|
162806
|
+
* Take `±n` ReportTables from the position of the cursor.
|
|
162807
|
+
*/
|
|
162808
|
+
take?: number
|
|
162809
|
+
/**
|
|
162810
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162811
|
+
*
|
|
162812
|
+
* Skip the first `n` ReportTables.
|
|
162813
|
+
*/
|
|
162814
|
+
skip?: number
|
|
162815
|
+
distinct?: ReportTableScalarFieldEnum | ReportTableScalarFieldEnum[]
|
|
162816
|
+
}
|
|
162817
|
+
|
|
162818
|
+
/**
|
|
162819
|
+
* ReportTable create
|
|
162820
|
+
*/
|
|
162821
|
+
export type ReportTableCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162822
|
+
/**
|
|
162823
|
+
* Select specific fields to fetch from the ReportTable
|
|
162824
|
+
*/
|
|
162825
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162826
|
+
/**
|
|
162827
|
+
* Omit specific fields from the ReportTable
|
|
162828
|
+
*/
|
|
162829
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162830
|
+
/**
|
|
162831
|
+
* Choose, which related nodes to fetch as well
|
|
162832
|
+
*/
|
|
162833
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162834
|
+
/**
|
|
162835
|
+
* The data needed to create a ReportTable.
|
|
162836
|
+
*/
|
|
162837
|
+
data: XOR<ReportTableCreateInput, ReportTableUncheckedCreateInput>
|
|
162838
|
+
}
|
|
162839
|
+
|
|
162840
|
+
/**
|
|
162841
|
+
* ReportTable createMany
|
|
162842
|
+
*/
|
|
162843
|
+
export type ReportTableCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162844
|
+
/**
|
|
162845
|
+
* The data used to create many ReportTables.
|
|
162846
|
+
*/
|
|
162847
|
+
data: ReportTableCreateManyInput | ReportTableCreateManyInput[]
|
|
162848
|
+
skipDuplicates?: boolean
|
|
162849
|
+
}
|
|
162850
|
+
|
|
162851
|
+
/**
|
|
162852
|
+
* ReportTable createManyAndReturn
|
|
162853
|
+
*/
|
|
162854
|
+
export type ReportTableCreateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162855
|
+
/**
|
|
162856
|
+
* Select specific fields to fetch from the ReportTable
|
|
162857
|
+
*/
|
|
162858
|
+
select?: ReportTableSelectCreateManyAndReturn<ExtArgs> | null
|
|
162859
|
+
/**
|
|
162860
|
+
* Omit specific fields from the ReportTable
|
|
162861
|
+
*/
|
|
162862
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162863
|
+
/**
|
|
162864
|
+
* The data used to create many ReportTables.
|
|
162865
|
+
*/
|
|
162866
|
+
data: ReportTableCreateManyInput | ReportTableCreateManyInput[]
|
|
162867
|
+
skipDuplicates?: boolean
|
|
162868
|
+
/**
|
|
162869
|
+
* Choose, which related nodes to fetch as well
|
|
162870
|
+
*/
|
|
162871
|
+
include?: ReportTableIncludeCreateManyAndReturn<ExtArgs> | null
|
|
162872
|
+
}
|
|
162873
|
+
|
|
162874
|
+
/**
|
|
162875
|
+
* ReportTable update
|
|
162876
|
+
*/
|
|
162877
|
+
export type ReportTableUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162878
|
+
/**
|
|
162879
|
+
* Select specific fields to fetch from the ReportTable
|
|
162880
|
+
*/
|
|
162881
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162882
|
+
/**
|
|
162883
|
+
* Omit specific fields from the ReportTable
|
|
162884
|
+
*/
|
|
162885
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162886
|
+
/**
|
|
162887
|
+
* Choose, which related nodes to fetch as well
|
|
162888
|
+
*/
|
|
162889
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162890
|
+
/**
|
|
162891
|
+
* The data needed to update a ReportTable.
|
|
162892
|
+
*/
|
|
162893
|
+
data: XOR<ReportTableUpdateInput, ReportTableUncheckedUpdateInput>
|
|
162894
|
+
/**
|
|
162895
|
+
* Choose, which ReportTable to update.
|
|
162896
|
+
*/
|
|
162897
|
+
where: ReportTableWhereUniqueInput
|
|
162898
|
+
}
|
|
162899
|
+
|
|
162900
|
+
/**
|
|
162901
|
+
* ReportTable updateMany
|
|
162902
|
+
*/
|
|
162903
|
+
export type ReportTableUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162904
|
+
/**
|
|
162905
|
+
* The data used to update ReportTables.
|
|
162906
|
+
*/
|
|
162907
|
+
data: XOR<ReportTableUpdateManyMutationInput, ReportTableUncheckedUpdateManyInput>
|
|
162908
|
+
/**
|
|
162909
|
+
* Filter which ReportTables to update
|
|
162910
|
+
*/
|
|
162911
|
+
where?: ReportTableWhereInput
|
|
162912
|
+
/**
|
|
162913
|
+
* Limit how many ReportTables to update.
|
|
162914
|
+
*/
|
|
162915
|
+
limit?: number
|
|
162916
|
+
}
|
|
162917
|
+
|
|
162918
|
+
/**
|
|
162919
|
+
* ReportTable updateManyAndReturn
|
|
162920
|
+
*/
|
|
162921
|
+
export type ReportTableUpdateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162922
|
+
/**
|
|
162923
|
+
* Select specific fields to fetch from the ReportTable
|
|
162924
|
+
*/
|
|
162925
|
+
select?: ReportTableSelectUpdateManyAndReturn<ExtArgs> | null
|
|
162926
|
+
/**
|
|
162927
|
+
* Omit specific fields from the ReportTable
|
|
162928
|
+
*/
|
|
162929
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162930
|
+
/**
|
|
162931
|
+
* The data used to update ReportTables.
|
|
162932
|
+
*/
|
|
162933
|
+
data: XOR<ReportTableUpdateManyMutationInput, ReportTableUncheckedUpdateManyInput>
|
|
162934
|
+
/**
|
|
162935
|
+
* Filter which ReportTables to update
|
|
162936
|
+
*/
|
|
162937
|
+
where?: ReportTableWhereInput
|
|
162938
|
+
/**
|
|
162939
|
+
* Limit how many ReportTables to update.
|
|
162940
|
+
*/
|
|
162941
|
+
limit?: number
|
|
162942
|
+
/**
|
|
162943
|
+
* Choose, which related nodes to fetch as well
|
|
162944
|
+
*/
|
|
162945
|
+
include?: ReportTableIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
162946
|
+
}
|
|
162947
|
+
|
|
162948
|
+
/**
|
|
162949
|
+
* ReportTable upsert
|
|
162950
|
+
*/
|
|
162951
|
+
export type ReportTableUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162952
|
+
/**
|
|
162953
|
+
* Select specific fields to fetch from the ReportTable
|
|
162954
|
+
*/
|
|
162955
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162956
|
+
/**
|
|
162957
|
+
* Omit specific fields from the ReportTable
|
|
162958
|
+
*/
|
|
162959
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162960
|
+
/**
|
|
162961
|
+
* Choose, which related nodes to fetch as well
|
|
162962
|
+
*/
|
|
162963
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162964
|
+
/**
|
|
162965
|
+
* The filter to search for the ReportTable to update in case it exists.
|
|
162966
|
+
*/
|
|
162967
|
+
where: ReportTableWhereUniqueInput
|
|
162968
|
+
/**
|
|
162969
|
+
* In case the ReportTable found by the `where` argument doesn't exist, create a new ReportTable with this data.
|
|
162970
|
+
*/
|
|
162971
|
+
create: XOR<ReportTableCreateInput, ReportTableUncheckedCreateInput>
|
|
162972
|
+
/**
|
|
162973
|
+
* In case the ReportTable was found with the provided `where` argument, update it with this data.
|
|
162974
|
+
*/
|
|
162975
|
+
update: XOR<ReportTableUpdateInput, ReportTableUncheckedUpdateInput>
|
|
162976
|
+
}
|
|
162977
|
+
|
|
162978
|
+
/**
|
|
162979
|
+
* ReportTable delete
|
|
162980
|
+
*/
|
|
162981
|
+
export type ReportTableDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162982
|
+
/**
|
|
162983
|
+
* Select specific fields to fetch from the ReportTable
|
|
162984
|
+
*/
|
|
162985
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
162986
|
+
/**
|
|
162987
|
+
* Omit specific fields from the ReportTable
|
|
162988
|
+
*/
|
|
162989
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
162990
|
+
/**
|
|
162991
|
+
* Choose, which related nodes to fetch as well
|
|
162992
|
+
*/
|
|
162993
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
162994
|
+
/**
|
|
162995
|
+
* Filter which ReportTable to delete.
|
|
162996
|
+
*/
|
|
162997
|
+
where: ReportTableWhereUniqueInput
|
|
162998
|
+
}
|
|
162999
|
+
|
|
163000
|
+
/**
|
|
163001
|
+
* ReportTable deleteMany
|
|
163002
|
+
*/
|
|
163003
|
+
export type ReportTableDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163004
|
+
/**
|
|
163005
|
+
* Filter which ReportTables to delete
|
|
163006
|
+
*/
|
|
163007
|
+
where?: ReportTableWhereInput
|
|
163008
|
+
/**
|
|
163009
|
+
* Limit how many ReportTables to delete.
|
|
163010
|
+
*/
|
|
163011
|
+
limit?: number
|
|
163012
|
+
}
|
|
163013
|
+
|
|
163014
|
+
/**
|
|
163015
|
+
* ReportTable without action
|
|
163016
|
+
*/
|
|
163017
|
+
export type ReportTableDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163018
|
+
/**
|
|
163019
|
+
* Select specific fields to fetch from the ReportTable
|
|
163020
|
+
*/
|
|
163021
|
+
select?: ReportTableSelect<ExtArgs> | null
|
|
163022
|
+
/**
|
|
163023
|
+
* Omit specific fields from the ReportTable
|
|
163024
|
+
*/
|
|
163025
|
+
omit?: ReportTableOmit<ExtArgs> | null
|
|
163026
|
+
/**
|
|
163027
|
+
* Choose, which related nodes to fetch as well
|
|
163028
|
+
*/
|
|
163029
|
+
include?: ReportTableInclude<ExtArgs> | null
|
|
163030
|
+
}
|
|
163031
|
+
|
|
163032
|
+
|
|
163033
|
+
/**
|
|
163034
|
+
* Model AppVersion
|
|
163035
|
+
*/
|
|
163036
|
+
|
|
163037
|
+
export type AggregateAppVersion = {
|
|
163038
|
+
_count: AppVersionCountAggregateOutputType | null
|
|
163039
|
+
_avg: AppVersionAvgAggregateOutputType | null
|
|
163040
|
+
_sum: AppVersionSumAggregateOutputType | null
|
|
163041
|
+
_min: AppVersionMinAggregateOutputType | null
|
|
163042
|
+
_max: AppVersionMaxAggregateOutputType | null
|
|
163043
|
+
}
|
|
163044
|
+
|
|
163045
|
+
export type AppVersionAvgAggregateOutputType = {
|
|
163046
|
+
no: number | null
|
|
163047
|
+
versionCode: number | null
|
|
163048
|
+
}
|
|
163049
|
+
|
|
163050
|
+
export type AppVersionSumAggregateOutputType = {
|
|
163051
|
+
no: number | null
|
|
163052
|
+
versionCode: number | null
|
|
163053
|
+
}
|
|
163054
|
+
|
|
163055
|
+
export type AppVersionMinAggregateOutputType = {
|
|
163056
|
+
id: string | null
|
|
163057
|
+
no: number | null
|
|
163058
|
+
versionCode: number | null
|
|
163059
|
+
versionName: string | null
|
|
163060
|
+
releaseNotes: string | null
|
|
163061
|
+
createdAt: Date | null
|
|
163062
|
+
updatedAt: Date | null
|
|
163063
|
+
deletedAt: Date | null
|
|
163064
|
+
createdById: string | null
|
|
163065
|
+
apkUrl: string | null
|
|
163066
|
+
}
|
|
163067
|
+
|
|
163068
|
+
export type AppVersionMaxAggregateOutputType = {
|
|
163069
|
+
id: string | null
|
|
163070
|
+
no: number | null
|
|
163071
|
+
versionCode: number | null
|
|
163072
|
+
versionName: string | null
|
|
163073
|
+
releaseNotes: string | null
|
|
163074
|
+
createdAt: Date | null
|
|
163075
|
+
updatedAt: Date | null
|
|
163076
|
+
deletedAt: Date | null
|
|
163077
|
+
createdById: string | null
|
|
163078
|
+
apkUrl: string | null
|
|
163079
|
+
}
|
|
163080
|
+
|
|
163081
|
+
export type AppVersionCountAggregateOutputType = {
|
|
163082
|
+
id: number
|
|
163083
|
+
no: number
|
|
163084
|
+
versionCode: number
|
|
163085
|
+
versionName: number
|
|
163086
|
+
releaseNotes: number
|
|
163087
|
+
createdAt: number
|
|
163088
|
+
updatedAt: number
|
|
163089
|
+
deletedAt: number
|
|
163090
|
+
createdById: number
|
|
163091
|
+
apkUrl: number
|
|
163092
|
+
_all: number
|
|
163093
|
+
}
|
|
163094
|
+
|
|
163095
|
+
|
|
163096
|
+
export type AppVersionAvgAggregateInputType = {
|
|
163097
|
+
no?: true
|
|
163098
|
+
versionCode?: true
|
|
163099
|
+
}
|
|
163100
|
+
|
|
163101
|
+
export type AppVersionSumAggregateInputType = {
|
|
163102
|
+
no?: true
|
|
163103
|
+
versionCode?: true
|
|
163104
|
+
}
|
|
163105
|
+
|
|
163106
|
+
export type AppVersionMinAggregateInputType = {
|
|
163107
|
+
id?: true
|
|
163108
|
+
no?: true
|
|
163109
|
+
versionCode?: true
|
|
163110
|
+
versionName?: true
|
|
163111
|
+
releaseNotes?: true
|
|
163112
|
+
createdAt?: true
|
|
163113
|
+
updatedAt?: true
|
|
163114
|
+
deletedAt?: true
|
|
163115
|
+
createdById?: true
|
|
163116
|
+
apkUrl?: true
|
|
163117
|
+
}
|
|
163118
|
+
|
|
163119
|
+
export type AppVersionMaxAggregateInputType = {
|
|
163120
|
+
id?: true
|
|
163121
|
+
no?: true
|
|
163122
|
+
versionCode?: true
|
|
163123
|
+
versionName?: true
|
|
163124
|
+
releaseNotes?: true
|
|
163125
|
+
createdAt?: true
|
|
163126
|
+
updatedAt?: true
|
|
163127
|
+
deletedAt?: true
|
|
163128
|
+
createdById?: true
|
|
163129
|
+
apkUrl?: true
|
|
163130
|
+
}
|
|
163131
|
+
|
|
163132
|
+
export type AppVersionCountAggregateInputType = {
|
|
163133
|
+
id?: true
|
|
163134
|
+
no?: true
|
|
163135
|
+
versionCode?: true
|
|
163136
|
+
versionName?: true
|
|
163137
|
+
releaseNotes?: true
|
|
163138
|
+
createdAt?: true
|
|
163139
|
+
updatedAt?: true
|
|
163140
|
+
deletedAt?: true
|
|
163141
|
+
createdById?: true
|
|
163142
|
+
apkUrl?: true
|
|
163143
|
+
_all?: true
|
|
163144
|
+
}
|
|
163145
|
+
|
|
163146
|
+
export type AppVersionAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163147
|
+
/**
|
|
163148
|
+
* Filter which AppVersion to aggregate.
|
|
163149
|
+
*/
|
|
163150
|
+
where?: AppVersionWhereInput
|
|
163151
|
+
/**
|
|
163152
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
163153
|
+
*
|
|
163154
|
+
* Determine the order of AppVersions to fetch.
|
|
163155
|
+
*/
|
|
163156
|
+
orderBy?: AppVersionOrderByWithRelationInput | AppVersionOrderByWithRelationInput[]
|
|
163157
|
+
/**
|
|
163158
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
163159
|
+
*
|
|
163160
|
+
* Sets the start position
|
|
163161
|
+
*/
|
|
163162
|
+
cursor?: AppVersionWhereUniqueInput
|
|
163163
|
+
/**
|
|
163164
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
163165
|
+
*
|
|
163166
|
+
* Take `±n` AppVersions from the position of the cursor.
|
|
163167
|
+
*/
|
|
163168
|
+
take?: number
|
|
163169
|
+
/**
|
|
163170
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
163171
|
+
*
|
|
163172
|
+
* Skip the first `n` AppVersions.
|
|
163173
|
+
*/
|
|
163174
|
+
skip?: number
|
|
163175
|
+
/**
|
|
163176
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163177
|
+
*
|
|
163178
|
+
* Count returned AppVersions
|
|
163179
|
+
**/
|
|
163180
|
+
_count?: true | AppVersionCountAggregateInputType
|
|
163181
|
+
/**
|
|
163182
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163183
|
+
*
|
|
163184
|
+
* Select which fields to average
|
|
163185
|
+
**/
|
|
163186
|
+
_avg?: AppVersionAvgAggregateInputType
|
|
163187
|
+
/**
|
|
163188
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163189
|
+
*
|
|
163190
|
+
* Select which fields to sum
|
|
163191
|
+
**/
|
|
163192
|
+
_sum?: AppVersionSumAggregateInputType
|
|
163193
|
+
/**
|
|
163194
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163195
|
+
*
|
|
163196
|
+
* Select which fields to find the minimum value
|
|
163197
|
+
**/
|
|
163198
|
+
_min?: AppVersionMinAggregateInputType
|
|
163199
|
+
/**
|
|
163200
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163201
|
+
*
|
|
163202
|
+
* Select which fields to find the maximum value
|
|
163203
|
+
**/
|
|
163204
|
+
_max?: AppVersionMaxAggregateInputType
|
|
163205
|
+
}
|
|
163206
|
+
|
|
163207
|
+
export type GetAppVersionAggregateType<T extends AppVersionAggregateArgs> = {
|
|
163208
|
+
[P in keyof T & keyof AggregateAppVersion]: P extends '_count' | 'count'
|
|
163209
|
+
? T[P] extends true
|
|
163210
|
+
? number
|
|
163211
|
+
: GetScalarType<T[P], AggregateAppVersion[P]>
|
|
163212
|
+
: GetScalarType<T[P], AggregateAppVersion[P]>
|
|
163213
|
+
}
|
|
163214
|
+
|
|
163215
|
+
|
|
163216
|
+
|
|
163217
|
+
|
|
163218
|
+
export type AppVersionGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163219
|
+
where?: AppVersionWhereInput
|
|
163220
|
+
orderBy?: AppVersionOrderByWithAggregationInput | AppVersionOrderByWithAggregationInput[]
|
|
163221
|
+
by: AppVersionScalarFieldEnum[] | AppVersionScalarFieldEnum
|
|
163222
|
+
having?: AppVersionScalarWhereWithAggregatesInput
|
|
163223
|
+
take?: number
|
|
163224
|
+
skip?: number
|
|
163225
|
+
_count?: AppVersionCountAggregateInputType | true
|
|
163226
|
+
_avg?: AppVersionAvgAggregateInputType
|
|
163227
|
+
_sum?: AppVersionSumAggregateInputType
|
|
163228
|
+
_min?: AppVersionMinAggregateInputType
|
|
163229
|
+
_max?: AppVersionMaxAggregateInputType
|
|
163230
|
+
}
|
|
163231
|
+
|
|
163232
|
+
export type AppVersionGroupByOutputType = {
|
|
163233
|
+
id: string
|
|
163234
|
+
no: number
|
|
163235
|
+
versionCode: number
|
|
163236
|
+
versionName: string
|
|
163237
|
+
releaseNotes: string | null
|
|
163238
|
+
createdAt: Date
|
|
163239
|
+
updatedAt: Date
|
|
163240
|
+
deletedAt: Date | null
|
|
163241
|
+
createdById: string
|
|
163242
|
+
apkUrl: string | null
|
|
163243
|
+
_count: AppVersionCountAggregateOutputType | null
|
|
163244
|
+
_avg: AppVersionAvgAggregateOutputType | null
|
|
163245
|
+
_sum: AppVersionSumAggregateOutputType | null
|
|
163246
|
+
_min: AppVersionMinAggregateOutputType | null
|
|
163247
|
+
_max: AppVersionMaxAggregateOutputType | null
|
|
163248
|
+
}
|
|
163249
|
+
|
|
163250
|
+
type GetAppVersionGroupByPayload<T extends AppVersionGroupByArgs> = Prisma.PrismaPromise<
|
|
163251
|
+
Array<
|
|
163252
|
+
PickEnumerable<AppVersionGroupByOutputType, T['by']> &
|
|
163253
|
+
{
|
|
163254
|
+
[P in ((keyof T) & (keyof AppVersionGroupByOutputType))]: P extends '_count'
|
|
163255
|
+
? T[P] extends boolean
|
|
163256
|
+
? number
|
|
163257
|
+
: GetScalarType<T[P], AppVersionGroupByOutputType[P]>
|
|
163258
|
+
: GetScalarType<T[P], AppVersionGroupByOutputType[P]>
|
|
163259
|
+
}
|
|
163260
|
+
>
|
|
163261
|
+
>
|
|
163262
|
+
|
|
163263
|
+
|
|
163264
|
+
export type AppVersionSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
163265
|
+
id?: boolean
|
|
163266
|
+
no?: boolean
|
|
163267
|
+
versionCode?: boolean
|
|
163268
|
+
versionName?: boolean
|
|
163269
|
+
releaseNotes?: boolean
|
|
163270
|
+
createdAt?: boolean
|
|
163271
|
+
updatedAt?: boolean
|
|
163272
|
+
deletedAt?: boolean
|
|
163273
|
+
createdById?: boolean
|
|
163274
|
+
apkUrl?: boolean
|
|
163275
|
+
createdBy?: boolean | UserDefaultArgs<ExtArgs>
|
|
163276
|
+
}, ExtArgs["result"]["appVersion"]>
|
|
163277
|
+
|
|
163278
|
+
export type AppVersionSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
163279
|
+
id?: boolean
|
|
163280
|
+
no?: boolean
|
|
163281
|
+
versionCode?: boolean
|
|
163282
|
+
versionName?: boolean
|
|
163283
|
+
releaseNotes?: boolean
|
|
163284
|
+
createdAt?: boolean
|
|
163285
|
+
updatedAt?: boolean
|
|
163286
|
+
deletedAt?: boolean
|
|
163287
|
+
createdById?: boolean
|
|
163288
|
+
apkUrl?: boolean
|
|
163289
|
+
createdBy?: boolean | UserDefaultArgs<ExtArgs>
|
|
163290
|
+
}, ExtArgs["result"]["appVersion"]>
|
|
163291
|
+
|
|
163292
|
+
export type AppVersionSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
163293
|
+
id?: boolean
|
|
163294
|
+
no?: boolean
|
|
163295
|
+
versionCode?: boolean
|
|
163296
|
+
versionName?: boolean
|
|
163297
|
+
releaseNotes?: boolean
|
|
163298
|
+
createdAt?: boolean
|
|
163299
|
+
updatedAt?: boolean
|
|
163300
|
+
deletedAt?: boolean
|
|
163301
|
+
createdById?: boolean
|
|
163302
|
+
apkUrl?: boolean
|
|
163303
|
+
createdBy?: boolean | UserDefaultArgs<ExtArgs>
|
|
163304
|
+
}, ExtArgs["result"]["appVersion"]>
|
|
163305
|
+
|
|
163306
|
+
export type AppVersionSelectScalar = {
|
|
163307
|
+
id?: boolean
|
|
163308
|
+
no?: boolean
|
|
163309
|
+
versionCode?: boolean
|
|
163310
|
+
versionName?: boolean
|
|
163311
|
+
releaseNotes?: boolean
|
|
163312
|
+
createdAt?: boolean
|
|
163313
|
+
updatedAt?: boolean
|
|
163314
|
+
deletedAt?: boolean
|
|
163315
|
+
createdById?: boolean
|
|
163316
|
+
apkUrl?: boolean
|
|
163317
|
+
}
|
|
163318
|
+
|
|
163319
|
+
export type AppVersionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "no" | "versionCode" | "versionName" | "releaseNotes" | "createdAt" | "updatedAt" | "deletedAt" | "createdById" | "apkUrl", ExtArgs["result"]["appVersion"]>
|
|
163320
|
+
export type AppVersionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163321
|
+
createdBy?: boolean | UserDefaultArgs<ExtArgs>
|
|
163322
|
+
}
|
|
163323
|
+
export type AppVersionIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163324
|
+
createdBy?: boolean | UserDefaultArgs<ExtArgs>
|
|
163325
|
+
}
|
|
163326
|
+
export type AppVersionIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163327
|
+
createdBy?: boolean | UserDefaultArgs<ExtArgs>
|
|
163328
|
+
}
|
|
163329
|
+
|
|
163330
|
+
export type $AppVersionPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
163331
|
+
name: "AppVersion"
|
|
163332
|
+
objects: {
|
|
163333
|
+
createdBy: Prisma.$UserPayload<ExtArgs>
|
|
163334
|
+
}
|
|
163335
|
+
scalars: $Extensions.GetPayloadResult<{
|
|
163336
|
+
id: string
|
|
163337
|
+
no: number
|
|
163338
|
+
versionCode: number
|
|
163339
|
+
versionName: string
|
|
163340
|
+
releaseNotes: string | null
|
|
163341
|
+
createdAt: Date
|
|
163342
|
+
updatedAt: Date
|
|
163343
|
+
deletedAt: Date | null
|
|
163344
|
+
createdById: string
|
|
163345
|
+
apkUrl: string | null
|
|
163346
|
+
}, ExtArgs["result"]["appVersion"]>
|
|
163347
|
+
composites: {}
|
|
163348
|
+
}
|
|
163349
|
+
|
|
163350
|
+
type AppVersionGetPayload<S extends boolean | null | undefined | AppVersionDefaultArgs> = $Result.GetResult<Prisma.$AppVersionPayload, S>
|
|
163351
|
+
|
|
163352
|
+
type AppVersionCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
|
163353
|
+
Omit<AppVersionFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
163354
|
+
select?: AppVersionCountAggregateInputType | true
|
|
163355
|
+
}
|
|
163356
|
+
|
|
163357
|
+
export interface AppVersionDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
163358
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['AppVersion'], meta: { name: 'AppVersion' } }
|
|
163359
|
+
/**
|
|
163360
|
+
* Find zero or one AppVersion that matches the filter.
|
|
163361
|
+
* @param {AppVersionFindUniqueArgs} args - Arguments to find a AppVersion
|
|
163362
|
+
* @example
|
|
163363
|
+
* // Get one AppVersion
|
|
163364
|
+
* const appVersion = await prisma.appVersion.findUnique({
|
|
163365
|
+
* where: {
|
|
163366
|
+
* // ... provide filter here
|
|
163367
|
+
* }
|
|
163368
|
+
* })
|
|
163369
|
+
*/
|
|
163370
|
+
findUnique<T extends AppVersionFindUniqueArgs>(args: SelectSubset<T, AppVersionFindUniqueArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
163371
|
+
|
|
163372
|
+
/**
|
|
163373
|
+
* Find one AppVersion that matches the filter or throw an error with `error.code='P2025'`
|
|
163374
|
+
* if no matches were found.
|
|
163375
|
+
* @param {AppVersionFindUniqueOrThrowArgs} args - Arguments to find a AppVersion
|
|
163376
|
+
* @example
|
|
163377
|
+
* // Get one AppVersion
|
|
163378
|
+
* const appVersion = await prisma.appVersion.findUniqueOrThrow({
|
|
163379
|
+
* where: {
|
|
163380
|
+
* // ... provide filter here
|
|
163381
|
+
* }
|
|
163382
|
+
* })
|
|
163383
|
+
*/
|
|
163384
|
+
findUniqueOrThrow<T extends AppVersionFindUniqueOrThrowArgs>(args: SelectSubset<T, AppVersionFindUniqueOrThrowArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
163385
|
+
|
|
163386
|
+
/**
|
|
163387
|
+
* Find the first AppVersion that matches the filter.
|
|
163388
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163389
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163390
|
+
* @param {AppVersionFindFirstArgs} args - Arguments to find a AppVersion
|
|
163391
|
+
* @example
|
|
163392
|
+
* // Get one AppVersion
|
|
163393
|
+
* const appVersion = await prisma.appVersion.findFirst({
|
|
163394
|
+
* where: {
|
|
163395
|
+
* // ... provide filter here
|
|
163396
|
+
* }
|
|
163397
|
+
* })
|
|
163398
|
+
*/
|
|
163399
|
+
findFirst<T extends AppVersionFindFirstArgs>(args?: SelectSubset<T, AppVersionFindFirstArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
163400
|
+
|
|
163401
|
+
/**
|
|
163402
|
+
* Find the first AppVersion that matches the filter or
|
|
163403
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
163404
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163405
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163406
|
+
* @param {AppVersionFindFirstOrThrowArgs} args - Arguments to find a AppVersion
|
|
163407
|
+
* @example
|
|
163408
|
+
* // Get one AppVersion
|
|
163409
|
+
* const appVersion = await prisma.appVersion.findFirstOrThrow({
|
|
163410
|
+
* where: {
|
|
163411
|
+
* // ... provide filter here
|
|
163412
|
+
* }
|
|
163413
|
+
* })
|
|
163414
|
+
*/
|
|
163415
|
+
findFirstOrThrow<T extends AppVersionFindFirstOrThrowArgs>(args?: SelectSubset<T, AppVersionFindFirstOrThrowArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
163416
|
+
|
|
163417
|
+
/**
|
|
163418
|
+
* Find zero or more AppVersions that matches the filter.
|
|
163419
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163420
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163421
|
+
* @param {AppVersionFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
163422
|
+
* @example
|
|
163423
|
+
* // Get all AppVersions
|
|
163424
|
+
* const appVersions = await prisma.appVersion.findMany()
|
|
163425
|
+
*
|
|
163426
|
+
* // Get first 10 AppVersions
|
|
163427
|
+
* const appVersions = await prisma.appVersion.findMany({ take: 10 })
|
|
163428
|
+
*
|
|
163429
|
+
* // Only select the `id`
|
|
163430
|
+
* const appVersionWithIdOnly = await prisma.appVersion.findMany({ select: { id: true } })
|
|
163431
|
+
*
|
|
163432
|
+
*/
|
|
163433
|
+
findMany<T extends AppVersionFindManyArgs>(args?: SelectSubset<T, AppVersionFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
163434
|
+
|
|
163435
|
+
/**
|
|
163436
|
+
* Create a AppVersion.
|
|
163437
|
+
* @param {AppVersionCreateArgs} args - Arguments to create a AppVersion.
|
|
163438
|
+
* @example
|
|
163439
|
+
* // Create one AppVersion
|
|
163440
|
+
* const AppVersion = await prisma.appVersion.create({
|
|
163441
|
+
* data: {
|
|
163442
|
+
* // ... data to create a AppVersion
|
|
163443
|
+
* }
|
|
163444
|
+
* })
|
|
163445
|
+
*
|
|
163446
|
+
*/
|
|
163447
|
+
create<T extends AppVersionCreateArgs>(args: SelectSubset<T, AppVersionCreateArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
163448
|
+
|
|
163449
|
+
/**
|
|
163450
|
+
* Create many AppVersions.
|
|
163451
|
+
* @param {AppVersionCreateManyArgs} args - Arguments to create many AppVersions.
|
|
163452
|
+
* @example
|
|
163453
|
+
* // Create many AppVersions
|
|
163454
|
+
* const appVersion = await prisma.appVersion.createMany({
|
|
163455
|
+
* data: [
|
|
163456
|
+
* // ... provide data here
|
|
163457
|
+
* ]
|
|
163458
|
+
* })
|
|
163459
|
+
*
|
|
163460
|
+
*/
|
|
163461
|
+
createMany<T extends AppVersionCreateManyArgs>(args?: SelectSubset<T, AppVersionCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
163462
|
+
|
|
163463
|
+
/**
|
|
163464
|
+
* Create many AppVersions and returns the data saved in the database.
|
|
163465
|
+
* @param {AppVersionCreateManyAndReturnArgs} args - Arguments to create many AppVersions.
|
|
163466
|
+
* @example
|
|
163467
|
+
* // Create many AppVersions
|
|
163468
|
+
* const appVersion = await prisma.appVersion.createManyAndReturn({
|
|
163469
|
+
* data: [
|
|
163470
|
+
* // ... provide data here
|
|
163471
|
+
* ]
|
|
163472
|
+
* })
|
|
163473
|
+
*
|
|
163474
|
+
* // Create many AppVersions and only return the `id`
|
|
163475
|
+
* const appVersionWithIdOnly = await prisma.appVersion.createManyAndReturn({
|
|
163476
|
+
* select: { id: true },
|
|
163477
|
+
* data: [
|
|
163478
|
+
* // ... provide data here
|
|
163479
|
+
* ]
|
|
163480
|
+
* })
|
|
163481
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163482
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163483
|
+
*
|
|
163484
|
+
*/
|
|
163485
|
+
createManyAndReturn<T extends AppVersionCreateManyAndReturnArgs>(args?: SelectSubset<T, AppVersionCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
163486
|
+
|
|
163487
|
+
/**
|
|
163488
|
+
* Delete a AppVersion.
|
|
163489
|
+
* @param {AppVersionDeleteArgs} args - Arguments to delete one AppVersion.
|
|
163490
|
+
* @example
|
|
163491
|
+
* // Delete one AppVersion
|
|
163492
|
+
* const AppVersion = await prisma.appVersion.delete({
|
|
163493
|
+
* where: {
|
|
163494
|
+
* // ... filter to delete one AppVersion
|
|
163495
|
+
* }
|
|
163496
|
+
* })
|
|
163497
|
+
*
|
|
163498
|
+
*/
|
|
163499
|
+
delete<T extends AppVersionDeleteArgs>(args: SelectSubset<T, AppVersionDeleteArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
163500
|
+
|
|
163501
|
+
/**
|
|
163502
|
+
* Update one AppVersion.
|
|
163503
|
+
* @param {AppVersionUpdateArgs} args - Arguments to update one AppVersion.
|
|
163504
|
+
* @example
|
|
163505
|
+
* // Update one AppVersion
|
|
163506
|
+
* const appVersion = await prisma.appVersion.update({
|
|
163507
|
+
* where: {
|
|
163508
|
+
* // ... provide filter here
|
|
163509
|
+
* },
|
|
163510
|
+
* data: {
|
|
163511
|
+
* // ... provide data here
|
|
163512
|
+
* }
|
|
163513
|
+
* })
|
|
163514
|
+
*
|
|
163515
|
+
*/
|
|
163516
|
+
update<T extends AppVersionUpdateArgs>(args: SelectSubset<T, AppVersionUpdateArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
163517
|
+
|
|
163518
|
+
/**
|
|
163519
|
+
* Delete zero or more AppVersions.
|
|
163520
|
+
* @param {AppVersionDeleteManyArgs} args - Arguments to filter AppVersions to delete.
|
|
163521
|
+
* @example
|
|
163522
|
+
* // Delete a few AppVersions
|
|
163523
|
+
* const { count } = await prisma.appVersion.deleteMany({
|
|
163524
|
+
* where: {
|
|
163525
|
+
* // ... provide filter here
|
|
163526
|
+
* }
|
|
163527
|
+
* })
|
|
163528
|
+
*
|
|
163529
|
+
*/
|
|
163530
|
+
deleteMany<T extends AppVersionDeleteManyArgs>(args?: SelectSubset<T, AppVersionDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
163531
|
+
|
|
163532
|
+
/**
|
|
163533
|
+
* Update zero or more AppVersions.
|
|
163534
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163535
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163536
|
+
* @param {AppVersionUpdateManyArgs} args - Arguments to update one or more rows.
|
|
163537
|
+
* @example
|
|
163538
|
+
* // Update many AppVersions
|
|
163539
|
+
* const appVersion = await prisma.appVersion.updateMany({
|
|
163540
|
+
* where: {
|
|
163541
|
+
* // ... provide filter here
|
|
163542
|
+
* },
|
|
163543
|
+
* data: {
|
|
163544
|
+
* // ... provide data here
|
|
163545
|
+
* }
|
|
163546
|
+
* })
|
|
163547
|
+
*
|
|
163548
|
+
*/
|
|
163549
|
+
updateMany<T extends AppVersionUpdateManyArgs>(args: SelectSubset<T, AppVersionUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
|
163550
|
+
|
|
163551
|
+
/**
|
|
163552
|
+
* Update zero or more AppVersions and returns the data updated in the database.
|
|
163553
|
+
* @param {AppVersionUpdateManyAndReturnArgs} args - Arguments to update many AppVersions.
|
|
163554
|
+
* @example
|
|
163555
|
+
* // Update many AppVersions
|
|
163556
|
+
* const appVersion = await prisma.appVersion.updateManyAndReturn({
|
|
163557
|
+
* where: {
|
|
163558
|
+
* // ... provide filter here
|
|
163559
|
+
* },
|
|
163560
|
+
* data: [
|
|
163561
|
+
* // ... provide data here
|
|
163562
|
+
* ]
|
|
163563
|
+
* })
|
|
163564
|
+
*
|
|
163565
|
+
* // Update zero or more AppVersions and only return the `id`
|
|
163566
|
+
* const appVersionWithIdOnly = await prisma.appVersion.updateManyAndReturn({
|
|
163567
|
+
* select: { id: true },
|
|
163568
|
+
* where: {
|
|
163569
|
+
* // ... provide filter here
|
|
163570
|
+
* },
|
|
163571
|
+
* data: [
|
|
163572
|
+
* // ... provide data here
|
|
163573
|
+
* ]
|
|
163574
|
+
* })
|
|
163575
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163576
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163577
|
+
*
|
|
163578
|
+
*/
|
|
163579
|
+
updateManyAndReturn<T extends AppVersionUpdateManyAndReturnArgs>(args: SelectSubset<T, AppVersionUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
163580
|
+
|
|
163581
|
+
/**
|
|
163582
|
+
* Create or update one AppVersion.
|
|
163583
|
+
* @param {AppVersionUpsertArgs} args - Arguments to update or create a AppVersion.
|
|
163584
|
+
* @example
|
|
163585
|
+
* // Update or create a AppVersion
|
|
163586
|
+
* const appVersion = await prisma.appVersion.upsert({
|
|
163587
|
+
* create: {
|
|
163588
|
+
* // ... data to create a AppVersion
|
|
163589
|
+
* },
|
|
163590
|
+
* update: {
|
|
163591
|
+
* // ... in case it already exists, update
|
|
163592
|
+
* },
|
|
163593
|
+
* where: {
|
|
163594
|
+
* // ... the filter for the AppVersion we want to update
|
|
163595
|
+
* }
|
|
163596
|
+
* })
|
|
163597
|
+
*/
|
|
163598
|
+
upsert<T extends AppVersionUpsertArgs>(args: SelectSubset<T, AppVersionUpsertArgs<ExtArgs>>): Prisma__AppVersionClient<$Result.GetResult<Prisma.$AppVersionPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
163599
|
+
|
|
163600
|
+
|
|
163601
|
+
/**
|
|
163602
|
+
* Count the number of AppVersions.
|
|
163603
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163604
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163605
|
+
* @param {AppVersionCountArgs} args - Arguments to filter AppVersions to count.
|
|
163606
|
+
* @example
|
|
163607
|
+
* // Count the number of AppVersions
|
|
163608
|
+
* const count = await prisma.appVersion.count({
|
|
163609
|
+
* where: {
|
|
163610
|
+
* // ... the filter for the AppVersions we want to count
|
|
163611
|
+
* }
|
|
163612
|
+
* })
|
|
163613
|
+
**/
|
|
163614
|
+
count<T extends AppVersionCountArgs>(
|
|
163615
|
+
args?: Subset<T, AppVersionCountArgs>,
|
|
163616
|
+
): Prisma.PrismaPromise<
|
|
163617
|
+
T extends $Utils.Record<'select', any>
|
|
163618
|
+
? T['select'] extends true
|
|
163619
|
+
? number
|
|
163620
|
+
: GetScalarType<T['select'], AppVersionCountAggregateOutputType>
|
|
163621
|
+
: number
|
|
163622
|
+
>
|
|
163623
|
+
|
|
163624
|
+
/**
|
|
163625
|
+
* Allows you to perform aggregations operations on a AppVersion.
|
|
163626
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163627
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163628
|
+
* @param {AppVersionAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
163629
|
+
* @example
|
|
163630
|
+
* // Ordered by age ascending
|
|
163631
|
+
* // Where email contains prisma.io
|
|
163632
|
+
* // Limited to the 10 users
|
|
163633
|
+
* const aggregations = await prisma.user.aggregate({
|
|
163634
|
+
* _avg: {
|
|
163635
|
+
* age: true,
|
|
163636
|
+
* },
|
|
163637
|
+
* where: {
|
|
163638
|
+
* email: {
|
|
163639
|
+
* contains: "prisma.io",
|
|
163640
|
+
* },
|
|
163641
|
+
* },
|
|
163642
|
+
* orderBy: {
|
|
163643
|
+
* age: "asc",
|
|
163644
|
+
* },
|
|
163645
|
+
* take: 10,
|
|
163646
|
+
* })
|
|
163647
|
+
**/
|
|
163648
|
+
aggregate<T extends AppVersionAggregateArgs>(args: Subset<T, AppVersionAggregateArgs>): Prisma.PrismaPromise<GetAppVersionAggregateType<T>>
|
|
163649
|
+
|
|
163650
|
+
/**
|
|
163651
|
+
* Group by AppVersion.
|
|
163652
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
163653
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
163654
|
+
* @param {AppVersionGroupByArgs} args - Group by arguments.
|
|
163655
|
+
* @example
|
|
163656
|
+
* // Group by city, order by createdAt, get count
|
|
163657
|
+
* const result = await prisma.user.groupBy({
|
|
163658
|
+
* by: ['city', 'createdAt'],
|
|
163659
|
+
* orderBy: {
|
|
163660
|
+
* createdAt: true
|
|
163661
|
+
* },
|
|
163662
|
+
* _count: {
|
|
163663
|
+
* _all: true
|
|
163664
|
+
* },
|
|
163665
|
+
* })
|
|
163666
|
+
*
|
|
163667
|
+
**/
|
|
163668
|
+
groupBy<
|
|
163669
|
+
T extends AppVersionGroupByArgs,
|
|
163670
|
+
HasSelectOrTake extends Or<
|
|
163671
|
+
Extends<'skip', Keys<T>>,
|
|
163672
|
+
Extends<'take', Keys<T>>
|
|
163673
|
+
>,
|
|
163674
|
+
OrderByArg extends True extends HasSelectOrTake
|
|
163675
|
+
? { orderBy: AppVersionGroupByArgs['orderBy'] }
|
|
163676
|
+
: { orderBy?: AppVersionGroupByArgs['orderBy'] },
|
|
163677
|
+
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
|
163678
|
+
ByFields extends MaybeTupleToUnion<T['by']>,
|
|
163679
|
+
ByValid extends Has<ByFields, OrderFields>,
|
|
163680
|
+
HavingFields extends GetHavingFields<T['having']>,
|
|
163681
|
+
HavingValid extends Has<ByFields, HavingFields>,
|
|
163682
|
+
ByEmpty extends T['by'] extends never[] ? True : False,
|
|
163683
|
+
InputErrors extends ByEmpty extends True
|
|
163684
|
+
? `Error: "by" must not be empty.`
|
|
163685
|
+
: HavingValid extends False
|
|
163686
|
+
? {
|
|
163687
|
+
[P in HavingFields]: P extends ByFields
|
|
163688
|
+
? never
|
|
163689
|
+
: P extends string
|
|
163690
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
163691
|
+
: [
|
|
163692
|
+
Error,
|
|
163693
|
+
'Field ',
|
|
163694
|
+
P,
|
|
163695
|
+
` in "having" needs to be provided in "by"`,
|
|
163696
|
+
]
|
|
163697
|
+
}[HavingFields]
|
|
163698
|
+
: 'take' extends Keys<T>
|
|
163699
|
+
? 'orderBy' extends Keys<T>
|
|
163700
|
+
? ByValid extends True
|
|
163701
|
+
? {}
|
|
163702
|
+
: {
|
|
163703
|
+
[P in OrderFields]: P extends ByFields
|
|
163704
|
+
? never
|
|
163705
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
163706
|
+
}[OrderFields]
|
|
163707
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
163708
|
+
: 'skip' extends Keys<T>
|
|
163709
|
+
? 'orderBy' extends Keys<T>
|
|
163710
|
+
? ByValid extends True
|
|
163711
|
+
? {}
|
|
163712
|
+
: {
|
|
163713
|
+
[P in OrderFields]: P extends ByFields
|
|
163714
|
+
? never
|
|
163715
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
163716
|
+
}[OrderFields]
|
|
163717
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
163718
|
+
: ByValid extends True
|
|
163719
|
+
? {}
|
|
163720
|
+
: {
|
|
163721
|
+
[P in OrderFields]: P extends ByFields
|
|
163722
|
+
? never
|
|
163723
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
163724
|
+
}[OrderFields]
|
|
163725
|
+
>(args: SubsetIntersection<T, AppVersionGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetAppVersionGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
163726
|
+
/**
|
|
163727
|
+
* Fields of the AppVersion model
|
|
163728
|
+
*/
|
|
163729
|
+
readonly fields: AppVersionFieldRefs;
|
|
163730
|
+
}
|
|
163731
|
+
|
|
163732
|
+
/**
|
|
163733
|
+
* The delegate class that acts as a "Promise-like" for AppVersion.
|
|
163734
|
+
* Why is this prefixed with `Prisma__`?
|
|
163735
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
163736
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
163737
|
+
*/
|
|
163738
|
+
export interface Prisma__AppVersionClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
163739
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
163740
|
+
createdBy<T extends UserDefaultArgs<ExtArgs> = {}>(args?: Subset<T, UserDefaultArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
163741
|
+
/**
|
|
163742
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
163743
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
163744
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
163745
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
163746
|
+
*/
|
|
163747
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): $Utils.JsPromise<TResult1 | TResult2>
|
|
163748
|
+
/**
|
|
163749
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
163750
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
163751
|
+
* @returns A Promise for the completion of the callback.
|
|
163752
|
+
*/
|
|
163753
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>
|
|
163754
|
+
/**
|
|
163755
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
163756
|
+
* resolved value cannot be modified from the callback.
|
|
163757
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
163758
|
+
* @returns A Promise for the completion of the callback.
|
|
163759
|
+
*/
|
|
163760
|
+
finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>
|
|
163761
|
+
}
|
|
163762
|
+
|
|
163763
|
+
|
|
163764
|
+
|
|
163765
|
+
|
|
163766
|
+
/**
|
|
163767
|
+
* Fields of the AppVersion model
|
|
162483
163768
|
*/
|
|
162484
|
-
interface
|
|
162485
|
-
readonly id: FieldRef<"
|
|
162486
|
-
readonly
|
|
162487
|
-
readonly
|
|
162488
|
-
readonly
|
|
162489
|
-
readonly
|
|
162490
|
-
readonly
|
|
163769
|
+
interface AppVersionFieldRefs {
|
|
163770
|
+
readonly id: FieldRef<"AppVersion", 'String'>
|
|
163771
|
+
readonly no: FieldRef<"AppVersion", 'Int'>
|
|
163772
|
+
readonly versionCode: FieldRef<"AppVersion", 'Int'>
|
|
163773
|
+
readonly versionName: FieldRef<"AppVersion", 'String'>
|
|
163774
|
+
readonly releaseNotes: FieldRef<"AppVersion", 'String'>
|
|
163775
|
+
readonly createdAt: FieldRef<"AppVersion", 'DateTime'>
|
|
163776
|
+
readonly updatedAt: FieldRef<"AppVersion", 'DateTime'>
|
|
163777
|
+
readonly deletedAt: FieldRef<"AppVersion", 'DateTime'>
|
|
163778
|
+
readonly createdById: FieldRef<"AppVersion", 'String'>
|
|
163779
|
+
readonly apkUrl: FieldRef<"AppVersion", 'String'>
|
|
162491
163780
|
}
|
|
162492
163781
|
|
|
162493
163782
|
|
|
162494
163783
|
// Custom InputTypes
|
|
162495
163784
|
/**
|
|
162496
|
-
*
|
|
163785
|
+
* AppVersion findUnique
|
|
162497
163786
|
*/
|
|
162498
|
-
export type
|
|
163787
|
+
export type AppVersionFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162499
163788
|
/**
|
|
162500
|
-
* Select specific fields to fetch from the
|
|
163789
|
+
* Select specific fields to fetch from the AppVersion
|
|
162501
163790
|
*/
|
|
162502
|
-
select?:
|
|
163791
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162503
163792
|
/**
|
|
162504
|
-
* Omit specific fields from the
|
|
163793
|
+
* Omit specific fields from the AppVersion
|
|
162505
163794
|
*/
|
|
162506
|
-
omit?:
|
|
163795
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162507
163796
|
/**
|
|
162508
163797
|
* Choose, which related nodes to fetch as well
|
|
162509
163798
|
*/
|
|
162510
|
-
include?:
|
|
163799
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162511
163800
|
/**
|
|
162512
|
-
* Filter, which
|
|
163801
|
+
* Filter, which AppVersion to fetch.
|
|
162513
163802
|
*/
|
|
162514
|
-
where:
|
|
163803
|
+
where: AppVersionWhereUniqueInput
|
|
162515
163804
|
}
|
|
162516
163805
|
|
|
162517
163806
|
/**
|
|
162518
|
-
*
|
|
163807
|
+
* AppVersion findUniqueOrThrow
|
|
162519
163808
|
*/
|
|
162520
|
-
export type
|
|
163809
|
+
export type AppVersionFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162521
163810
|
/**
|
|
162522
|
-
* Select specific fields to fetch from the
|
|
163811
|
+
* Select specific fields to fetch from the AppVersion
|
|
162523
163812
|
*/
|
|
162524
|
-
select?:
|
|
163813
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162525
163814
|
/**
|
|
162526
|
-
* Omit specific fields from the
|
|
163815
|
+
* Omit specific fields from the AppVersion
|
|
162527
163816
|
*/
|
|
162528
|
-
omit?:
|
|
163817
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162529
163818
|
/**
|
|
162530
163819
|
* Choose, which related nodes to fetch as well
|
|
162531
163820
|
*/
|
|
162532
|
-
include?:
|
|
163821
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162533
163822
|
/**
|
|
162534
|
-
* Filter, which
|
|
163823
|
+
* Filter, which AppVersion to fetch.
|
|
162535
163824
|
*/
|
|
162536
|
-
where:
|
|
163825
|
+
where: AppVersionWhereUniqueInput
|
|
162537
163826
|
}
|
|
162538
163827
|
|
|
162539
163828
|
/**
|
|
162540
|
-
*
|
|
163829
|
+
* AppVersion findFirst
|
|
162541
163830
|
*/
|
|
162542
|
-
export type
|
|
163831
|
+
export type AppVersionFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162543
163832
|
/**
|
|
162544
|
-
* Select specific fields to fetch from the
|
|
163833
|
+
* Select specific fields to fetch from the AppVersion
|
|
162545
163834
|
*/
|
|
162546
|
-
select?:
|
|
163835
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162547
163836
|
/**
|
|
162548
|
-
* Omit specific fields from the
|
|
163837
|
+
* Omit specific fields from the AppVersion
|
|
162549
163838
|
*/
|
|
162550
|
-
omit?:
|
|
163839
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162551
163840
|
/**
|
|
162552
163841
|
* Choose, which related nodes to fetch as well
|
|
162553
163842
|
*/
|
|
162554
|
-
include?:
|
|
163843
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162555
163844
|
/**
|
|
162556
|
-
* Filter, which
|
|
163845
|
+
* Filter, which AppVersion to fetch.
|
|
162557
163846
|
*/
|
|
162558
|
-
where?:
|
|
163847
|
+
where?: AppVersionWhereInput
|
|
162559
163848
|
/**
|
|
162560
163849
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
162561
163850
|
*
|
|
162562
|
-
* Determine the order of
|
|
163851
|
+
* Determine the order of AppVersions to fetch.
|
|
162563
163852
|
*/
|
|
162564
|
-
orderBy?:
|
|
163853
|
+
orderBy?: AppVersionOrderByWithRelationInput | AppVersionOrderByWithRelationInput[]
|
|
162565
163854
|
/**
|
|
162566
163855
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
162567
163856
|
*
|
|
162568
|
-
* Sets the position for searching for
|
|
163857
|
+
* Sets the position for searching for AppVersions.
|
|
162569
163858
|
*/
|
|
162570
|
-
cursor?:
|
|
163859
|
+
cursor?: AppVersionWhereUniqueInput
|
|
162571
163860
|
/**
|
|
162572
163861
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162573
163862
|
*
|
|
162574
|
-
* Take `±n`
|
|
163863
|
+
* Take `±n` AppVersions from the position of the cursor.
|
|
162575
163864
|
*/
|
|
162576
163865
|
take?: number
|
|
162577
163866
|
/**
|
|
162578
163867
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162579
163868
|
*
|
|
162580
|
-
* Skip the first `n`
|
|
163869
|
+
* Skip the first `n` AppVersions.
|
|
162581
163870
|
*/
|
|
162582
163871
|
skip?: number
|
|
162583
163872
|
/**
|
|
162584
163873
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
162585
163874
|
*
|
|
162586
|
-
* Filter by unique combinations of
|
|
163875
|
+
* Filter by unique combinations of AppVersions.
|
|
162587
163876
|
*/
|
|
162588
|
-
distinct?:
|
|
163877
|
+
distinct?: AppVersionScalarFieldEnum | AppVersionScalarFieldEnum[]
|
|
162589
163878
|
}
|
|
162590
163879
|
|
|
162591
163880
|
/**
|
|
162592
|
-
*
|
|
163881
|
+
* AppVersion findFirstOrThrow
|
|
162593
163882
|
*/
|
|
162594
|
-
export type
|
|
163883
|
+
export type AppVersionFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162595
163884
|
/**
|
|
162596
|
-
* Select specific fields to fetch from the
|
|
163885
|
+
* Select specific fields to fetch from the AppVersion
|
|
162597
163886
|
*/
|
|
162598
|
-
select?:
|
|
163887
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162599
163888
|
/**
|
|
162600
|
-
* Omit specific fields from the
|
|
163889
|
+
* Omit specific fields from the AppVersion
|
|
162601
163890
|
*/
|
|
162602
|
-
omit?:
|
|
163891
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162603
163892
|
/**
|
|
162604
163893
|
* Choose, which related nodes to fetch as well
|
|
162605
163894
|
*/
|
|
162606
|
-
include?:
|
|
163895
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162607
163896
|
/**
|
|
162608
|
-
* Filter, which
|
|
163897
|
+
* Filter, which AppVersion to fetch.
|
|
162609
163898
|
*/
|
|
162610
|
-
where?:
|
|
163899
|
+
where?: AppVersionWhereInput
|
|
162611
163900
|
/**
|
|
162612
163901
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
162613
163902
|
*
|
|
162614
|
-
* Determine the order of
|
|
163903
|
+
* Determine the order of AppVersions to fetch.
|
|
162615
163904
|
*/
|
|
162616
|
-
orderBy?:
|
|
163905
|
+
orderBy?: AppVersionOrderByWithRelationInput | AppVersionOrderByWithRelationInput[]
|
|
162617
163906
|
/**
|
|
162618
163907
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
162619
163908
|
*
|
|
162620
|
-
* Sets the position for searching for
|
|
163909
|
+
* Sets the position for searching for AppVersions.
|
|
162621
163910
|
*/
|
|
162622
|
-
cursor?:
|
|
163911
|
+
cursor?: AppVersionWhereUniqueInput
|
|
162623
163912
|
/**
|
|
162624
163913
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162625
163914
|
*
|
|
162626
|
-
* Take `±n`
|
|
163915
|
+
* Take `±n` AppVersions from the position of the cursor.
|
|
162627
163916
|
*/
|
|
162628
163917
|
take?: number
|
|
162629
163918
|
/**
|
|
162630
163919
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162631
163920
|
*
|
|
162632
|
-
* Skip the first `n`
|
|
163921
|
+
* Skip the first `n` AppVersions.
|
|
162633
163922
|
*/
|
|
162634
163923
|
skip?: number
|
|
162635
163924
|
/**
|
|
162636
163925
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
162637
163926
|
*
|
|
162638
|
-
* Filter by unique combinations of
|
|
163927
|
+
* Filter by unique combinations of AppVersions.
|
|
162639
163928
|
*/
|
|
162640
|
-
distinct?:
|
|
163929
|
+
distinct?: AppVersionScalarFieldEnum | AppVersionScalarFieldEnum[]
|
|
162641
163930
|
}
|
|
162642
163931
|
|
|
162643
163932
|
/**
|
|
162644
|
-
*
|
|
163933
|
+
* AppVersion findMany
|
|
162645
163934
|
*/
|
|
162646
|
-
export type
|
|
163935
|
+
export type AppVersionFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162647
163936
|
/**
|
|
162648
|
-
* Select specific fields to fetch from the
|
|
163937
|
+
* Select specific fields to fetch from the AppVersion
|
|
162649
163938
|
*/
|
|
162650
|
-
select?:
|
|
163939
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162651
163940
|
/**
|
|
162652
|
-
* Omit specific fields from the
|
|
163941
|
+
* Omit specific fields from the AppVersion
|
|
162653
163942
|
*/
|
|
162654
|
-
omit?:
|
|
163943
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162655
163944
|
/**
|
|
162656
163945
|
* Choose, which related nodes to fetch as well
|
|
162657
163946
|
*/
|
|
162658
|
-
include?:
|
|
163947
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162659
163948
|
/**
|
|
162660
|
-
* Filter, which
|
|
163949
|
+
* Filter, which AppVersions to fetch.
|
|
162661
163950
|
*/
|
|
162662
|
-
where?:
|
|
163951
|
+
where?: AppVersionWhereInput
|
|
162663
163952
|
/**
|
|
162664
163953
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
162665
163954
|
*
|
|
162666
|
-
* Determine the order of
|
|
163955
|
+
* Determine the order of AppVersions to fetch.
|
|
162667
163956
|
*/
|
|
162668
|
-
orderBy?:
|
|
163957
|
+
orderBy?: AppVersionOrderByWithRelationInput | AppVersionOrderByWithRelationInput[]
|
|
162669
163958
|
/**
|
|
162670
163959
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
162671
163960
|
*
|
|
162672
|
-
* Sets the position for listing
|
|
163961
|
+
* Sets the position for listing AppVersions.
|
|
162673
163962
|
*/
|
|
162674
|
-
cursor?:
|
|
163963
|
+
cursor?: AppVersionWhereUniqueInput
|
|
162675
163964
|
/**
|
|
162676
163965
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162677
163966
|
*
|
|
162678
|
-
* Take `±n`
|
|
163967
|
+
* Take `±n` AppVersions from the position of the cursor.
|
|
162679
163968
|
*/
|
|
162680
163969
|
take?: number
|
|
162681
163970
|
/**
|
|
162682
163971
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
162683
163972
|
*
|
|
162684
|
-
* Skip the first `n`
|
|
163973
|
+
* Skip the first `n` AppVersions.
|
|
162685
163974
|
*/
|
|
162686
163975
|
skip?: number
|
|
162687
|
-
distinct?:
|
|
163976
|
+
distinct?: AppVersionScalarFieldEnum | AppVersionScalarFieldEnum[]
|
|
162688
163977
|
}
|
|
162689
163978
|
|
|
162690
163979
|
/**
|
|
162691
|
-
*
|
|
163980
|
+
* AppVersion create
|
|
162692
163981
|
*/
|
|
162693
|
-
export type
|
|
163982
|
+
export type AppVersionCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162694
163983
|
/**
|
|
162695
|
-
* Select specific fields to fetch from the
|
|
163984
|
+
* Select specific fields to fetch from the AppVersion
|
|
162696
163985
|
*/
|
|
162697
|
-
select?:
|
|
163986
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162698
163987
|
/**
|
|
162699
|
-
* Omit specific fields from the
|
|
163988
|
+
* Omit specific fields from the AppVersion
|
|
162700
163989
|
*/
|
|
162701
|
-
omit?:
|
|
163990
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162702
163991
|
/**
|
|
162703
163992
|
* Choose, which related nodes to fetch as well
|
|
162704
163993
|
*/
|
|
162705
|
-
include?:
|
|
163994
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162706
163995
|
/**
|
|
162707
|
-
* The data needed to create a
|
|
163996
|
+
* The data needed to create a AppVersion.
|
|
162708
163997
|
*/
|
|
162709
|
-
data: XOR<
|
|
163998
|
+
data: XOR<AppVersionCreateInput, AppVersionUncheckedCreateInput>
|
|
162710
163999
|
}
|
|
162711
164000
|
|
|
162712
164001
|
/**
|
|
162713
|
-
*
|
|
164002
|
+
* AppVersion createMany
|
|
162714
164003
|
*/
|
|
162715
|
-
export type
|
|
164004
|
+
export type AppVersionCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162716
164005
|
/**
|
|
162717
|
-
* The data used to create many
|
|
164006
|
+
* The data used to create many AppVersions.
|
|
162718
164007
|
*/
|
|
162719
|
-
data:
|
|
164008
|
+
data: AppVersionCreateManyInput | AppVersionCreateManyInput[]
|
|
162720
164009
|
skipDuplicates?: boolean
|
|
162721
164010
|
}
|
|
162722
164011
|
|
|
162723
164012
|
/**
|
|
162724
|
-
*
|
|
164013
|
+
* AppVersion createManyAndReturn
|
|
162725
164014
|
*/
|
|
162726
|
-
export type
|
|
164015
|
+
export type AppVersionCreateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162727
164016
|
/**
|
|
162728
|
-
* Select specific fields to fetch from the
|
|
164017
|
+
* Select specific fields to fetch from the AppVersion
|
|
162729
164018
|
*/
|
|
162730
|
-
select?:
|
|
164019
|
+
select?: AppVersionSelectCreateManyAndReturn<ExtArgs> | null
|
|
162731
164020
|
/**
|
|
162732
|
-
* Omit specific fields from the
|
|
164021
|
+
* Omit specific fields from the AppVersion
|
|
162733
164022
|
*/
|
|
162734
|
-
omit?:
|
|
164023
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162735
164024
|
/**
|
|
162736
|
-
* The data used to create many
|
|
164025
|
+
* The data used to create many AppVersions.
|
|
162737
164026
|
*/
|
|
162738
|
-
data:
|
|
164027
|
+
data: AppVersionCreateManyInput | AppVersionCreateManyInput[]
|
|
162739
164028
|
skipDuplicates?: boolean
|
|
162740
164029
|
/**
|
|
162741
164030
|
* Choose, which related nodes to fetch as well
|
|
162742
164031
|
*/
|
|
162743
|
-
include?:
|
|
164032
|
+
include?: AppVersionIncludeCreateManyAndReturn<ExtArgs> | null
|
|
162744
164033
|
}
|
|
162745
164034
|
|
|
162746
164035
|
/**
|
|
162747
|
-
*
|
|
164036
|
+
* AppVersion update
|
|
162748
164037
|
*/
|
|
162749
|
-
export type
|
|
164038
|
+
export type AppVersionUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162750
164039
|
/**
|
|
162751
|
-
* Select specific fields to fetch from the
|
|
164040
|
+
* Select specific fields to fetch from the AppVersion
|
|
162752
164041
|
*/
|
|
162753
|
-
select?:
|
|
164042
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162754
164043
|
/**
|
|
162755
|
-
* Omit specific fields from the
|
|
164044
|
+
* Omit specific fields from the AppVersion
|
|
162756
164045
|
*/
|
|
162757
|
-
omit?:
|
|
164046
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162758
164047
|
/**
|
|
162759
164048
|
* Choose, which related nodes to fetch as well
|
|
162760
164049
|
*/
|
|
162761
|
-
include?:
|
|
164050
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162762
164051
|
/**
|
|
162763
|
-
* The data needed to update a
|
|
164052
|
+
* The data needed to update a AppVersion.
|
|
162764
164053
|
*/
|
|
162765
|
-
data: XOR<
|
|
164054
|
+
data: XOR<AppVersionUpdateInput, AppVersionUncheckedUpdateInput>
|
|
162766
164055
|
/**
|
|
162767
|
-
* Choose, which
|
|
164056
|
+
* Choose, which AppVersion to update.
|
|
162768
164057
|
*/
|
|
162769
|
-
where:
|
|
164058
|
+
where: AppVersionWhereUniqueInput
|
|
162770
164059
|
}
|
|
162771
164060
|
|
|
162772
164061
|
/**
|
|
162773
|
-
*
|
|
164062
|
+
* AppVersion updateMany
|
|
162774
164063
|
*/
|
|
162775
|
-
export type
|
|
164064
|
+
export type AppVersionUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162776
164065
|
/**
|
|
162777
|
-
* The data used to update
|
|
164066
|
+
* The data used to update AppVersions.
|
|
162778
164067
|
*/
|
|
162779
|
-
data: XOR<
|
|
164068
|
+
data: XOR<AppVersionUpdateManyMutationInput, AppVersionUncheckedUpdateManyInput>
|
|
162780
164069
|
/**
|
|
162781
|
-
* Filter which
|
|
164070
|
+
* Filter which AppVersions to update
|
|
162782
164071
|
*/
|
|
162783
|
-
where?:
|
|
164072
|
+
where?: AppVersionWhereInput
|
|
162784
164073
|
/**
|
|
162785
|
-
* Limit how many
|
|
164074
|
+
* Limit how many AppVersions to update.
|
|
162786
164075
|
*/
|
|
162787
164076
|
limit?: number
|
|
162788
164077
|
}
|
|
162789
164078
|
|
|
162790
164079
|
/**
|
|
162791
|
-
*
|
|
164080
|
+
* AppVersion updateManyAndReturn
|
|
162792
164081
|
*/
|
|
162793
|
-
export type
|
|
164082
|
+
export type AppVersionUpdateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162794
164083
|
/**
|
|
162795
|
-
* Select specific fields to fetch from the
|
|
164084
|
+
* Select specific fields to fetch from the AppVersion
|
|
162796
164085
|
*/
|
|
162797
|
-
select?:
|
|
164086
|
+
select?: AppVersionSelectUpdateManyAndReturn<ExtArgs> | null
|
|
162798
164087
|
/**
|
|
162799
|
-
* Omit specific fields from the
|
|
164088
|
+
* Omit specific fields from the AppVersion
|
|
162800
164089
|
*/
|
|
162801
|
-
omit?:
|
|
164090
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162802
164091
|
/**
|
|
162803
|
-
* The data used to update
|
|
164092
|
+
* The data used to update AppVersions.
|
|
162804
164093
|
*/
|
|
162805
|
-
data: XOR<
|
|
164094
|
+
data: XOR<AppVersionUpdateManyMutationInput, AppVersionUncheckedUpdateManyInput>
|
|
162806
164095
|
/**
|
|
162807
|
-
* Filter which
|
|
164096
|
+
* Filter which AppVersions to update
|
|
162808
164097
|
*/
|
|
162809
|
-
where?:
|
|
164098
|
+
where?: AppVersionWhereInput
|
|
162810
164099
|
/**
|
|
162811
|
-
* Limit how many
|
|
164100
|
+
* Limit how many AppVersions to update.
|
|
162812
164101
|
*/
|
|
162813
164102
|
limit?: number
|
|
162814
164103
|
/**
|
|
162815
164104
|
* Choose, which related nodes to fetch as well
|
|
162816
164105
|
*/
|
|
162817
|
-
include?:
|
|
164106
|
+
include?: AppVersionIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
162818
164107
|
}
|
|
162819
164108
|
|
|
162820
164109
|
/**
|
|
162821
|
-
*
|
|
164110
|
+
* AppVersion upsert
|
|
162822
164111
|
*/
|
|
162823
|
-
export type
|
|
164112
|
+
export type AppVersionUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162824
164113
|
/**
|
|
162825
|
-
* Select specific fields to fetch from the
|
|
164114
|
+
* Select specific fields to fetch from the AppVersion
|
|
162826
164115
|
*/
|
|
162827
|
-
select?:
|
|
164116
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162828
164117
|
/**
|
|
162829
|
-
* Omit specific fields from the
|
|
164118
|
+
* Omit specific fields from the AppVersion
|
|
162830
164119
|
*/
|
|
162831
|
-
omit?:
|
|
164120
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162832
164121
|
/**
|
|
162833
164122
|
* Choose, which related nodes to fetch as well
|
|
162834
164123
|
*/
|
|
162835
|
-
include?:
|
|
164124
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162836
164125
|
/**
|
|
162837
|
-
* The filter to search for the
|
|
164126
|
+
* The filter to search for the AppVersion to update in case it exists.
|
|
162838
164127
|
*/
|
|
162839
|
-
where:
|
|
164128
|
+
where: AppVersionWhereUniqueInput
|
|
162840
164129
|
/**
|
|
162841
|
-
* In case the
|
|
164130
|
+
* In case the AppVersion found by the `where` argument doesn't exist, create a new AppVersion with this data.
|
|
162842
164131
|
*/
|
|
162843
|
-
create: XOR<
|
|
164132
|
+
create: XOR<AppVersionCreateInput, AppVersionUncheckedCreateInput>
|
|
162844
164133
|
/**
|
|
162845
|
-
* In case the
|
|
164134
|
+
* In case the AppVersion was found with the provided `where` argument, update it with this data.
|
|
162846
164135
|
*/
|
|
162847
|
-
update: XOR<
|
|
164136
|
+
update: XOR<AppVersionUpdateInput, AppVersionUncheckedUpdateInput>
|
|
162848
164137
|
}
|
|
162849
164138
|
|
|
162850
164139
|
/**
|
|
162851
|
-
*
|
|
164140
|
+
* AppVersion delete
|
|
162852
164141
|
*/
|
|
162853
|
-
export type
|
|
164142
|
+
export type AppVersionDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162854
164143
|
/**
|
|
162855
|
-
* Select specific fields to fetch from the
|
|
164144
|
+
* Select specific fields to fetch from the AppVersion
|
|
162856
164145
|
*/
|
|
162857
|
-
select?:
|
|
164146
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162858
164147
|
/**
|
|
162859
|
-
* Omit specific fields from the
|
|
164148
|
+
* Omit specific fields from the AppVersion
|
|
162860
164149
|
*/
|
|
162861
|
-
omit?:
|
|
164150
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162862
164151
|
/**
|
|
162863
164152
|
* Choose, which related nodes to fetch as well
|
|
162864
164153
|
*/
|
|
162865
|
-
include?:
|
|
164154
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162866
164155
|
/**
|
|
162867
|
-
* Filter which
|
|
164156
|
+
* Filter which AppVersion to delete.
|
|
162868
164157
|
*/
|
|
162869
|
-
where:
|
|
164158
|
+
where: AppVersionWhereUniqueInput
|
|
162870
164159
|
}
|
|
162871
164160
|
|
|
162872
164161
|
/**
|
|
162873
|
-
*
|
|
164162
|
+
* AppVersion deleteMany
|
|
162874
164163
|
*/
|
|
162875
|
-
export type
|
|
164164
|
+
export type AppVersionDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162876
164165
|
/**
|
|
162877
|
-
* Filter which
|
|
164166
|
+
* Filter which AppVersions to delete
|
|
162878
164167
|
*/
|
|
162879
|
-
where?:
|
|
164168
|
+
where?: AppVersionWhereInput
|
|
162880
164169
|
/**
|
|
162881
|
-
* Limit how many
|
|
164170
|
+
* Limit how many AppVersions to delete.
|
|
162882
164171
|
*/
|
|
162883
164172
|
limit?: number
|
|
162884
164173
|
}
|
|
162885
164174
|
|
|
162886
164175
|
/**
|
|
162887
|
-
*
|
|
164176
|
+
* AppVersion without action
|
|
162888
164177
|
*/
|
|
162889
|
-
export type
|
|
164178
|
+
export type AppVersionDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
162890
164179
|
/**
|
|
162891
|
-
* Select specific fields to fetch from the
|
|
164180
|
+
* Select specific fields to fetch from the AppVersion
|
|
162892
164181
|
*/
|
|
162893
|
-
select?:
|
|
164182
|
+
select?: AppVersionSelect<ExtArgs> | null
|
|
162894
164183
|
/**
|
|
162895
|
-
* Omit specific fields from the
|
|
164184
|
+
* Omit specific fields from the AppVersion
|
|
162896
164185
|
*/
|
|
162897
|
-
omit?:
|
|
164186
|
+
omit?: AppVersionOmit<ExtArgs> | null
|
|
162898
164187
|
/**
|
|
162899
164188
|
* Choose, which related nodes to fetch as well
|
|
162900
164189
|
*/
|
|
162901
|
-
include?:
|
|
164190
|
+
include?: AppVersionInclude<ExtArgs> | null
|
|
162902
164191
|
}
|
|
162903
164192
|
|
|
162904
164193
|
|
|
@@ -165274,6 +166563,22 @@ export namespace Prisma {
|
|
|
165274
166563
|
export type ReportTableScalarFieldEnum = (typeof ReportTableScalarFieldEnum)[keyof typeof ReportTableScalarFieldEnum]
|
|
165275
166564
|
|
|
165276
166565
|
|
|
166566
|
+
export const AppVersionScalarFieldEnum: {
|
|
166567
|
+
id: 'id',
|
|
166568
|
+
no: 'no',
|
|
166569
|
+
versionCode: 'versionCode',
|
|
166570
|
+
versionName: 'versionName',
|
|
166571
|
+
releaseNotes: 'releaseNotes',
|
|
166572
|
+
createdAt: 'createdAt',
|
|
166573
|
+
updatedAt: 'updatedAt',
|
|
166574
|
+
deletedAt: 'deletedAt',
|
|
166575
|
+
createdById: 'createdById',
|
|
166576
|
+
apkUrl: 'apkUrl'
|
|
166577
|
+
};
|
|
166578
|
+
|
|
166579
|
+
export type AppVersionScalarFieldEnum = (typeof AppVersionScalarFieldEnum)[keyof typeof AppVersionScalarFieldEnum]
|
|
166580
|
+
|
|
166581
|
+
|
|
165277
166582
|
export const SortOrder: {
|
|
165278
166583
|
asc: 'asc',
|
|
165279
166584
|
desc: 'desc'
|
|
@@ -167202,6 +168507,7 @@ export namespace Prisma {
|
|
|
167202
168507
|
Conduit?: ConduitListRelationFilter
|
|
167203
168508
|
ConduitTemplate?: ConduitTemplateListRelationFilter
|
|
167204
168509
|
WorkOrderComments?: WorkOrderCommentsListRelationFilter
|
|
168510
|
+
appVersions?: AppVersionListRelationFilter
|
|
167205
168511
|
}
|
|
167206
168512
|
|
|
167207
168513
|
export type UserOrderByWithRelationInput = {
|
|
@@ -167292,6 +168598,7 @@ export namespace Prisma {
|
|
|
167292
168598
|
Conduit?: ConduitOrderByRelationAggregateInput
|
|
167293
168599
|
ConduitTemplate?: ConduitTemplateOrderByRelationAggregateInput
|
|
167294
168600
|
WorkOrderComments?: WorkOrderCommentsOrderByRelationAggregateInput
|
|
168601
|
+
appVersions?: AppVersionOrderByRelationAggregateInput
|
|
167295
168602
|
}
|
|
167296
168603
|
|
|
167297
168604
|
export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -167385,6 +168692,7 @@ export namespace Prisma {
|
|
|
167385
168692
|
Conduit?: ConduitListRelationFilter
|
|
167386
168693
|
ConduitTemplate?: ConduitTemplateListRelationFilter
|
|
167387
168694
|
WorkOrderComments?: WorkOrderCommentsListRelationFilter
|
|
168695
|
+
appVersions?: AppVersionListRelationFilter
|
|
167388
168696
|
}, "id" | "id" | "email" | "refreshToken">
|
|
167389
168697
|
|
|
167390
168698
|
export type UserOrderByWithAggregationInput = {
|
|
@@ -179248,6 +180556,88 @@ export namespace Prisma {
|
|
|
179248
180556
|
sortBy?: JsonNullableWithAggregatesFilter<"ReportTable">
|
|
179249
180557
|
}
|
|
179250
180558
|
|
|
180559
|
+
export type AppVersionWhereInput = {
|
|
180560
|
+
AND?: AppVersionWhereInput | AppVersionWhereInput[]
|
|
180561
|
+
OR?: AppVersionWhereInput[]
|
|
180562
|
+
NOT?: AppVersionWhereInput | AppVersionWhereInput[]
|
|
180563
|
+
id?: StringFilter<"AppVersion"> | string
|
|
180564
|
+
no?: IntFilter<"AppVersion"> | number
|
|
180565
|
+
versionCode?: IntFilter<"AppVersion"> | number
|
|
180566
|
+
versionName?: StringFilter<"AppVersion"> | string
|
|
180567
|
+
releaseNotes?: StringNullableFilter<"AppVersion"> | string | null
|
|
180568
|
+
createdAt?: DateTimeFilter<"AppVersion"> | Date | string
|
|
180569
|
+
updatedAt?: DateTimeFilter<"AppVersion"> | Date | string
|
|
180570
|
+
deletedAt?: DateTimeNullableFilter<"AppVersion"> | Date | string | null
|
|
180571
|
+
createdById?: StringFilter<"AppVersion"> | string
|
|
180572
|
+
apkUrl?: StringNullableFilter<"AppVersion"> | string | null
|
|
180573
|
+
createdBy?: XOR<UserScalarRelationFilter, UserWhereInput>
|
|
180574
|
+
}
|
|
180575
|
+
|
|
180576
|
+
export type AppVersionOrderByWithRelationInput = {
|
|
180577
|
+
id?: SortOrder
|
|
180578
|
+
no?: SortOrder
|
|
180579
|
+
versionCode?: SortOrder
|
|
180580
|
+
versionName?: SortOrder
|
|
180581
|
+
releaseNotes?: SortOrderInput | SortOrder
|
|
180582
|
+
createdAt?: SortOrder
|
|
180583
|
+
updatedAt?: SortOrder
|
|
180584
|
+
deletedAt?: SortOrderInput | SortOrder
|
|
180585
|
+
createdById?: SortOrder
|
|
180586
|
+
apkUrl?: SortOrderInput | SortOrder
|
|
180587
|
+
createdBy?: UserOrderByWithRelationInput
|
|
180588
|
+
}
|
|
180589
|
+
|
|
180590
|
+
export type AppVersionWhereUniqueInput = Prisma.AtLeast<{
|
|
180591
|
+
id?: string
|
|
180592
|
+
AND?: AppVersionWhereInput | AppVersionWhereInput[]
|
|
180593
|
+
OR?: AppVersionWhereInput[]
|
|
180594
|
+
NOT?: AppVersionWhereInput | AppVersionWhereInput[]
|
|
180595
|
+
no?: IntFilter<"AppVersion"> | number
|
|
180596
|
+
versionCode?: IntFilter<"AppVersion"> | number
|
|
180597
|
+
versionName?: StringFilter<"AppVersion"> | string
|
|
180598
|
+
releaseNotes?: StringNullableFilter<"AppVersion"> | string | null
|
|
180599
|
+
createdAt?: DateTimeFilter<"AppVersion"> | Date | string
|
|
180600
|
+
updatedAt?: DateTimeFilter<"AppVersion"> | Date | string
|
|
180601
|
+
deletedAt?: DateTimeNullableFilter<"AppVersion"> | Date | string | null
|
|
180602
|
+
createdById?: StringFilter<"AppVersion"> | string
|
|
180603
|
+
apkUrl?: StringNullableFilter<"AppVersion"> | string | null
|
|
180604
|
+
createdBy?: XOR<UserScalarRelationFilter, UserWhereInput>
|
|
180605
|
+
}, "id" | "id">
|
|
180606
|
+
|
|
180607
|
+
export type AppVersionOrderByWithAggregationInput = {
|
|
180608
|
+
id?: SortOrder
|
|
180609
|
+
no?: SortOrder
|
|
180610
|
+
versionCode?: SortOrder
|
|
180611
|
+
versionName?: SortOrder
|
|
180612
|
+
releaseNotes?: SortOrderInput | SortOrder
|
|
180613
|
+
createdAt?: SortOrder
|
|
180614
|
+
updatedAt?: SortOrder
|
|
180615
|
+
deletedAt?: SortOrderInput | SortOrder
|
|
180616
|
+
createdById?: SortOrder
|
|
180617
|
+
apkUrl?: SortOrderInput | SortOrder
|
|
180618
|
+
_count?: AppVersionCountOrderByAggregateInput
|
|
180619
|
+
_avg?: AppVersionAvgOrderByAggregateInput
|
|
180620
|
+
_max?: AppVersionMaxOrderByAggregateInput
|
|
180621
|
+
_min?: AppVersionMinOrderByAggregateInput
|
|
180622
|
+
_sum?: AppVersionSumOrderByAggregateInput
|
|
180623
|
+
}
|
|
180624
|
+
|
|
180625
|
+
export type AppVersionScalarWhereWithAggregatesInput = {
|
|
180626
|
+
AND?: AppVersionScalarWhereWithAggregatesInput | AppVersionScalarWhereWithAggregatesInput[]
|
|
180627
|
+
OR?: AppVersionScalarWhereWithAggregatesInput[]
|
|
180628
|
+
NOT?: AppVersionScalarWhereWithAggregatesInput | AppVersionScalarWhereWithAggregatesInput[]
|
|
180629
|
+
id?: StringWithAggregatesFilter<"AppVersion"> | string
|
|
180630
|
+
no?: IntWithAggregatesFilter<"AppVersion"> | number
|
|
180631
|
+
versionCode?: IntWithAggregatesFilter<"AppVersion"> | number
|
|
180632
|
+
versionName?: StringWithAggregatesFilter<"AppVersion"> | string
|
|
180633
|
+
releaseNotes?: StringNullableWithAggregatesFilter<"AppVersion"> | string | null
|
|
180634
|
+
createdAt?: DateTimeWithAggregatesFilter<"AppVersion"> | Date | string
|
|
180635
|
+
updatedAt?: DateTimeWithAggregatesFilter<"AppVersion"> | Date | string
|
|
180636
|
+
deletedAt?: DateTimeNullableWithAggregatesFilter<"AppVersion"> | Date | string | null
|
|
180637
|
+
createdById?: StringWithAggregatesFilter<"AppVersion"> | string
|
|
180638
|
+
apkUrl?: StringNullableWithAggregatesFilter<"AppVersion"> | string | null
|
|
180639
|
+
}
|
|
180640
|
+
|
|
179251
180641
|
export type CountryCreateInput = {
|
|
179252
180642
|
id?: string
|
|
179253
180643
|
no?: number
|
|
@@ -181017,6 +182407,7 @@ export namespace Prisma {
|
|
|
181017
182407
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
181018
182408
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
181019
182409
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
182410
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
181020
182411
|
}
|
|
181021
182412
|
|
|
181022
182413
|
export type UserUncheckedCreateInput = {
|
|
@@ -181102,6 +182493,7 @@ export namespace Prisma {
|
|
|
181102
182493
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
181103
182494
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
181104
182495
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
182496
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
181105
182497
|
}
|
|
181106
182498
|
|
|
181107
182499
|
export type UserUpdateInput = {
|
|
@@ -181187,6 +182579,7 @@ export namespace Prisma {
|
|
|
181187
182579
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
181188
182580
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
181189
182581
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
182582
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
181190
182583
|
}
|
|
181191
182584
|
|
|
181192
182585
|
export type UserUncheckedUpdateInput = {
|
|
@@ -181272,6 +182665,7 @@ export namespace Prisma {
|
|
|
181272
182665
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
181273
182666
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
181274
182667
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
182668
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
181275
182669
|
}
|
|
181276
182670
|
|
|
181277
182671
|
export type UserCreateManyInput = {
|
|
@@ -194613,6 +196007,96 @@ export namespace Prisma {
|
|
|
194613
196007
|
sortBy?: NullableJsonNullValueInput | InputJsonValue
|
|
194614
196008
|
}
|
|
194615
196009
|
|
|
196010
|
+
export type AppVersionCreateInput = {
|
|
196011
|
+
id?: string
|
|
196012
|
+
no?: number
|
|
196013
|
+
versionCode: number
|
|
196014
|
+
versionName: string
|
|
196015
|
+
releaseNotes?: string | null
|
|
196016
|
+
createdAt?: Date | string
|
|
196017
|
+
updatedAt?: Date | string
|
|
196018
|
+
deletedAt?: Date | string | null
|
|
196019
|
+
apkUrl?: string | null
|
|
196020
|
+
createdBy: UserCreateNestedOneWithoutAppVersionsInput
|
|
196021
|
+
}
|
|
196022
|
+
|
|
196023
|
+
export type AppVersionUncheckedCreateInput = {
|
|
196024
|
+
id?: string
|
|
196025
|
+
no?: number
|
|
196026
|
+
versionCode: number
|
|
196027
|
+
versionName: string
|
|
196028
|
+
releaseNotes?: string | null
|
|
196029
|
+
createdAt?: Date | string
|
|
196030
|
+
updatedAt?: Date | string
|
|
196031
|
+
deletedAt?: Date | string | null
|
|
196032
|
+
createdById: string
|
|
196033
|
+
apkUrl?: string | null
|
|
196034
|
+
}
|
|
196035
|
+
|
|
196036
|
+
export type AppVersionUpdateInput = {
|
|
196037
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
196038
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
196039
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
196040
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
196041
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196042
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196043
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196044
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
196045
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196046
|
+
createdBy?: UserUpdateOneRequiredWithoutAppVersionsNestedInput
|
|
196047
|
+
}
|
|
196048
|
+
|
|
196049
|
+
export type AppVersionUncheckedUpdateInput = {
|
|
196050
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
196051
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
196052
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
196053
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
196054
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196055
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196056
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196057
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
196058
|
+
createdById?: StringFieldUpdateOperationsInput | string
|
|
196059
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196060
|
+
}
|
|
196061
|
+
|
|
196062
|
+
export type AppVersionCreateManyInput = {
|
|
196063
|
+
id?: string
|
|
196064
|
+
no?: number
|
|
196065
|
+
versionCode: number
|
|
196066
|
+
versionName: string
|
|
196067
|
+
releaseNotes?: string | null
|
|
196068
|
+
createdAt?: Date | string
|
|
196069
|
+
updatedAt?: Date | string
|
|
196070
|
+
deletedAt?: Date | string | null
|
|
196071
|
+
createdById: string
|
|
196072
|
+
apkUrl?: string | null
|
|
196073
|
+
}
|
|
196074
|
+
|
|
196075
|
+
export type AppVersionUpdateManyMutationInput = {
|
|
196076
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
196077
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
196078
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
196079
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
196080
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196081
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196082
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196083
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
196084
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196085
|
+
}
|
|
196086
|
+
|
|
196087
|
+
export type AppVersionUncheckedUpdateManyInput = {
|
|
196088
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
196089
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
196090
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
196091
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
196092
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196093
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196094
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
196095
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
196096
|
+
createdById?: StringFieldUpdateOperationsInput | string
|
|
196097
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
196098
|
+
}
|
|
196099
|
+
|
|
194616
196100
|
export type StringFilter<$PrismaModel = never> = {
|
|
194617
196101
|
equals?: string | StringFieldRefInput<$PrismaModel>
|
|
194618
196102
|
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
|
@@ -196113,6 +197597,12 @@ export namespace Prisma {
|
|
|
196113
197597
|
none?: WorkOrderCommentsWhereInput
|
|
196114
197598
|
}
|
|
196115
197599
|
|
|
197600
|
+
export type AppVersionListRelationFilter = {
|
|
197601
|
+
every?: AppVersionWhereInput
|
|
197602
|
+
some?: AppVersionWhereInput
|
|
197603
|
+
none?: AppVersionWhereInput
|
|
197604
|
+
}
|
|
197605
|
+
|
|
196116
197606
|
export type PlatformOrderByRelationAggregateInput = {
|
|
196117
197607
|
_count?: SortOrder
|
|
196118
197608
|
}
|
|
@@ -196277,6 +197767,10 @@ export namespace Prisma {
|
|
|
196277
197767
|
_count?: SortOrder
|
|
196278
197768
|
}
|
|
196279
197769
|
|
|
197770
|
+
export type AppVersionOrderByRelationAggregateInput = {
|
|
197771
|
+
_count?: SortOrder
|
|
197772
|
+
}
|
|
197773
|
+
|
|
196280
197774
|
export type UserCountOrderByAggregateInput = {
|
|
196281
197775
|
id?: SortOrder
|
|
196282
197776
|
no?: SortOrder
|
|
@@ -203161,6 +204655,55 @@ export namespace Prisma {
|
|
|
203161
204655
|
includeHeader?: SortOrder
|
|
203162
204656
|
}
|
|
203163
204657
|
|
|
204658
|
+
export type AppVersionCountOrderByAggregateInput = {
|
|
204659
|
+
id?: SortOrder
|
|
204660
|
+
no?: SortOrder
|
|
204661
|
+
versionCode?: SortOrder
|
|
204662
|
+
versionName?: SortOrder
|
|
204663
|
+
releaseNotes?: SortOrder
|
|
204664
|
+
createdAt?: SortOrder
|
|
204665
|
+
updatedAt?: SortOrder
|
|
204666
|
+
deletedAt?: SortOrder
|
|
204667
|
+
createdById?: SortOrder
|
|
204668
|
+
apkUrl?: SortOrder
|
|
204669
|
+
}
|
|
204670
|
+
|
|
204671
|
+
export type AppVersionAvgOrderByAggregateInput = {
|
|
204672
|
+
no?: SortOrder
|
|
204673
|
+
versionCode?: SortOrder
|
|
204674
|
+
}
|
|
204675
|
+
|
|
204676
|
+
export type AppVersionMaxOrderByAggregateInput = {
|
|
204677
|
+
id?: SortOrder
|
|
204678
|
+
no?: SortOrder
|
|
204679
|
+
versionCode?: SortOrder
|
|
204680
|
+
versionName?: SortOrder
|
|
204681
|
+
releaseNotes?: SortOrder
|
|
204682
|
+
createdAt?: SortOrder
|
|
204683
|
+
updatedAt?: SortOrder
|
|
204684
|
+
deletedAt?: SortOrder
|
|
204685
|
+
createdById?: SortOrder
|
|
204686
|
+
apkUrl?: SortOrder
|
|
204687
|
+
}
|
|
204688
|
+
|
|
204689
|
+
export type AppVersionMinOrderByAggregateInput = {
|
|
204690
|
+
id?: SortOrder
|
|
204691
|
+
no?: SortOrder
|
|
204692
|
+
versionCode?: SortOrder
|
|
204693
|
+
versionName?: SortOrder
|
|
204694
|
+
releaseNotes?: SortOrder
|
|
204695
|
+
createdAt?: SortOrder
|
|
204696
|
+
updatedAt?: SortOrder
|
|
204697
|
+
deletedAt?: SortOrder
|
|
204698
|
+
createdById?: SortOrder
|
|
204699
|
+
apkUrl?: SortOrder
|
|
204700
|
+
}
|
|
204701
|
+
|
|
204702
|
+
export type AppVersionSumOrderByAggregateInput = {
|
|
204703
|
+
no?: SortOrder
|
|
204704
|
+
versionCode?: SortOrder
|
|
204705
|
+
}
|
|
204706
|
+
|
|
203164
204707
|
export type CamusatCountryCreateNestedManyWithoutCountryInput = {
|
|
203165
204708
|
create?: XOR<CamusatCountryCreateWithoutCountryInput, CamusatCountryUncheckedCreateWithoutCountryInput> | CamusatCountryCreateWithoutCountryInput[] | CamusatCountryUncheckedCreateWithoutCountryInput[]
|
|
203166
204709
|
connectOrCreate?: CamusatCountryCreateOrConnectWithoutCountryInput | CamusatCountryCreateOrConnectWithoutCountryInput[]
|
|
@@ -204780,6 +206323,13 @@ export namespace Prisma {
|
|
|
204780
206323
|
connect?: WorkOrderCommentsWhereUniqueInput | WorkOrderCommentsWhereUniqueInput[]
|
|
204781
206324
|
}
|
|
204782
206325
|
|
|
206326
|
+
export type AppVersionCreateNestedManyWithoutCreatedByInput = {
|
|
206327
|
+
create?: XOR<AppVersionCreateWithoutCreatedByInput, AppVersionUncheckedCreateWithoutCreatedByInput> | AppVersionCreateWithoutCreatedByInput[] | AppVersionUncheckedCreateWithoutCreatedByInput[]
|
|
206328
|
+
connectOrCreate?: AppVersionCreateOrConnectWithoutCreatedByInput | AppVersionCreateOrConnectWithoutCreatedByInput[]
|
|
206329
|
+
createMany?: AppVersionCreateManyCreatedByInputEnvelope
|
|
206330
|
+
connect?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
206331
|
+
}
|
|
206332
|
+
|
|
204783
206333
|
export type PlatformUncheckedCreateNestedManyWithoutUserInput = {
|
|
204784
206334
|
create?: XOR<PlatformCreateWithoutUserInput, PlatformUncheckedCreateWithoutUserInput> | PlatformCreateWithoutUserInput[] | PlatformUncheckedCreateWithoutUserInput[]
|
|
204785
206335
|
connectOrCreate?: PlatformCreateOrConnectWithoutUserInput | PlatformCreateOrConnectWithoutUserInput[]
|
|
@@ -205139,6 +206689,13 @@ export namespace Prisma {
|
|
|
205139
206689
|
connect?: WorkOrderCommentsWhereUniqueInput | WorkOrderCommentsWhereUniqueInput[]
|
|
205140
206690
|
}
|
|
205141
206691
|
|
|
206692
|
+
export type AppVersionUncheckedCreateNestedManyWithoutCreatedByInput = {
|
|
206693
|
+
create?: XOR<AppVersionCreateWithoutCreatedByInput, AppVersionUncheckedCreateWithoutCreatedByInput> | AppVersionCreateWithoutCreatedByInput[] | AppVersionUncheckedCreateWithoutCreatedByInput[]
|
|
206694
|
+
connectOrCreate?: AppVersionCreateOrConnectWithoutCreatedByInput | AppVersionCreateOrConnectWithoutCreatedByInput[]
|
|
206695
|
+
createMany?: AppVersionCreateManyCreatedByInputEnvelope
|
|
206696
|
+
connect?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
206697
|
+
}
|
|
206698
|
+
|
|
205142
206699
|
export type UserUpdatenotificationTokensInput = {
|
|
205143
206700
|
set?: string[]
|
|
205144
206701
|
push?: string | string[]
|
|
@@ -205922,6 +207479,20 @@ export namespace Prisma {
|
|
|
205922
207479
|
deleteMany?: WorkOrderCommentsScalarWhereInput | WorkOrderCommentsScalarWhereInput[]
|
|
205923
207480
|
}
|
|
205924
207481
|
|
|
207482
|
+
export type AppVersionUpdateManyWithoutCreatedByNestedInput = {
|
|
207483
|
+
create?: XOR<AppVersionCreateWithoutCreatedByInput, AppVersionUncheckedCreateWithoutCreatedByInput> | AppVersionCreateWithoutCreatedByInput[] | AppVersionUncheckedCreateWithoutCreatedByInput[]
|
|
207484
|
+
connectOrCreate?: AppVersionCreateOrConnectWithoutCreatedByInput | AppVersionCreateOrConnectWithoutCreatedByInput[]
|
|
207485
|
+
upsert?: AppVersionUpsertWithWhereUniqueWithoutCreatedByInput | AppVersionUpsertWithWhereUniqueWithoutCreatedByInput[]
|
|
207486
|
+
createMany?: AppVersionCreateManyCreatedByInputEnvelope
|
|
207487
|
+
set?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
207488
|
+
disconnect?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
207489
|
+
delete?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
207490
|
+
connect?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
207491
|
+
update?: AppVersionUpdateWithWhereUniqueWithoutCreatedByInput | AppVersionUpdateWithWhereUniqueWithoutCreatedByInput[]
|
|
207492
|
+
updateMany?: AppVersionUpdateManyWithWhereWithoutCreatedByInput | AppVersionUpdateManyWithWhereWithoutCreatedByInput[]
|
|
207493
|
+
deleteMany?: AppVersionScalarWhereInput | AppVersionScalarWhereInput[]
|
|
207494
|
+
}
|
|
207495
|
+
|
|
205925
207496
|
export type PlatformUncheckedUpdateManyWithoutUserNestedInput = {
|
|
205926
207497
|
create?: XOR<PlatformCreateWithoutUserInput, PlatformUncheckedCreateWithoutUserInput> | PlatformCreateWithoutUserInput[] | PlatformUncheckedCreateWithoutUserInput[]
|
|
205927
207498
|
connectOrCreate?: PlatformCreateOrConnectWithoutUserInput | PlatformCreateOrConnectWithoutUserInput[]
|
|
@@ -206645,6 +208216,20 @@ export namespace Prisma {
|
|
|
206645
208216
|
deleteMany?: WorkOrderCommentsScalarWhereInput | WorkOrderCommentsScalarWhereInput[]
|
|
206646
208217
|
}
|
|
206647
208218
|
|
|
208219
|
+
export type AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput = {
|
|
208220
|
+
create?: XOR<AppVersionCreateWithoutCreatedByInput, AppVersionUncheckedCreateWithoutCreatedByInput> | AppVersionCreateWithoutCreatedByInput[] | AppVersionUncheckedCreateWithoutCreatedByInput[]
|
|
208221
|
+
connectOrCreate?: AppVersionCreateOrConnectWithoutCreatedByInput | AppVersionCreateOrConnectWithoutCreatedByInput[]
|
|
208222
|
+
upsert?: AppVersionUpsertWithWhereUniqueWithoutCreatedByInput | AppVersionUpsertWithWhereUniqueWithoutCreatedByInput[]
|
|
208223
|
+
createMany?: AppVersionCreateManyCreatedByInputEnvelope
|
|
208224
|
+
set?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
208225
|
+
disconnect?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
208226
|
+
delete?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
208227
|
+
connect?: AppVersionWhereUniqueInput | AppVersionWhereUniqueInput[]
|
|
208228
|
+
update?: AppVersionUpdateWithWhereUniqueWithoutCreatedByInput | AppVersionUpdateWithWhereUniqueWithoutCreatedByInput[]
|
|
208229
|
+
updateMany?: AppVersionUpdateManyWithWhereWithoutCreatedByInput | AppVersionUpdateManyWithWhereWithoutCreatedByInput[]
|
|
208230
|
+
deleteMany?: AppVersionScalarWhereInput | AppVersionScalarWhereInput[]
|
|
208231
|
+
}
|
|
208232
|
+
|
|
206648
208233
|
export type CamusatCountryCreateNestedOneWithoutMainProjectsInput = {
|
|
206649
208234
|
create?: XOR<CamusatCountryCreateWithoutMainProjectsInput, CamusatCountryUncheckedCreateWithoutMainProjectsInput>
|
|
206650
208235
|
connectOrCreate?: CamusatCountryCreateOrConnectWithoutMainProjectsInput
|
|
@@ -222383,6 +223968,20 @@ export namespace Prisma {
|
|
|
222383
223968
|
update?: XOR<XOR<ReportMetricUpdateToOneWithWhereWithoutReportTableInput, ReportMetricUpdateWithoutReportTableInput>, ReportMetricUncheckedUpdateWithoutReportTableInput>
|
|
222384
223969
|
}
|
|
222385
223970
|
|
|
223971
|
+
export type UserCreateNestedOneWithoutAppVersionsInput = {
|
|
223972
|
+
create?: XOR<UserCreateWithoutAppVersionsInput, UserUncheckedCreateWithoutAppVersionsInput>
|
|
223973
|
+
connectOrCreate?: UserCreateOrConnectWithoutAppVersionsInput
|
|
223974
|
+
connect?: UserWhereUniqueInput
|
|
223975
|
+
}
|
|
223976
|
+
|
|
223977
|
+
export type UserUpdateOneRequiredWithoutAppVersionsNestedInput = {
|
|
223978
|
+
create?: XOR<UserCreateWithoutAppVersionsInput, UserUncheckedCreateWithoutAppVersionsInput>
|
|
223979
|
+
connectOrCreate?: UserCreateOrConnectWithoutAppVersionsInput
|
|
223980
|
+
upsert?: UserUpsertWithoutAppVersionsInput
|
|
223981
|
+
connect?: UserWhereUniqueInput
|
|
223982
|
+
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutAppVersionsInput, UserUpdateWithoutAppVersionsInput>, UserUncheckedUpdateWithoutAppVersionsInput>
|
|
223983
|
+
}
|
|
223984
|
+
|
|
222386
223985
|
export type NestedStringFilter<$PrismaModel = never> = {
|
|
222387
223986
|
equals?: string | StringFieldRefInput<$PrismaModel>
|
|
222388
223987
|
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
|
@@ -223092,6 +224691,7 @@ export namespace Prisma {
|
|
|
223092
224691
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
223093
224692
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
223094
224693
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
224694
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
223095
224695
|
}
|
|
223096
224696
|
|
|
223097
224697
|
export type UserUncheckedCreateWithoutCountryInput = {
|
|
@@ -223176,6 +224776,7 @@ export namespace Prisma {
|
|
|
223176
224776
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
223177
224777
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
223178
224778
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
224779
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
223179
224780
|
}
|
|
223180
224781
|
|
|
223181
224782
|
export type UserCreateOrConnectWithoutCountryInput = {
|
|
@@ -223458,6 +225059,7 @@ export namespace Prisma {
|
|
|
223458
225059
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
223459
225060
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
223460
225061
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
225062
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
223461
225063
|
}
|
|
223462
225064
|
|
|
223463
225065
|
export type UserUncheckedCreateWithoutManaging_countriesInput = {
|
|
@@ -223542,6 +225144,7 @@ export namespace Prisma {
|
|
|
223542
225144
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
223543
225145
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
223544
225146
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
225147
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
223545
225148
|
}
|
|
223546
225149
|
|
|
223547
225150
|
export type UserCreateOrConnectWithoutManaging_countriesInput = {
|
|
@@ -224030,6 +225633,7 @@ export namespace Prisma {
|
|
|
224030
225633
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
224031
225634
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
224032
225635
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
225636
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
224033
225637
|
}
|
|
224034
225638
|
|
|
224035
225639
|
export type UserUncheckedCreateWithoutCamusatClientInput = {
|
|
@@ -224114,6 +225718,7 @@ export namespace Prisma {
|
|
|
224114
225718
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224115
225719
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224116
225720
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
225721
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
224117
225722
|
}
|
|
224118
225723
|
|
|
224119
225724
|
export type UserCreateOrConnectWithoutCamusatClientInput = {
|
|
@@ -224316,6 +225921,7 @@ export namespace Prisma {
|
|
|
224316
225921
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
224317
225922
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
224318
225923
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
225924
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
224319
225925
|
}
|
|
224320
225926
|
|
|
224321
225927
|
export type UserUncheckedCreateWithoutPlatforms_listInput = {
|
|
@@ -224400,6 +226006,7 @@ export namespace Prisma {
|
|
|
224400
226006
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224401
226007
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224402
226008
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
226009
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
224403
226010
|
}
|
|
224404
226011
|
|
|
224405
226012
|
export type UserCreateOrConnectWithoutPlatforms_listInput = {
|
|
@@ -224659,6 +226266,7 @@ export namespace Prisma {
|
|
|
224659
226266
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
224660
226267
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
224661
226268
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
226269
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
224662
226270
|
}
|
|
224663
226271
|
|
|
224664
226272
|
export type UserUncheckedCreateWithoutPositionInput = {
|
|
@@ -224743,6 +226351,7 @@ export namespace Prisma {
|
|
|
224743
226351
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224744
226352
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224745
226353
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
226354
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
224746
226355
|
}
|
|
224747
226356
|
|
|
224748
226357
|
export type UserCreateOrConnectWithoutPositionInput = {
|
|
@@ -224853,6 +226462,7 @@ export namespace Prisma {
|
|
|
224853
226462
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
224854
226463
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
224855
226464
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
226465
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
224856
226466
|
}
|
|
224857
226467
|
|
|
224858
226468
|
export type UserUncheckedCreateWithoutRoleInput = {
|
|
@@ -224937,6 +226547,7 @@ export namespace Prisma {
|
|
|
224937
226547
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224938
226548
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
224939
226549
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
226550
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
224940
226551
|
}
|
|
224941
226552
|
|
|
224942
226553
|
export type UserCreateOrConnectWithoutRoleInput = {
|
|
@@ -226177,6 +227788,7 @@ export namespace Prisma {
|
|
|
226177
227788
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
226178
227789
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
226179
227790
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
227791
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
226180
227792
|
}
|
|
226181
227793
|
|
|
226182
227794
|
export type UserUncheckedCreateWithoutTeamTypeInput = {
|
|
@@ -226261,6 +227873,7 @@ export namespace Prisma {
|
|
|
226261
227873
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
226262
227874
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
226263
227875
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
227876
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
226264
227877
|
}
|
|
226265
227878
|
|
|
226266
227879
|
export type UserCreateOrConnectWithoutTeamTypeInput = {
|
|
@@ -226479,6 +228092,7 @@ export namespace Prisma {
|
|
|
226479
228092
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
226480
228093
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
226481
228094
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
228095
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
226482
228096
|
}
|
|
226483
228097
|
|
|
226484
228098
|
export type UserUncheckedCreateWithoutTeamInput = {
|
|
@@ -226563,6 +228177,7 @@ export namespace Prisma {
|
|
|
226563
228177
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
226564
228178
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
226565
228179
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
228180
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
226566
228181
|
}
|
|
226567
228182
|
|
|
226568
228183
|
export type UserCreateOrConnectWithoutTeamInput = {
|
|
@@ -226865,6 +228480,7 @@ export namespace Prisma {
|
|
|
226865
228480
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
226866
228481
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
226867
228482
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
228483
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
226868
228484
|
}
|
|
226869
228485
|
|
|
226870
228486
|
export type UserUncheckedCreateWithoutTeamPlatformInput = {
|
|
@@ -226949,6 +228565,7 @@ export namespace Prisma {
|
|
|
226949
228565
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
226950
228566
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
226951
228567
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
228568
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
226952
228569
|
}
|
|
226953
228570
|
|
|
226954
228571
|
export type UserCreateOrConnectWithoutTeamPlatformInput = {
|
|
@@ -227092,6 +228709,7 @@ export namespace Prisma {
|
|
|
227092
228709
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
227093
228710
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
227094
228711
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
228712
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
227095
228713
|
}
|
|
227096
228714
|
|
|
227097
228715
|
export type UserUncheckedUpdateWithoutTeamPlatformInput = {
|
|
@@ -227176,6 +228794,7 @@ export namespace Prisma {
|
|
|
227176
228794
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
227177
228795
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
227178
228796
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
228797
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
227179
228798
|
}
|
|
227180
228799
|
|
|
227181
228800
|
export type PlatformCreateWithoutUserInput = {
|
|
@@ -230653,6 +232272,40 @@ export namespace Prisma {
|
|
|
230653
232272
|
skipDuplicates?: boolean
|
|
230654
232273
|
}
|
|
230655
232274
|
|
|
232275
|
+
export type AppVersionCreateWithoutCreatedByInput = {
|
|
232276
|
+
id?: string
|
|
232277
|
+
no?: number
|
|
232278
|
+
versionCode: number
|
|
232279
|
+
versionName: string
|
|
232280
|
+
releaseNotes?: string | null
|
|
232281
|
+
createdAt?: Date | string
|
|
232282
|
+
updatedAt?: Date | string
|
|
232283
|
+
deletedAt?: Date | string | null
|
|
232284
|
+
apkUrl?: string | null
|
|
232285
|
+
}
|
|
232286
|
+
|
|
232287
|
+
export type AppVersionUncheckedCreateWithoutCreatedByInput = {
|
|
232288
|
+
id?: string
|
|
232289
|
+
no?: number
|
|
232290
|
+
versionCode: number
|
|
232291
|
+
versionName: string
|
|
232292
|
+
releaseNotes?: string | null
|
|
232293
|
+
createdAt?: Date | string
|
|
232294
|
+
updatedAt?: Date | string
|
|
232295
|
+
deletedAt?: Date | string | null
|
|
232296
|
+
apkUrl?: string | null
|
|
232297
|
+
}
|
|
232298
|
+
|
|
232299
|
+
export type AppVersionCreateOrConnectWithoutCreatedByInput = {
|
|
232300
|
+
where: AppVersionWhereUniqueInput
|
|
232301
|
+
create: XOR<AppVersionCreateWithoutCreatedByInput, AppVersionUncheckedCreateWithoutCreatedByInput>
|
|
232302
|
+
}
|
|
232303
|
+
|
|
232304
|
+
export type AppVersionCreateManyCreatedByInputEnvelope = {
|
|
232305
|
+
data: AppVersionCreateManyCreatedByInput | AppVersionCreateManyCreatedByInput[]
|
|
232306
|
+
skipDuplicates?: boolean
|
|
232307
|
+
}
|
|
232308
|
+
|
|
230656
232309
|
export type PlatformUpsertWithWhereUniqueWithoutUserInput = {
|
|
230657
232310
|
where: PlatformWhereUniqueInput
|
|
230658
232311
|
update: XOR<PlatformUpdateWithoutUserInput, PlatformUncheckedUpdateWithoutUserInput>
|
|
@@ -232924,6 +234577,38 @@ export namespace Prisma {
|
|
|
232924
234577
|
createdById?: StringNullableFilter<"WorkOrderComments"> | string | null
|
|
232925
234578
|
}
|
|
232926
234579
|
|
|
234580
|
+
export type AppVersionUpsertWithWhereUniqueWithoutCreatedByInput = {
|
|
234581
|
+
where: AppVersionWhereUniqueInput
|
|
234582
|
+
update: XOR<AppVersionUpdateWithoutCreatedByInput, AppVersionUncheckedUpdateWithoutCreatedByInput>
|
|
234583
|
+
create: XOR<AppVersionCreateWithoutCreatedByInput, AppVersionUncheckedCreateWithoutCreatedByInput>
|
|
234584
|
+
}
|
|
234585
|
+
|
|
234586
|
+
export type AppVersionUpdateWithWhereUniqueWithoutCreatedByInput = {
|
|
234587
|
+
where: AppVersionWhereUniqueInput
|
|
234588
|
+
data: XOR<AppVersionUpdateWithoutCreatedByInput, AppVersionUncheckedUpdateWithoutCreatedByInput>
|
|
234589
|
+
}
|
|
234590
|
+
|
|
234591
|
+
export type AppVersionUpdateManyWithWhereWithoutCreatedByInput = {
|
|
234592
|
+
where: AppVersionScalarWhereInput
|
|
234593
|
+
data: XOR<AppVersionUpdateManyMutationInput, AppVersionUncheckedUpdateManyWithoutCreatedByInput>
|
|
234594
|
+
}
|
|
234595
|
+
|
|
234596
|
+
export type AppVersionScalarWhereInput = {
|
|
234597
|
+
AND?: AppVersionScalarWhereInput | AppVersionScalarWhereInput[]
|
|
234598
|
+
OR?: AppVersionScalarWhereInput[]
|
|
234599
|
+
NOT?: AppVersionScalarWhereInput | AppVersionScalarWhereInput[]
|
|
234600
|
+
id?: StringFilter<"AppVersion"> | string
|
|
234601
|
+
no?: IntFilter<"AppVersion"> | number
|
|
234602
|
+
versionCode?: IntFilter<"AppVersion"> | number
|
|
234603
|
+
versionName?: StringFilter<"AppVersion"> | string
|
|
234604
|
+
releaseNotes?: StringNullableFilter<"AppVersion"> | string | null
|
|
234605
|
+
createdAt?: DateTimeFilter<"AppVersion"> | Date | string
|
|
234606
|
+
updatedAt?: DateTimeFilter<"AppVersion"> | Date | string
|
|
234607
|
+
deletedAt?: DateTimeNullableFilter<"AppVersion"> | Date | string | null
|
|
234608
|
+
createdById?: StringFilter<"AppVersion"> | string
|
|
234609
|
+
apkUrl?: StringNullableFilter<"AppVersion"> | string | null
|
|
234610
|
+
}
|
|
234611
|
+
|
|
232927
234612
|
export type CamusatCountryCreateWithoutMainProjectsInput = {
|
|
232928
234613
|
id?: string
|
|
232929
234614
|
no?: number
|
|
@@ -233342,6 +235027,7 @@ export namespace Prisma {
|
|
|
233342
235027
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
233343
235028
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
233344
235029
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
235030
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
233345
235031
|
}
|
|
233346
235032
|
|
|
233347
235033
|
export type UserUncheckedCreateWithoutProjectInput = {
|
|
@@ -233426,6 +235112,7 @@ export namespace Prisma {
|
|
|
233426
235112
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
233427
235113
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
233428
235114
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
235115
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
233429
235116
|
}
|
|
233430
235117
|
|
|
233431
235118
|
export type UserCreateOrConnectWithoutProjectInput = {
|
|
@@ -236069,6 +237756,7 @@ export namespace Prisma {
|
|
|
236069
237756
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
236070
237757
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
236071
237758
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
237759
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
236072
237760
|
}
|
|
236073
237761
|
|
|
236074
237762
|
export type UserUncheckedUpdateWithoutProjectInput = {
|
|
@@ -236153,6 +237841,7 @@ export namespace Prisma {
|
|
|
236153
237841
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
236154
237842
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
236155
237843
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
237844
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
236156
237845
|
}
|
|
236157
237846
|
|
|
236158
237847
|
export type DispatchProjectUpsertWithWhereUniqueWithoutProjectInput = {
|
|
@@ -237107,6 +238796,7 @@ export namespace Prisma {
|
|
|
237107
238796
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
237108
238797
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
237109
238798
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
238799
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
237110
238800
|
}
|
|
237111
238801
|
|
|
237112
238802
|
export type UserUncheckedCreateWithoutIntegrationProjectUserStatusInput = {
|
|
@@ -237191,6 +238881,7 @@ export namespace Prisma {
|
|
|
237191
238881
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
237192
238882
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
237193
238883
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
238884
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
237194
238885
|
}
|
|
237195
238886
|
|
|
237196
238887
|
export type UserCreateOrConnectWithoutIntegrationProjectUserStatusInput = {
|
|
@@ -237515,6 +239206,7 @@ export namespace Prisma {
|
|
|
237515
239206
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
237516
239207
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
237517
239208
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
239209
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
237518
239210
|
}
|
|
237519
239211
|
|
|
237520
239212
|
export type UserUncheckedUpdateWithoutIntegrationProjectUserStatusInput = {
|
|
@@ -237599,6 +239291,7 @@ export namespace Prisma {
|
|
|
237599
239291
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
237600
239292
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
237601
239293
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
239294
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
237602
239295
|
}
|
|
237603
239296
|
|
|
237604
239297
|
export type ProjectUpsertWithoutUsersOnlineInput = {
|
|
@@ -238036,6 +239729,7 @@ export namespace Prisma {
|
|
|
238036
239729
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
238037
239730
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
238038
239731
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
239732
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
238039
239733
|
}
|
|
238040
239734
|
|
|
238041
239735
|
export type UserUncheckedCreateWithoutProjectPhaseLogInput = {
|
|
@@ -238120,6 +239814,7 @@ export namespace Prisma {
|
|
|
238120
239814
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
238121
239815
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
238122
239816
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
239817
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
238123
239818
|
}
|
|
238124
239819
|
|
|
238125
239820
|
export type UserCreateOrConnectWithoutProjectPhaseLogInput = {
|
|
@@ -238343,6 +240038,7 @@ export namespace Prisma {
|
|
|
238343
240038
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
238344
240039
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
238345
240040
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
240041
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
238346
240042
|
}
|
|
238347
240043
|
|
|
238348
240044
|
export type UserUncheckedUpdateWithoutProjectPhaseLogInput = {
|
|
@@ -238427,6 +240123,7 @@ export namespace Prisma {
|
|
|
238427
240123
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
238428
240124
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
238429
240125
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
240126
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
238430
240127
|
}
|
|
238431
240128
|
|
|
238432
240129
|
export type UserCreateWithoutAuditInput = {
|
|
@@ -238511,6 +240208,7 @@ export namespace Prisma {
|
|
|
238511
240208
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
238512
240209
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
238513
240210
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
240211
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
238514
240212
|
}
|
|
238515
240213
|
|
|
238516
240214
|
export type UserUncheckedCreateWithoutAuditInput = {
|
|
@@ -238595,6 +240293,7 @@ export namespace Prisma {
|
|
|
238595
240293
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
238596
240294
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
238597
240295
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
240296
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
238598
240297
|
}
|
|
238599
240298
|
|
|
238600
240299
|
export type UserCreateOrConnectWithoutAuditInput = {
|
|
@@ -238695,6 +240394,7 @@ export namespace Prisma {
|
|
|
238695
240394
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
238696
240395
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
238697
240396
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
240397
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
238698
240398
|
}
|
|
238699
240399
|
|
|
238700
240400
|
export type UserUncheckedUpdateWithoutAuditInput = {
|
|
@@ -238779,6 +240479,7 @@ export namespace Prisma {
|
|
|
238779
240479
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
238780
240480
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
238781
240481
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
240482
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
238782
240483
|
}
|
|
238783
240484
|
|
|
238784
240485
|
export type UserCreateWithoutLeadTechnicianInput = {
|
|
@@ -238863,6 +240564,7 @@ export namespace Prisma {
|
|
|
238863
240564
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
238864
240565
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
238865
240566
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
240567
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
238866
240568
|
}
|
|
238867
240569
|
|
|
238868
240570
|
export type UserUncheckedCreateWithoutLeadTechnicianInput = {
|
|
@@ -238947,6 +240649,7 @@ export namespace Prisma {
|
|
|
238947
240649
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
238948
240650
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
238949
240651
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
240652
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
238950
240653
|
}
|
|
238951
240654
|
|
|
238952
240655
|
export type UserCreateOrConnectWithoutLeadTechnicianInput = {
|
|
@@ -239036,6 +240739,7 @@ export namespace Prisma {
|
|
|
239036
240739
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
239037
240740
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
239038
240741
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
240742
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
239039
240743
|
}
|
|
239040
240744
|
|
|
239041
240745
|
export type UserUncheckedCreateWithoutFirstTechnicianInput = {
|
|
@@ -239120,6 +240824,7 @@ export namespace Prisma {
|
|
|
239120
240824
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
239121
240825
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
239122
240826
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
240827
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
239123
240828
|
}
|
|
239124
240829
|
|
|
239125
240830
|
export type UserCreateOrConnectWithoutFirstTechnicianInput = {
|
|
@@ -239209,6 +240914,7 @@ export namespace Prisma {
|
|
|
239209
240914
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
239210
240915
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
239211
240916
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
240917
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
239212
240918
|
}
|
|
239213
240919
|
|
|
239214
240920
|
export type UserUncheckedCreateWithoutSecondTechnicianInput = {
|
|
@@ -239293,6 +240999,7 @@ export namespace Prisma {
|
|
|
239293
240999
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
239294
241000
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
239295
241001
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
241002
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
239296
241003
|
}
|
|
239297
241004
|
|
|
239298
241005
|
export type UserCreateOrConnectWithoutSecondTechnicianInput = {
|
|
@@ -239382,6 +241089,7 @@ export namespace Prisma {
|
|
|
239382
241089
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
239383
241090
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
239384
241091
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
241092
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
239385
241093
|
}
|
|
239386
241094
|
|
|
239387
241095
|
export type UserUncheckedCreateWithoutOtherTechnicianInput = {
|
|
@@ -239466,6 +241174,7 @@ export namespace Prisma {
|
|
|
239466
241174
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
239467
241175
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
239468
241176
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
241177
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
239469
241178
|
}
|
|
239470
241179
|
|
|
239471
241180
|
export type UserCreateOrConnectWithoutOtherTechnicianInput = {
|
|
@@ -239830,6 +241539,7 @@ export namespace Prisma {
|
|
|
239830
241539
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
239831
241540
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
239832
241541
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
241542
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
239833
241543
|
}
|
|
239834
241544
|
|
|
239835
241545
|
export type UserUncheckedUpdateWithoutLeadTechnicianInput = {
|
|
@@ -239914,6 +241624,7 @@ export namespace Prisma {
|
|
|
239914
241624
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
239915
241625
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
239916
241626
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
241627
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
239917
241628
|
}
|
|
239918
241629
|
|
|
239919
241630
|
export type UserUpsertWithoutFirstTechnicianInput = {
|
|
@@ -240009,6 +241720,7 @@ export namespace Prisma {
|
|
|
240009
241720
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
240010
241721
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
240011
241722
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
241723
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
240012
241724
|
}
|
|
240013
241725
|
|
|
240014
241726
|
export type UserUncheckedUpdateWithoutFirstTechnicianInput = {
|
|
@@ -240093,6 +241805,7 @@ export namespace Prisma {
|
|
|
240093
241805
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
240094
241806
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
240095
241807
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
241808
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
240096
241809
|
}
|
|
240097
241810
|
|
|
240098
241811
|
export type UserUpsertWithoutSecondTechnicianInput = {
|
|
@@ -240188,6 +241901,7 @@ export namespace Prisma {
|
|
|
240188
241901
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
240189
241902
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
240190
241903
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
241904
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
240191
241905
|
}
|
|
240192
241906
|
|
|
240193
241907
|
export type UserUncheckedUpdateWithoutSecondTechnicianInput = {
|
|
@@ -240272,6 +241986,7 @@ export namespace Prisma {
|
|
|
240272
241986
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
240273
241987
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
240274
241988
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
241989
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
240275
241990
|
}
|
|
240276
241991
|
|
|
240277
241992
|
export type UserUpsertWithoutOtherTechnicianInput = {
|
|
@@ -240367,6 +242082,7 @@ export namespace Prisma {
|
|
|
240367
242082
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
240368
242083
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
240369
242084
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
242085
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
240370
242086
|
}
|
|
240371
242087
|
|
|
240372
242088
|
export type UserUncheckedUpdateWithoutOtherTechnicianInput = {
|
|
@@ -240451,6 +242167,7 @@ export namespace Prisma {
|
|
|
240451
242167
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
240452
242168
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
240453
242169
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
242170
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
240454
242171
|
}
|
|
240455
242172
|
|
|
240456
242173
|
export type TeamUpsertWithoutDispatchTeamInput = {
|
|
@@ -240818,6 +242535,7 @@ export namespace Prisma {
|
|
|
240818
242535
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
240819
242536
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
240820
242537
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
242538
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
240821
242539
|
}
|
|
240822
242540
|
|
|
240823
242541
|
export type UserUncheckedCreateWithoutDispatchProjectInput = {
|
|
@@ -240902,6 +242620,7 @@ export namespace Prisma {
|
|
|
240902
242620
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
240903
242621
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
240904
242622
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
242623
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
240905
242624
|
}
|
|
240906
242625
|
|
|
240907
242626
|
export type UserCreateOrConnectWithoutDispatchProjectInput = {
|
|
@@ -241552,6 +243271,7 @@ export namespace Prisma {
|
|
|
241552
243271
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
241553
243272
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
241554
243273
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
243274
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
241555
243275
|
}
|
|
241556
243276
|
|
|
241557
243277
|
export type UserUncheckedUpdateWithoutDispatchProjectInput = {
|
|
@@ -241636,6 +243356,7 @@ export namespace Prisma {
|
|
|
241636
243356
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
241637
243357
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
241638
243358
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
243359
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
241639
243360
|
}
|
|
241640
243361
|
|
|
241641
243362
|
export type CamusatCountryUpsertWithoutDispatchProjectInput = {
|
|
@@ -243955,6 +245676,7 @@ export namespace Prisma {
|
|
|
243955
245676
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
243956
245677
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
243957
245678
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
245679
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
243958
245680
|
}
|
|
243959
245681
|
|
|
243960
245682
|
export type UserUncheckedCreateWithoutWorkOrderInput = {
|
|
@@ -244039,6 +245761,7 @@ export namespace Prisma {
|
|
|
244039
245761
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
244040
245762
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
244041
245763
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
245764
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
244042
245765
|
}
|
|
244043
245766
|
|
|
244044
245767
|
export type UserCreateOrConnectWithoutWorkOrderInput = {
|
|
@@ -244999,6 +246722,7 @@ export namespace Prisma {
|
|
|
244999
246722
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
245000
246723
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
245001
246724
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
246725
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
245002
246726
|
}
|
|
245003
246727
|
|
|
245004
246728
|
export type UserUncheckedUpdateWithoutWorkOrderInput = {
|
|
@@ -245083,6 +246807,7 @@ export namespace Prisma {
|
|
|
245083
246807
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
245084
246808
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
245085
246809
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
246810
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
245086
246811
|
}
|
|
245087
246812
|
|
|
245088
246813
|
export type WorkOrderTaskUpsertWithWhereUniqueWithoutWorkOrderInput = {
|
|
@@ -245862,6 +247587,7 @@ export namespace Prisma {
|
|
|
245862
247587
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
245863
247588
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
245864
247589
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
247590
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
245865
247591
|
}
|
|
245866
247592
|
|
|
245867
247593
|
export type UserUncheckedCreateWithoutWorkOrderTasksInput = {
|
|
@@ -245946,6 +247672,7 @@ export namespace Prisma {
|
|
|
245946
247672
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
245947
247673
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
245948
247674
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
247675
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
245949
247676
|
}
|
|
245950
247677
|
|
|
245951
247678
|
export type UserCreateOrConnectWithoutWorkOrderTasksInput = {
|
|
@@ -246154,6 +247881,7 @@ export namespace Prisma {
|
|
|
246154
247881
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
246155
247882
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
246156
247883
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
247884
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
246157
247885
|
}
|
|
246158
247886
|
|
|
246159
247887
|
export type UserUncheckedUpdateWithoutWorkOrderTasksInput = {
|
|
@@ -246238,6 +247966,7 @@ export namespace Prisma {
|
|
|
246238
247966
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
246239
247967
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
246240
247968
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
247969
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
246241
247970
|
}
|
|
246242
247971
|
|
|
246243
247972
|
export type WorkOrderUpsertWithoutWorkOrderTasksInput = {
|
|
@@ -246523,6 +248252,7 @@ export namespace Prisma {
|
|
|
246523
248252
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
246524
248253
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
246525
248254
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
248255
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
246526
248256
|
}
|
|
246527
248257
|
|
|
246528
248258
|
export type UserUncheckedCreateWithoutWorkOrderActivityLogsInput = {
|
|
@@ -246607,6 +248337,7 @@ export namespace Prisma {
|
|
|
246607
248337
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
246608
248338
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
246609
248339
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
248340
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
246610
248341
|
}
|
|
246611
248342
|
|
|
246612
248343
|
export type UserCreateOrConnectWithoutWorkOrderActivityLogsInput = {
|
|
@@ -246835,6 +248566,7 @@ export namespace Prisma {
|
|
|
246835
248566
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
246836
248567
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
246837
248568
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
248569
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
246838
248570
|
}
|
|
246839
248571
|
|
|
246840
248572
|
export type UserUncheckedUpdateWithoutWorkOrderActivityLogsInput = {
|
|
@@ -246919,6 +248651,7 @@ export namespace Prisma {
|
|
|
246919
248651
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
246920
248652
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
246921
248653
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
248654
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
246922
248655
|
}
|
|
246923
248656
|
|
|
246924
248657
|
export type DispatchTeamUpsertWithoutWorkOrderActivityLogsInput = {
|
|
@@ -247131,6 +248864,7 @@ export namespace Prisma {
|
|
|
247131
248864
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
247132
248865
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
247133
248866
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
248867
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
247134
248868
|
}
|
|
247135
248869
|
|
|
247136
248870
|
export type UserUncheckedCreateWithoutWorkOrderEditLogsInput = {
|
|
@@ -247215,6 +248949,7 @@ export namespace Prisma {
|
|
|
247215
248949
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
247216
248950
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
247217
248951
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
248952
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
247218
248953
|
}
|
|
247219
248954
|
|
|
247220
248955
|
export type UserCreateOrConnectWithoutWorkOrderEditLogsInput = {
|
|
@@ -247402,6 +249137,7 @@ export namespace Prisma {
|
|
|
247402
249137
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
247403
249138
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
247404
249139
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
249140
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
247405
249141
|
}
|
|
247406
249142
|
|
|
247407
249143
|
export type UserUncheckedUpdateWithoutWorkOrderEditLogsInput = {
|
|
@@ -247486,6 +249222,7 @@ export namespace Prisma {
|
|
|
247486
249222
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
247487
249223
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
247488
249224
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
249225
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
247489
249226
|
}
|
|
247490
249227
|
|
|
247491
249228
|
export type WorkOrderCreateWithoutWorkOrderPausesInput = {
|
|
@@ -247819,6 +249556,7 @@ export namespace Prisma {
|
|
|
247819
249556
|
ClusterNotes?: ClusterNotesCreateNestedManyWithoutCreatedByInput
|
|
247820
249557
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
247821
249558
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
249559
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
247822
249560
|
}
|
|
247823
249561
|
|
|
247824
249562
|
export type UserUncheckedCreateWithoutWorkOrderCommentsInput = {
|
|
@@ -247903,6 +249641,7 @@ export namespace Prisma {
|
|
|
247903
249641
|
ClusterNotes?: ClusterNotesUncheckedCreateNestedManyWithoutCreatedByInput
|
|
247904
249642
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
247905
249643
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
249644
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
247906
249645
|
}
|
|
247907
249646
|
|
|
247908
249647
|
export type UserCreateOrConnectWithoutWorkOrderCommentsInput = {
|
|
@@ -248090,6 +249829,7 @@ export namespace Prisma {
|
|
|
248090
249829
|
ClusterNotes?: ClusterNotesUpdateManyWithoutCreatedByNestedInput
|
|
248091
249830
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
248092
249831
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
249832
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
248093
249833
|
}
|
|
248094
249834
|
|
|
248095
249835
|
export type UserUncheckedUpdateWithoutWorkOrderCommentsInput = {
|
|
@@ -248174,6 +249914,7 @@ export namespace Prisma {
|
|
|
248174
249914
|
ClusterNotes?: ClusterNotesUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
248175
249915
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
248176
249916
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
249917
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
248177
249918
|
}
|
|
248178
249919
|
|
|
248179
249920
|
export type ProjectCreateWithoutBillOfMaterialInput = {
|
|
@@ -251784,6 +253525,7 @@ export namespace Prisma {
|
|
|
251784
253525
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
251785
253526
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
251786
253527
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
253528
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
251787
253529
|
}
|
|
251788
253530
|
|
|
251789
253531
|
export type UserUncheckedCreateWithoutNotificationsInput = {
|
|
@@ -251868,6 +253610,7 @@ export namespace Prisma {
|
|
|
251868
253610
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
251869
253611
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
251870
253612
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
253613
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
251871
253614
|
}
|
|
251872
253615
|
|
|
251873
253616
|
export type UserCreateOrConnectWithoutNotificationsInput = {
|
|
@@ -251968,6 +253711,7 @@ export namespace Prisma {
|
|
|
251968
253711
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
251969
253712
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
251970
253713
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
253714
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
251971
253715
|
}
|
|
251972
253716
|
|
|
251973
253717
|
export type UserUncheckedUpdateWithoutNotificationsInput = {
|
|
@@ -252052,6 +253796,7 @@ export namespace Prisma {
|
|
|
252052
253796
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
252053
253797
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
252054
253798
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
253799
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
252055
253800
|
}
|
|
252056
253801
|
|
|
252057
253802
|
export type ProjectCreateWithoutReportFormatsInput = {
|
|
@@ -257507,6 +259252,7 @@ export namespace Prisma {
|
|
|
257507
259252
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
257508
259253
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
257509
259254
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
259255
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
257510
259256
|
}
|
|
257511
259257
|
|
|
257512
259258
|
export type UserUncheckedCreateWithoutCableInput = {
|
|
@@ -257591,6 +259337,7 @@ export namespace Prisma {
|
|
|
257591
259337
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
257592
259338
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
257593
259339
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
259340
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
257594
259341
|
}
|
|
257595
259342
|
|
|
257596
259343
|
export type UserCreateOrConnectWithoutCableInput = {
|
|
@@ -259006,6 +260753,7 @@ export namespace Prisma {
|
|
|
259006
260753
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
259007
260754
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
259008
260755
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
260756
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
259009
260757
|
}
|
|
259010
260758
|
|
|
259011
260759
|
export type UserUncheckedUpdateWithoutCableInput = {
|
|
@@ -259090,6 +260838,7 @@ export namespace Prisma {
|
|
|
259090
260838
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
259091
260839
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
259092
260840
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
260841
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
259093
260842
|
}
|
|
259094
260843
|
|
|
259095
260844
|
export type NetworkElementUpsertWithoutCableInput = {
|
|
@@ -260179,6 +261928,7 @@ export namespace Prisma {
|
|
|
260179
261928
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
260180
261929
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
260181
261930
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
261931
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
260182
261932
|
}
|
|
260183
261933
|
|
|
260184
261934
|
export type UserUncheckedCreateWithoutCableTemplateInput = {
|
|
@@ -260263,6 +262013,7 @@ export namespace Prisma {
|
|
|
260263
262013
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
260264
262014
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
260265
262015
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
262016
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
260266
262017
|
}
|
|
260267
262018
|
|
|
260268
262019
|
export type UserCreateOrConnectWithoutCableTemplateInput = {
|
|
@@ -260918,6 +262669,7 @@ export namespace Prisma {
|
|
|
260918
262669
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
260919
262670
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
260920
262671
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
262672
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
260921
262673
|
}
|
|
260922
262674
|
|
|
260923
262675
|
export type UserUncheckedUpdateWithoutCableTemplateInput = {
|
|
@@ -261002,6 +262754,7 @@ export namespace Prisma {
|
|
|
261002
262754
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
261003
262755
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
261004
262756
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
262757
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
261005
262758
|
}
|
|
261006
262759
|
|
|
261007
262760
|
export type NetworkElementUpsertWithoutCableTemplateInput = {
|
|
@@ -261344,6 +263097,7 @@ export namespace Prisma {
|
|
|
261344
263097
|
ClusterNotes?: ClusterNotesCreateNestedManyWithoutCreatedByInput
|
|
261345
263098
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
261346
263099
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
263100
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
261347
263101
|
}
|
|
261348
263102
|
|
|
261349
263103
|
export type UserUncheckedCreateWithoutConduitInput = {
|
|
@@ -261428,6 +263182,7 @@ export namespace Prisma {
|
|
|
261428
263182
|
ClusterNotes?: ClusterNotesUncheckedCreateNestedManyWithoutCreatedByInput
|
|
261429
263183
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
261430
263184
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
263185
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
261431
263186
|
}
|
|
261432
263187
|
|
|
261433
263188
|
export type UserCreateOrConnectWithoutConduitInput = {
|
|
@@ -261971,6 +263726,7 @@ export namespace Prisma {
|
|
|
261971
263726
|
ClusterNotes?: ClusterNotesUpdateManyWithoutCreatedByNestedInput
|
|
261972
263727
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
261973
263728
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
263729
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
261974
263730
|
}
|
|
261975
263731
|
|
|
261976
263732
|
export type UserUncheckedUpdateWithoutConduitInput = {
|
|
@@ -262055,6 +263811,7 @@ export namespace Prisma {
|
|
|
262055
263811
|
ClusterNotes?: ClusterNotesUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
262056
263812
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
262057
263813
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
263814
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
262058
263815
|
}
|
|
262059
263816
|
|
|
262060
263817
|
export type NetworkElementUpsertWithoutConduitInput = {
|
|
@@ -263011,6 +264768,7 @@ export namespace Prisma {
|
|
|
263011
264768
|
ClusterNotes?: ClusterNotesCreateNestedManyWithoutCreatedByInput
|
|
263012
264769
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
263013
264770
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
264771
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
263014
264772
|
}
|
|
263015
264773
|
|
|
263016
264774
|
export type UserUncheckedCreateWithoutConduitTemplateInput = {
|
|
@@ -263095,6 +264853,7 @@ export namespace Prisma {
|
|
|
263095
264853
|
ClusterNotes?: ClusterNotesUncheckedCreateNestedManyWithoutCreatedByInput
|
|
263096
264854
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
263097
264855
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
264856
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
263098
264857
|
}
|
|
263099
264858
|
|
|
263100
264859
|
export type UserCreateOrConnectWithoutConduitTemplateInput = {
|
|
@@ -263713,6 +265472,7 @@ export namespace Prisma {
|
|
|
263713
265472
|
ClusterNotes?: ClusterNotesUpdateManyWithoutCreatedByNestedInput
|
|
263714
265473
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
263715
265474
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
265475
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
263716
265476
|
}
|
|
263717
265477
|
|
|
263718
265478
|
export type UserUncheckedUpdateWithoutConduitTemplateInput = {
|
|
@@ -263797,6 +265557,7 @@ export namespace Prisma {
|
|
|
263797
265557
|
ClusterNotes?: ClusterNotesUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
263798
265558
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
263799
265559
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
265560
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
263800
265561
|
}
|
|
263801
265562
|
|
|
263802
265563
|
export type NetworkElementUpsertWithoutConduitTemplateInput = {
|
|
@@ -264931,6 +266692,7 @@ export namespace Prisma {
|
|
|
264931
266692
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
264932
266693
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
264933
266694
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
266695
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
264934
266696
|
}
|
|
264935
266697
|
|
|
264936
266698
|
export type UserUncheckedCreateWithoutPboFatTemplatesInput = {
|
|
@@ -265015,6 +266777,7 @@ export namespace Prisma {
|
|
|
265015
266777
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
265016
266778
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
265017
266779
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
266780
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
265018
266781
|
}
|
|
265019
266782
|
|
|
265020
266783
|
export type UserCreateOrConnectWithoutPboFatTemplatesInput = {
|
|
@@ -265662,6 +267425,7 @@ export namespace Prisma {
|
|
|
265662
267425
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
265663
267426
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
265664
267427
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
267428
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
265665
267429
|
}
|
|
265666
267430
|
|
|
265667
267431
|
export type UserUncheckedUpdateWithoutPboFatTemplatesInput = {
|
|
@@ -265746,6 +267510,7 @@ export namespace Prisma {
|
|
|
265746
267510
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
265747
267511
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
265748
267512
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
267513
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
265749
267514
|
}
|
|
265750
267515
|
|
|
265751
267516
|
export type NetworkElementUpsertWithoutPboFatTemplateInput = {
|
|
@@ -266088,6 +267853,7 @@ export namespace Prisma {
|
|
|
266088
267853
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
266089
267854
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
266090
267855
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
267856
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
266091
267857
|
}
|
|
266092
267858
|
|
|
266093
267859
|
export type UserUncheckedCreateWithoutPboFatInput = {
|
|
@@ -266172,6 +267938,7 @@ export namespace Prisma {
|
|
|
266172
267938
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
266173
267939
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
266174
267940
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
267941
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
266175
267942
|
}
|
|
266176
267943
|
|
|
266177
267944
|
export type UserCreateOrConnectWithoutPboFatInput = {
|
|
@@ -267349,6 +269116,7 @@ export namespace Prisma {
|
|
|
267349
269116
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
267350
269117
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
267351
269118
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
269119
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
267352
269120
|
}
|
|
267353
269121
|
|
|
267354
269122
|
export type UserUncheckedUpdateWithoutPboFatInput = {
|
|
@@ -267433,6 +269201,7 @@ export namespace Prisma {
|
|
|
267433
269201
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
267434
269202
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
267435
269203
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
269204
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
267436
269205
|
}
|
|
267437
269206
|
|
|
267438
269207
|
export type NetworkElementUpsertWithoutPboFatInput = {
|
|
@@ -269042,6 +270811,7 @@ export namespace Prisma {
|
|
|
269042
270811
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
269043
270812
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
269044
270813
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
270814
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
269045
270815
|
}
|
|
269046
270816
|
|
|
269047
270817
|
export type UserUncheckedCreateWithoutSpliceClosureInput = {
|
|
@@ -269126,6 +270896,7 @@ export namespace Prisma {
|
|
|
269126
270896
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
269127
270897
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
269128
270898
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
270899
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
269129
270900
|
}
|
|
269130
270901
|
|
|
269131
270902
|
export type UserCreateOrConnectWithoutSpliceClosureInput = {
|
|
@@ -270019,6 +271790,7 @@ export namespace Prisma {
|
|
|
270019
271790
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
270020
271791
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
270021
271792
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
271793
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
270022
271794
|
}
|
|
270023
271795
|
|
|
270024
271796
|
export type UserUncheckedUpdateWithoutSpliceClosureInput = {
|
|
@@ -270103,6 +271875,7 @@ export namespace Prisma {
|
|
|
270103
271875
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
270104
271876
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
270105
271877
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
271878
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
270106
271879
|
}
|
|
270107
271880
|
|
|
270108
271881
|
export type NetworkElementUpsertWithoutSpliceClosureInput = {
|
|
@@ -270771,6 +272544,7 @@ export namespace Prisma {
|
|
|
270771
272544
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
270772
272545
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
270773
272546
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
272547
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
270774
272548
|
}
|
|
270775
272549
|
|
|
270776
272550
|
export type UserUncheckedCreateWithoutSpliceClosureTemplateInput = {
|
|
@@ -270855,6 +272629,7 @@ export namespace Prisma {
|
|
|
270855
272629
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
270856
272630
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
270857
272631
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
272632
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
270858
272633
|
}
|
|
270859
272634
|
|
|
270860
272635
|
export type UserCreateOrConnectWithoutSpliceClosureTemplateInput = {
|
|
@@ -271474,6 +273249,7 @@ export namespace Prisma {
|
|
|
271474
273249
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
271475
273250
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
271476
273251
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
273252
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
271477
273253
|
}
|
|
271478
273254
|
|
|
271479
273255
|
export type UserUncheckedUpdateWithoutSpliceClosureTemplateInput = {
|
|
@@ -271558,6 +273334,7 @@ export namespace Prisma {
|
|
|
271558
273334
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
271559
273335
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
271560
273336
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
273337
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
271561
273338
|
}
|
|
271562
273339
|
|
|
271563
273340
|
export type NetworkElementUpsertWithoutSpliceClosureTemplateInput = {
|
|
@@ -272552,6 +274329,7 @@ export namespace Prisma {
|
|
|
272552
274329
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
272553
274330
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
272554
274331
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
274332
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
272555
274333
|
}
|
|
272556
274334
|
|
|
272557
274335
|
export type UserUncheckedCreateWithoutZoneNroInput = {
|
|
@@ -272636,6 +274414,7 @@ export namespace Prisma {
|
|
|
272636
274414
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
272637
274415
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
272638
274416
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
274417
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
272639
274418
|
}
|
|
272640
274419
|
|
|
272641
274420
|
export type UserCreateOrConnectWithoutZoneNroInput = {
|
|
@@ -273262,6 +275041,7 @@ export namespace Prisma {
|
|
|
273262
275041
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
273263
275042
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
273264
275043
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
275044
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
273265
275045
|
}
|
|
273266
275046
|
|
|
273267
275047
|
export type UserUncheckedUpdateWithoutZoneNroInput = {
|
|
@@ -273346,6 +275126,7 @@ export namespace Prisma {
|
|
|
273346
275126
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
273347
275127
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
273348
275128
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
275129
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
273349
275130
|
}
|
|
273350
275131
|
|
|
273351
275132
|
export type NetworkElementUpsertWithoutZoneNroInput = {
|
|
@@ -273948,6 +275729,7 @@ export namespace Prisma {
|
|
|
273948
275729
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
273949
275730
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
273950
275731
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
275732
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
273951
275733
|
}
|
|
273952
275734
|
|
|
273953
275735
|
export type UserUncheckedCreateWithoutZoneNroTemplateInput = {
|
|
@@ -274032,6 +275814,7 @@ export namespace Prisma {
|
|
|
274032
275814
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
274033
275815
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
274034
275816
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
275817
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
274035
275818
|
}
|
|
274036
275819
|
|
|
274037
275820
|
export type UserCreateOrConnectWithoutZoneNroTemplateInput = {
|
|
@@ -274573,6 +276356,7 @@ export namespace Prisma {
|
|
|
274573
276356
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
274574
276357
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
274575
276358
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
276359
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
274576
276360
|
}
|
|
274577
276361
|
|
|
274578
276362
|
export type UserUncheckedUpdateWithoutZoneNroTemplateInput = {
|
|
@@ -274657,6 +276441,7 @@ export namespace Prisma {
|
|
|
274657
276441
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
274658
276442
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
274659
276443
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
276444
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
274660
276445
|
}
|
|
274661
276446
|
|
|
274662
276447
|
export type NetworkElementUpsertWithoutZoneNroTemplateInput = {
|
|
@@ -274983,6 +276768,7 @@ export namespace Prisma {
|
|
|
274983
276768
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
274984
276769
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
274985
276770
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
276771
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
274986
276772
|
}
|
|
274987
276773
|
|
|
274988
276774
|
export type UserUncheckedCreateWithoutPoleInput = {
|
|
@@ -275067,6 +276853,7 @@ export namespace Prisma {
|
|
|
275067
276853
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
275068
276854
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
275069
276855
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
276856
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
275070
276857
|
}
|
|
275071
276858
|
|
|
275072
276859
|
export type UserCreateOrConnectWithoutPoleInput = {
|
|
@@ -275749,6 +277536,7 @@ export namespace Prisma {
|
|
|
275749
277536
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
275750
277537
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
275751
277538
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
277539
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
275752
277540
|
}
|
|
275753
277541
|
|
|
275754
277542
|
export type UserUncheckedUpdateWithoutPoleInput = {
|
|
@@ -275833,6 +277621,7 @@ export namespace Prisma {
|
|
|
275833
277621
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
275834
277622
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
275835
277623
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
277624
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
275836
277625
|
}
|
|
275837
277626
|
|
|
275838
277627
|
export type NetworkElementUpsertWithoutPoleInput = {
|
|
@@ -276449,6 +278238,7 @@ export namespace Prisma {
|
|
|
276449
278238
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
276450
278239
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
276451
278240
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
278241
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
276452
278242
|
}
|
|
276453
278243
|
|
|
276454
278244
|
export type UserUncheckedCreateWithoutPoleTemplateInput = {
|
|
@@ -276533,6 +278323,7 @@ export namespace Prisma {
|
|
|
276533
278323
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
276534
278324
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
276535
278325
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
278326
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
276536
278327
|
}
|
|
276537
278328
|
|
|
276538
278329
|
export type UserCreateOrConnectWithoutPoleTemplateInput = {
|
|
@@ -277104,6 +278895,7 @@ export namespace Prisma {
|
|
|
277104
278895
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
277105
278896
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
277106
278897
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
278898
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
277107
278899
|
}
|
|
277108
278900
|
|
|
277109
278901
|
export type UserUncheckedUpdateWithoutPoleTemplateInput = {
|
|
@@ -277188,6 +278980,7 @@ export namespace Prisma {
|
|
|
277188
278980
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
277189
278981
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
277190
278982
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
278983
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
277191
278984
|
}
|
|
277192
278985
|
|
|
277193
278986
|
export type NetworkElementUpsertWithoutPoleTemplateInput = {
|
|
@@ -277514,6 +279307,7 @@ export namespace Prisma {
|
|
|
277514
279307
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
277515
279308
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
277516
279309
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
279310
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
277517
279311
|
}
|
|
277518
279312
|
|
|
277519
279313
|
export type UserUncheckedCreateWithoutManholeInput = {
|
|
@@ -277598,6 +279392,7 @@ export namespace Prisma {
|
|
|
277598
279392
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
277599
279393
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
277600
279394
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
279395
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
277601
279396
|
}
|
|
277602
279397
|
|
|
277603
279398
|
export type UserCreateOrConnectWithoutManholeInput = {
|
|
@@ -278280,6 +280075,7 @@ export namespace Prisma {
|
|
|
278280
280075
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
278281
280076
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
278282
280077
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
280078
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
278283
280079
|
}
|
|
278284
280080
|
|
|
278285
280081
|
export type UserUncheckedUpdateWithoutManholeInput = {
|
|
@@ -278364,6 +280160,7 @@ export namespace Prisma {
|
|
|
278364
280160
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
278365
280161
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
278366
280162
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
280163
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
278367
280164
|
}
|
|
278368
280165
|
|
|
278369
280166
|
export type NetworkElementUpsertWithoutManholeInput = {
|
|
@@ -278980,6 +280777,7 @@ export namespace Prisma {
|
|
|
278980
280777
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
278981
280778
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
278982
280779
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
280780
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
278983
280781
|
}
|
|
278984
280782
|
|
|
278985
280783
|
export type UserUncheckedCreateWithoutManholeTemplateInput = {
|
|
@@ -279064,6 +280862,7 @@ export namespace Prisma {
|
|
|
279064
280862
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
279065
280863
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
279066
280864
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
280865
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
279067
280866
|
}
|
|
279068
280867
|
|
|
279069
280868
|
export type UserCreateOrConnectWithoutManholeTemplateInput = {
|
|
@@ -279631,6 +281430,7 @@ export namespace Prisma {
|
|
|
279631
281430
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
279632
281431
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
279633
281432
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
281433
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
279634
281434
|
}
|
|
279635
281435
|
|
|
279636
281436
|
export type UserUncheckedUpdateWithoutManholeTemplateInput = {
|
|
@@ -279715,6 +281515,7 @@ export namespace Prisma {
|
|
|
279715
281515
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
279716
281516
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
279717
281517
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
281518
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
279718
281519
|
}
|
|
279719
281520
|
|
|
279720
281521
|
export type NetworkElementUpsertWithoutManholeTemplateInput = {
|
|
@@ -280041,6 +281842,7 @@ export namespace Prisma {
|
|
|
280041
281842
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
280042
281843
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
280043
281844
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
281845
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
280044
281846
|
}
|
|
280045
281847
|
|
|
280046
281848
|
export type UserUncheckedCreateWithoutLoopInput = {
|
|
@@ -280125,6 +281927,7 @@ export namespace Prisma {
|
|
|
280125
281927
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
280126
281928
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
280127
281929
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
281930
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
280128
281931
|
}
|
|
280129
281932
|
|
|
280130
281933
|
export type UserCreateOrConnectWithoutLoopInput = {
|
|
@@ -280944,6 +282747,7 @@ export namespace Prisma {
|
|
|
280944
282747
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
280945
282748
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
280946
282749
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
282750
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
280947
282751
|
}
|
|
280948
282752
|
|
|
280949
282753
|
export type UserUncheckedUpdateWithoutLoopInput = {
|
|
@@ -281028,6 +282832,7 @@ export namespace Prisma {
|
|
|
281028
282832
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
281029
282833
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
281030
282834
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
282835
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
281031
282836
|
}
|
|
281032
282837
|
|
|
281033
282838
|
export type NetworkElementUpsertWithoutLoopInput = {
|
|
@@ -281787,6 +283592,7 @@ export namespace Prisma {
|
|
|
281787
283592
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
281788
283593
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
281789
283594
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
283595
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
281790
283596
|
}
|
|
281791
283597
|
|
|
281792
283598
|
export type UserUncheckedCreateWithoutLoopTemplateInput = {
|
|
@@ -281871,6 +283677,7 @@ export namespace Prisma {
|
|
|
281871
283677
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
281872
283678
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
281873
283679
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
283680
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
281874
283681
|
}
|
|
281875
283682
|
|
|
281876
283683
|
export type UserCreateOrConnectWithoutLoopTemplateInput = {
|
|
@@ -282434,6 +284241,7 @@ export namespace Prisma {
|
|
|
282434
284241
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
282435
284242
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
282436
284243
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
284244
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
282437
284245
|
}
|
|
282438
284246
|
|
|
282439
284247
|
export type UserUncheckedUpdateWithoutLoopTemplateInput = {
|
|
@@ -282518,6 +284326,7 @@ export namespace Prisma {
|
|
|
282518
284326
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
282519
284327
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
282520
284328
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
284329
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
282521
284330
|
}
|
|
282522
284331
|
|
|
282523
284332
|
export type NetworkElementUpsertWithoutLoopTemplateInput = {
|
|
@@ -282844,6 +284653,7 @@ export namespace Prisma {
|
|
|
282844
284653
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
282845
284654
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
282846
284655
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
284656
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
282847
284657
|
}
|
|
282848
284658
|
|
|
282849
284659
|
export type UserUncheckedCreateWithoutFDTSROInput = {
|
|
@@ -282928,6 +284738,7 @@ export namespace Prisma {
|
|
|
282928
284738
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
282929
284739
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
282930
284740
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
284741
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
282931
284742
|
}
|
|
282932
284743
|
|
|
282933
284744
|
export type UserCreateOrConnectWithoutFDTSROInput = {
|
|
@@ -283779,6 +285590,7 @@ export namespace Prisma {
|
|
|
283779
285590
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
283780
285591
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
283781
285592
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
285593
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
283782
285594
|
}
|
|
283783
285595
|
|
|
283784
285596
|
export type UserUncheckedUpdateWithoutFDTSROInput = {
|
|
@@ -283863,6 +285675,7 @@ export namespace Prisma {
|
|
|
283863
285675
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
283864
285676
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
283865
285677
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
285678
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
283866
285679
|
}
|
|
283867
285680
|
|
|
283868
285681
|
export type NetworkElementUpsertWithoutFDTSROInput = {
|
|
@@ -284511,6 +286324,7 @@ export namespace Prisma {
|
|
|
284511
286324
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
284512
286325
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
284513
286326
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
286327
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
284514
286328
|
}
|
|
284515
286329
|
|
|
284516
286330
|
export type UserUncheckedCreateWithoutFDTSROTemplateInput = {
|
|
@@ -284595,6 +286409,7 @@ export namespace Prisma {
|
|
|
284595
286409
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
284596
286410
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
284597
286411
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
286412
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
284598
286413
|
}
|
|
284599
286414
|
|
|
284600
286415
|
export type UserCreateOrConnectWithoutFDTSROTemplateInput = {
|
|
@@ -285176,6 +286991,7 @@ export namespace Prisma {
|
|
|
285176
286991
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
285177
286992
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
285178
286993
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
286994
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
285179
286995
|
}
|
|
285180
286996
|
|
|
285181
286997
|
export type UserUncheckedUpdateWithoutFDTSROTemplateInput = {
|
|
@@ -285260,6 +287076,7 @@ export namespace Prisma {
|
|
|
285260
287076
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
285261
287077
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
285262
287078
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
287079
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
285263
287080
|
}
|
|
285264
287081
|
|
|
285265
287082
|
export type NetworkElementUpsertWithoutFDTSROTemplateInput = {
|
|
@@ -285586,6 +287403,7 @@ export namespace Prisma {
|
|
|
285586
287403
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
285587
287404
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
285588
287405
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
287406
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
285589
287407
|
}
|
|
285590
287408
|
|
|
285591
287409
|
export type UserUncheckedCreateWithoutSFUInput = {
|
|
@@ -285670,6 +287488,7 @@ export namespace Prisma {
|
|
|
285670
287488
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
285671
287489
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
285672
287490
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
287491
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
285673
287492
|
}
|
|
285674
287493
|
|
|
285675
287494
|
export type UserCreateOrConnectWithoutSFUInput = {
|
|
@@ -286658,6 +288477,7 @@ export namespace Prisma {
|
|
|
286658
288477
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
286659
288478
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
286660
288479
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
288480
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
286661
288481
|
}
|
|
286662
288482
|
|
|
286663
288483
|
export type UserUncheckedUpdateWithoutSFUInput = {
|
|
@@ -286742,6 +288562,7 @@ export namespace Prisma {
|
|
|
286742
288562
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
286743
288563
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
286744
288564
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
288565
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
286745
288566
|
}
|
|
286746
288567
|
|
|
286747
288568
|
export type NetworkElementUpsertWithoutSFUInput = {
|
|
@@ -287606,6 +289427,7 @@ export namespace Prisma {
|
|
|
287606
289427
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
287607
289428
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
287608
289429
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
289430
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
287609
289431
|
}
|
|
287610
289432
|
|
|
287611
289433
|
export type UserUncheckedCreateWithoutSFUTemplateInput = {
|
|
@@ -287690,6 +289512,7 @@ export namespace Prisma {
|
|
|
287690
289512
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
287691
289513
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
287692
289514
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
289515
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
287693
289516
|
}
|
|
287694
289517
|
|
|
287695
289518
|
export type UserCreateOrConnectWithoutSFUTemplateInput = {
|
|
@@ -288257,6 +290080,7 @@ export namespace Prisma {
|
|
|
288257
290080
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
288258
290081
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
288259
290082
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
290083
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
288260
290084
|
}
|
|
288261
290085
|
|
|
288262
290086
|
export type UserUncheckedUpdateWithoutSFUTemplateInput = {
|
|
@@ -288341,6 +290165,7 @@ export namespace Prisma {
|
|
|
288341
290165
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
288342
290166
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
288343
290167
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
290168
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
288344
290169
|
}
|
|
288345
290170
|
|
|
288346
290171
|
export type NetworkElementUpsertWithoutSFUTemplateInput = {
|
|
@@ -288667,6 +290492,7 @@ export namespace Prisma {
|
|
|
288667
290492
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
288668
290493
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
288669
290494
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
290495
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
288670
290496
|
}
|
|
288671
290497
|
|
|
288672
290498
|
export type UserUncheckedCreateWithoutBuildingInput = {
|
|
@@ -288751,6 +290577,7 @@ export namespace Prisma {
|
|
|
288751
290577
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
288752
290578
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
288753
290579
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
290580
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
288754
290581
|
}
|
|
288755
290582
|
|
|
288756
290583
|
export type UserCreateOrConnectWithoutBuildingInput = {
|
|
@@ -289738,6 +291565,7 @@ export namespace Prisma {
|
|
|
289738
291565
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
289739
291566
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
289740
291567
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
291568
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
289741
291569
|
}
|
|
289742
291570
|
|
|
289743
291571
|
export type UserUncheckedUpdateWithoutBuildingInput = {
|
|
@@ -289822,6 +291650,7 @@ export namespace Prisma {
|
|
|
289822
291650
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
289823
291651
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
289824
291652
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
291653
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
289825
291654
|
}
|
|
289826
291655
|
|
|
289827
291656
|
export type NetworkElementUpsertWithoutBuildingInput = {
|
|
@@ -290601,6 +292430,7 @@ export namespace Prisma {
|
|
|
290601
292430
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
290602
292431
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
290603
292432
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
292433
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
290604
292434
|
}
|
|
290605
292435
|
|
|
290606
292436
|
export type UserUncheckedCreateWithoutBuildingTemplateInput = {
|
|
@@ -290685,6 +292515,7 @@ export namespace Prisma {
|
|
|
290685
292515
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
290686
292516
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
290687
292517
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
292518
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
290688
292519
|
}
|
|
290689
292520
|
|
|
290690
292521
|
export type UserCreateOrConnectWithoutBuildingTemplateInput = {
|
|
@@ -291258,6 +293089,7 @@ export namespace Prisma {
|
|
|
291258
293089
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
291259
293090
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
291260
293091
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
293092
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
291261
293093
|
}
|
|
291262
293094
|
|
|
291263
293095
|
export type UserUncheckedUpdateWithoutBuildingTemplateInput = {
|
|
@@ -291342,6 +293174,7 @@ export namespace Prisma {
|
|
|
291342
293174
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
291343
293175
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
291344
293176
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
293177
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
291345
293178
|
}
|
|
291346
293179
|
|
|
291347
293180
|
export type NetworkElementUpsertWithoutBuildingTemplateInput = {
|
|
@@ -292587,6 +294420,7 @@ export namespace Prisma {
|
|
|
292587
294420
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
292588
294421
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
292589
294422
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
294423
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
292590
294424
|
}
|
|
292591
294425
|
|
|
292592
294426
|
export type UserUncheckedCreateWithoutCreatedRevisionsInput = {
|
|
@@ -292671,6 +294505,7 @@ export namespace Prisma {
|
|
|
292671
294505
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
292672
294506
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
292673
294507
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
294508
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
292674
294509
|
}
|
|
292675
294510
|
|
|
292676
294511
|
export type UserCreateOrConnectWithoutCreatedRevisionsInput = {
|
|
@@ -292760,6 +294595,7 @@ export namespace Prisma {
|
|
|
292760
294595
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
292761
294596
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
292762
294597
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
294598
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
292763
294599
|
}
|
|
292764
294600
|
|
|
292765
294601
|
export type UserUncheckedCreateWithoutResolvedRevisionsInput = {
|
|
@@ -292844,6 +294680,7 @@ export namespace Prisma {
|
|
|
292844
294680
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
292845
294681
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
292846
294682
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
294683
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
292847
294684
|
}
|
|
292848
294685
|
|
|
292849
294686
|
export type UserCreateOrConnectWithoutResolvedRevisionsInput = {
|
|
@@ -294024,6 +295861,7 @@ export namespace Prisma {
|
|
|
294024
295861
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
294025
295862
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
294026
295863
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
295864
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
294027
295865
|
}
|
|
294028
295866
|
|
|
294029
295867
|
export type UserUncheckedUpdateWithoutCreatedRevisionsInput = {
|
|
@@ -294108,6 +295946,7 @@ export namespace Prisma {
|
|
|
294108
295946
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
294109
295947
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
294110
295948
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
295949
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
294111
295950
|
}
|
|
294112
295951
|
|
|
294113
295952
|
export type UserUpsertWithoutResolvedRevisionsInput = {
|
|
@@ -294203,6 +296042,7 @@ export namespace Prisma {
|
|
|
294203
296042
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
294204
296043
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
294205
296044
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
296045
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
294206
296046
|
}
|
|
294207
296047
|
|
|
294208
296048
|
export type UserUncheckedUpdateWithoutResolvedRevisionsInput = {
|
|
@@ -294287,6 +296127,7 @@ export namespace Prisma {
|
|
|
294287
296127
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
294288
296128
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
294289
296129
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
296130
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
294290
296131
|
}
|
|
294291
296132
|
|
|
294292
296133
|
export type ClusterUpsertWithoutRevisionInput = {
|
|
@@ -294484,6 +296325,7 @@ export namespace Prisma {
|
|
|
294484
296325
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
294485
296326
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
294486
296327
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
296328
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
294487
296329
|
}
|
|
294488
296330
|
|
|
294489
296331
|
export type UserUncheckedCreateWithoutMapElementTemplateInput = {
|
|
@@ -294568,6 +296410,7 @@ export namespace Prisma {
|
|
|
294568
296410
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
294569
296411
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
294570
296412
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
296413
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
294571
296414
|
}
|
|
294572
296415
|
|
|
294573
296416
|
export type UserCreateOrConnectWithoutMapElementTemplateInput = {
|
|
@@ -295103,6 +296946,7 @@ export namespace Prisma {
|
|
|
295103
296946
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
295104
296947
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
295105
296948
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
296949
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
295106
296950
|
}
|
|
295107
296951
|
|
|
295108
296952
|
export type UserUncheckedUpdateWithoutMapElementTemplateInput = {
|
|
@@ -295187,6 +297031,7 @@ export namespace Prisma {
|
|
|
295187
297031
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
295188
297032
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
295189
297033
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
297034
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
295190
297035
|
}
|
|
295191
297036
|
|
|
295192
297037
|
export type NetworkElementUpsertWithoutMapElementTemplateInput = {
|
|
@@ -295513,6 +297358,7 @@ export namespace Prisma {
|
|
|
295513
297358
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
295514
297359
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
295515
297360
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
297361
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
295516
297362
|
}
|
|
295517
297363
|
|
|
295518
297364
|
export type UserUncheckedCreateWithoutMapElementInput = {
|
|
@@ -295597,6 +297443,7 @@ export namespace Prisma {
|
|
|
295597
297443
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
295598
297444
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
295599
297445
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
297446
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
295600
297447
|
}
|
|
295601
297448
|
|
|
295602
297449
|
export type UserCreateOrConnectWithoutMapElementInput = {
|
|
@@ -296162,6 +298009,7 @@ export namespace Prisma {
|
|
|
296162
298009
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
296163
298010
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
296164
298011
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
298012
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
296165
298013
|
}
|
|
296166
298014
|
|
|
296167
298015
|
export type UserUncheckedUpdateWithoutMapElementInput = {
|
|
@@ -296246,6 +298094,7 @@ export namespace Prisma {
|
|
|
296246
298094
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
296247
298095
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
296248
298096
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
298097
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
296249
298098
|
}
|
|
296250
298099
|
|
|
296251
298100
|
export type NetworkElementUpsertWithoutMapElementInput = {
|
|
@@ -298210,6 +300059,7 @@ export namespace Prisma {
|
|
|
298210
300059
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
298211
300060
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
298212
300061
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
300062
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
298213
300063
|
}
|
|
298214
300064
|
|
|
298215
300065
|
export type UserUncheckedCreateWithoutCentralOfficesInput = {
|
|
@@ -298294,6 +300144,7 @@ export namespace Prisma {
|
|
|
298294
300144
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
298295
300145
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
298296
300146
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
300147
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
298297
300148
|
}
|
|
298298
300149
|
|
|
298299
300150
|
export type UserCreateOrConnectWithoutCentralOfficesInput = {
|
|
@@ -298738,6 +300589,7 @@ export namespace Prisma {
|
|
|
298738
300589
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
298739
300590
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
298740
300591
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
300592
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
298741
300593
|
}
|
|
298742
300594
|
|
|
298743
300595
|
export type UserUncheckedCreateWithoutClustersInput = {
|
|
@@ -298822,6 +300674,7 @@ export namespace Prisma {
|
|
|
298822
300674
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
298823
300675
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
298824
300676
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
300677
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
298825
300678
|
}
|
|
298826
300679
|
|
|
298827
300680
|
export type UserCreateOrConnectWithoutClustersInput = {
|
|
@@ -301646,6 +303499,7 @@ export namespace Prisma {
|
|
|
301646
303499
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
301647
303500
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
301648
303501
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
303502
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
301649
303503
|
}
|
|
301650
303504
|
|
|
301651
303505
|
export type UserUncheckedCreateWithoutClusterCommentsInput = {
|
|
@@ -301730,6 +303584,7 @@ export namespace Prisma {
|
|
|
301730
303584
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
301731
303585
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
301732
303586
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
303587
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
301733
303588
|
}
|
|
301734
303589
|
|
|
301735
303590
|
export type UserCreateOrConnectWithoutClusterCommentsInput = {
|
|
@@ -301937,6 +303792,7 @@ export namespace Prisma {
|
|
|
301937
303792
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
301938
303793
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
301939
303794
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
303795
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
301940
303796
|
}
|
|
301941
303797
|
|
|
301942
303798
|
export type UserUncheckedUpdateWithoutClusterCommentsInput = {
|
|
@@ -302021,6 +303877,7 @@ export namespace Prisma {
|
|
|
302021
303877
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
302022
303878
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
302023
303879
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
303880
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
302024
303881
|
}
|
|
302025
303882
|
|
|
302026
303883
|
export type ClusterUpsertWithoutClusterCommentsInput = {
|
|
@@ -302218,6 +304075,7 @@ export namespace Prisma {
|
|
|
302218
304075
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
302219
304076
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
302220
304077
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
304078
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
302221
304079
|
}
|
|
302222
304080
|
|
|
302223
304081
|
export type UserUncheckedCreateWithoutClusterNotesInput = {
|
|
@@ -302302,6 +304160,7 @@ export namespace Prisma {
|
|
|
302302
304160
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
302303
304161
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
302304
304162
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
304163
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
302305
304164
|
}
|
|
302306
304165
|
|
|
302307
304166
|
export type UserCreateOrConnectWithoutClusterNotesInput = {
|
|
@@ -302509,6 +304368,7 @@ export namespace Prisma {
|
|
|
302509
304368
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
302510
304369
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
302511
304370
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
304371
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
302512
304372
|
}
|
|
302513
304373
|
|
|
302514
304374
|
export type UserUncheckedUpdateWithoutClusterNotesInput = {
|
|
@@ -302593,6 +304453,7 @@ export namespace Prisma {
|
|
|
302593
304453
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
302594
304454
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
302595
304455
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
304456
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
302596
304457
|
}
|
|
302597
304458
|
|
|
302598
304459
|
export type ClusterUpsertWithoutClusterNotesInput = {
|
|
@@ -302925,6 +304786,7 @@ export namespace Prisma {
|
|
|
302925
304786
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
302926
304787
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
302927
304788
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
304789
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
302928
304790
|
}
|
|
302929
304791
|
|
|
302930
304792
|
export type UserUncheckedCreateWithoutCentralOfficeUserInput = {
|
|
@@ -303009,6 +304871,7 @@ export namespace Prisma {
|
|
|
303009
304871
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
303010
304872
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
303011
304873
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
304874
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
303012
304875
|
}
|
|
303013
304876
|
|
|
303014
304877
|
export type UserCreateOrConnectWithoutCentralOfficeUserInput = {
|
|
@@ -303140,6 +305003,7 @@ export namespace Prisma {
|
|
|
303140
305003
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
303141
305004
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
303142
305005
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
305006
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
303143
305007
|
}
|
|
303144
305008
|
|
|
303145
305009
|
export type UserUncheckedUpdateWithoutCentralOfficeUserInput = {
|
|
@@ -303224,6 +305088,7 @@ export namespace Prisma {
|
|
|
303224
305088
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
303225
305089
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
303226
305090
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
305091
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
303227
305092
|
}
|
|
303228
305093
|
|
|
303229
305094
|
export type ProjectCreateWithoutQrCodeTemplateInput = {
|
|
@@ -308653,6 +310518,7 @@ export namespace Prisma {
|
|
|
308653
310518
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
308654
310519
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
308655
310520
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
310521
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
308656
310522
|
}
|
|
308657
310523
|
|
|
308658
310524
|
export type UserUncheckedCreateWithoutIntegrationUserLocationInput = {
|
|
@@ -308737,6 +310603,7 @@ export namespace Prisma {
|
|
|
308737
310603
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
308738
310604
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
308739
310605
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
310606
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
308740
310607
|
}
|
|
308741
310608
|
|
|
308742
310609
|
export type UserCreateOrConnectWithoutIntegrationUserLocationInput = {
|
|
@@ -308944,6 +310811,7 @@ export namespace Prisma {
|
|
|
308944
310811
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
308945
310812
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
308946
310813
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
310814
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
308947
310815
|
}
|
|
308948
310816
|
|
|
308949
310817
|
export type UserUncheckedUpdateWithoutIntegrationUserLocationInput = {
|
|
@@ -309028,6 +310896,7 @@ export namespace Prisma {
|
|
|
309028
310896
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
309029
310897
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
309030
310898
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
310899
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
309031
310900
|
}
|
|
309032
310901
|
|
|
309033
310902
|
export type ClusterUpsertWithoutIntegrationUserLocationInput = {
|
|
@@ -309225,6 +311094,7 @@ export namespace Prisma {
|
|
|
309225
311094
|
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
309226
311095
|
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
309227
311096
|
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
311097
|
+
appVersions?: AppVersionCreateNestedManyWithoutCreatedByInput
|
|
309228
311098
|
}
|
|
309229
311099
|
|
|
309230
311100
|
export type UserUncheckedCreateWithoutIntegrationReportTemplateInput = {
|
|
@@ -309309,6 +311179,7 @@ export namespace Prisma {
|
|
|
309309
311179
|
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
309310
311180
|
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
309311
311181
|
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
311182
|
+
appVersions?: AppVersionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
309312
311183
|
}
|
|
309313
311184
|
|
|
309314
311185
|
export type UserCreateOrConnectWithoutIntegrationReportTemplateInput = {
|
|
@@ -309499,6 +311370,7 @@ export namespace Prisma {
|
|
|
309499
311370
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
309500
311371
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
309501
311372
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
311373
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
309502
311374
|
}
|
|
309503
311375
|
|
|
309504
311376
|
export type UserUncheckedUpdateWithoutIntegrationReportTemplateInput = {
|
|
@@ -309583,6 +311455,7 @@ export namespace Prisma {
|
|
|
309583
311455
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
309584
311456
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
309585
311457
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
311458
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
309586
311459
|
}
|
|
309587
311460
|
|
|
309588
311461
|
export type ReportMetricUpsertWithWhereUniqueWithoutReportTemplateInput = {
|
|
@@ -310083,6 +311956,362 @@ export namespace Prisma {
|
|
|
310083
311956
|
formulaConfig?: ReportFormulaConfigUncheckedUpdateOneWithoutMetricNestedInput
|
|
310084
311957
|
}
|
|
310085
311958
|
|
|
311959
|
+
export type UserCreateWithoutAppVersionsInput = {
|
|
311960
|
+
id?: string
|
|
311961
|
+
no?: number
|
|
311962
|
+
name: string
|
|
311963
|
+
surname: string
|
|
311964
|
+
email: string
|
|
311965
|
+
mobile: string
|
|
311966
|
+
alternativeMobile?: string | null
|
|
311967
|
+
whatsappMobile?: string | null
|
|
311968
|
+
password: string
|
|
311969
|
+
otp?: string | null
|
|
311970
|
+
passport?: string | null
|
|
311971
|
+
passportFile?: string | null
|
|
311972
|
+
status?: string
|
|
311973
|
+
countries?: NullableJsonNullValueInput | InputJsonValue
|
|
311974
|
+
platforms?: NullableJsonNullValueInput | InputJsonValue
|
|
311975
|
+
staffId?: string | null
|
|
311976
|
+
deviceId1?: string | null
|
|
311977
|
+
deviceId2?: string | null
|
|
311978
|
+
notificationTokens?: UserCreatenotificationTokensInput | string[]
|
|
311979
|
+
webNotificationTokens?: UserCreatewebNotificationTokensInput | string[]
|
|
311980
|
+
refreshToken?: string | null
|
|
311981
|
+
createdAt?: Date | string
|
|
311982
|
+
updatedAt?: Date | string
|
|
311983
|
+
activatedAt?: Date | string | null
|
|
311984
|
+
deletedAt?: Date | string | null
|
|
311985
|
+
platforms_list?: PlatformCreateNestedManyWithoutUserInput
|
|
311986
|
+
managing_countries?: CamusatCountryCreateNestedManyWithoutUserInput
|
|
311987
|
+
position?: PositionCreateNestedOneWithoutUserInput
|
|
311988
|
+
teamType?: TeamTypeCreateNestedOneWithoutUserInput
|
|
311989
|
+
team?: TeamCreateNestedOneWithoutUserInput
|
|
311990
|
+
country?: CountryCreateNestedOneWithoutUserInput
|
|
311991
|
+
role?: RoleCreateNestedOneWithoutUserInput
|
|
311992
|
+
TeamPlatform?: TeamPlatformCreateNestedManyWithoutUserInput
|
|
311993
|
+
project?: ProjectCreateNestedManyWithoutUserInput
|
|
311994
|
+
audit?: AuditCreateNestedManyWithoutUserInput
|
|
311995
|
+
leadTechnician?: DispatchTeamCreateNestedManyWithoutLeadTechnicianInput
|
|
311996
|
+
firstTechnician?: DispatchTeamCreateNestedManyWithoutFirstTechnicianInput
|
|
311997
|
+
secondTechnician?: DispatchTeamCreateNestedManyWithoutSecondTechnicianInput
|
|
311998
|
+
otherTechnician?: DispatchTeamCreateNestedManyWithoutOtherTechnicianInput
|
|
311999
|
+
DispatchProject?: DispatchProjectCreateNestedManyWithoutUserInput
|
|
312000
|
+
WorkOrder?: WorkOrderCreateNestedManyWithoutManagerInput
|
|
312001
|
+
WorkOrderTasks?: WorkOrderTaskCreateNestedManyWithoutTechnicianInput
|
|
312002
|
+
workOrderActivityLogs?: WorkOrderActivityLogCreateNestedManyWithoutUserInput
|
|
312003
|
+
workOrderEditLogs?: WorkOrderEditLogCreateNestedManyWithoutUserInput
|
|
312004
|
+
Notifications?: NotificationsCreateNestedManyWithoutUserInput
|
|
312005
|
+
pboFatTemplates?: PboFatTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312006
|
+
pboFat?: PboFatCreateNestedManyWithoutUpdatedByInput
|
|
312007
|
+
cable?: CableCreateNestedManyWithoutUpdatedByInput
|
|
312008
|
+
SpliceClosure?: SpliceClosureCreateNestedManyWithoutUpdatedByInput
|
|
312009
|
+
CableTemplate?: CableTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312010
|
+
CentralOffices?: CentralOfficeCreateNestedManyWithoutUsersInput
|
|
312011
|
+
Clusters?: ClusterCreateNestedManyWithoutUsersInput
|
|
312012
|
+
projectPhaseLog?: projectPhaseLogCreateNestedManyWithoutUpdatedByInput
|
|
312013
|
+
ZoneNro?: ZoneNroCreateNestedManyWithoutUpdatedByInput
|
|
312014
|
+
Pole?: PoleCreateNestedManyWithoutUpdatedByInput
|
|
312015
|
+
Manhole?: ManholeCreateNestedManyWithoutUpdatedByInput
|
|
312016
|
+
Loop?: LoopCreateNestedManyWithoutUpdatedByInput
|
|
312017
|
+
FDTSRO?: FDTSROCreateNestedManyWithoutUpdatedByInput
|
|
312018
|
+
SFU?: SFUCreateNestedManyWithoutUpdatedByInput
|
|
312019
|
+
Building?: BuildingCreateNestedManyWithoutUpdatedByInput
|
|
312020
|
+
SpliceClosureTemplate?: SpliceClosureTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312021
|
+
ZoneNroTemplate?: ZoneNroTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312022
|
+
PoleTemplate?: PoleTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312023
|
+
ManholeTemplate?: ManholeTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312024
|
+
LoopTemplate?: LoopTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312025
|
+
FDTSROTemplate?: FDTSROTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312026
|
+
SFUTemplate?: SFUTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312027
|
+
BuildingTemplate?: BuildingTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312028
|
+
integrationProjectUserStatus?: integrationProjectUserStatusCreateNestedManyWithoutUserInput
|
|
312029
|
+
integrationUserLocation?: integrationUserLocationCreateNestedManyWithoutUserInput
|
|
312030
|
+
CamusatClient?: CamusatClientCreateNestedManyWithoutUsersInput
|
|
312031
|
+
IntegrationReportTemplate?: IntegrationReportTemplateCreateNestedManyWithoutCreatedByInput
|
|
312032
|
+
MapElementTemplate?: MapElementTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312033
|
+
MapElement?: MapElementCreateNestedManyWithoutUpdatedByInput
|
|
312034
|
+
CentralOfficeUser?: CentralOfficeUserCreateNestedManyWithoutUserInput
|
|
312035
|
+
ClusterComments?: ClusterCommentsCreateNestedManyWithoutUserInput
|
|
312036
|
+
CreatedRevisions?: RevisionCreateNestedManyWithoutCreatedByInput
|
|
312037
|
+
ResolvedRevisions?: RevisionCreateNestedManyWithoutResolvedByInput
|
|
312038
|
+
ClusterNotes?: ClusterNotesCreateNestedManyWithoutCreatedByInput
|
|
312039
|
+
Conduit?: ConduitCreateNestedManyWithoutUpdatedByInput
|
|
312040
|
+
ConduitTemplate?: ConduitTemplateCreateNestedManyWithoutUpdatedByInput
|
|
312041
|
+
WorkOrderComments?: WorkOrderCommentsCreateNestedManyWithoutCreatedByInput
|
|
312042
|
+
}
|
|
312043
|
+
|
|
312044
|
+
export type UserUncheckedCreateWithoutAppVersionsInput = {
|
|
312045
|
+
id?: string
|
|
312046
|
+
no?: number
|
|
312047
|
+
name: string
|
|
312048
|
+
surname: string
|
|
312049
|
+
email: string
|
|
312050
|
+
mobile: string
|
|
312051
|
+
alternativeMobile?: string | null
|
|
312052
|
+
whatsappMobile?: string | null
|
|
312053
|
+
password: string
|
|
312054
|
+
otp?: string | null
|
|
312055
|
+
passport?: string | null
|
|
312056
|
+
passportFile?: string | null
|
|
312057
|
+
status?: string
|
|
312058
|
+
countries?: NullableJsonNullValueInput | InputJsonValue
|
|
312059
|
+
platforms?: NullableJsonNullValueInput | InputJsonValue
|
|
312060
|
+
staffId?: string | null
|
|
312061
|
+
deviceId1?: string | null
|
|
312062
|
+
deviceId2?: string | null
|
|
312063
|
+
notificationTokens?: UserCreatenotificationTokensInput | string[]
|
|
312064
|
+
webNotificationTokens?: UserCreatewebNotificationTokensInput | string[]
|
|
312065
|
+
refreshToken?: string | null
|
|
312066
|
+
createdAt?: Date | string
|
|
312067
|
+
updatedAt?: Date | string
|
|
312068
|
+
activatedAt?: Date | string | null
|
|
312069
|
+
deletedAt?: Date | string | null
|
|
312070
|
+
positionId?: string | null
|
|
312071
|
+
teamTypeId?: string | null
|
|
312072
|
+
teamId?: string | null
|
|
312073
|
+
countryId?: string | null
|
|
312074
|
+
roleId?: string | null
|
|
312075
|
+
platforms_list?: PlatformUncheckedCreateNestedManyWithoutUserInput
|
|
312076
|
+
managing_countries?: CamusatCountryUncheckedCreateNestedManyWithoutUserInput
|
|
312077
|
+
TeamPlatform?: TeamPlatformUncheckedCreateNestedManyWithoutUserInput
|
|
312078
|
+
project?: ProjectUncheckedCreateNestedManyWithoutUserInput
|
|
312079
|
+
audit?: AuditUncheckedCreateNestedManyWithoutUserInput
|
|
312080
|
+
leadTechnician?: DispatchTeamUncheckedCreateNestedManyWithoutLeadTechnicianInput
|
|
312081
|
+
firstTechnician?: DispatchTeamUncheckedCreateNestedManyWithoutFirstTechnicianInput
|
|
312082
|
+
secondTechnician?: DispatchTeamUncheckedCreateNestedManyWithoutSecondTechnicianInput
|
|
312083
|
+
otherTechnician?: DispatchTeamUncheckedCreateNestedManyWithoutOtherTechnicianInput
|
|
312084
|
+
DispatchProject?: DispatchProjectUncheckedCreateNestedManyWithoutUserInput
|
|
312085
|
+
WorkOrder?: WorkOrderUncheckedCreateNestedManyWithoutManagerInput
|
|
312086
|
+
WorkOrderTasks?: WorkOrderTaskUncheckedCreateNestedManyWithoutTechnicianInput
|
|
312087
|
+
workOrderActivityLogs?: WorkOrderActivityLogUncheckedCreateNestedManyWithoutUserInput
|
|
312088
|
+
workOrderEditLogs?: WorkOrderEditLogUncheckedCreateNestedManyWithoutUserInput
|
|
312089
|
+
Notifications?: NotificationsUncheckedCreateNestedManyWithoutUserInput
|
|
312090
|
+
pboFatTemplates?: PboFatTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312091
|
+
pboFat?: PboFatUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312092
|
+
cable?: CableUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312093
|
+
SpliceClosure?: SpliceClosureUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312094
|
+
CableTemplate?: CableTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312095
|
+
CentralOffices?: CentralOfficeUncheckedCreateNestedManyWithoutUsersInput
|
|
312096
|
+
Clusters?: ClusterUncheckedCreateNestedManyWithoutUsersInput
|
|
312097
|
+
projectPhaseLog?: projectPhaseLogUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312098
|
+
ZoneNro?: ZoneNroUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312099
|
+
Pole?: PoleUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312100
|
+
Manhole?: ManholeUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312101
|
+
Loop?: LoopUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312102
|
+
FDTSRO?: FDTSROUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312103
|
+
SFU?: SFUUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312104
|
+
Building?: BuildingUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312105
|
+
SpliceClosureTemplate?: SpliceClosureTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312106
|
+
ZoneNroTemplate?: ZoneNroTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312107
|
+
PoleTemplate?: PoleTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312108
|
+
ManholeTemplate?: ManholeTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312109
|
+
LoopTemplate?: LoopTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312110
|
+
FDTSROTemplate?: FDTSROTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312111
|
+
SFUTemplate?: SFUTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312112
|
+
BuildingTemplate?: BuildingTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312113
|
+
integrationProjectUserStatus?: integrationProjectUserStatusUncheckedCreateNestedManyWithoutUserInput
|
|
312114
|
+
integrationUserLocation?: integrationUserLocationUncheckedCreateNestedManyWithoutUserInput
|
|
312115
|
+
CamusatClient?: CamusatClientUncheckedCreateNestedManyWithoutUsersInput
|
|
312116
|
+
IntegrationReportTemplate?: IntegrationReportTemplateUncheckedCreateNestedManyWithoutCreatedByInput
|
|
312117
|
+
MapElementTemplate?: MapElementTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312118
|
+
MapElement?: MapElementUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312119
|
+
CentralOfficeUser?: CentralOfficeUserUncheckedCreateNestedManyWithoutUserInput
|
|
312120
|
+
ClusterComments?: ClusterCommentsUncheckedCreateNestedManyWithoutUserInput
|
|
312121
|
+
CreatedRevisions?: RevisionUncheckedCreateNestedManyWithoutCreatedByInput
|
|
312122
|
+
ResolvedRevisions?: RevisionUncheckedCreateNestedManyWithoutResolvedByInput
|
|
312123
|
+
ClusterNotes?: ClusterNotesUncheckedCreateNestedManyWithoutCreatedByInput
|
|
312124
|
+
Conduit?: ConduitUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312125
|
+
ConduitTemplate?: ConduitTemplateUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
312126
|
+
WorkOrderComments?: WorkOrderCommentsUncheckedCreateNestedManyWithoutCreatedByInput
|
|
312127
|
+
}
|
|
312128
|
+
|
|
312129
|
+
export type UserCreateOrConnectWithoutAppVersionsInput = {
|
|
312130
|
+
where: UserWhereUniqueInput
|
|
312131
|
+
create: XOR<UserCreateWithoutAppVersionsInput, UserUncheckedCreateWithoutAppVersionsInput>
|
|
312132
|
+
}
|
|
312133
|
+
|
|
312134
|
+
export type UserUpsertWithoutAppVersionsInput = {
|
|
312135
|
+
update: XOR<UserUpdateWithoutAppVersionsInput, UserUncheckedUpdateWithoutAppVersionsInput>
|
|
312136
|
+
create: XOR<UserCreateWithoutAppVersionsInput, UserUncheckedCreateWithoutAppVersionsInput>
|
|
312137
|
+
where?: UserWhereInput
|
|
312138
|
+
}
|
|
312139
|
+
|
|
312140
|
+
export type UserUpdateToOneWithWhereWithoutAppVersionsInput = {
|
|
312141
|
+
where?: UserWhereInput
|
|
312142
|
+
data: XOR<UserUpdateWithoutAppVersionsInput, UserUncheckedUpdateWithoutAppVersionsInput>
|
|
312143
|
+
}
|
|
312144
|
+
|
|
312145
|
+
export type UserUpdateWithoutAppVersionsInput = {
|
|
312146
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
312147
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
312148
|
+
name?: StringFieldUpdateOperationsInput | string
|
|
312149
|
+
surname?: StringFieldUpdateOperationsInput | string
|
|
312150
|
+
email?: StringFieldUpdateOperationsInput | string
|
|
312151
|
+
mobile?: StringFieldUpdateOperationsInput | string
|
|
312152
|
+
alternativeMobile?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312153
|
+
whatsappMobile?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312154
|
+
password?: StringFieldUpdateOperationsInput | string
|
|
312155
|
+
otp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312156
|
+
passport?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312157
|
+
passportFile?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312158
|
+
status?: StringFieldUpdateOperationsInput | string
|
|
312159
|
+
countries?: NullableJsonNullValueInput | InputJsonValue
|
|
312160
|
+
platforms?: NullableJsonNullValueInput | InputJsonValue
|
|
312161
|
+
staffId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312162
|
+
deviceId1?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312163
|
+
deviceId2?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312164
|
+
notificationTokens?: UserUpdatenotificationTokensInput | string[]
|
|
312165
|
+
webNotificationTokens?: UserUpdatewebNotificationTokensInput | string[]
|
|
312166
|
+
refreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312167
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
312168
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
312169
|
+
activatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
312170
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
312171
|
+
platforms_list?: PlatformUpdateManyWithoutUserNestedInput
|
|
312172
|
+
managing_countries?: CamusatCountryUpdateManyWithoutUserNestedInput
|
|
312173
|
+
position?: PositionUpdateOneWithoutUserNestedInput
|
|
312174
|
+
teamType?: TeamTypeUpdateOneWithoutUserNestedInput
|
|
312175
|
+
team?: TeamUpdateOneWithoutUserNestedInput
|
|
312176
|
+
country?: CountryUpdateOneWithoutUserNestedInput
|
|
312177
|
+
role?: RoleUpdateOneWithoutUserNestedInput
|
|
312178
|
+
TeamPlatform?: TeamPlatformUpdateManyWithoutUserNestedInput
|
|
312179
|
+
project?: ProjectUpdateManyWithoutUserNestedInput
|
|
312180
|
+
audit?: AuditUpdateManyWithoutUserNestedInput
|
|
312181
|
+
leadTechnician?: DispatchTeamUpdateManyWithoutLeadTechnicianNestedInput
|
|
312182
|
+
firstTechnician?: DispatchTeamUpdateManyWithoutFirstTechnicianNestedInput
|
|
312183
|
+
secondTechnician?: DispatchTeamUpdateManyWithoutSecondTechnicianNestedInput
|
|
312184
|
+
otherTechnician?: DispatchTeamUpdateManyWithoutOtherTechnicianNestedInput
|
|
312185
|
+
DispatchProject?: DispatchProjectUpdateManyWithoutUserNestedInput
|
|
312186
|
+
WorkOrder?: WorkOrderUpdateManyWithoutManagerNestedInput
|
|
312187
|
+
WorkOrderTasks?: WorkOrderTaskUpdateManyWithoutTechnicianNestedInput
|
|
312188
|
+
workOrderActivityLogs?: WorkOrderActivityLogUpdateManyWithoutUserNestedInput
|
|
312189
|
+
workOrderEditLogs?: WorkOrderEditLogUpdateManyWithoutUserNestedInput
|
|
312190
|
+
Notifications?: NotificationsUpdateManyWithoutUserNestedInput
|
|
312191
|
+
pboFatTemplates?: PboFatTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312192
|
+
pboFat?: PboFatUpdateManyWithoutUpdatedByNestedInput
|
|
312193
|
+
cable?: CableUpdateManyWithoutUpdatedByNestedInput
|
|
312194
|
+
SpliceClosure?: SpliceClosureUpdateManyWithoutUpdatedByNestedInput
|
|
312195
|
+
CableTemplate?: CableTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312196
|
+
CentralOffices?: CentralOfficeUpdateManyWithoutUsersNestedInput
|
|
312197
|
+
Clusters?: ClusterUpdateManyWithoutUsersNestedInput
|
|
312198
|
+
projectPhaseLog?: projectPhaseLogUpdateManyWithoutUpdatedByNestedInput
|
|
312199
|
+
ZoneNro?: ZoneNroUpdateManyWithoutUpdatedByNestedInput
|
|
312200
|
+
Pole?: PoleUpdateManyWithoutUpdatedByNestedInput
|
|
312201
|
+
Manhole?: ManholeUpdateManyWithoutUpdatedByNestedInput
|
|
312202
|
+
Loop?: LoopUpdateManyWithoutUpdatedByNestedInput
|
|
312203
|
+
FDTSRO?: FDTSROUpdateManyWithoutUpdatedByNestedInput
|
|
312204
|
+
SFU?: SFUUpdateManyWithoutUpdatedByNestedInput
|
|
312205
|
+
Building?: BuildingUpdateManyWithoutUpdatedByNestedInput
|
|
312206
|
+
SpliceClosureTemplate?: SpliceClosureTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312207
|
+
ZoneNroTemplate?: ZoneNroTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312208
|
+
PoleTemplate?: PoleTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312209
|
+
ManholeTemplate?: ManholeTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312210
|
+
LoopTemplate?: LoopTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312211
|
+
FDTSROTemplate?: FDTSROTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312212
|
+
SFUTemplate?: SFUTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312213
|
+
BuildingTemplate?: BuildingTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312214
|
+
integrationProjectUserStatus?: integrationProjectUserStatusUpdateManyWithoutUserNestedInput
|
|
312215
|
+
integrationUserLocation?: integrationUserLocationUpdateManyWithoutUserNestedInput
|
|
312216
|
+
CamusatClient?: CamusatClientUpdateManyWithoutUsersNestedInput
|
|
312217
|
+
IntegrationReportTemplate?: IntegrationReportTemplateUpdateManyWithoutCreatedByNestedInput
|
|
312218
|
+
MapElementTemplate?: MapElementTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312219
|
+
MapElement?: MapElementUpdateManyWithoutUpdatedByNestedInput
|
|
312220
|
+
CentralOfficeUser?: CentralOfficeUserUpdateManyWithoutUserNestedInput
|
|
312221
|
+
ClusterComments?: ClusterCommentsUpdateManyWithoutUserNestedInput
|
|
312222
|
+
CreatedRevisions?: RevisionUpdateManyWithoutCreatedByNestedInput
|
|
312223
|
+
ResolvedRevisions?: RevisionUpdateManyWithoutResolvedByNestedInput
|
|
312224
|
+
ClusterNotes?: ClusterNotesUpdateManyWithoutCreatedByNestedInput
|
|
312225
|
+
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
312226
|
+
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312227
|
+
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
312228
|
+
}
|
|
312229
|
+
|
|
312230
|
+
export type UserUncheckedUpdateWithoutAppVersionsInput = {
|
|
312231
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
312232
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
312233
|
+
name?: StringFieldUpdateOperationsInput | string
|
|
312234
|
+
surname?: StringFieldUpdateOperationsInput | string
|
|
312235
|
+
email?: StringFieldUpdateOperationsInput | string
|
|
312236
|
+
mobile?: StringFieldUpdateOperationsInput | string
|
|
312237
|
+
alternativeMobile?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312238
|
+
whatsappMobile?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312239
|
+
password?: StringFieldUpdateOperationsInput | string
|
|
312240
|
+
otp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312241
|
+
passport?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312242
|
+
passportFile?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312243
|
+
status?: StringFieldUpdateOperationsInput | string
|
|
312244
|
+
countries?: NullableJsonNullValueInput | InputJsonValue
|
|
312245
|
+
platforms?: NullableJsonNullValueInput | InputJsonValue
|
|
312246
|
+
staffId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312247
|
+
deviceId1?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312248
|
+
deviceId2?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312249
|
+
notificationTokens?: UserUpdatenotificationTokensInput | string[]
|
|
312250
|
+
webNotificationTokens?: UserUpdatewebNotificationTokensInput | string[]
|
|
312251
|
+
refreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312252
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
312253
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
312254
|
+
activatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
312255
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
312256
|
+
positionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312257
|
+
teamTypeId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312258
|
+
teamId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312259
|
+
countryId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312260
|
+
roleId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
312261
|
+
platforms_list?: PlatformUncheckedUpdateManyWithoutUserNestedInput
|
|
312262
|
+
managing_countries?: CamusatCountryUncheckedUpdateManyWithoutUserNestedInput
|
|
312263
|
+
TeamPlatform?: TeamPlatformUncheckedUpdateManyWithoutUserNestedInput
|
|
312264
|
+
project?: ProjectUncheckedUpdateManyWithoutUserNestedInput
|
|
312265
|
+
audit?: AuditUncheckedUpdateManyWithoutUserNestedInput
|
|
312266
|
+
leadTechnician?: DispatchTeamUncheckedUpdateManyWithoutLeadTechnicianNestedInput
|
|
312267
|
+
firstTechnician?: DispatchTeamUncheckedUpdateManyWithoutFirstTechnicianNestedInput
|
|
312268
|
+
secondTechnician?: DispatchTeamUncheckedUpdateManyWithoutSecondTechnicianNestedInput
|
|
312269
|
+
otherTechnician?: DispatchTeamUncheckedUpdateManyWithoutOtherTechnicianNestedInput
|
|
312270
|
+
DispatchProject?: DispatchProjectUncheckedUpdateManyWithoutUserNestedInput
|
|
312271
|
+
WorkOrder?: WorkOrderUncheckedUpdateManyWithoutManagerNestedInput
|
|
312272
|
+
WorkOrderTasks?: WorkOrderTaskUncheckedUpdateManyWithoutTechnicianNestedInput
|
|
312273
|
+
workOrderActivityLogs?: WorkOrderActivityLogUncheckedUpdateManyWithoutUserNestedInput
|
|
312274
|
+
workOrderEditLogs?: WorkOrderEditLogUncheckedUpdateManyWithoutUserNestedInput
|
|
312275
|
+
Notifications?: NotificationsUncheckedUpdateManyWithoutUserNestedInput
|
|
312276
|
+
pboFatTemplates?: PboFatTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312277
|
+
pboFat?: PboFatUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312278
|
+
cable?: CableUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312279
|
+
SpliceClosure?: SpliceClosureUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312280
|
+
CableTemplate?: CableTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312281
|
+
CentralOffices?: CentralOfficeUncheckedUpdateManyWithoutUsersNestedInput
|
|
312282
|
+
Clusters?: ClusterUncheckedUpdateManyWithoutUsersNestedInput
|
|
312283
|
+
projectPhaseLog?: projectPhaseLogUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312284
|
+
ZoneNro?: ZoneNroUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312285
|
+
Pole?: PoleUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312286
|
+
Manhole?: ManholeUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312287
|
+
Loop?: LoopUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312288
|
+
FDTSRO?: FDTSROUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312289
|
+
SFU?: SFUUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312290
|
+
Building?: BuildingUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312291
|
+
SpliceClosureTemplate?: SpliceClosureTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312292
|
+
ZoneNroTemplate?: ZoneNroTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312293
|
+
PoleTemplate?: PoleTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312294
|
+
ManholeTemplate?: ManholeTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312295
|
+
LoopTemplate?: LoopTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312296
|
+
FDTSROTemplate?: FDTSROTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312297
|
+
SFUTemplate?: SFUTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312298
|
+
BuildingTemplate?: BuildingTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312299
|
+
integrationProjectUserStatus?: integrationProjectUserStatusUncheckedUpdateManyWithoutUserNestedInput
|
|
312300
|
+
integrationUserLocation?: integrationUserLocationUncheckedUpdateManyWithoutUserNestedInput
|
|
312301
|
+
CamusatClient?: CamusatClientUncheckedUpdateManyWithoutUsersNestedInput
|
|
312302
|
+
IntegrationReportTemplate?: IntegrationReportTemplateUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312303
|
+
MapElementTemplate?: MapElementTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312304
|
+
MapElement?: MapElementUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312305
|
+
CentralOfficeUser?: CentralOfficeUserUncheckedUpdateManyWithoutUserNestedInput
|
|
312306
|
+
ClusterComments?: ClusterCommentsUncheckedUpdateManyWithoutUserNestedInput
|
|
312307
|
+
CreatedRevisions?: RevisionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312308
|
+
ResolvedRevisions?: RevisionUncheckedUpdateManyWithoutResolvedByNestedInput
|
|
312309
|
+
ClusterNotes?: ClusterNotesUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312310
|
+
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312311
|
+
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312312
|
+
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312313
|
+
}
|
|
312314
|
+
|
|
310086
312315
|
export type CamusatCountryCreateManyCountryInput = {
|
|
310087
312316
|
id?: string
|
|
310088
312317
|
no?: number
|
|
@@ -310259,6 +312488,7 @@ export namespace Prisma {
|
|
|
310259
312488
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
310260
312489
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
310261
312490
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
312491
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
310262
312492
|
}
|
|
310263
312493
|
|
|
310264
312494
|
export type UserUncheckedUpdateWithoutCountryInput = {
|
|
@@ -310343,6 +312573,7 @@ export namespace Prisma {
|
|
|
310343
312573
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
310344
312574
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
310345
312575
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312576
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
310346
312577
|
}
|
|
310347
312578
|
|
|
310348
312579
|
export type UserUncheckedUpdateManyWithoutCountryInput = {
|
|
@@ -310568,6 +312799,7 @@ export namespace Prisma {
|
|
|
310568
312799
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
310569
312800
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
310570
312801
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
312802
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
310571
312803
|
}
|
|
310572
312804
|
|
|
310573
312805
|
export type UserUncheckedUpdateWithoutManaging_countriesInput = {
|
|
@@ -310652,6 +312884,7 @@ export namespace Prisma {
|
|
|
310652
312884
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
310653
312885
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
310654
312886
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312887
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
310655
312888
|
}
|
|
310656
312889
|
|
|
310657
312890
|
export type UserUncheckedUpdateManyWithoutManaging_countriesInput = {
|
|
@@ -310970,6 +313203,7 @@ export namespace Prisma {
|
|
|
310970
313203
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
310971
313204
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
310972
313205
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
313206
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
310973
313207
|
}
|
|
310974
313208
|
|
|
310975
313209
|
export type UserUncheckedUpdateWithoutCamusatClientInput = {
|
|
@@ -311054,6 +313288,7 @@ export namespace Prisma {
|
|
|
311054
313288
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311055
313289
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311056
313290
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
313291
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
311057
313292
|
}
|
|
311058
313293
|
|
|
311059
313294
|
export type UserUncheckedUpdateManyWithoutCamusatClientInput = {
|
|
@@ -311171,6 +313406,7 @@ export namespace Prisma {
|
|
|
311171
313406
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
311172
313407
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
311173
313408
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
313409
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
311174
313410
|
}
|
|
311175
313411
|
|
|
311176
313412
|
export type UserUncheckedUpdateWithoutPlatforms_listInput = {
|
|
@@ -311255,6 +313491,7 @@ export namespace Prisma {
|
|
|
311255
313491
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311256
313492
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311257
313493
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
313494
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
311258
313495
|
}
|
|
311259
313496
|
|
|
311260
313497
|
export type UserUncheckedUpdateManyWithoutPlatforms_listInput = {
|
|
@@ -311534,6 +313771,7 @@ export namespace Prisma {
|
|
|
311534
313771
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
311535
313772
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
311536
313773
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
313774
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
311537
313775
|
}
|
|
311538
313776
|
|
|
311539
313777
|
export type UserUncheckedUpdateWithoutPositionInput = {
|
|
@@ -311618,6 +313856,7 @@ export namespace Prisma {
|
|
|
311618
313856
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311619
313857
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311620
313858
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
313859
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
311621
313860
|
}
|
|
311622
313861
|
|
|
311623
313862
|
export type UserUncheckedUpdateManyWithoutPositionInput = {
|
|
@@ -311766,6 +314005,7 @@ export namespace Prisma {
|
|
|
311766
314005
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
311767
314006
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
311768
314007
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
314008
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
311769
314009
|
}
|
|
311770
314010
|
|
|
311771
314011
|
export type UserUncheckedUpdateWithoutRoleInput = {
|
|
@@ -311850,6 +314090,7 @@ export namespace Prisma {
|
|
|
311850
314090
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311851
314091
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
311852
314092
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
314093
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
311853
314094
|
}
|
|
311854
314095
|
|
|
311855
314096
|
export type UserUncheckedUpdateManyWithoutRoleInput = {
|
|
@@ -312346,6 +314587,7 @@ export namespace Prisma {
|
|
|
312346
314587
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
312347
314588
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312348
314589
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
314590
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
312349
314591
|
}
|
|
312350
314592
|
|
|
312351
314593
|
export type UserUncheckedUpdateWithoutTeamTypeInput = {
|
|
@@ -312430,6 +314672,7 @@ export namespace Prisma {
|
|
|
312430
314672
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312431
314673
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312432
314674
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
314675
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312433
314676
|
}
|
|
312434
314677
|
|
|
312435
314678
|
export type UserUncheckedUpdateManyWithoutTeamTypeInput = {
|
|
@@ -312656,6 +314899,7 @@ export namespace Prisma {
|
|
|
312656
314899
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
312657
314900
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
312658
314901
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
314902
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
312659
314903
|
}
|
|
312660
314904
|
|
|
312661
314905
|
export type UserUncheckedUpdateWithoutTeamInput = {
|
|
@@ -312740,6 +314984,7 @@ export namespace Prisma {
|
|
|
312740
314984
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312741
314985
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
312742
314986
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
314987
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
312743
314988
|
}
|
|
312744
314989
|
|
|
312745
314990
|
export type UserUncheckedUpdateManyWithoutTeamInput = {
|
|
@@ -313917,6 +316162,18 @@ export namespace Prisma {
|
|
|
313917
316162
|
workOrderId: string
|
|
313918
316163
|
}
|
|
313919
316164
|
|
|
316165
|
+
export type AppVersionCreateManyCreatedByInput = {
|
|
316166
|
+
id?: string
|
|
316167
|
+
no?: number
|
|
316168
|
+
versionCode: number
|
|
316169
|
+
versionName: string
|
|
316170
|
+
releaseNotes?: string | null
|
|
316171
|
+
createdAt?: Date | string
|
|
316172
|
+
updatedAt?: Date | string
|
|
316173
|
+
deletedAt?: Date | string | null
|
|
316174
|
+
apkUrl?: string | null
|
|
316175
|
+
}
|
|
316176
|
+
|
|
313920
316177
|
export type PlatformUpdateWithoutUserInput = {
|
|
313921
316178
|
id?: StringFieldUpdateOperationsInput | string
|
|
313922
316179
|
no?: IntFieldUpdateOperationsInput | number
|
|
@@ -317800,6 +320057,42 @@ export namespace Prisma {
|
|
|
317800
320057
|
workOrderId?: StringFieldUpdateOperationsInput | string
|
|
317801
320058
|
}
|
|
317802
320059
|
|
|
320060
|
+
export type AppVersionUpdateWithoutCreatedByInput = {
|
|
320061
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
320062
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
320063
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
320064
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
320065
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
320066
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
320067
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
320068
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
320069
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
320070
|
+
}
|
|
320071
|
+
|
|
320072
|
+
export type AppVersionUncheckedUpdateWithoutCreatedByInput = {
|
|
320073
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
320074
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
320075
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
320076
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
320077
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
320078
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
320079
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
320080
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
320081
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
320082
|
+
}
|
|
320083
|
+
|
|
320084
|
+
export type AppVersionUncheckedUpdateManyWithoutCreatedByInput = {
|
|
320085
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
320086
|
+
no?: IntFieldUpdateOperationsInput | number
|
|
320087
|
+
versionCode?: IntFieldUpdateOperationsInput | number
|
|
320088
|
+
versionName?: StringFieldUpdateOperationsInput | string
|
|
320089
|
+
releaseNotes?: NullableStringFieldUpdateOperationsInput | string | null
|
|
320090
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
320091
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
320092
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
320093
|
+
apkUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
320094
|
+
}
|
|
320095
|
+
|
|
317803
320096
|
export type ProjectCreateManyMainProjectInput = {
|
|
317804
320097
|
id?: string
|
|
317805
320098
|
no?: number
|
|
@@ -343300,6 +345593,7 @@ export namespace Prisma {
|
|
|
343300
345593
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
343301
345594
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
343302
345595
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
345596
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
343303
345597
|
}
|
|
343304
345598
|
|
|
343305
345599
|
export type UserUncheckedUpdateWithoutCentralOfficesInput = {
|
|
@@ -343384,6 +345678,7 @@ export namespace Prisma {
|
|
|
343384
345678
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
343385
345679
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
343386
345680
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
345681
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
343387
345682
|
}
|
|
343388
345683
|
|
|
343389
345684
|
export type UserUncheckedUpdateManyWithoutCentralOfficesInput = {
|
|
@@ -344504,6 +346799,7 @@ export namespace Prisma {
|
|
|
344504
346799
|
Conduit?: ConduitUpdateManyWithoutUpdatedByNestedInput
|
|
344505
346800
|
ConduitTemplate?: ConduitTemplateUpdateManyWithoutUpdatedByNestedInput
|
|
344506
346801
|
WorkOrderComments?: WorkOrderCommentsUpdateManyWithoutCreatedByNestedInput
|
|
346802
|
+
appVersions?: AppVersionUpdateManyWithoutCreatedByNestedInput
|
|
344507
346803
|
}
|
|
344508
346804
|
|
|
344509
346805
|
export type UserUncheckedUpdateWithoutClustersInput = {
|
|
@@ -344588,6 +346884,7 @@ export namespace Prisma {
|
|
|
344588
346884
|
Conduit?: ConduitUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
344589
346885
|
ConduitTemplate?: ConduitTemplateUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
344590
346886
|
WorkOrderComments?: WorkOrderCommentsUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
346887
|
+
appVersions?: AppVersionUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
344591
346888
|
}
|
|
344592
346889
|
|
|
344593
346890
|
export type UserUncheckedUpdateManyWithoutClustersInput = {
|