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.7 to 0.0.8

6

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

@@ -263,5 +263,5 @@ import { Microsoft } from "../../../../../";

/*********************************************
* MultiGeoServicesBetaMethods
* MultiGeoServicesBetaCollections
**********************************************/
export interface MultiGeoServicesBetaMethods extends MultiGeoServicesBeta {
export interface MultiGeoServicesBetaCollections {
AllowedDataLocations?: () => Array<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>;

@@ -292,3 +292,3 @@ ContentDbSchemaVersion?: () => Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion;

**********************************************/
export interface MultiGeoServicesBetaQuery extends MultiGeoServicesBeta {
export interface MultiGeoServicesBetaQuery {
AllowedDataLocations?: Array<Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation>;

@@ -295,0 +295,0 @@ ContentDbSchemaVersion?: Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion;

@@ -288,5 +288,5 @@ import { Microsoft } from "../../../../";

/*********************************************
* TenantMethods
* TenantCollections
**********************************************/
export interface TenantMethods extends Tenant {
export interface TenantCollections {
Sites?: () => Array<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>;

@@ -298,3 +298,3 @@ }

**********************************************/
export interface TenantQuery extends Tenant {
export interface TenantQuery {
Sites?: Array<Microsoft.Online.SharePoint.TenantAdministration.SiteProperties>;

@@ -301,0 +301,0 @@ }

@@ -42,5 +42,5 @@

/*********************************************
* SPOWebAppServicePrincipalMethods
* SPOWebAppServicePrincipalCollections
**********************************************/
export interface SPOWebAppServicePrincipalMethods extends SPOWebAppServicePrincipal {
export interface SPOWebAppServicePrincipalCollections {
PermissionGrants?: () => Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>;

@@ -53,5 +53,5 @@ PermissionRequests?: () => Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>;

**********************************************/
export interface SPOWebAppServicePrincipalQuery extends SPOWebAppServicePrincipal {
export interface SPOWebAppServicePrincipalQuery {
PermissionGrants?: Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant>;
PermissionRequests?: Array<Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest>;
}

@@ -26,5 +26,5 @@ import { Microsoft } from "../../../../";

/*********************************************
* GetExternalUsersResultsMethods
* GetExternalUsersResultsCollections
**********************************************/
export interface GetExternalUsersResultsMethods extends GetExternalUsersResults {
export interface GetExternalUsersResultsCollections {
ExternalUserCollection?: () => Array<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>;

@@ -36,3 +36,3 @@ }

**********************************************/
export interface GetExternalUsersResultsQuery extends GetExternalUsersResults {
export interface GetExternalUsersResultsQuery {
ExternalUserCollection?: Array<Microsoft.Online.SharePoint.TenantManagement.ExternalUser>;

@@ -39,0 +39,0 @@ }

@@ -18,5 +18,5 @@

/*********************************************
* SPFarmMethods
* SPFarmCollections
**********************************************/
export interface SPFarmMethods extends SPFarm {
export interface SPFarmCollections {
Local?: () => Microsoft.SharePoint.Administration.SPFarm;

@@ -28,3 +28,3 @@ }

**********************************************/
export interface SPFarmQuery extends SPFarm {
export interface SPFarmQuery {
Local?: Microsoft.SharePoint.Administration.SPFarm;

@@ -60,5 +60,5 @@ }

/*********************************************
* SPWebApplicationMethods
* SPWebApplicationCollections
**********************************************/
export interface SPWebApplicationMethods extends SPWebApplication {
export interface SPWebApplicationCollections {
Sites?: () => Array<SP.Site>;

@@ -70,3 +70,3 @@ }

**********************************************/
export interface SPWebApplicationQuery extends SPWebApplication {
export interface SPWebApplicationQuery {
Sites?: Array<SP.Site>;

@@ -83,5 +83,5 @@ }

/*********************************************
* SPWebServiceMethods
* SPWebServiceCollections
**********************************************/
export interface SPWebServiceMethods extends SPWebService {
export interface SPWebServiceCollections {
ContentService?: () => Microsoft.SharePoint.Administration.SPWebService;

@@ -94,3 +94,3 @@ WebApplications?: () => Array<Microsoft.SharePoint.Administration.SPWebApplication>;

**********************************************/
export interface SPWebServiceQuery extends SPWebService {
export interface SPWebServiceQuery {
ContentService?: Microsoft.SharePoint.Administration.SPWebService;

@@ -97,0 +97,0 @@ WebApplications?: Array<Microsoft.SharePoint.Administration.SPWebApplication>;

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

/*********************************************
* commentMethods
* commentCollections
**********************************************/
export interface commentMethods extends comment {
export interface commentCollections {
likedBy?: () => Array<Microsoft.SharePoint.Likes.userEntity>;

@@ -35,3 +35,3 @@ replies?: () => Array<Microsoft.SharePoint.Comments.comment>;

**********************************************/
export interface commentQuery extends comment {
export interface commentQuery {
likedBy?: Array<Microsoft.SharePoint.Likes.userEntity>;

@@ -38,0 +38,0 @@ replies?: Array<Microsoft.SharePoint.Comments.comment>;

@@ -12,5 +12,5 @@

/*********************************************
* likedByInformationMethods
* likedByInformationCollections
**********************************************/
export interface likedByInformationMethods extends likedByInformation {
export interface likedByInformationCollections {
likedBy?: () => Array<Microsoft.SharePoint.Likes.userEntity>;

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

**********************************************/
export interface likedByInformationQuery extends likedByInformation {
export interface likedByInformationQuery {
likedBy?: Array<Microsoft.SharePoint.Likes.userEntity>;

@@ -25,0 +25,0 @@ }

@@ -11,5 +11,5 @@

/*********************************************
* SiteCollectionCorporateCatalogAccessorMethods
* SiteCollectionCorporateCatalogAccessorCollections
**********************************************/
export interface SiteCollectionCorporateCatalogAccessorMethods extends SiteCollectionCorporateCatalogAccessor {
export interface SiteCollectionCorporateCatalogAccessorCollections {
AvailableApps?: () => Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;

@@ -21,3 +21,3 @@ }

**********************************************/
export interface SiteCollectionCorporateCatalogAccessorQuery extends SiteCollectionCorporateCatalogAccessor {
export interface SiteCollectionCorporateCatalogAccessorQuery {
AvailableApps?: Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;

@@ -48,5 +48,5 @@ }

/*********************************************
* TenantCorporateCatalogAccessorMethods
* TenantCorporateCatalogAccessorCollections
**********************************************/
export interface TenantCorporateCatalogAccessorMethods extends TenantCorporateCatalogAccessor {
export interface TenantCorporateCatalogAccessorCollections {
AvailableApps?: () => Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;

@@ -59,3 +59,3 @@ SiteCollectionAppCatalogsSites?: () => Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>;

**********************************************/
export interface TenantCorporateCatalogAccessorQuery extends TenantCorporateCatalogAccessor {
export interface TenantCorporateCatalogAccessorQuery {
AvailableApps?: Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata>;

@@ -62,0 +62,0 @@ SiteCollectionAppCatalogsSites?: Array<Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem>;

@@ -64,5 +64,5 @@ import { Microsoft } from "../../../";

/*********************************************
* SharePointHomeServiceContextMethods
* SharePointHomeServiceContextCollections
**********************************************/
export interface SharePointHomeServiceContextMethods extends SharePointHomeServiceContext {
export interface SharePointHomeServiceContextCollections {
Token?: () => SP.OAuth.TokenResponse;

@@ -74,3 +74,3 @@ }

**********************************************/
export interface SharePointHomeServiceContextQuery extends SharePointHomeServiceContext {
export interface SharePointHomeServiceContextQuery {
Token?: SP.OAuth.TokenResponse;

@@ -77,0 +77,0 @@ }

@@ -40,5 +40,5 @@ import { MS } from "../../";

/*********************************************
* FolderMethods
* FolderCollections
**********************************************/
export interface FolderMethods extends Folder {
export interface FolderCollections {
Children?: () => Array<MS.FileServices.FileSystemItem>;

@@ -50,3 +50,3 @@ }

**********************************************/
export interface FolderQuery extends Folder {
export interface FolderQuery {
Children?: Array<MS.FileServices.FileSystemItem>;

@@ -53,0 +53,0 @@ }

@@ -75,5 +75,5 @@

/*********************************************
* MethodExecutionResultMethods
* MethodExecutionResultCollections
**********************************************/
export interface MethodExecutionResultMethods extends MethodExecutionResult {
export interface MethodExecutionResultCollections {
ReturnParameterCollection?: () => Array<SP.BusinessData.Runtime.EntityFieldValueDictionary>;

@@ -85,3 +85,3 @@ }

**********************************************/
export interface MethodExecutionResultQuery extends MethodExecutionResult {
export interface MethodExecutionResultQuery {
ReturnParameterCollection?: Array<SP.BusinessData.Runtime.EntityFieldValueDictionary>;

@@ -99,5 +99,5 @@ }

/*********************************************
* EntityViewMethods
* EntityViewCollections
**********************************************/
export interface EntityViewMethods extends EntityView {
export interface EntityViewCollections {
Fields?: () => Array<SP.BusinessData.EntityField>;

@@ -109,3 +109,3 @@ }

**********************************************/
export interface EntityViewQuery extends EntityView {
export interface EntityViewQuery {
Fields?: Array<SP.BusinessData.EntityField>;

@@ -112,0 +112,0 @@ }

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

/*********************************************
* GroupMethods
* GroupCollections
**********************************************/
export interface GroupMethods extends Group {
export interface GroupCollections {
members?: () => Array<SP.Directory.User>;

@@ -48,3 +48,3 @@ owners?: () => Array<SP.Directory.User>;

**********************************************/
export interface GroupQuery extends Group {
export interface GroupQuery {
members?: Array<SP.Directory.User>;

@@ -101,5 +101,5 @@ owners?: Array<SP.Directory.User>;

/*********************************************
* UserMethods
* UserCollections
**********************************************/
export interface UserMethods extends User {
export interface UserCollections {
membership?: () => Array<SP.Directory.Group>;

@@ -113,3 +113,3 @@ ownership?: () => Array<SP.Directory.Group>;

**********************************************/
export interface UserQuery extends User {
export interface UserQuery {
membership?: Array<SP.Directory.Group>;

@@ -137,5 +137,5 @@ ownership?: Array<SP.Directory.Group>;

/*********************************************
* GroupAndUserStatusMethods
* GroupAndUserStatusCollections
**********************************************/
export interface GroupAndUserStatusMethods extends GroupAndUserStatus {
export interface GroupAndUserStatusCollections {
Group?: () => SP.Directory.Group;

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

**********************************************/
export interface GroupAndUserStatusQuery extends GroupAndUserStatus {
export interface GroupAndUserStatusQuery {
Group?: SP.Directory.Group;

@@ -150,0 +150,0 @@ }

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

/*********************************************
* VideoItemMethods
* VideoItemCollections
**********************************************/
export interface VideoItemMethods extends VideoItem {
export interface VideoItemCollections {
Author?: () => SP.User;

@@ -79,3 +79,3 @@ Owner?: () => SP.User;

**********************************************/
export interface VideoItemQuery extends VideoItem {
export interface VideoItemQuery {
Author?: SP.User;

@@ -144,5 +144,5 @@ Owner?: SP.User;

/*********************************************
* PointPublishingPostMethods
* PointPublishingPostCollections
**********************************************/
export interface PointPublishingPostMethods extends PointPublishingPost {
export interface PointPublishingPostCollections {
images?: () => Array<SP.File>;

@@ -154,3 +154,3 @@ }

**********************************************/
export interface PointPublishingPostQuery extends PointPublishingPost {
export interface PointPublishingPostQuery {
images?: Array<SP.File>;

@@ -167,5 +167,5 @@ }

/*********************************************
* PointPublishingPostServiceManagerMethods
* PointPublishingPostServiceManagerCollections
**********************************************/
export interface PointPublishingPostServiceManagerMethods extends PointPublishingPostServiceManager {
export interface PointPublishingPostServiceManagerCollections {
bannerimages?: () => Array<SP.File>;

@@ -182,3 +182,3 @@ contributors?: () => Array<SP.Publishing.PointPublishingUser>;

**********************************************/
export interface PointPublishingPostServiceManagerQuery extends PointPublishingPostServiceManager {
export interface PointPublishingPostServiceManagerQuery {
bannerimages?: Array<SP.File>;

@@ -277,5 +277,5 @@ contributors?: Array<SP.Publishing.PointPublishingUser>;

/*********************************************
* SitePageMetadataMethods
* SitePageMetadataCollections
**********************************************/
export interface SitePageMetadataMethods extends SitePageMetadata {
export interface SitePageMetadataCollections {
CreatedBy?: () => SP.Publishing.UserInfo;

@@ -288,3 +288,3 @@ LastModifiedBy?: () => SP.Publishing.UserInfo;

**********************************************/
export interface SitePageMetadataQuery extends SitePageMetadata {
export interface SitePageMetadataQuery {
CreatedBy?: SP.Publishing.UserInfo;

@@ -362,5 +362,5 @@ LastModifiedBy?: SP.Publishing.UserInfo;

/*********************************************
* SitePageServiceMethods
* SitePageServiceCollections
**********************************************/
export interface SitePageServiceMethods extends SitePageService {
export interface SitePageServiceCollections {
CommunicationSite?: () => SP.Publishing.CommunicationSite;

@@ -373,3 +373,3 @@ Pages?: () => Array<SP.Publishing.SitePage>;

**********************************************/
export interface SitePageServiceQuery extends SitePageService {
export interface SitePageServiceQuery {
CommunicationSite?: SP.Publishing.CommunicationSite;

@@ -391,5 +391,5 @@ Pages?: Array<SP.Publishing.SitePage>;

/*********************************************
* SpotlightChannelMethods
* SpotlightChannelCollections
**********************************************/
export interface SpotlightChannelMethods extends SpotlightChannel {
export interface SpotlightChannelCollections {
Channel?: () => SP.Publishing.VideoChannel;

@@ -401,3 +401,3 @@ }

**********************************************/
export interface SpotlightChannelQuery extends SpotlightChannel {
export interface SpotlightChannelQuery {
Channel?: SP.Publishing.VideoChannel;

@@ -427,5 +427,5 @@ }

/*********************************************
* VideoChannelMethods
* VideoChannelCollections
**********************************************/
export interface VideoChannelMethods extends VideoChannel {
export interface VideoChannelCollections {
Search?: () => SP.Publishing.Search;

@@ -439,3 +439,3 @@ SpotlightVideos?: () => Array<SP.Publishing.SpotlightVideo>;

**********************************************/
export interface VideoChannelQuery extends VideoChannel {
export interface VideoChannelQuery {
Search?: SP.Publishing.Search;

@@ -464,5 +464,5 @@ SpotlightVideos?: Array<SP.Publishing.SpotlightVideo>;

/*********************************************
* SpotlightVideoMethods
* SpotlightVideoCollections
**********************************************/
export interface SpotlightVideoMethods extends SpotlightVideo {
export interface SpotlightVideoCollections {
Video?: () => SP.Publishing.VideoItem;

@@ -474,3 +474,3 @@ }

**********************************************/
export interface SpotlightVideoQuery extends SpotlightVideo {
export interface SpotlightVideoQuery {
Video?: SP.Publishing.VideoItem;

@@ -496,5 +496,5 @@ }

/*********************************************
* VideoPermissionGroupMethods
* VideoPermissionGroupCollections
**********************************************/
export interface VideoPermissionGroupMethods extends VideoPermissionGroup {
export interface VideoPermissionGroupCollections {
Users?: () => Array<SP.User>;

@@ -506,3 +506,3 @@ }

**********************************************/
export interface VideoPermissionGroupQuery extends VideoPermissionGroup {
export interface VideoPermissionGroupQuery {
Users?: Array<SP.User>;

@@ -549,5 +549,5 @@ }

/*********************************************
* VideoServiceManagerMethods
* VideoServiceManagerCollections
**********************************************/
export interface VideoServiceManagerMethods extends VideoServiceManager {
export interface VideoServiceManagerCollections {
CanEditChannels?: () => Array<SP.Publishing.VideoChannel>;

@@ -563,3 +563,3 @@ Channels?: () => Array<SP.Publishing.VideoChannel>;

**********************************************/
export interface VideoServiceManagerQuery extends VideoServiceManager {
export interface VideoServiceManagerQuery {
CanEditChannels?: Array<SP.Publishing.VideoChannel>;

@@ -566,0 +566,0 @@ Channels?: Array<SP.Publishing.VideoChannel>;

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

/*********************************************
* SharingInformationMethods
* SharingInformationCollections
**********************************************/
export interface SharingInformationMethods extends SharingInformation {
export interface SharingInformationCollections {
pickerSettings?: () => SP.PickerSettings;

@@ -91,3 +91,3 @@ }

**********************************************/
export interface SharingInformationQuery extends SharingInformation {
export interface SharingInformationQuery {
pickerSettings?: SP.PickerSettings;

@@ -94,0 +94,0 @@ }

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

/*********************************************
* UserProfileMethods
* UserProfileCollections
**********************************************/
export interface UserProfileMethods extends UserProfile {
export interface UserProfileCollections {
FollowedContent?: () => SP.UserProfiles.FollowedContent;

@@ -131,5 +131,5 @@ PersonalSite?: () => SP.Site;

**********************************************/
export interface UserProfileQuery extends UserProfile {
export interface UserProfileQuery {
FollowedContent?: SP.UserProfiles.FollowedContent;
PersonalSite?: SP.Site;
}

@@ -67,5 +67,5 @@

/*********************************************
* ThemeManagerMethods
* ThemeManagerCollections
**********************************************/
export interface ThemeManagerMethods extends ThemeManager {
export interface ThemeManagerCollections {
ContextThemeManager?: () => SP.Utilities.ThemeManager;

@@ -77,3 +77,3 @@ }

**********************************************/
export interface ThemeManagerQuery extends ThemeManager {
export interface ThemeManagerQuery {
ContextThemeManager?: SP.Utilities.ThemeManager;

@@ -80,0 +80,0 @@ }

@@ -12,5 +12,5 @@

/*********************************************
* LimitedWebPartManagerMethods
* LimitedWebPartManagerCollections
**********************************************/
export interface LimitedWebPartManagerMethods extends LimitedWebPartManager {
export interface LimitedWebPartManagerCollections {
WebParts?: () => Array<SP.WebParts.WebPartDefinition>;

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

**********************************************/
export interface LimitedWebPartManagerQuery extends LimitedWebPartManager {
export interface LimitedWebPartManagerQuery {
WebParts?: Array<SP.WebParts.WebPartDefinition>;

@@ -36,5 +36,5 @@ }

/*********************************************
* WebPartDefinitionMethods
* WebPartDefinitionCollections
**********************************************/
export interface WebPartDefinitionMethods extends WebPartDefinition {
export interface WebPartDefinitionCollections {
WebPart?: () => SP.WebParts.WebPart;

@@ -46,3 +46,3 @@ }

**********************************************/
export interface WebPartDefinitionQuery extends WebPartDefinition {
export interface WebPartDefinitionQuery {
WebPart?: SP.WebParts.WebPart;

@@ -65,5 +65,5 @@ }

/*********************************************
* WebPartMethods
* WebPartCollections
**********************************************/
export interface WebPartMethods extends WebPart {
export interface WebPartCollections {
Properties?: () => SP.PropertyValues;

@@ -75,4 +75,4 @@ }

**********************************************/
export interface WebPartQuery extends WebPart {
export interface WebPartQuery {
Properties?: SP.PropertyValues;
}

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

/*********************************************
* WorkflowInstanceServiceMethods
* WorkflowInstanceServiceCollections
**********************************************/
export interface WorkflowInstanceServiceMethods extends WorkflowInstanceService {
export interface WorkflowInstanceServiceCollections {
Current?: () => SP.WorkflowServices.WorkflowInstanceService;

@@ -62,3 +62,3 @@ }

**********************************************/
export interface WorkflowInstanceServiceQuery extends WorkflowInstanceService {
export interface WorkflowInstanceServiceQuery {
Current?: SP.WorkflowServices.WorkflowInstanceService;

@@ -75,5 +75,5 @@ }

/*********************************************
* InteropServiceMethods
* InteropServiceCollections
**********************************************/
export interface InteropServiceMethods extends InteropService {
export interface InteropServiceCollections {
Current?: () => SP.WorkflowServices.InteropService;

@@ -85,3 +85,3 @@ }

**********************************************/
export interface InteropServiceQuery extends InteropService {
export interface InteropServiceQuery {
Current?: SP.WorkflowServices.InteropService;

@@ -101,5 +101,5 @@ }

/*********************************************
* WorkflowServicesManagerMethods
* WorkflowServicesManagerCollections
**********************************************/
export interface WorkflowServicesManagerMethods extends WorkflowServicesManager {
export interface WorkflowServicesManagerCollections {
Current?: () => SP.WorkflowServices.WorkflowServicesManager;

@@ -111,3 +111,3 @@ }

**********************************************/
export interface WorkflowServicesManagerQuery extends WorkflowServicesManager {
export interface WorkflowServicesManagerQuery {
Current?: SP.WorkflowServices.WorkflowServicesManager;

@@ -140,5 +140,5 @@ }

/*********************************************
* WorkflowSubscriptionServiceMethods
* WorkflowSubscriptionServiceCollections
**********************************************/
export interface WorkflowSubscriptionServiceMethods extends WorkflowSubscriptionService {
export interface WorkflowSubscriptionServiceCollections {
Current?: () => SP.WorkflowServices.WorkflowSubscriptionService;

@@ -150,3 +150,3 @@ }

**********************************************/
export interface WorkflowSubscriptionServiceQuery extends WorkflowSubscriptionService {
export interface WorkflowSubscriptionServiceQuery {
Current?: SP.WorkflowServices.WorkflowSubscriptionService;

@@ -153,0 +153,0 @@ }

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

/*********************************************
* NonTaskDataReadResultMethods
* NonTaskDataReadResultCollections
**********************************************/
export interface NonTaskDataReadResultMethods extends NonTaskDataReadResult {
export interface NonTaskDataReadResultCollections {
AllLocatons?: () => Array<SP.WorkManagement.OM.Location>;

@@ -179,3 +179,3 @@ PersistedProperties?: () => SP.WorkManagement.OM.PersistedProperties;

**********************************************/
export interface NonTaskDataReadResultQuery extends NonTaskDataReadResult {
export interface NonTaskDataReadResultQuery {
AllLocatons?: Array<SP.WorkManagement.OM.Location>;

@@ -207,5 +207,5 @@ PersistedProperties?: SP.WorkManagement.OM.PersistedProperties;

/*********************************************
* RefreshHistoryMethods
* RefreshHistoryCollections
**********************************************/
export interface RefreshHistoryMethods extends RefreshHistory {
export interface RefreshHistoryCollections {
Refreshes?: () => Array<SP.WorkManagement.OM.RefreshResult>;

@@ -217,3 +217,3 @@ }

**********************************************/
export interface RefreshHistoryQuery extends RefreshHistory {
export interface RefreshHistoryQuery {
Refreshes?: Array<SP.WorkManagement.OM.RefreshResult>;

@@ -233,5 +233,5 @@ }

/*********************************************
* RefreshResultMethods
* RefreshResultCollections
**********************************************/
export interface RefreshResultMethods extends RefreshResult {
export interface RefreshResultCollections {
ProviderStatuses?: () => Array<SP.WorkManagement.OM.ProviderRefreshStatus>;

@@ -244,3 +244,3 @@ TaskChangesByLocation?: () => Array<SP.WorkManagement.OM.LocationUpdateResult>;

**********************************************/
export interface RefreshResultQuery extends RefreshResult {
export interface RefreshResultQuery {
ProviderStatuses?: Array<SP.WorkManagement.OM.ProviderRefreshStatus>;

@@ -303,5 +303,5 @@ TaskChangesByLocation?: Array<SP.WorkManagement.OM.LocationUpdateResult>;

/*********************************************
* RefreshHealthInfoMethods
* RefreshHealthInfoCollections
**********************************************/
export interface RefreshHealthInfoMethods extends RefreshHealthInfo {
export interface RefreshHealthInfoCollections {
ProviderErrors?: () => Array<SP.WorkManagement.OM.ProviderErrorInfo>;

@@ -313,3 +313,3 @@ }

**********************************************/
export interface RefreshHealthInfoQuery extends RefreshHealthInfo {
export interface RefreshHealthInfoQuery {
ProviderErrors?: Array<SP.WorkManagement.OM.ProviderErrorInfo>;

@@ -340,5 +340,5 @@ }

/*********************************************
* SortableTaskQueryMethods
* SortableTaskQueryCollections
**********************************************/
export interface SortableTaskQueryMethods extends SortableTaskQuery {
export interface SortableTaskQueryCollections {
CoreQuery?: () => SP.WorkManagement.OM.TaskQuery;

@@ -351,3 +351,3 @@ Order?: () => SP.WorkManagement.OM.OrderInfo;

**********************************************/
export interface SortableTaskQueryQuery extends SortableTaskQuery {
export interface SortableTaskQueryQuery {
CoreQuery?: SP.WorkManagement.OM.TaskQuery;

@@ -367,5 +367,5 @@ Order?: SP.WorkManagement.OM.OrderInfo;

/*********************************************
* TaskQueryMethods
* TaskQueryCollections
**********************************************/
export interface TaskQueryMethods extends TaskQuery {
export interface TaskQueryCollections {
CustomAttributeFilter?: () => SP.WorkManagement.OM.CustomAttributeFilter;

@@ -380,3 +380,3 @@ FieldFilter?: () => SP.WorkManagement.OM.TaskFilter;

**********************************************/
export interface TaskQueryQuery extends TaskQuery {
export interface TaskQueryQuery {
CustomAttributeFilter?: SP.WorkManagement.OM.CustomAttributeFilter;

@@ -397,5 +397,5 @@ FieldFilter?: SP.WorkManagement.OM.TaskFilter;

/*********************************************
* TaskFilterMethods
* TaskFilterCollections
**********************************************/
export interface TaskFilterMethods extends TaskFilter {
export interface TaskFilterCollections {
CompletedCriterion?: () => SP.WorkManagement.OM.BooleanCriterion;

@@ -411,3 +411,3 @@ DueDateRangeCriterion?: () => SP.WorkManagement.OM.DateRangeCriterion;

**********************************************/
export interface TaskFilterQuery extends TaskFilter {
export interface TaskFilterQuery {
CompletedCriterion?: SP.WorkManagement.OM.BooleanCriterion;

@@ -429,5 +429,5 @@ DueDateRangeCriterion?: SP.WorkManagement.OM.DateRangeCriterion;

/*********************************************
* TaskQueryByLocationResultMethods
* TaskQueryByLocationResultCollections
**********************************************/
export interface TaskQueryByLocationResultMethods extends TaskQueryByLocationResult {
export interface TaskQueryByLocationResultCollections {
Results?: () => Array<SP.WorkManagement.OM.Task>;

@@ -439,3 +439,3 @@ }

**********************************************/
export interface TaskQueryByLocationResultQuery extends TaskQueryByLocationResult {
export interface TaskQueryByLocationResultQuery {
Results?: Array<SP.WorkManagement.OM.Task>;

@@ -453,5 +453,5 @@ }

/*********************************************
* TaskQueryResultMethods
* TaskQueryResultCollections
**********************************************/
export interface TaskQueryResultMethods extends TaskQueryResult {
export interface TaskQueryResultCollections {
Results?: () => Array<SP.WorkManagement.OM.Task>;

@@ -463,3 +463,3 @@ }

**********************************************/
export interface TaskQueryResultQuery extends TaskQueryResult {
export interface TaskQueryResultQuery {
Results?: Array<SP.WorkManagement.OM.Task>;

@@ -477,5 +477,5 @@ }

/*********************************************
* TaskRefreshResultMethods
* TaskRefreshResultCollections
**********************************************/
export interface TaskRefreshResultMethods extends TaskRefreshResult {
export interface TaskRefreshResultCollections {
Result?: () => SP.WorkManagement.OM.Task;

@@ -487,3 +487,3 @@ }

**********************************************/
export interface TaskRefreshResultQuery extends TaskRefreshResult {
export interface TaskRefreshResultQuery {
Result?: SP.WorkManagement.OM.Task;

@@ -501,5 +501,5 @@ }

/*********************************************
* TaskWriteResultMethods
* TaskWriteResultCollections
**********************************************/
export interface TaskWriteResultMethods extends TaskWriteResult {
export interface TaskWriteResultCollections {
Result?: () => SP.WorkManagement.OM.Task;

@@ -511,3 +511,3 @@ }

**********************************************/
export interface TaskWriteResultQuery extends TaskWriteResult {
export interface TaskWriteResultQuery {
Result?: SP.WorkManagement.OM.Task;

@@ -514,0 +514,0 @@ }

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

// Add the content
content.push(create.interface(name + "Methods", name, methods.join('\n')));
content.push(create.interface(name + "Query", name, queryMethods.join('\n')));
content.push(create.interface(name + "Collections", null, methods.join('\n')));
content.push(create.interface(name + "Query", null, queryMethods.join('\n')));
}

@@ -340,0 +340,0 @@ }

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

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