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.2 to 0.9.3

2

package.json
{
"name": "@sap-ux/vocabularies-types",
"version": "0.9.2",
"version": "0.9.3",
"description": "SAP Fiori OData - TS types for vocabularies",

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

@@ -992,7 +992,7 @@ import * as Core from "./Core";

/**
The QualifiedName of an OData construct in scope
The namespace-qualified name of an OData construct in scope
*/
export type QualifiedName = Edm.String;
/**
The qualified name of an action with an optional overload
The namespace-qualified name of an action with an optional overload
*/

@@ -999,0 +999,0 @@ export type ActionOverload = Edm.String;

@@ -25,43 +25,43 @@ import * as Core from "./Core";

*/
nickname?: Edm.String;
nickname?: PropertyAnnotationValue<Edm.String>;
/**
Image or photograph
*/
photo?: Edm.String;
photo?: PropertyAnnotationValue<Edm.String>;
/**
Birthday
*/
bday?: Edm.Date;
bday?: PropertyAnnotationValue<Edm.Date>;
/**
Date of marriage, or equivalent
*/
anniversary?: Edm.Date;
anniversary?: PropertyAnnotationValue<Edm.Date>;
/**
Sex and gender identity
*/
gender?: GenderType;
gender?: PropertyAnnotationValue<GenderType>;
/**
Position or job title
*/
title?: Edm.String;
title?: PropertyAnnotationValue<Edm.String>;
/**
Function or part played in a particular situation
*/
role?: Edm.String;
role?: PropertyAnnotationValue<Edm.String>;
/**
Organization Name defined by X.520
*/
org?: Edm.String;
org?: PropertyAnnotationValue<Edm.String>;
/**
Organization Unit defined by X.520
*/
orgunit?: Edm.String;
orgunit?: PropertyAnnotationValue<Edm.String>;
/**
Kind of contact
*/
kind?: KindType;
kind?: PropertyAnnotationValue<KindType>;
/**
Supplemental information or a comment associated with the contact
*/
note?: Edm.String;
note?: PropertyAnnotationValue<Edm.String>;
/**

@@ -93,19 +93,19 @@ Addresses

*/
surname?: Edm.String;
surname?: PropertyAnnotationValue<Edm.String>;
/**
Given name
*/
given?: Edm.String;
given?: PropertyAnnotationValue<Edm.String>;
/**
Additional names
*/
additional?: Edm.String;
additional?: PropertyAnnotationValue<Edm.String>;
/**
Honorific prefix(es)
*/
prefix?: Edm.String;
prefix?: PropertyAnnotationValue<Edm.String>;
/**
Honorific suffix(es)
*/
suffix?: Edm.String;
suffix?: PropertyAnnotationValue<Edm.String>;
};

@@ -123,43 +123,43 @@ /**

*/
building?: Edm.String;
building?: PropertyAnnotationValue<Edm.String>;
/**
Street address
*/
street?: Edm.String;
street?: PropertyAnnotationValue<Edm.String>;
/**
Territorial administrative organization in a large city
*/
district?: Edm.String;
district?: PropertyAnnotationValue<Edm.String>;
/**
City or similar
*/
locality?: Edm.String;
locality?: PropertyAnnotationValue<Edm.String>;
/**
State, province, or similar
*/
region?: Edm.String;
region?: PropertyAnnotationValue<Edm.String>;
/**
Postal code
*/
code?: Edm.String;
code?: PropertyAnnotationValue<Edm.String>;
/**
Country name
*/
country?: Edm.String;
country?: PropertyAnnotationValue<Edm.String>;
/**
Post office box
*/
pobox?: Edm.String;
pobox?: PropertyAnnotationValue<Edm.String>;
/**
Extended address (e.g., apartment or suite number)
*/
ext?: Edm.String;
ext?: PropertyAnnotationValue<Edm.String>;
/**
An intermediary who is responsible for transferring a piece of mail between the postal system and the final addressee
*/
careof?: Edm.String;
careof?: PropertyAnnotationValue<Edm.String>;
/**
Delivery address label; plain-text string representing the formatted address, may contain line breaks
*/
label?: Edm.String;
label?: PropertyAnnotationValue<Edm.String>;
/**

@@ -175,3 +175,3 @@ Address type

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

@@ -187,3 +187,3 @@ Telephone type

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

@@ -199,3 +199,3 @@ Address type

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

@@ -211,3 +211,3 @@ Address type

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

@@ -214,0 +214,0 @@ URL type

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