@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
@@ -337,226 +337,271 @@ export interface CustomTaskExtensionCollectionResponse extends BaseCollectionPag
337
337
  export type CustomTaskExtensionOperationStatus = (typeof CustomTaskExtensionOperationStatusObject)[keyof typeof CustomTaskExtensionOperationStatusObject];
338
338
  /**
339
339
  * The deserialization information for the current model
340
+ * @param AttributeChangeTrigger The instance to deserialize into.
340
341
  * @returns {Record<string, (node: ParseNode) => void>}
341
342
  */
342
343
  export declare function deserializeIntoAttributeChangeTrigger(attributeChangeTrigger?: Partial<AttributeChangeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
343
344
  /**
344
345
  * The deserialization information for the current model
346
+ * @param CustomTaskExtension The instance to deserialize into.
345
347
  * @returns {Record<string, (node: ParseNode) => void>}
346
348
  */
347
349
  export declare function deserializeIntoCustomTaskExtension(customTaskExtension?: Partial<CustomTaskExtension> | undefined): Record<string, (node: ParseNode) => void>;
348
350
  /**
349
351
  * The deserialization information for the current model
352
+ * @param CustomTaskExtensionCallbackConfiguration The instance to deserialize into.
350
353
  * @returns {Record<string, (node: ParseNode) => void>}
351
354
  */
352
355
  export declare function deserializeIntoCustomTaskExtensionCallbackConfiguration(customTaskExtensionCallbackConfiguration?: Partial<CustomTaskExtensionCallbackConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
353
356
  /**
354
357
  * The deserialization information for the current model
358
+ * @param CustomTaskExtensionCallbackData The instance to deserialize into.
355
359
  * @returns {Record<string, (node: ParseNode) => void>}
356
360
  */
357
361
  export declare function deserializeIntoCustomTaskExtensionCallbackData(customTaskExtensionCallbackData?: Partial<CustomTaskExtensionCallbackData> | undefined): Record<string, (node: ParseNode) => void>;
358
362
  /**
359
363
  * The deserialization information for the current model
364
+ * @param CustomTaskExtensionCalloutData The instance to deserialize into.
360
365
  * @returns {Record<string, (node: ParseNode) => void>}
361
366
  */
362
367
  export declare function deserializeIntoCustomTaskExtensionCalloutData(customTaskExtensionCalloutData?: Partial<CustomTaskExtensionCalloutData> | undefined): Record<string, (node: ParseNode) => void>;
363
368
  /**
364
369
  * The deserialization information for the current model
370
+ * @param CustomTaskExtensionCollectionResponse The instance to deserialize into.
365
371
  * @returns {Record<string, (node: ParseNode) => void>}
366
372
  */
367
373
  export declare function deserializeIntoCustomTaskExtensionCollectionResponse(customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
368
374
  /**
369
375
  * The deserialization information for the current model
376
+ * @param GroupBasedSubjectSet The instance to deserialize into.
370
377
  * @returns {Record<string, (node: ParseNode) => void>}
371
378
  */
372
379
  export declare function deserializeIntoGroupBasedSubjectSet(groupBasedSubjectSet?: Partial<GroupBasedSubjectSet> | undefined): Record<string, (node: ParseNode) => void>;
373
380
  /**
374
381
  * The deserialization information for the current model
382
+ * @param Insights The instance to deserialize into.
375
383
  * @returns {Record<string, (node: ParseNode) => void>}
376
384
  */
377
385
  export declare function deserializeIntoInsights(insights?: Partial<Insights> | undefined): Record<string, (node: ParseNode) => void>;
378
386
  /**
379
387
  * The deserialization information for the current model
388
+ * @param LifecycleManagementSettings The instance to deserialize into.
380
389
  * @returns {Record<string, (node: ParseNode) => void>}
381
390
  */
382
391
  export declare function deserializeIntoLifecycleManagementSettings(lifecycleManagementSettings?: Partial<LifecycleManagementSettings> | undefined): Record<string, (node: ParseNode) => void>;
383
392
  /**
384
393
  * The deserialization information for the current model
394
+ * @param LifecycleWorkflowsContainer The instance to deserialize into.
385
395
  * @returns {Record<string, (node: ParseNode) => void>}
386
396
  */
387
397
  export declare function deserializeIntoLifecycleWorkflowsContainer(lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined): Record<string, (node: ParseNode) => void>;
388
398
  /**
389
399
  * The deserialization information for the current model
400
+ * @param MembershipChangeTrigger The instance to deserialize into.
390
401
  * @returns {Record<string, (node: ParseNode) => void>}
391
402
  */
392
403
  export declare function deserializeIntoMembershipChangeTrigger(membershipChangeTrigger?: Partial<MembershipChangeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
393
404
  /**
394
405
  * The deserialization information for the current model
406
+ * @param OnDemandExecutionOnly The instance to deserialize into.
395
407
  * @returns {Record<string, (node: ParseNode) => void>}
396
408
  */
397
409
  export declare function deserializeIntoOnDemandExecutionOnly(onDemandExecutionOnly?: Partial<OnDemandExecutionOnly> | undefined): Record<string, (node: ParseNode) => void>;
398
410
  /**
399
411
  * The deserialization information for the current model
412
+ * @param Parameter The instance to deserialize into.
400
413
  * @returns {Record<string, (node: ParseNode) => void>}
401
414
  */
402
415
  export declare function deserializeIntoParameter(parameter?: Partial<Parameter> | undefined): Record<string, (node: ParseNode) => void>;
403
416
  /**
404
417
  * The deserialization information for the current model
418
+ * @param RuleBasedSubjectSet The instance to deserialize into.
405
419
  * @returns {Record<string, (node: ParseNode) => void>}
406
420
  */
407
421
  export declare function deserializeIntoRuleBasedSubjectSet(ruleBasedSubjectSet?: Partial<RuleBasedSubjectSet> | undefined): Record<string, (node: ParseNode) => void>;
408
422
  /**
409
423
  * The deserialization information for the current model
424
+ * @param Run The instance to deserialize into.
410
425
  * @returns {Record<string, (node: ParseNode) => void>}
411
426
  */
412
427
  export declare function deserializeIntoRun(run?: Partial<Run> | undefined): Record<string, (node: ParseNode) => void>;
413
428
  /**
414
429
  * The deserialization information for the current model
430
+ * @param RunCollectionResponse The instance to deserialize into.
415
431
  * @returns {Record<string, (node: ParseNode) => void>}
416
432
  */
417
433
  export declare function deserializeIntoRunCollectionResponse(runCollectionResponse?: Partial<RunCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
418
434
  /**
419
435
  * The deserialization information for the current model
436
+ * @param RunSummary The instance to deserialize into.
420
437
  * @returns {Record<string, (node: ParseNode) => void>}
421
438
  */
422
439
  export declare function deserializeIntoRunSummary(runSummary?: Partial<RunSummary> | undefined): Record<string, (node: ParseNode) => void>;
423
440
  /**
424
441
  * The deserialization information for the current model
442
+ * @param Task The instance to deserialize into.
425
443
  * @returns {Record<string, (node: ParseNode) => void>}
426
444
  */
427
445
  export declare function deserializeIntoTask(task?: Partial<Task> | undefined): Record<string, (node: ParseNode) => void>;
428
446
  /**
429
447
  * The deserialization information for the current model
448
+ * @param TaskCollectionResponse The instance to deserialize into.
430
449
  * @returns {Record<string, (node: ParseNode) => void>}
431
450
  */
432
451
  export declare function deserializeIntoTaskCollectionResponse(taskCollectionResponse?: Partial<TaskCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
433
452
  /**
434
453
  * The deserialization information for the current model
454
+ * @param TaskDefinition The instance to deserialize into.
435
455
  * @returns {Record<string, (node: ParseNode) => void>}
436
456
  */
437
457
  export declare function deserializeIntoTaskDefinition(taskDefinition?: Partial<TaskDefinition> | undefined): Record<string, (node: ParseNode) => void>;
438
458
  /**
439
459
  * The deserialization information for the current model
460
+ * @param TaskDefinitionCollectionResponse The instance to deserialize into.
440
461
  * @returns {Record<string, (node: ParseNode) => void>}
441
462
  */
442
463
  export declare function deserializeIntoTaskDefinitionCollectionResponse(taskDefinitionCollectionResponse?: Partial<TaskDefinitionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
443
464
  /**
444
465
  * The deserialization information for the current model
466
+ * @param TaskProcessingResult The instance to deserialize into.
445
467
  * @returns {Record<string, (node: ParseNode) => void>}
446
468
  */
447
469
  export declare function deserializeIntoTaskProcessingResult(taskProcessingResult?: Partial<TaskProcessingResult> | undefined): Record<string, (node: ParseNode) => void>;
448
470
  /**
449
471
  * The deserialization information for the current model
472
+ * @param TaskProcessingResultCollectionResponse The instance to deserialize into.
450
473
  * @returns {Record<string, (node: ParseNode) => void>}
451
474
  */
452
475
  export declare function deserializeIntoTaskProcessingResultCollectionResponse(taskProcessingResultCollectionResponse?: Partial<TaskProcessingResultCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
453
476
  /**
454
477
  * The deserialization information for the current model
478
+ * @param TaskReport The instance to deserialize into.
455
479
  * @returns {Record<string, (node: ParseNode) => void>}
456
480
  */
457
481
  export declare function deserializeIntoTaskReport(taskReport?: Partial<TaskReport> | undefined): Record<string, (node: ParseNode) => void>;
458
482
  /**
459
483
  * The deserialization information for the current model
484
+ * @param TaskReportCollectionResponse The instance to deserialize into.
460
485
  * @returns {Record<string, (node: ParseNode) => void>}
461
486
  */
462
487
  export declare function deserializeIntoTaskReportCollectionResponse(taskReportCollectionResponse?: Partial<TaskReportCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
463
488
  /**
464
489
  * The deserialization information for the current model
490
+ * @param TaskReportSummary The instance to deserialize into.
465
491
  * @returns {Record<string, (node: ParseNode) => void>}
466
492
  */
467
493
  export declare function deserializeIntoTaskReportSummary(taskReportSummary?: Partial<TaskReportSummary> | undefined): Record<string, (node: ParseNode) => void>;
468
494
  /**
469
495
  * The deserialization information for the current model
496
+ * @param TimeBasedAttributeTrigger The instance to deserialize into.
470
497
  * @returns {Record<string, (node: ParseNode) => void>}
471
498
  */
472
499
  export declare function deserializeIntoTimeBasedAttributeTrigger(timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
473
500
  /**
474
501
  * The deserialization information for the current model
502
+ * @param TopTasksInsightsSummary The instance to deserialize into.
475
503
  * @returns {Record<string, (node: ParseNode) => void>}
476
504
  */
477
505
  export declare function deserializeIntoTopTasksInsightsSummary(topTasksInsightsSummary?: Partial<TopTasksInsightsSummary> | undefined): Record<string, (node: ParseNode) => void>;
478
506
  /**
479
507
  * The deserialization information for the current model
508
+ * @param TopWorkflowsInsightsSummary The instance to deserialize into.
480
509
  * @returns {Record<string, (node: ParseNode) => void>}
481
510
  */
482
511
  export declare function deserializeIntoTopWorkflowsInsightsSummary(topWorkflowsInsightsSummary?: Partial<TopWorkflowsInsightsSummary> | undefined): Record<string, (node: ParseNode) => void>;
483
512
  /**
484
513
  * The deserialization information for the current model
514
+ * @param TriggerAndScopeBasedConditions The instance to deserialize into.
485
515
  * @returns {Record<string, (node: ParseNode) => void>}
486
516
  */
487
517
  export declare function deserializeIntoTriggerAndScopeBasedConditions(triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined): Record<string, (node: ParseNode) => void>;
488
518
  /**
489
519
  * The deserialization information for the current model
520
+ * @param TriggerAttribute The instance to deserialize into.
490
521
  * @returns {Record<string, (node: ParseNode) => void>}
491
522
  */
492
523
  export declare function deserializeIntoTriggerAttribute(triggerAttribute?: Partial<TriggerAttribute> | undefined): Record<string, (node: ParseNode) => void>;
493
524
  /**
494
525
  * The deserialization information for the current model
526
+ * @param UserProcessingResult The instance to deserialize into.
495
527
  * @returns {Record<string, (node: ParseNode) => void>}
496
528
  */
497
529
  export declare function deserializeIntoUserProcessingResult(userProcessingResult?: Partial<UserProcessingResult> | undefined): Record<string, (node: ParseNode) => void>;
498
530
  /**
499
531
  * The deserialization information for the current model
532
+ * @param UserProcessingResultCollectionResponse The instance to deserialize into.
500
533
  * @returns {Record<string, (node: ParseNode) => void>}
501
534
  */
502
535
  export declare function deserializeIntoUserProcessingResultCollectionResponse(userProcessingResultCollectionResponse?: Partial<UserProcessingResultCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
503
536
  /**
504
537
  * The deserialization information for the current model
538
+ * @param UserSummary The instance to deserialize into.
505
539
  * @returns {Record<string, (node: ParseNode) => void>}
506
540
  */
507
541
  export declare function deserializeIntoUserSummary(userSummary?: Partial<UserSummary> | undefined): Record<string, (node: ParseNode) => void>;
508
542
  /**
509
543
  * The deserialization information for the current model
544
+ * @param Workflow The instance to deserialize into.
510
545
  * @returns {Record<string, (node: ParseNode) => void>}
511
546
  */
512
547
  export declare function deserializeIntoWorkflow(workflow?: Partial<Workflow> | undefined): Record<string, (node: ParseNode) => void>;
513
548
  /**
514
549
  * The deserialization information for the current model
550
+ * @param WorkflowBase The instance to deserialize into.
515
551
  * @returns {Record<string, (node: ParseNode) => void>}
516
552
  */
517
553
  export declare function deserializeIntoWorkflowBase(workflowBase?: Partial<WorkflowBase> | undefined): Record<string, (node: ParseNode) => void>;
518
554
  /**
519
555
  * The deserialization information for the current model
556
+ * @param WorkflowCollectionResponse The instance to deserialize into.
520
557
  * @returns {Record<string, (node: ParseNode) => void>}
521
558
  */
522
559
  export declare function deserializeIntoWorkflowCollectionResponse(workflowCollectionResponse?: Partial<WorkflowCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
523
560
  /**
524
561
  * The deserialization information for the current model
562
+ * @param WorkflowExecutionConditions The instance to deserialize into.
525
563
  * @returns {Record<string, (node: ParseNode) => void>}
526
564
  */
527
565
  export declare function deserializeIntoWorkflowExecutionConditions(workflowExecutionConditions?: Partial<WorkflowExecutionConditions> | undefined): Record<string, (node: ParseNode) => void>;
528
566
  /**
529
567
  * The deserialization information for the current model
568
+ * @param WorkflowExecutionTrigger The instance to deserialize into.
530
569
  * @returns {Record<string, (node: ParseNode) => void>}
531
570
  */
532
571
  export declare function deserializeIntoWorkflowExecutionTrigger(workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined): Record<string, (node: ParseNode) => void>;
533
572
  /**
534
573
  * The deserialization information for the current model
574
+ * @param WorkflowsInsightsByCategory The instance to deserialize into.
535
575
  * @returns {Record<string, (node: ParseNode) => void>}
536
576
  */
537
577
  export declare function deserializeIntoWorkflowsInsightsByCategory(workflowsInsightsByCategory?: Partial<WorkflowsInsightsByCategory> | undefined): Record<string, (node: ParseNode) => void>;
538
578
  /**
539
579
  * The deserialization information for the current model
580
+ * @param WorkflowsInsightsSummary The instance to deserialize into.
540
581
  * @returns {Record<string, (node: ParseNode) => void>}
541
582
  */
542
583
  export declare function deserializeIntoWorkflowsInsightsSummary(workflowsInsightsSummary?: Partial<WorkflowsInsightsSummary> | undefined): Record<string, (node: ParseNode) => void>;
543
584
  /**
544
585
  * The deserialization information for the current model
586
+ * @param WorkflowTemplate The instance to deserialize into.
545
587
  * @returns {Record<string, (node: ParseNode) => void>}
546
588
  */
547
589
  export declare function deserializeIntoWorkflowTemplate(workflowTemplate?: Partial<WorkflowTemplate> | undefined): Record<string, (node: ParseNode) => void>;
548
590
  /**
549
591
  * The deserialization information for the current model
592
+ * @param WorkflowTemplateCollectionResponse The instance to deserialize into.
550
593
  * @returns {Record<string, (node: ParseNode) => void>}
551
594
  */
552
595
  export declare function deserializeIntoWorkflowTemplateCollectionResponse(workflowTemplateCollectionResponse?: Partial<WorkflowTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
553
596
  /**
554
597
  * The deserialization information for the current model
598
+ * @param WorkflowVersion The instance to deserialize into.
555
599
  * @returns {Record<string, (node: ParseNode) => void>}
556
600
  */
557
601
  export declare function deserializeIntoWorkflowVersion(workflowVersion?: Partial<WorkflowVersion> | undefined): Record<string, (node: ParseNode) => void>;
558
602
  /**
559
603
  * The deserialization information for the current model
604
+ * @param WorkflowVersionCollectionResponse The instance to deserialize into.
560
605
  * @returns {Record<string, (node: ParseNode) => void>}
561
606
  */
562
607
  export declare function deserializeIntoWorkflowVersionCollectionResponse(workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
@@ -621,10 +666,6 @@ export type MembershipChangeType = (typeof MembershipChangeTypeObject)[keyof typ
621
666
  export interface OnDemandExecutionOnly extends Parsable, WorkflowExecutionConditions {
622
667
  }
623
668
  export interface Parameter extends AdditionalDataHolder, BackedModel, Parsable {
624
- /**
625
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
626
- */
627
- additionalData?: Record<string, unknown>;
628
669
  /**
629
670
  * Stores model information.
630
671
  */
@@ -717,10 +758,6 @@ export interface RunCollectionResponse extends BaseCollectionPaginationCountResp
717
758
  value?: Run[] | null;
718
759
  }
719
760
  export interface RunSummary extends AdditionalDataHolder, BackedModel, Parsable {
720
- /**
721
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
722
- */
723
- additionalData?: Record<string, unknown>;
724
761
  /**
725
762
  * Stores model information.
726
763
  */
@@ -756,229 +793,319 @@ export interface RunSummary extends AdditionalDataHolder, BackedModel, Parsable
756
793
  }
757
794
  /**
758
795
  * Serializes information the current object
796
+ * @param AttributeChangeTrigger The instance to serialize from.
797
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
759
798
  * @param writer Serialization writer to use to serialize this model
760
799
  */
761
- export declare function serializeAttributeChangeTrigger(writer: SerializationWriter, attributeChangeTrigger?: Partial<AttributeChangeTrigger> | undefined | null): void;
800
+ export declare function serializeAttributeChangeTrigger(writer: SerializationWriter, attributeChangeTrigger?: Partial<AttributeChangeTrigger> | undefined | null, isSerializingDerivedType?: boolean): void;
762
801
  /**
763
802
  * Serializes information the current object
803
+ * @param CustomTaskExtension The instance to serialize from.
804
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
764
805
  * @param writer Serialization writer to use to serialize this model
765
806
  */
766
- export declare function serializeCustomTaskExtension(writer: SerializationWriter, customTaskExtension?: Partial<CustomTaskExtension> | undefined | null): void;
807
+ export declare function serializeCustomTaskExtension(writer: SerializationWriter, customTaskExtension?: Partial<CustomTaskExtension> | undefined | null, isSerializingDerivedType?: boolean): void;
767
808
  /**
768
809
  * Serializes information the current object
810
+ * @param CustomTaskExtensionCallbackConfiguration The instance to serialize from.
811
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
769
812
  * @param writer Serialization writer to use to serialize this model
770
813
  */
771
- export declare function serializeCustomTaskExtensionCallbackConfiguration(writer: SerializationWriter, customTaskExtensionCallbackConfiguration?: Partial<CustomTaskExtensionCallbackConfiguration> | undefined | null): void;
814
+ export declare function serializeCustomTaskExtensionCallbackConfiguration(writer: SerializationWriter, customTaskExtensionCallbackConfiguration?: Partial<CustomTaskExtensionCallbackConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
772
815
  /**
773
816
  * Serializes information the current object
817
+ * @param CustomTaskExtensionCallbackData The instance to serialize from.
818
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
774
819
  * @param writer Serialization writer to use to serialize this model
775
820
  */
776
- export declare function serializeCustomTaskExtensionCallbackData(writer: SerializationWriter, customTaskExtensionCallbackData?: Partial<CustomTaskExtensionCallbackData> | undefined | null): void;
821
+ export declare function serializeCustomTaskExtensionCallbackData(writer: SerializationWriter, customTaskExtensionCallbackData?: Partial<CustomTaskExtensionCallbackData> | undefined | null, isSerializingDerivedType?: boolean): void;
777
822
  /**
778
823
  * Serializes information the current object
824
+ * @param CustomTaskExtensionCalloutData The instance to serialize from.
825
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
779
826
  * @param writer Serialization writer to use to serialize this model
780
827
  */
781
- export declare function serializeCustomTaskExtensionCalloutData(writer: SerializationWriter, customTaskExtensionCalloutData?: Partial<CustomTaskExtensionCalloutData> | undefined | null): void;
828
+ export declare function serializeCustomTaskExtensionCalloutData(writer: SerializationWriter, customTaskExtensionCalloutData?: Partial<CustomTaskExtensionCalloutData> | undefined | null, isSerializingDerivedType?: boolean): void;
782
829
  /**
783
830
  * Serializes information the current object
831
+ * @param CustomTaskExtensionCollectionResponse The instance to serialize from.
832
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
784
833
  * @param writer Serialization writer to use to serialize this model
785
834
  */
786
- export declare function serializeCustomTaskExtensionCollectionResponse(writer: SerializationWriter, customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined | null): void;
835
+ export declare function serializeCustomTaskExtensionCollectionResponse(writer: SerializationWriter, customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
787
836
  /**
788
837
  * Serializes information the current object
838
+ * @param GroupBasedSubjectSet The instance to serialize from.
839
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
789
840
  * @param writer Serialization writer to use to serialize this model
790
841
  */
791
- export declare function serializeGroupBasedSubjectSet(writer: SerializationWriter, groupBasedSubjectSet?: Partial<GroupBasedSubjectSet> | undefined | null): void;
842
+ export declare function serializeGroupBasedSubjectSet(writer: SerializationWriter, groupBasedSubjectSet?: Partial<GroupBasedSubjectSet> | undefined | null, isSerializingDerivedType?: boolean): void;
792
843
  /**
793
844
  * Serializes information the current object
845
+ * @param Insights The instance to serialize from.
846
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
794
847
  * @param writer Serialization writer to use to serialize this model
795
848
  */
796
- export declare function serializeInsights(writer: SerializationWriter, insights?: Partial<Insights> | undefined | null): void;
849
+ export declare function serializeInsights(writer: SerializationWriter, insights?: Partial<Insights> | undefined | null, isSerializingDerivedType?: boolean): void;
797
850
  /**
798
851
  * Serializes information the current object
852
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
853
+ * @param LifecycleManagementSettings The instance to serialize from.
799
854
  * @param writer Serialization writer to use to serialize this model
800
855
  */
801
- export declare function serializeLifecycleManagementSettings(writer: SerializationWriter, lifecycleManagementSettings?: Partial<LifecycleManagementSettings> | undefined | null): void;
856
+ export declare function serializeLifecycleManagementSettings(writer: SerializationWriter, lifecycleManagementSettings?: Partial<LifecycleManagementSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
802
857
  /**
803
858
  * Serializes information the current object
859
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
860
+ * @param LifecycleWorkflowsContainer The instance to serialize from.
804
861
  * @param writer Serialization writer to use to serialize this model
805
862
  */
806
- export declare function serializeLifecycleWorkflowsContainer(writer: SerializationWriter, lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined | null): void;
863
+ export declare function serializeLifecycleWorkflowsContainer(writer: SerializationWriter, lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined | null, isSerializingDerivedType?: boolean): void;
807
864
  /**
808
865
  * Serializes information the current object
866
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
867
+ * @param MembershipChangeTrigger The instance to serialize from.
809
868
  * @param writer Serialization writer to use to serialize this model
810
869
  */
811
- export declare function serializeMembershipChangeTrigger(writer: SerializationWriter, membershipChangeTrigger?: Partial<MembershipChangeTrigger> | undefined | null): void;
870
+ export declare function serializeMembershipChangeTrigger(writer: SerializationWriter, membershipChangeTrigger?: Partial<MembershipChangeTrigger> | undefined | null, isSerializingDerivedType?: boolean): void;
812
871
  /**
813
872
  * Serializes information the current object
873
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
874
+ * @param OnDemandExecutionOnly The instance to serialize from.
814
875
  * @param writer Serialization writer to use to serialize this model
815
876
  */
816
- export declare function serializeOnDemandExecutionOnly(writer: SerializationWriter, onDemandExecutionOnly?: Partial<OnDemandExecutionOnly> | undefined | null): void;
877
+ export declare function serializeOnDemandExecutionOnly(writer: SerializationWriter, onDemandExecutionOnly?: Partial<OnDemandExecutionOnly> | undefined | null, isSerializingDerivedType?: boolean): void;
817
878
  /**
818
879
  * Serializes information the current object
880
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
881
+ * @param Parameter The instance to serialize from.
819
882
  * @param writer Serialization writer to use to serialize this model
820
883
  */
821
- export declare function serializeParameter(writer: SerializationWriter, parameter?: Partial<Parameter> | undefined | null): void;
884
+ export declare function serializeParameter(writer: SerializationWriter, parameter?: Partial<Parameter> | undefined | null, isSerializingDerivedType?: boolean): void;
822
885
  /**
823
886
  * Serializes information the current object
887
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
888
+ * @param RuleBasedSubjectSet The instance to serialize from.
824
889
  * @param writer Serialization writer to use to serialize this model
825
890
  */
826
- export declare function serializeRuleBasedSubjectSet(writer: SerializationWriter, ruleBasedSubjectSet?: Partial<RuleBasedSubjectSet> | undefined | null): void;
891
+ export declare function serializeRuleBasedSubjectSet(writer: SerializationWriter, ruleBasedSubjectSet?: Partial<RuleBasedSubjectSet> | undefined | null, isSerializingDerivedType?: boolean): void;
827
892
  /**
828
893
  * Serializes information the current object
894
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
895
+ * @param Run The instance to serialize from.
829
896
  * @param writer Serialization writer to use to serialize this model
830
897
  */
831
- export declare function serializeRun(writer: SerializationWriter, run?: Partial<Run> | undefined | null): void;
898
+ export declare function serializeRun(writer: SerializationWriter, run?: Partial<Run> | undefined | null, isSerializingDerivedType?: boolean): void;
832
899
  /**
833
900
  * Serializes information the current object
901
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
902
+ * @param RunCollectionResponse The instance to serialize from.
834
903
  * @param writer Serialization writer to use to serialize this model
835
904
  */
836
- export declare function serializeRunCollectionResponse(writer: SerializationWriter, runCollectionResponse?: Partial<RunCollectionResponse> | undefined | null): void;
905
+ export declare function serializeRunCollectionResponse(writer: SerializationWriter, runCollectionResponse?: Partial<RunCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
837
906
  /**
838
907
  * Serializes information the current object
908
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
909
+ * @param RunSummary The instance to serialize from.
839
910
  * @param writer Serialization writer to use to serialize this model
840
911
  */
841
- export declare function serializeRunSummary(writer: SerializationWriter, runSummary?: Partial<RunSummary> | undefined | null): void;
912
+ export declare function serializeRunSummary(writer: SerializationWriter, runSummary?: Partial<RunSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
842
913
  /**
843
914
  * Serializes information the current object
915
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
916
+ * @param Task The instance to serialize from.
844
917
  * @param writer Serialization writer to use to serialize this model
845
918
  */
846
- export declare function serializeTask(writer: SerializationWriter, task?: Partial<Task> | undefined | null): void;
919
+ export declare function serializeTask(writer: SerializationWriter, task?: Partial<Task> | undefined | null, isSerializingDerivedType?: boolean): void;
847
920
  /**
848
921
  * Serializes information the current object
922
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
923
+ * @param TaskCollectionResponse The instance to serialize from.
849
924
  * @param writer Serialization writer to use to serialize this model
850
925
  */
851
- export declare function serializeTaskCollectionResponse(writer: SerializationWriter, taskCollectionResponse?: Partial<TaskCollectionResponse> | undefined | null): void;
926
+ export declare function serializeTaskCollectionResponse(writer: SerializationWriter, taskCollectionResponse?: Partial<TaskCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
852
927
  /**
853
928
  * Serializes information the current object
929
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
930
+ * @param TaskDefinition The instance to serialize from.
854
931
  * @param writer Serialization writer to use to serialize this model
855
932
  */
856
- export declare function serializeTaskDefinition(writer: SerializationWriter, taskDefinition?: Partial<TaskDefinition> | undefined | null): void;
933
+ export declare function serializeTaskDefinition(writer: SerializationWriter, taskDefinition?: Partial<TaskDefinition> | undefined | null, isSerializingDerivedType?: boolean): void;
857
934
  /**
858
935
  * Serializes information the current object
936
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
937
+ * @param TaskDefinitionCollectionResponse The instance to serialize from.
859
938
  * @param writer Serialization writer to use to serialize this model
860
939
  */
861
- export declare function serializeTaskDefinitionCollectionResponse(writer: SerializationWriter, taskDefinitionCollectionResponse?: Partial<TaskDefinitionCollectionResponse> | undefined | null): void;
940
+ export declare function serializeTaskDefinitionCollectionResponse(writer: SerializationWriter, taskDefinitionCollectionResponse?: Partial<TaskDefinitionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
862
941
  /**
863
942
  * Serializes information the current object
943
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
944
+ * @param TaskProcessingResult The instance to serialize from.
864
945
  * @param writer Serialization writer to use to serialize this model
865
946
  */
866
- export declare function serializeTaskProcessingResult(writer: SerializationWriter, taskProcessingResult?: Partial<TaskProcessingResult> | undefined | null): void;
947
+ export declare function serializeTaskProcessingResult(writer: SerializationWriter, taskProcessingResult?: Partial<TaskProcessingResult> | undefined | null, isSerializingDerivedType?: boolean): void;
867
948
  /**
868
949
  * Serializes information the current object
950
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
951
+ * @param TaskProcessingResultCollectionResponse The instance to serialize from.
869
952
  * @param writer Serialization writer to use to serialize this model
870
953
  */
871
- export declare function serializeTaskProcessingResultCollectionResponse(writer: SerializationWriter, taskProcessingResultCollectionResponse?: Partial<TaskProcessingResultCollectionResponse> | undefined | null): void;
954
+ export declare function serializeTaskProcessingResultCollectionResponse(writer: SerializationWriter, taskProcessingResultCollectionResponse?: Partial<TaskProcessingResultCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
872
955
  /**
873
956
  * Serializes information the current object
957
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
958
+ * @param TaskReport The instance to serialize from.
874
959
  * @param writer Serialization writer to use to serialize this model
875
960
  */
876
- export declare function serializeTaskReport(writer: SerializationWriter, taskReport?: Partial<TaskReport> | undefined | null): void;
961
+ export declare function serializeTaskReport(writer: SerializationWriter, taskReport?: Partial<TaskReport> | undefined | null, isSerializingDerivedType?: boolean): void;
877
962
  /**
878
963
  * Serializes information the current object
964
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
965
+ * @param TaskReportCollectionResponse The instance to serialize from.
879
966
  * @param writer Serialization writer to use to serialize this model
880
967
  */
881
- export declare function serializeTaskReportCollectionResponse(writer: SerializationWriter, taskReportCollectionResponse?: Partial<TaskReportCollectionResponse> | undefined | null): void;
968
+ export declare function serializeTaskReportCollectionResponse(writer: SerializationWriter, taskReportCollectionResponse?: Partial<TaskReportCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
882
969
  /**
883
970
  * Serializes information the current object
971
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
972
+ * @param TaskReportSummary The instance to serialize from.
884
973
  * @param writer Serialization writer to use to serialize this model
885
974
  */
886
- export declare function serializeTaskReportSummary(writer: SerializationWriter, taskReportSummary?: Partial<TaskReportSummary> | undefined | null): void;
975
+ export declare function serializeTaskReportSummary(writer: SerializationWriter, taskReportSummary?: Partial<TaskReportSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
887
976
  /**
888
977
  * Serializes information the current object
978
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
979
+ * @param TimeBasedAttributeTrigger The instance to serialize from.
889
980
  * @param writer Serialization writer to use to serialize this model
890
981
  */
891
- export declare function serializeTimeBasedAttributeTrigger(writer: SerializationWriter, timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined | null): void;
982
+ export declare function serializeTimeBasedAttributeTrigger(writer: SerializationWriter, timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined | null, isSerializingDerivedType?: boolean): void;
892
983
  /**
893
984
  * Serializes information the current object
985
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
986
+ * @param TopTasksInsightsSummary The instance to serialize from.
894
987
  * @param writer Serialization writer to use to serialize this model
895
988
  */
896
- export declare function serializeTopTasksInsightsSummary(writer: SerializationWriter, topTasksInsightsSummary?: Partial<TopTasksInsightsSummary> | undefined | null): void;
989
+ export declare function serializeTopTasksInsightsSummary(writer: SerializationWriter, topTasksInsightsSummary?: Partial<TopTasksInsightsSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
897
990
  /**
898
991
  * Serializes information the current object
992
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
993
+ * @param TopWorkflowsInsightsSummary The instance to serialize from.
899
994
  * @param writer Serialization writer to use to serialize this model
900
995
  */
901
- export declare function serializeTopWorkflowsInsightsSummary(writer: SerializationWriter, topWorkflowsInsightsSummary?: Partial<TopWorkflowsInsightsSummary> | undefined | null): void;
996
+ export declare function serializeTopWorkflowsInsightsSummary(writer: SerializationWriter, topWorkflowsInsightsSummary?: Partial<TopWorkflowsInsightsSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
902
997
  /**
903
998
  * Serializes information the current object
999
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1000
+ * @param TriggerAndScopeBasedConditions The instance to serialize from.
904
1001
  * @param writer Serialization writer to use to serialize this model
905
1002
  */
906
- export declare function serializeTriggerAndScopeBasedConditions(writer: SerializationWriter, triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined | null): void;
1003
+ export declare function serializeTriggerAndScopeBasedConditions(writer: SerializationWriter, triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined | null, isSerializingDerivedType?: boolean): void;
907
1004
  /**
908
1005
  * Serializes information the current object
1006
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1007
+ * @param TriggerAttribute The instance to serialize from.
909
1008
  * @param writer Serialization writer to use to serialize this model
910
1009
  */
911
- export declare function serializeTriggerAttribute(writer: SerializationWriter, triggerAttribute?: Partial<TriggerAttribute> | undefined | null): void;
1010
+ export declare function serializeTriggerAttribute(writer: SerializationWriter, triggerAttribute?: Partial<TriggerAttribute> | undefined | null, isSerializingDerivedType?: boolean): void;
912
1011
  /**
913
1012
  * Serializes information the current object
1013
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1014
+ * @param UserProcessingResult The instance to serialize from.
914
1015
  * @param writer Serialization writer to use to serialize this model
915
1016
  */
916
- export declare function serializeUserProcessingResult(writer: SerializationWriter, userProcessingResult?: Partial<UserProcessingResult> | undefined | null): void;
1017
+ export declare function serializeUserProcessingResult(writer: SerializationWriter, userProcessingResult?: Partial<UserProcessingResult> | undefined | null, isSerializingDerivedType?: boolean): void;
917
1018
  /**
918
1019
  * Serializes information the current object
1020
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1021
+ * @param UserProcessingResultCollectionResponse The instance to serialize from.
919
1022
  * @param writer Serialization writer to use to serialize this model
920
1023
  */
921
- export declare function serializeUserProcessingResultCollectionResponse(writer: SerializationWriter, userProcessingResultCollectionResponse?: Partial<UserProcessingResultCollectionResponse> | undefined | null): void;
1024
+ export declare function serializeUserProcessingResultCollectionResponse(writer: SerializationWriter, userProcessingResultCollectionResponse?: Partial<UserProcessingResultCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
922
1025
  /**
923
1026
  * Serializes information the current object
1027
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1028
+ * @param UserSummary The instance to serialize from.
924
1029
  * @param writer Serialization writer to use to serialize this model
925
1030
  */
926
- export declare function serializeUserSummary(writer: SerializationWriter, userSummary?: Partial<UserSummary> | undefined | null): void;
1031
+ export declare function serializeUserSummary(writer: SerializationWriter, userSummary?: Partial<UserSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
927
1032
  /**
928
1033
  * Serializes information the current object
1034
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1035
+ * @param Workflow The instance to serialize from.
929
1036
  * @param writer Serialization writer to use to serialize this model
930
1037
  */
931
- export declare function serializeWorkflow(writer: SerializationWriter, workflow?: Partial<Workflow> | undefined | null): void;
1038
+ export declare function serializeWorkflow(writer: SerializationWriter, workflow?: Partial<Workflow> | undefined | null, isSerializingDerivedType?: boolean): void;
932
1039
  /**
933
1040
  * Serializes information the current object
1041
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1042
+ * @param WorkflowBase The instance to serialize from.
934
1043
  * @param writer Serialization writer to use to serialize this model
935
1044
  */
936
- export declare function serializeWorkflowBase(writer: SerializationWriter, workflowBase?: Partial<WorkflowBase> | undefined | null): void;
1045
+ export declare function serializeWorkflowBase(writer: SerializationWriter, workflowBase?: Partial<WorkflowBase> | undefined | null, isSerializingDerivedType?: boolean): void;
937
1046
  /**
938
1047
  * Serializes information the current object
1048
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1049
+ * @param WorkflowCollectionResponse The instance to serialize from.
939
1050
  * @param writer Serialization writer to use to serialize this model
940
1051
  */
941
- export declare function serializeWorkflowCollectionResponse(writer: SerializationWriter, workflowCollectionResponse?: Partial<WorkflowCollectionResponse> | undefined | null): void;
1052
+ export declare function serializeWorkflowCollectionResponse(writer: SerializationWriter, workflowCollectionResponse?: Partial<WorkflowCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
942
1053
  /**
943
1054
  * Serializes information the current object
1055
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1056
+ * @param WorkflowExecutionConditions The instance to serialize from.
944
1057
  * @param writer Serialization writer to use to serialize this model
945
1058
  */
946
- export declare function serializeWorkflowExecutionConditions(writer: SerializationWriter, workflowExecutionConditions?: Partial<WorkflowExecutionConditions> | undefined | null): void;
1059
+ export declare function serializeWorkflowExecutionConditions(writer: SerializationWriter, workflowExecutionConditions?: Partial<WorkflowExecutionConditions> | undefined | null, isSerializingDerivedType?: boolean): void;
947
1060
  /**
948
1061
  * Serializes information the current object
1062
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1063
+ * @param WorkflowExecutionTrigger The instance to serialize from.
949
1064
  * @param writer Serialization writer to use to serialize this model
950
1065
  */
951
- export declare function serializeWorkflowExecutionTrigger(writer: SerializationWriter, workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined | null): void;
1066
+ export declare function serializeWorkflowExecutionTrigger(writer: SerializationWriter, workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined | null, isSerializingDerivedType?: boolean): void;
952
1067
  /**
953
1068
  * Serializes information the current object
1069
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1070
+ * @param WorkflowsInsightsByCategory The instance to serialize from.
954
1071
  * @param writer Serialization writer to use to serialize this model
955
1072
  */
956
- export declare function serializeWorkflowsInsightsByCategory(writer: SerializationWriter, workflowsInsightsByCategory?: Partial<WorkflowsInsightsByCategory> | undefined | null): void;
1073
+ export declare function serializeWorkflowsInsightsByCategory(writer: SerializationWriter, workflowsInsightsByCategory?: Partial<WorkflowsInsightsByCategory> | undefined | null, isSerializingDerivedType?: boolean): void;
957
1074
  /**
958
1075
  * Serializes information the current object
1076
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1077
+ * @param WorkflowsInsightsSummary The instance to serialize from.
959
1078
  * @param writer Serialization writer to use to serialize this model
960
1079
  */
961
- export declare function serializeWorkflowsInsightsSummary(writer: SerializationWriter, workflowsInsightsSummary?: Partial<WorkflowsInsightsSummary> | undefined | null): void;
1080
+ export declare function serializeWorkflowsInsightsSummary(writer: SerializationWriter, workflowsInsightsSummary?: Partial<WorkflowsInsightsSummary> | undefined | null, isSerializingDerivedType?: boolean): void;
962
1081
  /**
963
1082
  * Serializes information the current object
1083
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1084
+ * @param WorkflowTemplate The instance to serialize from.
964
1085
  * @param writer Serialization writer to use to serialize this model
965
1086
  */
966
- export declare function serializeWorkflowTemplate(writer: SerializationWriter, workflowTemplate?: Partial<WorkflowTemplate> | undefined | null): void;
1087
+ export declare function serializeWorkflowTemplate(writer: SerializationWriter, workflowTemplate?: Partial<WorkflowTemplate> | undefined | null, isSerializingDerivedType?: boolean): void;
967
1088
  /**
968
1089
  * Serializes information the current object
1090
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1091
+ * @param WorkflowTemplateCollectionResponse The instance to serialize from.
969
1092
  * @param writer Serialization writer to use to serialize this model
970
1093
  */
971
- export declare function serializeWorkflowTemplateCollectionResponse(writer: SerializationWriter, workflowTemplateCollectionResponse?: Partial<WorkflowTemplateCollectionResponse> | undefined | null): void;
1094
+ export declare function serializeWorkflowTemplateCollectionResponse(writer: SerializationWriter, workflowTemplateCollectionResponse?: Partial<WorkflowTemplateCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
972
1095
  /**
973
1096
  * Serializes information the current object
1097
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1098
+ * @param WorkflowVersion The instance to serialize from.
974
1099
  * @param writer Serialization writer to use to serialize this model
975
1100
  */
976
- export declare function serializeWorkflowVersion(writer: SerializationWriter, workflowVersion?: Partial<WorkflowVersion> | undefined | null): void;
1101
+ export declare function serializeWorkflowVersion(writer: SerializationWriter, workflowVersion?: Partial<WorkflowVersion> | undefined | null, isSerializingDerivedType?: boolean): void;
977
1102
  /**
978
1103
  * Serializes information the current object
1104
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1105
+ * @param WorkflowVersionCollectionResponse The instance to serialize from.
979
1106
  * @param writer Serialization writer to use to serialize this model
980
1107
  */
981
- export declare function serializeWorkflowVersionCollectionResponse(writer: SerializationWriter, workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined | null): void;
1108
+ export declare function serializeWorkflowVersionCollectionResponse(writer: SerializationWriter, workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
982
1109
  export interface Task extends Entity, Parsable {
983
1110
  /**
984
1111
  * Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.
@@ -1148,10 +1275,6 @@ export interface TaskReportCollectionResponse extends BaseCollectionPaginationCo
1148
1275
  value?: TaskReport[] | null;
1149
1276
  }
1150
1277
  export interface TaskReportSummary extends AdditionalDataHolder, BackedModel, Parsable {
1151
- /**
1152
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1153
- */
1154
- additionalData?: Record<string, unknown>;
1155
1278
  /**
1156
1279
  * Stores model information.
1157
1280
  */
@@ -1188,10 +1311,6 @@ export interface TimeBasedAttributeTrigger extends Parsable, WorkflowExecutionTr
1188
1311
  timeBasedAttribute?: WorkflowTriggerTimeBasedAttribute | null;
1189
1312
  }
1190
1313
  export interface TopTasksInsightsSummary extends AdditionalDataHolder, BackedModel, Parsable {
1191
- /**
1192
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1193
- */
1194
- additionalData?: Record<string, unknown>;
1195
1314
  /**
1196
1315
  * Stores model information.
1197
1316
  */
@@ -1234,10 +1353,6 @@ export interface TopTasksInsightsSummary extends AdditionalDataHolder, BackedMod
1234
1353
  totalUsers?: number | null;
1235
1354
  }
1236
1355
  export interface TopWorkflowsInsightsSummary extends AdditionalDataHolder, BackedModel, Parsable {
1237
- /**
1238
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1239
- */
1240
- additionalData?: Record<string, unknown>;
1241
1356
  /**
1242
1357
  * Stores model information.
1243
1358
  */
@@ -1298,10 +1413,6 @@ export interface TriggerAndScopeBasedConditions extends Parsable, WorkflowExecut
1298
1413
  trigger?: WorkflowExecutionTrigger | null;
1299
1414
  }
1300
1415
  export interface TriggerAttribute extends AdditionalDataHolder, BackedModel, Parsable {
1301
- /**
1302
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1303
- */
1304
- additionalData?: Record<string, unknown>;
1305
1416
  /**
1306
1417
  * Stores model information.
1307
1418
  */
@@ -1368,10 +1479,6 @@ export interface UserProcessingResultCollectionResponse extends BaseCollectionPa
1368
1479
  value?: UserProcessingResult[] | null;
1369
1480
  }
1370
1481
  export interface UserSummary extends AdditionalDataHolder, BackedModel, Parsable {
1371
- /**
1372
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1373
- */
1374
- additionalData?: Record<string, unknown>;
1375
1482
  /**
1376
1483
  * Stores model information.
1377
1484
  */
@@ -1441,10 +1548,6 @@ export interface Workflow extends Parsable, WorkflowBase {
1441
1548
  versions?: WorkflowVersion[] | null;
1442
1549
  }
1443
1550
  export interface WorkflowBase extends AdditionalDataHolder, BackedModel, Parsable {
1444
- /**
1445
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1446
- */
1447
- additionalData?: Record<string, unknown>;
1448
1551
  /**
1449
1552
  * Stores model information.
1450
1553
  */
@@ -1505,10 +1608,6 @@ export interface WorkflowCollectionResponse extends BaseCollectionPaginationCoun
1505
1608
  value?: Workflow[] | null;
1506
1609
  }
1507
1610
  export interface WorkflowExecutionConditions extends AdditionalDataHolder, BackedModel, Parsable {
1508
- /**
1509
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1510
- */
1511
- additionalData?: Record<string, unknown>;
1512
1611
  /**
1513
1612
  * Stores model information.
1514
1613
  */
@@ -1519,10 +1618,6 @@ export interface WorkflowExecutionConditions extends AdditionalDataHolder, Backe
1519
1618
  odataType?: string | null;
1520
1619
  }
1521
1620
  export interface WorkflowExecutionTrigger extends AdditionalDataHolder, BackedModel, Parsable {
1522
- /**
1523
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1524
- */
1525
- additionalData?: Record<string, unknown>;
1526
1621
  /**
1527
1622
  * Stores model information.
1528
1623
  */
@@ -1534,10 +1629,6 @@ export interface WorkflowExecutionTrigger extends AdditionalDataHolder, BackedMo
1534
1629
  }
1535
1630
  export type WorkflowExecutionType = (typeof WorkflowExecutionTypeObject)[keyof typeof WorkflowExecutionTypeObject];
1536
1631
  export interface WorkflowsInsightsByCategory extends AdditionalDataHolder, BackedModel, Parsable {
1537
- /**
1538
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1539
- */
1540
- additionalData?: Record<string, unknown>;
1541
1632
  /**
1542
1633
  * Stores model information.
1543
1634
  */
@@ -1584,10 +1675,6 @@ export interface WorkflowsInsightsByCategory extends AdditionalDataHolder, Backe
1584
1675
  totalMoverRuns?: number | null;
1585
1676
  }
1586
1677
  export interface WorkflowsInsightsSummary extends AdditionalDataHolder, BackedModel, Parsable {
1587
- /**
1588
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
1589
- */
1590
- additionalData?: Record<string, unknown>;
1591
1678
  /**
1592
1679
  * Stores model information.
1593
1680
  */