@pnp/cli-microsoft365 10.0.0-beta.a868b81 → 10.0.0-beta.d126736

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 (135) 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/cli/commands/cli-doctor.js +2 -2
  9. package/dist/m365/cli/commands.js +1 -2
  10. package/dist/m365/commands/login.js +1 -1
  11. package/dist/m365/entra/commands/m365group/m365group-set.js +24 -16
  12. package/dist/m365/entra/commands/m365group/m365group-user-add.js +5 -12
  13. package/dist/m365/entra/commands/oauth2grant/oauth2grant-list.js +3 -12
  14. package/dist/m365/external/commands/item/item-add.js +2 -5
  15. package/dist/m365/file/commands/file-move.js +135 -0
  16. package/dist/m365/file/commands.js +2 -1
  17. package/dist/m365/flow/commands/environment/environment-list.js +1 -1
  18. package/dist/m365/flow/commands/recyclebinitem/recyclebinitem-list.js +47 -0
  19. package/dist/m365/flow/commands/recyclebinitem/recyclebinitem-restore.js +48 -0
  20. package/dist/m365/flow/commands.js +2 -0
  21. package/dist/m365/pa/commands/app/app-list.js +1 -6
  22. package/dist/m365/pa/commands/connector/connector-list.js +1 -6
  23. package/dist/m365/pa/commands/environment/environment-list.js +1 -1
  24. package/dist/m365/pp/commands/environment/environment-list.js +1 -1
  25. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.20.0.js +27 -0
  26. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002021_DEVDEP_rushstack_eslint_config.js +10 -0
  27. package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
  28. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.20.0.js +59 -0
  29. package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
  30. package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
  31. package/dist/m365/spo/commands/app/app-instance-list.js +3 -18
  32. package/dist/m365/spo/commands/app/app-list.js +1 -8
  33. package/dist/m365/spo/commands/feature/feature-list.js +1 -8
  34. package/dist/m365/spo/commands/file/file-copy.js +5 -1
  35. package/dist/m365/spo/commands/file/file-move.js +55 -33
  36. package/dist/m365/spo/commands/folder/folder-sharinglink-add.js +143 -0
  37. package/dist/m365/spo/commands/folder/folder-sharinglink-clear.js +111 -0
  38. package/dist/m365/spo/commands/folder/folder-sharinglink-remove.js +95 -0
  39. package/dist/m365/spo/commands/list/list-webhook-list.js +1 -6
  40. package/dist/m365/spo/commands/listitem/listitem-attachment-list.js +1 -8
  41. package/dist/m365/spo/commands/page/page-list.js +1 -1
  42. package/dist/m365/spo/commands/page/page-remove.js +37 -16
  43. package/dist/m365/spo/commands/page/page-template-list.js +1 -3
  44. package/dist/m365/spo/commands/site/SiteAdmin.js +2 -0
  45. package/dist/m365/spo/commands/site/site-admin-add.js +252 -0
  46. package/dist/m365/spo/commands/site/site-admin-list.js +10 -36
  47. package/dist/m365/spo/commands/site/site-admin-remove.js +194 -0
  48. package/dist/m365/spo/commands/site/site-sharingpermission-set.js +68 -0
  49. package/dist/m365/spo/commands/sitescript/sitescript-get.js +3 -2
  50. package/dist/m365/spo/commands/sitescript/sitescript-list.js +1 -3
  51. package/dist/m365/spo/commands/{site/site-rename.js → tenant/tenant-site-rename.js} +29 -32
  52. package/dist/m365/spo/commands/theme/theme-list.js +1 -1
  53. package/dist/m365/spo/commands/user/user-get.js +67 -9
  54. package/dist/m365/spo/commands/web/web-clientsidewebpart-list.js +1 -6
  55. package/dist/m365/spo/commands.js +7 -1
  56. package/dist/m365/spp/commands/contentcenter/contentcenter-list.js +56 -0
  57. package/dist/m365/spp/commands.js +5 -0
  58. package/dist/m365/teams/MeetingTranscript.js +2 -0
  59. package/dist/m365/teams/commands/meeting/meeting-transcript-get.js +152 -0
  60. package/dist/m365/teams/commands/tab/tab-list.js +5 -3
  61. package/dist/m365/teams/commands.js +1 -0
  62. package/dist/m365/viva/commands/engage/Community.js +2 -0
  63. package/dist/m365/viva/commands/engage/engage-community-list.js +28 -0
  64. package/dist/m365/viva/commands.js +1 -0
  65. package/dist/request.js +46 -61
  66. package/dist/utils/driveUtil.js +51 -0
  67. package/dist/utils/spo.js +46 -1
  68. package/dist/utils/timersUtil.js +12 -0
  69. package/dist/utils/urlUtil.js +8 -0
  70. package/dist/utils/zod.js +1 -1
  71. package/docs/docs/cmd/cli/cli-doctor.mdx +24 -23
  72. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -2
  73. package/docs/docs/cmd/entra/m365group/m365group-set.mdx +9 -6
  74. package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +0 -3
  75. package/docs/docs/cmd/external/item/item-add.mdx +3 -3
  76. package/docs/docs/cmd/file/file-move.mdx +79 -0
  77. package/docs/docs/cmd/flow/recyclebinitem/recyclebinitem-list.mdx +132 -0
  78. package/docs/docs/cmd/flow/recyclebinitem/recyclebinitem-restore.mdx +55 -0
  79. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  80. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +1 -1
  81. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +1 -1
  82. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +1 -1
  83. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +1 -1
  84. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +1 -1
  85. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +1 -1
  86. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +1 -1
  87. package/docs/docs/cmd/spo/file/file-move.mdx +116 -9
  88. package/docs/docs/cmd/spo/folder/folder-sharinglink-add.mdx +125 -0
  89. package/docs/docs/cmd/spo/folder/folder-sharinglink-clear.mdx +50 -0
  90. package/docs/docs/cmd/spo/folder/folder-sharinglink-remove.mdx +50 -0
  91. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
  92. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
  93. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +1 -1
  94. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +1 -1
  95. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +1 -1
  96. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +1 -1
  97. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +1 -1
  98. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +1 -1
  99. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +1 -1
  100. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +1 -1
  101. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +1 -1
  102. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +1 -1
  103. package/docs/docs/cmd/spo/page/page-remove.mdx +30 -12
  104. package/docs/docs/cmd/spo/site/site-admin-add.mdx +67 -0
  105. package/docs/docs/cmd/spo/site/site-admin-list.mdx +64 -12
  106. package/docs/docs/cmd/spo/site/site-admin-remove.mdx +67 -0
  107. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
  108. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
  109. package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +1 -1
  110. package/docs/docs/cmd/spo/site/site-list.mdx +6 -4
  111. package/docs/docs/cmd/spo/site/site-set.mdx +1 -1
  112. package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +58 -0
  113. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +14 -1
  114. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
  115. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
  116. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +1 -1
  117. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +1 -1
  118. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +1 -1
  119. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +1 -1
  120. package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +1 -1
  121. package/docs/docs/cmd/spo/{site/site-rename.mdx → tenant/tenant-site-rename.mdx} +7 -7
  122. package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
  123. package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
  124. package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
  125. package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
  126. package/docs/docs/cmd/spo/theme/theme-set.mdx +1 -1
  127. package/docs/docs/cmd/spo/user/user-get.mdx +35 -9
  128. package/docs/docs/cmd/spp/contentcenter/contentcenter-list.mdx +287 -0
  129. package/docs/docs/cmd/teams/meeting/meeting-transcript-get.mdx +132 -0
  130. package/docs/docs/cmd/teams/tab/tab-list.mdx +1 -2
  131. package/docs/docs/cmd/viva/engage/engage-community-list.mdx +81 -0
  132. package/npm-shrinkwrap.json +203 -375
  133. package/package.json +16 -17
  134. package/dist/m365/cli/commands/cli-reconsent.js +0 -29
  135. package/docs/docs/cmd/cli/cli-reconsent.mdx +0 -62

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.