Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/vocabularies-types

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/vocabularies-types - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

Edm.d.ts

@@ -286,3 +286,3 @@ import type { AnnotationList, FullyQualifiedName, RawAnnotation, SimpleIdentifier } from './BaseEdm';

};
export type ServiceObject = EntitySet | Singleton | EntityType | Property | ComplexType | TypeDefinition | NavigationProperty | Action | ActionImport | EntityContainer;
export type ServiceObject = EntitySet | Singleton | EntityType | Property | ComplexType | TypeDefinition | NavigationProperty | Action | ActionParameter | ActionImport | EntityContainer;
export type ServiceObjectAndAnnotation = ServiceObject | AnyAnnotation;

@@ -289,0 +289,0 @@ export type ResolutionTarget<T> = {

{
"name": "@sap-ux/vocabularies-types",
"version": "0.9.0",
"version": "0.9.1",
"description": "SAP Fiori OData - TS types for vocabularies",

@@ -5,0 +5,0 @@ "repository": {

import * as Core from "./Core";
import * as Edm from "../Edm";
import AnnotationTerm = Edm.AnnotationTerm;
import PropertyAnnotationValue = Edm.PropertyAnnotationValue;
import ComplexType = Edm.RecordComplexType;

@@ -16,3 +17,3 @@ /**

*/
fn?: Edm.String;
fn?: PropertyAnnotationValue<Edm.String>;
/**

@@ -19,0 +20,0 @@ Name

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc