@pnp/cli-microsoft365 11.10.0-beta.fdeb2ae → 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.
- package/.devcontainer/Dockerfile +1 -1
- package/.devproxy/api-specs/sharepoint-admin.yaml +50 -0
- package/Dockerfile +1 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Auth.js +4 -2
- package/dist/config.js +1 -0
- package/dist/m365/entra/commands/agent/agent-list.js +48 -0
- package/dist/m365/entra/commands.js +1 -0
- package/dist/m365/outlook/commands/event/event-get.js +77 -0
- package/dist/m365/outlook/commands.js +1 -0
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +23 -41
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +9 -24
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +24 -44
- package/dist/m365/pp/commands/copilot/copilot-get.js +23 -41
- package/dist/m365/pp/commands/copilot/copilot-list.js +9 -24
- package/dist/m365/pp/commands/copilot/copilot-remove.js +24 -44
- package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +10 -26
- package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +9 -24
- package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +11 -29
- package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +21 -33
- package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +25 -46
- package/dist/m365/pp/commands/gateway/gateway-get.js +10 -23
- package/dist/m365/pp/commands/managementapp/managementapp-add.js +24 -36
- package/dist/m365/pp/commands/managementapp/managementapp-list.js +5 -0
- package/dist/m365/pp/commands/solution/solution-get.js +23 -41
- package/dist/m365/pp/commands/solution/solution-list.js +9 -24
- package/dist/m365/pp/commands/solution/solution-publish.js +25 -45
- package/dist/m365/pp/commands/solution/solution-publisher-add.js +26 -49
- package/dist/m365/pp/commands/solution/solution-publisher-get.js +23 -41
- package/dist/m365/pp/commands/solution/solution-publisher-list.js +10 -27
- package/dist/m365/pp/commands/solution/solution-publisher-remove.js +24 -44
- package/dist/m365/pp/commands/solution/solution-remove.js +24 -44
- package/dist/m365/pp/commands/tenant/tenant-settings-set.js +81 -170
- package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +15 -0
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.23.2.js +19 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.23.2.js +55 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
- package/dist/m365/spo/commands/folder/folder-add.js +1 -1
- package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
- package/dist/m365/spo/commands/web/{web-alert-list.js → web-rule-list.js} +7 -4
- package/dist/m365/spo/commands/web/{web-alert-remove.js → web-rule-remove.js} +7 -4
- package/dist/m365/spo/commands.js +2 -0
- package/docs/docs/cmd/entra/agent/agent-list.mdx +209 -0
- package/docs/docs/cmd/outlook/event/event-get.mdx +280 -0
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +19 -0
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-version-get.mdx +19 -0
- package/docs/docs/cmd/spo/file/file-version-list.mdx +19 -0
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +21 -0
- package/docs/docs/cmd/spo/folder/folder-add.mdx +20 -1
- package/docs/docs/cmd/spo/folder/folder-archive.mdx +2 -3
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +19 -0
- package/docs/docs/cmd/spo/folder/folder-get.mdx +19 -0
- package/docs/docs/cmd/spo/folder/folder-list.mdx +19 -0
- package/docs/docs/cmd/spo/folder/folder-move.mdx +19 -0
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +21 -0
- package/docs/docs/cmd/spo/folder/folder-set.mdx +21 -0
- package/docs/docs/cmd/spo/homesite/homesite-add.mdx +21 -2
- package/docs/docs/cmd/spo/homesite/homesite-get.mdx +19 -0
- package/docs/docs/cmd/spo/homesite/homesite-list.mdx +19 -0
- package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +24 -3
- package/docs/docs/cmd/spo/homesite/homesite-set.mdx +21 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +21 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +19 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +21 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +19 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +19 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +19 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +21 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +21 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +19 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +21 -0
- package/docs/docs/cmd/spo/web/{web-alert-list.mdx → web-rule-list.mdx} +13 -7
- package/docs/docs/cmd/spo/web/{web-alert-remove.mdx → web-rule-remove.mdx} +10 -4
- package/docs/docs/cmd/todo/list/list-add.mdx +19 -0
- package/docs/docs/cmd/todo/list/list-get.mdx +19 -0
- package/docs/docs/cmd/todo/list/list-list.mdx +19 -0
- package/docs/docs/cmd/todo/list/list-remove.mdx +21 -0
- package/docs/docs/cmd/todo/list/list-set.mdx +21 -0
- package/docs/docs/cmd/todo/task/task-add.mdx +19 -0
- package/docs/docs/cmd/todo/task/task-get.mdx +19 -0
- package/docs/docs/cmd/todo/task/task-list.mdx +19 -0
- package/docs/docs/cmd/todo/task/task-remove.mdx +21 -0
- package/docs/docs/cmd/todo/task/task-set.mdx +19 -0
- package/npm-shrinkwrap.json +1575 -696
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "11.
|
|
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,34 +302,34 @@
|
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
304
|
"dependencies": {
|
|
305
|
-
"@azure/msal-common": "^16.
|
|
306
|
-
"@azure/msal-node": "^5.
|
|
305
|
+
"@azure/msal-common": "^16.11.3",
|
|
306
|
+
"@azure/msal-node": "^5.4.3",
|
|
307
307
|
"@inquirer/confirm": "^6.1.1",
|
|
308
|
-
"@inquirer/input": "^5.1.
|
|
308
|
+
"@inquirer/input": "^5.1.2",
|
|
309
309
|
"@inquirer/select": "^5.2.1",
|
|
310
310
|
"@xmldom/xmldom": "^0.9.10",
|
|
311
311
|
"adaptive-expressions": "^4.23.3",
|
|
312
312
|
"adaptivecards": "^3.0.6",
|
|
313
313
|
"adaptivecards-templating": "^2.3.1",
|
|
314
|
-
"adm-zip": "^0.
|
|
315
|
-
"applicationinsights": "^3.
|
|
316
|
-
"axios": "^1.
|
|
317
|
-
"chalk": "^
|
|
318
|
-
"clipboardy": "^5.3.
|
|
314
|
+
"adm-zip": "^0.6.0",
|
|
315
|
+
"applicationinsights": "^3.15.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
|
-
"csv-stringify": "^6.
|
|
321
|
+
"csv-stringify": "^6.8.1",
|
|
322
322
|
"easy-table": "^1.2.0",
|
|
323
323
|
"jmespath": "^0.16.0",
|
|
324
324
|
"json-to-ast": "^2.1.0",
|
|
325
325
|
"node-forge": "^1.4.0",
|
|
326
326
|
"omelette": "^0.4.17",
|
|
327
327
|
"open": "^11.0.0",
|
|
328
|
-
"semver": "^7.8.
|
|
328
|
+
"semver": "^7.8.5",
|
|
329
329
|
"strip-json-comments": "^5.0.3",
|
|
330
330
|
"typescript": "^5.9.3",
|
|
331
331
|
"update-notifier": "^7.3.1",
|
|
332
|
-
"uuid": "^14.0.
|
|
332
|
+
"uuid": "^14.0.1",
|
|
333
333
|
"yaml": "^2.9.0",
|
|
334
334
|
"yargs-parser": "^22.0.0",
|
|
335
335
|
"zod": "^4.4.3"
|
|
@@ -344,24 +344,24 @@
|
|
|
344
344
|
"@types/json-schema": "^7.0.15",
|
|
345
345
|
"@types/json-to-ast": "^2.1.4",
|
|
346
346
|
"@types/mocha": "^10.0.10",
|
|
347
|
-
"@types/node": "^24.
|
|
347
|
+
"@types/node": "^24.13.3",
|
|
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": "^
|
|
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.
|
|
355
|
+
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
356
356
|
"@typescript-eslint/parser": "^8.58.0",
|
|
357
|
-
"c8": "^
|
|
358
|
-
"eslint": "^10.
|
|
357
|
+
"c8": "^12.0.0",
|
|
358
|
+
"eslint": "^10.8.0",
|
|
359
359
|
"eslint-plugin-mocha": "^11.3.0",
|
|
360
|
-
"globals": "^17.
|
|
360
|
+
"globals": "^17.8.0",
|
|
361
361
|
"mocha": "^11.7.6",
|
|
362
362
|
"rimraf": "^6.1.3",
|
|
363
|
-
"sinon": "^22.
|
|
363
|
+
"sinon": "^22.1.0",
|
|
364
364
|
"source-map-support": "^0.5.21",
|
|
365
|
-
"tsc-watch": "^7.2.
|
|
365
|
+
"tsc-watch": "^7.2.1"
|
|
366
366
|
}
|
|
367
367
|
}
|