You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.1.0

26

custom.js

@@ -392,3 +392,3 @@ /**

// Tenant App
// Site App Catalog
"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor": [

@@ -405,4 +405,19 @@ {

],
// Tenant App Catalog
"Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor": [
{
name: "addStoreApp",
returnType: "SP.File",
params: [
{ $: { Name: "Url", Type: "string" } },
{ $: { Name: "Overwrite", Type: "boolean" } },
{ $: { Name: "IconUrl", Type: "string" } },
{ $: { Name: "Publisher", Type: "string" } },
{ $: { Name: "ShortDescription", Type: "string" } },
{ $: { Name: "StoreAssetId", Type: "string" } },
{ $: { Name: "Content", Type: "any" } }
]
},
{
name: "add",

@@ -415,2 +430,11 @@ returnType: "SP.File",

]
},
{
name: "upload",
returnType: "SP.File",
params: [
{ $: { Name: "Url", Type: "string" } },
{ $: { Name: "Overwrite", Type: "boolean" } },
{ $: { Name: "Content", Type: "any" } }
]
}

@@ -417,0 +441,0 @@ ],

6

lib/Microsoft/SharePoint/Marketplace/CorporateCuratedGallery/entitytypes.d.ts

@@ -254,3 +254,3 @@ import { Base } from "../../../../";

addAndDeployStoreAppById(CMU?: string, Overwrite?: boolean, SkipFeatureDeployment?: boolean, StoreAssetId?: string): Base.IBaseExecution<any>;
addStoreApp(Content?: any, Overwrite?: boolean, Url?: string, IconUrl?: string, Publisher?: string, ShortDescription?: string, StoreAssetId?: string): Base.IBaseQuery<SP.File, SP.FileOData> & SP.FileCollections & SP.FileMethods;
// addStoreApp(Content?: any, Overwrite?: boolean, Url?: string, IconUrl?: string, Publisher?: string, ShortDescription?: string, StoreAssetId?: string): Base.IBaseQuery<SP.File, SP.FileOData> & SP.FileCollections & SP.FileMethods;
appRequests(AppRequestInfo?: Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPStoreAppRequestInformation): Base.IBaseExecution<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPStoreAppResponseInformation>;

@@ -265,4 +265,6 @@ downloadTeamsSolution(id?: number): Base.IBaseExecution<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload>;

updateMyRequestStatus(RequestId?: any, Status?: number): Base.IBaseExecution<any>;
upload(Content?: any, Overwrite?: boolean, Url?: string): Base.IBaseExecution<any>;
// upload(Content?: any, Overwrite?: boolean, Url?: string): Base.IBaseExecution<any>;
addStoreApp(Url?: string, Overwrite?: boolean, IconUrl?: string, Publisher?: string, ShortDescription?: string, StoreAssetId?: string, Content?: any): Base.IBaseQuery<SP.File, SP.FileOData> & SP.FileCollections & SP.FileMethods;
add(Url?: string, Overwrite?: boolean, Content?: any): Base.IBaseQuery<SP.File, SP.FileOData> & SP.FileCollections & SP.FileMethods;
upload(Url?: string, Overwrite?: boolean, Content?: any): Base.IBaseQuery<SP.File, SP.FileOData> & SP.FileCollections & SP.FileMethods;
}

@@ -269,0 +271,0 @@

{
"name": "gd-sprest-def",
"version": "1.0.9",
"version": "1.1.0",
"description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",

@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc