|
132 | 132 | <Member Name="personal" Value="2" /> |
133 | 133 | <Member Name="unrestricted" Value="3" /> |
134 | 134 | </EnumType> |
| 135 | + <EnumType Name="activityStatus"> |
| 136 | + <Member Name="notStarted" Value="0" /> |
| 137 | + <Member Name="running" Value="1" /> |
| 138 | + <Member Name="failed" Value="2" /> |
| 139 | + <Member Name="unknownFutureValue" Value="3" /> |
| 140 | + </EnumType> |
135 | 141 | <EnumType Name="activityType"> |
136 | 142 | <Member Name="signin" Value="0" /> |
137 | 143 | <Member Name="user" Value="1" /> |
|
2724 | 2730 | <Member Name="failed" Value="4" /> |
2725 | 2731 | <Member Name="unknownFutureValue" Value="127" /> |
2726 | 2732 | </EnumType> |
| 2733 | + <EnumType Name="connectionType"> |
| 2734 | + <Member Name="webSocket" Value="0" /> |
| 2735 | + <Member Name="unknownFutureValue" Value="1" /> |
| 2736 | + </EnumType> |
2727 | 2737 | <EnumType Name="connectorGroupRegion"> |
2728 | 2738 | <Member Name="nam" Value="0" /> |
2729 | 2739 | <Member Name="eur" Value="1" /> |
|
11432 | 11442 | <ComplexType Name="activityMetadata"> |
11433 | 11443 | <Property Name="activity" Type="graph.userActivityType" Nullable="false" /> |
11434 | 11444 | </ComplexType> |
| 11445 | + <ComplexType Name="activityTransport"> |
| 11446 | + <Property Name="connectionType" Type="graph.connectionType" Nullable="false" /> |
| 11447 | + <Property Name="url" Type="Edm.String" /> |
| 11448 | + </ComplexType> |
11435 | 11449 | <ComplexType Name="addContentFooterAction" BaseType="graph.informationProtectionAction"> |
11436 | 11450 | <Property Name="alignment" Type="graph.contentAlignment" Nullable="false" /> |
11437 | 11451 | <Property Name="fontColor" Type="Edm.String" /> |
|
12330 | 12344 | <ComplexType Name="azureSource" BaseType="graph.authorizationSystemIdentitySource"> |
12331 | 12345 | <Property Name="subscriptionId" Type="Edm.String" /> |
12332 | 12346 | </ComplexType> |
| 12347 | + <ComplexType Name="baseActivity" Abstract="true"> |
| 12348 | + <Property Name="resultInfo" Type="graph.resultInfo" /> |
| 12349 | + <Property Name="status" Type="graph.activityStatus" Nullable="false" /> |
| 12350 | + <Property Name="transport" Type="graph.activityTransport" /> |
| 12351 | + </ComplexType> |
12333 | 12352 | <ComplexType Name="baseEndUserNotification"> |
12334 | 12353 | <Property Name="defaultLanguage" Type="Edm.String" /> |
12335 | 12354 | <NavigationProperty Name="endUserNotification" Type="graph.endUserNotification" /> |
|
19100 | 19119 | <ComplexType Name="spaApplication"> |
19101 | 19120 | <Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /> |
19102 | 19121 | </ComplexType> |
| 19122 | + <ComplexType Name="speakerInfo"> |
| 19123 | + <Property Name="displayName" Type="Edm.String" /> |
| 19124 | + <Property Name="rawId" Type="Edm.String" /> |
| 19125 | + </ComplexType> |
19103 | 19126 | <ComplexType Name="specialFolder"> |
19104 | 19127 | <Property Name="name" Type="Edm.String" /> |
19105 | 19128 | </ComplexType> |
|
19191 | 19214 | <Property Name="status" Type="graph.subjectRightsRequestStageStatus" /> |
19192 | 19215 | </ComplexType> |
19193 | 19216 | <ComplexType Name="subjectSet" Abstract="true" /> |
| 19217 | + <ComplexType Name="subscriptionActivities"> |
| 19218 | + <Property Name="transcript" Type="graph.transcriptActivity" /> |
| 19219 | + </ComplexType> |
19194 | 19220 | <ComplexType Name="substringTransformation" BaseType="graph.customClaimTransformation"> |
19195 | 19221 | <Property Name="index" Type="Edm.Int32" Nullable="false" /> |
19196 | 19222 | <Property Name="length" Type="Edm.Int32" /> |
@@ -19828,10 +19854,22 @@ |
19828 | 19854 | <ComplexType Name="trainingSetting" Abstract="true"> |
19829 | 19855 | <Property Name="settingType" Type="graph.trainingSettingType" /> |
19830 | 19856 | </ComplexType> |
| 19857 | + <ComplexType Name="transcriptActivity" BaseType="graph.baseActivity" /> |
19831 | 19858 | <ComplexType Name="transcriptionState"> |
19832 | 19859 | <Property Name="sequenceNumber" Type="Edm.Int32" /> |
19833 | 19860 | <Property Name="state" Type="graph.mediaState" Nullable="false" /> |
19834 | 19861 | </ComplexType> |
| 19862 | + <ComplexType Name="transcriptPayload"> |
| 19863 | + <Property Name="audioCaptureDateTime" Type="Edm.DateTimeOffset" /> |
| 19864 | + <Property Name="sequenceId" Type="Edm.Int32" /> |
| 19865 | + <Property Name="speaker" Type="graph.transcriptSpeaker" /> |
| 19866 | + <Property Name="spokenLanguage" Type="Edm.String" /> |
| 19867 | + <Property Name="text" Type="Edm.String" /> |
| 19868 | + </ComplexType> |
| 19869 | + <ComplexType Name="transcriptSpeaker"> |
| 19870 | + <Property Name="room" Type="graph.speakerInfo" /> |
| 19871 | + <Property Name="user" Type="graph.speakerInfo" /> |
| 19872 | + </ComplexType> |
19835 | 19873 | <ComplexType Name="transformationAttribute"> |
19836 | 19874 | <Property Name="attribute" Type="graph.customClaimAttributeBase" Nullable="false" /> |
19837 | 19875 | <Property Name="treatAsMultiValue" Type="Edm.Boolean" Nullable="false" /> |
@@ -25196,11 +25234,15 @@ |
25196 | 25234 | <EntityType Name="copilotAdminSetting" BaseType="graph.entity"> |
25197 | 25235 | <NavigationProperty Name="limitedMode" Type="graph.copilotAdminLimitedMode" ContainsTarget="true" /> |
25198 | 25236 | </EntityType> |
| 25237 | + <EntityType Name="copilotCommunicationsRoot" BaseType="graph.entity"> |
| 25238 | + <NavigationProperty Name="realtimeActivityFeed" Type="graph.realtimeActivityFeedRoot" ContainsTarget="true" /> |
| 25239 | + </EntityType> |
25199 | 25240 | <EntityType Name="copilotPeopleAdminSetting" BaseType="graph.entity"> |
25200 | 25241 | <NavigationProperty Name="enhancedPersonalization" Type="graph.enhancedPersonalizationSetting" ContainsTarget="true" /> |
25201 | 25242 | </EntityType> |
25202 | 25243 | <EntityType Name="copilotRoot"> |
25203 | 25244 | <NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" /> |
| 25245 | + <NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" /> |
25204 | 25246 | <NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /> |
25205 | 25247 | <NavigationProperty Name="settings" Type="graph.copilotSetting" ContainsTarget="true" /> |
25206 | 25248 | <NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" /> |
|
31933 | 31975 | <NavigationProperty Name="signUps" Type="Collection(graph.userSignUpMetric)" /> |
31934 | 31976 | <NavigationProperty Name="summary" Type="Collection(graph.insightSummary)" /> |
31935 | 31977 | </EntityType> |
| 31978 | + <EntityType Name="multiActivitySubscription" BaseType="graph.entity" OpenType="true"> |
| 31979 | + <Property Name="activities" Type="graph.subscriptionActivities" /> |
| 31980 | + <Property Name="callbackUrl" Type="Edm.String" /> |
| 31981 | + <Property Name="chatInfo" Type="graph.chatInfo" /> |
| 31982 | + <Property Name="meetingInfo" Type="graph.meetingInfo" /> |
| 31983 | + <Property Name="userId" Type="Edm.String" /> |
| 31984 | + </EntityType> |
31936 | 31985 | <EntityType Name="multiTenantOrganization" BaseType="graph.entity"> |
31937 | 31986 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
31938 | 31987 | <Property Name="description" Type="Edm.String" /> |
|
34266 | 34315 | <Property Name="wordsAccuracyPercentage" Type="Edm.Double" Nullable="false" /> |
34267 | 34316 | <Property Name="wordsPerMinute" Type="Edm.Double" Nullable="false" /> |
34268 | 34317 | </EntityType> |
| 34318 | + <EntityType Name="realtimeActivityFeedRoot" BaseType="graph.entity"> |
| 34319 | + <NavigationProperty Name="meetings" Type="Collection(graph.realtimeActivityMeeting)" ContainsTarget="true" /> |
| 34320 | + <NavigationProperty Name="multiActivitySubscriptions" Type="Collection(graph.multiActivitySubscription)" ContainsTarget="true" /> |
| 34321 | + </EntityType> |
| 34322 | + <EntityType Name="realtimeActivityMeeting" BaseType="graph.entity"> |
| 34323 | + <NavigationProperty Name="transcripts" Type="Collection(graph.realTimeTranscript)" ContainsTarget="true" /> |
| 34324 | + </EntityType> |
| 34325 | + <EntityType Name="realTimeTranscript" BaseType="graph.entity" OpenType="true"> |
| 34326 | + <Property Name="payloads" Type="Collection(graph.transcriptPayload)" Nullable="false" /> |
| 34327 | + </EntityType> |
34269 | 34328 | <EntityType Name="recommendation" BaseType="graph.recommendationBase" /> |
34270 | 34329 | <EntityType Name="recommendationBase" BaseType="graph.entity"> |
34271 | 34330 | <Property Name="actionSteps" Type="Collection(graph.actionStep)" /> |
|
62547 | 62606 | <Annotations Target="microsoft.graph.copilotRoot"> |
62548 | 62607 | <Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." /> |
62549 | 62608 | </Annotations> |
| 62609 | + <Annotations Target="microsoft.graph.copilotRoot/communications"> |
| 62610 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 62611 | + <Record> |
| 62612 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 62613 | + </Record> |
| 62614 | + </Annotation> |
| 62615 | + </Annotations> |
62550 | 62616 | <Annotations Target="microsoft.graph.countryRegion"> |
62551 | 62617 | <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
62552 | 62618 | <Record> |
|
88713 | 88779 | <Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/parentalGuidance"> |
88714 | 88780 | <Annotation Term="Org.OData.Core.V1.Description" String="TV-PG, parental guidance" /> |
88715 | 88781 | </Annotations> |
| 88782 | + <Annotations Target="microsoft.graph.realtimeActivityFeedRoot/meetings"> |
| 88783 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 88784 | + <Record> |
| 88785 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 88786 | + </Record> |
| 88787 | + </Annotation> |
| 88788 | + </Annotations> |
| 88789 | + <Annotations Target="microsoft.graph.realtimeActivityFeedRoot/multiActivitySubscriptions"> |
| 88790 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 88791 | + <Record> |
| 88792 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 88793 | + </Record> |
| 88794 | + </Annotation> |
| 88795 | + </Annotations> |
| 88796 | + <Annotations Target="microsoft.graph.realtimeActivityMeeting/transcripts"> |
| 88797 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 88798 | + <Record> |
| 88799 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 88800 | + </Record> |
| 88801 | + </Annotation> |
| 88802 | + </Annotations> |
88716 | 88803 | <Annotations Target="microsoft.graph.rebootNow(microsoft.graph.managedDevice)"> |
88717 | 88804 | <Annotation Term="Org.OData.Core.V1.Description" String="Reboot device" /> |
88718 | 88805 | </Annotations> |
|
0 commit comments