@microsoft/msgraph-sdk-sites 1.0.0-preview.40 → 1.0.0-preview.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-sites",
3
- "version": "1.0.0-preview.40",
3
+ "version": "1.0.0-preview.41",
4
4
  "description": "Sites fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -43,5 +43,5 @@
43
43
  "typescript": "^5.3.3"
44
44
  },
45
45
  "type": "module",
46
- "gitHead": "02026b62803a74887de653c1e04ea890be34692f"
46
+ "gitHead": "0ca49f5e7dda09f7124f2a23ab49be2eef5173d6"
47
47
  }
@@ -51,11 +51,11 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder<ListItemReque
51
51
  */
52
52
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
53
53
  /**
54
- * Returns the metadata for a list.
54
+ * Get a list of rich long-running operations associated with a list.
55
55
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
56
56
  * @returns {Promise<List>}
57
57
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
58
- * @see {@link https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0|Find more info here}
58
+ * @see {@link https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0|Find more info here}
59
59
  */
60
60
  get(requestConfiguration?: RequestConfiguration<ListItemRequestBuilderGetQueryParameters> | undefined): Promise<List | undefined>;
61
61
  /**
@@ -73,7 +73,7 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder<ListItemReque
73
73
  */
74
74
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
75
75
  /**
76
- * Returns the metadata for a list.
76
+ * Get a list of rich long-running operations associated with a list.
77
77
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
78
78
  * @returns {RequestInformation}
79
79
  */
@@ -87,7 +87,7 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder<ListItemReque
87
87
  toPatchRequestInformation(body: List, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
88
88
  }
89
89
  /**
90
- * Returns the metadata for a list.
90
+ * Get a list of rich long-running operations associated with a list.
91
91
  */
92
92
  export interface ListItemRequestBuilderGetQueryParameters {
93
93
  /**