@microsoft/msgraph-sdk 1.0.0-preview.58 → 1.0.0-preview.59

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
@@ -85113,7 +85113,7 @@ export interface VirtualEventRegistration extends Entity, Parsable {
85113
85113
  */
85114
85114
  preferredTimezone?: string | null;
85115
85115
  /**
85116
- * Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
85116
+ * Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
85117
85117
  */
85118
85118
  registrationDateTime?: Date | null;
85119
85119
  /**
@@ -7994,6 +7994,7 @@ export declare const DetectionSourceObject: {
7994
7994
  readonly MicrosoftDefenderThreatIntelligenceAnalytics: "microsoftDefenderThreatIntelligenceAnalytics";
7995
7995
  readonly BuiltInMl: "builtInMl";
7996
7996
  readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
7997
+ readonly MicrosoftThreatIntelligence: "microsoftThreatIntelligence";
7997
7998
  readonly MicrosoftSentinel: "microsoftSentinel";
7998
7999
  };
7999
8000
  export declare const DetectionStatusObject: {
@@ -8278,6 +8279,7 @@ export declare const ServiceSourceObject: {
8278
8279
  readonly MicrosoftDefenderForCloud: "microsoftDefenderForCloud";
8279
8280
  readonly MicrosoftSentinel: "microsoftSentinel";
8280
8281
  readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
8282
+ readonly MicrosoftThreatIntelligence: "microsoftThreatIntelligence";
8281
8283
  };
8282
8284
  export declare const SourceTypeObject: {
8283
8285
  readonly Mailbox: "mailbox";