|
21928 | 21928 | <Member Name="required" Value="0"/>
|
21929 | 21929 | <Member Name="recommended" Value="1"/>
|
21930 | 21930 | <Member Name="unknownFutureValue" Value="2"/>
|
| 21931 | + <Member Name="peerRecommended" Value="3"/> |
21931 | 21932 | </EnumType>
|
21932 | 21933 | <EnumType Name="courseStatus">
|
21933 | 21934 | <Member Name="notStarted" Value="0"/>
|
|
22367 | 22368 | <NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)"/>
|
22368 | 22369 | <NavigationProperty Name="deviceManagementTroubleshootingEvents" Type="Collection(graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true"/>
|
22369 | 22370 | <NavigationProperty Name="planner" Type="graph.plannerUser" ContainsTarget="true"/>
|
22370 |
| - <NavigationProperty Name="insights" Type="graph.officeGraphInsights" ContainsTarget="true"/> |
| 22371 | + <NavigationProperty Name="insights" Type="graph.itemInsights" ContainsTarget="true"/> |
22371 | 22372 | <NavigationProperty Name="settings" Type="graph.userSettings" ContainsTarget="true"/>
|
22372 | 22373 | <NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true"/>
|
22373 | 22374 | <NavigationProperty Name="cloudClipboard" Type="graph.cloudClipboardRoot" ContainsTarget="true"/>
|
@@ -22850,11 +22851,13 @@
|
22850 | 22851 | <NavigationProperty Name="trending" Type="Collection(graph.trending)" ContainsTarget="true"/>
|
22851 | 22852 | <NavigationProperty Name="used" Type="Collection(graph.usedInsight)" ContainsTarget="true"/>
|
22852 | 22853 | </EntityType>
|
| 22854 | + <EntityType Name="itemInsights" BaseType="graph.officeGraphInsights"/> |
22853 | 22855 | <EntityType Name="userSettings" BaseType="graph.entity">
|
22854 | 22856 | <Property Name="contributionToContentDiscoveryAsOrganizationDisabled" Type="Edm.Boolean" Nullable="false"/>
|
22855 | 22857 | <Property Name="contributionToContentDiscoveryDisabled" Type="Edm.Boolean" Nullable="false"/>
|
22856 | 22858 | <NavigationProperty Name="windows" Type="Collection(graph.windowsSetting)" ContainsTarget="true"/>
|
22857 | 22859 | <NavigationProperty Name="shiftPreferences" Type="graph.shiftPreferences" ContainsTarget="true"/>
|
| 22860 | + <NavigationProperty Name="storage" Type="graph.userStorage" ContainsTarget="true"/> |
22858 | 22861 | </EntityType>
|
22859 | 22862 | <EntityType Name="onenote" BaseType="graph.entity">
|
22860 | 22863 | <NavigationProperty Name="notebooks" Type="Collection(graph.notebook)" ContainsTarget="true"/>
|
|
26388 | 26391 | <EntityType Name="peopleAdminSettings" BaseType="graph.entity">
|
26389 | 26392 | <NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true"/>
|
26390 | 26393 | <NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true"/>
|
| 26394 | + <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true"/> |
26391 | 26395 | </EntityType>
|
26392 | 26396 | <EntityType Name="browserSharedCookie" BaseType="graph.entity">
|
26393 | 26397 | <Property Name="comment" Type="Edm.String" Nullable="false"/>
|
|
27756 | 27760 | </EntityType>
|
27757 | 27761 | <EntityType Name="storage">
|
27758 | 27762 | <NavigationProperty Name="fileStorage" Type="graph.fileStorage" ContainsTarget="true"/>
|
| 27763 | + <NavigationProperty Name="settings" Type="graph.storageSettings" ContainsTarget="true"/> |
| 27764 | + </EntityType> |
| 27765 | + <EntityType Name="storageSettings" BaseType="graph.entity"> |
| 27766 | + <NavigationProperty Name="quota" Type="graph.unifiedStorageQuota" ContainsTarget="true"/> |
27759 | 27767 | </EntityType>
|
27760 | 27768 | <ComplexType Name="accessAction" OpenType="true"/>
|
27761 | 27769 | <ComplexType Name="album">
|
|
32020 | 32028 | <EntityType Name="shiftPreferences" BaseType="graph.changeTrackedEntity">
|
32021 | 32029 | <Property Name="availability" Type="Collection(graph.shiftAvailability)"/>
|
32022 | 32030 | </EntityType>
|
| 32031 | + <EntityType Name="userStorage" BaseType="graph.entity"> |
| 32032 | + <NavigationProperty Name="quota" Type="graph.unifiedStorageQuota" ContainsTarget="true"/> |
| 32033 | + </EntityType> |
32023 | 32034 | <ComplexType Name="CopyNotebookModel">
|
32024 | 32035 | <Property Name="createdBy" Type="Edm.String"/>
|
32025 | 32036 | <Property Name="createdByIdentity" Type="graph.identitySet"/>
|
|
32218 | 32229 | <EntityType Name="pronounsSettings" BaseType="graph.entity">
|
32219 | 32230 | <Property Name="isEnabledInOrganization" Type="Edm.Boolean" Nullable="false"/>
|
32220 | 32231 | </EntityType>
|
| 32232 | + <EntityType Name="insightsSettings" BaseType="graph.entity"> |
| 32233 | + <Property Name="disabledForGroup" Type="Edm.String"/> |
| 32234 | + <Property Name="isEnabledInOrganization" Type="Edm.Boolean"/> |
| 32235 | + </EntityType> |
32221 | 32236 | <ComplexType Name="approvalSettings">
|
32222 | 32237 | <Property Name="approvalMode" Type="Edm.String"/>
|
32223 | 32238 | <Property Name="approvalStages" Type="Collection(graph.unifiedApprovalStage)"/>
|
|
34001 | 34016 | <NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true"/>
|
34002 | 34017 | <NavigationProperty Name="linkedResources" Type="Collection(graph.linkedResource)" ContainsTarget="true"/>
|
34003 | 34018 | </EntityType>
|
| 34019 | + <EntityType Name="storageQuotaBreakdown" BaseType="graph.entity"> |
| 34020 | + <Property Name="displayName" Type="Edm.String"/> |
| 34021 | + <Property Name="manageWebUrl" Type="Edm.String"/> |
| 34022 | + <Property Name="used" Type="Edm.Int64"/> |
| 34023 | + </EntityType> |
| 34024 | + <EntityType Name="serviceStorageQuotaBreakdown" BaseType="graph.storageQuotaBreakdown"/> |
| 34025 | + <EntityType Name="unifiedStorageQuota" BaseType="graph.entity"> |
| 34026 | + <Property Name="deleted" Type="Edm.Int64"/> |
| 34027 | + <Property Name="manageWebUrl" Type="Edm.String"/> |
| 34028 | + <Property Name="remaining" Type="Edm.Int64"/> |
| 34029 | + <Property Name="state" Type="Edm.String"/> |
| 34030 | + <Property Name="total" Type="Edm.Int64"/> |
| 34031 | + <Property Name="used" Type="Edm.Int64"/> |
| 34032 | + <NavigationProperty Name="services" Type="Collection(graph.serviceStorageQuotaBreakdown)" ContainsTarget="true"/> |
| 34033 | + </EntityType> |
34004 | 34034 | <EntityType Name="employeeExperience">
|
34005 | 34035 | <NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true"/>
|
34006 | 34036 | <NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true"/>
|
|
38192 | 38222 | <Parameter Name="TimeZoneStandard" Type="graph.timeZoneStandard" Nullable="false"/>
|
38193 | 38223 | <ReturnType Type="Collection(graph.timeZoneInformation)" Nullable="false"/>
|
38194 | 38224 | </Function>
|
| 38225 | + <Action Name="permanentDelete" IsBound="true"> |
| 38226 | + <Parameter Name="bindingParameter" Type="graph.fileStorageContainer"/> |
| 38227 | + </Action> |
| 38228 | + <Action Name="permanentDelete" IsBound="true"> |
| 38229 | + <Parameter Name="bindingParameter" Type="graph.driveItem"/> |
| 38230 | + </Action> |
38195 | 38231 | <Action Name="remove" IsBound="true">
|
38196 | 38232 | <Parameter Name="bindingParameter" Type="Collection(graph.site)"/>
|
38197 | 38233 | <Parameter Name="value" Type="Collection(graph.site)"/>
|
|
38283 | 38319 | <Parameter Name="clientContext" Type="Edm.String" Unicode="false"/>
|
38284 | 38320 | <ReturnType Type="graph.inviteParticipantsOperation"/>
|
38285 | 38321 | </Action>
|
38286 |
| - <Action Name="permanentDelete" IsBound="true"> |
38287 |
| - <Parameter Name="bindingParameter" Type="graph.driveItem"/> |
38288 |
| - </Action> |
38289 | 38322 | <Action Name="preview" IsBound="true">
|
38290 | 38323 | <Parameter Name="bindingParameter" Type="graph.driveItem"/>
|
38291 | 38324 | <Parameter Name="page" Type="Edm.String" Unicode="false"/>
|
|
0 commit comments