Skip to content

Commit 60afe00

Browse files
authored
Merge pull request #872 from microsoftgraph/schemas/metadata-publishing-2025-08-15
Schema sync 2025-08-15 from 1.4.116.0
2 parents 58142ab + 6b67a20 commit 60afe00

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed

schemas/beta-Prod.csdl

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
<Member Name="personal" Value="2" />
134134
<Member Name="unrestricted" Value="3" />
135135
</EnumType>
136+
<EnumType Name="activityStatus">
137+
<Member Name="notStarted" Value="0" />
138+
<Member Name="running" Value="1" />
139+
<Member Name="failed" Value="2" />
140+
<Member Name="unknownFutureValue" Value="3" />
141+
</EnumType>
136142
<EnumType Name="activityType">
137143
<Member Name="signin" Value="0" />
138144
<Member Name="user" Value="1" />
@@ -2725,6 +2731,10 @@
27252731
<Member Name="failed" Value="4" />
27262732
<Member Name="unknownFutureValue" Value="127" />
27272733
</EnumType>
2734+
<EnumType Name="connectionType">
2735+
<Member Name="webSocket" Value="0" />
2736+
<Member Name="unknownFutureValue" Value="1" />
2737+
</EnumType>
27282738
<EnumType Name="connectorGroupRegion">
27292739
<Member Name="nam" Value="0" />
27302740
<Member Name="eur" Value="1" />
@@ -11433,6 +11443,10 @@
1143311443
<ComplexType Name="activityMetadata">
1143411444
<Property Name="activity" Type="graph.userActivityType" Nullable="false" />
1143511445
</ComplexType>
11446+
<ComplexType Name="activityTransport">
11447+
<Property Name="connectionType" Type="graph.connectionType" Nullable="false" />
11448+
<Property Name="url" Type="Edm.String" />
11449+
</ComplexType>
1143611450
<ComplexType Name="addContentFooterAction" BaseType="graph.informationProtectionAction">
1143711451
<Property Name="alignment" Type="graph.contentAlignment" Nullable="false" />
1143811452
<Property Name="fontColor" Type="Edm.String" />
@@ -12331,6 +12345,11 @@
1233112345
<ComplexType Name="azureSource" BaseType="graph.authorizationSystemIdentitySource">
1233212346
<Property Name="subscriptionId" Type="Edm.String" />
1233312347
</ComplexType>
12348+
<ComplexType Name="baseActivity" Abstract="true">
12349+
<Property Name="resultInfo" Type="graph.resultInfo" />
12350+
<Property Name="status" Type="graph.activityStatus" Nullable="false" />
12351+
<Property Name="transport" Type="graph.activityTransport" />
12352+
</ComplexType>
1233412353
<ComplexType Name="baseEndUserNotification">
1233512354
<Property Name="defaultLanguage" Type="Edm.String" />
1233612355
<NavigationProperty Name="endUserNotification" Type="graph.endUserNotification" />
@@ -19090,6 +19109,10 @@
1909019109
<ComplexType Name="spaApplication">
1909119110
<Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" />
1909219111
</ComplexType>
19112+
<ComplexType Name="speakerInfo">
19113+
<Property Name="displayName" Type="Edm.String" />
19114+
<Property Name="rawId" Type="Edm.String" />
19115+
</ComplexType>
1909319116
<ComplexType Name="specialFolder">
1909419117
<Property Name="name" Type="Edm.String" />
1909519118
</ComplexType>
@@ -19181,6 +19204,9 @@
1918119204
<Property Name="status" Type="graph.subjectRightsRequestStageStatus" />
1918219205
</ComplexType>
1918319206
<ComplexType Name="subjectSet" Abstract="true" />
19207+
<ComplexType Name="subscriptionActivities">
19208+
<Property Name="transcript" Type="graph.transcriptActivity" />
19209+
</ComplexType>
1918419210
<ComplexType Name="substringTransformation" BaseType="graph.customClaimTransformation">
1918519211
<Property Name="index" Type="Edm.Int32" Nullable="false" />
1918619212
<Property Name="length" Type="Edm.Int32" />
@@ -19817,10 +19843,22 @@
1981719843
<ComplexType Name="trainingSetting" Abstract="true">
1981819844
<Property Name="settingType" Type="graph.trainingSettingType" />
1981919845
</ComplexType>
19846+
<ComplexType Name="transcriptActivity" BaseType="graph.baseActivity" />
1982019847
<ComplexType Name="transcriptionState">
1982119848
<Property Name="sequenceNumber" Type="Edm.Int32" />
1982219849
<Property Name="state" Type="graph.mediaState" Nullable="false" />
1982319850
</ComplexType>
19851+
<ComplexType Name="transcriptPayload">
19852+
<Property Name="audioCaptureDateTime" Type="Edm.DateTimeOffset" />
19853+
<Property Name="sequenceId" Type="Edm.Int32" />
19854+
<Property Name="speaker" Type="graph.transcriptSpeaker" />
19855+
<Property Name="spokenLanguage" Type="Edm.String" />
19856+
<Property Name="text" Type="Edm.String" />
19857+
</ComplexType>
19858+
<ComplexType Name="transcriptSpeaker">
19859+
<Property Name="room" Type="graph.speakerInfo" />
19860+
<Property Name="user" Type="graph.speakerInfo" />
19861+
</ComplexType>
1982419862
<ComplexType Name="transformationAttribute">
1982519863
<Property Name="attribute" Type="graph.customClaimAttributeBase" Nullable="false" />
1982619864
<Property Name="treatAsMultiValue" Type="Edm.Boolean" Nullable="false" />
@@ -24900,11 +24938,15 @@
2490024938
<EntityType Name="copilotAdminSetting" BaseType="graph.entity">
2490124939
<NavigationProperty Name="limitedMode" Type="graph.copilotAdminLimitedMode" ContainsTarget="true" />
2490224940
</EntityType>
24941+
<EntityType Name="copilotCommunicationsRoot" BaseType="graph.entity">
24942+
<NavigationProperty Name="realtimeActivityFeed" Type="graph.realtimeActivityFeedRoot" ContainsTarget="true" />
24943+
</EntityType>
2490324944
<EntityType Name="copilotPeopleAdminSetting" BaseType="graph.entity">
2490424945
<NavigationProperty Name="enhancedPersonalization" Type="graph.enhancedPersonalizationSetting" ContainsTarget="true" />
2490524946
</EntityType>
2490624947
<EntityType Name="copilotRoot">
2490724948
<NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" />
24949+
<NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" />
2490824950
<NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" />
2490924951
<NavigationProperty Name="settings" Type="graph.copilotSetting" ContainsTarget="true" />
2491024952
<NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" />
@@ -30910,6 +30952,13 @@
3091030952
<NavigationProperty Name="signUps" Type="Collection(graph.userSignUpMetric)" />
3091130953
<NavigationProperty Name="summary" Type="Collection(graph.insightSummary)" />
3091230954
</EntityType>
30955+
<EntityType Name="multiActivitySubscription" BaseType="graph.entity" OpenType="true">
30956+
<Property Name="activities" Type="graph.subscriptionActivities" />
30957+
<Property Name="callbackUrl" Type="Edm.String" />
30958+
<Property Name="chatInfo" Type="graph.chatInfo" />
30959+
<Property Name="meetingInfo" Type="graph.meetingInfo" />
30960+
<Property Name="userId" Type="Edm.String" />
30961+
</EntityType>
3091330962
<EntityType Name="multiTenantOrganization" BaseType="graph.entity">
3091430963
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
3091530964
<Property Name="description" Type="Edm.String" />
@@ -32863,6 +32912,16 @@
3286332912
<Property Name="wordsAccuracyPercentage" Type="Edm.Double" Nullable="false" />
3286432913
<Property Name="wordsPerMinute" Type="Edm.Double" Nullable="false" />
3286532914
</EntityType>
32915+
<EntityType Name="realtimeActivityFeedRoot" BaseType="graph.entity">
32916+
<NavigationProperty Name="meetings" Type="Collection(graph.realtimeActivityMeeting)" ContainsTarget="true" />
32917+
<NavigationProperty Name="multiActivitySubscriptions" Type="Collection(graph.multiActivitySubscription)" ContainsTarget="true" />
32918+
</EntityType>
32919+
<EntityType Name="realtimeActivityMeeting" BaseType="graph.entity">
32920+
<NavigationProperty Name="transcripts" Type="Collection(graph.realTimeTranscript)" ContainsTarget="true" />
32921+
</EntityType>
32922+
<EntityType Name="realTimeTranscript" BaseType="graph.entity" OpenType="true">
32923+
<Property Name="payloads" Type="Collection(graph.transcriptPayload)" Nullable="false" />
32924+
</EntityType>
3286632925
<EntityType Name="recommendation" BaseType="graph.recommendationBase" />
3286732926
<EntityType Name="recommendationBase" BaseType="graph.entity">
3286832927
<Property Name="actionSteps" Type="Collection(graph.actionStep)" />
@@ -59652,6 +59711,13 @@
5965259711
<Annotations Target="microsoft.graph.copilotRoot">
5965359712
<Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." />
5965459713
</Annotations>
59714+
<Annotations Target="microsoft.graph.copilotRoot/communications">
59715+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
59716+
<Record>
59717+
<PropertyValue Property="Upsertable" Bool="true" />
59718+
</Record>
59719+
</Annotation>
59720+
</Annotations>
5965559721
<Annotations Target="microsoft.graph.countryRegion">
5965659722
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
5965759723
<Record>
@@ -85873,6 +85939,27 @@
8587385939
<Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/parentalGuidance">
8587485940
<Annotation Term="Org.OData.Core.V1.Description" String="TV-PG, parental guidance" />
8587585941
</Annotations>
85942+
<Annotations Target="microsoft.graph.realtimeActivityFeedRoot/meetings">
85943+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
85944+
<Record>
85945+
<PropertyValue Property="Upsertable" Bool="true" />
85946+
</Record>
85947+
</Annotation>
85948+
</Annotations>
85949+
<Annotations Target="microsoft.graph.realtimeActivityFeedRoot/multiActivitySubscriptions">
85950+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
85951+
<Record>
85952+
<PropertyValue Property="Upsertable" Bool="true" />
85953+
</Record>
85954+
</Annotation>
85955+
</Annotations>
85956+
<Annotations Target="microsoft.graph.realtimeActivityMeeting/transcripts">
85957+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
85958+
<Record>
85959+
<PropertyValue Property="Upsertable" Bool="true" />
85960+
</Record>
85961+
</Annotation>
85962+
</Annotations>
8587685963
<Annotations Target="microsoft.graph.rebootNow(microsoft.graph.managedDevice)">
8587785964
<Annotation Term="Org.OData.Core.V1.Description" String="Reboot device" />
8587885965
</Annotations>

schemas/v1.0-Mooncake.csdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12495,6 +12495,14 @@
1249512495
<Parameter Name="bindingParameter" Type="Collection(graph.team)" />
1249612496
<ReturnType Type="Collection(graph.chatMessage)" />
1249712497
</Function>
12498+
<Function Name="getAllRetainedMessages" EntitySetPath="bindingParameter/messages" IsBound="true">
12499+
<Parameter Name="bindingParameter" Type="Collection(graph.channel)" />
12500+
<ReturnType Type="Collection(graph.chatMessage)" />
12501+
</Function>
12502+
<Function Name="getAllRetainedMessages" EntitySetPath="bindingParameter/messages" IsBound="true">
12503+
<Parameter Name="bindingParameter" Type="Collection(graph.chat)" />
12504+
<ReturnType Type="Collection(graph.chatMessage)" />
12505+
</Function>
1249812506
<Function Name="getAllSites" IsBound="true">
1249912507
<Parameter Name="bindingParameter" Type="Collection(graph.site)" />
1250012508
<ReturnType Type="Collection(graph.site)" />

0 commit comments

Comments
 (0)