@pnp/cli-microsoft365 11.6.0-beta.ab6d130 → 11.6.0-beta.bc374af
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-admin.yaml +40 -0
- package/.devproxy/api-specs/sharepoint.yaml +48 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/cli/cli.js +3 -0
- package/dist/m365/base/PeriodBasedReport.js +1 -1
- package/dist/m365/cli/commands/config/config-set.js +1 -1
- package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +2 -2
- package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +1 -1
- package/dist/m365/entra/commands/group/group-add.js +2 -4
- package/dist/m365/entra/commands/group/group-member-list.js +1 -1
- package/dist/m365/entra/commands/m365group/m365group-add.js +4 -8
- package/dist/m365/entra/commands/user/user-recyclebinitem-list.js +5 -0
- package/dist/m365/file/commands/convert/convert-pdf.js +3 -5
- package/dist/m365/file/commands/file-add.js +3 -5
- package/dist/m365/file/commands/file-list.js +1 -2
- package/dist/m365/flow/commands/flow-export.js +1 -2
- package/dist/m365/flow/commands/owner/owner-remove.js +1 -1
- package/dist/m365/graph/commands/schemaextension/schemaextension-set.js +1 -1
- package/dist/m365/outlook/commands/calendargroup/calendargroup-list.js +87 -0
- package/dist/m365/outlook/commands.js +1 -0
- package/dist/m365/planner/commands/task/task-add.js +1 -2
- package/dist/m365/planner/commands/task/task-list.js +1 -1
- package/dist/m365/planner/commands/task/task-set.js +1 -2
- package/dist/m365/pp/commands/environment/environment-list.js +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/rules/DependencyRule.js +1 -2
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003003_CFG_bundles.js +4 -5
- package/dist/m365/spfx/commands/spfx-doctor.js +1 -2
- package/dist/m365/spo/commands/agent/agent-add.js +172 -0
- package/dist/m365/spo/commands/app/app-deploy.js +2 -4
- package/dist/m365/spo/commands/app/app-list.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-get.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-origin-add.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-origin-list.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-policy-list.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-set.js +2 -3
- package/dist/m365/spo/commands/contenttype/contenttype-set.js +2 -2
- package/dist/m365/spo/commands/field/field-get.js +1 -1
- package/dist/m365/spo/commands/field/field-remove.js +1 -1
- package/dist/m365/spo/commands/file/file-remove.js +1 -1
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +1 -1
- package/dist/m365/spo/commands/list/list-remove.js +1 -1
- package/dist/m365/spo/commands/list/list-set.js +186 -378
- package/dist/m365/spo/commands/list/list-view-field-add.js +1 -2
- package/dist/m365/spo/commands/listitem/listitem-isrecord.js +2 -3
- package/dist/m365/spo/commands/listitem/listitem-record-declare.js +1 -1
- package/dist/m365/spo/commands/navigation/navigation-node-get.js +18 -28
- package/dist/m365/spo/commands/navigation/navigation-node-list.js +14 -39
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-add.js +1 -2
- package/dist/m365/spo/commands/page/clientsidepages.js +6 -6
- package/dist/m365/spo/commands/page/page-add.js +2 -4
- package/dist/m365/spo/commands/page/page-header-set.js +4 -6
- package/dist/m365/spo/commands/page/page-section-add.js +7 -7
- package/dist/m365/spo/commands/page/page-set.js +6 -12
- package/dist/m365/spo/commands/page/page-text-add.js +1 -2
- package/dist/m365/spo/commands/site/site-accessrequest-setting-set.js +102 -0
- package/dist/m365/spo/commands/site/site-add.js +38 -8
- package/dist/m365/spo/commands/site/site-apppermission-add.js +1 -1
- package/dist/m365/spo/commands/site/site-set.js +1 -1
- package/dist/m365/spo/commands/spo-search.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-site-get.js +112 -0
- package/dist/m365/spo/commands/term/term-group-add.js +1 -2
- package/dist/m365/spo/commands/term/term-set-add.js +1 -2
- package/dist/m365/spo/commands/theme/theme-apply.js +1 -1
- package/dist/m365/spo/commands/user/user-list.js +1 -3
- package/dist/m365/spo/commands/web/web-add.js +2 -4
- package/dist/m365/spo/commands/web/web-reindex.js +1 -2
- package/dist/m365/spo/commands.js +3 -0
- package/dist/m365/spp/commands/autofillcolumn/autofillcolumn-set.js +1 -1
- package/dist/m365/viva/commands/engage/engage-role-member-remove.js +83 -0
- package/dist/m365/viva/commands/engage/engage-search.js +1 -1
- package/dist/m365/viva/commands.js +1 -0
- package/dist/utils/accessToken.js +21 -0
- package/dist/utils/brandCenter.js +29 -0
- package/dist/utils/odata.js +1 -2
- package/dist/utils/powerPlatform.js +1 -1
- package/dist/utils/spo.js +2 -2
- package/dist/utils/urlUtil.js +2 -12
- package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
- package/docs/docs/cmd/app/app-get.mdx +1 -1
- package/docs/docs/cmd/app/app-open.mdx +1 -1
- package/docs/docs/cmd/app/permission/permission-add.mdx +1 -1
- package/docs/docs/cmd/app/permission/permission-list.mdx +1 -1
- package/docs/docs/cmd/booking/business/business-get.mdx +1 -1
- package/docs/docs/cmd/booking/business/business-list.mdx +1 -1
- package/docs/docs/cmd/cli/app/app-add.mdx +1 -1
- package/docs/docs/cmd/cli/app/app-reconsent.mdx +1 -1
- package/docs/docs/cmd/cli/cli-consent.mdx +1 -1
- package/docs/docs/cmd/cli/cli-doctor.mdx +1 -1
- package/docs/docs/cmd/cli/cli-issue.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-clink-update.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-pwsh-setup.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-pwsh-update.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-sh-setup.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-sh-update.mdx +1 -1
- package/docs/docs/cmd/cli/config/config-get.mdx +2 -2
- package/docs/docs/cmd/cli/config/config-list.mdx +2 -2
- package/docs/docs/cmd/cli/config/config-reset.mdx +2 -2
- package/docs/docs/cmd/cli/config/config-set.mdx +2 -2
- package/docs/docs/cmd/connection/connection-list.mdx +1 -1
- package/docs/docs/cmd/connection/connection-remove.mdx +1 -1
- package/docs/docs/cmd/connection/connection-set.mdx +1 -1
- package/docs/docs/cmd/connection/connection-use.mdx +1 -1
- package/docs/docs/cmd/context/context-init.mdx +1 -1
- package/docs/docs/cmd/context/context-remove.mdx +1 -1
- package/docs/docs/cmd/context/option/option-list.mdx +1 -1
- package/docs/docs/cmd/context/option/option-remove.mdx +1 -1
- package/docs/docs/cmd/context/option/option-set.mdx +1 -1
- package/docs/docs/cmd/docs.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-remove.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-add.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-get.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-list.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-permission-add.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-permission-list.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-permission-remove.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-role-add.mdx +22 -1
- package/docs/docs/cmd/entra/app/app-role-list.mdx +21 -2
- package/docs/docs/cmd/entra/app/app-role-remove.mdx +23 -2
- package/docs/docs/cmd/entra/app/app-set.mdx +1 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +1 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-remove.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-add.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-get.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-list.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-add.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-list.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-remove.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-set.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-remove.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-set.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +1 -1
- package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +1 -1
- package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +1 -1
- package/docs/docs/cmd/entra/license/license-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-add.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-get.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-set.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-add.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-get.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-remove.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-set.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +1 -1
- package/docs/docs/cmd/entra/organization/organization-list.mdx +1 -1
- package/docs/docs/cmd/entra/organization/organization-set.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-remove.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +1 -1
- package/docs/docs/cmd/entra/policy/policy-list.mdx +20 -1
- package/docs/docs/cmd/entra/resourcenamespace/resourcenamespace-list.mdx +20 -1
- package/docs/docs/cmd/entra/roleassignment/roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-add.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-get.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-list.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-remove.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-set.mdx +1 -1
- package/docs/docs/cmd/entra/rolepermission/rolepermission-list.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-add.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-get.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-groupmembership-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-guest-add.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-hibp.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-license-add.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-license-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-license-remove.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-remove.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-session-revoke.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-set.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-signin-list.mdx +1 -1
- package/docs/docs/cmd/exo/approleassignment/approleassignment-add.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-add.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-doctor.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-get.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-list.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-remove.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-schema-add.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx +1 -1
- package/docs/docs/cmd/external/item/item-add.mdx +1 -1
- package/docs/docs/cmd/file/convert/convert-pdf.mdx +1 -1
- package/docs/docs/cmd/file/file-add.mdx +1 -1
- package/docs/docs/cmd/file/file-copy.mdx +1 -1
- package/docs/docs/cmd/file/file-list.mdx +1 -1
- package/docs/docs/cmd/file/file-move.mdx +1 -1
- package/docs/docs/cmd/flow/environment/environment-get.mdx +1 -1
- package/docs/docs/cmd/flow/environment/environment-list.mdx +1 -1
- package/docs/docs/cmd/flow/flow-disable.mdx +1 -1
- package/docs/docs/cmd/flow/flow-enable.mdx +1 -1
- package/docs/docs/cmd/flow/flow-export.mdx +1 -1
- package/docs/docs/cmd/flow/flow-get.mdx +1 -1
- package/docs/docs/cmd/flow/flow-list.mdx +1 -1
- package/docs/docs/cmd/flow/flow-remove.mdx +1 -1
- package/docs/docs/cmd/flow/owner/owner-ensure.mdx +1 -1
- package/docs/docs/cmd/flow/owner/owner-list.mdx +1 -1
- package/docs/docs/cmd/flow/owner/owner-remove.mdx +1 -1
- package/docs/docs/cmd/flow/recyclebinitem/recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/flow/recyclebinitem/recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-cancel.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-get.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-list.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-resubmit.mdx +1 -1
- package/docs/docs/cmd/graph/changelog/changelog-list.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-get.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-remove.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-get.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-list.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-remove.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-set.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
- package/docs/docs/cmd/graph/subscription/subscription-add.mdx +1 -1
- package/docs/docs/cmd/login.mdx +1 -1
- package/docs/docs/cmd/logout.mdx +1 -1
- package/docs/docs/cmd/onedrive/onedrive-list.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +1 -1
- package/docs/docs/cmd/onenote/notebook/notebook-add.mdx +1 -1
- package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +1 -1
- package/docs/docs/cmd/onenote/page/page-list.mdx +1 -1
- package/docs/docs/cmd/outlook/calendargroup/calendargroup-list.mdx +120 -0
- package/docs/docs/cmd/outlook/mail/mail-searchfolder-add.mdx +1 -1
- package/docs/docs/cmd/outlook/mail/mail-send.mdx +1 -1
- package/docs/docs/cmd/outlook/mailbox/mailbox-settings-get.mdx +1 -1
- package/docs/docs/cmd/outlook/mailbox/mailbox-settings-set.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-get.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-list.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-move.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-remove.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +1 -1
- package/docs/docs/cmd/outlook/room/room-list.mdx +1 -1
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-consent-set.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-export.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-get.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-list.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-owner-set.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-permission-ensure.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-permission-list.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-permission-remove.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/pa/connector/connector-export.mdx +1 -1
- package/docs/docs/cmd/pa/connector/connector-list.mdx +1 -1
- package/docs/docs/cmd/pa/environment/environment-get.mdx +1 -1
- package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-get.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-list.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-add.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-get.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-list.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-remove.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-set.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-add.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-get.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-add.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-get.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-list.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-reference-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -1
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +1 -1
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +1 -1
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +1 -1
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.mdx +1 -1
- package/docs/docs/cmd/pp/copilot/copilot-get.mdx +1 -1
- package/docs/docs/cmd/pp/copilot/copilot-list.mdx +1 -1
- package/docs/docs/cmd/pp/copilot/copilot-remove.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +1 -1
- package/docs/docs/cmd/pp/environment/environment-get.mdx +1 -1
- package/docs/docs/cmd/pp/environment/environment-list.mdx +1 -1
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +1 -1
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -1
- package/docs/docs/cmd/pp/managementapp/managementapp-add.mdx +1 -1
- package/docs/docs/cmd/pp/managementapp/managementapp-list.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-get.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-list.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publish.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-remove.mdx +1 -1
- package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +1 -1
- package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +1 -1
- package/docs/docs/cmd/pp/website/website-get.mdx +1 -1
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +1 -1
- package/docs/docs/cmd/purview/threatassessment/threatassessment-add.mdx +1 -1
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +1 -1
- package/docs/docs/cmd/purview/threatassessment/threatassessment-list.mdx +1 -1
- package/docs/docs/cmd/request.mdx +1 -1
- package/docs/docs/cmd/search.mdx +1 -1
- package/docs/docs/cmd/setup.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-activate.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-add.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-get.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-list.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-permission-list.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-remove.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-add.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-get.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-list.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-remove.mdx +1 -1
- package/docs/docs/cmd/spfx/package/package-generate.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-azuredevops-pipeline-add.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-github-workflow-add.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-permissions-grant.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-rename.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/agent/agent-add.mdx +190 -0
- package/docs/docs/cmd/spo/app/app-add.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-deploy.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-get.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-install.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-list.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-retract.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +1 -1
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +1 -1
- package/docs/docs/cmd/spo/brandcenter/brandcenter-settings-list.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-list.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-sync.mdx +1 -1
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +1 -1
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +1 -1
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +1 -1
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +1 -1
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +1 -1
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +1 -1
- package/docs/docs/cmd/spo/feature/feature-list.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-add.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-get.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-list.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-remove.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-add.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkin.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkout.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-copy.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-list.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-move.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-rename.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-keep.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-list.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-add.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-list.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-move.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-set.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-add.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-clear.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-get.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-list.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-set.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-add.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-get.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-list.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-member-add.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-member-list.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-remove.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-set.mdx +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-add.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-get.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-list.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-set.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +1 -1
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +1 -1
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +1 -1
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-default-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-clear.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-set.mdx +20 -2
- package/docs/docs/cmd/spo/list/list-sitescript-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-get.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-isrecord.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-declare.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-lock.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-unlock.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +44 -11
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +37 -4
- package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +1 -1
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +1 -1
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +1 -1
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-column-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-column-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-remove.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-copy.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-header-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-publish.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-remove.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-remove.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-template-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-text-add.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-get.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-list.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-remove.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activitypages.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-add.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-get.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-accessrequest-setting-set.mdx +77 -0
- package/docs/docs/cmd/spo/site/site-add.mdx +15 -6
- package/docs/docs/cmd/spo/site/site-admin-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-admin-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-admin-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-archive.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-chrome-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-get.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-membership-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-move.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-rename.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-unarchive.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-versionpolicy-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +1 -1
- package/docs/docs/cmd/spo/spo-get.mdx +1 -1
- package/docs/docs/cmd/spo/spo-search.mdx +1 -1
- package/docs/docs/cmd/spo/spo-set.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-site-get.mdx +479 -0
- package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-get.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-get.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-list.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-list.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-get.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-list.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-set.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-get.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-list.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-remove.mdx +1 -1
- package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +1 -1
- package/docs/docs/cmd/spo/userprofile/userprofile-set.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-add.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-alert-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-alert-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-get.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-reindex.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-retentionlabel-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-set.mdx +1 -1
- package/docs/docs/cmd/spp/autofillcolumn/autofillcolumn-set.mdx +1 -1
- package/docs/docs/cmd/spp/contentcenter/contentcenter-list.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-apply.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-get.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-list.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-remove.mdx +1 -1
- package/docs/docs/cmd/status.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-install.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-list.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-publish.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-update.mdx +1 -1
- package/docs/docs/cmd/teams/cache/cache-remove.mdx +1 -1
- package/docs/docs/cmd/teams/callrecord/callrecord-get.mdx +1 -1
- package/docs/docs/cmd/teams/callrecord/callrecord-list.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-add.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-get.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-list.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-add.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-remove.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-set.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-get.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-member-add.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-message-list.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-message-send.mdx +1 -1
- package/docs/docs/cmd/teams/funsettings/funsettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/funsettings/funsettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-add.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-list.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-transcript-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +1 -1
- package/docs/docs/cmd/teams/membersettings/membersettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/membersettings/membersettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-get.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-list.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-remove.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-restore.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-send.mdx +1 -1
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-pstncalls.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-add.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-get.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-list.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-remove.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-add.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-app-list.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-archive.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-clone.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-get.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-list.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-remove.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-set.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-unarchive.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-add.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-list.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-remove.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-upgrade.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-list.mdx +1 -1
- package/docs/docs/cmd/tenant/id/id-get.mdx +1 -1
- package/docs/docs/cmd/tenant/info/info-get.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-get.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-list.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-remove.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-pronouns-get.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-pronouns-set.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-office365activationcounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-settings-get.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-settings-set.mdx +1 -1
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-add.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-get.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-list.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-remove.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-set.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-add.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-get.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-remove.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-set.mdx +1 -1
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +1 -1
- package/docs/docs/cmd/version.mdx +1 -1
- package/docs/docs/cmd/viva/connections/connections-app-create.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-add.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-get.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-set.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-add.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-add.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-get.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-like-set.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-network-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-deviceusagedistributionusercounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-deviceusageusercounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-deviceusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-groupsactivitycounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-groupsactivitydetail.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-groupsactivitygroupcounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-role-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-role-member-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-role-member-remove.mdx +71 -0
- package/docs/docs/cmd/viva/engage/engage-search.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-user-get.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-user-list.mdx +1 -1
- package/npm-shrinkwrap.json +289 -249
- package/package.json +7 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"version": "11.6.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@azure/msal-common": "^
|
|
13
|
-
"@azure/msal-node": "^
|
|
12
|
+
"@azure/msal-common": "^16.2.0",
|
|
13
|
+
"@azure/msal-node": "^5.0.6",
|
|
14
14
|
"@inquirer/confirm": "^6.0.8",
|
|
15
15
|
"@inquirer/input": "^5.0.8",
|
|
16
16
|
"@inquirer/select": "^5.1.0",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@actions/core": "^3.0.0",
|
|
52
|
+
"@eslint/js": "^10.0.1",
|
|
52
53
|
"@microsoft/microsoft-graph-types": "^2.43.1",
|
|
53
54
|
"@stylistic/eslint-plugin": "^5.9.0",
|
|
54
55
|
"@types/adm-zip": "^0.5.7",
|
|
@@ -66,9 +67,10 @@
|
|
|
66
67
|
"@types/yargs-parser": "^21.0.3",
|
|
67
68
|
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
68
69
|
"@typescript-eslint/parser": "^8.46.4",
|
|
69
|
-
"c8": "^
|
|
70
|
-
"eslint": "^
|
|
70
|
+
"c8": "^11.0.0",
|
|
71
|
+
"eslint": "^10.0.2",
|
|
71
72
|
"eslint-plugin-mocha": "^11.2.0",
|
|
73
|
+
"globals": "^17.4.0",
|
|
72
74
|
"mocha": "^11.7.5",
|
|
73
75
|
"rimraf": "^6.1.3",
|
|
74
76
|
"sinon": "^21.0.1",
|
|
@@ -278,6 +280,29 @@
|
|
|
278
280
|
"node": ">=20.0.0"
|
|
279
281
|
}
|
|
280
282
|
},
|
|
283
|
+
"node_modules/@azure/identity/node_modules/@azure/msal-common": {
|
|
284
|
+
"version": "15.15.0",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.15.0.tgz",
|
|
286
|
+
"integrity": "sha512-/n+bN0AKlVa+AOcETkJSKj38+bvFs78BaP4rNtv3MJCmPH0YrHiskMRe74OhyZ5DZjGISlFyxqvf9/4QVEi2tw==",
|
|
287
|
+
"license": "MIT",
|
|
288
|
+
"engines": {
|
|
289
|
+
"node": ">=0.8.0"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"node_modules/@azure/identity/node_modules/@azure/msal-node": {
|
|
293
|
+
"version": "3.8.8",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.8.8.tgz",
|
|
295
|
+
"integrity": "sha512-+f1VrJH1iI517t4zgmuhqORja0bL6LDQXfBqkjuMmfTYXTQQnh1EvwwxO3UbKLT05N0obF72SRHFrC1RBDv5Gg==",
|
|
296
|
+
"license": "MIT",
|
|
297
|
+
"dependencies": {
|
|
298
|
+
"@azure/msal-common": "15.15.0",
|
|
299
|
+
"jsonwebtoken": "^9.0.0",
|
|
300
|
+
"uuid": "^8.3.0"
|
|
301
|
+
},
|
|
302
|
+
"engines": {
|
|
303
|
+
"node": ">=16"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
281
306
|
"node_modules/@azure/identity/node_modules/open": {
|
|
282
307
|
"version": "10.2.0",
|
|
283
308
|
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
@@ -296,6 +321,15 @@
|
|
|
296
321
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
297
322
|
}
|
|
298
323
|
},
|
|
324
|
+
"node_modules/@azure/identity/node_modules/uuid": {
|
|
325
|
+
"version": "8.3.2",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
327
|
+
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
328
|
+
"license": "MIT",
|
|
329
|
+
"bin": {
|
|
330
|
+
"uuid": "dist/bin/uuid"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
299
333
|
"node_modules/@azure/identity/node_modules/wsl-utils": {
|
|
300
334
|
"version": "0.1.0",
|
|
301
335
|
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
@@ -468,26 +502,26 @@
|
|
|
468
502
|
}
|
|
469
503
|
},
|
|
470
504
|
"node_modules/@azure/msal-common": {
|
|
471
|
-
"version": "
|
|
472
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-
|
|
473
|
-
"integrity": "sha512
|
|
505
|
+
"version": "16.2.0",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.2.0.tgz",
|
|
507
|
+
"integrity": "sha512-ge0nGzTLmEE5lg7tSCbTBrYqMGkpFQeQEtqfcKPuGJn/FPFf8Xz51uDfZsm5xpstNZGMYPhHvnYbL8OeNp/aLw==",
|
|
474
508
|
"license": "MIT",
|
|
475
509
|
"engines": {
|
|
476
510
|
"node": ">=0.8.0"
|
|
477
511
|
}
|
|
478
512
|
},
|
|
479
513
|
"node_modules/@azure/msal-node": {
|
|
480
|
-
"version": "
|
|
481
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-
|
|
482
|
-
"integrity": "sha512
|
|
514
|
+
"version": "5.0.6",
|
|
515
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-5.0.6.tgz",
|
|
516
|
+
"integrity": "sha512-vwGXndrTkf/5Nu0xjobrFXW1AVlrbp2IrTdmJumSERfHXMsBQC+5YqIvLxCqT2+Rn+sBvzRpGaUqHCA8CKAyjg==",
|
|
483
517
|
"license": "MIT",
|
|
484
518
|
"dependencies": {
|
|
485
|
-
"@azure/msal-common": "
|
|
519
|
+
"@azure/msal-common": "16.2.0",
|
|
486
520
|
"jsonwebtoken": "^9.0.0",
|
|
487
521
|
"uuid": "^8.3.0"
|
|
488
522
|
},
|
|
489
523
|
"engines": {
|
|
490
|
-
"node": ">=
|
|
524
|
+
"node": ">=20"
|
|
491
525
|
}
|
|
492
526
|
},
|
|
493
527
|
"node_modules/@azure/msal-node/node_modules/uuid": {
|
|
@@ -642,176 +676,128 @@
|
|
|
642
676
|
}
|
|
643
677
|
},
|
|
644
678
|
"node_modules/@eslint/config-array": {
|
|
645
|
-
"version": "0.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.
|
|
647
|
-
"integrity": "sha512-
|
|
679
|
+
"version": "0.23.2",
|
|
680
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.2.tgz",
|
|
681
|
+
"integrity": "sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==",
|
|
648
682
|
"dev": true,
|
|
649
683
|
"license": "Apache-2.0",
|
|
650
684
|
"dependencies": {
|
|
651
|
-
"@eslint/object-schema": "^
|
|
685
|
+
"@eslint/object-schema": "^3.0.2",
|
|
652
686
|
"debug": "^4.3.1",
|
|
653
|
-
"minimatch": "^
|
|
687
|
+
"minimatch": "^10.2.1"
|
|
654
688
|
},
|
|
655
689
|
"engines": {
|
|
656
|
-
"node": "^
|
|
690
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
657
691
|
}
|
|
658
692
|
},
|
|
659
|
-
"node_modules/@eslint/config-array/node_modules/
|
|
660
|
-
"version": "
|
|
661
|
-
"resolved": "https://registry.npmjs.org/
|
|
662
|
-
"integrity": "sha512-
|
|
693
|
+
"node_modules/@eslint/config-array/node_modules/balanced-match": {
|
|
694
|
+
"version": "4.0.4",
|
|
695
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
696
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
663
697
|
"dev": true,
|
|
664
698
|
"license": "MIT",
|
|
665
|
-
"dependencies": {
|
|
666
|
-
"balanced-match": "^1.0.0",
|
|
667
|
-
"concat-map": "0.0.1"
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
671
|
-
"version": "3.1.2",
|
|
672
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
673
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
674
|
-
"dev": true,
|
|
675
|
-
"license": "ISC",
|
|
676
|
-
"dependencies": {
|
|
677
|
-
"brace-expansion": "^1.1.7"
|
|
678
|
-
},
|
|
679
|
-
"engines": {
|
|
680
|
-
"node": "*"
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
"node_modules/@eslint/config-helpers": {
|
|
684
|
-
"version": "0.4.2",
|
|
685
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
686
|
-
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
687
|
-
"dev": true,
|
|
688
|
-
"license": "Apache-2.0",
|
|
689
|
-
"dependencies": {
|
|
690
|
-
"@eslint/core": "^0.17.0"
|
|
691
|
-
},
|
|
692
699
|
"engines": {
|
|
693
|
-
"node": "
|
|
700
|
+
"node": "18 || 20 || >=22"
|
|
694
701
|
}
|
|
695
702
|
},
|
|
696
|
-
"node_modules/@eslint/
|
|
697
|
-
"version": "0.
|
|
698
|
-
"resolved": "https://registry.npmjs.org
|
|
699
|
-
"integrity": "sha512-
|
|
703
|
+
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
|
704
|
+
"version": "5.0.4",
|
|
705
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
706
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
700
707
|
"dev": true,
|
|
701
|
-
"license": "
|
|
708
|
+
"license": "MIT",
|
|
702
709
|
"dependencies": {
|
|
703
|
-
"
|
|
710
|
+
"balanced-match": "^4.0.2"
|
|
704
711
|
},
|
|
705
712
|
"engines": {
|
|
706
|
-
"node": "
|
|
713
|
+
"node": "18 || 20 || >=22"
|
|
707
714
|
}
|
|
708
715
|
},
|
|
709
|
-
"node_modules/@eslint/
|
|
710
|
-
"version": "
|
|
711
|
-
"resolved": "https://registry.npmjs.org
|
|
712
|
-
"integrity": "sha512-
|
|
716
|
+
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
717
|
+
"version": "10.2.4",
|
|
718
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
719
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
713
720
|
"dev": true,
|
|
714
|
-
"license": "
|
|
721
|
+
"license": "BlueOak-1.0.0",
|
|
715
722
|
"dependencies": {
|
|
716
|
-
"
|
|
717
|
-
"debug": "^4.3.2",
|
|
718
|
-
"espree": "^10.0.1",
|
|
719
|
-
"globals": "^14.0.0",
|
|
720
|
-
"ignore": "^5.2.0",
|
|
721
|
-
"import-fresh": "^3.2.1",
|
|
722
|
-
"js-yaml": "^4.1.1",
|
|
723
|
-
"minimatch": "^3.1.2",
|
|
724
|
-
"strip-json-comments": "^3.1.1"
|
|
723
|
+
"brace-expansion": "^5.0.2"
|
|
725
724
|
},
|
|
726
725
|
"engines": {
|
|
727
|
-
"node": "
|
|
726
|
+
"node": "18 || 20 || >=22"
|
|
728
727
|
},
|
|
729
728
|
"funding": {
|
|
730
|
-
"url": "https://
|
|
729
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
731
730
|
}
|
|
732
731
|
},
|
|
733
|
-
"node_modules/@eslint/
|
|
734
|
-
"version": "
|
|
735
|
-
"resolved": "https://registry.npmjs.org/
|
|
736
|
-
"integrity": "sha512-
|
|
732
|
+
"node_modules/@eslint/config-helpers": {
|
|
733
|
+
"version": "0.5.2",
|
|
734
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz",
|
|
735
|
+
"integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==",
|
|
737
736
|
"dev": true,
|
|
738
|
-
"license": "
|
|
737
|
+
"license": "Apache-2.0",
|
|
739
738
|
"dependencies": {
|
|
740
|
-
"
|
|
741
|
-
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
"node_modules/@eslint/eslintrc/node_modules/ignore": {
|
|
745
|
-
"version": "5.3.2",
|
|
746
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
747
|
-
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
748
|
-
"dev": true,
|
|
749
|
-
"license": "MIT",
|
|
739
|
+
"@eslint/core": "^1.1.0"
|
|
740
|
+
},
|
|
750
741
|
"engines": {
|
|
751
|
-
"node": ">=
|
|
742
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
752
743
|
}
|
|
753
744
|
},
|
|
754
|
-
"node_modules/@eslint/
|
|
755
|
-
"version": "
|
|
756
|
-
"resolved": "https://registry.npmjs.org/
|
|
757
|
-
"integrity": "sha512
|
|
745
|
+
"node_modules/@eslint/core": {
|
|
746
|
+
"version": "1.1.0",
|
|
747
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz",
|
|
748
|
+
"integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==",
|
|
758
749
|
"dev": true,
|
|
759
|
-
"license": "
|
|
750
|
+
"license": "Apache-2.0",
|
|
760
751
|
"dependencies": {
|
|
761
|
-
"
|
|
752
|
+
"@types/json-schema": "^7.0.15"
|
|
762
753
|
},
|
|
763
754
|
"engines": {
|
|
764
|
-
"node": "
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
|
-
"node_modules/@eslint/eslintrc/node_modules/strip-json-comments": {
|
|
768
|
-
"version": "3.1.1",
|
|
769
|
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
770
|
-
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
771
|
-
"dev": true,
|
|
772
|
-
"license": "MIT",
|
|
773
|
-
"engines": {
|
|
774
|
-
"node": ">=8"
|
|
775
|
-
},
|
|
776
|
-
"funding": {
|
|
777
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
755
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
778
756
|
}
|
|
779
757
|
},
|
|
780
758
|
"node_modules/@eslint/js": {
|
|
781
|
-
"version": "
|
|
782
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-
|
|
783
|
-
"integrity": "sha512-
|
|
759
|
+
"version": "10.0.1",
|
|
760
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
|
|
761
|
+
"integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
|
|
784
762
|
"dev": true,
|
|
785
763
|
"license": "MIT",
|
|
786
764
|
"engines": {
|
|
787
|
-
"node": "^
|
|
765
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
788
766
|
},
|
|
789
767
|
"funding": {
|
|
790
768
|
"url": "https://eslint.org/donate"
|
|
769
|
+
},
|
|
770
|
+
"peerDependencies": {
|
|
771
|
+
"eslint": "^10.0.0"
|
|
772
|
+
},
|
|
773
|
+
"peerDependenciesMeta": {
|
|
774
|
+
"eslint": {
|
|
775
|
+
"optional": true
|
|
776
|
+
}
|
|
791
777
|
}
|
|
792
778
|
},
|
|
793
779
|
"node_modules/@eslint/object-schema": {
|
|
794
|
-
"version": "
|
|
795
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-
|
|
796
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "3.0.2",
|
|
781
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.2.tgz",
|
|
782
|
+
"integrity": "sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==",
|
|
797
783
|
"dev": true,
|
|
798
784
|
"license": "Apache-2.0",
|
|
799
785
|
"engines": {
|
|
800
|
-
"node": "^
|
|
786
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
801
787
|
}
|
|
802
788
|
},
|
|
803
789
|
"node_modules/@eslint/plugin-kit": {
|
|
804
|
-
"version": "0.
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
806
|
-
"integrity": "sha512-
|
|
790
|
+
"version": "0.6.0",
|
|
791
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz",
|
|
792
|
+
"integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==",
|
|
807
793
|
"dev": true,
|
|
808
794
|
"license": "Apache-2.0",
|
|
809
795
|
"dependencies": {
|
|
810
|
-
"@eslint/core": "^
|
|
796
|
+
"@eslint/core": "^1.1.0",
|
|
811
797
|
"levn": "^0.4.1"
|
|
812
798
|
},
|
|
813
799
|
"engines": {
|
|
814
|
-
"node": "^
|
|
800
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
815
801
|
}
|
|
816
802
|
},
|
|
817
803
|
"node_modules/@grpc/grpc-js": {
|
|
@@ -2785,6 +2771,13 @@
|
|
|
2785
2771
|
"dev": true,
|
|
2786
2772
|
"license": "MIT"
|
|
2787
2773
|
},
|
|
2774
|
+
"node_modules/@types/esrecurse": {
|
|
2775
|
+
"version": "4.3.1",
|
|
2776
|
+
"resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
|
|
2777
|
+
"integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
|
|
2778
|
+
"dev": true,
|
|
2779
|
+
"license": "MIT"
|
|
2780
|
+
},
|
|
2788
2781
|
"node_modules/@types/estree": {
|
|
2789
2782
|
"version": "1.0.8",
|
|
2790
2783
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
@@ -3251,9 +3244,9 @@
|
|
|
3251
3244
|
}
|
|
3252
3245
|
},
|
|
3253
3246
|
"node_modules/acorn": {
|
|
3254
|
-
"version": "8.
|
|
3255
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
3256
|
-
"integrity": "sha512-
|
|
3247
|
+
"version": "8.16.0",
|
|
3248
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
3249
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
3257
3250
|
"license": "MIT",
|
|
3258
3251
|
"bin": {
|
|
3259
3252
|
"acorn": "bin/acorn"
|
|
@@ -3366,9 +3359,9 @@
|
|
|
3366
3359
|
}
|
|
3367
3360
|
},
|
|
3368
3361
|
"node_modules/ajv": {
|
|
3369
|
-
"version": "6.
|
|
3370
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.
|
|
3371
|
-
"integrity": "sha512-
|
|
3362
|
+
"version": "6.14.0",
|
|
3363
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
3364
|
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
3372
3365
|
"dev": true,
|
|
3373
3366
|
"license": "MIT",
|
|
3374
3367
|
"dependencies": {
|
|
@@ -3649,9 +3642,9 @@
|
|
|
3649
3642
|
}
|
|
3650
3643
|
},
|
|
3651
3644
|
"node_modules/c8": {
|
|
3652
|
-
"version": "
|
|
3653
|
-
"resolved": "https://registry.npmjs.org/c8/-/c8-
|
|
3654
|
-
"integrity": "sha512-
|
|
3645
|
+
"version": "11.0.0",
|
|
3646
|
+
"resolved": "https://registry.npmjs.org/c8/-/c8-11.0.0.tgz",
|
|
3647
|
+
"integrity": "sha512-e/uRViGHSVIJv7zsaDKM7VRn2390TgHXqUSvYwPHBQaU6L7E9L0n9JbdkwdYPvshDT0KymBmmlwSpms3yBaMNg==",
|
|
3655
3648
|
"dev": true,
|
|
3656
3649
|
"license": "ISC",
|
|
3657
3650
|
"dependencies": {
|
|
@@ -3662,7 +3655,7 @@
|
|
|
3662
3655
|
"istanbul-lib-coverage": "^3.2.0",
|
|
3663
3656
|
"istanbul-lib-report": "^3.0.1",
|
|
3664
3657
|
"istanbul-reports": "^3.1.6",
|
|
3665
|
-
"test-exclude": "^
|
|
3658
|
+
"test-exclude": "^8.0.0",
|
|
3666
3659
|
"v8-to-istanbul": "^9.0.0",
|
|
3667
3660
|
"yargs": "^17.7.2",
|
|
3668
3661
|
"yargs-parser": "^21.1.1"
|
|
@@ -3671,7 +3664,7 @@
|
|
|
3671
3664
|
"c8": "bin/c8.js"
|
|
3672
3665
|
},
|
|
3673
3666
|
"engines": {
|
|
3674
|
-
"node": ">=
|
|
3667
|
+
"node": "20 || >=22"
|
|
3675
3668
|
},
|
|
3676
3669
|
"peerDependencies": {
|
|
3677
3670
|
"monocart-coverage-reports": "^2"
|
|
@@ -3705,16 +3698,6 @@
|
|
|
3705
3698
|
"node": ">= 0.4"
|
|
3706
3699
|
}
|
|
3707
3700
|
},
|
|
3708
|
-
"node_modules/callsites": {
|
|
3709
|
-
"version": "3.1.0",
|
|
3710
|
-
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
3711
|
-
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
3712
|
-
"dev": true,
|
|
3713
|
-
"license": "MIT",
|
|
3714
|
-
"engines": {
|
|
3715
|
-
"node": ">=6"
|
|
3716
|
-
}
|
|
3717
|
-
},
|
|
3718
3701
|
"node_modules/camelcase": {
|
|
3719
3702
|
"version": "7.0.1",
|
|
3720
3703
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
|
|
@@ -3945,13 +3928,6 @@
|
|
|
3945
3928
|
"node": ">= 0.8"
|
|
3946
3929
|
}
|
|
3947
3930
|
},
|
|
3948
|
-
"node_modules/concat-map": {
|
|
3949
|
-
"version": "0.0.1",
|
|
3950
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
3951
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
3952
|
-
"dev": true,
|
|
3953
|
-
"license": "MIT"
|
|
3954
|
-
},
|
|
3955
3931
|
"node_modules/config-chain": {
|
|
3956
3932
|
"version": "1.1.13",
|
|
3957
3933
|
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
|
|
@@ -4373,33 +4349,30 @@
|
|
|
4373
4349
|
}
|
|
4374
4350
|
},
|
|
4375
4351
|
"node_modules/eslint": {
|
|
4376
|
-
"version": "
|
|
4377
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-
|
|
4378
|
-
"integrity": "sha512-
|
|
4352
|
+
"version": "10.0.2",
|
|
4353
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.2.tgz",
|
|
4354
|
+
"integrity": "sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==",
|
|
4379
4355
|
"dev": true,
|
|
4380
4356
|
"license": "MIT",
|
|
4381
4357
|
"dependencies": {
|
|
4382
4358
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4383
|
-
"@eslint-community/regexpp": "^4.12.
|
|
4384
|
-
"@eslint/config-array": "^0.
|
|
4385
|
-
"@eslint/config-helpers": "^0.
|
|
4386
|
-
"@eslint/core": "^
|
|
4387
|
-
"@eslint/
|
|
4388
|
-
"@eslint/js": "9.39.3",
|
|
4389
|
-
"@eslint/plugin-kit": "^0.4.1",
|
|
4359
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
4360
|
+
"@eslint/config-array": "^0.23.2",
|
|
4361
|
+
"@eslint/config-helpers": "^0.5.2",
|
|
4362
|
+
"@eslint/core": "^1.1.0",
|
|
4363
|
+
"@eslint/plugin-kit": "^0.6.0",
|
|
4390
4364
|
"@humanfs/node": "^0.16.6",
|
|
4391
4365
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4392
4366
|
"@humanwhocodes/retry": "^0.4.2",
|
|
4393
4367
|
"@types/estree": "^1.0.6",
|
|
4394
|
-
"ajv": "^6.
|
|
4395
|
-
"chalk": "^4.0.0",
|
|
4368
|
+
"ajv": "^6.14.0",
|
|
4396
4369
|
"cross-spawn": "^7.0.6",
|
|
4397
4370
|
"debug": "^4.3.2",
|
|
4398
4371
|
"escape-string-regexp": "^4.0.0",
|
|
4399
|
-
"eslint-scope": "^
|
|
4400
|
-
"eslint-visitor-keys": "^
|
|
4401
|
-
"espree": "^
|
|
4402
|
-
"esquery": "^1.
|
|
4372
|
+
"eslint-scope": "^9.1.1",
|
|
4373
|
+
"eslint-visitor-keys": "^5.0.1",
|
|
4374
|
+
"espree": "^11.1.1",
|
|
4375
|
+
"esquery": "^1.7.0",
|
|
4403
4376
|
"esutils": "^2.0.2",
|
|
4404
4377
|
"fast-deep-equal": "^3.1.3",
|
|
4405
4378
|
"file-entry-cache": "^8.0.0",
|
|
@@ -4409,8 +4382,7 @@
|
|
|
4409
4382
|
"imurmurhash": "^0.1.4",
|
|
4410
4383
|
"is-glob": "^4.0.0",
|
|
4411
4384
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
4412
|
-
"
|
|
4413
|
-
"minimatch": "^3.1.2",
|
|
4385
|
+
"minimatch": "^10.2.1",
|
|
4414
4386
|
"natural-compare": "^1.4.0",
|
|
4415
4387
|
"optionator": "^0.9.3"
|
|
4416
4388
|
},
|
|
@@ -4418,7 +4390,7 @@
|
|
|
4418
4390
|
"eslint": "bin/eslint.js"
|
|
4419
4391
|
},
|
|
4420
4392
|
"engines": {
|
|
4421
|
-
"node": "^
|
|
4393
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
4422
4394
|
},
|
|
4423
4395
|
"funding": {
|
|
4424
4396
|
"url": "https://eslint.org/donate"
|
|
@@ -4460,17 +4432,19 @@
|
|
|
4460
4432
|
}
|
|
4461
4433
|
},
|
|
4462
4434
|
"node_modules/eslint-scope": {
|
|
4463
|
-
"version": "
|
|
4464
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-
|
|
4465
|
-
"integrity": "sha512-
|
|
4435
|
+
"version": "9.1.1",
|
|
4436
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.1.tgz",
|
|
4437
|
+
"integrity": "sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==",
|
|
4466
4438
|
"dev": true,
|
|
4467
4439
|
"license": "BSD-2-Clause",
|
|
4468
4440
|
"dependencies": {
|
|
4441
|
+
"@types/esrecurse": "^4.3.1",
|
|
4442
|
+
"@types/estree": "^1.0.8",
|
|
4469
4443
|
"esrecurse": "^4.3.0",
|
|
4470
4444
|
"estraverse": "^5.2.0"
|
|
4471
4445
|
},
|
|
4472
4446
|
"engines": {
|
|
4473
|
-
"node": "^
|
|
4447
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
4474
4448
|
},
|
|
4475
4449
|
"funding": {
|
|
4476
4450
|
"url": "https://opencollective.com/eslint"
|
|
@@ -4489,32 +4463,58 @@
|
|
|
4489
4463
|
"url": "https://opencollective.com/eslint"
|
|
4490
4464
|
}
|
|
4491
4465
|
},
|
|
4466
|
+
"node_modules/eslint/node_modules/balanced-match": {
|
|
4467
|
+
"version": "4.0.4",
|
|
4468
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
4469
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
4470
|
+
"dev": true,
|
|
4471
|
+
"license": "MIT",
|
|
4472
|
+
"engines": {
|
|
4473
|
+
"node": "18 || 20 || >=22"
|
|
4474
|
+
}
|
|
4475
|
+
},
|
|
4492
4476
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
4493
|
-
"version": "
|
|
4494
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
4495
|
-
"integrity": "sha512-
|
|
4477
|
+
"version": "5.0.4",
|
|
4478
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
4479
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
4496
4480
|
"dev": true,
|
|
4497
4481
|
"license": "MIT",
|
|
4498
4482
|
"dependencies": {
|
|
4499
|
-
"balanced-match": "^
|
|
4500
|
-
|
|
4483
|
+
"balanced-match": "^4.0.2"
|
|
4484
|
+
},
|
|
4485
|
+
"engines": {
|
|
4486
|
+
"node": "18 || 20 || >=22"
|
|
4501
4487
|
}
|
|
4502
4488
|
},
|
|
4503
|
-
"node_modules/eslint/node_modules/
|
|
4504
|
-
"version": "
|
|
4505
|
-
"resolved": "https://registry.npmjs.org/
|
|
4506
|
-
"integrity": "sha512-
|
|
4489
|
+
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
4490
|
+
"version": "5.0.1",
|
|
4491
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
4492
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
4507
4493
|
"dev": true,
|
|
4508
|
-
"license": "
|
|
4494
|
+
"license": "Apache-2.0",
|
|
4495
|
+
"engines": {
|
|
4496
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
4497
|
+
},
|
|
4498
|
+
"funding": {
|
|
4499
|
+
"url": "https://opencollective.com/eslint"
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
4502
|
+
"node_modules/eslint/node_modules/espree": {
|
|
4503
|
+
"version": "11.1.1",
|
|
4504
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-11.1.1.tgz",
|
|
4505
|
+
"integrity": "sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==",
|
|
4506
|
+
"dev": true,
|
|
4507
|
+
"license": "BSD-2-Clause",
|
|
4509
4508
|
"dependencies": {
|
|
4510
|
-
"
|
|
4511
|
-
"
|
|
4509
|
+
"acorn": "^8.16.0",
|
|
4510
|
+
"acorn-jsx": "^5.3.2",
|
|
4511
|
+
"eslint-visitor-keys": "^5.0.1"
|
|
4512
4512
|
},
|
|
4513
4513
|
"engines": {
|
|
4514
|
-
"node": ">=
|
|
4514
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
4515
4515
|
},
|
|
4516
4516
|
"funding": {
|
|
4517
|
-
"url": "https://
|
|
4517
|
+
"url": "https://opencollective.com/eslint"
|
|
4518
4518
|
}
|
|
4519
4519
|
},
|
|
4520
4520
|
"node_modules/eslint/node_modules/ignore": {
|
|
@@ -4528,16 +4528,19 @@
|
|
|
4528
4528
|
}
|
|
4529
4529
|
},
|
|
4530
4530
|
"node_modules/eslint/node_modules/minimatch": {
|
|
4531
|
-
"version": "
|
|
4532
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
4533
|
-
"integrity": "sha512-
|
|
4531
|
+
"version": "10.2.4",
|
|
4532
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
4533
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
4534
4534
|
"dev": true,
|
|
4535
|
-
"license": "
|
|
4535
|
+
"license": "BlueOak-1.0.0",
|
|
4536
4536
|
"dependencies": {
|
|
4537
|
-
"brace-expansion": "^
|
|
4537
|
+
"brace-expansion": "^5.0.2"
|
|
4538
4538
|
},
|
|
4539
4539
|
"engines": {
|
|
4540
|
-
"node": "
|
|
4540
|
+
"node": "18 || 20 || >=22"
|
|
4541
|
+
},
|
|
4542
|
+
"funding": {
|
|
4543
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4541
4544
|
}
|
|
4542
4545
|
},
|
|
4543
4546
|
"node_modules/espree": {
|
|
@@ -5008,9 +5011,9 @@
|
|
|
5008
5011
|
}
|
|
5009
5012
|
},
|
|
5010
5013
|
"node_modules/globals": {
|
|
5011
|
-
"version": "
|
|
5012
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
|
5013
|
-
"integrity": "sha512-
|
|
5014
|
+
"version": "17.4.0",
|
|
5015
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
|
|
5016
|
+
"integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
|
|
5014
5017
|
"dev": true,
|
|
5015
5018
|
"license": "MIT",
|
|
5016
5019
|
"engines": {
|
|
@@ -5167,23 +5170,6 @@
|
|
|
5167
5170
|
"node": ">= 4"
|
|
5168
5171
|
}
|
|
5169
5172
|
},
|
|
5170
|
-
"node_modules/import-fresh": {
|
|
5171
|
-
"version": "3.3.1",
|
|
5172
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
5173
|
-
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
5174
|
-
"dev": true,
|
|
5175
|
-
"license": "MIT",
|
|
5176
|
-
"dependencies": {
|
|
5177
|
-
"parent-module": "^1.0.0",
|
|
5178
|
-
"resolve-from": "^4.0.0"
|
|
5179
|
-
},
|
|
5180
|
-
"engines": {
|
|
5181
|
-
"node": ">=6"
|
|
5182
|
-
},
|
|
5183
|
-
"funding": {
|
|
5184
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5185
|
-
}
|
|
5186
|
-
},
|
|
5187
5173
|
"node_modules/import-in-the-middle": {
|
|
5188
5174
|
"version": "2.0.6",
|
|
5189
5175
|
"resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-2.0.6.tgz",
|
|
@@ -5751,13 +5737,6 @@
|
|
|
5751
5737
|
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
5752
5738
|
"license": "MIT"
|
|
5753
5739
|
},
|
|
5754
|
-
"node_modules/lodash.merge": {
|
|
5755
|
-
"version": "4.6.2",
|
|
5756
|
-
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
5757
|
-
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
5758
|
-
"dev": true,
|
|
5759
|
-
"license": "MIT"
|
|
5760
|
-
},
|
|
5761
5740
|
"node_modules/lodash.once": {
|
|
5762
5741
|
"version": "4.1.1",
|
|
5763
5742
|
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
@@ -6226,19 +6205,6 @@
|
|
|
6226
6205
|
"dev": true,
|
|
6227
6206
|
"license": "BlueOak-1.0.0"
|
|
6228
6207
|
},
|
|
6229
|
-
"node_modules/parent-module": {
|
|
6230
|
-
"version": "1.0.1",
|
|
6231
|
-
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
6232
|
-
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
6233
|
-
"dev": true,
|
|
6234
|
-
"license": "MIT",
|
|
6235
|
-
"dependencies": {
|
|
6236
|
-
"callsites": "^3.0.0"
|
|
6237
|
-
},
|
|
6238
|
-
"engines": {
|
|
6239
|
-
"node": ">=6"
|
|
6240
|
-
}
|
|
6241
|
-
},
|
|
6242
6208
|
"node_modules/parse-ms": {
|
|
6243
6209
|
"version": "4.0.0",
|
|
6244
6210
|
"resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz",
|
|
@@ -6660,16 +6626,6 @@
|
|
|
6660
6626
|
"url": "https://github.com/sponsors/ljharb"
|
|
6661
6627
|
}
|
|
6662
6628
|
},
|
|
6663
|
-
"node_modules/resolve-from": {
|
|
6664
|
-
"version": "4.0.0",
|
|
6665
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
6666
|
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
6667
|
-
"dev": true,
|
|
6668
|
-
"license": "MIT",
|
|
6669
|
-
"engines": {
|
|
6670
|
-
"node": ">=4"
|
|
6671
|
-
}
|
|
6672
|
-
},
|
|
6673
6629
|
"node_modules/rimraf": {
|
|
6674
6630
|
"version": "6.1.3",
|
|
6675
6631
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.3.tgz",
|
|
@@ -7318,18 +7274,102 @@
|
|
|
7318
7274
|
}
|
|
7319
7275
|
},
|
|
7320
7276
|
"node_modules/test-exclude": {
|
|
7321
|
-
"version": "
|
|
7322
|
-
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-
|
|
7323
|
-
"integrity": "sha512-
|
|
7277
|
+
"version": "8.0.0",
|
|
7278
|
+
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-8.0.0.tgz",
|
|
7279
|
+
"integrity": "sha512-ZOffsNrXYggvU1mDGHk54I96r26P8SyMjO5slMKSc7+IWmtB/MQKnEC2fP51imB3/pT6YK5cT5E8f+Dd9KdyOQ==",
|
|
7324
7280
|
"dev": true,
|
|
7325
7281
|
"license": "ISC",
|
|
7326
7282
|
"dependencies": {
|
|
7327
7283
|
"@istanbuljs/schema": "^0.1.2",
|
|
7328
|
-
"glob": "^
|
|
7329
|
-
"minimatch": "^
|
|
7284
|
+
"glob": "^13.0.6",
|
|
7285
|
+
"minimatch": "^10.2.2"
|
|
7330
7286
|
},
|
|
7331
7287
|
"engines": {
|
|
7332
|
-
"node": ">=
|
|
7288
|
+
"node": "20 || >=22"
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
7292
|
+
"version": "4.0.4",
|
|
7293
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
7294
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
7295
|
+
"dev": true,
|
|
7296
|
+
"license": "MIT",
|
|
7297
|
+
"engines": {
|
|
7298
|
+
"node": "18 || 20 || >=22"
|
|
7299
|
+
}
|
|
7300
|
+
},
|
|
7301
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
7302
|
+
"version": "5.0.4",
|
|
7303
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
7304
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
7305
|
+
"dev": true,
|
|
7306
|
+
"license": "MIT",
|
|
7307
|
+
"dependencies": {
|
|
7308
|
+
"balanced-match": "^4.0.2"
|
|
7309
|
+
},
|
|
7310
|
+
"engines": {
|
|
7311
|
+
"node": "18 || 20 || >=22"
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
"node_modules/test-exclude/node_modules/glob": {
|
|
7315
|
+
"version": "13.0.6",
|
|
7316
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
7317
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
7318
|
+
"dev": true,
|
|
7319
|
+
"license": "BlueOak-1.0.0",
|
|
7320
|
+
"dependencies": {
|
|
7321
|
+
"minimatch": "^10.2.2",
|
|
7322
|
+
"minipass": "^7.1.3",
|
|
7323
|
+
"path-scurry": "^2.0.2"
|
|
7324
|
+
},
|
|
7325
|
+
"engines": {
|
|
7326
|
+
"node": "18 || 20 || >=22"
|
|
7327
|
+
},
|
|
7328
|
+
"funding": {
|
|
7329
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
7330
|
+
}
|
|
7331
|
+
},
|
|
7332
|
+
"node_modules/test-exclude/node_modules/lru-cache": {
|
|
7333
|
+
"version": "11.2.6",
|
|
7334
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
7335
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
7336
|
+
"dev": true,
|
|
7337
|
+
"license": "BlueOak-1.0.0",
|
|
7338
|
+
"engines": {
|
|
7339
|
+
"node": "20 || >=22"
|
|
7340
|
+
}
|
|
7341
|
+
},
|
|
7342
|
+
"node_modules/test-exclude/node_modules/minimatch": {
|
|
7343
|
+
"version": "10.2.4",
|
|
7344
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
7345
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
7346
|
+
"dev": true,
|
|
7347
|
+
"license": "BlueOak-1.0.0",
|
|
7348
|
+
"dependencies": {
|
|
7349
|
+
"brace-expansion": "^5.0.2"
|
|
7350
|
+
},
|
|
7351
|
+
"engines": {
|
|
7352
|
+
"node": "18 || 20 || >=22"
|
|
7353
|
+
},
|
|
7354
|
+
"funding": {
|
|
7355
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
7356
|
+
}
|
|
7357
|
+
},
|
|
7358
|
+
"node_modules/test-exclude/node_modules/path-scurry": {
|
|
7359
|
+
"version": "2.0.2",
|
|
7360
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
7361
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
7362
|
+
"dev": true,
|
|
7363
|
+
"license": "BlueOak-1.0.0",
|
|
7364
|
+
"dependencies": {
|
|
7365
|
+
"lru-cache": "^11.0.0",
|
|
7366
|
+
"minipass": "^7.1.2"
|
|
7367
|
+
},
|
|
7368
|
+
"engines": {
|
|
7369
|
+
"node": "18 || 20 || >=22"
|
|
7370
|
+
},
|
|
7371
|
+
"funding": {
|
|
7372
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
7333
7373
|
}
|
|
7334
7374
|
},
|
|
7335
7375
|
"node_modules/through": {
|