@microsoft/msgraph-sdk-sites 1.0.0-preview.39 → 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.
|
|
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": "
|
|
46
|
+
"gitHead": "0ca49f5e7dda09f7124f2a23ab49be2eef5173d6"
|
|
47
47
|
}
|
package/sites/index.d.ts
CHANGED
|
@@ -37,22 +37,22 @@ export interface SitesRequestBuilder extends BaseRequestBuilder<SitesRequestBuil
|
|
|
37
37
|
*/
|
|
38
38
|
bySiteId(siteId: string): SiteItemRequestBuilder;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
|
|
41
41
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
42
|
* @returns {Promise<SiteCollectionResponse>}
|
|
43
43
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
44
|
-
* @see {@link https://learn.microsoft.com/graph/api/site-
|
|
44
|
+
* @see {@link https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0|Find more info here}
|
|
45
45
|
*/
|
|
46
46
|
get(requestConfiguration?: RequestConfiguration<SitesRequestBuilderGetQueryParameters> | undefined): Promise<SiteCollectionResponse | undefined>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
|
|
49
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
50
|
* @returns {RequestInformation}
|
|
51
51
|
*/
|
|
52
52
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SitesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
|
|
56
56
|
*/
|
|
57
57
|
export interface SitesRequestBuilderGetQueryParameters {
|
|
58
58
|
/**
|
|
@@ -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
|
/**
|