gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
1,904 lines (1,561 loc) • 141 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 {
}
/*********************************************
* AppSettingsInTeams
**********************************************/
export interface AppSettingsInTeams {
DesktopSettings?: SP.DesktopSettings;
MobileSettings?: SP.MobileSettings;
}
/*********************************************
* AppSettingsInTeamsCollections
**********************************************/
export interface AppSettingsInTeamsCollections {
}
/*********************************************
* DesktopSettings
**********************************************/
export interface DesktopSettings {
IsVivaHomeOptedOut?: boolean;
}
/*********************************************
* DesktopSettingsCollections
**********************************************/
export interface DesktopSettingsCollections {
}
/*********************************************
* MobileSettings
**********************************************/
export interface MobileSettings {
tabs?: { results: Array<SP.TabItem> };
}
/*********************************************
* MobileSettingsCollections
**********************************************/
export interface MobileSettingsCollections {
}
/*********************************************
* TabItem
**********************************************/
export interface TabItem {
name?: string;
}
/*********************************************
* TabItemCollections
**********************************************/
export interface TabItemCollections {
}
/*********************************************
* ConfigurationData
**********************************************/
export interface ConfigurationData {
AppSettings?: SP.MobileSettings;
BridgeAbsolutePath?: SP.ResourcePath;
HomeSiteTitle?: string;
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 {
}
/*********************************************
* VivaHomeTitleRegion
**********************************************/
export interface VivaHomeTitleRegion {
ImageUrl?: string;
ListId?: any;
SiteId?: any;
TranslateX?: number;
TranslateY?: number;
UniqueId?: any;
WebId?: any;
}
/*********************************************
* VivaHomeTitleRegionCollections
**********************************************/
export interface VivaHomeTitleRegionCollections {
}
/*********************************************
* 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 {
}
/*********************************************
* 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 {
}
/*********************************************
* 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 {
}
/*********************************************
* FieldLookupValue
**********************************************/
export interface FieldLookupValue {
LookupId?: number;
LookupValue?: string;
}
/*********************************************
* FieldLookupValueCollections
**********************************************/
export interface FieldLookupValueCollections {
}
/*********************************************
* SemanticSearchCrawlerEnqueueItem
**********************************************/
export interface SemanticSearchCrawlerEnqueueItem {
AssociateSiteId?: any;
ItemId?: number;
ItemUniqueId?: any;
ItemUrl?: string;
ListId?: any;
SecondsInDB?: number;
SemanticSearchServiceEndPointJson?: string;
SourceAction?: number;
VroomId?: string;
WorkItemId?: any;
}
/*********************************************
* SemanticSearchCrawlerEnqueueItemCollections
**********************************************/
export interface SemanticSearchCrawlerEnqueueItemCollections {
}
/*********************************************
* 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 {
}
/*********************************************
* CardElement
**********************************************/
export interface CardElement {
id?: string;
isVisible?: boolean;
separator?: boolean;
spacing?: string;
type?: string;
}
/*********************************************
* CardElementCollections
**********************************************/
export interface CardElementCollections {
}
/*********************************************
* AdaptiveCardAction
**********************************************/
export interface AdaptiveCardAction {
isPrimary?: boolean;
title?: string;
}
/*********************************************
* AdaptiveCardActionCollections
**********************************************/
export interface AdaptiveCardActionCollections {
}
/*********************************************
* ActionHttp
**********************************************/
export interface ActionHttp {
body?: string;
headers?: { results: Array<Microsoft.SharePoint.QuickActionMessageCard.Header> };
method?: string;
url?: string;
}
/*********************************************
* ActionHttpCollections
**********************************************/
export interface ActionHttpCollections {
}
/*********************************************
* ActionOpenUrl
**********************************************/
export interface ActionOpenUrl {
url?: string;
}
/*********************************************
* ActionOpenUrlCollections
**********************************************/
export interface ActionOpenUrlCollections {
}
/*********************************************
* ActionSet
**********************************************/
export interface ActionSet {
actions?: { results: Array<SP.AdaptiveCardAction> };
horizontalAlignment?: string;
}
/*********************************************
* ActionSetCollections
**********************************************/
export interface ActionSetCollections {
}
/*********************************************
* ActionShowCard
**********************************************/
export interface ActionShowCard {
card?: SP.AdaptiveCard;
}
/*********************************************
* ActionShowCardCollections
**********************************************/
export interface ActionShowCardCollections {
}
/*********************************************
* AdaptiveCard
**********************************************/
export interface AdaptiveCard {
autoInvokeAction?: Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeAction;
autoInvokeOptions?: Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeOptions;
body?: { results: Array<SP.CardElement> };
correlationId?: string;
hideOriginalBody?: boolean;
originator?: string;
padding?: SP.Padding;
rtl?: boolean;
type?: string;
version?: string;
}
/*********************************************
* AdaptiveCardCollections
**********************************************/
export interface AdaptiveCardCollections {
}
/*********************************************
* Padding
**********************************************/
export interface Padding {
bottom?: string;
left?: string;
right?: string;
top?: string;
}
/*********************************************
* PaddingCollections
**********************************************/
export interface PaddingCollections {
}
/*********************************************
* ActionSubmit
**********************************************/
export interface ActionSubmit {
data?: { results: Array<SP.KeyValue> };
}
/*********************************************
* ActionSubmitCollections
**********************************************/
export interface ActionSubmitCollections {
}
/*********************************************
* ActionToggleVisibility
**********************************************/
export interface ActionToggleVisibility {
targetElements?: { results: Array<string> };
}
/*********************************************
* ActionToggleVisibilityCollections
**********************************************/
export interface ActionToggleVisibilityCollections {
}
/*********************************************
* Container
**********************************************/
export interface Container {
backgroundImage?: string;
items?: { results: Array<SP.CardElement> };
padding?: SP.Padding;
selectAction?: SP.AdaptiveCardAction;
style?: string;
verticalContentAlignment?: string;
}
/*********************************************
* ContainerCollections
**********************************************/
export interface ContainerCollections {
}
/*********************************************
* AdaptiveCardColumn
**********************************************/
export interface AdaptiveCardColumn {
width?: string;
}
/*********************************************
* AdaptiveCardColumnCollections
**********************************************/
export interface AdaptiveCardColumnCollections {
}
/*********************************************
* AdaptiveCardImage
**********************************************/
export interface AdaptiveCardImage {
altText?: string;
backgroundColor?: string;
height?: string;
horizontalAlignment?: string;
size?: string;
style?: string;
url?: string;
width?: string;
}
/*********************************************
* AdaptiveCardImageCollections
**********************************************/
export interface AdaptiveCardImageCollections {
}
/*********************************************
* 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 {
}
/*********************************************
* AgreementImportData
**********************************************/
export interface AgreementImportData {
ExtractionPending?: number;
UserConfirmationPending?: number;
}
/*********************************************
* AgreementImportDataCollections
**********************************************/
export interface AgreementImportDataCollections {
}
/*********************************************
* AgreementLocationData
**********************************************/
export interface AgreementLocationData {
LibraryId?: string;
SiteId?: string;
WebId?: string;
}
/*********************************************
* AgreementLocationDataCollections
**********************************************/
export interface AgreementLocationDataCollections {
}
/*********************************************
* AgreementLocation
**********************************************/
export interface AgreementLocation {
CategoryLabel?: string;
FolderId?: number;
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 {
CanAddAmendment?: boolean;
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 {
CreatedDateTime?: any;
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 {
}
/*********************************************
* AgreementsSolutionFileContext
**********************************************/
export interface AgreementsSolutionFileContext {
CategoryId?: string;
CategoryTermSetId?: string;
CheckOutType?: number;
CurrentVersion?: string;
DoesUserHaveEditPermissionOnParent?: boolean;
EffectiveBasePermissions?: SP.EffectiveBasePermissions;
FieldLibrary?: SP.LibraryDetails;
FileProperties?: { results: Array<SP.KeyValue> };
FileRelativePath?: string;
FolderPathFullUrl?: string;
IsAgreementsSolutionFile?: boolean;
LastPublishedVersion?: string;
ListId?: string;
ListItemId?: string;
ListItemProperties?: { results: Array<SP.KeyValue> };
ListItemUniqueId?: string;
ModernTemplateLibrary?: SP.LibraryDetails;
ParentLibrary?: SP.LibraryDetails;
SiteId?: string;
SnippetLibrary?: SP.LibraryDetails;
TargetLibrary?: SP.DestinationLibraryInfo;
WebId?: string;
WebServerRelativeUrl?: string;
WebUrl?: string;
}
/*********************************************
* AgreementsSolutionFileContextCollections
**********************************************/
export interface AgreementsSolutionFileContextCollections {
}
/*********************************************
* EffectiveBasePermissions
**********************************************/
export interface EffectiveBasePermissions {
High?: string;
Low?: string;
}
/*********************************************
* EffectiveBasePermissionsCollections
**********************************************/
export interface EffectiveBasePermissionsCollections {
}
/*********************************************
* LibraryDetails
**********************************************/
export interface LibraryDetails {
BaseTemplateType?: number;
IsApprovalsEnabled?: boolean;
ListId?: string;
ListItemEntityTypeFullName?: string;
ListName?: string;
}
/*********************************************
* LibraryDetailsCollections
**********************************************/
export interface LibraryDetailsCollections {
}
/*********************************************
* DestinationLibraryInfo
**********************************************/
export interface DestinationLibraryInfo {
LibraryId?: string;
SiteId?: string;
WebId?: string;
}
/*********************************************
* DestinationLibraryInfoCollections
**********************************************/
export interface DestinationLibraryInfoCollections {
}
/*********************************************
* 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 {
}
/*********************************************
* AgreementWorkFlowResponse
**********************************************/
export interface AgreementWorkFlowResponse {
NextWorkFlow?: string;
}
/*********************************************
* AgreementWorkFlowResponseCollections
**********************************************/
export interface AgreementWorkFlowResponseCollections {
}
/*********************************************
* ApprovalsProperties
**********************************************/
export interface ApprovalsProperties {
ApproversAwaitAll?: boolean;
ApproversAwaitAllFixed?: boolean;
ApproversFixed?: boolean;
ApproverSourceType?: number;
ApproverSourceValue?: string;
NotificationsEnabled?: boolean;
ProvisioningError?: string;
ProvisioningStatus?: number;
}
/*********************************************
* ApprovalsPropertiesCollections
**********************************************/
export interface ApprovalsPropertiesCollections {
}
/*********************************************
* BaseRequestParams
**********************************************/
export interface BaseRequestParams {
Top?: number;
}
/*********************************************
* BaseRequestParamsCollections
**********************************************/
export interface BaseRequestParamsCollections {
}
/*********************************************
* 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 {
}
/*********************************************
* CoAuthConfiguration
**********************************************/
export interface CoAuthConfiguration {
SourceSessionId?: any;
UpdateDate?: any;
UpdateReason?: number;
}
/*********************************************
* CoAuthConfigurationCollections
**********************************************/
export interface CoAuthConfigurationCollections {
}
/*********************************************
* ColumnSet
**********************************************/
export interface ColumnSet {
columns?: { results: Array<SP.AdaptiveCardColumn> };
horizontalAlignment?: string;
padding?: SP.Padding;
selectAction?: SP.AdaptiveCardAction;
}
/*********************************************
* ColumnSetCollections
**********************************************/
export interface ColumnSetCollections {
}
/*********************************************
* 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 {
}
/*********************************************
* CreateTemplateResponse
**********************************************/
export interface CreateTemplateResponse {
ServerRelativeUrl?: string;
Title?: string;
UniqueID?: string;
Url?: string;
}
/*********************************************
* CreateTemplateResponseCollections
**********************************************/
export interface CreateTemplateResponseCollections {
}
/*********************************************
* 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;
DocumentLocation?: SP.DocumentLocation;
FileName?: string;
FolderUrl?: string;
Format?: number;
IsAssociatedWithDocForms?: boolean;
IsTempFile?: boolean;
TempFileUrl?: string;
UpdateFolderPermissions?: boolean;
}
/*********************************************
* DocumentGenerationInfoCollections
**********************************************/
export interface DocumentGenerationInfoCollections {
}
/*********************************************
* DocumentLocation
**********************************************/
export interface DocumentLocation {
FolderId?: number;
LibraryId?: any;
SiteId?: any;
WebId?: any;
}
/*********************************************
* DocumentLocationCollections
**********************************************/
export interface DocumentLocationCollections {
}
/*********************************************
* EncryptionOption
**********************************************/
export interface EncryptionOption {
AES256CBCKey?: any;
}
/*********************************************
* EncryptionOptionCollections
**********************************************/
export interface EncryptionOptionCollections {
}
/*********************************************
* ExceptionDetails
**********************************************/
export interface ExceptionDetails {
ErrorCode?: string;
IsExpectedException?: boolean;
Message?: string;
StackTrace?: string;
}
/*********************************************
* ExceptionDetailsCollections
**********************************************/
export interface ExceptionDetailsCollections {
}
/*********************************************
* FavoritedItemsParams
**********************************************/
export interface FavoritedItemsParams {
}
/*********************************************
* FavoritedItemsParamsCollections
**********************************************/
export interface FavoritedItemsParamsCollections {
}
/*********************************************
* FieldValuesWithUrl
**********************************************/
export interface FieldValuesWithUrl {
FieldValues?: { results: Array<SP.CAFieldValue> };
ServerRedirectedEmbedUrl?: string;
}
/*********************************************
* FieldValuesWithUrlCollections
**********************************************/
export interface FieldValuesWithUrlCollections {
}
/*********************************************
* FollowedSitesParams
**********************************************/
export interface FollowedSitesParams {
}
/*********************************************
* FollowedSitesParamsCollections
**********************************************/
export interface FollowedSitesParamsCollections {
}
/*********************************************
* FontOption
**********************************************/
export interface FontOption {
fontFace?: string;
fontFamilyKey?: string;
fontVariantWeight?: string;
}
/*********************************************
* FontOptionCollections
**********************************************/
export interface FontOptionCollections {
}
/*********************************************
* GetNextAgreementWorkFlowRequest
**********************************************/
export interface GetNextAgreementWorkFlowRequest {
CurrentState?: number;
DocumentUri?: string;
}
/*********************************************
* GetNextAgreementWorkFlowRequestCollections
**********************************************/
export interface GetNextAgreementWorkFlowRequestCollections {
}
/*********************************************
* GetReviewConfigRequestDTO
**********************************************/
export interface GetReviewConfigRequestDTO {
DocumentUri?: string;
}
/*********************************************
* GetReviewConfigRequestDTOCollections
**********************************************/
export interface GetReviewConfigRequestDTOCollections {
}
/*********************************************
* 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 {
}
/************************************