@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
@@ -1180,8 +1180,8 @@ exports.defaultDescription = [
1180
1180
  }
1181
1181
  },
1182
1182
  {
1183
- "name": "Get Count Assignments 24 Db",
1184
- "value": "Get Count Assignments 24 Db",
1183
+ "name": "Get Count Assignments 24 DB",
1184
+ "value": "Get Count Assignments 24 DB",
1185
1185
  "action": "Get the number of the resource",
1186
1186
  "description": "Get the number of the resource",
1187
1187
  "routing": {
@@ -1732,8 +1732,8 @@ exports.defaultDescription = [
1732
1732
  }
1733
1733
  },
1734
1734
  {
1735
- "name": "Get Count Resource Operations Db 11",
1736
- "value": "Get Count Resource Operations Db 11",
1735
+ "name": "Get Count Resource Operations DB 11",
1736
+ "value": "Get Count Resource Operations DB 11",
1737
1737
  "action": "Get the number of the resource",
1738
1738
  "description": "Get the number of the resource",
1739
1739
  "routing": {
@@ -2500,8 +2500,8 @@ exports.defaultDescription = [
2500
2500
  }
2501
2501
  },
2502
2502
  {
2503
- "name": "Get Count Domain Dns Records 96 E 3",
2504
- "value": "Get Count Domain Dns Records 96 E 3",
2503
+ "name": "Get Count Domain DNS Records 96 E 3",
2504
+ "value": "Get Count Domain DNS Records 96 E 3",
2505
2505
  "action": "Get the number of the resource",
2506
2506
  "description": "Get the number of the resource",
2507
2507
  "routing": {
@@ -2560,8 +2560,8 @@ exports.defaultDescription = [
2560
2560
  }
2561
2561
  },
2562
2562
  {
2563
- "name": "Get Count Verification Dns Records D 5 A 7",
2564
- "value": "Get Count Verification Dns Records D 5 A 7",
2563
+ "name": "Get Count Verification DNS Records D 5 A 7",
2564
+ "value": "Get Count Verification DNS Records D 5 A 7",
2565
2565
  "action": "Get the number of the resource",
2566
2566
  "description": "Get the number of the resource",
2567
2567
  "routing": {
@@ -4612,8 +4612,8 @@ exports.defaultDescription = [
4612
4612
  }
4613
4613
  },
4614
4614
  {
4615
- "name": "Get Count Pages 6 Db 1",
4616
- "value": "Get Count Pages 6 Db 1",
4615
+ "name": "Get Count Pages 6 DB 1",
4616
+ "value": "Get Count Pages 6 DB 1",
4617
4617
  "action": "Get the number of the resource",
4618
4618
  "description": "Get the number of the resource",
4619
4619
  "routing": {
@@ -6868,8 +6868,8 @@ exports.defaultDescription = [
6868
6868
  }
6869
6869
  },
6870
6870
  {
6871
- "name": "Get Count Api Connectors 7133",
6872
- "value": "Get Count Api Connectors 7133",
6871
+ "name": "Get Count API Connectors 7133",
6872
+ "value": "Get Count API Connectors 7133",
6873
6873
  "action": "Get the number of the resource",
6874
6874
  "description": "Get the number of the resource",
6875
6875
  "routing": {
@@ -8824,8 +8824,8 @@ exports.defaultDescription = [
8824
8824
  }
8825
8825
  },
8826
8826
  {
8827
- "name": "Get Count Messages 5 Db 5",
8828
- "value": "Get Count Messages 5 Db 5",
8827
+ "name": "Get Count Messages 5 DB 5",
8828
+ "value": "Get Count Messages 5 DB 5",
8829
8829
  "action": "Get the number of the resource",
8830
8830
  "description": "Get the number of the resource",
8831
8831
  "routing": {
@@ -10012,8 +10012,8 @@ exports.defaultDescription = [
10012
10012
  }
10013
10013
  },
10014
10014
  {
10015
- "name": "Get Count Single Value Extended Properties E 9 Db",
10016
- "value": "Get Count Single Value Extended Properties E 9 Db",
10015
+ "name": "Get Count Single Value Extended Properties E 9 DB",
10016
+ "value": "Get Count Single Value Extended Properties E 9 DB",
10017
10017
  "action": "Get the number of the resource",
10018
10018
  "description": "Get the number of the resource",
10019
10019
  "routing": {
@@ -10108,8 +10108,8 @@ exports.defaultDescription = [
10108
10108
  }
10109
10109
  },
10110
10110
  {
10111
- "name": "Get Count Microsoft Graph Group 81 Db",
10112
- "value": "Get Count Microsoft Graph Group 81 Db",
10111
+ "name": "Get Count Microsoft Graph Group 81 DB",
10112
+ "value": "Get Count Microsoft Graph Group 81 DB",
10113
10113
  "action": "Get the number of the resource",
10114
10114
  "description": "Get the number of the resource",
10115
10115
  "routing": {
@@ -10216,8 +10216,8 @@ exports.defaultDescription = [
10216
10216
  }
10217
10217
  },
10218
10218
  {
10219
- "name": "Get Count Oauth 2 Permission Grants 2 E 61",
10220
- "value": "Get Count Oauth 2 Permission Grants 2 E 61",
10219
+ "name": "Get Count OAuth 2 Permission Grants 2 E 61",
10220
+ "value": "Get Count OAuth 2 Permission Grants 2 E 61",
10221
10221
  "action": "Get the number of the resource",
10222
10222
  "description": "Get the number of the resource",
10223
10223
  "routing": {
@@ -10912,8 +10912,8 @@ exports.defaultDescription = [
10912
10912
  }
10913
10913
  },
10914
10914
  {
10915
- "name": "Get Count Oauth 2 Permission Grants 8287",
10916
- "value": "Get Count Oauth 2 Permission Grants 8287",
10915
+ "name": "Get Count OAuth 2 Permission Grants 8287",
10916
+ "value": "Get Count OAuth 2 Permission Grants 8287",
10917
10917
  "action": "Get the number of the resource",
10918
10918
  "description": "Get the number of the resource",
10919
10919
  "routing": {
@@ -11764,8 +11764,8 @@ exports.defaultDescription = [
11764
11764
  }
11765
11765
  },
11766
11766
  {
11767
- "name": "Get Count Alerts V 2 9522",
11768
- "value": "Get Count Alerts V 2 9522",
11767
+ "name": "Get Count Alerts v2 9522",
11768
+ "value": "Get Count Alerts v2 9522",
11769
11769
  "action": "Get the number of the resource",
11770
11770
  "description": "Get the number of the resource",
11771
11771
  "routing": {
@@ -12244,8 +12244,8 @@ exports.defaultDescription = [
12244
12244
  }
12245
12245
  },
12246
12246
  {
12247
- "name": "Get Count Oauth 2 Permission Grants F 9 Dc",
12248
- "value": "Get Count Oauth 2 Permission Grants F 9 Dc",
12247
+ "name": "Get Count OAuth 2 Permission Grants F 9 Dc",
12248
+ "value": "Get Count OAuth 2 Permission Grants F 9 Dc",
12249
12249
  "action": "Get the number of the resource",
12250
12250
  "description": "Get the number of the resource",
12251
12251
  "routing": {
@@ -12580,8 +12580,8 @@ exports.defaultDescription = [
12580
12580
  }
12581
12581
  },
12582
12582
  {
12583
- "name": "Get Count Columns Db 38",
12584
- "value": "Get Count Columns Db 38",
12583
+ "name": "Get Count Columns DB 38",
12584
+ "value": "Get Count Columns DB 38",
12585
12585
  "action": "Get the number of the resource",
12586
12586
  "description": "Get the number of the resource",
12587
12587
  "routing": {
@@ -13624,8 +13624,8 @@ exports.defaultDescription = [
13624
13624
  }
13625
13625
  },
13626
13626
  {
13627
- "name": "Get Count Children 18 Db",
13628
- "value": "Get Count Children 18 Db",
13627
+ "name": "Get Count Children 18 DB",
13628
+ "value": "Get Count Children 18 DB",
13629
13629
  "action": "Get the number of the resource",
13630
13630
  "description": "Get the number of the resource",
13631
13631
  "routing": {
@@ -14380,8 +14380,8 @@ exports.defaultDescription = [
14380
14380
  }
14381
14381
  },
14382
14382
  {
14383
- "name": "Get Count Tags Db 00",
14384
- "value": "Get Count Tags Db 00",
14383
+ "name": "Get Count Tags DB 00",
14384
+ "value": "Get Count Tags DB 00",
14385
14385
  "action": "Get the number of the resource",
14386
14386
  "description": "Get the number of the resource",
14387
14387
  "routing": {
@@ -15208,8 +15208,8 @@ exports.defaultDescription = [
15208
15208
  }
15209
15209
  },
15210
15210
  {
15211
- "name": "Get Count Multi Value Extended Properties 2 Db 5",
15212
- "value": "Get Count Multi Value Extended Properties 2 Db 5",
15211
+ "name": "Get Count Multi Value Extended Properties 2 DB 5",
15212
+ "value": "Get Count Multi Value Extended Properties 2 DB 5",
15213
15213
  "action": "Get the number of the resource",
15214
15214
  "description": "Get the number of the resource",
15215
15215
  "routing": {
@@ -16912,8 +16912,8 @@ exports.defaultDescription = [
16912
16912
  }
16913
16913
  },
16914
16914
  {
16915
- "name": "Get Count Managed Devices 9 Db 6",
16916
- "value": "Get Count Managed Devices 9 Db 6",
16915
+ "name": "Get Count Managed Devices 9 DB 6",
16916
+ "value": "Get Count Managed Devices 9 DB 6",
16917
16917
  "action": "Get the number of the resource",
16918
16918
  "description": "Get the number of the resource",
16919
16919
  "routing": {
@@ -17092,8 +17092,8 @@ exports.defaultDescription = [
17092
17092
  }
17093
17093
  },
17094
17094
  {
17095
- "name": "Get Count Oauth 2 Permission Grants Fb 7 B",
17096
- "value": "Get Count Oauth 2 Permission Grants Fb 7 B",
17095
+ "name": "Get Count OAuth 2 Permission Grants Fb 7 B",
17096
+ "value": "Get Count OAuth 2 Permission Grants Fb 7 B",
17097
17097
  "action": "Get the number of the resource",
17098
17098
  "description": "Get the number of the resource",
17099
17099
  "routing": {
@@ -25073,7 +25073,7 @@ exports.defaultDescription = [
25073
25073
  "Default"
25074
25074
  ],
25075
25075
  "operation": [
25076
- "Get Count Assignments 24 Db"
25076
+ "Get Count Assignments 24 DB"
25077
25077
  ]
25078
25078
  }
25079
25079
  }
@@ -25098,7 +25098,7 @@ exports.defaultDescription = [
25098
25098
  "Default"
25099
25099
  ],
25100
25100
  "operation": [
25101
- "Get Count Assignments 24 Db"
25101
+ "Get Count Assignments 24 DB"
25102
25102
  ]
25103
25103
  }
25104
25104
  }
@@ -25123,7 +25123,7 @@ exports.defaultDescription = [
25123
25123
  "Default"
25124
25124
  ],
25125
25125
  "operation": [
25126
- "Get Count Assignments 24 Db"
25126
+ "Get Count Assignments 24 DB"
25127
25127
  ]
25128
25128
  }
25129
25129
  }
@@ -28247,7 +28247,7 @@ exports.defaultDescription = [
28247
28247
  "Default"
28248
28248
  ],
28249
28249
  "operation": [
28250
- "Get Count Resource Operations Db 11"
28250
+ "Get Count Resource Operations DB 11"
28251
28251
  ]
28252
28252
  }
28253
28253
  }
@@ -28272,7 +28272,7 @@ exports.defaultDescription = [
28272
28272
  "Default"
28273
28273
  ],
28274
28274
  "operation": [
28275
- "Get Count Resource Operations Db 11"
28275
+ "Get Count Resource Operations DB 11"
28276
28276
  ]
28277
28277
  }
28278
28278
  }
@@ -28297,7 +28297,7 @@ exports.defaultDescription = [
28297
28297
  "Default"
28298
28298
  ],
28299
28299
  "operation": [
28300
- "Get Count Resource Operations Db 11"
28300
+ "Get Count Resource Operations DB 11"
28301
28301
  ]
28302
28302
  }
28303
28303
  }
@@ -33623,7 +33623,7 @@ exports.defaultDescription = [
33623
33623
  "Default"
33624
33624
  ],
33625
33625
  "operation": [
33626
- "Get Count Domain Dns Records 96 E 3"
33626
+ "Get Count Domain DNS Records 96 E 3"
33627
33627
  ]
33628
33628
  }
33629
33629
  }
@@ -33648,7 +33648,7 @@ exports.defaultDescription = [
33648
33648
  "Default"
33649
33649
  ],
33650
33650
  "operation": [
33651
- "Get Count Domain Dns Records 96 E 3"
33651
+ "Get Count Domain DNS Records 96 E 3"
33652
33652
  ]
33653
33653
  }
33654
33654
  }
@@ -33673,7 +33673,7 @@ exports.defaultDescription = [
33673
33673
  "Default"
33674
33674
  ],
33675
33675
  "operation": [
33676
- "Get Count Domain Dns Records 96 E 3"
33676
+ "Get Count Domain DNS Records 96 E 3"
33677
33677
  ]
33678
33678
  }
33679
33679
  }
@@ -33968,7 +33968,7 @@ exports.defaultDescription = [
33968
33968
  "Default"
33969
33969
  ],
33970
33970
  "operation": [
33971
- "Get Count Verification Dns Records D 5 A 7"
33971
+ "Get Count Verification DNS Records D 5 A 7"
33972
33972
  ]
33973
33973
  }
33974
33974
  }
@@ -33993,7 +33993,7 @@ exports.defaultDescription = [
33993
33993
  "Default"
33994
33994
  ],
33995
33995
  "operation": [
33996
- "Get Count Verification Dns Records D 5 A 7"
33996
+ "Get Count Verification DNS Records D 5 A 7"
33997
33997
  ]
33998
33998
  }
33999
33999
  }
@@ -34018,7 +34018,7 @@ exports.defaultDescription = [
34018
34018
  "Default"
34019
34019
  ],
34020
34020
  "operation": [
34021
- "Get Count Verification Dns Records D 5 A 7"
34021
+ "Get Count Verification DNS Records D 5 A 7"
34022
34022
  ]
34023
34023
  }
34024
34024
  }
@@ -45494,7 +45494,7 @@ exports.defaultDescription = [
45494
45494
  "Default"
45495
45495
  ],
45496
45496
  "operation": [
45497
- "Get Count Pages 6 Db 1"
45497
+ "Get Count Pages 6 DB 1"
45498
45498
  ]
45499
45499
  }
45500
45500
  }
@@ -45519,7 +45519,7 @@ exports.defaultDescription = [
45519
45519
  "Default"
45520
45520
  ],
45521
45521
  "operation": [
45522
- "Get Count Pages 6 Db 1"
45522
+ "Get Count Pages 6 DB 1"
45523
45523
  ]
45524
45524
  }
45525
45525
  }
@@ -45544,7 +45544,7 @@ exports.defaultDescription = [
45544
45544
  "Default"
45545
45545
  ],
45546
45546
  "operation": [
45547
- "Get Count Pages 6 Db 1"
45547
+ "Get Count Pages 6 DB 1"
45548
45548
  ]
45549
45549
  }
45550
45550
  }
@@ -58770,7 +58770,7 @@ exports.defaultDescription = [
58770
58770
  "Default"
58771
58771
  ],
58772
58772
  "operation": [
58773
- "Get Count Api Connectors 7133"
58773
+ "Get Count API Connectors 7133"
58774
58774
  ]
58775
58775
  }
58776
58776
  }
@@ -58795,7 +58795,7 @@ exports.defaultDescription = [
58795
58795
  "Default"
58796
58796
  ],
58797
58797
  "operation": [
58798
- "Get Count Api Connectors 7133"
58798
+ "Get Count API Connectors 7133"
58799
58799
  ]
58800
58800
  }
58801
58801
  }
@@ -58820,7 +58820,7 @@ exports.defaultDescription = [
58820
58820
  "Default"
58821
58821
  ],
58822
58822
  "operation": [
58823
- "Get Count Api Connectors 7133"
58823
+ "Get Count API Connectors 7133"
58824
58824
  ]
58825
58825
  }
58826
58826
  }
@@ -68841,7 +68841,7 @@ exports.defaultDescription = [
68841
68841
  "Default"
68842
68842
  ],
68843
68843
  "operation": [
68844
- "Get Count Messages 5 Db 5"
68844
+ "Get Count Messages 5 DB 5"
68845
68845
  ]
68846
68846
  }
68847
68847
  }
@@ -68866,7 +68866,7 @@ exports.defaultDescription = [
68866
68866
  "Default"
68867
68867
  ],
68868
68868
  "operation": [
68869
- "Get Count Messages 5 Db 5"
68869
+ "Get Count Messages 5 DB 5"
68870
68870
  ]
68871
68871
  }
68872
68872
  }
@@ -68891,7 +68891,7 @@ exports.defaultDescription = [
68891
68891
  "Default"
68892
68892
  ],
68893
68893
  "operation": [
68894
- "Get Count Messages 5 Db 5"
68894
+ "Get Count Messages 5 DB 5"
68895
68895
  ]
68896
68896
  }
68897
68897
  }
@@ -75194,7 +75194,7 @@ exports.defaultDescription = [
75194
75194
  "Default"
75195
75195
  ],
75196
75196
  "operation": [
75197
- "Get Count Single Value Extended Properties E 9 Db"
75197
+ "Get Count Single Value Extended Properties E 9 DB"
75198
75198
  ]
75199
75199
  }
75200
75200
  }
@@ -75219,7 +75219,7 @@ exports.defaultDescription = [
75219
75219
  "Default"
75220
75220
  ],
75221
75221
  "operation": [
75222
- "Get Count Single Value Extended Properties E 9 Db"
75222
+ "Get Count Single Value Extended Properties E 9 DB"
75223
75223
  ]
75224
75224
  }
75225
75225
  }
@@ -75244,7 +75244,7 @@ exports.defaultDescription = [
75244
75244
  "Default"
75245
75245
  ],
75246
75246
  "operation": [
75247
- "Get Count Single Value Extended Properties E 9 Db"
75247
+ "Get Count Single Value Extended Properties E 9 DB"
75248
75248
  ]
75249
75249
  }
75250
75250
  }
@@ -75818,7 +75818,7 @@ exports.defaultDescription = [
75818
75818
  "Default"
75819
75819
  ],
75820
75820
  "operation": [
75821
- "Get Count Microsoft Graph Group 81 Db"
75821
+ "Get Count Microsoft Graph Group 81 DB"
75822
75822
  ]
75823
75823
  }
75824
75824
  }
@@ -75842,7 +75842,7 @@ exports.defaultDescription = [
75842
75842
  "Default"
75843
75843
  ],
75844
75844
  "operation": [
75845
- "Get Count Microsoft Graph Group 81 Db"
75845
+ "Get Count Microsoft Graph Group 81 DB"
75846
75846
  ]
75847
75847
  }
75848
75848
  }
@@ -75867,7 +75867,7 @@ exports.defaultDescription = [
75867
75867
  "Default"
75868
75868
  ],
75869
75869
  "operation": [
75870
- "Get Count Microsoft Graph Group 81 Db"
75870
+ "Get Count Microsoft Graph Group 81 DB"
75871
75871
  ]
75872
75872
  }
75873
75873
  }
@@ -75892,7 +75892,7 @@ exports.defaultDescription = [
75892
75892
  "Default"
75893
75893
  ],
75894
75894
  "operation": [
75895
- "Get Count Microsoft Graph Group 81 Db"
75895
+ "Get Count Microsoft Graph Group 81 DB"
75896
75896
  ]
75897
75897
  }
75898
75898
  }
@@ -76485,7 +76485,7 @@ exports.defaultDescription = [
76485
76485
  "Default"
76486
76486
  ],
76487
76487
  "operation": [
76488
- "Get Count Oauth 2 Permission Grants 2 E 61"
76488
+ "Get Count OAuth 2 Permission Grants 2 E 61"
76489
76489
  ]
76490
76490
  }
76491
76491
  }
@@ -76510,7 +76510,7 @@ exports.defaultDescription = [
76510
76510
  "Default"
76511
76511
  ],
76512
76512
  "operation": [
76513
- "Get Count Oauth 2 Permission Grants 2 E 61"
76513
+ "Get Count OAuth 2 Permission Grants 2 E 61"
76514
76514
  ]
76515
76515
  }
76516
76516
  }
@@ -76535,7 +76535,7 @@ exports.defaultDescription = [
76535
76535
  "Default"
76536
76536
  ],
76537
76537
  "operation": [
76538
- "Get Count Oauth 2 Permission Grants 2 E 61"
76538
+ "Get Count OAuth 2 Permission Grants 2 E 61"
76539
76539
  ]
76540
76540
  }
76541
76541
  }
@@ -80843,7 +80843,7 @@ exports.defaultDescription = [
80843
80843
  "Default"
80844
80844
  ],
80845
80845
  "operation": [
80846
- "Get Count Oauth 2 Permission Grants 8287"
80846
+ "Get Count OAuth 2 Permission Grants 8287"
80847
80847
  ]
80848
80848
  }
80849
80849
  }
@@ -80868,7 +80868,7 @@ exports.defaultDescription = [
80868
80868
  "Default"
80869
80869
  ],
80870
80870
  "operation": [
80871
- "Get Count Oauth 2 Permission Grants 8287"
80871
+ "Get Count OAuth 2 Permission Grants 8287"
80872
80872
  ]
80873
80873
  }
80874
80874
  }
@@ -80893,7 +80893,7 @@ exports.defaultDescription = [
80893
80893
  "Default"
80894
80894
  ],
80895
80895
  "operation": [
80896
- "Get Count Oauth 2 Permission Grants 8287"
80896
+ "Get Count OAuth 2 Permission Grants 8287"
80897
80897
  ]
80898
80898
  }
80899
80899
  }
@@ -85742,7 +85742,7 @@ exports.defaultDescription = [
85742
85742
  "Default"
85743
85743
  ],
85744
85744
  "operation": [
85745
- "Get Count Alerts V 2 9522"
85745
+ "Get Count Alerts v2 9522"
85746
85746
  ]
85747
85747
  }
85748
85748
  }
@@ -85767,7 +85767,7 @@ exports.defaultDescription = [
85767
85767
  "Default"
85768
85768
  ],
85769
85769
  "operation": [
85770
- "Get Count Alerts V 2 9522"
85770
+ "Get Count Alerts v2 9522"
85771
85771
  ]
85772
85772
  }
85773
85773
  }
@@ -85792,7 +85792,7 @@ exports.defaultDescription = [
85792
85792
  "Default"
85793
85793
  ],
85794
85794
  "operation": [
85795
- "Get Count Alerts V 2 9522"
85795
+ "Get Count Alerts v2 9522"
85796
85796
  ]
85797
85797
  }
85798
85798
  }
@@ -88718,7 +88718,7 @@ exports.defaultDescription = [
88718
88718
  "Default"
88719
88719
  ],
88720
88720
  "operation": [
88721
- "Get Count Oauth 2 Permission Grants F 9 Dc"
88721
+ "Get Count OAuth 2 Permission Grants F 9 Dc"
88722
88722
  ]
88723
88723
  }
88724
88724
  }
@@ -88743,7 +88743,7 @@ exports.defaultDescription = [
88743
88743
  "Default"
88744
88744
  ],
88745
88745
  "operation": [
88746
- "Get Count Oauth 2 Permission Grants F 9 Dc"
88746
+ "Get Count OAuth 2 Permission Grants F 9 Dc"
88747
88747
  ]
88748
88748
  }
88749
88749
  }
@@ -88768,7 +88768,7 @@ exports.defaultDescription = [
88768
88768
  "Default"
88769
88769
  ],
88770
88770
  "operation": [
88771
- "Get Count Oauth 2 Permission Grants F 9 Dc"
88771
+ "Get Count OAuth 2 Permission Grants F 9 Dc"
88772
88772
  ]
88773
88773
  }
88774
88774
  }
@@ -90938,7 +90938,7 @@ exports.defaultDescription = [
90938
90938
  "Default"
90939
90939
  ],
90940
90940
  "operation": [
90941
- "Get Count Columns Db 38"
90941
+ "Get Count Columns DB 38"
90942
90942
  ]
90943
90943
  }
90944
90944
  }
@@ -90963,7 +90963,7 @@ exports.defaultDescription = [
90963
90963
  "Default"
90964
90964
  ],
90965
90965
  "operation": [
90966
- "Get Count Columns Db 38"
90966
+ "Get Count Columns DB 38"
90967
90967
  ]
90968
90968
  }
90969
90969
  }
@@ -90988,7 +90988,7 @@ exports.defaultDescription = [
90988
90988
  "Default"
90989
90989
  ],
90990
90990
  "operation": [
90991
- "Get Count Columns Db 38"
90991
+ "Get Count Columns DB 38"
90992
90992
  ]
90993
90993
  }
90994
90994
  }
@@ -96941,7 +96941,7 @@ exports.defaultDescription = [
96941
96941
  "Default"
96942
96942
  ],
96943
96943
  "operation": [
96944
- "Get Count Children 18 Db"
96944
+ "Get Count Children 18 DB"
96945
96945
  ]
96946
96946
  }
96947
96947
  }
@@ -96966,7 +96966,7 @@ exports.defaultDescription = [
96966
96966
  "Default"
96967
96967
  ],
96968
96968
  "operation": [
96969
- "Get Count Children 18 Db"
96969
+ "Get Count Children 18 DB"
96970
96970
  ]
96971
96971
  }
96972
96972
  }
@@ -96991,7 +96991,7 @@ exports.defaultDescription = [
96991
96991
  "Default"
96992
96992
  ],
96993
96993
  "operation": [
96994
- "Get Count Children 18 Db"
96994
+ "Get Count Children 18 DB"
96995
96995
  ]
96996
96996
  }
96997
96997
  }
@@ -101288,7 +101288,7 @@ exports.defaultDescription = [
101288
101288
  "Default"
101289
101289
  ],
101290
101290
  "operation": [
101291
- "Get Count Tags Db 00"
101291
+ "Get Count Tags DB 00"
101292
101292
  ]
101293
101293
  }
101294
101294
  }
@@ -101313,7 +101313,7 @@ exports.defaultDescription = [
101313
101313
  "Default"
101314
101314
  ],
101315
101315
  "operation": [
101316
- "Get Count Tags Db 00"
101316
+ "Get Count Tags DB 00"
101317
101317
  ]
101318
101318
  }
101319
101319
  }
@@ -101338,7 +101338,7 @@ exports.defaultDescription = [
101338
101338
  "Default"
101339
101339
  ],
101340
101340
  "operation": [
101341
- "Get Count Tags Db 00"
101341
+ "Get Count Tags DB 00"
101342
101342
  ]
101343
101343
  }
101344
101344
  }
@@ -105397,7 +105397,7 @@ exports.defaultDescription = [
105397
105397
  "Default"
105398
105398
  ],
105399
105399
  "operation": [
105400
- "Get Count Multi Value Extended Properties 2 Db 5"
105400
+ "Get Count Multi Value Extended Properties 2 DB 5"
105401
105401
  ]
105402
105402
  }
105403
105403
  }
@@ -105422,7 +105422,7 @@ exports.defaultDescription = [
105422
105422
  "Default"
105423
105423
  ],
105424
105424
  "operation": [
105425
- "Get Count Multi Value Extended Properties 2 Db 5"
105425
+ "Get Count Multi Value Extended Properties 2 DB 5"
105426
105426
  ]
105427
105427
  }
105428
105428
  }
@@ -105447,7 +105447,7 @@ exports.defaultDescription = [
105447
105447
  "Default"
105448
105448
  ],
105449
105449
  "operation": [
105450
- "Get Count Multi Value Extended Properties 2 Db 5"
105450
+ "Get Count Multi Value Extended Properties 2 DB 5"
105451
105451
  ]
105452
105452
  }
105453
105453
  }
@@ -114217,7 +114217,7 @@ exports.defaultDescription = [
114217
114217
  "Default"
114218
114218
  ],
114219
114219
  "operation": [
114220
- "Get Count Managed Devices 9 Db 6"
114220
+ "Get Count Managed Devices 9 DB 6"
114221
114221
  ]
114222
114222
  }
114223
114223
  }
@@ -114242,7 +114242,7 @@ exports.defaultDescription = [
114242
114242
  "Default"
114243
114243
  ],
114244
114244
  "operation": [
114245
- "Get Count Managed Devices 9 Db 6"
114245
+ "Get Count Managed Devices 9 DB 6"
114246
114246
  ]
114247
114247
  }
114248
114248
  }
@@ -114267,7 +114267,7 @@ exports.defaultDescription = [
114267
114267
  "Default"
114268
114268
  ],
114269
114269
  "operation": [
114270
- "Get Count Managed Devices 9 Db 6"
114270
+ "Get Count Managed Devices 9 DB 6"
114271
114271
  ]
114272
114272
  }
114273
114273
  }
@@ -115370,7 +115370,7 @@ exports.defaultDescription = [
115370
115370
  "Default"
115371
115371
  ],
115372
115372
  "operation": [
115373
- "Get Count Oauth 2 Permission Grants Fb 7 B"
115373
+ "Get Count OAuth 2 Permission Grants Fb 7 B"
115374
115374
  ]
115375
115375
  }
115376
115376
  }
@@ -115395,7 +115395,7 @@ exports.defaultDescription = [
115395
115395
  "Default"
115396
115396
  ],
115397
115397
  "operation": [
115398
- "Get Count Oauth 2 Permission Grants Fb 7 B"
115398
+ "Get Count OAuth 2 Permission Grants Fb 7 B"
115399
115399
  ]
115400
115400
  }
115401
115401
  }
@@ -115420,7 +115420,7 @@ exports.defaultDescription = [
115420
115420
  "Default"
115421
115421
  ],
115422
115422
  "operation": [
115423
- "Get Count Oauth 2 Permission Grants Fb 7 B"
115423
+ "Get Count OAuth 2 Permission Grants Fb 7 B"
115424
115424
  ]
115425
115425
  }
115426
115426
  }