@microsoft/msgraph-sdk 1.0.0-preview.40 → 1.0.0-preview.42

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
@@ -8500,6 +8500,10 @@ export interface ChangeTrackedEntity extends Entity, Parsable {
8500
8500
  lastModifiedDateTime?: Date | null;
8501
8501
  }
8502
8502
  export interface Channel extends Entity, Parsable {
8503
+ /**
8504
+ * A collection of membership records associated with the channel, including both direct and indirect members of shared channels.
8505
+ */
8506
+ allMembers?: ConversationMember[] | null;
8503
8507
  /**
8504
8508
  * Read only. Timestamp at which the channel was created.
8505
8509
  */
@@ -38645,7 +38649,7 @@ export interface Device extends DirectoryObject, Parsable {
38645
38649
  */
38646
38650
  transitiveMemberOf?: DirectoryObject[] | null;
38647
38651
  /**
38648
- * Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.
38652
+ * Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID. Supports $filter (eq, ne, not, in).
38649
38653
  */
38650
38654
  trustType?: string | null;
38651
38655
  }
@@ -54987,7 +54991,7 @@ export interface ParentalControlSettings extends AdditionalDataHolder, BackedMod
54987
54991
  */
54988
54992
  countriesBlockedForMinors?: string[] | null;
54989
54993
  /**
54990
- * Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.
54994
+ * Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app.
54991
54995
  */
54992
54996
  legalAgeGroupRule?: string | null;
54993
54997
  /**
@@ -80849,7 +80853,7 @@ export interface User extends DirectoryObject, Parsable {
80849
80853
  */
80850
80854
  contacts?: Contact[] | null;
80851
80855
  /**
80852
- * The country/region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
80856
+ * The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
80853
80857
  */
80854
80858
  country?: string | null;
80855
80859
  /**
@@ -81153,7 +81157,7 @@ export interface User extends DirectoryObject, Parsable {
81153
81157
  */
81154
81158
  planner?: PlannerUser | null;
81155
81159
  /**
81156
- * The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
81160
+ * The postal code for the user's postal address. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
81157
81161
  */
81158
81162
  postalCode?: string | null;
81159
81163
  /**
@@ -81261,7 +81265,7 @@ export interface User extends DirectoryObject, Parsable {
81261
81265
  */
81262
81266
  transitiveMemberOf?: DirectoryObject[] | null;
81263
81267
  /**
81264
- * A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
81268
+ * A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
81265
81269
  */
81266
81270
  usageLocation?: string | null;
81267
81271
  /**