File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ export enum DiagnosticType {
764764}
765765
766766// @beta (undocumented)
767- export function diagnosticTypeToString(type : DiagnosticType ): " Schema " | " SchemaItem " | " Property" | " RelationshipConstraint" | " None " | " CustomAttributeContainer " ;
767+ export function diagnosticTypeToString(type : DiagnosticType ): " CustomAttributeContainer " | " None " | " Property" | " RelationshipConstraint" | " Schema " | " SchemaItem " ;
768768
769769// @alpha
770770export type DifferenceType = " add" | " modify" ;
@@ -1937,13 +1937,13 @@ export const SchemaCompareDiagnostics: {
19371937 diagnosticType: DiagnosticType ;
19381938 };
19391939 PresentationUnitMissing: {
1940- new (ecDefinition : SchemaItem , messageArgs : [Format | OverrideFormat ], category ? : DiagnosticCategory ): {
1940+ new (ecDefinition : SchemaItem , messageArgs : [OverrideFormat | Format ], category ? : DiagnosticCategory ): {
19411941 readonly code: string ;
19421942 readonly messageText: string ;
19431943 readonly schema: Schema ;
19441944 readonly diagnosticType: DiagnosticType ;
19451945 ecDefinition: KindOfQuantity ;
1946- messageArgs? : [Format | OverrideFormat ] | undefined ;
1946+ messageArgs? : [OverrideFormat | Format ] | undefined ;
19471947 category: DiagnosticCategory ;
19481948 };
19491949 diagnosticType: DiagnosticType ;
Original file line number Diff line number Diff line change @@ -1530,7 +1530,7 @@ export enum PropertyType {
15301530}
15311531
15321532// @internal (undocumented)
1533- export function propertyTypeToString(type : PropertyType ): " PrimitiveProperty" | " StructProperty" | " PrimitiveArrayProperty " | " StructArrayProperty " | " NavigationProperty " ;
1533+ export function propertyTypeToString(type : PropertyType ): " PrimitiveProperty" | " StructProperty" | " StructArrayProperty " | " NavigationProperty " | " PrimitiveArrayProperty " ;
15341534
15351535// @internal (undocumented)
15361536export namespace PropertyTypeUtils {
You can’t perform that action at this time.
0 commit comments