@techdocs/cli 1.9.0-next.0 → 1.9.0-next.2

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 (27) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/embedded-app/.config-schema.json +405 -106
  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/9234.26971228.chunk.js +4 -0
  6. package/dist/embedded-app/static/9234.26971228.chunk.js.map +1 -0
  7. package/dist/embedded-app/static/main.3351f180.js +553 -0
  8. package/dist/embedded-app/static/main.3351f180.js.map +1 -0
  9. package/dist/embedded-app/static/module-remix-run.ae6d33c5.js +13 -0
  10. package/dist/embedded-app/static/module-remix-run.ae6d33c5.js.map +1 -0
  11. package/dist/embedded-app/static/{runtime.a2e1e30a.js → runtime.3351f180.js} +2 -2
  12. package/dist/embedded-app/static/{runtime.a2e1e30a.js.map → runtime.3351f180.js.map} +1 -1
  13. package/dist/embedded-app/static/{vendor.a2e1e30a.js → vendor.3351f180.js} +4 -4
  14. package/dist/embedded-app/static/{vendor.a2e1e30a.js.map → vendor.3351f180.js.map} +1 -1
  15. package/dist/package.json.cjs.js +1 -1
  16. package/package.json +4 -4
  17. package/dist/embedded-app/static/9234.6839c56f.chunk.js +0 -4
  18. package/dist/embedded-app/static/9234.6839c56f.chunk.js.map +0 -1
  19. package/dist/embedded-app/static/main.a2e1e30a.js +0 -553
  20. package/dist/embedded-app/static/main.a2e1e30a.js.map +0 -1
  21. package/dist/embedded-app/static/module-remix-run.ba6397c2.js +0 -13
  22. package/dist/embedded-app/static/module-remix-run.ba6397c2.js.map +0 -1
  23. /package/dist/embedded-app/static/{createComponent.975d1e1e..svg → createComponent.975d1e1e.svg} +0 -0
  24. /package/dist/embedded-app/static/{mic-drop.fe3ef4d0..svg → mic-drop.fe3ef4d0.svg} +0 -0
  25. /package/dist/embedded-app/static/{missingAnnotation.67f79e98..svg → missingAnnotation.67f79e98.svg} +0 -0
  26. /package/dist/embedded-app/static/{noBuild.1715fa71..svg → noBuild.1715fa71.svg} +0 -0
  27. /package/dist/embedded-app/static/{noInformation.4b426325..svg → noInformation.4b426325.svg} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.9.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.8.0-next.2
9
+ - @backstage/catalog-model@1.7.3
10
+ - @backstage/cli-common@0.1.15
11
+ - @backstage/config@1.3.2
12
+ - @backstage/plugin-techdocs-node@1.13.0-next.1
13
+
14
+ ## 1.9.0-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-defaults@0.8.0-next.1
20
+ - @backstage/catalog-model@1.7.3
21
+ - @backstage/cli-common@0.1.15
22
+ - @backstage/config@1.3.2
23
+ - @backstage/plugin-techdocs-node@1.13.0-next.0
24
+
3
25
  ## 1.9.0-next.0
4
26
 
5
27
  ### Minor Changes
@@ -357,52 +357,6 @@
357
357
  },
358
358
  "packageName": "@backstage/core-app-api"
359
359
  },
360
- {
361
- "path": "../core-components/config.d.ts",
362
- "value": {
363
- "type": "object",
364
- "properties": {
365
- "auth": {
366
- "type": "object",
367
- "properties": {
368
- "autologout": {
369
- "description": "Autologout feature configuration",
370
- "type": "object",
371
- "properties": {
372
- "enabled": {
373
- "description": "Enable or disable the autologout feature",
374
- "visibility": "frontend",
375
- "type": "boolean"
376
- },
377
- "idleTimeoutMinutes": {
378
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
379
- "visibility": "frontend",
380
- "type": "number"
381
- },
382
- "promptBeforeIdleSeconds": {
383
- "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.",
384
- "visibility": "frontend",
385
- "type": "number"
386
- },
387
- "useWorkerTimers": {
388
- "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.",
389
- "visibility": "frontend",
390
- "type": "boolean"
391
- },
392
- "logoutIfDisconnected": {
393
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
394
- "visibility": "frontend",
395
- "type": "boolean"
396
- }
397
- }
398
- }
399
- }
400
- }
401
- },
402
- "$schema": "http://json-schema.org/draft-07/schema#"
403
- },
404
- "packageName": "@backstage/core-components"
405
- },
406
360
  {
407
361
  "path": "../../plugins/techdocs/config.d.ts",
408
362
  "value": {
@@ -459,6 +413,52 @@
459
413
  },
460
414
  "packageName": "@backstage/plugin-techdocs"
461
415
  },
416
+ {
417
+ "path": "../core-components/config.d.ts",
418
+ "value": {
419
+ "type": "object",
420
+ "properties": {
421
+ "auth": {
422
+ "type": "object",
423
+ "properties": {
424
+ "autologout": {
425
+ "description": "Autologout feature configuration",
426
+ "type": "object",
427
+ "properties": {
428
+ "enabled": {
429
+ "description": "Enable or disable the autologout feature",
430
+ "visibility": "frontend",
431
+ "type": "boolean"
432
+ },
433
+ "idleTimeoutMinutes": {
434
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
435
+ "visibility": "frontend",
436
+ "type": "number"
437
+ },
438
+ "promptBeforeIdleSeconds": {
439
+ "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.",
440
+ "visibility": "frontend",
441
+ "type": "number"
442
+ },
443
+ "useWorkerTimers": {
444
+ "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.",
445
+ "visibility": "frontend",
446
+ "type": "boolean"
447
+ },
448
+ "logoutIfDisconnected": {
449
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
450
+ "visibility": "frontend",
451
+ "type": "boolean"
452
+ }
453
+ }
454
+ }
455
+ }
456
+ }
457
+ },
458
+ "$schema": "http://json-schema.org/draft-07/schema#"
459
+ },
460
+ "packageName": "@backstage/core-components"
461
+ },
462
462
  {
463
463
  "path": "../integration/config.d.ts",
464
464
  "value": {
@@ -1135,52 +1135,6 @@
1135
1135
  },
1136
1136
  "packageName": "@backstage/backend-plugin-api"
1137
1137
  },
1138
- {
1139
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1140
- "value": {
1141
- "type": "object",
1142
- "properties": {
1143
- "auth": {
1144
- "description": "Configuration options for the auth plugin",
1145
- "type": "object",
1146
- "properties": {
1147
- "providers": {
1148
- "type": "object",
1149
- "properties": {
1150
- "guest": {
1151
- "type": "object",
1152
- "properties": {
1153
- "userEntityRef": {
1154
- "description": "The entity reference to use for the guest user.",
1155
- "default": "user:development/guest",
1156
- "type": "string"
1157
- },
1158
- "ownershipEntityRefs": {
1159
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1160
- "default": "[userEntityRef]",
1161
- "type": "array",
1162
- "items": {
1163
- "type": "string"
1164
- }
1165
- },
1166
- "dangerouslyAllowOutsideDevelopment": {
1167
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1168
- "type": "boolean"
1169
- }
1170
- }
1171
- }
1172
- }
1173
- }
1174
- },
1175
- "required": [
1176
- "providers"
1177
- ]
1178
- }
1179
- },
1180
- "$schema": "http://json-schema.org/draft-07/schema#"
1181
- },
1182
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1183
- },
1184
1138
  {
1185
1139
  "path": "../../plugins/auth-backend/config.d.ts",
1186
1140
  "value": {
@@ -1439,6 +1393,52 @@
1439
1393
  },
1440
1394
  "packageName": "@backstage/plugin-auth-backend"
1441
1395
  },
1396
+ {
1397
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1398
+ "value": {
1399
+ "type": "object",
1400
+ "properties": {
1401
+ "auth": {
1402
+ "description": "Configuration options for the auth plugin",
1403
+ "type": "object",
1404
+ "properties": {
1405
+ "providers": {
1406
+ "type": "object",
1407
+ "properties": {
1408
+ "guest": {
1409
+ "type": "object",
1410
+ "properties": {
1411
+ "userEntityRef": {
1412
+ "description": "The entity reference to use for the guest user.",
1413
+ "default": "user:development/guest",
1414
+ "type": "string"
1415
+ },
1416
+ "ownershipEntityRefs": {
1417
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1418
+ "default": "[userEntityRef]",
1419
+ "type": "array",
1420
+ "items": {
1421
+ "type": "string"
1422
+ }
1423
+ },
1424
+ "dangerouslyAllowOutsideDevelopment": {
1425
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1426
+ "type": "boolean"
1427
+ }
1428
+ }
1429
+ }
1430
+ }
1431
+ }
1432
+ },
1433
+ "required": [
1434
+ "providers"
1435
+ ]
1436
+ }
1437
+ },
1438
+ "$schema": "http://json-schema.org/draft-07/schema#"
1439
+ },
1440
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1441
+ },
1442
1442
  {
1443
1443
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1444
1444
  "value": {
@@ -1485,6 +1485,236 @@
1485
1485
  },
1486
1486
  "packageName": "@backstage/core-components"
1487
1487
  },
1488
+ {
1489
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1490
+ "value": {
1491
+ "type": "object",
1492
+ "properties": {
1493
+ "app": {
1494
+ "description": "Generic frontend configuration.",
1495
+ "type": "object",
1496
+ "properties": {
1497
+ "baseUrl": {
1498
+ "description": "The public absolute root URL that the frontend.",
1499
+ "visibility": "frontend",
1500
+ "type": "string"
1501
+ },
1502
+ "title": {
1503
+ "description": "The title of the app, as shown in the Backstage web interface.",
1504
+ "visibility": "frontend",
1505
+ "type": "string"
1506
+ },
1507
+ "support": {
1508
+ "description": "Information about support of this Backstage instance and how to contact the integrator team.",
1509
+ "type": "object",
1510
+ "properties": {
1511
+ "url": {
1512
+ "description": "The primary support url.",
1513
+ "visibility": "frontend",
1514
+ "type": "string"
1515
+ },
1516
+ "items": {
1517
+ "description": "A list of categorized support item groupings.",
1518
+ "type": "array",
1519
+ "items": {
1520
+ "type": "object",
1521
+ "properties": {
1522
+ "title": {
1523
+ "description": "The title of the support item grouping.",
1524
+ "visibility": "frontend",
1525
+ "type": "string"
1526
+ },
1527
+ "icon": {
1528
+ "description": "An optional icon for the support item grouping.",
1529
+ "visibility": "frontend",
1530
+ "type": "string"
1531
+ },
1532
+ "links": {
1533
+ "description": "A list of support links for the Backstage instance inside this grouping.",
1534
+ "type": "array",
1535
+ "items": {
1536
+ "type": "object",
1537
+ "properties": {
1538
+ "url": {
1539
+ "visibility": "frontend",
1540
+ "type": "string"
1541
+ },
1542
+ "title": {
1543
+ "visibility": "frontend",
1544
+ "type": "string"
1545
+ }
1546
+ },
1547
+ "required": [
1548
+ "url"
1549
+ ]
1550
+ }
1551
+ }
1552
+ },
1553
+ "required": [
1554
+ "links",
1555
+ "title"
1556
+ ]
1557
+ }
1558
+ }
1559
+ },
1560
+ "required": [
1561
+ "items",
1562
+ "url"
1563
+ ]
1564
+ },
1565
+ "routes": {
1566
+ "type": "object",
1567
+ "properties": {
1568
+ "bindings": {
1569
+ "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.",
1570
+ "deepVisibility": "frontend",
1571
+ "type": "object",
1572
+ "additionalProperties": {
1573
+ "anyOf": [
1574
+ {
1575
+ "const": false,
1576
+ "type": "boolean"
1577
+ },
1578
+ {
1579
+ "type": "string"
1580
+ }
1581
+ ]
1582
+ }
1583
+ }
1584
+ }
1585
+ }
1586
+ },
1587
+ "required": [
1588
+ "baseUrl"
1589
+ ]
1590
+ },
1591
+ "backend": {
1592
+ "description": "Generic backend configuration.",
1593
+ "type": "object",
1594
+ "properties": {
1595
+ "baseUrl": {
1596
+ "description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
1597
+ "visibility": "frontend",
1598
+ "type": "string"
1599
+ }
1600
+ },
1601
+ "required": [
1602
+ "baseUrl"
1603
+ ]
1604
+ },
1605
+ "organization": {
1606
+ "description": "Configuration that provides information about the organization that the app is for.",
1607
+ "type": "object",
1608
+ "properties": {
1609
+ "name": {
1610
+ "description": "The name of the organization that the app belongs to.",
1611
+ "visibility": "frontend",
1612
+ "type": "string"
1613
+ }
1614
+ }
1615
+ },
1616
+ "homepage": {
1617
+ "description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
1618
+ "deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
1619
+ "type": "object",
1620
+ "properties": {
1621
+ "clocks": {
1622
+ "type": "array",
1623
+ "items": {
1624
+ "type": "object",
1625
+ "properties": {
1626
+ "label": {
1627
+ "visibility": "frontend",
1628
+ "type": "string"
1629
+ },
1630
+ "timezone": {
1631
+ "visibility": "frontend",
1632
+ "type": "string"
1633
+ }
1634
+ },
1635
+ "required": [
1636
+ "label",
1637
+ "timezone"
1638
+ ]
1639
+ }
1640
+ }
1641
+ }
1642
+ },
1643
+ "auth": {
1644
+ "description": "Configuration that provides information on available configured authentication providers.",
1645
+ "type": "object",
1646
+ "properties": {
1647
+ "environment": {
1648
+ "description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
1649
+ "visibility": "frontend",
1650
+ "type": "string"
1651
+ }
1652
+ }
1653
+ },
1654
+ "enableExperimentalRedirectFlow": {
1655
+ "description": "Enable redirect authentication flow type, instead of a popup for authentication.",
1656
+ "visibility": "frontend",
1657
+ "type": "boolean"
1658
+ },
1659
+ "discovery": {
1660
+ "description": "Discovery options.",
1661
+ "visibility": "frontend",
1662
+ "type": "object",
1663
+ "properties": {
1664
+ "endpoints": {
1665
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1666
+ "visibility": "frontend",
1667
+ "type": "array",
1668
+ "items": {
1669
+ "type": "object",
1670
+ "properties": {
1671
+ "target": {
1672
+ "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
1673
+ "visibility": "frontend",
1674
+ "anyOf": [
1675
+ {
1676
+ "type": "object",
1677
+ "properties": {
1678
+ "external": {
1679
+ "visibility": "frontend",
1680
+ "type": "string"
1681
+ }
1682
+ },
1683
+ "required": [
1684
+ "external"
1685
+ ]
1686
+ },
1687
+ {
1688
+ "type": "string"
1689
+ }
1690
+ ]
1691
+ },
1692
+ "plugins": {
1693
+ "description": "Array of plugins which use the target baseUrl.",
1694
+ "visibility": "frontend",
1695
+ "type": "array",
1696
+ "items": {
1697
+ "type": "string"
1698
+ }
1699
+ }
1700
+ },
1701
+ "required": [
1702
+ "plugins",
1703
+ "target"
1704
+ ]
1705
+ }
1706
+ }
1707
+ }
1708
+ }
1709
+ },
1710
+ "required": [
1711
+ "app",
1712
+ "backend"
1713
+ ],
1714
+ "$schema": "http://json-schema.org/draft-07/schema#"
1715
+ },
1716
+ "packageName": "@backstage/core-app-api"
1717
+ },
1488
1718
  {
1489
1719
  "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1490
1720
  "value": {
@@ -2080,6 +2310,15 @@
2080
2310
  "instance": {
2081
2311
  "description": "The instance connection name for the cloudsql instance, e.g. `project:region:instance`",
2082
2312
  "type": "string"
2313
+ },
2314
+ "ipAddressType": {
2315
+ "description": "The ip address type to use for the connection. Defaults to 'PUBLIC'",
2316
+ "enum": [
2317
+ "PRIVATE",
2318
+ "PSC",
2319
+ "PUBLIC"
2320
+ ],
2321
+ "type": "string"
2083
2322
  }
2084
2323
  },
2085
2324
  "required": [
@@ -2602,7 +2841,8 @@
2602
2841
  "required": [
2603
2842
  "resolvers"
2604
2843
  ]
2605
- }
2844
+ },
2845
+ "sessionDuration": {}
2606
2846
  },
2607
2847
  "required": [
2608
2848
  "clientId",
@@ -2657,7 +2897,8 @@
2657
2897
  },
2658
2898
  "connectionScope": {
2659
2899
  "type": "string"
2660
- }
2900
+ },
2901
+ "sessionDuration": {}
2661
2902
  },
2662
2903
  "required": [
2663
2904
  "clientId",
@@ -2768,7 +3009,8 @@
2768
3009
  "required": [
2769
3010
  "resolvers"
2770
3011
  ]
2771
- }
3012
+ },
3013
+ "sessionDuration": {}
2772
3014
  },
2773
3015
  "required": [
2774
3016
  "clientId",
@@ -2814,7 +3056,8 @@
2814
3056
  },
2815
3057
  "callbackUrl": {
2816
3058
  "type": "string"
2817
- }
3059
+ },
3060
+ "sessionDuration": {}
2818
3061
  },
2819
3062
  "required": [
2820
3063
  "clientId",
@@ -2927,7 +3170,8 @@
2927
3170
  },
2928
3171
  "backstageTokenExpiration": {
2929
3172
  "description": "The backstage token expiration."
2930
- }
3173
+ },
3174
+ "sessionDuration": {}
2931
3175
  }
2932
3176
  }
2933
3177
  }
@@ -3028,7 +3272,8 @@
3028
3272
  "required": [
3029
3273
  "resolvers"
3030
3274
  ]
3031
- }
3275
+ },
3276
+ "sessionDuration": {}
3032
3277
  },
3033
3278
  "required": [
3034
3279
  "audience"
@@ -3142,7 +3387,8 @@
3142
3387
  "required": [
3143
3388
  "resolvers"
3144
3389
  ]
3145
- }
3390
+ },
3391
+ "sessionDuration": {}
3146
3392
  },
3147
3393
  "required": [
3148
3394
  "clientId",
@@ -3258,7 +3504,8 @@
3258
3504
  "required": [
3259
3505
  "resolvers"
3260
3506
  ]
3261
- }
3507
+ },
3508
+ "sessionDuration": {}
3262
3509
  },
3263
3510
  "required": [
3264
3511
  "clientId",
@@ -3372,7 +3619,8 @@
3372
3619
  "required": [
3373
3620
  "resolvers"
3374
3621
  ]
3375
- }
3622
+ },
3623
+ "sessionDuration": {}
3376
3624
  },
3377
3625
  "required": [
3378
3626
  "clientId",
@@ -3494,7 +3742,8 @@
3494
3742
  "required": [
3495
3743
  "resolvers"
3496
3744
  ]
3497
- }
3745
+ },
3746
+ "sessionDuration": {}
3498
3747
  },
3499
3748
  "required": [
3500
3749
  "clientId",
@@ -3621,7 +3870,8 @@
3621
3870
  "required": [
3622
3871
  "resolvers"
3623
3872
  ]
3624
- }
3873
+ },
3874
+ "sessionDuration": {}
3625
3875
  },
3626
3876
  "required": [
3627
3877
  "authorizationUrl",
@@ -3736,7 +3986,8 @@
3736
3986
  "required": [
3737
3987
  "resolvers"
3738
3988
  ]
3739
- }
3989
+ },
3990
+ "sessionDuration": {}
3740
3991
  },
3741
3992
  "required": [
3742
3993
  "clientId",
@@ -3859,7 +4110,8 @@
3859
4110
  "required": [
3860
4111
  "resolvers"
3861
4112
  ]
3862
- }
4113
+ },
4114
+ "sessionDuration": {}
3863
4115
  },
3864
4116
  "required": [
3865
4117
  "clientId",
@@ -3962,7 +4214,8 @@
3962
4214
  "required": [
3963
4215
  "resolvers"
3964
4216
  ]
3965
- }
4217
+ },
4218
+ "sessionDuration": {}
3966
4219
  },
3967
4220
  "required": [
3968
4221
  "clientId",
@@ -3980,6 +4233,52 @@
3980
4233
  },
3981
4234
  "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
3982
4235
  },
4236
+ {
4237
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
4238
+ "value": {
4239
+ "type": "object",
4240
+ "properties": {
4241
+ "auth": {
4242
+ "type": "object",
4243
+ "properties": {
4244
+ "autologout": {
4245
+ "description": "Autologout feature configuration",
4246
+ "type": "object",
4247
+ "properties": {
4248
+ "enabled": {
4249
+ "description": "Enable or disable the autologout feature",
4250
+ "visibility": "frontend",
4251
+ "type": "boolean"
4252
+ },
4253
+ "idleTimeoutMinutes": {
4254
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
4255
+ "visibility": "frontend",
4256
+ "type": "number"
4257
+ },
4258
+ "promptBeforeIdleSeconds": {
4259
+ "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.",
4260
+ "visibility": "frontend",
4261
+ "type": "number"
4262
+ },
4263
+ "useWorkerTimers": {
4264
+ "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.",
4265
+ "visibility": "frontend",
4266
+ "type": "boolean"
4267
+ },
4268
+ "logoutIfDisconnected": {
4269
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
4270
+ "visibility": "frontend",
4271
+ "type": "boolean"
4272
+ }
4273
+ }
4274
+ }
4275
+ }
4276
+ }
4277
+ },
4278
+ "$schema": "http://json-schema.org/draft-07/schema#"
4279
+ },
4280
+ "packageName": "@backstage/core-components"
4281
+ },
3983
4282
  {
3984
4283
  "path": "../integration-aws-node/config.d.ts",
3985
4284
  "value": {