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.
Files changed (45) hide show
  1. package/dist/cjs/services/addressManipulation.d.ts.map +1 -1
  2. package/dist/cjs/services/addressManipulation.js +6 -0
  3. package/dist/cjs/services/cartesianAddress.d.ts.map +1 -1
  4. package/dist/cjs/services/cartesianAddress.js +18 -10
  5. package/dist/esm/services/addressManipulation.d.ts.map +1 -1
  6. package/dist/esm/services/addressManipulation.js +6 -0
  7. package/dist/esm/services/cartesianAddress.d.ts.map +1 -1
  8. package/dist/esm/services/cartesianAddress.js +18 -10
  9. package/docs/api/BadRequestError.md +4 -4
  10. package/docs/api/BadTemplateError.md +4 -4
  11. package/docs/api/BandwidthLimitExceededError.md +4 -4
  12. package/docs/api/ConflictError.md +4 -4
  13. package/docs/api/EnvironmentVariableMissingError.md +4 -4
  14. package/docs/api/ForbiddenError.md +4 -4
  15. package/docs/api/GatewayTimeoutError.md +4 -4
  16. package/docs/api/GoneError.md +4 -4
  17. package/docs/api/InconsistentContextError.md +4 -4
  18. package/docs/api/InsufficientStorageError.md +4 -4
  19. package/docs/api/InternalServerError.md +4 -4
  20. package/docs/api/InvalidArgumentError.md +4 -4
  21. package/docs/api/InvalidOperationError.md +4 -4
  22. package/docs/api/LengthRequiredError.md +4 -4
  23. package/docs/api/LockedError.md +4 -4
  24. package/docs/api/MethodNotAllowedError.md +4 -4
  25. package/docs/api/NeverError.md +4 -4
  26. package/docs/api/NotAcceptableError.md +4 -4
  27. package/docs/api/NotFoundError.md +4 -4
  28. package/docs/api/NotImplementedError.md +4 -4
  29. package/docs/api/PaymentRequiredError.md +4 -4
  30. package/docs/api/PreconditionFailedError.md +4 -4
  31. package/docs/api/ProtocolError.md +4 -4
  32. package/docs/api/RequestEntityTooLargeError.md +4 -4
  33. package/docs/api/RequestFailedError.md +4 -4
  34. package/docs/api/RequestTimeoutError.md +4 -4
  35. package/docs/api/RequestedRangeNotSatisfiableError.md +4 -4
  36. package/docs/api/ServiceUnavailableError.md +4 -4
  37. package/docs/api/TooManyRequestsError.md +4 -4
  38. package/docs/api/UnauthorizedError.md +4 -4
  39. package/docs/api/UnprocessableEntityError.md +4 -4
  40. package/docs/api/UnsupportedAddressTypeError.md +4 -4
  41. package/docs/api/UnsupportedMediaTypeError.md +4 -4
  42. package/docs/api/addressManipulation.md +2 -2
  43. package/docs/api/cartesianAddress.md +1 -1
  44. package/docs/api/streamDriveItemContent.md +2 -2
  45. 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:161
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:145
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:149
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/4771e16937e188c0e0eca9749d208676f85fefb9/types/node/globals.d.ts#L170)[] |
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:161
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:145
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:149
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/4771e16937e188c0e0eca9749d208676f85fefb9/types/node/globals.d.ts#L170)[] |
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:510](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/addressManipulation.ts#L510)
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:529](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/addressManipulation.ts#L529)
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:44](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/services/cartesianAddress.ts#L44)
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/4771e16937e188c0e0eca9749d208676f85fefb9/types/node/globals.d.ts#L201)\>
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/4771e16937e188c0e0eca9749d208676f85fefb9/types/node/globals.d.ts#L201)\>
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.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": "^22.15.21",
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.19.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.1.4"
46
+ "vitest": "^3.2.4"
47
47
  },
48
48
  "dependencies": {
49
- "@azure/identity": "^4.10.0",
50
- "axios": "^1.9.0",
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
  },