@pnp/cli-microsoft365 11.9.0-beta.8c1ee05 → 11.9.0-beta.93bd508
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/.devproxy/api-specs/sharepoint.yaml +82 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/cli/commands/app/app-reconsent.js +8 -0
- package/dist/m365/cli/commands/cli-consent.js +8 -31
- package/dist/m365/cli/commands/cli-doctor.js +6 -1
- package/dist/m365/cli/commands/cli-issue.js +8 -36
- package/dist/m365/cli/commands/completion/completion-clink-update.js +8 -0
- package/dist/m365/cli/commands/completion/completion-pwsh-setup.js +8 -16
- package/dist/m365/cli/commands/completion/completion-pwsh-update.js +8 -0
- package/dist/m365/cli/commands/completion/completion-sh-setup.js +8 -0
- package/dist/m365/cli/commands/completion/completion-sh-update.js +8 -0
- package/dist/m365/cli/commands/config/config-get.js +9 -32
- package/dist/m365/cli/commands/config/config-list.js +8 -0
- package/dist/m365/cli/commands/config/config-reset.js +9 -34
- package/dist/m365/cli/commands/config/config-set.js +86 -70
- package/dist/m365/commands/request.js +26 -60
- package/dist/m365/commands/search.js +59 -77
- package/dist/m365/commands/setup.js +16 -31
- package/dist/m365/commands/version.js +6 -0
- package/dist/m365/connection/commands/connection-remove.js +9 -29
- package/dist/m365/connection/commands/connection-use.js +8 -26
- package/dist/m365/context/commands/context-init.js +6 -0
- package/dist/m365/context/commands/option/option-set.js +9 -18
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-add.js +32 -63
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-get.js +21 -45
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-list.js +32 -53
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-remove.js +34 -74
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-roleassignment-add.js +37 -57
- package/dist/m365/entra/commands/multitenant/multitenant-get.js +8 -1
- package/dist/m365/entra/commands/multitenant/multitenant-remove.js +8 -22
- package/dist/m365/entra/commands/multitenant/multitenant-set.js +15 -36
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-add.js +10 -31
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-list.js +8 -24
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-remove.js +9 -17
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-set.js +9 -17
- package/dist/m365/outlook/commands/calendar/calendar-get.js +1 -1
- package/dist/m365/spe/commands/container/container-get.js +54 -26
- package/dist/m365/spe/commands/container/container-permission-list.js +43 -4
- package/dist/m365/spe/commands/container/container-set.js +77 -0
- package/dist/m365/spe/commands.js +1 -0
- package/dist/m365/spo/commands/file/file-unarchive.js +83 -0
- package/dist/m365/spo/commands/folder/folder-archive.js +89 -0
- package/dist/m365/spo/commands.js +2 -0
- package/dist/m365/viva/commands/engage/engage-role-member-add.js +79 -0
- package/dist/m365/viva/commands.js +1 -0
- package/docs/docs/cmd/outlook/calendar/calendar-get.mdx +7 -7
- package/docs/docs/cmd/spe/container/container-get.mdx +24 -3
- package/docs/docs/cmd/spe/container/container-permission-list.mdx +24 -3
- package/docs/docs/cmd/spe/container/container-set.mdx +160 -0
- package/docs/docs/cmd/spo/app/app-add.mdx +19 -0
- package/docs/docs/cmd/spo/app/app-deploy.mdx +21 -0
- package/docs/docs/cmd/spo/app/app-get.mdx +19 -0
- package/docs/docs/cmd/spo/app/app-install.mdx +21 -0
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +19 -0
- package/docs/docs/cmd/spo/app/app-list.mdx +19 -0
- package/docs/docs/cmd/spo/app/app-remove.mdx +21 -0
- package/docs/docs/cmd/spo/app/app-retract.mdx +21 -0
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +21 -0
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +21 -0
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +21 -0
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +19 -1
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +21 -0
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +19 -0
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +19 -0
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +19 -0
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +21 -0
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +21 -0
- package/docs/docs/cmd/spo/file/file-unarchive.mdx +68 -0
- package/docs/docs/cmd/spo/folder/folder-archive.mdx +73 -0
- package/docs/docs/cmd/viva/engage/engage-role-member-add.mdx +76 -0
- package/npm-shrinkwrap.json +273 -128
- package/package.json +18 -18
|
@@ -73,6 +73,35 @@ paths:
|
|
|
73
73
|
responses:
|
|
74
74
|
200:
|
|
75
75
|
description: OK
|
|
76
|
+
/_api/Lists(guid'{listId}')/items({itemId})/UnArchive:
|
|
77
|
+
post:
|
|
78
|
+
parameters:
|
|
79
|
+
- name: listId
|
|
80
|
+
in: path
|
|
81
|
+
required: true
|
|
82
|
+
description: list GUID
|
|
83
|
+
schema:
|
|
84
|
+
type: string
|
|
85
|
+
example: b2307a39-e878-458b-bc90-03bc578531d6
|
|
86
|
+
- name: itemId
|
|
87
|
+
in: path
|
|
88
|
+
required: true
|
|
89
|
+
description: list item ID
|
|
90
|
+
schema:
|
|
91
|
+
type: integer
|
|
92
|
+
example: 1
|
|
93
|
+
security:
|
|
94
|
+
- delegated:
|
|
95
|
+
- AllSites.Write
|
|
96
|
+
- AllSites.Manage
|
|
97
|
+
- AllSites.FullControl
|
|
98
|
+
- application:
|
|
99
|
+
- Sites.ReadWrite.All
|
|
100
|
+
- Sites.Manage.All
|
|
101
|
+
- Sites.FullControl.All
|
|
102
|
+
responses:
|
|
103
|
+
200:
|
|
104
|
+
description: OK
|
|
76
105
|
/_api/contextinfo:
|
|
77
106
|
post:
|
|
78
107
|
security:
|
|
@@ -217,6 +246,30 @@ paths:
|
|
|
217
246
|
responses:
|
|
218
247
|
200:
|
|
219
248
|
description: OK
|
|
249
|
+
/_api/web/GetFileById({fileId}):
|
|
250
|
+
get:
|
|
251
|
+
parameters:
|
|
252
|
+
- name: fileId
|
|
253
|
+
in: path
|
|
254
|
+
required: true
|
|
255
|
+
description: file unique ID
|
|
256
|
+
schema:
|
|
257
|
+
type: string
|
|
258
|
+
example: "'7a8c9207-7745-4cda-b0e2-be2618ee3030'"
|
|
259
|
+
security:
|
|
260
|
+
- delegated:
|
|
261
|
+
- AllSites.Read
|
|
262
|
+
- AllSites.Write
|
|
263
|
+
- AllSites.Manage
|
|
264
|
+
- AllSites.FullControl
|
|
265
|
+
- application:
|
|
266
|
+
- Sites.Read.All
|
|
267
|
+
- Sites.ReadWrite.All
|
|
268
|
+
- Sites.Manage.All
|
|
269
|
+
- Sites.FullControl.All
|
|
270
|
+
responses:
|
|
271
|
+
200:
|
|
272
|
+
description: OK
|
|
220
273
|
/_api/web/GetFileById({fileId})/versions:
|
|
221
274
|
get:
|
|
222
275
|
parameters:
|
|
@@ -310,6 +363,30 @@ paths:
|
|
|
310
363
|
responses:
|
|
311
364
|
200:
|
|
312
365
|
description: OK
|
|
366
|
+
/_api/web/GetFolderById({folderId}):
|
|
367
|
+
get:
|
|
368
|
+
parameters:
|
|
369
|
+
- name: folderId
|
|
370
|
+
in: path
|
|
371
|
+
required: true
|
|
372
|
+
description: folder unique ID
|
|
373
|
+
schema:
|
|
374
|
+
type: string
|
|
375
|
+
example: "'b2307a39-e878-458b-bc90-03bc578531d6'"
|
|
376
|
+
security:
|
|
377
|
+
- delegated:
|
|
378
|
+
- AllSites.Read
|
|
379
|
+
- AllSites.Write
|
|
380
|
+
- AllSites.Manage
|
|
381
|
+
- AllSites.FullControl
|
|
382
|
+
- application:
|
|
383
|
+
- Sites.Read.All
|
|
384
|
+
- Sites.ReadWrite.All
|
|
385
|
+
- Sites.Manage.All
|
|
386
|
+
- Sites.FullControl.All
|
|
387
|
+
responses:
|
|
388
|
+
200:
|
|
389
|
+
description: OK
|
|
313
390
|
/_api/web/GetFolderByServerRelativePath(DecodedUrl={folderPath}):
|
|
314
391
|
get:
|
|
315
392
|
parameters:
|
|
@@ -326,6 +403,11 @@ paths:
|
|
|
326
403
|
- AllSites.Write
|
|
327
404
|
- AllSites.Manage
|
|
328
405
|
- AllSites.FullControl
|
|
406
|
+
- application:
|
|
407
|
+
- Sites.Read.All
|
|
408
|
+
- Sites.ReadWrite.All
|
|
409
|
+
- Sites.Manage.All
|
|
410
|
+
- Sites.FullControl.All
|
|
329
411
|
responses:
|
|
330
412
|
200:
|
|
331
413
|
description: OK
|