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

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.js CHANGED
@@ -29595,7 +29595,7 @@ exports.deserializeIntoEducationStudent = deserializeIntoEducationStudent;
29595
29595
  * @returns a Record<string, (node: ParseNode) => void>
29596
29596
  */
29597
29597
  function deserializeIntoEducationSubmission(educationSubmission = {}) {
29598
- return Object.assign(Object.assign({}, deserializeIntoEntity(educationSubmission)), { "outcomes": n => { educationSubmission.outcomes = n.getCollectionOfObjectValues(createEducationOutcomeFromDiscriminatorValue); }, "reassignedBy": n => { educationSubmission.reassignedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "reassignedDateTime": n => { educationSubmission.reassignedDateTime = n.getDateValue(); }, "recipient": n => { educationSubmission.recipient = n.getObjectValue(createEducationSubmissionRecipientFromDiscriminatorValue); }, "resources": n => { educationSubmission.resources = n.getCollectionOfObjectValues(createEducationSubmissionResourceFromDiscriminatorValue); }, "resourcesFolderUrl": n => { educationSubmission.resourcesFolderUrl = n.getStringValue(); }, "returnedBy": n => { educationSubmission.returnedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "returnedDateTime": n => { educationSubmission.returnedDateTime = n.getDateValue(); }, "status": n => { educationSubmission.status = n.getEnumValue(exports.EducationSubmissionStatusObject); }, "submittedBy": n => { educationSubmission.submittedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "submittedDateTime": n => { educationSubmission.submittedDateTime = n.getDateValue(); }, "submittedResources": n => { educationSubmission.submittedResources = n.getCollectionOfObjectValues(createEducationSubmissionResourceFromDiscriminatorValue); }, "unsubmittedBy": n => { educationSubmission.unsubmittedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "unsubmittedDateTime": n => { educationSubmission.unsubmittedDateTime = n.getDateValue(); } });
29598
+ return Object.assign(Object.assign({}, deserializeIntoEntity(educationSubmission)), { "outcomes": n => { educationSubmission.outcomes = n.getCollectionOfObjectValues(createEducationOutcomeFromDiscriminatorValue); }, "reassignedBy": n => { educationSubmission.reassignedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "reassignedDateTime": n => { educationSubmission.reassignedDateTime = n.getDateValue(); }, "recipient": n => { educationSubmission.recipient = n.getObjectValue(createEducationSubmissionRecipientFromDiscriminatorValue); }, "resources": n => { educationSubmission.resources = n.getCollectionOfObjectValues(createEducationSubmissionResourceFromDiscriminatorValue); }, "resourcesFolderUrl": n => { educationSubmission.resourcesFolderUrl = n.getStringValue(); }, "returnedBy": n => { educationSubmission.returnedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "returnedDateTime": n => { educationSubmission.returnedDateTime = n.getDateValue(); }, "status": n => { educationSubmission.status = n.getEnumValue(exports.EducationSubmissionStatusObject); }, "submittedBy": n => { educationSubmission.submittedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "submittedDateTime": n => { educationSubmission.submittedDateTime = n.getDateValue(); }, "submittedResources": n => { educationSubmission.submittedResources = n.getCollectionOfObjectValues(createEducationSubmissionResourceFromDiscriminatorValue); }, "unsubmittedBy": n => { educationSubmission.unsubmittedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "unsubmittedDateTime": n => { educationSubmission.unsubmittedDateTime = n.getDateValue(); }, "webUrl": n => { educationSubmission.webUrl = n.getStringValue(); } });
29599
29599
  }
29600
29600
  exports.deserializeIntoEducationSubmission = deserializeIntoEducationSubmission;
29601
29601
  /**
@@ -70556,10 +70556,10 @@ exports.EntityTypeObject = {
70556
70556
  ListItem: "listItem",
70557
70557
  Drive: "drive",
70558
70558
  UnknownFutureValue: "unknownFutureValue",
70559
- Acronym: "acronym",
70560
- Bookmark: "bookmark",
70561
70559
  ChatMessage: "chatMessage",
70562
70560
  Person: "person",
70561
+ Acronym: "acronym",
70562
+ Bookmark: "bookmark",
70563
70563
  };
70564
70564
  exports.EventTypeObject = {
70565
70565
  SingleInstance: "singleInstance",
@@ -71542,9 +71542,9 @@ exports.PermissionClassificationTypeObject = {
71542
71542
  UnknownFutureValue: "unknownFutureValue",
71543
71543
  };
71544
71544
  exports.PermissionTypeObject = {
71545
- Application: "application",
71546
- Delegated: "delegated",
71547
71545
  DelegatedUserConsentable: "delegatedUserConsentable",
71546
+ Delegated: "delegated",
71547
+ Application: "application",
71548
71548
  };
71549
71549
  exports.PersistentBrowserSessionModeObject = {
71550
71550
  Always: "always",
@@ -73095,9 +73095,9 @@ exports.RiskDetailObject = {
73095
73095
  Hidden: "hidden",
73096
73096
  AdminConfirmedUserCompromised: "adminConfirmedUserCompromised",
73097
73097
  UnknownFutureValue: "unknownFutureValue",
73098
+ M365DAdminDismissedDetection: "m365DAdminDismissedDetection",
73098
73099
  AdminConfirmedServicePrincipalCompromised: "adminConfirmedServicePrincipalCompromised",
73099
73100
  AdminDismissedAllRiskForServicePrincipal: "adminDismissedAllRiskForServicePrincipal",
73100
- M365DAdminDismissedDetection: "m365DAdminDismissedDetection",
73101
73101
  };
73102
73102
  exports.RiskDetectionTimingTypeObject = {
73103
73103
  NotDefined: "notDefined",
@@ -4,45 +4,45 @@ import { type AdditionalDataHolder, type ApiError, type BackedModel, type Parsab
4
4
  * @param parseNode The parse node to use to read the discriminator value and create the object
5
5
  * @returns a ErrorDetails
6
6
  */
7
- export declare function createErrorDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoErrorDetails;
7
+ export declare function createErrorDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
8
8
  /**
9
9
  * Creates a new instance of the appropriate class based on discriminator value
10
10
  * @param parseNode The parse node to use to read the discriminator value and create the object
11
11
  * @returns a InnerError
12
12
  */
13
- export declare function createInnerErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoInnerError;
13
+ export declare function createInnerErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14
14
  /**
15
15
  * Creates a new instance of the appropriate class based on discriminator value
16
16
  * @param parseNode The parse node to use to read the discriminator value and create the object
17
17
  * @returns a MainError
18
18
  */
19
- export declare function createMainErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoMainError;
19
+ export declare function createMainErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20
20
  /**
21
21
  * Creates a new instance of the appropriate class based on discriminator value
22
22
  * @param parseNode The parse node to use to read the discriminator value and create the object
23
23
  * @returns a ODataError
24
24
  */
25
- export declare function createODataErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoODataError;
25
+ export declare function createODataErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26
26
  /**
27
27
  * The deserialization information for the current model
28
28
  * @returns a Record<string, (node: ParseNode) => void>
29
29
  */
30
- export declare function deserializeIntoErrorDetails(errorDetails?: ErrorDetails | undefined): Record<string, (node: ParseNode) => void>;
30
+ export declare function deserializeIntoErrorDetails(errorDetails?: Partial<ErrorDetails> | undefined): Record<string, (node: ParseNode) => void>;
31
31
  /**
32
32
  * The deserialization information for the current model
33
33
  * @returns a Record<string, (node: ParseNode) => void>
34
34
  */
35
- export declare function deserializeIntoInnerError(innerError?: InnerError | undefined): Record<string, (node: ParseNode) => void>;
35
+ export declare function deserializeIntoInnerError(innerError?: Partial<InnerError> | undefined): Record<string, (node: ParseNode) => void>;
36
36
  /**
37
37
  * The deserialization information for the current model
38
38
  * @returns a Record<string, (node: ParseNode) => void>
39
39
  */
40
- export declare function deserializeIntoMainError(mainError?: MainError | undefined): Record<string, (node: ParseNode) => void>;
40
+ export declare function deserializeIntoMainError(mainError?: Partial<MainError> | undefined): Record<string, (node: ParseNode) => void>;
41
41
  /**
42
42
  * The deserialization information for the current model
43
43
  * @returns a Record<string, (node: ParseNode) => void>
44
44
  */
45
- export declare function deserializeIntoODataError(oDataError?: ODataError | undefined): Record<string, (node: ParseNode) => void>;
45
+ export declare function deserializeIntoODataError(oDataError?: Partial<ODataError> | undefined): Record<string, (node: ParseNode) => void>;
46
46
  export interface ErrorDetails extends AdditionalDataHolder, BackedModel, Parsable {
47
47
  /**
48
48
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -139,20 +139,20 @@ export interface ODataError extends AdditionalDataHolder, ApiError, BackedModel,
139
139
  * Serializes information the current object
140
140
  * @param writer Serialization writer to use to serialize this model
141
141
  */
142
- export declare function serializeErrorDetails(writer: SerializationWriter, errorDetails?: ErrorDetails | undefined): void;
142
+ export declare function serializeErrorDetails(writer: SerializationWriter, errorDetails?: Partial<ErrorDetails> | undefined): void;
143
143
  /**
144
144
  * Serializes information the current object
145
145
  * @param writer Serialization writer to use to serialize this model
146
146
  */
147
- export declare function serializeInnerError(writer: SerializationWriter, innerError?: InnerError | undefined): void;
147
+ export declare function serializeInnerError(writer: SerializationWriter, innerError?: Partial<InnerError> | undefined): void;
148
148
  /**
149
149
  * Serializes information the current object
150
150
  * @param writer Serialization writer to use to serialize this model
151
151
  */
152
- export declare function serializeMainError(writer: SerializationWriter, mainError?: MainError | undefined): void;
152
+ export declare function serializeMainError(writer: SerializationWriter, mainError?: Partial<MainError> | undefined): void;
153
153
  /**
154
154
  * Serializes information the current object
155
155
  * @param writer Serialization writer to use to serialize this model
156
156
  */
157
- export declare function serializeODataError(writer: SerializationWriter, oDataError?: ODataError | undefined): void;
157
+ export declare function serializeODataError(writer: SerializationWriter, oDataError?: Partial<ODataError> | undefined): void;
158
158
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}