@cat-factory/contracts 0.339.0 → 0.341.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.
- package/dist/bootstrap.d.ts +135 -4
- package/dist/bootstrap.d.ts.map +1 -1
- package/dist/bootstrap.js +82 -3
- package/dist/bootstrap.js.map +1 -1
- package/dist/environment-reachability.d.ts +139 -16
- package/dist/environment-reachability.d.ts.map +1 -1
- package/dist/environment-reachability.js +108 -12
- package/dist/environment-reachability.js.map +1 -1
- package/dist/environments.d.ts +311 -1
- package/dist/environments.d.ts.map +1 -1
- package/dist/environments.js +14 -0
- package/dist/environments.js.map +1 -1
- package/dist/errors.d.ts +1 -1
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +14 -0
- package/dist/errors.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/monorepo-adoption.d.ts +220 -0
- package/dist/monorepo-adoption.d.ts.map +1 -0
- package/dist/monorepo-adoption.js +201 -0
- package/dist/monorepo-adoption.js.map +1 -0
- package/dist/public-provisioning.d.ts +13 -2
- package/dist/public-provisioning.d.ts.map +1 -1
- package/dist/public-provisioning.js +12 -1
- package/dist/public-provisioning.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +94 -2
- package/dist/routes/agent-runs.d.ts.map +1 -1
- package/dist/routes/bootstrap.d.ts +289 -3
- package/dist/routes/bootstrap.d.ts.map +1 -1
- package/dist/routes/bootstrap.js +19 -0
- package/dist/routes/bootstrap.js.map +1 -1
- package/dist/routes/environmentUserHandlers.d.ts +6 -0
- package/dist/routes/environmentUserHandlers.d.ts.map +1 -1
- package/dist/routes/environments.d.ts +35 -5
- package/dist/routes/environments.d.ts.map +1 -1
- package/dist/routes/public-provisioning.d.ts +4 -2
- package/dist/routes/public-provisioning.d.ts.map +1 -1
- package/dist/routes/workspaces.d.ts +94 -2
- package/dist/routes/workspaces.d.ts.map +1 -1
- package/dist/snapshot.d.ts +47 -1
- package/dist/snapshot.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -127,6 +127,7 @@ export declare const getEnvironmentConnectionContract: {
|
|
|
127
127
|
readonly response: v.ObjectSchema<{
|
|
128
128
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
129
129
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
130
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
130
131
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
131
132
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
132
133
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -487,6 +488,7 @@ export declare const getEnvironmentConnectionContract: {
|
|
|
487
488
|
readonly response: v.ObjectSchema<{
|
|
488
489
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
489
490
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
491
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
490
492
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
491
493
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
492
494
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -608,6 +610,7 @@ export declare const registerEnvironmentProviderContract: {
|
|
|
608
610
|
readonly response: v.ObjectSchema<{
|
|
609
611
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
610
612
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
613
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
611
614
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
612
615
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
613
616
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -968,6 +971,7 @@ export declare const registerEnvironmentProviderContract: {
|
|
|
968
971
|
readonly response: v.ObjectSchema<{
|
|
969
972
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
970
973
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
974
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
971
975
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
972
976
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
973
977
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -1113,6 +1117,7 @@ export declare const registerEnvironmentProviderContract: {
|
|
|
1113
1117
|
readonly response: v.ObjectSchema<{
|
|
1114
1118
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1115
1119
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1120
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1116
1121
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1117
1122
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1118
1123
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -1473,6 +1478,7 @@ export declare const registerEnvironmentProviderContract: {
|
|
|
1473
1478
|
readonly response: v.ObjectSchema<{
|
|
1474
1479
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1475
1480
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1481
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1476
1482
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1477
1483
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1478
1484
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -1625,6 +1631,7 @@ export declare const updateEnvironmentSecretsContract: {
|
|
|
1625
1631
|
readonly response: v.ObjectSchema<{
|
|
1626
1632
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1627
1633
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1634
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1628
1635
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1629
1636
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1630
1637
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -1985,6 +1992,7 @@ export declare const updateEnvironmentSecretsContract: {
|
|
|
1985
1992
|
readonly response: v.ObjectSchema<{
|
|
1986
1993
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1987
1994
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1995
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1988
1996
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1989
1997
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
1990
1998
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -2206,6 +2214,7 @@ export declare const testEnvironmentConnectionContract: {
|
|
|
2206
2214
|
readonly response: v.ObjectSchema<{
|
|
2207
2215
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2208
2216
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2217
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2209
2218
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2210
2219
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2211
2220
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -2566,6 +2575,7 @@ export declare const testEnvironmentConnectionContract: {
|
|
|
2566
2575
|
readonly response: v.ObjectSchema<{
|
|
2567
2576
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2568
2577
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2578
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2569
2579
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
2570
2580
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
2571
2581
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -3318,6 +3328,7 @@ export declare const listEnvironmentHandlersContract: {
|
|
|
3318
3328
|
readonly response: v.ObjectSchema<{
|
|
3319
3329
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3320
3330
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3331
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3321
3332
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3322
3333
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3323
3334
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -3553,6 +3564,7 @@ export declare const listEnvironmentHandlersContract: {
|
|
|
3553
3564
|
readonly response: v.ObjectSchema<{
|
|
3554
3565
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3555
3566
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3567
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3556
3568
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3557
3569
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3558
3570
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -3686,6 +3698,7 @@ export declare const registerEnvironmentHandlerContract: {
|
|
|
3686
3698
|
readonly response: v.ObjectSchema<{
|
|
3687
3699
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3688
3700
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3701
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3689
3702
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3690
3703
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3691
3704
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -3921,6 +3934,7 @@ export declare const registerEnvironmentHandlerContract: {
|
|
|
3921
3934
|
readonly response: v.ObjectSchema<{
|
|
3922
3935
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3923
3936
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3937
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3924
3938
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3925
3939
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
3926
3940
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -4072,6 +4086,7 @@ export declare const registerEnvironmentHandlerContract: {
|
|
|
4072
4086
|
readonly response: v.ObjectSchema<{
|
|
4073
4087
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4074
4088
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4089
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4075
4090
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4076
4091
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4077
4092
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -4307,6 +4322,7 @@ export declare const registerEnvironmentHandlerContract: {
|
|
|
4307
4322
|
readonly response: v.ObjectSchema<{
|
|
4308
4323
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4309
4324
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4325
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4310
4326
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4311
4327
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4312
4328
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -4428,6 +4444,7 @@ export declare const testEnvironmentHandlerContract: {
|
|
|
4428
4444
|
readonly response: v.ObjectSchema<{
|
|
4429
4445
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4430
4446
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4447
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4431
4448
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4432
4449
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4433
4450
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -4663,6 +4680,7 @@ export declare const testEnvironmentHandlerContract: {
|
|
|
4663
4680
|
readonly response: v.ObjectSchema<{
|
|
4664
4681
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4665
4682
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4683
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4666
4684
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4667
4685
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4668
4686
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -4862,6 +4880,7 @@ export declare const updateEnvironmentHandlerSecretsContract: {
|
|
|
4862
4880
|
readonly response: v.ObjectSchema<{
|
|
4863
4881
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4864
4882
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4883
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4865
4884
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
4866
4885
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
4867
4886
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -5097,6 +5116,7 @@ export declare const updateEnvironmentHandlerSecretsContract: {
|
|
|
5097
5116
|
readonly response: v.ObjectSchema<{
|
|
5098
5117
|
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5099
5118
|
readonly addressesPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5119
|
+
readonly hostsPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5100
5120
|
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5101
5121
|
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
5102
5122
|
readonly from: v.StringSchema<undefined>;
|
|
@@ -5278,12 +5298,14 @@ export declare const listEnvironmentsContract: {
|
|
|
5278
5298
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5279
5299
|
readonly reachability: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5280
5300
|
readonly candidates: v.ArraySchema<v.ObjectSchema<{
|
|
5281
|
-
readonly address: v.StringSchema<undefined>;
|
|
5301
|
+
readonly address: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5302
|
+
readonly host: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5282
5303
|
readonly label: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5283
5304
|
}, undefined>, undefined>;
|
|
5284
5305
|
readonly proof: v.NullableSchema<v.ObjectSchema<{
|
|
5285
5306
|
readonly state: v.PicklistSchema<["reached", "not_reached", "inconclusive", "unproved"], undefined>;
|
|
5286
5307
|
readonly via: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5308
|
+
readonly viaHost: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5287
5309
|
readonly reason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5288
5310
|
readonly attempts: v.ArraySchema<v.ObjectSchema<{
|
|
5289
5311
|
readonly target: v.StringSchema<undefined>;
|
|
@@ -5356,12 +5378,14 @@ export declare const getEnvironmentContract: {
|
|
|
5356
5378
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5357
5379
|
readonly reachability: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5358
5380
|
readonly candidates: v.ArraySchema<v.ObjectSchema<{
|
|
5359
|
-
readonly address: v.StringSchema<undefined>;
|
|
5381
|
+
readonly address: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5382
|
+
readonly host: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5360
5383
|
readonly label: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5361
5384
|
}, undefined>, undefined>;
|
|
5362
5385
|
readonly proof: v.NullableSchema<v.ObjectSchema<{
|
|
5363
5386
|
readonly state: v.PicklistSchema<["reached", "not_reached", "inconclusive", "unproved"], undefined>;
|
|
5364
5387
|
readonly via: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5388
|
+
readonly viaHost: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5365
5389
|
readonly reason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5366
5390
|
readonly attempts: v.ArraySchema<v.ObjectSchema<{
|
|
5367
5391
|
readonly target: v.StringSchema<undefined>;
|
|
@@ -5434,12 +5458,14 @@ export declare const getEnvironmentAccessContract: {
|
|
|
5434
5458
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5435
5459
|
readonly reachability: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5436
5460
|
readonly candidates: v.ArraySchema<v.ObjectSchema<{
|
|
5437
|
-
readonly address: v.StringSchema<undefined>;
|
|
5461
|
+
readonly address: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5462
|
+
readonly host: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5438
5463
|
readonly label: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5439
5464
|
}, undefined>, undefined>;
|
|
5440
5465
|
readonly proof: v.NullableSchema<v.ObjectSchema<{
|
|
5441
5466
|
readonly state: v.PicklistSchema<["reached", "not_reached", "inconclusive", "unproved"], undefined>;
|
|
5442
5467
|
readonly via: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5468
|
+
readonly viaHost: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5443
5469
|
readonly reason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5444
5470
|
readonly attempts: v.ArraySchema<v.ObjectSchema<{
|
|
5445
5471
|
readonly target: v.StringSchema<undefined>;
|
|
@@ -5511,12 +5537,14 @@ export declare const provisionEnvironmentContract: {
|
|
|
5511
5537
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5512
5538
|
readonly reachability: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5513
5539
|
readonly candidates: v.ArraySchema<v.ObjectSchema<{
|
|
5514
|
-
readonly address: v.StringSchema<undefined>;
|
|
5540
|
+
readonly address: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5541
|
+
readonly host: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5515
5542
|
readonly label: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5516
5543
|
}, undefined>, undefined>;
|
|
5517
5544
|
readonly proof: v.NullableSchema<v.ObjectSchema<{
|
|
5518
5545
|
readonly state: v.PicklistSchema<["reached", "not_reached", "inconclusive", "unproved"], undefined>;
|
|
5519
5546
|
readonly via: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5547
|
+
readonly viaHost: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5520
5548
|
readonly reason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5521
5549
|
readonly attempts: v.ArraySchema<v.ObjectSchema<{
|
|
5522
5550
|
readonly target: v.StringSchema<undefined>;
|
|
@@ -5590,12 +5618,14 @@ export declare const teardownEnvironmentContract: {
|
|
|
5590
5618
|
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5591
5619
|
readonly reachability: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
5592
5620
|
readonly candidates: v.ArraySchema<v.ObjectSchema<{
|
|
5593
|
-
readonly address: v.StringSchema<undefined>;
|
|
5621
|
+
readonly address: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5622
|
+
readonly host: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5594
5623
|
readonly label: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5595
5624
|
}, undefined>, undefined>;
|
|
5596
5625
|
readonly proof: v.NullableSchema<v.ObjectSchema<{
|
|
5597
5626
|
readonly state: v.PicklistSchema<["reached", "not_reached", "inconclusive", "unproved"], undefined>;
|
|
5598
5627
|
readonly via: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5628
|
+
readonly viaHost: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
5599
5629
|
readonly reason: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5600
5630
|
readonly attempts: v.ArraySchema<v.ObjectSchema<{
|
|
5601
5631
|
readonly target: v.StringSchema<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../src/routes/environments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AA8C5B,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../src/routes/environments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AA8C5B,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI3C,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK9C,CAAA;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK3C,CAAA;AAEF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIhD,CAAA;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ9C,CAAA;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK5C,CAAA;AAIF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK1C,CAAA;AAIF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK3C,CAAA;AAIF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK5C,CAAA;AAIF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKvC,CAAA;AAKF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKvC,CAAA;AAWF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI1C,CAAA;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK7C,CAAA;AAKF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKzC,CAAA;AAEF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOlD,CAAA;AAEF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/C,CAAA;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM3C,CAAA;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK3C,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAInC,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKjC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKvC,CAAA;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKvC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAOF,mFAAmF;AACnF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAA;AAEF,+DAA+D;AAC/D,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKrC,CAAA;AAEF,4FAA4F;AAC5F,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA"}
|
|
@@ -50,10 +50,11 @@ export declare const startPublicRepoBootstrapContract: {
|
|
|
50
50
|
}, undefined>;
|
|
51
51
|
readonly 201: v.ObjectSchema<{
|
|
52
52
|
readonly jobId: v.StringSchema<undefined>;
|
|
53
|
-
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
53
|
+
readonly status: v.PicklistSchema<["pending", "running", "awaiting_review", "succeeded", "failed"], undefined>;
|
|
54
54
|
readonly repoName: v.StringSchema<undefined>;
|
|
55
55
|
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
56
56
|
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
57
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
57
58
|
readonly serviceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
58
59
|
readonly progress: v.NullableSchema<v.ObjectSchema<{
|
|
59
60
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -313,10 +314,11 @@ export declare const getPublicRepoBootstrapContract: {
|
|
|
313
314
|
}, undefined>;
|
|
314
315
|
readonly 200: v.ObjectSchema<{
|
|
315
316
|
readonly jobId: v.StringSchema<undefined>;
|
|
316
|
-
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
317
|
+
readonly status: v.PicklistSchema<["pending", "running", "awaiting_review", "succeeded", "failed"], undefined>;
|
|
317
318
|
readonly repoName: v.StringSchema<undefined>;
|
|
318
319
|
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
319
320
|
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
321
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
320
322
|
readonly serviceId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
321
323
|
readonly progress: v.NullableSchema<v.ObjectSchema<{
|
|
322
324
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-provisioning.d.ts","sourceRoot":"","sources":["../../src/routes/public-provisioning.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAqD5B;;;;;;;GAOG;AACH,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"public-provisioning.d.ts","sourceRoot":"","sources":["../../src/routes/public-provisioning.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAqD5B;;;;;;;GAOG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ5C,CAAA;AAID;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ5C,CAAA;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQlC,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYrC,CAAA;AAED,qFAAqF;AACrF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ1C,CAAA;AAID;;;;;;;;GAQG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQnD,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ5C,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOtD,CAAA;AAID;;;;;;;;;;GAUG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASvC,CAAA;AAID;;;;;;;;GAQG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOzC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO1C,CAAA;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO1C,CAAA;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO1C,CAAA;AAID;;;;;;;GAOG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO7C,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQhD,CAAA"}
|
|
@@ -1781,7 +1781,7 @@ export declare const createWorkspaceContract: {
|
|
|
1781
1781
|
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1782
1782
|
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1783
1783
|
readonly instructions: v.StringSchema<undefined>;
|
|
1784
|
-
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
1784
|
+
readonly status: v.PicklistSchema<["pending", "running", "awaiting_review", "succeeded", "failed"], undefined>;
|
|
1785
1785
|
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1786
1786
|
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1787
1787
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1811,6 +1811,52 @@ export declare const createWorkspaceContract: {
|
|
|
1811
1811
|
}, undefined>, undefined>;
|
|
1812
1812
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1813
1813
|
}, undefined>, undefined>;
|
|
1814
|
+
readonly monorepo: v.NullableSchema<v.ObjectSchema<{
|
|
1815
|
+
readonly repoGithubId: v.NumberSchema<undefined>;
|
|
1816
|
+
readonly directory: v.StringSchema<undefined>;
|
|
1817
|
+
readonly repoOwner: v.StringSchema<undefined>;
|
|
1818
|
+
readonly repoName: v.StringSchema<undefined>;
|
|
1819
|
+
readonly branch: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1820
|
+
}, undefined>, undefined>;
|
|
1821
|
+
readonly phase: v.NullableSchema<v.PicklistSchema<["survey", "apply"], undefined>, undefined>;
|
|
1822
|
+
readonly adoptionPlan: v.NullableSchema<v.ObjectSchema<{
|
|
1823
|
+
readonly status: v.PicklistSchema<["ready", "unavailable"], undefined>;
|
|
1824
|
+
readonly unavailableReason: v.NullableSchema<v.PicklistSchema<["model_unavailable", "repo_unreadable", "budget_exhausted", "analysis_unusable"], undefined>, undefined>;
|
|
1825
|
+
readonly unavailableDetail: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
1826
|
+
readonly survey: v.ObjectSchema<{
|
|
1827
|
+
readonly monorepoPaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1828
|
+
readonly templatePaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1829
|
+
readonly unreadablePaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1830
|
+
readonly siblingService: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1831
|
+
}, undefined>;
|
|
1832
|
+
readonly decisions: v.ArraySchema<v.ObjectSchema<{
|
|
1833
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1834
|
+
readonly area: v.PicklistSchema<["build-tooling", "dependencies", "lint-format", "typecheck", "testing", "ci", "containerization", "runtime-config", "observability", "source-layout", "docs", "other"], undefined>;
|
|
1835
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1836
|
+
readonly monorepoPractice: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
1837
|
+
readonly templatePractice: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
1838
|
+
readonly recommended: v.PicklistSchema<["monorepo", "template", "both", "neither"], undefined>;
|
|
1839
|
+
readonly rationale: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>;
|
|
1840
|
+
readonly evidence: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1841
|
+
}, undefined>, undefined>;
|
|
1842
|
+
readonly droppedUnevidenced: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, v.MaxLengthAction<string[], number, undefined>]>;
|
|
1843
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1844
|
+
readonly generatedAt: v.NumberSchema<undefined>;
|
|
1845
|
+
}, undefined>, undefined>;
|
|
1846
|
+
readonly adoptionReview: v.NullableSchema<v.ObjectSchema<{
|
|
1847
|
+
readonly decisions: v.ArraySchema<v.ObjectSchema<{
|
|
1848
|
+
readonly id: v.StringSchema<undefined>;
|
|
1849
|
+
readonly area: v.PicklistSchema<["build-tooling", "dependencies", "lint-format", "typecheck", "testing", "ci", "containerization", "runtime-config", "observability", "source-layout", "docs", "other"], undefined>;
|
|
1850
|
+
readonly title: v.StringSchema<undefined>;
|
|
1851
|
+
readonly choice: v.PicklistSchema<["monorepo", "template", "both", "neither"], undefined>;
|
|
1852
|
+
readonly overrodeRecommendation: v.BooleanSchema<undefined>;
|
|
1853
|
+
readonly note: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1854
|
+
}, undefined>, undefined>;
|
|
1855
|
+
readonly notes: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1856
|
+
readonly reviewedByUserId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1857
|
+
readonly reviewedAt: v.NumberSchema<undefined>;
|
|
1858
|
+
}, undefined>, undefined>;
|
|
1859
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1814
1860
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
1815
1861
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
1816
1862
|
}, undefined>, undefined>, undefined>;
|
|
@@ -5398,7 +5444,7 @@ export declare const getWorkspaceContract: {
|
|
|
5398
5444
|
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5399
5445
|
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5400
5446
|
readonly instructions: v.StringSchema<undefined>;
|
|
5401
|
-
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
5447
|
+
readonly status: v.PicklistSchema<["pending", "running", "awaiting_review", "succeeded", "failed"], undefined>;
|
|
5402
5448
|
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5403
5449
|
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
5404
5450
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -5428,6 +5474,52 @@ export declare const getWorkspaceContract: {
|
|
|
5428
5474
|
}, undefined>, undefined>;
|
|
5429
5475
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
5430
5476
|
}, undefined>, undefined>;
|
|
5477
|
+
readonly monorepo: v.NullableSchema<v.ObjectSchema<{
|
|
5478
|
+
readonly repoGithubId: v.NumberSchema<undefined>;
|
|
5479
|
+
readonly directory: v.StringSchema<undefined>;
|
|
5480
|
+
readonly repoOwner: v.StringSchema<undefined>;
|
|
5481
|
+
readonly repoName: v.StringSchema<undefined>;
|
|
5482
|
+
readonly branch: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5483
|
+
}, undefined>, undefined>;
|
|
5484
|
+
readonly phase: v.NullableSchema<v.PicklistSchema<["survey", "apply"], undefined>, undefined>;
|
|
5485
|
+
readonly adoptionPlan: v.NullableSchema<v.ObjectSchema<{
|
|
5486
|
+
readonly status: v.PicklistSchema<["ready", "unavailable"], undefined>;
|
|
5487
|
+
readonly unavailableReason: v.NullableSchema<v.PicklistSchema<["model_unavailable", "repo_unreadable", "budget_exhausted", "analysis_unusable"], undefined>, undefined>;
|
|
5488
|
+
readonly unavailableDetail: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
5489
|
+
readonly survey: v.ObjectSchema<{
|
|
5490
|
+
readonly monorepoPaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5491
|
+
readonly templatePaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5492
|
+
readonly unreadablePaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5493
|
+
readonly siblingService: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5494
|
+
}, undefined>;
|
|
5495
|
+
readonly decisions: v.ArraySchema<v.ObjectSchema<{
|
|
5496
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
5497
|
+
readonly area: v.PicklistSchema<["build-tooling", "dependencies", "lint-format", "typecheck", "testing", "ci", "containerization", "runtime-config", "observability", "source-layout", "docs", "other"], undefined>;
|
|
5498
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
5499
|
+
readonly monorepoPractice: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
5500
|
+
readonly templatePractice: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
5501
|
+
readonly recommended: v.PicklistSchema<["monorepo", "template", "both", "neither"], undefined>;
|
|
5502
|
+
readonly rationale: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>;
|
|
5503
|
+
readonly evidence: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
5504
|
+
}, undefined>, undefined>;
|
|
5505
|
+
readonly droppedUnevidenced: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, v.MaxLengthAction<string[], number, undefined>]>;
|
|
5506
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5507
|
+
readonly generatedAt: v.NumberSchema<undefined>;
|
|
5508
|
+
}, undefined>, undefined>;
|
|
5509
|
+
readonly adoptionReview: v.NullableSchema<v.ObjectSchema<{
|
|
5510
|
+
readonly decisions: v.ArraySchema<v.ObjectSchema<{
|
|
5511
|
+
readonly id: v.StringSchema<undefined>;
|
|
5512
|
+
readonly area: v.PicklistSchema<["build-tooling", "dependencies", "lint-format", "typecheck", "testing", "ci", "containerization", "runtime-config", "observability", "source-layout", "docs", "other"], undefined>;
|
|
5513
|
+
readonly title: v.StringSchema<undefined>;
|
|
5514
|
+
readonly choice: v.PicklistSchema<["monorepo", "template", "both", "neither"], undefined>;
|
|
5515
|
+
readonly overrodeRecommendation: v.BooleanSchema<undefined>;
|
|
5516
|
+
readonly note: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5517
|
+
}, undefined>, undefined>;
|
|
5518
|
+
readonly notes: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5519
|
+
readonly reviewedByUserId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5520
|
+
readonly reviewedAt: v.NumberSchema<undefined>;
|
|
5521
|
+
}, undefined>, undefined>;
|
|
5522
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
5431
5523
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
5432
5524
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
5433
5525
|
}, undefined>, undefined>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/routes/workspaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAe5B;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;aAGlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAI7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjC,CAAA;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/routes/workspaces.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAe5B;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;aAGlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAI7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMlC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAA"}
|
package/dist/snapshot.d.ts
CHANGED
|
@@ -1725,7 +1725,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1725
1725
|
readonly repoOwner: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1726
1726
|
readonly repoUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1727
1727
|
readonly instructions: v.StringSchema<undefined>;
|
|
1728
|
-
readonly status: v.PicklistSchema<["pending", "running", "succeeded", "failed"], undefined>;
|
|
1728
|
+
readonly status: v.PicklistSchema<["pending", "running", "awaiting_review", "succeeded", "failed"], undefined>;
|
|
1729
1729
|
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1730
1730
|
readonly subtasks: v.NullableSchema<v.ObjectSchema<{
|
|
1731
1731
|
readonly completed: v.NumberSchema<undefined>;
|
|
@@ -1755,6 +1755,52 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
1755
1755
|
}, undefined>, undefined>;
|
|
1756
1756
|
readonly stepIndex: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
1757
1757
|
}, undefined>, undefined>;
|
|
1758
|
+
readonly monorepo: v.NullableSchema<v.ObjectSchema<{
|
|
1759
|
+
readonly repoGithubId: v.NumberSchema<undefined>;
|
|
1760
|
+
readonly directory: v.StringSchema<undefined>;
|
|
1761
|
+
readonly repoOwner: v.StringSchema<undefined>;
|
|
1762
|
+
readonly repoName: v.StringSchema<undefined>;
|
|
1763
|
+
readonly branch: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1764
|
+
}, undefined>, undefined>;
|
|
1765
|
+
readonly phase: v.NullableSchema<v.PicklistSchema<["survey", "apply"], undefined>, undefined>;
|
|
1766
|
+
readonly adoptionPlan: v.NullableSchema<v.ObjectSchema<{
|
|
1767
|
+
readonly status: v.PicklistSchema<["ready", "unavailable"], undefined>;
|
|
1768
|
+
readonly unavailableReason: v.NullableSchema<v.PicklistSchema<["model_unavailable", "repo_unreadable", "budget_exhausted", "analysis_unusable"], undefined>, undefined>;
|
|
1769
|
+
readonly unavailableDetail: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
1770
|
+
readonly survey: v.ObjectSchema<{
|
|
1771
|
+
readonly monorepoPaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1772
|
+
readonly templatePaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1773
|
+
readonly unreadablePaths: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1774
|
+
readonly siblingService: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1775
|
+
}, undefined>;
|
|
1776
|
+
readonly decisions: v.ArraySchema<v.ObjectSchema<{
|
|
1777
|
+
readonly id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
|
|
1778
|
+
readonly area: v.PicklistSchema<["build-tooling", "dependencies", "lint-format", "typecheck", "testing", "ci", "containerization", "runtime-config", "observability", "source-layout", "docs", "other"], undefined>;
|
|
1779
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 200, undefined>]>;
|
|
1780
|
+
readonly monorepoPractice: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
1781
|
+
readonly templatePractice: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>, undefined>;
|
|
1782
|
+
readonly recommended: v.PicklistSchema<["monorepo", "template", "both", "neither"], undefined>;
|
|
1783
|
+
readonly rationale: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 600, undefined>]>;
|
|
1784
|
+
readonly evidence: v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 400, undefined>]>, undefined>;
|
|
1785
|
+
}, undefined>, undefined>;
|
|
1786
|
+
readonly droppedUnevidenced: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 200, undefined>]>, undefined>, v.MaxLengthAction<string[], number, undefined>]>;
|
|
1787
|
+
readonly model: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1788
|
+
readonly generatedAt: v.NumberSchema<undefined>;
|
|
1789
|
+
}, undefined>, undefined>;
|
|
1790
|
+
readonly adoptionReview: v.NullableSchema<v.ObjectSchema<{
|
|
1791
|
+
readonly decisions: v.ArraySchema<v.ObjectSchema<{
|
|
1792
|
+
readonly id: v.StringSchema<undefined>;
|
|
1793
|
+
readonly area: v.PicklistSchema<["build-tooling", "dependencies", "lint-format", "typecheck", "testing", "ci", "containerization", "runtime-config", "observability", "source-layout", "docs", "other"], undefined>;
|
|
1794
|
+
readonly title: v.StringSchema<undefined>;
|
|
1795
|
+
readonly choice: v.PicklistSchema<["monorepo", "template", "both", "neither"], undefined>;
|
|
1796
|
+
readonly overrodeRecommendation: v.BooleanSchema<undefined>;
|
|
1797
|
+
readonly note: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1798
|
+
}, undefined>, undefined>;
|
|
1799
|
+
readonly notes: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1800
|
+
readonly reviewedByUserId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1801
|
+
readonly reviewedAt: v.NumberSchema<undefined>;
|
|
1802
|
+
}, undefined>, undefined>;
|
|
1803
|
+
readonly prUrl: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1758
1804
|
readonly createdAt: v.NumberSchema<undefined>;
|
|
1759
1805
|
readonly updatedAt: v.NumberSchema<undefined>;
|
|
1760
1806
|
}, undefined>, undefined>, undefined>;
|
package/dist/snapshot.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../src/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAyC5B;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB;;;aAGhC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAE7E,4EAA4E;AAC5E,eAAO,MAAM,uBAAuB;;;IAGlC;;;;;OAKG;;aAEH,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKlC;;;;;OAKG
|
|
1
|
+
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../src/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAyC5B;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB;;;aAGhC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAE7E,4EAA4E;AAC5E,eAAO,MAAM,uBAAuB;;;IAGlC;;;;;OAKG;;aAEH,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKlC;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;IAEH;;;;OAIG;;;;;;;;;;IAEH;;;;OAIG;;;;;;;;;;IAEH;;;;OAIG;;;;;;;;;;IAEH;;;OAGG;;;;IAEH;;;;;;OAMG;;;;;;IAEH;;;;OAIG;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;OAMG;;;;;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;;OAQG;;;;;IAOH;;;OAGG;;;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;OAGG;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;OAMG;;;;;;;;;;;;;;;;;;IAEH;;;;;;OAMG;;;;;;;IAEH;;;;;;;;;;OAUG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;;;;;OAWG;;IAEH;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;;;OASG;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;;OAQG;;IAEH;;;;;;;;;OASG;;;;QA5PH;;;;;WAKG;;;;;;QALH;;;;;WAKG;;;IA0PH;;;;;;;;;;;;;OAaG;;IAEH;;;;;;;;;;;;;;;;;;OAkBG;;IAEH;;;;;;;;;;;;;;;OAeG;;;;;IAEH;;;;;;;OAOG;;IAEH;;;;;;;OAOG;;IAEH;;;;;;;;;;;;;OAaG;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;OAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;;OAOG;;;;;;IAEH;;;;;;;OAOG;;;;;;;IAEH;;;;;OAKG;;;;;aAEH,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
|