gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
1,890 lines (1,561 loc) • 114 kB
TypeScript
import { Base } from "../";
import { SP } from "../";
import { Microsoft } from "../";
/*********************************************
* KeyValue
**********************************************/
export interface KeyValue {
Key?: string;
Value?: string;
ValueType?: string;
}
/*********************************************
* KeyValueCollections
**********************************************/
export interface KeyValueCollections {
}
/*********************************************
* SimpleDataRow
**********************************************/
export interface SimpleDataRow {
Cells?: { results: Array<SP.KeyValue> };
}
/*********************************************
* SimpleDataRowCollections
**********************************************/
export interface SimpleDataRowCollections {
}
/*********************************************
* SimpleDataTable
**********************************************/
export interface SimpleDataTable {
Rows?: { results: Array<SP.SimpleDataRow> };
}
/*********************************************
* SimpleDataTableCollections
**********************************************/
export interface SimpleDataTableCollections {
}
/*********************************************
* MethodInformation
**********************************************/
export interface MethodInformation {
IsBeta?: boolean;
Name?: string;
Parameters?: { results: Array<SP.ParameterInformation> };
ReturnTypeFullName?: string;
}
/*********************************************
* MethodInformationCollections
**********************************************/
export interface MethodInformationCollections {
}
/*********************************************
* ParameterInformation
**********************************************/
export interface ParameterInformation {
Name?: string;
ParameterTypeFullName?: string;
}
/*********************************************
* ParameterInformationCollections
**********************************************/
export interface ParameterInformationCollections {
}
/*********************************************
* PropertyInformation
**********************************************/
export interface PropertyInformation {
ExcludeFromDefaultRetrieval?: boolean;
IsBeta?: boolean;
Name?: string;
PropertyTypeFullName?: string;
ReadOnly?: boolean;
}
/*********************************************
* PropertyInformationCollections
**********************************************/
export interface PropertyInformationCollections {
}
/*********************************************
* Audience
**********************************************/
export interface Audience {
Email?: string;
Id?: any;
Title?: string;
}
/*********************************************
* AudienceCollections
**********************************************/
export interface AudienceCollections {
}
/*********************************************
* HomeSiteNavConfiguration
**********************************************/
export interface HomeSiteNavConfiguration {
IsEnabled?: boolean;
LogoHash?: string;
}
/*********************************************
* HomeSiteNavConfigurationCollections
**********************************************/
export interface HomeSiteNavConfigurationCollections {
}
/*********************************************
* HomeSiteReference
**********************************************/
export interface HomeSiteReference {
Audiences?: { results: Array<any> };
SiteFlags?: number;
SiteId?: any;
WebId?: any;
}
/*********************************************
* HomeSiteReferenceCollections
**********************************************/
export interface HomeSiteReferenceCollections {
}
/*********************************************
* HomeSitesDetails
**********************************************/
export interface HomeSitesDetails {
Audiences?: { results: Array<any> };
IsInDraftMode?: boolean;
IsVivaBackendSite?: boolean;
MatchingAudiences?: { results: Array<any> };
SiteId?: any;
TargetedLicenseType?: number;
Title?: string;
Url?: string;
VivaConnectionsDefaultStart?: boolean;
WebId?: any;
}
/*********************************************
* HomeSitesDetailsCollections
**********************************************/
export interface HomeSitesDetailsCollections {
}
/*********************************************
* PortalAndOrgNewsSiteReference
**********************************************/
export interface PortalAndOrgNewsSiteReference {
IsInDraftMode?: boolean;
IsVivaBackend?: boolean;
SiteId?: any;
WebId?: any;
}
/*********************************************
* PortalAndOrgNewsSiteReferenceCollections
**********************************************/
export interface PortalAndOrgNewsSiteReferenceCollections {
}
/*********************************************
* OrganizationNewsSiteReference
**********************************************/
export interface OrganizationNewsSiteReference {
}
/*********************************************
* OrganizationNewsSiteReferenceCollections
**********************************************/
export interface OrganizationNewsSiteReferenceCollections {
}
/*********************************************
* SPHSiteReference
**********************************************/
export interface SPHSiteReference {
LogoUrl?: string;
Title?: string;
Url?: string;
}
/*********************************************
* SPHSiteReferenceCollections
**********************************************/
export interface SPHSiteReferenceCollections {
}
/*********************************************
* TargetedSiteDetails
**********************************************/
export interface TargetedSiteDetails {
Audiences?: { results: Array<SP.Audience> };
IsInDraftMode?: boolean;
IsVivaBackendSite?: boolean;
SiteId?: any;
TargetedLicenseType?: number;
Title?: string;
Url?: string;
VivaConnectionsDefaultStart?: boolean;
WebId?: any;
}
/*********************************************
* TargetedSiteDetailsCollections
**********************************************/
export interface TargetedSiteDetailsCollections {
}
/*********************************************
* VivaConnectionsLicense
**********************************************/
export interface VivaConnectionsLicense {
IsTenantEnabled?: boolean;
IsUserEnabled?: boolean;
}
/*********************************************
* VivaConnectionsLicenseCollections
**********************************************/
export interface VivaConnectionsLicenseCollections {
}
/*********************************************
* FileCreationInformation
**********************************************/
export interface FileCreationInformation {
Content?: any;
Overwrite?: boolean;
Url?: string;
XorHash?: string;
}
/*********************************************
* FileCreationInformationCollections
**********************************************/
export interface FileCreationInformationCollections {
}
/*********************************************
* KnowledgeHubSiteReference
**********************************************/
export interface KnowledgeHubSiteReference {
SiteId?: any;
Url?: string;
WebId?: any;
}
/*********************************************
* KnowledgeHubSiteReferenceCollections
**********************************************/
export interface KnowledgeHubSiteReferenceCollections {
}
/*********************************************
* ConfigurationData
**********************************************/
export interface ConfigurationData {
BridgeAbsolutePath?: SP.ResourcePath;
IsCustomizedThemeEnabled?: boolean;
IsPersonalizationEnabled?: boolean;
IsVivaHomeFeedReplaceFlightEnabled?: boolean;
IsVivaHomeOptedOut?: boolean;
NavConfig?: SP.HomeSiteNavConfiguration;
SiteId?: any;
Theme?: string;
VivaExperienceType?: number;
WebId?: any;
}
/*********************************************
* ConfigurationDataCollections
**********************************************/
export interface ConfigurationDataCollections {
}
/*********************************************
* ResourcePath
**********************************************/
export interface ResourcePath {
DecodedUrl?: string;
}
/*********************************************
* ResourcePathCollections
**********************************************/
export interface ResourcePathCollections {
}
/*********************************************
* DashboardItemInfo
**********************************************/
export interface DashboardItemInfo {
ItemId?: number;
ListId?: any;
SiteId?: any;
WebId?: any;
}
/*********************************************
* DashboardItemInfoCollections
**********************************************/
export interface DashboardItemInfoCollections {
}
/*********************************************
* DashboardItem
**********************************************/
export interface DashboardItem {
WebAbsolutePath?: SP.ResourcePath;
}
/*********************************************
* DashboardItemCollections
**********************************************/
export interface DashboardItemCollections {
}
/*********************************************
* PivotItem
**********************************************/
export interface PivotItem {
Audiences?: { results: Array<string> };
Name?: string;
}
/*********************************************
* PivotItemCollections
**********************************************/
export interface PivotItemCollections {
}
/*********************************************
* VivaHomeTitleRegion
**********************************************/
export interface VivaHomeTitleRegion {
ImageUrl?: string;
ListId?: any;
SiteId?: any;
TranslateX?: number;
TranslateY?: number;
UniqueId?: any;
WebId?: any;
}
/*********************************************
* VivaHomeTitleRegionCollections
**********************************************/
export interface VivaHomeTitleRegionCollections {
}
/*********************************************
* VivaConnectionsUrlConfiguration
**********************************************/
export interface VivaConnectionsUrlConfiguration {
ContentUrl?: string;
DashboardNotConfiguredWarning?: string;
GlobalNavNotConfiguredWarning?: string;
NotHomeSiteUrlWarning?: string;
SearchUrl?: string;
}
/*********************************************
* VivaConnectionsUrlConfigurationCollections
**********************************************/
export interface VivaConnectionsUrlConfigurationCollections {
}
/*********************************************
* UserIdInfo
**********************************************/
export interface UserIdInfo {
NameId?: string;
NameIdIssuer?: string;
}
/*********************************************
* UserIdInfoCollections
**********************************************/
export interface UserIdInfoCollections {
}
/*********************************************
* BrandCenterConfiguration
**********************************************/
export interface BrandCenterConfiguration {
BrandColorsListId?: any;
BrandColorsListUrl?: SP.ResourcePath;
BrandFontLibraryId?: any;
BrandFontLibraryUrl?: SP.ResourcePath;
IsBrandCenterSiteFeatureEnabled?: boolean;
IsPublicCdnEnabled?: boolean;
OrgAssets?: Microsoft.SharePoint.Administration.OrgAssets;
SiteId?: any;
SiteUrl?: string;
}
/*********************************************
* BrandCenterConfigurationCollections
**********************************************/
export interface BrandCenterConfigurationCollections {
}
/*********************************************
* FieldLookupValue
**********************************************/
export interface FieldLookupValue {
LookupId?: number;
LookupValue?: string;
}
/*********************************************
* FieldLookupValueCollections
**********************************************/
export interface FieldLookupValueCollections {
}
/*********************************************
* ContentTypeId
**********************************************/
export interface ContentTypeId {
StringValue?: string;
}
/*********************************************
* ContentTypeIdCollections
**********************************************/
export interface ContentTypeIdCollections {
}
/*********************************************
* FieldUserValue
**********************************************/
export interface FieldUserValue {
Email?: string;
}
/*********************************************
* FieldUserValueCollections
**********************************************/
export interface FieldUserValueCollections {
}
/*********************************************
* AccessRequestResponse
**********************************************/
export interface AccessRequestResponse {
requestedObjectId?: any;
result?: boolean;
}
/*********************************************
* AccessRequestResponseCollections
**********************************************/
export interface AccessRequestResponseCollections {
}
/*********************************************
* AdditionalAccessStatusResponse
**********************************************/
export interface AdditionalAccessStatusResponse {
AdditionalAccessRequestStatus?: number;
ErrorMessage?: string;
RoleValue?: number;
StatusCode?: number;
}
/*********************************************
* AdditionalAccessStatusResponseCollections
**********************************************/
export interface AdditionalAccessStatusResponseCollections {
}
/*********************************************
* AgreementAttributeDTO
**********************************************/
export interface AgreementAttributeDTO {
ReviewCompleteDate?: any;
Reviewer?: SP.UserDTO;
ReviewId?: string;
ReviewStartDate?: any;
State?: number;
}
/*********************************************
* AgreementAttributeDTOCollections
**********************************************/
export interface AgreementAttributeDTOCollections {
}
/*********************************************
* UserDTO
**********************************************/
export interface UserDTO {
Email?: string;
LoginName?: string;
}
/*********************************************
* UserDTOCollections
**********************************************/
export interface UserDTOCollections {
}
/*********************************************
* AgreementAttributeRequestDTO
**********************************************/
export interface AgreementAttributeRequestDTO {
DocumentUri?: string;
}
/*********************************************
* AgreementAttributeRequestDTOCollections
**********************************************/
export interface AgreementAttributeRequestDTOCollections {
}
/*********************************************
* AgreementCountryResponse
**********************************************/
export interface AgreementCountryResponse {
CountryKey?: string;
DisplayName?: string;
}
/*********************************************
* AgreementCountryResponseCollections
**********************************************/
export interface AgreementCountryResponseCollections {
}
/*********************************************
* AgreementDataPair
**********************************************/
export interface AgreementDataPair {
Count?: number;
Name?: string;
}
/*********************************************
* AgreementDataPairCollections
**********************************************/
export interface AgreementDataPairCollections {
}
/*********************************************
* AgreementDocumentsInfo
**********************************************/
export interface AgreementDocumentsInfo {
Documents?: { results: Array<SP.AgreementDocument> };
}
/*********************************************
* AgreementDocumentsInfoCollections
**********************************************/
export interface AgreementDocumentsInfoCollections {
}
/*********************************************
* AgreementDocument
**********************************************/
export interface AgreementDocument {
DocumentType?: string;
DocumentUrl?: string;
IsActive?: boolean;
LinkedPDFs?: { results: Array<string> };
State?: string;
}
/*********************************************
* AgreementDocumentCollections
**********************************************/
export interface AgreementDocumentCollections {
}
/*********************************************
* AgreementESignStatusUpdatedPayload
**********************************************/
export interface AgreementESignStatusUpdatedPayload {
AgreementId?: any;
ExternalReference?: any;
SignedDocId?: any;
Status?: string;
}
/*********************************************
* AgreementESignStatusUpdatedPayloadCollections
**********************************************/
export interface AgreementESignStatusUpdatedPayloadCollections {
}
/*********************************************
* AgreementLocationData
**********************************************/
export interface AgreementLocationData {
LibraryId?: string;
SiteId?: string;
WebId?: string;
}
/*********************************************
* AgreementLocationDataCollections
**********************************************/
export interface AgreementLocationDataCollections {
}
/*********************************************
* AgreementLocation
**********************************************/
export interface AgreementLocation {
CategoryLabel?: string;
LibraryId?: any;
SiteId?: any;
WebId?: any;
}
/*********************************************
* AgreementLocationCollections
**********************************************/
export interface AgreementLocationCollections {
}
/*********************************************
* AgreementMetaData
**********************************************/
export interface AgreementMetaData {
AgreementNumber?: string;
Category?: string;
Country?: string;
CreatedBy?: string;
CreatedTime?: string;
Documents?: { results: Array<SP.AgreementDocument> };
EndDate?: string;
FirstParty?: string;
Language?: string;
Name?: string;
Owner?: string;
SecondParty?: string;
SiteId?: string;
StartDate?: string;
State?: string;
TotalValue?: string;
Url?: string;
WebId?: string;
WebUrl?: string;
}
/*********************************************
* AgreementMetaDataCollections
**********************************************/
export interface AgreementMetaDataCollections {
}
/*********************************************
* AgreementPermissionsData
**********************************************/
export interface AgreementPermissionsData {
CanCreateAgreement?: boolean;
CanCreateTemplate?: boolean;
CanImportAgreement?: boolean;
CanUploadSignedVersion?: boolean;
IsWorkspaceOwner?: boolean;
}
/*********************************************
* AgreementPermissionsDataCollections
**********************************************/
export interface AgreementPermissionsDataCollections {
}
/*********************************************
* AgreementReportBaseData
**********************************************/
export interface AgreementReportBaseData {
ByExpirationStatus?: { results: Array<SP.AgreementDataPair> };
ErrorMessage?: string;
Expired?: number;
InEffect?: number;
InProgressByState?: { results: Array<SP.AgreementDataPair> };
NearExpiration?: number;
}
/*********************************************
* AgreementReportBaseDataCollections
**********************************************/
export interface AgreementReportBaseDataCollections {
}
/*********************************************
* AgreementReportFilter
**********************************************/
export interface AgreementReportFilter {
Category?: string;
FirstParty?: string;
Language?: string;
Location?: string;
Owner?: string;
SecondParty?: string;
State?: string;
}
/*********************************************
* AgreementReportFilterCollections
**********************************************/
export interface AgreementReportFilterCollections {
}
/*********************************************
* AgreementSearchParameters
**********************************************/
export interface AgreementSearchParameters {
AgreementNumber?: string;
Category?: string;
Owner?: string;
RowLimit?: number;
StartRow?: number;
State?: string;
}
/*********************************************
* AgreementSearchParametersCollections
**********************************************/
export interface AgreementSearchParametersCollections {
}
/*********************************************
* AgreementsSolutionEnabledSitesResponse
**********************************************/
export interface AgreementsSolutionEnabledSitesResponse {
Sites?: { results: Array<SP.SPAgreementsSite> };
SkipToken?: string;
}
/*********************************************
* AgreementsSolutionEnabledSitesResponseCollections
**********************************************/
export interface AgreementsSolutionEnabledSitesResponseCollections {
}
/*********************************************
* SPAgreementsSite
**********************************************/
export interface SPAgreementsSite {
Description?: string;
GroupId?: string;
LastModifiedDateTime?: any;
ResourceVisualization?: SP.ResourceVisualization;
SharePointIds?: SP.SharePointIds;
Template?: SP.SiteTemplate;
Title?: string;
WebUrl?: string;
}
/*********************************************
* SPAgreementsSiteCollections
**********************************************/
export interface SPAgreementsSiteCollections {
}
/*********************************************
* ResourceVisualization
**********************************************/
export interface ResourceVisualization {
Acronym?: string;
Color?: string;
PreviewImageUrl?: string;
}
/*********************************************
* ResourceVisualizationCollections
**********************************************/
export interface ResourceVisualizationCollections {
}
/*********************************************
* SharePointIds
**********************************************/
export interface SharePointIds {
HubSiteId?: string;
SiteId?: string;
SiteUrl?: string;
WebId?: string;
}
/*********************************************
* SharePointIdsCollections
**********************************************/
export interface SharePointIdsCollections {
}
/*********************************************
* SiteTemplate
**********************************************/
export interface SiteTemplate {
Name?: string;
}
/*********************************************
* SiteTemplateCollections
**********************************************/
export interface SiteTemplateCollections {
}
/*********************************************
* AgreementSummaryData
**********************************************/
export interface AgreementSummaryData {
ByCategory?: { results: Array<SP.AgreementDataPair> };
ByExpirationYear?: { results: Array<SP.AgreementDataPair> };
ByFirstParty?: { results: Array<SP.AgreementDataPair> };
ByRenewalYear?: { results: Array<SP.AgreementDataPair> };
BySecondParty?: { results: Array<SP.AgreementDataPair> };
Evergreen?: number;
}
/*********************************************
* AgreementSummaryDataCollections
**********************************************/
export interface AgreementSummaryDataCollections {
}
/*********************************************
* ApprovalsCreateRequestParameters
**********************************************/
export interface ApprovalsCreateRequestParameters {
approvers?: string;
awaitAll?: boolean;
details?: string;
itemId?: string;
itemUrlType?: number;
listId?: string;
markDocAsFinal?: boolean;
title?: string;
url?: string;
version?: string;
}
/*********************************************
* ApprovalsCreateRequestParametersCollections
**********************************************/
export interface ApprovalsCreateRequestParametersCollections {
}
/*********************************************
* ApprovalsProperties
**********************************************/
export interface ApprovalsProperties {
ApproversAwaitAll?: boolean;
ApproversAwaitAllFixed?: boolean;
ApproversFixed?: boolean;
ApproverSourceType?: number;
ApproverSourceValue?: string;
ProvisioningError?: string;
ProvisioningStatus?: number;
}
/*********************************************
* ApprovalsPropertiesCollections
**********************************************/
export interface ApprovalsPropertiesCollections {
}
/*********************************************
* CAAEFieldElement
**********************************************/
export interface CAAEFieldElement {
Id?: string;
Version?: string;
}
/*********************************************
* CAAEFieldElementCollections
**********************************************/
export interface CAAEFieldElementCollections {
}
/*********************************************
* CAAESnippetElement
**********************************************/
export interface CAAESnippetElement {
Id?: string;
Version?: string;
}
/*********************************************
* CAAESnippetElementCollections
**********************************************/
export interface CAAESnippetElementCollections {
}
/*********************************************
* CAFieldValue
**********************************************/
export interface CAFieldValue {
DataType?: string;
Id?: string;
Name?: string;
Value?: string;
}
/*********************************************
* CAFieldValueCollections
**********************************************/
export interface CAFieldValueCollections {
}
/*********************************************
* ColumnTypeInfo
**********************************************/
export interface ColumnTypeInfo {
PlaceholderId?: string;
TranslatedPlaceholderType?: string;
}
/*********************************************
* ColumnTypeInfoCollections
**********************************************/
export interface ColumnTypeInfoCollections {
}
/*********************************************
* ContentAssemblyFileInfo
**********************************************/
export interface ContentAssemblyFileInfo {
FileUrl?: string;
ServerRedirectedEmbedUrl?: string;
}
/*********************************************
* ContentAssemblyFileInfoCollections
**********************************************/
export interface ContentAssemblyFileInfoCollections {
}
/*********************************************
* ContentAssemblyFormAnswer
**********************************************/
export interface ContentAssemblyFormAnswer {
AdditionalData?: string;
Answer?: string;
ContentControlTagName?: string;
}
/*********************************************
* ContentAssemblyFormAnswerCollections
**********************************************/
export interface ContentAssemblyFormAnswerCollections {
}
/*********************************************
* ContentAssemblyModernTemplateColumnsMappingInfo
**********************************************/
export interface ContentAssemblyModernTemplateColumnsMappingInfo {
DestinationListContentTypeId?: string;
DestinationSiteContentTypeId?: string;
Placeholders?: { results: Array<SP.PlaceholderV2> };
}
/*********************************************
* ContentAssemblyModernTemplateColumnsMappingInfoCollections
**********************************************/
export interface ContentAssemblyModernTemplateColumnsMappingInfoCollections {
}
/*********************************************
* PlaceholderV2
**********************************************/
export interface PlaceholderV2 {
AdditionalFieldsData?: string;
ColumnId?: string;
ColumnInternalName?: string;
DataType?: string;
FieldLibraryMappedId?: string;
FieldLibraryMappedVersion?: string;
Id?: string;
IsColumnMappingActive?: boolean;
IsMandatory?: boolean;
Name?: string;
QuestionTitle?: string;
Source?: string;
}
/*********************************************
* PlaceholderV2Collections
**********************************************/
export interface PlaceholderV2Collections {
}
/*********************************************
* ContentControlInfo
**********************************************/
export interface ContentControlInfo {
ContentControlTagName?: string;
EndIndex?: number;
IsSingleParargaph?: boolean;
ParagraphIds?: { results: Array<string> };
StartIndex?: number;
}
/*********************************************
* ContentControlInfoCollections
**********************************************/
export interface ContentControlInfoCollections {
}
/*********************************************
* CountByDate
**********************************************/
export interface CountByDate {
count?: number;
date?: number;
}
/*********************************************
* CountByDateCollections
**********************************************/
export interface CountByDateCollections {
}
/*********************************************
* CreatableItemInfoCollection
**********************************************/
export interface CreatableItemInfoCollection {
Items?: { results: Array<SP.CreatableItemInfo> };
}
/*********************************************
* CreatableItemInfoCollectionCollections
**********************************************/
export interface CreatableItemInfoCollectionCollections {
}
/*********************************************
* CreatableItemInfo
**********************************************/
export interface CreatableItemInfo {
DocumentTemplate?: number;
FileExtension?: string;
ItemType?: string;
}
/*********************************************
* CreatableItemInfoCollections
**********************************************/
export interface CreatableItemInfoCollections {
}
/*********************************************
* CreateAgreementFolderInfo
**********************************************/
export interface CreateAgreementFolderInfo {
AgreementFolderServerRelativeUrl?: string;
AgreementNumber?: string;
}
/*********************************************
* CreateAgreementFolderInfoCollections
**********************************************/
export interface CreateAgreementFolderInfoCollections {
}
/*********************************************
* CreateHVCSItemApprovalRequestParameters
**********************************************/
export interface CreateHVCSItemApprovalRequestParameters {
approvalConfig?: string;
}
/*********************************************
* CreateHVCSItemApprovalRequestParametersCollections
**********************************************/
export interface CreateHVCSItemApprovalRequestParametersCollections {
}
/*********************************************
* CreateReviewRequestDTO
**********************************************/
export interface CreateReviewRequestDTO {
DocumentUri?: string;
}
/*********************************************
* CreateReviewRequestDTOCollections
**********************************************/
export interface CreateReviewRequestDTOCollections {
}
/*********************************************
* CurrencyInformationCollection
**********************************************/
export interface CurrencyInformationCollection {
Items?: { results: Array<SP.CurrencyInformation> };
}
/*********************************************
* CurrencyInformationCollectionCollections
**********************************************/
export interface CurrencyInformationCollectionCollections {
}
/*********************************************
* CurrencyInformation
**********************************************/
export interface CurrencyInformation {
DisplayString?: string;
LanguageCultureName?: string;
LCID?: string;
}
/*********************************************
* CurrencyInformationCollections
**********************************************/
export interface CurrencyInformationCollections {
}
/*********************************************
* CustomizedFormsPageCollection
**********************************************/
export interface CustomizedFormsPageCollection {
Items?: { results: Array<SP.CustomizedFormsPage> };
}
/*********************************************
* CustomizedFormsPageCollectionCollections
**********************************************/
export interface CustomizedFormsPageCollectionCollections {
}
/*********************************************
* CustomizedFormsPage
**********************************************/
export interface CustomizedFormsPage {
formType?: number;
pageId?: any;
Url?: string;
webpartId?: any;
}
/*********************************************
* CustomizedFormsPageCollections
**********************************************/
export interface CustomizedFormsPageCollections {
}
/*********************************************
* DocumentGenerationInfo
**********************************************/
export interface DocumentGenerationInfo {
ConditionalFieldsToBeDeleted?: { results: Array<string> };
ContentAssemblyFormAnswers?: { results: Array<SP.ContentAssemblyFormAnswer> };
CopyFieldsFromExistingDocument?: boolean;
FileName?: string;
FolderUrl?: string;
Format?: number;
IsTempFile?: boolean;
TempFileUrl?: string;
UpdateFolderPermissions?: boolean;
}
/*********************************************
* DocumentGenerationInfoCollections
**********************************************/
export interface DocumentGenerationInfoCollections {
}
/*********************************************
* EncryptionOption
**********************************************/
export interface EncryptionOption {
AES256CBCKey?: any;
}
/*********************************************
* EncryptionOptionCollections
**********************************************/
export interface EncryptionOptionCollections {
}
/*********************************************
* FieldValuesWithUrl
**********************************************/
export interface FieldValuesWithUrl {
FieldValues?: { results: Array<SP.CAFieldValue> };
ServerRedirectedEmbedUrl?: string;
}
/*********************************************
* FieldValuesWithUrlCollections
**********************************************/
export interface FieldValuesWithUrlCollections {
}
/*********************************************
* GridInitInfoType
**********************************************/
export interface GridInitInfoType {
ControllerId?: string;
GridSerializer?: string;
JsInitObj?: string;
}
/*********************************************
* GridInitInfoTypeCollections
**********************************************/
export interface GridInitInfoTypeCollections {
}
/*********************************************
* HTMLFieldSecuritySetting
**********************************************/
export interface HTMLFieldSecuritySetting {
allowedDomains?: { results: Array<string> };
allowEmbedding?: number;
}
/*********************************************
* HTMLFieldSecuritySettingCollections
**********************************************/
export interface HTMLFieldSecuritySettingCollections {
}
/*********************************************
* IngestionTaskKey
**********************************************/
export interface IngestionTaskKey {
IngestionTableAccountKey?: string;
IngestionTableAccountName?: string;
JobId?: string;
TaskId?: string;
TenantName?: string;
}
/*********************************************
* IngestionTaskKeyCollections
**********************************************/
export interface IngestionTaskKeyCollections {
}
/*********************************************
* ItemOrderUpdateValue
**********************************************/
export interface ItemOrderUpdateValue {
HasException?: boolean;
ItemId?: number;
UpdatedOrder?: any;
}
/*********************************************
* ItemOrderUpdateValueCollections
**********************************************/
export interface ItemOrderUpdateValueCollections {
}
/*********************************************
* LockFileData
**********************************************/
export interface LockFileData {
lockExpireTimeStamp?: any;
lockId?: string;
}
/*********************************************
* LockFileDataCollections
**********************************************/
export interface LockFileDataCollections {
}
/*********************************************
* MultiGeoCopyParameters
**********************************************/
export interface MultiGeoCopyParameters {
binaryPayload?: any;
jobId?: any;
userId?: number;
}
/*********************************************
* MultiGeoCopyParametersCollections
**********************************************/
export interface MultiGeoCopyParametersCollections {
}
/*********************************************
* Placeholder
**********************************************/
export interface Placeholder {
DataType?: string;
EndPosition?: number;
Id?: string;
Name?: string;
ParagraphId?: string;
QuestionTitle?: string;
Source?: string;
StartPosition?: number;
}
/*********************************************
* PlaceholderCollections
**********************************************/
export interface PlaceholderCollections {
}
/*********************************************
* PublishModernTemplatePayload
**********************************************/
export interface PublishModernTemplatePayload {
DisableSearchAndApprovals?: boolean;
Placeholders?: { results: Array<SP.PlaceholderV2> };
Snippets?: { results: Array<SP.Snippet> };
Url?: string;
}
/*********************************************
* PublishModernTemplatePayloadCollections
**********************************************/
export interface PublishModernTemplatePayloadCollections {
}
/*********************************************
* Snippet
**********************************************/
export interface Snippet {
Id?: string;
Name?: string;
Placeholders?: { results: Array<SP.PlaceholderV2> };
SnippetLibraryMappedId?: string;
SnippetLibraryMappedVersion?: string;
}
/*********************************************
* SnippetCollections
**********************************************/
export interface SnippetCollections {
}
/*********************************************
* PublishSnippetPayload
**********************************************/
export interface PublishSnippetPayload {
Placeholders?: { results: Array<SP.PlaceholderV2> };
Url?: string;
}
/*********************************************
* PublishSnippetPayloadCollections
**********************************************/
export interface PublishSnippetPayloadCollections {
}
/*********************************************
* PublishTemplateV2Payload
**********************************************/
export interface PublishTemplateV2Payload {
DestinationListContentTypeId?: string;
DestinationSiteContentTypeId?: string;
Placeholders?: { results: Array<SP.PlaceholderV2> };
Snippets?: { results: Array<SP.Snippet> };
Url?: string;
}
/*********************************************
* PublishTemplateV2PayloadCollections
**********************************************/
export interface PublishTemplateV2PayloadCollections {
}
/*********************************************
* RecipientLimitsInfo
**********************************************/
export interface RecipientLimitsInfo {
AliasOnly?: number;
EmailOnly?: number;
MixedRecipients?: number;
ObjectIdOnly?: number;
}
/*********************************************
* RecipientLimitsInfoCollections
**********************************************/
export interface RecipientLimitsInfoCollections {
}
/*********************************************
* RelatedItem
**********************************************/
export interface RelatedItem {
IconUrl?: string;
ItemId?: number;
ListId?: string;
Title?: string;
Url?: string;
WebId?: string;
}
/*********************************************
* RelatedItemCollections
**********************************************/
export interface RelatedItemCollections {
}
/*********************************************
* RequestedTranslation
**********************************************/
export interface RequestedTranslation {
LanguageCode?: string;
WebRelativePath?: SP.ResourcePath;
}
/*********************************************
* RequestedTranslationCollections
**********************************************/
export interface RequestedTranslationCollections {
}
/*********************************************
* ReviewConfigurationPayload
**********************************************/
export interface ReviewConfigurationPayload {
CategoryId?: string;
Reviewers?: { results: Array<string> };
ReviewType?: string;
}
/*********************************************
* ReviewConfigurationPayloadCollections
**********************************************/
export interface ReviewConfigurationPayloadCollections {
}
/*********************************************
* ReviewConfigurationResponse
**********************************************/
export interface ReviewConfigurationResponse {
Action?: string;
ContractCategory?: string;
ContractCategoryId?: string;
Reviewers?: { results: Array<SP.UserDTO> };
ReviewType?: string;
}
/*********************************************
* ReviewConfigurationResponseCollections
**********************************************/
export interface ReviewConfigurationResponseCollections {
}
/*********************************************
* ReviewDeletionConfigurationResponse
**********************************************/
export interface ReviewDeletionConfigurationResponse {
Action?: string;
ContractCategoryId?: string;
Message?: string;
}
/*********************************************
* ReviewDeletionConfigurationResponseCollections
**********************************************/
export interface ReviewDeletionConfigurationResponseCollections {
}
/*********************************************
* ReviewWorkFlowResponseDTO
**********************************************/
export interface ReviewWorkFlowResponseDTO {
Action?: string;
Comments?: string;
Status?: string;
}
/*********************************************
* ReviewWorkFlowResponseDTOCollections
**********************************************/
export interface ReviewWorkFlowResponseDTOCollections {
}
/*********************************************
* ScriptSafeDomainEntityData
**********************************************/
export interface ScriptSafeDomainEntityData {
DomainName?: string;
}
/*********************************************
* ScriptSafeDomainEntityDataCollections
**********************************************/
export interface ScriptSafeDomainEntityDataCollections {
}
/*********************************************
* SharedWithUserCollection
**********************************************/
export interface SharedWithUserCollection {
Items?: { results: Array<SP.SharedWithUser> };
}
/*********************************************
* SharedWithUserCollectionCollections
**********************************************/
export interface SharedWithUserCollectionCollections {
}
/*********************************************
* SharedWithUser
**********************************************/
export interface SharedWithUser {
Email?: string;
Name?: string;
}
/*********************************************
* SharedWithUserCollections
**********************************************/
export interface SharedWithUserCollections {
}
/*********************************************
* SharingLinkData
**********************************************/
export interface SharingLinkData {
BlocksDownload?: boolean;
Description?: string;
Embeddable?: boolean;
Expiration?: string;
HasExternalGuestInvitees?: boolean;
IsAddressBarLink?: boolean;
IsAnonymous?: boolean;
IsCreateOnlyLink?: boolean;
IsFormsLink?: boolean;
IsManageListLink?: boolean;
IsOriginatedFromSharingFlow?: boolean;
IsReviewLink?: boolean;
IsSharingLink?: boolean;
IsWritable?: boolean;
LinkKind?: number;
ObjectType?: number;
ObjectUniqueId?: any;
RequiresPassword?: boolean;
RestrictedShareMembership?: boolean;
RestrictToExistingRelationships?: boolean;
ShareId?: any;
TrackLinkUsers?: boolean;
}
/*********************************************
* SharingLinkDataCollections
**********************************************/
export interface SharingLinkDataCollections {
}
/*********************************************
* SharingLinkInfo
**********************************************/
export interface SharingLinkInfo {
AllowsAnonymousAccess?: boolean;
ApplicationId?: string;
BlocksDownload?: boolean;
Created?: string;
CreatedBy?: SP.Sharing.Principal;
Description?: string;
Embeddable?: boolean;
Expiration?: string;
HasExternalGuestInvitees?: boolean;
Invitations?: { results: Array<SP.Sharing.LinkInvitation> };
IsActive?: boolean;
IsAddressBarLink?: boolean;
IsCreateOnlyLink?: boolean;
IsDefault?: boolean;
IsEditLink?: boolean;
IsEphemeral?: boolean;
IsFormsLink?: boolean;
IsManageListLink?: boolean;
IsReviewLink?: boolean;
IsUnhealthy?: boolean;
LastModified?: string;
LastModifiedBy?: SP.Sharing.Principal;
LimitUseToApplication?: boolean;
LinkKind?: number;
MeetingId?: string;
PasswordLastModified?: string;
PasswordLastModifiedBy?: SP.Sharing.Principal;
RedeemedUsers?: { results: Array<SP.Sharing.LinkInvitation> };
RequiresPassword?: boolean;
RestrictedShareMembership?: boolean;
RestrictToExistingRelationships?: boolean;
Scope?: number;
ShareId?: any;
ShareTokenString?: string;
SharingLinkStatus?: number;
TrackLinkUsers?: boolean;
Url?: string;
}
/*********************************************
* SharingLinkInfoCollections
**********************************************/
export interface SharingLinkInfoCollections {
}
/*********************************************
* SmartTemplateContentType
**********************************************/
export interface SmartTemplateContentType {
Id?: string;
Name?: string;
PublishStatus?: string;
}
/*********************************************
* SmartTemplateContentTypeCollections
**********************************************/
export interface SmartTemplateContentTypeCollections {
}
/*********************************************
* AlertCreationInformation
**********************************************/
export interface AlertCreationInformation {
AlertFrequency?: number;
AlertTemplateName?: string;
AlertTime?: any;
AlertType?: number;
AlwaysNotify?: boolean;
DeliveryChannels?: number;
EventType?: number;
EventTypeBitmask?: number;
Filter?: string;
Properties?: { results: Array<SP.KeyValue> };
Status?: number;
Title?: string;
}
/*********************************************
* AlertCreationInformationCollections
**********************************************/
export interface AlertCreationInformationCollections {
}
/*********************************************
* AppLicenseCollection
**********************************************/
export interface AppLicenseCollection {
Items?: { results: Array<SP.AppLicense> };
}
/*********************************************
* AppLicenseCollectionCollections
**********************************************/
export interface AppLicenseCollectionCollections {
}
/*********************************************
* AppLicense
**********************************************/
export interface AppLicense {
RawXMLLicenseToken?: string;
}
/*********************************************
* AppLicenseCollections
**********************************************/
export interface AppLicenseCollections {
}
/*********************************************
* AppProperties
**********************************************/
export interface AppProperties {
AppSettingsEnabled?: boolean;
Description?: string;
EulaUrl?: string;
IsAnonymous?: boolean;
IsDisabled?: boolean;
ManagedDeploymentEnabled?: boolean;
ManagePermissionsEnabled?: boolean;
ManageSeatsEnabled?: boolean;
MonitoringEnabled?: boolean;
Publisher?: string;
RemoveEnabled?: boolean;
SideLoadEnabled?: boolean;
SupportUrl?: string;
ViewInMarketPlaceEnabled?: boolean;
}
/*********************************************
* AppPropertiesCollections
**********************************************/
export interface AppPropertiesCollections {
}
/*********************************************
* AppSiteContext
**********************************************/
export interface AppSiteContext {
SiteUrl?: string;
}
/*********************************************
* AppSiteContextCollections
**********************************************/
export interface AppSiteContextCollections {
}
/*********************************************
* AppViewCreationInfo
**********************************************/
export interface AppViewCreationInfo {
AppId?: any;
IsPrivate?: boolean;
Title?: string;
}
/*********************************************
* AppViewCreationInfoCollections
**********************************************/
export interface AppViewCreationInfoCollections {
}
/*********************************************
* AsyncReadJobInfo
**********************************************/
export interface AsyncReadJobInfo {
CurrentChangeToken?: string;
JobId?: any;
}
/*********************************************
* AsyncReadJobInfoCollections
**********************************************/
export interface AsyncReadJobInfoCollections {
}
/*********************************************
* AsyncReadOptions
**********************************************/
export interface AsyncReadOptions {
IncludeDirectDescendantsOnly?: boolean;
IncludeExtendedMetadata?: boolean;
IncludePermission?: boolean;
IncludeSecurity?: boolean;
IncludeVersions?: boolean;
StartChangeToken?: string;
}
/*********************************************
* AsyncReadOptionsCollections
**********************************************/
export interface AsyncReadOptionsCollections {
}
/*********************************************
* AttachmentCreationInformation
**********************************************/
export interface AttachmentCreationInformation {
FileName?: string;
}
/*********************************************
* AttachmentCreationInformationCollections
**********************************************/
export interface AttachmentCreationInformationCollections {
}
/*********************************************
* AutoLabellingWorkInformation
***********************************