Skip to content

Commit 38c58e1

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 191849
1 parent 727a42e commit 38c58e1

File tree

4 files changed

+16461
-15448
lines changed

4 files changed

+16461
-15448
lines changed

clean_v10_metadata/cleanMetadata.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,12 @@
732732
<Member Name="incoming" Value="0" />
733733
<Member Name="outgoing" Value="1" />
734734
</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>
735741
<EnumType Name="callRecordingStatus">
736742
<Member Name="success" Value="0" />
737743
<Member Name="failure" Value="1" />
@@ -7213,6 +7219,13 @@
72137219
<Property Name="senderDomain" Type="Edm.String" Nullable="false" />
72147220
<Property Name="useCompanyBranding" Type="Edm.Boolean" Nullable="false" />
72157221
</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>
72167229
<ComplexType Name="employeeOrgData">
72177230
<Property Name="costCenter" Type="Edm.String" />
72187231
<Property Name="division" Type="Edm.String" />
@@ -11772,6 +11785,11 @@
1177211785
<NavigationProperty Name="operations" Type="Collection(graph.commsOperation)" ContainsTarget="true" />
1177311786
<NavigationProperty Name="participants" Type="Collection(graph.participant)" ContainsTarget="true" />
1177411787
</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>
1177511793
<EntityType Name="callRecording" BaseType="graph.entity">
1177611794
<Property Name="callId" Type="Edm.String" />
1177711795
<Property Name="content" Type="Edm.Stream" />
@@ -13608,6 +13626,11 @@
1360813626
<Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" />
1360913627
<Property Name="recipientEmail" Type="Edm.String" Nullable="false" />
1361013628
</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>
1361113634
<EntityType Name="employeeExperience">
1361213635
<NavigationProperty Name="communities" Type="Collection(graph.community)" ContainsTarget="true" />
1361313636
<NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" />
@@ -45060,6 +45083,7 @@
4506045083
</EntityType>
4506145084
<EntityType Name="billingReconciliation" BaseType="graph.entity">
4506245085
<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" />
4506345087
</EntityType>
4506445088
<EntityType Name="exportSuccessOperation" BaseType="microsoft.graph.partners.billing.operation">
4506545089
<NavigationProperty Name="resourceLocation" Type="microsoft.graph.partners.billing.manifest" Nullable="false" />
@@ -45085,6 +45109,7 @@
4508545109
<Property Name="status" Type="graph.longRunningOperationStatus" />
4508645110
</EntityType>
4508745111
<EntityType Name="runningOperation" BaseType="microsoft.graph.partners.billing.operation" />
45112+
<EntityType Name="unbilledReconciliation" BaseType="graph.entity" />
4508845113
<EntityType Name="unbilledUsage" BaseType="graph.entity" />
4508945114
<Action Name="export" IsBound="true">
4509045115
<Parameter Name="this" Type="microsoft.graph.partners.billing.billedReconciliation" />
@@ -45100,6 +45125,13 @@
4510045125
<Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" />
4510145126
<ReturnType Type="microsoft.graph.partners.billing.operation" />
4510245127
</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>
4510345135
<Action Name="export" IsBound="true">
4510445136
<Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledUsage" />
4510545137
<Parameter Name="currencyCode" Type="Edm.String" Unicode="false" />

0 commit comments

Comments
 (0)