@itwin/ecschema-metadata 4.0.0-dev.8 → 4.0.0-dev.80
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/CHANGELOG.md +41 -1
- package/lib/cjs/Constants.d.ts +23 -23
- package/lib/cjs/Constants.js +33 -33
- package/lib/cjs/Constants.js.map +1 -1
- package/lib/cjs/Context.d.ts +139 -139
- package/lib/cjs/Context.js +204 -204
- package/lib/cjs/DelayedPromise.d.ts +88 -88
- package/lib/cjs/DelayedPromise.d.ts.map +1 -1
- package/lib/cjs/DelayedPromise.js +91 -91
- package/lib/cjs/DelayedPromise.js.map +1 -1
- package/lib/cjs/Deserialization/AbstractParser.d.ts +45 -45
- package/lib/cjs/Deserialization/AbstractParser.d.ts.map +1 -1
- package/lib/cjs/Deserialization/AbstractParser.js +11 -11
- package/lib/cjs/Deserialization/Helper.d.ts +251 -251
- package/lib/cjs/Deserialization/Helper.js +843 -843
- package/lib/cjs/Deserialization/JsonParser.d.ts +165 -165
- package/lib/cjs/Deserialization/JsonParser.js +680 -680
- package/lib/cjs/Deserialization/JsonProps.d.ts +282 -282
- package/lib/cjs/Deserialization/JsonProps.d.ts.map +1 -1
- package/lib/cjs/Deserialization/JsonProps.js +9 -9
- package/lib/cjs/Deserialization/SchemaGraphUtil.d.ts +34 -34
- package/lib/cjs/Deserialization/SchemaGraphUtil.js +77 -77
- package/lib/cjs/Deserialization/XmlParser.d.ts +85 -85
- package/lib/cjs/Deserialization/XmlParser.js +973 -973
- package/lib/cjs/Deserialization/XmlSerializationUtils.d.ts +54 -54
- package/lib/cjs/Deserialization/XmlSerializationUtils.js +174 -174
- package/lib/cjs/ECName.d.ts +30 -30
- package/lib/cjs/ECName.js +85 -85
- package/lib/cjs/ECObjects.d.ts +162 -162
- package/lib/cjs/ECObjects.js +453 -453
- package/lib/cjs/Exception.d.ts +43 -43
- package/lib/cjs/Exception.js +84 -84
- package/lib/cjs/Interfaces.d.ts +66 -66
- package/lib/cjs/Interfaces.d.ts.map +1 -1
- package/lib/cjs/Interfaces.js +9 -9
- package/lib/cjs/Metadata/Class.d.ts +243 -243
- package/lib/cjs/Metadata/Class.js +558 -558
- package/lib/cjs/Metadata/Class.js.map +1 -1
- package/lib/cjs/Metadata/Constant.d.ts +64 -64
- package/lib/cjs/Metadata/Constant.js +123 -123
- package/lib/cjs/Metadata/Constant.js.map +1 -1
- package/lib/cjs/Metadata/CustomAttribute.d.ts +23 -23
- package/lib/cjs/Metadata/CustomAttribute.js +27 -27
- package/lib/cjs/Metadata/CustomAttributeClass.d.ts +39 -39
- package/lib/cjs/Metadata/CustomAttributeClass.js +68 -68
- package/lib/cjs/Metadata/CustomAttributeClass.js.map +1 -1
- package/lib/cjs/Metadata/EntityClass.d.ts +77 -77
- package/lib/cjs/Metadata/EntityClass.js +230 -230
- package/lib/cjs/Metadata/Enumeration.d.ts +86 -86
- package/lib/cjs/Metadata/Enumeration.d.ts.map +1 -1
- package/lib/cjs/Metadata/Enumeration.js +159 -159
- package/lib/cjs/Metadata/Enumeration.js.map +1 -1
- package/lib/cjs/Metadata/Format.d.ts +98 -98
- package/lib/cjs/Metadata/Format.js +242 -242
- package/lib/cjs/Metadata/InvertedUnit.d.ts +49 -49
- package/lib/cjs/Metadata/InvertedUnit.js +97 -97
- package/lib/cjs/Metadata/KindOfQuantity.d.ts +65 -65
- package/lib/cjs/Metadata/KindOfQuantity.js +225 -225
- package/lib/cjs/Metadata/KindOfQuantity.js.map +1 -1
- package/lib/cjs/Metadata/Mixin.d.ts +54 -54
- package/lib/cjs/Metadata/Mixin.js +113 -113
- package/lib/cjs/Metadata/Mixin.js.map +1 -1
- package/lib/cjs/Metadata/OverrideFormat.d.ts +55 -55
- package/lib/cjs/Metadata/OverrideFormat.js +88 -88
- package/lib/cjs/Metadata/Phenomenon.d.ts +33 -33
- package/lib/cjs/Metadata/Phenomenon.js +59 -59
- package/lib/cjs/Metadata/Property.d.ts +197 -197
- package/lib/cjs/Metadata/Property.d.ts.map +1 -1
- package/lib/cjs/Metadata/Property.js +491 -491
- package/lib/cjs/Metadata/Property.js.map +1 -1
- package/lib/cjs/Metadata/PropertyCategory.d.ts +39 -39
- package/lib/cjs/Metadata/PropertyCategory.js +61 -61
- package/lib/cjs/Metadata/PropertyCategory.js.map +1 -1
- package/lib/cjs/Metadata/RelationshipClass.d.ts +152 -152
- package/lib/cjs/Metadata/RelationshipClass.js +349 -349
- package/lib/cjs/Metadata/RelationshipClass.js.map +1 -1
- package/lib/cjs/Metadata/Schema.d.ts +291 -291
- package/lib/cjs/Metadata/Schema.d.ts.map +1 -1
- package/lib/cjs/Metadata/Schema.js +520 -520
- package/lib/cjs/Metadata/Schema.js.map +1 -1
- package/lib/cjs/Metadata/SchemaItem.d.ts +61 -61
- package/lib/cjs/Metadata/SchemaItem.js +136 -136
- package/lib/cjs/Metadata/Unit.d.ts +76 -76
- package/lib/cjs/Metadata/Unit.js +162 -162
- package/lib/cjs/Metadata/Unit.js.map +1 -1
- package/lib/cjs/Metadata/UnitSystem.d.ts +20 -20
- package/lib/cjs/Metadata/UnitSystem.js +29 -29
- package/lib/cjs/PropertyTypes.d.ts +49 -49
- package/lib/cjs/PropertyTypes.js +91 -91
- package/lib/cjs/PropertyTypes.js.map +1 -1
- package/lib/cjs/SchemaJsonLocater.d.ts +34 -34
- package/lib/cjs/SchemaJsonLocater.d.ts.map +1 -1
- package/lib/cjs/SchemaJsonLocater.js +42 -42
- package/lib/cjs/SchemaKey.d.ts +110 -110
- package/lib/cjs/SchemaKey.js +219 -219
- package/lib/cjs/SchemaLoader.d.ts +23 -23
- package/lib/cjs/SchemaLoader.js +47 -47
- package/lib/cjs/SchemaPartVisitorDelegate.d.ts +274 -274
- package/lib/cjs/SchemaPartVisitorDelegate.js +212 -212
- package/lib/cjs/UnitConversion/Graph.d.ts +34 -34
- package/lib/cjs/UnitConversion/Graph.js +83 -83
- package/lib/cjs/UnitConversion/Parser.d.ts +8 -8
- package/lib/cjs/UnitConversion/Parser.js +42 -42
- package/lib/cjs/UnitConversion/UnitConversion.d.ts +45 -45
- package/lib/cjs/UnitConversion/UnitConversion.js +77 -77
- package/lib/cjs/UnitConversion/UnitConversion.js.map +1 -1
- package/lib/cjs/UnitConversion/UnitConverter.d.ts +39 -39
- package/lib/cjs/UnitConversion/UnitConverter.js +116 -116
- package/lib/cjs/UnitConversion/UnitTree.d.ts +43 -43
- package/lib/cjs/UnitConversion/UnitTree.js +169 -169
- package/lib/cjs/UnitProvider/SchemaUnitProvider.d.ts +77 -77
- package/lib/cjs/UnitProvider/SchemaUnitProvider.js +234 -236
- package/lib/cjs/UnitProvider/SchemaUnitProvider.js.map +1 -1
- package/lib/cjs/Validation/SchemaWalker.d.ts +23 -23
- package/lib/cjs/Validation/SchemaWalker.js +53 -53
- package/lib/cjs/ecschema-metadata.d.ts +51 -51
- package/lib/cjs/ecschema-metadata.js +100 -96
- package/lib/cjs/ecschema-metadata.js.map +1 -1
- package/lib/cjs/utils/SchemaGraph.d.ts +25 -25
- package/lib/cjs/utils/SchemaGraph.js +65 -65
- package/package.json +12 -12
|
@@ -1,283 +1,283 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module Metadata
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @beta
|
|
6
|
-
*/
|
|
7
|
-
export
|
|
8
|
-
/**
|
|
9
|
-
* @beta
|
|
10
|
-
*/
|
|
11
|
-
export
|
|
12
|
-
/**
|
|
13
|
-
* @beta
|
|
14
|
-
*/
|
|
15
|
-
export
|
|
16
|
-
/**
|
|
17
|
-
* @beta
|
|
18
|
-
*/
|
|
19
|
-
export interface SchemaProps {
|
|
20
|
-
readonly $schema: string;
|
|
21
|
-
readonly name: string;
|
|
22
|
-
readonly version: string;
|
|
23
|
-
readonly alias: string;
|
|
24
|
-
readonly label?: string;
|
|
25
|
-
readonly description?: string;
|
|
26
|
-
readonly references?: SchemaReferenceProps[];
|
|
27
|
-
readonly items?: {
|
|
28
|
-
[name: string]: SchemaItemProps;
|
|
29
|
-
};
|
|
30
|
-
readonly customAttributes?: Array<{
|
|
31
|
-
[value: string]: any;
|
|
32
|
-
}>;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* JSON Object interface used to deserialize into a [[SchemaKey]].
|
|
36
|
-
* @beta
|
|
37
|
-
*/
|
|
38
|
-
export interface SchemaKeyProps {
|
|
39
|
-
/** The schema name */
|
|
40
|
-
readonly name: string;
|
|
41
|
-
/** Read version of the schema */
|
|
42
|
-
readonly read: number;
|
|
43
|
-
/** Write version of the schema */
|
|
44
|
-
readonly write: number;
|
|
45
|
-
/** Minor version of the schema */
|
|
46
|
-
readonly minor: number;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* @beta
|
|
50
|
-
*/
|
|
51
|
-
export interface SchemaReferenceProps {
|
|
52
|
-
readonly name: string;
|
|
53
|
-
readonly version: string;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* @beta
|
|
57
|
-
*/
|
|
58
|
-
export interface SchemaItemProps {
|
|
59
|
-
readonly $schema?: string;
|
|
60
|
-
readonly schema?: string;
|
|
61
|
-
readonly schemaVersion?: string;
|
|
62
|
-
readonly name?: string;
|
|
63
|
-
readonly schemaItemType?: string;
|
|
64
|
-
readonly label?: string;
|
|
65
|
-
readonly description?: string;
|
|
66
|
-
readonly customAttributes?: Array<{
|
|
67
|
-
[value: string]: any;
|
|
68
|
-
}>;
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* @beta
|
|
72
|
-
*/
|
|
73
|
-
export interface ClassProps extends SchemaItemProps {
|
|
74
|
-
readonly modifier?: string;
|
|
75
|
-
readonly baseClass?: string;
|
|
76
|
-
readonly properties?: AnyPropertyProps[];
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* @beta
|
|
80
|
-
*/
|
|
81
|
-
export interface EntityClassProps extends ClassProps {
|
|
82
|
-
readonly mixins?: string[];
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* @beta
|
|
86
|
-
*/
|
|
87
|
-
export interface MixinProps extends ClassProps {
|
|
88
|
-
readonly appliesTo: string;
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* @beta
|
|
92
|
-
*/
|
|
93
|
-
export
|
|
94
|
-
/**
|
|
95
|
-
* @beta
|
|
96
|
-
*/
|
|
97
|
-
export interface CustomAttributeClassProps extends ClassProps {
|
|
98
|
-
readonly appliesTo: string;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* @beta
|
|
102
|
-
*/
|
|
103
|
-
export interface RelationshipClassProps extends ClassProps {
|
|
104
|
-
readonly strength: string;
|
|
105
|
-
readonly strengthDirection: string;
|
|
106
|
-
readonly source: RelationshipConstraintProps;
|
|
107
|
-
readonly target: RelationshipConstraintProps;
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* @beta
|
|
111
|
-
*/
|
|
112
|
-
export interface RelationshipConstraintProps {
|
|
113
|
-
readonly multiplicity: string;
|
|
114
|
-
readonly roleLabel: string;
|
|
115
|
-
readonly polymorphic: boolean;
|
|
116
|
-
readonly abstractConstraint?: string;
|
|
117
|
-
readonly constraintClasses: string[];
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
* @beta
|
|
121
|
-
*/
|
|
122
|
-
export interface EnumerationProps extends SchemaItemProps {
|
|
123
|
-
readonly type: string;
|
|
124
|
-
readonly isStrict: boolean;
|
|
125
|
-
readonly enumerators: EnumeratorProps[];
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* @beta
|
|
129
|
-
*/
|
|
130
|
-
export interface EnumeratorProps {
|
|
131
|
-
readonly name: string;
|
|
132
|
-
readonly value: string | number;
|
|
133
|
-
readonly label?: string;
|
|
134
|
-
readonly description?: string;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* @beta
|
|
138
|
-
*/
|
|
139
|
-
export interface KindOfQuantityProps extends SchemaItemProps {
|
|
140
|
-
readonly persistenceUnit: string;
|
|
141
|
-
readonly presentationUnits?: string | string[];
|
|
142
|
-
readonly relativeError: number;
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* @beta
|
|
146
|
-
*/
|
|
147
|
-
export interface PropertyCategoryProps extends SchemaItemProps {
|
|
148
|
-
readonly priority: number;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* @beta
|
|
152
|
-
*/
|
|
153
|
-
export interface PropertyProps {
|
|
154
|
-
readonly name: string;
|
|
155
|
-
readonly type: string;
|
|
156
|
-
readonly description?: string;
|
|
157
|
-
readonly label?: string;
|
|
158
|
-
readonly isReadOnly?: boolean;
|
|
159
|
-
readonly category?: string;
|
|
160
|
-
readonly priority?: number;
|
|
161
|
-
readonly inherited?: boolean;
|
|
162
|
-
readonly kindOfQuantity?: string;
|
|
163
|
-
readonly customAttributes?: Array<{
|
|
164
|
-
[value: string]: any;
|
|
165
|
-
}>;
|
|
166
|
-
}
|
|
167
|
-
/**
|
|
168
|
-
* @beta
|
|
169
|
-
*/
|
|
170
|
-
export interface PrimitiveOrEnumPropertyBaseProps extends PropertyProps {
|
|
171
|
-
readonly extendedTypeName?: string;
|
|
172
|
-
readonly minLength?: number;
|
|
173
|
-
readonly maxLength?: number;
|
|
174
|
-
readonly minValue?: number;
|
|
175
|
-
readonly maxValue?: number;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* @beta
|
|
179
|
-
*/
|
|
180
|
-
export interface PrimitivePropertyProps extends PrimitiveOrEnumPropertyBaseProps {
|
|
181
|
-
readonly typeName: string;
|
|
182
|
-
}
|
|
183
|
-
/**
|
|
184
|
-
* @beta
|
|
185
|
-
*/
|
|
186
|
-
export interface StructPropertyProps extends PropertyProps {
|
|
187
|
-
readonly typeName: string;
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* @beta
|
|
191
|
-
*/
|
|
192
|
-
export interface EnumerationPropertyProps extends PrimitiveOrEnumPropertyBaseProps {
|
|
193
|
-
readonly typeName: string;
|
|
194
|
-
}
|
|
195
|
-
/**
|
|
196
|
-
* @beta
|
|
197
|
-
*/
|
|
198
|
-
export interface ArrayPropertyProps extends PrimitiveOrEnumPropertyBaseProps {
|
|
199
|
-
readonly minOccurs?: number;
|
|
200
|
-
readonly maxOccurs?: number;
|
|
201
|
-
}
|
|
202
|
-
/**
|
|
203
|
-
* @beta
|
|
204
|
-
*/
|
|
205
|
-
export interface PrimitiveArrayPropertyProps extends ArrayPropertyProps {
|
|
206
|
-
readonly typeName: string;
|
|
207
|
-
}
|
|
208
|
-
/**
|
|
209
|
-
* @beta
|
|
210
|
-
*/
|
|
211
|
-
export interface StructArrayPropertyProps extends ArrayPropertyProps {
|
|
212
|
-
readonly typeName: string;
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
* @beta
|
|
216
|
-
*/
|
|
217
|
-
export interface NavigationPropertyProps extends PropertyProps {
|
|
218
|
-
readonly relationshipName: string;
|
|
219
|
-
readonly direction: string;
|
|
220
|
-
}
|
|
221
|
-
/**
|
|
222
|
-
* @beta
|
|
223
|
-
*/
|
|
224
|
-
export interface ConstantProps extends SchemaItemProps {
|
|
225
|
-
readonly phenomenon: string;
|
|
226
|
-
readonly definition: string;
|
|
227
|
-
readonly numerator?: number;
|
|
228
|
-
readonly denominator?: number;
|
|
229
|
-
}
|
|
230
|
-
/**
|
|
231
|
-
* @beta
|
|
232
|
-
*/
|
|
233
|
-
export interface FormatProps extends SchemaItemProps {
|
|
234
|
-
readonly type: string;
|
|
235
|
-
readonly precision?: number;
|
|
236
|
-
readonly roundFactor?: number;
|
|
237
|
-
readonly minWidth?: number;
|
|
238
|
-
readonly showSignOption?: string;
|
|
239
|
-
readonly formatTraits?: string | string[];
|
|
240
|
-
readonly decimalSeparator?: string;
|
|
241
|
-
readonly thousandSeparator?: string;
|
|
242
|
-
readonly uomSeparator?: string;
|
|
243
|
-
readonly scientificType?: string;
|
|
244
|
-
readonly stationOffsetSize?: number;
|
|
245
|
-
readonly stationSeparator?: string;
|
|
246
|
-
readonly composite?: {
|
|
247
|
-
readonly spacer?: string;
|
|
248
|
-
readonly includeZero?: boolean;
|
|
249
|
-
readonly units: Array<{
|
|
250
|
-
readonly name: string;
|
|
251
|
-
readonly label?: string;
|
|
252
|
-
}>;
|
|
253
|
-
};
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* @beta
|
|
257
|
-
*/
|
|
258
|
-
export interface InvertedUnitProps extends SchemaItemProps {
|
|
259
|
-
readonly invertsUnit: string;
|
|
260
|
-
readonly unitSystem: string;
|
|
261
|
-
}
|
|
262
|
-
/**
|
|
263
|
-
* @beta
|
|
264
|
-
*/
|
|
265
|
-
export interface PhenomenonProps extends SchemaItemProps {
|
|
266
|
-
readonly definition: string;
|
|
267
|
-
}
|
|
268
|
-
/**
|
|
269
|
-
* @beta
|
|
270
|
-
*/
|
|
271
|
-
export
|
|
272
|
-
/**
|
|
273
|
-
* @beta
|
|
274
|
-
*/
|
|
275
|
-
export interface UnitProps extends SchemaItemProps {
|
|
276
|
-
readonly phenomenon: string;
|
|
277
|
-
readonly unitSystem: string;
|
|
278
|
-
readonly definition: string;
|
|
279
|
-
readonly numerator?: number;
|
|
280
|
-
readonly denominator?: number;
|
|
281
|
-
readonly offset?: number;
|
|
282
|
-
}
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Metadata
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @beta
|
|
6
|
+
*/
|
|
7
|
+
export type AnyPropertyProps = PrimitivePropertyProps | StructPropertyProps | PrimitiveArrayPropertyProps | StructArrayPropertyProps | NavigationPropertyProps;
|
|
8
|
+
/**
|
|
9
|
+
* @beta
|
|
10
|
+
*/
|
|
11
|
+
export type AnyClassProps = EntityClassProps | MixinProps | CustomAttributeClassProps | RelationshipClassProps;
|
|
12
|
+
/**
|
|
13
|
+
* @beta
|
|
14
|
+
*/
|
|
15
|
+
export type AnySchemaItemProps = AnyClassProps | EnumerationProps | KindOfQuantityProps | PropertyCategoryProps | UnitProps | InvertedUnitProps | ConstantProps | PhenomenonProps | FormatProps;
|
|
16
|
+
/**
|
|
17
|
+
* @beta
|
|
18
|
+
*/
|
|
19
|
+
export interface SchemaProps {
|
|
20
|
+
readonly $schema: string;
|
|
21
|
+
readonly name: string;
|
|
22
|
+
readonly version: string;
|
|
23
|
+
readonly alias: string;
|
|
24
|
+
readonly label?: string;
|
|
25
|
+
readonly description?: string;
|
|
26
|
+
readonly references?: SchemaReferenceProps[];
|
|
27
|
+
readonly items?: {
|
|
28
|
+
[name: string]: SchemaItemProps;
|
|
29
|
+
};
|
|
30
|
+
readonly customAttributes?: Array<{
|
|
31
|
+
[value: string]: any;
|
|
32
|
+
}>;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* JSON Object interface used to deserialize into a [[SchemaKey]].
|
|
36
|
+
* @beta
|
|
37
|
+
*/
|
|
38
|
+
export interface SchemaKeyProps {
|
|
39
|
+
/** The schema name */
|
|
40
|
+
readonly name: string;
|
|
41
|
+
/** Read version of the schema */
|
|
42
|
+
readonly read: number;
|
|
43
|
+
/** Write version of the schema */
|
|
44
|
+
readonly write: number;
|
|
45
|
+
/** Minor version of the schema */
|
|
46
|
+
readonly minor: number;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @beta
|
|
50
|
+
*/
|
|
51
|
+
export interface SchemaReferenceProps {
|
|
52
|
+
readonly name: string;
|
|
53
|
+
readonly version: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @beta
|
|
57
|
+
*/
|
|
58
|
+
export interface SchemaItemProps {
|
|
59
|
+
readonly $schema?: string;
|
|
60
|
+
readonly schema?: string;
|
|
61
|
+
readonly schemaVersion?: string;
|
|
62
|
+
readonly name?: string;
|
|
63
|
+
readonly schemaItemType?: string;
|
|
64
|
+
readonly label?: string;
|
|
65
|
+
readonly description?: string;
|
|
66
|
+
readonly customAttributes?: Array<{
|
|
67
|
+
[value: string]: any;
|
|
68
|
+
}>;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @beta
|
|
72
|
+
*/
|
|
73
|
+
export interface ClassProps extends SchemaItemProps {
|
|
74
|
+
readonly modifier?: string;
|
|
75
|
+
readonly baseClass?: string;
|
|
76
|
+
readonly properties?: AnyPropertyProps[];
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @beta
|
|
80
|
+
*/
|
|
81
|
+
export interface EntityClassProps extends ClassProps {
|
|
82
|
+
readonly mixins?: string[];
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @beta
|
|
86
|
+
*/
|
|
87
|
+
export interface MixinProps extends ClassProps {
|
|
88
|
+
readonly appliesTo: string;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* @beta
|
|
92
|
+
*/
|
|
93
|
+
export type StructClassProps = ClassProps;
|
|
94
|
+
/**
|
|
95
|
+
* @beta
|
|
96
|
+
*/
|
|
97
|
+
export interface CustomAttributeClassProps extends ClassProps {
|
|
98
|
+
readonly appliesTo: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @beta
|
|
102
|
+
*/
|
|
103
|
+
export interface RelationshipClassProps extends ClassProps {
|
|
104
|
+
readonly strength: string;
|
|
105
|
+
readonly strengthDirection: string;
|
|
106
|
+
readonly source: RelationshipConstraintProps;
|
|
107
|
+
readonly target: RelationshipConstraintProps;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* @beta
|
|
111
|
+
*/
|
|
112
|
+
export interface RelationshipConstraintProps {
|
|
113
|
+
readonly multiplicity: string;
|
|
114
|
+
readonly roleLabel: string;
|
|
115
|
+
readonly polymorphic: boolean;
|
|
116
|
+
readonly abstractConstraint?: string;
|
|
117
|
+
readonly constraintClasses: string[];
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* @beta
|
|
121
|
+
*/
|
|
122
|
+
export interface EnumerationProps extends SchemaItemProps {
|
|
123
|
+
readonly type: string;
|
|
124
|
+
readonly isStrict: boolean;
|
|
125
|
+
readonly enumerators: EnumeratorProps[];
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* @beta
|
|
129
|
+
*/
|
|
130
|
+
export interface EnumeratorProps {
|
|
131
|
+
readonly name: string;
|
|
132
|
+
readonly value: string | number;
|
|
133
|
+
readonly label?: string;
|
|
134
|
+
readonly description?: string;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @beta
|
|
138
|
+
*/
|
|
139
|
+
export interface KindOfQuantityProps extends SchemaItemProps {
|
|
140
|
+
readonly persistenceUnit: string;
|
|
141
|
+
readonly presentationUnits?: string | string[];
|
|
142
|
+
readonly relativeError: number;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* @beta
|
|
146
|
+
*/
|
|
147
|
+
export interface PropertyCategoryProps extends SchemaItemProps {
|
|
148
|
+
readonly priority: number;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* @beta
|
|
152
|
+
*/
|
|
153
|
+
export interface PropertyProps {
|
|
154
|
+
readonly name: string;
|
|
155
|
+
readonly type: string;
|
|
156
|
+
readonly description?: string;
|
|
157
|
+
readonly label?: string;
|
|
158
|
+
readonly isReadOnly?: boolean;
|
|
159
|
+
readonly category?: string;
|
|
160
|
+
readonly priority?: number;
|
|
161
|
+
readonly inherited?: boolean;
|
|
162
|
+
readonly kindOfQuantity?: string;
|
|
163
|
+
readonly customAttributes?: Array<{
|
|
164
|
+
[value: string]: any;
|
|
165
|
+
}>;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* @beta
|
|
169
|
+
*/
|
|
170
|
+
export interface PrimitiveOrEnumPropertyBaseProps extends PropertyProps {
|
|
171
|
+
readonly extendedTypeName?: string;
|
|
172
|
+
readonly minLength?: number;
|
|
173
|
+
readonly maxLength?: number;
|
|
174
|
+
readonly minValue?: number;
|
|
175
|
+
readonly maxValue?: number;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* @beta
|
|
179
|
+
*/
|
|
180
|
+
export interface PrimitivePropertyProps extends PrimitiveOrEnumPropertyBaseProps {
|
|
181
|
+
readonly typeName: string;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* @beta
|
|
185
|
+
*/
|
|
186
|
+
export interface StructPropertyProps extends PropertyProps {
|
|
187
|
+
readonly typeName: string;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @beta
|
|
191
|
+
*/
|
|
192
|
+
export interface EnumerationPropertyProps extends PrimitiveOrEnumPropertyBaseProps {
|
|
193
|
+
readonly typeName: string;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* @beta
|
|
197
|
+
*/
|
|
198
|
+
export interface ArrayPropertyProps extends PrimitiveOrEnumPropertyBaseProps {
|
|
199
|
+
readonly minOccurs?: number;
|
|
200
|
+
readonly maxOccurs?: number;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* @beta
|
|
204
|
+
*/
|
|
205
|
+
export interface PrimitiveArrayPropertyProps extends ArrayPropertyProps {
|
|
206
|
+
readonly typeName: string;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* @beta
|
|
210
|
+
*/
|
|
211
|
+
export interface StructArrayPropertyProps extends ArrayPropertyProps {
|
|
212
|
+
readonly typeName: string;
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* @beta
|
|
216
|
+
*/
|
|
217
|
+
export interface NavigationPropertyProps extends PropertyProps {
|
|
218
|
+
readonly relationshipName: string;
|
|
219
|
+
readonly direction: string;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* @beta
|
|
223
|
+
*/
|
|
224
|
+
export interface ConstantProps extends SchemaItemProps {
|
|
225
|
+
readonly phenomenon: string;
|
|
226
|
+
readonly definition: string;
|
|
227
|
+
readonly numerator?: number;
|
|
228
|
+
readonly denominator?: number;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* @beta
|
|
232
|
+
*/
|
|
233
|
+
export interface FormatProps extends SchemaItemProps {
|
|
234
|
+
readonly type: string;
|
|
235
|
+
readonly precision?: number;
|
|
236
|
+
readonly roundFactor?: number;
|
|
237
|
+
readonly minWidth?: number;
|
|
238
|
+
readonly showSignOption?: string;
|
|
239
|
+
readonly formatTraits?: string | string[];
|
|
240
|
+
readonly decimalSeparator?: string;
|
|
241
|
+
readonly thousandSeparator?: string;
|
|
242
|
+
readonly uomSeparator?: string;
|
|
243
|
+
readonly scientificType?: string;
|
|
244
|
+
readonly stationOffsetSize?: number;
|
|
245
|
+
readonly stationSeparator?: string;
|
|
246
|
+
readonly composite?: {
|
|
247
|
+
readonly spacer?: string;
|
|
248
|
+
readonly includeZero?: boolean;
|
|
249
|
+
readonly units: Array<{
|
|
250
|
+
readonly name: string;
|
|
251
|
+
readonly label?: string;
|
|
252
|
+
}>;
|
|
253
|
+
};
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* @beta
|
|
257
|
+
*/
|
|
258
|
+
export interface InvertedUnitProps extends SchemaItemProps {
|
|
259
|
+
readonly invertsUnit: string;
|
|
260
|
+
readonly unitSystem: string;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* @beta
|
|
264
|
+
*/
|
|
265
|
+
export interface PhenomenonProps extends SchemaItemProps {
|
|
266
|
+
readonly definition: string;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* @beta
|
|
270
|
+
*/
|
|
271
|
+
export type UnitSystemProps = SchemaItemProps;
|
|
272
|
+
/**
|
|
273
|
+
* @beta
|
|
274
|
+
*/
|
|
275
|
+
export interface UnitProps extends SchemaItemProps {
|
|
276
|
+
readonly phenomenon: string;
|
|
277
|
+
readonly unitSystem: string;
|
|
278
|
+
readonly definition: string;
|
|
279
|
+
readonly numerator?: number;
|
|
280
|
+
readonly denominator?: number;
|
|
281
|
+
readonly offset?: number;
|
|
282
|
+
}
|
|
283
283
|
//# sourceMappingURL=JsonProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JsonProps.d.ts","sourceRoot":"","sources":["../../../src/Deserialization/JsonProps.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"JsonProps.d.ts","sourceRoot":"","sources":["../../../src/Deserialization/JsonProps.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*---------------------------------------------------------------------------------------------
|
|
3
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
-
*--------------------------------------------------------------------------------------------*/
|
|
6
|
-
/** @packageDocumentation
|
|
7
|
-
* @module Metadata
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
/** @packageDocumentation
|
|
7
|
+
* @module Metadata
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
//# sourceMappingURL=JsonProps.js.map
|