@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.10.7 to 0.10.8
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.10.7", | ||
"version": "0.10.8", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
import * as Org_OData_Aggregation_V1 from "./Aggregation"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Aggregation = { | ||
@@ -10,7 +9,2 @@ 'ApplySupportedDefaults'?: Org_OData_Aggregation_V1.ApplySupportedDefaults; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Aggregation}#${string}`]: EntityContainerAnnotationsBase_Aggregation[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -21,7 +15,2 @@ export type SchemaAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Aggregation}#${string}`]: SchemaAnnotationsBase_Aggregation[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -32,7 +21,2 @@ export type ReferenceAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Aggregation}#${string}`]: ReferenceAnnotationsBase_Aggregation[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -49,7 +33,2 @@ export type EntityTypeAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Aggregation}#${string}`]: EntityTypeAnnotationsBase_Aggregation[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -60,7 +39,2 @@ export type EnumTypeAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Aggregation}#${string}`]: EnumTypeAnnotationsBase_Aggregation[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -73,7 +47,2 @@ export type ComplexTypeAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Aggregation}#${string}`]: ComplexTypeAnnotationsBase_Aggregation[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -88,7 +57,2 @@ export type PropertyAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Aggregation}#${string}`]: PropertyAnnotationsBase_Aggregation[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -102,7 +66,2 @@ export type NavigationPropertyAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Aggregation}#${string}`]: NavigationPropertyAnnotationsBase_Aggregation[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -113,7 +72,2 @@ export type TypeDefinitionAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Aggregation}#${string}`]: TypeDefinitionAnnotationsBase_Aggregation[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -124,7 +78,2 @@ export type TermAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Aggregation}#${string}`]: TermAnnotationsBase_Aggregation[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -135,7 +84,2 @@ export type ParameterAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_Aggregation}#${string}`]: ParameterAnnotationsBase_Aggregation[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -146,7 +90,2 @@ export type ReturnTypeAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Aggregation}#${string}`]: ReturnTypeAnnotationsBase_Aggregation[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -160,7 +99,2 @@ export type EntitySetAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Aggregation}#${string}`]: EntitySetAnnotationsBase_Aggregation[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -171,7 +105,2 @@ export type SingletonAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_Aggregation}#${string}`]: SingletonAnnotationsBase_Aggregation[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -182,7 +111,2 @@ export type ActionImportAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_Aggregation}#${string}`]: ActionImportAnnotationsBase_Aggregation[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -193,7 +117,2 @@ export type FunctionImportAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Aggregation}#${string}`]: FunctionImportAnnotationsBase_Aggregation[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -204,7 +123,2 @@ export type ActionAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_Aggregation}#${string}`]: ActionAnnotationsBase_Aggregation[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -217,7 +131,2 @@ export type FunctionAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof FunctionAnnotationsBase_Aggregation}#${string}`]: FunctionAnnotationsBase_Aggregation[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -228,7 +137,2 @@ export type IncludeAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Aggregation}#${string}`]: IncludeAnnotationsBase_Aggregation[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -241,7 +145,2 @@ export type AnnotationAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_Aggregation}#${string}`]: AnnotationAnnotationsBase_Aggregation[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -255,7 +154,2 @@ export type CollectionAnnotationsBase_Aggregation = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Aggregation}#${string}`]: CollectionAnnotationsBase_Aggregation[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -266,7 +160,2 @@ export type RecordAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Aggregation}#${string}`]: RecordAnnotationsBase_Aggregation[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -277,8 +166,3 @@ export type PropertyValueAnnotationsBase_Aggregation = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Aggregation}#${string}`]: PropertyValueAnnotationsBase_Aggregation[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Aggregation_V1.AggregationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_Analytics_v1 from "./Analytics"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Analytics = { | ||
@@ -10,7 +9,2 @@ 'AccumulativeMeasure'?: com_sap_vocabularies_Analytics_v1.AccumulativeMeasure; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Analytics}#${string}`]: EntityContainerAnnotationsBase_Analytics[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -24,7 +18,2 @@ export type SchemaAnnotationsBase_Analytics = { | ||
[key in `${string & keyof SchemaAnnotationsBase_Analytics}#${string}`]: SchemaAnnotationsBase_Analytics[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -38,7 +27,2 @@ export type ReferenceAnnotationsBase_Analytics = { | ||
[key in `${string & keyof ReferenceAnnotationsBase_Analytics}#${string}`]: ReferenceAnnotationsBase_Analytics[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -55,7 +39,2 @@ export type EntityTypeAnnotationsBase_Analytics = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Analytics}#${string}`]: EntityTypeAnnotationsBase_Analytics[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -69,7 +48,2 @@ export type EnumTypeAnnotationsBase_Analytics = { | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Analytics}#${string}`]: EnumTypeAnnotationsBase_Analytics[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -83,7 +57,2 @@ export type ComplexTypeAnnotationsBase_Analytics = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Analytics}#${string}`]: ComplexTypeAnnotationsBase_Analytics[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -99,7 +68,2 @@ export type PropertyAnnotationsBase_Analytics = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Analytics}#${string}`]: PropertyAnnotationsBase_Analytics[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -113,7 +77,2 @@ export type NavigationPropertyAnnotationsBase_Analytics = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Analytics}#${string}`]: NavigationPropertyAnnotationsBase_Analytics[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -127,7 +86,2 @@ export type TypeDefinitionAnnotationsBase_Analytics = { | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Analytics}#${string}`]: TypeDefinitionAnnotationsBase_Analytics[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -141,7 +95,2 @@ export type TermAnnotationsBase_Analytics = { | ||
[key in `${string & keyof TermAnnotationsBase_Analytics}#${string}`]: TermAnnotationsBase_Analytics[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -155,7 +104,2 @@ export type ParameterAnnotationsBase_Analytics = { | ||
[key in `${string & keyof ParameterAnnotationsBase_Analytics}#${string}`]: ParameterAnnotationsBase_Analytics[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -169,7 +113,2 @@ export type ReturnTypeAnnotationsBase_Analytics = { | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Analytics}#${string}`]: ReturnTypeAnnotationsBase_Analytics[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -183,7 +122,2 @@ export type EntitySetAnnotationsBase_Analytics = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Analytics}#${string}`]: EntitySetAnnotationsBase_Analytics[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -197,7 +131,2 @@ export type SingletonAnnotationsBase_Analytics = { | ||
[key in `${string & keyof SingletonAnnotationsBase_Analytics}#${string}`]: SingletonAnnotationsBase_Analytics[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -212,7 +141,2 @@ export type ActionImportAnnotationsBase_Analytics = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_Analytics}#${string}`]: ActionImportAnnotationsBase_Analytics[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -226,7 +150,2 @@ export type FunctionImportAnnotationsBase_Analytics = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Analytics}#${string}`]: FunctionImportAnnotationsBase_Analytics[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -240,7 +159,2 @@ export type ActionAnnotationsBase_Analytics = { | ||
[key in `${string & keyof ActionAnnotationsBase_Analytics}#${string}`]: ActionAnnotationsBase_Analytics[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -254,7 +168,2 @@ export type FunctionAnnotationsBase_Analytics = { | ||
[key in `${string & keyof FunctionAnnotationsBase_Analytics}#${string}`]: FunctionAnnotationsBase_Analytics[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -268,7 +177,2 @@ export type IncludeAnnotationsBase_Analytics = { | ||
[key in `${string & keyof IncludeAnnotationsBase_Analytics}#${string}`]: IncludeAnnotationsBase_Analytics[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -282,7 +186,2 @@ export type AnnotationAnnotationsBase_Analytics = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_Analytics}#${string}`]: AnnotationAnnotationsBase_Analytics[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -297,7 +196,2 @@ export type CollectionAnnotationsBase_Analytics = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Analytics}#${string}`]: CollectionAnnotationsBase_Analytics[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -311,7 +205,2 @@ export type RecordAnnotationsBase_Analytics = { | ||
[key in `${string & keyof RecordAnnotationsBase_Analytics}#${string}`]: RecordAnnotationsBase_Analytics[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -325,8 +214,3 @@ export type PropertyValueAnnotationsBase_Analytics = { | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Analytics}#${string}`]: PropertyValueAnnotationsBase_Analytics[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Analytics_v1.AnalyticsAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as Org_OData_Authorization_V1 from "./Authorization"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Authorization = { | ||
@@ -10,7 +9,2 @@ 'SecuritySchemes'?: Org_OData_Authorization_V1.SecuritySchemes; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Authorization}#${string}`]: EntityContainerAnnotationsBase_Authorization[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -21,7 +15,2 @@ export type SchemaAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Authorization}#${string}`]: SchemaAnnotationsBase_Authorization[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -32,7 +21,2 @@ export type ReferenceAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Authorization}#${string}`]: ReferenceAnnotationsBase_Authorization[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -43,7 +27,2 @@ export type EntityTypeAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Authorization}#${string}`]: EntityTypeAnnotationsBase_Authorization[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -54,7 +33,2 @@ export type EnumTypeAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Authorization}#${string}`]: EnumTypeAnnotationsBase_Authorization[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -65,7 +39,2 @@ export type ComplexTypeAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Authorization}#${string}`]: ComplexTypeAnnotationsBase_Authorization[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -76,7 +45,2 @@ export type PropertyAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof PropertyAnnotationsBase_Authorization}#${string}`]: PropertyAnnotationsBase_Authorization[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -87,7 +51,2 @@ export type NavigationPropertyAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Authorization}#${string}`]: NavigationPropertyAnnotationsBase_Authorization[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -98,7 +57,2 @@ export type TypeDefinitionAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Authorization}#${string}`]: TypeDefinitionAnnotationsBase_Authorization[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -109,7 +63,2 @@ export type TermAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Authorization}#${string}`]: TermAnnotationsBase_Authorization[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -120,7 +69,2 @@ export type ParameterAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_Authorization}#${string}`]: ParameterAnnotationsBase_Authorization[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -131,7 +75,2 @@ export type ReturnTypeAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Authorization}#${string}`]: ReturnTypeAnnotationsBase_Authorization[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -142,7 +81,2 @@ export type EntitySetAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof EntitySetAnnotationsBase_Authorization}#${string}`]: EntitySetAnnotationsBase_Authorization[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -153,7 +87,2 @@ export type SingletonAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_Authorization}#${string}`]: SingletonAnnotationsBase_Authorization[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -164,7 +93,2 @@ export type ActionImportAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_Authorization}#${string}`]: ActionImportAnnotationsBase_Authorization[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -175,7 +99,2 @@ export type FunctionImportAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Authorization}#${string}`]: FunctionImportAnnotationsBase_Authorization[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -186,7 +105,2 @@ export type ActionAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_Authorization}#${string}`]: ActionAnnotationsBase_Authorization[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -197,7 +111,2 @@ export type FunctionAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_Authorization}#${string}`]: FunctionAnnotationsBase_Authorization[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -208,7 +117,2 @@ export type IncludeAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Authorization}#${string}`]: IncludeAnnotationsBase_Authorization[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -219,7 +123,2 @@ export type AnnotationAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_Authorization}#${string}`]: AnnotationAnnotationsBase_Authorization[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -230,7 +129,2 @@ export type CollectionAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof CollectionAnnotationsBase_Authorization}#${string}`]: CollectionAnnotationsBase_Authorization[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -241,7 +135,2 @@ export type RecordAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Authorization}#${string}`]: RecordAnnotationsBase_Authorization[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -252,8 +141,3 @@ export type PropertyValueAnnotationsBase_Authorization = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Authorization}#${string}`]: PropertyValueAnnotationsBase_Authorization[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Authorization_V1.AuthorizationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as Org_OData_Capabilities_V1 from "./Capabilities"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Capabilities = { | ||
@@ -29,7 +28,2 @@ 'ConformanceLevel'?: Org_OData_Capabilities_V1.ConformanceLevel; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Capabilities}#${string}`]: EntityContainerAnnotationsBase_Capabilities[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -40,7 +34,2 @@ export type SchemaAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Capabilities}#${string}`]: SchemaAnnotationsBase_Capabilities[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +40,2 @@ export type ReferenceAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Capabilities}#${string}`]: ReferenceAnnotationsBase_Capabilities[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -64,7 +48,2 @@ export type EntityTypeAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Capabilities}#${string}`]: EntityTypeAnnotationsBase_Capabilities[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -75,7 +54,2 @@ export type EnumTypeAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Capabilities}#${string}`]: EnumTypeAnnotationsBase_Capabilities[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -86,7 +60,2 @@ export type ComplexTypeAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Capabilities}#${string}`]: ComplexTypeAnnotationsBase_Capabilities[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -99,7 +68,2 @@ export type PropertyAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Capabilities}#${string}`]: PropertyAnnotationsBase_Capabilities[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -112,7 +76,2 @@ export type NavigationPropertyAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Capabilities}#${string}`]: NavigationPropertyAnnotationsBase_Capabilities[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -123,7 +82,2 @@ export type TypeDefinitionAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Capabilities}#${string}`]: TypeDefinitionAnnotationsBase_Capabilities[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -134,7 +88,2 @@ export type TermAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Capabilities}#${string}`]: TermAnnotationsBase_Capabilities[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -145,7 +94,2 @@ export type ParameterAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_Capabilities}#${string}`]: ParameterAnnotationsBase_Capabilities[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -156,7 +100,2 @@ export type ReturnTypeAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Capabilities}#${string}`]: ReturnTypeAnnotationsBase_Capabilities[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -189,7 +128,2 @@ export type EntitySetAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Capabilities}#${string}`]: EntitySetAnnotationsBase_Capabilities[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -210,7 +144,2 @@ export type SingletonAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof SingletonAnnotationsBase_Capabilities}#${string}`]: SingletonAnnotationsBase_Capabilities[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -223,7 +152,2 @@ export type ActionImportAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_Capabilities}#${string}`]: ActionImportAnnotationsBase_Capabilities[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -236,7 +160,2 @@ export type FunctionImportAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Capabilities}#${string}`]: FunctionImportAnnotationsBase_Capabilities[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -250,7 +169,2 @@ export type ActionAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof ActionAnnotationsBase_Capabilities}#${string}`]: ActionAnnotationsBase_Capabilities[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -264,7 +178,2 @@ export type FunctionAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof FunctionAnnotationsBase_Capabilities}#${string}`]: FunctionAnnotationsBase_Capabilities[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -275,7 +184,2 @@ export type IncludeAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Capabilities}#${string}`]: IncludeAnnotationsBase_Capabilities[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -286,7 +190,2 @@ export type AnnotationAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_Capabilities}#${string}`]: AnnotationAnnotationsBase_Capabilities[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -316,7 +215,2 @@ export type CollectionAnnotationsBase_Capabilities = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Capabilities}#${string}`]: CollectionAnnotationsBase_Capabilities[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -327,7 +221,2 @@ export type RecordAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Capabilities}#${string}`]: RecordAnnotationsBase_Capabilities[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -338,8 +227,3 @@ export type PropertyValueAnnotationsBase_Capabilities = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Capabilities}#${string}`]: PropertyValueAnnotationsBase_Capabilities[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Capabilities_V1.CapabilitiesAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_CodeList_v1 from "./CodeList"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_CodeList = { | ||
@@ -10,7 +9,2 @@ 'CurrencyCodes'?: com_sap_vocabularies_CodeList_v1.CurrencyCodes; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_CodeList}#${string}`]: EntityContainerAnnotationsBase_CodeList[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -21,7 +15,2 @@ export type SchemaAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_CodeList}#${string}`]: SchemaAnnotationsBase_CodeList[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -32,7 +21,2 @@ export type ReferenceAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_CodeList}#${string}`]: ReferenceAnnotationsBase_CodeList[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -43,7 +27,2 @@ export type EntityTypeAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof EntityTypeAnnotationsBase_CodeList}#${string}`]: EntityTypeAnnotationsBase_CodeList[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -54,7 +33,2 @@ export type EnumTypeAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_CodeList}#${string}`]: EnumTypeAnnotationsBase_CodeList[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -65,7 +39,2 @@ export type ComplexTypeAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_CodeList}#${string}`]: ComplexTypeAnnotationsBase_CodeList[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -80,7 +49,2 @@ export type PropertyAnnotationsBase_CodeList = { | ||
[key in `${string & keyof PropertyAnnotationsBase_CodeList}#${string}`]: PropertyAnnotationsBase_CodeList[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -91,7 +55,2 @@ export type NavigationPropertyAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_CodeList}#${string}`]: NavigationPropertyAnnotationsBase_CodeList[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -102,7 +61,2 @@ export type TypeDefinitionAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_CodeList}#${string}`]: TypeDefinitionAnnotationsBase_CodeList[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -113,7 +67,2 @@ export type TermAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof TermAnnotationsBase_CodeList}#${string}`]: TermAnnotationsBase_CodeList[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -124,7 +73,2 @@ export type ParameterAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_CodeList}#${string}`]: ParameterAnnotationsBase_CodeList[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -135,7 +79,2 @@ export type ReturnTypeAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_CodeList}#${string}`]: ReturnTypeAnnotationsBase_CodeList[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -146,7 +85,2 @@ export type EntitySetAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof EntitySetAnnotationsBase_CodeList}#${string}`]: EntitySetAnnotationsBase_CodeList[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -157,7 +91,2 @@ export type SingletonAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_CodeList}#${string}`]: SingletonAnnotationsBase_CodeList[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -168,7 +97,2 @@ export type ActionImportAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_CodeList}#${string}`]: ActionImportAnnotationsBase_CodeList[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -179,7 +103,2 @@ export type FunctionImportAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_CodeList}#${string}`]: FunctionImportAnnotationsBase_CodeList[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -190,7 +109,2 @@ export type ActionAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_CodeList}#${string}`]: ActionAnnotationsBase_CodeList[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -201,7 +115,2 @@ export type FunctionAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_CodeList}#${string}`]: FunctionAnnotationsBase_CodeList[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -212,7 +121,2 @@ export type IncludeAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_CodeList}#${string}`]: IncludeAnnotationsBase_CodeList[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -223,7 +127,2 @@ export type AnnotationAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_CodeList}#${string}`]: AnnotationAnnotationsBase_CodeList[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -234,7 +133,2 @@ export type CollectionAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof CollectionAnnotationsBase_CodeList}#${string}`]: CollectionAnnotationsBase_CodeList[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -245,7 +139,2 @@ export type RecordAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_CodeList}#${string}`]: RecordAnnotationsBase_CodeList[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -256,8 +145,3 @@ export type PropertyValueAnnotationsBase_CodeList = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_CodeList}#${string}`]: PropertyValueAnnotationsBase_CodeList[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_CodeList_v1.CodeListAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_Common_v1 from "./Common"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Common = { | ||
@@ -23,7 +22,2 @@ 'Experimental'?: com_sap_vocabularies_Common_v1.Experimental; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Common}#${string}`]: EntityContainerAnnotationsBase_Common[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +45,2 @@ export type SchemaAnnotationsBase_Common = { | ||
[key in `${string & keyof SchemaAnnotationsBase_Common}#${string}`]: SchemaAnnotationsBase_Common[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -76,7 +65,2 @@ export type ReferenceAnnotationsBase_Common = { | ||
[key in `${string & keyof ReferenceAnnotationsBase_Common}#${string}`]: ReferenceAnnotationsBase_Common[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -120,7 +104,2 @@ export type EntityTypeAnnotationsBase_Common = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Common}#${string}`]: EntityTypeAnnotationsBase_Common[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -145,7 +124,2 @@ export type EnumTypeAnnotationsBase_Common = { | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Common}#${string}`]: EnumTypeAnnotationsBase_Common[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -172,7 +146,2 @@ export type ComplexTypeAnnotationsBase_Common = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Common}#${string}`]: ComplexTypeAnnotationsBase_Common[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -255,7 +224,2 @@ export type PropertyAnnotationsBase_Common = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Common}#${string}`]: PropertyAnnotationsBase_Common[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -286,7 +250,2 @@ export type NavigationPropertyAnnotationsBase_Common = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Common}#${string}`]: NavigationPropertyAnnotationsBase_Common[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -311,7 +270,2 @@ export type TypeDefinitionAnnotationsBase_Common = { | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Common}#${string}`]: TypeDefinitionAnnotationsBase_Common[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -341,7 +295,2 @@ export type TermAnnotationsBase_Common = { | ||
[key in `${string & keyof TermAnnotationsBase_Common}#${string}`]: TermAnnotationsBase_Common[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -382,7 +331,2 @@ export type ParameterAnnotationsBase_Common = { | ||
[key in `${string & keyof ParameterAnnotationsBase_Common}#${string}`]: ParameterAnnotationsBase_Common[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -408,7 +352,2 @@ export type ReturnTypeAnnotationsBase_Common = { | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Common}#${string}`]: ReturnTypeAnnotationsBase_Common[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -445,7 +384,2 @@ export type EntitySetAnnotationsBase_Common = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Common}#${string}`]: EntitySetAnnotationsBase_Common[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -470,7 +404,2 @@ export type SingletonAnnotationsBase_Common = { | ||
[key in `${string & keyof SingletonAnnotationsBase_Common}#${string}`]: SingletonAnnotationsBase_Common[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -496,7 +425,2 @@ export type ActionImportAnnotationsBase_Common = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_Common}#${string}`]: ActionImportAnnotationsBase_Common[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -522,7 +446,2 @@ export type FunctionImportAnnotationsBase_Common = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Common}#${string}`]: FunctionImportAnnotationsBase_Common[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -550,7 +469,2 @@ export type ActionAnnotationsBase_Common = { | ||
[key in `${string & keyof ActionAnnotationsBase_Common}#${string}`]: ActionAnnotationsBase_Common[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -577,7 +491,2 @@ export type FunctionAnnotationsBase_Common = { | ||
[key in `${string & keyof FunctionAnnotationsBase_Common}#${string}`]: FunctionAnnotationsBase_Common[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -602,7 +511,2 @@ export type IncludeAnnotationsBase_Common = { | ||
[key in `${string & keyof IncludeAnnotationsBase_Common}#${string}`]: IncludeAnnotationsBase_Common[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -629,7 +533,2 @@ export type AnnotationAnnotationsBase_Common = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_Common}#${string}`]: AnnotationAnnotationsBase_Common[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -654,7 +553,2 @@ export type CollectionAnnotationsBase_Common = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Common}#${string}`]: CollectionAnnotationsBase_Common[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -682,7 +576,2 @@ export type RecordAnnotationsBase_Common = { | ||
[key in `${string & keyof RecordAnnotationsBase_Common}#${string}`]: RecordAnnotationsBase_Common[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -707,8 +596,3 @@ export type PropertyValueAnnotationsBase_Common = { | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Common}#${string}`]: PropertyValueAnnotationsBase_Common[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Common_v1.CommonAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_Communication_v1 from "./Communication"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Communication = {}; | ||
@@ -7,7 +6,2 @@ type ExtractEntityContainerAnnotationsType<T> = T extends `${infer U extends keyof EntityContainerAnnotationsBase_Communication}#${string}` ? U : never; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Communication}#${string}`]: EntityContainerAnnotationsBase_Communication[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -18,7 +12,2 @@ export type SchemaAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Communication}#${string}`]: SchemaAnnotationsBase_Communication[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -29,7 +18,2 @@ export type ReferenceAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Communication}#${string}`]: ReferenceAnnotationsBase_Communication[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -46,7 +30,2 @@ export type EntityTypeAnnotationsBase_Communication = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Communication}#${string}`]: EntityTypeAnnotationsBase_Communication[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -57,7 +36,2 @@ export type EnumTypeAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Communication}#${string}`]: EnumTypeAnnotationsBase_Communication[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -68,7 +42,2 @@ export type ComplexTypeAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Communication}#${string}`]: ComplexTypeAnnotationsBase_Communication[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -82,7 +51,2 @@ export type PropertyAnnotationsBase_Communication = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Communication}#${string}`]: PropertyAnnotationsBase_Communication[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -93,7 +57,2 @@ export type NavigationPropertyAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Communication}#${string}`]: NavigationPropertyAnnotationsBase_Communication[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -104,7 +63,2 @@ export type TypeDefinitionAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Communication}#${string}`]: TypeDefinitionAnnotationsBase_Communication[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -115,7 +69,2 @@ export type TermAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Communication}#${string}`]: TermAnnotationsBase_Communication[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -126,7 +75,2 @@ export type ParameterAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_Communication}#${string}`]: ParameterAnnotationsBase_Communication[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -137,7 +81,2 @@ export type ReturnTypeAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Communication}#${string}`]: ReturnTypeAnnotationsBase_Communication[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -148,7 +87,2 @@ export type EntitySetAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof EntitySetAnnotationsBase_Communication}#${string}`]: EntitySetAnnotationsBase_Communication[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -159,7 +93,2 @@ export type SingletonAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_Communication}#${string}`]: SingletonAnnotationsBase_Communication[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -170,7 +99,2 @@ export type ActionImportAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_Communication}#${string}`]: ActionImportAnnotationsBase_Communication[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -181,7 +105,2 @@ export type FunctionImportAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Communication}#${string}`]: FunctionImportAnnotationsBase_Communication[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -192,7 +111,2 @@ export type ActionAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_Communication}#${string}`]: ActionAnnotationsBase_Communication[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -203,7 +117,2 @@ export type FunctionAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_Communication}#${string}`]: FunctionAnnotationsBase_Communication[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -214,7 +123,2 @@ export type IncludeAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Communication}#${string}`]: IncludeAnnotationsBase_Communication[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -225,7 +129,2 @@ export type AnnotationAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_Communication}#${string}`]: AnnotationAnnotationsBase_Communication[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -236,7 +135,2 @@ export type CollectionAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof CollectionAnnotationsBase_Communication}#${string}`]: CollectionAnnotationsBase_Communication[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -247,7 +141,2 @@ export type RecordAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Communication}#${string}`]: RecordAnnotationsBase_Communication[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -258,8 +147,3 @@ export type PropertyValueAnnotationsBase_Communication = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Communication}#${string}`]: PropertyValueAnnotationsBase_Communication[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Communication_v1.CommunicationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as Org_OData_Core_V1 from "./Core"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Core = { | ||
@@ -24,7 +23,2 @@ 'ODataVersions'?: Org_OData_Core_V1.ODataVersions; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Core}#${string}`]: EntityContainerAnnotationsBase_Core[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +45,2 @@ export type SchemaAnnotationsBase_Core = { | ||
[key in `${string & keyof SchemaAnnotationsBase_Core}#${string}`]: SchemaAnnotationsBase_Core[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -77,7 +66,2 @@ export type ReferenceAnnotationsBase_Core = { | ||
[key in `${string & keyof ReferenceAnnotationsBase_Core}#${string}`]: ReferenceAnnotationsBase_Core[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -111,7 +95,2 @@ export type EntityTypeAnnotationsBase_Core = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Core}#${string}`]: EntityTypeAnnotationsBase_Core[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -136,7 +115,2 @@ export type EnumTypeAnnotationsBase_Core = { | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Core}#${string}`]: EnumTypeAnnotationsBase_Core[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -165,7 +139,2 @@ export type ComplexTypeAnnotationsBase_Core = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Core}#${string}`]: ComplexTypeAnnotationsBase_Core[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -204,7 +173,2 @@ export type PropertyAnnotationsBase_Core = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Core}#${string}`]: PropertyAnnotationsBase_Core[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -236,7 +200,2 @@ export type NavigationPropertyAnnotationsBase_Core = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Core}#${string}`]: NavigationPropertyAnnotationsBase_Core[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -265,7 +224,2 @@ export type TypeDefinitionAnnotationsBase_Core = { | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Core}#${string}`]: TypeDefinitionAnnotationsBase_Core[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -300,7 +254,2 @@ export type TermAnnotationsBase_Core = { | ||
[key in `${string & keyof TermAnnotationsBase_Core}#${string}`]: TermAnnotationsBase_Core[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -329,7 +278,2 @@ export type ParameterAnnotationsBase_Core = { | ||
[key in `${string & keyof ParameterAnnotationsBase_Core}#${string}`]: ParameterAnnotationsBase_Core[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -358,7 +302,2 @@ export type ReturnTypeAnnotationsBase_Core = { | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Core}#${string}`]: ReturnTypeAnnotationsBase_Core[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -389,7 +328,2 @@ export type EntitySetAnnotationsBase_Core = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Core}#${string}`]: EntitySetAnnotationsBase_Core[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -415,7 +349,2 @@ export type SingletonAnnotationsBase_Core = { | ||
[key in `${string & keyof SingletonAnnotationsBase_Core}#${string}`]: SingletonAnnotationsBase_Core[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -441,7 +370,2 @@ export type ActionImportAnnotationsBase_Core = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_Core}#${string}`]: ActionImportAnnotationsBase_Core[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -467,7 +391,2 @@ export type FunctionImportAnnotationsBase_Core = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Core}#${string}`]: FunctionImportAnnotationsBase_Core[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -495,7 +414,2 @@ export type ActionAnnotationsBase_Core = { | ||
[key in `${string & keyof ActionAnnotationsBase_Core}#${string}`]: ActionAnnotationsBase_Core[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -523,7 +437,2 @@ export type FunctionAnnotationsBase_Core = { | ||
[key in `${string & keyof FunctionAnnotationsBase_Core}#${string}`]: FunctionAnnotationsBase_Core[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -549,7 +458,2 @@ export type IncludeAnnotationsBase_Core = { | ||
[key in `${string & keyof IncludeAnnotationsBase_Core}#${string}`]: IncludeAnnotationsBase_Core[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -574,7 +478,2 @@ export type AnnotationAnnotationsBase_Core = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_Core}#${string}`]: AnnotationAnnotationsBase_Core[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -599,7 +498,2 @@ export type CollectionAnnotationsBase_Core = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Core}#${string}`]: CollectionAnnotationsBase_Core[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -624,7 +518,2 @@ export type RecordAnnotationsBase_Core = { | ||
[key in `${string & keyof RecordAnnotationsBase_Core}#${string}`]: RecordAnnotationsBase_Core[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -649,8 +538,3 @@ export type PropertyValueAnnotationsBase_Core = { | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Core}#${string}`]: PropertyValueAnnotationsBase_Core[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Core_V1.CoreAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_Hierarchy_v1 from "./Hierarchy"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Hierarchy = {}; | ||
@@ -7,7 +6,2 @@ type ExtractEntityContainerAnnotationsType<T> = T extends `${infer U extends keyof EntityContainerAnnotationsBase_Hierarchy}#${string}` ? U : never; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Hierarchy}#${string}`]: EntityContainerAnnotationsBase_Hierarchy[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -18,7 +12,2 @@ export type SchemaAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Hierarchy}#${string}`]: SchemaAnnotationsBase_Hierarchy[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -29,7 +18,2 @@ export type ReferenceAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Hierarchy}#${string}`]: ReferenceAnnotationsBase_Hierarchy[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -43,7 +27,2 @@ export type EntityTypeAnnotationsBase_Hierarchy = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Hierarchy}#${string}`]: EntityTypeAnnotationsBase_Hierarchy[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -54,7 +33,2 @@ export type EnumTypeAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Hierarchy}#${string}`]: EnumTypeAnnotationsBase_Hierarchy[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -65,7 +39,2 @@ export type ComplexTypeAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Hierarchy}#${string}`]: ComplexTypeAnnotationsBase_Hierarchy[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -76,7 +45,2 @@ export type PropertyAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof PropertyAnnotationsBase_Hierarchy}#${string}`]: PropertyAnnotationsBase_Hierarchy[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -87,7 +51,2 @@ export type NavigationPropertyAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Hierarchy}#${string}`]: NavigationPropertyAnnotationsBase_Hierarchy[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -98,7 +57,2 @@ export type TypeDefinitionAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Hierarchy}#${string}`]: TypeDefinitionAnnotationsBase_Hierarchy[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -109,7 +63,2 @@ export type TermAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Hierarchy}#${string}`]: TermAnnotationsBase_Hierarchy[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -120,7 +69,2 @@ export type ParameterAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_Hierarchy}#${string}`]: ParameterAnnotationsBase_Hierarchy[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -131,7 +75,2 @@ export type ReturnTypeAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Hierarchy}#${string}`]: ReturnTypeAnnotationsBase_Hierarchy[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -142,7 +81,2 @@ export type EntitySetAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof EntitySetAnnotationsBase_Hierarchy}#${string}`]: EntitySetAnnotationsBase_Hierarchy[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -153,7 +87,2 @@ export type SingletonAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_Hierarchy}#${string}`]: SingletonAnnotationsBase_Hierarchy[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -164,7 +93,2 @@ export type ActionImportAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_Hierarchy}#${string}`]: ActionImportAnnotationsBase_Hierarchy[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -175,7 +99,2 @@ export type FunctionImportAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Hierarchy}#${string}`]: FunctionImportAnnotationsBase_Hierarchy[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -186,7 +105,2 @@ export type ActionAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_Hierarchy}#${string}`]: ActionAnnotationsBase_Hierarchy[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -197,7 +111,2 @@ export type FunctionAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_Hierarchy}#${string}`]: FunctionAnnotationsBase_Hierarchy[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -208,7 +117,2 @@ export type IncludeAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Hierarchy}#${string}`]: IncludeAnnotationsBase_Hierarchy[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -219,7 +123,2 @@ export type AnnotationAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_Hierarchy}#${string}`]: AnnotationAnnotationsBase_Hierarchy[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -233,7 +132,2 @@ export type CollectionAnnotationsBase_Hierarchy = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Hierarchy}#${string}`]: CollectionAnnotationsBase_Hierarchy[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -244,7 +138,2 @@ export type RecordAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Hierarchy}#${string}`]: RecordAnnotationsBase_Hierarchy[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -255,8 +144,3 @@ export type PropertyValueAnnotationsBase_Hierarchy = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Hierarchy}#${string}`]: PropertyValueAnnotationsBase_Hierarchy[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Hierarchy_v1.HierarchyAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_HTML5_v1 from "./HTML5"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_HTML5 = { | ||
@@ -9,7 +8,2 @@ 'LinkTarget'?: com_sap_vocabularies_HTML5_v1.LinkTarget; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_HTML5}#${string}`]: EntityContainerAnnotationsBase_HTML5[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -22,7 +16,2 @@ export type SchemaAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof SchemaAnnotationsBase_HTML5}#${string}`]: SchemaAnnotationsBase_HTML5[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -35,7 +24,2 @@ export type ReferenceAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof ReferenceAnnotationsBase_HTML5}#${string}`]: ReferenceAnnotationsBase_HTML5[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -48,7 +32,2 @@ export type EntityTypeAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_HTML5}#${string}`]: EntityTypeAnnotationsBase_HTML5[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -61,7 +40,2 @@ export type EnumTypeAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof EnumTypeAnnotationsBase_HTML5}#${string}`]: EnumTypeAnnotationsBase_HTML5[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -74,7 +48,2 @@ export type ComplexTypeAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_HTML5}#${string}`]: ComplexTypeAnnotationsBase_HTML5[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -87,7 +56,2 @@ export type PropertyAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof PropertyAnnotationsBase_HTML5}#${string}`]: PropertyAnnotationsBase_HTML5[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -100,7 +64,2 @@ export type NavigationPropertyAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_HTML5}#${string}`]: NavigationPropertyAnnotationsBase_HTML5[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -113,7 +72,2 @@ export type TypeDefinitionAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_HTML5}#${string}`]: TypeDefinitionAnnotationsBase_HTML5[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -126,7 +80,2 @@ export type TermAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof TermAnnotationsBase_HTML5}#${string}`]: TermAnnotationsBase_HTML5[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -139,7 +88,2 @@ export type ParameterAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof ParameterAnnotationsBase_HTML5}#${string}`]: ParameterAnnotationsBase_HTML5[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -152,7 +96,2 @@ export type ReturnTypeAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_HTML5}#${string}`]: ReturnTypeAnnotationsBase_HTML5[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -165,7 +104,2 @@ export type EntitySetAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_HTML5}#${string}`]: EntitySetAnnotationsBase_HTML5[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -178,7 +112,2 @@ export type SingletonAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof SingletonAnnotationsBase_HTML5}#${string}`]: SingletonAnnotationsBase_HTML5[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -191,7 +120,2 @@ export type ActionImportAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_HTML5}#${string}`]: ActionImportAnnotationsBase_HTML5[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -204,7 +128,2 @@ export type FunctionImportAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_HTML5}#${string}`]: FunctionImportAnnotationsBase_HTML5[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -217,7 +136,2 @@ export type ActionAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof ActionAnnotationsBase_HTML5}#${string}`]: ActionAnnotationsBase_HTML5[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -230,7 +144,2 @@ export type FunctionAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof FunctionAnnotationsBase_HTML5}#${string}`]: FunctionAnnotationsBase_HTML5[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -243,7 +152,2 @@ export type IncludeAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof IncludeAnnotationsBase_HTML5}#${string}`]: IncludeAnnotationsBase_HTML5[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -256,7 +160,2 @@ export type AnnotationAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_HTML5}#${string}`]: AnnotationAnnotationsBase_HTML5[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -269,7 +168,2 @@ export type CollectionAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof CollectionAnnotationsBase_HTML5}#${string}`]: CollectionAnnotationsBase_HTML5[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -283,7 +177,2 @@ export type RecordAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof RecordAnnotationsBase_HTML5}#${string}`]: RecordAnnotationsBase_HTML5[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -296,8 +185,3 @@ export type PropertyValueAnnotationsBase_HTML5 = { | ||
[key in `${string & keyof PropertyValueAnnotationsBase_HTML5}#${string}`]: PropertyValueAnnotationsBase_HTML5[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_HTML5_v1.HTML5AnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as Org_OData_Measures_V1 from "./Measures"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Measures = {}; | ||
@@ -7,7 +6,2 @@ type ExtractEntityContainerAnnotationsType<T> = T extends `${infer U extends keyof EntityContainerAnnotationsBase_Measures}#${string}` ? U : never; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Measures}#${string}`]: EntityContainerAnnotationsBase_Measures[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -18,7 +12,2 @@ export type SchemaAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Measures}#${string}`]: SchemaAnnotationsBase_Measures[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -29,7 +18,2 @@ export type ReferenceAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Measures}#${string}`]: ReferenceAnnotationsBase_Measures[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -40,7 +24,2 @@ export type EntityTypeAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Measures}#${string}`]: EntityTypeAnnotationsBase_Measures[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +30,2 @@ export type EnumTypeAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Measures}#${string}`]: EnumTypeAnnotationsBase_Measures[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -62,7 +36,2 @@ export type ComplexTypeAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Measures}#${string}`]: ComplexTypeAnnotationsBase_Measures[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -79,7 +48,2 @@ export type PropertyAnnotationsBase_Measures = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Measures}#${string}`]: PropertyAnnotationsBase_Measures[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -90,7 +54,2 @@ export type NavigationPropertyAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Measures}#${string}`]: NavigationPropertyAnnotationsBase_Measures[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -101,7 +60,2 @@ export type TypeDefinitionAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Measures}#${string}`]: TypeDefinitionAnnotationsBase_Measures[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -112,7 +66,2 @@ export type TermAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Measures}#${string}`]: TermAnnotationsBase_Measures[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -129,7 +78,2 @@ export type ParameterAnnotationsBase_Measures = { | ||
[key in `${string & keyof ParameterAnnotationsBase_Measures}#${string}`]: ParameterAnnotationsBase_Measures[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -140,7 +84,2 @@ export type ReturnTypeAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Measures}#${string}`]: ReturnTypeAnnotationsBase_Measures[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -151,7 +90,2 @@ export type EntitySetAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof EntitySetAnnotationsBase_Measures}#${string}`]: EntitySetAnnotationsBase_Measures[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -162,7 +96,2 @@ export type SingletonAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_Measures}#${string}`]: SingletonAnnotationsBase_Measures[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -173,7 +102,2 @@ export type ActionImportAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_Measures}#${string}`]: ActionImportAnnotationsBase_Measures[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -184,7 +108,2 @@ export type FunctionImportAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Measures}#${string}`]: FunctionImportAnnotationsBase_Measures[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -195,7 +114,2 @@ export type ActionAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_Measures}#${string}`]: ActionAnnotationsBase_Measures[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -206,7 +120,2 @@ export type FunctionAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_Measures}#${string}`]: FunctionAnnotationsBase_Measures[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -217,7 +126,2 @@ export type IncludeAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Measures}#${string}`]: IncludeAnnotationsBase_Measures[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -228,7 +132,2 @@ export type AnnotationAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_Measures}#${string}`]: AnnotationAnnotationsBase_Measures[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -239,7 +138,2 @@ export type CollectionAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof CollectionAnnotationsBase_Measures}#${string}`]: CollectionAnnotationsBase_Measures[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -250,7 +144,2 @@ export type RecordAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Measures}#${string}`]: RecordAnnotationsBase_Measures[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -261,8 +150,3 @@ export type PropertyValueAnnotationsBase_Measures = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Measures}#${string}`]: PropertyValueAnnotationsBase_Measures[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Measures_V1.MeasuresAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_PersonalData_v1 from "./PersonalData"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_PersonalData = {}; | ||
@@ -7,7 +6,2 @@ type ExtractEntityContainerAnnotationsType<T> = T extends `${infer U extends keyof EntityContainerAnnotationsBase_PersonalData}#${string}` ? U : never; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_PersonalData}#${string}`]: EntityContainerAnnotationsBase_PersonalData[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -18,7 +12,2 @@ export type SchemaAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_PersonalData}#${string}`]: SchemaAnnotationsBase_PersonalData[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -29,7 +18,2 @@ export type ReferenceAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_PersonalData}#${string}`]: ReferenceAnnotationsBase_PersonalData[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -40,7 +24,2 @@ export type EntityTypeAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof EntityTypeAnnotationsBase_PersonalData}#${string}`]: EntityTypeAnnotationsBase_PersonalData[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +30,2 @@ export type EnumTypeAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_PersonalData}#${string}`]: EnumTypeAnnotationsBase_PersonalData[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -62,7 +36,2 @@ export type ComplexTypeAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_PersonalData}#${string}`]: ComplexTypeAnnotationsBase_PersonalData[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -77,7 +46,2 @@ export type PropertyAnnotationsBase_PersonalData = { | ||
[key in `${string & keyof PropertyAnnotationsBase_PersonalData}#${string}`]: PropertyAnnotationsBase_PersonalData[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -88,7 +52,2 @@ export type NavigationPropertyAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_PersonalData}#${string}`]: NavigationPropertyAnnotationsBase_PersonalData[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -99,7 +58,2 @@ export type TypeDefinitionAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_PersonalData}#${string}`]: TypeDefinitionAnnotationsBase_PersonalData[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -110,7 +64,2 @@ export type TermAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof TermAnnotationsBase_PersonalData}#${string}`]: TermAnnotationsBase_PersonalData[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -121,7 +70,2 @@ export type ParameterAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_PersonalData}#${string}`]: ParameterAnnotationsBase_PersonalData[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -132,7 +76,2 @@ export type ReturnTypeAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_PersonalData}#${string}`]: ReturnTypeAnnotationsBase_PersonalData[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -147,7 +86,2 @@ export type EntitySetAnnotationsBase_PersonalData = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_PersonalData}#${string}`]: EntitySetAnnotationsBase_PersonalData[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -158,7 +92,2 @@ export type SingletonAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_PersonalData}#${string}`]: SingletonAnnotationsBase_PersonalData[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -169,7 +98,2 @@ export type ActionImportAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_PersonalData}#${string}`]: ActionImportAnnotationsBase_PersonalData[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -180,7 +104,2 @@ export type FunctionImportAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_PersonalData}#${string}`]: FunctionImportAnnotationsBase_PersonalData[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -191,7 +110,2 @@ export type ActionAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_PersonalData}#${string}`]: ActionAnnotationsBase_PersonalData[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -202,7 +116,2 @@ export type FunctionAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_PersonalData}#${string}`]: FunctionAnnotationsBase_PersonalData[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -213,7 +122,2 @@ export type IncludeAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_PersonalData}#${string}`]: IncludeAnnotationsBase_PersonalData[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -224,7 +128,2 @@ export type AnnotationAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_PersonalData}#${string}`]: AnnotationAnnotationsBase_PersonalData[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -235,7 +134,2 @@ export type CollectionAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof CollectionAnnotationsBase_PersonalData}#${string}`]: CollectionAnnotationsBase_PersonalData[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -246,7 +140,2 @@ export type RecordAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_PersonalData}#${string}`]: RecordAnnotationsBase_PersonalData[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -257,8 +146,3 @@ export type PropertyValueAnnotationsBase_PersonalData = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_PersonalData}#${string}`]: PropertyValueAnnotationsBase_PersonalData[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_PersonalData_v1.PersonalDataAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_Session_v1 from "./Session"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Session = {}; | ||
@@ -7,7 +6,2 @@ type ExtractEntityContainerAnnotationsType<T> = T extends `${infer U extends keyof EntityContainerAnnotationsBase_Session}#${string}` ? U : never; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Session}#${string}`]: EntityContainerAnnotationsBase_Session[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -18,7 +12,2 @@ export type SchemaAnnotationsBase_Session = {}; | ||
[key in `${string & keyof SchemaAnnotationsBase_Session}#${string}`]: SchemaAnnotationsBase_Session[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -29,7 +18,2 @@ export type ReferenceAnnotationsBase_Session = {}; | ||
[key in `${string & keyof ReferenceAnnotationsBase_Session}#${string}`]: ReferenceAnnotationsBase_Session[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -40,7 +24,2 @@ export type EntityTypeAnnotationsBase_Session = {}; | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Session}#${string}`]: EntityTypeAnnotationsBase_Session[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +30,2 @@ export type EnumTypeAnnotationsBase_Session = {}; | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Session}#${string}`]: EnumTypeAnnotationsBase_Session[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -62,7 +36,2 @@ export type ComplexTypeAnnotationsBase_Session = {}; | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Session}#${string}`]: ComplexTypeAnnotationsBase_Session[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -73,7 +42,2 @@ export type PropertyAnnotationsBase_Session = {}; | ||
[key in `${string & keyof PropertyAnnotationsBase_Session}#${string}`]: PropertyAnnotationsBase_Session[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -84,7 +48,2 @@ export type NavigationPropertyAnnotationsBase_Session = {}; | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Session}#${string}`]: NavigationPropertyAnnotationsBase_Session[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -95,7 +54,2 @@ export type TypeDefinitionAnnotationsBase_Session = {}; | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Session}#${string}`]: TypeDefinitionAnnotationsBase_Session[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -106,7 +60,2 @@ export type TermAnnotationsBase_Session = {}; | ||
[key in `${string & keyof TermAnnotationsBase_Session}#${string}`]: TermAnnotationsBase_Session[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -117,7 +66,2 @@ export type ParameterAnnotationsBase_Session = {}; | ||
[key in `${string & keyof ParameterAnnotationsBase_Session}#${string}`]: ParameterAnnotationsBase_Session[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -128,7 +72,2 @@ export type ReturnTypeAnnotationsBase_Session = {}; | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Session}#${string}`]: ReturnTypeAnnotationsBase_Session[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -141,7 +80,2 @@ export type EntitySetAnnotationsBase_Session = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Session}#${string}`]: EntitySetAnnotationsBase_Session[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -152,7 +86,2 @@ export type SingletonAnnotationsBase_Session = {}; | ||
[key in `${string & keyof SingletonAnnotationsBase_Session}#${string}`]: SingletonAnnotationsBase_Session[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -163,7 +92,2 @@ export type ActionImportAnnotationsBase_Session = {}; | ||
[key in `${string & keyof ActionImportAnnotationsBase_Session}#${string}`]: ActionImportAnnotationsBase_Session[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -174,7 +98,2 @@ export type FunctionImportAnnotationsBase_Session = {}; | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Session}#${string}`]: FunctionImportAnnotationsBase_Session[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -185,7 +104,2 @@ export type ActionAnnotationsBase_Session = {}; | ||
[key in `${string & keyof ActionAnnotationsBase_Session}#${string}`]: ActionAnnotationsBase_Session[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -196,7 +110,2 @@ export type FunctionAnnotationsBase_Session = {}; | ||
[key in `${string & keyof FunctionAnnotationsBase_Session}#${string}`]: FunctionAnnotationsBase_Session[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -207,7 +116,2 @@ export type IncludeAnnotationsBase_Session = {}; | ||
[key in `${string & keyof IncludeAnnotationsBase_Session}#${string}`]: IncludeAnnotationsBase_Session[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -218,7 +122,2 @@ export type AnnotationAnnotationsBase_Session = {}; | ||
[key in `${string & keyof AnnotationAnnotationsBase_Session}#${string}`]: AnnotationAnnotationsBase_Session[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -229,7 +128,2 @@ export type CollectionAnnotationsBase_Session = {}; | ||
[key in `${string & keyof CollectionAnnotationsBase_Session}#${string}`]: CollectionAnnotationsBase_Session[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -240,7 +134,2 @@ export type RecordAnnotationsBase_Session = {}; | ||
[key in `${string & keyof RecordAnnotationsBase_Session}#${string}`]: RecordAnnotationsBase_Session[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -251,8 +140,3 @@ export type PropertyValueAnnotationsBase_Session = {}; | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Session}#${string}`]: PropertyValueAnnotationsBase_Session[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_Session_v1.SessionAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as com_sap_vocabularies_UI_v1 from "./UI"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_UI = { | ||
@@ -10,7 +9,2 @@ 'RecommendationState'?: com_sap_vocabularies_UI_v1.RecommendationState; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_UI}#${string}`]: EntityContainerAnnotationsBase_UI[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -23,7 +17,2 @@ export type SchemaAnnotationsBase_UI = { | ||
[key in `${string & keyof SchemaAnnotationsBase_UI}#${string}`]: SchemaAnnotationsBase_UI[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -36,7 +25,2 @@ export type ReferenceAnnotationsBase_UI = { | ||
[key in `${string & keyof ReferenceAnnotationsBase_UI}#${string}`]: ReferenceAnnotationsBase_UI[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -80,7 +64,2 @@ export type EntityTypeAnnotationsBase_UI = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_UI}#${string}`]: EntityTypeAnnotationsBase_UI[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -93,7 +72,2 @@ export type EnumTypeAnnotationsBase_UI = { | ||
[key in `${string & keyof EnumTypeAnnotationsBase_UI}#${string}`]: EnumTypeAnnotationsBase_UI[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -106,7 +80,2 @@ export type ComplexTypeAnnotationsBase_UI = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_UI}#${string}`]: ComplexTypeAnnotationsBase_UI[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -133,7 +102,2 @@ export type PropertyAnnotationsBase_UI = { | ||
[key in `${string & keyof PropertyAnnotationsBase_UI}#${string}`]: PropertyAnnotationsBase_UI[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -148,7 +112,2 @@ export type NavigationPropertyAnnotationsBase_UI = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_UI}#${string}`]: NavigationPropertyAnnotationsBase_UI[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -162,7 +121,2 @@ export type TypeDefinitionAnnotationsBase_UI = { | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_UI}#${string}`]: TypeDefinitionAnnotationsBase_UI[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -177,7 +131,2 @@ export type TermAnnotationsBase_UI = { | ||
[key in `${string & keyof TermAnnotationsBase_UI}#${string}`]: TermAnnotationsBase_UI[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -194,7 +143,2 @@ export type ParameterAnnotationsBase_UI = { | ||
[key in `${string & keyof ParameterAnnotationsBase_UI}#${string}`]: ParameterAnnotationsBase_UI[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -207,7 +151,2 @@ export type ReturnTypeAnnotationsBase_UI = { | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_UI}#${string}`]: ReturnTypeAnnotationsBase_UI[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -228,7 +167,2 @@ export type EntitySetAnnotationsBase_UI = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_UI}#${string}`]: EntitySetAnnotationsBase_UI[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -241,7 +175,2 @@ export type SingletonAnnotationsBase_UI = { | ||
[key in `${string & keyof SingletonAnnotationsBase_UI}#${string}`]: SingletonAnnotationsBase_UI[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -254,7 +183,2 @@ export type ActionImportAnnotationsBase_UI = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_UI}#${string}`]: ActionImportAnnotationsBase_UI[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -268,7 +192,2 @@ export type FunctionImportAnnotationsBase_UI = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_UI}#${string}`]: FunctionImportAnnotationsBase_UI[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -282,7 +201,2 @@ export type ActionAnnotationsBase_UI = { | ||
[key in `${string & keyof ActionAnnotationsBase_UI}#${string}`]: ActionAnnotationsBase_UI[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -296,7 +210,2 @@ export type FunctionAnnotationsBase_UI = { | ||
[key in `${string & keyof FunctionAnnotationsBase_UI}#${string}`]: FunctionAnnotationsBase_UI[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -309,7 +218,2 @@ export type IncludeAnnotationsBase_UI = { | ||
[key in `${string & keyof IncludeAnnotationsBase_UI}#${string}`]: IncludeAnnotationsBase_UI[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -326,7 +230,2 @@ export type AnnotationAnnotationsBase_UI = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_UI}#${string}`]: AnnotationAnnotationsBase_UI[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -339,7 +238,2 @@ export type CollectionAnnotationsBase_UI = { | ||
[key in `${string & keyof CollectionAnnotationsBase_UI}#${string}`]: CollectionAnnotationsBase_UI[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -360,7 +254,2 @@ export type RecordAnnotationsBase_UI = { | ||
[key in `${string & keyof RecordAnnotationsBase_UI}#${string}`]: RecordAnnotationsBase_UI[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -374,8 +263,3 @@ export type PropertyValueAnnotationsBase_UI = { | ||
[key in `${string & keyof PropertyValueAnnotationsBase_UI}#${string}`]: PropertyValueAnnotationsBase_UI[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: com_sap_vocabularies_UI_v1.UIAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
import * as Org_OData_Validation_V1 from "./Validation"; | ||
import { PropertyAnnotationValue } from "../Edm"; | ||
export type EntityContainerAnnotationsBase_Validation = { | ||
@@ -9,7 +8,2 @@ 'ApplicableTerms'?: Org_OData_Validation_V1.ApplicableTerms; | ||
[key in `${string & keyof EntityContainerAnnotationsBase_Validation}#${string}`]: EntityContainerAnnotationsBase_Validation[ExtractEntityContainerAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -22,7 +16,2 @@ export type SchemaAnnotationsBase_Validation = { | ||
[key in `${string & keyof SchemaAnnotationsBase_Validation}#${string}`]: SchemaAnnotationsBase_Validation[ExtractSchemaAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -35,7 +24,2 @@ export type ReferenceAnnotationsBase_Validation = { | ||
[key in `${string & keyof ReferenceAnnotationsBase_Validation}#${string}`]: ReferenceAnnotationsBase_Validation[ExtractReferenceAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -51,7 +35,2 @@ export type EntityTypeAnnotationsBase_Validation = { | ||
[key in `${string & keyof EntityTypeAnnotationsBase_Validation}#${string}`]: EntityTypeAnnotationsBase_Validation[ExtractEntityTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -64,7 +43,2 @@ export type EnumTypeAnnotationsBase_Validation = { | ||
[key in `${string & keyof EnumTypeAnnotationsBase_Validation}#${string}`]: EnumTypeAnnotationsBase_Validation[ExtractEnumTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -80,7 +54,2 @@ export type ComplexTypeAnnotationsBase_Validation = { | ||
[key in `${string & keyof ComplexTypeAnnotationsBase_Validation}#${string}`]: ComplexTypeAnnotationsBase_Validation[ExtractComplexTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -101,7 +70,2 @@ export type PropertyAnnotationsBase_Validation = { | ||
[key in `${string & keyof PropertyAnnotationsBase_Validation}#${string}`]: PropertyAnnotationsBase_Validation[ExtractPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -116,7 +80,2 @@ export type NavigationPropertyAnnotationsBase_Validation = { | ||
[key in `${string & keyof NavigationPropertyAnnotationsBase_Validation}#${string}`]: NavigationPropertyAnnotationsBase_Validation[ExtractNavigationPropertyAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -131,7 +90,2 @@ export type TypeDefinitionAnnotationsBase_Validation = { | ||
[key in `${string & keyof TypeDefinitionAnnotationsBase_Validation}#${string}`]: TypeDefinitionAnnotationsBase_Validation[ExtractTypeDefinitionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -149,7 +103,2 @@ export type TermAnnotationsBase_Validation = { | ||
[key in `${string & keyof TermAnnotationsBase_Validation}#${string}`]: TermAnnotationsBase_Validation[ExtractTermAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -169,7 +118,2 @@ export type ParameterAnnotationsBase_Validation = { | ||
[key in `${string & keyof ParameterAnnotationsBase_Validation}#${string}`]: ParameterAnnotationsBase_Validation[ExtractParameterAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -183,7 +127,2 @@ export type ReturnTypeAnnotationsBase_Validation = { | ||
[key in `${string & keyof ReturnTypeAnnotationsBase_Validation}#${string}`]: ReturnTypeAnnotationsBase_Validation[ExtractReturnTypeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -197,7 +136,2 @@ export type EntitySetAnnotationsBase_Validation = { | ||
[key in `${string & keyof EntitySetAnnotationsBase_Validation}#${string}`]: EntitySetAnnotationsBase_Validation[ExtractEntitySetAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -211,7 +145,2 @@ export type SingletonAnnotationsBase_Validation = { | ||
[key in `${string & keyof SingletonAnnotationsBase_Validation}#${string}`]: SingletonAnnotationsBase_Validation[ExtractSingletonAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -224,7 +153,2 @@ export type ActionImportAnnotationsBase_Validation = { | ||
[key in `${string & keyof ActionImportAnnotationsBase_Validation}#${string}`]: ActionImportAnnotationsBase_Validation[ExtractActionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -237,7 +161,2 @@ export type FunctionImportAnnotationsBase_Validation = { | ||
[key in `${string & keyof FunctionImportAnnotationsBase_Validation}#${string}`]: FunctionImportAnnotationsBase_Validation[ExtractFunctionImportAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -250,7 +169,2 @@ export type ActionAnnotationsBase_Validation = { | ||
[key in `${string & keyof ActionAnnotationsBase_Validation}#${string}`]: ActionAnnotationsBase_Validation[ExtractActionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -263,7 +177,2 @@ export type FunctionAnnotationsBase_Validation = { | ||
[key in `${string & keyof FunctionAnnotationsBase_Validation}#${string}`]: FunctionAnnotationsBase_Validation[ExtractFunctionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -276,7 +185,2 @@ export type IncludeAnnotationsBase_Validation = { | ||
[key in `${string & keyof IncludeAnnotationsBase_Validation}#${string}`]: IncludeAnnotationsBase_Validation[ExtractIncludeAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -290,7 +194,2 @@ export type AnnotationAnnotationsBase_Validation = { | ||
[key in `${string & keyof AnnotationAnnotationsBase_Validation}#${string}`]: AnnotationAnnotationsBase_Validation[ExtractAnnotationAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -305,7 +204,2 @@ export type CollectionAnnotationsBase_Validation = { | ||
[key in `${string & keyof CollectionAnnotationsBase_Validation}#${string}`]: CollectionAnnotationsBase_Validation[ExtractCollectionAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -318,7 +212,2 @@ export type RecordAnnotationsBase_Validation = { | ||
[key in `${string & keyof RecordAnnotationsBase_Validation}#${string}`]: RecordAnnotationsBase_Validation[ExtractRecordAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
@@ -331,8 +220,3 @@ export type PropertyValueAnnotationsBase_Validation = { | ||
[key in `${string & keyof PropertyValueAnnotationsBase_Validation}#${string}`]: PropertyValueAnnotationsBase_Validation[ExtractPropertyValueAnnotationsType<key>]; | ||
} & { | ||
[key: string]: { | ||
term?: Org_OData_Validation_V1.ValidationAnnotationTerms; | ||
qualifier?: string; | ||
} | PropertyAnnotationValue<unknown>; | ||
}; | ||
export {}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
710610
15007