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 1.3.1 to 1.3.2

74

lib/Microsoft/Office/Server/Search/REST/complextypes.d.ts

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

ItemTemplateId?: string;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
ResultTitle?: string;

@@ -45,3 +45,3 @@ ResultTitleUrl?: string;

export interface ExpandedQueryParameters {
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
}

@@ -61,3 +61,3 @@

Contact?: string;
ContextConditions?: Array<Microsoft.Office.Server.Search.REST.ContextCondition>;
ContextConditions?: { results: Array<Microsoft.Office.Server.Search.REST.ContextCondition> };
CreationDate?: any;

@@ -68,4 +68,4 @@ DisplayName?: string;

LastModifiedDate?: any;
PromotedResults?: Array<Microsoft.Office.Server.Search.REST.PromotedResults>;
QueryConditions?: Array<Microsoft.Office.Server.Search.REST.QueryCondition>;
PromotedResults?: { results: Array<Microsoft.Office.Server.Search.REST.PromotedResults> };
QueryConditions?: { results: Array<Microsoft.Office.Server.Search.REST.QueryCondition> };
ReviewDate?: any;

@@ -108,3 +108,3 @@ StartDate?: any;

SubjectTermsOrigin?: string;
Terms?: Array<string>;
Terms?: { results: Array<string> };
}

@@ -123,3 +123,3 @@

export interface PromotedResultsOperationsResult {
Result?: Array<Microsoft.Office.Server.Search.REST.PromotedResultQueryRule>;
Result?: { results: Array<Microsoft.Office.Server.Search.REST.PromotedResultQueryRule> };
SearchObjectOwner?: Microsoft.Office.Server.Search.REST.SearchObjectOwnerResult;

@@ -172,5 +172,5 @@ }

export interface QueryContext {
GroupObjectIds?: Array<any>;
GroupObjectIds?: { results: Array<any> };
PortalUrl?: string;
RoleIds?: Array<any>;
RoleIds?: { results: Array<any> };
SpSiteId?: any;

@@ -193,3 +193,3 @@ SpWebId?: any;

QueryState?: number;
SearchEndpoints?: Array<Microsoft.Office.Server.Search.REST.SearchEndpoints>;
SearchEndpoints?: { results: Array<Microsoft.Office.Server.Search.REST.SearchEndpoints> };
}

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

export interface QueryResult {
CustomResults?: Array<Microsoft.Office.Server.Search.REST.CustomResult>;
CustomResults?: { results: Array<Microsoft.Office.Server.Search.REST.CustomResult> };
QueryId?: string;

@@ -263,4 +263,4 @@ QueryRuleId?: any;

ItemTemplateId?: string;
Properties?: Array<SP.KeyValue>;
Refiners?: Array<Microsoft.Office.Server.Search.REST.Refiner>;
Properties?: { results: Array<SP.KeyValue> };
Refiners?: { results: Array<Microsoft.Office.Server.Search.REST.Refiner> };
ResultTitle?: string;

@@ -281,3 +281,3 @@ ResultTitleUrl?: string;

export interface Refiner {
Entries?: Array<Microsoft.Office.Server.Search.REST.RefinerEntry>;
Entries?: { results: Array<Microsoft.Office.Server.Search.REST.RefinerEntry> };
Name?: string;

@@ -316,3 +316,3 @@ }

ItemTemplateId?: string;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
ResultTitle?: string;

@@ -339,4 +339,4 @@ ResultTitleUrl?: string;

ItemTemplateId?: string;
Properties?: Array<SP.KeyValue>;
Results?: Array<Microsoft.Office.Server.Search.REST.SpecialTermResult>;
Properties?: { results: Array<SP.KeyValue> };
Results?: { results: Array<Microsoft.Office.Server.Search.REST.SpecialTermResult> };
ResultTitle?: string;

@@ -394,3 +394,3 @@ ResultTitleUrl?: string;

Date?: string;
Report?: Array<Microsoft.Office.Server.Search.REST.ReportAbandonedQueriesData>;
Report?: { results: Array<Microsoft.Office.Server.Search.REST.ReportAbandonedQueriesData> };
}

@@ -423,3 +423,3 @@

export interface ReportAbandonedQueries {
Reports?: Array<Microsoft.Office.Server.Search.REST.ReportAbandonedQueriesItem>;
Reports?: { results: Array<Microsoft.Office.Server.Search.REST.ReportAbandonedQueriesItem> };
}

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

Date?: string;
Report?: Array<Microsoft.Office.Server.Search.REST.ReportNoResultData>;
Report?: { results: Array<Microsoft.Office.Server.Search.REST.ReportNoResultData> };
}

@@ -471,3 +471,3 @@

export interface ReportNoResultQueries {
Reports?: Array<Microsoft.Office.Server.Search.REST.ReportNoResultItem>;
Reports?: { results: Array<Microsoft.Office.Server.Search.REST.ReportNoResultItem> };
}

@@ -503,3 +503,3 @@

Date?: string;
Report?: Array<Microsoft.Office.Server.Search.REST.ReportNumberOfQueriesData>;
Report?: { results: Array<Microsoft.Office.Server.Search.REST.ReportNumberOfQueriesData> };
}

@@ -518,3 +518,3 @@

export interface ReportNumberOfQueries {
Reports?: Array<Microsoft.Office.Server.Search.REST.ReportNumberOfQueriesItem>;
Reports?: { results: Array<Microsoft.Office.Server.Search.REST.ReportNumberOfQueriesItem> };
}

@@ -558,3 +558,3 @@

Date?: string;
Report?: Array<Microsoft.Office.Server.Search.REST.ReportQueryRulesData>;
Report?: { results: Array<Microsoft.Office.Server.Search.REST.ReportQueryRulesData> };
}

@@ -573,3 +573,3 @@

export interface ReportQueryRules {
Reports?: Array<Microsoft.Office.Server.Search.REST.ReportQueryRulesItem>;
Reports?: { results: Array<Microsoft.Office.Server.Search.REST.ReportQueryRulesItem> };
}

@@ -606,3 +606,3 @@

Date?: string;
Report?: Array<Microsoft.Office.Server.Search.REST.ReportTopQueriesData>;
Report?: { results: Array<Microsoft.Office.Server.Search.REST.ReportTopQueriesData> };
}

@@ -621,3 +621,3 @@

export interface ReportTopQueries {
Reports?: Array<Microsoft.Office.Server.Search.REST.ReportTopQueriesItem>;
Reports?: { results: Array<Microsoft.Office.Server.Search.REST.ReportTopQueriesItem> };
}

@@ -668,3 +668,3 @@

HitHighlightedMultivaluePropertyLimit?: number;
HitHighlightedProperties?: Array<string>;
HitHighlightedProperties?: { results: Array<string> };
ImpressionId?: string;

@@ -676,4 +676,4 @@ MaxSnippetLength?: number;

ProcessPersonalFavorites?: boolean;
Properties?: Array<Microsoft.Office.Server.Search.REST.QueryProperty>;
PropertiesToGenerateAcronyms?: Array<string>;
Properties?: { results: Array<Microsoft.Office.Server.Search.REST.QueryProperty> };
PropertiesToGenerateAcronyms?: { results: Array<string> };
QueryTag?: string;

@@ -684,10 +684,10 @@ QueryTemplate?: string;

RankingModelId?: string;
RefinementFilters?: Array<string>;
RefinementFilters?: { results: Array<string> };
Refiners?: string;
ReorderingRules?: Array<Microsoft.SharePoint.Client.Search.Query.ReorderingRule>;
ReorderingRules?: { results: Array<Microsoft.SharePoint.Client.Search.Query.ReorderingRule> };
ResultsUrl?: string;
RowLimit?: number;
RowsPerPage?: number;
SelectProperties?: Array<string>;
SortList?: Array<Microsoft.SharePoint.Client.Search.Query.Sort>;
SelectProperties?: { results: Array<string> };
SortList?: { results: Array<Microsoft.SharePoint.Client.Search.Query.Sort> };
SourceId?: any;

@@ -718,6 +718,6 @@ StartRow?: number;

PrimaryQueryResult?: Microsoft.Office.Server.Search.REST.QueryResult;
Properties?: Array<SP.KeyValue>;
SecondaryQueryResults?: Array<Microsoft.Office.Server.Search.REST.QueryResult>;
Properties?: { results: Array<SP.KeyValue> };
SecondaryQueryResults?: { results: Array<Microsoft.Office.Server.Search.REST.QueryResult> };
SpellingSuggestion?: string;
TriggeredRules?: Array<any>;
TriggeredRules?: { results: Array<any> };
}

@@ -724,0 +724,0 @@

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

CreatedCount?: number;
CreatedTaskIdList?: Array<any>;
CreatedTaskIdList?: { results: Array<any> };
ErrorCode?: string;

@@ -30,7 +30,7 @@ ErrorMessage?: string;

DeletedCount?: number;
DeletedTaskIdList?: Array<any>;
DeletedTaskIdList?: { results: Array<any> };
ErrorCode?: string;
ErrorMessage?: string;
NotDeletedCount?: number;
NotDeletedTaskIdList?: Array<any>;
NotDeletedTaskIdList?: { results: Array<any> };
ProcessingMilliseconds?: number;

@@ -167,3 +167,3 @@ }

DisplayTitle?: string;
FolderInfoList?: Array<Microsoft.Online.SharePoint.MigrationCenter.Common.SPFolderInformation>;
FolderInfoList?: { results: Array<Microsoft.Online.SharePoint.MigrationCenter.Common.SPFolderInformation> };
ID?: any;

@@ -170,0 +170,0 @@ IsListPathUsedAsTitle?: boolean;

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

export interface PerformanceDashboardData {
BottleneckList?: Array<string>;
RecommendationList?: Array<string>;
ThroughputTrend?: Array<Microsoft.Online.SharePoint.MigrationCenter.Service.ThroughputData>;
BottleneckList?: { results: Array<string> };
RecommendationList?: { results: Array<string> };
ThroughputTrend?: { results: Array<Microsoft.Online.SharePoint.MigrationCenter.Service.ThroughputData> };
}

@@ -29,0 +29,0 @@

@@ -327,4 +327,4 @@ import { Base } from "../../../../";

export interface SecondaryAdministratorsFieldsData {
secondaryAdministratorEmails?: Array<string>;
secondaryAdministratorLoginNames?: Array<string>;
secondaryAdministratorEmails?: { results: Array<string> };
secondaryAdministratorLoginNames?: { results: Array<string> };
siteId?: any;

@@ -481,3 +481,3 @@ }

LastRefreshTimeStamp?: any;
SiteCreationData?: Array<Microsoft.Online.SharePoint.TenantAdministration.SiteCreationData>;
SiteCreationData?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.SiteCreationData> };
SyncThresholdLimit?: number;

@@ -566,3 +566,3 @@ TotalSitesCount?: number;

export interface SiteUserGroupInfo {
userGroup?: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo>;
userGroup?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo> };
}

@@ -598,6 +598,6 @@

export interface SiteUserGroupsData {
members?: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo>;
owners?: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo>;
members?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo> };
owners?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo> };
siteId?: any;
visitors?: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo>;
visitors?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.UserInfo> };
}

@@ -604,0 +604,0 @@

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

export interface GetCommentFacet {
assignees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
assignees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
commentId?: string;

@@ -92,3 +92,3 @@ isReply?: boolean;

parentCommentId?: string;
participants?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
participants?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
}

@@ -201,3 +201,3 @@

export interface GetMentionFacet {
mentionees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
mentionees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
}

@@ -287,3 +287,3 @@

export interface SharingFacet {
recipients?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
recipients?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
sharingType?: string;

@@ -303,3 +303,3 @@ }

export interface TaskCompletedFacet {
assignees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
assignees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
taskCreator?: Microsoft.SharePoint.Activities.ActivityIdentity;

@@ -319,3 +319,3 @@ }

export interface TaskCreatedFacet {
assignees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
assignees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
taskCreator?: Microsoft.SharePoint.Activities.ActivityIdentity;

@@ -335,4 +335,4 @@ }

export interface TaskReassignedFacet {
assignees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
previousAssignees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
assignees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
previousAssignees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
taskCreator?: Microsoft.SharePoint.Activities.ActivityIdentity;

@@ -352,3 +352,3 @@ }

export interface TaskReopenedFacet {
assignees?: Array<Microsoft.SharePoint.Activities.ActivityIdentity>;
assignees?: { results: Array<Microsoft.SharePoint.Activities.ActivityIdentity> };
taskCreator?: Microsoft.SharePoint.Activities.ActivityIdentity;

@@ -431,3 +431,3 @@ }

parentAuthor?: Microsoft.SharePoint.Activities.ActivityClientIdentity;
participants?: Array<Microsoft.SharePoint.Activities.ActivityClientIdentity>;
participants?: { results: Array<Microsoft.SharePoint.Activities.ActivityClientIdentity> };
}

@@ -462,3 +462,3 @@

commentContentId?: string;
mentionees?: Array<Microsoft.SharePoint.Activities.ActivityClientIdentity>;
mentionees?: { results: Array<Microsoft.SharePoint.Activities.ActivityClientIdentity> };
}

@@ -516,3 +516,3 @@

author?: Microsoft.SharePoint.Activities.ActivityClientIdentity;
revisions?: Array<Microsoft.SharePoint.Activities.RevisionInfo>;
revisions?: { results: Array<Microsoft.SharePoint.Activities.RevisionInfo> };
}

@@ -519,0 +519,0 @@

@@ -8,7 +8,7 @@ import { Base } from "../../../";

IsCreateMountPointFlow?: boolean;
MountedRemoteItemUniqueIds?: Array<any>;
MountedRemoteItemUniqueIds?: { results: Array<any> };
RemoteItemListId?: any;
RemoteItemSiteId?: any;
RemoteItemSiteUrl?: string;
RemoteItemUniqueIds?: Array<any>;
RemoteItemUniqueIds?: { results: Array<any> };
RemoteItemWebId?: any;

@@ -30,3 +30,3 @@ UserEmail?: string;

export interface NotifyChangeToMountPointsRequest {
MountPointUniqueIds?: Array<any>;
MountPointUniqueIds?: { results: Array<any> };
}

@@ -33,0 +33,0 @@

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

export interface OrgAssetsLibraryCollection {
Items?: Array<Microsoft.SharePoint.Administration.OrgAssetsLibrary>;
Items?: { results: Array<Microsoft.SharePoint.Administration.OrgAssetsLibrary> };
}

@@ -30,0 +30,0 @@

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

ExpireTime?: any;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
UserTime?: any;

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

Id?: string;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
TenantId?: any;

@@ -45,3 +45,3 @@ }

Id?: string;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
}

@@ -48,0 +48,0 @@

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

QueryPropertyValueTypeIndex?: number;
StrArray?: Array<string>;
StrArray?: { results: Array<string> };
StrVal?: string;

@@ -98,3 +98,3 @@ }

CorrelationId?: string;
Queries?: Array<Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletion>;
Queries?: { results: Array<Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletion> };
}

@@ -113,3 +113,3 @@

export interface QueryAutoCompletion {
Matches?: Array<Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletionMatch>;
Matches?: { results: Array<Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletionMatch> };
Query?: string;

@@ -161,6 +161,6 @@ Score?: number;

export interface QuerySuggestionResults {
PeopleNames?: Array<string>;
PersonalResults?: Array<Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion>;
PopularResults?: Array<Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion>;
Queries?: Array<Microsoft.SharePoint.Client.Search.Query.QuerySuggestionQuery>;
PeopleNames?: { results: Array<string> };
PersonalResults?: { results: Array<Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion> };
PopularResults?: { results: Array<Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion> };
Queries?: { results: Array<Microsoft.SharePoint.Client.Search.Query.QuerySuggestionQuery> };
}

@@ -179,4 +179,4 @@

export interface TenantCustomQuerySuggestions {
AlwaysSuggest?: Array<Microsoft.SharePoint.Client.Search.Query.CustomQuerySuggestions>;
NeverSuggest?: Array<Microsoft.SharePoint.Client.Search.Query.CustomQuerySuggestions>;
AlwaysSuggest?: { results: Array<Microsoft.SharePoint.Client.Search.Query.CustomQuerySuggestions> };
NeverSuggest?: { results: Array<Microsoft.SharePoint.Client.Search.Query.CustomQuerySuggestions> };
}

@@ -196,3 +196,3 @@

LCID?: number;
Queries?: Array<string>;
Queries?: { results: Array<string> };
}

@@ -199,0 +199,0 @@

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

export interface CommentInformation {
mentions?: Array<Microsoft.SharePoint.Comments.Client.Identity>;
mentions?: { results: Array<Microsoft.SharePoint.Comments.Client.Identity> };
text?: string;

@@ -11,0 +11,0 @@ }

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

export interface ItemsList {
items?: Array<Microsoft.SharePoint.News.DataModel.Item>;
items?: { results: Array<Microsoft.SharePoint.News.DataModel.Item> };
}

@@ -211,0 +211,0 @@

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

CacheUpdatedTime?: any;
value?: Array<Microsoft.SharePoint.Portal.ChannelInfo>;
value?: { results: Array<Microsoft.SharePoint.Portal.ChannelInfo> };
}

@@ -77,9 +77,9 @@

export interface GroupCreationContext {
ClassificationDescriptions?: Array<SP.KeyValue>;
ClassificationDescriptionsNew?: Array<SP.KeyValue>;
ClassificationExtSharingValue?: Array<SP.KeyValue>;
ClassificationPrivacyValue?: Array<SP.KeyValue>;
ClassificationDescriptions?: { results: Array<SP.KeyValue> };
ClassificationDescriptionsNew?: { results: Array<SP.KeyValue> };
ClassificationExtSharingValue?: { results: Array<SP.KeyValue> };
ClassificationPrivacyValue?: { results: Array<SP.KeyValue> };
CustomFormUrl?: string;
DataClassificationOptions?: Array<string>;
DataClassificationOptionsNew?: Array<SP.KeyValue>;
DataClassificationOptions?: { results: Array<string> };
DataClassificationOptionsNew?: { results: Array<SP.KeyValue> };
DefaultClassification?: string;

@@ -111,5 +111,5 @@ ExternalInvitationEnabled?: boolean;

Classification?: string;
CreationOptions?: Array<string>;
CreationOptions?: { results: Array<string> };
Description?: string;
Owners?: Array<string>;
Owners?: { results: Array<string> };
PreferredDataLocation?: string;

@@ -133,5 +133,5 @@ }

IsWrongPdl?: boolean;
SuggestedMembers?: Array<string>;
SuggestedOwners?: Array<string>;
UnsuggestablePrincipals?: Array<string>;
SuggestedMembers?: { results: Array<string> };
SuggestedOwners?: { results: Array<string> };
UnsuggestablePrincipals?: { results: Array<string> };
}

@@ -187,3 +187,3 @@

export interface LinkedSitesListContract {
LinkedSites?: Array<Microsoft.SharePoint.Portal.LinkedSiteContract>;
LinkedSites?: { results: Array<Microsoft.SharePoint.Portal.LinkedSiteContract> };
}

@@ -236,3 +236,3 @@

IsLastPage?: boolean;
Labels?: Array<Microsoft.SharePoint.Portal.OrgLabelsContext>;
Labels?: { results: Array<Microsoft.SharePoint.Portal.OrgLabelsContext> };
}

@@ -267,3 +267,3 @@

export interface PinToTeamParams {
tabs?: Array<Microsoft.SharePoint.Portal.M365TabItem>;
tabs?: { results: Array<Microsoft.SharePoint.Portal.M365TabItem> };
teamsId?: string;

@@ -283,4 +283,4 @@ }

export interface PinToTeamResponse {
FailedPinning?: Array<Microsoft.SharePoint.Portal.M365TabItem>;
SuccessfulPinning?: Array<Microsoft.SharePoint.Portal.M365TabItem>;
FailedPinning?: { results: Array<Microsoft.SharePoint.Portal.M365TabItem> };
SuccessfulPinning?: { results: Array<Microsoft.SharePoint.Portal.M365TabItem> };
}

@@ -302,3 +302,3 @@

joinedTeamsErrorCode?: number;
pinnedItems?: Array<Microsoft.SharePoint.ListHome.FavoriteListHomeItem>;
pinnedItems?: { results: Array<Microsoft.SharePoint.ListHome.FavoriteListHomeItem> };
pinnedItemsError?: string;

@@ -305,0 +305,0 @@ pinnedItemsErrorCode?: number;

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

export interface SharePointHomeDataCacheCollection {
Items?: Array<Microsoft.SharePoint.Portal.Home.SharePointHomeDataCache>;
Items?: { results: Array<Microsoft.SharePoint.Portal.Home.SharePointHomeDataCache> };
}

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

export interface SharePointHomePageContext {
ActiveFlights?: Array<string>;
ActiveFlights?: { results: Array<string> };
AlternateWebAppHost?: string;

@@ -85,3 +85,3 @@ ExperienceState?: number;

LoadSuiteNav?: boolean;
MicroserviceFlights?: Array<string>;
MicroserviceFlights?: { results: Array<string> };
MicroserviceUrl?: string;

@@ -88,0 +88,0 @@ MySiteUrl?: string;

@@ -29,7 +29,7 @@ import { Base } from "../../../../";

Category?: number;
ExpertiseTags?: Array<string>;
FollowedUrls?: Array<string>;
InterestTags?: Array<string>;
ExpertiseTags?: { results: Array<string> };
FollowedUrls?: { results: Array<string> };
InterestTags?: { results: Array<string> };
QueryInfoExists?: boolean;
SuggestedTags?: Array<string>;
SuggestedTags?: { results: Array<string> };
}

@@ -36,0 +36,0 @@

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

ResultStatus?: number;
suggestions?: Array<SP.Publishing.RuleResult>;
suggestions?: { results: Array<SP.Publishing.RuleResult> };
Score?: number;

@@ -74,3 +74,3 @@ ToolDetails?: Microsoft.SharePoint.Publishing.Diagnostics.ToolDetails;

PageFileName?: string;
Results?: Array<Microsoft.SharePoint.Publishing.Diagnostics.PageDiagnosticsResult>;
Results?: { results: Array<Microsoft.SharePoint.Publishing.Diagnostics.PageDiagnosticsResult> };
}

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

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

body?: string;
headers?: Array<Microsoft.SharePoint.QuickActionMessageCard.Header>;
headers?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.Header> };
hideCardOnInvoke?: string;

@@ -87,3 +87,3 @@ target?: string;

bodyContentType?: string;
headers?: Array<Microsoft.SharePoint.QuickActionMessageCard.Header>;
headers?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.Header> };
name?: string;

@@ -105,3 +105,3 @@ target?: string;

export interface MessageCardInput {
choices?: Array<Microsoft.SharePoint.QuickActionMessageCard.Choice>;
choices?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.Choice> };
id?: string;

@@ -128,4 +128,4 @@ type?: string;

originator?: string;
potentialAction?: Array<Microsoft.SharePoint.QuickActionMessageCard.PotentialAction>;
sections?: Array<Microsoft.SharePoint.QuickActionMessageCard.Section>;
potentialAction?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.PotentialAction> };
sections?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.Section> };
text?: string;

@@ -148,4 +148,4 @@ themeColor?: string;

export interface PotentialAction {
actions?: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardActionButton>;
inputs?: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardInput>;
actions?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardActionButton> };
inputs?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardInput> };
type?: string;

@@ -152,0 +152,0 @@ }

@@ -36,6 +36,6 @@ import { Base } from "../../../../";

RequiresYammerConnected?: boolean;
SiteScriptIds?: Array<any>;
SupportedWebTemplates?: Array<string>;
TargetPlatforms?: Array<string>;
TemplateFeatures?: Array<string>;
SiteScriptIds?: { results: Array<any> };
SupportedWebTemplates?: { results: Array<string> };
TargetPlatforms?: { results: Array<string> };
TemplateFeatures?: { results: Array<string> };
ThumbnailUrl?: string;

@@ -128,3 +128,3 @@ Title?: string;

IncludeBranding?: boolean;
IncludedLists?: Array<string>;
IncludedLists?: { results: Array<string> };
IncludeLinksToExportedItems?: boolean;

@@ -148,3 +148,3 @@ IncludeRegionalSettings?: boolean;

JSON?: string;
Warnings?: Array<string>;
Warnings?: { results: Array<string> };
}

@@ -219,3 +219,3 @@

export interface SPSiteScriptStatusAndSchema {
ActionStatus?: Array<Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus>;
ActionStatus?: { results: Array<Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus> };
Schema?: string;

@@ -222,0 +222,0 @@ }

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

Start?: any;
TimephasedPeriodData?: Array<PS.EngagementTimephasedPeriodCreationInformation>;
TimephasedPeriodData?: { results: Array<PS.EngagementTimephasedPeriodCreationInformation> };
Work?: string;

@@ -167,3 +167,3 @@ WorkMilliseconds?: number;

export interface EnterpriseProjectTypeCreationInformation {
DepartmentIds?: Array<any>;
DepartmentIds?: { results: Array<any> };
Description?: string;

@@ -177,3 +177,3 @@ Id?: any;

PermissionSyncEnable?: boolean;
ProjectDetailPages?: Array<PS.ProjectDetailPageCreationInformation>;
ProjectDetailPages?: { results: Array<PS.ProjectDetailPageCreationInformation> };
ProjectPlanTemplateId?: any;

@@ -326,5 +326,5 @@ SiteCreationOption?: number;

export interface LookupTableCreationInformation {
Entries?: Array<PS.LookupEntryCreationInformation>;
Entries?: { results: Array<PS.LookupEntryCreationInformation> };
Id?: any;
Masks?: Array<PS.LookupMask>;
Masks?: { results: Array<PS.LookupMask> };
Name?: string;

@@ -363,3 +363,3 @@ SortOrder?: number;

Id?: any;
Intervals?: Array<PS.PlanAssignmentIntervalCreationInformation>;
Intervals?: { results: Array<PS.PlanAssignmentIntervalCreationInformation> };
ResourceId?: any;

@@ -448,3 +448,3 @@ }

CheckInRequired?: boolean;
CustomFields?: Array<PS.StageCustomFieldCreationInformation>;
CustomFields?: { results: Array<PS.StageCustomFieldCreationInformation> };
Description?: string;

@@ -454,3 +454,3 @@ Id?: any;

PhaseId?: any;
ProjectDetailPages?: Array<PS.StageDetailPageCreationInformation>;
ProjectDetailPages?: { results: Array<PS.StageDetailPageCreationInformation> };
SubmitDescription?: string;

@@ -457,0 +457,0 @@ WorkflowStatusPageId?: any;

@@ -27,4 +27,4 @@ import { Base } from "../../../";

Id?: any;
LinkChanges?: Array<SP.Directory.Provider.LinkChange>;
PropertyChanges?: Array<SP.Directory.Provider.PropertyChange>;
LinkChanges?: { results: Array<SP.Directory.Provider.LinkChange> };
PropertyChanges?: { results: Array<SP.Directory.Provider.PropertyChange> };
}

@@ -43,5 +43,5 @@

export interface LinkChange {
Added?: Array<SP.Directory.Provider.LinkTarget>;
Added?: { results: Array<SP.Directory.Provider.LinkTarget> };
Name?: string;
Removed?: Array<SP.Directory.Provider.LinkTarget>;
Removed?: { results: Array<SP.Directory.Provider.LinkTarget> };
}

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

Value?: string;
Values?: Array<string>;
Values?: { results: Array<string> };
}

@@ -94,3 +94,3 @@

AlternateId?: SP.Directory.Provider.AlternateIdData;
AttributeExpirationTimes?: Array<SP.KeyValue>;
AttributeExpirationTimes?: { results: Array<SP.KeyValue> };
ChangeMarker?: string;

@@ -97,0 +97,0 @@ DirectoryObjectSubType?: number;

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

export interface ConfiguredMetadataNavigationItemCollection {
Items?: Array<SP.MetadataNavigation.ConfiguredMetadataNavigationItem>;
Items?: { results: Array<SP.MetadataNavigation.ConfiguredMetadataNavigationItem> };
}

@@ -11,0 +11,0 @@

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

export interface MicroBlogEntityCollection {
Items?: Array<SP.Microfeed.MicroBlogEntity>;
Items?: { results: Array<SP.Microfeed.MicroBlogEntity> };
}

@@ -94,3 +94,3 @@

export interface MicrofeedDataLinkCollection {
Items?: Array<SP.Microfeed.MicrofeedDataLink>;
Items?: { results: Array<SP.Microfeed.MicrofeedDataLink> };
}

@@ -131,3 +131,3 @@

Query?: string;
ViewFields?: Array<string>;
ViewFields?: { results: Array<string> };
ViewFieldsOnly?: boolean;

@@ -190,3 +190,3 @@ }

export interface MicrofeedPostCollection {
Items?: Array<SP.Microfeed.MicrofeedPost>;
Items?: { results: Array<SP.Microfeed.MicrofeedPost> };
}

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

ILikeIt?: boolean;
LikersList?: Array<number>;
LikersList?: { results: Array<number> };
Locked?: boolean;

@@ -260,3 +260,3 @@ MediaLink?: SP.Microfeed.MicrofeedLink;

export interface MicrofeedPostDefinitionNameCollection {
Items?: Array<string>;
Items?: { results: Array<string> };
}

@@ -280,3 +280,3 @@

MediaLink?: SP.Microfeed.MicrofeedLink;
PeopleList?: Array<string>;
PeopleList?: { results: Array<string> };
PostSource?: string;

@@ -309,3 +309,3 @@ PostSourceUri?: string;

OlderThan?: any;
PostDefinitionFilter?: Array<string>;
PostDefinitionFilter?: { results: Array<string> };
ResultSortOrder?: number;

@@ -329,3 +329,3 @@ ThreadCount?: number;

OldestProcessed?: any;
Items?: Array<SP.Microfeed.MicrofeedThread>;
Items?: { results: Array<SP.Microfeed.MicrofeedThread> };
}

@@ -348,3 +348,3 @@

CanReply?: boolean;
DataLinks?: Array<SP.Microfeed.MicrofeedDataLink>;
DataLinks?: { results: Array<SP.Microfeed.MicrofeedDataLink> };
DefinitionId?: number;

@@ -354,3 +354,3 @@ DefinitionName?: string;

Locked?: boolean;
MicrofeedEntities?: Array<SP.Microfeed.MicroBlogEntity>;
MicrofeedEntities?: { results: Array<SP.Microfeed.MicroBlogEntity> };
OwnerIndex?: number;

@@ -378,3 +378,3 @@ RefReply?: SP.Microfeed.MicrofeedPost;

export interface MicrofeedUserPostCollection {
Items?: Array<SP.Microfeed.MicrofeedUserPosts>;
Items?: { results: Array<SP.Microfeed.MicrofeedUserPosts> };
}

@@ -381,0 +381,0 @@

@@ -9,4 +9,4 @@ import { Base } from "../../";

ApiPath?: string;
CustomProperties?: Array<SP.KeyValue>;
HttpHeaders?: Array<SP.KeyValue>;
CustomProperties?: { results: Array<SP.KeyValue> };
HttpHeaders?: { results: Array<SP.KeyValue> };
MicroServiceName?: string;

@@ -13,0 +13,0 @@ RequestType?: number;

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

BasePageCorrelationId?: string;
ClientIdToClickInfoMap?: Array<SP.KeyValue>;
ClientIdToClickInfoMap?: { results: Array<SP.KeyValue> };
}

@@ -12,0 +12,0 @@

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

export interface Error {
Details?: Array<string>;
Details?: { results: Array<string> };
}

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

export interface SitePageFieldsData {
AuthorByline?: Array<string>;
AuthorByline?: { results: Array<string> };
BannerImageUrl?: string;

@@ -160,4 +160,4 @@ CallToAction?: string;

export interface ItemViewsAnalyticsData {
Days?: Array<SP.Publishing.TimeFrameStatistics>;
Months?: Array<SP.Publishing.TimeFrameStatistics>;
Days?: { results: Array<SP.Publishing.TimeFrameStatistics> };
Months?: { results: Array<SP.Publishing.TimeFrameStatistics> };
}

@@ -261,3 +261,3 @@

export interface PersonMagazineUserProfileDirectsData {
DirectReports?: Array<SP.Publishing.PersonMagazineUserProfile>;
DirectReports?: { results: Array<SP.Publishing.PersonMagazineUserProfile> };
}

@@ -282,3 +282,3 @@

Birthday?: string;
DateTimeCustomProperties?: Array<SP.Publishing.DateTimeCustomProperty>;
DateTimeCustomProperties?: { results: Array<SP.Publishing.DateTimeCustomProperty> };
DepartmentName?: string;

@@ -298,3 +298,3 @@ DisplayName?: string;

PastProjects?: string;
PersonTypeCustomProperties?: Array<SP.Publishing.PersonCustomProperty>;
PersonTypeCustomProperties?: { results: Array<SP.Publishing.PersonCustomProperty> };
Phone?: string;

@@ -308,3 +308,3 @@ PictureUrl?: string;

SpsJobTitle?: string;
StringCustomProperties?: Array<SP.KeyValue>;
StringCustomProperties?: { results: Array<SP.KeyValue> };
Title?: string;

@@ -325,3 +325,3 @@ UserName?: string;

export interface PersonMagazineUserProfileData {
ManagerChain?: Array<SP.Publishing.PersonMagazineUserProfile>;
ManagerChain?: { results: Array<SP.Publishing.PersonMagazineUserProfile> };
Primary?: SP.Publishing.PersonMagazineUserProfile;

@@ -358,3 +358,3 @@ }

export interface PortalHealthStatus {
Details?: Array<SP.Publishing.PortalHealthStatusDetails>;
Details?: { results: Array<SP.Publishing.PortalHealthStatusDetails> };
Status?: number;

@@ -389,3 +389,3 @@ }

export interface ProfileDirectsData {
DirectReports?: Array<SP.Publishing.ProfileCoreProperties>;
DirectReports?: { results: Array<SP.Publishing.ProfileCoreProperties> };
}

@@ -404,3 +404,3 @@

export interface ProfileData {
ManagerChain?: Array<SP.Publishing.ProfileCoreProperties>;
ManagerChain?: { results: Array<SP.Publishing.ProfileCoreProperties> };
Primary?: SP.Publishing.PersonMagazineUserProfile;

@@ -529,4 +529,4 @@ }

export interface RuleErrorDetails {
errorHeaders?: Array<string>;
errors?: Array<SP.Publishing.Error>;
errorHeaders?: { results: Array<string> };
errors?: { results: Array<SP.Publishing.Error> };
}

@@ -567,3 +567,3 @@

message?: string;
recipientEmails?: Array<string>;
recipientEmails?: { results: Array<string> };
}

@@ -628,7 +628,7 @@

export interface TaxonomicProperties {
Interest?: Array<SP.Publishing.PropertyValue>;
PastProjects?: Array<SP.Publishing.PropertyValue>;
Responsibilities?: Array<SP.Publishing.PropertyValue>;
Schools?: Array<SP.Publishing.PropertyValue>;
Skills?: Array<SP.Publishing.PropertyValue>;
Interest?: { results: Array<SP.Publishing.PropertyValue> };
PastProjects?: { results: Array<SP.Publishing.PropertyValue> };
Responsibilities?: { results: Array<SP.Publishing.PropertyValue> };
Schools?: { results: Array<SP.Publishing.PropertyValue> };
Skills?: { results: Array<SP.Publishing.PropertyValue> };
}

@@ -635,0 +635,0 @@

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

NewSiteUrl?: string;
OwnersAndEditors?: Array<SP.KeyValue>;
OwnersAndEditors?: { results: Array<SP.KeyValue> };
PauseAtWave?: number;

@@ -53,3 +53,3 @@ RedirectionType?: number;

WaveOverrideUsers?: string;
Waves?: Array<SP.Publishing.PortalLaunch.PortalLaunchWave>;
Waves?: { results: Array<SP.Publishing.PortalLaunch.PortalLaunchWave> };
}

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

export interface PortalLaunchWave {
Groups?: Array<SP.Publishing.PortalLaunch.PortalLaunchWaveGroup>;
Groups?: { results: Array<SP.Publishing.PortalLaunch.PortalLaunchWaveGroup> };
LaunchDateUtc?: any;

@@ -71,0 +71,0 @@ Name?: string;

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

linkDetails?: SP.SharingLinkInfo;
linkMembers?: Array<SP.Sharing.Principal>;
linkMembers?: { results: Array<SP.Sharing.Principal> };
}

@@ -182,3 +182,3 @@

hasUniqueRoleAssignmentsForList?: boolean;
principals?: Array<SP.Sharing.Principal>;
principals?: { results: Array<SP.Sharing.Principal> };
}

@@ -198,5 +198,5 @@

hasInheritedLinks?: boolean;
links?: Array<SP.Sharing.LinkInfo>;
principals?: Array<SP.Sharing.PrincipalInfo>;
siteAdmins?: Array<SP.Sharing.PrincipalInfo>;
links?: { results: Array<SP.Sharing.LinkInfo> };
principals?: { results: Array<SP.Sharing.PrincipalInfo> };
siteAdmins?: { results: Array<SP.Sharing.PrincipalInfo> };
}

@@ -286,3 +286,3 @@

expiration?: string;
inviteesToRemove?: Array<SP.Sharing.Principal>;
inviteesToRemove?: { results: Array<SP.Sharing.Principal> };
limitUseToApplication?: boolean;

@@ -434,3 +434,3 @@ linkKind?: number;

export interface SharingLinkDefaultTemplatesCollection {
templates?: Array<SP.Sharing.SharingLinkDefaultTemplate>;
templates?: { results: Array<SP.Sharing.SharingLinkDefaultTemplate> };
}

@@ -566,3 +566,3 @@

export interface UserSharingResult {
AllowedRoles?: Array<number>;
AllowedRoles?: { results: Array<number> };
CurrentRole?: number;

@@ -569,0 +569,0 @@ DisplayName?: string;

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

export interface SocialDataOverlay {
ActorIndexes?: Array<number>;
ActorIndexes?: { results: Array<number> };
Index?: number;

@@ -174,3 +174,3 @@ Length?: number;

OldestProcessed?: any;
Threads?: Array<SP.Social.SocialThread>;
Threads?: { results: Array<SP.Social.SocialThread> };
UnreadMentionCount?: number;

@@ -190,3 +190,3 @@ }

export interface SocialThread {
Actors?: Array<SP.Social.SocialActor>;
Actors?: { results: Array<SP.Social.SocialActor> };
Attributes?: number;

@@ -197,3 +197,3 @@ Id?: string;

PostReference?: SP.Social.SocialPostReference;
Replies?: Array<SP.Social.SocialPost>;
Replies?: { results: Array<SP.Social.SocialPost> };
RootPost?: SP.Social.SocialPost;

@@ -240,3 +240,3 @@ Status?: number;

ModifiedTime?: any;
Overlays?: Array<SP.Social.SocialDataOverlay>;
Overlays?: { results: Array<SP.Social.SocialDataOverlay> };
PostType?: number;

@@ -260,3 +260,3 @@ PreferredImageUri?: string;

IncludesCurrentUser?: boolean;
Indexes?: Array<number>;
Indexes?: { results: Array<number> };
TotalCount?: number;

@@ -292,6 +292,6 @@ }

Attachment?: SP.Social.SocialAttachment;
ContentItems?: Array<SP.Social.SocialDataItem>;
ContentItems?: { results: Array<SP.Social.SocialDataItem> };
ContentText?: string;
DefinitionData?: SP.Social.SocialPostDefinitionData;
SecurityUris?: Array<string>;
SecurityUris?: { results: Array<string> };
Source?: SP.Social.SocialLink;

@@ -312,3 +312,3 @@ UpdateStatusText?: boolean;

export interface SocialPostDefinitionData {
Items?: Array<SP.Social.SocialPostDefinitionDataItem>;
Items?: { results: Array<SP.Social.SocialPostDefinitionDataItem> };
Name?: string;

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

@@ -27,4 +27,4 @@ import { Base } from "../../../";

export interface ContentTypeSyndicationResult {
FailedContentTypeErrors?: Array<string>;
FailedContentTypeIDs?: Array<string>;
FailedContentTypeErrors?: { results: Array<string> };
FailedContentTypeIDs?: { results: Array<string> };
FailedReason?: number;

@@ -31,0 +31,0 @@ IsPassed?: boolean;

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

LastRecordId?: number;
Properties?: Array<SP.UserProfiles.CrossGeoSyncUserProperty>;
Properties?: { results: Array<SP.UserProfiles.CrossGeoSyncUserProperty> };
}

@@ -44,3 +44,3 @@

export interface FollowedItem {
Data?: Array<SP.KeyValue>;
Data?: { results: Array<SP.KeyValue> };
FileType?: string;

@@ -47,0 +47,0 @@ FileTypeProgid?: string;

@@ -8,9 +8,9 @@ import { Base } from "../../";

export interface EmailProperties {
AdditionalHeaders?: Array<SP.KeyValue>;
BCC?: Array<string>;
AdditionalHeaders?: { results: Array<SP.KeyValue> };
BCC?: { results: Array<string> };
Body?: string;
CC?: Array<string>;
CC?: { results: Array<string> };
From?: string;
Subject?: string;
To?: Array<string>;
To?: { results: Array<string> };
}

@@ -107,3 +107,3 @@

Action?: string;
UrlsByExt?: Array<SP.Utilities.WebAppExtUrlPair>;
UrlsByExt?: { results: Array<SP.Utilities.WebAppExtUrlPair> };
}

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

BootstrapperUrl?: string;
ListByAction?: Array<SP.Utilities.WebAppUrlsByAction>;
ListByAction?: { results: Array<SP.Utilities.WebAppUrlsByAction> };
}

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

hideDefaultThemes?: boolean;
themePreviews?: Array<SP.Utilities.JsonTheme>;
themePreviews?: { results: Array<SP.Utilities.JsonTheme> };
}

@@ -173,0 +173,0 @@

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

export interface TileData {
BackgroundCollageImageLocations?: Array<string>;
BackgroundCollageImageLocations?: { results: Array<string> };
BackgroundImageLocation?: string;

@@ -10,0 +10,0 @@ BackgroundImageRendersAsIcon?: boolean;

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

// See if this type is a collection and this is the entity types
if (filename == "EntityTypes" && /^Array\<.*\>$/.test(type)) {
if(propName == "Cells") {
console.log(propName);
console.log(type);
}
// See if this type is a collection and this is the complex or entity types
if ((filename == "ComplexTypes" || filename == "EntityTypes") && /^Array\<.*\>$/.test(type)) {
// Ensure it's a results type

@@ -1128,0 +1132,0 @@ type = "{ results: " + type + " }";

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

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