@microsoft/msgraph-sdk-sites 1.0.0-preview.69 → 1.0.0-preview.71
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.
|
|
3
|
+
"version": "1.0.0-preview.71",
|
|
4
4
|
"description": "Sites fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"typescript": "^5.3.3"
|
|
38
38
|
},
|
|
39
39
|
"type": "module",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "7ecd4554ed87ecf668dc55ed7ec7bc88b99ddbe1"
|
|
41
41
|
}
|
|
@@ -51,11 +51,11 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder<ListItemReque
|
|
|
51
51
|
*/
|
|
52
52
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
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-
|
|
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
|
-
*
|
|
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
|
-
*
|
|
90
|
+
* Get a list of rich long-running operations associated with a list.
|
|
91
91
|
*/
|
|
92
92
|
export interface ListItemRequestBuilderGetQueryParameters {
|
|
93
93
|
/**
|