@itwin/ecschema-editing 3.4.0-dev.8 → 3.5.0-dev.4

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 (167) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/lib/cjs/Editing/Constants.d.ts +20 -20
  3. package/lib/cjs/Editing/Constants.d.ts.map +1 -1
  4. package/lib/cjs/Editing/Constants.js +60 -64
  5. package/lib/cjs/Editing/Constants.js.map +1 -1
  6. package/lib/cjs/Editing/CustomAttributes.d.ts +20 -20
  7. package/lib/cjs/Editing/CustomAttributes.d.ts.map +1 -1
  8. package/lib/cjs/Editing/CustomAttributes.js +59 -62
  9. package/lib/cjs/Editing/CustomAttributes.js.map +1 -1
  10. package/lib/cjs/Editing/ECClasses.d.ts +54 -54
  11. package/lib/cjs/Editing/ECClasses.d.ts.map +1 -1
  12. package/lib/cjs/Editing/ECClasses.js +269 -269
  13. package/lib/cjs/Editing/ECClasses.js.map +1 -1
  14. package/lib/cjs/Editing/Editor.d.ts +112 -112
  15. package/lib/cjs/Editing/Editor.d.ts.map +1 -1
  16. package/lib/cjs/Editing/Editor.js +166 -166
  17. package/lib/cjs/Editing/Editor.js.map +1 -1
  18. package/lib/cjs/Editing/Entities.d.ts +25 -25
  19. package/lib/cjs/Editing/Entities.d.ts.map +1 -1
  20. package/lib/cjs/Editing/Entities.js +116 -124
  21. package/lib/cjs/Editing/Entities.js.map +1 -1
  22. package/lib/cjs/Editing/Enumerations.d.ts +21 -21
  23. package/lib/cjs/Editing/Enumerations.d.ts.map +1 -1
  24. package/lib/cjs/Editing/Enumerations.js +66 -76
  25. package/lib/cjs/Editing/Enumerations.js.map +1 -1
  26. package/lib/cjs/Editing/Formats.d.ts +21 -21
  27. package/lib/cjs/Editing/Formats.d.ts.map +1 -1
  28. package/lib/cjs/Editing/Formats.js +61 -63
  29. package/lib/cjs/Editing/Formats.js.map +1 -1
  30. package/lib/cjs/Editing/InvertedUnits.d.ts +17 -17
  31. package/lib/cjs/Editing/InvertedUnits.d.ts.map +1 -1
  32. package/lib/cjs/Editing/InvertedUnits.js +82 -85
  33. package/lib/cjs/Editing/InvertedUnits.js.map +1 -1
  34. package/lib/cjs/Editing/KindOfQuantities.d.ts +28 -28
  35. package/lib/cjs/Editing/KindOfQuantities.d.ts.map +1 -1
  36. package/lib/cjs/Editing/KindOfQuantities.js +78 -79
  37. package/lib/cjs/Editing/KindOfQuantities.js.map +1 -1
  38. package/lib/cjs/Editing/Mixins.d.ts +22 -22
  39. package/lib/cjs/Editing/Mixins.d.ts.map +1 -1
  40. package/lib/cjs/Editing/Mixins.js +84 -88
  41. package/lib/cjs/Editing/Mixins.js.map +1 -1
  42. package/lib/cjs/Editing/Mutable/MutableCAClass.d.ts +9 -9
  43. package/lib/cjs/Editing/Mutable/MutableCAClass.js +15 -15
  44. package/lib/cjs/Editing/Mutable/MutableCAClass.js.map +1 -1
  45. package/lib/cjs/Editing/Mutable/MutableClass.d.ts +34 -34
  46. package/lib/cjs/Editing/Mutable/MutableClass.js +22 -22
  47. package/lib/cjs/Editing/Mutable/MutableClass.js.map +1 -1
  48. package/lib/cjs/Editing/Mutable/MutableConstant.d.ts +12 -12
  49. package/lib/cjs/Editing/Mutable/MutableConstant.js +15 -15
  50. package/lib/cjs/Editing/Mutable/MutableConstant.js.map +1 -1
  51. package/lib/cjs/Editing/Mutable/MutableEntityClass.d.ts +15 -15
  52. package/lib/cjs/Editing/Mutable/MutableEntityClass.js +59 -59
  53. package/lib/cjs/Editing/Mutable/MutableEntityClass.js.map +1 -1
  54. package/lib/cjs/Editing/Mutable/MutableEnumeration.d.ts +9 -9
  55. package/lib/cjs/Editing/Mutable/MutableEnumeration.js +14 -14
  56. package/lib/cjs/Editing/Mutable/MutableEnumeration.js.map +1 -1
  57. package/lib/cjs/Editing/Mutable/MutableFormat.d.ts +18 -18
  58. package/lib/cjs/Editing/Mutable/MutableFormat.js +15 -15
  59. package/lib/cjs/Editing/Mutable/MutableFormat.js.map +1 -1
  60. package/lib/cjs/Editing/Mutable/MutableInvertedUnit.d.ts +10 -10
  61. package/lib/cjs/Editing/Mutable/MutableInvertedUnit.js +15 -15
  62. package/lib/cjs/Editing/Mutable/MutableInvertedUnit.js.map +1 -1
  63. package/lib/cjs/Editing/Mutable/MutableKindOfQuantity.d.ts +10 -10
  64. package/lib/cjs/Editing/Mutable/MutableKindOfQuantity.js +15 -15
  65. package/lib/cjs/Editing/Mutable/MutableKindOfQuantity.js.map +1 -1
  66. package/lib/cjs/Editing/Mutable/MutableMixin.d.ts +11 -11
  67. package/lib/cjs/Editing/Mutable/MutableMixin.js +15 -15
  68. package/lib/cjs/Editing/Mutable/MutableMixin.js.map +1 -1
  69. package/lib/cjs/Editing/Mutable/MutablePhenomenon.d.ts +9 -9
  70. package/lib/cjs/Editing/Mutable/MutablePhenomenon.js +15 -15
  71. package/lib/cjs/Editing/Mutable/MutablePhenomenon.js.map +1 -1
  72. package/lib/cjs/Editing/Mutable/MutableProperty.d.ts +8 -8
  73. package/lib/cjs/Editing/Mutable/MutableProperty.js +15 -15
  74. package/lib/cjs/Editing/Mutable/MutableProperty.js.map +1 -1
  75. package/lib/cjs/Editing/Mutable/MutablePropertyCategory.d.ts +9 -9
  76. package/lib/cjs/Editing/Mutable/MutablePropertyCategory.js +15 -15
  77. package/lib/cjs/Editing/Mutable/MutablePropertyCategory.js.map +1 -1
  78. package/lib/cjs/Editing/Mutable/MutableRelationshipClass.d.ts +21 -21
  79. package/lib/cjs/Editing/Mutable/MutableRelationshipClass.js +24 -24
  80. package/lib/cjs/Editing/Mutable/MutableRelationshipClass.js.map +1 -1
  81. package/lib/cjs/Editing/Mutable/MutableSchema.d.ts +45 -45
  82. package/lib/cjs/Editing/Mutable/MutableSchema.js +17 -17
  83. package/lib/cjs/Editing/Mutable/MutableSchema.js.map +1 -1
  84. package/lib/cjs/Editing/Mutable/MutableUnit.d.ts +11 -11
  85. package/lib/cjs/Editing/Mutable/MutableUnit.js +15 -15
  86. package/lib/cjs/Editing/Mutable/MutableUnit.js.map +1 -1
  87. package/lib/cjs/Editing/Mutable/MutableUnitSystem.d.ts +8 -8
  88. package/lib/cjs/Editing/Mutable/MutableUnitSystem.js +15 -15
  89. package/lib/cjs/Editing/Mutable/MutableUnitSystem.js.map +1 -1
  90. package/lib/cjs/Editing/Phenomena.d.ts +15 -15
  91. package/lib/cjs/Editing/Phenomena.d.ts.map +1 -1
  92. package/lib/cjs/Editing/Phenomena.js +44 -47
  93. package/lib/cjs/Editing/Phenomena.js.map +1 -1
  94. package/lib/cjs/Editing/PropertyCategories.d.ts +16 -16
  95. package/lib/cjs/Editing/PropertyCategories.d.ts.map +1 -1
  96. package/lib/cjs/Editing/PropertyCategories.js +51 -53
  97. package/lib/cjs/Editing/PropertyCategories.js.map +1 -1
  98. package/lib/cjs/Editing/RelationshipClasses.d.ts +21 -21
  99. package/lib/cjs/Editing/RelationshipClasses.d.ts.map +1 -1
  100. package/lib/cjs/Editing/RelationshipClasses.js +68 -69
  101. package/lib/cjs/Editing/RelationshipClasses.js.map +1 -1
  102. package/lib/cjs/Editing/Structs.d.ts +19 -19
  103. package/lib/cjs/Editing/Structs.d.ts.map +1 -1
  104. package/lib/cjs/Editing/Structs.js +57 -60
  105. package/lib/cjs/Editing/Structs.js.map +1 -1
  106. package/lib/cjs/Editing/UnitSystems.d.ts +15 -15
  107. package/lib/cjs/Editing/UnitSystems.d.ts.map +1 -1
  108. package/lib/cjs/Editing/UnitSystems.js +41 -43
  109. package/lib/cjs/Editing/UnitSystems.js.map +1 -1
  110. package/lib/cjs/Editing/Units.d.ts +15 -15
  111. package/lib/cjs/Editing/Units.d.ts.map +1 -1
  112. package/lib/cjs/Editing/Units.js +58 -61
  113. package/lib/cjs/Editing/Units.js.map +1 -1
  114. package/lib/cjs/Validation/Diagnostic.d.ts +321 -321
  115. package/lib/cjs/Validation/Diagnostic.js +310 -310
  116. package/lib/cjs/Validation/Diagnostic.js.map +1 -1
  117. package/lib/cjs/Validation/DiagnosticReporter.d.ts +96 -96
  118. package/lib/cjs/Validation/DiagnosticReporter.d.ts.map +1 -1
  119. package/lib/cjs/Validation/DiagnosticReporter.js +106 -106
  120. package/lib/cjs/Validation/DiagnosticReporter.js.map +1 -1
  121. package/lib/cjs/Validation/ECRules.d.ts +448 -438
  122. package/lib/cjs/Validation/ECRules.d.ts.map +1 -1
  123. package/lib/cjs/Validation/ECRules.js +593 -583
  124. package/lib/cjs/Validation/ECRules.js.map +1 -1
  125. package/lib/cjs/Validation/LoggingDiagnosticReporter.d.ts +13 -13
  126. package/lib/cjs/Validation/LoggingDiagnosticReporter.js +40 -40
  127. package/lib/cjs/Validation/LoggingDiagnosticReporter.js.map +1 -1
  128. package/lib/cjs/Validation/RuleSuppressionSet.d.ts +59 -58
  129. package/lib/cjs/Validation/RuleSuppressionSet.d.ts.map +1 -1
  130. package/lib/cjs/Validation/RuleSuppressionSet.js +9 -9
  131. package/lib/cjs/Validation/RuleSuppressionSet.js.map +1 -1
  132. package/lib/cjs/Validation/Rules.d.ts +64 -64
  133. package/lib/cjs/Validation/Rules.js +9 -9
  134. package/lib/cjs/Validation/Rules.js.map +1 -1
  135. package/lib/cjs/Validation/SchemaChanges.d.ts +607 -607
  136. package/lib/cjs/Validation/SchemaChanges.js +1135 -1135
  137. package/lib/cjs/Validation/SchemaChanges.js.map +1 -1
  138. package/lib/cjs/Validation/SchemaCompareDiagnostics.d.ts +422 -422
  139. package/lib/cjs/Validation/SchemaCompareDiagnostics.js +111 -111
  140. package/lib/cjs/Validation/SchemaCompareDiagnostics.js.map +1 -1
  141. package/lib/cjs/Validation/SchemaCompareReporter.d.ts +11 -11
  142. package/lib/cjs/Validation/SchemaCompareReporter.js +9 -9
  143. package/lib/cjs/Validation/SchemaCompareReporter.js.map +1 -1
  144. package/lib/cjs/Validation/SchemaCompareResultDelegate.d.ts +236 -236
  145. package/lib/cjs/Validation/SchemaCompareResultDelegate.js +348 -348
  146. package/lib/cjs/Validation/SchemaCompareResultDelegate.js.map +1 -1
  147. package/lib/cjs/Validation/SchemaCompareVisitor.d.ts +119 -119
  148. package/lib/cjs/Validation/SchemaCompareVisitor.js +206 -206
  149. package/lib/cjs/Validation/SchemaCompareVisitor.js.map +1 -1
  150. package/lib/cjs/Validation/SchemaComparer.d.ts +171 -171
  151. package/lib/cjs/Validation/SchemaComparer.js +666 -666
  152. package/lib/cjs/Validation/SchemaComparer.js.map +1 -1
  153. package/lib/cjs/Validation/SchemaValidater.d.ts +19 -19
  154. package/lib/cjs/Validation/SchemaValidater.js +61 -61
  155. package/lib/cjs/Validation/SchemaValidater.js.map +1 -1
  156. package/lib/cjs/Validation/SchemaValidationVisitor.d.ts +170 -170
  157. package/lib/cjs/Validation/SchemaValidationVisitor.d.ts.map +1 -1
  158. package/lib/cjs/Validation/SchemaValidationVisitor.js +492 -490
  159. package/lib/cjs/Validation/SchemaValidationVisitor.js.map +1 -1
  160. package/lib/cjs/Validation/SchemaWalker.d.ts +22 -22
  161. package/lib/cjs/Validation/SchemaWalker.js +51 -51
  162. package/lib/cjs/Validation/SchemaWalker.js.map +1 -1
  163. package/lib/cjs/ecschema-editing.d.ts +33 -33
  164. package/lib/cjs/ecschema-editing.js +54 -54
  165. package/lib/cjs/ecschema-editing.js.map +1 -1
  166. package/package.json +11 -11
  167. package/public/locales/en/ECSchemaEditing.json +26 -26
@@ -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