@supernova-studio/client 1.37.4 → 1.37.6
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 +420 -215
- package/dist/index.d.ts +420 -215
- package/dist/index.js +17 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1798 -1787
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -355,6 +355,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
355
355
|
} | null | undefined>;
|
|
356
356
|
seats: z$1.ZodNumber;
|
|
357
357
|
seatLimit: z$1.ZodNumber;
|
|
358
|
+
monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
359
|
+
monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
358
360
|
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
359
361
|
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
360
362
|
builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -386,6 +388,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
386
388
|
expiryYear?: string | null | undefined;
|
|
387
389
|
brand?: string | null | undefined;
|
|
388
390
|
} | undefined;
|
|
391
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
392
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
389
393
|
builderSeatLimit?: number | undefined;
|
|
390
394
|
fullSeatLimit?: number | undefined;
|
|
391
395
|
builderSeats?: number | undefined;
|
|
@@ -413,6 +417,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
413
417
|
expiryYear?: string | null | undefined;
|
|
414
418
|
brand?: string | null | undefined;
|
|
415
419
|
} | null | undefined;
|
|
420
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
421
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
416
422
|
builderSeatLimit?: number | undefined;
|
|
417
423
|
fullSeatLimit?: number | undefined;
|
|
418
424
|
builderSeats?: number | undefined;
|
|
@@ -502,6 +508,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
502
508
|
expiryYear?: string | null | undefined;
|
|
503
509
|
brand?: string | null | undefined;
|
|
504
510
|
} | undefined;
|
|
511
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
512
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
505
513
|
builderSeatLimit?: number | undefined;
|
|
506
514
|
fullSeatLimit?: number | undefined;
|
|
507
515
|
builderSeats?: number | undefined;
|
|
@@ -569,6 +577,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
569
577
|
expiryYear?: string | null | undefined;
|
|
570
578
|
brand?: string | null | undefined;
|
|
571
579
|
} | null | undefined;
|
|
580
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
581
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
572
582
|
builderSeatLimit?: number | undefined;
|
|
573
583
|
fullSeatLimit?: number | undefined;
|
|
574
584
|
builderSeats?: number | undefined;
|
|
@@ -642,6 +652,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
642
652
|
expiryYear?: string | null | undefined;
|
|
643
653
|
brand?: string | null | undefined;
|
|
644
654
|
} | undefined;
|
|
655
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
656
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
645
657
|
builderSeatLimit?: number | undefined;
|
|
646
658
|
fullSeatLimit?: number | undefined;
|
|
647
659
|
builderSeats?: number | undefined;
|
|
@@ -715,6 +727,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
715
727
|
expiryYear?: string | null | undefined;
|
|
716
728
|
brand?: string | null | undefined;
|
|
717
729
|
} | null | undefined;
|
|
730
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
731
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
718
732
|
builderSeatLimit?: number | undefined;
|
|
719
733
|
fullSeatLimit?: number | undefined;
|
|
720
734
|
builderSeats?: number | undefined;
|
|
@@ -1019,6 +1033,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1019
1033
|
expiryYear?: string | null | undefined;
|
|
1020
1034
|
brand?: string | null | undefined;
|
|
1021
1035
|
} | undefined;
|
|
1036
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
1037
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
1022
1038
|
builderSeatLimit?: number | undefined;
|
|
1023
1039
|
fullSeatLimit?: number | undefined;
|
|
1024
1040
|
builderSeats?: number | undefined;
|
|
@@ -1145,6 +1161,8 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
|
|
|
1145
1161
|
expiryYear?: string | null | undefined;
|
|
1146
1162
|
brand?: string | null | undefined;
|
|
1147
1163
|
} | null | undefined;
|
|
1164
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
1165
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
1148
1166
|
builderSeatLimit?: number | undefined;
|
|
1149
1167
|
fullSeatLimit?: number | undefined;
|
|
1150
1168
|
builderSeats?: number | undefined;
|
|
@@ -1728,6 +1746,7 @@ declare const DTOCodeComponent: z$1.ZodObject<{
|
|
|
1728
1746
|
updatedAt: Date;
|
|
1729
1747
|
persistentId: string;
|
|
1730
1748
|
description: string;
|
|
1749
|
+
tags: Record<string, string> | null;
|
|
1731
1750
|
properties: Record<string, {
|
|
1732
1751
|
name: string;
|
|
1733
1752
|
description: string;
|
|
@@ -1740,7 +1759,6 @@ declare const DTOCodeComponent: z$1.ZodObject<{
|
|
|
1740
1759
|
fileName: string;
|
|
1741
1760
|
}[] | undefined;
|
|
1742
1761
|
}>;
|
|
1743
|
-
tags: Record<string, string> | null;
|
|
1744
1762
|
designSystemVersionId: string;
|
|
1745
1763
|
exportName: string;
|
|
1746
1764
|
componentPath: string;
|
|
@@ -1750,6 +1768,7 @@ declare const DTOCodeComponent: z$1.ZodObject<{
|
|
|
1750
1768
|
updatedAt: Date;
|
|
1751
1769
|
persistentId: string;
|
|
1752
1770
|
description: string;
|
|
1771
|
+
tags: Record<string, string> | null;
|
|
1753
1772
|
properties: Record<string, {
|
|
1754
1773
|
name: string;
|
|
1755
1774
|
description: string;
|
|
@@ -1762,7 +1781,6 @@ declare const DTOCodeComponent: z$1.ZodObject<{
|
|
|
1762
1781
|
fileName: string;
|
|
1763
1782
|
}[] | undefined;
|
|
1764
1783
|
}>;
|
|
1765
|
-
tags: Record<string, string> | null;
|
|
1766
1784
|
designSystemVersionId: string;
|
|
1767
1785
|
exportName: string;
|
|
1768
1786
|
componentPath: string;
|
|
@@ -1825,6 +1843,7 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1825
1843
|
updatedAt: Date;
|
|
1826
1844
|
persistentId: string;
|
|
1827
1845
|
description: string;
|
|
1846
|
+
tags: Record<string, string> | null;
|
|
1828
1847
|
properties: Record<string, {
|
|
1829
1848
|
name: string;
|
|
1830
1849
|
description: string;
|
|
@@ -1837,7 +1856,6 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1837
1856
|
fileName: string;
|
|
1838
1857
|
}[] | undefined;
|
|
1839
1858
|
}>;
|
|
1840
|
-
tags: Record<string, string> | null;
|
|
1841
1859
|
designSystemVersionId: string;
|
|
1842
1860
|
exportName: string;
|
|
1843
1861
|
componentPath: string;
|
|
@@ -1847,6 +1865,7 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1847
1865
|
updatedAt: Date;
|
|
1848
1866
|
persistentId: string;
|
|
1849
1867
|
description: string;
|
|
1868
|
+
tags: Record<string, string> | null;
|
|
1850
1869
|
properties: Record<string, {
|
|
1851
1870
|
name: string;
|
|
1852
1871
|
description: string;
|
|
@@ -1859,7 +1878,6 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1859
1878
|
fileName: string;
|
|
1860
1879
|
}[] | undefined;
|
|
1861
1880
|
}>;
|
|
1862
|
-
tags: Record<string, string> | null;
|
|
1863
1881
|
designSystemVersionId: string;
|
|
1864
1882
|
exportName: string;
|
|
1865
1883
|
componentPath: string;
|
|
@@ -1871,6 +1889,7 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1871
1889
|
updatedAt: Date;
|
|
1872
1890
|
persistentId: string;
|
|
1873
1891
|
description: string;
|
|
1892
|
+
tags: Record<string, string> | null;
|
|
1874
1893
|
properties: Record<string, {
|
|
1875
1894
|
name: string;
|
|
1876
1895
|
description: string;
|
|
@@ -1883,7 +1902,6 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1883
1902
|
fileName: string;
|
|
1884
1903
|
}[] | undefined;
|
|
1885
1904
|
}>;
|
|
1886
|
-
tags: Record<string, string> | null;
|
|
1887
1905
|
designSystemVersionId: string;
|
|
1888
1906
|
exportName: string;
|
|
1889
1907
|
componentPath: string;
|
|
@@ -1895,6 +1913,7 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1895
1913
|
updatedAt: Date;
|
|
1896
1914
|
persistentId: string;
|
|
1897
1915
|
description: string;
|
|
1916
|
+
tags: Record<string, string> | null;
|
|
1898
1917
|
properties: Record<string, {
|
|
1899
1918
|
name: string;
|
|
1900
1919
|
description: string;
|
|
@@ -1907,7 +1926,6 @@ declare const DTOCodeComponentResponse: z$1.ZodObject<{
|
|
|
1907
1926
|
fileName: string;
|
|
1908
1927
|
}[] | undefined;
|
|
1909
1928
|
}>;
|
|
1910
|
-
tags: Record<string, string> | null;
|
|
1911
1929
|
designSystemVersionId: string;
|
|
1912
1930
|
exportName: string;
|
|
1913
1931
|
componentPath: string;
|
|
@@ -1971,6 +1989,7 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
1971
1989
|
updatedAt: Date;
|
|
1972
1990
|
persistentId: string;
|
|
1973
1991
|
description: string;
|
|
1992
|
+
tags: Record<string, string> | null;
|
|
1974
1993
|
properties: Record<string, {
|
|
1975
1994
|
name: string;
|
|
1976
1995
|
description: string;
|
|
@@ -1983,7 +2002,6 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
1983
2002
|
fileName: string;
|
|
1984
2003
|
}[] | undefined;
|
|
1985
2004
|
}>;
|
|
1986
|
-
tags: Record<string, string> | null;
|
|
1987
2005
|
designSystemVersionId: string;
|
|
1988
2006
|
exportName: string;
|
|
1989
2007
|
componentPath: string;
|
|
@@ -1993,6 +2011,7 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
1993
2011
|
updatedAt: Date;
|
|
1994
2012
|
persistentId: string;
|
|
1995
2013
|
description: string;
|
|
2014
|
+
tags: Record<string, string> | null;
|
|
1996
2015
|
properties: Record<string, {
|
|
1997
2016
|
name: string;
|
|
1998
2017
|
description: string;
|
|
@@ -2005,7 +2024,6 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
2005
2024
|
fileName: string;
|
|
2006
2025
|
}[] | undefined;
|
|
2007
2026
|
}>;
|
|
2008
|
-
tags: Record<string, string> | null;
|
|
2009
2027
|
designSystemVersionId: string;
|
|
2010
2028
|
exportName: string;
|
|
2011
2029
|
componentPath: string;
|
|
@@ -2017,6 +2035,7 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
2017
2035
|
updatedAt: Date;
|
|
2018
2036
|
persistentId: string;
|
|
2019
2037
|
description: string;
|
|
2038
|
+
tags: Record<string, string> | null;
|
|
2020
2039
|
properties: Record<string, {
|
|
2021
2040
|
name: string;
|
|
2022
2041
|
description: string;
|
|
@@ -2029,7 +2048,6 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
2029
2048
|
fileName: string;
|
|
2030
2049
|
}[] | undefined;
|
|
2031
2050
|
}>;
|
|
2032
|
-
tags: Record<string, string> | null;
|
|
2033
2051
|
designSystemVersionId: string;
|
|
2034
2052
|
exportName: string;
|
|
2035
2053
|
componentPath: string;
|
|
@@ -2041,6 +2059,7 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
2041
2059
|
updatedAt: Date;
|
|
2042
2060
|
persistentId: string;
|
|
2043
2061
|
description: string;
|
|
2062
|
+
tags: Record<string, string> | null;
|
|
2044
2063
|
properties: Record<string, {
|
|
2045
2064
|
name: string;
|
|
2046
2065
|
description: string;
|
|
@@ -2053,7 +2072,6 @@ declare const DTOCodeComponentListResponse: z$1.ZodObject<{
|
|
|
2053
2072
|
fileName: string;
|
|
2054
2073
|
}[] | undefined;
|
|
2055
2074
|
}>;
|
|
2056
|
-
tags: Record<string, string> | null;
|
|
2057
2075
|
designSystemVersionId: string;
|
|
2058
2076
|
exportName: string;
|
|
2059
2077
|
componentPath: string;
|
|
@@ -10024,6 +10042,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10024
10042
|
} | null | undefined>;
|
|
10025
10043
|
seats: z$1.ZodNumber;
|
|
10026
10044
|
seatLimit: z$1.ZodNumber;
|
|
10045
|
+
monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10046
|
+
monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
10027
10047
|
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
10028
10048
|
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
10029
10049
|
builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -10055,6 +10075,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10055
10075
|
expiryYear?: string | null | undefined;
|
|
10056
10076
|
brand?: string | null | undefined;
|
|
10057
10077
|
} | undefined;
|
|
10078
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
10079
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
10058
10080
|
builderSeatLimit?: number | undefined;
|
|
10059
10081
|
fullSeatLimit?: number | undefined;
|
|
10060
10082
|
builderSeats?: number | undefined;
|
|
@@ -10082,6 +10104,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10082
10104
|
expiryYear?: string | null | undefined;
|
|
10083
10105
|
brand?: string | null | undefined;
|
|
10084
10106
|
} | null | undefined;
|
|
10107
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
10108
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
10085
10109
|
builderSeatLimit?: number | undefined;
|
|
10086
10110
|
fullSeatLimit?: number | undefined;
|
|
10087
10111
|
builderSeats?: number | undefined;
|
|
@@ -10171,6 +10195,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10171
10195
|
expiryYear?: string | null | undefined;
|
|
10172
10196
|
brand?: string | null | undefined;
|
|
10173
10197
|
} | undefined;
|
|
10198
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
10199
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
10174
10200
|
builderSeatLimit?: number | undefined;
|
|
10175
10201
|
fullSeatLimit?: number | undefined;
|
|
10176
10202
|
builderSeats?: number | undefined;
|
|
@@ -10238,6 +10264,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10238
10264
|
expiryYear?: string | null | undefined;
|
|
10239
10265
|
brand?: string | null | undefined;
|
|
10240
10266
|
} | null | undefined;
|
|
10267
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
10268
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
10241
10269
|
builderSeatLimit?: number | undefined;
|
|
10242
10270
|
fullSeatLimit?: number | undefined;
|
|
10243
10271
|
builderSeats?: number | undefined;
|
|
@@ -10337,6 +10365,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10337
10365
|
expiryYear?: string | null | undefined;
|
|
10338
10366
|
brand?: string | null | undefined;
|
|
10339
10367
|
} | undefined;
|
|
10368
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
10369
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
10340
10370
|
builderSeatLimit?: number | undefined;
|
|
10341
10371
|
fullSeatLimit?: number | undefined;
|
|
10342
10372
|
builderSeats?: number | undefined;
|
|
@@ -10436,6 +10466,8 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
|
|
|
10436
10466
|
expiryYear?: string | null | undefined;
|
|
10437
10467
|
brand?: string | null | undefined;
|
|
10438
10468
|
} | null | undefined;
|
|
10469
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
10470
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
10439
10471
|
builderSeatLimit?: number | undefined;
|
|
10440
10472
|
fullSeatLimit?: number | undefined;
|
|
10441
10473
|
builderSeats?: number | undefined;
|
|
@@ -12968,24 +13000,24 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
12968
13000
|
data: z$1.ZodObject<{
|
|
12969
13001
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
12970
13002
|
} & {
|
|
12971
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
13003
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
12972
13004
|
}, "strip", z$1.ZodTypeAny, {
|
|
12973
|
-
value?: "
|
|
13005
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
12974
13006
|
aliasTo?: string | undefined;
|
|
12975
13007
|
}, {
|
|
12976
|
-
value?: "
|
|
13008
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
12977
13009
|
aliasTo?: string | null | undefined;
|
|
12978
13010
|
}>;
|
|
12979
13011
|
}, "strip", z$1.ZodTypeAny, {
|
|
12980
13012
|
type: "TextDecoration";
|
|
12981
13013
|
data: {
|
|
12982
|
-
value?: "
|
|
13014
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
12983
13015
|
aliasTo?: string | undefined;
|
|
12984
13016
|
};
|
|
12985
13017
|
}, {
|
|
12986
13018
|
type: "TextDecoration";
|
|
12987
13019
|
data: {
|
|
12988
|
-
value?: "
|
|
13020
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
12989
13021
|
aliasTo?: string | null | undefined;
|
|
12990
13022
|
};
|
|
12991
13023
|
}>, z$1.ZodObject<{
|
|
@@ -13010,7 +13042,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13010
13042
|
aliasTo?: string | undefined;
|
|
13011
13043
|
};
|
|
13012
13044
|
textDecoration: {
|
|
13013
|
-
value?: "
|
|
13045
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
13014
13046
|
aliasTo?: string | undefined;
|
|
13015
13047
|
};
|
|
13016
13048
|
textCase: {
|
|
@@ -13062,7 +13094,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13062
13094
|
aliasTo?: string | null | undefined;
|
|
13063
13095
|
};
|
|
13064
13096
|
textDecoration: {
|
|
13065
|
-
value?: "
|
|
13097
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
13066
13098
|
aliasTo?: string | null | undefined;
|
|
13067
13099
|
};
|
|
13068
13100
|
textCase: {
|
|
@@ -13114,7 +13146,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13114
13146
|
aliasTo?: string | undefined;
|
|
13115
13147
|
};
|
|
13116
13148
|
textDecoration: {
|
|
13117
|
-
value?: "
|
|
13149
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
13118
13150
|
aliasTo?: string | undefined;
|
|
13119
13151
|
};
|
|
13120
13152
|
textCase: {
|
|
@@ -13166,7 +13198,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13166
13198
|
aliasTo?: string | null | undefined;
|
|
13167
13199
|
};
|
|
13168
13200
|
textDecoration: {
|
|
13169
|
-
value?: "
|
|
13201
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
13170
13202
|
aliasTo?: string | null | undefined;
|
|
13171
13203
|
};
|
|
13172
13204
|
textCase: {
|
|
@@ -13220,7 +13252,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13220
13252
|
aliasTo?: string | undefined;
|
|
13221
13253
|
};
|
|
13222
13254
|
textDecoration: {
|
|
13223
|
-
value?: "
|
|
13255
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
13224
13256
|
aliasTo?: string | undefined;
|
|
13225
13257
|
};
|
|
13226
13258
|
textCase: {
|
|
@@ -13275,7 +13307,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13275
13307
|
aliasTo?: string | null | undefined;
|
|
13276
13308
|
};
|
|
13277
13309
|
textDecoration: {
|
|
13278
|
-
value?: "
|
|
13310
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
13279
13311
|
aliasTo?: string | null | undefined;
|
|
13280
13312
|
};
|
|
13281
13313
|
textCase: {
|
|
@@ -13333,7 +13365,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13333
13365
|
aliasTo?: string | undefined;
|
|
13334
13366
|
};
|
|
13335
13367
|
textDecoration: {
|
|
13336
|
-
value?: "
|
|
13368
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
13337
13369
|
aliasTo?: string | undefined;
|
|
13338
13370
|
};
|
|
13339
13371
|
textCase: {
|
|
@@ -13391,7 +13423,7 @@ declare const DTODesignToken: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"typ
|
|
|
13391
13423
|
aliasTo?: string | null | undefined;
|
|
13392
13424
|
};
|
|
13393
13425
|
textDecoration: {
|
|
13394
|
-
value?: "
|
|
13426
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
13395
13427
|
aliasTo?: string | null | undefined;
|
|
13396
13428
|
};
|
|
13397
13429
|
textCase: {
|
|
@@ -15292,24 +15324,24 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15292
15324
|
data: z$1.ZodObject<{
|
|
15293
15325
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
15294
15326
|
} & {
|
|
15295
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
15327
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
15296
15328
|
}, "strip", z$1.ZodTypeAny, {
|
|
15297
|
-
value?: "
|
|
15329
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
15298
15330
|
aliasTo?: string | undefined;
|
|
15299
15331
|
}, {
|
|
15300
|
-
value?: "
|
|
15332
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
15301
15333
|
aliasTo?: string | null | undefined;
|
|
15302
15334
|
}>;
|
|
15303
15335
|
}, "strip", z$1.ZodTypeAny, {
|
|
15304
15336
|
type: "TextDecoration";
|
|
15305
15337
|
data: {
|
|
15306
|
-
value?: "
|
|
15338
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
15307
15339
|
aliasTo?: string | undefined;
|
|
15308
15340
|
};
|
|
15309
15341
|
}, {
|
|
15310
15342
|
type: "TextDecoration";
|
|
15311
15343
|
data: {
|
|
15312
|
-
value?: "
|
|
15344
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
15313
15345
|
aliasTo?: string | null | undefined;
|
|
15314
15346
|
};
|
|
15315
15347
|
}>, z$1.ZodObject<{
|
|
@@ -15334,7 +15366,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15334
15366
|
aliasTo?: string | undefined;
|
|
15335
15367
|
};
|
|
15336
15368
|
textDecoration: {
|
|
15337
|
-
value?: "
|
|
15369
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
15338
15370
|
aliasTo?: string | undefined;
|
|
15339
15371
|
};
|
|
15340
15372
|
textCase: {
|
|
@@ -15386,7 +15418,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15386
15418
|
aliasTo?: string | null | undefined;
|
|
15387
15419
|
};
|
|
15388
15420
|
textDecoration: {
|
|
15389
|
-
value?: "
|
|
15421
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
15390
15422
|
aliasTo?: string | null | undefined;
|
|
15391
15423
|
};
|
|
15392
15424
|
textCase: {
|
|
@@ -15438,7 +15470,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15438
15470
|
aliasTo?: string | undefined;
|
|
15439
15471
|
};
|
|
15440
15472
|
textDecoration: {
|
|
15441
|
-
value?: "
|
|
15473
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
15442
15474
|
aliasTo?: string | undefined;
|
|
15443
15475
|
};
|
|
15444
15476
|
textCase: {
|
|
@@ -15490,7 +15522,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15490
15522
|
aliasTo?: string | null | undefined;
|
|
15491
15523
|
};
|
|
15492
15524
|
textDecoration: {
|
|
15493
|
-
value?: "
|
|
15525
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
15494
15526
|
aliasTo?: string | null | undefined;
|
|
15495
15527
|
};
|
|
15496
15528
|
textCase: {
|
|
@@ -15544,7 +15576,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15544
15576
|
aliasTo?: string | undefined;
|
|
15545
15577
|
};
|
|
15546
15578
|
textDecoration: {
|
|
15547
|
-
value?: "
|
|
15579
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
15548
15580
|
aliasTo?: string | undefined;
|
|
15549
15581
|
};
|
|
15550
15582
|
textCase: {
|
|
@@ -15599,7 +15631,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15599
15631
|
aliasTo?: string | null | undefined;
|
|
15600
15632
|
};
|
|
15601
15633
|
textDecoration: {
|
|
15602
|
-
value?: "
|
|
15634
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
15603
15635
|
aliasTo?: string | null | undefined;
|
|
15604
15636
|
};
|
|
15605
15637
|
textCase: {
|
|
@@ -15657,7 +15689,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15657
15689
|
aliasTo?: string | undefined;
|
|
15658
15690
|
};
|
|
15659
15691
|
textDecoration: {
|
|
15660
|
-
value?: "
|
|
15692
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
15661
15693
|
aliasTo?: string | undefined;
|
|
15662
15694
|
};
|
|
15663
15695
|
textCase: {
|
|
@@ -15715,7 +15747,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
15715
15747
|
aliasTo?: string | null | undefined;
|
|
15716
15748
|
};
|
|
15717
15749
|
textDecoration: {
|
|
15718
|
-
value?: "
|
|
15750
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
15719
15751
|
aliasTo?: string | null | undefined;
|
|
15720
15752
|
};
|
|
15721
15753
|
textCase: {
|
|
@@ -16227,7 +16259,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
16227
16259
|
} | {
|
|
16228
16260
|
type: "TextDecoration";
|
|
16229
16261
|
data: {
|
|
16230
|
-
value?: "
|
|
16262
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
16231
16263
|
aliasTo?: string | undefined;
|
|
16232
16264
|
};
|
|
16233
16265
|
} | {
|
|
@@ -16250,7 +16282,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
16250
16282
|
aliasTo?: string | undefined;
|
|
16251
16283
|
};
|
|
16252
16284
|
textDecoration: {
|
|
16253
|
-
value?: "
|
|
16285
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
16254
16286
|
aliasTo?: string | undefined;
|
|
16255
16287
|
};
|
|
16256
16288
|
textCase: {
|
|
@@ -16605,7 +16637,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
16605
16637
|
} | {
|
|
16606
16638
|
type: "TextDecoration";
|
|
16607
16639
|
data: {
|
|
16608
|
-
value?: "
|
|
16640
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
16609
16641
|
aliasTo?: string | null | undefined;
|
|
16610
16642
|
};
|
|
16611
16643
|
} | {
|
|
@@ -16628,7 +16660,7 @@ declare const DTODesignTokenResponse: z$1.ZodObject<{
|
|
|
16628
16660
|
aliasTo?: string | null | undefined;
|
|
16629
16661
|
};
|
|
16630
16662
|
textDecoration: {
|
|
16631
|
-
value?: "
|
|
16663
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
16632
16664
|
aliasTo?: string | null | undefined;
|
|
16633
16665
|
};
|
|
16634
16666
|
textCase: {
|
|
@@ -18373,24 +18405,24 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18373
18405
|
data: z$1.ZodObject<{
|
|
18374
18406
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
18375
18407
|
} & {
|
|
18376
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
18408
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
18377
18409
|
}, "strip", z$1.ZodTypeAny, {
|
|
18378
|
-
value?: "
|
|
18410
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
18379
18411
|
aliasTo?: string | undefined;
|
|
18380
18412
|
}, {
|
|
18381
|
-
value?: "
|
|
18413
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
18382
18414
|
aliasTo?: string | null | undefined;
|
|
18383
18415
|
}>;
|
|
18384
18416
|
}, "strip", z$1.ZodTypeAny, {
|
|
18385
18417
|
type: "TextDecoration";
|
|
18386
18418
|
data: {
|
|
18387
|
-
value?: "
|
|
18419
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
18388
18420
|
aliasTo?: string | undefined;
|
|
18389
18421
|
};
|
|
18390
18422
|
}, {
|
|
18391
18423
|
type: "TextDecoration";
|
|
18392
18424
|
data: {
|
|
18393
|
-
value?: "
|
|
18425
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
18394
18426
|
aliasTo?: string | null | undefined;
|
|
18395
18427
|
};
|
|
18396
18428
|
}>, z$1.ZodObject<{
|
|
@@ -18415,7 +18447,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18415
18447
|
aliasTo?: string | undefined;
|
|
18416
18448
|
};
|
|
18417
18449
|
textDecoration: {
|
|
18418
|
-
value?: "
|
|
18450
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
18419
18451
|
aliasTo?: string | undefined;
|
|
18420
18452
|
};
|
|
18421
18453
|
textCase: {
|
|
@@ -18467,7 +18499,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18467
18499
|
aliasTo?: string | null | undefined;
|
|
18468
18500
|
};
|
|
18469
18501
|
textDecoration: {
|
|
18470
|
-
value?: "
|
|
18502
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
18471
18503
|
aliasTo?: string | null | undefined;
|
|
18472
18504
|
};
|
|
18473
18505
|
textCase: {
|
|
@@ -18519,7 +18551,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18519
18551
|
aliasTo?: string | undefined;
|
|
18520
18552
|
};
|
|
18521
18553
|
textDecoration: {
|
|
18522
|
-
value?: "
|
|
18554
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
18523
18555
|
aliasTo?: string | undefined;
|
|
18524
18556
|
};
|
|
18525
18557
|
textCase: {
|
|
@@ -18571,7 +18603,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18571
18603
|
aliasTo?: string | null | undefined;
|
|
18572
18604
|
};
|
|
18573
18605
|
textDecoration: {
|
|
18574
|
-
value?: "
|
|
18606
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
18575
18607
|
aliasTo?: string | null | undefined;
|
|
18576
18608
|
};
|
|
18577
18609
|
textCase: {
|
|
@@ -18625,7 +18657,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18625
18657
|
aliasTo?: string | undefined;
|
|
18626
18658
|
};
|
|
18627
18659
|
textDecoration: {
|
|
18628
|
-
value?: "
|
|
18660
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
18629
18661
|
aliasTo?: string | undefined;
|
|
18630
18662
|
};
|
|
18631
18663
|
textCase: {
|
|
@@ -18680,7 +18712,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18680
18712
|
aliasTo?: string | null | undefined;
|
|
18681
18713
|
};
|
|
18682
18714
|
textDecoration: {
|
|
18683
|
-
value?: "
|
|
18715
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
18684
18716
|
aliasTo?: string | null | undefined;
|
|
18685
18717
|
};
|
|
18686
18718
|
textCase: {
|
|
@@ -18738,7 +18770,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18738
18770
|
aliasTo?: string | undefined;
|
|
18739
18771
|
};
|
|
18740
18772
|
textDecoration: {
|
|
18741
|
-
value?: "
|
|
18773
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
18742
18774
|
aliasTo?: string | undefined;
|
|
18743
18775
|
};
|
|
18744
18776
|
textCase: {
|
|
@@ -18796,7 +18828,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
18796
18828
|
aliasTo?: string | null | undefined;
|
|
18797
18829
|
};
|
|
18798
18830
|
textDecoration: {
|
|
18799
|
-
value?: "
|
|
18831
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
18800
18832
|
aliasTo?: string | null | undefined;
|
|
18801
18833
|
};
|
|
18802
18834
|
textCase: {
|
|
@@ -19308,7 +19340,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
19308
19340
|
} | {
|
|
19309
19341
|
type: "TextDecoration";
|
|
19310
19342
|
data: {
|
|
19311
|
-
value?: "
|
|
19343
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
19312
19344
|
aliasTo?: string | undefined;
|
|
19313
19345
|
};
|
|
19314
19346
|
} | {
|
|
@@ -19331,7 +19363,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
19331
19363
|
aliasTo?: string | undefined;
|
|
19332
19364
|
};
|
|
19333
19365
|
textDecoration: {
|
|
19334
|
-
value?: "
|
|
19366
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
19335
19367
|
aliasTo?: string | undefined;
|
|
19336
19368
|
};
|
|
19337
19369
|
textCase: {
|
|
@@ -19686,7 +19718,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
19686
19718
|
} | {
|
|
19687
19719
|
type: "TextDecoration";
|
|
19688
19720
|
data: {
|
|
19689
|
-
value?: "
|
|
19721
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
19690
19722
|
aliasTo?: string | null | undefined;
|
|
19691
19723
|
};
|
|
19692
19724
|
} | {
|
|
@@ -19709,7 +19741,7 @@ declare const DTODesignTokenListResponse: z$1.ZodObject<{
|
|
|
19709
19741
|
aliasTo?: string | null | undefined;
|
|
19710
19742
|
};
|
|
19711
19743
|
textDecoration: {
|
|
19712
|
-
value?: "
|
|
19744
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
19713
19745
|
aliasTo?: string | null | undefined;
|
|
19714
19746
|
};
|
|
19715
19747
|
textCase: {
|
|
@@ -21632,24 +21664,24 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21632
21664
|
data: z$1.ZodObject<{
|
|
21633
21665
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
21634
21666
|
} & {
|
|
21635
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
21667
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
21636
21668
|
}, "strip", z$1.ZodTypeAny, {
|
|
21637
|
-
value?: "
|
|
21669
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
21638
21670
|
aliasTo?: string | undefined;
|
|
21639
21671
|
}, {
|
|
21640
|
-
value?: "
|
|
21672
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
21641
21673
|
aliasTo?: string | null | undefined;
|
|
21642
21674
|
}>;
|
|
21643
21675
|
}, "strip", z$1.ZodTypeAny, {
|
|
21644
21676
|
type: "TextDecoration";
|
|
21645
21677
|
data: {
|
|
21646
|
-
value?: "
|
|
21678
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
21647
21679
|
aliasTo?: string | undefined;
|
|
21648
21680
|
};
|
|
21649
21681
|
}, {
|
|
21650
21682
|
type: "TextDecoration";
|
|
21651
21683
|
data: {
|
|
21652
|
-
value?: "
|
|
21684
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
21653
21685
|
aliasTo?: string | null | undefined;
|
|
21654
21686
|
};
|
|
21655
21687
|
}>, z$1.ZodObject<{
|
|
@@ -21674,7 +21706,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21674
21706
|
aliasTo?: string | undefined;
|
|
21675
21707
|
};
|
|
21676
21708
|
textDecoration: {
|
|
21677
|
-
value?: "
|
|
21709
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
21678
21710
|
aliasTo?: string | undefined;
|
|
21679
21711
|
};
|
|
21680
21712
|
textCase: {
|
|
@@ -21726,7 +21758,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21726
21758
|
aliasTo?: string | null | undefined;
|
|
21727
21759
|
};
|
|
21728
21760
|
textDecoration: {
|
|
21729
|
-
value?: "
|
|
21761
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
21730
21762
|
aliasTo?: string | null | undefined;
|
|
21731
21763
|
};
|
|
21732
21764
|
textCase: {
|
|
@@ -21778,7 +21810,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21778
21810
|
aliasTo?: string | undefined;
|
|
21779
21811
|
};
|
|
21780
21812
|
textDecoration: {
|
|
21781
|
-
value?: "
|
|
21813
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
21782
21814
|
aliasTo?: string | undefined;
|
|
21783
21815
|
};
|
|
21784
21816
|
textCase: {
|
|
@@ -21830,7 +21862,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21830
21862
|
aliasTo?: string | null | undefined;
|
|
21831
21863
|
};
|
|
21832
21864
|
textDecoration: {
|
|
21833
|
-
value?: "
|
|
21865
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
21834
21866
|
aliasTo?: string | null | undefined;
|
|
21835
21867
|
};
|
|
21836
21868
|
textCase: {
|
|
@@ -21884,7 +21916,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21884
21916
|
aliasTo?: string | undefined;
|
|
21885
21917
|
};
|
|
21886
21918
|
textDecoration: {
|
|
21887
|
-
value?: "
|
|
21919
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
21888
21920
|
aliasTo?: string | undefined;
|
|
21889
21921
|
};
|
|
21890
21922
|
textCase: {
|
|
@@ -21939,7 +21971,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21939
21971
|
aliasTo?: string | null | undefined;
|
|
21940
21972
|
};
|
|
21941
21973
|
textDecoration: {
|
|
21942
|
-
value?: "
|
|
21974
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
21943
21975
|
aliasTo?: string | null | undefined;
|
|
21944
21976
|
};
|
|
21945
21977
|
textCase: {
|
|
@@ -21997,7 +22029,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
21997
22029
|
aliasTo?: string | undefined;
|
|
21998
22030
|
};
|
|
21999
22031
|
textDecoration: {
|
|
22000
|
-
value?: "
|
|
22032
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
22001
22033
|
aliasTo?: string | undefined;
|
|
22002
22034
|
};
|
|
22003
22035
|
textCase: {
|
|
@@ -22055,7 +22087,7 @@ declare const DTODesignTokenCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimina
|
|
|
22055
22087
|
aliasTo?: string | null | undefined;
|
|
22056
22088
|
};
|
|
22057
22089
|
textDecoration: {
|
|
22058
|
-
value?: "
|
|
22090
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
22059
22091
|
aliasTo?: string | null | undefined;
|
|
22060
22092
|
};
|
|
22061
22093
|
textCase: {
|
|
@@ -23016,7 +23048,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
|
|
|
23016
23048
|
name: string;
|
|
23017
23049
|
layout: {
|
|
23018
23050
|
type: "Column" | "Row";
|
|
23019
|
-
gap?: "
|
|
23051
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23020
23052
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23021
23053
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23022
23054
|
} & {
|
|
@@ -23038,7 +23070,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
|
|
|
23038
23070
|
name: string;
|
|
23039
23071
|
layout: {
|
|
23040
23072
|
type: "Column" | "Row";
|
|
23041
|
-
gap?: "
|
|
23073
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23042
23074
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23043
23075
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23044
23076
|
} & {
|
|
@@ -23071,7 +23103,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
|
|
|
23071
23103
|
name: string;
|
|
23072
23104
|
layout: {
|
|
23073
23105
|
type: "Column" | "Row";
|
|
23074
|
-
gap?: "
|
|
23106
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23075
23107
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23076
23108
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23077
23109
|
} & {
|
|
@@ -23110,7 +23142,7 @@ declare const DTOPageBlockDefinitionItem: z$1.ZodObject<{
|
|
|
23110
23142
|
name: string;
|
|
23111
23143
|
layout: {
|
|
23112
23144
|
type: "Column" | "Row";
|
|
23113
|
-
gap?: "
|
|
23145
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23114
23146
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23115
23147
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23116
23148
|
} & {
|
|
@@ -23169,7 +23201,7 @@ declare const DTOPageBlockDefinitionVariant: z$1.ZodObject<{
|
|
|
23169
23201
|
name: string;
|
|
23170
23202
|
layout: {
|
|
23171
23203
|
type: "Column" | "Row";
|
|
23172
|
-
gap?: "
|
|
23204
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23173
23205
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23174
23206
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23175
23207
|
} & {
|
|
@@ -23191,7 +23223,7 @@ declare const DTOPageBlockDefinitionVariant: z$1.ZodObject<{
|
|
|
23191
23223
|
name: string;
|
|
23192
23224
|
layout: {
|
|
23193
23225
|
type: "Column" | "Row";
|
|
23194
|
-
gap?: "
|
|
23226
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23195
23227
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23196
23228
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23197
23229
|
} & {
|
|
@@ -23321,7 +23353,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
|
|
|
23321
23353
|
name: string;
|
|
23322
23354
|
layout: {
|
|
23323
23355
|
type: "Column" | "Row";
|
|
23324
|
-
gap?: "
|
|
23356
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23325
23357
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23326
23358
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23327
23359
|
} & {
|
|
@@ -23343,7 +23375,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
|
|
|
23343
23375
|
name: string;
|
|
23344
23376
|
layout: {
|
|
23345
23377
|
type: "Column" | "Row";
|
|
23346
|
-
gap?: "
|
|
23378
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23347
23379
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23348
23380
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23349
23381
|
} & {
|
|
@@ -23376,7 +23408,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
|
|
|
23376
23408
|
name: string;
|
|
23377
23409
|
layout: {
|
|
23378
23410
|
type: "Column" | "Row";
|
|
23379
|
-
gap?: "
|
|
23411
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23380
23412
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23381
23413
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23382
23414
|
} & {
|
|
@@ -23415,7 +23447,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
|
|
|
23415
23447
|
name: string;
|
|
23416
23448
|
layout: {
|
|
23417
23449
|
type: "Column" | "Row";
|
|
23418
|
-
gap?: "
|
|
23450
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23419
23451
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23420
23452
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23421
23453
|
} & {
|
|
@@ -23545,7 +23577,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
|
|
|
23545
23577
|
name: string;
|
|
23546
23578
|
layout: {
|
|
23547
23579
|
type: "Column" | "Row";
|
|
23548
|
-
gap?: "
|
|
23580
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23549
23581
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23550
23582
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23551
23583
|
} & {
|
|
@@ -23618,7 +23650,7 @@ declare const DTOPageBlockDefinition: z$1.ZodObject<{
|
|
|
23618
23650
|
name: string;
|
|
23619
23651
|
layout: {
|
|
23620
23652
|
type: "Column" | "Row";
|
|
23621
|
-
gap?: "
|
|
23653
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
23622
23654
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
23623
23655
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
23624
23656
|
} & {
|
|
@@ -101899,6 +101931,19 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
101899
101931
|
}, {
|
|
101900
101932
|
type: "FunctionCallOutput";
|
|
101901
101933
|
}>]>;
|
|
101934
|
+
userScore: z$1.ZodOptional<z$1.ZodObject<{
|
|
101935
|
+
type: z$1.ZodEnum<["Positive", "Negative"]>;
|
|
101936
|
+
tags: z$1.ZodArray<z$1.ZodString, "many">;
|
|
101937
|
+
comment: z$1.ZodOptional<z$1.ZodString>;
|
|
101938
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
101939
|
+
type: "Positive" | "Negative";
|
|
101940
|
+
tags: string[];
|
|
101941
|
+
comment?: string | undefined;
|
|
101942
|
+
}, {
|
|
101943
|
+
type: "Positive" | "Negative";
|
|
101944
|
+
tags: string[];
|
|
101945
|
+
comment?: string | undefined;
|
|
101946
|
+
}>>;
|
|
101902
101947
|
}, "strip", z$1.ZodTypeAny, {
|
|
101903
101948
|
id: string;
|
|
101904
101949
|
createdAt: Date;
|
|
@@ -101919,6 +101964,11 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
101919
101964
|
type: "FunctionCallOutput";
|
|
101920
101965
|
};
|
|
101921
101966
|
opikTraceId?: string | undefined;
|
|
101967
|
+
userScore?: {
|
|
101968
|
+
type: "Positive" | "Negative";
|
|
101969
|
+
tags: string[];
|
|
101970
|
+
comment?: string | undefined;
|
|
101971
|
+
} | undefined;
|
|
101922
101972
|
}, {
|
|
101923
101973
|
id: string;
|
|
101924
101974
|
createdAt: Date;
|
|
@@ -101939,6 +101989,11 @@ declare const DTOForgeChatMessage: z$1.ZodObject<{
|
|
|
101939
101989
|
type: "FunctionCallOutput";
|
|
101940
101990
|
};
|
|
101941
101991
|
opikTraceId?: string | undefined;
|
|
101992
|
+
userScore?: {
|
|
101993
|
+
type: "Positive" | "Negative";
|
|
101994
|
+
tags: string[];
|
|
101995
|
+
comment?: string | undefined;
|
|
101996
|
+
} | undefined;
|
|
101942
101997
|
}>;
|
|
101943
101998
|
type DTOForgeChatMessage = z$1.infer<typeof DTOForgeChatMessage>;
|
|
101944
101999
|
declare const DTOForgeChatThread: z$1.ZodObject<{
|
|
@@ -102337,6 +102392,19 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102337
102392
|
}, {
|
|
102338
102393
|
type: "FunctionCallOutput";
|
|
102339
102394
|
}>]>;
|
|
102395
|
+
userScore: z$1.ZodOptional<z$1.ZodObject<{
|
|
102396
|
+
type: z$1.ZodEnum<["Positive", "Negative"]>;
|
|
102397
|
+
tags: z$1.ZodArray<z$1.ZodString, "many">;
|
|
102398
|
+
comment: z$1.ZodOptional<z$1.ZodString>;
|
|
102399
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
102400
|
+
type: "Positive" | "Negative";
|
|
102401
|
+
tags: string[];
|
|
102402
|
+
comment?: string | undefined;
|
|
102403
|
+
}, {
|
|
102404
|
+
type: "Positive" | "Negative";
|
|
102405
|
+
tags: string[];
|
|
102406
|
+
comment?: string | undefined;
|
|
102407
|
+
}>>;
|
|
102340
102408
|
}, "strip", z$1.ZodTypeAny, {
|
|
102341
102409
|
id: string;
|
|
102342
102410
|
createdAt: Date;
|
|
@@ -102357,6 +102425,11 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102357
102425
|
type: "FunctionCallOutput";
|
|
102358
102426
|
};
|
|
102359
102427
|
opikTraceId?: string | undefined;
|
|
102428
|
+
userScore?: {
|
|
102429
|
+
type: "Positive" | "Negative";
|
|
102430
|
+
tags: string[];
|
|
102431
|
+
comment?: string | undefined;
|
|
102432
|
+
} | undefined;
|
|
102360
102433
|
}, {
|
|
102361
102434
|
id: string;
|
|
102362
102435
|
createdAt: Date;
|
|
@@ -102377,6 +102450,11 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102377
102450
|
type: "FunctionCallOutput";
|
|
102378
102451
|
};
|
|
102379
102452
|
opikTraceId?: string | undefined;
|
|
102453
|
+
userScore?: {
|
|
102454
|
+
type: "Positive" | "Negative";
|
|
102455
|
+
tags: string[];
|
|
102456
|
+
comment?: string | undefined;
|
|
102457
|
+
} | undefined;
|
|
102380
102458
|
}>;
|
|
102381
102459
|
}, "strip", z$1.ZodTypeAny, {
|
|
102382
102460
|
message: {
|
|
@@ -102399,6 +102477,11 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102399
102477
|
type: "FunctionCallOutput";
|
|
102400
102478
|
};
|
|
102401
102479
|
opikTraceId?: string | undefined;
|
|
102480
|
+
userScore?: {
|
|
102481
|
+
type: "Positive" | "Negative";
|
|
102482
|
+
tags: string[];
|
|
102483
|
+
comment?: string | undefined;
|
|
102484
|
+
} | undefined;
|
|
102402
102485
|
};
|
|
102403
102486
|
}, {
|
|
102404
102487
|
message: {
|
|
@@ -102421,6 +102504,11 @@ declare const DTOForgeChatMessageCreateResponse: z$1.ZodObject<{
|
|
|
102421
102504
|
type: "FunctionCallOutput";
|
|
102422
102505
|
};
|
|
102423
102506
|
opikTraceId?: string | undefined;
|
|
102507
|
+
userScore?: {
|
|
102508
|
+
type: "Positive" | "Negative";
|
|
102509
|
+
tags: string[];
|
|
102510
|
+
comment?: string | undefined;
|
|
102511
|
+
} | undefined;
|
|
102424
102512
|
};
|
|
102425
102513
|
}>;
|
|
102426
102514
|
type DTOForgeChatMessageCreateResponse = z$1.infer<typeof DTOForgeChatMessageCreateResponse>;
|
|
@@ -102486,6 +102574,19 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102486
102574
|
}, {
|
|
102487
102575
|
type: "FunctionCallOutput";
|
|
102488
102576
|
}>]>;
|
|
102577
|
+
userScore: z$1.ZodOptional<z$1.ZodObject<{
|
|
102578
|
+
type: z$1.ZodEnum<["Positive", "Negative"]>;
|
|
102579
|
+
tags: z$1.ZodArray<z$1.ZodString, "many">;
|
|
102580
|
+
comment: z$1.ZodOptional<z$1.ZodString>;
|
|
102581
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
102582
|
+
type: "Positive" | "Negative";
|
|
102583
|
+
tags: string[];
|
|
102584
|
+
comment?: string | undefined;
|
|
102585
|
+
}, {
|
|
102586
|
+
type: "Positive" | "Negative";
|
|
102587
|
+
tags: string[];
|
|
102588
|
+
comment?: string | undefined;
|
|
102589
|
+
}>>;
|
|
102489
102590
|
}, "strip", z$1.ZodTypeAny, {
|
|
102490
102591
|
id: string;
|
|
102491
102592
|
createdAt: Date;
|
|
@@ -102506,6 +102607,11 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102506
102607
|
type: "FunctionCallOutput";
|
|
102507
102608
|
};
|
|
102508
102609
|
opikTraceId?: string | undefined;
|
|
102610
|
+
userScore?: {
|
|
102611
|
+
type: "Positive" | "Negative";
|
|
102612
|
+
tags: string[];
|
|
102613
|
+
comment?: string | undefined;
|
|
102614
|
+
} | undefined;
|
|
102509
102615
|
}, {
|
|
102510
102616
|
id: string;
|
|
102511
102617
|
createdAt: Date;
|
|
@@ -102526,6 +102632,11 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102526
102632
|
type: "FunctionCallOutput";
|
|
102527
102633
|
};
|
|
102528
102634
|
opikTraceId?: string | undefined;
|
|
102635
|
+
userScore?: {
|
|
102636
|
+
type: "Positive" | "Negative";
|
|
102637
|
+
tags: string[];
|
|
102638
|
+
comment?: string | undefined;
|
|
102639
|
+
} | undefined;
|
|
102529
102640
|
}>, "many">;
|
|
102530
102641
|
totalCount: z$1.ZodNumber;
|
|
102531
102642
|
hasMore: z$1.ZodBoolean;
|
|
@@ -102550,6 +102661,11 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102550
102661
|
type: "FunctionCallOutput";
|
|
102551
102662
|
};
|
|
102552
102663
|
opikTraceId?: string | undefined;
|
|
102664
|
+
userScore?: {
|
|
102665
|
+
type: "Positive" | "Negative";
|
|
102666
|
+
tags: string[];
|
|
102667
|
+
comment?: string | undefined;
|
|
102668
|
+
} | undefined;
|
|
102553
102669
|
}[];
|
|
102554
102670
|
totalCount: number;
|
|
102555
102671
|
hasMore: boolean;
|
|
@@ -102574,6 +102690,11 @@ declare const DTOForgeChatMessageListResponse: z$1.ZodObject<{
|
|
|
102574
102690
|
type: "FunctionCallOutput";
|
|
102575
102691
|
};
|
|
102576
102692
|
opikTraceId?: string | undefined;
|
|
102693
|
+
userScore?: {
|
|
102694
|
+
type: "Positive" | "Negative";
|
|
102695
|
+
tags: string[];
|
|
102696
|
+
comment?: string | undefined;
|
|
102697
|
+
} | undefined;
|
|
102577
102698
|
}[];
|
|
102578
102699
|
totalCount: number;
|
|
102579
102700
|
hasMore: boolean;
|
|
@@ -104839,24 +104960,24 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
104839
104960
|
data: z$1.ZodObject<{
|
|
104840
104961
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
104841
104962
|
} & {
|
|
104842
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
104963
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
104843
104964
|
}, "strip", z$1.ZodTypeAny, {
|
|
104844
|
-
value?: "
|
|
104965
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
104845
104966
|
aliasTo?: string | undefined;
|
|
104846
104967
|
}, {
|
|
104847
|
-
value?: "
|
|
104968
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
104848
104969
|
aliasTo?: string | null | undefined;
|
|
104849
104970
|
}>;
|
|
104850
104971
|
}, "strip", z$1.ZodTypeAny, {
|
|
104851
104972
|
type: "TextDecoration";
|
|
104852
104973
|
data: {
|
|
104853
|
-
value?: "
|
|
104974
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
104854
104975
|
aliasTo?: string | undefined;
|
|
104855
104976
|
};
|
|
104856
104977
|
}, {
|
|
104857
104978
|
type: "TextDecoration";
|
|
104858
104979
|
data: {
|
|
104859
|
-
value?: "
|
|
104980
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
104860
104981
|
aliasTo?: string | null | undefined;
|
|
104861
104982
|
};
|
|
104862
104983
|
}>, z$1.ZodObject<{
|
|
@@ -104881,7 +105002,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
104881
105002
|
aliasTo?: string | undefined;
|
|
104882
105003
|
};
|
|
104883
105004
|
textDecoration: {
|
|
104884
|
-
value?: "
|
|
105005
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
104885
105006
|
aliasTo?: string | undefined;
|
|
104886
105007
|
};
|
|
104887
105008
|
textCase: {
|
|
@@ -104933,7 +105054,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
104933
105054
|
aliasTo?: string | null | undefined;
|
|
104934
105055
|
};
|
|
104935
105056
|
textDecoration: {
|
|
104936
|
-
value?: "
|
|
105057
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
104937
105058
|
aliasTo?: string | null | undefined;
|
|
104938
105059
|
};
|
|
104939
105060
|
textCase: {
|
|
@@ -104985,7 +105106,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
104985
105106
|
aliasTo?: string | undefined;
|
|
104986
105107
|
};
|
|
104987
105108
|
textDecoration: {
|
|
104988
|
-
value?: "
|
|
105109
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
104989
105110
|
aliasTo?: string | undefined;
|
|
104990
105111
|
};
|
|
104991
105112
|
textCase: {
|
|
@@ -105037,7 +105158,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
105037
105158
|
aliasTo?: string | null | undefined;
|
|
105038
105159
|
};
|
|
105039
105160
|
textDecoration: {
|
|
105040
|
-
value?: "
|
|
105161
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
105041
105162
|
aliasTo?: string | null | undefined;
|
|
105042
105163
|
};
|
|
105043
105164
|
textCase: {
|
|
@@ -105091,7 +105212,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
105091
105212
|
aliasTo?: string | undefined;
|
|
105092
105213
|
};
|
|
105093
105214
|
textDecoration: {
|
|
105094
|
-
value?: "
|
|
105215
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
105095
105216
|
aliasTo?: string | undefined;
|
|
105096
105217
|
};
|
|
105097
105218
|
textCase: {
|
|
@@ -105146,7 +105267,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
105146
105267
|
aliasTo?: string | null | undefined;
|
|
105147
105268
|
};
|
|
105148
105269
|
textDecoration: {
|
|
105149
|
-
value?: "
|
|
105270
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
105150
105271
|
aliasTo?: string | null | undefined;
|
|
105151
105272
|
};
|
|
105152
105273
|
textCase: {
|
|
@@ -105204,7 +105325,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
105204
105325
|
aliasTo?: string | undefined;
|
|
105205
105326
|
};
|
|
105206
105327
|
textDecoration: {
|
|
105207
|
-
value?: "
|
|
105328
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
105208
105329
|
aliasTo?: string | undefined;
|
|
105209
105330
|
};
|
|
105210
105331
|
textCase: {
|
|
@@ -105262,7 +105383,7 @@ declare const DTOThemeOverride: z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"t
|
|
|
105262
105383
|
aliasTo?: string | null | undefined;
|
|
105263
105384
|
};
|
|
105264
105385
|
textDecoration: {
|
|
105265
|
-
value?: "
|
|
105386
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
105266
105387
|
aliasTo?: string | null | undefined;
|
|
105267
105388
|
};
|
|
105268
105389
|
textCase: {
|
|
@@ -107129,24 +107250,24 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107129
107250
|
data: z$1.ZodObject<{
|
|
107130
107251
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
107131
107252
|
} & {
|
|
107132
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
107253
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
107133
107254
|
}, "strip", z$1.ZodTypeAny, {
|
|
107134
|
-
value?: "
|
|
107255
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
107135
107256
|
aliasTo?: string | undefined;
|
|
107136
107257
|
}, {
|
|
107137
|
-
value?: "
|
|
107258
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
107138
107259
|
aliasTo?: string | null | undefined;
|
|
107139
107260
|
}>;
|
|
107140
107261
|
}, "strip", z$1.ZodTypeAny, {
|
|
107141
107262
|
type: "TextDecoration";
|
|
107142
107263
|
data: {
|
|
107143
|
-
value?: "
|
|
107264
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
107144
107265
|
aliasTo?: string | undefined;
|
|
107145
107266
|
};
|
|
107146
107267
|
}, {
|
|
107147
107268
|
type: "TextDecoration";
|
|
107148
107269
|
data: {
|
|
107149
|
-
value?: "
|
|
107270
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
107150
107271
|
aliasTo?: string | null | undefined;
|
|
107151
107272
|
};
|
|
107152
107273
|
}>, z$1.ZodObject<{
|
|
@@ -107171,7 +107292,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107171
107292
|
aliasTo?: string | undefined;
|
|
107172
107293
|
};
|
|
107173
107294
|
textDecoration: {
|
|
107174
|
-
value?: "
|
|
107295
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
107175
107296
|
aliasTo?: string | undefined;
|
|
107176
107297
|
};
|
|
107177
107298
|
textCase: {
|
|
@@ -107223,7 +107344,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107223
107344
|
aliasTo?: string | null | undefined;
|
|
107224
107345
|
};
|
|
107225
107346
|
textDecoration: {
|
|
107226
|
-
value?: "
|
|
107347
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
107227
107348
|
aliasTo?: string | null | undefined;
|
|
107228
107349
|
};
|
|
107229
107350
|
textCase: {
|
|
@@ -107275,7 +107396,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107275
107396
|
aliasTo?: string | undefined;
|
|
107276
107397
|
};
|
|
107277
107398
|
textDecoration: {
|
|
107278
|
-
value?: "
|
|
107399
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
107279
107400
|
aliasTo?: string | undefined;
|
|
107280
107401
|
};
|
|
107281
107402
|
textCase: {
|
|
@@ -107327,7 +107448,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107327
107448
|
aliasTo?: string | null | undefined;
|
|
107328
107449
|
};
|
|
107329
107450
|
textDecoration: {
|
|
107330
|
-
value?: "
|
|
107451
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
107331
107452
|
aliasTo?: string | null | undefined;
|
|
107332
107453
|
};
|
|
107333
107454
|
textCase: {
|
|
@@ -107381,7 +107502,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107381
107502
|
aliasTo?: string | undefined;
|
|
107382
107503
|
};
|
|
107383
107504
|
textDecoration: {
|
|
107384
|
-
value?: "
|
|
107505
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
107385
107506
|
aliasTo?: string | undefined;
|
|
107386
107507
|
};
|
|
107387
107508
|
textCase: {
|
|
@@ -107436,7 +107557,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107436
107557
|
aliasTo?: string | null | undefined;
|
|
107437
107558
|
};
|
|
107438
107559
|
textDecoration: {
|
|
107439
|
-
value?: "
|
|
107560
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
107440
107561
|
aliasTo?: string | null | undefined;
|
|
107441
107562
|
};
|
|
107442
107563
|
textCase: {
|
|
@@ -107494,7 +107615,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107494
107615
|
aliasTo?: string | undefined;
|
|
107495
107616
|
};
|
|
107496
107617
|
textDecoration: {
|
|
107497
|
-
value?: "
|
|
107618
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
107498
107619
|
aliasTo?: string | undefined;
|
|
107499
107620
|
};
|
|
107500
107621
|
textCase: {
|
|
@@ -107552,7 +107673,7 @@ declare const DTOThemeOverrideCreatePayload: z$1.ZodIntersection<z$1.ZodDiscrimi
|
|
|
107552
107673
|
aliasTo?: string | null | undefined;
|
|
107553
107674
|
};
|
|
107554
107675
|
textDecoration: {
|
|
107555
|
-
value?: "
|
|
107676
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
107556
107677
|
aliasTo?: string | null | undefined;
|
|
107557
107678
|
};
|
|
107558
107679
|
textCase: {
|
|
@@ -109372,24 +109493,24 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109372
109493
|
data: z$1.ZodObject<{
|
|
109373
109494
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
109374
109495
|
} & {
|
|
109375
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
109496
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
109376
109497
|
}, "strip", z$1.ZodTypeAny, {
|
|
109377
|
-
value?: "
|
|
109498
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
109378
109499
|
aliasTo?: string | undefined;
|
|
109379
109500
|
}, {
|
|
109380
|
-
value?: "
|
|
109501
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
109381
109502
|
aliasTo?: string | null | undefined;
|
|
109382
109503
|
}>;
|
|
109383
109504
|
}, "strip", z$1.ZodTypeAny, {
|
|
109384
109505
|
type: "TextDecoration";
|
|
109385
109506
|
data: {
|
|
109386
|
-
value?: "
|
|
109507
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
109387
109508
|
aliasTo?: string | undefined;
|
|
109388
109509
|
};
|
|
109389
109510
|
}, {
|
|
109390
109511
|
type: "TextDecoration";
|
|
109391
109512
|
data: {
|
|
109392
|
-
value?: "
|
|
109513
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
109393
109514
|
aliasTo?: string | null | undefined;
|
|
109394
109515
|
};
|
|
109395
109516
|
}>, z$1.ZodObject<{
|
|
@@ -109414,7 +109535,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109414
109535
|
aliasTo?: string | undefined;
|
|
109415
109536
|
};
|
|
109416
109537
|
textDecoration: {
|
|
109417
|
-
value?: "
|
|
109538
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
109418
109539
|
aliasTo?: string | undefined;
|
|
109419
109540
|
};
|
|
109420
109541
|
textCase: {
|
|
@@ -109466,7 +109587,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109466
109587
|
aliasTo?: string | null | undefined;
|
|
109467
109588
|
};
|
|
109468
109589
|
textDecoration: {
|
|
109469
|
-
value?: "
|
|
109590
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
109470
109591
|
aliasTo?: string | null | undefined;
|
|
109471
109592
|
};
|
|
109472
109593
|
textCase: {
|
|
@@ -109518,7 +109639,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109518
109639
|
aliasTo?: string | undefined;
|
|
109519
109640
|
};
|
|
109520
109641
|
textDecoration: {
|
|
109521
|
-
value?: "
|
|
109642
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
109522
109643
|
aliasTo?: string | undefined;
|
|
109523
109644
|
};
|
|
109524
109645
|
textCase: {
|
|
@@ -109570,7 +109691,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109570
109691
|
aliasTo?: string | null | undefined;
|
|
109571
109692
|
};
|
|
109572
109693
|
textDecoration: {
|
|
109573
|
-
value?: "
|
|
109694
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
109574
109695
|
aliasTo?: string | null | undefined;
|
|
109575
109696
|
};
|
|
109576
109697
|
textCase: {
|
|
@@ -109624,7 +109745,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109624
109745
|
aliasTo?: string | undefined;
|
|
109625
109746
|
};
|
|
109626
109747
|
textDecoration: {
|
|
109627
|
-
value?: "
|
|
109748
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
109628
109749
|
aliasTo?: string | undefined;
|
|
109629
109750
|
};
|
|
109630
109751
|
textCase: {
|
|
@@ -109679,7 +109800,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109679
109800
|
aliasTo?: string | null | undefined;
|
|
109680
109801
|
};
|
|
109681
109802
|
textDecoration: {
|
|
109682
|
-
value?: "
|
|
109803
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
109683
109804
|
aliasTo?: string | null | undefined;
|
|
109684
109805
|
};
|
|
109685
109806
|
textCase: {
|
|
@@ -109737,7 +109858,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109737
109858
|
aliasTo?: string | undefined;
|
|
109738
109859
|
};
|
|
109739
109860
|
textDecoration: {
|
|
109740
|
-
value?: "
|
|
109861
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
109741
109862
|
aliasTo?: string | undefined;
|
|
109742
109863
|
};
|
|
109743
109864
|
textCase: {
|
|
@@ -109795,7 +109916,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
109795
109916
|
aliasTo?: string | null | undefined;
|
|
109796
109917
|
};
|
|
109797
109918
|
textDecoration: {
|
|
109798
|
-
value?: "
|
|
109919
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
109799
109920
|
aliasTo?: string | null | undefined;
|
|
109800
109921
|
};
|
|
109801
109922
|
textCase: {
|
|
@@ -110283,7 +110404,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
110283
110404
|
} | {
|
|
110284
110405
|
type: "TextDecoration";
|
|
110285
110406
|
data: {
|
|
110286
|
-
value?: "
|
|
110407
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
110287
110408
|
aliasTo?: string | undefined;
|
|
110288
110409
|
};
|
|
110289
110410
|
} | {
|
|
@@ -110306,7 +110427,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
110306
110427
|
aliasTo?: string | undefined;
|
|
110307
110428
|
};
|
|
110308
110429
|
textDecoration: {
|
|
110309
|
-
value?: "
|
|
110430
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
110310
110431
|
aliasTo?: string | undefined;
|
|
110311
110432
|
};
|
|
110312
110433
|
textCase: {
|
|
@@ -110661,7 +110782,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
110661
110782
|
} | {
|
|
110662
110783
|
type: "TextDecoration";
|
|
110663
110784
|
data: {
|
|
110664
|
-
value?: "
|
|
110785
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
110665
110786
|
aliasTo?: string | null | undefined;
|
|
110666
110787
|
};
|
|
110667
110788
|
} | {
|
|
@@ -110684,7 +110805,7 @@ declare const DTOTheme: z$1.ZodObject<{
|
|
|
110684
110805
|
aliasTo?: string | null | undefined;
|
|
110685
110806
|
};
|
|
110686
110807
|
textDecoration: {
|
|
110687
|
-
value?: "
|
|
110808
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
110688
110809
|
aliasTo?: string | null | undefined;
|
|
110689
110810
|
};
|
|
110690
110811
|
textCase: {
|
|
@@ -112436,24 +112557,24 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112436
112557
|
data: z$1.ZodObject<{
|
|
112437
112558
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
112438
112559
|
} & {
|
|
112439
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
112560
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
112440
112561
|
}, "strip", z$1.ZodTypeAny, {
|
|
112441
|
-
value?: "
|
|
112562
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
112442
112563
|
aliasTo?: string | undefined;
|
|
112443
112564
|
}, {
|
|
112444
|
-
value?: "
|
|
112565
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
112445
112566
|
aliasTo?: string | null | undefined;
|
|
112446
112567
|
}>;
|
|
112447
112568
|
}, "strip", z$1.ZodTypeAny, {
|
|
112448
112569
|
type: "TextDecoration";
|
|
112449
112570
|
data: {
|
|
112450
|
-
value?: "
|
|
112571
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
112451
112572
|
aliasTo?: string | undefined;
|
|
112452
112573
|
};
|
|
112453
112574
|
}, {
|
|
112454
112575
|
type: "TextDecoration";
|
|
112455
112576
|
data: {
|
|
112456
|
-
value?: "
|
|
112577
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
112457
112578
|
aliasTo?: string | null | undefined;
|
|
112458
112579
|
};
|
|
112459
112580
|
}>, z$1.ZodObject<{
|
|
@@ -112478,7 +112599,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112478
112599
|
aliasTo?: string | undefined;
|
|
112479
112600
|
};
|
|
112480
112601
|
textDecoration: {
|
|
112481
|
-
value?: "
|
|
112602
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
112482
112603
|
aliasTo?: string | undefined;
|
|
112483
112604
|
};
|
|
112484
112605
|
textCase: {
|
|
@@ -112530,7 +112651,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112530
112651
|
aliasTo?: string | null | undefined;
|
|
112531
112652
|
};
|
|
112532
112653
|
textDecoration: {
|
|
112533
|
-
value?: "
|
|
112654
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
112534
112655
|
aliasTo?: string | null | undefined;
|
|
112535
112656
|
};
|
|
112536
112657
|
textCase: {
|
|
@@ -112582,7 +112703,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112582
112703
|
aliasTo?: string | undefined;
|
|
112583
112704
|
};
|
|
112584
112705
|
textDecoration: {
|
|
112585
|
-
value?: "
|
|
112706
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
112586
112707
|
aliasTo?: string | undefined;
|
|
112587
112708
|
};
|
|
112588
112709
|
textCase: {
|
|
@@ -112634,7 +112755,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112634
112755
|
aliasTo?: string | null | undefined;
|
|
112635
112756
|
};
|
|
112636
112757
|
textDecoration: {
|
|
112637
|
-
value?: "
|
|
112758
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
112638
112759
|
aliasTo?: string | null | undefined;
|
|
112639
112760
|
};
|
|
112640
112761
|
textCase: {
|
|
@@ -112688,7 +112809,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112688
112809
|
aliasTo?: string | undefined;
|
|
112689
112810
|
};
|
|
112690
112811
|
textDecoration: {
|
|
112691
|
-
value?: "
|
|
112812
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
112692
112813
|
aliasTo?: string | undefined;
|
|
112693
112814
|
};
|
|
112694
112815
|
textCase: {
|
|
@@ -112743,7 +112864,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112743
112864
|
aliasTo?: string | null | undefined;
|
|
112744
112865
|
};
|
|
112745
112866
|
textDecoration: {
|
|
112746
|
-
value?: "
|
|
112867
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
112747
112868
|
aliasTo?: string | null | undefined;
|
|
112748
112869
|
};
|
|
112749
112870
|
textCase: {
|
|
@@ -112801,7 +112922,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112801
112922
|
aliasTo?: string | undefined;
|
|
112802
112923
|
};
|
|
112803
112924
|
textDecoration: {
|
|
112804
|
-
value?: "
|
|
112925
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
112805
112926
|
aliasTo?: string | undefined;
|
|
112806
112927
|
};
|
|
112807
112928
|
textCase: {
|
|
@@ -112859,7 +112980,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
112859
112980
|
aliasTo?: string | null | undefined;
|
|
112860
112981
|
};
|
|
112861
112982
|
textDecoration: {
|
|
112862
|
-
value?: "
|
|
112983
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
112863
112984
|
aliasTo?: string | null | undefined;
|
|
112864
112985
|
};
|
|
112865
112986
|
textCase: {
|
|
@@ -113347,7 +113468,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
113347
113468
|
} | {
|
|
113348
113469
|
type: "TextDecoration";
|
|
113349
113470
|
data: {
|
|
113350
|
-
value?: "
|
|
113471
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
113351
113472
|
aliasTo?: string | undefined;
|
|
113352
113473
|
};
|
|
113353
113474
|
} | {
|
|
@@ -113370,7 +113491,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
113370
113491
|
aliasTo?: string | undefined;
|
|
113371
113492
|
};
|
|
113372
113493
|
textDecoration: {
|
|
113373
|
-
value?: "
|
|
113494
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
113374
113495
|
aliasTo?: string | undefined;
|
|
113375
113496
|
};
|
|
113376
113497
|
textCase: {
|
|
@@ -113725,7 +113846,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
113725
113846
|
} | {
|
|
113726
113847
|
type: "TextDecoration";
|
|
113727
113848
|
data: {
|
|
113728
|
-
value?: "
|
|
113849
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
113729
113850
|
aliasTo?: string | null | undefined;
|
|
113730
113851
|
};
|
|
113731
113852
|
} | {
|
|
@@ -113748,7 +113869,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
113748
113869
|
aliasTo?: string | null | undefined;
|
|
113749
113870
|
};
|
|
113750
113871
|
textDecoration: {
|
|
113751
|
-
value?: "
|
|
113872
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
113752
113873
|
aliasTo?: string | null | undefined;
|
|
113753
113874
|
};
|
|
113754
113875
|
textCase: {
|
|
@@ -114105,7 +114226,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
114105
114226
|
} | {
|
|
114106
114227
|
type: "TextDecoration";
|
|
114107
114228
|
data: {
|
|
114108
|
-
value?: "
|
|
114229
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
114109
114230
|
aliasTo?: string | undefined;
|
|
114110
114231
|
};
|
|
114111
114232
|
} | {
|
|
@@ -114128,7 +114249,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
114128
114249
|
aliasTo?: string | undefined;
|
|
114129
114250
|
};
|
|
114130
114251
|
textDecoration: {
|
|
114131
|
-
value?: "
|
|
114252
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
114132
114253
|
aliasTo?: string | undefined;
|
|
114133
114254
|
};
|
|
114134
114255
|
textCase: {
|
|
@@ -114485,7 +114606,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
114485
114606
|
} | {
|
|
114486
114607
|
type: "TextDecoration";
|
|
114487
114608
|
data: {
|
|
114488
|
-
value?: "
|
|
114609
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
114489
114610
|
aliasTo?: string | null | undefined;
|
|
114490
114611
|
};
|
|
114491
114612
|
} | {
|
|
@@ -114508,7 +114629,7 @@ declare const DTOThemeResponse: z$1.ZodObject<{
|
|
|
114508
114629
|
aliasTo?: string | null | undefined;
|
|
114509
114630
|
};
|
|
114510
114631
|
textDecoration: {
|
|
114511
|
-
value?: "
|
|
114632
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
114512
114633
|
aliasTo?: string | null | undefined;
|
|
114513
114634
|
};
|
|
114514
114635
|
textCase: {
|
|
@@ -116261,24 +116382,24 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116261
116382
|
data: z$1.ZodObject<{
|
|
116262
116383
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
116263
116384
|
} & {
|
|
116264
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
116385
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
116265
116386
|
}, "strip", z$1.ZodTypeAny, {
|
|
116266
|
-
value?: "
|
|
116387
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
116267
116388
|
aliasTo?: string | undefined;
|
|
116268
116389
|
}, {
|
|
116269
|
-
value?: "
|
|
116390
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
116270
116391
|
aliasTo?: string | null | undefined;
|
|
116271
116392
|
}>;
|
|
116272
116393
|
}, "strip", z$1.ZodTypeAny, {
|
|
116273
116394
|
type: "TextDecoration";
|
|
116274
116395
|
data: {
|
|
116275
|
-
value?: "
|
|
116396
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
116276
116397
|
aliasTo?: string | undefined;
|
|
116277
116398
|
};
|
|
116278
116399
|
}, {
|
|
116279
116400
|
type: "TextDecoration";
|
|
116280
116401
|
data: {
|
|
116281
|
-
value?: "
|
|
116402
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
116282
116403
|
aliasTo?: string | null | undefined;
|
|
116283
116404
|
};
|
|
116284
116405
|
}>, z$1.ZodObject<{
|
|
@@ -116303,7 +116424,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116303
116424
|
aliasTo?: string | undefined;
|
|
116304
116425
|
};
|
|
116305
116426
|
textDecoration: {
|
|
116306
|
-
value?: "
|
|
116427
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
116307
116428
|
aliasTo?: string | undefined;
|
|
116308
116429
|
};
|
|
116309
116430
|
textCase: {
|
|
@@ -116355,7 +116476,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116355
116476
|
aliasTo?: string | null | undefined;
|
|
116356
116477
|
};
|
|
116357
116478
|
textDecoration: {
|
|
116358
|
-
value?: "
|
|
116479
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
116359
116480
|
aliasTo?: string | null | undefined;
|
|
116360
116481
|
};
|
|
116361
116482
|
textCase: {
|
|
@@ -116407,7 +116528,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116407
116528
|
aliasTo?: string | undefined;
|
|
116408
116529
|
};
|
|
116409
116530
|
textDecoration: {
|
|
116410
|
-
value?: "
|
|
116531
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
116411
116532
|
aliasTo?: string | undefined;
|
|
116412
116533
|
};
|
|
116413
116534
|
textCase: {
|
|
@@ -116459,7 +116580,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116459
116580
|
aliasTo?: string | null | undefined;
|
|
116460
116581
|
};
|
|
116461
116582
|
textDecoration: {
|
|
116462
|
-
value?: "
|
|
116583
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
116463
116584
|
aliasTo?: string | null | undefined;
|
|
116464
116585
|
};
|
|
116465
116586
|
textCase: {
|
|
@@ -116513,7 +116634,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116513
116634
|
aliasTo?: string | undefined;
|
|
116514
116635
|
};
|
|
116515
116636
|
textDecoration: {
|
|
116516
|
-
value?: "
|
|
116637
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
116517
116638
|
aliasTo?: string | undefined;
|
|
116518
116639
|
};
|
|
116519
116640
|
textCase: {
|
|
@@ -116568,7 +116689,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116568
116689
|
aliasTo?: string | null | undefined;
|
|
116569
116690
|
};
|
|
116570
116691
|
textDecoration: {
|
|
116571
|
-
value?: "
|
|
116692
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
116572
116693
|
aliasTo?: string | null | undefined;
|
|
116573
116694
|
};
|
|
116574
116695
|
textCase: {
|
|
@@ -116626,7 +116747,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116626
116747
|
aliasTo?: string | undefined;
|
|
116627
116748
|
};
|
|
116628
116749
|
textDecoration: {
|
|
116629
|
-
value?: "
|
|
116750
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
116630
116751
|
aliasTo?: string | undefined;
|
|
116631
116752
|
};
|
|
116632
116753
|
textCase: {
|
|
@@ -116684,7 +116805,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
116684
116805
|
aliasTo?: string | null | undefined;
|
|
116685
116806
|
};
|
|
116686
116807
|
textDecoration: {
|
|
116687
|
-
value?: "
|
|
116808
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
116688
116809
|
aliasTo?: string | null | undefined;
|
|
116689
116810
|
};
|
|
116690
116811
|
textCase: {
|
|
@@ -117172,7 +117293,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
117172
117293
|
} | {
|
|
117173
117294
|
type: "TextDecoration";
|
|
117174
117295
|
data: {
|
|
117175
|
-
value?: "
|
|
117296
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
117176
117297
|
aliasTo?: string | undefined;
|
|
117177
117298
|
};
|
|
117178
117299
|
} | {
|
|
@@ -117195,7 +117316,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
117195
117316
|
aliasTo?: string | undefined;
|
|
117196
117317
|
};
|
|
117197
117318
|
textDecoration: {
|
|
117198
|
-
value?: "
|
|
117319
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
117199
117320
|
aliasTo?: string | undefined;
|
|
117200
117321
|
};
|
|
117201
117322
|
textCase: {
|
|
@@ -117550,7 +117671,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
117550
117671
|
} | {
|
|
117551
117672
|
type: "TextDecoration";
|
|
117552
117673
|
data: {
|
|
117553
|
-
value?: "
|
|
117674
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
117554
117675
|
aliasTo?: string | null | undefined;
|
|
117555
117676
|
};
|
|
117556
117677
|
} | {
|
|
@@ -117573,7 +117694,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
117573
117694
|
aliasTo?: string | null | undefined;
|
|
117574
117695
|
};
|
|
117575
117696
|
textDecoration: {
|
|
117576
|
-
value?: "
|
|
117697
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
117577
117698
|
aliasTo?: string | null | undefined;
|
|
117578
117699
|
};
|
|
117579
117700
|
textCase: {
|
|
@@ -117930,7 +118051,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
117930
118051
|
} | {
|
|
117931
118052
|
type: "TextDecoration";
|
|
117932
118053
|
data: {
|
|
117933
|
-
value?: "
|
|
118054
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
117934
118055
|
aliasTo?: string | undefined;
|
|
117935
118056
|
};
|
|
117936
118057
|
} | {
|
|
@@ -117953,7 +118074,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
117953
118074
|
aliasTo?: string | undefined;
|
|
117954
118075
|
};
|
|
117955
118076
|
textDecoration: {
|
|
117956
|
-
value?: "
|
|
118077
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
117957
118078
|
aliasTo?: string | undefined;
|
|
117958
118079
|
};
|
|
117959
118080
|
textCase: {
|
|
@@ -118310,7 +118431,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
118310
118431
|
} | {
|
|
118311
118432
|
type: "TextDecoration";
|
|
118312
118433
|
data: {
|
|
118313
|
-
value?: "
|
|
118434
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
118314
118435
|
aliasTo?: string | null | undefined;
|
|
118315
118436
|
};
|
|
118316
118437
|
} | {
|
|
@@ -118333,7 +118454,7 @@ declare const DTOThemeListResponse: z$1.ZodObject<{
|
|
|
118333
118454
|
aliasTo?: string | null | undefined;
|
|
118334
118455
|
};
|
|
118335
118456
|
textDecoration: {
|
|
118336
|
-
value?: "
|
|
118457
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
118337
118458
|
aliasTo?: string | null | undefined;
|
|
118338
118459
|
};
|
|
118339
118460
|
textCase: {
|
|
@@ -120083,24 +120204,24 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120083
120204
|
data: z$1.ZodObject<{
|
|
120084
120205
|
aliasTo: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>, string | undefined, string | null | undefined>;
|
|
120085
120206
|
} & {
|
|
120086
|
-
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"
|
|
120207
|
+
value: z$1.ZodEffects<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodType<"None" | "Strikethrough" | "Underline", z$1.ZodTypeDef, "None" | "Strikethrough" | "Underline">>>, "None" | "Strikethrough" | "Underline" | undefined, "None" | "Strikethrough" | "Underline" | null | undefined>;
|
|
120087
120208
|
}, "strip", z$1.ZodTypeAny, {
|
|
120088
|
-
value?: "
|
|
120209
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120089
120210
|
aliasTo?: string | undefined;
|
|
120090
120211
|
}, {
|
|
120091
|
-
value?: "
|
|
120212
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
120092
120213
|
aliasTo?: string | null | undefined;
|
|
120093
120214
|
}>;
|
|
120094
120215
|
}, "strip", z$1.ZodTypeAny, {
|
|
120095
120216
|
type: "TextDecoration";
|
|
120096
120217
|
data: {
|
|
120097
|
-
value?: "
|
|
120218
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120098
120219
|
aliasTo?: string | undefined;
|
|
120099
120220
|
};
|
|
120100
120221
|
}, {
|
|
120101
120222
|
type: "TextDecoration";
|
|
120102
120223
|
data: {
|
|
120103
|
-
value?: "
|
|
120224
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
120104
120225
|
aliasTo?: string | null | undefined;
|
|
120105
120226
|
};
|
|
120106
120227
|
}>, z$1.ZodObject<{
|
|
@@ -120125,7 +120246,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120125
120246
|
aliasTo?: string | undefined;
|
|
120126
120247
|
};
|
|
120127
120248
|
textDecoration: {
|
|
120128
|
-
value?: "
|
|
120249
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120129
120250
|
aliasTo?: string | undefined;
|
|
120130
120251
|
};
|
|
120131
120252
|
textCase: {
|
|
@@ -120177,7 +120298,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120177
120298
|
aliasTo?: string | null | undefined;
|
|
120178
120299
|
};
|
|
120179
120300
|
textDecoration: {
|
|
120180
|
-
value?: "
|
|
120301
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
120181
120302
|
aliasTo?: string | null | undefined;
|
|
120182
120303
|
};
|
|
120183
120304
|
textCase: {
|
|
@@ -120229,7 +120350,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120229
120350
|
aliasTo?: string | undefined;
|
|
120230
120351
|
};
|
|
120231
120352
|
textDecoration: {
|
|
120232
|
-
value?: "
|
|
120353
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120233
120354
|
aliasTo?: string | undefined;
|
|
120234
120355
|
};
|
|
120235
120356
|
textCase: {
|
|
@@ -120281,7 +120402,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120281
120402
|
aliasTo?: string | null | undefined;
|
|
120282
120403
|
};
|
|
120283
120404
|
textDecoration: {
|
|
120284
|
-
value?: "
|
|
120405
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
120285
120406
|
aliasTo?: string | null | undefined;
|
|
120286
120407
|
};
|
|
120287
120408
|
textCase: {
|
|
@@ -120335,7 +120456,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120335
120456
|
aliasTo?: string | undefined;
|
|
120336
120457
|
};
|
|
120337
120458
|
textDecoration: {
|
|
120338
|
-
value?: "
|
|
120459
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120339
120460
|
aliasTo?: string | undefined;
|
|
120340
120461
|
};
|
|
120341
120462
|
textCase: {
|
|
@@ -120390,7 +120511,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120390
120511
|
aliasTo?: string | null | undefined;
|
|
120391
120512
|
};
|
|
120392
120513
|
textDecoration: {
|
|
120393
|
-
value?: "
|
|
120514
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
120394
120515
|
aliasTo?: string | null | undefined;
|
|
120395
120516
|
};
|
|
120396
120517
|
textCase: {
|
|
@@ -120448,7 +120569,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120448
120569
|
aliasTo?: string | undefined;
|
|
120449
120570
|
};
|
|
120450
120571
|
textDecoration: {
|
|
120451
|
-
value?: "
|
|
120572
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120452
120573
|
aliasTo?: string | undefined;
|
|
120453
120574
|
};
|
|
120454
120575
|
textCase: {
|
|
@@ -120506,7 +120627,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120506
120627
|
aliasTo?: string | null | undefined;
|
|
120507
120628
|
};
|
|
120508
120629
|
textDecoration: {
|
|
120509
|
-
value?: "
|
|
120630
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
120510
120631
|
aliasTo?: string | null | undefined;
|
|
120511
120632
|
};
|
|
120512
120633
|
textCase: {
|
|
@@ -120992,7 +121113,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
120992
121113
|
} | {
|
|
120993
121114
|
type: "TextDecoration";
|
|
120994
121115
|
data: {
|
|
120995
|
-
value?: "
|
|
121116
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
120996
121117
|
aliasTo?: string | undefined;
|
|
120997
121118
|
};
|
|
120998
121119
|
} | {
|
|
@@ -121015,7 +121136,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
121015
121136
|
aliasTo?: string | undefined;
|
|
121016
121137
|
};
|
|
121017
121138
|
textDecoration: {
|
|
121018
|
-
value?: "
|
|
121139
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
121019
121140
|
aliasTo?: string | undefined;
|
|
121020
121141
|
};
|
|
121021
121142
|
textCase: {
|
|
@@ -121368,7 +121489,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
121368
121489
|
} | {
|
|
121369
121490
|
type: "TextDecoration";
|
|
121370
121491
|
data: {
|
|
121371
|
-
value?: "
|
|
121492
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
121372
121493
|
aliasTo?: string | null | undefined;
|
|
121373
121494
|
};
|
|
121374
121495
|
} | {
|
|
@@ -121391,7 +121512,7 @@ declare const DTOThemeCreatePayload: z$1.ZodObject<{
|
|
|
121391
121512
|
aliasTo?: string | null | undefined;
|
|
121392
121513
|
};
|
|
121393
121514
|
textDecoration: {
|
|
121394
|
-
value?: "
|
|
121515
|
+
value?: "None" | "Strikethrough" | "Underline" | null | undefined;
|
|
121395
121516
|
aliasTo?: string | null | undefined;
|
|
121396
121517
|
};
|
|
121397
121518
|
textCase: {
|
|
@@ -123964,18 +124085,18 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
123964
124085
|
email: string;
|
|
123965
124086
|
id: string;
|
|
123966
124087
|
createdAt: Date;
|
|
124088
|
+
seatType: "Full" | "Builder" | "None";
|
|
123967
124089
|
workspaceId: string;
|
|
123968
124090
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
123969
|
-
seatType: "None" | "Full" | "Builder";
|
|
123970
124091
|
invitedBy: string;
|
|
123971
124092
|
resentAt?: Date | null | undefined;
|
|
123972
124093
|
}, {
|
|
123973
124094
|
email: string;
|
|
123974
124095
|
id: string;
|
|
123975
124096
|
createdAt: Date;
|
|
124097
|
+
seatType: "Full" | "Builder" | "None";
|
|
123976
124098
|
workspaceId: string;
|
|
123977
124099
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
123978
|
-
seatType: "None" | "Full" | "Builder";
|
|
123979
124100
|
invitedBy: string;
|
|
123980
124101
|
resentAt?: Date | null | undefined;
|
|
123981
124102
|
}>, "many">;
|
|
@@ -123984,9 +124105,9 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
123984
124105
|
email: string;
|
|
123985
124106
|
id: string;
|
|
123986
124107
|
createdAt: Date;
|
|
124108
|
+
seatType: "Full" | "Builder" | "None";
|
|
123987
124109
|
workspaceId: string;
|
|
123988
124110
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
123989
|
-
seatType: "None" | "Full" | "Builder";
|
|
123990
124111
|
invitedBy: string;
|
|
123991
124112
|
resentAt?: Date | null | undefined;
|
|
123992
124113
|
}[];
|
|
@@ -123995,9 +124116,9 @@ declare const DTOWorkspaceInvitationsResponse: z$1.ZodObject<{
|
|
|
123995
124116
|
email: string;
|
|
123996
124117
|
id: string;
|
|
123997
124118
|
createdAt: Date;
|
|
124119
|
+
seatType: "Full" | "Builder" | "None";
|
|
123998
124120
|
workspaceId: string;
|
|
123999
124121
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
124000
|
-
seatType: "None" | "Full" | "Builder";
|
|
124001
124122
|
invitedBy: string;
|
|
124002
124123
|
resentAt?: Date | null | undefined;
|
|
124003
124124
|
}[];
|
|
@@ -124028,18 +124149,18 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
124028
124149
|
email: string;
|
|
124029
124150
|
id: string;
|
|
124030
124151
|
createdAt: Date;
|
|
124152
|
+
seatType: "Full" | "Builder" | "None";
|
|
124031
124153
|
workspaceId: string;
|
|
124032
124154
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
124033
|
-
seatType: "None" | "Full" | "Builder";
|
|
124034
124155
|
invitedBy: string;
|
|
124035
124156
|
resentAt?: Date | null | undefined;
|
|
124036
124157
|
}, {
|
|
124037
124158
|
email: string;
|
|
124038
124159
|
id: string;
|
|
124039
124160
|
createdAt: Date;
|
|
124161
|
+
seatType: "Full" | "Builder" | "None";
|
|
124040
124162
|
workspaceId: string;
|
|
124041
124163
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
124042
|
-
seatType: "None" | "Full" | "Builder";
|
|
124043
124164
|
invitedBy: string;
|
|
124044
124165
|
resentAt?: Date | null | undefined;
|
|
124045
124166
|
}>;
|
|
@@ -124048,9 +124169,9 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
124048
124169
|
email: string;
|
|
124049
124170
|
id: string;
|
|
124050
124171
|
createdAt: Date;
|
|
124172
|
+
seatType: "Full" | "Builder" | "None";
|
|
124051
124173
|
workspaceId: string;
|
|
124052
124174
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
124053
|
-
seatType: "None" | "Full" | "Builder";
|
|
124054
124175
|
invitedBy: string;
|
|
124055
124176
|
resentAt?: Date | null | undefined;
|
|
124056
124177
|
};
|
|
@@ -124059,9 +124180,9 @@ declare const DTOWorkspaceInvitationUpdateResponse: z$1.ZodObject<{
|
|
|
124059
124180
|
email: string;
|
|
124060
124181
|
id: string;
|
|
124061
124182
|
createdAt: Date;
|
|
124183
|
+
seatType: "Full" | "Builder" | "None";
|
|
124062
124184
|
workspaceId: string;
|
|
124063
124185
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
124064
|
-
seatType: "None" | "Full" | "Builder";
|
|
124065
124186
|
invitedBy: string;
|
|
124066
124187
|
resentAt?: Date | null | undefined;
|
|
124067
124188
|
};
|
|
@@ -124212,6 +124333,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124212
124333
|
} | null | undefined>;
|
|
124213
124334
|
seats: z$1.ZodNumber;
|
|
124214
124335
|
seatLimit: z$1.ZodNumber;
|
|
124336
|
+
monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
124337
|
+
monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
124215
124338
|
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
124216
124339
|
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
124217
124340
|
builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -124243,6 +124366,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124243
124366
|
expiryYear?: string | null | undefined;
|
|
124244
124367
|
brand?: string | null | undefined;
|
|
124245
124368
|
} | undefined;
|
|
124369
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
124370
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
124246
124371
|
builderSeatLimit?: number | undefined;
|
|
124247
124372
|
fullSeatLimit?: number | undefined;
|
|
124248
124373
|
builderSeats?: number | undefined;
|
|
@@ -124270,6 +124395,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124270
124395
|
expiryYear?: string | null | undefined;
|
|
124271
124396
|
brand?: string | null | undefined;
|
|
124272
124397
|
} | null | undefined;
|
|
124398
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
124399
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
124273
124400
|
builderSeatLimit?: number | undefined;
|
|
124274
124401
|
fullSeatLimit?: number | undefined;
|
|
124275
124402
|
builderSeats?: number | undefined;
|
|
@@ -124359,6 +124486,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124359
124486
|
expiryYear?: string | null | undefined;
|
|
124360
124487
|
brand?: string | null | undefined;
|
|
124361
124488
|
} | undefined;
|
|
124489
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
124490
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
124362
124491
|
builderSeatLimit?: number | undefined;
|
|
124363
124492
|
fullSeatLimit?: number | undefined;
|
|
124364
124493
|
builderSeats?: number | undefined;
|
|
@@ -124426,6 +124555,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124426
124555
|
expiryYear?: string | null | undefined;
|
|
124427
124556
|
brand?: string | null | undefined;
|
|
124428
124557
|
} | null | undefined;
|
|
124558
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
124559
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
124429
124560
|
builderSeatLimit?: number | undefined;
|
|
124430
124561
|
fullSeatLimit?: number | undefined;
|
|
124431
124562
|
builderSeats?: number | undefined;
|
|
@@ -124499,6 +124630,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124499
124630
|
expiryYear?: string | null | undefined;
|
|
124500
124631
|
brand?: string | null | undefined;
|
|
124501
124632
|
} | undefined;
|
|
124633
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
124634
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
124502
124635
|
builderSeatLimit?: number | undefined;
|
|
124503
124636
|
fullSeatLimit?: number | undefined;
|
|
124504
124637
|
builderSeats?: number | undefined;
|
|
@@ -124572,6 +124705,8 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
|
|
|
124572
124705
|
expiryYear?: string | null | undefined;
|
|
124573
124706
|
brand?: string | null | undefined;
|
|
124574
124707
|
} | null | undefined;
|
|
124708
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
124709
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
124575
124710
|
builderSeatLimit?: number | undefined;
|
|
124576
124711
|
fullSeatLimit?: number | undefined;
|
|
124577
124712
|
builderSeats?: number | undefined;
|
|
@@ -125142,6 +125277,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125142
125277
|
} | null | undefined>;
|
|
125143
125278
|
seats: z$1.ZodNumber;
|
|
125144
125279
|
seatLimit: z$1.ZodNumber;
|
|
125280
|
+
monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
125281
|
+
monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
125145
125282
|
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
125146
125283
|
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
125147
125284
|
builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -125173,6 +125310,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125173
125310
|
expiryYear?: string | null | undefined;
|
|
125174
125311
|
brand?: string | null | undefined;
|
|
125175
125312
|
} | undefined;
|
|
125313
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
125314
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
125176
125315
|
builderSeatLimit?: number | undefined;
|
|
125177
125316
|
fullSeatLimit?: number | undefined;
|
|
125178
125317
|
builderSeats?: number | undefined;
|
|
@@ -125200,6 +125339,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125200
125339
|
expiryYear?: string | null | undefined;
|
|
125201
125340
|
brand?: string | null | undefined;
|
|
125202
125341
|
} | null | undefined;
|
|
125342
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
125343
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
125203
125344
|
builderSeatLimit?: number | undefined;
|
|
125204
125345
|
fullSeatLimit?: number | undefined;
|
|
125205
125346
|
builderSeats?: number | undefined;
|
|
@@ -125289,6 +125430,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125289
125430
|
expiryYear?: string | null | undefined;
|
|
125290
125431
|
brand?: string | null | undefined;
|
|
125291
125432
|
} | undefined;
|
|
125433
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
125434
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
125292
125435
|
builderSeatLimit?: number | undefined;
|
|
125293
125436
|
fullSeatLimit?: number | undefined;
|
|
125294
125437
|
builderSeats?: number | undefined;
|
|
@@ -125356,6 +125499,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125356
125499
|
expiryYear?: string | null | undefined;
|
|
125357
125500
|
brand?: string | null | undefined;
|
|
125358
125501
|
} | null | undefined;
|
|
125502
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
125503
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
125359
125504
|
builderSeatLimit?: number | undefined;
|
|
125360
125505
|
fullSeatLimit?: number | undefined;
|
|
125361
125506
|
builderSeats?: number | undefined;
|
|
@@ -125429,6 +125574,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125429
125574
|
expiryYear?: string | null | undefined;
|
|
125430
125575
|
brand?: string | null | undefined;
|
|
125431
125576
|
} | undefined;
|
|
125577
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
125578
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
125432
125579
|
builderSeatLimit?: number | undefined;
|
|
125433
125580
|
fullSeatLimit?: number | undefined;
|
|
125434
125581
|
builderSeats?: number | undefined;
|
|
@@ -125502,6 +125649,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125502
125649
|
expiryYear?: string | null | undefined;
|
|
125503
125650
|
brand?: string | null | undefined;
|
|
125504
125651
|
} | null | undefined;
|
|
125652
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
125653
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
125505
125654
|
builderSeatLimit?: number | undefined;
|
|
125506
125655
|
fullSeatLimit?: number | undefined;
|
|
125507
125656
|
builderSeats?: number | undefined;
|
|
@@ -125577,6 +125726,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125577
125726
|
expiryYear?: string | null | undefined;
|
|
125578
125727
|
brand?: string | null | undefined;
|
|
125579
125728
|
} | undefined;
|
|
125729
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
125730
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
125580
125731
|
builderSeatLimit?: number | undefined;
|
|
125581
125732
|
fullSeatLimit?: number | undefined;
|
|
125582
125733
|
builderSeats?: number | undefined;
|
|
@@ -125652,6 +125803,8 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
|
|
|
125652
125803
|
expiryYear?: string | null | undefined;
|
|
125653
125804
|
brand?: string | null | undefined;
|
|
125654
125805
|
} | null | undefined;
|
|
125806
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
125807
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
125655
125808
|
builderSeatLimit?: number | undefined;
|
|
125656
125809
|
fullSeatLimit?: number | undefined;
|
|
125657
125810
|
builderSeats?: number | undefined;
|
|
@@ -129529,6 +129682,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129529
129682
|
} | null | undefined>;
|
|
129530
129683
|
seats: z$1.ZodNumber;
|
|
129531
129684
|
seatLimit: z$1.ZodNumber;
|
|
129685
|
+
monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129686
|
+
monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
129532
129687
|
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
129533
129688
|
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
129534
129689
|
builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -129560,6 +129715,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129560
129715
|
expiryYear?: string | null | undefined;
|
|
129561
129716
|
brand?: string | null | undefined;
|
|
129562
129717
|
} | undefined;
|
|
129718
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
129719
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
129563
129720
|
builderSeatLimit?: number | undefined;
|
|
129564
129721
|
fullSeatLimit?: number | undefined;
|
|
129565
129722
|
builderSeats?: number | undefined;
|
|
@@ -129587,6 +129744,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129587
129744
|
expiryYear?: string | null | undefined;
|
|
129588
129745
|
brand?: string | null | undefined;
|
|
129589
129746
|
} | null | undefined;
|
|
129747
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
129748
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
129590
129749
|
builderSeatLimit?: number | undefined;
|
|
129591
129750
|
fullSeatLimit?: number | undefined;
|
|
129592
129751
|
builderSeats?: number | undefined;
|
|
@@ -129676,6 +129835,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129676
129835
|
expiryYear?: string | null | undefined;
|
|
129677
129836
|
brand?: string | null | undefined;
|
|
129678
129837
|
} | undefined;
|
|
129838
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
129839
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
129679
129840
|
builderSeatLimit?: number | undefined;
|
|
129680
129841
|
fullSeatLimit?: number | undefined;
|
|
129681
129842
|
builderSeats?: number | undefined;
|
|
@@ -129743,6 +129904,8 @@ declare const DTOWorkspace: z$1.ZodObject<{
|
|
|
129743
129904
|
expiryYear?: string | null | undefined;
|
|
129744
129905
|
brand?: string | null | undefined;
|
|
129745
129906
|
} | null | undefined;
|
|
129907
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
129908
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
129746
129909
|
builderSeatLimit?: number | undefined;
|
|
129747
129910
|
fullSeatLimit?: number | undefined;
|
|
129748
129911
|
builderSeats?: number | undefined;
|
|
@@ -129925,6 +130088,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
129925
130088
|
} | null | undefined>;
|
|
129926
130089
|
seats: z$1.ZodNumber;
|
|
129927
130090
|
seatLimit: z$1.ZodNumber;
|
|
130091
|
+
monthlyCreditGrantAnchor: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
130092
|
+
monthlyCreditGrantAmount: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<number, z$1.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
129928
130093
|
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
129929
130094
|
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
129930
130095
|
builderSeats: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -129956,6 +130121,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
129956
130121
|
expiryYear?: string | null | undefined;
|
|
129957
130122
|
brand?: string | null | undefined;
|
|
129958
130123
|
} | undefined;
|
|
130124
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
130125
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
129959
130126
|
builderSeatLimit?: number | undefined;
|
|
129960
130127
|
fullSeatLimit?: number | undefined;
|
|
129961
130128
|
builderSeats?: number | undefined;
|
|
@@ -129983,6 +130150,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
129983
130150
|
expiryYear?: string | null | undefined;
|
|
129984
130151
|
brand?: string | null | undefined;
|
|
129985
130152
|
} | null | undefined;
|
|
130153
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
130154
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
129986
130155
|
builderSeatLimit?: number | undefined;
|
|
129987
130156
|
fullSeatLimit?: number | undefined;
|
|
129988
130157
|
builderSeats?: number | undefined;
|
|
@@ -130072,6 +130241,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130072
130241
|
expiryYear?: string | null | undefined;
|
|
130073
130242
|
brand?: string | null | undefined;
|
|
130074
130243
|
} | undefined;
|
|
130244
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
130245
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
130075
130246
|
builderSeatLimit?: number | undefined;
|
|
130076
130247
|
fullSeatLimit?: number | undefined;
|
|
130077
130248
|
builderSeats?: number | undefined;
|
|
@@ -130139,6 +130310,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130139
130310
|
expiryYear?: string | null | undefined;
|
|
130140
130311
|
brand?: string | null | undefined;
|
|
130141
130312
|
} | null | undefined;
|
|
130313
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
130314
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
130142
130315
|
builderSeatLimit?: number | undefined;
|
|
130143
130316
|
fullSeatLimit?: number | undefined;
|
|
130144
130317
|
builderSeats?: number | undefined;
|
|
@@ -130208,6 +130381,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130208
130381
|
expiryYear?: string | null | undefined;
|
|
130209
130382
|
brand?: string | null | undefined;
|
|
130210
130383
|
} | undefined;
|
|
130384
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
130385
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
130211
130386
|
builderSeatLimit?: number | undefined;
|
|
130212
130387
|
fullSeatLimit?: number | undefined;
|
|
130213
130388
|
builderSeats?: number | undefined;
|
|
@@ -130277,6 +130452,8 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
|
|
|
130277
130452
|
expiryYear?: string | null | undefined;
|
|
130278
130453
|
brand?: string | null | undefined;
|
|
130279
130454
|
} | null | undefined;
|
|
130455
|
+
monthlyCreditGrantAnchor?: string | null | undefined;
|
|
130456
|
+
monthlyCreditGrantAmount?: number | null | undefined;
|
|
130280
130457
|
builderSeatLimit?: number | undefined;
|
|
130281
130458
|
fullSeatLimit?: number | undefined;
|
|
130282
130459
|
builderSeats?: number | undefined;
|
|
@@ -132150,12 +132327,12 @@ declare const PageBlockDefinitionLayoutBase: z$1.ZodObject<{
|
|
|
132150
132327
|
columnResizing: z$1.ZodOptional<z$1.ZodEnum<["Fill", "Hug"]>>;
|
|
132151
132328
|
}, "strip", z$1.ZodTypeAny, {
|
|
132152
132329
|
type: "Column" | "Row";
|
|
132153
|
-
gap?: "
|
|
132330
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132154
132331
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132155
132332
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132156
132333
|
}, {
|
|
132157
132334
|
type: "Column" | "Row";
|
|
132158
|
-
gap?: "
|
|
132335
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132159
132336
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132160
132337
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132161
132338
|
}>;
|
|
@@ -132291,7 +132468,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132291
132468
|
name: string;
|
|
132292
132469
|
layout: {
|
|
132293
132470
|
type: "Column" | "Row";
|
|
132294
|
-
gap?: "
|
|
132471
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132295
132472
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132296
132473
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132297
132474
|
} & {
|
|
@@ -132313,7 +132490,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132313
132490
|
name: string;
|
|
132314
132491
|
layout: {
|
|
132315
132492
|
type: "Column" | "Row";
|
|
132316
|
-
gap?: "
|
|
132493
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132317
132494
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132318
132495
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132319
132496
|
} & {
|
|
@@ -132346,7 +132523,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132346
132523
|
name: string;
|
|
132347
132524
|
layout: {
|
|
132348
132525
|
type: "Column" | "Row";
|
|
132349
|
-
gap?: "
|
|
132526
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132350
132527
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132351
132528
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132352
132529
|
} & {
|
|
@@ -132385,7 +132562,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132385
132562
|
name: string;
|
|
132386
132563
|
layout: {
|
|
132387
132564
|
type: "Column" | "Row";
|
|
132388
|
-
gap?: "
|
|
132565
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132389
132566
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132390
132567
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132391
132568
|
} & {
|
|
@@ -132515,7 +132692,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132515
132692
|
name: string;
|
|
132516
132693
|
layout: {
|
|
132517
132694
|
type: "Column" | "Row";
|
|
132518
|
-
gap?: "
|
|
132695
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132519
132696
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132520
132697
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132521
132698
|
} & {
|
|
@@ -132588,7 +132765,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132588
132765
|
name: string;
|
|
132589
132766
|
layout: {
|
|
132590
132767
|
type: "Column" | "Row";
|
|
132591
|
-
gap?: "
|
|
132768
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132592
132769
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132593
132770
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132594
132771
|
} & {
|
|
@@ -132663,7 +132840,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132663
132840
|
name: string;
|
|
132664
132841
|
layout: {
|
|
132665
132842
|
type: "Column" | "Row";
|
|
132666
|
-
gap?: "
|
|
132843
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132667
132844
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132668
132845
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132669
132846
|
} & {
|
|
@@ -132738,7 +132915,7 @@ declare const DTOGetBlockDefinitionsOutput: z$1.ZodObject<{
|
|
|
132738
132915
|
name: string;
|
|
132739
132916
|
layout: {
|
|
132740
132917
|
type: "Column" | "Row";
|
|
132741
|
-
gap?: "
|
|
132918
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
132742
132919
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
132743
132920
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
132744
132921
|
} & {
|
|
@@ -136044,6 +136221,7 @@ declare class CodeComponentsEndpoint {
|
|
|
136044
136221
|
updatedAt: Date;
|
|
136045
136222
|
persistentId: string;
|
|
136046
136223
|
description: string;
|
|
136224
|
+
tags: Record<string, string> | null;
|
|
136047
136225
|
properties: Record<string, {
|
|
136048
136226
|
name: string;
|
|
136049
136227
|
description: string;
|
|
@@ -136056,7 +136234,6 @@ declare class CodeComponentsEndpoint {
|
|
|
136056
136234
|
fileName: string;
|
|
136057
136235
|
}[] | undefined;
|
|
136058
136236
|
}>;
|
|
136059
|
-
tags: Record<string, string> | null;
|
|
136060
136237
|
designSystemVersionId: string;
|
|
136061
136238
|
exportName: string;
|
|
136062
136239
|
componentPath: string;
|
|
@@ -136069,6 +136246,7 @@ declare class CodeComponentsEndpoint {
|
|
|
136069
136246
|
updatedAt: Date;
|
|
136070
136247
|
persistentId: string;
|
|
136071
136248
|
description: string;
|
|
136249
|
+
tags: Record<string, string> | null;
|
|
136072
136250
|
properties: Record<string, {
|
|
136073
136251
|
name: string;
|
|
136074
136252
|
description: string;
|
|
@@ -136081,7 +136259,6 @@ declare class CodeComponentsEndpoint {
|
|
|
136081
136259
|
fileName: string;
|
|
136082
136260
|
}[] | undefined;
|
|
136083
136261
|
}>;
|
|
136084
|
-
tags: Record<string, string> | null;
|
|
136085
136262
|
designSystemVersionId: string;
|
|
136086
136263
|
exportName: string;
|
|
136087
136264
|
componentPath: string;
|
|
@@ -136166,7 +136343,7 @@ declare class DocumentationEndpoint {
|
|
|
136166
136343
|
name: string;
|
|
136167
136344
|
layout: {
|
|
136168
136345
|
type: "Column" | "Row";
|
|
136169
|
-
gap?: "
|
|
136346
|
+
gap?: "None" | "Small" | "Medium" | "Large" | undefined;
|
|
136170
136347
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
136171
136348
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
136172
136349
|
} & {
|
|
@@ -138666,7 +138843,7 @@ declare class ThemesEndpoint {
|
|
|
138666
138843
|
} | {
|
|
138667
138844
|
type: "TextDecoration";
|
|
138668
138845
|
data: {
|
|
138669
|
-
value?: "
|
|
138846
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
138670
138847
|
aliasTo?: string | undefined;
|
|
138671
138848
|
};
|
|
138672
138849
|
} | {
|
|
@@ -138689,7 +138866,7 @@ declare class ThemesEndpoint {
|
|
|
138689
138866
|
aliasTo?: string | undefined;
|
|
138690
138867
|
};
|
|
138691
138868
|
textDecoration: {
|
|
138692
|
-
value?: "
|
|
138869
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
138693
138870
|
aliasTo?: string | undefined;
|
|
138694
138871
|
};
|
|
138695
138872
|
textCase: {
|
|
@@ -139047,7 +139224,7 @@ declare class ThemesEndpoint {
|
|
|
139047
139224
|
} | {
|
|
139048
139225
|
type: "TextDecoration";
|
|
139049
139226
|
data: {
|
|
139050
|
-
value?: "
|
|
139227
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
139051
139228
|
aliasTo?: string | undefined;
|
|
139052
139229
|
};
|
|
139053
139230
|
} | {
|
|
@@ -139070,7 +139247,7 @@ declare class ThemesEndpoint {
|
|
|
139070
139247
|
aliasTo?: string | undefined;
|
|
139071
139248
|
};
|
|
139072
139249
|
textDecoration: {
|
|
139073
|
-
value?: "
|
|
139250
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
139074
139251
|
aliasTo?: string | undefined;
|
|
139075
139252
|
};
|
|
139076
139253
|
textCase: {
|
|
@@ -139428,7 +139605,7 @@ declare class ThemesEndpoint {
|
|
|
139428
139605
|
} | {
|
|
139429
139606
|
type: "TextDecoration";
|
|
139430
139607
|
data: {
|
|
139431
|
-
value?: "
|
|
139608
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
139432
139609
|
aliasTo?: string | undefined;
|
|
139433
139610
|
};
|
|
139434
139611
|
} | {
|
|
@@ -139451,7 +139628,7 @@ declare class ThemesEndpoint {
|
|
|
139451
139628
|
aliasTo?: string | undefined;
|
|
139452
139629
|
};
|
|
139453
139630
|
textDecoration: {
|
|
139454
|
-
value?: "
|
|
139631
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
139455
139632
|
aliasTo?: string | undefined;
|
|
139456
139633
|
};
|
|
139457
139634
|
textCase: {
|
|
@@ -139851,7 +140028,7 @@ declare class TokensEndpoint {
|
|
|
139851
140028
|
} | {
|
|
139852
140029
|
type: "TextDecoration";
|
|
139853
140030
|
data: {
|
|
139854
|
-
value?: "
|
|
140031
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
139855
140032
|
aliasTo?: string | undefined;
|
|
139856
140033
|
};
|
|
139857
140034
|
} | {
|
|
@@ -139874,7 +140051,7 @@ declare class TokensEndpoint {
|
|
|
139874
140051
|
aliasTo?: string | undefined;
|
|
139875
140052
|
};
|
|
139876
140053
|
textDecoration: {
|
|
139877
|
-
value?: "
|
|
140054
|
+
value?: "None" | "Strikethrough" | "Underline" | undefined;
|
|
139878
140055
|
aliasTo?: string | undefined;
|
|
139879
140056
|
};
|
|
139880
140057
|
textCase: {
|
|
@@ -141140,6 +141317,8 @@ declare class DesignSystemsEndpoint {
|
|
|
141140
141317
|
expiryYear?: string | null | undefined;
|
|
141141
141318
|
brand?: string | null | undefined;
|
|
141142
141319
|
} | undefined;
|
|
141320
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
141321
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
141143
141322
|
builderSeatLimit?: number | undefined;
|
|
141144
141323
|
fullSeatLimit?: number | undefined;
|
|
141145
141324
|
builderSeats?: number | undefined;
|
|
@@ -142722,6 +142901,11 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
142722
142901
|
type: "FunctionCallOutput";
|
|
142723
142902
|
};
|
|
142724
142903
|
opikTraceId?: string | undefined;
|
|
142904
|
+
userScore?: {
|
|
142905
|
+
type: "Positive" | "Negative";
|
|
142906
|
+
tags: string[];
|
|
142907
|
+
comment?: string | undefined;
|
|
142908
|
+
} | undefined;
|
|
142725
142909
|
}[];
|
|
142726
142910
|
totalCount: number;
|
|
142727
142911
|
hasMore: boolean;
|
|
@@ -142747,6 +142931,11 @@ declare class ChatThreadMessagesEndpoint {
|
|
|
142747
142931
|
type: "FunctionCallOutput";
|
|
142748
142932
|
};
|
|
142749
142933
|
opikTraceId?: string | undefined;
|
|
142934
|
+
userScore?: {
|
|
142935
|
+
type: "Positive" | "Negative";
|
|
142936
|
+
tags: string[];
|
|
142937
|
+
comment?: string | undefined;
|
|
142938
|
+
} | undefined;
|
|
142750
142939
|
};
|
|
142751
142940
|
}>;
|
|
142752
142941
|
score(workspaceId: string, threadId: string, body: z$1.input<typeof DTOForgeChatMessageScoreRequest>): Promise<any>;
|
|
@@ -142810,9 +142999,9 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
142810
142999
|
email: string;
|
|
142811
143000
|
id: string;
|
|
142812
143001
|
createdAt: Date;
|
|
143002
|
+
seatType: "Full" | "Builder" | "None";
|
|
142813
143003
|
workspaceId: string;
|
|
142814
143004
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142815
|
-
seatType: "None" | "Full" | "Builder";
|
|
142816
143005
|
invitedBy: string;
|
|
142817
143006
|
resentAt?: Date | null | undefined;
|
|
142818
143007
|
};
|
|
@@ -142822,9 +143011,9 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
142822
143011
|
email: string;
|
|
142823
143012
|
id: string;
|
|
142824
143013
|
createdAt: Date;
|
|
143014
|
+
seatType: "Full" | "Builder" | "None";
|
|
142825
143015
|
workspaceId: string;
|
|
142826
143016
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142827
|
-
seatType: "None" | "Full" | "Builder";
|
|
142828
143017
|
invitedBy: string;
|
|
142829
143018
|
resentAt?: Date | null | undefined;
|
|
142830
143019
|
}[];
|
|
@@ -142869,6 +143058,8 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
142869
143058
|
expiryYear?: string | null | undefined;
|
|
142870
143059
|
brand?: string | null | undefined;
|
|
142871
143060
|
} | undefined;
|
|
143061
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143062
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
142872
143063
|
builderSeatLimit?: number | undefined;
|
|
142873
143064
|
fullSeatLimit?: number | undefined;
|
|
142874
143065
|
builderSeats?: number | undefined;
|
|
@@ -142999,6 +143190,8 @@ declare class WorkspaceMembersEndpoint {
|
|
|
142999
143190
|
expiryYear?: string | null | undefined;
|
|
143000
143191
|
brand?: string | null | undefined;
|
|
143001
143192
|
} | undefined;
|
|
143193
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143194
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143002
143195
|
builderSeatLimit?: number | undefined;
|
|
143003
143196
|
fullSeatLimit?: number | undefined;
|
|
143004
143197
|
builderSeats?: number | undefined;
|
|
@@ -143070,6 +143263,8 @@ declare class WorkspaceMembersEndpoint {
|
|
|
143070
143263
|
expiryYear?: string | null | undefined;
|
|
143071
143264
|
brand?: string | null | undefined;
|
|
143072
143265
|
} | undefined;
|
|
143266
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143267
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143073
143268
|
builderSeatLimit?: number | undefined;
|
|
143074
143269
|
fullSeatLimit?: number | undefined;
|
|
143075
143270
|
builderSeats?: number | undefined;
|
|
@@ -143174,6 +143369,8 @@ declare class WorkspacesEndpoint {
|
|
|
143174
143369
|
expiryYear?: string | null | undefined;
|
|
143175
143370
|
brand?: string | null | undefined;
|
|
143176
143371
|
} | undefined;
|
|
143372
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143373
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143177
143374
|
builderSeatLimit?: number | undefined;
|
|
143178
143375
|
fullSeatLimit?: number | undefined;
|
|
143179
143376
|
builderSeats?: number | undefined;
|
|
@@ -143245,6 +143442,8 @@ declare class WorkspacesEndpoint {
|
|
|
143245
143442
|
expiryYear?: string | null | undefined;
|
|
143246
143443
|
brand?: string | null | undefined;
|
|
143247
143444
|
} | undefined;
|
|
143445
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143446
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143248
143447
|
builderSeatLimit?: number | undefined;
|
|
143249
143448
|
fullSeatLimit?: number | undefined;
|
|
143250
143449
|
builderSeats?: number | undefined;
|
|
@@ -143320,6 +143519,8 @@ declare class WorkspacesEndpoint {
|
|
|
143320
143519
|
expiryYear?: string | null | undefined;
|
|
143321
143520
|
brand?: string | null | undefined;
|
|
143322
143521
|
} | undefined;
|
|
143522
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143523
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143323
143524
|
builderSeatLimit?: number | undefined;
|
|
143324
143525
|
fullSeatLimit?: number | undefined;
|
|
143325
143526
|
builderSeats?: number | undefined;
|
|
@@ -143448,6 +143649,8 @@ declare class WorkspacesEndpoint {
|
|
|
143448
143649
|
expiryYear?: string | null | undefined;
|
|
143449
143650
|
brand?: string | null | undefined;
|
|
143450
143651
|
} | undefined;
|
|
143652
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143653
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143451
143654
|
builderSeatLimit?: number | undefined;
|
|
143452
143655
|
fullSeatLimit?: number | undefined;
|
|
143453
143656
|
builderSeats?: number | undefined;
|
|
@@ -143568,6 +143771,8 @@ declare class UsersEndpoint {
|
|
|
143568
143771
|
expiryYear?: string | null | undefined;
|
|
143569
143772
|
brand?: string | null | undefined;
|
|
143570
143773
|
} | undefined;
|
|
143774
|
+
monthlyCreditGrantAnchor?: string | undefined;
|
|
143775
|
+
monthlyCreditGrantAmount?: number | undefined;
|
|
143571
143776
|
builderSeatLimit?: number | undefined;
|
|
143572
143777
|
fullSeatLimit?: number | undefined;
|
|
143573
143778
|
builderSeats?: number | undefined;
|