@microsoft/msgraph-sdk 1.0.0-preview.45 → 1.0.0-preview.46
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 +6 -2
- package/models/index.d.ts.map +1 -1
- package/models/index.js +2 -1
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +143 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +77 -1
- 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/index.d.ts
CHANGED
|
@@ -57683,7 +57683,7 @@ export interface PrintSettings extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
57683
57683
|
*/
|
|
57684
57684
|
backingStoreEnabled?: boolean | null;
|
|
57685
57685
|
/**
|
|
57686
|
-
* Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service
|
|
57686
|
+
* Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service converts documents into a format compatible with the printer (xps to pdf) when needed.
|
|
57687
57687
|
*/
|
|
57688
57688
|
documentConversionEnabled?: boolean | null;
|
|
57689
57689
|
/**
|
|
@@ -75263,7 +75263,7 @@ export interface SignInActivity extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
75263
75263
|
*/
|
|
75264
75264
|
lastSignInRequestId?: string | null;
|
|
75265
75265
|
/**
|
|
75266
|
-
* The date and time of the user's most recent successful interactive sign-in. Use this property if you need to determine when the account was truly accessed. This field can be used to build reports, such as inactive users. 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. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.
|
|
75266
|
+
* The date and time of the user's most recent successful interactive or non-interactive sign-in. Use this property if you need to determine when the account was truly accessed. This field can be used to build reports, such as inactive users. 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. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.
|
|
75267
75267
|
*/
|
|
75268
75268
|
lastSuccessfulSignInDateTime?: Date | null;
|
|
75269
75269
|
/**
|
|
@@ -77542,6 +77542,10 @@ export interface Team extends Entity, Parsable {
|
|
|
77542
77542
|
* The name of the team.
|
|
77543
77543
|
*/
|
|
77544
77544
|
displayName?: string | null;
|
|
77545
|
+
/**
|
|
77546
|
+
* The firstChannelName property
|
|
77547
|
+
*/
|
|
77548
|
+
firstChannelName?: string | null;
|
|
77545
77549
|
/**
|
|
77546
77550
|
* Settings to configure use of Giphy, memes, and stickers in the team.
|
|
77547
77551
|
*/
|