@itwin/ecschema-editing 4.0.0-dev.7 → 4.0.0-dev.72

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.
Files changed (106) hide show
  1. package/CHANGELOG.md +41 -1
  2. package/lib/cjs/Editing/Constants.d.ts +20 -20
  3. package/lib/cjs/Editing/Constants.js +60 -60
  4. package/lib/cjs/Editing/CustomAttributes.d.ts +20 -20
  5. package/lib/cjs/Editing/CustomAttributes.js +59 -59
  6. package/lib/cjs/Editing/ECClasses.d.ts +54 -54
  7. package/lib/cjs/Editing/ECClasses.js +269 -269
  8. package/lib/cjs/Editing/Editor.d.ts +112 -112
  9. package/lib/cjs/Editing/Editor.js +166 -166
  10. package/lib/cjs/Editing/Entities.d.ts +25 -25
  11. package/lib/cjs/Editing/Entities.js +116 -116
  12. package/lib/cjs/Editing/Entities.js.map +1 -1
  13. package/lib/cjs/Editing/Enumerations.d.ts +21 -21
  14. package/lib/cjs/Editing/Enumerations.js +66 -66
  15. package/lib/cjs/Editing/Formats.d.ts +21 -21
  16. package/lib/cjs/Editing/Formats.js +61 -61
  17. package/lib/cjs/Editing/InvertedUnits.d.ts +17 -17
  18. package/lib/cjs/Editing/InvertedUnits.js +82 -82
  19. package/lib/cjs/Editing/KindOfQuantities.d.ts +28 -28
  20. package/lib/cjs/Editing/KindOfQuantities.js +78 -78
  21. package/lib/cjs/Editing/Mixins.d.ts +22 -22
  22. package/lib/cjs/Editing/Mixins.js +84 -84
  23. package/lib/cjs/Editing/Mutable/MutableCAClass.d.ts +9 -9
  24. package/lib/cjs/Editing/Mutable/MutableCAClass.js +15 -15
  25. package/lib/cjs/Editing/Mutable/MutableClass.d.ts +34 -34
  26. package/lib/cjs/Editing/Mutable/MutableClass.js +22 -22
  27. package/lib/cjs/Editing/Mutable/MutableConstant.d.ts +12 -12
  28. package/lib/cjs/Editing/Mutable/MutableConstant.js +15 -15
  29. package/lib/cjs/Editing/Mutable/MutableEntityClass.d.ts +15 -15
  30. package/lib/cjs/Editing/Mutable/MutableEntityClass.js +59 -59
  31. package/lib/cjs/Editing/Mutable/MutableEnumeration.d.ts +9 -9
  32. package/lib/cjs/Editing/Mutable/MutableEnumeration.js +14 -14
  33. package/lib/cjs/Editing/Mutable/MutableFormat.d.ts +18 -18
  34. package/lib/cjs/Editing/Mutable/MutableFormat.js +15 -15
  35. package/lib/cjs/Editing/Mutable/MutableInvertedUnit.d.ts +10 -10
  36. package/lib/cjs/Editing/Mutable/MutableInvertedUnit.js +15 -15
  37. package/lib/cjs/Editing/Mutable/MutableKindOfQuantity.d.ts +10 -10
  38. package/lib/cjs/Editing/Mutable/MutableKindOfQuantity.js +15 -15
  39. package/lib/cjs/Editing/Mutable/MutableMixin.d.ts +11 -11
  40. package/lib/cjs/Editing/Mutable/MutableMixin.js +15 -15
  41. package/lib/cjs/Editing/Mutable/MutablePhenomenon.d.ts +9 -9
  42. package/lib/cjs/Editing/Mutable/MutablePhenomenon.js +15 -15
  43. package/lib/cjs/Editing/Mutable/MutableProperty.d.ts +8 -8
  44. package/lib/cjs/Editing/Mutable/MutableProperty.js +15 -15
  45. package/lib/cjs/Editing/Mutable/MutablePropertyCategory.d.ts +9 -9
  46. package/lib/cjs/Editing/Mutable/MutablePropertyCategory.js +15 -15
  47. package/lib/cjs/Editing/Mutable/MutableRelationshipClass.d.ts +21 -21
  48. package/lib/cjs/Editing/Mutable/MutableRelationshipClass.js +24 -24
  49. package/lib/cjs/Editing/Mutable/MutableSchema.d.ts +45 -45
  50. package/lib/cjs/Editing/Mutable/MutableSchema.js +17 -17
  51. package/lib/cjs/Editing/Mutable/MutableUnit.d.ts +11 -11
  52. package/lib/cjs/Editing/Mutable/MutableUnit.js +15 -15
  53. package/lib/cjs/Editing/Mutable/MutableUnitSystem.d.ts +8 -8
  54. package/lib/cjs/Editing/Mutable/MutableUnitSystem.js +15 -15
  55. package/lib/cjs/Editing/Phenomena.d.ts +15 -15
  56. package/lib/cjs/Editing/Phenomena.js +44 -44
  57. package/lib/cjs/Editing/PropertyCategories.d.ts +16 -16
  58. package/lib/cjs/Editing/PropertyCategories.js +51 -51
  59. package/lib/cjs/Editing/RelationshipClasses.d.ts +21 -21
  60. package/lib/cjs/Editing/RelationshipClasses.js +68 -68
  61. package/lib/cjs/Editing/Structs.d.ts +19 -19
  62. package/lib/cjs/Editing/Structs.js +57 -57
  63. package/lib/cjs/Editing/UnitSystems.d.ts +15 -15
  64. package/lib/cjs/Editing/UnitSystems.js +41 -41
  65. package/lib/cjs/Editing/Units.d.ts +15 -15
  66. package/lib/cjs/Editing/Units.js +58 -58
  67. package/lib/cjs/Validation/Diagnostic.d.ts +321 -321
  68. package/lib/cjs/Validation/Diagnostic.d.ts.map +1 -1
  69. package/lib/cjs/Validation/Diagnostic.js +310 -310
  70. package/lib/cjs/Validation/Diagnostic.js.map +1 -1
  71. package/lib/cjs/Validation/DiagnosticReporter.d.ts +96 -96
  72. package/lib/cjs/Validation/DiagnosticReporter.js +106 -106
  73. package/lib/cjs/Validation/ECRules.d.ts +443 -448
  74. package/lib/cjs/Validation/ECRules.d.ts.map +1 -1
  75. package/lib/cjs/Validation/ECRules.js +579 -593
  76. package/lib/cjs/Validation/ECRules.js.map +1 -1
  77. package/lib/cjs/Validation/LoggingDiagnosticReporter.d.ts +13 -13
  78. package/lib/cjs/Validation/LoggingDiagnosticReporter.js +40 -40
  79. package/lib/cjs/Validation/RuleSuppressionSet.d.ts +59 -59
  80. package/lib/cjs/Validation/RuleSuppressionSet.d.ts.map +1 -1
  81. package/lib/cjs/Validation/RuleSuppressionSet.js +9 -9
  82. package/lib/cjs/Validation/Rules.d.ts +64 -64
  83. package/lib/cjs/Validation/Rules.d.ts.map +1 -1
  84. package/lib/cjs/Validation/Rules.js +9 -9
  85. package/lib/cjs/Validation/SchemaChanges.d.ts +607 -607
  86. package/lib/cjs/Validation/SchemaChanges.js +1135 -1135
  87. package/lib/cjs/Validation/SchemaCompareDiagnostics.d.ts +422 -422
  88. package/lib/cjs/Validation/SchemaCompareDiagnostics.js +111 -111
  89. package/lib/cjs/Validation/SchemaCompareReporter.d.ts +11 -11
  90. package/lib/cjs/Validation/SchemaCompareReporter.js +9 -9
  91. package/lib/cjs/Validation/SchemaCompareResultDelegate.d.ts +236 -236
  92. package/lib/cjs/Validation/SchemaCompareResultDelegate.js +348 -348
  93. package/lib/cjs/Validation/SchemaCompareVisitor.d.ts +119 -119
  94. package/lib/cjs/Validation/SchemaCompareVisitor.js +206 -206
  95. package/lib/cjs/Validation/SchemaComparer.d.ts +171 -171
  96. package/lib/cjs/Validation/SchemaComparer.js +666 -666
  97. package/lib/cjs/Validation/SchemaValidater.d.ts +19 -19
  98. package/lib/cjs/Validation/SchemaValidater.js +61 -61
  99. package/lib/cjs/Validation/SchemaValidationVisitor.d.ts +170 -170
  100. package/lib/cjs/Validation/SchemaValidationVisitor.js +492 -492
  101. package/lib/cjs/Validation/SchemaWalker.d.ts +22 -22
  102. package/lib/cjs/Validation/SchemaWalker.js +51 -51
  103. package/lib/cjs/ecschema-editing.d.ts +33 -33
  104. package/lib/cjs/ecschema-editing.js +58 -54
  105. package/lib/cjs/ecschema-editing.js.map +1 -1
  106. package/package.json +15 -15
@@ -1,423 +1,423 @@
1
- /** @packageDocumentation
2
- * @module Comparison
3
- */
4
- import { AnyClass, AnyEnumerator, Constant, CustomAttribute, CustomAttributeClass, EntityClass, Enumeration, Format, InvertedUnit, KindOfQuantity, Mixin, OverrideFormat, PropertyCategory, RelationshipClass, Schema, SchemaItem, Unit } from "@itwin/ecschema-metadata";
5
- /**
6
- * The unique diagnostic codes for Schema comparison.
7
- * @beta
8
- */
9
- export declare const SchemaCompareCodes: {
10
- SchemaDelta: string;
11
- SchemaReferenceMissing: string;
12
- SchemaItemDelta: string;
13
- SchemaItemMissing: string;
14
- ClassDelta: string;
15
- BaseClassDelta: string;
16
- PropertyDelta: string;
17
- PropertyMissing: string;
18
- EntityMixinMissing: string;
19
- MixinDelta: string;
20
- RelationshipDelta: string;
21
- RelationshipConstraintDelta: string;
22
- RelationshipConstraintClassMissing: string;
23
- CustomAttributeClassDelta: string;
24
- CustomAttributeInstanceClassMissing: string;
25
- EnumerationDelta: string;
26
- EnumeratorMissing: string;
27
- EnumeratorDelta: string;
28
- KoqDelta: string;
29
- PresentationUnitMissing: string;
30
- PropertyCategoryDelta: string;
31
- FormatDelta: string;
32
- FormatUnitMissing: string;
33
- UnitLabelOverrideDelta: string;
34
- UnitDelta: string;
35
- InvertedUnitDelta: string;
36
- PhenomenonDelta: string;
37
- ConstantDelta: string;
38
- SchemaReferenceDelta: string;
39
- };
40
- /**
41
- * The list of [[IDiagnostic]] implementation classes used by the Schema comparison framework.
42
- * @beta
43
- */
44
- export declare const SchemaCompareDiagnostics: {
45
- /** Required message parameters: property name, property A value, property B value */
46
- SchemaDelta: {
47
- new (schema: Schema, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
48
- readonly code: string;
49
- readonly messageText: string;
50
- readonly schema: Schema;
51
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
52
- ecDefinition: Schema;
53
- messageArgs?: [string, any, any] | undefined;
54
- category: import("./Diagnostic").DiagnosticCategory;
55
- };
56
- code: string;
57
- diagnosticType: import("./Diagnostic").DiagnosticType;
58
- };
59
- /** Required message parameters: reference schema name */
60
- SchemaReferenceMissing: {
61
- new (schema: Schema, messageArgs: [Schema], category?: import("./Diagnostic").DiagnosticCategory): {
62
- readonly code: string;
63
- readonly messageText: string;
64
- readonly schema: Schema;
65
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
66
- ecDefinition: Schema;
67
- messageArgs?: [Schema] | undefined;
68
- category: import("./Diagnostic").DiagnosticCategory;
69
- };
70
- code: string;
71
- diagnosticType: import("./Diagnostic").DiagnosticType;
72
- };
73
- /** Required message parameters: schema name, version A, version B */
74
- SchemaReferenceDelta: {
75
- new (schema: Schema, messageArgs: [Schema, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
76
- readonly code: string;
77
- readonly messageText: string;
78
- readonly schema: Schema;
79
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
80
- ecDefinition: Schema;
81
- messageArgs?: [Schema, string, string] | undefined;
82
- category: import("./Diagnostic").DiagnosticCategory;
83
- };
84
- code: string;
85
- diagnosticType: import("./Diagnostic").DiagnosticType;
86
- };
87
- /** Required message parameters: property name, property A value, property B value */
88
- SchemaItemDelta: {
89
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
90
- readonly code: string;
91
- readonly messageText: string;
92
- readonly schema: Schema;
93
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
94
- ecDefinition: SchemaItem;
95
- messageArgs?: [string, any, any] | undefined;
96
- category: import("./Diagnostic").DiagnosticCategory;
97
- };
98
- diagnosticType: import("./Diagnostic").DiagnosticType;
99
- };
100
- /** Required message parameters: none */
101
- SchemaItemMissing: {
102
- new (ecDefinition: SchemaItem, messageArgs: [], category?: import("./Diagnostic").DiagnosticCategory): {
103
- readonly code: string;
104
- readonly messageText: string;
105
- readonly schema: Schema;
106
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
107
- ecDefinition: SchemaItem;
108
- messageArgs?: [] | undefined;
109
- category: import("./Diagnostic").DiagnosticCategory;
110
- };
111
- diagnosticType: import("./Diagnostic").DiagnosticType;
112
- };
113
- /** Required message parameters: property name, property A value, property B value */
114
- ClassDelta: {
115
- new (ecClass: AnyClass, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
116
- readonly code: string;
117
- readonly messageText: string;
118
- readonly schema: Schema;
119
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
120
- ecDefinition: AnyClass;
121
- messageArgs?: [string, any, any] | undefined;
122
- category: import("./Diagnostic").DiagnosticCategory;
123
- };
124
- diagnosticType: import("./Diagnostic").DiagnosticType;
125
- };
126
- /** Required message parameters: Class A base class, Class B base class */
127
- BaseClassDelta: {
128
- new (ecClass: AnyClass, messageArgs: [AnyClass | undefined, AnyClass | undefined], category?: import("./Diagnostic").DiagnosticCategory): {
129
- readonly code: string;
130
- readonly messageText: string;
131
- readonly schema: Schema;
132
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
133
- ecDefinition: AnyClass;
134
- messageArgs?: [AnyClass | undefined, AnyClass | undefined] | undefined;
135
- category: import("./Diagnostic").DiagnosticCategory;
136
- };
137
- diagnosticType: import("./Diagnostic").DiagnosticType;
138
- };
139
- /** Required message parameters: property name, property A value, property B value */
140
- PropertyDelta: {
141
- new (property: import("@itwin/ecschema-metadata").AnyProperty, messageArgs?: [string, any, any] | undefined, category?: import("./Diagnostic").DiagnosticCategory): {
142
- readonly code: string;
143
- readonly messageText: string;
144
- readonly schema: Schema;
145
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
146
- ecDefinition: import("@itwin/ecschema-metadata").AnyProperty;
147
- messageArgs?: [string, any, any] | undefined;
148
- category: import("./Diagnostic").DiagnosticCategory;
149
- };
150
- code: string;
151
- };
152
- /** Required message parameters: none */
153
- PropertyMissing: {
154
- new (property: import("@itwin/ecschema-metadata").AnyProperty, messageArgs?: [] | undefined, category?: import("./Diagnostic").DiagnosticCategory): {
155
- readonly code: string;
156
- readonly messageText: string;
157
- readonly schema: Schema;
158
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
159
- ecDefinition: import("@itwin/ecschema-metadata").AnyProperty;
160
- messageArgs?: [] | undefined;
161
- category: import("./Diagnostic").DiagnosticCategory;
162
- };
163
- code: string;
164
- };
165
- /** Required message parameters: Mixin */
166
- EntityMixinMissing: {
167
- new (ecDefinition: SchemaItem, messageArgs: [Mixin], category?: import("./Diagnostic").DiagnosticCategory): {
168
- readonly code: string;
169
- readonly messageText: string;
170
- readonly schema: Schema;
171
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
172
- ecDefinition: EntityClass;
173
- messageArgs?: [Mixin] | undefined;
174
- category: import("./Diagnostic").DiagnosticCategory;
175
- };
176
- diagnosticType: import("./Diagnostic").DiagnosticType;
177
- };
178
- /** Required message parameters: property name, property A value, property B value */
179
- MixinDelta: {
180
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
181
- readonly code: string;
182
- readonly messageText: string;
183
- readonly schema: Schema;
184
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
185
- ecDefinition: Mixin;
186
- messageArgs?: [string, any, any] | undefined;
187
- category: import("./Diagnostic").DiagnosticCategory;
188
- };
189
- diagnosticType: import("./Diagnostic").DiagnosticType;
190
- };
191
- /** Required message parameters: property name, property A value, property B value */
192
- RelationshipDelta: {
193
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
194
- readonly code: string;
195
- readonly messageText: string;
196
- readonly schema: Schema;
197
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
198
- ecDefinition: RelationshipClass;
199
- messageArgs?: [string, any, any] | undefined;
200
- category: import("./Diagnostic").DiagnosticCategory;
201
- };
202
- diagnosticType: import("./Diagnostic").DiagnosticType;
203
- };
204
- /** Required message parameters: property name, property A value, property B value */
205
- RelationshipConstraintDelta: {
206
- new (constraint: import("@itwin/ecschema-metadata").RelationshipConstraint, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
207
- readonly code: string;
208
- readonly messageText: string;
209
- readonly schema: Schema;
210
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
211
- ecDefinition: import("@itwin/ecschema-metadata").RelationshipConstraint;
212
- messageArgs?: [string, any, any] | undefined;
213
- category: import("./Diagnostic").DiagnosticCategory;
214
- };
215
- };
216
- /** Required message parameters: constraint class */
217
- RelationshipConstraintClassMissing: {
218
- new (constraint: import("@itwin/ecschema-metadata").RelationshipConstraint, messageArgs: [AnyClass], category?: import("./Diagnostic").DiagnosticCategory): {
219
- readonly code: string;
220
- readonly messageText: string;
221
- readonly schema: Schema;
222
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
223
- ecDefinition: import("@itwin/ecschema-metadata").RelationshipConstraint;
224
- messageArgs?: [AnyClass] | undefined;
225
- category: import("./Diagnostic").DiagnosticCategory;
226
- };
227
- };
228
- /** Required message parameters: property name, property A value, property B value */
229
- CustomAttributeClassDelta: {
230
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
231
- readonly code: string;
232
- readonly messageText: string;
233
- readonly schema: Schema;
234
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
235
- ecDefinition: CustomAttributeClass;
236
- messageArgs?: [string, any, any] | undefined;
237
- category: import("./Diagnostic").DiagnosticCategory;
238
- };
239
- diagnosticType: import("./Diagnostic").DiagnosticType;
240
- };
241
- /** Required message parameters: CustomAttributeClass name */
242
- CustomAttributeInstanceClassMissing: {
243
- new (container: import("@itwin/ecschema-metadata").CustomAttributeContainerProps, messageArgs: [CustomAttribute], category?: import("./Diagnostic").DiagnosticCategory): {
244
- readonly code: string;
245
- readonly messageText: string;
246
- readonly schema: Schema;
247
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
248
- ecDefinition: import("@itwin/ecschema-metadata").CustomAttributeContainerProps;
249
- messageArgs?: [CustomAttribute] | undefined;
250
- category: import("./Diagnostic").DiagnosticCategory;
251
- };
252
- };
253
- /** Required message parameters: property name, property A value, property B value */
254
- EnumerationDelta: {
255
- new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
256
- readonly code: string;
257
- readonly messageText: string;
258
- readonly schema: Schema;
259
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
260
- ecDefinition: Enumeration;
261
- messageArgs?: [string, string, string] | undefined;
262
- category: import("./Diagnostic").DiagnosticCategory;
263
- };
264
- diagnosticType: import("./Diagnostic").DiagnosticType;
265
- };
266
- /** Required message parameters: Enumerator */
267
- EnumeratorMissing: {
268
- new (ecDefinition: SchemaItem, messageArgs: [AnyEnumerator], category?: import("./Diagnostic").DiagnosticCategory): {
269
- readonly code: string;
270
- readonly messageText: string;
271
- readonly schema: Schema;
272
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
273
- ecDefinition: Enumeration;
274
- messageArgs?: [AnyEnumerator] | undefined;
275
- category: import("./Diagnostic").DiagnosticCategory;
276
- };
277
- diagnosticType: import("./Diagnostic").DiagnosticType;
278
- };
279
- /** Required message parameters: Enumerator property name, property A value, property B value */
280
- EnumeratorDelta: {
281
- new (ecDefinition: SchemaItem, messageArgs: [AnyEnumerator, string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
282
- readonly code: string;
283
- readonly messageText: string;
284
- readonly schema: Schema;
285
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
286
- ecDefinition: Enumeration;
287
- messageArgs?: [AnyEnumerator, string, any, any] | undefined;
288
- category: import("./Diagnostic").DiagnosticCategory;
289
- };
290
- diagnosticType: import("./Diagnostic").DiagnosticType;
291
- };
292
- /** Required message parameters: property name, property A value, property B value */
293
- KoqDelta: {
294
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
295
- readonly code: string;
296
- readonly messageText: string;
297
- readonly schema: Schema;
298
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
299
- ecDefinition: KindOfQuantity;
300
- messageArgs?: [string, any, any] | undefined;
301
- category: import("./Diagnostic").DiagnosticCategory;
302
- };
303
- diagnosticType: import("./Diagnostic").DiagnosticType;
304
- };
305
- /** Required message parameters: PresentationUnit (Format | OverrideFormat) */
306
- PresentationUnitMissing: {
307
- new (ecDefinition: SchemaItem, messageArgs: [OverrideFormat | Format], category?: import("./Diagnostic").DiagnosticCategory): {
308
- readonly code: string;
309
- readonly messageText: string;
310
- readonly schema: Schema;
311
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
312
- ecDefinition: KindOfQuantity;
313
- messageArgs?: [OverrideFormat | Format] | undefined;
314
- category: import("./Diagnostic").DiagnosticCategory;
315
- };
316
- diagnosticType: import("./Diagnostic").DiagnosticType;
317
- };
318
- /** Required message parameters: property name, property A value, property B value */
319
- PropertyCategoryDelta: {
320
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
321
- readonly code: string;
322
- readonly messageText: string;
323
- readonly schema: Schema;
324
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
325
- ecDefinition: PropertyCategory;
326
- messageArgs?: [string, any, any] | undefined;
327
- category: import("./Diagnostic").DiagnosticCategory;
328
- };
329
- diagnosticType: import("./Diagnostic").DiagnosticType;
330
- };
331
- /** Required message parameters: property name, property A value, property B value */
332
- FormatDelta: {
333
- new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
334
- readonly code: string;
335
- readonly messageText: string;
336
- readonly schema: Schema;
337
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
338
- ecDefinition: Format;
339
- messageArgs?: [string, any, any] | undefined;
340
- category: import("./Diagnostic").DiagnosticCategory;
341
- };
342
- diagnosticType: import("./Diagnostic").DiagnosticType;
343
- };
344
- /** Required message parameters: Unit or InvertedUnit */
345
- FormatUnitMissing: {
346
- new (ecDefinition: SchemaItem, messageArgs: [Unit | InvertedUnit], category?: import("./Diagnostic").DiagnosticCategory): {
347
- readonly code: string;
348
- readonly messageText: string;
349
- readonly schema: Schema;
350
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
351
- ecDefinition: Format;
352
- messageArgs?: [Unit | InvertedUnit] | undefined;
353
- category: import("./Diagnostic").DiagnosticCategory;
354
- };
355
- diagnosticType: import("./Diagnostic").DiagnosticType;
356
- };
357
- /** Required message parameters: Unit or InvertedUnit, label A, label B */
358
- UnitLabelOverrideDelta: {
359
- new (ecDefinition: SchemaItem, messageArgs: [Unit | InvertedUnit, string | undefined, string | undefined], category?: import("./Diagnostic").DiagnosticCategory): {
360
- readonly code: string;
361
- readonly messageText: string;
362
- readonly schema: Schema;
363
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
364
- ecDefinition: Format;
365
- messageArgs?: [Unit | InvertedUnit, string | undefined, string | undefined] | undefined;
366
- category: import("./Diagnostic").DiagnosticCategory;
367
- };
368
- diagnosticType: import("./Diagnostic").DiagnosticType;
369
- };
370
- /** Required message parameters: property name, property A value, property B value */
371
- UnitDelta: {
372
- new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
373
- readonly code: string;
374
- readonly messageText: string;
375
- readonly schema: Schema;
376
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
377
- ecDefinition: Format;
378
- messageArgs?: [string, string, string] | undefined;
379
- category: import("./Diagnostic").DiagnosticCategory;
380
- };
381
- diagnosticType: import("./Diagnostic").DiagnosticType;
382
- };
383
- /** Required message parameters: property name, property A value, property B value */
384
- InvertedUnitDelta: {
385
- new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
386
- readonly code: string;
387
- readonly messageText: string;
388
- readonly schema: Schema;
389
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
390
- ecDefinition: InvertedUnit;
391
- messageArgs?: [string, string, string] | undefined;
392
- category: import("./Diagnostic").DiagnosticCategory;
393
- };
394
- diagnosticType: import("./Diagnostic").DiagnosticType;
395
- };
396
- /** Required message parameters: property name, property A value, property B value */
397
- PhenomenonDelta: {
398
- new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
399
- readonly code: string;
400
- readonly messageText: string;
401
- readonly schema: Schema;
402
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
403
- ecDefinition: InvertedUnit;
404
- messageArgs?: [string, string, string] | undefined;
405
- category: import("./Diagnostic").DiagnosticCategory;
406
- };
407
- diagnosticType: import("./Diagnostic").DiagnosticType;
408
- };
409
- /** Required message parameters: property name, property A value, property B value */
410
- ConstantDelta: {
411
- new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
412
- readonly code: string;
413
- readonly messageText: string;
414
- readonly schema: Schema;
415
- readonly diagnosticType: import("./Diagnostic").DiagnosticType;
416
- ecDefinition: Constant;
417
- messageArgs?: [string, string, string] | undefined;
418
- category: import("./Diagnostic").DiagnosticCategory;
419
- };
420
- diagnosticType: import("./Diagnostic").DiagnosticType;
421
- };
422
- };
1
+ /** @packageDocumentation
2
+ * @module Comparison
3
+ */
4
+ import { AnyClass, AnyEnumerator, Constant, CustomAttribute, CustomAttributeClass, EntityClass, Enumeration, Format, InvertedUnit, KindOfQuantity, Mixin, OverrideFormat, PropertyCategory, RelationshipClass, Schema, SchemaItem, Unit } from "@itwin/ecschema-metadata";
5
+ /**
6
+ * The unique diagnostic codes for Schema comparison.
7
+ * @beta
8
+ */
9
+ export declare const SchemaCompareCodes: {
10
+ SchemaDelta: string;
11
+ SchemaReferenceMissing: string;
12
+ SchemaItemDelta: string;
13
+ SchemaItemMissing: string;
14
+ ClassDelta: string;
15
+ BaseClassDelta: string;
16
+ PropertyDelta: string;
17
+ PropertyMissing: string;
18
+ EntityMixinMissing: string;
19
+ MixinDelta: string;
20
+ RelationshipDelta: string;
21
+ RelationshipConstraintDelta: string;
22
+ RelationshipConstraintClassMissing: string;
23
+ CustomAttributeClassDelta: string;
24
+ CustomAttributeInstanceClassMissing: string;
25
+ EnumerationDelta: string;
26
+ EnumeratorMissing: string;
27
+ EnumeratorDelta: string;
28
+ KoqDelta: string;
29
+ PresentationUnitMissing: string;
30
+ PropertyCategoryDelta: string;
31
+ FormatDelta: string;
32
+ FormatUnitMissing: string;
33
+ UnitLabelOverrideDelta: string;
34
+ UnitDelta: string;
35
+ InvertedUnitDelta: string;
36
+ PhenomenonDelta: string;
37
+ ConstantDelta: string;
38
+ SchemaReferenceDelta: string;
39
+ };
40
+ /**
41
+ * The list of [[IDiagnostic]] implementation classes used by the Schema comparison framework.
42
+ * @beta
43
+ */
44
+ export declare const SchemaCompareDiagnostics: {
45
+ /** Required message parameters: property name, property A value, property B value */
46
+ SchemaDelta: {
47
+ new (schema: Schema, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
48
+ readonly code: string;
49
+ readonly messageText: string;
50
+ readonly schema: Schema;
51
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
52
+ ecDefinition: Schema;
53
+ messageArgs?: [string, any, any] | undefined;
54
+ category: import("./Diagnostic").DiagnosticCategory;
55
+ };
56
+ code: string;
57
+ diagnosticType: import("./Diagnostic").DiagnosticType;
58
+ };
59
+ /** Required message parameters: reference schema name */
60
+ SchemaReferenceMissing: {
61
+ new (schema: Schema, messageArgs: [Schema], category?: import("./Diagnostic").DiagnosticCategory): {
62
+ readonly code: string;
63
+ readonly messageText: string;
64
+ readonly schema: Schema;
65
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
66
+ ecDefinition: Schema;
67
+ messageArgs?: [Schema] | undefined;
68
+ category: import("./Diagnostic").DiagnosticCategory;
69
+ };
70
+ code: string;
71
+ diagnosticType: import("./Diagnostic").DiagnosticType;
72
+ };
73
+ /** Required message parameters: schema name, version A, version B */
74
+ SchemaReferenceDelta: {
75
+ new (schema: Schema, messageArgs: [Schema, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
76
+ readonly code: string;
77
+ readonly messageText: string;
78
+ readonly schema: Schema;
79
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
80
+ ecDefinition: Schema;
81
+ messageArgs?: [Schema, string, string] | undefined;
82
+ category: import("./Diagnostic").DiagnosticCategory;
83
+ };
84
+ code: string;
85
+ diagnosticType: import("./Diagnostic").DiagnosticType;
86
+ };
87
+ /** Required message parameters: property name, property A value, property B value */
88
+ SchemaItemDelta: {
89
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
90
+ readonly code: string;
91
+ readonly messageText: string;
92
+ readonly schema: Schema;
93
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
94
+ ecDefinition: SchemaItem;
95
+ messageArgs?: [string, any, any] | undefined;
96
+ category: import("./Diagnostic").DiagnosticCategory;
97
+ };
98
+ diagnosticType: import("./Diagnostic").DiagnosticType;
99
+ };
100
+ /** Required message parameters: none */
101
+ SchemaItemMissing: {
102
+ new (ecDefinition: SchemaItem, messageArgs: [], category?: import("./Diagnostic").DiagnosticCategory): {
103
+ readonly code: string;
104
+ readonly messageText: string;
105
+ readonly schema: Schema;
106
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
107
+ ecDefinition: SchemaItem;
108
+ messageArgs?: [] | undefined;
109
+ category: import("./Diagnostic").DiagnosticCategory;
110
+ };
111
+ diagnosticType: import("./Diagnostic").DiagnosticType;
112
+ };
113
+ /** Required message parameters: property name, property A value, property B value */
114
+ ClassDelta: {
115
+ new (ecClass: AnyClass, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
116
+ readonly code: string;
117
+ readonly messageText: string;
118
+ readonly schema: Schema;
119
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
120
+ ecDefinition: AnyClass;
121
+ messageArgs?: [string, any, any] | undefined;
122
+ category: import("./Diagnostic").DiagnosticCategory;
123
+ };
124
+ diagnosticType: import("./Diagnostic").DiagnosticType;
125
+ };
126
+ /** Required message parameters: Class A base class, Class B base class */
127
+ BaseClassDelta: {
128
+ new (ecClass: AnyClass, messageArgs: [AnyClass | undefined, AnyClass | undefined], category?: import("./Diagnostic").DiagnosticCategory): {
129
+ readonly code: string;
130
+ readonly messageText: string;
131
+ readonly schema: Schema;
132
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
133
+ ecDefinition: AnyClass;
134
+ messageArgs?: [AnyClass | undefined, AnyClass | undefined] | undefined;
135
+ category: import("./Diagnostic").DiagnosticCategory;
136
+ };
137
+ diagnosticType: import("./Diagnostic").DiagnosticType;
138
+ };
139
+ /** Required message parameters: property name, property A value, property B value */
140
+ PropertyDelta: {
141
+ new (property: import("@itwin/ecschema-metadata").AnyProperty, messageArgs?: [string, any, any] | undefined, category?: import("./Diagnostic").DiagnosticCategory): {
142
+ readonly code: string;
143
+ readonly messageText: string;
144
+ readonly schema: Schema;
145
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
146
+ ecDefinition: import("@itwin/ecschema-metadata").AnyProperty;
147
+ messageArgs?: [string, any, any] | undefined;
148
+ category: import("./Diagnostic").DiagnosticCategory;
149
+ };
150
+ code: string;
151
+ };
152
+ /** Required message parameters: none */
153
+ PropertyMissing: {
154
+ new (property: import("@itwin/ecschema-metadata").AnyProperty, messageArgs?: [] | undefined, category?: import("./Diagnostic").DiagnosticCategory): {
155
+ readonly code: string;
156
+ readonly messageText: string;
157
+ readonly schema: Schema;
158
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
159
+ ecDefinition: import("@itwin/ecschema-metadata").AnyProperty;
160
+ messageArgs?: [] | undefined;
161
+ category: import("./Diagnostic").DiagnosticCategory;
162
+ };
163
+ code: string;
164
+ };
165
+ /** Required message parameters: Mixin */
166
+ EntityMixinMissing: {
167
+ new (ecDefinition: SchemaItem, messageArgs: [Mixin], category?: import("./Diagnostic").DiagnosticCategory): {
168
+ readonly code: string;
169
+ readonly messageText: string;
170
+ readonly schema: Schema;
171
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
172
+ ecDefinition: EntityClass;
173
+ messageArgs?: [Mixin] | undefined;
174
+ category: import("./Diagnostic").DiagnosticCategory;
175
+ };
176
+ diagnosticType: import("./Diagnostic").DiagnosticType;
177
+ };
178
+ /** Required message parameters: property name, property A value, property B value */
179
+ MixinDelta: {
180
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
181
+ readonly code: string;
182
+ readonly messageText: string;
183
+ readonly schema: Schema;
184
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
185
+ ecDefinition: Mixin;
186
+ messageArgs?: [string, any, any] | undefined;
187
+ category: import("./Diagnostic").DiagnosticCategory;
188
+ };
189
+ diagnosticType: import("./Diagnostic").DiagnosticType;
190
+ };
191
+ /** Required message parameters: property name, property A value, property B value */
192
+ RelationshipDelta: {
193
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
194
+ readonly code: string;
195
+ readonly messageText: string;
196
+ readonly schema: Schema;
197
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
198
+ ecDefinition: RelationshipClass;
199
+ messageArgs?: [string, any, any] | undefined;
200
+ category: import("./Diagnostic").DiagnosticCategory;
201
+ };
202
+ diagnosticType: import("./Diagnostic").DiagnosticType;
203
+ };
204
+ /** Required message parameters: property name, property A value, property B value */
205
+ RelationshipConstraintDelta: {
206
+ new (constraint: import("@itwin/ecschema-metadata").RelationshipConstraint, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
207
+ readonly code: string;
208
+ readonly messageText: string;
209
+ readonly schema: Schema;
210
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
211
+ ecDefinition: import("@itwin/ecschema-metadata").RelationshipConstraint;
212
+ messageArgs?: [string, any, any] | undefined;
213
+ category: import("./Diagnostic").DiagnosticCategory;
214
+ };
215
+ };
216
+ /** Required message parameters: constraint class */
217
+ RelationshipConstraintClassMissing: {
218
+ new (constraint: import("@itwin/ecschema-metadata").RelationshipConstraint, messageArgs: [AnyClass], category?: import("./Diagnostic").DiagnosticCategory): {
219
+ readonly code: string;
220
+ readonly messageText: string;
221
+ readonly schema: Schema;
222
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
223
+ ecDefinition: import("@itwin/ecschema-metadata").RelationshipConstraint;
224
+ messageArgs?: [AnyClass] | undefined;
225
+ category: import("./Diagnostic").DiagnosticCategory;
226
+ };
227
+ };
228
+ /** Required message parameters: property name, property A value, property B value */
229
+ CustomAttributeClassDelta: {
230
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
231
+ readonly code: string;
232
+ readonly messageText: string;
233
+ readonly schema: Schema;
234
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
235
+ ecDefinition: CustomAttributeClass;
236
+ messageArgs?: [string, any, any] | undefined;
237
+ category: import("./Diagnostic").DiagnosticCategory;
238
+ };
239
+ diagnosticType: import("./Diagnostic").DiagnosticType;
240
+ };
241
+ /** Required message parameters: CustomAttributeClass name */
242
+ CustomAttributeInstanceClassMissing: {
243
+ new (container: import("@itwin/ecschema-metadata").CustomAttributeContainerProps, messageArgs: [CustomAttribute], category?: import("./Diagnostic").DiagnosticCategory): {
244
+ readonly code: string;
245
+ readonly messageText: string;
246
+ readonly schema: Schema;
247
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
248
+ ecDefinition: import("@itwin/ecschema-metadata").CustomAttributeContainerProps;
249
+ messageArgs?: [CustomAttribute] | undefined;
250
+ category: import("./Diagnostic").DiagnosticCategory;
251
+ };
252
+ };
253
+ /** Required message parameters: property name, property A value, property B value */
254
+ EnumerationDelta: {
255
+ new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
256
+ readonly code: string;
257
+ readonly messageText: string;
258
+ readonly schema: Schema;
259
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
260
+ ecDefinition: Enumeration;
261
+ messageArgs?: [string, string, string] | undefined;
262
+ category: import("./Diagnostic").DiagnosticCategory;
263
+ };
264
+ diagnosticType: import("./Diagnostic").DiagnosticType;
265
+ };
266
+ /** Required message parameters: Enumerator */
267
+ EnumeratorMissing: {
268
+ new (ecDefinition: SchemaItem, messageArgs: [AnyEnumerator], category?: import("./Diagnostic").DiagnosticCategory): {
269
+ readonly code: string;
270
+ readonly messageText: string;
271
+ readonly schema: Schema;
272
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
273
+ ecDefinition: Enumeration;
274
+ messageArgs?: [AnyEnumerator] | undefined;
275
+ category: import("./Diagnostic").DiagnosticCategory;
276
+ };
277
+ diagnosticType: import("./Diagnostic").DiagnosticType;
278
+ };
279
+ /** Required message parameters: Enumerator property name, property A value, property B value */
280
+ EnumeratorDelta: {
281
+ new (ecDefinition: SchemaItem, messageArgs: [AnyEnumerator, string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
282
+ readonly code: string;
283
+ readonly messageText: string;
284
+ readonly schema: Schema;
285
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
286
+ ecDefinition: Enumeration;
287
+ messageArgs?: [AnyEnumerator, string, any, any] | undefined;
288
+ category: import("./Diagnostic").DiagnosticCategory;
289
+ };
290
+ diagnosticType: import("./Diagnostic").DiagnosticType;
291
+ };
292
+ /** Required message parameters: property name, property A value, property B value */
293
+ KoqDelta: {
294
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
295
+ readonly code: string;
296
+ readonly messageText: string;
297
+ readonly schema: Schema;
298
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
299
+ ecDefinition: KindOfQuantity;
300
+ messageArgs?: [string, any, any] | undefined;
301
+ category: import("./Diagnostic").DiagnosticCategory;
302
+ };
303
+ diagnosticType: import("./Diagnostic").DiagnosticType;
304
+ };
305
+ /** Required message parameters: PresentationUnit (Format | OverrideFormat) */
306
+ PresentationUnitMissing: {
307
+ new (ecDefinition: SchemaItem, messageArgs: [OverrideFormat | Format], category?: import("./Diagnostic").DiagnosticCategory): {
308
+ readonly code: string;
309
+ readonly messageText: string;
310
+ readonly schema: Schema;
311
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
312
+ ecDefinition: KindOfQuantity;
313
+ messageArgs?: [OverrideFormat | Format] | undefined;
314
+ category: import("./Diagnostic").DiagnosticCategory;
315
+ };
316
+ diagnosticType: import("./Diagnostic").DiagnosticType;
317
+ };
318
+ /** Required message parameters: property name, property A value, property B value */
319
+ PropertyCategoryDelta: {
320
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
321
+ readonly code: string;
322
+ readonly messageText: string;
323
+ readonly schema: Schema;
324
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
325
+ ecDefinition: PropertyCategory;
326
+ messageArgs?: [string, any, any] | undefined;
327
+ category: import("./Diagnostic").DiagnosticCategory;
328
+ };
329
+ diagnosticType: import("./Diagnostic").DiagnosticType;
330
+ };
331
+ /** Required message parameters: property name, property A value, property B value */
332
+ FormatDelta: {
333
+ new (ecDefinition: SchemaItem, messageArgs: [string, any, any], category?: import("./Diagnostic").DiagnosticCategory): {
334
+ readonly code: string;
335
+ readonly messageText: string;
336
+ readonly schema: Schema;
337
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
338
+ ecDefinition: Format;
339
+ messageArgs?: [string, any, any] | undefined;
340
+ category: import("./Diagnostic").DiagnosticCategory;
341
+ };
342
+ diagnosticType: import("./Diagnostic").DiagnosticType;
343
+ };
344
+ /** Required message parameters: Unit or InvertedUnit */
345
+ FormatUnitMissing: {
346
+ new (ecDefinition: SchemaItem, messageArgs: [Unit | InvertedUnit], category?: import("./Diagnostic").DiagnosticCategory): {
347
+ readonly code: string;
348
+ readonly messageText: string;
349
+ readonly schema: Schema;
350
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
351
+ ecDefinition: Format;
352
+ messageArgs?: [Unit | InvertedUnit] | undefined;
353
+ category: import("./Diagnostic").DiagnosticCategory;
354
+ };
355
+ diagnosticType: import("./Diagnostic").DiagnosticType;
356
+ };
357
+ /** Required message parameters: Unit or InvertedUnit, label A, label B */
358
+ UnitLabelOverrideDelta: {
359
+ new (ecDefinition: SchemaItem, messageArgs: [Unit | InvertedUnit, string | undefined, string | undefined], category?: import("./Diagnostic").DiagnosticCategory): {
360
+ readonly code: string;
361
+ readonly messageText: string;
362
+ readonly schema: Schema;
363
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
364
+ ecDefinition: Format;
365
+ messageArgs?: [Unit | InvertedUnit, string | undefined, string | undefined] | undefined;
366
+ category: import("./Diagnostic").DiagnosticCategory;
367
+ };
368
+ diagnosticType: import("./Diagnostic").DiagnosticType;
369
+ };
370
+ /** Required message parameters: property name, property A value, property B value */
371
+ UnitDelta: {
372
+ new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
373
+ readonly code: string;
374
+ readonly messageText: string;
375
+ readonly schema: Schema;
376
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
377
+ ecDefinition: Format;
378
+ messageArgs?: [string, string, string] | undefined;
379
+ category: import("./Diagnostic").DiagnosticCategory;
380
+ };
381
+ diagnosticType: import("./Diagnostic").DiagnosticType;
382
+ };
383
+ /** Required message parameters: property name, property A value, property B value */
384
+ InvertedUnitDelta: {
385
+ new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
386
+ readonly code: string;
387
+ readonly messageText: string;
388
+ readonly schema: Schema;
389
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
390
+ ecDefinition: InvertedUnit;
391
+ messageArgs?: [string, string, string] | undefined;
392
+ category: import("./Diagnostic").DiagnosticCategory;
393
+ };
394
+ diagnosticType: import("./Diagnostic").DiagnosticType;
395
+ };
396
+ /** Required message parameters: property name, property A value, property B value */
397
+ PhenomenonDelta: {
398
+ new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
399
+ readonly code: string;
400
+ readonly messageText: string;
401
+ readonly schema: Schema;
402
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
403
+ ecDefinition: InvertedUnit;
404
+ messageArgs?: [string, string, string] | undefined;
405
+ category: import("./Diagnostic").DiagnosticCategory;
406
+ };
407
+ diagnosticType: import("./Diagnostic").DiagnosticType;
408
+ };
409
+ /** Required message parameters: property name, property A value, property B value */
410
+ ConstantDelta: {
411
+ new (ecDefinition: SchemaItem, messageArgs: [string, string, string], category?: import("./Diagnostic").DiagnosticCategory): {
412
+ readonly code: string;
413
+ readonly messageText: string;
414
+ readonly schema: Schema;
415
+ readonly diagnosticType: import("./Diagnostic").DiagnosticType;
416
+ ecDefinition: Constant;
417
+ messageArgs?: [string, string, string] | undefined;
418
+ category: import("./Diagnostic").DiagnosticCategory;
419
+ };
420
+ diagnosticType: import("./Diagnostic").DiagnosticType;
421
+ };
422
+ };
423
423
  //# sourceMappingURL=SchemaCompareDiagnostics.d.ts.map