gd-sprest-def
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -637,15 +637,29 @@ import { IBaseExecution } from "../../../../../"; | ||
AllowedDataLocations(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>; | ||
AllowedDataLocations(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>; | ||
CrossFarmGroupMoveJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob>; | ||
CrossFarmGroupMoveJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob>; | ||
CrossFarmSiteMoveJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob>; | ||
CrossFarmSiteMoveJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob>; | ||
CrossFarmUserMoveJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob>; | ||
CrossFarmUserMoveJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob>; | ||
CrossGeoTenantProperties(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty>; | ||
CrossGeoTenantProperties(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty>; | ||
GeoAdministrators(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator>; | ||
GeoAdministrators(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator>; | ||
GeoTenantInstanceInformationCollection(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation>; | ||
GeoTenantInstanceInformationCollection(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation>; | ||
GroupMoveJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob>; | ||
GroupMoveJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob>; | ||
SiteMoveJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob>; | ||
SiteMoveJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob>; | ||
SiteRenameJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.SiteRenameJob>; | ||
SiteRenameJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.SiteRenameJob>; | ||
StorageQuotas(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota>; | ||
StorageQuotas(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota>; | ||
TenantInformationCollection(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation>; | ||
TenantInformationCollection(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation>; | ||
UnifiedGroups(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup>; | ||
UnifiedGroups(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup>; | ||
UserMoveJobs(): IBaseCollection<Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob>; | ||
UserMoveJobs(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob>; | ||
} | ||
@@ -652,0 +666,0 @@ |
@@ -534,2 +534,3 @@ import { IBaseExecution } from "../../../../"; | ||
Sites(): IBaseCollection<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>; | ||
Sites(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>; | ||
} | ||
@@ -536,0 +537,0 @@ |
@@ -156,3 +156,5 @@ import { IBaseExecution } from "../../../../../"; | ||
PermissionGrants(): IBaseCollection<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>; | ||
PermissionGrants(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>; | ||
PermissionRequests(): IBaseCollection<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>; | ||
PermissionRequests(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>; | ||
} | ||
@@ -159,0 +161,0 @@ |
@@ -55,2 +55,3 @@ import { IBaseExecution } from "../../../../"; | ||
ExternalUserCollection(): IBaseCollection<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>; | ||
ExternalUserCollection(id: string | number): IBaseExecution<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>; | ||
} | ||
@@ -57,0 +58,0 @@ |
@@ -116,2 +116,3 @@ import { IBaseExecution } from "../../../"; | ||
Sites(): IBaseCollection<SP.Site>; | ||
Sites(id: string | number): IBaseExecution<SP.Site>; | ||
} | ||
@@ -166,2 +167,3 @@ | ||
WebApplications(): IBaseCollection<Microsoft.SharePoint.Administration.SPWebApplication>; | ||
WebApplications(id: string | number): IBaseExecution<Microsoft.SharePoint.Administration.SPWebApplication>; | ||
} | ||
@@ -168,0 +170,0 @@ |
@@ -53,3 +53,5 @@ import { IBaseExecution } from "../../../"; | ||
likedBy(): IBaseCollection<Microsoft.SharePoint.Likes.userEntity>; | ||
likedBy(id: string | number): IBaseExecution<Microsoft.SharePoint.Likes.userEntity>; | ||
replies(): IBaseCollection<Microsoft.SharePoint.Comments.comment>; | ||
replies(id: string | number): IBaseExecution<Microsoft.SharePoint.Comments.comment>; | ||
} | ||
@@ -56,0 +58,0 @@ |
@@ -40,2 +40,3 @@ import { IBaseExecution } from "../../../"; | ||
likedBy(): IBaseCollection<Microsoft.SharePoint.Likes.userEntity>; | ||
likedBy(id: string | number): IBaseExecution<Microsoft.SharePoint.Likes.userEntity>; | ||
} | ||
@@ -42,0 +43,0 @@ |
@@ -40,2 +40,3 @@ import { IBaseExecution } from "../../../../"; | ||
AvailableApps(): IBaseCollection<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>; | ||
AvailableApps(id: string | number): IBaseExecution<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>; | ||
} | ||
@@ -151,3 +152,5 @@ | ||
AvailableApps(): IBaseCollection<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>; | ||
AvailableApps(id: string | number): IBaseExecution<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>; | ||
SiteCollectionAppCatalogsSites(): IBaseCollection<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>; | ||
SiteCollectionAppCatalogsSites(id: string | number): IBaseExecution<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>; | ||
} | ||
@@ -154,0 +157,0 @@ |
@@ -115,2 +115,3 @@ import { IBaseExecution } from "../../"; | ||
Children(): IBaseCollection<MS.FileServices.FileSystemItem>; | ||
Children(id: string | number): IBaseExecution<MS.FileServices.FileSystemItem>; | ||
} | ||
@@ -117,0 +118,0 @@ |
@@ -289,2 +289,3 @@ import { IBaseExecution } from "../../"; | ||
ReturnParameterCollection(): IBaseCollection<SP.BusinessData.Runtime.EntityFieldValueDictionary>; | ||
ReturnParameterCollection(id: string | number): IBaseExecution<SP.BusinessData.Runtime.EntityFieldValueDictionary>; | ||
} | ||
@@ -340,2 +341,3 @@ | ||
Fields(): IBaseCollection<SP.BusinessData.EntityField>; | ||
Fields(id: string | number): IBaseExecution<SP.BusinessData.EntityField>; | ||
} | ||
@@ -342,0 +344,0 @@ |
@@ -114,3 +114,5 @@ import { IBaseExecution } from "../../"; | ||
members(): IBaseCollection<SP.Directory.User>; | ||
members(id: string | number): IBaseExecution<SP.Directory.User>; | ||
owners(): IBaseCollection<SP.Directory.User>; | ||
owners(id: string | number): IBaseExecution<SP.Directory.User>; | ||
} | ||
@@ -205,4 +207,7 @@ | ||
membership(): IBaseCollection<SP.Directory.Group>; | ||
membership(id: string | number): IBaseExecution<SP.Directory.Group>; | ||
ownership(): IBaseCollection<SP.Directory.Group>; | ||
ownership(id: string | number): IBaseExecution<SP.Directory.Group>; | ||
rankedMembership(): IBaseCollection<SP.Directory.Group>; | ||
rankedMembership(id: string | number): IBaseExecution<SP.Directory.Group>; | ||
} | ||
@@ -209,0 +214,0 @@ |
@@ -182,2 +182,3 @@ import { IBaseExecution } from "../../"; | ||
PeopleInMedia(): IBaseCollection<SP.User>; | ||
PeopleInMedia(id: string | number): IBaseExecution<SP.User>; | ||
} | ||
@@ -299,2 +300,3 @@ | ||
images(): IBaseCollection<SP.File>; | ||
images(id: string | number): IBaseExecution<SP.File>; | ||
} | ||
@@ -350,6 +352,11 @@ | ||
bannerimages(): IBaseCollection<SP.File>; | ||
bannerimages(id: string | number): IBaseExecution<SP.File>; | ||
contributors(): IBaseCollection<SP.Publishing.PointPublishingUser>; | ||
contributors(id: string | number): IBaseExecution<SP.Publishing.PointPublishingUser>; | ||
creators(): IBaseCollection<SP.Publishing.PointPublishingUser>; | ||
creators(id: string | number): IBaseExecution<SP.Publishing.PointPublishingUser>; | ||
posts(): IBaseCollection<SP.Publishing.PointPublishingPost>; | ||
posts(id: string | number): IBaseExecution<SP.Publishing.PointPublishingPost>; | ||
viewers(): IBaseCollection<SP.Publishing.PointPublishingUser>; | ||
viewers(id: string | number): IBaseExecution<SP.Publishing.PointPublishingUser>; | ||
} | ||
@@ -880,2 +887,3 @@ | ||
Pages(): IBaseCollection<SP.Publishing.SitePage>; | ||
Pages(id: string | number): IBaseExecution<SP.Publishing.SitePage>; | ||
} | ||
@@ -1000,3 +1008,5 @@ | ||
SpotlightVideos(): IBaseCollection<SP.Publishing.SpotlightVideo>; | ||
SpotlightVideos(id: string | number): IBaseExecution<SP.Publishing.SpotlightVideo>; | ||
Videos(): IBaseCollection<SP.Publishing.VideoItem>; | ||
Videos(id: string | number): IBaseExecution<SP.Publishing.VideoItem>; | ||
} | ||
@@ -1172,2 +1182,3 @@ | ||
Users(): IBaseCollection<SP.User>; | ||
Users(id: string | number): IBaseExecution<SP.User>; | ||
} | ||
@@ -1252,5 +1263,9 @@ | ||
CanEditChannels(): IBaseCollection<SP.Publishing.VideoChannel>; | ||
CanEditChannels(id: string | number): IBaseExecution<SP.Publishing.VideoChannel>; | ||
Channels(): IBaseCollection<SP.Publishing.VideoChannel>; | ||
Channels(id: string | number): IBaseExecution<SP.Publishing.VideoChannel>; | ||
SpotlightChannels(): IBaseCollection<SP.Publishing.SpotlightChannel>; | ||
SpotlightChannels(id: string | number): IBaseExecution<SP.Publishing.SpotlightChannel>; | ||
SpotlightVideos(): IBaseCollection<SP.Publishing.SpotlightVideo>; | ||
SpotlightVideos(id: string | number): IBaseExecution<SP.Publishing.SpotlightVideo>; | ||
} | ||
@@ -1257,0 +1272,0 @@ |
@@ -41,2 +41,3 @@ import { IBaseExecution } from "../../"; | ||
WebParts(): IBaseCollection<SP.WebParts.WebPartDefinition>; | ||
WebParts(id: string | number): IBaseExecution<SP.WebParts.WebPartDefinition>; | ||
} | ||
@@ -43,0 +44,0 @@ |
@@ -376,3 +376,5 @@ import { IBaseExecution } from "../../../"; | ||
AllLocatons(): IBaseCollection<SP.WorkManagement.OM.Location>; | ||
AllLocatons(id: string | number): IBaseExecution<SP.WorkManagement.OM.Location>; | ||
ScriptExtensions(): IBaseCollection<SP.WorkManagement.OM.DashboardScriptExtensionInfo>; | ||
ScriptExtensions(id: string | number): IBaseExecution<SP.WorkManagement.OM.DashboardScriptExtensionInfo>; | ||
} | ||
@@ -439,2 +441,3 @@ | ||
Refreshes(): IBaseCollection<SP.WorkManagement.OM.RefreshResult>; | ||
Refreshes(id: string | number): IBaseExecution<SP.WorkManagement.OM.RefreshResult>; | ||
} | ||
@@ -492,3 +495,5 @@ | ||
ProviderStatuses(): IBaseCollection<SP.WorkManagement.OM.ProviderRefreshStatus>; | ||
ProviderStatuses(id: string | number): IBaseExecution<SP.WorkManagement.OM.ProviderRefreshStatus>; | ||
TaskChangesByLocation(): IBaseCollection<SP.WorkManagement.OM.LocationUpdateResult>; | ||
TaskChangesByLocation(id: string | number): IBaseExecution<SP.WorkManagement.OM.LocationUpdateResult>; | ||
} | ||
@@ -589,2 +594,3 @@ | ||
ProviderErrors(): IBaseCollection<SP.WorkManagement.OM.ProviderErrorInfo>; | ||
ProviderErrors(id: string | number): IBaseExecution<SP.WorkManagement.OM.ProviderErrorInfo>; | ||
} | ||
@@ -780,2 +786,3 @@ | ||
Results(): IBaseCollection<SP.WorkManagement.OM.Task>; | ||
Results(id: string | number): IBaseExecution<SP.WorkManagement.OM.Task>; | ||
} | ||
@@ -831,2 +838,3 @@ | ||
Results(): IBaseCollection<SP.WorkManagement.OM.Task>; | ||
Results(id: string | number): IBaseExecution<SP.WorkManagement.OM.Task>; | ||
} | ||
@@ -833,0 +841,0 @@ |
@@ -401,3 +401,4 @@ let fs = require("fs"); | ||
// Add the methods | ||
collections.push('\t' + collection + '(): ' + 'IBaseCollection<' + methodType + '>;'); | ||
collections.push('\t' + collection + '(): ' + 'IBaseCollection<' + methodType + '>;'); | ||
collections.push('\t' + collection + '(id: string | number): ' + 'IBaseExecution<' + methodType + '>;'); | ||
query.push('\t' + collection + ': IBaseResults<' + methodType + '>;'); | ||
@@ -404,0 +405,0 @@ } else { |
{ | ||
"name": "gd-sprest-def", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3431678
27981