@pnp/cli-microsoft365 11.10.0 → 11.11.0-beta.1cb40cb

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 (55) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/config.js +1 -0
  4. package/dist/m365/entra/commands/agent/agent-list.js +48 -0
  5. package/dist/m365/entra/commands.js +1 -0
  6. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +23 -41
  7. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +9 -24
  8. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +24 -44
  9. package/dist/m365/pp/commands/copilot/copilot-get.js +23 -41
  10. package/dist/m365/pp/commands/copilot/copilot-list.js +9 -24
  11. package/dist/m365/pp/commands/copilot/copilot-remove.js +24 -44
  12. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +10 -26
  13. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +9 -24
  14. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +11 -29
  15. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +21 -33
  16. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +25 -46
  17. package/dist/m365/pp/commands/gateway/gateway-get.js +10 -23
  18. package/dist/m365/pp/commands/managementapp/managementapp-add.js +24 -36
  19. package/dist/m365/pp/commands/managementapp/managementapp-list.js +5 -0
  20. package/dist/m365/pp/commands/solution/solution-get.js +23 -41
  21. package/dist/m365/pp/commands/solution/solution-list.js +9 -24
  22. package/dist/m365/pp/commands/solution/solution-publish.js +25 -45
  23. package/dist/m365/pp/commands/solution/solution-publisher-add.js +26 -49
  24. package/dist/m365/pp/commands/solution/solution-publisher-get.js +23 -41
  25. package/dist/m365/pp/commands/solution/solution-publisher-list.js +10 -27
  26. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +24 -44
  27. package/dist/m365/pp/commands/solution/solution-remove.js +24 -44
  28. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +81 -170
  29. package/dist/m365/spo/commands/folder/folder-add.js +1 -1
  30. package/docs/docs/cmd/entra/agent/agent-list.mdx +209 -0
  31. package/docs/docs/cmd/spo/file/file-version-clear.mdx +21 -0
  32. package/docs/docs/cmd/spo/file/file-version-get.mdx +19 -0
  33. package/docs/docs/cmd/spo/file/file-version-list.mdx +19 -0
  34. package/docs/docs/cmd/spo/file/file-version-remove.mdx +21 -0
  35. package/docs/docs/cmd/spo/file/file-version-restore.mdx +21 -0
  36. package/docs/docs/cmd/spo/folder/folder-add.mdx +20 -1
  37. package/docs/docs/cmd/spo/folder/folder-archive.mdx +2 -3
  38. package/docs/docs/cmd/spo/folder/folder-copy.mdx +19 -0
  39. package/docs/docs/cmd/spo/folder/folder-get.mdx +19 -0
  40. package/docs/docs/cmd/spo/folder/folder-list.mdx +19 -0
  41. package/docs/docs/cmd/spo/folder/folder-move.mdx +19 -0
  42. package/docs/docs/cmd/spo/folder/folder-remove.mdx +21 -0
  43. package/docs/docs/cmd/spo/folder/folder-set.mdx +21 -0
  44. package/docs/docs/cmd/todo/list/list-add.mdx +19 -0
  45. package/docs/docs/cmd/todo/list/list-get.mdx +19 -0
  46. package/docs/docs/cmd/todo/list/list-list.mdx +19 -0
  47. package/docs/docs/cmd/todo/list/list-remove.mdx +21 -0
  48. package/docs/docs/cmd/todo/list/list-set.mdx +21 -0
  49. package/docs/docs/cmd/todo/task/task-add.mdx +19 -0
  50. package/docs/docs/cmd/todo/task/task-get.mdx +19 -0
  51. package/docs/docs/cmd/todo/task/task-list.mdx +19 -0
  52. package/docs/docs/cmd/todo/task/task-remove.mdx +21 -0
  53. package/docs/docs/cmd/todo/task/task-set.mdx +19 -0
  54. package/npm-shrinkwrap.json +356 -190
  55. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.10.0",
3
+ "version": "11.11.0-beta.1cb40cb",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -302,8 +302,8 @@
302
302
  }
303
303
  },
304
304
  "dependencies": {
305
- "@azure/msal-common": "^16.11.1",
306
- "@azure/msal-node": "^5.4.0",
305
+ "@azure/msal-common": "^16.11.3",
306
+ "@azure/msal-node": "^5.4.3",
307
307
  "@inquirer/confirm": "^6.1.1",
308
308
  "@inquirer/input": "^5.1.2",
309
309
  "@inquirer/select": "^5.2.1",
@@ -311,11 +311,11 @@
311
311
  "adaptive-expressions": "^4.23.3",
312
312
  "adaptivecards": "^3.0.6",
313
313
  "adaptivecards-templating": "^2.3.1",
314
- "adm-zip": "^0.5.18",
314
+ "adm-zip": "^0.6.0",
315
315
  "applicationinsights": "^3.15.1",
316
- "axios": "^1.18.1",
317
- "chalk": "^5.6.2",
318
- "clipboardy": "^5.3.1",
316
+ "axios": "^1.19.0",
317
+ "chalk": "^6.0.0",
318
+ "clipboardy": "^5.3.2",
319
319
  "configstore": "^8.0.0",
320
320
  "csv-parse": "^6.2.1",
321
321
  "csv-stringify": "^6.8.1",
@@ -348,20 +348,20 @@
348
348
  "@types/node-forge": "^1.3.14",
349
349
  "@types/omelette": "^0.4.5",
350
350
  "@types/semver": "^7.7.1",
351
- "@types/sinon": "^21.0.1",
351
+ "@types/sinon": "^22.0.0",
352
352
  "@types/update-notifier": "^6.0.8",
353
353
  "@types/uuid": "^10.0.0",
354
354
  "@types/yargs-parser": "^21.0.3",
355
- "@typescript-eslint/eslint-plugin": "^8.63.0",
355
+ "@typescript-eslint/eslint-plugin": "^8.65.0",
356
356
  "@typescript-eslint/parser": "^8.58.0",
357
- "c8": "^11.0.0",
358
- "eslint": "^10.6.0",
357
+ "c8": "^12.0.0",
358
+ "eslint": "^10.8.0",
359
359
  "eslint-plugin-mocha": "^11.3.0",
360
- "globals": "^17.7.0",
360
+ "globals": "^17.8.0",
361
361
  "mocha": "^11.7.6",
362
362
  "rimraf": "^6.1.3",
363
- "sinon": "^22.0.0",
363
+ "sinon": "^22.1.0",
364
364
  "source-map-support": "^0.5.21",
365
365
  "tsc-watch": "^7.2.1"
366
366
  }
367
- }
367
+ }