|
732 | 732 | <Member Name="incoming" Value="0" /> |
733 | 733 | <Member Name="outgoing" Value="1" /> |
734 | 734 | </EnumType> |
| 735 | + <EnumType Name="callEventType"> |
| 736 | + <Member Name="callStarted" Value="0" /> |
| 737 | + <Member Name="callEnded" Value="1" /> |
| 738 | + <Member Name="unknownFutureValue" Value="2" /> |
| 739 | + <Member Name="rosterUpdated" Value="3" /> |
| 740 | + </EnumType> |
735 | 741 | <EnumType Name="callRecordingStatus"> |
736 | 742 | <Member Name="success" Value="0" /> |
737 | 743 | <Member Name="failure" Value="1" /> |
|
7213 | 7219 | <Property Name="senderDomain" Type="Edm.String" Nullable="false" /> |
7214 | 7220 | <Property Name="useCompanyBranding" Type="Edm.Boolean" Nullable="false" /> |
7215 | 7221 | </ComplexType> |
| 7222 | + <ComplexType Name="emergencyCallerInfo"> |
| 7223 | + <Property Name="displayName" Type="Edm.String" /> |
| 7224 | + <Property Name="location" Type="graph.location" /> |
| 7225 | + <Property Name="phoneNumber" Type="Edm.String" /> |
| 7226 | + <Property Name="tenantId" Type="Edm.String" /> |
| 7227 | + <Property Name="upn" Type="Edm.String" /> |
| 7228 | + </ComplexType> |
7216 | 7229 | <ComplexType Name="employeeOrgData"> |
7217 | 7230 | <Property Name="costCenter" Type="Edm.String" /> |
7218 | 7231 | <Property Name="division" Type="Edm.String" /> |
|
11772 | 11785 | <NavigationProperty Name="operations" Type="Collection(graph.commsOperation)" ContainsTarget="true" /> |
11773 | 11786 | <NavigationProperty Name="participants" Type="Collection(graph.participant)" ContainsTarget="true" /> |
11774 | 11787 | </EntityType> |
| 11788 | + <EntityType Name="callEvent" BaseType="graph.entity"> |
| 11789 | + <Property Name="callEventType" Type="graph.callEventType" Nullable="false" /> |
| 11790 | + <Property Name="eventDateTime" Type="Edm.DateTimeOffset" /> |
| 11791 | + <NavigationProperty Name="participants" Type="Collection(graph.participant)" /> |
| 11792 | + </EntityType> |
11775 | 11793 | <EntityType Name="callRecording" BaseType="graph.entity"> |
11776 | 11794 | <Property Name="callId" Type="Edm.String" /> |
11777 | 11795 | <Property Name="content" Type="Edm.Stream" /> |
|
13608 | 13626 | <Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" /> |
13609 | 13627 | <Property Name="recipientEmail" Type="Edm.String" Nullable="false" /> |
13610 | 13628 | </EntityType> |
| 13629 | + <EntityType Name="emergencyCallEvent" BaseType="graph.callEvent"> |
| 13630 | + <Property Name="callerInfo" Type="graph.emergencyCallerInfo" /> |
| 13631 | + <Property Name="emergencyNumberDialed" Type="Edm.String" /> |
| 13632 | + <Property Name="policyName" Type="Edm.String" /> |
| 13633 | + </EntityType> |
13611 | 13634 | <EntityType Name="employeeExperience"> |
13612 | 13635 | <NavigationProperty Name="communities" Type="Collection(graph.community)" ContainsTarget="true" /> |
13613 | 13636 | <NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" /> |
|
45060 | 45083 | </EntityType> |
45061 | 45084 | <EntityType Name="billingReconciliation" BaseType="graph.entity"> |
45062 | 45085 | <NavigationProperty Name="billed" Type="microsoft.graph.partners.billing.billedReconciliation" ContainsTarget="true" Nullable="false" /> |
| 45086 | + <NavigationProperty Name="unbilled" Type="microsoft.graph.partners.billing.unbilledReconciliation" ContainsTarget="true" Nullable="false" /> |
45063 | 45087 | </EntityType> |
45064 | 45088 | <EntityType Name="exportSuccessOperation" BaseType="microsoft.graph.partners.billing.operation"> |
45065 | 45089 | <NavigationProperty Name="resourceLocation" Type="microsoft.graph.partners.billing.manifest" Nullable="false" /> |
|
45085 | 45109 | <Property Name="status" Type="graph.longRunningOperationStatus" /> |
45086 | 45110 | </EntityType> |
45087 | 45111 | <EntityType Name="runningOperation" BaseType="microsoft.graph.partners.billing.operation" /> |
| 45112 | + <EntityType Name="unbilledReconciliation" BaseType="graph.entity" /> |
45088 | 45113 | <EntityType Name="unbilledUsage" BaseType="graph.entity" /> |
45089 | 45114 | <Action Name="export" IsBound="true"> |
45090 | 45115 | <Parameter Name="this" Type="microsoft.graph.partners.billing.billedReconciliation" /> |
|
45100 | 45125 | <Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" /> |
45101 | 45126 | <ReturnType Type="microsoft.graph.partners.billing.operation" /> |
45102 | 45127 | </Action> |
| 45128 | + <Action Name="export" IsBound="true"> |
| 45129 | + <Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledReconciliation" /> |
| 45130 | + <Parameter Name="currencyCode" Type="Edm.String" Unicode="false" /> |
| 45131 | + <Parameter Name="billingPeriod" Type="microsoft.graph.partners.billing.billingPeriod" /> |
| 45132 | + <Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" /> |
| 45133 | + <ReturnType Type="microsoft.graph.partners.billing.operation" /> |
| 45134 | + </Action> |
45103 | 45135 | <Action Name="export" IsBound="true"> |
45104 | 45136 | <Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledUsage" /> |
45105 | 45137 | <Parameter Name="currencyCode" Type="Edm.String" Unicode="false" /> |
|
0 commit comments