@pnp/sp 3.21.0-v4nightly.20240117 → 3.22.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 (1590) hide show
  1. package/appcatalog/index.d.ts.map +1 -0
  2. package/appcatalog/index.js.map +1 -0
  3. package/appcatalog/types.d.ts.map +1 -0
  4. package/appcatalog/types.js +131 -0
  5. package/appcatalog/types.js.map +1 -0
  6. package/appcatalog/web.d.ts.map +1 -0
  7. package/appcatalog/web.js.map +1 -0
  8. package/attachments/index.d.ts.map +1 -0
  9. package/attachments/index.js.map +1 -0
  10. package/attachments/item.d.ts.map +1 -0
  11. package/attachments/item.js.map +1 -0
  12. package/attachments/types.d.ts.map +1 -0
  13. package/attachments/types.js +65 -0
  14. package/attachments/types.js.map +1 -0
  15. package/batching.d.ts.map +1 -0
  16. package/batching.js +351 -0
  17. package/batching.js.map +1 -0
  18. package/behaviors/defaults.d.ts.map +1 -0
  19. package/behaviors/defaults.js.map +1 -0
  20. package/behaviors/request-digest.d.ts.map +1 -0
  21. package/behaviors/request-digest.js +57 -0
  22. package/behaviors/request-digest.js.map +1 -0
  23. package/behaviors/spbrowser.d.ts.map +1 -0
  24. package/behaviors/spbrowser.js.map +1 -0
  25. package/behaviors/spfx.d.ts.map +1 -0
  26. package/behaviors/spfx.js +45 -0
  27. package/behaviors/spfx.js.map +1 -0
  28. package/behaviors/telemetry.d.ts.map +1 -0
  29. package/behaviors/telemetry.js +23 -0
  30. package/behaviors/telemetry.js.map +1 -0
  31. package/clientside-pages/funcs.d.ts.map +1 -0
  32. package/clientside-pages/funcs.js.map +1 -0
  33. package/clientside-pages/index.d.ts.map +1 -0
  34. package/clientside-pages/index.js.map +1 -0
  35. package/clientside-pages/types.d.ts.map +1 -0
  36. package/clientside-pages/types.js +1145 -0
  37. package/clientside-pages/types.js.map +1 -0
  38. package/clientside-pages/web.d.ts.map +1 -0
  39. package/clientside-pages/web.js +32 -0
  40. package/clientside-pages/web.js.map +1 -0
  41. package/column-defaults/folder.d.ts.map +1 -0
  42. package/column-defaults/folder.js.map +1 -0
  43. package/column-defaults/index.d.ts.map +1 -0
  44. package/column-defaults/index.js.map +1 -0
  45. package/column-defaults/list.d.ts.map +1 -0
  46. package/column-defaults/list.js +169 -0
  47. package/column-defaults/list.js.map +1 -0
  48. package/column-defaults/types.d.ts.map +1 -0
  49. package/column-defaults/types.js.map +1 -0
  50. package/comments/clientside-page.d.ts.map +1 -0
  51. package/comments/clientside-page.js +50 -0
  52. package/comments/clientside-page.js.map +1 -0
  53. package/comments/index.d.ts.map +1 -0
  54. package/comments/index.js.map +1 -0
  55. package/comments/item.d.ts.map +1 -0
  56. package/comments/item.js +36 -0
  57. package/comments/item.js.map +1 -0
  58. package/comments/types.d.ts.map +1 -0
  59. package/comments/types.js +86 -0
  60. package/comments/types.js.map +1 -0
  61. package/content-types/index.d.ts.map +1 -0
  62. package/content-types/index.js.map +1 -0
  63. package/content-types/item.d.ts.map +1 -0
  64. package/content-types/item.js.map +1 -0
  65. package/content-types/list.d.ts.map +1 -0
  66. package/content-types/list.js.map +1 -0
  67. package/content-types/types.d.ts.map +1 -0
  68. package/content-types/types.js +111 -0
  69. package/content-types/types.js.map +1 -0
  70. package/content-types/web.d.ts.map +1 -0
  71. package/content-types/web.js.map +1 -0
  72. package/context-info/index.d.ts.map +1 -0
  73. package/context-info/index.js +16 -0
  74. package/context-info/index.js.map +1 -0
  75. package/decorators.d.ts.map +1 -0
  76. package/decorators.js.map +1 -0
  77. package/favorites/index.d.ts.map +1 -0
  78. package/favorites/index.js.map +1 -0
  79. package/favorites/types.d.ts.map +1 -0
  80. package/favorites/types.js +112 -0
  81. package/favorites/types.js.map +1 -0
  82. package/features/index.d.ts.map +1 -0
  83. package/features/index.js.map +1 -0
  84. package/features/site.d.ts.map +1 -0
  85. package/features/site.js.map +1 -0
  86. package/features/types.d.ts.map +1 -0
  87. package/features/types.js +53 -0
  88. package/features/types.js.map +1 -0
  89. package/features/web.d.ts.map +1 -0
  90. package/features/web.js.map +1 -0
  91. package/fi.d.ts.map +1 -0
  92. package/fi.js.map +1 -0
  93. package/fields/index.d.ts.map +1 -0
  94. package/fields/index.js.map +1 -0
  95. package/fields/list.d.ts.map +1 -0
  96. package/fields/list.js.map +1 -0
  97. package/fields/types.d.ts.map +1 -0
  98. package/fields/types.js +456 -0
  99. package/fields/types.js.map +1 -0
  100. package/fields/web.d.ts.map +1 -0
  101. package/fields/web.js.map +1 -0
  102. package/files/folder.d.ts.map +1 -0
  103. package/files/folder.js.map +1 -0
  104. package/files/index.d.ts.map +1 -0
  105. package/files/index.js.map +1 -0
  106. package/files/item.d.ts.map +1 -0
  107. package/files/item.js.map +1 -0
  108. package/files/readable-file.d.ts.map +1 -0
  109. package/files/readable-file.js.map +1 -0
  110. package/files/types.d.ts.map +1 -0
  111. package/files/types.js +585 -0
  112. package/files/types.js.map +1 -0
  113. package/files/web.d.ts.map +1 -0
  114. package/files/web.js.map +1 -0
  115. package/folders/index.d.ts.map +1 -0
  116. package/folders/index.js.map +1 -0
  117. package/folders/item.d.ts.map +1 -0
  118. package/folders/item.js.map +1 -0
  119. package/folders/list.d.ts.map +1 -0
  120. package/folders/list.js.map +1 -0
  121. package/folders/types.d.ts.map +1 -0
  122. package/folders/types.js +247 -0
  123. package/folders/types.js.map +1 -0
  124. package/folders/web.d.ts.map +1 -0
  125. package/folders/web.js.map +1 -0
  126. package/forms/index.d.ts.map +1 -0
  127. package/forms/index.js.map +1 -0
  128. package/forms/list.d.ts.map +1 -0
  129. package/forms/list.js.map +1 -0
  130. package/forms/types.d.ts.map +1 -0
  131. package/forms/types.js.map +1 -0
  132. package/groupsitemanager/index.d.ts.map +1 -0
  133. package/groupsitemanager/index.js.map +1 -0
  134. package/groupsitemanager/types.d.ts +312 -0
  135. package/groupsitemanager/types.d.ts.map +1 -0
  136. package/groupsitemanager/types.js +321 -0
  137. package/groupsitemanager/types.js.map +1 -0
  138. package/hubsites/index.d.ts.map +1 -0
  139. package/hubsites/index.js.map +1 -0
  140. package/hubsites/site.d.ts.map +1 -0
  141. package/hubsites/site.js +12 -0
  142. package/hubsites/site.js.map +1 -0
  143. package/hubsites/types.d.ts.map +1 -0
  144. package/hubsites/types.js.map +1 -0
  145. package/hubsites/web.d.ts.map +1 -0
  146. package/hubsites/web.js +13 -0
  147. package/hubsites/web.js.map +1 -0
  148. package/index.d.ts +16 -0
  149. package/index.d.ts.map +1 -0
  150. package/index.js +16 -0
  151. package/index.js.map +1 -0
  152. package/items/get-all.d.ts +16 -0
  153. package/items/get-all.d.ts.map +1 -0
  154. package/items/get-all.js +30 -0
  155. package/items/get-all.js.map +1 -0
  156. package/items/index.d.ts +3 -0
  157. package/items/index.d.ts.map +1 -0
  158. package/items/index.js +3 -0
  159. package/items/index.js.map +1 -0
  160. package/items/list.d.ts.map +1 -0
  161. package/items/list.js.map +1 -0
  162. package/items/types.d.ts +209 -0
  163. package/items/types.d.ts.map +1 -0
  164. package/items/types.js +296 -0
  165. package/items/types.js.map +1 -0
  166. package/lists/index.d.ts.map +1 -0
  167. package/lists/index.js.map +1 -0
  168. package/lists/types.d.ts.map +1 -0
  169. package/lists/types.js +354 -0
  170. package/lists/types.js.map +1 -0
  171. package/lists/web.d.ts.map +1 -0
  172. package/lists/web.js.map +1 -0
  173. package/navigation/index.d.ts.map +1 -0
  174. package/navigation/index.js.map +1 -0
  175. package/navigation/types.d.ts.map +1 -0
  176. package/navigation/types.js +147 -0
  177. package/navigation/types.js.map +1 -0
  178. package/navigation/web.d.ts.map +1 -0
  179. package/navigation/web.js.map +1 -0
  180. package/operations.d.ts +9 -0
  181. package/operations.d.ts.map +1 -0
  182. package/operations.js +23 -0
  183. package/operations.js.map +1 -0
  184. package/package.json +10 -39
  185. package/presets/all.d.ts.map +1 -0
  186. package/presets/all.js.map +1 -0
  187. package/profiles/index.d.ts.map +1 -0
  188. package/profiles/index.js.map +1 -0
  189. package/profiles/types.d.ts.map +1 -0
  190. package/profiles/types.js +359 -0
  191. package/profiles/types.js.map +1 -0
  192. package/publishing-sitepageservice/index.d.ts.map +1 -0
  193. package/publishing-sitepageservice/index.js.map +1 -0
  194. package/publishing-sitepageservice/types.d.ts.map +1 -0
  195. package/publishing-sitepageservice/types.js.map +1 -0
  196. package/recycle-bin/index.d.ts.map +1 -0
  197. package/recycle-bin/index.js.map +1 -0
  198. package/recycle-bin/types.d.ts.map +1 -0
  199. package/recycle-bin/types.js +80 -0
  200. package/recycle-bin/types.js.map +1 -0
  201. package/regional-settings/content-type.d.ts.map +1 -0
  202. package/regional-settings/content-type.js.map +1 -0
  203. package/regional-settings/field.d.ts.map +1 -0
  204. package/regional-settings/field.js.map +1 -0
  205. package/regional-settings/funcs.d.ts.map +1 -0
  206. package/regional-settings/funcs.js +9 -0
  207. package/regional-settings/funcs.js.map +1 -0
  208. package/regional-settings/index.d.ts.map +1 -0
  209. package/regional-settings/index.js.map +1 -0
  210. package/regional-settings/list.d.ts.map +1 -0
  211. package/regional-settings/list.js.map +1 -0
  212. package/regional-settings/types.d.ts.map +1 -0
  213. package/regional-settings/types.js +86 -0
  214. package/regional-settings/types.js.map +1 -0
  215. package/regional-settings/user-custom-actions.d.ts.map +1 -0
  216. package/regional-settings/user-custom-actions.js.map +1 -0
  217. package/regional-settings/web.d.ts.map +1 -0
  218. package/regional-settings/web.js.map +1 -0
  219. package/related-items/index.d.ts.map +1 -0
  220. package/related-items/index.js.map +1 -0
  221. package/related-items/types.d.ts.map +1 -0
  222. package/related-items/types.js +81 -0
  223. package/related-items/types.js.map +1 -0
  224. package/related-items/web.d.ts.map +1 -0
  225. package/related-items/web.js.map +1 -0
  226. package/search/index.d.ts.map +1 -0
  227. package/search/index.js.map +1 -0
  228. package/search/query.d.ts.map +1 -0
  229. package/search/query.js +216 -0
  230. package/search/query.js.map +1 -0
  231. package/search/suggest.d.ts.map +1 -0
  232. package/search/suggest.js.map +1 -0
  233. package/search/types.d.ts.map +1 -0
  234. package/search/types.js.map +1 -0
  235. package/security/funcs.d.ts.map +1 -0
  236. package/security/funcs.js +82 -0
  237. package/security/funcs.js.map +1 -0
  238. package/security/index.d.ts.map +1 -0
  239. package/security/index.js.map +1 -0
  240. package/security/item.d.ts.map +1 -0
  241. package/security/item.js.map +1 -0
  242. package/security/list.d.ts.map +1 -0
  243. package/security/list.js.map +1 -0
  244. package/security/types.d.ts.map +1 -0
  245. package/security/types.js +332 -0
  246. package/security/types.js.map +1 -0
  247. package/security/web.d.ts.map +1 -0
  248. package/security/web.js.map +1 -0
  249. package/sharing/file.d.ts.map +1 -0
  250. package/sharing/file.js.map +1 -0
  251. package/sharing/folder.d.ts.map +1 -0
  252. package/sharing/folder.js.map +1 -0
  253. package/sharing/funcs.d.ts.map +1 -0
  254. package/sharing/funcs.js +200 -0
  255. package/sharing/funcs.js.map +1 -0
  256. package/sharing/index.d.ts.map +1 -0
  257. package/sharing/index.js.map +1 -0
  258. package/sharing/item.d.ts.map +1 -0
  259. package/sharing/item.js.map +1 -0
  260. package/sharing/types.d.ts.map +1 -0
  261. package/sharing/types.js.map +1 -0
  262. package/sharing/web.d.ts.map +1 -0
  263. package/sharing/web.js +57 -0
  264. package/sharing/web.js.map +1 -0
  265. package/site-designs/index.d.ts.map +1 -0
  266. package/site-designs/index.js.map +1 -0
  267. package/site-designs/types.d.ts.map +1 -0
  268. package/site-designs/types.js +175 -0
  269. package/site-designs/types.js.map +1 -0
  270. package/site-designs/web.d.ts.map +1 -0
  271. package/site-designs/web.js.map +1 -0
  272. package/site-groups/index.d.ts.map +1 -0
  273. package/site-groups/index.js.map +1 -0
  274. package/site-groups/types.d.ts.map +1 -0
  275. package/site-groups/types.js +85 -0
  276. package/site-groups/types.js.map +1 -0
  277. package/site-groups/web.d.ts.map +1 -0
  278. package/site-groups/web.js +18 -0
  279. package/site-groups/web.js.map +1 -0
  280. package/site-scripts/index.d.ts.map +1 -0
  281. package/site-scripts/index.js.map +1 -0
  282. package/site-scripts/list.d.ts.map +1 -0
  283. package/site-scripts/list.js.map +1 -0
  284. package/site-scripts/types.d.ts.map +1 -0
  285. package/site-scripts/types.js +108 -0
  286. package/site-scripts/types.js.map +1 -0
  287. package/site-scripts/web.d.ts.map +1 -0
  288. package/site-scripts/web.js.map +1 -0
  289. package/site-users/index.d.ts.map +1 -0
  290. package/site-users/index.js.map +1 -0
  291. package/site-users/types.d.ts +138 -0
  292. package/site-users/types.d.ts.map +1 -0
  293. package/site-users/types.js +96 -0
  294. package/site-users/types.js.map +1 -0
  295. package/site-users/web.d.ts.map +1 -0
  296. package/site-users/web.js +18 -0
  297. package/site-users/web.js.map +1 -0
  298. package/sites/index.d.ts.map +1 -0
  299. package/sites/index.js.map +1 -0
  300. package/sites/types.d.ts.map +1 -0
  301. package/sites/types.js +259 -0
  302. package/sites/types.js.map +1 -0
  303. package/social/index.d.ts.map +1 -0
  304. package/social/index.js.map +1 -0
  305. package/social/types.d.ts.map +1 -0
  306. package/social/types.js +206 -0
  307. package/social/types.js.map +1 -0
  308. package/spqueryable.d.ts +110 -0
  309. package/spqueryable.d.ts.map +1 -0
  310. package/spqueryable.js +183 -0
  311. package/spqueryable.js.map +1 -0
  312. package/sputilities/index.d.ts.map +1 -0
  313. package/sputilities/index.js.map +1 -0
  314. package/sputilities/types.d.ts.map +1 -0
  315. package/sputilities/types.js +66 -0
  316. package/sputilities/types.js.map +1 -0
  317. package/subscriptions/index.d.ts.map +1 -0
  318. package/subscriptions/index.js.map +1 -0
  319. package/subscriptions/list.d.ts.map +1 -0
  320. package/subscriptions/list.js.map +1 -0
  321. package/subscriptions/types.d.ts.map +1 -0
  322. package/subscriptions/types.js +71 -0
  323. package/subscriptions/types.js.map +1 -0
  324. package/taxonomy/index.d.ts.map +1 -0
  325. package/taxonomy/index.js.map +1 -0
  326. package/taxonomy/types.d.ts.map +1 -0
  327. package/taxonomy/types.js +300 -0
  328. package/taxonomy/types.js.map +1 -0
  329. package/types.d.ts.map +1 -0
  330. package/types.js.map +1 -0
  331. package/user-custom-actions/index.d.ts.map +1 -0
  332. package/user-custom-actions/index.js.map +1 -0
  333. package/user-custom-actions/list.d.ts.map +1 -0
  334. package/user-custom-actions/list.js.map +1 -0
  335. package/user-custom-actions/site.d.ts.map +1 -0
  336. package/user-custom-actions/site.js.map +1 -0
  337. package/user-custom-actions/types.d.ts.map +1 -0
  338. package/user-custom-actions/types.js +73 -0
  339. package/user-custom-actions/types.js.map +1 -0
  340. package/user-custom-actions/web.d.ts.map +1 -0
  341. package/user-custom-actions/web.js.map +1 -0
  342. package/utils/encode-path-str.d.ts.map +1 -0
  343. package/utils/encode-path-str.js.map +1 -0
  344. package/utils/extract-web-url.d.ts.map +1 -0
  345. package/utils/extract-web-url.js.map +1 -0
  346. package/utils/file-names.d.ts.map +1 -0
  347. package/utils/file-names.js.map +1 -0
  348. package/utils/metadata.d.ts.map +1 -0
  349. package/utils/metadata.js.map +1 -0
  350. package/utils/odata-url-from.d.ts.map +1 -0
  351. package/utils/odata-url-from.js.map +1 -0
  352. package/utils/to-resource-path.d.ts.map +1 -0
  353. package/utils/to-resource-path.js.map +1 -0
  354. package/views/index.d.ts.map +1 -0
  355. package/views/index.js.map +1 -0
  356. package/views/list.d.ts.map +1 -0
  357. package/views/list.js.map +1 -0
  358. package/views/types.d.ts.map +1 -0
  359. package/views/types.js +137 -0
  360. package/views/types.js.map +1 -0
  361. package/webparts/file.d.ts.map +1 -0
  362. package/webparts/file.js.map +1 -0
  363. package/webparts/index.d.ts.map +1 -0
  364. package/webparts/index.js.map +1 -0
  365. package/webparts/types.d.ts.map +1 -0
  366. package/webparts/types.js +86 -0
  367. package/webparts/types.js.map +1 -0
  368. package/webs/index.d.ts.map +1 -0
  369. package/webs/index.js.map +1 -0
  370. package/webs/types.d.ts.map +1 -0
  371. package/webs/types.js +225 -0
  372. package/webs/types.js.map +1 -0
  373. package/commonjs/appcatalog/index.d.ts.map +0 -1
  374. package/commonjs/appcatalog/index.js +0 -22
  375. package/commonjs/appcatalog/index.js.map +0 -1
  376. package/commonjs/appcatalog/types.d.ts.map +0 -1
  377. package/commonjs/appcatalog/types.js +0 -134
  378. package/commonjs/appcatalog/types.js.map +0 -1
  379. package/commonjs/appcatalog/web.d.ts.map +0 -1
  380. package/commonjs/appcatalog/web.js +0 -9
  381. package/commonjs/appcatalog/web.js.map +0 -1
  382. package/commonjs/attachments/index.d.ts.map +0 -1
  383. package/commonjs/attachments/index.js +0 -8
  384. package/commonjs/attachments/index.js.map +0 -1
  385. package/commonjs/attachments/item.d.ts.map +0 -1
  386. package/commonjs/attachments/item.js +0 -7
  387. package/commonjs/attachments/item.js.map +0 -1
  388. package/commonjs/attachments/types.d.ts.map +0 -1
  389. package/commonjs/attachments/types.js +0 -68
  390. package/commonjs/attachments/types.js.map +0 -1
  391. package/commonjs/batching.d.ts.map +0 -1
  392. package/commonjs/batching.js +0 -355
  393. package/commonjs/batching.js.map +0 -1
  394. package/commonjs/behaviors/defaults.d.ts.map +0 -1
  395. package/commonjs/behaviors/defaults.js +0 -29
  396. package/commonjs/behaviors/defaults.js.map +0 -1
  397. package/commonjs/behaviors/request-digest.d.ts.map +0 -1
  398. package/commonjs/behaviors/request-digest.js +0 -60
  399. package/commonjs/behaviors/request-digest.js.map +0 -1
  400. package/commonjs/behaviors/spbrowser.d.ts.map +0 -1
  401. package/commonjs/behaviors/spbrowser.js +0 -27
  402. package/commonjs/behaviors/spbrowser.js.map +0 -1
  403. package/commonjs/behaviors/spfx.d.ts.map +0 -1
  404. package/commonjs/behaviors/spfx.js +0 -62
  405. package/commonjs/behaviors/spfx.js.map +0 -1
  406. package/commonjs/behaviors/telemetry.d.ts.map +0 -1
  407. package/commonjs/behaviors/telemetry.js +0 -27
  408. package/commonjs/behaviors/telemetry.js.map +0 -1
  409. package/commonjs/clientside-pages/funcs.d.ts.map +0 -1
  410. package/commonjs/clientside-pages/funcs.js +0 -31
  411. package/commonjs/clientside-pages/funcs.js.map +0 -1
  412. package/commonjs/clientside-pages/index.d.ts.map +0 -1
  413. package/commonjs/clientside-pages/index.js +0 -14
  414. package/commonjs/clientside-pages/index.js.map +0 -1
  415. package/commonjs/clientside-pages/types.d.ts.map +0 -1
  416. package/commonjs/clientside-pages/types.js +0 -1155
  417. package/commonjs/clientside-pages/types.js.map +0 -1
  418. package/commonjs/clientside-pages/web.d.ts.map +0 -1
  419. package/commonjs/clientside-pages/web.js +0 -33
  420. package/commonjs/clientside-pages/web.js.map +0 -1
  421. package/commonjs/column-defaults/folder.d.ts.map +0 -1
  422. package/commonjs/column-defaults/folder.js +0 -50
  423. package/commonjs/column-defaults/folder.js.map +0 -1
  424. package/commonjs/column-defaults/index.d.ts.map +0 -1
  425. package/commonjs/column-defaults/index.js +0 -5
  426. package/commonjs/column-defaults/index.js.map +0 -1
  427. package/commonjs/column-defaults/list.d.ts.map +0 -1
  428. package/commonjs/column-defaults/list.js +0 -171
  429. package/commonjs/column-defaults/list.js.map +0 -1
  430. package/commonjs/column-defaults/types.d.ts.map +0 -1
  431. package/commonjs/column-defaults/types.js +0 -3
  432. package/commonjs/column-defaults/types.js.map +0 -1
  433. package/commonjs/comments/clientside-page.d.ts.map +0 -1
  434. package/commonjs/comments/clientside-page.js +0 -51
  435. package/commonjs/comments/clientside-page.js.map +0 -1
  436. package/commonjs/comments/index.d.ts.map +0 -1
  437. package/commonjs/comments/index.js +0 -9
  438. package/commonjs/comments/index.js.map +0 -1
  439. package/commonjs/comments/item.d.ts.map +0 -1
  440. package/commonjs/comments/item.js +0 -37
  441. package/commonjs/comments/item.js.map +0 -1
  442. package/commonjs/comments/types.d.ts.map +0 -1
  443. package/commonjs/comments/types.js +0 -89
  444. package/commonjs/comments/types.js.map +0 -1
  445. package/commonjs/content-types/index.d.ts.map +0 -1
  446. package/commonjs/content-types/index.js +0 -12
  447. package/commonjs/content-types/index.js.map +0 -1
  448. package/commonjs/content-types/item.d.ts.map +0 -1
  449. package/commonjs/content-types/item.js +0 -7
  450. package/commonjs/content-types/item.js.map +0 -1
  451. package/commonjs/content-types/list.d.ts.map +0 -1
  452. package/commonjs/content-types/list.js +0 -7
  453. package/commonjs/content-types/list.js.map +0 -1
  454. package/commonjs/content-types/types.d.ts.map +0 -1
  455. package/commonjs/content-types/types.js +0 -115
  456. package/commonjs/content-types/types.js.map +0 -1
  457. package/commonjs/content-types/web.d.ts.map +0 -1
  458. package/commonjs/content-types/web.js +0 -7
  459. package/commonjs/content-types/web.js.map +0 -1
  460. package/commonjs/context-info/index.d.ts.map +0 -1
  461. package/commonjs/context-info/index.js +0 -17
  462. package/commonjs/context-info/index.js.map +0 -1
  463. package/commonjs/decorators.d.ts.map +0 -1
  464. package/commonjs/decorators.js +0 -20
  465. package/commonjs/decorators.js.map +0 -1
  466. package/commonjs/favorites/index.d.ts.map +0 -1
  467. package/commonjs/favorites/index.js +0 -15
  468. package/commonjs/favorites/index.js.map +0 -1
  469. package/commonjs/favorites/types.d.ts.map +0 -1
  470. package/commonjs/favorites/types.js +0 -115
  471. package/commonjs/favorites/types.js.map +0 -1
  472. package/commonjs/features/index.d.ts.map +0 -1
  473. package/commonjs/features/index.js +0 -9
  474. package/commonjs/features/index.js.map +0 -1
  475. package/commonjs/features/site.d.ts.map +0 -1
  476. package/commonjs/features/site.js +0 -7
  477. package/commonjs/features/site.js.map +0 -1
  478. package/commonjs/features/types.d.ts.map +0 -1
  479. package/commonjs/features/types.js +0 -56
  480. package/commonjs/features/types.js.map +0 -1
  481. package/commonjs/features/web.d.ts.map +0 -1
  482. package/commonjs/features/web.js +0 -7
  483. package/commonjs/features/web.js.map +0 -1
  484. package/commonjs/fi.d.ts.map +0 -1
  485. package/commonjs/fi.js +0 -40
  486. package/commonjs/fi.js.map +0 -1
  487. package/commonjs/fields/index.d.ts.map +0 -1
  488. package/commonjs/fields/index.js +0 -17
  489. package/commonjs/fields/index.js.map +0 -1
  490. package/commonjs/fields/list.d.ts.map +0 -1
  491. package/commonjs/fields/list.js +0 -7
  492. package/commonjs/fields/list.js.map +0 -1
  493. package/commonjs/fields/types.d.ts.map +0 -1
  494. package/commonjs/fields/types.js +0 -459
  495. package/commonjs/fields/types.js.map +0 -1
  496. package/commonjs/fields/web.d.ts.map +0 -1
  497. package/commonjs/fields/web.js +0 -8
  498. package/commonjs/fields/web.js.map +0 -1
  499. package/commonjs/files/folder.d.ts.map +0 -1
  500. package/commonjs/files/folder.js +0 -7
  501. package/commonjs/files/folder.js.map +0 -1
  502. package/commonjs/files/index.d.ts.map +0 -1
  503. package/commonjs/files/index.js +0 -18
  504. package/commonjs/files/index.js.map +0 -1
  505. package/commonjs/files/item.d.ts.map +0 -1
  506. package/commonjs/files/item.js +0 -7
  507. package/commonjs/files/item.js.map +0 -1
  508. package/commonjs/files/readable-file.d.ts.map +0 -1
  509. package/commonjs/files/readable-file.js +0 -38
  510. package/commonjs/files/readable-file.js.map +0 -1
  511. package/commonjs/files/types.d.ts.map +0 -1
  512. package/commonjs/files/types.js +0 -592
  513. package/commonjs/files/types.js.map +0 -1
  514. package/commonjs/files/web.d.ts.map +0 -1
  515. package/commonjs/files/web.js +0 -15
  516. package/commonjs/files/web.js.map +0 -1
  517. package/commonjs/folders/index.d.ts.map +0 -1
  518. package/commonjs/folders/index.js +0 -13
  519. package/commonjs/folders/index.js.map +0 -1
  520. package/commonjs/folders/item.d.ts.map +0 -1
  521. package/commonjs/folders/item.js +0 -7
  522. package/commonjs/folders/item.js.map +0 -1
  523. package/commonjs/folders/list.d.ts.map +0 -1
  524. package/commonjs/folders/list.js +0 -7
  525. package/commonjs/folders/list.js.map +0 -1
  526. package/commonjs/folders/types.d.ts.map +0 -1
  527. package/commonjs/folders/types.js +0 -253
  528. package/commonjs/folders/types.js.map +0 -1
  529. package/commonjs/folders/web.d.ts.map +0 -1
  530. package/commonjs/folders/web.js +0 -14
  531. package/commonjs/folders/web.js.map +0 -1
  532. package/commonjs/forms/index.d.ts.map +0 -1
  533. package/commonjs/forms/index.js +0 -8
  534. package/commonjs/forms/index.js.map +0 -1
  535. package/commonjs/forms/list.d.ts.map +0 -1
  536. package/commonjs/forms/list.js +0 -7
  537. package/commonjs/forms/list.js.map +0 -1
  538. package/commonjs/forms/types.d.ts.map +0 -1
  539. package/commonjs/forms/types.js +0 -34
  540. package/commonjs/forms/types.js.map +0 -1
  541. package/commonjs/groupsitemanager/index.d.ts.map +0 -1
  542. package/commonjs/groupsitemanager/index.js +0 -14
  543. package/commonjs/groupsitemanager/index.js.map +0 -1
  544. package/commonjs/groupsitemanager/types.d.ts +0 -312
  545. package/commonjs/groupsitemanager/types.d.ts.map +0 -1
  546. package/commonjs/groupsitemanager/types.js +0 -325
  547. package/commonjs/groupsitemanager/types.js.map +0 -1
  548. package/commonjs/hubsites/index.d.ts.map +0 -1
  549. package/commonjs/hubsites/index.js +0 -18
  550. package/commonjs/hubsites/index.js.map +0 -1
  551. package/commonjs/hubsites/site.d.ts.map +0 -1
  552. package/commonjs/hubsites/site.js +0 -14
  553. package/commonjs/hubsites/site.js.map +0 -1
  554. package/commonjs/hubsites/types.d.ts.map +0 -1
  555. package/commonjs/hubsites/types.js +0 -34
  556. package/commonjs/hubsites/types.js.map +0 -1
  557. package/commonjs/hubsites/web.d.ts.map +0 -1
  558. package/commonjs/hubsites/web.js +0 -15
  559. package/commonjs/hubsites/web.js.map +0 -1
  560. package/commonjs/index.d.ts +0 -15
  561. package/commonjs/index.d.ts.map +0 -1
  562. package/commonjs/index.js +0 -21
  563. package/commonjs/index.js.map +0 -1
  564. package/commonjs/items/index.d.ts +0 -3
  565. package/commonjs/items/index.d.ts.map +0 -1
  566. package/commonjs/items/index.js +0 -10
  567. package/commonjs/items/index.js.map +0 -1
  568. package/commonjs/items/list.d.ts.map +0 -1
  569. package/commonjs/items/list.js +0 -7
  570. package/commonjs/items/list.js.map +0 -1
  571. package/commonjs/items/types.d.ts +0 -193
  572. package/commonjs/items/types.d.ts.map +0 -1
  573. package/commonjs/items/types.js +0 -295
  574. package/commonjs/items/types.js.map +0 -1
  575. package/commonjs/lists/index.d.ts.map +0 -1
  576. package/commonjs/lists/index.js +0 -10
  577. package/commonjs/lists/index.js.map +0 -1
  578. package/commonjs/lists/types.d.ts.map +0 -1
  579. package/commonjs/lists/types.js +0 -357
  580. package/commonjs/lists/types.js.map +0 -1
  581. package/commonjs/lists/web.d.ts.map +0 -1
  582. package/commonjs/lists/web.js +0 -20
  583. package/commonjs/lists/web.js.map +0 -1
  584. package/commonjs/navigation/index.d.ts.map +0 -1
  585. package/commonjs/navigation/index.js +0 -19
  586. package/commonjs/navigation/index.js.map +0 -1
  587. package/commonjs/navigation/types.d.ts.map +0 -1
  588. package/commonjs/navigation/types.js +0 -153
  589. package/commonjs/navigation/types.js.map +0 -1
  590. package/commonjs/navigation/web.d.ts.map +0 -1
  591. package/commonjs/navigation/web.js +0 -7
  592. package/commonjs/navigation/web.js.map +0 -1
  593. package/commonjs/package.json +0 -1
  594. package/commonjs/presets/all.d.ts.map +0 -1
  595. package/commonjs/presets/all.js +0 -78
  596. package/commonjs/presets/all.js.map +0 -1
  597. package/commonjs/profiles/index.d.ts.map +0 -1
  598. package/commonjs/profiles/index.js +0 -16
  599. package/commonjs/profiles/index.js.map +0 -1
  600. package/commonjs/profiles/types.d.ts.map +0 -1
  601. package/commonjs/profiles/types.js +0 -362
  602. package/commonjs/profiles/types.js.map +0 -1
  603. package/commonjs/publishing-sitepageservice/index.d.ts.map +0 -1
  604. package/commonjs/publishing-sitepageservice/index.js +0 -13
  605. package/commonjs/publishing-sitepageservice/index.js.map +0 -1
  606. package/commonjs/publishing-sitepageservice/types.d.ts.map +0 -1
  607. package/commonjs/publishing-sitepageservice/types.js +0 -20
  608. package/commonjs/publishing-sitepageservice/types.js.map +0 -1
  609. package/commonjs/recycle-bin/index.d.ts.map +0 -1
  610. package/commonjs/recycle-bin/index.js +0 -12
  611. package/commonjs/recycle-bin/index.js.map +0 -1
  612. package/commonjs/recycle-bin/types.d.ts.map +0 -1
  613. package/commonjs/recycle-bin/types.js +0 -83
  614. package/commonjs/recycle-bin/types.js.map +0 -1
  615. package/commonjs/regional-settings/content-type.d.ts.map +0 -1
  616. package/commonjs/regional-settings/content-type.js +0 -7
  617. package/commonjs/regional-settings/content-type.js.map +0 -1
  618. package/commonjs/regional-settings/field.d.ts.map +0 -1
  619. package/commonjs/regional-settings/field.js +0 -7
  620. package/commonjs/regional-settings/field.js.map +0 -1
  621. package/commonjs/regional-settings/funcs.d.ts.map +0 -1
  622. package/commonjs/regional-settings/funcs.js +0 -12
  623. package/commonjs/regional-settings/funcs.js.map +0 -1
  624. package/commonjs/regional-settings/index.d.ts.map +0 -1
  625. package/commonjs/regional-settings/index.js +0 -13
  626. package/commonjs/regional-settings/index.js.map +0 -1
  627. package/commonjs/regional-settings/list.d.ts.map +0 -1
  628. package/commonjs/regional-settings/list.js +0 -7
  629. package/commonjs/regional-settings/list.js.map +0 -1
  630. package/commonjs/regional-settings/types.d.ts.map +0 -1
  631. package/commonjs/regional-settings/types.js +0 -88
  632. package/commonjs/regional-settings/types.js.map +0 -1
  633. package/commonjs/regional-settings/user-custom-actions.d.ts.map +0 -1
  634. package/commonjs/regional-settings/user-custom-actions.js +0 -7
  635. package/commonjs/regional-settings/user-custom-actions.js.map +0 -1
  636. package/commonjs/regional-settings/web.d.ts.map +0 -1
  637. package/commonjs/regional-settings/web.js +0 -10
  638. package/commonjs/regional-settings/web.js.map +0 -1
  639. package/commonjs/related-items/index.d.ts.map +0 -1
  640. package/commonjs/related-items/index.js +0 -7
  641. package/commonjs/related-items/index.js.map +0 -1
  642. package/commonjs/related-items/types.d.ts.map +0 -1
  643. package/commonjs/related-items/types.js +0 -84
  644. package/commonjs/related-items/types.js.map +0 -1
  645. package/commonjs/related-items/web.d.ts.map +0 -1
  646. package/commonjs/related-items/web.js +0 -12
  647. package/commonjs/related-items/web.js.map +0 -1
  648. package/commonjs/search/index.d.ts.map +0 -1
  649. package/commonjs/search/index.js +0 -21
  650. package/commonjs/search/index.js.map +0 -1
  651. package/commonjs/search/query.d.ts.map +0 -1
  652. package/commonjs/search/query.js +0 -220
  653. package/commonjs/search/query.js.map +0 -1
  654. package/commonjs/search/suggest.d.ts.map +0 -1
  655. package/commonjs/search/suggest.js +0 -44
  656. package/commonjs/search/suggest.js.map +0 -1
  657. package/commonjs/search/types.d.ts.map +0 -1
  658. package/commonjs/search/types.js +0 -58
  659. package/commonjs/search/types.js.map +0 -1
  660. package/commonjs/security/funcs.d.ts.map +0 -1
  661. package/commonjs/security/funcs.js +0 -91
  662. package/commonjs/security/funcs.js.map +0 -1
  663. package/commonjs/security/index.d.ts.map +0 -1
  664. package/commonjs/security/index.js +0 -13
  665. package/commonjs/security/index.js.map +0 -1
  666. package/commonjs/security/item.d.ts.map +0 -1
  667. package/commonjs/security/item.js +0 -17
  668. package/commonjs/security/item.js.map +0 -1
  669. package/commonjs/security/list.d.ts.map +0 -1
  670. package/commonjs/security/list.js +0 -17
  671. package/commonjs/security/list.js.map +0 -1
  672. package/commonjs/security/types.d.ts.map +0 -1
  673. package/commonjs/security/types.js +0 -336
  674. package/commonjs/security/types.js.map +0 -1
  675. package/commonjs/security/web.d.ts.map +0 -1
  676. package/commonjs/security/web.js +0 -18
  677. package/commonjs/security/web.js.map +0 -1
  678. package/commonjs/sharing/file.d.ts.map +0 -1
  679. package/commonjs/sharing/file.js +0 -40
  680. package/commonjs/sharing/file.js.map +0 -1
  681. package/commonjs/sharing/folder.d.ts.map +0 -1
  682. package/commonjs/sharing/folder.js +0 -38
  683. package/commonjs/sharing/folder.js.map +0 -1
  684. package/commonjs/sharing/funcs.d.ts.map +0 -1
  685. package/commonjs/sharing/funcs.js +0 -211
  686. package/commonjs/sharing/funcs.js.map +0 -1
  687. package/commonjs/sharing/index.d.ts.map +0 -1
  688. package/commonjs/sharing/index.js +0 -15
  689. package/commonjs/sharing/index.js.map +0 -1
  690. package/commonjs/sharing/item.d.ts.map +0 -1
  691. package/commonjs/sharing/item.js +0 -16
  692. package/commonjs/sharing/item.js.map +0 -1
  693. package/commonjs/sharing/types.d.ts.map +0 -1
  694. package/commonjs/sharing/types.js +0 -117
  695. package/commonjs/sharing/types.js.map +0 -1
  696. package/commonjs/sharing/web.d.ts.map +0 -1
  697. package/commonjs/sharing/web.js +0 -59
  698. package/commonjs/sharing/web.js.map +0 -1
  699. package/commonjs/site-designs/index.d.ts.map +0 -1
  700. package/commonjs/site-designs/index.js +0 -16
  701. package/commonjs/site-designs/index.js.map +0 -1
  702. package/commonjs/site-designs/types.d.ts.map +0 -1
  703. package/commonjs/site-designs/types.js +0 -179
  704. package/commonjs/site-designs/types.js.map +0 -1
  705. package/commonjs/site-designs/web.d.ts.map +0 -1
  706. package/commonjs/site-designs/web.js +0 -14
  707. package/commonjs/site-designs/web.js.map +0 -1
  708. package/commonjs/site-groups/index.d.ts.map +0 -1
  709. package/commonjs/site-groups/index.js +0 -8
  710. package/commonjs/site-groups/index.js.map +0 -1
  711. package/commonjs/site-groups/types.d.ts.map +0 -1
  712. package/commonjs/site-groups/types.js +0 -88
  713. package/commonjs/site-groups/types.js.map +0 -1
  714. package/commonjs/site-groups/web.d.ts.map +0 -1
  715. package/commonjs/site-groups/web.js +0 -20
  716. package/commonjs/site-groups/web.js.map +0 -1
  717. package/commonjs/site-scripts/index.d.ts.map +0 -1
  718. package/commonjs/site-scripts/index.js +0 -17
  719. package/commonjs/site-scripts/index.js.map +0 -1
  720. package/commonjs/site-scripts/list.d.ts.map +0 -1
  721. package/commonjs/site-scripts/list.js +0 -15
  722. package/commonjs/site-scripts/list.js.map +0 -1
  723. package/commonjs/site-scripts/types.d.ts.map +0 -1
  724. package/commonjs/site-scripts/types.js +0 -112
  725. package/commonjs/site-scripts/types.js.map +0 -1
  726. package/commonjs/site-scripts/web.d.ts.map +0 -1
  727. package/commonjs/site-scripts/web.js +0 -10
  728. package/commonjs/site-scripts/web.js.map +0 -1
  729. package/commonjs/site-users/index.d.ts.map +0 -1
  730. package/commonjs/site-users/index.js +0 -8
  731. package/commonjs/site-users/index.js.map +0 -1
  732. package/commonjs/site-users/types.d.ts +0 -139
  733. package/commonjs/site-users/types.d.ts.map +0 -1
  734. package/commonjs/site-users/types.js +0 -100
  735. package/commonjs/site-users/types.js.map +0 -1
  736. package/commonjs/site-users/web.d.ts.map +0 -1
  737. package/commonjs/site-users/web.js +0 -20
  738. package/commonjs/site-users/web.js.map +0 -1
  739. package/commonjs/sites/index.d.ts.map +0 -1
  740. package/commonjs/sites/index.js +0 -17
  741. package/commonjs/sites/index.js.map +0 -1
  742. package/commonjs/sites/types.d.ts.map +0 -1
  743. package/commonjs/sites/types.js +0 -261
  744. package/commonjs/sites/types.js.map +0 -1
  745. package/commonjs/social/index.d.ts.map +0 -1
  746. package/commonjs/social/index.js +0 -20
  747. package/commonjs/social/index.js.map +0 -1
  748. package/commonjs/social/types.d.ts.map +0 -1
  749. package/commonjs/social/types.js +0 -210
  750. package/commonjs/social/types.js.map +0 -1
  751. package/commonjs/spqueryable.d.ts +0 -117
  752. package/commonjs/spqueryable.d.ts.map +0 -1
  753. package/commonjs/spqueryable.js +0 -219
  754. package/commonjs/spqueryable.js.map +0 -1
  755. package/commonjs/sputilities/index.d.ts.map +0 -1
  756. package/commonjs/sputilities/index.js +0 -15
  757. package/commonjs/sputilities/index.js.map +0 -1
  758. package/commonjs/sputilities/types.d.ts.map +0 -1
  759. package/commonjs/sputilities/types.js +0 -69
  760. package/commonjs/sputilities/types.js.map +0 -1
  761. package/commonjs/subscriptions/index.d.ts.map +0 -1
  762. package/commonjs/subscriptions/index.js +0 -8
  763. package/commonjs/subscriptions/index.js.map +0 -1
  764. package/commonjs/subscriptions/list.d.ts.map +0 -1
  765. package/commonjs/subscriptions/list.js +0 -7
  766. package/commonjs/subscriptions/list.js.map +0 -1
  767. package/commonjs/subscriptions/types.d.ts.map +0 -1
  768. package/commonjs/subscriptions/types.js +0 -74
  769. package/commonjs/subscriptions/types.js.map +0 -1
  770. package/commonjs/taxonomy/index.d.ts.map +0 -1
  771. package/commonjs/taxonomy/index.js +0 -24
  772. package/commonjs/taxonomy/index.js.map +0 -1
  773. package/commonjs/taxonomy/types.d.ts.map +0 -1
  774. package/commonjs/taxonomy/types.js +0 -305
  775. package/commonjs/taxonomy/types.js.map +0 -1
  776. package/commonjs/types.d.ts.map +0 -1
  777. package/commonjs/types.js +0 -84
  778. package/commonjs/types.js.map +0 -1
  779. package/commonjs/user-custom-actions/index.d.ts.map +0 -1
  780. package/commonjs/user-custom-actions/index.js +0 -12
  781. package/commonjs/user-custom-actions/index.js.map +0 -1
  782. package/commonjs/user-custom-actions/list.d.ts.map +0 -1
  783. package/commonjs/user-custom-actions/list.js +0 -7
  784. package/commonjs/user-custom-actions/list.js.map +0 -1
  785. package/commonjs/user-custom-actions/site.d.ts.map +0 -1
  786. package/commonjs/user-custom-actions/site.js +0 -7
  787. package/commonjs/user-custom-actions/site.js.map +0 -1
  788. package/commonjs/user-custom-actions/types.d.ts.map +0 -1
  789. package/commonjs/user-custom-actions/types.js +0 -76
  790. package/commonjs/user-custom-actions/types.js.map +0 -1
  791. package/commonjs/user-custom-actions/web.d.ts.map +0 -1
  792. package/commonjs/user-custom-actions/web.js +0 -7
  793. package/commonjs/user-custom-actions/web.js.map +0 -1
  794. package/commonjs/utils/encode-path-str.d.ts.map +0 -1
  795. package/commonjs/utils/encode-path-str.js +0 -29
  796. package/commonjs/utils/encode-path-str.js.map +0 -1
  797. package/commonjs/utils/extract-web-url.d.ts.map +0 -1
  798. package/commonjs/utils/extract-web-url.js +0 -20
  799. package/commonjs/utils/extract-web-url.js.map +0 -1
  800. package/commonjs/utils/file-names.d.ts.map +0 -1
  801. package/commonjs/utils/file-names.js +0 -41
  802. package/commonjs/utils/file-names.js.map +0 -1
  803. package/commonjs/utils/metadata.d.ts.map +0 -1
  804. package/commonjs/utils/metadata.js +0 -10
  805. package/commonjs/utils/metadata.js.map +0 -1
  806. package/commonjs/utils/odata-url-from.d.ts.map +0 -1
  807. package/commonjs/utils/odata-url-from.js +0 -41
  808. package/commonjs/utils/odata-url-from.js.map +0 -1
  809. package/commonjs/utils/to-resource-path.d.ts.map +0 -1
  810. package/commonjs/utils/to-resource-path.js +0 -10
  811. package/commonjs/utils/to-resource-path.js.map +0 -1
  812. package/commonjs/views/index.d.ts.map +0 -1
  813. package/commonjs/views/index.js +0 -10
  814. package/commonjs/views/index.js.map +0 -1
  815. package/commonjs/views/list.d.ts.map +0 -1
  816. package/commonjs/views/list.js +0 -11
  817. package/commonjs/views/list.js.map +0 -1
  818. package/commonjs/views/types.d.ts.map +0 -1
  819. package/commonjs/views/types.js +0 -140
  820. package/commonjs/views/types.js.map +0 -1
  821. package/commonjs/webparts/file.d.ts.map +0 -1
  822. package/commonjs/webparts/file.js +0 -8
  823. package/commonjs/webparts/file.js.map +0 -1
  824. package/commonjs/webparts/index.d.ts.map +0 -1
  825. package/commonjs/webparts/index.js +0 -10
  826. package/commonjs/webparts/index.js.map +0 -1
  827. package/commonjs/webparts/types.d.ts.map +0 -1
  828. package/commonjs/webparts/types.js +0 -92
  829. package/commonjs/webparts/types.js.map +0 -1
  830. package/commonjs/webs/index.d.ts.map +0 -1
  831. package/commonjs/webs/index.js +0 -16
  832. package/commonjs/webs/index.js.map +0 -1
  833. package/commonjs/webs/types.d.ts.map +0 -1
  834. package/commonjs/webs/types.js +0 -227
  835. package/commonjs/webs/types.js.map +0 -1
  836. package/esm/appcatalog/index.d.ts +0 -11
  837. package/esm/appcatalog/index.d.ts.map +0 -1
  838. package/esm/appcatalog/index.js.map +0 -1
  839. package/esm/appcatalog/types.d.ts +0 -79
  840. package/esm/appcatalog/types.d.ts.map +0 -1
  841. package/esm/appcatalog/types.js +0 -130
  842. package/esm/appcatalog/types.js.map +0 -1
  843. package/esm/appcatalog/web.d.ts +0 -13
  844. package/esm/appcatalog/web.d.ts.map +0 -1
  845. package/esm/appcatalog/web.js.map +0 -1
  846. package/esm/attachments/index.d.ts +0 -3
  847. package/esm/attachments/index.d.ts.map +0 -1
  848. package/esm/attachments/index.js.map +0 -1
  849. package/esm/attachments/item.d.ts +0 -13
  850. package/esm/attachments/item.d.ts.map +0 -1
  851. package/esm/attachments/item.js.map +0 -1
  852. package/esm/attachments/types.d.ts +0 -57
  853. package/esm/attachments/types.d.ts.map +0 -1
  854. package/esm/attachments/types.js +0 -64
  855. package/esm/attachments/types.js.map +0 -1
  856. package/esm/batching.d.ts +0 -45
  857. package/esm/batching.d.ts.map +0 -1
  858. package/esm/batching.js +0 -350
  859. package/esm/batching.js.map +0 -1
  860. package/esm/behaviors/defaults.d.ts +0 -5
  861. package/esm/behaviors/defaults.d.ts.map +0 -1
  862. package/esm/behaviors/defaults.js.map +0 -1
  863. package/esm/behaviors/request-digest.d.ts +0 -9
  864. package/esm/behaviors/request-digest.d.ts.map +0 -1
  865. package/esm/behaviors/request-digest.js +0 -56
  866. package/esm/behaviors/request-digest.js.map +0 -1
  867. package/esm/behaviors/spbrowser.d.ts +0 -7
  868. package/esm/behaviors/spbrowser.d.ts.map +0 -1
  869. package/esm/behaviors/spbrowser.js.map +0 -1
  870. package/esm/behaviors/spfx.d.ts +0 -21
  871. package/esm/behaviors/spfx.d.ts.map +0 -1
  872. package/esm/behaviors/spfx.js +0 -57
  873. package/esm/behaviors/spfx.js.map +0 -1
  874. package/esm/behaviors/telemetry.d.ts +0 -4
  875. package/esm/behaviors/telemetry.d.ts.map +0 -1
  876. package/esm/behaviors/telemetry.js +0 -23
  877. package/esm/behaviors/telemetry.js.map +0 -1
  878. package/esm/clientside-pages/funcs.d.ts +0 -23
  879. package/esm/clientside-pages/funcs.d.ts.map +0 -1
  880. package/esm/clientside-pages/funcs.js.map +0 -1
  881. package/esm/clientside-pages/index.d.ts +0 -3
  882. package/esm/clientside-pages/index.d.ts.map +0 -1
  883. package/esm/clientside-pages/index.js.map +0 -1
  884. package/esm/clientside-pages/types.d.ts +0 -495
  885. package/esm/clientside-pages/types.d.ts.map +0 -1
  886. package/esm/clientside-pages/types.js +0 -1144
  887. package/esm/clientside-pages/types.js.map +0 -1
  888. package/esm/clientside-pages/web.d.ts +0 -42
  889. package/esm/clientside-pages/web.d.ts.map +0 -1
  890. package/esm/clientside-pages/web.js +0 -31
  891. package/esm/clientside-pages/web.js.map +0 -1
  892. package/esm/column-defaults/folder.d.ts +0 -28
  893. package/esm/column-defaults/folder.d.ts.map +0 -1
  894. package/esm/column-defaults/folder.js.map +0 -1
  895. package/esm/column-defaults/index.d.ts +0 -4
  896. package/esm/column-defaults/index.d.ts.map +0 -1
  897. package/esm/column-defaults/index.js.map +0 -1
  898. package/esm/column-defaults/list.d.ts +0 -20
  899. package/esm/column-defaults/list.d.ts.map +0 -1
  900. package/esm/column-defaults/list.js +0 -169
  901. package/esm/column-defaults/list.js.map +0 -1
  902. package/esm/column-defaults/types.d.ts +0 -22
  903. package/esm/column-defaults/types.d.ts.map +0 -1
  904. package/esm/column-defaults/types.js.map +0 -1
  905. package/esm/comments/clientside-page.d.ts +0 -58
  906. package/esm/comments/clientside-page.d.ts.map +0 -1
  907. package/esm/comments/clientside-page.js +0 -49
  908. package/esm/comments/clientside-page.js.map +0 -1
  909. package/esm/comments/index.d.ts +0 -3
  910. package/esm/comments/index.d.ts.map +0 -1
  911. package/esm/comments/index.js.map +0 -1
  912. package/esm/comments/item.d.ts +0 -37
  913. package/esm/comments/item.d.ts.map +0 -1
  914. package/esm/comments/item.js +0 -35
  915. package/esm/comments/item.js.map +0 -1
  916. package/esm/comments/types.d.ts +0 -111
  917. package/esm/comments/types.d.ts.map +0 -1
  918. package/esm/comments/types.js +0 -85
  919. package/esm/comments/types.js.map +0 -1
  920. package/esm/content-types/index.d.ts +0 -5
  921. package/esm/content-types/index.d.ts.map +0 -1
  922. package/esm/content-types/index.js.map +0 -1
  923. package/esm/content-types/item.d.ts +0 -13
  924. package/esm/content-types/item.d.ts.map +0 -1
  925. package/esm/content-types/item.js.map +0 -1
  926. package/esm/content-types/list.d.ts +0 -13
  927. package/esm/content-types/list.d.ts.map +0 -1
  928. package/esm/content-types/list.js.map +0 -1
  929. package/esm/content-types/types.d.ts +0 -120
  930. package/esm/content-types/types.d.ts.map +0 -1
  931. package/esm/content-types/types.js +0 -110
  932. package/esm/content-types/types.js.map +0 -1
  933. package/esm/content-types/web.d.ts +0 -13
  934. package/esm/content-types/web.d.ts.map +0 -1
  935. package/esm/content-types/web.js.map +0 -1
  936. package/esm/context-info/index.d.ts +0 -22
  937. package/esm/context-info/index.d.ts.map +0 -1
  938. package/esm/context-info/index.js +0 -15
  939. package/esm/context-info/index.js.map +0 -1
  940. package/esm/decorators.d.ts +0 -9
  941. package/esm/decorators.d.ts.map +0 -1
  942. package/esm/decorators.js.map +0 -1
  943. package/esm/favorites/index.d.ts +0 -11
  944. package/esm/favorites/index.d.ts.map +0 -1
  945. package/esm/favorites/index.js.map +0 -1
  946. package/esm/favorites/types.d.ts +0 -113
  947. package/esm/favorites/types.d.ts.map +0 -1
  948. package/esm/favorites/types.js +0 -111
  949. package/esm/favorites/types.js.map +0 -1
  950. package/esm/features/index.d.ts +0 -4
  951. package/esm/features/index.d.ts.map +0 -1
  952. package/esm/features/index.js.map +0 -1
  953. package/esm/features/site.d.ts +0 -13
  954. package/esm/features/site.d.ts.map +0 -1
  955. package/esm/features/site.js.map +0 -1
  956. package/esm/features/types.d.ts +0 -42
  957. package/esm/features/types.d.ts.map +0 -1
  958. package/esm/features/types.js +0 -52
  959. package/esm/features/types.js.map +0 -1
  960. package/esm/features/web.d.ts +0 -13
  961. package/esm/features/web.d.ts.map +0 -1
  962. package/esm/features/web.js.map +0 -1
  963. package/esm/fi.d.ts +0 -25
  964. package/esm/fi.d.ts.map +0 -1
  965. package/esm/fi.js.map +0 -1
  966. package/esm/fields/index.d.ts +0 -4
  967. package/esm/fields/index.d.ts.map +0 -1
  968. package/esm/fields/index.js.map +0 -1
  969. package/esm/fields/list.d.ts +0 -13
  970. package/esm/fields/list.d.ts.map +0 -1
  971. package/esm/fields/list.js.map +0 -1
  972. package/esm/fields/types.d.ts +0 -402
  973. package/esm/fields/types.d.ts.map +0 -1
  974. package/esm/fields/types.js +0 -455
  975. package/esm/fields/types.js.map +0 -1
  976. package/esm/fields/web.d.ts +0 -18
  977. package/esm/fields/web.d.ts.map +0 -1
  978. package/esm/fields/web.js.map +0 -1
  979. package/esm/files/folder.d.ts +0 -13
  980. package/esm/files/folder.d.ts.map +0 -1
  981. package/esm/files/folder.js.map +0 -1
  982. package/esm/files/index.d.ts +0 -5
  983. package/esm/files/index.d.ts.map +0 -1
  984. package/esm/files/index.js.map +0 -1
  985. package/esm/files/item.d.ts +0 -13
  986. package/esm/files/item.d.ts.map +0 -1
  987. package/esm/files/item.js.map +0 -1
  988. package/esm/files/readable-file.d.ts +0 -23
  989. package/esm/files/readable-file.d.ts.map +0 -1
  990. package/esm/files/readable-file.js.map +0 -1
  991. package/esm/files/types.d.ts +0 -455
  992. package/esm/files/types.d.ts.map +0 -1
  993. package/esm/files/types.js +0 -584
  994. package/esm/files/types.js.map +0 -1
  995. package/esm/files/web.d.ts +0 -29
  996. package/esm/files/web.d.ts.map +0 -1
  997. package/esm/files/web.js.map +0 -1
  998. package/esm/folders/index.d.ts +0 -5
  999. package/esm/folders/index.d.ts.map +0 -1
  1000. package/esm/folders/index.js.map +0 -1
  1001. package/esm/folders/item.d.ts +0 -10
  1002. package/esm/folders/item.d.ts.map +0 -1
  1003. package/esm/folders/item.js.map +0 -1
  1004. package/esm/folders/list.d.ts +0 -13
  1005. package/esm/folders/list.d.ts.map +0 -1
  1006. package/esm/folders/list.js.map +0 -1
  1007. package/esm/folders/types.d.ts +0 -237
  1008. package/esm/folders/types.d.ts.map +0 -1
  1009. package/esm/folders/types.js +0 -246
  1010. package/esm/folders/types.js.map +0 -1
  1011. package/esm/folders/web.d.ts +0 -33
  1012. package/esm/folders/web.d.ts.map +0 -1
  1013. package/esm/folders/web.js.map +0 -1
  1014. package/esm/forms/index.d.ts +0 -3
  1015. package/esm/forms/index.d.ts.map +0 -1
  1016. package/esm/forms/index.js.map +0 -1
  1017. package/esm/forms/list.d.ts +0 -10
  1018. package/esm/forms/list.d.ts.map +0 -1
  1019. package/esm/forms/list.js.map +0 -1
  1020. package/esm/forms/types.d.ts +0 -36
  1021. package/esm/forms/types.d.ts.map +0 -1
  1022. package/esm/forms/types.js.map +0 -1
  1023. package/esm/groupsitemanager/index.d.ts +0 -8
  1024. package/esm/groupsitemanager/index.d.ts.map +0 -1
  1025. package/esm/groupsitemanager/index.js.map +0 -1
  1026. package/esm/groupsitemanager/types.d.ts +0 -312
  1027. package/esm/groupsitemanager/types.d.ts.map +0 -1
  1028. package/esm/groupsitemanager/types.js +0 -322
  1029. package/esm/groupsitemanager/types.js.map +0 -1
  1030. package/esm/hubsites/index.d.ts +0 -13
  1031. package/esm/hubsites/index.d.ts.map +0 -1
  1032. package/esm/hubsites/index.js.map +0 -1
  1033. package/esm/hubsites/site.d.ts +0 -27
  1034. package/esm/hubsites/site.d.ts.map +0 -1
  1035. package/esm/hubsites/site.js +0 -12
  1036. package/esm/hubsites/site.js.map +0 -1
  1037. package/esm/hubsites/types.d.ts +0 -56
  1038. package/esm/hubsites/types.d.ts.map +0 -1
  1039. package/esm/hubsites/types.js.map +0 -1
  1040. package/esm/hubsites/web.d.ts +0 -22
  1041. package/esm/hubsites/web.d.ts.map +0 -1
  1042. package/esm/hubsites/web.js +0 -13
  1043. package/esm/hubsites/web.js.map +0 -1
  1044. package/esm/index.d.ts +0 -15
  1045. package/esm/index.d.ts.map +0 -1
  1046. package/esm/index.js +0 -15
  1047. package/esm/index.js.map +0 -1
  1048. package/esm/items/index.d.ts +0 -3
  1049. package/esm/items/index.d.ts.map +0 -1
  1050. package/esm/items/index.js +0 -3
  1051. package/esm/items/index.js.map +0 -1
  1052. package/esm/items/list.d.ts +0 -10
  1053. package/esm/items/list.d.ts.map +0 -1
  1054. package/esm/items/list.js.map +0 -1
  1055. package/esm/items/types.d.ts +0 -193
  1056. package/esm/items/types.d.ts.map +0 -1
  1057. package/esm/items/types.js +0 -290
  1058. package/esm/items/types.js.map +0 -1
  1059. package/esm/lists/index.d.ts +0 -3
  1060. package/esm/lists/index.d.ts.map +0 -1
  1061. package/esm/lists/index.js.map +0 -1
  1062. package/esm/lists/types.d.ts +0 -634
  1063. package/esm/lists/types.d.ts.map +0 -1
  1064. package/esm/lists/types.js +0 -353
  1065. package/esm/lists/types.js.map +0 -1
  1066. package/esm/lists/web.d.ts +0 -44
  1067. package/esm/lists/web.d.ts.map +0 -1
  1068. package/esm/lists/web.js.map +0 -1
  1069. package/esm/navigation/index.d.ts +0 -9
  1070. package/esm/navigation/index.d.ts.map +0 -1
  1071. package/esm/navigation/index.js.map +0 -1
  1072. package/esm/navigation/types.d.ts +0 -155
  1073. package/esm/navigation/types.d.ts.map +0 -1
  1074. package/esm/navigation/types.js +0 -146
  1075. package/esm/navigation/types.js.map +0 -1
  1076. package/esm/navigation/web.d.ts +0 -14
  1077. package/esm/navigation/web.d.ts.map +0 -1
  1078. package/esm/navigation/web.js.map +0 -1
  1079. package/esm/package.json +0 -1
  1080. package/esm/presets/all.d.ts +0 -75
  1081. package/esm/presets/all.d.ts.map +0 -1
  1082. package/esm/presets/all.js.map +0 -1
  1083. package/esm/profiles/index.d.ts +0 -8
  1084. package/esm/profiles/index.d.ts.map +0 -1
  1085. package/esm/profiles/index.js.map +0 -1
  1086. package/esm/profiles/types.d.ts +0 -358
  1087. package/esm/profiles/types.d.ts.map +0 -1
  1088. package/esm/profiles/types.js +0 -358
  1089. package/esm/profiles/types.js.map +0 -1
  1090. package/esm/publishing-sitepageservice/index.d.ts +0 -11
  1091. package/esm/publishing-sitepageservice/index.d.ts.map +0 -1
  1092. package/esm/publishing-sitepageservice/index.js.map +0 -1
  1093. package/esm/publishing-sitepageservice/types.d.ts +0 -12
  1094. package/esm/publishing-sitepageservice/types.d.ts.map +0 -1
  1095. package/esm/publishing-sitepageservice/types.js.map +0 -1
  1096. package/esm/recycle-bin/index.d.ts +0 -25
  1097. package/esm/recycle-bin/index.d.ts.map +0 -1
  1098. package/esm/recycle-bin/index.js.map +0 -1
  1099. package/esm/recycle-bin/types.d.ts +0 -82
  1100. package/esm/recycle-bin/types.d.ts.map +0 -1
  1101. package/esm/recycle-bin/types.js +0 -79
  1102. package/esm/recycle-bin/types.js.map +0 -1
  1103. package/esm/regional-settings/content-type.d.ts +0 -8
  1104. package/esm/regional-settings/content-type.d.ts.map +0 -1
  1105. package/esm/regional-settings/content-type.js.map +0 -1
  1106. package/esm/regional-settings/field.d.ts +0 -8
  1107. package/esm/regional-settings/field.d.ts.map +0 -1
  1108. package/esm/regional-settings/field.js.map +0 -1
  1109. package/esm/regional-settings/funcs.d.ts +0 -3
  1110. package/esm/regional-settings/funcs.d.ts.map +0 -1
  1111. package/esm/regional-settings/funcs.js +0 -8
  1112. package/esm/regional-settings/funcs.js.map +0 -1
  1113. package/esm/regional-settings/index.d.ts +0 -7
  1114. package/esm/regional-settings/index.d.ts.map +0 -1
  1115. package/esm/regional-settings/index.js.map +0 -1
  1116. package/esm/regional-settings/list.d.ts +0 -8
  1117. package/esm/regional-settings/list.d.ts.map +0 -1
  1118. package/esm/regional-settings/list.js.map +0 -1
  1119. package/esm/regional-settings/types.d.ts +0 -105
  1120. package/esm/regional-settings/types.d.ts.map +0 -1
  1121. package/esm/regional-settings/types.js +0 -85
  1122. package/esm/regional-settings/types.js.map +0 -1
  1123. package/esm/regional-settings/user-custom-actions.d.ts +0 -8
  1124. package/esm/regional-settings/user-custom-actions.d.ts.map +0 -1
  1125. package/esm/regional-settings/user-custom-actions.js.map +0 -1
  1126. package/esm/regional-settings/web.d.ts +0 -13
  1127. package/esm/regional-settings/web.d.ts.map +0 -1
  1128. package/esm/regional-settings/web.js.map +0 -1
  1129. package/esm/related-items/index.d.ts +0 -3
  1130. package/esm/related-items/index.d.ts.map +0 -1
  1131. package/esm/related-items/index.js.map +0 -1
  1132. package/esm/related-items/types.d.ts +0 -77
  1133. package/esm/related-items/types.d.ts.map +0 -1
  1134. package/esm/related-items/types.js +0 -80
  1135. package/esm/related-items/types.js.map +0 -1
  1136. package/esm/related-items/web.d.ts +0 -13
  1137. package/esm/related-items/web.d.ts.map +0 -1
  1138. package/esm/related-items/web.js.map +0 -1
  1139. package/esm/search/index.d.ts +0 -23
  1140. package/esm/search/index.d.ts.map +0 -1
  1141. package/esm/search/index.js.map +0 -1
  1142. package/esm/search/query.d.ts +0 -62
  1143. package/esm/search/query.d.ts.map +0 -1
  1144. package/esm/search/query.js +0 -215
  1145. package/esm/search/query.js.map +0 -1
  1146. package/esm/search/suggest.d.ts +0 -76
  1147. package/esm/search/suggest.d.ts.map +0 -1
  1148. package/esm/search/suggest.js.map +0 -1
  1149. package/esm/search/types.d.ts +0 -436
  1150. package/esm/search/types.d.ts.map +0 -1
  1151. package/esm/search/types.js.map +0 -1
  1152. package/esm/security/funcs.d.ts +0 -44
  1153. package/esm/security/funcs.d.ts.map +0 -1
  1154. package/esm/security/funcs.js +0 -81
  1155. package/esm/security/funcs.js.map +0 -1
  1156. package/esm/security/index.d.ts +0 -5
  1157. package/esm/security/index.d.ts.map +0 -1
  1158. package/esm/security/index.js.map +0 -1
  1159. package/esm/security/item.d.ts +0 -8
  1160. package/esm/security/item.d.ts.map +0 -1
  1161. package/esm/security/item.js.map +0 -1
  1162. package/esm/security/list.d.ts +0 -8
  1163. package/esm/security/list.d.ts.map +0 -1
  1164. package/esm/security/list.js.map +0 -1
  1165. package/esm/security/types.d.ts +0 -319
  1166. package/esm/security/types.d.ts.map +0 -1
  1167. package/esm/security/types.js +0 -331
  1168. package/esm/security/types.js.map +0 -1
  1169. package/esm/security/web.d.ts +0 -10
  1170. package/esm/security/web.d.ts.map +0 -1
  1171. package/esm/security/web.js.map +0 -1
  1172. package/esm/sharing/file.d.ts +0 -19
  1173. package/esm/sharing/file.d.ts.map +0 -1
  1174. package/esm/sharing/file.js.map +0 -1
  1175. package/esm/sharing/folder.d.ts +0 -10
  1176. package/esm/sharing/folder.d.ts.map +0 -1
  1177. package/esm/sharing/folder.js.map +0 -1
  1178. package/esm/sharing/funcs.d.ts +0 -63
  1179. package/esm/sharing/funcs.d.ts.map +0 -1
  1180. package/esm/sharing/funcs.js +0 -199
  1181. package/esm/sharing/funcs.js.map +0 -1
  1182. package/esm/sharing/index.d.ts +0 -6
  1183. package/esm/sharing/index.d.ts.map +0 -1
  1184. package/esm/sharing/index.js.map +0 -1
  1185. package/esm/sharing/item.d.ts +0 -17
  1186. package/esm/sharing/item.d.ts.map +0 -1
  1187. package/esm/sharing/item.js.map +0 -1
  1188. package/esm/sharing/types.d.ts +0 -589
  1189. package/esm/sharing/types.d.ts.map +0 -1
  1190. package/esm/sharing/types.js.map +0 -1
  1191. package/esm/sharing/web.d.ts +0 -20
  1192. package/esm/sharing/web.d.ts.map +0 -1
  1193. package/esm/sharing/web.js +0 -57
  1194. package/esm/sharing/web.js.map +0 -1
  1195. package/esm/site-designs/index.d.ts +0 -9
  1196. package/esm/site-designs/index.d.ts.map +0 -1
  1197. package/esm/site-designs/index.js.map +0 -1
  1198. package/esm/site-designs/types.d.ts +0 -376
  1199. package/esm/site-designs/types.d.ts.map +0 -1
  1200. package/esm/site-designs/types.js +0 -174
  1201. package/esm/site-designs/types.js.map +0 -1
  1202. package/esm/site-designs/web.d.ts +0 -26
  1203. package/esm/site-designs/web.d.ts.map +0 -1
  1204. package/esm/site-designs/web.js.map +0 -1
  1205. package/esm/site-groups/index.d.ts +0 -3
  1206. package/esm/site-groups/index.d.ts.map +0 -1
  1207. package/esm/site-groups/index.js.map +0 -1
  1208. package/esm/site-groups/types.d.ts +0 -87
  1209. package/esm/site-groups/types.d.ts.map +0 -1
  1210. package/esm/site-groups/types.js +0 -84
  1211. package/esm/site-groups/types.js.map +0 -1
  1212. package/esm/site-groups/web.d.ts +0 -41
  1213. package/esm/site-groups/web.d.ts.map +0 -1
  1214. package/esm/site-groups/web.js +0 -18
  1215. package/esm/site-groups/web.js.map +0 -1
  1216. package/esm/site-scripts/index.d.ts +0 -10
  1217. package/esm/site-scripts/index.d.ts.map +0 -1
  1218. package/esm/site-scripts/index.js.map +0 -1
  1219. package/esm/site-scripts/list.d.ts +0 -13
  1220. package/esm/site-scripts/list.d.ts.map +0 -1
  1221. package/esm/site-scripts/list.js.map +0 -1
  1222. package/esm/site-scripts/types.d.ts +0 -184
  1223. package/esm/site-scripts/types.d.ts.map +0 -1
  1224. package/esm/site-scripts/types.js +0 -107
  1225. package/esm/site-scripts/types.js.map +0 -1
  1226. package/esm/site-scripts/web.d.ts +0 -14
  1227. package/esm/site-scripts/web.d.ts.map +0 -1
  1228. package/esm/site-scripts/web.js.map +0 -1
  1229. package/esm/site-users/index.d.ts +0 -3
  1230. package/esm/site-users/index.d.ts.map +0 -1
  1231. package/esm/site-users/index.js.map +0 -1
  1232. package/esm/site-users/types.d.ts +0 -139
  1233. package/esm/site-users/types.d.ts.map +0 -1
  1234. package/esm/site-users/types.js +0 -96
  1235. package/esm/site-users/types.js.map +0 -1
  1236. package/esm/site-users/web.d.ts +0 -32
  1237. package/esm/site-users/web.d.ts.map +0 -1
  1238. package/esm/site-users/web.js +0 -18
  1239. package/esm/site-users/web.js.map +0 -1
  1240. package/esm/sites/index.d.ts +0 -8
  1241. package/esm/sites/index.d.ts.map +0 -1
  1242. package/esm/sites/index.js.map +0 -1
  1243. package/esm/sites/types.d.ts +0 -221
  1244. package/esm/sites/types.d.ts.map +0 -1
  1245. package/esm/sites/types.js +0 -258
  1246. package/esm/sites/types.js.map +0 -1
  1247. package/esm/social/index.d.ts +0 -11
  1248. package/esm/social/index.d.ts.map +0 -1
  1249. package/esm/social/index.js.map +0 -1
  1250. package/esm/social/types.d.ts +0 -305
  1251. package/esm/social/types.d.ts.map +0 -1
  1252. package/esm/social/types.js +0 -205
  1253. package/esm/social/types.js.map +0 -1
  1254. package/esm/spqueryable.d.ts +0 -117
  1255. package/esm/spqueryable.d.ts.map +0 -1
  1256. package/esm/spqueryable.js +0 -203
  1257. package/esm/spqueryable.js.map +0 -1
  1258. package/esm/sputilities/index.d.ts +0 -8
  1259. package/esm/sputilities/index.d.ts.map +0 -1
  1260. package/esm/sputilities/index.js.map +0 -1
  1261. package/esm/sputilities/types.d.ts +0 -101
  1262. package/esm/sputilities/types.d.ts.map +0 -1
  1263. package/esm/sputilities/types.js +0 -65
  1264. package/esm/sputilities/types.js.map +0 -1
  1265. package/esm/subscriptions/index.d.ts +0 -3
  1266. package/esm/subscriptions/index.d.ts.map +0 -1
  1267. package/esm/subscriptions/index.js.map +0 -1
  1268. package/esm/subscriptions/list.d.ts +0 -14
  1269. package/esm/subscriptions/list.d.ts.map +0 -1
  1270. package/esm/subscriptions/list.js.map +0 -1
  1271. package/esm/subscriptions/types.d.ts +0 -55
  1272. package/esm/subscriptions/types.d.ts.map +0 -1
  1273. package/esm/subscriptions/types.js +0 -70
  1274. package/esm/subscriptions/types.js.map +0 -1
  1275. package/esm/taxonomy/index.d.ts +0 -8
  1276. package/esm/taxonomy/index.d.ts.map +0 -1
  1277. package/esm/taxonomy/index.js.map +0 -1
  1278. package/esm/taxonomy/types.d.ts +0 -314
  1279. package/esm/taxonomy/types.d.ts.map +0 -1
  1280. package/esm/taxonomy/types.js +0 -299
  1281. package/esm/taxonomy/types.js.map +0 -1
  1282. package/esm/types.d.ts +0 -241
  1283. package/esm/types.d.ts.map +0 -1
  1284. package/esm/types.js.map +0 -1
  1285. package/esm/user-custom-actions/index.d.ts +0 -5
  1286. package/esm/user-custom-actions/index.d.ts.map +0 -1
  1287. package/esm/user-custom-actions/index.js.map +0 -1
  1288. package/esm/user-custom-actions/list.d.ts +0 -13
  1289. package/esm/user-custom-actions/list.d.ts.map +0 -1
  1290. package/esm/user-custom-actions/list.js.map +0 -1
  1291. package/esm/user-custom-actions/site.d.ts +0 -13
  1292. package/esm/user-custom-actions/site.d.ts.map +0 -1
  1293. package/esm/user-custom-actions/site.js.map +0 -1
  1294. package/esm/user-custom-actions/types.d.ts +0 -82
  1295. package/esm/user-custom-actions/types.d.ts.map +0 -1
  1296. package/esm/user-custom-actions/types.js +0 -72
  1297. package/esm/user-custom-actions/types.js.map +0 -1
  1298. package/esm/user-custom-actions/web.d.ts +0 -16
  1299. package/esm/user-custom-actions/web.d.ts.map +0 -1
  1300. package/esm/user-custom-actions/web.js.map +0 -1
  1301. package/esm/utils/encode-path-str.d.ts +0 -8
  1302. package/esm/utils/encode-path-str.d.ts.map +0 -1
  1303. package/esm/utils/encode-path-str.js.map +0 -1
  1304. package/esm/utils/extract-web-url.d.ts +0 -2
  1305. package/esm/utils/extract-web-url.d.ts.map +0 -1
  1306. package/esm/utils/extract-web-url.js.map +0 -1
  1307. package/esm/utils/file-names.d.ts +0 -18
  1308. package/esm/utils/file-names.d.ts.map +0 -1
  1309. package/esm/utils/file-names.js.map +0 -1
  1310. package/esm/utils/metadata.d.ts +0 -6
  1311. package/esm/utils/metadata.d.ts.map +0 -1
  1312. package/esm/utils/metadata.js.map +0 -1
  1313. package/esm/utils/odata-url-from.d.ts +0 -2
  1314. package/esm/utils/odata-url-from.d.ts.map +0 -1
  1315. package/esm/utils/odata-url-from.js.map +0 -1
  1316. package/esm/utils/to-resource-path.d.ts +0 -5
  1317. package/esm/utils/to-resource-path.d.ts.map +0 -1
  1318. package/esm/utils/to-resource-path.js.map +0 -1
  1319. package/esm/views/index.d.ts +0 -3
  1320. package/esm/views/index.d.ts.map +0 -1
  1321. package/esm/views/index.js.map +0 -1
  1322. package/esm/views/list.d.ts +0 -24
  1323. package/esm/views/list.d.ts.map +0 -1
  1324. package/esm/views/list.js.map +0 -1
  1325. package/esm/views/types.d.ts +0 -147
  1326. package/esm/views/types.d.ts.map +0 -1
  1327. package/esm/views/types.js +0 -136
  1328. package/esm/views/types.js.map +0 -1
  1329. package/esm/webparts/file.d.ts +0 -16
  1330. package/esm/webparts/file.d.ts.map +0 -1
  1331. package/esm/webparts/file.js.map +0 -1
  1332. package/esm/webparts/index.d.ts +0 -3
  1333. package/esm/webparts/index.d.ts.map +0 -1
  1334. package/esm/webparts/index.js.map +0 -1
  1335. package/esm/webparts/types.d.ts +0 -84
  1336. package/esm/webparts/types.d.ts.map +0 -1
  1337. package/esm/webparts/types.js +0 -85
  1338. package/esm/webparts/types.js.map +0 -1
  1339. package/esm/webs/index.d.ts +0 -11
  1340. package/esm/webs/index.d.ts.map +0 -1
  1341. package/esm/webs/index.js.map +0 -1
  1342. package/esm/webs/types.d.ts +0 -204
  1343. package/esm/webs/types.d.ts.map +0 -1
  1344. package/esm/webs/types.js +0 -224
  1345. package/esm/webs/types.js.map +0 -1
  1346. /package/{commonjs/appcatalog → appcatalog}/index.d.ts +0 -0
  1347. /package/{esm/appcatalog → appcatalog}/index.js +0 -0
  1348. /package/{commonjs/appcatalog → appcatalog}/types.d.ts +0 -0
  1349. /package/{commonjs/appcatalog → appcatalog}/web.d.ts +0 -0
  1350. /package/{esm/appcatalog → appcatalog}/web.js +0 -0
  1351. /package/{commonjs/attachments → attachments}/index.d.ts +0 -0
  1352. /package/{esm/attachments → attachments}/index.js +0 -0
  1353. /package/{commonjs/attachments → attachments}/item.d.ts +0 -0
  1354. /package/{esm/attachments → attachments}/item.js +0 -0
  1355. /package/{commonjs/attachments → attachments}/types.d.ts +0 -0
  1356. /package/{commonjs/batching.d.ts → batching.d.ts} +0 -0
  1357. /package/{commonjs/behaviors → behaviors}/defaults.d.ts +0 -0
  1358. /package/{esm/behaviors → behaviors}/defaults.js +0 -0
  1359. /package/{commonjs/behaviors → behaviors}/request-digest.d.ts +0 -0
  1360. /package/{commonjs/behaviors → behaviors}/spbrowser.d.ts +0 -0
  1361. /package/{esm/behaviors → behaviors}/spbrowser.js +0 -0
  1362. /package/{commonjs/behaviors → behaviors}/spfx.d.ts +0 -0
  1363. /package/{commonjs/behaviors → behaviors}/telemetry.d.ts +0 -0
  1364. /package/{commonjs/clientside-pages → clientside-pages}/funcs.d.ts +0 -0
  1365. /package/{esm/clientside-pages → clientside-pages}/funcs.js +0 -0
  1366. /package/{commonjs/clientside-pages → clientside-pages}/index.d.ts +0 -0
  1367. /package/{esm/clientside-pages → clientside-pages}/index.js +0 -0
  1368. /package/{commonjs/clientside-pages → clientside-pages}/types.d.ts +0 -0
  1369. /package/{commonjs/clientside-pages → clientside-pages}/web.d.ts +0 -0
  1370. /package/{commonjs/column-defaults → column-defaults}/folder.d.ts +0 -0
  1371. /package/{esm/column-defaults → column-defaults}/folder.js +0 -0
  1372. /package/{commonjs/column-defaults → column-defaults}/index.d.ts +0 -0
  1373. /package/{esm/column-defaults → column-defaults}/index.js +0 -0
  1374. /package/{commonjs/column-defaults → column-defaults}/list.d.ts +0 -0
  1375. /package/{commonjs/column-defaults → column-defaults}/types.d.ts +0 -0
  1376. /package/{esm/column-defaults → column-defaults}/types.js +0 -0
  1377. /package/{commonjs/comments → comments}/clientside-page.d.ts +0 -0
  1378. /package/{commonjs/comments → comments}/index.d.ts +0 -0
  1379. /package/{esm/comments → comments}/index.js +0 -0
  1380. /package/{commonjs/comments → comments}/item.d.ts +0 -0
  1381. /package/{commonjs/comments → comments}/types.d.ts +0 -0
  1382. /package/{commonjs/content-types → content-types}/index.d.ts +0 -0
  1383. /package/{esm/content-types → content-types}/index.js +0 -0
  1384. /package/{commonjs/content-types → content-types}/item.d.ts +0 -0
  1385. /package/{esm/content-types → content-types}/item.js +0 -0
  1386. /package/{commonjs/content-types → content-types}/list.d.ts +0 -0
  1387. /package/{esm/content-types → content-types}/list.js +0 -0
  1388. /package/{commonjs/content-types → content-types}/types.d.ts +0 -0
  1389. /package/{commonjs/content-types → content-types}/web.d.ts +0 -0
  1390. /package/{esm/content-types → content-types}/web.js +0 -0
  1391. /package/{commonjs/context-info → context-info}/index.d.ts +0 -0
  1392. /package/{commonjs/decorators.d.ts → decorators.d.ts} +0 -0
  1393. /package/{esm/decorators.js → decorators.js} +0 -0
  1394. /package/{commonjs/favorites → favorites}/index.d.ts +0 -0
  1395. /package/{esm/favorites → favorites}/index.js +0 -0
  1396. /package/{commonjs/favorites → favorites}/types.d.ts +0 -0
  1397. /package/{commonjs/features → features}/index.d.ts +0 -0
  1398. /package/{esm/features → features}/index.js +0 -0
  1399. /package/{commonjs/features → features}/site.d.ts +0 -0
  1400. /package/{esm/features → features}/site.js +0 -0
  1401. /package/{commonjs/features → features}/types.d.ts +0 -0
  1402. /package/{commonjs/features → features}/web.d.ts +0 -0
  1403. /package/{esm/features → features}/web.js +0 -0
  1404. /package/{commonjs/fi.d.ts → fi.d.ts} +0 -0
  1405. /package/{esm/fi.js → fi.js} +0 -0
  1406. /package/{commonjs/fields → fields}/index.d.ts +0 -0
  1407. /package/{esm/fields → fields}/index.js +0 -0
  1408. /package/{commonjs/fields → fields}/list.d.ts +0 -0
  1409. /package/{esm/fields → fields}/list.js +0 -0
  1410. /package/{commonjs/fields → fields}/types.d.ts +0 -0
  1411. /package/{commonjs/fields → fields}/web.d.ts +0 -0
  1412. /package/{esm/fields → fields}/web.js +0 -0
  1413. /package/{commonjs/files → files}/folder.d.ts +0 -0
  1414. /package/{esm/files → files}/folder.js +0 -0
  1415. /package/{commonjs/files → files}/index.d.ts +0 -0
  1416. /package/{esm/files → files}/index.js +0 -0
  1417. /package/{commonjs/files → files}/item.d.ts +0 -0
  1418. /package/{esm/files → files}/item.js +0 -0
  1419. /package/{commonjs/files → files}/readable-file.d.ts +0 -0
  1420. /package/{esm/files → files}/readable-file.js +0 -0
  1421. /package/{commonjs/files → files}/types.d.ts +0 -0
  1422. /package/{commonjs/files → files}/web.d.ts +0 -0
  1423. /package/{esm/files → files}/web.js +0 -0
  1424. /package/{commonjs/folders → folders}/index.d.ts +0 -0
  1425. /package/{esm/folders → folders}/index.js +0 -0
  1426. /package/{commonjs/folders → folders}/item.d.ts +0 -0
  1427. /package/{esm/folders → folders}/item.js +0 -0
  1428. /package/{commonjs/folders → folders}/list.d.ts +0 -0
  1429. /package/{esm/folders → folders}/list.js +0 -0
  1430. /package/{commonjs/folders → folders}/types.d.ts +0 -0
  1431. /package/{commonjs/folders → folders}/web.d.ts +0 -0
  1432. /package/{esm/folders → folders}/web.js +0 -0
  1433. /package/{commonjs/forms → forms}/index.d.ts +0 -0
  1434. /package/{esm/forms → forms}/index.js +0 -0
  1435. /package/{commonjs/forms → forms}/list.d.ts +0 -0
  1436. /package/{esm/forms → forms}/list.js +0 -0
  1437. /package/{commonjs/forms → forms}/types.d.ts +0 -0
  1438. /package/{esm/forms → forms}/types.js +0 -0
  1439. /package/{commonjs/groupsitemanager → groupsitemanager}/index.d.ts +0 -0
  1440. /package/{esm/groupsitemanager → groupsitemanager}/index.js +0 -0
  1441. /package/{commonjs/hubsites → hubsites}/index.d.ts +0 -0
  1442. /package/{esm/hubsites → hubsites}/index.js +0 -0
  1443. /package/{commonjs/hubsites → hubsites}/site.d.ts +0 -0
  1444. /package/{commonjs/hubsites → hubsites}/types.d.ts +0 -0
  1445. /package/{esm/hubsites → hubsites}/types.js +0 -0
  1446. /package/{commonjs/hubsites → hubsites}/web.d.ts +0 -0
  1447. /package/{commonjs/items → items}/list.d.ts +0 -0
  1448. /package/{esm/items → items}/list.js +0 -0
  1449. /package/{commonjs/lists → lists}/index.d.ts +0 -0
  1450. /package/{esm/lists → lists}/index.js +0 -0
  1451. /package/{commonjs/lists → lists}/types.d.ts +0 -0
  1452. /package/{commonjs/lists → lists}/web.d.ts +0 -0
  1453. /package/{esm/lists → lists}/web.js +0 -0
  1454. /package/{commonjs/navigation → navigation}/index.d.ts +0 -0
  1455. /package/{esm/navigation → navigation}/index.js +0 -0
  1456. /package/{commonjs/navigation → navigation}/types.d.ts +0 -0
  1457. /package/{commonjs/navigation → navigation}/web.d.ts +0 -0
  1458. /package/{esm/navigation → navigation}/web.js +0 -0
  1459. /package/{commonjs/presets → presets}/all.d.ts +0 -0
  1460. /package/{esm/presets → presets}/all.js +0 -0
  1461. /package/{commonjs/profiles → profiles}/index.d.ts +0 -0
  1462. /package/{esm/profiles → profiles}/index.js +0 -0
  1463. /package/{commonjs/profiles → profiles}/types.d.ts +0 -0
  1464. /package/{commonjs/publishing-sitepageservice → publishing-sitepageservice}/index.d.ts +0 -0
  1465. /package/{esm/publishing-sitepageservice → publishing-sitepageservice}/index.js +0 -0
  1466. /package/{commonjs/publishing-sitepageservice → publishing-sitepageservice}/types.d.ts +0 -0
  1467. /package/{esm/publishing-sitepageservice → publishing-sitepageservice}/types.js +0 -0
  1468. /package/{commonjs/recycle-bin → recycle-bin}/index.d.ts +0 -0
  1469. /package/{esm/recycle-bin → recycle-bin}/index.js +0 -0
  1470. /package/{commonjs/recycle-bin → recycle-bin}/types.d.ts +0 -0
  1471. /package/{commonjs/regional-settings → regional-settings}/content-type.d.ts +0 -0
  1472. /package/{esm/regional-settings → regional-settings}/content-type.js +0 -0
  1473. /package/{commonjs/regional-settings → regional-settings}/field.d.ts +0 -0
  1474. /package/{esm/regional-settings → regional-settings}/field.js +0 -0
  1475. /package/{commonjs/regional-settings → regional-settings}/funcs.d.ts +0 -0
  1476. /package/{commonjs/regional-settings → regional-settings}/index.d.ts +0 -0
  1477. /package/{esm/regional-settings → regional-settings}/index.js +0 -0
  1478. /package/{commonjs/regional-settings → regional-settings}/list.d.ts +0 -0
  1479. /package/{esm/regional-settings → regional-settings}/list.js +0 -0
  1480. /package/{commonjs/regional-settings → regional-settings}/types.d.ts +0 -0
  1481. /package/{commonjs/regional-settings → regional-settings}/user-custom-actions.d.ts +0 -0
  1482. /package/{esm/regional-settings → regional-settings}/user-custom-actions.js +0 -0
  1483. /package/{commonjs/regional-settings → regional-settings}/web.d.ts +0 -0
  1484. /package/{esm/regional-settings → regional-settings}/web.js +0 -0
  1485. /package/{commonjs/related-items → related-items}/index.d.ts +0 -0
  1486. /package/{esm/related-items → related-items}/index.js +0 -0
  1487. /package/{commonjs/related-items → related-items}/types.d.ts +0 -0
  1488. /package/{commonjs/related-items → related-items}/web.d.ts +0 -0
  1489. /package/{esm/related-items → related-items}/web.js +0 -0
  1490. /package/{commonjs/search → search}/index.d.ts +0 -0
  1491. /package/{esm/search → search}/index.js +0 -0
  1492. /package/{commonjs/search → search}/query.d.ts +0 -0
  1493. /package/{commonjs/search → search}/suggest.d.ts +0 -0
  1494. /package/{esm/search → search}/suggest.js +0 -0
  1495. /package/{commonjs/search → search}/types.d.ts +0 -0
  1496. /package/{esm/search → search}/types.js +0 -0
  1497. /package/{commonjs/security → security}/funcs.d.ts +0 -0
  1498. /package/{commonjs/security → security}/index.d.ts +0 -0
  1499. /package/{esm/security → security}/index.js +0 -0
  1500. /package/{commonjs/security → security}/item.d.ts +0 -0
  1501. /package/{esm/security → security}/item.js +0 -0
  1502. /package/{commonjs/security → security}/list.d.ts +0 -0
  1503. /package/{esm/security → security}/list.js +0 -0
  1504. /package/{commonjs/security → security}/types.d.ts +0 -0
  1505. /package/{commonjs/security → security}/web.d.ts +0 -0
  1506. /package/{esm/security → security}/web.js +0 -0
  1507. /package/{commonjs/sharing → sharing}/file.d.ts +0 -0
  1508. /package/{esm/sharing → sharing}/file.js +0 -0
  1509. /package/{commonjs/sharing → sharing}/folder.d.ts +0 -0
  1510. /package/{esm/sharing → sharing}/folder.js +0 -0
  1511. /package/{commonjs/sharing → sharing}/funcs.d.ts +0 -0
  1512. /package/{commonjs/sharing → sharing}/index.d.ts +0 -0
  1513. /package/{esm/sharing → sharing}/index.js +0 -0
  1514. /package/{commonjs/sharing → sharing}/item.d.ts +0 -0
  1515. /package/{esm/sharing → sharing}/item.js +0 -0
  1516. /package/{commonjs/sharing → sharing}/types.d.ts +0 -0
  1517. /package/{esm/sharing → sharing}/types.js +0 -0
  1518. /package/{commonjs/sharing → sharing}/web.d.ts +0 -0
  1519. /package/{commonjs/site-designs → site-designs}/index.d.ts +0 -0
  1520. /package/{esm/site-designs → site-designs}/index.js +0 -0
  1521. /package/{commonjs/site-designs → site-designs}/types.d.ts +0 -0
  1522. /package/{commonjs/site-designs → site-designs}/web.d.ts +0 -0
  1523. /package/{esm/site-designs → site-designs}/web.js +0 -0
  1524. /package/{commonjs/site-groups → site-groups}/index.d.ts +0 -0
  1525. /package/{esm/site-groups → site-groups}/index.js +0 -0
  1526. /package/{commonjs/site-groups → site-groups}/types.d.ts +0 -0
  1527. /package/{commonjs/site-groups → site-groups}/web.d.ts +0 -0
  1528. /package/{commonjs/site-scripts → site-scripts}/index.d.ts +0 -0
  1529. /package/{esm/site-scripts → site-scripts}/index.js +0 -0
  1530. /package/{commonjs/site-scripts → site-scripts}/list.d.ts +0 -0
  1531. /package/{esm/site-scripts → site-scripts}/list.js +0 -0
  1532. /package/{commonjs/site-scripts → site-scripts}/types.d.ts +0 -0
  1533. /package/{commonjs/site-scripts → site-scripts}/web.d.ts +0 -0
  1534. /package/{esm/site-scripts → site-scripts}/web.js +0 -0
  1535. /package/{commonjs/site-users → site-users}/index.d.ts +0 -0
  1536. /package/{esm/site-users → site-users}/index.js +0 -0
  1537. /package/{commonjs/site-users → site-users}/web.d.ts +0 -0
  1538. /package/{commonjs/sites → sites}/index.d.ts +0 -0
  1539. /package/{esm/sites → sites}/index.js +0 -0
  1540. /package/{commonjs/sites → sites}/types.d.ts +0 -0
  1541. /package/{commonjs/social → social}/index.d.ts +0 -0
  1542. /package/{esm/social → social}/index.js +0 -0
  1543. /package/{commonjs/social → social}/types.d.ts +0 -0
  1544. /package/{commonjs/sputilities → sputilities}/index.d.ts +0 -0
  1545. /package/{esm/sputilities → sputilities}/index.js +0 -0
  1546. /package/{commonjs/sputilities → sputilities}/types.d.ts +0 -0
  1547. /package/{commonjs/subscriptions → subscriptions}/index.d.ts +0 -0
  1548. /package/{esm/subscriptions → subscriptions}/index.js +0 -0
  1549. /package/{commonjs/subscriptions → subscriptions}/list.d.ts +0 -0
  1550. /package/{esm/subscriptions → subscriptions}/list.js +0 -0
  1551. /package/{commonjs/subscriptions → subscriptions}/types.d.ts +0 -0
  1552. /package/{commonjs/taxonomy → taxonomy}/index.d.ts +0 -0
  1553. /package/{esm/taxonomy → taxonomy}/index.js +0 -0
  1554. /package/{commonjs/taxonomy → taxonomy}/types.d.ts +0 -0
  1555. /package/{commonjs/types.d.ts → types.d.ts} +0 -0
  1556. /package/{esm/types.js → types.js} +0 -0
  1557. /package/{commonjs/user-custom-actions → user-custom-actions}/index.d.ts +0 -0
  1558. /package/{esm/user-custom-actions → user-custom-actions}/index.js +0 -0
  1559. /package/{commonjs/user-custom-actions → user-custom-actions}/list.d.ts +0 -0
  1560. /package/{esm/user-custom-actions → user-custom-actions}/list.js +0 -0
  1561. /package/{commonjs/user-custom-actions → user-custom-actions}/site.d.ts +0 -0
  1562. /package/{esm/user-custom-actions → user-custom-actions}/site.js +0 -0
  1563. /package/{commonjs/user-custom-actions → user-custom-actions}/types.d.ts +0 -0
  1564. /package/{commonjs/user-custom-actions → user-custom-actions}/web.d.ts +0 -0
  1565. /package/{esm/user-custom-actions → user-custom-actions}/web.js +0 -0
  1566. /package/{commonjs/utils → utils}/encode-path-str.d.ts +0 -0
  1567. /package/{esm/utils → utils}/encode-path-str.js +0 -0
  1568. /package/{commonjs/utils → utils}/extract-web-url.d.ts +0 -0
  1569. /package/{esm/utils → utils}/extract-web-url.js +0 -0
  1570. /package/{commonjs/utils → utils}/file-names.d.ts +0 -0
  1571. /package/{esm/utils → utils}/file-names.js +0 -0
  1572. /package/{commonjs/utils → utils}/metadata.d.ts +0 -0
  1573. /package/{esm/utils → utils}/metadata.js +0 -0
  1574. /package/{commonjs/utils → utils}/odata-url-from.d.ts +0 -0
  1575. /package/{esm/utils → utils}/odata-url-from.js +0 -0
  1576. /package/{commonjs/utils → utils}/to-resource-path.d.ts +0 -0
  1577. /package/{esm/utils → utils}/to-resource-path.js +0 -0
  1578. /package/{commonjs/views → views}/index.d.ts +0 -0
  1579. /package/{esm/views → views}/index.js +0 -0
  1580. /package/{commonjs/views → views}/list.d.ts +0 -0
  1581. /package/{esm/views → views}/list.js +0 -0
  1582. /package/{commonjs/views → views}/types.d.ts +0 -0
  1583. /package/{commonjs/webparts → webparts}/file.d.ts +0 -0
  1584. /package/{esm/webparts → webparts}/file.js +0 -0
  1585. /package/{commonjs/webparts → webparts}/index.d.ts +0 -0
  1586. /package/{esm/webparts → webparts}/index.js +0 -0
  1587. /package/{commonjs/webparts → webparts}/types.d.ts +0 -0
  1588. /package/{commonjs/webs → webs}/index.d.ts +0 -0
  1589. /package/{esm/webs → webs}/index.js +0 -0
  1590. /package/{commonjs/webs → webs}/types.d.ts +0 -0
@@ -1,584 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { body, cancelableScope, CancelAction } from "@pnp/queryable";
3
- import { getGUID, isFunc, stringIsNullOrEmpty, isUrlAbsolute, combine, noInherit } from "@pnp/core";
4
- import { _SPCollection, spInvokableFactory, SPInstance, deleteableWithETag, deleteable, spPost, spGet, } from "../spqueryable.js";
5
- import { Item } from "../items/index.js";
6
- import { odataUrlFrom } from "../utils/odata-url-from.js";
7
- import { defaultPath } from "../decorators.js";
8
- import { extractWebUrl } from "../utils/extract-web-url.js";
9
- import { toResourcePath } from "../utils/to-resource-path.js";
10
- import { encodePath } from "../utils/encode-path-str.js";
11
- import { ReadableFile } from "./readable-file.js";
12
- import "../context-info/index.js";
13
- import { BatchNever } from "../batching.js";
14
- /**
15
- * Describes a collection of File objects
16
- *
17
- */
18
- let _Files = class _Files extends _SPCollection {
19
- /**
20
- * Gets a File by filename
21
- *
22
- * @param name The name of the file, including extension.
23
- */
24
- getByUrl(name) {
25
- if (/%#/.test(name)) {
26
- throw Error("For file names containing % or # please use web.getFileByServerRelativePath");
27
- }
28
- return File(this).concat(`('${encodePath(name)}')`);
29
- }
30
- /**
31
- * Adds a file using the pound percent safe methods
32
- *
33
- * @param url Encoded url of the file
34
- * @param content The file content
35
- * @param parameters Additional parameters to control method behavior
36
- */
37
- async addUsingPath(url, content, parameters = { Overwrite: false }) {
38
- const path = [`AddUsingPath(decodedurl='${encodePath(url)}'`];
39
- if (parameters) {
40
- if (parameters.Overwrite) {
41
- path.push(",Overwrite=true");
42
- }
43
- if (parameters.EnsureUniqueFileName) {
44
- path.push(`,EnsureUniqueFileName=${parameters.EnsureUniqueFileName}`);
45
- }
46
- if (parameters.AutoCheckoutOnInvalidData) {
47
- path.push(",AutoCheckoutOnInvalidData=true");
48
- }
49
- if (!stringIsNullOrEmpty(parameters.XorHash)) {
50
- path.push(`,XorHash=${encodePath(parameters.XorHash)}`);
51
- }
52
- }
53
- path.push(")");
54
- const resp = await spPost(Files(this, path.join("")), { body: content });
55
- return {
56
- data: resp,
57
- file: fileFromServerRelativePath(this, resp.ServerRelativeUrl),
58
- };
59
- }
60
- /**
61
- * Uploads a file. Not supported for batching
62
- *
63
- * @param url The folder-relative url of the file.
64
- * @param content The Blob file content to add
65
- * @param progress A callback function which can be used to track the progress of the upload
66
- * @param shouldOverWrite Should a file with the same name in the same location be overwritten? (default: true)
67
- * @param chunkSize The size of each file slice, in bytes (default: 10485760)
68
- * @returns The new File and the raw response.
69
- */
70
- async addChunked(url, content, progress, shouldOverWrite = true, chunkSize = 10485760) {
71
- const response = await spPost(Files(this, `add(overwrite=${shouldOverWrite},url='${encodePath(url)}')`));
72
- const file = fileFromServerRelativePath(this, response.ServerRelativeUrl);
73
- file.using(CancelAction(() => {
74
- return File(file).delete();
75
- }));
76
- return file.setContentChunked(content, progress, chunkSize);
77
- }
78
- /**
79
- * Adds a ghosted file to an existing list or document library. Not supported for batching.
80
- *
81
- * @param fileUrl The server-relative url where you want to save the file.
82
- * @param templateFileType The type of use to create the file.
83
- * @returns The template file that was added and the raw response.
84
- */
85
- async addTemplateFile(fileUrl, templateFileType) {
86
- const response = await spPost(Files(this, `addTemplateFile(urloffile='${encodePath(fileUrl)}',templatefiletype=${templateFileType})`));
87
- return {
88
- data: response,
89
- file: fileFromServerRelativePath(this, response.ServerRelativeUrl),
90
- };
91
- }
92
- };
93
- __decorate([
94
- cancelableScope
95
- ], _Files.prototype, "addUsingPath", null);
96
- __decorate([
97
- cancelableScope
98
- ], _Files.prototype, "addChunked", null);
99
- __decorate([
100
- cancelableScope
101
- ], _Files.prototype, "addTemplateFile", null);
102
- _Files = __decorate([
103
- defaultPath("files")
104
- ], _Files);
105
- export { _Files };
106
- export const Files = spInvokableFactory(_Files);
107
- /**
108
- * Describes a single File instance
109
- *
110
- */
111
- export class _File extends ReadableFile {
112
- constructor() {
113
- super(...arguments);
114
- this.delete = deleteableWithETag();
115
- }
116
- /**
117
- * Gets a value that specifies the list item field values for the list item corresponding to the file.
118
- *
119
- */
120
- get listItemAllFields() {
121
- return SPInstance(this, "listItemAllFields");
122
- }
123
- /**
124
- * Gets a collection of versions
125
- *
126
- */
127
- get versions() {
128
- return Versions(this);
129
- }
130
- /**
131
- * Gets the current locked by user
132
- *
133
- */
134
- async getLockedByUser() {
135
- const u = await spGet(File(this, "lockedByUser"));
136
- if (u["odata.null"] === true) {
137
- return null;
138
- }
139
- else {
140
- return u;
141
- }
142
- }
143
- /**
144
- * Approves the file submitted for content approval with the specified comment.
145
- * Only documents in lists that are enabled for content approval can be approved.
146
- *
147
- * @param comment The comment for the approval.
148
- */
149
- approve(comment = "") {
150
- return spPost(File(this, `approve(comment='${encodePath(comment)}')`));
151
- }
152
- /**
153
- * Stops the chunk upload session without saving the uploaded data. Does not support batching.
154
- * If the file doesn’t already exist in the library, the partially uploaded file will be deleted.
155
- * Use this in response to user action (as in a request to cancel an upload) or an error or exception.
156
- * Use the uploadId value that was passed to the StartUpload method that started the upload session.
157
- * This method is currently available only on Office 365.
158
- *
159
- * @param uploadId The unique identifier of the upload session.
160
- */
161
- cancelUpload(uploadId) {
162
- return spPost(File(this, `cancelUpload(uploadId=guid'${uploadId}')`));
163
- }
164
- /**
165
- * Checks the file in to a document library based on the check-in type.
166
- *
167
- * @param comment A comment for the check-in. Its length must be <= 1023.
168
- * @param checkinType The check-in type for the file.
169
- */
170
- checkin(comment = "", checkinType = CheckinType.Major) {
171
- if (comment.length > 1023) {
172
- throw Error("The maximum comment length is 1023 characters.");
173
- }
174
- return spPost(File(this, `checkin(comment='${encodePath(comment)}',checkintype=${checkinType})`));
175
- }
176
- /**
177
- * Checks out the file from a document library.
178
- */
179
- checkout() {
180
- return spPost(File(this, "checkout"));
181
- }
182
- /**
183
- * Copies the file to the destination url.
184
- *
185
- * @param url The absolute url or server relative url of the destination file path to copy to.
186
- * @param shouldOverWrite Should a file with the same name in the same location be overwritten?
187
- */
188
- copyTo(url, shouldOverWrite = true) {
189
- return spPost(File(this, `copyTo(strnewurl='${encodePath(url)}',boverwrite=${shouldOverWrite})`));
190
- }
191
- async copyByPath(destUrl, ...rest) {
192
- let options = {
193
- ShouldBypassSharedLocks: true,
194
- ResetAuthorAndCreatedOnCopy: true,
195
- KeepBoth: false,
196
- };
197
- if (rest.length === 2) {
198
- if (typeof rest[1] === "boolean") {
199
- options.KeepBoth = rest[1];
200
- }
201
- else if (typeof rest[1] === "object") {
202
- options = { ...options, ...rest[1] };
203
- }
204
- }
205
- return this.moveCopyImpl(destUrl, options, rest[0], "CopyFileByPath");
206
- }
207
- /**
208
- * Denies approval for a file that was submitted for content approval.
209
- * Only documents in lists that are enabled for content approval can be denied.
210
- *
211
- * @param comment The comment for the denial.
212
- */
213
- deny(comment = "") {
214
- if (comment.length > 1023) {
215
- throw Error("The maximum comment length is 1023 characters.");
216
- }
217
- return spPost(File(this, `deny(comment='${encodePath(comment)}')`));
218
- }
219
- async moveByPath(destUrl, ...rest) {
220
- let options = {
221
- KeepBoth: false,
222
- ShouldBypassSharedLocks: true,
223
- RetainEditorAndModifiedOnMove: false,
224
- };
225
- if (rest.length === 2) {
226
- if (typeof rest[1] === "boolean") {
227
- options.KeepBoth = rest[1];
228
- }
229
- else if (typeof rest[1] === "object") {
230
- options = { ...options, ...rest[1] };
231
- }
232
- }
233
- return this.moveCopyImpl(destUrl, options, rest[0], "MoveFileByPath");
234
- }
235
- /**
236
- * Submits the file for content approval with the specified comment.
237
- *
238
- * @param comment The comment for the published file. Its length must be <= 1023.
239
- */
240
- publish(comment = "") {
241
- if (comment.length > 1023) {
242
- throw Error("The maximum comment length is 1023 characters.");
243
- }
244
- return spPost(File(this, `publish(comment='${encodePath(comment)}')`));
245
- }
246
- /**
247
- * Moves the file to the Recycle Bin and returns the identifier of the new Recycle Bin item.
248
- *
249
- * @returns The GUID of the recycled file.
250
- */
251
- recycle() {
252
- return spPost(File(this, "recycle"));
253
- }
254
- /**
255
- * Deletes the file object with options.
256
- *
257
- * @param parameters Specifies the options to use when deleting a file.
258
- */
259
- async deleteWithParams(parameters) {
260
- return spPost(File(this, "DeleteWithParameters"), body({ parameters }));
261
- }
262
- /**
263
- * Reverts an existing checkout for the file.
264
- *
265
- */
266
- undoCheckout() {
267
- return spPost(File(this, "undoCheckout"));
268
- }
269
- /**
270
- * Removes the file from content approval or unpublish a major version.
271
- *
272
- * @param comment The comment for the unpublish operation. Its length must be <= 1023.
273
- */
274
- unpublish(comment = "") {
275
- if (comment.length > 1023) {
276
- throw Error("The maximum comment length is 1023 characters.");
277
- }
278
- return spPost(File(this, `unpublish(comment='${encodePath(comment)}')`));
279
- }
280
- /**
281
- * Checks to see if the file represented by this object exists
282
- *
283
- */
284
- async exists() {
285
- try {
286
- const r = await File(this).select("Exists")();
287
- return r.Exists;
288
- }
289
- catch (e) {
290
- // this treats any error here as the file not existing, which
291
- // might not be true, but is good enough.
292
- return false;
293
- }
294
- }
295
- /**
296
- * Sets the content of a file, for large files use setContentChunked. Not supported in batching.
297
- *
298
- * @param content The file content
299
- *
300
- */
301
- async setContent(content) {
302
- await spPost(File(this, "$value"), {
303
- body: content,
304
- headers: {
305
- "X-HTTP-Method": "PUT",
306
- },
307
- });
308
- return File(this);
309
- }
310
- /**
311
- * Gets the associated list item for this folder, loading the default properties
312
- */
313
- async getItem(...selects) {
314
- const q = this.listItemAllFields;
315
- const d = await q.select(...selects)();
316
- return Object.assign(Item([this, odataUrlFrom(d)]), d);
317
- }
318
- /**
319
- * Sets the contents of a file using a chunked upload approach. Not supported in batching.
320
- *
321
- * @param file The file to upload
322
- * @param progress A callback function which can be used to track the progress of the upload
323
- * @param chunkSize The size of each file slice, in bytes (default: 10485760)
324
- */
325
- async setContentChunked(file, progress, chunkSize = 10485760) {
326
- if (!isFunc(progress)) {
327
- progress = () => null;
328
- }
329
- const fileSize = (file === null || file === void 0 ? void 0 : file.size) || file.length;
330
- const totalBlocks = parseInt((fileSize / chunkSize).toString(), 10) + ((fileSize % chunkSize === 0) ? 1 : 0);
331
- const uploadId = getGUID();
332
- const fileRef = File(this).using(CancelAction(() => {
333
- return File(fileRef).cancelUpload(uploadId);
334
- }));
335
- // report that we are starting
336
- progress({ uploadId, blockNumber: 1, chunkSize, currentPointer: 0, fileSize, stage: "starting", totalBlocks });
337
- let currentPointer = await fileRef.startUpload(uploadId, file.slice(0, chunkSize));
338
- // skip the first and last blocks
339
- for (let i = 2; i < totalBlocks; i++) {
340
- progress({ uploadId, blockNumber: i, chunkSize, currentPointer, fileSize, stage: "continue", totalBlocks });
341
- currentPointer = await fileRef.continueUpload(uploadId, currentPointer, file.slice(currentPointer, currentPointer + chunkSize));
342
- }
343
- progress({ uploadId, blockNumber: totalBlocks, chunkSize, currentPointer, fileSize, stage: "finishing", totalBlocks });
344
- return fileRef.finishUpload(uploadId, currentPointer, file.slice(currentPointer));
345
- }
346
- /**
347
- * Starts a new chunk upload session and uploads the first fragment.
348
- * The current file content is not changed when this method completes.
349
- * The method is idempotent (and therefore does not change the result) as long as you use the same values for uploadId and stream.
350
- * The upload session ends either when you use the CancelUpload method or when you successfully
351
- * complete the upload session by passing the rest of the file contents through the ContinueUpload and FinishUpload methods.
352
- * The StartUpload and ContinueUpload methods return the size of the running total of uploaded data in bytes,
353
- * so you can pass those return values to subsequent uses of ContinueUpload and FinishUpload.
354
- * This method is currently available only on Office 365.
355
- *
356
- * @param uploadId The unique identifier of the upload session.
357
- * @param fragment The file contents.
358
- * @returns The size of the total uploaded data in bytes.
359
- */
360
- async startUpload(uploadId, fragment) {
361
- let n = await spPost(File(this, `startUpload(uploadId=guid'${uploadId}')`), { body: fragment });
362
- if (typeof n === "object") {
363
- // When OData=verbose the payload has the following shape:
364
- // { StartUpload: "10485760" }
365
- n = n.StartUpload;
366
- }
367
- return parseFloat(n);
368
- }
369
- /**
370
- * Continues the chunk upload session with an additional fragment.
371
- * The current file content is not changed.
372
- * Use the uploadId value that was passed to the StartUpload method that started the upload session.
373
- * This method is currently available only on Office 365.
374
- *
375
- * @param uploadId The unique identifier of the upload session.
376
- * @param fileOffset The size of the offset into the file where the fragment starts.
377
- * @param fragment The file contents.
378
- * @returns The size of the total uploaded data in bytes.
379
- */
380
- async continueUpload(uploadId, fileOffset, fragment) {
381
- let n = await spPost(File(this, `continueUpload(uploadId=guid'${uploadId}',fileOffset=${fileOffset})`), { body: fragment });
382
- if (typeof n === "object") {
383
- // When OData=verbose the payload has the following shape:
384
- // { ContinueUpload: "20971520" }
385
- n = n.ContinueUpload;
386
- }
387
- return parseFloat(n);
388
- }
389
- /**
390
- * Uploads the last file fragment and commits the file. The current file content is changed when this method completes.
391
- * Use the uploadId value that was passed to the StartUpload method that started the upload session.
392
- * This method is currently available only on Office 365.
393
- *
394
- * @param uploadId The unique identifier of the upload session.
395
- * @param fileOffset The size of the offset into the file where the fragment starts.
396
- * @param fragment The file contents.
397
- * @returns The newly uploaded file.
398
- */
399
- async finishUpload(uploadId, fileOffset, fragment) {
400
- const response = await spPost(File(this, `finishUpload(uploadId=guid'${uploadId}',fileOffset=${fileOffset})`), { body: fragment });
401
- return {
402
- data: response,
403
- file: fileFromServerRelativePath(this, response.ServerRelativeUrl),
404
- };
405
- }
406
- moveCopyImpl(destUrl, options, overwrite, methodName) {
407
- // create a timeline we will manipulate for this request
408
- const poster = File(this);
409
- // add our pre-request actions, this fixes issues with batching hanging #2668
410
- poster.on.pre(noInherit(async (url, init, result) => {
411
- const { ServerRelativeUrl: srcUrl, ["odata.id"]: absoluteUrl } = await File(this).using(BatchNever()).select("ServerRelativeUrl")();
412
- const webBaseUrl = new URL(extractWebUrl(absoluteUrl));
413
- url = combine(webBaseUrl.toString(), `/_api/SP.MoveCopyUtil.${methodName}(overwrite=@a1)?@a1=${overwrite}`);
414
- init = body({
415
- destPath: toResourcePath(isUrlAbsolute(destUrl) ? destUrl : `${webBaseUrl.protocol}//${webBaseUrl.host}${destUrl}`),
416
- options,
417
- srcPath: toResourcePath(isUrlAbsolute(srcUrl) ? srcUrl : `${webBaseUrl.protocol}//${webBaseUrl.host}${srcUrl}`),
418
- }, init);
419
- return [url, init, result];
420
- }));
421
- return spPost(poster).then(() => fileFromPath(this, destUrl));
422
- }
423
- }
424
- __decorate([
425
- cancelableScope
426
- ], _File.prototype, "copyByPath", null);
427
- __decorate([
428
- cancelableScope
429
- ], _File.prototype, "moveByPath", null);
430
- __decorate([
431
- cancelableScope
432
- ], _File.prototype, "setContentChunked", null);
433
- export const File = spInvokableFactory(_File);
434
- /**
435
- * Creates an IFile instance given a base object and a server relative path
436
- *
437
- * @param base Valid SPQueryable from which the observers will be used and the web url extracted
438
- * @param serverRelativePath The server relative url to the file (ex: '/sites/dev/documents/file.txt')
439
- * @returns IFile instance referencing the file described by the supplied parameters
440
- */
441
- export function fileFromServerRelativePath(base, serverRelativePath) {
442
- return File([base, extractWebUrl(base.toUrl())], `_api/web/getFileByServerRelativePath(decodedUrl='${encodePath(serverRelativePath)}')`);
443
- }
444
- /**
445
- * Creates an IFile instance given a base object and an absolute path
446
- *
447
- * @param base Valid SPQueryable from which the observers will be used
448
- * @param serverRelativePath The absolute url to the file (ex: 'https://tenant.sharepoint.com/sites/dev/documents/file.txt')
449
- * @returns IFile instance referencing the file described by the supplied parameters
450
- */
451
- export async function fileFromAbsolutePath(base, absoluteFilePath) {
452
- const { WebFullUrl } = await File(base).using(BatchNever()).getContextInfo(absoluteFilePath);
453
- const { pathname } = new URL(absoluteFilePath);
454
- return fileFromServerRelativePath(File([base, combine(WebFullUrl, "_api/web")]), decodeURIComponent(pathname));
455
- }
456
- /**
457
- * Creates an IFile intance given a base object and either an absolute or server relative path to a file
458
- *
459
- * @param base Valid SPQueryable from which the observers will be used
460
- * @param serverRelativePath server relative or absolute url to the file (ex: 'https://tenant.sharepoint.com/sites/dev/documents/file.txt' or '/sites/dev/documents/file.txt')
461
- * @returns IFile instance referencing the file described by the supplied parameters
462
- */
463
- export async function fileFromPath(base, path) {
464
- return (isUrlAbsolute(path) ? fileFromAbsolutePath : fileFromServerRelativePath)(base, path);
465
- }
466
- /**
467
- * Describes a collection of Version objects
468
- *
469
- */
470
- let _Versions = class _Versions extends _SPCollection {
471
- /**
472
- * Gets a version by id
473
- *
474
- * @param versionId The id of the version to retrieve
475
- */
476
- getById(versionId) {
477
- return Version(this).concat(`(${versionId})`);
478
- }
479
- /**
480
- * Deletes all the file version objects in the collection.
481
- *
482
- */
483
- deleteAll() {
484
- return spPost(Versions(this, "deleteAll"));
485
- }
486
- /**
487
- * Deletes the specified version of the file.
488
- *
489
- * @param versionId The ID of the file version to delete.
490
- */
491
- deleteById(versionId) {
492
- return spPost(Versions(this, `deleteById(vid=${versionId})`));
493
- }
494
- /**
495
- * Recycles the specified version of the file.
496
- *
497
- * @param versionId The ID of the file version to delete.
498
- */
499
- recycleByID(versionId) {
500
- return spPost(Versions(this, `recycleByID(vid=${versionId})`));
501
- }
502
- /**
503
- * Deletes the file version object with the specified version label.
504
- *
505
- * @param label The version label of the file version to delete, for example: 1.2
506
- */
507
- deleteByLabel(label) {
508
- return spPost(Versions(this, `deleteByLabel(versionlabel='${encodePath(label)}')`));
509
- }
510
- /**
511
- * Recycles the file version object with the specified version label.
512
- *
513
- * @param label The version label of the file version to delete, for example: 1.2
514
- */
515
- recycleByLabel(label) {
516
- return spPost(Versions(this, `recycleByLabel(versionlabel='${encodePath(label)}')`));
517
- }
518
- /**
519
- * Creates a new file version from the file specified by the version label.
520
- *
521
- * @param label The version label of the file version to restore, for example: 1.2
522
- */
523
- restoreByLabel(label) {
524
- return spPost(Versions(this, `restoreByLabel(versionlabel='${encodePath(label)}')`));
525
- }
526
- };
527
- _Versions = __decorate([
528
- defaultPath("versions")
529
- ], _Versions);
530
- export { _Versions };
531
- export const Versions = spInvokableFactory(_Versions);
532
- /**
533
- * Describes a single Version instance
534
- *
535
- */
536
- export class _Version extends ReadableFile {
537
- constructor() {
538
- super(...arguments);
539
- this.delete = deleteable();
540
- }
541
- }
542
- export const Version = spInvokableFactory(_Version);
543
- /**
544
- * Types for document check in.
545
- * Minor = 0
546
- * Major = 1
547
- * Overwrite = 2
548
- */
549
- export var CheckinType;
550
- (function (CheckinType) {
551
- CheckinType[CheckinType["Minor"] = 0] = "Minor";
552
- CheckinType[CheckinType["Major"] = 1] = "Major";
553
- CheckinType[CheckinType["Overwrite"] = 2] = "Overwrite";
554
- })(CheckinType || (CheckinType = {}));
555
- /**
556
- * File move opertions
557
- */
558
- export var MoveOperations;
559
- (function (MoveOperations) {
560
- /**
561
- * Produce an error if a file with the same name exists in the destination
562
- */
563
- MoveOperations[MoveOperations["None"] = 0] = "None";
564
- /**
565
- * Overwrite a file with the same name if it exists. Value is 1.
566
- */
567
- MoveOperations[MoveOperations["Overwrite"] = 1] = "Overwrite";
568
- /**
569
- * Complete the move operation even if supporting files are separated from the file. Value is 8.
570
- */
571
- MoveOperations[MoveOperations["AllowBrokenThickets"] = 8] = "AllowBrokenThickets";
572
- /**
573
- * Boolean specifying whether to retain the source of the move's editor and modified by datetime.
574
- */
575
- MoveOperations[MoveOperations["RetainEditorAndModifiedOnMove"] = 2048] = "RetainEditorAndModifiedOnMove";
576
- })(MoveOperations || (MoveOperations = {}));
577
- export var TemplateFileType;
578
- (function (TemplateFileType) {
579
- TemplateFileType[TemplateFileType["StandardPage"] = 0] = "StandardPage";
580
- TemplateFileType[TemplateFileType["WikiPage"] = 1] = "WikiPage";
581
- TemplateFileType[TemplateFileType["FormPage"] = 2] = "FormPage";
582
- TemplateFileType[TemplateFileType["ClientSidePage"] = 3] = "ClientSidePage";
583
- })(TemplateFileType || (TemplateFileType = {}));
584
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../packages/sp/files/types.ts"],"names":[],"mappings":"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"}
@@ -1,29 +0,0 @@
1
- import { IFile } from "./types.js";
2
- declare module "../webs/types" {
3
- interface _Web {
4
- getFileByServerRelativePath(fileRelativeUrl: string): IFile;
5
- getFileById(uniqueId: string): IFile;
6
- getFileByUrl(fileUrl: string): IFile;
7
- }
8
- interface IWeb {
9
- /**
10
- * Gets a file by server relative url if your file name contains # and % characters
11
- *
12
- * @param fileRelativeUrl The server relative path to the file (including /sites/ if applicable)
13
- */
14
- getFileByServerRelativePath(fileRelativeUrl: string): IFile;
15
- /**
16
- * Gets a file by id
17
- *
18
- * @param uniqueId The UniqueId of the file
19
- */
20
- getFileById(uniqueId: string): IFile;
21
- /**
22
- * Gets a file from a sharing link or absolute url
23
- *
24
- * @param fileUrl Absolute url of the file to get
25
- */
26
- getFileByUrl(fileUrl: string): IFile;
27
- }
28
- }
29
- //# sourceMappingURL=web.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../../../../../packages/sp/files/web.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoC,KAAK,EAAE,MAAM,YAAY,CAAC;AAErE,OAAO,QAAQ,eAAe,CAAC;IAC3B,UAAU,IAAI;QACV,2BAA2B,CAAC,eAAe,EAAE,MAAM,GAAG,KAAK,CAAC;QAC5D,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC;QACrC,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC;KACxC;IACD,UAAU,IAAI;QAEV;;;;WAIG;QACH,2BAA2B,CAAC,eAAe,EAAE,MAAM,GAAG,KAAK,CAAC;QAE5D;;;;WAIG;QACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC;QAErC;;;;WAIG;QACH,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC;KACxC;CACJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"web.js","sourceRoot":"","sources":["../../../../../packages/sp/files/web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,0BAA0B,EAAS,MAAM,YAAY,CAAC;AAiCrE,IAAI,CAAC,SAAS,CAAC,2BAA2B,GAAG,UAAsB,eAAuB;IACtF,OAAO,0BAA0B,CAAC,IAAI,EAAE,eAAe,CAAC,CAAC;AAC7D,CAAC,CAAC;AAEF,IAAI,CAAC,SAAS,CAAC,WAAW,GAAG,UAAsB,QAAgB;IAC/D,OAAO,IAAI,CAAC,IAAI,EAAE,gBAAgB,QAAQ,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AAEF,IAAI,CAAC,SAAS,CAAC,YAAY,GAAG,UAAsB,OAAe;IAC/D,OAAO,IAAI,CAAC,IAAI,EAAE,iBAAiB,UAAU,CAAC,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AAC3E,CAAC,CAAC"}
@@ -1,5 +0,0 @@
1
- import "./item.js";
2
- import "./list.js";
3
- import "./web.js";
4
- export { Folder, IFolderAddResult, IFolderUpdateResult, Folders, IFolder, IFolders, IFolderInfo, IFolderDeleteParams, IFolderParentInfos, folderFromServerRelativePath, folderFromAbsolutePath, folderFromPath, IStorageMetrics, } from "./types.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/sp/folders/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,CAAC;AACnB,OAAO,WAAW,CAAC;AACnB,OAAO,UAAU,CAAC;AAElB,OAAO,EACH,MAAM,EACN,gBAAgB,EAChB,mBAAmB,EACnB,OAAO,EACP,OAAO,EACP,QAAQ,EACR,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,4BAA4B,EAC5B,sBAAsB,EACtB,cAAc,EACd,eAAe,GAClB,MAAM,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/sp/folders/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,CAAC;AACnB,OAAO,WAAW,CAAC;AACnB,OAAO,UAAU,CAAC;AAElB,OAAO,EACH,MAAM,EAGN,OAAO,EAMP,4BAA4B,EAC5B,sBAAsB,EACtB,cAAc,GAEjB,MAAM,YAAY,CAAC"}
@@ -1,10 +0,0 @@
1
- import { IFolder } from "./types.js";
2
- declare module "../items/types" {
3
- interface _Item {
4
- readonly folder: IFolder;
5
- }
6
- interface IItem {
7
- readonly folder: IFolder;
8
- }
9
- }
10
- //# sourceMappingURL=item.d.ts.map