microsoft-graph 3.4.4 → 3.4.6
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/services/addressManipulation.d.ts.map +1 -1
- package/dist/cjs/services/addressManipulation.js +6 -0
- package/dist/cjs/services/cartesianAddress.d.ts.map +1 -1
- package/dist/cjs/services/cartesianAddress.js +18 -10
- package/dist/esm/services/addressManipulation.d.ts.map +1 -1
- package/dist/esm/services/addressManipulation.js +6 -0
- package/dist/esm/services/cartesianAddress.d.ts.map +1 -1
- package/dist/esm/services/cartesianAddress.js +18 -10
- package/docs/api/BadRequestError.md +4 -4
- package/docs/api/BadTemplateError.md +4 -4
- package/docs/api/BandwidthLimitExceededError.md +4 -4
- package/docs/api/ConflictError.md +4 -4
- package/docs/api/EnvironmentVariableMissingError.md +4 -4
- package/docs/api/ForbiddenError.md +4 -4
- package/docs/api/GatewayTimeoutError.md +4 -4
- package/docs/api/GoneError.md +4 -4
- package/docs/api/InconsistentContextError.md +4 -4
- package/docs/api/InsufficientStorageError.md +4 -4
- package/docs/api/InternalServerError.md +4 -4
- package/docs/api/InvalidArgumentError.md +4 -4
- package/docs/api/InvalidOperationError.md +4 -4
- package/docs/api/LengthRequiredError.md +4 -4
- package/docs/api/LockedError.md +4 -4
- package/docs/api/MethodNotAllowedError.md +4 -4
- package/docs/api/NeverError.md +4 -4
- package/docs/api/NotAcceptableError.md +4 -4
- package/docs/api/NotFoundError.md +4 -4
- package/docs/api/NotImplementedError.md +4 -4
- package/docs/api/PaymentRequiredError.md +4 -4
- package/docs/api/PreconditionFailedError.md +4 -4
- package/docs/api/ProtocolError.md +4 -4
- package/docs/api/RequestEntityTooLargeError.md +4 -4
- package/docs/api/RequestFailedError.md +4 -4
- package/docs/api/RequestTimeoutError.md +4 -4
- package/docs/api/RequestedRangeNotSatisfiableError.md +4 -4
- package/docs/api/ServiceUnavailableError.md +4 -4
- package/docs/api/TooManyRequestsError.md +4 -4
- package/docs/api/UnauthorizedError.md +4 -4
- package/docs/api/UnprocessableEntityError.md +4 -4
- package/docs/api/UnsupportedAddressTypeError.md +4 -4
- package/docs/api/UnsupportedMediaTypeError.md +4 -4
- package/docs/api/addressManipulation.md +2 -2
- package/docs/api/cartesianAddress.md +1 -1
- package/docs/api/streamDriveItemContent.md +2 -2
- package/package.json +6 -6
|
@@ -82,7 +82,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
|
|
|
82
82
|
|
|
83
83
|
> `static` **stackTraceLimit**: `number`
|
|
84
84
|
|
|
85
|
-
Defined in: node\_modules/@types/node/globals.d.ts:
|
|
85
|
+
Defined in: node\_modules/@types/node/globals.d.ts:162
|
|
86
86
|
|
|
87
87
|
The `Error.stackTraceLimit` property specifies the number of stack frames
|
|
88
88
|
collected by a stack trace (whether generated by `new Error().stack` or
|
|
@@ -104,7 +104,7 @@ not capture any frames.
|
|
|
104
104
|
|
|
105
105
|
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
|
|
106
106
|
|
|
107
|
-
Defined in: node\_modules/@types/node/globals.d.ts:
|
|
107
|
+
Defined in: node\_modules/@types/node/globals.d.ts:146
|
|
108
108
|
|
|
109
109
|
Creates a `.stack` property on `targetObject`, which when accessed returns
|
|
110
110
|
a string representing the location in the code at which
|
|
@@ -169,14 +169,14 @@ a();
|
|
|
169
169
|
|
|
170
170
|
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
|
|
171
171
|
|
|
172
|
-
Defined in: node\_modules/@types/node/globals.d.ts:
|
|
172
|
+
Defined in: node\_modules/@types/node/globals.d.ts:150
|
|
173
173
|
|
|
174
174
|
###### Parameters
|
|
175
175
|
|
|
176
176
|
| Parameter | Type |
|
|
177
177
|
| ------ | ------ |
|
|
178
178
|
| `err` | [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error) |
|
|
179
|
-
| `stackTraces` | [`CallSite`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/
|
|
179
|
+
| `stackTraces` | [`CallSite`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/globals.d.ts#L171)[] |
|
|
180
180
|
|
|
181
181
|
###### Returns
|
|
182
182
|
|
|
@@ -82,7 +82,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
|
|
|
82
82
|
|
|
83
83
|
> `static` **stackTraceLimit**: `number`
|
|
84
84
|
|
|
85
|
-
Defined in: node\_modules/@types/node/globals.d.ts:
|
|
85
|
+
Defined in: node\_modules/@types/node/globals.d.ts:162
|
|
86
86
|
|
|
87
87
|
The `Error.stackTraceLimit` property specifies the number of stack frames
|
|
88
88
|
collected by a stack trace (whether generated by `new Error().stack` or
|
|
@@ -104,7 +104,7 @@ not capture any frames.
|
|
|
104
104
|
|
|
105
105
|
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
|
|
106
106
|
|
|
107
|
-
Defined in: node\_modules/@types/node/globals.d.ts:
|
|
107
|
+
Defined in: node\_modules/@types/node/globals.d.ts:146
|
|
108
108
|
|
|
109
109
|
Creates a `.stack` property on `targetObject`, which when accessed returns
|
|
110
110
|
a string representing the location in the code at which
|
|
@@ -169,14 +169,14 @@ a();
|
|
|
169
169
|
|
|
170
170
|
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
|
|
171
171
|
|
|
172
|
-
Defined in: node\_modules/@types/node/globals.d.ts:
|
|
172
|
+
Defined in: node\_modules/@types/node/globals.d.ts:150
|
|
173
173
|
|
|
174
174
|
###### Parameters
|
|
175
175
|
|
|
176
176
|
| Parameter | Type |
|
|
177
177
|
| ------ | ------ |
|
|
178
178
|
| `err` | [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error) |
|
|
179
|
-
| `stackTraces` | [`CallSite`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/
|
|
179
|
+
| `stackTraces` | [`CallSite`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/globals.d.ts#L171)[] |
|
|
180
180
|
|
|
181
181
|
###### Returns
|
|
182
182
|
|
|
@@ -526,7 +526,7 @@ subaddress("A1:D10", 0, Infinity, -2, 1); // Second last column: "C1:C10"
|
|
|
526
526
|
|
|
527
527
|
> **subRange**(`rangeRef`, `skipRows`, `takeRows`, `skipCols`, `takeCols`): [`WorkbookRangeRef`](WorkbookRange-1.md#workbookrangeref)
|
|
528
528
|
|
|
529
|
-
Defined in: [src/services/addressManipulation.ts:
|
|
529
|
+
Defined in: [src/services/addressManipulation.ts:518](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/addressManipulation.ts#L518)
|
|
530
530
|
|
|
531
531
|
Extracts a sub-range from a WorkbookRangeRef using skip/take semantics.
|
|
532
532
|
|
|
@@ -589,7 +589,7 @@ superAddress("B2:C3", -1, 4, -1, 4) // "A1:D5"
|
|
|
589
589
|
|
|
590
590
|
> **superRange**(`rangeRef`, `skipRows`, `takeRows`, `skipCols`, `takeCols`): [`WorkbookRangeRef`](WorkbookRange-1.md#workbookrangeref)
|
|
591
591
|
|
|
592
|
-
Defined in: [src/services/addressManipulation.ts:
|
|
592
|
+
Defined in: [src/services/addressManipulation.ts:537](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/addressManipulation.ts#L537)
|
|
593
593
|
|
|
594
594
|
Returns a super-range from a WorkbookRangeRef using skip/take semantics, possibly extending outside the original bounds.
|
|
595
595
|
Negative skip moves the start above/left of the original range (not from the end).
|
|
@@ -32,7 +32,7 @@ The Cartesian representation of the address, with start and end coordinates.
|
|
|
32
32
|
|
|
33
33
|
> **cartesianToAddress**(`cartesian`): [`Address`](Address.md#address)
|
|
34
34
|
|
|
35
|
-
Defined in: [src/services/cartesianAddress.ts:
|
|
35
|
+
Defined in: [src/services/cartesianAddress.ts:49](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/cartesianAddress.ts#L49)
|
|
36
36
|
|
|
37
37
|
Converts Cartesian coordinates to a cell range address.
|
|
38
38
|
|
|
@@ -8,7 +8,7 @@ Stream the content of a drive item as a Node.js readable stream.
|
|
|
8
8
|
|
|
9
9
|
### streamDriveItemContent()
|
|
10
10
|
|
|
11
|
-
> **streamDriveItemContent**(`itemRef`): [`Promise`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[`ReadableStream`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/
|
|
11
|
+
> **streamDriveItemContent**(`itemRef`): [`Promise`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[`ReadableStream`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/globals.d.ts#L202)\>
|
|
12
12
|
|
|
13
13
|
Defined in: [src/operations/driveItem/streamDriveItemContent.ts:21](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/operations/driveItem/streamDriveItemContent.ts#L21)
|
|
14
14
|
|
|
@@ -22,7 +22,7 @@ Stream the content of a drive item.
|
|
|
22
22
|
|
|
23
23
|
#### Returns
|
|
24
24
|
|
|
25
|
-
[`Promise`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[`ReadableStream`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/
|
|
25
|
+
[`Promise`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<[`ReadableStream`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/globals.d.ts#L202)\>
|
|
26
26
|
|
|
27
27
|
A Node.js readable stream of the drive item content.
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "microsoft-graph",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.6",
|
|
4
4
|
"description": "Microsoft GraphAPI SDK for NodeJS",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@microsoft/microsoft-graph-types": "^2.40.0",
|
|
31
31
|
"@types/csv-parse": "^1.1.12",
|
|
32
32
|
"@types/lodash": "^4.17.17",
|
|
33
|
-
"@types/node": "^
|
|
33
|
+
"@types/node": "^24.0.3",
|
|
34
34
|
"csv-parse": "^5.6.0",
|
|
35
35
|
"globals": "^16.2.0",
|
|
36
36
|
"npm-check-updates": "^18.0.1",
|
|
37
|
-
"tsx": "^4.
|
|
37
|
+
"tsx": "^4.20.3",
|
|
38
38
|
"typedoc": "^0.28.5",
|
|
39
39
|
"typedoc-material-theme": "^1.4.0",
|
|
40
40
|
"typedoc-plugin-dt-links": "^2.0.5",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"typedoc-plugin-mdn-links": "^5.0.2",
|
|
44
44
|
"typedoc-plugin-rename-defaults": "^0.7.3",
|
|
45
45
|
"typescript": "^5.8.3",
|
|
46
|
-
"vitest": "^3.
|
|
46
|
+
"vitest": "^3.2.4"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@azure/identity": "^4.10.
|
|
50
|
-
"axios": "^1.
|
|
49
|
+
"@azure/identity": "^4.10.1",
|
|
50
|
+
"axios": "^1.10.0",
|
|
51
51
|
"https-proxy-agent": "^7.0.6",
|
|
52
52
|
"lodash": "^4.17.21"
|
|
53
53
|
},
|