@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
@@ -1764,7 +1764,7 @@ exports.sitesFunctionsDescription = [
1764
1764
  }
1765
1765
  },
1766
1766
  {
1767
- "displayName": "List Id",
1767
+ "displayName": "List ID",
1768
1768
  "name": "listId",
1769
1769
  "required": true,
1770
1770
  "description": "Usage: listId='{listId}'",
@@ -1277,7 +1277,7 @@ exports.teamTemplateDefinitionActionsDescription = [
1277
1277
  }
1278
1278
  },
1279
1279
  {
1280
- "displayName": "Chain Id",
1280
+ "displayName": "Chain ID",
1281
1281
  "name": "chainId",
1282
1282
  "type": "number",
1283
1283
  "default": 0,
@@ -1526,7 +1526,7 @@ exports.teamTemplateDefinitionActionsDescription = [
1526
1526
  }
1527
1527
  },
1528
1528
  {
1529
- "displayName": "User Id",
1529
+ "displayName": "User ID",
1530
1530
  "name": "userId",
1531
1531
  "type": "string",
1532
1532
  "default": "",
@@ -1641,7 +1641,7 @@ exports.teamTemplateDefinitionActionsDescription = [
1641
1641
  }
1642
1642
  },
1643
1643
  {
1644
- "displayName": "On Behalf Of User Id",
1644
+ "displayName": "On Behalf Of User ID",
1645
1645
  "name": "onBehalfOfUserId",
1646
1646
  "type": "string",
1647
1647
  "default": "",
@@ -2362,7 +2362,7 @@ exports.teamTemplateDefinitionActionsDescription = [
2362
2362
  }
2363
2363
  },
2364
2364
  {
2365
- "displayName": "On Behalf Of User Id",
2365
+ "displayName": "On Behalf Of User ID",
2366
2366
  "name": "onBehalfOfUserId",
2367
2367
  "type": "string",
2368
2368
  "default": "",
@@ -910,7 +910,7 @@ exports.teamTemplateDefinitionFunctionsDescription = [
910
910
  }
911
911
  },
912
912
  {
913
- "displayName": "User Id",
913
+ "displayName": "User ID",
914
914
  "name": "userId",
915
915
  "description": "Usage: userId='@userId'",
916
916
  "default": "",
@@ -935,7 +935,7 @@ exports.teamTemplateDefinitionFunctionsDescription = [
935
935
  }
936
936
  },
937
937
  {
938
- "displayName": "Tenant Id",
938
+ "displayName": "Tenant ID",
939
939
  "name": "tenantId",
940
940
  "description": "Usage: tenantId='@tenantId'",
941
941
  "default": "",
@@ -1392,7 +1392,7 @@ exports.teamTemplateDefinitionFunctionsDescription = [
1392
1392
  }
1393
1393
  },
1394
1394
  {
1395
- "displayName": "User Id",
1395
+ "displayName": "User ID",
1396
1396
  "name": "userId",
1397
1397
  "description": "Usage: userId='@userId'",
1398
1398
  "default": "",
@@ -1417,7 +1417,7 @@ exports.teamTemplateDefinitionFunctionsDescription = [
1417
1417
  }
1418
1418
  },
1419
1419
  {
1420
- "displayName": "Tenant Id",
1420
+ "displayName": "Tenant ID",
1421
1421
  "name": "tenantId",
1422
1422
  "description": "Usage: tenantId='@tenantId'",
1423
1423
  "default": "",
@@ -1277,7 +1277,7 @@ exports.teamsActionsDescription = [
1277
1277
  }
1278
1278
  },
1279
1279
  {
1280
- "displayName": "Chain Id",
1280
+ "displayName": "Chain ID",
1281
1281
  "name": "chainId",
1282
1282
  "type": "number",
1283
1283
  "default": 0,
@@ -1526,7 +1526,7 @@ exports.teamsActionsDescription = [
1526
1526
  }
1527
1527
  },
1528
1528
  {
1529
- "displayName": "User Id",
1529
+ "displayName": "User ID",
1530
1530
  "name": "userId",
1531
1531
  "type": "string",
1532
1532
  "default": "",
@@ -1641,7 +1641,7 @@ exports.teamsActionsDescription = [
1641
1641
  }
1642
1642
  },
1643
1643
  {
1644
- "displayName": "On Behalf Of User Id",
1644
+ "displayName": "On Behalf Of User ID",
1645
1645
  "name": "onBehalfOfUserId",
1646
1646
  "type": "string",
1647
1647
  "default": "",
@@ -2362,7 +2362,7 @@ exports.teamsActionsDescription = [
2362
2362
  }
2363
2363
  },
2364
2364
  {
2365
- "displayName": "On Behalf Of User Id",
2365
+ "displayName": "On Behalf Of User ID",
2366
2366
  "name": "onBehalfOfUserId",
2367
2367
  "type": "string",
2368
2368
  "default": "",
@@ -1322,7 +1322,7 @@ exports.teamsFunctionsDescription = [
1322
1322
  }
1323
1323
  },
1324
1324
  {
1325
- "displayName": "User Id",
1325
+ "displayName": "User ID",
1326
1326
  "name": "userId",
1327
1327
  "description": "Usage: userId='@userId'",
1328
1328
  "default": "",
@@ -1347,7 +1347,7 @@ exports.teamsFunctionsDescription = [
1347
1347
  }
1348
1348
  },
1349
1349
  {
1350
- "displayName": "Tenant Id",
1350
+ "displayName": "Tenant ID",
1351
1351
  "name": "tenantId",
1352
1352
  "description": "Usage: tenantId='@tenantId'",
1353
1353
  "default": "",
@@ -1804,7 +1804,7 @@ exports.teamsFunctionsDescription = [
1804
1804
  }
1805
1805
  },
1806
1806
  {
1807
- "displayName": "User Id",
1807
+ "displayName": "User ID",
1808
1808
  "name": "userId",
1809
1809
  "description": "Usage: userId='@userId'",
1810
1810
  "default": "",
@@ -1829,7 +1829,7 @@ exports.teamsFunctionsDescription = [
1829
1829
  }
1830
1830
  },
1831
1831
  {
1832
- "displayName": "Tenant Id",
1832
+ "displayName": "Tenant ID",
1833
1833
  "name": "tenantId",
1834
1834
  "description": "Usage: tenantId='@tenantId'",
1835
1835
  "default": "",
@@ -1277,7 +1277,7 @@ exports.teamworkActionsDescription = [
1277
1277
  }
1278
1278
  },
1279
1279
  {
1280
- "displayName": "Chain Id",
1280
+ "displayName": "Chain ID",
1281
1281
  "name": "chainId",
1282
1282
  "type": "number",
1283
1283
  "default": 0,
@@ -1349,7 +1349,7 @@ exports.teamworkActionsDescription = [
1349
1349
  }
1350
1350
  },
1351
1351
  {
1352
- "displayName": "Teams App Id",
1352
+ "displayName": "Teams App ID",
1353
1353
  "name": "teamsAppId",
1354
1354
  "type": "string",
1355
1355
  "default": "",
@@ -2139,7 +2139,7 @@ exports.teamworkActionsDescription = [
2139
2139
  }
2140
2140
  },
2141
2141
  {
2142
- "displayName": "Chain Id",
2142
+ "displayName": "Chain ID",
2143
2143
  "name": "chainId",
2144
2144
  "type": "number",
2145
2145
  "default": 0,
@@ -2388,7 +2388,7 @@ exports.teamworkActionsDescription = [
2388
2388
  }
2389
2389
  },
2390
2390
  {
2391
- "displayName": "User Id",
2391
+ "displayName": "User ID",
2392
2392
  "name": "userId",
2393
2393
  "type": "string",
2394
2394
  "default": "",
@@ -2503,7 +2503,7 @@ exports.teamworkActionsDescription = [
2503
2503
  }
2504
2504
  },
2505
2505
  {
2506
- "displayName": "On Behalf Of User Id",
2506
+ "displayName": "On Behalf Of User ID",
2507
2507
  "name": "onBehalfOfUserId",
2508
2508
  "type": "string",
2509
2509
  "default": "",
@@ -3224,7 +3224,7 @@ exports.teamworkActionsDescription = [
3224
3224
  }
3225
3225
  },
3226
3226
  {
3227
- "displayName": "On Behalf Of User Id",
3227
+ "displayName": "On Behalf Of User ID",
3228
3228
  "name": "onBehalfOfUserId",
3229
3229
  "type": "string",
3230
3230
  "default": "",
@@ -1176,7 +1176,7 @@ exports.teamworkFunctionsDescription = [
1176
1176
  }
1177
1177
  },
1178
1178
  {
1179
- "displayName": "User Id",
1179
+ "displayName": "User ID",
1180
1180
  "name": "userId",
1181
1181
  "description": "Usage: userId='@userId'",
1182
1182
  "default": "",
@@ -1201,7 +1201,7 @@ exports.teamworkFunctionsDescription = [
1201
1201
  }
1202
1202
  },
1203
1203
  {
1204
- "displayName": "Tenant Id",
1204
+ "displayName": "Tenant ID",
1205
1205
  "name": "tenantId",
1206
1206
  "description": "Usage: tenantId='@tenantId'",
1207
1207
  "default": "",
@@ -2046,7 +2046,7 @@ exports.teamworkFunctionsDescription = [
2046
2046
  }
2047
2047
  },
2048
2048
  {
2049
- "displayName": "User Id",
2049
+ "displayName": "User ID",
2050
2050
  "name": "userId",
2051
2051
  "description": "Usage: userId='@userId'",
2052
2052
  "default": "",
@@ -2071,7 +2071,7 @@ exports.teamworkFunctionsDescription = [
2071
2071
  }
2072
2072
  },
2073
2073
  {
2074
- "displayName": "Tenant Id",
2074
+ "displayName": "Tenant ID",
2075
2075
  "name": "tenantId",
2076
2076
  "description": "Usage: tenantId='@tenantId'",
2077
2077
  "default": "",
@@ -2528,7 +2528,7 @@ exports.teamworkFunctionsDescription = [
2528
2528
  }
2529
2529
  },
2530
2530
  {
2531
- "displayName": "User Id",
2531
+ "displayName": "User ID",
2532
2532
  "name": "userId",
2533
2533
  "description": "Usage: userId='@userId'",
2534
2534
  "default": "",
@@ -2553,7 +2553,7 @@ exports.teamworkFunctionsDescription = [
2553
2553
  }
2554
2554
  },
2555
2555
  {
2556
- "displayName": "Tenant Id",
2556
+ "displayName": "Tenant ID",
2557
2557
  "name": "tenantId",
2558
2558
  "description": "Usage: tenantId='@tenantId'",
2559
2559
  "default": "",
@@ -189,7 +189,7 @@ exports.tenantRelationshipsActionsDescription = [
189
189
  }
190
190
  },
191
191
  {
192
- "displayName": "Management Action Id",
192
+ "displayName": "Management Action ID",
193
193
  "name": "managementActionId",
194
194
  "type": "string",
195
195
  "default": "",
@@ -213,7 +213,7 @@ exports.tenantRelationshipsActionsDescription = [
213
213
  }
214
214
  },
215
215
  {
216
- "displayName": "Management Template Id",
216
+ "displayName": "Management Template ID",
217
217
  "name": "managementTemplateId",
218
218
  "type": "string",
219
219
  "default": "",
@@ -285,7 +285,7 @@ exports.tenantRelationshipsActionsDescription = [
285
285
  }
286
286
  },
287
287
  {
288
- "displayName": "Tenant Group Id",
288
+ "displayName": "Tenant Group ID",
289
289
  "name": "tenantGroupId",
290
290
  "type": "string",
291
291
  "default": "",
@@ -309,7 +309,7 @@ exports.tenantRelationshipsActionsDescription = [
309
309
  }
310
310
  },
311
311
  {
312
- "displayName": "Tenant Id",
312
+ "displayName": "Tenant ID",
313
313
  "name": "tenantId",
314
314
  "type": "string",
315
315
  "default": "",
@@ -424,7 +424,7 @@ exports.tenantRelationshipsActionsDescription = [
424
424
  }
425
425
  },
426
426
  {
427
- "displayName": "Management Template Id",
427
+ "displayName": "Management Template ID",
428
428
  "name": "managementTemplateId",
429
429
  "type": "string",
430
430
  "default": "",
@@ -448,7 +448,7 @@ exports.tenantRelationshipsActionsDescription = [
448
448
  }
449
449
  },
450
450
  {
451
- "displayName": "Tenant Group Id",
451
+ "displayName": "Tenant Group ID",
452
452
  "name": "tenantGroupId",
453
453
  "type": "string",
454
454
  "default": "",
@@ -472,7 +472,7 @@ exports.tenantRelationshipsActionsDescription = [
472
472
  }
473
473
  },
474
474
  {
475
- "displayName": "Tenant Id",
475
+ "displayName": "Tenant ID",
476
476
  "name": "tenantId",
477
477
  "type": "string",
478
478
  "default": "",
@@ -515,7 +515,7 @@ exports.tenantRelationshipsActionsDescription = [
515
515
  }
516
516
  },
517
517
  {
518
- "displayName": "Management Template Step Id",
518
+ "displayName": "Management Template Step ID",
519
519
  "name": "managementTemplateStepId",
520
520
  "type": "string",
521
521
  "default": "",
@@ -563,7 +563,7 @@ exports.tenantRelationshipsActionsDescription = [
563
563
  }
564
564
  },
565
565
  {
566
- "displayName": "Tenant Id",
566
+ "displayName": "Tenant ID",
567
567
  "name": "tenantId",
568
568
  "type": "string",
569
569
  "default": "",
@@ -606,7 +606,7 @@ exports.tenantRelationshipsActionsDescription = [
606
606
  }
607
607
  },
608
608
  {
609
- "displayName": "Tenant Id",
609
+ "displayName": "Tenant ID",
610
610
  "name": "tenantId",
611
611
  "type": "string",
612
612
  "default": "",
@@ -28,8 +28,8 @@ exports.tenantRelationshipsFunctionsDescription = [
28
28
  }
29
29
  },
30
30
  {
31
- "name": "Tenant Relationships Find Tenant Information By Tenant Id",
32
- "value": "Tenant Relationships Find Tenant Information By Tenant Id",
31
+ "name": "Tenant Relationships Find Tenant Information By Tenant ID",
32
+ "value": "Tenant Relationships Find Tenant Information By Tenant ID",
33
33
  "action": "Invoke function findTenantInformationByTenantId",
34
34
  "description": "Invoke function findTenantInformationByTenantId",
35
35
  "routing": {
@@ -93,13 +93,13 @@ exports.tenantRelationshipsFunctionsDescription = [
93
93
  "Tenant Relationships Functions"
94
94
  ],
95
95
  "operation": [
96
- "Tenant Relationships Find Tenant Information By Tenant Id"
96
+ "Tenant Relationships Find Tenant Information By Tenant ID"
97
97
  ]
98
98
  }
99
99
  }
100
100
  },
101
101
  {
102
- "displayName": "Tenant Id",
102
+ "displayName": "Tenant ID",
103
103
  "name": "tenantId",
104
104
  "required": true,
105
105
  "description": "Usage: tenantId='{tenantId}'",
@@ -111,7 +111,7 @@ exports.tenantRelationshipsFunctionsDescription = [
111
111
  "Tenant Relationships Functions"
112
112
  ],
113
113
  "operation": [
114
- "Tenant Relationships Find Tenant Information By Tenant Id"
114
+ "Tenant Relationships Find Tenant Information By Tenant ID"
115
115
  ]
116
116
  }
117
117
  }