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

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
@@ -78155,7 +78155,7 @@ export interface Subscription extends Entity, Parsable {
78155
78155
  */
78156
78156
  encryptionCertificateId?: string | null;
78157
78157
  /**
78158
- * Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. For the maximum supported subscription length of time, see Subscription lifetime.
78158
+ * Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. Any value under 45 minutes after the time of the request is automatically set to 45 minutes after the request time. For the maximum supported subscription length of time, see Subscription lifetime.
78159
78159
  */
78160
78160
  expirationDateTime?: Date | null;
78161
78161
  /**
@@ -90278,47 +90278,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
90278
90278
  */
90279
90279
  additionalData?: Record<string, unknown>;
90280
90280
  /**
90281
- * Represents the worksheet protection option of allowing using auto filter feature.
90281
+ * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
90282
90282
  */
90283
90283
  allowAutoFilter?: boolean | null;
90284
90284
  /**
90285
- * Represents the worksheet protection option of allowing deleting columns.
90285
+ * Indicates whether the worksheet protection option to allow deleting columns is enabled.
90286
90286
  */
90287
90287
  allowDeleteColumns?: boolean | null;
90288
90288
  /**
90289
- * Represents the worksheet protection option of allowing deleting rows.
90289
+ * Indicates whether the worksheet protection option to allow deleting rows is enabled.
90290
90290
  */
90291
90291
  allowDeleteRows?: boolean | null;
90292
90292
  /**
90293
- * Represents the worksheet protection option of allowing formatting cells.
90293
+ * Indicates whether the worksheet protection option to allow formatting cells is enabled.
90294
90294
  */
90295
90295
  allowFormatCells?: boolean | null;
90296
90296
  /**
90297
- * Represents the worksheet protection option of allowing formatting columns.
90297
+ * Indicates whether the worksheet protection option to allow formatting columns is enabled.
90298
90298
  */
90299
90299
  allowFormatColumns?: boolean | null;
90300
90300
  /**
90301
- * Represents the worksheet protection option of allowing formatting rows.
90301
+ * Indicates whether the worksheet protection option to allow formatting rows is enabled.
90302
90302
  */
90303
90303
  allowFormatRows?: boolean | null;
90304
90304
  /**
90305
- * Represents the worksheet protection option of allowing inserting columns.
90305
+ * Indicates whether the worksheet protection option to allow inserting columns is enabled.
90306
90306
  */
90307
90307
  allowInsertColumns?: boolean | null;
90308
90308
  /**
90309
- * Represents the worksheet protection option of allowing inserting hyperlinks.
90309
+ * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
90310
90310
  */
90311
90311
  allowInsertHyperlinks?: boolean | null;
90312
90312
  /**
90313
- * Represents the worksheet protection option of allowing inserting rows.
90313
+ * Indicates whether the worksheet protection option to allow inserting rows is enabled.
90314
90314
  */
90315
90315
  allowInsertRows?: boolean | null;
90316
90316
  /**
90317
- * Represents the worksheet protection option of allowing using pivot table feature.
90317
+ * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
90318
90318
  */
90319
90319
  allowPivotTables?: boolean | null;
90320
90320
  /**
90321
- * Represents the worksheet protection option of allowing using sort feature.
90321
+ * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
90322
90322
  */
90323
90323
  allowSort?: boolean | null;
90324
90324
  /**
@@ -577,6 +577,7 @@ export interface CloudApplicationEvidence extends AlertEvidence, Parsable {
577
577
  */
578
578
  stream?: Stream | null;
579
579
  }
580
+ export type CloudAttachmentVersion = (typeof CloudAttachmentVersionObject)[keyof typeof CloudAttachmentVersionObject];
580
581
  export interface CloudLogonRequestEvidence extends AlertEvidence, Parsable {
581
582
  /**
582
583
  * The unique identifier for the sign-in request.
@@ -1967,19 +1968,19 @@ export interface CvssSummary extends AdditionalDataHolder, BackedModel, Parsable
1967
1968
  }
1968
1969
  export interface DataSet extends Entity, Parsable {
1969
1970
  /**
1970
- * The createdBy property
1971
+ * The user who created the data set. Read-only.
1971
1972
  */
1972
1973
  createdBy?: IdentitySet | null;
1973
1974
  /**
1974
- * The createdDateTime property
1975
+ * The date and time when the review set was created. 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. Read-only.
1975
1976
  */
1976
1977
  createdDateTime?: Date | null;
1977
1978
  /**
1978
- * The description property
1979
+ * The description of the data set.
1979
1980
  */
1980
1981
  description?: string | null;
1981
1982
  /**
1982
- * The displayName property
1983
+ * The name of the data set. The name is unique with a maximum limit of 64 characters.
1983
1984
  */
1984
1985
  displayName?: string | null;
1985
1986
  }
@@ -3262,7 +3263,24 @@ export interface DnsEvidence extends AlertEvidence, Parsable {
3262
3263
  */
3263
3264
  ipAddresses?: IpEvidence[] | null;
3264
3265
  }
3266
+ export type DocumentVersion = (typeof DocumentVersionObject)[keyof typeof DocumentVersionObject];
3265
3267
  export interface EdiscoveryAddToReviewSetOperation extends CaseOperation, Parsable {
3268
+ /**
3269
+ * The additionalDataOptions property
3270
+ */
3271
+ additionalDataOptions?: AdditionalDataOptions[] | null;
3272
+ /**
3273
+ * The cloudAttachmentVersion property
3274
+ */
3275
+ cloudAttachmentVersion?: CloudAttachmentVersion | null;
3276
+ /**
3277
+ * The documentVersion property
3278
+ */
3279
+ documentVersion?: DocumentVersion | null;
3280
+ /**
3281
+ * The itemsToInclude property
3282
+ */
3283
+ itemsToInclude?: ItemsToInclude[] | null;
3266
3284
  /**
3267
3285
  * eDiscovery review set to which items matching source collection query gets added.
3268
3286
  */
@@ -3387,6 +3405,10 @@ export interface EdiscoveryEstimateOperation extends CaseOperation, Parsable {
3387
3405
  * The number of mailboxes that had search hits.
3388
3406
  */
3389
3407
  siteCount?: number | null;
3408
+ /**
3409
+ * The statisticsOptions property
3410
+ */
3411
+ statisticsOptions?: StatisticsOptions[] | null;
3390
3412
  /**
3391
3413
  * The estimated count of unindexed items for the collection.
3392
3414
  */
@@ -3525,6 +3547,10 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
3525
3547
  * The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
3526
3548
  */
3527
3549
  additionalOptions?: AdditionalOptions[] | null;
3550
+ /**
3551
+ * The cloudAttachmentVersion property
3552
+ */
3553
+ cloudAttachmentVersion?: CloudAttachmentVersion | null;
3528
3554
  /**
3529
3555
  * The description of the export by the user.
3530
3556
  */
@@ -3533,6 +3559,10 @@ export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable
3533
3559
  * The name of export provided by the user.
3534
3560
  */
3535
3561
  displayName?: string | null;
3562
+ /**
3563
+ * The documentVersion property
3564
+ */
3565
+ documentVersion?: DocumentVersion | null;
3536
3566
  /**
3537
3567
  * Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
3538
3568
  */
@@ -4929,6 +4959,7 @@ export interface IpEvidence extends AlertEvidence, Parsable {
4929
4959
  */
4930
4960
  stream?: Stream | null;
4931
4961
  }
4962
+ export type ItemsToInclude = (typeof ItemsToIncludeObject)[keyof typeof ItemsToIncludeObject];
4932
4963
  export interface KubernetesClusterEvidence extends AlertEvidence, Parsable {
4933
4964
  /**
4934
4965
  * The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object.
@@ -7100,6 +7131,7 @@ export interface SslCertificateEntity extends AdditionalDataHolder, BackedModel,
7100
7131
  */
7101
7132
  surname?: string | null;
7102
7133
  }
7134
+ export type StatisticsOptions = (typeof StatisticsOptionsObject)[keyof typeof StatisticsOptionsObject];
7103
7135
  export interface Stream extends AdditionalDataHolder, BackedModel, Parsable {
7104
7136
  /**
7105
7137
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -7799,6 +7831,12 @@ export declare const AdditionalDataOptionsObject: {
7799
7831
  readonly AllVersions: "allVersions";
7800
7832
  readonly LinkedFiles: "linkedFiles";
7801
7833
  readonly UnknownFutureValue: "unknownFutureValue";
7834
+ readonly AdvancedIndexing: "advancedIndexing";
7835
+ readonly ListAttachments: "listAttachments";
7836
+ readonly HtmlTranscripts: "htmlTranscripts";
7837
+ readonly MessageConversationExpansion: "messageConversationExpansion";
7838
+ readonly LocationsWithoutHits: "locationsWithoutHits";
7839
+ readonly AllItemsInFolder: "allItemsInFolder";
7802
7840
  };
7803
7841
  export declare const AdditionalOptionsObject: {
7804
7842
  readonly None: "none";
@@ -7808,6 +7846,14 @@ export declare const AdditionalOptionsObject: {
7808
7846
  readonly SubfolderContents: "subfolderContents";
7809
7847
  readonly ListAttachments: "listAttachments";
7810
7848
  readonly UnknownFutureValue: "unknownFutureValue";
7849
+ readonly HtmlTranscripts: "htmlTranscripts";
7850
+ readonly AdvancedIndexing: "advancedIndexing";
7851
+ readonly AllItemsInFolder: "allItemsInFolder";
7852
+ readonly IncludeFolderAndPath: "includeFolderAndPath";
7853
+ readonly CondensePaths: "condensePaths";
7854
+ readonly FriendlyName: "friendlyName";
7855
+ readonly SplitSource: "splitSource";
7856
+ readonly IncludeReport: "includeReport";
7811
7857
  };
7812
7858
  export declare const AlertClassificationObject: {
7813
7859
  readonly Unknown: "unknown";
@@ -7899,6 +7945,13 @@ export declare const ChildSelectabilityObject: {
7899
7945
  readonly Many: "Many";
7900
7946
  readonly UnknownFutureValue: "unknownFutureValue";
7901
7947
  };
7948
+ export declare const CloudAttachmentVersionObject: {
7949
+ readonly Latest: "latest";
7950
+ readonly Recent10: "recent10";
7951
+ readonly Recent100: "recent100";
7952
+ readonly All: "all";
7953
+ readonly UnknownFutureValue: "unknownFutureValue";
7954
+ };
7902
7955
  export declare const ContainerPortProtocolObject: {
7903
7956
  readonly Udp: "udp";
7904
7957
  readonly Tcp: "tcp";
@@ -8020,6 +8073,13 @@ export declare const DeviceRiskScoreObject: {
8020
8073
  readonly High: "high";
8021
8074
  readonly UnknownFutureValue: "unknownFutureValue";
8022
8075
  };
8076
+ export declare const DocumentVersionObject: {
8077
+ readonly Latest: "latest";
8078
+ readonly Recent10: "recent10";
8079
+ readonly Recent100: "recent100";
8080
+ readonly All: "all";
8081
+ readonly UnknownFutureValue: "unknownFutureValue";
8082
+ };
8023
8083
  export declare const EventPropagationStatusObject: {
8024
8084
  readonly None: "none";
8025
8085
  readonly InProcessing: "inProcessing";
@@ -8083,6 +8143,7 @@ export declare const ExportFileStructureObject: {
8083
8143
  readonly Directory: "directory";
8084
8144
  readonly Pst: "pst";
8085
8145
  readonly UnknownFutureValue: "unknownFutureValue";
8146
+ readonly Msg: "msg";
8086
8147
  };
8087
8148
  export declare const ExportFormatObject: {
8088
8149
  readonly Pst: "pst";
@@ -8101,6 +8162,10 @@ export declare const ExportOptionsObject: {
8101
8162
  readonly PdfReplacement: "pdfReplacement";
8102
8163
  readonly Tags: "tags";
8103
8164
  readonly UnknownFutureValue: "unknownFutureValue";
8165
+ readonly SplitSource: "splitSource";
8166
+ readonly IncludeFolderAndPath: "includeFolderAndPath";
8167
+ readonly FriendlyName: "friendlyName";
8168
+ readonly CondensePaths: "condensePaths";
8104
8169
  };
8105
8170
  export declare const FileHashAlgorithmObject: {
8106
8171
  readonly Unknown: "unknown";
@@ -8185,6 +8250,11 @@ export declare const IoTDeviceImportanceTypeObject: {
8185
8250
  readonly High: "high";
8186
8251
  readonly UnknownFutureValue: "unknownFutureValue";
8187
8252
  };
8253
+ export declare const ItemsToIncludeObject: {
8254
+ readonly SearchHits: "searchHits";
8255
+ readonly PartiallyIndexed: "partiallyIndexed";
8256
+ readonly UnknownFutureValue: "unknownFutureValue";
8257
+ };
8188
8258
  export declare const KubernetesPlatformObject: {
8189
8259
  readonly Unknown: "unknown";
8190
8260
  readonly Aks: "aks";
@@ -8286,6 +8356,14 @@ export declare const SourceTypeObject: {
8286
8356
  readonly Site: "site";
8287
8357
  readonly UnknownFutureValue: "unknownFutureValue";
8288
8358
  };
8359
+ export declare const StatisticsOptionsObject: {
8360
+ readonly IncludeRefiners: "includeRefiners";
8361
+ readonly IncludeQueryStats: "includeQueryStats";
8362
+ readonly IncludeUnindexedStats: "includeUnindexedStats";
8363
+ readonly AdvancedIndexing: "advancedIndexing";
8364
+ readonly LocationsWithoutHits: "locationsWithoutHits";
8365
+ readonly UnknownFutureValue: "unknownFutureValue";
8366
+ };
8289
8367
  export declare const TeamsDeliveryLocationObject: {
8290
8368
  readonly Unknown: "unknown";
8291
8369
  readonly Teams: "teams";