@middlewr/contracts 0.0.48 → 0.0.50
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/cjs/index.d.ts +684 -64
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +22 -9
- package/dist/cjs/link-templates.schema.d.ts +96 -0
- package/dist/cjs/link-templates.schema.d.ts.map +1 -1
- package/dist/cjs/links.schema.d.ts +98 -16
- package/dist/cjs/links.schema.d.ts.map +1 -1
- package/dist/cjs/rules.schema.d.ts +72 -0
- package/dist/cjs/rules.schema.d.ts.map +1 -1
- package/dist/esm/index.d.ts +684 -64
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +22 -9
- package/dist/esm/link-templates.schema.d.ts +96 -0
- package/dist/esm/link-templates.schema.d.ts.map +1 -1
- package/dist/esm/links.schema.d.ts +98 -16
- package/dist/esm/links.schema.d.ts.map +1 -1
- package/dist/esm/rules.schema.d.ts +72 -0
- package/dist/esm/rules.schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/links.schema.ts +52 -64
- package/src/rules.schema.ts +26 -0
package/dist/cjs/index.d.ts
CHANGED
|
@@ -484,6 +484,30 @@ export declare const linkTemplatesContract: {
|
|
|
484
484
|
y: z.ZodNumber;
|
|
485
485
|
}, z.core.$strip>;
|
|
486
486
|
next: z.ZodNullable<z.ZodString>;
|
|
487
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
488
|
+
id: z.ZodString;
|
|
489
|
+
type: z.ZodLiteral<"countdown">;
|
|
490
|
+
position: z.ZodObject<{
|
|
491
|
+
x: z.ZodNumber;
|
|
492
|
+
y: z.ZodNumber;
|
|
493
|
+
}, z.core.$strip>;
|
|
494
|
+
seconds: z.ZodNumber;
|
|
495
|
+
message: z.ZodNullable<z.ZodString>;
|
|
496
|
+
next: z.ZodNullable<z.ZodString>;
|
|
497
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
498
|
+
id: z.ZodString;
|
|
499
|
+
type: z.ZodLiteral<"webhook">;
|
|
500
|
+
position: z.ZodObject<{
|
|
501
|
+
x: z.ZodNumber;
|
|
502
|
+
y: z.ZodNumber;
|
|
503
|
+
}, z.core.$strip>;
|
|
504
|
+
url: z.ZodString;
|
|
505
|
+
method: z.ZodEnum<{
|
|
506
|
+
POST: "POST";
|
|
507
|
+
GET: "GET";
|
|
508
|
+
}>;
|
|
509
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
510
|
+
next: z.ZodNullable<z.ZodString>;
|
|
487
511
|
}, z.core.$strip>, z.ZodObject<{
|
|
488
512
|
id: z.ZodString;
|
|
489
513
|
type: z.ZodLiteral<"entry">;
|
|
@@ -584,6 +608,30 @@ export declare const linkTemplatesContract: {
|
|
|
584
608
|
y: z.ZodNumber;
|
|
585
609
|
}, z.core.$strip>;
|
|
586
610
|
next: z.ZodNullable<z.ZodString>;
|
|
611
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
612
|
+
id: z.ZodString;
|
|
613
|
+
type: z.ZodLiteral<"countdown">;
|
|
614
|
+
position: z.ZodObject<{
|
|
615
|
+
x: z.ZodNumber;
|
|
616
|
+
y: z.ZodNumber;
|
|
617
|
+
}, z.core.$strip>;
|
|
618
|
+
seconds: z.ZodNumber;
|
|
619
|
+
message: z.ZodNullable<z.ZodString>;
|
|
620
|
+
next: z.ZodNullable<z.ZodString>;
|
|
621
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
622
|
+
id: z.ZodString;
|
|
623
|
+
type: z.ZodLiteral<"webhook">;
|
|
624
|
+
position: z.ZodObject<{
|
|
625
|
+
x: z.ZodNumber;
|
|
626
|
+
y: z.ZodNumber;
|
|
627
|
+
}, z.core.$strip>;
|
|
628
|
+
url: z.ZodString;
|
|
629
|
+
method: z.ZodEnum<{
|
|
630
|
+
POST: "POST";
|
|
631
|
+
GET: "GET";
|
|
632
|
+
}>;
|
|
633
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
634
|
+
next: z.ZodNullable<z.ZodString>;
|
|
587
635
|
}, z.core.$strip>, z.ZodObject<{
|
|
588
636
|
id: z.ZodString;
|
|
589
637
|
type: z.ZodLiteral<"entry">;
|
|
@@ -693,6 +741,30 @@ export declare const linkTemplatesContract: {
|
|
|
693
741
|
y: z.ZodNumber;
|
|
694
742
|
}, z.core.$strip>;
|
|
695
743
|
next: z.ZodNullable<z.ZodString>;
|
|
744
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
745
|
+
id: z.ZodString;
|
|
746
|
+
type: z.ZodLiteral<"countdown">;
|
|
747
|
+
position: z.ZodObject<{
|
|
748
|
+
x: z.ZodNumber;
|
|
749
|
+
y: z.ZodNumber;
|
|
750
|
+
}, z.core.$strip>;
|
|
751
|
+
seconds: z.ZodNumber;
|
|
752
|
+
message: z.ZodNullable<z.ZodString>;
|
|
753
|
+
next: z.ZodNullable<z.ZodString>;
|
|
754
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
755
|
+
id: z.ZodString;
|
|
756
|
+
type: z.ZodLiteral<"webhook">;
|
|
757
|
+
position: z.ZodObject<{
|
|
758
|
+
x: z.ZodNumber;
|
|
759
|
+
y: z.ZodNumber;
|
|
760
|
+
}, z.core.$strip>;
|
|
761
|
+
url: z.ZodString;
|
|
762
|
+
method: z.ZodEnum<{
|
|
763
|
+
POST: "POST";
|
|
764
|
+
GET: "GET";
|
|
765
|
+
}>;
|
|
766
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
767
|
+
next: z.ZodNullable<z.ZodString>;
|
|
696
768
|
}, z.core.$strip>, z.ZodObject<{
|
|
697
769
|
id: z.ZodString;
|
|
698
770
|
type: z.ZodLiteral<"entry">;
|
|
@@ -804,6 +876,30 @@ export declare const linkTemplatesContract: {
|
|
|
804
876
|
y: z.ZodNumber;
|
|
805
877
|
}, z.core.$strip>;
|
|
806
878
|
next: z.ZodNullable<z.ZodString>;
|
|
879
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
880
|
+
id: z.ZodString;
|
|
881
|
+
type: z.ZodLiteral<"countdown">;
|
|
882
|
+
position: z.ZodObject<{
|
|
883
|
+
x: z.ZodNumber;
|
|
884
|
+
y: z.ZodNumber;
|
|
885
|
+
}, z.core.$strip>;
|
|
886
|
+
seconds: z.ZodNumber;
|
|
887
|
+
message: z.ZodNullable<z.ZodString>;
|
|
888
|
+
next: z.ZodNullable<z.ZodString>;
|
|
889
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
890
|
+
id: z.ZodString;
|
|
891
|
+
type: z.ZodLiteral<"webhook">;
|
|
892
|
+
position: z.ZodObject<{
|
|
893
|
+
x: z.ZodNumber;
|
|
894
|
+
y: z.ZodNumber;
|
|
895
|
+
}, z.core.$strip>;
|
|
896
|
+
url: z.ZodString;
|
|
897
|
+
method: z.ZodEnum<{
|
|
898
|
+
POST: "POST";
|
|
899
|
+
GET: "GET";
|
|
900
|
+
}>;
|
|
901
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
902
|
+
next: z.ZodNullable<z.ZodString>;
|
|
807
903
|
}, z.core.$strip>, z.ZodObject<{
|
|
808
904
|
id: z.ZodString;
|
|
809
905
|
type: z.ZodLiteral<"entry">;
|
|
@@ -907,6 +1003,30 @@ export declare const linkTemplatesContract: {
|
|
|
907
1003
|
y: z.ZodNumber;
|
|
908
1004
|
}, z.core.$strip>;
|
|
909
1005
|
next: z.ZodNullable<z.ZodString>;
|
|
1006
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1007
|
+
id: z.ZodString;
|
|
1008
|
+
type: z.ZodLiteral<"countdown">;
|
|
1009
|
+
position: z.ZodObject<{
|
|
1010
|
+
x: z.ZodNumber;
|
|
1011
|
+
y: z.ZodNumber;
|
|
1012
|
+
}, z.core.$strip>;
|
|
1013
|
+
seconds: z.ZodNumber;
|
|
1014
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1015
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1016
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1017
|
+
id: z.ZodString;
|
|
1018
|
+
type: z.ZodLiteral<"webhook">;
|
|
1019
|
+
position: z.ZodObject<{
|
|
1020
|
+
x: z.ZodNumber;
|
|
1021
|
+
y: z.ZodNumber;
|
|
1022
|
+
}, z.core.$strip>;
|
|
1023
|
+
url: z.ZodString;
|
|
1024
|
+
method: z.ZodEnum<{
|
|
1025
|
+
POST: "POST";
|
|
1026
|
+
GET: "GET";
|
|
1027
|
+
}>;
|
|
1028
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1029
|
+
next: z.ZodNullable<z.ZodString>;
|
|
910
1030
|
}, z.core.$strip>, z.ZodObject<{
|
|
911
1031
|
id: z.ZodString;
|
|
912
1032
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1007,6 +1127,30 @@ export declare const linkTemplatesContract: {
|
|
|
1007
1127
|
y: z.ZodNumber;
|
|
1008
1128
|
}, z.core.$strip>;
|
|
1009
1129
|
next: z.ZodNullable<z.ZodString>;
|
|
1130
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1131
|
+
id: z.ZodString;
|
|
1132
|
+
type: z.ZodLiteral<"countdown">;
|
|
1133
|
+
position: z.ZodObject<{
|
|
1134
|
+
x: z.ZodNumber;
|
|
1135
|
+
y: z.ZodNumber;
|
|
1136
|
+
}, z.core.$strip>;
|
|
1137
|
+
seconds: z.ZodNumber;
|
|
1138
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1139
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1140
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1141
|
+
id: z.ZodString;
|
|
1142
|
+
type: z.ZodLiteral<"webhook">;
|
|
1143
|
+
position: z.ZodObject<{
|
|
1144
|
+
x: z.ZodNumber;
|
|
1145
|
+
y: z.ZodNumber;
|
|
1146
|
+
}, z.core.$strip>;
|
|
1147
|
+
url: z.ZodString;
|
|
1148
|
+
method: z.ZodEnum<{
|
|
1149
|
+
POST: "POST";
|
|
1150
|
+
GET: "GET";
|
|
1151
|
+
}>;
|
|
1152
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1153
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1010
1154
|
}, z.core.$strip>, z.ZodObject<{
|
|
1011
1155
|
id: z.ZodString;
|
|
1012
1156
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1070,10 +1214,6 @@ export declare const linksContract: {
|
|
|
1070
1214
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1071
1215
|
}, z.core.$strip>>>;
|
|
1072
1216
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1073
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
1074
|
-
redirect: "redirect";
|
|
1075
|
-
rules: "rules";
|
|
1076
|
-
}>>;
|
|
1077
1217
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1078
1218
|
entry: z.ZodString;
|
|
1079
1219
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1156,6 +1296,30 @@ export declare const linksContract: {
|
|
|
1156
1296
|
y: z.ZodNumber;
|
|
1157
1297
|
}, z.core.$strip>;
|
|
1158
1298
|
next: z.ZodNullable<z.ZodString>;
|
|
1299
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1300
|
+
id: z.ZodString;
|
|
1301
|
+
type: z.ZodLiteral<"countdown">;
|
|
1302
|
+
position: z.ZodObject<{
|
|
1303
|
+
x: z.ZodNumber;
|
|
1304
|
+
y: z.ZodNumber;
|
|
1305
|
+
}, z.core.$strip>;
|
|
1306
|
+
seconds: z.ZodNumber;
|
|
1307
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1308
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1309
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1310
|
+
id: z.ZodString;
|
|
1311
|
+
type: z.ZodLiteral<"webhook">;
|
|
1312
|
+
position: z.ZodObject<{
|
|
1313
|
+
x: z.ZodNumber;
|
|
1314
|
+
y: z.ZodNumber;
|
|
1315
|
+
}, z.core.$strip>;
|
|
1316
|
+
url: z.ZodString;
|
|
1317
|
+
method: z.ZodEnum<{
|
|
1318
|
+
POST: "POST";
|
|
1319
|
+
GET: "GET";
|
|
1320
|
+
}>;
|
|
1321
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1322
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1159
1323
|
}, z.core.$strip>, z.ZodObject<{
|
|
1160
1324
|
id: z.ZodString;
|
|
1161
1325
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1190,6 +1354,7 @@ export declare const linksContract: {
|
|
|
1190
1354
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1191
1355
|
created_at: z.ZodCoercedDate<unknown>;
|
|
1192
1356
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1357
|
+
version: z.ZodNumber;
|
|
1193
1358
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
1194
1359
|
fg_color: z.ZodString;
|
|
1195
1360
|
bg_color: z.ZodString;
|
|
@@ -1218,10 +1383,6 @@ export declare const linksContract: {
|
|
|
1218
1383
|
}, z.core.$strip>>;
|
|
1219
1384
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1220
1385
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1221
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1222
|
-
redirect: "redirect";
|
|
1223
|
-
rules: "rules";
|
|
1224
|
-
}>>;
|
|
1225
1386
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1226
1387
|
entry: z.ZodString;
|
|
1227
1388
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1304,6 +1465,30 @@ export declare const linksContract: {
|
|
|
1304
1465
|
y: z.ZodNumber;
|
|
1305
1466
|
}, z.core.$strip>;
|
|
1306
1467
|
next: z.ZodNullable<z.ZodString>;
|
|
1468
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1469
|
+
id: z.ZodString;
|
|
1470
|
+
type: z.ZodLiteral<"countdown">;
|
|
1471
|
+
position: z.ZodObject<{
|
|
1472
|
+
x: z.ZodNumber;
|
|
1473
|
+
y: z.ZodNumber;
|
|
1474
|
+
}, z.core.$strip>;
|
|
1475
|
+
seconds: z.ZodNumber;
|
|
1476
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1477
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1478
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1479
|
+
id: z.ZodString;
|
|
1480
|
+
type: z.ZodLiteral<"webhook">;
|
|
1481
|
+
position: z.ZodObject<{
|
|
1482
|
+
x: z.ZodNumber;
|
|
1483
|
+
y: z.ZodNumber;
|
|
1484
|
+
}, z.core.$strip>;
|
|
1485
|
+
url: z.ZodString;
|
|
1486
|
+
method: z.ZodEnum<{
|
|
1487
|
+
POST: "POST";
|
|
1488
|
+
GET: "GET";
|
|
1489
|
+
}>;
|
|
1490
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1491
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1307
1492
|
}, z.core.$strip>, z.ZodObject<{
|
|
1308
1493
|
id: z.ZodString;
|
|
1309
1494
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1371,6 +1556,7 @@ export declare const linksContract: {
|
|
|
1371
1556
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1372
1557
|
created_at: z.ZodCoercedDate<unknown>;
|
|
1373
1558
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1559
|
+
version: z.ZodNumber;
|
|
1374
1560
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
1375
1561
|
fg_color: z.ZodString;
|
|
1376
1562
|
bg_color: z.ZodString;
|
|
@@ -1399,10 +1585,6 @@ export declare const linksContract: {
|
|
|
1399
1585
|
}, z.core.$strip>>;
|
|
1400
1586
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1401
1587
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1402
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1403
|
-
redirect: "redirect";
|
|
1404
|
-
rules: "rules";
|
|
1405
|
-
}>>;
|
|
1406
1588
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1407
1589
|
entry: z.ZodString;
|
|
1408
1590
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1485,6 +1667,30 @@ export declare const linksContract: {
|
|
|
1485
1667
|
y: z.ZodNumber;
|
|
1486
1668
|
}, z.core.$strip>;
|
|
1487
1669
|
next: z.ZodNullable<z.ZodString>;
|
|
1670
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1671
|
+
id: z.ZodString;
|
|
1672
|
+
type: z.ZodLiteral<"countdown">;
|
|
1673
|
+
position: z.ZodObject<{
|
|
1674
|
+
x: z.ZodNumber;
|
|
1675
|
+
y: z.ZodNumber;
|
|
1676
|
+
}, z.core.$strip>;
|
|
1677
|
+
seconds: z.ZodNumber;
|
|
1678
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1679
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1680
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1681
|
+
id: z.ZodString;
|
|
1682
|
+
type: z.ZodLiteral<"webhook">;
|
|
1683
|
+
position: z.ZodObject<{
|
|
1684
|
+
x: z.ZodNumber;
|
|
1685
|
+
y: z.ZodNumber;
|
|
1686
|
+
}, z.core.$strip>;
|
|
1687
|
+
url: z.ZodString;
|
|
1688
|
+
method: z.ZodEnum<{
|
|
1689
|
+
POST: "POST";
|
|
1690
|
+
GET: "GET";
|
|
1691
|
+
}>;
|
|
1692
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1693
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1488
1694
|
}, z.core.$strip>, z.ZodObject<{
|
|
1489
1695
|
id: z.ZodString;
|
|
1490
1696
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1558,6 +1764,7 @@ export declare const linksContract: {
|
|
|
1558
1764
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1559
1765
|
created_at: z.ZodCoercedDate<unknown>;
|
|
1560
1766
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1767
|
+
version: z.ZodNumber;
|
|
1561
1768
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
1562
1769
|
fg_color: z.ZodString;
|
|
1563
1770
|
bg_color: z.ZodString;
|
|
@@ -1586,10 +1793,6 @@ export declare const linksContract: {
|
|
|
1586
1793
|
}, z.core.$strip>>;
|
|
1587
1794
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1588
1795
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1589
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1590
|
-
redirect: "redirect";
|
|
1591
|
-
rules: "rules";
|
|
1592
|
-
}>>;
|
|
1593
1796
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1594
1797
|
entry: z.ZodString;
|
|
1595
1798
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1672,6 +1875,30 @@ export declare const linksContract: {
|
|
|
1672
1875
|
y: z.ZodNumber;
|
|
1673
1876
|
}, z.core.$strip>;
|
|
1674
1877
|
next: z.ZodNullable<z.ZodString>;
|
|
1878
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1879
|
+
id: z.ZodString;
|
|
1880
|
+
type: z.ZodLiteral<"countdown">;
|
|
1881
|
+
position: z.ZodObject<{
|
|
1882
|
+
x: z.ZodNumber;
|
|
1883
|
+
y: z.ZodNumber;
|
|
1884
|
+
}, z.core.$strip>;
|
|
1885
|
+
seconds: z.ZodNumber;
|
|
1886
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1887
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1888
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1889
|
+
id: z.ZodString;
|
|
1890
|
+
type: z.ZodLiteral<"webhook">;
|
|
1891
|
+
position: z.ZodObject<{
|
|
1892
|
+
x: z.ZodNumber;
|
|
1893
|
+
y: z.ZodNumber;
|
|
1894
|
+
}, z.core.$strip>;
|
|
1895
|
+
url: z.ZodString;
|
|
1896
|
+
method: z.ZodEnum<{
|
|
1897
|
+
POST: "POST";
|
|
1898
|
+
GET: "GET";
|
|
1899
|
+
}>;
|
|
1900
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1901
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1675
1902
|
}, z.core.$strip>, z.ZodObject<{
|
|
1676
1903
|
id: z.ZodString;
|
|
1677
1904
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1737,10 +1964,6 @@ export declare const linksContract: {
|
|
|
1737
1964
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1738
1965
|
}, z.core.$strip>>>;
|
|
1739
1966
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1740
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
1741
|
-
redirect: "redirect";
|
|
1742
|
-
rules: "rules";
|
|
1743
|
-
}>>;
|
|
1744
1967
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1745
1968
|
entry: z.ZodString;
|
|
1746
1969
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1823,6 +2046,30 @@ export declare const linksContract: {
|
|
|
1823
2046
|
y: z.ZodNumber;
|
|
1824
2047
|
}, z.core.$strip>;
|
|
1825
2048
|
next: z.ZodNullable<z.ZodString>;
|
|
2049
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2050
|
+
id: z.ZodString;
|
|
2051
|
+
type: z.ZodLiteral<"countdown">;
|
|
2052
|
+
position: z.ZodObject<{
|
|
2053
|
+
x: z.ZodNumber;
|
|
2054
|
+
y: z.ZodNumber;
|
|
2055
|
+
}, z.core.$strip>;
|
|
2056
|
+
seconds: z.ZodNumber;
|
|
2057
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2058
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2059
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2060
|
+
id: z.ZodString;
|
|
2061
|
+
type: z.ZodLiteral<"webhook">;
|
|
2062
|
+
position: z.ZodObject<{
|
|
2063
|
+
x: z.ZodNumber;
|
|
2064
|
+
y: z.ZodNumber;
|
|
2065
|
+
}, z.core.$strip>;
|
|
2066
|
+
url: z.ZodString;
|
|
2067
|
+
method: z.ZodEnum<{
|
|
2068
|
+
POST: "POST";
|
|
2069
|
+
GET: "GET";
|
|
2070
|
+
}>;
|
|
2071
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2072
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1826
2073
|
}, z.core.$strip>, z.ZodObject<{
|
|
1827
2074
|
id: z.ZodString;
|
|
1828
2075
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1857,6 +2104,7 @@ export declare const linksContract: {
|
|
|
1857
2104
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1858
2105
|
created_at: z.ZodCoercedDate<unknown>;
|
|
1859
2106
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2107
|
+
version: z.ZodNumber;
|
|
1860
2108
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
1861
2109
|
fg_color: z.ZodString;
|
|
1862
2110
|
bg_color: z.ZodString;
|
|
@@ -1885,10 +2133,6 @@ export declare const linksContract: {
|
|
|
1885
2133
|
}, z.core.$strip>>;
|
|
1886
2134
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1887
2135
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1888
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1889
|
-
redirect: "redirect";
|
|
1890
|
-
rules: "rules";
|
|
1891
|
-
}>>;
|
|
1892
2136
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1893
2137
|
entry: z.ZodString;
|
|
1894
2138
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1971,6 +2215,30 @@ export declare const linksContract: {
|
|
|
1971
2215
|
y: z.ZodNumber;
|
|
1972
2216
|
}, z.core.$strip>;
|
|
1973
2217
|
next: z.ZodNullable<z.ZodString>;
|
|
2218
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2219
|
+
id: z.ZodString;
|
|
2220
|
+
type: z.ZodLiteral<"countdown">;
|
|
2221
|
+
position: z.ZodObject<{
|
|
2222
|
+
x: z.ZodNumber;
|
|
2223
|
+
y: z.ZodNumber;
|
|
2224
|
+
}, z.core.$strip>;
|
|
2225
|
+
seconds: z.ZodNumber;
|
|
2226
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2227
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2228
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2229
|
+
id: z.ZodString;
|
|
2230
|
+
type: z.ZodLiteral<"webhook">;
|
|
2231
|
+
position: z.ZodObject<{
|
|
2232
|
+
x: z.ZodNumber;
|
|
2233
|
+
y: z.ZodNumber;
|
|
2234
|
+
}, z.core.$strip>;
|
|
2235
|
+
url: z.ZodString;
|
|
2236
|
+
method: z.ZodEnum<{
|
|
2237
|
+
POST: "POST";
|
|
2238
|
+
GET: "GET";
|
|
2239
|
+
}>;
|
|
2240
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2241
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1974
2242
|
}, z.core.$strip>, z.ZodObject<{
|
|
1975
2243
|
id: z.ZodString;
|
|
1976
2244
|
type: z.ZodLiteral<"entry">;
|
|
@@ -2032,6 +2300,7 @@ export declare const linksContract: {
|
|
|
2032
2300
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2033
2301
|
created_at: z.ZodCoercedDate<unknown>;
|
|
2034
2302
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2303
|
+
version: z.ZodNumber;
|
|
2035
2304
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
2036
2305
|
fg_color: z.ZodString;
|
|
2037
2306
|
bg_color: z.ZodString;
|
|
@@ -2060,10 +2329,6 @@ export declare const linksContract: {
|
|
|
2060
2329
|
}, z.core.$strip>>;
|
|
2061
2330
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
2062
2331
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
2063
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
2064
|
-
redirect: "redirect";
|
|
2065
|
-
rules: "rules";
|
|
2066
|
-
}>>;
|
|
2067
2332
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2068
2333
|
entry: z.ZodString;
|
|
2069
2334
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2146,6 +2411,30 @@ export declare const linksContract: {
|
|
|
2146
2411
|
y: z.ZodNumber;
|
|
2147
2412
|
}, z.core.$strip>;
|
|
2148
2413
|
next: z.ZodNullable<z.ZodString>;
|
|
2414
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2415
|
+
id: z.ZodString;
|
|
2416
|
+
type: z.ZodLiteral<"countdown">;
|
|
2417
|
+
position: z.ZodObject<{
|
|
2418
|
+
x: z.ZodNumber;
|
|
2419
|
+
y: z.ZodNumber;
|
|
2420
|
+
}, z.core.$strip>;
|
|
2421
|
+
seconds: z.ZodNumber;
|
|
2422
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2423
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2424
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2425
|
+
id: z.ZodString;
|
|
2426
|
+
type: z.ZodLiteral<"webhook">;
|
|
2427
|
+
position: z.ZodObject<{
|
|
2428
|
+
x: z.ZodNumber;
|
|
2429
|
+
y: z.ZodNumber;
|
|
2430
|
+
}, z.core.$strip>;
|
|
2431
|
+
url: z.ZodString;
|
|
2432
|
+
method: z.ZodEnum<{
|
|
2433
|
+
POST: "POST";
|
|
2434
|
+
GET: "GET";
|
|
2435
|
+
}>;
|
|
2436
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2437
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2149
2438
|
}, z.core.$strip>, z.ZodObject<{
|
|
2150
2439
|
id: z.ZodString;
|
|
2151
2440
|
type: z.ZodLiteral<"entry">;
|
|
@@ -2192,6 +2481,7 @@ export declare const linksContract: {
|
|
|
2192
2481
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2193
2482
|
created_at: z.ZodCoercedDate<unknown>;
|
|
2194
2483
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
2484
|
+
version: z.ZodNumber;
|
|
2195
2485
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
2196
2486
|
fg_color: z.ZodString;
|
|
2197
2487
|
bg_color: z.ZodString;
|
|
@@ -2220,10 +2510,6 @@ export declare const linksContract: {
|
|
|
2220
2510
|
}, z.core.$strip>>;
|
|
2221
2511
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
2222
2512
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
2223
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
2224
|
-
redirect: "redirect";
|
|
2225
|
-
rules: "rules";
|
|
2226
|
-
}>>;
|
|
2227
2513
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2228
2514
|
entry: z.ZodString;
|
|
2229
2515
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2306,6 +2592,30 @@ export declare const linksContract: {
|
|
|
2306
2592
|
y: z.ZodNumber;
|
|
2307
2593
|
}, z.core.$strip>;
|
|
2308
2594
|
next: z.ZodNullable<z.ZodString>;
|
|
2595
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2596
|
+
id: z.ZodString;
|
|
2597
|
+
type: z.ZodLiteral<"countdown">;
|
|
2598
|
+
position: z.ZodObject<{
|
|
2599
|
+
x: z.ZodNumber;
|
|
2600
|
+
y: z.ZodNumber;
|
|
2601
|
+
}, z.core.$strip>;
|
|
2602
|
+
seconds: z.ZodNumber;
|
|
2603
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2604
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2605
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2606
|
+
id: z.ZodString;
|
|
2607
|
+
type: z.ZodLiteral<"webhook">;
|
|
2608
|
+
position: z.ZodObject<{
|
|
2609
|
+
x: z.ZodNumber;
|
|
2610
|
+
y: z.ZodNumber;
|
|
2611
|
+
}, z.core.$strip>;
|
|
2612
|
+
url: z.ZodString;
|
|
2613
|
+
method: z.ZodEnum<{
|
|
2614
|
+
POST: "POST";
|
|
2615
|
+
GET: "GET";
|
|
2616
|
+
}>;
|
|
2617
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2618
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2309
2619
|
}, z.core.$strip>, z.ZodObject<{
|
|
2310
2620
|
id: z.ZodString;
|
|
2311
2621
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3063,6 +3373,30 @@ export declare const contract: {
|
|
|
3063
3373
|
y: z.ZodNumber;
|
|
3064
3374
|
}, z.core.$strip>;
|
|
3065
3375
|
next: z.ZodNullable<z.ZodString>;
|
|
3376
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3377
|
+
id: z.ZodString;
|
|
3378
|
+
type: z.ZodLiteral<"countdown">;
|
|
3379
|
+
position: z.ZodObject<{
|
|
3380
|
+
x: z.ZodNumber;
|
|
3381
|
+
y: z.ZodNumber;
|
|
3382
|
+
}, z.core.$strip>;
|
|
3383
|
+
seconds: z.ZodNumber;
|
|
3384
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3385
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3386
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3387
|
+
id: z.ZodString;
|
|
3388
|
+
type: z.ZodLiteral<"webhook">;
|
|
3389
|
+
position: z.ZodObject<{
|
|
3390
|
+
x: z.ZodNumber;
|
|
3391
|
+
y: z.ZodNumber;
|
|
3392
|
+
}, z.core.$strip>;
|
|
3393
|
+
url: z.ZodString;
|
|
3394
|
+
method: z.ZodEnum<{
|
|
3395
|
+
POST: "POST";
|
|
3396
|
+
GET: "GET";
|
|
3397
|
+
}>;
|
|
3398
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3399
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3066
3400
|
}, z.core.$strip>, z.ZodObject<{
|
|
3067
3401
|
id: z.ZodString;
|
|
3068
3402
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3163,6 +3497,30 @@ export declare const contract: {
|
|
|
3163
3497
|
y: z.ZodNumber;
|
|
3164
3498
|
}, z.core.$strip>;
|
|
3165
3499
|
next: z.ZodNullable<z.ZodString>;
|
|
3500
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3501
|
+
id: z.ZodString;
|
|
3502
|
+
type: z.ZodLiteral<"countdown">;
|
|
3503
|
+
position: z.ZodObject<{
|
|
3504
|
+
x: z.ZodNumber;
|
|
3505
|
+
y: z.ZodNumber;
|
|
3506
|
+
}, z.core.$strip>;
|
|
3507
|
+
seconds: z.ZodNumber;
|
|
3508
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3509
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3510
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3511
|
+
id: z.ZodString;
|
|
3512
|
+
type: z.ZodLiteral<"webhook">;
|
|
3513
|
+
position: z.ZodObject<{
|
|
3514
|
+
x: z.ZodNumber;
|
|
3515
|
+
y: z.ZodNumber;
|
|
3516
|
+
}, z.core.$strip>;
|
|
3517
|
+
url: z.ZodString;
|
|
3518
|
+
method: z.ZodEnum<{
|
|
3519
|
+
POST: "POST";
|
|
3520
|
+
GET: "GET";
|
|
3521
|
+
}>;
|
|
3522
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3523
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3166
3524
|
}, z.core.$strip>, z.ZodObject<{
|
|
3167
3525
|
id: z.ZodString;
|
|
3168
3526
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3272,6 +3630,30 @@ export declare const contract: {
|
|
|
3272
3630
|
y: z.ZodNumber;
|
|
3273
3631
|
}, z.core.$strip>;
|
|
3274
3632
|
next: z.ZodNullable<z.ZodString>;
|
|
3633
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3634
|
+
id: z.ZodString;
|
|
3635
|
+
type: z.ZodLiteral<"countdown">;
|
|
3636
|
+
position: z.ZodObject<{
|
|
3637
|
+
x: z.ZodNumber;
|
|
3638
|
+
y: z.ZodNumber;
|
|
3639
|
+
}, z.core.$strip>;
|
|
3640
|
+
seconds: z.ZodNumber;
|
|
3641
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3642
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3643
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3644
|
+
id: z.ZodString;
|
|
3645
|
+
type: z.ZodLiteral<"webhook">;
|
|
3646
|
+
position: z.ZodObject<{
|
|
3647
|
+
x: z.ZodNumber;
|
|
3648
|
+
y: z.ZodNumber;
|
|
3649
|
+
}, z.core.$strip>;
|
|
3650
|
+
url: z.ZodString;
|
|
3651
|
+
method: z.ZodEnum<{
|
|
3652
|
+
POST: "POST";
|
|
3653
|
+
GET: "GET";
|
|
3654
|
+
}>;
|
|
3655
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3656
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3275
3657
|
}, z.core.$strip>, z.ZodObject<{
|
|
3276
3658
|
id: z.ZodString;
|
|
3277
3659
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3383,6 +3765,30 @@ export declare const contract: {
|
|
|
3383
3765
|
y: z.ZodNumber;
|
|
3384
3766
|
}, z.core.$strip>;
|
|
3385
3767
|
next: z.ZodNullable<z.ZodString>;
|
|
3768
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3769
|
+
id: z.ZodString;
|
|
3770
|
+
type: z.ZodLiteral<"countdown">;
|
|
3771
|
+
position: z.ZodObject<{
|
|
3772
|
+
x: z.ZodNumber;
|
|
3773
|
+
y: z.ZodNumber;
|
|
3774
|
+
}, z.core.$strip>;
|
|
3775
|
+
seconds: z.ZodNumber;
|
|
3776
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3777
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3778
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3779
|
+
id: z.ZodString;
|
|
3780
|
+
type: z.ZodLiteral<"webhook">;
|
|
3781
|
+
position: z.ZodObject<{
|
|
3782
|
+
x: z.ZodNumber;
|
|
3783
|
+
y: z.ZodNumber;
|
|
3784
|
+
}, z.core.$strip>;
|
|
3785
|
+
url: z.ZodString;
|
|
3786
|
+
method: z.ZodEnum<{
|
|
3787
|
+
POST: "POST";
|
|
3788
|
+
GET: "GET";
|
|
3789
|
+
}>;
|
|
3790
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3791
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3386
3792
|
}, z.core.$strip>, z.ZodObject<{
|
|
3387
3793
|
id: z.ZodString;
|
|
3388
3794
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3486,6 +3892,30 @@ export declare const contract: {
|
|
|
3486
3892
|
y: z.ZodNumber;
|
|
3487
3893
|
}, z.core.$strip>;
|
|
3488
3894
|
next: z.ZodNullable<z.ZodString>;
|
|
3895
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3896
|
+
id: z.ZodString;
|
|
3897
|
+
type: z.ZodLiteral<"countdown">;
|
|
3898
|
+
position: z.ZodObject<{
|
|
3899
|
+
x: z.ZodNumber;
|
|
3900
|
+
y: z.ZodNumber;
|
|
3901
|
+
}, z.core.$strip>;
|
|
3902
|
+
seconds: z.ZodNumber;
|
|
3903
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3904
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3905
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3906
|
+
id: z.ZodString;
|
|
3907
|
+
type: z.ZodLiteral<"webhook">;
|
|
3908
|
+
position: z.ZodObject<{
|
|
3909
|
+
x: z.ZodNumber;
|
|
3910
|
+
y: z.ZodNumber;
|
|
3911
|
+
}, z.core.$strip>;
|
|
3912
|
+
url: z.ZodString;
|
|
3913
|
+
method: z.ZodEnum<{
|
|
3914
|
+
POST: "POST";
|
|
3915
|
+
GET: "GET";
|
|
3916
|
+
}>;
|
|
3917
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3918
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3489
3919
|
}, z.core.$strip>, z.ZodObject<{
|
|
3490
3920
|
id: z.ZodString;
|
|
3491
3921
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3586,6 +4016,30 @@ export declare const contract: {
|
|
|
3586
4016
|
y: z.ZodNumber;
|
|
3587
4017
|
}, z.core.$strip>;
|
|
3588
4018
|
next: z.ZodNullable<z.ZodString>;
|
|
4019
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4020
|
+
id: z.ZodString;
|
|
4021
|
+
type: z.ZodLiteral<"countdown">;
|
|
4022
|
+
position: z.ZodObject<{
|
|
4023
|
+
x: z.ZodNumber;
|
|
4024
|
+
y: z.ZodNumber;
|
|
4025
|
+
}, z.core.$strip>;
|
|
4026
|
+
seconds: z.ZodNumber;
|
|
4027
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4028
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4029
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4030
|
+
id: z.ZodString;
|
|
4031
|
+
type: z.ZodLiteral<"webhook">;
|
|
4032
|
+
position: z.ZodObject<{
|
|
4033
|
+
x: z.ZodNumber;
|
|
4034
|
+
y: z.ZodNumber;
|
|
4035
|
+
}, z.core.$strip>;
|
|
4036
|
+
url: z.ZodString;
|
|
4037
|
+
method: z.ZodEnum<{
|
|
4038
|
+
POST: "POST";
|
|
4039
|
+
GET: "GET";
|
|
4040
|
+
}>;
|
|
4041
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4042
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3589
4043
|
}, z.core.$strip>, z.ZodObject<{
|
|
3590
4044
|
id: z.ZodString;
|
|
3591
4045
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3649,10 +4103,6 @@ export declare const contract: {
|
|
|
3649
4103
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3650
4104
|
}, z.core.$strip>>>;
|
|
3651
4105
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3652
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
3653
|
-
redirect: "redirect";
|
|
3654
|
-
rules: "rules";
|
|
3655
|
-
}>>;
|
|
3656
4106
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3657
4107
|
entry: z.ZodString;
|
|
3658
4108
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3735,6 +4185,30 @@ export declare const contract: {
|
|
|
3735
4185
|
y: z.ZodNumber;
|
|
3736
4186
|
}, z.core.$strip>;
|
|
3737
4187
|
next: z.ZodNullable<z.ZodString>;
|
|
4188
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4189
|
+
id: z.ZodString;
|
|
4190
|
+
type: z.ZodLiteral<"countdown">;
|
|
4191
|
+
position: z.ZodObject<{
|
|
4192
|
+
x: z.ZodNumber;
|
|
4193
|
+
y: z.ZodNumber;
|
|
4194
|
+
}, z.core.$strip>;
|
|
4195
|
+
seconds: z.ZodNumber;
|
|
4196
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4197
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4198
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4199
|
+
id: z.ZodString;
|
|
4200
|
+
type: z.ZodLiteral<"webhook">;
|
|
4201
|
+
position: z.ZodObject<{
|
|
4202
|
+
x: z.ZodNumber;
|
|
4203
|
+
y: z.ZodNumber;
|
|
4204
|
+
}, z.core.$strip>;
|
|
4205
|
+
url: z.ZodString;
|
|
4206
|
+
method: z.ZodEnum<{
|
|
4207
|
+
POST: "POST";
|
|
4208
|
+
GET: "GET";
|
|
4209
|
+
}>;
|
|
4210
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4211
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3738
4212
|
}, z.core.$strip>, z.ZodObject<{
|
|
3739
4213
|
id: z.ZodString;
|
|
3740
4214
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3769,6 +4243,7 @@ export declare const contract: {
|
|
|
3769
4243
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
3770
4244
|
created_at: z.ZodCoercedDate<unknown>;
|
|
3771
4245
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4246
|
+
version: z.ZodNumber;
|
|
3772
4247
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
3773
4248
|
fg_color: z.ZodString;
|
|
3774
4249
|
bg_color: z.ZodString;
|
|
@@ -3797,10 +4272,6 @@ export declare const contract: {
|
|
|
3797
4272
|
}, z.core.$strip>>;
|
|
3798
4273
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
3799
4274
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
3800
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
3801
|
-
redirect: "redirect";
|
|
3802
|
-
rules: "rules";
|
|
3803
|
-
}>>;
|
|
3804
4275
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3805
4276
|
entry: z.ZodString;
|
|
3806
4277
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3883,6 +4354,30 @@ export declare const contract: {
|
|
|
3883
4354
|
y: z.ZodNumber;
|
|
3884
4355
|
}, z.core.$strip>;
|
|
3885
4356
|
next: z.ZodNullable<z.ZodString>;
|
|
4357
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4358
|
+
id: z.ZodString;
|
|
4359
|
+
type: z.ZodLiteral<"countdown">;
|
|
4360
|
+
position: z.ZodObject<{
|
|
4361
|
+
x: z.ZodNumber;
|
|
4362
|
+
y: z.ZodNumber;
|
|
4363
|
+
}, z.core.$strip>;
|
|
4364
|
+
seconds: z.ZodNumber;
|
|
4365
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4366
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4367
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4368
|
+
id: z.ZodString;
|
|
4369
|
+
type: z.ZodLiteral<"webhook">;
|
|
4370
|
+
position: z.ZodObject<{
|
|
4371
|
+
x: z.ZodNumber;
|
|
4372
|
+
y: z.ZodNumber;
|
|
4373
|
+
}, z.core.$strip>;
|
|
4374
|
+
url: z.ZodString;
|
|
4375
|
+
method: z.ZodEnum<{
|
|
4376
|
+
POST: "POST";
|
|
4377
|
+
GET: "GET";
|
|
4378
|
+
}>;
|
|
4379
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4380
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3886
4381
|
}, z.core.$strip>, z.ZodObject<{
|
|
3887
4382
|
id: z.ZodString;
|
|
3888
4383
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3950,6 +4445,7 @@ export declare const contract: {
|
|
|
3950
4445
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
3951
4446
|
created_at: z.ZodCoercedDate<unknown>;
|
|
3952
4447
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4448
|
+
version: z.ZodNumber;
|
|
3953
4449
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
3954
4450
|
fg_color: z.ZodString;
|
|
3955
4451
|
bg_color: z.ZodString;
|
|
@@ -3978,10 +4474,6 @@ export declare const contract: {
|
|
|
3978
4474
|
}, z.core.$strip>>;
|
|
3979
4475
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
3980
4476
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
3981
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
3982
|
-
redirect: "redirect";
|
|
3983
|
-
rules: "rules";
|
|
3984
|
-
}>>;
|
|
3985
4477
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3986
4478
|
entry: z.ZodString;
|
|
3987
4479
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4064,6 +4556,30 @@ export declare const contract: {
|
|
|
4064
4556
|
y: z.ZodNumber;
|
|
4065
4557
|
}, z.core.$strip>;
|
|
4066
4558
|
next: z.ZodNullable<z.ZodString>;
|
|
4559
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4560
|
+
id: z.ZodString;
|
|
4561
|
+
type: z.ZodLiteral<"countdown">;
|
|
4562
|
+
position: z.ZodObject<{
|
|
4563
|
+
x: z.ZodNumber;
|
|
4564
|
+
y: z.ZodNumber;
|
|
4565
|
+
}, z.core.$strip>;
|
|
4566
|
+
seconds: z.ZodNumber;
|
|
4567
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4568
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4569
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4570
|
+
id: z.ZodString;
|
|
4571
|
+
type: z.ZodLiteral<"webhook">;
|
|
4572
|
+
position: z.ZodObject<{
|
|
4573
|
+
x: z.ZodNumber;
|
|
4574
|
+
y: z.ZodNumber;
|
|
4575
|
+
}, z.core.$strip>;
|
|
4576
|
+
url: z.ZodString;
|
|
4577
|
+
method: z.ZodEnum<{
|
|
4578
|
+
POST: "POST";
|
|
4579
|
+
GET: "GET";
|
|
4580
|
+
}>;
|
|
4581
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4582
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4067
4583
|
}, z.core.$strip>, z.ZodObject<{
|
|
4068
4584
|
id: z.ZodString;
|
|
4069
4585
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4137,6 +4653,7 @@ export declare const contract: {
|
|
|
4137
4653
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4138
4654
|
created_at: z.ZodCoercedDate<unknown>;
|
|
4139
4655
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4656
|
+
version: z.ZodNumber;
|
|
4140
4657
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
4141
4658
|
fg_color: z.ZodString;
|
|
4142
4659
|
bg_color: z.ZodString;
|
|
@@ -4165,10 +4682,6 @@ export declare const contract: {
|
|
|
4165
4682
|
}, z.core.$strip>>;
|
|
4166
4683
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4167
4684
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4168
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4169
|
-
redirect: "redirect";
|
|
4170
|
-
rules: "rules";
|
|
4171
|
-
}>>;
|
|
4172
4685
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4173
4686
|
entry: z.ZodString;
|
|
4174
4687
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4251,6 +4764,30 @@ export declare const contract: {
|
|
|
4251
4764
|
y: z.ZodNumber;
|
|
4252
4765
|
}, z.core.$strip>;
|
|
4253
4766
|
next: z.ZodNullable<z.ZodString>;
|
|
4767
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4768
|
+
id: z.ZodString;
|
|
4769
|
+
type: z.ZodLiteral<"countdown">;
|
|
4770
|
+
position: z.ZodObject<{
|
|
4771
|
+
x: z.ZodNumber;
|
|
4772
|
+
y: z.ZodNumber;
|
|
4773
|
+
}, z.core.$strip>;
|
|
4774
|
+
seconds: z.ZodNumber;
|
|
4775
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4776
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4777
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4778
|
+
id: z.ZodString;
|
|
4779
|
+
type: z.ZodLiteral<"webhook">;
|
|
4780
|
+
position: z.ZodObject<{
|
|
4781
|
+
x: z.ZodNumber;
|
|
4782
|
+
y: z.ZodNumber;
|
|
4783
|
+
}, z.core.$strip>;
|
|
4784
|
+
url: z.ZodString;
|
|
4785
|
+
method: z.ZodEnum<{
|
|
4786
|
+
POST: "POST";
|
|
4787
|
+
GET: "GET";
|
|
4788
|
+
}>;
|
|
4789
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4790
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4254
4791
|
}, z.core.$strip>, z.ZodObject<{
|
|
4255
4792
|
id: z.ZodString;
|
|
4256
4793
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4316,10 +4853,6 @@ export declare const contract: {
|
|
|
4316
4853
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4317
4854
|
}, z.core.$strip>>>;
|
|
4318
4855
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4319
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
4320
|
-
redirect: "redirect";
|
|
4321
|
-
rules: "rules";
|
|
4322
|
-
}>>;
|
|
4323
4856
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4324
4857
|
entry: z.ZodString;
|
|
4325
4858
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4402,6 +4935,30 @@ export declare const contract: {
|
|
|
4402
4935
|
y: z.ZodNumber;
|
|
4403
4936
|
}, z.core.$strip>;
|
|
4404
4937
|
next: z.ZodNullable<z.ZodString>;
|
|
4938
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4939
|
+
id: z.ZodString;
|
|
4940
|
+
type: z.ZodLiteral<"countdown">;
|
|
4941
|
+
position: z.ZodObject<{
|
|
4942
|
+
x: z.ZodNumber;
|
|
4943
|
+
y: z.ZodNumber;
|
|
4944
|
+
}, z.core.$strip>;
|
|
4945
|
+
seconds: z.ZodNumber;
|
|
4946
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4947
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4948
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4949
|
+
id: z.ZodString;
|
|
4950
|
+
type: z.ZodLiteral<"webhook">;
|
|
4951
|
+
position: z.ZodObject<{
|
|
4952
|
+
x: z.ZodNumber;
|
|
4953
|
+
y: z.ZodNumber;
|
|
4954
|
+
}, z.core.$strip>;
|
|
4955
|
+
url: z.ZodString;
|
|
4956
|
+
method: z.ZodEnum<{
|
|
4957
|
+
POST: "POST";
|
|
4958
|
+
GET: "GET";
|
|
4959
|
+
}>;
|
|
4960
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4961
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4405
4962
|
}, z.core.$strip>, z.ZodObject<{
|
|
4406
4963
|
id: z.ZodString;
|
|
4407
4964
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4436,6 +4993,7 @@ export declare const contract: {
|
|
|
4436
4993
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4437
4994
|
created_at: z.ZodCoercedDate<unknown>;
|
|
4438
4995
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4996
|
+
version: z.ZodNumber;
|
|
4439
4997
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
4440
4998
|
fg_color: z.ZodString;
|
|
4441
4999
|
bg_color: z.ZodString;
|
|
@@ -4464,10 +5022,6 @@ export declare const contract: {
|
|
|
4464
5022
|
}, z.core.$strip>>;
|
|
4465
5023
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4466
5024
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4467
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4468
|
-
redirect: "redirect";
|
|
4469
|
-
rules: "rules";
|
|
4470
|
-
}>>;
|
|
4471
5025
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4472
5026
|
entry: z.ZodString;
|
|
4473
5027
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4550,6 +5104,30 @@ export declare const contract: {
|
|
|
4550
5104
|
y: z.ZodNumber;
|
|
4551
5105
|
}, z.core.$strip>;
|
|
4552
5106
|
next: z.ZodNullable<z.ZodString>;
|
|
5107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5108
|
+
id: z.ZodString;
|
|
5109
|
+
type: z.ZodLiteral<"countdown">;
|
|
5110
|
+
position: z.ZodObject<{
|
|
5111
|
+
x: z.ZodNumber;
|
|
5112
|
+
y: z.ZodNumber;
|
|
5113
|
+
}, z.core.$strip>;
|
|
5114
|
+
seconds: z.ZodNumber;
|
|
5115
|
+
message: z.ZodNullable<z.ZodString>;
|
|
5116
|
+
next: z.ZodNullable<z.ZodString>;
|
|
5117
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5118
|
+
id: z.ZodString;
|
|
5119
|
+
type: z.ZodLiteral<"webhook">;
|
|
5120
|
+
position: z.ZodObject<{
|
|
5121
|
+
x: z.ZodNumber;
|
|
5122
|
+
y: z.ZodNumber;
|
|
5123
|
+
}, z.core.$strip>;
|
|
5124
|
+
url: z.ZodString;
|
|
5125
|
+
method: z.ZodEnum<{
|
|
5126
|
+
POST: "POST";
|
|
5127
|
+
GET: "GET";
|
|
5128
|
+
}>;
|
|
5129
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5130
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4553
5131
|
}, z.core.$strip>, z.ZodObject<{
|
|
4554
5132
|
id: z.ZodString;
|
|
4555
5133
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4611,6 +5189,7 @@ export declare const contract: {
|
|
|
4611
5189
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4612
5190
|
created_at: z.ZodCoercedDate<unknown>;
|
|
4613
5191
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
5192
|
+
version: z.ZodNumber;
|
|
4614
5193
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
4615
5194
|
fg_color: z.ZodString;
|
|
4616
5195
|
bg_color: z.ZodString;
|
|
@@ -4639,10 +5218,6 @@ export declare const contract: {
|
|
|
4639
5218
|
}, z.core.$strip>>;
|
|
4640
5219
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4641
5220
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4642
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4643
|
-
redirect: "redirect";
|
|
4644
|
-
rules: "rules";
|
|
4645
|
-
}>>;
|
|
4646
5221
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4647
5222
|
entry: z.ZodString;
|
|
4648
5223
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4725,6 +5300,30 @@ export declare const contract: {
|
|
|
4725
5300
|
y: z.ZodNumber;
|
|
4726
5301
|
}, z.core.$strip>;
|
|
4727
5302
|
next: z.ZodNullable<z.ZodString>;
|
|
5303
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5304
|
+
id: z.ZodString;
|
|
5305
|
+
type: z.ZodLiteral<"countdown">;
|
|
5306
|
+
position: z.ZodObject<{
|
|
5307
|
+
x: z.ZodNumber;
|
|
5308
|
+
y: z.ZodNumber;
|
|
5309
|
+
}, z.core.$strip>;
|
|
5310
|
+
seconds: z.ZodNumber;
|
|
5311
|
+
message: z.ZodNullable<z.ZodString>;
|
|
5312
|
+
next: z.ZodNullable<z.ZodString>;
|
|
5313
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5314
|
+
id: z.ZodString;
|
|
5315
|
+
type: z.ZodLiteral<"webhook">;
|
|
5316
|
+
position: z.ZodObject<{
|
|
5317
|
+
x: z.ZodNumber;
|
|
5318
|
+
y: z.ZodNumber;
|
|
5319
|
+
}, z.core.$strip>;
|
|
5320
|
+
url: z.ZodString;
|
|
5321
|
+
method: z.ZodEnum<{
|
|
5322
|
+
POST: "POST";
|
|
5323
|
+
GET: "GET";
|
|
5324
|
+
}>;
|
|
5325
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5326
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4728
5327
|
}, z.core.$strip>, z.ZodObject<{
|
|
4729
5328
|
id: z.ZodString;
|
|
4730
5329
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4771,6 +5370,7 @@ export declare const contract: {
|
|
|
4771
5370
|
click_count_updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4772
5371
|
created_at: z.ZodCoercedDate<unknown>;
|
|
4773
5372
|
updated_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
5373
|
+
version: z.ZodNumber;
|
|
4774
5374
|
qr_code_settings: z.ZodNullable<z.ZodObject<{
|
|
4775
5375
|
fg_color: z.ZodString;
|
|
4776
5376
|
bg_color: z.ZodString;
|
|
@@ -4799,10 +5399,6 @@ export declare const contract: {
|
|
|
4799
5399
|
}, z.core.$strip>>;
|
|
4800
5400
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4801
5401
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4802
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4803
|
-
redirect: "redirect";
|
|
4804
|
-
rules: "rules";
|
|
4805
|
-
}>>;
|
|
4806
5402
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4807
5403
|
entry: z.ZodString;
|
|
4808
5404
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4885,6 +5481,30 @@ export declare const contract: {
|
|
|
4885
5481
|
y: z.ZodNumber;
|
|
4886
5482
|
}, z.core.$strip>;
|
|
4887
5483
|
next: z.ZodNullable<z.ZodString>;
|
|
5484
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5485
|
+
id: z.ZodString;
|
|
5486
|
+
type: z.ZodLiteral<"countdown">;
|
|
5487
|
+
position: z.ZodObject<{
|
|
5488
|
+
x: z.ZodNumber;
|
|
5489
|
+
y: z.ZodNumber;
|
|
5490
|
+
}, z.core.$strip>;
|
|
5491
|
+
seconds: z.ZodNumber;
|
|
5492
|
+
message: z.ZodNullable<z.ZodString>;
|
|
5493
|
+
next: z.ZodNullable<z.ZodString>;
|
|
5494
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5495
|
+
id: z.ZodString;
|
|
5496
|
+
type: z.ZodLiteral<"webhook">;
|
|
5497
|
+
position: z.ZodObject<{
|
|
5498
|
+
x: z.ZodNumber;
|
|
5499
|
+
y: z.ZodNumber;
|
|
5500
|
+
}, z.core.$strip>;
|
|
5501
|
+
url: z.ZodString;
|
|
5502
|
+
method: z.ZodEnum<{
|
|
5503
|
+
POST: "POST";
|
|
5504
|
+
GET: "GET";
|
|
5505
|
+
}>;
|
|
5506
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5507
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4888
5508
|
}, z.core.$strip>, z.ZodObject<{
|
|
4889
5509
|
id: z.ZodString;
|
|
4890
5510
|
type: z.ZodLiteral<"entry">;
|