UNPKG

gd-sprest-def

Version:

TypeScript definition files generated from the $metadata REST endpoint in SharePoint.

2,082 lines (1,513 loc) 242 kB
import { IMapperMethod } from "./base"; /** Mapper */ export interface IMapper { "MS.FileServices.File": { properties?: Array<string>; copyTo: IMapperMethod & { argNames: [ "target", "overwrite" ], }, delete: IMapperMethod & { }, download: IMapperMethod & { }, moveTo: IMapperMethod & { argNames: [ "target", "overwrite" ], }, upload: IMapperMethod & { argNames: [ "stream" ], }, } "MS.FileServices.FileSystemItem.Collection": { properties?: Array<string>; add: IMapperMethod & { argNames: [ "name", "overwrite", "content" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "MS.FileServices.Folder": { properties?: Array<string>; delete: IMapperMethod & { }, moveTo: IMapperMethod & { argNames: [ "target" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.AppServices.AppCollection": { properties?: Array<string>; getAppsFromStore: IMapperMethod & { argNames: [ "addInType", "queryString" ], }, getByType: IMapperMethod & { argNames: [ "type" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningHub": { properties?: Array<string>; checkAIBuilderAccess: IMapperMethod & { argNames: [ "environmentName", "isTestEnvironment", "userId" ], }, getAutofillColumnSettings: IMapperMethod & { argNames: [ "docLibId" ], }, 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" ], }, 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<string>; 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<string>; 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<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication.Collection": { properties?: Array<string>; 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<string>; update: IMapperMethod & { }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningSample.Collection": { properties?: Array<string>; 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<string>; getByIdentifier: IMapperMethod & { argNames: [ "identifier" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.Search.REST.SearchService": { properties?: Array<string>; 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<string>; 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<string>; getData: IMapperMethod & { argNames: [ "suiteVersion", "isMobileRequest", "locale", "onPremVer" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationUrlParser": { properties?: Array<string>; parseUrl: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult": { properties?: Array<string>; 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<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup.Collection": { properties?: Array<string>; 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<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.Device.Collection": { properties?: Array<string>; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus": { properties?: Array<string>; isChangeDeployed: IMapperMethod & { argNames: [ "changeName" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage": { properties?: Array<string>; 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<string>; teamChannels: IMapperMethod & { argNames: [ "teamId", "membershipType" ], }, teamChannelsExperiment: IMapperMethod & { argNames: [ "teamId", "membershipType" ], }, teams: IMapperMethod & { argNames: [ "startsWith", "limit", "withLogo" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential.Collection": { properties?: Array<string>; getById: IMapperMethod & { argNames: [ "id" ], }, getCredentials: IMapperMethod & { argNames: [ "AccountName", "Type" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties": { properties?: Array<string>; delete: IMapperMethod & { argNames: [ "key" ], }, getProperty: IMapperMethod & { argNames: [ "key" ], }, setProperty: IMapperMethod & { argNames: [ "key", "value", "throwIfExists" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight": { properties?: Array<string>; isFlightEnabled: IMapperMethod & { argNames: [ "flightName" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask.Collection": { properties?: Array<string>; 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<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData.Collection": { properties?: Array<string>; 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<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation.Collection": { properties?: Array<string>; getByLocation: IMapperMethod & { argNames: [ "location" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob.Collection": { properties?: Array<string>; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob.Collection": { properties?: Array<string>; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob.Collection": { properties?: Array<string>; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty.Collection": { properties?: Array<string>; getByPropertyNameAndGeoLocation: IMapperMethod & { argNames: [ "propertyName", "geo" ], }, getChanges: IMapperMethod & { argNames: [ "startTimeInUtc" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob.Collection": { properties?: Array<string>; getBySiteUrl: IMapperMethod & { argNames: [ "sourceSiteUrl", "targetSiteUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator.Collection": { properties?: Array<string>; 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<string>; upgradeAllInstancesToSPOMode: IMapperMethod & { }, upgradeToSPOMode: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation.Collection": { properties?: Array<string>; getByGeoLocation: IMapperMethod & { argNames: [ "geoLocation" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob.Collection": { properties?: Array<string>; getByGroupName: IMapperMethod & { argNames: [ "groupname" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState": { properties?: Array<string>; updateSiteROState: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState.Collection": { properties?: Array<string>; getBySiteId: IMapperMethod & { argNames: [ "siteId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta": { properties?: Array<string>; 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"] }, 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.SiteMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob.Collection": { properties?: Array<string>; 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<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota.Collection": { properties?: Array<string>; getByLocation: IMapperMethod & { argNames: [ "geoLocation" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup.Collection": { properties?: Array<string>; getByAlias: IMapperMethod & { argNames: [ "alias" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob.Collection": { properties?: Array<string>; 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<string>; cancel: IMapperMethod & { argNames: [ "url" ], }, get: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob.Collection": { properties?: Array<string>; 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<string>; cancel: IMapperMethod & { }, get: IMapperMethod & { }, getV2: IMapperMethod & { }, getWarningMessages: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.SPLogger.LogExport": { properties?: Array<string>; getFiles: IMapperMethod & { argNames: [ "partitionId", "logType" ], }, getLogTypes: IMapperMethod & { }, getPartitions: IMapperMethod & { argNames: [ "logType" ], }, } "Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter": { properties?: Array<string>; 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.HubSiteProperties": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant.Collection": { properties?: Array<string>; add: IMapperMethod & { argNames: [ "servicePrincipalId", "resource", "scope" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "servicePrincipalId", "resource", "scope" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal": { properties?: Array<string>; 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<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.Collection": { properties?: Array<string>; getByObjectId: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest": { properties?: Array<string>; approve: IMapperMethod & { }, deny: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest.Collection": { properties?: Array<string>; approve: IMapperMethod & { argNames: [ "resource", "scope" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.Office365CommsMessagesServiceProxy": { properties?: Array<string>; messageCenterMessages: IMapperMethod & { argNames: [ "messagesFieldsData" ], }, serviceHealthMessages: IMapperMethod & { argNames: [ "messagesFieldsData" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient": { properties?: Array<string>; 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" ], }, exportSPODataAccessGovernanceInsight: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsight: IMapperMethod & { argNames: [ "reportEntity", "workLoad" ], }, getSPODataAccessGovernanceInsightById: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsightV2: IMapperMethod & { argNames: [ "reportEntity" ], }, removeDataAccessGovernanceReport: IMapperMethod & { argNames: [ "reportId" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient": { properties?: Array<string>; getSPOSiteReview: IMapperMethod & { argNames: [ "reportEntity", "siteReviewtatus", "siteReviewID", "siteID" ], }, startSPOSiteReview: IMapperMethod & { argNames: [ "detailedSourceReportId", "siteId", "adminComment" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration": { properties?: Array<string>; add: IMapperMethod & { argNames: [ "source" ], }, remove: IMapperMethod & { argNames: [ "source" ], }, updateScriptSources: IMapperMethod & { argNames: [ "added", "removed" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient": { properties?: Array<string>; 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<string>; 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.SPOMalwareFile": { properties?: Array<string>; getMalwareFileStream: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient": { properties?: Array<string>; createRestrictedContentDiscoverabilityReport: IMapperMethod & { }, getAllRestrictedContentDiscoverabilityReports: IMapperMethod & { }, getRestrictContentOrgWideSearchUsageInsightsReportContent: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsightById: IMapperMethod & { argNames: [ "reportId" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic": { properties?: Array<string>; addCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { argNames: [ "appId", "appUri", "clientSecret" ], }, getCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { }, removeCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { }, updateCustomSpfx3rdPartyAppPrincipalClientSecret: IMapperMethod & { argNames: [ "clientSecret" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SiteProperties": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.Collection": { properties?: Array<string>; 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<string>; acceptSyntexRepositoryTermsOfService: IMapperMethod & { }, activateApplicationBillingPolicy: IMapperMethod & { argNames: [ "billingPolicyId" ], }, addBrandFontPackage: IMapperMethod & { argNames: [ "creationInformation" ], }, addHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl", "order", "audiences" ], }, addRecentAdminAction: IMapperMethod & { argNames: [ "payload" ], }, addRecentAdminActionReport: IMapperMethod & { argNames: [ "payload" ], }, addRecentAdminActions: IMapperMethod & { argNames: [ "payload" ], }, addSPOContainerUserRole: IMapperMethod & { argNames: [ "ContainerId", "loginName", "role" ], }, addSPORestrictedSearchAllowedList: IMapperMethod & { argNames: [ "siteUrls" ], }, 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" ], }, archiveSiteById: IMapperMethod & { argNames: [ "siteId" ], }, bootstrapPolicyAutomationResources: IMapperMethod & { }, checkTenantIntuneLicense: IMapperMethod & { }, checkTenantLicenses: IMapperMethod & { argNames: [ "licenses" ], }, 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" ], }, disableCollaborationInsightsDataCollection: IMapperMethod & { }, downloadHighVolumeComponentImpactedAssetsReport: IMapperMethod & { argNames: [ "category", "documentKey" ], }, downloadRansomwareImpactedAssetsReport: IMapperMethod & { argNames: [ "driveId", "fileName", "reportNameType" ], }, downloadSPOContainers: IMapperMethod & { argNames: [ "active" ], }, downloadSharingInsights: IMapperMethod & { argNames: [ "queryMode", "insightsType" ], }, enableCollaborationInsightsDataCollection: IMapperMethod & { }, ensureBrandCenterFeature: IMapperMethod & { }, executeTranspilerRequest: IMapperMethod & { argNames: [ "payload" ], }, exportAdminListToCSV: IMapperMethod & { argNames: [ "viewXml", "listName" ], }, exportCSVFile: IMapperMethod & { argNames: [ "timeZoneId" ], }, exportToCSV: IMapperMethod & { argNames: [ "viewXml", "timeZoneId", "columnsInfo", "listName" ], }, exportUnlicensedOneDriveForBusinessListToCSV: IMapperMethod & { }, getAdminListViews: IMapperMethod & { }, getAllDeletedPersonalSitesPropertiesAllVersions: IMapperMethod & { argNames: [ "startIndex" ], }, getBillingPolicyIdForApp: IMapperMethod & { argNames: [ "applicationId" ], }, getBrandCenterConfiguration: IMapperMethod & { }, getBrandFontPackages: IMapperMethod & { }, getCollaborationInsightsData: IMapperMethod & { }, getCollaborationInsightsOverview: IMapperMethod & { }, getContentManagementAssessmentResults: IMapperMethod & { }, getContentSecurityPolicy: IMapperMethod & { }, getCopilotPromoOptInStatus: IMapperMethod & { }, getDeletedPersonalSitePropertiesAllVersions: IMapperMethod & { argNames: [ "url" ], }, getDeletedSiteProperties: IMapperMethod & { argNames: [ "startIndex" ], }, getDeletedSitePropertiesByUrl: IMapperMethod & { argNames: [ "siteUrl" ], }, getDeletedSitePropertiesFromSharePoint: IMapperMethod & { argNames: [ "startIndex" ], }, 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" ], }, getHomeSites: IMapperMethod & { }, getHomeSitesDetails: IMapperMethod & { }, getIBVersionForTenant: IMapperMethod & { }, getIdleSessionSignOutForUnmanagedDevices: IMapperMethod & { }, getInsightsSummary: IMapperMethod & { argNames: [ "insightsScenario", "dataFileName", "pageIndex", "modelName", "maxTokenSize", "maxContentSize", "timeoutMS" ], }, getOneDriveSiteSharingInsights: IMapperMethod & { argNames: [ "queryMode" ], }, getOrgAssets: IMapperMethod & { }, getPowerAppsEnvironments: 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" ], }, getSPODeletedContainers: IMapperMethod & { }, getSPORestrictedSearchAllowedList: IMapperMethod & { }, getSPORestrictedSearchMode: IMapperMethod & { }, getSPOSiteCreationSources: IMapperMethod & { }, getSPOSyntexApplications: IMapperMethod & { }, getSPOSyntexConsumingApplications: IMapperMethod & { argNames: [ "owningApplicationId", "applicationId" ], }, getSPOTenantAllWebTemplates: IMapperMethod & { }, getSPOTenantWebTemplates: IMapperMethod & { argNames: [ "localeId", "compatibilityLevel" ], }, getSPOWebTemplatesAllowedForArchiving: IMapperMethod & { }, getSharePointSettingData: IMapperMethod & { argNames: [ "category" ], }, getSharePointSiteSharingInsights: IMapperMethod & { argNames: [ "queryMode" ], }, 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" ], }, 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" ], }, 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 & { }, 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" ], }, removeFileVersionBatchDeleteJob: IMapperMethod & { argNames: [ "siteUrl" ], }, removeFileVersionBatchDeleteJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, removeFromOrgAssets: IMapperMethod & { argNames: [ "libUrl", "listId" ], }, removeHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl" ], }, 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" ], }, sendEmail: IMapperMethod & { argNames: [ "siteUrl", "activityEventJson" ], }, setCopilotPromoOptInStatus: IMapperMethod & { argNames: [ "copilotPromoOptInEnabled" ], }, setDefaultView: IMapperMethod & { argNames: [ "viewId", "listName" ], }, setFileVersionPolicy: IMapperMethod & { argNames: [ "isAutoTrimEnabled", "majorVersionLimit", "expireVersionsAfterDays" ], }, setFileVersionPolicyForLi