|
133 | 133 | <Member Name="personal" Value="2" /> |
134 | 134 | <Member Name="unrestricted" Value="3" /> |
135 | 135 | </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> |
136 | 142 | <EnumType Name="activityType"> |
137 | 143 | <Member Name="signin" Value="0" /> |
138 | 144 | <Member Name="user" Value="1" /> |
|
2725 | 2731 | <Member Name="failed" Value="4" /> |
2726 | 2732 | <Member Name="unknownFutureValue" Value="127" /> |
2727 | 2733 | </EnumType> |
| 2734 | + <EnumType Name="connectionType"> |
| 2735 | + <Member Name="webSocket" Value="0" /> |
| 2736 | + <Member Name="unknownFutureValue" Value="1" /> |
| 2737 | + </EnumType> |
2728 | 2738 | <EnumType Name="connectorGroupRegion"> |
2729 | 2739 | <Member Name="nam" Value="0" /> |
2730 | 2740 | <Member Name="eur" Value="1" /> |
|
11433 | 11443 | <ComplexType Name="activityMetadata"> |
11434 | 11444 | <Property Name="activity" Type="graph.userActivityType" Nullable="false" /> |
11435 | 11445 | </ComplexType> |
| 11446 | + <ComplexType Name="activityTransport"> |
| 11447 | + <Property Name="connectionType" Type="graph.connectionType" Nullable="false" /> |
| 11448 | + <Property Name="url" Type="Edm.String" /> |
| 11449 | + </ComplexType> |
11436 | 11450 | <ComplexType Name="addContentFooterAction" BaseType="graph.informationProtectionAction"> |
11437 | 11451 | <Property Name="alignment" Type="graph.contentAlignment" Nullable="false" /> |
11438 | 11452 | <Property Name="fontColor" Type="Edm.String" /> |
|
12331 | 12345 | <ComplexType Name="azureSource" BaseType="graph.authorizationSystemIdentitySource"> |
12332 | 12346 | <Property Name="subscriptionId" Type="Edm.String" /> |
12333 | 12347 | </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> |
12334 | 12353 | <ComplexType Name="baseEndUserNotification"> |
12335 | 12354 | <Property Name="defaultLanguage" Type="Edm.String" /> |
12336 | 12355 | <NavigationProperty Name="endUserNotification" Type="graph.endUserNotification" /> |
|
19090 | 19109 | <ComplexType Name="spaApplication"> |
19091 | 19110 | <Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /> |
19092 | 19111 | </ComplexType> |
| 19112 | + <ComplexType Name="speakerInfo"> |
| 19113 | + <Property Name="displayName" Type="Edm.String" /> |
| 19114 | + <Property Name="rawId" Type="Edm.String" /> |
| 19115 | + </ComplexType> |
19093 | 19116 | <ComplexType Name="specialFolder"> |
19094 | 19117 | <Property Name="name" Type="Edm.String" /> |
19095 | 19118 | </ComplexType> |
|
19181 | 19204 | <Property Name="status" Type="graph.subjectRightsRequestStageStatus" /> |
19182 | 19205 | </ComplexType> |
19183 | 19206 | <ComplexType Name="subjectSet" Abstract="true" /> |
| 19207 | + <ComplexType Name="subscriptionActivities"> |
| 19208 | + <Property Name="transcript" Type="graph.transcriptActivity" /> |
| 19209 | + </ComplexType> |
19184 | 19210 | <ComplexType Name="substringTransformation" BaseType="graph.customClaimTransformation"> |
19185 | 19211 | <Property Name="index" Type="Edm.Int32" Nullable="false" /> |
19186 | 19212 | <Property Name="length" Type="Edm.Int32" /> |
@@ -19817,10 +19843,22 @@ |
19817 | 19843 | <ComplexType Name="trainingSetting" Abstract="true"> |
19818 | 19844 | <Property Name="settingType" Type="graph.trainingSettingType" /> |
19819 | 19845 | </ComplexType> |
| 19846 | + <ComplexType Name="transcriptActivity" BaseType="graph.baseActivity" /> |
19820 | 19847 | <ComplexType Name="transcriptionState"> |
19821 | 19848 | <Property Name="sequenceNumber" Type="Edm.Int32" /> |
19822 | 19849 | <Property Name="state" Type="graph.mediaState" Nullable="false" /> |
19823 | 19850 | </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> |
19824 | 19862 | <ComplexType Name="transformationAttribute"> |
19825 | 19863 | <Property Name="attribute" Type="graph.customClaimAttributeBase" Nullable="false" /> |
19826 | 19864 | <Property Name="treatAsMultiValue" Type="Edm.Boolean" Nullable="false" /> |
@@ -24900,11 +24938,15 @@ |
24900 | 24938 | <EntityType Name="copilotAdminSetting" BaseType="graph.entity"> |
24901 | 24939 | <NavigationProperty Name="limitedMode" Type="graph.copilotAdminLimitedMode" ContainsTarget="true" /> |
24902 | 24940 | </EntityType> |
| 24941 | + <EntityType Name="copilotCommunicationsRoot" BaseType="graph.entity"> |
| 24942 | + <NavigationProperty Name="realtimeActivityFeed" Type="graph.realtimeActivityFeedRoot" ContainsTarget="true" /> |
| 24943 | + </EntityType> |
24903 | 24944 | <EntityType Name="copilotPeopleAdminSetting" BaseType="graph.entity"> |
24904 | 24945 | <NavigationProperty Name="enhancedPersonalization" Type="graph.enhancedPersonalizationSetting" ContainsTarget="true" /> |
24905 | 24946 | </EntityType> |
24906 | 24947 | <EntityType Name="copilotRoot"> |
24907 | 24948 | <NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" /> |
| 24949 | + <NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" /> |
24908 | 24950 | <NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /> |
24909 | 24951 | <NavigationProperty Name="settings" Type="graph.copilotSetting" ContainsTarget="true" /> |
24910 | 24952 | <NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" /> |
|
30910 | 30952 | <NavigationProperty Name="signUps" Type="Collection(graph.userSignUpMetric)" /> |
30911 | 30953 | <NavigationProperty Name="summary" Type="Collection(graph.insightSummary)" /> |
30912 | 30954 | </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> |
30913 | 30962 | <EntityType Name="multiTenantOrganization" BaseType="graph.entity"> |
30914 | 30963 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
30915 | 30964 | <Property Name="description" Type="Edm.String" /> |
|
32863 | 32912 | <Property Name="wordsAccuracyPercentage" Type="Edm.Double" Nullable="false" /> |
32864 | 32913 | <Property Name="wordsPerMinute" Type="Edm.Double" Nullable="false" /> |
32865 | 32914 | </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> |
32866 | 32925 | <EntityType Name="recommendation" BaseType="graph.recommendationBase" /> |
32867 | 32926 | <EntityType Name="recommendationBase" BaseType="graph.entity"> |
32868 | 32927 | <Property Name="actionSteps" Type="Collection(graph.actionStep)" /> |
|
59652 | 59711 | <Annotations Target="microsoft.graph.copilotRoot"> |
59653 | 59712 | <Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." /> |
59654 | 59713 | </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> |
59655 | 59721 | <Annotations Target="microsoft.graph.countryRegion"> |
59656 | 59722 | <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
59657 | 59723 | <Record> |
|
85873 | 85939 | <Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/parentalGuidance"> |
85874 | 85940 | <Annotation Term="Org.OData.Core.V1.Description" String="TV-PG, parental guidance" /> |
85875 | 85941 | </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> |
85876 | 85963 | <Annotations Target="microsoft.graph.rebootNow(microsoft.graph.managedDevice)"> |
85877 | 85964 | <Annotation Term="Org.OData.Core.V1.Description" String="Reboot device" /> |
85878 | 85965 | </Annotations> |
|
0 commit comments