|
12535 | 12535 | <Property Name="value" Type="Edm.String" /> |
12536 | 12536 | <Property Name="valueType" Type="Edm.String" /> |
12537 | 12537 | </ComplexType> |
12538 | | - <ComplexType Name="ciamUserSnapshot"> |
12539 | | - <Property Name="userId" Type="Edm.String" Nullable="false" /> |
12540 | | - </ComplexType> |
12541 | 12538 | <ComplexType Name="claimsMapping" OpenType="true"> |
12542 | 12539 | <Property Name="displayName" Type="Edm.String" /> |
12543 | 12540 | <Property Name="email" Type="Edm.String" /> |
|
30986 | 30983 | <Property Name="squareLogoRelativeUrl" Type="Edm.String" /> |
30987 | 30984 | <Property Name="usernameHintText" Type="Edm.String" /> |
30988 | 30985 | </EntityType> |
30989 | | - <EntityType Name="organizationalUnit" BaseType="graph.directoryObject"> |
30990 | | - <Property Name="description" Type="Edm.String" /> |
30991 | | - <Property Name="displayName" Type="Edm.String" /> |
30992 | | - <NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" /> |
30993 | | - <NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" /> |
30994 | | - <NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" /> |
30995 | | - <NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" /> |
30996 | | - <NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" /> |
30997 | | - </EntityType> |
30998 | 30986 | <EntityType Name="organizationSettings" BaseType="graph.entity"> |
30999 | 30987 | <NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
31000 | 30988 | <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /> |
|
31397 | 31385 | <Property Name="phoneType" Type="graph.authenticationPhoneType" /> |
31398 | 31386 | <Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" /> |
31399 | 31387 | </EntityType> |
| 31388 | + <EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember"> |
| 31389 | + <Property Name="phoneNumber" Type="Edm.String" /> |
| 31390 | + </EntityType> |
31400 | 31391 | <EntityType Name="picture"> |
31401 | 31392 | <Key> |
31402 | 31393 | <PropertyRef Name="id" /> |
|
32461 | 32452 | <EntityType Name="reportsRoot" BaseType="graph.entity"> |
32462 | 32453 | <NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" /> |
32463 | 32454 | <NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" /> |
| 32455 | + <NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" /> |
32464 | 32456 | </EntityType> |
32465 | 32457 | <EntityType Name="request" BaseType="graph.entity"> |
32466 | 32458 | <Property Name="approvalId" Type="Edm.String" /> |
|
33189 | 33181 | <Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" /> |
33190 | 33182 | <Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" /> |
33191 | 33183 | <Property Name="status" Type="graph.signUpStatus" /> |
33192 | | - <Property Name="userSnapshot" Type="graph.ciamUserSnapshot" /> |
| 33184 | + <Property Name="userId" Type="Edm.String" /> |
33193 | 33185 | </EntityType> |
33194 | 33186 | <EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true"> |
33195 | 33187 | <Property Name="completionReason" Type="graph.sendDtmfCompletionReason" /> |
|
33815 | 33807 | <NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" /> |
33816 | 33808 | <NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" /> |
33817 | 33809 | </EntityType> |
| 33810 | + <EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity"> |
| 33811 | + <Property Name="assignmentId" Type="Edm.String" Nullable="false" /> |
| 33812 | + <Property Name="averageWordsPerMinutePace" Type="Edm.Int64" /> |
| 33813 | + <Property Name="classId" Type="Edm.String" /> |
| 33814 | + <Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" /> |
| 33815 | + <Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" /> |
| 33816 | + <Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" /> |
| 33817 | + <Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" /> |
| 33818 | + <Property Name="monotoneOccurrencesCount" Type="Edm.Int64" /> |
| 33819 | + <Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" /> |
| 33820 | + <Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" /> |
| 33821 | + <Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" /> |
| 33822 | + <Property Name="studentId" Type="Edm.String" /> |
| 33823 | + <Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 33824 | + <Property Name="submissionId" Type="Edm.String" /> |
| 33825 | + <Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" /> |
| 33826 | + <Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" /> |
| 33827 | + <Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" /> |
| 33828 | + <Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" /> |
| 33829 | + <Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" /> |
| 33830 | + </EntityType> |
33818 | 33831 | <EntityType Name="staleSignInAlertConfiguration" BaseType="graph.unifiedRoleManagementAlertConfiguration"> |
33819 | 33832 | <Property Name="duration" Type="Edm.Duration" /> |
33820 | 33833 | </EntityType> |
|
47821 | 47834 | <Singleton Name="directory" Type="microsoft.graph.directory"> |
47822 | 47835 | <NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" /> |
47823 | 47836 | <NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" /> |
47824 | | - <NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" /> |
47825 | | - <NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" /> |
47826 | 47837 | </Singleton> |
47827 | 47838 | <Singleton Name="drive" Type="microsoft.graph.drive" /> |
47828 | 47839 | <Singleton Name="education" Type="microsoft.graph.educationRoot"> |
|
82241 | 82252 | <Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority"> |
82242 | 82253 | <Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." /> |
82243 | 82254 | </Annotations> |
82244 | | - <Annotations Target="microsoft.graph.organizationalUnit"> |
82245 | | - <Annotation Term="Org.OData.Core.V1.Revisions"> |
82246 | | - <Collection> |
82247 | | - <Record> |
82248 | | - <PropertyValue Property="Date" Date="2023-11-17" /> |
82249 | | - <PropertyValue Property="Kind"> |
82250 | | - <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
82251 | | - </PropertyValue> |
82252 | | - <PropertyValue Property="RemovalDate" Date="2024-06-01" /> |
82253 | | - <PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" /> |
82254 | | - </Record> |
82255 | | - </Collection> |
82256 | | - </Annotation> |
82257 | | - </Annotations> |
82258 | 82255 | <Annotations Target="microsoft.graph.organizationSettings/itemInsights"> |
82259 | 82256 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
82260 | 82257 | <Collection> |
|
0 commit comments