|
22026 | 22026 | <Member Name="flaggedEmails" Value="2"/>
|
22027 | 22027 | <Member Name="unknownFutureValue" Value="3"/>
|
22028 | 22028 | </EnumType>
|
| 22029 | + <EnumType Name="communityPrivacy"> |
| 22030 | + <Member Name="public" Value="0"/> |
| 22031 | + <Member Name="private" Value="1"/> |
| 22032 | + <Member Name="unknownFutureValue" Value="2"/> |
| 22033 | + </EnumType> |
| 22034 | + <EnumType Name="engagementAsyncOperationType"> |
| 22035 | + <Member Name="createCommunity" Value="0"/> |
| 22036 | + <Member Name="unknownFutureValue" Value="1"/> |
| 22037 | + </EnumType> |
22029 | 22038 | <EnumType Name="assignmentType">
|
22030 | 22039 | <Member Name="required" Value="0"/>
|
22031 | 22040 | <Member Name="recommended" Value="1"/>
|
@@ -28288,15 +28297,21 @@
|
28288 | 28297 | <Property Name="organizer" Type="graph.meetingParticipantInfo"/>
|
28289 | 28298 | </ComplexType>
|
28290 | 28299 | <EntityType Name="callRecording" BaseType="graph.entity">
|
| 28300 | + <Property Name="callId" Type="Edm.String"/> |
28291 | 28301 | <Property Name="content" Type="Edm.Stream"/>
|
| 28302 | + <Property Name="contentCorrelationId" Type="Edm.String"/> |
28292 | 28303 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
|
| 28304 | + <Property Name="endDateTime" Type="Edm.DateTimeOffset"/> |
28293 | 28305 | <Property Name="meetingId" Type="Edm.String"/>
|
28294 | 28306 | <Property Name="meetingOrganizer" Type="graph.identitySet"/>
|
28295 | 28307 | <Property Name="recordingContentUrl" Type="Edm.String"/>
|
28296 | 28308 | </EntityType>
|
28297 | 28309 | <EntityType Name="callTranscript" BaseType="graph.entity">
|
| 28310 | + <Property Name="callId" Type="Edm.String"/> |
28298 | 28311 | <Property Name="content" Type="Edm.Stream"/>
|
| 28312 | + <Property Name="contentCorrelationId" Type="Edm.String"/> |
28299 | 28313 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
|
| 28314 | + <Property Name="endDateTime" Type="Edm.DateTimeOffset"/> |
28300 | 28315 | <Property Name="meetingId" Type="Edm.String"/>
|
28301 | 28316 | <Property Name="meetingOrganizer" Type="graph.identitySet"/>
|
28302 | 28317 | <Property Name="metadataContent" Type="Edm.Stream"/>
|
|
33433 | 33448 | <Property Name="questionId" Type="Edm.String"/>
|
33434 | 33449 | <Property Name="value" Type="Edm.String"/>
|
33435 | 33450 | </ComplexType>
|
| 33451 | + <ComplexType Name="virtualEventSettings"> |
| 33452 | + <Property Name="isAttendeeEmailNotificationEnabled" Type="Edm.Boolean"/> |
| 33453 | + </ComplexType> |
33436 | 33454 | <EntityType Name="commsOperation" BaseType="graph.entity" OpenType="true">
|
33437 | 33455 | <Property Name="clientContext" Type="Edm.String"/>
|
33438 | 33456 | <Property Name="resultInfo" Type="graph.resultInfo"/>
|
|
33503 | 33521 | <Property Name="description" Type="graph.itemBody"/>
|
33504 | 33522 | <Property Name="displayName" Type="Edm.String"/>
|
33505 | 33523 | <Property Name="endDateTime" Type="graph.dateTimeTimeZone"/>
|
| 33524 | + <Property Name="settings" Type="graph.virtualEventSettings"/> |
33506 | 33525 | <Property Name="startDateTime" Type="graph.dateTimeTimeZone"/>
|
33507 | 33526 | <Property Name="status" Type="graph.virtualEventStatus"/>
|
33508 | 33527 | <NavigationProperty Name="presenters" Type="Collection(graph.virtualEventPresenter)" ContainsTarget="true"/>
|
@@ -34255,10 +34274,24 @@
|
34255 | 34274 | <Property Name="used" Type="Edm.Int64"/>
|
34256 | 34275 | <NavigationProperty Name="services" Type="Collection(graph.serviceStorageQuotaBreakdown)" ContainsTarget="true"/>
|
34257 | 34276 | </EntityType>
|
| 34277 | + <EntityType Name="community" BaseType="graph.entity"> |
| 34278 | + <Property Name="description" Type="Edm.String" Nullable="false"/> |
| 34279 | + <Property Name="displayName" Type="Edm.String" Nullable="false"/> |
| 34280 | + <Property Name="groupId" Type="Edm.String"/> |
| 34281 | + <Property Name="privacy" Type="graph.communityPrivacy" Nullable="false"/> |
| 34282 | + <NavigationProperty Name="group" Type="graph.group"/> |
| 34283 | + <NavigationProperty Name="owners" Type="Collection(graph.user)"/> |
| 34284 | + </EntityType> |
34258 | 34285 | <EntityType Name="employeeExperience">
|
| 34286 | + <NavigationProperty Name="communities" Type="Collection(graph.community)" ContainsTarget="true"/> |
| 34287 | + <NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true"/> |
34259 | 34288 | <NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true"/>
|
34260 | 34289 | <NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true"/>
|
34261 | 34290 | </EntityType>
|
| 34291 | + <EntityType Name="engagementAsyncOperation" BaseType="graph.longRunningOperation"> |
| 34292 | + <Property Name="operationType" Type="graph.engagementAsyncOperationType"/> |
| 34293 | + <Property Name="resourceId" Type="Edm.String"/> |
| 34294 | + </EntityType> |
34262 | 34295 | <EntityType Name="learningCourseActivity" BaseType="graph.entity">
|
34263 | 34296 | <Property Name="completedDateTime" Type="Edm.DateTimeOffset"/>
|
34264 | 34297 | <Property Name="completionPercentage" Type="Edm.Int32"/>
|
|
35450 | 35483 | <Parameter Name="token" Type="Edm.String" Unicode="false"/>
|
35451 | 35484 | <ReturnType Type="Collection(graph.listItem)"/>
|
35452 | 35485 | </Function>
|
| 35486 | + <Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"> |
| 35487 | + <Parameter Name="bindingParameter" Type="Collection(graph.callRecording)"/> |
| 35488 | + <ReturnType Type="Collection(graph.callRecording)"/> |
| 35489 | + </Function> |
| 35490 | + <Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"> |
| 35491 | + <Parameter Name="bindingParameter" Type="Collection(graph.callTranscript)"/> |
| 35492 | + <ReturnType Type="Collection(graph.callTranscript)"/> |
| 35493 | + </Function> |
35453 | 35494 | <Function Name="delta" IsBound="true" EntitySetPath="bindingParameter">
|
35454 | 35495 | <Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)"/>
|
35455 | 35496 | <ReturnType Type="Collection(graph.chatMessage)"/>
|
|
39622 | 39663 | <Parameter Name="subject" Type="Edm.String" Unicode="false"/>
|
39623 | 39664 | <ReturnType Type="graph.onlineMeeting"/>
|
39624 | 39665 | </Action>
|
| 39666 | + <Function Name="getAllRecordings" IsBound="true" EntitySetPath="bindingParameter/recordings" IsComposable="true"> |
| 39667 | + <Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)"/> |
| 39668 | + <Parameter Name="meetingOrganizerUserId" Type="Edm.String" Unicode="false"> |
| 39669 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter"/> |
| 39670 | + </Parameter> |
| 39671 | + <Parameter Name="startDateTime" Type="Edm.DateTimeOffset"> |
| 39672 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter"/> |
| 39673 | + </Parameter> |
| 39674 | + <Parameter Name="endDateTime" Type="Edm.DateTimeOffset"> |
| 39675 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter"/> |
| 39676 | + </Parameter> |
| 39677 | + <ReturnType Type="Collection(graph.callRecording)"/> |
| 39678 | + </Function> |
| 39679 | + <Function Name="getAllTranscripts" IsBound="true" EntitySetPath="bindingParameter/transcripts" IsComposable="true"> |
| 39680 | + <Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)"/> |
| 39681 | + <Parameter Name="meetingOrganizerUserId" Type="Edm.String" Unicode="false"> |
| 39682 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter"/> |
| 39683 | + </Parameter> |
| 39684 | + <Parameter Name="startDateTime" Type="Edm.DateTimeOffset"> |
| 39685 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter"/> |
| 39686 | + </Parameter> |
| 39687 | + <Parameter Name="endDateTime" Type="Edm.DateTimeOffset"> |
| 39688 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter"/> |
| 39689 | + </Parameter> |
| 39690 | + <ReturnType Type="Collection(graph.callTranscript)"/> |
| 39691 | + </Function> |
39625 | 39692 | <Action Name="getPresencesByUserId" IsBound="true">
|
39626 | 39693 | <Parameter Name="bindingParameter" Type="graph.cloudCommunications"/>
|
39627 | 39694 | <Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
|
|
0 commit comments