microsoft-graph 2.35.0 → 2.37.0

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 (234) hide show
  1. package/.vscode/settings.json +8 -1
  2. package/dist/cjs/errors/BadRequestError.d.ts +9 -0
  3. package/dist/cjs/errors/BadRequestError.d.ts.map +1 -0
  4. package/dist/cjs/errors/BadRequestError.js +14 -0
  5. package/dist/cjs/errors/BandwidthLimitExceededError.d.ts +9 -0
  6. package/dist/cjs/errors/BandwidthLimitExceededError.d.ts.map +1 -0
  7. package/dist/cjs/errors/BandwidthLimitExceededError.js +14 -0
  8. package/dist/cjs/errors/ConflictError.d.ts +10 -0
  9. package/dist/cjs/errors/ConflictError.d.ts.map +1 -0
  10. package/dist/cjs/errors/ConflictError.js +15 -0
  11. package/dist/cjs/errors/ForbiddenError.d.ts +11 -0
  12. package/dist/cjs/errors/ForbiddenError.d.ts.map +1 -0
  13. package/dist/cjs/errors/ForbiddenError.js +16 -0
  14. package/dist/cjs/errors/GatewayTimeoutError.d.ts +9 -0
  15. package/dist/cjs/errors/GatewayTimeoutError.d.ts.map +1 -0
  16. package/dist/cjs/errors/GatewayTimeoutError.js +14 -0
  17. package/dist/cjs/errors/GoneError.d.ts +9 -0
  18. package/dist/cjs/errors/GoneError.d.ts.map +1 -0
  19. package/dist/cjs/errors/GoneError.js +14 -0
  20. package/dist/cjs/errors/InsufficientStorageError.d.ts +9 -0
  21. package/dist/cjs/errors/InsufficientStorageError.d.ts.map +1 -0
  22. package/dist/cjs/errors/InsufficientStorageError.js +14 -0
  23. package/dist/cjs/errors/InternalServerError.d.ts +9 -0
  24. package/dist/cjs/errors/InternalServerError.d.ts.map +1 -0
  25. package/dist/cjs/errors/InternalServerError.js +14 -0
  26. package/dist/cjs/errors/LengthRequiredError.d.ts +9 -0
  27. package/dist/cjs/errors/LengthRequiredError.d.ts.map +1 -0
  28. package/dist/cjs/errors/LengthRequiredError.js +14 -0
  29. package/dist/cjs/errors/LockedError.d.ts +9 -0
  30. package/dist/cjs/errors/LockedError.d.ts.map +1 -0
  31. package/dist/cjs/errors/LockedError.js +14 -0
  32. package/dist/cjs/errors/MethodNotAllowedError.d.ts +9 -0
  33. package/dist/cjs/errors/MethodNotAllowedError.d.ts.map +1 -0
  34. package/dist/cjs/errors/MethodNotAllowedError.js +14 -0
  35. package/dist/cjs/errors/NotAcceptableError.d.ts +9 -0
  36. package/dist/cjs/errors/NotAcceptableError.d.ts.map +1 -0
  37. package/dist/cjs/errors/NotAcceptableError.js +14 -0
  38. package/dist/cjs/errors/PaymentRequiredError.d.ts +9 -0
  39. package/dist/cjs/errors/PaymentRequiredError.d.ts.map +1 -0
  40. package/dist/cjs/errors/PaymentRequiredError.js +14 -0
  41. package/dist/cjs/errors/PreconditionFailedError.d.ts +9 -0
  42. package/dist/cjs/errors/PreconditionFailedError.d.ts.map +1 -0
  43. package/dist/cjs/errors/PreconditionFailedError.js +14 -0
  44. package/dist/cjs/errors/RequestEntityTooLargeError.d.ts +9 -0
  45. package/dist/cjs/errors/RequestEntityTooLargeError.d.ts.map +1 -0
  46. package/dist/cjs/errors/RequestEntityTooLargeError.js +14 -0
  47. package/dist/cjs/errors/RequestFailedError.d.ts +1 -2
  48. package/dist/cjs/errors/RequestFailedError.d.ts.map +1 -1
  49. package/dist/cjs/errors/RequestFailedError.js +1 -8
  50. package/dist/cjs/errors/RequestedRangeNotSatisfiableError.d.ts +9 -0
  51. package/dist/cjs/errors/RequestedRangeNotSatisfiableError.d.ts.map +1 -0
  52. package/dist/cjs/errors/RequestedRangeNotSatisfiableError.js +14 -0
  53. package/dist/cjs/errors/ServiceUnavailableError.d.ts +9 -0
  54. package/dist/cjs/errors/ServiceUnavailableError.d.ts.map +1 -0
  55. package/dist/cjs/errors/ServiceUnavailableError.js +14 -0
  56. package/dist/cjs/errors/TooManyRequestsError.d.ts +9 -0
  57. package/dist/cjs/errors/TooManyRequestsError.d.ts.map +1 -0
  58. package/dist/cjs/errors/TooManyRequestsError.js +14 -0
  59. package/dist/cjs/errors/UnauthorizedError.d.ts +9 -0
  60. package/dist/cjs/errors/UnauthorizedError.d.ts.map +1 -0
  61. package/dist/cjs/errors/UnauthorizedError.js +14 -0
  62. package/dist/cjs/errors/UnprocessableEntityError.d.ts +9 -0
  63. package/dist/cjs/errors/UnprocessableEntityError.d.ts.map +1 -0
  64. package/dist/cjs/errors/UnprocessableEntityError.js +14 -0
  65. package/dist/cjs/errors/UnsupportedMediaTypeError.d.ts +9 -0
  66. package/dist/cjs/errors/UnsupportedMediaTypeError.d.ts.map +1 -0
  67. package/dist/cjs/errors/UnsupportedMediaTypeError.js +14 -0
  68. package/dist/cjs/models/Cell.d.ts +2 -2
  69. package/dist/cjs/models/Cell.d.ts.map +1 -1
  70. package/dist/cjs/models/WorkbookPivotTable.d.ts +19 -0
  71. package/dist/cjs/models/WorkbookPivotTable.d.ts.map +1 -0
  72. package/dist/cjs/models/WorkbookPivotTable.js +3 -0
  73. package/dist/cjs/operations/driveItem/getDriveItemByPath.d.ts.map +1 -1
  74. package/dist/cjs/operations/driveItem/getDriveItemByPath.js +7 -0
  75. package/dist/cjs/operations/driveItem/getDriveItemContent.js +1 -1
  76. package/dist/cjs/operations/driveItem/streamDriveItemContent.d.ts.map +1 -1
  77. package/dist/cjs/operations/driveItem/streamDriveItemContent.js +4 -0
  78. package/dist/cjs/operations/workbookPivotTable/getWorkbookPivotTable.d.ts +16 -0
  79. package/dist/cjs/operations/workbookPivotTable/getWorkbookPivotTable.d.ts.map +1 -0
  80. package/dist/cjs/operations/workbookPivotTable/getWorkbookPivotTable.js +34 -0
  81. package/dist/cjs/operations/workbookPivotTable/refreshAllWorkbookPivotTables.d.ts +15 -0
  82. package/dist/cjs/operations/workbookPivotTable/refreshAllWorkbookPivotTables.d.ts.map +1 -0
  83. package/dist/cjs/operations/workbookPivotTable/refreshAllWorkbookPivotTables.js +28 -0
  84. package/dist/cjs/operations/workbookPivotTable/refreshWorkbookPivotTable.d.ts +15 -0
  85. package/dist/cjs/operations/workbookPivotTable/refreshWorkbookPivotTable.d.ts.map +1 -0
  86. package/dist/cjs/operations/workbookPivotTable/refreshWorkbookPivotTable.js +28 -0
  87. package/dist/cjs/services/cell.js +2 -2
  88. package/dist/cjs/services/drive.d.ts +0 -2
  89. package/dist/cjs/services/drive.d.ts.map +1 -1
  90. package/dist/cjs/services/drive.js +3 -8
  91. package/dist/cjs/services/httpStatus.d.ts +130 -3
  92. package/dist/cjs/services/httpStatus.d.ts.map +1 -1
  93. package/dist/cjs/services/httpStatus.js +206 -6
  94. package/dist/cjs/services/objectMapping.d.ts +8 -0
  95. package/dist/cjs/services/objectMapping.d.ts.map +1 -1
  96. package/dist/cjs/services/objectMapping.js +8 -0
  97. package/dist/cjs/services/operationInvoker.d.ts +20 -3
  98. package/dist/cjs/services/operationInvoker.d.ts.map +1 -1
  99. package/dist/cjs/services/operationInvoker.js +192 -57
  100. package/dist/cjs/tasks/iterateWorkbookRangeRows.js +3 -3
  101. package/dist/esm/errors/BadRequestError.d.ts +9 -0
  102. package/dist/esm/errors/BadRequestError.d.ts.map +1 -0
  103. package/dist/esm/errors/BadRequestError.js +11 -0
  104. package/dist/esm/errors/BandwidthLimitExceededError.d.ts +9 -0
  105. package/dist/esm/errors/BandwidthLimitExceededError.d.ts.map +1 -0
  106. package/dist/esm/errors/BandwidthLimitExceededError.js +11 -0
  107. package/dist/esm/errors/ConflictError.d.ts +10 -0
  108. package/dist/esm/errors/ConflictError.d.ts.map +1 -0
  109. package/dist/esm/errors/ConflictError.js +12 -0
  110. package/dist/esm/errors/ForbiddenError.d.ts +11 -0
  111. package/dist/esm/errors/ForbiddenError.d.ts.map +1 -0
  112. package/dist/esm/errors/ForbiddenError.js +13 -0
  113. package/dist/esm/errors/GatewayTimeoutError.d.ts +9 -0
  114. package/dist/esm/errors/GatewayTimeoutError.d.ts.map +1 -0
  115. package/dist/esm/errors/GatewayTimeoutError.js +11 -0
  116. package/dist/esm/errors/GoneError.d.ts +9 -0
  117. package/dist/esm/errors/GoneError.d.ts.map +1 -0
  118. package/dist/esm/errors/GoneError.js +11 -0
  119. package/dist/esm/errors/InsufficientStorageError.d.ts +9 -0
  120. package/dist/esm/errors/InsufficientStorageError.d.ts.map +1 -0
  121. package/dist/esm/errors/InsufficientStorageError.js +11 -0
  122. package/dist/esm/errors/InternalServerError.d.ts +9 -0
  123. package/dist/esm/errors/InternalServerError.d.ts.map +1 -0
  124. package/dist/esm/errors/InternalServerError.js +11 -0
  125. package/dist/esm/errors/LengthRequiredError.d.ts +9 -0
  126. package/dist/esm/errors/LengthRequiredError.d.ts.map +1 -0
  127. package/dist/esm/errors/LengthRequiredError.js +11 -0
  128. package/dist/esm/errors/LockedError.d.ts +9 -0
  129. package/dist/esm/errors/LockedError.d.ts.map +1 -0
  130. package/dist/esm/errors/LockedError.js +11 -0
  131. package/dist/esm/errors/MethodNotAllowedError.d.ts +9 -0
  132. package/dist/esm/errors/MethodNotAllowedError.d.ts.map +1 -0
  133. package/dist/esm/errors/MethodNotAllowedError.js +11 -0
  134. package/dist/esm/errors/NotAcceptableError.d.ts +9 -0
  135. package/dist/esm/errors/NotAcceptableError.d.ts.map +1 -0
  136. package/dist/esm/errors/NotAcceptableError.js +11 -0
  137. package/dist/esm/errors/PaymentRequiredError.d.ts +9 -0
  138. package/dist/esm/errors/PaymentRequiredError.d.ts.map +1 -0
  139. package/dist/esm/errors/PaymentRequiredError.js +11 -0
  140. package/dist/esm/errors/PreconditionFailedError.d.ts +9 -0
  141. package/dist/esm/errors/PreconditionFailedError.d.ts.map +1 -0
  142. package/dist/esm/errors/PreconditionFailedError.js +11 -0
  143. package/dist/esm/errors/RequestEntityTooLargeError.d.ts +9 -0
  144. package/dist/esm/errors/RequestEntityTooLargeError.d.ts.map +1 -0
  145. package/dist/esm/errors/RequestEntityTooLargeError.js +11 -0
  146. package/dist/esm/errors/RequestFailedError.d.ts +1 -2
  147. package/dist/esm/errors/RequestFailedError.d.ts.map +1 -1
  148. package/dist/esm/errors/RequestFailedError.js +1 -8
  149. package/dist/esm/errors/RequestedRangeNotSatisfiableError.d.ts +9 -0
  150. package/dist/esm/errors/RequestedRangeNotSatisfiableError.d.ts.map +1 -0
  151. package/dist/esm/errors/RequestedRangeNotSatisfiableError.js +11 -0
  152. package/dist/esm/errors/ServiceUnavailableError.d.ts +9 -0
  153. package/dist/esm/errors/ServiceUnavailableError.d.ts.map +1 -0
  154. package/dist/esm/errors/ServiceUnavailableError.js +11 -0
  155. package/dist/esm/errors/TooManyRequestsError.d.ts +9 -0
  156. package/dist/esm/errors/TooManyRequestsError.d.ts.map +1 -0
  157. package/dist/esm/errors/TooManyRequestsError.js +11 -0
  158. package/dist/esm/errors/UnauthorizedError.d.ts +9 -0
  159. package/dist/esm/errors/UnauthorizedError.d.ts.map +1 -0
  160. package/dist/esm/errors/UnauthorizedError.js +11 -0
  161. package/dist/esm/errors/UnprocessableEntityError.d.ts +9 -0
  162. package/dist/esm/errors/UnprocessableEntityError.d.ts.map +1 -0
  163. package/dist/esm/errors/UnprocessableEntityError.js +11 -0
  164. package/dist/esm/errors/UnsupportedMediaTypeError.d.ts +9 -0
  165. package/dist/esm/errors/UnsupportedMediaTypeError.d.ts.map +1 -0
  166. package/dist/esm/errors/UnsupportedMediaTypeError.js +11 -0
  167. package/dist/esm/models/Cell.d.ts +2 -2
  168. package/dist/esm/models/Cell.d.ts.map +1 -1
  169. package/dist/esm/models/WorkbookPivotTable.d.ts +19 -0
  170. package/dist/esm/models/WorkbookPivotTable.d.ts.map +1 -0
  171. package/dist/esm/models/WorkbookPivotTable.js +2 -0
  172. package/dist/esm/operations/driveItem/getDriveItemByPath.d.ts.map +1 -1
  173. package/dist/esm/operations/driveItem/getDriveItemByPath.js +4 -0
  174. package/dist/esm/operations/driveItem/getDriveItemContent.js +2 -2
  175. package/dist/esm/operations/driveItem/streamDriveItemContent.d.ts.map +1 -1
  176. package/dist/esm/operations/driveItem/streamDriveItemContent.js +5 -1
  177. package/dist/esm/operations/workbookPivotTable/getWorkbookPivotTable.d.ts +16 -0
  178. package/dist/esm/operations/workbookPivotTable/getWorkbookPivotTable.d.ts.map +1 -0
  179. package/dist/esm/operations/workbookPivotTable/getWorkbookPivotTable.js +31 -0
  180. package/dist/esm/operations/workbookPivotTable/refreshAllWorkbookPivotTables.d.ts +15 -0
  181. package/dist/esm/operations/workbookPivotTable/refreshAllWorkbookPivotTables.d.ts.map +1 -0
  182. package/dist/esm/operations/workbookPivotTable/refreshAllWorkbookPivotTables.js +25 -0
  183. package/dist/esm/operations/workbookPivotTable/refreshWorkbookPivotTable.d.ts +15 -0
  184. package/dist/esm/operations/workbookPivotTable/refreshWorkbookPivotTable.d.ts.map +1 -0
  185. package/dist/esm/operations/workbookPivotTable/refreshWorkbookPivotTable.js +25 -0
  186. package/dist/esm/services/cell.js +2 -2
  187. package/dist/esm/services/drive.d.ts +0 -2
  188. package/dist/esm/services/drive.d.ts.map +1 -1
  189. package/dist/esm/services/drive.js +4 -9
  190. package/dist/esm/services/httpStatus.d.ts +130 -3
  191. package/dist/esm/services/httpStatus.d.ts.map +1 -1
  192. package/dist/esm/services/httpStatus.js +182 -3
  193. package/dist/esm/services/objectMapping.d.ts +8 -0
  194. package/dist/esm/services/objectMapping.d.ts.map +1 -1
  195. package/dist/esm/services/objectMapping.js +8 -0
  196. package/dist/esm/services/operationInvoker.d.ts +20 -3
  197. package/dist/esm/services/operationInvoker.d.ts.map +1 -1
  198. package/dist/esm/services/operationInvoker.js +192 -58
  199. package/dist/esm/tasks/iterateWorkbookRangeRows.js +3 -3
  200. package/docs/api/BadRequestError.md +191 -0
  201. package/docs/api/BandwidthLimitExceededError.md +191 -0
  202. package/docs/api/Cell.md +2 -2
  203. package/docs/api/ConflictError.md +195 -0
  204. package/docs/api/ForbiddenError.md +193 -0
  205. package/docs/api/GatewayTimeoutError.md +191 -0
  206. package/docs/api/GoneError.md +191 -0
  207. package/docs/api/InsufficientStorageError.md +191 -0
  208. package/docs/api/InternalServerError.md +191 -0
  209. package/docs/api/LengthRequiredError.md +191 -0
  210. package/docs/api/LockedError.md +191 -0
  211. package/docs/api/MethodNotAllowedError.md +191 -0
  212. package/docs/api/NotAcceptableError.md +191 -0
  213. package/docs/api/PaymentRequiredError.md +191 -0
  214. package/docs/api/PreconditionFailedError.md +191 -0
  215. package/docs/api/README.md +26 -1
  216. package/docs/api/RequestEntityTooLargeError.md +191 -0
  217. package/docs/api/RequestFailedError.md +1 -19
  218. package/docs/api/RequestedRangeNotSatisfiableError.md +191 -0
  219. package/docs/api/ServiceUnavailableError.md +191 -0
  220. package/docs/api/TooManyRequestsError.md +191 -0
  221. package/docs/api/UnauthorizedError.md +191 -0
  222. package/docs/api/UnprocessableEntityError.md +191 -0
  223. package/docs/api/UnsupportedMediaTypeError.md +191 -0
  224. package/docs/api/WorkbookPivotTable.md +37 -0
  225. package/docs/api/drive.md +20 -0
  226. package/docs/api/getDriveItemByPath.md +1 -1
  227. package/docs/api/getWorkbookPivotTable.md +31 -0
  228. package/docs/api/httpStatus.md +475 -12
  229. package/docs/api/objectMapping.md +18 -6
  230. package/docs/api/operationInvoker.md +50 -27
  231. package/docs/api/refreshAllWorkbookWorksheetPivotTables.md +31 -0
  232. package/docs/api/refreshWorkbookWorksheetPivotTable.md +31 -0
  233. package/docs/api/streamDriveItemContent.md +1 -1
  234. package/package.json +626 -1
@@ -0,0 +1,191 @@
1
+ [Microsoft Graph SDK](README.md) / BadRequestError
2
+
3
+ # BadRequestError
4
+
5
+ Can't process the request because it's malformed or incorrect.
6
+
7
+ ## Classes
8
+
9
+ ### BadRequestError
10
+
11
+ Defined in: [src/errors/BadRequestError.ts:6](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/errors/BadRequestError.ts#L6)
12
+
13
+ #### Extends
14
+
15
+ - [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error)
16
+
17
+ #### Constructors
18
+
19
+ ##### Constructor
20
+
21
+ > **new BadRequestError**(`message`): [`BadRequestError`](#badrequesterror)
22
+
23
+ Defined in: [src/errors/BadRequestError.ts:7](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/errors/BadRequestError.ts#L7)
24
+
25
+ ###### Parameters
26
+
27
+ | Parameter | Type |
28
+ | ------ | ------ |
29
+ | `message` | `string` |
30
+
31
+ ###### Returns
32
+
33
+ [`BadRequestError`](#badrequesterror)
34
+
35
+ ###### Overrides
36
+
37
+ `Error.constructor`
38
+
39
+ #### Properties
40
+
41
+ ##### cause?
42
+
43
+ > `optional` **cause**: `unknown`
44
+
45
+ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
46
+
47
+ ###### Inherited from
48
+
49
+ `Error.cause`
50
+
51
+ ##### message
52
+
53
+ > **message**: `string`
54
+
55
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1077
56
+
57
+ ###### Inherited from
58
+
59
+ `Error.message`
60
+
61
+ ##### name
62
+
63
+ > **name**: `string`
64
+
65
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1076
66
+
67
+ ###### Inherited from
68
+
69
+ `Error.name`
70
+
71
+ ##### stack?
72
+
73
+ > `optional` **stack**: `string`
74
+
75
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
76
+
77
+ ###### Inherited from
78
+
79
+ `Error.stack`
80
+
81
+ ##### stackTraceLimit
82
+
83
+ > `static` **stackTraceLimit**: `number`
84
+
85
+ Defined in: node\_modules/@types/node/globals.d.ts:161
86
+
87
+ The `Error.stackTraceLimit` property specifies the number of stack frames
88
+ collected by a stack trace (whether generated by `new Error().stack` or
89
+ `Error.captureStackTrace(obj)`).
90
+
91
+ The default value is `10` but may be set to any valid JavaScript number. Changes
92
+ will affect any stack trace captured _after_ the value has been changed.
93
+
94
+ If set to a non-number value, or set to a negative number, stack traces will
95
+ not capture any frames.
96
+
97
+ ###### Inherited from
98
+
99
+ `Error.stackTraceLimit`
100
+
101
+ #### Methods
102
+
103
+ ##### captureStackTrace()
104
+
105
+ > `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
106
+
107
+ Defined in: node\_modules/@types/node/globals.d.ts:145
108
+
109
+ Creates a `.stack` property on `targetObject`, which when accessed returns
110
+ a string representing the location in the code at which
111
+ `Error.captureStackTrace()` was called.
112
+
113
+ ```js
114
+ const myObject = {};
115
+ Error.captureStackTrace(myObject);
116
+ myObject.stack; // Similar to `new Error().stack`
117
+ ```
118
+
119
+ The first line of the trace will be prefixed with
120
+ `${myObject.name}: ${myObject.message}`.
121
+
122
+ The optional `constructorOpt` argument accepts a function. If given, all frames
123
+ above `constructorOpt`, including `constructorOpt`, will be omitted from the
124
+ generated stack trace.
125
+
126
+ The `constructorOpt` argument is useful for hiding implementation
127
+ details of error generation from the user. For instance:
128
+
129
+ ```js
130
+ function a() {
131
+ b();
132
+ }
133
+
134
+ function b() {
135
+ c();
136
+ }
137
+
138
+ function c() {
139
+ // Create an error without stack trace to avoid calculating the stack trace twice.
140
+ const { stackTraceLimit } = Error;
141
+ Error.stackTraceLimit = 0;
142
+ const error = new Error();
143
+ Error.stackTraceLimit = stackTraceLimit;
144
+
145
+ // Capture the stack trace above function b
146
+ Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace
147
+ throw error;
148
+ }
149
+
150
+ a();
151
+ ```
152
+
153
+ ###### Parameters
154
+
155
+ | Parameter | Type |
156
+ | ------ | ------ |
157
+ | `targetObject` | `object` |
158
+ | `constructorOpt?` | [`Function`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function) |
159
+
160
+ ###### Returns
161
+
162
+ `void`
163
+
164
+ ###### Inherited from
165
+
166
+ `Error.captureStackTrace`
167
+
168
+ ##### prepareStackTrace()
169
+
170
+ > `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
171
+
172
+ Defined in: node\_modules/@types/node/globals.d.ts:149
173
+
174
+ ###### Parameters
175
+
176
+ | Parameter | Type |
177
+ | ------ | ------ |
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)[] |
180
+
181
+ ###### Returns
182
+
183
+ `any`
184
+
185
+ ###### See
186
+
187
+ https://v8.dev/docs/stack-trace-api#customizing-stack-traces
188
+
189
+ ###### Inherited from
190
+
191
+ `Error.prepareStackTrace`
@@ -0,0 +1,191 @@
1
+ [Microsoft Graph SDK](README.md) / BandwidthLimitExceededError
2
+
3
+ # BandwidthLimitExceededError
4
+
5
+ Your app has been throttled for exceeding the maximum bandwidth cap. Your app can retry the request again after more time has elapsed.
6
+
7
+ ## Classes
8
+
9
+ ### BandwidthLimitExceededError
10
+
11
+ Defined in: [src/errors/BandwidthLimitExceededError.ts:6](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/errors/BandwidthLimitExceededError.ts#L6)
12
+
13
+ #### Extends
14
+
15
+ - [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error)
16
+
17
+ #### Constructors
18
+
19
+ ##### Constructor
20
+
21
+ > **new BandwidthLimitExceededError**(`message`): [`BandwidthLimitExceededError`](#bandwidthlimitexceedederror)
22
+
23
+ Defined in: [src/errors/BandwidthLimitExceededError.ts:7](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/errors/BandwidthLimitExceededError.ts#L7)
24
+
25
+ ###### Parameters
26
+
27
+ | Parameter | Type |
28
+ | ------ | ------ |
29
+ | `message` | `string` |
30
+
31
+ ###### Returns
32
+
33
+ [`BandwidthLimitExceededError`](#bandwidthlimitexceedederror)
34
+
35
+ ###### Overrides
36
+
37
+ `Error.constructor`
38
+
39
+ #### Properties
40
+
41
+ ##### cause?
42
+
43
+ > `optional` **cause**: `unknown`
44
+
45
+ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
46
+
47
+ ###### Inherited from
48
+
49
+ `Error.cause`
50
+
51
+ ##### message
52
+
53
+ > **message**: `string`
54
+
55
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1077
56
+
57
+ ###### Inherited from
58
+
59
+ `Error.message`
60
+
61
+ ##### name
62
+
63
+ > **name**: `string`
64
+
65
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1076
66
+
67
+ ###### Inherited from
68
+
69
+ `Error.name`
70
+
71
+ ##### stack?
72
+
73
+ > `optional` **stack**: `string`
74
+
75
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
76
+
77
+ ###### Inherited from
78
+
79
+ `Error.stack`
80
+
81
+ ##### stackTraceLimit
82
+
83
+ > `static` **stackTraceLimit**: `number`
84
+
85
+ Defined in: node\_modules/@types/node/globals.d.ts:161
86
+
87
+ The `Error.stackTraceLimit` property specifies the number of stack frames
88
+ collected by a stack trace (whether generated by `new Error().stack` or
89
+ `Error.captureStackTrace(obj)`).
90
+
91
+ The default value is `10` but may be set to any valid JavaScript number. Changes
92
+ will affect any stack trace captured _after_ the value has been changed.
93
+
94
+ If set to a non-number value, or set to a negative number, stack traces will
95
+ not capture any frames.
96
+
97
+ ###### Inherited from
98
+
99
+ `Error.stackTraceLimit`
100
+
101
+ #### Methods
102
+
103
+ ##### captureStackTrace()
104
+
105
+ > `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
106
+
107
+ Defined in: node\_modules/@types/node/globals.d.ts:145
108
+
109
+ Creates a `.stack` property on `targetObject`, which when accessed returns
110
+ a string representing the location in the code at which
111
+ `Error.captureStackTrace()` was called.
112
+
113
+ ```js
114
+ const myObject = {};
115
+ Error.captureStackTrace(myObject);
116
+ myObject.stack; // Similar to `new Error().stack`
117
+ ```
118
+
119
+ The first line of the trace will be prefixed with
120
+ `${myObject.name}: ${myObject.message}`.
121
+
122
+ The optional `constructorOpt` argument accepts a function. If given, all frames
123
+ above `constructorOpt`, including `constructorOpt`, will be omitted from the
124
+ generated stack trace.
125
+
126
+ The `constructorOpt` argument is useful for hiding implementation
127
+ details of error generation from the user. For instance:
128
+
129
+ ```js
130
+ function a() {
131
+ b();
132
+ }
133
+
134
+ function b() {
135
+ c();
136
+ }
137
+
138
+ function c() {
139
+ // Create an error without stack trace to avoid calculating the stack trace twice.
140
+ const { stackTraceLimit } = Error;
141
+ Error.stackTraceLimit = 0;
142
+ const error = new Error();
143
+ Error.stackTraceLimit = stackTraceLimit;
144
+
145
+ // Capture the stack trace above function b
146
+ Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace
147
+ throw error;
148
+ }
149
+
150
+ a();
151
+ ```
152
+
153
+ ###### Parameters
154
+
155
+ | Parameter | Type |
156
+ | ------ | ------ |
157
+ | `targetObject` | `object` |
158
+ | `constructorOpt?` | [`Function`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function) |
159
+
160
+ ###### Returns
161
+
162
+ `void`
163
+
164
+ ###### Inherited from
165
+
166
+ `Error.captureStackTrace`
167
+
168
+ ##### prepareStackTrace()
169
+
170
+ > `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
171
+
172
+ Defined in: node\_modules/@types/node/globals.d.ts:149
173
+
174
+ ###### Parameters
175
+
176
+ | Parameter | Type |
177
+ | ------ | ------ |
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)[] |
180
+
181
+ ###### Returns
182
+
183
+ `any`
184
+
185
+ ###### See
186
+
187
+ https://v8.dev/docs/stack-trace-api#customizing-stack-traces
188
+
189
+ ###### Inherited from
190
+
191
+ `Error.prepareStackTrace`
package/docs/api/Cell.md CHANGED
@@ -94,12 +94,12 @@ The amount of detail that we're reading from a cell.
94
94
  | Property | Type | Description | Defined in |
95
95
  | ------ | ------ | ------ | ------ |
96
96
  | <a id="alignment-1"></a> `alignment` | `boolean` | Content position with the cell. VERY EXPENSIVE (+1 op per cell) | [src/models/Cell.ts:122](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L122) |
97
- | <a id="borders-1"></a> `borders` | `boolean` | Cell borders. VERY EXPENSIVE (+1 op per cell) | [src/models/Cell.ts:125](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L125) |
97
+ | <a id="border"></a> `border` | `boolean` | Cell borders. VERY EXPENSIVE (+1 op per cell) | [src/models/Cell.ts:125](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L125) |
98
98
  | <a id="fill-1"></a> `fill` | `boolean` | Background fill style. VERY EXPENSIVE (+1 op per cell) | [src/models/Cell.ts:128](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L128) |
99
99
  | <a id="font-1"></a> `font` | `boolean` | Text style. VERY EXPENSIVE (+1 op per cell) | [src/models/Cell.ts:131](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L131) |
100
100
  | <a id="format-1"></a> `format` | `boolean` | Logic used to format values to text. CHEAP (+1 op per 10K cells, no additional call op `values` or `text`) | [src/models/Cell.ts:119](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L119) |
101
101
  | <a id="text-1"></a> `text` | `boolean` | Formatted value, as presented to the user. CHEAP (+1 op per 10K cells, no additional call op `values` or `format`) | [src/models/Cell.ts:116](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L116) |
102
- | <a id="values"></a> `values` | `boolean` | Raw cell value. CHEAP (+1 op per 10K cells, no additional op with `text` or `format`) | [src/models/Cell.ts:113](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L113) |
102
+ | <a id="value-1"></a> `value` | `boolean` | Raw cell value. CHEAP (+1 op per 10K cells, no additional op with `text` or `format`) | [src/models/Cell.ts:113](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/models/Cell.ts#L113) |
103
103
 
104
104
  ***
105
105
 
@@ -0,0 +1,195 @@
1
+ [Microsoft Graph SDK](README.md) / ConflictError
2
+
3
+ # ConflictError
4
+
5
+ The request can't be processed due to a conflict with the current state.
6
+
7
+ ## Remarks
8
+
9
+ For example, the specified parent folder might not exist.
10
+
11
+ ## Classes
12
+
13
+ ### ConflictError
14
+
15
+ Defined in: [src/errors/ConflictError.ts:7](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/errors/ConflictError.ts#L7)
16
+
17
+ #### Extends
18
+
19
+ - [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error)
20
+
21
+ #### Constructors
22
+
23
+ ##### Constructor
24
+
25
+ > **new ConflictError**(`message`): [`ConflictError`](#conflicterror)
26
+
27
+ Defined in: [src/errors/ConflictError.ts:8](https://github.com/Future-Secure-AI/microsoft-graph/blob/main/src/errors/ConflictError.ts#L8)
28
+
29
+ ###### Parameters
30
+
31
+ | Parameter | Type |
32
+ | ------ | ------ |
33
+ | `message` | `string` |
34
+
35
+ ###### Returns
36
+
37
+ [`ConflictError`](#conflicterror)
38
+
39
+ ###### Overrides
40
+
41
+ `Error.constructor`
42
+
43
+ #### Properties
44
+
45
+ ##### cause?
46
+
47
+ > `optional` **cause**: `unknown`
48
+
49
+ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
50
+
51
+ ###### Inherited from
52
+
53
+ `Error.cause`
54
+
55
+ ##### message
56
+
57
+ > **message**: `string`
58
+
59
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1077
60
+
61
+ ###### Inherited from
62
+
63
+ `Error.message`
64
+
65
+ ##### name
66
+
67
+ > **name**: `string`
68
+
69
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1076
70
+
71
+ ###### Inherited from
72
+
73
+ `Error.name`
74
+
75
+ ##### stack?
76
+
77
+ > `optional` **stack**: `string`
78
+
79
+ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
80
+
81
+ ###### Inherited from
82
+
83
+ `Error.stack`
84
+
85
+ ##### stackTraceLimit
86
+
87
+ > `static` **stackTraceLimit**: `number`
88
+
89
+ Defined in: node\_modules/@types/node/globals.d.ts:161
90
+
91
+ The `Error.stackTraceLimit` property specifies the number of stack frames
92
+ collected by a stack trace (whether generated by `new Error().stack` or
93
+ `Error.captureStackTrace(obj)`).
94
+
95
+ The default value is `10` but may be set to any valid JavaScript number. Changes
96
+ will affect any stack trace captured _after_ the value has been changed.
97
+
98
+ If set to a non-number value, or set to a negative number, stack traces will
99
+ not capture any frames.
100
+
101
+ ###### Inherited from
102
+
103
+ `Error.stackTraceLimit`
104
+
105
+ #### Methods
106
+
107
+ ##### captureStackTrace()
108
+
109
+ > `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
110
+
111
+ Defined in: node\_modules/@types/node/globals.d.ts:145
112
+
113
+ Creates a `.stack` property on `targetObject`, which when accessed returns
114
+ a string representing the location in the code at which
115
+ `Error.captureStackTrace()` was called.
116
+
117
+ ```js
118
+ const myObject = {};
119
+ Error.captureStackTrace(myObject);
120
+ myObject.stack; // Similar to `new Error().stack`
121
+ ```
122
+
123
+ The first line of the trace will be prefixed with
124
+ `${myObject.name}: ${myObject.message}`.
125
+
126
+ The optional `constructorOpt` argument accepts a function. If given, all frames
127
+ above `constructorOpt`, including `constructorOpt`, will be omitted from the
128
+ generated stack trace.
129
+
130
+ The `constructorOpt` argument is useful for hiding implementation
131
+ details of error generation from the user. For instance:
132
+
133
+ ```js
134
+ function a() {
135
+ b();
136
+ }
137
+
138
+ function b() {
139
+ c();
140
+ }
141
+
142
+ function c() {
143
+ // Create an error without stack trace to avoid calculating the stack trace twice.
144
+ const { stackTraceLimit } = Error;
145
+ Error.stackTraceLimit = 0;
146
+ const error = new Error();
147
+ Error.stackTraceLimit = stackTraceLimit;
148
+
149
+ // Capture the stack trace above function b
150
+ Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace
151
+ throw error;
152
+ }
153
+
154
+ a();
155
+ ```
156
+
157
+ ###### Parameters
158
+
159
+ | Parameter | Type |
160
+ | ------ | ------ |
161
+ | `targetObject` | `object` |
162
+ | `constructorOpt?` | [`Function`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function) |
163
+
164
+ ###### Returns
165
+
166
+ `void`
167
+
168
+ ###### Inherited from
169
+
170
+ `Error.captureStackTrace`
171
+
172
+ ##### prepareStackTrace()
173
+
174
+ > `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
175
+
176
+ Defined in: node\_modules/@types/node/globals.d.ts:149
177
+
178
+ ###### Parameters
179
+
180
+ | Parameter | Type |
181
+ | ------ | ------ |
182
+ | `err` | [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error) |
183
+ | `stackTraces` | [`CallSite`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/4771e16937e188c0e0eca9749d208676f85fefb9/types/node/globals.d.ts#L170)[] |
184
+
185
+ ###### Returns
186
+
187
+ `any`
188
+
189
+ ###### See
190
+
191
+ https://v8.dev/docs/stack-trace-api#customizing-stack-traces
192
+
193
+ ###### Inherited from
194
+
195
+ `Error.prepareStackTrace`