@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.
Files changed (76) hide show
  1. package/README.md +13907 -418
  2. package/dist/credentials/MicrosoftGraphApi.credentials.js +2 -2
  3. package/dist/nodes/MicrosoftGraph/MicrosoftGraph.node.js +12 -12
  4. package/dist/nodes/MicrosoftGraph/resources/applications-actions/index.js +4 -4
  5. package/dist/nodes/MicrosoftGraph/resources/applications-directory-object/index.js +2 -2
  6. package/dist/nodes/MicrosoftGraph/resources/applications-token-issuance-policy/index.js +2 -2
  7. package/dist/nodes/MicrosoftGraph/resources/applications-token-lifetime-policy/index.js +2 -2
  8. package/dist/nodes/MicrosoftGraph/resources/chats-actions/index.js +1 -1
  9. package/dist/nodes/MicrosoftGraph/resources/communications-actions/index.js +7 -7
  10. package/dist/nodes/MicrosoftGraph/resources/contacts-actions/index.js +1 -1
  11. package/dist/nodes/MicrosoftGraph/resources/contracts-actions/index.js +1 -1
  12. package/dist/nodes/MicrosoftGraph/resources/default/index.js +96 -96
  13. package/dist/nodes/MicrosoftGraph/resources/default/index.js.map +1 -1
  14. package/dist/nodes/MicrosoftGraph/resources/device-management-actions/index.js +17 -17
  15. package/dist/nodes/MicrosoftGraph/resources/device-management-functions/index.js +1 -1
  16. package/dist/nodes/MicrosoftGraph/resources/devices-actions/index.js +1 -1
  17. package/dist/nodes/MicrosoftGraph/resources/devices-directory-object/index.js +2 -2
  18. package/dist/nodes/MicrosoftGraph/resources/directory-actions/index.js +1 -1
  19. package/dist/nodes/MicrosoftGraph/resources/directory-administrative-unit/index.js +2 -2
  20. package/dist/nodes/MicrosoftGraph/resources/directory-object-org-contact/index.js +12 -12
  21. package/dist/nodes/MicrosoftGraph/resources/directory-objects-actions/index.js +1 -1
  22. package/dist/nodes/MicrosoftGraph/resources/directory-role-templates-actions/index.js +1 -1
  23. package/dist/nodes/MicrosoftGraph/resources/directory-roles-actions/index.js +1 -1
  24. package/dist/nodes/MicrosoftGraph/resources/directory-roles-directory-object/index.js +2 -2
  25. package/dist/nodes/MicrosoftGraph/resources/domain-dns-records-domain-dns-record/index.js +47 -47
  26. package/dist/nodes/MicrosoftGraph/resources/domains-domain-dns-record/index.js +65 -65
  27. package/dist/nodes/MicrosoftGraph/resources/drives-actions/index.js +9 -9
  28. package/dist/nodes/MicrosoftGraph/resources/education-education-class/index.js +7 -7
  29. package/dist/nodes/MicrosoftGraph/resources/education-education-school/index.js +4 -4
  30. package/dist/nodes/MicrosoftGraph/resources/education-education-user/index.js +6 -6
  31. package/dist/nodes/MicrosoftGraph/resources/group-lifecycle-policies-actions/index.js +2 -2
  32. package/dist/nodes/MicrosoftGraph/resources/group-setting-templates-actions/index.js +1 -1
  33. package/dist/nodes/MicrosoftGraph/resources/groups-actions/index.js +128 -128
  34. package/dist/nodes/MicrosoftGraph/resources/groups-directory-object/index.js +8 -8
  35. package/dist/nodes/MicrosoftGraph/resources/groups-functions/index.js +5 -5
  36. package/dist/nodes/MicrosoftGraph/resources/identity-actions/index.js +5 -5
  37. package/dist/nodes/MicrosoftGraph/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
  38. package/dist/nodes/MicrosoftGraph/resources/identity-governance-actions/index.js +4 -4
  39. package/dist/nodes/MicrosoftGraph/resources/identity-governance-entitlement-management/index.js +12 -12
  40. package/dist/nodes/MicrosoftGraph/resources/identity-governance-functions/index.js +14 -14
  41. package/dist/nodes/MicrosoftGraph/resources/identity-identity-api-connector/index.js +47 -47
  42. package/dist/nodes/MicrosoftGraph/resources/me-actions/index.js +88 -88
  43. package/dist/nodes/MicrosoftGraph/resources/me-directory-object/index.js +1 -1
  44. package/dist/nodes/MicrosoftGraph/resources/me-functions/index.js +4 -4
  45. package/dist/nodes/MicrosoftGraph/resources/me-o-auth-2-permission-grant/index.js +16 -16
  46. package/dist/nodes/MicrosoftGraph/resources/mobile-app-mobile-lob-app/index.js +5 -5
  47. package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-functions/index.js +19 -19
  48. package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
  49. package/dist/nodes/MicrosoftGraph/resources/organization-actions/index.js +1 -1
  50. package/dist/nodes/MicrosoftGraph/resources/permission-grants-actions/index.js +1 -1
  51. package/dist/nodes/MicrosoftGraph/resources/policies-actions/index.js +1 -1
  52. package/dist/nodes/MicrosoftGraph/resources/policies-cross-tenant-access-policy/index.js +2 -2
  53. package/dist/nodes/MicrosoftGraph/resources/policies-feature-rollout-policy/index.js +2 -2
  54. package/dist/nodes/MicrosoftGraph/resources/print-actions/index.js +2 -2
  55. package/dist/nodes/MicrosoftGraph/resources/print-printer-share/index.js +4 -4
  56. package/dist/nodes/MicrosoftGraph/resources/reports-functions/index.js +3 -3
  57. package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js +28 -28
  58. package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js.map +1 -1
  59. package/dist/nodes/MicrosoftGraph/resources/service-principals-actions/index.js +3 -3
  60. package/dist/nodes/MicrosoftGraph/resources/service-principals-claims-mapping-policy/index.js +2 -2
  61. package/dist/nodes/MicrosoftGraph/resources/service-principals-directory-object/index.js +2 -2
  62. package/dist/nodes/MicrosoftGraph/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
  63. package/dist/nodes/MicrosoftGraph/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
  64. package/dist/nodes/MicrosoftGraph/resources/shares-actions/index.js +1 -1
  65. package/dist/nodes/MicrosoftGraph/resources/sites-actions/index.js +62 -62
  66. package/dist/nodes/MicrosoftGraph/resources/sites-functions/index.js +1 -1
  67. package/dist/nodes/MicrosoftGraph/resources/teams-actions/index.js +1 -1
  68. package/dist/nodes/MicrosoftGraph/resources/teams-functions/index.js +4 -4
  69. package/dist/nodes/MicrosoftGraph/resources/teamwork-actions/index.js +2 -2
  70. package/dist/nodes/MicrosoftGraph/resources/users-actions/index.js +89 -89
  71. package/dist/nodes/MicrosoftGraph/resources/users-directory-object/index.js +1 -1
  72. package/dist/nodes/MicrosoftGraph/resources/users-functions/index.js +4 -4
  73. package/dist/nodes/MicrosoftGraph/resources/users-o-auth-2-permission-grant/index.js +16 -16
  74. package/dist/package.json +2 -2
  75. package/dist/tsconfig.tsbuildinfo +1 -1
  76. package/package.json +2 -2
@@ -2860,8 +2860,8 @@ exports.meActionsDescription = [
2860
2860
  }
2861
2861
  },
2862
2862
  {
2863
- "name": "Me Onenote Notebooks Get Notebook From Web Url",
2864
- "value": "Me Onenote Notebooks Get Notebook From Web Url",
2863
+ "name": "Me Onenote Notebooks Get Notebook From Web URL",
2864
+ "value": "Me Onenote Notebooks Get Notebook From Web URL",
2865
2865
  "action": "Invoke action getNotebookFromWebUrl",
2866
2866
  "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.",
2867
2867
  "routing": {
@@ -10449,7 +10449,7 @@ exports.meActionsDescription = [
10449
10449
  }
10450
10450
  },
10451
10451
  {
10452
- "displayName": "Chain Id",
10452
+ "displayName": "Chain ID",
10453
10453
  "name": "chainId",
10454
10454
  "type": "number",
10455
10455
  "default": 0,
@@ -12088,7 +12088,7 @@ exports.meActionsDescription = [
12088
12088
  }
12089
12089
  },
12090
12090
  {
12091
- "displayName": "Chain Id",
12091
+ "displayName": "Chain ID",
12092
12092
  "name": "chainId",
12093
12093
  "type": "number",
12094
12094
  "default": 0,
@@ -12556,7 +12556,7 @@ exports.meActionsDescription = [
12556
12556
  }
12557
12557
  },
12558
12558
  {
12559
- "displayName": "Destination Id",
12559
+ "displayName": "Destination ID",
12560
12560
  "name": "DestinationId",
12561
12561
  "type": "string",
12562
12562
  "default": "",
@@ -12931,7 +12931,7 @@ exports.meActionsDescription = [
12931
12931
  }
12932
12932
  },
12933
12933
  {
12934
- "displayName": "Destination Id",
12934
+ "displayName": "Destination ID",
12935
12935
  "name": "DestinationId",
12936
12936
  "type": "string",
12937
12937
  "default": "",
@@ -13135,7 +13135,7 @@ exports.meActionsDescription = [
13135
13135
  }
13136
13136
  },
13137
13137
  {
13138
- "displayName": "Destination Id",
13138
+ "displayName": "Destination ID",
13139
13139
  "name": "DestinationId",
13140
13140
  "type": "string",
13141
13141
  "default": "",
@@ -13178,7 +13178,7 @@ exports.meActionsDescription = [
13178
13178
  }
13179
13179
  },
13180
13180
  {
13181
- "displayName": "Destination Id",
13181
+ "displayName": "Destination ID",
13182
13182
  "name": "DestinationId",
13183
13183
  "type": "string",
13184
13184
  "default": "",
@@ -13264,7 +13264,7 @@ exports.meActionsDescription = [
13264
13264
  }
13265
13265
  },
13266
13266
  {
13267
- "displayName": "Destination Id",
13267
+ "displayName": "Destination ID",
13268
13268
  "name": "DestinationId",
13269
13269
  "type": "string",
13270
13270
  "default": "",
@@ -13639,7 +13639,7 @@ exports.meActionsDescription = [
13639
13639
  }
13640
13640
  },
13641
13641
  {
13642
- "displayName": "Destination Id",
13642
+ "displayName": "Destination ID",
13643
13643
  "name": "DestinationId",
13644
13644
  "type": "string",
13645
13645
  "default": "",
@@ -13843,7 +13843,7 @@ exports.meActionsDescription = [
13843
13843
  }
13844
13844
  },
13845
13845
  {
13846
- "displayName": "Destination Id",
13846
+ "displayName": "Destination ID",
13847
13847
  "name": "DestinationId",
13848
13848
  "type": "string",
13849
13849
  "default": "",
@@ -13886,7 +13886,7 @@ exports.meActionsDescription = [
13886
13886
  }
13887
13887
  },
13888
13888
  {
13889
- "displayName": "Destination Id",
13889
+ "displayName": "Destination ID",
13890
13890
  "name": "DestinationId",
13891
13891
  "type": "string",
13892
13892
  "default": "",
@@ -14506,7 +14506,7 @@ exports.meActionsDescription = [
14506
14506
  }
14507
14507
  },
14508
14508
  {
14509
- "displayName": "Destination Id",
14509
+ "displayName": "Destination ID",
14510
14510
  "name": "DestinationId",
14511
14511
  "type": "string",
14512
14512
  "default": "",
@@ -14881,7 +14881,7 @@ exports.meActionsDescription = [
14881
14881
  }
14882
14882
  },
14883
14883
  {
14884
- "displayName": "Destination Id",
14884
+ "displayName": "Destination ID",
14885
14885
  "name": "DestinationId",
14886
14886
  "type": "string",
14887
14887
  "default": "",
@@ -15925,29 +15925,29 @@ exports.meActionsDescription = [
15925
15925
  }
15926
15926
  },
15927
15927
  {
15928
- "displayName": "Source Id Type",
15928
+ "displayName": "Source ID Type",
15929
15929
  "name": "SourceIdType",
15930
15930
  "type": "options",
15931
15931
  "default": "entryId",
15932
15932
  "options": [
15933
15933
  {
15934
- "name": "Entry Id",
15934
+ "name": "Entry ID",
15935
15935
  "value": "entryId"
15936
15936
  },
15937
15937
  {
15938
- "name": "Ews Id",
15938
+ "name": "Ews ID",
15939
15939
  "value": "ewsId"
15940
15940
  },
15941
15941
  {
15942
- "name": "Immutable Entry Id",
15942
+ "name": "Immutable Entry ID",
15943
15943
  "value": "immutableEntryId"
15944
15944
  },
15945
15945
  {
15946
- "name": "Rest Id",
15946
+ "name": "Rest ID",
15947
15947
  "value": "restId"
15948
15948
  },
15949
15949
  {
15950
- "name": "Rest Immutable Entry Id",
15950
+ "name": "Rest Immutable Entry ID",
15951
15951
  "value": "restImmutableEntryId"
15952
15952
  }
15953
15953
  ],
@@ -15971,29 +15971,29 @@ exports.meActionsDescription = [
15971
15971
  }
15972
15972
  },
15973
15973
  {
15974
- "displayName": "Target Id Type",
15974
+ "displayName": "Target ID Type",
15975
15975
  "name": "TargetIdType",
15976
15976
  "type": "options",
15977
15977
  "default": "entryId",
15978
15978
  "options": [
15979
15979
  {
15980
- "name": "Entry Id",
15980
+ "name": "Entry ID",
15981
15981
  "value": "entryId"
15982
15982
  },
15983
15983
  {
15984
- "name": "Ews Id",
15984
+ "name": "Ews ID",
15985
15985
  "value": "ewsId"
15986
15986
  },
15987
15987
  {
15988
- "name": "Immutable Entry Id",
15988
+ "name": "Immutable Entry ID",
15989
15989
  "value": "immutableEntryId"
15990
15990
  },
15991
15991
  {
15992
- "name": "Rest Id",
15992
+ "name": "Rest ID",
15993
15993
  "value": "restId"
15994
15994
  },
15995
15995
  {
15996
- "name": "Rest Immutable Entry Id",
15996
+ "name": "Rest Immutable Entry ID",
15997
15997
  "value": "restImmutableEntryId"
15998
15998
  }
15999
15999
  ],
@@ -16073,13 +16073,13 @@ exports.meActionsDescription = [
16073
16073
  "Me Actions"
16074
16074
  ],
16075
16075
  "operation": [
16076
- "Me Onenote Notebooks Get Notebook From Web Url"
16076
+ "Me Onenote Notebooks Get Notebook From Web URL"
16077
16077
  ]
16078
16078
  }
16079
16079
  }
16080
16080
  },
16081
16081
  {
16082
- "displayName": "Web Url",
16082
+ "displayName": "Web URL",
16083
16083
  "name": "webUrl",
16084
16084
  "type": "string",
16085
16085
  "default": "",
@@ -16097,7 +16097,7 @@ exports.meActionsDescription = [
16097
16097
  "Me Actions"
16098
16098
  ],
16099
16099
  "operation": [
16100
- "Me Onenote Notebooks Get Notebook From Web Url"
16100
+ "Me Onenote Notebooks Get Notebook From Web URL"
16101
16101
  ]
16102
16102
  }
16103
16103
  }
@@ -16122,7 +16122,7 @@ exports.meActionsDescription = [
16122
16122
  }
16123
16123
  },
16124
16124
  {
16125
- "displayName": "Group Id",
16125
+ "displayName": "Group ID",
16126
16126
  "name": "groupId",
16127
16127
  "type": "string",
16128
16128
  "default": "",
@@ -16194,7 +16194,7 @@ exports.meActionsDescription = [
16194
16194
  }
16195
16195
  },
16196
16196
  {
16197
- "displayName": "Site Collection Id",
16197
+ "displayName": "Site Collection ID",
16198
16198
  "name": "siteCollectionId",
16199
16199
  "type": "string",
16200
16200
  "default": "",
@@ -16218,7 +16218,7 @@ exports.meActionsDescription = [
16218
16218
  }
16219
16219
  },
16220
16220
  {
16221
- "displayName": "Site Id",
16221
+ "displayName": "Site ID",
16222
16222
  "name": "siteId",
16223
16223
  "type": "string",
16224
16224
  "default": "",
@@ -16261,7 +16261,7 @@ exports.meActionsDescription = [
16261
16261
  }
16262
16262
  },
16263
16263
  {
16264
- "displayName": "Group Id",
16264
+ "displayName": "Group ID",
16265
16265
  "name": "groupId",
16266
16266
  "type": "string",
16267
16267
  "default": "",
@@ -16285,7 +16285,7 @@ exports.meActionsDescription = [
16285
16285
  }
16286
16286
  },
16287
16287
  {
16288
- "displayName": "Id",
16288
+ "displayName": "ID",
16289
16289
  "name": "id",
16290
16290
  "type": "string",
16291
16291
  "default": "",
@@ -16333,7 +16333,7 @@ exports.meActionsDescription = [
16333
16333
  }
16334
16334
  },
16335
16335
  {
16336
- "displayName": "Site Collection Id",
16336
+ "displayName": "Site Collection ID",
16337
16337
  "name": "siteCollectionId",
16338
16338
  "type": "string",
16339
16339
  "default": "",
@@ -16357,7 +16357,7 @@ exports.meActionsDescription = [
16357
16357
  }
16358
16358
  },
16359
16359
  {
16360
- "displayName": "Site Id",
16360
+ "displayName": "Site ID",
16361
16361
  "name": "siteId",
16362
16362
  "type": "string",
16363
16363
  "default": "",
@@ -16400,7 +16400,7 @@ exports.meActionsDescription = [
16400
16400
  }
16401
16401
  },
16402
16402
  {
16403
- "displayName": "Group Id",
16403
+ "displayName": "Group ID",
16404
16404
  "name": "groupId",
16405
16405
  "type": "string",
16406
16406
  "default": "",
@@ -16424,7 +16424,7 @@ exports.meActionsDescription = [
16424
16424
  }
16425
16425
  },
16426
16426
  {
16427
- "displayName": "Id",
16427
+ "displayName": "ID",
16428
16428
  "name": "id",
16429
16429
  "type": "string",
16430
16430
  "default": "",
@@ -16472,7 +16472,7 @@ exports.meActionsDescription = [
16472
16472
  }
16473
16473
  },
16474
16474
  {
16475
- "displayName": "Site Collection Id",
16475
+ "displayName": "Site Collection ID",
16476
16476
  "name": "siteCollectionId",
16477
16477
  "type": "string",
16478
16478
  "default": "",
@@ -16496,7 +16496,7 @@ exports.meActionsDescription = [
16496
16496
  }
16497
16497
  },
16498
16498
  {
16499
- "displayName": "Site Id",
16499
+ "displayName": "Site ID",
16500
16500
  "name": "siteId",
16501
16501
  "type": "string",
16502
16502
  "default": "",
@@ -16539,7 +16539,7 @@ exports.meActionsDescription = [
16539
16539
  }
16540
16540
  },
16541
16541
  {
16542
- "displayName": "Group Id",
16542
+ "displayName": "Group ID",
16543
16543
  "name": "groupId",
16544
16544
  "type": "string",
16545
16545
  "default": "",
@@ -16563,7 +16563,7 @@ exports.meActionsDescription = [
16563
16563
  }
16564
16564
  },
16565
16565
  {
16566
- "displayName": "Id",
16566
+ "displayName": "ID",
16567
16567
  "name": "id",
16568
16568
  "type": "string",
16569
16569
  "default": "",
@@ -16587,7 +16587,7 @@ exports.meActionsDescription = [
16587
16587
  }
16588
16588
  },
16589
16589
  {
16590
- "displayName": "Site Collection Id",
16590
+ "displayName": "Site Collection ID",
16591
16591
  "name": "siteCollectionId",
16592
16592
  "type": "string",
16593
16593
  "default": "",
@@ -16611,7 +16611,7 @@ exports.meActionsDescription = [
16611
16611
  }
16612
16612
  },
16613
16613
  {
16614
- "displayName": "Site Id",
16614
+ "displayName": "Site ID",
16615
16615
  "name": "siteId",
16616
16616
  "type": "string",
16617
16617
  "default": "",
@@ -16697,7 +16697,7 @@ exports.meActionsDescription = [
16697
16697
  }
16698
16698
  },
16699
16699
  {
16700
- "displayName": "Group Id",
16700
+ "displayName": "Group ID",
16701
16701
  "name": "groupId",
16702
16702
  "type": "string",
16703
16703
  "default": "",
@@ -16721,7 +16721,7 @@ exports.meActionsDescription = [
16721
16721
  }
16722
16722
  },
16723
16723
  {
16724
- "displayName": "Id",
16724
+ "displayName": "ID",
16725
16725
  "name": "id",
16726
16726
  "type": "string",
16727
16727
  "default": "",
@@ -16769,7 +16769,7 @@ exports.meActionsDescription = [
16769
16769
  }
16770
16770
  },
16771
16771
  {
16772
- "displayName": "Site Collection Id",
16772
+ "displayName": "Site Collection ID",
16773
16773
  "name": "siteCollectionId",
16774
16774
  "type": "string",
16775
16775
  "default": "",
@@ -16793,7 +16793,7 @@ exports.meActionsDescription = [
16793
16793
  }
16794
16794
  },
16795
16795
  {
16796
- "displayName": "Site Id",
16796
+ "displayName": "Site ID",
16797
16797
  "name": "siteId",
16798
16798
  "type": "string",
16799
16799
  "default": "",
@@ -16836,7 +16836,7 @@ exports.meActionsDescription = [
16836
16836
  }
16837
16837
  },
16838
16838
  {
16839
- "displayName": "Group Id",
16839
+ "displayName": "Group ID",
16840
16840
  "name": "groupId",
16841
16841
  "type": "string",
16842
16842
  "default": "",
@@ -16860,7 +16860,7 @@ exports.meActionsDescription = [
16860
16860
  }
16861
16861
  },
16862
16862
  {
16863
- "displayName": "Id",
16863
+ "displayName": "ID",
16864
16864
  "name": "id",
16865
16865
  "type": "string",
16866
16866
  "default": "",
@@ -16908,7 +16908,7 @@ exports.meActionsDescription = [
16908
16908
  }
16909
16909
  },
16910
16910
  {
16911
- "displayName": "Site Collection Id",
16911
+ "displayName": "Site Collection ID",
16912
16912
  "name": "siteCollectionId",
16913
16913
  "type": "string",
16914
16914
  "default": "",
@@ -16932,7 +16932,7 @@ exports.meActionsDescription = [
16932
16932
  }
16933
16933
  },
16934
16934
  {
16935
- "displayName": "Site Id",
16935
+ "displayName": "Site ID",
16936
16936
  "name": "siteId",
16937
16937
  "type": "string",
16938
16938
  "default": "",
@@ -16975,7 +16975,7 @@ exports.meActionsDescription = [
16975
16975
  }
16976
16976
  },
16977
16977
  {
16978
- "displayName": "Group Id",
16978
+ "displayName": "Group ID",
16979
16979
  "name": "groupId",
16980
16980
  "type": "string",
16981
16981
  "default": "",
@@ -16999,7 +16999,7 @@ exports.meActionsDescription = [
16999
16999
  }
17000
17000
  },
17001
17001
  {
17002
- "displayName": "Id",
17002
+ "displayName": "ID",
17003
17003
  "name": "id",
17004
17004
  "type": "string",
17005
17005
  "default": "",
@@ -17023,7 +17023,7 @@ exports.meActionsDescription = [
17023
17023
  }
17024
17024
  },
17025
17025
  {
17026
- "displayName": "Site Collection Id",
17026
+ "displayName": "Site Collection ID",
17027
17027
  "name": "siteCollectionId",
17028
17028
  "type": "string",
17029
17029
  "default": "",
@@ -17047,7 +17047,7 @@ exports.meActionsDescription = [
17047
17047
  }
17048
17048
  },
17049
17049
  {
17050
- "displayName": "Site Id",
17050
+ "displayName": "Site ID",
17051
17051
  "name": "siteId",
17052
17052
  "type": "string",
17053
17053
  "default": "",
@@ -17133,7 +17133,7 @@ exports.meActionsDescription = [
17133
17133
  }
17134
17134
  },
17135
17135
  {
17136
- "displayName": "Group Id",
17136
+ "displayName": "Group ID",
17137
17137
  "name": "groupId",
17138
17138
  "type": "string",
17139
17139
  "default": "",
@@ -17157,7 +17157,7 @@ exports.meActionsDescription = [
17157
17157
  }
17158
17158
  },
17159
17159
  {
17160
- "displayName": "Id",
17160
+ "displayName": "ID",
17161
17161
  "name": "id",
17162
17162
  "type": "string",
17163
17163
  "default": "",
@@ -17181,7 +17181,7 @@ exports.meActionsDescription = [
17181
17181
  }
17182
17182
  },
17183
17183
  {
17184
- "displayName": "Site Collection Id",
17184
+ "displayName": "Site Collection ID",
17185
17185
  "name": "siteCollectionId",
17186
17186
  "type": "string",
17187
17187
  "default": "",
@@ -17205,7 +17205,7 @@ exports.meActionsDescription = [
17205
17205
  }
17206
17206
  },
17207
17207
  {
17208
- "displayName": "Site Id",
17208
+ "displayName": "Site ID",
17209
17209
  "name": "siteId",
17210
17210
  "type": "string",
17211
17211
  "default": "",
@@ -17291,7 +17291,7 @@ exports.meActionsDescription = [
17291
17291
  }
17292
17292
  },
17293
17293
  {
17294
- "displayName": "Group Id",
17294
+ "displayName": "Group ID",
17295
17295
  "name": "groupId",
17296
17296
  "type": "string",
17297
17297
  "default": "",
@@ -17315,7 +17315,7 @@ exports.meActionsDescription = [
17315
17315
  }
17316
17316
  },
17317
17317
  {
17318
- "displayName": "Id",
17318
+ "displayName": "ID",
17319
17319
  "name": "id",
17320
17320
  "type": "string",
17321
17321
  "default": "",
@@ -17363,7 +17363,7 @@ exports.meActionsDescription = [
17363
17363
  }
17364
17364
  },
17365
17365
  {
17366
- "displayName": "Site Collection Id",
17366
+ "displayName": "Site Collection ID",
17367
17367
  "name": "siteCollectionId",
17368
17368
  "type": "string",
17369
17369
  "default": "",
@@ -17387,7 +17387,7 @@ exports.meActionsDescription = [
17387
17387
  }
17388
17388
  },
17389
17389
  {
17390
- "displayName": "Site Id",
17390
+ "displayName": "Site ID",
17391
17391
  "name": "siteId",
17392
17392
  "type": "string",
17393
17393
  "default": "",
@@ -17430,7 +17430,7 @@ exports.meActionsDescription = [
17430
17430
  }
17431
17431
  },
17432
17432
  {
17433
- "displayName": "Group Id",
17433
+ "displayName": "Group ID",
17434
17434
  "name": "groupId",
17435
17435
  "type": "string",
17436
17436
  "default": "",
@@ -17454,7 +17454,7 @@ exports.meActionsDescription = [
17454
17454
  }
17455
17455
  },
17456
17456
  {
17457
- "displayName": "Id",
17457
+ "displayName": "ID",
17458
17458
  "name": "id",
17459
17459
  "type": "string",
17460
17460
  "default": "",
@@ -17502,7 +17502,7 @@ exports.meActionsDescription = [
17502
17502
  }
17503
17503
  },
17504
17504
  {
17505
- "displayName": "Site Collection Id",
17505
+ "displayName": "Site Collection ID",
17506
17506
  "name": "siteCollectionId",
17507
17507
  "type": "string",
17508
17508
  "default": "",
@@ -17526,7 +17526,7 @@ exports.meActionsDescription = [
17526
17526
  }
17527
17527
  },
17528
17528
  {
17529
- "displayName": "Site Id",
17529
+ "displayName": "Site ID",
17530
17530
  "name": "siteId",
17531
17531
  "type": "string",
17532
17532
  "default": "",
@@ -17569,7 +17569,7 @@ exports.meActionsDescription = [
17569
17569
  }
17570
17570
  },
17571
17571
  {
17572
- "displayName": "Group Id",
17572
+ "displayName": "Group ID",
17573
17573
  "name": "groupId",
17574
17574
  "type": "string",
17575
17575
  "default": "",
@@ -17593,7 +17593,7 @@ exports.meActionsDescription = [
17593
17593
  }
17594
17594
  },
17595
17595
  {
17596
- "displayName": "Id",
17596
+ "displayName": "ID",
17597
17597
  "name": "id",
17598
17598
  "type": "string",
17599
17599
  "default": "",
@@ -17617,7 +17617,7 @@ exports.meActionsDescription = [
17617
17617
  }
17618
17618
  },
17619
17619
  {
17620
- "displayName": "Site Collection Id",
17620
+ "displayName": "Site Collection ID",
17621
17621
  "name": "siteCollectionId",
17622
17622
  "type": "string",
17623
17623
  "default": "",
@@ -17641,7 +17641,7 @@ exports.meActionsDescription = [
17641
17641
  }
17642
17642
  },
17643
17643
  {
17644
- "displayName": "Site Id",
17644
+ "displayName": "Site ID",
17645
17645
  "name": "siteId",
17646
17646
  "type": "string",
17647
17647
  "default": "",
@@ -17727,7 +17727,7 @@ exports.meActionsDescription = [
17727
17727
  }
17728
17728
  },
17729
17729
  {
17730
- "displayName": "Group Id",
17730
+ "displayName": "Group ID",
17731
17731
  "name": "groupId",
17732
17732
  "type": "string",
17733
17733
  "default": "",
@@ -17751,7 +17751,7 @@ exports.meActionsDescription = [
17751
17751
  }
17752
17752
  },
17753
17753
  {
17754
- "displayName": "Id",
17754
+ "displayName": "ID",
17755
17755
  "name": "id",
17756
17756
  "type": "string",
17757
17757
  "default": "",
@@ -17799,7 +17799,7 @@ exports.meActionsDescription = [
17799
17799
  }
17800
17800
  },
17801
17801
  {
17802
- "displayName": "Site Collection Id",
17802
+ "displayName": "Site Collection ID",
17803
17803
  "name": "siteCollectionId",
17804
17804
  "type": "string",
17805
17805
  "default": "",
@@ -17823,7 +17823,7 @@ exports.meActionsDescription = [
17823
17823
  }
17824
17824
  },
17825
17825
  {
17826
- "displayName": "Site Id",
17826
+ "displayName": "Site ID",
17827
17827
  "name": "siteId",
17828
17828
  "type": "string",
17829
17829
  "default": "",
@@ -17866,7 +17866,7 @@ exports.meActionsDescription = [
17866
17866
  }
17867
17867
  },
17868
17868
  {
17869
- "displayName": "Group Id",
17869
+ "displayName": "Group ID",
17870
17870
  "name": "groupId",
17871
17871
  "type": "string",
17872
17872
  "default": "",
@@ -17890,7 +17890,7 @@ exports.meActionsDescription = [
17890
17890
  }
17891
17891
  },
17892
17892
  {
17893
- "displayName": "Id",
17893
+ "displayName": "ID",
17894
17894
  "name": "id",
17895
17895
  "type": "string",
17896
17896
  "default": "",
@@ -17938,7 +17938,7 @@ exports.meActionsDescription = [
17938
17938
  }
17939
17939
  },
17940
17940
  {
17941
- "displayName": "Site Collection Id",
17941
+ "displayName": "Site Collection ID",
17942
17942
  "name": "siteCollectionId",
17943
17943
  "type": "string",
17944
17944
  "default": "",
@@ -17962,7 +17962,7 @@ exports.meActionsDescription = [
17962
17962
  }
17963
17963
  },
17964
17964
  {
17965
- "displayName": "Site Id",
17965
+ "displayName": "Site ID",
17966
17966
  "name": "siteId",
17967
17967
  "type": "string",
17968
17968
  "default": "",
@@ -18005,7 +18005,7 @@ exports.meActionsDescription = [
18005
18005
  }
18006
18006
  },
18007
18007
  {
18008
- "displayName": "Group Id",
18008
+ "displayName": "Group ID",
18009
18009
  "name": "groupId",
18010
18010
  "type": "string",
18011
18011
  "default": "",
@@ -18029,7 +18029,7 @@ exports.meActionsDescription = [
18029
18029
  }
18030
18030
  },
18031
18031
  {
18032
- "displayName": "Id",
18032
+ "displayName": "ID",
18033
18033
  "name": "id",
18034
18034
  "type": "string",
18035
18035
  "default": "",
@@ -18053,7 +18053,7 @@ exports.meActionsDescription = [
18053
18053
  }
18054
18054
  },
18055
18055
  {
18056
- "displayName": "Site Collection Id",
18056
+ "displayName": "Site Collection ID",
18057
18057
  "name": "siteCollectionId",
18058
18058
  "type": "string",
18059
18059
  "default": "",
@@ -18077,7 +18077,7 @@ exports.meActionsDescription = [
18077
18077
  }
18078
18078
  },
18079
18079
  {
18080
- "displayName": "Site Id",
18080
+ "displayName": "Site ID",
18081
18081
  "name": "siteId",
18082
18082
  "type": "string",
18083
18083
  "default": "",
@@ -18211,7 +18211,7 @@ exports.meActionsDescription = [
18211
18211
  }
18212
18212
  },
18213
18213
  {
18214
- "displayName": "External Id",
18214
+ "displayName": "External ID",
18215
18215
  "name": "externalId",
18216
18216
  "type": "string",
18217
18217
  "default": "",
@@ -18326,7 +18326,7 @@ exports.meActionsDescription = [
18326
18326
  }
18327
18327
  },
18328
18328
  {
18329
- "displayName": "Session Id",
18329
+ "displayName": "Session ID",
18330
18330
  "name": "sessionId",
18331
18331
  "type": "string",
18332
18332
  "default": "",
@@ -18460,7 +18460,7 @@ exports.meActionsDescription = [
18460
18460
  }
18461
18461
  },
18462
18462
  {
18463
- "displayName": "Session Id",
18463
+ "displayName": "Session ID",
18464
18464
  "name": "sessionId",
18465
18465
  "type": "string",
18466
18466
  "default": "",
@@ -18618,7 +18618,7 @@ exports.meActionsDescription = [
18618
18618
  }
18619
18619
  },
18620
18620
  {
18621
- "displayName": "Chain Id",
18621
+ "displayName": "Chain ID",
18622
18622
  "name": "chainId",
18623
18623
  "type": "number",
18624
18624
  "default": 0,