Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions microsoft-graph.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings
// Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>
// Michael Mainer <https://github.com/MIchaelMainer>
// Gavin Barron <https://github.com/gavinbarron>
// Adrian Obando <https://github.com/adrian05-ms>
// Peter Ombwa <https://github.com/peombwa>
// Mustafa Zengin <https://github.com/zengin>
// DeVere Dyett <https://github.com/ddyett>
// Nikitha Udaykumar Chettiar <https://github.com/nikithauc>
// TypeScript Version: 2.1

export as namespace microsoftgraphbeta;
Expand Down Expand Up @@ -20876,6 +20878,7 @@ export interface EducationAssignmentResource extends Entity {
distributeForStudentWork?: NullableOption<boolean>;
// Resource object that is associated with this assignment.
resource?: NullableOption<EducationResource>;
// A collection of assignment resources that depend on the parent educationAssignmentResource.
dependentResources?: NullableOption<EducationAssignmentResource[]>;
}
export interface EducationAssignmentSettings extends Entity {
Expand Down Expand Up @@ -21174,6 +21177,7 @@ export interface EducationSubmissionResource extends Entity {
assignmentResourceUrl?: NullableOption<string>;
// Resource object.
resource?: NullableOption<EducationResource>;
// A collection of submission resources that depend on the parent educationSubmissionResource.
dependentResources?: NullableOption<EducationSubmissionResource[]>;
}
export interface EducationUser extends Entity {
Expand Down