@microsoft/msgraph-sdk 1.0.0-preview.21 → 1.0.0-preview.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/models/index.d.ts CHANGED
@@ -40477,6 +40477,14 @@ export interface EducationStudent extends AdditionalDataHolder, BackedModel, Par
40477
40477
  studentNumber?: string;
40478
40478
  }
40479
40479
  export interface EducationSubmission extends Entity, Parsable {
40480
+ /**
40481
+ * The excusedBy property
40482
+ */
40483
+ excusedBy?: IdentitySet;
40484
+ /**
40485
+ * The excusedDateTime property
40486
+ */
40487
+ excusedDateTime?: Date;
40480
40488
  /**
40481
40489
  * The outcomes property
40482
40490
  */
@@ -41784,7 +41792,7 @@ export interface ExtractSensitivityLabelsResult extends AdditionalDataHolder, Ba
41784
41792
  }
41785
41793
  export interface FeatureRolloutPolicy extends Entity, Parsable {
41786
41794
  /**
41787
- * Nullable. Specifies a list of directoryObjects that feature is enabled for.
41795
+ * Nullable. Specifies a list of directoryObject resources that feature is enabled for.
41788
41796
  */
41789
41797
  appliesTo?: DirectoryObject[];
41790
41798
  /**
@@ -85735,6 +85743,7 @@ export declare const DelegatedAdminAccessContainerTypeObject: {
85735
85743
  export declare const DelegatedAdminRelationshipOperationTypeObject: {
85736
85744
  readonly DelegatedAdminAccessAssignmentUpdate: "delegatedAdminAccessAssignmentUpdate";
85737
85745
  readonly UnknownFutureValue: "unknownFutureValue";
85746
+ readonly DelegatedAdminRelationshipUpdate: "delegatedAdminRelationshipUpdate";
85738
85747
  };
85739
85748
  export declare const DelegatedAdminRelationshipRequestActionObject: {
85740
85749
  readonly LockForApproval: "lockForApproval";
@@ -86246,6 +86255,7 @@ export declare const EducationSubmissionStatusObject: {
86246
86255
  readonly Returned: "returned";
86247
86256
  readonly UnknownFutureValue: "unknownFutureValue";
86248
86257
  readonly Reassigned: "reassigned";
86258
+ readonly Excused: "excused";
86249
86259
  };
86250
86260
  export declare const EducationUserRoleObject: {
86251
86261
  readonly Student: "student";