|
181 | 181 | <Member Name="dismissed" Value="4" /> |
182 | 182 | <Member Name="unknownFutureValue" Value="127" /> |
183 | 183 | </EnumType> |
| 184 | + <EnumType Name="allowedLobbyAdmitterRoles"> |
| 185 | + <Member Name="organizerAndCoOrganizersAndPresenters" Value="0" /> |
| 186 | + <Member Name="organizerAndCoOrganizers" Value="1" /> |
| 187 | + <Member Name="unknownFutureValue" Value="2" /> |
| 188 | + </EnumType> |
184 | 189 | <EnumType Name="allowedTargetScope"> |
185 | 190 | <Member Name="notSpecified" Value="0" /> |
186 | 191 | <Member Name="specificDirectoryUsers" Value="1" /> |
|
1142 | 1147 | <Member Name="authenticationTransfer" Value="2" /> |
1143 | 1148 | <Member Name="unknownFutureValue" Value="4" /> |
1144 | 1149 | </EnumType> |
| 1150 | + <EnumType Name="confirmedBy" IsFlags="true"> |
| 1151 | + <Member Name="none" Value="0" /> |
| 1152 | + <Member Name="user" Value="1" /> |
| 1153 | + <Member Name="manager" Value="2" /> |
| 1154 | + <Member Name="unknownFutureValue" Value="1024" /> |
| 1155 | + </EnumType> |
1145 | 1156 | <EnumType Name="connectedOrganizationState"> |
1146 | 1157 | <Member Name="configured" Value="0" /> |
1147 | 1158 | <Member Name="proposed" Value="1" /> |
|
2157 | 2168 | <Member Name="limited" Value="2" /> |
2158 | 2169 | <Member Name="unknownFutureValue" Value="3" /> |
2159 | 2170 | </EnumType> |
| 2171 | + <EnumType Name="meetingLiveShareOptions"> |
| 2172 | + <Member Name="enabled" Value="0" /> |
| 2173 | + <Member Name="disabled" Value="1" /> |
| 2174 | + <Member Name="unknownFutureValue" Value="2" /> |
| 2175 | + </EnumType> |
2160 | 2176 | <EnumType Name="meetingMessageType"> |
2161 | 2177 | <Member Name="none" Value="0" /> |
2162 | 2178 | <Member Name="meetingRequest" Value="1" /> |
|
4713 | 4729 | <Member Name="block" Value="1" /> |
4714 | 4730 | <Member Name="unblock" Value="2" /> |
4715 | 4731 | </EnumType> |
| 4732 | + <EnumType Name="timeCardState"> |
| 4733 | + <Member Name="clockedIn" Value="0" /> |
| 4734 | + <Member Name="onBreak" Value="1" /> |
| 4735 | + <Member Name="clockedOut" Value="2" /> |
| 4736 | + <Member Name="unknownFutureValue" Value="3" /> |
| 4737 | + </EnumType> |
4716 | 4738 | <EnumType Name="timeOffReasonIconType"> |
4717 | 4739 | <Member Name="none" Value="0" /> |
4718 | 4740 | <Member Name="car" Value="1" /> |
|
5381 | 5403 | <Member Name="openShiftRequest" Value="32" /> |
5382 | 5404 | <Member Name="offerShiftRequest" Value="64" /> |
5383 | 5405 | <Member Name="unknownFutureValue" Value="1024" /> |
| 5406 | + <Member Name="timeCard" Value="2048" /> |
5384 | 5407 | <Member Name="timeOffReason" Value="4096" /> |
5385 | 5408 | <Member Name="timeOff" Value="8192" /> |
5386 | 5409 | <Member Name="timeOffRequest" Value="16384" /> |
|
9610 | 9633 | <Property Name="ticketNumber" Type="Edm.String" /> |
9611 | 9634 | <Property Name="ticketSystem" Type="Edm.String" /> |
9612 | 9635 | </ComplexType> |
| 9636 | + <ComplexType Name="timeCardBreak"> |
| 9637 | + <Property Name="breakId" Type="Edm.String" /> |
| 9638 | + <Property Name="end" Type="graph.timeCardEvent" /> |
| 9639 | + <Property Name="notes" Type="graph.itemBody" /> |
| 9640 | + <Property Name="start" Type="graph.timeCardEvent" Nullable="false" /> |
| 9641 | + </ComplexType> |
| 9642 | + <ComplexType Name="timeCardEntry"> |
| 9643 | + <Property Name="breaks" Type="Collection(graph.timeCardBreak)" /> |
| 9644 | + <Property Name="clockInEvent" Type="graph.timeCardEvent" /> |
| 9645 | + <Property Name="clockOutEvent" Type="graph.timeCardEvent" /> |
| 9646 | + </ComplexType> |
| 9647 | + <ComplexType Name="timeCardEvent"> |
| 9648 | + <Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 9649 | + <Property Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 9650 | + <Property Name="notes" Type="graph.itemBody" /> |
| 9651 | + </ComplexType> |
| 9652 | + <ComplexType Name="timeClockSettings"> |
| 9653 | + <Property Name="approvedLocation" Type="graph.geoCoordinates" /> |
| 9654 | + </ComplexType> |
9613 | 9655 | <ComplexType Name="timeConstraint"> |
9614 | 9656 | <Property Name="activityDomain" Type="graph.activityDomain" /> |
9615 | 9657 | <Property Name="timeSlots" Type="Collection(graph.timeSlot)" /> |
|
11410 | 11452 | <Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" /> |
11411 | 11453 | </EntityType> |
11412 | 11454 | <EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true"> |
| 11455 | + <Property Name="createdBy" Type="graph.identitySet" /> |
11413 | 11456 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
11414 | 11457 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
11415 | 11458 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
|
11912 | 11955 | <Property Name="submittedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
11913 | 11956 | <Property Name="userId" Type="Edm.String" Nullable="false" /> |
11914 | 11957 | </EntityType> |
| 11958 | + <EntityType Name="dayNote" BaseType="graph.changeTrackedEntity"> |
| 11959 | + <Property Name="dayNoteDate" Type="Edm.Date" /> |
| 11960 | + <Property Name="draftDayNote" Type="graph.itemBody" /> |
| 11961 | + <Property Name="sharedDayNote" Type="graph.itemBody" /> |
| 11962 | + </EntityType> |
11915 | 11963 | <EntityType Name="defaultManagedAppProtection" BaseType="graph.managedAppProtection"> |
11916 | 11964 | <Property Name="appDataEncryptionType" Type="graph.managedAppDataEncryptionType" Nullable="false" /> |
11917 | 11965 | <Property Name="customSettings" Type="Collection(graph.keyValuePair)" Nullable="false" /> |
@@ -14461,12 +14509,17 @@ |
14461 | 14509 | <EntityType Name="onlineMeetingBase" BaseType="graph.entity" Abstract="true" OpenType="true"> |
14462 | 14510 | <Property Name="allowAttendeeToEnableCamera" Type="Edm.Boolean" /> |
14463 | 14511 | <Property Name="allowAttendeeToEnableMic" Type="Edm.Boolean" /> |
| 14512 | + <Property Name="allowBreakoutRooms" Type="Edm.Boolean" /> |
| 14513 | + <Property Name="allowedLobbyAdmitters" Type="graph.allowedLobbyAdmitterRoles" /> |
14464 | 14514 | <Property Name="allowedPresenters" Type="graph.onlineMeetingPresenters" /> |
| 14515 | + <Property Name="allowLiveShare" Type="graph.meetingLiveShareOptions" /> |
14465 | 14516 | <Property Name="allowMeetingChat" Type="graph.meetingChatMode" /> |
14466 | 14517 | <Property Name="allowParticipantsToChangeName" Type="Edm.Boolean" /> |
| 14518 | + <Property Name="allowPowerPointSharing" Type="Edm.Boolean" /> |
14467 | 14519 | <Property Name="allowRecording" Type="Edm.Boolean" /> |
14468 | 14520 | <Property Name="allowTeamworkReactions" Type="Edm.Boolean" /> |
14469 | 14521 | <Property Name="allowTranscription" Type="Edm.Boolean" /> |
| 14522 | + <Property Name="allowWhiteboard" Type="Edm.Boolean" /> |
14470 | 14523 | <Property Name="audioConferencing" Type="graph.audioConferencing" /> |
14471 | 14524 | <Property Name="chatInfo" Type="graph.chatInfo" /> |
14472 | 14525 | <Property Name="chatRestrictions" Type="graph.chatRestrictions" /> |
@@ -15328,21 +15381,26 @@ |
15328 | 15381 | </EntityType> |
15329 | 15382 | <EntityType Name="schedule" BaseType="graph.entity"> |
15330 | 15383 | <Property Name="enabled" Type="Edm.Boolean" /> |
| 15384 | + <Property Name="isActivitiesIncludedWhenCopyingShiftsEnabled" Type="Edm.Boolean" /> |
15331 | 15385 | <Property Name="offerShiftRequestsEnabled" Type="Edm.Boolean" /> |
15332 | 15386 | <Property Name="openShiftsEnabled" Type="Edm.Boolean" /> |
15333 | 15387 | <Property Name="provisionStatus" Type="graph.operationStatus" /> |
15334 | 15388 | <Property Name="provisionStatusCode" Type="Edm.String" /> |
| 15389 | + <Property Name="startDayOfWeek" Type="graph.dayOfWeek" /> |
15335 | 15390 | <Property Name="swapShiftsRequestsEnabled" Type="Edm.Boolean" /> |
15336 | 15391 | <Property Name="timeClockEnabled" Type="Edm.Boolean" /> |
| 15392 | + <Property Name="timeClockSettings" Type="graph.timeClockSettings" /> |
15337 | 15393 | <Property Name="timeOffRequestsEnabled" Type="Edm.Boolean" /> |
15338 | 15394 | <Property Name="timeZone" Type="Edm.String" /> |
15339 | 15395 | <Property Name="workforceIntegrationIds" Type="Collection(Edm.String)" /> |
| 15396 | + <NavigationProperty Name="dayNotes" Type="Collection(graph.dayNote)" ContainsTarget="true" /> |
15340 | 15397 | <NavigationProperty Name="offerShiftRequests" Type="Collection(graph.offerShiftRequest)" ContainsTarget="true" /> |
15341 | 15398 | <NavigationProperty Name="openShiftChangeRequests" Type="Collection(graph.openShiftChangeRequest)" ContainsTarget="true" /> |
15342 | 15399 | <NavigationProperty Name="openShifts" Type="Collection(graph.openShift)" ContainsTarget="true" /> |
15343 | 15400 | <NavigationProperty Name="schedulingGroups" Type="Collection(graph.schedulingGroup)" ContainsTarget="true" /> |
15344 | 15401 | <NavigationProperty Name="shifts" Type="Collection(graph.shift)" ContainsTarget="true" /> |
15345 | 15402 | <NavigationProperty Name="swapShiftsChangeRequests" Type="Collection(graph.swapShiftsChangeRequest)" ContainsTarget="true" /> |
| 15403 | + <NavigationProperty Name="timeCards" Type="Collection(graph.timeCard)" ContainsTarget="true" /> |
15346 | 15404 | <NavigationProperty Name="timeOffReasons" Type="Collection(graph.timeOffReason)" ContainsTarget="true" /> |
15347 | 15405 | <NavigationProperty Name="timeOffRequests" Type="Collection(graph.timeOffRequest)" ContainsTarget="true" /> |
15348 | 15406 | <NavigationProperty Name="timesOff" Type="Collection(graph.timeOff)" ContainsTarget="true" /> |
|
15358 | 15416 | <Property Name="state" Type="graph.scheduleChangeState" /> |
15359 | 15417 | </EntityType> |
15360 | 15418 | <EntityType Name="schedulingGroup" BaseType="graph.changeTrackedEntity"> |
| 15419 | + <Property Name="code" Type="Edm.String" /> |
15361 | 15420 | <Property Name="displayName" Type="Edm.String" /> |
15362 | 15421 | <Property Name="isActive" Type="Edm.Boolean" /> |
15363 | 15422 | <Property Name="userIds" Type="Collection(Edm.String)" /> |
@@ -16171,13 +16230,24 @@ |
16171 | 16230 | <Property Name="small" Type="graph.thumbnail" /> |
16172 | 16231 | <Property Name="source" Type="graph.thumbnail" /> |
16173 | 16232 | </EntityType> |
| 16233 | + <EntityType Name="timeCard" BaseType="graph.changeTrackedEntity"> |
| 16234 | + <Property Name="breaks" Type="Collection(graph.timeCardBreak)" /> |
| 16235 | + <Property Name="clockInEvent" Type="graph.timeCardEvent" /> |
| 16236 | + <Property Name="clockOutEvent" Type="graph.timeCardEvent" /> |
| 16237 | + <Property Name="confirmedBy" Type="graph.confirmedBy" /> |
| 16238 | + <Property Name="notes" Type="graph.itemBody" /> |
| 16239 | + <Property Name="originalEntry" Type="graph.timeCardEntry" /> |
| 16240 | + <Property Name="state" Type="graph.timeCardState" /> |
| 16241 | + <Property Name="userId" Type="Edm.String" /> |
| 16242 | + </EntityType> |
16174 | 16243 | <EntityType Name="timeOff" BaseType="graph.changeTrackedEntity"> |
16175 | 16244 | <Property Name="draftTimeOff" Type="graph.timeOffItem" /> |
16176 | 16245 | <Property Name="isStagedForDeletion" Type="Edm.Boolean" /> |
16177 | 16246 | <Property Name="sharedTimeOff" Type="graph.timeOffItem" /> |
16178 | 16247 | <Property Name="userId" Type="Edm.String" /> |
16179 | 16248 | </EntityType> |
16180 | 16249 | <EntityType Name="timeOffReason" BaseType="graph.changeTrackedEntity"> |
| 16250 | + <Property Name="code" Type="Edm.String" /> |
16181 | 16251 | <Property Name="displayName" Type="Edm.String" /> |
16182 | 16252 | <Property Name="iconType" Type="graph.timeOffReasonIconType" /> |
16183 | 16253 | <Property Name="isActive" Type="Edm.Boolean" /> |
|
18752 | 18822 | <Action Name="clearUserPreferredPresence" IsBound="true"> |
18753 | 18823 | <Parameter Name="bindingParameter" Type="graph.presence" /> |
18754 | 18824 | </Action> |
| 18825 | + <Action Name="clockIn" IsBound="true"> |
| 18826 | + <Parameter Name="bindingParameter" Type="Collection(graph.timeCard)" /> |
| 18827 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 18828 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 18829 | + <ReturnType Type="graph.timeCard" /> |
| 18830 | + </Action> |
| 18831 | + <Action Name="clockOut" IsBound="true"> |
| 18832 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 18833 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 18834 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 18835 | + <ReturnType Type="graph.timeCard" /> |
| 18836 | + </Action> |
18755 | 18837 | <Action Name="clone" IsBound="true"> |
18756 | 18838 | <Parameter Name="bindingParameter" Type="graph.team" /> |
18757 | 18839 | <Parameter Name="displayName" Type="Edm.String" Unicode="false" /> |
|
18822 | 18904 | <Parameter Name="size" Type="graph.Json" /> |
18823 | 18905 | <ReturnType Type="graph.workbookFunctionResult" /> |
18824 | 18906 | </Action> |
| 18907 | + <Action Name="confirm" IsBound="true"> |
| 18908 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 18909 | + <ReturnType Type="graph.timeCard" /> |
| 18910 | + </Action> |
18825 | 18911 | <Action Name="confirmCompromised" IsBound="true"> |
18826 | 18912 | <Parameter Name="bindingParameter" Type="Collection(graph.riskyServicePrincipal)" /> |
18827 | 18913 | <Parameter Name="servicePrincipalIds" Type="Collection(Edm.String)" Unicode="false" /> |
|
19419 | 19505 | <Action Name="enableSmsSignIn" IsBound="true"> |
19420 | 19506 | <Parameter Name="bindingParameter" Type="graph.phoneAuthenticationMethod" /> |
19421 | 19507 | </Action> |
| 19508 | + <Action Name="endBreak" IsBound="true"> |
| 19509 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 19510 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 19511 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 19512 | + <ReturnType Type="graph.timeCard" /> |
| 19513 | + </Action> |
19422 | 19514 | <Action Name="endGracePeriod" IsBound="true"> |
19423 | 19515 | <Parameter Name="bindingParameter" Type="graph.cloudPC" /> |
19424 | 19516 | </Action> |
|
21883 | 21975 | <Action Name="start" IsBound="true"> |
21884 | 21976 | <Parameter Name="bindingParameter" Type="graph.synchronizationJob" /> |
21885 | 21977 | </Action> |
| 21978 | + <Action Name="startBreak" IsBound="true"> |
| 21979 | + <Parameter Name="bindingParameter" Type="graph.timeCard" /> |
| 21980 | + <Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /> |
| 21981 | + <Parameter Name="notes" Type="graph.itemBody" /> |
| 21982 | + <ReturnType Type="graph.timeCard" /> |
| 21983 | + </Action> |
21886 | 21984 | <Action Name="startHoldMusic" IsBound="true"> |
21887 | 21985 | <Parameter Name="bindingParameter" Type="graph.participant" /> |
21888 | 21986 | <Parameter Name="customPrompt" Type="graph.prompt" /> |
|
0 commit comments