@pnp/cli-microsoft365 7.1.0-beta.aca68bd → 7.1.0-beta.d53f0d9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/Dockerfile +0 -1
- package/.eslintrc.cjs +1 -0
- package/Dockerfile +0 -1
- package/dist/Auth.js +1 -1
- package/dist/appInsights.js +5 -9
- package/dist/cli/Cli.js +6 -2
- package/dist/m365/spo/commands/app/app-deploy.js +1 -1
- package/dist/m365/spo/commands/app/app-get.js +1 -1
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +1 -1
- package/dist/m365/spo/commands/apppage/apppage-add.js +1 -1
- package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
- package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
- package/dist/m365/spo/commands/page/Page.js +1 -1
- package/dist/m365/spo/commands/page/page-add.js +1 -1
- package/dist/m365/spo/commands/page/page-get.js +1 -1
- package/dist/m365/spo/commands/page/page-header-set.js +1 -1
- package/dist/m365/spo/commands/page/page-remove.js +1 -1
- package/dist/m365/spo/commands/page/page-set.js +2 -2
- package/dist/m365/spo/commands/page/page-text-add.js +1 -1
- package/dist/m365/spo/commands/user/user-get.js +7 -1
- package/dist/telemetry.js +30 -14
- package/dist/telemetryRunner.js +26 -0
- package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
- package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
- package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
- package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
- package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
- package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
- package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
- package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
- package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
- package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
- package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
- package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
- package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
- package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
- package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
- package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
- package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
- package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
- package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
- package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
- package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
- package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
- package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
- package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
- package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
- package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
- package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
- package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
- package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
- package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
- package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
- package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
- package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
- package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
- package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
- package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
- package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
- package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
- package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
- package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
- package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
- package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
- package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
- package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
- package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
- package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
- package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
- package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
- package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
- package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
- package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
- package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
- package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
- package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
- package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
- package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
- package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
- package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
- package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
- package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
- package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
- package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
- package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
- package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
- package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
- package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
- package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
- package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
- package/eslint-rules/lib/index.js +2 -1
- package/eslint-rules/lib/rules/no-by-server-relative-url-usage.js +55 -0
- package/npm-shrinkwrap.json +86 -82
- package/package.json +20 -19
|
@@ -28,13 +28,13 @@ m365 todo task add [options]
|
|
|
28
28
|
: The body content of the task. In the UI this is called 'notes'.
|
|
29
29
|
|
|
30
30
|
`--bodyContentType [bodyContentType]`
|
|
31
|
-
: The type of the body content.
|
|
31
|
+
: The type of the body content. Allowed values: `text` and `html`. Defaults to `text`.
|
|
32
32
|
|
|
33
33
|
`--dueDateTime [dueDateTime]`
|
|
34
34
|
: The date when the task is due. This should be defined as a valid ISO 8601 string in the UTC time zone. Only date value is needed, time value is always ignored.
|
|
35
35
|
|
|
36
36
|
`--importance [importance]`
|
|
37
|
-
: The importance of the task.
|
|
37
|
+
: The importance of the task. Allowed values: `low`, `normal`, `high`. Defaults to `normal`.
|
|
38
38
|
|
|
39
39
|
`--reminderDateTime [reminderDateTime]`
|
|
40
40
|
: The date and time for a reminder alert of the task to occur. This should be defined as a valid ISO 8601 string in the UTC time zone.
|
|
@@ -46,10 +46,10 @@ m365 todo task add [options]
|
|
|
46
46
|
: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`. This option can only be used when the `status` is set to `completed`.
|
|
47
47
|
|
|
48
48
|
`--startDateTime [startDateTime]`
|
|
49
|
-
: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z
|
|
49
|
+
: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
|
|
50
50
|
|
|
51
51
|
`--status [status]`
|
|
52
|
-
: Indicates the state or progress of the task.
|
|
52
|
+
: Indicates the state or progress of the task. Allowed values: `notStarted`, `inProgress`, `completed`, `waitingOnOthers`, `deferred`.
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
<Global />
|
|
@@ -60,31 +60,31 @@ When you specify the values for `categories`, each category can correspond to th
|
|
|
60
60
|
|
|
61
61
|
## Examples
|
|
62
62
|
|
|
63
|
-
Add a task to Microsoft To Do tasks list with with a specific name
|
|
63
|
+
Add a task to Microsoft To Do tasks list with with a specific name.
|
|
64
64
|
|
|
65
65
|
```sh
|
|
66
66
|
m365 todo task add --title "New task" --listName "My task list"
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
Add a task to a Microsoft To Do tasks list with a specific id
|
|
69
|
+
Add a task to a Microsoft To Do tasks list with a specific id.
|
|
70
70
|
|
|
71
71
|
```sh
|
|
72
72
|
m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA=="
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
Create a new task with bodyContent and reminder and flag it as important
|
|
75
|
+
Create a new task with bodyContent and reminder and flag it as important.
|
|
76
76
|
|
|
77
77
|
```sh
|
|
78
78
|
m365 todo task add --title "New task" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
Create a new task with a specific due date
|
|
81
|
+
Create a new task with a specific due date.
|
|
82
82
|
|
|
83
83
|
```sh
|
|
84
84
|
m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
Create a new task with categories, a completedDateTime, a startDateTime and a status
|
|
87
|
+
Create a new task with categories, a completedDateTime, a startDateTime and a status.
|
|
88
88
|
|
|
89
89
|
```sh
|
|
90
90
|
m365 todo task add --title "New task" --listName "My task list" --categories "Red category,Important" --completedDateTime 2023-12-01 --startDateTime 2023-12-01 --status "notStarted"
|
|
@@ -166,13 +166,9 @@ m365 todo task add --title "New task" --listName "My task list" --categories "Re
|
|
|
166
166
|
createdDateTime | 2022-10-29T10:54:06.3672421Z
|
|
167
167
|
lastModifiedDateTime | 2022-10-29T10:54:06.5078837Z
|
|
168
168
|
hasAttachments | false
|
|
169
|
-
categories | []
|
|
170
169
|
id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA=
|
|
171
|
-
body | {"content": "I should not forget this","contentType": "text"}
|
|
172
|
-
dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
|
|
173
170
|
reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
|
|
174
171
|
```
|
|
175
172
|
|
|
176
173
|
</TabItem>
|
|
177
174
|
</Tabs>
|
|
178
|
-
|
|
@@ -34,10 +34,10 @@ m365 todo task set [options]
|
|
|
34
34
|
: The body content of the task. In the UI this is called 'notes'.
|
|
35
35
|
|
|
36
36
|
`--bodyContentType [bodyContentType]`
|
|
37
|
-
: The type of the body content.
|
|
37
|
+
: The type of the body content. Allowed values: `text` and `html`. Defaults to `text`.
|
|
38
38
|
|
|
39
39
|
`--importance [importance]`
|
|
40
|
-
: The importance of the task.
|
|
40
|
+
: The importance of the task. Allowed values: `low`, `normal`, `high`.
|
|
41
41
|
|
|
42
42
|
`--dueDateTime [dueDateTime]`
|
|
43
43
|
: The date and time when the task is due. This should be defined as a valid ISO 8601 string in the UTC time zone. Only date value is needed, time value is always ignored.
|
|
@@ -49,10 +49,10 @@ m365 todo task set [options]
|
|
|
49
49
|
: Comma-separated list of categories associated with the task.
|
|
50
50
|
|
|
51
51
|
`--completedDateTime [completedDateTime]`
|
|
52
|
-
: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z
|
|
52
|
+
: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
|
|
53
53
|
|
|
54
54
|
`--startDateTime [startDateTime]`
|
|
55
|
-
: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z
|
|
55
|
+
: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
<Global />
|
|
@@ -63,37 +63,37 @@ When you specify the values for `categories`, each category can correspond to th
|
|
|
63
63
|
|
|
64
64
|
## Examples
|
|
65
65
|
|
|
66
|
-
Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name
|
|
66
|
+
Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name.
|
|
67
67
|
|
|
68
68
|
```sh
|
|
69
69
|
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --title "Update doco" --listName "My task list"
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name
|
|
72
|
+
Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name.
|
|
73
73
|
|
|
74
74
|
```sh
|
|
75
75
|
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --status "inProgress" --listName "My task list"
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name
|
|
78
|
+
Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name.
|
|
79
79
|
|
|
80
80
|
```sh
|
|
81
81
|
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
Update a task with due date in Microsoft To Do tasks list with list id
|
|
84
|
+
Update a task with due date in Microsoft To Do tasks list with list id.
|
|
85
85
|
|
|
86
86
|
```sh
|
|
87
87
|
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
Update a task to Microsoft To Do with several categories
|
|
90
|
+
Update a task to Microsoft To Do with several categories.
|
|
91
91
|
|
|
92
92
|
```sh
|
|
93
93
|
m365 todo task set --title "New task" --listName "My task list" --categories "Red category,Important"
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
Update a task to Microsoft To Do with a start date and set a reminder for the task
|
|
96
|
+
Update a task to Microsoft To Do with a start date and set a reminder for the task.
|
|
97
97
|
|
|
98
98
|
```sh
|
|
99
99
|
m365 todo task set --title "New task" --listName "My task list" --startDateTime "2023-12-16T18:28:48.6964197Z" --isReminderOn true
|
|
@@ -175,13 +175,9 @@ m365 todo task set --title "New task" --listName "My task list" --startDateTime
|
|
|
175
175
|
createdDateTime | 2022-10-29T11:03:20.9175176Z
|
|
176
176
|
lastModifiedDateTime | 2022-10-30T14:07:03.0718199Z
|
|
177
177
|
hasAttachments | false
|
|
178
|
-
categories | []
|
|
179
178
|
id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=
|
|
180
|
-
body | {"content":"I should not forget this","contentType":"text"}
|
|
181
|
-
dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
|
|
182
179
|
reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
|
|
183
180
|
```
|
|
184
181
|
|
|
185
182
|
</TabItem>
|
|
186
183
|
</Tabs>
|
|
187
|
-
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
module.exports.rules = {
|
|
2
2
|
'correct-command-class-name': require('./rules/correct-command-class-name'),
|
|
3
|
-
'correct-command-name': require('./rules/correct-command-name')
|
|
3
|
+
'correct-command-name': require('./rules/correct-command-name'),
|
|
4
|
+
'no-by-server-relative-url-usage': require('./rules/no-by-server-relative-url-usage')
|
|
4
5
|
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
function reportIncorrectEndpoint(context, node, urlEndpoint, pathEndpoint, updatedValue) {
|
|
2
|
+
context.report({
|
|
3
|
+
node,
|
|
4
|
+
messageId: 'incorrectEndpoint',
|
|
5
|
+
data: { urlEndpoint, pathEndpoint },
|
|
6
|
+
fix: fixer => fixer.replaceText(node, updatedValue),
|
|
7
|
+
});
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
module.exports = {
|
|
11
|
+
meta: {
|
|
12
|
+
type: 'problem',
|
|
13
|
+
docs: {
|
|
14
|
+
description: "Prevent usage of 'ByServerRelativeUrl' endpoint",
|
|
15
|
+
recommended: true
|
|
16
|
+
},
|
|
17
|
+
fixable: 'code',
|
|
18
|
+
messages: {
|
|
19
|
+
incorrectEndpoint: `Avoid "{{ urlEndpoint }}" endpoint. Instead, use "{{ pathEndpoint }}". Reference issue #5333 for more information.`
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
create: context => {
|
|
23
|
+
return {
|
|
24
|
+
TemplateLiteral(node) {
|
|
25
|
+
const sourceCodeText = context.getSourceCode().getText(node);
|
|
26
|
+
const updatedValue = sourceCodeText
|
|
27
|
+
.replace(/GetFileByServerRelativeUrl\(/ig, 'GetFileByServerRelativePath(DecodedUrl=')
|
|
28
|
+
.replace(/GetFolderByServerRelativeUrl\(/ig, 'GetFolderByServerRelativePath(DecodedUrl=');
|
|
29
|
+
|
|
30
|
+
if (updatedValue !== sourceCodeText) {
|
|
31
|
+
const templateValue = node.quasis.map(quasi => quasi.value.raw).join('');
|
|
32
|
+
const urlEndpoint = templateValue.match(/GetFileByServerRelativeUrl\(/i) ? "GetFileByServerRelativeUrl('url')" : "GetFolderByServerRelativeUrl('url')";
|
|
33
|
+
const pathEndpoint = urlEndpoint.replace("Url('url')", "Path(DecodedUrl='url')");
|
|
34
|
+
|
|
35
|
+
reportIncorrectEndpoint(context, node, urlEndpoint, pathEndpoint, updatedValue);
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
VariableDeclarator(node) {
|
|
39
|
+
const { init } = node;
|
|
40
|
+
if (
|
|
41
|
+
init && init.type === 'Literal' &&
|
|
42
|
+
(String(init.value).match(/GetFileByServerRelativeUrl\(/i) || String(init.value).match(/GetFolderByServerRelativeUrl\(/i))
|
|
43
|
+
) {
|
|
44
|
+
const urlEndpoint = String(init.value).match(/GetFileByServerRelativeUrl\(/i) ? "GetFileByServerRelativeUrl('url')" : "GetFolderByServerRelativeUrl('url')";
|
|
45
|
+
const pathEndpoint = urlEndpoint.replace("Url('url')", "Path(DecodedUrl='url')");
|
|
46
|
+
const updatedValue = String(init.value)
|
|
47
|
+
.replace(/GetFileByServerRelativeUrl\(/i, 'GetFileByServerRelativePath(DecodedUrl=')
|
|
48
|
+
.replace(/GetFolderByServerRelativeUrl\(/i, 'GetFolderByServerRelativePath(DecodedUrl=');
|
|
49
|
+
|
|
50
|
+
reportIncorrectEndpoint(context, init, urlEndpoint, pathEndpoint, `'${updatedValue}'`);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
},
|
|
55
|
+
};
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^13.2.1",
|
|
13
|
-
"@azure/msal-node": "^1.18.
|
|
13
|
+
"@azure/msal-node": "^1.18.3",
|
|
14
14
|
"@xmldom/xmldom": "^0.8.10",
|
|
15
|
-
"adaptive-expressions": "^4.20.
|
|
15
|
+
"adaptive-expressions": "^4.20.1",
|
|
16
16
|
"adaptivecards": "^3.0.1",
|
|
17
17
|
"adaptivecards-templating": "^2.3.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|
|
19
|
-
"applicationinsights": "^2.
|
|
20
|
-
"axios": "^1.5.
|
|
19
|
+
"applicationinsights": "^2.8.0",
|
|
20
|
+
"axios": "^1.5.1",
|
|
21
21
|
"chalk": "^5.2.0",
|
|
22
22
|
"clipboardy": "^3.0.0",
|
|
23
23
|
"configstore": "^6.0.0",
|
|
24
|
-
"csv-stringify": "^6.4.
|
|
24
|
+
"csv-stringify": "^6.4.4",
|
|
25
25
|
"easy-table": "^1.2.0",
|
|
26
|
-
"inquirer": "^9.2.
|
|
26
|
+
"inquirer": "^9.2.11",
|
|
27
27
|
"jmespath": "^0.16.0",
|
|
28
28
|
"json-to-ast": "^2.1.0",
|
|
29
29
|
"minimist": "^1.2.8",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"strip-json-comments": "^5.0.0",
|
|
36
36
|
"typescript": "^5.0.2",
|
|
37
37
|
"update-notifier": "^6.0.2",
|
|
38
|
-
"uuid": "^9.0.
|
|
38
|
+
"uuid": "^9.0.1",
|
|
39
39
|
"yaml": "^2.3.2"
|
|
40
40
|
},
|
|
41
41
|
"bin": {
|
|
@@ -46,25 +46,25 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/microsoft-graph-types": "^2.38.0",
|
|
49
|
-
"@types/adm-zip": "^0.5.
|
|
50
|
-
"@types/inquirer": "^9.0.
|
|
49
|
+
"@types/adm-zip": "^0.5.2",
|
|
50
|
+
"@types/inquirer": "^9.0.4",
|
|
51
51
|
"@types/jmespath": "^0.15.0",
|
|
52
52
|
"@types/json-to-ast": "^2.1.2",
|
|
53
|
-
"@types/minimist": "^1.2.
|
|
54
|
-
"@types/mocha": "^10.0.
|
|
55
|
-
"@types/node": "^18.
|
|
56
|
-
"@types/node-forge": "^1.3.
|
|
53
|
+
"@types/minimist": "^1.2.3",
|
|
54
|
+
"@types/mocha": "^10.0.2",
|
|
55
|
+
"@types/node": "^18.18.4",
|
|
56
|
+
"@types/node-forge": "^1.3.7",
|
|
57
57
|
"@types/omelette": "^0.4.2",
|
|
58
|
-
"@types/semver": "^7.5.
|
|
59
|
-
"@types/sinon": "^10.0.
|
|
58
|
+
"@types/semver": "^7.5.3",
|
|
59
|
+
"@types/sinon": "^10.0.19",
|
|
60
60
|
"@types/update-notifier": "^6.0.5",
|
|
61
|
-
"@types/uuid": "^9.0.
|
|
61
|
+
"@types/uuid": "^9.0.5",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
63
63
|
"@typescript-eslint/parser": "^5.62.0",
|
|
64
64
|
"c8": "^7.14.0",
|
|
65
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.51.0",
|
|
66
66
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
67
|
-
"eslint-plugin-mocha": "^10.
|
|
67
|
+
"eslint-plugin-mocha": "^10.2.0",
|
|
68
68
|
"mocha": "^10.2.0",
|
|
69
69
|
"rimraf": "^4.4.0",
|
|
70
70
|
"sinon": "^15.2.0",
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"node_modules/@azure/msal-node": {
|
|
183
|
-
"version": "1.18.
|
|
184
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.
|
|
185
|
-
"integrity": "sha512-
|
|
183
|
+
"version": "1.18.3",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.3.tgz",
|
|
185
|
+
"integrity": "sha512-lI1OsxNbS/gxRD4548Wyj22Dk8kS7eGMwD9GlBZvQmFV8FJUXoXySL1BiNzDsHUE96/DS/DHmA+F73p1Dkcktg==",
|
|
186
186
|
"dependencies": {
|
|
187
187
|
"@azure/msal-common": "13.3.0",
|
|
188
188
|
"jsonwebtoken": "^9.0.0",
|
|
@@ -282,18 +282,18 @@
|
|
|
282
282
|
}
|
|
283
283
|
},
|
|
284
284
|
"node_modules/@eslint/js": {
|
|
285
|
-
"version": "8.
|
|
286
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
287
|
-
"integrity": "sha512-
|
|
285
|
+
"version": "8.51.0",
|
|
286
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
|
|
287
|
+
"integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
|
|
288
288
|
"dev": true,
|
|
289
289
|
"engines": {
|
|
290
290
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
293
|
"node_modules/@humanwhocodes/config-array": {
|
|
294
|
-
"version": "0.11.
|
|
295
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
296
|
-
"integrity": "sha512-
|
|
294
|
+
"version": "0.11.11",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
|
|
296
|
+
"integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
|
|
297
297
|
"dev": true,
|
|
298
298
|
"dependencies": {
|
|
299
299
|
"@humanwhocodes/object-schema": "^1.2.1",
|
|
@@ -610,9 +610,9 @@
|
|
|
610
610
|
}
|
|
611
611
|
},
|
|
612
612
|
"node_modules/@types/adm-zip": {
|
|
613
|
-
"version": "0.5.
|
|
614
|
-
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.
|
|
615
|
-
"integrity": "sha512-
|
|
613
|
+
"version": "0.5.2",
|
|
614
|
+
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.2.tgz",
|
|
615
|
+
"integrity": "sha512-33OTTnnW3onOE6HJuoqsi7T7Ojupz7zO/Vs5ddRNVCYQnu4lg05RqH/pr9eidHGvGyYfdO4uPO9cvegAMixBCQ==",
|
|
616
616
|
"dev": true,
|
|
617
617
|
"dependencies": {
|
|
618
618
|
"@types/node": "*"
|
|
@@ -640,9 +640,9 @@
|
|
|
640
640
|
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
|
|
641
641
|
},
|
|
642
642
|
"node_modules/@types/inquirer": {
|
|
643
|
-
"version": "9.0.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.
|
|
645
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "9.0.4",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.4.tgz",
|
|
645
|
+
"integrity": "sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==",
|
|
646
646
|
"dev": true,
|
|
647
647
|
"dependencies": {
|
|
648
648
|
"@types/through": "*",
|
|
@@ -692,27 +692,27 @@
|
|
|
692
692
|
"integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw=="
|
|
693
693
|
},
|
|
694
694
|
"node_modules/@types/minimist": {
|
|
695
|
-
"version": "1.2.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.
|
|
697
|
-
"integrity": "sha512-
|
|
695
|
+
"version": "1.2.3",
|
|
696
|
+
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.3.tgz",
|
|
697
|
+
"integrity": "sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==",
|
|
698
698
|
"dev": true
|
|
699
699
|
},
|
|
700
700
|
"node_modules/@types/mocha": {
|
|
701
|
-
"version": "10.0.
|
|
702
|
-
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.
|
|
703
|
-
"integrity": "sha512
|
|
701
|
+
"version": "10.0.2",
|
|
702
|
+
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz",
|
|
703
|
+
"integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
|
|
704
704
|
"dev": true
|
|
705
705
|
},
|
|
706
706
|
"node_modules/@types/node": {
|
|
707
|
-
"version": "18.
|
|
708
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
709
|
-
"integrity": "sha512-
|
|
707
|
+
"version": "18.18.4",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz",
|
|
709
|
+
"integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==",
|
|
710
710
|
"dev": true
|
|
711
711
|
},
|
|
712
712
|
"node_modules/@types/node-forge": {
|
|
713
|
-
"version": "1.3.
|
|
714
|
-
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.
|
|
715
|
-
"integrity": "sha512-
|
|
713
|
+
"version": "1.3.7",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.7.tgz",
|
|
715
|
+
"integrity": "sha512-uWvTDObXqNQPVprvvm7FCS/B0qexgRMmNCJCRETywf7cBm3C7uGRtGfaSqCoUlksrmY5Yn3++fvA7awBE5lAzw==",
|
|
716
716
|
"dev": true,
|
|
717
717
|
"dependencies": {
|
|
718
718
|
"@types/node": "*"
|
|
@@ -725,9 +725,9 @@
|
|
|
725
725
|
"dev": true
|
|
726
726
|
},
|
|
727
727
|
"node_modules/@types/semver": {
|
|
728
|
-
"version": "7.5.
|
|
729
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
730
|
-
"integrity": "sha512-
|
|
728
|
+
"version": "7.5.3",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz",
|
|
730
|
+
"integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==",
|
|
731
731
|
"dev": true
|
|
732
732
|
},
|
|
733
733
|
"node_modules/@types/shimmer": {
|
|
@@ -736,9 +736,9 @@
|
|
|
736
736
|
"integrity": "sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg=="
|
|
737
737
|
},
|
|
738
738
|
"node_modules/@types/sinon": {
|
|
739
|
-
"version": "10.0.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.
|
|
741
|
-
"integrity": "sha512-
|
|
739
|
+
"version": "10.0.19",
|
|
740
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz",
|
|
741
|
+
"integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==",
|
|
742
742
|
"dev": true,
|
|
743
743
|
"dependencies": {
|
|
744
744
|
"@types/sinonjs__fake-timers": "*"
|
|
@@ -770,9 +770,9 @@
|
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
772
|
"node_modules/@types/uuid": {
|
|
773
|
-
"version": "9.0.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.
|
|
775
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "9.0.5",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
|
|
775
|
+
"integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
|
|
776
776
|
"dev": true
|
|
777
777
|
},
|
|
778
778
|
"node_modules/@types/xmldom": {
|
|
@@ -1005,9 +1005,9 @@
|
|
|
1005
1005
|
}
|
|
1006
1006
|
},
|
|
1007
1007
|
"node_modules/adaptive-expressions": {
|
|
1008
|
-
"version": "4.20.
|
|
1009
|
-
"resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.
|
|
1010
|
-
"integrity": "sha512
|
|
1008
|
+
"version": "4.20.1",
|
|
1009
|
+
"resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.1.tgz",
|
|
1010
|
+
"integrity": "sha512-Yrsx3Z6SL5wcpqyagTzFsm/N/nrDNpyKy/fjLA1Cb2mETb6I7ql1skINdGbJtQZzsSICQMBxpKJwUidosrWzdw==",
|
|
1011
1011
|
"dependencies": {
|
|
1012
1012
|
"@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
|
|
1013
1013
|
"@types/atob-lite": "^2.0.0",
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"btoa-lite": "^1.0.0",
|
|
1023
1023
|
"d3-format": "^1.4.4",
|
|
1024
1024
|
"dayjs": "^1.10.3",
|
|
1025
|
-
"fast-xml-parser": "^4.
|
|
1025
|
+
"fast-xml-parser": "^4.2.5",
|
|
1026
1026
|
"jspath": "^0.4.0",
|
|
1027
1027
|
"lodash.isequal": "^4.5.0",
|
|
1028
1028
|
"lru-cache": "^5.1.1",
|
|
@@ -1187,9 +1187,9 @@
|
|
|
1187
1187
|
}
|
|
1188
1188
|
},
|
|
1189
1189
|
"node_modules/applicationinsights": {
|
|
1190
|
-
"version": "2.
|
|
1191
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.
|
|
1192
|
-
"integrity": "sha512-
|
|
1190
|
+
"version": "2.8.0",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.8.0.tgz",
|
|
1192
|
+
"integrity": "sha512-pxVOdCPwXTal1A904yGmzOOUJrIeQ89xQir0ifr7fLl+e0BlGrZ1P4StcIDuEXk93gV9CGxGm5Mol8ksPk2mcg==",
|
|
1193
1193
|
"dependencies": {
|
|
1194
1194
|
"@azure/core-auth": "^1.5.0",
|
|
1195
1195
|
"@azure/core-rest-pipeline": "1.10.1",
|
|
@@ -1293,9 +1293,9 @@
|
|
|
1293
1293
|
"integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
|
|
1294
1294
|
},
|
|
1295
1295
|
"node_modules/axios": {
|
|
1296
|
-
"version": "1.5.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.
|
|
1298
|
-
"integrity": "sha512-
|
|
1296
|
+
"version": "1.5.1",
|
|
1297
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
|
|
1298
|
+
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
|
|
1299
1299
|
"dependencies": {
|
|
1300
1300
|
"follow-redirects": "^1.15.0",
|
|
1301
1301
|
"form-data": "^4.0.0",
|
|
@@ -1878,9 +1878,9 @@
|
|
|
1878
1878
|
}
|
|
1879
1879
|
},
|
|
1880
1880
|
"node_modules/csv-stringify": {
|
|
1881
|
-
"version": "6.4.
|
|
1882
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.
|
|
1883
|
-
"integrity": "sha512-
|
|
1881
|
+
"version": "6.4.4",
|
|
1882
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.4.tgz",
|
|
1883
|
+
"integrity": "sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg=="
|
|
1884
1884
|
},
|
|
1885
1885
|
"node_modules/d3-format": {
|
|
1886
1886
|
"version": "1.4.5",
|
|
@@ -2136,16 +2136,16 @@
|
|
|
2136
2136
|
}
|
|
2137
2137
|
},
|
|
2138
2138
|
"node_modules/eslint": {
|
|
2139
|
-
"version": "8.
|
|
2140
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
2141
|
-
"integrity": "sha512-
|
|
2139
|
+
"version": "8.51.0",
|
|
2140
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
|
|
2141
|
+
"integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
|
|
2142
2142
|
"dev": true,
|
|
2143
2143
|
"dependencies": {
|
|
2144
2144
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
2145
2145
|
"@eslint-community/regexpp": "^4.6.1",
|
|
2146
2146
|
"@eslint/eslintrc": "^2.1.2",
|
|
2147
|
-
"@eslint/js": "8.
|
|
2148
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
2147
|
+
"@eslint/js": "8.51.0",
|
|
2148
|
+
"@humanwhocodes/config-array": "^0.11.11",
|
|
2149
2149
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
2150
2150
|
"@nodelib/fs.walk": "^1.2.8",
|
|
2151
2151
|
"ajv": "^6.12.4",
|
|
@@ -2194,13 +2194,13 @@
|
|
|
2194
2194
|
"link": true
|
|
2195
2195
|
},
|
|
2196
2196
|
"node_modules/eslint-plugin-mocha": {
|
|
2197
|
-
"version": "10.
|
|
2198
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.
|
|
2199
|
-
"integrity": "sha512-
|
|
2197
|
+
"version": "10.2.0",
|
|
2198
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
|
|
2199
|
+
"integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
|
|
2200
2200
|
"dev": true,
|
|
2201
2201
|
"dependencies": {
|
|
2202
2202
|
"eslint-utils": "^3.0.0",
|
|
2203
|
-
"rambda": "^7.
|
|
2203
|
+
"rambda": "^7.4.0"
|
|
2204
2204
|
},
|
|
2205
2205
|
"engines": {
|
|
2206
2206
|
"node": ">=14.0.0"
|
|
@@ -3047,9 +3047,9 @@
|
|
|
3047
3047
|
}
|
|
3048
3048
|
},
|
|
3049
3049
|
"node_modules/inquirer": {
|
|
3050
|
-
"version": "9.2.
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.
|
|
3052
|
-
"integrity": "sha512-
|
|
3050
|
+
"version": "9.2.11",
|
|
3051
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
|
|
3052
|
+
"integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
|
|
3053
3053
|
"dependencies": {
|
|
3054
3054
|
"@ljharb/through": "^2.3.9",
|
|
3055
3055
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5039,9 +5039,13 @@
|
|
|
5039
5039
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
|
5040
5040
|
},
|
|
5041
5041
|
"node_modules/uuid": {
|
|
5042
|
-
"version": "9.0.
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.
|
|
5044
|
-
"integrity": "sha512-
|
|
5042
|
+
"version": "9.0.1",
|
|
5043
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
5044
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
5045
|
+
"funding": [
|
|
5046
|
+
"https://github.com/sponsors/broofa",
|
|
5047
|
+
"https://github.com/sponsors/ctavan"
|
|
5048
|
+
],
|
|
5045
5049
|
"bin": {
|
|
5046
5050
|
"uuid": "dist/bin/uuid"
|
|
5047
5051
|
}
|