@microsoft/msgraph-sdk 1.0.0-preview.57 → 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 +88 -136
- package/models/index.d.ts.map +1 -1
- package/models/index.js +8 -38
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +4 -2
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +2 -0
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/models/security/index.js
CHANGED
|
@@ -7395,6 +7395,7 @@ export const DetectionSourceObject = {
|
|
|
7395
7395
|
MicrosoftDefenderThreatIntelligenceAnalytics: "microsoftDefenderThreatIntelligenceAnalytics",
|
|
7396
7396
|
BuiltInMl: "builtInMl",
|
|
7397
7397
|
MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement",
|
|
7398
|
+
MicrosoftThreatIntelligence: "microsoftThreatIntelligence",
|
|
7398
7399
|
MicrosoftSentinel: "microsoftSentinel",
|
|
7399
7400
|
};
|
|
7400
7401
|
export const DetectionStatusObject = {
|
|
@@ -7679,6 +7680,7 @@ export const ServiceSourceObject = {
|
|
|
7679
7680
|
MicrosoftDefenderForCloud: "microsoftDefenderForCloud",
|
|
7680
7681
|
MicrosoftSentinel: "microsoftSentinel",
|
|
7681
7682
|
MicrosoftInsiderRiskManagement: "microsoftInsiderRiskManagement",
|
|
7683
|
+
MicrosoftThreatIntelligence: "microsoftThreatIntelligence",
|
|
7682
7684
|
};
|
|
7683
7685
|
export const SourceTypeObject = {
|
|
7684
7686
|
Mailbox: "mailbox",
|