@supernova-studio/model 1.40.6 → 1.40.8
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 +533 -533
- package/dist/index.d.ts +533 -533
- package/dist/index.js +65 -65
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2006 -2006
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1364,7 +1364,7 @@ declare const PriceSchema: z.ZodObject<{
|
|
|
1364
1364
|
featuresSet: z.ZodOptional<z.ZodString>;
|
|
1365
1365
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1366
1366
|
stripeProductAdditionalFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1367
|
-
seatType: z.ZodOptional<z.ZodEnum<["Full", "Builder"
|
|
1367
|
+
seatType: z.ZodOptional<z.ZodEnum<["Full", "Builder"]>>;
|
|
1368
1368
|
monthlyCreditGrant: z.ZodOptional<z.ZodNumber>;
|
|
1369
1369
|
}, "strip", z.ZodTypeAny, {
|
|
1370
1370
|
amount: number;
|
|
@@ -1382,7 +1382,7 @@ declare const PriceSchema: z.ZodObject<{
|
|
|
1382
1382
|
featuresSet?: string | undefined;
|
|
1383
1383
|
stripeProductFeatures?: string[] | undefined;
|
|
1384
1384
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
1385
|
-
seatType?: "Full" | "Builder" |
|
|
1385
|
+
seatType?: "Full" | "Builder" | undefined;
|
|
1386
1386
|
monthlyCreditGrant?: number | undefined;
|
|
1387
1387
|
}, {
|
|
1388
1388
|
amount: number;
|
|
@@ -1400,7 +1400,7 @@ declare const PriceSchema: z.ZodObject<{
|
|
|
1400
1400
|
featuresSet?: string | undefined;
|
|
1401
1401
|
stripeProductFeatures?: string[] | undefined;
|
|
1402
1402
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
1403
|
-
seatType?: "Full" | "Builder" |
|
|
1403
|
+
seatType?: "Full" | "Builder" | undefined;
|
|
1404
1404
|
monthlyCreditGrant?: number | undefined;
|
|
1405
1405
|
}>;
|
|
1406
1406
|
type BillingInterval = z.infer<typeof BillingIntervalSchema>;
|
|
@@ -35040,12 +35040,12 @@ declare const PageBlockDefinitionLayoutBase: z.ZodObject<{
|
|
|
35040
35040
|
columnResizing: z.ZodOptional<z.ZodEnum<["Fill", "Hug"]>>;
|
|
35041
35041
|
}, "strip", z.ZodTypeAny, {
|
|
35042
35042
|
type: "Column" | "Row";
|
|
35043
|
-
gap?: "
|
|
35043
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35044
35044
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35045
35045
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35046
35046
|
}, {
|
|
35047
35047
|
type: "Column" | "Row";
|
|
35048
|
-
gap?: "
|
|
35048
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35049
35049
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35050
35050
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35051
35051
|
}>;
|
|
@@ -35079,7 +35079,7 @@ declare const PageBlockDefinitionVariant: z.ZodObject<{
|
|
|
35079
35079
|
name: string;
|
|
35080
35080
|
layout: {
|
|
35081
35081
|
type: "Column" | "Row";
|
|
35082
|
-
gap?: "
|
|
35082
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35083
35083
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35084
35084
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35085
35085
|
} & {
|
|
@@ -35101,7 +35101,7 @@ declare const PageBlockDefinitionVariant: z.ZodObject<{
|
|
|
35101
35101
|
name: string;
|
|
35102
35102
|
layout: {
|
|
35103
35103
|
type: "Column" | "Row";
|
|
35104
|
-
gap?: "
|
|
35104
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35105
35105
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35106
35106
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35107
35107
|
} & {
|
|
@@ -35268,7 +35268,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
35268
35268
|
name: string;
|
|
35269
35269
|
layout: {
|
|
35270
35270
|
type: "Column" | "Row";
|
|
35271
|
-
gap?: "
|
|
35271
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35272
35272
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35273
35273
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35274
35274
|
} & {
|
|
@@ -35290,7 +35290,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
35290
35290
|
name: string;
|
|
35291
35291
|
layout: {
|
|
35292
35292
|
type: "Column" | "Row";
|
|
35293
|
-
gap?: "
|
|
35293
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35294
35294
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35295
35295
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35296
35296
|
} & {
|
|
@@ -35323,7 +35323,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
35323
35323
|
name: string;
|
|
35324
35324
|
layout: {
|
|
35325
35325
|
type: "Column" | "Row";
|
|
35326
|
-
gap?: "
|
|
35326
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35327
35327
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35328
35328
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35329
35329
|
} & {
|
|
@@ -35362,7 +35362,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
35362
35362
|
name: string;
|
|
35363
35363
|
layout: {
|
|
35364
35364
|
type: "Column" | "Row";
|
|
35365
|
-
gap?: "
|
|
35365
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35366
35366
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35367
35367
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35368
35368
|
} & {
|
|
@@ -35492,7 +35492,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
35492
35492
|
name: string;
|
|
35493
35493
|
layout: {
|
|
35494
35494
|
type: "Column" | "Row";
|
|
35495
|
-
gap?: "
|
|
35495
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35496
35496
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35497
35497
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35498
35498
|
} & {
|
|
@@ -35565,7 +35565,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
35565
35565
|
name: string;
|
|
35566
35566
|
layout: {
|
|
35567
35567
|
type: "Column" | "Row";
|
|
35568
|
-
gap?: "
|
|
35568
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35569
35569
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35570
35570
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35571
35571
|
} & {
|
|
@@ -35924,7 +35924,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
35924
35924
|
name: string;
|
|
35925
35925
|
layout: {
|
|
35926
35926
|
type: "Column" | "Row";
|
|
35927
|
-
gap?: "
|
|
35927
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35928
35928
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35929
35929
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35930
35930
|
} & {
|
|
@@ -35946,7 +35946,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
35946
35946
|
name: string;
|
|
35947
35947
|
layout: {
|
|
35948
35948
|
type: "Column" | "Row";
|
|
35949
|
-
gap?: "
|
|
35949
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35950
35950
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35951
35951
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35952
35952
|
} & {
|
|
@@ -35979,7 +35979,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
35979
35979
|
name: string;
|
|
35980
35980
|
layout: {
|
|
35981
35981
|
type: "Column" | "Row";
|
|
35982
|
-
gap?: "
|
|
35982
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
35983
35983
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
35984
35984
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
35985
35985
|
} & {
|
|
@@ -36018,7 +36018,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
36018
36018
|
name: string;
|
|
36019
36019
|
layout: {
|
|
36020
36020
|
type: "Column" | "Row";
|
|
36021
|
-
gap?: "
|
|
36021
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
36022
36022
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
36023
36023
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
36024
36024
|
} & {
|
|
@@ -57660,12 +57660,12 @@ type TextDecorationValue = z.infer<typeof TextDecorationValue>;
|
|
|
57660
57660
|
declare const TextDecorationTokenData: z.ZodObject<{
|
|
57661
57661
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
57662
57662
|
} & {
|
|
57663
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
57663
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
57664
57664
|
}, "strip", z.ZodTypeAny, {
|
|
57665
|
-
value?: "
|
|
57665
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
57666
57666
|
aliasTo?: string | undefined;
|
|
57667
57667
|
}, {
|
|
57668
|
-
value?: "
|
|
57668
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
57669
57669
|
aliasTo?: string | null | undefined;
|
|
57670
57670
|
}>;
|
|
57671
57671
|
type TextDecorationTokenData = z.infer<typeof TextDecorationTokenData>;
|
|
@@ -57725,12 +57725,12 @@ declare const TypographyValue: z.ZodObject<{
|
|
|
57725
57725
|
textDecoration: z.ZodObject<{
|
|
57726
57726
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
57727
57727
|
} & {
|
|
57728
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
57728
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
57729
57729
|
}, "strip", z.ZodTypeAny, {
|
|
57730
|
-
value?: "
|
|
57730
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
57731
57731
|
aliasTo?: string | undefined;
|
|
57732
57732
|
}, {
|
|
57733
|
-
value?: "
|
|
57733
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
57734
57734
|
aliasTo?: string | null | undefined;
|
|
57735
57735
|
}>;
|
|
57736
57736
|
textCase: z.ZodObject<{
|
|
@@ -57877,7 +57877,7 @@ declare const TypographyValue: z.ZodObject<{
|
|
|
57877
57877
|
aliasTo?: string | undefined;
|
|
57878
57878
|
};
|
|
57879
57879
|
textDecoration: {
|
|
57880
|
-
value?: "
|
|
57880
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
57881
57881
|
aliasTo?: string | undefined;
|
|
57882
57882
|
};
|
|
57883
57883
|
textCase: {
|
|
@@ -57929,7 +57929,7 @@ declare const TypographyValue: z.ZodObject<{
|
|
|
57929
57929
|
aliasTo?: string | null | undefined;
|
|
57930
57930
|
};
|
|
57931
57931
|
textDecoration: {
|
|
57932
|
-
value?: "
|
|
57932
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
57933
57933
|
aliasTo?: string | null | undefined;
|
|
57934
57934
|
};
|
|
57935
57935
|
textCase: {
|
|
@@ -57986,7 +57986,7 @@ declare const TypographyTokenData: z.ZodObject<{
|
|
|
57986
57986
|
aliasTo?: string | undefined;
|
|
57987
57987
|
};
|
|
57988
57988
|
textDecoration: {
|
|
57989
|
-
value?: "
|
|
57989
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
57990
57990
|
aliasTo?: string | undefined;
|
|
57991
57991
|
};
|
|
57992
57992
|
textCase: {
|
|
@@ -58038,7 +58038,7 @@ declare const TypographyTokenData: z.ZodObject<{
|
|
|
58038
58038
|
aliasTo?: string | null | undefined;
|
|
58039
58039
|
};
|
|
58040
58040
|
textDecoration: {
|
|
58041
|
-
value?: "
|
|
58041
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
58042
58042
|
aliasTo?: string | null | undefined;
|
|
58043
58043
|
};
|
|
58044
58044
|
textCase: {
|
|
@@ -58090,7 +58090,7 @@ declare const TypographyTokenData: z.ZodObject<{
|
|
|
58090
58090
|
aliasTo?: string | undefined;
|
|
58091
58091
|
};
|
|
58092
58092
|
textDecoration: {
|
|
58093
|
-
value?: "
|
|
58093
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
58094
58094
|
aliasTo?: string | undefined;
|
|
58095
58095
|
};
|
|
58096
58096
|
textCase: {
|
|
@@ -58142,7 +58142,7 @@ declare const TypographyTokenData: z.ZodObject<{
|
|
|
58142
58142
|
aliasTo?: string | null | undefined;
|
|
58143
58143
|
};
|
|
58144
58144
|
textDecoration: {
|
|
58145
|
-
value?: "
|
|
58145
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
58146
58146
|
aliasTo?: string | null | undefined;
|
|
58147
58147
|
};
|
|
58148
58148
|
textCase: {
|
|
@@ -58196,7 +58196,7 @@ declare const TypographyTokenData: z.ZodObject<{
|
|
|
58196
58196
|
aliasTo?: string | undefined;
|
|
58197
58197
|
};
|
|
58198
58198
|
textDecoration: {
|
|
58199
|
-
value?: "
|
|
58199
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
58200
58200
|
aliasTo?: string | undefined;
|
|
58201
58201
|
};
|
|
58202
58202
|
textCase: {
|
|
@@ -58251,7 +58251,7 @@ declare const TypographyTokenData: z.ZodObject<{
|
|
|
58251
58251
|
aliasTo?: string | null | undefined;
|
|
58252
58252
|
};
|
|
58253
58253
|
textDecoration: {
|
|
58254
|
-
value?: "
|
|
58254
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
58255
58255
|
aliasTo?: string | null | undefined;
|
|
58256
58256
|
};
|
|
58257
58257
|
textCase: {
|
|
@@ -67941,24 +67941,24 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
67941
67941
|
data: z.ZodObject<{
|
|
67942
67942
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
67943
67943
|
} & {
|
|
67944
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
67944
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
67945
67945
|
}, "strip", z.ZodTypeAny, {
|
|
67946
|
-
value?: "
|
|
67946
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
67947
67947
|
aliasTo?: string | undefined;
|
|
67948
67948
|
}, {
|
|
67949
|
-
value?: "
|
|
67949
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
67950
67950
|
aliasTo?: string | null | undefined;
|
|
67951
67951
|
}>;
|
|
67952
67952
|
}, "strip", z.ZodTypeAny, {
|
|
67953
67953
|
type: "TextDecoration";
|
|
67954
67954
|
data: {
|
|
67955
|
-
value?: "
|
|
67955
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
67956
67956
|
aliasTo?: string | undefined;
|
|
67957
67957
|
};
|
|
67958
67958
|
}, {
|
|
67959
67959
|
type: "TextDecoration";
|
|
67960
67960
|
data: {
|
|
67961
|
-
value?: "
|
|
67961
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
67962
67962
|
aliasTo?: string | null | undefined;
|
|
67963
67963
|
};
|
|
67964
67964
|
}>, z.ZodObject<{
|
|
@@ -67983,7 +67983,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
67983
67983
|
aliasTo?: string | undefined;
|
|
67984
67984
|
};
|
|
67985
67985
|
textDecoration: {
|
|
67986
|
-
value?: "
|
|
67986
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
67987
67987
|
aliasTo?: string | undefined;
|
|
67988
67988
|
};
|
|
67989
67989
|
textCase: {
|
|
@@ -68035,7 +68035,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68035
68035
|
aliasTo?: string | null | undefined;
|
|
68036
68036
|
};
|
|
68037
68037
|
textDecoration: {
|
|
68038
|
-
value?: "
|
|
68038
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
68039
68039
|
aliasTo?: string | null | undefined;
|
|
68040
68040
|
};
|
|
68041
68041
|
textCase: {
|
|
@@ -68087,7 +68087,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68087
68087
|
aliasTo?: string | undefined;
|
|
68088
68088
|
};
|
|
68089
68089
|
textDecoration: {
|
|
68090
|
-
value?: "
|
|
68090
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
68091
68091
|
aliasTo?: string | undefined;
|
|
68092
68092
|
};
|
|
68093
68093
|
textCase: {
|
|
@@ -68139,7 +68139,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68139
68139
|
aliasTo?: string | null | undefined;
|
|
68140
68140
|
};
|
|
68141
68141
|
textDecoration: {
|
|
68142
|
-
value?: "
|
|
68142
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
68143
68143
|
aliasTo?: string | null | undefined;
|
|
68144
68144
|
};
|
|
68145
68145
|
textCase: {
|
|
@@ -68193,7 +68193,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68193
68193
|
aliasTo?: string | undefined;
|
|
68194
68194
|
};
|
|
68195
68195
|
textDecoration: {
|
|
68196
|
-
value?: "
|
|
68196
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
68197
68197
|
aliasTo?: string | undefined;
|
|
68198
68198
|
};
|
|
68199
68199
|
textCase: {
|
|
@@ -68248,7 +68248,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68248
68248
|
aliasTo?: string | null | undefined;
|
|
68249
68249
|
};
|
|
68250
68250
|
textDecoration: {
|
|
68251
|
-
value?: "
|
|
68251
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
68252
68252
|
aliasTo?: string | null | undefined;
|
|
68253
68253
|
};
|
|
68254
68254
|
textCase: {
|
|
@@ -68306,7 +68306,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68306
68306
|
aliasTo?: string | undefined;
|
|
68307
68307
|
};
|
|
68308
68308
|
textDecoration: {
|
|
68309
|
-
value?: "
|
|
68309
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
68310
68310
|
aliasTo?: string | undefined;
|
|
68311
68311
|
};
|
|
68312
68312
|
textCase: {
|
|
@@ -68364,7 +68364,7 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
68364
68364
|
aliasTo?: string | null | undefined;
|
|
68365
68365
|
};
|
|
68366
68366
|
textDecoration: {
|
|
68367
|
-
value?: "
|
|
68367
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
68368
68368
|
aliasTo?: string | null | undefined;
|
|
68369
68369
|
};
|
|
68370
68370
|
textCase: {
|
|
@@ -70260,24 +70260,24 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70260
70260
|
data: z.ZodObject<{
|
|
70261
70261
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
70262
70262
|
} & {
|
|
70263
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
70263
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
70264
70264
|
}, "strip", z.ZodTypeAny, {
|
|
70265
|
-
value?: "
|
|
70265
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
70266
70266
|
aliasTo?: string | undefined;
|
|
70267
70267
|
}, {
|
|
70268
|
-
value?: "
|
|
70268
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
70269
70269
|
aliasTo?: string | null | undefined;
|
|
70270
70270
|
}>;
|
|
70271
70271
|
}, "strip", z.ZodTypeAny, {
|
|
70272
70272
|
type: "TextDecoration";
|
|
70273
70273
|
data: {
|
|
70274
|
-
value?: "
|
|
70274
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
70275
70275
|
aliasTo?: string | undefined;
|
|
70276
70276
|
};
|
|
70277
70277
|
}, {
|
|
70278
70278
|
type: "TextDecoration";
|
|
70279
70279
|
data: {
|
|
70280
|
-
value?: "
|
|
70280
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
70281
70281
|
aliasTo?: string | null | undefined;
|
|
70282
70282
|
};
|
|
70283
70283
|
}>, z.ZodObject<{
|
|
@@ -70302,7 +70302,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70302
70302
|
aliasTo?: string | undefined;
|
|
70303
70303
|
};
|
|
70304
70304
|
textDecoration: {
|
|
70305
|
-
value?: "
|
|
70305
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
70306
70306
|
aliasTo?: string | undefined;
|
|
70307
70307
|
};
|
|
70308
70308
|
textCase: {
|
|
@@ -70354,7 +70354,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70354
70354
|
aliasTo?: string | null | undefined;
|
|
70355
70355
|
};
|
|
70356
70356
|
textDecoration: {
|
|
70357
|
-
value?: "
|
|
70357
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
70358
70358
|
aliasTo?: string | null | undefined;
|
|
70359
70359
|
};
|
|
70360
70360
|
textCase: {
|
|
@@ -70406,7 +70406,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70406
70406
|
aliasTo?: string | undefined;
|
|
70407
70407
|
};
|
|
70408
70408
|
textDecoration: {
|
|
70409
|
-
value?: "
|
|
70409
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
70410
70410
|
aliasTo?: string | undefined;
|
|
70411
70411
|
};
|
|
70412
70412
|
textCase: {
|
|
@@ -70458,7 +70458,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70458
70458
|
aliasTo?: string | null | undefined;
|
|
70459
70459
|
};
|
|
70460
70460
|
textDecoration: {
|
|
70461
|
-
value?: "
|
|
70461
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
70462
70462
|
aliasTo?: string | null | undefined;
|
|
70463
70463
|
};
|
|
70464
70464
|
textCase: {
|
|
@@ -70512,7 +70512,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70512
70512
|
aliasTo?: string | undefined;
|
|
70513
70513
|
};
|
|
70514
70514
|
textDecoration: {
|
|
70515
|
-
value?: "
|
|
70515
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
70516
70516
|
aliasTo?: string | undefined;
|
|
70517
70517
|
};
|
|
70518
70518
|
textCase: {
|
|
@@ -70567,7 +70567,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70567
70567
|
aliasTo?: string | null | undefined;
|
|
70568
70568
|
};
|
|
70569
70569
|
textDecoration: {
|
|
70570
|
-
value?: "
|
|
70570
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
70571
70571
|
aliasTo?: string | null | undefined;
|
|
70572
70572
|
};
|
|
70573
70573
|
textCase: {
|
|
@@ -70625,7 +70625,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70625
70625
|
aliasTo?: string | undefined;
|
|
70626
70626
|
};
|
|
70627
70627
|
textDecoration: {
|
|
70628
|
-
value?: "
|
|
70628
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
70629
70629
|
aliasTo?: string | undefined;
|
|
70630
70630
|
};
|
|
70631
70631
|
textCase: {
|
|
@@ -70683,7 +70683,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
70683
70683
|
aliasTo?: string | null | undefined;
|
|
70684
70684
|
};
|
|
70685
70685
|
textDecoration: {
|
|
70686
|
-
value?: "
|
|
70686
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
70687
70687
|
aliasTo?: string | null | undefined;
|
|
70688
70688
|
};
|
|
70689
70689
|
textCase: {
|
|
@@ -71052,7 +71052,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
71052
71052
|
aliasTo?: string | undefined;
|
|
71053
71053
|
};
|
|
71054
71054
|
textDecoration: {
|
|
71055
|
-
value?: "
|
|
71055
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
71056
71056
|
aliasTo?: string | undefined;
|
|
71057
71057
|
};
|
|
71058
71058
|
textCase: {
|
|
@@ -71162,7 +71162,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
71162
71162
|
} | {
|
|
71163
71163
|
type: "TextDecoration";
|
|
71164
71164
|
data: {
|
|
71165
|
-
value?: "
|
|
71165
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
71166
71166
|
aliasTo?: string | undefined;
|
|
71167
71167
|
};
|
|
71168
71168
|
} | {
|
|
@@ -71421,7 +71421,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
71421
71421
|
aliasTo?: string | null | undefined;
|
|
71422
71422
|
};
|
|
71423
71423
|
textDecoration: {
|
|
71424
|
-
value?: "
|
|
71424
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
71425
71425
|
aliasTo?: string | null | undefined;
|
|
71426
71426
|
};
|
|
71427
71427
|
textCase: {
|
|
@@ -71531,7 +71531,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
71531
71531
|
} | {
|
|
71532
71532
|
type: "TextDecoration";
|
|
71533
71533
|
data: {
|
|
71534
|
-
value?: "
|
|
71534
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
71535
71535
|
aliasTo?: string | null | undefined;
|
|
71536
71536
|
};
|
|
71537
71537
|
} | {
|
|
@@ -71792,7 +71792,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
71792
71792
|
aliasTo?: string | undefined;
|
|
71793
71793
|
};
|
|
71794
71794
|
textDecoration: {
|
|
71795
|
-
value?: "
|
|
71795
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
71796
71796
|
aliasTo?: string | undefined;
|
|
71797
71797
|
};
|
|
71798
71798
|
textCase: {
|
|
@@ -71902,7 +71902,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
71902
71902
|
} | {
|
|
71903
71903
|
type: "TextDecoration";
|
|
71904
71904
|
data: {
|
|
71905
|
-
value?: "
|
|
71905
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
71906
71906
|
aliasTo?: string | undefined;
|
|
71907
71907
|
};
|
|
71908
71908
|
} | {
|
|
@@ -72163,7 +72163,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
72163
72163
|
aliasTo?: string | null | undefined;
|
|
72164
72164
|
};
|
|
72165
72165
|
textDecoration: {
|
|
72166
|
-
value?: "
|
|
72166
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
72167
72167
|
aliasTo?: string | null | undefined;
|
|
72168
72168
|
};
|
|
72169
72169
|
textCase: {
|
|
@@ -72273,7 +72273,7 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
72273
72273
|
} | {
|
|
72274
72274
|
type: "TextDecoration";
|
|
72275
72275
|
data: {
|
|
72276
|
-
value?: "
|
|
72276
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
72277
72277
|
aliasTo?: string | null | undefined;
|
|
72278
72278
|
};
|
|
72279
72279
|
} | {
|
|
@@ -74119,24 +74119,24 @@ declare const Theme: z.ZodObject<{
|
|
|
74119
74119
|
data: z.ZodObject<{
|
|
74120
74120
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
74121
74121
|
} & {
|
|
74122
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
74122
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
74123
74123
|
}, "strip", z.ZodTypeAny, {
|
|
74124
|
-
value?: "
|
|
74124
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74125
74125
|
aliasTo?: string | undefined;
|
|
74126
74126
|
}, {
|
|
74127
|
-
value?: "
|
|
74127
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
74128
74128
|
aliasTo?: string | null | undefined;
|
|
74129
74129
|
}>;
|
|
74130
74130
|
}, "strip", z.ZodTypeAny, {
|
|
74131
74131
|
type: "TextDecoration";
|
|
74132
74132
|
data: {
|
|
74133
|
-
value?: "
|
|
74133
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74134
74134
|
aliasTo?: string | undefined;
|
|
74135
74135
|
};
|
|
74136
74136
|
}, {
|
|
74137
74137
|
type: "TextDecoration";
|
|
74138
74138
|
data: {
|
|
74139
|
-
value?: "
|
|
74139
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
74140
74140
|
aliasTo?: string | null | undefined;
|
|
74141
74141
|
};
|
|
74142
74142
|
}>, z.ZodObject<{
|
|
@@ -74161,7 +74161,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74161
74161
|
aliasTo?: string | undefined;
|
|
74162
74162
|
};
|
|
74163
74163
|
textDecoration: {
|
|
74164
|
-
value?: "
|
|
74164
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74165
74165
|
aliasTo?: string | undefined;
|
|
74166
74166
|
};
|
|
74167
74167
|
textCase: {
|
|
@@ -74213,7 +74213,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74213
74213
|
aliasTo?: string | null | undefined;
|
|
74214
74214
|
};
|
|
74215
74215
|
textDecoration: {
|
|
74216
|
-
value?: "
|
|
74216
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
74217
74217
|
aliasTo?: string | null | undefined;
|
|
74218
74218
|
};
|
|
74219
74219
|
textCase: {
|
|
@@ -74265,7 +74265,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74265
74265
|
aliasTo?: string | undefined;
|
|
74266
74266
|
};
|
|
74267
74267
|
textDecoration: {
|
|
74268
|
-
value?: "
|
|
74268
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74269
74269
|
aliasTo?: string | undefined;
|
|
74270
74270
|
};
|
|
74271
74271
|
textCase: {
|
|
@@ -74317,7 +74317,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74317
74317
|
aliasTo?: string | null | undefined;
|
|
74318
74318
|
};
|
|
74319
74319
|
textDecoration: {
|
|
74320
|
-
value?: "
|
|
74320
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
74321
74321
|
aliasTo?: string | null | undefined;
|
|
74322
74322
|
};
|
|
74323
74323
|
textCase: {
|
|
@@ -74371,7 +74371,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74371
74371
|
aliasTo?: string | undefined;
|
|
74372
74372
|
};
|
|
74373
74373
|
textDecoration: {
|
|
74374
|
-
value?: "
|
|
74374
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74375
74375
|
aliasTo?: string | undefined;
|
|
74376
74376
|
};
|
|
74377
74377
|
textCase: {
|
|
@@ -74426,7 +74426,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74426
74426
|
aliasTo?: string | null | undefined;
|
|
74427
74427
|
};
|
|
74428
74428
|
textDecoration: {
|
|
74429
|
-
value?: "
|
|
74429
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
74430
74430
|
aliasTo?: string | null | undefined;
|
|
74431
74431
|
};
|
|
74432
74432
|
textCase: {
|
|
@@ -74484,7 +74484,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74484
74484
|
aliasTo?: string | undefined;
|
|
74485
74485
|
};
|
|
74486
74486
|
textDecoration: {
|
|
74487
|
-
value?: "
|
|
74487
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74488
74488
|
aliasTo?: string | undefined;
|
|
74489
74489
|
};
|
|
74490
74490
|
textCase: {
|
|
@@ -74542,7 +74542,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74542
74542
|
aliasTo?: string | null | undefined;
|
|
74543
74543
|
};
|
|
74544
74544
|
textDecoration: {
|
|
74545
|
-
value?: "
|
|
74545
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
74546
74546
|
aliasTo?: string | null | undefined;
|
|
74547
74547
|
};
|
|
74548
74548
|
textCase: {
|
|
@@ -74923,7 +74923,7 @@ declare const Theme: z.ZodObject<{
|
|
|
74923
74923
|
aliasTo?: string | undefined;
|
|
74924
74924
|
};
|
|
74925
74925
|
textDecoration: {
|
|
74926
|
-
value?: "
|
|
74926
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
74927
74927
|
aliasTo?: string | undefined;
|
|
74928
74928
|
};
|
|
74929
74929
|
textCase: {
|
|
@@ -75033,7 +75033,7 @@ declare const Theme: z.ZodObject<{
|
|
|
75033
75033
|
} | {
|
|
75034
75034
|
type: "TextDecoration";
|
|
75035
75035
|
data: {
|
|
75036
|
-
value?: "
|
|
75036
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
75037
75037
|
aliasTo?: string | undefined;
|
|
75038
75038
|
};
|
|
75039
75039
|
} | {
|
|
@@ -75312,7 +75312,7 @@ declare const Theme: z.ZodObject<{
|
|
|
75312
75312
|
aliasTo?: string | null | undefined;
|
|
75313
75313
|
};
|
|
75314
75314
|
textDecoration: {
|
|
75315
|
-
value?: "
|
|
75315
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
75316
75316
|
aliasTo?: string | null | undefined;
|
|
75317
75317
|
};
|
|
75318
75318
|
textCase: {
|
|
@@ -75422,7 +75422,7 @@ declare const Theme: z.ZodObject<{
|
|
|
75422
75422
|
} | {
|
|
75423
75423
|
type: "TextDecoration";
|
|
75424
75424
|
data: {
|
|
75425
|
-
value?: "
|
|
75425
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
75426
75426
|
aliasTo?: string | null | undefined;
|
|
75427
75427
|
};
|
|
75428
75428
|
} | {
|
|
@@ -77487,24 +77487,24 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77487
77487
|
data: z.ZodObject<{
|
|
77488
77488
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
77489
77489
|
} & {
|
|
77490
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
77490
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
77491
77491
|
}, "strip", z.ZodTypeAny, {
|
|
77492
|
-
value?: "
|
|
77492
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
77493
77493
|
aliasTo?: string | undefined;
|
|
77494
77494
|
}, {
|
|
77495
|
-
value?: "
|
|
77495
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
77496
77496
|
aliasTo?: string | null | undefined;
|
|
77497
77497
|
}>;
|
|
77498
77498
|
}, "strip", z.ZodTypeAny, {
|
|
77499
77499
|
type: "TextDecoration";
|
|
77500
77500
|
data: {
|
|
77501
|
-
value?: "
|
|
77501
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
77502
77502
|
aliasTo?: string | undefined;
|
|
77503
77503
|
};
|
|
77504
77504
|
}, {
|
|
77505
77505
|
type: "TextDecoration";
|
|
77506
77506
|
data: {
|
|
77507
|
-
value?: "
|
|
77507
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
77508
77508
|
aliasTo?: string | null | undefined;
|
|
77509
77509
|
};
|
|
77510
77510
|
}>, z.ZodObject<{
|
|
@@ -77529,7 +77529,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77529
77529
|
aliasTo?: string | undefined;
|
|
77530
77530
|
};
|
|
77531
77531
|
textDecoration: {
|
|
77532
|
-
value?: "
|
|
77532
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
77533
77533
|
aliasTo?: string | undefined;
|
|
77534
77534
|
};
|
|
77535
77535
|
textCase: {
|
|
@@ -77581,7 +77581,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77581
77581
|
aliasTo?: string | null | undefined;
|
|
77582
77582
|
};
|
|
77583
77583
|
textDecoration: {
|
|
77584
|
-
value?: "
|
|
77584
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
77585
77585
|
aliasTo?: string | null | undefined;
|
|
77586
77586
|
};
|
|
77587
77587
|
textCase: {
|
|
@@ -77633,7 +77633,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77633
77633
|
aliasTo?: string | undefined;
|
|
77634
77634
|
};
|
|
77635
77635
|
textDecoration: {
|
|
77636
|
-
value?: "
|
|
77636
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
77637
77637
|
aliasTo?: string | undefined;
|
|
77638
77638
|
};
|
|
77639
77639
|
textCase: {
|
|
@@ -77685,7 +77685,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77685
77685
|
aliasTo?: string | null | undefined;
|
|
77686
77686
|
};
|
|
77687
77687
|
textDecoration: {
|
|
77688
|
-
value?: "
|
|
77688
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
77689
77689
|
aliasTo?: string | null | undefined;
|
|
77690
77690
|
};
|
|
77691
77691
|
textCase: {
|
|
@@ -77739,7 +77739,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77739
77739
|
aliasTo?: string | undefined;
|
|
77740
77740
|
};
|
|
77741
77741
|
textDecoration: {
|
|
77742
|
-
value?: "
|
|
77742
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
77743
77743
|
aliasTo?: string | undefined;
|
|
77744
77744
|
};
|
|
77745
77745
|
textCase: {
|
|
@@ -77794,7 +77794,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77794
77794
|
aliasTo?: string | null | undefined;
|
|
77795
77795
|
};
|
|
77796
77796
|
textDecoration: {
|
|
77797
|
-
value?: "
|
|
77797
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
77798
77798
|
aliasTo?: string | null | undefined;
|
|
77799
77799
|
};
|
|
77800
77800
|
textCase: {
|
|
@@ -77852,7 +77852,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77852
77852
|
aliasTo?: string | undefined;
|
|
77853
77853
|
};
|
|
77854
77854
|
textDecoration: {
|
|
77855
|
-
value?: "
|
|
77855
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
77856
77856
|
aliasTo?: string | undefined;
|
|
77857
77857
|
};
|
|
77858
77858
|
textCase: {
|
|
@@ -77910,7 +77910,7 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
77910
77910
|
aliasTo?: string | null | undefined;
|
|
77911
77911
|
};
|
|
77912
77912
|
textDecoration: {
|
|
77913
|
-
value?: "
|
|
77913
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
77914
77914
|
aliasTo?: string | null | undefined;
|
|
77915
77915
|
};
|
|
77916
77916
|
textCase: {
|
|
@@ -79710,24 +79710,24 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
79710
79710
|
data: z.ZodObject<{
|
|
79711
79711
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
79712
79712
|
} & {
|
|
79713
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
79713
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
79714
79714
|
}, "strip", z.ZodTypeAny, {
|
|
79715
|
-
value?: "
|
|
79715
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
79716
79716
|
aliasTo?: string | undefined;
|
|
79717
79717
|
}, {
|
|
79718
|
-
value?: "
|
|
79718
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
79719
79719
|
aliasTo?: string | null | undefined;
|
|
79720
79720
|
}>;
|
|
79721
79721
|
}, "strip", z.ZodTypeAny, {
|
|
79722
79722
|
type: "TextDecoration";
|
|
79723
79723
|
data: {
|
|
79724
|
-
value?: "
|
|
79724
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
79725
79725
|
aliasTo?: string | undefined;
|
|
79726
79726
|
};
|
|
79727
79727
|
}, {
|
|
79728
79728
|
type: "TextDecoration";
|
|
79729
79729
|
data: {
|
|
79730
|
-
value?: "
|
|
79730
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
79731
79731
|
aliasTo?: string | null | undefined;
|
|
79732
79732
|
};
|
|
79733
79733
|
}>, z.ZodObject<{
|
|
@@ -79752,7 +79752,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
79752
79752
|
aliasTo?: string | undefined;
|
|
79753
79753
|
};
|
|
79754
79754
|
textDecoration: {
|
|
79755
|
-
value?: "
|
|
79755
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
79756
79756
|
aliasTo?: string | undefined;
|
|
79757
79757
|
};
|
|
79758
79758
|
textCase: {
|
|
@@ -79804,7 +79804,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
79804
79804
|
aliasTo?: string | null | undefined;
|
|
79805
79805
|
};
|
|
79806
79806
|
textDecoration: {
|
|
79807
|
-
value?: "
|
|
79807
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
79808
79808
|
aliasTo?: string | null | undefined;
|
|
79809
79809
|
};
|
|
79810
79810
|
textCase: {
|
|
@@ -79856,7 +79856,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
79856
79856
|
aliasTo?: string | undefined;
|
|
79857
79857
|
};
|
|
79858
79858
|
textDecoration: {
|
|
79859
|
-
value?: "
|
|
79859
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
79860
79860
|
aliasTo?: string | undefined;
|
|
79861
79861
|
};
|
|
79862
79862
|
textCase: {
|
|
@@ -79908,7 +79908,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
79908
79908
|
aliasTo?: string | null | undefined;
|
|
79909
79909
|
};
|
|
79910
79910
|
textDecoration: {
|
|
79911
|
-
value?: "
|
|
79911
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
79912
79912
|
aliasTo?: string | null | undefined;
|
|
79913
79913
|
};
|
|
79914
79914
|
textCase: {
|
|
@@ -79962,7 +79962,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
79962
79962
|
aliasTo?: string | undefined;
|
|
79963
79963
|
};
|
|
79964
79964
|
textDecoration: {
|
|
79965
|
-
value?: "
|
|
79965
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
79966
79966
|
aliasTo?: string | undefined;
|
|
79967
79967
|
};
|
|
79968
79968
|
textCase: {
|
|
@@ -80017,7 +80017,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
80017
80017
|
aliasTo?: string | null | undefined;
|
|
80018
80018
|
};
|
|
80019
80019
|
textDecoration: {
|
|
80020
|
-
value?: "
|
|
80020
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
80021
80021
|
aliasTo?: string | null | undefined;
|
|
80022
80022
|
};
|
|
80023
80023
|
textCase: {
|
|
@@ -80075,7 +80075,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
80075
80075
|
aliasTo?: string | undefined;
|
|
80076
80076
|
};
|
|
80077
80077
|
textDecoration: {
|
|
80078
|
-
value?: "
|
|
80078
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
80079
80079
|
aliasTo?: string | undefined;
|
|
80080
80080
|
};
|
|
80081
80081
|
textCase: {
|
|
@@ -80133,7 +80133,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
80133
80133
|
aliasTo?: string | null | undefined;
|
|
80134
80134
|
};
|
|
80135
80135
|
textDecoration: {
|
|
80136
|
-
value?: "
|
|
80136
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
80137
80137
|
aliasTo?: string | null | undefined;
|
|
80138
80138
|
};
|
|
80139
80139
|
textCase: {
|
|
@@ -82055,24 +82055,24 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82055
82055
|
data: z.ZodObject<{
|
|
82056
82056
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
82057
82057
|
} & {
|
|
82058
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
82058
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
82059
82059
|
}, "strip", z.ZodTypeAny, {
|
|
82060
|
-
value?: "
|
|
82060
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
82061
82061
|
aliasTo?: string | undefined;
|
|
82062
82062
|
}, {
|
|
82063
|
-
value?: "
|
|
82063
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
82064
82064
|
aliasTo?: string | null | undefined;
|
|
82065
82065
|
}>;
|
|
82066
82066
|
}, "strip", z.ZodTypeAny, {
|
|
82067
82067
|
type: "TextDecoration";
|
|
82068
82068
|
data: {
|
|
82069
|
-
value?: "
|
|
82069
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
82070
82070
|
aliasTo?: string | undefined;
|
|
82071
82071
|
};
|
|
82072
82072
|
}, {
|
|
82073
82073
|
type: "TextDecoration";
|
|
82074
82074
|
data: {
|
|
82075
|
-
value?: "
|
|
82075
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
82076
82076
|
aliasTo?: string | null | undefined;
|
|
82077
82077
|
};
|
|
82078
82078
|
}>, z.ZodObject<{
|
|
@@ -82097,7 +82097,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82097
82097
|
aliasTo?: string | undefined;
|
|
82098
82098
|
};
|
|
82099
82099
|
textDecoration: {
|
|
82100
|
-
value?: "
|
|
82100
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
82101
82101
|
aliasTo?: string | undefined;
|
|
82102
82102
|
};
|
|
82103
82103
|
textCase: {
|
|
@@ -82149,7 +82149,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82149
82149
|
aliasTo?: string | null | undefined;
|
|
82150
82150
|
};
|
|
82151
82151
|
textDecoration: {
|
|
82152
|
-
value?: "
|
|
82152
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
82153
82153
|
aliasTo?: string | null | undefined;
|
|
82154
82154
|
};
|
|
82155
82155
|
textCase: {
|
|
@@ -82201,7 +82201,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82201
82201
|
aliasTo?: string | undefined;
|
|
82202
82202
|
};
|
|
82203
82203
|
textDecoration: {
|
|
82204
|
-
value?: "
|
|
82204
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
82205
82205
|
aliasTo?: string | undefined;
|
|
82206
82206
|
};
|
|
82207
82207
|
textCase: {
|
|
@@ -82253,7 +82253,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82253
82253
|
aliasTo?: string | null | undefined;
|
|
82254
82254
|
};
|
|
82255
82255
|
textDecoration: {
|
|
82256
|
-
value?: "
|
|
82256
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
82257
82257
|
aliasTo?: string | null | undefined;
|
|
82258
82258
|
};
|
|
82259
82259
|
textCase: {
|
|
@@ -82307,7 +82307,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82307
82307
|
aliasTo?: string | undefined;
|
|
82308
82308
|
};
|
|
82309
82309
|
textDecoration: {
|
|
82310
|
-
value?: "
|
|
82310
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
82311
82311
|
aliasTo?: string | undefined;
|
|
82312
82312
|
};
|
|
82313
82313
|
textCase: {
|
|
@@ -82362,7 +82362,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82362
82362
|
aliasTo?: string | null | undefined;
|
|
82363
82363
|
};
|
|
82364
82364
|
textDecoration: {
|
|
82365
|
-
value?: "
|
|
82365
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
82366
82366
|
aliasTo?: string | null | undefined;
|
|
82367
82367
|
};
|
|
82368
82368
|
textCase: {
|
|
@@ -82420,7 +82420,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82420
82420
|
aliasTo?: string | undefined;
|
|
82421
82421
|
};
|
|
82422
82422
|
textDecoration: {
|
|
82423
|
-
value?: "
|
|
82423
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
82424
82424
|
aliasTo?: string | undefined;
|
|
82425
82425
|
};
|
|
82426
82426
|
textCase: {
|
|
@@ -82478,7 +82478,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
82478
82478
|
aliasTo?: string | null | undefined;
|
|
82479
82479
|
};
|
|
82480
82480
|
textDecoration: {
|
|
82481
|
-
value?: "
|
|
82481
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
82482
82482
|
aliasTo?: string | null | undefined;
|
|
82483
82483
|
};
|
|
82484
82484
|
textCase: {
|
|
@@ -90337,24 +90337,24 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90337
90337
|
data: z.ZodObject<{
|
|
90338
90338
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
90339
90339
|
} & {
|
|
90340
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
90340
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
90341
90341
|
}, "strip", z.ZodTypeAny, {
|
|
90342
|
-
value?: "
|
|
90342
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
90343
90343
|
aliasTo?: string | undefined;
|
|
90344
90344
|
}, {
|
|
90345
|
-
value?: "
|
|
90345
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
90346
90346
|
aliasTo?: string | null | undefined;
|
|
90347
90347
|
}>;
|
|
90348
90348
|
}, "strip", z.ZodTypeAny, {
|
|
90349
90349
|
type: "TextDecoration";
|
|
90350
90350
|
data: {
|
|
90351
|
-
value?: "
|
|
90351
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
90352
90352
|
aliasTo?: string | undefined;
|
|
90353
90353
|
};
|
|
90354
90354
|
}, {
|
|
90355
90355
|
type: "TextDecoration";
|
|
90356
90356
|
data: {
|
|
90357
|
-
value?: "
|
|
90357
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
90358
90358
|
aliasTo?: string | null | undefined;
|
|
90359
90359
|
};
|
|
90360
90360
|
}>, z.ZodObject<{
|
|
@@ -90379,7 +90379,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90379
90379
|
aliasTo?: string | undefined;
|
|
90380
90380
|
};
|
|
90381
90381
|
textDecoration: {
|
|
90382
|
-
value?: "
|
|
90382
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
90383
90383
|
aliasTo?: string | undefined;
|
|
90384
90384
|
};
|
|
90385
90385
|
textCase: {
|
|
@@ -90431,7 +90431,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90431
90431
|
aliasTo?: string | null | undefined;
|
|
90432
90432
|
};
|
|
90433
90433
|
textDecoration: {
|
|
90434
|
-
value?: "
|
|
90434
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
90435
90435
|
aliasTo?: string | null | undefined;
|
|
90436
90436
|
};
|
|
90437
90437
|
textCase: {
|
|
@@ -90483,7 +90483,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90483
90483
|
aliasTo?: string | undefined;
|
|
90484
90484
|
};
|
|
90485
90485
|
textDecoration: {
|
|
90486
|
-
value?: "
|
|
90486
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
90487
90487
|
aliasTo?: string | undefined;
|
|
90488
90488
|
};
|
|
90489
90489
|
textCase: {
|
|
@@ -90535,7 +90535,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90535
90535
|
aliasTo?: string | null | undefined;
|
|
90536
90536
|
};
|
|
90537
90537
|
textDecoration: {
|
|
90538
|
-
value?: "
|
|
90538
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
90539
90539
|
aliasTo?: string | null | undefined;
|
|
90540
90540
|
};
|
|
90541
90541
|
textCase: {
|
|
@@ -90589,7 +90589,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90589
90589
|
aliasTo?: string | undefined;
|
|
90590
90590
|
};
|
|
90591
90591
|
textDecoration: {
|
|
90592
|
-
value?: "
|
|
90592
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
90593
90593
|
aliasTo?: string | undefined;
|
|
90594
90594
|
};
|
|
90595
90595
|
textCase: {
|
|
@@ -90644,7 +90644,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90644
90644
|
aliasTo?: string | null | undefined;
|
|
90645
90645
|
};
|
|
90646
90646
|
textDecoration: {
|
|
90647
|
-
value?: "
|
|
90647
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
90648
90648
|
aliasTo?: string | null | undefined;
|
|
90649
90649
|
};
|
|
90650
90650
|
textCase: {
|
|
@@ -90702,7 +90702,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90702
90702
|
aliasTo?: string | undefined;
|
|
90703
90703
|
};
|
|
90704
90704
|
textDecoration: {
|
|
90705
|
-
value?: "
|
|
90705
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
90706
90706
|
aliasTo?: string | undefined;
|
|
90707
90707
|
};
|
|
90708
90708
|
textCase: {
|
|
@@ -90760,7 +90760,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90760
90760
|
aliasTo?: string | null | undefined;
|
|
90761
90761
|
};
|
|
90762
90762
|
textDecoration: {
|
|
90763
|
-
value?: "
|
|
90763
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
90764
90764
|
aliasTo?: string | null | undefined;
|
|
90765
90765
|
};
|
|
90766
90766
|
textCase: {
|
|
@@ -93058,24 +93058,24 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93058
93058
|
data: z.ZodObject<{
|
|
93059
93059
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
93060
93060
|
} & {
|
|
93061
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
93061
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
93062
93062
|
}, "strip", z.ZodTypeAny, {
|
|
93063
|
-
value?: "
|
|
93063
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93064
93064
|
aliasTo?: string | undefined;
|
|
93065
93065
|
}, {
|
|
93066
|
-
value?: "
|
|
93066
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
93067
93067
|
aliasTo?: string | null | undefined;
|
|
93068
93068
|
}>;
|
|
93069
93069
|
}, "strip", z.ZodTypeAny, {
|
|
93070
93070
|
type: "TextDecoration";
|
|
93071
93071
|
data: {
|
|
93072
|
-
value?: "
|
|
93072
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93073
93073
|
aliasTo?: string | undefined;
|
|
93074
93074
|
};
|
|
93075
93075
|
}, {
|
|
93076
93076
|
type: "TextDecoration";
|
|
93077
93077
|
data: {
|
|
93078
|
-
value?: "
|
|
93078
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
93079
93079
|
aliasTo?: string | null | undefined;
|
|
93080
93080
|
};
|
|
93081
93081
|
}>, z.ZodObject<{
|
|
@@ -93100,7 +93100,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93100
93100
|
aliasTo?: string | undefined;
|
|
93101
93101
|
};
|
|
93102
93102
|
textDecoration: {
|
|
93103
|
-
value?: "
|
|
93103
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93104
93104
|
aliasTo?: string | undefined;
|
|
93105
93105
|
};
|
|
93106
93106
|
textCase: {
|
|
@@ -93152,7 +93152,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93152
93152
|
aliasTo?: string | null | undefined;
|
|
93153
93153
|
};
|
|
93154
93154
|
textDecoration: {
|
|
93155
|
-
value?: "
|
|
93155
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
93156
93156
|
aliasTo?: string | null | undefined;
|
|
93157
93157
|
};
|
|
93158
93158
|
textCase: {
|
|
@@ -93204,7 +93204,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93204
93204
|
aliasTo?: string | undefined;
|
|
93205
93205
|
};
|
|
93206
93206
|
textDecoration: {
|
|
93207
|
-
value?: "
|
|
93207
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93208
93208
|
aliasTo?: string | undefined;
|
|
93209
93209
|
};
|
|
93210
93210
|
textCase: {
|
|
@@ -93256,7 +93256,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93256
93256
|
aliasTo?: string | null | undefined;
|
|
93257
93257
|
};
|
|
93258
93258
|
textDecoration: {
|
|
93259
|
-
value?: "
|
|
93259
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
93260
93260
|
aliasTo?: string | null | undefined;
|
|
93261
93261
|
};
|
|
93262
93262
|
textCase: {
|
|
@@ -93310,7 +93310,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93310
93310
|
aliasTo?: string | undefined;
|
|
93311
93311
|
};
|
|
93312
93312
|
textDecoration: {
|
|
93313
|
-
value?: "
|
|
93313
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93314
93314
|
aliasTo?: string | undefined;
|
|
93315
93315
|
};
|
|
93316
93316
|
textCase: {
|
|
@@ -93365,7 +93365,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93365
93365
|
aliasTo?: string | null | undefined;
|
|
93366
93366
|
};
|
|
93367
93367
|
textDecoration: {
|
|
93368
|
-
value?: "
|
|
93368
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
93369
93369
|
aliasTo?: string | null | undefined;
|
|
93370
93370
|
};
|
|
93371
93371
|
textCase: {
|
|
@@ -93423,7 +93423,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93423
93423
|
aliasTo?: string | undefined;
|
|
93424
93424
|
};
|
|
93425
93425
|
textDecoration: {
|
|
93426
|
-
value?: "
|
|
93426
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93427
93427
|
aliasTo?: string | undefined;
|
|
93428
93428
|
};
|
|
93429
93429
|
textCase: {
|
|
@@ -93481,7 +93481,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93481
93481
|
aliasTo?: string | null | undefined;
|
|
93482
93482
|
};
|
|
93483
93483
|
textDecoration: {
|
|
93484
|
-
value?: "
|
|
93484
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
93485
93485
|
aliasTo?: string | null | undefined;
|
|
93486
93486
|
};
|
|
93487
93487
|
textCase: {
|
|
@@ -93847,7 +93847,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93847
93847
|
aliasTo?: string | undefined;
|
|
93848
93848
|
};
|
|
93849
93849
|
textDecoration: {
|
|
93850
|
-
value?: "
|
|
93850
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93851
93851
|
aliasTo?: string | undefined;
|
|
93852
93852
|
};
|
|
93853
93853
|
textCase: {
|
|
@@ -93957,7 +93957,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93957
93957
|
} | {
|
|
93958
93958
|
type: "TextDecoration";
|
|
93959
93959
|
data: {
|
|
93960
|
-
value?: "
|
|
93960
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
93961
93961
|
aliasTo?: string | undefined;
|
|
93962
93962
|
};
|
|
93963
93963
|
} | {
|
|
@@ -94222,7 +94222,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
94222
94222
|
aliasTo?: string | null | undefined;
|
|
94223
94223
|
};
|
|
94224
94224
|
textDecoration: {
|
|
94225
|
-
value?: "
|
|
94225
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
94226
94226
|
aliasTo?: string | null | undefined;
|
|
94227
94227
|
};
|
|
94228
94228
|
textCase: {
|
|
@@ -94332,7 +94332,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
94332
94332
|
} | {
|
|
94333
94333
|
type: "TextDecoration";
|
|
94334
94334
|
data: {
|
|
94335
|
-
value?: "
|
|
94335
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
94336
94336
|
aliasTo?: string | null | undefined;
|
|
94337
94337
|
};
|
|
94338
94338
|
} | {
|
|
@@ -96156,24 +96156,24 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96156
96156
|
data: z.ZodObject<{
|
|
96157
96157
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
96158
96158
|
} & {
|
|
96159
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
96159
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
96160
96160
|
}, "strip", z.ZodTypeAny, {
|
|
96161
|
-
value?: "
|
|
96161
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96162
96162
|
aliasTo?: string | undefined;
|
|
96163
96163
|
}, {
|
|
96164
|
-
value?: "
|
|
96164
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
96165
96165
|
aliasTo?: string | null | undefined;
|
|
96166
96166
|
}>;
|
|
96167
96167
|
}, "strip", z.ZodTypeAny, {
|
|
96168
96168
|
type: "TextDecoration";
|
|
96169
96169
|
data: {
|
|
96170
|
-
value?: "
|
|
96170
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96171
96171
|
aliasTo?: string | undefined;
|
|
96172
96172
|
};
|
|
96173
96173
|
}, {
|
|
96174
96174
|
type: "TextDecoration";
|
|
96175
96175
|
data: {
|
|
96176
|
-
value?: "
|
|
96176
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
96177
96177
|
aliasTo?: string | null | undefined;
|
|
96178
96178
|
};
|
|
96179
96179
|
}>, z.ZodObject<{
|
|
@@ -96198,7 +96198,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96198
96198
|
aliasTo?: string | undefined;
|
|
96199
96199
|
};
|
|
96200
96200
|
textDecoration: {
|
|
96201
|
-
value?: "
|
|
96201
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96202
96202
|
aliasTo?: string | undefined;
|
|
96203
96203
|
};
|
|
96204
96204
|
textCase: {
|
|
@@ -96250,7 +96250,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96250
96250
|
aliasTo?: string | null | undefined;
|
|
96251
96251
|
};
|
|
96252
96252
|
textDecoration: {
|
|
96253
|
-
value?: "
|
|
96253
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
96254
96254
|
aliasTo?: string | null | undefined;
|
|
96255
96255
|
};
|
|
96256
96256
|
textCase: {
|
|
@@ -96302,7 +96302,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96302
96302
|
aliasTo?: string | undefined;
|
|
96303
96303
|
};
|
|
96304
96304
|
textDecoration: {
|
|
96305
|
-
value?: "
|
|
96305
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96306
96306
|
aliasTo?: string | undefined;
|
|
96307
96307
|
};
|
|
96308
96308
|
textCase: {
|
|
@@ -96354,7 +96354,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96354
96354
|
aliasTo?: string | null | undefined;
|
|
96355
96355
|
};
|
|
96356
96356
|
textDecoration: {
|
|
96357
|
-
value?: "
|
|
96357
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
96358
96358
|
aliasTo?: string | null | undefined;
|
|
96359
96359
|
};
|
|
96360
96360
|
textCase: {
|
|
@@ -96408,7 +96408,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96408
96408
|
aliasTo?: string | undefined;
|
|
96409
96409
|
};
|
|
96410
96410
|
textDecoration: {
|
|
96411
|
-
value?: "
|
|
96411
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96412
96412
|
aliasTo?: string | undefined;
|
|
96413
96413
|
};
|
|
96414
96414
|
textCase: {
|
|
@@ -96463,7 +96463,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96463
96463
|
aliasTo?: string | null | undefined;
|
|
96464
96464
|
};
|
|
96465
96465
|
textDecoration: {
|
|
96466
|
-
value?: "
|
|
96466
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
96467
96467
|
aliasTo?: string | null | undefined;
|
|
96468
96468
|
};
|
|
96469
96469
|
textCase: {
|
|
@@ -96521,7 +96521,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96521
96521
|
aliasTo?: string | undefined;
|
|
96522
96522
|
};
|
|
96523
96523
|
textDecoration: {
|
|
96524
|
-
value?: "
|
|
96524
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96525
96525
|
aliasTo?: string | undefined;
|
|
96526
96526
|
};
|
|
96527
96527
|
textCase: {
|
|
@@ -96579,7 +96579,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96579
96579
|
aliasTo?: string | null | undefined;
|
|
96580
96580
|
};
|
|
96581
96581
|
textDecoration: {
|
|
96582
|
-
value?: "
|
|
96582
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
96583
96583
|
aliasTo?: string | null | undefined;
|
|
96584
96584
|
};
|
|
96585
96585
|
textCase: {
|
|
@@ -96952,7 +96952,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
96952
96952
|
aliasTo?: string | undefined;
|
|
96953
96953
|
};
|
|
96954
96954
|
textDecoration: {
|
|
96955
|
-
value?: "
|
|
96955
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
96956
96956
|
aliasTo?: string | undefined;
|
|
96957
96957
|
};
|
|
96958
96958
|
textCase: {
|
|
@@ -97062,7 +97062,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
97062
97062
|
} | {
|
|
97063
97063
|
type: "TextDecoration";
|
|
97064
97064
|
data: {
|
|
97065
|
-
value?: "
|
|
97065
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
97066
97066
|
aliasTo?: string | undefined;
|
|
97067
97067
|
};
|
|
97068
97068
|
} | {
|
|
@@ -97339,7 +97339,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
97339
97339
|
aliasTo?: string | null | undefined;
|
|
97340
97340
|
};
|
|
97341
97341
|
textDecoration: {
|
|
97342
|
-
value?: "
|
|
97342
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
97343
97343
|
aliasTo?: string | null | undefined;
|
|
97344
97344
|
};
|
|
97345
97345
|
textCase: {
|
|
@@ -97449,7 +97449,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
97449
97449
|
} | {
|
|
97450
97450
|
type: "TextDecoration";
|
|
97451
97451
|
data: {
|
|
97452
|
-
value?: "
|
|
97452
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
97453
97453
|
aliasTo?: string | null | undefined;
|
|
97454
97454
|
};
|
|
97455
97455
|
} | {
|
|
@@ -97934,7 +97934,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
97934
97934
|
aliasTo?: string | undefined;
|
|
97935
97935
|
};
|
|
97936
97936
|
textDecoration: {
|
|
97937
|
-
value?: "
|
|
97937
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
97938
97938
|
aliasTo?: string | undefined;
|
|
97939
97939
|
};
|
|
97940
97940
|
textCase: {
|
|
@@ -98044,7 +98044,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
98044
98044
|
} | {
|
|
98045
98045
|
type: "TextDecoration";
|
|
98046
98046
|
data: {
|
|
98047
|
-
value?: "
|
|
98047
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
98048
98048
|
aliasTo?: string | undefined;
|
|
98049
98049
|
};
|
|
98050
98050
|
} | {
|
|
@@ -98401,7 +98401,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
98401
98401
|
aliasTo?: string | undefined;
|
|
98402
98402
|
};
|
|
98403
98403
|
textDecoration: {
|
|
98404
|
-
value?: "
|
|
98404
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
98405
98405
|
aliasTo?: string | undefined;
|
|
98406
98406
|
};
|
|
98407
98407
|
textCase: {
|
|
@@ -98511,7 +98511,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
98511
98511
|
} | {
|
|
98512
98512
|
type: "TextDecoration";
|
|
98513
98513
|
data: {
|
|
98514
|
-
value?: "
|
|
98514
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
98515
98515
|
aliasTo?: string | undefined;
|
|
98516
98516
|
};
|
|
98517
98517
|
} | {
|
|
@@ -98779,7 +98779,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
98779
98779
|
aliasTo?: string | undefined;
|
|
98780
98780
|
};
|
|
98781
98781
|
textDecoration: {
|
|
98782
|
-
value?: "
|
|
98782
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
98783
98783
|
aliasTo?: string | undefined;
|
|
98784
98784
|
};
|
|
98785
98785
|
textCase: {
|
|
@@ -98889,7 +98889,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
98889
98889
|
} | {
|
|
98890
98890
|
type: "TextDecoration";
|
|
98891
98891
|
data: {
|
|
98892
|
-
value?: "
|
|
98892
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
98893
98893
|
aliasTo?: string | undefined;
|
|
98894
98894
|
};
|
|
98895
98895
|
} | {
|
|
@@ -99256,7 +99256,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
99256
99256
|
aliasTo?: string | null | undefined;
|
|
99257
99257
|
};
|
|
99258
99258
|
textDecoration: {
|
|
99259
|
-
value?: "
|
|
99259
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
99260
99260
|
aliasTo?: string | null | undefined;
|
|
99261
99261
|
};
|
|
99262
99262
|
textCase: {
|
|
@@ -99366,7 +99366,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
99366
99366
|
} | {
|
|
99367
99367
|
type: "TextDecoration";
|
|
99368
99368
|
data: {
|
|
99369
|
-
value?: "
|
|
99369
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
99370
99370
|
aliasTo?: string | null | undefined;
|
|
99371
99371
|
};
|
|
99372
99372
|
} | {
|
|
@@ -99718,7 +99718,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
99718
99718
|
aliasTo?: string | null | undefined;
|
|
99719
99719
|
};
|
|
99720
99720
|
textDecoration: {
|
|
99721
|
-
value?: "
|
|
99721
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
99722
99722
|
aliasTo?: string | null | undefined;
|
|
99723
99723
|
};
|
|
99724
99724
|
textCase: {
|
|
@@ -99828,7 +99828,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
99828
99828
|
} | {
|
|
99829
99829
|
type: "TextDecoration";
|
|
99830
99830
|
data: {
|
|
99831
|
-
value?: "
|
|
99831
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
99832
99832
|
aliasTo?: string | null | undefined;
|
|
99833
99833
|
};
|
|
99834
99834
|
} | {
|
|
@@ -100096,7 +100096,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
100096
100096
|
aliasTo?: string | null | undefined;
|
|
100097
100097
|
};
|
|
100098
100098
|
textDecoration: {
|
|
100099
|
-
value?: "
|
|
100099
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
100100
100100
|
aliasTo?: string | null | undefined;
|
|
100101
100101
|
};
|
|
100102
100102
|
textCase: {
|
|
@@ -100206,7 +100206,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
100206
100206
|
} | {
|
|
100207
100207
|
type: "TextDecoration";
|
|
100208
100208
|
data: {
|
|
100209
|
-
value?: "
|
|
100209
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
100210
100210
|
aliasTo?: string | null | undefined;
|
|
100211
100211
|
};
|
|
100212
100212
|
} | {
|
|
@@ -102009,24 +102009,24 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102009
102009
|
data: z.ZodObject<{
|
|
102010
102010
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
102011
102011
|
} & {
|
|
102012
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
102012
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
102013
102013
|
}, "strip", z.ZodTypeAny, {
|
|
102014
|
-
value?: "
|
|
102014
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
102015
102015
|
aliasTo?: string | undefined;
|
|
102016
102016
|
}, {
|
|
102017
|
-
value?: "
|
|
102017
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
102018
102018
|
aliasTo?: string | null | undefined;
|
|
102019
102019
|
}>;
|
|
102020
102020
|
}, "strip", z.ZodTypeAny, {
|
|
102021
102021
|
type: "TextDecoration";
|
|
102022
102022
|
data: {
|
|
102023
|
-
value?: "
|
|
102023
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
102024
102024
|
aliasTo?: string | undefined;
|
|
102025
102025
|
};
|
|
102026
102026
|
}, {
|
|
102027
102027
|
type: "TextDecoration";
|
|
102028
102028
|
data: {
|
|
102029
|
-
value?: "
|
|
102029
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
102030
102030
|
aliasTo?: string | null | undefined;
|
|
102031
102031
|
};
|
|
102032
102032
|
}>, z.ZodObject<{
|
|
@@ -102051,7 +102051,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102051
102051
|
aliasTo?: string | undefined;
|
|
102052
102052
|
};
|
|
102053
102053
|
textDecoration: {
|
|
102054
|
-
value?: "
|
|
102054
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
102055
102055
|
aliasTo?: string | undefined;
|
|
102056
102056
|
};
|
|
102057
102057
|
textCase: {
|
|
@@ -102103,7 +102103,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102103
102103
|
aliasTo?: string | null | undefined;
|
|
102104
102104
|
};
|
|
102105
102105
|
textDecoration: {
|
|
102106
|
-
value?: "
|
|
102106
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
102107
102107
|
aliasTo?: string | null | undefined;
|
|
102108
102108
|
};
|
|
102109
102109
|
textCase: {
|
|
@@ -102155,7 +102155,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102155
102155
|
aliasTo?: string | undefined;
|
|
102156
102156
|
};
|
|
102157
102157
|
textDecoration: {
|
|
102158
|
-
value?: "
|
|
102158
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
102159
102159
|
aliasTo?: string | undefined;
|
|
102160
102160
|
};
|
|
102161
102161
|
textCase: {
|
|
@@ -102207,7 +102207,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102207
102207
|
aliasTo?: string | null | undefined;
|
|
102208
102208
|
};
|
|
102209
102209
|
textDecoration: {
|
|
102210
|
-
value?: "
|
|
102210
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
102211
102211
|
aliasTo?: string | null | undefined;
|
|
102212
102212
|
};
|
|
102213
102213
|
textCase: {
|
|
@@ -102261,7 +102261,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102261
102261
|
aliasTo?: string | undefined;
|
|
102262
102262
|
};
|
|
102263
102263
|
textDecoration: {
|
|
102264
|
-
value?: "
|
|
102264
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
102265
102265
|
aliasTo?: string | undefined;
|
|
102266
102266
|
};
|
|
102267
102267
|
textCase: {
|
|
@@ -102316,7 +102316,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102316
102316
|
aliasTo?: string | null | undefined;
|
|
102317
102317
|
};
|
|
102318
102318
|
textDecoration: {
|
|
102319
|
-
value?: "
|
|
102319
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
102320
102320
|
aliasTo?: string | null | undefined;
|
|
102321
102321
|
};
|
|
102322
102322
|
textCase: {
|
|
@@ -102374,7 +102374,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102374
102374
|
aliasTo?: string | undefined;
|
|
102375
102375
|
};
|
|
102376
102376
|
textDecoration: {
|
|
102377
|
-
value?: "
|
|
102377
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
102378
102378
|
aliasTo?: string | undefined;
|
|
102379
102379
|
};
|
|
102380
102380
|
textCase: {
|
|
@@ -102432,7 +102432,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102432
102432
|
aliasTo?: string | null | undefined;
|
|
102433
102433
|
};
|
|
102434
102434
|
textDecoration: {
|
|
102435
|
-
value?: "
|
|
102435
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
102436
102436
|
aliasTo?: string | null | undefined;
|
|
102437
102437
|
};
|
|
102438
102438
|
textCase: {
|
|
@@ -105069,24 +105069,24 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105069
105069
|
data: z.ZodObject<{
|
|
105070
105070
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
105071
105071
|
} & {
|
|
105072
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
105072
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
105073
105073
|
}, "strip", z.ZodTypeAny, {
|
|
105074
|
-
value?: "
|
|
105074
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105075
105075
|
aliasTo?: string | undefined;
|
|
105076
105076
|
}, {
|
|
105077
|
-
value?: "
|
|
105077
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
105078
105078
|
aliasTo?: string | null | undefined;
|
|
105079
105079
|
}>;
|
|
105080
105080
|
}, "strip", z.ZodTypeAny, {
|
|
105081
105081
|
type: "TextDecoration";
|
|
105082
105082
|
data: {
|
|
105083
|
-
value?: "
|
|
105083
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105084
105084
|
aliasTo?: string | undefined;
|
|
105085
105085
|
};
|
|
105086
105086
|
}, {
|
|
105087
105087
|
type: "TextDecoration";
|
|
105088
105088
|
data: {
|
|
105089
|
-
value?: "
|
|
105089
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
105090
105090
|
aliasTo?: string | null | undefined;
|
|
105091
105091
|
};
|
|
105092
105092
|
}>, z.ZodObject<{
|
|
@@ -105111,7 +105111,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105111
105111
|
aliasTo?: string | undefined;
|
|
105112
105112
|
};
|
|
105113
105113
|
textDecoration: {
|
|
105114
|
-
value?: "
|
|
105114
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105115
105115
|
aliasTo?: string | undefined;
|
|
105116
105116
|
};
|
|
105117
105117
|
textCase: {
|
|
@@ -105163,7 +105163,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105163
105163
|
aliasTo?: string | null | undefined;
|
|
105164
105164
|
};
|
|
105165
105165
|
textDecoration: {
|
|
105166
|
-
value?: "
|
|
105166
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
105167
105167
|
aliasTo?: string | null | undefined;
|
|
105168
105168
|
};
|
|
105169
105169
|
textCase: {
|
|
@@ -105215,7 +105215,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105215
105215
|
aliasTo?: string | undefined;
|
|
105216
105216
|
};
|
|
105217
105217
|
textDecoration: {
|
|
105218
|
-
value?: "
|
|
105218
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105219
105219
|
aliasTo?: string | undefined;
|
|
105220
105220
|
};
|
|
105221
105221
|
textCase: {
|
|
@@ -105267,7 +105267,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105267
105267
|
aliasTo?: string | null | undefined;
|
|
105268
105268
|
};
|
|
105269
105269
|
textDecoration: {
|
|
105270
|
-
value?: "
|
|
105270
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
105271
105271
|
aliasTo?: string | null | undefined;
|
|
105272
105272
|
};
|
|
105273
105273
|
textCase: {
|
|
@@ -105321,7 +105321,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105321
105321
|
aliasTo?: string | undefined;
|
|
105322
105322
|
};
|
|
105323
105323
|
textDecoration: {
|
|
105324
|
-
value?: "
|
|
105324
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105325
105325
|
aliasTo?: string | undefined;
|
|
105326
105326
|
};
|
|
105327
105327
|
textCase: {
|
|
@@ -105376,7 +105376,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105376
105376
|
aliasTo?: string | null | undefined;
|
|
105377
105377
|
};
|
|
105378
105378
|
textDecoration: {
|
|
105379
|
-
value?: "
|
|
105379
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
105380
105380
|
aliasTo?: string | null | undefined;
|
|
105381
105381
|
};
|
|
105382
105382
|
textCase: {
|
|
@@ -105434,7 +105434,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105434
105434
|
aliasTo?: string | undefined;
|
|
105435
105435
|
};
|
|
105436
105436
|
textDecoration: {
|
|
105437
|
-
value?: "
|
|
105437
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105438
105438
|
aliasTo?: string | undefined;
|
|
105439
105439
|
};
|
|
105440
105440
|
textCase: {
|
|
@@ -105492,7 +105492,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105492
105492
|
aliasTo?: string | null | undefined;
|
|
105493
105493
|
};
|
|
105494
105494
|
textDecoration: {
|
|
105495
|
-
value?: "
|
|
105495
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
105496
105496
|
aliasTo?: string | null | undefined;
|
|
105497
105497
|
};
|
|
105498
105498
|
textCase: {
|
|
@@ -105845,7 +105845,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105845
105845
|
aliasTo?: string | undefined;
|
|
105846
105846
|
};
|
|
105847
105847
|
textDecoration: {
|
|
105848
|
-
value?: "
|
|
105848
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105849
105849
|
aliasTo?: string | undefined;
|
|
105850
105850
|
};
|
|
105851
105851
|
textCase: {
|
|
@@ -105955,7 +105955,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105955
105955
|
} | {
|
|
105956
105956
|
type: "TextDecoration";
|
|
105957
105957
|
data: {
|
|
105958
|
-
value?: "
|
|
105958
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
105959
105959
|
aliasTo?: string | undefined;
|
|
105960
105960
|
};
|
|
105961
105961
|
} | {
|
|
@@ -106218,7 +106218,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106218
106218
|
aliasTo?: string | null | undefined;
|
|
106219
106219
|
};
|
|
106220
106220
|
textDecoration: {
|
|
106221
|
-
value?: "
|
|
106221
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
106222
106222
|
aliasTo?: string | null | undefined;
|
|
106223
106223
|
};
|
|
106224
106224
|
textCase: {
|
|
@@ -106328,7 +106328,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106328
106328
|
} | {
|
|
106329
106329
|
type: "TextDecoration";
|
|
106330
106330
|
data: {
|
|
106331
|
-
value?: "
|
|
106331
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
106332
106332
|
aliasTo?: string | null | undefined;
|
|
106333
106333
|
};
|
|
106334
106334
|
} | {
|
|
@@ -108134,24 +108134,24 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108134
108134
|
data: z.ZodObject<{
|
|
108135
108135
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
108136
108136
|
} & {
|
|
108137
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
108137
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
108138
108138
|
}, "strip", z.ZodTypeAny, {
|
|
108139
|
-
value?: "
|
|
108139
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108140
108140
|
aliasTo?: string | undefined;
|
|
108141
108141
|
}, {
|
|
108142
|
-
value?: "
|
|
108142
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
108143
108143
|
aliasTo?: string | null | undefined;
|
|
108144
108144
|
}>;
|
|
108145
108145
|
}, "strip", z.ZodTypeAny, {
|
|
108146
108146
|
type: "TextDecoration";
|
|
108147
108147
|
data: {
|
|
108148
|
-
value?: "
|
|
108148
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108149
108149
|
aliasTo?: string | undefined;
|
|
108150
108150
|
};
|
|
108151
108151
|
}, {
|
|
108152
108152
|
type: "TextDecoration";
|
|
108153
108153
|
data: {
|
|
108154
|
-
value?: "
|
|
108154
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
108155
108155
|
aliasTo?: string | null | undefined;
|
|
108156
108156
|
};
|
|
108157
108157
|
}>, z.ZodObject<{
|
|
@@ -108176,7 +108176,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108176
108176
|
aliasTo?: string | undefined;
|
|
108177
108177
|
};
|
|
108178
108178
|
textDecoration: {
|
|
108179
|
-
value?: "
|
|
108179
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108180
108180
|
aliasTo?: string | undefined;
|
|
108181
108181
|
};
|
|
108182
108182
|
textCase: {
|
|
@@ -108228,7 +108228,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108228
108228
|
aliasTo?: string | null | undefined;
|
|
108229
108229
|
};
|
|
108230
108230
|
textDecoration: {
|
|
108231
|
-
value?: "
|
|
108231
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
108232
108232
|
aliasTo?: string | null | undefined;
|
|
108233
108233
|
};
|
|
108234
108234
|
textCase: {
|
|
@@ -108280,7 +108280,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108280
108280
|
aliasTo?: string | undefined;
|
|
108281
108281
|
};
|
|
108282
108282
|
textDecoration: {
|
|
108283
|
-
value?: "
|
|
108283
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108284
108284
|
aliasTo?: string | undefined;
|
|
108285
108285
|
};
|
|
108286
108286
|
textCase: {
|
|
@@ -108332,7 +108332,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108332
108332
|
aliasTo?: string | null | undefined;
|
|
108333
108333
|
};
|
|
108334
108334
|
textDecoration: {
|
|
108335
|
-
value?: "
|
|
108335
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
108336
108336
|
aliasTo?: string | null | undefined;
|
|
108337
108337
|
};
|
|
108338
108338
|
textCase: {
|
|
@@ -108386,7 +108386,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108386
108386
|
aliasTo?: string | undefined;
|
|
108387
108387
|
};
|
|
108388
108388
|
textDecoration: {
|
|
108389
|
-
value?: "
|
|
108389
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108390
108390
|
aliasTo?: string | undefined;
|
|
108391
108391
|
};
|
|
108392
108392
|
textCase: {
|
|
@@ -108441,7 +108441,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108441
108441
|
aliasTo?: string | null | undefined;
|
|
108442
108442
|
};
|
|
108443
108443
|
textDecoration: {
|
|
108444
|
-
value?: "
|
|
108444
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
108445
108445
|
aliasTo?: string | null | undefined;
|
|
108446
108446
|
};
|
|
108447
108447
|
textCase: {
|
|
@@ -108499,7 +108499,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108499
108499
|
aliasTo?: string | undefined;
|
|
108500
108500
|
};
|
|
108501
108501
|
textDecoration: {
|
|
108502
|
-
value?: "
|
|
108502
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108503
108503
|
aliasTo?: string | undefined;
|
|
108504
108504
|
};
|
|
108505
108505
|
textCase: {
|
|
@@ -108557,7 +108557,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108557
108557
|
aliasTo?: string | null | undefined;
|
|
108558
108558
|
};
|
|
108559
108559
|
textDecoration: {
|
|
108560
|
-
value?: "
|
|
108560
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
108561
108561
|
aliasTo?: string | null | undefined;
|
|
108562
108562
|
};
|
|
108563
108563
|
textCase: {
|
|
@@ -108914,7 +108914,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108914
108914
|
aliasTo?: string | undefined;
|
|
108915
108915
|
};
|
|
108916
108916
|
textDecoration: {
|
|
108917
|
-
value?: "
|
|
108917
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
108918
108918
|
aliasTo?: string | undefined;
|
|
108919
108919
|
};
|
|
108920
108920
|
textCase: {
|
|
@@ -109024,7 +109024,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
109024
109024
|
} | {
|
|
109025
109025
|
type: "TextDecoration";
|
|
109026
109026
|
data: {
|
|
109027
|
-
value?: "
|
|
109027
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
109028
109028
|
aliasTo?: string | undefined;
|
|
109029
109029
|
};
|
|
109030
109030
|
} | {
|
|
@@ -109294,7 +109294,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
109294
109294
|
aliasTo?: string | null | undefined;
|
|
109295
109295
|
};
|
|
109296
109296
|
textDecoration: {
|
|
109297
|
-
value?: "
|
|
109297
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
109298
109298
|
aliasTo?: string | null | undefined;
|
|
109299
109299
|
};
|
|
109300
109300
|
textCase: {
|
|
@@ -109404,7 +109404,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
109404
109404
|
} | {
|
|
109405
109405
|
type: "TextDecoration";
|
|
109406
109406
|
data: {
|
|
109407
|
-
value?: "
|
|
109407
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
109408
109408
|
aliasTo?: string | null | undefined;
|
|
109409
109409
|
};
|
|
109410
109410
|
} | {
|
|
@@ -109948,7 +109948,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
109948
109948
|
aliasTo?: string | undefined;
|
|
109949
109949
|
};
|
|
109950
109950
|
textDecoration: {
|
|
109951
|
-
value?: "
|
|
109951
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
109952
109952
|
aliasTo?: string | undefined;
|
|
109953
109953
|
};
|
|
109954
109954
|
textCase: {
|
|
@@ -110058,7 +110058,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
110058
110058
|
} | {
|
|
110059
110059
|
type: "TextDecoration";
|
|
110060
110060
|
data: {
|
|
110061
|
-
value?: "
|
|
110061
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
110062
110062
|
aliasTo?: string | undefined;
|
|
110063
110063
|
};
|
|
110064
110064
|
} | {
|
|
@@ -110401,7 +110401,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
110401
110401
|
aliasTo?: string | undefined;
|
|
110402
110402
|
};
|
|
110403
110403
|
textDecoration: {
|
|
110404
|
-
value?: "
|
|
110404
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
110405
110405
|
aliasTo?: string | undefined;
|
|
110406
110406
|
};
|
|
110407
110407
|
textCase: {
|
|
@@ -110511,7 +110511,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
110511
110511
|
} | {
|
|
110512
110512
|
type: "TextDecoration";
|
|
110513
110513
|
data: {
|
|
110514
|
-
value?: "
|
|
110514
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
110515
110515
|
aliasTo?: string | undefined;
|
|
110516
110516
|
};
|
|
110517
110517
|
} | {
|
|
@@ -110775,7 +110775,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
110775
110775
|
aliasTo?: string | undefined;
|
|
110776
110776
|
};
|
|
110777
110777
|
textDecoration: {
|
|
110778
|
-
value?: "
|
|
110778
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
110779
110779
|
aliasTo?: string | undefined;
|
|
110780
110780
|
};
|
|
110781
110781
|
textCase: {
|
|
@@ -110885,7 +110885,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
110885
110885
|
} | {
|
|
110886
110886
|
type: "TextDecoration";
|
|
110887
110887
|
data: {
|
|
110888
|
-
value?: "
|
|
110888
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
110889
110889
|
aliasTo?: string | undefined;
|
|
110890
110890
|
};
|
|
110891
110891
|
} | {
|
|
@@ -111273,7 +111273,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111273
111273
|
aliasTo?: string | null | undefined;
|
|
111274
111274
|
};
|
|
111275
111275
|
textDecoration: {
|
|
111276
|
-
value?: "
|
|
111276
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
111277
111277
|
aliasTo?: string | null | undefined;
|
|
111278
111278
|
};
|
|
111279
111279
|
textCase: {
|
|
@@ -111383,7 +111383,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111383
111383
|
} | {
|
|
111384
111384
|
type: "TextDecoration";
|
|
111385
111385
|
data: {
|
|
111386
|
-
value?: "
|
|
111386
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
111387
111387
|
aliasTo?: string | null | undefined;
|
|
111388
111388
|
};
|
|
111389
111389
|
} | {
|
|
@@ -111726,7 +111726,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111726
111726
|
aliasTo?: string | null | undefined;
|
|
111727
111727
|
};
|
|
111728
111728
|
textDecoration: {
|
|
111729
|
-
value?: "
|
|
111729
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
111730
111730
|
aliasTo?: string | null | undefined;
|
|
111731
111731
|
};
|
|
111732
111732
|
textCase: {
|
|
@@ -111836,7 +111836,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111836
111836
|
} | {
|
|
111837
111837
|
type: "TextDecoration";
|
|
111838
111838
|
data: {
|
|
111839
|
-
value?: "
|
|
111839
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
111840
111840
|
aliasTo?: string | null | undefined;
|
|
111841
111841
|
};
|
|
111842
111842
|
} | {
|
|
@@ -112100,7 +112100,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
112100
112100
|
aliasTo?: string | null | undefined;
|
|
112101
112101
|
};
|
|
112102
112102
|
textDecoration: {
|
|
112103
|
-
value?: "
|
|
112103
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
112104
112104
|
aliasTo?: string | null | undefined;
|
|
112105
112105
|
};
|
|
112106
112106
|
textCase: {
|
|
@@ -112210,7 +112210,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
112210
112210
|
} | {
|
|
112211
112211
|
type: "TextDecoration";
|
|
112212
112212
|
data: {
|
|
112213
|
-
value?: "
|
|
112213
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
112214
112214
|
aliasTo?: string | null | undefined;
|
|
112215
112215
|
};
|
|
112216
112216
|
} | {
|
|
@@ -115604,24 +115604,24 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115604
115604
|
data: z.ZodObject<{
|
|
115605
115605
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
115606
115606
|
} & {
|
|
115607
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
115607
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
115608
115608
|
}, "strip", z.ZodTypeAny, {
|
|
115609
|
-
value?: "
|
|
115609
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
115610
115610
|
aliasTo?: string | undefined;
|
|
115611
115611
|
}, {
|
|
115612
|
-
value?: "
|
|
115612
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
115613
115613
|
aliasTo?: string | null | undefined;
|
|
115614
115614
|
}>;
|
|
115615
115615
|
}, "strip", z.ZodTypeAny, {
|
|
115616
115616
|
type: "TextDecoration";
|
|
115617
115617
|
data: {
|
|
115618
|
-
value?: "
|
|
115618
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
115619
115619
|
aliasTo?: string | undefined;
|
|
115620
115620
|
};
|
|
115621
115621
|
}, {
|
|
115622
115622
|
type: "TextDecoration";
|
|
115623
115623
|
data: {
|
|
115624
|
-
value?: "
|
|
115624
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
115625
115625
|
aliasTo?: string | null | undefined;
|
|
115626
115626
|
};
|
|
115627
115627
|
}>, z.ZodObject<{
|
|
@@ -115646,7 +115646,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115646
115646
|
aliasTo?: string | undefined;
|
|
115647
115647
|
};
|
|
115648
115648
|
textDecoration: {
|
|
115649
|
-
value?: "
|
|
115649
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
115650
115650
|
aliasTo?: string | undefined;
|
|
115651
115651
|
};
|
|
115652
115652
|
textCase: {
|
|
@@ -115698,7 +115698,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115698
115698
|
aliasTo?: string | null | undefined;
|
|
115699
115699
|
};
|
|
115700
115700
|
textDecoration: {
|
|
115701
|
-
value?: "
|
|
115701
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
115702
115702
|
aliasTo?: string | null | undefined;
|
|
115703
115703
|
};
|
|
115704
115704
|
textCase: {
|
|
@@ -115750,7 +115750,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115750
115750
|
aliasTo?: string | undefined;
|
|
115751
115751
|
};
|
|
115752
115752
|
textDecoration: {
|
|
115753
|
-
value?: "
|
|
115753
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
115754
115754
|
aliasTo?: string | undefined;
|
|
115755
115755
|
};
|
|
115756
115756
|
textCase: {
|
|
@@ -115802,7 +115802,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115802
115802
|
aliasTo?: string | null | undefined;
|
|
115803
115803
|
};
|
|
115804
115804
|
textDecoration: {
|
|
115805
|
-
value?: "
|
|
115805
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
115806
115806
|
aliasTo?: string | null | undefined;
|
|
115807
115807
|
};
|
|
115808
115808
|
textCase: {
|
|
@@ -115856,7 +115856,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115856
115856
|
aliasTo?: string | undefined;
|
|
115857
115857
|
};
|
|
115858
115858
|
textDecoration: {
|
|
115859
|
-
value?: "
|
|
115859
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
115860
115860
|
aliasTo?: string | undefined;
|
|
115861
115861
|
};
|
|
115862
115862
|
textCase: {
|
|
@@ -115911,7 +115911,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115911
115911
|
aliasTo?: string | null | undefined;
|
|
115912
115912
|
};
|
|
115913
115913
|
textDecoration: {
|
|
115914
|
-
value?: "
|
|
115914
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
115915
115915
|
aliasTo?: string | null | undefined;
|
|
115916
115916
|
};
|
|
115917
115917
|
textCase: {
|
|
@@ -115969,7 +115969,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
115969
115969
|
aliasTo?: string | undefined;
|
|
115970
115970
|
};
|
|
115971
115971
|
textDecoration: {
|
|
115972
|
-
value?: "
|
|
115972
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
115973
115973
|
aliasTo?: string | undefined;
|
|
115974
115974
|
};
|
|
115975
115975
|
textCase: {
|
|
@@ -116027,7 +116027,7 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
116027
116027
|
aliasTo?: string | null | undefined;
|
|
116028
116028
|
};
|
|
116029
116029
|
textDecoration: {
|
|
116030
|
-
value?: "
|
|
116030
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
116031
116031
|
aliasTo?: string | null | undefined;
|
|
116032
116032
|
};
|
|
116033
116033
|
textCase: {
|
|
@@ -117847,24 +117847,24 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
117847
117847
|
data: z.ZodObject<{
|
|
117848
117848
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
117849
117849
|
} & {
|
|
117850
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
117850
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
117851
117851
|
}, "strip", z.ZodTypeAny, {
|
|
117852
|
-
value?: "
|
|
117852
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
117853
117853
|
aliasTo?: string | undefined;
|
|
117854
117854
|
}, {
|
|
117855
|
-
value?: "
|
|
117855
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
117856
117856
|
aliasTo?: string | null | undefined;
|
|
117857
117857
|
}>;
|
|
117858
117858
|
}, "strip", z.ZodTypeAny, {
|
|
117859
117859
|
type: "TextDecoration";
|
|
117860
117860
|
data: {
|
|
117861
|
-
value?: "
|
|
117861
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
117862
117862
|
aliasTo?: string | undefined;
|
|
117863
117863
|
};
|
|
117864
117864
|
}, {
|
|
117865
117865
|
type: "TextDecoration";
|
|
117866
117866
|
data: {
|
|
117867
|
-
value?: "
|
|
117867
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
117868
117868
|
aliasTo?: string | null | undefined;
|
|
117869
117869
|
};
|
|
117870
117870
|
}>, z.ZodObject<{
|
|
@@ -117889,7 +117889,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
117889
117889
|
aliasTo?: string | undefined;
|
|
117890
117890
|
};
|
|
117891
117891
|
textDecoration: {
|
|
117892
|
-
value?: "
|
|
117892
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
117893
117893
|
aliasTo?: string | undefined;
|
|
117894
117894
|
};
|
|
117895
117895
|
textCase: {
|
|
@@ -117941,7 +117941,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
117941
117941
|
aliasTo?: string | null | undefined;
|
|
117942
117942
|
};
|
|
117943
117943
|
textDecoration: {
|
|
117944
|
-
value?: "
|
|
117944
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
117945
117945
|
aliasTo?: string | null | undefined;
|
|
117946
117946
|
};
|
|
117947
117947
|
textCase: {
|
|
@@ -117993,7 +117993,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
117993
117993
|
aliasTo?: string | undefined;
|
|
117994
117994
|
};
|
|
117995
117995
|
textDecoration: {
|
|
117996
|
-
value?: "
|
|
117996
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
117997
117997
|
aliasTo?: string | undefined;
|
|
117998
117998
|
};
|
|
117999
117999
|
textCase: {
|
|
@@ -118045,7 +118045,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
118045
118045
|
aliasTo?: string | null | undefined;
|
|
118046
118046
|
};
|
|
118047
118047
|
textDecoration: {
|
|
118048
|
-
value?: "
|
|
118048
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
118049
118049
|
aliasTo?: string | null | undefined;
|
|
118050
118050
|
};
|
|
118051
118051
|
textCase: {
|
|
@@ -118099,7 +118099,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
118099
118099
|
aliasTo?: string | undefined;
|
|
118100
118100
|
};
|
|
118101
118101
|
textDecoration: {
|
|
118102
|
-
value?: "
|
|
118102
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
118103
118103
|
aliasTo?: string | undefined;
|
|
118104
118104
|
};
|
|
118105
118105
|
textCase: {
|
|
@@ -118154,7 +118154,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
118154
118154
|
aliasTo?: string | null | undefined;
|
|
118155
118155
|
};
|
|
118156
118156
|
textDecoration: {
|
|
118157
|
-
value?: "
|
|
118157
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
118158
118158
|
aliasTo?: string | null | undefined;
|
|
118159
118159
|
};
|
|
118160
118160
|
textCase: {
|
|
@@ -118212,7 +118212,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
118212
118212
|
aliasTo?: string | undefined;
|
|
118213
118213
|
};
|
|
118214
118214
|
textDecoration: {
|
|
118215
|
-
value?: "
|
|
118215
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
118216
118216
|
aliasTo?: string | undefined;
|
|
118217
118217
|
};
|
|
118218
118218
|
textCase: {
|
|
@@ -118270,7 +118270,7 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
118270
118270
|
aliasTo?: string | null | undefined;
|
|
118271
118271
|
};
|
|
118272
118272
|
textDecoration: {
|
|
118273
|
-
value?: "
|
|
118273
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
118274
118274
|
aliasTo?: string | null | undefined;
|
|
118275
118275
|
};
|
|
118276
118276
|
textCase: {
|
|
@@ -120161,24 +120161,24 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120161
120161
|
data: z.ZodObject<{
|
|
120162
120162
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
120163
120163
|
} & {
|
|
120164
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
120164
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
120165
120165
|
}, "strip", z.ZodTypeAny, {
|
|
120166
|
-
value?: "
|
|
120166
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
120167
120167
|
aliasTo?: string | undefined;
|
|
120168
120168
|
}, {
|
|
120169
|
-
value?: "
|
|
120169
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
120170
120170
|
aliasTo?: string | null | undefined;
|
|
120171
120171
|
}>;
|
|
120172
120172
|
}, "strip", z.ZodTypeAny, {
|
|
120173
120173
|
type: "TextDecoration";
|
|
120174
120174
|
data: {
|
|
120175
|
-
value?: "
|
|
120175
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
120176
120176
|
aliasTo?: string | undefined;
|
|
120177
120177
|
};
|
|
120178
120178
|
}, {
|
|
120179
120179
|
type: "TextDecoration";
|
|
120180
120180
|
data: {
|
|
120181
|
-
value?: "
|
|
120181
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
120182
120182
|
aliasTo?: string | null | undefined;
|
|
120183
120183
|
};
|
|
120184
120184
|
}>, z.ZodObject<{
|
|
@@ -120203,7 +120203,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120203
120203
|
aliasTo?: string | undefined;
|
|
120204
120204
|
};
|
|
120205
120205
|
textDecoration: {
|
|
120206
|
-
value?: "
|
|
120206
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
120207
120207
|
aliasTo?: string | undefined;
|
|
120208
120208
|
};
|
|
120209
120209
|
textCase: {
|
|
@@ -120255,7 +120255,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120255
120255
|
aliasTo?: string | null | undefined;
|
|
120256
120256
|
};
|
|
120257
120257
|
textDecoration: {
|
|
120258
|
-
value?: "
|
|
120258
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
120259
120259
|
aliasTo?: string | null | undefined;
|
|
120260
120260
|
};
|
|
120261
120261
|
textCase: {
|
|
@@ -120307,7 +120307,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120307
120307
|
aliasTo?: string | undefined;
|
|
120308
120308
|
};
|
|
120309
120309
|
textDecoration: {
|
|
120310
|
-
value?: "
|
|
120310
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
120311
120311
|
aliasTo?: string | undefined;
|
|
120312
120312
|
};
|
|
120313
120313
|
textCase: {
|
|
@@ -120359,7 +120359,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120359
120359
|
aliasTo?: string | null | undefined;
|
|
120360
120360
|
};
|
|
120361
120361
|
textDecoration: {
|
|
120362
|
-
value?: "
|
|
120362
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
120363
120363
|
aliasTo?: string | null | undefined;
|
|
120364
120364
|
};
|
|
120365
120365
|
textCase: {
|
|
@@ -120413,7 +120413,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120413
120413
|
aliasTo?: string | undefined;
|
|
120414
120414
|
};
|
|
120415
120415
|
textDecoration: {
|
|
120416
|
-
value?: "
|
|
120416
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
120417
120417
|
aliasTo?: string | undefined;
|
|
120418
120418
|
};
|
|
120419
120419
|
textCase: {
|
|
@@ -120468,7 +120468,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120468
120468
|
aliasTo?: string | null | undefined;
|
|
120469
120469
|
};
|
|
120470
120470
|
textDecoration: {
|
|
120471
|
-
value?: "
|
|
120471
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
120472
120472
|
aliasTo?: string | null | undefined;
|
|
120473
120473
|
};
|
|
120474
120474
|
textCase: {
|
|
@@ -120526,7 +120526,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120526
120526
|
aliasTo?: string | undefined;
|
|
120527
120527
|
};
|
|
120528
120528
|
textDecoration: {
|
|
120529
|
-
value?: "
|
|
120529
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
120530
120530
|
aliasTo?: string | undefined;
|
|
120531
120531
|
};
|
|
120532
120532
|
textCase: {
|
|
@@ -120584,7 +120584,7 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
120584
120584
|
aliasTo?: string | null | undefined;
|
|
120585
120585
|
};
|
|
120586
120586
|
textDecoration: {
|
|
120587
|
-
value?: "
|
|
120587
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
120588
120588
|
aliasTo?: string | null | undefined;
|
|
120589
120589
|
};
|
|
120590
120590
|
textCase: {
|
|
@@ -122499,24 +122499,24 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122499
122499
|
data: z.ZodObject<{
|
|
122500
122500
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
122501
122501
|
} & {
|
|
122502
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
122502
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
122503
122503
|
}, "strip", z.ZodTypeAny, {
|
|
122504
|
-
value?: "
|
|
122504
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
122505
122505
|
aliasTo?: string | undefined;
|
|
122506
122506
|
}, {
|
|
122507
|
-
value?: "
|
|
122507
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
122508
122508
|
aliasTo?: string | null | undefined;
|
|
122509
122509
|
}>;
|
|
122510
122510
|
}, "strip", z.ZodTypeAny, {
|
|
122511
122511
|
type: "TextDecoration";
|
|
122512
122512
|
data: {
|
|
122513
|
-
value?: "
|
|
122513
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
122514
122514
|
aliasTo?: string | undefined;
|
|
122515
122515
|
};
|
|
122516
122516
|
}, {
|
|
122517
122517
|
type: "TextDecoration";
|
|
122518
122518
|
data: {
|
|
122519
|
-
value?: "
|
|
122519
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
122520
122520
|
aliasTo?: string | null | undefined;
|
|
122521
122521
|
};
|
|
122522
122522
|
}>, z.ZodObject<{
|
|
@@ -122541,7 +122541,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122541
122541
|
aliasTo?: string | undefined;
|
|
122542
122542
|
};
|
|
122543
122543
|
textDecoration: {
|
|
122544
|
-
value?: "
|
|
122544
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
122545
122545
|
aliasTo?: string | undefined;
|
|
122546
122546
|
};
|
|
122547
122547
|
textCase: {
|
|
@@ -122593,7 +122593,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122593
122593
|
aliasTo?: string | null | undefined;
|
|
122594
122594
|
};
|
|
122595
122595
|
textDecoration: {
|
|
122596
|
-
value?: "
|
|
122596
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
122597
122597
|
aliasTo?: string | null | undefined;
|
|
122598
122598
|
};
|
|
122599
122599
|
textCase: {
|
|
@@ -122645,7 +122645,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122645
122645
|
aliasTo?: string | undefined;
|
|
122646
122646
|
};
|
|
122647
122647
|
textDecoration: {
|
|
122648
|
-
value?: "
|
|
122648
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
122649
122649
|
aliasTo?: string | undefined;
|
|
122650
122650
|
};
|
|
122651
122651
|
textCase: {
|
|
@@ -122697,7 +122697,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122697
122697
|
aliasTo?: string | null | undefined;
|
|
122698
122698
|
};
|
|
122699
122699
|
textDecoration: {
|
|
122700
|
-
value?: "
|
|
122700
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
122701
122701
|
aliasTo?: string | null | undefined;
|
|
122702
122702
|
};
|
|
122703
122703
|
textCase: {
|
|
@@ -122751,7 +122751,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122751
122751
|
aliasTo?: string | undefined;
|
|
122752
122752
|
};
|
|
122753
122753
|
textDecoration: {
|
|
122754
|
-
value?: "
|
|
122754
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
122755
122755
|
aliasTo?: string | undefined;
|
|
122756
122756
|
};
|
|
122757
122757
|
textCase: {
|
|
@@ -122806,7 +122806,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122806
122806
|
aliasTo?: string | null | undefined;
|
|
122807
122807
|
};
|
|
122808
122808
|
textDecoration: {
|
|
122809
|
-
value?: "
|
|
122809
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
122810
122810
|
aliasTo?: string | null | undefined;
|
|
122811
122811
|
};
|
|
122812
122812
|
textCase: {
|
|
@@ -122864,7 +122864,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122864
122864
|
aliasTo?: string | undefined;
|
|
122865
122865
|
};
|
|
122866
122866
|
textDecoration: {
|
|
122867
|
-
value?: "
|
|
122867
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
122868
122868
|
aliasTo?: string | undefined;
|
|
122869
122869
|
};
|
|
122870
122870
|
textCase: {
|
|
@@ -122922,7 +122922,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
122922
122922
|
aliasTo?: string | null | undefined;
|
|
122923
122923
|
};
|
|
122924
122924
|
textDecoration: {
|
|
122925
|
-
value?: "
|
|
122925
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
122926
122926
|
aliasTo?: string | null | undefined;
|
|
122927
122927
|
};
|
|
122928
122928
|
textCase: {
|
|
@@ -123295,7 +123295,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
123295
123295
|
aliasTo?: string | undefined;
|
|
123296
123296
|
};
|
|
123297
123297
|
textDecoration: {
|
|
123298
|
-
value?: "
|
|
123298
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
123299
123299
|
aliasTo?: string | undefined;
|
|
123300
123300
|
};
|
|
123301
123301
|
textCase: {
|
|
@@ -123405,7 +123405,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
123405
123405
|
} | {
|
|
123406
123406
|
type: "TextDecoration";
|
|
123407
123407
|
data: {
|
|
123408
|
-
value?: "
|
|
123408
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
123409
123409
|
aliasTo?: string | undefined;
|
|
123410
123410
|
};
|
|
123411
123411
|
} | {
|
|
@@ -123682,7 +123682,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
123682
123682
|
aliasTo?: string | null | undefined;
|
|
123683
123683
|
};
|
|
123684
123684
|
textDecoration: {
|
|
123685
|
-
value?: "
|
|
123685
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
123686
123686
|
aliasTo?: string | null | undefined;
|
|
123687
123687
|
};
|
|
123688
123688
|
textCase: {
|
|
@@ -123792,7 +123792,7 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
123792
123792
|
} | {
|
|
123793
123793
|
type: "TextDecoration";
|
|
123794
123794
|
data: {
|
|
123795
|
-
value?: "
|
|
123795
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
123796
123796
|
aliasTo?: string | null | undefined;
|
|
123797
123797
|
};
|
|
123798
123798
|
} | {
|
|
@@ -125607,24 +125607,24 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125607
125607
|
data: z.ZodObject<{
|
|
125608
125608
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
125609
125609
|
} & {
|
|
125610
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
125610
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
125611
125611
|
}, "strip", z.ZodTypeAny, {
|
|
125612
|
-
value?: "
|
|
125612
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
125613
125613
|
aliasTo?: string | undefined;
|
|
125614
125614
|
}, {
|
|
125615
|
-
value?: "
|
|
125615
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
125616
125616
|
aliasTo?: string | null | undefined;
|
|
125617
125617
|
}>;
|
|
125618
125618
|
}, "strip", z.ZodTypeAny, {
|
|
125619
125619
|
type: "TextDecoration";
|
|
125620
125620
|
data: {
|
|
125621
|
-
value?: "
|
|
125621
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
125622
125622
|
aliasTo?: string | undefined;
|
|
125623
125623
|
};
|
|
125624
125624
|
}, {
|
|
125625
125625
|
type: "TextDecoration";
|
|
125626
125626
|
data: {
|
|
125627
|
-
value?: "
|
|
125627
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
125628
125628
|
aliasTo?: string | null | undefined;
|
|
125629
125629
|
};
|
|
125630
125630
|
}>, z.ZodObject<{
|
|
@@ -125649,7 +125649,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125649
125649
|
aliasTo?: string | undefined;
|
|
125650
125650
|
};
|
|
125651
125651
|
textDecoration: {
|
|
125652
|
-
value?: "
|
|
125652
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
125653
125653
|
aliasTo?: string | undefined;
|
|
125654
125654
|
};
|
|
125655
125655
|
textCase: {
|
|
@@ -125701,7 +125701,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125701
125701
|
aliasTo?: string | null | undefined;
|
|
125702
125702
|
};
|
|
125703
125703
|
textDecoration: {
|
|
125704
|
-
value?: "
|
|
125704
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
125705
125705
|
aliasTo?: string | null | undefined;
|
|
125706
125706
|
};
|
|
125707
125707
|
textCase: {
|
|
@@ -125753,7 +125753,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125753
125753
|
aliasTo?: string | undefined;
|
|
125754
125754
|
};
|
|
125755
125755
|
textDecoration: {
|
|
125756
|
-
value?: "
|
|
125756
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
125757
125757
|
aliasTo?: string | undefined;
|
|
125758
125758
|
};
|
|
125759
125759
|
textCase: {
|
|
@@ -125805,7 +125805,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125805
125805
|
aliasTo?: string | null | undefined;
|
|
125806
125806
|
};
|
|
125807
125807
|
textDecoration: {
|
|
125808
|
-
value?: "
|
|
125808
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
125809
125809
|
aliasTo?: string | null | undefined;
|
|
125810
125810
|
};
|
|
125811
125811
|
textCase: {
|
|
@@ -125859,7 +125859,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125859
125859
|
aliasTo?: string | undefined;
|
|
125860
125860
|
};
|
|
125861
125861
|
textDecoration: {
|
|
125862
|
-
value?: "
|
|
125862
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
125863
125863
|
aliasTo?: string | undefined;
|
|
125864
125864
|
};
|
|
125865
125865
|
textCase: {
|
|
@@ -125914,7 +125914,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125914
125914
|
aliasTo?: string | null | undefined;
|
|
125915
125915
|
};
|
|
125916
125916
|
textDecoration: {
|
|
125917
|
-
value?: "
|
|
125917
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
125918
125918
|
aliasTo?: string | null | undefined;
|
|
125919
125919
|
};
|
|
125920
125920
|
textCase: {
|
|
@@ -125972,7 +125972,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
125972
125972
|
aliasTo?: string | undefined;
|
|
125973
125973
|
};
|
|
125974
125974
|
textDecoration: {
|
|
125975
|
-
value?: "
|
|
125975
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
125976
125976
|
aliasTo?: string | undefined;
|
|
125977
125977
|
};
|
|
125978
125978
|
textCase: {
|
|
@@ -126030,7 +126030,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
126030
126030
|
aliasTo?: string | null | undefined;
|
|
126031
126031
|
};
|
|
126032
126032
|
textDecoration: {
|
|
126033
|
-
value?: "
|
|
126033
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
126034
126034
|
aliasTo?: string | null | undefined;
|
|
126035
126035
|
};
|
|
126036
126036
|
textCase: {
|
|
@@ -126387,7 +126387,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
126387
126387
|
aliasTo?: string | undefined;
|
|
126388
126388
|
};
|
|
126389
126389
|
textDecoration: {
|
|
126390
|
-
value?: "
|
|
126390
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
126391
126391
|
aliasTo?: string | undefined;
|
|
126392
126392
|
};
|
|
126393
126393
|
textCase: {
|
|
@@ -126497,7 +126497,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
126497
126497
|
} | {
|
|
126498
126498
|
type: "TextDecoration";
|
|
126499
126499
|
data: {
|
|
126500
|
-
value?: "
|
|
126500
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
126501
126501
|
aliasTo?: string | undefined;
|
|
126502
126502
|
};
|
|
126503
126503
|
} | {
|
|
@@ -126767,7 +126767,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
126767
126767
|
aliasTo?: string | null | undefined;
|
|
126768
126768
|
};
|
|
126769
126769
|
textDecoration: {
|
|
126770
|
-
value?: "
|
|
126770
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
126771
126771
|
aliasTo?: string | null | undefined;
|
|
126772
126772
|
};
|
|
126773
126773
|
textCase: {
|
|
@@ -126877,7 +126877,7 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
126877
126877
|
} | {
|
|
126878
126878
|
type: "TextDecoration";
|
|
126879
126879
|
data: {
|
|
126880
|
-
value?: "
|
|
126880
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
126881
126881
|
aliasTo?: string | null | undefined;
|
|
126882
126882
|
};
|
|
126883
126883
|
} | {
|
|
@@ -128668,24 +128668,24 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128668
128668
|
data: z.ZodObject<{
|
|
128669
128669
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
128670
128670
|
} & {
|
|
128671
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
128671
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
128672
128672
|
}, "strip", z.ZodTypeAny, {
|
|
128673
|
-
value?: "
|
|
128673
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
128674
128674
|
aliasTo?: string | undefined;
|
|
128675
128675
|
}, {
|
|
128676
|
-
value?: "
|
|
128676
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
128677
128677
|
aliasTo?: string | null | undefined;
|
|
128678
128678
|
}>;
|
|
128679
128679
|
}, "strip", z.ZodTypeAny, {
|
|
128680
128680
|
type: "TextDecoration";
|
|
128681
128681
|
data: {
|
|
128682
|
-
value?: "
|
|
128682
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
128683
128683
|
aliasTo?: string | undefined;
|
|
128684
128684
|
};
|
|
128685
128685
|
}, {
|
|
128686
128686
|
type: "TextDecoration";
|
|
128687
128687
|
data: {
|
|
128688
|
-
value?: "
|
|
128688
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
128689
128689
|
aliasTo?: string | null | undefined;
|
|
128690
128690
|
};
|
|
128691
128691
|
}>, z.ZodObject<{
|
|
@@ -128710,7 +128710,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128710
128710
|
aliasTo?: string | undefined;
|
|
128711
128711
|
};
|
|
128712
128712
|
textDecoration: {
|
|
128713
|
-
value?: "
|
|
128713
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
128714
128714
|
aliasTo?: string | undefined;
|
|
128715
128715
|
};
|
|
128716
128716
|
textCase: {
|
|
@@ -128762,7 +128762,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128762
128762
|
aliasTo?: string | null | undefined;
|
|
128763
128763
|
};
|
|
128764
128764
|
textDecoration: {
|
|
128765
|
-
value?: "
|
|
128765
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
128766
128766
|
aliasTo?: string | null | undefined;
|
|
128767
128767
|
};
|
|
128768
128768
|
textCase: {
|
|
@@ -128814,7 +128814,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128814
128814
|
aliasTo?: string | undefined;
|
|
128815
128815
|
};
|
|
128816
128816
|
textDecoration: {
|
|
128817
|
-
value?: "
|
|
128817
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
128818
128818
|
aliasTo?: string | undefined;
|
|
128819
128819
|
};
|
|
128820
128820
|
textCase: {
|
|
@@ -128866,7 +128866,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128866
128866
|
aliasTo?: string | null | undefined;
|
|
128867
128867
|
};
|
|
128868
128868
|
textDecoration: {
|
|
128869
|
-
value?: "
|
|
128869
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
128870
128870
|
aliasTo?: string | null | undefined;
|
|
128871
128871
|
};
|
|
128872
128872
|
textCase: {
|
|
@@ -128920,7 +128920,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128920
128920
|
aliasTo?: string | undefined;
|
|
128921
128921
|
};
|
|
128922
128922
|
textDecoration: {
|
|
128923
|
-
value?: "
|
|
128923
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
128924
128924
|
aliasTo?: string | undefined;
|
|
128925
128925
|
};
|
|
128926
128926
|
textCase: {
|
|
@@ -128975,7 +128975,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
128975
128975
|
aliasTo?: string | null | undefined;
|
|
128976
128976
|
};
|
|
128977
128977
|
textDecoration: {
|
|
128978
|
-
value?: "
|
|
128978
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
128979
128979
|
aliasTo?: string | null | undefined;
|
|
128980
128980
|
};
|
|
128981
128981
|
textCase: {
|
|
@@ -129033,7 +129033,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
129033
129033
|
aliasTo?: string | undefined;
|
|
129034
129034
|
};
|
|
129035
129035
|
textDecoration: {
|
|
129036
|
-
value?: "
|
|
129036
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
129037
129037
|
aliasTo?: string | undefined;
|
|
129038
129038
|
};
|
|
129039
129039
|
textCase: {
|
|
@@ -129091,7 +129091,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
129091
129091
|
aliasTo?: string | null | undefined;
|
|
129092
129092
|
};
|
|
129093
129093
|
textDecoration: {
|
|
129094
|
-
value?: "
|
|
129094
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
129095
129095
|
aliasTo?: string | null | undefined;
|
|
129096
129096
|
};
|
|
129097
129097
|
textCase: {
|
|
@@ -129457,7 +129457,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
129457
129457
|
aliasTo?: string | undefined;
|
|
129458
129458
|
};
|
|
129459
129459
|
textDecoration: {
|
|
129460
|
-
value?: "
|
|
129460
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
129461
129461
|
aliasTo?: string | undefined;
|
|
129462
129462
|
};
|
|
129463
129463
|
textCase: {
|
|
@@ -129567,7 +129567,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
129567
129567
|
} | {
|
|
129568
129568
|
type: "TextDecoration";
|
|
129569
129569
|
data: {
|
|
129570
|
-
value?: "
|
|
129570
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
129571
129571
|
aliasTo?: string | undefined;
|
|
129572
129572
|
};
|
|
129573
129573
|
} | {
|
|
@@ -129832,7 +129832,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
129832
129832
|
aliasTo?: string | null | undefined;
|
|
129833
129833
|
};
|
|
129834
129834
|
textDecoration: {
|
|
129835
|
-
value?: "
|
|
129835
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
129836
129836
|
aliasTo?: string | null | undefined;
|
|
129837
129837
|
};
|
|
129838
129838
|
textCase: {
|
|
@@ -129942,7 +129942,7 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
129942
129942
|
} | {
|
|
129943
129943
|
type: "TextDecoration";
|
|
129944
129944
|
data: {
|
|
129945
|
-
value?: "
|
|
129945
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
129946
129946
|
aliasTo?: string | null | undefined;
|
|
129947
129947
|
};
|
|
129948
129948
|
} | {
|
|
@@ -131732,24 +131732,24 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
131732
131732
|
data: z.ZodObject<{
|
|
131733
131733
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
131734
131734
|
} & {
|
|
131735
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
131735
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
131736
131736
|
}, "strip", z.ZodTypeAny, {
|
|
131737
|
-
value?: "
|
|
131737
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
131738
131738
|
aliasTo?: string | undefined;
|
|
131739
131739
|
}, {
|
|
131740
|
-
value?: "
|
|
131740
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
131741
131741
|
aliasTo?: string | null | undefined;
|
|
131742
131742
|
}>;
|
|
131743
131743
|
}, "strip", z.ZodTypeAny, {
|
|
131744
131744
|
type: "TextDecoration";
|
|
131745
131745
|
data: {
|
|
131746
|
-
value?: "
|
|
131746
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
131747
131747
|
aliasTo?: string | undefined;
|
|
131748
131748
|
};
|
|
131749
131749
|
}, {
|
|
131750
131750
|
type: "TextDecoration";
|
|
131751
131751
|
data: {
|
|
131752
|
-
value?: "
|
|
131752
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
131753
131753
|
aliasTo?: string | null | undefined;
|
|
131754
131754
|
};
|
|
131755
131755
|
}>, z.ZodObject<{
|
|
@@ -131774,7 +131774,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
131774
131774
|
aliasTo?: string | undefined;
|
|
131775
131775
|
};
|
|
131776
131776
|
textDecoration: {
|
|
131777
|
-
value?: "
|
|
131777
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
131778
131778
|
aliasTo?: string | undefined;
|
|
131779
131779
|
};
|
|
131780
131780
|
textCase: {
|
|
@@ -131826,7 +131826,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
131826
131826
|
aliasTo?: string | null | undefined;
|
|
131827
131827
|
};
|
|
131828
131828
|
textDecoration: {
|
|
131829
|
-
value?: "
|
|
131829
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
131830
131830
|
aliasTo?: string | null | undefined;
|
|
131831
131831
|
};
|
|
131832
131832
|
textCase: {
|
|
@@ -131878,7 +131878,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
131878
131878
|
aliasTo?: string | undefined;
|
|
131879
131879
|
};
|
|
131880
131880
|
textDecoration: {
|
|
131881
|
-
value?: "
|
|
131881
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
131882
131882
|
aliasTo?: string | undefined;
|
|
131883
131883
|
};
|
|
131884
131884
|
textCase: {
|
|
@@ -131930,7 +131930,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
131930
131930
|
aliasTo?: string | null | undefined;
|
|
131931
131931
|
};
|
|
131932
131932
|
textDecoration: {
|
|
131933
|
-
value?: "
|
|
131933
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
131934
131934
|
aliasTo?: string | null | undefined;
|
|
131935
131935
|
};
|
|
131936
131936
|
textCase: {
|
|
@@ -131984,7 +131984,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
131984
131984
|
aliasTo?: string | undefined;
|
|
131985
131985
|
};
|
|
131986
131986
|
textDecoration: {
|
|
131987
|
-
value?: "
|
|
131987
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
131988
131988
|
aliasTo?: string | undefined;
|
|
131989
131989
|
};
|
|
131990
131990
|
textCase: {
|
|
@@ -132039,7 +132039,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132039
132039
|
aliasTo?: string | null | undefined;
|
|
132040
132040
|
};
|
|
132041
132041
|
textDecoration: {
|
|
132042
|
-
value?: "
|
|
132042
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
132043
132043
|
aliasTo?: string | null | undefined;
|
|
132044
132044
|
};
|
|
132045
132045
|
textCase: {
|
|
@@ -132097,7 +132097,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132097
132097
|
aliasTo?: string | undefined;
|
|
132098
132098
|
};
|
|
132099
132099
|
textDecoration: {
|
|
132100
|
-
value?: "
|
|
132100
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
132101
132101
|
aliasTo?: string | undefined;
|
|
132102
132102
|
};
|
|
132103
132103
|
textCase: {
|
|
@@ -132155,7 +132155,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132155
132155
|
aliasTo?: string | null | undefined;
|
|
132156
132156
|
};
|
|
132157
132157
|
textDecoration: {
|
|
132158
|
-
value?: "
|
|
132158
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
132159
132159
|
aliasTo?: string | null | undefined;
|
|
132160
132160
|
};
|
|
132161
132161
|
textCase: {
|
|
@@ -132508,7 +132508,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132508
132508
|
aliasTo?: string | undefined;
|
|
132509
132509
|
};
|
|
132510
132510
|
textDecoration: {
|
|
132511
|
-
value?: "
|
|
132511
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
132512
132512
|
aliasTo?: string | undefined;
|
|
132513
132513
|
};
|
|
132514
132514
|
textCase: {
|
|
@@ -132618,7 +132618,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132618
132618
|
} | {
|
|
132619
132619
|
type: "TextDecoration";
|
|
132620
132620
|
data: {
|
|
132621
|
-
value?: "
|
|
132621
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
132622
132622
|
aliasTo?: string | undefined;
|
|
132623
132623
|
};
|
|
132624
132624
|
} | {
|
|
@@ -132881,7 +132881,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132881
132881
|
aliasTo?: string | null | undefined;
|
|
132882
132882
|
};
|
|
132883
132883
|
textDecoration: {
|
|
132884
|
-
value?: "
|
|
132884
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
132885
132885
|
aliasTo?: string | null | undefined;
|
|
132886
132886
|
};
|
|
132887
132887
|
textCase: {
|
|
@@ -132991,7 +132991,7 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
132991
132991
|
} | {
|
|
132992
132992
|
type: "TextDecoration";
|
|
132993
132993
|
data: {
|
|
132994
|
-
value?: "
|
|
132994
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
132995
132995
|
aliasTo?: string | null | undefined;
|
|
132996
132996
|
};
|
|
132997
132997
|
} | {
|
|
@@ -134970,24 +134970,24 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
134970
134970
|
data: z.ZodObject<{
|
|
134971
134971
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
134972
134972
|
} & {
|
|
134973
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
134973
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
134974
134974
|
}, "strip", z.ZodTypeAny, {
|
|
134975
|
-
value?: "
|
|
134975
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
134976
134976
|
aliasTo?: string | undefined;
|
|
134977
134977
|
}, {
|
|
134978
|
-
value?: "
|
|
134978
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
134979
134979
|
aliasTo?: string | null | undefined;
|
|
134980
134980
|
}>;
|
|
134981
134981
|
}, "strip", z.ZodTypeAny, {
|
|
134982
134982
|
type: "TextDecoration";
|
|
134983
134983
|
data: {
|
|
134984
|
-
value?: "
|
|
134984
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
134985
134985
|
aliasTo?: string | undefined;
|
|
134986
134986
|
};
|
|
134987
134987
|
}, {
|
|
134988
134988
|
type: "TextDecoration";
|
|
134989
134989
|
data: {
|
|
134990
|
-
value?: "
|
|
134990
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
134991
134991
|
aliasTo?: string | null | undefined;
|
|
134992
134992
|
};
|
|
134993
134993
|
}>, z.ZodObject<{
|
|
@@ -135012,7 +135012,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135012
135012
|
aliasTo?: string | undefined;
|
|
135013
135013
|
};
|
|
135014
135014
|
textDecoration: {
|
|
135015
|
-
value?: "
|
|
135015
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
135016
135016
|
aliasTo?: string | undefined;
|
|
135017
135017
|
};
|
|
135018
135018
|
textCase: {
|
|
@@ -135064,7 +135064,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135064
135064
|
aliasTo?: string | null | undefined;
|
|
135065
135065
|
};
|
|
135066
135066
|
textDecoration: {
|
|
135067
|
-
value?: "
|
|
135067
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
135068
135068
|
aliasTo?: string | null | undefined;
|
|
135069
135069
|
};
|
|
135070
135070
|
textCase: {
|
|
@@ -135116,7 +135116,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135116
135116
|
aliasTo?: string | undefined;
|
|
135117
135117
|
};
|
|
135118
135118
|
textDecoration: {
|
|
135119
|
-
value?: "
|
|
135119
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
135120
135120
|
aliasTo?: string | undefined;
|
|
135121
135121
|
};
|
|
135122
135122
|
textCase: {
|
|
@@ -135168,7 +135168,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135168
135168
|
aliasTo?: string | null | undefined;
|
|
135169
135169
|
};
|
|
135170
135170
|
textDecoration: {
|
|
135171
|
-
value?: "
|
|
135171
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
135172
135172
|
aliasTo?: string | null | undefined;
|
|
135173
135173
|
};
|
|
135174
135174
|
textCase: {
|
|
@@ -135222,7 +135222,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135222
135222
|
aliasTo?: string | undefined;
|
|
135223
135223
|
};
|
|
135224
135224
|
textDecoration: {
|
|
135225
|
-
value?: "
|
|
135225
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
135226
135226
|
aliasTo?: string | undefined;
|
|
135227
135227
|
};
|
|
135228
135228
|
textCase: {
|
|
@@ -135277,7 +135277,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135277
135277
|
aliasTo?: string | null | undefined;
|
|
135278
135278
|
};
|
|
135279
135279
|
textDecoration: {
|
|
135280
|
-
value?: "
|
|
135280
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
135281
135281
|
aliasTo?: string | null | undefined;
|
|
135282
135282
|
};
|
|
135283
135283
|
textCase: {
|
|
@@ -135335,7 +135335,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135335
135335
|
aliasTo?: string | undefined;
|
|
135336
135336
|
};
|
|
135337
135337
|
textDecoration: {
|
|
135338
|
-
value?: "
|
|
135338
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
135339
135339
|
aliasTo?: string | undefined;
|
|
135340
135340
|
};
|
|
135341
135341
|
textCase: {
|
|
@@ -135393,7 +135393,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
135393
135393
|
aliasTo?: string | null | undefined;
|
|
135394
135394
|
};
|
|
135395
135395
|
textDecoration: {
|
|
135396
|
-
value?: "
|
|
135396
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
135397
135397
|
aliasTo?: string | null | undefined;
|
|
135398
135398
|
};
|
|
135399
135399
|
textCase: {
|
|
@@ -137297,24 +137297,24 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137297
137297
|
data: z.ZodObject<{
|
|
137298
137298
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
137299
137299
|
} & {
|
|
137300
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"
|
|
137300
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<"Strikethrough" | "None" | "Underline", z.ZodTypeDef, "Strikethrough" | "None" | "Underline">>>, "Strikethrough" | "None" | "Underline" | undefined, "Strikethrough" | "None" | "Underline" | null | undefined>;
|
|
137301
137301
|
}, "strip", z.ZodTypeAny, {
|
|
137302
|
-
value?: "
|
|
137302
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
137303
137303
|
aliasTo?: string | undefined;
|
|
137304
137304
|
}, {
|
|
137305
|
-
value?: "
|
|
137305
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
137306
137306
|
aliasTo?: string | null | undefined;
|
|
137307
137307
|
}>;
|
|
137308
137308
|
}, "strip", z.ZodTypeAny, {
|
|
137309
137309
|
type: "TextDecoration";
|
|
137310
137310
|
data: {
|
|
137311
|
-
value?: "
|
|
137311
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
137312
137312
|
aliasTo?: string | undefined;
|
|
137313
137313
|
};
|
|
137314
137314
|
}, {
|
|
137315
137315
|
type: "TextDecoration";
|
|
137316
137316
|
data: {
|
|
137317
|
-
value?: "
|
|
137317
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
137318
137318
|
aliasTo?: string | null | undefined;
|
|
137319
137319
|
};
|
|
137320
137320
|
}>, z.ZodObject<{
|
|
@@ -137339,7 +137339,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137339
137339
|
aliasTo?: string | undefined;
|
|
137340
137340
|
};
|
|
137341
137341
|
textDecoration: {
|
|
137342
|
-
value?: "
|
|
137342
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
137343
137343
|
aliasTo?: string | undefined;
|
|
137344
137344
|
};
|
|
137345
137345
|
textCase: {
|
|
@@ -137391,7 +137391,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137391
137391
|
aliasTo?: string | null | undefined;
|
|
137392
137392
|
};
|
|
137393
137393
|
textDecoration: {
|
|
137394
|
-
value?: "
|
|
137394
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
137395
137395
|
aliasTo?: string | null | undefined;
|
|
137396
137396
|
};
|
|
137397
137397
|
textCase: {
|
|
@@ -137443,7 +137443,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137443
137443
|
aliasTo?: string | undefined;
|
|
137444
137444
|
};
|
|
137445
137445
|
textDecoration: {
|
|
137446
|
-
value?: "
|
|
137446
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
137447
137447
|
aliasTo?: string | undefined;
|
|
137448
137448
|
};
|
|
137449
137449
|
textCase: {
|
|
@@ -137495,7 +137495,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137495
137495
|
aliasTo?: string | null | undefined;
|
|
137496
137496
|
};
|
|
137497
137497
|
textDecoration: {
|
|
137498
|
-
value?: "
|
|
137498
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
137499
137499
|
aliasTo?: string | null | undefined;
|
|
137500
137500
|
};
|
|
137501
137501
|
textCase: {
|
|
@@ -137549,7 +137549,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137549
137549
|
aliasTo?: string | undefined;
|
|
137550
137550
|
};
|
|
137551
137551
|
textDecoration: {
|
|
137552
|
-
value?: "
|
|
137552
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
137553
137553
|
aliasTo?: string | undefined;
|
|
137554
137554
|
};
|
|
137555
137555
|
textCase: {
|
|
@@ -137604,7 +137604,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137604
137604
|
aliasTo?: string | null | undefined;
|
|
137605
137605
|
};
|
|
137606
137606
|
textDecoration: {
|
|
137607
|
-
value?: "
|
|
137607
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
137608
137608
|
aliasTo?: string | null | undefined;
|
|
137609
137609
|
};
|
|
137610
137610
|
textCase: {
|
|
@@ -137662,7 +137662,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137662
137662
|
aliasTo?: string | undefined;
|
|
137663
137663
|
};
|
|
137664
137664
|
textDecoration: {
|
|
137665
|
-
value?: "
|
|
137665
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
137666
137666
|
aliasTo?: string | undefined;
|
|
137667
137667
|
};
|
|
137668
137668
|
textCase: {
|
|
@@ -137720,7 +137720,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
137720
137720
|
aliasTo?: string | null | undefined;
|
|
137721
137721
|
};
|
|
137722
137722
|
textDecoration: {
|
|
137723
|
-
value?: "
|
|
137723
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
137724
137724
|
aliasTo?: string | null | undefined;
|
|
137725
137725
|
};
|
|
137726
137726
|
textCase: {
|
|
@@ -141955,7 +141955,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
141955
141955
|
aliasTo?: string | undefined;
|
|
141956
141956
|
};
|
|
141957
141957
|
textDecoration: {
|
|
141958
|
-
value?: "
|
|
141958
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
141959
141959
|
aliasTo?: string | undefined;
|
|
141960
141960
|
};
|
|
141961
141961
|
textCase: {
|
|
@@ -142007,7 +142007,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142007
142007
|
aliasTo?: string | null | undefined;
|
|
142008
142008
|
};
|
|
142009
142009
|
textDecoration: {
|
|
142010
|
-
value?: "
|
|
142010
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
142011
142011
|
aliasTo?: string | null | undefined;
|
|
142012
142012
|
};
|
|
142013
142013
|
textCase: {
|
|
@@ -142059,7 +142059,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142059
142059
|
aliasTo?: string | undefined;
|
|
142060
142060
|
};
|
|
142061
142061
|
textDecoration: {
|
|
142062
|
-
value?: "
|
|
142062
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
142063
142063
|
aliasTo?: string | undefined;
|
|
142064
142064
|
};
|
|
142065
142065
|
textCase: {
|
|
@@ -142111,7 +142111,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142111
142111
|
aliasTo?: string | null | undefined;
|
|
142112
142112
|
};
|
|
142113
142113
|
textDecoration: {
|
|
142114
|
-
value?: "
|
|
142114
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
142115
142115
|
aliasTo?: string | null | undefined;
|
|
142116
142116
|
};
|
|
142117
142117
|
textCase: {
|
|
@@ -142165,7 +142165,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142165
142165
|
aliasTo?: string | undefined;
|
|
142166
142166
|
};
|
|
142167
142167
|
textDecoration: {
|
|
142168
|
-
value?: "
|
|
142168
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
142169
142169
|
aliasTo?: string | undefined;
|
|
142170
142170
|
};
|
|
142171
142171
|
textCase: {
|
|
@@ -142220,7 +142220,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142220
142220
|
aliasTo?: string | null | undefined;
|
|
142221
142221
|
};
|
|
142222
142222
|
textDecoration: {
|
|
142223
|
-
value?: "
|
|
142223
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
142224
142224
|
aliasTo?: string | null | undefined;
|
|
142225
142225
|
};
|
|
142226
142226
|
textCase: {
|
|
@@ -142292,7 +142292,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142292
142292
|
aliasTo?: string | undefined;
|
|
142293
142293
|
};
|
|
142294
142294
|
textDecoration: {
|
|
142295
|
-
value?: "
|
|
142295
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
142296
142296
|
aliasTo?: string | undefined;
|
|
142297
142297
|
};
|
|
142298
142298
|
textCase: {
|
|
@@ -142393,7 +142393,7 @@ declare const ExporterConfigurationPropertyValue: z.ZodObject<{
|
|
|
142393
142393
|
aliasTo?: string | null | undefined;
|
|
142394
142394
|
};
|
|
142395
142395
|
textDecoration: {
|
|
142396
|
-
value?: "
|
|
142396
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
142397
142397
|
aliasTo?: string | null | undefined;
|
|
142398
142398
|
};
|
|
142399
142399
|
textCase: {
|
|
@@ -142761,7 +142761,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
142761
142761
|
aliasTo?: string | undefined;
|
|
142762
142762
|
};
|
|
142763
142763
|
textDecoration: {
|
|
142764
|
-
value?: "
|
|
142764
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
142765
142765
|
aliasTo?: string | undefined;
|
|
142766
142766
|
};
|
|
142767
142767
|
textCase: {
|
|
@@ -142813,7 +142813,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
142813
142813
|
aliasTo?: string | null | undefined;
|
|
142814
142814
|
};
|
|
142815
142815
|
textDecoration: {
|
|
142816
|
-
value?: "
|
|
142816
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
142817
142817
|
aliasTo?: string | null | undefined;
|
|
142818
142818
|
};
|
|
142819
142819
|
textCase: {
|
|
@@ -142865,7 +142865,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
142865
142865
|
aliasTo?: string | undefined;
|
|
142866
142866
|
};
|
|
142867
142867
|
textDecoration: {
|
|
142868
|
-
value?: "
|
|
142868
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
142869
142869
|
aliasTo?: string | undefined;
|
|
142870
142870
|
};
|
|
142871
142871
|
textCase: {
|
|
@@ -142917,7 +142917,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
142917
142917
|
aliasTo?: string | null | undefined;
|
|
142918
142918
|
};
|
|
142919
142919
|
textDecoration: {
|
|
142920
|
-
value?: "
|
|
142920
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
142921
142921
|
aliasTo?: string | null | undefined;
|
|
142922
142922
|
};
|
|
142923
142923
|
textCase: {
|
|
@@ -142971,7 +142971,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
142971
142971
|
aliasTo?: string | undefined;
|
|
142972
142972
|
};
|
|
142973
142973
|
textDecoration: {
|
|
142974
|
-
value?: "
|
|
142974
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
142975
142975
|
aliasTo?: string | undefined;
|
|
142976
142976
|
};
|
|
142977
142977
|
textCase: {
|
|
@@ -143026,7 +143026,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
143026
143026
|
aliasTo?: string | null | undefined;
|
|
143027
143027
|
};
|
|
143028
143028
|
textDecoration: {
|
|
143029
|
-
value?: "
|
|
143029
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
143030
143030
|
aliasTo?: string | null | undefined;
|
|
143031
143031
|
};
|
|
143032
143032
|
textCase: {
|
|
@@ -143098,7 +143098,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
143098
143098
|
aliasTo?: string | undefined;
|
|
143099
143099
|
};
|
|
143100
143100
|
textDecoration: {
|
|
143101
|
-
value?: "
|
|
143101
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
143102
143102
|
aliasTo?: string | undefined;
|
|
143103
143103
|
};
|
|
143104
143104
|
textCase: {
|
|
@@ -143199,7 +143199,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
143199
143199
|
aliasTo?: string | null | undefined;
|
|
143200
143200
|
};
|
|
143201
143201
|
textDecoration: {
|
|
143202
|
-
value?: "
|
|
143202
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
143203
143203
|
aliasTo?: string | null | undefined;
|
|
143204
143204
|
};
|
|
143205
143205
|
textCase: {
|
|
@@ -143302,7 +143302,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
143302
143302
|
aliasTo?: string | undefined;
|
|
143303
143303
|
};
|
|
143304
143304
|
textDecoration: {
|
|
143305
|
-
value?: "
|
|
143305
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
143306
143306
|
aliasTo?: string | undefined;
|
|
143307
143307
|
};
|
|
143308
143308
|
textCase: {
|
|
@@ -143408,7 +143408,7 @@ declare const ExporterPropertyValuesCollection: z.ZodObject<{
|
|
|
143408
143408
|
aliasTo?: string | null | undefined;
|
|
143409
143409
|
};
|
|
143410
143410
|
textDecoration: {
|
|
143411
|
-
value?: "
|
|
143411
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
143412
143412
|
aliasTo?: string | null | undefined;
|
|
143413
143413
|
};
|
|
143414
143414
|
textCase: {
|
|
@@ -146737,7 +146737,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
146737
146737
|
aliasTo?: string | undefined;
|
|
146738
146738
|
};
|
|
146739
146739
|
textDecoration: {
|
|
146740
|
-
value?: "
|
|
146740
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
146741
146741
|
aliasTo?: string | undefined;
|
|
146742
146742
|
};
|
|
146743
146743
|
textCase: {
|
|
@@ -146789,7 +146789,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
146789
146789
|
aliasTo?: string | null | undefined;
|
|
146790
146790
|
};
|
|
146791
146791
|
textDecoration: {
|
|
146792
|
-
value?: "
|
|
146792
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
146793
146793
|
aliasTo?: string | null | undefined;
|
|
146794
146794
|
};
|
|
146795
146795
|
textCase: {
|
|
@@ -146841,7 +146841,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
146841
146841
|
aliasTo?: string | undefined;
|
|
146842
146842
|
};
|
|
146843
146843
|
textDecoration: {
|
|
146844
|
-
value?: "
|
|
146844
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
146845
146845
|
aliasTo?: string | undefined;
|
|
146846
146846
|
};
|
|
146847
146847
|
textCase: {
|
|
@@ -146893,7 +146893,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
146893
146893
|
aliasTo?: string | null | undefined;
|
|
146894
146894
|
};
|
|
146895
146895
|
textDecoration: {
|
|
146896
|
-
value?: "
|
|
146896
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
146897
146897
|
aliasTo?: string | null | undefined;
|
|
146898
146898
|
};
|
|
146899
146899
|
textCase: {
|
|
@@ -146947,7 +146947,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
146947
146947
|
aliasTo?: string | undefined;
|
|
146948
146948
|
};
|
|
146949
146949
|
textDecoration: {
|
|
146950
|
-
value?: "
|
|
146950
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
146951
146951
|
aliasTo?: string | undefined;
|
|
146952
146952
|
};
|
|
146953
146953
|
textCase: {
|
|
@@ -147002,7 +147002,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
147002
147002
|
aliasTo?: string | null | undefined;
|
|
147003
147003
|
};
|
|
147004
147004
|
textDecoration: {
|
|
147005
|
-
value?: "
|
|
147005
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
147006
147006
|
aliasTo?: string | null | undefined;
|
|
147007
147007
|
};
|
|
147008
147008
|
textCase: {
|
|
@@ -147074,7 +147074,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
147074
147074
|
aliasTo?: string | undefined;
|
|
147075
147075
|
};
|
|
147076
147076
|
textDecoration: {
|
|
147077
|
-
value?: "
|
|
147077
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
147078
147078
|
aliasTo?: string | undefined;
|
|
147079
147079
|
};
|
|
147080
147080
|
textCase: {
|
|
@@ -147175,7 +147175,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
147175
147175
|
aliasTo?: string | null | undefined;
|
|
147176
147176
|
};
|
|
147177
147177
|
textDecoration: {
|
|
147178
|
-
value?: "
|
|
147178
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
147179
147179
|
aliasTo?: string | null | undefined;
|
|
147180
147180
|
};
|
|
147181
147181
|
textCase: {
|
|
@@ -147279,7 +147279,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
147279
147279
|
aliasTo?: string | undefined;
|
|
147280
147280
|
};
|
|
147281
147281
|
textDecoration: {
|
|
147282
|
-
value?: "
|
|
147282
|
+
value?: "Strikethrough" | "None" | "Underline" | undefined;
|
|
147283
147283
|
aliasTo?: string | undefined;
|
|
147284
147284
|
};
|
|
147285
147285
|
textCase: {
|
|
@@ -147384,7 +147384,7 @@ declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
|
147384
147384
|
aliasTo?: string | null | undefined;
|
|
147385
147385
|
};
|
|
147386
147386
|
textDecoration: {
|
|
147387
|
-
value?: "
|
|
147387
|
+
value?: "Strikethrough" | "None" | "Underline" | null | undefined;
|
|
147388
147388
|
aliasTo?: string | null | undefined;
|
|
147389
147389
|
};
|
|
147390
147390
|
textCase: {
|
|
@@ -150312,12 +150312,12 @@ declare const ExporterWorkspaceMembership: z.ZodObject<{
|
|
|
150312
150312
|
}, "strip", z.ZodTypeAny, {
|
|
150313
150313
|
id: string;
|
|
150314
150314
|
workspaceId: string;
|
|
150315
|
-
role: "
|
|
150315
|
+
role: "User" | "Owner" | "OwnerArchived";
|
|
150316
150316
|
exporterId: string;
|
|
150317
150317
|
}, {
|
|
150318
150318
|
id: string;
|
|
150319
150319
|
workspaceId: string;
|
|
150320
|
-
role: "
|
|
150320
|
+
role: "User" | "Owner" | "OwnerArchived";
|
|
150321
150321
|
exporterId: string;
|
|
150322
150322
|
}>;
|
|
150323
150323
|
type ExporterWorkspaceMembership = z.infer<typeof ExporterWorkspaceMembership>;
|
|
@@ -155292,115 +155292,6 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
155292
155292
|
}>;
|
|
155293
155293
|
type ForgeParticipant = z.infer<typeof ForgeParticipant>;
|
|
155294
155294
|
|
|
155295
|
-
declare const ForgeProjectDefaultRole: z.ZodEnum<["Viewer", "Builder"]>;
|
|
155296
|
-
declare const ForgeProjectTag: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
155297
|
-
type ForgeProjectTag = z.infer<typeof ForgeProjectTag>;
|
|
155298
|
-
declare const ForgeProjectAccessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
155299
|
-
type ForgeProjectAccessMode = z.infer<typeof ForgeProjectAccessMode>;
|
|
155300
|
-
declare const ForgeProject: z.ZodObject<{
|
|
155301
|
-
createdAt: z.ZodDate;
|
|
155302
|
-
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
155303
|
-
fpContextId: z.ZodString;
|
|
155304
|
-
id: z.ZodString;
|
|
155305
|
-
instruction: z.ZodNullable<z.ZodString>;
|
|
155306
|
-
meta: z.ZodObject<{
|
|
155307
|
-
name: z.ZodString;
|
|
155308
|
-
description: z.ZodOptional<z.ZodString>;
|
|
155309
|
-
}, "strip", z.ZodTypeAny, {
|
|
155310
|
-
name: string;
|
|
155311
|
-
description?: string | undefined;
|
|
155312
|
-
}, {
|
|
155313
|
-
name: string;
|
|
155314
|
-
description?: string | undefined;
|
|
155315
|
-
}>;
|
|
155316
|
-
name: z.ZodString;
|
|
155317
|
-
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
155318
|
-
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
155319
|
-
workspaceId: z.ZodString;
|
|
155320
|
-
accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
155321
|
-
defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
|
|
155322
|
-
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
155323
|
-
emoji: z.ZodOptional<z.ZodString>;
|
|
155324
|
-
}, "strip", z.ZodTypeAny, {
|
|
155325
|
-
instruction: string | null;
|
|
155326
|
-
id: string;
|
|
155327
|
-
name: string;
|
|
155328
|
-
createdAt: Date;
|
|
155329
|
-
tags: string[];
|
|
155330
|
-
workspaceId: string;
|
|
155331
|
-
meta: {
|
|
155332
|
-
name: string;
|
|
155333
|
-
description?: string | undefined;
|
|
155334
|
-
};
|
|
155335
|
-
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
155336
|
-
fpContextId: string;
|
|
155337
|
-
defaultRole: "Viewer" | "Builder";
|
|
155338
|
-
updatedAt?: Date | undefined;
|
|
155339
|
-
emoji?: string | undefined;
|
|
155340
|
-
createdByUserId?: string | undefined;
|
|
155341
|
-
isArchived?: boolean | undefined;
|
|
155342
|
-
}, {
|
|
155343
|
-
instruction: string | null;
|
|
155344
|
-
id: string;
|
|
155345
|
-
name: string;
|
|
155346
|
-
createdAt: Date;
|
|
155347
|
-
workspaceId: string;
|
|
155348
|
-
meta: {
|
|
155349
|
-
name: string;
|
|
155350
|
-
description?: string | undefined;
|
|
155351
|
-
};
|
|
155352
|
-
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
155353
|
-
fpContextId: string;
|
|
155354
|
-
updatedAt?: Date | undefined;
|
|
155355
|
-
tags?: string[] | undefined;
|
|
155356
|
-
emoji?: string | undefined;
|
|
155357
|
-
createdByUserId?: string | undefined;
|
|
155358
|
-
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
155359
|
-
isArchived?: boolean | undefined;
|
|
155360
|
-
}>;
|
|
155361
|
-
type ForgeProject = z.infer<typeof ForgeProject>;
|
|
155362
|
-
type CreateForgeProject = Omit<DbCreateInputOmit<ForgeProject>, "workspaceId" | "createdByUserId">;
|
|
155363
|
-
type UpdateForgeProject = Omit<DbUpdate<ForgeProject>, "fpContextId" | "workspaceId" | "createdByUserId">;
|
|
155364
|
-
|
|
155365
|
-
declare const ForgeProjectArtifact: z.ZodObject<{
|
|
155366
|
-
id: z.ZodString;
|
|
155367
|
-
projectId: z.ZodString;
|
|
155368
|
-
iterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155369
|
-
title: z.ZodString;
|
|
155370
|
-
previewUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155371
|
-
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
155372
|
-
createdAt: z.ZodDate;
|
|
155373
|
-
updatedAt: z.ZodDate;
|
|
155374
|
-
createdByUserId: z.ZodString;
|
|
155375
|
-
sectionId: z.ZodOptional<z.ZodString>;
|
|
155376
|
-
threadId: z.ZodOptional<z.ZodString>;
|
|
155377
|
-
}, "strip", z.ZodTypeAny, {
|
|
155378
|
-
id: string;
|
|
155379
|
-
createdAt: Date;
|
|
155380
|
-
updatedAt: Date;
|
|
155381
|
-
title: string;
|
|
155382
|
-
sortOrder: number;
|
|
155383
|
-
createdByUserId: string;
|
|
155384
|
-
projectId: string;
|
|
155385
|
-
threadId?: string | undefined;
|
|
155386
|
-
previewUrl?: string | null | undefined;
|
|
155387
|
-
iterationId?: string | null | undefined;
|
|
155388
|
-
sectionId?: string | undefined;
|
|
155389
|
-
}, {
|
|
155390
|
-
id: string;
|
|
155391
|
-
createdAt: Date;
|
|
155392
|
-
updatedAt: Date;
|
|
155393
|
-
title: string;
|
|
155394
|
-
createdByUserId: string;
|
|
155395
|
-
projectId: string;
|
|
155396
|
-
threadId?: string | undefined;
|
|
155397
|
-
sortOrder?: number | undefined;
|
|
155398
|
-
previewUrl?: string | null | undefined;
|
|
155399
|
-
iterationId?: string | null | undefined;
|
|
155400
|
-
sectionId?: string | undefined;
|
|
155401
|
-
}>;
|
|
155402
|
-
type ForgeProjectArtifact = z.infer<typeof ForgeProjectArtifact>;
|
|
155403
|
-
|
|
155404
155295
|
declare const ForgeProjectArtifactContent: z.ZodObject<{
|
|
155405
155296
|
id: z.ZodString;
|
|
155406
155297
|
artifactId: z.ZodString;
|
|
@@ -157399,6 +157290,45 @@ declare const ForgeProjectArtifactContentData: z.ZodObject<{
|
|
|
157399
157290
|
}>;
|
|
157400
157291
|
type ForgeProjectArtifactContentData = z.infer<typeof ForgeProjectArtifactContentData>;
|
|
157401
157292
|
|
|
157293
|
+
declare const ForgeProjectArtifact: z.ZodObject<{
|
|
157294
|
+
id: z.ZodString;
|
|
157295
|
+
projectId: z.ZodString;
|
|
157296
|
+
iterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157297
|
+
title: z.ZodString;
|
|
157298
|
+
previewUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157299
|
+
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
157300
|
+
createdAt: z.ZodDate;
|
|
157301
|
+
updatedAt: z.ZodDate;
|
|
157302
|
+
createdByUserId: z.ZodString;
|
|
157303
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
157304
|
+
threadId: z.ZodOptional<z.ZodString>;
|
|
157305
|
+
}, "strip", z.ZodTypeAny, {
|
|
157306
|
+
id: string;
|
|
157307
|
+
createdAt: Date;
|
|
157308
|
+
updatedAt: Date;
|
|
157309
|
+
title: string;
|
|
157310
|
+
sortOrder: number;
|
|
157311
|
+
createdByUserId: string;
|
|
157312
|
+
projectId: string;
|
|
157313
|
+
threadId?: string | undefined;
|
|
157314
|
+
previewUrl?: string | null | undefined;
|
|
157315
|
+
iterationId?: string | null | undefined;
|
|
157316
|
+
sectionId?: string | undefined;
|
|
157317
|
+
}, {
|
|
157318
|
+
id: string;
|
|
157319
|
+
createdAt: Date;
|
|
157320
|
+
updatedAt: Date;
|
|
157321
|
+
title: string;
|
|
157322
|
+
createdByUserId: string;
|
|
157323
|
+
projectId: string;
|
|
157324
|
+
threadId?: string | undefined;
|
|
157325
|
+
sortOrder?: number | undefined;
|
|
157326
|
+
previewUrl?: string | null | undefined;
|
|
157327
|
+
iterationId?: string | null | undefined;
|
|
157328
|
+
sectionId?: string | undefined;
|
|
157329
|
+
}>;
|
|
157330
|
+
type ForgeProjectArtifact = z.infer<typeof ForgeProjectArtifact>;
|
|
157331
|
+
|
|
157402
157332
|
declare const ProjectFeatureStatus: z.ZodEnum<["Draft", "ReadyForDevelopment"]>;
|
|
157403
157333
|
declare const ProjectFeature: z.ZodObject<{
|
|
157404
157334
|
createdAt: z.ZodDate;
|
|
@@ -157431,8 +157361,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157431
157361
|
numberOfBookmarkedIterations: number;
|
|
157432
157362
|
updatedAt?: Date | undefined;
|
|
157433
157363
|
threadId?: string | undefined;
|
|
157434
|
-
isArchived?: boolean | undefined;
|
|
157435
157364
|
sectionId?: string | undefined;
|
|
157365
|
+
isArchived?: boolean | undefined;
|
|
157436
157366
|
e2bTemplateId?: string | null | undefined;
|
|
157437
157367
|
e2bIterationId?: string | null | undefined;
|
|
157438
157368
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -157447,8 +157377,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157447
157377
|
updatedAt?: Date | undefined;
|
|
157448
157378
|
threadId?: string | undefined;
|
|
157449
157379
|
sortOrder?: number | undefined;
|
|
157450
|
-
isArchived?: boolean | undefined;
|
|
157451
157380
|
sectionId?: string | undefined;
|
|
157381
|
+
isArchived?: boolean | undefined;
|
|
157452
157382
|
e2bTemplateId?: string | null | undefined;
|
|
157453
157383
|
e2bIterationId?: string | null | undefined;
|
|
157454
157384
|
numberOfIterations?: number | undefined;
|
|
@@ -157595,7 +157525,7 @@ declare const ForgeProjectInvitation: z.ZodObject<{
|
|
|
157595
157525
|
email: string;
|
|
157596
157526
|
createdAt: Date;
|
|
157597
157527
|
updatedAt: Date;
|
|
157598
|
-
role: "
|
|
157528
|
+
role: "Builder" | "Admin" | "Viewer";
|
|
157599
157529
|
workspaceInvitationId: string;
|
|
157600
157530
|
forgeProjectId: string;
|
|
157601
157531
|
createdById: string;
|
|
@@ -157603,7 +157533,7 @@ declare const ForgeProjectInvitation: z.ZodObject<{
|
|
|
157603
157533
|
email: string;
|
|
157604
157534
|
createdAt: Date;
|
|
157605
157535
|
updatedAt: Date;
|
|
157606
|
-
role: "
|
|
157536
|
+
role: "Builder" | "Admin" | "Viewer";
|
|
157607
157537
|
workspaceInvitationId: string;
|
|
157608
157538
|
forgeProjectId: string;
|
|
157609
157539
|
createdById: string;
|
|
@@ -158705,13 +158635,13 @@ declare const ForgeProjectMembership: z.ZodObject<{
|
|
|
158705
158635
|
role: z.ZodEnum<["Viewer", "Builder", "Admin"]>;
|
|
158706
158636
|
}, "strip", z.ZodTypeAny, {
|
|
158707
158637
|
userId: string;
|
|
158708
|
-
role: "
|
|
158638
|
+
role: "Builder" | "Admin" | "Viewer";
|
|
158709
158639
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
158710
158640
|
workspaceMembershipId: string;
|
|
158711
158641
|
forgeProjectId: string;
|
|
158712
158642
|
}, {
|
|
158713
158643
|
userId: string;
|
|
158714
|
-
role: "
|
|
158644
|
+
role: "Builder" | "Admin" | "Viewer";
|
|
158715
158645
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
158716
158646
|
workspaceMembershipId: string;
|
|
158717
158647
|
forgeProjectId: string;
|
|
@@ -158749,6 +158679,76 @@ type ForgeSection = z.infer<typeof ForgeSection>;
|
|
|
158749
158679
|
declare const ForgeProjectSectionChildType: z.ZodEnum<["Artifact", "Feature"]>;
|
|
158750
158680
|
type ForgeProjectSectionChildType = z.infer<typeof ForgeProjectSectionChildType>;
|
|
158751
158681
|
|
|
158682
|
+
declare const ForgeProjectDefaultRole: z.ZodEnum<["Viewer", "Builder"]>;
|
|
158683
|
+
declare const ForgeProjectTag: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
158684
|
+
type ForgeProjectTag = z.infer<typeof ForgeProjectTag>;
|
|
158685
|
+
declare const ForgeProjectAccessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
158686
|
+
type ForgeProjectAccessMode = z.infer<typeof ForgeProjectAccessMode>;
|
|
158687
|
+
declare const ForgeProject: z.ZodObject<{
|
|
158688
|
+
createdAt: z.ZodDate;
|
|
158689
|
+
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
158690
|
+
fpContextId: z.ZodString;
|
|
158691
|
+
id: z.ZodString;
|
|
158692
|
+
instruction: z.ZodNullable<z.ZodString>;
|
|
158693
|
+
meta: z.ZodObject<{
|
|
158694
|
+
name: z.ZodString;
|
|
158695
|
+
description: z.ZodOptional<z.ZodString>;
|
|
158696
|
+
}, "strip", z.ZodTypeAny, {
|
|
158697
|
+
name: string;
|
|
158698
|
+
description?: string | undefined;
|
|
158699
|
+
}, {
|
|
158700
|
+
name: string;
|
|
158701
|
+
description?: string | undefined;
|
|
158702
|
+
}>;
|
|
158703
|
+
name: z.ZodString;
|
|
158704
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
158705
|
+
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
158706
|
+
workspaceId: z.ZodString;
|
|
158707
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
158708
|
+
defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
|
|
158709
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
158710
|
+
emoji: z.ZodOptional<z.ZodString>;
|
|
158711
|
+
}, "strip", z.ZodTypeAny, {
|
|
158712
|
+
instruction: string | null;
|
|
158713
|
+
id: string;
|
|
158714
|
+
name: string;
|
|
158715
|
+
createdAt: Date;
|
|
158716
|
+
tags: string[];
|
|
158717
|
+
workspaceId: string;
|
|
158718
|
+
meta: {
|
|
158719
|
+
name: string;
|
|
158720
|
+
description?: string | undefined;
|
|
158721
|
+
};
|
|
158722
|
+
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
158723
|
+
fpContextId: string;
|
|
158724
|
+
defaultRole: "Builder" | "Viewer";
|
|
158725
|
+
updatedAt?: Date | undefined;
|
|
158726
|
+
emoji?: string | undefined;
|
|
158727
|
+
createdByUserId?: string | undefined;
|
|
158728
|
+
isArchived?: boolean | undefined;
|
|
158729
|
+
}, {
|
|
158730
|
+
instruction: string | null;
|
|
158731
|
+
id: string;
|
|
158732
|
+
name: string;
|
|
158733
|
+
createdAt: Date;
|
|
158734
|
+
workspaceId: string;
|
|
158735
|
+
meta: {
|
|
158736
|
+
name: string;
|
|
158737
|
+
description?: string | undefined;
|
|
158738
|
+
};
|
|
158739
|
+
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
158740
|
+
fpContextId: string;
|
|
158741
|
+
updatedAt?: Date | undefined;
|
|
158742
|
+
tags?: string[] | undefined;
|
|
158743
|
+
emoji?: string | undefined;
|
|
158744
|
+
createdByUserId?: string | undefined;
|
|
158745
|
+
isArchived?: boolean | undefined;
|
|
158746
|
+
defaultRole?: "Builder" | "Viewer" | undefined;
|
|
158747
|
+
}>;
|
|
158748
|
+
type ForgeProject = z.infer<typeof ForgeProject>;
|
|
158749
|
+
type CreateForgeProject = Omit<DbCreateInputOmit<ForgeProject>, "workspaceId" | "createdByUserId">;
|
|
158750
|
+
type UpdateForgeProject = Omit<DbUpdate<ForgeProject>, "fpContextId" | "workspaceId" | "createdByUserId">;
|
|
158751
|
+
|
|
158752
158752
|
declare enum OAuthProviderNames {
|
|
158753
158753
|
Figma = "figma",
|
|
158754
158754
|
Azure = "azure",
|
|
@@ -181288,7 +181288,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181288
181288
|
name: string;
|
|
181289
181289
|
layout: {
|
|
181290
181290
|
type: "Column" | "Row";
|
|
181291
|
-
gap?: "
|
|
181291
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181292
181292
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181293
181293
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181294
181294
|
} & {
|
|
@@ -181310,7 +181310,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181310
181310
|
name: string;
|
|
181311
181311
|
layout: {
|
|
181312
181312
|
type: "Column" | "Row";
|
|
181313
|
-
gap?: "
|
|
181313
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181314
181314
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181315
181315
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181316
181316
|
} & {
|
|
@@ -181343,7 +181343,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181343
181343
|
name: string;
|
|
181344
181344
|
layout: {
|
|
181345
181345
|
type: "Column" | "Row";
|
|
181346
|
-
gap?: "
|
|
181346
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181347
181347
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181348
181348
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181349
181349
|
} & {
|
|
@@ -181382,7 +181382,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181382
181382
|
name: string;
|
|
181383
181383
|
layout: {
|
|
181384
181384
|
type: "Column" | "Row";
|
|
181385
|
-
gap?: "
|
|
181385
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181386
181386
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181387
181387
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181388
181388
|
} & {
|
|
@@ -181512,7 +181512,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181512
181512
|
name: string;
|
|
181513
181513
|
layout: {
|
|
181514
181514
|
type: "Column" | "Row";
|
|
181515
|
-
gap?: "
|
|
181515
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181516
181516
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181517
181517
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181518
181518
|
} & {
|
|
@@ -181585,7 +181585,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181585
181585
|
name: string;
|
|
181586
181586
|
layout: {
|
|
181587
181587
|
type: "Column" | "Row";
|
|
181588
|
-
gap?: "
|
|
181588
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181589
181589
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181590
181590
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181591
181591
|
} & {
|
|
@@ -181852,7 +181852,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
181852
181852
|
name: string;
|
|
181853
181853
|
layout: {
|
|
181854
181854
|
type: "Column" | "Row";
|
|
181855
|
-
gap?: "
|
|
181855
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
181856
181856
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
181857
181857
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
181858
181858
|
} & {
|
|
@@ -182695,7 +182695,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
182695
182695
|
name: string;
|
|
182696
182696
|
layout: {
|
|
182697
182697
|
type: "Column" | "Row";
|
|
182698
|
-
gap?: "
|
|
182698
|
+
gap?: "Small" | "Medium" | "Large" | "None" | undefined;
|
|
182699
182699
|
columnAlign?: "Center" | "Start" | "End" | undefined;
|
|
182700
182700
|
columnResizing?: "Fill" | "Hug" | undefined;
|
|
182701
182701
|
} & {
|
|
@@ -188028,8 +188028,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188028
188028
|
numberOfBookmarkedIterations: number;
|
|
188029
188029
|
updatedAt?: Date | undefined;
|
|
188030
188030
|
threadId?: string | undefined;
|
|
188031
|
-
isArchived?: boolean | undefined;
|
|
188032
188031
|
sectionId?: string | undefined;
|
|
188032
|
+
isArchived?: boolean | undefined;
|
|
188033
188033
|
e2bTemplateId?: string | null | undefined;
|
|
188034
188034
|
e2bIterationId?: string | null | undefined;
|
|
188035
188035
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188044,8 +188044,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188044
188044
|
updatedAt?: Date | undefined;
|
|
188045
188045
|
threadId?: string | undefined;
|
|
188046
188046
|
sortOrder?: number | undefined;
|
|
188047
|
-
isArchived?: boolean | undefined;
|
|
188048
188047
|
sectionId?: string | undefined;
|
|
188048
|
+
isArchived?: boolean | undefined;
|
|
188049
188049
|
e2bTemplateId?: string | null | undefined;
|
|
188050
188050
|
e2bIterationId?: string | null | undefined;
|
|
188051
188051
|
numberOfIterations?: number | undefined;
|
|
@@ -188116,8 +188116,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188116
188116
|
numberOfBookmarkedIterations: number;
|
|
188117
188117
|
updatedAt?: Date | undefined;
|
|
188118
188118
|
threadId?: string | undefined;
|
|
188119
|
-
isArchived?: boolean | undefined;
|
|
188120
188119
|
sectionId?: string | undefined;
|
|
188120
|
+
isArchived?: boolean | undefined;
|
|
188121
188121
|
e2bTemplateId?: string | null | undefined;
|
|
188122
188122
|
e2bIterationId?: string | null | undefined;
|
|
188123
188123
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188165,8 +188165,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188165
188165
|
updatedAt?: Date | undefined;
|
|
188166
188166
|
threadId?: string | undefined;
|
|
188167
188167
|
sortOrder?: number | undefined;
|
|
188168
|
-
isArchived?: boolean | undefined;
|
|
188169
188168
|
sectionId?: string | undefined;
|
|
188169
|
+
isArchived?: boolean | undefined;
|
|
188170
188170
|
e2bTemplateId?: string | null | undefined;
|
|
188171
188171
|
e2bIterationId?: string | null | undefined;
|
|
188172
188172
|
numberOfIterations?: number | undefined;
|
|
@@ -188276,8 +188276,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188276
188276
|
numberOfBookmarkedIterations: number;
|
|
188277
188277
|
updatedAt?: Date | undefined;
|
|
188278
188278
|
threadId?: string | undefined;
|
|
188279
|
-
isArchived?: boolean | undefined;
|
|
188280
188279
|
sectionId?: string | undefined;
|
|
188280
|
+
isArchived?: boolean | undefined;
|
|
188281
188281
|
e2bTemplateId?: string | null | undefined;
|
|
188282
188282
|
e2bIterationId?: string | null | undefined;
|
|
188283
188283
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188292,8 +188292,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188292
188292
|
updatedAt?: Date | undefined;
|
|
188293
188293
|
threadId?: string | undefined;
|
|
188294
188294
|
sortOrder?: number | undefined;
|
|
188295
|
-
isArchived?: boolean | undefined;
|
|
188296
188295
|
sectionId?: string | undefined;
|
|
188296
|
+
isArchived?: boolean | undefined;
|
|
188297
188297
|
e2bTemplateId?: string | null | undefined;
|
|
188298
188298
|
e2bIterationId?: string | null | undefined;
|
|
188299
188299
|
numberOfIterations?: number | undefined;
|
|
@@ -188368,8 +188368,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188368
188368
|
numberOfBookmarkedIterations: number;
|
|
188369
188369
|
updatedAt?: Date | undefined;
|
|
188370
188370
|
threadId?: string | undefined;
|
|
188371
|
-
isArchived?: boolean | undefined;
|
|
188372
188371
|
sectionId?: string | undefined;
|
|
188372
|
+
isArchived?: boolean | undefined;
|
|
188373
188373
|
e2bTemplateId?: string | null | undefined;
|
|
188374
188374
|
e2bIterationId?: string | null | undefined;
|
|
188375
188375
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188422,8 +188422,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188422
188422
|
updatedAt?: Date | undefined;
|
|
188423
188423
|
threadId?: string | undefined;
|
|
188424
188424
|
sortOrder?: number | undefined;
|
|
188425
|
-
isArchived?: boolean | undefined;
|
|
188426
188425
|
sectionId?: string | undefined;
|
|
188426
|
+
isArchived?: boolean | undefined;
|
|
188427
188427
|
e2bTemplateId?: string | null | undefined;
|
|
188428
188428
|
e2bIterationId?: string | null | undefined;
|
|
188429
188429
|
numberOfIterations?: number | undefined;
|