@microsoft/msgraph-sdk 1.0.0-preview.52 → 1.0.0-preview.54
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 +1 -1
- package/models/index.d.ts +839 -11
- package/models/index.d.ts.map +1 -1
- package/models/index.js +945 -13
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +0 -80
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +3 -58
- 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
|
@@ -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
|
/**
|