|
398 | 398 | <Property Name="FieldValues" Type="Collection(SP.CAFieldValue)"/>
|
399 | 399 | <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String"/>
|
400 | 400 | </ComplexType>
|
| 401 | + <ComplexType Name="GridInitInfoType"> |
| 402 | + <Property Name="ControllerId" Type="Edm.String"/> |
| 403 | + <Property Name="GridSerializer" Type="Edm.String"/> |
| 404 | + <Property Name="JsInitObj" Type="Edm.String"/> |
| 405 | + </ComplexType> |
401 | 406 | <ComplexType Name="HTMLFieldSecuritySetting">
|
402 | 407 | <Property Name="allowedDomains" Type="Collection(Edm.String)"/>
|
403 | 408 | <Property Name="allowEmbedding" Type="Edm.Int16" Nullable="false"/>
|
|
1971 | 1976 | <Key>
|
1972 | 1977 | <PropertyRef Name="Id"/>
|
1973 | 1978 | </Key>
|
| 1979 | + <Property Name="AutofillInfo" Type="Edm.String"/> |
1974 | 1980 | <Property Name="AutoIndexed" Type="Edm.Boolean" Nullable="false"/>
|
1975 | 1981 | <Property Name="CanBeDeleted" Type="Edm.Boolean" Nullable="false"/>
|
1976 | 1982 | <Property Name="ClientSideComponentId" Type="Edm.Guid" Nullable="false"/>
|
|
2329 | 2335 | <Property Name="DefaultViewForContentType" Type="Edm.Boolean" Nullable="false"/>
|
2330 | 2336 | <Property Name="EditorModified" Type="Edm.Boolean" Nullable="false"/>
|
2331 | 2337 | <Property Name="Formats" Type="Edm.String"/>
|
| 2338 | + <Property Name="GridInitInfo" Type="SP.GridInitInfoType"/> |
2332 | 2339 | <Property Name="GridLayout" Type="Edm.String"/>
|
2333 | 2340 | <Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/>
|
2334 | 2341 | <Property Name="HtmlSchemaXml" Type="Edm.String"/>
|
|
10394 | 10401 | <FunctionImport Name="GetSiteMoveState" ReturnType="Edm.Int32" IsBindable="true">
|
10395 | 10402 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
10396 | 10403 | </FunctionImport>
|
10397 |
| - <FunctionImport Name="GetSiteSize" ReturnType="Edm.Int64" IsBindable="true"> |
| 10404 | + <FunctionImport Name="GetSiteProperties" ReturnType="Edm.String" IsBindable="true"> |
10398 | 10405 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
| 10406 | + <Parameter Name="isDeleted" Type="Edm.Boolean" Nullable="false"/> |
10399 | 10407 | </FunctionImport>
|
10400 | 10408 | <FunctionImport Name="IsDbReadOnly" ReturnType="Edm.Boolean" IsBindable="true">
|
10401 | 10409 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
|
12068 | 12076 | <Parameter Name="folderPath" Type="Edm.String"/>
|
12069 | 12077 | <Parameter Name="extension" Type="Edm.String"/>
|
12070 | 12078 | </FunctionImport>
|
| 12079 | + <FunctionImport Name="CreateHVCSItemApprovalRequest" ReturnType="Edm.String" IsBindable="true"> |
| 12080 | + <Parameter Name="this" Type="SP.List"/> |
| 12081 | + <Parameter Name="createItemRequestPayload" Type="SP.ApprovalsCreateRequestParameters"/> |
| 12082 | + </FunctionImport> |
12071 | 12083 | <FunctionImport Name="CreateMappedView" ReturnType="SP.View" IsBindable="true" EntitySet="Views">
|
12072 | 12084 | <Parameter Name="this" Type="SP.List"/>
|
12073 | 12085 | <Parameter Name="appViewCreationInfo" Type="SP.AppViewCreationInfo"/>
|
@@ -13793,10 +13805,12 @@
|
13793 | 13805 | <FunctionImport Name="SP_SharedWithMeItemCollection_RemoveFromSharedWithMe" ReturnType="Edm.String">
|
13794 | 13806 | <Parameter Name="spoIds" Type="Edm.String"/>
|
13795 | 13807 | <Parameter Name="itemIds" Type="Collection(Edm.String)"/>
|
| 13808 | + <Parameter Name="workingSetIds" Type="Collection(Edm.String)"/> |
13796 | 13809 | </FunctionImport>
|
13797 | 13810 | <FunctionImport Name="SP_SharedWithMeItemCollection_RestoreToSharedWithMe" ReturnType="Edm.String">
|
13798 | 13811 | <Parameter Name="spoIds" Type="Edm.String"/>
|
13799 | 13812 | <Parameter Name="itemIds" Type="Collection(Edm.String)"/>
|
| 13813 | + <Parameter Name="workingSetIds" Type="Collection(Edm.String)"/> |
13800 | 13814 | </FunctionImport>
|
13801 | 13815 | <FunctionImport Name="SP_SmartCache_Update">
|
13802 | 13816 | <Parameter Name="smartCacheJson" Type="Edm.String"/>
|
|
14526 | 14540 | <Parameter Name="this" Type="SP.File"/>
|
14527 | 14541 | <Parameter Name="comment" Type="Edm.String"/>
|
14528 | 14542 | </FunctionImport>
|
| 14543 | + <FunctionImport Name="Archive" IsBindable="true"> |
| 14544 | + <Parameter Name="this" Type="SP.File"/> |
| 14545 | + </FunctionImport> |
14529 | 14546 | <FunctionImport Name="CancelUpload" IsBindable="true">
|
14530 | 14547 | <Parameter Name="this" Type="SP.File"/>
|
14531 | 14548 | <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false"/>
|
|
14692 | 14709 | <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false"/>
|
14693 | 14710 | <Parameter Name="stream" Type="Edm.Stream"/>
|
14694 | 14711 | </FunctionImport>
|
| 14712 | + <FunctionImport Name="Unarchive" IsBindable="true"> |
| 14713 | + <Parameter Name="this" Type="SP.File"/> |
| 14714 | + </FunctionImport> |
14695 | 14715 | <FunctionImport Name="UndoCheckOut" IsBindable="true">
|
14696 | 14716 | <Parameter Name="this" Type="SP.File"/>
|
14697 | 14717 | </FunctionImport>
|
|
21491 | 21511 | <Annotations Target="SP.CurrencyInformation">
|
21492 | 21512 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
21493 | 21513 | </Annotations>
|
| 21514 | + <Annotations Target="SP.GridInitInfoType"> |
| 21515 | + <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/> |
| 21516 | + </Annotations> |
21494 | 21517 | <Annotations Target="SP.ItemOrderUpdateValue">
|
21495 | 21518 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
21496 | 21519 | </Annotations>
|
|
23162 | 23185 | <Annotations Target="SP.ContentType/EditFormTarget">
|
23163 | 23186 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
23164 | 23187 | </Annotations>
|
| 23188 | + <Annotations Target="SP.Field/AutofillInfo"> |
| 23189 | + <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/> |
| 23190 | + </Annotations> |
23165 | 23191 | <Annotations Target="SP.Field/ClientSideComponentId">
|
23166 | 23192 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
23167 | 23193 | </Annotations>
|
@@ -27474,10 +27500,10 @@
|
27474 | 27500 | <Annotations Target="SP.ApiData/SP_SharedWithMeItemCollection_GetSharedWithMeItems(Edm.Int32, Edm.String, Edm.Boolean)">
|
27475 | 27501 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
27476 | 27502 | </Annotations>
|
27477 |
| - <Annotations Target="SP.ApiData/SP_SharedWithMeItemCollection_RemoveFromSharedWithMe(Edm.String, Collection(Edm.String))"> |
| 27503 | + <Annotations Target="SP.ApiData/SP_SharedWithMeItemCollection_RemoveFromSharedWithMe(Edm.String, Collection(Edm.String), Collection(Edm.String))"> |
27478 | 27504 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
27479 | 27505 | </Annotations>
|
27480 |
| - <Annotations Target="SP.ApiData/SP_SharedWithMeItemCollection_RestoreToSharedWithMe(Edm.String, Collection(Edm.String))"> |
| 27506 | + <Annotations Target="SP.ApiData/SP_SharedWithMeItemCollection_RestoreToSharedWithMe(Edm.String, Collection(Edm.String), Collection(Edm.String))"> |
27481 | 27507 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
27482 | 27508 | </Annotations>
|
27483 | 27509 | <Annotations Target="SP.ApiData/SP_SmartCache_Update(Edm.String)">
|
|
35342 | 35368 | <Property Name="Audiences" Type="Collection(Edm.String)"/>
|
35343 | 35369 | <Property Name="Icon" Type="Edm.String"/>
|
35344 | 35370 | <Property Name="Id" Type="Edm.Int32" Nullable="false"/>
|
| 35371 | + <Property Name="ThumbnailOption" Type="Edm.String"/> |
35345 | 35372 | <Property Name="Title" Type="Edm.String"/>
|
35346 | 35373 | <Property Name="Url" Type="Edm.String"/>
|
35347 | 35374 | </ComplexType>
|
|
37548 | 37575 | <Property Name="ResourceGroup" Type="Edm.String"/>
|
37549 | 37576 | <Property Name="SPContainerTypeBillingClassification" Type="Edm.Int32" Nullable="false"/>
|
37550 | 37577 | </ComplexType>
|
| 37578 | + <ComplexType Name="SPContentEventsCustomEmailProperty"> |
| 37579 | + <Property Name="Category" Type="Edm.Int32" Nullable="false"/> |
| 37580 | + <Property Name="EmailAddresses" Type="Collection(Edm.String)"/> |
| 37581 | + </ComplexType> |
37551 | 37582 | <ComplexType Name="SPDataGovernanceInsightMetadata">
|
37552 | 37583 | <Property Name="ReportId" Type="Edm.Guid" Nullable="false"/>
|
37553 | 37584 | <Property Name="Status" Type="Edm.String"/>
|
|
37875 | 37906 | <Property Name="LockState" Type="Edm.String"/>
|
37876 | 37907 | <Property Name="LoopDefaultSharingLinkRole" Type="Edm.Int32" Nullable="false"/>
|
37877 | 37908 | <Property Name="LoopDefaultSharingLinkScope" Type="Edm.Int32" Nullable="false"/>
|
37878 |
| - <Property Name="LoopOverrideSharingCapability" Type="Edm.Boolean" Nullable="false"/> |
37879 |
| - <Property Name="LoopSharingCapability" Type="Edm.Int32" Nullable="false"/> |
37880 | 37909 | <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false"/>
|
37881 | 37910 | <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false"/>
|
37882 | 37911 | <Property Name="MediaTranscription" Type="Edm.Int32" Nullable="false"/>
|
|
38133 | 38162 | <Property Name="EnableDirectToCustomerBilling" Type="Edm.Boolean" Nullable="false"/>
|
38134 | 38163 | <Property Name="EnableDiscoverableByOrganizationForVideos" Type="Edm.Boolean" Nullable="false"/>
|
38135 | 38164 | <Property Name="EnableGuestSignInAcceleration" Type="Edm.Boolean" Nullable="false"/>
|
| 38165 | + <Property Name="EnableMediaReactions" Type="Edm.Boolean" Nullable="false"/> |
38136 | 38166 | <Property Name="EnableMinimumVersionRequirement" Type="Edm.Boolean" Nullable="false"/>
|
38137 | 38167 | <Property Name="EnableMipSiteLabel" Type="Edm.Boolean" Nullable="false"/>
|
38138 | 38168 | <Property Name="EnablePromotedFileHandlers" Type="Edm.Boolean" Nullable="false"/>
|
|
38261 | 38291 | <Property Name="RequireAnonymousLinksExpireInDays" Type="Edm.Int32" Nullable="false"/>
|
38262 | 38292 | <Property Name="ResourceQuota" Type="Edm.Double" Nullable="false"/>
|
38263 | 38293 | <Property Name="ResourceQuotaAllocated" Type="Edm.Double" Nullable="false"/>
|
| 38294 | + <Property Name="RestrictedAccessControlforSitesErrorHelpLink" Type="Edm.String"/> |
38264 | 38295 | <Property Name="RestrictedOneDriveLicense" Type="Edm.Boolean" Nullable="false"/>
|
38265 | 38296 | <Property Name="RestrictedSharePointLicense" Type="Edm.Boolean" Nullable="false"/>
|
38266 | 38297 | <Property Name="RootSiteUrl" Type="Edm.String"/>
|
|
40204 | 40235 | <Property Name="CoreDefaultShareLinkScope" Type="Edm.Int32" Nullable="false"/>
|
40205 | 40236 | <Property Name="CoreLoopDefaultSharingLinkRole" Type="Edm.Int32" Nullable="false"/>
|
40206 | 40237 | <Property Name="CoreLoopDefaultSharingLinkScope" Type="Edm.Int32" Nullable="false"/>
|
40207 |
| - <Property Name="CoreLoopSharingCapability" Type="Edm.Int32" Nullable="false"/> |
40208 | 40238 | <Property Name="CoreRequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40209 | 40239 | <Property Name="CoreRequestFilesLinkExpirationInDays" Type="Edm.Int32" Nullable="false"/>
|
40210 | 40240 | <Property Name="CoreSharingCapability" Type="Edm.Int32" Nullable="false"/>
|
|
40282 | 40312 | <Property Name="MySitesPublicEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40283 | 40313 | <Property Name="NotificationsInOneDriveForBusinessEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40284 | 40314 | <Property Name="NotificationsInSharePointEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40285 |
| - <Property Name="NotifyOwnersWhenInvitationsAccepted" Type="Edm.Boolean" Nullable="false"/> |
40286 | 40315 | <Property Name="NotifyOwnersWhenItemsReshared" Type="Edm.Boolean" Nullable="false"/>
|
40287 | 40316 | <Property Name="ODBAccessRequests" Type="Edm.Int32" Nullable="false"/>
|
40288 | 40317 | <Property Name="ODBMembersCanShare" Type="Edm.Int32" Nullable="false"/>
|
|
40296 | 40325 | <Property Name="OneDriveForGuestsEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40297 | 40326 | <Property Name="OneDriveLoopDefaultSharingLinkRole" Type="Edm.Int32" Nullable="false"/>
|
40298 | 40327 | <Property Name="OneDriveLoopDefaultSharingLinkScope" Type="Edm.Int32" Nullable="false"/>
|
40299 |
| - <Property Name="OneDriveLoopSharingCapability" Type="Edm.Int32" Nullable="false"/> |
40300 | 40328 | <Property Name="OneDriveRequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40301 | 40329 | <Property Name="OneDriveRequestFilesLinkExpirationInDays" Type="Edm.Int32" Nullable="false"/>
|
40302 | 40330 | <Property Name="OwnerAnonymousNotification" Type="Edm.Boolean" Nullable="false"/>
|
|
40308 | 40336 | <Property Name="RecycleBinRetentionPeriod" Type="Edm.Int32" Nullable="false"/>
|
40309 | 40337 | <Property Name="ReduceTempTokenLifetimeEnabled" Type="Edm.Boolean" Nullable="false"/>
|
40310 | 40338 | <Property Name="ReduceTempTokenLifetimeValue" Type="Edm.Int32" Nullable="false"/>
|
40311 |
| - <Property Name="RequireAcceptingAccountMatchInvitedAccount" Type="Edm.Boolean" Nullable="false"/> |
40312 | 40339 | <Property Name="RequireAnonymousLinksExpireInDays" Type="Edm.Int32" Nullable="false"/>
|
| 40340 | + <Property Name="RestrictedAccessControlforSitesErrorHelpLink" Type="Edm.String"/> |
40313 | 40341 | <Property Name="SearchResolveExactEmailOrUPN" Type="Edm.Boolean" Nullable="false"/>
|
40314 | 40342 | <Property Name="SharingAllowedDomainList" Type="Edm.String"/>
|
40315 | 40343 | <Property Name="SharingBlockedDomainList" Type="Edm.String"/>
|
|
0 commit comments