@middlewr/contracts 0.0.48 → 0.0.49
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 +672 -64
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +21 -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 +96 -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 +672 -64
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +21 -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 +96 -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 +51 -64
- package/src/rules.schema.ts +26 -0
package/dist/esm/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">;
|
|
@@ -1218,10 +1382,6 @@ export declare const linksContract: {
|
|
|
1218
1382
|
}, z.core.$strip>>;
|
|
1219
1383
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1220
1384
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1221
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1222
|
-
redirect: "redirect";
|
|
1223
|
-
rules: "rules";
|
|
1224
|
-
}>>;
|
|
1225
1385
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1226
1386
|
entry: z.ZodString;
|
|
1227
1387
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1304,6 +1464,30 @@ export declare const linksContract: {
|
|
|
1304
1464
|
y: z.ZodNumber;
|
|
1305
1465
|
}, z.core.$strip>;
|
|
1306
1466
|
next: z.ZodNullable<z.ZodString>;
|
|
1467
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1468
|
+
id: z.ZodString;
|
|
1469
|
+
type: z.ZodLiteral<"countdown">;
|
|
1470
|
+
position: z.ZodObject<{
|
|
1471
|
+
x: z.ZodNumber;
|
|
1472
|
+
y: z.ZodNumber;
|
|
1473
|
+
}, z.core.$strip>;
|
|
1474
|
+
seconds: z.ZodNumber;
|
|
1475
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1476
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1477
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1478
|
+
id: z.ZodString;
|
|
1479
|
+
type: z.ZodLiteral<"webhook">;
|
|
1480
|
+
position: z.ZodObject<{
|
|
1481
|
+
x: z.ZodNumber;
|
|
1482
|
+
y: z.ZodNumber;
|
|
1483
|
+
}, z.core.$strip>;
|
|
1484
|
+
url: z.ZodString;
|
|
1485
|
+
method: z.ZodEnum<{
|
|
1486
|
+
POST: "POST";
|
|
1487
|
+
GET: "GET";
|
|
1488
|
+
}>;
|
|
1489
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1490
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1307
1491
|
}, z.core.$strip>, z.ZodObject<{
|
|
1308
1492
|
id: z.ZodString;
|
|
1309
1493
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1399,10 +1583,6 @@ export declare const linksContract: {
|
|
|
1399
1583
|
}, z.core.$strip>>;
|
|
1400
1584
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1401
1585
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1402
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1403
|
-
redirect: "redirect";
|
|
1404
|
-
rules: "rules";
|
|
1405
|
-
}>>;
|
|
1406
1586
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1407
1587
|
entry: z.ZodString;
|
|
1408
1588
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1485,6 +1665,30 @@ export declare const linksContract: {
|
|
|
1485
1665
|
y: z.ZodNumber;
|
|
1486
1666
|
}, z.core.$strip>;
|
|
1487
1667
|
next: z.ZodNullable<z.ZodString>;
|
|
1668
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1669
|
+
id: z.ZodString;
|
|
1670
|
+
type: z.ZodLiteral<"countdown">;
|
|
1671
|
+
position: z.ZodObject<{
|
|
1672
|
+
x: z.ZodNumber;
|
|
1673
|
+
y: z.ZodNumber;
|
|
1674
|
+
}, z.core.$strip>;
|
|
1675
|
+
seconds: z.ZodNumber;
|
|
1676
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1677
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1678
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1679
|
+
id: z.ZodString;
|
|
1680
|
+
type: z.ZodLiteral<"webhook">;
|
|
1681
|
+
position: z.ZodObject<{
|
|
1682
|
+
x: z.ZodNumber;
|
|
1683
|
+
y: z.ZodNumber;
|
|
1684
|
+
}, z.core.$strip>;
|
|
1685
|
+
url: z.ZodString;
|
|
1686
|
+
method: z.ZodEnum<{
|
|
1687
|
+
POST: "POST";
|
|
1688
|
+
GET: "GET";
|
|
1689
|
+
}>;
|
|
1690
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1691
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1488
1692
|
}, z.core.$strip>, z.ZodObject<{
|
|
1489
1693
|
id: z.ZodString;
|
|
1490
1694
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1586,10 +1790,6 @@ export declare const linksContract: {
|
|
|
1586
1790
|
}, z.core.$strip>>;
|
|
1587
1791
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1588
1792
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1589
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1590
|
-
redirect: "redirect";
|
|
1591
|
-
rules: "rules";
|
|
1592
|
-
}>>;
|
|
1593
1793
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1594
1794
|
entry: z.ZodString;
|
|
1595
1795
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1672,6 +1872,30 @@ export declare const linksContract: {
|
|
|
1672
1872
|
y: z.ZodNumber;
|
|
1673
1873
|
}, z.core.$strip>;
|
|
1674
1874
|
next: z.ZodNullable<z.ZodString>;
|
|
1875
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1876
|
+
id: z.ZodString;
|
|
1877
|
+
type: z.ZodLiteral<"countdown">;
|
|
1878
|
+
position: z.ZodObject<{
|
|
1879
|
+
x: z.ZodNumber;
|
|
1880
|
+
y: z.ZodNumber;
|
|
1881
|
+
}, z.core.$strip>;
|
|
1882
|
+
seconds: z.ZodNumber;
|
|
1883
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1884
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1885
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1886
|
+
id: z.ZodString;
|
|
1887
|
+
type: z.ZodLiteral<"webhook">;
|
|
1888
|
+
position: z.ZodObject<{
|
|
1889
|
+
x: z.ZodNumber;
|
|
1890
|
+
y: z.ZodNumber;
|
|
1891
|
+
}, z.core.$strip>;
|
|
1892
|
+
url: z.ZodString;
|
|
1893
|
+
method: z.ZodEnum<{
|
|
1894
|
+
POST: "POST";
|
|
1895
|
+
GET: "GET";
|
|
1896
|
+
}>;
|
|
1897
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1898
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1675
1899
|
}, z.core.$strip>, z.ZodObject<{
|
|
1676
1900
|
id: z.ZodString;
|
|
1677
1901
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1737,10 +1961,6 @@ export declare const linksContract: {
|
|
|
1737
1961
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1738
1962
|
}, z.core.$strip>>>;
|
|
1739
1963
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1740
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
1741
|
-
redirect: "redirect";
|
|
1742
|
-
rules: "rules";
|
|
1743
|
-
}>>;
|
|
1744
1964
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1745
1965
|
entry: z.ZodString;
|
|
1746
1966
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1823,6 +2043,30 @@ export declare const linksContract: {
|
|
|
1823
2043
|
y: z.ZodNumber;
|
|
1824
2044
|
}, z.core.$strip>;
|
|
1825
2045
|
next: z.ZodNullable<z.ZodString>;
|
|
2046
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2047
|
+
id: z.ZodString;
|
|
2048
|
+
type: z.ZodLiteral<"countdown">;
|
|
2049
|
+
position: z.ZodObject<{
|
|
2050
|
+
x: z.ZodNumber;
|
|
2051
|
+
y: z.ZodNumber;
|
|
2052
|
+
}, z.core.$strip>;
|
|
2053
|
+
seconds: z.ZodNumber;
|
|
2054
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2055
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2056
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2057
|
+
id: z.ZodString;
|
|
2058
|
+
type: z.ZodLiteral<"webhook">;
|
|
2059
|
+
position: z.ZodObject<{
|
|
2060
|
+
x: z.ZodNumber;
|
|
2061
|
+
y: z.ZodNumber;
|
|
2062
|
+
}, z.core.$strip>;
|
|
2063
|
+
url: z.ZodString;
|
|
2064
|
+
method: z.ZodEnum<{
|
|
2065
|
+
POST: "POST";
|
|
2066
|
+
GET: "GET";
|
|
2067
|
+
}>;
|
|
2068
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2069
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1826
2070
|
}, z.core.$strip>, z.ZodObject<{
|
|
1827
2071
|
id: z.ZodString;
|
|
1828
2072
|
type: z.ZodLiteral<"entry">;
|
|
@@ -1885,10 +2129,6 @@ export declare const linksContract: {
|
|
|
1885
2129
|
}, z.core.$strip>>;
|
|
1886
2130
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
1887
2131
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
1888
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
1889
|
-
redirect: "redirect";
|
|
1890
|
-
rules: "rules";
|
|
1891
|
-
}>>;
|
|
1892
2132
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1893
2133
|
entry: z.ZodString;
|
|
1894
2134
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1971,6 +2211,30 @@ export declare const linksContract: {
|
|
|
1971
2211
|
y: z.ZodNumber;
|
|
1972
2212
|
}, z.core.$strip>;
|
|
1973
2213
|
next: z.ZodNullable<z.ZodString>;
|
|
2214
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2215
|
+
id: z.ZodString;
|
|
2216
|
+
type: z.ZodLiteral<"countdown">;
|
|
2217
|
+
position: z.ZodObject<{
|
|
2218
|
+
x: z.ZodNumber;
|
|
2219
|
+
y: z.ZodNumber;
|
|
2220
|
+
}, z.core.$strip>;
|
|
2221
|
+
seconds: z.ZodNumber;
|
|
2222
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2223
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2224
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2225
|
+
id: z.ZodString;
|
|
2226
|
+
type: z.ZodLiteral<"webhook">;
|
|
2227
|
+
position: z.ZodObject<{
|
|
2228
|
+
x: z.ZodNumber;
|
|
2229
|
+
y: z.ZodNumber;
|
|
2230
|
+
}, z.core.$strip>;
|
|
2231
|
+
url: z.ZodString;
|
|
2232
|
+
method: z.ZodEnum<{
|
|
2233
|
+
POST: "POST";
|
|
2234
|
+
GET: "GET";
|
|
2235
|
+
}>;
|
|
2236
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2237
|
+
next: z.ZodNullable<z.ZodString>;
|
|
1974
2238
|
}, z.core.$strip>, z.ZodObject<{
|
|
1975
2239
|
id: z.ZodString;
|
|
1976
2240
|
type: z.ZodLiteral<"entry">;
|
|
@@ -2060,10 +2324,6 @@ export declare const linksContract: {
|
|
|
2060
2324
|
}, z.core.$strip>>;
|
|
2061
2325
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
2062
2326
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
2063
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
2064
|
-
redirect: "redirect";
|
|
2065
|
-
rules: "rules";
|
|
2066
|
-
}>>;
|
|
2067
2327
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2068
2328
|
entry: z.ZodString;
|
|
2069
2329
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2146,6 +2406,30 @@ export declare const linksContract: {
|
|
|
2146
2406
|
y: z.ZodNumber;
|
|
2147
2407
|
}, z.core.$strip>;
|
|
2148
2408
|
next: z.ZodNullable<z.ZodString>;
|
|
2409
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2410
|
+
id: z.ZodString;
|
|
2411
|
+
type: z.ZodLiteral<"countdown">;
|
|
2412
|
+
position: z.ZodObject<{
|
|
2413
|
+
x: z.ZodNumber;
|
|
2414
|
+
y: z.ZodNumber;
|
|
2415
|
+
}, z.core.$strip>;
|
|
2416
|
+
seconds: z.ZodNumber;
|
|
2417
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2418
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2419
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2420
|
+
id: z.ZodString;
|
|
2421
|
+
type: z.ZodLiteral<"webhook">;
|
|
2422
|
+
position: z.ZodObject<{
|
|
2423
|
+
x: z.ZodNumber;
|
|
2424
|
+
y: z.ZodNumber;
|
|
2425
|
+
}, z.core.$strip>;
|
|
2426
|
+
url: z.ZodString;
|
|
2427
|
+
method: z.ZodEnum<{
|
|
2428
|
+
POST: "POST";
|
|
2429
|
+
GET: "GET";
|
|
2430
|
+
}>;
|
|
2431
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2432
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2149
2433
|
}, z.core.$strip>, z.ZodObject<{
|
|
2150
2434
|
id: z.ZodString;
|
|
2151
2435
|
type: z.ZodLiteral<"entry">;
|
|
@@ -2220,10 +2504,6 @@ export declare const linksContract: {
|
|
|
2220
2504
|
}, z.core.$strip>>;
|
|
2221
2505
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
2222
2506
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
2223
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
2224
|
-
redirect: "redirect";
|
|
2225
|
-
rules: "rules";
|
|
2226
|
-
}>>;
|
|
2227
2507
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2228
2508
|
entry: z.ZodString;
|
|
2229
2509
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2306,6 +2586,30 @@ export declare const linksContract: {
|
|
|
2306
2586
|
y: z.ZodNumber;
|
|
2307
2587
|
}, z.core.$strip>;
|
|
2308
2588
|
next: z.ZodNullable<z.ZodString>;
|
|
2589
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2590
|
+
id: z.ZodString;
|
|
2591
|
+
type: z.ZodLiteral<"countdown">;
|
|
2592
|
+
position: z.ZodObject<{
|
|
2593
|
+
x: z.ZodNumber;
|
|
2594
|
+
y: z.ZodNumber;
|
|
2595
|
+
}, z.core.$strip>;
|
|
2596
|
+
seconds: z.ZodNumber;
|
|
2597
|
+
message: z.ZodNullable<z.ZodString>;
|
|
2598
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2599
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2600
|
+
id: z.ZodString;
|
|
2601
|
+
type: z.ZodLiteral<"webhook">;
|
|
2602
|
+
position: z.ZodObject<{
|
|
2603
|
+
x: z.ZodNumber;
|
|
2604
|
+
y: z.ZodNumber;
|
|
2605
|
+
}, z.core.$strip>;
|
|
2606
|
+
url: z.ZodString;
|
|
2607
|
+
method: z.ZodEnum<{
|
|
2608
|
+
POST: "POST";
|
|
2609
|
+
GET: "GET";
|
|
2610
|
+
}>;
|
|
2611
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2612
|
+
next: z.ZodNullable<z.ZodString>;
|
|
2309
2613
|
}, z.core.$strip>, z.ZodObject<{
|
|
2310
2614
|
id: z.ZodString;
|
|
2311
2615
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3063,6 +3367,30 @@ export declare const contract: {
|
|
|
3063
3367
|
y: z.ZodNumber;
|
|
3064
3368
|
}, z.core.$strip>;
|
|
3065
3369
|
next: z.ZodNullable<z.ZodString>;
|
|
3370
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3371
|
+
id: z.ZodString;
|
|
3372
|
+
type: z.ZodLiteral<"countdown">;
|
|
3373
|
+
position: z.ZodObject<{
|
|
3374
|
+
x: z.ZodNumber;
|
|
3375
|
+
y: z.ZodNumber;
|
|
3376
|
+
}, z.core.$strip>;
|
|
3377
|
+
seconds: z.ZodNumber;
|
|
3378
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3379
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3380
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3381
|
+
id: z.ZodString;
|
|
3382
|
+
type: z.ZodLiteral<"webhook">;
|
|
3383
|
+
position: z.ZodObject<{
|
|
3384
|
+
x: z.ZodNumber;
|
|
3385
|
+
y: z.ZodNumber;
|
|
3386
|
+
}, z.core.$strip>;
|
|
3387
|
+
url: z.ZodString;
|
|
3388
|
+
method: z.ZodEnum<{
|
|
3389
|
+
POST: "POST";
|
|
3390
|
+
GET: "GET";
|
|
3391
|
+
}>;
|
|
3392
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3393
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3066
3394
|
}, z.core.$strip>, z.ZodObject<{
|
|
3067
3395
|
id: z.ZodString;
|
|
3068
3396
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3163,6 +3491,30 @@ export declare const contract: {
|
|
|
3163
3491
|
y: z.ZodNumber;
|
|
3164
3492
|
}, z.core.$strip>;
|
|
3165
3493
|
next: z.ZodNullable<z.ZodString>;
|
|
3494
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3495
|
+
id: z.ZodString;
|
|
3496
|
+
type: z.ZodLiteral<"countdown">;
|
|
3497
|
+
position: z.ZodObject<{
|
|
3498
|
+
x: z.ZodNumber;
|
|
3499
|
+
y: z.ZodNumber;
|
|
3500
|
+
}, z.core.$strip>;
|
|
3501
|
+
seconds: z.ZodNumber;
|
|
3502
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3503
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3504
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3505
|
+
id: z.ZodString;
|
|
3506
|
+
type: z.ZodLiteral<"webhook">;
|
|
3507
|
+
position: z.ZodObject<{
|
|
3508
|
+
x: z.ZodNumber;
|
|
3509
|
+
y: z.ZodNumber;
|
|
3510
|
+
}, z.core.$strip>;
|
|
3511
|
+
url: z.ZodString;
|
|
3512
|
+
method: z.ZodEnum<{
|
|
3513
|
+
POST: "POST";
|
|
3514
|
+
GET: "GET";
|
|
3515
|
+
}>;
|
|
3516
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3517
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3166
3518
|
}, z.core.$strip>, z.ZodObject<{
|
|
3167
3519
|
id: z.ZodString;
|
|
3168
3520
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3272,6 +3624,30 @@ export declare const contract: {
|
|
|
3272
3624
|
y: z.ZodNumber;
|
|
3273
3625
|
}, z.core.$strip>;
|
|
3274
3626
|
next: z.ZodNullable<z.ZodString>;
|
|
3627
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3628
|
+
id: z.ZodString;
|
|
3629
|
+
type: z.ZodLiteral<"countdown">;
|
|
3630
|
+
position: z.ZodObject<{
|
|
3631
|
+
x: z.ZodNumber;
|
|
3632
|
+
y: z.ZodNumber;
|
|
3633
|
+
}, z.core.$strip>;
|
|
3634
|
+
seconds: z.ZodNumber;
|
|
3635
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3636
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3637
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3638
|
+
id: z.ZodString;
|
|
3639
|
+
type: z.ZodLiteral<"webhook">;
|
|
3640
|
+
position: z.ZodObject<{
|
|
3641
|
+
x: z.ZodNumber;
|
|
3642
|
+
y: z.ZodNumber;
|
|
3643
|
+
}, z.core.$strip>;
|
|
3644
|
+
url: z.ZodString;
|
|
3645
|
+
method: z.ZodEnum<{
|
|
3646
|
+
POST: "POST";
|
|
3647
|
+
GET: "GET";
|
|
3648
|
+
}>;
|
|
3649
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3650
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3275
3651
|
}, z.core.$strip>, z.ZodObject<{
|
|
3276
3652
|
id: z.ZodString;
|
|
3277
3653
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3383,6 +3759,30 @@ export declare const contract: {
|
|
|
3383
3759
|
y: z.ZodNumber;
|
|
3384
3760
|
}, z.core.$strip>;
|
|
3385
3761
|
next: z.ZodNullable<z.ZodString>;
|
|
3762
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3763
|
+
id: z.ZodString;
|
|
3764
|
+
type: z.ZodLiteral<"countdown">;
|
|
3765
|
+
position: z.ZodObject<{
|
|
3766
|
+
x: z.ZodNumber;
|
|
3767
|
+
y: z.ZodNumber;
|
|
3768
|
+
}, z.core.$strip>;
|
|
3769
|
+
seconds: z.ZodNumber;
|
|
3770
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3771
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3772
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3773
|
+
id: z.ZodString;
|
|
3774
|
+
type: z.ZodLiteral<"webhook">;
|
|
3775
|
+
position: z.ZodObject<{
|
|
3776
|
+
x: z.ZodNumber;
|
|
3777
|
+
y: z.ZodNumber;
|
|
3778
|
+
}, z.core.$strip>;
|
|
3779
|
+
url: z.ZodString;
|
|
3780
|
+
method: z.ZodEnum<{
|
|
3781
|
+
POST: "POST";
|
|
3782
|
+
GET: "GET";
|
|
3783
|
+
}>;
|
|
3784
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3785
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3386
3786
|
}, z.core.$strip>, z.ZodObject<{
|
|
3387
3787
|
id: z.ZodString;
|
|
3388
3788
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3486,6 +3886,30 @@ export declare const contract: {
|
|
|
3486
3886
|
y: z.ZodNumber;
|
|
3487
3887
|
}, z.core.$strip>;
|
|
3488
3888
|
next: z.ZodNullable<z.ZodString>;
|
|
3889
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3890
|
+
id: z.ZodString;
|
|
3891
|
+
type: z.ZodLiteral<"countdown">;
|
|
3892
|
+
position: z.ZodObject<{
|
|
3893
|
+
x: z.ZodNumber;
|
|
3894
|
+
y: z.ZodNumber;
|
|
3895
|
+
}, z.core.$strip>;
|
|
3896
|
+
seconds: z.ZodNumber;
|
|
3897
|
+
message: z.ZodNullable<z.ZodString>;
|
|
3898
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3899
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3900
|
+
id: z.ZodString;
|
|
3901
|
+
type: z.ZodLiteral<"webhook">;
|
|
3902
|
+
position: z.ZodObject<{
|
|
3903
|
+
x: z.ZodNumber;
|
|
3904
|
+
y: z.ZodNumber;
|
|
3905
|
+
}, z.core.$strip>;
|
|
3906
|
+
url: z.ZodString;
|
|
3907
|
+
method: z.ZodEnum<{
|
|
3908
|
+
POST: "POST";
|
|
3909
|
+
GET: "GET";
|
|
3910
|
+
}>;
|
|
3911
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3912
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3489
3913
|
}, z.core.$strip>, z.ZodObject<{
|
|
3490
3914
|
id: z.ZodString;
|
|
3491
3915
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3586,6 +4010,30 @@ export declare const contract: {
|
|
|
3586
4010
|
y: z.ZodNumber;
|
|
3587
4011
|
}, z.core.$strip>;
|
|
3588
4012
|
next: z.ZodNullable<z.ZodString>;
|
|
4013
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4014
|
+
id: z.ZodString;
|
|
4015
|
+
type: z.ZodLiteral<"countdown">;
|
|
4016
|
+
position: z.ZodObject<{
|
|
4017
|
+
x: z.ZodNumber;
|
|
4018
|
+
y: z.ZodNumber;
|
|
4019
|
+
}, z.core.$strip>;
|
|
4020
|
+
seconds: z.ZodNumber;
|
|
4021
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4022
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4023
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4024
|
+
id: z.ZodString;
|
|
4025
|
+
type: z.ZodLiteral<"webhook">;
|
|
4026
|
+
position: z.ZodObject<{
|
|
4027
|
+
x: z.ZodNumber;
|
|
4028
|
+
y: z.ZodNumber;
|
|
4029
|
+
}, z.core.$strip>;
|
|
4030
|
+
url: z.ZodString;
|
|
4031
|
+
method: z.ZodEnum<{
|
|
4032
|
+
POST: "POST";
|
|
4033
|
+
GET: "GET";
|
|
4034
|
+
}>;
|
|
4035
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4036
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3589
4037
|
}, z.core.$strip>, z.ZodObject<{
|
|
3590
4038
|
id: z.ZodString;
|
|
3591
4039
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3649,10 +4097,6 @@ export declare const contract: {
|
|
|
3649
4097
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3650
4098
|
}, z.core.$strip>>>;
|
|
3651
4099
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3652
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
3653
|
-
redirect: "redirect";
|
|
3654
|
-
rules: "rules";
|
|
3655
|
-
}>>;
|
|
3656
4100
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3657
4101
|
entry: z.ZodString;
|
|
3658
4102
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3735,6 +4179,30 @@ export declare const contract: {
|
|
|
3735
4179
|
y: z.ZodNumber;
|
|
3736
4180
|
}, z.core.$strip>;
|
|
3737
4181
|
next: z.ZodNullable<z.ZodString>;
|
|
4182
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4183
|
+
id: z.ZodString;
|
|
4184
|
+
type: z.ZodLiteral<"countdown">;
|
|
4185
|
+
position: z.ZodObject<{
|
|
4186
|
+
x: z.ZodNumber;
|
|
4187
|
+
y: z.ZodNumber;
|
|
4188
|
+
}, z.core.$strip>;
|
|
4189
|
+
seconds: z.ZodNumber;
|
|
4190
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4191
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4192
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4193
|
+
id: z.ZodString;
|
|
4194
|
+
type: z.ZodLiteral<"webhook">;
|
|
4195
|
+
position: z.ZodObject<{
|
|
4196
|
+
x: z.ZodNumber;
|
|
4197
|
+
y: z.ZodNumber;
|
|
4198
|
+
}, z.core.$strip>;
|
|
4199
|
+
url: z.ZodString;
|
|
4200
|
+
method: z.ZodEnum<{
|
|
4201
|
+
POST: "POST";
|
|
4202
|
+
GET: "GET";
|
|
4203
|
+
}>;
|
|
4204
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4205
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3738
4206
|
}, z.core.$strip>, z.ZodObject<{
|
|
3739
4207
|
id: z.ZodString;
|
|
3740
4208
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3797,10 +4265,6 @@ export declare const contract: {
|
|
|
3797
4265
|
}, z.core.$strip>>;
|
|
3798
4266
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
3799
4267
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
3800
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
3801
|
-
redirect: "redirect";
|
|
3802
|
-
rules: "rules";
|
|
3803
|
-
}>>;
|
|
3804
4268
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3805
4269
|
entry: z.ZodString;
|
|
3806
4270
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3883,6 +4347,30 @@ export declare const contract: {
|
|
|
3883
4347
|
y: z.ZodNumber;
|
|
3884
4348
|
}, z.core.$strip>;
|
|
3885
4349
|
next: z.ZodNullable<z.ZodString>;
|
|
4350
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4351
|
+
id: z.ZodString;
|
|
4352
|
+
type: z.ZodLiteral<"countdown">;
|
|
4353
|
+
position: z.ZodObject<{
|
|
4354
|
+
x: z.ZodNumber;
|
|
4355
|
+
y: z.ZodNumber;
|
|
4356
|
+
}, z.core.$strip>;
|
|
4357
|
+
seconds: z.ZodNumber;
|
|
4358
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4359
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4360
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4361
|
+
id: z.ZodString;
|
|
4362
|
+
type: z.ZodLiteral<"webhook">;
|
|
4363
|
+
position: z.ZodObject<{
|
|
4364
|
+
x: z.ZodNumber;
|
|
4365
|
+
y: z.ZodNumber;
|
|
4366
|
+
}, z.core.$strip>;
|
|
4367
|
+
url: z.ZodString;
|
|
4368
|
+
method: z.ZodEnum<{
|
|
4369
|
+
POST: "POST";
|
|
4370
|
+
GET: "GET";
|
|
4371
|
+
}>;
|
|
4372
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4373
|
+
next: z.ZodNullable<z.ZodString>;
|
|
3886
4374
|
}, z.core.$strip>, z.ZodObject<{
|
|
3887
4375
|
id: z.ZodString;
|
|
3888
4376
|
type: z.ZodLiteral<"entry">;
|
|
@@ -3978,10 +4466,6 @@ export declare const contract: {
|
|
|
3978
4466
|
}, z.core.$strip>>;
|
|
3979
4467
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
3980
4468
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
3981
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
3982
|
-
redirect: "redirect";
|
|
3983
|
-
rules: "rules";
|
|
3984
|
-
}>>;
|
|
3985
4469
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3986
4470
|
entry: z.ZodString;
|
|
3987
4471
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4064,6 +4548,30 @@ export declare const contract: {
|
|
|
4064
4548
|
y: z.ZodNumber;
|
|
4065
4549
|
}, z.core.$strip>;
|
|
4066
4550
|
next: z.ZodNullable<z.ZodString>;
|
|
4551
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4552
|
+
id: z.ZodString;
|
|
4553
|
+
type: z.ZodLiteral<"countdown">;
|
|
4554
|
+
position: z.ZodObject<{
|
|
4555
|
+
x: z.ZodNumber;
|
|
4556
|
+
y: z.ZodNumber;
|
|
4557
|
+
}, z.core.$strip>;
|
|
4558
|
+
seconds: z.ZodNumber;
|
|
4559
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4560
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4561
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4562
|
+
id: z.ZodString;
|
|
4563
|
+
type: z.ZodLiteral<"webhook">;
|
|
4564
|
+
position: z.ZodObject<{
|
|
4565
|
+
x: z.ZodNumber;
|
|
4566
|
+
y: z.ZodNumber;
|
|
4567
|
+
}, z.core.$strip>;
|
|
4568
|
+
url: z.ZodString;
|
|
4569
|
+
method: z.ZodEnum<{
|
|
4570
|
+
POST: "POST";
|
|
4571
|
+
GET: "GET";
|
|
4572
|
+
}>;
|
|
4573
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4574
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4067
4575
|
}, z.core.$strip>, z.ZodObject<{
|
|
4068
4576
|
id: z.ZodString;
|
|
4069
4577
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4165,10 +4673,6 @@ export declare const contract: {
|
|
|
4165
4673
|
}, z.core.$strip>>;
|
|
4166
4674
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4167
4675
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4168
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4169
|
-
redirect: "redirect";
|
|
4170
|
-
rules: "rules";
|
|
4171
|
-
}>>;
|
|
4172
4676
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4173
4677
|
entry: z.ZodString;
|
|
4174
4678
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4251,6 +4755,30 @@ export declare const contract: {
|
|
|
4251
4755
|
y: z.ZodNumber;
|
|
4252
4756
|
}, z.core.$strip>;
|
|
4253
4757
|
next: z.ZodNullable<z.ZodString>;
|
|
4758
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4759
|
+
id: z.ZodString;
|
|
4760
|
+
type: z.ZodLiteral<"countdown">;
|
|
4761
|
+
position: z.ZodObject<{
|
|
4762
|
+
x: z.ZodNumber;
|
|
4763
|
+
y: z.ZodNumber;
|
|
4764
|
+
}, z.core.$strip>;
|
|
4765
|
+
seconds: z.ZodNumber;
|
|
4766
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4767
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4768
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4769
|
+
id: z.ZodString;
|
|
4770
|
+
type: z.ZodLiteral<"webhook">;
|
|
4771
|
+
position: z.ZodObject<{
|
|
4772
|
+
x: z.ZodNumber;
|
|
4773
|
+
y: z.ZodNumber;
|
|
4774
|
+
}, z.core.$strip>;
|
|
4775
|
+
url: z.ZodString;
|
|
4776
|
+
method: z.ZodEnum<{
|
|
4777
|
+
POST: "POST";
|
|
4778
|
+
GET: "GET";
|
|
4779
|
+
}>;
|
|
4780
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4781
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4254
4782
|
}, z.core.$strip>, z.ZodObject<{
|
|
4255
4783
|
id: z.ZodString;
|
|
4256
4784
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4316,10 +4844,6 @@ export declare const contract: {
|
|
|
4316
4844
|
logo_size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4317
4845
|
}, z.core.$strip>>>;
|
|
4318
4846
|
tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4319
|
-
link_type: z.ZodOptional<z.ZodEnum<{
|
|
4320
|
-
redirect: "redirect";
|
|
4321
|
-
rules: "rules";
|
|
4322
|
-
}>>;
|
|
4323
4847
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4324
4848
|
entry: z.ZodString;
|
|
4325
4849
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4402,6 +4926,30 @@ export declare const contract: {
|
|
|
4402
4926
|
y: z.ZodNumber;
|
|
4403
4927
|
}, z.core.$strip>;
|
|
4404
4928
|
next: z.ZodNullable<z.ZodString>;
|
|
4929
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4930
|
+
id: z.ZodString;
|
|
4931
|
+
type: z.ZodLiteral<"countdown">;
|
|
4932
|
+
position: z.ZodObject<{
|
|
4933
|
+
x: z.ZodNumber;
|
|
4934
|
+
y: z.ZodNumber;
|
|
4935
|
+
}, z.core.$strip>;
|
|
4936
|
+
seconds: z.ZodNumber;
|
|
4937
|
+
message: z.ZodNullable<z.ZodString>;
|
|
4938
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4939
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4940
|
+
id: z.ZodString;
|
|
4941
|
+
type: z.ZodLiteral<"webhook">;
|
|
4942
|
+
position: z.ZodObject<{
|
|
4943
|
+
x: z.ZodNumber;
|
|
4944
|
+
y: z.ZodNumber;
|
|
4945
|
+
}, z.core.$strip>;
|
|
4946
|
+
url: z.ZodString;
|
|
4947
|
+
method: z.ZodEnum<{
|
|
4948
|
+
POST: "POST";
|
|
4949
|
+
GET: "GET";
|
|
4950
|
+
}>;
|
|
4951
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4952
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4405
4953
|
}, z.core.$strip>, z.ZodObject<{
|
|
4406
4954
|
id: z.ZodString;
|
|
4407
4955
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4464,10 +5012,6 @@ export declare const contract: {
|
|
|
4464
5012
|
}, z.core.$strip>>;
|
|
4465
5013
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4466
5014
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4467
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4468
|
-
redirect: "redirect";
|
|
4469
|
-
rules: "rules";
|
|
4470
|
-
}>>;
|
|
4471
5015
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4472
5016
|
entry: z.ZodString;
|
|
4473
5017
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4550,6 +5094,30 @@ export declare const contract: {
|
|
|
4550
5094
|
y: z.ZodNumber;
|
|
4551
5095
|
}, z.core.$strip>;
|
|
4552
5096
|
next: z.ZodNullable<z.ZodString>;
|
|
5097
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5098
|
+
id: z.ZodString;
|
|
5099
|
+
type: z.ZodLiteral<"countdown">;
|
|
5100
|
+
position: z.ZodObject<{
|
|
5101
|
+
x: z.ZodNumber;
|
|
5102
|
+
y: z.ZodNumber;
|
|
5103
|
+
}, z.core.$strip>;
|
|
5104
|
+
seconds: z.ZodNumber;
|
|
5105
|
+
message: z.ZodNullable<z.ZodString>;
|
|
5106
|
+
next: z.ZodNullable<z.ZodString>;
|
|
5107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5108
|
+
id: z.ZodString;
|
|
5109
|
+
type: z.ZodLiteral<"webhook">;
|
|
5110
|
+
position: z.ZodObject<{
|
|
5111
|
+
x: z.ZodNumber;
|
|
5112
|
+
y: z.ZodNumber;
|
|
5113
|
+
}, z.core.$strip>;
|
|
5114
|
+
url: z.ZodString;
|
|
5115
|
+
method: z.ZodEnum<{
|
|
5116
|
+
POST: "POST";
|
|
5117
|
+
GET: "GET";
|
|
5118
|
+
}>;
|
|
5119
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5120
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4553
5121
|
}, z.core.$strip>, z.ZodObject<{
|
|
4554
5122
|
id: z.ZodString;
|
|
4555
5123
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4639,10 +5207,6 @@ export declare const contract: {
|
|
|
4639
5207
|
}, z.core.$strip>>;
|
|
4640
5208
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4641
5209
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4642
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4643
|
-
redirect: "redirect";
|
|
4644
|
-
rules: "rules";
|
|
4645
|
-
}>>;
|
|
4646
5210
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4647
5211
|
entry: z.ZodString;
|
|
4648
5212
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4725,6 +5289,30 @@ export declare const contract: {
|
|
|
4725
5289
|
y: z.ZodNumber;
|
|
4726
5290
|
}, z.core.$strip>;
|
|
4727
5291
|
next: z.ZodNullable<z.ZodString>;
|
|
5292
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5293
|
+
id: z.ZodString;
|
|
5294
|
+
type: z.ZodLiteral<"countdown">;
|
|
5295
|
+
position: z.ZodObject<{
|
|
5296
|
+
x: z.ZodNumber;
|
|
5297
|
+
y: z.ZodNumber;
|
|
5298
|
+
}, z.core.$strip>;
|
|
5299
|
+
seconds: z.ZodNumber;
|
|
5300
|
+
message: z.ZodNullable<z.ZodString>;
|
|
5301
|
+
next: z.ZodNullable<z.ZodString>;
|
|
5302
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5303
|
+
id: z.ZodString;
|
|
5304
|
+
type: z.ZodLiteral<"webhook">;
|
|
5305
|
+
position: z.ZodObject<{
|
|
5306
|
+
x: z.ZodNumber;
|
|
5307
|
+
y: z.ZodNumber;
|
|
5308
|
+
}, z.core.$strip>;
|
|
5309
|
+
url: z.ZodString;
|
|
5310
|
+
method: z.ZodEnum<{
|
|
5311
|
+
POST: "POST";
|
|
5312
|
+
GET: "GET";
|
|
5313
|
+
}>;
|
|
5314
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5315
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4728
5316
|
}, z.core.$strip>, z.ZodObject<{
|
|
4729
5317
|
id: z.ZodString;
|
|
4730
5318
|
type: z.ZodLiteral<"entry">;
|
|
@@ -4799,10 +5387,6 @@ export declare const contract: {
|
|
|
4799
5387
|
}, z.core.$strip>>;
|
|
4800
5388
|
qr_logo_key: z.ZodNullable<z.ZodString>;
|
|
4801
5389
|
logo_url: z.ZodNullable<z.ZodString>;
|
|
4802
|
-
link_type: z.ZodDefault<z.ZodEnum<{
|
|
4803
|
-
redirect: "redirect";
|
|
4804
|
-
rules: "rules";
|
|
4805
|
-
}>>;
|
|
4806
5390
|
rule_graph: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4807
5391
|
entry: z.ZodString;
|
|
4808
5392
|
nodes: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4885,6 +5469,30 @@ export declare const contract: {
|
|
|
4885
5469
|
y: z.ZodNumber;
|
|
4886
5470
|
}, z.core.$strip>;
|
|
4887
5471
|
next: z.ZodNullable<z.ZodString>;
|
|
5472
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5473
|
+
id: z.ZodString;
|
|
5474
|
+
type: z.ZodLiteral<"countdown">;
|
|
5475
|
+
position: z.ZodObject<{
|
|
5476
|
+
x: z.ZodNumber;
|
|
5477
|
+
y: z.ZodNumber;
|
|
5478
|
+
}, z.core.$strip>;
|
|
5479
|
+
seconds: z.ZodNumber;
|
|
5480
|
+
message: z.ZodNullable<z.ZodString>;
|
|
5481
|
+
next: z.ZodNullable<z.ZodString>;
|
|
5482
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5483
|
+
id: z.ZodString;
|
|
5484
|
+
type: z.ZodLiteral<"webhook">;
|
|
5485
|
+
position: z.ZodObject<{
|
|
5486
|
+
x: z.ZodNumber;
|
|
5487
|
+
y: z.ZodNumber;
|
|
5488
|
+
}, z.core.$strip>;
|
|
5489
|
+
url: z.ZodString;
|
|
5490
|
+
method: z.ZodEnum<{
|
|
5491
|
+
POST: "POST";
|
|
5492
|
+
GET: "GET";
|
|
5493
|
+
}>;
|
|
5494
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5495
|
+
next: z.ZodNullable<z.ZodString>;
|
|
4888
5496
|
}, z.core.$strip>, z.ZodObject<{
|
|
4889
5497
|
id: z.ZodString;
|
|
4890
5498
|
type: z.ZodLiteral<"entry">;
|