@betterportal/config-manager 10.6.0 → 10.6.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.
- package/lib/.bsb/clients/service-betterportal-config-manager.d.ts +1 -1
- package/lib/.bsb/clients/service-betterportal-config-manager.js +1 -1
- package/lib/bp-contracts/org.betterportal.config-manager.json +273 -93
- package/lib/plugins/service-betterportal-config-manager/.bp-generated/registry.d.ts +96 -48
- package/lib/plugins/service-betterportal-config-manager/.bp-generated/registry.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/preview-environments/_renderer.bootstrap5/GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/preview-environments/_renderer.bootstrap5/GET.js +166 -17
- package/lib/plugins/service-betterportal-config-manager/bp-routes/preview-environments/_renderer.bootstrap5/GET.js.map +1 -1
- package/lib/plugins/service-betterportal-config-manager/previewEnvironmentManagement.d.ts +71 -16
- package/lib/plugins/service-betterportal-config-manager/previewEnvironmentManagement.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-config-manager/previewEnvironmentManagement.js +88 -24
- package/lib/plugins/service-betterportal-config-manager/previewEnvironmentManagement.js.map +1 -1
- package/lib/plugins/service-betterportal-config-manager/previewEnvironments.d.ts +1 -2
- package/lib/plugins/service-betterportal-config-manager/previewEnvironments.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-config-manager/previewEnvironments.js +30 -55
- package/lib/plugins/service-betterportal-config-manager/previewEnvironments.js.map +1 -1
- package/lib/schemas/service-betterportal-config-manager.json +1 -1
- package/lib/schemas/service-betterportal-config-manager.plugin.json +1 -1
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for service-betterportal-config-manager
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 10.6.
|
|
4
|
+
* @version 10.6.2
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, BSBService } from "@bsb/base";
|
|
7
7
|
import type { Observable, BSBServiceClientDefinition, EventInputType } from "@bsb/base";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for service-betterportal-config-manager
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 10.6.
|
|
4
|
+
* @version 10.6.2
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, bsb, createBroadcastEvent, createEventSchemas } from "@bsb/base";
|
|
7
7
|
const _platformConfigChangedSchema = bsb.object({
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"pluginId": "org.betterportal.config-manager",
|
|
5
5
|
"title": "BetterPortal Config Manager",
|
|
6
6
|
"description": "Admin-facing BetterPortal service for discovering and managing service config surfaces.",
|
|
7
|
-
"version": "10.6.
|
|
7
|
+
"version": "10.6.2",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -1340,6 +1340,10 @@
|
|
|
1340
1340
|
"kind": "string",
|
|
1341
1341
|
"minLength": 1
|
|
1342
1342
|
},
|
|
1343
|
+
"configTicketUrl": {
|
|
1344
|
+
"kind": "string",
|
|
1345
|
+
"minLength": 1
|
|
1346
|
+
},
|
|
1343
1347
|
"sourceTenants": {
|
|
1344
1348
|
"kind": "array",
|
|
1345
1349
|
"items": {
|
|
@@ -1374,36 +1378,15 @@
|
|
|
1374
1378
|
"kind": "string",
|
|
1375
1379
|
"minLength": 1
|
|
1376
1380
|
},
|
|
1377
|
-
"tenantTitle": {
|
|
1378
|
-
"kind": "string",
|
|
1379
|
-
"minLength": 1
|
|
1380
|
-
},
|
|
1381
1381
|
"title": {
|
|
1382
1382
|
"kind": "string",
|
|
1383
1383
|
"minLength": 1
|
|
1384
|
-
},
|
|
1385
|
-
"serviceIds": {
|
|
1386
|
-
"kind": "array",
|
|
1387
|
-
"items": {
|
|
1388
|
-
"kind": "string"
|
|
1389
|
-
},
|
|
1390
|
-
"default": []
|
|
1391
|
-
},
|
|
1392
|
-
"requiredServiceIds": {
|
|
1393
|
-
"kind": "array",
|
|
1394
|
-
"items": {
|
|
1395
|
-
"kind": "string"
|
|
1396
|
-
},
|
|
1397
|
-
"default": []
|
|
1398
1384
|
}
|
|
1399
1385
|
},
|
|
1400
1386
|
"required": [
|
|
1401
1387
|
"id",
|
|
1402
1388
|
"tenantId",
|
|
1403
|
-
"
|
|
1404
|
-
"title",
|
|
1405
|
-
"serviceIds",
|
|
1406
|
-
"requiredServiceIds"
|
|
1389
|
+
"title"
|
|
1407
1390
|
],
|
|
1408
1391
|
"unknownKeys": "strip"
|
|
1409
1392
|
}
|
|
@@ -1518,6 +1501,13 @@
|
|
|
1518
1501
|
"required": {
|
|
1519
1502
|
"kind": "bool"
|
|
1520
1503
|
},
|
|
1504
|
+
"defaultValue": {
|
|
1505
|
+
"kind": "optional",
|
|
1506
|
+
"inner": {
|
|
1507
|
+
"kind": "ref",
|
|
1508
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1521
1511
|
"control": {
|
|
1522
1512
|
"kind": "optional",
|
|
1523
1513
|
"inner": {
|
|
@@ -1558,6 +1548,27 @@
|
|
|
1558
1548
|
},
|
|
1559
1549
|
"default": []
|
|
1560
1550
|
},
|
|
1551
|
+
"source": {
|
|
1552
|
+
"kind": "optional",
|
|
1553
|
+
"inner": {
|
|
1554
|
+
"kind": "object",
|
|
1555
|
+
"properties": {
|
|
1556
|
+
"instanceId": {
|
|
1557
|
+
"kind": "string",
|
|
1558
|
+
"minLength": 1
|
|
1559
|
+
},
|
|
1560
|
+
"hostname": {
|
|
1561
|
+
"kind": "string",
|
|
1562
|
+
"minLength": 1
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"required": [
|
|
1566
|
+
"instanceId",
|
|
1567
|
+
"hostname"
|
|
1568
|
+
],
|
|
1569
|
+
"unknownKeys": "strip"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1561
1572
|
"encryptedTenantConfig": {
|
|
1562
1573
|
"kind": "string"
|
|
1563
1574
|
},
|
|
@@ -1758,6 +1769,7 @@
|
|
|
1758
1769
|
"title",
|
|
1759
1770
|
"previewPath",
|
|
1760
1771
|
"deploymentApiBase",
|
|
1772
|
+
"configTicketUrl",
|
|
1761
1773
|
"sourceTenants",
|
|
1762
1774
|
"sourceApps",
|
|
1763
1775
|
"groups",
|
|
@@ -1765,7 +1777,39 @@
|
|
|
1765
1777
|
],
|
|
1766
1778
|
"unknownKeys": "strip"
|
|
1767
1779
|
},
|
|
1768
|
-
"definitions": {
|
|
1780
|
+
"definitions": {
|
|
1781
|
+
"BetterPortalJsonValue": {
|
|
1782
|
+
"kind": "union",
|
|
1783
|
+
"variants": [
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "null"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"kind": "bool"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "string"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"kind": "number"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "array",
|
|
1798
|
+
"items": {
|
|
1799
|
+
"kind": "ref",
|
|
1800
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "record",
|
|
1805
|
+
"valueSchema": {
|
|
1806
|
+
"kind": "ref",
|
|
1807
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1769
1813
|
"extensions": {}
|
|
1770
1814
|
},
|
|
1771
1815
|
"metadataResponseSchema": {},
|
|
@@ -1823,6 +1867,7 @@
|
|
|
1823
1867
|
"title": "Preview Environments",
|
|
1824
1868
|
"previewPath": "/preview-environments",
|
|
1825
1869
|
"deploymentApiBase": "/api/preview-groups",
|
|
1870
|
+
"configTicketUrl": "/.well-known/bp/admin/config-ticket",
|
|
1826
1871
|
"sourceTenants": [],
|
|
1827
1872
|
"sourceApps": [],
|
|
1828
1873
|
"groups": [],
|
|
@@ -1864,6 +1909,10 @@
|
|
|
1864
1909
|
"kind": "string",
|
|
1865
1910
|
"minLength": 1
|
|
1866
1911
|
},
|
|
1912
|
+
"configTicketUrl": {
|
|
1913
|
+
"kind": "string",
|
|
1914
|
+
"minLength": 1
|
|
1915
|
+
},
|
|
1867
1916
|
"sourceTenants": {
|
|
1868
1917
|
"kind": "array",
|
|
1869
1918
|
"items": {
|
|
@@ -1898,36 +1947,15 @@
|
|
|
1898
1947
|
"kind": "string",
|
|
1899
1948
|
"minLength": 1
|
|
1900
1949
|
},
|
|
1901
|
-
"tenantTitle": {
|
|
1902
|
-
"kind": "string",
|
|
1903
|
-
"minLength": 1
|
|
1904
|
-
},
|
|
1905
1950
|
"title": {
|
|
1906
1951
|
"kind": "string",
|
|
1907
1952
|
"minLength": 1
|
|
1908
|
-
},
|
|
1909
|
-
"serviceIds": {
|
|
1910
|
-
"kind": "array",
|
|
1911
|
-
"items": {
|
|
1912
|
-
"kind": "string"
|
|
1913
|
-
},
|
|
1914
|
-
"default": []
|
|
1915
|
-
},
|
|
1916
|
-
"requiredServiceIds": {
|
|
1917
|
-
"kind": "array",
|
|
1918
|
-
"items": {
|
|
1919
|
-
"kind": "string"
|
|
1920
|
-
},
|
|
1921
|
-
"default": []
|
|
1922
1953
|
}
|
|
1923
1954
|
},
|
|
1924
1955
|
"required": [
|
|
1925
1956
|
"id",
|
|
1926
1957
|
"tenantId",
|
|
1927
|
-
"
|
|
1928
|
-
"title",
|
|
1929
|
-
"serviceIds",
|
|
1930
|
-
"requiredServiceIds"
|
|
1958
|
+
"title"
|
|
1931
1959
|
],
|
|
1932
1960
|
"unknownKeys": "strip"
|
|
1933
1961
|
}
|
|
@@ -2042,6 +2070,13 @@
|
|
|
2042
2070
|
"required": {
|
|
2043
2071
|
"kind": "bool"
|
|
2044
2072
|
},
|
|
2073
|
+
"defaultValue": {
|
|
2074
|
+
"kind": "optional",
|
|
2075
|
+
"inner": {
|
|
2076
|
+
"kind": "ref",
|
|
2077
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2045
2080
|
"control": {
|
|
2046
2081
|
"kind": "optional",
|
|
2047
2082
|
"inner": {
|
|
@@ -2082,6 +2117,27 @@
|
|
|
2082
2117
|
},
|
|
2083
2118
|
"default": []
|
|
2084
2119
|
},
|
|
2120
|
+
"source": {
|
|
2121
|
+
"kind": "optional",
|
|
2122
|
+
"inner": {
|
|
2123
|
+
"kind": "object",
|
|
2124
|
+
"properties": {
|
|
2125
|
+
"instanceId": {
|
|
2126
|
+
"kind": "string",
|
|
2127
|
+
"minLength": 1
|
|
2128
|
+
},
|
|
2129
|
+
"hostname": {
|
|
2130
|
+
"kind": "string",
|
|
2131
|
+
"minLength": 1
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
"required": [
|
|
2135
|
+
"instanceId",
|
|
2136
|
+
"hostname"
|
|
2137
|
+
],
|
|
2138
|
+
"unknownKeys": "strip"
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2085
2141
|
"encryptedTenantConfig": {
|
|
2086
2142
|
"kind": "string"
|
|
2087
2143
|
},
|
|
@@ -2282,6 +2338,7 @@
|
|
|
2282
2338
|
"title",
|
|
2283
2339
|
"previewPath",
|
|
2284
2340
|
"deploymentApiBase",
|
|
2341
|
+
"configTicketUrl",
|
|
2285
2342
|
"sourceTenants",
|
|
2286
2343
|
"sourceApps",
|
|
2287
2344
|
"groups",
|
|
@@ -2289,7 +2346,39 @@
|
|
|
2289
2346
|
],
|
|
2290
2347
|
"unknownKeys": "strip"
|
|
2291
2348
|
},
|
|
2292
|
-
"definitions": {
|
|
2349
|
+
"definitions": {
|
|
2350
|
+
"BetterPortalJsonValue": {
|
|
2351
|
+
"kind": "union",
|
|
2352
|
+
"variants": [
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "null"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "bool"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "string"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"kind": "number"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "array",
|
|
2367
|
+
"items": {
|
|
2368
|
+
"kind": "ref",
|
|
2369
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"kind": "record",
|
|
2374
|
+
"valueSchema": {
|
|
2375
|
+
"kind": "ref",
|
|
2376
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
2377
|
+
}
|
|
2378
|
+
}
|
|
2379
|
+
]
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2293
2382
|
"extensions": {}
|
|
2294
2383
|
},
|
|
2295
2384
|
"metadataResponseSchema": {},
|
|
@@ -2360,6 +2449,7 @@
|
|
|
2360
2449
|
"title": "Preview Environments",
|
|
2361
2450
|
"previewPath": "/preview-environments",
|
|
2362
2451
|
"deploymentApiBase": "/api/preview-groups",
|
|
2452
|
+
"configTicketUrl": "/.well-known/bp/admin/config-ticket",
|
|
2363
2453
|
"sourceTenants": [],
|
|
2364
2454
|
"sourceApps": [],
|
|
2365
2455
|
"groups": [],
|
|
@@ -2401,6 +2491,10 @@
|
|
|
2401
2491
|
"kind": "string",
|
|
2402
2492
|
"minLength": 1
|
|
2403
2493
|
},
|
|
2494
|
+
"configTicketUrl": {
|
|
2495
|
+
"kind": "string",
|
|
2496
|
+
"minLength": 1
|
|
2497
|
+
},
|
|
2404
2498
|
"sourceTenants": {
|
|
2405
2499
|
"kind": "array",
|
|
2406
2500
|
"items": {
|
|
@@ -2435,36 +2529,15 @@
|
|
|
2435
2529
|
"kind": "string",
|
|
2436
2530
|
"minLength": 1
|
|
2437
2531
|
},
|
|
2438
|
-
"tenantTitle": {
|
|
2439
|
-
"kind": "string",
|
|
2440
|
-
"minLength": 1
|
|
2441
|
-
},
|
|
2442
2532
|
"title": {
|
|
2443
2533
|
"kind": "string",
|
|
2444
2534
|
"minLength": 1
|
|
2445
|
-
},
|
|
2446
|
-
"serviceIds": {
|
|
2447
|
-
"kind": "array",
|
|
2448
|
-
"items": {
|
|
2449
|
-
"kind": "string"
|
|
2450
|
-
},
|
|
2451
|
-
"default": []
|
|
2452
|
-
},
|
|
2453
|
-
"requiredServiceIds": {
|
|
2454
|
-
"kind": "array",
|
|
2455
|
-
"items": {
|
|
2456
|
-
"kind": "string"
|
|
2457
|
-
},
|
|
2458
|
-
"default": []
|
|
2459
2535
|
}
|
|
2460
2536
|
},
|
|
2461
2537
|
"required": [
|
|
2462
2538
|
"id",
|
|
2463
2539
|
"tenantId",
|
|
2464
|
-
"
|
|
2465
|
-
"title",
|
|
2466
|
-
"serviceIds",
|
|
2467
|
-
"requiredServiceIds"
|
|
2540
|
+
"title"
|
|
2468
2541
|
],
|
|
2469
2542
|
"unknownKeys": "strip"
|
|
2470
2543
|
}
|
|
@@ -2579,6 +2652,13 @@
|
|
|
2579
2652
|
"required": {
|
|
2580
2653
|
"kind": "bool"
|
|
2581
2654
|
},
|
|
2655
|
+
"defaultValue": {
|
|
2656
|
+
"kind": "optional",
|
|
2657
|
+
"inner": {
|
|
2658
|
+
"kind": "ref",
|
|
2659
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2582
2662
|
"control": {
|
|
2583
2663
|
"kind": "optional",
|
|
2584
2664
|
"inner": {
|
|
@@ -2619,6 +2699,27 @@
|
|
|
2619
2699
|
},
|
|
2620
2700
|
"default": []
|
|
2621
2701
|
},
|
|
2702
|
+
"source": {
|
|
2703
|
+
"kind": "optional",
|
|
2704
|
+
"inner": {
|
|
2705
|
+
"kind": "object",
|
|
2706
|
+
"properties": {
|
|
2707
|
+
"instanceId": {
|
|
2708
|
+
"kind": "string",
|
|
2709
|
+
"minLength": 1
|
|
2710
|
+
},
|
|
2711
|
+
"hostname": {
|
|
2712
|
+
"kind": "string",
|
|
2713
|
+
"minLength": 1
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2716
|
+
"required": [
|
|
2717
|
+
"instanceId",
|
|
2718
|
+
"hostname"
|
|
2719
|
+
],
|
|
2720
|
+
"unknownKeys": "strip"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2622
2723
|
"encryptedTenantConfig": {
|
|
2623
2724
|
"kind": "string"
|
|
2624
2725
|
},
|
|
@@ -2819,6 +2920,7 @@
|
|
|
2819
2920
|
"title",
|
|
2820
2921
|
"previewPath",
|
|
2821
2922
|
"deploymentApiBase",
|
|
2923
|
+
"configTicketUrl",
|
|
2822
2924
|
"sourceTenants",
|
|
2823
2925
|
"sourceApps",
|
|
2824
2926
|
"groups",
|
|
@@ -2826,7 +2928,39 @@
|
|
|
2826
2928
|
],
|
|
2827
2929
|
"unknownKeys": "strip"
|
|
2828
2930
|
},
|
|
2829
|
-
"definitions": {
|
|
2931
|
+
"definitions": {
|
|
2932
|
+
"BetterPortalJsonValue": {
|
|
2933
|
+
"kind": "union",
|
|
2934
|
+
"variants": [
|
|
2935
|
+
{
|
|
2936
|
+
"kind": "null"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"kind": "bool"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"kind": "string"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "number"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"kind": "array",
|
|
2949
|
+
"items": {
|
|
2950
|
+
"kind": "ref",
|
|
2951
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"kind": "record",
|
|
2956
|
+
"valueSchema": {
|
|
2957
|
+
"kind": "ref",
|
|
2958
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
]
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2830
2964
|
"extensions": {}
|
|
2831
2965
|
},
|
|
2832
2966
|
"metadataResponseSchema": {},
|
|
@@ -2884,6 +3018,7 @@
|
|
|
2884
3018
|
"title": "Preview Environments",
|
|
2885
3019
|
"previewPath": "/preview-environments",
|
|
2886
3020
|
"deploymentApiBase": "/api/preview-groups",
|
|
3021
|
+
"configTicketUrl": "/.well-known/bp/admin/config-ticket",
|
|
2887
3022
|
"sourceTenants": [],
|
|
2888
3023
|
"sourceApps": [],
|
|
2889
3024
|
"groups": [],
|
|
@@ -2925,6 +3060,10 @@
|
|
|
2925
3060
|
"kind": "string",
|
|
2926
3061
|
"minLength": 1
|
|
2927
3062
|
},
|
|
3063
|
+
"configTicketUrl": {
|
|
3064
|
+
"kind": "string",
|
|
3065
|
+
"minLength": 1
|
|
3066
|
+
},
|
|
2928
3067
|
"sourceTenants": {
|
|
2929
3068
|
"kind": "array",
|
|
2930
3069
|
"items": {
|
|
@@ -2959,36 +3098,15 @@
|
|
|
2959
3098
|
"kind": "string",
|
|
2960
3099
|
"minLength": 1
|
|
2961
3100
|
},
|
|
2962
|
-
"tenantTitle": {
|
|
2963
|
-
"kind": "string",
|
|
2964
|
-
"minLength": 1
|
|
2965
|
-
},
|
|
2966
3101
|
"title": {
|
|
2967
3102
|
"kind": "string",
|
|
2968
3103
|
"minLength": 1
|
|
2969
|
-
},
|
|
2970
|
-
"serviceIds": {
|
|
2971
|
-
"kind": "array",
|
|
2972
|
-
"items": {
|
|
2973
|
-
"kind": "string"
|
|
2974
|
-
},
|
|
2975
|
-
"default": []
|
|
2976
|
-
},
|
|
2977
|
-
"requiredServiceIds": {
|
|
2978
|
-
"kind": "array",
|
|
2979
|
-
"items": {
|
|
2980
|
-
"kind": "string"
|
|
2981
|
-
},
|
|
2982
|
-
"default": []
|
|
2983
3104
|
}
|
|
2984
3105
|
},
|
|
2985
3106
|
"required": [
|
|
2986
3107
|
"id",
|
|
2987
3108
|
"tenantId",
|
|
2988
|
-
"
|
|
2989
|
-
"title",
|
|
2990
|
-
"serviceIds",
|
|
2991
|
-
"requiredServiceIds"
|
|
3109
|
+
"title"
|
|
2992
3110
|
],
|
|
2993
3111
|
"unknownKeys": "strip"
|
|
2994
3112
|
}
|
|
@@ -3103,6 +3221,13 @@
|
|
|
3103
3221
|
"required": {
|
|
3104
3222
|
"kind": "bool"
|
|
3105
3223
|
},
|
|
3224
|
+
"defaultValue": {
|
|
3225
|
+
"kind": "optional",
|
|
3226
|
+
"inner": {
|
|
3227
|
+
"kind": "ref",
|
|
3228
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3106
3231
|
"control": {
|
|
3107
3232
|
"kind": "optional",
|
|
3108
3233
|
"inner": {
|
|
@@ -3143,6 +3268,27 @@
|
|
|
3143
3268
|
},
|
|
3144
3269
|
"default": []
|
|
3145
3270
|
},
|
|
3271
|
+
"source": {
|
|
3272
|
+
"kind": "optional",
|
|
3273
|
+
"inner": {
|
|
3274
|
+
"kind": "object",
|
|
3275
|
+
"properties": {
|
|
3276
|
+
"instanceId": {
|
|
3277
|
+
"kind": "string",
|
|
3278
|
+
"minLength": 1
|
|
3279
|
+
},
|
|
3280
|
+
"hostname": {
|
|
3281
|
+
"kind": "string",
|
|
3282
|
+
"minLength": 1
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
"required": [
|
|
3286
|
+
"instanceId",
|
|
3287
|
+
"hostname"
|
|
3288
|
+
],
|
|
3289
|
+
"unknownKeys": "strip"
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3146
3292
|
"encryptedTenantConfig": {
|
|
3147
3293
|
"kind": "string"
|
|
3148
3294
|
},
|
|
@@ -3343,6 +3489,7 @@
|
|
|
3343
3489
|
"title",
|
|
3344
3490
|
"previewPath",
|
|
3345
3491
|
"deploymentApiBase",
|
|
3492
|
+
"configTicketUrl",
|
|
3346
3493
|
"sourceTenants",
|
|
3347
3494
|
"sourceApps",
|
|
3348
3495
|
"groups",
|
|
@@ -3350,7 +3497,39 @@
|
|
|
3350
3497
|
],
|
|
3351
3498
|
"unknownKeys": "strip"
|
|
3352
3499
|
},
|
|
3353
|
-
"definitions": {
|
|
3500
|
+
"definitions": {
|
|
3501
|
+
"BetterPortalJsonValue": {
|
|
3502
|
+
"kind": "union",
|
|
3503
|
+
"variants": [
|
|
3504
|
+
{
|
|
3505
|
+
"kind": "null"
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"kind": "bool"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"kind": "string"
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"kind": "number"
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"kind": "array",
|
|
3518
|
+
"items": {
|
|
3519
|
+
"kind": "ref",
|
|
3520
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "record",
|
|
3525
|
+
"valueSchema": {
|
|
3526
|
+
"kind": "ref",
|
|
3527
|
+
"ref": "#/definitions/BetterPortalJsonValue"
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3354
3533
|
"extensions": {}
|
|
3355
3534
|
},
|
|
3356
3535
|
"metadataResponseSchema": {},
|
|
@@ -3408,6 +3587,7 @@
|
|
|
3408
3587
|
"title": "Preview Environments",
|
|
3409
3588
|
"previewPath": "/preview-environments",
|
|
3410
3589
|
"deploymentApiBase": "/api/preview-groups",
|
|
3590
|
+
"configTicketUrl": "/.well-known/bp/admin/config-ticket",
|
|
3411
3591
|
"sourceTenants": [],
|
|
3412
3592
|
"sourceApps": [],
|
|
3413
3593
|
"groups": [],
|