@microsoft/msgraph-sdk 1.0.0-preview.39 → 1.0.0-preview.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/models/index.d.ts CHANGED
@@ -2435,6 +2435,7 @@ export interface AllDevicesAssignmentTarget extends DeviceAndAppManagementAssign
2435
2435
  */
2436
2436
  export interface AllLicensedUsersAssignmentTarget extends DeviceAndAppManagementAssignmentTarget, Parsable {
2437
2437
  }
2438
+ export type AllowedLobbyAdmitterRoles = (typeof AllowedLobbyAdmitterRolesObject)[keyof typeof AllowedLobbyAdmitterRolesObject];
2438
2439
  export type AllowedTargetScope = (typeof AllowedTargetScopeObject)[keyof typeof AllowedTargetScopeObject];
2439
2440
  export interface AllowedValue extends Entity, Parsable {
2440
2441
  /**
@@ -3607,7 +3608,7 @@ export interface Application extends DirectoryObject, Parsable {
3607
3608
  */
3608
3609
  optionalClaims?: OptionalClaims | null;
3609
3610
  /**
3610
- * Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
3611
+ * Directory objects that are owners of this application. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
3611
3612
  */
3612
3613
  owners?: DirectoryObject[] | null;
3613
3614
  /**
@@ -8481,6 +8482,10 @@ export interface CertificationControl extends AdditionalDataHolder, BackedModel,
8481
8482
  url?: string | null;
8482
8483
  }
8483
8484
  export interface ChangeTrackedEntity extends Entity, Parsable {
8485
+ /**
8486
+ * Identity of the creator of the entity.
8487
+ */
8488
+ createdBy?: IdentitySet | null;
8484
8489
  /**
8485
8490
  * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
8486
8491
  */
@@ -11251,6 +11256,7 @@ export interface ConfigurationManagerCollectionAssignmentTarget extends DeviceAn
11251
11256
  */
11252
11257
  collectionId?: string | null;
11253
11258
  }
11259
+ export type ConfirmedBy = (typeof ConfirmedByObject)[keyof typeof ConfirmedByObject];
11254
11260
  export interface ConnectedOrganization extends Entity, Parsable {
11255
11261
  /**
11256
11262
  * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
@@ -15367,6 +15373,18 @@ export declare function createDateTimeTimeZoneFromDiscriminatorValue(parseNode:
15367
15373
  * @returns {DaylightTimeZoneOffset}
15368
15374
  */
15369
15375
  export declare function createDaylightTimeZoneOffsetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15376
+ /**
15377
+ * Creates a new instance of the appropriate class based on discriminator value
15378
+ * @param parseNode The parse node to use to read the discriminator value and create the object
15379
+ * @returns {DayNoteCollectionResponse}
15380
+ */
15381
+ export declare function createDayNoteCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15382
+ /**
15383
+ * Creates a new instance of the appropriate class based on discriminator value
15384
+ * @param parseNode The parse node to use to read the discriminator value and create the object
15385
+ * @returns {DayNote}
15386
+ */
15387
+ export declare function createDayNoteFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15370
15388
  /**
15371
15389
  * Creates a new instance of the appropriate class based on discriminator value
15372
15390
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -23431,6 +23449,42 @@ export declare function createThumbnailSetFromDiscriminatorValue(parseNode: Pars
23431
23449
  * @returns {TicketInfo}
23432
23450
  */
23433
23451
  export declare function createTicketInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23452
+ /**
23453
+ * Creates a new instance of the appropriate class based on discriminator value
23454
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23455
+ * @returns {TimeCardBreak}
23456
+ */
23457
+ export declare function createTimeCardBreakFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23458
+ /**
23459
+ * Creates a new instance of the appropriate class based on discriminator value
23460
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23461
+ * @returns {TimeCardCollectionResponse}
23462
+ */
23463
+ export declare function createTimeCardCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23464
+ /**
23465
+ * Creates a new instance of the appropriate class based on discriminator value
23466
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23467
+ * @returns {TimeCardEntry}
23468
+ */
23469
+ export declare function createTimeCardEntryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23470
+ /**
23471
+ * Creates a new instance of the appropriate class based on discriminator value
23472
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23473
+ * @returns {TimeCardEvent}
23474
+ */
23475
+ export declare function createTimeCardEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23476
+ /**
23477
+ * Creates a new instance of the appropriate class based on discriminator value
23478
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23479
+ * @returns {TimeCard}
23480
+ */
23481
+ export declare function createTimeCardFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23482
+ /**
23483
+ * Creates a new instance of the appropriate class based on discriminator value
23484
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23485
+ * @returns {TimeClockSettings}
23486
+ */
23487
+ export declare function createTimeClockSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23434
23488
  /**
23435
23489
  * Creates a new instance of the appropriate class based on discriminator value
23436
23490
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -26410,6 +26464,26 @@ export interface DaylightTimeZoneOffset extends Parsable, StandardTimeZoneOffset
26410
26464
  */
26411
26465
  daylightBias?: number | null;
26412
26466
  }
26467
+ export interface DayNote extends ChangeTrackedEntity, Parsable {
26468
+ /**
26469
+ * The date of the day note.
26470
+ */
26471
+ dayNoteDate?: DateOnly | null;
26472
+ /**
26473
+ * The draft version of this day note that is viewable by managers. Only contentType text is supported.
26474
+ */
26475
+ draftDayNote?: ItemBody | null;
26476
+ /**
26477
+ * The shared version of this day note that is viewable by both employees and managers. Only contentType text is supported.
26478
+ */
26479
+ sharedDayNote?: ItemBody | null;
26480
+ }
26481
+ export interface DayNoteCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
26482
+ /**
26483
+ * The value property
26484
+ */
26485
+ value?: DayNote[] | null;
26486
+ }
26413
26487
  export type DayOfWeek = (typeof DayOfWeekObject)[keyof typeof DayOfWeekObject];
26414
26488
  export interface DefaultColumnValue extends AdditionalDataHolder, BackedModel, Parsable {
26415
26489
  /**
@@ -29713,6 +29787,16 @@ export declare function deserializeIntoDateTimeTimeZone(dateTimeTimeZone?: Parti
29713
29787
  * @returns {Record<string, (node: ParseNode) => void>}
29714
29788
  */
29715
29789
  export declare function deserializeIntoDaylightTimeZoneOffset(daylightTimeZoneOffset?: Partial<DaylightTimeZoneOffset> | undefined): Record<string, (node: ParseNode) => void>;
29790
+ /**
29791
+ * The deserialization information for the current model
29792
+ * @returns {Record<string, (node: ParseNode) => void>}
29793
+ */
29794
+ export declare function deserializeIntoDayNote(dayNote?: Partial<DayNote> | undefined): Record<string, (node: ParseNode) => void>;
29795
+ /**
29796
+ * The deserialization information for the current model
29797
+ * @returns {Record<string, (node: ParseNode) => void>}
29798
+ */
29799
+ export declare function deserializeIntoDayNoteCollectionResponse(dayNoteCollectionResponse?: Partial<DayNoteCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
29716
29800
  /**
29717
29801
  * The deserialization information for the current model
29718
29802
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -36433,6 +36517,36 @@ export declare function deserializeIntoThumbnailSetCollectionResponse(thumbnailS
36433
36517
  * @returns {Record<string, (node: ParseNode) => void>}
36434
36518
  */
36435
36519
  export declare function deserializeIntoTicketInfo(ticketInfo?: Partial<TicketInfo> | undefined): Record<string, (node: ParseNode) => void>;
36520
+ /**
36521
+ * The deserialization information for the current model
36522
+ * @returns {Record<string, (node: ParseNode) => void>}
36523
+ */
36524
+ export declare function deserializeIntoTimeCard(timeCard?: Partial<TimeCard> | undefined): Record<string, (node: ParseNode) => void>;
36525
+ /**
36526
+ * The deserialization information for the current model
36527
+ * @returns {Record<string, (node: ParseNode) => void>}
36528
+ */
36529
+ export declare function deserializeIntoTimeCardBreak(timeCardBreak?: Partial<TimeCardBreak> | undefined): Record<string, (node: ParseNode) => void>;
36530
+ /**
36531
+ * The deserialization information for the current model
36532
+ * @returns {Record<string, (node: ParseNode) => void>}
36533
+ */
36534
+ export declare function deserializeIntoTimeCardCollectionResponse(timeCardCollectionResponse?: Partial<TimeCardCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
36535
+ /**
36536
+ * The deserialization information for the current model
36537
+ * @returns {Record<string, (node: ParseNode) => void>}
36538
+ */
36539
+ export declare function deserializeIntoTimeCardEntry(timeCardEntry?: Partial<TimeCardEntry> | undefined): Record<string, (node: ParseNode) => void>;
36540
+ /**
36541
+ * The deserialization information for the current model
36542
+ * @returns {Record<string, (node: ParseNode) => void>}
36543
+ */
36544
+ export declare function deserializeIntoTimeCardEvent(timeCardEvent?: Partial<TimeCardEvent> | undefined): Record<string, (node: ParseNode) => void>;
36545
+ /**
36546
+ * The deserialization information for the current model
36547
+ * @returns {Record<string, (node: ParseNode) => void>}
36548
+ */
36549
+ export declare function deserializeIntoTimeClockSettings(timeClockSettings?: Partial<TimeClockSettings> | undefined): Record<string, (node: ParseNode) => void>;
36436
36550
  /**
36437
36551
  * The deserialization information for the current model
36438
36552
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -51174,6 +51288,7 @@ export interface MeetingInfo extends AdditionalDataHolder, BackedModel, Parsable
51174
51288
  */
51175
51289
  odataType?: string | null;
51176
51290
  }
51291
+ export type MeetingLiveShareOptions = (typeof MeetingLiveShareOptionsObject)[keyof typeof MeetingLiveShareOptionsObject];
51177
51292
  export type MeetingMessageType = (typeof MeetingMessageTypeObject)[keyof typeof MeetingMessageTypeObject];
51178
51293
  export interface MeetingParticipantInfo extends AdditionalDataHolder, BackedModel, Parsable {
51179
51294
  /**
@@ -53655,10 +53770,22 @@ export interface OnlineMeetingBase extends Entity, Parsable {
53655
53770
  * Indicates whether attendees can turn on their microphone.
53656
53771
  */
53657
53772
  allowAttendeeToEnableMic?: boolean | null;
53773
+ /**
53774
+ * Indicates whether breakout rooms are enabled for the meeting.
53775
+ */
53776
+ allowBreakoutRooms?: boolean | null;
53777
+ /**
53778
+ * Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.
53779
+ */
53780
+ allowedLobbyAdmitters?: AllowedLobbyAdmitterRoles | null;
53658
53781
  /**
53659
53782
  * Specifies who can be a presenter in a meeting.
53660
53783
  */
53661
53784
  allowedPresenters?: OnlineMeetingPresenters | null;
53785
+ /**
53786
+ * Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue.
53787
+ */
53788
+ allowLiveShare?: MeetingLiveShareOptions | null;
53662
53789
  /**
53663
53790
  * Specifies the mode of the meeting chat.
53664
53791
  */
@@ -53667,6 +53794,10 @@ export interface OnlineMeetingBase extends Entity, Parsable {
53667
53794
  * Specifies if participants are allowed to rename themselves in an instance of the meeting.
53668
53795
  */
53669
53796
  allowParticipantsToChangeName?: boolean | null;
53797
+ /**
53798
+ * Indicates whether PowerPoint live is enabled for the meeting.
53799
+ */
53800
+ allowPowerPointSharing?: boolean | null;
53670
53801
  /**
53671
53802
  * Indicates whether recording is enabled for the meeting.
53672
53803
  */
@@ -53679,6 +53810,10 @@ export interface OnlineMeetingBase extends Entity, Parsable {
53679
53810
  * Indicates whether transcription is enabled for the meeting.
53680
53811
  */
53681
53812
  allowTranscription?: boolean | null;
53813
+ /**
53814
+ * Indicates whether whiteboard is enabled for the meeting.
53815
+ */
53816
+ allowWhiteboard?: boolean | null;
53682
53817
  /**
53683
53818
  * The attendance reports of an online meeting. Read-only.
53684
53819
  */
@@ -60829,10 +60964,18 @@ export interface SamlSingleSignOnSettings extends AdditionalDataHolder, BackedMo
60829
60964
  relayState?: string | null;
60830
60965
  }
60831
60966
  export interface Schedule extends Entity, Parsable {
60967
+ /**
60968
+ * The day notes in the schedule.
60969
+ */
60970
+ dayNotes?: DayNote[] | null;
60832
60971
  /**
60833
60972
  * Indicates whether the schedule is enabled for the team. Required.
60834
60973
  */
60835
60974
  enabled?: boolean | null;
60975
+ /**
60976
+ * Indicates whether copied shifts include activities from the original shift.
60977
+ */
60978
+ isActivitiesIncludedWhenCopyingShiftsEnabled?: boolean | null;
60836
60979
  /**
60837
60980
  * The offer requests for shifts in the schedule.
60838
60981
  */
@@ -60869,6 +61012,10 @@ export interface Schedule extends Entity, Parsable {
60869
61012
  * The shifts in the schedule.
60870
61013
  */
60871
61014
  shifts?: Shift[] | null;
61015
+ /**
61016
+ * Indicates the start day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday.
61017
+ */
61018
+ startDayOfWeek?: DayOfWeek | null;
60872
61019
  /**
60873
61020
  * The swap requests for shifts in the schedule.
60874
61021
  */
@@ -60877,10 +61024,18 @@ export interface Schedule extends Entity, Parsable {
60877
61024
  * Indicates whether swap shifts requests are enabled for the schedule.
60878
61025
  */
60879
61026
  swapShiftsRequestsEnabled?: boolean | null;
61027
+ /**
61028
+ * The time cards in the schedule.
61029
+ */
61030
+ timeCards?: TimeCard[] | null;
60880
61031
  /**
60881
61032
  * Indicates whether time clock is enabled for the schedule.
60882
61033
  */
60883
61034
  timeClockEnabled?: boolean | null;
61035
+ /**
61036
+ * The time clock location settings for this schedule.
61037
+ */
61038
+ timeClockSettings?: TimeClockSettings | null;
60884
61039
  /**
60885
61040
  * The set of reasons for a time off in the schedule.
60886
61041
  */
@@ -61043,6 +61198,10 @@ export interface ScheduleItem extends AdditionalDataHolder, BackedModel, Parsabl
61043
61198
  }
61044
61199
  export type ScheduleRequestActions = (typeof ScheduleRequestActionsObject)[keyof typeof ScheduleRequestActionsObject];
61045
61200
  export interface SchedulingGroup extends ChangeTrackedEntity, Parsable {
61201
+ /**
61202
+ * The code for the schedulingGroup to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters.
61203
+ */
61204
+ code?: string | null;
61046
61205
  /**
61047
61206
  * The display name for the schedulingGroup. Required.
61048
61207
  */
@@ -64721,6 +64880,16 @@ export declare function serializeDateTimeTimeZone(writer: SerializationWriter, d
64721
64880
  * @param writer Serialization writer to use to serialize this model
64722
64881
  */
64723
64882
  export declare function serializeDaylightTimeZoneOffset(writer: SerializationWriter, daylightTimeZoneOffset?: Partial<DaylightTimeZoneOffset> | undefined | null): void;
64883
+ /**
64884
+ * Serializes information the current object
64885
+ * @param writer Serialization writer to use to serialize this model
64886
+ */
64887
+ export declare function serializeDayNote(writer: SerializationWriter, dayNote?: Partial<DayNote> | undefined | null): void;
64888
+ /**
64889
+ * Serializes information the current object
64890
+ * @param writer Serialization writer to use to serialize this model
64891
+ */
64892
+ export declare function serializeDayNoteCollectionResponse(writer: SerializationWriter, dayNoteCollectionResponse?: Partial<DayNoteCollectionResponse> | undefined | null): void;
64724
64893
  /**
64725
64894
  * Serializes information the current object
64726
64895
  * @param writer Serialization writer to use to serialize this model
@@ -71441,6 +71610,36 @@ export declare function serializeThumbnailSetCollectionResponse(writer: Serializ
71441
71610
  * @param writer Serialization writer to use to serialize this model
71442
71611
  */
71443
71612
  export declare function serializeTicketInfo(writer: SerializationWriter, ticketInfo?: Partial<TicketInfo> | undefined | null): void;
71613
+ /**
71614
+ * Serializes information the current object
71615
+ * @param writer Serialization writer to use to serialize this model
71616
+ */
71617
+ export declare function serializeTimeCard(writer: SerializationWriter, timeCard?: Partial<TimeCard> | undefined | null): void;
71618
+ /**
71619
+ * Serializes information the current object
71620
+ * @param writer Serialization writer to use to serialize this model
71621
+ */
71622
+ export declare function serializeTimeCardBreak(writer: SerializationWriter, timeCardBreak?: Partial<TimeCardBreak> | undefined | null): void;
71623
+ /**
71624
+ * Serializes information the current object
71625
+ * @param writer Serialization writer to use to serialize this model
71626
+ */
71627
+ export declare function serializeTimeCardCollectionResponse(writer: SerializationWriter, timeCardCollectionResponse?: Partial<TimeCardCollectionResponse> | undefined | null): void;
71628
+ /**
71629
+ * Serializes information the current object
71630
+ * @param writer Serialization writer to use to serialize this model
71631
+ */
71632
+ export declare function serializeTimeCardEntry(writer: SerializationWriter, timeCardEntry?: Partial<TimeCardEntry> | undefined | null): void;
71633
+ /**
71634
+ * Serializes information the current object
71635
+ * @param writer Serialization writer to use to serialize this model
71636
+ */
71637
+ export declare function serializeTimeCardEvent(writer: SerializationWriter, timeCardEvent?: Partial<TimeCardEvent> | undefined | null): void;
71638
+ /**
71639
+ * Serializes information the current object
71640
+ * @param writer Serialization writer to use to serialize this model
71641
+ */
71642
+ export declare function serializeTimeClockSettings(writer: SerializationWriter, timeClockSettings?: Partial<TimeClockSettings> | undefined | null): void;
71444
71643
  /**
71445
71644
  * Serializes information the current object
71446
71645
  * @param writer Serialization writer to use to serialize this model
@@ -73740,7 +73939,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
73740
73939
  */
73741
73940
  ownedObjects?: DirectoryObject[] | null;
73742
73941
  /**
73743
- * Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
73942
+ * Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
73744
73943
  */
73745
73944
  owners?: DirectoryObject[] | null;
73746
73945
  /**
@@ -78845,6 +79044,147 @@ export interface TicketInfo extends AdditionalDataHolder, BackedModel, Parsable
78845
79044
  */
78846
79045
  ticketSystem?: string | null;
78847
79046
  }
79047
+ export interface TimeCard extends ChangeTrackedEntity, Parsable {
79048
+ /**
79049
+ * The list of breaks associated with the timeCard.
79050
+ */
79051
+ breaks?: TimeCardBreak[] | null;
79052
+ /**
79053
+ * The clock-in event of the timeCard.
79054
+ */
79055
+ clockInEvent?: TimeCardEvent | null;
79056
+ /**
79057
+ * The clock-out event of the timeCard.
79058
+ */
79059
+ clockOutEvent?: TimeCardEvent | null;
79060
+ /**
79061
+ * Indicates whether this timeCard entry is confirmed. Possible values are: none, user, manager, unknownFutureValue.
79062
+ */
79063
+ confirmedBy?: ConfirmedBy[] | null;
79064
+ /**
79065
+ * Notes about the timeCard.
79066
+ */
79067
+ notes?: ItemBody | null;
79068
+ /**
79069
+ * The original timeCardEntry of the timeCard before it was edited.
79070
+ */
79071
+ originalEntry?: TimeCardEntry | null;
79072
+ /**
79073
+ * The current state of the timeCard during its life cycle. The possible values are: clockedIn, onBreak, clockedOut, unknownFutureValue.
79074
+ */
79075
+ state?: TimeCardState | null;
79076
+ /**
79077
+ * User ID to which the timeCard belongs.
79078
+ */
79079
+ userId?: string | null;
79080
+ }
79081
+ export interface TimeCardBreak extends AdditionalDataHolder, BackedModel, Parsable {
79082
+ /**
79083
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
79084
+ */
79085
+ additionalData?: Record<string, unknown>;
79086
+ /**
79087
+ * Stores model information.
79088
+ */
79089
+ backingStoreEnabled?: boolean | null;
79090
+ /**
79091
+ * ID of the timeCardBreak.
79092
+ */
79093
+ breakId?: string | null;
79094
+ /**
79095
+ * The start event of the timeCardBreak.
79096
+ */
79097
+ end?: TimeCardEvent | null;
79098
+ /**
79099
+ * Notes about the timeCardBreak.
79100
+ */
79101
+ notes?: ItemBody | null;
79102
+ /**
79103
+ * The OdataType property
79104
+ */
79105
+ odataType?: string | null;
79106
+ /**
79107
+ * The start property
79108
+ */
79109
+ start?: TimeCardEvent | null;
79110
+ }
79111
+ export interface TimeCardCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
79112
+ /**
79113
+ * The value property
79114
+ */
79115
+ value?: TimeCard[] | null;
79116
+ }
79117
+ export interface TimeCardEntry extends AdditionalDataHolder, BackedModel, Parsable {
79118
+ /**
79119
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
79120
+ */
79121
+ additionalData?: Record<string, unknown>;
79122
+ /**
79123
+ * Stores model information.
79124
+ */
79125
+ backingStoreEnabled?: boolean | null;
79126
+ /**
79127
+ * The clock-in event of the timeCard.
79128
+ */
79129
+ breaks?: TimeCardBreak[] | null;
79130
+ /**
79131
+ * The clock-out event of the timeCard.
79132
+ */
79133
+ clockInEvent?: TimeCardEvent | null;
79134
+ /**
79135
+ * The list of breaks associated with the timeCard.
79136
+ */
79137
+ clockOutEvent?: TimeCardEvent | null;
79138
+ /**
79139
+ * The OdataType property
79140
+ */
79141
+ odataType?: string | null;
79142
+ }
79143
+ export interface TimeCardEvent extends AdditionalDataHolder, BackedModel, Parsable {
79144
+ /**
79145
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
79146
+ */
79147
+ additionalData?: Record<string, unknown>;
79148
+ /**
79149
+ * Stores model information.
79150
+ */
79151
+ backingStoreEnabled?: boolean | null;
79152
+ /**
79153
+ * The time the entry is recorded.
79154
+ */
79155
+ dateTime?: Date | null;
79156
+ /**
79157
+ * Indicates whether this action happens at an approved location.
79158
+ */
79159
+ isAtApprovedLocation?: boolean | null;
79160
+ /**
79161
+ * Notes about the timeCardEvent.
79162
+ */
79163
+ notes?: ItemBody | null;
79164
+ /**
79165
+ * The OdataType property
79166
+ */
79167
+ odataType?: string | null;
79168
+ }
79169
+ export type TimeCardState = (typeof TimeCardStateObject)[keyof typeof TimeCardStateObject];
79170
+ export interface TimeClockSettings extends AdditionalDataHolder, BackedModel, Parsable {
79171
+ /**
79172
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
79173
+ */
79174
+ additionalData?: Record<string, unknown>;
79175
+ /**
79176
+ * The approved location of the timeClock.
79177
+ */
79178
+ approvedLocation?: GeoCoordinates | null;
79179
+ /**
79180
+ * Stores model information.
79181
+ */
79182
+ backingStoreEnabled?: boolean | null;
79183
+ /**
79184
+ * The OdataType property
79185
+ */
79186
+ odataType?: string | null;
79187
+ }
78848
79188
  export interface TimeConstraint extends AdditionalDataHolder, BackedModel, Parsable {
78849
79189
  /**
78850
79190
  * The nature of the activity, optional. The possible values are: work, personal, unrestricted, or unknown.
@@ -78898,6 +79238,10 @@ export interface TimeOffItem extends Parsable, ScheduleEntity {
78898
79238
  timeOffReasonId?: string | null;
78899
79239
  }
78900
79240
  export interface TimeOffReason extends ChangeTrackedEntity, Parsable {
79241
+ /**
79242
+ * The code of the timeOffReason to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters.
79243
+ */
79244
+ code?: string | null;
78901
79245
  /**
78902
79246
  * The name of the timeOffReason. Required.
78903
79247
  */
@@ -88496,47 +88840,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
88496
88840
  */
88497
88841
  additionalData?: Record<string, unknown>;
88498
88842
  /**
88499
- * Represents the worksheet protection option of allowing using auto filter feature.
88843
+ * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
88500
88844
  */
88501
88845
  allowAutoFilter?: boolean | null;
88502
88846
  /**
88503
- * Represents the worksheet protection option of allowing deleting columns.
88847
+ * Indicates whether the worksheet protection option to allow deleting columns is enabled.
88504
88848
  */
88505
88849
  allowDeleteColumns?: boolean | null;
88506
88850
  /**
88507
- * Represents the worksheet protection option of allowing deleting rows.
88851
+ * Indicates whether the worksheet protection option to allow deleting rows is enabled.
88508
88852
  */
88509
88853
  allowDeleteRows?: boolean | null;
88510
88854
  /**
88511
- * Represents the worksheet protection option of allowing formatting cells.
88855
+ * Indicates whether the worksheet protection option to allow formatting cells is enabled.
88512
88856
  */
88513
88857
  allowFormatCells?: boolean | null;
88514
88858
  /**
88515
- * Represents the worksheet protection option of allowing formatting columns.
88859
+ * Indicates whether the worksheet protection option to allow formatting columns is enabled.
88516
88860
  */
88517
88861
  allowFormatColumns?: boolean | null;
88518
88862
  /**
88519
- * Represents the worksheet protection option of allowing formatting rows.
88863
+ * Indicates whether the worksheet protection option to allow formatting rows is enabled.
88520
88864
  */
88521
88865
  allowFormatRows?: boolean | null;
88522
88866
  /**
88523
- * Represents the worksheet protection option of allowing inserting columns.
88867
+ * Indicates whether the worksheet protection option to allow inserting columns is enabled.
88524
88868
  */
88525
88869
  allowInsertColumns?: boolean | null;
88526
88870
  /**
88527
- * Represents the worksheet protection option of allowing inserting hyperlinks.
88871
+ * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
88528
88872
  */
88529
88873
  allowInsertHyperlinks?: boolean | null;
88530
88874
  /**
88531
- * Represents the worksheet protection option of allowing inserting rows.
88875
+ * Indicates whether the worksheet protection option to allow inserting rows is enabled.
88532
88876
  */
88533
88877
  allowInsertRows?: boolean | null;
88534
88878
  /**
88535
- * Represents the worksheet protection option of allowing using pivot table feature.
88879
+ * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
88536
88880
  */
88537
88881
  allowPivotTables?: boolean | null;
88538
88882
  /**
88539
- * Represents the worksheet protection option of allowing using sort feature.
88883
+ * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
88540
88884
  */
88541
88885
  allowSort?: boolean | null;
88542
88886
  /**
@@ -88946,6 +89290,11 @@ export declare const AlertStatusObject: {
88946
89290
  readonly Dismissed: "dismissed";
88947
89291
  readonly UnknownFutureValue: "unknownFutureValue";
88948
89292
  };
89293
+ export declare const AllowedLobbyAdmitterRolesObject: {
89294
+ readonly OrganizerAndCoOrganizersAndPresenters: "organizerAndCoOrganizersAndPresenters";
89295
+ readonly OrganizerAndCoOrganizers: "organizerAndCoOrganizers";
89296
+ readonly UnknownFutureValue: "unknownFutureValue";
89297
+ };
88949
89298
  export declare const AllowedTargetScopeObject: {
88950
89299
  readonly NotSpecified: "notSpecified";
88951
89300
  readonly SpecificDirectoryUsers: "specificDirectoryUsers";
@@ -90049,6 +90398,12 @@ export declare const ConditionalAccessTransferMethodsObject: {
90049
90398
  readonly AuthenticationTransfer: "authenticationTransfer";
90050
90399
  readonly UnknownFutureValue: "unknownFutureValue";
90051
90400
  };
90401
+ export declare const ConfirmedByObject: {
90402
+ readonly None: "none";
90403
+ readonly User: "user";
90404
+ readonly Manager: "manager";
90405
+ readonly UnknownFutureValue: "unknownFutureValue";
90406
+ };
90052
90407
  export declare const ConnectedOrganizationStateObject: {
90053
90408
  readonly Configured: "configured";
90054
90409
  readonly Proposed: "proposed";
@@ -91434,6 +91789,11 @@ export declare const MeetingChatModeObject: {
91434
91789
  readonly Limited: "limited";
91435
91790
  readonly UnknownFutureValue: "unknownFutureValue";
91436
91791
  };
91792
+ export declare const MeetingLiveShareOptionsObject: {
91793
+ readonly Enabled: "enabled";
91794
+ readonly Disabled: "disabled";
91795
+ readonly UnknownFutureValue: "unknownFutureValue";
91796
+ };
91437
91797
  export declare const MeetingMessageTypeObject: {
91438
91798
  readonly None: "none";
91439
91799
  readonly MeetingRequest: "meetingRequest";
@@ -94271,6 +94631,12 @@ export declare const ThreatExpectedAssessmentObject: {
94271
94631
  readonly Block: "block";
94272
94632
  readonly Unblock: "unblock";
94273
94633
  };
94634
+ export declare const TimeCardStateObject: {
94635
+ readonly ClockedIn: "clockedIn";
94636
+ readonly OnBreak: "onBreak";
94637
+ readonly ClockedOut: "clockedOut";
94638
+ readonly UnknownFutureValue: "unknownFutureValue";
94639
+ };
94274
94640
  export declare const TimeOffReasonIconTypeObject: {
94275
94641
  readonly None: "none";
94276
94642
  readonly Car: "car";
@@ -95346,6 +95712,7 @@ export declare const WorkforceIntegrationSupportedEntitiesObject: {
95346
95712
  readonly OpenShiftRequest: "openShiftRequest";
95347
95713
  readonly OfferShiftRequest: "offerShiftRequest";
95348
95714
  readonly UnknownFutureValue: "unknownFutureValue";
95715
+ readonly TimeCard: "timeCard";
95349
95716
  readonly TimeOffReason: "timeOffReason";
95350
95717
  readonly TimeOff: "timeOff";
95351
95718
  readonly TimeOffRequest: "timeOffRequest";