Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
152
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.3 to 0.4.4

50

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

export interface PotentialAction {
actions?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardActionButton> };
inputs?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardInput> };
actions?: Array<Microsoft.SharePoint.QuickActionMessageCard.MessageCardActionButton>;
inputs?: 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?: { results: Array<any> };
RecipeGuids?: Array<any>;
Title?: string;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

AlternateId?: SP.Directory.Provider.AlternateIdData;
AttributeExpirationTimes?: { results: Array<SP.KeyValue> };
AttributeExpirationTimes?: 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?: { results: Array<SP.MetadataNavigation.ConfiguredMetadataNavigationItem> };
Items?: Array<SP.MetadataNavigation.ConfiguredMetadataNavigationItem>;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ApiPath?: string;
CustomProperties?: { results: Array<SP.KeyValue> };
HttpHeaders?: { results: Array<SP.KeyValue> };
CustomProperties?: Array<SP.KeyValue>;
HttpHeaders?: 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?: { results: Array<SP.KeyValue> };
ClientIdToClickInfoMap?: Array<SP.KeyValue>;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -491,7 +491,7 @@

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

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

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

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

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

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

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

export interface PermissionCollection {
links?: { results: Array<SP.Sharing.LinkInfo> };
principals?: { results: Array<SP.Sharing.PrincipalInfo> };
siteAdmins?: { results: Array<SP.Sharing.PrincipalInfo> };
links?: Array<SP.Sharing.LinkInfo>;
principals?: Array<SP.Sharing.PrincipalInfo>;
siteAdmins?: Array<SP.Sharing.PrincipalInfo>;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -291,6 +291,6 @@ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// See if this type is a collection
if (/^Array\<.*\>$/.test(type)) {
// See if this type is a collection and this is the entity types
if (filename == "EntityTypes" && /^Array\<.*\>$/.test(type)) {
// Ensure it's a results type

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

{
"name": "gd-sprest-def",
"version": "0.4.3",
"version": "0.4.4",
"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)",

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