@techdocs/cli 1.9.3-next.0 → 1.9.3-next.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 (32) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/embedded-app/.config-schema.json +391 -202
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/index.html.tmpl +1 -1
  5. package/dist/embedded-app/static/2177.d7152699.chunk.js +4 -0
  6. package/dist/embedded-app/static/2177.d7152699.chunk.js.map +1 -0
  7. package/dist/embedded-app/static/{3308.32b2351d.chunk.js → 3308.61cd83f7.chunk.js} +4 -4
  8. package/dist/embedded-app/static/{3308.32b2351d.chunk.js.map → 3308.61cd83f7.chunk.js.map} +1 -1
  9. package/dist/embedded-app/static/{4036.255f68ab.chunk.js → 4036.4a93e66b.chunk.js} +1 -1
  10. package/dist/embedded-app/static/4036.4a93e66b.chunk.js.map +1 -0
  11. package/dist/embedded-app/static/{5724.6bdfca76.chunk.js → 5724.80feefdb.chunk.js} +3 -3
  12. package/dist/embedded-app/static/5724.80feefdb.chunk.js.map +1 -0
  13. package/dist/embedded-app/static/{8803.34dd38ce.chunk.js → 8803.fa94a950.chunk.js} +1 -1
  14. package/dist/embedded-app/static/{8803.34dd38ce.chunk.js.map → 8803.fa94a950.chunk.js.map} +1 -1
  15. package/dist/embedded-app/static/9234.a1d6ef55.chunk.js +4 -0
  16. package/dist/embedded-app/static/9234.a1d6ef55.chunk.js.map +1 -0
  17. package/dist/embedded-app/static/main.14805d05.js +553 -0
  18. package/dist/embedded-app/static/main.14805d05.js.map +1 -0
  19. package/dist/embedded-app/static/{runtime.b4847379.js → runtime.14805d05.js} +2 -2
  20. package/dist/embedded-app/static/{runtime.b4847379.js.map → runtime.14805d05.js.map} +1 -1
  21. package/dist/embedded-app/static/{vendor.b4847379.js → vendor.14805d05.js} +1 -1
  22. package/dist/embedded-app/static/{vendor.b4847379.js.map → vendor.14805d05.js.map} +1 -1
  23. package/dist/package.json.cjs.js +1 -1
  24. package/package.json +4 -4
  25. package/dist/embedded-app/static/2177.a6feec05.chunk.js +0 -4
  26. package/dist/embedded-app/static/2177.a6feec05.chunk.js.map +0 -1
  27. package/dist/embedded-app/static/4036.255f68ab.chunk.js.map +0 -1
  28. package/dist/embedded-app/static/5724.6bdfca76.chunk.js.map +0 -1
  29. package/dist/embedded-app/static/9234.812d5df8.chunk.js +0 -4
  30. package/dist/embedded-app/static/9234.812d5df8.chunk.js.map +0 -1
  31. package/dist/embedded-app/static/main.b4847379.js +0 -553
  32. package/dist/embedded-app/static/main.b4847379.js.map +0 -1
@@ -119,6 +119,10 @@
119
119
  "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
120
120
  "visibility": "frontend",
121
121
  "type": "boolean"
122
+ },
123
+ "EXPERIMENTAL_enableBatchedRequests": {
124
+ "visibility": "frontend",
125
+ "type": "boolean"
122
126
  }
123
127
  }
124
128
  }
@@ -354,6 +358,52 @@
354
358
  },
355
359
  "packageName": "@backstage/core-app-api"
356
360
  },
361
+ {
362
+ "path": "../core-components/config.d.ts",
363
+ "value": {
364
+ "type": "object",
365
+ "properties": {
366
+ "auth": {
367
+ "type": "object",
368
+ "properties": {
369
+ "autologout": {
370
+ "description": "Autologout feature configuration",
371
+ "type": "object",
372
+ "properties": {
373
+ "enabled": {
374
+ "description": "Enable or disable the autologout feature",
375
+ "visibility": "frontend",
376
+ "type": "boolean"
377
+ },
378
+ "idleTimeoutMinutes": {
379
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
380
+ "visibility": "frontend",
381
+ "type": "number"
382
+ },
383
+ "promptBeforeIdleSeconds": {
384
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
385
+ "visibility": "frontend",
386
+ "type": "number"
387
+ },
388
+ "useWorkerTimers": {
389
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
390
+ "visibility": "frontend",
391
+ "type": "boolean"
392
+ },
393
+ "logoutIfDisconnected": {
394
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
395
+ "visibility": "frontend",
396
+ "type": "boolean"
397
+ }
398
+ }
399
+ }
400
+ }
401
+ }
402
+ },
403
+ "$schema": "http://json-schema.org/draft-07/schema#"
404
+ },
405
+ "packageName": "@backstage/core-components"
406
+ },
357
407
  {
358
408
  "path": "../../plugins/techdocs/config.d.ts",
359
409
  "value": {
@@ -410,6 +460,150 @@
410
460
  },
411
461
  "packageName": "@backstage/plugin-techdocs"
412
462
  },
463
+ {
464
+ "path": "../frontend-app-api/config.d.ts",
465
+ "value": {
466
+ "type": "object",
467
+ "properties": {
468
+ "app": {
469
+ "type": "object",
470
+ "properties": {
471
+ "experimental": {
472
+ "type": "object",
473
+ "properties": {
474
+ "packages": {
475
+ "visibility": "frontend",
476
+ "deepVisibility": "frontend",
477
+ "anyOf": [
478
+ {
479
+ "type": "object",
480
+ "properties": {
481
+ "include": {
482
+ "type": "array",
483
+ "items": {
484
+ "type": "string"
485
+ }
486
+ },
487
+ "exclude": {
488
+ "type": "array",
489
+ "items": {
490
+ "type": "string"
491
+ }
492
+ }
493
+ }
494
+ },
495
+ {
496
+ "const": "all",
497
+ "type": "string"
498
+ }
499
+ ]
500
+ }
501
+ }
502
+ },
503
+ "routes": {
504
+ "type": "object",
505
+ "properties": {
506
+ "bindings": {
507
+ "description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
508
+ "deepVisibility": "frontend",
509
+ "type": "object",
510
+ "additionalProperties": {
511
+ "anyOf": [
512
+ {
513
+ "const": false,
514
+ "type": "boolean"
515
+ },
516
+ {
517
+ "type": "string"
518
+ }
519
+ ]
520
+ }
521
+ }
522
+ }
523
+ },
524
+ "extensions": {
525
+ "deepVisibility": "frontend",
526
+ "type": "array",
527
+ "items": {
528
+ "anyOf": [
529
+ {
530
+ "type": "object",
531
+ "additionalProperties": {
532
+ "anyOf": [
533
+ {
534
+ "type": "object",
535
+ "properties": {
536
+ "attachTo": {
537
+ "type": "object",
538
+ "properties": {
539
+ "id": {
540
+ "type": "string"
541
+ },
542
+ "input": {
543
+ "type": "string"
544
+ }
545
+ },
546
+ "required": [
547
+ "id",
548
+ "input"
549
+ ]
550
+ },
551
+ "disabled": {
552
+ "type": "boolean"
553
+ },
554
+ "config": {}
555
+ }
556
+ },
557
+ {
558
+ "type": "boolean"
559
+ }
560
+ ]
561
+ }
562
+ },
563
+ {
564
+ "type": "string"
565
+ }
566
+ ]
567
+ }
568
+ }
569
+ }
570
+ }
571
+ },
572
+ "$schema": "http://json-schema.org/draft-07/schema#"
573
+ },
574
+ "packageName": "@backstage/frontend-app-api"
575
+ },
576
+ {
577
+ "path": "../../plugins/catalog/config.d.ts",
578
+ "value": {
579
+ "type": "object",
580
+ "properties": {
581
+ "catalog": {
582
+ "type": "object",
583
+ "properties": {
584
+ "experimentalPagination": {
585
+ "deepVisibility": "frontend",
586
+ "anyOf": [
587
+ {
588
+ "type": "object",
589
+ "properties": {
590
+ "limit": {
591
+ "type": "number"
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "type": "boolean"
597
+ }
598
+ ]
599
+ }
600
+ }
601
+ }
602
+ },
603
+ "$schema": "http://json-schema.org/draft-07/schema#"
604
+ },
605
+ "packageName": "@backstage/plugin-catalog"
606
+ },
413
607
  {
414
608
  "path": "../integration/config.d.ts",
415
609
  "value": {
@@ -873,210 +1067,20 @@
873
1067
  "visibility": "frontend",
874
1068
  "type": "string"
875
1069
  },
876
- "apiKey": {
877
- "description": "The apikey to use for authenticated requests.",
878
- "visibility": "secret",
879
- "type": "string"
880
- },
881
- "token": {
882
- "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
883
- "visibility": "secret",
884
- "type": "string"
885
- }
886
- },
887
- "required": [
888
- "host"
889
- ]
890
- }
891
- }
892
- }
893
- }
894
- },
895
- "$schema": "http://json-schema.org/draft-07/schema#"
896
- },
897
- "packageName": "@backstage/integration"
898
- },
899
- {
900
- "path": "../frontend-app-api/config.d.ts",
901
- "value": {
902
- "type": "object",
903
- "properties": {
904
- "app": {
905
- "type": "object",
906
- "properties": {
907
- "experimental": {
908
- "type": "object",
909
- "properties": {
910
- "packages": {
911
- "visibility": "frontend",
912
- "deepVisibility": "frontend",
913
- "anyOf": [
914
- {
915
- "type": "object",
916
- "properties": {
917
- "include": {
918
- "type": "array",
919
- "items": {
920
- "type": "string"
921
- }
922
- },
923
- "exclude": {
924
- "type": "array",
925
- "items": {
926
- "type": "string"
927
- }
928
- }
929
- }
930
- },
931
- {
932
- "const": "all",
933
- "type": "string"
934
- }
935
- ]
936
- }
937
- }
938
- },
939
- "routes": {
940
- "type": "object",
941
- "properties": {
942
- "bindings": {
943
- "description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
944
- "deepVisibility": "frontend",
945
- "type": "object",
946
- "additionalProperties": {
947
- "anyOf": [
948
- {
949
- "const": false,
950
- "type": "boolean"
951
- },
952
- {
953
- "type": "string"
954
- }
955
- ]
956
- }
957
- }
958
- }
959
- },
960
- "extensions": {
961
- "deepVisibility": "frontend",
962
- "type": "array",
963
- "items": {
964
- "anyOf": [
965
- {
966
- "type": "object",
967
- "additionalProperties": {
968
- "anyOf": [
969
- {
970
- "type": "object",
971
- "properties": {
972
- "attachTo": {
973
- "type": "object",
974
- "properties": {
975
- "id": {
976
- "type": "string"
977
- },
978
- "input": {
979
- "type": "string"
980
- }
981
- },
982
- "required": [
983
- "id",
984
- "input"
985
- ]
986
- },
987
- "disabled": {
988
- "type": "boolean"
989
- },
990
- "config": {}
991
- }
992
- },
993
- {
994
- "type": "boolean"
995
- }
996
- ]
997
- }
998
- },
999
- {
1070
+ "apiKey": {
1071
+ "description": "The apikey to use for authenticated requests.",
1072
+ "visibility": "secret",
1073
+ "type": "string"
1074
+ },
1075
+ "token": {
1076
+ "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
1077
+ "visibility": "secret",
1000
1078
  "type": "string"
1001
1079
  }
1002
- ]
1003
- }
1004
- }
1005
- }
1006
- }
1007
- },
1008
- "$schema": "http://json-schema.org/draft-07/schema#"
1009
- },
1010
- "packageName": "@backstage/frontend-app-api"
1011
- },
1012
- {
1013
- "path": "../../plugins/catalog/config.d.ts",
1014
- "value": {
1015
- "type": "object",
1016
- "properties": {
1017
- "catalog": {
1018
- "type": "object",
1019
- "properties": {
1020
- "experimentalPagination": {
1021
- "deepVisibility": "frontend",
1022
- "anyOf": [
1023
- {
1024
- "type": "object",
1025
- "properties": {
1026
- "limit": {
1027
- "type": "number"
1028
- }
1029
- }
1030
- },
1031
- {
1032
- "type": "boolean"
1033
- }
1034
- ]
1035
- }
1036
- }
1037
- }
1038
- },
1039
- "$schema": "http://json-schema.org/draft-07/schema#"
1040
- },
1041
- "packageName": "@backstage/plugin-catalog"
1042
- },
1043
- {
1044
- "path": "../core-components/config.d.ts",
1045
- "value": {
1046
- "type": "object",
1047
- "properties": {
1048
- "auth": {
1049
- "type": "object",
1050
- "properties": {
1051
- "autologout": {
1052
- "description": "Autologout feature configuration",
1053
- "type": "object",
1054
- "properties": {
1055
- "enabled": {
1056
- "description": "Enable or disable the autologout feature",
1057
- "visibility": "frontend",
1058
- "type": "boolean"
1059
- },
1060
- "idleTimeoutMinutes": {
1061
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1062
- "visibility": "frontend",
1063
- "type": "number"
1064
- },
1065
- "promptBeforeIdleSeconds": {
1066
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1067
- "visibility": "frontend",
1068
- "type": "number"
1069
- },
1070
- "useWorkerTimers": {
1071
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1072
- "visibility": "frontend",
1073
- "type": "boolean"
1074
1080
  },
1075
- "logoutIfDisconnected": {
1076
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1077
- "visibility": "frontend",
1078
- "type": "boolean"
1079
- }
1081
+ "required": [
1082
+ "host"
1083
+ ]
1080
1084
  }
1081
1085
  }
1082
1086
  }
@@ -1084,7 +1088,7 @@
1084
1088
  },
1085
1089
  "$schema": "http://json-schema.org/draft-07/schema#"
1086
1090
  },
1087
- "packageName": "@backstage/core-components"
1091
+ "packageName": "@backstage/integration"
1088
1092
  },
1089
1093
  {
1090
1094
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
@@ -1200,6 +1204,10 @@
1200
1204
  "description": "JWS \"alg\" (Algorithm) Header Parameter value. Defaults to ES256.\nMust match one of the algorithms defined for IdentityClient.\nWhen setting a different algorithm, check if the `key` field\nof the `signing_keys` table can fit the length of the generated keys.\nIf not, add a knex migration file in the migrations folder.\nMore info on supported algorithms: https://github.com/panva/jose",
1201
1205
  "type": "string"
1202
1206
  },
1207
+ "omitIdentityTokenOwnershipClaim": {
1208
+ "description": "Whether to omit the entity ownership references (`ent`) claim from the\nidentity token. If this is enabled the `ent` claim will only be available\nvia the user info endpoint and the `UserInfoService`.\n\nDefaults to `false`.",
1209
+ "type": "boolean"
1210
+ },
1203
1211
  "keyStore": {
1204
1212
  "description": "To control how to store JWK data in auth-backend",
1205
1213
  "type": "object",
@@ -1349,6 +1357,52 @@
1349
1357
  },
1350
1358
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1351
1359
  },
1360
+ {
1361
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1362
+ "value": {
1363
+ "type": "object",
1364
+ "properties": {
1365
+ "auth": {
1366
+ "type": "object",
1367
+ "properties": {
1368
+ "autologout": {
1369
+ "description": "Autologout feature configuration",
1370
+ "type": "object",
1371
+ "properties": {
1372
+ "enabled": {
1373
+ "description": "Enable or disable the autologout feature",
1374
+ "visibility": "frontend",
1375
+ "type": "boolean"
1376
+ },
1377
+ "idleTimeoutMinutes": {
1378
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1379
+ "visibility": "frontend",
1380
+ "type": "number"
1381
+ },
1382
+ "promptBeforeIdleSeconds": {
1383
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1384
+ "visibility": "frontend",
1385
+ "type": "number"
1386
+ },
1387
+ "useWorkerTimers": {
1388
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1389
+ "visibility": "frontend",
1390
+ "type": "boolean"
1391
+ },
1392
+ "logoutIfDisconnected": {
1393
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1394
+ "visibility": "frontend",
1395
+ "type": "boolean"
1396
+ }
1397
+ }
1398
+ }
1399
+ }
1400
+ }
1401
+ },
1402
+ "$schema": "http://json-schema.org/draft-07/schema#"
1403
+ },
1404
+ "packageName": "@backstage/core-components"
1405
+ },
1352
1406
  {
1353
1407
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1354
1408
  "value": {
@@ -1968,6 +2022,14 @@
1968
2022
  "continue"
1969
2023
  ],
1970
2024
  "type": "string"
2025
+ },
2026
+ "onPluginModuleBootFailure": {
2027
+ "description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module.\nThis defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified\nfor backend startup to continue on plugin module boot failure. This can also be set to\n'continue', which flips the logic for individual plugin modules so that they must be set to\n`onPluginModuleBootFailure: abort` to be required.",
2028
+ "enum": [
2029
+ "abort",
2030
+ "continue"
2031
+ ],
2032
+ "type": "string"
1971
2033
  }
1972
2034
  }
1973
2035
  },
@@ -1983,6 +2045,22 @@
1983
2045
  "continue"
1984
2046
  ],
1985
2047
  "type": "string"
2048
+ },
2049
+ "modules": {
2050
+ "type": "object",
2051
+ "additionalProperties": {
2052
+ "type": "object",
2053
+ "properties": {
2054
+ "onPluginModuleBootFailure": {
2055
+ "description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nmodule fails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
2056
+ "enum": [
2057
+ "abort",
2058
+ "continue"
2059
+ ],
2060
+ "type": "string"
2061
+ }
2062
+ }
2063
+ }
1986
2064
  }
1987
2065
  }
1988
2066
  }
@@ -2829,6 +2907,96 @@
2829
2907
  "store"
2830
2908
  ]
2831
2909
  },
2910
+ {
2911
+ "type": "object",
2912
+ "properties": {
2913
+ "store": {
2914
+ "type": "string",
2915
+ "const": "valkey"
2916
+ },
2917
+ "connection": {
2918
+ "description": "A valkey connection string in the form `redis://user:pass@host:port`.",
2919
+ "visibility": "secret",
2920
+ "type": "string"
2921
+ },
2922
+ "defaultTtl": {
2923
+ "description": "An optional default TTL (in milliseconds, if given as a number)."
2924
+ },
2925
+ "valkey": {
2926
+ "type": "object",
2927
+ "properties": {
2928
+ "client": {
2929
+ "description": "An optional Valkey client configuration. These options are passed to the `@keyv/valkey` client.",
2930
+ "type": "object",
2931
+ "properties": {
2932
+ "namespace": {
2933
+ "description": "Namespace for the current instance.",
2934
+ "type": "string"
2935
+ },
2936
+ "keyPrefixSeparator": {
2937
+ "description": "Separator to use between namespace and key.",
2938
+ "type": "string"
2939
+ },
2940
+ "clearBatchSize": {
2941
+ "description": "Number of keys to delete in a single batch.",
2942
+ "type": "number"
2943
+ },
2944
+ "useUnlink": {
2945
+ "description": "Enable Unlink instead of using Del for clearing keys. This is more performant but may not be supported by all Redis versions.",
2946
+ "type": "boolean"
2947
+ },
2948
+ "noNamespaceAffectsAll": {
2949
+ "description": "Whether to allow clearing all keys when no namespace is set.\nIf set to true and no namespace is set, iterate() will return all keys.\nDefaults to `false`.",
2950
+ "type": "boolean"
2951
+ }
2952
+ }
2953
+ },
2954
+ "cluster": {
2955
+ "description": "An optional Valkey cluster (redis cluster under the hood) configuration.",
2956
+ "type": "object",
2957
+ "properties": {
2958
+ "rootNodes": {
2959
+ "description": "Cluster configuration options to be passed to the `@keyv/valkey` client (and node-redis under the hood)\nhttps://github.com/redis/node-redis/blob/master/docs/clustering.md",
2960
+ "visibility": "secret",
2961
+ "type": "array",
2962
+ "items": {
2963
+ "type": "object",
2964
+ "properties": {},
2965
+ "additionalProperties": true
2966
+ }
2967
+ },
2968
+ "defaults": {
2969
+ "description": "Cluster node default configuration options to be passed to the `@keyv/redis` client (and node-redis under the hood)\nhttps://github.com/redis/node-redis/blob/master/docs/clustering.md",
2970
+ "visibility": "secret",
2971
+ "type": "object",
2972
+ "properties": {},
2973
+ "additionalProperties": true
2974
+ },
2975
+ "minimizeConnections": {
2976
+ "description": "When `true`, `.connect()` will only discover the cluster topology, without actually connecting to all the nodes.\nUseful for short-term or PubSub-only connections.",
2977
+ "type": "boolean"
2978
+ },
2979
+ "useReplicas": {
2980
+ "description": "When `true`, distribute load by executing readonly commands (such as `GET`, `GEOSEARCH`, etc.) across all cluster nodes. When `false`, only use master nodes.",
2981
+ "type": "boolean"
2982
+ },
2983
+ "maxCommandRedirections": {
2984
+ "description": "The maximum number of times a command will be redirected due to `MOVED` or `ASK` errors.",
2985
+ "type": "number"
2986
+ }
2987
+ },
2988
+ "required": [
2989
+ "rootNodes"
2990
+ ]
2991
+ }
2992
+ }
2993
+ }
2994
+ },
2995
+ "required": [
2996
+ "connection",
2997
+ "store"
2998
+ ]
2999
+ },
2832
3000
  {
2833
3001
  "type": "object",
2834
3002
  "properties": {
@@ -3182,6 +3350,27 @@
3182
3350
  },
3183
3351
  "packageName": "@backstage/plugin-auth-backend-module-google-provider"
3184
3352
  },
3353
+ {
3354
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
3355
+ "value": {
3356
+ "type": "object",
3357
+ "properties": {
3358
+ "permission": {
3359
+ "description": "Configuration options for Backstage permissions and authorization",
3360
+ "type": "object",
3361
+ "properties": {
3362
+ "enabled": {
3363
+ "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
3364
+ "visibility": "frontend",
3365
+ "type": "boolean"
3366
+ }
3367
+ }
3368
+ }
3369
+ },
3370
+ "$schema": "http://json-schema.org/draft-07/schema#"
3371
+ },
3372
+ "packageName": "@backstage/plugin-permission-common"
3373
+ },
3185
3374
  {
3186
3375
  "path": "../integration-aws-node/config.d.ts",
3187
3376
  "value": {