@microsoft/msgraph-sdk-groups 1.0.0-preview.17 → 1.0.0-preview.19

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 (58) hide show
  1. package/groups/item/conversations/item/threads/item/posts/index.d.ts +4 -4
  2. package/groups/item/conversations/item/threads/item/reply/index.d.ts +3 -3
  3. package/groups/item/photo/index.d.ts +12 -0
  4. package/groups/item/photo/index.d.ts.map +1 -1
  5. package/groups/item/photo/index.js +8 -0
  6. package/groups/item/sites/item/analytics/index.d.ts +3 -3
  7. package/groups/item/sites/item/getByPathWithPath/analytics/index.d.ts +3 -3
  8. package/groups/item/sites/item/getByPathWithPath/getByPathWithPath1/analytics/index.d.ts +3 -3
  9. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/index.d.ts.map +1 -1
  10. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/index.js +1 -0
  11. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/item/getPositionOfWebPart/index.d.ts +29 -0
  12. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/item/getPositionOfWebPart/index.d.ts.map +1 -0
  13. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/item/getPositionOfWebPart/index.js +28 -0
  14. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/item/index.d.ts +10 -1
  15. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/item/index.d.ts.map +1 -1
  16. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/horizontalSections/item/columns/item/webparts/item/index.js +10 -1
  17. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/index.d.ts.map +1 -1
  18. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/index.js +1 -0
  19. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/item/getPositionOfWebPart/index.d.ts +29 -0
  20. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/item/getPositionOfWebPart/index.d.ts.map +1 -0
  21. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/item/getPositionOfWebPart/index.js +28 -0
  22. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/item/index.d.ts +10 -1
  23. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/item/index.d.ts.map +1 -1
  24. package/groups/item/sites/item/pages/item/graphSitePage/canvasLayout/verticalSection/webparts/item/index.js +10 -1
  25. package/groups/item/sites/item/pages/item/graphSitePage/webParts/index.d.ts.map +1 -1
  26. package/groups/item/sites/item/pages/item/graphSitePage/webParts/index.js +1 -0
  27. package/groups/item/sites/item/pages/item/graphSitePage/webParts/item/getPositionOfWebPart/index.d.ts +29 -0
  28. package/groups/item/sites/item/pages/item/graphSitePage/webParts/item/getPositionOfWebPart/index.d.ts.map +1 -0
  29. package/groups/item/sites/item/pages/item/graphSitePage/webParts/item/getPositionOfWebPart/index.js +28 -0
  30. package/groups/item/sites/item/pages/item/graphSitePage/webParts/item/index.d.ts +10 -1
  31. package/groups/item/sites/item/pages/item/graphSitePage/webParts/item/index.d.ts.map +1 -1
  32. package/groups/item/sites/item/pages/item/graphSitePage/webParts/item/index.js +10 -1
  33. package/groups/item/sites/item/sites/index.d.ts +0 -10
  34. package/groups/item/sites/item/sites/index.d.ts.map +1 -1
  35. package/groups/item/sites/item/sites/index.js +0 -8
  36. package/groups/item/team/archive/index.d.ts +2 -2
  37. package/groups/item/team/channels/item/members/index.d.ts +3 -3
  38. package/groups/item/team/channels/item/members/item/index.d.ts +6 -6
  39. package/groups/item/team/channels/item/messages/index.d.ts +3 -3
  40. package/groups/item/team/channels/item/messages/item/replies/index.d.ts +3 -3
  41. package/groups/item/team/channels/item/tabs/item/index.d.ts +2 -2
  42. package/groups/item/team/primaryChannel/members/index.d.ts +3 -3
  43. package/groups/item/team/primaryChannel/members/item/index.d.ts +6 -6
  44. package/groups/item/team/primaryChannel/messages/index.d.ts +3 -3
  45. package/groups/item/team/primaryChannel/messages/item/replies/index.d.ts +3 -3
  46. package/groups/item/team/primaryChannel/tabs/item/index.d.ts +2 -2
  47. package/groups/item/team/unarchive/index.d.ts +2 -2
  48. package/groups/item/threads/item/index.d.ts +5 -5
  49. package/groups/item/threads/item/posts/index.d.ts +4 -4
  50. package/groups/item/threads/item/reply/index.d.ts +3 -3
  51. package/package.json +3 -3
  52. package/tsconfig.tsbuildinfo +1 -1
  53. package/groups/item/sites/item/sites/add/index.d.ts +0 -84
  54. package/groups/item/sites/item/sites/add/index.d.ts.map +0 -1
  55. package/groups/item/sites/item/sites/add/index.js +0 -86
  56. package/groups/item/sites/item/sites/remove/index.d.ts +0 -84
  57. package/groups/item/sites/item/sites/remove/index.d.ts.map +0 -1
  58. package/groups/item/sites/item/sites/remove/index.js +0 -86
@@ -1,11 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WebPartItemRequestBuilderRequestsMetadata = exports.WebPartItemRequestBuilderUriTemplate = void 0;
3
+ exports.WebPartItemRequestBuilderRequestsMetadata = exports.WebPartItemRequestBuilderNavigationMetadata = exports.WebPartItemRequestBuilderUriTemplate = void 0;
4
4
  /* tslint:disable */
5
5
  /* eslint-disable */
6
6
  // Generated by Microsoft Kiota
7
7
  const models_1 = require("@microsoft/msgraph-sdk/models/");
8
8
  const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ const getPositionOfWebPart_1 = require("./getPositionOfWebPart/");
9
10
  /**
10
11
  * Uri template for the request builder.
11
12
  */
@@ -17,6 +18,14 @@ const WebPartItemRequestBuilderGetQueryParametersMapper = {
17
18
  "expand": "%24expand",
18
19
  "select": "%24select",
19
20
  };
21
+ /**
22
+ * Metadata for all the navigation properties in the request builder.
23
+ */
24
+ exports.WebPartItemRequestBuilderNavigationMetadata = {
25
+ getPositionOfWebPart: {
26
+ requestsMetadata: getPositionOfWebPart_1.GetPositionOfWebPartRequestBuilderRequestsMetadata,
27
+ },
28
+ };
20
29
  /**
21
30
  * Metadata for all the requests in the request builder.
22
31
  */
@@ -1,25 +1,15 @@
1
1
  import { type SiteCollectionResponse } from '@microsoft/msgraph-sdk/models/';
2
- import { type AddRequestBuilder } from './add/';
3
2
  import { type CountRequestBuilder } from './count/';
4
3
  import { type SiteItemRequestBuilder } from './item/';
5
- import { type RemoveRequestBuilder } from './remove/';
6
4
  import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
7
5
  /**
8
6
  * Provides operations to manage the sites property of the microsoft.graph.site entity.
9
7
  */
10
8
  export interface SitesRequestBuilder extends BaseRequestBuilder<SitesRequestBuilder> {
11
- /**
12
- * Provides operations to call the add method.
13
- */
14
- get add(): AddRequestBuilder;
15
9
  /**
16
10
  * Provides operations to count the resources in the collection.
17
11
  */
18
12
  get count(): CountRequestBuilder;
19
- /**
20
- * Provides operations to call the remove method.
21
- */
22
- get remove(): RemoveRequestBuilder;
23
13
  /**
24
14
  * Provides operations to manage the sites property of the microsoft.graph.site entity.
25
15
  * @param siteId1 The unique identifier of site
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsD,KAAK,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAEjI,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACnF,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAA0C,KAAK,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAC9F,OAAO,EAAwC,KAAK,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAC5F,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;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,SAAS,CAAC,OAAO,EAAE,MAAM,GAAI,sBAAsB,CAAC;IACrD;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;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,8BAA8B,wIAAwI,CAAC;AAcpL;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAcpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsD,KAAK,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAEjI,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAA0C,KAAK,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAC9F,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,SAAS,CAAC,OAAO,EAAE,MAAM,GAAI,sBAAsB,CAAC;IACrD;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;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,8BAA8B,wIAAwI,CAAC;AAcpL;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC"}
@@ -6,10 +6,8 @@ exports.SitesRequestBuilderRequestsMetadata = exports.SitesRequestBuilderNavigat
6
6
  // Generated by Microsoft Kiota
7
7
  const models_1 = require("@microsoft/msgraph-sdk/models/");
8
8
  const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
- const add_1 = require("./add/");
10
9
  const count_1 = require("./count/");
11
10
  const item_1 = require("./item/");
12
- const remove_1 = require("./remove/");
13
11
  /**
14
12
  * Uri template for the request builder.
15
13
  */
@@ -35,15 +33,9 @@ exports.SitesRequestBuilderNavigationMetadata = {
35
33
  requestsMetadata: item_1.SiteItemRequestBuilderRequestsMetadata,
36
34
  pathParametersMappings: ["site%2Did1"],
37
35
  },
38
- add: {
39
- requestsMetadata: add_1.AddRequestBuilderRequestsMetadata,
40
- },
41
36
  count: {
42
37
  requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
43
38
  },
44
- remove: {
45
- requestsMetadata: remove_1.RemoveRequestBuilderRequestsMetadata,
46
- },
47
39
  };
48
40
  /**
49
41
  * Metadata for all the requests in the request builder.
@@ -18,7 +18,7 @@ export interface ArchivePostRequestBody extends AdditionalDataHolder, BackedMode
18
18
  */
19
19
  export interface ArchiveRequestBuilder extends BaseRequestBuilder<ArchiveRequestBuilder> {
20
20
  /**
21
- * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive.
21
+ * Archive the specified team. When a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive.
22
22
  * @param body The request body
23
23
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
24
24
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -26,7 +26,7 @@ export interface ArchiveRequestBuilder extends BaseRequestBuilder<ArchiveRequest
26
26
  */
27
27
  post(body: ArchivePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
28
28
  /**
29
- * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive.
29
+ * Archive the specified team. When a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive.
30
30
  * @param body The request body
31
31
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
32
32
  * @returns {RequestInformation}
@@ -30,12 +30,12 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMemberCollectionResponse | undefined>;
32
32
  /**
33
- * Add a conversationMember to a channel.
33
+ * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @returns {Promise<ConversationMember>}
37
37
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
38
- * @see {@link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0|Find more info here}
38
+ * @see {@link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0|Find more info here}
39
39
  */
40
40
  post(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
41
41
  /**
@@ -45,7 +45,7 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
45
45
  */
46
46
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
47
47
  /**
48
- * Add a conversationMember to a channel.
48
+ * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
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 {RequestInformation}
@@ -5,10 +5,10 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder<ConversationMemberItemRequestBuilder> {
7
7
  /**
8
- * Delete a conversationMember from a channel.
8
+ * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
- * @see {@link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0|Find more info here}
11
+ * @see {@link https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0|Find more info here}
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
@@ -20,16 +20,16 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
20
20
  */
21
21
  get(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMember | undefined>;
22
22
  /**
23
- * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
23
+ * Update the role of a conversationMember in a team or channel.
24
24
  * @param body The request body
25
25
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
26
  * @returns {Promise<ConversationMember>}
27
27
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
- * @see {@link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0|Find more info here}
28
+ * @see {@link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0|Find more info here}
29
29
  */
30
30
  patch(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
31
31
  /**
32
- * Delete a conversationMember from a channel.
32
+ * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared.
33
33
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
34
  * @returns {RequestInformation}
35
35
  */
@@ -41,7 +41,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
41
41
  */
42
42
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
43
43
  /**
44
- * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
44
+ * Update the role of a conversationMember in a team or channel.
45
45
  * @param body The request body
46
46
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
47
47
  * @returns {RequestInformation}
@@ -30,12 +30,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
32
32
  /**
33
- * Send a new chatMessage in the specified channel.
33
+ * Send a new chatMessage in the specified channel or a chat.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @returns {Promise<ChatMessage>}
37
37
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
38
- * @see {@link https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0|Find more info here}
38
+ * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here}
39
39
  */
40
40
  post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
41
41
  /**
@@ -45,7 +45,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
45
45
  */
46
46
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
47
47
  /**
48
- * Send a new chatMessage in the specified channel.
48
+ * Send a new chatMessage in the specified channel or a chat.
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 {RequestInformation}
@@ -30,12 +30,12 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
32
32
  /**
33
- * Send a new reply to a chatMessage in a specified channel.
33
+ * Create a new reply to a chatMessage in a specified channel.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @returns {Promise<ChatMessage>}
37
37
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
38
- * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0|Find more info here}
38
+ * @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here}
39
39
  */
40
40
  post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
41
41
  /**
@@ -45,7 +45,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
45
45
  */
46
46
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
47
47
  /**
48
- * Send a new reply to a chatMessage in a specified channel.
48
+ * Create a new reply to a chatMessage in a specified channel.
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 {RequestInformation}
@@ -25,7 +25,7 @@ export interface TeamsTabItemRequestBuilder extends BaseRequestBuilder<TeamsTabI
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<TeamsTabItemRequestBuilderGetQueryParameters> | undefined): Promise<TeamsTab | undefined>;
27
27
  /**
28
- * Update the properties of the specified tab.This can be used to configure the content of the tab.
28
+ * Update the properties of the specified tab.This API can be used to configure the content of the tab.
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<TeamsTab>}
@@ -46,7 +46,7 @@ export interface TeamsTabItemRequestBuilder extends BaseRequestBuilder<TeamsTabI
46
46
  */
47
47
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<TeamsTabItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
48
48
  /**
49
- * Update the properties of the specified tab.This can be used to configure the content of the tab.
49
+ * Update the properties of the specified tab.This API can be used to configure the content of the tab.
50
50
  * @param body The request body
51
51
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
52
52
  * @returns {RequestInformation}
@@ -30,12 +30,12 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMemberCollectionResponse | undefined>;
32
32
  /**
33
- * Add a conversationMember to a channel.
33
+ * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @returns {Promise<ConversationMember>}
37
37
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
38
- * @see {@link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0|Find more info here}
38
+ * @see {@link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0|Find more info here}
39
39
  */
40
40
  post(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
41
41
  /**
@@ -45,7 +45,7 @@ export interface MembersRequestBuilder extends BaseRequestBuilder<MembersRequest
45
45
  */
46
46
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<MembersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
47
47
  /**
48
- * Add a conversationMember to a channel.
48
+ * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
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 {RequestInformation}
@@ -5,10 +5,10 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder<ConversationMemberItemRequestBuilder> {
7
7
  /**
8
- * Delete a conversationMember from a channel.
8
+ * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
- * @see {@link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0|Find more info here}
11
+ * @see {@link https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0|Find more info here}
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
@@ -20,16 +20,16 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
20
20
  */
21
21
  get(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMember | undefined>;
22
22
  /**
23
- * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
23
+ * Update the role of a conversationMember in a team or channel.
24
24
  * @param body The request body
25
25
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
26
  * @returns {Promise<ConversationMember>}
27
27
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
- * @see {@link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0|Find more info here}
28
+ * @see {@link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0|Find more info here}
29
29
  */
30
30
  patch(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;
31
31
  /**
32
- * Delete a conversationMember from a channel.
32
+ * Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared.
33
33
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
34
  * @returns {RequestInformation}
35
35
  */
@@ -41,7 +41,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder
41
41
  */
42
42
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
43
43
  /**
44
- * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
44
+ * Update the role of a conversationMember in a team or channel.
45
45
  * @param body The request body
46
46
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
47
47
  * @returns {RequestInformation}
@@ -30,12 +30,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
32
32
  /**
33
- * Send a new chatMessage in the specified channel.
33
+ * Send a new chatMessage in the specified channel or a chat.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @returns {Promise<ChatMessage>}
37
37
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
38
- * @see {@link https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0|Find more info here}
38
+ * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here}
39
39
  */
40
40
  post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
41
41
  /**
@@ -45,7 +45,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder<MessagesReque
45
45
  */
46
46
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<MessagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
47
47
  /**
48
- * Send a new chatMessage in the specified channel.
48
+ * Send a new chatMessage in the specified channel or a chat.
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 {RequestInformation}
@@ -30,12 +30,12 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): Promise<ChatMessageCollectionResponse | undefined>;
32
32
  /**
33
- * Send a new reply to a chatMessage in a specified channel.
33
+ * Create a new reply to a chatMessage in a specified channel.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @returns {Promise<ChatMessage>}
37
37
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
38
- * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0|Find more info here}
38
+ * @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here}
39
39
  */
40
40
  post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
41
41
  /**
@@ -45,7 +45,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder<RepliesRequest
45
45
  */
46
46
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<RepliesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
47
47
  /**
48
- * Send a new reply to a chatMessage in a specified channel.
48
+ * Create a new reply to a chatMessage in a specified channel.
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 {RequestInformation}
@@ -25,7 +25,7 @@ export interface TeamsTabItemRequestBuilder extends BaseRequestBuilder<TeamsTabI
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<TeamsTabItemRequestBuilderGetQueryParameters> | undefined): Promise<TeamsTab | undefined>;
27
27
  /**
28
- * Update the properties of the specified tab.This can be used to configure the content of the tab.
28
+ * Update the properties of the specified tab.This API can be used to configure the content of the tab.
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<TeamsTab>}
@@ -46,7 +46,7 @@ export interface TeamsTabItemRequestBuilder extends BaseRequestBuilder<TeamsTabI
46
46
  */
47
47
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<TeamsTabItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
48
48
  /**
49
- * Update the properties of the specified tab.This can be used to configure the content of the tab.
49
+ * Update the properties of the specified tab.This API can be used to configure the content of the tab.
50
50
  * @param body The request body
51
51
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
52
52
  * @returns {RequestInformation}
@@ -4,14 +4,14 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
4
4
  */
5
5
  export interface UnarchiveRequestBuilder extends BaseRequestBuilder<UnarchiveRequestBuilder> {
6
6
  /**
7
- * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API.
7
+ * Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API.
8
8
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
9
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
10
10
  * @see {@link https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0|Find more info here}
11
11
  */
12
12
  post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
13
13
  /**
14
- * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API.
14
+ * Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API.
15
15
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
16
16
  * @returns {RequestInformation}
17
17
  */
@@ -18,15 +18,15 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
18
18
  * Delete conversationThread.
19
19
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
20
20
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
21
- * @see {@link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0|Find more info here}
21
+ * @see {@link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0|Find more info here}
22
22
  */
23
23
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
24
24
  /**
25
- * Get a thread object.
25
+ * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<ConversationThread>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
29
- * @see {@link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0|Find more info here}
29
+ * @see {@link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0|Find more info here}
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<ConversationThreadItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationThread | undefined>;
32
32
  /**
@@ -45,7 +45,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
45
45
  */
46
46
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
47
47
  /**
48
- * Get a thread object.
48
+ * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
49
49
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
50
50
  * @returns {RequestInformation}
51
51
  */
@@ -59,7 +59,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
59
59
  toPatchRequestInformation(body: ConversationThread, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
60
60
  }
61
61
  /**
62
- * Get a thread object.
62
+ * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
63
63
  */
64
64
  export interface ConversationThreadItemRequestBuilderGetQueryParameters {
65
65
  /**
@@ -17,22 +17,22 @@ export interface PostsRequestBuilder extends BaseRequestBuilder<PostsRequestBuil
17
17
  */
18
18
  byPostId(postId: string): PostItemRequestBuilder;
19
19
  /**
20
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
20
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<PostCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
- * @see {@link https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0|Find more info here}
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<PostsRequestBuilderGetQueryParameters> | undefined): Promise<PostCollectionResponse | undefined>;
27
27
  /**
28
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
28
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
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<PostsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
33
33
  }
34
34
  /**
35
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
35
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
36
36
  */
37
37
  export interface PostsRequestBuilderGetQueryParameters {
38
38
  /**
@@ -30,15 +30,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel,
30
30
  */
31
31
  export interface ReplyRequestBuilder extends BaseRequestBuilder<ReplyRequestBuilder> {
32
32
  /**
33
- * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
33
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
34
34
  * @param body The request body
35
35
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
37
- * @see {@link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0|Find more info here}
37
+ * @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0|Find more info here}
38
38
  */
39
39
  post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
40
40
  /**
41
- * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
41
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
42
42
  * @param body The request body
43
43
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
44
44
  * @returns {RequestInformation}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-groups",
3
- "version": "1.0.0-preview.17",
3
+ "version": "1.0.0-preview.19",
4
4
  "description": "Groups fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -37,12 +37,12 @@
37
37
  "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
38
38
  "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
39
39
  "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
40
- "@microsoft/msgraph-sdk": "^1.0.0-preview.17",
40
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.19",
41
41
  "guid-typescript": "^1.0.9",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.3.3"
46
46
  },
47
- "gitHead": "cf9344aac51247cf524bc8163ff07531d51c9b6c"
47
+ "gitHead": "d171fce012edfc5fac41a8d1ceea638fa462c013"
48
48
  }