@microsoft/msgraph-sdk 1.0.0-preview.20 → 1.0.0-preview.21
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/callRecords/index.d.ts +8 -8
- package/models/index.d.ts +985 -34
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1051 -140
- package/models/security/index.d.ts +2 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +2 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -7329,6 +7329,7 @@ export declare const DetectionSourceObject: {
|
|
|
7329
7329
|
readonly ScheduledAlerts: "scheduledAlerts";
|
|
7330
7330
|
readonly MicrosoftDefenderThreatIntelligenceAnalytics: "microsoftDefenderThreatIntelligenceAnalytics";
|
|
7331
7331
|
readonly BuiltInMl: "builtInMl";
|
|
7332
|
+
readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
|
|
7332
7333
|
readonly MicrosoftSentinel: "microsoftSentinel";
|
|
7333
7334
|
};
|
|
7334
7335
|
export declare const DetectionStatusObject: {
|
|
@@ -7558,6 +7559,7 @@ export declare const ServiceSourceObject: {
|
|
|
7558
7559
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
7559
7560
|
readonly MicrosoftDefenderForCloud: "microsoftDefenderForCloud";
|
|
7560
7561
|
readonly MicrosoftSentinel: "microsoftSentinel";
|
|
7562
|
+
readonly MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement";
|
|
7561
7563
|
};
|
|
7562
7564
|
export declare const SourceTypeObject: {
|
|
7563
7565
|
readonly Mailbox: "mailbox";
|