@lightspeed/crane-api 2.5.0 → 2.5.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +54 -54
- package/dist/index.d.ts +54 -54
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -479,9 +479,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
479
479
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
480
480
|
}, z.core.$strict>>;
|
|
481
481
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
482
|
-
small: "small";
|
|
483
482
|
none: "none";
|
|
484
483
|
all: "all";
|
|
484
|
+
small: "small";
|
|
485
485
|
}>>;
|
|
486
486
|
}, z.core.$strict>, z.ZodObject<{
|
|
487
487
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -556,9 +556,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
556
556
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
557
557
|
}, z.core.$strict>>;
|
|
558
558
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
559
|
-
small: "small";
|
|
560
559
|
none: "none";
|
|
561
560
|
all: "all";
|
|
561
|
+
small: "small";
|
|
562
562
|
}>>;
|
|
563
563
|
}, z.core.$strict>, z.ZodObject<{
|
|
564
564
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1072,9 +1072,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
1072
1072
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1073
1073
|
}, z.core.$strict>>;
|
|
1074
1074
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1075
|
-
small: "small";
|
|
1076
1075
|
none: "none";
|
|
1077
1076
|
all: "all";
|
|
1077
|
+
small: "small";
|
|
1078
1078
|
}>>;
|
|
1079
1079
|
}, z.core.$strict>, z.ZodObject<{
|
|
1080
1080
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1149,9 +1149,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
1149
1149
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1150
1150
|
}, z.core.$strict>>;
|
|
1151
1151
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1152
|
-
small: "small";
|
|
1153
1152
|
none: "none";
|
|
1154
1153
|
all: "all";
|
|
1154
|
+
small: "small";
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
}, z.core.$strict>, z.ZodObject<{
|
|
1157
1157
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -2011,9 +2011,9 @@ declare const LogoDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
2011
2011
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
2012
2012
|
}, z.core.$strict>>;
|
|
2013
2013
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
2014
|
-
small: "small";
|
|
2015
2014
|
none: "none";
|
|
2016
2015
|
all: "all";
|
|
2016
|
+
small: "small";
|
|
2017
2017
|
}>>;
|
|
2018
2018
|
}, z.core.$strict>;
|
|
2019
2019
|
declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
@@ -2036,9 +2036,9 @@ declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
|
2036
2036
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
2037
2037
|
}, z.core.$strict>>;
|
|
2038
2038
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
2039
|
-
small: "small";
|
|
2040
2039
|
none: "none";
|
|
2041
2040
|
all: "all";
|
|
2041
|
+
small: "small";
|
|
2042
2042
|
}>>;
|
|
2043
2043
|
}, z.core.$strict>>;
|
|
2044
2044
|
}, z.core.$strict>;
|
|
@@ -5003,9 +5003,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5003
5003
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5004
5004
|
}, z.core.$strict>>;
|
|
5005
5005
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5006
|
-
small: "small";
|
|
5007
5006
|
none: "none";
|
|
5008
5007
|
all: "all";
|
|
5008
|
+
small: "small";
|
|
5009
5009
|
}>>;
|
|
5010
5010
|
}, z.core.$strict>, z.ZodObject<{
|
|
5011
5011
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5080,9 +5080,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5080
5080
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5081
5081
|
}, z.core.$strict>>;
|
|
5082
5082
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5083
|
-
small: "small";
|
|
5084
5083
|
none: "none";
|
|
5085
5084
|
all: "all";
|
|
5085
|
+
small: "small";
|
|
5086
5086
|
}>>;
|
|
5087
5087
|
}, z.core.$strict>, z.ZodObject<{
|
|
5088
5088
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5201,9 +5201,9 @@ declare const AccordionShowcaseItemSchema: z.ZodObject<{
|
|
|
5201
5201
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5202
5202
|
}, z.core.$strict>>;
|
|
5203
5203
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5204
|
-
small: "small";
|
|
5205
5204
|
none: "none";
|
|
5206
5205
|
all: "all";
|
|
5206
|
+
small: "small";
|
|
5207
5207
|
}>>;
|
|
5208
5208
|
}, z.core.$strict>, z.ZodObject<{
|
|
5209
5209
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5287,9 +5287,9 @@ declare const AccordionShowcaseDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
5287
5287
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5288
5288
|
}, z.core.$strict>>;
|
|
5289
5289
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5290
|
-
small: "small";
|
|
5291
5290
|
none: "none";
|
|
5292
5291
|
all: "all";
|
|
5292
|
+
small: "small";
|
|
5293
5293
|
}>>;
|
|
5294
5294
|
}, z.core.$strict>, z.ZodObject<{
|
|
5295
5295
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5434,9 +5434,9 @@ declare const AccordionDesignItemSchema: z.ZodObject<{
|
|
|
5434
5434
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5435
5435
|
}, z.core.$strict>>;
|
|
5436
5436
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5437
|
-
small: "small";
|
|
5438
5437
|
none: "none";
|
|
5439
5438
|
all: "all";
|
|
5439
|
+
small: "small";
|
|
5440
5440
|
}>>;
|
|
5441
5441
|
}, z.core.$strict>>;
|
|
5442
5442
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5597,9 +5597,9 @@ declare const AccordionDesignEditorSchema: z.ZodObject<{
|
|
|
5597
5597
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5598
5598
|
}, z.core.$strict>>;
|
|
5599
5599
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5600
|
-
small: "small";
|
|
5601
5600
|
none: "none";
|
|
5602
5601
|
all: "all";
|
|
5602
|
+
small: "small";
|
|
5603
5603
|
}>>;
|
|
5604
5604
|
}, z.core.$strict>>;
|
|
5605
5605
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5860,9 +5860,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5860
5860
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5861
5861
|
}, z.core.$strict>>;
|
|
5862
5862
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5863
|
-
small: "small";
|
|
5864
5863
|
none: "none";
|
|
5865
5864
|
all: "all";
|
|
5865
|
+
small: "small";
|
|
5866
5866
|
}>>;
|
|
5867
5867
|
}, z.core.$strict>>;
|
|
5868
5868
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6005,9 +6005,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6005
6005
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6006
6006
|
}, z.core.$strict>>;
|
|
6007
6007
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6008
|
-
small: "small";
|
|
6009
6008
|
none: "none";
|
|
6010
6009
|
all: "all";
|
|
6010
|
+
small: "small";
|
|
6011
6011
|
}>>;
|
|
6012
6012
|
}, z.core.$strict>>;
|
|
6013
6013
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6182,9 +6182,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
6182
6182
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6183
6183
|
}, z.core.$strict>>;
|
|
6184
6184
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6185
|
-
small: "small";
|
|
6186
6185
|
none: "none";
|
|
6187
6186
|
all: "all";
|
|
6187
|
+
small: "small";
|
|
6188
6188
|
}>>;
|
|
6189
6189
|
}, z.core.$strict>>;
|
|
6190
6190
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6327,9 +6327,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
6327
6327
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6328
6328
|
}, z.core.$strict>>;
|
|
6329
6329
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6330
|
-
small: "small";
|
|
6331
6330
|
none: "none";
|
|
6332
6331
|
all: "all";
|
|
6332
|
+
small: "small";
|
|
6333
6333
|
}>>;
|
|
6334
6334
|
}, z.core.$strict>>;
|
|
6335
6335
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6982,9 +6982,9 @@ declare const LayoutDesignOverrideSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6982
6982
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6983
6983
|
}, z.core.$strict>>;
|
|
6984
6984
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6985
|
-
small: "small";
|
|
6986
6985
|
none: "none";
|
|
6987
6986
|
all: "all";
|
|
6987
|
+
small: "small";
|
|
6988
6988
|
}>>;
|
|
6989
6989
|
}, z.core.$strict>>;
|
|
6990
6990
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7202,9 +7202,9 @@ declare const LayoutSettingsSchema: z.ZodObject<{
|
|
|
7202
7202
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7203
7203
|
}, z.core.$strict>>;
|
|
7204
7204
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7205
|
-
small: "small";
|
|
7206
7205
|
none: "none";
|
|
7207
7206
|
all: "all";
|
|
7207
|
+
small: "small";
|
|
7208
7208
|
}>>;
|
|
7209
7209
|
}, z.core.$strict>>;
|
|
7210
7210
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7931,9 +7931,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7931
7931
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7932
7932
|
}, z.core.$strict>>;
|
|
7933
7933
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7934
|
-
small: "small";
|
|
7935
7934
|
none: "none";
|
|
7936
7935
|
all: "all";
|
|
7936
|
+
small: "small";
|
|
7937
7937
|
}>>;
|
|
7938
7938
|
}, z.core.$strict>>;
|
|
7939
7939
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8076,9 +8076,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8076
8076
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8077
8077
|
}, z.core.$strict>>;
|
|
8078
8078
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8079
|
-
small: "small";
|
|
8080
8079
|
none: "none";
|
|
8081
8080
|
all: "all";
|
|
8081
|
+
small: "small";
|
|
8082
8082
|
}>>;
|
|
8083
8083
|
}, z.core.$strict>>;
|
|
8084
8084
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8316,9 +8316,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8316
8316
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8317
8317
|
}, z.core.$strict>>;
|
|
8318
8318
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8319
|
-
small: "small";
|
|
8320
8319
|
none: "none";
|
|
8321
8320
|
all: "all";
|
|
8321
|
+
small: "small";
|
|
8322
8322
|
}>>;
|
|
8323
8323
|
}, z.core.$strict>>;
|
|
8324
8324
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8796,9 +8796,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8796
8796
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8797
8797
|
}, z.core.$strict>>;
|
|
8798
8798
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8799
|
-
small: "small";
|
|
8800
8799
|
none: "none";
|
|
8801
8800
|
all: "all";
|
|
8801
|
+
small: "small";
|
|
8802
8802
|
}>>;
|
|
8803
8803
|
}, z.core.$strict>, z.ZodObject<{
|
|
8804
8804
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8873,9 +8873,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8873
8873
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8874
8874
|
}, z.core.$strict>>;
|
|
8875
8875
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8876
|
-
small: "small";
|
|
8877
8876
|
none: "none";
|
|
8878
8877
|
all: "all";
|
|
8878
|
+
small: "small";
|
|
8879
8879
|
}>>;
|
|
8880
8880
|
}, z.core.$strict>, z.ZodObject<{
|
|
8881
8881
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9357,9 +9357,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9357
9357
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9358
9358
|
}, z.core.$strict>>;
|
|
9359
9359
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9360
|
-
small: "small";
|
|
9361
9360
|
none: "none";
|
|
9362
9361
|
all: "all";
|
|
9362
|
+
small: "small";
|
|
9363
9363
|
}>>;
|
|
9364
9364
|
}, z.core.$strict>, z.ZodObject<{
|
|
9365
9365
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9434,9 +9434,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9434
9434
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9435
9435
|
}, z.core.$strict>>;
|
|
9436
9436
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9437
|
-
small: "small";
|
|
9438
9437
|
none: "none";
|
|
9439
9438
|
all: "all";
|
|
9439
|
+
small: "small";
|
|
9440
9440
|
}>>;
|
|
9441
9441
|
}, z.core.$strict>, z.ZodObject<{
|
|
9442
9442
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9860,9 +9860,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9860
9860
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9861
9861
|
}, z.core.$strict>>;
|
|
9862
9862
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9863
|
-
small: "small";
|
|
9864
9863
|
none: "none";
|
|
9865
9864
|
all: "all";
|
|
9865
|
+
small: "small";
|
|
9866
9866
|
}>>;
|
|
9867
9867
|
}, z.core.$strict>, z.ZodObject<{
|
|
9868
9868
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9937,9 +9937,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9937
9937
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9938
9938
|
}, z.core.$strict>>;
|
|
9939
9939
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9940
|
-
small: "small";
|
|
9941
9940
|
none: "none";
|
|
9942
9941
|
all: "all";
|
|
9942
|
+
small: "small";
|
|
9943
9943
|
}>>;
|
|
9944
9944
|
}, z.core.$strict>, z.ZodObject<{
|
|
9945
9945
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10676,9 +10676,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10676
10676
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10677
10677
|
}, z.core.$strict>>;
|
|
10678
10678
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10679
|
-
small: "small";
|
|
10680
10679
|
none: "none";
|
|
10681
10680
|
all: "all";
|
|
10681
|
+
small: "small";
|
|
10682
10682
|
}>>;
|
|
10683
10683
|
}, z.core.$strict>, z.ZodObject<{
|
|
10684
10684
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10753,9 +10753,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10753
10753
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10754
10754
|
}, z.core.$strict>>;
|
|
10755
10755
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10756
|
-
small: "small";
|
|
10757
10756
|
none: "none";
|
|
10758
10757
|
all: "all";
|
|
10758
|
+
small: "small";
|
|
10759
10759
|
}>>;
|
|
10760
10760
|
}, z.core.$strict>, z.ZodObject<{
|
|
10761
10761
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11450,9 +11450,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11450
11450
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11451
11451
|
}, z.core.$strict>>;
|
|
11452
11452
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11453
|
-
small: "small";
|
|
11454
11453
|
none: "none";
|
|
11455
11454
|
all: "all";
|
|
11455
|
+
small: "small";
|
|
11456
11456
|
}>>;
|
|
11457
11457
|
}, z.core.$strict>>;
|
|
11458
11458
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11595,9 +11595,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11595
11595
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11596
11596
|
}, z.core.$strict>>;
|
|
11597
11597
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11598
|
-
small: "small";
|
|
11599
11598
|
none: "none";
|
|
11600
11599
|
all: "all";
|
|
11600
|
+
small: "small";
|
|
11601
11601
|
}>>;
|
|
11602
11602
|
}, z.core.$strict>>;
|
|
11603
11603
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11836,9 +11836,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11836
11836
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11837
11837
|
}, z.core.$strict>>;
|
|
11838
11838
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11839
|
-
small: "small";
|
|
11840
11839
|
none: "none";
|
|
11841
11840
|
all: "all";
|
|
11841
|
+
small: "small";
|
|
11842
11842
|
}>>;
|
|
11843
11843
|
}, z.core.$strict>>;
|
|
11844
11844
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -12323,9 +12323,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12323
12323
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12324
12324
|
}, z.core.$strict>>;
|
|
12325
12325
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12326
|
-
small: "small";
|
|
12327
12326
|
none: "none";
|
|
12328
12327
|
all: "all";
|
|
12328
|
+
small: "small";
|
|
12329
12329
|
}>>;
|
|
12330
12330
|
}, z.core.$strict>, z.ZodObject<{
|
|
12331
12331
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12400,9 +12400,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12400
12400
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12401
12401
|
}, z.core.$strict>>;
|
|
12402
12402
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12403
|
-
small: "small";
|
|
12404
12403
|
none: "none";
|
|
12405
12404
|
all: "all";
|
|
12405
|
+
small: "small";
|
|
12406
12406
|
}>>;
|
|
12407
12407
|
}, z.core.$strict>, z.ZodObject<{
|
|
12408
12408
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12899,9 +12899,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12899
12899
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12900
12900
|
}, z.core.$strict>>;
|
|
12901
12901
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12902
|
-
small: "small";
|
|
12903
12902
|
none: "none";
|
|
12904
12903
|
all: "all";
|
|
12904
|
+
small: "small";
|
|
12905
12905
|
}>>;
|
|
12906
12906
|
}, z.core.$strict>, z.ZodObject<{
|
|
12907
12907
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12976,9 +12976,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12976
12976
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12977
12977
|
}, z.core.$strict>>;
|
|
12978
12978
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12979
|
-
small: "small";
|
|
12980
12979
|
none: "none";
|
|
12981
12980
|
all: "all";
|
|
12981
|
+
small: "small";
|
|
12982
12982
|
}>>;
|
|
12983
12983
|
}, z.core.$strict>, z.ZodObject<{
|
|
12984
12984
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13440,9 +13440,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13440
13440
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13441
13441
|
}, z.core.$strict>>;
|
|
13442
13442
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13443
|
-
small: "small";
|
|
13444
13443
|
none: "none";
|
|
13445
13444
|
all: "all";
|
|
13445
|
+
small: "small";
|
|
13446
13446
|
}>>;
|
|
13447
13447
|
}, z.core.$strict>, z.ZodObject<{
|
|
13448
13448
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13517,9 +13517,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13517
13517
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13518
13518
|
}, z.core.$strict>>;
|
|
13519
13519
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13520
|
-
small: "small";
|
|
13521
13520
|
none: "none";
|
|
13522
13521
|
all: "all";
|
|
13522
|
+
small: "small";
|
|
13523
13523
|
}>>;
|
|
13524
13524
|
}, z.core.$strict>, z.ZodObject<{
|
|
13525
13525
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13984,9 +13984,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
13984
13984
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13985
13985
|
}, z.core.$strict>>;
|
|
13986
13986
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13987
|
-
small: "small";
|
|
13988
13987
|
none: "none";
|
|
13989
13988
|
all: "all";
|
|
13989
|
+
small: "small";
|
|
13990
13990
|
}>>;
|
|
13991
13991
|
}, z.core.$strict>, z.ZodObject<{
|
|
13992
13992
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14061,9 +14061,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
14061
14061
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14062
14062
|
}, z.core.$strict>>;
|
|
14063
14063
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14064
|
-
small: "small";
|
|
14065
14064
|
none: "none";
|
|
14066
14065
|
all: "all";
|
|
14066
|
+
small: "small";
|
|
14067
14067
|
}>>;
|
|
14068
14068
|
}, z.core.$strict>, z.ZodObject<{
|
|
14069
14069
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14529,9 +14529,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14529
14529
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14530
14530
|
}, z.core.$strict>>;
|
|
14531
14531
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14532
|
-
small: "small";
|
|
14533
14532
|
none: "none";
|
|
14534
14533
|
all: "all";
|
|
14534
|
+
small: "small";
|
|
14535
14535
|
}>>;
|
|
14536
14536
|
}, z.core.$strict>, z.ZodObject<{
|
|
14537
14537
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14606,9 +14606,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14606
14606
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14607
14607
|
}, z.core.$strict>>;
|
|
14608
14608
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14609
|
-
small: "small";
|
|
14610
14609
|
none: "none";
|
|
14611
14610
|
all: "all";
|
|
14611
|
+
small: "small";
|
|
14612
14612
|
}>>;
|
|
14613
14613
|
}, z.core.$strict>, z.ZodObject<{
|
|
14614
14614
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15134,9 +15134,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
15134
15134
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15135
15135
|
}, z.core.$strict>>;
|
|
15136
15136
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15137
|
-
small: "small";
|
|
15138
15137
|
none: "none";
|
|
15139
15138
|
all: "all";
|
|
15139
|
+
small: "small";
|
|
15140
15140
|
}>>;
|
|
15141
15141
|
}, z.core.$strict>, z.ZodObject<{
|
|
15142
15142
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15211,9 +15211,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
15211
15211
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15212
15212
|
}, z.core.$strict>>;
|
|
15213
15213
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15214
|
-
small: "small";
|
|
15215
15214
|
none: "none";
|
|
15216
15215
|
all: "all";
|
|
15216
|
+
small: "small";
|
|
15217
15217
|
}>>;
|
|
15218
15218
|
}, z.core.$strict>, z.ZodObject<{
|
|
15219
15219
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15728,9 +15728,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15728
15728
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15729
15729
|
}, z.core.$strict>>;
|
|
15730
15730
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15731
|
-
small: "small";
|
|
15732
15731
|
none: "none";
|
|
15733
15732
|
all: "all";
|
|
15733
|
+
small: "small";
|
|
15734
15734
|
}>>;
|
|
15735
15735
|
}, z.core.$strict>, z.ZodObject<{
|
|
15736
15736
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15805,9 +15805,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15805
15805
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15806
15806
|
}, z.core.$strict>>;
|
|
15807
15807
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15808
|
-
small: "small";
|
|
15809
15808
|
none: "none";
|
|
15810
15809
|
all: "all";
|
|
15810
|
+
small: "small";
|
|
15811
15811
|
}>>;
|
|
15812
15812
|
}, z.core.$strict>, z.ZodObject<{
|
|
15813
15813
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16265,9 +16265,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16265
16265
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16266
16266
|
}, z.core.$strict>>;
|
|
16267
16267
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16268
|
-
small: "small";
|
|
16269
16268
|
none: "none";
|
|
16270
16269
|
all: "all";
|
|
16270
|
+
small: "small";
|
|
16271
16271
|
}>>;
|
|
16272
16272
|
}, z.core.$strict>, z.ZodObject<{
|
|
16273
16273
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16342,9 +16342,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16342
16342
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16343
16343
|
}, z.core.$strict>>;
|
|
16344
16344
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16345
|
-
small: "small";
|
|
16346
16345
|
none: "none";
|
|
16347
16346
|
all: "all";
|
|
16347
|
+
small: "small";
|
|
16348
16348
|
}>>;
|
|
16349
16349
|
}, z.core.$strict>, z.ZodObject<{
|
|
16350
16350
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17140,9 +17140,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17140
17140
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17141
17141
|
}, z.core.$strict>>;
|
|
17142
17142
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17143
|
-
small: "small";
|
|
17144
17143
|
none: "none";
|
|
17145
17144
|
all: "all";
|
|
17145
|
+
small: "small";
|
|
17146
17146
|
}>>;
|
|
17147
17147
|
}, z.core.$strict>, z.ZodObject<{
|
|
17148
17148
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17217,9 +17217,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17217
17217
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17218
17218
|
}, z.core.$strict>>;
|
|
17219
17219
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17220
|
-
small: "small";
|
|
17221
17220
|
none: "none";
|
|
17222
17221
|
all: "all";
|
|
17222
|
+
small: "small";
|
|
17223
17223
|
}>>;
|
|
17224
17224
|
}, z.core.$strict>, z.ZodObject<{
|
|
17225
17225
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17652,9 +17652,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17652
17652
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17653
17653
|
}, z.core.$strict>>;
|
|
17654
17654
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17655
|
-
small: "small";
|
|
17656
17655
|
none: "none";
|
|
17657
17656
|
all: "all";
|
|
17657
|
+
small: "small";
|
|
17658
17658
|
}>>;
|
|
17659
17659
|
}, z.core.$strict>, z.ZodObject<{
|
|
17660
17660
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17729,9 +17729,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17729
17729
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17730
17730
|
}, z.core.$strict>>;
|
|
17731
17731
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17732
|
-
small: "small";
|
|
17733
17732
|
none: "none";
|
|
17734
17733
|
all: "all";
|
|
17734
|
+
small: "small";
|
|
17735
17735
|
}>>;
|
|
17736
17736
|
}, z.core.$strict>, z.ZodObject<{
|
|
17737
17737
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -18493,9 +18493,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
18493
18493
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
18494
18494
|
}, z.core.$strict>>;
|
|
18495
18495
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18496
|
-
small: "small";
|
|
18497
18496
|
none: "none";
|
|
18498
18497
|
all: "all";
|
|
18498
|
+
small: "small";
|
|
18499
18499
|
}>>;
|
|
18500
18500
|
}, z.core.$strict>, z.ZodObject<{
|
|
18501
18501
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -18570,9 +18570,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
18570
18570
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
18571
18571
|
}, z.core.$strict>>;
|
|
18572
18572
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18573
|
-
small: "small";
|
|
18574
18573
|
none: "none";
|
|
18575
18574
|
all: "all";
|
|
18575
|
+
small: "small";
|
|
18576
18576
|
}>>;
|
|
18577
18577
|
}, z.core.$strict>, z.ZodObject<{
|
|
18578
18578
|
type: z.ZodLiteral<"DIVIDER">;
|