@supernova-studio/model 0.48.26 → 0.48.27

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/index.d.mts CHANGED
@@ -1919,6 +1919,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
1919
1919
  }[]> | null | undefined>>;
1920
1920
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1921
1921
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1922
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1922
1923
  }, {
1923
1924
  source: z.ZodEnum<["git", "upload"]>;
1924
1925
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -1967,6 +1968,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
1967
1968
  }[]>;
1968
1969
  usesBrands: boolean;
1969
1970
  usesThemes: boolean;
1971
+ usesLocale: boolean;
1970
1972
  source: "git" | "upload";
1971
1973
  iconURL?: string | undefined;
1972
1974
  routingVersion?: string | undefined;
@@ -2029,6 +2031,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2029
2031
  }[]> | null | undefined;
2030
2032
  usesBrands?: boolean | null | undefined;
2031
2033
  usesThemes?: boolean | null | undefined;
2034
+ usesLocale?: boolean | null | undefined;
2032
2035
  gitProvider?: GitProviderNames | null | undefined;
2033
2036
  gitUrl?: string | null | undefined;
2034
2037
  gitBranch?: string | null | undefined;
@@ -2083,6 +2086,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2083
2086
  }[]>;
2084
2087
  usesBrands: boolean;
2085
2088
  usesThemes: boolean;
2089
+ usesLocale: boolean;
2086
2090
  source: "git" | "upload";
2087
2091
  iconURL?: string | undefined;
2088
2092
  routingVersion?: string | undefined;
@@ -2153,6 +2157,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2153
2157
  }[]> | null | undefined;
2154
2158
  usesBrands?: boolean | null | undefined;
2155
2159
  usesThemes?: boolean | null | undefined;
2160
+ usesLocale?: boolean | null | undefined;
2156
2161
  gitProvider?: GitProviderNames | null | undefined;
2157
2162
  gitUrl?: string | null | undefined;
2158
2163
  gitBranch?: string | null | undefined;
@@ -2486,6 +2491,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2486
2491
  }[]>;
2487
2492
  usesBrands: boolean;
2488
2493
  usesThemes: boolean;
2494
+ usesLocale: boolean;
2489
2495
  source: "git" | "upload";
2490
2496
  iconURL?: string | undefined;
2491
2497
  routingVersion?: string | undefined;
@@ -2622,6 +2628,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2622
2628
  }[]> | null | undefined;
2623
2629
  usesBrands?: boolean | null | undefined;
2624
2630
  usesThemes?: boolean | null | undefined;
2631
+ usesLocale?: boolean | null | undefined;
2625
2632
  gitProvider?: GitProviderNames | null | undefined;
2626
2633
  gitUrl?: string | null | undefined;
2627
2634
  gitBranch?: string | null | undefined;
@@ -15701,6 +15708,7 @@ declare const UserDump: z.ZodObject<{
15701
15708
  }[]> | null | undefined>>;
15702
15709
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15703
15710
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15711
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15704
15712
  }, {
15705
15713
  source: z.ZodEnum<["git", "upload"]>;
15706
15714
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -15749,6 +15757,7 @@ declare const UserDump: z.ZodObject<{
15749
15757
  }[]>;
15750
15758
  usesBrands: boolean;
15751
15759
  usesThemes: boolean;
15760
+ usesLocale: boolean;
15752
15761
  source: "git" | "upload";
15753
15762
  iconURL?: string | undefined;
15754
15763
  routingVersion?: string | undefined;
@@ -15811,6 +15820,7 @@ declare const UserDump: z.ZodObject<{
15811
15820
  }[]> | null | undefined;
15812
15821
  usesBrands?: boolean | null | undefined;
15813
15822
  usesThemes?: boolean | null | undefined;
15823
+ usesLocale?: boolean | null | undefined;
15814
15824
  gitProvider?: GitProviderNames | null | undefined;
15815
15825
  gitUrl?: string | null | undefined;
15816
15826
  gitBranch?: string | null | undefined;
@@ -15865,6 +15875,7 @@ declare const UserDump: z.ZodObject<{
15865
15875
  }[]>;
15866
15876
  usesBrands: boolean;
15867
15877
  usesThemes: boolean;
15878
+ usesLocale: boolean;
15868
15879
  source: "git" | "upload";
15869
15880
  iconURL?: string | undefined;
15870
15881
  routingVersion?: string | undefined;
@@ -15935,6 +15946,7 @@ declare const UserDump: z.ZodObject<{
15935
15946
  }[]> | null | undefined;
15936
15947
  usesBrands?: boolean | null | undefined;
15937
15948
  usesThemes?: boolean | null | undefined;
15949
+ usesLocale?: boolean | null | undefined;
15938
15950
  gitProvider?: GitProviderNames | null | undefined;
15939
15951
  gitUrl?: string | null | undefined;
15940
15952
  gitBranch?: string | null | undefined;
@@ -16268,6 +16280,7 @@ declare const UserDump: z.ZodObject<{
16268
16280
  }[]>;
16269
16281
  usesBrands: boolean;
16270
16282
  usesThemes: boolean;
16283
+ usesLocale: boolean;
16271
16284
  source: "git" | "upload";
16272
16285
  iconURL?: string | undefined;
16273
16286
  routingVersion?: string | undefined;
@@ -16404,6 +16417,7 @@ declare const UserDump: z.ZodObject<{
16404
16417
  }[]> | null | undefined;
16405
16418
  usesBrands?: boolean | null | undefined;
16406
16419
  usesThemes?: boolean | null | undefined;
16420
+ usesLocale?: boolean | null | undefined;
16407
16421
  gitProvider?: GitProviderNames | null | undefined;
16408
16422
  gitUrl?: string | null | undefined;
16409
16423
  gitBranch?: string | null | undefined;
@@ -17342,6 +17356,7 @@ declare const UserDump: z.ZodObject<{
17342
17356
  }[]>;
17343
17357
  usesBrands: boolean;
17344
17358
  usesThemes: boolean;
17359
+ usesLocale: boolean;
17345
17360
  source: "git" | "upload";
17346
17361
  iconURL?: string | undefined;
17347
17362
  routingVersion?: string | undefined;
@@ -18138,6 +18153,7 @@ declare const UserDump: z.ZodObject<{
18138
18153
  }[]> | null | undefined;
18139
18154
  usesBrands?: boolean | null | undefined;
18140
18155
  usesThemes?: boolean | null | undefined;
18156
+ usesLocale?: boolean | null | undefined;
18141
18157
  gitProvider?: GitProviderNames | null | undefined;
18142
18158
  gitUrl?: string | null | undefined;
18143
18159
  gitBranch?: string | null | undefined;
@@ -18920,6 +18936,7 @@ declare const UserDump: z.ZodObject<{
18920
18936
  }[]>;
18921
18937
  usesBrands: boolean;
18922
18938
  usesThemes: boolean;
18939
+ usesLocale: boolean;
18923
18940
  source: "git" | "upload";
18924
18941
  iconURL?: string | undefined;
18925
18942
  routingVersion?: string | undefined;
@@ -19787,6 +19804,7 @@ declare const UserDump: z.ZodObject<{
19787
19804
  }[]> | null | undefined;
19788
19805
  usesBrands?: boolean | null | undefined;
19789
19806
  usesThemes?: boolean | null | undefined;
19807
+ usesLocale?: boolean | null | undefined;
19790
19808
  gitProvider?: GitProviderNames | null | undefined;
19791
19809
  gitUrl?: string | null | undefined;
19792
19810
  gitBranch?: string | null | undefined;
@@ -25464,6 +25482,7 @@ declare const WorkspaceDump: z.ZodObject<{
25464
25482
  }[]> | null | undefined>>;
25465
25483
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25466
25484
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25485
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25467
25486
  }, {
25468
25487
  source: z.ZodEnum<["git", "upload"]>;
25469
25488
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -25512,6 +25531,7 @@ declare const WorkspaceDump: z.ZodObject<{
25512
25531
  }[]>;
25513
25532
  usesBrands: boolean;
25514
25533
  usesThemes: boolean;
25534
+ usesLocale: boolean;
25515
25535
  source: "git" | "upload";
25516
25536
  iconURL?: string | undefined;
25517
25537
  routingVersion?: string | undefined;
@@ -25574,6 +25594,7 @@ declare const WorkspaceDump: z.ZodObject<{
25574
25594
  }[]> | null | undefined;
25575
25595
  usesBrands?: boolean | null | undefined;
25576
25596
  usesThemes?: boolean | null | undefined;
25597
+ usesLocale?: boolean | null | undefined;
25577
25598
  gitProvider?: GitProviderNames | null | undefined;
25578
25599
  gitUrl?: string | null | undefined;
25579
25600
  gitBranch?: string | null | undefined;
@@ -25628,6 +25649,7 @@ declare const WorkspaceDump: z.ZodObject<{
25628
25649
  }[]>;
25629
25650
  usesBrands: boolean;
25630
25651
  usesThemes: boolean;
25652
+ usesLocale: boolean;
25631
25653
  source: "git" | "upload";
25632
25654
  iconURL?: string | undefined;
25633
25655
  routingVersion?: string | undefined;
@@ -25698,6 +25720,7 @@ declare const WorkspaceDump: z.ZodObject<{
25698
25720
  }[]> | null | undefined;
25699
25721
  usesBrands?: boolean | null | undefined;
25700
25722
  usesThemes?: boolean | null | undefined;
25723
+ usesLocale?: boolean | null | undefined;
25701
25724
  gitProvider?: GitProviderNames | null | undefined;
25702
25725
  gitUrl?: string | null | undefined;
25703
25726
  gitBranch?: string | null | undefined;
@@ -26031,6 +26054,7 @@ declare const WorkspaceDump: z.ZodObject<{
26031
26054
  }[]>;
26032
26055
  usesBrands: boolean;
26033
26056
  usesThemes: boolean;
26057
+ usesLocale: boolean;
26034
26058
  source: "git" | "upload";
26035
26059
  iconURL?: string | undefined;
26036
26060
  routingVersion?: string | undefined;
@@ -26167,6 +26191,7 @@ declare const WorkspaceDump: z.ZodObject<{
26167
26191
  }[]> | null | undefined;
26168
26192
  usesBrands?: boolean | null | undefined;
26169
26193
  usesThemes?: boolean | null | undefined;
26194
+ usesLocale?: boolean | null | undefined;
26170
26195
  gitProvider?: GitProviderNames | null | undefined;
26171
26196
  gitUrl?: string | null | undefined;
26172
26197
  gitBranch?: string | null | undefined;
@@ -27105,6 +27130,7 @@ declare const WorkspaceDump: z.ZodObject<{
27105
27130
  }[]>;
27106
27131
  usesBrands: boolean;
27107
27132
  usesThemes: boolean;
27133
+ usesLocale: boolean;
27108
27134
  source: "git" | "upload";
27109
27135
  iconURL?: string | undefined;
27110
27136
  routingVersion?: string | undefined;
@@ -27901,6 +27927,7 @@ declare const WorkspaceDump: z.ZodObject<{
27901
27927
  }[]> | null | undefined;
27902
27928
  usesBrands?: boolean | null | undefined;
27903
27929
  usesThemes?: boolean | null | undefined;
27930
+ usesLocale?: boolean | null | undefined;
27904
27931
  gitProvider?: GitProviderNames | null | undefined;
27905
27932
  gitUrl?: string | null | undefined;
27906
27933
  gitBranch?: string | null | undefined;
@@ -131314,6 +131341,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131314
131341
  }[]> | null | undefined>>;
131315
131342
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131316
131343
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131344
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131317
131345
  }, "strip", z.ZodTypeAny, {
131318
131346
  description: string;
131319
131347
  version: string;
@@ -131356,6 +131384,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131356
131384
  }[]>;
131357
131385
  usesBrands: boolean;
131358
131386
  usesThemes: boolean;
131387
+ usesLocale: boolean;
131359
131388
  iconURL?: string | undefined;
131360
131389
  routingVersion?: string | undefined;
131361
131390
  author?: string | undefined;
@@ -131412,6 +131441,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131412
131441
  }[]> | null | undefined;
131413
131442
  usesBrands?: boolean | null | undefined;
131414
131443
  usesThemes?: boolean | null | undefined;
131444
+ usesLocale?: boolean | null | undefined;
131415
131445
  }>;
131416
131446
  type ExporterPulsarDetails = z.infer<typeof ExporterPulsarDetails>;
131417
131447
  declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
@@ -131562,6 +131592,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131562
131592
  }[]> | null | undefined>>;
131563
131593
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131564
131594
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131595
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131565
131596
  }, {
131566
131597
  source: z.ZodEnum<["git", "upload"]>;
131567
131598
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -131610,6 +131641,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131610
131641
  }[]>;
131611
131642
  usesBrands: boolean;
131612
131643
  usesThemes: boolean;
131644
+ usesLocale: boolean;
131613
131645
  source: "git" | "upload";
131614
131646
  iconURL?: string | undefined;
131615
131647
  routingVersion?: string | undefined;
@@ -131672,6 +131704,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131672
131704
  }[]> | null | undefined;
131673
131705
  usesBrands?: boolean | null | undefined;
131674
131706
  usesThemes?: boolean | null | undefined;
131707
+ usesLocale?: boolean | null | undefined;
131675
131708
  gitProvider?: GitProviderNames | null | undefined;
131676
131709
  gitUrl?: string | null | undefined;
131677
131710
  gitBranch?: string | null | undefined;
@@ -131831,6 +131864,7 @@ declare const Exporter: z.ZodObject<{
131831
131864
  }[]> | null | undefined>>;
131832
131865
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131833
131866
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131867
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131834
131868
  }, {
131835
131869
  source: z.ZodEnum<["git", "upload"]>;
131836
131870
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -131879,6 +131913,7 @@ declare const Exporter: z.ZodObject<{
131879
131913
  }[]>;
131880
131914
  usesBrands: boolean;
131881
131915
  usesThemes: boolean;
131916
+ usesLocale: boolean;
131882
131917
  source: "git" | "upload";
131883
131918
  iconURL?: string | undefined;
131884
131919
  routingVersion?: string | undefined;
@@ -131941,6 +131976,7 @@ declare const Exporter: z.ZodObject<{
131941
131976
  }[]> | null | undefined;
131942
131977
  usesBrands?: boolean | null | undefined;
131943
131978
  usesThemes?: boolean | null | undefined;
131979
+ usesLocale?: boolean | null | undefined;
131944
131980
  gitProvider?: GitProviderNames | null | undefined;
131945
131981
  gitUrl?: string | null | undefined;
131946
131982
  gitBranch?: string | null | undefined;
@@ -131995,6 +132031,7 @@ declare const Exporter: z.ZodObject<{
131995
132031
  }[]>;
131996
132032
  usesBrands: boolean;
131997
132033
  usesThemes: boolean;
132034
+ usesLocale: boolean;
131998
132035
  source: "git" | "upload";
131999
132036
  iconURL?: string | undefined;
132000
132037
  routingVersion?: string | undefined;
@@ -132065,6 +132102,7 @@ declare const Exporter: z.ZodObject<{
132065
132102
  }[]> | null | undefined;
132066
132103
  usesBrands?: boolean | null | undefined;
132067
132104
  usesThemes?: boolean | null | undefined;
132105
+ usesLocale?: boolean | null | undefined;
132068
132106
  gitProvider?: GitProviderNames | null | undefined;
132069
132107
  gitUrl?: string | null | undefined;
132070
132108
  gitBranch?: string | null | undefined;
package/dist/index.d.ts CHANGED
@@ -1919,6 +1919,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
1919
1919
  }[]> | null | undefined>>;
1920
1920
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1921
1921
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1922
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
1922
1923
  }, {
1923
1924
  source: z.ZodEnum<["git", "upload"]>;
1924
1925
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -1967,6 +1968,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
1967
1968
  }[]>;
1968
1969
  usesBrands: boolean;
1969
1970
  usesThemes: boolean;
1971
+ usesLocale: boolean;
1970
1972
  source: "git" | "upload";
1971
1973
  iconURL?: string | undefined;
1972
1974
  routingVersion?: string | undefined;
@@ -2029,6 +2031,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2029
2031
  }[]> | null | undefined;
2030
2032
  usesBrands?: boolean | null | undefined;
2031
2033
  usesThemes?: boolean | null | undefined;
2034
+ usesLocale?: boolean | null | undefined;
2032
2035
  gitProvider?: GitProviderNames | null | undefined;
2033
2036
  gitUrl?: string | null | undefined;
2034
2037
  gitBranch?: string | null | undefined;
@@ -2083,6 +2086,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2083
2086
  }[]>;
2084
2087
  usesBrands: boolean;
2085
2088
  usesThemes: boolean;
2089
+ usesLocale: boolean;
2086
2090
  source: "git" | "upload";
2087
2091
  iconURL?: string | undefined;
2088
2092
  routingVersion?: string | undefined;
@@ -2153,6 +2157,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2153
2157
  }[]> | null | undefined;
2154
2158
  usesBrands?: boolean | null | undefined;
2155
2159
  usesThemes?: boolean | null | undefined;
2160
+ usesLocale?: boolean | null | undefined;
2156
2161
  gitProvider?: GitProviderNames | null | undefined;
2157
2162
  gitUrl?: string | null | undefined;
2158
2163
  gitBranch?: string | null | undefined;
@@ -2486,6 +2491,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2486
2491
  }[]>;
2487
2492
  usesBrands: boolean;
2488
2493
  usesThemes: boolean;
2494
+ usesLocale: boolean;
2489
2495
  source: "git" | "upload";
2490
2496
  iconURL?: string | undefined;
2491
2497
  routingVersion?: string | undefined;
@@ -2622,6 +2628,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
2622
2628
  }[]> | null | undefined;
2623
2629
  usesBrands?: boolean | null | undefined;
2624
2630
  usesThemes?: boolean | null | undefined;
2631
+ usesLocale?: boolean | null | undefined;
2625
2632
  gitProvider?: GitProviderNames | null | undefined;
2626
2633
  gitUrl?: string | null | undefined;
2627
2634
  gitBranch?: string | null | undefined;
@@ -15701,6 +15708,7 @@ declare const UserDump: z.ZodObject<{
15701
15708
  }[]> | null | undefined>>;
15702
15709
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15703
15710
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15711
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
15704
15712
  }, {
15705
15713
  source: z.ZodEnum<["git", "upload"]>;
15706
15714
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -15749,6 +15757,7 @@ declare const UserDump: z.ZodObject<{
15749
15757
  }[]>;
15750
15758
  usesBrands: boolean;
15751
15759
  usesThemes: boolean;
15760
+ usesLocale: boolean;
15752
15761
  source: "git" | "upload";
15753
15762
  iconURL?: string | undefined;
15754
15763
  routingVersion?: string | undefined;
@@ -15811,6 +15820,7 @@ declare const UserDump: z.ZodObject<{
15811
15820
  }[]> | null | undefined;
15812
15821
  usesBrands?: boolean | null | undefined;
15813
15822
  usesThemes?: boolean | null | undefined;
15823
+ usesLocale?: boolean | null | undefined;
15814
15824
  gitProvider?: GitProviderNames | null | undefined;
15815
15825
  gitUrl?: string | null | undefined;
15816
15826
  gitBranch?: string | null | undefined;
@@ -15865,6 +15875,7 @@ declare const UserDump: z.ZodObject<{
15865
15875
  }[]>;
15866
15876
  usesBrands: boolean;
15867
15877
  usesThemes: boolean;
15878
+ usesLocale: boolean;
15868
15879
  source: "git" | "upload";
15869
15880
  iconURL?: string | undefined;
15870
15881
  routingVersion?: string | undefined;
@@ -15935,6 +15946,7 @@ declare const UserDump: z.ZodObject<{
15935
15946
  }[]> | null | undefined;
15936
15947
  usesBrands?: boolean | null | undefined;
15937
15948
  usesThemes?: boolean | null | undefined;
15949
+ usesLocale?: boolean | null | undefined;
15938
15950
  gitProvider?: GitProviderNames | null | undefined;
15939
15951
  gitUrl?: string | null | undefined;
15940
15952
  gitBranch?: string | null | undefined;
@@ -16268,6 +16280,7 @@ declare const UserDump: z.ZodObject<{
16268
16280
  }[]>;
16269
16281
  usesBrands: boolean;
16270
16282
  usesThemes: boolean;
16283
+ usesLocale: boolean;
16271
16284
  source: "git" | "upload";
16272
16285
  iconURL?: string | undefined;
16273
16286
  routingVersion?: string | undefined;
@@ -16404,6 +16417,7 @@ declare const UserDump: z.ZodObject<{
16404
16417
  }[]> | null | undefined;
16405
16418
  usesBrands?: boolean | null | undefined;
16406
16419
  usesThemes?: boolean | null | undefined;
16420
+ usesLocale?: boolean | null | undefined;
16407
16421
  gitProvider?: GitProviderNames | null | undefined;
16408
16422
  gitUrl?: string | null | undefined;
16409
16423
  gitBranch?: string | null | undefined;
@@ -17342,6 +17356,7 @@ declare const UserDump: z.ZodObject<{
17342
17356
  }[]>;
17343
17357
  usesBrands: boolean;
17344
17358
  usesThemes: boolean;
17359
+ usesLocale: boolean;
17345
17360
  source: "git" | "upload";
17346
17361
  iconURL?: string | undefined;
17347
17362
  routingVersion?: string | undefined;
@@ -18138,6 +18153,7 @@ declare const UserDump: z.ZodObject<{
18138
18153
  }[]> | null | undefined;
18139
18154
  usesBrands?: boolean | null | undefined;
18140
18155
  usesThemes?: boolean | null | undefined;
18156
+ usesLocale?: boolean | null | undefined;
18141
18157
  gitProvider?: GitProviderNames | null | undefined;
18142
18158
  gitUrl?: string | null | undefined;
18143
18159
  gitBranch?: string | null | undefined;
@@ -18920,6 +18936,7 @@ declare const UserDump: z.ZodObject<{
18920
18936
  }[]>;
18921
18937
  usesBrands: boolean;
18922
18938
  usesThemes: boolean;
18939
+ usesLocale: boolean;
18923
18940
  source: "git" | "upload";
18924
18941
  iconURL?: string | undefined;
18925
18942
  routingVersion?: string | undefined;
@@ -19787,6 +19804,7 @@ declare const UserDump: z.ZodObject<{
19787
19804
  }[]> | null | undefined;
19788
19805
  usesBrands?: boolean | null | undefined;
19789
19806
  usesThemes?: boolean | null | undefined;
19807
+ usesLocale?: boolean | null | undefined;
19790
19808
  gitProvider?: GitProviderNames | null | undefined;
19791
19809
  gitUrl?: string | null | undefined;
19792
19810
  gitBranch?: string | null | undefined;
@@ -25464,6 +25482,7 @@ declare const WorkspaceDump: z.ZodObject<{
25464
25482
  }[]> | null | undefined>>;
25465
25483
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25466
25484
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25485
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
25467
25486
  }, {
25468
25487
  source: z.ZodEnum<["git", "upload"]>;
25469
25488
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -25512,6 +25531,7 @@ declare const WorkspaceDump: z.ZodObject<{
25512
25531
  }[]>;
25513
25532
  usesBrands: boolean;
25514
25533
  usesThemes: boolean;
25534
+ usesLocale: boolean;
25515
25535
  source: "git" | "upload";
25516
25536
  iconURL?: string | undefined;
25517
25537
  routingVersion?: string | undefined;
@@ -25574,6 +25594,7 @@ declare const WorkspaceDump: z.ZodObject<{
25574
25594
  }[]> | null | undefined;
25575
25595
  usesBrands?: boolean | null | undefined;
25576
25596
  usesThemes?: boolean | null | undefined;
25597
+ usesLocale?: boolean | null | undefined;
25577
25598
  gitProvider?: GitProviderNames | null | undefined;
25578
25599
  gitUrl?: string | null | undefined;
25579
25600
  gitBranch?: string | null | undefined;
@@ -25628,6 +25649,7 @@ declare const WorkspaceDump: z.ZodObject<{
25628
25649
  }[]>;
25629
25650
  usesBrands: boolean;
25630
25651
  usesThemes: boolean;
25652
+ usesLocale: boolean;
25631
25653
  source: "git" | "upload";
25632
25654
  iconURL?: string | undefined;
25633
25655
  routingVersion?: string | undefined;
@@ -25698,6 +25720,7 @@ declare const WorkspaceDump: z.ZodObject<{
25698
25720
  }[]> | null | undefined;
25699
25721
  usesBrands?: boolean | null | undefined;
25700
25722
  usesThemes?: boolean | null | undefined;
25723
+ usesLocale?: boolean | null | undefined;
25701
25724
  gitProvider?: GitProviderNames | null | undefined;
25702
25725
  gitUrl?: string | null | undefined;
25703
25726
  gitBranch?: string | null | undefined;
@@ -26031,6 +26054,7 @@ declare const WorkspaceDump: z.ZodObject<{
26031
26054
  }[]>;
26032
26055
  usesBrands: boolean;
26033
26056
  usesThemes: boolean;
26057
+ usesLocale: boolean;
26034
26058
  source: "git" | "upload";
26035
26059
  iconURL?: string | undefined;
26036
26060
  routingVersion?: string | undefined;
@@ -26167,6 +26191,7 @@ declare const WorkspaceDump: z.ZodObject<{
26167
26191
  }[]> | null | undefined;
26168
26192
  usesBrands?: boolean | null | undefined;
26169
26193
  usesThemes?: boolean | null | undefined;
26194
+ usesLocale?: boolean | null | undefined;
26170
26195
  gitProvider?: GitProviderNames | null | undefined;
26171
26196
  gitUrl?: string | null | undefined;
26172
26197
  gitBranch?: string | null | undefined;
@@ -27105,6 +27130,7 @@ declare const WorkspaceDump: z.ZodObject<{
27105
27130
  }[]>;
27106
27131
  usesBrands: boolean;
27107
27132
  usesThemes: boolean;
27133
+ usesLocale: boolean;
27108
27134
  source: "git" | "upload";
27109
27135
  iconURL?: string | undefined;
27110
27136
  routingVersion?: string | undefined;
@@ -27901,6 +27927,7 @@ declare const WorkspaceDump: z.ZodObject<{
27901
27927
  }[]> | null | undefined;
27902
27928
  usesBrands?: boolean | null | undefined;
27903
27929
  usesThemes?: boolean | null | undefined;
27930
+ usesLocale?: boolean | null | undefined;
27904
27931
  gitProvider?: GitProviderNames | null | undefined;
27905
27932
  gitUrl?: string | null | undefined;
27906
27933
  gitBranch?: string | null | undefined;
@@ -131314,6 +131341,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131314
131341
  }[]> | null | undefined>>;
131315
131342
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131316
131343
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131344
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131317
131345
  }, "strip", z.ZodTypeAny, {
131318
131346
  description: string;
131319
131347
  version: string;
@@ -131356,6 +131384,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131356
131384
  }[]>;
131357
131385
  usesBrands: boolean;
131358
131386
  usesThemes: boolean;
131387
+ usesLocale: boolean;
131359
131388
  iconURL?: string | undefined;
131360
131389
  routingVersion?: string | undefined;
131361
131390
  author?: string | undefined;
@@ -131412,6 +131441,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
131412
131441
  }[]> | null | undefined;
131413
131442
  usesBrands?: boolean | null | undefined;
131414
131443
  usesThemes?: boolean | null | undefined;
131444
+ usesLocale?: boolean | null | undefined;
131415
131445
  }>;
131416
131446
  type ExporterPulsarDetails = z.infer<typeof ExporterPulsarDetails>;
131417
131447
  declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
@@ -131562,6 +131592,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131562
131592
  }[]> | null | undefined>>;
131563
131593
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131564
131594
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131595
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131565
131596
  }, {
131566
131597
  source: z.ZodEnum<["git", "upload"]>;
131567
131598
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -131610,6 +131641,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131610
131641
  }[]>;
131611
131642
  usesBrands: boolean;
131612
131643
  usesThemes: boolean;
131644
+ usesLocale: boolean;
131613
131645
  source: "git" | "upload";
131614
131646
  iconURL?: string | undefined;
131615
131647
  routingVersion?: string | undefined;
@@ -131672,6 +131704,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
131672
131704
  }[]> | null | undefined;
131673
131705
  usesBrands?: boolean | null | undefined;
131674
131706
  usesThemes?: boolean | null | undefined;
131707
+ usesLocale?: boolean | null | undefined;
131675
131708
  gitProvider?: GitProviderNames | null | undefined;
131676
131709
  gitUrl?: string | null | undefined;
131677
131710
  gitBranch?: string | null | undefined;
@@ -131831,6 +131864,7 @@ declare const Exporter: z.ZodObject<{
131831
131864
  }[]> | null | undefined>>;
131832
131865
  usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131833
131866
  usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131867
+ usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
131834
131868
  }, {
131835
131869
  source: z.ZodEnum<["git", "upload"]>;
131836
131870
  gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
@@ -131879,6 +131913,7 @@ declare const Exporter: z.ZodObject<{
131879
131913
  }[]>;
131880
131914
  usesBrands: boolean;
131881
131915
  usesThemes: boolean;
131916
+ usesLocale: boolean;
131882
131917
  source: "git" | "upload";
131883
131918
  iconURL?: string | undefined;
131884
131919
  routingVersion?: string | undefined;
@@ -131941,6 +131976,7 @@ declare const Exporter: z.ZodObject<{
131941
131976
  }[]> | null | undefined;
131942
131977
  usesBrands?: boolean | null | undefined;
131943
131978
  usesThemes?: boolean | null | undefined;
131979
+ usesLocale?: boolean | null | undefined;
131944
131980
  gitProvider?: GitProviderNames | null | undefined;
131945
131981
  gitUrl?: string | null | undefined;
131946
131982
  gitBranch?: string | null | undefined;
@@ -131995,6 +132031,7 @@ declare const Exporter: z.ZodObject<{
131995
132031
  }[]>;
131996
132032
  usesBrands: boolean;
131997
132033
  usesThemes: boolean;
132034
+ usesLocale: boolean;
131998
132035
  source: "git" | "upload";
131999
132036
  iconURL?: string | undefined;
132000
132037
  routingVersion?: string | undefined;
@@ -132065,6 +132102,7 @@ declare const Exporter: z.ZodObject<{
132065
132102
  }[]> | null | undefined;
132066
132103
  usesBrands?: boolean | null | undefined;
132067
132104
  usesThemes?: boolean | null | undefined;
132105
+ usesLocale?: boolean | null | undefined;
132068
132106
  gitProvider?: GitProviderNames | null | undefined;
132069
132107
  gitUrl?: string | null | undefined;
132070
132108
  gitBranch?: string | null | undefined;
package/dist/index.js CHANGED
@@ -366,7 +366,8 @@ var ExporterPulsarDetails = _zod.z.object({
366
366
  customBlocks: nullishToOptional(_zod.z.array(PulsarCustomBlock)).default([]),
367
367
  blockVariants: nullishToOptional(_zod.z.record(_zod.z.string(), _zod.z.array(PulsarContributionVariant))).default({}),
368
368
  usesBrands: nullishToOptional(_zod.z.boolean()).default(false),
369
- usesThemes: nullishToOptional(_zod.z.boolean()).default(false)
369
+ usesThemes: nullishToOptional(_zod.z.boolean()).default(false),
370
+ usesLocale: nullishToOptional(_zod.z.boolean()).default(false)
370
371
  });
371
372
  var ExporterDetails = ExporterPulsarDetails.extend({
372
373
  source: ExporterSource,