@microsoft/msgraph-sdk-drives 1.0.0-preview.16 → 1.0.0-preview.17
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/drives/item/items/item/index.d.ts +3 -3
- package/drives/item/items/item/retentionLabel/index.d.ts +3 -3
- package/drives/item/items/item/workbook/names/item/range/index.d.ts +3 -3
- package/drives/item/items/item/workbook/tables/index.d.ts +1 -1
- package/drives/item/items/item/workbook/tables/item/columns/index.d.ts +1 -1
- package/drives/item/items/item/workbook/tables/item/rows/index.d.ts +1 -1
- package/drives/item/items/item/workbook/tables/itemAtWithIndex/columns/index.d.ts +1 -1
- package/drives/item/items/item/workbook/tables/itemAtWithIndex/rows/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/charts/item/series/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/charts/itemAtWithIndex/series/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/charts/itemWithName/series/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/names/item/range/index.d.ts +3 -3
- package/drives/item/items/item/workbook/worksheets/item/tables/item/columns/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/tables/item/rows/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/tables/itemAtWithIndex/columns/index.d.ts +1 -1
- package/drives/item/items/item/workbook/worksheets/item/tables/itemAtWithIndex/rows/index.d.ts +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -176,12 +176,12 @@ export interface DriveItemItemRequestBuilder extends BaseRequestBuilder<DriveIte
|
|
|
176
176
|
*/
|
|
177
177
|
getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime: string | undefined, interval: string | undefined, startDateTime: string | undefined): GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder;
|
|
178
178
|
/**
|
|
179
|
-
*
|
|
179
|
+
* Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
|
|
180
180
|
* @param body The request body
|
|
181
181
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
182
182
|
* @returns {Promise<DriveItem>}
|
|
183
183
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
184
|
-
* @see {@link https://learn.microsoft.com/graph/api/driveitem-
|
|
184
|
+
* @see {@link https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0|Find more info here}
|
|
185
185
|
*/
|
|
186
186
|
patch(body: DriveItem, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DriveItem | undefined>;
|
|
187
187
|
/**
|
|
@@ -203,7 +203,7 @@ export interface DriveItemItemRequestBuilder extends BaseRequestBuilder<DriveIte
|
|
|
203
203
|
*/
|
|
204
204
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DriveItemItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
205
205
|
/**
|
|
206
|
-
*
|
|
206
|
+
* Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
|
|
207
207
|
* @param body The request body
|
|
208
208
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
209
209
|
* @returns {RequestInformation}
|
|
@@ -19,12 +19,12 @@ export interface RetentionLabelRequestBuilder extends BaseRequestBuilder<Retenti
|
|
|
19
19
|
*/
|
|
20
20
|
get(requestConfiguration?: RequestConfiguration<RetentionLabelRequestBuilderGetQueryParameters> | undefined): Promise<ItemRetentionLabel | undefined>;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
|
|
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<ItemRetentionLabel>}
|
|
26
26
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
27
|
-
* @see {@link https://learn.microsoft.com/graph/api/driveitem-
|
|
27
|
+
* @see {@link https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0|Find more info here}
|
|
28
28
|
*/
|
|
29
29
|
patch(body: ItemRetentionLabel, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ItemRetentionLabel | undefined>;
|
|
30
30
|
/**
|
|
@@ -40,7 +40,7 @@ export interface RetentionLabelRequestBuilder extends BaseRequestBuilder<Retenti
|
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RetentionLabelRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
|
|
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}
|
|
@@ -5,15 +5,15 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface RangeRequestBuilder extends BaseRequestBuilder<RangeRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookRange>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/range
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WorkbookRange | undefined>;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {RequestInformation}
|
|
19
19
|
*/
|
|
@@ -27,7 +27,7 @@ export interface TablesRequestBuilder extends BaseRequestBuilder<TablesRequestBu
|
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<WorkbookTableCollectionResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
30
|
+
* @see {@link https://learn.microsoft.com/graph/api/workbook-list-tables?view=graph-rest-1.0|Find more info here}
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<TablesRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableCollectionResponse | undefined>;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ export interface ColumnsRequestBuilder extends BaseRequestBuilder<ColumnsRequest
|
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<WorkbookTableColumnCollectionResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
30
|
+
* @see {@link https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0|Find more info here}
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<ColumnsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableColumnCollectionResponse | undefined>;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ export interface RowsRequestBuilder extends BaseRequestBuilder<RowsRequestBuilde
|
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<WorkbookTableRowCollectionResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
30
|
+
* @see {@link https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0|Find more info here}
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<RowsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableRowCollectionResponse | undefined>;
|
|
33
33
|
/**
|
|
@@ -9,7 +9,7 @@ export interface ColumnsRequestBuilder extends BaseRequestBuilder<ColumnsRequest
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookTableColumnCollectionResponse>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<ColumnsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableColumnCollectionResponse | undefined>;
|
|
15
15
|
/**
|
|
@@ -9,7 +9,7 @@ export interface RowsRequestBuilder extends BaseRequestBuilder<RowsRequestBuilde
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookTableRowCollectionResponse>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<RowsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableRowCollectionResponse | undefined>;
|
|
15
15
|
/**
|
|
@@ -22,7 +22,7 @@ export interface SeriesRequestBuilder extends BaseRequestBuilder<SeriesRequestBu
|
|
|
22
22
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
23
|
* @returns {Promise<WorkbookChartSeriesCollectionResponse>}
|
|
24
24
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
25
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
25
|
+
* @see {@link https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0|Find more info here}
|
|
26
26
|
*/
|
|
27
27
|
get(requestConfiguration?: RequestConfiguration<SeriesRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookChartSeriesCollectionResponse | undefined>;
|
|
28
28
|
/**
|
package/drives/item/items/item/workbook/worksheets/item/charts/itemAtWithIndex/series/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface SeriesRequestBuilder extends BaseRequestBuilder<SeriesRequestBu
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookChartSeriesCollectionResponse>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<SeriesRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookChartSeriesCollectionResponse | undefined>;
|
|
15
15
|
/**
|
package/drives/item/items/item/workbook/worksheets/item/charts/itemWithName/series/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface SeriesRequestBuilder extends BaseRequestBuilder<SeriesRequestBu
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookChartSeriesCollectionResponse>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<SeriesRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookChartSeriesCollectionResponse | undefined>;
|
|
15
15
|
/**
|
|
@@ -5,15 +5,15 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface RangeRequestBuilder extends BaseRequestBuilder<RangeRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookRange>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/range
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WorkbookRange | undefined>;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {RequestInformation}
|
|
19
19
|
*/
|
|
@@ -27,7 +27,7 @@ export interface ColumnsRequestBuilder extends BaseRequestBuilder<ColumnsRequest
|
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<WorkbookTableColumnCollectionResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
30
|
+
* @see {@link https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0|Find more info here}
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<ColumnsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableColumnCollectionResponse | undefined>;
|
|
33
33
|
/**
|
|
@@ -27,7 +27,7 @@ export interface RowsRequestBuilder extends BaseRequestBuilder<RowsRequestBuilde
|
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<WorkbookTableRowCollectionResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
30
|
+
* @see {@link https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0|Find more info here}
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<RowsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableRowCollectionResponse | undefined>;
|
|
33
33
|
/**
|
package/drives/item/items/item/workbook/worksheets/item/tables/itemAtWithIndex/columns/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface ColumnsRequestBuilder extends BaseRequestBuilder<ColumnsRequest
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookTableColumnCollectionResponse>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<ColumnsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableColumnCollectionResponse | undefined>;
|
|
15
15
|
/**
|
package/drives/item/items/item/workbook/worksheets/item/tables/itemAtWithIndex/rows/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface RowsRequestBuilder extends BaseRequestBuilder<RowsRequestBuilde
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<WorkbookTableRowCollectionResponse>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
12
|
+
* @see {@link https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0|Find more info here}
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<RowsRequestBuilderGetQueryParameters> | undefined): Promise<WorkbookTableRowCollectionResponse | undefined>;
|
|
15
15
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/msgraph-sdk-drives",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.17",
|
|
4
4
|
"description": "Drives 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.
|
|
40
|
+
"@microsoft/msgraph-sdk": "^1.0.0-preview.17",
|
|
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": "
|
|
47
|
+
"gitHead": "cf9344aac51247cf524bc8163ff07531d51c9b6c"
|
|
48
48
|
}
|