@sap-ux/annotation-converter
Advanced tools
Comparing version 0.5.2 to 0.5.3
# @sap-ux/annotation-converter | ||
## 0.5.3 | ||
### Patch Changes | ||
- b7bd95f: The description and content of the package was ajusted | ||
## 0.5.2 | ||
@@ -4,0 +10,0 @@ |
@@ -1,7 +0,2 @@ | ||
import type { AnnotationTerm, RawMetadata, Reference, ConvertedMetadata, RawAnnotation } from '@sap-ux/vocabularies-types'; | ||
export declare const defaultReferences: ReferencesWithMap; | ||
declare type ReferencesWithMap = Reference[] & { | ||
referenceMap?: Record<string, Reference>; | ||
reverseReferenceMap?: Record<string, Reference>; | ||
}; | ||
import type { RawMetadata, ConvertedMetadata } from '@sap-ux/vocabularies-types'; | ||
export declare type CollectionType = 'PropertyPath' | 'Path' | 'If' | 'Apply' | 'Null' | 'And' | 'Eq' | 'Ne' | 'Not' | 'Gt' | 'Ge' | 'Lt' | 'Le' | 'Or' | 'AnnotationPath' | 'NavigationPropertyPath' | 'Record' | 'String' | 'EmptyCollection'; | ||
@@ -15,4 +10,2 @@ /** | ||
export declare function convert(rawMetadata: RawMetadata): ConvertedMetadata; | ||
export declare function revertTermToGenericType(references: Reference[], annotation: AnnotationTerm<any>): RawAnnotation; | ||
export {}; | ||
//# sourceMappingURL=converter.d.ts.map |
export * from './converter'; | ||
export * from './writeback'; | ||
export * from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,2 +18,4 @@ "use strict"; | ||
__exportStar(require("./converter"), exports); | ||
__exportStar(require("./writeback"), exports); | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sap-ux/annotation-converter", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "SAP Fiori OData - Annotation converter", | ||
"main": "dist/index.js", | ||
@@ -8,4 +9,4 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@sap-ux/vocabularies-types": "0.5.2", | ||
"@sap-ux/edmx-parser": "0.5.2" | ||
"@sap-ux/vocabularies-types": "0.5.3", | ||
"@sap-ux/edmx-parser": "0.5.3" | ||
}, | ||
@@ -12,0 +13,0 @@ "scripts": { |
export * from './converter'; | ||
export * from './writeback'; | ||
export * from './utils'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
265777
27
3993