@pnp/cli-microsoft365 7.3.0-beta.a98760b → 7.3.0-beta.ca3f7f5

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 (179) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/Auth.js +1 -1
  4. package/dist/appInsights.js +2 -1
  5. package/dist/cli/Cli.js +14 -13
  6. package/dist/index.js +1 -9
  7. package/dist/m365/aad/commands/group/group-list.js +69 -1
  8. package/dist/m365/external/commands/connection/connection-doctor.js +424 -0
  9. package/dist/m365/external/commands/item/item-add.js +144 -0
  10. package/dist/m365/external/commands.js +3 -1
  11. package/dist/m365/spo/commands/customaction/customaction-add.js +1 -1
  12. package/dist/m365/spo/commands/file/file-add.js +1 -1
  13. package/dist/m365/teams/commands/meeting/meeting-add.js +151 -0
  14. package/dist/m365/teams/commands/user/user-app-remove.js +33 -2
  15. package/dist/m365/teams/commands.js +2 -1
  16. package/dist/telemetry.js +0 -8
  17. package/dist/utils/validation.js +5 -2
  18. package/docs/docs/cmd/aad/group/group-list.mdx +11 -0
  19. package/docs/docs/cmd/aad/user/user-password-validate.mdx +2 -2
  20. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
  21. package/docs/docs/cmd/external/connection/connection-doctor.mdx +182 -0
  22. package/docs/docs/cmd/external/item/item-add.mdx +145 -0
  23. package/docs/docs/cmd/flow/environment/environment-get.mdx +1 -1
  24. package/docs/docs/cmd/flow/environment/environment-list.mdx +1 -1
  25. package/docs/docs/cmd/flow/flow-disable.mdx +1 -1
  26. package/docs/docs/cmd/flow/flow-enable.mdx +1 -1
  27. package/docs/docs/cmd/flow/flow-export.mdx +1 -1
  28. package/docs/docs/cmd/flow/flow-get.mdx +1 -1
  29. package/docs/docs/cmd/flow/flow-list.mdx +1 -1
  30. package/docs/docs/cmd/flow/run/run-cancel.mdx +1 -1
  31. package/docs/docs/cmd/flow/run/run-get.mdx +1 -1
  32. package/docs/docs/cmd/flow/run/run-list.mdx +1 -1
  33. package/docs/docs/cmd/flow/run/run-resubmit.mdx +1 -1
  34. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +1 -1
  35. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
  36. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
  37. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +0 -3
  38. package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +0 -3
  39. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +0 -3
  40. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +0 -3
  41. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +0 -3
  42. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +0 -3
  43. package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +0 -3
  44. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +0 -3
  45. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +0 -3
  46. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +0 -3
  47. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +0 -3
  48. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +0 -3
  49. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +0 -3
  50. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +0 -3
  51. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +0 -3
  52. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +0 -3
  53. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +0 -3
  54. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +0 -3
  55. package/docs/docs/cmd/pa/app/app-get.mdx +1 -1
  56. package/docs/docs/cmd/pa/app/app-list.mdx +1 -1
  57. package/docs/docs/cmd/pa/connector/connector-export.mdx +1 -1
  58. package/docs/docs/cmd/pa/connector/connector-list.mdx +1 -1
  59. package/docs/docs/cmd/pa/environment/environment-get.mdx +1 -1
  60. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -1
  61. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
  62. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +1 -1
  63. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +1 -1
  64. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +1 -1
  65. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
  66. package/docs/docs/cmd/planner/plan/plan-get.mdx +1 -1
  67. package/docs/docs/cmd/planner/plan/plan-list.mdx +1 -1
  68. package/docs/docs/cmd/planner/plan/plan-set.mdx +1 -1
  69. package/docs/docs/cmd/planner/roster/roster-add.mdx +2 -2
  70. package/docs/docs/cmd/planner/roster/roster-get.mdx +1 -1
  71. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +1 -1
  72. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +1 -1
  73. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -1
  74. package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +2 -2
  75. package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +1 -1
  76. package/docs/docs/cmd/planner/roster/roster-remove.mdx +2 -2
  77. package/docs/docs/cmd/planner/task/task-add.mdx +1 -1
  78. package/docs/docs/cmd/planner/task/task-list.mdx +2 -2
  79. package/docs/docs/cmd/planner/task/task-remove.mdx +1 -1
  80. package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
  81. package/docs/docs/cmd/pp/environment/environment-get.mdx +1 -1
  82. package/docs/docs/cmd/pp/environment/environment-list.mdx +1 -1
  83. package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +1 -1
  84. package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +1 -1
  85. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
  86. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
  87. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -1
  88. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +1 -1
  89. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
  90. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
  91. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -1
  92. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
  93. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
  94. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
  95. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +1 -1
  96. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +1 -1
  97. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +1 -1
  98. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +1 -1
  99. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +2 -2
  100. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +2 -2
  101. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +2 -2
  102. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -2
  103. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -3
  104. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -3
  105. package/docs/docs/cmd/spfx/project/project-externalize.mdx +1 -1
  106. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
  107. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
  108. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
  109. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
  110. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  111. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
  112. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
  113. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +1 -1
  114. package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
  115. package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +1 -1
  116. package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
  117. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
  118. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
  119. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
  120. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
  121. package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
  122. package/docs/docs/cmd/spo/page/page-set.mdx +1 -1
  123. package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +0 -3
  124. package/docs/docs/cmd/spo/report/report-activitypages.mdx +0 -3
  125. package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +0 -3
  126. package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +0 -3
  127. package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +0 -3
  128. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +0 -3
  129. package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +0 -3
  130. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +0 -3
  131. package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +0 -3
  132. package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
  133. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +1 -1
  134. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +1 -1
  135. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  136. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
  137. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  138. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  139. package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
  140. package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
  141. package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
  142. package/docs/docs/cmd/teams/meeting/meeting-add.mdx +283 -0
  143. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +2 -2
  144. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +0 -3
  145. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +0 -3
  146. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +0 -3
  147. package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +0 -3
  148. package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +0 -3
  149. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +0 -3
  150. package/docs/docs/cmd/teams/user/user-app-remove.mdx +13 -4
  151. package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +1 -1
  152. package/docs/docs/cmd/tenant/people/people-profilecardproperty-remove.mdx +1 -1
  153. package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +1 -1
  154. package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +0 -3
  155. package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +0 -3
  156. package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +0 -3
  157. package/docs/docs/cmd/yammer/group/group-list.mdx +1 -1
  158. package/docs/docs/cmd/yammer/group/group-user-add.mdx +1 -1
  159. package/docs/docs/cmd/yammer/group/group-user-remove.mdx +1 -1
  160. package/docs/docs/cmd/yammer/message/message-add.mdx +1 -1
  161. package/docs/docs/cmd/yammer/message/message-get.mdx +1 -1
  162. package/docs/docs/cmd/yammer/message/message-like-set.mdx +1 -1
  163. package/docs/docs/cmd/yammer/message/message-list.mdx +1 -1
  164. package/docs/docs/cmd/yammer/message/message-remove.mdx +1 -1
  165. package/docs/docs/cmd/yammer/network/network-list.mdx +1 -1
  166. package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +0 -3
  167. package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +0 -3
  168. package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +0 -3
  169. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +0 -3
  170. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +0 -3
  171. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +0 -3
  172. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +0 -3
  173. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +0 -3
  174. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +0 -3
  175. package/docs/docs/cmd/yammer/user/user-get.mdx +1 -1
  176. package/docs/docs/cmd/yammer/user/user-list.mdx +1 -1
  177. package/docs/docs/cmd/yammer/yammer-search.mdx +1 -1
  178. package/npm-shrinkwrap.json +1012 -410
  179. package/package.json +26 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.3.0-beta.a98760b",
3
+ "version": "7.3.0-beta.ca3f7f5",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -235,6 +235,7 @@
235
235
  "van Hunen, Erwin <erwin.van.hunen@outlook.com>",
236
236
  "van Iersel, Cas <cvaniersel@portiva.nl>",
237
237
  "van Rousselt, Rick <rick.vanrousselt@outlook.com>",
238
+ "Velez, Gustavo <gustavo@gavd.net>",
238
239
  "Velliah, Joseph <joseph@sprider.org>",
239
240
  "Verbeeck, Mathijs <verbeeckmathijs@gmail.com>",
240
241
  "Waegebaert, Jasey <38426621+Jwaegebaert@users.noreply.github.com>",
@@ -244,20 +245,20 @@
244
245
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
245
246
  ],
246
247
  "dependencies": {
247
- "@azure/msal-common": "^13.2.1",
248
- "@azure/msal-node": "^1.18.4",
248
+ "@azure/msal-common": "^14.5.0",
249
+ "@azure/msal-node": "^2.6.0",
249
250
  "@inquirer/confirm": "^2.0.15",
250
251
  "@inquirer/input": "^1.2.14",
251
252
  "@inquirer/select": "^1.3.1",
252
253
  "@xmldom/xmldom": "^0.8.10",
253
- "adaptive-expressions": "^4.21.0",
254
+ "adaptive-expressions": "^4.21.3",
254
255
  "adaptivecards": "^3.0.2",
255
256
  "adaptivecards-templating": "^2.3.1",
256
257
  "adm-zip": "^0.5.10",
257
- "applicationinsights": "^2.9.0",
258
- "axios": "^1.6.1",
258
+ "applicationinsights": "^2.9.1",
259
+ "axios": "^1.6.2",
259
260
  "chalk": "^5.3.0",
260
- "clipboardy": "^3.0.0",
261
+ "clipboardy": "^4.0.0",
261
262
  "configstore": "^6.0.0",
262
263
  "csv-stringify": "^6.4.4",
263
264
  "easy-table": "^1.2.0",
@@ -266,38 +267,38 @@
266
267
  "minimist": "^1.2.8",
267
268
  "node-forge": "^1.3.1",
268
269
  "omelette": "^0.4.17",
269
- "open": "^8.4.2",
270
- "ora": "^5.4.1",
270
+ "open": "^9.1.0",
271
+ "ora": "^7.0.1",
271
272
  "semver": "^7.5.4",
272
273
  "strip-json-comments": "^5.0.1",
273
- "typescript": "^5.2.2",
274
- "update-notifier": "^6.0.2",
274
+ "typescript": "^5.3.3",
275
+ "update-notifier": "^7.0.0",
275
276
  "uuid": "^9.0.1",
276
277
  "yaml": "^2.3.4"
277
278
  },
278
279
  "devDependencies": {
279
- "@microsoft/microsoft-graph-types": "^2.38.0",
280
- "@types/adm-zip": "^0.5.4",
280
+ "@microsoft/microsoft-graph-types": "^2.40.0",
281
+ "@types/adm-zip": "^0.5.5",
281
282
  "@types/jmespath": "^0.15.2",
282
283
  "@types/json-to-ast": "^2.1.4",
283
284
  "@types/minimist": "^1.2.5",
284
- "@types/mocha": "^10.0.4",
285
- "@types/node": "^18.18.9",
286
- "@types/node-forge": "^1.3.9",
285
+ "@types/mocha": "^10.0.6",
286
+ "@types/node": "^18.19.3",
287
+ "@types/node-forge": "^1.3.10",
287
288
  "@types/omelette": "^0.4.4",
288
- "@types/semver": "^7.5.5",
289
- "@types/sinon": "^10.0.20",
290
- "@types/update-notifier": "^6.0.7",
289
+ "@types/semver": "^7.5.6",
290
+ "@types/sinon": "^17.0.2",
291
+ "@types/update-notifier": "^6.0.8",
291
292
  "@types/uuid": "^9.0.7",
292
- "@typescript-eslint/eslint-plugin": "^5.62.0",
293
- "@typescript-eslint/parser": "^5.62.0",
294
- "c8": "^7.14.0",
295
- "eslint": "^8.53.0",
293
+ "@typescript-eslint/eslint-plugin": "^6.13.2",
294
+ "@typescript-eslint/parser": "^6.13.2",
295
+ "c8": "^8.0.1",
296
+ "eslint": "^8.55.0",
296
297
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
297
298
  "eslint-plugin-mocha": "^10.2.0",
298
299
  "mocha": "^10.2.0",
299
- "rimraf": "^4.4.1",
300
- "sinon": "^15.2.0",
300
+ "rimraf": "^5.0.5",
301
+ "sinon": "^17.0.0",
301
302
  "source-map-support": "^0.5.21"
302
303
  }
303
304
  }