microsoft-graph 3.12.23 → 3.12.25
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/driveItem/createDriveItemLink.d.ts.map +1 -1
- package/dist/cjs/operations/driveItem/createDriveItemLink.js +2 -0
- package/dist/cjs/operations/driveItem/findDriveItem.d.ts +28 -0
- package/dist/cjs/operations/driveItem/findDriveItem.d.ts.map +1 -0
- package/dist/cjs/operations/driveItem/findDriveItem.js +56 -0
- package/dist/cjs/services/http.d.ts +1 -1
- package/dist/cjs/services/http.d.ts.map +1 -1
- package/dist/esm/operations/driveItem/createDriveItemLink.d.ts.map +1 -1
- package/dist/esm/operations/driveItem/createDriveItemLink.js +2 -0
- package/dist/esm/operations/driveItem/findDriveItem.d.ts +28 -0
- package/dist/esm/operations/driveItem/findDriveItem.d.ts.map +1 -0
- package/dist/esm/operations/driveItem/findDriveItem.js +50 -0
- package/dist/esm/services/http.d.ts +1 -1
- package/dist/esm/services/http.d.ts.map +1 -1
- 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/README.md +1 -0
- 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/createDriveItemContent.md +1 -1
- package/docs/api/findDriveItem.md +64 -0
- package/docs/api/http.md +2 -2
- package/docs/api/streamDriveItemContent.md +2 -2
- package/package.json +18 -8
|
@@ -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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
180
180
|
|
|
181
181
|
###### Returns
|
|
182
182
|
|
package/docs/api/LockedError.md
CHANGED
|
@@ -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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
180
180
|
|
|
181
181
|
###### Returns
|
|
182
182
|
|
package/docs/api/NeverError.md
CHANGED
|
@@ -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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
180
180
|
|
|
181
181
|
###### Returns
|
|
182
182
|
|
package/docs/api/README.md
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
| [deleteWorkbookTablePreservingValues](deleteWorkbookTablePreservingValues.md) | Converts the table into a normal range of cells. All data is preserved. |
|
|
95
95
|
| [deleteWorkbookWorksheet](deleteWorkbookWorksheet.md) | Permanently delete a worksheet. |
|
|
96
96
|
| [existsDriveItem](existsDriveItem.md) | Check if a given drive item exists. |
|
|
97
|
+
| [findDriveItem](findDriveItem.md) | Search for drive items under a given parent path. |
|
|
97
98
|
| [getDriveItem](getDriveItem.md) | Retrieve the metadata for an item in a drive. |
|
|
98
99
|
| [getDriveItemByPath](getDriveItemByPath.md) | Retrieve the metadata for an item in a drive by file path. |
|
|
99
100
|
| [getSite](getSite.md) | Retrieve properties for a site resource. |
|
|
@@ -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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
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:68
|
|
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:52
|
|
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:56
|
|
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#L77)[] |
|
|
180
180
|
|
|
181
181
|
###### Returns
|
|
182
182
|
|