@pnp/cli-microsoft365 7.2.0-beta.a021bb1 → 7.2.0-beta.c7e1c03
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 +0 -1
- package/Dockerfile +0 -1
- package/dist/Command.js +7 -24
- package/dist/chili/chili.js +40 -51
- package/dist/cli/Cli.js +24 -12
- package/dist/m365/aad/commands/administrativeunit/administrativeunit-get.js +2 -15
- package/dist/m365/aad/commands/administrativeunit/administrativeunit-remove.js +5 -22
- package/dist/m365/aad/commands/app/app-remove.js +2 -7
- package/dist/m365/aad/commands/app/app-role-remove.js +2 -7
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +2 -7
- package/dist/m365/aad/commands/group/group-remove.js +2 -7
- package/dist/m365/aad/commands/groupsetting/groupsetting-remove.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-clear.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-remove.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-remove.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-user-remove.js +2 -7
- package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -7
- package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +2 -7
- package/dist/m365/aad/commands/user/user-license-remove.js +2 -7
- package/dist/m365/aad/commands/user/user-recyclebinitem-clear.js +2 -7
- package/dist/m365/aad/commands/user/user-recyclebinitem-remove.js +2 -7
- package/dist/m365/aad/commands/user/user-remove.js +2 -7
- package/dist/m365/commands/setup.js +31 -37
- package/dist/m365/context/commands/context-remove.js +2 -7
- package/dist/m365/context/commands/option/option-remove.js +2 -7
- package/dist/m365/{search/commands/externalconnection/externalconnection-add.js → external/commands/connection/connection-add.js} +16 -13
- package/dist/m365/{search/commands/externalconnection/externalconnection-get.js → external/commands/connection/connection-get.js} +16 -13
- package/dist/m365/{search/commands/externalconnection/externalconnection-list.js → external/commands/connection/connection-list.js} +7 -4
- package/dist/m365/{search/commands/externalconnection/externalconnection-remove.js → external/commands/connection/connection-remove.js} +19 -21
- package/dist/m365/{search/commands/externalconnection/externalconnection-schema-add.js → external/commands/connection/connection-schema-add.js} +14 -11
- package/dist/m365/external/commands.js +15 -0
- package/dist/m365/flow/commands/flow-remove.js +2 -7
- package/dist/m365/flow/commands/owner/owner-remove.js +2 -7
- package/dist/m365/flow/commands/run/run-cancel.js +2 -7
- package/dist/m365/flow/commands/run/run-resubmit.js +2 -7
- package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +2 -7
- package/dist/m365/pa/commands/app/app-consent-set.js +2 -7
- package/dist/m365/pa/commands/app/app-permission-remove.js +2 -7
- package/dist/m365/pa/commands/app/app-remove.js +2 -7
- package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -7
- package/dist/m365/planner/commands/plan/plan-remove.js +2 -7
- package/dist/m365/planner/commands/roster/roster-member-remove.js +4 -14
- package/dist/m365/planner/commands/roster/roster-remove.js +2 -7
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +2 -7
- package/dist/m365/planner/commands/task/task-reference-remove.js +2 -7
- package/dist/m365/planner/commands/task/task-remove.js +2 -7
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +2 -7
- package/dist/m365/pp/commands/card/card-remove.js +2 -7
- package/dist/m365/pp/commands/chatbot/chatbot-remove.js +2 -7
- package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +2 -7
- package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +2 -7
- package/dist/m365/pp/commands/solution/solution-publisher-remove.js +2 -7
- package/dist/m365/pp/commands/solution/solution-remove.js +2 -7
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +2 -7
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +2 -7
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +2 -7
- package/dist/m365/spo/commands/app/app-remove.js +2 -7
- package/dist/m365/spo/commands/app/app-retract.js +2 -7
- package/dist/m365/spo/commands/app/app-uninstall.js +2 -7
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +2 -7
- package/dist/m365/spo/commands/cdn/cdn-origin-remove.js +2 -7
- package/dist/m365/spo/commands/commandset/commandset-remove.js +2 -7
- package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +2 -7
- package/dist/m365/spo/commands/contenttype/contenttype-remove.js +2 -2
- package/dist/m365/spo/commands/customaction/customaction-clear.js +2 -7
- package/dist/m365/spo/commands/customaction/customaction-remove.js +2 -7
- package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +2 -7
- package/dist/m365/spo/commands/field/field-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-checkout-undo.js +2 -7
- package/dist/m365/spo/commands/file/file-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/file/file-sharinglink-clear.js +2 -7
- package/dist/m365/spo/commands/file/file-sharinglink-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-version-clear.js +2 -7
- package/dist/m365/spo/commands/file/file-version-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-version-restore.js +2 -7
- package/dist/m365/spo/commands/folder/folder-remove.js +2 -7
- package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +2 -7
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/group/group-member-remove.js +2 -7
- package/dist/m365/spo/commands/group/group-remove.js +2 -7
- package/dist/m365/spo/commands/homesite/homesite-remove.js +2 -7
- package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +2 -7
- package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +2 -7
- package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +2 -7
- package/dist/m365/spo/commands/knowledgehub/knowledgehub-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-contenttype-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-retentionlabel-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/list/list-view-field-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-view-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-webhook-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-attachment-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-retentionlabel-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/navigation/navigation-node-remove.js +2 -7
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +2 -7
- package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +2 -7
- package/dist/m365/spo/commands/page/page-remove.js +2 -7
- package/dist/m365/spo/commands/propertybag/propertybag-remove.js +2 -7
- package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +2 -7
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +2 -7
- package/dist/m365/spo/commands/site/site-apppermission-remove.js +2 -7
- package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +2 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +2 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +2 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +2 -7
- package/dist/m365/spo/commands/site/site-remove.js +2 -7
- package/dist/m365/spo/commands/site/site-set.js +33 -1
- package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +2 -7
- package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +2 -7
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +2 -7
- package/dist/m365/spo/commands/sitescript/sitescript-remove.js +2 -7
- package/dist/m365/spo/commands/storageentity/storageentity-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +2 -7
- package/dist/m365/spo/commands/theme/theme-remove.js +2 -7
- package/dist/m365/spo/commands/user/user-remove.js +2 -7
- package/dist/m365/spo/commands/web/web-remove.js +2 -7
- package/dist/m365/spo/commands/web/web-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/web/web-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +2 -7
- package/dist/m365/teams/commands/app/app-remove.js +2 -7
- package/dist/m365/teams/commands/app/app-uninstall.js +2 -7
- package/dist/m365/teams/commands/cache/cache-remove.js +2 -7
- package/dist/m365/teams/commands/channel/channel-member-remove.js +2 -7
- package/dist/m365/teams/commands/channel/channel-remove.js +2 -7
- package/dist/m365/teams/commands/chat/chat-member-remove.js +2 -7
- package/dist/m365/teams/commands/tab/tab-remove.js +2 -7
- package/dist/m365/teams/commands/team/team-remove.js +2 -7
- package/dist/m365/teams/commands/user/user-app-remove.js +19 -11
- package/dist/m365/tenant/commands/people/people-profilecardproperty-remove.js +2 -7
- package/dist/m365/todo/commands/list/list-remove.js +2 -7
- package/dist/m365/todo/commands/task/task-remove.js +2 -7
- package/dist/m365/yammer/commands/group/group-user-remove.js +2 -7
- package/dist/m365/yammer/commands/message/message-like-set.js +3 -8
- package/dist/m365/yammer/commands/message/message-remove.js +2 -7
- package/dist/utils/aadAdministrativeUnit.js +25 -0
- package/dist/utils/prompt.js +26 -7
- package/docs/docs/cmd/{search/externalconnection/externalconnection-add.mdx → external/connection/connection-add.mdx} +16 -10
- package/docs/docs/cmd/{search/externalconnection/externalconnection-get.mdx → external/connection/connection-get.mdx} +16 -11
- package/docs/docs/cmd/{search/externalconnection/externalconnection-list.mdx → external/connection/connection-list.mdx} +12 -7
- package/docs/docs/cmd/external/connection/connection-remove.mdx +54 -0
- package/docs/docs/cmd/external/connection/connection-schema-add.mdx +41 -0
- package/docs/docs/cmd/spo/file/file-rename.mdx +2 -0
- package/docs/docs/cmd/spo/site/site-set.mdx +15 -0
- package/docs/docs/cmd/teams/user/user-app-remove.mdx +11 -2
- package/npm-shrinkwrap.json +262 -186
- package/package.json +4 -8
- package/dist/m365/search/commands.js +0 -9
- package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +0 -48
- package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +0 -35
package/npm-shrinkwrap.json
CHANGED
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^13.2.1",
|
|
13
13
|
"@azure/msal-node": "^1.18.3",
|
|
14
|
+
"@inquirer/confirm": "^2.0.12",
|
|
15
|
+
"@inquirer/input": "^1.2.11",
|
|
16
|
+
"@inquirer/select": "^1.2.11",
|
|
14
17
|
"@xmldom/xmldom": "^0.8.10",
|
|
15
18
|
"adaptive-expressions": "^4.20.1",
|
|
16
19
|
"adaptivecards": "^3.0.1",
|
|
@@ -23,7 +26,6 @@
|
|
|
23
26
|
"configstore": "^6.0.0",
|
|
24
27
|
"csv-stringify": "^6.4.4",
|
|
25
28
|
"easy-table": "^1.2.0",
|
|
26
|
-
"inquirer": "^9.2.11",
|
|
27
29
|
"jmespath": "^0.16.0",
|
|
28
30
|
"json-to-ast": "^2.1.0",
|
|
29
31
|
"minimist": "^1.2.8",
|
|
@@ -47,7 +49,6 @@
|
|
|
47
49
|
"devDependencies": {
|
|
48
50
|
"@microsoft/microsoft-graph-types": "^2.38.0",
|
|
49
51
|
"@types/adm-zip": "^0.5.2",
|
|
50
|
-
"@types/inquirer": "^9.0.4",
|
|
51
52
|
"@types/jmespath": "^0.15.0",
|
|
52
53
|
"@types/json-to-ast": "^2.1.2",
|
|
53
54
|
"@types/minimist": "^1.2.3",
|
|
@@ -323,6 +324,242 @@
|
|
|
323
324
|
"integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
|
|
324
325
|
"dev": true
|
|
325
326
|
},
|
|
327
|
+
"node_modules/@inquirer/confirm": {
|
|
328
|
+
"version": "2.0.12",
|
|
329
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.12.tgz",
|
|
330
|
+
"integrity": "sha512-Oxz3L0ti+0nWYHPPUIrPkxA2KnQZUGBHnk56yF5RjKqPGFrwvgLZdIXNe/w4I/OtdLeOBqHCrJ+kCvNvHVdk9g==",
|
|
331
|
+
"dependencies": {
|
|
332
|
+
"@inquirer/core": "^5.0.0",
|
|
333
|
+
"@inquirer/type": "^1.1.4",
|
|
334
|
+
"chalk": "^4.1.2"
|
|
335
|
+
},
|
|
336
|
+
"engines": {
|
|
337
|
+
"node": ">=14.18.0"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"node_modules/@inquirer/confirm/node_modules/ansi-styles": {
|
|
341
|
+
"version": "4.3.0",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
343
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
344
|
+
"dependencies": {
|
|
345
|
+
"color-convert": "^2.0.1"
|
|
346
|
+
},
|
|
347
|
+
"engines": {
|
|
348
|
+
"node": ">=8"
|
|
349
|
+
},
|
|
350
|
+
"funding": {
|
|
351
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
355
|
+
"version": "4.1.2",
|
|
356
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
357
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
358
|
+
"dependencies": {
|
|
359
|
+
"ansi-styles": "^4.1.0",
|
|
360
|
+
"supports-color": "^7.1.0"
|
|
361
|
+
},
|
|
362
|
+
"engines": {
|
|
363
|
+
"node": ">=10"
|
|
364
|
+
},
|
|
365
|
+
"funding": {
|
|
366
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"node_modules/@inquirer/core": {
|
|
370
|
+
"version": "5.0.0",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-5.0.0.tgz",
|
|
372
|
+
"integrity": "sha512-q2o4BcANKFyuUI5V6ejmPs1f9SdbJxfnLmhQVb72Fj7hOudoKsJpByJZ0imv9a/rpKDogA+93vtBBMqsnS7/Fg==",
|
|
373
|
+
"dependencies": {
|
|
374
|
+
"@inquirer/type": "^1.1.4",
|
|
375
|
+
"@types/mute-stream": "^0.0.1",
|
|
376
|
+
"@types/node": "^20.6.0",
|
|
377
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
378
|
+
"ansi-escapes": "^4.3.2",
|
|
379
|
+
"chalk": "^4.1.2",
|
|
380
|
+
"cli-spinners": "^2.9.0",
|
|
381
|
+
"cli-width": "^4.1.0",
|
|
382
|
+
"figures": "^3.2.0",
|
|
383
|
+
"mute-stream": "^1.0.0",
|
|
384
|
+
"run-async": "^3.0.0",
|
|
385
|
+
"signal-exit": "^4.1.0",
|
|
386
|
+
"strip-ansi": "^6.0.1",
|
|
387
|
+
"wrap-ansi": "^6.2.0"
|
|
388
|
+
},
|
|
389
|
+
"engines": {
|
|
390
|
+
"node": ">=14.18.0"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
394
|
+
"version": "20.6.3",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.3.tgz",
|
|
396
|
+
"integrity": "sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA=="
|
|
397
|
+
},
|
|
398
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
|
399
|
+
"version": "4.3.0",
|
|
400
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
401
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
402
|
+
"dependencies": {
|
|
403
|
+
"color-convert": "^2.0.1"
|
|
404
|
+
},
|
|
405
|
+
"engines": {
|
|
406
|
+
"node": ">=8"
|
|
407
|
+
},
|
|
408
|
+
"funding": {
|
|
409
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"node_modules/@inquirer/core/node_modules/chalk": {
|
|
413
|
+
"version": "4.1.2",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
415
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
416
|
+
"dependencies": {
|
|
417
|
+
"ansi-styles": "^4.1.0",
|
|
418
|
+
"supports-color": "^7.1.0"
|
|
419
|
+
},
|
|
420
|
+
"engines": {
|
|
421
|
+
"node": ">=10"
|
|
422
|
+
},
|
|
423
|
+
"funding": {
|
|
424
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"node_modules/@inquirer/core/node_modules/emoji-regex": {
|
|
428
|
+
"version": "8.0.0",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
430
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
431
|
+
},
|
|
432
|
+
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
433
|
+
"version": "4.1.0",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
435
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
436
|
+
"engines": {
|
|
437
|
+
"node": ">=14"
|
|
438
|
+
},
|
|
439
|
+
"funding": {
|
|
440
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"node_modules/@inquirer/core/node_modules/string-width": {
|
|
444
|
+
"version": "4.2.3",
|
|
445
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
446
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
447
|
+
"dependencies": {
|
|
448
|
+
"emoji-regex": "^8.0.0",
|
|
449
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
450
|
+
"strip-ansi": "^6.0.1"
|
|
451
|
+
},
|
|
452
|
+
"engines": {
|
|
453
|
+
"node": ">=8"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
457
|
+
"version": "6.2.0",
|
|
458
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
459
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
460
|
+
"dependencies": {
|
|
461
|
+
"ansi-styles": "^4.0.0",
|
|
462
|
+
"string-width": "^4.1.0",
|
|
463
|
+
"strip-ansi": "^6.0.0"
|
|
464
|
+
},
|
|
465
|
+
"engines": {
|
|
466
|
+
"node": ">=8"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"node_modules/@inquirer/input": {
|
|
470
|
+
"version": "1.2.11",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.11.tgz",
|
|
472
|
+
"integrity": "sha512-sV1nO6+RxMFTHAznmxMkbMkjGQ8NGMWr0mvXjU35YQ0OFEL+YlD+DPbNd9s3ltnswODZAcnM1yFvdko3S/Kj/w==",
|
|
473
|
+
"dependencies": {
|
|
474
|
+
"@inquirer/core": "^5.0.0",
|
|
475
|
+
"@inquirer/type": "^1.1.4",
|
|
476
|
+
"chalk": "^4.1.2"
|
|
477
|
+
},
|
|
478
|
+
"engines": {
|
|
479
|
+
"node": ">=14.18.0"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"node_modules/@inquirer/input/node_modules/ansi-styles": {
|
|
483
|
+
"version": "4.3.0",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
485
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
486
|
+
"dependencies": {
|
|
487
|
+
"color-convert": "^2.0.1"
|
|
488
|
+
},
|
|
489
|
+
"engines": {
|
|
490
|
+
"node": ">=8"
|
|
491
|
+
},
|
|
492
|
+
"funding": {
|
|
493
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"node_modules/@inquirer/input/node_modules/chalk": {
|
|
497
|
+
"version": "4.1.2",
|
|
498
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
499
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
500
|
+
"dependencies": {
|
|
501
|
+
"ansi-styles": "^4.1.0",
|
|
502
|
+
"supports-color": "^7.1.0"
|
|
503
|
+
},
|
|
504
|
+
"engines": {
|
|
505
|
+
"node": ">=10"
|
|
506
|
+
},
|
|
507
|
+
"funding": {
|
|
508
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"node_modules/@inquirer/select": {
|
|
512
|
+
"version": "1.2.11",
|
|
513
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-1.2.11.tgz",
|
|
514
|
+
"integrity": "sha512-LH2wzAsWfu/+wcapeht07zTDefuvGTpv0+9dCAQ68QigF+4gHzpWq5+AbBLbxzuH2Wz4WlHcti85nFUPPM1t3A==",
|
|
515
|
+
"dependencies": {
|
|
516
|
+
"@inquirer/core": "^5.0.0",
|
|
517
|
+
"@inquirer/type": "^1.1.4",
|
|
518
|
+
"ansi-escapes": "^4.3.2",
|
|
519
|
+
"chalk": "^4.1.2",
|
|
520
|
+
"figures": "^3.2.0"
|
|
521
|
+
},
|
|
522
|
+
"engines": {
|
|
523
|
+
"node": ">=14.18.0"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"node_modules/@inquirer/select/node_modules/ansi-styles": {
|
|
527
|
+
"version": "4.3.0",
|
|
528
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
529
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
530
|
+
"dependencies": {
|
|
531
|
+
"color-convert": "^2.0.1"
|
|
532
|
+
},
|
|
533
|
+
"engines": {
|
|
534
|
+
"node": ">=8"
|
|
535
|
+
},
|
|
536
|
+
"funding": {
|
|
537
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"node_modules/@inquirer/select/node_modules/chalk": {
|
|
541
|
+
"version": "4.1.2",
|
|
542
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
543
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
544
|
+
"dependencies": {
|
|
545
|
+
"ansi-styles": "^4.1.0",
|
|
546
|
+
"supports-color": "^7.1.0"
|
|
547
|
+
},
|
|
548
|
+
"engines": {
|
|
549
|
+
"node": ">=10"
|
|
550
|
+
},
|
|
551
|
+
"funding": {
|
|
552
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"node_modules/@inquirer/type": {
|
|
556
|
+
"version": "1.1.4",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.1.4.tgz",
|
|
558
|
+
"integrity": "sha512-a6+RCiXBQEbiA73RT1pBfwiH2I+MPcoZoGKuuUYFkws+6ud7nb5kUQGHFGUSBim25IyVMT/mqbWIrkxetcIb/w==",
|
|
559
|
+
"engines": {
|
|
560
|
+
"node": ">=14.18.0"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
326
563
|
"node_modules/@istanbuljs/schema": {
|
|
327
564
|
"version": "0.1.3",
|
|
328
565
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -357,14 +594,6 @@
|
|
|
357
594
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
358
595
|
}
|
|
359
596
|
},
|
|
360
|
-
"node_modules/@ljharb/through": {
|
|
361
|
-
"version": "2.3.9",
|
|
362
|
-
"resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.9.tgz",
|
|
363
|
-
"integrity": "sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==",
|
|
364
|
-
"engines": {
|
|
365
|
-
"node": ">= 0.4"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
597
|
"node_modules/@microsoft/applicationinsights-web-snippet": {
|
|
369
598
|
"version": "1.0.1",
|
|
370
599
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
@@ -639,16 +868,6 @@
|
|
|
639
868
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
|
640
869
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
641
870
|
},
|
|
642
|
-
"node_modules/@types/inquirer": {
|
|
643
|
-
"version": "9.0.4",
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.4.tgz",
|
|
645
|
-
"integrity": "sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==",
|
|
646
|
-
"dev": true,
|
|
647
|
-
"dependencies": {
|
|
648
|
-
"@types/through": "*",
|
|
649
|
-
"rxjs": "^7.2.0"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
871
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
653
872
|
"version": "2.0.4",
|
|
654
873
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
@@ -703,11 +922,18 @@
|
|
|
703
922
|
"integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
|
|
704
923
|
"dev": true
|
|
705
924
|
},
|
|
925
|
+
"node_modules/@types/mute-stream": {
|
|
926
|
+
"version": "0.0.1",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.1.tgz",
|
|
928
|
+
"integrity": "sha512-0yQLzYhCqGz7CQPE3iDmYjhb7KMBFOP+tBkyw+/Y2YyDI5wpS7itXXxneN1zSsUwWx3Ji6YiVYrhAnpQGS/vkw==",
|
|
929
|
+
"dependencies": {
|
|
930
|
+
"@types/node": "*"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
706
933
|
"node_modules/@types/node": {
|
|
707
934
|
"version": "18.18.4",
|
|
708
935
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz",
|
|
709
|
-
"integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ=="
|
|
710
|
-
"dev": true
|
|
936
|
+
"integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ=="
|
|
711
937
|
},
|
|
712
938
|
"node_modules/@types/node-forge": {
|
|
713
939
|
"version": "1.3.7",
|
|
@@ -750,15 +976,6 @@
|
|
|
750
976
|
"integrity": "sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==",
|
|
751
977
|
"dev": true
|
|
752
978
|
},
|
|
753
|
-
"node_modules/@types/through": {
|
|
754
|
-
"version": "0.0.30",
|
|
755
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
|
|
756
|
-
"integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
|
|
757
|
-
"dev": true,
|
|
758
|
-
"dependencies": {
|
|
759
|
-
"@types/node": "*"
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
979
|
"node_modules/@types/update-notifier": {
|
|
763
980
|
"version": "6.0.5",
|
|
764
981
|
"resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-6.0.5.tgz",
|
|
@@ -775,6 +992,11 @@
|
|
|
775
992
|
"integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
|
|
776
993
|
"dev": true
|
|
777
994
|
},
|
|
995
|
+
"node_modules/@types/wrap-ansi": {
|
|
996
|
+
"version": "3.0.0",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
998
|
+
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g=="
|
|
999
|
+
},
|
|
778
1000
|
"node_modules/@types/xmldom": {
|
|
779
1001
|
"version": "0.1.31",
|
|
780
1002
|
"resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.31.tgz",
|
|
@@ -1539,11 +1761,6 @@
|
|
|
1539
1761
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1540
1762
|
}
|
|
1541
1763
|
},
|
|
1542
|
-
"node_modules/chardet": {
|
|
1543
|
-
"version": "0.7.0",
|
|
1544
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
1545
|
-
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
|
|
1546
|
-
},
|
|
1547
1764
|
"node_modules/chokidar": {
|
|
1548
1765
|
"version": "3.5.3",
|
|
1549
1766
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
|
|
@@ -2416,19 +2633,6 @@
|
|
|
2416
2633
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
2417
2634
|
}
|
|
2418
2635
|
},
|
|
2419
|
-
"node_modules/external-editor": {
|
|
2420
|
-
"version": "3.1.0",
|
|
2421
|
-
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
2422
|
-
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
2423
|
-
"dependencies": {
|
|
2424
|
-
"chardet": "^0.7.0",
|
|
2425
|
-
"iconv-lite": "^0.4.24",
|
|
2426
|
-
"tmp": "^0.0.33"
|
|
2427
|
-
},
|
|
2428
|
-
"engines": {
|
|
2429
|
-
"node": ">=4"
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
2636
|
"node_modules/fast-deep-equal": {
|
|
2433
2637
|
"version": "3.1.3",
|
|
2434
2638
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -2506,29 +2710,25 @@
|
|
|
2506
2710
|
}
|
|
2507
2711
|
},
|
|
2508
2712
|
"node_modules/figures": {
|
|
2509
|
-
"version": "
|
|
2510
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-
|
|
2511
|
-
"integrity": "sha512-
|
|
2713
|
+
"version": "3.2.0",
|
|
2714
|
+
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
2715
|
+
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
2512
2716
|
"dependencies": {
|
|
2513
|
-
"escape-string-regexp": "^
|
|
2514
|
-
"is-unicode-supported": "^1.2.0"
|
|
2717
|
+
"escape-string-regexp": "^1.0.5"
|
|
2515
2718
|
},
|
|
2516
2719
|
"engines": {
|
|
2517
|
-
"node": ">=
|
|
2720
|
+
"node": ">=8"
|
|
2518
2721
|
},
|
|
2519
2722
|
"funding": {
|
|
2520
2723
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2521
2724
|
}
|
|
2522
2725
|
},
|
|
2523
2726
|
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
2524
|
-
"version": "
|
|
2525
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-
|
|
2526
|
-
"integrity": "sha512
|
|
2727
|
+
"version": "1.0.5",
|
|
2728
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
2729
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
2527
2730
|
"engines": {
|
|
2528
|
-
"node": ">=
|
|
2529
|
-
},
|
|
2530
|
-
"funding": {
|
|
2531
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2731
|
+
"node": ">=0.8.0"
|
|
2532
2732
|
}
|
|
2533
2733
|
},
|
|
2534
2734
|
"node_modules/file-entry-cache": {
|
|
@@ -2941,17 +3141,6 @@
|
|
|
2941
3141
|
"node": ">=10.17.0"
|
|
2942
3142
|
}
|
|
2943
3143
|
},
|
|
2944
|
-
"node_modules/iconv-lite": {
|
|
2945
|
-
"version": "0.4.24",
|
|
2946
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
2947
|
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
2948
|
-
"dependencies": {
|
|
2949
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
2950
|
-
},
|
|
2951
|
-
"engines": {
|
|
2952
|
-
"node": ">=0.10.0"
|
|
2953
|
-
}
|
|
2954
|
-
},
|
|
2955
3144
|
"node_modules/ieee754": {
|
|
2956
3145
|
"version": "1.2.1",
|
|
2957
3146
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
@@ -3046,76 +3235,6 @@
|
|
|
3046
3235
|
"node": ">=10"
|
|
3047
3236
|
}
|
|
3048
3237
|
},
|
|
3049
|
-
"node_modules/inquirer": {
|
|
3050
|
-
"version": "9.2.11",
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
|
|
3052
|
-
"integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
|
|
3053
|
-
"dependencies": {
|
|
3054
|
-
"@ljharb/through": "^2.3.9",
|
|
3055
|
-
"ansi-escapes": "^4.3.2",
|
|
3056
|
-
"chalk": "^5.3.0",
|
|
3057
|
-
"cli-cursor": "^3.1.0",
|
|
3058
|
-
"cli-width": "^4.1.0",
|
|
3059
|
-
"external-editor": "^3.1.0",
|
|
3060
|
-
"figures": "^5.0.0",
|
|
3061
|
-
"lodash": "^4.17.21",
|
|
3062
|
-
"mute-stream": "1.0.0",
|
|
3063
|
-
"ora": "^5.4.1",
|
|
3064
|
-
"run-async": "^3.0.0",
|
|
3065
|
-
"rxjs": "^7.8.1",
|
|
3066
|
-
"string-width": "^4.2.3",
|
|
3067
|
-
"strip-ansi": "^6.0.1",
|
|
3068
|
-
"wrap-ansi": "^6.2.0"
|
|
3069
|
-
},
|
|
3070
|
-
"engines": {
|
|
3071
|
-
"node": ">=14.18.0"
|
|
3072
|
-
}
|
|
3073
|
-
},
|
|
3074
|
-
"node_modules/inquirer/node_modules/ansi-styles": {
|
|
3075
|
-
"version": "4.3.0",
|
|
3076
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3077
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3078
|
-
"dependencies": {
|
|
3079
|
-
"color-convert": "^2.0.1"
|
|
3080
|
-
},
|
|
3081
|
-
"engines": {
|
|
3082
|
-
"node": ">=8"
|
|
3083
|
-
},
|
|
3084
|
-
"funding": {
|
|
3085
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
"node_modules/inquirer/node_modules/emoji-regex": {
|
|
3089
|
-
"version": "8.0.0",
|
|
3090
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3091
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3092
|
-
},
|
|
3093
|
-
"node_modules/inquirer/node_modules/string-width": {
|
|
3094
|
-
"version": "4.2.3",
|
|
3095
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3096
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3097
|
-
"dependencies": {
|
|
3098
|
-
"emoji-regex": "^8.0.0",
|
|
3099
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
3100
|
-
"strip-ansi": "^6.0.1"
|
|
3101
|
-
},
|
|
3102
|
-
"engines": {
|
|
3103
|
-
"node": ">=8"
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
3107
|
-
"version": "6.2.0",
|
|
3108
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3109
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3110
|
-
"dependencies": {
|
|
3111
|
-
"ansi-styles": "^4.0.0",
|
|
3112
|
-
"string-width": "^4.1.0",
|
|
3113
|
-
"strip-ansi": "^6.0.0"
|
|
3114
|
-
},
|
|
3115
|
-
"engines": {
|
|
3116
|
-
"node": ">=8"
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
3238
|
"node_modules/is-binary-path": {
|
|
3120
3239
|
"version": "2.1.0",
|
|
3121
3240
|
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
@@ -3277,17 +3396,6 @@
|
|
|
3277
3396
|
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
|
|
3278
3397
|
"integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
|
|
3279
3398
|
},
|
|
3280
|
-
"node_modules/is-unicode-supported": {
|
|
3281
|
-
"version": "1.3.0",
|
|
3282
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
3283
|
-
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
|
|
3284
|
-
"engines": {
|
|
3285
|
-
"node": ">=12"
|
|
3286
|
-
},
|
|
3287
|
-
"funding": {
|
|
3288
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3289
|
-
}
|
|
3290
|
-
},
|
|
3291
3399
|
"node_modules/is-wsl": {
|
|
3292
3400
|
"version": "2.2.0",
|
|
3293
3401
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
@@ -4038,14 +4146,6 @@
|
|
|
4038
4146
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4039
4147
|
}
|
|
4040
4148
|
},
|
|
4041
|
-
"node_modules/os-tmpdir": {
|
|
4042
|
-
"version": "1.0.2",
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
4044
|
-
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
4045
|
-
"engines": {
|
|
4046
|
-
"node": ">=0.10.0"
|
|
4047
|
-
}
|
|
4048
|
-
},
|
|
4049
4149
|
"node_modules/p-cancelable": {
|
|
4050
4150
|
"version": "3.0.0",
|
|
4051
4151
|
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
@@ -4552,14 +4652,6 @@
|
|
|
4552
4652
|
"queue-microtask": "^1.2.2"
|
|
4553
4653
|
}
|
|
4554
4654
|
},
|
|
4555
|
-
"node_modules/rxjs": {
|
|
4556
|
-
"version": "7.8.1",
|
|
4557
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
4558
|
-
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
4559
|
-
"dependencies": {
|
|
4560
|
-
"tslib": "^2.1.0"
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
4655
|
"node_modules/safe-buffer": {
|
|
4564
4656
|
"version": "5.2.1",
|
|
4565
4657
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
@@ -4579,11 +4671,6 @@
|
|
|
4579
4671
|
}
|
|
4580
4672
|
]
|
|
4581
4673
|
},
|
|
4582
|
-
"node_modules/safer-buffer": {
|
|
4583
|
-
"version": "2.1.2",
|
|
4584
|
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
4585
|
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
|
4586
|
-
},
|
|
4587
4674
|
"node_modules/semver": {
|
|
4588
4675
|
"version": "7.5.4",
|
|
4589
4676
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
@@ -4882,17 +4969,6 @@
|
|
|
4882
4969
|
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
|
|
4883
4970
|
"dev": true
|
|
4884
4971
|
},
|
|
4885
|
-
"node_modules/tmp": {
|
|
4886
|
-
"version": "0.0.33",
|
|
4887
|
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
4888
|
-
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
4889
|
-
"dependencies": {
|
|
4890
|
-
"os-tmpdir": "~1.0.2"
|
|
4891
|
-
},
|
|
4892
|
-
"engines": {
|
|
4893
|
-
"node": ">=0.6.0"
|
|
4894
|
-
}
|
|
4895
|
-
},
|
|
4896
4972
|
"node_modules/to-regex-range": {
|
|
4897
4973
|
"version": "5.0.1",
|
|
4898
4974
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.2.0-beta.
|
|
3
|
+
"version": "7.2.0-beta.c7e1c03",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -84,11 +84,6 @@
|
|
|
84
84
|
"email": "appie@digiwijs.nl",
|
|
85
85
|
"web": "https://www.cloudappie.nl/"
|
|
86
86
|
},
|
|
87
|
-
{
|
|
88
|
-
"name": "Patrick Lamber",
|
|
89
|
-
"email": "patrick@nubo.eu",
|
|
90
|
-
"web": "https://www.nubo.eu/"
|
|
91
|
-
},
|
|
92
87
|
{
|
|
93
88
|
"name": "Arjun Menon",
|
|
94
89
|
"email": "arjun.umenon@gmail.com",
|
|
@@ -250,6 +245,9 @@
|
|
|
250
245
|
"dependencies": {
|
|
251
246
|
"@azure/msal-common": "^13.2.1",
|
|
252
247
|
"@azure/msal-node": "^1.18.3",
|
|
248
|
+
"@inquirer/confirm": "^2.0.12",
|
|
249
|
+
"@inquirer/input": "^1.2.11",
|
|
250
|
+
"@inquirer/select": "^1.2.11",
|
|
253
251
|
"@xmldom/xmldom": "^0.8.10",
|
|
254
252
|
"adaptive-expressions": "^4.20.1",
|
|
255
253
|
"adaptivecards": "^3.0.1",
|
|
@@ -262,7 +260,6 @@
|
|
|
262
260
|
"configstore": "^6.0.0",
|
|
263
261
|
"csv-stringify": "^6.4.4",
|
|
264
262
|
"easy-table": "^1.2.0",
|
|
265
|
-
"inquirer": "^9.2.11",
|
|
266
263
|
"jmespath": "^0.16.0",
|
|
267
264
|
"json-to-ast": "^2.1.0",
|
|
268
265
|
"minimist": "^1.2.8",
|
|
@@ -280,7 +277,6 @@
|
|
|
280
277
|
"devDependencies": {
|
|
281
278
|
"@microsoft/microsoft-graph-types": "^2.38.0",
|
|
282
279
|
"@types/adm-zip": "^0.5.2",
|
|
283
|
-
"@types/inquirer": "^9.0.4",
|
|
284
280
|
"@types/jmespath": "^0.15.0",
|
|
285
281
|
"@types/json-to-ast": "^2.1.2",
|
|
286
282
|
"@types/minimist": "^1.2.3",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const prefix = 'search';
|
|
2
|
-
export default {
|
|
3
|
-
EXTERNALCONNECTION_ADD: `${prefix} externalconnection add`,
|
|
4
|
-
EXTERNALCONNECTION_GET: `${prefix} externalconnection get`,
|
|
5
|
-
EXTERNALCONNECTION_LIST: `${prefix} externalconnection list`,
|
|
6
|
-
EXTERNALCONNECTION_REMOVE: `${prefix} externalconnection remove`,
|
|
7
|
-
EXTERNALCONNECTION_SCHEMA_ADD: `${prefix} externalconnection schema add`
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=commands.js.map
|