Skip to content

Commit 85b22c7

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 74846 [skip ci]
1 parent 3c6fad0 commit 85b22c7

4 files changed

Lines changed: 2562 additions & 2538 deletions

clean_v10_metadata/cleanMetadata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29283,6 +29283,18 @@
2928329283
<Property Name="media" Type="Collection(microsoft.graph.callRecords.media)" />
2928429284
<Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2928529285
</EntityType>
29286+
<Function Name="getDirectRoutingCalls" IsBound="true">
29287+
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.callRecords.callRecord)" />
29288+
<Parameter Name="fromDateTime" Type="Edm.DateTimeOffset" />
29289+
<Parameter Name="toDateTime" Type="Edm.DateTimeOffset" />
29290+
<ReturnType Type="Collection(microsoft.graph.callRecords.directRoutingLogRow)" />
29291+
</Function>
29292+
<Function Name="getPstnCalls" IsBound="true">
29293+
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.callRecords.callRecord)" />
29294+
<Parameter Name="fromDateTime" Type="Edm.DateTimeOffset" />
29295+
<Parameter Name="toDateTime" Type="Edm.DateTimeOffset" />
29296+
<ReturnType Type="Collection(microsoft.graph.callRecords.pstnCallLogRow)" />
29297+
</Function>
2928629298
</Schema>
2928729299
<Schema Namespace="microsoft.graph.externalConnectors" xmlns="http://docs.oasis-open.org/odata/ns/edm">
2928829300
<EnumType Name="accessType">

0 commit comments

Comments
 (0)