@n8n-dev/n8n-nodes-microsoft-graph 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.
- package/README.md +13907 -418
- package/dist/credentials/MicrosoftGraphApi.credentials.js +2 -2
- package/dist/nodes/MicrosoftGraph/MicrosoftGraph.node.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/applications-actions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/applications-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/applications-token-issuance-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/applications-token-lifetime-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/chats-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/communications-actions/index.js +7 -7
- package/dist/nodes/MicrosoftGraph/resources/contacts-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/contracts-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/default/index.js +96 -96
- package/dist/nodes/MicrosoftGraph/resources/default/index.js.map +1 -1
- package/dist/nodes/MicrosoftGraph/resources/device-management-actions/index.js +17 -17
- package/dist/nodes/MicrosoftGraph/resources/device-management-functions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/devices-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/devices-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/directory-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-administrative-unit/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/directory-object-org-contact/index.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/directory-objects-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-role-templates-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-roles-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-roles-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/domain-dns-records-domain-dns-record/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/domains-domain-dns-record/index.js +65 -65
- package/dist/nodes/MicrosoftGraph/resources/drives-actions/index.js +9 -9
- package/dist/nodes/MicrosoftGraph/resources/education-education-class/index.js +7 -7
- package/dist/nodes/MicrosoftGraph/resources/education-education-school/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/education-education-user/index.js +6 -6
- package/dist/nodes/MicrosoftGraph/resources/group-lifecycle-policies-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/group-setting-templates-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/groups-actions/index.js +128 -128
- package/dist/nodes/MicrosoftGraph/resources/groups-directory-object/index.js +8 -8
- package/dist/nodes/MicrosoftGraph/resources/groups-functions/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/identity-actions/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-actions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-entitlement-management/index.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-functions/index.js +14 -14
- package/dist/nodes/MicrosoftGraph/resources/identity-identity-api-connector/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/me-actions/index.js +88 -88
- package/dist/nodes/MicrosoftGraph/resources/me-directory-object/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/me-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/me-o-auth-2-permission-grant/index.js +16 -16
- package/dist/nodes/MicrosoftGraph/resources/mobile-app-mobile-lob-app/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-functions/index.js +19 -19
- package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/organization-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/permission-grants-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/policies-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/policies-cross-tenant-access-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/policies-feature-rollout-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/print-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/print-printer-share/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/reports-functions/index.js +3 -3
- package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js +28 -28
- package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js.map +1 -1
- package/dist/nodes/MicrosoftGraph/resources/service-principals-actions/index.js +3 -3
- package/dist/nodes/MicrosoftGraph/resources/service-principals-claims-mapping-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
- package/dist/nodes/MicrosoftGraph/resources/shares-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/sites-actions/index.js +62 -62
- package/dist/nodes/MicrosoftGraph/resources/sites-functions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/teams-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/teams-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/teamwork-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/users-actions/index.js +89 -89
- package/dist/nodes/MicrosoftGraph/resources/users-directory-object/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/users-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/users-o-auth-2-permission-grant/index.js +16 -16
- package/dist/package.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -220,8 +220,8 @@ exports.sitesActionsDescription = [
|
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"name": "Sites Site Onenote Notebooks Get Notebook From Web
|
|
224
|
-
"value": "Sites Site Onenote Notebooks Get Notebook From Web
|
|
223
|
+
"name": "Sites Site Onenote Notebooks Get Notebook From Web URL",
|
|
224
|
+
"value": "Sites Site Onenote Notebooks Get Notebook From Web URL",
|
|
225
225
|
"action": "Invoke action getNotebookFromWebUrl",
|
|
226
226
|
"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.",
|
|
227
227
|
"routing": {
|
|
@@ -623,7 +623,7 @@ exports.sitesActionsDescription = [
|
|
|
623
623
|
}
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
|
-
"displayName": "Content Type
|
|
626
|
+
"displayName": "Content Type ID",
|
|
627
627
|
"name": "contentTypeId",
|
|
628
628
|
"type": "string",
|
|
629
629
|
"default": "",
|
|
@@ -881,7 +881,7 @@ exports.sitesActionsDescription = [
|
|
|
881
881
|
}
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
|
-
"displayName": "Content Type
|
|
884
|
+
"displayName": "Content Type ID",
|
|
885
885
|
"name": "contentTypeId",
|
|
886
886
|
"type": "string",
|
|
887
887
|
"default": "",
|
|
@@ -1147,13 +1147,13 @@ exports.sitesActionsDescription = [
|
|
|
1147
1147
|
"Sites Actions"
|
|
1148
1148
|
],
|
|
1149
1149
|
"operation": [
|
|
1150
|
-
"Sites Site Onenote Notebooks Get Notebook From Web
|
|
1150
|
+
"Sites Site Onenote Notebooks Get Notebook From Web URL"
|
|
1151
1151
|
]
|
|
1152
1152
|
}
|
|
1153
1153
|
}
|
|
1154
1154
|
},
|
|
1155
1155
|
{
|
|
1156
|
-
"displayName": "Web
|
|
1156
|
+
"displayName": "Web URL",
|
|
1157
1157
|
"name": "webUrl",
|
|
1158
1158
|
"type": "string",
|
|
1159
1159
|
"default": "",
|
|
@@ -1171,7 +1171,7 @@ exports.sitesActionsDescription = [
|
|
|
1171
1171
|
"Sites Actions"
|
|
1172
1172
|
],
|
|
1173
1173
|
"operation": [
|
|
1174
|
-
"Sites Site Onenote Notebooks Get Notebook From Web
|
|
1174
|
+
"Sites Site Onenote Notebooks Get Notebook From Web URL"
|
|
1175
1175
|
]
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
@@ -1196,7 +1196,7 @@ exports.sitesActionsDescription = [
|
|
|
1196
1196
|
}
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
|
-
"displayName": "Group
|
|
1199
|
+
"displayName": "Group ID",
|
|
1200
1200
|
"name": "groupId",
|
|
1201
1201
|
"type": "string",
|
|
1202
1202
|
"default": "",
|
|
@@ -1268,7 +1268,7 @@ exports.sitesActionsDescription = [
|
|
|
1268
1268
|
}
|
|
1269
1269
|
},
|
|
1270
1270
|
{
|
|
1271
|
-
"displayName": "Site Collection
|
|
1271
|
+
"displayName": "Site Collection ID",
|
|
1272
1272
|
"name": "siteCollectionId",
|
|
1273
1273
|
"type": "string",
|
|
1274
1274
|
"default": "",
|
|
@@ -1292,7 +1292,7 @@ exports.sitesActionsDescription = [
|
|
|
1292
1292
|
}
|
|
1293
1293
|
},
|
|
1294
1294
|
{
|
|
1295
|
-
"displayName": "Site
|
|
1295
|
+
"displayName": "Site ID",
|
|
1296
1296
|
"name": "siteId",
|
|
1297
1297
|
"type": "string",
|
|
1298
1298
|
"default": "",
|
|
@@ -1335,7 +1335,7 @@ exports.sitesActionsDescription = [
|
|
|
1335
1335
|
}
|
|
1336
1336
|
},
|
|
1337
1337
|
{
|
|
1338
|
-
"displayName": "Group
|
|
1338
|
+
"displayName": "Group ID",
|
|
1339
1339
|
"name": "groupId",
|
|
1340
1340
|
"type": "string",
|
|
1341
1341
|
"default": "",
|
|
@@ -1359,7 +1359,7 @@ exports.sitesActionsDescription = [
|
|
|
1359
1359
|
}
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
|
-
"displayName": "
|
|
1362
|
+
"displayName": "ID",
|
|
1363
1363
|
"name": "id",
|
|
1364
1364
|
"type": "string",
|
|
1365
1365
|
"default": "",
|
|
@@ -1407,7 +1407,7 @@ exports.sitesActionsDescription = [
|
|
|
1407
1407
|
}
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
|
-
"displayName": "Site Collection
|
|
1410
|
+
"displayName": "Site Collection ID",
|
|
1411
1411
|
"name": "siteCollectionId",
|
|
1412
1412
|
"type": "string",
|
|
1413
1413
|
"default": "",
|
|
@@ -1431,7 +1431,7 @@ exports.sitesActionsDescription = [
|
|
|
1431
1431
|
}
|
|
1432
1432
|
},
|
|
1433
1433
|
{
|
|
1434
|
-
"displayName": "Site
|
|
1434
|
+
"displayName": "Site ID",
|
|
1435
1435
|
"name": "siteId",
|
|
1436
1436
|
"type": "string",
|
|
1437
1437
|
"default": "",
|
|
@@ -1474,7 +1474,7 @@ exports.sitesActionsDescription = [
|
|
|
1474
1474
|
}
|
|
1475
1475
|
},
|
|
1476
1476
|
{
|
|
1477
|
-
"displayName": "Group
|
|
1477
|
+
"displayName": "Group ID",
|
|
1478
1478
|
"name": "groupId",
|
|
1479
1479
|
"type": "string",
|
|
1480
1480
|
"default": "",
|
|
@@ -1498,7 +1498,7 @@ exports.sitesActionsDescription = [
|
|
|
1498
1498
|
}
|
|
1499
1499
|
},
|
|
1500
1500
|
{
|
|
1501
|
-
"displayName": "
|
|
1501
|
+
"displayName": "ID",
|
|
1502
1502
|
"name": "id",
|
|
1503
1503
|
"type": "string",
|
|
1504
1504
|
"default": "",
|
|
@@ -1546,7 +1546,7 @@ exports.sitesActionsDescription = [
|
|
|
1546
1546
|
}
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
|
-
"displayName": "Site Collection
|
|
1549
|
+
"displayName": "Site Collection ID",
|
|
1550
1550
|
"name": "siteCollectionId",
|
|
1551
1551
|
"type": "string",
|
|
1552
1552
|
"default": "",
|
|
@@ -1570,7 +1570,7 @@ exports.sitesActionsDescription = [
|
|
|
1570
1570
|
}
|
|
1571
1571
|
},
|
|
1572
1572
|
{
|
|
1573
|
-
"displayName": "Site
|
|
1573
|
+
"displayName": "Site ID",
|
|
1574
1574
|
"name": "siteId",
|
|
1575
1575
|
"type": "string",
|
|
1576
1576
|
"default": "",
|
|
@@ -1613,7 +1613,7 @@ exports.sitesActionsDescription = [
|
|
|
1613
1613
|
}
|
|
1614
1614
|
},
|
|
1615
1615
|
{
|
|
1616
|
-
"displayName": "Group
|
|
1616
|
+
"displayName": "Group ID",
|
|
1617
1617
|
"name": "groupId",
|
|
1618
1618
|
"type": "string",
|
|
1619
1619
|
"default": "",
|
|
@@ -1637,7 +1637,7 @@ exports.sitesActionsDescription = [
|
|
|
1637
1637
|
}
|
|
1638
1638
|
},
|
|
1639
1639
|
{
|
|
1640
|
-
"displayName": "
|
|
1640
|
+
"displayName": "ID",
|
|
1641
1641
|
"name": "id",
|
|
1642
1642
|
"type": "string",
|
|
1643
1643
|
"default": "",
|
|
@@ -1661,7 +1661,7 @@ exports.sitesActionsDescription = [
|
|
|
1661
1661
|
}
|
|
1662
1662
|
},
|
|
1663
1663
|
{
|
|
1664
|
-
"displayName": "Site Collection
|
|
1664
|
+
"displayName": "Site Collection ID",
|
|
1665
1665
|
"name": "siteCollectionId",
|
|
1666
1666
|
"type": "string",
|
|
1667
1667
|
"default": "",
|
|
@@ -1685,7 +1685,7 @@ exports.sitesActionsDescription = [
|
|
|
1685
1685
|
}
|
|
1686
1686
|
},
|
|
1687
1687
|
{
|
|
1688
|
-
"displayName": "Site
|
|
1688
|
+
"displayName": "Site ID",
|
|
1689
1689
|
"name": "siteId",
|
|
1690
1690
|
"type": "string",
|
|
1691
1691
|
"default": "",
|
|
@@ -1771,7 +1771,7 @@ exports.sitesActionsDescription = [
|
|
|
1771
1771
|
}
|
|
1772
1772
|
},
|
|
1773
1773
|
{
|
|
1774
|
-
"displayName": "Group
|
|
1774
|
+
"displayName": "Group ID",
|
|
1775
1775
|
"name": "groupId",
|
|
1776
1776
|
"type": "string",
|
|
1777
1777
|
"default": "",
|
|
@@ -1795,7 +1795,7 @@ exports.sitesActionsDescription = [
|
|
|
1795
1795
|
}
|
|
1796
1796
|
},
|
|
1797
1797
|
{
|
|
1798
|
-
"displayName": "
|
|
1798
|
+
"displayName": "ID",
|
|
1799
1799
|
"name": "id",
|
|
1800
1800
|
"type": "string",
|
|
1801
1801
|
"default": "",
|
|
@@ -1843,7 +1843,7 @@ exports.sitesActionsDescription = [
|
|
|
1843
1843
|
}
|
|
1844
1844
|
},
|
|
1845
1845
|
{
|
|
1846
|
-
"displayName": "Site Collection
|
|
1846
|
+
"displayName": "Site Collection ID",
|
|
1847
1847
|
"name": "siteCollectionId",
|
|
1848
1848
|
"type": "string",
|
|
1849
1849
|
"default": "",
|
|
@@ -1867,7 +1867,7 @@ exports.sitesActionsDescription = [
|
|
|
1867
1867
|
}
|
|
1868
1868
|
},
|
|
1869
1869
|
{
|
|
1870
|
-
"displayName": "Site
|
|
1870
|
+
"displayName": "Site ID",
|
|
1871
1871
|
"name": "siteId",
|
|
1872
1872
|
"type": "string",
|
|
1873
1873
|
"default": "",
|
|
@@ -1910,7 +1910,7 @@ exports.sitesActionsDescription = [
|
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
1912
|
{
|
|
1913
|
-
"displayName": "Group
|
|
1913
|
+
"displayName": "Group ID",
|
|
1914
1914
|
"name": "groupId",
|
|
1915
1915
|
"type": "string",
|
|
1916
1916
|
"default": "",
|
|
@@ -1934,7 +1934,7 @@ exports.sitesActionsDescription = [
|
|
|
1934
1934
|
}
|
|
1935
1935
|
},
|
|
1936
1936
|
{
|
|
1937
|
-
"displayName": "
|
|
1937
|
+
"displayName": "ID",
|
|
1938
1938
|
"name": "id",
|
|
1939
1939
|
"type": "string",
|
|
1940
1940
|
"default": "",
|
|
@@ -1982,7 +1982,7 @@ exports.sitesActionsDescription = [
|
|
|
1982
1982
|
}
|
|
1983
1983
|
},
|
|
1984
1984
|
{
|
|
1985
|
-
"displayName": "Site Collection
|
|
1985
|
+
"displayName": "Site Collection ID",
|
|
1986
1986
|
"name": "siteCollectionId",
|
|
1987
1987
|
"type": "string",
|
|
1988
1988
|
"default": "",
|
|
@@ -2006,7 +2006,7 @@ exports.sitesActionsDescription = [
|
|
|
2006
2006
|
}
|
|
2007
2007
|
},
|
|
2008
2008
|
{
|
|
2009
|
-
"displayName": "Site
|
|
2009
|
+
"displayName": "Site ID",
|
|
2010
2010
|
"name": "siteId",
|
|
2011
2011
|
"type": "string",
|
|
2012
2012
|
"default": "",
|
|
@@ -2049,7 +2049,7 @@ exports.sitesActionsDescription = [
|
|
|
2049
2049
|
}
|
|
2050
2050
|
},
|
|
2051
2051
|
{
|
|
2052
|
-
"displayName": "Group
|
|
2052
|
+
"displayName": "Group ID",
|
|
2053
2053
|
"name": "groupId",
|
|
2054
2054
|
"type": "string",
|
|
2055
2055
|
"default": "",
|
|
@@ -2073,7 +2073,7 @@ exports.sitesActionsDescription = [
|
|
|
2073
2073
|
}
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
|
-
"displayName": "
|
|
2076
|
+
"displayName": "ID",
|
|
2077
2077
|
"name": "id",
|
|
2078
2078
|
"type": "string",
|
|
2079
2079
|
"default": "",
|
|
@@ -2097,7 +2097,7 @@ exports.sitesActionsDescription = [
|
|
|
2097
2097
|
}
|
|
2098
2098
|
},
|
|
2099
2099
|
{
|
|
2100
|
-
"displayName": "Site Collection
|
|
2100
|
+
"displayName": "Site Collection ID",
|
|
2101
2101
|
"name": "siteCollectionId",
|
|
2102
2102
|
"type": "string",
|
|
2103
2103
|
"default": "",
|
|
@@ -2121,7 +2121,7 @@ exports.sitesActionsDescription = [
|
|
|
2121
2121
|
}
|
|
2122
2122
|
},
|
|
2123
2123
|
{
|
|
2124
|
-
"displayName": "Site
|
|
2124
|
+
"displayName": "Site ID",
|
|
2125
2125
|
"name": "siteId",
|
|
2126
2126
|
"type": "string",
|
|
2127
2127
|
"default": "",
|
|
@@ -2207,7 +2207,7 @@ exports.sitesActionsDescription = [
|
|
|
2207
2207
|
}
|
|
2208
2208
|
},
|
|
2209
2209
|
{
|
|
2210
|
-
"displayName": "Group
|
|
2210
|
+
"displayName": "Group ID",
|
|
2211
2211
|
"name": "groupId",
|
|
2212
2212
|
"type": "string",
|
|
2213
2213
|
"default": "",
|
|
@@ -2231,7 +2231,7 @@ exports.sitesActionsDescription = [
|
|
|
2231
2231
|
}
|
|
2232
2232
|
},
|
|
2233
2233
|
{
|
|
2234
|
-
"displayName": "
|
|
2234
|
+
"displayName": "ID",
|
|
2235
2235
|
"name": "id",
|
|
2236
2236
|
"type": "string",
|
|
2237
2237
|
"default": "",
|
|
@@ -2255,7 +2255,7 @@ exports.sitesActionsDescription = [
|
|
|
2255
2255
|
}
|
|
2256
2256
|
},
|
|
2257
2257
|
{
|
|
2258
|
-
"displayName": "Site Collection
|
|
2258
|
+
"displayName": "Site Collection ID",
|
|
2259
2259
|
"name": "siteCollectionId",
|
|
2260
2260
|
"type": "string",
|
|
2261
2261
|
"default": "",
|
|
@@ -2279,7 +2279,7 @@ exports.sitesActionsDescription = [
|
|
|
2279
2279
|
}
|
|
2280
2280
|
},
|
|
2281
2281
|
{
|
|
2282
|
-
"displayName": "Site
|
|
2282
|
+
"displayName": "Site ID",
|
|
2283
2283
|
"name": "siteId",
|
|
2284
2284
|
"type": "string",
|
|
2285
2285
|
"default": "",
|
|
@@ -2365,7 +2365,7 @@ exports.sitesActionsDescription = [
|
|
|
2365
2365
|
}
|
|
2366
2366
|
},
|
|
2367
2367
|
{
|
|
2368
|
-
"displayName": "Group
|
|
2368
|
+
"displayName": "Group ID",
|
|
2369
2369
|
"name": "groupId",
|
|
2370
2370
|
"type": "string",
|
|
2371
2371
|
"default": "",
|
|
@@ -2389,7 +2389,7 @@ exports.sitesActionsDescription = [
|
|
|
2389
2389
|
}
|
|
2390
2390
|
},
|
|
2391
2391
|
{
|
|
2392
|
-
"displayName": "
|
|
2392
|
+
"displayName": "ID",
|
|
2393
2393
|
"name": "id",
|
|
2394
2394
|
"type": "string",
|
|
2395
2395
|
"default": "",
|
|
@@ -2437,7 +2437,7 @@ exports.sitesActionsDescription = [
|
|
|
2437
2437
|
}
|
|
2438
2438
|
},
|
|
2439
2439
|
{
|
|
2440
|
-
"displayName": "Site Collection
|
|
2440
|
+
"displayName": "Site Collection ID",
|
|
2441
2441
|
"name": "siteCollectionId",
|
|
2442
2442
|
"type": "string",
|
|
2443
2443
|
"default": "",
|
|
@@ -2461,7 +2461,7 @@ exports.sitesActionsDescription = [
|
|
|
2461
2461
|
}
|
|
2462
2462
|
},
|
|
2463
2463
|
{
|
|
2464
|
-
"displayName": "Site
|
|
2464
|
+
"displayName": "Site ID",
|
|
2465
2465
|
"name": "siteId",
|
|
2466
2466
|
"type": "string",
|
|
2467
2467
|
"default": "",
|
|
@@ -2504,7 +2504,7 @@ exports.sitesActionsDescription = [
|
|
|
2504
2504
|
}
|
|
2505
2505
|
},
|
|
2506
2506
|
{
|
|
2507
|
-
"displayName": "Group
|
|
2507
|
+
"displayName": "Group ID",
|
|
2508
2508
|
"name": "groupId",
|
|
2509
2509
|
"type": "string",
|
|
2510
2510
|
"default": "",
|
|
@@ -2528,7 +2528,7 @@ exports.sitesActionsDescription = [
|
|
|
2528
2528
|
}
|
|
2529
2529
|
},
|
|
2530
2530
|
{
|
|
2531
|
-
"displayName": "
|
|
2531
|
+
"displayName": "ID",
|
|
2532
2532
|
"name": "id",
|
|
2533
2533
|
"type": "string",
|
|
2534
2534
|
"default": "",
|
|
@@ -2576,7 +2576,7 @@ exports.sitesActionsDescription = [
|
|
|
2576
2576
|
}
|
|
2577
2577
|
},
|
|
2578
2578
|
{
|
|
2579
|
-
"displayName": "Site Collection
|
|
2579
|
+
"displayName": "Site Collection ID",
|
|
2580
2580
|
"name": "siteCollectionId",
|
|
2581
2581
|
"type": "string",
|
|
2582
2582
|
"default": "",
|
|
@@ -2600,7 +2600,7 @@ exports.sitesActionsDescription = [
|
|
|
2600
2600
|
}
|
|
2601
2601
|
},
|
|
2602
2602
|
{
|
|
2603
|
-
"displayName": "Site
|
|
2603
|
+
"displayName": "Site ID",
|
|
2604
2604
|
"name": "siteId",
|
|
2605
2605
|
"type": "string",
|
|
2606
2606
|
"default": "",
|
|
@@ -2643,7 +2643,7 @@ exports.sitesActionsDescription = [
|
|
|
2643
2643
|
}
|
|
2644
2644
|
},
|
|
2645
2645
|
{
|
|
2646
|
-
"displayName": "Group
|
|
2646
|
+
"displayName": "Group ID",
|
|
2647
2647
|
"name": "groupId",
|
|
2648
2648
|
"type": "string",
|
|
2649
2649
|
"default": "",
|
|
@@ -2667,7 +2667,7 @@ exports.sitesActionsDescription = [
|
|
|
2667
2667
|
}
|
|
2668
2668
|
},
|
|
2669
2669
|
{
|
|
2670
|
-
"displayName": "
|
|
2670
|
+
"displayName": "ID",
|
|
2671
2671
|
"name": "id",
|
|
2672
2672
|
"type": "string",
|
|
2673
2673
|
"default": "",
|
|
@@ -2691,7 +2691,7 @@ exports.sitesActionsDescription = [
|
|
|
2691
2691
|
}
|
|
2692
2692
|
},
|
|
2693
2693
|
{
|
|
2694
|
-
"displayName": "Site Collection
|
|
2694
|
+
"displayName": "Site Collection ID",
|
|
2695
2695
|
"name": "siteCollectionId",
|
|
2696
2696
|
"type": "string",
|
|
2697
2697
|
"default": "",
|
|
@@ -2715,7 +2715,7 @@ exports.sitesActionsDescription = [
|
|
|
2715
2715
|
}
|
|
2716
2716
|
},
|
|
2717
2717
|
{
|
|
2718
|
-
"displayName": "Site
|
|
2718
|
+
"displayName": "Site ID",
|
|
2719
2719
|
"name": "siteId",
|
|
2720
2720
|
"type": "string",
|
|
2721
2721
|
"default": "",
|
|
@@ -2801,7 +2801,7 @@ exports.sitesActionsDescription = [
|
|
|
2801
2801
|
}
|
|
2802
2802
|
},
|
|
2803
2803
|
{
|
|
2804
|
-
"displayName": "Group
|
|
2804
|
+
"displayName": "Group ID",
|
|
2805
2805
|
"name": "groupId",
|
|
2806
2806
|
"type": "string",
|
|
2807
2807
|
"default": "",
|
|
@@ -2825,7 +2825,7 @@ exports.sitesActionsDescription = [
|
|
|
2825
2825
|
}
|
|
2826
2826
|
},
|
|
2827
2827
|
{
|
|
2828
|
-
"displayName": "
|
|
2828
|
+
"displayName": "ID",
|
|
2829
2829
|
"name": "id",
|
|
2830
2830
|
"type": "string",
|
|
2831
2831
|
"default": "",
|
|
@@ -2873,7 +2873,7 @@ exports.sitesActionsDescription = [
|
|
|
2873
2873
|
}
|
|
2874
2874
|
},
|
|
2875
2875
|
{
|
|
2876
|
-
"displayName": "Site Collection
|
|
2876
|
+
"displayName": "Site Collection ID",
|
|
2877
2877
|
"name": "siteCollectionId",
|
|
2878
2878
|
"type": "string",
|
|
2879
2879
|
"default": "",
|
|
@@ -2897,7 +2897,7 @@ exports.sitesActionsDescription = [
|
|
|
2897
2897
|
}
|
|
2898
2898
|
},
|
|
2899
2899
|
{
|
|
2900
|
-
"displayName": "Site
|
|
2900
|
+
"displayName": "Site ID",
|
|
2901
2901
|
"name": "siteId",
|
|
2902
2902
|
"type": "string",
|
|
2903
2903
|
"default": "",
|
|
@@ -2940,7 +2940,7 @@ exports.sitesActionsDescription = [
|
|
|
2940
2940
|
}
|
|
2941
2941
|
},
|
|
2942
2942
|
{
|
|
2943
|
-
"displayName": "Group
|
|
2943
|
+
"displayName": "Group ID",
|
|
2944
2944
|
"name": "groupId",
|
|
2945
2945
|
"type": "string",
|
|
2946
2946
|
"default": "",
|
|
@@ -2964,7 +2964,7 @@ exports.sitesActionsDescription = [
|
|
|
2964
2964
|
}
|
|
2965
2965
|
},
|
|
2966
2966
|
{
|
|
2967
|
-
"displayName": "
|
|
2967
|
+
"displayName": "ID",
|
|
2968
2968
|
"name": "id",
|
|
2969
2969
|
"type": "string",
|
|
2970
2970
|
"default": "",
|
|
@@ -3012,7 +3012,7 @@ exports.sitesActionsDescription = [
|
|
|
3012
3012
|
}
|
|
3013
3013
|
},
|
|
3014
3014
|
{
|
|
3015
|
-
"displayName": "Site Collection
|
|
3015
|
+
"displayName": "Site Collection ID",
|
|
3016
3016
|
"name": "siteCollectionId",
|
|
3017
3017
|
"type": "string",
|
|
3018
3018
|
"default": "",
|
|
@@ -3036,7 +3036,7 @@ exports.sitesActionsDescription = [
|
|
|
3036
3036
|
}
|
|
3037
3037
|
},
|
|
3038
3038
|
{
|
|
3039
|
-
"displayName": "Site
|
|
3039
|
+
"displayName": "Site ID",
|
|
3040
3040
|
"name": "siteId",
|
|
3041
3041
|
"type": "string",
|
|
3042
3042
|
"default": "",
|
|
@@ -3079,7 +3079,7 @@ exports.sitesActionsDescription = [
|
|
|
3079
3079
|
}
|
|
3080
3080
|
},
|
|
3081
3081
|
{
|
|
3082
|
-
"displayName": "Group
|
|
3082
|
+
"displayName": "Group ID",
|
|
3083
3083
|
"name": "groupId",
|
|
3084
3084
|
"type": "string",
|
|
3085
3085
|
"default": "",
|
|
@@ -3103,7 +3103,7 @@ exports.sitesActionsDescription = [
|
|
|
3103
3103
|
}
|
|
3104
3104
|
},
|
|
3105
3105
|
{
|
|
3106
|
-
"displayName": "
|
|
3106
|
+
"displayName": "ID",
|
|
3107
3107
|
"name": "id",
|
|
3108
3108
|
"type": "string",
|
|
3109
3109
|
"default": "",
|
|
@@ -3127,7 +3127,7 @@ exports.sitesActionsDescription = [
|
|
|
3127
3127
|
}
|
|
3128
3128
|
},
|
|
3129
3129
|
{
|
|
3130
|
-
"displayName": "Site Collection
|
|
3130
|
+
"displayName": "Site Collection ID",
|
|
3131
3131
|
"name": "siteCollectionId",
|
|
3132
3132
|
"type": "string",
|
|
3133
3133
|
"default": "",
|
|
@@ -3151,7 +3151,7 @@ exports.sitesActionsDescription = [
|
|
|
3151
3151
|
}
|
|
3152
3152
|
},
|
|
3153
3153
|
{
|
|
3154
|
-
"displayName": "Site
|
|
3154
|
+
"displayName": "Site ID",
|
|
3155
3155
|
"name": "siteId",
|
|
3156
3156
|
"type": "string",
|
|
3157
3157
|
"default": "",
|
|
@@ -910,7 +910,7 @@ exports.teamsFunctionsDescription = [
|
|
|
910
910
|
}
|
|
911
911
|
},
|
|
912
912
|
{
|
|
913
|
-
"displayName": "User
|
|
913
|
+
"displayName": "User ID",
|
|
914
914
|
"name": "userId",
|
|
915
915
|
"description": "Usage: userId='@userId'",
|
|
916
916
|
"default": "",
|
|
@@ -935,7 +935,7 @@ exports.teamsFunctionsDescription = [
|
|
|
935
935
|
}
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
|
-
"displayName": "Tenant
|
|
938
|
+
"displayName": "Tenant ID",
|
|
939
939
|
"name": "tenantId",
|
|
940
940
|
"description": "Usage: tenantId='@tenantId'",
|
|
941
941
|
"default": "",
|
|
@@ -1392,7 +1392,7 @@ exports.teamsFunctionsDescription = [
|
|
|
1392
1392
|
}
|
|
1393
1393
|
},
|
|
1394
1394
|
{
|
|
1395
|
-
"displayName": "User
|
|
1395
|
+
"displayName": "User ID",
|
|
1396
1396
|
"name": "userId",
|
|
1397
1397
|
"description": "Usage: userId='@userId'",
|
|
1398
1398
|
"default": "",
|
|
@@ -1417,7 +1417,7 @@ exports.teamsFunctionsDescription = [
|
|
|
1417
1417
|
}
|
|
1418
1418
|
},
|
|
1419
1419
|
{
|
|
1420
|
-
"displayName": "Tenant
|
|
1420
|
+
"displayName": "Tenant ID",
|
|
1421
1421
|
"name": "tenantId",
|
|
1422
1422
|
"description": "Usage: tenantId='@tenantId'",
|
|
1423
1423
|
"default": "",
|
|
@@ -74,7 +74,7 @@ exports.teamworkActionsDescription = [
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
"displayName": "Chain
|
|
77
|
+
"displayName": "Chain ID",
|
|
78
78
|
"name": "chainId",
|
|
79
79
|
"type": "number",
|
|
80
80
|
"default": 0,
|
|
@@ -146,7 +146,7 @@ exports.teamworkActionsDescription = [
|
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
|
-
"displayName": "Teams App
|
|
149
|
+
"displayName": "Teams App ID",
|
|
150
150
|
"name": "teamsAppId",
|
|
151
151
|
"type": "string",
|
|
152
152
|
"default": "",
|