@microsoft/msgraph-sdk-users 1.0.0-preview.30 → 1.0.0-preview.39

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.
Files changed (50) hide show
  1. package/package.json +2 -2
  2. package/tsconfig.tsbuildinfo +1 -1
  3. package/users/delta/index.d.ts +3 -3
  4. package/users/index.d.ts +4 -4
  5. package/users/item/assignLicense/index.d.ts +1 -2
  6. package/users/item/assignLicense/index.d.ts.map +1 -1
  7. package/users/item/assignLicense/index.js.map +1 -1
  8. package/users/item/authentication/emailMethods/index.d.ts +2 -2
  9. package/users/item/authentication/emailMethods/item/index.d.ts +2 -2
  10. package/users/item/authentication/microsoftAuthenticatorMethods/item/index.d.ts +2 -2
  11. package/users/item/authentication/phoneMethods/item/index.d.ts +2 -2
  12. package/users/item/chats/item/members/index.d.ts +5 -0
  13. package/users/item/chats/item/members/index.d.ts.map +1 -1
  14. package/users/item/chats/item/members/index.js +5 -0
  15. package/users/item/chats/item/members/index.js.map +1 -1
  16. package/users/item/chats/item/members/remove/index.d.ts +84 -0
  17. package/users/item/chats/item/members/remove/index.d.ts.map +1 -0
  18. package/users/item/chats/item/members/remove/index.js +90 -0
  19. package/users/item/chats/item/members/remove/index.js.map +1 -0
  20. package/users/item/checkMemberGroups/index.d.ts +2 -2
  21. package/users/item/getMemberObjects/index.d.ts +2 -2
  22. package/users/item/index.d.ts +4 -4
  23. package/users/item/joinedTeams/item/channels/item/members/index.d.ts +5 -0
  24. package/users/item/joinedTeams/item/channels/item/members/index.d.ts.map +1 -1
  25. package/users/item/joinedTeams/item/channels/item/members/index.js +5 -0
  26. package/users/item/joinedTeams/item/channels/item/members/index.js.map +1 -1
  27. package/users/item/joinedTeams/item/channels/item/members/remove/index.d.ts +84 -0
  28. package/users/item/joinedTeams/item/channels/item/members/remove/index.d.ts.map +1 -0
  29. package/users/item/joinedTeams/item/channels/item/members/remove/index.js +90 -0
  30. package/users/item/joinedTeams/item/channels/item/members/remove/index.js.map +1 -0
  31. package/users/item/joinedTeams/item/members/index.d.ts +5 -0
  32. package/users/item/joinedTeams/item/members/index.d.ts.map +1 -1
  33. package/users/item/joinedTeams/item/members/index.js +5 -0
  34. package/users/item/joinedTeams/item/members/index.js.map +1 -1
  35. package/users/item/joinedTeams/item/members/remove/index.d.ts +84 -0
  36. package/users/item/joinedTeams/item/members/remove/index.d.ts.map +1 -0
  37. package/users/item/joinedTeams/item/members/remove/index.js +90 -0
  38. package/users/item/joinedTeams/item/members/remove/index.js.map +1 -0
  39. package/users/item/joinedTeams/item/primaryChannel/members/index.d.ts +5 -0
  40. package/users/item/joinedTeams/item/primaryChannel/members/index.d.ts.map +1 -1
  41. package/users/item/joinedTeams/item/primaryChannel/members/index.js +5 -0
  42. package/users/item/joinedTeams/item/primaryChannel/members/index.js.map +1 -1
  43. package/users/item/joinedTeams/item/primaryChannel/members/remove/index.d.ts +84 -0
  44. package/users/item/joinedTeams/item/primaryChannel/members/remove/index.d.ts.map +1 -0
  45. package/users/item/joinedTeams/item/primaryChannel/members/remove/index.js +90 -0
  46. package/users/item/joinedTeams/item/primaryChannel/members/remove/index.js.map +1 -0
  47. package/users/item/presence/index.d.ts +4 -4
  48. package/users/validateProperties/index.d.ts +1 -2
  49. package/users/validateProperties/index.d.ts.map +1 -1
  50. package/users/validateProperties/index.js.map +1 -1
@@ -17,7 +17,7 @@ export interface DeltaGetResponse extends BaseDeltaFunctionResponse, Parsable {
17
17
  */
18
18
  export interface DeltaRequestBuilder extends BaseRequestBuilder<DeltaRequestBuilder> {
19
19
  /**
20
- * Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.
20
+ * Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<DeltaGetResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -25,14 +25,14 @@ export interface DeltaRequestBuilder extends BaseRequestBuilder<DeltaRequestBuil
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<DeltaRequestBuilderGetQueryParameters> | undefined): Promise<DeltaGetResponse | undefined>;
27
27
  /**
28
- * Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.
28
+ * Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
29
29
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
30
  * @returns {RequestInformation}
31
31
  */
32
32
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeltaRequestBuilderGetQueryParameters> | undefined): RequestInformation;
33
33
  }
34
34
  /**
35
- * Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.
35
+ * Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
36
36
  */
37
37
  export interface DeltaRequestBuilderGetQueryParameters {
38
38
  /**
package/users/index.d.ts CHANGED
@@ -41,16 +41,16 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
41
41
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
42
42
  * @returns {Promise<UserCollectionResponse>}
43
43
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
44
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0|Find more info here}
44
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0|Find more info here}
45
45
  */
46
46
  get(requestConfiguration?: RequestConfiguration<UsersRequestBuilderGetQueryParameters> | undefined): Promise<UserCollectionResponse | undefined>;
47
47
  /**
48
- * Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
48
+ * Create a new user object.
49
49
  * @param body The request body
50
50
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
51
51
  * @returns {Promise<User>}
52
52
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
53
- * @see {@link https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0|Find more info here}
53
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0|Find more info here}
54
54
  */
55
55
  post(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
56
56
  /**
@@ -60,7 +60,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
60
60
  */
61
61
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<UsersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
62
62
  /**
63
- * Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
63
+ * Create a new user object.
64
64
  * @param body The request body
65
65
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
66
66
  * @returns {RequestInformation}
@@ -1,6 +1,5 @@
1
1
  import { type AssignedLicense, type User } from '@microsoft/msgraph-sdk/models/index.js';
2
- import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
- import { type Guid } from 'guid-typescript';
2
+ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Guid, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
4
3
  export interface AssignLicensePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
5
4
  /**
6
5
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA0H,KAAK,eAAe,EAAE,KAAK,IAAI,EAAE,MAAM,wCAAwC,CAAC;AAIjN,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C,MAAM,WAAW,4BAA6B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC7F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;IACvC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,cAAc,CAAC,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;CAClC;AACD;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;IACvI;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvJ;AACD;;;;GAIG;AAEH,wBAAgB,wDAAwD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEhL;AACD;;;GAGG;AAEH,wBAAgB,2CAA2C,CAAC,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAM5L;AACD;;;GAGG;AAEH,wBAAgB,qCAAqC,CAAC,MAAM,EAAE,mBAAmB,EAAE,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAMrL;AACD;;GAEG;AACH,eAAO,MAAM,sCAAsC,+CAA+C,CAAC;AACnG;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAazD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA0H,KAAK,eAAe,EAAE,KAAK,IAAI,EAAE,MAAM,wCAAwC,CAAC;AAIjN,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAE7S,MAAM,WAAW,4BAA6B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC7F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;IACvC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,cAAc,CAAC,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;CAClC;AACD;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;IACvI;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvJ;AACD;;;;GAIG;AAEH,wBAAgB,wDAAwD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEhL;AACD;;;GAGG;AAEH,wBAAgB,2CAA2C,CAAC,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAM5L;AACD;;;GAGG;AAEH,wBAAgB,qCAAqC,CAAC,MAAM,EAAE,mBAAmB,EAAE,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAMrL;AACD;;GAEG;AACH,eAAO,MAAM,sCAAsC,+CAA+C,CAAC;AACnG;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAazD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2CAA2C,EAAE,gCAAgC,EAAE,wBAAwB,EAAkD,MAAM,wCAAwC,CAAC;AACjN,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AA6C7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,wDAAwD,CAAC,SAAgC;IACrG,OAAO,2CAA2C,CAAC;AACvD,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,2CAA2C,CAAC,+BAAkF,EAAE;IAC5I,OAAO;QACH,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,WAAW,GAAG,CAAC,CAAC,2BAA2B,CAAkB,2CAA2C,CAAC,CAAC,CAAC,CAAC;QAC/J,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QACxF,gBAAgB,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,cAAc,GAAG,CAAC,CAAC,8BAA8B,EAAQ,CAAC,CAAC,CAAC;KACrH,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,qCAAqC,CAAC,MAA2B,EAAE,+BAAyF,EAAE;IAC1K,IAAI,4BAA4B,EAAE,CAAC;QAC/B,MAAM,CAAC,6BAA6B,CAAkB,aAAa,EAAE,4BAA4B,CAAC,WAAW,EAAE,wBAAwB,CAAC,CAAC;QACzI,MAAM,CAAC,gCAAgC,CAAO,gBAAgB,EAAE,4BAA4B,CAAC,cAAc,CAAC,CAAC;QAC7G,MAAM,CAAC,mBAAmB,CAAC,4BAA4B,CAAC,cAAc,CAAC,CAAC;IAC5E,CAAC;AACL,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAG,4CAA4C,CAAC;AACnG;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAqB;IACzE,IAAI,EAAE;QACF,WAAW,EAAE,sCAAsC;QACnD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gCAAgC;QACtD,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,qCAAqC;QAC5D,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2CAA2C,EAAE,gCAAgC,EAAE,wBAAwB,EAAkD,MAAM,wCAAwC,CAAC;AACjN,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AA2C7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,wDAAwD,CAAC,SAAgC;IACrG,OAAO,2CAA2C,CAAC;AACvD,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,2CAA2C,CAAC,+BAAkF,EAAE;IAC5I,OAAO;QACH,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,WAAW,GAAG,CAAC,CAAC,2BAA2B,CAAkB,2CAA2C,CAAC,CAAC,CAAC,CAAC;QAC/J,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QACxF,gBAAgB,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,cAAc,GAAG,CAAC,CAAC,8BAA8B,EAAQ,CAAC,CAAC,CAAC;KACrH,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,qCAAqC,CAAC,MAA2B,EAAE,+BAAyF,EAAE;IAC1K,IAAI,4BAA4B,EAAE,CAAC;QAC/B,MAAM,CAAC,6BAA6B,CAAkB,aAAa,EAAE,4BAA4B,CAAC,WAAW,EAAE,wBAAwB,CAAC,CAAC;QACzI,MAAM,CAAC,gCAAgC,CAAO,gBAAgB,EAAE,4BAA4B,CAAC,cAAc,CAAC,CAAC;QAC7G,MAAM,CAAC,mBAAmB,CAAC,4BAA4B,CAAC,cAAc,CAAC,CAAC;IAC5E,CAAC;AACL,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAG,4CAA4C,CAAC;AACnG;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAqB;IACzE,IAAI,EAAE;QACF,WAAW,EAAE,sCAAsC;QACnD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gCAAgC;QACtD,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,qCAAqC;QAC5D,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -24,7 +24,7 @@ export interface EmailMethodsRequestBuilder extends BaseRequestBuilder<EmailMeth
24
24
  */
25
25
  get(requestConfiguration?: RequestConfiguration<EmailMethodsRequestBuilderGetQueryParameters> | undefined): Promise<EmailAuthenticationMethodCollectionResponse | undefined>;
26
26
  /**
27
- * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method.
27
+ * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. Self-service operations aren't supported.
28
28
  * @param body The request body
29
29
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
30
  * @returns {Promise<EmailAuthenticationMethod>}
@@ -39,7 +39,7 @@ export interface EmailMethodsRequestBuilder extends BaseRequestBuilder<EmailMeth
39
39
  */
40
40
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<EmailMethodsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
41
41
  /**
42
- * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method.
42
+ * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. Self-service operations aren't supported.
43
43
  * @param body The request body
44
44
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
45
45
  * @returns {RequestInformation}
@@ -19,7 +19,7 @@ export interface EmailAuthenticationMethodItemRequestBuilder extends BaseRequest
19
19
  */
20
20
  get(requestConfiguration?: RequestConfiguration<EmailAuthenticationMethodItemRequestBuilderGetQueryParameters> | undefined): Promise<EmailAuthenticationMethod | undefined>;
21
21
  /**
22
- * Update a user's email address represented by an emailAuthenticationMethod object.
22
+ * Update a user's email address represented by an emailAuthenticationMethod object. Self-service operations aren't supported.
23
23
  * @param body The request body
24
24
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
25
25
  * @returns {Promise<EmailAuthenticationMethod>}
@@ -40,7 +40,7 @@ export interface EmailAuthenticationMethodItemRequestBuilder extends BaseRequest
40
40
  */
41
41
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<EmailAuthenticationMethodItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
42
  /**
43
- * Update a user's email address represented by an emailAuthenticationMethod object.
43
+ * Update a user's email address represented by an emailAuthenticationMethod object. Self-service operations aren't supported.
44
44
  * @param body The request body
45
45
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
46
  * @returns {RequestInformation}
@@ -10,7 +10,7 @@ export interface MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder ex
10
10
  */
11
11
  get device(): DeviceRequestBuilder;
12
12
  /**
13
- * Deletes a microsoftAuthenticatorAuthenticationMethod object.
13
+ * Delete a microsoftAuthenticatorAuthenticationMethod object.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
16
16
  * @see {@link https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0|Find more info here}
@@ -25,7 +25,7 @@ export interface MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder ex
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters> | undefined): Promise<MicrosoftAuthenticatorAuthenticationMethod | undefined>;
27
27
  /**
28
- * Deletes a microsoftAuthenticatorAuthenticationMethod object.
28
+ * Delete a microsoftAuthenticatorAuthenticationMethod object.
29
29
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
30
  * @returns {RequestInformation}
31
31
  */
@@ -28,7 +28,7 @@ export interface PhoneAuthenticationMethodItemRequestBuilder extends BaseRequest
28
28
  */
29
29
  get(requestConfiguration?: RequestConfiguration<PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters> | undefined): Promise<PhoneAuthenticationMethod | undefined>;
30
30
  /**
31
- * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system.
31
+ * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. Self-service operations aren't supported.
32
32
  * @param body The request body
33
33
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
34
  * @returns {Promise<PhoneAuthenticationMethod>}
@@ -49,7 +49,7 @@ export interface PhoneAuthenticationMethodItemRequestBuilder extends BaseRequest
49
49
  */
50
50
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
51
51
  /**
52
- * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system.
52
+ * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. Self-service operations aren't supported.
53
53
  * @param body The request body
54
54
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
55
55
  * @returns {RequestInformation}
@@ -2,6 +2,7 @@ import { type ConversationMember, type ConversationMemberCollectionResponse } fr
2
2
  import { type AddRequestBuilder } from './add/index.js';
3
3
  import { type CountRequestBuilder } from './count/index.js';
4
4
  import { type ConversationMemberItemRequestBuilder } from './item/index.js';
5
+ import { type RemoveRequestBuilder } from './remove/index.js';
5
6
  import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
6
7
  /**
7
8
  * Provides operations to manage the members property of the microsoft.graph.chat entity.
@@ -15,6 +16,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
15
16
  * Provides operations to count the resources in the collection.
16
17
  */
17
18
  get count(): CountRequestBuilder;
19
+ /**
20
+ * Provides operations to call the remove method.
21
+ */
22
+ get remove(): RemoveRequestBuilder;
18
23
  /**
19
24
  * Provides operations to manage the members property of the microsoft.graph.chat entity.
20
25
  * @param conversationMemberId The unique identifier of conversationMember
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiJ,KAAK,kBAAkB,EAAE,KAAK,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAI3Q,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3F,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAwD,KAAK,oCAAoC,EAAE,MAAM,iBAAiB,CAAC;AAElI,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,GAAI,oCAAoC,CAAC;IAC7F;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACnK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,wIAAwI,CAAC;AActL;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qBAAqB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWxJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAuBnD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiJ,KAAK,kBAAkB,EAAE,KAAK,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAI3Q,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3F,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAwD,KAAK,oCAAoC,EAAE,MAAM,iBAAiB,CAAC;AAElI,OAAO,EAAwC,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAEpG,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;;;OAIG;IACF,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,GAAI,oCAAoC,CAAC;IAC7F;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACnK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,wIAAwI,CAAC;AActL;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qBAAqB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAcxJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAuBnD,CAAC"}
@@ -11,6 +11,8 @@ import { AddRequestBuilderRequestsMetadata } from './add/index.js';
11
11
  import { CountRequestBuilderRequestsMetadata } from './count/index.js';
12
12
  // @ts-ignore
13
13
  import { ConversationMemberItemRequestBuilderRequestsMetadata } from './item/index.js';
14
+ // @ts-ignore
15
+ import { RemoveRequestBuilderRequestsMetadata } from './remove/index.js';
14
16
  /**
15
17
  * Uri template for the request builder.
16
18
  */
@@ -42,6 +44,9 @@ export const MembersRequestBuilderNavigationMetadata = {
42
44
  count: {
43
45
  requestsMetadata: CountRequestBuilderRequestsMetadata,
44
46
  },
47
+ remove: {
48
+ requestsMetadata: RemoveRequestBuilderRequestsMetadata,
49
+ },
45
50
  };
46
51
  /**
47
52
  * Metadata for all the requests in the request builder.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,gEAAgE,EAAE,8CAA8C,EAAE,2BAA2B,EAAsE,MAAM,wCAAwC,CAAC;AAC3Q,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,iCAAiC,EAA0B,MAAM,gBAAgB,CAAC;AAC3F,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,oDAAoD,EAA6C,MAAM,iBAAiB,CAAC;AAwFlI;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,qIAAqI,CAAC;AACtL;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAyG;IACzJ,sBAAsB,EAAE;QACpB,gBAAgB,EAAE,oDAAoD;QACtE,sBAAsB,EAAE,CAAC,yBAAyB,CAAC;KACtD;IACD,GAAG,EAAE;QACD,gBAAgB,EAAE,iCAAiC;KACtD;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAqB;IACnE,GAAG,EAAE;QACD,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gEAAgE;QACtF,qBAAqB,EAAE,6CAA6C;KACvE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2BAA2B;QAClD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,gEAAgE,EAAE,8CAA8C,EAAE,2BAA2B,EAAsE,MAAM,wCAAwC,CAAC;AAC3Q,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,iCAAiC,EAA0B,MAAM,gBAAgB,CAAC;AAC3F,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,oDAAoD,EAA6C,MAAM,iBAAiB,CAAC;AAClI,aAAa;AACb,OAAO,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AA4FpG;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,qIAAqI,CAAC;AACtL;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAyG;IACzJ,sBAAsB,EAAE;QACpB,gBAAgB,EAAE,oDAAoD;QACtE,sBAAsB,EAAE,CAAC,yBAAyB,CAAC;KACtD;IACD,GAAG,EAAE;QACD,gBAAgB,EAAE,iCAAiC;KACtD;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;IACD,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;KACzD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAqB;IACnE,GAAG,EAAE;QACD,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gEAAgE;QACtF,qBAAqB,EAAE,6CAA6C;KACvE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2BAA2B;QAClD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -0,0 +1,84 @@
1
+ import { type ActionResultPart, type BaseCollectionPaginationCountResponse, type ConversationMember } from '@microsoft/msgraph-sdk/models/index.js';
2
+ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
+ /**
4
+ * Creates a new instance of the appropriate class based on discriminator value
5
+ * @param parseNode The parse node to use to read the discriminator value and create the object
6
+ * @returns {RemovePostRequestBody}
7
+ */
8
+ export declare function createRemovePostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
9
+ /**
10
+ * Creates a new instance of the appropriate class based on discriminator value
11
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12
+ * @returns {RemovePostResponse}
13
+ */
14
+ export declare function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15
+ /**
16
+ * The deserialization information for the current model
17
+ * @returns {Record<string, (node: ParseNode) => void>}
18
+ */
19
+ export declare function deserializeIntoRemovePostRequestBody(removePostRequestBody?: Partial<RemovePostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
20
+ /**
21
+ * The deserialization information for the current model
22
+ * @returns {Record<string, (node: ParseNode) => void>}
23
+ */
24
+ export declare function deserializeIntoRemovePostResponse(removePostResponse?: Partial<RemovePostResponse> | undefined): Record<string, (node: ParseNode) => void>;
25
+ export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
26
+ /**
27
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
28
+ */
29
+ additionalData?: Record<string, unknown>;
30
+ /**
31
+ * Stores model information.
32
+ */
33
+ backingStoreEnabled?: boolean | null;
34
+ /**
35
+ * The values property
36
+ */
37
+ values?: ConversationMember[] | null;
38
+ }
39
+ export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable {
40
+ /**
41
+ * The value property
42
+ */
43
+ value?: ActionResultPart[] | null;
44
+ }
45
+ /**
46
+ * Provides operations to call the remove method.
47
+ */
48
+ export interface RemoveRequestBuilder extends BaseRequestBuilder<RemoveRequestBuilder> {
49
+ /**
50
+ * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed.
51
+ * @param body The request body
52
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
53
+ * @returns {Promise<RemovePostResponse>}
54
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
55
+ * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here}
56
+ */
57
+ post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RemovePostResponse | undefined>;
58
+ /**
59
+ * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed.
60
+ * @param body The request body
61
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
62
+ * @returns {RequestInformation}
63
+ */
64
+ toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
65
+ }
66
+ /**
67
+ * Serializes information the current object
68
+ * @param writer Serialization writer to use to serialize this model
69
+ */
70
+ export declare function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody?: Partial<RemovePostRequestBody> | undefined | null): void;
71
+ /**
72
+ * Serializes information the current object
73
+ * @param writer Serialization writer to use to serialize this model
74
+ */
75
+ export declare function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse?: Partial<RemovePostResponse> | undefined | null): void;
76
+ /**
77
+ * Uri template for the request builder.
78
+ */
79
+ export declare const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/members/remove";
80
+ /**
81
+ * Metadata for all the requests in the request builder.
82
+ */
83
+ export declare const RemoveRequestBuilderRequestsMetadata: RequestsMetadata;
84
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA8P,KAAK,gBAAgB,EAAE,KAAK,qCAAqC,EAAE,KAAK,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAIhZ,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AAEH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEzK;AACD;;;;GAIG;AAEH,wBAAgB,8CAA8C,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEtK;AACD;;;GAGG;AAEH,wBAAgB,oCAAoC,CAAC,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvK;AACD;;;GAGG;AAEH,wBAAgB,iCAAiC,CAAC,kBAAkB,GAAE,OAAO,CAAC,kBAAkB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK9J;AACD,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC;CACxC;AACD,MAAM,WAAW,kBAAmB,SAAQ,qCAAqC,EAAE,QAAQ;IACvF;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,EAAE,GAAG,IAAI,CAAC;CACrC;AACD;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC9I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;;GAGG;AAEH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAKhK;AACD;;;GAGG;AAEH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,mBAAmB,EAAE,kBAAkB,GAAE,OAAO,CAAC,kBAAkB,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAKvJ;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,kEAAkE,CAAC;AAC/G;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAalD,CAAC"}
@@ -0,0 +1,90 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ // Generated by Microsoft Kiota
4
+ // @ts-ignore
5
+ import { createActionResultPartFromDiscriminatorValue, createConversationMemberFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeActionResultPart, serializeBaseCollectionPaginationCountResponse, serializeConversationMember } from '@microsoft/msgraph-sdk/models/index.js';
6
+ // @ts-ignore
7
+ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
8
+ /**
9
+ * Creates a new instance of the appropriate class based on discriminator value
10
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11
+ * @returns {RemovePostRequestBody}
12
+ */
13
+ // @ts-ignore
14
+ export function createRemovePostRequestBodyFromDiscriminatorValue(parseNode) {
15
+ return deserializeIntoRemovePostRequestBody;
16
+ }
17
+ /**
18
+ * Creates a new instance of the appropriate class based on discriminator value
19
+ * @param parseNode The parse node to use to read the discriminator value and create the object
20
+ * @returns {RemovePostResponse}
21
+ */
22
+ // @ts-ignore
23
+ export function createRemovePostResponseFromDiscriminatorValue(parseNode) {
24
+ return deserializeIntoRemovePostResponse;
25
+ }
26
+ /**
27
+ * The deserialization information for the current model
28
+ * @returns {Record<string, (node: ParseNode) => void>}
29
+ */
30
+ // @ts-ignore
31
+ export function deserializeIntoRemovePostRequestBody(removePostRequestBody = {}) {
32
+ return {
33
+ "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; },
34
+ "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); },
35
+ };
36
+ }
37
+ /**
38
+ * The deserialization information for the current model
39
+ * @returns {Record<string, (node: ParseNode) => void>}
40
+ */
41
+ // @ts-ignore
42
+ export function deserializeIntoRemovePostResponse(removePostResponse = {}) {
43
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse)), { "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); } });
44
+ }
45
+ /**
46
+ * Serializes information the current object
47
+ * @param writer Serialization writer to use to serialize this model
48
+ */
49
+ // @ts-ignore
50
+ export function serializeRemovePostRequestBody(writer, removePostRequestBody = {}) {
51
+ if (removePostRequestBody) {
52
+ writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember);
53
+ writer.writeAdditionalData(removePostRequestBody.additionalData);
54
+ }
55
+ }
56
+ /**
57
+ * Serializes information the current object
58
+ * @param writer Serialization writer to use to serialize this model
59
+ */
60
+ // @ts-ignore
61
+ export function serializeRemovePostResponse(writer, removePostResponse = {}) {
62
+ if (removePostResponse) {
63
+ serializeBaseCollectionPaginationCountResponse(writer, removePostResponse);
64
+ writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart);
65
+ }
66
+ }
67
+ /**
68
+ * Uri template for the request builder.
69
+ */
70
+ export const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/members/remove";
71
+ /**
72
+ * Metadata for all the requests in the request builder.
73
+ */
74
+ export const RemoveRequestBuilderRequestsMetadata = {
75
+ post: {
76
+ uriTemplate: RemoveRequestBuilderUriTemplate,
77
+ responseBodyContentType: "application/json",
78
+ errorMappings: {
79
+ XXX: createODataErrorFromDiscriminatorValue,
80
+ },
81
+ adapterMethodName: "send",
82
+ responseBodyFactory: createRemovePostResponseFromDiscriminatorValue,
83
+ requestBodyContentType: "application/json",
84
+ requestBodySerializer: serializeRemovePostRequestBody,
85
+ requestInformationContentSetMethod: "setContentFromParsable",
86
+ },
87
+ };
88
+ /* tslint:enable */
89
+ /* eslint-enable */
90
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,4CAA4C,EAAE,8CAA8C,EAAE,oDAAoD,EAAE,yBAAyB,EAAE,8CAA8C,EAAE,2BAA2B,EAA8F,MAAM,wCAAwC,CAAC;AAChZ,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,SAAgC;IAC9F,OAAO,oCAAoC,CAAC;AAChD,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8CAA8C,CAAC,SAAgC;IAC3F,OAAO,iCAAiC,CAAC;AAC7C,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,oCAAoC,CAAC,wBAAoE,EAAE;IACvH,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QACjF,QAAQ,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,MAAM,GAAG,CAAC,CAAC,2BAA2B,CAAqB,8CAA8C,CAAC,CAAC,CAAC,CAAC;KACvJ,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,iCAAiC,CAAC,qBAA8D,EAAE;IAC9G,uCACO,oDAAoD,CAAC,kBAAkB,CAAC,KAC3E,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,kBAAkB,CAAC,KAAK,GAAG,CAAC,CAAC,2BAA2B,CAAmB,4CAA4C,CAAC,CAAC,CAAC,CAAC,IAC9I;AACL,CAAC;AA0CD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,8BAA8B,CAAC,MAA2B,EAAE,wBAA2E,EAAE;IACrJ,IAAI,qBAAqB,EAAE,CAAC;QACxB,MAAM,CAAC,6BAA6B,CAAqB,QAAQ,EAAE,qBAAqB,CAAC,MAAM,EAAE,2BAA2B,CAAC,CAAC;QAC9H,MAAM,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,cAAc,CAAC,CAAC;IACrE,CAAC;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,2BAA2B,CAAC,MAA2B,EAAE,qBAAqE,EAAE;IAC5I,IAAI,kBAAkB,EAAE,CAAC;QACrB,8CAA8C,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAA;QAC1E,MAAM,CAAC,6BAA6B,CAAmB,OAAO,EAAE,kBAAkB,CAAC,KAAK,EAAE,yBAAyB,CAAC,CAAC;IACzH,CAAC;AACL,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,+DAA+D,CAAC;AAC/G;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAqB;IAClE,IAAI,EAAE;QACF,WAAW,EAAE,+BAA+B;QAC5C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,8BAA8B;QACrD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
@@ -25,7 +25,7 @@ export interface CheckMemberGroupsPostResponse extends BaseCollectionPaginationC
25
25
  */
26
26
  export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<CheckMemberGroupsRequestBuilder> {
27
27
  /**
28
- * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
28
+ * Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
29
29
  * @param body The request body
30
30
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
31
31
  * @returns {Promise<CheckMemberGroupsPostResponse>}
@@ -34,7 +34,7 @@ export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<Chec
34
34
  */
35
35
  post(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CheckMemberGroupsPostResponse | undefined>;
36
36
  /**
37
- * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
37
+ * Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:- user- group- service principal- organizational contact- device- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
38
38
  * @param body The request body
39
39
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
40
40
  * @returns {RequestInformation}
@@ -47,7 +47,7 @@ export interface GetMemberObjectsPostResponse extends BaseCollectionPaginationCo
47
47
  */
48
48
  export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMemberObjectsRequestBuilder> {
49
49
  /**
50
- * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
50
+ * Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
51
51
  * @param body The request body
52
52
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
53
53
  * @returns {Promise<GetMemberObjectsPostResponse>}
@@ -56,7 +56,7 @@ export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMe
56
56
  */
57
57
  post(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetMemberObjectsPostResponse | undefined>;
58
58
  /**
59
- * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
59
+ * Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
60
60
  * @param body The request body
61
61
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
62
62
  * @returns {RequestInformation}
@@ -377,10 +377,10 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
377
377
  */
378
378
  get wipeManagedAppRegistrationsByDeviceTag(): WipeManagedAppRegistrationsByDeviceTagRequestBuilder;
379
379
  /**
380
- * Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
380
+ * Deletes a user.
381
381
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
382
382
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
383
- * @see {@link https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0|Find more info here}
383
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0|Find more info here}
384
384
  */
385
385
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
386
386
  /**
@@ -404,7 +404,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
404
404
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
405
405
  * @returns {Promise<User>}
406
406
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
407
- * @see {@link https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0|Find more info here}
407
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0|Find more info here}
408
408
  */
409
409
  patch(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
410
410
  /**
@@ -415,7 +415,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
415
415
  */
416
416
  reminderViewWithStartDateTimeWithEndDateTime(endDateTime: string | undefined, startDateTime: string | undefined): ReminderViewWithStartDateTimeWithEndDateTimeRequestBuilder;
417
417
  /**
418
- * Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
418
+ * Deletes a user.
419
419
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
420
420
  * @returns {RequestInformation}
421
421
  */
@@ -2,6 +2,7 @@ import { type ConversationMember, type ConversationMemberCollectionResponse } fr
2
2
  import { type AddRequestBuilder } from './add/index.js';
3
3
  import { type CountRequestBuilder } from './count/index.js';
4
4
  import { type ConversationMemberItemRequestBuilder } from './item/index.js';
5
+ import { type RemoveRequestBuilder } from './remove/index.js';
5
6
  import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
6
7
  /**
7
8
  * Provides operations to manage the members property of the microsoft.graph.channel entity.
@@ -15,6 +16,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
15
16
  * Provides operations to count the resources in the collection.
16
17
  */
17
18
  get count(): CountRequestBuilder;
19
+ /**
20
+ * Provides operations to call the remove method.
21
+ */
22
+ get remove(): RemoveRequestBuilder;
18
23
  /**
19
24
  * Provides operations to manage the members property of the microsoft.graph.channel entity.
20
25
  * @param conversationMemberId The unique identifier of conversationMember
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiJ,KAAK,kBAAkB,EAAE,KAAK,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAI3Q,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3F,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAwD,KAAK,oCAAoC,EAAE,MAAM,iBAAiB,CAAC;AAElI,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,GAAI,oCAAoC,CAAC;IAC7F;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACnK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,sKAAsK,CAAC;AAcpN;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qBAAqB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWxJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAuBnD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiJ,KAAK,kBAAkB,EAAE,KAAK,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAI3Q,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3F,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAAwD,KAAK,oCAAoC,EAAE,MAAM,iBAAiB,CAAC;AAElI,OAAO,EAAwC,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAEpG,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;;;OAIG;IACF,sBAAsB,CAAC,oBAAoB,EAAE,MAAM,GAAI,oCAAoC,CAAC;IAC7F;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oCAAoC,GAAG,SAAS,CAAC,CAAC;IACnK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,kBAAkB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC7I;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,gCAAgC,sKAAsK,CAAC;AAcpN;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qBAAqB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAcxJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAuBnD,CAAC"}
@@ -11,6 +11,8 @@ import { AddRequestBuilderRequestsMetadata } from './add/index.js';
11
11
  import { CountRequestBuilderRequestsMetadata } from './count/index.js';
12
12
  // @ts-ignore
13
13
  import { ConversationMemberItemRequestBuilderRequestsMetadata } from './item/index.js';
14
+ // @ts-ignore
15
+ import { RemoveRequestBuilderRequestsMetadata } from './remove/index.js';
14
16
  /**
15
17
  * Uri template for the request builder.
16
18
  */
@@ -42,6 +44,9 @@ export const MembersRequestBuilderNavigationMetadata = {
42
44
  count: {
43
45
  requestsMetadata: CountRequestBuilderRequestsMetadata,
44
46
  },
47
+ remove: {
48
+ requestsMetadata: RemoveRequestBuilderRequestsMetadata,
49
+ },
45
50
  };
46
51
  /**
47
52
  * Metadata for all the requests in the request builder.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,gEAAgE,EAAE,8CAA8C,EAAE,2BAA2B,EAAsE,MAAM,wCAAwC,CAAC;AAC3Q,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,iCAAiC,EAA0B,MAAM,gBAAgB,CAAC;AAC3F,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,oDAAoD,EAA6C,MAAM,iBAAiB,CAAC;AAwFlI;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,mKAAmK,CAAC;AACpN;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAyG;IACzJ,sBAAsB,EAAE;QACpB,gBAAgB,EAAE,oDAAoD;QACtE,sBAAsB,EAAE,CAAC,yBAAyB,CAAC;KACtD;IACD,GAAG,EAAE;QACD,gBAAgB,EAAE,iCAAiC;KACtD;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAqB;IACnE,GAAG,EAAE;QACD,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gEAAgE;QACtF,qBAAqB,EAAE,6CAA6C;KACvE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2BAA2B;QAClD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,gEAAgE,EAAE,8CAA8C,EAAE,2BAA2B,EAAsE,MAAM,wCAAwC,CAAC;AAC3Q,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,iCAAiC,EAA0B,MAAM,gBAAgB,CAAC;AAC3F,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,oDAAoD,EAA6C,MAAM,iBAAiB,CAAC;AAClI,aAAa;AACb,OAAO,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AA4FpG;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,mKAAmK,CAAC;AACpN;;GAEG;AACH,MAAM,6CAA6C,GAA2B;IAC1E,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAyG;IACzJ,sBAAsB,EAAE;QACpB,gBAAgB,EAAE,oDAAoD;QACtE,sBAAsB,EAAE,CAAC,yBAAyB,CAAC;KACtD;IACD,GAAG,EAAE;QACD,gBAAgB,EAAE,iCAAiC;KACtD;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;IACD,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;KACzD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAqB;IACnE,GAAG,EAAE;QACD,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gEAAgE;QACtF,qBAAqB,EAAE,6CAA6C;KACvE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,gCAAgC;QAC7C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,2BAA2B;QAClD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}