@microsoft/msgraph-sdk 1.0.0-preview.12 → 1.0.0-preview.13

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
@@ -1,5 +1,6 @@
1
1
  import { type CallRecord } from './callRecords/';
2
2
  import { type LifecycleWorkflowsContainer, type Workflow } from './identityGovernance/';
3
+ import { type Billing } from './partners/billing/';
3
4
  import { BehaviorDuringRetentionPeriod, type CasesRoot, type Incident, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/';
4
5
  import { type Set, type Store, type Term } from './termStore/';
5
6
  import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly } from '@microsoft/kiota-abstractions';
@@ -4611,6 +4612,28 @@ export interface AttendeeBase extends Parsable, Recipient {
4611
4612
  */
4612
4613
  type?: AttendeeType;
4613
4614
  }
4615
+ export interface AttendeeNotificationInfo extends AdditionalDataHolder, BackedModel, Parsable {
4616
+ /**
4617
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
4618
+ */
4619
+ additionalData?: Record<string, unknown>;
4620
+ /**
4621
+ * Stores model information.
4622
+ */
4623
+ backingStoreEnabled?: boolean;
4624
+ /**
4625
+ * The OdataType property
4626
+ */
4627
+ odataType?: string;
4628
+ /**
4629
+ * The phoneNumber property
4630
+ */
4631
+ phoneNumber?: string;
4632
+ /**
4633
+ * The timeZone property
4634
+ */
4635
+ timeZone?: string;
4636
+ }
4614
4637
  export type AttendeeType = (typeof AttendeeTypeObject)[keyof typeof AttendeeTypeObject];
4615
4638
  export type AttestationLevel = (typeof AttestationLevelObject)[keyof typeof AttestationLevelObject];
4616
4639
  export interface AttributeDefinition extends AdditionalDataHolder, BackedModel, Parsable {
@@ -11367,6 +11390,12 @@ export declare function createAttendeeBaseFromDiscriminatorValue(parseNode: Pars
11367
11390
  * @returns a attendee
11368
11391
  */
11369
11392
  export declare function createAttendeeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11393
+ /**
11394
+ * Creates a new instance of the appropriate class based on discriminator value
11395
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11396
+ * @returns a attendeeNotificationInfo
11397
+ */
11398
+ export declare function createAttendeeNotificationInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11370
11399
  /**
11371
11400
  * Creates a new instance of the appropriate class based on discriminator value
11372
11401
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14085,6 +14114,12 @@ export declare function createEducationCategoryCollectionResponseFromDiscriminat
14085
14114
  * @returns a educationCategory
14086
14115
  */
14087
14116
  export declare function createEducationCategoryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14117
+ /**
14118
+ * Creates a new instance of the appropriate class based on discriminator value
14119
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14120
+ * @returns a educationChannelResource
14121
+ */
14122
+ export declare function createEducationChannelResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14088
14123
  /**
14089
14124
  * Creates a new instance of the appropriate class based on discriminator value
14090
14125
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14157,6 +14192,12 @@ export declare function createEducationGradingCategoryFromDiscriminatorValue(par
14157
14192
  * @returns a educationItemBody
14158
14193
  */
14159
14194
  export declare function createEducationItemBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14195
+ /**
14196
+ * Creates a new instance of the appropriate class based on discriminator value
14197
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14198
+ * @returns a educationLinkedAssignmentResource
14199
+ */
14200
+ export declare function createEducationLinkedAssignmentResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14160
14201
  /**
14161
14202
  * Creates a new instance of the appropriate class based on discriminator value
14162
14203
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14169,6 +14210,30 @@ export declare function createEducationLinkResourceFromDiscriminatorValue(parseN
14169
14210
  * @returns a educationMediaResource
14170
14211
  */
14171
14212
  export declare function createEducationMediaResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14213
+ /**
14214
+ * Creates a new instance of the appropriate class based on discriminator value
14215
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14216
+ * @returns a educationModuleCollectionResponse
14217
+ */
14218
+ export declare function createEducationModuleCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14219
+ /**
14220
+ * Creates a new instance of the appropriate class based on discriminator value
14221
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14222
+ * @returns a educationModule
14223
+ */
14224
+ export declare function createEducationModuleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14225
+ /**
14226
+ * Creates a new instance of the appropriate class based on discriminator value
14227
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14228
+ * @returns a educationModuleResourceCollectionResponse
14229
+ */
14230
+ export declare function createEducationModuleResourceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14231
+ /**
14232
+ * Creates a new instance of the appropriate class based on discriminator value
14233
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14234
+ * @returns a educationModuleResource
14235
+ */
14236
+ export declare function createEducationModuleResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14172
14237
  /**
14173
14238
  * Creates a new instance of the appropriate class based on discriminator value
14174
14239
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -17247,6 +17312,12 @@ export declare function createParticipantJoiningNotificationFromDiscriminatorVal
17247
17312
  * @returns a participantLeftNotification
17248
17313
  */
17249
17314
  export declare function createParticipantLeftNotificationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17315
+ /**
17316
+ * Creates a new instance of the appropriate class based on discriminator value
17317
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17318
+ * @returns a partners
17319
+ */
17320
+ export declare function createPartnersFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17250
17321
  /**
17251
17322
  * Creates a new instance of the appropriate class based on discriminator value
17252
17323
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -24503,6 +24574,11 @@ export declare function deserializeIntoAttendeeAvailability(attendeeAvailability
24503
24574
  * @returns a Record<string, (node: ParseNode) => void>
24504
24575
  */
24505
24576
  export declare function deserializeIntoAttendeeBase(attendeeBase?: Partial<AttendeeBase> | undefined): Record<string, (node: ParseNode) => void>;
24577
+ /**
24578
+ * The deserialization information for the current model
24579
+ * @returns a Record<string, (node: ParseNode) => void>
24580
+ */
24581
+ export declare function deserializeIntoAttendeeNotificationInfo(attendeeNotificationInfo?: Partial<AttendeeNotificationInfo> | undefined): Record<string, (node: ParseNode) => void>;
24506
24582
  /**
24507
24583
  * The deserialization information for the current model
24508
24584
  * @returns a Record<string, (node: ParseNode) => void>
@@ -26768,6 +26844,11 @@ export declare function deserializeIntoEducationCategory(educationCategory?: Par
26768
26844
  * @returns a Record<string, (node: ParseNode) => void>
26769
26845
  */
26770
26846
  export declare function deserializeIntoEducationCategoryCollectionResponse(educationCategoryCollectionResponse?: Partial<EducationCategoryCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
26847
+ /**
26848
+ * The deserialization information for the current model
26849
+ * @returns a Record<string, (node: ParseNode) => void>
26850
+ */
26851
+ export declare function deserializeIntoEducationChannelResource(educationChannelResource?: Partial<EducationChannelResource> | undefined): Record<string, (node: ParseNode) => void>;
26771
26852
  /**
26772
26853
  * The deserialization information for the current model
26773
26854
  * @returns a Record<string, (node: ParseNode) => void>
@@ -26828,6 +26909,11 @@ export declare function deserializeIntoEducationGradingCategoryCollectionRespons
26828
26909
  * @returns a Record<string, (node: ParseNode) => void>
26829
26910
  */
26830
26911
  export declare function deserializeIntoEducationItemBody(educationItemBody?: Partial<EducationItemBody> | undefined): Record<string, (node: ParseNode) => void>;
26912
+ /**
26913
+ * The deserialization information for the current model
26914
+ * @returns a Record<string, (node: ParseNode) => void>
26915
+ */
26916
+ export declare function deserializeIntoEducationLinkedAssignmentResource(educationLinkedAssignmentResource?: Partial<EducationLinkedAssignmentResource> | undefined): Record<string, (node: ParseNode) => void>;
26831
26917
  /**
26832
26918
  * The deserialization information for the current model
26833
26919
  * @returns a Record<string, (node: ParseNode) => void>
@@ -26838,6 +26924,26 @@ export declare function deserializeIntoEducationLinkResource(educationLinkResour
26838
26924
  * @returns a Record<string, (node: ParseNode) => void>
26839
26925
  */
26840
26926
  export declare function deserializeIntoEducationMediaResource(educationMediaResource?: Partial<EducationMediaResource> | undefined): Record<string, (node: ParseNode) => void>;
26927
+ /**
26928
+ * The deserialization information for the current model
26929
+ * @returns a Record<string, (node: ParseNode) => void>
26930
+ */
26931
+ export declare function deserializeIntoEducationModule(educationModule?: Partial<EducationModule> | undefined): Record<string, (node: ParseNode) => void>;
26932
+ /**
26933
+ * The deserialization information for the current model
26934
+ * @returns a Record<string, (node: ParseNode) => void>
26935
+ */
26936
+ export declare function deserializeIntoEducationModuleCollectionResponse(educationModuleCollectionResponse?: Partial<EducationModuleCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
26937
+ /**
26938
+ * The deserialization information for the current model
26939
+ * @returns a Record<string, (node: ParseNode) => void>
26940
+ */
26941
+ export declare function deserializeIntoEducationModuleResource(educationModuleResource?: Partial<EducationModuleResource> | undefined): Record<string, (node: ParseNode) => void>;
26942
+ /**
26943
+ * The deserialization information for the current model
26944
+ * @returns a Record<string, (node: ParseNode) => void>
26945
+ */
26946
+ export declare function deserializeIntoEducationModuleResourceCollectionResponse(educationModuleResourceCollectionResponse?: Partial<EducationModuleResourceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
26841
26947
  /**
26842
26948
  * The deserialization information for the current model
26843
26949
  * @returns a Record<string, (node: ParseNode) => void>
@@ -29403,6 +29509,11 @@ export declare function deserializeIntoParticipantJoiningNotification(participan
29403
29509
  * @returns a Record<string, (node: ParseNode) => void>
29404
29510
  */
29405
29511
  export declare function deserializeIntoParticipantLeftNotification(participantLeftNotification?: Partial<ParticipantLeftNotification> | undefined): Record<string, (node: ParseNode) => void>;
29512
+ /**
29513
+ * The deserialization information for the current model
29514
+ * @returns a Record<string, (node: ParseNode) => void>
29515
+ */
29516
+ export declare function deserializeIntoPartners(partners?: Partial<Partners> | undefined): Record<string, (node: ParseNode) => void>;
29406
29517
  /**
29407
29518
  * The deserialization information for the current model
29408
29519
  * @returns a Record<string, (node: ParseNode) => void>
@@ -33816,6 +33927,10 @@ export interface Device extends DirectoryObject, Parsable {
33816
33927
  * The last time at which the object was synced with the on-premises directory. 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. Supports $filter (eq, ne, not, ge, le, in).
33817
33928
  */
33818
33929
  onPremisesLastSyncDateTime?: Date;
33930
+ /**
33931
+ * The onPremisesSecurityIdentifier property
33932
+ */
33933
+ onPremisesSecurityIdentifier?: string;
33819
33934
  /**
33820
33935
  * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter (eq, ne, not, in, and eq on null values).
33821
33936
  */
@@ -37040,6 +37155,10 @@ export interface EducationAssignment extends Entity, Parsable {
37040
37155
  * Moment when the assignment was last modified. 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
37041
37156
  */
37042
37157
  lastModifiedDateTime?: Date;
37158
+ /**
37159
+ * The moduleUrl property
37160
+ */
37161
+ moduleUrl?: string;
37043
37162
  /**
37044
37163
  * Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment has been published.
37045
37164
  */
@@ -37204,6 +37323,12 @@ export interface EducationCategoryCollectionResponse extends BaseCollectionPagin
37204
37323
  */
37205
37324
  value?: EducationCategory[];
37206
37325
  }
37326
+ export interface EducationChannelResource extends EducationResource, Parsable {
37327
+ /**
37328
+ * The url property
37329
+ */
37330
+ url?: string;
37331
+ }
37207
37332
  export interface EducationClass extends Entity, Parsable {
37208
37333
  /**
37209
37334
  * All categories associated with this class. Nullable.
@@ -37273,6 +37398,10 @@ export interface EducationClass extends Entity, Parsable {
37273
37398
  * All users in the class. Nullable.
37274
37399
  */
37275
37400
  members?: EducationUser[];
37401
+ /**
37402
+ * The modules property
37403
+ */
37404
+ modules?: EducationModule[];
37276
37405
  /**
37277
37406
  * All schools that this class is associated with. Nullable.
37278
37407
  */
@@ -37431,6 +37560,12 @@ export interface EducationItemBody extends AdditionalDataHolder, BackedModel, Pa
37431
37560
  */
37432
37561
  odataType?: string;
37433
37562
  }
37563
+ export interface EducationLinkedAssignmentResource extends EducationResource, Parsable {
37564
+ /**
37565
+ * The url property
37566
+ */
37567
+ url?: string;
37568
+ }
37434
37569
  export interface EducationLinkResource extends EducationResource, Parsable {
37435
37570
  /**
37436
37571
  * URL to the resource.
@@ -37443,6 +37578,67 @@ export interface EducationMediaResource extends EducationResource, Parsable {
37443
37578
  */
37444
37579
  fileUrl?: string;
37445
37580
  }
37581
+ export interface EducationModule extends Entity, Parsable {
37582
+ /**
37583
+ * The createdBy property
37584
+ */
37585
+ createdBy?: IdentitySet;
37586
+ /**
37587
+ * The createdDateTime property
37588
+ */
37589
+ createdDateTime?: Date;
37590
+ /**
37591
+ * The description property
37592
+ */
37593
+ description?: string;
37594
+ /**
37595
+ * The displayName property
37596
+ */
37597
+ displayName?: string;
37598
+ /**
37599
+ * The isPinned property
37600
+ */
37601
+ isPinned?: boolean;
37602
+ /**
37603
+ * The lastModifiedBy property
37604
+ */
37605
+ lastModifiedBy?: IdentitySet;
37606
+ /**
37607
+ * The lastModifiedDateTime property
37608
+ */
37609
+ lastModifiedDateTime?: Date;
37610
+ /**
37611
+ * The resources property
37612
+ */
37613
+ resources?: EducationModuleResource[];
37614
+ /**
37615
+ * The resourcesFolderUrl property
37616
+ */
37617
+ resourcesFolderUrl?: string;
37618
+ /**
37619
+ * The status property
37620
+ */
37621
+ status?: EducationModuleStatus;
37622
+ }
37623
+ export interface EducationModuleCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
37624
+ /**
37625
+ * The value property
37626
+ */
37627
+ value?: EducationModule[];
37628
+ }
37629
+ export interface EducationModuleResource extends Entity, Parsable {
37630
+ /**
37631
+ * The resource property
37632
+ */
37633
+ resource?: EducationResource;
37634
+ }
37635
+ export interface EducationModuleResourceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
37636
+ /**
37637
+ * The value property
37638
+ */
37639
+ value?: EducationModuleResource[];
37640
+ }
37641
+ export type EducationModuleStatus = (typeof EducationModuleStatusObject)[keyof typeof EducationModuleStatusObject];
37446
37642
  export interface EducationOnPremisesInfo extends AdditionalDataHolder, BackedModel, Parsable {
37447
37643
  /**
37448
37644
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -49134,6 +49330,12 @@ export interface ParticipantLeftNotification extends Entity, Parsable {
49134
49330
  */
49135
49331
  participantId?: string;
49136
49332
  }
49333
+ export interface Partners extends Entity, Parsable {
49334
+ /**
49335
+ * Represents billing details for billed and unbilled data.
49336
+ */
49337
+ billing?: Billing;
49338
+ }
49137
49339
  export type PartnerTenantType = (typeof PartnerTenantTypeObject)[keyof typeof PartnerTenantTypeObject];
49138
49340
  export interface PasswordAuthenticationMethod extends AuthenticationMethod, Parsable {
49139
49341
  /**
@@ -53160,6 +53362,7 @@ export interface RelatedContact extends AdditionalDataHolder, BackedModel, Parsa
53160
53362
  */
53161
53363
  relationship?: ContactRelationship;
53162
53364
  }
53365
+ export type RemindBeforeTimeInMinutesType = (typeof RemindBeforeTimeInMinutesTypeObject)[keyof typeof RemindBeforeTimeInMinutesTypeObject];
53163
53366
  export interface Reminder extends AdditionalDataHolder, BackedModel, Parsable {
53164
53367
  /**
53165
53368
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -53417,6 +53620,10 @@ export interface ReportRoot extends AdditionalDataHolder, BackedModel, Parsable
53417
53620
  * The OdataType property
53418
53621
  */
53419
53622
  odataType?: string;
53623
+ /**
53624
+ * Represents billing details for a Microsoft direct partner.
53625
+ */
53626
+ partners?: Partners;
53420
53627
  /**
53421
53628
  * Represents an abstract type that contains resources for attack simulation and training reports.
53422
53629
  */
@@ -53955,7 +54162,7 @@ export interface RiskDetection extends Entity, Parsable {
53955
54162
  */
53956
54163
  riskDetail?: RiskDetail;
53957
54164
  /**
53958
- * The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, passwordSpray, impossibleTravel, newCountry, anomalousToken, tokenIssuerAnomaly,suspiciousBrowser, riskyIPAddress, mcasSuspiciousInboxManipulationRules, suspiciousInboxForwarding, and anomalousUserActivity. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values.
54165
+ * The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values.
53959
54166
  */
53960
54167
  riskEventType?: string;
53961
54168
  /**
@@ -54115,7 +54322,7 @@ export interface RiskyUser extends Entity, Parsable {
54115
54322
  */
54116
54323
  isDeleted?: boolean;
54117
54324
  /**
54118
- * Indicates whether a user's risky state is being processed by the backend.
54325
+ * Indicates whether a user's risky state is being processed by the backend. Supports $filter (eq).
54119
54326
  */
54120
54327
  isProcessing?: boolean;
54121
54328
  /**
@@ -54123,15 +54330,15 @@ export interface RiskyUser extends Entity, Parsable {
54123
54330
  */
54124
54331
  riskDetail?: RiskDetail;
54125
54332
  /**
54126
- * The date and time that the risky user was last updated. The DateTimeOffset 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.
54333
+ * The date and time that the risky user was last updated. The DateTimeOffset 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. Supports $filter (eq, gt, lt).
54127
54334
  */
54128
54335
  riskLastUpdatedDateTime?: Date;
54129
54336
  /**
54130
- * Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue.
54337
+ * Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Supports $filter (eq).
54131
54338
  */
54132
54339
  riskLevel?: RiskLevel;
54133
54340
  /**
54134
- * State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
54341
+ * State of the user's risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq).
54135
54342
  */
54136
54343
  riskState?: RiskState;
54137
54344
  /**
@@ -56597,6 +56804,11 @@ export declare function serializeAttendeeAvailability(writer: SerializationWrite
56597
56804
  * @param writer Serialization writer to use to serialize this model
56598
56805
  */
56599
56806
  export declare function serializeAttendeeBase(writer: SerializationWriter, attendeeBase?: Partial<AttendeeBase> | undefined): void;
56807
+ /**
56808
+ * Serializes information the current object
56809
+ * @param writer Serialization writer to use to serialize this model
56810
+ */
56811
+ export declare function serializeAttendeeNotificationInfo(writer: SerializationWriter, attendeeNotificationInfo?: Partial<AttendeeNotificationInfo> | undefined): void;
56600
56812
  /**
56601
56813
  * Serializes information the current object
56602
56814
  * @param writer Serialization writer to use to serialize this model
@@ -58862,6 +59074,11 @@ export declare function serializeEducationCategory(writer: SerializationWriter,
58862
59074
  * @param writer Serialization writer to use to serialize this model
58863
59075
  */
58864
59076
  export declare function serializeEducationCategoryCollectionResponse(writer: SerializationWriter, educationCategoryCollectionResponse?: Partial<EducationCategoryCollectionResponse> | undefined): void;
59077
+ /**
59078
+ * Serializes information the current object
59079
+ * @param writer Serialization writer to use to serialize this model
59080
+ */
59081
+ export declare function serializeEducationChannelResource(writer: SerializationWriter, educationChannelResource?: Partial<EducationChannelResource> | undefined): void;
58865
59082
  /**
58866
59083
  * Serializes information the current object
58867
59084
  * @param writer Serialization writer to use to serialize this model
@@ -58922,6 +59139,11 @@ export declare function serializeEducationGradingCategoryCollectionResponse(writ
58922
59139
  * @param writer Serialization writer to use to serialize this model
58923
59140
  */
58924
59141
  export declare function serializeEducationItemBody(writer: SerializationWriter, educationItemBody?: Partial<EducationItemBody> | undefined): void;
59142
+ /**
59143
+ * Serializes information the current object
59144
+ * @param writer Serialization writer to use to serialize this model
59145
+ */
59146
+ export declare function serializeEducationLinkedAssignmentResource(writer: SerializationWriter, educationLinkedAssignmentResource?: Partial<EducationLinkedAssignmentResource> | undefined): void;
58925
59147
  /**
58926
59148
  * Serializes information the current object
58927
59149
  * @param writer Serialization writer to use to serialize this model
@@ -58932,6 +59154,26 @@ export declare function serializeEducationLinkResource(writer: SerializationWrit
58932
59154
  * @param writer Serialization writer to use to serialize this model
58933
59155
  */
58934
59156
  export declare function serializeEducationMediaResource(writer: SerializationWriter, educationMediaResource?: Partial<EducationMediaResource> | undefined): void;
59157
+ /**
59158
+ * Serializes information the current object
59159
+ * @param writer Serialization writer to use to serialize this model
59160
+ */
59161
+ export declare function serializeEducationModule(writer: SerializationWriter, educationModule?: Partial<EducationModule> | undefined): void;
59162
+ /**
59163
+ * Serializes information the current object
59164
+ * @param writer Serialization writer to use to serialize this model
59165
+ */
59166
+ export declare function serializeEducationModuleCollectionResponse(writer: SerializationWriter, educationModuleCollectionResponse?: Partial<EducationModuleCollectionResponse> | undefined): void;
59167
+ /**
59168
+ * Serializes information the current object
59169
+ * @param writer Serialization writer to use to serialize this model
59170
+ */
59171
+ export declare function serializeEducationModuleResource(writer: SerializationWriter, educationModuleResource?: Partial<EducationModuleResource> | undefined): void;
59172
+ /**
59173
+ * Serializes information the current object
59174
+ * @param writer Serialization writer to use to serialize this model
59175
+ */
59176
+ export declare function serializeEducationModuleResourceCollectionResponse(writer: SerializationWriter, educationModuleResourceCollectionResponse?: Partial<EducationModuleResourceCollectionResponse> | undefined): void;
58935
59177
  /**
58936
59178
  * Serializes information the current object
58937
59179
  * @param writer Serialization writer to use to serialize this model
@@ -61497,6 +61739,11 @@ export declare function serializeParticipantJoiningNotification(writer: Serializ
61497
61739
  * @param writer Serialization writer to use to serialize this model
61498
61740
  */
61499
61741
  export declare function serializeParticipantLeftNotification(writer: SerializationWriter, participantLeftNotification?: Partial<ParticipantLeftNotification> | undefined): void;
61742
+ /**
61743
+ * Serializes information the current object
61744
+ * @param writer Serialization writer to use to serialize this model
61745
+ */
61746
+ export declare function serializePartners(writer: SerializationWriter, partners?: Partial<Partners> | undefined): void;
61500
61747
  /**
61501
61748
  * Serializes information the current object
61502
61749
  * @param writer Serialization writer to use to serialize this model
@@ -67765,7 +68012,7 @@ export interface Site extends BaseItem, Parsable {
67765
68012
  */
67766
68013
  externalColumns?: ColumnDefinition[];
67767
68014
  /**
67768
- * The isPersonalSite property
68015
+ * Identifies whether the site is personal or not. Read-only.
67769
68016
  */
67770
68017
  isPersonalSite?: boolean;
67771
68018
  /**
@@ -74994,6 +75241,7 @@ export interface Video extends AdditionalDataHolder, BackedModel, Parsable {
74994
75241
  */
74995
75242
  width?: number;
74996
75243
  }
75244
+ export type VirtualAppointmentMessageType = (typeof VirtualAppointmentMessageTypeObject)[keyof typeof VirtualAppointmentMessageTypeObject];
74997
75245
  export interface VirtualEndpoint extends Entity, Parsable {
74998
75246
  }
74999
75247
  export interface VirtualEvent extends Entity, Parsable {
@@ -81728,6 +81976,11 @@ export declare const EducationGenderObject: {
81728
81976
  readonly Other: "other";
81729
81977
  readonly UnknownFutureValue: "unknownFutureValue";
81730
81978
  };
81979
+ export declare const EducationModuleStatusObject: {
81980
+ readonly Draft: "draft";
81981
+ readonly Published: "published";
81982
+ readonly UnknownFutureValue: "unknownFutureValue";
81983
+ };
81731
81984
  export declare const EducationSubmissionStatusObject: {
81732
81985
  readonly Working: "working";
81733
81986
  readonly Submitted: "submitted";
@@ -84305,6 +84558,10 @@ export declare const RejectReasonObject: {
84305
84558
  readonly Forbidden: "forbidden";
84306
84559
  readonly UnknownFutureValue: "unknownFutureValue";
84307
84560
  };
84561
+ export declare const RemindBeforeTimeInMinutesTypeObject: {
84562
+ readonly Mins15: "mins15";
84563
+ readonly UnknownFutureValue: "unknownFutureValue";
84564
+ };
84308
84565
  /**
84309
84566
  * The current TeamViewer connector status
84310
84567
  */
@@ -85223,6 +85480,12 @@ export declare const UserSignInRecommendationScopeObject: {
85223
85480
  readonly Application: "application";
85224
85481
  readonly UnknownFutureValue: "unknownFutureValue";
85225
85482
  };
85483
+ export declare const VirtualAppointmentMessageTypeObject: {
85484
+ readonly Confirmation: "confirmation";
85485
+ readonly Reschedule: "reschedule";
85486
+ readonly Cancellation: "cancellation";
85487
+ readonly UnknownFutureValue: "unknownFutureValue";
85488
+ };
85226
85489
  export declare const VirtualEventAttendeeRegistrationStatusObject: {
85227
85490
  readonly Registered: "registered";
85228
85491
  readonly Canceled: "canceled";