import { IMapperMethod } from "./base"; /** Mapper */ export interface IMapper { "MS.FileServices.File": { properties?: Array; copyTo: IMapperMethod & { argNames: [ "target", "overwrite" ], }, delete: IMapperMethod & { }, download: IMapperMethod & { }, moveTo: IMapperMethod & { argNames: [ "target", "overwrite" ], }, upload: IMapperMethod & { argNames: [ "stream" ], }, } "MS.FileServices.FileSystemItem.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "name", "overwrite", "content" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "MS.FileServices.Folder": { properties?: Array; delete: IMapperMethod & { }, moveTo: IMapperMethod & { argNames: [ "target" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.AppServices.AppCollection": { properties?: Array; getAppsFromStore: IMapperMethod & { argNames: [ "addInType", "queryString" ], }, getByType: IMapperMethod & { argNames: [ "type" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningHub": { properties?: Array; checkAIBuilderAccess: IMapperMethod & { argNames: [ "environmentName", "isTestEnvironment", "userId" ], }, getAutofillColumnSettings: IMapperMethod & { argNames: [ "docLibId" ], }, getAutofillCustomModelDefaultParameters: IMapperMethod & { argNames: [ "customModelId", "keepTokenCountLimit" ], }, getAutofillCustomModelSettings: IMapperMethod & { }, getAutofillCustomModels: IMapperMethod & { }, getByContentTypeId: IMapperMethod & { argNames: [ "contentTypeId" ], }, getCDSMetadata: IMapperMethod & { argNames: [ "environmentName", "isTestEnvironment" ], }, getColumnLLMInfo: IMapperMethod & { argNames: [ "docLibId", "columnId" ], }, getLibraryLLMInfo: IMapperMethod & { argNames: [ "docLibId" ], }, getMachineLearningFlags: IMapperMethod & { argNames: [ "docLibId" ], }, getModelIdForContentType: IMapperMethod & { argNames: [ "contentTypeName" ], }, getModels: IMapperMethod & { argNames: [ "listId", "modelTypes", "publicationTypes", "includeManagementNotAllowedModels" ], }, getRetentionLabel: IMapperMethod & { argNames: [ "retentionLabelId" ], }, getRetentionLabels: IMapperMethod & { }, getSyntexPoweredColumnPrompts: IMapperMethod & { argNames: [ "docLibId" ], }, invokeDataverseQuery: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, setAutofillColumnSettings: IMapperMethod & { argNames: [ "docLibId", "autofillColumnSettings" ], }, setColumnLLMInfo: IMapperMethod & { argNames: [ "docLibId", "columnId", "autofillPrompt", "isEnabled", "customModelId", "customParametersJson", "analyzeImageWithVision", "analyzeImageDetailLevel", "autofillColumnType" ], }, setMachineLearningFlags: IMapperMethod & { argNames: [ "docLibId", "machineLearningFlags" ], }, setSyntexPoweredColumnPrompts: IMapperMethod & { argNames: [ "docLibId", "syntexPoweredColumnPrompts" ], }, verifyModelUrls: IMapperMethod & { argNames: [ "urls" ], }, verifyModelUrlsAndGrantPAC: IMapperMethod & { argNames: [ "urls" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningModel": { properties?: Array; addModelDependency: IMapperMethod & { argNames: [ "modelId", "updateExisting" ], }, copy: IMapperMethod & { argNames: [ "copyTo" ], }, delete: IMapperMethod & { }, importMeta: IMapperMethod & { }, invokeConnectorQuery: IMapperMethod & { }, removeModelDependency: IMapperMethod & { argNames: [ "modelId" ], }, rename: IMapperMethod & { argNames: [ "renameTo" ], }, renameExtractor: IMapperMethod & { argNames: [ "fromExtractorName", "toExtractorName", "toColumnType" ], }, setAsModelAuthor: IMapperMethod & { }, update: IMapperMethod & { }, updateModelSettings: IMapperMethod & { argNames: [ "ModelSettings" ], }, updateModelTypeSpecificSettings: IMapperMethod & { argNames: [ "Settings" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningModel.Collection": { properties?: Array; getByTitle: IMapperMethod & { argNames: [ "title" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, getExtractorNames: IMapperMethod & { argNames: [ "packageName" ], }, import: IMapperMethod & { argNames: [ "packageName" ], }, query: IMapperMethod & { argNames: ["oData"] }, setupPrimedLibrary: IMapperMethod & { argNames: [ "primedLibraryName", "packageName", "isTileViewEnabled", "serverRelativeLibraryPath" ], }, unbindModelFromContentType: IMapperMethod & { argNames: [ "contentTypeId" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication.Collection": { properties?: Array; batchDelete: IMapperMethod & { argNames: [ "publications" ], }, batchRemove: IMapperMethod & { argNames: [ "modelSiteUrl", "modelWebServerRelativeUrl", "publications" ], }, batchUnpromote: IMapperMethod & { argNames: [ "promotions" ], }, checkTenantPublishPermissions: IMapperMethod & { }, getByModelUniqueId: IMapperMethod & { argNames: [ "modelUniqueId" ], }, getByModelUniqueIdAndPublicationType: IMapperMethod & { argNames: [ "modelUniqueId", "publicationType" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningSample": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningSample.Collection": { properties?: Array; getByModelId: IMapperMethod & { argNames: [ "modelID" ], }, getByTitle: IMapperMethod & { argNames: [ "title" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, getByUniqueIdWithTokenization: IMapperMethod & { argNames: [ "uniqueId" ], }, getTemplateByModelId: IMapperMethod & { argNames: [ "modelID" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem.Collection": { properties?: Array; getByIdentifier: IMapperMethod & { argNames: [ "identifier" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.Search.REST.SearchService": { properties?: Array; autocompletions: IMapperMethod & { argNames: [ "querytext", "sources", "numberOfCompletions", "cursorPosition" ], }, export: IMapperMethod & { argNames: [ "userName", "startTime" ], }, exportmanualsuggestions: IMapperMethod & { }, exportpopulartenantqueries: IMapperMethod & { argNames: [ "count" ], }, postquery: IMapperMethod & { argNames: [ "request" ], }, query: IMapperMethod & { argNames: [ "querytext", "queryTemplate", "enableInterleaving", "sourceId", "rankingModelId", "startRow", "rowLimit", "rowsPerPage", "selectProperties", "culture", "refinementFilters", "refiners", "hiddenConstraints", "sortList", "enableStemming", "trimDuplicates", "timeout", "enableNicknames", "enablePhonetic", "enableFQL", "hitHighlightedProperties", "propertiesToGenerateAcronyms", "bypassResultTypes", "processBestBets", "clientType", "personalizationData", "resultsUrl", "queryTag", "trimDuplicatesIncludeId", "totalRowsExactMinimum", "impressionId", "properties", "enableQueryRules", "summaryLength", "maxSnippetLength", "desiredSnippetLength", "uiLanguage", "blockDedupeMode", "generateBlockRankLog", "enableSorting", "collapseSpecification", "processPersonalFavorites", "enableOrderingHitHighlightedProperty", "hitHighlightedMultivaluePropertyLimit", "queryTemplatePropertiesUrl", "timeZoneId", "useOLSQuery", "OLSQuerySession" ], }, recordPageClick: IMapperMethod & { argNames: [ "pageInfo", "clickType", "blockType", "clickedResultId", "subResultIndex", "immediacySourceId", "immediacyQueryString", "immediacyTitle", "immediacyUrl" ], }, resultspageaddress: IMapperMethod & { }, searchcenterurl: IMapperMethod & { }, searchquery: IMapperMethod & { argNames: [ "request" ], }, suggest: IMapperMethod & { argNames: [ "querytext", "iNumberOfQuerySuggestions", "iNumberOfResultSuggestions", "iNumberOfPopularResultSuggestions", "fPreQuerySuggestions", "fHitHighlighting", "fCapitalizeFirstLetters", "culture", "enableStemming", "showPeopleNameSuggestions", "enableQueryRules", "fPrefixMatchAllTerms", "sourceId", "clientType", "useOLSQuery", "OLSQuerySession", "zeroTermSuggestions" ], }, } "Microsoft.Office.Server.Search.REST.SearchSetting": { properties?: Array; exportSearchReports: IMapperMethod & { argNames: [ "TenantId", "ReportType", "Interval", "StartDate", "EndDate", "SiteCollectionId" ], }, getpromotedresultqueryrules: IMapperMethod & { argNames: [ "siteCollectionLevel", "offset", "numberOfRules" ], }, getqueryconfiguration: IMapperMethod & { argNames: [ "callLocalSearchFarmsOnly", "skipGroupObjectIdLookup", "throwOnRemoteApiCheck" ], }, getxssearchpolicy: IMapperMethod & { }, pingadminendpoint: IMapperMethod & { }, scspartialupdateendpointinfo: IMapperMethod & { }, setxssearchpolicy: IMapperMethod & { argNames: [ "policy" ], }, } "Microsoft.Online.SharePoint.AppLauncher.AppLauncher": { properties?: Array; getData: IMapperMethod & { argNames: [ "suiteVersion", "isMobileRequest", "locale", "onPremVer" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationUrlParser": { properties?: Array; parseUrl: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult": { properties?: Array; setDisplayUrl: IMapperMethod & { argNames: [ "displayUrl" ], }, setSPListInformation: IMapperMethod & { argNames: [ "spListInformationList" ], }, updateSiteProvisionInformation: IMapperMethod & { argNames: [ "spListInformation", "uri", "originalUrl", "errorCode", "message", "freeSiteStorageBytes", "isCurrentUserSiteAdmin" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup": { properties?: Array; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup.Collection": { properties?: Array; createByName: IMapperMethod & { argNames: [ "Name" ], }, deleteByName: IMapperMethod & { argNames: [ "Name" ], }, getByName: IMapperMethod & { argNames: [ "Name" ], }, getGroupList: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.Device": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.Device.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus": { properties?: Array; isChangeDeployed: IMapperMethod & { argNames: [ "changeName" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage": { properties?: Array; create: IMapperMethod & { argNames: [ "config" ], }, delete: IMapperMethod & { }, file: IMapperMethod & { argNames: [ "folderName", "fileName", "file", "overwrite" ], }, parseUrl: IMapperMethod & { argNames: [ "destinationUrl", "retrieveAllLists", "retrieveFoldersForAllLists", "forceMySiteDefaultList", "migrationType" ], }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams": { properties?: Array; teamChannels: IMapperMethod & { argNames: [ "teamId", "membershipType" ], }, teamChannelsExperiment: IMapperMethod & { argNames: [ "teamId", "membershipType" ], }, teams: IMapperMethod & { argNames: [ "startsWith", "limit", "withLogo" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, getCredentials: IMapperMethod & { argNames: [ "AccountName", "Type" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties": { properties?: Array; delete: IMapperMethod & { argNames: [ "key" ], }, getProperty: IMapperMethod & { argNames: [ "key" ], }, setProperty: IMapperMethod & { argNames: [ "key", "value", "throwIfExists" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight": { properties?: Array; isFlightEnabled: IMapperMethod & { argNames: [ "flightName" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask.Collection": { properties?: Array; batchCreate: IMapperMethod & { argNames: [ "taskDefinitions", "taskSettings", "mmTaskSettings" ], }, batchDelete: IMapperMethod & { argNames: [ "taskIdList", "deleteInProgressTask" ], }, batchUpdate: IMapperMethod & { argNames: [ "tasks" ], }, createDuplicateTasks: IMapperMethod & { argNames: [ "taskDefinition", "taskSettings", "mmTaskSettings", "taskCount" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData": { properties?: Array; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData.Collection": { properties?: Array; addPerfDataTest: IMapperMethod & { argNames: [ "Count", "Bottleneck", "MaxDuration", "MaxTaskFiles" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getData: IMapperMethod & { argNames: [ "StartTime", "EndTime", "AgentId", "TimeUnit" ], }, getPerfDataTest: IMapperMethod & { argNames: [ "StartTime", "EndTime", "AgentId" ], }, getRawData: IMapperMethod & { argNames: [ "StartTime", "EndTime", "AgentId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation": { properties?: Array; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation.Collection": { properties?: Array; getByLocation: IMapperMethod & { argNames: [ "location" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob.Collection": { properties?: Array; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob.Collection": { properties?: Array; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob.Collection": { properties?: Array; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty.Collection": { properties?: Array; getByPropertyNameAndGeoLocation: IMapperMethod & { argNames: [ "propertyName", "geo" ], }, getChanges: IMapperMethod & { argNames: [ "startTimeInUtc" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob": { properties?: Array; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob.Collection": { properties?: Array; getBySiteUrl: IMapperMethod & { argNames: [ "sourceSiteUrl", "targetSiteUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator": { properties?: Array; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator.Collection": { properties?: Array; create: IMapperMethod & { argNames: [ "parameters" ], }, getByLoginName: IMapperMethod & { argNames: [ "loginName" ], }, getByLoginNameAndType: IMapperMethod & { argNames: [ "loginName", "memberType" ], }, getByObjectId: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience": { properties?: Array; upgradeAllInstancesToSPOMode: IMapperMethod & { }, upgradeToSPOMode: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation.Collection": { properties?: Array; getByGeoLocation: IMapperMethod & { argNames: [ "geoLocation" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob": { properties?: Array; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob.Collection": { properties?: Array; getByGroupName: IMapperMethod & { argNames: [ "groupname" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobReport": { properties?: Array; getMoveReport: IMapperMethod & { argNames: [ "jobType", "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState": { properties?: Array; updateSiteROState: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState.Collection": { properties?: Array; getBySiteId: IMapperMethod & { argNames: [ "siteId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta": { properties?: Array; compatibleDB: IMapperMethod & { argNames: [ "dbSchemaVersion", "siteSubscriptionId", "siteUrl" ], }, dBSchemaCompatibilityCheck: IMapperMethod & { }, geoMoveCompatibilityChecks: IMapperMethod & { }, hasMnALicense: IMapperMethod & { argNames: [ "mnALicenseType" ], }, mnAGroupMoveValidationResult: IMapperMethod & { argNames: [ "encodedQuery" ], }, orgRelationGroupManagedPath: IMapperMethod & { argNames: [ "encodedNotificationQuery" ], }, orgRelationNotification: IMapperMethod & { argNames: [ "encodedNotificationQuery" ], }, orgRelationVerification: IMapperMethod & { argNames: [ "encodedVerificationQuery" ], }, query: IMapperMethod & { argNames: ["oData"] }, resolveUserUpnByUserObjectId: IMapperMethod & { argNames: [ "userObjectId" ], }, restoreWorkflowCount: IMapperMethod & { argNames: [ "isCrossTenant" ], }, userMnAODMoveValidationResult: IMapperMethod & { argNames: [ "encodedQuery" ], }, userPersonalSiteId: IMapperMethod & { argNames: [ "userPrincipalName" ], }, userPersonalSiteLocation: IMapperMethod & { argNames: [ "userPrincipalName" ], }, xTenantMoveCompatibilityCheck: IMapperMethod & { argNames: [ "targetTenantHostUrl" ], }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SBSiteMoveJob": { properties?: Array; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob": { properties?: Array; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob.Collection": { properties?: Array; getByUrl: IMapperMethod & { argNames: [ "url" ], }, getMoveJobByUrl: IMapperMethod & { argNames: [ "SourceSiteUrl", "SubscriptionId", "SourceDataLocation", "EnableSiteToMoveDatastore" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota.Collection": { properties?: Array; getByLocation: IMapperMethod & { argNames: [ "geoLocation" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup.Collection": { properties?: Array; getByAlias: IMapperMethod & { argNames: [ "alias" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob": { properties?: Array; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob.Collection": { properties?: Array; getByDirection: IMapperMethod & { argNames: [ "direction" ], }, getByMoveId: IMapperMethod & { argNames: [ "odbMoveId" ], }, getByUpn: IMapperMethod & { argNames: [ "upn" ], }, getByValidPdl: IMapperMethod & { argNames: [ "validPdl" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob.Collection": { properties?: Array; cancel: IMapperMethod & { argNames: [ "url" ], }, get: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob.Collection": { properties?: Array; getBySiteUrl: IMapperMethod & { argNames: [ "siteUrl" ], }, getJobsByParentId: IMapperMethod & { argNames: [ "parentId" ], }, getJobsByParentIdAndState: IMapperMethod & { argNames: [ "parentId", "state" ], }, getJobsBySiteUrl: IMapperMethod & { argNames: [ "url" ], }, getJobsCountByParentIdAndState: IMapperMethod & { argNames: [ "parentId", "state" ], }, getSiteRenameReport: IMapperMethod & { argNames: [ "state" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob.Collection": { properties?: Array; cancel: IMapperMethod & { }, get: IMapperMethod & { }, getV2: IMapperMethod & { }, getWarningMessages: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.SPLogger.LogExport": { properties?: Array; getFiles: IMapperMethod & { argNames: [ "partitionId", "logType" ], }, getLogTypes: IMapperMethod & { }, getPartitions: IMapperMethod & { argNames: [ "logType" ], }, } "Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter": { properties?: Array; getList: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, getObject: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, multiObjectExecute: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, newObject: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, removeObjects: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, setObject: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection": { properties?: Array; exportPropertyTypeToCSV: IMapperMethod & { argNames: [ "propertyType" ], }, exportToCSV: IMapperMethod & { argNames: [ "propertyType", "valueId" ], }, get: IMapperMethod & { }, getProperty: IMapperMethod & { argNames: [ "propertyType" ], }, getValue: IMapperMethod & { argNames: [ "propertyId" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "servicePrincipalId", "resource", "scope" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "servicePrincipalId", "resource", "scope" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal": { properties?: Array; getIsolatedAppDomainsByAppId: IMapperMethod & { argNames: [ "appIds" ], }, query: IMapperMethod & { argNames: ["oData"] }, removeAppsToDelete: IMapperMethod & { argNames: [ "domainsToDelete" ], }, update: IMapperMethod & { }, updateSpfxClientSecret: IMapperMethod & { argNames: [ "secretValue" ], }, updateSpfxThirdPartyAppId: IMapperMethod & { argNames: [ "appId" ], }, updateSpfxThirdPartyIsolatedComponentFields: IMapperMethod & { argNames: [ "catalogItemId", "apAppObjectId", "spObjectId", "appId" ], }, updateSpfxThirdPartyIsolatedSecret: IMapperMethod & { argNames: [ "servicePrincipalId", "secretValue" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant": { properties?: Array; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.Collection": { properties?: Array; getByObjectId: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest": { properties?: Array; approve: IMapperMethod & { }, deny: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest.Collection": { properties?: Array; approve: IMapperMethod & { argNames: [ "resource", "scope" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient": { properties?: Array; createDataAccessGovernanceReport: IMapperMethod & { argNames: [ "reportEntity", "workload", "reportType", "fileSensitivityLabelName", "fileSensitivityLabelGUID", "name", "template", "privacy", "siteSensitivityLabelGUID", "countOfUsersMoreThan" ], }, createDataAccessGovernanceReportV2: IMapperMethod & { argNames: [ "reportEntity", "workload", "reportType", "fileSensitivityLabelName", "fileSensitivityLabelGUID", "name", "template", "privacy", "siteSensitivityLabelGUID", "countOfUsersMoreThan", "userIDList" ], }, createDataAccessGovernanceReportV3: IMapperMethod & { argNames: [ "reportEntity", "workload", "reportType", "fileSensitivityLabelName", "fileSensitivityLabelGUID", "name", "template", "privacy", "siteSensitivityLabelGUID", "countOfUsersMoreThan", "userEmailList" ], }, createDataAccessGovernanceReportV4: IMapperMethod & { argNames: [ "request" ], }, exportSPODataAccessGovernanceInsight: IMapperMethod & { argNames: [ "reportId" ], }, exportSPODataAccessGovernanceInsightV2: IMapperMethod & { argNames: [ "reportId" ], }, exportSPODataAccessGovernanceInsightV3: IMapperMethod & { argNames: [ "reportId" ], }, getSPOAuditDataCollectionForAllReports: IMapperMethod & { }, getSPOAuditDataCollectionForReport: IMapperMethod & { argNames: [ "reportEntity" ], }, getSPODataAccessGovernanceInsight: IMapperMethod & { argNames: [ "reportEntity", "workLoad" ], }, getSPODataAccessGovernanceInsightById: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsightV2: IMapperMethod & { argNames: [ "reportEntity" ], }, getSPODataAccessGovernanceInsightV3: IMapperMethod & { argNames: [ "request" ], }, removeDataAccessGovernanceReport: IMapperMethod & { argNames: [ "reportId" ], }, setOptInStatusForReports: IMapperMethod & { argNames: [ "reportEntity", "optInStatus" ], }, setOptInStatusForReportsV2: IMapperMethod & { argNames: [ "request" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient": { properties?: Array; getSPOSiteReview: IMapperMethod & { argNames: [ "reportEntity", "siteReviewtatus", "siteReviewID", "siteID" ], }, startSPOSiteReview: IMapperMethod & { argNames: [ "detailedSourceReportId", "siteId", "adminComment" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration": { properties?: Array; add: IMapperMethod & { argNames: [ "source" ], }, remove: IMapperMethod & { argNames: [ "source" ], }, updateScriptSources: IMapperMethod & { argNames: [ "added", "removed" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient": { properties?: Array; createCopilotAgentInsightsReport: IMapperMethod & { argNames: [ "reportPeriod" ], }, getAllCopilotAgentInsightsReportsMetadata: IMapperMethod & { }, getCopilotAgentInsightsFullReportContent: IMapperMethod & { argNames: [ "reportId", "reportSubType", "isFullDetails" ], }, getCopilotAgentsOnSitesTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, getSiteDistributionsTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, getTopSitesDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOGroup": { properties?: Array; addAsGroupOwnerAndMember: IMapperMethod & { argNames: [ "groupId", "userId", "userPrincipalName" ], }, addGroupMember: IMapperMethod & { argNames: [ "groupId", "memberId", "memberPrincipalName" ], }, addGroupOwner: IMapperMethod & { argNames: [ "groupId", "ownerId", "ownerPrincipalName" ], }, getGroupInfo: IMapperMethod & { argNames: [ "groupId" ], }, removeAsGroupOwnerAndMember: IMapperMethod & { argNames: [ "groupId", "userId" ], }, removeGroupMember: IMapperMethod & { argNames: [ "groupId", "memberId" ], }, removeGroupOwner: IMapperMethod & { argNames: [ "groupId", "ownerId" ], }, updateGroupProperties: IMapperMethod & { argNames: [ "groupId", "displayName" ], }, updateGroupPropertiesBySiteId: IMapperMethod & { argNames: [ "groupId", "siteId", "displayName" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient": { properties?: Array; createM365AgentInsightsReport: IMapperMethod & { argNames: [ "reportPeriod" ], }, getAllM365AgentInsightsReportsMetadata: IMapperMethod & { }, getM365AgentInsightsFullReportContent: IMapperMethod & { argNames: [ "reportId", "reportSubType", "isFullDetails" ], }, getM365AgentsOnSitesTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, getSiteDistributionsTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOMalwareFile": { properties?: Array; getMalwareFileStream: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient": { properties?: Array; createRestrictedContentDiscoverabilityReport: IMapperMethod & { }, getAllRestrictedContentDiscoverabilityReports: IMapperMethod & { }, getRestrictContentOrgWideSearchUsageInsightsReportContent: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsightById: IMapperMethod & { argNames: [ "reportId" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic": { properties?: Array; addCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { argNames: [ "appId", "appUri", "clientSecret" ], }, getCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { }, removeCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { }, updateCustomSpfx3rdPartyAppPrincipalClientSecret: IMapperMethod & { argNames: [ "clientSecret" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SiteProperties": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.Collection": { properties?: Array; checkSiteIsArchivedById: IMapperMethod & { argNames: [ "siteId" ], }, getById: IMapperMethod & { argNames: [ "siteId" ], }, getGroupSiteRelationship: IMapperMethod & { argNames: [ "siteId" ], }, getLockStateById: IMapperMethod & { argNames: [ "siteId" ], }, getSiteStateProperties: IMapperMethod & { argNames: [ "siteId" ], }, getSiteUserGroups: IMapperMethod & { argNames: [ "siteId", "userGroupIds" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.Tenant": { properties?: Array; acceptSyntexRepositoryTermsOfService: IMapperMethod & { }, activateApplicationBillingPolicy: IMapperMethod & { argNames: [ "billingPolicyId" ], }, addBrandFontPackage: IMapperMethod & { argNames: [ "creationInformation" ], }, addCompanyHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl", "order", "audiences" ], }, addHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl", "order", "audiences" ], }, addPreAuthAllowDenyListItemSetting: IMapperMethod & { argNames: [ "allowPreAuth", "newSetting" ], }, addRecentAdminAction: IMapperMethod & { argNames: [ "payload" ], }, addRecentAdminActionReport: IMapperMethod & { argNames: [ "payload" ], }, addRecentAdminActions: IMapperMethod & { argNames: [ "payload" ], }, addSPOContainerUserRole: IMapperMethod & { argNames: [ "ContainerId", "loginName", "role" ], }, addSPORestrictedSearchAllowedList: IMapperMethod & { argNames: [ "siteUrls" ], }, addSPOServicePrioritizationAppRegistration: IMapperMethod & { argNames: [ "appId", "policyId", "quotaMultiplier" ], }, addSyntexCustomModelSetting: IMapperMethod & { argNames: [ "modelSetting", "scenario" ], }, addTenantAdminListItem: IMapperMethod & { argNames: [ "columnValues", "listName" ], }, addTenantAdminListView: IMapperMethod & { argNames: [ "parameters" ], }, addToOrgAssetsLibAndCdnV2: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded" ], }, addToOrgAssetsLibAndCdnWithType: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType" ], }, addToOrgAssetsLibWithConfig: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded", "configParam" ], }, archiveContainer: IMapperMethod & { argNames: [ "containerId" ], }, archiveSiteById: IMapperMethod & { argNames: [ "siteId" ], }, bootstrapPolicyAutomationResources: IMapperMethod & { }, bulkRemoveResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteIds" ], }, bulkSetResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteIds" ], }, checkTenantIntuneLicense: IMapperMethod & { }, checkTenantLicenses: IMapperMethod & { argNames: [ "licenses" ], }, clearPreAuthAllowDenyListSettings: IMapperMethod & { argNames: [ "shouldClearAllowList" ], }, clearRestrictedAccessControlOneDrive: IMapperMethod & { }, clearRestrictedAccessControlSharePoint: IMapperMethod & { }, connectSiteToHubSiteById: IMapperMethod & { argNames: [ "siteUrl", "hubSiteId" ], }, createApplicationBillingPolicyValidation: IMapperMethod & { argNames: [ "applicationId" ], }, createPolicyDefinition: IMapperMethod & { argNames: [ "policyInputParameters" ], }, createSite: IMapperMethod & { argNames: [ "siteCreationProperties" ], }, deletePolicyDefinition: IMapperMethod & { argNames: [ "itemId" ], }, deleteRecentAdminActionReport: IMapperMethod & { argNames: [ "reportId" ], }, deleteSPOServicePrioritizationAppRegistration: IMapperMethod & { argNames: [ "appId" ], }, deleteSyntexCustomModelSetting: IMapperMethod & { argNames: [ "uniqueId", "scenario" ], }, downloadHighVolumeComponentImpactedAssetsReport: IMapperMethod & { argNames: [ "category", "documentKey" ], }, downloadRansomwareImpactedAssetsReport: IMapperMethod & { argNames: [ "driveId", "fileName", "reportNameType" ], }, downloadSPOContainers: IMapperMethod & { argNames: [ "active" ], }, enqueueInsights: IMapperMethod & { argNames: [ "insightsScenario", "reportId", "reportDataFile", "reportCreationTime" ], }, ensureBrandCenterFeature: IMapperMethod & { }, executeSliceAndDiceRequest: IMapperMethod & { argNames: [ "reportFeatureId", "jsonQuery", "filters" ], }, executeTranspilerRequest: IMapperMethod & { argNames: [ "payload" ], }, exportAdminListToCSV: IMapperMethod & { argNames: [ "viewXml", "listName" ], }, exportCSVFile: IMapperMethod & { argNames: [ "timeZoneId" ], }, exportContainersToCSV: IMapperMethod & { }, exportToCSV: IMapperMethod & { argNames: [ "viewXml", "timeZoneId", "columnsInfo", "listName" ], }, exportUnlicensedOneDriveForBusinessListToCSV: IMapperMethod & { }, getAdminListViews: IMapperMethod & { }, getAdminReportData: IMapperMethod & { argNames: [ "featureId", "datasetMetadata", "query" ], }, getAdminReportMetadata: IMapperMethod & { argNames: [ "dataset" ], }, getAllDeletedPersonalSitesPropertiesAllVersions: IMapperMethod & { argNames: [ "startIndex" ], }, getAllSPOContainersFromAdminList: IMapperMethod & { argNames: [ "queryParams" ], }, getArchivableContainerTypes: IMapperMethod & { }, getAuthoritativeResources: IMapperMethod & { }, getBaselineSecurityModePreAuthSettings: IMapperMethod & { }, getBillingPolicyIdForApp: IMapperMethod & { argNames: [ "applicationId" ], }, getBrandCenterConfiguration: IMapperMethod & { }, getBrandFontPackages: IMapperMethod & { }, getCatalogManagementSettings: IMapperMethod & { }, getContainerTypeExists: IMapperMethod & { argNames: [ "billingType" ], }, getContentManagementAssessmentResults: IMapperMethod & { }, getContentSecurityPolicy: IMapperMethod & { }, getCopilotPromoOptInStatus: IMapperMethod & { }, getDeletedPersonalSitePropertiesAllVersions: IMapperMethod & { argNames: [ "url" ], }, getDeletedSiteProperties: IMapperMethod & { argNames: [ "startIndex" ], }, getDeletedSitePropertiesByUrl: IMapperMethod & { argNames: [ "siteUrl" ], }, getDeletedSitePropertiesFromSharePoint: IMapperMethod & { argNames: [ "startIndex" ], }, getFileRequestBrandingProfiles: IMapperMethod & { }, getFileSensitivityLabelInfo: IMapperMethod & { argNames: [ "fileUrl" ], }, getFileVersionBatchDeleteJobProgress: IMapperMethod & { argNames: [ "siteUrl" ], }, getFileVersionBatchDeleteJobProgressForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, getFileVersionExpirationReportJobProgress: IMapperMethod & { argNames: [ "siteUrl", "reportUrl" ], }, getFileVersionExpirationReportJobProgressForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "reportUrl" ], }, getFileVersionPolicyForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, getFilteredSPListItems: IMapperMethod & { argNames: [ "columnName", "columnValue", "columnType", "listName" ], }, getGeneratedInsightsSummary: IMapperMethod & { argNames: [ "insightsScenario", "dataFileName", "pageIndex" ], }, getHomeSites: IMapperMethod & { }, getHomeSitesDetails: IMapperMethod & { }, getIBVersionForTenant: IMapperMethod & { }, getIdleSessionSignOutForUnmanagedDevices: IMapperMethod & { }, getInsightsSummary: IMapperMethod & { argNames: [ "insightsScenario", "dataFileName", "pageIndex", "modelName", "maxTokenSize", "maxContentSize", "timeoutMS" ], }, getManageVersionPolicyJobProgress: IMapperMethod & { argNames: [ "siteUrl" ], }, getOrgAssets: IMapperMethod & { }, getPowerAppsEnvironments: IMapperMethod & { }, getPreAuthSettings: IMapperMethod & { }, getRansomwareActivities: IMapperMethod & { argNames: [ "parameters" ], }, getRansomwareActivitiesOverview: IMapperMethod & { argNames: [ "eventId" ], }, getRansomwareEvents: IMapperMethod & { argNames: [ "parameters" ], }, getRansomwareEventsOverview: IMapperMethod & { }, getRootSiteUrl: IMapperMethod & { }, getSPHSiteUrl: IMapperMethod & { }, getSPListItemCount: IMapperMethod & { argNames: [ "listName" ], }, getSPListRootFolderProperties: IMapperMethod & { argNames: [ "listName" ], }, getSPOAllWebTemplates: IMapperMethod & { argNames: [ "cultureName", "compatibilityLevel" ], }, getSPOAppBillingPolicies: IMapperMethod & { }, getSPOContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, getSPOContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteUrl" ], }, getSPOContainerTypeById: IMapperMethod & { argNames: [ "containerTypeId", "containerTenantType" ], }, getSPOContainerTypeConfigurationByContainerTypeId: IMapperMethod & { argNames: [ "containerTypeId" ], }, getSPOContainerTypes: IMapperMethod & { argNames: [ "containerTenantType" ], }, getSPOContainersByApplicationId: IMapperMethod & { argNames: [ "owningApplicationId", "paged", "pagingToken", "archiveStatus" ], }, getSPOCopilotPromoUsageStatistics: IMapperMethod & { }, getSPODeletedContainers: IMapperMethod & { }, getSPORestrictedSearchAllowedList: IMapperMethod & { }, getSPORestrictedSearchMode: IMapperMethod & { }, getSPOServicePrioritizationAppRegistrations: IMapperMethod & { }, getSPOServicePrioritizationBillingPayload: IMapperMethod & { argNames: [ "billingPolicyId", "azureSubscriptionId", "resourceGroup", "azureRegion", "friendlyName" ], }, getSPOServicePrioritizationBillingPolicies: IMapperMethod & { }, getSPOSiteCreationSources: IMapperMethod & { }, getSPOSyntexApplications: IMapperMethod & { }, getSPOSyntexConsumingApplications: IMapperMethod & { argNames: [ "owningApplicationId", "applicationId" ], }, getSPOTenantAllWebTemplates: IMapperMethod & { }, getSPOTenantWebTemplates: IMapperMethod & { argNames: [ "localeId", "compatibilityLevel" ], }, getSPOWebTemplatesAllowedForArchiving: IMapperMethod & { }, getSharePointSettingData: IMapperMethod & { argNames: [ "category" ], }, getSiteAdministrators: IMapperMethod & { argNames: [ "siteId" ], }, getSiteAuthorizationCodeForMigration: IMapperMethod & { argNames: [ "endpointUrl" ], }, getSiteByUrl: IMapperMethod & { argNames: [ "url" ], }, getSiteCohortsSummary: IMapperMethod & { argNames: [ "view" ], }, getSiteHealthStatus: IMapperMethod & { argNames: [ "sourceUrl" ], }, getSiteProperties: IMapperMethod & { argNames: [ "startIndex", "includeDetail" ], }, getSitePropertiesByFilter: IMapperMethod & { argNames: [ "filter", "startIndex", "includeDetail" ], }, getSitePropertiesBySiteId: IMapperMethod & { argNames: [ "siteId", "includeDetail" ], }, getSitePropertiesByUrl: IMapperMethod & { argNames: [ "url", "includeDetail" ], }, getSitePropertiesFromSharePoint: IMapperMethod & { argNames: [ "startIndex", "includeDetail" ], }, getSitePropertiesFromSharePointByFilter: IMapperMethod & { argNames: [ "filter", "startIndex", "includeDetail" ], }, getSitePropertiesFromSharePointByFilters: IMapperMethod & { argNames: [ "speFilter" ], }, getSiteSecondaryAdministrators: IMapperMethod & { argNames: [ "secondaryAdministratorsFieldsData" ], }, getSiteSubscriptionId: IMapperMethod & { }, getSiteThumbnailLogo: IMapperMethod & { argNames: [ "siteUrl" ], }, getSitesByState: IMapperMethod & { argNames: [ "states" ], }, getSitesFromSubstrate: IMapperMethod & { argNames: [ "searchText" ], }, getSortedSPOContainersByApplicationId: IMapperMethod & { argNames: [ "owningApplicationId", "ascending", "paged", "pagingToken", "archiveStatus" ], }, getSyntexCustomModelSettings: IMapperMethod & { argNames: [ "scenario" ], }, getTargetedSitesDetails: IMapperMethod & { }, getTargetedSitesDetailsByUserId: IMapperMethod & { argNames: [ "userId" ], }, getTenantAllOrCompatibleIBSegments: IMapperMethod & { argNames: [ "segments" ], }, getTenantSendFromAddress: IMapperMethod & { }, getTenantSiteCreationSource: IMapperMethod & { }, getTrackViewFeatureAlwaysVisible: IMapperMethod & { }, getVersionPolicyForDocLibsJobProgress: IMapperMethod & { argNames: [ "siteUrl" ], }, getViewByDisplayName: IMapperMethod & { argNames: [ "viewName", "listName" ], }, getVivaConnectionsLicense: IMapperMethod & { }, grantHubSiteRightsById: IMapperMethod & { argNames: [ "hubSiteId", "principals", "grantedRights" ], }, hasValidEducationLicense: IMapperMethod & { }, isRequestContentManagementAssessmentEligible: IMapperMethod & { }, isSyntexRepositoryTermsOfServiceAccepted: IMapperMethod & { }, logSharePointEmbeddedClientLog: IMapperMethod & { argNames: [ "logProperties" ], }, newFileVersionBatchDeleteJob: IMapperMethod & { argNames: [ "siteUrl", "batchDeleteParams" ], }, newFileVersionBatchDeleteJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "batchDeleteParams" ], }, newFileVersionExpirationReportJob: IMapperMethod & { argNames: [ "siteUrl", "reportUrl" ], }, newFileVersionExpirationReportJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "reportUrl" ], }, newSPOContainerType: IMapperMethod & { argNames: [ "containerTypeProperties" ], }, purgeContainer: IMapperMethod & { argNames: [ "containerId" ], }, purgeSPODeletedContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, purgeSPODeletedContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, recentAdminActionReportIsAuditEnabled: IMapperMethod & { }, registerHubSite: IMapperMethod & { argNames: [ "siteUrl" ], }, registerHubSiteWithCreationInformation: IMapperMethod & { argNames: [ "siteUrl", "creationInformation" ], }, removeContainer: IMapperMethod & { argNames: [ "containerId" ], }, removeDeletedSite: IMapperMethod & { argNames: [ "siteUrl" ], }, removeDeletedSitePreferId: IMapperMethod & { argNames: [ "siteUrl", "siteId" ], }, removeFileRequestBrandingProfile: IMapperMethod & { argNames: [ "profileType" ], }, removeFileTypeVersionPolicy: IMapperMethod & { argNames: [ "fileTypes" ], }, removeFileTypeVersionPolicyForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "fileTypes" ], }, removeFileVersionBatchDeleteJob: IMapperMethod & { argNames: [ "siteUrl" ], }, removeFileVersionBatchDeleteJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, removeFromOrgAssets: IMapperMethod & { argNames: [ "libUrl", "listId" ], }, removeHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl" ], }, removePreAuthAllowDenyListItemSetting: IMapperMethod & { argNames: [ "itemId" ], }, removeResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteId" ], }, removeSPHSite: IMapperMethod & { }, removeSPListItem: IMapperMethod & { argNames: [ "listItemId", "listName" ], }, removeSPOContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, removeSPOContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteUrl" ], }, removeSPOContainerType: IMapperMethod & { argNames: [ "spDeletedContainerTypeProperties" ], }, removeSPOContainerUserRole: IMapperMethod & { argNames: [ "ContainerId", "loginName", "role" ], }, removeSPORestrictedSearchAllowedList: IMapperMethod & { argNames: [ "siteUrls" ], }, removeSite: IMapperMethod & { argNames: [ "siteUrl" ], }, removeTargetedSite: IMapperMethod & { argNames: [ "siteId" ], }, removeTenantAdminListView: IMapperMethod & { argNames: [ "viewId" ], }, removeVersionPolicyForDocLibsJob: IMapperMethod & { argNames: [ "siteUrl" ], }, renderActiveContainers: IMapperMethod & { argNames: [ "containerId", "viewXml" ], }, renderAdminListData: IMapperMethod & { argNames: [ "parameters", "overrideParameters", "listName" ], }, renderContainersAdminApplicationsData: IMapperMethod & { }, renderContainersAdminListData: IMapperMethod & { argNames: [ "orderByColumnsList", "filterByColumnsList", "pageSize", "pagingToken", "containerStatus", "searchParameters" ], }, renderDeletedContainers: IMapperMethod & { argNames: [ "viewXml" ], }, renderFilteredAdminListData: IMapperMethod & { argNames: [ "parameters", "listName" ], }, renderFilteredAdminListDataByGroupId: IMapperMethod & { argNames: [ "groupId" ], }, renderIBSegmentListDataAsStream: IMapperMethod & { argNames: [ "parameters", "segments", "CascDelWarnMessage", "CustomAction", "DrillDown", "Field", "FieldInternalName", "Filter", "FilterData", "FilterData1", "FilterData10", "FilterData2", "FilterData3", "FilterData4", "FilterData5", "FilterData6", "FilterData7", "FilterData8", "FilterData9", "FilterField", "FilterField1", "FilterField10", "FilterField2", "FilterField3", "FilterField4", "FilterField5", "FilterField6", "FilterField7", "FilterField8", "FilterField9", "FilterFields", "FilterFields1", "FilterFields10", "FilterFields2", "FilterFields3", "FilterFields4", "FilterFields5", "FilterFields6", "FilterFields7", "FilterFields8", "FilterFields9", "FilterLookupId", "FilterLookupId1", "FilterLookupId10", "FilterLookupId2", "FilterLookupId3", "FilterLookupId4", "FilterLookupId5", "FilterLookupId6", "FilterLookupId7", "FilterLookupId8", "FilterLookupId9", "FilterOp", "FilterOp1", "FilterOp10", "FilterOp2", "FilterOp3", "FilterOp4", "FilterOp5", "FilterOp6", "FilterOp7", "FilterOp8", "FilterOp9", "FilterValue", "FilterValue1", "FilterValue10", "FilterValue2", "FilterValue3", "FilterValue4", "FilterValue5", "FilterValue6", "FilterValue7", "FilterValue8", "FilterValue9", "FilterValues", "FilterValues1", "FilterValues10", "FilterValues2", "FilterValues3", "FilterValues4", "FilterValues5", "FilterValues6", "FilterValues7", "FilterValues8", "FilterValues9", "GroupString", "HasOverrideSelectCommand", "ID", "InplaceFullListSearch", "InplaceSearchQuery", "IsCSR", "IsGroupRender", "IsXslView", "ListViewPageUrl", "OverrideRowLimit", "OverrideScope", "OverrideSelectCommand", "PageFirstRow", "PageLastRow", "QueryParams", "RootFolder", "RootFolderUniqueId", "SortDir", "SortDir1", "SortDir10", "SortDir2", "SortDir3", "SortDir4", "SortDir5", "SortDir6", "SortDir7", "SortDir8", "SortDir9", "SortField", "SortField1", "SortField10", "SortField2", "SortField3", "SortField4", "SortField5", "SortField6", "SortField7", "SortField8", "SortField9", "SortFields", "SortFieldValues", "View", "ViewCount", "ViewId", "ViewPath", "WebPartId", "FilterIBSegmentsBasedOnAndCondition" ], }, renderIBSegmentListFilterData: IMapperMethod & { argNames: [ "parameters" ], }, renderOwnershipPolicyStorageSPList: IMapperMethod & { argNames: [ "parameters", "overrideParameters" ], }, renderPolicyDefinitionList: IMapperMethod & { argNames: [ "parameters", "overrideParameters" ], }, renderPolicyExecutionsHistory: IMapperMethod & { argNames: [ "parameters", "overrideParameters" ], }, renderPolicyReport: IMapperMethod & { argNames: [ "parameters", "overrideParameters" ], }, renderRecentAdminActionReport: IMapperMethod & { argNames: [ "parameters", "overrideParameters" ], }, renderRecentAdminActions: IMapperMethod & { argNames: [ "parameters", "overrideParameters", "isAutoRefresh" ], }, reorderTargetedSites: IMapperMethod & { argNames: [ "siteIds" ], }, requestContentManagementAssessment: IMapperMethod & { }, restoreContainer: IMapperMethod & { argNames: [ "containerId" ], }, restoreDeletedSite: IMapperMethod & { argNames: [ "siteUrl" ], }, restoreDeletedSiteById: IMapperMethod & { argNames: [ "siteId" ], }, restoreDeletedSitePreferId: IMapperMethod & { argNames: [ "siteUrl", "siteId" ], }, restoreSPODeletedContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, restoreSPODeletedContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteUrl" ], }, revokeHubSiteRightsById: IMapperMethod & { argNames: [ "hubSiteId", "principals" ], }, saveFileRequestBrandingAssetConfig: IMapperMethod & { argNames: [ "assetLibraryUrl", "logoFileUrl", "backgroundFileUrl", "profileType" ], }, sendEmail: IMapperMethod & { argNames: [ "siteUrl", "activityEventJson" ], }, setBaselineSecurityModePreAuthSettings: IMapperMethod & { argNames: [ "isDisabled", "allowList" ], }, setCatalogManagementTypeDisplayName: IMapperMethod & { argNames: [ "propertyType", "displayName" ], }, setCatalogManagementValueDisplayName: IMapperMethod & { argNames: [ "id", "displayName" ], }, setCopilotPromoOptInStatus: IMapperMethod & { argNames: [ "copilotPromoOptInEnabled" ], }, setDefaultView: IMapperMethod & { argNames: [ "viewId", "listName" ], }, setFileTypeVersionPolicy: IMapperMethod & { argNames: [ "fileTypes", "isAutoTrimEnabled", "majorVersionLimit", "expireVersionsAfterDays" ], }, setFileVersionPolicy: IMapperMethod & { argNames: [ "isAutoTrimEnabled", "majorVersionLimit", "expireVersionsAfterDays" ], }, setFileVersionPolicyForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "versionPolicyParams" ], }, setIBSegmentsOnSite: IMapperMethod & { argNames: [ "siteId", "segments", "ibMode" ], }, setIdleSessionSignOutForUnmanagedDevices: IMapperMethod & { argNames: [ "enabled", "warnAfter", "signOutAfter" ], }, setJitDlpPolicyData: IMapperMethod & { argNames: [ "markAllFilesAsSensitiveByDefault", "odbSensitivityRefreshWindowInHours", "executionMode" ], }, setOrgAssetsWithConfig: IMapperMethod & { argNames: [ "libUrl", "thumbnailUrl", "orgAssetType", "configParam" ], }, setOrgAssetsWithType: IMapperMethod & { argNames: [ "libUrl", "thumbnailUrl", "orgAssetType" ], }, setPreAuthIsDisabledSetting: IMapperMethod & { argNames: [ "isDisabled" ], }, setResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteId" ], }, setSPEmbeddedApplicationPermissions: IMapperMethod & { argNames: [ "spSyntexApplicationProperties" ], }, setSPEmbeddedApplicationProperties: IMapperMethod & { argNames: [ "spSyntexApplicationProperties" ], }, setSPHSite: IMapperMethod & { argNames: [ "sphSiteUrl" ], }, setSPHSiteWithConfiguration: IMapperMethod & { argNames: [ "sphSiteUrl", "configuration" ], }, setSPOContainerProperties: IMapperMethod & { argNames: [ "spContainerProperties" ], }, setSPOContainerType: IMapperMethod & { argNames: [ "containerTypeProperties" ], }, setSPOContainerTypeConfiguration: IMapperMethod & { argNames: [ "spContainerTypeConfigurationProperties" ], }, setSPORestrictedSearchMode: IMapperMethod & { argNames: [ "mode" ], }, setSPOServicePrioritizationAppRegistration: IMapperMethod & { argNames: [ "appId", "enabled", "enabledHasValue", "quotaMultiplier", "quotaMultiplierHasValue" ], }, setSPOSyntexApplicationsClearOverrideSharingCapability: IMapperMethod & { argNames: [ "owningApplicationId" ], }, setSPOSyntexApplicationsSharingCapability: IMapperMethod & { argNames: [ "owningApplicationId", "sharingCapability", "overrideTenantSharingCapability" ], }, setSensitivityLabelContainer: IMapperMethod & { argNames: [ "containerId", "sensitivityLabel" ], }, setSiteAdministrators: IMapperMethod & { argNames: [ "siteAdministratorsFieldsData" ], }, setSiteSecondaryAdministrators: IMapperMethod & { argNames: [ "secondaryAdministratorsFieldsData" ], }, setSiteUserGroups: IMapperMethod & { argNames: [ "siteUserGroupsData" ], }, setSyntexPaygFeatureActivation: IMapperMethod & { argNames: [ "featureName", "activationStatus" ], }, setTenantDataLossPreventionQuarantineSettings: IMapperMethod & { argNames: [ "serializedValue" ], }, setTrackViewFeatureAlwaysVisible: IMapperMethod & { }, swapSite: IMapperMethod & { argNames: [ "sourceUrl", "targetUrl", "archiveUrl" ], }, swapSiteWithSmartGestureOption: IMapperMethod & { argNames: [ "sourceUrl", "targetUrl", "archiveUrl", "includeSmartGestures" ], }, swapSiteWithSmartGestureOptionForce: IMapperMethod & { argNames: [ "sourceUrl", "targetUrl", "archiveUrl", "includeSmartGestures", "force" ], }, switchFileRequestBrandingProfiles: IMapperMethod & { }, syncVersionPolicyForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "fileTypes", "excludeDefaultPolicy" ], }, testGenerateReportInsights: IMapperMethod & { argNames: [ "insightsScenario", "reportUrl", "modelName" ], }, testGetInsightGenerationResponseAsync: IMapperMethod & { argNames: [ "jobId", "reportUrl", "modelName" ], }, testGetInsightGenerationStatusAsync: IMapperMethod & { argNames: [ "jobId", "reportUrl", "modelName" ], }, testQueueInsightGenerationAsync: IMapperMethod & { argNames: [ "insightsScenario", "reportUrl", "modelName", "maxTokenSize" ], }, transferContainerPrincipalOwner: IMapperMethod & { argNames: [ "containerId", "newPrincipalOwnerUpn" ], }, unArchiveContainer: IMapperMethod & { argNames: [ "containerId" ], }, unarchiveSiteById: IMapperMethod & { argNames: [ "siteId" ], }, unlockSensitivityLabelEncryptedFile: IMapperMethod & { argNames: [ "fileUrl", "justificationText" ], }, unregisterHubSite: IMapperMethod & { argNames: [ "siteUrl" ], }, update: IMapperMethod & { }, updateFileSearchVisibility: IMapperMethod & { argNames: [ "url", "isHidden" ], }, updateGroupSiteProperties: IMapperMethod & { argNames: [ "groupId", "siteId", "updateType", "parameters" ], }, updateJobsWorkItems: IMapperMethod & { argNames: [ "jobIds" ], }, updatePolicyDefinition: IMapperMethod & { argNames: [ "itemId", "policyInputParameters", "policyOperation" ], }, updateRansomwareActivity: IMapperMethod & { argNames: [ "listItemId", "columnValues", "category" ], }, updateRansomwareEvent: IMapperMethod & { argNames: [ "listItemId", "columnValues", "forceResolveActivity", "category" ], }, updateSPOContainerUserRole: IMapperMethod & { argNames: [ "ContainerId", "loginName", "role" ], }, updateSiteActivityData: IMapperMethod & { }, updateSyntexCustomModelSetting: IMapperMethod & { argNames: [ "modelSetting", "scenario" ], }, updateTargetedSite: IMapperMethod & { argNames: [ "siteUrl", "configurationParam" ], }, updateTenantAdminListItem: IMapperMethod & { argNames: [ "listItemId", "columnValues", "listName" ], }, updateTenantAdminListView: IMapperMethod & { argNames: [ "viewId", "viewXml" ], }, validateHomeSite: IMapperMethod & { argNames: [ "validationActionType", "siteUrl" ], }, validateMultipleHomeSitesParameterExists: IMapperMethod & { argNames: [ "hasParameters" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService": { properties?: Array; getTenantAdminSharePointSettingsData: IMapperMethod & { argNames: [ "category" ], }, getTenantSharingStatus: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantManagement.ExternalUser.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "uniqueId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantManagement.Office365Tenant": { properties?: Array; addPublicCdnOrigin: IMapperMethod & { argNames: [ "origin" ], }, addSdnProvider: IMapperMethod & { argNames: [ "identifier", "license" ], }, addTenantCdnOrigin: IMapperMethod & { argNames: [ "cdnType", "originUrl" ], }, addTenantTheme: IMapperMethod & { argNames: [ "name", "themeJson", "shouldParseColorPair" ], }, addToOrgAssetsLibAndCdn: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded" ], }, addToOrgAssetsWithConfig: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded", "configParam" ], }, createTenantCdnDefaultOrigins: IMapperMethod & { argNames: [ "cdnType" ], }, deleteImportProfilePropertiesJob: IMapperMethod & { argNames: [ "jobId" ], }, deleteTenantTheme: IMapperMethod & { argNames: [ "name" ], }, disableSharingForNonOwnersOfSite: IMapperMethod & { argNames: [ "siteUrl" ], }, getAllTenantThemes: IMapperMethod & { }, getCustomFontsMinorVersion: IMapperMethod & { argNames: [ "libUrl" ], }, getExternalUsers: IMapperMethod & { argNames: [ "position", "pageSize", "filter", "sortOrder" ], }, getExternalUsersForSite: IMapperMethod & { argNames: [ "siteUrl", "position", "pageSize", "filter", "sortOrder" ], }, getExternalUsersWithSortBy: IMapperMethod & { argNames: [ "position", "pageSize", "filter", "sortPropertyName", "sortOrder" ], }, getHideDefaultThemes: IMapperMethod & { }, getIdleSessionSignOutForUnmanagedDevices: IMapperMethod & { }, getImportProfilePropertyJob: IMapperMethod & { argNames: [ "jobId" ], }, getImportProfilePropertyJobs: IMapperMethod & { }, getTenantCdnEnabled: IMapperMethod & { argNames: [ "cdnType" ], }, getTenantCdnOrigins: IMapperMethod & { argNames: [ "cdnType" ], }, getTenantCdnPolicies: IMapperMethod & { argNames: [ "cdnType" ], }, getTenantTheme: IMapperMethod & { argNames: [ "name" ], }, incrementCustomFontsMinorVersion: IMapperMethod & { argNames: [ "libUrl" ], }, isSharingDisabledForNonOwnersOfSite: IMapperMethod & { argNames: [ "siteUrl" ], }, logCustomFontsLargeUpload: IMapperMethod & { argNames: [ "numCatalogs", "numFonts", "totalExpectedFiles" ], }, queueImportProfileProperties: IMapperMethod & { argNames: [ "idType", "sourceDataIdProperty", "propertyMap", "sourceUri" ], }, removeExternalUsers: IMapperMethod & { argNames: [ "uniqueIds" ], }, removeFromOrgAssets: IMapperMethod & { argNames: [ "libUrl", "listId" ], }, removeFromOrgAssetsAndCdn: IMapperMethod & { argNames: [ "remove", "cdnType", "libUrl" ], }, removePreviousCustomFontUpload: IMapperMethod & { argNames: [ "majVersions", "libUrl" ], }, removePublicCdnOrigin: IMapperMethod & { argNames: [ "originId" ], }, removeSdnProvider: IMapperMethod & { }, removeTenantCdnOrigin: IMapperMethod & { argNames: [ "cdnType", "originUrl" ], }, revokeAllUserSessions: IMapperMethod & { argNames: [ "userName" ], }, revokeAllUserSessionsByPuid: IMapperMethod & { argNames: [ "puidList" ], }, setBlockDownloadFileTypePolicyData: IMapperMethod & { argNames: [ "blockDownloadFileTypePolicy", "fileTypeIds", "excludedBlockDownloadGroupIds" ], }, setBlockDownloadFileTypePolicyExclusionList: IMapperMethod & { argNames: [ "excludedBlockDownloadGroupIds" ], }, setHideDefaultThemes: IMapperMethod & { argNames: [ "hideDefaultThemes" ], }, setIdleSessionSignOutForUnmanagedDevices: IMapperMethod & { argNames: [ "enabled", "warnAfter", "signOutAfter" ], }, setJitDlpPolicyData: IMapperMethod & { argNames: [ "markAllFilesAsSensitiveByDefault", "odbSensitivityRefreshWindowInHours", "executionMode" ], }, setOrgAssetsLib: IMapperMethod & { argNames: [ "libUrl", "thumbnailUrl", "orgAssetType" ], }, setOrgAssetsLibWithConfig: IMapperMethod & { argNames: [ "libUrl", "thumbnailUrl", "orgAssetType", "configParam" ], }, setTenantCdnEnabled: IMapperMethod & { argNames: [ "cdnType", "isEnabled" ], }, setTenantCdnPolicy: IMapperMethod & { argNames: [ "cdnType", "policy", "policyValue" ], }, syncAadB2BManagementPolicy: IMapperMethod & { }, updateTenantTheme: IMapperMethod & { argNames: [ "name", "themeJson", "shouldParseColorPair" ], }, uploadCustomFontsAndCatalogLib: IMapperMethod & { argNames: [ "customFontFiles", "libUrl" ], }, } "Microsoft.SharePoint.Administration.Claims.SPVivaLearningManager": { properties?: Array; registerListEventReceiver: IMapperMethod & { }, } "Microsoft.SharePoint.Administration.FeatureDefinition.Collection": { properties?: Array; getFeatureDefinition: IMapperMethod & { argNames: [ "featureDisplayName", "compatibilityLevel" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.SharePoint.Administration.SPAnalyticsUsageService": { properties?: Array; logevent: IMapperMethod & { argNames: [ "usageEntry" ], }, } "Microsoft.SharePoint.Administration.SPAppStateQueryJobDefinition": { properties?: Array; performFastRevokeWithClientIds: IMapperMethod & { }, } "Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService": { properties?: Array; acquireSystemSiteLock: IMapperMethod & { argNames: [ "lockRequestor", "lockType", "leaseDurationInMinutes" ], }, areAnyTablesTooLarge: IMapperMethod & { argNames: [ "threshold" ], }, checkSPSiteContentDatabase: IMapperMethod & { argNames: [ "siteId" ], }, clearSiteRelocationMarker: IMapperMethod & { }, commitSessionToken: IMapperMethod & { }, extendSystemSiteLockExpiration: IMapperMethod & { argNames: [ "leaseDurationInMinute" ], }, getCPSChangeToken: IMapperMethod & { }, getCPSSiteDeleteReason: IMapperMethod & { }, getDBActivities: IMapperMethod & { }, getDataChunk: IMapperMethod & { argNames: [ "tableName", "schemaName" ], }, getDataChunks: IMapperMethod & { }, getDataChunksIterator: IMapperMethod & { }, getDataReader: IMapperMethod & { argNames: [ "sqlCommandText" ], }, getDatabaseProperties: IMapperMethod & { }, getEventCacheDataChunk: IMapperMethod & { argNames: [ "lastCopiedId", "searchChangeToken" ], }, getEventCacheExColumns: IMapperMethod & { }, getEventCacheExDataChunk: IMapperMethod & { argNames: [ "lastCopiedId" ], }, getEventCacheIds: IMapperMethod & { argNames: [ "lastCopiedId" ], }, getFarmProperties: IMapperMethod & { }, getMarker: IMapperMethod & { }, getSPDeletedSiteRelocationStatus: IMapperMethod & { argNames: [ "checkLockTime" ], }, getScalarValue: IMapperMethod & { argNames: [ "sqlCommandText" ], }, getServiceVersion: IMapperMethod & { }, getSiteMoveState: IMapperMethod & { }, getSiteProperties: IMapperMethod & { }, getSiteRelocationCompatibleSchemaVersion: IMapperMethod & { }, getTenantWorkflows: IMapperMethod & { }, getValidationChunks: IMapperMethod & { }, getWorkItem: IMapperMethod & { }, isDbReadOnly: IMapperMethod & { }, isSystemSiteLocked: IMapperMethod & { argNames: [ "lockRequestor" ], }, lockSite: IMapperMethod & { }, pauseCrawling: IMapperMethod & { argNames: [ "originalCPSDeleteReason" ], }, processStorageMetricsChanges: IMapperMethod & { }, pulseHeartbeat: IMapperMethod & { }, releaseSystemSiteLock: IMapperMethod & { argNames: [ "lockRequestor" ], }, removeSiteMapEntry: IMapperMethod & { }, removeSiteMapEntry_ClearCache: IMapperMethod & { argNames: [ "sitePath" ], }, resumeCrawling: IMapperMethod & { argNames: [ "originalCPSDeleteReason" ], }, setSiteMoveState: IMapperMethod & { argNames: [ "state" ], }, sourceCleanupAfterMove: IMapperMethod & { argNames: [ "isDeleted" ], }, startLockableSession: IMapperMethod & { }, startSnapshotIsolation: IMapperMethod & { }, stopSessionToken: IMapperMethod & { }, unlockSiteOnFailure: IMapperMethod & { argNames: [ "originalLockFlags" ], }, updateAbsBlobDates: IMapperMethod & { }, } "Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent.Collection": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, roleAssignmentMSGraphNotify: IMapperMethod & { argNames: [ "tenant", "action", "type", "resourcePayload", "id", "containerId" ], }, } "Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport.Collection": { properties?: Array; getAllReportStates: IMapperMethod & { }, getReportById: IMapperMethod & { argNames: [ "ReportId", "ShowIncompatibleSegmentsPairsAndInvalidSegmentsFilesContents" ], }, query: IMapperMethod & { argNames: ["oData"] }, removeFinalizedReport: IMapperMethod & { argNames: [ "ReportId" ], }, } "Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog": { properties?: Array; getCrawledUrls: IMapperMethod & { argNames: [ "getCountOnly", "maxRows", "queryString", "isLike", "contentSourceID", "errorLevel", "errorID", "startDateTime", "endDateTime" ], }, getUnsuccesfulCrawledUrls: IMapperMethod & { argNames: [ "displayUrl", "startDateTime", "endDateTime" ], }, getUnsuccesfulCrawledUrlsForEdiscovery: IMapperMethod & { argNames: [ "displayUrl", "startDateTime", "endDateTime" ], }, } "Microsoft.SharePoint.Client.Search.Administration.SiteContentProcessingInfoProvider": { properties?: Array; getAzureContainerToken: IMapperMethod & { }, notifyContentProcessingStatus: IMapperMethod & { argNames: [ "webId", "listId", "uniqueId", "properties" ], }, reportContentProcessingStatus: IMapperMethod & { argNames: [ "webId", "listId", "uniqueId", "azureContainerTokenUri", "encryptionKey", "priority", "errorCode", "errorDescription" ], }, } "Microsoft.SharePoint.Client.Search.Administration.SiteProvisioningInfoProvider": { properties?: Array; checkSiteIngestionStatus: IMapperMethod & { argNames: [ "siteId" ], }, } "Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider": { properties?: Array; disableCrawlVersions: IMapperMethod & { argNames: [ "siteId" ], }, disableCrawlVersionsForTenant: IMapperMethod & { }, enableCrawlVersions: IMapperMethod & { argNames: [ "siteId" ], }, enableCrawlVersionsForTenant: IMapperMethod & { }, getSiteCrawlVersionStatus: IMapperMethod & { argNames: [ "siteId" ], }, isCrawlVersionsEnabled: IMapperMethod & { argNames: [ "siteId" ], }, isCrawlVersionsEnabledForTenant: IMapperMethod & { }, } "Microsoft.SharePoint.Client.Search.Administration.TenantRecycleBinInfoProvider": { properties?: Array; disableRecycleBinDiscoverabilityForTenant: IMapperMethod & { }, enableRecycleBinDiscoverabilityForTenant: IMapperMethod & { }, isRecycleBinDiscoverabilityEnabledForTenant: IMapperMethod & { }, } "Microsoft.SharePoint.Client.Search.Analytics.SignalStore": { properties?: Array; signals: IMapperMethod & { argNames: [ "signals" ], }, } "Microsoft.SharePoint.Client.Search.Query.RankingLabeling": { properties?: Array; addJudgment: IMapperMethod & { argNames: [ "userQuery", "url", "labelId" ], }, getJudgementsForQuery: IMapperMethod & { argNames: [ "query" ], }, normalizeResultUrl: IMapperMethod & { argNames: [ "url" ], }, } "Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection": { properties?: Array; add: IMapperMethod & { argNames: [ "matchType", "matchValue", "boost" ], }, clear: IMapperMethod & { }, } "Microsoft.SharePoint.Client.Search.Query.SortCollection": { properties?: Array; add: IMapperMethod & { argNames: [ "strProperty", "direction" ], }, clear: IMapperMethod & { }, } "Microsoft.SharePoint.Client.Search.Query.StringCollection": { properties?: Array; add: IMapperMethod & { argNames: [ "property" ], }, clear: IMapperMethod & { }, } "Microsoft.SharePoint.ClientSideComponent.HostedApp": { properties?: Array; delete: IMapperMethod & { }, updateWebPartData: IMapperMethod & { argNames: [ "webPartDataAsJson" ], }, } "Microsoft.SharePoint.ClientSideComponent.HostedAppsManager": { properties?: Array; add: IMapperMethod & { argNames: [ "webPartDataAsJson", "hostType" ], }, addEx: IMapperMethod & { argNames: [ "webPartDataAsJson", "hostType" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, } "Microsoft.SharePoint.Comments.comment": { properties?: Array; delete: IMapperMethod & { }, like: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, unlike: IMapperMethod & { }, } "Microsoft.SharePoint.Comments.comment.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "text" ], }, deleteAll: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.SharePoint.ContentSolution.API.TemplateAPI": { properties?: Array; addFields: IMapperMethod & { argNames: [ "request" ], }, createTemplate: IMapperMethod & { argNames: [ "request" ], }, createTemplateUsingStream: IMapperMethod & { argNames: [ "DocumentFolderId", "DocumentLibraryId", "DocumentSiteId", "DocumentWebId", "FormId", "TemplateName", "contentStream" ], }, getContentControlStandardContent: IMapperMethod & { argNames: [ "templateId", "fetchConditionalsOnly" ], }, getFields: IMapperMethod & { argNames: [ "templateId", "versionType" ], }, updateField: IMapperMethod & { argNames: [ "request" ], }, } "Microsoft.SharePoint.Convergence.AddNoLiveBlobsInOdcServiceStateApi": { properties?: Array; addState: IMapperMethod & { }, } "Microsoft.SharePoint.Convergence.ConsumerPermissions": { properties?: Array; grantConsumerSitePermissions: IMapperMethod & { }, revokeConsumerSitePermissions: IMapperMethod & { }, } "Microsoft.SharePoint.Convergence.MigrationCompleteStateApi": { properties?: Array; addState: IMapperMethod & { }, isDoclibContributorOwnerEnabled: IMapperMethod & { }, isSuspended: IMapperMethod & { }, } "Microsoft.SharePoint.Convergence.OdcMetadataCleanedUpApi": { properties?: Array; addState: IMapperMethod & { }, } "Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage": { properties?: Array; getData: IMapperMethod & { }, setSpotlightConfiguration: IMapperMethod & { argNames: [ "configuration" ], }, } "Microsoft.SharePoint.EmployeeEngagement.VivaHome": { properties?: Array; addImage: IMapperMethod & { argNames: [ "fileName", "imageStream" ], }, addImageFromExternalUrl: IMapperMethod & { argNames: [ "fileName", "externalUrl" ], }, titleRegion: IMapperMethod & { argNames: [ "vivaHomeTitleRegion" ], }, updateGoToVCButtonFlag: IMapperMethod & { argNames: [ "isGoBackToConnectionsButtonDisabled" ], }, } "Microsoft.SharePoint.EmployeeEngagement.VivaResources": { properties?: Array; addLink: IMapperMethod & { argNames: [ "newLink" ], }, getLinks: IMapperMethod & { }, removeLink: IMapperMethod & { argNames: [ "id" ], }, reorderLink: IMapperMethod & { argNames: [ "linkId", "prevLinkId" ], }, updateLink: IMapperMethod & { argNames: [ "updatedLink" ], }, updateLinks: IMapperMethod & { argNames: [ "links" ], }, } "Microsoft.SharePoint.IR.IRMigration": { properties?: Array; deleteAndRecreateIRList: IMapperMethod & { }, } "Microsoft.SharePoint.IdentityModel.SPAllOrgSGManager": { properties?: Array; createAllOrgSecurityGroup: IMapperMethod & { }, } "Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager": { properties?: Array; createReport: IMapperMethod & { }, getAllReportsMetadata: IMapperMethod & { }, getReport: IMapperMethod & { argNames: [ "reportId", "siteType" ], }, getReportData: IMapperMethod & { argNames: [ "reportId", "siteType", "section", "isFullDetails" ], }, } "Microsoft.SharePoint.Internal.ActivityLogger": { properties?: Array; feedbackDirect: IMapperMethod & { argNames: [ "Operation", "ListId", "ListItemUniqueId", "AffectedResourceUrl", "ItemType", "json" ], }, feedbackIndirect: IMapperMethod & { argNames: [ "Operation", "ListId", "ListItemUniqueId", "AffectedResourceUrl", "ItemType", "json" ], }, logActivity: IMapperMethod & { argNames: [ "Operation", "ListId", "ListItemUniqueId", "AffectedResourceUrl", "ItemType", "ExtraProperties", "AuditCreationTime", "IsOffline", "UserIdList" ], }, logActivityBulk: IMapperMethod & { argNames: [ "Operation", "SiteId", "WebId", "ListId", "MailboxType", "Requests" ], }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns": { properties?: Array; add: IMapperMethod & { argNames: [ "description", "id", "serializedProperties", "showInToolbox", "title" ], }, update: IMapperMethod & { argNames: [ "description", "id", "serializedProperties", "showInToolbox", "title" ], }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata": { properties?: Array; deploy: IMapperMethod & { argNames: [ "skipFeatureDeployment", "isUpdatingApp" ], }, install: IMapperMethod & { }, remove: IMapperMethod & { }, retract: IMapperMethod & { }, uninstall: IMapperMethod & { }, upgrade: IMapperMethod & { }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "absolutePath" ], }, getById: IMapperMethod & { argNames: [ "siteId" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "absolutePath" ], }, removeById: IMapperMethod & { argNames: [ "siteId" ], }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor": { properties?: Array; add: IMapperMethod & { argNames: [ "Url", "Overwrite", "Content" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload": { properties?: Array; downloadTeams: IMapperMethod & { }, } "Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor": { properties?: Array; add: IMapperMethod & { argNames: [ "Url", "Overwrite", "Content" ], }, addAndDeployStoreAppById: IMapperMethod & { argNames: [ "CallerId", "CMU", "isUpdatingApp", "Overwrite", "SkipFeatureDeployment", "StoreAssetId" ], }, addStoreApp: IMapperMethod & { argNames: [ "Url", "Overwrite", "IconUrl", "Publisher", "ShortDescription", "StoreAssetId", "Content" ], }, appRequests: IMapperMethod & { argNames: [ "AppRequestInfo" ], }, downloadTeamsSolution: IMapperMethod & { argNames: [ "id" ], }, downloadTeamsSolutionByUniqueId: IMapperMethod & { argNames: [ "id" ], }, getAppById: IMapperMethod & { argNames: [ "itemUniqueId" ], }, isAppUpgradeAvailable: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, sendAppRequestStatusNotificationEmail: IMapperMethod & { argNames: [ "RequestGuid" ], }, solutionContainsTeamsComponent: IMapperMethod & { argNames: [ "id" ], }, syncSolutionToTeams: IMapperMethod & { argNames: [ "id" ], }, syncSolutionToTeamsByUniqueId: IMapperMethod & { argNames: [ "id" ], }, updateMyRequestStatus: IMapperMethod & { argNames: [ "RequestId", "Status" ], }, upload: IMapperMethod & { argNames: [ "Url", "Overwrite", "Content" ], }, } "Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy": { properties?: Array; remoteThumbnail: IMapperMethod & { argNames: [ "url" ], }, } "Microsoft.SharePoint.Navigation.REST.HomeSiteNavigationSettings": { properties?: Array; enableGlobalNavigation: IMapperMethod & { argNames: [ "isEnabled" ], }, } "Microsoft.SharePoint.Navigation.REST.NavigationServiceRest": { properties?: Array; currentResourcesNav: IMapperMethod & { argNames: [ "source", "includeVivaResources" ], }, getPublishingNavigationProviderType: IMapperMethod & { argNames: [ "mapProviderName" ], }, globalNav: IMapperMethod & { argNames: [ "source", "includeVivaResources" ], }, globalNavEnabled: IMapperMethod & { }, homeSiteNavigation: IMapperMethod & { argNames: [ "source" ], }, menuNodeKey: IMapperMethod & { argNames: [ "currentUrl", "mapProviderName" ], }, menuState: IMapperMethod & { argNames: [ "menuNodeKey", "mapProviderName", "depth", "customProperties" ], }, query: IMapperMethod & { argNames: ["oData"] }, saveMenuState: IMapperMethod & { argNames: [ "menuState", "mapProviderName" ], }, setGlobalNavEnabled: IMapperMethod & { argNames: [ "isEnabled" ], }, } "Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi": { properties?: Array; details: IMapperMethod & { }, } "Microsoft.SharePoint.Photos.PhotosMigration": { properties?: Array; migratePhotosData: IMapperMethod & { }, } "Microsoft.SharePoint.Portal.GroupService": { properties?: Array; getGroupImage: IMapperMethod & { argNames: [ "id", "hash", "color" ], }, setGroupImage: IMapperMethod & { argNames: [ "imageStream" ], }, syncGroupProperties: IMapperMethod & { }, } "Microsoft.SharePoint.Portal.GroupSiteManager": { properties?: Array; cacheCurrentUserJoinedTeamsResult: IMapperMethod & { argNames: [ "joinedTeams" ], }, canUserCreateGroup: IMapperMethod & { }, clearCurrentUserTeamsCache: IMapperMethod & { }, create: IMapperMethod & { argNames: [ "groupId" ], }, createGroup: IMapperMethod & { argNames: [ "displayName", "alias", "isPublic", "ownerPrincipalNames", "description", "creationOptions" ], }, createGroupEx: IMapperMethod & { argNames: [ "displayName", "alias", "isPublic", "optionalParams" ], }, createGroupForSite: IMapperMethod & { argNames: [ "displayName", "alias", "isPublic", "optionalParams" ], }, createTeamsForGroup: IMapperMethod & { argNames: [ "groupId", "teamTemplate" ], }, createTeamsNavLink: IMapperMethod & { argNames: [ "teamsLinkUrl", "siteUrl" ], }, delete: IMapperMethod & { argNames: [ "siteUrl" ], }, ensureTeamForGroup: IMapperMethod & { argNames: [ "siteUrl", "teamTemplate" ], }, ensureTeamForGroupEx: IMapperMethod & { argNames: [ "siteUrl", "teamTemplate" ], }, getAllOrgLabels: IMapperMethod & { argNames: [ "pageNumber" ], }, getCurrentUserJoinedTeams: IMapperMethod & { argNames: [ "getLogoData", "forceCacheUpdate" ], }, getCurrentUserSharedChannelMemberGroups: IMapperMethod & { }, getCurrentUserTeamConnectedMemberGroups: IMapperMethod & { }, getGroupCreationContext: IMapperMethod & { }, getGroupSiteConversionData: IMapperMethod & { }, getParentGroupForChannel: IMapperMethod & { argNames: [ "siteUrl" ], }, getSharedChannelSharePointUrl: IMapperMethod & { argNames: [ "tenantId", "groupId" ], }, getSiteStatus: IMapperMethod & { argNames: [ "groupId" ], }, getTeamChannelFilesUrl: IMapperMethod & { argNames: [ "teamId", "channelId" ], }, getTeamChannels: IMapperMethod & { argNames: [ "teamId", "useStagingEndpoint" ], }, getTeamChannelsDirect: IMapperMethod & { argNames: [ "teamId" ], }, getTeamChannelsEx: IMapperMethod & { argNames: [ "teamId" ], }, getTeamChannelsWithSiteUrl: IMapperMethod & { argNames: [ "siteUrl" ], }, getUserSharedChannelMemberGroups: IMapperMethod & { argNames: [ "userName" ], }, getUserTeamConnectedMemberGroups: IMapperMethod & { argNames: [ "userName" ], }, getValidSiteUrlFromAlias: IMapperMethod & { argNames: [ "alias", "managedPath", "isTeamSite" ], }, hideTeamifyPrompt: IMapperMethod & { argNames: [ "siteUrl" ], }, isTeamifyPromptHidden: IMapperMethod & { argNames: [ "siteUrl" ], }, notebook: IMapperMethod & { argNames: [ "groupId" ], }, pinToTeam: IMapperMethod & { argNames: [ "requestParams" ], }, recentAndJoinedTeams: IMapperMethod & { argNames: [ "includeRecent", "includeTeams", "includePinned", "existingJoinedTeamsData" ], }, } "Microsoft.SharePoint.Portal.SPHubSitesUtility": { properties?: Array; getHubSites: IMapperMethod & { }, } "Microsoft.SharePoint.Portal.SPSiteManager": { properties?: Array; archiveTeamChannelSite: IMapperMethod & { argNames: [ "siteId", "archive" ], }, archiveTeamConnectedSite: IMapperMethod & { argNames: [ "SiteId", "IsArchive", "ModernGroupMemberMove", "AllTenantUserMove" ], }, areSegmentsCompatible: IMapperMethod & { argNames: [ "segments" ], }, canCreateHubJoinedSite: IMapperMethod & { argNames: [ "hubSiteId" ], }, create: IMapperMethod & { argNames: [ "request" ], }, delete: IMapperMethod & { argNames: [ "siteId" ], }, getCompatibleSegments: IMapperMethod & { argNames: [ "segments" ], }, getIBSegmentLabels: IMapperMethod & { argNames: [ "IBSegments" ], }, getProperty: IMapperMethod & { argNames: [ "propertyName" ], }, getTeamChannelSiteOwner: IMapperMethod & { argNames: [ "siteId" ], }, landingSiteUrlFromName: IMapperMethod & { argNames: [ "siteName" ], }, restoreTeamsChannelSite: IMapperMethod & { argNames: [ "siteId", "relatedGroupId" ], }, setIBSegments: IMapperMethod & { argNames: [ "IBSegments" ], }, setTeamChannelSiteOwner: IMapperMethod & { argNames: [ "siteId", "logonName", "secondaryLogonName" ], }, siteUrl: IMapperMethod & { argNames: [ "siteId" ], }, status: IMapperMethod & { argNames: [ "url" ], }, updateWorkflow2013Endpoint: IMapperMethod & { argNames: [ "workflowServiceAddress", "workflowHostname" ], }, vivaBackendSiteUrlFromName: IMapperMethod & { argNames: [ "siteName" ], }, } "Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder": { properties?: Array; context: IMapperMethod & { }, } "Microsoft.SharePoint.Portal.SiteIconManager": { properties?: Array; getSiteLogo: IMapperMethod & { argNames: [ "siteUrl", "target", "type", "hash" ], }, setSiteLogo: IMapperMethod & { argNames: [ "relativeLogoUrl", "type", "aspect", "focalx", "focaly", "isFocalPatch" ], }, } "Microsoft.SharePoint.Portal.SiteLinkingManager": { properties?: Array; getSiteLinks: IMapperMethod & { }, linkGroup: IMapperMethod & { argNames: [ "groupId" ], }, unlinkGroup: IMapperMethod & { argNames: [ "groupId" ], }, } "Microsoft.SharePoint.Portal.VivaSiteManager": { properties?: Array; ensureVivaSite: IMapperMethod & { }, } "Microsoft.SharePoint.Publishing.Campaigns.Campaign": { properties?: Array; associate: IMapperMethod & { argNames: [ "publicationId" ], }, delete: IMapperMethod & { }, publications: IMapperMethod & { argNames: [ "offset", "limit" ], }, update: IMapperMethod & { argNames: [ "metadata" ], }, } "Microsoft.SharePoint.Publishing.Campaigns.Campaign.Collection": { properties?: Array; create: IMapperMethod & { argNames: [ "metadata" ], }, getAll: IMapperMethod & { argNames: [ "offset", "limit" ], }, getAssociationsByCampaignId: IMapperMethod & { argNames: [ "campaignId" ], }, getByAssociatedPublicationId: IMapperMethod & { argNames: [ "publicationId" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, migrate: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaBackfillApi": { properties?: Array; backfillNonQuota: IMapperMethod & { argNames: [ "backfillUserfacts" ], }, } "Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaMigrationApi": { properties?: Array; migrateNonQuota: IMapperMethod & { }, } "Microsoft.SharePoint.QuotaManagement.Consumer.QuotaMigrationApi": { properties?: Array; migrateQuota: IMapperMethod & { argNames: [ "IsMaxQuotaCall" ], }, } "Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi": { properties?: Array; getSectionDesignIdeas: IMapperMethod & { argNames: [ "title", "subTitle" ], }, ping: IMapperMethod & { }, } "Microsoft.SharePoint.Sharing.Internal.SharingRestrictions": { properties?: Array; update: IMapperMethod & { }, } "Microsoft.SharePoint.SiteManager.SiteManagerService": { properties?: Array; addSuggestionItems: IMapperMethod & { argNames: [ "suggestionItems" ], }, deleteSuggestionItemsByIdentifiers: IMapperMethod & { argNames: [ "cardType", "identifiers" ], }, ensureMissingLinksListFeature: IMapperMethod & { }, ensureRedirectUrlListFeature: IMapperMethod & { }, ensureRetirePageFeature: IMapperMethod & { }, ensureSuggestionListFeature: IMapperMethod & { }, getDismissedContentGapSuggestions: IMapperMethod & { }, logMissingLink: IMapperMethod & { argNames: [ "referrerUrl", "destinationUrl" ], }, performBAAA: IMapperMethod & { argNames: [ "baaaRequest" ], }, retirablePages: IMapperMethod & { argNames: [ "top", "skipToken", "isDebug", "snoozedPaths", "isDocument", "dataSources" ], }, retiredPagesView: IMapperMethod & { }, setSiteManagerSignals: IMapperMethod & { argNames: [ "signals" ], }, siteManagerSignals: IMapperMethod & { }, topFiles: IMapperMethod & { argNames: [ "maxCount" ], }, topMissingLinks: IMapperMethod & { argNames: [ "maxCount", "snoozedLinks" ], }, } "Microsoft.SharePoint.TenantCdn.TenantCdnApi": { properties?: Array; getCdnUrls: IMapperMethod & { argNames: [ "items" ], }, isFolderUrlsInTenantCdn: IMapperMethod & { argNames: [ "urls", "cdnType" ], }, } "Microsoft.SharePoint.Webhooks.Subscription": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "parameters" ], }, } "Microsoft.SharePoint.Webhooks.Subscription.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "subscriptionId" ], }, } "PS.BaseCalendarException": { properties?: Array; delete: IMapperMethod & { }, } "PS.Calendar": { properties?: Array; copyTo: IMapperMethod & { argNames: [ "name" ], }, delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.Calendar.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.CalendarException": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.CalendarException.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.CustomField": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.CustomField.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByAppAlternateId: IMapperMethod & { argNames: [ "objectId" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.DraftAssignment.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.DraftProjectResource.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, addEnterpriseResourceById: IMapperMethod & { argNames: [ "resourceId" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.DraftTask.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.DraftTaskLink.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.EngagementComment.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "comment" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.EnterpriseProjectType": { properties?: Array; addDepartment: IMapperMethod & { argNames: [ "departmentValueGuid" ], }, delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, removeDepartment: IMapperMethod & { argNames: [ "departmentValueGuid" ], }, updateCreatePDP: IMapperMethod & { argNames: [ "pdp" ], }, } "PS.EnterpriseProjectType.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.EnterpriseResource": { properties?: Array; delete: IMapperMethod & { }, forceCheckIn: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, updateClaimsAccount: IMapperMethod & { argNames: [ "newClaimsAccount" ], }, } "PS.EnterpriseResource.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.EnterpriseResourceCostRate": { properties?: Array; rESTfulUpdate: IMapperMethod & { }, restfulDelete: IMapperMethod & { }, } "PS.EnterpriseResourceCostRate.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByDateUrl: IMapperMethod & { argNames: [ "effectiveDate" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.EntityLink": { properties?: Array; delete: IMapperMethod & { }, } "PS.EntityLink.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.Event.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "objectId" ], }, getByInt: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.EventHandler": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.EventHandler.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.LookupCost": { properties?: Array; delete: IMapperMethod & { }, } "PS.LookupDate": { properties?: Array; delete: IMapperMethod & { }, } "PS.LookupDuration": { properties?: Array; delete: IMapperMethod & { }, } "PS.LookupEntry": { properties?: Array; delete: IMapperMethod & { }, } "PS.LookupEntry.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByAppAlternateId: IMapperMethod & { argNames: [ "objectId" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.LookupNumber": { properties?: Array; delete: IMapperMethod & { }, } "PS.LookupTable": { properties?: Array; addMask: IMapperMethod & { argNames: [ "mask" ], }, delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, updateMask: IMapperMethod & { argNames: [ "mask", "level" ], }, } "PS.LookupTable.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByAppAlternateId: IMapperMethod & { argNames: [ "objectId" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.LookupText": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.Phase": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.Phase.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.PlanAssignment": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PlanAssignment.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PlanAssignmentInterval.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, getByStart: IMapperMethod & { argNames: [ "start" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.Project": { properties?: Array; getResourcePlanByUrl: IMapperMethod & { argNames: [ "start", "end", "scale" ], }, leaveProjectStage: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, readyToLeaveProjectStage: IMapperMethod & { }, updateIdeaListItemStatus: IMapperMethod & { argNames: [ "status" ], }, } "PS.ProjectDetailPage.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.ProjectEngagement": { properties?: Array; delete: IMapperMethod & { }, getTimephasedByUrl: IMapperMethod & { argNames: [ "start", "end", "scale", "contourType" ], }, } "PS.ProjectEngagement.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.ProjectEngagementTimephasedPeriod.Collection": { properties?: Array; getByStartUrl: IMapperMethod & { argNames: [ "start" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.ProjectServer": { properties?: Array; getDeletedPublishedAssignments: IMapperMethod & { argNames: [ "deletedDate" ], }, query: IMapperMethod & { argNames: ["oData"] }, stopDelegation: IMapperMethod & { }, } "PS.ProjectWorkflowInstance": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, restartWorkflow: IMapperMethod & { }, restartWorkflowSkipToStage: IMapperMethod & { argNames: [ "stageId" ], }, } "PS.ProjectWorkflowInstance.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PublishedAssignment.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PublishedProject": { properties?: Array; checkOut: IMapperMethod & { }, createProjectSite: IMapperMethod & { argNames: [ "siteName" ], }, delete: IMapperMethod & { }, getResourcePlanByUrl: IMapperMethod & { argNames: [ "start", "end", "scale" ], }, leaveProjectStage: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, readyToLeaveProjectStage: IMapperMethod & { }, submitToWorkflow: IMapperMethod & { }, unlinkProjectSite: IMapperMethod & { }, updateIdeaListItemStatus: IMapperMethod & { argNames: [ "status" ], }, updateVisibilityCustomFields: IMapperMethod & { }, } "PS.PublishedProject.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, validate: IMapperMethod & { }, } "PS.PublishedProjectResource.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PublishedTask": { properties?: Array; addTaskPlanLink: IMapperMethod & { argNames: [ "parameters" ], }, deleteTaskPlanLink: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PublishedTask.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.PublishedTaskLink.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.QueueJob": { properties?: Array; cancel: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.QueueJob.Collection": { properties?: Array; getAll: IMapperMethod & { }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.ResourceCalendarException": { properties?: Array; delete: IMapperMethod & { }, } "PS.ResourceEngagement": { properties?: Array; delete: IMapperMethod & { }, getTimephasedByUrl: IMapperMethod & { argNames: [ "start", "end", "scale", "contourType" ], }, } "PS.ResourceEngagement.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.ResourceEngagementTimephasedPeriod.Collection": { properties?: Array; getByStartUrl: IMapperMethod & { argNames: [ "start" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.ResourcePlan": { properties?: Array; delete: IMapperMethod & { }, forceCheckIn: IMapperMethod & { }, publish: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.ServiceStatus": { properties?: Array; stopDelegation: IMapperMethod & { }, } "PS.Stage": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.Stage.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "PS.StageCustomField": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.StageCustomField.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "creationInfo" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.StageDetailPage": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.StageDetailPage.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.StatusAssignment": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, submitStatusUpdates: IMapperMethod & { argNames: [ "comment" ], }, } "PS.StatusAssignment.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, getTimePhaseByUrl: IMapperMethod & { argNames: [ "start", "end" ], }, query: IMapperMethod & { argNames: ["oData"] }, submitAllStatusUpdates: IMapperMethod & { argNames: [ "comment" ], }, update: IMapperMethod & { }, } "PS.StatusAssignmentHistoryLine.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.TaskPlanLink": { properties?: Array; delete: IMapperMethod & { }, } "PS.TimeSheet": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, recall: IMapperMethod & { }, submit: IMapperMethod & { argNames: [ "comment" ], }, update: IMapperMethod & { }, } "PS.TimeSheetLine": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, submit: IMapperMethod & { argNames: [ "comment" ], }, } "PS.TimeSheetLine.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.TimeSheetPeriod": { properties?: Array; createTimeSheet: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.TimeSheetPeriod.Collection": { properties?: Array; getByGuid: IMapperMethod & { argNames: [ "uid" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.TimeSheetWork": { properties?: Array; delete: IMapperMethod & { }, } "PS.TimeSheetWork.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "objectId" ], }, getByStartDate: IMapperMethod & { argNames: [ "start" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "PS.WorkflowActivities": { properties?: Array; checkInWithJobId: IMapperMethod & { argNames: [ "projId", "jobId", "force" ], }, createProjectFromListItem: IMapperMethod & { argNames: [ "webId", "listId", "itemId", "eptId" ], }, enterProjectStage: IMapperMethod & { argNames: [ "projectId", "stageId" ], }, leaveProjectStage: IMapperMethod & { argNames: [ "projectId" ], }, publishSummaryWithJobId: IMapperMethod & { argNames: [ "projId", "jobId" ], }, publishWithJobId: IMapperMethod & { argNames: [ "projectId", "jobId" ], }, readBooleanProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readCurrencyProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readDateTimeProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readGuidProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readIntegerProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readNumberProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readProjectProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readTextProperty: IMapperMethod & { argNames: [ "projectId", "propertyId" ], }, readyToLeaveProjectStage: IMapperMethod & { argNames: [ "projectId" ], }, updateBooleanProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, updateCurrencyProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, updateDateTimeProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, updateGuidProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, updateIdeaListItemStatus: IMapperMethod & { argNames: [ "projectId", "status" ], }, updateIntegerProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, updateNumberProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, updateProjectStageStatus: IMapperMethod & { argNames: [ "projectId", "stageId", "statusInformation", "stageStatusValue", "append" ], }, updateTextProperty: IMapperMethod & { argNames: [ "projectId", "propertyId", "value" ], }, } "PS.WorkflowDesignerField.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Alert": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, updateAlert: IMapperMethod & { }, } "SP.Alert.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "alertCreationInformation" ], }, contains: IMapperMethod & { argNames: [ "idAlert" ], }, deleteAlert: IMapperMethod & { argNames: [ "idAlert" ], }, deleteAlertAtIndex: IMapperMethod & { argNames: [ "index" ], }, getById: IMapperMethod & { argNames: [ "idAlert" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.AppConfiguration": { properties?: Array; update: IMapperMethod & { }, } "SP.AppInstance": { properties?: Array; cancelAllJobs: IMapperMethod & { }, getAppDatabaseConnectionString: IMapperMethod & { }, getErrorDetails: IMapperMethod & { }, getPreviousAppVersion: IMapperMethod & { }, install: IMapperMethod & { }, recycle: IMapperMethod & { }, restore: IMapperMethod & { }, retryAllJobs: IMapperMethod & { }, uninstall: IMapperMethod & { }, upgrade: IMapperMethod & { argNames: [ "appPackageStream" ], }, } "SP.Attachment": { properties?: Array; delete: IMapperMethod & { }, recycleObject: IMapperMethod & { }, } "SP.Attachment.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "FileName", "Content" ], }, addUsingPath: IMapperMethod & { argNames: [ "DecodedUrl", "contentStream" ], }, getByFileName: IMapperMethod & { argNames: [ "fileName" ], }, getByFileNameAsPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Audit": { properties?: Array; update: IMapperMethod & { }, } "SP.BrandCenter": { properties?: Array; addSiteTheme: IMapperMethod & { argNames: [ "themeData" ], }, addTenantTheme: IMapperMethod & { argNames: [ "themeData" ], }, configuration: IMapperMethod & { }, currentBrandingConfiguration: IMapperMethod & { }, deleteSiteTheme: IMapperMethod & { argNames: [ "themeId" ], }, deleteTenantTheme: IMapperMethod & { argNames: [ "themeId" ], }, ensureBrandColorsListFeature: IMapperMethod & { }, ensureBrandFontsLibraryFeature: IMapperMethod & { }, getFontStream: IMapperMethod & { argNames: [ "fontFileUrl" ], }, getSiteThemeById: IMapperMethod & { argNames: [ "id" ], }, getSiteThemes: IMapperMethod & { }, getTenantThemeById: IMapperMethod & { argNames: [ "id" ], }, getTenantThemeByName: IMapperMethod & { argNames: [ "name" ], }, getTenantThemeByNameXgeoUtil: IMapperMethod & { argNames: [ "name" ], }, getTenantThemes: IMapperMethod & { }, getTenantThemesXgeoUtil: IMapperMethod & { }, orgAssets: IMapperMethod & { }, orgAssetsWithCacheFlag: IMapperMethod & { argNames: [ "shouldUseCache" ], }, setWebTheme: IMapperMethod & { argNames: [ "name", "webUrl" ], }, updateSiteTheme: IMapperMethod & { argNames: [ "themeData" ], }, updateTenantTheme: IMapperMethod & { argNames: [ "themeData" ], }, validateSiteThemeName: IMapperMethod & { argNames: [ "name" ], }, validateTenantThemeName: IMapperMethod & { argNames: [ "name" ], }, } "SP.BusinessData.AppBdcCatalog": { properties?: Array; getConnectionId: IMapperMethod & { argNames: [ "lobSystemName", "lobSystemInstanceName" ], }, getEntity: IMapperMethod & { argNames: [ "namespace", "name" ], }, getLobSystemInstanceProperty: IMapperMethod & { argNames: [ "lobSystemName", "lobSystemInstanceName", "propertyName" ], }, getLobSystemProperty: IMapperMethod & { argNames: [ "lobSystemName", "propertyName" ], }, getPermissibleConnections: IMapperMethod & { }, setConnectionId: IMapperMethod & { argNames: [ "lobSystemName", "lobSystemInstanceName", "connectionId" ], }, setLobSystemInstanceProperty: IMapperMethod & { argNames: [ "lobSystemName", "lobSystemInstanceName", "propertyName", "propertyValue" ], }, setLobSystemProperty: IMapperMethod & { argNames: [ "lobSystemName", "propertyName", "propertyValue" ], }, } "SP.BusinessData.Entity": { properties?: Array; getAssociationView: IMapperMethod & { argNames: [ "associationName" ], }, getCreatorView: IMapperMethod & { argNames: [ "methodInstanceName" ], }, getDefaultSpecificFinderView: IMapperMethod & { }, getFilters: IMapperMethod & { argNames: [ "methodInstanceName" ], }, getFinderView: IMapperMethod & { argNames: [ "methodInstanceName" ], }, getIdentifierCount: IMapperMethod & { }, getIdentifiers: IMapperMethod & { }, getSpecificFinderView: IMapperMethod & { argNames: [ "specificFinderName" ], }, getUpdaterView: IMapperMethod & { argNames: [ "updaterName" ], }, } "SP.BusinessData.EntityIdentifier": { properties?: Array; containsLocalizedDisplayName: IMapperMethod & { }, getDefaultDisplayName: IMapperMethod & { }, getLocalizedDisplayName: IMapperMethod & { }, } "SP.BusinessData.EntityView": { properties?: Array; getDefaultValues: IMapperMethod & { }, getType: IMapperMethod & { argNames: [ "fieldDotNotation" ], }, getTypeDescriptor: IMapperMethod & { argNames: [ "fieldDotNotation" ], }, getXmlSchema: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.BusinessData.Infrastructure.ExternalSubscriptionStore": { properties?: Array; indexStore: IMapperMethod & { }, } "SP.BusinessData.Runtime.EntityFieldValueDictionary": { properties?: Array; createCollectionInstance: IMapperMethod & { argNames: [ "fieldDotNotation", "size" ], }, createInstance: IMapperMethod & { argNames: [ "fieldInstanceDotNotation", "fieldDotNotation" ], }, fromXml: IMapperMethod & { argNames: [ "xml" ], }, getCollectionSize: IMapperMethod & { argNames: [ "fieldDotNotation" ], }, toXml: IMapperMethod & { }, } "SP.BusinessData.Runtime.EntityInstance": { properties?: Array; createCollectionInstance: IMapperMethod & { argNames: [ "fieldDotNotation", "size" ], }, createInstance: IMapperMethod & { argNames: [ "fieldInstanceDotNotation", "fieldDotNotation" ], }, delete: IMapperMethod & { }, fromXml: IMapperMethod & { argNames: [ "xml" ], }, getIdentity: IMapperMethod & { }, toXml: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.BusinessData.TypeDescriptor": { properties?: Array; containsLocalizedDisplayName: IMapperMethod & { }, getChildTypeDescriptors: IMapperMethod & { }, getDefaultDisplayName: IMapperMethod & { }, getLocalizedDisplayName: IMapperMethod & { }, getParentTypeDescriptor: IMapperMethod & { }, isLeaf: IMapperMethod & { }, isRoot: IMapperMethod & { }, } "SP.CheckedOutFile": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, takeOverCheckOut: IMapperMethod & { }, } "SP.CheckedOutFile.Collection": { properties?: Array; getByPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.ClientWebPart": { properties?: Array; render: IMapperMethod & { argNames: [ "properties" ], }, } "SP.ClientWebPart.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.CompliancePolicy.SPPolicyStoreProxy": { properties?: Array; bulkUpdateDynamicScopeBindings: IMapperMethod & { argNames: [ "scopesToAdd", "scopesToRemove", "siteId" ], }, extendReviewItemsRetention: IMapperMethod & { argNames: [ "itemIds", "extensionDate" ], }, getDynamicScopeBindingBySiteId: IMapperMethod & { argNames: [ "siteId" ], }, getSiteAdaptivePolicies: IMapperMethod & { argNames: [ "siteId" ], }, getSiteAdaptivePoliciesV2: IMapperMethod & { argNames: [ "siteId" ], }, markReviewItemsForDeletion: IMapperMethod & { argNames: [ "itemIds" ], }, openBinaryStreamForOriginalItem: IMapperMethod & { argNames: [ "itemId" ], }, removeContainerRetentionPolicy: IMapperMethod & { argNames: [ "siteId" ], }, removeContainerSettings: IMapperMethod & { argNames: [ "externalId" ], }, retagReviewItems: IMapperMethod & { argNames: [ "itemIds", "newTag", "newTagIsRecord", "newTagBlockDelete", "newTagIsEventBased" ], }, retagReviewItemsWithMetas: IMapperMethod & { argNames: [ "itemIds", "newTagName", "newTagMetas" ], }, retagUnifiedReviewItemsWithMetas: IMapperMethod & { argNames: [ "itemIds", "originalTagName", "newTagName", "newTagMetas" ], }, setContainerRetentionPolicy: IMapperMethod & { argNames: [ "siteId", "defaultContainerLabel" ], }, updateContainerSetting: IMapperMethod & { argNames: [ "siteId", "externalId", "settingType", "setting" ], }, updateSiteAdaptivePolicies: IMapperMethod & { argNames: [ "policiesToAdd", "policiesToRemove", "siteId" ], }, updateSiteAdaptivePoliciesV2: IMapperMethod & { argNames: [ "policiesToAdd", "policiesToRemove", "siteId" ], }, } "SP.ContentType": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, reorderFields: IMapperMethod & { argNames: [ "fieldNames" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.ContentType.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, addAvailableContentType: IMapperMethod & { argNames: [ "contentTypeId" ], }, create: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "contentTypeId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Directory.DirectorySession": { properties?: Array; getSharePointDataForUser: IMapperMethod & { argNames: [ "userId" ], }, group: IMapperMethod & { argNames: [ "groupId", "alias" ], }, joinGroup: IMapperMethod & { argNames: [ "groupId" ], }, me: IMapperMethod & { }, user: IMapperMethod & { argNames: [ "id", "principalName" ], }, validateGroupName: IMapperMethod & { argNames: [ "displayName", "alias" ], }, } "SP.Directory.Group": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Directory.Group.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "objectId" ], }, } "SP.Directory.Provider.DirectoryNotification": { properties?: Array; notifyChanges: IMapperMethod & { argNames: [ "directoryObjectChanges" ], }, } "SP.Directory.Provider.SharePointDirectoryProvider": { properties?: Array; createDirectoryObject: IMapperMethod & { argNames: [ "data" ], }, deleteDirectoryObject: IMapperMethod & { argNames: [ "data" ], }, getOrCreateUnifiedGroupTenantInstanceId: IMapperMethod & { argNames: [ "groupId", "tenantInstanceId" ], }, getOrCreateUnifiedGroupWithPreferredDataLocation: IMapperMethod & { argNames: [ "groupId", "preferredDataLocation" ], }, notifyDataChanges: IMapperMethod & { argNames: [ "data" ], }, readDirectoryObject: IMapperMethod & { argNames: [ "data" ], }, readDirectoryObjectBatch: IMapperMethod & { argNames: [ "ids", "objectType" ], }, updateCache: IMapperMethod & { argNames: [ "data" ], }, updateDirectoryObject: IMapperMethod & { argNames: [ "data" ], }, } "SP.Directory.User": { properties?: Array; getUserLinks: IMapperMethod & { argNames: [ "linkName", "groupType" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Directory.User.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "objectId", "principalName" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "objectId" ], }, } "SP.DocumentManagement.DocumentId": { properties?: Array; resetDocIdByServerRelativePath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, resetDocIdsInLibrary: IMapperMethod & { argNames: [ "DecodedUrl", "contentTypeId" ], }, setDocIdSitePrefix: IMapperMethod & { argNames: [ "prefix", "scheduleAssignment", "overwriteExistingIds" ], }, } "SP.DynamicContentUpdateService": { properties?: Array; addFAQUserSubmittedQuestions: IMapperMethod & { argNames: [ "data" ], }, addOrUpdateFAQContentUpdateSuggestion: IMapperMethod & { argNames: [ "suggestion" ], }, deleteFAQAggregatedQuestion: IMapperMethod & { argNames: [ "data" ], }, deleteFAQContentUpdateSuggestion: IMapperMethod & { argNames: [ "suggestion" ], }, ensureDynamicContentUpdateListFeature: IMapperMethod & { }, ensureFAQAggregatedQuestionsListItem: IMapperMethod & { argNames: [ "data" ], }, fAQAggregatedQuestions: IMapperMethod & { argNames: [ "pageListItemId", "webPartInstanceId", "uniqueId" ], }, fAQContentUpdateSuggestions: IMapperMethod & { argNames: [ "maxItemCount", "snoozedIdentifiers" ], }, fAQUserSubmittedQuestions: IMapperMethod & { argNames: [ "pageListItemId", "webPartInstanceId", "uniqueId" ], }, updateFAQAggregatedQuestions: IMapperMethod & { argNames: [ "aggregatedData" ], }, } "SP.EmployeeEngagement": { properties?: Array; configuration: IMapperMethod & { }, configuredVivaConnectionsURL: IMapperMethod & { }, dashboardContent: IMapperMethod & { argNames: [ "overrideLanguageCode" ], }, dashboardOOBContent: IMapperMethod & { argNames: [ "oobContentChoice" ], }, fullDashboardContent: IMapperMethod & { argNames: [ "canvasAsJson", "includePersonalizationData" ], }, getDashboardPersonalization: IMapperMethod & { }, getDataForHome: IMapperMethod & { }, getTargetedSitesAsEditor: IMapperMethod & { }, likeNewsPost: IMapperMethod & { argNames: [ "pageUrl", "listId", "listItemUniqueId" ], }, query: IMapperMethod & { argNames: ["oData"] }, setDashboardPersonalization: IMapperMethod & { argNames: [ "isEnabled" ], }, unlikeNewsPost: IMapperMethod & { argNames: [ "pageUrl", "listId", "listItemUniqueId" ], }, vivaConnections: IMapperMethod & { argNames: [ "adminConfiguredUrl" ], }, vivaHome: IMapperMethod & { }, vivaHomeConfiguration: IMapperMethod & { argNames: [ "shouldByPassCache" ], }, } "SP.EmployeeExperienceController": { properties?: Array; dashboard: IMapperMethod & { argNames: [ "formFactor", "dashboardId", "mySiteUrl" ], }, getAnnouncementsState: IMapperMethod & { argNames: [ "mySiteUrl" ], }, saveDashboard: IMapperMethod & { argNames: [ "employeeExperienceDashboardData", "userCards", "mySiteUrl" ], }, setAnnouncementState: IMapperMethod & { argNames: [ "announcementStates", "mySiteUrl" ], }, } "SP.EventReceiverDefinition": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.EventReceiverDefinition.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "eventReceiverCreationInformation" ], }, getById: IMapperMethod & { argNames: [ "eventReceiverId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Feature.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "featureId", "force", "featdefScope" ], }, getById: IMapperMethod & { argNames: [ "featureId" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "featureId", "force" ], }, } "SP.Field": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.Field.Collection": { properties?: Array; addDependentLookupField: IMapperMethod & { argNames: [ "displayName", "primaryLookupFieldId", "showField" ], }, addField: IMapperMethod & { argNames: [ "parameters" ], }, createFieldAsXml: IMapperMethod & { argNames: [ "schemaXml" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getByInternalNameOrTitle: IMapperMethod & { argNames: [ "strName" ], }, getByTitle: IMapperMethod & { argNames: [ "title" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.FieldCalculated": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldChoice": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldComputed": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldCurrency": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldDateTime": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldGeolocation": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldGuid": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldLink": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldLink.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, reorder: IMapperMethod & { argNames: [ "internalNames" ], }, } "SP.FieldLocation": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldLookup": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldMultiChoice": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldMultiLineText": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldNumber": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldRatingScale": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldText": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldThumbnail": { properties?: Array; update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldUrl": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.FieldUser": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.File": { properties?: Array; addClientActivities: IMapperMethod & { argNames: [ "activitiesStream" ], }, addFileScannerWorkItem: IMapperMethod & { argNames: [ "dispatchType", "jobType", "jobSubType", "additionalJobAttributes" ], }, approve: IMapperMethod & { argNames: [ "comment" ], }, cancelUpload: IMapperMethod & { argNames: [ "uploadId" ], }, changeContentStorageSchema: IMapperMethod & { argNames: [ "desiredSchema" ], }, checkAccessAndPostViewAuditEvent: IMapperMethod & { }, checkIn: IMapperMethod & { argNames: [ "comment", "checkInType" ], }, checkOut: IMapperMethod & { }, content: IMapperMethod & { }, continueUpload: IMapperMethod & { argNames: [ "uploadId", "fileOffset", "stream" ], }, copyTo: IMapperMethod & { argNames: [ "strNewUrl", "bOverWrite" ], }, copyToUsingPath: IMapperMethod & { argNames: [ "DecodedUrl", "bOverWrite" ], }, delete: IMapperMethod & { }, deleteWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, deny: IMapperMethod & { argNames: [ "comment" ], }, executeCobaltRequest: IMapperMethod & { argNames: [ "inputStream" ], }, finishUpload: IMapperMethod & { argNames: [ "uploadId", "fileOffset", "stream" ], }, finishUploadWithChecksum: IMapperMethod & { argNames: [ "uploadId", "fileOffset", "checksum", "stream", "sandboxId" ], }, getFileUserValue: IMapperMethod & { argNames: [ "key" ], }, getImagePreviewUri: IMapperMethod & { argNames: [ "width", "height", "clientType" ], }, getImagePreviewUrl: IMapperMethod & { argNames: [ "width", "height", "clientType" ], }, getLimitedWebPartManager: IMapperMethod & { argNames: [ "scope" ], }, getMediaServiceMetadata: IMapperMethod & { }, getPreAuthorizedAccessUrl: IMapperMethod & { argNames: [ "expirationHours" ], }, getPreAuthorizedAccessUrl2: IMapperMethod & { argNames: [ "expirationHours", "expirationMinuites" ], }, getUploadStatus: IMapperMethod & { argNames: [ "uploadId" ], }, getWOPIFrameUrl: IMapperMethod & { argNames: [ "action" ], }, moveTo: IMapperMethod & { argNames: [ "newUrl", "flags" ], }, moveToUsingPath: IMapperMethod & { argNames: [ "DecodedUrl", "moveOperations" ], }, openBinaryStream: IMapperMethod & { }, openBinaryStreamWithOptions: IMapperMethod & { argNames: [ "openOptions" ], }, publish: IMapperMethod & { argNames: [ "comment" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycle: IMapperMethod & { }, recycleWithETag: IMapperMethod & { argNames: [ "etagMatch" ], }, recycleWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, saveBinaryStream: IMapperMethod & { argNames: [ "file" ], }, setExpirationDate: IMapperMethod & { argNames: [ "expirationDate" ], }, setFileUserValue: IMapperMethod & { argNames: [ "key", "value" ], }, setMediaServiceMetadata: IMapperMethod & { argNames: [ "parameters" ], }, startUpload: IMapperMethod & { argNames: [ "uploadId", "stream" ], }, startUploadFile: IMapperMethod & { argNames: [ "uploadId", "stream" ], }, unPublish: IMapperMethod & { argNames: [ "comment" ], }, undoCheckOut: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, updateVirusInfo: IMapperMethod & { argNames: [ "virusStatus", "virusMessage", "etagToCheck" ], }, upload: IMapperMethod & { argNames: [ "uploadId", "stream" ], }, uploadWithChecksum: IMapperMethod & { argNames: [ "uploadId", "checksum", "stream" ], }, } "SP.File.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "Url", "Overwrite", "Content" ], }, addStub: IMapperMethod & { argNames: [ "urlOfFile" ], }, addStubUsingPath: IMapperMethod & { argNames: [ "DecodedUrl", "AutoCheckoutOnInvalidData", "EnsureUniqueFileName", "Overwrite", "XorHash" ], }, addTemplateFile: IMapperMethod & { argNames: [ "urlOfFile", "templateFileType" ], }, addUsingPath: IMapperMethod & { argNames: [ "DecodedUrl", "AutoCheckoutOnInvalidData", "EnsureUniqueFileName", "Overwrite", "XorHash", "contentStream" ], }, ensurePublishedFile: IMapperMethod & { argNames: [ "baseFilePath" ], }, getBaseFile: IMapperMethod & { argNames: [ "publishedFilePath" ], }, getByPathOrAddStub: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getByUrl: IMapperMethod & { argNames: [ "url" ], }, getByUrlOrAddStub: IMapperMethod & { argNames: [ "urlOfFile" ], }, getPublishedFile: IMapperMethod & { argNames: [ "baseFilePath" ], }, query: IMapperMethod & { argNames: ["oData"] }, stopPublish: IMapperMethod & { argNames: [ "baseFilePath" ], }, } "SP.FileUrlVirusStatusUpdate": { properties?: Array; updateVirusStatus: IMapperMethod & { }, } "SP.FileVersion": { properties?: Array; delete: IMapperMethod & { }, openBinaryStream: IMapperMethod & { }, openBinaryStreamWithOptions: IMapperMethod & { argNames: [ "openOptions" ], }, query: IMapperMethod & { argNames: ["oData"] }, setExpirationDate: IMapperMethod & { argNames: [ "expirationDate" ], }, } "SP.FileVersion.Collection": { properties?: Array; deleteAll: IMapperMethod & { }, deleteByID: IMapperMethod & { argNames: [ "vid" ], }, deleteByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, getById: IMapperMethod & { argNames: [ "versionid" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycleByID: IMapperMethod & { argNames: [ "vid" ], }, recycleByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, } "SP.Folder": { properties?: Array; addSubFolder: IMapperMethod & { argNames: [ "leafName", "updateParams" ], }, addSubFolderUsingPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, delete: IMapperMethod & { }, deleteWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, getChanges: IMapperMethod & { argNames: [ "query" ], }, getListItemChanges: IMapperMethod & { argNames: [ "query" ], }, moveTo: IMapperMethod & { argNames: [ "newUrl" ], }, moveToUsingPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycle: IMapperMethod & { }, recycleWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, startDelete: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.Folder.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "url" ], }, addUsingPath: IMapperMethod & { argNames: [ "DecodedUrl", "EnsureUniqueFileName", "Overwrite" ], }, addWithOverwrite: IMapperMethod & { argNames: [ "url", "overwrite" ], }, getByPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getByUrl: IMapperMethod & { argNames: [ "url" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.FolderColoring": { properties?: Array; createFolder: IMapperMethod & { argNames: [ "DecodedUrl", "EnsureUniqueFileName", "Overwrite", "coloringInformation" ], }, renameFolder: IMapperMethod & { argNames: [ "DecodedUrl", "newName", "coloringInformation" ], }, stampColor: IMapperMethod & { argNames: [ "DecodedUrl", "coloringInformation" ], }, } "SP.FontPackage": { properties?: Array; apply: IMapperMethod & { }, delete: IMapperMethod & { }, fontStream: IMapperMethod & { argNames: [ "fontFamily" ], }, update: IMapperMethod & { }, } "SP.FontPackage.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, getByTitle: IMapperMethod & { argNames: [ "title" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Form.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, getByPageType: IMapperMethod & { argNames: [ "formType" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Group": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, setUserAsOwner: IMapperMethod & { argNames: [ "ownerId" ], }, update: IMapperMethod & { }, } "SP.Group.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getByName: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, removeById: IMapperMethod & { argNames: [ "id" ], }, removeByLoginName: IMapperMethod & { argNames: [ "loginName" ], }, } "SP.HubSite": { properties?: Array; delete: IMapperMethod & { }, } "SP.HubSite.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "hubSiteId" ], }, getConnectedHubs: IMapperMethod & { argNames: [ "hubSiteId", "option" ], }, getSiteUrlByHubSiteId: IMapperMethod & { argNames: [ "hubSiteId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.InformationRightsManagementFileSettings": { properties?: Array; reset: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.InformationRightsManagementSettings": { properties?: Array; reset: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.KnowledgeHub": { properties?: Array; addOrUpdateSiteReference: IMapperMethod & { argNames: [ "knowledgeHubSiteUrl" ], }, siteReference: IMapperMethod & { }, } "SP.LanguageCollection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, } "SP.List": { properties?: Array; addItem: IMapperMethod & { argNames: [ "parameters" ], }, addItemUsingPath: IMapperMethod & { argNames: [ "parameters" ], }, addValidateUpdateItem: IMapperMethod & { argNames: [ "listItemCreateInfo", "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture" ], }, addValidateUpdateItemUsingPath: IMapperMethod & { argNames: [ "listItemCreateInfo", "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture" ], }, breakRoleInheritance: IMapperMethod & { argNames: [ "copyRoleAssignments", "clearSubscopes" ], }, bulkValidateUpdateListItems: IMapperMethod & { argNames: [ "itemIds", "formValues", "bNewDocumentUpdate", "checkInComment", "folderPath" ], }, cAAECreateTempFolder: IMapperMethod & { }, cAAERenameFileInTemporaryFolder: IMapperMethod & { argNames: [ "Path", "UpdatedName" ], }, cancelDeleteFileVersions: IMapperMethod & { }, clearBusinessAppMigrationInteractiveData: IMapperMethod & { }, copyTemplateAndGetMetadata: IMapperMethod & { argNames: [ "Id" ], }, createDocumentAndGetEditLink: IMapperMethod & { argNames: [ "fileName", "folderPath", "documentTemplateType", "templateUrl" ], }, createDocumentFromCAAETemplate: IMapperMethod & { argNames: [ "ContentTypeName", "documentGenerationInfo" ], }, createDocumentFromCAAETemplateV2: IMapperMethod & { argNames: [ "Id", "documentGenerationInfo" ], }, createDocumentFromContentAssemblyTemplate: IMapperMethod & { argNames: [ "TemplateUrl", "documentGenerationInfo" ], }, createDocumentWithDefaultName: IMapperMethod & { argNames: [ "folderPath", "extension" ], }, createHVCSItemApprovalRequest: IMapperMethod & { argNames: [ "createItemRequestPayload" ], }, createListForm: IMapperMethod & { argNames: [ "parameters" ], }, createMappedView: IMapperMethod & { argNames: [ "appViewCreationInfo", "visualizationTarget" ], }, createRuleEx: IMapperMethod & { argNames: [ "condition", "title", "triggerType", "action", "ruleTemplateId" ], }, createSmartTemplateContentTypeAndAddToList: IMapperMethod & { argNames: [ "Name", "Description" ], }, createSmartTemplateContentTypeAndAddToListV2: IMapperMethod & { argNames: [ "Name", "Description", "TemplatePath", "Status" ], }, delete: IMapperMethod & { }, deleteRule: IMapperMethod & { argNames: [ "ruleId", "triggerType" ], }, enableQueryableColumns: IMapperMethod & { }, enqueueAsyncActionTaskById: IMapperMethod & { argNames: [ "id", "parameters" ], }, ensureSignoffStatusField: IMapperMethod & { }, getAllRules: IMapperMethod & { argNames: [ "includeQuicksteps", "includeAutomaticRules" ], }, getAsyncActionConfig: IMapperMethod & { argNames: [ "id" ], }, getAsyncActionTaskIds: IMapperMethod & { }, getBloomFilter: IMapperMethod & { argNames: [ "startItemId" ], }, getBloomFilterWithCustomFields: IMapperMethod & { argNames: [ "listItemStartingID", "internalFieldNames" ], }, getBusinessAppMigrationInteractiveData: IMapperMethod & { }, getBusinessAppOperationStatus: IMapperMethod & { }, getCAAETemplateMetadata: IMapperMethod & { argNames: [ "Name", "Published" ], }, getCAAETemplateMetadataV2: IMapperMethod & { argNames: [ "Id" ], }, getChanges: IMapperMethod & { argNames: [ "query" ], }, getCheckedOutFiles: IMapperMethod & { }, getContentAssemblyDocumentFieldValues: IMapperMethod & { argNames: [ "DocumentUrl" ], }, getContentAssemblyTemplateFields: IMapperMethod & { argNames: [ "TemplateUrl" ], }, getItemById: IMapperMethod & { argNames: [ "id" ], }, getItemByStringId: IMapperMethod & { argNames: [ "sId" ], }, getItemByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, getItems: IMapperMethod & { argNames: [ "viewXML" ], }, getItemsByQuery: IMapperMethod & { argNames: [ "camlQuery" ], }, getListForms: IMapperMethod & { argNames: [ "bSanitize" ], }, getListItemChangesSinceToken: IMapperMethod & { argNames: [ "query" ], }, getLookupFieldChoices: IMapperMethod & { argNames: [ "targetFieldName", "pagingInfo" ], }, getMappedApp: IMapperMethod & { argNames: [ "appId", "visualizationAppTarget" ], }, getMappedApps: IMapperMethod & { argNames: [ "visualizationAppTarget" ], }, getProgressForDeleteFileVersions: IMapperMethod & { }, getProgressForFileVersionExpirationReport: IMapperMethod & { argNames: [ "reportFileUrl" ], }, getRelatedFields: IMapperMethod & { }, getSpecialFolderUrl: IMapperMethod & { argNames: [ "type", "bForceCreate", "existingFolderGuid" ], }, getUserEffectivePermissions: IMapperMethod & { argNames: [ "userName" ], }, getView: IMapperMethod & { argNames: [ "viewGuid" ], }, isSyntexAIFeaturesFlightEnabled: IMapperMethod & { }, lockSmartTemplate: IMapperMethod & { argNames: [ "Id" ], }, mapFieldsToColumnsForModernTemlate: IMapperMethod & { argNames: [ "payload" ], }, mapFieldsToColumnsForModernTemplate: IMapperMethod & { argNames: [ "templatePayload" ], }, parseDocumentTemplate: IMapperMethod & { argNames: [ "Name" ], }, publishMappedView: IMapperMethod & { argNames: [ "appId", "visualizationTarget" ], }, publishSnippet: IMapperMethod & { argNames: [ "publishSnippetPayload" ], }, publishTemplateV2: IMapperMethod & { argNames: [ "payload" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycle: IMapperMethod & { }, refreshLockSmartTemplate: IMapperMethod & { argNames: [ "Id", "LockId" ], }, renderExtendedListFormData: IMapperMethod & { argNames: [ "itemId", "formId", "mode", "options", "cutoffVersion" ], }, renderListContextMenuData: IMapperMethod & { argNames: [ "CascDelWarnMessage", "CustomAction", "Field", "ID", "InplaceFullListSearch", "InplaceSearchQuery", "IsCSR", "IsXslView", "ItemId", "ListViewPageUrl", "OverrideScope", "RootFolder", "View", "ViewCount" ], }, renderListData: IMapperMethod & { argNames: [ "viewXml" ], }, renderListDataAsStream: IMapperMethod & { argNames: [ "parameters", "CascDelWarnMessage", "CustomAction", "DrillDown", "Field", "FieldInternalName", "Filter", "FilterData", "FilterData1", "FilterData10", "FilterData2", "FilterData3", "FilterData4", "FilterData5", "FilterData6", "FilterData7", "FilterData8", "FilterData9", "FilterField", "FilterField1", "FilterField10", "FilterField2", "FilterField3", "FilterField4", "FilterField5", "FilterField6", "FilterField7", "FilterField8", "FilterField9", "FilterFields", "FilterFields1", "FilterFields10", "FilterFields2", "FilterFields3", "FilterFields4", "FilterFields5", "FilterFields6", "FilterFields7", "FilterFields8", "FilterFields9", "FilterLookupId", "FilterLookupId1", "FilterLookupId10", "FilterLookupId2", "FilterLookupId3", "FilterLookupId4", "FilterLookupId5", "FilterLookupId6", "FilterLookupId7", "FilterLookupId8", "FilterLookupId9", "FilterOp", "FilterOp1", "FilterOp10", "FilterOp2", "FilterOp3", "FilterOp4", "FilterOp5", "FilterOp6", "FilterOp7", "FilterOp8", "FilterOp9", "FilterValue", "FilterValue1", "FilterValue10", "FilterValue2", "FilterValue3", "FilterValue4", "FilterValue5", "FilterValue6", "FilterValue7", "FilterValue8", "FilterValue9", "FilterValues", "FilterValues1", "FilterValues10", "FilterValues2", "FilterValues3", "FilterValues4", "FilterValues5", "FilterValues6", "FilterValues7", "FilterValues8", "FilterValues9", "GroupString", "HasOverrideSelectCommand", "ID", "InplaceFullListSearch", "InplaceSearchQuery", "IsCSR", "IsGroupRender", "IsXslView", "ListViewPageUrl", "OverrideRowLimit", "OverrideScope", "OverrideSelectCommand", "PageFirstRow", "PageLastRow", "QueryParams", "RootFolder", "RootFolderUniqueId", "SortDir", "SortDir1", "SortDir10", "SortDir2", "SortDir3", "SortDir4", "SortDir5", "SortDir6", "SortDir7", "SortDir8", "SortDir9", "SortField", "SortField1", "SortField10", "SortField2", "SortField3", "SortField4", "SortField5", "SortField6", "SortField7", "SortField8", "SortField9", "SortFields", "SortFieldValues", "View", "ViewCount", "ViewId", "ViewPath", "WebPartId" ], }, renderListFilterData: IMapperMethod & { argNames: [ "ExcludeFieldFilteringHtml", "FieldInternalName", "OverrideScope", "ProcessQStringToCAML", "ViewId", "ViewXml" ], }, renderListFormData: IMapperMethod & { argNames: [ "itemId", "formId", "mode" ], }, reserveListItemId: IMapperMethod & { }, resetRoleInheritance: IMapperMethod & { }, saveAsNewView: IMapperMethod & { argNames: [ "oldName", "newName", "privateView", "uri" ], }, saveAsTemplate: IMapperMethod & { argNames: [ "strFileName", "strName", "strDescription", "bSaveData" ], }, searchLookupFieldChoices: IMapperMethod & { argNames: [ "targetFieldName", "beginsWithSearchString", "pagingInfo" ], }, setColumnMapping: IMapperMethod & { argNames: [ "columnMapping" ], }, setContentAssemblyTemplateReadOnly: IMapperMethod & { argNames: [ "Id" ], }, setExemptFromBlockDownloadOfNonViewableFiles: IMapperMethod & { argNames: [ "value" ], }, setItemsOrder: IMapperMethod & { argNames: [ "itemIds", "lowerOrderItemId", "higherOrderItemId" ], }, setListCustomOrderFlag: IMapperMethod & { argNames: [ "value" ], }, setQuickstepOrdering: IMapperMethod & { argNames: [ "quickstepIds" ], }, startDeleteFileVersions: IMapperMethod & { argNames: [ "deleteOlderThanDays" ], }, startDeleteFileVersionsByMode: IMapperMethod & { argNames: [ "batchDeleteParameters" ], }, startFileVersionExpirationReport: IMapperMethod & { argNames: [ "reportFileUrl" ], }, startRecycle: IMapperMethod & { }, syncFlowCallbackUrl: IMapperMethod & { argNames: [ "flowId" ], }, syncFlowInstance: IMapperMethod & { argNames: [ "flowID" ], }, syncFlowInstances: IMapperMethod & { argNames: [ "retrieveGroupFlows" ], }, syncFlowTemplates: IMapperMethod & { argNames: [ "category" ], }, unlockSmartTemplate: IMapperMethod & { argNames: [ "Id", "LockId" ], }, unpublishMappedView: IMapperMethod & { argNames: [ "appId", "visualizationTarget" ], }, unsetContentAssemblyTemplateReadOnly: IMapperMethod & { argNames: [ "Id" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, updateCAAETemplate: IMapperMethod & { argNames: [ "Name", "updateTemplateInfo" ], }, updateCAAETemplateV2: IMapperMethod & { argNames: [ "Id", "updateTemplateInfo" ], }, updateContentAssemblyDocument: IMapperMethod & { argNames: [ "TemplateUrl", "contentAssemblyFormAnswers" ], }, updateFormProcessingModelRetentionLabel: IMapperMethod & { argNames: [ "retentionLabel" ], }, updateFormProcessingModelSettings: IMapperMethod & { argNames: [ "retentionLabel", "linkedList" ], }, updateListForm: IMapperMethod & { argNames: [ "parameters" ], }, updateRuleEx: IMapperMethod & { argNames: [ "ruleId", "condition", "title", "status", "action", "triggerType" ], }, validateAppName: IMapperMethod & { argNames: [ "appDisplayName" ], }, } "SP.List.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, ensureClientRenderedSitePagesLibrary: IMapperMethod & { }, ensureEventsList: IMapperMethod & { }, ensureSiteAssetsLibrary: IMapperMethod & { }, ensureSitePagesLibrary: IMapperMethod & { }, getById: IMapperMethod & { argNames: [ "id" ], }, getByTitle: IMapperMethod & { argNames: [ "title" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.ListItem": { properties?: Array; addThumbnailFieldData: IMapperMethod & { argNames: [ "imageStream", "imageName", "fieldInternalName", "lockId" ], }, archive: IMapperMethod & { }, breakRoleInheritance: IMapperMethod & { argNames: [ "copyRoleAssignments", "clearSubscopes" ], }, delete: IMapperMethod & { }, deleteWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, doEntitiesHaveAccessToLabel: IMapperMethod & { argNames: [ "peoplePickerInput" ], }, folderArchiveProgress: IMapperMethod & { }, folderUnarchiveProgress: IMapperMethod & { }, getChanges: IMapperMethod & { argNames: [ "query" ], }, getComments: IMapperMethod & { }, getUserEffectivePermissions: IMapperMethod & { argNames: [ "userName" ], }, getVersionById: IMapperMethod & { argNames: [ "versionId" ], }, getVersions: IMapperMethod & { argNames: [ "getVersionsParams" ], }, getWOPIFrameUrl: IMapperMethod & { argNames: [ "action" ], }, mediaServiceUpdate: IMapperMethod & { argNames: [ "parameters" ], }, mediaServiceUpdateV2: IMapperMethod & { argNames: [ "parameters", "eventFiringEnabled" ], }, overridePolicyTip: IMapperMethod & { argNames: [ "userAction", "justification" ], }, parseAndSetFieldValue: IMapperMethod & { argNames: [ "fieldName", "value" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycle: IMapperMethod & { }, recycleWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, renderListItemDataAsStream: IMapperMethod & { argNames: [ "options" ], }, resetRoleInheritance: IMapperMethod & { }, setCommentsDisabled: IMapperMethod & { argNames: [ "value" ], }, setComplianceTag: IMapperMethod & { argNames: [ "complianceTag", "isTagPolicyHold", "isTagPolicyRecord", "isEventBasedTag", "isTagSuperLock", "isUnlockedAsDefault" ], }, setComplianceTagWithExplicitMetasUpdate: IMapperMethod & { argNames: [ "complianceTag", "complianceFlags", "complianceTagWrittenTime", "userEmailAddress" ], }, setComplianceTagWithHold: IMapperMethod & { argNames: [ "complianceTag" ], }, setComplianceTagWithMetaInfo: IMapperMethod & { argNames: [ "complianceTag", "blockDelete", "blockEdit", "complianceTagWrittenTime", "userEmailAddress", "isTagSuperLock", "isRecordUnlockedAsDefault" ], }, setComplianceTagWithNoHold: IMapperMethod & { argNames: [ "complianceTag" ], }, setComplianceTagWithRecord: IMapperMethod & { argNames: [ "complianceTag" ], }, systemUpdate: IMapperMethod & { }, unarchive: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, updateEx: IMapperMethod & { argNames: [ "parameters" ], }, updateOverwriteVersion: IMapperMethod & { }, validateUpdateFetchListItem: IMapperMethod & { argNames: [ "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture", "View", "RootFolder" ], }, validateUpdateFetchListItemInFolder: IMapperMethod & { argNames: [ "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture", "rootFolder" ], }, validateUpdateListItem: IMapperMethod & { argNames: [ "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture", "sharedLockId" ], }, } "SP.ListItem.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "itemId" ], }, getByStringId: IMapperMethod & { argNames: [ "sId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.ListItemVersion": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, recycle: IMapperMethod & { }, } "SP.ListItemVersion.Collection": { properties?: Array; deleteAll: IMapperMethod & { }, getById: IMapperMethod & { argNames: [ "versionId" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycleAll: IMapperMethod & { }, restoreByID: IMapperMethod & { argNames: [ "versionId" ], }, } "SP.ListTemplate": { properties?: Array; getGlobalSchemaXml: IMapperMethod & { }, } "SP.ListTemplate.Collection": { properties?: Array; getByName: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.MicroService.MicroServiceManager": { properties?: Array; addMicroserviceWorkItem: IMapperMethod & { argNames: [ "payLoad", "minutes", "properties" ], }, deleteMicroserviceWorkItem: IMapperMethod & { argNames: [ "workItemId" ], }, deleteMicroserviceWorkItemByContentDbId: IMapperMethod & { argNames: [ "contentDatabaseId", "siteId", "workItemId" ], }, getServiceInternalUrls: IMapperMethod & { argNames: [ "service" ], }, getServiceUrls: IMapperMethod & { argNames: [ "service" ], }, } "SP.Microfeed.MicrofeedAttachmentStore": { properties?: Array; deletePreProcessedAttachment: IMapperMethod & { argNames: [ "attachmentUri" ], }, getImage: IMapperMethod & { argNames: [ "imageUrl", "key", "iv" ], }, preProcessAttachment: IMapperMethod & { argNames: [ "link" ], }, putFile: IMapperMethod & { argNames: [ "originalFileName", "fileData" ], }, putImage: IMapperMethod & { argNames: [ "imageData" ], }, } "SP.Microfeed.MicrofeedData": { properties?: Array; addAttachment: IMapperMethod & { argNames: [ "name", "bytes" ], }, systemUpdate: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.Microfeed.MicrofeedData.Collection": { properties?: Array; deleteAll: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Microfeed.MicrofeedManager": { properties?: Array; addUserToPostPeopleList: IMapperMethod & { argNames: [ "postIdentifier", "UserLoginName" ], }, clearUnreadMentionsCount: IMapperMethod & { }, deleteById: IMapperMethod & { argNames: [ "postIdentifier" ], }, deleteUserFromPostPeopleList: IMapperMethod & { argNames: [ "postIdentifier", "UserLoginName" ], }, getMyCategoricalFeed: IMapperMethod & { argNames: [ "feedOptions" ], }, getMyConsolidatedFeed: IMapperMethod & { argNames: [ "feedOptions" ], }, getMyPublishedFeed: IMapperMethod & { argNames: [ "feedOptions", "typeOfPubFeed", "ShowPublicView" ], }, getPublishedFeed: IMapperMethod & { argNames: [ "feedOwner", "feedOptions", "typeOfPubFeed" ], }, getThread: IMapperMethod & { argNames: [ "postIdentifier" ], }, getUnreadMentionsCount: IMapperMethod & { }, like: IMapperMethod & { argNames: [ "postIdentifier" ], }, lockThreadById: IMapperMethod & { argNames: [ "threadIdentifier" ], }, post: IMapperMethod & { argNames: [ "postOptions" ], }, postReply: IMapperMethod & { argNames: [ "postIdentifier", "postReplyOptions" ], }, repopulateLMT: IMapperMethod & { argNames: [ "timeStamp", "secureHash" ], }, unLike: IMapperMethod & { argNames: [ "postIdentifier" ], }, unLockThreadById: IMapperMethod & { argNames: [ "threadIdentifier" ], }, unsubscribeFromEMail: IMapperMethod & { argNames: [ "postIdentifier" ], }, } "SP.Microfeed.MicrofeedPostDefinitionManager": { properties?: Array; deleteMicrofeedPostDefinition: IMapperMethod & { argNames: [ "postDefinition" ], }, getMicrofeedPostDefinition: IMapperMethod & { argNames: [ "definitionName" ], }, getMicrofeedPostDefinitions: IMapperMethod & { }, newMicrofeedPostDefinition: IMapperMethod & { argNames: [ "definitionName" ], }, updateMicrofeedPostDefinition: IMapperMethod & { argNames: [ "postDefinition" ], }, } "SP.Microfeed.MicrofeedStore": { properties?: Array; addData: IMapperMethod & { argNames: [ "name", "data" ], }, addDataAsStream: IMapperMethod & { argNames: [ "name", "data" ], }, executePendingOperations: IMapperMethod & { }, getItem: IMapperMethod & { argNames: [ "storeIdentifier" ], }, getSocialProperties: IMapperMethod & { argNames: [ "accountName" ], }, incrementUnreadAtMentionCount: IMapperMethod & { argNames: [ "accountName" ], }, newItem: IMapperMethod & { argNames: [ "storeIdentifier" ], }, query: IMapperMethod & { argNames: [ "storeIdentifier", "query" ], }, setPostLikeStatus: IMapperMethod & { argNames: [ "accountName", "postId", "like" ], }, } "SP.MultilingualSettings": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, setFollowLangPreference: IMapperMethod & { argNames: [ "request" ], }, setNotificationRecipients: IMapperMethod & { argNames: [ "request" ], }, } "SP.Navigation": { properties?: Array; getNodeById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.NavigationNode": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "SP.NavigationNode.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "properties" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getByIndex: IMapperMethod & { argNames: [ "index" ], }, moveAfter: IMapperMethod & { argNames: [ "nodeId", "previousNodeId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.OAuth.Authentication": { properties?: Array; getRenewalUrl: IMapperMethod & { argNames: [ "redirectUrl" ], }, } "SP.OAuth.NativeClient": { properties?: Array; authenticate: IMapperMethod & { }, } "SP.OAuth.Token": { properties?: Array; acquire: IMapperMethod & { argNames: [ "resource", "tokenType" ], }, } "SP.ObjectSharingInformation": { properties?: Array; getSharedWithUsers: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.OrganizationNews": { properties?: Array; sitesReference: IMapperMethod & { }, } "SP.PropertyValues.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "key", "value" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "key" ], }, } "SP.Publishing.AnnouncementsController": { properties?: Array; active: IMapperMethod & { }, flwPropertyFilteringMapping: IMapperMethod & { argNames: [ "flwPropertyFilteringMapping" ], }, } "SP.Publishing.CampaignPublication": { properties?: Array; amplify: IMapperMethod & { argNames: [ "request" ], }, amplifyCancelSchedule: IMapperMethod & { }, amplifyHistory: IMapperMethod & { }, amplifyPublish: IMapperMethod & { }, amplifySchedule: IMapperMethod & { argNames: [ "publishStartDate" ], }, amplifySendTestEmailMessage: IMapperMethod & { argNames: [ "contentStream" ], }, amplifySendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "channelName", "groupId", "teamName", "transpileContent" ], }, amplifyValidate: IMapperMethod & { }, approveApprovalRequest: IMapperMethod & { argNames: [ "comment" ], }, boostNews: IMapperMethod & { argNames: [ "SitePageBoost" ], }, canPerformAmplifyCancelSchedule: IMapperMethod & { }, canPerformAmplifyPublish: IMapperMethod & { }, canPerformAmplifySchedule: IMapperMethod & { }, cancelApprovalRequest: IMapperMethod & { }, cancelSchedulePublication: IMapperMethod & { }, checkOut: IMapperMethod & { }, checkoutPage: IMapperMethod & { }, copy: IMapperMethod & { }, copyTo: IMapperMethod & { argNames: [ "copyToParams" ], }, copyWithConfiguration: IMapperMethod & { argNames: [ "sitePageFlags", "isNews", "creationMode" ], }, createApprovalRequest: IMapperMethod & { argNames: [ "creationInfo" ], }, createNewsCopy: IMapperMethod & { }, delete: IMapperMethod & { }, deletePublication: IMapperMethod & { }, demoteFromNews: IMapperMethod & { }, discardCoAuth: IMapperMethod & { argNames: [ "lockId" ], }, discardPage: IMapperMethod & { }, extendSessionCoAuth: IMapperMethod & { argNames: [ "authoringMetadata", "connectivityUpdateReason" ], }, getDependencyMetadata: IMapperMethod & { }, getHighlightsInfo: IMapperMethod & { }, getLatestVersionsInDescendingOrder: IMapperMethod & { argNames: [ "numVersions" ], }, getPrePublishValidationStatus: IMapperMethod & { }, getPublishingStatus: IMapperMethod & { }, getVersion: IMapperMethod & { argNames: [ "versionId" ], }, loadMailDraft: IMapperMethod & { argNames: [ "requestParam" ], }, move: IMapperMethod & { argNames: [ "pageMoveParams" ], }, promoteToNews: IMapperMethod & { }, publish: IMapperMethod & { }, publishAsBot: IMapperMethod & { argNames: [ "tenantId", "channelIds", "content", "title", "headline" ], }, publishCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, publishPublication: IMapperMethod & { }, rejectApprovalRequest: IMapperMethod & { argNames: [ "comment" ], }, repairMissingSharePointDestinationWebIds: IMapperMethod & { argNames: [ "repairItems" ], }, resetEndpoint: IMapperMethod & { argNames: [ "requestParam" ], }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, sPSiteValidator: IMapperMethod & { argNames: [ "siteUrl" ], }, saveDraft: IMapperMethod & { argNames: [ "sitePage" ], }, saveMailDraft: IMapperMethod & { argNames: [ "requestParam" ], }, savePage: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsDraft: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsTemplate: IMapperMethod & { }, savePageAsTemplate2: IMapperMethod & { argNames: [ "creationMode" ], }, savePageAsTemplateOnMySite: IMapperMethod & { }, savePageCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, saveStreams: IMapperMethod & { argNames: [ "contentStream", "sharedLockId", "scenario" ], }, schedulePublication: IMapperMethod & { argNames: [ "publishStartDate" ], }, schedulePublish: IMapperMethod & { argNames: [ "sitePage" ], }, sendTestEmail: IMapperMethod & { argNames: [ "transpileContent" ], }, sendTestEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, sendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "transpileContent" ], }, sharePagePreviewByEmail: IMapperMethod & { argNames: [ "message", "recipientEmails" ], }, startCoAuth: IMapperMethod & { argNames: [ "paramsStream" ], }, startExclusiveAuthoring: IMapperMethod & { }, syncApprovalRequest: IMapperMethod & { }, tryProcessSourcePageAfterPageMovePublish: IMapperMethod & { }, tryProcessSourcePageBeforePageMovePublish: IMapperMethod & { }, update: IMapperMethod & { }, updateSharePointPublishingStatus: IMapperMethod & { argNames: [ "destinationSiteId", "destinationUrl", "sharePointPublishingStatus", "sharePointPublishingErrorCode" ], }, } "SP.Publishing.CommunicationSite": { properties?: Array; create: IMapperMethod & { argNames: [ "request" ], }, enable: IMapperMethod & { argNames: [ "designPackageId" ], }, status: IMapperMethod & { argNames: [ "url" ], }, } "SP.Publishing.EmbedService": { properties?: Array; embedData: IMapperMethod & { argNames: [ "url", "version" ], }, } "SP.Publishing.FeedVideoPage": { properties?: Array; amplify: IMapperMethod & { argNames: [ "request" ], }, amplifyHistory: IMapperMethod & { }, boostNews: IMapperMethod & { argNames: [ "SitePageBoost" ], }, checkOut: IMapperMethod & { }, checkoutPage: IMapperMethod & { }, copy: IMapperMethod & { }, copyTo: IMapperMethod & { argNames: [ "copyToParams" ], }, copyWithConfiguration: IMapperMethod & { argNames: [ "sitePageFlags", "isNews", "creationMode" ], }, createNewsCopy: IMapperMethod & { }, demoteFromNews: IMapperMethod & { }, discardCoAuth: IMapperMethod & { argNames: [ "lockId" ], }, discardPage: IMapperMethod & { }, extendSessionCoAuth: IMapperMethod & { argNames: [ "authoringMetadata", "connectivityUpdateReason" ], }, getDependencyMetadata: IMapperMethod & { }, getHighlightsInfo: IMapperMethod & { }, getLatestVersionsInDescendingOrder: IMapperMethod & { argNames: [ "numVersions" ], }, getVersion: IMapperMethod & { argNames: [ "versionId" ], }, move: IMapperMethod & { argNames: [ "pageMoveParams" ], }, promoteToNews: IMapperMethod & { }, publish: IMapperMethod & { }, publishCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, saveDraft: IMapperMethod & { argNames: [ "sitePage" ], }, savePage: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsDraft: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsTemplate: IMapperMethod & { }, savePageAsTemplate2: IMapperMethod & { argNames: [ "creationMode" ], }, savePageAsTemplateOnMySite: IMapperMethod & { }, savePageCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, saveStreams: IMapperMethod & { argNames: [ "contentStream", "sharedLockId", "scenario" ], }, schedulePublish: IMapperMethod & { argNames: [ "sitePage" ], }, sendTestEmail: IMapperMethod & { argNames: [ "transpileContent", "subject", "sensitivityLabelId" ], }, sendTestEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, sendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "transpileContent" ], }, sharePagePreviewByEmail: IMapperMethod & { argNames: [ "message", "recipientEmails" ], }, startCoAuth: IMapperMethod & { argNames: [ "paramsStream" ], }, startExclusiveAuthoring: IMapperMethod & { }, tryProcessSourcePageAfterPageMovePublish: IMapperMethod & { }, tryProcessSourcePageBeforePageMovePublish: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.Publishing.FeedVideoPage.Collection": { properties?: Array; isContentTypeAvailable: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.Navigation.PortalNavigationCacheWrapper": { properties?: Array; disable: IMapperMethod & { }, enable: IMapperMethod & { }, refresh: IMapperMethod & { }, } "SP.Publishing.Navigation.StructuralNavigationCacheWrapper": { properties?: Array; setSiteState: IMapperMethod & { argNames: [ "state" ], }, setWebState: IMapperMethod & { argNames: [ "state" ], }, siteState: IMapperMethod & { }, webState: IMapperMethod & { }, } "SP.Publishing.PageDiagnosticsController": { properties?: Array; byPage: IMapperMethod & { argNames: [ "pageRelativeFilePath" ], }, save: IMapperMethod & { argNames: [ "pageDiagnosticsResult" ], }, } "SP.Publishing.PointPublishingPost": { properties?: Array; addImageFromUrl: IMapperMethod & { argNames: [ "fromImageUrl" ], }, delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.PointPublishingPost.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id", "publishedOnly" ], }, getByName: IMapperMethod & { argNames: [ "name", "publishedOnly" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.PointPublishingPostServiceManager": { properties?: Array; addBannerImageFromUrl: IMapperMethod & { argNames: [ "fromImageUrl" ], }, deleteMagazine: IMapperMethod & { }, getDocProps: IMapperMethod & { argNames: [ "docUrls" ], }, getPostsQuery: IMapperMethod & { argNames: [ "top", "itemIdBoundary", "directionAscending", "publishedOnly", "draftsOnly" ], }, getTopAuthors: IMapperMethod & { argNames: [ "count" ], }, query: IMapperMethod & { argNames: ["oData"] }, queryGroupNames: IMapperMethod & { argNames: [ "query" ], }, setMagazineProperties: IMapperMethod & { argNames: [ "title", "description", "bannerImageUrl", "bannerColor", "bannerPattern" ], }, } "SP.Publishing.PointPublishingSiteManager": { properties?: Array; create: IMapperMethod & { argNames: [ "siteInfo" ], }, getSiteStatus: IMapperMethod & { argNames: [ "siteInfo" ], }, } "SP.Publishing.PointPublishingTenantManager": { properties?: Array; isBlogEnabled: IMapperMethod & { }, } "SP.Publishing.PointPublishingUser": { properties?: Array; deleteUserFromContainerGroup: IMapperMethod & { }, } "SP.Publishing.PointPublishingUser.Collection": { properties?: Array; addOrUpdateUser: IMapperMethod & { argNames: [ "loginName", "isOwner" ], }, getById: IMapperMethod & { argNames: [ "userId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.PortalLaunch.PortalLaunchWavesManager": { properties?: Array; get: IMapperMethod & { argNames: [ "siteUrl" ], }, getAll: IMapperMethod & { }, remove: IMapperMethod & { argNames: [ "siteUrl" ], }, saveWaveSetup: IMapperMethod & { argNames: [ "portalLaunchSetup" ], }, } "SP.Publishing.RepostPage": { properties?: Array; amplify: IMapperMethod & { argNames: [ "request" ], }, amplifyHistory: IMapperMethod & { }, boostNews: IMapperMethod & { argNames: [ "SitePageBoost" ], }, checkOut: IMapperMethod & { }, checkoutPage: IMapperMethod & { }, copy: IMapperMethod & { }, copyTo: IMapperMethod & { argNames: [ "copyToParams" ], }, copyWithConfiguration: IMapperMethod & { argNames: [ "sitePageFlags", "isNews", "creationMode" ], }, createNewsCopy: IMapperMethod & { }, demoteFromNews: IMapperMethod & { }, discardCoAuth: IMapperMethod & { argNames: [ "lockId" ], }, discardPage: IMapperMethod & { }, extendSessionCoAuth: IMapperMethod & { argNames: [ "authoringMetadata", "connectivityUpdateReason" ], }, getDependencyMetadata: IMapperMethod & { }, getHighlightsInfo: IMapperMethod & { }, getLatestVersionsInDescendingOrder: IMapperMethod & { argNames: [ "numVersions" ], }, getVersion: IMapperMethod & { argNames: [ "versionId" ], }, move: IMapperMethod & { argNames: [ "pageMoveParams" ], }, promoteToNews: IMapperMethod & { }, publish: IMapperMethod & { }, publishCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, saveDraft: IMapperMethod & { argNames: [ "sitePage" ], }, savePage: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsDraft: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsTemplate: IMapperMethod & { }, savePageAsTemplate2: IMapperMethod & { argNames: [ "creationMode" ], }, savePageAsTemplateOnMySite: IMapperMethod & { }, savePageCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, saveStreams: IMapperMethod & { argNames: [ "contentStream", "sharedLockId", "scenario" ], }, schedulePublish: IMapperMethod & { argNames: [ "sitePage" ], }, sendTestEmail: IMapperMethod & { argNames: [ "transpileContent", "subject", "sensitivityLabelId" ], }, sendTestEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, sendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "transpileContent" ], }, sharePagePreviewByEmail: IMapperMethod & { argNames: [ "message", "recipientEmails" ], }, startCoAuth: IMapperMethod & { argNames: [ "paramsStream" ], }, startExclusiveAuthoring: IMapperMethod & { }, tryProcessSourcePageAfterPageMovePublish: IMapperMethod & { }, tryProcessSourcePageBeforePageMovePublish: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.Publishing.RepostPage.Collection": { properties?: Array; isContentTypeAvailable: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.RichSharing": { properties?: Array; sharePageByEmail: IMapperMethod & { argNames: [ "url", "message", "recipientEmails", "pageContent", "subject", "ccEmails", "bccEmails", "pageItemId", "scenarioTag", "emailSize" ], }, sharePageByEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, shareSiteByEmail: IMapperMethod & { argNames: [ "CustomDescription", "CustomTitle", "Message", "Url", "recipientEmails" ], }, } "SP.Publishing.Search": { properties?: Array; newest: IMapperMethod & { argNames: [ "startItemIndex", "itemLimit" ], }, popular: IMapperMethod & { argNames: [ "startItemIndex", "itemLimit" ], }, query: IMapperMethod & { argNames: [ "queryText", "startItemIndex", "itemLimit", "culture" ], }, queryChannels: IMapperMethod & { argNames: [ "queryText", "startItemIndex", "itemLimit", "culture" ], }, related: IMapperMethod & { argNames: [ "videoId", "startItemIndex", "itemLimit" ], }, } "SP.Publishing.SharePointHomeServiceManager": { properties?: Array; getAcronymsAndColors: IMapperMethod & { argNames: [ "labels" ], }, } "SP.Publishing.SitePage": { properties?: Array; amplify: IMapperMethod & { argNames: [ "request" ], }, amplifyHistory: IMapperMethod & { }, boostNews: IMapperMethod & { argNames: [ "SitePageBoost" ], }, checkOut: IMapperMethod & { }, checkoutPage: IMapperMethod & { }, copy: IMapperMethod & { }, copyTo: IMapperMethod & { argNames: [ "copyToParams" ], }, copyWithConfiguration: IMapperMethod & { argNames: [ "sitePageFlags", "isNews", "creationMode" ], }, createNewsCopy: IMapperMethod & { }, demoteFromNews: IMapperMethod & { }, discardCoAuth: IMapperMethod & { argNames: [ "lockId" ], }, discardPage: IMapperMethod & { }, extendSessionCoAuth: IMapperMethod & { argNames: [ "authoringMetadata", "connectivityUpdateReason" ], }, getDependencyMetadata: IMapperMethod & { }, getHighlightsInfo: IMapperMethod & { }, getLatestVersionsInDescendingOrder: IMapperMethod & { argNames: [ "numVersions" ], }, getVersion: IMapperMethod & { argNames: [ "versionId" ], }, move: IMapperMethod & { argNames: [ "pageMoveParams" ], }, promoteToNews: IMapperMethod & { }, publish: IMapperMethod & { }, publishCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, query: IMapperMethod & { argNames: ["oData"] }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, saveDraft: IMapperMethod & { argNames: [ "sitePage" ], }, savePage: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsDraft: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsTemplate: IMapperMethod & { }, savePageAsTemplate2: IMapperMethod & { argNames: [ "creationMode" ], }, savePageAsTemplateOnMySite: IMapperMethod & { }, savePageCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, saveStreams: IMapperMethod & { argNames: [ "contentStream", "sharedLockId", "scenario" ], }, schedulePublish: IMapperMethod & { argNames: [ "sitePage" ], }, sendTestEmail: IMapperMethod & { argNames: [ "transpileContent", "subject", "sensitivityLabelId" ], }, sendTestEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, sendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "transpileContent" ], }, sharePagePreviewByEmail: IMapperMethod & { argNames: [ "message", "recipientEmails" ], }, startCoAuth: IMapperMethod & { argNames: [ "paramsStream" ], }, startExclusiveAuthoring: IMapperMethod & { }, tryProcessSourcePageAfterPageMovePublish: IMapperMethod & { }, tryProcessSourcePageBeforePageMovePublish: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.Publishing.SitePage.Collection": { properties?: Array; copyToStatus: IMapperMethod & { argNames: [ "workItemId" ], }, createAppPage: IMapperMethod & { argNames: [ "webPartDataAsJson" ], }, ensureTitleResource: IMapperMethod & { }, feed: IMapperMethod & { argNames: [ "promotedState", "published", "metadataFilter", "languageOverride" ], }, feedTargeted: IMapperMethod & { argNames: [ "promotedState", "published", "metadataFilter", "languageOverride" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, getByUrl: IMapperMethod & { argNames: [ "url" ], }, getPageColumnState: IMapperMethod & { argNames: [ "url" ], }, getTranslations: IMapperMethod & { argNames: [ "sourceItemId" ], }, isSitePage: IMapperMethod & { argNames: [ "url" ], }, pageMoveStatus: IMapperMethod & { argNames: [ "workItemId" ], }, query: IMapperMethod & { argNames: ["oData"] }, setMultilingual: IMapperMethod & { argNames: [ "enabled" ], }, setScheduling: IMapperMethod & { argNames: [ "enabled" ], }, templates: IMapperMethod & { }, updateAppPage: IMapperMethod & { argNames: [ "pageId", "webPartDataAsJson", "title", "includeInNavigation" ], }, updateFullPageApp: IMapperMethod & { argNames: [ "serverRelativeUrl", "webPartDataAsJson" ], }, } "SP.Publishing.SitePage3D": { properties?: Array; amplify: IMapperMethod & { argNames: [ "request" ], }, amplifyHistory: IMapperMethod & { }, boostNews: IMapperMethod & { argNames: [ "SitePageBoost" ], }, checkOut: IMapperMethod & { }, checkoutPage: IMapperMethod & { }, copy: IMapperMethod & { }, copyTo: IMapperMethod & { argNames: [ "copyToParams" ], }, copyWithConfiguration: IMapperMethod & { argNames: [ "sitePageFlags", "isNews", "creationMode" ], }, createNewsCopy: IMapperMethod & { }, demoteFromNews: IMapperMethod & { }, discardCoAuth: IMapperMethod & { argNames: [ "lockId" ], }, discardPage: IMapperMethod & { }, extendSessionCoAuth: IMapperMethod & { argNames: [ "authoringMetadata", "connectivityUpdateReason" ], }, getDependencyMetadata: IMapperMethod & { }, getHighlightsInfo: IMapperMethod & { }, getLatestVersionsInDescendingOrder: IMapperMethod & { argNames: [ "numVersions" ], }, getVersion: IMapperMethod & { argNames: [ "versionId" ], }, move: IMapperMethod & { argNames: [ "pageMoveParams" ], }, promoteToNews: IMapperMethod & { }, publish: IMapperMethod & { }, publishCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, saveDraft: IMapperMethod & { argNames: [ "sitePage" ], }, savePage: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsDraft: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsTemplate: IMapperMethod & { }, savePageAsTemplate2: IMapperMethod & { argNames: [ "creationMode" ], }, savePageAsTemplateOnMySite: IMapperMethod & { }, savePageCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, saveStreams: IMapperMethod & { argNames: [ "contentStream", "sharedLockId", "scenario" ], }, schedulePublish: IMapperMethod & { argNames: [ "sitePage" ], }, sendTestEmail: IMapperMethod & { argNames: [ "transpileContent", "subject", "sensitivityLabelId" ], }, sendTestEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, sendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "transpileContent" ], }, sharePagePreviewByEmail: IMapperMethod & { argNames: [ "message", "recipientEmails" ], }, startCoAuth: IMapperMethod & { argNames: [ "paramsStream" ], }, startExclusiveAuthoring: IMapperMethod & { }, tryProcessSourcePageAfterPageMovePublish: IMapperMethod & { }, tryProcessSourcePageBeforePageMovePublish: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.Publishing.SitePage3D.Collection": { properties?: Array; activate: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.SitePageMetadata.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.SitePageService": { properties?: Array; addImage: IMapperMethod & { argNames: [ "pageName", "imageFileName", "pageId", "gettyId", "imageStream" ], }, addImageFromExternalUrl: IMapperMethod & { argNames: [ "pageName", "imageFileName", "externalUrl", "subFolderName", "pageId" ], }, canCreatePage: IMapperMethod & { }, canCreatePromotedPage: IMapperMethod & { }, enableAmplifyFromAnywhere: IMapperMethod & { }, enableAnnouncements: IMapperMethod & { }, enableCategories: IMapperMethod & { }, enableLightweightCampaign: IMapperMethod & { }, getOrCreateAssetFolder: IMapperMethod & { argNames: [ "pageName", "createFolderIfNeeded", "subFolderName", "pageId" ], }, pagesInLib: IMapperMethod & { argNames: [ "id" ], }, pagesInLibByName: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, reportGettyImages: IMapperMethod & { argNames: [ "images", "isTimerJob" ], }, update: IMapperMethod & { }, } "SP.Publishing.SpotlightChannel": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "SP.Publishing.SpotlightChannel.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.SpotlightVideo": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "SP.Publishing.SpotlightVideo.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.SubtitleFile.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "language", "extension", "stream" ], }, getSubtitleFile: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "name" ], }, } "SP.Publishing.TopicSitePage": { properties?: Array; amplify: IMapperMethod & { argNames: [ "request" ], }, amplifyHistory: IMapperMethod & { }, boostNews: IMapperMethod & { argNames: [ "SitePageBoost" ], }, checkOut: IMapperMethod & { }, checkoutPage: IMapperMethod & { }, copy: IMapperMethod & { }, copyTo: IMapperMethod & { argNames: [ "copyToParams" ], }, copyWithConfiguration: IMapperMethod & { argNames: [ "sitePageFlags", "isNews", "creationMode" ], }, createNewsCopy: IMapperMethod & { }, demoteFromNews: IMapperMethod & { }, discardCoAuth: IMapperMethod & { argNames: [ "lockId" ], }, discardPage: IMapperMethod & { }, extendSessionCoAuth: IMapperMethod & { argNames: [ "authoringMetadata", "connectivityUpdateReason" ], }, getDependencyMetadata: IMapperMethod & { }, getHighlightsInfo: IMapperMethod & { }, getLatestVersionsInDescendingOrder: IMapperMethod & { argNames: [ "numVersions" ], }, getVersion: IMapperMethod & { argNames: [ "versionId" ], }, move: IMapperMethod & { argNames: [ "pageMoveParams" ], }, promoteToNews: IMapperMethod & { }, publish: IMapperMethod & { }, publishCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, restoreByLabel: IMapperMethod & { argNames: [ "versionlabel" ], }, saveDraft: IMapperMethod & { argNames: [ "sitePage" ], }, savePage: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsDraft: IMapperMethod & { argNames: [ "pageStream" ], }, savePageAsTemplate: IMapperMethod & { }, savePageAsTemplate2: IMapperMethod & { argNames: [ "creationMode" ], }, savePageAsTemplateOnMySite: IMapperMethod & { }, savePageCoAuth: IMapperMethod & { argNames: [ "pageStream" ], }, saveStreams: IMapperMethod & { argNames: [ "contentStream", "sharedLockId", "scenario" ], }, schedulePublish: IMapperMethod & { argNames: [ "sitePage" ], }, sendTestEmail: IMapperMethod & { argNames: [ "transpileContent", "subject", "sensitivityLabelId" ], }, sendTestEmailStream: IMapperMethod & { argNames: [ "contentStream" ], }, sendTestTeamsMessage: IMapperMethod & { argNames: [ "audienceId", "transpileContent" ], }, sharePagePreviewByEmail: IMapperMethod & { argNames: [ "message", "recipientEmails" ], }, startCoAuth: IMapperMethod & { argNames: [ "paramsStream" ], }, startExclusiveAuthoring: IMapperMethod & { }, tryProcessSourcePageAfterPageMovePublish: IMapperMethod & { }, tryProcessSourcePageBeforePageMovePublish: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.Publishing.TopicSitePage.Collection": { properties?: Array; getByEntityId: IMapperMethod & { argNames: [ "entityId" ], }, getByEntityIdAndCulture: IMapperMethod & { argNames: [ "id", "culture" ], }, getPagesByEntityId: IMapperMethod & { argNames: [ "entityId" ], }, isContentTypeAvailable: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.VideoChannel": { properties?: Array; getAllVideos: IMapperMethod & { argNames: [ "skip", "limit" ], }, getChannelPageUrl: IMapperMethod & { argNames: [ "viewMode" ], }, getMyVideos: IMapperMethod & { argNames: [ "skip", "limit" ], }, getPermissionGroup: IMapperMethod & { argNames: [ "permission" ], }, getVideoCount: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "SP.Publishing.VideoChannel.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.VideoItem": { properties?: Array; customThumbnail: IMapperMethod & { }, delete: IMapperMethod & { }, getFile: IMapperMethod & { }, getPlaybackMetadata: IMapperMethod & { argNames: [ "sdnConfiguration" ], }, getPlaybackUrl: IMapperMethod & { argNames: [ "videoFormat" ], }, getStreamingKeyAccessToken: IMapperMethod & { }, getVideoDetailedViewCount: IMapperMethod & { }, getVideoEmbedCode: IMapperMethod & { argNames: [ "width", "height", "autoplay", "showInfo", "makeResponsive" ], }, getVideoViewProgressCount: IMapperMethod & { }, incrementVideoViewProgressCount: IMapperMethod & { argNames: [ "percentageViewed" ], }, incrementViewCount: IMapperMethod & { argNames: [ "viewOrigin" ], }, query: IMapperMethod & { argNames: ["oData"] }, setPeopleInMedia: IMapperMethod & { argNames: [ "loginNames" ], }, setVideoOwner: IMapperMethod & { argNames: [ "id" ], }, subtitles: IMapperMethod & { }, thumbnailStream: IMapperMethod & { argNames: [ "preferredWidth" ], }, thumbnails: IMapperMethod & { argNames: [ "preferredWidth" ], }, update: IMapperMethod & { }, uploadCustomThumbnail: IMapperMethod & { argNames: [ "fileExtension", "customVideoThumbnail" ], }, } "SP.Publishing.VideoItem.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.VideoPermissionGroup": { properties?: Array; hasCurrentUser: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.VideoServiceManager": { properties?: Array; getChannels: IMapperMethod & { argNames: [ "startIndex", "limit" ], }, getPermissionGroup: IMapperMethod & { argNames: [ "permission" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Publishing.VideoThumbnail.Collection": { properties?: Array; getByIndex: IMapperMethod & { argNames: [ "choice" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.PushNotificationSubscriber": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "SP.PushNotificationSubscriber.Collection": { properties?: Array; getByStoreId: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.RecycleBinItem": { properties?: Array; delete: IMapperMethod & { }, moveToSecondStage: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, restore: IMapperMethod & { }, } "SP.RecycleBinItem.Collection": { properties?: Array; deleteAll: IMapperMethod & { }, deleteAllSecondStageItems: IMapperMethod & { }, deleteByIds: IMapperMethod & { argNames: [ "ids" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, moveAllToSecondStage: IMapperMethod & { }, moveToSecondStageByIds: IMapperMethod & { argNames: [ "ids" ], }, query: IMapperMethod & { argNames: ["oData"] }, restoreAll: IMapperMethod & { }, restoreByIds: IMapperMethod & { argNames: [ "ids", "bRenameExistingItems" ], }, } "SP.RegionalSettings": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { }, } "SP.RelatedField.Collection": { properties?: Array; getByFieldId: IMapperMethod & { argNames: [ "fieldId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.RemoteWeb": { properties?: Array; getFileByServerRelativePath: IMapperMethod & { argNames: [ "serverRelatvieFilePath" ], }, getFileByServerRelativeUrl: IMapperMethod & { argNames: [ "serverRelativeFileUrl" ], }, getFileByUrl: IMapperMethod & { argNames: [ "fileUrl" ], }, getFolderByServerRelativeUrl: IMapperMethod & { argNames: [ "serverRelativeUrl" ], }, getGroupById: IMapperMethod & { argNames: [ "groupId" ], }, getListById: IMapperMethod & { argNames: [ "listGuid" ], }, getListByServerRelativeUrl: IMapperMethod & { argNames: [ "serverRelativeUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.RequestContext": { properties?: Array; getRemoteContext: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.RoleAssignment": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.RoleAssignment.Collection": { properties?: Array; addRoleAssignment: IMapperMethod & { argNames: [ "principalId", "roleDefId" ], }, getByPrincipalId: IMapperMethod & { argNames: [ "principalId" ], }, query: IMapperMethod & { argNames: ["oData"] }, removeRoleAssignment: IMapperMethod & { argNames: [ "principalId", "roleDefId" ], }, } "SP.RoleDefinition": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.RoleDefinition.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "properties" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getByName: IMapperMethod & { argNames: [ "name" ], }, getByType: IMapperMethod & { argNames: [ "roleType" ], }, query: IMapperMethod & { argNames: ["oData"] }, recreateMissingDefaultRoleDefinitions: IMapperMethod & { }, removeAll: IMapperMethod & { }, } "SP.SPAppLicenseManager": { properties?: Array; checkLicense: IMapperMethod & { argNames: [ "productId" ], }, } "SP.SPHSite": { properties?: Array; addHomeSite: IMapperMethod & { argNames: [ "siteUrl", "order", "audiences", "vivaConnectionsDefaultStart", "isInDraftMode" ], }, details: IMapperMethod & { argNames: [ "includeVivaSites" ], }, setSPHSite: IMapperMethod & { argNames: [ "siteUrl", "vivaConnectionsDefaultStart", "isInDraftMode" ], }, } "SP.ScriptSafeDomain": { properties?: Array; delete: IMapperMethod & { }, } "SP.ScriptSafeDomain.Collection": { properties?: Array; create: IMapperMethod & { argNames: [ "parameters" ], }, getByDomainName: IMapperMethod & { argNames: [ "domainName" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.SecurableObject": { properties?: Array; breakRoleInheritance: IMapperMethod & { argNames: [ "copyRoleAssignments", "clearSubscopes" ], }, query: IMapperMethod & { argNames: ["oData"] }, resetRoleInheritance: IMapperMethod & { }, } "SP.SensitivityLabelCollection": { properties?: Array; getSensitivityLabelsAsStream: IMapperMethod & { argNames: [ "expand", "filter" ], }, } "SP.Site": { properties?: Array; cancelDeleteFileVersions: IMapperMethod & { }, cancelSetVersionPolicyForDocLibs: IMapperMethod & { }, createCopyJob: IMapperMethod & { argNames: [ "exportObjectUris", "destinationUri", "options" ], }, createCopyJobs: IMapperMethod & { argNames: [ "exportObjectUris", "destinationUri", "options" ], }, createMigrationIngestionJob: IMapperMethod & { argNames: [ "gWebId", "azureContainerSourceUri", "azureContainerManifestUri", "azureQueueReportUri", "ingestionTaskKey" ], }, createMigrationJob: IMapperMethod & { argNames: [ "gWebId", "azureContainerSourceUri", "azureContainerManifestUri", "azureQueueReportUri" ], }, createMigrationJobEncrypted: IMapperMethod & { argNames: [ "gWebId", "azureContainerSourceUri", "azureContainerManifestUri", "azureQueueReportUri", "options" ], }, createPreviewSPSite: IMapperMethod & { argNames: [ "upgrade", "sendemail" ], }, createSPAsyncReadJob: IMapperMethod & { argNames: [ "url", "readOptions", "encryptionOption", "azureContainerManifestUri", "azureQueueReportUri" ], }, createSPAsyncReadJobWithMultiUrl: IMapperMethod & { argNames: [ "urls", "readOptions", "encryptionOption", "azureContainerManifestUri", "azureQueueReportUri" ], }, deleteMigrationJob: IMapperMethod & { argNames: [ "id" ], }, enqueueApplySensitivityLabelWork: IMapperMethod & { argNames: [ "workItemInformation" ], }, extendUpgradeReminderDate: IMapperMethod & { }, getBlockDownloadPolicyForFilesData: IMapperMethod & { }, getBringYourOwnKeyRecoveryKeyMode: IMapperMethod & { }, getBringYourOwnKeySiteStatus: IMapperMethod & { }, getBringYourOwnKeyTenantStatus: IMapperMethod & { }, getCatalog: IMapperMethod & { argNames: [ "typeCatalog" ], }, getChanges: IMapperMethod & { argNames: [ "query" ], }, getCopyJobProgress: IMapperMethod & { argNames: [ "copyJobInfo" ], }, getHubSiteJoinApprovalCorrelationId: IMapperMethod & { }, getMigrationJobProgress: IMapperMethod & { argNames: [ "jobId", "nextToken" ], }, getMigrationJobStatus: IMapperMethod & { argNames: [ "id" ], }, getMigrationStatus: IMapperMethod & { }, getProgressForDeleteFileVersions: IMapperMethod & { }, getProgressForExpireFileVersionsBySchedule: IMapperMethod & { argNames: [ "scheduleFilePath" ], }, getProgressForFileVersionExpirationReport: IMapperMethod & { argNames: [ "reportFileUrl" ], }, getProgressForSetVersionPolicyForDocLibs: IMapperMethod & { }, getRecycleBinItems: IMapperMethod & { argNames: [ "pagingInfo", "rowLimit", "isAscending", "orderBy", "itemState" ], }, getWebPath: IMapperMethod & { argNames: [ "siteId", "webId" ], }, getWebTemplates: IMapperMethod & { argNames: [ "LCID", "overrideCompatLevel" ], }, invalidate: IMapperMethod & { }, joinHubSite: IMapperMethod & { argNames: [ "hubSiteId", "approvalToken", "approvalCorrelationId" ], }, multiGeoCopyJob: IMapperMethod & { argNames: [ "jobId", "userId", "binaryPayload" ], }, needsUpgradeByType: IMapperMethod & { argNames: [ "versionUpgrade", "recursive" ], }, needsUpgradeByTypeFromSpoShell: IMapperMethod & { argNames: [ "versionUpgrade", "recursive" ], }, onHubSiteJoinRequestApproved: IMapperMethod & { argNames: [ "joiningSiteId" ], }, onHubSiteJoinRequestCanceled: IMapperMethod & { argNames: [ "approvalCorrelationId" ], }, onHubSiteJoinRequestStarted: IMapperMethod & { argNames: [ "approvalCorrelationId" ], }, onboardTenantForBringYourOwnKey: IMapperMethod & { argNames: [ "keyInfo" ], }, openWeb: IMapperMethod & { argNames: [ "strUrl" ], }, openWebById: IMapperMethod & { argNames: [ "gWebId" ], }, openWebUsingPath: IMapperMethod & { argNames: [ "path" ], }, processStorageMetricsChanges: IMapperMethod & { }, provisionMigrationContainers: IMapperMethod & { }, provisionMigrationQueue: IMapperMethod & { }, provisionTemporaryAzureContainer: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, recoverTenantForBringYourOwnKey: IMapperMethod & { argNames: [ "keyInfo" ], }, registerHubSite: IMapperMethod & { argNames: [ "creationInformation" ], }, rollTenantBringYourOwnKey: IMapperMethod & { argNames: [ "keyType", "keyVaultInfo" ], }, runHealthCheck: IMapperMethod & { argNames: [ "ruleId", "bRepair", "bRunAlways" ], }, runUpgradeSiteSession: IMapperMethod & { argNames: [ "versionUpgrade", "queueOnly", "sendEmail" ], }, setBlockDownloadPolicyForFiles: IMapperMethod & { argNames: [ "blockDownloadPolicyFileTypeIds" ], }, setIsContributorOwnerEnabledPropertyForDefaultDocLib: IMapperMethod & { argNames: [ "propertyValue", "forceDocLibActivation", "deleteIfDocLibAlreadyExists" ], }, startDeleteFileVersions: IMapperMethod & { argNames: [ "deleteOlderThanDays" ], }, startDeleteFileVersionsByMode: IMapperMethod & { argNames: [ "batchDeleteParameters" ], }, startExpireFileVersionsBySchedule: IMapperMethod & { argNames: [ "scheduleFilePath" ], }, startFileVersionExpirationReport: IMapperMethod & { argNames: [ "reportFileUrl" ], }, startSetVersionPolicyForDocLibs: IMapperMethod & { argNames: [ "enableAutoTrim", "majorVersionLimit", "majorWithMinorVersionsLimit", "expireAfterDays" ], }, unregisterHubSite: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, updateClientObjectModelUseRemoteAPIsPermissionSetting: IMapperMethod & { argNames: [ "requireUseRemoteAPIs" ], }, updateInactiveSiteProperties: IMapperMethod & { argNames: [ "operation", "executionId" ], }, validateHubSiteJoinApprovalToken: IMapperMethod & { argNames: [ "joiningSiteId", "approvalToken" ], }, } "SP.SiteVersionPolicyManager": { properties?: Array; inheritTenantSettings: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, setAutoExpiration: IMapperMethod & { }, setExpireAfter: IMapperMethod & { argNames: [ "majorVersionLimit", "expireAfterDays" ], }, setNoExpiration: IMapperMethod & { argNames: [ "majorVersionLimit" ], }, } "SP.Social.SocialFeedManager": { properties?: Array; createFileAttachment: IMapperMethod & { argNames: [ "name", "description", "fileData" ], }, createImageAttachment: IMapperMethod & { argNames: [ "name", "description", "imageData" ], }, createPost: IMapperMethod & { argNames: [ "targetId", "creationData" ], }, deletePost: IMapperMethod & { argNames: [ "postId" ], }, getAllLikers: IMapperMethod & { argNames: [ "postId" ], }, getFeed: IMapperMethod & { argNames: [ "type", "options" ], }, getFeedFor: IMapperMethod & { argNames: [ "actorId", "options" ], }, getFullThread: IMapperMethod & { argNames: [ "threadId" ], }, getMentions: IMapperMethod & { argNames: [ "clearUnreadMentions", "options" ], }, getPreview: IMapperMethod & { argNames: [ "itemUrl" ], }, getPreviewImage: IMapperMethod & { argNames: [ "url", "key", "iv" ], }, getUnreadMentionCount: IMapperMethod & { }, likePost: IMapperMethod & { argNames: [ "postId" ], }, lockThread: IMapperMethod & { argNames: [ "threadId" ], }, suppressThreadNotifications: IMapperMethod & { argNames: [ "threadId" ], }, unlikePost: IMapperMethod & { argNames: [ "postId" ], }, unlockThread: IMapperMethod & { argNames: [ "threadId" ], }, } "SP.Social.SocialFollowingManager": { properties?: Array; follow: IMapperMethod & { argNames: [ "actor" ], }, getFollowed: IMapperMethod & { argNames: [ "types" ], }, getFollowedCount: IMapperMethod & { argNames: [ "types" ], }, getFollowers: IMapperMethod & { }, getSuggestions: IMapperMethod & { }, isFollowed: IMapperMethod & { argNames: [ "actor" ], }, mergeFollowedSites: IMapperMethod & { argNames: [ "followedSites" ], }, stopFollowing: IMapperMethod & { argNames: [ "actor" ], }, } "SP.Social.SocialRestActor": { properties?: Array; feed: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, likes: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, mentionFeed: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, news: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, organizationFeed: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, timelineFeed: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, unreadMentionCount: IMapperMethod & { }, } "SP.Social.SocialRestFeed": { properties?: Array; clearUnReadMentionCount: IMapperMethod & { argNames: [ "MaxThreadCount", "NewerThan", "OlderThan", "SortOrder" ], }, post: IMapperMethod & { argNames: [ "restCreationData" ], }, } "SP.Social.SocialRestFeedManager": { properties?: Array; actor: IMapperMethod & { argNames: [ "item" ], }, my: IMapperMethod & { }, post: IMapperMethod & { argNames: [ "ID" ], }, } "SP.Social.SocialRestFollowingManager": { properties?: Array; follow: IMapperMethod & { argNames: [ "AccountName", "ActorType", "ContentUri", "Id", "TagGuid" ], }, followed: IMapperMethod & { argNames: [ "types", "count" ], }, followedCount: IMapperMethod & { argNames: [ "types" ], }, followers: IMapperMethod & { }, isFollowed: IMapperMethod & { argNames: [ "AccountName", "ActorType", "ContentUri", "Id", "TagGuid" ], }, mergeFollowedSites: IMapperMethod & { argNames: [ "followedSites" ], }, my: IMapperMethod & { }, stopFollowing: IMapperMethod & { argNames: [ "AccountName", "ActorType", "ContentUri", "Id", "TagGuid" ], }, suggestions: IMapperMethod & { }, } "SP.Social.SocialRestThread": { properties?: Array; delete: IMapperMethod & { argNames: [ "ID" ], }, like: IMapperMethod & { argNames: [ "ID" ], }, likers: IMapperMethod & { argNames: [ "ID" ], }, lock: IMapperMethod & { argNames: [ "ID" ], }, reply: IMapperMethod & { argNames: [ "restCreationData" ], }, unLike: IMapperMethod & { argNames: [ "ID" ], }, unLock: IMapperMethod & { argNames: [ "ID" ], }, } "SP.Taxonomy.TaxonomyField": { properties?: Array; delete: IMapperMethod & { }, disableIndex: IMapperMethod & { }, enableIndex: IMapperMethod & { }, setShowInDisplayForm: IMapperMethod & { argNames: [ "value" ], }, setShowInEditForm: IMapperMethod & { argNames: [ "value" ], }, setShowInNewForm: IMapperMethod & { argNames: [ "value" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.TenantSettings": { properties?: Array; clearCorporateCatalog: IMapperMethod & { }, getDataAccessGovernanceReportConfig: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, setCorporateCatalog: IMapperMethod & { argNames: [ "url" ], }, } "SP.ThemeInfo": { properties?: Array; getThemeFontByName: IMapperMethod & { argNames: [ "name", "lcid" ], }, getThemeShadeByName: IMapperMethod & { argNames: [ "name" ], }, } "SP.TimeZone": { properties?: Array; localTimeToUTC: IMapperMethod & { argNames: [ "date" ], }, setId: IMapperMethod & { argNames: [ "id" ], }, uTCToLocalTime: IMapperMethod & { argNames: [ "date" ], }, } "SP.TimeZone.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Translation.SyncTranslator": { properties?: Array; translate: IMapperMethod & { argNames: [ "inputFile", "outputFile" ], }, translateStream: IMapperMethod & { argNames: [ "inputFile", "fileExtension" ], }, } "SP.Translation.TranslationJob": { properties?: Array; translateFile: IMapperMethod & { argNames: [ "inputFile", "outputFile" ], }, translateFolder: IMapperMethod & { argNames: [ "inputFolder", "outputFolder", "recursion" ], }, translateLibrary: IMapperMethod & { argNames: [ "inputLibrary", "outputLibrary" ], }, } "SP.Translation.TranslationJobStatus": { properties?: Array; getAllItems: IMapperMethod & { }, } "SP.TranslationStatusCollection": { properties?: Array; create: IMapperMethod & { argNames: [ "request" ], }, set: IMapperMethod & { argNames: [ "request" ], }, updateTranslationLanguages: IMapperMethod & { }, } "SP.User": { properties?: Array; expire: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.User.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "properties" ], }, addUserById: IMapperMethod & { argNames: [ "id" ], }, getByEmail: IMapperMethod & { argNames: [ "emailAddress" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getByLoginName: IMapperMethod & { argNames: [ "loginName" ], }, getByObjectId: IMapperMethod & { argNames: [ "objectId" ], }, getByPuid: IMapperMethod & { argNames: [ "puid" ], }, query: IMapperMethod & { argNames: ["oData"] }, removeById: IMapperMethod & { argNames: [ "id" ], }, removeByLoginName: IMapperMethod & { argNames: [ "loginName" ], }, } "SP.UserCustomAction": { properties?: Array; delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.UserCustomAction.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "properties" ], }, clear: IMapperMethod & { }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.UserExperienceState": { properties?: Array; setFlag: IMapperMethod & { argNames: [ "flag", "reset" ], }, } "SP.UserProfiles.FollowedContent": { properties?: Array; findAndUpdateFollowedGroup: IMapperMethod & { argNames: [ "groupId" ], }, findAndUpdateFollowedItem: IMapperMethod & { argNames: [ "url" ], }, followItem: IMapperMethod & { argNames: [ "item" ], }, getFollowedStatus: IMapperMethod & { argNames: [ "url" ], }, getGroups: IMapperMethod & { argNames: [ "rowLimit" ], }, getItem: IMapperMethod & { argNames: [ "url" ], }, getItems: IMapperMethod & { argNames: [ "options", "subtype" ], }, hasGroupMembershipChangedAndSyncChanges: IMapperMethod & { }, isFollowed: IMapperMethod & { argNames: [ "url" ], }, refreshFollowedItem: IMapperMethod & { argNames: [ "item" ], }, setItemPinState: IMapperMethod & { argNames: [ "uri", "groupId", "pinState" ], }, stopFollowing: IMapperMethod & { argNames: [ "url" ], }, updateFollowedGroupForUser: IMapperMethod & { argNames: [ "contextUri", "groupId", "loginName" ], }, } "SP.UserProfiles.PeopleManager": { properties?: Array; amIFollowedBy: IMapperMethod & { argNames: [ "accountName" ], }, amIFollowing: IMapperMethod & { argNames: [ "accountName" ], }, follow: IMapperMethod & { argNames: [ "accountName" ], }, followTag: IMapperMethod & { argNames: [ "value" ], }, getDefaultDocumentLibrary: IMapperMethod & { argNames: [ "accountName", "createSiteIfNotExists", "siteCreationPriority" ], }, getFollowedTags: IMapperMethod & { argNames: [ "cTagsToFetch" ], }, getFollowersFor: IMapperMethod & { argNames: [ "accountName" ], }, getMyFollowers: IMapperMethod & { }, getMyProperties: IMapperMethod & { }, getMySuggestions: IMapperMethod & { }, getPeopleFollowedBy: IMapperMethod & { argNames: [ "accountName" ], }, getPeopleFollowedByMe: IMapperMethod & { }, getPropertiesFor: IMapperMethod & { argNames: [ "accountName" ], }, getSPUserInformation: IMapperMethod & { argNames: [ "accountName", "siteId" ], }, getUserOneDriveQuotaMax: IMapperMethod & { argNames: [ "accountName" ], }, getUserProfileProperties: IMapperMethod & { argNames: [ "accountName" ], }, getUserProfilePropertyFor: IMapperMethod & { argNames: [ "accountName", "propertyName" ], }, hardDeleteUserProfile: IMapperMethod & { argNames: [ "accountName", "userId" ], }, hideSuggestion: IMapperMethod & { argNames: [ "accountName" ], }, removeSPUserInformation: IMapperMethod & { argNames: [ "accountName", "siteId", "redactName" ], }, resetUserOneDriveQuotaToDefault: IMapperMethod & { argNames: [ "accountName" ], }, setMultiValuedProfileProperty: IMapperMethod & { argNames: [ "accountName", "propertyName", "propertyValues" ], }, setMyProfilePicture: IMapperMethod & { argNames: [ "picture" ], }, setSingleValueProfileProperty: IMapperMethod & { argNames: [ "accountName", "propertyName", "propertyValue" ], }, setUserOneDriveQuota: IMapperMethod & { argNames: [ "accountName", "newQuota", "newQuotaWarning" ], }, stopFollowing: IMapperMethod & { argNames: [ "accountName" ], }, stopFollowingTag: IMapperMethod & { argNames: [ "value" ], }, } "SP.UserProfiles.PersonalCache": { properties?: Array; deleteCacheItemsAsync: IMapperMethod & { argNames: [ "cacheItems" ], }, deleteCacheItemsAsync2: IMapperMethod & { argNames: [ "cacheItems", "mySiteUrl" ], }, dispose: IMapperMethod & { }, readCache: IMapperMethod & { argNames: [ "folderPath" ], }, readCache2: IMapperMethod & { argNames: [ "folderPath", "mySiteUrl" ], }, readCacheOrCreate: IMapperMethod & { argNames: [ "folderPath", "requiredCacheKeys", "createIfMissing" ], }, readCacheOrCreate2: IMapperMethod & { argNames: [ "folderPath", "requiredCacheKeys", "createIfMissing", "mySiteUrl" ], }, readCacheOrCreateOrderById: IMapperMethod & { argNames: [ "folderPath", "requiredCacheKeys", "createIfMissing" ], }, readCacheOrCreateOrderById2: IMapperMethod & { argNames: [ "folderPath", "requiredCacheKeys", "createIfMissing", "mySiteUrl" ], }, writeCache: IMapperMethod & { argNames: [ "cacheItems" ], }, writeCache2: IMapperMethod & { argNames: [ "cacheItems", "mySiteUrl" ], }, } "SP.UserProfiles.ProfileImageStore": { properties?: Array; saveUploadedFile: IMapperMethod & { argNames: [ "profileType", "fileNamePrefix", "isFeedAttachment", "clientFilePath", "fileSize", "fileStream" ], }, } "SP.UserProfiles.ProfileLoader": { properties?: Array; createPersonalSiteEnqueueBulk: IMapperMethod & { argNames: [ "emailIDs" ], }, getUserProfile: IMapperMethod & { }, } "SP.UserProfiles.UserProfile": { properties?: Array; createPersonalSite: IMapperMethod & { argNames: [ "lcid" ], }, createPersonalSiteEnque: IMapperMethod & { argNames: [ "isInteractive" ], }, createPersonalSiteFromWorkItem: IMapperMethod & { argNames: [ "workItemType" ], }, query: IMapperMethod & { argNames: ["oData"] }, setMySiteFirstRunExperience: IMapperMethod & { argNames: [ "value" ], }, shareAllSocialData: IMapperMethod & { argNames: [ "shareAll" ], }, } "SP.UserProfiles.UserProfilePropertiesForUser": { properties?: Array; getPropertyNames: IMapperMethod & { }, } "SP.UserResource": { properties?: Array; getResourceEntries: IMapperMethod & { }, getValueForUICulture: IMapperMethod & { argNames: [ "cultureName" ], }, setValueForUICulture: IMapperMethod & { argNames: [ "cultureName", "value" ], }, } "SP.UserSolution.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "solutionGalleryItemId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Utilities.ThemeManager": { properties?: Array; addTenantTheme: IMapperMethod & { argNames: [ "name", "themeJson" ], }, applyTheme: IMapperMethod & { argNames: [ "name", "themeJson" ], }, deleteTenantTheme: IMapperMethod & { argNames: [ "name" ], }, getAvailableThemes: IMapperMethod & { }, getHideDefaultThemes: IMapperMethod & { }, getTenantTheme: IMapperMethod & { argNames: [ "name" ], }, getTenantThemingOptions: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, setHideDefaultThemes: IMapperMethod & { argNames: [ "hideDefaultThemes" ], }, updateTenantTheme: IMapperMethod & { argNames: [ "name", "themeJson" ], }, } "SP.View": { properties?: Array; addToSpotlight: IMapperMethod & { argNames: [ "itemId", "folderPath", "afterItemId" ], }, delete: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, removeFromSpotlight: IMapperMethod & { argNames: [ "itemId", "folderPath" ], }, renderAsHtml: IMapperMethod & { }, setViewXml: IMapperMethod & { argNames: [ "viewXml" ], }, update: IMapperMethod & { argNames: [ "properties" ], }, } "SP.View.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "properties" ], }, getById: IMapperMethod & { argNames: [ "guidId" ], }, getByTitle: IMapperMethod & { argNames: [ "strTitle" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.ViewFieldCollection": { properties?: Array; addViewField: IMapperMethod & { argNames: [ "strField" ], }, moveViewFieldTo: IMapperMethod & { argNames: [ "field", "index" ], }, removeAllViewFields: IMapperMethod & { }, removeViewField: IMapperMethod & { argNames: [ "strField" ], }, } "SP.Web": { properties?: Array; addCrossFarmMessage: IMapperMethod & { argNames: [ "messagePayloadBase64" ], }, addPlaceholderUser: IMapperMethod & { argNames: [ "listId", "placeholderText" ], }, addSupportedUILanguage: IMapperMethod & { argNames: [ "lcid" ], }, addinPermissions: IMapperMethod & { argNames: [ "addins" ], }, applyTheme: IMapperMethod & { argNames: [ "colorPaletteUrl", "fontSchemeUrl", "backgroundImageUrl", "shareGenerated" ], }, applyWebTemplate: IMapperMethod & { argNames: [ "webTemplate" ], }, availableAddins: IMapperMethod & { argNames: [ "serverRelativeUrls", "urls" ], }, breakRoleInheritance: IMapperMethod & { argNames: [ "copyRoleAssignments", "clearSubscopes" ], }, consentToPowerPlatform: IMapperMethod & { }, createDefaultAssociatedGroups: IMapperMethod & { argNames: [ "userLogin", "userLogin2", "groupNameSeed" ], }, createGroupBasedEnvironment: IMapperMethod & { }, createSitePage: IMapperMethod & { argNames: [ "pageMetaData" ], }, defaultDocumentLibrary: IMapperMethod & { }, delete: IMapperMethod & { }, doesPushNotificationSubscriberExist: IMapperMethod & { argNames: [ "deviceAppInstanceId" ], }, doesUserHavePermissions: IMapperMethod & { argNames: [ "high", "low" ], }, ensureEduClassSetup: IMapperMethod & { argNames: [ "byPassForAutomation" ], }, ensureSolutioningEnvironment: IMapperMethod & { argNames: [ "ensureCdsInstance" ], }, ensureTenantAppCatalog: IMapperMethod & { argNames: [ "callerId" ], }, ensureUser: IMapperMethod & { argNames: [ "logonName" ], }, ensureUserByObjectId: IMapperMethod & { argNames: [ "objectId", "tenantId", "principalType" ], }, executeRemoteLOB: IMapperMethod & { argNames: [ "inputStream" ], }, getACSServicePrincipals: IMapperMethod & { argNames: [ "appIds" ], }, getAdaptiveCardExtensions: IMapperMethod & { argNames: [ "includeErrors", "project" ], }, getAddinPrincipalsHavingPermissionsInSites: IMapperMethod & { argNames: [ "serverRelativeUrls", "urls" ], }, getAddinUninstallJobDetail: IMapperMethod & { argNames: [ "jobId", "serverRelativeUrl", "url" ], }, getAllClientSideComponents: IMapperMethod & { argNames: [ "languages" ], }, getAppBdcCatalog: IMapperMethod & { }, getAppBdcCatalogForAppInstance: IMapperMethod & { argNames: [ "appInstanceId" ], }, getAppInstanceById: IMapperMethod & { argNames: [ "appInstanceId" ], }, getAppInstancesByProductId: IMapperMethod & { argNames: [ "productId" ], }, getAvailableWebTemplates: IMapperMethod & { argNames: [ "lcid", "doIncludeCrossLanguage" ], }, getCatalog: IMapperMethod & { argNames: [ "typeCatalog" ], }, getChanges: IMapperMethod & { argNames: [ "query" ], }, getClientSideComponents: IMapperMethod & { argNames: [ "components", "project" ], }, getClientSideComponentsByComponentType: IMapperMethod & { argNames: [ "componentTypesString", "supportedHostTypeValue", "includeErrors", "project", "includeManifestActivatedTime" ], }, getClientSideComponentsById: IMapperMethod & { argNames: [ "componentIds", "project" ], }, getClientSideWebParts: IMapperMethod & { argNames: [ "includeErrors", "project" ], }, getCustomListTemplates: IMapperMethod & { }, getEntity: IMapperMethod & { argNames: [ "namespace", "name" ], }, getFileByGuestUrl: IMapperMethod & { argNames: [ "guestUrl" ], }, getFileByGuestUrlEnsureAccess: IMapperMethod & { argNames: [ "guestUrl", "ensureAccess" ], }, getFileByGuestUrlExtended: IMapperMethod & { argNames: [ "guestUrl", "requestSettings" ], }, getFileById: IMapperMethod & { argNames: [ "uniqueId" ], }, getFileByLinkingUrl: IMapperMethod & { argNames: [ "linkingUrl" ], }, getFileByServerRelativePath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getFileByServerRelativeUrl: IMapperMethod & { argNames: [ "serverRelativeUrl" ], }, getFileByStreamFrameUrl: IMapperMethod & { argNames: [ "streamFrameUrl" ], }, getFileByUrl: IMapperMethod & { argNames: [ "fileUrl" ], }, getFileByWOPIFrameUrl: IMapperMethod & { argNames: [ "wopiFrameUrl" ], }, getFolderByGuestUrl: IMapperMethod & { argNames: [ "guestUrl", "ensureAccess" ], }, getFolderByGuestUrlExtended: IMapperMethod & { argNames: [ "guestUrl", "requestSettings" ], }, getFolderById: IMapperMethod & { argNames: [ "uniqueId" ], }, getFolderByServerRelativePath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getFolderByServerRelativeUrl: IMapperMethod & { argNames: [ "serverRelativeUrl" ], }, getGroupBasedEnvironment: IMapperMethod & { }, getList: IMapperMethod & { argNames: [ "strUrl" ], }, getListByTitle: IMapperMethod & { argNames: [ "title" ], }, getListItem: IMapperMethod & { argNames: [ "strUrl" ], }, getListItemByResourceId: IMapperMethod & { argNames: [ "resourceId" ], }, getListItemUsingPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getListOperation: IMapperMethod & { argNames: [ "listId", "operationId" ], }, getListUsingPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getLists: IMapperMethod & { argNames: [ "getListsParams" ], }, getNewsList: IMapperMethod & { argNames: [ "allowCreate" ], }, getPushNotificationSubscriber: IMapperMethod & { argNames: [ "deviceAppInstanceId" ], }, getPushNotificationSubscribersByArgs: IMapperMethod & { argNames: [ "customArgs" ], }, getPushNotificationSubscribersByUser: IMapperMethod & { argNames: [ "userName" ], }, getRecycleBinItems: IMapperMethod & { argNames: [ "pagingInfo", "rowLimit", "isAscending", "orderBy", "itemState" ], }, getRecycleBinItemsByQueryInfo: IMapperMethod & { argNames: [ "IsAscending", "ItemState", "OrderBy", "PagingInfo", "RowLimit", "ShowOnlyMyItems" ], }, getRegionalDateTimeSchema: IMapperMethod & { }, getSPAppContextAsStream: IMapperMethod & { }, getSharingLinkData: IMapperMethod & { argNames: [ "linkUrl" ], }, getSitePageCopyToStatus: IMapperMethod & { argNames: [ "workItemId" ], }, getSitePageMoveStatus: IMapperMethod & { argNames: [ "workItemId" ], }, getSiteUserIncludingDeletedByPuid: IMapperMethod & { argNames: [ "puid" ], }, getStorageEntity: IMapperMethod & { argNames: [ "key" ], }, getSubwebsFilteredForCurrentUser: IMapperMethod & { argNames: [ "nWebTemplateFilter", "nConfigurationFilter" ], }, getUserById: IMapperMethod & { argNames: [ "userId" ], }, getUserEffectivePermissions: IMapperMethod & { argNames: [ "userName" ], }, getViewFromPath: IMapperMethod & { argNames: [ "DecodedUrl" ], }, getViewFromUrl: IMapperMethod & { argNames: [ "listUrl" ], }, hubSiteData: IMapperMethod & { argNames: [ "forceRefresh" ], }, hubSiteDataAsStream: IMapperMethod & { argNames: [ "forceRefresh" ], }, incrementSiteClientTag: IMapperMethod & { }, listPowerPlatformUserDetails: IMapperMethod & { }, loadAndInstallApp: IMapperMethod & { argNames: [ "appPackageStream" ], }, loadAndInstallAppInSpecifiedLocale: IMapperMethod & { argNames: [ "appPackageStream", "installationLocaleLCID" ], }, loadApp: IMapperMethod & { argNames: [ "appPackageStream", "installationLocaleLCID" ], }, mapToIcon: IMapperMethod & { argNames: [ "fileName", "progId", "size" ], }, markReplyUrisUpdated: IMapperMethod & { }, pageContextCore: IMapperMethod & { }, pageContextInfo: IMapperMethod & { argNames: [ "includeODBSettings", "emitNavigationInfo" ], }, parseDateTime: IMapperMethod & { argNames: [ "value", "displayFormat", "calendarType" ], }, processExternalNotification: IMapperMethod & { argNames: [ "stream" ], }, query: IMapperMethod & { argNames: ["oData"] }, recycle: IMapperMethod & { }, registerPushNotificationSubscriber: IMapperMethod & { argNames: [ "deviceAppInstanceId", "serviceToken" ], }, removeStorageEntity: IMapperMethod & { argNames: [ "key" ], }, removeSupportedUILanguage: IMapperMethod & { argNames: [ "lcid" ], }, resetRoleInheritance: IMapperMethod & { }, setAccessRequestSiteDescriptionAndUpdate: IMapperMethod & { argNames: [ "description" ], }, setChromeOptions: IMapperMethod & { argNames: [ "headerLayout", "headerEmphasis", "megaMenuEnabled", "footerEnabled", "footerLayout", "footerEmphasis", "hideTitleInHeader", "logoAlignment", "horizontalQuickLaunch", "headerColorIndexInLightMode", "headerColorIndexInDarkMode", "footerColorIndexInLightMode", "footerColorIndexInDarkMode", "footerAlignment", "footerBlur", "headerOverlayColor", "headerOverlayGradientDirection", "headerOverlayOpacity", "footerOverlayColor", "footerOverlayGradientDirection", "footerOverlayOpacity", "fontOptionForSiteTitle", "fontOptionForSiteNav", "fontOptionForSiteFooterTitle", "fontOptionForSiteFooterNav" ], }, setDefaultNewPageTemplateId: IMapperMethod & { argNames: [ "defaultNewPageTemplateId" ], }, setGlobalNavSettings: IMapperMethod & { argNames: [ "title", "source" ], }, setStorageEntity: IMapperMethod & { argNames: [ "key", "value", "description", "comments" ], }, setThemeApplicationActionHistory: IMapperMethod & { argNames: [ "themeApplicationActionHistory" ], }, setUseAccessRequestDefaultAndUpdate: IMapperMethod & { argNames: [ "useAccessRequestDefault" ], }, syncFlowInstances: IMapperMethod & { argNames: [ "targetWebUrl" ], }, syncFlowTemplates: IMapperMethod & { argNames: [ "category" ], }, syncHubSiteTheme: IMapperMethod & { }, syncTeamsComponent: IMapperMethod & { argNames: [ "teamsComponent" ], }, uninstallAddins: IMapperMethod & { argNames: [ "uninstallAddins" ], }, unregisterPushNotificationSubscriber: IMapperMethod & { argNames: [ "deviceAppInstanceId" ], }, unsetIsEduClassProvisionPending: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, upgradePrefabAppInstance: IMapperMethod & { argNames: [ "prefabItemId", "hasCustomUpgradeConfiguration" ], }, uploadImage: IMapperMethod & { argNames: [ "listTitle", "imageName", "contentStream", "listId", "itemId", "fieldId", "overwrite" ], }, } "SP.Web.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WebInformation.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WebParts.LimitedWebPartManager": { properties?: Array; exportWebPart: IMapperMethod & { argNames: [ "webPartId" ], }, importWebPart: IMapperMethod & { argNames: [ "webPartXml" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WebParts.WebPartDefinition": { properties?: Array; closeWebPart: IMapperMethod & { }, deleteWebPart: IMapperMethod & { }, moveWebPartTo: IMapperMethod & { argNames: [ "zoneID", "zoneIndex" ], }, openWebPart: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, saveWebPartChanges: IMapperMethod & { }, } "SP.WebParts.WebPartDefinition.Collection": { properties?: Array; getByControlId: IMapperMethod & { argNames: [ "controlId" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WebTemplate.Collection": { properties?: Array; getByName: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WorkManagement.OM.BaseSession": { properties?: Array; addAttributeToTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, beginCacheRefresh: IMapperMethod & { }, beginExchangeSync: IMapperMethod & { }, createPersonalTaskAndPromoteToProviderTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey" ], }, createTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey", "editUrl" ], }, deleteTask: IMapperMethod & { argNames: [ "taskKey" ], }, getCalloutInfo: IMapperMethod & { argNames: [ "taskKey" ], }, getRefreshHealthInfo: IMapperMethod & { }, getRefreshHistory: IMapperMethod & { argNames: [ "since" ], }, getRefreshStatus: IMapperMethod & { argNames: [ "refreshId" ], }, isExchangeJobPending: IMapperMethod & { }, pinTask: IMapperMethod & { argNames: [ "taskKey" ], }, promotePersonalTaskToProviderTaskInLocation: IMapperMethod & { argNames: [ "taskKey", "locationId" ], }, readAllNonTaskData: IMapperMethod & { }, refreshSingleTask: IMapperMethod & { argNames: [ "taskKey" ], }, removeAttributeFromTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, removePinOnTask: IMapperMethod & { argNames: [ "taskKey" ], }, updateTaskWithLocalizedValue: IMapperMethod & { argNames: [ "taskKey", "field", "value" ], }, } "SP.WorkManagement.OM.LocationOrientedSortableSession": { properties?: Array; addAttributeToTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, beginCacheRefresh: IMapperMethod & { }, beginExchangeSync: IMapperMethod & { }, createPersonalTaskAndPromoteToProviderTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey" ], }, createTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey", "editUrl" ], }, deleteTask: IMapperMethod & { argNames: [ "taskKey" ], }, getCalloutInfo: IMapperMethod & { argNames: [ "taskKey" ], }, getRefreshHealthInfo: IMapperMethod & { }, getRefreshHistory: IMapperMethod & { argNames: [ "since" ], }, getRefreshStatus: IMapperMethod & { argNames: [ "refreshId" ], }, isExchangeJobPending: IMapperMethod & { }, movePersonalTaskToLocation: IMapperMethod & { argNames: [ "taskKey", "newLocationKey" ], }, pinTask: IMapperMethod & { argNames: [ "taskKey" ], }, promotePersonalTaskToProviderTaskInLocation: IMapperMethod & { argNames: [ "taskKey", "locationId" ], }, readAllNonTaskData: IMapperMethod & { }, refreshSingleTask: IMapperMethod & { argNames: [ "taskKey" ], }, removeAttributeFromTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, removePinOnTask: IMapperMethod & { argNames: [ "taskKey" ], }, updateTaskWithLocalizedValue: IMapperMethod & { argNames: [ "taskKey", "field", "value" ], }, } "SP.WorkManagement.OM.LocationOrientedUserOrderedSession": { properties?: Array; addAttributeToTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, beginCacheRefresh: IMapperMethod & { }, beginExchangeSync: IMapperMethod & { }, createPersonalTaskAndPromoteToProviderTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey" ], }, createTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey", "editUrl" ], }, deleteTask: IMapperMethod & { argNames: [ "taskKey" ], }, getCalloutInfo: IMapperMethod & { argNames: [ "taskKey" ], }, getRefreshHealthInfo: IMapperMethod & { }, getRefreshHistory: IMapperMethod & { argNames: [ "since" ], }, getRefreshStatus: IMapperMethod & { argNames: [ "refreshId" ], }, isExchangeJobPending: IMapperMethod & { }, movePersonalTaskToLocation: IMapperMethod & { argNames: [ "taskKey", "newLocationKey" ], }, pinTask: IMapperMethod & { argNames: [ "taskKey" ], }, promotePersonalTaskToProviderTaskInLocation: IMapperMethod & { argNames: [ "taskKey", "locationId" ], }, readAllNonTaskData: IMapperMethod & { }, refreshSingleTask: IMapperMethod & { argNames: [ "taskKey" ], }, removeAttributeFromTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, removePinOnTask: IMapperMethod & { argNames: [ "taskKey" ], }, reorderTask: IMapperMethod & { argNames: [ "taskKey", "newAfterTaskKey" ], }, updateTaskWithLocalizedValue: IMapperMethod & { argNames: [ "taskKey", "field", "value" ], }, } "SP.WorkManagement.OM.SortableSession": { properties?: Array; addAttributeToTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, beginCacheRefresh: IMapperMethod & { }, beginExchangeSync: IMapperMethod & { }, createPersonalTaskAndPromoteToProviderTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey" ], }, createTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey", "editUrl" ], }, deleteTask: IMapperMethod & { argNames: [ "taskKey" ], }, getCalloutInfo: IMapperMethod & { argNames: [ "taskKey" ], }, getRefreshHealthInfo: IMapperMethod & { }, getRefreshHistory: IMapperMethod & { argNames: [ "since" ], }, getRefreshStatus: IMapperMethod & { argNames: [ "refreshId" ], }, isExchangeJobPending: IMapperMethod & { }, pinTask: IMapperMethod & { argNames: [ "taskKey" ], }, promotePersonalTaskToProviderTaskInLocation: IMapperMethod & { argNames: [ "taskKey", "locationId" ], }, readAllNonTaskData: IMapperMethod & { }, refreshSingleTask: IMapperMethod & { argNames: [ "taskKey" ], }, removeAttributeFromTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, removePinOnTask: IMapperMethod & { argNames: [ "taskKey" ], }, updateTaskWithLocalizedValue: IMapperMethod & { argNames: [ "taskKey", "field", "value" ], }, } "SP.WorkManagement.OM.SortableSessionManager": { properties?: Array; createLocationOrientedSession: IMapperMethod & { }, createSession: IMapperMethod & { }, } "SP.WorkManagement.OM.UserOrderedSession": { properties?: Array; addAttributeToTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, beginCacheRefresh: IMapperMethod & { }, beginExchangeSync: IMapperMethod & { }, createPersonalTaskAndPromoteToProviderTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey" ], }, createTask: IMapperMethod & { argNames: [ "taskName", "description", "localizedStartDate", "localizedDueDate", "completed", "pinned", "locationKey", "editUrl" ], }, deleteTask: IMapperMethod & { argNames: [ "taskKey" ], }, getCalloutInfo: IMapperMethod & { argNames: [ "taskKey" ], }, getRefreshHealthInfo: IMapperMethod & { }, getRefreshHistory: IMapperMethod & { argNames: [ "since" ], }, getRefreshStatus: IMapperMethod & { argNames: [ "refreshId" ], }, isExchangeJobPending: IMapperMethod & { }, pinTask: IMapperMethod & { argNames: [ "taskKey" ], }, promotePersonalTaskToProviderTaskInLocation: IMapperMethod & { argNames: [ "taskKey", "locationId" ], }, readAllNonTaskData: IMapperMethod & { }, refreshSingleTask: IMapperMethod & { argNames: [ "taskKey" ], }, removeAttributeFromTask: IMapperMethod & { argNames: [ "taskKey", "attribute" ], }, removePinOnTask: IMapperMethod & { argNames: [ "taskKey" ], }, reorderTask: IMapperMethod & { argNames: [ "taskKey", "newAfterTaskKey" ], }, updateTaskWithLocalizedValue: IMapperMethod & { argNames: [ "taskKey", "field", "value" ], }, } "SP.WorkManagement.OM.UserOrderedSessionManager": { properties?: Array; createLocationOrientedSession: IMapperMethod & { }, createSession: IMapperMethod & { }, } "SP.WorkManagement.OM.UserSettingsManager": { properties?: Array; getAllLocations: IMapperMethod & { }, getExchangeSyncInfo: IMapperMethod & { }, getImportantLocations: IMapperMethod & { }, getLocations: IMapperMethod & { argNames: [ "locationsId" ], }, getPersistedProperties: IMapperMethod & { }, getUserSettings: IMapperMethod & { }, isExchangeJobPending: IMapperMethod & { }, optIntoExchangeSync: IMapperMethod & { }, optOutOfExchangeSync: IMapperMethod & { }, } "SP.Workflow.SPWorkflowTask": { properties?: Array; addThumbnailFieldData: IMapperMethod & { argNames: [ "imageStream", "imageName", "fieldInternalName", "lockId" ], }, archive: IMapperMethod & { }, breakRoleInheritance: IMapperMethod & { argNames: [ "copyRoleAssignments", "clearSubscopes" ], }, delete: IMapperMethod & { }, deleteWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, doEntitiesHaveAccessToLabel: IMapperMethod & { argNames: [ "peoplePickerInput" ], }, folderArchiveProgress: IMapperMethod & { }, folderUnarchiveProgress: IMapperMethod & { }, getChanges: IMapperMethod & { argNames: [ "query" ], }, getComments: IMapperMethod & { }, getUserEffectivePermissions: IMapperMethod & { argNames: [ "userName" ], }, getVersionById: IMapperMethod & { argNames: [ "versionId" ], }, getVersions: IMapperMethod & { argNames: [ "getVersionsParams" ], }, getWOPIFrameUrl: IMapperMethod & { argNames: [ "action" ], }, mediaServiceUpdate: IMapperMethod & { argNames: [ "parameters" ], }, mediaServiceUpdateV2: IMapperMethod & { argNames: [ "parameters", "eventFiringEnabled" ], }, overridePolicyTip: IMapperMethod & { argNames: [ "userAction", "justification" ], }, parseAndSetFieldValue: IMapperMethod & { argNames: [ "fieldName", "value" ], }, recycle: IMapperMethod & { }, recycleWithParameters: IMapperMethod & { argNames: [ "parameters" ], }, renderListItemDataAsStream: IMapperMethod & { argNames: [ "options" ], }, resetRoleInheritance: IMapperMethod & { }, setCommentsDisabled: IMapperMethod & { argNames: [ "value" ], }, setComplianceTag: IMapperMethod & { argNames: [ "complianceTag", "isTagPolicyHold", "isTagPolicyRecord", "isEventBasedTag", "isTagSuperLock", "isUnlockedAsDefault" ], }, setComplianceTagWithExplicitMetasUpdate: IMapperMethod & { argNames: [ "complianceTag", "complianceFlags", "complianceTagWrittenTime", "userEmailAddress" ], }, setComplianceTagWithHold: IMapperMethod & { argNames: [ "complianceTag" ], }, setComplianceTagWithMetaInfo: IMapperMethod & { argNames: [ "complianceTag", "blockDelete", "blockEdit", "complianceTagWrittenTime", "userEmailAddress", "isTagSuperLock", "isRecordUnlockedAsDefault" ], }, setComplianceTagWithNoHold: IMapperMethod & { argNames: [ "complianceTag" ], }, setComplianceTagWithRecord: IMapperMethod & { argNames: [ "complianceTag" ], }, systemUpdate: IMapperMethod & { }, unarchive: IMapperMethod & { }, update: IMapperMethod & { argNames: [ "properties" ], }, updateEx: IMapperMethod & { argNames: [ "parameters" ], }, updateOverwriteVersion: IMapperMethod & { }, validateUpdateFetchListItem: IMapperMethod & { argNames: [ "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture", "View", "RootFolder" ], }, validateUpdateFetchListItemInFolder: IMapperMethod & { argNames: [ "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture", "rootFolder" ], }, validateUpdateListItem: IMapperMethod & { argNames: [ "formValues", "bNewDocumentUpdate", "checkInComment", "datesInUTC", "numberInInvariantCulture", "sharedLockId" ], }, } "SP.Workflow.WorkflowAssociation": { properties?: Array; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "SP.Workflow.WorkflowAssociation.Collection": { properties?: Array; add: IMapperMethod & { argNames: [ "parameters" ], }, getById: IMapperMethod & { argNames: [ "associationId" ], }, getByName: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.Workflow.WorkflowTemplate.Collection": { properties?: Array; getById: IMapperMethod & { argNames: [ "templateId" ], }, getByName: IMapperMethod & { argNames: [ "name" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WorkflowServices.InteropService": { properties?: Array; cancelWorkflow: IMapperMethod & { argNames: [ "instanceId" ], }, disableEvents: IMapperMethod & { argNames: [ "listId", "itemGuid" ], }, enableEvents: IMapperMethod & { argNames: [ "listId", "itemGuid" ], }, query: IMapperMethod & { argNames: ["oData"] }, startWorkflow: IMapperMethod & { argNames: [ "associationName", "correlationId", "listId", "itemGuid", "workflowParameters" ], }, } "SP.WorkflowServices.WorkflowDefinition": { properties?: Array; setProperty: IMapperMethod & { argNames: [ "propertyName", "value" ], }, } "SP.WorkflowServices.WorkflowDefinition.Collection": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, sort: IMapperMethod & { }, } "SP.WorkflowServices.WorkflowDeploymentService": { properties?: Array; deleteCollateral: IMapperMethod & { argNames: [ "workflowDefinitionId", "leafFileName" ], }, deleteDefinition: IMapperMethod & { argNames: [ "definitionId" ], }, deprecateDefinition: IMapperMethod & { argNames: [ "definitionId" ], }, enumerateDefinitions: IMapperMethod & { argNames: [ "publishedOnly" ], }, enumerateIntegratedApps: IMapperMethod & { }, getActivitySignatures: IMapperMethod & { argNames: [ "lastChanged" ], }, getCollateralUri: IMapperMethod & { argNames: [ "workflowDefinitionId", "leafFileName" ], }, getDefinition: IMapperMethod & { argNames: [ "definitionId" ], }, isIntegratedApp: IMapperMethod & { }, packageDefinition: IMapperMethod & { argNames: [ "definitionId", "packageDefaultFilename", "packageTitle", "packageDescription" ], }, publishDefinition: IMapperMethod & { argNames: [ "definitionId" ], }, saveCollateral: IMapperMethod & { argNames: [ "workflowDefinitionId", "leafFileName", "fileContent" ], }, validateActivity: IMapperMethod & { argNames: [ "activityXaml" ], }, } "SP.WorkflowServices.WorkflowInstanceService": { properties?: Array; enumerateInstancesForListItem: IMapperMethod & { argNames: [ "listId", "itemId" ], }, enumerateInstancesForListItemWithOffset: IMapperMethod & { argNames: [ "listId", "itemId", "offset" ], }, enumerateInstancesForSite: IMapperMethod & { }, enumerateInstancesForSiteWithOffset: IMapperMethod & { argNames: [ "offset" ], }, getInstance: IMapperMethod & { argNames: [ "instanceId" ], }, query: IMapperMethod & { argNames: ["oData"] }, startWorkflowOnListItemBySubscriptionId: IMapperMethod & { argNames: [ "subscriptionId", "itemId", "payload" ], }, } "SP.WorkflowServices.WorkflowMessagingService": { properties?: Array; publishEvent: IMapperMethod & { argNames: [ "eventSourceId", "eventName", "payload" ], }, } "SP.WorkflowServices.WorkflowServicesManager": { properties?: Array; getWorkflowDeploymentService: IMapperMethod & { }, getWorkflowInstanceService: IMapperMethod & { }, getWorkflowInteropService: IMapperMethod & { }, getWorkflowSubscriptionService: IMapperMethod & { }, isIntegratedApp: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "SP.WorkflowServices.WorkflowSubscription": { properties?: Array; getExternalVariable: IMapperMethod & { argNames: [ "name" ], }, setExternalVariable: IMapperMethod & { argNames: [ "name", "value" ], }, setProperty: IMapperMethod & { argNames: [ "name", "value" ], }, } "SP.WorkflowServices.WorkflowSubscription.Collection": { properties?: Array; query: IMapperMethod & { argNames: ["oData"] }, sort: IMapperMethod & { }, } "SP.WorkflowServices.WorkflowSubscriptionService": { properties?: Array; deleteSubscription: IMapperMethod & { argNames: [ "subscriptionId" ], }, enumerateSubscriptions: IMapperMethod & { }, enumerateSubscriptionsByDefinition: IMapperMethod & { argNames: [ "definitionId" ], }, enumerateSubscriptionsByEventSource: IMapperMethod & { argNames: [ "eventSourceId" ], }, enumerateSubscriptionsByList: IMapperMethod & { argNames: [ "listId" ], }, enumerateSubscriptionsByListAndParentContentType: IMapperMethod & { argNames: [ "listId", "parentContentTypeId", "includeNoContentTypeSpecified" ], }, enumerateSubscriptionsByListWithContentType: IMapperMethod & { argNames: [ "listId", "includeContentTypeSpecified" ], }, getSubscription: IMapperMethod & { argNames: [ "subscriptionId" ], }, query: IMapperMethod & { argNames: ["oData"] }, registerInterestInHostWebList: IMapperMethod & { argNames: [ "listId", "eventName" ], }, registerInterestInList: IMapperMethod & { argNames: [ "listId", "eventName" ], }, unregisterInterestInHostWebList: IMapperMethod & { argNames: [ "listId", "eventName" ], }, unregisterInterestInList: IMapperMethod & { argNames: [ "listId", "eventName" ], }, } }