Skip to content

Commit e258bfe

Browse files
committed
Schema sync 2026-06-09 from 1.4.611.0
1 parent 33ffb0e commit e258bfe

13 files changed

Lines changed: 2375 additions & 18 deletions

schemas/beta-Bleu.csdl

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
<Member Name="exclude" Value="1" />
132132
<Member Name="unknownFutureValue" Value="2" />
133133
</EnumType>
134+
<EnumType Name="activityDomain">
135+
<Member Name="unknown" Value="0" />
136+
<Member Name="work" Value="1" />
137+
<Member Name="personal" Value="2" />
138+
<Member Name="unrestricted" Value="3" />
139+
</EnumType>
134140
<EnumType Name="activityType">
135141
<Member Name="signin" Value="0" />
136142
<Member Name="user" Value="1" />
@@ -7979,6 +7985,10 @@
79797985
<Property Name="proposedNewTime" Type="graph.timeSlot" />
79807986
<Property Name="status" Type="graph.responseStatus" />
79817987
</ComplexType>
7988+
<ComplexType Name="attendeeAvailability">
7989+
<Property Name="attendee" Type="graph.attendeeBase" />
7990+
<Property Name="availability" Type="graph.freeBusyStatus" />
7991+
</ComplexType>
79827992
<ComplexType Name="attendeeBase" BaseType="graph.recipient">
79837993
<Property Name="type" Type="graph.attendeeType" />
79847994
</ComplexType>
@@ -10584,6 +10594,14 @@
1058410594
<Property Name="uniqueId" Type="Edm.String" />
1058510595
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
1058610596
</ComplexType>
10597+
<ComplexType Name="locationConstraint">
10598+
<Property Name="isRequired" Type="Edm.Boolean" />
10599+
<Property Name="locations" Type="Collection(graph.locationConstraintItem)" />
10600+
<Property Name="suggestLocation" Type="Edm.Boolean" />
10601+
</ComplexType>
10602+
<ComplexType Name="locationConstraintItem" BaseType="graph.location">
10603+
<Property Name="resolveAvailability" Type="Edm.Boolean" />
10604+
</ComplexType>
1058710605
<ComplexType Name="loggedOnUser">
1058810606
<Property Name="lastLogOnDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
1058910607
<Property Name="userId" Type="Edm.String" />
@@ -10943,6 +10961,19 @@
1094310961
<Property Name="meetingChatEnabled" Type="Edm.Boolean" />
1094410962
<Property Name="meetingChatId" Type="Edm.String" />
1094510963
</ComplexType>
10964+
<ComplexType Name="meetingTimeSuggestion">
10965+
<Property Name="attendeeAvailability" Type="Collection(graph.attendeeAvailability)" />
10966+
<Property Name="confidence" Type="Edm.Double" />
10967+
<Property Name="locations" Type="Collection(graph.location)" />
10968+
<Property Name="meetingTimeSlot" Type="graph.timeSlot" />
10969+
<Property Name="order" Type="Edm.Int32" />
10970+
<Property Name="organizerAvailability" Type="graph.freeBusyStatus" />
10971+
<Property Name="suggestionReason" Type="Edm.String" />
10972+
</ComplexType>
10973+
<ComplexType Name="meetingTimeSuggestionsResult">
10974+
<Property Name="emptySuggestionsReason" Type="Edm.String" />
10975+
<Property Name="meetingTimeSuggestions" Type="Collection(graph.meetingTimeSuggestion)" />
10976+
</ComplexType>
1094610977
<ComplexType Name="membersAddedEventMessageDetail" BaseType="graph.eventMessageDetail">
1094710978
<Property Name="initiator" Type="graph.identitySet" />
1094810979
<Property Name="members" Type="Collection(graph.teamworkUserIdentity)" />
@@ -12957,6 +12988,11 @@
1295712988
<Property Name="ticketNumber" Type="Edm.String" />
1295812989
<Property Name="ticketSystem" Type="Edm.String" />
1295912990
</ComplexType>
12991+
<ComplexType Name="timeConstraint">
12992+
<Property Name="activityDomain" Type="graph.activityDomain" />
12993+
<Property Name="recurrence" Type="graph.patternedRecurrence" />
12994+
<Property Name="timeSlots" Type="Collection(graph.timeSlot)" />
12995+
</ComplexType>
1296012996
<ComplexType Name="timeSeriesParameter">
1296112997
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
1296212998
<Property Name="metricName" Type="Edm.String" />
@@ -26931,6 +26967,18 @@
2693126967
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
2693226968
<ReturnType Type="Edm.Boolean" />
2693326969
</Action>
26970+
<Action Name="findMeetingTimes" IsBound="true">
26971+
<Parameter Name="bindingParameter" Type="graph.user" />
26972+
<Parameter Name="attendees" Type="Collection(graph.attendeeBase)" />
26973+
<Parameter Name="locationConstraint" Type="graph.locationConstraint" />
26974+
<Parameter Name="timeConstraint" Type="graph.timeConstraint" />
26975+
<Parameter Name="meetingDuration" Type="Edm.Duration" />
26976+
<Parameter Name="maxCandidates" Type="Edm.Int32" />
26977+
<Parameter Name="isOrganizerOptional" Type="Edm.Boolean" />
26978+
<Parameter Name="returnSuggestionReasons" Type="Edm.Boolean" />
26979+
<Parameter Name="minimumAttendeePercentage" Type="Edm.Double" />
26980+
<ReturnType Type="graph.meetingTimeSuggestionsResult" />
26981+
</Action>
2693426982
<Action Name="follow" IsBound="true">
2693526983
<Parameter Name="bindingParameter" Type="graph.driveItem" />
2693626984
<ReturnType Type="graph.driveItem" />
@@ -30965,6 +31013,7 @@
3096531013
<Singleton Name="policies" Type="microsoft.graph.policyRoot" />
3096631014
<Singleton Name="reports" Type="microsoft.graph.reportRoot" />
3096731015
<Singleton Name="roleManagement" Type="microsoft.graph.roleManagement">
31016+
<NavigationPropertyBinding Path="directory/resourceNamespaces/resourceActions/authenticationContext" Target="identity/microsoft.graph.conditionalAccessRoot/conditionalAccess/authenticationContextClassReferences" />
3096831017
<NavigationPropertyBinding Path="enterpriseApps/resourceNamespaces/resourceActions/authenticationContext" Target="identity/microsoft.graph.conditionalAccessRoot/conditionalAccess/authenticationContextClassReferences" />
3096931018
</Singleton>
3097031019
<Singleton Name="storage" Type="microsoft.graph.storage" />

0 commit comments

Comments
 (0)