efiber-prisma-schema 2.0.4 → 2.0.6

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.
@@ -0,0 +1,2449 @@
1
+
2
+ /* !!! This is code generated by Prisma. Do not edit directly. !!!
3
+ /* eslint-disable */
4
+ // biome-ignore-all lint: generated file
5
+
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+
8
+ const {
9
+ Decimal,
10
+ DbNull,
11
+ JsonNull,
12
+ AnyNull,
13
+ NullTypes,
14
+ makeStrictEnum,
15
+ Public,
16
+ getRuntime,
17
+ skip
18
+ } = require('./runtime/index-browser.js')
19
+
20
+
21
+ const Prisma = {}
22
+
23
+ exports.Prisma = Prisma
24
+ exports.$Enums = {}
25
+
26
+ /**
27
+ * Prisma Client JS version: 7.0.0
28
+ * Query Engine version: 0c19ccc313cf9911a90d99d2ac2eb0280c76c513
29
+ */
30
+ Prisma.prismaVersion = {
31
+ client: "7.0.0",
32
+ engine: "0c19ccc313cf9911a90d99d2ac2eb0280c76c513"
33
+ }
34
+
35
+ Prisma.PrismaClientKnownRequestError = () => {
36
+ const runtimeName = getRuntime().prettyName;
37
+ throw new Error(`PrismaClientKnownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
38
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
39
+ )};
40
+ Prisma.PrismaClientUnknownRequestError = () => {
41
+ const runtimeName = getRuntime().prettyName;
42
+ throw new Error(`PrismaClientUnknownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
43
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
44
+ )}
45
+ Prisma.PrismaClientRustPanicError = () => {
46
+ const runtimeName = getRuntime().prettyName;
47
+ throw new Error(`PrismaClientRustPanicError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
48
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
49
+ )}
50
+ Prisma.PrismaClientInitializationError = () => {
51
+ const runtimeName = getRuntime().prettyName;
52
+ throw new Error(`PrismaClientInitializationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
53
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
54
+ )}
55
+ Prisma.PrismaClientValidationError = () => {
56
+ const runtimeName = getRuntime().prettyName;
57
+ throw new Error(`PrismaClientValidationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
58
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
59
+ )}
60
+ Prisma.Decimal = Decimal
61
+
62
+ /**
63
+ * Re-export of sql-template-tag
64
+ */
65
+ Prisma.sql = () => {
66
+ const runtimeName = getRuntime().prettyName;
67
+ throw new Error(`sqltag is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
68
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
69
+ )}
70
+ Prisma.empty = () => {
71
+ const runtimeName = getRuntime().prettyName;
72
+ throw new Error(`empty is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
73
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
74
+ )}
75
+ Prisma.join = () => {
76
+ const runtimeName = getRuntime().prettyName;
77
+ throw new Error(`join is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
78
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
79
+ )}
80
+ Prisma.raw = () => {
81
+ const runtimeName = getRuntime().prettyName;
82
+ throw new Error(`raw is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
83
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
84
+ )}
85
+ Prisma.validator = Public.validator
86
+
87
+ /**
88
+ * Extensions
89
+ */
90
+ Prisma.getExtensionContext = () => {
91
+ const runtimeName = getRuntime().prettyName;
92
+ throw new Error(`Extensions.getExtensionContext is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
93
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
94
+ )}
95
+ Prisma.defineExtension = () => {
96
+ const runtimeName = getRuntime().prettyName;
97
+ throw new Error(`Extensions.defineExtension is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
98
+ In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
99
+ )}
100
+
101
+ /**
102
+ * Shorthand utilities for JSON filtering
103
+ */
104
+ Prisma.DbNull = DbNull
105
+ Prisma.JsonNull = JsonNull
106
+ Prisma.AnyNull = AnyNull
107
+
108
+ Prisma.NullTypes = NullTypes
109
+
110
+
111
+
112
+ /**
113
+ * Enums
114
+ */
115
+
116
+ exports.Prisma.TransactionIsolationLevel = makeStrictEnum({
117
+ ReadUncommitted: 'ReadUncommitted',
118
+ ReadCommitted: 'ReadCommitted',
119
+ RepeatableRead: 'RepeatableRead',
120
+ Serializable: 'Serializable'
121
+ });
122
+
123
+ exports.Prisma.CountryScalarFieldEnum = {
124
+ id: 'id',
125
+ no: 'no',
126
+ name: 'name',
127
+ official_name: 'official_name',
128
+ code: 'code',
129
+ capital: 'capital',
130
+ region: 'region',
131
+ subregion: 'subregion',
132
+ population: 'population',
133
+ timezones: 'timezones',
134
+ flag: 'flag',
135
+ createdAt: 'createdAt',
136
+ updatedAt: 'updatedAt'
137
+ };
138
+
139
+ exports.Prisma.CamusatCountryScalarFieldEnum = {
140
+ id: 'id',
141
+ no: 'no',
142
+ name: 'name',
143
+ original: 'original',
144
+ description: 'description',
145
+ status: 'status',
146
+ type: 'type',
147
+ createdAt: 'createdAt',
148
+ updatedAt: 'updatedAt',
149
+ deletedAt: 'deletedAt',
150
+ countryId: 'countryId'
151
+ };
152
+
153
+ exports.Prisma.CamusatClientScalarFieldEnum = {
154
+ id: 'id',
155
+ no: 'no',
156
+ name: 'name',
157
+ logo: 'logo',
158
+ type: 'type',
159
+ createdAt: 'createdAt',
160
+ updatedAt: 'updatedAt',
161
+ deletedAt: 'deletedAt',
162
+ countryId: 'countryId'
163
+ };
164
+
165
+ exports.Prisma.PlatformScalarFieldEnum = {
166
+ id: 'id',
167
+ no: 'no',
168
+ name: 'name',
169
+ url: 'url',
170
+ directory: 'directory',
171
+ status: 'status',
172
+ countries: 'countries',
173
+ createdAt: 'createdAt',
174
+ updatedAt: 'updatedAt',
175
+ deletedAt: 'deletedAt'
176
+ };
177
+
178
+ exports.Prisma.PositionScalarFieldEnum = {
179
+ id: 'id',
180
+ no: 'no',
181
+ name: 'name',
182
+ description: 'description',
183
+ status: 'status',
184
+ countries: 'countries',
185
+ createdAt: 'createdAt',
186
+ updatedAt: 'updatedAt',
187
+ deletedAt: 'deletedAt'
188
+ };
189
+
190
+ exports.Prisma.RoleScalarFieldEnum = {
191
+ id: 'id',
192
+ no: 'no',
193
+ name: 'name',
194
+ description: 'description',
195
+ status: 'status',
196
+ countries: 'countries',
197
+ platforms: 'platforms',
198
+ login: 'login',
199
+ access_web: 'access_web',
200
+ access_mobile: 'access_mobile',
201
+ add_users: 'add_users',
202
+ view_users: 'view_users',
203
+ delete_users: 'delete_users',
204
+ view_requests: 'view_requests',
205
+ manage_requests: 'manage_requests',
206
+ add_main_projects: 'add_main_projects',
207
+ view_main_projects: 'view_main_projects',
208
+ edit_main_projects: 'edit_main_projects',
209
+ delete_main_projects: 'delete_main_projects',
210
+ view_settings: 'view_settings',
211
+ view_audit: 'view_audit',
212
+ full_projects: 'full_projects',
213
+ add_projects: 'add_projects',
214
+ edit_projects: 'edit_projects',
215
+ view_projects: 'view_projects',
216
+ delete_projects: 'delete_projects',
217
+ add_sub_projects: 'add_sub_projects',
218
+ manage_work_orders: 'manage_work_orders',
219
+ full_teams: 'full_teams',
220
+ add_team: 'add_team',
221
+ view_team: 'view_team',
222
+ quality: 'quality',
223
+ dispatch_web_access: 'dispatch_web_access',
224
+ dispatch_mobile: 'dispatch_mobile',
225
+ dispatch_add_workorders: 'dispatch_add_workorders',
226
+ dispatch_view_workorders: 'dispatch_view_workorders',
227
+ dispatch_edit_workorders: 'dispatch_edit_workorders',
228
+ dispatch_view_schedule: 'dispatch_view_schedule',
229
+ dispatch_add_teams: 'dispatch_add_teams',
230
+ dispatch_view_teams: 'dispatch_view_teams',
231
+ dispatch_edit_teams: 'dispatch_edit_teams',
232
+ dispatch_delete_teams: 'dispatch_delete_teams',
233
+ dispatch_view_projects: 'dispatch_view_projects',
234
+ dispatch_edit_projects: 'dispatch_edit_projects',
235
+ dispatch_edit_materials: 'dispatch_edit_materials',
236
+ dispatch_view_materials: 'dispatch_view_materials',
237
+ dispatch_add_materials: 'dispatch_add_materials',
238
+ dispatch_delete_materials: 'dispatch_delete_materials',
239
+ dispatch_view_reports: 'dispatch_view_reports',
240
+ dispatch_view_kpi: 'dispatch_view_kpi',
241
+ integration_web_access: 'integration_web_access',
242
+ integration_mobile: 'integration_mobile',
243
+ createdAt: 'createdAt',
244
+ updatedAt: 'updatedAt',
245
+ deletedAt: 'deletedAt'
246
+ };
247
+
248
+ exports.Prisma.TemplateScalarFieldEnum = {
249
+ id: 'id',
250
+ no: 'no',
251
+ name: 'name',
252
+ statusColor: 'statusColor',
253
+ buttonName: 'buttonName',
254
+ workflowType: 'workflowType',
255
+ createdAt: 'createdAt'
256
+ };
257
+
258
+ exports.Prisma.FeatureScalarFieldEnum = {
259
+ id: 'id',
260
+ no: 'no',
261
+ functionality: 'functionality',
262
+ description: 'description',
263
+ classification: 'classification',
264
+ KPI: 'KPI',
265
+ options: 'options',
266
+ linkToScheduler: 'linkToScheduler',
267
+ value: 'value',
268
+ createdAt: 'createdAt',
269
+ updatedAt: 'updatedAt',
270
+ deletedAt: 'deletedAt',
271
+ featureTypeId: 'featureTypeId',
272
+ templateId: 'templateId'
273
+ };
274
+
275
+ exports.Prisma.FeatureTypeScalarFieldEnum = {
276
+ id: 'id',
277
+ no: 'no',
278
+ type: 'type',
279
+ functionality: 'functionality',
280
+ createdAt: 'createdAt',
281
+ updatedAt: 'updatedAt',
282
+ deletedAt: 'deletedAt'
283
+ };
284
+
285
+ exports.Prisma.TemplateComponentScalarFieldEnum = {
286
+ id: 'id',
287
+ no: 'no',
288
+ type: 'type',
289
+ createdAt: 'createdAt',
290
+ templateId: 'templateId',
291
+ bomComponentId: 'bomComponentId',
292
+ dispatchProjectId: 'dispatchProjectId',
293
+ index: 'index'
294
+ };
295
+
296
+ exports.Prisma.ProjectWorkFlowScalarFieldEnum = {
297
+ id: 'id',
298
+ no: 'no',
299
+ name: 'name',
300
+ projectId: 'projectId',
301
+ index: 'index',
302
+ createdAt: 'createdAt',
303
+ updatedAt: 'updatedAt',
304
+ templateId: 'templateId',
305
+ billofMaterialId: 'billofMaterialId'
306
+ };
307
+
308
+ exports.Prisma.TeamTypeScalarFieldEnum = {
309
+ id: 'id',
310
+ no: 'no',
311
+ name: 'name',
312
+ description: 'description',
313
+ status: 'status',
314
+ countries: 'countries',
315
+ platforms: 'platforms',
316
+ createdAt: 'createdAt',
317
+ updatedAt: 'updatedAt',
318
+ deletedAt: 'deletedAt'
319
+ };
320
+
321
+ exports.Prisma.TeamScalarFieldEnum = {
322
+ id: 'id',
323
+ no: 'no',
324
+ name: 'name',
325
+ description: 'description',
326
+ status: 'status',
327
+ countries: 'countries',
328
+ platforms: 'platforms',
329
+ createdAt: 'createdAt',
330
+ updatedAt: 'updatedAt',
331
+ deletedAt: 'deletedAt',
332
+ teamTypeId: 'teamTypeId'
333
+ };
334
+
335
+ exports.Prisma.TeamPlatformScalarFieldEnum = {
336
+ id: 'id',
337
+ no: 'no',
338
+ name: 'name',
339
+ description: 'description',
340
+ priority: 'priority',
341
+ status: 'status',
342
+ countries: 'countries',
343
+ platforms: 'platforms',
344
+ staffs: 'staffs',
345
+ createdAt: 'createdAt',
346
+ updatedAt: 'updatedAt',
347
+ deletedAt: 'deletedAt',
348
+ teamId: 'teamId',
349
+ userId: 'userId'
350
+ };
351
+
352
+ exports.Prisma.UserScalarFieldEnum = {
353
+ id: 'id',
354
+ no: 'no',
355
+ name: 'name',
356
+ surname: 'surname',
357
+ email: 'email',
358
+ mobile: 'mobile',
359
+ password: 'password',
360
+ otp: 'otp',
361
+ passport: 'passport',
362
+ passportFile: 'passportFile',
363
+ status: 'status',
364
+ countries: 'countries',
365
+ platforms: 'platforms',
366
+ staffId: 'staffId',
367
+ deviceId1: 'deviceId1',
368
+ deviceId2: 'deviceId2',
369
+ notificationTokens: 'notificationTokens',
370
+ webNotificationTokens: 'webNotificationTokens',
371
+ refreshToken: 'refreshToken',
372
+ createdAt: 'createdAt',
373
+ updatedAt: 'updatedAt',
374
+ activatedAt: 'activatedAt',
375
+ deletedAt: 'deletedAt',
376
+ positionId: 'positionId',
377
+ teamTypeId: 'teamTypeId',
378
+ teamId: 'teamId',
379
+ countryId: 'countryId',
380
+ roleId: 'roleId'
381
+ };
382
+
383
+ exports.Prisma.MainProjectScalarFieldEnum = {
384
+ id: 'id',
385
+ no: 'no',
386
+ camusatCountryId: 'camusatCountryId',
387
+ camusatClientId: 'camusatClientId',
388
+ name: 'name'
389
+ };
390
+
391
+ exports.Prisma.ProjectScalarFieldEnum = {
392
+ id: 'id',
393
+ no: 'no',
394
+ name: 'name',
395
+ logo: 'logo',
396
+ status: 'status',
397
+ countries: 'countries',
398
+ auditMatrices: 'auditMatrices',
399
+ projectPhase: 'projectPhase',
400
+ createdAt: 'createdAt',
401
+ updatedAt: 'updatedAt',
402
+ activatedAt: 'activatedAt',
403
+ deletedAt: 'deletedAt',
404
+ mainProjectId: 'mainProjectId',
405
+ userId: 'userId',
406
+ conduitTemplateId: 'conduitTemplateId'
407
+ };
408
+
409
+ exports.Prisma.IntegrationProjectUserStatusScalarFieldEnum = {
410
+ id: 'id',
411
+ no: 'no',
412
+ isOnline: 'isOnline',
413
+ connectedAt: 'connectedAt',
414
+ createdAt: 'createdAt',
415
+ updatedAt: 'updatedAt',
416
+ deletedAt: 'deletedAt',
417
+ userId: 'userId',
418
+ projectId: 'projectId',
419
+ clusterId: 'clusterId'
420
+ };
421
+
422
+ exports.Prisma.ProjectPhaseLogScalarFieldEnum = {
423
+ id: 'id',
424
+ no: 'no',
425
+ projectId: 'projectId',
426
+ phase: 'phase',
427
+ action: 'action',
428
+ comment: 'comment',
429
+ createdAt: 'createdAt',
430
+ updatedAt: 'updatedAt',
431
+ deletedAt: 'deletedAt',
432
+ updatedById: 'updatedById'
433
+ };
434
+
435
+ exports.Prisma.AuditScalarFieldEnum = {
436
+ id: 'id',
437
+ no: 'no',
438
+ module: 'module',
439
+ moduleId: 'moduleId',
440
+ activity: 'activity',
441
+ detail: 'detail',
442
+ device: 'device',
443
+ deviceIp: 'deviceIp',
444
+ platform: 'platform',
445
+ status: 'status',
446
+ createdAt: 'createdAt',
447
+ updatedAt: 'updatedAt',
448
+ deletedAt: 'deletedAt',
449
+ userId: 'userId'
450
+ };
451
+
452
+ exports.Prisma.DispatchTeamScalarFieldEnum = {
453
+ id: 'id',
454
+ name: 'name',
455
+ status: 'status',
456
+ createdAt: 'createdAt',
457
+ updatedAt: 'updatedAt',
458
+ deletedAt: 'deletedAt',
459
+ type: 'type',
460
+ leadTechnicianId: 'leadTechnicianId',
461
+ firstTechnicianId: 'firstTechnicianId',
462
+ secondTechnicianId: 'secondTechnicianId',
463
+ otherTechnicianId: 'otherTechnicianId',
464
+ contractorTeamId: 'contractorTeamId'
465
+ };
466
+
467
+ exports.Prisma.DispatchProjectScalarFieldEnum = {
468
+ id: 'id',
469
+ no: 'no',
470
+ name: 'name',
471
+ type: 'type',
472
+ logo: 'logo',
473
+ status: 'status',
474
+ createdAt: 'createdAt',
475
+ updatedAt: 'updatedAt',
476
+ activatedAt: 'activatedAt',
477
+ deletedAt: 'deletedAt',
478
+ userId: 'userId',
479
+ projectId: 'projectId',
480
+ subsidiaryId: 'subsidiaryId'
481
+ };
482
+
483
+ exports.Prisma.ProjectTypeScalarFieldEnum = {
484
+ id: 'id',
485
+ no: 'no',
486
+ name: 'name'
487
+ };
488
+
489
+ exports.Prisma.EmailConfigurationsScalarFieldEnum = {
490
+ id: 'id',
491
+ no: 'no',
492
+ name: 'name',
493
+ email: 'email',
494
+ password: 'password',
495
+ typeserver: 'typeserver',
496
+ server: 'server',
497
+ serverportincoming: 'serverportincoming',
498
+ serverportoutgoing: 'serverportoutgoing',
499
+ authincoming: 'authincoming',
500
+ authoutgoing: 'authoutgoing',
501
+ sslincoming: 'sslincoming',
502
+ ssloutgoing: 'ssloutgoing',
503
+ infodelimiter: 'infodelimiter',
504
+ otherdelimiter: 'otherdelimiter',
505
+ subject: 'subject',
506
+ status: 'status',
507
+ channel: 'channel',
508
+ mainId: 'mainId',
509
+ column1title: 'column1title',
510
+ column1key: 'column1key',
511
+ column2title: 'column2title',
512
+ column2key: 'column2key',
513
+ typeKey: 'typeKey',
514
+ types: 'types',
515
+ data: 'data',
516
+ sampleData: 'sampleData',
517
+ emailcount: 'emailcount',
518
+ emailsamplenumber: 'emailsamplenumber',
519
+ emailuid: 'emailuid',
520
+ emailfirstpull: 'emailfirstpull',
521
+ emailfirstcount: 'emailfirstcount',
522
+ excelrownumber: 'excelrownumber',
523
+ isCustomSla: 'isCustomSla',
524
+ slaFieldKey: 'slaFieldKey',
525
+ createdAt: 'createdAt',
526
+ updatedAt: 'updatedAt',
527
+ activatedAt: 'activatedAt',
528
+ deletedAt: 'deletedAt',
529
+ projectId: 'projectId'
530
+ };
531
+
532
+ exports.Prisma.EmailsIncomingSampleScalarFieldEnum = {
533
+ id: 'id',
534
+ messageId: 'messageId',
535
+ subject: 'subject',
536
+ rawbody: 'rawbody',
537
+ attachment: 'attachment',
538
+ headers: 'headers',
539
+ body: 'body',
540
+ createdAt: 'createdAt',
541
+ updatedAt: 'updatedAt',
542
+ emailConfigurationsId: 'emailConfigurationsId'
543
+ };
544
+
545
+ exports.Prisma.EmailsIncomingScalarFieldEnum = {
546
+ id: 'id',
547
+ no: 'no',
548
+ messageId: 'messageId',
549
+ sender: 'sender',
550
+ receiver: 'receiver',
551
+ datereceived: 'datereceived',
552
+ datesent: 'datesent',
553
+ subject: 'subject',
554
+ body: 'body',
555
+ attachment: 'attachment',
556
+ seen: 'seen',
557
+ status: 'status',
558
+ createdAt: 'createdAt',
559
+ updatedAt: 'updatedAt',
560
+ activatedAt: 'activatedAt',
561
+ deletedAt: 'deletedAt',
562
+ emailConfigurationsId: 'emailConfigurationsId'
563
+ };
564
+
565
+ exports.Prisma.EmailsOutgoingScalarFieldEnum = {
566
+ id: 'id',
567
+ no: 'no',
568
+ receiver: 'receiver',
569
+ subject: 'subject',
570
+ body: 'body',
571
+ attachment: 'attachment',
572
+ status: 'status',
573
+ createdAt: 'createdAt',
574
+ updatedAt: 'updatedAt',
575
+ activatedAt: 'activatedAt',
576
+ deletedAt: 'deletedAt',
577
+ emailConfigurationsId: 'emailConfigurationsId'
578
+ };
579
+
580
+ exports.Prisma.EmailTemplatesScalarFieldEnum = {
581
+ id: 'id',
582
+ no: 'no',
583
+ name: 'name',
584
+ subject: 'subject',
585
+ body: 'body',
586
+ signature: 'signature',
587
+ attachments: 'attachments',
588
+ workOrderInfo: 'workOrderInfo',
589
+ mailingList: 'mailingList',
590
+ carbonCopyList: 'carbonCopyList',
591
+ templateInfo: 'templateInfo',
592
+ status: 'status',
593
+ createdAt: 'createdAt',
594
+ updatedAt: 'updatedAt',
595
+ deletedAt: 'deletedAt',
596
+ projectId: 'projectId'
597
+ };
598
+
599
+ exports.Prisma.WorkOrderScalarFieldEnum = {
600
+ id: 'id',
601
+ no: 'no',
602
+ mainId: 'mainId',
603
+ column1: 'column1',
604
+ column2: 'column2',
605
+ type: 'type',
606
+ channel: 'channel',
607
+ data: 'data',
608
+ rawData: 'rawData',
609
+ status: 'status',
610
+ statusColour: 'statusColour',
611
+ workOrderTeamStatus: 'workOrderTeamStatus',
612
+ scheduledStartAt: 'scheduledStartAt',
613
+ scheduledEndAt: 'scheduledEndAt',
614
+ actionDate: 'actionDate',
615
+ auditMatrices: 'auditMatrices',
616
+ slaStartAt: 'slaStartAt',
617
+ sla: 'sla',
618
+ isPaused: 'isPaused',
619
+ createdAt: 'createdAt',
620
+ updatedAt: 'updatedAt',
621
+ deletedAt: 'deletedAt',
622
+ teamId: 'teamId',
623
+ projectId: 'projectId',
624
+ emailConfigurationsId: 'emailConfigurationsId',
625
+ emailsIncomingId: 'emailsIncomingId',
626
+ managerId: 'managerId',
627
+ pboFatId: 'pboFatId',
628
+ sFUId: 'sFUId',
629
+ buildingId: 'buildingId'
630
+ };
631
+
632
+ exports.Prisma.WorkOrderChannelScalarFieldEnum = {
633
+ id: 'id',
634
+ no: 'no',
635
+ name: 'name',
636
+ projectId: 'projectId',
637
+ createdAt: 'createdAt',
638
+ updatedAt: 'updatedAt',
639
+ deletedAt: 'deletedAt'
640
+ };
641
+
642
+ exports.Prisma.WorkOrderTaskScalarFieldEnum = {
643
+ id: 'id',
644
+ no: 'no',
645
+ name: 'name',
646
+ buttonName: 'buttonName',
647
+ isSpecialFeature: 'isSpecialFeature',
648
+ statusColor: 'statusColor',
649
+ featureName: 'featureName',
650
+ status: 'status',
651
+ features: 'features',
652
+ comments: 'comments',
653
+ scheduledStartAt: 'scheduledStartAt',
654
+ createdAt: 'createdAt',
655
+ updatedAt: 'updatedAt',
656
+ deletedAt: 'deletedAt',
657
+ technicianId: 'technicianId',
658
+ workOrderId: 'workOrderId',
659
+ templateComponentId: 'templateComponentId'
660
+ };
661
+
662
+ exports.Prisma.WorkOrderActivityLogScalarFieldEnum = {
663
+ id: 'id',
664
+ no: 'no',
665
+ type: 'type',
666
+ activity: 'activity',
667
+ detail: 'detail',
668
+ reason: 'reason',
669
+ comment: 'comment',
670
+ statusUpdate: 'statusUpdate',
671
+ actionDate: 'actionDate',
672
+ createdAt: 'createdAt',
673
+ updatedAt: 'updatedAt',
674
+ deletedAt: 'deletedAt',
675
+ workOrderId: 'workOrderId',
676
+ userId: 'userId',
677
+ teamId: 'teamId'
678
+ };
679
+
680
+ exports.Prisma.WorkOrderEditLogScalarFieldEnum = {
681
+ id: 'id',
682
+ no: 'no',
683
+ action: 'action',
684
+ description: 'description',
685
+ newValues: 'newValues',
686
+ oldValues: 'oldValues',
687
+ createdAt: 'createdAt',
688
+ updatedAt: 'updatedAt',
689
+ deletedAt: 'deletedAt',
690
+ workOrderId: 'workOrderId',
691
+ userId: 'userId'
692
+ };
693
+
694
+ exports.Prisma.WorkOrderTaskDataScalarFieldEnum = {
695
+ id: 'id',
696
+ no: 'no',
697
+ description: 'description',
698
+ value: 'value',
699
+ createdAt: 'createdAt',
700
+ updatedAt: 'updatedAt',
701
+ deletedAt: 'deletedAt'
702
+ };
703
+
704
+ exports.Prisma.WorkOrderPausesScalarFieldEnum = {
705
+ id: 'id',
706
+ no: 'no',
707
+ pauseStartAt: 'pauseStartAt',
708
+ pauseEndAt: 'pauseEndAt',
709
+ createdAt: 'createdAt',
710
+ updatedAt: 'updatedAt',
711
+ workOrderId: 'workOrderId'
712
+ };
713
+
714
+ exports.Prisma.WorkOrderCommentsScalarFieldEnum = {
715
+ id: 'id',
716
+ no: 'no',
717
+ comment: 'comment',
718
+ hasAttachment: 'hasAttachment',
719
+ attachment: 'attachment',
720
+ createdAt: 'createdAt',
721
+ updatedAt: 'updatedAt',
722
+ workOrderId: 'workOrderId',
723
+ createdById: 'createdById'
724
+ };
725
+
726
+ exports.Prisma.BillOfMaterialScalarFieldEnum = {
727
+ id: 'id',
728
+ no: 'no',
729
+ name: 'name',
730
+ projectId: 'projectId',
731
+ workflowType: 'workflowType',
732
+ createdAt: 'createdAt',
733
+ updatedAt: 'updatedAt',
734
+ deletedAt: 'deletedAt'
735
+ };
736
+
737
+ exports.Prisma.MaterialScalarFieldEnum = {
738
+ id: 'id',
739
+ no: 'no',
740
+ name: 'name',
741
+ code: 'code',
742
+ description: 'description',
743
+ unit: 'unit',
744
+ status: 'status',
745
+ createdAt: 'createdAt',
746
+ updatedAt: 'updatedAt',
747
+ deletedAt: 'deletedAt'
748
+ };
749
+
750
+ exports.Prisma.MaterialBillOfMaterialScalarFieldEnum = {
751
+ id: 'id',
752
+ no: 'no',
753
+ createdAt: 'createdAt',
754
+ updatedAt: 'updatedAt',
755
+ deletedAt: 'deletedAt',
756
+ materialId: 'materialId',
757
+ billOfMaterialId: 'billOfMaterialId'
758
+ };
759
+
760
+ exports.Prisma.DispatchMaterialScalarFieldEnum = {
761
+ id: 'id',
762
+ no: 'no',
763
+ materialbomId: 'materialbomId',
764
+ dispatchProjectId: 'dispatchProjectId',
765
+ materialCode: 'materialCode',
766
+ materialName: 'materialName',
767
+ description: 'description',
768
+ unit: 'unit',
769
+ status: 'status',
770
+ quantityAdded: 'quantityAdded',
771
+ quantityUsed: 'quantityUsed',
772
+ quantityRemaining: 'quantityRemaining',
773
+ createdAt: 'createdAt',
774
+ updatedAt: 'updatedAt',
775
+ deletedAt: 'deletedAt'
776
+ };
777
+
778
+ exports.Prisma.StockMovementScalarFieldEnum = {
779
+ id: 'id',
780
+ no: 'no',
781
+ movementType: 'movementType',
782
+ to: 'to',
783
+ toId: 'toId',
784
+ from: 'from',
785
+ fromId: 'fromId',
786
+ quantity: 'quantity',
787
+ createdAt: 'createdAt',
788
+ updatedAt: 'updatedAt'
789
+ };
790
+
791
+ exports.Prisma.ClientMaterialScalarFieldEnum = {
792
+ id: 'id',
793
+ no: 'no',
794
+ materialId: 'materialId',
795
+ clientId: 'clientId',
796
+ quantityAdded: 'quantityAdded',
797
+ quantityUsed: 'quantityUsed',
798
+ quantityRemaining: 'quantityRemaining',
799
+ status: 'status',
800
+ type: 'type',
801
+ createdAt: 'createdAt',
802
+ updatedAt: 'updatedAt',
803
+ deletedAt: 'deletedAt'
804
+ };
805
+
806
+ exports.Prisma.ClientMaterialMovementLogScalarFieldEnum = {
807
+ id: 'id',
808
+ no: 'no',
809
+ movementType: 'movementType',
810
+ movementFrom: 'movementFrom',
811
+ movementFromName: 'movementFromName',
812
+ movementFromId: 'movementFromId',
813
+ movementTo: 'movementTo',
814
+ movementToName: 'movementToName',
815
+ movementToId: 'movementToId',
816
+ quantity: 'quantity',
817
+ materialMoved: 'materialMoved',
818
+ dispatchProjectId: 'dispatchProjectId',
819
+ createdAt: 'createdAt',
820
+ updatedAt: 'updatedAt',
821
+ deletedAt: 'deletedAt'
822
+ };
823
+
824
+ exports.Prisma.SubsidiaryMaterialScalarFieldEnum = {
825
+ id: 'id',
826
+ no: 'no',
827
+ materialId: 'materialId',
828
+ subsidiaryId: 'subsidiaryId',
829
+ quantityAdded: 'quantityAdded',
830
+ quantityUsed: 'quantityUsed',
831
+ quantityRemaining: 'quantityRemaining',
832
+ status: 'status',
833
+ type: 'type',
834
+ createdAt: 'createdAt',
835
+ updatedAt: 'updatedAt',
836
+ deletedAt: 'deletedAt'
837
+ };
838
+
839
+ exports.Prisma.SubsidiaryMaterialMovementLogScalarFieldEnum = {
840
+ id: 'id',
841
+ no: 'no',
842
+ movementType: 'movementType',
843
+ movementFrom: 'movementFrom',
844
+ movementFromName: 'movementFromName',
845
+ movementFromId: 'movementFromId',
846
+ movementTo: 'movementTo',
847
+ movementToName: 'movementToName',
848
+ movementToId: 'movementToId',
849
+ quantity: 'quantity',
850
+ materialMoved: 'materialMoved',
851
+ dispatchProjectId: 'dispatchProjectId',
852
+ createdAt: 'createdAt',
853
+ updatedAt: 'updatedAt',
854
+ deletedAt: 'deletedAt'
855
+ };
856
+
857
+ exports.Prisma.TeamMaterialScalarFieldEnum = {
858
+ id: 'id',
859
+ no: 'no',
860
+ materialId: 'materialId',
861
+ teamId: 'teamId',
862
+ quantityAdded: 'quantityAdded',
863
+ quantityUsed: 'quantityUsed',
864
+ quantityRemaining: 'quantityRemaining',
865
+ status: 'status',
866
+ type: 'type',
867
+ createdAt: 'createdAt',
868
+ updatedAt: 'updatedAt',
869
+ deletedAt: 'deletedAt'
870
+ };
871
+
872
+ exports.Prisma.TeamMaterialMovementLogScalarFieldEnum = {
873
+ id: 'id',
874
+ no: 'no',
875
+ movementType: 'movementType',
876
+ movementFrom: 'movementFrom',
877
+ movementFromName: 'movementFromName',
878
+ movementFromId: 'movementFromId',
879
+ movementTo: 'movementTo',
880
+ movementToName: 'movementToName',
881
+ movementToId: 'movementToId',
882
+ quantity: 'quantity',
883
+ materialMoved: 'materialMoved',
884
+ dispatchProjectId: 'dispatchProjectId',
885
+ createdAt: 'createdAt',
886
+ updatedAt: 'updatedAt',
887
+ deletedAt: 'deletedAt'
888
+ };
889
+
890
+ exports.Prisma.WorkOrderMaterialScalarFieldEnum = {
891
+ id: 'id',
892
+ no: 'no',
893
+ materialId: 'materialId',
894
+ quantityAdded: 'quantityAdded',
895
+ quantityUsed: 'quantityUsed',
896
+ quantityRemaining: 'quantityRemaining',
897
+ status: 'status',
898
+ createdAt: 'createdAt',
899
+ updatedAt: 'updatedAt',
900
+ deletedAt: 'deletedAt'
901
+ };
902
+
903
+ exports.Prisma.TicketMaterialMovementLogScalarFieldEnum = {
904
+ id: 'id',
905
+ no: 'no',
906
+ movementType: 'movementType',
907
+ movementFrom: 'movementFrom',
908
+ movementFromId: 'movementFromId',
909
+ movementTo: 'movementTo',
910
+ movementToId: 'movementToId',
911
+ quantity: 'quantity',
912
+ materialMoved: 'materialMoved',
913
+ createdAt: 'createdAt',
914
+ updatedAt: 'updatedAt',
915
+ deletedAt: 'deletedAt'
916
+ };
917
+
918
+ exports.Prisma.MaterialChangeLogScalarFieldEnum = {
919
+ id: 'id',
920
+ no: 'no',
921
+ materialId: 'materialId',
922
+ action: 'action',
923
+ createdAt: 'createdAt',
924
+ updatedAt: 'updatedAt',
925
+ deletedAt: 'deletedAt'
926
+ };
927
+
928
+ exports.Prisma.ProblemCategorizationScalarFieldEnum = {
929
+ id: 'id',
930
+ no: 'no',
931
+ reason: 'reason',
932
+ problemType: 'problemType',
933
+ platformName: 'platformName',
934
+ projectId: 'projectId',
935
+ createdAt: 'createdAt',
936
+ updatedAt: 'updatedAt',
937
+ deletedAt: 'deletedAt'
938
+ };
939
+
940
+ exports.Prisma.NotificationsScalarFieldEnum = {
941
+ id: 'id',
942
+ no: 'no',
943
+ title: 'title',
944
+ description: 'description',
945
+ status: 'status',
946
+ platform: 'platform',
947
+ createdAt: 'createdAt',
948
+ updatedAt: 'updatedAt',
949
+ deletedAt: 'deletedAt',
950
+ userId: 'userId'
951
+ };
952
+
953
+ exports.Prisma.ReportFormatsScalarFieldEnum = {
954
+ id: 'id',
955
+ no: 'no',
956
+ name: 'name',
957
+ header1: 'header1',
958
+ header2: 'header2',
959
+ header3: 'header3',
960
+ mainInfo: 'mainInfo',
961
+ ticketDetails: 'ticketDetails',
962
+ materialInfo: 'materialInfo',
963
+ teamInfo: 'teamInfo',
964
+ interventionResults: 'interventionResults',
965
+ attachments: 'attachments',
966
+ status: 'status',
967
+ createdAt: 'createdAt',
968
+ updatedAt: 'updatedAt',
969
+ deletedAt: 'deletedAt',
970
+ projectId: 'projectId'
971
+ };
972
+
973
+ exports.Prisma.NetworkElementScalarFieldEnum = {
974
+ id: 'id',
975
+ no: 'no',
976
+ type: 'type',
977
+ createdAt: 'createdAt',
978
+ updatedAt: 'updatedAt',
979
+ deletedAt: 'deletedAt',
980
+ classification: 'classification'
981
+ };
982
+
983
+ exports.Prisma.ElementNodeScalarFieldEnum = {
984
+ id: 'id',
985
+ typeId: 'typeId',
986
+ name: 'name',
987
+ lat: 'lat',
988
+ lng: 'lng',
989
+ geometry: 'geometry',
990
+ isInstalled: 'isInstalled',
991
+ installationDate: 'installationDate',
992
+ createdAt: 'createdAt',
993
+ updatedAt: 'updatedAt'
994
+ };
995
+
996
+ exports.Prisma.ElementRelationScalarFieldEnum = {
997
+ id: 'id',
998
+ fromId: 'fromId',
999
+ toId: 'toId',
1000
+ relationType: 'relationType',
1001
+ metadata: 'metadata',
1002
+ clusterId: 'clusterId'
1003
+ };
1004
+
1005
+ exports.Prisma.AttributeDefinitionScalarFieldEnum = {
1006
+ id: 'id',
1007
+ no: 'no',
1008
+ key: 'key',
1009
+ label: 'label',
1010
+ type: 'type',
1011
+ required: 'required',
1012
+ visibleOnWeb: 'visibleOnWeb',
1013
+ visibleOnMobile: 'visibleOnMobile',
1014
+ visibleOnDispatchMobile: 'visibleOnDispatchMobile'
1015
+ };
1016
+
1017
+ exports.Prisma.OptionSourceScalarFieldEnum = {
1018
+ id: 'id',
1019
+ sourceType: 'sourceType',
1020
+ staticOptions: 'staticOptions',
1021
+ dynamicOptions: 'dynamicOptions',
1022
+ foreignTable: 'foreignTable'
1023
+ };
1024
+
1025
+ exports.Prisma.AttributeValueScalarFieldEnum = {
1026
+ id: 'id',
1027
+ attributeDefId: 'attributeDefId',
1028
+ value: 'value',
1029
+ nodeId: 'nodeId'
1030
+ };
1031
+
1032
+ exports.Prisma.CableScalarFieldEnum = {
1033
+ id: 'id',
1034
+ no: 'no',
1035
+ status: 'status',
1036
+ name: 'name',
1037
+ terminalAccess: 'terminalAccess',
1038
+ photos: 'photos',
1039
+ texts: 'texts',
1040
+ files: 'files',
1041
+ zone: 'zone',
1042
+ geometry: 'geometry',
1043
+ attributes: 'attributes',
1044
+ coordinates: 'coordinates',
1045
+ autoincrement: 'autoincrement',
1046
+ namePrefix: 'namePrefix',
1047
+ templateIndex: 'templateIndex',
1048
+ asBuiltCoordinates: 'asBuiltCoordinates',
1049
+ isInstalled: 'isInstalled',
1050
+ installationDate: 'installationDate',
1051
+ isInRevision: 'isInRevision',
1052
+ installationStatus: 'installationStatus',
1053
+ comments: 'comments',
1054
+ enclosureOriginType: 'enclosureOriginType',
1055
+ enclosureOriginId: 'enclosureOriginId',
1056
+ enclosureDestinationType: 'enclosureDestinationType',
1057
+ enclosureDestinationId: 'enclosureDestinationId',
1058
+ cableLength: 'cableLength',
1059
+ actualCableLength: 'actualCableLength',
1060
+ type: 'type',
1061
+ capacity: 'capacity',
1062
+ fibersActive: 'fibersActive',
1063
+ fibersReserved: 'fibersReserved',
1064
+ fibersDark: 'fibersDark',
1065
+ fibersDedicated: 'fibersDedicated',
1066
+ brand: 'brand',
1067
+ brandDescription: 'brandDescription',
1068
+ centralOffice: 'centralOffice',
1069
+ mainProject: 'mainProject',
1070
+ projectPhase: 'projectPhase',
1071
+ client: 'client',
1072
+ subsidiary: 'subsidiary',
1073
+ isSubcable: 'isSubcable',
1074
+ parentCableId: 'parentCableId',
1075
+ parentCableName: 'parentCableName',
1076
+ createdAt: 'createdAt',
1077
+ updatedAt: 'updatedAt',
1078
+ deletedAt: 'deletedAt',
1079
+ updatedById: 'updatedById',
1080
+ networkElementId: 'networkElementId',
1081
+ templateId: 'templateId',
1082
+ projectId: 'projectId',
1083
+ nodeId: 'nodeId',
1084
+ installationId: 'installationId',
1085
+ clusterId: 'clusterId'
1086
+ };
1087
+
1088
+ exports.Prisma.CableAttachmentScalarFieldEnum = {
1089
+ id: 'id',
1090
+ no: 'no',
1091
+ cableId: 'cableId',
1092
+ targetType: 'targetType',
1093
+ targetId: 'targetId',
1094
+ role: 'role',
1095
+ metadata: 'metadata',
1096
+ createdAt: 'createdAt',
1097
+ updatedAt: 'updatedAt'
1098
+ };
1099
+
1100
+ exports.Prisma.CableTemplateScalarFieldEnum = {
1101
+ id: 'id',
1102
+ no: 'no',
1103
+ status: 'status',
1104
+ name: 'name',
1105
+ terminalAccess: 'terminalAccess',
1106
+ photos: 'photos',
1107
+ files: 'files',
1108
+ texts: 'texts',
1109
+ zone: 'zone',
1110
+ geometry: 'geometry',
1111
+ attributes: 'attributes',
1112
+ coordinates: 'coordinates',
1113
+ autoincrement: 'autoincrement',
1114
+ namePrefix: 'namePrefix',
1115
+ createdAt: 'createdAt',
1116
+ updatedAt: 'updatedAt',
1117
+ deletedAt: 'deletedAt',
1118
+ updatedById: 'updatedById',
1119
+ networkElementId: 'networkElementId',
1120
+ clusterId: 'clusterId'
1121
+ };
1122
+
1123
+ exports.Prisma.ConduitScalarFieldEnum = {
1124
+ id: 'id',
1125
+ no: 'no',
1126
+ status: 'status',
1127
+ name: 'name',
1128
+ terminalAccess: 'terminalAccess',
1129
+ photos: 'photos',
1130
+ texts: 'texts',
1131
+ files: 'files',
1132
+ zone: 'zone',
1133
+ geometry: 'geometry',
1134
+ attributes: 'attributes',
1135
+ coordinates: 'coordinates',
1136
+ createdAt: 'createdAt',
1137
+ updatedAt: 'updatedAt',
1138
+ deletedAt: 'deletedAt',
1139
+ namePrefix: 'namePrefix',
1140
+ asBuiltCoordinates: 'asBuiltCoordinates',
1141
+ isInstalled: 'isInstalled',
1142
+ installationDate: 'installationDate',
1143
+ isInRevision: 'isInRevision',
1144
+ installationStatus: 'installationStatus',
1145
+ address: 'address',
1146
+ deploymentPhase: 'deploymentPhase',
1147
+ trenchConfiguration: 'trenchConfiguration',
1148
+ trenchDepth: 'trenchDepth',
1149
+ backfillMaterial: 'backfillMaterial',
1150
+ reinforcementMaterial: 'reinforcementMaterial',
1151
+ specialCharacteristics: 'specialCharacteristics',
1152
+ enclosureOriginType: 'enclosureOriginType',
1153
+ enclosureOriginId: 'enclosureOriginId',
1154
+ enclosureDestinationType: 'enclosureDestinationType',
1155
+ enclosureDestinationId: 'enclosureDestinationId',
1156
+ conduitLength: 'conduitLength',
1157
+ brand: 'brand',
1158
+ brandDescription: 'brandDescription',
1159
+ materialListReference: 'materialListReference',
1160
+ comments: 'comments',
1161
+ updatedById: 'updatedById',
1162
+ networkElementId: 'networkElementId',
1163
+ nodeId: 'nodeId',
1164
+ installationId: 'installationId',
1165
+ templateId: 'templateId',
1166
+ clusterId: 'clusterId'
1167
+ };
1168
+
1169
+ exports.Prisma.DuctScalarFieldEnum = {
1170
+ id: 'id',
1171
+ no: 'no',
1172
+ type: 'type',
1173
+ material: 'material',
1174
+ dimension: 'dimension',
1175
+ typeOptions: 'typeOptions',
1176
+ materialOptions: 'materialOptions',
1177
+ createdAt: 'createdAt',
1178
+ updatedAt: 'updatedAt',
1179
+ deletedAt: 'deletedAt',
1180
+ conduitId: 'conduitId'
1181
+ };
1182
+
1183
+ exports.Prisma.DuctTemplateScalarFieldEnum = {
1184
+ id: 'id',
1185
+ no: 'no',
1186
+ type: 'type',
1187
+ material: 'material',
1188
+ dimension: 'dimension',
1189
+ typeOptions: 'typeOptions',
1190
+ materialOptions: 'materialOptions',
1191
+ createdAt: 'createdAt',
1192
+ updatedAt: 'updatedAt',
1193
+ deletedAt: 'deletedAt',
1194
+ conduitTemplateId: 'conduitTemplateId'
1195
+ };
1196
+
1197
+ exports.Prisma.ConduitTemplateScalarFieldEnum = {
1198
+ id: 'id',
1199
+ no: 'no',
1200
+ status: 'status',
1201
+ name: 'name',
1202
+ terminalAccess: 'terminalAccess',
1203
+ photos: 'photos',
1204
+ texts: 'texts',
1205
+ files: 'files',
1206
+ zone: 'zone',
1207
+ geometry: 'geometry',
1208
+ attributes: 'attributes',
1209
+ createdAt: 'createdAt',
1210
+ updatedAt: 'updatedAt',
1211
+ deletedAt: 'deletedAt',
1212
+ updatedById: 'updatedById',
1213
+ networkElementId: 'networkElementId',
1214
+ clusterId: 'clusterId'
1215
+ };
1216
+
1217
+ exports.Prisma.CableAttributesScalarFieldEnum = {
1218
+ id: 'id',
1219
+ no: 'no',
1220
+ name: 'name',
1221
+ description: 'description',
1222
+ value: 'value',
1223
+ visibleOnMobile: 'visibleOnMobile',
1224
+ createdAt: 'createdAt',
1225
+ updatedAt: 'updatedAt',
1226
+ deletedAt: 'deletedAt',
1227
+ cableId: 'cableId',
1228
+ projectId: 'projectId',
1229
+ materialId: 'materialId',
1230
+ cableTemplateId: 'cableTemplateId'
1231
+ };
1232
+
1233
+ exports.Prisma.SplitterScalarFieldEnum = {
1234
+ id: 'id',
1235
+ no: 'no',
1236
+ noOfPorts: 'noOfPorts',
1237
+ createdAt: 'createdAt',
1238
+ updatedAt: 'updatedAt',
1239
+ deletedAt: 'deletedAt'
1240
+ };
1241
+
1242
+ exports.Prisma.PboFatTemplateScalarFieldEnum = {
1243
+ id: 'id',
1244
+ no: 'no',
1245
+ status: 'status',
1246
+ terminalAccess: 'terminalAccess',
1247
+ name: 'name',
1248
+ photos: 'photos',
1249
+ texts: 'texts',
1250
+ files: 'files',
1251
+ zone: 'zone',
1252
+ geometry: 'geometry',
1253
+ attributes: 'attributes',
1254
+ autoincrement: 'autoincrement',
1255
+ namePrefix: 'namePrefix',
1256
+ createdAt: 'createdAt',
1257
+ updatedAt: 'updatedAt',
1258
+ deletedAt: 'deletedAt',
1259
+ updatedById: 'updatedById',
1260
+ networkElementId: 'networkElementId',
1261
+ clusterId: 'clusterId'
1262
+ };
1263
+
1264
+ exports.Prisma.PboFatScalarFieldEnum = {
1265
+ id: 'id',
1266
+ no: 'no',
1267
+ status: 'status',
1268
+ terminalAccess: 'terminalAccess',
1269
+ name: 'name',
1270
+ photos: 'photos',
1271
+ texts: 'texts',
1272
+ files: 'files',
1273
+ zone: 'zone',
1274
+ geometry: 'geometry',
1275
+ attributes: 'attributes',
1276
+ coordinates: 'coordinates',
1277
+ autoincrement: 'autoincrement',
1278
+ namePrefix: 'namePrefix',
1279
+ templateIndex: 'templateIndex',
1280
+ asBuiltCoordinates: 'asBuiltCoordinates',
1281
+ isInstalled: 'isInstalled',
1282
+ installationDate: 'installationDate',
1283
+ comments: 'comments',
1284
+ isInRevision: 'isInRevision',
1285
+ installationStatus: 'installationStatus',
1286
+ fatMaximumCapacity: 'fatMaximumCapacity',
1287
+ fatExistingSubscribers: 'fatExistingSubscribers',
1288
+ fatAvailableCapacity: 'fatAvailableCapacity',
1289
+ placeOfInstallation: 'placeOfInstallation',
1290
+ address: 'address',
1291
+ splitter1: 'splitter1',
1292
+ splitter2: 'splitter2',
1293
+ previousEquipmentType: 'previousEquipmentType',
1294
+ previousEquipmentId: 'previousEquipmentId',
1295
+ nextEquipmentType: 'nextEquipmentType',
1296
+ nextEquipmentId: 'nextEquipmentId',
1297
+ brand: 'brand',
1298
+ brandDescription: 'brandDescription',
1299
+ materialListReference: 'materialListReference',
1300
+ createdAt: 'createdAt',
1301
+ updatedAt: 'updatedAt',
1302
+ deletedAt: 'deletedAt',
1303
+ updatedById: 'updatedById',
1304
+ networkElementId: 'networkElementId',
1305
+ templateId: 'templateId',
1306
+ projectId: 'projectId',
1307
+ installationId: 'installationId',
1308
+ clusterId: 'clusterId',
1309
+ centralOffice: 'centralOffice',
1310
+ projectPhase: 'projectPhase',
1311
+ mainProject: 'mainProject',
1312
+ client: 'client',
1313
+ subsidiary: 'subsidiary',
1314
+ nodeId: 'nodeId'
1315
+ };
1316
+
1317
+ exports.Prisma.PboFatAttributesScalarFieldEnum = {
1318
+ id: 'id',
1319
+ no: 'no',
1320
+ name: 'name',
1321
+ description: 'description',
1322
+ value: 'value',
1323
+ visibleOnMobile: 'visibleOnMobile',
1324
+ createdAt: 'createdAt',
1325
+ updatedAt: 'updatedAt',
1326
+ deletedAt: 'deletedAt',
1327
+ cableId: 'cableId',
1328
+ materialId: 'materialId',
1329
+ pboFatTemplateId: 'pboFatTemplateId',
1330
+ pboFatId: 'pboFatId'
1331
+ };
1332
+
1333
+ exports.Prisma.SpliceClosureScalarFieldEnum = {
1334
+ id: 'id',
1335
+ no: 'no',
1336
+ name: 'name',
1337
+ status: 'status',
1338
+ terminalAccess: 'terminalAccess',
1339
+ photos: 'photos',
1340
+ texts: 'texts',
1341
+ files: 'files',
1342
+ zone: 'zone',
1343
+ geometry: 'geometry',
1344
+ attributes: 'attributes',
1345
+ coordinates: 'coordinates',
1346
+ description: 'description',
1347
+ autoincrement: 'autoincrement',
1348
+ namePrefix: 'namePrefix',
1349
+ templateIndex: 'templateIndex',
1350
+ asBuiltCoordinates: 'asBuiltCoordinates',
1351
+ isInstalled: 'isInstalled',
1352
+ installationDate: 'installationDate',
1353
+ isInRevision: 'isInRevision',
1354
+ installationStatus: 'installationStatus',
1355
+ comments: 'comments',
1356
+ spliceClosureMaximumCapacity: 'spliceClosureMaximumCapacity',
1357
+ placeOfInstallation: 'placeOfInstallation',
1358
+ address: 'address',
1359
+ previousEquipmentType: 'previousEquipmentType',
1360
+ previousEquipmentId: 'previousEquipmentId',
1361
+ nextEquipmentType: 'nextEquipmentType',
1362
+ nextEquipmentId: 'nextEquipmentId',
1363
+ brand: 'brand',
1364
+ brandDescription: 'brandDescription',
1365
+ materialListReference: 'materialListReference',
1366
+ createdAt: 'createdAt',
1367
+ updatedAt: 'updatedAt',
1368
+ updatedById: 'updatedById',
1369
+ deletedAt: 'deletedAt',
1370
+ networkElementId: 'networkElementId',
1371
+ projectId: 'projectId',
1372
+ templateId: 'templateId',
1373
+ clusterId: 'clusterId',
1374
+ nodeId: 'nodeId',
1375
+ installationId: 'installationId'
1376
+ };
1377
+
1378
+ exports.Prisma.SpliceClosureTemplateScalarFieldEnum = {
1379
+ id: 'id',
1380
+ no: 'no',
1381
+ name: 'name',
1382
+ status: 'status',
1383
+ terminalAccess: 'terminalAccess',
1384
+ photos: 'photos',
1385
+ texts: 'texts',
1386
+ files: 'files',
1387
+ zone: 'zone',
1388
+ geometry: 'geometry',
1389
+ attributes: 'attributes',
1390
+ description: 'description',
1391
+ autoincrement: 'autoincrement',
1392
+ namePrefix: 'namePrefix',
1393
+ createdAt: 'createdAt',
1394
+ updatedAt: 'updatedAt',
1395
+ updatedById: 'updatedById',
1396
+ deletedAt: 'deletedAt',
1397
+ networkElementId: 'networkElementId',
1398
+ clusterId: 'clusterId'
1399
+ };
1400
+
1401
+ exports.Prisma.SpliceClosureAttributesScalarFieldEnum = {
1402
+ id: 'id',
1403
+ no: 'no',
1404
+ name: 'name',
1405
+ description: 'description',
1406
+ value: 'value',
1407
+ createdAt: 'createdAt',
1408
+ updatedAt: 'updatedAt',
1409
+ deletedAt: 'deletedAt',
1410
+ projectId: 'projectId',
1411
+ materialId: 'materialId',
1412
+ spliceClosureId: 'spliceClosureId',
1413
+ spliceClosureTemplateId: 'spliceClosureTemplateId'
1414
+ };
1415
+
1416
+ exports.Prisma.ZoneNroScalarFieldEnum = {
1417
+ id: 'id',
1418
+ no: 'no',
1419
+ status: 'status',
1420
+ terminalAccess: 'terminalAccess',
1421
+ name: 'name',
1422
+ photos: 'photos',
1423
+ texts: 'texts',
1424
+ files: 'files',
1425
+ zone: 'zone',
1426
+ geometry: 'geometry',
1427
+ attributes: 'attributes',
1428
+ coordinates: 'coordinates',
1429
+ autoincrement: 'autoincrement',
1430
+ namePrefix: 'namePrefix',
1431
+ templateIndex: 'templateIndex',
1432
+ zoneHouseCount: 'zoneHouseCount',
1433
+ createdAt: 'createdAt',
1434
+ updatedAt: 'updatedAt',
1435
+ deletedAt: 'deletedAt',
1436
+ updatedById: 'updatedById',
1437
+ networkElementId: 'networkElementId',
1438
+ templateId: 'templateId',
1439
+ projectId: 'projectId',
1440
+ clusterId: 'clusterId',
1441
+ nodeId: 'nodeId',
1442
+ installationId: 'installationId'
1443
+ };
1444
+
1445
+ exports.Prisma.ZoneNroTemplateScalarFieldEnum = {
1446
+ id: 'id',
1447
+ no: 'no',
1448
+ status: 'status',
1449
+ terminalAccess: 'terminalAccess',
1450
+ name: 'name',
1451
+ photos: 'photos',
1452
+ texts: 'texts',
1453
+ files: 'files',
1454
+ zone: 'zone',
1455
+ geometry: 'geometry',
1456
+ attributes: 'attributes',
1457
+ coordinates: 'coordinates',
1458
+ autoincrement: 'autoincrement',
1459
+ namePrefix: 'namePrefix',
1460
+ createdAt: 'createdAt',
1461
+ updatedAt: 'updatedAt',
1462
+ deletedAt: 'deletedAt',
1463
+ updatedById: 'updatedById',
1464
+ networkElementId: 'networkElementId',
1465
+ clusterId: 'clusterId'
1466
+ };
1467
+
1468
+ exports.Prisma.PoleScalarFieldEnum = {
1469
+ id: 'id',
1470
+ no: 'no',
1471
+ status: 'status',
1472
+ terminalAccess: 'terminalAccess',
1473
+ name: 'name',
1474
+ photos: 'photos',
1475
+ texts: 'texts',
1476
+ files: 'files',
1477
+ zone: 'zone',
1478
+ geometry: 'geometry',
1479
+ attributes: 'attributes',
1480
+ coordinates: 'coordinates',
1481
+ autoincrement: 'autoincrement',
1482
+ namePrefix: 'namePrefix',
1483
+ templateIndex: 'templateIndex',
1484
+ asBuiltCoordinates: 'asBuiltCoordinates',
1485
+ isInstalled: 'isInstalled',
1486
+ installationDate: 'installationDate',
1487
+ address: 'address',
1488
+ material: 'material',
1489
+ height: 'height',
1490
+ topDiameter: 'topDiameter',
1491
+ bottomDiameter: 'bottomDiameter',
1492
+ downGuy: 'downGuy',
1493
+ brand: 'brand',
1494
+ brandDescription: 'brandDescription',
1495
+ materialListReference: 'materialListReference',
1496
+ comments: 'comments',
1497
+ isInRevision: 'isInRevision',
1498
+ installationStatus: 'installationStatus',
1499
+ createdAt: 'createdAt',
1500
+ updatedAt: 'updatedAt',
1501
+ deletedAt: 'deletedAt',
1502
+ updatedById: 'updatedById',
1503
+ networkElementId: 'networkElementId',
1504
+ templateId: 'templateId',
1505
+ projectId: 'projectId',
1506
+ clusterId: 'clusterId',
1507
+ nodeId: 'nodeId',
1508
+ installationId: 'installationId'
1509
+ };
1510
+
1511
+ exports.Prisma.PoleTemplateScalarFieldEnum = {
1512
+ id: 'id',
1513
+ no: 'no',
1514
+ status: 'status',
1515
+ terminalAccess: 'terminalAccess',
1516
+ name: 'name',
1517
+ photos: 'photos',
1518
+ texts: 'texts',
1519
+ files: 'files',
1520
+ zone: 'zone',
1521
+ geometry: 'geometry',
1522
+ attributes: 'attributes',
1523
+ autoincrement: 'autoincrement',
1524
+ namePrefix: 'namePrefix',
1525
+ createdAt: 'createdAt',
1526
+ updatedAt: 'updatedAt',
1527
+ deletedAt: 'deletedAt',
1528
+ updatedById: 'updatedById',
1529
+ networkElementId: 'networkElementId',
1530
+ clusterId: 'clusterId'
1531
+ };
1532
+
1533
+ exports.Prisma.ManholeScalarFieldEnum = {
1534
+ id: 'id',
1535
+ no: 'no',
1536
+ status: 'status',
1537
+ terminalAccess: 'terminalAccess',
1538
+ name: 'name',
1539
+ photos: 'photos',
1540
+ texts: 'texts',
1541
+ files: 'files',
1542
+ zone: 'zone',
1543
+ geometry: 'geometry',
1544
+ attributes: 'attributes',
1545
+ coordinates: 'coordinates',
1546
+ autoincrement: 'autoincrement',
1547
+ namePrefix: 'namePrefix',
1548
+ templateIndex: 'templateIndex',
1549
+ asBuiltCoordinates: 'asBuiltCoordinates',
1550
+ isInstalled: 'isInstalled',
1551
+ installationDate: 'installationDate',
1552
+ address: 'address',
1553
+ material: 'material',
1554
+ dimension: 'dimension',
1555
+ coverType: 'coverType',
1556
+ brand: 'brand',
1557
+ brandDescription: 'brandDescription',
1558
+ materialListReference: 'materialListReference',
1559
+ comments: 'comments',
1560
+ isInRevision: 'isInRevision',
1561
+ installationStatus: 'installationStatus',
1562
+ createdAt: 'createdAt',
1563
+ updatedAt: 'updatedAt',
1564
+ deletedAt: 'deletedAt',
1565
+ updatedById: 'updatedById',
1566
+ networkElementId: 'networkElementId',
1567
+ templateId: 'templateId',
1568
+ projectId: 'projectId',
1569
+ clusterId: 'clusterId',
1570
+ nodeId: 'nodeId',
1571
+ installationId: 'installationId'
1572
+ };
1573
+
1574
+ exports.Prisma.ManholeTemplateScalarFieldEnum = {
1575
+ id: 'id',
1576
+ no: 'no',
1577
+ status: 'status',
1578
+ terminalAccess: 'terminalAccess',
1579
+ name: 'name',
1580
+ photos: 'photos',
1581
+ texts: 'texts',
1582
+ files: 'files',
1583
+ zone: 'zone',
1584
+ geometry: 'geometry',
1585
+ attributes: 'attributes',
1586
+ autoincrement: 'autoincrement',
1587
+ namePrefix: 'namePrefix',
1588
+ createdAt: 'createdAt',
1589
+ updatedAt: 'updatedAt',
1590
+ deletedAt: 'deletedAt',
1591
+ updatedById: 'updatedById',
1592
+ networkElementId: 'networkElementId',
1593
+ clusterId: 'clusterId'
1594
+ };
1595
+
1596
+ exports.Prisma.LoopScalarFieldEnum = {
1597
+ id: 'id',
1598
+ no: 'no',
1599
+ status: 'status',
1600
+ terminalAccess: 'terminalAccess',
1601
+ name: 'name',
1602
+ photos: 'photos',
1603
+ texts: 'texts',
1604
+ files: 'files',
1605
+ zone: 'zone',
1606
+ geometry: 'geometry',
1607
+ attributes: 'attributes',
1608
+ coordinates: 'coordinates',
1609
+ autoincrement: 'autoincrement',
1610
+ namePrefix: 'namePrefix',
1611
+ templateIndex: 'templateIndex',
1612
+ asBuiltCoordinates: 'asBuiltCoordinates',
1613
+ isInstalled: 'isInstalled',
1614
+ installationDate: 'installationDate',
1615
+ length: 'length',
1616
+ brand: 'brand',
1617
+ brandDescription: 'brandDescription',
1618
+ materialListReference: 'materialListReference',
1619
+ comments: 'comments',
1620
+ isInRevision: 'isInRevision',
1621
+ installationStatus: 'installationStatus',
1622
+ createdAt: 'createdAt',
1623
+ updatedAt: 'updatedAt',
1624
+ deletedAt: 'deletedAt',
1625
+ updatedById: 'updatedById',
1626
+ networkElementId: 'networkElementId',
1627
+ templateId: 'templateId',
1628
+ projectId: 'projectId',
1629
+ clusterId: 'clusterId',
1630
+ nodeId: 'nodeId',
1631
+ installationId: 'installationId',
1632
+ cableId: 'cableId'
1633
+ };
1634
+
1635
+ exports.Prisma.LoopTemplateScalarFieldEnum = {
1636
+ id: 'id',
1637
+ no: 'no',
1638
+ status: 'status',
1639
+ terminalAccess: 'terminalAccess',
1640
+ name: 'name',
1641
+ photos: 'photos',
1642
+ texts: 'texts',
1643
+ files: 'files',
1644
+ zone: 'zone',
1645
+ geometry: 'geometry',
1646
+ attributes: 'attributes',
1647
+ autoincrement: 'autoincrement',
1648
+ namePrefix: 'namePrefix',
1649
+ createdAt: 'createdAt',
1650
+ updatedAt: 'updatedAt',
1651
+ deletedAt: 'deletedAt',
1652
+ updatedById: 'updatedById',
1653
+ networkElementId: 'networkElementId',
1654
+ clusterId: 'clusterId'
1655
+ };
1656
+
1657
+ exports.Prisma.FDTSROScalarFieldEnum = {
1658
+ id: 'id',
1659
+ no: 'no',
1660
+ status: 'status',
1661
+ terminalAccess: 'terminalAccess',
1662
+ name: 'name',
1663
+ photos: 'photos',
1664
+ texts: 'texts',
1665
+ files: 'files',
1666
+ zone: 'zone',
1667
+ geometry: 'geometry',
1668
+ attributes: 'attributes',
1669
+ coordinates: 'coordinates',
1670
+ autoincrement: 'autoincrement',
1671
+ namePrefix: 'namePrefix',
1672
+ templateIndex: 'templateIndex',
1673
+ asBuiltCoordinates: 'asBuiltCoordinates',
1674
+ isInstalled: 'isInstalled',
1675
+ installationDate: 'installationDate',
1676
+ comments: 'comments',
1677
+ isInRevision: 'isInRevision',
1678
+ installationStatus: 'installationStatus',
1679
+ maximumCapacity: 'maximumCapacity',
1680
+ typeOfEnclosure: 'typeOfEnclosure',
1681
+ placeOfInstallation: 'placeOfInstallation',
1682
+ address: 'address',
1683
+ previousEquipmentType: 'previousEquipmentType',
1684
+ previousEquipmentId: 'previousEquipmentId',
1685
+ nextEquipmentType: 'nextEquipmentType',
1686
+ nextEquipmentId: 'nextEquipmentId',
1687
+ splitter1: 'splitter1',
1688
+ brand: 'brand',
1689
+ brandDescription: 'brandDescription',
1690
+ materialListReference: 'materialListReference',
1691
+ createdAt: 'createdAt',
1692
+ updatedAt: 'updatedAt',
1693
+ deletedAt: 'deletedAt',
1694
+ updatedById: 'updatedById',
1695
+ networkElementId: 'networkElementId',
1696
+ templateId: 'templateId',
1697
+ projectId: 'projectId',
1698
+ clusterId: 'clusterId',
1699
+ nodeId: 'nodeId',
1700
+ installationId: 'installationId'
1701
+ };
1702
+
1703
+ exports.Prisma.FDTSROTemplateScalarFieldEnum = {
1704
+ id: 'id',
1705
+ no: 'no',
1706
+ status: 'status',
1707
+ terminalAccess: 'terminalAccess',
1708
+ name: 'name',
1709
+ photos: 'photos',
1710
+ texts: 'texts',
1711
+ files: 'files',
1712
+ zone: 'zone',
1713
+ geometry: 'geometry',
1714
+ attributes: 'attributes',
1715
+ autoincrement: 'autoincrement',
1716
+ namePrefix: 'namePrefix',
1717
+ createdAt: 'createdAt',
1718
+ updatedAt: 'updatedAt',
1719
+ deletedAt: 'deletedAt',
1720
+ updatedById: 'updatedById',
1721
+ networkElementId: 'networkElementId',
1722
+ clusterId: 'clusterId'
1723
+ };
1724
+
1725
+ exports.Prisma.SFUScalarFieldEnum = {
1726
+ id: 'id',
1727
+ no: 'no',
1728
+ status: 'status',
1729
+ terminalAccess: 'terminalAccess',
1730
+ name: 'name',
1731
+ photos: 'photos',
1732
+ texts: 'texts',
1733
+ files: 'files',
1734
+ zone: 'zone',
1735
+ geometry: 'geometry',
1736
+ attributes: 'attributes',
1737
+ coordinates: 'coordinates',
1738
+ autoincrement: 'autoincrement',
1739
+ namePrefix: 'namePrefix',
1740
+ templateIndex: 'templateIndex',
1741
+ asBuiltCoordinates: 'asBuiltCoordinates',
1742
+ isInstalled: 'isInstalled',
1743
+ installationDate: 'installationDate',
1744
+ address: 'address',
1745
+ linkToDispatch: 'linkToDispatch',
1746
+ macAddress: 'macAddress',
1747
+ gponAddress: 'gponAddress',
1748
+ isInRevision: 'isInRevision',
1749
+ installationStatus: 'installationStatus',
1750
+ comments: 'comments',
1751
+ createdAt: 'createdAt',
1752
+ updatedAt: 'updatedAt',
1753
+ deletedAt: 'deletedAt',
1754
+ updatedById: 'updatedById',
1755
+ networkElementId: 'networkElementId',
1756
+ templateId: 'templateId',
1757
+ projectId: 'projectId',
1758
+ clusterId: 'clusterId',
1759
+ nodeId: 'nodeId',
1760
+ installationId: 'installationId',
1761
+ pboFatId: 'pboFatId',
1762
+ buildingId: 'buildingId'
1763
+ };
1764
+
1765
+ exports.Prisma.SFUTemplateScalarFieldEnum = {
1766
+ id: 'id',
1767
+ no: 'no',
1768
+ status: 'status',
1769
+ terminalAccess: 'terminalAccess',
1770
+ name: 'name',
1771
+ photos: 'photos',
1772
+ texts: 'texts',
1773
+ files: 'files',
1774
+ zone: 'zone',
1775
+ geometry: 'geometry',
1776
+ attributes: 'attributes',
1777
+ autoincrement: 'autoincrement',
1778
+ namePrefix: 'namePrefix',
1779
+ createdAt: 'createdAt',
1780
+ updatedAt: 'updatedAt',
1781
+ deletedAt: 'deletedAt',
1782
+ updatedById: 'updatedById',
1783
+ networkElementId: 'networkElementId',
1784
+ clusterId: 'clusterId'
1785
+ };
1786
+
1787
+ exports.Prisma.BuildingScalarFieldEnum = {
1788
+ id: 'id',
1789
+ no: 'no',
1790
+ status: 'status',
1791
+ terminalAccess: 'terminalAccess',
1792
+ name: 'name',
1793
+ photos: 'photos',
1794
+ texts: 'texts',
1795
+ files: 'files',
1796
+ zone: 'zone',
1797
+ geometry: 'geometry',
1798
+ attributes: 'attributes',
1799
+ coordinates: 'coordinates',
1800
+ autoincrement: 'autoincrement',
1801
+ namePrefix: 'namePrefix',
1802
+ templateIndex: 'templateIndex',
1803
+ asBuiltCoordinates: 'asBuiltCoordinates',
1804
+ isInstalled: 'isInstalled',
1805
+ installationDate: 'installationDate',
1806
+ comments: 'comments',
1807
+ isInRevision: 'isInRevision',
1808
+ installationStatus: 'installationStatus',
1809
+ address: 'address',
1810
+ buildingName: 'buildingName',
1811
+ totalFlats: 'totalFlats',
1812
+ floorCount: 'floorCount',
1813
+ flatsPerFloor: 'flatsPerFloor',
1814
+ managerName: 'managerName',
1815
+ managerPhone: 'managerPhone',
1816
+ createdAt: 'createdAt',
1817
+ updatedAt: 'updatedAt',
1818
+ deletedAt: 'deletedAt',
1819
+ updatedById: 'updatedById',
1820
+ networkElementId: 'networkElementId',
1821
+ templateId: 'templateId',
1822
+ projectId: 'projectId',
1823
+ clusterId: 'clusterId',
1824
+ nodeId: 'nodeId',
1825
+ installationId: 'installationId',
1826
+ pboFatId: 'pboFatId'
1827
+ };
1828
+
1829
+ exports.Prisma.BuildingTemplateScalarFieldEnum = {
1830
+ id: 'id',
1831
+ no: 'no',
1832
+ status: 'status',
1833
+ terminalAccess: 'terminalAccess',
1834
+ name: 'name',
1835
+ photos: 'photos',
1836
+ texts: 'texts',
1837
+ files: 'files',
1838
+ zone: 'zone',
1839
+ geometry: 'geometry',
1840
+ attributes: 'attributes',
1841
+ autoincrement: 'autoincrement',
1842
+ namePrefix: 'namePrefix',
1843
+ createdAt: 'createdAt',
1844
+ updatedAt: 'updatedAt',
1845
+ deletedAt: 'deletedAt',
1846
+ updatedById: 'updatedById',
1847
+ networkElementId: 'networkElementId',
1848
+ clusterId: 'clusterId'
1849
+ };
1850
+
1851
+ exports.Prisma.RevisionScalarFieldEnum = {
1852
+ id: 'id',
1853
+ pboFatId: 'pboFatId',
1854
+ spliceClosureId: 'spliceClosureId',
1855
+ manholeId: 'manholeId',
1856
+ loopId: 'loopId',
1857
+ fdtsroId: 'fdtsroId',
1858
+ sfuId: 'sfuId',
1859
+ buildingId: 'buildingId',
1860
+ cableId: 'cableId',
1861
+ poleId: 'poleId',
1862
+ title: 'title',
1863
+ comment: 'comment',
1864
+ status: 'status',
1865
+ priority: 'priority',
1866
+ createdById: 'createdById',
1867
+ resolvedById: 'resolvedById',
1868
+ clusterId: 'clusterId',
1869
+ createdAt: 'createdAt',
1870
+ updatedAt: 'updatedAt',
1871
+ resolvedAt: 'resolvedAt',
1872
+ clientRevisionId: 'clientRevisionId',
1873
+ resolutionNotes: 'resolutionNotes'
1874
+ };
1875
+
1876
+ exports.Prisma.MapElementTemplateScalarFieldEnum = {
1877
+ id: 'id',
1878
+ no: 'no',
1879
+ status: 'status',
1880
+ name: 'name',
1881
+ photos: 'photos',
1882
+ texts: 'texts',
1883
+ files: 'files',
1884
+ zone: 'zone',
1885
+ geometry: 'geometry',
1886
+ mapElementType: 'mapElementType',
1887
+ createdAt: 'createdAt',
1888
+ updatedAt: 'updatedAt',
1889
+ deletedAt: 'deletedAt',
1890
+ updatedById: 'updatedById',
1891
+ networkElementId: 'networkElementId',
1892
+ clusterId: 'clusterId'
1893
+ };
1894
+
1895
+ exports.Prisma.MapElementScalarFieldEnum = {
1896
+ id: 'id',
1897
+ no: 'no',
1898
+ status: 'status',
1899
+ name: 'name',
1900
+ photos: 'photos',
1901
+ texts: 'texts',
1902
+ files: 'files',
1903
+ zone: 'zone',
1904
+ geometry: 'geometry',
1905
+ coordinates: 'coordinates',
1906
+ autoincrement: 'autoincrement',
1907
+ namePrefix: 'namePrefix',
1908
+ templateIndex: 'templateIndex',
1909
+ mapElementType: 'mapElementType',
1910
+ createdAt: 'createdAt',
1911
+ updatedAt: 'updatedAt',
1912
+ deletedAt: 'deletedAt',
1913
+ updatedById: 'updatedById',
1914
+ networkElementId: 'networkElementId',
1915
+ templateId: 'templateId',
1916
+ projectId: 'projectId',
1917
+ clusterId: 'clusterId',
1918
+ nodeId: 'nodeId'
1919
+ };
1920
+
1921
+ exports.Prisma.NetworkElementInstallationScalarFieldEnum = {
1922
+ id: 'id',
1923
+ no: 'no',
1924
+ createdAt: 'createdAt',
1925
+ updatedAt: 'updatedAt',
1926
+ networkElementId: 'networkElementId',
1927
+ previousType: 'previousType',
1928
+ previousName: 'previousName',
1929
+ previousId: 'previousId',
1930
+ nextType: 'nextType',
1931
+ nextName: 'nextName',
1932
+ nextId: 'nextId'
1933
+ };
1934
+
1935
+ exports.Prisma.CentralOfficeScalarFieldEnum = {
1936
+ id: 'id',
1937
+ no: 'no',
1938
+ name: 'name',
1939
+ createdAt: 'createdAt',
1940
+ updatedAt: 'updatedAt',
1941
+ deletedAt: 'deletedAt',
1942
+ projectId: 'projectId'
1943
+ };
1944
+
1945
+ exports.Prisma.ClusterScalarFieldEnum = {
1946
+ id: 'id',
1947
+ no: 'no',
1948
+ name: 'name',
1949
+ coordinates: 'coordinates',
1950
+ color: 'color',
1951
+ createdAt: 'createdAt',
1952
+ updatedAt: 'updatedAt',
1953
+ deletedAt: 'deletedAt',
1954
+ projectPhase: 'projectPhase',
1955
+ surveyProjectStatus: 'surveyProjectStatus',
1956
+ designProjectStatus: 'designProjectStatus',
1957
+ constructionProjectStatus: 'constructionProjectStatus',
1958
+ gisProjectStatus: 'gisProjectStatus',
1959
+ dispatchProjectStatus: 'dispatchProjectStatus',
1960
+ namingConvention: 'namingConvention',
1961
+ installationStatus: 'installationStatus',
1962
+ centralOfficeId: 'centralOfficeId'
1963
+ };
1964
+
1965
+ exports.Prisma.ClusterCommentsScalarFieldEnum = {
1966
+ id: 'id',
1967
+ no: 'no',
1968
+ comment: 'comment',
1969
+ type: 'type',
1970
+ createdAt: 'createdAt',
1971
+ updatedAt: 'updatedAt',
1972
+ deletedAt: 'deletedAt',
1973
+ userId: 'userId',
1974
+ clusterId: 'clusterId'
1975
+ };
1976
+
1977
+ exports.Prisma.ClusterNotesScalarFieldEnum = {
1978
+ id: 'id',
1979
+ no: 'no',
1980
+ comment: 'comment',
1981
+ hasPicture: 'hasPicture',
1982
+ coordinates: 'coordinates',
1983
+ picture: 'picture',
1984
+ createdAt: 'createdAt',
1985
+ updatedAt: 'updatedAt',
1986
+ createdById: 'createdById',
1987
+ clusterId: 'clusterId'
1988
+ };
1989
+
1990
+ exports.Prisma.CentralOfficeTeamScalarFieldEnum = {
1991
+ id: 'id',
1992
+ no: 'no',
1993
+ name: 'name',
1994
+ createdAt: 'createdAt',
1995
+ updatedAt: 'updatedAt',
1996
+ deletedAt: 'deletedAt',
1997
+ centralOfficeId: 'centralOfficeId'
1998
+ };
1999
+
2000
+ exports.Prisma.CentralOfficeUserScalarFieldEnum = {
2001
+ id: 'id',
2002
+ no: 'no',
2003
+ role: 'role',
2004
+ createdAt: 'createdAt',
2005
+ updatedAt: 'updatedAt',
2006
+ deletedAt: 'deletedAt',
2007
+ centralOfficeTeamId: 'centralOfficeTeamId',
2008
+ userId: 'userId'
2009
+ };
2010
+
2011
+ exports.Prisma.QrCodeTemplateScalarFieldEnum = {
2012
+ id: 'id',
2013
+ no: 'no',
2014
+ name: 'name',
2015
+ prefix: 'prefix',
2016
+ index: 'index',
2017
+ scanned: 'scanned',
2018
+ link: 'link',
2019
+ tagDetails: 'tagDetails',
2020
+ status: 'status',
2021
+ createdAt: 'createdAt',
2022
+ updatedAt: 'updatedAt',
2023
+ deletedAt: 'deletedAt',
2024
+ projectId: 'projectId',
2025
+ clusterId: 'clusterId',
2026
+ networkElementTypeId: 'networkElementTypeId',
2027
+ networkElementId: 'networkElementId',
2028
+ templateId: 'templateId',
2029
+ pboFatTemplateId: 'pboFatTemplateId',
2030
+ cableTemplateId: 'cableTemplateId',
2031
+ spliceClosureTemplateId: 'spliceClosureTemplateId',
2032
+ zoneNroTemplateId: 'zoneNroTemplateId',
2033
+ poleTemplateId: 'poleTemplateId',
2034
+ manholeTemplateId: 'manholeTemplateId',
2035
+ loopTemplateId: 'loopTemplateId',
2036
+ fdtsroTemplateId: 'fdtsroTemplateId',
2037
+ sfuTemplateId: 'sfuTemplateId',
2038
+ buildingTemplateId: 'buildingTemplateId',
2039
+ mapElementTemplateId: 'mapElementTemplateId',
2040
+ conduitTemplateId: 'conduitTemplateId'
2041
+ };
2042
+
2043
+ exports.Prisma.QrCodeTagScalarFieldEnum = {
2044
+ id: 'id',
2045
+ no: 'no',
2046
+ image: 'image',
2047
+ link: 'link',
2048
+ scanned: 'scanned',
2049
+ createdAt: 'createdAt',
2050
+ updatedAt: 'updatedAt',
2051
+ deletedAt: 'deletedAt',
2052
+ templateId: 'templateId',
2053
+ networkElementId: 'networkElementId',
2054
+ qrCodeTemplateId: 'qrCodeTemplateId',
2055
+ cableId: 'cableId',
2056
+ pboFatId: 'pboFatId',
2057
+ spliceClosureId: 'spliceClosureId',
2058
+ zoneNroId: 'zoneNroId',
2059
+ poleId: 'poleId',
2060
+ manholeId: 'manholeId',
2061
+ loopId: 'loopId',
2062
+ fdtsroId: 'fdtsroId',
2063
+ sfuId: 'sfuId',
2064
+ buildingId: 'buildingId',
2065
+ mapElementId: 'mapElementId',
2066
+ conduitId: 'conduitId'
2067
+ };
2068
+
2069
+ exports.Prisma.InstallationSequenceScalarFieldEnum = {
2070
+ id: 'id',
2071
+ no: 'no',
2072
+ installationId: 'installationId',
2073
+ sequenceOrder: 'sequenceOrder',
2074
+ elementChildType: 'elementChildType',
2075
+ elementChildId: 'elementChildId',
2076
+ previousInstallationSeqId: 'previousInstallationSeqId',
2077
+ createdAt: 'createdAt',
2078
+ updatedAt: 'updatedAt'
2079
+ };
2080
+
2081
+ exports.Prisma.PreviousEquipmentScalarFieldEnum = {
2082
+ id: 'id',
2083
+ no: 'no',
2084
+ fromTable: 'fromTable',
2085
+ fromId: 'fromId',
2086
+ toTable: 'toTable',
2087
+ toId: 'toId',
2088
+ pboFatId: 'pboFatId',
2089
+ spliceClosureId: 'spliceClosureId',
2090
+ fdtsroId: 'fdtsroId'
2091
+ };
2092
+
2093
+ exports.Prisma.IntegrationUserLocationScalarFieldEnum = {
2094
+ id: 'id',
2095
+ no: 'no',
2096
+ userId: 'userId',
2097
+ coordinates: 'coordinates',
2098
+ clusterId: 'clusterId',
2099
+ isActive: 'isActive',
2100
+ createdAt: 'createdAt',
2101
+ updatedAt: 'updatedAt',
2102
+ deletedAt: 'deletedAt'
2103
+ };
2104
+
2105
+ exports.Prisma.IntegrationReportTemplateScalarFieldEnum = {
2106
+ id: 'id',
2107
+ no: 'no',
2108
+ name: 'name',
2109
+ createdAt: 'createdAt',
2110
+ updatedAt: 'updatedAt',
2111
+ deletedAt: 'deletedAt',
2112
+ createdById: 'createdById'
2113
+ };
2114
+
2115
+ exports.Prisma.ReportMetricScalarFieldEnum = {
2116
+ id: 'id',
2117
+ reportTemplateId: 'reportTemplateId',
2118
+ elementType: 'elementType',
2119
+ attributeName: 'attributeName',
2120
+ metricType: 'metricType',
2121
+ formula: 'formula',
2122
+ groupByLevel: 'groupByLevel',
2123
+ usage: 'usage'
2124
+ };
2125
+
2126
+ exports.Prisma.ReportFormulaConfigScalarFieldEnum = {
2127
+ metricId: 'metricId',
2128
+ resultName: 'resultName',
2129
+ numberOfVariables: 'numberOfVariables',
2130
+ variableAttributes: 'variableAttributes',
2131
+ operations: 'operations',
2132
+ resultFormat: 'resultFormat'
2133
+ };
2134
+
2135
+ exports.Prisma.ReportVisualizationScalarFieldEnum = {
2136
+ id: 'id',
2137
+ templateId: 'templateId',
2138
+ metricIds: 'metricIds',
2139
+ chartType: 'chartType',
2140
+ xAxisField: 'xAxisField',
2141
+ yAxisField: 'yAxisField',
2142
+ useCustomColors: 'useCustomColors',
2143
+ customColors: 'customColors'
2144
+ };
2145
+
2146
+ exports.Prisma.ReportTableScalarFieldEnum = {
2147
+ id: 'id',
2148
+ templateId: 'templateId',
2149
+ metricId: 'metricId',
2150
+ columns: 'columns',
2151
+ includeHeader: 'includeHeader',
2152
+ sortBy: 'sortBy'
2153
+ };
2154
+
2155
+ exports.Prisma.SortOrder = {
2156
+ asc: 'asc',
2157
+ desc: 'desc'
2158
+ };
2159
+
2160
+ exports.Prisma.NullableJsonNullValueInput = {
2161
+ DbNull: Prisma.DbNull,
2162
+ JsonNull: Prisma.JsonNull
2163
+ };
2164
+
2165
+ exports.Prisma.JsonNullValueInput = {
2166
+ JsonNull: Prisma.JsonNull
2167
+ };
2168
+
2169
+ exports.Prisma.QueryMode = {
2170
+ default: 'default',
2171
+ insensitive: 'insensitive'
2172
+ };
2173
+
2174
+ exports.Prisma.NullsOrder = {
2175
+ first: 'first',
2176
+ last: 'last'
2177
+ };
2178
+
2179
+ exports.Prisma.JsonNullValueFilter = {
2180
+ DbNull: Prisma.DbNull,
2181
+ JsonNull: Prisma.JsonNull,
2182
+ AnyNull: Prisma.AnyNull
2183
+ };
2184
+ exports.NotificationPlatform = exports.$Enums.NotificationPlatform = {
2185
+ Web: 'Web',
2186
+ Mobile: 'Mobile'
2187
+ };
2188
+
2189
+ exports.NetworkElementClassification = exports.$Enums.NetworkElementClassification = {
2190
+ NetworkElement: 'NetworkElement',
2191
+ InfrastructureElement: 'InfrastructureElement',
2192
+ MapElement: 'MapElement'
2193
+ };
2194
+
2195
+ exports.RelationType = exports.$Enums.RelationType = {
2196
+ INSTALLED_ON: 'INSTALLED_ON',
2197
+ CONNECTED_TO: 'CONNECTED_TO',
2198
+ ENCLOSURE_ORIGIN: 'ENCLOSURE_ORIGIN',
2199
+ ENCLOSURE_DESTINATION: 'ENCLOSURE_DESTINATION'
2200
+ };
2201
+
2202
+ exports.AttributeType = exports.$Enums.AttributeType = {
2203
+ TEXT: 'TEXT',
2204
+ NUMBER: 'NUMBER',
2205
+ BOOLEAN: 'BOOLEAN',
2206
+ DROPDOWN: 'DROPDOWN',
2207
+ OPTIONS: 'OPTIONS',
2208
+ DATE: 'DATE',
2209
+ JSON: 'JSON'
2210
+ };
2211
+
2212
+ exports.CableAttachmentRole = exports.$Enums.CableAttachmentRole = {
2213
+ DESTINATION: 'DESTINATION',
2214
+ ORIGIN: 'ORIGIN'
2215
+ };
2216
+
2217
+ exports.RevisionStatus = exports.$Enums.RevisionStatus = {
2218
+ IN_PROGRESS: 'IN_PROGRESS',
2219
+ SUBMITTED: 'SUBMITTED',
2220
+ APPROVED: 'APPROVED',
2221
+ REJECTED: 'REJECTED'
2222
+ };
2223
+
2224
+ exports.MapElementType = exports.$Enums.MapElementType = {
2225
+ Marker: 'Marker',
2226
+ Polyline: 'Polyline',
2227
+ Polygon: 'Polygon'
2228
+ };
2229
+
2230
+ exports.ClusterProjectPhase = exports.$Enums.ClusterProjectPhase = {
2231
+ Survey: 'Survey',
2232
+ Design: 'Design',
2233
+ Construction: 'Construction',
2234
+ GIS: 'GIS',
2235
+ Dispatch: 'Dispatch'
2236
+ };
2237
+
2238
+ exports.CentralOfficeTeamPosition = exports.$Enums.CentralOfficeTeamPosition = {
2239
+ Supervisor: 'Supervisor',
2240
+ Designer: 'Designer',
2241
+ Technician: 'Technician'
2242
+ };
2243
+
2244
+ exports.NetworkElementChildType = exports.$Enums.NetworkElementChildType = {
2245
+ PboFat: 'PboFat',
2246
+ Cable: 'Cable',
2247
+ SpliceClosure: 'SpliceClosure',
2248
+ Zone: 'Zone',
2249
+ SFU: 'SFU',
2250
+ Loop: 'Loop',
2251
+ FDTSRO: 'FDTSRO',
2252
+ Manhole: 'Manhole',
2253
+ Building: 'Building',
2254
+ Pole: 'Pole'
2255
+ };
2256
+
2257
+ exports.EquipmentType = exports.$Enums.EquipmentType = {
2258
+ PboFat: 'PboFat',
2259
+ SpliceClosure: 'SpliceClosure',
2260
+ FDTSRO: 'FDTSRO'
2261
+ };
2262
+
2263
+ exports.MetricType = exports.$Enums.MetricType = {
2264
+ ProjectInfo: 'ProjectInfo',
2265
+ NetworkElement: 'NetworkElement',
2266
+ NetworkElementAttributes: 'NetworkElementAttributes',
2267
+ FormulaResult: 'FormulaResult'
2268
+ };
2269
+
2270
+ exports.AggregationOperation = exports.$Enums.AggregationOperation = {
2271
+ LIST: 'LIST',
2272
+ SUM: 'SUM',
2273
+ COUNT: 'COUNT',
2274
+ AVERAGE: 'AVERAGE'
2275
+ };
2276
+
2277
+ exports.ProjectLevel = exports.$Enums.ProjectLevel = {
2278
+ Subsidiary: 'Subsidiary',
2279
+ Client: 'Client',
2280
+ MainProject: 'MainProject',
2281
+ Project: 'Project',
2282
+ CentralOffice: 'CentralOffice',
2283
+ Cluster: 'Cluster'
2284
+ };
2285
+
2286
+ exports.ReportUsage = exports.$Enums.ReportUsage = {
2287
+ TABLE: 'TABLE',
2288
+ VISUALIZATION: 'VISUALIZATION'
2289
+ };
2290
+
2291
+ exports.ValueFormat = exports.$Enums.ValueFormat = {
2292
+ PERCENTAGE: 'PERCENTAGE',
2293
+ NUMBER: 'NUMBER'
2294
+ };
2295
+
2296
+ exports.ArithmeticOperation = exports.$Enums.ArithmeticOperation = {
2297
+ ADD: 'ADD',
2298
+ SUBTRACT: 'SUBTRACT',
2299
+ MULTIPLY: 'MULTIPLY',
2300
+ DIVIDE: 'DIVIDE'
2301
+ };
2302
+
2303
+ exports.ChartType = exports.$Enums.ChartType = {
2304
+ BAR: 'BAR',
2305
+ LINE: 'LINE',
2306
+ PIE: 'PIE'
2307
+ };
2308
+
2309
+ exports.Prisma.ModelName = {
2310
+ Country: 'Country',
2311
+ CamusatCountry: 'CamusatCountry',
2312
+ CamusatClient: 'CamusatClient',
2313
+ Platform: 'Platform',
2314
+ Position: 'Position',
2315
+ Role: 'Role',
2316
+ Template: 'Template',
2317
+ Feature: 'Feature',
2318
+ FeatureType: 'FeatureType',
2319
+ TemplateComponent: 'TemplateComponent',
2320
+ ProjectWorkFlow: 'ProjectWorkFlow',
2321
+ TeamType: 'TeamType',
2322
+ Team: 'Team',
2323
+ TeamPlatform: 'TeamPlatform',
2324
+ User: 'User',
2325
+ MainProject: 'MainProject',
2326
+ Project: 'Project',
2327
+ integrationProjectUserStatus: 'integrationProjectUserStatus',
2328
+ projectPhaseLog: 'projectPhaseLog',
2329
+ Audit: 'Audit',
2330
+ DispatchTeam: 'DispatchTeam',
2331
+ DispatchProject: 'DispatchProject',
2332
+ ProjectType: 'ProjectType',
2333
+ EmailConfigurations: 'EmailConfigurations',
2334
+ EmailsIncomingSample: 'EmailsIncomingSample',
2335
+ EmailsIncoming: 'EmailsIncoming',
2336
+ EmailsOutgoing: 'EmailsOutgoing',
2337
+ EmailTemplates: 'EmailTemplates',
2338
+ WorkOrder: 'WorkOrder',
2339
+ WorkOrderChannel: 'WorkOrderChannel',
2340
+ WorkOrderTask: 'WorkOrderTask',
2341
+ WorkOrderActivityLog: 'WorkOrderActivityLog',
2342
+ WorkOrderEditLog: 'WorkOrderEditLog',
2343
+ WorkOrderTaskData: 'WorkOrderTaskData',
2344
+ WorkOrderPauses: 'WorkOrderPauses',
2345
+ WorkOrderComments: 'WorkOrderComments',
2346
+ BillOfMaterial: 'BillOfMaterial',
2347
+ Material: 'Material',
2348
+ MaterialBillOfMaterial: 'MaterialBillOfMaterial',
2349
+ DispatchMaterial: 'DispatchMaterial',
2350
+ StockMovement: 'StockMovement',
2351
+ clientMaterial: 'clientMaterial',
2352
+ clientMaterialMovementLog: 'clientMaterialMovementLog',
2353
+ SubsidiaryMaterial: 'SubsidiaryMaterial',
2354
+ SubsidiaryMaterialMovementLog: 'SubsidiaryMaterialMovementLog',
2355
+ TeamMaterial: 'TeamMaterial',
2356
+ TeamMaterialMovementLog: 'TeamMaterialMovementLog',
2357
+ WorkOrderMaterial: 'WorkOrderMaterial',
2358
+ ticketMaterialMovementLog: 'ticketMaterialMovementLog',
2359
+ MaterialChangeLog: 'MaterialChangeLog',
2360
+ problemCategorization: 'problemCategorization',
2361
+ Notifications: 'Notifications',
2362
+ ReportFormats: 'ReportFormats',
2363
+ NetworkElement: 'NetworkElement',
2364
+ ElementNode: 'ElementNode',
2365
+ ElementRelation: 'ElementRelation',
2366
+ AttributeDefinition: 'AttributeDefinition',
2367
+ OptionSource: 'OptionSource',
2368
+ AttributeValue: 'AttributeValue',
2369
+ Cable: 'Cable',
2370
+ CableAttachment: 'CableAttachment',
2371
+ CableTemplate: 'CableTemplate',
2372
+ Conduit: 'Conduit',
2373
+ Duct: 'Duct',
2374
+ ductTemplate: 'ductTemplate',
2375
+ ConduitTemplate: 'ConduitTemplate',
2376
+ CableAttributes: 'CableAttributes',
2377
+ Splitter: 'Splitter',
2378
+ PboFatTemplate: 'PboFatTemplate',
2379
+ PboFat: 'PboFat',
2380
+ PboFatAttributes: 'PboFatAttributes',
2381
+ SpliceClosure: 'SpliceClosure',
2382
+ SpliceClosureTemplate: 'SpliceClosureTemplate',
2383
+ SpliceClosureAttributes: 'SpliceClosureAttributes',
2384
+ ZoneNro: 'ZoneNro',
2385
+ ZoneNroTemplate: 'ZoneNroTemplate',
2386
+ Pole: 'Pole',
2387
+ PoleTemplate: 'PoleTemplate',
2388
+ Manhole: 'Manhole',
2389
+ ManholeTemplate: 'ManholeTemplate',
2390
+ Loop: 'Loop',
2391
+ LoopTemplate: 'LoopTemplate',
2392
+ FDTSRO: 'FDTSRO',
2393
+ FDTSROTemplate: 'FDTSROTemplate',
2394
+ SFU: 'SFU',
2395
+ SFUTemplate: 'SFUTemplate',
2396
+ Building: 'Building',
2397
+ BuildingTemplate: 'BuildingTemplate',
2398
+ Revision: 'Revision',
2399
+ MapElementTemplate: 'MapElementTemplate',
2400
+ MapElement: 'MapElement',
2401
+ NetworkElementInstallation: 'NetworkElementInstallation',
2402
+ CentralOffice: 'CentralOffice',
2403
+ Cluster: 'Cluster',
2404
+ ClusterComments: 'ClusterComments',
2405
+ ClusterNotes: 'ClusterNotes',
2406
+ CentralOfficeTeam: 'CentralOfficeTeam',
2407
+ CentralOfficeUser: 'CentralOfficeUser',
2408
+ qrCodeTemplate: 'qrCodeTemplate',
2409
+ qrCodeTag: 'qrCodeTag',
2410
+ installationSequence: 'installationSequence',
2411
+ PreviousEquipment: 'PreviousEquipment',
2412
+ integrationUserLocation: 'integrationUserLocation',
2413
+ IntegrationReportTemplate: 'IntegrationReportTemplate',
2414
+ ReportMetric: 'ReportMetric',
2415
+ ReportFormulaConfig: 'ReportFormulaConfig',
2416
+ ReportVisualization: 'ReportVisualization',
2417
+ ReportTable: 'ReportTable'
2418
+ };
2419
+
2420
+ /**
2421
+ * This is a stub Prisma Client that will error at runtime if called.
2422
+ */
2423
+ class PrismaClient {
2424
+ constructor() {
2425
+ return new Proxy(this, {
2426
+ get(target, prop) {
2427
+ let message
2428
+ const runtime = getRuntime()
2429
+ if (runtime.isEdge) {
2430
+ message = `PrismaClient is not configured to run in ${runtime.prettyName}. In order to run Prisma Client on edge runtime, either:
2431
+ - Use Prisma Accelerate: https://pris.ly/d/accelerate
2432
+ - Use Driver Adapters: https://pris.ly/d/driver-adapters
2433
+ `;
2434
+ } else {
2435
+ message = 'PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in `' + runtime.prettyName + '`).'
2436
+ }
2437
+
2438
+ message += `
2439
+ If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`
2440
+
2441
+ throw new Error(message)
2442
+ }
2443
+ })
2444
+ }
2445
+ }
2446
+
2447
+ exports.PrismaClient = PrismaClient
2448
+
2449
+ Object.assign(exports, Prisma)