@dialecte/core 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1402 -1375
- package/dist/io/export/download-file.d.ts +7 -0
- package/dist/io/export/download-file.d.ts.map +1 -0
- package/dist/io/export/main.d.ts +1 -0
- package/dist/io/export/main.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chain-methods/ending/queries/todo/ancestor.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/ancestor.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/descendants.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/descendants.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-child.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-child.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/observable.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/observable.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/read.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/read.d.ts.map +0 -1
- package/dist/generated/constants.generated.d.ts +0 -1476
- package/dist/generated/constants.generated.d.ts.map +0 -1
- package/dist/generated/descendants-ancestors.generated.d.ts +0 -442
- package/dist/generated/descendants-ancestors.generated.d.ts.map +0 -1
- package/dist/generated/types.generated.d.ts +0 -3055
- package/dist/generated/types.generated.d.ts.map +0 -1
|
@@ -1,3055 +0,0 @@
|
|
|
1
|
-
import { ELEMENT_NAMES, REQUIRED_ATTRIBUTES } from './constants.generated';
|
|
2
|
-
export type AvailableElement = typeof ELEMENT_NAMES[number];
|
|
3
|
-
export type AttributesAccessControl = {};
|
|
4
|
-
export type AttributesAccessPoint = {
|
|
5
|
-
'clock'?: string;
|
|
6
|
-
'desc'?: string;
|
|
7
|
-
'kdc'?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
10
|
-
* @see {@link assertAttributePattern}
|
|
11
|
-
*/
|
|
12
|
-
'name': string;
|
|
13
|
-
'router'?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
16
|
-
* @see {@link assertAttributePattern}
|
|
17
|
-
*/
|
|
18
|
-
'templateUuid'?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
21
|
-
* @see {@link assertAttributePattern}
|
|
22
|
-
*/
|
|
23
|
-
'uuid'?: string;
|
|
24
|
-
};
|
|
25
|
-
export type AttributesAddress = {};
|
|
26
|
-
export type AttributesAllocationRole = {
|
|
27
|
-
'desc'?: string;
|
|
28
|
-
'name': string;
|
|
29
|
-
/**
|
|
30
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
31
|
-
* @see {@link assertAttributePattern}
|
|
32
|
-
*/
|
|
33
|
-
'originUuid'?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
36
|
-
* @see {@link assertAttributePattern}
|
|
37
|
-
*/
|
|
38
|
-
'templateUuid'?: string;
|
|
39
|
-
/**
|
|
40
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
41
|
-
* @see {@link assertAttributePattern}
|
|
42
|
-
*/
|
|
43
|
-
'uuid'?: string;
|
|
44
|
-
};
|
|
45
|
-
export type AttributesAllocationRoleRef = {
|
|
46
|
-
/**
|
|
47
|
-
* Pattern: .+(/.+)*
|
|
48
|
-
* @see {@link assertAttributePattern}
|
|
49
|
-
*/
|
|
50
|
-
'allocationRole'?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
53
|
-
* @see {@link assertAttributePattern}
|
|
54
|
-
*/
|
|
55
|
-
'allocationRoleUuid'?: string;
|
|
56
|
-
'desc'?: string;
|
|
57
|
-
};
|
|
58
|
-
export type AttributesAnalogueWiringParameters = {
|
|
59
|
-
'desc'?: string;
|
|
60
|
-
'dsgInp'?: string;
|
|
61
|
-
'fctInp'?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Pattern: \S+
|
|
64
|
-
* @see {@link assertAttributePattern}
|
|
65
|
-
*/
|
|
66
|
-
'id': string;
|
|
67
|
-
'inpNam'?: string;
|
|
68
|
-
'inpRef'?: string;
|
|
69
|
-
};
|
|
70
|
-
export type AttributesAnalogueWiringParametersRef = {
|
|
71
|
-
'desc'?: string;
|
|
72
|
-
'id': string;
|
|
73
|
-
};
|
|
74
|
-
export type AttributesApplication = {
|
|
75
|
-
'desc'?: string;
|
|
76
|
-
'name': string;
|
|
77
|
-
/**
|
|
78
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
79
|
-
* @see {@link assertAttributePattern}
|
|
80
|
-
*/
|
|
81
|
-
'originUuid'?: string;
|
|
82
|
-
/**
|
|
83
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
84
|
-
* @see {@link assertAttributePattern}
|
|
85
|
-
*/
|
|
86
|
-
'templateUuid'?: string;
|
|
87
|
-
/**
|
|
88
|
-
* Pattern: \S+
|
|
89
|
-
* @see {@link assertAttributePattern}
|
|
90
|
-
*/
|
|
91
|
-
'type'?: string;
|
|
92
|
-
/**
|
|
93
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
94
|
-
* @see {@link assertAttributePattern}
|
|
95
|
-
*/
|
|
96
|
-
'uuid'?: string;
|
|
97
|
-
};
|
|
98
|
-
export type AttributesApplicationSclRef = {};
|
|
99
|
-
export type AttributesAssociation = {
|
|
100
|
-
/**
|
|
101
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
102
|
-
* @see {@link assertAttributePattern}
|
|
103
|
-
*/
|
|
104
|
-
'apRef': string;
|
|
105
|
-
/**
|
|
106
|
-
* Pattern: [0-9A-Za-z]+
|
|
107
|
-
* @see {@link assertAttributePattern}
|
|
108
|
-
*/
|
|
109
|
-
'associationID'?: string;
|
|
110
|
-
'desc'?: string;
|
|
111
|
-
/**
|
|
112
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | [A-Za-z][0-9A-Za-z_]*
|
|
113
|
-
* @see {@link assertAttributePattern}
|
|
114
|
-
*/
|
|
115
|
-
'iedName': string;
|
|
116
|
-
'initiator'?: "client" | "server" | (string & {});
|
|
117
|
-
'kind': "pre-established" | "predefined" | (string & {});
|
|
118
|
-
/**
|
|
119
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
120
|
-
* @see {@link assertAttributePattern}
|
|
121
|
-
*/
|
|
122
|
-
'ldInst': string;
|
|
123
|
-
/**
|
|
124
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
125
|
-
* @see {@link assertAttributePattern}
|
|
126
|
-
*/
|
|
127
|
-
'lnClass': "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
128
|
-
/**
|
|
129
|
-
* Pattern: [0-9]{1,12}
|
|
130
|
-
* @see {@link assertAttributePattern}
|
|
131
|
-
*/
|
|
132
|
-
'lnInst': string;
|
|
133
|
-
/**
|
|
134
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
135
|
-
* @see {@link assertAttributePattern}
|
|
136
|
-
*/
|
|
137
|
-
'lnUuid'?: string;
|
|
138
|
-
/**
|
|
139
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
140
|
-
* @see {@link assertAttributePattern}
|
|
141
|
-
*/
|
|
142
|
-
'prefix'?: string;
|
|
143
|
-
};
|
|
144
|
-
export type AttributesAuthentication = {
|
|
145
|
-
'certificate'?: string;
|
|
146
|
-
'none'?: string;
|
|
147
|
-
'password'?: string;
|
|
148
|
-
'strong'?: string;
|
|
149
|
-
'weak'?: string;
|
|
150
|
-
};
|
|
151
|
-
export type AttributesBDA = {
|
|
152
|
-
'bType': "BOOLEAN" | "INT8" | "INT16" | "INT24" | "INT32" | "INT64" | "INT128" | "INT8U" | "INT16U" | "INT24U" | "INT32U" | "FLOAT32" | "FLOAT64" | "Enum" | "Dbpos" | "Tcmd" | "Quality" | "Timestamp" | "VisString32" | "VisString64" | "VisString65" | "VisString129" | "VisString255" | "Octet64" | "Unicode255" | "Struct" | "EntryTime" | "Check" | "ObjRef" | "Currency" | "PhyComAddr" | "TrgOps" | "OptFlds" | "SvOptFlds" | "LogOptFlds" | "EntryID" | "Octet6" | "Octet16" | (string & {});
|
|
153
|
-
/**
|
|
154
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
155
|
-
* @see {@link assertAttributePattern}
|
|
156
|
-
*/
|
|
157
|
-
'count'?: "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
158
|
-
'desc'?: string;
|
|
159
|
-
/**
|
|
160
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
161
|
-
* @see {@link assertAttributePattern}
|
|
162
|
-
*/
|
|
163
|
-
'name': "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
164
|
-
'sAddr'?: string;
|
|
165
|
-
'type'?: string;
|
|
166
|
-
'valImport'?: string;
|
|
167
|
-
'valKind'?: "Spec" | "Conf" | "RO" | "Set" | (string & {});
|
|
168
|
-
};
|
|
169
|
-
export type AttributesBay = {
|
|
170
|
-
'desc'?: string;
|
|
171
|
-
'name': string;
|
|
172
|
-
/**
|
|
173
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
174
|
-
* @see {@link assertAttributePattern}
|
|
175
|
-
*/
|
|
176
|
-
'templateUuid'?: string;
|
|
177
|
-
/**
|
|
178
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
179
|
-
* @see {@link assertAttributePattern}
|
|
180
|
-
*/
|
|
181
|
-
'uuid'?: string;
|
|
182
|
-
};
|
|
183
|
-
export type AttributesBayType = {};
|
|
184
|
-
export type AttributesBehaviorDescription = {
|
|
185
|
-
'desc'?: string;
|
|
186
|
-
'fileReference'?: string;
|
|
187
|
-
'format'?: "IEC 61131" | "Textual" | "Graphic" | (string & {});
|
|
188
|
-
'isSimulation'?: string;
|
|
189
|
-
'isSpecification'?: string;
|
|
190
|
-
'name': string;
|
|
191
|
-
/**
|
|
192
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
193
|
-
* @see {@link assertAttributePattern}
|
|
194
|
-
*/
|
|
195
|
-
'originUuid'?: string;
|
|
196
|
-
/**
|
|
197
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
198
|
-
* @see {@link assertAttributePattern}
|
|
199
|
-
*/
|
|
200
|
-
'templateUuid'?: string;
|
|
201
|
-
/**
|
|
202
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
203
|
-
* @see {@link assertAttributePattern}
|
|
204
|
-
*/
|
|
205
|
-
'uuid'?: string;
|
|
206
|
-
};
|
|
207
|
-
export type AttributesBehaviorDescriptionRef = {
|
|
208
|
-
/**
|
|
209
|
-
* Pattern: .+(/.+)*
|
|
210
|
-
* @see {@link assertAttributePattern}
|
|
211
|
-
*/
|
|
212
|
-
'behaviorDescription'?: string;
|
|
213
|
-
/**
|
|
214
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
215
|
-
* @see {@link assertAttributePattern}
|
|
216
|
-
*/
|
|
217
|
-
'behaviorDescriptionUuid'?: string;
|
|
218
|
-
'desc'?: string;
|
|
219
|
-
};
|
|
220
|
-
export type AttributesBehaviorReference = {
|
|
221
|
-
/**
|
|
222
|
-
* Pattern: .+(/.+)*
|
|
223
|
-
* @see {@link assertAttributePattern}
|
|
224
|
-
*/
|
|
225
|
-
'behaviorReference'?: string;
|
|
226
|
-
/**
|
|
227
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
228
|
-
* @see {@link assertAttributePattern}
|
|
229
|
-
*/
|
|
230
|
-
'behaviorUuid'?: string;
|
|
231
|
-
'desc'?: string;
|
|
232
|
-
};
|
|
233
|
-
export type AttributesBinaryWiringParameters = {
|
|
234
|
-
'debTm'?: string;
|
|
235
|
-
'desc'?: string;
|
|
236
|
-
'fastOutput'?: string;
|
|
237
|
-
/**
|
|
238
|
-
* Pattern: \S+
|
|
239
|
-
* @see {@link assertAttributePattern}
|
|
240
|
-
*/
|
|
241
|
-
'id': string;
|
|
242
|
-
'inpNam'?: string;
|
|
243
|
-
'inpRef'?: string;
|
|
244
|
-
'outNam'?: string;
|
|
245
|
-
/**
|
|
246
|
-
* Pattern: (\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN
|
|
247
|
-
* @see {@link assertAttributePattern}
|
|
248
|
-
*/
|
|
249
|
-
'outOffDl'?: string;
|
|
250
|
-
/**
|
|
251
|
-
* Pattern: (\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN
|
|
252
|
-
* @see {@link assertAttributePattern}
|
|
253
|
-
*/
|
|
254
|
-
'outOnDl'?: string;
|
|
255
|
-
'outRef'?: string;
|
|
256
|
-
'outTyp'?: "Normally open" | "Normally closed" | "Change over" | (string & {});
|
|
257
|
-
/**
|
|
258
|
-
* Pattern: (\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN
|
|
259
|
-
* @see {@link assertAttributePattern}
|
|
260
|
-
*/
|
|
261
|
-
'vInOff'?: string;
|
|
262
|
-
/**
|
|
263
|
-
* Pattern: (\+|-)?([0-9]+(\.[0-9]*)?|\.[0-9]+)([Ee](\+|-)?[0-9]+)?|(\+|-)?INF|NaN
|
|
264
|
-
* @see {@link assertAttributePattern}
|
|
265
|
-
*/
|
|
266
|
-
'vInOn'?: string;
|
|
267
|
-
};
|
|
268
|
-
export type AttributesBinaryWiringParametersRef = {
|
|
269
|
-
'desc'?: string;
|
|
270
|
-
'id': string;
|
|
271
|
-
};
|
|
272
|
-
export type AttributesBitRate = {
|
|
273
|
-
'multiplier'?: "" | "m" | "k" | "M" | "mu" | "y" | "z" | "a" | "f" | "p" | "n" | "c" | "d" | "da" | "h" | "G" | "T" | "P" | "E" | "Z" | "Y" | (string & {});
|
|
274
|
-
'unit'?: string;
|
|
275
|
-
};
|
|
276
|
-
export type AttributesCheckoutID = {
|
|
277
|
-
'desc'?: string;
|
|
278
|
-
'engRight'?: "full" | "fix" | "dataflow" | (string & {});
|
|
279
|
-
'fileName'?: string;
|
|
280
|
-
/**
|
|
281
|
-
* Pattern: [A-Z]{3}
|
|
282
|
-
* @see {@link assertAttributePattern}
|
|
283
|
-
*/
|
|
284
|
-
'fileType': "SED" | "SCC" | "ICD" | "IID" | "CID" | "SSD" | "SCD" | (string & {});
|
|
285
|
-
/**
|
|
286
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
287
|
-
* @see {@link assertAttributePattern}
|
|
288
|
-
*/
|
|
289
|
-
'fileUuid'?: string;
|
|
290
|
-
'headerId'?: string;
|
|
291
|
-
'revision': string;
|
|
292
|
-
'version': string;
|
|
293
|
-
'when'?: string;
|
|
294
|
-
};
|
|
295
|
-
export type AttributesClientLN = {
|
|
296
|
-
/**
|
|
297
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
298
|
-
* @see {@link assertAttributePattern}
|
|
299
|
-
*/
|
|
300
|
-
'apRef': string;
|
|
301
|
-
'desc'?: string;
|
|
302
|
-
/**
|
|
303
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | [A-Za-z][0-9A-Za-z_]*
|
|
304
|
-
* @see {@link assertAttributePattern}
|
|
305
|
-
*/
|
|
306
|
-
'iedName': string;
|
|
307
|
-
/**
|
|
308
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
309
|
-
* @see {@link assertAttributePattern}
|
|
310
|
-
*/
|
|
311
|
-
'ldInst': string;
|
|
312
|
-
/**
|
|
313
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
314
|
-
* @see {@link assertAttributePattern}
|
|
315
|
-
*/
|
|
316
|
-
'lnClass': "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
317
|
-
/**
|
|
318
|
-
* Pattern: [0-9]{1,12}
|
|
319
|
-
* @see {@link assertAttributePattern}
|
|
320
|
-
*/
|
|
321
|
-
'lnInst': string;
|
|
322
|
-
/**
|
|
323
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
324
|
-
* @see {@link assertAttributePattern}
|
|
325
|
-
*/
|
|
326
|
-
'lnUuid'?: string;
|
|
327
|
-
/**
|
|
328
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
329
|
-
* @see {@link assertAttributePattern}
|
|
330
|
-
*/
|
|
331
|
-
'prefix'?: string;
|
|
332
|
-
};
|
|
333
|
-
export type AttributesClientServices = {
|
|
334
|
-
'acceptServerInitiatedAssociation'?: string;
|
|
335
|
-
'bufReport'?: string;
|
|
336
|
-
'goose'?: string;
|
|
337
|
-
'gsse'?: string;
|
|
338
|
-
'maxAttributes'?: string;
|
|
339
|
-
'maxGOOSE'?: string;
|
|
340
|
-
'maxReports'?: string;
|
|
341
|
-
'maxSMV'?: string;
|
|
342
|
-
'noIctBinding'?: string;
|
|
343
|
-
'rGOOSE'?: string;
|
|
344
|
-
'rSV'?: string;
|
|
345
|
-
'readLog'?: string;
|
|
346
|
-
'supportsLdName'?: string;
|
|
347
|
-
'sv'?: string;
|
|
348
|
-
'unbufReport'?: string;
|
|
349
|
-
};
|
|
350
|
-
export type AttributesCommProt = {
|
|
351
|
-
'ipv6'?: string;
|
|
352
|
-
};
|
|
353
|
-
export type AttributesCommunication = {
|
|
354
|
-
'desc'?: string;
|
|
355
|
-
};
|
|
356
|
-
export type AttributesCommunicationServiceSpecifications = {
|
|
357
|
-
'desc'?: string;
|
|
358
|
-
};
|
|
359
|
-
export type AttributesConductingEquipment = {
|
|
360
|
-
'desc'?: string;
|
|
361
|
-
'name': string;
|
|
362
|
-
/**
|
|
363
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
364
|
-
* @see {@link assertAttributePattern}
|
|
365
|
-
*/
|
|
366
|
-
'templateUuid'?: string;
|
|
367
|
-
/**
|
|
368
|
-
* Pattern: E[A-Z]*
|
|
369
|
-
* @see {@link assertAttributePattern}
|
|
370
|
-
*/
|
|
371
|
-
'type': "CBR" | "DIS" | "VTR" | "CTR" | "GEN" | "CAP" | "REA" | "CON" | "MOT" | "EFN" | "PSH" | "BAT" | "BSH" | "CAB" | "GIL" | "LIN" | "RES" | "RRC" | "SAR" | "TCF" | "TCR" | "IFL" | "FAN" | "SCR" | "SMC" | "PMP" | (string & {});
|
|
372
|
-
/**
|
|
373
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
374
|
-
* @see {@link assertAttributePattern}
|
|
375
|
-
*/
|
|
376
|
-
'uuid'?: string;
|
|
377
|
-
'virtual'?: string;
|
|
378
|
-
};
|
|
379
|
-
export type AttributesConfDataSet = {
|
|
380
|
-
'max': string;
|
|
381
|
-
'maxAttributes'?: string;
|
|
382
|
-
'modify'?: string;
|
|
383
|
-
};
|
|
384
|
-
export type AttributesConfLNs = {
|
|
385
|
-
'fixLnInst'?: string;
|
|
386
|
-
'fixPrefix'?: string;
|
|
387
|
-
};
|
|
388
|
-
export type AttributesConfLdName = {};
|
|
389
|
-
export type AttributesConfLogControl = {
|
|
390
|
-
'max': string;
|
|
391
|
-
};
|
|
392
|
-
export type AttributesConfReportControl = {
|
|
393
|
-
'bufConf'?: string;
|
|
394
|
-
'bufMode'?: "unbuffered" | "buffered" | "both" | (string & {});
|
|
395
|
-
'max': string;
|
|
396
|
-
'maxBuf'?: string;
|
|
397
|
-
};
|
|
398
|
-
export type AttributesConfSG = {
|
|
399
|
-
'resvTms'?: string;
|
|
400
|
-
};
|
|
401
|
-
export type AttributesConfSigRef = {
|
|
402
|
-
'max': string;
|
|
403
|
-
};
|
|
404
|
-
export type AttributesConnectedAP = {
|
|
405
|
-
/**
|
|
406
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
407
|
-
* @see {@link assertAttributePattern}
|
|
408
|
-
*/
|
|
409
|
-
'apName': string;
|
|
410
|
-
/**
|
|
411
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
412
|
-
* @see {@link assertAttributePattern}
|
|
413
|
-
*/
|
|
414
|
-
'apUuid'?: string;
|
|
415
|
-
'desc'?: string;
|
|
416
|
-
/**
|
|
417
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | [A-Za-z][0-9A-Za-z_]*
|
|
418
|
-
* @see {@link assertAttributePattern}
|
|
419
|
-
*/
|
|
420
|
-
'iedName': string;
|
|
421
|
-
'redProt'?: "none" | "hsr" | "prp" | "rstp" | (string & {});
|
|
422
|
-
};
|
|
423
|
-
export type AttributesConnectivityNode = {
|
|
424
|
-
'desc'?: string;
|
|
425
|
-
'name': string;
|
|
426
|
-
/**
|
|
427
|
-
* Pattern: .+/.+(/.+)*
|
|
428
|
-
* @see {@link assertAttributePattern}
|
|
429
|
-
*/
|
|
430
|
-
'pathName': string;
|
|
431
|
-
/**
|
|
432
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
433
|
-
* @see {@link assertAttributePattern}
|
|
434
|
-
*/
|
|
435
|
-
'templateUuid'?: string;
|
|
436
|
-
/**
|
|
437
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
438
|
-
* @see {@link assertAttributePattern}
|
|
439
|
-
*/
|
|
440
|
-
'uuid'?: string;
|
|
441
|
-
};
|
|
442
|
-
export type AttributesControlRef = {
|
|
443
|
-
/**
|
|
444
|
-
* Pattern: .+(/.+)*
|
|
445
|
-
* @see {@link assertAttributePattern}
|
|
446
|
-
*/
|
|
447
|
-
'controlled'?: string;
|
|
448
|
-
/**
|
|
449
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
450
|
-
* @see {@link assertAttributePattern}
|
|
451
|
-
*/
|
|
452
|
-
'controlledDoName'?: string;
|
|
453
|
-
/**
|
|
454
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
455
|
-
* @see {@link assertAttributePattern}
|
|
456
|
-
*/
|
|
457
|
-
'controlledLNodeUuid'?: string;
|
|
458
|
-
'desc'?: string;
|
|
459
|
-
'extCtrlAddr'?: string;
|
|
460
|
-
/**
|
|
461
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
462
|
-
* @see {@link assertAttributePattern}
|
|
463
|
-
*/
|
|
464
|
-
'extCtrlUuid'?: string;
|
|
465
|
-
/**
|
|
466
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
467
|
-
* @see {@link assertAttributePattern}
|
|
468
|
-
*/
|
|
469
|
-
'originUuid'?: string;
|
|
470
|
-
'output': string;
|
|
471
|
-
'outputInst'?: string;
|
|
472
|
-
'pDO'?: string;
|
|
473
|
-
'pLN'?: string;
|
|
474
|
-
'resourceName'?: string;
|
|
475
|
-
/**
|
|
476
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
477
|
-
* @see {@link assertAttributePattern}
|
|
478
|
-
*/
|
|
479
|
-
'resourceUuid'?: string;
|
|
480
|
-
/**
|
|
481
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
482
|
-
* @see {@link assertAttributePattern}
|
|
483
|
-
*/
|
|
484
|
-
'templateUuid'?: string;
|
|
485
|
-
/**
|
|
486
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
487
|
-
* @see {@link assertAttributePattern}
|
|
488
|
-
*/
|
|
489
|
-
'uuid'?: string;
|
|
490
|
-
};
|
|
491
|
-
export type AttributesControllingLNode = {
|
|
492
|
-
'desc'?: string;
|
|
493
|
-
'outputName': string;
|
|
494
|
-
'pLN'?: string;
|
|
495
|
-
'resourceName'?: string;
|
|
496
|
-
/**
|
|
497
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
498
|
-
* @see {@link assertAttributePattern}
|
|
499
|
-
*/
|
|
500
|
-
'resourceUuid'?: string;
|
|
501
|
-
};
|
|
502
|
-
export type AttributesDA = {
|
|
503
|
-
'bType': "BOOLEAN" | "INT8" | "INT16" | "INT24" | "INT32" | "INT64" | "INT128" | "INT8U" | "INT16U" | "INT24U" | "INT32U" | "FLOAT32" | "FLOAT64" | "Enum" | "Dbpos" | "Tcmd" | "Quality" | "Timestamp" | "VisString32" | "VisString64" | "VisString65" | "VisString129" | "VisString255" | "Octet64" | "Unicode255" | "Struct" | "EntryTime" | "Check" | "ObjRef" | "Currency" | "PhyComAddr" | "TrgOps" | "OptFlds" | "SvOptFlds" | "LogOptFlds" | "EntryID" | "Octet6" | "Octet16" | (string & {});
|
|
504
|
-
/**
|
|
505
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
506
|
-
* @see {@link assertAttributePattern}
|
|
507
|
-
*/
|
|
508
|
-
'count'?: "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
509
|
-
'dchg'?: string;
|
|
510
|
-
'desc'?: string;
|
|
511
|
-
'dupd'?: string;
|
|
512
|
-
/**
|
|
513
|
-
* Pattern: [A-Z]+
|
|
514
|
-
* @see {@link assertAttributePattern}
|
|
515
|
-
*/
|
|
516
|
-
'fc': "ST" | "MX" | "CO" | "SP" | "SG" | "SE" | "SV" | "CF" | "DC" | "EX" | "SR" | "BL" | "OR" | (string & {});
|
|
517
|
-
/**
|
|
518
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
519
|
-
* @see {@link assertAttributePattern}
|
|
520
|
-
*/
|
|
521
|
-
'name': "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
522
|
-
'qchg'?: string;
|
|
523
|
-
'sAddr'?: string;
|
|
524
|
-
'type'?: string;
|
|
525
|
-
'valImport'?: string;
|
|
526
|
-
'valKind'?: "Spec" | "Conf" | "RO" | "Set" | (string & {});
|
|
527
|
-
};
|
|
528
|
-
export type AttributesDAI = {
|
|
529
|
-
'desc'?: string;
|
|
530
|
-
'ix'?: string;
|
|
531
|
-
/**
|
|
532
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
533
|
-
* @see {@link assertAttributePattern}
|
|
534
|
-
*/
|
|
535
|
-
'name': "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
536
|
-
'sAddr'?: string;
|
|
537
|
-
'valImport'?: string;
|
|
538
|
-
'valKind'?: "Spec" | "Conf" | "RO" | "Set" | (string & {});
|
|
539
|
-
};
|
|
540
|
-
export type AttributesDAS = {
|
|
541
|
-
'desc'?: string;
|
|
542
|
-
'ix'?: string;
|
|
543
|
-
/**
|
|
544
|
-
* Pattern: (([A-Za-z][0-9A-Za-z_]{0,63})/([A-Za-z][0-9A-Za-z_]{0,63})/((LLN0|([A-Za-z][0-9A-Za-z_]{0,10})?[A-Z]{4}[0-9]{1,12}))\.)?([A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?)\.([a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*)
|
|
545
|
-
* @see {@link assertAttributePattern}
|
|
546
|
-
*/
|
|
547
|
-
'mappedDaName'?: string;
|
|
548
|
-
/**
|
|
549
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
550
|
-
* @see {@link assertAttributePattern}
|
|
551
|
-
*/
|
|
552
|
-
'mappedLnUuid'?: string;
|
|
553
|
-
/**
|
|
554
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
555
|
-
* @see {@link assertAttributePattern}
|
|
556
|
-
*/
|
|
557
|
-
'name': "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
558
|
-
'valImport'?: string;
|
|
559
|
-
'valKind'?: "Spec" | "Conf" | "RO" | "Set" | (string & {});
|
|
560
|
-
};
|
|
561
|
-
export type AttributesDAType = {
|
|
562
|
-
'desc'?: string;
|
|
563
|
-
/**
|
|
564
|
-
* Pattern: \S+
|
|
565
|
-
* @see {@link assertAttributePattern}
|
|
566
|
-
*/
|
|
567
|
-
'id': string;
|
|
568
|
-
'iedType'?: string;
|
|
569
|
-
};
|
|
570
|
-
export type AttributesDO = {
|
|
571
|
-
'accessControl'?: string;
|
|
572
|
-
'desc'?: string;
|
|
573
|
-
/**
|
|
574
|
-
* Pattern: [A-Z][0-9A-Za-z]*
|
|
575
|
-
* @see {@link assertAttributePattern}
|
|
576
|
-
*/
|
|
577
|
-
'name': string;
|
|
578
|
-
'transient'?: string;
|
|
579
|
-
'type': string;
|
|
580
|
-
};
|
|
581
|
-
export type AttributesDOI = {
|
|
582
|
-
'accessControl'?: string;
|
|
583
|
-
'desc'?: string;
|
|
584
|
-
'ix'?: string;
|
|
585
|
-
/**
|
|
586
|
-
* Pattern: [A-Z][0-9A-Za-z]*
|
|
587
|
-
* @see {@link assertAttributePattern}
|
|
588
|
-
*/
|
|
589
|
-
'name': string;
|
|
590
|
-
};
|
|
591
|
-
export type AttributesDOS = {
|
|
592
|
-
'desc'?: string;
|
|
593
|
-
/**
|
|
594
|
-
* Pattern: (([A-Za-z][0-9A-Za-z_]{0,63})/([A-Za-z][0-9A-Za-z_]{0,63})/((LLN0|([A-Za-z][0-9A-Za-z_]{0,10})?[A-Z]{4}[0-9]{1,12}))\.)?([A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?)
|
|
595
|
-
* @see {@link assertAttributePattern}
|
|
596
|
-
*/
|
|
597
|
-
'mappedDoName'?: string;
|
|
598
|
-
/**
|
|
599
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
600
|
-
* @see {@link assertAttributePattern}
|
|
601
|
-
*/
|
|
602
|
-
'mappedLnUuid'?: string;
|
|
603
|
-
/**
|
|
604
|
-
* Pattern: [A-Z][0-9A-Za-z]*
|
|
605
|
-
* @see {@link assertAttributePattern}
|
|
606
|
-
*/
|
|
607
|
-
'name': string;
|
|
608
|
-
};
|
|
609
|
-
export type AttributesDOType = {
|
|
610
|
-
/**
|
|
611
|
-
* Pattern: [A-Za-z]+
|
|
612
|
-
* @see {@link assertAttributePattern}
|
|
613
|
-
*/
|
|
614
|
-
'cdc': "SPS" | "DPS" | "INS" | "ENS" | "ACT" | "ACD" | "SEC" | "BCR" | "HST" | "VSS" | "MV" | "CMV" | "SAV" | "WYE" | "DEL" | "SEQ" | "HMV" | "HWYE" | "HDEL" | "SPC" | "DPC" | "INC" | "ENC" | "BSC" | "ISC" | "APC" | "BAC" | "SPG" | "ING" | "ENG" | "ORG" | "TSG" | "CUG" | "VSG" | "ASG" | "CURVE" | "CSG" | "DPL" | "LPL" | "CSD" | "CST" | "BTS" | "UTS" | "LTS" | "GTS" | "MTS" | "NTS" | "STS" | "CTS" | "OTS" | "VSD" | "ORS" | "TCS" | (string & {});
|
|
615
|
-
'desc'?: string;
|
|
616
|
-
/**
|
|
617
|
-
* Pattern: \S+
|
|
618
|
-
* @see {@link assertAttributePattern}
|
|
619
|
-
*/
|
|
620
|
-
'id': string;
|
|
621
|
-
'iedType'?: string;
|
|
622
|
-
};
|
|
623
|
-
export type AttributesDataObjectDirectory = {};
|
|
624
|
-
export type AttributesDataSet = {
|
|
625
|
-
'desc'?: string;
|
|
626
|
-
/**
|
|
627
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
628
|
-
* @see {@link assertAttributePattern}
|
|
629
|
-
*/
|
|
630
|
-
'name': string;
|
|
631
|
-
/**
|
|
632
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
633
|
-
* @see {@link assertAttributePattern}
|
|
634
|
-
*/
|
|
635
|
-
'templateUuid'?: string;
|
|
636
|
-
/**
|
|
637
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
638
|
-
* @see {@link assertAttributePattern}
|
|
639
|
-
*/
|
|
640
|
-
'uuid'?: string;
|
|
641
|
-
};
|
|
642
|
-
export type AttributesDataSetDirectory = {};
|
|
643
|
-
export type AttributesDataTypeTemplates = {};
|
|
644
|
-
export type AttributesDynAssociation = {
|
|
645
|
-
'max'?: string;
|
|
646
|
-
};
|
|
647
|
-
export type AttributesDynDataSet = {
|
|
648
|
-
'max': string;
|
|
649
|
-
'maxAttributes'?: string;
|
|
650
|
-
};
|
|
651
|
-
export type AttributesEnumType = {
|
|
652
|
-
'desc'?: string;
|
|
653
|
-
/**
|
|
654
|
-
* Pattern: \S+
|
|
655
|
-
* @see {@link assertAttributePattern}
|
|
656
|
-
*/
|
|
657
|
-
'id': string;
|
|
658
|
-
};
|
|
659
|
-
export type AttributesEnumVal = {
|
|
660
|
-
'desc'?: string;
|
|
661
|
-
'ord': string;
|
|
662
|
-
};
|
|
663
|
-
export type AttributesEqFunction = {
|
|
664
|
-
'desc'?: string;
|
|
665
|
-
'name': string;
|
|
666
|
-
/**
|
|
667
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
668
|
-
* @see {@link assertAttributePattern}
|
|
669
|
-
*/
|
|
670
|
-
'templateUuid'?: string;
|
|
671
|
-
'type'?: string;
|
|
672
|
-
/**
|
|
673
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
674
|
-
* @see {@link assertAttributePattern}
|
|
675
|
-
*/
|
|
676
|
-
'uuid'?: string;
|
|
677
|
-
};
|
|
678
|
-
export type AttributesEqSubFunction = {
|
|
679
|
-
'desc'?: string;
|
|
680
|
-
'name': string;
|
|
681
|
-
/**
|
|
682
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
683
|
-
* @see {@link assertAttributePattern}
|
|
684
|
-
*/
|
|
685
|
-
'templateUuid'?: string;
|
|
686
|
-
'type'?: string;
|
|
687
|
-
/**
|
|
688
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
689
|
-
* @see {@link assertAttributePattern}
|
|
690
|
-
*/
|
|
691
|
-
'uuid'?: string;
|
|
692
|
-
};
|
|
693
|
-
export type AttributesExtCtrl = {
|
|
694
|
-
/**
|
|
695
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
696
|
-
* @see {@link assertAttributePattern}
|
|
697
|
-
*/
|
|
698
|
-
'apRef'?: string;
|
|
699
|
-
'checkInterlock'?: "true" | "false" | "conserve" | (string & {});
|
|
700
|
-
'checkSynchrocheck'?: "true" | "false" | "conserve" | (string & {});
|
|
701
|
-
'desc'?: string;
|
|
702
|
-
/**
|
|
703
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
704
|
-
* @see {@link assertAttributePattern}
|
|
705
|
-
*/
|
|
706
|
-
'doName'?: string;
|
|
707
|
-
/**
|
|
708
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | @ | [A-Za-z][0-9A-Za-z_]*
|
|
709
|
-
* @see {@link assertAttributePattern}
|
|
710
|
-
*/
|
|
711
|
-
'iedName'?: string;
|
|
712
|
-
'intAddr'?: string;
|
|
713
|
-
/**
|
|
714
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
715
|
-
* @see {@link assertAttributePattern}
|
|
716
|
-
*/
|
|
717
|
-
'ldInst'?: string;
|
|
718
|
-
/**
|
|
719
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
720
|
-
* @see {@link assertAttributePattern}
|
|
721
|
-
*/
|
|
722
|
-
'lnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
723
|
-
/**
|
|
724
|
-
* Pattern: [0-9]{1,12}
|
|
725
|
-
* @see {@link assertAttributePattern}
|
|
726
|
-
*/
|
|
727
|
-
'lnInst'?: string;
|
|
728
|
-
/**
|
|
729
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
730
|
-
* @see {@link assertAttributePattern}
|
|
731
|
-
*/
|
|
732
|
-
'lnUuid'?: string;
|
|
733
|
-
/**
|
|
734
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
735
|
-
* @see {@link assertAttributePattern}
|
|
736
|
-
*/
|
|
737
|
-
'pDO'?: string;
|
|
738
|
-
/**
|
|
739
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
740
|
-
* @see {@link assertAttributePattern}
|
|
741
|
-
*/
|
|
742
|
-
'pLN'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
743
|
-
/**
|
|
744
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
745
|
-
* @see {@link assertAttributePattern}
|
|
746
|
-
*/
|
|
747
|
-
'prefix'?: string;
|
|
748
|
-
/**
|
|
749
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
750
|
-
* @see {@link assertAttributePattern}
|
|
751
|
-
*/
|
|
752
|
-
'templateUuid'?: string;
|
|
753
|
-
/**
|
|
754
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
755
|
-
* @see {@link assertAttributePattern}
|
|
756
|
-
*/
|
|
757
|
-
'uuid'?: string;
|
|
758
|
-
};
|
|
759
|
-
export type AttributesExtRef = {
|
|
760
|
-
/**
|
|
761
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
762
|
-
* @see {@link assertAttributePattern}
|
|
763
|
-
*/
|
|
764
|
-
'daName'?: string;
|
|
765
|
-
'desc'?: string;
|
|
766
|
-
/**
|
|
767
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
768
|
-
* @see {@link assertAttributePattern}
|
|
769
|
-
*/
|
|
770
|
-
'doName'?: string;
|
|
771
|
-
/**
|
|
772
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | @ | [A-Za-z][0-9A-Za-z_]*
|
|
773
|
-
* @see {@link assertAttributePattern}
|
|
774
|
-
*/
|
|
775
|
-
'iedName'?: string;
|
|
776
|
-
'intAddr'?: string;
|
|
777
|
-
/**
|
|
778
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
779
|
-
* @see {@link assertAttributePattern}
|
|
780
|
-
*/
|
|
781
|
-
'ldInst'?: string;
|
|
782
|
-
/**
|
|
783
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
784
|
-
* @see {@link assertAttributePattern}
|
|
785
|
-
*/
|
|
786
|
-
'lnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
787
|
-
/**
|
|
788
|
-
* Pattern: [0-9]{1,12}
|
|
789
|
-
* @see {@link assertAttributePattern}
|
|
790
|
-
*/
|
|
791
|
-
'lnInst'?: string;
|
|
792
|
-
/**
|
|
793
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
794
|
-
* @see {@link assertAttributePattern}
|
|
795
|
-
*/
|
|
796
|
-
'lnUuid'?: string;
|
|
797
|
-
/**
|
|
798
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
799
|
-
* @see {@link assertAttributePattern}
|
|
800
|
-
*/
|
|
801
|
-
'pDA'?: string;
|
|
802
|
-
/**
|
|
803
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
804
|
-
* @see {@link assertAttributePattern}
|
|
805
|
-
*/
|
|
806
|
-
'pDO'?: string;
|
|
807
|
-
/**
|
|
808
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
809
|
-
* @see {@link assertAttributePattern}
|
|
810
|
-
*/
|
|
811
|
-
'pLN'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
812
|
-
'pServT'?: "Poll" | "Report" | "GOOSE" | "SMV" | (string & {});
|
|
813
|
-
/**
|
|
814
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
815
|
-
* @see {@link assertAttributePattern}
|
|
816
|
-
*/
|
|
817
|
-
'prefix'?: string;
|
|
818
|
-
'serviceType'?: "Poll" | "Report" | "GOOSE" | "SMV" | (string & {});
|
|
819
|
-
/**
|
|
820
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
821
|
-
* @see {@link assertAttributePattern}
|
|
822
|
-
*/
|
|
823
|
-
'srcCBName'?: string;
|
|
824
|
-
/**
|
|
825
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
826
|
-
* @see {@link assertAttributePattern}
|
|
827
|
-
*/
|
|
828
|
-
'srcCBUuid'?: string;
|
|
829
|
-
/**
|
|
830
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
831
|
-
* @see {@link assertAttributePattern}
|
|
832
|
-
*/
|
|
833
|
-
'srcLDInst'?: string;
|
|
834
|
-
/**
|
|
835
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
836
|
-
* @see {@link assertAttributePattern}
|
|
837
|
-
*/
|
|
838
|
-
'srcLNClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
839
|
-
/**
|
|
840
|
-
* Pattern: [0-9]{1,12}
|
|
841
|
-
* @see {@link assertAttributePattern}
|
|
842
|
-
*/
|
|
843
|
-
'srcLNInst'?: string;
|
|
844
|
-
/**
|
|
845
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
846
|
-
* @see {@link assertAttributePattern}
|
|
847
|
-
*/
|
|
848
|
-
'srcPrefix'?: string;
|
|
849
|
-
/**
|
|
850
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
851
|
-
* @see {@link assertAttributePattern}
|
|
852
|
-
*/
|
|
853
|
-
'templateUuid'?: string;
|
|
854
|
-
/**
|
|
855
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
856
|
-
* @see {@link assertAttributePattern}
|
|
857
|
-
*/
|
|
858
|
-
'uuid'?: string;
|
|
859
|
-
};
|
|
860
|
-
export type AttributesFCDA = {
|
|
861
|
-
/**
|
|
862
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
863
|
-
* @see {@link assertAttributePattern}
|
|
864
|
-
*/
|
|
865
|
-
'daName'?: string;
|
|
866
|
-
/**
|
|
867
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
868
|
-
* @see {@link assertAttributePattern}
|
|
869
|
-
*/
|
|
870
|
-
'doName'?: string;
|
|
871
|
-
/**
|
|
872
|
-
* Pattern: [A-Z]+
|
|
873
|
-
* @see {@link assertAttributePattern}
|
|
874
|
-
*/
|
|
875
|
-
'fc': "ST" | "MX" | "CO" | "SP" | "SG" | "SE" | "SV" | "CF" | "DC" | "EX" | "SR" | "BL" | "OR" | (string & {});
|
|
876
|
-
'ix'?: string;
|
|
877
|
-
/**
|
|
878
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
879
|
-
* @see {@link assertAttributePattern}
|
|
880
|
-
*/
|
|
881
|
-
'ldInst'?: string;
|
|
882
|
-
/**
|
|
883
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
884
|
-
* @see {@link assertAttributePattern}
|
|
885
|
-
*/
|
|
886
|
-
'lnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
887
|
-
/**
|
|
888
|
-
* Pattern: [0-9]{1,12}
|
|
889
|
-
* @see {@link assertAttributePattern}
|
|
890
|
-
*/
|
|
891
|
-
'lnInst'?: string;
|
|
892
|
-
/**
|
|
893
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
894
|
-
* @see {@link assertAttributePattern}
|
|
895
|
-
*/
|
|
896
|
-
'lnUuid'?: string;
|
|
897
|
-
/**
|
|
898
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
899
|
-
* @see {@link assertAttributePattern}
|
|
900
|
-
*/
|
|
901
|
-
'prefix'?: string;
|
|
902
|
-
};
|
|
903
|
-
export type AttributesFileHandling = {
|
|
904
|
-
'ftp'?: string;
|
|
905
|
-
'ftps'?: string;
|
|
906
|
-
'mms'?: string;
|
|
907
|
-
};
|
|
908
|
-
export type AttributesFunction = {
|
|
909
|
-
'desc'?: string;
|
|
910
|
-
'name': string;
|
|
911
|
-
/**
|
|
912
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
913
|
-
* @see {@link assertAttributePattern}
|
|
914
|
-
*/
|
|
915
|
-
'templateUuid'?: string;
|
|
916
|
-
'type'?: string;
|
|
917
|
-
/**
|
|
918
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
919
|
-
* @see {@link assertAttributePattern}
|
|
920
|
-
*/
|
|
921
|
-
'uuid'?: string;
|
|
922
|
-
};
|
|
923
|
-
export type AttributesFunctionCatRef = {
|
|
924
|
-
/**
|
|
925
|
-
* Pattern: .+(/.+)*
|
|
926
|
-
* @see {@link assertAttributePattern}
|
|
927
|
-
*/
|
|
928
|
-
'function'?: string;
|
|
929
|
-
/**
|
|
930
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
931
|
-
* @see {@link assertAttributePattern}
|
|
932
|
-
*/
|
|
933
|
-
'functionUuid'?: string;
|
|
934
|
-
};
|
|
935
|
-
export type AttributesFunctionCategory = {
|
|
936
|
-
'desc'?: string;
|
|
937
|
-
'name': string;
|
|
938
|
-
/**
|
|
939
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
940
|
-
* @see {@link assertAttributePattern}
|
|
941
|
-
*/
|
|
942
|
-
'originUuid'?: string;
|
|
943
|
-
/**
|
|
944
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
945
|
-
* @see {@link assertAttributePattern}
|
|
946
|
-
*/
|
|
947
|
-
'templateUuid'?: string;
|
|
948
|
-
/**
|
|
949
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
950
|
-
* @see {@link assertAttributePattern}
|
|
951
|
-
*/
|
|
952
|
-
'uuid'?: string;
|
|
953
|
-
};
|
|
954
|
-
export type AttributesFunctionCategoryRef = {
|
|
955
|
-
'desc'?: string;
|
|
956
|
-
/**
|
|
957
|
-
* Pattern: .+(/.+)*
|
|
958
|
-
* @see {@link assertAttributePattern}
|
|
959
|
-
*/
|
|
960
|
-
'functionCategory'?: string;
|
|
961
|
-
/**
|
|
962
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
963
|
-
* @see {@link assertAttributePattern}
|
|
964
|
-
*/
|
|
965
|
-
'functionCategoryUuid'?: string;
|
|
966
|
-
};
|
|
967
|
-
export type AttributesFunctionRef = {
|
|
968
|
-
'desc'?: string;
|
|
969
|
-
/**
|
|
970
|
-
* Pattern: .+(/.+)*
|
|
971
|
-
* @see {@link assertAttributePattern}
|
|
972
|
-
*/
|
|
973
|
-
'function'?: string;
|
|
974
|
-
/**
|
|
975
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
976
|
-
* @see {@link assertAttributePattern}
|
|
977
|
-
*/
|
|
978
|
-
'functionUuid'?: string;
|
|
979
|
-
};
|
|
980
|
-
export type AttributesFunctionRole = {
|
|
981
|
-
'cardinality'?: "0..1" | "1..1" | "0..n" | "1..n" | (string & {});
|
|
982
|
-
'desc'?: string;
|
|
983
|
-
'max'?: string;
|
|
984
|
-
'name': string;
|
|
985
|
-
/**
|
|
986
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
987
|
-
* @see {@link assertAttributePattern}
|
|
988
|
-
*/
|
|
989
|
-
'originUuid'?: string;
|
|
990
|
-
'selector'?: string;
|
|
991
|
-
/**
|
|
992
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
993
|
-
* @see {@link assertAttributePattern}
|
|
994
|
-
*/
|
|
995
|
-
'templateUuid'?: string;
|
|
996
|
-
'type'?: string;
|
|
997
|
-
/**
|
|
998
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
999
|
-
* @see {@link assertAttributePattern}
|
|
1000
|
-
*/
|
|
1001
|
-
'uuid'?: string;
|
|
1002
|
-
};
|
|
1003
|
-
export type AttributesFunctionRoleContent = {
|
|
1004
|
-
'roleInst'?: string;
|
|
1005
|
-
};
|
|
1006
|
-
export type AttributesFunctionSclRef = {};
|
|
1007
|
-
export type AttributesFunctionTemplate = {
|
|
1008
|
-
'desc'?: string;
|
|
1009
|
-
'name': string;
|
|
1010
|
-
/**
|
|
1011
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1012
|
-
* @see {@link assertAttributePattern}
|
|
1013
|
-
*/
|
|
1014
|
-
'originUuid'?: string;
|
|
1015
|
-
/**
|
|
1016
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1017
|
-
* @see {@link assertAttributePattern}
|
|
1018
|
-
*/
|
|
1019
|
-
'templateUuid'?: string;
|
|
1020
|
-
'type'?: string;
|
|
1021
|
-
/**
|
|
1022
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1023
|
-
* @see {@link assertAttributePattern}
|
|
1024
|
-
*/
|
|
1025
|
-
'uuid'?: string;
|
|
1026
|
-
};
|
|
1027
|
-
export type AttributesFunctionalSubVariant = {
|
|
1028
|
-
'desc'?: string;
|
|
1029
|
-
'isBaseline'?: string;
|
|
1030
|
-
'name': string;
|
|
1031
|
-
/**
|
|
1032
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1033
|
-
* @see {@link assertAttributePattern}
|
|
1034
|
-
*/
|
|
1035
|
-
'originUuid'?: string;
|
|
1036
|
-
/**
|
|
1037
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1038
|
-
* @see {@link assertAttributePattern}
|
|
1039
|
-
*/
|
|
1040
|
-
'templateUuid'?: string;
|
|
1041
|
-
/**
|
|
1042
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1043
|
-
* @see {@link assertAttributePattern}
|
|
1044
|
-
*/
|
|
1045
|
-
'uuid'?: string;
|
|
1046
|
-
};
|
|
1047
|
-
export type AttributesFunctionalVariant = {
|
|
1048
|
-
'desc'?: string;
|
|
1049
|
-
'isBaseline'?: string;
|
|
1050
|
-
'name': string;
|
|
1051
|
-
/**
|
|
1052
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1053
|
-
* @see {@link assertAttributePattern}
|
|
1054
|
-
*/
|
|
1055
|
-
'originUuid'?: string;
|
|
1056
|
-
/**
|
|
1057
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1058
|
-
* @see {@link assertAttributePattern}
|
|
1059
|
-
*/
|
|
1060
|
-
'templateUuid'?: string;
|
|
1061
|
-
/**
|
|
1062
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1063
|
-
* @see {@link assertAttributePattern}
|
|
1064
|
-
*/
|
|
1065
|
-
'uuid'?: string;
|
|
1066
|
-
};
|
|
1067
|
-
export type AttributesFunctionalVariantGroup = {
|
|
1068
|
-
'desc'?: string;
|
|
1069
|
-
'name': string;
|
|
1070
|
-
/**
|
|
1071
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1072
|
-
* @see {@link assertAttributePattern}
|
|
1073
|
-
*/
|
|
1074
|
-
'originUuid'?: string;
|
|
1075
|
-
/**
|
|
1076
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1077
|
-
* @see {@link assertAttributePattern}
|
|
1078
|
-
*/
|
|
1079
|
-
'templateUuid'?: string;
|
|
1080
|
-
/**
|
|
1081
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1082
|
-
* @see {@link assertAttributePattern}
|
|
1083
|
-
*/
|
|
1084
|
-
'uuid'?: string;
|
|
1085
|
-
};
|
|
1086
|
-
export type AttributesFunctionalVariantRef = {
|
|
1087
|
-
'functionalVariant'?: string;
|
|
1088
|
-
/**
|
|
1089
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1090
|
-
* @see {@link assertAttributePattern}
|
|
1091
|
-
*/
|
|
1092
|
-
'functionalVariantUuid'?: string;
|
|
1093
|
-
'update'?: "add" | "remove" | (string & {});
|
|
1094
|
-
};
|
|
1095
|
-
export type AttributesGOOSE = {
|
|
1096
|
-
'fixedOffs'?: string;
|
|
1097
|
-
'goose'?: string;
|
|
1098
|
-
'max': string;
|
|
1099
|
-
'rGOOSE'?: string;
|
|
1100
|
-
};
|
|
1101
|
-
export type AttributesGOOSEMcSecurity = {
|
|
1102
|
-
'encryption'?: string;
|
|
1103
|
-
'signature'?: string;
|
|
1104
|
-
};
|
|
1105
|
-
export type AttributesGOOSESecurity = {
|
|
1106
|
-
'desc'?: string;
|
|
1107
|
-
'name': string;
|
|
1108
|
-
/**
|
|
1109
|
-
* Pattern: [0-9]+
|
|
1110
|
-
* @see {@link assertAttributePattern}
|
|
1111
|
-
*/
|
|
1112
|
-
'serialNumber': string;
|
|
1113
|
-
/**
|
|
1114
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1115
|
-
* @see {@link assertAttributePattern}
|
|
1116
|
-
*/
|
|
1117
|
-
'templateUuid'?: string;
|
|
1118
|
-
/**
|
|
1119
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1120
|
-
* @see {@link assertAttributePattern}
|
|
1121
|
-
*/
|
|
1122
|
-
'uuid'?: string;
|
|
1123
|
-
'xferNumber'?: string;
|
|
1124
|
-
};
|
|
1125
|
-
export type AttributesGSE = {
|
|
1126
|
-
/**
|
|
1127
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1128
|
-
* @see {@link assertAttributePattern}
|
|
1129
|
-
*/
|
|
1130
|
-
'cbName': string;
|
|
1131
|
-
/**
|
|
1132
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1133
|
-
* @see {@link assertAttributePattern}
|
|
1134
|
-
*/
|
|
1135
|
-
'cbUuid'?: string;
|
|
1136
|
-
'desc'?: string;
|
|
1137
|
-
/**
|
|
1138
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1139
|
-
* @see {@link assertAttributePattern}
|
|
1140
|
-
*/
|
|
1141
|
-
'ldInst': string;
|
|
1142
|
-
};
|
|
1143
|
-
export type AttributesGSEControl = {
|
|
1144
|
-
/**
|
|
1145
|
-
* Pattern: [ -~]*
|
|
1146
|
-
* @see {@link assertAttributePattern}
|
|
1147
|
-
*/
|
|
1148
|
-
'appID': string;
|
|
1149
|
-
'confRev'?: string;
|
|
1150
|
-
/**
|
|
1151
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1152
|
-
* @see {@link assertAttributePattern}
|
|
1153
|
-
*/
|
|
1154
|
-
'datSet'?: string;
|
|
1155
|
-
'desc'?: string;
|
|
1156
|
-
'fixedOffs'?: string;
|
|
1157
|
-
/**
|
|
1158
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1159
|
-
* @see {@link assertAttributePattern}
|
|
1160
|
-
*/
|
|
1161
|
-
'name': string;
|
|
1162
|
-
'securityEnable'?: "None" | "Signature" | "SignatureAndEncryption" | (string & {});
|
|
1163
|
-
/**
|
|
1164
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1165
|
-
* @see {@link assertAttributePattern}
|
|
1166
|
-
*/
|
|
1167
|
-
'templateUuid'?: string;
|
|
1168
|
-
'type'?: "GSSE" | "GOOSE" | (string & {});
|
|
1169
|
-
/**
|
|
1170
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1171
|
-
* @see {@link assertAttributePattern}
|
|
1172
|
-
*/
|
|
1173
|
-
'uuid'?: string;
|
|
1174
|
-
};
|
|
1175
|
-
export type AttributesGSEDir = {};
|
|
1176
|
-
export type AttributesGSESettings = {
|
|
1177
|
-
'appID'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1178
|
-
'cbName'?: "Conf" | "Fix" | (string & {});
|
|
1179
|
-
'datSet'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1180
|
-
'dataLabel'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1181
|
-
'kdaParticipant'?: string;
|
|
1182
|
-
};
|
|
1183
|
-
export type AttributesGSSE = {
|
|
1184
|
-
'max': string;
|
|
1185
|
-
};
|
|
1186
|
-
export type AttributesGeneralEquipment = {
|
|
1187
|
-
'desc'?: string;
|
|
1188
|
-
'name': string;
|
|
1189
|
-
/**
|
|
1190
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1191
|
-
* @see {@link assertAttributePattern}
|
|
1192
|
-
*/
|
|
1193
|
-
'templateUuid'?: string;
|
|
1194
|
-
/**
|
|
1195
|
-
* Pattern: E[A-Z]*
|
|
1196
|
-
* @see {@link assertAttributePattern}
|
|
1197
|
-
*/
|
|
1198
|
-
'type': "AXN" | "BAT" | "MOT" | "FAN" | "FIL" | "PMP" | "TNK" | "VLV" | (string & {});
|
|
1199
|
-
/**
|
|
1200
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1201
|
-
* @see {@link assertAttributePattern}
|
|
1202
|
-
*/
|
|
1203
|
-
'uuid'?: string;
|
|
1204
|
-
'virtual'?: string;
|
|
1205
|
-
};
|
|
1206
|
-
export type AttributesGetCBValues = {};
|
|
1207
|
-
export type AttributesGetDataObjectDefinition = {};
|
|
1208
|
-
export type AttributesGetDataSetValue = {};
|
|
1209
|
-
export type AttributesGetDirectory = {};
|
|
1210
|
-
export type AttributesGooseParameters = {
|
|
1211
|
-
'cbName'?: string;
|
|
1212
|
-
'desc'?: string;
|
|
1213
|
-
'dsName'?: string;
|
|
1214
|
-
'goId'?: string;
|
|
1215
|
-
/**
|
|
1216
|
-
* Pattern: \S+
|
|
1217
|
-
* @see {@link assertAttributePattern}
|
|
1218
|
-
*/
|
|
1219
|
-
'id': string;
|
|
1220
|
-
'maxTime'?: string;
|
|
1221
|
-
'minTime'?: string;
|
|
1222
|
-
'securityEnabled'?: string;
|
|
1223
|
-
};
|
|
1224
|
-
export type AttributesGooseParametersRef = {
|
|
1225
|
-
'desc'?: string;
|
|
1226
|
-
'id': string;
|
|
1227
|
-
};
|
|
1228
|
-
export type AttributesHeader = {
|
|
1229
|
-
/**
|
|
1230
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1231
|
-
* @see {@link assertAttributePattern}
|
|
1232
|
-
*/
|
|
1233
|
-
'baseUuid'?: string;
|
|
1234
|
-
/**
|
|
1235
|
-
* Pattern: [A-Z]{3}
|
|
1236
|
-
* @see {@link assertAttributePattern}
|
|
1237
|
-
*/
|
|
1238
|
-
'fileType'?: "ICD" | "IID" | "CID" | "SSD" | "SCD" | "SED" | (string & {});
|
|
1239
|
-
'id': string;
|
|
1240
|
-
'nameStructure'?: "IEDName" | (string & {});
|
|
1241
|
-
'revision'?: string;
|
|
1242
|
-
'toolID'?: string;
|
|
1243
|
-
/**
|
|
1244
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1245
|
-
* @see {@link assertAttributePattern}
|
|
1246
|
-
*/
|
|
1247
|
-
'uuid': string;
|
|
1248
|
-
'version'?: string;
|
|
1249
|
-
};
|
|
1250
|
-
export type AttributesHistory = {};
|
|
1251
|
-
export type AttributesHitem = {
|
|
1252
|
-
'revision': string;
|
|
1253
|
-
'version': string;
|
|
1254
|
-
'what'?: string;
|
|
1255
|
-
'when': string;
|
|
1256
|
-
'who'?: string;
|
|
1257
|
-
'why'?: string;
|
|
1258
|
-
};
|
|
1259
|
-
export type AttributesIED = {
|
|
1260
|
-
'configVersion'?: string;
|
|
1261
|
-
'desc'?: string;
|
|
1262
|
-
'engRight'?: "full" | "fix" | "dataflow" | (string & {});
|
|
1263
|
-
'manufacturer'?: string;
|
|
1264
|
-
/**
|
|
1265
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | [A-Za-z][0-9A-Za-z_]*
|
|
1266
|
-
* @see {@link assertAttributePattern}
|
|
1267
|
-
*/
|
|
1268
|
-
'name': string;
|
|
1269
|
-
'originalSclRelease'?: string;
|
|
1270
|
-
/**
|
|
1271
|
-
* Pattern: [A-Z]
|
|
1272
|
-
* @see {@link assertAttributePattern}
|
|
1273
|
-
*/
|
|
1274
|
-
'originalSclRevision'?: string;
|
|
1275
|
-
/**
|
|
1276
|
-
* Pattern: 2[0-2][0-9]{2}
|
|
1277
|
-
* @see {@link assertAttributePattern}
|
|
1278
|
-
*/
|
|
1279
|
-
'originalSclVersion'?: string;
|
|
1280
|
-
'owner'?: string;
|
|
1281
|
-
/**
|
|
1282
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1283
|
-
* @see {@link assertAttributePattern}
|
|
1284
|
-
*/
|
|
1285
|
-
'templateUuid'?: string;
|
|
1286
|
-
'type'?: string;
|
|
1287
|
-
/**
|
|
1288
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1289
|
-
* @see {@link assertAttributePattern}
|
|
1290
|
-
*/
|
|
1291
|
-
'uuid'?: string;
|
|
1292
|
-
};
|
|
1293
|
-
export type AttributesIEDName = {
|
|
1294
|
-
/**
|
|
1295
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1296
|
-
* @see {@link assertAttributePattern}
|
|
1297
|
-
*/
|
|
1298
|
-
'apRef': string;
|
|
1299
|
-
/**
|
|
1300
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1301
|
-
* @see {@link assertAttributePattern}
|
|
1302
|
-
*/
|
|
1303
|
-
'apUuid'?: string;
|
|
1304
|
-
/**
|
|
1305
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1306
|
-
* @see {@link assertAttributePattern}
|
|
1307
|
-
*/
|
|
1308
|
-
'ldInst'?: string;
|
|
1309
|
-
/**
|
|
1310
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1311
|
-
* @see {@link assertAttributePattern}
|
|
1312
|
-
*/
|
|
1313
|
-
'ldUuid'?: string;
|
|
1314
|
-
/**
|
|
1315
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1316
|
-
* @see {@link assertAttributePattern}
|
|
1317
|
-
*/
|
|
1318
|
-
'lnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1319
|
-
/**
|
|
1320
|
-
* Pattern: [0-9]{1,12}
|
|
1321
|
-
* @see {@link assertAttributePattern}
|
|
1322
|
-
*/
|
|
1323
|
-
'lnInst'?: string;
|
|
1324
|
-
/**
|
|
1325
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1326
|
-
* @see {@link assertAttributePattern}
|
|
1327
|
-
*/
|
|
1328
|
-
'lnUuid'?: string;
|
|
1329
|
-
/**
|
|
1330
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1331
|
-
* @see {@link assertAttributePattern}
|
|
1332
|
-
*/
|
|
1333
|
-
'prefix'?: string;
|
|
1334
|
-
};
|
|
1335
|
-
export type AttributesIEDSourceFiles = {};
|
|
1336
|
-
export type AttributesInputVar = {
|
|
1337
|
-
/**
|
|
1338
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
1339
|
-
* @see {@link assertAttributePattern}
|
|
1340
|
-
*/
|
|
1341
|
-
'daName'?: string;
|
|
1342
|
-
/**
|
|
1343
|
-
* Pattern: .+(/.+)*
|
|
1344
|
-
* @see {@link assertAttributePattern}
|
|
1345
|
-
*/
|
|
1346
|
-
'dataName'?: string;
|
|
1347
|
-
'desc'?: string;
|
|
1348
|
-
/**
|
|
1349
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
1350
|
-
* @see {@link assertAttributePattern}
|
|
1351
|
-
*/
|
|
1352
|
-
'doName'?: string;
|
|
1353
|
-
/**
|
|
1354
|
-
* Pattern: .+(/.+)*
|
|
1355
|
-
* @see {@link assertAttributePattern}
|
|
1356
|
-
*/
|
|
1357
|
-
'inputName'?: string;
|
|
1358
|
-
/**
|
|
1359
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1360
|
-
* @see {@link assertAttributePattern}
|
|
1361
|
-
*/
|
|
1362
|
-
'inputUuid'?: string;
|
|
1363
|
-
/**
|
|
1364
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1365
|
-
* @see {@link assertAttributePattern}
|
|
1366
|
-
*/
|
|
1367
|
-
'lnodeUuid'?: string;
|
|
1368
|
-
'value'?: string;
|
|
1369
|
-
'varName': string;
|
|
1370
|
-
};
|
|
1371
|
-
export type AttributesInputVarRef = {
|
|
1372
|
-
'desc'?: string;
|
|
1373
|
-
'value'?: string;
|
|
1374
|
-
/**
|
|
1375
|
-
* Pattern: .+(/.+)*
|
|
1376
|
-
* @see {@link assertAttributePattern}
|
|
1377
|
-
*/
|
|
1378
|
-
'variable'?: string;
|
|
1379
|
-
};
|
|
1380
|
-
export type AttributesInputs = {
|
|
1381
|
-
'desc'?: string;
|
|
1382
|
-
};
|
|
1383
|
-
export type AttributesIssuerName = {
|
|
1384
|
-
/**
|
|
1385
|
-
* Patterns (any of): none | CN=.+
|
|
1386
|
-
* @see {@link assertAttributePattern}
|
|
1387
|
-
*/
|
|
1388
|
-
'commonName': string;
|
|
1389
|
-
'idHierarchy': string;
|
|
1390
|
-
};
|
|
1391
|
-
export type AttributesKDC = {
|
|
1392
|
-
/**
|
|
1393
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1394
|
-
* @see {@link assertAttributePattern}
|
|
1395
|
-
*/
|
|
1396
|
-
'apName': string;
|
|
1397
|
-
/**
|
|
1398
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1399
|
-
* @see {@link assertAttributePattern}
|
|
1400
|
-
*/
|
|
1401
|
-
'apUuid'?: string;
|
|
1402
|
-
/**
|
|
1403
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | [A-Za-z][0-9A-Za-z_]*
|
|
1404
|
-
* @see {@link assertAttributePattern}
|
|
1405
|
-
*/
|
|
1406
|
-
'iedName': string;
|
|
1407
|
-
};
|
|
1408
|
-
export type AttributesL2CommParameters = {
|
|
1409
|
-
/**
|
|
1410
|
-
* Pattern: [0-9A-F]{4}
|
|
1411
|
-
* @see {@link assertAttributePattern}
|
|
1412
|
-
*/
|
|
1413
|
-
'appId'?: string;
|
|
1414
|
-
'desc'?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* Pattern: [0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}
|
|
1417
|
-
* @see {@link assertAttributePattern}
|
|
1418
|
-
*/
|
|
1419
|
-
'macAddr'?: string;
|
|
1420
|
-
/**
|
|
1421
|
-
* Pattern: [0-9A-F]{3}
|
|
1422
|
-
* @see {@link assertAttributePattern}
|
|
1423
|
-
*/
|
|
1424
|
-
'vlanId'?: string;
|
|
1425
|
-
/**
|
|
1426
|
-
* Pattern: [0-7]
|
|
1427
|
-
* @see {@link assertAttributePattern}
|
|
1428
|
-
*/
|
|
1429
|
-
'vlanPriority'?: string;
|
|
1430
|
-
};
|
|
1431
|
-
export type AttributesL3IPv4CommParameters = {
|
|
1432
|
-
/**
|
|
1433
|
-
* Pattern: ([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])
|
|
1434
|
-
* @see {@link assertAttributePattern}
|
|
1435
|
-
*/
|
|
1436
|
-
'IPv4'?: string;
|
|
1437
|
-
/**
|
|
1438
|
-
* Pattern: ([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])
|
|
1439
|
-
* @see {@link assertAttributePattern}
|
|
1440
|
-
*/
|
|
1441
|
-
'IPv4-IGMPv3Src'?: string;
|
|
1442
|
-
/**
|
|
1443
|
-
* Pattern: [0-9A-F]{4}
|
|
1444
|
-
* @see {@link assertAttributePattern}
|
|
1445
|
-
*/
|
|
1446
|
-
'appId'?: string;
|
|
1447
|
-
'desc'?: string;
|
|
1448
|
-
/**
|
|
1449
|
-
* Pattern: [0-9A-F]{3}
|
|
1450
|
-
* @see {@link assertAttributePattern}
|
|
1451
|
-
*/
|
|
1452
|
-
'vlanId'?: string;
|
|
1453
|
-
/**
|
|
1454
|
-
* Pattern: [0-7]
|
|
1455
|
-
* @see {@link assertAttributePattern}
|
|
1456
|
-
*/
|
|
1457
|
-
'vlanPriority'?: string;
|
|
1458
|
-
};
|
|
1459
|
-
export type AttributesL3IPv6CommParameters = {
|
|
1460
|
-
/**
|
|
1461
|
-
* Pattern: ([0-9a-f]{1,4}:){7}[0-9a-f]{1,4}
|
|
1462
|
-
* @see {@link assertAttributePattern}
|
|
1463
|
-
*/
|
|
1464
|
-
'IPv6'?: string;
|
|
1465
|
-
/**
|
|
1466
|
-
* Pattern: ([0-9a-f]{1,4}:){7}[0-9a-f]{1,4}
|
|
1467
|
-
* @see {@link assertAttributePattern}
|
|
1468
|
-
*/
|
|
1469
|
-
'IPv6-IGMPv3Src'?: string;
|
|
1470
|
-
/**
|
|
1471
|
-
* Pattern: [0-9A-F]{4}
|
|
1472
|
-
* @see {@link assertAttributePattern}
|
|
1473
|
-
*/
|
|
1474
|
-
'appId'?: string;
|
|
1475
|
-
'desc'?: string;
|
|
1476
|
-
/**
|
|
1477
|
-
* Pattern: [0-9A-F]{3}
|
|
1478
|
-
* @see {@link assertAttributePattern}
|
|
1479
|
-
*/
|
|
1480
|
-
'vlanId'?: string;
|
|
1481
|
-
/**
|
|
1482
|
-
* Pattern: [0-7]
|
|
1483
|
-
* @see {@link assertAttributePattern}
|
|
1484
|
-
*/
|
|
1485
|
-
'vlanPriority'?: string;
|
|
1486
|
-
};
|
|
1487
|
-
export type AttributesLDevice = {
|
|
1488
|
-
'desc'?: string;
|
|
1489
|
-
/**
|
|
1490
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1491
|
-
* @see {@link assertAttributePattern}
|
|
1492
|
-
*/
|
|
1493
|
-
'inst': string;
|
|
1494
|
-
/**
|
|
1495
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1496
|
-
* @see {@link assertAttributePattern}
|
|
1497
|
-
*/
|
|
1498
|
-
'ldName'?: string;
|
|
1499
|
-
/**
|
|
1500
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1501
|
-
* @see {@link assertAttributePattern}
|
|
1502
|
-
*/
|
|
1503
|
-
'templateUuid'?: string;
|
|
1504
|
-
/**
|
|
1505
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1506
|
-
* @see {@link assertAttributePattern}
|
|
1507
|
-
*/
|
|
1508
|
-
'uuid'?: string;
|
|
1509
|
-
};
|
|
1510
|
-
export type AttributesLN = {
|
|
1511
|
-
'desc'?: string;
|
|
1512
|
-
/**
|
|
1513
|
-
* Pattern: [0-9]{1,12}
|
|
1514
|
-
* @see {@link assertAttributePattern}
|
|
1515
|
-
*/
|
|
1516
|
-
'inst': string;
|
|
1517
|
-
/**
|
|
1518
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1519
|
-
* @see {@link assertAttributePattern}
|
|
1520
|
-
*/
|
|
1521
|
-
'lnClass': "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1522
|
-
'lnType': string;
|
|
1523
|
-
/**
|
|
1524
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1525
|
-
* @see {@link assertAttributePattern}
|
|
1526
|
-
*/
|
|
1527
|
-
'prefix'?: string;
|
|
1528
|
-
/**
|
|
1529
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1530
|
-
* @see {@link assertAttributePattern}
|
|
1531
|
-
*/
|
|
1532
|
-
'templateUuid'?: string;
|
|
1533
|
-
/**
|
|
1534
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1535
|
-
* @see {@link assertAttributePattern}
|
|
1536
|
-
*/
|
|
1537
|
-
'uuid'?: string;
|
|
1538
|
-
};
|
|
1539
|
-
export type AttributesLN0 = {
|
|
1540
|
-
'desc'?: string;
|
|
1541
|
-
'inst': string;
|
|
1542
|
-
/**
|
|
1543
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1544
|
-
* @see {@link assertAttributePattern}
|
|
1545
|
-
*/
|
|
1546
|
-
'lnClass': "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1547
|
-
'lnType': string;
|
|
1548
|
-
/**
|
|
1549
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1550
|
-
* @see {@link assertAttributePattern}
|
|
1551
|
-
*/
|
|
1552
|
-
'templateUuid'?: string;
|
|
1553
|
-
/**
|
|
1554
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1555
|
-
* @see {@link assertAttributePattern}
|
|
1556
|
-
*/
|
|
1557
|
-
'uuid'?: string;
|
|
1558
|
-
};
|
|
1559
|
-
export type AttributesLNode = {
|
|
1560
|
-
'desc'?: string;
|
|
1561
|
-
/**
|
|
1562
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | None | [A-Za-z][0-9A-Za-z_]*
|
|
1563
|
-
* @see {@link assertAttributePattern}
|
|
1564
|
-
*/
|
|
1565
|
-
'iedName'?: string;
|
|
1566
|
-
/**
|
|
1567
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1568
|
-
* @see {@link assertAttributePattern}
|
|
1569
|
-
*/
|
|
1570
|
-
'ldInst'?: string;
|
|
1571
|
-
/**
|
|
1572
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1573
|
-
* @see {@link assertAttributePattern}
|
|
1574
|
-
*/
|
|
1575
|
-
'lnClass': "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1576
|
-
/**
|
|
1577
|
-
* Pattern: [0-9]{1,12}
|
|
1578
|
-
* @see {@link assertAttributePattern}
|
|
1579
|
-
*/
|
|
1580
|
-
'lnInst'?: string;
|
|
1581
|
-
'lnType'?: string;
|
|
1582
|
-
/**
|
|
1583
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1584
|
-
* @see {@link assertAttributePattern}
|
|
1585
|
-
*/
|
|
1586
|
-
'lnUuid'?: string;
|
|
1587
|
-
/**
|
|
1588
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1589
|
-
* @see {@link assertAttributePattern}
|
|
1590
|
-
*/
|
|
1591
|
-
'prefix'?: string;
|
|
1592
|
-
/**
|
|
1593
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1594
|
-
* @see {@link assertAttributePattern}
|
|
1595
|
-
*/
|
|
1596
|
-
'templateUuid'?: string;
|
|
1597
|
-
/**
|
|
1598
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1599
|
-
* @see {@link assertAttributePattern}
|
|
1600
|
-
*/
|
|
1601
|
-
'uuid'?: string;
|
|
1602
|
-
};
|
|
1603
|
-
export type AttributesLNodeDataRef = {
|
|
1604
|
-
/**
|
|
1605
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
1606
|
-
* @see {@link assertAttributePattern}
|
|
1607
|
-
*/
|
|
1608
|
-
'daName'?: string;
|
|
1609
|
-
/**
|
|
1610
|
-
* Pattern: .+(/.+)*
|
|
1611
|
-
* @see {@link assertAttributePattern}
|
|
1612
|
-
*/
|
|
1613
|
-
'data'?: string;
|
|
1614
|
-
'desc'?: string;
|
|
1615
|
-
/**
|
|
1616
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
1617
|
-
* @see {@link assertAttributePattern}
|
|
1618
|
-
*/
|
|
1619
|
-
'doName'?: string;
|
|
1620
|
-
/**
|
|
1621
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1622
|
-
* @see {@link assertAttributePattern}
|
|
1623
|
-
*/
|
|
1624
|
-
'lnodeUuid'?: string;
|
|
1625
|
-
};
|
|
1626
|
-
export type AttributesLNodeInputRef = {
|
|
1627
|
-
'desc'?: string;
|
|
1628
|
-
/**
|
|
1629
|
-
* Pattern: .+(/.+)*
|
|
1630
|
-
* @see {@link assertAttributePattern}
|
|
1631
|
-
*/
|
|
1632
|
-
'sourceRef'?: string;
|
|
1633
|
-
/**
|
|
1634
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1635
|
-
* @see {@link assertAttributePattern}
|
|
1636
|
-
*/
|
|
1637
|
-
'sourceRefUuid'?: string;
|
|
1638
|
-
};
|
|
1639
|
-
export type AttributesLNodeInputs = {
|
|
1640
|
-
'desc'?: string;
|
|
1641
|
-
};
|
|
1642
|
-
export type AttributesLNodeOutputRef = {
|
|
1643
|
-
/**
|
|
1644
|
-
* Pattern: .+(/.+)*
|
|
1645
|
-
* @see {@link assertAttributePattern}
|
|
1646
|
-
*/
|
|
1647
|
-
'controlRef'?: string;
|
|
1648
|
-
/**
|
|
1649
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1650
|
-
* @see {@link assertAttributePattern}
|
|
1651
|
-
*/
|
|
1652
|
-
'controlRefUuid'?: string;
|
|
1653
|
-
'desc'?: string;
|
|
1654
|
-
};
|
|
1655
|
-
export type AttributesLNodeOutputs = {
|
|
1656
|
-
'desc'?: string;
|
|
1657
|
-
};
|
|
1658
|
-
export type AttributesLNodeSpecNaming = {
|
|
1659
|
-
/**
|
|
1660
|
-
* Patterns (any of): [A-Za-z][0-9A-Za-z_]{0,2} | [A-Za-z][0-9A-Za-z_]{4,63} | [A-MO-Za-z][0-9A-Za-z_]{3} | N[0-9A-Za-np-z_][0-9A-Za-z_]{2} | No[0-9A-Za-mo-z_][0-9A-Za-z_] | Non[0-9A-Za-df-z_] | None | [A-Za-z][0-9A-Za-z_]*
|
|
1661
|
-
* @see {@link assertAttributePattern}
|
|
1662
|
-
*/
|
|
1663
|
-
'sIedName'?: string;
|
|
1664
|
-
/**
|
|
1665
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1666
|
-
* @see {@link assertAttributePattern}
|
|
1667
|
-
*/
|
|
1668
|
-
'sLdInst'?: string;
|
|
1669
|
-
/**
|
|
1670
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1671
|
-
* @see {@link assertAttributePattern}
|
|
1672
|
-
*/
|
|
1673
|
-
'sLnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1674
|
-
/**
|
|
1675
|
-
* Pattern: [0-9]{1,12}
|
|
1676
|
-
* @see {@link assertAttributePattern}
|
|
1677
|
-
*/
|
|
1678
|
-
'sLnInst'?: string;
|
|
1679
|
-
/**
|
|
1680
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1681
|
-
* @see {@link assertAttributePattern}
|
|
1682
|
-
*/
|
|
1683
|
-
'sPrefix'?: string;
|
|
1684
|
-
};
|
|
1685
|
-
export type AttributesLNodeType = {
|
|
1686
|
-
'desc'?: string;
|
|
1687
|
-
/**
|
|
1688
|
-
* Pattern: \S+
|
|
1689
|
-
* @see {@link assertAttributePattern}
|
|
1690
|
-
*/
|
|
1691
|
-
'id': string;
|
|
1692
|
-
'iedType'?: string;
|
|
1693
|
-
/**
|
|
1694
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1695
|
-
* @see {@link assertAttributePattern}
|
|
1696
|
-
*/
|
|
1697
|
-
'lnClass': "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1698
|
-
};
|
|
1699
|
-
export type AttributesLabel = {
|
|
1700
|
-
/**
|
|
1701
|
-
* Pattern: \S+
|
|
1702
|
-
* @see {@link assertAttributePattern}
|
|
1703
|
-
*/
|
|
1704
|
-
'id'?: string;
|
|
1705
|
-
/**
|
|
1706
|
-
* Pattern: [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
|
|
1707
|
-
* @see {@link assertAttributePattern}
|
|
1708
|
-
*/
|
|
1709
|
-
'lang': string;
|
|
1710
|
-
};
|
|
1711
|
-
export type AttributesLabels = {
|
|
1712
|
-
'desc'?: string;
|
|
1713
|
-
};
|
|
1714
|
-
export type AttributesLine = {
|
|
1715
|
-
'desc'?: string;
|
|
1716
|
-
'name': string;
|
|
1717
|
-
'nomFreq'?: string;
|
|
1718
|
-
'numPhases'?: string;
|
|
1719
|
-
/**
|
|
1720
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1721
|
-
* @see {@link assertAttributePattern}
|
|
1722
|
-
*/
|
|
1723
|
-
'templateUuid'?: string;
|
|
1724
|
-
'type'?: string;
|
|
1725
|
-
/**
|
|
1726
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1727
|
-
* @see {@link assertAttributePattern}
|
|
1728
|
-
*/
|
|
1729
|
-
'uuid'?: string;
|
|
1730
|
-
};
|
|
1731
|
-
export type AttributesLog = {
|
|
1732
|
-
'desc'?: string;
|
|
1733
|
-
/**
|
|
1734
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1735
|
-
* @see {@link assertAttributePattern}
|
|
1736
|
-
*/
|
|
1737
|
-
'name'?: string;
|
|
1738
|
-
};
|
|
1739
|
-
export type AttributesLogControl = {
|
|
1740
|
-
'bufTime'?: string;
|
|
1741
|
-
/**
|
|
1742
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1743
|
-
* @see {@link assertAttributePattern}
|
|
1744
|
-
*/
|
|
1745
|
-
'datSet'?: string;
|
|
1746
|
-
'desc'?: string;
|
|
1747
|
-
'intgPd'?: string;
|
|
1748
|
-
/**
|
|
1749
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1750
|
-
* @see {@link assertAttributePattern}
|
|
1751
|
-
*/
|
|
1752
|
-
'ldInst'?: string;
|
|
1753
|
-
/**
|
|
1754
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1755
|
-
* @see {@link assertAttributePattern}
|
|
1756
|
-
*/
|
|
1757
|
-
'lnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1758
|
-
/**
|
|
1759
|
-
* Pattern: [0-9]{1,12}
|
|
1760
|
-
* @see {@link assertAttributePattern}
|
|
1761
|
-
*/
|
|
1762
|
-
'lnInst'?: string;
|
|
1763
|
-
'logEna'?: string;
|
|
1764
|
-
/**
|
|
1765
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1766
|
-
* @see {@link assertAttributePattern}
|
|
1767
|
-
*/
|
|
1768
|
-
'logName': string;
|
|
1769
|
-
/**
|
|
1770
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1771
|
-
* @see {@link assertAttributePattern}
|
|
1772
|
-
*/
|
|
1773
|
-
'name': string;
|
|
1774
|
-
/**
|
|
1775
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1776
|
-
* @see {@link assertAttributePattern}
|
|
1777
|
-
*/
|
|
1778
|
-
'prefix'?: string;
|
|
1779
|
-
'reasonCode'?: string;
|
|
1780
|
-
/**
|
|
1781
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1782
|
-
* @see {@link assertAttributePattern}
|
|
1783
|
-
*/
|
|
1784
|
-
'templateUuid'?: string;
|
|
1785
|
-
/**
|
|
1786
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1787
|
-
* @see {@link assertAttributePattern}
|
|
1788
|
-
*/
|
|
1789
|
-
'uuid'?: string;
|
|
1790
|
-
};
|
|
1791
|
-
export type AttributesLogParameters = {
|
|
1792
|
-
'cbName'?: string;
|
|
1793
|
-
'desc'?: string;
|
|
1794
|
-
'dsName'?: string;
|
|
1795
|
-
/**
|
|
1796
|
-
* Pattern: \S+
|
|
1797
|
-
* @see {@link assertAttributePattern}
|
|
1798
|
-
*/
|
|
1799
|
-
'id': string;
|
|
1800
|
-
'intgPd'?: string;
|
|
1801
|
-
'logEna'?: string;
|
|
1802
|
-
/**
|
|
1803
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
1804
|
-
* @see {@link assertAttributePattern}
|
|
1805
|
-
*/
|
|
1806
|
-
'logLdInst'?: string;
|
|
1807
|
-
/**
|
|
1808
|
-
* Patterns (any of): [A-Z]+ | L[A-Z]* | LLN0 | A[A-Z]* | C[A-Z]* | F[A-Z]* | G[A-Z]* | I[A-Z]* | K[A-Z]* | M[A-Z]* | P[A-Z]* | Q[A-Z]* | R[A-Z]* | S[A-Z]* | T[A-Z]* | X[A-Z]* | Y[A-Z]* | Z[A-Z]*
|
|
1809
|
-
* @see {@link assertAttributePattern}
|
|
1810
|
-
*/
|
|
1811
|
-
'logLnClass'?: "LLN0" | "LPHD" | "LCCH" | "LGOS" | "LSVS" | "LTIM" | "LTMS" | "LTRK" | "ANCR" | "ARCO" | "ARIS" | "ATCC" | "AVCO" | "CALH" | "CCGR" | "CILO" | "CPOW" | "CSWI" | "CSYN" | "FCNT" | "FCSD" | "FFIL" | "FLIM" | "FPID" | "FRMP" | "FSPT" | "FXOT" | "FXUT" | "GAPC" | "GGIO" | "GLOG" | "GSAL" | "IARC" | "IHMI" | "ISAF" | "ITCI" | "ITMI" | "ITPC" | "KFAN" | "KFIL" | "KPMP" | "KTNK" | "KVLV" | "MDIF" | "MENV" | "MFLK" | "MHAI" | "MHAN" | "MHYD" | "MMDC" | "MMET" | "MMTN" | "MMTR" | "MMXN" | "MMXU" | "MSQI" | "MSTA" | "PDIF" | "PDIR" | "PDIS" | "PDOP" | "PDUP" | "PFRC" | "PHAR" | "PHIZ" | "PIOC" | "PMRI" | "PMSS" | "POPF" | "PPAM" | "PRTR" | "PSCH" | "PSDE" | "PTEF" | "PTHF" | "PTOC" | "PTOF" | "PTOV" | "PTRC" | "PTTR" | "PTUC" | "PTUF" | "PTUV" | "PUPF" | "PVOC" | "PVPH" | "PZSU" | "QFVR" | "QITR" | "QIUB" | "QVTR" | "QVUB" | "QVVR" | "RADR" | "RBDR" | "RBRF" | "RDIR" | "RDRE" | "RDRS" | "RFLO" | "RMXU" | "RPSB" | "RREC" | "RSYN" | "SARC" | "SCBR" | "SIMG" | "SIML" | "SLTC" | "SOPM" | "SPDC" | "SPTR" | "SSWI" | "STMP" | "SVBR" | "TANG" | "TAXD" | "TCTR" | "TDST" | "TFLW" | "TFRQ" | "TGSN" | "THUM" | "TLVL" | "TMGF" | "TMVM" | "TPOS" | "TPRS" | "TRTN" | "TSND" | "TTMP" | "TTNS" | "TVBR" | "TVTR" | "TWPH" | "XCBR" | "XSWI" | "YEFN" | "YLTC" | "YPSH" | "YPTR" | "ZAXN" | "ZBAT" | "ZBSH" | "ZCAB" | "ZCAP" | "ZCON" | "ZGEN" | "ZGIL" | "ZLIN" | "ZMOT" | "ZREA" | "ZRES" | "ZRRC" | "ZSAR" | "ZSCR" | "ZSMC" | "ZTCF" | "ZTCR" | (string & {});
|
|
1812
|
-
/**
|
|
1813
|
-
* Pattern: [0-9]{1,12}
|
|
1814
|
-
* @see {@link assertAttributePattern}
|
|
1815
|
-
*/
|
|
1816
|
-
'logLnInst'?: string;
|
|
1817
|
-
/**
|
|
1818
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1819
|
-
* @see {@link assertAttributePattern}
|
|
1820
|
-
*/
|
|
1821
|
-
'logName'?: string;
|
|
1822
|
-
/**
|
|
1823
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
1824
|
-
* @see {@link assertAttributePattern}
|
|
1825
|
-
*/
|
|
1826
|
-
'logPrefix'?: string;
|
|
1827
|
-
'reasonCode'?: string;
|
|
1828
|
-
};
|
|
1829
|
-
export type AttributesLogParametersRef = {
|
|
1830
|
-
'desc'?: string;
|
|
1831
|
-
'id': string;
|
|
1832
|
-
};
|
|
1833
|
-
export type AttributesLogSettings = {
|
|
1834
|
-
'cbName'?: "Conf" | "Fix" | (string & {});
|
|
1835
|
-
'datSet'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1836
|
-
'intgPd'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1837
|
-
'logEna'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1838
|
-
'trgOps'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
1839
|
-
};
|
|
1840
|
-
export type AttributesMaxTime = {
|
|
1841
|
-
'multiplier'?: "" | "m" | "k" | "M" | "mu" | "y" | "z" | "a" | "f" | "p" | "n" | "c" | "d" | "da" | "h" | "G" | "T" | "P" | "E" | "Z" | "Y" | (string & {});
|
|
1842
|
-
'unit'?: string;
|
|
1843
|
-
};
|
|
1844
|
-
export type AttributesMcSecurity = {
|
|
1845
|
-
'encryption'?: string;
|
|
1846
|
-
'signature'?: string;
|
|
1847
|
-
};
|
|
1848
|
-
export type AttributesMinRequestedSCDFile = {
|
|
1849
|
-
'desc'?: string;
|
|
1850
|
-
'fileName'?: string;
|
|
1851
|
-
/**
|
|
1852
|
-
* Pattern: [A-Z]{3}
|
|
1853
|
-
* @see {@link assertAttributePattern}
|
|
1854
|
-
*/
|
|
1855
|
-
'fileType': "SCD" | "ICD" | "IID" | "CID" | "SSD" | "SED" | (string & {});
|
|
1856
|
-
/**
|
|
1857
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1858
|
-
* @see {@link assertAttributePattern}
|
|
1859
|
-
*/
|
|
1860
|
-
'fileUuid'?: string;
|
|
1861
|
-
'revision': string;
|
|
1862
|
-
'version': string;
|
|
1863
|
-
'when'?: string;
|
|
1864
|
-
};
|
|
1865
|
-
export type AttributesMinRequestedSCDFiles = {};
|
|
1866
|
-
export type AttributesMinTime = {
|
|
1867
|
-
'multiplier'?: "" | "m" | "k" | "M" | "mu" | "y" | "z" | "a" | "f" | "p" | "n" | "c" | "d" | "da" | "h" | "G" | "T" | "P" | "E" | "Z" | "Y" | (string & {});
|
|
1868
|
-
'unit'?: string;
|
|
1869
|
-
};
|
|
1870
|
-
export type AttributesMultiAPPerSubNet = {};
|
|
1871
|
-
export type AttributesNeutralPoint = {
|
|
1872
|
-
'bayName'?: string;
|
|
1873
|
-
'cNodeName': string;
|
|
1874
|
-
/**
|
|
1875
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1876
|
-
* @see {@link assertAttributePattern}
|
|
1877
|
-
*/
|
|
1878
|
-
'cNodeUuid'?: string;
|
|
1879
|
-
/**
|
|
1880
|
-
* Pattern: .+/.+(/.+)*
|
|
1881
|
-
* @see {@link assertAttributePattern}
|
|
1882
|
-
*/
|
|
1883
|
-
'connectivityNode': string;
|
|
1884
|
-
'desc'?: string;
|
|
1885
|
-
'lineName'?: string;
|
|
1886
|
-
'name'?: string;
|
|
1887
|
-
/**
|
|
1888
|
-
* Pattern: .+(/.+)*
|
|
1889
|
-
* @see {@link assertAttributePattern}
|
|
1890
|
-
*/
|
|
1891
|
-
'processName'?: string;
|
|
1892
|
-
'substationName'?: string;
|
|
1893
|
-
'voltageLevelName'?: string;
|
|
1894
|
-
};
|
|
1895
|
-
export type AttributesOptFields = {
|
|
1896
|
-
'bufOvfl'?: string;
|
|
1897
|
-
'configRef'?: string;
|
|
1898
|
-
'dataRef'?: string;
|
|
1899
|
-
'dataSet'?: string;
|
|
1900
|
-
'entryID'?: string;
|
|
1901
|
-
'reasonCode'?: string;
|
|
1902
|
-
'seqNum'?: string;
|
|
1903
|
-
'timeStamp'?: string;
|
|
1904
|
-
};
|
|
1905
|
-
export type AttributesOutputVar = {
|
|
1906
|
-
/**
|
|
1907
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
1908
|
-
* @see {@link assertAttributePattern}
|
|
1909
|
-
*/
|
|
1910
|
-
'daName'?: string;
|
|
1911
|
-
/**
|
|
1912
|
-
* Pattern: .+(/.+)*
|
|
1913
|
-
* @see {@link assertAttributePattern}
|
|
1914
|
-
*/
|
|
1915
|
-
'dataName'?: string;
|
|
1916
|
-
'desc'?: string;
|
|
1917
|
-
/**
|
|
1918
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
1919
|
-
* @see {@link assertAttributePattern}
|
|
1920
|
-
*/
|
|
1921
|
-
'doName'?: string;
|
|
1922
|
-
/**
|
|
1923
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1924
|
-
* @see {@link assertAttributePattern}
|
|
1925
|
-
*/
|
|
1926
|
-
'lnodeUuid'?: string;
|
|
1927
|
-
/**
|
|
1928
|
-
* Pattern: .+(/.+)*
|
|
1929
|
-
* @see {@link assertAttributePattern}
|
|
1930
|
-
*/
|
|
1931
|
-
'outputName'?: string;
|
|
1932
|
-
/**
|
|
1933
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1934
|
-
* @see {@link assertAttributePattern}
|
|
1935
|
-
*/
|
|
1936
|
-
'outputUuid'?: string;
|
|
1937
|
-
'value'?: string;
|
|
1938
|
-
'varName': string;
|
|
1939
|
-
};
|
|
1940
|
-
export type AttributesOutputVarRef = {
|
|
1941
|
-
'desc'?: string;
|
|
1942
|
-
'value'?: string;
|
|
1943
|
-
/**
|
|
1944
|
-
* Pattern: .+(/.+)*
|
|
1945
|
-
* @see {@link assertAttributePattern}
|
|
1946
|
-
*/
|
|
1947
|
-
'variable'?: string;
|
|
1948
|
-
};
|
|
1949
|
-
export type AttributesOutputs = {
|
|
1950
|
-
'desc'?: string;
|
|
1951
|
-
};
|
|
1952
|
-
export type AttributesP = {
|
|
1953
|
-
/**
|
|
1954
|
-
* Pattern: [A-Z][0-9A-Za-z\-]*
|
|
1955
|
-
* @see {@link assertAttributePattern}
|
|
1956
|
-
*/
|
|
1957
|
-
'type': "IP" | "IP-SUBNET" | "IP-GATEWAY" | "OSI-NSAP" | "OSI-TSEL" | "OSI-SSEL" | "OSI-PSEL" | "OSI-AP-Title" | "OSI-AP-Invoke" | "OSI-AE-Qualifier" | "OSI-AE-Invoke" | "MAC-Address" | "APPID" | "VLAN-PRIORITY" | "VLAN-ID" | "SNTP-Port" | "MMS-Port" | "DNSName" | "IPv6FlowLabel" | "IPv6ClassOfTraffic" | "C37-118-IP-Port" | "IP-UDP-PORT" | "IP-TCP-PORT" | "IPv6" | "IPv6-SUBNET" | "IPv6-GATEWAY" | "IPv6-IGMPv3Src" | "IP-IGMPv3Src" | "IP-ClassOfTraffic" | (string & {});
|
|
1958
|
-
};
|
|
1959
|
-
export type AttributesPhysConn = {
|
|
1960
|
-
'desc'?: string;
|
|
1961
|
-
/**
|
|
1962
|
-
* Pattern: [A-Z][0-9A-Za-z\-]*
|
|
1963
|
-
* @see {@link assertAttributePattern}
|
|
1964
|
-
*/
|
|
1965
|
-
'type': "Connection" | "RedConn" | (string & {});
|
|
1966
|
-
};
|
|
1967
|
-
export type AttributesPowerSystemRelation = {
|
|
1968
|
-
'desc'?: string;
|
|
1969
|
-
'name': string;
|
|
1970
|
-
/**
|
|
1971
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1972
|
-
* @see {@link assertAttributePattern}
|
|
1973
|
-
*/
|
|
1974
|
-
'originUuid'?: string;
|
|
1975
|
-
'relation'?: string;
|
|
1976
|
-
/**
|
|
1977
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1978
|
-
* @see {@link assertAttributePattern}
|
|
1979
|
-
*/
|
|
1980
|
-
'relationUuid'?: string;
|
|
1981
|
-
'selector'?: string;
|
|
1982
|
-
/**
|
|
1983
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1984
|
-
* @see {@link assertAttributePattern}
|
|
1985
|
-
*/
|
|
1986
|
-
'templateUuid'?: string;
|
|
1987
|
-
/**
|
|
1988
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
1989
|
-
* @see {@link assertAttributePattern}
|
|
1990
|
-
*/
|
|
1991
|
-
'uuid'?: string;
|
|
1992
|
-
};
|
|
1993
|
-
export type AttributesPowerSystemRelationRef = {
|
|
1994
|
-
'desc'?: string;
|
|
1995
|
-
/**
|
|
1996
|
-
* Pattern: .+(/.+)*
|
|
1997
|
-
* @see {@link assertAttributePattern}
|
|
1998
|
-
*/
|
|
1999
|
-
'powerSystemRelation'?: string;
|
|
2000
|
-
/**
|
|
2001
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2002
|
-
* @see {@link assertAttributePattern}
|
|
2003
|
-
*/
|
|
2004
|
-
'powerSystemRelationUuid'?: string;
|
|
2005
|
-
};
|
|
2006
|
-
export type AttributesPowerSystemRelations = {
|
|
2007
|
-
'desc'?: string;
|
|
2008
|
-
};
|
|
2009
|
-
export type AttributesPowerTransformer = {
|
|
2010
|
-
'desc'?: string;
|
|
2011
|
-
'name': string;
|
|
2012
|
-
/**
|
|
2013
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2014
|
-
* @see {@link assertAttributePattern}
|
|
2015
|
-
*/
|
|
2016
|
-
'templateUuid'?: string;
|
|
2017
|
-
'type': "PTR" | (string & {});
|
|
2018
|
-
/**
|
|
2019
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2020
|
-
* @see {@link assertAttributePattern}
|
|
2021
|
-
*/
|
|
2022
|
-
'uuid'?: string;
|
|
2023
|
-
'virtual'?: string;
|
|
2024
|
-
};
|
|
2025
|
-
export type AttributesPrivate = {
|
|
2026
|
-
'source'?: string;
|
|
2027
|
-
'type': string;
|
|
2028
|
-
};
|
|
2029
|
-
export type AttributesProcess = {
|
|
2030
|
-
'desc'?: string;
|
|
2031
|
-
'name': string;
|
|
2032
|
-
/**
|
|
2033
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2034
|
-
* @see {@link assertAttributePattern}
|
|
2035
|
-
*/
|
|
2036
|
-
'templateUuid'?: string;
|
|
2037
|
-
'type'?: string;
|
|
2038
|
-
/**
|
|
2039
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2040
|
-
* @see {@link assertAttributePattern}
|
|
2041
|
-
*/
|
|
2042
|
-
'uuid'?: string;
|
|
2043
|
-
};
|
|
2044
|
-
export type AttributesProcessEcho = {
|
|
2045
|
-
'desc'?: string;
|
|
2046
|
-
/**
|
|
2047
|
-
* Pattern: .+(/.+)*
|
|
2048
|
-
* @see {@link assertAttributePattern}
|
|
2049
|
-
*/
|
|
2050
|
-
'source'?: string;
|
|
2051
|
-
/**
|
|
2052
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
2053
|
-
* @see {@link assertAttributePattern}
|
|
2054
|
-
*/
|
|
2055
|
-
'sourceDaName'?: string;
|
|
2056
|
-
/**
|
|
2057
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
2058
|
-
* @see {@link assertAttributePattern}
|
|
2059
|
-
*/
|
|
2060
|
-
'sourceDoName'?: string;
|
|
2061
|
-
/**
|
|
2062
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2063
|
-
* @see {@link assertAttributePattern}
|
|
2064
|
-
*/
|
|
2065
|
-
'sourceLNodeUuid'?: string;
|
|
2066
|
-
};
|
|
2067
|
-
export type AttributesProcessResource = {
|
|
2068
|
-
'cardinality'?: "0..1" | "1..1" | "0..n" | "1..n" | (string & {});
|
|
2069
|
-
'desc'?: string;
|
|
2070
|
-
'max'?: string;
|
|
2071
|
-
'name': string;
|
|
2072
|
-
/**
|
|
2073
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2074
|
-
* @see {@link assertAttributePattern}
|
|
2075
|
-
*/
|
|
2076
|
-
'originUuid'?: string;
|
|
2077
|
-
'selector'?: string;
|
|
2078
|
-
/**
|
|
2079
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2080
|
-
* @see {@link assertAttributePattern}
|
|
2081
|
-
*/
|
|
2082
|
-
'templateUuid'?: string;
|
|
2083
|
-
/**
|
|
2084
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2085
|
-
* @see {@link assertAttributePattern}
|
|
2086
|
-
*/
|
|
2087
|
-
'uuid'?: string;
|
|
2088
|
-
};
|
|
2089
|
-
export type AttributesProcessResourceRef = {
|
|
2090
|
-
'desc'?: string;
|
|
2091
|
-
/**
|
|
2092
|
-
* Pattern: .+(/.+)*
|
|
2093
|
-
* @see {@link assertAttributePattern}
|
|
2094
|
-
*/
|
|
2095
|
-
'processResource'?: string;
|
|
2096
|
-
/**
|
|
2097
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2098
|
-
* @see {@link assertAttributePattern}
|
|
2099
|
-
*/
|
|
2100
|
-
'processResourceUuid'?: string;
|
|
2101
|
-
};
|
|
2102
|
-
export type AttributesProcessResources = {
|
|
2103
|
-
'desc'?: string;
|
|
2104
|
-
};
|
|
2105
|
-
export type AttributesProject = {
|
|
2106
|
-
'desc'?: string;
|
|
2107
|
-
'name': string;
|
|
2108
|
-
/**
|
|
2109
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2110
|
-
* @see {@link assertAttributePattern}
|
|
2111
|
-
*/
|
|
2112
|
-
'uuid'?: string;
|
|
2113
|
-
};
|
|
2114
|
-
export type AttributesProjectProcessReference = {
|
|
2115
|
-
'desc'?: string;
|
|
2116
|
-
/**
|
|
2117
|
-
* Pattern: .+(/.+)*
|
|
2118
|
-
* @see {@link assertAttributePattern}
|
|
2119
|
-
*/
|
|
2120
|
-
'processReference'?: string;
|
|
2121
|
-
/**
|
|
2122
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2123
|
-
* @see {@link assertAttributePattern}
|
|
2124
|
-
*/
|
|
2125
|
-
'processUuid'?: string;
|
|
2126
|
-
};
|
|
2127
|
-
export type AttributesProtNs = {
|
|
2128
|
-
'type'?: string;
|
|
2129
|
-
};
|
|
2130
|
-
export type AttributesProtocol = {
|
|
2131
|
-
'mustUnderstand': string;
|
|
2132
|
-
};
|
|
2133
|
-
export type AttributesReadWrite = {};
|
|
2134
|
-
export type AttributesRedProt = {
|
|
2135
|
-
'hsr'?: string;
|
|
2136
|
-
'prp'?: string;
|
|
2137
|
-
'rstp'?: string;
|
|
2138
|
-
};
|
|
2139
|
-
export type AttributesReportControl = {
|
|
2140
|
-
'bufTime'?: string;
|
|
2141
|
-
'buffered'?: string;
|
|
2142
|
-
'confRev': string;
|
|
2143
|
-
/**
|
|
2144
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
2145
|
-
* @see {@link assertAttributePattern}
|
|
2146
|
-
*/
|
|
2147
|
-
'datSet'?: string;
|
|
2148
|
-
'desc'?: string;
|
|
2149
|
-
'indexed'?: string;
|
|
2150
|
-
'intgPd'?: string;
|
|
2151
|
-
/**
|
|
2152
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
2153
|
-
* @see {@link assertAttributePattern}
|
|
2154
|
-
*/
|
|
2155
|
-
'name': string;
|
|
2156
|
-
/**
|
|
2157
|
-
* Pattern: [ -~]*
|
|
2158
|
-
* @see {@link assertAttributePattern}
|
|
2159
|
-
*/
|
|
2160
|
-
'rptID'?: string;
|
|
2161
|
-
/**
|
|
2162
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2163
|
-
* @see {@link assertAttributePattern}
|
|
2164
|
-
*/
|
|
2165
|
-
'templateUuid'?: string;
|
|
2166
|
-
/**
|
|
2167
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2168
|
-
* @see {@link assertAttributePattern}
|
|
2169
|
-
*/
|
|
2170
|
-
'uuid'?: string;
|
|
2171
|
-
};
|
|
2172
|
-
export type AttributesReportParameters = {
|
|
2173
|
-
'bufTime'?: string;
|
|
2174
|
-
'buffered'?: string;
|
|
2175
|
-
'cbName'?: string;
|
|
2176
|
-
'desc'?: string;
|
|
2177
|
-
'dsName'?: string;
|
|
2178
|
-
/**
|
|
2179
|
-
* Pattern: \S+
|
|
2180
|
-
* @see {@link assertAttributePattern}
|
|
2181
|
-
*/
|
|
2182
|
-
'id': string;
|
|
2183
|
-
'intgPd'?: string;
|
|
2184
|
-
};
|
|
2185
|
-
export type AttributesReportParametersRef = {
|
|
2186
|
-
'desc'?: string;
|
|
2187
|
-
'id': string;
|
|
2188
|
-
};
|
|
2189
|
-
export type AttributesReportSettings = {
|
|
2190
|
-
'bufTime'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2191
|
-
'cbName'?: "Conf" | "Fix" | (string & {});
|
|
2192
|
-
'datSet'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2193
|
-
'intgPd'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2194
|
-
'optFields'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2195
|
-
'owner'?: string;
|
|
2196
|
-
'resvTms'?: string;
|
|
2197
|
-
'rptID'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2198
|
-
'trgOps'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2199
|
-
};
|
|
2200
|
-
export type AttributesResource = {
|
|
2201
|
-
'resInst'?: string;
|
|
2202
|
-
'source'?: string;
|
|
2203
|
-
/**
|
|
2204
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2205
|
-
* @see {@link assertAttributePattern}
|
|
2206
|
-
*/
|
|
2207
|
-
'sourceUuid'?: string;
|
|
2208
|
-
};
|
|
2209
|
-
export type AttributesRptEnabled = {
|
|
2210
|
-
'desc'?: string;
|
|
2211
|
-
'max'?: string;
|
|
2212
|
-
};
|
|
2213
|
-
export type AttributesSCL = {
|
|
2214
|
-
'release': string;
|
|
2215
|
-
/**
|
|
2216
|
-
* Pattern: [A-Z]
|
|
2217
|
-
* @see {@link assertAttributePattern}
|
|
2218
|
-
*/
|
|
2219
|
-
'revision': string;
|
|
2220
|
-
/**
|
|
2221
|
-
* Pattern: 2[0-2][0-9]{2}
|
|
2222
|
-
* @see {@link assertAttributePattern}
|
|
2223
|
-
*/
|
|
2224
|
-
'version': string;
|
|
2225
|
-
};
|
|
2226
|
-
export type AttributesSCSM = {
|
|
2227
|
-
'iec61850_8_1'?: string;
|
|
2228
|
-
'iec61850_8_2'?: string;
|
|
2229
|
-
'serverAssociationInitiation'?: string;
|
|
2230
|
-
};
|
|
2231
|
-
export type AttributesSDI = {
|
|
2232
|
-
'desc'?: string;
|
|
2233
|
-
'ix'?: string;
|
|
2234
|
-
/**
|
|
2235
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
2236
|
-
* @see {@link assertAttributePattern}
|
|
2237
|
-
*/
|
|
2238
|
-
'name': "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
2239
|
-
'sAddr'?: string;
|
|
2240
|
-
};
|
|
2241
|
-
export type AttributesSDO = {
|
|
2242
|
-
/**
|
|
2243
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
2244
|
-
* @see {@link assertAttributePattern}
|
|
2245
|
-
*/
|
|
2246
|
-
'count'?: string;
|
|
2247
|
-
'desc'?: string;
|
|
2248
|
-
/**
|
|
2249
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
2250
|
-
* @see {@link assertAttributePattern}
|
|
2251
|
-
*/
|
|
2252
|
-
'name': string;
|
|
2253
|
-
'type': string;
|
|
2254
|
-
};
|
|
2255
|
-
export type AttributesSDS = {
|
|
2256
|
-
'desc'?: string;
|
|
2257
|
-
'ix'?: string;
|
|
2258
|
-
/**
|
|
2259
|
-
* Pattern: (([A-Za-z][0-9A-Za-z_]{0,63})/([A-Za-z][0-9A-Za-z_]{0,63})/((LLN0|([A-Za-z][0-9A-Za-z_]{0,10})?[A-Z]{4}[0-9]{1,12}))\.)?([A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?)
|
|
2260
|
-
* @see {@link assertAttributePattern}
|
|
2261
|
-
*/
|
|
2262
|
-
'mappedDoName'?: string;
|
|
2263
|
-
/**
|
|
2264
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2265
|
-
* @see {@link assertAttributePattern}
|
|
2266
|
-
*/
|
|
2267
|
-
'mappedLnUuid'?: string;
|
|
2268
|
-
/**
|
|
2269
|
-
* Pattern: [a-z][0-9A-Za-z]*
|
|
2270
|
-
* @see {@link assertAttributePattern}
|
|
2271
|
-
*/
|
|
2272
|
-
'name': "T" | "Test" | "Check" | "SIUnit" | "Oper" | "SBO" | "SBOw" | "Cancel" | "Addr" | "PRIORITY" | "VID" | "APPID" | "TransportInUse" | "IPClassOfTraffic" | "IPv6FlowLabel" | "IPAddressLength" | "IPAddress" | (string & {});
|
|
2273
|
-
};
|
|
2274
|
-
export type AttributesSGEdit = {
|
|
2275
|
-
'resvTms'?: string;
|
|
2276
|
-
};
|
|
2277
|
-
export type AttributesSMV = {
|
|
2278
|
-
/**
|
|
2279
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
2280
|
-
* @see {@link assertAttributePattern}
|
|
2281
|
-
*/
|
|
2282
|
-
'cbName': string;
|
|
2283
|
-
/**
|
|
2284
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2285
|
-
* @see {@link assertAttributePattern}
|
|
2286
|
-
*/
|
|
2287
|
-
'cbUuid'?: string;
|
|
2288
|
-
'desc'?: string;
|
|
2289
|
-
/**
|
|
2290
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
2291
|
-
* @see {@link assertAttributePattern}
|
|
2292
|
-
*/
|
|
2293
|
-
'ldInst': string;
|
|
2294
|
-
};
|
|
2295
|
-
export type AttributesSMVParameters = {
|
|
2296
|
-
'cbName'?: string;
|
|
2297
|
-
'desc'?: string;
|
|
2298
|
-
'dsName'?: string;
|
|
2299
|
-
/**
|
|
2300
|
-
* Pattern: \S+
|
|
2301
|
-
* @see {@link assertAttributePattern}
|
|
2302
|
-
*/
|
|
2303
|
-
'id': string;
|
|
2304
|
-
'multicast'?: string;
|
|
2305
|
-
'nofASDU'?: string;
|
|
2306
|
-
'securityEnabled'?: string;
|
|
2307
|
-
'smpMod'?: "SmpPerPeriod" | "SmpPerSec" | "SecPerSmp" | (string & {});
|
|
2308
|
-
'smpRate'?: string;
|
|
2309
|
-
'smvId'?: string;
|
|
2310
|
-
};
|
|
2311
|
-
export type AttributesSMVParametersRef = {
|
|
2312
|
-
'desc'?: string;
|
|
2313
|
-
'id': string;
|
|
2314
|
-
};
|
|
2315
|
-
export type AttributesSMVSecurity = {
|
|
2316
|
-
'desc'?: string;
|
|
2317
|
-
'name': string;
|
|
2318
|
-
/**
|
|
2319
|
-
* Pattern: [0-9]+
|
|
2320
|
-
* @see {@link assertAttributePattern}
|
|
2321
|
-
*/
|
|
2322
|
-
'serialNumber': string;
|
|
2323
|
-
/**
|
|
2324
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2325
|
-
* @see {@link assertAttributePattern}
|
|
2326
|
-
*/
|
|
2327
|
-
'templateUuid'?: string;
|
|
2328
|
-
/**
|
|
2329
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2330
|
-
* @see {@link assertAttributePattern}
|
|
2331
|
-
*/
|
|
2332
|
-
'uuid'?: string;
|
|
2333
|
-
'xferNumber'?: string;
|
|
2334
|
-
};
|
|
2335
|
-
export type AttributesSMVSettings = {
|
|
2336
|
-
'cbName'?: "Conf" | "Fix" | (string & {});
|
|
2337
|
-
'datSet'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2338
|
-
'kdaParticipant'?: string;
|
|
2339
|
-
'nofASDU'?: "Conf" | "Fix" | (string & {});
|
|
2340
|
-
'optFields'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2341
|
-
'pdcTimeStamp'?: string;
|
|
2342
|
-
'samplesPerSec'?: string;
|
|
2343
|
-
'smpRate'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2344
|
-
'svID'?: "Dyn" | "Conf" | "Fix" | (string & {});
|
|
2345
|
-
'synchSrcId'?: string;
|
|
2346
|
-
};
|
|
2347
|
-
export type AttributesSMVsc = {
|
|
2348
|
-
'delivery'?: "unicast" | "multicast" | "both" | (string & {});
|
|
2349
|
-
'deliveryConf'?: string;
|
|
2350
|
-
'max': string;
|
|
2351
|
-
'rSV'?: string;
|
|
2352
|
-
'sv'?: string;
|
|
2353
|
-
};
|
|
2354
|
-
export type AttributesSVMcSecurity = {
|
|
2355
|
-
'encryption'?: string;
|
|
2356
|
-
'signature'?: string;
|
|
2357
|
-
};
|
|
2358
|
-
export type AttributesSampledValueControl = {
|
|
2359
|
-
'confRev'?: string;
|
|
2360
|
-
/**
|
|
2361
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
2362
|
-
* @see {@link assertAttributePattern}
|
|
2363
|
-
*/
|
|
2364
|
-
'datSet'?: string;
|
|
2365
|
-
'desc'?: string;
|
|
2366
|
-
'multicast'?: string;
|
|
2367
|
-
/**
|
|
2368
|
-
* Pattern: [A-Za-z][0-9A-Za-z_]*
|
|
2369
|
-
* @see {@link assertAttributePattern}
|
|
2370
|
-
*/
|
|
2371
|
-
'name': string;
|
|
2372
|
-
'nofASDU': string;
|
|
2373
|
-
'securityEnable'?: "None" | "Signature" | "SignatureAndEncryption" | (string & {});
|
|
2374
|
-
'smpMod'?: "SmpPerPeriod" | "SmpPerSec" | "SecPerSmp" | (string & {});
|
|
2375
|
-
'smpRate': string;
|
|
2376
|
-
/**
|
|
2377
|
-
* Pattern: [ -~]*
|
|
2378
|
-
* @see {@link assertAttributePattern}
|
|
2379
|
-
*/
|
|
2380
|
-
'smvID': string;
|
|
2381
|
-
/**
|
|
2382
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2383
|
-
* @see {@link assertAttributePattern}
|
|
2384
|
-
*/
|
|
2385
|
-
'templateUuid'?: string;
|
|
2386
|
-
/**
|
|
2387
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2388
|
-
* @see {@link assertAttributePattern}
|
|
2389
|
-
*/
|
|
2390
|
-
'uuid'?: string;
|
|
2391
|
-
};
|
|
2392
|
-
export type AttributesSamplesPerSec = {};
|
|
2393
|
-
export type AttributesSclFileReference = {
|
|
2394
|
-
'desc'?: string;
|
|
2395
|
-
'fileName'?: string;
|
|
2396
|
-
/**
|
|
2397
|
-
* Pattern: [A-Z]{3}
|
|
2398
|
-
* @see {@link assertAttributePattern}
|
|
2399
|
-
*/
|
|
2400
|
-
'fileType': "ICD" | "IID" | "CID" | "SSD" | "SCD" | "SED" | (string & {});
|
|
2401
|
-
/**
|
|
2402
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2403
|
-
* @see {@link assertAttributePattern}
|
|
2404
|
-
*/
|
|
2405
|
-
'fileUuid'?: string;
|
|
2406
|
-
'revision': string;
|
|
2407
|
-
'version': string;
|
|
2408
|
-
'when'?: string;
|
|
2409
|
-
};
|
|
2410
|
-
export type AttributesSecPerSamples = {};
|
|
2411
|
-
export type AttributesSecurity = {
|
|
2412
|
-
'ACSEAuthentication'?: string;
|
|
2413
|
-
'E2ESecurity'?: string;
|
|
2414
|
-
};
|
|
2415
|
-
export type AttributesServer = {
|
|
2416
|
-
'desc'?: string;
|
|
2417
|
-
'timeout'?: string;
|
|
2418
|
-
};
|
|
2419
|
-
export type AttributesServerAt = {
|
|
2420
|
-
/**
|
|
2421
|
-
* Pattern: [A-Za-z0-9][0-9A-Za-z_]*
|
|
2422
|
-
* @see {@link assertAttributePattern}
|
|
2423
|
-
*/
|
|
2424
|
-
'apName': string;
|
|
2425
|
-
/**
|
|
2426
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2427
|
-
* @see {@link assertAttributePattern}
|
|
2428
|
-
*/
|
|
2429
|
-
'apUuid'?: string;
|
|
2430
|
-
'desc'?: string;
|
|
2431
|
-
};
|
|
2432
|
-
export type AttributesServiceSpecifications = {
|
|
2433
|
-
'desc'?: string;
|
|
2434
|
-
};
|
|
2435
|
-
export type AttributesServices = {
|
|
2436
|
-
/**
|
|
2437
|
-
* Patterns (any of): 32 | 64 | 6[5-9] | [7-9]\d | [1-9]\d\d+
|
|
2438
|
-
* @see {@link assertAttributePattern}
|
|
2439
|
-
*/
|
|
2440
|
-
'nameLength'?: string;
|
|
2441
|
-
};
|
|
2442
|
-
export type AttributesSetDataSetValue = {};
|
|
2443
|
-
export type AttributesSettingControl = {
|
|
2444
|
-
'actSG'?: string;
|
|
2445
|
-
'desc'?: string;
|
|
2446
|
-
'numOfSGs': string;
|
|
2447
|
-
'resvTms'?: string;
|
|
2448
|
-
};
|
|
2449
|
-
export type AttributesSettingGroups = {};
|
|
2450
|
-
export type AttributesSignalRole = {
|
|
2451
|
-
'desc'?: string;
|
|
2452
|
-
'name': string;
|
|
2453
|
-
/**
|
|
2454
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2455
|
-
* @see {@link assertAttributePattern}
|
|
2456
|
-
*/
|
|
2457
|
-
'originUuid'?: string;
|
|
2458
|
-
/**
|
|
2459
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2460
|
-
* @see {@link assertAttributePattern}
|
|
2461
|
-
*/
|
|
2462
|
-
'templateUuid'?: string;
|
|
2463
|
-
/**
|
|
2464
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2465
|
-
* @see {@link assertAttributePattern}
|
|
2466
|
-
*/
|
|
2467
|
-
'uuid'?: string;
|
|
2468
|
-
};
|
|
2469
|
-
export type AttributesSmpRate = {};
|
|
2470
|
-
export type AttributesSmvOpts = {
|
|
2471
|
-
'dataSet'?: string;
|
|
2472
|
-
'refreshTime'?: string;
|
|
2473
|
-
'sampleMode'?: string;
|
|
2474
|
-
'sampleRate'?: string;
|
|
2475
|
-
'sampleSynchronized'?: string;
|
|
2476
|
-
'security'?: string;
|
|
2477
|
-
'synchSourceId'?: string;
|
|
2478
|
-
'timestamp'?: string;
|
|
2479
|
-
};
|
|
2480
|
-
export type AttributesSourceFiles = {};
|
|
2481
|
-
export type AttributesSourceRef = {
|
|
2482
|
-
'desc'?: string;
|
|
2483
|
-
'extRefAddr'?: string;
|
|
2484
|
-
/**
|
|
2485
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2486
|
-
* @see {@link assertAttributePattern}
|
|
2487
|
-
*/
|
|
2488
|
-
'extRefUuid'?: string;
|
|
2489
|
-
'input': string;
|
|
2490
|
-
'inputInst'?: string;
|
|
2491
|
-
/**
|
|
2492
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2493
|
-
* @see {@link assertAttributePattern}
|
|
2494
|
-
*/
|
|
2495
|
-
'originUuid'?: string;
|
|
2496
|
-
'pDA'?: string;
|
|
2497
|
-
'pDO'?: string;
|
|
2498
|
-
'pLN'?: string;
|
|
2499
|
-
'resourceName'?: string;
|
|
2500
|
-
/**
|
|
2501
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2502
|
-
* @see {@link assertAttributePattern}
|
|
2503
|
-
*/
|
|
2504
|
-
'resourceUuid'?: string;
|
|
2505
|
-
'service'?: "Poll" | "Report" | "GOOSE" | "SMV" | "Wired" | "Internal" | (string & {});
|
|
2506
|
-
/**
|
|
2507
|
-
* Pattern: .+(/.+)*
|
|
2508
|
-
* @see {@link assertAttributePattern}
|
|
2509
|
-
*/
|
|
2510
|
-
'source'?: string;
|
|
2511
|
-
/**
|
|
2512
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
2513
|
-
* @see {@link assertAttributePattern}
|
|
2514
|
-
*/
|
|
2515
|
-
'sourceDaName'?: string;
|
|
2516
|
-
/**
|
|
2517
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
2518
|
-
* @see {@link assertAttributePattern}
|
|
2519
|
-
*/
|
|
2520
|
-
'sourceDoName'?: string;
|
|
2521
|
-
/**
|
|
2522
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2523
|
-
* @see {@link assertAttributePattern}
|
|
2524
|
-
*/
|
|
2525
|
-
'sourceLNodeUuid'?: string;
|
|
2526
|
-
/**
|
|
2527
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2528
|
-
* @see {@link assertAttributePattern}
|
|
2529
|
-
*/
|
|
2530
|
-
'templateUuid'?: string;
|
|
2531
|
-
/**
|
|
2532
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2533
|
-
* @see {@link assertAttributePattern}
|
|
2534
|
-
*/
|
|
2535
|
-
'uuid'?: string;
|
|
2536
|
-
};
|
|
2537
|
-
export type AttributesSubCategory = {
|
|
2538
|
-
'desc'?: string;
|
|
2539
|
-
'name': string;
|
|
2540
|
-
/**
|
|
2541
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2542
|
-
* @see {@link assertAttributePattern}
|
|
2543
|
-
*/
|
|
2544
|
-
'originUuid'?: string;
|
|
2545
|
-
/**
|
|
2546
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2547
|
-
* @see {@link assertAttributePattern}
|
|
2548
|
-
*/
|
|
2549
|
-
'templateUuid'?: string;
|
|
2550
|
-
/**
|
|
2551
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2552
|
-
* @see {@link assertAttributePattern}
|
|
2553
|
-
*/
|
|
2554
|
-
'uuid'?: string;
|
|
2555
|
-
};
|
|
2556
|
-
export type AttributesSubCheckoutID = {
|
|
2557
|
-
'desc'?: string;
|
|
2558
|
-
'engRight'?: "full" | "fix" | "dataflow" | (string & {});
|
|
2559
|
-
'fileName'?: string;
|
|
2560
|
-
/**
|
|
2561
|
-
* Pattern: [A-Z]{3}
|
|
2562
|
-
* @see {@link assertAttributePattern}
|
|
2563
|
-
*/
|
|
2564
|
-
'fileType': "SED" | "SCC" | "ICD" | "IID" | "CID" | "SSD" | "SCD" | (string & {});
|
|
2565
|
-
/**
|
|
2566
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2567
|
-
* @see {@link assertAttributePattern}
|
|
2568
|
-
*/
|
|
2569
|
-
'fileUuid'?: string;
|
|
2570
|
-
'headerId'?: string;
|
|
2571
|
-
'revision': string;
|
|
2572
|
-
'version': string;
|
|
2573
|
-
'when'?: string;
|
|
2574
|
-
};
|
|
2575
|
-
export type AttributesSubEquipment = {
|
|
2576
|
-
'desc'?: string;
|
|
2577
|
-
'name': string;
|
|
2578
|
-
'phase'?: "A" | "B" | "C" | "N" | "all" | "none" | "AB" | "BC" | "CA" | (string & {});
|
|
2579
|
-
/**
|
|
2580
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2581
|
-
* @see {@link assertAttributePattern}
|
|
2582
|
-
*/
|
|
2583
|
-
'templateUuid'?: string;
|
|
2584
|
-
/**
|
|
2585
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2586
|
-
* @see {@link assertAttributePattern}
|
|
2587
|
-
*/
|
|
2588
|
-
'uuid'?: string;
|
|
2589
|
-
'virtual'?: string;
|
|
2590
|
-
};
|
|
2591
|
-
export type AttributesSubFunction = {
|
|
2592
|
-
'desc'?: string;
|
|
2593
|
-
'name': string;
|
|
2594
|
-
/**
|
|
2595
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2596
|
-
* @see {@link assertAttributePattern}
|
|
2597
|
-
*/
|
|
2598
|
-
'templateUuid'?: string;
|
|
2599
|
-
'type'?: string;
|
|
2600
|
-
/**
|
|
2601
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2602
|
-
* @see {@link assertAttributePattern}
|
|
2603
|
-
*/
|
|
2604
|
-
'uuid'?: string;
|
|
2605
|
-
};
|
|
2606
|
-
export type AttributesSubFunctionTemplate = {
|
|
2607
|
-
'desc'?: string;
|
|
2608
|
-
'name': string;
|
|
2609
|
-
/**
|
|
2610
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2611
|
-
* @see {@link assertAttributePattern}
|
|
2612
|
-
*/
|
|
2613
|
-
'originUuid'?: string;
|
|
2614
|
-
/**
|
|
2615
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2616
|
-
* @see {@link assertAttributePattern}
|
|
2617
|
-
*/
|
|
2618
|
-
'templateUuid'?: string;
|
|
2619
|
-
'type'?: string;
|
|
2620
|
-
/**
|
|
2621
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2622
|
-
* @see {@link assertAttributePattern}
|
|
2623
|
-
*/
|
|
2624
|
-
'uuid'?: string;
|
|
2625
|
-
};
|
|
2626
|
-
export type AttributesSubNetwork = {
|
|
2627
|
-
'desc'?: string;
|
|
2628
|
-
'name': string;
|
|
2629
|
-
/**
|
|
2630
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2631
|
-
* @see {@link assertAttributePattern}
|
|
2632
|
-
*/
|
|
2633
|
-
'templateUuid'?: string;
|
|
2634
|
-
'type'?: "8-MMS" | "8-XMPP" | (string & {});
|
|
2635
|
-
/**
|
|
2636
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2637
|
-
* @see {@link assertAttributePattern}
|
|
2638
|
-
*/
|
|
2639
|
-
'uuid'?: string;
|
|
2640
|
-
};
|
|
2641
|
-
export type AttributesSubject = {
|
|
2642
|
-
/**
|
|
2643
|
-
* Patterns (any of): none | CN=.+
|
|
2644
|
-
* @see {@link assertAttributePattern}
|
|
2645
|
-
*/
|
|
2646
|
-
'commonName': string;
|
|
2647
|
-
'idHierarchy': string;
|
|
2648
|
-
};
|
|
2649
|
-
export type AttributesSubscriberLNode = {
|
|
2650
|
-
'desc'?: string;
|
|
2651
|
-
'inputName': string;
|
|
2652
|
-
'pLN'?: string;
|
|
2653
|
-
'resourceName'?: string;
|
|
2654
|
-
/**
|
|
2655
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2656
|
-
* @see {@link assertAttributePattern}
|
|
2657
|
-
*/
|
|
2658
|
-
'resourceUuid'?: string;
|
|
2659
|
-
'service'?: "Poll" | "Report" | "GOOSE" | "SMV" | "Wired" | "Internal" | (string & {});
|
|
2660
|
-
};
|
|
2661
|
-
export type AttributesSubstation = {
|
|
2662
|
-
'desc'?: string;
|
|
2663
|
-
'name': string;
|
|
2664
|
-
/**
|
|
2665
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2666
|
-
* @see {@link assertAttributePattern}
|
|
2667
|
-
*/
|
|
2668
|
-
'templateUuid'?: string;
|
|
2669
|
-
/**
|
|
2670
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2671
|
-
* @see {@link assertAttributePattern}
|
|
2672
|
-
*/
|
|
2673
|
-
'uuid'?: string;
|
|
2674
|
-
};
|
|
2675
|
-
export type AttributesSupSubscription = {
|
|
2676
|
-
'maxGo': string;
|
|
2677
|
-
'maxSv': string;
|
|
2678
|
-
};
|
|
2679
|
-
export type AttributesTapChanger = {
|
|
2680
|
-
'desc'?: string;
|
|
2681
|
-
'name': string;
|
|
2682
|
-
/**
|
|
2683
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2684
|
-
* @see {@link assertAttributePattern}
|
|
2685
|
-
*/
|
|
2686
|
-
'templateUuid'?: string;
|
|
2687
|
-
'type': string;
|
|
2688
|
-
/**
|
|
2689
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2690
|
-
* @see {@link assertAttributePattern}
|
|
2691
|
-
*/
|
|
2692
|
-
'uuid'?: string;
|
|
2693
|
-
'virtual'?: string;
|
|
2694
|
-
};
|
|
2695
|
-
export type AttributesTerminal = {
|
|
2696
|
-
'bayName'?: string;
|
|
2697
|
-
'cNodeName': string;
|
|
2698
|
-
/**
|
|
2699
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2700
|
-
* @see {@link assertAttributePattern}
|
|
2701
|
-
*/
|
|
2702
|
-
'cNodeUuid'?: string;
|
|
2703
|
-
/**
|
|
2704
|
-
* Pattern: .+/.+(/.+)*
|
|
2705
|
-
* @see {@link assertAttributePattern}
|
|
2706
|
-
*/
|
|
2707
|
-
'connectivityNode': string;
|
|
2708
|
-
'desc'?: string;
|
|
2709
|
-
'lineName'?: string;
|
|
2710
|
-
'name'?: string;
|
|
2711
|
-
/**
|
|
2712
|
-
* Pattern: .+(/.+)*
|
|
2713
|
-
* @see {@link assertAttributePattern}
|
|
2714
|
-
*/
|
|
2715
|
-
'processName'?: string;
|
|
2716
|
-
'substationName'?: string;
|
|
2717
|
-
'voltageLevelName'?: string;
|
|
2718
|
-
};
|
|
2719
|
-
export type AttributesText = {
|
|
2720
|
-
'source'?: string;
|
|
2721
|
-
};
|
|
2722
|
-
export type AttributesTimeSyncProt = {
|
|
2723
|
-
'c37_238'?: string;
|
|
2724
|
-
'iec61850_9_3'?: string;
|
|
2725
|
-
'other'?: string;
|
|
2726
|
-
'sntp'?: string;
|
|
2727
|
-
};
|
|
2728
|
-
export type AttributesTimerActivatedControl = {};
|
|
2729
|
-
export type AttributesTransformerWinding = {
|
|
2730
|
-
'desc'?: string;
|
|
2731
|
-
'name': string;
|
|
2732
|
-
/**
|
|
2733
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2734
|
-
* @see {@link assertAttributePattern}
|
|
2735
|
-
*/
|
|
2736
|
-
'templateUuid'?: string;
|
|
2737
|
-
'type': "PTW" | (string & {});
|
|
2738
|
-
/**
|
|
2739
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2740
|
-
* @see {@link assertAttributePattern}
|
|
2741
|
-
*/
|
|
2742
|
-
'uuid'?: string;
|
|
2743
|
-
'virtual'?: string;
|
|
2744
|
-
};
|
|
2745
|
-
export type AttributesTrgOps = {
|
|
2746
|
-
'dchg'?: string;
|
|
2747
|
-
'dupd'?: string;
|
|
2748
|
-
'gi'?: string;
|
|
2749
|
-
'period'?: string;
|
|
2750
|
-
'qchg'?: string;
|
|
2751
|
-
};
|
|
2752
|
-
export type AttributesVal = {
|
|
2753
|
-
'sGroup'?: string;
|
|
2754
|
-
};
|
|
2755
|
-
export type AttributesValueHandling = {
|
|
2756
|
-
'setToRO'?: string;
|
|
2757
|
-
};
|
|
2758
|
-
export type AttributesVariable = {
|
|
2759
|
-
'desc'?: string;
|
|
2760
|
-
'name': string;
|
|
2761
|
-
/**
|
|
2762
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2763
|
-
* @see {@link assertAttributePattern}
|
|
2764
|
-
*/
|
|
2765
|
-
'originUuid'?: string;
|
|
2766
|
-
/**
|
|
2767
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2768
|
-
* @see {@link assertAttributePattern}
|
|
2769
|
-
*/
|
|
2770
|
-
'templateUuid'?: string;
|
|
2771
|
-
/**
|
|
2772
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2773
|
-
* @see {@link assertAttributePattern}
|
|
2774
|
-
*/
|
|
2775
|
-
'uuid'?: string;
|
|
2776
|
-
'value'?: string;
|
|
2777
|
-
};
|
|
2778
|
-
export type AttributesVariableApplyTo = {
|
|
2779
|
-
'attribute'?: string;
|
|
2780
|
-
/**
|
|
2781
|
-
* Pattern: [a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*
|
|
2782
|
-
* @see {@link assertAttributePattern}
|
|
2783
|
-
*/
|
|
2784
|
-
'daName'?: string;
|
|
2785
|
-
'defaultValue'?: string;
|
|
2786
|
-
'desc'?: string;
|
|
2787
|
-
/**
|
|
2788
|
-
* Pattern: [A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?
|
|
2789
|
-
* @see {@link assertAttributePattern}
|
|
2790
|
-
*/
|
|
2791
|
-
'doName'?: string;
|
|
2792
|
-
/**
|
|
2793
|
-
* Pattern: .+(/.+)*
|
|
2794
|
-
* @see {@link assertAttributePattern}
|
|
2795
|
-
*/
|
|
2796
|
-
'element'?: string;
|
|
2797
|
-
/**
|
|
2798
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2799
|
-
* @see {@link assertAttributePattern}
|
|
2800
|
-
*/
|
|
2801
|
-
'elementUuid'?: string;
|
|
2802
|
-
'format'?: string;
|
|
2803
|
-
'sGroup'?: string;
|
|
2804
|
-
};
|
|
2805
|
-
export type AttributesVariableRef = {
|
|
2806
|
-
'desc'?: string;
|
|
2807
|
-
'value'?: string;
|
|
2808
|
-
/**
|
|
2809
|
-
* Pattern: .+(/.+)*
|
|
2810
|
-
* @see {@link assertAttributePattern}
|
|
2811
|
-
*/
|
|
2812
|
-
'variable'?: string;
|
|
2813
|
-
/**
|
|
2814
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2815
|
-
* @see {@link assertAttributePattern}
|
|
2816
|
-
*/
|
|
2817
|
-
'variableUuid'?: string;
|
|
2818
|
-
};
|
|
2819
|
-
export type AttributesVoltage = {
|
|
2820
|
-
'multiplier'?: "" | "m" | "k" | "M" | "mu" | "y" | "z" | "a" | "f" | "p" | "n" | "c" | "d" | "da" | "h" | "G" | "T" | "P" | "E" | "Z" | "Y" | (string & {});
|
|
2821
|
-
'unit': string;
|
|
2822
|
-
};
|
|
2823
|
-
export type AttributesVoltageLevel = {
|
|
2824
|
-
'desc'?: string;
|
|
2825
|
-
'name': string;
|
|
2826
|
-
'nomFreq'?: string;
|
|
2827
|
-
'numPhases'?: string;
|
|
2828
|
-
/**
|
|
2829
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2830
|
-
* @see {@link assertAttributePattern}
|
|
2831
|
-
*/
|
|
2832
|
-
'templateUuid'?: string;
|
|
2833
|
-
/**
|
|
2834
|
-
* Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
|
|
2835
|
-
* @see {@link assertAttributePattern}
|
|
2836
|
-
*/
|
|
2837
|
-
'uuid'?: string;
|
|
2838
|
-
};
|
|
2839
|
-
type AttributesMap = {
|
|
2840
|
-
AccessControl: AttributesAccessControl;
|
|
2841
|
-
AccessPoint: AttributesAccessPoint;
|
|
2842
|
-
Address: AttributesAddress;
|
|
2843
|
-
AllocationRole: AttributesAllocationRole;
|
|
2844
|
-
AllocationRoleRef: AttributesAllocationRoleRef;
|
|
2845
|
-
AnalogueWiringParameters: AttributesAnalogueWiringParameters;
|
|
2846
|
-
AnalogueWiringParametersRef: AttributesAnalogueWiringParametersRef;
|
|
2847
|
-
Application: AttributesApplication;
|
|
2848
|
-
ApplicationSclRef: AttributesApplicationSclRef;
|
|
2849
|
-
Association: AttributesAssociation;
|
|
2850
|
-
Authentication: AttributesAuthentication;
|
|
2851
|
-
BDA: AttributesBDA;
|
|
2852
|
-
Bay: AttributesBay;
|
|
2853
|
-
BayType: AttributesBayType;
|
|
2854
|
-
BehaviorDescription: AttributesBehaviorDescription;
|
|
2855
|
-
BehaviorDescriptionRef: AttributesBehaviorDescriptionRef;
|
|
2856
|
-
BehaviorReference: AttributesBehaviorReference;
|
|
2857
|
-
BinaryWiringParameters: AttributesBinaryWiringParameters;
|
|
2858
|
-
BinaryWiringParametersRef: AttributesBinaryWiringParametersRef;
|
|
2859
|
-
BitRate: AttributesBitRate;
|
|
2860
|
-
CheckoutID: AttributesCheckoutID;
|
|
2861
|
-
ClientLN: AttributesClientLN;
|
|
2862
|
-
ClientServices: AttributesClientServices;
|
|
2863
|
-
CommProt: AttributesCommProt;
|
|
2864
|
-
Communication: AttributesCommunication;
|
|
2865
|
-
CommunicationServiceSpecifications: AttributesCommunicationServiceSpecifications;
|
|
2866
|
-
ConductingEquipment: AttributesConductingEquipment;
|
|
2867
|
-
ConfDataSet: AttributesConfDataSet;
|
|
2868
|
-
ConfLNs: AttributesConfLNs;
|
|
2869
|
-
ConfLdName: AttributesConfLdName;
|
|
2870
|
-
ConfLogControl: AttributesConfLogControl;
|
|
2871
|
-
ConfReportControl: AttributesConfReportControl;
|
|
2872
|
-
ConfSG: AttributesConfSG;
|
|
2873
|
-
ConfSigRef: AttributesConfSigRef;
|
|
2874
|
-
ConnectedAP: AttributesConnectedAP;
|
|
2875
|
-
ConnectivityNode: AttributesConnectivityNode;
|
|
2876
|
-
ControlRef: AttributesControlRef;
|
|
2877
|
-
ControllingLNode: AttributesControllingLNode;
|
|
2878
|
-
DA: AttributesDA;
|
|
2879
|
-
DAI: AttributesDAI;
|
|
2880
|
-
DAS: AttributesDAS;
|
|
2881
|
-
DAType: AttributesDAType;
|
|
2882
|
-
DO: AttributesDO;
|
|
2883
|
-
DOI: AttributesDOI;
|
|
2884
|
-
DOS: AttributesDOS;
|
|
2885
|
-
DOType: AttributesDOType;
|
|
2886
|
-
DataObjectDirectory: AttributesDataObjectDirectory;
|
|
2887
|
-
DataSet: AttributesDataSet;
|
|
2888
|
-
DataSetDirectory: AttributesDataSetDirectory;
|
|
2889
|
-
DataTypeTemplates: AttributesDataTypeTemplates;
|
|
2890
|
-
DynAssociation: AttributesDynAssociation;
|
|
2891
|
-
DynDataSet: AttributesDynDataSet;
|
|
2892
|
-
EnumType: AttributesEnumType;
|
|
2893
|
-
EnumVal: AttributesEnumVal;
|
|
2894
|
-
EqFunction: AttributesEqFunction;
|
|
2895
|
-
EqSubFunction: AttributesEqSubFunction;
|
|
2896
|
-
ExtCtrl: AttributesExtCtrl;
|
|
2897
|
-
ExtRef: AttributesExtRef;
|
|
2898
|
-
FCDA: AttributesFCDA;
|
|
2899
|
-
FileHandling: AttributesFileHandling;
|
|
2900
|
-
Function: AttributesFunction;
|
|
2901
|
-
FunctionCatRef: AttributesFunctionCatRef;
|
|
2902
|
-
FunctionCategory: AttributesFunctionCategory;
|
|
2903
|
-
FunctionCategoryRef: AttributesFunctionCategoryRef;
|
|
2904
|
-
FunctionRef: AttributesFunctionRef;
|
|
2905
|
-
FunctionRole: AttributesFunctionRole;
|
|
2906
|
-
FunctionRoleContent: AttributesFunctionRoleContent;
|
|
2907
|
-
FunctionSclRef: AttributesFunctionSclRef;
|
|
2908
|
-
FunctionTemplate: AttributesFunctionTemplate;
|
|
2909
|
-
FunctionalSubVariant: AttributesFunctionalSubVariant;
|
|
2910
|
-
FunctionalVariant: AttributesFunctionalVariant;
|
|
2911
|
-
FunctionalVariantGroup: AttributesFunctionalVariantGroup;
|
|
2912
|
-
FunctionalVariantRef: AttributesFunctionalVariantRef;
|
|
2913
|
-
GOOSE: AttributesGOOSE;
|
|
2914
|
-
GOOSEMcSecurity: AttributesGOOSEMcSecurity;
|
|
2915
|
-
GOOSESecurity: AttributesGOOSESecurity;
|
|
2916
|
-
GSE: AttributesGSE;
|
|
2917
|
-
GSEControl: AttributesGSEControl;
|
|
2918
|
-
GSEDir: AttributesGSEDir;
|
|
2919
|
-
GSESettings: AttributesGSESettings;
|
|
2920
|
-
GSSE: AttributesGSSE;
|
|
2921
|
-
GeneralEquipment: AttributesGeneralEquipment;
|
|
2922
|
-
GetCBValues: AttributesGetCBValues;
|
|
2923
|
-
GetDataObjectDefinition: AttributesGetDataObjectDefinition;
|
|
2924
|
-
GetDataSetValue: AttributesGetDataSetValue;
|
|
2925
|
-
GetDirectory: AttributesGetDirectory;
|
|
2926
|
-
GooseParameters: AttributesGooseParameters;
|
|
2927
|
-
GooseParametersRef: AttributesGooseParametersRef;
|
|
2928
|
-
Header: AttributesHeader;
|
|
2929
|
-
History: AttributesHistory;
|
|
2930
|
-
Hitem: AttributesHitem;
|
|
2931
|
-
IED: AttributesIED;
|
|
2932
|
-
IEDName: AttributesIEDName;
|
|
2933
|
-
IEDSourceFiles: AttributesIEDSourceFiles;
|
|
2934
|
-
InputVar: AttributesInputVar;
|
|
2935
|
-
InputVarRef: AttributesInputVarRef;
|
|
2936
|
-
Inputs: AttributesInputs;
|
|
2937
|
-
IssuerName: AttributesIssuerName;
|
|
2938
|
-
KDC: AttributesKDC;
|
|
2939
|
-
L2CommParameters: AttributesL2CommParameters;
|
|
2940
|
-
L3IPv4CommParameters: AttributesL3IPv4CommParameters;
|
|
2941
|
-
L3IPv6CommParameters: AttributesL3IPv6CommParameters;
|
|
2942
|
-
LDevice: AttributesLDevice;
|
|
2943
|
-
LN: AttributesLN;
|
|
2944
|
-
LN0: AttributesLN0;
|
|
2945
|
-
LNode: AttributesLNode;
|
|
2946
|
-
LNodeDataRef: AttributesLNodeDataRef;
|
|
2947
|
-
LNodeInputRef: AttributesLNodeInputRef;
|
|
2948
|
-
LNodeInputs: AttributesLNodeInputs;
|
|
2949
|
-
LNodeOutputRef: AttributesLNodeOutputRef;
|
|
2950
|
-
LNodeOutputs: AttributesLNodeOutputs;
|
|
2951
|
-
LNodeSpecNaming: AttributesLNodeSpecNaming;
|
|
2952
|
-
LNodeType: AttributesLNodeType;
|
|
2953
|
-
Label: AttributesLabel;
|
|
2954
|
-
Labels: AttributesLabels;
|
|
2955
|
-
Line: AttributesLine;
|
|
2956
|
-
Log: AttributesLog;
|
|
2957
|
-
LogControl: AttributesLogControl;
|
|
2958
|
-
LogParameters: AttributesLogParameters;
|
|
2959
|
-
LogParametersRef: AttributesLogParametersRef;
|
|
2960
|
-
LogSettings: AttributesLogSettings;
|
|
2961
|
-
MaxTime: AttributesMaxTime;
|
|
2962
|
-
McSecurity: AttributesMcSecurity;
|
|
2963
|
-
MinRequestedSCDFile: AttributesMinRequestedSCDFile;
|
|
2964
|
-
MinRequestedSCDFiles: AttributesMinRequestedSCDFiles;
|
|
2965
|
-
MinTime: AttributesMinTime;
|
|
2966
|
-
MultiAPPerSubNet: AttributesMultiAPPerSubNet;
|
|
2967
|
-
NeutralPoint: AttributesNeutralPoint;
|
|
2968
|
-
OptFields: AttributesOptFields;
|
|
2969
|
-
OutputVar: AttributesOutputVar;
|
|
2970
|
-
OutputVarRef: AttributesOutputVarRef;
|
|
2971
|
-
Outputs: AttributesOutputs;
|
|
2972
|
-
P: AttributesP;
|
|
2973
|
-
PhysConn: AttributesPhysConn;
|
|
2974
|
-
PowerSystemRelation: AttributesPowerSystemRelation;
|
|
2975
|
-
PowerSystemRelationRef: AttributesPowerSystemRelationRef;
|
|
2976
|
-
PowerSystemRelations: AttributesPowerSystemRelations;
|
|
2977
|
-
PowerTransformer: AttributesPowerTransformer;
|
|
2978
|
-
Private: AttributesPrivate;
|
|
2979
|
-
Process: AttributesProcess;
|
|
2980
|
-
ProcessEcho: AttributesProcessEcho;
|
|
2981
|
-
ProcessResource: AttributesProcessResource;
|
|
2982
|
-
ProcessResourceRef: AttributesProcessResourceRef;
|
|
2983
|
-
ProcessResources: AttributesProcessResources;
|
|
2984
|
-
Project: AttributesProject;
|
|
2985
|
-
ProjectProcessReference: AttributesProjectProcessReference;
|
|
2986
|
-
ProtNs: AttributesProtNs;
|
|
2987
|
-
Protocol: AttributesProtocol;
|
|
2988
|
-
ReadWrite: AttributesReadWrite;
|
|
2989
|
-
RedProt: AttributesRedProt;
|
|
2990
|
-
ReportControl: AttributesReportControl;
|
|
2991
|
-
ReportParameters: AttributesReportParameters;
|
|
2992
|
-
ReportParametersRef: AttributesReportParametersRef;
|
|
2993
|
-
ReportSettings: AttributesReportSettings;
|
|
2994
|
-
Resource: AttributesResource;
|
|
2995
|
-
RptEnabled: AttributesRptEnabled;
|
|
2996
|
-
SCL: AttributesSCL;
|
|
2997
|
-
SCSM: AttributesSCSM;
|
|
2998
|
-
SDI: AttributesSDI;
|
|
2999
|
-
SDO: AttributesSDO;
|
|
3000
|
-
SDS: AttributesSDS;
|
|
3001
|
-
SGEdit: AttributesSGEdit;
|
|
3002
|
-
SMV: AttributesSMV;
|
|
3003
|
-
SMVParameters: AttributesSMVParameters;
|
|
3004
|
-
SMVParametersRef: AttributesSMVParametersRef;
|
|
3005
|
-
SMVSecurity: AttributesSMVSecurity;
|
|
3006
|
-
SMVSettings: AttributesSMVSettings;
|
|
3007
|
-
SMVsc: AttributesSMVsc;
|
|
3008
|
-
SVMcSecurity: AttributesSVMcSecurity;
|
|
3009
|
-
SampledValueControl: AttributesSampledValueControl;
|
|
3010
|
-
SamplesPerSec: AttributesSamplesPerSec;
|
|
3011
|
-
SclFileReference: AttributesSclFileReference;
|
|
3012
|
-
SecPerSamples: AttributesSecPerSamples;
|
|
3013
|
-
Security: AttributesSecurity;
|
|
3014
|
-
Server: AttributesServer;
|
|
3015
|
-
ServerAt: AttributesServerAt;
|
|
3016
|
-
ServiceSpecifications: AttributesServiceSpecifications;
|
|
3017
|
-
Services: AttributesServices;
|
|
3018
|
-
SetDataSetValue: AttributesSetDataSetValue;
|
|
3019
|
-
SettingControl: AttributesSettingControl;
|
|
3020
|
-
SettingGroups: AttributesSettingGroups;
|
|
3021
|
-
SignalRole: AttributesSignalRole;
|
|
3022
|
-
SmpRate: AttributesSmpRate;
|
|
3023
|
-
SmvOpts: AttributesSmvOpts;
|
|
3024
|
-
SourceFiles: AttributesSourceFiles;
|
|
3025
|
-
SourceRef: AttributesSourceRef;
|
|
3026
|
-
SubCategory: AttributesSubCategory;
|
|
3027
|
-
SubCheckoutID: AttributesSubCheckoutID;
|
|
3028
|
-
SubEquipment: AttributesSubEquipment;
|
|
3029
|
-
SubFunction: AttributesSubFunction;
|
|
3030
|
-
SubFunctionTemplate: AttributesSubFunctionTemplate;
|
|
3031
|
-
SubNetwork: AttributesSubNetwork;
|
|
3032
|
-
Subject: AttributesSubject;
|
|
3033
|
-
SubscriberLNode: AttributesSubscriberLNode;
|
|
3034
|
-
Substation: AttributesSubstation;
|
|
3035
|
-
SupSubscription: AttributesSupSubscription;
|
|
3036
|
-
TapChanger: AttributesTapChanger;
|
|
3037
|
-
Terminal: AttributesTerminal;
|
|
3038
|
-
Text: AttributesText;
|
|
3039
|
-
TimeSyncProt: AttributesTimeSyncProt;
|
|
3040
|
-
TimerActivatedControl: AttributesTimerActivatedControl;
|
|
3041
|
-
TransformerWinding: AttributesTransformerWinding;
|
|
3042
|
-
TrgOps: AttributesTrgOps;
|
|
3043
|
-
Val: AttributesVal;
|
|
3044
|
-
ValueHandling: AttributesValueHandling;
|
|
3045
|
-
Variable: AttributesVariable;
|
|
3046
|
-
VariableApplyTo: AttributesVariableApplyTo;
|
|
3047
|
-
VariableRef: AttributesVariableRef;
|
|
3048
|
-
Voltage: AttributesVoltage;
|
|
3049
|
-
VoltageLevel: AttributesVoltageLevel;
|
|
3050
|
-
};
|
|
3051
|
-
export type AttributesOf<T extends AvailableElement> = AttributesMap[T];
|
|
3052
|
-
export type RequiredAttributeNames<T extends AvailableElement> = typeof REQUIRED_ATTRIBUTES[T][number];
|
|
3053
|
-
export type OptionalAttributeNames<T extends AvailableElement> = Exclude<keyof AttributesOf<T>, RequiredAttributeNames<T>>;
|
|
3054
|
-
export {};
|
|
3055
|
-
//# sourceMappingURL=types.generated.d.ts.map
|