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.6.7 to 0.6.8

3

BaseEdm.d.ts

@@ -24,2 +24,3 @@ export declare type SimpleIdentifier = string;

export declare type IntExpression = GenericExpression<'Int', number>;
export declare type FloatExpression = GenericExpression<'Float', number>;
export declare type PathExpression = GenericExpression<'Path', string>;

@@ -49,3 +50,3 @@ export declare type PropertyPathExpression = GenericExpression<'PropertyPath', string>;

};
export declare type Expression = NullExpression | UnknownExpression | StringExpression | BoolExpression | DecimalExpression | IntExpression | DateExpression | PathExpression | PropertyPathExpression | AnnotationPathExpression | NavigationPropertyPathExpression | EnumMemberExpression | CollectionExpression | RecordExpression | ApplyExpression | IfExpression | AndExpression | OrExpression | EqExpression | NotExpression | NeExpression | GtExpression | GeExpression | LtExpression | LeExpression;
export declare type Expression = NullExpression | UnknownExpression | StringExpression | BoolExpression | DecimalExpression | FloatExpression | IntExpression | DateExpression | PathExpression | PropertyPathExpression | AnnotationPathExpression | NavigationPropertyPathExpression | EnumMemberExpression | CollectionExpression | RecordExpression | ApplyExpression | IfExpression | AndExpression | OrExpression | EqExpression | NotExpression | NeExpression | GtExpression | GeExpression | LtExpression | LeExpression;
export declare type Collection = AnnotationRecord[] | string[] | PropertyPathExpression[] | PathExpression[] | NavigationPropertyPathExpression[] | AnnotationPathExpression[];

@@ -52,0 +53,0 @@ export declare type AnnotationList = {

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

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

@@ -695,3 +695,3 @@ import * as Auth from "./Auth";

/**
These structural properties cannot be specified on update
These structural properties cannot be updated
*/

@@ -698,0 +698,0 @@ NonUpdatableProperties: Edm.PropertyPath[];

@@ -234,2 +234,3 @@ export declare enum TermToTypes {

"com.sap.vocabularies.UI.v1.Hidden" = "Org.OData.Core.V1.Tag",
"com.sap.vocabularies.UI.v1.IsCopyAction" = "Org.OData.Core.V1.Tag",
"com.sap.vocabularies.UI.v1.CreateHidden" = "Org.OData.Core.V1.Tag",

@@ -236,0 +237,0 @@ "com.sap.vocabularies.UI.v1.UpdateHidden" = "Org.OData.Core.V1.Tag",

@@ -238,2 +238,3 @@ "use strict";

TermToTypes["com.sap.vocabularies.UI.v1.Hidden"] = "Org.OData.Core.V1.Tag";
TermToTypes["com.sap.vocabularies.UI.v1.IsCopyAction"] = "Org.OData.Core.V1.Tag";
TermToTypes["com.sap.vocabularies.UI.v1.CreateHidden"] = "Org.OData.Core.V1.Tag";

@@ -240,0 +241,0 @@ TermToTypes["com.sap.vocabularies.UI.v1.UpdateHidden"] = "Org.OData.Core.V1.Tag";

@@ -137,2 +137,3 @@ import * as com_sap_vocabularies_UI_v1 from "./UI";

'Hidden'?: com_sap_vocabularies_UI_v1.Hidden;
'IsCopyAction'?: com_sap_vocabularies_UI_v1.IsCopyAction;
'Emphasized'?: com_sap_vocabularies_UI_v1.Emphasized;

@@ -139,0 +140,0 @@ 'RecommendationState'?: com_sap_vocabularies_UI_v1.RecommendationState;

@@ -505,2 +505,3 @@ "use strict";

UIAnnotationTerms["Hidden"] = "com.sap.vocabularies.UI.v1.Hidden";
UIAnnotationTerms["IsCopyAction"] = "com.sap.vocabularies.UI.v1.IsCopyAction";
UIAnnotationTerms["CreateHidden"] = "com.sap.vocabularies.UI.v1.CreateHidden";

@@ -507,0 +508,0 @@ UIAnnotationTerms["UpdateHidden"] = "com.sap.vocabularies.UI.v1.UpdateHidden";

Sorry, the diff of this file is too big to display

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