microsoft-graph 2.37.2 → 3.0.1
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/dist/cjs/operations/drive/listDrives.d.ts +11 -2
- package/dist/cjs/operations/drive/listDrives.d.ts.map +1 -1
- package/dist/cjs/operations/drive/listDrives.js +14 -10
- package/dist/cjs/operations/driveItem/{listDriveItemChildren.d.ts → listDriveItems.d.ts} +7 -3
- package/dist/cjs/operations/driveItem/listDriveItems.d.ts.map +1 -0
- package/dist/cjs/operations/driveItem/{listDriveItemChildren.js → listDriveItems.js} +5 -5
- package/dist/cjs/operations/site/listSites.d.ts +10 -1
- package/dist/cjs/operations/site/listSites.d.ts.map +1 -1
- package/dist/cjs/operations/site/listSites.js +14 -12
- package/dist/cjs/operations/workbookPivotTable/refreshWorkbookPivotTable.d.ts +1 -1
- package/dist/cjs/operations/workbookPivotTable/refreshWorkbookPivotTable.js +1 -1
- package/dist/{esm/operations/workbookRange/getWorkbookRangeFormat.d.ts → cjs/operations/workbookRange/getWorkbookRangeAlignment.d.ts} +3 -3
- package/dist/cjs/operations/workbookRange/getWorkbookRangeAlignment.d.ts.map +1 -0
- package/dist/cjs/operations/workbookRange/{getWorkbookRangeFormat.js → getWorkbookRangeAlignment.js} +3 -4
- package/dist/cjs/tasks/getWorkbookWorksheetByName.d.ts +3 -0
- package/dist/cjs/tasks/getWorkbookWorksheetByName.d.ts.map +1 -1
- package/dist/cjs/tasks/getWorkbookWorksheetByName.js +3 -1
- package/dist/cjs/tasks/{listDriveItems.d.ts → iterateDriveItems.d.ts} +3 -3
- package/dist/cjs/tasks/iterateDriveItems.d.ts.map +1 -0
- package/dist/cjs/tasks/{listDriveItems.js → iterateDriveItems.js} +14 -20
- package/dist/cjs/tasks/iterateDrives.d.ts +17 -0
- package/dist/cjs/tasks/iterateDrives.d.ts.map +1 -0
- package/dist/cjs/tasks/iterateDrives.js +39 -0
- package/dist/cjs/tasks/iterateSites.d.ts +17 -0
- package/dist/cjs/tasks/iterateSites.d.ts.map +1 -0
- package/dist/cjs/tasks/iterateSites.js +39 -0
- package/dist/cjs/tasks/iterateWorkbookRangeRows.js +2 -2
- package/dist/esm/operations/drive/listDrives.d.ts +11 -2
- package/dist/esm/operations/drive/listDrives.d.ts.map +1 -1
- package/dist/esm/operations/drive/listDrives.js +14 -10
- package/dist/esm/operations/driveItem/{listDriveItemChildren.d.ts → listDriveItems.d.ts} +7 -3
- package/dist/esm/operations/driveItem/listDriveItems.d.ts.map +1 -0
- package/dist/esm/operations/driveItem/{listDriveItemChildren.js → listDriveItems.js} +4 -4
- package/dist/esm/operations/site/listSites.d.ts +10 -1
- package/dist/esm/operations/site/listSites.d.ts.map +1 -1
- package/dist/esm/operations/site/listSites.js +14 -12
- package/dist/esm/operations/workbookPivotTable/refreshWorkbookPivotTable.d.ts +1 -1
- package/dist/esm/operations/workbookPivotTable/refreshWorkbookPivotTable.js +1 -1
- package/dist/{cjs/operations/workbookRange/getWorkbookRangeFormat.d.ts → esm/operations/workbookRange/getWorkbookRangeAlignment.d.ts} +3 -3
- package/dist/esm/operations/workbookRange/getWorkbookRangeAlignment.d.ts.map +1 -0
- package/dist/esm/operations/workbookRange/{getWorkbookRangeFormat.js → getWorkbookRangeAlignment.js} +2 -3
- package/dist/esm/tasks/getWorkbookWorksheetByName.d.ts +3 -0
- package/dist/esm/tasks/getWorkbookWorksheetByName.d.ts.map +1 -1
- package/dist/esm/tasks/getWorkbookWorksheetByName.js +3 -1
- package/dist/esm/tasks/{listDriveItems.d.ts → iterateDriveItems.d.ts} +3 -3
- package/dist/esm/tasks/iterateDriveItems.d.ts.map +1 -0
- package/dist/esm/tasks/{listDriveItems.js → iterateDriveItems.js} +13 -19
- package/dist/esm/tasks/iterateDrives.d.ts +17 -0
- package/dist/esm/tasks/iterateDrives.d.ts.map +1 -0
- package/dist/esm/tasks/iterateDrives.js +33 -0
- package/dist/esm/tasks/iterateSites.d.ts +17 -0
- package/dist/esm/tasks/iterateSites.d.ts.map +1 -0
- package/dist/esm/tasks/iterateSites.js +33 -0
- package/dist/esm/tasks/iterateWorkbookRangeRows.js +2 -2
- package/docs/api/README.md +6 -5
- package/docs/api/{getWorkbookRangeFormat.md → getWorkbookRangeAlignment.md} +5 -5
- package/docs/api/iterateDriveItems.md +32 -0
- package/docs/api/iterateDrives.md +32 -0
- package/docs/api/iterateSites.md +32 -0
- package/docs/api/listDriveItems.md +40 -10
- package/docs/api/listDrives.md +37 -6
- package/docs/api/listSites.md +37 -6
- package/docs/api/{refreshWorkbookWorksheetPivotTable.md → refreshWorkbookPivotTable.md} +2 -2
- package/docs/api/workbookPivotTable.md +1 -1
- package/package.json +48 -2743
- package/update-exports.ts +0 -3
- package/dist/cjs/operations/driveItem/listDriveItemChildren.d.ts.map +0 -1
- package/dist/cjs/operations/workbookRange/getWorkbookRangeFormat.d.ts.map +0 -1
- package/dist/cjs/tasks/listDriveItems.d.ts.map +0 -1
- package/dist/esm/operations/driveItem/listDriveItemChildren.d.ts.map +0 -1
- package/dist/esm/operations/workbookRange/getWorkbookRangeFormat.d.ts.map +0 -1
- package/dist/esm/tasks/listDriveItems.d.ts.map +0 -1
- package/docs/api/getWorkbookWorksheetByName-1.md +0 -32
- package/docs/api/listDriveItemChildren.md +0 -47
|
@@ -2,31 +2,61 @@
|
|
|
2
2
|
|
|
3
3
|
# listDriveItems
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Retrieve the metadata for items in a drive or folder.
|
|
6
|
+
|
|
7
|
+
## Type Aliases
|
|
8
|
+
|
|
9
|
+
### DriveItemList
|
|
10
|
+
|
|
11
|
+
> **DriveItemList** = `object`
|
|
12
|
+
|
|
13
|
+
Defined in: src/operations/driveItem/listDriveItems.ts:20
|
|
14
|
+
|
|
15
|
+
#### Properties
|
|
16
|
+
|
|
17
|
+
| Property | Type | Defined in |
|
|
18
|
+
| ------ | ------ | ------ |
|
|
19
|
+
| <a id="items"></a> `items` | `DriveItem` & [`DriveItemRef`](DriveItem-1.md#driveitemref)[] | src/operations/driveItem/listDriveItems.ts:21 |
|
|
20
|
+
| <a id="nextlink"></a> `nextLink` | [`URL`](https://developer.mozilla.org/docs/Web/API/URL) \| `null` | src/operations/driveItem/listDriveItems.ts:22 |
|
|
21
|
+
|
|
22
|
+
***
|
|
23
|
+
|
|
24
|
+
### ListDriveItemResponse
|
|
25
|
+
|
|
26
|
+
> **ListDriveItemResponse** = `object`
|
|
27
|
+
|
|
28
|
+
Defined in: src/operations/driveItem/listDriveItems.ts:15
|
|
29
|
+
|
|
30
|
+
#### Properties
|
|
31
|
+
|
|
32
|
+
| Property | Type | Defined in |
|
|
33
|
+
| ------ | ------ | ------ |
|
|
34
|
+
| <a id="odatanextlink"></a> `@odata.nextLink` | `string` \| `null` | src/operations/driveItem/listDriveItems.ts:17 |
|
|
35
|
+
| <a id="value"></a> `value` | `DriveItem` & [`DriveItemRef`](DriveItem-1.md#driveitemref)[] | src/operations/driveItem/listDriveItems.ts:16 |
|
|
6
36
|
|
|
7
37
|
## Functions
|
|
8
38
|
|
|
9
39
|
### listDriveItems()
|
|
10
40
|
|
|
11
|
-
> **listDriveItems**(`parentRef`, `
|
|
41
|
+
> **listDriveItems**(`parentRef`, `take`): [`GraphOperation`](GraphOperation.md#graphoperation)\<[`DriveItemList`](#driveitemlist)\>
|
|
12
42
|
|
|
13
|
-
Defined in:
|
|
43
|
+
Defined in: src/operations/driveItem/listDriveItems.ts:32
|
|
14
44
|
|
|
15
|
-
|
|
45
|
+
Retrieve the metadata for items in a drive or folder.
|
|
16
46
|
|
|
17
47
|
#### Parameters
|
|
18
48
|
|
|
19
49
|
| Parameter | Type | Default value | Description |
|
|
20
50
|
| ------ | ------ | ------ | ------ |
|
|
21
|
-
| `parentRef` | [`DriveRef`](Drive-1.md#driveref) \| [`DriveItemRef`](DriveItem-1.md#driveitemref) | `undefined` |
|
|
22
|
-
| `
|
|
51
|
+
| `parentRef` | [`DriveRef`](Drive-1.md#driveref) \| [`DriveItemRef`](DriveItem-1.md#driveitemref) | `undefined` | Reference to the parent drive or folder. Defaults to the root drive. |
|
|
52
|
+
| `take` | `number` | `1000` | Maximum number of items to retrieve. Defaults to 1000. |
|
|
23
53
|
|
|
24
54
|
#### Returns
|
|
25
55
|
|
|
26
|
-
[`
|
|
56
|
+
[`GraphOperation`](GraphOperation.md#graphoperation)\<[`DriveItemList`](#driveitemlist)\>
|
|
27
57
|
|
|
28
|
-
|
|
58
|
+
Array of drive items, each including its metadata and reference information.
|
|
29
59
|
|
|
30
|
-
####
|
|
60
|
+
#### See
|
|
31
61
|
|
|
32
|
-
|
|
62
|
+
https://learn.microsoft.com/en-us/graph/api/driveitem-list-children
|
package/docs/api/listDrives.md
CHANGED
|
@@ -4,25 +4,56 @@
|
|
|
4
4
|
|
|
5
5
|
Retrieve the list of accessible Drives in a Site.
|
|
6
6
|
|
|
7
|
+
## Type Aliases
|
|
8
|
+
|
|
9
|
+
### DriveList
|
|
10
|
+
|
|
11
|
+
> **DriveList** = `object`
|
|
12
|
+
|
|
13
|
+
Defined in: [src/operations/drive/listDrives.ts:20](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L20)
|
|
14
|
+
|
|
15
|
+
#### Properties
|
|
16
|
+
|
|
17
|
+
| Property | Type | Defined in |
|
|
18
|
+
| ------ | ------ | ------ |
|
|
19
|
+
| <a id="drives"></a> `drives` | `Drive` & [`DriveRef`](Drive-1.md#driveref)[] | [src/operations/drive/listDrives.ts:21](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L21) |
|
|
20
|
+
| <a id="nextlink"></a> `nextLink` | [`URL`](https://developer.mozilla.org/docs/Web/API/URL) \| `null` | [src/operations/drive/listDrives.ts:22](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L22) |
|
|
21
|
+
|
|
22
|
+
***
|
|
23
|
+
|
|
24
|
+
### ListDrivesResponse
|
|
25
|
+
|
|
26
|
+
> **ListDrivesResponse** = `object`
|
|
27
|
+
|
|
28
|
+
Defined in: [src/operations/drive/listDrives.ts:15](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L15)
|
|
29
|
+
|
|
30
|
+
#### Properties
|
|
31
|
+
|
|
32
|
+
| Property | Type | Defined in |
|
|
33
|
+
| ------ | ------ | ------ |
|
|
34
|
+
| <a id="odatanextlink"></a> `@odata.nextLink` | `string` \| `null` | [src/operations/drive/listDrives.ts:17](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L17) |
|
|
35
|
+
| <a id="value"></a> `value` | `DriveItem` & [`DriveRef`](Drive-1.md#driveref)[] | [src/operations/drive/listDrives.ts:16](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L16) |
|
|
36
|
+
|
|
7
37
|
## Functions
|
|
8
38
|
|
|
9
39
|
### listDrives()
|
|
10
40
|
|
|
11
|
-
> **listDrives**(`siteRef`): [`GraphOperation`](GraphOperation.md#graphoperation)
|
|
41
|
+
> **listDrives**(`siteRef`, `take`): [`GraphOperation`](GraphOperation.md#graphoperation)\<[`DriveList`](#drivelist)\>
|
|
12
42
|
|
|
13
|
-
Defined in: [src/operations/drive/listDrives.ts:
|
|
43
|
+
Defined in: [src/operations/drive/listDrives.ts:32](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/drive/listDrives.ts#L32)
|
|
14
44
|
|
|
15
45
|
Retrieve the list of accessible Drives in a Site.
|
|
16
46
|
|
|
17
47
|
#### Parameters
|
|
18
48
|
|
|
19
|
-
| Parameter | Type | Description |
|
|
20
|
-
| ------ | ------ | ------ |
|
|
21
|
-
| `siteRef` | [`SiteRef`](Site-1.md#siteref) | Reference to the site. |
|
|
49
|
+
| Parameter | Type | Default value | Description |
|
|
50
|
+
| ------ | ------ | ------ | ------ |
|
|
51
|
+
| `siteRef` | [`SiteRef`](Site-1.md#siteref) | `undefined` | Reference to the site. |
|
|
52
|
+
| `take` | `number` | `1000` | Maximum number of items to retrieve. Defaults to 1000. |
|
|
22
53
|
|
|
23
54
|
#### Returns
|
|
24
55
|
|
|
25
|
-
[`GraphOperation`](GraphOperation.md#graphoperation)
|
|
56
|
+
[`GraphOperation`](GraphOperation.md#graphoperation)\<[`DriveList`](#drivelist)\>
|
|
26
57
|
|
|
27
58
|
Array of drives available for the specified site, each including its metadata and reference information.
|
|
28
59
|
|
package/docs/api/listSites.md
CHANGED
|
@@ -4,25 +4,56 @@
|
|
|
4
4
|
|
|
5
5
|
List sites in your company geography.
|
|
6
6
|
|
|
7
|
+
## Type Aliases
|
|
8
|
+
|
|
9
|
+
### ListSitesResponse
|
|
10
|
+
|
|
11
|
+
> **ListSitesResponse** = `object`
|
|
12
|
+
|
|
13
|
+
Defined in: [src/operations/site/listSites.ts:15](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L15)
|
|
14
|
+
|
|
15
|
+
#### Properties
|
|
16
|
+
|
|
17
|
+
| Property | Type | Defined in |
|
|
18
|
+
| ------ | ------ | ------ |
|
|
19
|
+
| <a id="odatanextlink"></a> `@odata.nextLink` | `string` \| `null` | [src/operations/site/listSites.ts:17](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L17) |
|
|
20
|
+
| <a id="value"></a> `value` | `Site` & [`SiteRef`](Site-1.md#siteref)[] | [src/operations/site/listSites.ts:16](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L16) |
|
|
21
|
+
|
|
22
|
+
***
|
|
23
|
+
|
|
24
|
+
### SiteList
|
|
25
|
+
|
|
26
|
+
> **SiteList** = `object`
|
|
27
|
+
|
|
28
|
+
Defined in: [src/operations/site/listSites.ts:20](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L20)
|
|
29
|
+
|
|
30
|
+
#### Properties
|
|
31
|
+
|
|
32
|
+
| Property | Type | Defined in |
|
|
33
|
+
| ------ | ------ | ------ |
|
|
34
|
+
| <a id="nextlink"></a> `nextLink` | [`URL`](https://developer.mozilla.org/docs/Web/API/URL) \| `null` | [src/operations/site/listSites.ts:22](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L22) |
|
|
35
|
+
| <a id="sites"></a> `sites` | `Site` & [`SiteRef`](Site-1.md#siteref)[] | [src/operations/site/listSites.ts:21](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L21) |
|
|
36
|
+
|
|
7
37
|
## Functions
|
|
8
38
|
|
|
9
39
|
### listSites()
|
|
10
40
|
|
|
11
|
-
> **listSites**(`contextRef`): [`GraphOperation`](GraphOperation.md#graphoperation)
|
|
41
|
+
> **listSites**(`contextRef`, `take`): [`GraphOperation`](GraphOperation.md#graphoperation)\<[`SiteList`](#sitelist)\>
|
|
12
42
|
|
|
13
|
-
Defined in: [src/operations/site/listSites.ts:
|
|
43
|
+
Defined in: [src/operations/site/listSites.ts:32](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/site/listSites.ts#L32)
|
|
14
44
|
|
|
15
45
|
List sites in your company geography.
|
|
16
46
|
|
|
17
47
|
#### Parameters
|
|
18
48
|
|
|
19
|
-
| Parameter | Type | Description |
|
|
20
|
-
| ------ | ------ | ------ |
|
|
21
|
-
| `contextRef` | [`ContextRef`](Context-1.md#contextref) | Reference to the context. |
|
|
49
|
+
| Parameter | Type | Default value | Description |
|
|
50
|
+
| ------ | ------ | ------ | ------ |
|
|
51
|
+
| `contextRef` | [`ContextRef`](Context-1.md#contextref) | `undefined` | Reference to the context. |
|
|
52
|
+
| `take` | `number` | `1000` | Maximum number of items to retrieve. Defaults to 1000. |
|
|
22
53
|
|
|
23
54
|
#### Returns
|
|
24
55
|
|
|
25
|
-
[`GraphOperation`](GraphOperation.md#graphoperation)
|
|
56
|
+
[`GraphOperation`](GraphOperation.md#graphoperation)\<[`SiteList`](#sitelist)\>
|
|
26
57
|
|
|
27
58
|
Array of sites, each including its metadata and reference information.
|
|
28
59
|
|
|
@@ -10,7 +10,7 @@ Utilities for working with workbook pivot tables and their references.
|
|
|
10
10
|
|
|
11
11
|
> **createWorkbookPivotTableRef**(`worksheetRef`, `pivotTableId`): [`WorkbookPivotTableRef`](WorkbookPivotTable-1.md#workbookpivottableref)
|
|
12
12
|
|
|
13
|
-
Defined in: src/services/workbookPivotTable.ts:17
|
|
13
|
+
Defined in: [src/services/workbookPivotTable.ts:17](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/workbookPivotTable.ts#L17)
|
|
14
14
|
|
|
15
15
|
Creates a reference to a workbook pivot table.
|
|
16
16
|
|