@microsoft/msgraph-sdk 1.0.0-preview.22 → 1.0.0-preview.24

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.
Files changed (49) hide show
  1. package/graphRequestAdapter.js +8 -11
  2. package/graphRequestAdapter.js.map +1 -0
  3. package/graphServiceClient.js +17 -21
  4. package/graphServiceClient.js.map +1 -0
  5. package/index.d.ts +2 -2
  6. package/index.d.ts.map +1 -1
  7. package/index.js +3 -18
  8. package/index.js.map +1 -0
  9. package/models/callRecords/index.d.ts +118 -4
  10. package/models/callRecords/index.d.ts.map +1 -1
  11. package/models/callRecords/index.js +241 -180
  12. package/models/callRecords/index.js.map +1 -0
  13. package/models/externalConnectors/index.d.ts +4 -4
  14. package/models/externalConnectors/index.d.ts.map +1 -1
  15. package/models/externalConnectors/index.js +133 -215
  16. package/models/externalConnectors/index.js.map +1 -0
  17. package/models/identityGovernance/index.d.ts +2 -2
  18. package/models/identityGovernance/index.d.ts.map +1 -1
  19. package/models/identityGovernance/index.js +184 -296
  20. package/models/identityGovernance/index.js.map +1 -0
  21. package/models/index.d.ts +1418 -231
  22. package/models/index.d.ts.map +1 -1
  23. package/models/index.js +8830 -14350
  24. package/models/index.js.map +1 -0
  25. package/models/oDataErrors/index.js +13 -27
  26. package/models/oDataErrors/index.js.map +1 -0
  27. package/models/partners/billing/index.d.ts +1 -1
  28. package/models/partners/billing/index.d.ts.map +1 -1
  29. package/models/partners/billing/index.js +68 -112
  30. package/models/partners/billing/index.js.map +1 -0
  31. package/models/partners/index.d.ts +0 -1
  32. package/models/partners/index.js +1 -1
  33. package/models/partners/index.js.map +1 -0
  34. package/models/search/index.d.ts +1 -1
  35. package/models/search/index.d.ts.map +1 -1
  36. package/models/search/index.js +48 -83
  37. package/models/search/index.js.map +1 -0
  38. package/models/security/index.d.ts +140 -6
  39. package/models/security/index.d.ts.map +1 -1
  40. package/models/security/index.js +949 -1459
  41. package/models/security/index.js.map +1 -0
  42. package/models/termStore/index.d.ts +1 -1
  43. package/models/termStore/index.d.ts.map +1 -1
  44. package/models/termStore/index.js +65 -106
  45. package/models/termStore/index.js.map +1 -0
  46. package/package.json +3 -2
  47. package/tsconfig.tsbuildinfo +1 -1
  48. package/version.js +2 -4
  49. package/version.js.map +1 -0
@@ -1,4 +1,4 @@
1
- import { type BaseCollectionPaginationCountResponse, type Entity, type Group, type IdentitySet, type PhysicalAddress, type PublicError, type ResultInfo, type Site } from '../';
1
+ import { type BaseCollectionPaginationCountResponse, type Entity, type Group, type IdentitySet, type PhysicalAddress, type PublicError, type ResultInfo, type Site } from '../index.js';
2
2
  import { type AdditionalDataHolder, type BackedModel, type Duration, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
3
  import { type Guid } from 'guid-typescript';
4
4
  export type ActionAfterRetentionPeriod = (typeof ActionAfterRetentionPeriodObject)[keyof typeof ActionAfterRetentionPeriodObject];
@@ -17,7 +17,7 @@ export interface Alert extends Entity, Parsable {
17
17
  */
18
18
  alertPolicyId?: string;
19
19
  /**
20
- * The alertWebUrl property
20
+ * URL for the Microsoft 365 Defender portal alert page.
21
21
  */
22
22
  alertWebUrl?: string;
23
23
  /**
@@ -85,7 +85,7 @@ export interface Alert extends Entity, Parsable {
85
85
  */
86
86
  mitreTechniques?: string[];
87
87
  /**
88
- * The productName property
88
+ * The name of the product which published this alert.
89
89
  */
90
90
  productName?: string;
91
91
  /**
@@ -1152,6 +1152,18 @@ export declare function createGitHubUserEvidenceFromDiscriminatorValue(parseNode
1152
1152
  * @returns {GoogleCloudResourceEvidence}
1153
1153
  */
1154
1154
  export declare function createGoogleCloudResourceEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1155
+ /**
1156
+ * Creates a new instance of the appropriate class based on discriminator value
1157
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1158
+ * @returns {HealthIssueCollectionResponse}
1159
+ */
1160
+ export declare function createHealthIssueCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1161
+ /**
1162
+ * Creates a new instance of the appropriate class based on discriminator value
1163
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1164
+ * @returns {HealthIssue}
1165
+ */
1166
+ export declare function createHealthIssueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1155
1167
  /**
1156
1168
  * Creates a new instance of the appropriate class based on discriminator value
1157
1169
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1296,6 +1308,12 @@ export declare function createHuntingRowResultFromDiscriminatorValue(parseNode:
1296
1308
  * @returns {Hyperlink}
1297
1309
  */
1298
1310
  export declare function createHyperlinkFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1311
+ /**
1312
+ * Creates a new instance of the appropriate class based on discriminator value
1313
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1314
+ * @returns {IdentityContainer}
1315
+ */
1316
+ export declare function createIdentityContainerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1299
1317
  /**
1300
1318
  * Creates a new instance of the appropriate class based on discriminator value
1301
1319
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -2355,6 +2373,16 @@ export declare function deserializeIntoGitHubUserEvidence(gitHubUserEvidence?: P
2355
2373
  * @returns {Record<string, (node: ParseNode) => void>}
2356
2374
  */
2357
2375
  export declare function deserializeIntoGoogleCloudResourceEvidence(googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2376
+ /**
2377
+ * The deserialization information for the current model
2378
+ * @returns {Record<string, (node: ParseNode) => void>}
2379
+ */
2380
+ export declare function deserializeIntoHealthIssue(healthIssue?: Partial<HealthIssue> | undefined): Record<string, (node: ParseNode) => void>;
2381
+ /**
2382
+ * The deserialization information for the current model
2383
+ * @returns {Record<string, (node: ParseNode) => void>}
2384
+ */
2385
+ export declare function deserializeIntoHealthIssueCollectionResponse(healthIssueCollectionResponse?: Partial<HealthIssueCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2358
2386
  /**
2359
2387
  * The deserialization information for the current model
2360
2388
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -2475,6 +2503,11 @@ export declare function deserializeIntoHuntingRowResult(huntingRowResult?: Parti
2475
2503
  * @returns {Record<string, (node: ParseNode) => void>}
2476
2504
  */
2477
2505
  export declare function deserializeIntoHyperlink(hyperlink?: Partial<Hyperlink> | undefined): Record<string, (node: ParseNode) => void>;
2506
+ /**
2507
+ * The deserialization information for the current model
2508
+ * @returns {Record<string, (node: ParseNode) => void>}
2509
+ */
2510
+ export declare function deserializeIntoIdentityContainer(identityContainer?: Partial<IdentityContainer> | undefined): Record<string, (node: ParseNode) => void>;
2478
2511
  /**
2479
2512
  * The deserialization information for the current model
2480
2513
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -3175,7 +3208,7 @@ export interface EdiscoveryExportOperation extends CaseOperation, Parsable {
3175
3208
  */
3176
3209
  description?: string;
3177
3210
  /**
3178
- * The exportFileMetadata property
3211
+ * Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
3179
3212
  */
3180
3213
  exportFileMetadata?: ExportFileMetadata[];
3181
3214
  /**
@@ -3762,6 +3795,69 @@ export interface GoogleCloudResourceEvidence extends AlertEvidence, Parsable {
3762
3795
  */
3763
3796
  resourceType?: string;
3764
3797
  }
3798
+ export interface HealthIssue extends Entity, Parsable {
3799
+ /**
3800
+ * The additionalInformation property
3801
+ */
3802
+ additionalInformation?: string[];
3803
+ /**
3804
+ * The createdDateTime property
3805
+ */
3806
+ createdDateTime?: Date;
3807
+ /**
3808
+ * The description property
3809
+ */
3810
+ description?: string;
3811
+ /**
3812
+ * The displayName property
3813
+ */
3814
+ displayName?: string;
3815
+ /**
3816
+ * The domainNames property
3817
+ */
3818
+ domainNames?: string[];
3819
+ /**
3820
+ * The healthIssueType property
3821
+ */
3822
+ healthIssueType?: HealthIssueType;
3823
+ /**
3824
+ * The issueTypeId property
3825
+ */
3826
+ issueTypeId?: string;
3827
+ /**
3828
+ * The lastModifiedDateTime property
3829
+ */
3830
+ lastModifiedDateTime?: Date;
3831
+ /**
3832
+ * The recommendations property
3833
+ */
3834
+ recommendations?: string[];
3835
+ /**
3836
+ * The recommendedActionCommands property
3837
+ */
3838
+ recommendedActionCommands?: string[];
3839
+ /**
3840
+ * The sensorDNSNames property
3841
+ */
3842
+ sensorDNSNames?: string[];
3843
+ /**
3844
+ * The severity property
3845
+ */
3846
+ severity?: HealthIssueSeverity;
3847
+ /**
3848
+ * The status property
3849
+ */
3850
+ status?: HealthIssueStatus;
3851
+ }
3852
+ export interface HealthIssueCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
3853
+ /**
3854
+ * The value property
3855
+ */
3856
+ value?: HealthIssue[];
3857
+ }
3858
+ export type HealthIssueSeverity = (typeof HealthIssueSeverityObject)[keyof typeof HealthIssueSeverityObject];
3859
+ export type HealthIssueStatus = (typeof HealthIssueStatusObject)[keyof typeof HealthIssueStatusObject];
3860
+ export type HealthIssueType = (typeof HealthIssueTypeObject)[keyof typeof HealthIssueTypeObject];
3765
3861
  export interface Host extends Artifact, Parsable {
3766
3862
  /**
3767
3863
  * The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost.
@@ -4254,6 +4350,12 @@ export interface Hyperlink extends AdditionalDataHolder, BackedModel, Parsable {
4254
4350
  */
4255
4351
  url?: string;
4256
4352
  }
4353
+ export interface IdentityContainer extends Entity, Parsable {
4354
+ /**
4355
+ * The healthIssues property
4356
+ */
4357
+ healthIssues?: HealthIssue[];
4358
+ }
4257
4359
  export interface Incident extends Entity, Parsable {
4258
4360
  /**
4259
4361
  * The list of related alerts. Supports $expand.
@@ -5164,7 +5266,7 @@ export interface RetentionEvent extends Entity, Parsable {
5164
5266
  */
5165
5267
  displayName?: string;
5166
5268
  /**
5167
- * The eventPropagationResults property
5269
+ * Represents the success status of a created event and additional information.
5168
5270
  */
5169
5271
  eventPropagationResults?: EventPropagationResult[];
5170
5272
  /**
@@ -5172,7 +5274,7 @@ export interface RetentionEvent extends Entity, Parsable {
5172
5274
  */
5173
5275
  eventQueries?: EventQuery[];
5174
5276
  /**
5175
- * The eventStatus property
5277
+ * Status of event propogation to the scoped locations after the event has been created.
5176
5278
  */
5177
5279
  eventStatus?: RetentionEventStatus;
5178
5280
  /**
@@ -5855,6 +5957,16 @@ export declare function serializeGitHubUserEvidence(writer: SerializationWriter,
5855
5957
  * @param writer Serialization writer to use to serialize this model
5856
5958
  */
5857
5959
  export declare function serializeGoogleCloudResourceEvidence(writer: SerializationWriter, googleCloudResourceEvidence?: Partial<GoogleCloudResourceEvidence> | undefined): void;
5960
+ /**
5961
+ * Serializes information the current object
5962
+ * @param writer Serialization writer to use to serialize this model
5963
+ */
5964
+ export declare function serializeHealthIssue(writer: SerializationWriter, healthIssue?: Partial<HealthIssue> | undefined): void;
5965
+ /**
5966
+ * Serializes information the current object
5967
+ * @param writer Serialization writer to use to serialize this model
5968
+ */
5969
+ export declare function serializeHealthIssueCollectionResponse(writer: SerializationWriter, healthIssueCollectionResponse?: Partial<HealthIssueCollectionResponse> | undefined): void;
5858
5970
  /**
5859
5971
  * Serializes information the current object
5860
5972
  * @param writer Serialization writer to use to serialize this model
@@ -5975,6 +6087,11 @@ export declare function serializeHuntingRowResult(writer: SerializationWriter, h
5975
6087
  * @param writer Serialization writer to use to serialize this model
5976
6088
  */
5977
6089
  export declare function serializeHyperlink(writer: SerializationWriter, hyperlink?: Partial<Hyperlink> | undefined): void;
6090
+ /**
6091
+ * Serializes information the current object
6092
+ * @param writer Serialization writer to use to serialize this model
6093
+ */
6094
+ export declare function serializeIdentityContainer(writer: SerializationWriter, identityContainer?: Partial<IdentityContainer> | undefined): void;
5978
6095
  /**
5979
6096
  * Serializes information the current object
5980
6097
  * @param writer Serialization writer to use to serialize this model
@@ -7430,6 +7547,23 @@ export declare const GoogleCloudLocationTypeObject: {
7430
7547
  readonly Global: "global";
7431
7548
  readonly UnknownFutureValue: "unknownFutureValue";
7432
7549
  };
7550
+ export declare const HealthIssueSeverityObject: {
7551
+ readonly Low: "low";
7552
+ readonly Medium: "medium";
7553
+ readonly High: "high";
7554
+ readonly UnknownFutureValue: "unknownFutureValue";
7555
+ };
7556
+ export declare const HealthIssueStatusObject: {
7557
+ readonly Open: "open";
7558
+ readonly Closed: "closed";
7559
+ readonly Suppressed: "suppressed";
7560
+ readonly UnknownFutureValue: "unknownFutureValue";
7561
+ };
7562
+ export declare const HealthIssueTypeObject: {
7563
+ readonly Sensor: "sensor";
7564
+ readonly Global: "global";
7565
+ readonly UnknownFutureValue: "unknownFutureValue";
7566
+ };
7433
7567
  export declare const HostPortProtocolObject: {
7434
7568
  readonly Tcp: "tcp";
7435
7569
  readonly Udp: "udp";