@microsoft/msgraph-sdk 1.0.0-preview.51 → 1.0.0-preview.53

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.
@@ -843,7 +843,7 @@ export interface NetworkInfo extends AdditionalDataHolder, BackedModel, Parsable
843
843
  */
844
844
  bandwidthLowEventRatio?: number | null;
845
845
  /**
846
- * The wireless LAN basic service set identifier of the media endpoint used to connect to the network.
846
+ * The wireless LAN basic service set identifier of the media endpoint used to connect to the network. This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings.
847
847
  */
848
848
  basicServiceSetIdentifier?: string | null;
849
849
  /**
package/models/index.d.ts CHANGED
@@ -246,6 +246,10 @@ export interface AccessPackageAssignmentApprovalSettings extends AdditionalDataH
246
246
  * If false, then approval isn't required for updates to requests in this policy.
247
247
  */
248
248
  isApprovalRequiredForUpdate?: boolean | null;
249
+ /**
250
+ * The isRequestorJustificationRequired property
251
+ */
252
+ isRequestorJustificationRequired?: boolean | null;
249
253
  /**
250
254
  * The OdataType property
251
255
  */
@@ -358,6 +362,10 @@ export interface AccessPackageAssignmentRequest extends Entity, Parsable {
358
362
  * Information about all the custom extension calls that were made during the access package assignment workflow.
359
363
  */
360
364
  customExtensionCalloutInstances?: CustomExtensionCalloutInstance[] | null;
365
+ /**
366
+ * The justification property
367
+ */
368
+ justification?: string | null;
361
369
  /**
362
370
  * The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.
363
371
  */
@@ -470,6 +478,10 @@ export interface AccessPackageAssignmentRequestRequirements extends AdditionalDa
470
478
  * Indicates whether a request to update must be approved by an approver.
471
479
  */
472
480
  isApprovalRequiredForUpdate?: boolean | null;
481
+ /**
482
+ * The isRequestorJustificationRequired property
483
+ */
484
+ isRequestorJustificationRequired?: boolean | null;
473
485
  /**
474
486
  * The OdataType property
475
487
  */
@@ -45450,7 +45462,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45450
45462
  */
45451
45463
  backingStoreEnabled?: boolean | null;
45452
45464
  /**
45453
- * The CRC32 value of the file in little endian (if available). Read-only.
45465
+ * The CRC32 value of the file (if available). Read-only.
45454
45466
  */
45455
45467
  crc32Hash?: string | null;
45456
45468
  /**
@@ -45458,7 +45470,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45458
45470
  */
45459
45471
  odataType?: string | null;
45460
45472
  /**
45461
- * A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
45473
+ * A proprietary hash of the file that can be used to determine if the contents of the file change (if available). Read-only.
45462
45474
  */
45463
45475
  quickXorHash?: string | null;
45464
45476
  /**
@@ -45466,7 +45478,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45466
45478
  */
45467
45479
  sha1Hash?: string | null;
45468
45480
  /**
45469
- * SHA256 hash for the contents of the file (if available). Read-only.
45481
+ * This property isn't supported. Don't use.
45470
45482
  */
45471
45483
  sha256Hash?: string | null;
45472
45484
  }
@@ -61380,7 +61392,7 @@ export interface SchedulingGroupCollectionResponse extends BaseCollectionPaginat
61380
61392
  }
61381
61393
  export interface SchemaExtension extends Entity, Parsable {
61382
61394
  /**
61383
- * Description for the schema extension. Supports $filter (eq).
61395
+ * Description for the schema extension.
61384
61396
  */
61385
61397
  description?: string | null;
61386
61398
  /**
@@ -89021,47 +89033,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
89021
89033
  */
89022
89034
  additionalData?: Record<string, unknown>;
89023
89035
  /**
89024
- * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
89036
+ * Represents the worksheet protection option of allowing using auto filter feature.
89025
89037
  */
89026
89038
  allowAutoFilter?: boolean | null;
89027
89039
  /**
89028
- * Indicates whether the worksheet protection option to allow deleting columns is enabled.
89040
+ * Represents the worksheet protection option of allowing deleting columns.
89029
89041
  */
89030
89042
  allowDeleteColumns?: boolean | null;
89031
89043
  /**
89032
- * Indicates whether the worksheet protection option to allow deleting rows is enabled.
89044
+ * Represents the worksheet protection option of allowing deleting rows.
89033
89045
  */
89034
89046
  allowDeleteRows?: boolean | null;
89035
89047
  /**
89036
- * Indicates whether the worksheet protection option to allow formatting cells is enabled.
89048
+ * Represents the worksheet protection option of allowing formatting cells.
89037
89049
  */
89038
89050
  allowFormatCells?: boolean | null;
89039
89051
  /**
89040
- * Indicates whether the worksheet protection option to allow formatting columns is enabled.
89052
+ * Represents the worksheet protection option of allowing formatting columns.
89041
89053
  */
89042
89054
  allowFormatColumns?: boolean | null;
89043
89055
  /**
89044
- * Indicates whether the worksheet protection option to allow formatting rows is enabled.
89056
+ * Represents the worksheet protection option of allowing formatting rows.
89045
89057
  */
89046
89058
  allowFormatRows?: boolean | null;
89047
89059
  /**
89048
- * Indicates whether the worksheet protection option to allow inserting columns is enabled.
89060
+ * Represents the worksheet protection option of allowing inserting columns.
89049
89061
  */
89050
89062
  allowInsertColumns?: boolean | null;
89051
89063
  /**
89052
- * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
89064
+ * Represents the worksheet protection option of allowing inserting hyperlinks.
89053
89065
  */
89054
89066
  allowInsertHyperlinks?: boolean | null;
89055
89067
  /**
89056
- * Indicates whether the worksheet protection option to allow inserting rows is enabled.
89068
+ * Represents the worksheet protection option of allowing inserting rows.
89057
89069
  */
89058
89070
  allowInsertRows?: boolean | null;
89059
89071
  /**
89060
- * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
89072
+ * Represents the worksheet protection option of allowing using pivot table feature.
89061
89073
  */
89062
89074
  allowPivotTables?: boolean | null;
89063
89075
  /**
89064
- * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
89076
+ * Represents the worksheet protection option of allowing using sort feature.
89065
89077
  */
89066
89078
  allowSort?: boolean | null;
89067
89079
  /**