@n8n-dev/n8n-nodes-microsoft-graph-beta 1.0.0 → 1.0.1

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 (109) hide show
  1. package/README.md +26714 -820
  2. package/dist/credentials/MicrosoftGraphBetaApi.credentials.js +2 -2
  3. package/dist/nodes/MicrosoftGraphBeta/MicrosoftGraphBeta.node.js +16 -16
  4. package/dist/nodes/MicrosoftGraphBeta/resources/admin-actions/index.js +126 -126
  5. package/dist/nodes/MicrosoftGraphBeta/resources/administrative-units-actions/index.js +2 -2
  6. package/dist/nodes/MicrosoftGraphBeta/resources/administrative-units-directory-object/index.js +2 -2
  7. package/dist/nodes/MicrosoftGraphBeta/resources/app-actions/index.js +1 -1
  8. package/dist/nodes/MicrosoftGraphBeta/resources/applications-actions/index.js +7 -7
  9. package/dist/nodes/MicrosoftGraphBeta/resources/applications-app-management-policy/index.js +2 -2
  10. package/dist/nodes/MicrosoftGraphBeta/resources/applications-connector-group/index.js +1 -1
  11. package/dist/nodes/MicrosoftGraphBeta/resources/applications-directory-object/index.js +2 -2
  12. package/dist/nodes/MicrosoftGraphBeta/resources/applications-token-issuance-policy/index.js +2 -2
  13. package/dist/nodes/MicrosoftGraphBeta/resources/applications-token-lifetime-policy/index.js +2 -2
  14. package/dist/nodes/MicrosoftGraphBeta/resources/chats-actions/index.js +7 -7
  15. package/dist/nodes/MicrosoftGraphBeta/resources/communications-actions/index.js +7 -7
  16. package/dist/nodes/MicrosoftGraphBeta/resources/contacts-actions/index.js +2 -2
  17. package/dist/nodes/MicrosoftGraphBeta/resources/contracts-actions/index.js +2 -2
  18. package/dist/nodes/MicrosoftGraphBeta/resources/default/index.js +176 -176
  19. package/dist/nodes/MicrosoftGraphBeta/resources/default/index.js.map +1 -1
  20. package/dist/nodes/MicrosoftGraphBeta/resources/device-app-management-actions/index.js +5 -5
  21. package/dist/nodes/MicrosoftGraphBeta/resources/device-app-management-functions/index.js +2 -2
  22. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-actions/index.js +108 -108
  23. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-functions/index.js +8 -8
  24. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-user-experience-analytics-app-health-app-performance-by-app-version-device-id/index.js +47 -47
  25. package/dist/nodes/MicrosoftGraphBeta/resources/devices-actions/index.js +2 -2
  26. package/dist/nodes/MicrosoftGraphBeta/resources/devices-directory-object/index.js +2 -2
  27. package/dist/nodes/MicrosoftGraphBeta/resources/directory-actions/index.js +4 -4
  28. package/dist/nodes/MicrosoftGraphBeta/resources/directory-administrative-unit/index.js +2 -2
  29. package/dist/nodes/MicrosoftGraphBeta/resources/directory-inbound-shared-user-profile/index.js +4 -4
  30. package/dist/nodes/MicrosoftGraphBeta/resources/directory-object-org-contact/index.js +12 -12
  31. package/dist/nodes/MicrosoftGraphBeta/resources/directory-objects-actions/index.js +2 -2
  32. package/dist/nodes/MicrosoftGraphBeta/resources/directory-outbound-shared-user-profile/index.js +4 -4
  33. package/dist/nodes/MicrosoftGraphBeta/resources/directory-role-templates-actions/index.js +2 -2
  34. package/dist/nodes/MicrosoftGraphBeta/resources/directory-roles-actions/index.js +2 -2
  35. package/dist/nodes/MicrosoftGraphBeta/resources/directory-roles-directory-object/index.js +2 -2
  36. package/dist/nodes/MicrosoftGraphBeta/resources/directory-setting-templates-actions/index.js +2 -2
  37. package/dist/nodes/MicrosoftGraphBeta/resources/domain-dns-records-domain-dns-record/index.js +47 -47
  38. package/dist/nodes/MicrosoftGraphBeta/resources/domains-domain-dns-record/index.js +65 -65
  39. package/dist/nodes/MicrosoftGraphBeta/resources/drives-actions/index.js +10 -10
  40. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-class/index.js +7 -7
  41. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-school/index.js +4 -4
  42. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-user/index.js +6 -6
  43. package/dist/nodes/MicrosoftGraphBeta/resources/education-functions/index.js +3 -3
  44. package/dist/nodes/MicrosoftGraphBeta/resources/governance-resources-actions/index.js +1 -1
  45. package/dist/nodes/MicrosoftGraphBeta/resources/group-lifecycle-policies-actions/index.js +3 -3
  46. package/dist/nodes/MicrosoftGraphBeta/resources/groups-actions/index.js +138 -138
  47. package/dist/nodes/MicrosoftGraphBeta/resources/groups-directory-object/index.js +8 -8
  48. package/dist/nodes/MicrosoftGraphBeta/resources/groups-functions/index.js +5 -5
  49. package/dist/nodes/MicrosoftGraphBeta/resources/identity-actions/index.js +5 -5
  50. package/dist/nodes/MicrosoftGraphBeta/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
  51. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-actions/index.js +29 -29
  52. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-entitlement-management/index.js +16 -16
  53. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-functions/index.js +14 -14
  54. package/dist/nodes/MicrosoftGraphBeta/resources/identity-identity-api-connector/index.js +47 -47
  55. package/dist/nodes/MicrosoftGraphBeta/resources/identity-identity-container/index.js +1 -1
  56. package/dist/nodes/MicrosoftGraphBeta/resources/me-actions/index.js +131 -131
  57. package/dist/nodes/MicrosoftGraphBeta/resources/me-device/index.js +2 -2
  58. package/dist/nodes/MicrosoftGraphBeta/resources/me-directory-object/index.js +1 -1
  59. package/dist/nodes/MicrosoftGraphBeta/resources/me-o-auth-2-permission-grant/index.js +16 -16
  60. package/dist/nodes/MicrosoftGraphBeta/resources/mobile-app-mobile-lob-app/index.js +5 -5
  61. package/dist/nodes/MicrosoftGraphBeta/resources/mobility-management-policies-group/index.js +2 -2
  62. package/dist/nodes/MicrosoftGraphBeta/resources/oauth-2-permission-grants-functions/index.js +19 -19
  63. package/dist/nodes/MicrosoftGraphBeta/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
  64. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-connector/index.js +2 -2
  65. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-connector-group/index.js +2 -2
  66. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-on-premises-agent/index.js +2 -2
  67. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-on-premises-agent-group/index.js +4 -4
  68. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-published-resource/index.js +2 -2
  69. package/dist/nodes/MicrosoftGraphBeta/resources/organization-actions/index.js +2 -2
  70. package/dist/nodes/MicrosoftGraphBeta/resources/permission-grants-actions/index.js +2 -2
  71. package/dist/nodes/MicrosoftGraphBeta/resources/policies-actions/index.js +2 -2
  72. package/dist/nodes/MicrosoftGraphBeta/resources/policies-cross-tenant-access-policy/index.js +2 -2
  73. package/dist/nodes/MicrosoftGraphBeta/resources/policies-feature-rollout-policy/index.js +2 -2
  74. package/dist/nodes/MicrosoftGraphBeta/resources/policies-mobility-management-policy/index.js +4 -4
  75. package/dist/nodes/MicrosoftGraphBeta/resources/print-actions/index.js +2 -2
  76. package/dist/nodes/MicrosoftGraphBeta/resources/print-functions/index.js +3 -3
  77. package/dist/nodes/MicrosoftGraphBeta/resources/print-printer-share/index.js +8 -8
  78. package/dist/nodes/MicrosoftGraphBeta/resources/privileged-access-actions/index.js +1 -1
  79. package/dist/nodes/MicrosoftGraphBeta/resources/reports-functions/index.js +3 -3
  80. package/dist/nodes/MicrosoftGraphBeta/resources/role-management-functions/index.js +26 -26
  81. package/dist/nodes/MicrosoftGraphBeta/resources/security-actions/index.js +6 -6
  82. package/dist/nodes/MicrosoftGraphBeta/resources/security-alert/index.js +28 -28
  83. package/dist/nodes/MicrosoftGraphBeta/resources/security-alert/index.js.map +1 -1
  84. package/dist/nodes/MicrosoftGraphBeta/resources/security-threat-submission-root/index.js +28 -28
  85. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-actions/index.js +8 -8
  86. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-claims-mapping-policy/index.js +2 -2
  87. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-directory-object/index.js +2 -2
  88. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
  89. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
  90. package/dist/nodes/MicrosoftGraphBeta/resources/shares-actions/index.js +1 -1
  91. package/dist/nodes/MicrosoftGraphBeta/resources/sites-actions/index.js +64 -64
  92. package/dist/nodes/MicrosoftGraphBeta/resources/sites-functions/index.js +1 -1
  93. package/dist/nodes/MicrosoftGraphBeta/resources/team-template-definition-actions/index.js +4 -4
  94. package/dist/nodes/MicrosoftGraphBeta/resources/team-template-definition-functions/index.js +4 -4
  95. package/dist/nodes/MicrosoftGraphBeta/resources/teams-actions/index.js +4 -4
  96. package/dist/nodes/MicrosoftGraphBeta/resources/teams-functions/index.js +4 -4
  97. package/dist/nodes/MicrosoftGraphBeta/resources/teamwork-actions/index.js +6 -6
  98. package/dist/nodes/MicrosoftGraphBeta/resources/teamwork-functions/index.js +6 -6
  99. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-actions/index.js +10 -10
  100. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-functions/index.js +5 -5
  101. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-managed-tenant/index.js +51 -51
  102. package/dist/nodes/MicrosoftGraphBeta/resources/threat-submission-url-threat-submission/index.js +47 -47
  103. package/dist/nodes/MicrosoftGraphBeta/resources/users-actions/index.js +133 -133
  104. package/dist/nodes/MicrosoftGraphBeta/resources/users-device/index.js +2 -2
  105. package/dist/nodes/MicrosoftGraphBeta/resources/users-directory-object/index.js +1 -1
  106. package/dist/nodes/MicrosoftGraphBeta/resources/users-o-auth-2-permission-grant/index.js +16 -16
  107. package/dist/package.json +2 -2
  108. package/dist/tsconfig.tsbuildinfo +1 -1
  109. package/package.json +2 -2
@@ -16,8 +16,8 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
16
16
  },
17
17
  "options": [
18
18
  {
19
- "name": "Service Principals List Oauth 2 Permission Grants",
20
- "value": "Service Principals List Oauth 2 Permission Grants",
19
+ "name": "Service Principals List OAuth 2 Permission Grants",
20
+ "value": "Service Principals List OAuth 2 Permission Grants",
21
21
  "action": "List oauth2PermissionGrants",
22
22
  "description": "Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user.",
23
23
  "routing": {
@@ -28,8 +28,8 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
28
28
  }
29
29
  },
30
30
  {
31
- "name": "Service Principals Get Oauth 2 Permission Grants",
32
- "value": "Service Principals Get Oauth 2 Permission Grants",
31
+ "name": "Service Principals Get OAuth 2 Permission Grants",
32
+ "value": "Service Principals Get OAuth 2 Permission Grants",
33
33
  "action": "Get oauth2PermissionGrants from servicePrincipals",
34
34
  "description": "Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.",
35
35
  "routing": {
@@ -56,7 +56,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
56
56
  "Service Principals O Auth 2 Permission Grant"
57
57
  ],
58
58
  "operation": [
59
- "Service Principals List Oauth 2 Permission Grants"
59
+ "Service Principals List OAuth 2 Permission Grants"
60
60
  ]
61
61
  }
62
62
  }
@@ -81,7 +81,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
81
81
  "Service Principals O Auth 2 Permission Grant"
82
82
  ],
83
83
  "operation": [
84
- "Service Principals List Oauth 2 Permission Grants"
84
+ "Service Principals List OAuth 2 Permission Grants"
85
85
  ]
86
86
  }
87
87
  }
@@ -106,7 +106,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
106
106
  "Service Principals O Auth 2 Permission Grant"
107
107
  ],
108
108
  "operation": [
109
- "Service Principals List Oauth 2 Permission Grants"
109
+ "Service Principals List OAuth 2 Permission Grants"
110
110
  ]
111
111
  }
112
112
  }
@@ -131,7 +131,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
131
131
  "Service Principals O Auth 2 Permission Grant"
132
132
  ],
133
133
  "operation": [
134
- "Service Principals List Oauth 2 Permission Grants"
134
+ "Service Principals List OAuth 2 Permission Grants"
135
135
  ]
136
136
  }
137
137
  }
@@ -156,7 +156,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
156
156
  "Service Principals O Auth 2 Permission Grant"
157
157
  ],
158
158
  "operation": [
159
- "Service Principals List Oauth 2 Permission Grants"
159
+ "Service Principals List OAuth 2 Permission Grants"
160
160
  ]
161
161
  }
162
162
  }
@@ -181,7 +181,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
181
181
  "Service Principals O Auth 2 Permission Grant"
182
182
  ],
183
183
  "operation": [
184
- "Service Principals List Oauth 2 Permission Grants"
184
+ "Service Principals List OAuth 2 Permission Grants"
185
185
  ]
186
186
  }
187
187
  }
@@ -206,7 +206,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
206
206
  "Service Principals O Auth 2 Permission Grant"
207
207
  ],
208
208
  "operation": [
209
- "Service Principals List Oauth 2 Permission Grants"
209
+ "Service Principals List OAuth 2 Permission Grants"
210
210
  ]
211
211
  }
212
212
  }
@@ -231,7 +231,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
231
231
  "Service Principals O Auth 2 Permission Grant"
232
232
  ],
233
233
  "operation": [
234
- "Service Principals List Oauth 2 Permission Grants"
234
+ "Service Principals List OAuth 2 Permission Grants"
235
235
  ]
236
236
  }
237
237
  }
@@ -256,7 +256,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
256
256
  "Service Principals O Auth 2 Permission Grant"
257
257
  ],
258
258
  "operation": [
259
- "Service Principals List Oauth 2 Permission Grants"
259
+ "Service Principals List OAuth 2 Permission Grants"
260
260
  ]
261
261
  }
262
262
  }
@@ -275,7 +275,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
275
275
  "Service Principals O Auth 2 Permission Grant"
276
276
  ],
277
277
  "operation": [
278
- "Service Principals Get Oauth 2 Permission Grants"
278
+ "Service Principals Get OAuth 2 Permission Grants"
279
279
  ]
280
280
  }
281
281
  }
@@ -300,7 +300,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
300
300
  "Service Principals O Auth 2 Permission Grant"
301
301
  ],
302
302
  "operation": [
303
- "Service Principals Get Oauth 2 Permission Grants"
303
+ "Service Principals Get OAuth 2 Permission Grants"
304
304
  ]
305
305
  }
306
306
  }
@@ -325,7 +325,7 @@ exports.servicePrincipalsOAuth2PermissionGrantDescription = [
325
325
  "Service Principals O Auth 2 Permission Grant"
326
326
  ],
327
327
  "operation": [
328
- "Service Principals Get Oauth 2 Permission Grants"
328
+ "Service Principals Get OAuth 2 Permission Grants"
329
329
  ]
330
330
  }
331
331
  }
@@ -225,7 +225,7 @@ exports.sharesActionsDescription = [
225
225
  }
226
226
  },
227
227
  {
228
- "displayName": "Content Type Id",
228
+ "displayName": "Content Type ID",
229
229
  "name": "contentTypeId",
230
230
  "type": "string",
231
231
  "default": "",
@@ -268,8 +268,8 @@ exports.sitesActionsDescription = [
268
268
  }
269
269
  },
270
270
  {
271
- "name": "Sites Site Onenote Notebooks Get Notebook From Web Url",
272
- "value": "Sites Site Onenote Notebooks Get Notebook From Web Url",
271
+ "name": "Sites Site Onenote Notebooks Get Notebook From Web URL",
272
+ "value": "Sites Site Onenote Notebooks Get Notebook From Web URL",
273
273
  "action": "Invoke action getNotebookFromWebUrl",
274
274
  "description": "Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.",
275
275
  "routing": {
@@ -743,7 +743,7 @@ exports.sitesActionsDescription = [
743
743
  }
744
744
  },
745
745
  {
746
- "displayName": "Content Type Id",
746
+ "displayName": "Content Type ID",
747
747
  "name": "contentTypeId",
748
748
  "type": "string",
749
749
  "default": "",
@@ -1226,7 +1226,7 @@ exports.sitesActionsDescription = [
1226
1226
  }
1227
1227
  },
1228
1228
  {
1229
- "displayName": "Content Type Id",
1229
+ "displayName": "Content Type ID",
1230
1230
  "name": "contentTypeId",
1231
1231
  "type": "string",
1232
1232
  "default": "",
@@ -1655,13 +1655,13 @@ exports.sitesActionsDescription = [
1655
1655
  "Sites Actions"
1656
1656
  ],
1657
1657
  "operation": [
1658
- "Sites Site Onenote Notebooks Get Notebook From Web Url"
1658
+ "Sites Site Onenote Notebooks Get Notebook From Web URL"
1659
1659
  ]
1660
1660
  }
1661
1661
  }
1662
1662
  },
1663
1663
  {
1664
- "displayName": "Web Url",
1664
+ "displayName": "Web URL",
1665
1665
  "name": "webUrl",
1666
1666
  "type": "string",
1667
1667
  "default": "",
@@ -1679,7 +1679,7 @@ exports.sitesActionsDescription = [
1679
1679
  "Sites Actions"
1680
1680
  ],
1681
1681
  "operation": [
1682
- "Sites Site Onenote Notebooks Get Notebook From Web Url"
1682
+ "Sites Site Onenote Notebooks Get Notebook From Web URL"
1683
1683
  ]
1684
1684
  }
1685
1685
  }
@@ -1704,7 +1704,7 @@ exports.sitesActionsDescription = [
1704
1704
  }
1705
1705
  },
1706
1706
  {
1707
- "displayName": "Group Id",
1707
+ "displayName": "Group ID",
1708
1708
  "name": "groupId",
1709
1709
  "type": "string",
1710
1710
  "default": "",
@@ -1776,7 +1776,7 @@ exports.sitesActionsDescription = [
1776
1776
  }
1777
1777
  },
1778
1778
  {
1779
- "displayName": "Site Collection Id",
1779
+ "displayName": "Site Collection ID",
1780
1780
  "name": "siteCollectionId",
1781
1781
  "type": "string",
1782
1782
  "default": "",
@@ -1800,7 +1800,7 @@ exports.sitesActionsDescription = [
1800
1800
  }
1801
1801
  },
1802
1802
  {
1803
- "displayName": "Site Id",
1803
+ "displayName": "Site ID",
1804
1804
  "name": "siteId",
1805
1805
  "type": "string",
1806
1806
  "default": "",
@@ -1843,7 +1843,7 @@ exports.sitesActionsDescription = [
1843
1843
  }
1844
1844
  },
1845
1845
  {
1846
- "displayName": "Group Id",
1846
+ "displayName": "Group ID",
1847
1847
  "name": "groupId",
1848
1848
  "type": "string",
1849
1849
  "default": "",
@@ -1867,7 +1867,7 @@ exports.sitesActionsDescription = [
1867
1867
  }
1868
1868
  },
1869
1869
  {
1870
- "displayName": "Id",
1870
+ "displayName": "ID",
1871
1871
  "name": "id",
1872
1872
  "type": "string",
1873
1873
  "default": "",
@@ -1915,7 +1915,7 @@ exports.sitesActionsDescription = [
1915
1915
  }
1916
1916
  },
1917
1917
  {
1918
- "displayName": "Site Collection Id",
1918
+ "displayName": "Site Collection ID",
1919
1919
  "name": "siteCollectionId",
1920
1920
  "type": "string",
1921
1921
  "default": "",
@@ -1939,7 +1939,7 @@ exports.sitesActionsDescription = [
1939
1939
  }
1940
1940
  },
1941
1941
  {
1942
- "displayName": "Site Id",
1942
+ "displayName": "Site ID",
1943
1943
  "name": "siteId",
1944
1944
  "type": "string",
1945
1945
  "default": "",
@@ -1982,7 +1982,7 @@ exports.sitesActionsDescription = [
1982
1982
  }
1983
1983
  },
1984
1984
  {
1985
- "displayName": "Group Id",
1985
+ "displayName": "Group ID",
1986
1986
  "name": "groupId",
1987
1987
  "type": "string",
1988
1988
  "default": "",
@@ -2006,7 +2006,7 @@ exports.sitesActionsDescription = [
2006
2006
  }
2007
2007
  },
2008
2008
  {
2009
- "displayName": "Id",
2009
+ "displayName": "ID",
2010
2010
  "name": "id",
2011
2011
  "type": "string",
2012
2012
  "default": "",
@@ -2054,7 +2054,7 @@ exports.sitesActionsDescription = [
2054
2054
  }
2055
2055
  },
2056
2056
  {
2057
- "displayName": "Site Collection Id",
2057
+ "displayName": "Site Collection ID",
2058
2058
  "name": "siteCollectionId",
2059
2059
  "type": "string",
2060
2060
  "default": "",
@@ -2078,7 +2078,7 @@ exports.sitesActionsDescription = [
2078
2078
  }
2079
2079
  },
2080
2080
  {
2081
- "displayName": "Site Id",
2081
+ "displayName": "Site ID",
2082
2082
  "name": "siteId",
2083
2083
  "type": "string",
2084
2084
  "default": "",
@@ -2121,7 +2121,7 @@ exports.sitesActionsDescription = [
2121
2121
  }
2122
2122
  },
2123
2123
  {
2124
- "displayName": "Group Id",
2124
+ "displayName": "Group ID",
2125
2125
  "name": "groupId",
2126
2126
  "type": "string",
2127
2127
  "default": "",
@@ -2145,7 +2145,7 @@ exports.sitesActionsDescription = [
2145
2145
  }
2146
2146
  },
2147
2147
  {
2148
- "displayName": "Id",
2148
+ "displayName": "ID",
2149
2149
  "name": "id",
2150
2150
  "type": "string",
2151
2151
  "default": "",
@@ -2169,7 +2169,7 @@ exports.sitesActionsDescription = [
2169
2169
  }
2170
2170
  },
2171
2171
  {
2172
- "displayName": "Site Collection Id",
2172
+ "displayName": "Site Collection ID",
2173
2173
  "name": "siteCollectionId",
2174
2174
  "type": "string",
2175
2175
  "default": "",
@@ -2193,7 +2193,7 @@ exports.sitesActionsDescription = [
2193
2193
  }
2194
2194
  },
2195
2195
  {
2196
- "displayName": "Site Id",
2196
+ "displayName": "Site ID",
2197
2197
  "name": "siteId",
2198
2198
  "type": "string",
2199
2199
  "default": "",
@@ -2279,7 +2279,7 @@ exports.sitesActionsDescription = [
2279
2279
  }
2280
2280
  },
2281
2281
  {
2282
- "displayName": "Group Id",
2282
+ "displayName": "Group ID",
2283
2283
  "name": "groupId",
2284
2284
  "type": "string",
2285
2285
  "default": "",
@@ -2303,7 +2303,7 @@ exports.sitesActionsDescription = [
2303
2303
  }
2304
2304
  },
2305
2305
  {
2306
- "displayName": "Id",
2306
+ "displayName": "ID",
2307
2307
  "name": "id",
2308
2308
  "type": "string",
2309
2309
  "default": "",
@@ -2351,7 +2351,7 @@ exports.sitesActionsDescription = [
2351
2351
  }
2352
2352
  },
2353
2353
  {
2354
- "displayName": "Site Collection Id",
2354
+ "displayName": "Site Collection ID",
2355
2355
  "name": "siteCollectionId",
2356
2356
  "type": "string",
2357
2357
  "default": "",
@@ -2375,7 +2375,7 @@ exports.sitesActionsDescription = [
2375
2375
  }
2376
2376
  },
2377
2377
  {
2378
- "displayName": "Site Id",
2378
+ "displayName": "Site ID",
2379
2379
  "name": "siteId",
2380
2380
  "type": "string",
2381
2381
  "default": "",
@@ -2418,7 +2418,7 @@ exports.sitesActionsDescription = [
2418
2418
  }
2419
2419
  },
2420
2420
  {
2421
- "displayName": "Group Id",
2421
+ "displayName": "Group ID",
2422
2422
  "name": "groupId",
2423
2423
  "type": "string",
2424
2424
  "default": "",
@@ -2442,7 +2442,7 @@ exports.sitesActionsDescription = [
2442
2442
  }
2443
2443
  },
2444
2444
  {
2445
- "displayName": "Id",
2445
+ "displayName": "ID",
2446
2446
  "name": "id",
2447
2447
  "type": "string",
2448
2448
  "default": "",
@@ -2490,7 +2490,7 @@ exports.sitesActionsDescription = [
2490
2490
  }
2491
2491
  },
2492
2492
  {
2493
- "displayName": "Site Collection Id",
2493
+ "displayName": "Site Collection ID",
2494
2494
  "name": "siteCollectionId",
2495
2495
  "type": "string",
2496
2496
  "default": "",
@@ -2514,7 +2514,7 @@ exports.sitesActionsDescription = [
2514
2514
  }
2515
2515
  },
2516
2516
  {
2517
- "displayName": "Site Id",
2517
+ "displayName": "Site ID",
2518
2518
  "name": "siteId",
2519
2519
  "type": "string",
2520
2520
  "default": "",
@@ -2557,7 +2557,7 @@ exports.sitesActionsDescription = [
2557
2557
  }
2558
2558
  },
2559
2559
  {
2560
- "displayName": "Group Id",
2560
+ "displayName": "Group ID",
2561
2561
  "name": "groupId",
2562
2562
  "type": "string",
2563
2563
  "default": "",
@@ -2581,7 +2581,7 @@ exports.sitesActionsDescription = [
2581
2581
  }
2582
2582
  },
2583
2583
  {
2584
- "displayName": "Id",
2584
+ "displayName": "ID",
2585
2585
  "name": "id",
2586
2586
  "type": "string",
2587
2587
  "default": "",
@@ -2605,7 +2605,7 @@ exports.sitesActionsDescription = [
2605
2605
  }
2606
2606
  },
2607
2607
  {
2608
- "displayName": "Site Collection Id",
2608
+ "displayName": "Site Collection ID",
2609
2609
  "name": "siteCollectionId",
2610
2610
  "type": "string",
2611
2611
  "default": "",
@@ -2629,7 +2629,7 @@ exports.sitesActionsDescription = [
2629
2629
  }
2630
2630
  },
2631
2631
  {
2632
- "displayName": "Site Id",
2632
+ "displayName": "Site ID",
2633
2633
  "name": "siteId",
2634
2634
  "type": "string",
2635
2635
  "default": "",
@@ -2715,7 +2715,7 @@ exports.sitesActionsDescription = [
2715
2715
  }
2716
2716
  },
2717
2717
  {
2718
- "displayName": "Group Id",
2718
+ "displayName": "Group ID",
2719
2719
  "name": "groupId",
2720
2720
  "type": "string",
2721
2721
  "default": "",
@@ -2739,7 +2739,7 @@ exports.sitesActionsDescription = [
2739
2739
  }
2740
2740
  },
2741
2741
  {
2742
- "displayName": "Id",
2742
+ "displayName": "ID",
2743
2743
  "name": "id",
2744
2744
  "type": "string",
2745
2745
  "default": "",
@@ -2763,7 +2763,7 @@ exports.sitesActionsDescription = [
2763
2763
  }
2764
2764
  },
2765
2765
  {
2766
- "displayName": "Site Collection Id",
2766
+ "displayName": "Site Collection ID",
2767
2767
  "name": "siteCollectionId",
2768
2768
  "type": "string",
2769
2769
  "default": "",
@@ -2787,7 +2787,7 @@ exports.sitesActionsDescription = [
2787
2787
  }
2788
2788
  },
2789
2789
  {
2790
- "displayName": "Site Id",
2790
+ "displayName": "Site ID",
2791
2791
  "name": "siteId",
2792
2792
  "type": "string",
2793
2793
  "default": "",
@@ -2873,7 +2873,7 @@ exports.sitesActionsDescription = [
2873
2873
  }
2874
2874
  },
2875
2875
  {
2876
- "displayName": "Group Id",
2876
+ "displayName": "Group ID",
2877
2877
  "name": "groupId",
2878
2878
  "type": "string",
2879
2879
  "default": "",
@@ -2897,7 +2897,7 @@ exports.sitesActionsDescription = [
2897
2897
  }
2898
2898
  },
2899
2899
  {
2900
- "displayName": "Id",
2900
+ "displayName": "ID",
2901
2901
  "name": "id",
2902
2902
  "type": "string",
2903
2903
  "default": "",
@@ -2945,7 +2945,7 @@ exports.sitesActionsDescription = [
2945
2945
  }
2946
2946
  },
2947
2947
  {
2948
- "displayName": "Site Collection Id",
2948
+ "displayName": "Site Collection ID",
2949
2949
  "name": "siteCollectionId",
2950
2950
  "type": "string",
2951
2951
  "default": "",
@@ -2969,7 +2969,7 @@ exports.sitesActionsDescription = [
2969
2969
  }
2970
2970
  },
2971
2971
  {
2972
- "displayName": "Site Id",
2972
+ "displayName": "Site ID",
2973
2973
  "name": "siteId",
2974
2974
  "type": "string",
2975
2975
  "default": "",
@@ -3012,7 +3012,7 @@ exports.sitesActionsDescription = [
3012
3012
  }
3013
3013
  },
3014
3014
  {
3015
- "displayName": "Group Id",
3015
+ "displayName": "Group ID",
3016
3016
  "name": "groupId",
3017
3017
  "type": "string",
3018
3018
  "default": "",
@@ -3036,7 +3036,7 @@ exports.sitesActionsDescription = [
3036
3036
  }
3037
3037
  },
3038
3038
  {
3039
- "displayName": "Id",
3039
+ "displayName": "ID",
3040
3040
  "name": "id",
3041
3041
  "type": "string",
3042
3042
  "default": "",
@@ -3084,7 +3084,7 @@ exports.sitesActionsDescription = [
3084
3084
  }
3085
3085
  },
3086
3086
  {
3087
- "displayName": "Site Collection Id",
3087
+ "displayName": "Site Collection ID",
3088
3088
  "name": "siteCollectionId",
3089
3089
  "type": "string",
3090
3090
  "default": "",
@@ -3108,7 +3108,7 @@ exports.sitesActionsDescription = [
3108
3108
  }
3109
3109
  },
3110
3110
  {
3111
- "displayName": "Site Id",
3111
+ "displayName": "Site ID",
3112
3112
  "name": "siteId",
3113
3113
  "type": "string",
3114
3114
  "default": "",
@@ -3151,7 +3151,7 @@ exports.sitesActionsDescription = [
3151
3151
  }
3152
3152
  },
3153
3153
  {
3154
- "displayName": "Group Id",
3154
+ "displayName": "Group ID",
3155
3155
  "name": "groupId",
3156
3156
  "type": "string",
3157
3157
  "default": "",
@@ -3175,7 +3175,7 @@ exports.sitesActionsDescription = [
3175
3175
  }
3176
3176
  },
3177
3177
  {
3178
- "displayName": "Id",
3178
+ "displayName": "ID",
3179
3179
  "name": "id",
3180
3180
  "type": "string",
3181
3181
  "default": "",
@@ -3199,7 +3199,7 @@ exports.sitesActionsDescription = [
3199
3199
  }
3200
3200
  },
3201
3201
  {
3202
- "displayName": "Site Collection Id",
3202
+ "displayName": "Site Collection ID",
3203
3203
  "name": "siteCollectionId",
3204
3204
  "type": "string",
3205
3205
  "default": "",
@@ -3223,7 +3223,7 @@ exports.sitesActionsDescription = [
3223
3223
  }
3224
3224
  },
3225
3225
  {
3226
- "displayName": "Site Id",
3226
+ "displayName": "Site ID",
3227
3227
  "name": "siteId",
3228
3228
  "type": "string",
3229
3229
  "default": "",
@@ -3309,7 +3309,7 @@ exports.sitesActionsDescription = [
3309
3309
  }
3310
3310
  },
3311
3311
  {
3312
- "displayName": "Group Id",
3312
+ "displayName": "Group ID",
3313
3313
  "name": "groupId",
3314
3314
  "type": "string",
3315
3315
  "default": "",
@@ -3333,7 +3333,7 @@ exports.sitesActionsDescription = [
3333
3333
  }
3334
3334
  },
3335
3335
  {
3336
- "displayName": "Id",
3336
+ "displayName": "ID",
3337
3337
  "name": "id",
3338
3338
  "type": "string",
3339
3339
  "default": "",
@@ -3381,7 +3381,7 @@ exports.sitesActionsDescription = [
3381
3381
  }
3382
3382
  },
3383
3383
  {
3384
- "displayName": "Site Collection Id",
3384
+ "displayName": "Site Collection ID",
3385
3385
  "name": "siteCollectionId",
3386
3386
  "type": "string",
3387
3387
  "default": "",
@@ -3405,7 +3405,7 @@ exports.sitesActionsDescription = [
3405
3405
  }
3406
3406
  },
3407
3407
  {
3408
- "displayName": "Site Id",
3408
+ "displayName": "Site ID",
3409
3409
  "name": "siteId",
3410
3410
  "type": "string",
3411
3411
  "default": "",
@@ -3448,7 +3448,7 @@ exports.sitesActionsDescription = [
3448
3448
  }
3449
3449
  },
3450
3450
  {
3451
- "displayName": "Group Id",
3451
+ "displayName": "Group ID",
3452
3452
  "name": "groupId",
3453
3453
  "type": "string",
3454
3454
  "default": "",
@@ -3472,7 +3472,7 @@ exports.sitesActionsDescription = [
3472
3472
  }
3473
3473
  },
3474
3474
  {
3475
- "displayName": "Id",
3475
+ "displayName": "ID",
3476
3476
  "name": "id",
3477
3477
  "type": "string",
3478
3478
  "default": "",
@@ -3520,7 +3520,7 @@ exports.sitesActionsDescription = [
3520
3520
  }
3521
3521
  },
3522
3522
  {
3523
- "displayName": "Site Collection Id",
3523
+ "displayName": "Site Collection ID",
3524
3524
  "name": "siteCollectionId",
3525
3525
  "type": "string",
3526
3526
  "default": "",
@@ -3544,7 +3544,7 @@ exports.sitesActionsDescription = [
3544
3544
  }
3545
3545
  },
3546
3546
  {
3547
- "displayName": "Site Id",
3547
+ "displayName": "Site ID",
3548
3548
  "name": "siteId",
3549
3549
  "type": "string",
3550
3550
  "default": "",
@@ -3587,7 +3587,7 @@ exports.sitesActionsDescription = [
3587
3587
  }
3588
3588
  },
3589
3589
  {
3590
- "displayName": "Group Id",
3590
+ "displayName": "Group ID",
3591
3591
  "name": "groupId",
3592
3592
  "type": "string",
3593
3593
  "default": "",
@@ -3611,7 +3611,7 @@ exports.sitesActionsDescription = [
3611
3611
  }
3612
3612
  },
3613
3613
  {
3614
- "displayName": "Id",
3614
+ "displayName": "ID",
3615
3615
  "name": "id",
3616
3616
  "type": "string",
3617
3617
  "default": "",
@@ -3635,7 +3635,7 @@ exports.sitesActionsDescription = [
3635
3635
  }
3636
3636
  },
3637
3637
  {
3638
- "displayName": "Site Collection Id",
3638
+ "displayName": "Site Collection ID",
3639
3639
  "name": "siteCollectionId",
3640
3640
  "type": "string",
3641
3641
  "default": "",
@@ -3659,7 +3659,7 @@ exports.sitesActionsDescription = [
3659
3659
  }
3660
3660
  },
3661
3661
  {
3662
- "displayName": "Site Id",
3662
+ "displayName": "Site ID",
3663
3663
  "name": "siteId",
3664
3664
  "type": "string",
3665
3665
  "default": "",
@@ -3783,7 +3783,7 @@ exports.sitesActionsDescription = [
3783
3783
  }
3784
3784
  },
3785
3785
  {
3786
- "displayName": "Column Id",
3786
+ "displayName": "Column ID",
3787
3787
  "name": "columnId",
3788
3788
  "type": "number",
3789
3789
  "default": 0,
@@ -3807,7 +3807,7 @@ exports.sitesActionsDescription = [
3807
3807
  }
3808
3808
  },
3809
3809
  {
3810
- "displayName": "Horizontal Section Id",
3810
+ "displayName": "Horizontal Section ID",
3811
3811
  "name": "horizontalSectionId",
3812
3812
  "type": "number",
3813
3813
  "default": 0,