@microsoft/msgraph-sdk 1.0.0-preview.62 → 1.0.0-preview.64

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.
Files changed (40) hide show
  1. package/models/callRecords/index.d.ts +112 -80
  2. package/models/callRecords/index.d.ts.map +1 -1
  3. package/models/callRecords/index.js +419 -283
  4. package/models/callRecords/index.js.map +1 -1
  5. package/models/externalConnectors/index.d.ts +108 -75
  6. package/models/externalConnectors/index.d.ts.map +1 -1
  7. package/models/externalConnectors/index.js +274 -156
  8. package/models/externalConnectors/index.js.map +1 -1
  9. package/models/identityGovernance/index.d.ts +180 -93
  10. package/models/identityGovernance/index.d.ts.map +1 -1
  11. package/models/identityGovernance/index.js +532 -325
  12. package/models/identityGovernance/index.js.map +1 -1
  13. package/models/index.d.ts +11108 -5277
  14. package/models/index.d.ts.map +1 -1
  15. package/models/index.js +34144 -17302
  16. package/models/index.js.map +1 -1
  17. package/models/oDataErrors/index.d.ts +16 -20
  18. package/models/oDataErrors/index.d.ts.map +1 -1
  19. package/models/oDataErrors/index.js +41 -25
  20. package/models/oDataErrors/index.js.map +1 -1
  21. package/models/partners/billing/index.d.ts +60 -19
  22. package/models/partners/billing/index.d.ts.map +1 -1
  23. package/models/partners/billing/index.js +144 -73
  24. package/models/partners/billing/index.js.map +1 -1
  25. package/models/search/index.d.ts +44 -27
  26. package/models/search/index.d.ts.map +1 -1
  27. package/models/search/index.js +137 -82
  28. package/models/search/index.js.map +1 -1
  29. package/models/security/index.d.ts +8478 -1728
  30. package/models/security/index.d.ts.map +1 -1
  31. package/models/security/index.js +14838 -3347
  32. package/models/security/index.js.map +1 -1
  33. package/models/termStore/index.d.ts +52 -25
  34. package/models/termStore/index.d.ts.map +1 -1
  35. package/models/termStore/index.js +136 -84
  36. package/models/termStore/index.js.map +1 -1
  37. package/package.json +2 -2
  38. package/tsconfig.tsbuildinfo +1 -1
  39. package/version.d.ts +1 -1
  40. package/version.js +1 -1
@@ -1,10 +1,6 @@
1
1
  import { type BaseCollectionPaginationCountResponse, type CommunicationsIdentitySet, type Entity, type Identity, type IdentitySet } from '../index.js';
2
2
  import { type AdditionalDataHolder, type BackedModel, type Duration, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
3
  export interface AdministrativeUnitInfo extends AdditionalDataHolder, BackedModel, Parsable {
4
- /**
5
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
6
- */
7
- additionalData?: Record<string, unknown>;
8
4
  /**
9
5
  * Stores model information.
10
6
  */
@@ -265,149 +261,173 @@ export declare function createUserFeedbackFromDiscriminatorValue(parseNode: Pars
265
261
  export declare function createUserIdentityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
266
262
  /**
267
263
  * The deserialization information for the current model
264
+ * @param AdministrativeUnitInfo The instance to deserialize into.
268
265
  * @returns {Record<string, (node: ParseNode) => void>}
269
266
  */
270
267
  export declare function deserializeIntoAdministrativeUnitInfo(administrativeUnitInfo?: Partial<AdministrativeUnitInfo> | undefined): Record<string, (node: ParseNode) => void>;
271
268
  /**
272
269
  * The deserialization information for the current model
270
+ * @param CallRecord The instance to deserialize into.
273
271
  * @returns {Record<string, (node: ParseNode) => void>}
274
272
  */
275
273
  export declare function deserializeIntoCallRecord(callRecord?: Partial<CallRecord> | undefined): Record<string, (node: ParseNode) => void>;
276
274
  /**
277
275
  * The deserialization information for the current model
276
+ * @param CallRecordCollectionResponse The instance to deserialize into.
278
277
  * @returns {Record<string, (node: ParseNode) => void>}
279
278
  */
280
279
  export declare function deserializeIntoCallRecordCollectionResponse(callRecordCollectionResponse?: Partial<CallRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
281
280
  /**
282
281
  * The deserialization information for the current model
282
+ * @param ClientUserAgent The instance to deserialize into.
283
283
  * @returns {Record<string, (node: ParseNode) => void>}
284
284
  */
285
285
  export declare function deserializeIntoClientUserAgent(clientUserAgent?: Partial<ClientUserAgent> | undefined): Record<string, (node: ParseNode) => void>;
286
286
  /**
287
287
  * The deserialization information for the current model
288
+ * @param DeviceInfo The instance to deserialize into.
288
289
  * @returns {Record<string, (node: ParseNode) => void>}
289
290
  */
290
291
  export declare function deserializeIntoDeviceInfo(deviceInfo?: Partial<DeviceInfo> | undefined): Record<string, (node: ParseNode) => void>;
291
292
  /**
292
293
  * The deserialization information for the current model
294
+ * @param DirectRoutingLogRow The instance to deserialize into.
293
295
  * @returns {Record<string, (node: ParseNode) => void>}
294
296
  */
295
297
  export declare function deserializeIntoDirectRoutingLogRow(directRoutingLogRow?: Partial<DirectRoutingLogRow> | undefined): Record<string, (node: ParseNode) => void>;
296
298
  /**
297
299
  * The deserialization information for the current model
300
+ * @param Endpoint The instance to deserialize into.
298
301
  * @returns {Record<string, (node: ParseNode) => void>}
299
302
  */
300
303
  export declare function deserializeIntoEndpoint(endpoint?: Partial<Endpoint> | undefined): Record<string, (node: ParseNode) => void>;
301
304
  /**
302
305
  * The deserialization information for the current model
306
+ * @param FailureInfo The instance to deserialize into.
303
307
  * @returns {Record<string, (node: ParseNode) => void>}
304
308
  */
305
309
  export declare function deserializeIntoFailureInfo(failureInfo?: Partial<FailureInfo> | undefined): Record<string, (node: ParseNode) => void>;
306
310
  /**
307
311
  * The deserialization information for the current model
312
+ * @param FeedbackTokenSet The instance to deserialize into.
308
313
  * @returns {Record<string, (node: ParseNode) => void>}
309
314
  */
310
315
  export declare function deserializeIntoFeedbackTokenSet(feedbackTokenSet?: Partial<FeedbackTokenSet> | undefined): Record<string, (node: ParseNode) => void>;
311
316
  /**
312
317
  * The deserialization information for the current model
318
+ * @param Media The instance to deserialize into.
313
319
  * @returns {Record<string, (node: ParseNode) => void>}
314
320
  */
315
321
  export declare function deserializeIntoMedia(media?: Partial<Media> | undefined): Record<string, (node: ParseNode) => void>;
316
322
  /**
317
323
  * The deserialization information for the current model
324
+ * @param MediaStream The instance to deserialize into.
318
325
  * @returns {Record<string, (node: ParseNode) => void>}
319
326
  */
320
327
  export declare function deserializeIntoMediaStream(mediaStream?: Partial<MediaStream> | undefined): Record<string, (node: ParseNode) => void>;
321
328
  /**
322
329
  * The deserialization information for the current model
330
+ * @param NetworkInfo The instance to deserialize into.
323
331
  * @returns {Record<string, (node: ParseNode) => void>}
324
332
  */
325
333
  export declare function deserializeIntoNetworkInfo(networkInfo?: Partial<NetworkInfo> | undefined): Record<string, (node: ParseNode) => void>;
326
334
  /**
327
335
  * The deserialization information for the current model
336
+ * @param Organizer The instance to deserialize into.
328
337
  * @returns {Record<string, (node: ParseNode) => void>}
329
338
  */
330
339
  export declare function deserializeIntoOrganizer(organizer?: Partial<Organizer> | undefined): Record<string, (node: ParseNode) => void>;
331
340
  /**
332
341
  * The deserialization information for the current model
342
+ * @param Participant The instance to deserialize into.
333
343
  * @returns {Record<string, (node: ParseNode) => void>}
334
344
  */
335
345
  export declare function deserializeIntoParticipant(participant?: Partial<Participant> | undefined): Record<string, (node: ParseNode) => void>;
336
346
  /**
337
347
  * The deserialization information for the current model
348
+ * @param ParticipantBase The instance to deserialize into.
338
349
  * @returns {Record<string, (node: ParseNode) => void>}
339
350
  */
340
351
  export declare function deserializeIntoParticipantBase(participantBase?: Partial<ParticipantBase> | undefined): Record<string, (node: ParseNode) => void>;
341
352
  /**
342
353
  * The deserialization information for the current model
354
+ * @param ParticipantCollectionResponse The instance to deserialize into.
343
355
  * @returns {Record<string, (node: ParseNode) => void>}
344
356
  */
345
357
  export declare function deserializeIntoParticipantCollectionResponse(participantCollectionResponse?: Partial<ParticipantCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
346
358
  /**
347
359
  * The deserialization information for the current model
360
+ * @param ParticipantEndpoint The instance to deserialize into.
348
361
  * @returns {Record<string, (node: ParseNode) => void>}
349
362
  */
350
363
  export declare function deserializeIntoParticipantEndpoint(participantEndpoint?: Partial<ParticipantEndpoint> | undefined): Record<string, (node: ParseNode) => void>;
351
364
  /**
352
365
  * The deserialization information for the current model
366
+ * @param PstnCallLogRow The instance to deserialize into.
353
367
  * @returns {Record<string, (node: ParseNode) => void>}
354
368
  */
355
369
  export declare function deserializeIntoPstnCallLogRow(pstnCallLogRow?: Partial<PstnCallLogRow> | undefined): Record<string, (node: ParseNode) => void>;
356
370
  /**
357
371
  * The deserialization information for the current model
372
+ * @param Segment The instance to deserialize into.
358
373
  * @returns {Record<string, (node: ParseNode) => void>}
359
374
  */
360
375
  export declare function deserializeIntoSegment(segment?: Partial<Segment> | undefined): Record<string, (node: ParseNode) => void>;
361
376
  /**
362
377
  * The deserialization information for the current model
378
+ * @param SegmentCollectionResponse The instance to deserialize into.
363
379
  * @returns {Record<string, (node: ParseNode) => void>}
364
380
  */
365
381
  export declare function deserializeIntoSegmentCollectionResponse(segmentCollectionResponse?: Partial<SegmentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
366
382
  /**
367
383
  * The deserialization information for the current model
384
+ * @param ServiceEndpoint The instance to deserialize into.
368
385
  * @returns {Record<string, (node: ParseNode) => void>}
369
386
  */
370
387
  export declare function deserializeIntoServiceEndpoint(serviceEndpoint?: Partial<ServiceEndpoint> | undefined): Record<string, (node: ParseNode) => void>;
371
388
  /**
372
389
  * The deserialization information for the current model
390
+ * @param ServiceUserAgent The instance to deserialize into.
373
391
  * @returns {Record<string, (node: ParseNode) => void>}
374
392
  */
375
393
  export declare function deserializeIntoServiceUserAgent(serviceUserAgent?: Partial<ServiceUserAgent> | undefined): Record<string, (node: ParseNode) => void>;
376
394
  /**
377
395
  * The deserialization information for the current model
396
+ * @param Session The instance to deserialize into.
378
397
  * @returns {Record<string, (node: ParseNode) => void>}
379
398
  */
380
399
  export declare function deserializeIntoSession(session?: Partial<Session> | undefined): Record<string, (node: ParseNode) => void>;
381
400
  /**
382
401
  * The deserialization information for the current model
402
+ * @param SessionCollectionResponse The instance to deserialize into.
383
403
  * @returns {Record<string, (node: ParseNode) => void>}
384
404
  */
385
405
  export declare function deserializeIntoSessionCollectionResponse(sessionCollectionResponse?: Partial<SessionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
386
406
  /**
387
407
  * The deserialization information for the current model
408
+ * @param TraceRouteHop The instance to deserialize into.
388
409
  * @returns {Record<string, (node: ParseNode) => void>}
389
410
  */
390
411
  export declare function deserializeIntoTraceRouteHop(traceRouteHop?: Partial<TraceRouteHop> | undefined): Record<string, (node: ParseNode) => void>;
391
412
  /**
392
413
  * The deserialization information for the current model
414
+ * @param UserAgent The instance to deserialize into.
393
415
  * @returns {Record<string, (node: ParseNode) => void>}
394
416
  */
395
417
  export declare function deserializeIntoUserAgent(userAgent?: Partial<UserAgent> | undefined): Record<string, (node: ParseNode) => void>;
396
418
  /**
397
419
  * The deserialization information for the current model
420
+ * @param UserFeedback The instance to deserialize into.
398
421
  * @returns {Record<string, (node: ParseNode) => void>}
399
422
  */
400
423
  export declare function deserializeIntoUserFeedback(userFeedback?: Partial<UserFeedback> | undefined): Record<string, (node: ParseNode) => void>;
401
424
  /**
402
425
  * The deserialization information for the current model
426
+ * @param UserIdentity The instance to deserialize into.
403
427
  * @returns {Record<string, (node: ParseNode) => void>}
404
428
  */
405
429
  export declare function deserializeIntoUserIdentity(userIdentity?: Partial<UserIdentity> | undefined): Record<string, (node: ParseNode) => void>;
406
430
  export interface DeviceInfo extends AdditionalDataHolder, BackedModel, Parsable {
407
- /**
408
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
409
- */
410
- additionalData?: Record<string, unknown>;
411
431
  /**
412
432
  * Stores model information.
413
433
  */
@@ -502,10 +522,6 @@ export interface DeviceInfo extends AdditionalDataHolder, BackedModel, Parsable
502
522
  speakerGlitchRate?: number | null;
503
523
  }
504
524
  export interface DirectRoutingLogRow extends AdditionalDataHolder, BackedModel, Parsable {
505
- /**
506
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
507
- */
508
- additionalData?: Record<string, unknown>;
509
525
  /**
510
526
  * Stores model information.
511
527
  */
@@ -600,10 +616,6 @@ export interface DirectRoutingLogRow extends AdditionalDataHolder, BackedModel,
600
616
  userPrincipalName?: string | null;
601
617
  }
602
618
  export interface Endpoint extends AdditionalDataHolder, BackedModel, Parsable {
603
- /**
604
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
605
- */
606
- additionalData?: Record<string, unknown>;
607
619
  /**
608
620
  * Stores model information.
609
621
  */
@@ -618,10 +630,6 @@ export interface Endpoint extends AdditionalDataHolder, BackedModel, Parsable {
618
630
  userAgent?: UserAgent | null;
619
631
  }
620
632
  export interface FailureInfo extends AdditionalDataHolder, BackedModel, Parsable {
621
- /**
622
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
623
- */
624
- additionalData?: Record<string, unknown>;
625
633
  /**
626
634
  * Stores model information.
627
635
  */
@@ -641,10 +649,6 @@ export interface FailureInfo extends AdditionalDataHolder, BackedModel, Parsable
641
649
  }
642
650
  export type FailureStage = (typeof FailureStageObject)[keyof typeof FailureStageObject];
643
651
  export interface FeedbackTokenSet extends AdditionalDataHolder, BackedModel, Parsable {
644
- /**
645
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
646
- */
647
- additionalData?: Record<string, unknown>;
648
652
  /**
649
653
  * Stores model information.
650
654
  */
@@ -655,10 +659,6 @@ export interface FeedbackTokenSet extends AdditionalDataHolder, BackedModel, Par
655
659
  odataType?: string | null;
656
660
  }
657
661
  export interface Media extends AdditionalDataHolder, BackedModel, Parsable {
658
- /**
659
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
660
- */
661
- additionalData?: Record<string, unknown>;
662
662
  /**
663
663
  * Stores model information.
664
664
  */
@@ -693,10 +693,6 @@ export interface Media extends AdditionalDataHolder, BackedModel, Parsable {
693
693
  streams?: MediaStream[] | null;
694
694
  }
695
695
  export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable {
696
- /**
697
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
698
- */
699
- additionalData?: Record<string, unknown>;
700
696
  /**
701
697
  * Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.
702
698
  */
@@ -830,10 +826,6 @@ export type MediaStreamDirection = (typeof MediaStreamDirectionObject)[keyof typ
830
826
  export type Modality = (typeof ModalityObject)[keyof typeof ModalityObject];
831
827
  export type NetworkConnectionType = (typeof NetworkConnectionTypeObject)[keyof typeof NetworkConnectionTypeObject];
832
828
  export interface NetworkInfo extends AdditionalDataHolder, BackedModel, Parsable {
833
- /**
834
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
835
- */
836
- additionalData?: Record<string, unknown>;
837
829
  /**
838
830
  * Stores model information.
839
831
  */
@@ -1001,10 +993,6 @@ export interface ParticipantEndpoint extends Endpoint, Parsable {
1001
993
  export type ProductFamily = (typeof ProductFamilyObject)[keyof typeof ProductFamilyObject];
1002
994
  export type PstnCallDurationSource = (typeof PstnCallDurationSourceObject)[keyof typeof PstnCallDurationSourceObject];
1003
995
  export interface PstnCallLogRow extends AdditionalDataHolder, BackedModel, Parsable {
1004
- /**
1005
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1006
- */
1007
- additionalData?: Record<string, unknown>;
1008
996
  /**
1009
997
  * Stores model information.
1010
998
  */
@@ -1140,144 +1128,200 @@ export interface SegmentCollectionResponse extends BaseCollectionPaginationCount
1140
1128
  }
1141
1129
  /**
1142
1130
  * Serializes information the current object
1131
+ * @param AdministrativeUnitInfo The instance to serialize from.
1132
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1143
1133
  * @param writer Serialization writer to use to serialize this model
1144
1134
  */
1145
- export declare function serializeAdministrativeUnitInfo(writer: SerializationWriter, administrativeUnitInfo?: Partial<AdministrativeUnitInfo> | undefined | null): void;
1135
+ export declare function serializeAdministrativeUnitInfo(writer: SerializationWriter, administrativeUnitInfo?: Partial<AdministrativeUnitInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
1146
1136
  /**
1147
1137
  * Serializes information the current object
1138
+ * @param CallRecord The instance to serialize from.
1139
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1148
1140
  * @param writer Serialization writer to use to serialize this model
1149
1141
  */
1150
- export declare function serializeCallRecord(writer: SerializationWriter, callRecord?: Partial<CallRecord> | undefined | null): void;
1142
+ export declare function serializeCallRecord(writer: SerializationWriter, callRecord?: Partial<CallRecord> | undefined | null, isSerializingDerivedType?: boolean): void;
1151
1143
  /**
1152
1144
  * Serializes information the current object
1145
+ * @param CallRecordCollectionResponse The instance to serialize from.
1146
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1153
1147
  * @param writer Serialization writer to use to serialize this model
1154
1148
  */
1155
- export declare function serializeCallRecordCollectionResponse(writer: SerializationWriter, callRecordCollectionResponse?: Partial<CallRecordCollectionResponse> | undefined | null): void;
1149
+ export declare function serializeCallRecordCollectionResponse(writer: SerializationWriter, callRecordCollectionResponse?: Partial<CallRecordCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
1156
1150
  /**
1157
1151
  * Serializes information the current object
1152
+ * @param ClientUserAgent The instance to serialize from.
1153
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1158
1154
  * @param writer Serialization writer to use to serialize this model
1159
1155
  */
1160
- export declare function serializeClientUserAgent(writer: SerializationWriter, clientUserAgent?: Partial<ClientUserAgent> | undefined | null): void;
1156
+ export declare function serializeClientUserAgent(writer: SerializationWriter, clientUserAgent?: Partial<ClientUserAgent> | undefined | null, isSerializingDerivedType?: boolean): void;
1161
1157
  /**
1162
1158
  * Serializes information the current object
1159
+ * @param DeviceInfo The instance to serialize from.
1160
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1163
1161
  * @param writer Serialization writer to use to serialize this model
1164
1162
  */
1165
- export declare function serializeDeviceInfo(writer: SerializationWriter, deviceInfo?: Partial<DeviceInfo> | undefined | null): void;
1163
+ export declare function serializeDeviceInfo(writer: SerializationWriter, deviceInfo?: Partial<DeviceInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
1166
1164
  /**
1167
1165
  * Serializes information the current object
1166
+ * @param DirectRoutingLogRow The instance to serialize from.
1167
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1168
1168
  * @param writer Serialization writer to use to serialize this model
1169
1169
  */
1170
- export declare function serializeDirectRoutingLogRow(writer: SerializationWriter, directRoutingLogRow?: Partial<DirectRoutingLogRow> | undefined | null): void;
1170
+ export declare function serializeDirectRoutingLogRow(writer: SerializationWriter, directRoutingLogRow?: Partial<DirectRoutingLogRow> | undefined | null, isSerializingDerivedType?: boolean): void;
1171
1171
  /**
1172
1172
  * Serializes information the current object
1173
+ * @param Endpoint The instance to serialize from.
1174
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1173
1175
  * @param writer Serialization writer to use to serialize this model
1174
1176
  */
1175
- export declare function serializeEndpoint(writer: SerializationWriter, endpoint?: Partial<Endpoint> | undefined | null): void;
1177
+ export declare function serializeEndpoint(writer: SerializationWriter, endpoint?: Partial<Endpoint> | undefined | null, isSerializingDerivedType?: boolean): void;
1176
1178
  /**
1177
1179
  * Serializes information the current object
1180
+ * @param FailureInfo The instance to serialize from.
1181
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1178
1182
  * @param writer Serialization writer to use to serialize this model
1179
1183
  */
1180
- export declare function serializeFailureInfo(writer: SerializationWriter, failureInfo?: Partial<FailureInfo> | undefined | null): void;
1184
+ export declare function serializeFailureInfo(writer: SerializationWriter, failureInfo?: Partial<FailureInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
1181
1185
  /**
1182
1186
  * Serializes information the current object
1187
+ * @param FeedbackTokenSet The instance to serialize from.
1188
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1183
1189
  * @param writer Serialization writer to use to serialize this model
1184
1190
  */
1185
- export declare function serializeFeedbackTokenSet(writer: SerializationWriter, feedbackTokenSet?: Partial<FeedbackTokenSet> | undefined | null): void;
1191
+ export declare function serializeFeedbackTokenSet(writer: SerializationWriter, feedbackTokenSet?: Partial<FeedbackTokenSet> | undefined | null, isSerializingDerivedType?: boolean): void;
1186
1192
  /**
1187
1193
  * Serializes information the current object
1194
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1195
+ * @param Media The instance to serialize from.
1188
1196
  * @param writer Serialization writer to use to serialize this model
1189
1197
  */
1190
- export declare function serializeMedia(writer: SerializationWriter, media?: Partial<Media> | undefined | null): void;
1198
+ export declare function serializeMedia(writer: SerializationWriter, media?: Partial<Media> | undefined | null, isSerializingDerivedType?: boolean): void;
1191
1199
  /**
1192
1200
  * Serializes information the current object
1201
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1202
+ * @param MediaStream The instance to serialize from.
1193
1203
  * @param writer Serialization writer to use to serialize this model
1194
1204
  */
1195
- export declare function serializeMediaStream(writer: SerializationWriter, mediaStream?: Partial<MediaStream> | undefined | null): void;
1205
+ export declare function serializeMediaStream(writer: SerializationWriter, mediaStream?: Partial<MediaStream> | undefined | null, isSerializingDerivedType?: boolean): void;
1196
1206
  /**
1197
1207
  * Serializes information the current object
1208
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1209
+ * @param NetworkInfo The instance to serialize from.
1198
1210
  * @param writer Serialization writer to use to serialize this model
1199
1211
  */
1200
- export declare function serializeNetworkInfo(writer: SerializationWriter, networkInfo?: Partial<NetworkInfo> | undefined | null): void;
1212
+ export declare function serializeNetworkInfo(writer: SerializationWriter, networkInfo?: Partial<NetworkInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
1201
1213
  /**
1202
1214
  * Serializes information the current object
1215
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1216
+ * @param Organizer The instance to serialize from.
1203
1217
  * @param writer Serialization writer to use to serialize this model
1204
1218
  */
1205
- export declare function serializeOrganizer(writer: SerializationWriter, organizer?: Partial<Organizer> | undefined | null): void;
1219
+ export declare function serializeOrganizer(writer: SerializationWriter, organizer?: Partial<Organizer> | undefined | null, isSerializingDerivedType?: boolean): void;
1206
1220
  /**
1207
1221
  * Serializes information the current object
1222
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1223
+ * @param Participant The instance to serialize from.
1208
1224
  * @param writer Serialization writer to use to serialize this model
1209
1225
  */
1210
- export declare function serializeParticipant(writer: SerializationWriter, participant?: Partial<Participant> | undefined | null): void;
1226
+ export declare function serializeParticipant(writer: SerializationWriter, participant?: Partial<Participant> | undefined | null, isSerializingDerivedType?: boolean): void;
1211
1227
  /**
1212
1228
  * Serializes information the current object
1229
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1230
+ * @param ParticipantBase The instance to serialize from.
1213
1231
  * @param writer Serialization writer to use to serialize this model
1214
1232
  */
1215
- export declare function serializeParticipantBase(writer: SerializationWriter, participantBase?: Partial<ParticipantBase> | undefined | null): void;
1233
+ export declare function serializeParticipantBase(writer: SerializationWriter, participantBase?: Partial<ParticipantBase> | undefined | null, isSerializingDerivedType?: boolean): void;
1216
1234
  /**
1217
1235
  * Serializes information the current object
1236
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1237
+ * @param ParticipantCollectionResponse The instance to serialize from.
1218
1238
  * @param writer Serialization writer to use to serialize this model
1219
1239
  */
1220
- export declare function serializeParticipantCollectionResponse(writer: SerializationWriter, participantCollectionResponse?: Partial<ParticipantCollectionResponse> | undefined | null): void;
1240
+ export declare function serializeParticipantCollectionResponse(writer: SerializationWriter, participantCollectionResponse?: Partial<ParticipantCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
1221
1241
  /**
1222
1242
  * Serializes information the current object
1243
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1244
+ * @param ParticipantEndpoint The instance to serialize from.
1223
1245
  * @param writer Serialization writer to use to serialize this model
1224
1246
  */
1225
- export declare function serializeParticipantEndpoint(writer: SerializationWriter, participantEndpoint?: Partial<ParticipantEndpoint> | undefined | null): void;
1247
+ export declare function serializeParticipantEndpoint(writer: SerializationWriter, participantEndpoint?: Partial<ParticipantEndpoint> | undefined | null, isSerializingDerivedType?: boolean): void;
1226
1248
  /**
1227
1249
  * Serializes information the current object
1250
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1251
+ * @param PstnCallLogRow The instance to serialize from.
1228
1252
  * @param writer Serialization writer to use to serialize this model
1229
1253
  */
1230
- export declare function serializePstnCallLogRow(writer: SerializationWriter, pstnCallLogRow?: Partial<PstnCallLogRow> | undefined | null): void;
1254
+ export declare function serializePstnCallLogRow(writer: SerializationWriter, pstnCallLogRow?: Partial<PstnCallLogRow> | undefined | null, isSerializingDerivedType?: boolean): void;
1231
1255
  /**
1232
1256
  * Serializes information the current object
1257
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1258
+ * @param Segment The instance to serialize from.
1233
1259
  * @param writer Serialization writer to use to serialize this model
1234
1260
  */
1235
- export declare function serializeSegment(writer: SerializationWriter, segment?: Partial<Segment> | undefined | null): void;
1261
+ export declare function serializeSegment(writer: SerializationWriter, segment?: Partial<Segment> | undefined | null, isSerializingDerivedType?: boolean): void;
1236
1262
  /**
1237
1263
  * Serializes information the current object
1264
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1265
+ * @param SegmentCollectionResponse The instance to serialize from.
1238
1266
  * @param writer Serialization writer to use to serialize this model
1239
1267
  */
1240
- export declare function serializeSegmentCollectionResponse(writer: SerializationWriter, segmentCollectionResponse?: Partial<SegmentCollectionResponse> | undefined | null): void;
1268
+ export declare function serializeSegmentCollectionResponse(writer: SerializationWriter, segmentCollectionResponse?: Partial<SegmentCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
1241
1269
  /**
1242
1270
  * Serializes information the current object
1271
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1272
+ * @param ServiceEndpoint The instance to serialize from.
1243
1273
  * @param writer Serialization writer to use to serialize this model
1244
1274
  */
1245
- export declare function serializeServiceEndpoint(writer: SerializationWriter, serviceEndpoint?: Partial<ServiceEndpoint> | undefined | null): void;
1275
+ export declare function serializeServiceEndpoint(writer: SerializationWriter, serviceEndpoint?: Partial<ServiceEndpoint> | undefined | null, isSerializingDerivedType?: boolean): void;
1246
1276
  /**
1247
1277
  * Serializes information the current object
1278
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1279
+ * @param ServiceUserAgent The instance to serialize from.
1248
1280
  * @param writer Serialization writer to use to serialize this model
1249
1281
  */
1250
- export declare function serializeServiceUserAgent(writer: SerializationWriter, serviceUserAgent?: Partial<ServiceUserAgent> | undefined | null): void;
1282
+ export declare function serializeServiceUserAgent(writer: SerializationWriter, serviceUserAgent?: Partial<ServiceUserAgent> | undefined | null, isSerializingDerivedType?: boolean): void;
1251
1283
  /**
1252
1284
  * Serializes information the current object
1285
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1286
+ * @param Session The instance to serialize from.
1253
1287
  * @param writer Serialization writer to use to serialize this model
1254
1288
  */
1255
- export declare function serializeSession(writer: SerializationWriter, session?: Partial<Session> | undefined | null): void;
1289
+ export declare function serializeSession(writer: SerializationWriter, session?: Partial<Session> | undefined | null, isSerializingDerivedType?: boolean): void;
1256
1290
  /**
1257
1291
  * Serializes information the current object
1292
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1293
+ * @param SessionCollectionResponse The instance to serialize from.
1258
1294
  * @param writer Serialization writer to use to serialize this model
1259
1295
  */
1260
- export declare function serializeSessionCollectionResponse(writer: SerializationWriter, sessionCollectionResponse?: Partial<SessionCollectionResponse> | undefined | null): void;
1296
+ export declare function serializeSessionCollectionResponse(writer: SerializationWriter, sessionCollectionResponse?: Partial<SessionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
1261
1297
  /**
1262
1298
  * Serializes information the current object
1299
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1300
+ * @param TraceRouteHop The instance to serialize from.
1263
1301
  * @param writer Serialization writer to use to serialize this model
1264
1302
  */
1265
- export declare function serializeTraceRouteHop(writer: SerializationWriter, traceRouteHop?: Partial<TraceRouteHop> | undefined | null): void;
1303
+ export declare function serializeTraceRouteHop(writer: SerializationWriter, traceRouteHop?: Partial<TraceRouteHop> | undefined | null, isSerializingDerivedType?: boolean): void;
1266
1304
  /**
1267
1305
  * Serializes information the current object
1306
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1307
+ * @param UserAgent The instance to serialize from.
1268
1308
  * @param writer Serialization writer to use to serialize this model
1269
1309
  */
1270
- export declare function serializeUserAgent(writer: SerializationWriter, userAgent?: Partial<UserAgent> | undefined | null): void;
1310
+ export declare function serializeUserAgent(writer: SerializationWriter, userAgent?: Partial<UserAgent> | undefined | null, isSerializingDerivedType?: boolean): void;
1271
1311
  /**
1272
1312
  * Serializes information the current object
1313
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1314
+ * @param UserFeedback The instance to serialize from.
1273
1315
  * @param writer Serialization writer to use to serialize this model
1274
1316
  */
1275
- export declare function serializeUserFeedback(writer: SerializationWriter, userFeedback?: Partial<UserFeedback> | undefined | null): void;
1317
+ export declare function serializeUserFeedback(writer: SerializationWriter, userFeedback?: Partial<UserFeedback> | undefined | null, isSerializingDerivedType?: boolean): void;
1276
1318
  /**
1277
1319
  * Serializes information the current object
1320
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1321
+ * @param UserIdentity The instance to serialize from.
1278
1322
  * @param writer Serialization writer to use to serialize this model
1279
1323
  */
1280
- export declare function serializeUserIdentity(writer: SerializationWriter, userIdentity?: Partial<UserIdentity> | undefined | null): void;
1324
+ export declare function serializeUserIdentity(writer: SerializationWriter, userIdentity?: Partial<UserIdentity> | undefined | null, isSerializingDerivedType?: boolean): void;
1281
1325
  export interface ServiceEndpoint extends Endpoint, Parsable {
1282
1326
  }
1283
1327
  export type ServiceRole = (typeof ServiceRoleObject)[keyof typeof ServiceRoleObject];
@@ -1328,10 +1372,6 @@ export interface SessionCollectionResponse extends BaseCollectionPaginationCount
1328
1372
  value?: Session[] | null;
1329
1373
  }
1330
1374
  export interface TraceRouteHop extends AdditionalDataHolder, BackedModel, Parsable {
1331
- /**
1332
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1333
- */
1334
- additionalData?: Record<string, unknown>;
1335
1375
  /**
1336
1376
  * Stores model information.
1337
1377
  */
@@ -1354,10 +1394,6 @@ export interface TraceRouteHop extends AdditionalDataHolder, BackedModel, Parsab
1354
1394
  roundTripTime?: Duration | null;
1355
1395
  }
1356
1396
  export interface UserAgent extends AdditionalDataHolder, BackedModel, Parsable {
1357
- /**
1358
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1359
- */
1360
- additionalData?: Record<string, unknown>;
1361
1397
  /**
1362
1398
  * Identifies the version of application software used by this endpoint.
1363
1399
  */
@@ -1376,10 +1412,6 @@ export interface UserAgent extends AdditionalDataHolder, BackedModel, Parsable {
1376
1412
  odataType?: string | null;
1377
1413
  }
1378
1414
  export interface UserFeedback extends AdditionalDataHolder, BackedModel, Parsable {
1379
- /**
1380
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1381
- */
1382
- additionalData?: Record<string, unknown>;
1383
1415
  /**
1384
1416
  * Stores model information.
1385
1417
  */