|
180 | 180 | <Member Name="dismissed" Value="4" /> |
181 | 181 | <Member Name="unknownFutureValue" Value="127" /> |
182 | 182 | </EnumType> |
| 183 | + <EnumType Name="allowedLobbyAdmitterRoles"> |
| 184 | + <Member Name="organizerAndCoOrganizersAndPresenters" Value="0" /> |
| 185 | + <Member Name="organizerAndCoOrganizers" Value="1" /> |
| 186 | + <Member Name="unknownFutureValue" Value="2" /> |
| 187 | + </EnumType> |
183 | 188 | <EnumType Name="allowedTargetScope"> |
184 | 189 | <Member Name="notSpecified" Value="0" /> |
185 | 190 | <Member Name="specificDirectoryUsers" Value="1" /> |
|
1141 | 1146 | <Member Name="authenticationTransfer" Value="2" /> |
1142 | 1147 | <Member Name="unknownFutureValue" Value="4" /> |
1143 | 1148 | </EnumType> |
| 1149 | + <EnumType Name="confirmedBy" IsFlags="true"> |
| 1150 | + <Member Name="none" Value="0" /> |
| 1151 | + <Member Name="user" Value="1" /> |
| 1152 | + <Member Name="manager" Value="2" /> |
| 1153 | + <Member Name="unknownFutureValue" Value="1024" /> |
| 1154 | + </EnumType> |
1144 | 1155 | <EnumType Name="connectedOrganizationState"> |
1145 | 1156 | <Member Name="configured" Value="0" /> |
1146 | 1157 | <Member Name="proposed" Value="1" /> |
|
2156 | 2167 | <Member Name="limited" Value="2" /> |
2157 | 2168 | <Member Name="unknownFutureValue" Value="3" /> |
2158 | 2169 | </EnumType> |
| 2170 | + <EnumType Name="meetingLiveShareOptions"> |
| 2171 | + <Member Name="enabled" Value="0" /> |
| 2172 | + <Member Name="disabled" Value="1" /> |
| 2173 | + <Member Name="unknownFutureValue" Value="2" /> |
| 2174 | + </EnumType> |
2159 | 2175 | <EnumType Name="meetingMessageType"> |
2160 | 2176 | <Member Name="none" Value="0" /> |
2161 | 2177 | <Member Name="meetingRequest" Value="1" /> |
|
4712 | 4728 | <Member Name="block" Value="1" /> |
4713 | 4729 | <Member Name="unblock" Value="2" /> |
4714 | 4730 | </EnumType> |
| 4731 | + <EnumType Name="timeCardState"> |
| 4732 | + <Member Name="clockedIn" Value="0" /> |
| 4733 | + <Member Name="onBreak" Value="1" /> |
| 4734 | + <Member Name="clockedOut" Value="2" /> |
| 4735 | + <Member Name="unknownFutureValue" Value="3" /> |
| 4736 | + </EnumType> |
4715 | 4737 | <EnumType Name="timeOffReasonIconType"> |
4716 | 4738 | <Member Name="none" Value="0" /> |
4717 | 4739 | <Member Name="car" Value="1" /> |
|
5380 | 5402 | <Member Name="openShiftRequest" Value="32" /> |
5381 | 5403 | <Member Name="offerShiftRequest" Value="64" /> |
5382 | 5404 | <Member Name="unknownFutureValue" Value="1024" /> |
| 5405 | + <Member Name="timeCard" Value="2048" /> |
5383 | 5406 | <Member Name="timeOffReason" Value="4096" /> |
5384 | 5407 | <Member Name="timeOff" Value="8192" /> |
5385 | 5408 | <Member Name="timeOffRequest" Value="16384" /> |
|
9622 | 9645 | <Property Name="ticketNumber" Type="Edm.String" /> |
9623 | 9646 | <Property Name="ticketSystem" Type="Edm.String" /> |
9624 | 9647 | </ComplexType> |
| 9648 | + <ComplexType Name="timeCardBreak"> |
| 9649 | + <Property Name="breakId" Type="Edm.String" /> |
| 9650 | + <Property Name="end" Type="graph.timeCardEvent" /> |
| 9651 | + <Property Name="notes" Type="graph.itemBody" /> |
| 9652 | + <Property Name="start" Type="graph.timeCardEvent" Nullable="false" /> |
| 9653 | + </ComplexType> |
| 9654 | + <ComplexType Name="timeCardEntry"> |
| 9655 | + <Property Name="breaks" Type="Collection(graph.timeCardBreak)" /> |
| 9656 | + <Property Name="clockInEvent" Type="graph.timeCardEvent" /> |
| 9657 | + <Property Name="clockOutEvent" Type="graph.timeCardEvent" /> |
| 9658 | + </ComplexType> |
| 9659 | + <ComplexType Name="timeCardEvent"> |
| 9660 | + <Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 9661 | + <Property Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 9662 | + <Property Name="notes" Type="graph.itemBody" /> |
| 9663 | + </ComplexType> |
| 9664 | + <ComplexType Name="timeClockSettings"> |
| 9665 | + <Property Name="approvedLocation" Type="graph.geoCoordinates" /> |
| 9666 | + </ComplexType> |
9625 | 9667 | <ComplexType Name="timeConstraint"> |
9626 | 9668 | <Property Name="activityDomain" Type="graph.activityDomain" /> |
9627 | 9669 | <Property Name="timeSlots" Type="Collection(graph.timeSlot)" /> |
|
11592 | 11634 | <Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" /> |
11593 | 11635 | </EntityType> |
11594 | 11636 | <EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true"> |
| 11637 | + <Property Name="createdBy" Type="graph.identitySet" /> |
11595 | 11638 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
11596 | 11639 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
11597 | 11640 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
|
12138 | 12181 | <Property Name="submittedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
12139 | 12182 | <Property Name="userId" Type="Edm.String" Nullable="false" /> |
12140 | 12183 | </EntityType> |
| 12184 | + <EntityType Name="dayNote" BaseType="graph.changeTrackedEntity"> |
| 12185 | + <Property Name="dayNoteDate" Type="Edm.Date" /> |
| 12186 | + <Property Name="draftDayNote" Type="graph.itemBody" /> |
| 12187 | + <Property Name="sharedDayNote" Type="graph.itemBody" /> |
| 12188 | + </EntityType> |
12141 | 12189 | <EntityType Name="defaultManagedAppProtection" BaseType="graph.managedAppProtection"> |
12142 | 12190 | <Property Name="appDataEncryptionType" Type="graph.managedAppDataEncryptionType" Nullable="false" /> |
12143 | 12191 | <Property Name="customSettings" Type="Collection(graph.keyValuePair)" Nullable="false" /> |
@@ -15345,12 +15393,17 @@ |
15345 | 15393 | <EntityType Name="onlineMeetingBase" BaseType="graph.entity" Abstract="true" OpenType="true"> |
15346 | 15394 | <Property Name="allowAttendeeToEnableCamera" Type="Edm.Boolean" /> |
15347 | 15395 | <Property Name="allowAttendeeToEnableMic" Type="Edm.Boolean" /> |
| 15396 | + <Property Name="allowBreakoutRooms" Type="Edm.Boolean" /> |
| 15397 | + <Property Name="allowedLobbyAdmitters" Type="graph.allowedLobbyAdmitterRoles" /> |
15348 | 15398 | <Property Name="allowedPresenters" Type="graph.onlineMeetingPresenters" /> |
| 15399 | + <Property Name="allowLiveShare" Type="graph.meetingLiveShareOptions" /> |
15349 | 15400 | <Property Name="allowMeetingChat" Type="graph.meetingChatMode" /> |
15350 | 15401 | <Property Name="allowParticipantsToChangeName" Type="Edm.Boolean" /> |
| 15402 | + <Property Name="allowPowerPointSharing" Type="Edm.Boolean" /> |
15351 | 15403 | <Property Name="allowRecording" Type="Edm.Boolean" /> |
15352 | 15404 | <Property Name="allowTeamworkReactions" Type="Edm.Boolean" /> |
15353 | 15405 | <Property Name="allowTranscription" Type="Edm.Boolean" /> |
| 15406 | + <Property Name="allowWhiteboard" Type="Edm.Boolean" /> |
15354 | 15407 | <Property Name="audioConferencing" Type="graph.audioConferencing" /> |
15355 | 15408 | <Property Name="chatInfo" Type="graph.chatInfo" /> |
15356 | 15409 | <Property Name="chatRestrictions" Type="graph.chatRestrictions" /> |
@@ -16515,21 +16568,26 @@ |
16515 | 16568 | </EntityType> |
16516 | 16569 | <EntityType Name="schedule" BaseType="graph.entity"> |
16517 | 16570 | <Property Name="enabled" Type="Edm.Boolean" /> |
| 16571 | + <Property Name="isActivitiesIncludedWhenCopyingShiftsEnabled" Type="Edm.Boolean" /> |
16518 | 16572 | <Property Name="offerShiftRequestsEnabled" Type="Edm.Boolean" /> |
16519 | 16573 | <Property Name="openShiftsEnabled" Type="Edm.Boolean" /> |
16520 | 16574 | <Property Name="provisionStatus" Type="graph.operationStatus" /> |
16521 | 16575 | <Property Name="provisionStatusCode" Type="Edm.String" /> |
| 16576 | + <Property Name="startDayOfWeek" Type="graph.dayOfWeek" /> |
16522 | 16577 | <Property Name="swapShiftsRequestsEnabled" Type="Edm.Boolean" /> |
16523 | 16578 | <Property Name="timeClockEnabled" Type="Edm.Boolean" /> |
| 16579 | + <Property Name="timeClockSettings" Type="graph.timeClockSettings" /> |
16524 | 16580 | <Property Name="timeOffRequestsEnabled" Type="Edm.Boolean" /> |
16525 | 16581 | <Property Name="timeZone" Type="Edm.String" /> |
16526 | 16582 | <Property Name="workforceIntegrationIds" Type="Collection(Edm.String)" /> |
| 16583 | + <NavigationProperty Name="dayNotes" Type="Collection(graph.dayNote)" ContainsTarget="true" /> |
16527 | 16584 | <NavigationProperty Name="offerShiftRequests" Type="Collection(graph.offerShiftRequest)" ContainsTarget="true" /> |
16528 | 16585 | <NavigationProperty Name="openShiftChangeRequests" Type="Collection(graph.openShiftChangeRequest)" ContainsTarget="true" /> |
16529 | 16586 | <NavigationProperty Name="openShifts" Type="Collection(graph.openShift)" ContainsTarget="true" /> |
16530 | 16587 | <NavigationProperty Name="schedulingGroups" Type="Collection(graph.schedulingGroup)" ContainsTarget="true" /> |
16531 | 16588 | <NavigationProperty Name="shifts" Type="Collection(graph.shift)" ContainsTarget="true" /> |
16532 | 16589 | <NavigationProperty Name="swapShiftsChangeRequests" Type="Collection(graph.swapShiftsChangeRequest)" ContainsTarget="true" /> |
| 16590 | + <NavigationProperty Name="timeCards" Type="Collection(graph.timeCard)" ContainsTarget="true" /> |
16533 | 16591 | <NavigationProperty Name="timeOffReasons" Type="Collection(graph.timeOffReason)" ContainsTarget="true" /> |
16534 | 16592 | <NavigationProperty Name="timeOffRequests" Type="Collection(graph.timeOffRequest)" ContainsTarget="true" /> |
16535 | 16593 | <NavigationProperty Name="timesOff" Type="Collection(graph.timeOff)" ContainsTarget="true" /> |
|
16545 | 16603 | <Property Name="state" Type="graph.scheduleChangeState" /> |
16546 | 16604 | </EntityType> |
16547 | 16605 | <EntityType Name="schedulingGroup" BaseType="graph.changeTrackedEntity"> |
| 16606 | + <Property Name="code" Type="Edm.String" /> |
16548 | 16607 | <Property Name="displayName" Type="Edm.String" /> |
16549 | 16608 | <Property Name="isActive" Type="Edm.Boolean" /> |
16550 | 16609 | <Property Name="userIds" Type="Collection(Edm.String)" /> |
@@ -17511,13 +17570,24 @@ |
17511 | 17570 | <Property Name="small" Type="graph.thumbnail" /> |
17512 | 17571 | <Property Name="source" Type="graph.thumbnail" /> |
17513 | 17572 | </EntityType> |
| 17573 | + <EntityType Name="timeCard" BaseType="graph.changeTrackedEntity"> |
| 17574 | + <Property Name="breaks" Type="Collection(graph.timeCardBreak)" /> |
| 17575 | + <Property Name="clockInEvent" Type="graph.timeCardEvent" /> |
| 17576 | + <Property Name="clockOutEvent" Type="graph.timeCardEvent" /> |
| 17577 | + <Property Name="confirmedBy" Type="graph.confirmedBy" /> |
| 17578 | + <Property Name="notes" Type="graph.itemBody" /> |
| 17579 | + <Property Name="originalEntry" Type="graph.timeCardEntry" /> |
| 17580 | + <Property Name="state" Type="graph.timeCardState" /> |
| 17581 | + <Property Name="userId" Type="Edm.String" /> |
| 17582 | + </EntityType> |
17514 | 17583 | <EntityType Name="timeOff" BaseType="graph.changeTrackedEntity"> |
17515 | 17584 | <Property Name="draftTimeOff" Type="graph.timeOffItem" /> |
17516 | 17585 | <Property Name="isStagedForDeletion" Type="Edm.Boolean" /> |
17517 | 17586 | <Property Name="sharedTimeOff" Type="graph.timeOffItem" /> |
17518 | 17587 | <Property Name="userId" Type="Edm.String" /> |
17519 | 17588 | </EntityType> |
17520 | 17589 | <EntityType Name="timeOffReason" BaseType="graph.changeTrackedEntity"> |
| 17590 | + <Property Name="code" Type="Edm.String" /> |
17521 | 17591 | <Property Name="displayName" Type="Edm.String" /> |
17522 | 17592 | <Property Name="iconType" Type="graph.timeOffReasonIconType" /> |
17523 | 17593 | <Property Name="isActive" Type="Edm.Boolean" /> |
|
17990 | 18060 | <NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)" /> |
17991 | 18061 | <NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" /> |
17992 | 18062 | <NavigationProperty Name="manager" Type="graph.directoryObject"> |
17993 | | - <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 18063 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
17994 | 18064 | <Record> |
17995 | | - <PropertyValue Property="Referenceable" Bool="true" /> |
| 18065 | + <PropertyValue Property="CustomHeaders"> |
| 18066 | + <Collection> |
| 18067 | + <Record> |
| 18068 | + <PropertyValue Property="Name" String="ConsistencyLevel" /> |
| 18069 | + <PropertyValue Property="Description" String="Indicates the requested consistency level." /> |
| 18070 | + <PropertyValue Property="DocumentationURL" String="https://docs.microsoft.com/graph/aad-advanced-queries" /> |
| 18071 | + <PropertyValue Property="Required" Bool="false" /> |
| 18072 | + <PropertyValue Property="ExampleValues"> |
| 18073 | + <Collection> |
| 18074 | + <Record> |
| 18075 | + <PropertyValue Property="Value" String="eventual" /> |
| 18076 | + <PropertyValue Property="Description" String="$search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'." /> |
| 18077 | + </Record> |
| 18078 | + </Collection> |
| 18079 | + </PropertyValue> |
| 18080 | + </Record> |
| 18081 | + </Collection> |
| 18082 | + </PropertyValue> |
17996 | 18083 | </Record> |
17997 | 18084 | </Annotation> |
17998 | 18085 | </NavigationProperty> |
|
20395 | 20482 | <Action Name="clearUserPreferredPresence" IsBound="true"> |
20396 | 20483 | <Parameter Name="bindingParameter" Type="graph.presence" /> |
20397 | 20484 | </Action> |
| 20485 | + <Action Name="clockIn" IsBound="true"> |
| 20486 | + <Parameter Name="bindingParameter" Type="Collection(graph.timeCard)" /> |
| 20487 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 20488 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 20489 | + <ReturnType Type="graph.timeCard" /> |
| 20490 | + </Action> |
| 20491 | + <Action Name="clockOut" IsBound="true"> |
| 20492 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 20493 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 20494 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 20495 | + <ReturnType Type="graph.timeCard" /> |
| 20496 | + </Action> |
20398 | 20497 | <Action Name="clone" IsBound="true"> |
20399 | 20498 | <Parameter Name="bindingParameter" Type="graph.team" /> |
20400 | 20499 | <Parameter Name="displayName" Type="Edm.String" Unicode="false" /> |
|
20465 | 20564 | <Parameter Name="size" Type="Edm.Untyped" /> |
20466 | 20565 | <ReturnType Type="graph.workbookFunctionResult" /> |
20467 | 20566 | </Action> |
| 20567 | + <Action Name="confirm" IsBound="true"> |
| 20568 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 20569 | + <ReturnType Type="graph.timeCard" /> |
| 20570 | + </Action> |
20468 | 20571 | <Action Name="confirmCompromised" IsBound="true"> |
20469 | 20572 | <Parameter Name="bindingParameter" Type="Collection(graph.riskyServicePrincipal)" /> |
20470 | 20573 | <Parameter Name="servicePrincipalIds" Type="Collection(Edm.String)" Unicode="false" /> |
|
21061 | 21164 | <Action Name="enableSmsSignIn" IsBound="true"> |
21062 | 21165 | <Parameter Name="bindingParameter" Type="graph.phoneAuthenticationMethod" /> |
21063 | 21166 | </Action> |
| 21167 | + <Action Name="endBreak" IsBound="true"> |
| 21168 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 21169 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 21170 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 21171 | + <ReturnType Type="graph.timeCard" /> |
| 21172 | + </Action> |
21064 | 21173 | <Action Name="endGracePeriod" IsBound="true"> |
21065 | 21174 | <Parameter Name="bindingParameter" Type="graph.cloudPC" /> |
21066 | 21175 | </Action> |
|
23528 | 23637 | <Action Name="start" IsBound="true"> |
23529 | 23638 | <Parameter Name="bindingParameter" Type="graph.synchronizationJob" /> |
23530 | 23639 | </Action> |
| 23640 | + <Action Name="startBreak" IsBound="true"> |
| 23641 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 23642 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 23643 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 23644 | + <ReturnType Type="graph.timeCard" /> |
| 23645 | + </Action> |
23531 | 23646 | <Action Name="startHoldMusic" IsBound="true"> |
23532 | 23647 | <Parameter Name="bindingParameter" Type="graph.participant" /> |
23533 | 23648 | <Parameter Name="customPrompt" Type="graph.prompt" /> |
|
0 commit comments