Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest-def - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0

80

lib/Microsoft/Online/SharePoint/MultiGeo/Service/entitytypes.d.ts

@@ -266,22 +266,22 @@ import { Microsoft } from "../../../../../";

export interface MultiGeoServicesBetaCollections {
AllowedDataLocations?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>;
ContentDbSchemaVersion?: () => Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion;
CrossFarmGroupMoveJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob>;
CrossFarmSiteMoveJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob>;
CrossFarmUserMoveJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob>;
CrossGeoTenantBYOK?: () => Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantBYOK;
CrossGeoTenantCompatibility?: () => Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantCompatibility;
CrossGeoTenantProperties?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty>;
GeoAdministrators?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator>;
GeoExperience?: () => Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience;
GeoTenantInstanceInformationCollection?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation>;
GlobalAdminCheck?: () => Microsoft.Online.SharePoint.MultiGeo.Service.GlobalAdminCheck;
GroupMoveJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob>;
SiteMoveJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob>;
SiteRenameJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteRenameJob>;
StorageQuotas?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota>;
TaxonomyReplicationParameters?: () => Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters;
TenantInformationCollection?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation>;
UnifiedGroups?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup>;
UserMoveJobs?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob>;
AllowedDataLocations<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>>(): T;
ContentDbSchemaVersion<T=Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion>(): T;
CrossFarmGroupMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob>>(): T;
CrossFarmSiteMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob>>(): T;
CrossFarmUserMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob>>(): T;
CrossGeoTenantBYOK<T=Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantBYOK>(): T;
CrossGeoTenantCompatibility<T=Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantCompatibility>(): T;
CrossGeoTenantProperties<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty>>(): T;
GeoAdministrators<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator>>(): T;
GeoExperience<T=Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience>(): T;
GeoTenantInstanceInformationCollection<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation>>(): T;
GlobalAdminCheck<T=Microsoft.Online.SharePoint.MultiGeo.Service.GlobalAdminCheck>(): T;
GroupMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob>>(): T;
SiteMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob>>(): T;
SiteRenameJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteRenameJob>>(): T;
StorageQuotas<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota>>(): T;
TaxonomyReplicationParameters<T=Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters>(): T;
TenantInformationCollection<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation>>(): T;
UnifiedGroups<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup>>(): T;
UserMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob>>(): T;
}

@@ -293,22 +293,22 @@

export interface MultiGeoServicesBetaQuery {
AllowedDataLocations?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>;
ContentDbSchemaVersion?: Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion;
CrossFarmGroupMoveJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob>;
CrossFarmSiteMoveJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob>;
CrossFarmUserMoveJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob>;
CrossGeoTenantBYOK?: Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantBYOK;
CrossGeoTenantCompatibility?: Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantCompatibility;
CrossGeoTenantProperties?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty>;
GeoAdministrators?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator>;
GeoExperience?: Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience;
GeoTenantInstanceInformationCollection?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation>;
GlobalAdminCheck?: Microsoft.Online.SharePoint.MultiGeo.Service.GlobalAdminCheck;
GroupMoveJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob>;
SiteMoveJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob>;
SiteRenameJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteRenameJob>;
StorageQuotas?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota>;
TaxonomyReplicationParameters?: Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters;
TenantInformationCollection?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation>;
UnifiedGroups?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup>;
UserMoveJobs?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob>;
AllowedDataLocations<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>>(): T;
ContentDbSchemaVersion<T=Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion>(): T;
CrossFarmGroupMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob>>(): T;
CrossFarmSiteMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob>>(): T;
CrossFarmUserMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob>>(): T;
CrossGeoTenantBYOK<T=Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantBYOK>(): T;
CrossGeoTenantCompatibility<T=Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantCompatibility>(): T;
CrossGeoTenantProperties<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty>>(): T;
GeoAdministrators<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator>>(): T;
GeoExperience<T=Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience>(): T;
GeoTenantInstanceInformationCollection<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation>>(): T;
GlobalAdminCheck<T=Microsoft.Online.SharePoint.MultiGeo.Service.GlobalAdminCheck>(): T;
GroupMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob>>(): T;
SiteMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob>>(): T;
SiteRenameJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.SiteRenameJob>>(): T;
StorageQuotas<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota>>(): T;
TaxonomyReplicationParameters<T=Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters>(): T;
TenantInformationCollection<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation>>(): T;
UnifiedGroups<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup>>(): T;
UserMoveJobs<T=Array<Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob>>(): T;
}

@@ -315,0 +315,0 @@

@@ -291,3 +291,3 @@ import { Microsoft } from "../../../../";

export interface TenantCollections {
Sites?: () => Array<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>;
Sites<T=Array<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>>(): T;
}

@@ -299,3 +299,3 @@

export interface TenantQuery {
Sites?: Array<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>;
Sites<T=Array<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>>(): T;
}

@@ -302,0 +302,0 @@

@@ -0,3 +1,3 @@

import { Microsoft } from "../../../../../";
/*********************************************

@@ -45,4 +45,4 @@ * SPOWebAppServicePrincipalPermissionGrant

export interface SPOWebAppServicePrincipalCollections {
PermissionGrants?: () => Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>;
PermissionRequests?: () => Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>;
PermissionGrants<T=Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>>(): T;
PermissionRequests<T=Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>>(): T;
}

@@ -54,4 +54,4 @@

export interface SPOWebAppServicePrincipalQuery {
PermissionGrants?: Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>;
PermissionRequests?: Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>;
PermissionGrants<T=Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>>(): T;
PermissionRequests<T=Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>>(): T;
}

@@ -29,3 +29,3 @@ import { Microsoft } from "../../../../";

export interface GetExternalUsersResultsCollections {
ExternalUserCollection?: () => Array<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>;
ExternalUserCollection<T=Array<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>>(): T;
}

@@ -37,3 +37,3 @@

export interface GetExternalUsersResultsQuery {
ExternalUserCollection?: Array<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>;
ExternalUserCollection<T=Array<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>>(): T;
}

@@ -40,0 +40,0 @@

@@ -0,3 +1,4 @@

import { Microsoft } from "../../../";
import { SP } from "../../../";
/*********************************************

@@ -21,3 +22,3 @@ * SPAppStateQueryJobDefinition

export interface SPFarmCollections {
Local?: () => Microsoft.SharePoint.Administration.SPFarm;
Local<T=Microsoft.SharePoint.Administration.SPFarm>(): T;
}

@@ -29,3 +30,3 @@

export interface SPFarmQuery {
Local?: Microsoft.SharePoint.Administration.SPFarm;
Local<T=Microsoft.SharePoint.Administration.SPFarm>(): T;
}

@@ -63,3 +64,3 @@

export interface SPWebApplicationCollections {
Sites?: () => Array<SP.Site>;
Sites<T=Array<SP.Site>>(): T;
}

@@ -71,3 +72,3 @@

export interface SPWebApplicationQuery {
Sites?: Array<SP.Site>;
Sites<T=Array<SP.Site>>(): T;
}

@@ -86,4 +87,4 @@

export interface SPWebServiceCollections {
ContentService?: () => Microsoft.SharePoint.Administration.SPWebService;
WebApplications?: () => Array<Microsoft.SharePoint.Administration.SPWebApplication>;
ContentService<T=Microsoft.SharePoint.Administration.SPWebService>(): T;
WebApplications<T=Array<Microsoft.SharePoint.Administration.SPWebApplication>>(): T;
}

@@ -95,4 +96,4 @@

export interface SPWebServiceQuery {
ContentService?: Microsoft.SharePoint.Administration.SPWebService;
WebApplications?: Array<Microsoft.SharePoint.Administration.SPWebApplication>;
ContentService<T=Microsoft.SharePoint.Administration.SPWebService>(): T;
WebApplications<T=Array<Microsoft.SharePoint.Administration.SPWebApplication>>(): T;
}

@@ -99,0 +100,0 @@

@@ -0,3 +1,3 @@

import { Microsoft } from "../../../";
import { SP } from "../../../";
import { Microsoft } from "../../../";

@@ -27,4 +27,4 @@ /*********************************************

export interface commentCollections {
likedBy?: () => Array<Microsoft.SharePoint.Likes.userEntity>;
replies?: () => Array<Microsoft.SharePoint.Comments.comment>;
likedBy<T=Array<Microsoft.SharePoint.Likes.userEntity>>(): T;
replies<T=Array<Microsoft.SharePoint.Comments.comment>>(): T;
}

@@ -36,4 +36,4 @@

export interface commentQuery {
likedBy?: Array<Microsoft.SharePoint.Likes.userEntity>;
replies?: Array<Microsoft.SharePoint.Comments.comment>;
likedBy<T=Array<Microsoft.SharePoint.Likes.userEntity>>(): T;
replies<T=Array<Microsoft.SharePoint.Comments.comment>>(): T;
}

@@ -40,0 +40,0 @@

@@ -0,3 +1,3 @@

import { Microsoft } from "../../../";
/*********************************************

@@ -15,3 +15,3 @@ * likedByInformation

export interface likedByInformationCollections {
likedBy?: () => Array<Microsoft.SharePoint.Likes.userEntity>;
likedBy<T=Array<Microsoft.SharePoint.Likes.userEntity>>(): T;
}

@@ -23,3 +23,3 @@

export interface likedByInformationQuery {
likedBy?: Array<Microsoft.SharePoint.Likes.userEntity>;
likedBy<T=Array<Microsoft.SharePoint.Likes.userEntity>>(): T;
}

@@ -26,0 +26,0 @@

@@ -0,3 +1,3 @@

import { Microsoft } from "../../../../";
/*********************************************

@@ -14,3 +14,3 @@ * SiteCollectionCorporateCatalogAccessor

export interface SiteCollectionCorporateCatalogAccessorCollections {
AvailableApps?: () => Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;
AvailableApps<T=Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>>(): T;
}

@@ -22,3 +22,3 @@

export interface SiteCollectionCorporateCatalogAccessorQuery {
AvailableApps?: Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;
AvailableApps<T=Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>>(): T;
}

@@ -51,4 +51,4 @@

export interface TenantCorporateCatalogAccessorCollections {
AvailableApps?: () => Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;
SiteCollectionAppCatalogsSites?: () => Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>;
AvailableApps<T=Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>>(): T;
SiteCollectionAppCatalogsSites<T=Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>>(): T;
}

@@ -60,4 +60,4 @@

export interface TenantCorporateCatalogAccessorQuery {
AvailableApps?: Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;
SiteCollectionAppCatalogsSites?: Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>;
AvailableApps<T=Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>>(): T;
SiteCollectionAppCatalogsSites<T=Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>>(): T;
}

@@ -64,0 +64,0 @@

@@ -0,1 +1,2 @@

import { SP } from "../../../";
import { Microsoft } from "../../../";

@@ -67,3 +68,3 @@

export interface SharePointHomeServiceContextCollections {
Token?: () => SP.OAuth.TokenResponse;
Token<T=SP.OAuth.TokenResponse>(): T;
}

@@ -75,3 +76,3 @@

export interface SharePointHomeServiceContextQuery {
Token?: SP.OAuth.TokenResponse;
Token<T=SP.OAuth.TokenResponse>(): T;
}

@@ -78,0 +79,0 @@

@@ -43,3 +43,3 @@ import { MS } from "../../";

export interface FolderCollections {
Children?: () => Array<MS.FileServices.FileSystemItem>;
Children<T=Array<MS.FileServices.FileSystemItem>>(): T;
}

@@ -51,3 +51,3 @@

export interface FolderQuery {
Children?: Array<MS.FileServices.FileSystemItem>;
Children<T=Array<MS.FileServices.FileSystemItem>>(): T;
}

@@ -54,0 +54,0 @@

import { PS } from "../";
import { SP } from "../";

@@ -72,3 +73,3 @@ /*********************************************

export interface AssignmentCollections {
CustomFields?: () => Array<PS.CustomField>;
CustomFields<T=Array<PS.CustomField>>(): T;
}

@@ -80,3 +81,3 @@

export interface AssignmentQuery {
CustomFields?: Array<PS.CustomField>;
CustomFields<T=Array<PS.CustomField>>(): T;
}

@@ -118,5 +119,5 @@

export interface CustomFieldCollections {
EntityType?: () => PS.EntityType;
LookupEntries?: () => Array<PS.LookupEntry>;
LookupTable?: () => PS.LookupTable;
EntityType<T=PS.EntityType>(): T;
LookupEntries<T=Array<PS.LookupEntry>>(): T;
LookupTable<T=PS.LookupTable>(): T;
}

@@ -128,5 +129,5 @@

export interface CustomFieldQuery {
EntityType?: PS.EntityType;
LookupEntries?: Array<PS.LookupEntry>;
LookupTable?: PS.LookupTable;
EntityType<T=PS.EntityType>(): T;
LookupEntries<T=Array<PS.LookupEntry>>(): T;
LookupTable<T=PS.LookupTable>(): T;
}

@@ -162,3 +163,3 @@

export interface LookupTableCollections {
Entries?: () => Array<PS.LookupEntry>;
Entries<T=Array<PS.LookupEntry>>(): T;
}

@@ -170,3 +171,3 @@

export interface LookupTableQuery {
Entries?: Array<PS.LookupEntry>;
Entries<T=Array<PS.LookupEntry>>(): T;
}

@@ -204,3 +205,3 @@

export interface CalendarExceptionCollections {
Calendar?: () => PS.Calendar;
Calendar<T=PS.Calendar>(): T;
}

@@ -212,3 +213,3 @@

export interface CalendarExceptionQuery {
Calendar?: PS.Calendar;
Calendar<T=PS.Calendar>(): T;
}

@@ -232,3 +233,3 @@

export interface CalendarCollections {
BaseCalendarExceptions?: () => Array<PS.CalendarException>;
BaseCalendarExceptions<T=Array<PS.CalendarException>>(): T;
}

@@ -240,3 +241,3 @@

export interface CalendarQuery {
BaseCalendarExceptions?: Array<PS.CalendarException>;
BaseCalendarExceptions<T=Array<PS.CalendarException>>(): T;
}

@@ -301,6 +302,6 @@

export interface DraftAssignmentCollections {
Owner?: () => SP.User;
Parent?: () => PS.DraftAssignment;
Resource?: () => PS.DraftProjectResource;
Task?: () => PS.DraftTask;
Owner<T=SP.User>(): T;
Parent<T=PS.DraftAssignment>(): T;
Resource<T=PS.DraftProjectResource>(): T;
Task<T=PS.DraftTask>(): T;
}

@@ -312,6 +313,6 @@

export interface DraftAssignmentQuery {
Owner?: SP.User;
Parent?: PS.DraftAssignment;
Resource?: PS.DraftProjectResource;
Task?: PS.DraftTask;
Owner<T=SP.User>(): T;
Parent<T=PS.DraftAssignment>(): T;
Resource<T=PS.DraftProjectResource>(): T;
Task<T=PS.DraftTask>(): T;
}

@@ -391,4 +392,4 @@

export interface ProjectResourceCollections {
CustomFields?: () => Array<PS.CustomField>;
EnterpriseResource?: () => PS.EnterpriseResource;
CustomFields<T=Array<PS.CustomField>>(): T;
EnterpriseResource<T=PS.EnterpriseResource>(): T;
}

@@ -400,4 +401,4 @@

export interface ProjectResourceQuery {
CustomFields?: Array<PS.CustomField>;
EnterpriseResource?: PS.EnterpriseResource;
CustomFields<T=Array<PS.CustomField>>(): T;
EnterpriseResource<T=PS.EnterpriseResource>(): T;
}

@@ -442,13 +443,13 @@

export interface EnterpriseResourceCollections {
Assignments?: () => Array<PS.StatusAssignment>;
BaseCalendar?: () => PS.Calendar;
CostRateTables?: () => Array<PS.EnterpriseResourceCostRateTable>;
CustomFields?: () => Array<PS.CustomField>;
DefaultAssignmentOwner?: () => SP.User;
Engagements?: () => Array<PS.ResourceEngagement>;
UserPermissions?: () => Array<PS.UserPermission>;
ResourceCalendarExceptions?: () => Array<PS.CalendarException>;
Self?: () => PS.EnterpriseResource;
TimesheetManager?: () => SP.User;
User?: () => SP.User;
Assignments<T=Array<PS.StatusAssignment>>(): T;
BaseCalendar<T=PS.Calendar>(): T;
CostRateTables<T=Array<PS.EnterpriseResourceCostRateTable>>(): T;
CustomFields<T=Array<PS.CustomField>>(): T;
DefaultAssignmentOwner<T=SP.User>(): T;
Engagements<T=Array<PS.ResourceEngagement>>(): T;
UserPermissions<T=Array<PS.UserPermission>>(): T;
ResourceCalendarExceptions<T=Array<PS.CalendarException>>(): T;
Self<T=PS.EnterpriseResource>(): T;
TimesheetManager<T=SP.User>(): T;
User<T=SP.User>(): T;
}

@@ -460,13 +461,13 @@

export interface EnterpriseResourceQuery {
Assignments?: Array<PS.StatusAssignment>;
BaseCalendar?: PS.Calendar;
CostRateTables?: Array<PS.EnterpriseResourceCostRateTable>;
CustomFields?: Array<PS.CustomField>;
DefaultAssignmentOwner?: SP.User;
Engagements?: Array<PS.ResourceEngagement>;
UserPermissions?: Array<PS.UserPermission>;
ResourceCalendarExceptions?: Array<PS.CalendarException>;
Self?: PS.EnterpriseResource;
TimesheetManager?: SP.User;
User?: SP.User;
Assignments<T=Array<PS.StatusAssignment>>(): T;
BaseCalendar<T=PS.Calendar>(): T;
CostRateTables<T=Array<PS.EnterpriseResourceCostRateTable>>(): T;
CustomFields<T=Array<PS.CustomField>>(): T;
DefaultAssignmentOwner<T=SP.User>(): T;
Engagements<T=Array<PS.ResourceEngagement>>(): T;
UserPermissions<T=Array<PS.UserPermission>>(): T;
ResourceCalendarExceptions<T=Array<PS.CalendarException>>(): T;
Self<T=PS.EnterpriseResource>(): T;
TimesheetManager<T=SP.User>(): T;
User<T=SP.User>(): T;
}

@@ -516,7 +517,7 @@

export interface StatusAssignmentCollections {
CustomFields?: () => Array<PS.CustomField>;
History?: () => Array<PS.StatusAssignmentHistoryLine>;
Project?: () => PS.PublishedProject;
Resource?: () => PS.EnterpriseResource;
Task?: () => PS.StatusTask;
CustomFields<T=Array<PS.CustomField>>(): T;
History<T=Array<PS.StatusAssignmentHistoryLine>>(): T;
Project<T=PS.PublishedProject>(): T;
Resource<T=PS.EnterpriseResource>(): T;
Task<T=PS.StatusTask>(): T;
}

@@ -528,7 +529,7 @@

export interface StatusAssignmentQuery {
CustomFields?: Array<PS.CustomField>;
History?: Array<PS.StatusAssignmentHistoryLine>;
Project?: PS.PublishedProject;
Resource?: PS.EnterpriseResource;
Task?: PS.StatusTask;
CustomFields<T=Array<PS.CustomField>>(): T;
History<T=Array<PS.StatusAssignmentHistoryLine>>(): T;
Project<T=PS.PublishedProject>(): T;
Resource<T=PS.EnterpriseResource>(): T;
Task<T=PS.StatusTask>(): T;
}

@@ -551,3 +552,3 @@

export interface StatusAssignmentHistoryLineCollections {
Author?: () => SP.User;
Author<T=SP.User>(): T;
}

@@ -559,3 +560,3 @@

export interface StatusAssignmentHistoryLineQuery {
Author?: SP.User;
Author<T=SP.User>(): T;
}

@@ -609,11 +610,11 @@

export interface ProjectCollections {
CheckedOutBy?: () => SP.User;
CustomFields?: () => Array<PS.CustomField>;
Engagements?: () => Array<PS.ProjectEngagement>;
EnterpriseProjectType?: () => PS.EnterpriseProjectType;
UserPermissions?: () => Array<PS.UserPermission>;
Phase?: () => PS.Phase;
ProjectSummaryTask?: () => PS.ProjectSummaryTask;
QueueJobs?: () => Array<PS.QueueJob>;
Stage?: () => PS.Stage;
CheckedOutBy<T=SP.User>(): T;
CustomFields<T=Array<PS.CustomField>>(): T;
Engagements<T=Array<PS.ProjectEngagement>>(): T;
EnterpriseProjectType<T=PS.EnterpriseProjectType>(): T;
UserPermissions<T=Array<PS.UserPermission>>(): T;
Phase<T=PS.Phase>(): T;
ProjectSummaryTask<T=PS.ProjectSummaryTask>(): T;
QueueJobs<T=Array<PS.QueueJob>>(): T;
Stage<T=PS.Stage>(): T;
}

@@ -625,11 +626,11 @@

export interface ProjectQuery {
CheckedOutBy?: SP.User;
CustomFields?: Array<PS.CustomField>;
Engagements?: Array<PS.ProjectEngagement>;
EnterpriseProjectType?: PS.EnterpriseProjectType;
UserPermissions?: Array<PS.UserPermission>;
Phase?: PS.Phase;
ProjectSummaryTask?: PS.ProjectSummaryTask;
QueueJobs?: Array<PS.QueueJob>;
Stage?: PS.Stage;
CheckedOutBy<T=SP.User>(): T;
CustomFields<T=Array<PS.CustomField>>(): T;
Engagements<T=Array<PS.ProjectEngagement>>(): T;
EnterpriseProjectType<T=PS.EnterpriseProjectType>(): T;
UserPermissions<T=Array<PS.UserPermission>>(): T;
Phase<T=PS.Phase>(): T;
ProjectSummaryTask<T=PS.ProjectSummaryTask>(): T;
QueueJobs<T=Array<PS.QueueJob>>(): T;
Stage<T=PS.Stage>(): T;
}

@@ -655,8 +656,8 @@

export interface EngagementCollections {
Comments?: () => Array<PS.EngagementComment>;
ModifiedBy?: () => SP.User;
Project?: () => PS.Project;
Resource?: () => PS.EnterpriseResource;
ReviewedBy?: () => SP.User;
SubmittedBy?: () => SP.User;
Comments<T=Array<PS.EngagementComment>>(): T;
ModifiedBy<T=SP.User>(): T;
Project<T=PS.Project>(): T;
Resource<T=PS.EnterpriseResource>(): T;
ReviewedBy<T=SP.User>(): T;
SubmittedBy<T=SP.User>(): T;
}

@@ -668,8 +669,8 @@

export interface EngagementQuery {
Comments?: Array<PS.EngagementComment>;
ModifiedBy?: SP.User;
Project?: PS.Project;
Resource?: PS.EnterpriseResource;
ReviewedBy?: SP.User;
SubmittedBy?: SP.User;
Comments<T=Array<PS.EngagementComment>>(): T;
ModifiedBy<T=SP.User>(): T;
Project<T=PS.Project>(): T;
Resource<T=PS.EnterpriseResource>(): T;
ReviewedBy<T=SP.User>(): T;
SubmittedBy<T=SP.User>(): T;
}

@@ -690,3 +691,3 @@

export interface EngagementCommentCollections {
Author?: () => SP.User;
Author<T=SP.User>(): T;
}

@@ -698,3 +699,3 @@

export interface EngagementCommentQuery {
Author?: SP.User;
Author<T=SP.User>(): T;
}

@@ -748,3 +749,3 @@

export interface EnterpriseProjectTypeCollections {
ProjectDetailPages?: () => Array<PS.ProjectDetailPage>;
ProjectDetailPages<T=Array<PS.ProjectDetailPage>>(): T;
}

@@ -756,3 +757,3 @@

export interface EnterpriseProjectTypeQuery {
ProjectDetailPages?: Array<PS.ProjectDetailPage>;
ProjectDetailPages<T=Array<PS.ProjectDetailPage>>(): T;
}

@@ -773,3 +774,3 @@

export interface ProjectDetailPageCollections {
Item?: () => SP.ListItem;
Item<T=SP.ListItem>(): T;
}

@@ -781,3 +782,3 @@

export interface ProjectDetailPageQuery {
Item?: SP.ListItem;
Item<T=SP.ListItem>(): T;
}

@@ -806,3 +807,3 @@

export interface PhaseCollections {
Stages?: () => Array<PS.Stage>;
Stages<T=Array<PS.Stage>>(): T;
}

@@ -814,3 +815,3 @@

export interface PhaseQuery {
Stages?: Array<PS.Stage>;
Stages<T=Array<PS.Stage>>(): T;
}

@@ -834,6 +835,6 @@

export interface StageCollections {
CustomFields?: () => Array<PS.StageCustomField>;
Phase?: () => PS.Phase;
ProjectDetailPages?: () => Array<PS.StageDetailPage>;
WorkflowStatusPage?: () => PS.ProjectDetailPage;
CustomFields<T=Array<PS.StageCustomField>>(): T;
Phase<T=PS.Phase>(): T;
ProjectDetailPages<T=Array<PS.StageDetailPage>>(): T;
WorkflowStatusPage<T=PS.ProjectDetailPage>(): T;
}

@@ -845,6 +846,6 @@

export interface StageQuery {
CustomFields?: Array<PS.StageCustomField>;
Phase?: PS.Phase;
ProjectDetailPages?: Array<PS.StageDetailPage>;
WorkflowStatusPage?: PS.ProjectDetailPage;
CustomFields<T=Array<PS.StageCustomField>>(): T;
Phase<T=PS.Phase>(): T;
ProjectDetailPages<T=Array<PS.StageDetailPage>>(): T;
WorkflowStatusPage<T=PS.ProjectDetailPage>(): T;
}

@@ -866,3 +867,3 @@

export interface StageCustomFieldCollections {
Stage?: () => PS.Stage;
Stage<T=PS.Stage>(): T;
}

@@ -874,3 +875,3 @@

export interface StageCustomFieldQuery {
Stage?: PS.Stage;
Stage<T=PS.Stage>(): T;
}

@@ -892,4 +893,4 @@

export interface StageDetailPageCollections {
Page?: () => PS.ProjectDetailPage;
Stage?: () => PS.Stage;
Page<T=PS.ProjectDetailPage>(): T;
Stage<T=PS.Stage>(): T;
}

@@ -901,4 +902,4 @@

export interface StageDetailPageQuery {
Page?: PS.ProjectDetailPage;
Stage?: PS.Stage;
Page<T=PS.ProjectDetailPage>(): T;
Stage<T=PS.Stage>(): T;
}

@@ -1021,4 +1022,4 @@

export interface TaskCollections {
CustomFields?: () => Array<PS.CustomField>;
SubProject?: () => PS.PublishedProject;
CustomFields<T=Array<PS.CustomField>>(): T;
SubProject<T=PS.PublishedProject>(): T;
}

@@ -1030,4 +1031,4 @@

export interface TaskQuery {
CustomFields?: Array<PS.CustomField>;
SubProject?: PS.PublishedProject;
CustomFields<T=Array<PS.CustomField>>(): T;
SubProject<T=PS.PublishedProject>(): T;
}

@@ -1080,12 +1081,12 @@

export interface PublishedProjectCollections {
Assignments?: () => Array<PS.PublishedAssignment>;
Calendar?: () => PS.Calendar;
Draft?: () => PS.DraftProject;
EntityLinks?: () => Array<PS.EntityLink>;
IncludeCustomFields?: () => PS.PublishedProject;
Owner?: () => SP.User;
ProjectResources?: () => Array<PS.PublishedProjectResource>;
ProjectWorkflowInstance?: () => PS.ProjectWorkflowInstance;
TaskLinks?: () => Array<PS.PublishedTaskLink>;
Tasks?: () => Array<PS.PublishedTask>;
Assignments<T=Array<PS.PublishedAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
Draft<T=PS.DraftProject>(): T;
EntityLinks<T=Array<PS.EntityLink>>(): T;
IncludeCustomFields<T=PS.PublishedProject>(): T;
Owner<T=SP.User>(): T;
ProjectResources<T=Array<PS.PublishedProjectResource>>(): T;
ProjectWorkflowInstance<T=PS.ProjectWorkflowInstance>(): T;
TaskLinks<T=Array<PS.PublishedTaskLink>>(): T;
Tasks<T=Array<PS.PublishedTask>>(): T;
}

@@ -1097,12 +1098,12 @@

export interface PublishedProjectQuery {
Assignments?: Array<PS.PublishedAssignment>;
Calendar?: PS.Calendar;
Draft?: PS.DraftProject;
EntityLinks?: Array<PS.EntityLink>;
IncludeCustomFields?: PS.PublishedProject;
Owner?: SP.User;
ProjectResources?: Array<PS.PublishedProjectResource>;
ProjectWorkflowInstance?: PS.ProjectWorkflowInstance;
TaskLinks?: Array<PS.PublishedTaskLink>;
Tasks?: Array<PS.PublishedTask>;
Assignments<T=Array<PS.PublishedAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
Draft<T=PS.DraftProject>(): T;
EntityLinks<T=Array<PS.EntityLink>>(): T;
IncludeCustomFields<T=PS.PublishedProject>(): T;
Owner<T=SP.User>(): T;
ProjectResources<T=Array<PS.PublishedProjectResource>>(): T;
ProjectWorkflowInstance<T=PS.ProjectWorkflowInstance>(): T;
TaskLinks<T=Array<PS.PublishedTaskLink>>(): T;
Tasks<T=Array<PS.PublishedTask>>(): T;
}

@@ -1158,6 +1159,6 @@

export interface PublishedAssignmentCollections {
Owner?: () => SP.User;
Parent?: () => PS.PublishedAssignment;
Resource?: () => PS.PublishedProjectResource;
Task?: () => PS.PublishedTask;
Owner<T=SP.User>(): T;
Parent<T=PS.PublishedAssignment>(): T;
Resource<T=PS.PublishedProjectResource>(): T;
Task<T=PS.PublishedTask>(): T;
}

@@ -1169,6 +1170,6 @@

export interface PublishedAssignmentQuery {
Owner?: SP.User;
Parent?: PS.PublishedAssignment;
Resource?: PS.PublishedProjectResource;
Task?: PS.PublishedTask;
Owner<T=SP.User>(): T;
Parent<T=PS.PublishedAssignment>(): T;
Resource<T=PS.PublishedProjectResource>(): T;
Task<T=PS.PublishedTask>(): T;
}

@@ -1203,4 +1204,4 @@

export interface PublishedProjectResourceCollections {
Assignments?: () => Array<PS.PublishedAssignment>;
DefaultAssignmentOwner?: () => SP.User;
Assignments<T=Array<PS.PublishedAssignment>>(): T;
DefaultAssignmentOwner<T=SP.User>(): T;
}

@@ -1212,4 +1213,4 @@

export interface PublishedProjectResourceQuery {
Assignments?: Array<PS.PublishedAssignment>;
DefaultAssignmentOwner?: SP.User;
Assignments<T=Array<PS.PublishedAssignment>>(): T;
DefaultAssignmentOwner<T=SP.User>(): T;
}

@@ -1270,10 +1271,10 @@

export interface PublishedTaskCollections {
Assignments?: () => Array<PS.PublishedAssignment>;
Calendar?: () => PS.Calendar;
EntityLinks?: () => Array<PS.EntityLink>;
Parent?: () => PS.PublishedTask;
Predecessors?: () => Array<PS.PublishedTaskLink>;
StatusManager?: () => SP.User;
Successors?: () => Array<PS.PublishedTaskLink>;
TaskPlanLink?: () => PS.TaskPlanLink;
Assignments<T=Array<PS.PublishedAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
EntityLinks<T=Array<PS.EntityLink>>(): T;
Parent<T=PS.PublishedTask>(): T;
Predecessors<T=Array<PS.PublishedTaskLink>>(): T;
StatusManager<T=SP.User>(): T;
Successors<T=Array<PS.PublishedTaskLink>>(): T;
TaskPlanLink<T=PS.TaskPlanLink>(): T;
}

@@ -1285,10 +1286,10 @@

export interface PublishedTaskQuery {
Assignments?: Array<PS.PublishedAssignment>;
Calendar?: PS.Calendar;
EntityLinks?: Array<PS.EntityLink>;
Parent?: PS.PublishedTask;
Predecessors?: Array<PS.PublishedTaskLink>;
StatusManager?: SP.User;
Successors?: Array<PS.PublishedTaskLink>;
TaskPlanLink?: PS.TaskPlanLink;
Assignments<T=Array<PS.PublishedAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
EntityLinks<T=Array<PS.EntityLink>>(): T;
Parent<T=PS.PublishedTask>(): T;
Predecessors<T=Array<PS.PublishedTaskLink>>(): T;
StatusManager<T=SP.User>(): T;
Successors<T=Array<PS.PublishedTaskLink>>(): T;
TaskPlanLink<T=PS.TaskPlanLink>(): T;
}

@@ -1325,4 +1326,4 @@

export interface PublishedTaskLinkCollections {
End?: () => PS.PublishedTask;
Start?: () => PS.PublishedTask;
End<T=PS.PublishedTask>(): T;
Start<T=PS.PublishedTask>(): T;
}

@@ -1334,4 +1335,4 @@

export interface PublishedTaskLinkQuery {
End?: PS.PublishedTask;
Start?: PS.PublishedTask;
End<T=PS.PublishedTask>(): T;
Start<T=PS.PublishedTask>(): T;
}

@@ -1394,9 +1395,9 @@

export interface DraftProjectCollections {
Assignments?: () => Array<PS.DraftAssignment>;
Calendar?: () => PS.Calendar;
IncludeCustomFields?: () => PS.DraftProject;
Owner?: () => SP.User;
ProjectResources?: () => Array<PS.DraftProjectResource>;
TaskLinks?: () => Array<PS.DraftTaskLink>;
Tasks?: () => Array<PS.DraftTask>;
Assignments<T=Array<PS.DraftAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
IncludeCustomFields<T=PS.DraftProject>(): T;
Owner<T=SP.User>(): T;
ProjectResources<T=Array<PS.DraftProjectResource>>(): T;
TaskLinks<T=Array<PS.DraftTaskLink>>(): T;
Tasks<T=Array<PS.DraftTask>>(): T;
}

@@ -1408,9 +1409,9 @@

export interface DraftProjectQuery {
Assignments?: Array<PS.DraftAssignment>;
Calendar?: PS.Calendar;
IncludeCustomFields?: PS.DraftProject;
Owner?: SP.User;
ProjectResources?: Array<PS.DraftProjectResource>;
TaskLinks?: Array<PS.DraftTaskLink>;
Tasks?: Array<PS.DraftTask>;
Assignments<T=Array<PS.DraftAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
IncludeCustomFields<T=PS.DraftProject>(): T;
Owner<T=SP.User>(): T;
ProjectResources<T=Array<PS.DraftProjectResource>>(): T;
TaskLinks<T=Array<PS.DraftTaskLink>>(): T;
Tasks<T=Array<PS.DraftTask>>(): T;
}

@@ -1445,4 +1446,4 @@

export interface DraftProjectResourceCollections {
Assignments?: () => Array<PS.DraftAssignment>;
DefaultAssignmentOwner?: () => SP.User;
Assignments<T=Array<PS.DraftAssignment>>(): T;
DefaultAssignmentOwner<T=SP.User>(): T;
}

@@ -1454,4 +1455,4 @@

export interface DraftProjectResourceQuery {
Assignments?: Array<PS.DraftAssignment>;
DefaultAssignmentOwner?: SP.User;
Assignments<T=Array<PS.DraftAssignment>>(): T;
DefaultAssignmentOwner<T=SP.User>(): T;
}

@@ -1472,4 +1473,4 @@

export interface DraftTaskLinkCollections {
End?: () => PS.DraftTask;
Start?: () => PS.DraftTask;
End<T=PS.DraftTask>(): T;
Start<T=PS.DraftTask>(): T;
}

@@ -1481,4 +1482,4 @@

export interface DraftTaskLinkQuery {
End?: PS.DraftTask;
Start?: PS.DraftTask;
End<T=PS.DraftTask>(): T;
Start<T=PS.DraftTask>(): T;
}

@@ -1541,8 +1542,8 @@

export interface DraftTaskCollections {
Assignments?: () => Array<PS.DraftAssignment>;
Calendar?: () => PS.Calendar;
Parent?: () => PS.DraftTask;
Predecessors?: () => Array<PS.DraftTaskLink>;
StatusManager?: () => SP.User;
Successors?: () => Array<PS.DraftTaskLink>;
Assignments<T=Array<PS.DraftAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
Parent<T=PS.DraftTask>(): T;
Predecessors<T=Array<PS.DraftTaskLink>>(): T;
StatusManager<T=SP.User>(): T;
Successors<T=Array<PS.DraftTaskLink>>(): T;
}

@@ -1554,8 +1555,8 @@

export interface DraftTaskQuery {
Assignments?: Array<PS.DraftAssignment>;
Calendar?: PS.Calendar;
Parent?: PS.DraftTask;
Predecessors?: Array<PS.DraftTaskLink>;
StatusManager?: SP.User;
Successors?: Array<PS.DraftTaskLink>;
Assignments<T=Array<PS.DraftAssignment>>(): T;
Calendar<T=PS.Calendar>(): T;
Parent<T=PS.DraftTask>(): T;
Predecessors<T=Array<PS.DraftTaskLink>>(): T;
StatusManager<T=SP.User>(): T;
Successors<T=Array<PS.DraftTaskLink>>(): T;
}

@@ -1579,5 +1580,5 @@

export interface ProjectWorkflowInstanceCollections {
Project?: () => PS.Project;
WorkflowInstance?: () => SP.WorkflowServices.WorkflowInstance;
WorkflowInstanceOwner?: () => SP.User;
Project<T=PS.Project>(): T;
WorkflowInstance<T=SP.WorkflowServices.WorkflowInstance>(): T;
WorkflowInstanceOwner<T=SP.User>(): T;
}

@@ -1589,5 +1590,5 @@

export interface ProjectWorkflowInstanceQuery {
Project?: PS.Project;
WorkflowInstance?: SP.WorkflowServices.WorkflowInstance;
WorkflowInstanceOwner?: SP.User;
Project<T=PS.Project>(): T;
WorkflowInstance<T=SP.WorkflowServices.WorkflowInstance>(): T;
WorkflowInstanceOwner<T=SP.User>(): T;
}

@@ -1638,4 +1639,4 @@

export interface QueueJobCollections {
Project?: () => PS.Project;
Submitter?: () => SP.User;
Project<T=PS.Project>(): T;
Submitter<T=SP.User>(): T;
}

@@ -1647,4 +1648,4 @@

export interface QueueJobQuery {
Project?: PS.Project;
Submitter?: SP.User;
Project<T=PS.Project>(): T;
Submitter<T=SP.User>(): T;
}

@@ -1696,4 +1697,4 @@

export interface StatusTaskCollections {
CustomFields?: () => Array<PS.CustomField>;
StatusManager?: () => SP.User;
CustomFields<T=Array<PS.CustomField>>(): T;
StatusManager<T=SP.User>(): T;
}

@@ -1705,4 +1706,4 @@

export interface StatusTaskQuery {
CustomFields?: Array<PS.CustomField>;
StatusManager?: SP.User;
CustomFields<T=Array<PS.CustomField>>(): T;
StatusManager<T=SP.User>(): T;
}

@@ -1721,3 +1722,3 @@

export interface EnterpriseResourceCostRateTableCollections {
CostRates?: () => Array<PS.EnterpriseResourceCostRate>;
CostRates<T=Array<PS.EnterpriseResourceCostRate>>(): T;
}

@@ -1729,3 +1730,3 @@

export interface EnterpriseResourceCostRateTableQuery {
CostRates?: Array<PS.EnterpriseResourceCostRate>;
CostRates<T=Array<PS.EnterpriseResourceCostRate>>(): T;
}

@@ -1794,6 +1795,6 @@

export interface EntityTypesCollections {
AssignmentEntity?: () => PS.EntityType;
ProjectEntity?: () => PS.EntityType;
ResourceEntity?: () => PS.EntityType;
TaskEntity?: () => PS.EntityType;
AssignmentEntity<T=PS.EntityType>(): T;
ProjectEntity<T=PS.EntityType>(): T;
ResourceEntity<T=PS.EntityType>(): T;
TaskEntity<T=PS.EntityType>(): T;
}

@@ -1805,6 +1806,6 @@

export interface EntityTypesQuery {
AssignmentEntity?: PS.EntityType;
ProjectEntity?: PS.EntityType;
ResourceEntity?: PS.EntityType;
TaskEntity?: PS.EntityType;
AssignmentEntity<T=PS.EntityType>(): T;
ProjectEntity<T=PS.EntityType>(): T;
ResourceEntity<T=PS.EntityType>(): T;
TaskEntity<T=PS.EntityType>(): T;
}

@@ -1839,3 +1840,3 @@

export interface EventHandlerCollections {
Event?: () => PS.Event;
Event<T=PS.Event>(): T;
}

@@ -1847,3 +1848,3 @@

export interface EventHandlerQuery {
Event?: PS.Event;
Event<T=PS.Event>(): T;
}

@@ -1894,3 +1895,3 @@

export interface LookupTextCollections {
Parent?: () => PS.LookupText;
Parent<T=PS.LookupText>(): T;
}

@@ -1902,3 +1903,3 @@

export interface LookupTextQuery {
Parent?: PS.LookupText;
Parent<T=PS.LookupText>(): T;
}

@@ -1938,5 +1939,5 @@

export interface PlanAssignmentCollections {
CustomFields?: () => Array<PS.CustomField>;
Intervals?: () => Array<PS.PlanAssignmentInterval>;
Resource?: () => PS.EnterpriseResource;
CustomFields<T=Array<PS.CustomField>>(): T;
Intervals<T=Array<PS.PlanAssignmentInterval>>(): T;
Resource<T=PS.EnterpriseResource>(): T;
}

@@ -1948,5 +1949,5 @@

export interface PlanAssignmentQuery {
CustomFields?: Array<PS.CustomField>;
Intervals?: Array<PS.PlanAssignmentInterval>;
Resource?: PS.EnterpriseResource;
CustomFields<T=Array<PS.CustomField>>(): T;
Intervals<T=Array<PS.PlanAssignmentInterval>>(): T;
Resource<T=PS.EnterpriseResource>(): T;
}

@@ -2002,20 +2003,20 @@

export interface ProjectServerCollections {
Calendars?: () => Array<PS.Calendar>;
CustomFields?: () => Array<PS.CustomField>;
EnterpriseProjectTypes?: () => Array<PS.EnterpriseProjectType>;
EnterpriseResources?: () => Array<PS.EnterpriseResource>;
EntityTypes?: () => PS.EntityTypes;
EventHandlers?: () => Array<PS.EventHandler>;
Events?: () => Array<PS.Event>;
LookupTables?: () => Array<PS.LookupTable>;
Phases?: () => Array<PS.Phase>;
ProjectDetailPages?: () => Array<PS.ProjectDetailPage>;
Projects?: () => Array<PS.PublishedProject>;
ProjectWorkflowInstances?: () => Array<PS.ProjectWorkflowInstance>;
Settings?: () => PS.Settings;
Stages?: () => Array<PS.Stage>;
TimeSheetPeriods?: () => Array<PS.TimeSheetPeriod>;
UserPermissions?: () => Array<PS.UserPermission>;
WorkflowActivities?: () => PS.WorkflowActivities;
WorkflowDesigner?: () => PS.WorkflowDesigner;
Calendars<T=Array<PS.Calendar>>(): T;
CustomFields<T=Array<PS.CustomField>>(): T;
EnterpriseProjectTypes<T=Array<PS.EnterpriseProjectType>>(): T;
EnterpriseResources<T=Array<PS.EnterpriseResource>>(): T;
EntityTypes<T=PS.EntityTypes>(): T;
EventHandlers<T=Array<PS.EventHandler>>(): T;
Events<T=Array<PS.Event>>(): T;
LookupTables<T=Array<PS.LookupTable>>(): T;
Phases<T=Array<PS.Phase>>(): T;
ProjectDetailPages<T=Array<PS.ProjectDetailPage>>(): T;
Projects<T=Array<PS.PublishedProject>>(): T;
ProjectWorkflowInstances<T=Array<PS.ProjectWorkflowInstance>>(): T;
Settings<T=PS.Settings>(): T;
Stages<T=Array<PS.Stage>>(): T;
TimeSheetPeriods<T=Array<PS.TimeSheetPeriod>>(): T;
UserPermissions<T=Array<PS.UserPermission>>(): T;
WorkflowActivities<T=PS.WorkflowActivities>(): T;
WorkflowDesigner<T=PS.WorkflowDesigner>(): T;
}

@@ -2027,20 +2028,20 @@

export interface ProjectServerQuery {
Calendars?: Array<PS.Calendar>;
CustomFields?: Array<PS.CustomField>;
EnterpriseProjectTypes?: Array<PS.EnterpriseProjectType>;
EnterpriseResources?: Array<PS.EnterpriseResource>;
EntityTypes?: PS.EntityTypes;
EventHandlers?: Array<PS.EventHandler>;
Events?: Array<PS.Event>;
LookupTables?: Array<PS.LookupTable>;
Phases?: Array<PS.Phase>;
ProjectDetailPages?: Array<PS.ProjectDetailPage>;
Projects?: Array<PS.PublishedProject>;
ProjectWorkflowInstances?: Array<PS.ProjectWorkflowInstance>;
Settings?: PS.Settings;
Stages?: Array<PS.Stage>;
TimeSheetPeriods?: Array<PS.TimeSheetPeriod>;
UserPermissions?: Array<PS.UserPermission>;
WorkflowActivities?: PS.WorkflowActivities;
WorkflowDesigner?: PS.WorkflowDesigner;
Calendars<T=Array<PS.Calendar>>(): T;
CustomFields<T=Array<PS.CustomField>>(): T;
EnterpriseProjectTypes<T=Array<PS.EnterpriseProjectType>>(): T;
EnterpriseResources<T=Array<PS.EnterpriseResource>>(): T;
EntityTypes<T=PS.EntityTypes>(): T;
EventHandlers<T=Array<PS.EventHandler>>(): T;
Events<T=Array<PS.Event>>(): T;
LookupTables<T=Array<PS.LookupTable>>(): T;
Phases<T=Array<PS.Phase>>(): T;
ProjectDetailPages<T=Array<PS.ProjectDetailPage>>(): T;
Projects<T=Array<PS.PublishedProject>>(): T;
ProjectWorkflowInstances<T=Array<PS.ProjectWorkflowInstance>>(): T;
Settings<T=PS.Settings>(): T;
Stages<T=Array<PS.Stage>>(): T;
TimeSheetPeriods<T=Array<PS.TimeSheetPeriod>>(): T;
UserPermissions<T=Array<PS.UserPermission>>(): T;
WorkflowActivities<T=PS.WorkflowActivities>(): T;
WorkflowDesigner<T=PS.WorkflowDesigner>(): T;
}

@@ -2075,3 +2076,3 @@

export interface TimeSheetPeriodCollections {
TimeSheet?: () => PS.TimeSheet;
TimeSheet<T=PS.TimeSheet>(): T;
}

@@ -2083,3 +2084,3 @@

export interface TimeSheetPeriodQuery {
TimeSheet?: PS.TimeSheet;
TimeSheet<T=PS.TimeSheet>(): T;
}

@@ -2120,6 +2121,6 @@

export interface TimeSheetCollections {
Creator?: () => SP.User;
Lines?: () => Array<PS.TimeSheetLine>;
Manager?: () => SP.User;
Period?: () => PS.TimeSheetPeriod;
Creator<T=SP.User>(): T;
Lines<T=Array<PS.TimeSheetLine>>(): T;
Manager<T=SP.User>(): T;
Period<T=PS.TimeSheetPeriod>(): T;
}

@@ -2131,6 +2132,6 @@

export interface TimeSheetQuery {
Creator?: SP.User;
Lines?: Array<PS.TimeSheetLine>;
Manager?: SP.User;
Period?: PS.TimeSheetPeriod;
Creator<T=SP.User>(): T;
Lines<T=Array<PS.TimeSheetLine>>(): T;
Manager<T=SP.User>(): T;
Period<T=PS.TimeSheetPeriod>(): T;
}

@@ -2158,5 +2159,5 @@

export interface TimeSheetLineCollections {
Assignment?: () => PS.PublishedAssignment;
TimeSheet?: () => PS.TimeSheet;
Work?: () => Array<PS.TimeSheetWork>;
Assignment<T=PS.PublishedAssignment>(): T;
TimeSheet<T=PS.TimeSheet>(): T;
Work<T=Array<PS.TimeSheetWork>>(): T;
}

@@ -2168,5 +2169,5 @@

export interface TimeSheetLineQuery {
Assignment?: PS.PublishedAssignment;
TimeSheet?: PS.TimeSheet;
Work?: Array<PS.TimeSheetWork>;
Assignment<T=PS.PublishedAssignment>(): T;
TimeSheet<T=PS.TimeSheet>(): T;
Work<T=Array<PS.TimeSheetWork>>(): T;
}

@@ -2217,3 +2218,3 @@

export interface WorkflowDesignerCollections {
Fields?: () => Array<PS.WorkflowDesignerField>;
Fields<T=Array<PS.WorkflowDesignerField>>(): T;
}

@@ -2225,3 +2226,3 @@

export interface WorkflowDesignerQuery {
Fields?: Array<PS.WorkflowDesignerField>;
Fields<T=Array<PS.WorkflowDesignerField>>(): T;
}

@@ -2244,3 +2245,3 @@

export interface WorkflowDesignerFieldCollections {
LookupEntries?: () => Array<PS.LookupEntry>;
LookupEntries<T=Array<PS.LookupEntry>>(): T;
}

@@ -2252,3 +2253,3 @@

export interface WorkflowDesignerFieldQuery {
LookupEntries?: Array<PS.LookupEntry>;
LookupEntries<T=Array<PS.LookupEntry>>(): T;
}

@@ -2292,3 +2293,3 @@

export interface ResourcePlanCollections {
Assignments?: () => Array<PS.PlanAssignment>;
Assignments<T=Array<PS.PlanAssignment>>(): T;
}

@@ -2300,3 +2301,3 @@

export interface ResourcePlanQuery {
Assignments?: Array<PS.PlanAssignment>;
Assignments<T=Array<PS.PlanAssignment>>(): T;
}

@@ -2324,3 +2325,3 @@

export interface TimePhaseCollections {
Assignments?: () => Array<PS.StatusAssignment>;
Assignments<T=Array<PS.StatusAssignment>>(): T;
}

@@ -2332,3 +2333,3 @@

export interface TimePhaseQuery {
Assignments?: Array<PS.StatusAssignment>;
Assignments<T=Array<PS.StatusAssignment>>(): T;
}

@@ -0,3 +1,3 @@

import { SP } from "../../";
/*********************************************

@@ -78,3 +78,3 @@ * EntityField

export interface MethodExecutionResultCollections {
ReturnParameterCollection?: () => Array<SP.BusinessData.Runtime.EntityFieldValueDictionary>;
ReturnParameterCollection<T=Array<SP.BusinessData.Runtime.EntityFieldValueDictionary>>(): T;
}

@@ -86,3 +86,3 @@

export interface MethodExecutionResultQuery {
ReturnParameterCollection?: Array<SP.BusinessData.Runtime.EntityFieldValueDictionary>;
ReturnParameterCollection<T=Array<SP.BusinessData.Runtime.EntityFieldValueDictionary>>(): T;
}

@@ -102,3 +102,3 @@

export interface EntityViewCollections {
Fields?: () => Array<SP.BusinessData.EntityField>;
Fields<T=Array<SP.BusinessData.EntityField>>(): T;
}

@@ -110,3 +110,3 @@

export interface EntityViewQuery {
Fields?: Array<SP.BusinessData.EntityField>;
Fields<T=Array<SP.BusinessData.EntityField>>(): T;
}

@@ -113,0 +113,0 @@

@@ -40,4 +40,4 @@ import { SP } from "../../";

export interface GroupCollections {
members?: () => Array<SP.Directory.User>;
owners?: () => Array<SP.Directory.User>;
members<T=Array<SP.Directory.User>>(): T;
owners<T=Array<SP.Directory.User>>(): T;
}

@@ -49,4 +49,4 @@

export interface GroupQuery {
members?: Array<SP.Directory.User>;
owners?: Array<SP.Directory.User>;
members<T=Array<SP.Directory.User>>(): T;
owners<T=Array<SP.Directory.User>>(): T;
}

@@ -104,5 +104,5 @@

export interface UserCollections {
membership?: () => Array<SP.Directory.Group>;
ownership?: () => Array<SP.Directory.Group>;
rankedMembership?: () => Array<SP.Directory.Group>;
membership<T=Array<SP.Directory.Group>>(): T;
ownership<T=Array<SP.Directory.Group>>(): T;
rankedMembership<T=Array<SP.Directory.Group>>(): T;
}

@@ -114,5 +114,5 @@

export interface UserQuery {
membership?: Array<SP.Directory.Group>;
ownership?: Array<SP.Directory.Group>;
rankedMembership?: Array<SP.Directory.Group>;
membership<T=Array<SP.Directory.Group>>(): T;
ownership<T=Array<SP.Directory.Group>>(): T;
rankedMembership<T=Array<SP.Directory.Group>>(): T;
}

@@ -140,3 +140,3 @@

export interface GroupAndUserStatusCollections {
Group?: () => SP.Directory.Group;
Group<T=SP.Directory.Group>(): T;
}

@@ -148,3 +148,3 @@

export interface GroupAndUserStatusQuery {
Group?: SP.Directory.Group;
Group<T=SP.Directory.Group>(): T;
}

@@ -151,0 +151,0 @@

@@ -70,5 +70,5 @@ import { SP } from "../../";

export interface VideoItemCollections {
Author?: () => SP.User;
Owner?: () => SP.User;
PeopleInMedia?: () => Array<SP.User>;
Author<T=SP.User>(): T;
Owner<T=SP.User>(): T;
PeopleInMedia<T=Array<SP.User>>(): T;
}

@@ -80,5 +80,5 @@

export interface VideoItemQuery {
Author?: SP.User;
Owner?: SP.User;
PeopleInMedia?: Array<SP.User>;
Author<T=SP.User>(): T;
Owner<T=SP.User>(): T;
PeopleInMedia<T=Array<SP.User>>(): T;
}

@@ -147,3 +147,3 @@

export interface PointPublishingPostCollections {
images?: () => Array<SP.File>;
images<T=Array<SP.File>>(): T;
}

@@ -155,3 +155,3 @@

export interface PointPublishingPostQuery {
images?: Array<SP.File>;
images<T=Array<SP.File>>(): T;
}

@@ -170,8 +170,8 @@

export interface PointPublishingPostServiceManagerCollections {
bannerimages?: () => Array<SP.File>;
contributors?: () => Array<SP.Publishing.PointPublishingUser>;
creators?: () => Array<SP.Publishing.PointPublishingUser>;
magazineprops?: () => SP.Publishing.PointPublishingMagazineProps;
posts?: () => Array<SP.Publishing.PointPublishingPost>;
viewers?: () => Array<SP.Publishing.PointPublishingUser>;
bannerimages<T=Array<SP.File>>(): T;
contributors<T=Array<SP.Publishing.PointPublishingUser>>(): T;
creators<T=Array<SP.Publishing.PointPublishingUser>>(): T;
magazineprops<T=SP.Publishing.PointPublishingMagazineProps>(): T;
posts<T=Array<SP.Publishing.PointPublishingPost>>(): T;
viewers<T=Array<SP.Publishing.PointPublishingUser>>(): T;
}

@@ -183,8 +183,8 @@

export interface PointPublishingPostServiceManagerQuery {
bannerimages?: Array<SP.File>;
contributors?: Array<SP.Publishing.PointPublishingUser>;
creators?: Array<SP.Publishing.PointPublishingUser>;
magazineprops?: SP.Publishing.PointPublishingMagazineProps;
posts?: Array<SP.Publishing.PointPublishingPost>;
viewers?: Array<SP.Publishing.PointPublishingUser>;
bannerimages<T=Array<SP.File>>(): T;
contributors<T=Array<SP.Publishing.PointPublishingUser>>(): T;
creators<T=Array<SP.Publishing.PointPublishingUser>>(): T;
magazineprops<T=SP.Publishing.PointPublishingMagazineProps>(): T;
posts<T=Array<SP.Publishing.PointPublishingPost>>(): T;
viewers<T=Array<SP.Publishing.PointPublishingUser>>(): T;
}

@@ -280,4 +280,4 @@

export interface SitePageMetadataCollections {
CreatedBy?: () => SP.Publishing.UserInfo;
LastModifiedBy?: () => SP.Publishing.UserInfo;
CreatedBy<T=SP.Publishing.UserInfo>(): T;
LastModifiedBy<T=SP.Publishing.UserInfo>(): T;
}

@@ -289,4 +289,4 @@

export interface SitePageMetadataQuery {
CreatedBy?: SP.Publishing.UserInfo;
LastModifiedBy?: SP.Publishing.UserInfo;
CreatedBy<T=SP.Publishing.UserInfo>(): T;
LastModifiedBy<T=SP.Publishing.UserInfo>(): T;
}

@@ -365,4 +365,4 @@

export interface SitePageServiceCollections {
CommunicationSite?: () => SP.Publishing.CommunicationSite;
Pages?: () => Array<SP.Publishing.SitePage>;
CommunicationSite<T=SP.Publishing.CommunicationSite>(): T;
Pages<T=Array<SP.Publishing.SitePage>>(): T;
}

@@ -374,4 +374,4 @@

export interface SitePageServiceQuery {
CommunicationSite?: SP.Publishing.CommunicationSite;
Pages?: Array<SP.Publishing.SitePage>;
CommunicationSite<T=SP.Publishing.CommunicationSite>(): T;
Pages<T=Array<SP.Publishing.SitePage>>(): T;
}

@@ -394,3 +394,3 @@

export interface SpotlightChannelCollections {
Channel?: () => SP.Publishing.VideoChannel;
Channel<T=SP.Publishing.VideoChannel>(): T;
}

@@ -402,3 +402,3 @@

export interface SpotlightChannelQuery {
Channel?: SP.Publishing.VideoChannel;
Channel<T=SP.Publishing.VideoChannel>(): T;
}

@@ -430,5 +430,5 @@

export interface VideoChannelCollections {
Search?: () => SP.Publishing.Search;
SpotlightVideos?: () => Array<SP.Publishing.SpotlightVideo>;
Videos?: () => Array<SP.Publishing.VideoItem>;
Search<T=SP.Publishing.Search>(): T;
SpotlightVideos<T=Array<SP.Publishing.SpotlightVideo>>(): T;
Videos<T=Array<SP.Publishing.VideoItem>>(): T;
}

@@ -440,5 +440,5 @@

export interface VideoChannelQuery {
Search?: SP.Publishing.Search;
SpotlightVideos?: Array<SP.Publishing.SpotlightVideo>;
Videos?: Array<SP.Publishing.VideoItem>;
Search<T=SP.Publishing.Search>(): T;
SpotlightVideos<T=Array<SP.Publishing.SpotlightVideo>>(): T;
Videos<T=Array<SP.Publishing.VideoItem>>(): T;
}

@@ -467,3 +467,3 @@

export interface SpotlightVideoCollections {
Video?: () => SP.Publishing.VideoItem;
Video<T=SP.Publishing.VideoItem>(): T;
}

@@ -475,3 +475,3 @@

export interface SpotlightVideoQuery {
Video?: SP.Publishing.VideoItem;
Video<T=SP.Publishing.VideoItem>(): T;
}

@@ -499,3 +499,3 @@

export interface VideoPermissionGroupCollections {
Users?: () => Array<SP.User>;
Users<T=Array<SP.User>>(): T;
}

@@ -507,3 +507,3 @@

export interface VideoPermissionGroupQuery {
Users?: Array<SP.User>;
Users<T=Array<SP.User>>(): T;
}

@@ -552,7 +552,7 @@

export interface VideoServiceManagerCollections {
CanEditChannels?: () => Array<SP.Publishing.VideoChannel>;
Channels?: () => Array<SP.Publishing.VideoChannel>;
Search?: () => SP.Publishing.Search;
SpotlightChannels?: () => Array<SP.Publishing.SpotlightChannel>;
SpotlightVideos?: () => Array<SP.Publishing.SpotlightVideo>;
CanEditChannels<T=Array<SP.Publishing.VideoChannel>>(): T;
Channels<T=Array<SP.Publishing.VideoChannel>>(): T;
Search<T=SP.Publishing.Search>(): T;
SpotlightChannels<T=Array<SP.Publishing.SpotlightChannel>>(): T;
SpotlightVideos<T=Array<SP.Publishing.SpotlightVideo>>(): T;
}

@@ -564,7 +564,7 @@

export interface VideoServiceManagerQuery {
CanEditChannels?: Array<SP.Publishing.VideoChannel>;
Channels?: Array<SP.Publishing.VideoChannel>;
Search?: SP.Publishing.Search;
SpotlightChannels?: Array<SP.Publishing.SpotlightChannel>;
SpotlightVideos?: Array<SP.Publishing.SpotlightVideo>;
CanEditChannels<T=Array<SP.Publishing.VideoChannel>>(): T;
Channels<T=Array<SP.Publishing.VideoChannel>>(): T;
Search<T=SP.Publishing.Search>(): T;
SpotlightChannels<T=Array<SP.Publishing.SpotlightChannel>>(): T;
SpotlightVideos<T=Array<SP.Publishing.SpotlightVideo>>(): T;
}

@@ -571,0 +571,0 @@

@@ -84,3 +84,3 @@ import { SP } from "../../";

export interface SharingInformationCollections {
pickerSettings?: () => SP.PickerSettings;
pickerSettings<T=SP.PickerSettings>(): T;
}

@@ -92,3 +92,3 @@

export interface SharingInformationQuery {
pickerSettings?: SP.PickerSettings;
pickerSettings<T=SP.PickerSettings>(): T;
}

@@ -95,0 +95,0 @@

@@ -123,4 +123,4 @@ import { SP } from "../../";

export interface UserProfileCollections {
FollowedContent?: () => SP.UserProfiles.FollowedContent;
PersonalSite?: () => SP.Site;
FollowedContent<T=SP.UserProfiles.FollowedContent>(): T;
PersonalSite<T=SP.Site>(): T;
}

@@ -132,4 +132,4 @@

export interface UserProfileQuery {
FollowedContent?: SP.UserProfiles.FollowedContent;
PersonalSite?: SP.Site;
FollowedContent<T=SP.UserProfiles.FollowedContent>(): T;
PersonalSite<T=SP.Site>(): T;
}

@@ -0,3 +1,3 @@

import { SP } from "../../";
/*********************************************

@@ -70,3 +70,3 @@ * MarketplaceUtilities

export interface ThemeManagerCollections {
ContextThemeManager?: () => SP.Utilities.ThemeManager;
ContextThemeManager<T=SP.Utilities.ThemeManager>(): T;
}

@@ -78,3 +78,3 @@

export interface ThemeManagerQuery {
ContextThemeManager?: SP.Utilities.ThemeManager;
ContextThemeManager<T=SP.Utilities.ThemeManager>(): T;
}

@@ -81,0 +81,0 @@

@@ -0,3 +1,3 @@

import { SP } from "../../";
/*********************************************

@@ -15,3 +15,3 @@ * LimitedWebPartManager

export interface LimitedWebPartManagerCollections {
WebParts?: () => Array<SP.WebParts.WebPartDefinition>;
WebParts<T=Array<SP.WebParts.WebPartDefinition>>(): T;
}

@@ -23,3 +23,3 @@

export interface LimitedWebPartManagerQuery {
WebParts?: Array<SP.WebParts.WebPartDefinition>;
WebParts<T=Array<SP.WebParts.WebPartDefinition>>(): T;
}

@@ -39,3 +39,3 @@

export interface WebPartDefinitionCollections {
WebPart?: () => SP.WebParts.WebPart;
WebPart<T=SP.WebParts.WebPart>(): T;
}

@@ -47,3 +47,3 @@

export interface WebPartDefinitionQuery {
WebPart?: SP.WebParts.WebPart;
WebPart<T=SP.WebParts.WebPart>(): T;
}

@@ -68,3 +68,3 @@

export interface WebPartCollections {
Properties?: () => SP.PropertyValues;
Properties<T=SP.PropertyValues>(): T;
}

@@ -76,3 +76,3 @@

export interface WebPartQuery {
Properties?: SP.PropertyValues;
Properties<T=SP.PropertyValues>(): T;
}

@@ -55,3 +55,3 @@ import { SP } from "../../";

export interface WorkflowInstanceServiceCollections {
Current?: () => SP.WorkflowServices.WorkflowInstanceService;
Current<T=SP.WorkflowServices.WorkflowInstanceService>(): T;
}

@@ -63,3 +63,3 @@

export interface WorkflowInstanceServiceQuery {
Current?: SP.WorkflowServices.WorkflowInstanceService;
Current<T=SP.WorkflowServices.WorkflowInstanceService>(): T;
}

@@ -78,3 +78,3 @@

export interface InteropServiceCollections {
Current?: () => SP.WorkflowServices.InteropService;
Current<T=SP.WorkflowServices.InteropService>(): T;
}

@@ -86,3 +86,3 @@

export interface InteropServiceQuery {
Current?: SP.WorkflowServices.InteropService;
Current<T=SP.WorkflowServices.InteropService>(): T;
}

@@ -104,3 +104,3 @@

export interface WorkflowServicesManagerCollections {
Current?: () => SP.WorkflowServices.WorkflowServicesManager;
Current<T=SP.WorkflowServices.WorkflowServicesManager>(): T;
}

@@ -112,3 +112,3 @@

export interface WorkflowServicesManagerQuery {
Current?: SP.WorkflowServices.WorkflowServicesManager;
Current<T=SP.WorkflowServices.WorkflowServicesManager>(): T;
}

@@ -143,3 +143,3 @@

export interface WorkflowSubscriptionServiceCollections {
Current?: () => SP.WorkflowServices.WorkflowSubscriptionService;
Current<T=SP.WorkflowServices.WorkflowSubscriptionService>(): T;
}

@@ -151,3 +151,3 @@

export interface WorkflowSubscriptionServiceQuery {
Current?: SP.WorkflowServices.WorkflowSubscriptionService;
Current<T=SP.WorkflowServices.WorkflowSubscriptionService>(): T;
}

@@ -154,0 +154,0 @@

@@ -168,7 +168,7 @@ import { SP } from "../../../";

export interface NonTaskDataReadResultCollections {
AllLocatons?: () => Array<SP.WorkManagement.OM.Location>;
PersistedProperties?: () => SP.WorkManagement.OM.PersistedProperties;
RefreshHistory?: () => SP.WorkManagement.OM.RefreshHistory;
ScriptExtensions?: () => Array<SP.WorkManagement.OM.DashboardScriptExtensionInfo>;
UserSettings?: () => SP.WorkManagement.OM.UserSettings;
AllLocatons<T=Array<SP.WorkManagement.OM.Location>>(): T;
PersistedProperties<T=SP.WorkManagement.OM.PersistedProperties>(): T;
RefreshHistory<T=SP.WorkManagement.OM.RefreshHistory>(): T;
ScriptExtensions<T=Array<SP.WorkManagement.OM.DashboardScriptExtensionInfo>>(): T;
UserSettings<T=SP.WorkManagement.OM.UserSettings>(): T;
}

@@ -180,7 +180,7 @@

export interface NonTaskDataReadResultQuery {
AllLocatons?: Array<SP.WorkManagement.OM.Location>;
PersistedProperties?: SP.WorkManagement.OM.PersistedProperties;
RefreshHistory?: SP.WorkManagement.OM.RefreshHistory;
ScriptExtensions?: Array<SP.WorkManagement.OM.DashboardScriptExtensionInfo>;
UserSettings?: SP.WorkManagement.OM.UserSettings;
AllLocatons<T=Array<SP.WorkManagement.OM.Location>>(): T;
PersistedProperties<T=SP.WorkManagement.OM.PersistedProperties>(): T;
RefreshHistory<T=SP.WorkManagement.OM.RefreshHistory>(): T;
ScriptExtensions<T=Array<SP.WorkManagement.OM.DashboardScriptExtensionInfo>>(): T;
UserSettings<T=SP.WorkManagement.OM.UserSettings>(): T;
}

@@ -210,3 +210,3 @@

export interface RefreshHistoryCollections {
Refreshes?: () => Array<SP.WorkManagement.OM.RefreshResult>;
Refreshes<T=Array<SP.WorkManagement.OM.RefreshResult>>(): T;
}

@@ -218,3 +218,3 @@

export interface RefreshHistoryQuery {
Refreshes?: Array<SP.WorkManagement.OM.RefreshResult>;
Refreshes<T=Array<SP.WorkManagement.OM.RefreshResult>>(): T;
}

@@ -236,4 +236,4 @@

export interface RefreshResultCollections {
ProviderStatuses?: () => Array<SP.WorkManagement.OM.ProviderRefreshStatus>;
TaskChangesByLocation?: () => Array<SP.WorkManagement.OM.LocationUpdateResult>;
ProviderStatuses<T=Array<SP.WorkManagement.OM.ProviderRefreshStatus>>(): T;
TaskChangesByLocation<T=Array<SP.WorkManagement.OM.LocationUpdateResult>>(): T;
}

@@ -245,4 +245,4 @@

export interface RefreshResultQuery {
ProviderStatuses?: Array<SP.WorkManagement.OM.ProviderRefreshStatus>;
TaskChangesByLocation?: Array<SP.WorkManagement.OM.LocationUpdateResult>;
ProviderStatuses<T=Array<SP.WorkManagement.OM.ProviderRefreshStatus>>(): T;
TaskChangesByLocation<T=Array<SP.WorkManagement.OM.LocationUpdateResult>>(): T;
}

@@ -306,3 +306,3 @@

export interface RefreshHealthInfoCollections {
ProviderErrors?: () => Array<SP.WorkManagement.OM.ProviderErrorInfo>;
ProviderErrors<T=Array<SP.WorkManagement.OM.ProviderErrorInfo>>(): T;
}

@@ -314,3 +314,3 @@

export interface RefreshHealthInfoQuery {
ProviderErrors?: Array<SP.WorkManagement.OM.ProviderErrorInfo>;
ProviderErrors<T=Array<SP.WorkManagement.OM.ProviderErrorInfo>>(): T;
}

@@ -343,4 +343,4 @@

export interface SortableTaskQueryCollections {
CoreQuery?: () => SP.WorkManagement.OM.TaskQuery;
Order?: () => SP.WorkManagement.OM.OrderInfo;
CoreQuery<T=SP.WorkManagement.OM.TaskQuery>(): T;
Order<T=SP.WorkManagement.OM.OrderInfo>(): T;
}

@@ -352,4 +352,4 @@

export interface SortableTaskQueryQuery {
CoreQuery?: SP.WorkManagement.OM.TaskQuery;
Order?: SP.WorkManagement.OM.OrderInfo;
CoreQuery<T=SP.WorkManagement.OM.TaskQuery>(): T;
Order<T=SP.WorkManagement.OM.OrderInfo>(): T;
}

@@ -370,6 +370,6 @@

export interface TaskQueryCollections {
CustomAttributeFilter?: () => SP.WorkManagement.OM.CustomAttributeFilter;
FieldFilter?: () => SP.WorkManagement.OM.TaskFilter;
LastModifiedDateRangeFilter?: () => SP.WorkManagement.OM.DateRangeCriterion;
LocationFilter?: () => SP.WorkManagement.OM.LocationFilter;
CustomAttributeFilter<T=SP.WorkManagement.OM.CustomAttributeFilter>(): T;
FieldFilter<T=SP.WorkManagement.OM.TaskFilter>(): T;
LastModifiedDateRangeFilter<T=SP.WorkManagement.OM.DateRangeCriterion>(): T;
LocationFilter<T=SP.WorkManagement.OM.LocationFilter>(): T;
}

@@ -381,6 +381,6 @@

export interface TaskQueryQuery {
CustomAttributeFilter?: SP.WorkManagement.OM.CustomAttributeFilter;
FieldFilter?: SP.WorkManagement.OM.TaskFilter;
LastModifiedDateRangeFilter?: SP.WorkManagement.OM.DateRangeCriterion;
LocationFilter?: SP.WorkManagement.OM.LocationFilter;
CustomAttributeFilter<T=SP.WorkManagement.OM.CustomAttributeFilter>(): T;
FieldFilter<T=SP.WorkManagement.OM.TaskFilter>(): T;
LastModifiedDateRangeFilter<T=SP.WorkManagement.OM.DateRangeCriterion>(): T;
LocationFilter<T=SP.WorkManagement.OM.LocationFilter>(): T;
}

@@ -400,7 +400,7 @@

export interface TaskFilterCollections {
CompletedCriterion?: () => SP.WorkManagement.OM.BooleanCriterion;
DueDateRangeCriterion?: () => SP.WorkManagement.OM.DateRangeCriterion;
IsNewCriterion?: () => SP.WorkManagement.OM.BooleanCriterion;
NameCriterion?: () => SP.WorkManagement.OM.NameCriterion;
StartDateRangeCriterion?: () => SP.WorkManagement.OM.DateRangeCriterion;
CompletedCriterion<T=SP.WorkManagement.OM.BooleanCriterion>(): T;
DueDateRangeCriterion<T=SP.WorkManagement.OM.DateRangeCriterion>(): T;
IsNewCriterion<T=SP.WorkManagement.OM.BooleanCriterion>(): T;
NameCriterion<T=SP.WorkManagement.OM.NameCriterion>(): T;
StartDateRangeCriterion<T=SP.WorkManagement.OM.DateRangeCriterion>(): T;
}

@@ -412,7 +412,7 @@

export interface TaskFilterQuery {
CompletedCriterion?: SP.WorkManagement.OM.BooleanCriterion;
DueDateRangeCriterion?: SP.WorkManagement.OM.DateRangeCriterion;
IsNewCriterion?: SP.WorkManagement.OM.BooleanCriterion;
NameCriterion?: SP.WorkManagement.OM.NameCriterion;
StartDateRangeCriterion?: SP.WorkManagement.OM.DateRangeCriterion;
CompletedCriterion<T=SP.WorkManagement.OM.BooleanCriterion>(): T;
DueDateRangeCriterion<T=SP.WorkManagement.OM.DateRangeCriterion>(): T;
IsNewCriterion<T=SP.WorkManagement.OM.BooleanCriterion>(): T;
NameCriterion<T=SP.WorkManagement.OM.NameCriterion>(): T;
StartDateRangeCriterion<T=SP.WorkManagement.OM.DateRangeCriterion>(): T;
}

@@ -432,3 +432,3 @@

export interface TaskQueryByLocationResultCollections {
Results?: () => Array<SP.WorkManagement.OM.Task>;
Results<T=Array<SP.WorkManagement.OM.Task>>(): T;
}

@@ -440,3 +440,3 @@

export interface TaskQueryByLocationResultQuery {
Results?: Array<SP.WorkManagement.OM.Task>;
Results<T=Array<SP.WorkManagement.OM.Task>>(): T;
}

@@ -456,3 +456,3 @@

export interface TaskQueryResultCollections {
Results?: () => Array<SP.WorkManagement.OM.Task>;
Results<T=Array<SP.WorkManagement.OM.Task>>(): T;
}

@@ -464,3 +464,3 @@

export interface TaskQueryResultQuery {
Results?: Array<SP.WorkManagement.OM.Task>;
Results<T=Array<SP.WorkManagement.OM.Task>>(): T;
}

@@ -480,3 +480,3 @@

export interface TaskRefreshResultCollections {
Result?: () => SP.WorkManagement.OM.Task;
Result<T=SP.WorkManagement.OM.Task>(): T;
}

@@ -488,3 +488,3 @@

export interface TaskRefreshResultQuery {
Result?: SP.WorkManagement.OM.Task;
Result<T=SP.WorkManagement.OM.Task>(): T;
}

@@ -504,3 +504,3 @@

export interface TaskWriteResultCollections {
Result?: () => SP.WorkManagement.OM.Task;
Result<T=SP.WorkManagement.OM.Task>(): T;
}

@@ -512,3 +512,3 @@

export interface TaskWriteResultQuery {
Result?: SP.WorkManagement.OM.Task;
Result<T=SP.WorkManagement.OM.Task>(): T;
}

@@ -515,0 +515,0 @@

@@ -296,4 +296,7 @@ let fs = require("fs");

// Add the method
methods.push('\t' + methodName + '?: () => ' + methodType + ';');
queryMethods.push('\t' + methodName + '?: ' + methodType + ';');
methods.push('\t' + methodName + '<T=' + methodType + '>(): T;');
queryMethods.push('\t' + methodName + '<T=' + methodType + '>(): T;');
// Update the references
updateReferences(fileImports, dirName, methodType);
}

@@ -300,0 +303,0 @@ }

{
"name": "gd-sprest-def",
"version": "0.0.8",
"version": "0.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc