@techdocs/cli 1.9.4 → 1.9.5-next.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.
@@ -358,6 +358,52 @@
358
358
  },
359
359
  "packageName": "@backstage/core-app-api"
360
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
+ },
361
407
  {
362
408
  "path": "../../plugins/techdocs/config.d.ts",
363
409
  "value": {
@@ -1084,52 +1130,6 @@
1084
1130
  },
1085
1131
  "packageName": "@backstage/frontend-app-api"
1086
1132
  },
1087
- {
1088
- "path": "../core-components/config.d.ts",
1089
- "value": {
1090
- "type": "object",
1091
- "properties": {
1092
- "auth": {
1093
- "type": "object",
1094
- "properties": {
1095
- "autologout": {
1096
- "description": "Autologout feature configuration",
1097
- "type": "object",
1098
- "properties": {
1099
- "enabled": {
1100
- "description": "Enable or disable the autologout feature",
1101
- "visibility": "frontend",
1102
- "type": "boolean"
1103
- },
1104
- "idleTimeoutMinutes": {
1105
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1106
- "visibility": "frontend",
1107
- "type": "number"
1108
- },
1109
- "promptBeforeIdleSeconds": {
1110
- "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.",
1111
- "visibility": "frontend",
1112
- "type": "number"
1113
- },
1114
- "useWorkerTimers": {
1115
- "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.",
1116
- "visibility": "frontend",
1117
- "type": "boolean"
1118
- },
1119
- "logoutIfDisconnected": {
1120
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1121
- "visibility": "frontend",
1122
- "type": "boolean"
1123
- }
1124
- }
1125
- }
1126
- }
1127
- }
1128
- },
1129
- "$schema": "http://json-schema.org/draft-07/schema#"
1130
- },
1131
- "packageName": "@backstage/core-components"
1132
- },
1133
1133
  {
1134
1134
  "path": "../../plugins/catalog/config.d.ts",
1135
1135
  "value": {
@@ -1428,6 +1428,52 @@
1428
1428
  },
1429
1429
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1430
1430
  },
1431
+ {
1432
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1433
+ "value": {
1434
+ "type": "object",
1435
+ "properties": {
1436
+ "auth": {
1437
+ "type": "object",
1438
+ "properties": {
1439
+ "autologout": {
1440
+ "description": "Autologout feature configuration",
1441
+ "type": "object",
1442
+ "properties": {
1443
+ "enabled": {
1444
+ "description": "Enable or disable the autologout feature",
1445
+ "visibility": "frontend",
1446
+ "type": "boolean"
1447
+ },
1448
+ "idleTimeoutMinutes": {
1449
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1450
+ "visibility": "frontend",
1451
+ "type": "number"
1452
+ },
1453
+ "promptBeforeIdleSeconds": {
1454
+ "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.",
1455
+ "visibility": "frontend",
1456
+ "type": "number"
1457
+ },
1458
+ "useWorkerTimers": {
1459
+ "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.",
1460
+ "visibility": "frontend",
1461
+ "type": "boolean"
1462
+ },
1463
+ "logoutIfDisconnected": {
1464
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1465
+ "visibility": "frontend",
1466
+ "type": "boolean"
1467
+ }
1468
+ }
1469
+ }
1470
+ }
1471
+ }
1472
+ },
1473
+ "$schema": "http://json-schema.org/draft-07/schema#"
1474
+ },
1475
+ "packageName": "@backstage/core-components"
1476
+ },
1431
1477
  {
1432
1478
  "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1433
1479
  "value": {
@@ -1460,57 +1506,551 @@
1460
1506
  "visibility": "frontend",
1461
1507
  "type": "boolean"
1462
1508
  },
1463
- "logoutIfDisconnected": {
1464
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1465
- "visibility": "frontend",
1466
- "type": "boolean"
1467
- }
1509
+ "logoutIfDisconnected": {
1510
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1511
+ "visibility": "frontend",
1512
+ "type": "boolean"
1513
+ }
1514
+ }
1515
+ }
1516
+ }
1517
+ }
1518
+ },
1519
+ "$schema": "http://json-schema.org/draft-07/schema#"
1520
+ },
1521
+ "packageName": "@backstage/core-components"
1522
+ },
1523
+ {
1524
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1525
+ "value": {
1526
+ "type": "object",
1527
+ "properties": {
1528
+ "auth": {
1529
+ "type": "object",
1530
+ "properties": {
1531
+ "autologout": {
1532
+ "description": "Autologout feature configuration",
1533
+ "type": "object",
1534
+ "properties": {
1535
+ "enabled": {
1536
+ "description": "Enable or disable the autologout feature",
1537
+ "visibility": "frontend",
1538
+ "type": "boolean"
1539
+ },
1540
+ "idleTimeoutMinutes": {
1541
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1542
+ "visibility": "frontend",
1543
+ "type": "number"
1544
+ },
1545
+ "promptBeforeIdleSeconds": {
1546
+ "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.",
1547
+ "visibility": "frontend",
1548
+ "type": "number"
1549
+ },
1550
+ "useWorkerTimers": {
1551
+ "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.",
1552
+ "visibility": "frontend",
1553
+ "type": "boolean"
1554
+ },
1555
+ "logoutIfDisconnected": {
1556
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1557
+ "visibility": "frontend",
1558
+ "type": "boolean"
1559
+ }
1560
+ }
1561
+ }
1562
+ }
1563
+ }
1564
+ },
1565
+ "$schema": "http://json-schema.org/draft-07/schema#"
1566
+ },
1567
+ "packageName": "@backstage/core-components"
1568
+ },
1569
+ {
1570
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
1571
+ "value": {
1572
+ "type": "object",
1573
+ "properties": {
1574
+ "integrations": {
1575
+ "description": "Configuration for integrations towards various external repository provider systems",
1576
+ "visibility": "frontend",
1577
+ "type": "object",
1578
+ "properties": {
1579
+ "azure": {
1580
+ "description": "Integration configuration for Azure",
1581
+ "type": "array",
1582
+ "items": {
1583
+ "type": "object",
1584
+ "properties": {
1585
+ "host": {
1586
+ "description": "The hostname of the given Azure instance",
1587
+ "visibility": "frontend",
1588
+ "type": "string"
1589
+ },
1590
+ "token": {
1591
+ "description": "Token used to authenticate requests.",
1592
+ "visibility": "secret",
1593
+ "deprecated": "Use `credentials` instead.",
1594
+ "type": "string"
1595
+ },
1596
+ "credential": {
1597
+ "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
1598
+ "deepVisibility": "secret",
1599
+ "deprecated": "Use `credentials` instead.",
1600
+ "type": "object",
1601
+ "properties": {
1602
+ "clientId": {
1603
+ "type": "string"
1604
+ },
1605
+ "clientSecret": {
1606
+ "type": "string"
1607
+ },
1608
+ "tenantId": {
1609
+ "type": "string"
1610
+ },
1611
+ "personalAccessToken": {
1612
+ "type": "string"
1613
+ }
1614
+ }
1615
+ },
1616
+ "credentials": {
1617
+ "description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf no organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
1618
+ "deepVisibility": "secret",
1619
+ "type": "array",
1620
+ "items": {
1621
+ "type": "object",
1622
+ "properties": {
1623
+ "organizations": {
1624
+ "type": "array",
1625
+ "items": {
1626
+ "type": "string"
1627
+ }
1628
+ },
1629
+ "clientId": {
1630
+ "type": "string"
1631
+ },
1632
+ "clientSecret": {
1633
+ "type": "string"
1634
+ },
1635
+ "tenantId": {
1636
+ "type": "string"
1637
+ },
1638
+ "personalAccessToken": {
1639
+ "type": "string"
1640
+ },
1641
+ "managedIdentityClientId": {
1642
+ "type": "string"
1643
+ }
1644
+ }
1645
+ }
1646
+ },
1647
+ "commitSigningKey": {
1648
+ "description": "PGP signing key for signing commits.",
1649
+ "visibility": "secret",
1650
+ "type": "string"
1651
+ }
1652
+ },
1653
+ "required": [
1654
+ "host"
1655
+ ]
1656
+ }
1657
+ },
1658
+ "bitbucket": {
1659
+ "description": "Integration configuration for Bitbucket",
1660
+ "deprecated": "replaced by bitbucketCloud and bitbucketServer",
1661
+ "type": "array",
1662
+ "items": {
1663
+ "type": "object",
1664
+ "properties": {
1665
+ "host": {
1666
+ "description": "The hostname of the given Bitbucket instance",
1667
+ "visibility": "frontend",
1668
+ "type": "string"
1669
+ },
1670
+ "token": {
1671
+ "description": "Token used to authenticate requests.",
1672
+ "visibility": "secret",
1673
+ "type": "string"
1674
+ },
1675
+ "apiBaseUrl": {
1676
+ "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
1677
+ "visibility": "frontend",
1678
+ "type": "string"
1679
+ },
1680
+ "username": {
1681
+ "description": "The username to use for authenticated requests.",
1682
+ "visibility": "secret",
1683
+ "type": "string"
1684
+ },
1685
+ "appPassword": {
1686
+ "description": "Bitbucket app password used to authenticate requests.",
1687
+ "visibility": "secret",
1688
+ "type": "string"
1689
+ },
1690
+ "commitSigningKey": {
1691
+ "description": "PGP signing key for signing commits.",
1692
+ "visibility": "secret",
1693
+ "type": "string"
1694
+ }
1695
+ },
1696
+ "required": [
1697
+ "host"
1698
+ ]
1699
+ }
1700
+ },
1701
+ "bitbucketCloud": {
1702
+ "description": "Integration configuration for Bitbucket Cloud",
1703
+ "type": "array",
1704
+ "items": {
1705
+ "type": "object",
1706
+ "properties": {
1707
+ "username": {
1708
+ "description": "The username to use for authenticated requests.",
1709
+ "visibility": "secret",
1710
+ "type": "string"
1711
+ },
1712
+ "appPassword": {
1713
+ "description": "Bitbucket Cloud app password used to authenticate requests.",
1714
+ "visibility": "secret",
1715
+ "type": "string"
1716
+ },
1717
+ "commitSigningKey": {
1718
+ "description": "PGP signing key for signing commits.",
1719
+ "visibility": "secret",
1720
+ "type": "string"
1721
+ }
1722
+ },
1723
+ "required": [
1724
+ "appPassword",
1725
+ "username"
1726
+ ]
1727
+ }
1728
+ },
1729
+ "bitbucketServer": {
1730
+ "description": "Integration configuration for Bitbucket Server",
1731
+ "type": "array",
1732
+ "items": {
1733
+ "type": "object",
1734
+ "properties": {
1735
+ "host": {
1736
+ "description": "The hostname of the given Bitbucket Server instance",
1737
+ "visibility": "frontend",
1738
+ "type": "string"
1739
+ },
1740
+ "token": {
1741
+ "description": "Token used to authenticate requests.",
1742
+ "visibility": "secret",
1743
+ "type": "string"
1744
+ },
1745
+ "username": {
1746
+ "description": "Username used to authenticate requests with Basic Auth.",
1747
+ "visibility": "secret",
1748
+ "type": "string"
1749
+ },
1750
+ "password": {
1751
+ "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
1752
+ "visibility": "secret",
1753
+ "type": "string"
1754
+ },
1755
+ "apiBaseUrl": {
1756
+ "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
1757
+ "visibility": "frontend",
1758
+ "type": "string"
1759
+ },
1760
+ "commitSigningKey": {
1761
+ "description": "PGP signing key for signing commits.",
1762
+ "visibility": "secret",
1763
+ "type": "string"
1764
+ }
1765
+ },
1766
+ "required": [
1767
+ "host"
1768
+ ]
1769
+ }
1770
+ },
1771
+ "gerrit": {
1772
+ "description": "Integration configuration for Gerrit",
1773
+ "type": "array",
1774
+ "items": {
1775
+ "type": "object",
1776
+ "properties": {
1777
+ "host": {
1778
+ "description": "The hostname of the given Gerrit instance",
1779
+ "visibility": "frontend",
1780
+ "type": "string"
1781
+ },
1782
+ "baseUrl": {
1783
+ "description": "The base url for the Gerrit instance.",
1784
+ "visibility": "frontend",
1785
+ "type": "string"
1786
+ },
1787
+ "gitilesBaseUrl": {
1788
+ "description": "The gitiles base url.",
1789
+ "visibility": "frontend",
1790
+ "type": "string"
1791
+ },
1792
+ "cloneUrl": {
1793
+ "description": "The base url for cloning repos.",
1794
+ "visibility": "frontend",
1795
+ "type": "string"
1796
+ },
1797
+ "disableEditUrl": {
1798
+ "description": "Disable the edit url feature.",
1799
+ "visibility": "frontend",
1800
+ "type": "boolean"
1801
+ },
1802
+ "username": {
1803
+ "description": "The username to use for authenticated requests.",
1804
+ "visibility": "secret",
1805
+ "type": "string"
1806
+ },
1807
+ "password": {
1808
+ "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
1809
+ "visibility": "secret",
1810
+ "type": "string"
1811
+ },
1812
+ "commitSigningKey": {
1813
+ "description": "PGP signing key for signing commits.",
1814
+ "visibility": "secret",
1815
+ "type": "string"
1816
+ }
1817
+ },
1818
+ "required": [
1819
+ "gitilesBaseUrl",
1820
+ "host"
1821
+ ]
1822
+ }
1823
+ },
1824
+ "github": {
1825
+ "description": "Integration configuration for GitHub",
1826
+ "type": "array",
1827
+ "items": {
1828
+ "type": "object",
1829
+ "properties": {
1830
+ "host": {
1831
+ "description": "The hostname of the given GitHub instance",
1832
+ "visibility": "frontend",
1833
+ "type": "string"
1834
+ },
1835
+ "token": {
1836
+ "description": "Token used to authenticate requests.",
1837
+ "visibility": "secret",
1838
+ "type": "string"
1839
+ },
1840
+ "apiBaseUrl": {
1841
+ "description": "The base url for the GitHub API, for example https://api.github.com",
1842
+ "visibility": "frontend",
1843
+ "type": "string"
1844
+ },
1845
+ "rawBaseUrl": {
1846
+ "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
1847
+ "visibility": "frontend",
1848
+ "type": "string"
1849
+ },
1850
+ "apps": {
1851
+ "description": "GitHub Apps configuration",
1852
+ "type": "array",
1853
+ "items": {
1854
+ "type": "object",
1855
+ "properties": {
1856
+ "appId": {
1857
+ "description": "The numeric GitHub App ID, string for environment variables",
1858
+ "type": [
1859
+ "string",
1860
+ "number"
1861
+ ]
1862
+ },
1863
+ "privateKey": {
1864
+ "description": "The private key to use for auth against the app",
1865
+ "visibility": "secret",
1866
+ "type": "string"
1867
+ },
1868
+ "webhookSecret": {
1869
+ "description": "The secret used for webhooks",
1870
+ "visibility": "secret",
1871
+ "type": "string"
1872
+ },
1873
+ "clientId": {
1874
+ "description": "The client ID to use",
1875
+ "type": "string"
1876
+ },
1877
+ "clientSecret": {
1878
+ "description": "The client secret to use",
1879
+ "visibility": "secret",
1880
+ "type": "string"
1881
+ },
1882
+ "allowedInstallationOwners": {
1883
+ "description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
1884
+ "type": "array",
1885
+ "items": {
1886
+ "type": "string"
1887
+ }
1888
+ }
1889
+ },
1890
+ "required": [
1891
+ "appId",
1892
+ "clientId",
1893
+ "clientSecret",
1894
+ "privateKey"
1895
+ ]
1896
+ }
1897
+ }
1898
+ },
1899
+ "required": [
1900
+ "host"
1901
+ ]
1902
+ }
1903
+ },
1904
+ "gitlab": {
1905
+ "description": "Integration configuration for GitLab",
1906
+ "type": "array",
1907
+ "items": {
1908
+ "type": "object",
1909
+ "properties": {
1910
+ "host": {
1911
+ "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
1912
+ "visibility": "frontend",
1913
+ "type": "string"
1914
+ },
1915
+ "apiBaseUrl": {
1916
+ "description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
1917
+ "visibility": "frontend",
1918
+ "type": "string"
1919
+ },
1920
+ "token": {
1921
+ "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
1922
+ "visibility": "secret",
1923
+ "type": "string"
1924
+ },
1925
+ "baseUrl": {
1926
+ "description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
1927
+ "visibility": "frontend",
1928
+ "type": "string"
1929
+ },
1930
+ "commitSigningKey": {
1931
+ "description": "PGP signing key for signing commits.",
1932
+ "visibility": "secret",
1933
+ "type": "string"
1934
+ }
1935
+ },
1936
+ "required": [
1937
+ "host"
1938
+ ]
1939
+ }
1940
+ },
1941
+ "googleGcs": {
1942
+ "description": "Integration configuration for Google Cloud Storage",
1943
+ "type": "object",
1944
+ "properties": {
1945
+ "clientEmail": {
1946
+ "description": "Service account email used to authenticate requests.",
1947
+ "type": "string"
1948
+ },
1949
+ "privateKey": {
1950
+ "description": "Service account private key used to authenticate requests.",
1951
+ "visibility": "secret",
1952
+ "type": "string"
1953
+ }
1954
+ }
1955
+ },
1956
+ "awsS3": {
1957
+ "description": "Integration configuration for AWS S3 Service",
1958
+ "type": "array",
1959
+ "items": {
1960
+ "type": "object",
1961
+ "properties": {
1962
+ "endpoint": {
1963
+ "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
1964
+ "visibility": "frontend",
1965
+ "type": "string"
1966
+ },
1967
+ "s3ForcePathStyle": {
1968
+ "description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
1969
+ "visibility": "frontend",
1970
+ "type": "boolean"
1971
+ },
1972
+ "accessKeyId": {
1973
+ "description": "Account access key used to authenticate requests.",
1974
+ "type": "string"
1975
+ },
1976
+ "secretAccessKey": {
1977
+ "description": "Account secret key used to authenticate requests.",
1978
+ "visibility": "secret",
1979
+ "type": "string"
1980
+ },
1981
+ "roleArn": {
1982
+ "description": "ARN of the role to be assumed",
1983
+ "type": "string"
1984
+ },
1985
+ "externalId": {
1986
+ "description": "External ID to use when assuming role",
1987
+ "type": "string"
1988
+ }
1989
+ }
1990
+ }
1991
+ },
1992
+ "gitea": {
1993
+ "description": "Integration configuration for Gitea",
1994
+ "type": "array",
1995
+ "items": {
1996
+ "type": "object",
1997
+ "properties": {
1998
+ "host": {
1999
+ "description": "The hostname of the given Gitea instance",
2000
+ "visibility": "frontend",
2001
+ "type": "string"
2002
+ },
2003
+ "baseUrl": {
2004
+ "description": "The base url for the Gitea instance.",
2005
+ "visibility": "frontend",
2006
+ "type": "string"
2007
+ },
2008
+ "username": {
2009
+ "description": "The username to use for authenticated requests.",
2010
+ "visibility": "secret",
2011
+ "type": "string"
2012
+ },
2013
+ "password": {
2014
+ "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2015
+ "visibility": "secret",
2016
+ "type": "string"
2017
+ },
2018
+ "commitSigningKey": {
2019
+ "description": "PGP signing key for signing commits.",
2020
+ "visibility": "secret",
2021
+ "type": "string"
2022
+ }
2023
+ },
2024
+ "required": [
2025
+ "host"
2026
+ ]
1468
2027
  }
1469
- }
1470
- }
1471
- }
1472
- },
1473
- "$schema": "http://json-schema.org/draft-07/schema#"
1474
- },
1475
- "packageName": "@backstage/core-components"
1476
- },
1477
- {
1478
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1479
- "value": {
1480
- "type": "object",
1481
- "properties": {
1482
- "auth": {
1483
- "type": "object",
1484
- "properties": {
1485
- "autologout": {
1486
- "description": "Autologout feature configuration",
1487
- "type": "object",
1488
- "properties": {
1489
- "enabled": {
1490
- "description": "Enable or disable the autologout feature",
1491
- "visibility": "frontend",
1492
- "type": "boolean"
1493
- },
1494
- "idleTimeoutMinutes": {
1495
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1496
- "visibility": "frontend",
1497
- "type": "number"
1498
- },
1499
- "promptBeforeIdleSeconds": {
1500
- "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.",
1501
- "visibility": "frontend",
1502
- "type": "number"
1503
- },
1504
- "useWorkerTimers": {
1505
- "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.",
1506
- "visibility": "frontend",
1507
- "type": "boolean"
2028
+ },
2029
+ "harness": {
2030
+ "description": "Integration configuration for Harness Code",
2031
+ "type": "array",
2032
+ "items": {
2033
+ "type": "object",
2034
+ "properties": {
2035
+ "host": {
2036
+ "description": "The hostname of the given Harness Code instance",
2037
+ "visibility": "frontend",
2038
+ "type": "string"
2039
+ },
2040
+ "apiKey": {
2041
+ "description": "The apikey to use for authenticated requests.",
2042
+ "visibility": "secret",
2043
+ "type": "string"
2044
+ },
2045
+ "token": {
2046
+ "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
2047
+ "visibility": "secret",
2048
+ "type": "string"
2049
+ }
1508
2050
  },
1509
- "logoutIfDisconnected": {
1510
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1511
- "visibility": "frontend",
1512
- "type": "boolean"
1513
- }
2051
+ "required": [
2052
+ "host"
2053
+ ]
1514
2054
  }
1515
2055
  }
1516
2056
  }
@@ -1518,7 +2058,7 @@
1518
2058
  },
1519
2059
  "$schema": "http://json-schema.org/draft-07/schema#"
1520
2060
  },
1521
- "packageName": "@backstage/core-components"
2061
+ "packageName": "@backstage/integration"
1522
2062
  },
1523
2063
  {
1524
2064
  "path": "../backend-app-api/config.d.ts",
@@ -3137,6 +3677,182 @@
3137
3677
  "$schema": "http://json-schema.org/draft-07/schema#"
3138
3678
  },
3139
3679
  "packageName": "@backstage/integration-aws-node"
3680
+ },
3681
+ {
3682
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
3683
+ "value": {
3684
+ "type": "object",
3685
+ "properties": {
3686
+ "app": {
3687
+ "type": "object",
3688
+ "properties": {
3689
+ "experimental": {
3690
+ "type": "object",
3691
+ "properties": {
3692
+ "packages": {
3693
+ "visibility": "frontend",
3694
+ "deepVisibility": "frontend",
3695
+ "anyOf": [
3696
+ {
3697
+ "type": "object",
3698
+ "properties": {
3699
+ "include": {
3700
+ "type": "array",
3701
+ "items": {
3702
+ "type": "string"
3703
+ }
3704
+ },
3705
+ "exclude": {
3706
+ "type": "array",
3707
+ "items": {
3708
+ "type": "string"
3709
+ }
3710
+ }
3711
+ }
3712
+ },
3713
+ {
3714
+ "const": "all",
3715
+ "type": "string"
3716
+ }
3717
+ ]
3718
+ }
3719
+ }
3720
+ },
3721
+ "routes": {
3722
+ "type": "object",
3723
+ "properties": {
3724
+ "bindings": {
3725
+ "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.",
3726
+ "deepVisibility": "frontend",
3727
+ "type": "object",
3728
+ "additionalProperties": {
3729
+ "anyOf": [
3730
+ {
3731
+ "const": false,
3732
+ "type": "boolean"
3733
+ },
3734
+ {
3735
+ "type": "string"
3736
+ }
3737
+ ]
3738
+ }
3739
+ }
3740
+ }
3741
+ },
3742
+ "extensions": {
3743
+ "deepVisibility": "frontend",
3744
+ "type": "array",
3745
+ "items": {
3746
+ "anyOf": [
3747
+ {
3748
+ "type": "object",
3749
+ "additionalProperties": {
3750
+ "anyOf": [
3751
+ {
3752
+ "type": "object",
3753
+ "properties": {
3754
+ "attachTo": {
3755
+ "type": "object",
3756
+ "properties": {
3757
+ "id": {
3758
+ "type": "string"
3759
+ },
3760
+ "input": {
3761
+ "type": "string"
3762
+ }
3763
+ },
3764
+ "required": [
3765
+ "id",
3766
+ "input"
3767
+ ]
3768
+ },
3769
+ "disabled": {
3770
+ "type": "boolean"
3771
+ },
3772
+ "config": {}
3773
+ }
3774
+ },
3775
+ {
3776
+ "type": "boolean"
3777
+ }
3778
+ ]
3779
+ }
3780
+ },
3781
+ {
3782
+ "type": "string"
3783
+ }
3784
+ ]
3785
+ }
3786
+ },
3787
+ "pluginOverrides": {
3788
+ "description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
3789
+ "deepVisibility": "frontend",
3790
+ "type": "array",
3791
+ "items": {
3792
+ "type": "object",
3793
+ "properties": {
3794
+ "match": {
3795
+ "description": "The criteria for matching plugins to override.",
3796
+ "type": "object",
3797
+ "properties": {
3798
+ "pluginId": {
3799
+ "description": "A pattern that is matched against the plugin ID.",
3800
+ "type": "string"
3801
+ },
3802
+ "packageName": {
3803
+ "description": "A pattern that is matched against the package name.",
3804
+ "type": "string"
3805
+ }
3806
+ }
3807
+ },
3808
+ "info": {
3809
+ "description": "Overrides individual top-level fields of the plugin info.",
3810
+ "type": "object",
3811
+ "properties": {
3812
+ "description": {
3813
+ "description": "Override the description of the plugin.",
3814
+ "type": "string"
3815
+ },
3816
+ "ownerEntityRefs": {
3817
+ "description": "Override the owner entity references of the plugin.",
3818
+ "type": "array",
3819
+ "items": {
3820
+ "type": "string"
3821
+ }
3822
+ },
3823
+ "links": {
3824
+ "description": "Override the links of the plugin.",
3825
+ "type": "array",
3826
+ "items": {
3827
+ "type": "object",
3828
+ "properties": {
3829
+ "title": {
3830
+ "type": "string"
3831
+ },
3832
+ "url": {
3833
+ "type": "string"
3834
+ }
3835
+ },
3836
+ "required": [
3837
+ "title",
3838
+ "url"
3839
+ ]
3840
+ }
3841
+ }
3842
+ }
3843
+ }
3844
+ },
3845
+ "required": [
3846
+ "info"
3847
+ ]
3848
+ }
3849
+ }
3850
+ }
3851
+ }
3852
+ },
3853
+ "$schema": "http://json-schema.org/draft-07/schema#"
3854
+ },
3855
+ "packageName": "@backstage/frontend-app-api"
3140
3856
  }
3141
3857
  ],
3142
3858
  "backstageConfigSchemaVersion": 1