Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest-def - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

50

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

@@ -26,3 +26,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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;

@@ -189,3 +189,3 @@ }

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

@@ -237,3 +237,3 @@

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

@@ -259,4 +259,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;

@@ -277,3 +277,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;

@@ -312,3 +312,3 @@ }

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

@@ -335,4 +335,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;

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

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

@@ -397,4 +397,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;

@@ -405,10 +405,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;

@@ -439,6 +439,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> };
}

@@ -445,0 +445,0 @@

@@ -7,4 +7,4 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../../";

export interface GeoCredentials {
AltDatabaseCredentials?: Array<string>;
FarmCredentials?: Array<string>;
AltDatabaseCredentials?: { results: Array<string> };
FarmCredentials?: { results: Array<string> };
FarmCredentialsExpirationTime?: any;

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

@@ -23,3 +23,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../";

message?: string;
siteIds?: Array<string>;
siteIds?: { results: Array<string> };
subject?: string;

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

message?: string;
siteIds?: Array<any>;
siteIds?: { results: Array<any> };
subject?: string;

@@ -267,4 +267,4 @@ }

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

@@ -271,0 +271,0 @@ }

@@ -62,3 +62,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../";

LogoUrl?: string;
Permissions?: Array<Microsoft.Online.SharePoint.TenantAdministration.HubSitePermission>;
Permissions?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.HubSitePermission> };
RequiresJoinApproval?: boolean;

@@ -426,3 +426,3 @@ SiteDesignId?: any;

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
Items?: Array<Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplate>;
Items?: { results: Array<Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplate> };
}

@@ -442,4 +442,4 @@

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
FailedSiteIds?: Array<string>;
SucceededSiteIds?: Array<string>;
FailedSiteIds?: { results: Array<string> };
SucceededSiteIds?: { results: Array<string> };
}

@@ -513,3 +513,3 @@

AutoQuotaEnabled?: Microsoft.Online.SharePoint.TenantAdministration.AutoQuotaEnabled;
AvailableManagedPathsForSiteCreation?: Array<string>;
AvailableManagedPathsForSiteCreation?: { results: Array<string> };
CustomFormUrl?: Microsoft.Online.SharePoint.TenantAdministration.CustomFormUrl;

@@ -605,3 +605,3 @@ DisableGroupify?: Microsoft.Online.SharePoint.TenantAdministration.DisableGroupify;

AllowDownloadingNonWebViewableFiles?: boolean;
AllowedDomainListForSyncClient?: Array<any>;
AllowedDomainListForSyncClient?: { results: Array<any> };
AllowEditing?: boolean;

@@ -623,7 +623,7 @@ AllowLimitedAccessOnUnmanagedDevices?: boolean;

ConditionalAccessPolicy?: number;
ContentTypeSyncSiteTemplatesList?: Array<string>;
ContentTypeSyncSiteTemplatesList?: { results: Array<string> };
CustomizedExternalSharingServiceUrl?: string;
DefaultLinkPermission?: number;
DefaultSharingLinkType?: number;
DisabledWebPartIds?: Array<any>;
DisabledWebPartIds?: { results: Array<any> };
DisableReportProblemDialog?: boolean;

@@ -639,3 +639,3 @@ DisallowInfectedFileDownload?: boolean;

EnableMinimumVersionRequirement?: boolean;
ExcludedFileExtensionsForSyncClient?: Array<string>;
ExcludedFileExtensionsForSyncClient?: { results: Array<string> };
ExternalServicesEnabled?: boolean;

@@ -657,3 +657,3 @@ FileAnonymousLinkType?: number;

LimitedAccessFileType?: number;
ManagedPathsForSiteCreation?: Array<string>;
ManagedPathsForSiteCreation?: { results: Array<string> };
MarkNewFilesSensitiveByDefault?: number;

@@ -682,3 +682,3 @@ MobileFriendlyUrlEnabledInTenant?: boolean;

PublicCdnEnabled?: boolean;
PublicCdnOrigins?: Array<string>;
PublicCdnOrigins?: { results: Array<string> };
RequireAcceptingAccountMatchInvitedAccount?: boolean;

@@ -685,0 +685,0 @@ RequireAnonymousLinksExpireInDays?: number;

@@ -216,3 +216,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../../";

AppId?: string;
ReplyUrls?: Array<string>;
ReplyUrls?: { results: Array<string> };
}

@@ -219,0 +219,0 @@

@@ -109,5 +109,5 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../";

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

@@ -181,3 +181,3 @@

AllowDownloadingNonWebViewableFiles?: boolean;
AllowedDomainListForSyncClient?: Array<any>;
AllowedDomainListForSyncClient?: { results: Array<any> };
AllowEditing?: boolean;

@@ -198,3 +198,3 @@ AllowLimitedAccessOnUnmanagedDevices?: boolean;

ConditionalAccessPolicy?: number;
ContentTypeSyncSiteTemplatesList?: Array<string>;
ContentTypeSyncSiteTemplatesList?: { results: Array<string> };
CustomizedExternalSharingServiceUrl?: string;

@@ -208,3 +208,3 @@ DefaultLinkPermission?: number;

EnableGuestSignInAcceleration?: boolean;
ExcludedFileExtensionsForSyncClient?: Array<string>;
ExcludedFileExtensionsForSyncClient?: { results: Array<string> };
ExternalServicesEnabled?: boolean;

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

PublicCdnEnabled?: boolean;
PublicCdnOrigins?: Array<string>;
PublicCdnOrigins?: { results: Array<string> };
RequireAcceptingAccountMatchInvitedAccount?: boolean;

@@ -331,4 +331,4 @@ RequireAnonymousLinksExpireInDays?: number;

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
RemoveFailed?: Array<string>;
RemoveSucceeded?: Array<string>;
RemoveFailed?: { results: Array<string> };
RemoveSucceeded?: { results: Array<string> };
}

@@ -363,3 +363,3 @@

Name?: string;
Palette?: Array<SP.KeyValue>;
Palette?: { results: Array<SP.KeyValue> };
}

@@ -366,0 +366,0 @@

@@ -69,3 +69,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

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

@@ -174,3 +174,3 @@

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

@@ -260,3 +260,3 @@

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

@@ -339,3 +339,3 @@ }

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

@@ -370,3 +370,3 @@

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

@@ -424,3 +424,3 @@

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

@@ -427,0 +427,0 @@

@@ -9,3 +9,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

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

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

@@ -11,3 +11,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 @@

@@ -48,3 +48,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../../";

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

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

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

@@ -84,3 +84,3 @@ Score?: number;

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

@@ -130,6 +130,6 @@ }

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> };
}

@@ -136,0 +136,0 @@

@@ -45,3 +45,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../../";

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
Items?: Array<string>;
Items?: { results: Array<string> };
}

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

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
Items?: Array<Microsoft.SharePoint.Client.Search.Query.ReorderingRule>;
Items?: { results: Array<Microsoft.SharePoint.Client.Search.Query.ReorderingRule> };
}

@@ -277,3 +277,3 @@

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
Items?: Array<Microsoft.SharePoint.Client.Search.Query.Sort>;
Items?: { results: Array<Microsoft.SharePoint.Client.Search.Query.Sort> };
}

@@ -280,0 +280,0 @@

@@ -8,3 +8,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 @@ }

@@ -52,3 +52,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

listId?: any;
mentions?: Array<Microsoft.SharePoint.Comments.Client.Identity>;
mentions?: { results: Array<Microsoft.SharePoint.Comments.Client.Identity> };
parentId?: string;

@@ -55,0 +55,0 @@ relativeCreatedDate?: string;

@@ -27,8 +27,8 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

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

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

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

@@ -74,5 +74,5 @@

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

@@ -128,3 +128,3 @@

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

@@ -131,0 +131,0 @@

@@ -348,3 +348,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

Payload?: string;
Urls?: Array<string>;
Urls?: { results: Array<string> };
}

@@ -351,0 +351,0 @@

@@ -8,3 +8,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 @@

@@ -56,3 +56,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../";

export interface SharedWithMeDocument {
Authors?: Array<Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser>;
Authors?: { results: Array<Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser> };
CallerStack?: string;

@@ -65,3 +65,3 @@ ChildCount?: number;

DocId?: string;
Editors?: Array<Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser>;
Editors?: { results: Array<Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser> };
Extension?: string;

@@ -90,3 +90,3 @@ FileLeafRef?: string;

SharedDateTimeUTC?: any;
SharedWithInternal?: Array<Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser>;
SharedWithInternal?: { results: Array<Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser> };
SiteId?: string;

@@ -93,0 +93,0 @@ SiteUrl?: string;

@@ -67,3 +67,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../";

export interface MultiValueStringCustomProperty {
Value?: Array<string>;
Value?: { results: Array<string> };
}

@@ -70,0 +70,0 @@

@@ -9,3 +9,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 @@ }

@@ -13,3 +13,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../../";

PreviewImageUrl?: string;
RecipeGuids?: Array<any>;
RecipeGuids?: { results: Array<any> };
Title?: string;

@@ -82,3 +82,3 @@ Version?: number;

PreviewImageUrl?: string;
SiteScriptIds?: Array<any>;
SiteScriptIds?: { results: Array<any> };
Title?: string;

@@ -220,3 +220,3 @@ WebTemplate?: string;

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

@@ -223,0 +223,0 @@ }

@@ -23,3 +23,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

RequireJsScriptBlock?: string;
ScenarioMapping?: Array<SP.KeyValue>;
ScenarioMapping?: { results: Array<SP.KeyValue> };
}

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

@@ -144,3 +144,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../";

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

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

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

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

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

@@ -340,5 +340,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;

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

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

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

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

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

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

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

@@ -39,3 +39,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../../";

Hash?: string;
ID?: Array<SP.KeyValue>;
ID?: { results: Array<SP.KeyValue> };
}

@@ -42,0 +42,0 @@

@@ -24,3 +24,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../";

export interface SimpleDataRow {
Cells?: Array<SP.KeyValue>;
Cells?: { results: Array<SP.KeyValue> };
}

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

export interface SimpleDataTable {
Rows?: Array<SP.SimpleDataRow>;
Rows?: { results: Array<SP.SimpleDataRow> };
}

@@ -56,3 +56,3 @@

Name?: string;
Parameters?: Array<SP.ParameterInformation>;
Parameters?: { results: Array<SP.ParameterInformation> };
ReturnTypeFullName?: string;

@@ -162,3 +162,3 @@ }

export interface CreatableItemInfoCollection {
Items?: Array<SP.CreatableItemInfo>;
Items?: { results: Array<SP.CreatableItemInfo> };
}

@@ -193,3 +193,3 @@

export interface CurrencyInformationCollection {
Items?: Array<SP.CurrencyInformation>;
Items?: { results: Array<SP.CurrencyInformation> };
}

@@ -271,3 +271,3 @@

export interface MenuNode {
CustomProperties?: Array<SP.KeyValue>;
CustomProperties?: { results: Array<SP.KeyValue> };
FriendlyUrlSegment?: string;

@@ -277,3 +277,3 @@ IsDeleted?: boolean;

Key?: string;
Nodes?: Array<SP.MenuNode>;
Nodes?: { results: Array<SP.MenuNode> };
NodeType?: number;

@@ -296,3 +296,3 @@ SimpleUrl?: string;

FriendlyUrlPrefix?: string;
Nodes?: Array<SP.MenuNode>;
Nodes?: { results: Array<SP.MenuNode> };
SimpleUrl?: string;

@@ -367,3 +367,3 @@ SPSitePrefix?: string;

export interface SharedWithUserCollection {
Items?: Array<SP.SharedWithUser>;
Items?: { results: Array<SP.SharedWithUser> };
}

@@ -435,3 +435,3 @@

HasExternalGuestInvitees?: boolean;
Invitations?: Array<SP.Sharing.LinkInvitation>;
Invitations?: { results: Array<SP.Sharing.LinkInvitation> };
IsActive?: boolean;

@@ -491,3 +491,3 @@ IsCreateOnlyLink?: boolean;

Filter?: string;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
Status?: number;

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

export interface AppLicenseCollection {
Items?: Array<SP.AppLicense>;
Items?: { results: Array<SP.AppLicense> };
}

@@ -743,3 +743,3 @@

SiteFullUrl?: string;
SupportedSchemaVersions?: Array<string>;
SupportedSchemaVersions?: { results: Array<string> };
WebFullUrl?: string;

@@ -760,3 +760,3 @@ }

JobState?: number;
Logs?: Array<string>;
Logs?: { results: Array<string> };
}

@@ -778,3 +778,3 @@

JobQueueUri?: string;
SourceListItemUniqueIds?: Array<any>;
SourceListItemUniqueIds?: { results: Array<any> };
}

@@ -811,3 +811,3 @@

export interface CustomActionElementCollection {
Items?: Array<SP.CustomActionElement>;
Items?: { results: Array<SP.CustomActionElement> };
}

@@ -971,3 +971,3 @@

export interface FieldCreationInformation {
Choices?: Array<string>;
Choices?: { results: Array<string> };
IsCompactName?: boolean;

@@ -1171,3 +1171,3 @@ LookupFieldName?: string;

CustomSchemaXml?: string;
DataSourceProperties?: Array<SP.KeyValue>;
DataSourceProperties?: { results: Array<SP.KeyValue> };
Description?: string;

@@ -1193,3 +1193,3 @@ DocumentTemplateType?: number;

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

@@ -1208,3 +1208,3 @@

export interface ListDataValidationExceptionValue {
FieldFailures?: Array<SP.ListDataValidationFailure>;
FieldFailures?: { results: Array<SP.ListDataValidationFailure> };
ItemFailure?: SP.ListDataValidationFailure;

@@ -1760,3 +1760,3 @@ }

Title?: string;
ViewFields?: Array<string>;
ViewFields?: { results: Array<string> };
ViewTypeKind?: number;

@@ -1809,3 +1809,3 @@ }

BackgroundColor?: string;
Fields?: Array<SP.VisualizationField>;
Fields?: { results: Array<SP.VisualizationField> };
MinHeight?: string;

@@ -1883,3 +1883,3 @@ }

Body?: string;
Headers?: Array<SP.KeyValue>;
Headers?: { results: Array<SP.KeyValue> };
Method?: string;

@@ -1901,3 +1901,3 @@ Url?: string;

Body?: string;
Headers?: Array<SP.KeyValue>;
Headers?: { results: Array<SP.KeyValue> };
StatusCode?: number;

@@ -1904,0 +1904,0 @@ }

@@ -7,6 +7,6 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

export interface PolicyEvaluationInfo {
ApplicablePolicies?: Array<string>;
ApplicablePolicies?: { results: Array<string> };
DlpAccessScope?: number;
MatchedRules?: Array<string>;
OverriddenRules?: Array<string>;
MatchedRules?: { results: Array<string> };
OverriddenRules?: { results: Array<string> };
}

@@ -13,0 +13,0 @@

@@ -137,4 +137,4 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

siteUrl?: string;
teamsResources?: Array<SP.KeyValue>;
yammerResources?: Array<SP.KeyValue>;
teamsResources?: { results: Array<SP.KeyValue> };
yammerResources?: { results: Array<SP.KeyValue> };
}

@@ -228,3 +228,3 @@

id?: any;
interests?: Array<string>;
interests?: { results: Array<string> };
mail?: string;

@@ -234,8 +234,8 @@ mySite?: string;

officeGraphEnabled?: boolean;
pastProjects?: Array<string>;
pastProjects?: { results: Array<string> };
pointPublishingPersonalSiteUrl?: string;
preferredName?: string;
principalName?: string;
responsibilities?: Array<string>;
schools?: Array<string>;
responsibilities?: { results: Array<string> };
schools?: { results: Array<string> };
sharePointContentBarViewsTeachingBubble?: boolean;

@@ -259,4 +259,4 @@ sharePointConversationsLinkFirstRun?: boolean;

sharePointTeamsTeachingBubble?: boolean;
skills?: Array<string>;
tags?: Array<string>;
skills?: { results: Array<string> };
tags?: { results: Array<string> };
tenantInstanceId?: any;

@@ -351,3 +351,3 @@ userType?: string;

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
GroupsList?: Array<any>;
GroupsList?: { results: Array<any> };
}

@@ -366,3 +366,3 @@

export interface MembersInfo {
MemberNames?: Array<string>;
MemberNames?: { results: Array<string> };
TotalCount?: number;

@@ -369,0 +369,0 @@ }

@@ -27,4 +27,4 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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

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

@@ -8,3 +8,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 @@

@@ -192,3 +192,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

Created?: any;
Data?: Array<SP.KeyValue>;
Data?: { results: Array<SP.KeyValue> };
DefinitionId?: number;

@@ -332,3 +332,3 @@ ItemType?: number;

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
Items?: Array<SP.Microfeed.MicrofeedPostOptions>;
Items?: { results: Array<SP.Microfeed.MicrofeedPostOptions> };
}

@@ -335,0 +335,0 @@

@@ -9,4 +9,4 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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

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

@@ -70,4 +70,4 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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> };
}

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

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

@@ -192,3 +192,3 @@

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

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

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

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

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

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

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

@@ -266,3 +266,3 @@ }

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

@@ -281,3 +281,3 @@

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

@@ -406,3 +406,3 @@ }

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

@@ -444,3 +444,3 @@ CanvasContent1?: string;

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

@@ -491,7 +491,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> };
}

@@ -498,0 +498,0 @@

@@ -148,3 +148,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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

@@ -164,3 +164,3 @@

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

@@ -179,5 +179,5 @@

export interface PermissionCollection {
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> };
}

@@ -266,3 +266,3 @@

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

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

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

@@ -515,3 +515,3 @@

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

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

@@ -11,3 +11,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

PassedCount?: number;
Results?: Array<SP.SiteHealth.SiteHealthResult>;
Results?: { results: Array<SP.SiteHealth.SiteHealthResult> };
}

@@ -14,0 +14,0 @@

@@ -116,3 +116,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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

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

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

@@ -189,3 +189,3 @@ }

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

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

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

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

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

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

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

@@ -291,6 +291,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;

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

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

@@ -314,0 +314,0 @@ }

@@ -10,3 +10,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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;

@@ -106,3 +106,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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

@@ -122,3 +122,3 @@

Id4a81de82eeb94d6080ea5bf63e27023a?: string;
Items?: Array<SP.UserProfiles.HashTag>;
Items?: { results: Array<SP.UserProfiles.HashTag> };
}

@@ -307,10 +307,10 @@

AccountName?: string;
DirectReports?: Array<string>;
DirectReports?: { results: Array<string> };
DisplayName?: string;
Email?: string;
ExtendedManagers?: Array<string>;
ExtendedReports?: Array<string>;
ExtendedManagers?: { results: Array<string> };
ExtendedReports?: { results: Array<string> };
IsFollowed?: boolean;
LatestPost?: string;
Peers?: Array<string>;
Peers?: { results: Array<string> };
PersonalSiteHostUrl?: string;

@@ -320,3 +320,3 @@ PersonalUrl?: string;

Title?: string;
UserProfileProperties?: Array<SP.KeyValue>;
UserProfileProperties?: { results: Array<SP.KeyValue> };
UserUrl?: string;

@@ -323,0 +323,0 @@ }

@@ -8,9 +8,9 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } 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 @@

@@ -98,3 +98,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

export interface SpotlightResult {
Order?: Array<number>;
Order?: { results: Array<number> };
ResultCode?: number;

@@ -101,0 +101,0 @@ }

@@ -7,3 +7,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

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

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

@@ -50,3 +50,3 @@ import { IBaseCollection, IBaseExecution, IBaseQuery, IBaseResult, IBaseResults } from "../../";

InitiationUrl?: string;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
Published?: boolean;

@@ -185,3 +185,3 @@ RequiresAssociationForm?: boolean;

LastUpdated?: any;
Properties?: Array<SP.KeyValue>;
Properties?: { results: Array<SP.KeyValue> };
Status?: number;

@@ -466,3 +466,3 @@ UserStatus?: string;

EventSourceId?: any;
EventTypes?: Array<string>;
EventTypes?: { results: Array<string> };
Id?: any;

@@ -472,3 +472,3 @@ ManualStartBypassesActivationLimit?: boolean;

ParentContentTypeId?: string;
PropertyDefinitions?: Array<SP.KeyValue>;
PropertyDefinitions?: { results: Array<SP.KeyValue> };
StatusFieldName?: string;

@@ -475,0 +475,0 @@ }

@@ -639,2 +639,8 @@ let fs = require("fs");

// See if this type is a collection
if (/^Array\<.*\>$/.test(type)) {
// Ensure it's a results type
type = "{ results: " + type + " }";
}
// Add the variable

@@ -641,0 +647,0 @@ variables.push('\t' + propName + '?: ' + type + ';');

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

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