@techdocs/cli 1.9.3-next.1 → 1.9.3-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.
@@ -460,150 +460,6 @@
460
460
  },
461
461
  "packageName": "@backstage/plugin-techdocs"
462
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
- },
607
463
  {
608
464
  "path": "../integration/config.d.ts",
609
465
  "value": {
@@ -829,6 +685,11 @@
829
685
  "visibility": "frontend",
830
686
  "type": "string"
831
687
  },
688
+ "disableEditUrl": {
689
+ "description": "Disable the edit url feature.",
690
+ "visibility": "frontend",
691
+ "type": "boolean"
692
+ },
832
693
  "username": {
833
694
  "description": "The username to use for authenticated requests.",
834
695
  "visibility": "secret",
@@ -1091,98 +952,223 @@
1091
952
  "packageName": "@backstage/integration"
1092
953
  },
1093
954
  {
1094
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1095
- "value": {
1096
- "type": "object",
1097
- "properties": {
1098
- "stackstorm": {
1099
- "type": "object",
1100
- "properties": {
1101
- "webUrl": {
1102
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1103
- "visibility": "frontend",
1104
- "type": "string"
1105
- }
1106
- },
1107
- "required": [
1108
- "webUrl"
1109
- ]
1110
- }
1111
- },
1112
- "$schema": "http://json-schema.org/draft-07/schema#"
1113
- },
1114
- "packageName": "@backstage-community/plugin-stackstorm"
1115
- },
1116
- {
1117
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
955
+ "path": "../frontend-app-api/config.d.ts",
1118
956
  "value": {
1119
957
  "type": "object",
1120
958
  "properties": {
1121
- "scorecards": {
1122
- "description": "Extra configuration for score card plugin",
959
+ "app": {
1123
960
  "type": "object",
1124
961
  "properties": {
1125
- "jsonDataUrl": {
1126
- "description": "The public absolute root URL with json file defining the score card entries.",
1127
- "visibility": "frontend",
1128
- "type": "string"
1129
- },
1130
- "display": {
962
+ "experimental": {
1131
963
  "type": "object",
1132
964
  "properties": {
1133
- "reviewer": {
1134
- "description": "Whether to display the reviewer column in the score card table.",
1135
- "visibility": "frontend",
1136
- "type": "string"
1137
- },
1138
- "reviewDate": {
1139
- "description": "Whether to display the review date column in the score card table.",
965
+ "packages": {
1140
966
  "visibility": "frontend",
1141
- "type": "string"
967
+ "deepVisibility": "frontend",
968
+ "anyOf": [
969
+ {
970
+ "type": "object",
971
+ "properties": {
972
+ "include": {
973
+ "type": "array",
974
+ "items": {
975
+ "type": "string"
976
+ }
977
+ },
978
+ "exclude": {
979
+ "type": "array",
980
+ "items": {
981
+ "type": "string"
982
+ }
983
+ }
984
+ }
985
+ },
986
+ {
987
+ "const": "all",
988
+ "type": "string"
989
+ }
990
+ ]
1142
991
  }
1143
992
  }
1144
993
  },
1145
- "wikiLinkTemplate": {
1146
- "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1147
- "visibility": "frontend",
1148
- "type": "string"
1149
- }
1150
- }
1151
- }
1152
- },
1153
- "required": [
1154
- "scorecards"
1155
- ],
1156
- "$schema": "http://json-schema.org/draft-07/schema#"
1157
- },
1158
- "packageName": "@oriflame/backstage-plugin-score-card"
1159
- },
1160
- {
1161
- "path": "../backend-plugin-api/config.d.ts",
1162
- "value": {
1163
- "type": "object",
1164
- "properties": {
1165
- "backend": {
1166
- "type": "object",
1167
- "properties": {
1168
- "workingDirectory": {
1169
- "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1170
- "type": "string"
1171
- }
1172
- }
1173
- }
1174
- },
1175
- "$schema": "http://json-schema.org/draft-07/schema#"
1176
- },
1177
- "packageName": "@backstage/backend-plugin-api"
1178
- },
1179
- {
1180
- "path": "../../plugins/auth-backend/config.d.ts",
1181
- "value": {
1182
- "type": "object",
1183
- "properties": {
1184
- "auth": {
1185
- "description": "Configuration options for the auth plugin",
994
+ "routes": {
995
+ "type": "object",
996
+ "properties": {
997
+ "bindings": {
998
+ "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.",
999
+ "deepVisibility": "frontend",
1000
+ "type": "object",
1001
+ "additionalProperties": {
1002
+ "anyOf": [
1003
+ {
1004
+ "const": false,
1005
+ "type": "boolean"
1006
+ },
1007
+ {
1008
+ "type": "string"
1009
+ }
1010
+ ]
1011
+ }
1012
+ }
1013
+ }
1014
+ },
1015
+ "extensions": {
1016
+ "deepVisibility": "frontend",
1017
+ "type": "array",
1018
+ "items": {
1019
+ "anyOf": [
1020
+ {
1021
+ "type": "object",
1022
+ "additionalProperties": {
1023
+ "anyOf": [
1024
+ {
1025
+ "type": "object",
1026
+ "properties": {
1027
+ "attachTo": {
1028
+ "type": "object",
1029
+ "properties": {
1030
+ "id": {
1031
+ "type": "string"
1032
+ },
1033
+ "input": {
1034
+ "type": "string"
1035
+ }
1036
+ },
1037
+ "required": [
1038
+ "id",
1039
+ "input"
1040
+ ]
1041
+ },
1042
+ "disabled": {
1043
+ "type": "boolean"
1044
+ },
1045
+ "config": {}
1046
+ }
1047
+ },
1048
+ {
1049
+ "type": "boolean"
1050
+ }
1051
+ ]
1052
+ }
1053
+ },
1054
+ {
1055
+ "type": "string"
1056
+ }
1057
+ ]
1058
+ }
1059
+ }
1060
+ }
1061
+ }
1062
+ },
1063
+ "$schema": "http://json-schema.org/draft-07/schema#"
1064
+ },
1065
+ "packageName": "@backstage/frontend-app-api"
1066
+ },
1067
+ {
1068
+ "path": "../../plugins/catalog/config.d.ts",
1069
+ "value": {
1070
+ "type": "object",
1071
+ "properties": {
1072
+ "catalog": {
1073
+ "type": "object",
1074
+ "properties": {
1075
+ "experimentalPagination": {
1076
+ "deepVisibility": "frontend",
1077
+ "anyOf": [
1078
+ {
1079
+ "type": "object",
1080
+ "properties": {
1081
+ "limit": {
1082
+ "type": "number"
1083
+ }
1084
+ }
1085
+ },
1086
+ {
1087
+ "type": "boolean"
1088
+ }
1089
+ ]
1090
+ }
1091
+ }
1092
+ }
1093
+ },
1094
+ "$schema": "http://json-schema.org/draft-07/schema#"
1095
+ },
1096
+ "packageName": "@backstage/plugin-catalog"
1097
+ },
1098
+ {
1099
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1100
+ "value": {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "stackstorm": {
1104
+ "type": "object",
1105
+ "properties": {
1106
+ "webUrl": {
1107
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1108
+ "visibility": "frontend",
1109
+ "type": "string"
1110
+ }
1111
+ },
1112
+ "required": [
1113
+ "webUrl"
1114
+ ]
1115
+ }
1116
+ },
1117
+ "$schema": "http://json-schema.org/draft-07/schema#"
1118
+ },
1119
+ "packageName": "@backstage-community/plugin-stackstorm"
1120
+ },
1121
+ {
1122
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1123
+ "value": {
1124
+ "type": "object",
1125
+ "properties": {
1126
+ "scorecards": {
1127
+ "description": "Extra configuration for score card plugin",
1128
+ "type": "object",
1129
+ "properties": {
1130
+ "jsonDataUrl": {
1131
+ "description": "The public absolute root URL with json file defining the score card entries.",
1132
+ "visibility": "frontend",
1133
+ "type": "string"
1134
+ },
1135
+ "display": {
1136
+ "type": "object",
1137
+ "properties": {
1138
+ "reviewer": {
1139
+ "description": "Whether to display the reviewer column in the score card table.",
1140
+ "visibility": "frontend",
1141
+ "type": "string"
1142
+ },
1143
+ "reviewDate": {
1144
+ "description": "Whether to display the review date column in the score card table.",
1145
+ "visibility": "frontend",
1146
+ "type": "string"
1147
+ }
1148
+ }
1149
+ },
1150
+ "wikiLinkTemplate": {
1151
+ "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1152
+ "visibility": "frontend",
1153
+ "type": "string"
1154
+ }
1155
+ }
1156
+ }
1157
+ },
1158
+ "required": [
1159
+ "scorecards"
1160
+ ],
1161
+ "$schema": "http://json-schema.org/draft-07/schema#"
1162
+ },
1163
+ "packageName": "@oriflame/backstage-plugin-score-card"
1164
+ },
1165
+ {
1166
+ "path": "../../plugins/auth-backend/config.d.ts",
1167
+ "value": {
1168
+ "type": "object",
1169
+ "properties": {
1170
+ "auth": {
1171
+ "description": "Configuration options for the auth plugin",
1186
1172
  "type": "object",
1187
1173
  "properties": {
1188
1174
  "environment": {
@@ -1357,6 +1343,25 @@
1357
1343
  },
1358
1344
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1359
1345
  },
1346
+ {
1347
+ "path": "../backend-plugin-api/config.d.ts",
1348
+ "value": {
1349
+ "type": "object",
1350
+ "properties": {
1351
+ "backend": {
1352
+ "type": "object",
1353
+ "properties": {
1354
+ "workingDirectory": {
1355
+ "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
1356
+ "type": "string"
1357
+ }
1358
+ }
1359
+ }
1360
+ },
1361
+ "$schema": "http://json-schema.org/draft-07/schema#"
1362
+ },
1363
+ "packageName": "@backstage/backend-plugin-api"
1364
+ },
1360
1365
  {
1361
1366
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1362
1367
  "value": {
@@ -1403,6 +1408,233 @@
1403
1408
  },
1404
1409
  "packageName": "@backstage/core-components"
1405
1410
  },
1411
+ {
1412
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1413
+ "value": {
1414
+ "type": "object",
1415
+ "properties": {
1416
+ "app": {
1417
+ "description": "Generic frontend configuration.",
1418
+ "type": "object",
1419
+ "properties": {
1420
+ "baseUrl": {
1421
+ "description": "The public absolute root URL that the frontend.",
1422
+ "visibility": "frontend",
1423
+ "type": "string"
1424
+ },
1425
+ "title": {
1426
+ "description": "The title of the app, as shown in the Backstage web interface.",
1427
+ "visibility": "frontend",
1428
+ "type": "string"
1429
+ },
1430
+ "support": {
1431
+ "description": "Information about support of this Backstage instance and how to contact the integrator team.",
1432
+ "type": "object",
1433
+ "properties": {
1434
+ "url": {
1435
+ "description": "The primary support url.",
1436
+ "visibility": "frontend",
1437
+ "type": "string"
1438
+ },
1439
+ "items": {
1440
+ "description": "A list of categorized support item groupings.",
1441
+ "type": "array",
1442
+ "items": {
1443
+ "type": "object",
1444
+ "properties": {
1445
+ "title": {
1446
+ "description": "The title of the support item grouping.",
1447
+ "visibility": "frontend",
1448
+ "type": "string"
1449
+ },
1450
+ "icon": {
1451
+ "description": "An optional icon for the support item grouping.",
1452
+ "visibility": "frontend",
1453
+ "type": "string"
1454
+ },
1455
+ "links": {
1456
+ "description": "A list of support links for the Backstage instance inside this grouping.",
1457
+ "type": "array",
1458
+ "items": {
1459
+ "type": "object",
1460
+ "properties": {
1461
+ "url": {
1462
+ "visibility": "frontend",
1463
+ "type": "string"
1464
+ },
1465
+ "title": {
1466
+ "visibility": "frontend",
1467
+ "type": "string"
1468
+ }
1469
+ },
1470
+ "required": [
1471
+ "url"
1472
+ ]
1473
+ }
1474
+ }
1475
+ },
1476
+ "required": [
1477
+ "links",
1478
+ "title"
1479
+ ]
1480
+ }
1481
+ }
1482
+ },
1483
+ "required": [
1484
+ "items",
1485
+ "url"
1486
+ ]
1487
+ },
1488
+ "routes": {
1489
+ "type": "object",
1490
+ "properties": {
1491
+ "bindings": {
1492
+ "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.",
1493
+ "deepVisibility": "frontend",
1494
+ "type": "object",
1495
+ "additionalProperties": {
1496
+ "anyOf": [
1497
+ {
1498
+ "const": false,
1499
+ "type": "boolean"
1500
+ },
1501
+ {
1502
+ "type": "string"
1503
+ }
1504
+ ]
1505
+ }
1506
+ }
1507
+ }
1508
+ }
1509
+ },
1510
+ "required": [
1511
+ "baseUrl"
1512
+ ]
1513
+ },
1514
+ "backend": {
1515
+ "description": "Generic backend configuration.",
1516
+ "type": "object",
1517
+ "properties": {
1518
+ "baseUrl": {
1519
+ "description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
1520
+ "visibility": "frontend",
1521
+ "type": "string"
1522
+ }
1523
+ },
1524
+ "required": [
1525
+ "baseUrl"
1526
+ ]
1527
+ },
1528
+ "organization": {
1529
+ "description": "Configuration that provides information about the organization that the app is for.",
1530
+ "type": "object",
1531
+ "properties": {
1532
+ "name": {
1533
+ "description": "The name of the organization that the app belongs to.",
1534
+ "visibility": "frontend",
1535
+ "type": "string"
1536
+ }
1537
+ }
1538
+ },
1539
+ "homepage": {
1540
+ "description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
1541
+ "deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
1542
+ "type": "object",
1543
+ "properties": {
1544
+ "clocks": {
1545
+ "type": "array",
1546
+ "items": {
1547
+ "type": "object",
1548
+ "properties": {
1549
+ "label": {
1550
+ "visibility": "frontend",
1551
+ "type": "string"
1552
+ },
1553
+ "timezone": {
1554
+ "visibility": "frontend",
1555
+ "type": "string"
1556
+ }
1557
+ },
1558
+ "required": [
1559
+ "label",
1560
+ "timezone"
1561
+ ]
1562
+ }
1563
+ }
1564
+ }
1565
+ },
1566
+ "auth": {
1567
+ "description": "Configuration that provides information on available configured authentication providers.",
1568
+ "type": "object",
1569
+ "properties": {
1570
+ "environment": {
1571
+ "description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
1572
+ "visibility": "frontend",
1573
+ "type": "string"
1574
+ }
1575
+ }
1576
+ },
1577
+ "enableExperimentalRedirectFlow": {
1578
+ "description": "Enable redirect authentication flow type, instead of a popup for authentication.",
1579
+ "visibility": "frontend",
1580
+ "type": "boolean"
1581
+ },
1582
+ "discovery": {
1583
+ "description": "Discovery options.",
1584
+ "visibility": "frontend",
1585
+ "type": "object",
1586
+ "properties": {
1587
+ "endpoints": {
1588
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1589
+ "visibility": "frontend",
1590
+ "type": "array",
1591
+ "items": {
1592
+ "type": "object",
1593
+ "properties": {
1594
+ "target": {
1595
+ "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.",
1596
+ "visibility": "frontend",
1597
+ "anyOf": [
1598
+ {
1599
+ "type": "object",
1600
+ "properties": {
1601
+ "external": {
1602
+ "visibility": "frontend",
1603
+ "type": "string"
1604
+ }
1605
+ }
1606
+ },
1607
+ {
1608
+ "type": "string"
1609
+ }
1610
+ ]
1611
+ },
1612
+ "plugins": {
1613
+ "description": "Array of plugins which use the target baseUrl.",
1614
+ "visibility": "frontend",
1615
+ "type": "array",
1616
+ "items": {
1617
+ "type": "string"
1618
+ }
1619
+ }
1620
+ },
1621
+ "required": [
1622
+ "plugins",
1623
+ "target"
1624
+ ]
1625
+ }
1626
+ }
1627
+ }
1628
+ }
1629
+ },
1630
+ "required": [
1631
+ "app",
1632
+ "backend"
1633
+ ],
1634
+ "$schema": "http://json-schema.org/draft-07/schema#"
1635
+ },
1636
+ "packageName": "@backstage/core-app-api"
1637
+ },
1406
1638
  {
1407
1639
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1408
1640
  "value": {