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