@pnp/cli-microsoft365 9.1.0-beta.94ae9ed → 9.1.0-beta.a781c51

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 (84) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/Auth.js +6 -4
  4. package/dist/AuthServer.js +7 -7
  5. package/dist/Command.js +4 -1
  6. package/dist/api.js +1 -1
  7. package/dist/config.js +1 -0
  8. package/dist/m365/commands/login.js +1 -1
  9. package/dist/m365/external/commands/item/item-add.js +2 -5
  10. package/dist/m365/file/commands/file-move.js +135 -0
  11. package/dist/m365/file/commands.js +2 -1
  12. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.20.0.js +27 -0
  13. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002021_DEVDEP_rushstack_eslint_config.js +10 -0
  14. package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
  15. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.20.0.js +59 -0
  16. package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
  17. package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
  18. package/dist/m365/spo/commands/page/page-remove.js +37 -16
  19. package/dist/m365/spo/commands/site/site-admin-list.js +8 -9
  20. package/dist/m365/spo/commands/site/site-admin-remove.js +194 -0
  21. package/dist/m365/spo/commands/site/site-sharingpermission-set.js +68 -0
  22. package/dist/m365/spo/commands.js +2 -0
  23. package/dist/m365/teams/MeetingTranscript.js +2 -0
  24. package/dist/m365/teams/commands/meeting/meeting-transcript-get.js +152 -0
  25. package/dist/m365/teams/commands.js +1 -0
  26. package/dist/m365/viva/commands/engage/Community.js +2 -0
  27. package/dist/m365/viva/commands/engage/engage-community-list.js +28 -0
  28. package/dist/m365/viva/commands.js +1 -0
  29. package/dist/request.js +46 -61
  30. package/dist/utils/driveUtil.js +51 -0
  31. package/dist/utils/spo.js +5 -7
  32. package/dist/utils/timersUtil.js +12 -0
  33. package/dist/utils/urlUtil.js +8 -0
  34. package/dist/utils/zod.js +1 -1
  35. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -2
  36. package/docs/docs/cmd/external/item/item-add.mdx +3 -3
  37. package/docs/docs/cmd/file/file-move.mdx +79 -0
  38. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  39. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +1 -1
  40. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +1 -1
  41. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +1 -1
  42. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +1 -1
  43. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +1 -1
  44. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +1 -1
  45. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +1 -1
  46. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
  47. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
  48. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +1 -1
  49. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +1 -1
  50. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +1 -1
  51. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +1 -1
  52. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +1 -1
  53. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +1 -1
  54. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +1 -1
  55. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +1 -1
  56. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +1 -1
  57. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +1 -1
  58. package/docs/docs/cmd/spo/page/page-remove.mdx +30 -12
  59. package/docs/docs/cmd/spo/site/site-admin-add.mdx +2 -2
  60. package/docs/docs/cmd/spo/site/site-admin-list.mdx +64 -12
  61. package/docs/docs/cmd/spo/site/site-admin-remove.mdx +67 -0
  62. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
  63. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
  64. package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +1 -1
  65. package/docs/docs/cmd/spo/site/site-list.mdx +6 -4
  66. package/docs/docs/cmd/spo/site/site-set.mdx +1 -1
  67. package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +58 -0
  68. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
  69. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
  70. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +1 -1
  71. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +1 -1
  72. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +1 -1
  73. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +1 -1
  74. package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +1 -1
  75. package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
  76. package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
  77. package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
  78. package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
  79. package/docs/docs/cmd/spo/theme/theme-set.mdx +1 -1
  80. package/docs/docs/cmd/spp/contentcenter/contentcenter-list.mdx +3 -5
  81. package/docs/docs/cmd/teams/meeting/meeting-transcript-get.mdx +132 -0
  82. package/docs/docs/cmd/viva/engage/engage-community-list.mdx +81 -0
  83. package/npm-shrinkwrap.json +203 -375
  84. package/package.json +16 -17

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.