@pnp/cli-microsoft365 6.0.0-beta.a0a813f → 6.0.0-beta.a2ec37b

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.
Files changed (146) hide show
  1. package/dist/Command.js +16 -2
  2. package/dist/m365/aad/commands/app/app-list.js +38 -0
  3. package/dist/m365/aad/commands/user/user-guest-add.js +103 -0
  4. package/dist/m365/aad/commands.js +2 -0
  5. package/dist/m365/commands/status.js +6 -1
  6. package/dist/m365/outlook/commands/mail/mail-send.js +54 -30
  7. package/dist/m365/outlook/commands/message/message-get.js +97 -0
  8. package/dist/m365/outlook/commands.js +1 -0
  9. package/dist/m365/planner/commands/plan/plan-get.js +5 -20
  10. package/dist/m365/pp/commands/card/card-get.js +110 -0
  11. package/dist/m365/pp/commands/card/card-remove.js +130 -0
  12. package/dist/m365/pp/commands/gateway/gateway-get.js +70 -0
  13. package/dist/m365/pp/commands/solution/solution-get.js +117 -0
  14. package/dist/m365/pp/commands.js +4 -0
  15. package/dist/m365/spfx/commands/project/project-doctor.js +4 -1
  16. package/dist/m365/spfx/commands/project/project-externalize.js +4 -1
  17. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010001_YORC_version.js +2 -1
  18. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010002_YORC_isCreatingSolution.js +2 -1
  19. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010003_YORC_packageManager.js +2 -1
  20. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010004_YORC_componentType.js +2 -1
  21. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010005_YORC_environment.js +2 -1
  22. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010006_YORC_framework.js +3 -2
  23. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010007_YORC_isDomainIsolated.js +2 -1
  24. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010008_YORC_nodeVersion.js +2 -1
  25. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010009_YORC_sdkVersions_microsoft_graph_client.js +56 -0
  26. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010010_YORC_sdkVersions_teams_js.js +56 -0
  27. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.16.0-beta.1.js → upgrade-1.16.0-beta.2.js} +44 -28
  28. package/dist/m365/spfx/commands/project/project-upgrade.js +1 -1
  29. package/dist/m365/spfx/commands/spfx-doctor.js +3 -3
  30. package/dist/m365/spo/commands/contenttype/contenttype-add.js +82 -43
  31. package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +53 -21
  32. package/dist/m365/spo/commands/contenttype/contenttype-get.js +35 -14
  33. package/dist/m365/spo/commands/field/field-add.js +26 -1
  34. package/dist/m365/spo/commands/field/field-set.js +23 -13
  35. package/dist/m365/spo/commands/folder/folder-list.js +35 -12
  36. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +11 -1
  37. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +12 -1
  38. package/dist/m365/spo/commands/list/list-roleassignment-add.js +1 -1
  39. package/dist/m365/spo/commands/list/list-webhook-get.js +2 -3
  40. package/dist/m365/spo/commands/list/list-webhook-list.js +4 -28
  41. package/dist/m365/spo/commands/list/list-webhook-set.js +11 -12
  42. package/dist/m365/spo/commands/listitem/listitem-add.js +24 -14
  43. package/dist/m365/spo/commands/listitem/listitem-attachment-list.js +18 -8
  44. package/dist/m365/spo/commands/listitem/listitem-get.js +18 -8
  45. package/dist/m365/spo/commands/listitem/listitem-isrecord.js +20 -10
  46. package/dist/m365/spo/commands/listitem/listitem-list.js +21 -11
  47. package/dist/m365/spo/commands/listitem/listitem-record-declare.js +19 -12
  48. package/dist/m365/spo/commands/listitem/listitem-record-undeclare.js +24 -21
  49. package/dist/m365/spo/commands/listitem/listitem-remove.js +19 -11
  50. package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +239 -0
  51. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +13 -5
  52. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +13 -5
  53. package/dist/m365/spo/commands/listitem/listitem-set.js +52 -44
  54. package/dist/m365/spo/commands/roledefinition/roledefinition-list.js +15 -2
  55. package/dist/m365/spo/commands/site/site-add.js +4 -11
  56. package/dist/m365/spo/commands/{hubsite/hubsite-connect.js → site/site-hubsite-connect.js} +10 -10
  57. package/dist/m365/spo/commands/{hubsite/hubsite-disconnect.js → site/site-hubsite-disconnect.js} +13 -13
  58. package/dist/m365/spo/commands/{hubsite/hubsite-theme-sync.js → site/site-hubsite-theme-sync.js} +11 -11
  59. package/dist/m365/spo/commands/web/web-roleinheritance-break.js +100 -0
  60. package/dist/m365/spo/commands.js +5 -3
  61. package/dist/m365/teams/commands/team/team-set.js +0 -7
  62. package/dist/m365/todo/commands/list/list-get.js +89 -0
  63. package/dist/m365/todo/commands/task/task-add.js +55 -3
  64. package/dist/m365/todo/commands/task/task-get.js +108 -0
  65. package/dist/m365/todo/commands.js +2 -0
  66. package/docs/docs/_clisettings.md +18 -0
  67. package/docs/docs/cmd/aad/app/app-list.md +149 -0
  68. package/docs/docs/cmd/aad/user/user-guest-add.md +107 -0
  69. package/docs/docs/cmd/adaptivecard/adaptivecard-send.md +3 -0
  70. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +4 -11
  71. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +4 -10
  72. package/docs/docs/cmd/outlook/mail/mail-send.md +13 -0
  73. package/docs/docs/cmd/outlook/message/message-get.md +48 -0
  74. package/docs/docs/cmd/planner/bucket/bucket-add.md +29 -0
  75. package/docs/docs/cmd/planner/bucket/bucket-get.md +29 -0
  76. package/docs/docs/cmd/planner/bucket/bucket-list.md +30 -0
  77. package/docs/docs/cmd/planner/bucket/bucket-remove.md +4 -0
  78. package/docs/docs/cmd/planner/bucket/bucket-set.md +4 -0
  79. package/docs/docs/cmd/planner/plan/plan-add.md +123 -0
  80. package/docs/docs/cmd/planner/plan/plan-get.md +75 -6
  81. package/docs/docs/cmd/planner/plan/plan-list.md +45 -0
  82. package/docs/docs/cmd/planner/plan/plan-remove.md +4 -0
  83. package/docs/docs/cmd/planner/task/task-get.md +0 -3
  84. package/docs/docs/cmd/pp/card/card-get.md +51 -0
  85. package/docs/docs/cmd/pp/card/card-remove.md +82 -0
  86. package/docs/docs/cmd/pp/gateway/gateway-get.md +24 -0
  87. package/docs/docs/cmd/pp/solution/solution-get.md +51 -0
  88. package/docs/docs/cmd/spfx/project/project-rename.md +1 -14
  89. package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
  90. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +20 -2
  91. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +22 -4
  92. package/docs/docs/cmd/spo/contenttype/contenttype-get.md +21 -3
  93. package/docs/docs/cmd/spo/customaction/customaction-add.md +3 -0
  94. package/docs/docs/cmd/spo/customaction/customaction-set.md +3 -2
  95. package/docs/docs/cmd/spo/field/field-add.md +20 -2
  96. package/docs/docs/cmd/spo/field/field-set.md +15 -3
  97. package/docs/docs/cmd/spo/folder/folder-list.md +45 -0
  98. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +6 -0
  99. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +6 -0
  100. package/docs/docs/cmd/spo/hubsite/hubsite-register.md +2 -2
  101. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +2 -2
  102. package/docs/docs/cmd/spo/list/list-view-set.md +14 -3
  103. package/docs/docs/cmd/spo/list/list-webhook-get.md +1 -1
  104. package/docs/docs/cmd/spo/list/list-webhook-list.md +3 -9
  105. package/docs/docs/cmd/spo/list/list-webhook-set.md +11 -4
  106. package/docs/docs/cmd/spo/listitem/listitem-add.md +11 -2
  107. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.md +11 -2
  108. package/docs/docs/cmd/spo/listitem/listitem-get.md +11 -2
  109. package/docs/docs/cmd/spo/listitem/listitem-isrecord.md +12 -2
  110. package/docs/docs/cmd/spo/listitem/listitem-list.md +10 -1
  111. package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +7 -4
  112. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +11 -2
  113. package/docs/docs/cmd/spo/listitem/listitem-remove.md +11 -2
  114. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.md +81 -0
  115. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +7 -4
  116. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +8 -5
  117. package/docs/docs/cmd/spo/listitem/listitem-set.md +7 -4
  118. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +5 -10
  119. package/docs/docs/cmd/spo/page/page-control-set.md +2 -1
  120. package/docs/docs/cmd/spo/site/site-add.md +0 -3
  121. package/docs/docs/cmd/spo/{hubsite/hubsite-connect.md → site/site-hubsite-connect.md} +4 -4
  122. package/docs/docs/cmd/spo/{hubsite/hubsite-disconnect.md → site/site-hubsite-disconnect.md} +7 -7
  123. package/docs/docs/cmd/spo/{hubsite/hubsite-theme-sync.md → site/site-hubsite-theme-sync.md} +5 -5
  124. package/docs/docs/cmd/spo/term/term-add.md +5 -0
  125. package/docs/docs/cmd/spo/term/term-set-add.md +6 -1
  126. package/docs/docs/cmd/spo/web/web-roleinheritance-break.md +44 -0
  127. package/docs/docs/cmd/teams/team/team-clone.md +0 -3
  128. package/docs/docs/cmd/teams/team/team-set.md +0 -3
  129. package/docs/docs/cmd/tenant/id/id-get.md +20 -0
  130. package/docs/docs/cmd/tenant/report/report-activeusercounts.md +35 -0
  131. package/docs/docs/cmd/tenant/report/report-activeuserdetail.md +49 -0
  132. package/docs/docs/cmd/tenant/report/report-office365activationcounts.md +32 -0
  133. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.md +30 -0
  134. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.md +36 -0
  135. package/docs/docs/cmd/tenant/report/report-servicesusercounts.md +41 -0
  136. package/docs/docs/cmd/tenant/security/security-alerts-list.md +105 -0
  137. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +87 -0
  138. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +91 -0
  139. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +62 -0
  140. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +51 -0
  141. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +64 -0
  142. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +52 -0
  143. package/docs/docs/cmd/todo/list/list-get.md +61 -0
  144. package/docs/docs/cmd/todo/task/task-add.md +32 -5
  145. package/docs/docs/cmd/todo/task/task-get.md +75 -0
  146. package/package.json +12 -6
@@ -11,26 +11,53 @@ m365 todo task add [options]
11
11
  ## Options
12
12
 
13
13
  `-t, --title <title>`
14
- : The title of the task
14
+ : The title of the task.
15
15
 
16
16
  `--listName [listName]`
17
- : The name of the list in which to create the task. Specify either `listName` or `listId` but not both
17
+ : The name of the list in which to create the task. Specify either `listName` or `listId` but not both.
18
18
 
19
19
  `--listId [listId]`
20
- : The id of the list in which to create the task. Specify either `listName` or `listId` but not both
20
+ : The id of the list in which to create the task. Specify either `listName` or `listId` but not both.
21
+
22
+ `--bodyContent [bodyContent]`
23
+ : The body content of the task. In the UI this is called 'notes'.
24
+
25
+ `--bodyContentType [bodyContentType]`
26
+ : The type of the body content. Possible values are `text` and `html`. Default is `text`.
27
+
28
+ `--dueDateTime [dueDateTime]`
29
+ : 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.
30
+
31
+ `--importance [importance]`
32
+ : The importance of the task. Possible values are: `low`, `normal`, `high`. Default is `normal`.
33
+
34
+ `--reminderDateTime [reminderDateTime]`
35
+ : 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.
21
36
 
22
37
  --8<-- "docs/cmd/_global.md"
23
38
 
24
39
  ## Examples
25
40
 
26
- Add a task with title _New task_ to Microsoft To Do tasks list with the name _My task list_
41
+ Add a task to Microsoft To Do tasks list with with a specific name
27
42
 
28
43
  ```sh
29
44
  m365 todo task add --title "New task" --listName "My task list"
30
45
  ```
31
46
 
32
- Add a task with title _New task_ to Microsoft To Do tasks list with the id `AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==`
47
+ Add a task to a Microsoft To Do tasks list with a specific id
33
48
 
34
49
  ```sh
35
50
  m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA=="
36
51
  ```
52
+
53
+ Create a new task with bodyContent and reminder and flag it as important
54
+
55
+ ```sh
56
+ 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
57
+ ```
58
+
59
+ Create a new task with a specific due date
60
+
61
+ ```sh
62
+ m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
63
+ ```
@@ -0,0 +1,75 @@
1
+ # todo task get
2
+
3
+ Gets a specific task from a Microsoft To Do task list
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 todo task get [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ `-i, --id <id>`
14
+ : The ID of the task in de list.
15
+
16
+ `--listName [listName]`
17
+ : The name of the task list to return tasks from. Specify either `listName` or `listId`, not both
18
+
19
+ `--listId [listId]`
20
+ : The id of the task list to return tasks from. Specify either `listName` or `listId`, not both
21
+
22
+ --8<-- "docs/cmd/_global.md"
23
+
24
+ ## Examples
25
+
26
+ Gets a specific task from a Microsoft To Do tasks list based on the name of the list and the task id
27
+
28
+ ```sh
29
+ m365 todo task get --listName "My task list" --id "AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA="
30
+ ```
31
+
32
+ Gets a specific task from a Microsoft To Do tasks list based on the id of the list and the task id
33
+
34
+ ```sh
35
+ m365 todo task get --listId "AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MAAuAAADMN-7V4K8g0q_adetip1DygEAxMBBaLl1lk_dAn8KkjfXKQABF-BAgwAAAA==" --id "AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA="
36
+ ```
37
+
38
+ ## Response
39
+
40
+ === "JSON"
41
+
42
+ ``` json
43
+ {
44
+ "importance": "normal",
45
+ "isReminderOn": false,
46
+ "status": "notStarted",
47
+ "title": "Stay healthy",
48
+ "createdDateTime": "2022-10-23T14:05:09.2673009Z",
49
+ "lastModifiedDateTime": "2022-10-23T14:15:11.3180312Z",
50
+ "hasAttachments": false,
51
+ "categories": [],
52
+ "id": "AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA=",
53
+ "body": {
54
+ "content": "",
55
+ "contentType": "text"
56
+ }
57
+ }
58
+ ```
59
+
60
+ === "Text"
61
+
62
+ ``` text
63
+ createdDateTime : 2022-10-23T14:05:09.2673009Z
64
+ id : AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA=
65
+ lastModifiedDateTime: 2022-10-23T14:15:11.3180312Z
66
+ status : notStarted
67
+ title : Stay healthy
68
+ ```
69
+
70
+ === "CSV"
71
+
72
+ ``` text
73
+ id,title,status,createdDateTime,lastModifiedDateTime
74
+ AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA=,Stay healthy,notStarted,2022-10-23T14:05:09.2673009Z,2022-10-23T14:15:11.3180312Z
75
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.0.0-beta.a0a813f",
3
+ "version": "6.0.0-beta.a2ec37b",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -101,7 +101,7 @@
101
101
  "contributors": [
102
102
  "Abhishek K M <67158080+Sync271@users.noreply.github.com>",
103
103
  "Ågren, Simon <simon.agren@sogeti.com>",
104
- "Akash Karda <akashkarda@gmail.com>",
104
+ "Ahlawat, Priyanshu <priyanshuahlawat009@gmail.com>",
105
105
  "Albany, Bruce <bruce.albany@gmail.com>",
106
106
  "Auckloo, Reshmee <reshmee011@gmail.com>",
107
107
  "Balasubramaniam, Jayakumar <jayakumar@live.in>",
@@ -116,27 +116,27 @@
116
116
  "Calabro, David <davej.calabro@gmail.com>",
117
117
  "Choudhary, Karnail Singh <pradhankarnail@gmail.com>",
118
118
  "Connell, Andrew <me@andrewconnell.com>",
119
- "Conor O'Callaghan <brioscaibriste@gmail.com>",
119
+ "De Cleyre, Nico <nico.de.cleyre@gmail.com>",
120
120
  "Deshpande, Vardhaman <vardhaman.rd@gmail.com>",
121
121
  "Dyjas, Robert <15113729+robdy@users.noreply.github.com>",
122
122
  "Faleel, Mohamed Ashiq <ashiqf@gmail.com>",
123
+ "Flores, Gaston <gaston.flrs@gmail.com>",
123
124
  "Ford, Lee <fordyman@gmail.com>",
124
125
  "Freese, Luise <49960482+LuiseFreese@users.noreply.github.com>",
125
- "Gaston Flores <gaston.flrs@gmail.com>",
126
126
  "Georgiev, Velin <velin.georgiev@gmail.com>",
127
127
  "Ghuge, Pramod <pramod7@gmail.com>",
128
128
  "Gölles, Thomas <thomy@outlook.at>",
129
+ "Greuel, Dan <dgreuel@gmail.com>",
129
130
  "Hagström, Joakim <johags@johags-sb2.localdomain>",
130
131
  "Harding, Phil <pil.harding@platinumdogs.co.uk>",
131
132
  "Hawrylak, Paweł <phawrylak@outlook.com>",
132
133
  "Holemans, Milan <Milan.Holemans@vanroey.be>",
133
- "Hüseyin Saatçi <huseyins@comodo.net>",
134
134
  "Honen, Nicholas <nickhonen@gmail.com>",
135
135
  "Högberg, Joakim <joakim.hogberg@bravero.se>",
136
136
  "Hvam, Allan <ahp@delegate.dk>",
137
137
  "Jaakke, Robert <robert.jaakke@mavention.nl>",
138
- "John Rafael <dragonwood0@protonmail.com>",
139
138
  "Kailasam, Balamurugan <kshsbala@engineer.com>",
139
+ "Karda, Akash <akashkarda@gmail.com>",
140
140
  "Kasireddy, Prasad <prasad.gietcse@gmail.com>",
141
141
  "Keijzers, Paul <KbWorks@users.noreply.github.com>",
142
142
  "Kelkar, Vipul <vipul.kelkar@outlook.com>",
@@ -158,7 +158,9 @@
158
158
  "Mücklisch, Steve <steve.muecklisch@gmail.com>",
159
159
  "Nachan, Nanddeep <nanddeepnachan@gmail.com>",
160
160
  "Nachan, Smita <smita.nachan@gmail.com>",
161
+ "Nadir, Daniaal <daniaal1030@gmail.com>",
161
162
  "Nikolić, Aleksandar <alexandair@live.com>",
163
+ "O'Callaghan, Conor <brioscaibriste@gmail.com>",
162
164
  "Otto <berot3@gmail.com>",
163
165
  "Pandey, Vividh <vividh.pandey.13@gmail.com>",
164
166
  "Patil, Atharva <atharvapatil19202@gmail.com>",
@@ -166,13 +168,16 @@
166
168
  "Powney, Mark <powney.mark@outlook.com>",
167
169
  "pramod74 <pramod.lumb@gmail.com>",
168
170
  "Priem, Mark <mark.priem@outlook.com>",
171
+ "Rafael, John <dragonwood0@protonmail.com>",
169
172
  "Raju, Arnie <arnie.raju@thesolutioncollective.com.au>",
170
173
  "Ramalho, David <dramalho@storm.ie>",
171
174
  "Rathi, Tanmay <tanmay_rathi@intuit.com>",
172
175
  "Reekmans, Yannick <reekmans.yannick@gmail.com>",
176
+ "Raghwendra Rishabh <rishabhraghwendra2002@gmail.com>",
173
177
  "Romano, Rodrigo <rodrigo@rodrigoromano.net>",
174
178
  "Romão, Douglas <douglas.romao@trentim.com>",
175
179
  "Rozinov, Roman <roman.rozinov@sogeti.com>",
180
+ "Saatçi, Hüseyin <huseyins@comodo.net>",
176
181
  "Schaeflein, Paul <paul@schaeflein.net>",
177
182
  "Schot, Albert-Jan <appie@digiwijs.nl>",
178
183
  "Schouten, Robert <robert.schouten@wortell.nl>",
@@ -185,6 +190,7 @@
185
190
  "Sitaraman, Rajesh <rajesh.sitaraman@outlook.com>",
186
191
  "Sittler, Laurent <laurent.sittler@lsonline.fr>",
187
192
  "Skelly, Pete <peteskelly@gmail.com>",
193
+ "Solazzi, Riccardo <rick.zal239@gmail.com>",
188
194
  "Sotelo, Aaron <soteloaaron16@gmail.com>",
189
195
  "strafe <strafe@users.noreply.github.com>",
190
196
  "Struyf, Elio <info@estruyf.be>",