Socket
Socket
Sign inDemoInstall

@microsoft/sp-odata-types

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-odata-types - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/IODataUserCustomAction.d.ts

29

CHANGELOG.json

@@ -5,2 +5,31 @@ {

{
"version": "1.1.0",
"tag": "@microsoft/sp-odata-types_v1.1.0",
"date": "Thu, 08 Jun 2017 19:39:03 GMT",
"comments": {
"minor": [
{
"comment": "Force a minor bump."
}
]
}
},
{
"version": "1.0.1",
"tag": "@microsoft/sp-odata-types_v1.0.1",
"date": "Thu, 25 May 2017 21:09:42 GMT",
"comments": {
"patch": [
{
"comment": "Added \"IODataUserCustomAction\" interface"
}
],
"dependency": [
{
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.5.3` to `~0.6.0`"
}
]
}
},
{
"version": "1.0.0",

@@ -7,0 +36,0 @@ "tag": "@microsoft/sp-odata-types_v1.0.0",

16

CHANGELOG.md
# Change Log - @microsoft/sp-odata-types
This log was last generated on Wed, 22 Feb 2017 21:16:36 GMT and should not be manually modified.
This log was last generated on Thu, 08 Jun 2017 19:39:03 GMT and should not be manually modified.
## 1.1.0
Thu, 08 Jun 2017 19:39:03 GMT
### Minor changes
- Force a minor bump.
## 1.0.1
Thu, 25 May 2017 21:09:42 GMT
### Patches
- Added "IODataUserCustomAction" interface
## 1.0.0

@@ -6,0 +20,0 @@ Fri, 17 Feb 2017 23:09:23 GMT

{
"kind": "package",
"summary": [],
"remarks": [],
"summary": [
{
"kind": "textDocElement",
"value": "TypeScript interfaces for working with SharePoint REST APIs"
}
],
"remarks": [
{
"kind": "textDocElement",
"value": "This package defines TypeScript interfaces that describe various ODATA objects returned by SharePoint REST APIs. It is useful when implementing data layers that interpret these types. This package has no performance cost because it does not contain any runtime code; it consists only of type definitions."
}
],
"exports": {

@@ -811,2 +821,290 @@ "IODataBasePermission": {

},
"IODataUserCustomAction": {
"kind": "interface",
"extends": "",
"implements": "",
"typeParameters": [],
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Represents an OData SP.UserCustomAction object. For more information about this object see the MSDN documentation here: https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction"
}
],
"remarks": [],
"isBeta": false,
"members": {
"CommandUIExtension": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets a value that specifies an implementation specific XML fragment that determines user interface properties of the custom action."
}
],
"remarks": [],
"isBeta": false
},
"Description": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the description of the custom action."
}
],
"remarks": [],
"isBeta": false
},
"Group": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets a value that specifies an implementation-specific value that determines the position of the custom action in the page."
}
],
"remarks": [],
"isBeta": false
},
"Id": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets a value that specifies the identifier (GUID) of the custom action. Example: \"48309f28-53aa-43ed-b113-625120e5af6f\""
}
],
"remarks": [],
"isBeta": false
},
"ImageUrl": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the URL of the image associated with the custom action."
}
],
"remarks": [],
"isBeta": false
},
"Location": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the location of the custom action."
}
],
"remarks": [
{
"kind": "textDocElement",
"value": "Example: \"ClientSide.Application\""
}
],
"isBeta": false
},
"RegistrationId": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the value that specifies the identifier of the object associated with the custom action."
}
],
"remarks": [],
"isBeta": false
},
"RegistrationType": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "number",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the value that specifies the type of object associated with the custom action."
}
],
"remarks": [
{
"kind": "textDocElement",
"value": "Represents an SP.UserCustomActionRegistrationType value: None = 0; List = 1; ContentType = 2; ProgId = 3; FileType = 4."
}
],
"isBeta": false
},
"Rights": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "IODataBasePermission",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the value that specifies the permissions needed for the custom action."
}
],
"remarks": [],
"isBeta": false
},
"Scope": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "number",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets a value that specifies the scope of the custom action."
}
],
"remarks": [],
"isBeta": false
},
"ScriptBlock": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the value that specifies the ECMAScript to be executed when the custom action is performed."
}
],
"remarks": [],
"isBeta": false
},
"ScriptSrc": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets a value that specifies the URI of a file which contains the ECMAScript to execute on the page."
}
],
"remarks": [],
"isBeta": false
},
"Sequence": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "number",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the value that specifies an implementation-specific value that determines the order of the custom action that appears on the page."
}
],
"remarks": [],
"isBeta": false
},
"Title": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the display title of the custom action."
}
],
"remarks": [],
"isBeta": false
},
"Url": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets or sets the URL, URI, or ECMAScript (JScript, JavaScript) function associated with the action."
}
],
"remarks": [],
"isBeta": false
},
"VersionOfUserCustomAction": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Gets a value that specifies an implementation specific version identifier."
}
],
"remarks": [
{
"kind": "textDocElement",
"value": "Example: \"16.0.1.0\""
}
],
"isBeta": false
}
}
},
"IODataWeb": {

@@ -813,0 +1111,0 @@ "kind": "interface",

@@ -7,3 +7,4 @@ export { IODataNavigationNode, IODataNavigationNodeCollection } from './IODataNavigationNodeCollection';

export { default as IODataUser } from './IODataUser';
export { default as IODataUserCustomAction } from './IODataUserCustomAction';
export { default as IODataBasePermission } from './IODataBasePermission';
export { default as _IODataPageContextInfo } from './IODataPageContextInfo';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

4

package.json
{
"name": "@microsoft/sp-odata-types",
"version": "1.0.0",
"version": "1.1.0",
"description": "TypeScript interfaces for working with SharePoint REST APIs",

@@ -10,3 +10,3 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER",

"devDependencies": {
"@ms/sp-build-internal-web": "~0.5.3",
"@ms/sp-build-internal-web": "~0.6.0",
"gulp": "~3.9.1"

@@ -13,0 +13,0 @@ },

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