@robinmordasiewicz/f5xc-api-mcp 3.5.0 → 3.7.0

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 (143) hide show
  1. package/dist/generator/dependency-extractor.d.ts +103 -0
  2. package/dist/generator/dependency-extractor.d.ts.map +1 -0
  3. package/dist/generator/dependency-extractor.js +473 -0
  4. package/dist/generator/dependency-extractor.js.map +1 -0
  5. package/dist/generator/dependency-graph.d.ts +67 -0
  6. package/dist/generator/dependency-graph.d.ts.map +1 -0
  7. package/dist/generator/dependency-graph.js +330 -0
  8. package/dist/generator/dependency-graph.js.map +1 -0
  9. package/dist/generator/dependency-types.d.ts +206 -0
  10. package/dist/generator/dependency-types.d.ts.map +1 -0
  11. package/dist/generator/dependency-types.js +37 -0
  12. package/dist/generator/dependency-types.js.map +1 -0
  13. package/dist/generator/openapi-parser.d.ts +7 -0
  14. package/dist/generator/openapi-parser.d.ts.map +1 -1
  15. package/dist/generator/openapi-parser.js +41 -0
  16. package/dist/generator/openapi-parser.js.map +1 -1
  17. package/dist/generator/tool-generator.d.ts +17 -0
  18. package/dist/generator/tool-generator.d.ts.map +1 -1
  19. package/dist/generator/tool-generator.js +25 -0
  20. package/dist/generator/tool-generator.js.map +1 -1
  21. package/dist/tools/discovery/dependencies.d.ts +113 -0
  22. package/dist/tools/discovery/dependencies.d.ts.map +1 -0
  23. package/dist/tools/discovery/dependencies.js +258 -0
  24. package/dist/tools/discovery/dependencies.js.map +1 -0
  25. package/dist/tools/discovery/index.d.ts +33 -0
  26. package/dist/tools/discovery/index.d.ts.map +1 -1
  27. package/dist/tools/discovery/index.js +43 -0
  28. package/dist/tools/discovery/index.js.map +1 -1
  29. package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
  30. package/dist/tools/generated/admin_console_and_ui/index.js +6 -0
  31. package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
  32. package/dist/tools/generated/api/index.d.ts.map +1 -1
  33. package/dist/tools/generated/api/index.js +1206 -2
  34. package/dist/tools/generated/api/index.js.map +1 -1
  35. package/dist/tools/generated/authentication/index.d.ts.map +1 -1
  36. package/dist/tools/generated/authentication/index.js +49 -0
  37. package/dist/tools/generated/authentication/index.js.map +1 -1
  38. package/dist/tools/generated/bigip/index.d.ts.map +1 -1
  39. package/dist/tools/generated/bigip/index.js +319 -0
  40. package/dist/tools/generated/bigip/index.js.map +1 -1
  41. package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
  42. package/dist/tools/generated/billing_and_usage/index.js +169 -0
  43. package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
  44. package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
  45. package/dist/tools/generated/blindfold/index.js +328 -0
  46. package/dist/tools/generated/blindfold/index.js.map +1 -1
  47. package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
  48. package/dist/tools/generated/bot_and_threat_defense/index.js +482 -0
  49. package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
  50. package/dist/tools/generated/cdn/index.d.ts.map +1 -1
  51. package/dist/tools/generated/cdn/index.js +347 -0
  52. package/dist/tools/generated/cdn/index.js.map +1 -1
  53. package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
  54. package/dist/tools/generated/ce_management/index.js +375 -0
  55. package/dist/tools/generated/ce_management/index.js.map +1 -1
  56. package/dist/tools/generated/certificates/index.d.ts.map +1 -1
  57. package/dist/tools/generated/certificates/index.js +268 -0
  58. package/dist/tools/generated/certificates/index.js.map +1 -1
  59. package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
  60. package/dist/tools/generated/cloud_infrastructure/index.js +374 -0
  61. package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
  62. package/dist/tools/generated/container_services/index.d.ts.map +1 -1
  63. package/dist/tools/generated/container_services/index.js +212 -0
  64. package/dist/tools/generated/container_services/index.js.map +1 -1
  65. package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
  66. package/dist/tools/generated/data_and_privacy_security/index.js +143 -0
  67. package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
  68. package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
  69. package/dist/tools/generated/data_intelligence/index.js +105 -0
  70. package/dist/tools/generated/data_intelligence/index.js.map +1 -1
  71. package/dist/tools/generated/ddos/index.d.ts.map +1 -1
  72. package/dist/tools/generated/ddos/index.js +664 -0
  73. package/dist/tools/generated/ddos/index.js.map +1 -1
  74. package/dist/tools/generated/dns/index.d.ts.map +1 -1
  75. package/dist/tools/generated/dns/index.js +492 -0
  76. package/dist/tools/generated/dns/index.js.map +1 -1
  77. package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
  78. package/dist/tools/generated/generative_ai/index.js +47 -0
  79. package/dist/tools/generated/generative_ai/index.js.map +1 -1
  80. package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
  81. package/dist/tools/generated/managed_kubernetes/index.js +510 -0
  82. package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
  83. package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
  84. package/dist/tools/generated/marketplace/index.js +307 -0
  85. package/dist/tools/generated/marketplace/index.js.map +1 -1
  86. package/dist/tools/generated/network/index.d.ts.map +1 -1
  87. package/dist/tools/generated/network/index.js +1292 -0
  88. package/dist/tools/generated/network/index.js.map +1 -1
  89. package/dist/tools/generated/network_security/index.d.ts.map +1 -1
  90. package/dist/tools/generated/network_security/index.js +1819 -9
  91. package/dist/tools/generated/network_security/index.js.map +1 -1
  92. package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
  93. package/dist/tools/generated/nginx_one/index.js +94 -0
  94. package/dist/tools/generated/nginx_one/index.js.map +1 -1
  95. package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
  96. package/dist/tools/generated/object_storage/index.js +32 -0
  97. package/dist/tools/generated/object_storage/index.js.map +1 -1
  98. package/dist/tools/generated/observability/index.d.ts.map +1 -1
  99. package/dist/tools/generated/observability/index.js +265 -0
  100. package/dist/tools/generated/observability/index.js.map +1 -1
  101. package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
  102. package/dist/tools/generated/rate_limiting/index.js +396 -0
  103. package/dist/tools/generated/rate_limiting/index.js.map +1 -1
  104. package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
  105. package/dist/tools/generated/secops_and_incident_response/index.js +132 -0
  106. package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
  107. package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
  108. package/dist/tools/generated/service_mesh/index.js +1062 -0
  109. package/dist/tools/generated/service_mesh/index.js.map +1 -1
  110. package/dist/tools/generated/shape/index.d.ts.map +1 -1
  111. package/dist/tools/generated/shape/index.js +917 -0
  112. package/dist/tools/generated/shape/index.js.map +1 -1
  113. package/dist/tools/generated/sites/index.d.ts.map +1 -1
  114. package/dist/tools/generated/sites/index.js +1666 -0
  115. package/dist/tools/generated/sites/index.js.map +1 -1
  116. package/dist/tools/generated/statistics/index.d.ts.map +1 -1
  117. package/dist/tools/generated/statistics/index.js +574 -0
  118. package/dist/tools/generated/statistics/index.js.map +1 -1
  119. package/dist/tools/generated/support/index.d.ts.map +1 -1
  120. package/dist/tools/generated/support/index.js +274 -0
  121. package/dist/tools/generated/support/index.js.map +1 -1
  122. package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
  123. package/dist/tools/generated/telemetry_and_insights/index.js +100 -0
  124. package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
  125. package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
  126. package/dist/tools/generated/tenant_and_identity/index.js +1378 -0
  127. package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
  128. package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
  129. package/dist/tools/generated/threat_campaign/index.js +3 -0
  130. package/dist/tools/generated/threat_campaign/index.js.map +1 -1
  131. package/dist/tools/generated/users/index.d.ts.map +1 -1
  132. package/dist/tools/generated/users/index.js +139 -0
  133. package/dist/tools/generated/users/index.js.map +1 -1
  134. package/dist/tools/generated/virtual/index.d.ts.map +1 -1
  135. package/dist/tools/generated/virtual/index.js +1160 -0
  136. package/dist/tools/generated/virtual/index.js.map +1 -1
  137. package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
  138. package/dist/tools/generated/vpm_and_node_management/index.js +3 -0
  139. package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
  140. package/dist/tools/generated/waf/index.d.ts.map +1 -1
  141. package/dist/tools/generated/waf/index.js +784 -0
  142. package/dist/tools/generated/waf/index.js.map +1 -1
  143. package/package.json +1 -1
@@ -97,6 +97,9 @@ export const shapeTools = [
97
97
  },
98
98
  },
99
99
  curlExample: null,
100
+ dependencies: [],
101
+ oneOfGroups: [],
102
+ subscriptionRequirements: [],
100
103
  },
101
104
  {
102
105
  toolName: "f5xc-api-shape-affecteduser-create",
@@ -206,6 +209,9 @@ export const shapeTools = [
206
209
  },
207
210
  },
208
211
  curlExample: null,
212
+ dependencies: [],
213
+ oneOfGroups: [],
214
+ subscriptionRequirements: [],
209
215
  },
210
216
  {
211
217
  toolName: "f5xc-api-shape-age-create",
@@ -289,6 +295,9 @@ export const shapeTools = [
289
295
  },
290
296
  },
291
297
  curlExample: null,
298
+ dependencies: [],
299
+ oneOfGroups: [],
300
+ subscriptionRequirements: [],
292
301
  },
293
302
  {
294
303
  toolName: "f5xc-api-shape-alert-gen-policy-create",
@@ -389,6 +398,31 @@ export const shapeTools = [
389
398
  },
390
399
  },
391
400
  curlExample: null,
401
+ dependencies: [
402
+ {
403
+ domain: "",
404
+ fieldPath: "",
405
+ inline: false,
406
+ required: false,
407
+ resourceType: "alert-gen-policy",
408
+ },
409
+ {
410
+ domain: "",
411
+ fieldPath: "metadata",
412
+ inline: false,
413
+ required: false,
414
+ resourceType: "schema-object-create-meta",
415
+ },
416
+ {
417
+ domain: "",
418
+ fieldPath: "spec",
419
+ inline: false,
420
+ required: false,
421
+ resourceType: "brmalertsalert-gen-policy-create",
422
+ },
423
+ ],
424
+ oneOfGroups: [],
425
+ subscriptionRequirements: [],
392
426
  },
393
427
  {
394
428
  toolName: "f5xc-api-shape-alert-gen-policy-delete",
@@ -496,6 +530,17 @@ export const shapeTools = [
496
530
  },
497
531
  },
498
532
  curlExample: null,
533
+ dependencies: [
534
+ {
535
+ domain: "",
536
+ fieldPath: "",
537
+ inline: false,
538
+ required: false,
539
+ resourceType: "alert-gen-policy",
540
+ },
541
+ ],
542
+ oneOfGroups: [],
543
+ subscriptionRequirements: [],
499
544
  },
500
545
  {
501
546
  toolName: "f5xc-api-shape-alert-gen-policy-get",
@@ -620,6 +665,9 @@ export const shapeTools = [
620
665
  side_effects: {},
621
666
  },
622
667
  curlExample: null,
668
+ dependencies: [],
669
+ oneOfGroups: [],
670
+ subscriptionRequirements: [],
623
671
  },
624
672
  {
625
673
  toolName: "f5xc-api-shape-alert-gen-policy-list",
@@ -750,6 +798,9 @@ export const shapeTools = [
750
798
  side_effects: {},
751
799
  },
752
800
  curlExample: null,
801
+ dependencies: [],
802
+ oneOfGroups: [],
803
+ subscriptionRequirements: [],
753
804
  },
754
805
  {
755
806
  toolName: "f5xc-api-shape-alert-gen-policy-update",
@@ -859,6 +910,31 @@ export const shapeTools = [
859
910
  },
860
911
  },
861
912
  curlExample: null,
913
+ dependencies: [
914
+ {
915
+ domain: "",
916
+ fieldPath: "",
917
+ inline: false,
918
+ required: false,
919
+ resourceType: "alert-gen-policy",
920
+ },
921
+ {
922
+ domain: "",
923
+ fieldPath: "metadata",
924
+ inline: false,
925
+ required: false,
926
+ resourceType: "schema-object-replace-meta",
927
+ },
928
+ {
929
+ domain: "",
930
+ fieldPath: "spec",
931
+ inline: false,
932
+ required: false,
933
+ resourceType: "brmalertsalert-gen-policy-replace",
934
+ },
935
+ ],
936
+ oneOfGroups: [],
937
+ subscriptionRequirements: [],
862
938
  },
863
939
  {
864
940
  toolName: "f5xc-api-shape-alert-template-create",
@@ -956,6 +1032,31 @@ export const shapeTools = [
956
1032
  },
957
1033
  },
958
1034
  curlExample: null,
1035
+ dependencies: [
1036
+ {
1037
+ domain: "",
1038
+ fieldPath: "",
1039
+ inline: false,
1040
+ required: false,
1041
+ resourceType: "alert-template",
1042
+ },
1043
+ {
1044
+ domain: "",
1045
+ fieldPath: "metadata",
1046
+ inline: false,
1047
+ required: false,
1048
+ resourceType: "schema-object-create-meta",
1049
+ },
1050
+ {
1051
+ domain: "",
1052
+ fieldPath: "spec",
1053
+ inline: false,
1054
+ required: false,
1055
+ resourceType: "brmalertsalert-template-create",
1056
+ },
1057
+ ],
1058
+ oneOfGroups: [],
1059
+ subscriptionRequirements: [],
959
1060
  },
960
1061
  {
961
1062
  toolName: "f5xc-api-shape-alert-template-delete",
@@ -1063,6 +1164,17 @@ export const shapeTools = [
1063
1164
  },
1064
1165
  },
1065
1166
  curlExample: null,
1167
+ dependencies: [
1168
+ {
1169
+ domain: "",
1170
+ fieldPath: "",
1171
+ inline: false,
1172
+ required: false,
1173
+ resourceType: "alert-template",
1174
+ },
1175
+ ],
1176
+ oneOfGroups: [],
1177
+ subscriptionRequirements: [],
1066
1178
  },
1067
1179
  {
1068
1180
  toolName: "f5xc-api-shape-alert-template-get",
@@ -1186,6 +1298,9 @@ export const shapeTools = [
1186
1298
  side_effects: {},
1187
1299
  },
1188
1300
  curlExample: null,
1301
+ dependencies: [],
1302
+ oneOfGroups: [],
1303
+ subscriptionRequirements: [],
1189
1304
  },
1190
1305
  {
1191
1306
  toolName: "f5xc-api-shape-alert-template-list",
@@ -1316,6 +1431,9 @@ export const shapeTools = [
1316
1431
  side_effects: {},
1317
1432
  },
1318
1433
  curlExample: null,
1434
+ dependencies: [],
1435
+ oneOfGroups: [],
1436
+ subscriptionRequirements: [],
1319
1437
  },
1320
1438
  {
1321
1439
  toolName: "f5xc-api-shape-allowed-domain-create",
@@ -1413,6 +1531,31 @@ export const shapeTools = [
1413
1531
  },
1414
1532
  },
1415
1533
  curlExample: null,
1534
+ dependencies: [
1535
+ {
1536
+ domain: "",
1537
+ fieldPath: "",
1538
+ inline: false,
1539
+ required: false,
1540
+ resourceType: "allowed-domain",
1541
+ },
1542
+ {
1543
+ domain: "",
1544
+ fieldPath: "metadata",
1545
+ inline: false,
1546
+ required: false,
1547
+ resourceType: "schema-object-create-meta",
1548
+ },
1549
+ {
1550
+ domain: "",
1551
+ fieldPath: "spec",
1552
+ inline: false,
1553
+ required: false,
1554
+ resourceType: "allowed-domain-create",
1555
+ },
1556
+ ],
1557
+ oneOfGroups: [],
1558
+ subscriptionRequirements: [],
1416
1559
  },
1417
1560
  {
1418
1561
  toolName: "f5xc-api-shape-allowed-domain-delete",
@@ -1520,6 +1663,17 @@ export const shapeTools = [
1520
1663
  },
1521
1664
  },
1522
1665
  curlExample: null,
1666
+ dependencies: [
1667
+ {
1668
+ domain: "",
1669
+ fieldPath: "",
1670
+ inline: false,
1671
+ required: false,
1672
+ resourceType: "allowed-domain",
1673
+ },
1674
+ ],
1675
+ oneOfGroups: [],
1676
+ subscriptionRequirements: [],
1523
1677
  },
1524
1678
  {
1525
1679
  toolName: "f5xc-api-shape-allowed-domain-get",
@@ -1643,6 +1797,9 @@ export const shapeTools = [
1643
1797
  side_effects: {},
1644
1798
  },
1645
1799
  curlExample: null,
1800
+ dependencies: [],
1801
+ oneOfGroups: [],
1802
+ subscriptionRequirements: [],
1646
1803
  },
1647
1804
  {
1648
1805
  toolName: "f5xc-api-shape-allowed-domain-list",
@@ -1773,6 +1930,9 @@ export const shapeTools = [
1773
1930
  side_effects: {},
1774
1931
  },
1775
1932
  curlExample: null,
1933
+ dependencies: [],
1934
+ oneOfGroups: [],
1935
+ subscriptionRequirements: [],
1776
1936
  },
1777
1937
  {
1778
1938
  toolName: "f5xc-api-shape-analysi-create",
@@ -1870,6 +2030,9 @@ export const shapeTools = [
1870
2030
  },
1871
2031
  },
1872
2032
  curlExample: null,
2033
+ dependencies: [],
2034
+ oneOfGroups: [],
2035
+ subscriptionRequirements: [],
1873
2036
  },
1874
2037
  {
1875
2038
  toolName: "f5xc-api-shape-apikey-list",
@@ -1947,6 +2110,9 @@ export const shapeTools = [
1947
2110
  side_effects: {},
1948
2111
  },
1949
2112
  curlExample: null,
2113
+ dependencies: [],
2114
+ oneOfGroups: [],
2115
+ subscriptionRequirements: [],
1950
2116
  },
1951
2117
  {
1952
2118
  toolName: "f5xc-api-shape-app-create",
@@ -2042,6 +2208,9 @@ export const shapeTools = [
2042
2208
  },
2043
2209
  },
2044
2210
  curlExample: null,
2211
+ dependencies: [],
2212
+ oneOfGroups: [],
2213
+ subscriptionRequirements: [],
2045
2214
  },
2046
2215
  {
2047
2216
  toolName: "f5xc-api-shape-app-provision-create",
@@ -2125,6 +2294,9 @@ export const shapeTools = [
2125
2294
  },
2126
2295
  },
2127
2296
  curlExample: null,
2297
+ dependencies: [],
2298
+ oneOfGroups: [],
2299
+ subscriptionRequirements: [],
2128
2300
  },
2129
2301
  {
2130
2302
  toolName: "f5xc-api-shape-application-create",
@@ -2208,6 +2380,9 @@ export const shapeTools = [
2208
2380
  },
2209
2381
  },
2210
2382
  curlExample: null,
2383
+ dependencies: [],
2384
+ oneOfGroups: [],
2385
+ subscriptionRequirements: [],
2211
2386
  },
2212
2387
  {
2213
2388
  toolName: "f5xc-api-shape-application-delete",
@@ -2303,6 +2478,9 @@ export const shapeTools = [
2303
2478
  },
2304
2479
  },
2305
2480
  curlExample: null,
2481
+ dependencies: [],
2482
+ oneOfGroups: [],
2483
+ subscriptionRequirements: [],
2306
2484
  },
2307
2485
  {
2308
2486
  toolName: "f5xc-api-shape-application-list",
@@ -2380,6 +2558,9 @@ export const shapeTools = [
2380
2558
  side_effects: {},
2381
2559
  },
2382
2560
  curlExample: null,
2561
+ dependencies: [],
2562
+ oneOfGroups: [],
2563
+ subscriptionRequirements: [],
2383
2564
  },
2384
2565
  {
2385
2566
  toolName: "f5xc-api-shape-asn-create",
@@ -2475,6 +2656,9 @@ export const shapeTools = [
2475
2656
  },
2476
2657
  },
2477
2658
  curlExample: null,
2659
+ dependencies: [],
2660
+ oneOfGroups: [],
2661
+ subscriptionRequirements: [],
2478
2662
  },
2479
2663
  {
2480
2664
  toolName: "f5xc-api-shape-asorg-create",
@@ -2570,6 +2754,9 @@ export const shapeTools = [
2570
2754
  },
2571
2755
  },
2572
2756
  curlExample: null,
2757
+ dependencies: [],
2758
+ oneOfGroups: [],
2759
+ subscriptionRequirements: [],
2573
2760
  },
2574
2761
  {
2575
2762
  toolName: "f5xc-api-shape-atb-create",
@@ -2667,6 +2854,15 @@ export const shapeTools = [
2667
2854
  },
2668
2855
  },
2669
2856
  curlExample: null,
2857
+ dependencies: [],
2858
+ oneOfGroups: [
2859
+ {
2860
+ choiceField: "frequency",
2861
+ fieldPath: "frequency",
2862
+ options: ["daily", "monthly", "weekly"],
2863
+ },
2864
+ ],
2865
+ subscriptionRequirements: [],
2670
2866
  },
2671
2867
  {
2672
2868
  toolName: "f5xc-api-shape-atb-list",
@@ -2771,6 +2967,9 @@ export const shapeTools = [
2771
2967
  side_effects: {},
2772
2968
  },
2773
2969
  curlExample: null,
2970
+ dependencies: [],
2971
+ oneOfGroups: [],
2972
+ subscriptionRequirements: [],
2774
2973
  },
2775
2974
  {
2776
2975
  toolName: "f5xc-api-shape-attackintent-create",
@@ -2866,6 +3065,9 @@ export const shapeTools = [
2866
3065
  },
2867
3066
  },
2868
3067
  curlExample: null,
3068
+ dependencies: [],
3069
+ oneOfGroups: [],
3070
+ subscriptionRequirements: [],
2869
3071
  },
2870
3072
  {
2871
3073
  toolName: "f5xc-api-shape-audit-list",
@@ -2994,6 +3196,9 @@ export const shapeTools = [
2994
3196
  side_effects: {},
2995
3197
  },
2996
3198
  curlExample: null,
3199
+ dependencies: [],
3200
+ oneOfGroups: [],
3201
+ subscriptionRequirements: [],
2997
3202
  },
2998
3203
  {
2999
3204
  toolName: "f5xc-api-shape-automation-create",
@@ -3089,6 +3294,9 @@ export const shapeTools = [
3089
3294
  },
3090
3295
  },
3091
3296
  curlExample: null,
3297
+ dependencies: [],
3298
+ oneOfGroups: [],
3299
+ subscriptionRequirements: [],
3092
3300
  },
3093
3301
  {
3094
3302
  toolName: "f5xc-api-shape-bad-bot-reduction-create",
@@ -3187,6 +3395,9 @@ export const shapeTools = [
3187
3395
  },
3188
3396
  },
3189
3397
  curlExample: null,
3398
+ dependencies: [],
3399
+ oneOfGroups: [],
3400
+ subscriptionRequirements: [],
3190
3401
  },
3191
3402
  {
3192
3403
  toolName: "f5xc-api-shape-behavior-get",
@@ -3329,6 +3540,9 @@ export const shapeTools = [
3329
3540
  side_effects: {},
3330
3541
  },
3331
3542
  curlExample: null,
3543
+ dependencies: [],
3544
+ oneOfGroups: [],
3545
+ subscriptionRequirements: [],
3332
3546
  },
3333
3547
  {
3334
3548
  toolName: "f5xc-api-shape-bfp-create",
@@ -3424,6 +3638,9 @@ export const shapeTools = [
3424
3638
  },
3425
3639
  },
3426
3640
  curlExample: null,
3641
+ dependencies: [],
3642
+ oneOfGroups: [],
3643
+ subscriptionRequirements: [],
3427
3644
  },
3428
3645
  {
3429
3646
  toolName: "f5xc-api-shape-bot-allowlist-policie-list",
@@ -3515,6 +3732,9 @@ export const shapeTools = [
3515
3732
  side_effects: {},
3516
3733
  },
3517
3734
  curlExample: null,
3735
+ dependencies: [],
3736
+ oneOfGroups: [],
3737
+ subscriptionRequirements: [],
3518
3738
  },
3519
3739
  {
3520
3740
  toolName: "f5xc-api-shape-bot-allowlist-policy-get",
@@ -3638,6 +3858,9 @@ export const shapeTools = [
3638
3858
  side_effects: {},
3639
3859
  },
3640
3860
  curlExample: null,
3861
+ dependencies: [],
3862
+ oneOfGroups: [],
3863
+ subscriptionRequirements: [],
3641
3864
  },
3642
3865
  {
3643
3866
  toolName: "f5xc-api-shape-bot-allowlist-policy-list",
@@ -3768,6 +3991,9 @@ export const shapeTools = [
3768
3991
  side_effects: {},
3769
3992
  },
3770
3993
  curlExample: null,
3994
+ dependencies: [],
3995
+ oneOfGroups: [],
3996
+ subscriptionRequirements: [],
3771
3997
  },
3772
3998
  {
3773
3999
  toolName: "f5xc-api-shape-bot-allowlist-policy-update",
@@ -3877,6 +4103,24 @@ export const shapeTools = [
3877
4103
  },
3878
4104
  },
3879
4105
  curlExample: null,
4106
+ dependencies: [
4107
+ {
4108
+ domain: "",
4109
+ fieldPath: "",
4110
+ inline: false,
4111
+ required: false,
4112
+ resourceType: "bot-allowlist-policy-custom",
4113
+ },
4114
+ {
4115
+ domain: "",
4116
+ fieldPath: "spec",
4117
+ inline: false,
4118
+ required: false,
4119
+ resourceType: "bot-allowlist-policy-replace",
4120
+ },
4121
+ ],
4122
+ oneOfGroups: [],
4123
+ subscriptionRequirements: [],
3880
4124
  },
3881
4125
  {
3882
4126
  toolName: "f5xc-api-shape-bot-detection-rule-create",
@@ -3975,6 +4219,9 @@ export const shapeTools = [
3975
4219
  },
3976
4220
  },
3977
4221
  curlExample: null,
4222
+ dependencies: [],
4223
+ oneOfGroups: [],
4224
+ subscriptionRequirements: [],
3978
4225
  },
3979
4226
  {
3980
4227
  toolName: "f5xc-api-shape-bot-detection-rule-get",
@@ -4096,6 +4343,9 @@ export const shapeTools = [
4096
4343
  side_effects: {},
4097
4344
  },
4098
4345
  curlExample: null,
4346
+ dependencies: [],
4347
+ oneOfGroups: [],
4348
+ subscriptionRequirements: [],
4099
4349
  },
4100
4350
  {
4101
4351
  toolName: "f5xc-api-shape-bot-detection-rule-list",
@@ -4226,6 +4476,9 @@ export const shapeTools = [
4226
4476
  side_effects: {},
4227
4477
  },
4228
4478
  curlExample: null,
4479
+ dependencies: [],
4480
+ oneOfGroups: [],
4481
+ subscriptionRequirements: [],
4229
4482
  },
4230
4483
  {
4231
4484
  toolName: "f5xc-api-shape-bot-detection-update-list",
@@ -4317,6 +4570,9 @@ export const shapeTools = [
4317
4570
  side_effects: {},
4318
4571
  },
4319
4572
  curlExample: null,
4573
+ dependencies: [],
4574
+ oneOfGroups: [],
4575
+ subscriptionRequirements: [],
4320
4576
  },
4321
4577
  {
4322
4578
  toolName: "f5xc-api-shape-bot-endpoint-policie-list",
@@ -4408,6 +4664,9 @@ export const shapeTools = [
4408
4664
  side_effects: {},
4409
4665
  },
4410
4666
  curlExample: null,
4667
+ dependencies: [],
4668
+ oneOfGroups: [],
4669
+ subscriptionRequirements: [],
4411
4670
  },
4412
4671
  {
4413
4672
  toolName: "f5xc-api-shape-bot-endpoint-policy-get",
@@ -4531,6 +4790,9 @@ export const shapeTools = [
4531
4790
  side_effects: {},
4532
4791
  },
4533
4792
  curlExample: null,
4793
+ dependencies: [],
4794
+ oneOfGroups: [],
4795
+ subscriptionRequirements: [],
4534
4796
  },
4535
4797
  {
4536
4798
  toolName: "f5xc-api-shape-bot-endpoint-policy-list",
@@ -4661,6 +4923,9 @@ export const shapeTools = [
4661
4923
  side_effects: {},
4662
4924
  },
4663
4925
  curlExample: null,
4926
+ dependencies: [],
4927
+ oneOfGroups: [],
4928
+ subscriptionRequirements: [],
4664
4929
  },
4665
4930
  {
4666
4931
  toolName: "f5xc-api-shape-bot-endpoint-policy-update",
@@ -4770,6 +5035,24 @@ export const shapeTools = [
4770
5035
  },
4771
5036
  },
4772
5037
  curlExample: null,
5038
+ dependencies: [
5039
+ {
5040
+ domain: "",
5041
+ fieldPath: "",
5042
+ inline: false,
5043
+ required: false,
5044
+ resourceType: "bot-endpoint-policy-custom",
5045
+ },
5046
+ {
5047
+ domain: "",
5048
+ fieldPath: "spec",
5049
+ inline: false,
5050
+ required: false,
5051
+ resourceType: "bot-endpoint-policy-replace",
5052
+ },
5053
+ ],
5054
+ oneOfGroups: [],
5055
+ subscriptionRequirements: [],
4773
5056
  },
4774
5057
  {
4775
5058
  toolName: "f5xc-api-shape-bot-infrastructure-create",
@@ -4870,6 +5153,31 @@ export const shapeTools = [
4870
5153
  },
4871
5154
  },
4872
5155
  curlExample: null,
5156
+ dependencies: [
5157
+ {
5158
+ domain: "",
5159
+ fieldPath: "",
5160
+ inline: false,
5161
+ required: false,
5162
+ resourceType: "bot-infrastructure",
5163
+ },
5164
+ {
5165
+ domain: "",
5166
+ fieldPath: "metadata",
5167
+ inline: false,
5168
+ required: false,
5169
+ resourceType: "schema-object-create-meta",
5170
+ },
5171
+ {
5172
+ domain: "",
5173
+ fieldPath: "spec",
5174
+ inline: false,
5175
+ required: false,
5176
+ resourceType: "bot-infrastructure-create",
5177
+ },
5178
+ ],
5179
+ oneOfGroups: [],
5180
+ subscriptionRequirements: [],
4873
5181
  },
4874
5182
  {
4875
5183
  toolName: "f5xc-api-shape-bot-infrastructure-get",
@@ -4994,6 +5302,9 @@ export const shapeTools = [
4994
5302
  side_effects: {},
4995
5303
  },
4996
5304
  curlExample: null,
5305
+ dependencies: [],
5306
+ oneOfGroups: [],
5307
+ subscriptionRequirements: [],
4997
5308
  },
4998
5309
  {
4999
5310
  toolName: "f5xc-api-shape-bot-infrastructure-list",
@@ -5124,6 +5435,9 @@ export const shapeTools = [
5124
5435
  side_effects: {},
5125
5436
  },
5126
5437
  curlExample: null,
5438
+ dependencies: [],
5439
+ oneOfGroups: [],
5440
+ subscriptionRequirements: [],
5127
5441
  },
5128
5442
  {
5129
5443
  toolName: "f5xc-api-shape-bot-infrastructure-update",
@@ -5233,6 +5547,31 @@ export const shapeTools = [
5233
5547
  },
5234
5548
  },
5235
5549
  curlExample: null,
5550
+ dependencies: [
5551
+ {
5552
+ domain: "",
5553
+ fieldPath: "",
5554
+ inline: false,
5555
+ required: false,
5556
+ resourceType: "bot-infrastructure",
5557
+ },
5558
+ {
5559
+ domain: "",
5560
+ fieldPath: "metadata",
5561
+ inline: false,
5562
+ required: false,
5563
+ resourceType: "schema-object-replace-meta",
5564
+ },
5565
+ {
5566
+ domain: "",
5567
+ fieldPath: "spec",
5568
+ inline: false,
5569
+ required: false,
5570
+ resourceType: "bot-defensebot-infrastructure-replace",
5571
+ },
5572
+ ],
5573
+ oneOfGroups: [],
5574
+ subscriptionRequirements: [],
5236
5575
  },
5237
5576
  {
5238
5577
  toolName: "f5xc-api-shape-bot-network-policie-list",
@@ -5324,6 +5663,9 @@ export const shapeTools = [
5324
5663
  side_effects: {},
5325
5664
  },
5326
5665
  curlExample: null,
5666
+ dependencies: [],
5667
+ oneOfGroups: [],
5668
+ subscriptionRequirements: [],
5327
5669
  },
5328
5670
  {
5329
5671
  toolName: "f5xc-api-shape-bot-network-policy-get",
@@ -5447,6 +5789,9 @@ export const shapeTools = [
5447
5789
  side_effects: {},
5448
5790
  },
5449
5791
  curlExample: null,
5792
+ dependencies: [],
5793
+ oneOfGroups: [],
5794
+ subscriptionRequirements: [],
5450
5795
  },
5451
5796
  {
5452
5797
  toolName: "f5xc-api-shape-bot-network-policy-list",
@@ -5577,6 +5922,9 @@ export const shapeTools = [
5577
5922
  side_effects: {},
5578
5923
  },
5579
5924
  curlExample: null,
5925
+ dependencies: [],
5926
+ oneOfGroups: [],
5927
+ subscriptionRequirements: [],
5580
5928
  },
5581
5929
  {
5582
5930
  toolName: "f5xc-api-shape-bot-network-policy-update",
@@ -5686,6 +6034,24 @@ export const shapeTools = [
5686
6034
  },
5687
6035
  },
5688
6036
  curlExample: null,
6037
+ dependencies: [
6038
+ {
6039
+ domain: "",
6040
+ fieldPath: "",
6041
+ inline: false,
6042
+ required: false,
6043
+ resourceType: "bot-network-policy-custom",
6044
+ },
6045
+ {
6046
+ domain: "",
6047
+ fieldPath: "spec",
6048
+ inline: false,
6049
+ required: false,
6050
+ resourceType: "bot-network-policy-replace",
6051
+ },
6052
+ ],
6053
+ oneOfGroups: [],
6054
+ subscriptionRequirements: [],
5689
6055
  },
5690
6056
  {
5691
6057
  toolName: "f5xc-api-shape-browser-create",
@@ -5781,6 +6147,9 @@ export const shapeTools = [
5781
6147
  },
5782
6148
  },
5783
6149
  curlExample: null,
6150
+ dependencies: [],
6151
+ oneOfGroups: [],
6152
+ subscriptionRequirements: [],
5784
6153
  },
5785
6154
  {
5786
6155
  toolName: "f5xc-api-shape-categorie-create",
@@ -5876,6 +6245,9 @@ export const shapeTools = [
5876
6245
  },
5877
6246
  },
5878
6247
  curlExample: null,
6248
+ dependencies: [],
6249
+ oneOfGroups: [],
6250
+ subscriptionRequirements: [],
5879
6251
  },
5880
6252
  {
5881
6253
  toolName: "f5xc-api-shape-channel-create",
@@ -5959,6 +6331,9 @@ export const shapeTools = [
5959
6331
  },
5960
6332
  },
5961
6333
  curlExample: null,
6334
+ dependencies: [],
6335
+ oneOfGroups: [],
6336
+ subscriptionRequirements: [],
5962
6337
  },
5963
6338
  {
5964
6339
  toolName: "f5xc-api-shape-check-create",
@@ -6042,6 +6417,9 @@ export const shapeTools = [
6042
6417
  },
6043
6418
  },
6044
6419
  curlExample: null,
6420
+ dependencies: [],
6421
+ oneOfGroups: [],
6422
+ subscriptionRequirements: [],
6045
6423
  },
6046
6424
  {
6047
6425
  toolName: "f5xc-api-shape-clone-create",
@@ -6146,6 +6524,9 @@ export const shapeTools = [
6146
6524
  },
6147
6525
  },
6148
6526
  curlExample: null,
6527
+ dependencies: [],
6528
+ oneOfGroups: [],
6529
+ subscriptionRequirements: [],
6149
6530
  },
6150
6531
  {
6151
6532
  toolName: "f5xc-api-shape-config-get",
@@ -6249,6 +6630,9 @@ export const shapeTools = [
6249
6630
  side_effects: {},
6250
6631
  },
6251
6632
  curlExample: null,
6633
+ dependencies: [],
6634
+ oneOfGroups: [],
6635
+ subscriptionRequirements: [],
6252
6636
  },
6253
6637
  {
6254
6638
  toolName: "f5xc-api-shape-conversion-create",
@@ -6332,6 +6716,9 @@ export const shapeTools = [
6332
6716
  },
6333
6717
  },
6334
6718
  curlExample: null,
6719
+ dependencies: [],
6720
+ oneOfGroups: [],
6721
+ subscriptionRequirements: [],
6335
6722
  },
6336
6723
  {
6337
6724
  toolName: "f5xc-api-shape-country-create",
@@ -6415,6 +6802,9 @@ export const shapeTools = [
6415
6802
  },
6416
6803
  },
6417
6804
  curlExample: null,
6805
+ dependencies: [],
6806
+ oneOfGroups: [],
6807
+ subscriptionRequirements: [],
6418
6808
  },
6419
6809
  {
6420
6810
  toolName: "f5xc-api-shape-credential-stuffing-attack-create",
@@ -6513,6 +6903,9 @@ export const shapeTools = [
6513
6903
  },
6514
6904
  },
6515
6905
  curlExample: null,
6906
+ dependencies: [],
6907
+ oneOfGroups: [],
6908
+ subscriptionRequirements: [],
6516
6909
  },
6517
6910
  {
6518
6911
  toolName: "f5xc-api-shape-dashboard-get",
@@ -6655,6 +7048,9 @@ export const shapeTools = [
6655
7048
  side_effects: {},
6656
7049
  },
6657
7050
  curlExample: null,
7051
+ dependencies: [],
7052
+ oneOfGroups: [],
7053
+ subscriptionRequirements: [],
6658
7054
  },
6659
7055
  {
6660
7056
  toolName: "f5xc-api-shape-deployment-history-get",
@@ -6758,6 +7154,9 @@ export const shapeTools = [
6758
7154
  side_effects: {},
6759
7155
  },
6760
7156
  curlExample: null,
7157
+ dependencies: [],
7158
+ oneOfGroups: [],
7159
+ subscriptionRequirements: [],
6761
7160
  },
6762
7161
  {
6763
7162
  toolName: "f5xc-api-shape-deployment-list",
@@ -6876,6 +7275,9 @@ export const shapeTools = [
6876
7275
  side_effects: {},
6877
7276
  },
6878
7277
  curlExample: null,
7278
+ dependencies: [],
7279
+ oneOfGroups: [],
7280
+ subscriptionRequirements: [],
6879
7281
  },
6880
7282
  {
6881
7283
  toolName: "f5xc-api-shape-deployment-statu-get",
@@ -6979,6 +7381,9 @@ export const shapeTools = [
6979
7381
  side_effects: {},
6980
7382
  },
6981
7383
  curlExample: null,
7384
+ dependencies: [],
7385
+ oneOfGroups: [],
7386
+ subscriptionRequirements: [],
6982
7387
  },
6983
7388
  {
6984
7389
  toolName: "f5xc-api-shape-detail-list",
@@ -7107,6 +7512,9 @@ export const shapeTools = [
7107
7512
  side_effects: {},
7108
7513
  },
7109
7514
  curlExample: null,
7515
+ dependencies: [],
7516
+ oneOfGroups: [],
7517
+ subscriptionRequirements: [],
7110
7518
  },
7111
7519
  {
7112
7520
  toolName: "f5xc-api-shape-detected-domain-list",
@@ -7235,6 +7643,9 @@ export const shapeTools = [
7235
7643
  side_effects: {},
7236
7644
  },
7237
7645
  curlExample: null,
7646
+ dependencies: [],
7647
+ oneOfGroups: [],
7648
+ subscriptionRequirements: [],
7238
7649
  },
7239
7650
  {
7240
7651
  toolName: "f5xc-api-shape-device-create",
@@ -7330,6 +7741,9 @@ export const shapeTools = [
7330
7741
  },
7331
7742
  },
7332
7743
  curlExample: null,
7744
+ dependencies: [],
7745
+ oneOfGroups: [],
7746
+ subscriptionRequirements: [],
7333
7747
  },
7334
7748
  {
7335
7749
  toolName: "f5xc-api-shape-domain-detail-list",
@@ -7434,6 +7848,9 @@ export const shapeTools = [
7434
7848
  side_effects: {},
7435
7849
  },
7436
7850
  curlExample: null,
7851
+ dependencies: [],
7852
+ oneOfGroups: [],
7853
+ subscriptionRequirements: [],
7437
7854
  },
7438
7855
  {
7439
7856
  toolName: "f5xc-api-shape-download-release-note-list",
@@ -7538,6 +7955,9 @@ export const shapeTools = [
7538
7955
  side_effects: {},
7539
7956
  },
7540
7957
  curlExample: null,
7958
+ dependencies: [],
7959
+ oneOfGroups: [],
7960
+ subscriptionRequirements: [],
7541
7961
  },
7542
7962
  {
7543
7963
  toolName: "f5xc-api-shape-draft-create",
@@ -7633,6 +8053,9 @@ export const shapeTools = [
7633
8053
  },
7634
8054
  },
7635
8055
  curlExample: null,
8056
+ dependencies: [],
8057
+ oneOfGroups: [],
8058
+ subscriptionRequirements: [],
7636
8059
  },
7637
8060
  {
7638
8061
  toolName: "f5xc-api-shape-draft-delete",
@@ -7728,6 +8151,9 @@ export const shapeTools = [
7728
8151
  },
7729
8152
  },
7730
8153
  curlExample: null,
8154
+ dependencies: [],
8155
+ oneOfGroups: [],
8156
+ subscriptionRequirements: [],
7731
8157
  },
7732
8158
  {
7733
8159
  toolName: "f5xc-api-shape-draft-list",
@@ -7819,6 +8245,9 @@ export const shapeTools = [
7819
8245
  side_effects: {},
7820
8246
  },
7821
8247
  curlExample: null,
8248
+ dependencies: [],
8249
+ oneOfGroups: [],
8250
+ subscriptionRequirements: [],
7822
8251
  },
7823
8252
  {
7824
8253
  toolName: "f5xc-api-shape-enable-create",
@@ -7902,6 +8331,9 @@ export const shapeTools = [
7902
8331
  },
7903
8332
  },
7904
8333
  curlExample: null,
8334
+ dependencies: [],
8335
+ oneOfGroups: [],
8336
+ subscriptionRequirements: [],
7905
8337
  },
7906
8338
  {
7907
8339
  toolName: "f5xc-api-shape-endpoint-create",
@@ -7997,6 +8429,9 @@ export const shapeTools = [
7997
8429
  },
7998
8430
  },
7999
8431
  curlExample: null,
8432
+ dependencies: [],
8433
+ oneOfGroups: [],
8434
+ subscriptionRequirements: [],
8000
8435
  },
8001
8436
  {
8002
8437
  toolName: "f5xc-api-shape-endpointlabel-create",
@@ -8092,6 +8527,9 @@ export const shapeTools = [
8092
8527
  },
8093
8528
  },
8094
8529
  curlExample: null,
8530
+ dependencies: [],
8531
+ oneOfGroups: [],
8532
+ subscriptionRequirements: [],
8095
8533
  },
8096
8534
  {
8097
8535
  toolName: "f5xc-api-shape-enjoy-create",
@@ -8175,6 +8613,9 @@ export const shapeTools = [
8175
8613
  },
8176
8614
  },
8177
8615
  curlExample: null,
8616
+ dependencies: [],
8617
+ oneOfGroups: [],
8618
+ subscriptionRequirements: [],
8178
8619
  },
8179
8620
  {
8180
8621
  toolName: "f5xc-api-shape-ep-create",
@@ -8272,6 +8713,9 @@ export const shapeTools = [
8272
8713
  },
8273
8714
  },
8274
8715
  curlExample: null,
8716
+ dependencies: [],
8717
+ oneOfGroups: [],
8718
+ subscriptionRequirements: [],
8275
8719
  },
8276
8720
  {
8277
8721
  toolName: "f5xc-api-shape-expanded-create",
@@ -8367,6 +8811,9 @@ export const shapeTools = [
8367
8811
  },
8368
8812
  },
8369
8813
  curlExample: null,
8814
+ dependencies: [],
8815
+ oneOfGroups: [],
8816
+ subscriptionRequirements: [],
8370
8817
  },
8371
8818
  {
8372
8819
  toolName: "f5xc-api-shape-feedback-create",
@@ -8464,6 +8911,9 @@ export const shapeTools = [
8464
8911
  },
8465
8912
  },
8466
8913
  curlExample: null,
8914
+ dependencies: [],
8915
+ oneOfGroups: [],
8916
+ subscriptionRequirements: [],
8467
8917
  },
8468
8918
  {
8469
8919
  toolName: "f5xc-api-shape-field-create",
@@ -8561,6 +9011,9 @@ export const shapeTools = [
8561
9011
  },
8562
9012
  },
8563
9013
  curlExample: null,
9014
+ dependencies: [],
9015
+ oneOfGroups: [],
9016
+ subscriptionRequirements: [],
8564
9017
  },
8565
9018
  {
8566
9019
  toolName: "f5xc-api-shape-formfield-create",
@@ -8658,6 +9111,9 @@ export const shapeTools = [
8658
9111
  },
8659
9112
  },
8660
9113
  curlExample: null,
9114
+ dependencies: [],
9115
+ oneOfGroups: [],
9116
+ subscriptionRequirements: [],
8661
9117
  },
8662
9118
  {
8663
9119
  toolName: "f5xc-api-shape-formfield-get",
@@ -8761,6 +9217,9 @@ export const shapeTools = [
8761
9217
  side_effects: {},
8762
9218
  },
8763
9219
  curlExample: null,
9220
+ dependencies: [],
9221
+ oneOfGroups: [],
9222
+ subscriptionRequirements: [],
8764
9223
  },
8765
9224
  {
8766
9225
  toolName: "f5xc-api-shape-formfield-list",
@@ -8877,6 +9336,9 @@ export const shapeTools = [
8877
9336
  side_effects: {},
8878
9337
  },
8879
9338
  curlExample: null,
9339
+ dependencies: [],
9340
+ oneOfGroups: [],
9341
+ subscriptionRequirements: [],
8880
9342
  },
8881
9343
  {
8882
9344
  toolName: "f5xc-api-shape-friction-aggregation-create",
@@ -8963,6 +9425,9 @@ export const shapeTools = [
8963
9425
  },
8964
9426
  },
8965
9427
  curlExample: null,
9428
+ dependencies: [],
9429
+ oneOfGroups: [],
9430
+ subscriptionRequirements: [],
8966
9431
  },
8967
9432
  {
8968
9433
  toolName: "f5xc-api-shape-friction-histogram-create",
@@ -9049,6 +9514,9 @@ export const shapeTools = [
9049
9514
  },
9050
9515
  },
9051
9516
  curlExample: null,
9517
+ dependencies: [],
9518
+ oneOfGroups: [],
9519
+ subscriptionRequirements: [],
9052
9520
  },
9053
9521
  {
9054
9522
  toolName: "f5xc-api-shape-general-feedback-create",
@@ -9149,6 +9617,9 @@ export const shapeTools = [
9149
9617
  },
9150
9618
  },
9151
9619
  curlExample: null,
9620
+ dependencies: [],
9621
+ oneOfGroups: [],
9622
+ subscriptionRequirements: [],
9152
9623
  },
9153
9624
  {
9154
9625
  toolName: "f5xc-api-shape-geolocation-create",
@@ -9244,6 +9715,9 @@ export const shapeTools = [
9244
9715
  },
9245
9716
  },
9246
9717
  curlExample: null,
9718
+ dependencies: [],
9719
+ oneOfGroups: [],
9720
+ subscriptionRequirements: [],
9247
9721
  },
9248
9722
  {
9249
9723
  toolName: "f5xc-api-shape-getcurrentfrauddata-create",
@@ -9330,6 +9804,9 @@ export const shapeTools = [
9330
9804
  },
9331
9805
  },
9332
9806
  curlExample: null,
9807
+ dependencies: [],
9808
+ oneOfGroups: [],
9809
+ subscriptionRequirements: [],
9333
9810
  },
9334
9811
  {
9335
9812
  toolName: "f5xc-api-shape-gettopriskyaccount-create",
@@ -9416,6 +9893,9 @@ export const shapeTools = [
9416
9893
  },
9417
9894
  },
9418
9895
  curlExample: null,
9896
+ dependencies: [],
9897
+ oneOfGroups: [],
9898
+ subscriptionRequirements: [],
9419
9899
  },
9420
9900
  {
9421
9901
  toolName: "f5xc-api-shape-gettopriskydevice-create",
@@ -9502,6 +9982,9 @@ export const shapeTools = [
9502
9982
  },
9503
9983
  },
9504
9984
  curlExample: null,
9985
+ dependencies: [],
9986
+ oneOfGroups: [],
9987
+ subscriptionRequirements: [],
9505
9988
  },
9506
9989
  {
9507
9990
  toolName: "f5xc-api-shape-gettopriskyipaddresse-create",
@@ -9588,6 +10071,9 @@ export const shapeTools = [
9588
10071
  },
9589
10072
  },
9590
10073
  curlExample: null,
10074
+ dependencies: [],
10075
+ oneOfGroups: [],
10076
+ subscriptionRequirements: [],
9591
10077
  },
9592
10078
  {
9593
10079
  toolName: "f5xc-api-shape-gettopriskyreason-create",
@@ -9674,6 +10160,9 @@ export const shapeTools = [
9674
10160
  },
9675
10161
  },
9676
10162
  curlExample: null,
10163
+ dependencies: [],
10164
+ oneOfGroups: [],
10165
+ subscriptionRequirements: [],
9677
10166
  },
9678
10167
  {
9679
10168
  toolName: "f5xc-api-shape-gettransactiondata-create",
@@ -9760,6 +10249,9 @@ export const shapeTools = [
9760
10249
  },
9761
10250
  },
9762
10251
  curlExample: null,
10252
+ dependencies: [],
10253
+ oneOfGroups: [],
10254
+ subscriptionRequirements: [],
9763
10255
  },
9764
10256
  {
9765
10257
  toolName: "f5xc-api-shape-good-create",
@@ -9855,6 +10347,9 @@ export const shapeTools = [
9855
10347
  },
9856
10348
  },
9857
10349
  curlExample: null,
10350
+ dependencies: [],
10351
+ oneOfGroups: [],
10352
+ subscriptionRequirements: [],
9858
10353
  },
9859
10354
  {
9860
10355
  toolName: "f5xc-api-shape-health-list",
@@ -9932,6 +10427,9 @@ export const shapeTools = [
9932
10427
  side_effects: {},
9933
10428
  },
9934
10429
  curlExample: null,
10430
+ dependencies: [],
10431
+ oneOfGroups: [],
10432
+ subscriptionRequirements: [],
9935
10433
  },
9936
10434
  {
9937
10435
  toolName: "f5xc-api-shape-history-get",
@@ -10035,6 +10533,9 @@ export const shapeTools = [
10035
10533
  side_effects: {},
10036
10534
  },
10037
10535
  curlExample: null,
10536
+ dependencies: [],
10537
+ oneOfGroups: [],
10538
+ subscriptionRequirements: [],
10038
10539
  },
10039
10540
  {
10040
10541
  toolName: "f5xc-api-shape-init-create",
@@ -10118,6 +10619,9 @@ export const shapeTools = [
10118
10619
  },
10119
10620
  },
10120
10621
  curlExample: null,
10622
+ dependencies: [],
10623
+ oneOfGroups: [],
10624
+ subscriptionRequirements: [],
10121
10625
  },
10122
10626
  {
10123
10627
  toolName: "f5xc-api-shape-ip-create",
@@ -10213,6 +10717,9 @@ export const shapeTools = [
10213
10717
  },
10214
10718
  },
10215
10719
  curlExample: null,
10720
+ dependencies: [],
10721
+ oneOfGroups: [],
10722
+ subscriptionRequirements: [],
10216
10723
  },
10217
10724
  {
10218
10725
  toolName: "f5xc-api-shape-js-configuration-list",
@@ -10317,6 +10824,9 @@ export const shapeTools = [
10317
10824
  side_effects: {},
10318
10825
  },
10319
10826
  curlExample: null,
10827
+ dependencies: [],
10828
+ oneOfGroups: [],
10829
+ subscriptionRequirements: [],
10320
10830
  },
10321
10831
  {
10322
10832
  toolName: "f5xc-api-shape-justification-create",
@@ -10426,6 +10936,9 @@ export const shapeTools = [
10426
10936
  },
10427
10937
  },
10428
10938
  curlExample: null,
10939
+ dependencies: [],
10940
+ oneOfGroups: [],
10941
+ subscriptionRequirements: [],
10429
10942
  },
10430
10943
  {
10431
10944
  toolName: "f5xc-api-shape-justification-delete",
@@ -10533,6 +11046,9 @@ export const shapeTools = [
10533
11046
  },
10534
11047
  },
10535
11048
  curlExample: null,
11049
+ dependencies: [],
11050
+ oneOfGroups: [],
11051
+ subscriptionRequirements: [],
10536
11052
  },
10537
11053
  {
10538
11054
  toolName: "f5xc-api-shape-lift-create",
@@ -10616,6 +11132,9 @@ export const shapeTools = [
10616
11132
  },
10617
11133
  },
10618
11134
  curlExample: null,
11135
+ dependencies: [],
11136
+ oneOfGroups: [],
11137
+ subscriptionRequirements: [],
10619
11138
  },
10620
11139
  {
10621
11140
  toolName: "f5xc-api-shape-list-create",
@@ -10711,6 +11230,9 @@ export const shapeTools = [
10711
11230
  },
10712
11231
  },
10713
11232
  curlExample: null,
11233
+ dependencies: [],
11234
+ oneOfGroups: [],
11235
+ subscriptionRequirements: [],
10714
11236
  },
10715
11237
  {
10716
11238
  toolName: "f5xc-api-shape-metric-create",
@@ -10806,6 +11328,9 @@ export const shapeTools = [
10806
11328
  },
10807
11329
  },
10808
11330
  curlExample: null,
11331
+ dependencies: [],
11332
+ oneOfGroups: [],
11333
+ subscriptionRequirements: [],
10809
11334
  },
10810
11335
  {
10811
11336
  toolName: "f5xc-api-shape-mitigated-domain-create",
@@ -10906,6 +11431,31 @@ export const shapeTools = [
10906
11431
  },
10907
11432
  },
10908
11433
  curlExample: null,
11434
+ dependencies: [
11435
+ {
11436
+ domain: "",
11437
+ fieldPath: "",
11438
+ inline: false,
11439
+ required: false,
11440
+ resourceType: "mitigated-domain",
11441
+ },
11442
+ {
11443
+ domain: "",
11444
+ fieldPath: "metadata",
11445
+ inline: false,
11446
+ required: false,
11447
+ resourceType: "schema-object-create-meta",
11448
+ },
11449
+ {
11450
+ domain: "",
11451
+ fieldPath: "spec",
11452
+ inline: false,
11453
+ required: false,
11454
+ resourceType: "mitigated-domain-create",
11455
+ },
11456
+ ],
11457
+ oneOfGroups: [],
11458
+ subscriptionRequirements: [],
10909
11459
  },
10910
11460
  {
10911
11461
  toolName: "f5xc-api-shape-mitigated-domain-delete",
@@ -11013,6 +11563,17 @@ export const shapeTools = [
11013
11563
  },
11014
11564
  },
11015
11565
  curlExample: null,
11566
+ dependencies: [
11567
+ {
11568
+ domain: "",
11569
+ fieldPath: "",
11570
+ inline: false,
11571
+ required: false,
11572
+ resourceType: "mitigated-domain",
11573
+ },
11574
+ ],
11575
+ oneOfGroups: [],
11576
+ subscriptionRequirements: [],
11016
11577
  },
11017
11578
  {
11018
11579
  toolName: "f5xc-api-shape-mitigated-domain-get",
@@ -11136,6 +11697,9 @@ export const shapeTools = [
11136
11697
  side_effects: {},
11137
11698
  },
11138
11699
  curlExample: null,
11700
+ dependencies: [],
11701
+ oneOfGroups: [],
11702
+ subscriptionRequirements: [],
11139
11703
  },
11140
11704
  {
11141
11705
  toolName: "f5xc-api-shape-mitigated-domain-list",
@@ -11266,6 +11830,9 @@ export const shapeTools = [
11266
11830
  side_effects: {},
11267
11831
  },
11268
11832
  curlExample: null,
11833
+ dependencies: [],
11834
+ oneOfGroups: [],
11835
+ subscriptionRequirements: [],
11269
11836
  },
11270
11837
  {
11271
11838
  toolName: "f5xc-api-shape-mobile-base-config-create",
@@ -11366,6 +11933,31 @@ export const shapeTools = [
11366
11933
  },
11367
11934
  },
11368
11935
  curlExample: null,
11936
+ dependencies: [
11937
+ {
11938
+ domain: "",
11939
+ fieldPath: "",
11940
+ inline: false,
11941
+ required: false,
11942
+ resourceType: "mobile-base-config",
11943
+ },
11944
+ {
11945
+ domain: "",
11946
+ fieldPath: "metadata",
11947
+ inline: false,
11948
+ required: false,
11949
+ resourceType: "schema-object-create-meta",
11950
+ },
11951
+ {
11952
+ domain: "",
11953
+ fieldPath: "spec",
11954
+ inline: false,
11955
+ required: false,
11956
+ resourceType: "mobile-base-config-create",
11957
+ },
11958
+ ],
11959
+ oneOfGroups: [],
11960
+ subscriptionRequirements: [],
11369
11961
  },
11370
11962
  {
11371
11963
  toolName: "f5xc-api-shape-mobile-base-config-delete",
@@ -11473,6 +12065,17 @@ export const shapeTools = [
11473
12065
  },
11474
12066
  },
11475
12067
  curlExample: null,
12068
+ dependencies: [
12069
+ {
12070
+ domain: "",
12071
+ fieldPath: "",
12072
+ inline: false,
12073
+ required: false,
12074
+ resourceType: "mobile-base-config",
12075
+ },
12076
+ ],
12077
+ oneOfGroups: [],
12078
+ subscriptionRequirements: [],
11476
12079
  },
11477
12080
  {
11478
12081
  toolName: "f5xc-api-shape-mobile-base-config-file-get",
@@ -11576,6 +12179,9 @@ export const shapeTools = [
11576
12179
  side_effects: {},
11577
12180
  },
11578
12181
  curlExample: null,
12182
+ dependencies: [],
12183
+ oneOfGroups: [],
12184
+ subscriptionRequirements: [],
11579
12185
  },
11580
12186
  {
11581
12187
  toolName: "f5xc-api-shape-mobile-base-config-get",
@@ -11699,6 +12305,9 @@ export const shapeTools = [
11699
12305
  side_effects: {},
11700
12306
  },
11701
12307
  curlExample: null,
12308
+ dependencies: [],
12309
+ oneOfGroups: [],
12310
+ subscriptionRequirements: [],
11702
12311
  },
11703
12312
  {
11704
12313
  toolName: "f5xc-api-shape-mobile-base-config-list",
@@ -11829,6 +12438,9 @@ export const shapeTools = [
11829
12438
  side_effects: {},
11830
12439
  },
11831
12440
  curlExample: null,
12441
+ dependencies: [],
12442
+ oneOfGroups: [],
12443
+ subscriptionRequirements: [],
11832
12444
  },
11833
12445
  {
11834
12446
  toolName: "f5xc-api-shape-mobile-base-config-update",
@@ -11938,6 +12550,31 @@ export const shapeTools = [
11938
12550
  },
11939
12551
  },
11940
12552
  curlExample: null,
12553
+ dependencies: [
12554
+ {
12555
+ domain: "",
12556
+ fieldPath: "",
12557
+ inline: false,
12558
+ required: false,
12559
+ resourceType: "mobile-base-config",
12560
+ },
12561
+ {
12562
+ domain: "",
12563
+ fieldPath: "metadata",
12564
+ inline: false,
12565
+ required: false,
12566
+ resourceType: "schema-object-replace-meta",
12567
+ },
12568
+ {
12569
+ domain: "",
12570
+ fieldPath: "spec",
12571
+ inline: false,
12572
+ required: false,
12573
+ resourceType: "mobile-base-config-replace",
12574
+ },
12575
+ ],
12576
+ oneOfGroups: [],
12577
+ subscriptionRequirements: [],
11941
12578
  },
11942
12579
  {
11943
12580
  toolName: "f5xc-api-shape-mobile-sdk-list",
@@ -12077,6 +12714,9 @@ export const shapeTools = [
12077
12714
  side_effects: {},
12078
12715
  },
12079
12716
  curlExample: null,
12717
+ dependencies: [],
12718
+ oneOfGroups: [],
12719
+ subscriptionRequirements: [],
12080
12720
  },
12081
12721
  {
12082
12722
  toolName: "f5xc-api-shape-name-get",
@@ -12205,6 +12845,9 @@ export const shapeTools = [
12205
12845
  side_effects: {},
12206
12846
  },
12207
12847
  curlExample: null,
12848
+ dependencies: [],
12849
+ oneOfGroups: [],
12850
+ subscriptionRequirements: [],
12208
12851
  },
12209
12852
  {
12210
12853
  toolName: "f5xc-api-shape-networkinteraction-get",
@@ -12333,6 +12976,9 @@ export const shapeTools = [
12333
12976
  side_effects: {},
12334
12977
  },
12335
12978
  curlExample: null,
12979
+ dependencies: [],
12980
+ oneOfGroups: [],
12981
+ subscriptionRequirements: [],
12336
12982
  },
12337
12983
  {
12338
12984
  toolName: "f5xc-api-shape-o-create",
@@ -12428,6 +13074,9 @@ export const shapeTools = [
12428
13074
  },
12429
13075
  },
12430
13076
  curlExample: null,
13077
+ dependencies: [],
13078
+ oneOfGroups: [],
13079
+ subscriptionRequirements: [],
12431
13080
  },
12432
13081
  {
12433
13082
  toolName: "f5xc-api-shape-overview-create",
@@ -12523,6 +13172,9 @@ export const shapeTools = [
12523
13172
  },
12524
13173
  },
12525
13174
  curlExample: null,
13175
+ dependencies: [],
13176
+ oneOfGroups: [],
13177
+ subscriptionRequirements: [],
12526
13178
  },
12527
13179
  {
12528
13180
  toolName: "f5xc-api-shape-overview-list",
@@ -12653,6 +13305,9 @@ export const shapeTools = [
12653
13305
  side_effects: {},
12654
13306
  },
12655
13307
  curlExample: null,
13308
+ dependencies: [],
13309
+ oneOfGroups: [],
13310
+ subscriptionRequirements: [],
12656
13311
  },
12657
13312
  {
12658
13313
  toolName: "f5xc-api-shape-personal-stat-create",
@@ -12748,6 +13403,9 @@ export const shapeTools = [
12748
13403
  },
12749
13404
  },
12750
13405
  curlExample: null,
13406
+ dependencies: [],
13407
+ oneOfGroups: [],
13408
+ subscriptionRequirements: [],
12751
13409
  },
12752
13410
  {
12753
13411
  toolName: "f5xc-api-shape-platform-create",
@@ -12843,6 +13501,9 @@ export const shapeTools = [
12843
13501
  },
12844
13502
  },
12845
13503
  curlExample: null,
13504
+ dependencies: [],
13505
+ oneOfGroups: [],
13506
+ subscriptionRequirements: [],
12846
13507
  },
12847
13508
  {
12848
13509
  toolName: "f5xc-api-shape-policie-create",
@@ -12952,6 +13613,9 @@ export const shapeTools = [
12952
13613
  },
12953
13614
  },
12954
13615
  curlExample: null,
13616
+ dependencies: [],
13617
+ oneOfGroups: [],
13618
+ subscriptionRequirements: [],
12955
13619
  },
12956
13620
  {
12957
13621
  toolName: "f5xc-api-shape-protected-application-create",
@@ -13052,6 +13716,31 @@ export const shapeTools = [
13052
13716
  },
13053
13717
  },
13054
13718
  curlExample: null,
13719
+ dependencies: [
13720
+ {
13721
+ domain: "",
13722
+ fieldPath: "",
13723
+ inline: false,
13724
+ required: false,
13725
+ resourceType: "protected-application",
13726
+ },
13727
+ {
13728
+ domain: "",
13729
+ fieldPath: "metadata",
13730
+ inline: false,
13731
+ required: false,
13732
+ resourceType: "schema-object-create-meta",
13733
+ },
13734
+ {
13735
+ domain: "",
13736
+ fieldPath: "spec",
13737
+ inline: false,
13738
+ required: false,
13739
+ resourceType: "bot-defenseprotected-application-create",
13740
+ },
13741
+ ],
13742
+ oneOfGroups: [],
13743
+ subscriptionRequirements: [],
13055
13744
  },
13056
13745
  {
13057
13746
  toolName: "f5xc-api-shape-protected-application-delete",
@@ -13159,6 +13848,17 @@ export const shapeTools = [
13159
13848
  },
13160
13849
  },
13161
13850
  curlExample: null,
13851
+ dependencies: [
13852
+ {
13853
+ domain: "",
13854
+ fieldPath: "",
13855
+ inline: false,
13856
+ required: false,
13857
+ resourceType: "protected-application",
13858
+ },
13859
+ ],
13860
+ oneOfGroups: [],
13861
+ subscriptionRequirements: [],
13162
13862
  },
13163
13863
  {
13164
13864
  toolName: "f5xc-api-shape-protected-application-get",
@@ -13283,6 +13983,9 @@ export const shapeTools = [
13283
13983
  side_effects: {},
13284
13984
  },
13285
13985
  curlExample: null,
13986
+ dependencies: [],
13987
+ oneOfGroups: [],
13988
+ subscriptionRequirements: [],
13286
13989
  },
13287
13990
  {
13288
13991
  toolName: "f5xc-api-shape-protected-application-list",
@@ -13413,6 +14116,9 @@ export const shapeTools = [
13413
14116
  side_effects: {},
13414
14117
  },
13415
14118
  curlExample: null,
14119
+ dependencies: [],
14120
+ oneOfGroups: [],
14121
+ subscriptionRequirements: [],
13416
14122
  },
13417
14123
  {
13418
14124
  toolName: "f5xc-api-shape-protected-application-update",
@@ -13522,6 +14228,31 @@ export const shapeTools = [
13522
14228
  },
13523
14229
  },
13524
14230
  curlExample: null,
14231
+ dependencies: [
14232
+ {
14233
+ domain: "",
14234
+ fieldPath: "",
14235
+ inline: false,
14236
+ required: false,
14237
+ resourceType: "protected-application",
14238
+ },
14239
+ {
14240
+ domain: "",
14241
+ fieldPath: "metadata",
14242
+ inline: false,
14243
+ required: false,
14244
+ resourceType: "schema-object-replace-meta",
14245
+ },
14246
+ {
14247
+ domain: "",
14248
+ fieldPath: "spec",
14249
+ inline: false,
14250
+ required: false,
14251
+ resourceType: "bot-defenseprotected-application-replace",
14252
+ },
14253
+ ],
14254
+ oneOfGroups: [],
14255
+ subscriptionRequirements: [],
13525
14256
  },
13526
14257
  {
13527
14258
  toolName: "f5xc-api-shape-protected-domain-create",
@@ -13622,6 +14353,31 @@ export const shapeTools = [
13622
14353
  },
13623
14354
  },
13624
14355
  curlExample: null,
14356
+ dependencies: [
14357
+ {
14358
+ domain: "",
14359
+ fieldPath: "",
14360
+ inline: false,
14361
+ required: false,
14362
+ resourceType: "protected-domain",
14363
+ },
14364
+ {
14365
+ domain: "",
14366
+ fieldPath: "metadata",
14367
+ inline: false,
14368
+ required: false,
14369
+ resourceType: "schema-object-create-meta",
14370
+ },
14371
+ {
14372
+ domain: "",
14373
+ fieldPath: "spec",
14374
+ inline: false,
14375
+ required: false,
14376
+ resourceType: "protected-domain-create",
14377
+ },
14378
+ ],
14379
+ oneOfGroups: [],
14380
+ subscriptionRequirements: [],
13625
14381
  },
13626
14382
  {
13627
14383
  toolName: "f5xc-api-shape-protected-domain-delete",
@@ -13729,6 +14485,17 @@ export const shapeTools = [
13729
14485
  },
13730
14486
  },
13731
14487
  curlExample: null,
14488
+ dependencies: [
14489
+ {
14490
+ domain: "",
14491
+ fieldPath: "",
14492
+ inline: false,
14493
+ required: false,
14494
+ resourceType: "protected-domain",
14495
+ },
14496
+ ],
14497
+ oneOfGroups: [],
14498
+ subscriptionRequirements: [],
13732
14499
  },
13733
14500
  {
13734
14501
  toolName: "f5xc-api-shape-protected-domain-get",
@@ -13852,6 +14619,9 @@ export const shapeTools = [
13852
14619
  side_effects: {},
13853
14620
  },
13854
14621
  curlExample: null,
14622
+ dependencies: [],
14623
+ oneOfGroups: [],
14624
+ subscriptionRequirements: [],
13855
14625
  },
13856
14626
  {
13857
14627
  toolName: "f5xc-api-shape-protected-domain-list",
@@ -13982,6 +14752,9 @@ export const shapeTools = [
13982
14752
  side_effects: {},
13983
14753
  },
13984
14754
  curlExample: null,
14755
+ dependencies: [],
14756
+ oneOfGroups: [],
14757
+ subscriptionRequirements: [],
13985
14758
  },
13986
14759
  {
13987
14760
  toolName: "f5xc-api-shape-provision-create",
@@ -14079,6 +14852,9 @@ export const shapeTools = [
14079
14852
  },
14080
14853
  },
14081
14854
  curlExample: null,
14855
+ dependencies: [],
14856
+ oneOfGroups: [],
14857
+ subscriptionRequirements: [],
14082
14858
  },
14083
14859
  {
14084
14860
  toolName: "f5xc-api-shape-provision-list",
@@ -14156,6 +14932,9 @@ export const shapeTools = [
14156
14932
  side_effects: {},
14157
14933
  },
14158
14934
  curlExample: null,
14935
+ dependencies: [],
14936
+ oneOfGroups: [],
14937
+ subscriptionRequirements: [],
14159
14938
  },
14160
14939
  {
14161
14940
  toolName: "f5xc-api-shape-readstatu-create",
@@ -14265,6 +15044,9 @@ export const shapeTools = [
14265
15044
  },
14266
15045
  },
14267
15046
  curlExample: null,
15047
+ dependencies: [],
15048
+ oneOfGroups: [],
15049
+ subscriptionRequirements: [],
14268
15050
  },
14269
15051
  {
14270
15052
  toolName: "f5xc-api-shape-region-list",
@@ -14342,6 +15124,9 @@ export const shapeTools = [
14342
15124
  side_effects: {},
14343
15125
  },
14344
15126
  curlExample: null,
15127
+ dependencies: [],
15128
+ oneOfGroups: [],
15129
+ subscriptionRequirements: [],
14345
15130
  },
14346
15131
  {
14347
15132
  toolName: "f5xc-api-shape-rescue-create",
@@ -14425,6 +15210,9 @@ export const shapeTools = [
14425
15210
  },
14426
15211
  },
14427
15212
  curlExample: null,
15213
+ dependencies: [],
15214
+ oneOfGroups: [],
15215
+ subscriptionRequirements: [],
14428
15216
  },
14429
15217
  {
14430
15218
  toolName: "f5xc-api-shape-rule-create",
@@ -14522,6 +15310,9 @@ export const shapeTools = [
14522
15310
  },
14523
15311
  },
14524
15312
  curlExample: null,
15313
+ dependencies: [],
15314
+ oneOfGroups: [],
15315
+ subscriptionRequirements: [],
14525
15316
  },
14526
15317
  {
14527
15318
  toolName: "f5xc-api-shape-safecubejsdata-create",
@@ -14605,6 +15396,9 @@ export const shapeTools = [
14605
15396
  },
14606
15397
  },
14607
15398
  curlExample: null,
15399
+ dependencies: [],
15400
+ oneOfGroups: [],
15401
+ subscriptionRequirements: [],
14608
15402
  },
14609
15403
  {
14610
15404
  toolName: "f5xc-api-shape-script-create",
@@ -14702,6 +15496,9 @@ export const shapeTools = [
14702
15496
  },
14703
15497
  },
14704
15498
  curlExample: null,
15499
+ dependencies: [],
15500
+ oneOfGroups: [],
15501
+ subscriptionRequirements: [],
14705
15502
  },
14706
15503
  {
14707
15504
  toolName: "f5xc-api-shape-script-list",
@@ -14856,6 +15653,9 @@ export const shapeTools = [
14856
15653
  side_effects: {},
14857
15654
  },
14858
15655
  curlExample: null,
15656
+ dependencies: [],
15657
+ oneOfGroups: [],
15658
+ subscriptionRequirements: [],
14859
15659
  },
14860
15660
  {
14861
15661
  toolName: "f5xc-api-shape-session-create",
@@ -14939,6 +15739,9 @@ export const shapeTools = [
14939
15739
  },
14940
15740
  },
14941
15741
  curlExample: null,
15742
+ dependencies: [],
15743
+ oneOfGroups: [],
15744
+ subscriptionRequirements: [],
14942
15745
  },
14943
15746
  {
14944
15747
  toolName: "f5xc-api-shape-src-tag-injection-create",
@@ -15025,6 +15828,9 @@ export const shapeTools = [
15025
15828
  },
15026
15829
  },
15027
15830
  curlExample: null,
15831
+ dependencies: [],
15832
+ oneOfGroups: [],
15833
+ subscriptionRequirements: [],
15028
15834
  },
15029
15835
  {
15030
15836
  toolName: "f5xc-api-shape-state-list",
@@ -15102,6 +15908,9 @@ export const shapeTools = [
15102
15908
  side_effects: {},
15103
15909
  },
15104
15910
  curlExample: null,
15911
+ dependencies: [],
15912
+ oneOfGroups: [],
15913
+ subscriptionRequirements: [],
15105
15914
  },
15106
15915
  {
15107
15916
  toolName: "f5xc-api-shape-statu-create",
@@ -15206,6 +16015,9 @@ export const shapeTools = [
15206
16015
  },
15207
16016
  },
15208
16017
  curlExample: null,
16018
+ dependencies: [],
16019
+ oneOfGroups: [],
16020
+ subscriptionRequirements: [],
15209
16021
  },
15210
16022
  {
15211
16023
  toolName: "f5xc-api-shape-statu-list",
@@ -15297,6 +16109,9 @@ export const shapeTools = [
15297
16109
  side_effects: {},
15298
16110
  },
15299
16111
  curlExample: null,
16112
+ dependencies: [],
16113
+ oneOfGroups: [],
16114
+ subscriptionRequirements: [],
15300
16115
  },
15301
16116
  {
15302
16117
  toolName: "f5xc-api-shape-subscribe-create",
@@ -15380,6 +16195,9 @@ export const shapeTools = [
15380
16195
  },
15381
16196
  },
15382
16197
  curlExample: null,
16198
+ dependencies: [],
16199
+ oneOfGroups: [],
16200
+ subscriptionRequirements: [],
15383
16201
  },
15384
16202
  {
15385
16203
  toolName: "f5xc-api-shape-suggest-value-create",
@@ -15477,6 +16295,9 @@ export const shapeTools = [
15477
16295
  },
15478
16296
  },
15479
16297
  curlExample: null,
16298
+ dependencies: [],
16299
+ oneOfGroups: [],
16300
+ subscriptionRequirements: [],
15480
16301
  },
15481
16302
  {
15482
16303
  toolName: "f5xc-api-shape-summary-create",
@@ -15572,6 +16393,9 @@ export const shapeTools = [
15572
16393
  },
15573
16394
  },
15574
16395
  curlExample: null,
16396
+ dependencies: [],
16397
+ oneOfGroups: [],
16398
+ subscriptionRequirements: [],
15575
16399
  },
15576
16400
  {
15577
16401
  toolName: "f5xc-api-shape-summary-list",
@@ -15663,6 +16487,9 @@ export const shapeTools = [
15663
16487
  side_effects: {},
15664
16488
  },
15665
16489
  curlExample: null,
16490
+ dependencies: [],
16491
+ oneOfGroups: [],
16492
+ subscriptionRequirements: [],
15666
16493
  },
15667
16494
  {
15668
16495
  toolName: "f5xc-api-shape-table-list",
@@ -15805,6 +16632,9 @@ export const shapeTools = [
15805
16632
  side_effects: {},
15806
16633
  },
15807
16634
  curlExample: null,
16635
+ dependencies: [],
16636
+ oneOfGroups: [],
16637
+ subscriptionRequirements: [],
15808
16638
  },
15809
16639
  {
15810
16640
  toolName: "f5xc-api-shape-template-get",
@@ -15908,6 +16738,9 @@ export const shapeTools = [
15908
16738
  side_effects: {},
15909
16739
  },
15910
16740
  curlExample: null,
16741
+ dependencies: [],
16742
+ oneOfGroups: [],
16743
+ subscriptionRequirements: [],
15911
16744
  },
15912
16745
  {
15913
16746
  toolName: "f5xc-api-shape-testj-create",
@@ -16005,6 +16838,9 @@ export const shapeTools = [
16005
16838
  },
16006
16839
  },
16007
16840
  curlExample: null,
16841
+ dependencies: [],
16842
+ oneOfGroups: [],
16843
+ subscriptionRequirements: [],
16008
16844
  },
16009
16845
  {
16010
16846
  toolName: "f5xc-api-shape-threat-type-create",
@@ -16086,6 +16922,9 @@ export const shapeTools = [
16086
16922
  },
16087
16923
  },
16088
16924
  curlExample: null,
16925
+ dependencies: [],
16926
+ oneOfGroups: [],
16927
+ subscriptionRequirements: [],
16089
16928
  },
16090
16929
  {
16091
16930
  toolName: "f5xc-api-shape-timeserie-create",
@@ -16181,6 +17020,9 @@ export const shapeTools = [
16181
17020
  },
16182
17021
  },
16183
17022
  curlExample: null,
17023
+ dependencies: [],
17024
+ oneOfGroups: [],
17025
+ subscriptionRequirements: [],
16184
17026
  },
16185
17027
  {
16186
17028
  toolName: "f5xc-api-shape-top-good-bot-create",
@@ -16262,6 +17104,9 @@ export const shapeTools = [
16262
17104
  },
16263
17105
  },
16264
17106
  curlExample: null,
17107
+ dependencies: [],
17108
+ oneOfGroups: [],
17109
+ subscriptionRequirements: [],
16265
17110
  },
16266
17111
  {
16267
17112
  toolName: "f5xc-api-shape-top-location-create",
@@ -16357,6 +17202,9 @@ export const shapeTools = [
16357
17202
  },
16358
17203
  },
16359
17204
  curlExample: null,
17205
+ dependencies: [],
17206
+ oneOfGroups: [],
17207
+ subscriptionRequirements: [],
16360
17208
  },
16361
17209
  {
16362
17210
  toolName: "f5xc-api-shape-top-location-list",
@@ -16500,6 +17348,9 @@ export const shapeTools = [
16500
17348
  side_effects: {},
16501
17349
  },
16502
17350
  curlExample: null,
17351
+ dependencies: [],
17352
+ oneOfGroups: [],
17353
+ subscriptionRequirements: [],
16503
17354
  },
16504
17355
  {
16505
17356
  toolName: "f5xc-api-shape-top-reason-code-create",
@@ -16581,6 +17432,9 @@ export const shapeTools = [
16581
17432
  },
16582
17433
  },
16583
17434
  curlExample: null,
17435
+ dependencies: [],
17436
+ oneOfGroups: [],
17437
+ subscriptionRequirements: [],
16584
17438
  },
16585
17439
  {
16586
17440
  toolName: "f5xc-api-shape-top-source-create",
@@ -16676,6 +17530,9 @@ export const shapeTools = [
16676
17530
  },
16677
17531
  },
16678
17532
  curlExample: null,
17533
+ dependencies: [],
17534
+ oneOfGroups: [],
17535
+ subscriptionRequirements: [],
16679
17536
  },
16680
17537
  {
16681
17538
  toolName: "f5xc-api-shape-top-source-list",
@@ -16819,6 +17676,9 @@ export const shapeTools = [
16819
17676
  side_effects: {},
16820
17677
  },
16821
17678
  curlExample: null,
17679
+ dependencies: [],
17680
+ oneOfGroups: [],
17681
+ subscriptionRequirements: [],
16822
17682
  },
16823
17683
  {
16824
17684
  toolName: "f5xc-api-shape-total-automation-create",
@@ -16917,6 +17777,9 @@ export const shapeTools = [
16917
17777
  },
16918
17778
  },
16919
17779
  curlExample: null,
17780
+ dependencies: [],
17781
+ oneOfGroups: [],
17782
+ subscriptionRequirements: [],
16920
17783
  },
16921
17784
  {
16922
17785
  toolName: "f5xc-api-shape-transaction-create",
@@ -17000,6 +17863,9 @@ export const shapeTools = [
17000
17863
  },
17001
17864
  },
17002
17865
  curlExample: null,
17866
+ dependencies: [],
17867
+ oneOfGroups: [],
17868
+ subscriptionRequirements: [],
17003
17869
  },
17004
17870
  {
17005
17871
  toolName: "f5xc-api-shape-transaction-detail-create",
@@ -17100,6 +17966,9 @@ export const shapeTools = [
17100
17966
  },
17101
17967
  },
17102
17968
  curlExample: null,
17969
+ dependencies: [],
17970
+ oneOfGroups: [],
17971
+ subscriptionRequirements: [],
17103
17972
  },
17104
17973
  {
17105
17974
  toolName: "f5xc-api-shape-transaction-detail-list",
@@ -17216,6 +18085,9 @@ export const shapeTools = [
17216
18085
  side_effects: {},
17217
18086
  },
17218
18087
  curlExample: null,
18088
+ dependencies: [],
18089
+ oneOfGroups: [],
18090
+ subscriptionRequirements: [],
17219
18091
  },
17220
18092
  {
17221
18093
  toolName: "f5xc-api-shape-transaction-device-history-create",
@@ -17316,6 +18188,9 @@ export const shapeTools = [
17316
18188
  },
17317
18189
  },
17318
18190
  curlExample: null,
18191
+ dependencies: [],
18192
+ oneOfGroups: [],
18193
+ subscriptionRequirements: [],
17319
18194
  },
17320
18195
  {
17321
18196
  toolName: "f5xc-api-shape-transaction-location-create",
@@ -17416,6 +18291,9 @@ export const shapeTools = [
17416
18291
  },
17417
18292
  },
17418
18293
  curlExample: null,
18294
+ dependencies: [],
18295
+ oneOfGroups: [],
18296
+ subscriptionRequirements: [],
17419
18297
  },
17420
18298
  {
17421
18299
  toolName: "f5xc-api-shape-transaction-related-session-create",
@@ -17516,6 +18394,9 @@ export const shapeTools = [
17516
18394
  },
17517
18395
  },
17518
18396
  curlExample: null,
18397
+ dependencies: [],
18398
+ oneOfGroups: [],
18399
+ subscriptionRequirements: [],
17519
18400
  },
17520
18401
  {
17521
18402
  toolName: "f5xc-api-shape-transaction-timeline-create",
@@ -17616,6 +18497,9 @@ export const shapeTools = [
17616
18497
  },
17617
18498
  },
17618
18499
  curlExample: null,
18500
+ dependencies: [],
18501
+ oneOfGroups: [],
18502
+ subscriptionRequirements: [],
17619
18503
  },
17620
18504
  {
17621
18505
  toolName: "f5xc-api-shape-transactions-csv-create",
@@ -17716,6 +18600,9 @@ export const shapeTools = [
17716
18600
  },
17717
18601
  },
17718
18602
  curlExample: null,
18603
+ dependencies: [],
18604
+ oneOfGroups: [],
18605
+ subscriptionRequirements: [],
17719
18606
  },
17720
18607
  {
17721
18608
  toolName: "f5xc-api-shape-transactions-over-time-create",
@@ -17816,6 +18703,9 @@ export const shapeTools = [
17816
18703
  },
17817
18704
  },
17818
18705
  curlExample: null,
18706
+ dependencies: [],
18707
+ oneOfGroups: [],
18708
+ subscriptionRequirements: [],
17819
18709
  },
17820
18710
  {
17821
18711
  toolName: "f5xc-api-shape-ua-create",
@@ -17911,6 +18801,9 @@ export const shapeTools = [
17911
18801
  },
17912
18802
  },
17913
18803
  curlExample: null,
18804
+ dependencies: [],
18805
+ oneOfGroups: [],
18806
+ subscriptionRequirements: [],
17914
18807
  },
17915
18808
  {
17916
18809
  toolName: "f5xc-api-shape-unaddressed-automation-create",
@@ -18009,6 +18902,9 @@ export const shapeTools = [
18009
18902
  },
18010
18903
  },
18011
18904
  curlExample: null,
18905
+ dependencies: [],
18906
+ oneOfGroups: [],
18907
+ subscriptionRequirements: [],
18012
18908
  },
18013
18909
  {
18014
18910
  toolName: "f5xc-api-shape-unique-create",
@@ -18092,6 +18988,9 @@ export const shapeTools = [
18092
18988
  },
18093
18989
  },
18094
18990
  curlExample: null,
18991
+ dependencies: [],
18992
+ oneOfGroups: [],
18993
+ subscriptionRequirements: [],
18095
18994
  },
18096
18995
  {
18097
18996
  toolName: "f5xc-api-shape-unsubscribe-create",
@@ -18175,6 +19074,9 @@ export const shapeTools = [
18175
19074
  },
18176
19075
  },
18177
19076
  curlExample: null,
19077
+ dependencies: [],
19078
+ oneOfGroups: [],
19079
+ subscriptionRequirements: [],
18178
19080
  },
18179
19081
  {
18180
19082
  toolName: "f5xc-api-shape-update-domain-create",
@@ -18272,6 +19174,15 @@ export const shapeTools = [
18272
19174
  },
18273
19175
  },
18274
19176
  curlExample: null,
19177
+ dependencies: [],
19178
+ oneOfGroups: [
19179
+ {
19180
+ choiceField: "allowed_or_mitigated_domains",
19181
+ fieldPath: "allowed_or_mitigated_domains",
19182
+ options: ["add_to_allowed_domains", "add_to_mitigated_domains"],
19183
+ },
19184
+ ],
19185
+ subscriptionRequirements: [],
18275
19186
  },
18276
19187
  {
18277
19188
  toolName: "f5xc-api-shape-url-create",
@@ -18355,6 +19266,9 @@ export const shapeTools = [
18355
19266
  },
18356
19267
  },
18357
19268
  curlExample: null,
19269
+ dependencies: [],
19270
+ oneOfGroups: [],
19271
+ subscriptionRequirements: [],
18358
19272
  },
18359
19273
  {
18360
19274
  toolName: "f5xc-api-shape-version-get",
@@ -18458,6 +19372,9 @@ export const shapeTools = [
18458
19372
  side_effects: {},
18459
19373
  },
18460
19374
  curlExample: null,
19375
+ dependencies: [],
19376
+ oneOfGroups: [],
19377
+ subscriptionRequirements: [],
18461
19378
  },
18462
19379
  ];
18463
19380
  export default shapeTools;