@almadar/core 9.10.2 → 9.10.3
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/builders.d.ts +2 -2
- package/dist/{compose-behaviors-DpYntG1r.d.ts → compose-behaviors-Dr2YbJmP.d.ts} +1 -1
- package/dist/factory/index.js +3 -0
- package/dist/factory/index.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +9 -0
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/{schema-kJUA2M6H.d.ts → schema-CMrW_N4k.d.ts} +120 -120
|
@@ -2299,9 +2299,9 @@ declare const ColorTokensSchema: z.ZodObject<{
|
|
|
2299
2299
|
primary?: string | undefined;
|
|
2300
2300
|
secondary?: string | undefined;
|
|
2301
2301
|
success?: string | undefined;
|
|
2302
|
-
error?: string | undefined;
|
|
2303
2302
|
warning?: string | undefined;
|
|
2304
2303
|
info?: string | undefined;
|
|
2304
|
+
error?: string | undefined;
|
|
2305
2305
|
muted?: string | undefined;
|
|
2306
2306
|
accent?: string | undefined;
|
|
2307
2307
|
surface?: string | undefined;
|
|
@@ -2332,9 +2332,9 @@ declare const ColorTokensSchema: z.ZodObject<{
|
|
|
2332
2332
|
primary?: string | undefined;
|
|
2333
2333
|
secondary?: string | undefined;
|
|
2334
2334
|
success?: string | undefined;
|
|
2335
|
-
error?: string | undefined;
|
|
2336
2335
|
warning?: string | undefined;
|
|
2337
2336
|
info?: string | undefined;
|
|
2337
|
+
error?: string | undefined;
|
|
2338
2338
|
muted?: string | undefined;
|
|
2339
2339
|
accent?: string | undefined;
|
|
2340
2340
|
surface?: string | undefined;
|
|
@@ -2482,9 +2482,9 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
2482
2482
|
primary?: string | undefined;
|
|
2483
2483
|
secondary?: string | undefined;
|
|
2484
2484
|
success?: string | undefined;
|
|
2485
|
-
error?: string | undefined;
|
|
2486
2485
|
warning?: string | undefined;
|
|
2487
2486
|
info?: string | undefined;
|
|
2487
|
+
error?: string | undefined;
|
|
2488
2488
|
muted?: string | undefined;
|
|
2489
2489
|
accent?: string | undefined;
|
|
2490
2490
|
surface?: string | undefined;
|
|
@@ -2515,9 +2515,9 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
2515
2515
|
primary?: string | undefined;
|
|
2516
2516
|
secondary?: string | undefined;
|
|
2517
2517
|
success?: string | undefined;
|
|
2518
|
-
error?: string | undefined;
|
|
2519
2518
|
warning?: string | undefined;
|
|
2520
2519
|
info?: string | undefined;
|
|
2520
|
+
error?: string | undefined;
|
|
2521
2521
|
muted?: string | undefined;
|
|
2522
2522
|
accent?: string | undefined;
|
|
2523
2523
|
surface?: string | undefined;
|
|
@@ -3494,9 +3494,9 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3494
3494
|
primary?: string | undefined;
|
|
3495
3495
|
secondary?: string | undefined;
|
|
3496
3496
|
success?: string | undefined;
|
|
3497
|
-
error?: string | undefined;
|
|
3498
3497
|
warning?: string | undefined;
|
|
3499
3498
|
info?: string | undefined;
|
|
3499
|
+
error?: string | undefined;
|
|
3500
3500
|
muted?: string | undefined;
|
|
3501
3501
|
accent?: string | undefined;
|
|
3502
3502
|
surface?: string | undefined;
|
|
@@ -3716,9 +3716,9 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3716
3716
|
primary?: string | undefined;
|
|
3717
3717
|
secondary?: string | undefined;
|
|
3718
3718
|
success?: string | undefined;
|
|
3719
|
-
error?: string | undefined;
|
|
3720
3719
|
warning?: string | undefined;
|
|
3721
3720
|
info?: string | undefined;
|
|
3721
|
+
error?: string | undefined;
|
|
3722
3722
|
muted?: string | undefined;
|
|
3723
3723
|
accent?: string | undefined;
|
|
3724
3724
|
surface?: string | undefined;
|
|
@@ -4003,9 +4003,9 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4003
4003
|
primary?: string | undefined;
|
|
4004
4004
|
secondary?: string | undefined;
|
|
4005
4005
|
success?: string | undefined;
|
|
4006
|
-
error?: string | undefined;
|
|
4007
4006
|
warning?: string | undefined;
|
|
4008
4007
|
info?: string | undefined;
|
|
4008
|
+
error?: string | undefined;
|
|
4009
4009
|
muted?: string | undefined;
|
|
4010
4010
|
accent?: string | undefined;
|
|
4011
4011
|
surface?: string | undefined;
|
|
@@ -4036,9 +4036,9 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4036
4036
|
primary?: string | undefined;
|
|
4037
4037
|
secondary?: string | undefined;
|
|
4038
4038
|
success?: string | undefined;
|
|
4039
|
-
error?: string | undefined;
|
|
4040
4039
|
warning?: string | undefined;
|
|
4041
4040
|
info?: string | undefined;
|
|
4041
|
+
error?: string | undefined;
|
|
4042
4042
|
muted?: string | undefined;
|
|
4043
4043
|
accent?: string | undefined;
|
|
4044
4044
|
surface?: string | undefined;
|
|
@@ -5015,9 +5015,9 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5015
5015
|
primary?: string | undefined;
|
|
5016
5016
|
secondary?: string | undefined;
|
|
5017
5017
|
success?: string | undefined;
|
|
5018
|
-
error?: string | undefined;
|
|
5019
5018
|
warning?: string | undefined;
|
|
5020
5019
|
info?: string | undefined;
|
|
5020
|
+
error?: string | undefined;
|
|
5021
5021
|
muted?: string | undefined;
|
|
5022
5022
|
accent?: string | undefined;
|
|
5023
5023
|
surface?: string | undefined;
|
|
@@ -5237,9 +5237,9 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5237
5237
|
primary?: string | undefined;
|
|
5238
5238
|
secondary?: string | undefined;
|
|
5239
5239
|
success?: string | undefined;
|
|
5240
|
-
error?: string | undefined;
|
|
5241
5240
|
warning?: string | undefined;
|
|
5242
5241
|
info?: string | undefined;
|
|
5242
|
+
error?: string | undefined;
|
|
5243
5243
|
muted?: string | undefined;
|
|
5244
5244
|
accent?: string | undefined;
|
|
5245
5245
|
surface?: string | undefined;
|
|
@@ -5505,9 +5505,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
5505
5505
|
primary?: string | undefined;
|
|
5506
5506
|
secondary?: string | undefined;
|
|
5507
5507
|
success?: string | undefined;
|
|
5508
|
-
error?: string | undefined;
|
|
5509
5508
|
warning?: string | undefined;
|
|
5510
5509
|
info?: string | undefined;
|
|
5510
|
+
error?: string | undefined;
|
|
5511
5511
|
muted?: string | undefined;
|
|
5512
5512
|
accent?: string | undefined;
|
|
5513
5513
|
surface?: string | undefined;
|
|
@@ -5538,9 +5538,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
5538
5538
|
primary?: string | undefined;
|
|
5539
5539
|
secondary?: string | undefined;
|
|
5540
5540
|
success?: string | undefined;
|
|
5541
|
-
error?: string | undefined;
|
|
5542
5541
|
warning?: string | undefined;
|
|
5543
5542
|
info?: string | undefined;
|
|
5543
|
+
error?: string | undefined;
|
|
5544
5544
|
muted?: string | undefined;
|
|
5545
5545
|
accent?: string | undefined;
|
|
5546
5546
|
surface?: string | undefined;
|
|
@@ -6517,9 +6517,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6517
6517
|
primary?: string | undefined;
|
|
6518
6518
|
secondary?: string | undefined;
|
|
6519
6519
|
success?: string | undefined;
|
|
6520
|
-
error?: string | undefined;
|
|
6521
6520
|
warning?: string | undefined;
|
|
6522
6521
|
info?: string | undefined;
|
|
6522
|
+
error?: string | undefined;
|
|
6523
6523
|
muted?: string | undefined;
|
|
6524
6524
|
accent?: string | undefined;
|
|
6525
6525
|
surface?: string | undefined;
|
|
@@ -6739,9 +6739,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6739
6739
|
primary?: string | undefined;
|
|
6740
6740
|
secondary?: string | undefined;
|
|
6741
6741
|
success?: string | undefined;
|
|
6742
|
-
error?: string | undefined;
|
|
6743
6742
|
warning?: string | undefined;
|
|
6744
6743
|
info?: string | undefined;
|
|
6744
|
+
error?: string | undefined;
|
|
6745
6745
|
muted?: string | undefined;
|
|
6746
6746
|
accent?: string | undefined;
|
|
6747
6747
|
surface?: string | undefined;
|
|
@@ -6994,9 +6994,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6994
6994
|
primary?: string | undefined;
|
|
6995
6995
|
secondary?: string | undefined;
|
|
6996
6996
|
success?: string | undefined;
|
|
6997
|
-
error?: string | undefined;
|
|
6998
6997
|
warning?: string | undefined;
|
|
6999
6998
|
info?: string | undefined;
|
|
6999
|
+
error?: string | undefined;
|
|
7000
7000
|
muted?: string | undefined;
|
|
7001
7001
|
accent?: string | undefined;
|
|
7002
7002
|
surface?: string | undefined;
|
|
@@ -7027,9 +7027,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7027
7027
|
primary?: string | undefined;
|
|
7028
7028
|
secondary?: string | undefined;
|
|
7029
7029
|
success?: string | undefined;
|
|
7030
|
-
error?: string | undefined;
|
|
7031
7030
|
warning?: string | undefined;
|
|
7032
7031
|
info?: string | undefined;
|
|
7032
|
+
error?: string | undefined;
|
|
7033
7033
|
muted?: string | undefined;
|
|
7034
7034
|
accent?: string | undefined;
|
|
7035
7035
|
surface?: string | undefined;
|
|
@@ -8006,9 +8006,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8006
8006
|
primary?: string | undefined;
|
|
8007
8007
|
secondary?: string | undefined;
|
|
8008
8008
|
success?: string | undefined;
|
|
8009
|
-
error?: string | undefined;
|
|
8010
8009
|
warning?: string | undefined;
|
|
8011
8010
|
info?: string | undefined;
|
|
8011
|
+
error?: string | undefined;
|
|
8012
8012
|
muted?: string | undefined;
|
|
8013
8013
|
accent?: string | undefined;
|
|
8014
8014
|
surface?: string | undefined;
|
|
@@ -8228,9 +8228,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8228
8228
|
primary?: string | undefined;
|
|
8229
8229
|
secondary?: string | undefined;
|
|
8230
8230
|
success?: string | undefined;
|
|
8231
|
-
error?: string | undefined;
|
|
8232
8231
|
warning?: string | undefined;
|
|
8233
8232
|
info?: string | undefined;
|
|
8233
|
+
error?: string | undefined;
|
|
8234
8234
|
muted?: string | undefined;
|
|
8235
8235
|
accent?: string | undefined;
|
|
8236
8236
|
surface?: string | undefined;
|
|
@@ -8453,9 +8453,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8453
8453
|
primary?: string | undefined;
|
|
8454
8454
|
secondary?: string | undefined;
|
|
8455
8455
|
success?: string | undefined;
|
|
8456
|
-
error?: string | undefined;
|
|
8457
8456
|
warning?: string | undefined;
|
|
8458
8457
|
info?: string | undefined;
|
|
8458
|
+
error?: string | undefined;
|
|
8459
8459
|
muted?: string | undefined;
|
|
8460
8460
|
accent?: string | undefined;
|
|
8461
8461
|
surface?: string | undefined;
|
|
@@ -8676,9 +8676,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8676
8676
|
primary?: string | undefined;
|
|
8677
8677
|
secondary?: string | undefined;
|
|
8678
8678
|
success?: string | undefined;
|
|
8679
|
-
error?: string | undefined;
|
|
8680
8679
|
warning?: string | undefined;
|
|
8681
8680
|
info?: string | undefined;
|
|
8681
|
+
error?: string | undefined;
|
|
8682
8682
|
muted?: string | undefined;
|
|
8683
8683
|
accent?: string | undefined;
|
|
8684
8684
|
surface?: string | undefined;
|
|
@@ -8901,9 +8901,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8901
8901
|
primary?: string | undefined;
|
|
8902
8902
|
secondary?: string | undefined;
|
|
8903
8903
|
success?: string | undefined;
|
|
8904
|
-
error?: string | undefined;
|
|
8905
8904
|
warning?: string | undefined;
|
|
8906
8905
|
info?: string | undefined;
|
|
8906
|
+
error?: string | undefined;
|
|
8907
8907
|
muted?: string | undefined;
|
|
8908
8908
|
accent?: string | undefined;
|
|
8909
8909
|
surface?: string | undefined;
|
|
@@ -9124,9 +9124,9 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9124
9124
|
primary?: string | undefined;
|
|
9125
9125
|
secondary?: string | undefined;
|
|
9126
9126
|
success?: string | undefined;
|
|
9127
|
-
error?: string | undefined;
|
|
9128
9127
|
warning?: string | undefined;
|
|
9129
9128
|
info?: string | undefined;
|
|
9129
|
+
error?: string | undefined;
|
|
9130
9130
|
muted?: string | undefined;
|
|
9131
9131
|
accent?: string | undefined;
|
|
9132
9132
|
surface?: string | undefined;
|
|
@@ -9406,9 +9406,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9406
9406
|
primary?: string | undefined;
|
|
9407
9407
|
secondary?: string | undefined;
|
|
9408
9408
|
success?: string | undefined;
|
|
9409
|
-
error?: string | undefined;
|
|
9410
9409
|
warning?: string | undefined;
|
|
9411
9410
|
info?: string | undefined;
|
|
9411
|
+
error?: string | undefined;
|
|
9412
9412
|
muted?: string | undefined;
|
|
9413
9413
|
accent?: string | undefined;
|
|
9414
9414
|
surface?: string | undefined;
|
|
@@ -9439,9 +9439,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9439
9439
|
primary?: string | undefined;
|
|
9440
9440
|
secondary?: string | undefined;
|
|
9441
9441
|
success?: string | undefined;
|
|
9442
|
-
error?: string | undefined;
|
|
9443
9442
|
warning?: string | undefined;
|
|
9444
9443
|
info?: string | undefined;
|
|
9444
|
+
error?: string | undefined;
|
|
9445
9445
|
muted?: string | undefined;
|
|
9446
9446
|
accent?: string | undefined;
|
|
9447
9447
|
surface?: string | undefined;
|
|
@@ -10418,9 +10418,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10418
10418
|
primary?: string | undefined;
|
|
10419
10419
|
secondary?: string | undefined;
|
|
10420
10420
|
success?: string | undefined;
|
|
10421
|
-
error?: string | undefined;
|
|
10422
10421
|
warning?: string | undefined;
|
|
10423
10422
|
info?: string | undefined;
|
|
10423
|
+
error?: string | undefined;
|
|
10424
10424
|
muted?: string | undefined;
|
|
10425
10425
|
accent?: string | undefined;
|
|
10426
10426
|
surface?: string | undefined;
|
|
@@ -10640,9 +10640,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10640
10640
|
primary?: string | undefined;
|
|
10641
10641
|
secondary?: string | undefined;
|
|
10642
10642
|
success?: string | undefined;
|
|
10643
|
-
error?: string | undefined;
|
|
10644
10643
|
warning?: string | undefined;
|
|
10645
10644
|
info?: string | undefined;
|
|
10645
|
+
error?: string | undefined;
|
|
10646
10646
|
muted?: string | undefined;
|
|
10647
10647
|
accent?: string | undefined;
|
|
10648
10648
|
surface?: string | undefined;
|
|
@@ -10895,9 +10895,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10895
10895
|
primary?: string | undefined;
|
|
10896
10896
|
secondary?: string | undefined;
|
|
10897
10897
|
success?: string | undefined;
|
|
10898
|
-
error?: string | undefined;
|
|
10899
10898
|
warning?: string | undefined;
|
|
10900
10899
|
info?: string | undefined;
|
|
10900
|
+
error?: string | undefined;
|
|
10901
10901
|
muted?: string | undefined;
|
|
10902
10902
|
accent?: string | undefined;
|
|
10903
10903
|
surface?: string | undefined;
|
|
@@ -10928,9 +10928,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10928
10928
|
primary?: string | undefined;
|
|
10929
10929
|
secondary?: string | undefined;
|
|
10930
10930
|
success?: string | undefined;
|
|
10931
|
-
error?: string | undefined;
|
|
10932
10931
|
warning?: string | undefined;
|
|
10933
10932
|
info?: string | undefined;
|
|
10933
|
+
error?: string | undefined;
|
|
10934
10934
|
muted?: string | undefined;
|
|
10935
10935
|
accent?: string | undefined;
|
|
10936
10936
|
surface?: string | undefined;
|
|
@@ -11907,9 +11907,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11907
11907
|
primary?: string | undefined;
|
|
11908
11908
|
secondary?: string | undefined;
|
|
11909
11909
|
success?: string | undefined;
|
|
11910
|
-
error?: string | undefined;
|
|
11911
11910
|
warning?: string | undefined;
|
|
11912
11911
|
info?: string | undefined;
|
|
11912
|
+
error?: string | undefined;
|
|
11913
11913
|
muted?: string | undefined;
|
|
11914
11914
|
accent?: string | undefined;
|
|
11915
11915
|
surface?: string | undefined;
|
|
@@ -12129,9 +12129,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12129
12129
|
primary?: string | undefined;
|
|
12130
12130
|
secondary?: string | undefined;
|
|
12131
12131
|
success?: string | undefined;
|
|
12132
|
-
error?: string | undefined;
|
|
12133
12132
|
warning?: string | undefined;
|
|
12134
12133
|
info?: string | undefined;
|
|
12134
|
+
error?: string | undefined;
|
|
12135
12135
|
muted?: string | undefined;
|
|
12136
12136
|
accent?: string | undefined;
|
|
12137
12137
|
surface?: string | undefined;
|
|
@@ -12354,9 +12354,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12354
12354
|
primary?: string | undefined;
|
|
12355
12355
|
secondary?: string | undefined;
|
|
12356
12356
|
success?: string | undefined;
|
|
12357
|
-
error?: string | undefined;
|
|
12358
12357
|
warning?: string | undefined;
|
|
12359
12358
|
info?: string | undefined;
|
|
12359
|
+
error?: string | undefined;
|
|
12360
12360
|
muted?: string | undefined;
|
|
12361
12361
|
accent?: string | undefined;
|
|
12362
12362
|
surface?: string | undefined;
|
|
@@ -12577,9 +12577,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12577
12577
|
primary?: string | undefined;
|
|
12578
12578
|
secondary?: string | undefined;
|
|
12579
12579
|
success?: string | undefined;
|
|
12580
|
-
error?: string | undefined;
|
|
12581
12580
|
warning?: string | undefined;
|
|
12582
12581
|
info?: string | undefined;
|
|
12582
|
+
error?: string | undefined;
|
|
12583
12583
|
muted?: string | undefined;
|
|
12584
12584
|
accent?: string | undefined;
|
|
12585
12585
|
surface?: string | undefined;
|
|
@@ -12802,9 +12802,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12802
12802
|
primary?: string | undefined;
|
|
12803
12803
|
secondary?: string | undefined;
|
|
12804
12804
|
success?: string | undefined;
|
|
12805
|
-
error?: string | undefined;
|
|
12806
12805
|
warning?: string | undefined;
|
|
12807
12806
|
info?: string | undefined;
|
|
12807
|
+
error?: string | undefined;
|
|
12808
12808
|
muted?: string | undefined;
|
|
12809
12809
|
accent?: string | undefined;
|
|
12810
12810
|
surface?: string | undefined;
|
|
@@ -13025,9 +13025,9 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13025
13025
|
primary?: string | undefined;
|
|
13026
13026
|
secondary?: string | undefined;
|
|
13027
13027
|
success?: string | undefined;
|
|
13028
|
-
error?: string | undefined;
|
|
13029
13028
|
warning?: string | undefined;
|
|
13030
13029
|
info?: string | undefined;
|
|
13030
|
+
error?: string | undefined;
|
|
13031
13031
|
muted?: string | undefined;
|
|
13032
13032
|
accent?: string | undefined;
|
|
13033
13033
|
surface?: string | undefined;
|
|
@@ -13294,9 +13294,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
13294
13294
|
primary?: string | undefined;
|
|
13295
13295
|
secondary?: string | undefined;
|
|
13296
13296
|
success?: string | undefined;
|
|
13297
|
-
error?: string | undefined;
|
|
13298
13297
|
warning?: string | undefined;
|
|
13299
13298
|
info?: string | undefined;
|
|
13299
|
+
error?: string | undefined;
|
|
13300
13300
|
muted?: string | undefined;
|
|
13301
13301
|
accent?: string | undefined;
|
|
13302
13302
|
surface?: string | undefined;
|
|
@@ -13327,9 +13327,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
13327
13327
|
primary?: string | undefined;
|
|
13328
13328
|
secondary?: string | undefined;
|
|
13329
13329
|
success?: string | undefined;
|
|
13330
|
-
error?: string | undefined;
|
|
13331
13330
|
warning?: string | undefined;
|
|
13332
13331
|
info?: string | undefined;
|
|
13332
|
+
error?: string | undefined;
|
|
13333
13333
|
muted?: string | undefined;
|
|
13334
13334
|
accent?: string | undefined;
|
|
13335
13335
|
surface?: string | undefined;
|
|
@@ -14306,9 +14306,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14306
14306
|
primary?: string | undefined;
|
|
14307
14307
|
secondary?: string | undefined;
|
|
14308
14308
|
success?: string | undefined;
|
|
14309
|
-
error?: string | undefined;
|
|
14310
14309
|
warning?: string | undefined;
|
|
14311
14310
|
info?: string | undefined;
|
|
14311
|
+
error?: string | undefined;
|
|
14312
14312
|
muted?: string | undefined;
|
|
14313
14313
|
accent?: string | undefined;
|
|
14314
14314
|
surface?: string | undefined;
|
|
@@ -14528,9 +14528,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14528
14528
|
primary?: string | undefined;
|
|
14529
14529
|
secondary?: string | undefined;
|
|
14530
14530
|
success?: string | undefined;
|
|
14531
|
-
error?: string | undefined;
|
|
14532
14531
|
warning?: string | undefined;
|
|
14533
14532
|
info?: string | undefined;
|
|
14533
|
+
error?: string | undefined;
|
|
14534
14534
|
muted?: string | undefined;
|
|
14535
14535
|
accent?: string | undefined;
|
|
14536
14536
|
surface?: string | undefined;
|
|
@@ -14783,9 +14783,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14783
14783
|
primary?: string | undefined;
|
|
14784
14784
|
secondary?: string | undefined;
|
|
14785
14785
|
success?: string | undefined;
|
|
14786
|
-
error?: string | undefined;
|
|
14787
14786
|
warning?: string | undefined;
|
|
14788
14787
|
info?: string | undefined;
|
|
14788
|
+
error?: string | undefined;
|
|
14789
14789
|
muted?: string | undefined;
|
|
14790
14790
|
accent?: string | undefined;
|
|
14791
14791
|
surface?: string | undefined;
|
|
@@ -14816,9 +14816,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14816
14816
|
primary?: string | undefined;
|
|
14817
14817
|
secondary?: string | undefined;
|
|
14818
14818
|
success?: string | undefined;
|
|
14819
|
-
error?: string | undefined;
|
|
14820
14819
|
warning?: string | undefined;
|
|
14821
14820
|
info?: string | undefined;
|
|
14821
|
+
error?: string | undefined;
|
|
14822
14822
|
muted?: string | undefined;
|
|
14823
14823
|
accent?: string | undefined;
|
|
14824
14824
|
surface?: string | undefined;
|
|
@@ -15795,9 +15795,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15795
15795
|
primary?: string | undefined;
|
|
15796
15796
|
secondary?: string | undefined;
|
|
15797
15797
|
success?: string | undefined;
|
|
15798
|
-
error?: string | undefined;
|
|
15799
15798
|
warning?: string | undefined;
|
|
15800
15799
|
info?: string | undefined;
|
|
15800
|
+
error?: string | undefined;
|
|
15801
15801
|
muted?: string | undefined;
|
|
15802
15802
|
accent?: string | undefined;
|
|
15803
15803
|
surface?: string | undefined;
|
|
@@ -16017,9 +16017,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16017
16017
|
primary?: string | undefined;
|
|
16018
16018
|
secondary?: string | undefined;
|
|
16019
16019
|
success?: string | undefined;
|
|
16020
|
-
error?: string | undefined;
|
|
16021
16020
|
warning?: string | undefined;
|
|
16022
16021
|
info?: string | undefined;
|
|
16022
|
+
error?: string | undefined;
|
|
16023
16023
|
muted?: string | undefined;
|
|
16024
16024
|
accent?: string | undefined;
|
|
16025
16025
|
surface?: string | undefined;
|
|
@@ -16242,9 +16242,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16242
16242
|
primary?: string | undefined;
|
|
16243
16243
|
secondary?: string | undefined;
|
|
16244
16244
|
success?: string | undefined;
|
|
16245
|
-
error?: string | undefined;
|
|
16246
16245
|
warning?: string | undefined;
|
|
16247
16246
|
info?: string | undefined;
|
|
16247
|
+
error?: string | undefined;
|
|
16248
16248
|
muted?: string | undefined;
|
|
16249
16249
|
accent?: string | undefined;
|
|
16250
16250
|
surface?: string | undefined;
|
|
@@ -16465,9 +16465,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16465
16465
|
primary?: string | undefined;
|
|
16466
16466
|
secondary?: string | undefined;
|
|
16467
16467
|
success?: string | undefined;
|
|
16468
|
-
error?: string | undefined;
|
|
16469
16468
|
warning?: string | undefined;
|
|
16470
16469
|
info?: string | undefined;
|
|
16470
|
+
error?: string | undefined;
|
|
16471
16471
|
muted?: string | undefined;
|
|
16472
16472
|
accent?: string | undefined;
|
|
16473
16473
|
surface?: string | undefined;
|
|
@@ -16690,9 +16690,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16690
16690
|
primary?: string | undefined;
|
|
16691
16691
|
secondary?: string | undefined;
|
|
16692
16692
|
success?: string | undefined;
|
|
16693
|
-
error?: string | undefined;
|
|
16694
16693
|
warning?: string | undefined;
|
|
16695
16694
|
info?: string | undefined;
|
|
16695
|
+
error?: string | undefined;
|
|
16696
16696
|
muted?: string | undefined;
|
|
16697
16697
|
accent?: string | undefined;
|
|
16698
16698
|
surface?: string | undefined;
|
|
@@ -16913,9 +16913,9 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16913
16913
|
primary?: string | undefined;
|
|
16914
16914
|
secondary?: string | undefined;
|
|
16915
16915
|
success?: string | undefined;
|
|
16916
|
-
error?: string | undefined;
|
|
16917
16916
|
warning?: string | undefined;
|
|
16918
16917
|
info?: string | undefined;
|
|
16918
|
+
error?: string | undefined;
|
|
16919
16919
|
muted?: string | undefined;
|
|
16920
16920
|
accent?: string | undefined;
|
|
16921
16921
|
surface?: string | undefined;
|
|
@@ -17182,9 +17182,9 @@ declare const ColorSliceSchema: z.ZodObject<{
|
|
|
17182
17182
|
primary?: string | undefined;
|
|
17183
17183
|
secondary?: string | undefined;
|
|
17184
17184
|
success?: string | undefined;
|
|
17185
|
-
error?: string | undefined;
|
|
17186
17185
|
warning?: string | undefined;
|
|
17187
17186
|
info?: string | undefined;
|
|
17187
|
+
error?: string | undefined;
|
|
17188
17188
|
muted?: string | undefined;
|
|
17189
17189
|
accent?: string | undefined;
|
|
17190
17190
|
surface?: string | undefined;
|
|
@@ -17215,9 +17215,9 @@ declare const ColorSliceSchema: z.ZodObject<{
|
|
|
17215
17215
|
primary?: string | undefined;
|
|
17216
17216
|
secondary?: string | undefined;
|
|
17217
17217
|
success?: string | undefined;
|
|
17218
|
-
error?: string | undefined;
|
|
17219
17218
|
warning?: string | undefined;
|
|
17220
17219
|
info?: string | undefined;
|
|
17220
|
+
error?: string | undefined;
|
|
17221
17221
|
muted?: string | undefined;
|
|
17222
17222
|
accent?: string | undefined;
|
|
17223
17223
|
surface?: string | undefined;
|
|
@@ -21446,9 +21446,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
21446
21446
|
primary?: string | undefined;
|
|
21447
21447
|
secondary?: string | undefined;
|
|
21448
21448
|
success?: string | undefined;
|
|
21449
|
-
error?: string | undefined;
|
|
21450
21449
|
warning?: string | undefined;
|
|
21451
21450
|
info?: string | undefined;
|
|
21451
|
+
error?: string | undefined;
|
|
21452
21452
|
muted?: string | undefined;
|
|
21453
21453
|
accent?: string | undefined;
|
|
21454
21454
|
surface?: string | undefined;
|
|
@@ -21479,9 +21479,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
21479
21479
|
primary?: string | undefined;
|
|
21480
21480
|
secondary?: string | undefined;
|
|
21481
21481
|
success?: string | undefined;
|
|
21482
|
-
error?: string | undefined;
|
|
21483
21482
|
warning?: string | undefined;
|
|
21484
21483
|
info?: string | undefined;
|
|
21484
|
+
error?: string | undefined;
|
|
21485
21485
|
muted?: string | undefined;
|
|
21486
21486
|
accent?: string | undefined;
|
|
21487
21487
|
surface?: string | undefined;
|
|
@@ -22458,9 +22458,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22458
22458
|
primary?: string | undefined;
|
|
22459
22459
|
secondary?: string | undefined;
|
|
22460
22460
|
success?: string | undefined;
|
|
22461
|
-
error?: string | undefined;
|
|
22462
22461
|
warning?: string | undefined;
|
|
22463
22462
|
info?: string | undefined;
|
|
22463
|
+
error?: string | undefined;
|
|
22464
22464
|
muted?: string | undefined;
|
|
22465
22465
|
accent?: string | undefined;
|
|
22466
22466
|
surface?: string | undefined;
|
|
@@ -22680,9 +22680,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22680
22680
|
primary?: string | undefined;
|
|
22681
22681
|
secondary?: string | undefined;
|
|
22682
22682
|
success?: string | undefined;
|
|
22683
|
-
error?: string | undefined;
|
|
22684
22683
|
warning?: string | undefined;
|
|
22685
22684
|
info?: string | undefined;
|
|
22685
|
+
error?: string | undefined;
|
|
22686
22686
|
muted?: string | undefined;
|
|
22687
22687
|
accent?: string | undefined;
|
|
22688
22688
|
surface?: string | undefined;
|
|
@@ -22935,9 +22935,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22935
22935
|
primary?: string | undefined;
|
|
22936
22936
|
secondary?: string | undefined;
|
|
22937
22937
|
success?: string | undefined;
|
|
22938
|
-
error?: string | undefined;
|
|
22939
22938
|
warning?: string | undefined;
|
|
22940
22939
|
info?: string | undefined;
|
|
22940
|
+
error?: string | undefined;
|
|
22941
22941
|
muted?: string | undefined;
|
|
22942
22942
|
accent?: string | undefined;
|
|
22943
22943
|
surface?: string | undefined;
|
|
@@ -22968,9 +22968,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22968
22968
|
primary?: string | undefined;
|
|
22969
22969
|
secondary?: string | undefined;
|
|
22970
22970
|
success?: string | undefined;
|
|
22971
|
-
error?: string | undefined;
|
|
22972
22971
|
warning?: string | undefined;
|
|
22973
22972
|
info?: string | undefined;
|
|
22973
|
+
error?: string | undefined;
|
|
22974
22974
|
muted?: string | undefined;
|
|
22975
22975
|
accent?: string | undefined;
|
|
22976
22976
|
surface?: string | undefined;
|
|
@@ -23947,9 +23947,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23947
23947
|
primary?: string | undefined;
|
|
23948
23948
|
secondary?: string | undefined;
|
|
23949
23949
|
success?: string | undefined;
|
|
23950
|
-
error?: string | undefined;
|
|
23951
23950
|
warning?: string | undefined;
|
|
23952
23951
|
info?: string | undefined;
|
|
23952
|
+
error?: string | undefined;
|
|
23953
23953
|
muted?: string | undefined;
|
|
23954
23954
|
accent?: string | undefined;
|
|
23955
23955
|
surface?: string | undefined;
|
|
@@ -24169,9 +24169,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24169
24169
|
primary?: string | undefined;
|
|
24170
24170
|
secondary?: string | undefined;
|
|
24171
24171
|
success?: string | undefined;
|
|
24172
|
-
error?: string | undefined;
|
|
24173
24172
|
warning?: string | undefined;
|
|
24174
24173
|
info?: string | undefined;
|
|
24174
|
+
error?: string | undefined;
|
|
24175
24175
|
muted?: string | undefined;
|
|
24176
24176
|
accent?: string | undefined;
|
|
24177
24177
|
surface?: string | undefined;
|
|
@@ -24394,9 +24394,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24394
24394
|
primary?: string | undefined;
|
|
24395
24395
|
secondary?: string | undefined;
|
|
24396
24396
|
success?: string | undefined;
|
|
24397
|
-
error?: string | undefined;
|
|
24398
24397
|
warning?: string | undefined;
|
|
24399
24398
|
info?: string | undefined;
|
|
24399
|
+
error?: string | undefined;
|
|
24400
24400
|
muted?: string | undefined;
|
|
24401
24401
|
accent?: string | undefined;
|
|
24402
24402
|
surface?: string | undefined;
|
|
@@ -24617,9 +24617,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24617
24617
|
primary?: string | undefined;
|
|
24618
24618
|
secondary?: string | undefined;
|
|
24619
24619
|
success?: string | undefined;
|
|
24620
|
-
error?: string | undefined;
|
|
24621
24620
|
warning?: string | undefined;
|
|
24622
24621
|
info?: string | undefined;
|
|
24622
|
+
error?: string | undefined;
|
|
24623
24623
|
muted?: string | undefined;
|
|
24624
24624
|
accent?: string | undefined;
|
|
24625
24625
|
surface?: string | undefined;
|
|
@@ -24842,9 +24842,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24842
24842
|
primary?: string | undefined;
|
|
24843
24843
|
secondary?: string | undefined;
|
|
24844
24844
|
success?: string | undefined;
|
|
24845
|
-
error?: string | undefined;
|
|
24846
24845
|
warning?: string | undefined;
|
|
24847
24846
|
info?: string | undefined;
|
|
24847
|
+
error?: string | undefined;
|
|
24848
24848
|
muted?: string | undefined;
|
|
24849
24849
|
accent?: string | undefined;
|
|
24850
24850
|
surface?: string | undefined;
|
|
@@ -25065,9 +25065,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25065
25065
|
primary?: string | undefined;
|
|
25066
25066
|
secondary?: string | undefined;
|
|
25067
25067
|
success?: string | undefined;
|
|
25068
|
-
error?: string | undefined;
|
|
25069
25068
|
warning?: string | undefined;
|
|
25070
25069
|
info?: string | undefined;
|
|
25070
|
+
error?: string | undefined;
|
|
25071
25071
|
muted?: string | undefined;
|
|
25072
25072
|
accent?: string | undefined;
|
|
25073
25073
|
surface?: string | undefined;
|
|
@@ -28136,9 +28136,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28136
28136
|
primary?: string | undefined;
|
|
28137
28137
|
secondary?: string | undefined;
|
|
28138
28138
|
success?: string | undefined;
|
|
28139
|
-
error?: string | undefined;
|
|
28140
28139
|
warning?: string | undefined;
|
|
28141
28140
|
info?: string | undefined;
|
|
28141
|
+
error?: string | undefined;
|
|
28142
28142
|
muted?: string | undefined;
|
|
28143
28143
|
accent?: string | undefined;
|
|
28144
28144
|
surface?: string | undefined;
|
|
@@ -28359,9 +28359,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28359
28359
|
primary?: string | undefined;
|
|
28360
28360
|
secondary?: string | undefined;
|
|
28361
28361
|
success?: string | undefined;
|
|
28362
|
-
error?: string | undefined;
|
|
28363
28362
|
warning?: string | undefined;
|
|
28364
28363
|
info?: string | undefined;
|
|
28364
|
+
error?: string | undefined;
|
|
28365
28365
|
muted?: string | undefined;
|
|
28366
28366
|
accent?: string | undefined;
|
|
28367
28367
|
surface?: string | undefined;
|
|
@@ -29044,9 +29044,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29044
29044
|
primary?: string | undefined;
|
|
29045
29045
|
secondary?: string | undefined;
|
|
29046
29046
|
success?: string | undefined;
|
|
29047
|
-
error?: string | undefined;
|
|
29048
29047
|
warning?: string | undefined;
|
|
29049
29048
|
info?: string | undefined;
|
|
29049
|
+
error?: string | undefined;
|
|
29050
29050
|
muted?: string | undefined;
|
|
29051
29051
|
accent?: string | undefined;
|
|
29052
29052
|
surface?: string | undefined;
|
|
@@ -29267,9 +29267,9 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29267
29267
|
primary?: string | undefined;
|
|
29268
29268
|
secondary?: string | undefined;
|
|
29269
29269
|
success?: string | undefined;
|
|
29270
|
-
error?: string | undefined;
|
|
29271
29270
|
warning?: string | undefined;
|
|
29272
29271
|
info?: string | undefined;
|
|
29272
|
+
error?: string | undefined;
|
|
29273
29273
|
muted?: string | undefined;
|
|
29274
29274
|
accent?: string | undefined;
|
|
29275
29275
|
surface?: string | undefined;
|
|
@@ -29649,9 +29649,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
29649
29649
|
primary?: string | undefined;
|
|
29650
29650
|
secondary?: string | undefined;
|
|
29651
29651
|
success?: string | undefined;
|
|
29652
|
-
error?: string | undefined;
|
|
29653
29652
|
warning?: string | undefined;
|
|
29654
29653
|
info?: string | undefined;
|
|
29654
|
+
error?: string | undefined;
|
|
29655
29655
|
muted?: string | undefined;
|
|
29656
29656
|
accent?: string | undefined;
|
|
29657
29657
|
surface?: string | undefined;
|
|
@@ -29682,9 +29682,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
29682
29682
|
primary?: string | undefined;
|
|
29683
29683
|
secondary?: string | undefined;
|
|
29684
29684
|
success?: string | undefined;
|
|
29685
|
-
error?: string | undefined;
|
|
29686
29685
|
warning?: string | undefined;
|
|
29687
29686
|
info?: string | undefined;
|
|
29687
|
+
error?: string | undefined;
|
|
29688
29688
|
muted?: string | undefined;
|
|
29689
29689
|
accent?: string | undefined;
|
|
29690
29690
|
surface?: string | undefined;
|
|
@@ -30661,9 +30661,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30661
30661
|
primary?: string | undefined;
|
|
30662
30662
|
secondary?: string | undefined;
|
|
30663
30663
|
success?: string | undefined;
|
|
30664
|
-
error?: string | undefined;
|
|
30665
30664
|
warning?: string | undefined;
|
|
30666
30665
|
info?: string | undefined;
|
|
30666
|
+
error?: string | undefined;
|
|
30667
30667
|
muted?: string | undefined;
|
|
30668
30668
|
accent?: string | undefined;
|
|
30669
30669
|
surface?: string | undefined;
|
|
@@ -30883,9 +30883,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30883
30883
|
primary?: string | undefined;
|
|
30884
30884
|
secondary?: string | undefined;
|
|
30885
30885
|
success?: string | undefined;
|
|
30886
|
-
error?: string | undefined;
|
|
30887
30886
|
warning?: string | undefined;
|
|
30888
30887
|
info?: string | undefined;
|
|
30888
|
+
error?: string | undefined;
|
|
30889
30889
|
muted?: string | undefined;
|
|
30890
30890
|
accent?: string | undefined;
|
|
30891
30891
|
surface?: string | undefined;
|
|
@@ -31138,9 +31138,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31138
31138
|
primary?: string | undefined;
|
|
31139
31139
|
secondary?: string | undefined;
|
|
31140
31140
|
success?: string | undefined;
|
|
31141
|
-
error?: string | undefined;
|
|
31142
31141
|
warning?: string | undefined;
|
|
31143
31142
|
info?: string | undefined;
|
|
31143
|
+
error?: string | undefined;
|
|
31144
31144
|
muted?: string | undefined;
|
|
31145
31145
|
accent?: string | undefined;
|
|
31146
31146
|
surface?: string | undefined;
|
|
@@ -31171,9 +31171,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31171
31171
|
primary?: string | undefined;
|
|
31172
31172
|
secondary?: string | undefined;
|
|
31173
31173
|
success?: string | undefined;
|
|
31174
|
-
error?: string | undefined;
|
|
31175
31174
|
warning?: string | undefined;
|
|
31176
31175
|
info?: string | undefined;
|
|
31176
|
+
error?: string | undefined;
|
|
31177
31177
|
muted?: string | undefined;
|
|
31178
31178
|
accent?: string | undefined;
|
|
31179
31179
|
surface?: string | undefined;
|
|
@@ -32150,9 +32150,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32150
32150
|
primary?: string | undefined;
|
|
32151
32151
|
secondary?: string | undefined;
|
|
32152
32152
|
success?: string | undefined;
|
|
32153
|
-
error?: string | undefined;
|
|
32154
32153
|
warning?: string | undefined;
|
|
32155
32154
|
info?: string | undefined;
|
|
32155
|
+
error?: string | undefined;
|
|
32156
32156
|
muted?: string | undefined;
|
|
32157
32157
|
accent?: string | undefined;
|
|
32158
32158
|
surface?: string | undefined;
|
|
@@ -32372,9 +32372,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32372
32372
|
primary?: string | undefined;
|
|
32373
32373
|
secondary?: string | undefined;
|
|
32374
32374
|
success?: string | undefined;
|
|
32375
|
-
error?: string | undefined;
|
|
32376
32375
|
warning?: string | undefined;
|
|
32377
32376
|
info?: string | undefined;
|
|
32377
|
+
error?: string | undefined;
|
|
32378
32378
|
muted?: string | undefined;
|
|
32379
32379
|
accent?: string | undefined;
|
|
32380
32380
|
surface?: string | undefined;
|
|
@@ -32597,9 +32597,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32597
32597
|
primary?: string | undefined;
|
|
32598
32598
|
secondary?: string | undefined;
|
|
32599
32599
|
success?: string | undefined;
|
|
32600
|
-
error?: string | undefined;
|
|
32601
32600
|
warning?: string | undefined;
|
|
32602
32601
|
info?: string | undefined;
|
|
32602
|
+
error?: string | undefined;
|
|
32603
32603
|
muted?: string | undefined;
|
|
32604
32604
|
accent?: string | undefined;
|
|
32605
32605
|
surface?: string | undefined;
|
|
@@ -32820,9 +32820,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32820
32820
|
primary?: string | undefined;
|
|
32821
32821
|
secondary?: string | undefined;
|
|
32822
32822
|
success?: string | undefined;
|
|
32823
|
-
error?: string | undefined;
|
|
32824
32823
|
warning?: string | undefined;
|
|
32825
32824
|
info?: string | undefined;
|
|
32825
|
+
error?: string | undefined;
|
|
32826
32826
|
muted?: string | undefined;
|
|
32827
32827
|
accent?: string | undefined;
|
|
32828
32828
|
surface?: string | undefined;
|
|
@@ -33045,9 +33045,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33045
33045
|
primary?: string | undefined;
|
|
33046
33046
|
secondary?: string | undefined;
|
|
33047
33047
|
success?: string | undefined;
|
|
33048
|
-
error?: string | undefined;
|
|
33049
33048
|
warning?: string | undefined;
|
|
33050
33049
|
info?: string | undefined;
|
|
33050
|
+
error?: string | undefined;
|
|
33051
33051
|
muted?: string | undefined;
|
|
33052
33052
|
accent?: string | undefined;
|
|
33053
33053
|
surface?: string | undefined;
|
|
@@ -33268,9 +33268,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33268
33268
|
primary?: string | undefined;
|
|
33269
33269
|
secondary?: string | undefined;
|
|
33270
33270
|
success?: string | undefined;
|
|
33271
|
-
error?: string | undefined;
|
|
33272
33271
|
warning?: string | undefined;
|
|
33273
33272
|
info?: string | undefined;
|
|
33273
|
+
error?: string | undefined;
|
|
33274
33274
|
muted?: string | undefined;
|
|
33275
33275
|
accent?: string | undefined;
|
|
33276
33276
|
surface?: string | undefined;
|
|
@@ -36339,9 +36339,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36339
36339
|
primary?: string | undefined;
|
|
36340
36340
|
secondary?: string | undefined;
|
|
36341
36341
|
success?: string | undefined;
|
|
36342
|
-
error?: string | undefined;
|
|
36343
36342
|
warning?: string | undefined;
|
|
36344
36343
|
info?: string | undefined;
|
|
36344
|
+
error?: string | undefined;
|
|
36345
36345
|
muted?: string | undefined;
|
|
36346
36346
|
accent?: string | undefined;
|
|
36347
36347
|
surface?: string | undefined;
|
|
@@ -36562,9 +36562,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36562
36562
|
primary?: string | undefined;
|
|
36563
36563
|
secondary?: string | undefined;
|
|
36564
36564
|
success?: string | undefined;
|
|
36565
|
-
error?: string | undefined;
|
|
36566
36565
|
warning?: string | undefined;
|
|
36567
36566
|
info?: string | undefined;
|
|
36567
|
+
error?: string | undefined;
|
|
36568
36568
|
muted?: string | undefined;
|
|
36569
36569
|
accent?: string | undefined;
|
|
36570
36570
|
surface?: string | undefined;
|
|
@@ -37247,9 +37247,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37247
37247
|
primary?: string | undefined;
|
|
37248
37248
|
secondary?: string | undefined;
|
|
37249
37249
|
success?: string | undefined;
|
|
37250
|
-
error?: string | undefined;
|
|
37251
37250
|
warning?: string | undefined;
|
|
37252
37251
|
info?: string | undefined;
|
|
37252
|
+
error?: string | undefined;
|
|
37253
37253
|
muted?: string | undefined;
|
|
37254
37254
|
accent?: string | undefined;
|
|
37255
37255
|
surface?: string | undefined;
|
|
@@ -37470,9 +37470,9 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37470
37470
|
primary?: string | undefined;
|
|
37471
37471
|
secondary?: string | undefined;
|
|
37472
37472
|
success?: string | undefined;
|
|
37473
|
-
error?: string | undefined;
|
|
37474
37473
|
warning?: string | undefined;
|
|
37475
37474
|
info?: string | undefined;
|
|
37475
|
+
error?: string | undefined;
|
|
37476
37476
|
muted?: string | undefined;
|
|
37477
37477
|
accent?: string | undefined;
|
|
37478
37478
|
surface?: string | undefined;
|
|
@@ -37859,9 +37859,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
37859
37859
|
primary?: string | undefined;
|
|
37860
37860
|
secondary?: string | undefined;
|
|
37861
37861
|
success?: string | undefined;
|
|
37862
|
-
error?: string | undefined;
|
|
37863
37862
|
warning?: string | undefined;
|
|
37864
37863
|
info?: string | undefined;
|
|
37864
|
+
error?: string | undefined;
|
|
37865
37865
|
muted?: string | undefined;
|
|
37866
37866
|
accent?: string | undefined;
|
|
37867
37867
|
surface?: string | undefined;
|
|
@@ -37892,9 +37892,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
37892
37892
|
primary?: string | undefined;
|
|
37893
37893
|
secondary?: string | undefined;
|
|
37894
37894
|
success?: string | undefined;
|
|
37895
|
-
error?: string | undefined;
|
|
37896
37895
|
warning?: string | undefined;
|
|
37897
37896
|
info?: string | undefined;
|
|
37897
|
+
error?: string | undefined;
|
|
37898
37898
|
muted?: string | undefined;
|
|
37899
37899
|
accent?: string | undefined;
|
|
37900
37900
|
surface?: string | undefined;
|
|
@@ -38871,9 +38871,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38871
38871
|
primary?: string | undefined;
|
|
38872
38872
|
secondary?: string | undefined;
|
|
38873
38873
|
success?: string | undefined;
|
|
38874
|
-
error?: string | undefined;
|
|
38875
38874
|
warning?: string | undefined;
|
|
38876
38875
|
info?: string | undefined;
|
|
38876
|
+
error?: string | undefined;
|
|
38877
38877
|
muted?: string | undefined;
|
|
38878
38878
|
accent?: string | undefined;
|
|
38879
38879
|
surface?: string | undefined;
|
|
@@ -39093,9 +39093,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39093
39093
|
primary?: string | undefined;
|
|
39094
39094
|
secondary?: string | undefined;
|
|
39095
39095
|
success?: string | undefined;
|
|
39096
|
-
error?: string | undefined;
|
|
39097
39096
|
warning?: string | undefined;
|
|
39098
39097
|
info?: string | undefined;
|
|
39098
|
+
error?: string | undefined;
|
|
39099
39099
|
muted?: string | undefined;
|
|
39100
39100
|
accent?: string | undefined;
|
|
39101
39101
|
surface?: string | undefined;
|
|
@@ -39348,9 +39348,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39348
39348
|
primary?: string | undefined;
|
|
39349
39349
|
secondary?: string | undefined;
|
|
39350
39350
|
success?: string | undefined;
|
|
39351
|
-
error?: string | undefined;
|
|
39352
39351
|
warning?: string | undefined;
|
|
39353
39352
|
info?: string | undefined;
|
|
39353
|
+
error?: string | undefined;
|
|
39354
39354
|
muted?: string | undefined;
|
|
39355
39355
|
accent?: string | undefined;
|
|
39356
39356
|
surface?: string | undefined;
|
|
@@ -39381,9 +39381,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39381
39381
|
primary?: string | undefined;
|
|
39382
39382
|
secondary?: string | undefined;
|
|
39383
39383
|
success?: string | undefined;
|
|
39384
|
-
error?: string | undefined;
|
|
39385
39384
|
warning?: string | undefined;
|
|
39386
39385
|
info?: string | undefined;
|
|
39386
|
+
error?: string | undefined;
|
|
39387
39387
|
muted?: string | undefined;
|
|
39388
39388
|
accent?: string | undefined;
|
|
39389
39389
|
surface?: string | undefined;
|
|
@@ -40360,9 +40360,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40360
40360
|
primary?: string | undefined;
|
|
40361
40361
|
secondary?: string | undefined;
|
|
40362
40362
|
success?: string | undefined;
|
|
40363
|
-
error?: string | undefined;
|
|
40364
40363
|
warning?: string | undefined;
|
|
40365
40364
|
info?: string | undefined;
|
|
40365
|
+
error?: string | undefined;
|
|
40366
40366
|
muted?: string | undefined;
|
|
40367
40367
|
accent?: string | undefined;
|
|
40368
40368
|
surface?: string | undefined;
|
|
@@ -40582,9 +40582,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40582
40582
|
primary?: string | undefined;
|
|
40583
40583
|
secondary?: string | undefined;
|
|
40584
40584
|
success?: string | undefined;
|
|
40585
|
-
error?: string | undefined;
|
|
40586
40585
|
warning?: string | undefined;
|
|
40587
40586
|
info?: string | undefined;
|
|
40587
|
+
error?: string | undefined;
|
|
40588
40588
|
muted?: string | undefined;
|
|
40589
40589
|
accent?: string | undefined;
|
|
40590
40590
|
surface?: string | undefined;
|
|
@@ -40807,9 +40807,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40807
40807
|
primary?: string | undefined;
|
|
40808
40808
|
secondary?: string | undefined;
|
|
40809
40809
|
success?: string | undefined;
|
|
40810
|
-
error?: string | undefined;
|
|
40811
40810
|
warning?: string | undefined;
|
|
40812
40811
|
info?: string | undefined;
|
|
40812
|
+
error?: string | undefined;
|
|
40813
40813
|
muted?: string | undefined;
|
|
40814
40814
|
accent?: string | undefined;
|
|
40815
40815
|
surface?: string | undefined;
|
|
@@ -41030,9 +41030,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41030
41030
|
primary?: string | undefined;
|
|
41031
41031
|
secondary?: string | undefined;
|
|
41032
41032
|
success?: string | undefined;
|
|
41033
|
-
error?: string | undefined;
|
|
41034
41033
|
warning?: string | undefined;
|
|
41035
41034
|
info?: string | undefined;
|
|
41035
|
+
error?: string | undefined;
|
|
41036
41036
|
muted?: string | undefined;
|
|
41037
41037
|
accent?: string | undefined;
|
|
41038
41038
|
surface?: string | undefined;
|
|
@@ -41255,9 +41255,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41255
41255
|
primary?: string | undefined;
|
|
41256
41256
|
secondary?: string | undefined;
|
|
41257
41257
|
success?: string | undefined;
|
|
41258
|
-
error?: string | undefined;
|
|
41259
41258
|
warning?: string | undefined;
|
|
41260
41259
|
info?: string | undefined;
|
|
41260
|
+
error?: string | undefined;
|
|
41261
41261
|
muted?: string | undefined;
|
|
41262
41262
|
accent?: string | undefined;
|
|
41263
41263
|
surface?: string | undefined;
|
|
@@ -41478,9 +41478,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41478
41478
|
primary?: string | undefined;
|
|
41479
41479
|
secondary?: string | undefined;
|
|
41480
41480
|
success?: string | undefined;
|
|
41481
|
-
error?: string | undefined;
|
|
41482
41481
|
warning?: string | undefined;
|
|
41483
41482
|
info?: string | undefined;
|
|
41483
|
+
error?: string | undefined;
|
|
41484
41484
|
muted?: string | undefined;
|
|
41485
41485
|
accent?: string | undefined;
|
|
41486
41486
|
surface?: string | undefined;
|
|
@@ -44549,9 +44549,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44549
44549
|
primary?: string | undefined;
|
|
44550
44550
|
secondary?: string | undefined;
|
|
44551
44551
|
success?: string | undefined;
|
|
44552
|
-
error?: string | undefined;
|
|
44553
44552
|
warning?: string | undefined;
|
|
44554
44553
|
info?: string | undefined;
|
|
44554
|
+
error?: string | undefined;
|
|
44555
44555
|
muted?: string | undefined;
|
|
44556
44556
|
accent?: string | undefined;
|
|
44557
44557
|
surface?: string | undefined;
|
|
@@ -44772,9 +44772,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44772
44772
|
primary?: string | undefined;
|
|
44773
44773
|
secondary?: string | undefined;
|
|
44774
44774
|
success?: string | undefined;
|
|
44775
|
-
error?: string | undefined;
|
|
44776
44775
|
warning?: string | undefined;
|
|
44777
44776
|
info?: string | undefined;
|
|
44777
|
+
error?: string | undefined;
|
|
44778
44778
|
muted?: string | undefined;
|
|
44779
44779
|
accent?: string | undefined;
|
|
44780
44780
|
surface?: string | undefined;
|
|
@@ -45457,9 +45457,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45457
45457
|
primary?: string | undefined;
|
|
45458
45458
|
secondary?: string | undefined;
|
|
45459
45459
|
success?: string | undefined;
|
|
45460
|
-
error?: string | undefined;
|
|
45461
45460
|
warning?: string | undefined;
|
|
45462
45461
|
info?: string | undefined;
|
|
45462
|
+
error?: string | undefined;
|
|
45463
45463
|
muted?: string | undefined;
|
|
45464
45464
|
accent?: string | undefined;
|
|
45465
45465
|
surface?: string | undefined;
|
|
@@ -45680,9 +45680,9 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45680
45680
|
primary?: string | undefined;
|
|
45681
45681
|
secondary?: string | undefined;
|
|
45682
45682
|
success?: string | undefined;
|
|
45683
|
-
error?: string | undefined;
|
|
45684
45683
|
warning?: string | undefined;
|
|
45685
45684
|
info?: string | undefined;
|
|
45685
|
+
error?: string | undefined;
|
|
45686
45686
|
muted?: string | undefined;
|
|
45687
45687
|
accent?: string | undefined;
|
|
45688
45688
|
surface?: string | undefined;
|
|
@@ -46406,9 +46406,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46406
46406
|
primary?: string | undefined;
|
|
46407
46407
|
secondary?: string | undefined;
|
|
46408
46408
|
success?: string | undefined;
|
|
46409
|
-
error?: string | undefined;
|
|
46410
46409
|
warning?: string | undefined;
|
|
46411
46410
|
info?: string | undefined;
|
|
46411
|
+
error?: string | undefined;
|
|
46412
46412
|
muted?: string | undefined;
|
|
46413
46413
|
accent?: string | undefined;
|
|
46414
46414
|
surface?: string | undefined;
|
|
@@ -46439,9 +46439,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46439
46439
|
primary?: string | undefined;
|
|
46440
46440
|
secondary?: string | undefined;
|
|
46441
46441
|
success?: string | undefined;
|
|
46442
|
-
error?: string | undefined;
|
|
46443
46442
|
warning?: string | undefined;
|
|
46444
46443
|
info?: string | undefined;
|
|
46444
|
+
error?: string | undefined;
|
|
46445
46445
|
muted?: string | undefined;
|
|
46446
46446
|
accent?: string | undefined;
|
|
46447
46447
|
surface?: string | undefined;
|
|
@@ -47418,9 +47418,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47418
47418
|
primary?: string | undefined;
|
|
47419
47419
|
secondary?: string | undefined;
|
|
47420
47420
|
success?: string | undefined;
|
|
47421
|
-
error?: string | undefined;
|
|
47422
47421
|
warning?: string | undefined;
|
|
47423
47422
|
info?: string | undefined;
|
|
47423
|
+
error?: string | undefined;
|
|
47424
47424
|
muted?: string | undefined;
|
|
47425
47425
|
accent?: string | undefined;
|
|
47426
47426
|
surface?: string | undefined;
|
|
@@ -47640,9 +47640,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47640
47640
|
primary?: string | undefined;
|
|
47641
47641
|
secondary?: string | undefined;
|
|
47642
47642
|
success?: string | undefined;
|
|
47643
|
-
error?: string | undefined;
|
|
47644
47643
|
warning?: string | undefined;
|
|
47645
47644
|
info?: string | undefined;
|
|
47645
|
+
error?: string | undefined;
|
|
47646
47646
|
muted?: string | undefined;
|
|
47647
47647
|
accent?: string | undefined;
|
|
47648
47648
|
surface?: string | undefined;
|
|
@@ -47895,9 +47895,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47895
47895
|
primary?: string | undefined;
|
|
47896
47896
|
secondary?: string | undefined;
|
|
47897
47897
|
success?: string | undefined;
|
|
47898
|
-
error?: string | undefined;
|
|
47899
47898
|
warning?: string | undefined;
|
|
47900
47899
|
info?: string | undefined;
|
|
47900
|
+
error?: string | undefined;
|
|
47901
47901
|
muted?: string | undefined;
|
|
47902
47902
|
accent?: string | undefined;
|
|
47903
47903
|
surface?: string | undefined;
|
|
@@ -47928,9 +47928,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47928
47928
|
primary?: string | undefined;
|
|
47929
47929
|
secondary?: string | undefined;
|
|
47930
47930
|
success?: string | undefined;
|
|
47931
|
-
error?: string | undefined;
|
|
47932
47931
|
warning?: string | undefined;
|
|
47933
47932
|
info?: string | undefined;
|
|
47933
|
+
error?: string | undefined;
|
|
47934
47934
|
muted?: string | undefined;
|
|
47935
47935
|
accent?: string | undefined;
|
|
47936
47936
|
surface?: string | undefined;
|
|
@@ -48907,9 +48907,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48907
48907
|
primary?: string | undefined;
|
|
48908
48908
|
secondary?: string | undefined;
|
|
48909
48909
|
success?: string | undefined;
|
|
48910
|
-
error?: string | undefined;
|
|
48911
48910
|
warning?: string | undefined;
|
|
48912
48911
|
info?: string | undefined;
|
|
48912
|
+
error?: string | undefined;
|
|
48913
48913
|
muted?: string | undefined;
|
|
48914
48914
|
accent?: string | undefined;
|
|
48915
48915
|
surface?: string | undefined;
|
|
@@ -49129,9 +49129,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49129
49129
|
primary?: string | undefined;
|
|
49130
49130
|
secondary?: string | undefined;
|
|
49131
49131
|
success?: string | undefined;
|
|
49132
|
-
error?: string | undefined;
|
|
49133
49132
|
warning?: string | undefined;
|
|
49134
49133
|
info?: string | undefined;
|
|
49134
|
+
error?: string | undefined;
|
|
49135
49135
|
muted?: string | undefined;
|
|
49136
49136
|
accent?: string | undefined;
|
|
49137
49137
|
surface?: string | undefined;
|
|
@@ -49354,9 +49354,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49354
49354
|
primary?: string | undefined;
|
|
49355
49355
|
secondary?: string | undefined;
|
|
49356
49356
|
success?: string | undefined;
|
|
49357
|
-
error?: string | undefined;
|
|
49358
49357
|
warning?: string | undefined;
|
|
49359
49358
|
info?: string | undefined;
|
|
49359
|
+
error?: string | undefined;
|
|
49360
49360
|
muted?: string | undefined;
|
|
49361
49361
|
accent?: string | undefined;
|
|
49362
49362
|
surface?: string | undefined;
|
|
@@ -49577,9 +49577,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49577
49577
|
primary?: string | undefined;
|
|
49578
49578
|
secondary?: string | undefined;
|
|
49579
49579
|
success?: string | undefined;
|
|
49580
|
-
error?: string | undefined;
|
|
49581
49580
|
warning?: string | undefined;
|
|
49582
49581
|
info?: string | undefined;
|
|
49582
|
+
error?: string | undefined;
|
|
49583
49583
|
muted?: string | undefined;
|
|
49584
49584
|
accent?: string | undefined;
|
|
49585
49585
|
surface?: string | undefined;
|
|
@@ -49802,9 +49802,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49802
49802
|
primary?: string | undefined;
|
|
49803
49803
|
secondary?: string | undefined;
|
|
49804
49804
|
success?: string | undefined;
|
|
49805
|
-
error?: string | undefined;
|
|
49806
49805
|
warning?: string | undefined;
|
|
49807
49806
|
info?: string | undefined;
|
|
49807
|
+
error?: string | undefined;
|
|
49808
49808
|
muted?: string | undefined;
|
|
49809
49809
|
accent?: string | undefined;
|
|
49810
49810
|
surface?: string | undefined;
|
|
@@ -50025,9 +50025,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50025
50025
|
primary?: string | undefined;
|
|
50026
50026
|
secondary?: string | undefined;
|
|
50027
50027
|
success?: string | undefined;
|
|
50028
|
-
error?: string | undefined;
|
|
50029
50028
|
warning?: string | undefined;
|
|
50030
50029
|
info?: string | undefined;
|
|
50030
|
+
error?: string | undefined;
|
|
50031
50031
|
muted?: string | undefined;
|
|
50032
50032
|
accent?: string | undefined;
|
|
50033
50033
|
surface?: string | undefined;
|
|
@@ -53096,9 +53096,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53096
53096
|
primary?: string | undefined;
|
|
53097
53097
|
secondary?: string | undefined;
|
|
53098
53098
|
success?: string | undefined;
|
|
53099
|
-
error?: string | undefined;
|
|
53100
53099
|
warning?: string | undefined;
|
|
53101
53100
|
info?: string | undefined;
|
|
53101
|
+
error?: string | undefined;
|
|
53102
53102
|
muted?: string | undefined;
|
|
53103
53103
|
accent?: string | undefined;
|
|
53104
53104
|
surface?: string | undefined;
|
|
@@ -53319,9 +53319,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53319
53319
|
primary?: string | undefined;
|
|
53320
53320
|
secondary?: string | undefined;
|
|
53321
53321
|
success?: string | undefined;
|
|
53322
|
-
error?: string | undefined;
|
|
53323
53322
|
warning?: string | undefined;
|
|
53324
53323
|
info?: string | undefined;
|
|
53324
|
+
error?: string | undefined;
|
|
53325
53325
|
muted?: string | undefined;
|
|
53326
53326
|
accent?: string | undefined;
|
|
53327
53327
|
surface?: string | undefined;
|
|
@@ -54004,9 +54004,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54004
54004
|
primary?: string | undefined;
|
|
54005
54005
|
secondary?: string | undefined;
|
|
54006
54006
|
success?: string | undefined;
|
|
54007
|
-
error?: string | undefined;
|
|
54008
54007
|
warning?: string | undefined;
|
|
54009
54008
|
info?: string | undefined;
|
|
54009
|
+
error?: string | undefined;
|
|
54010
54010
|
muted?: string | undefined;
|
|
54011
54011
|
accent?: string | undefined;
|
|
54012
54012
|
surface?: string | undefined;
|
|
@@ -54227,9 +54227,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54227
54227
|
primary?: string | undefined;
|
|
54228
54228
|
secondary?: string | undefined;
|
|
54229
54229
|
success?: string | undefined;
|
|
54230
|
-
error?: string | undefined;
|
|
54231
54230
|
warning?: string | undefined;
|
|
54232
54231
|
info?: string | undefined;
|
|
54232
|
+
error?: string | undefined;
|
|
54233
54233
|
muted?: string | undefined;
|
|
54234
54234
|
accent?: string | undefined;
|
|
54235
54235
|
surface?: string | undefined;
|
|
@@ -55134,9 +55134,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55134
55134
|
primary?: string | undefined;
|
|
55135
55135
|
secondary?: string | undefined;
|
|
55136
55136
|
success?: string | undefined;
|
|
55137
|
-
error?: string | undefined;
|
|
55138
55137
|
warning?: string | undefined;
|
|
55139
55138
|
info?: string | undefined;
|
|
55139
|
+
error?: string | undefined;
|
|
55140
55140
|
muted?: string | undefined;
|
|
55141
55141
|
accent?: string | undefined;
|
|
55142
55142
|
surface?: string | undefined;
|
|
@@ -55357,9 +55357,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55357
55357
|
primary?: string | undefined;
|
|
55358
55358
|
secondary?: string | undefined;
|
|
55359
55359
|
success?: string | undefined;
|
|
55360
|
-
error?: string | undefined;
|
|
55361
55360
|
warning?: string | undefined;
|
|
55362
55361
|
info?: string | undefined;
|
|
55362
|
+
error?: string | undefined;
|
|
55363
55363
|
muted?: string | undefined;
|
|
55364
55364
|
accent?: string | undefined;
|
|
55365
55365
|
surface?: string | undefined;
|
|
@@ -56144,9 +56144,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56144
56144
|
primary?: string | undefined;
|
|
56145
56145
|
secondary?: string | undefined;
|
|
56146
56146
|
success?: string | undefined;
|
|
56147
|
-
error?: string | undefined;
|
|
56148
56147
|
warning?: string | undefined;
|
|
56149
56148
|
info?: string | undefined;
|
|
56149
|
+
error?: string | undefined;
|
|
56150
56150
|
muted?: string | undefined;
|
|
56151
56151
|
accent?: string | undefined;
|
|
56152
56152
|
surface?: string | undefined;
|
|
@@ -56367,9 +56367,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56367
56367
|
primary?: string | undefined;
|
|
56368
56368
|
secondary?: string | undefined;
|
|
56369
56369
|
success?: string | undefined;
|
|
56370
|
-
error?: string | undefined;
|
|
56371
56370
|
warning?: string | undefined;
|
|
56372
56371
|
info?: string | undefined;
|
|
56372
|
+
error?: string | undefined;
|
|
56373
56373
|
muted?: string | undefined;
|
|
56374
56374
|
accent?: string | undefined;
|
|
56375
56375
|
surface?: string | undefined;
|
|
@@ -57219,9 +57219,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57219
57219
|
primary?: string | undefined;
|
|
57220
57220
|
secondary?: string | undefined;
|
|
57221
57221
|
success?: string | undefined;
|
|
57222
|
-
error?: string | undefined;
|
|
57223
57222
|
warning?: string | undefined;
|
|
57224
57223
|
info?: string | undefined;
|
|
57224
|
+
error?: string | undefined;
|
|
57225
57225
|
muted?: string | undefined;
|
|
57226
57226
|
accent?: string | undefined;
|
|
57227
57227
|
surface?: string | undefined;
|
|
@@ -57442,9 +57442,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57442
57442
|
primary?: string | undefined;
|
|
57443
57443
|
secondary?: string | undefined;
|
|
57444
57444
|
success?: string | undefined;
|
|
57445
|
-
error?: string | undefined;
|
|
57446
57445
|
warning?: string | undefined;
|
|
57447
57446
|
info?: string | undefined;
|
|
57447
|
+
error?: string | undefined;
|
|
57448
57448
|
muted?: string | undefined;
|
|
57449
57449
|
accent?: string | undefined;
|
|
57450
57450
|
surface?: string | undefined;
|
|
@@ -58229,9 +58229,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58229
58229
|
primary?: string | undefined;
|
|
58230
58230
|
secondary?: string | undefined;
|
|
58231
58231
|
success?: string | undefined;
|
|
58232
|
-
error?: string | undefined;
|
|
58233
58232
|
warning?: string | undefined;
|
|
58234
58233
|
info?: string | undefined;
|
|
58234
|
+
error?: string | undefined;
|
|
58235
58235
|
muted?: string | undefined;
|
|
58236
58236
|
accent?: string | undefined;
|
|
58237
58237
|
surface?: string | undefined;
|
|
@@ -58452,9 +58452,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58452
58452
|
primary?: string | undefined;
|
|
58453
58453
|
secondary?: string | undefined;
|
|
58454
58454
|
success?: string | undefined;
|
|
58455
|
-
error?: string | undefined;
|
|
58456
58455
|
warning?: string | undefined;
|
|
58457
58456
|
info?: string | undefined;
|
|
58457
|
+
error?: string | undefined;
|
|
58458
58458
|
muted?: string | undefined;
|
|
58459
58459
|
accent?: string | undefined;
|
|
58460
58460
|
surface?: string | undefined;
|