@pcontext/api 0.0.2 → 0.0.3
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/app.d.mts +158 -158
- package/dist/client.d.mts +79 -79
- package/dist/modules/doc/doc.route.d.mts +49 -49
- package/dist/modules/rank/rank.route.d.mts +7 -7
- package/dist/modules/task/task.route.d.mts +14 -14
- package/dist/modules/user/infrastructure/user.po.d.mts +1 -1
- package/dist/modules/user/interfaces/admin.route.d.mts +34 -34
- package/dist/modules/user/interfaces/user.dto.d.mts +7 -7
- package/dist/modules/user/interfaces/user.route.d.mts +9 -9
- package/dist/modules/user/interfaces/user.vo.d.mts +1 -1
- package/dist/shared/db/connection.d.mts +1 -1
- package/dist/shared/utils/validator.d.mts +21 -21
- package/package.json +3 -4
package/dist/client.d.mts
CHANGED
|
@@ -1302,7 +1302,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1302
1302
|
fatal?: boolean | undefined | undefined;
|
|
1303
1303
|
} | {
|
|
1304
1304
|
code: "invalid_string";
|
|
1305
|
-
validation: "
|
|
1305
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1306
1306
|
includes: string;
|
|
1307
1307
|
position?: number | undefined | undefined;
|
|
1308
1308
|
} | {
|
|
@@ -1408,7 +1408,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1408
1408
|
fatal?: boolean | undefined | undefined;
|
|
1409
1409
|
} | {
|
|
1410
1410
|
code: "invalid_string";
|
|
1411
|
-
validation: "
|
|
1411
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1412
1412
|
includes: string;
|
|
1413
1413
|
position?: number | undefined | undefined;
|
|
1414
1414
|
} | {
|
|
@@ -1548,7 +1548,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1548
1548
|
fatal?: boolean | undefined | undefined;
|
|
1549
1549
|
} | {
|
|
1550
1550
|
code: "invalid_string";
|
|
1551
|
-
validation: "
|
|
1551
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1552
1552
|
includes: string;
|
|
1553
1553
|
position?: number | undefined | undefined;
|
|
1554
1554
|
} | {
|
|
@@ -1654,7 +1654,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1654
1654
|
fatal?: boolean | undefined | undefined;
|
|
1655
1655
|
} | {
|
|
1656
1656
|
code: "invalid_string";
|
|
1657
|
-
validation: "
|
|
1657
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1658
1658
|
includes: string;
|
|
1659
1659
|
position?: number | undefined | undefined;
|
|
1660
1660
|
} | {
|
|
@@ -1781,7 +1781,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1781
1781
|
fatal?: boolean | undefined | undefined;
|
|
1782
1782
|
} | {
|
|
1783
1783
|
code: "invalid_string";
|
|
1784
|
-
validation: "
|
|
1784
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1785
1785
|
includes: string;
|
|
1786
1786
|
position?: number | undefined | undefined;
|
|
1787
1787
|
} | {
|
|
@@ -1887,7 +1887,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1887
1887
|
fatal?: boolean | undefined | undefined;
|
|
1888
1888
|
} | {
|
|
1889
1889
|
code: "invalid_string";
|
|
1890
|
-
validation: "
|
|
1890
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1891
1891
|
includes: string;
|
|
1892
1892
|
position?: number | undefined | undefined;
|
|
1893
1893
|
} | {
|
|
@@ -1966,7 +1966,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
1966
1966
|
fatal?: boolean | undefined | undefined;
|
|
1967
1967
|
} | {
|
|
1968
1968
|
code: "invalid_string";
|
|
1969
|
-
validation: "
|
|
1969
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1970
1970
|
includes: string;
|
|
1971
1971
|
position?: number | undefined | undefined;
|
|
1972
1972
|
} | {
|
|
@@ -2035,7 +2035,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
2035
2035
|
name: string;
|
|
2036
2036
|
phone: string;
|
|
2037
2037
|
email: string;
|
|
2038
|
-
role: "
|
|
2038
|
+
role: "user" | "admin";
|
|
2039
2039
|
status: "active" | "inactive";
|
|
2040
2040
|
createdAt: number;
|
|
2041
2041
|
updatedAt: number;
|
|
@@ -2109,7 +2109,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
2109
2109
|
name: string;
|
|
2110
2110
|
phone: string;
|
|
2111
2111
|
email: string;
|
|
2112
|
-
role: "
|
|
2112
|
+
role: "user" | "admin";
|
|
2113
2113
|
status: "active" | "inactive";
|
|
2114
2114
|
createdAt: number;
|
|
2115
2115
|
updatedAt: number;
|
|
@@ -3390,7 +3390,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
3390
3390
|
fatal?: boolean | undefined | undefined;
|
|
3391
3391
|
} | {
|
|
3392
3392
|
code: "invalid_string";
|
|
3393
|
-
validation: "
|
|
3393
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
3394
3394
|
includes: string;
|
|
3395
3395
|
position?: number | undefined | undefined;
|
|
3396
3396
|
} | {
|
|
@@ -3496,7 +3496,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
3496
3496
|
fatal?: boolean | undefined | undefined;
|
|
3497
3497
|
} | {
|
|
3498
3498
|
code: "invalid_string";
|
|
3499
|
-
validation: "
|
|
3499
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
3500
3500
|
includes: string;
|
|
3501
3501
|
position?: number | undefined | undefined;
|
|
3502
3502
|
} | {
|
|
@@ -3636,7 +3636,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
3636
3636
|
fatal?: boolean | undefined | undefined;
|
|
3637
3637
|
} | {
|
|
3638
3638
|
code: "invalid_string";
|
|
3639
|
-
validation: "
|
|
3639
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
3640
3640
|
includes: string;
|
|
3641
3641
|
position?: number | undefined | undefined;
|
|
3642
3642
|
} | {
|
|
@@ -3742,7 +3742,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
3742
3742
|
fatal?: boolean | undefined | undefined;
|
|
3743
3743
|
} | {
|
|
3744
3744
|
code: "invalid_string";
|
|
3745
|
-
validation: "
|
|
3745
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
3746
3746
|
includes: string;
|
|
3747
3747
|
position?: number | undefined | undefined;
|
|
3748
3748
|
} | {
|
|
@@ -3869,7 +3869,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
3869
3869
|
fatal?: boolean | undefined | undefined;
|
|
3870
3870
|
} | {
|
|
3871
3871
|
code: "invalid_string";
|
|
3872
|
-
validation: "
|
|
3872
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
3873
3873
|
includes: string;
|
|
3874
3874
|
position?: number | undefined | undefined;
|
|
3875
3875
|
} | {
|
|
@@ -3975,7 +3975,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
3975
3975
|
fatal?: boolean | undefined | undefined;
|
|
3976
3976
|
} | {
|
|
3977
3977
|
code: "invalid_string";
|
|
3978
|
-
validation: "
|
|
3978
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
3979
3979
|
includes: string;
|
|
3980
3980
|
position?: number | undefined | undefined;
|
|
3981
3981
|
} | {
|
|
@@ -4054,7 +4054,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
4054
4054
|
fatal?: boolean | undefined | undefined;
|
|
4055
4055
|
} | {
|
|
4056
4056
|
code: "invalid_string";
|
|
4057
|
-
validation: "
|
|
4057
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
4058
4058
|
includes: string;
|
|
4059
4059
|
position?: number | undefined | undefined;
|
|
4060
4060
|
} | {
|
|
@@ -5411,7 +5411,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
5411
5411
|
fatal?: boolean | undefined | undefined;
|
|
5412
5412
|
} | {
|
|
5413
5413
|
code: "invalid_string";
|
|
5414
|
-
validation: "
|
|
5414
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
5415
5415
|
includes: string;
|
|
5416
5416
|
position?: number | undefined | undefined;
|
|
5417
5417
|
} | {
|
|
@@ -5517,7 +5517,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
5517
5517
|
fatal?: boolean | undefined | undefined;
|
|
5518
5518
|
} | {
|
|
5519
5519
|
code: "invalid_string";
|
|
5520
|
-
validation: "
|
|
5520
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
5521
5521
|
includes: string;
|
|
5522
5522
|
position?: number | undefined | undefined;
|
|
5523
5523
|
} | {
|
|
@@ -5657,7 +5657,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
5657
5657
|
fatal?: boolean | undefined | undefined;
|
|
5658
5658
|
} | {
|
|
5659
5659
|
code: "invalid_string";
|
|
5660
|
-
validation: "
|
|
5660
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
5661
5661
|
includes: string;
|
|
5662
5662
|
position?: number | undefined | undefined;
|
|
5663
5663
|
} | {
|
|
@@ -5763,7 +5763,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
5763
5763
|
fatal?: boolean | undefined | undefined;
|
|
5764
5764
|
} | {
|
|
5765
5765
|
code: "invalid_string";
|
|
5766
|
-
validation: "
|
|
5766
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
5767
5767
|
includes: string;
|
|
5768
5768
|
position?: number | undefined | undefined;
|
|
5769
5769
|
} | {
|
|
@@ -5890,7 +5890,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
5890
5890
|
fatal?: boolean | undefined | undefined;
|
|
5891
5891
|
} | {
|
|
5892
5892
|
code: "invalid_string";
|
|
5893
|
-
validation: "
|
|
5893
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
5894
5894
|
includes: string;
|
|
5895
5895
|
position?: number | undefined | undefined;
|
|
5896
5896
|
} | {
|
|
@@ -5996,7 +5996,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
5996
5996
|
fatal?: boolean | undefined | undefined;
|
|
5997
5997
|
} | {
|
|
5998
5998
|
code: "invalid_string";
|
|
5999
|
-
validation: "
|
|
5999
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
6000
6000
|
includes: string;
|
|
6001
6001
|
position?: number | undefined | undefined;
|
|
6002
6002
|
} | {
|
|
@@ -6075,7 +6075,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
6075
6075
|
fatal?: boolean | undefined | undefined;
|
|
6076
6076
|
} | {
|
|
6077
6077
|
code: "invalid_string";
|
|
6078
|
-
validation: "
|
|
6078
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
6079
6079
|
includes: string;
|
|
6080
6080
|
position?: number | undefined | undefined;
|
|
6081
6081
|
} | {
|
|
@@ -7432,7 +7432,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
7432
7432
|
fatal?: boolean | undefined | undefined;
|
|
7433
7433
|
} | {
|
|
7434
7434
|
code: "invalid_string";
|
|
7435
|
-
validation: "
|
|
7435
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
7436
7436
|
includes: string;
|
|
7437
7437
|
position?: number | undefined | undefined;
|
|
7438
7438
|
} | {
|
|
@@ -7538,7 +7538,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
7538
7538
|
fatal?: boolean | undefined | undefined;
|
|
7539
7539
|
} | {
|
|
7540
7540
|
code: "invalid_string";
|
|
7541
|
-
validation: "
|
|
7541
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
7542
7542
|
includes: string;
|
|
7543
7543
|
position?: number | undefined | undefined;
|
|
7544
7544
|
} | {
|
|
@@ -7678,7 +7678,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
7678
7678
|
fatal?: boolean | undefined | undefined;
|
|
7679
7679
|
} | {
|
|
7680
7680
|
code: "invalid_string";
|
|
7681
|
-
validation: "
|
|
7681
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
7682
7682
|
includes: string;
|
|
7683
7683
|
position?: number | undefined | undefined;
|
|
7684
7684
|
} | {
|
|
@@ -7784,7 +7784,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
7784
7784
|
fatal?: boolean | undefined | undefined;
|
|
7785
7785
|
} | {
|
|
7786
7786
|
code: "invalid_string";
|
|
7787
|
-
validation: "
|
|
7787
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
7788
7788
|
includes: string;
|
|
7789
7789
|
position?: number | undefined | undefined;
|
|
7790
7790
|
} | {
|
|
@@ -7911,7 +7911,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
7911
7911
|
fatal?: boolean | undefined | undefined;
|
|
7912
7912
|
} | {
|
|
7913
7913
|
code: "invalid_string";
|
|
7914
|
-
validation: "
|
|
7914
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
7915
7915
|
includes: string;
|
|
7916
7916
|
position?: number | undefined | undefined;
|
|
7917
7917
|
} | {
|
|
@@ -8017,7 +8017,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
8017
8017
|
fatal?: boolean | undefined | undefined;
|
|
8018
8018
|
} | {
|
|
8019
8019
|
code: "invalid_string";
|
|
8020
|
-
validation: "
|
|
8020
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
8021
8021
|
includes: string;
|
|
8022
8022
|
position?: number | undefined | undefined;
|
|
8023
8023
|
} | {
|
|
@@ -8096,7 +8096,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
8096
8096
|
fatal?: boolean | undefined | undefined;
|
|
8097
8097
|
} | {
|
|
8098
8098
|
code: "invalid_string";
|
|
8099
|
-
validation: "
|
|
8099
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
8100
8100
|
includes: string;
|
|
8101
8101
|
position?: number | undefined | undefined;
|
|
8102
8102
|
} | {
|
|
@@ -9452,7 +9452,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
9452
9452
|
fatal?: boolean | undefined | undefined;
|
|
9453
9453
|
} | {
|
|
9454
9454
|
code: "invalid_string";
|
|
9455
|
-
validation: "
|
|
9455
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
9456
9456
|
includes: string;
|
|
9457
9457
|
position?: number | undefined | undefined;
|
|
9458
9458
|
} | {
|
|
@@ -9558,7 +9558,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
9558
9558
|
fatal?: boolean | undefined | undefined;
|
|
9559
9559
|
} | {
|
|
9560
9560
|
code: "invalid_string";
|
|
9561
|
-
validation: "
|
|
9561
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
9562
9562
|
includes: string;
|
|
9563
9563
|
position?: number | undefined | undefined;
|
|
9564
9564
|
} | {
|
|
@@ -9698,7 +9698,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
9698
9698
|
fatal?: boolean | undefined | undefined;
|
|
9699
9699
|
} | {
|
|
9700
9700
|
code: "invalid_string";
|
|
9701
|
-
validation: "
|
|
9701
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
9702
9702
|
includes: string;
|
|
9703
9703
|
position?: number | undefined | undefined;
|
|
9704
9704
|
} | {
|
|
@@ -9804,7 +9804,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
9804
9804
|
fatal?: boolean | undefined | undefined;
|
|
9805
9805
|
} | {
|
|
9806
9806
|
code: "invalid_string";
|
|
9807
|
-
validation: "
|
|
9807
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
9808
9808
|
includes: string;
|
|
9809
9809
|
position?: number | undefined | undefined;
|
|
9810
9810
|
} | {
|
|
@@ -9931,7 +9931,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
9931
9931
|
fatal?: boolean | undefined | undefined;
|
|
9932
9932
|
} | {
|
|
9933
9933
|
code: "invalid_string";
|
|
9934
|
-
validation: "
|
|
9934
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
9935
9935
|
includes: string;
|
|
9936
9936
|
position?: number | undefined | undefined;
|
|
9937
9937
|
} | {
|
|
@@ -10037,7 +10037,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
10037
10037
|
fatal?: boolean | undefined | undefined;
|
|
10038
10038
|
} | {
|
|
10039
10039
|
code: "invalid_string";
|
|
10040
|
-
validation: "
|
|
10040
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
10041
10041
|
includes: string;
|
|
10042
10042
|
position?: number | undefined | undefined;
|
|
10043
10043
|
} | {
|
|
@@ -10116,7 +10116,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
10116
10116
|
fatal?: boolean | undefined | undefined;
|
|
10117
10117
|
} | {
|
|
10118
10118
|
code: "invalid_string";
|
|
10119
|
-
validation: "
|
|
10119
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
10120
10120
|
includes: string;
|
|
10121
10121
|
position?: number | undefined | undefined;
|
|
10122
10122
|
} | {
|
|
@@ -11478,7 +11478,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
11478
11478
|
fatal?: boolean | undefined | undefined;
|
|
11479
11479
|
} | {
|
|
11480
11480
|
code: "invalid_string";
|
|
11481
|
-
validation: "
|
|
11481
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
11482
11482
|
includes: string;
|
|
11483
11483
|
position?: number | undefined | undefined;
|
|
11484
11484
|
} | {
|
|
@@ -11584,7 +11584,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
11584
11584
|
fatal?: boolean | undefined | undefined;
|
|
11585
11585
|
} | {
|
|
11586
11586
|
code: "invalid_string";
|
|
11587
|
-
validation: "
|
|
11587
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
11588
11588
|
includes: string;
|
|
11589
11589
|
position?: number | undefined | undefined;
|
|
11590
11590
|
} | {
|
|
@@ -11724,7 +11724,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
11724
11724
|
fatal?: boolean | undefined | undefined;
|
|
11725
11725
|
} | {
|
|
11726
11726
|
code: "invalid_string";
|
|
11727
|
-
validation: "
|
|
11727
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
11728
11728
|
includes: string;
|
|
11729
11729
|
position?: number | undefined | undefined;
|
|
11730
11730
|
} | {
|
|
@@ -11830,7 +11830,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
11830
11830
|
fatal?: boolean | undefined | undefined;
|
|
11831
11831
|
} | {
|
|
11832
11832
|
code: "invalid_string";
|
|
11833
|
-
validation: "
|
|
11833
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
11834
11834
|
includes: string;
|
|
11835
11835
|
position?: number | undefined | undefined;
|
|
11836
11836
|
} | {
|
|
@@ -11957,7 +11957,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
11957
11957
|
fatal?: boolean | undefined | undefined;
|
|
11958
11958
|
} | {
|
|
11959
11959
|
code: "invalid_string";
|
|
11960
|
-
validation: "
|
|
11960
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
11961
11961
|
includes: string;
|
|
11962
11962
|
position?: number | undefined | undefined;
|
|
11963
11963
|
} | {
|
|
@@ -12063,7 +12063,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
12063
12063
|
fatal?: boolean | undefined | undefined;
|
|
12064
12064
|
} | {
|
|
12065
12065
|
code: "invalid_string";
|
|
12066
|
-
validation: "
|
|
12066
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
12067
12067
|
includes: string;
|
|
12068
12068
|
position?: number | undefined | undefined;
|
|
12069
12069
|
} | {
|
|
@@ -12142,7 +12142,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
12142
12142
|
fatal?: boolean | undefined | undefined;
|
|
12143
12143
|
} | {
|
|
12144
12144
|
code: "invalid_string";
|
|
12145
|
-
validation: "
|
|
12145
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
12146
12146
|
includes: string;
|
|
12147
12147
|
position?: number | undefined | undefined;
|
|
12148
12148
|
} | {
|
|
@@ -13548,7 +13548,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
13548
13548
|
fatal?: boolean | undefined | undefined;
|
|
13549
13549
|
} | {
|
|
13550
13550
|
code: "invalid_string";
|
|
13551
|
-
validation: "
|
|
13551
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
13552
13552
|
includes: string;
|
|
13553
13553
|
position?: number | undefined | undefined;
|
|
13554
13554
|
} | {
|
|
@@ -13654,7 +13654,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
13654
13654
|
fatal?: boolean | undefined | undefined;
|
|
13655
13655
|
} | {
|
|
13656
13656
|
code: "invalid_string";
|
|
13657
|
-
validation: "
|
|
13657
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
13658
13658
|
includes: string;
|
|
13659
13659
|
position?: number | undefined | undefined;
|
|
13660
13660
|
} | {
|
|
@@ -13794,7 +13794,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
13794
13794
|
fatal?: boolean | undefined | undefined;
|
|
13795
13795
|
} | {
|
|
13796
13796
|
code: "invalid_string";
|
|
13797
|
-
validation: "
|
|
13797
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
13798
13798
|
includes: string;
|
|
13799
13799
|
position?: number | undefined | undefined;
|
|
13800
13800
|
} | {
|
|
@@ -13900,7 +13900,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
13900
13900
|
fatal?: boolean | undefined | undefined;
|
|
13901
13901
|
} | {
|
|
13902
13902
|
code: "invalid_string";
|
|
13903
|
-
validation: "
|
|
13903
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
13904
13904
|
includes: string;
|
|
13905
13905
|
position?: number | undefined | undefined;
|
|
13906
13906
|
} | {
|
|
@@ -14027,7 +14027,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
14027
14027
|
fatal?: boolean | undefined | undefined;
|
|
14028
14028
|
} | {
|
|
14029
14029
|
code: "invalid_string";
|
|
14030
|
-
validation: "
|
|
14030
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
14031
14031
|
includes: string;
|
|
14032
14032
|
position?: number | undefined | undefined;
|
|
14033
14033
|
} | {
|
|
@@ -14133,7 +14133,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
14133
14133
|
fatal?: boolean | undefined | undefined;
|
|
14134
14134
|
} | {
|
|
14135
14135
|
code: "invalid_string";
|
|
14136
|
-
validation: "
|
|
14136
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
14137
14137
|
includes: string;
|
|
14138
14138
|
position?: number | undefined | undefined;
|
|
14139
14139
|
} | {
|
|
@@ -14212,7 +14212,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
14212
14212
|
fatal?: boolean | undefined | undefined;
|
|
14213
14213
|
} | {
|
|
14214
14214
|
code: "invalid_string";
|
|
14215
|
-
validation: "
|
|
14215
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
14216
14216
|
includes: string;
|
|
14217
14217
|
position?: number | undefined | undefined;
|
|
14218
14218
|
} | {
|
|
@@ -15565,7 +15565,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
15565
15565
|
fatal?: boolean | undefined | undefined;
|
|
15566
15566
|
} | {
|
|
15567
15567
|
code: "invalid_string";
|
|
15568
|
-
validation: "
|
|
15568
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
15569
15569
|
includes: string;
|
|
15570
15570
|
position?: number | undefined | undefined;
|
|
15571
15571
|
} | {
|
|
@@ -15671,7 +15671,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
15671
15671
|
fatal?: boolean | undefined | undefined;
|
|
15672
15672
|
} | {
|
|
15673
15673
|
code: "invalid_string";
|
|
15674
|
-
validation: "
|
|
15674
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
15675
15675
|
includes: string;
|
|
15676
15676
|
position?: number | undefined | undefined;
|
|
15677
15677
|
} | {
|
|
@@ -15811,7 +15811,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
15811
15811
|
fatal?: boolean | undefined | undefined;
|
|
15812
15812
|
} | {
|
|
15813
15813
|
code: "invalid_string";
|
|
15814
|
-
validation: "
|
|
15814
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
15815
15815
|
includes: string;
|
|
15816
15816
|
position?: number | undefined | undefined;
|
|
15817
15817
|
} | {
|
|
@@ -15917,7 +15917,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
15917
15917
|
fatal?: boolean | undefined | undefined;
|
|
15918
15918
|
} | {
|
|
15919
15919
|
code: "invalid_string";
|
|
15920
|
-
validation: "
|
|
15920
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
15921
15921
|
includes: string;
|
|
15922
15922
|
position?: number | undefined | undefined;
|
|
15923
15923
|
} | {
|
|
@@ -16044,7 +16044,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
16044
16044
|
fatal?: boolean | undefined | undefined;
|
|
16045
16045
|
} | {
|
|
16046
16046
|
code: "invalid_string";
|
|
16047
|
-
validation: "
|
|
16047
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
16048
16048
|
includes: string;
|
|
16049
16049
|
position?: number | undefined | undefined;
|
|
16050
16050
|
} | {
|
|
@@ -16150,7 +16150,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
16150
16150
|
fatal?: boolean | undefined | undefined;
|
|
16151
16151
|
} | {
|
|
16152
16152
|
code: "invalid_string";
|
|
16153
|
-
validation: "
|
|
16153
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
16154
16154
|
includes: string;
|
|
16155
16155
|
position?: number | undefined | undefined;
|
|
16156
16156
|
} | {
|
|
@@ -16229,7 +16229,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
16229
16229
|
fatal?: boolean | undefined | undefined;
|
|
16230
16230
|
} | {
|
|
16231
16231
|
code: "invalid_string";
|
|
16232
|
-
validation: "
|
|
16232
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
16233
16233
|
includes: string;
|
|
16234
16234
|
position?: number | undefined | undefined;
|
|
16235
16235
|
} | {
|
|
@@ -17592,7 +17592,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
17592
17592
|
fatal?: boolean | undefined | undefined;
|
|
17593
17593
|
} | {
|
|
17594
17594
|
code: "invalid_string";
|
|
17595
|
-
validation: "
|
|
17595
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
17596
17596
|
includes: string;
|
|
17597
17597
|
position?: number | undefined | undefined;
|
|
17598
17598
|
} | {
|
|
@@ -17698,7 +17698,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
17698
17698
|
fatal?: boolean | undefined | undefined;
|
|
17699
17699
|
} | {
|
|
17700
17700
|
code: "invalid_string";
|
|
17701
|
-
validation: "
|
|
17701
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
17702
17702
|
includes: string;
|
|
17703
17703
|
position?: number | undefined | undefined;
|
|
17704
17704
|
} | {
|
|
@@ -17838,7 +17838,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
17838
17838
|
fatal?: boolean | undefined | undefined;
|
|
17839
17839
|
} | {
|
|
17840
17840
|
code: "invalid_string";
|
|
17841
|
-
validation: "
|
|
17841
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
17842
17842
|
includes: string;
|
|
17843
17843
|
position?: number | undefined | undefined;
|
|
17844
17844
|
} | {
|
|
@@ -17944,7 +17944,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
17944
17944
|
fatal?: boolean | undefined | undefined;
|
|
17945
17945
|
} | {
|
|
17946
17946
|
code: "invalid_string";
|
|
17947
|
-
validation: "
|
|
17947
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
17948
17948
|
includes: string;
|
|
17949
17949
|
position?: number | undefined | undefined;
|
|
17950
17950
|
} | {
|
|
@@ -18071,7 +18071,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
18071
18071
|
fatal?: boolean | undefined | undefined;
|
|
18072
18072
|
} | {
|
|
18073
18073
|
code: "invalid_string";
|
|
18074
|
-
validation: "
|
|
18074
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
18075
18075
|
includes: string;
|
|
18076
18076
|
position?: number | undefined | undefined;
|
|
18077
18077
|
} | {
|
|
@@ -18177,7 +18177,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
18177
18177
|
fatal?: boolean | undefined | undefined;
|
|
18178
18178
|
} | {
|
|
18179
18179
|
code: "invalid_string";
|
|
18180
|
-
validation: "
|
|
18180
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
18181
18181
|
includes: string;
|
|
18182
18182
|
position?: number | undefined | undefined;
|
|
18183
18183
|
} | {
|
|
@@ -18256,7 +18256,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
18256
18256
|
fatal?: boolean | undefined | undefined;
|
|
18257
18257
|
} | {
|
|
18258
18258
|
code: "invalid_string";
|
|
18259
|
-
validation: "
|
|
18259
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
18260
18260
|
includes: string;
|
|
18261
18261
|
position?: number | undefined | undefined;
|
|
18262
18262
|
} | {
|
|
@@ -19614,7 +19614,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
19614
19614
|
fatal?: boolean | undefined | undefined;
|
|
19615
19615
|
} | {
|
|
19616
19616
|
code: "invalid_string";
|
|
19617
|
-
validation: "
|
|
19617
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
19618
19618
|
includes: string;
|
|
19619
19619
|
position?: number | undefined | undefined;
|
|
19620
19620
|
} | {
|
|
@@ -19720,7 +19720,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
19720
19720
|
fatal?: boolean | undefined | undefined;
|
|
19721
19721
|
} | {
|
|
19722
19722
|
code: "invalid_string";
|
|
19723
|
-
validation: "
|
|
19723
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
19724
19724
|
includes: string;
|
|
19725
19725
|
position?: number | undefined | undefined;
|
|
19726
19726
|
} | {
|
|
@@ -19860,7 +19860,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
19860
19860
|
fatal?: boolean | undefined | undefined;
|
|
19861
19861
|
} | {
|
|
19862
19862
|
code: "invalid_string";
|
|
19863
|
-
validation: "
|
|
19863
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
19864
19864
|
includes: string;
|
|
19865
19865
|
position?: number | undefined | undefined;
|
|
19866
19866
|
} | {
|
|
@@ -19966,7 +19966,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
19966
19966
|
fatal?: boolean | undefined | undefined;
|
|
19967
19967
|
} | {
|
|
19968
19968
|
code: "invalid_string";
|
|
19969
|
-
validation: "
|
|
19969
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
19970
19970
|
includes: string;
|
|
19971
19971
|
position?: number | undefined | undefined;
|
|
19972
19972
|
} | {
|
|
@@ -20093,7 +20093,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
20093
20093
|
fatal?: boolean | undefined | undefined;
|
|
20094
20094
|
} | {
|
|
20095
20095
|
code: "invalid_string";
|
|
20096
|
-
validation: "
|
|
20096
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
20097
20097
|
includes: string;
|
|
20098
20098
|
position?: number | undefined | undefined;
|
|
20099
20099
|
} | {
|
|
@@ -20199,7 +20199,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
20199
20199
|
fatal?: boolean | undefined | undefined;
|
|
20200
20200
|
} | {
|
|
20201
20201
|
code: "invalid_string";
|
|
20202
|
-
validation: "
|
|
20202
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
20203
20203
|
includes: string;
|
|
20204
20204
|
position?: number | undefined | undefined;
|
|
20205
20205
|
} | {
|
|
@@ -20278,7 +20278,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
20278
20278
|
fatal?: boolean | undefined | undefined;
|
|
20279
20279
|
} | {
|
|
20280
20280
|
code: "invalid_string";
|
|
20281
|
-
validation: "
|
|
20281
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
20282
20282
|
includes: string;
|
|
20283
20283
|
position?: number | undefined | undefined;
|
|
20284
20284
|
} | {
|
|
@@ -21645,7 +21645,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
21645
21645
|
fatal?: boolean | undefined | undefined;
|
|
21646
21646
|
} | {
|
|
21647
21647
|
code: "invalid_string";
|
|
21648
|
-
validation: "
|
|
21648
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
21649
21649
|
includes: string;
|
|
21650
21650
|
position?: number | undefined | undefined;
|
|
21651
21651
|
} | {
|
|
@@ -21751,7 +21751,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
21751
21751
|
fatal?: boolean | undefined | undefined;
|
|
21752
21752
|
} | {
|
|
21753
21753
|
code: "invalid_string";
|
|
21754
|
-
validation: "
|
|
21754
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
21755
21755
|
includes: string;
|
|
21756
21756
|
position?: number | undefined | undefined;
|
|
21757
21757
|
} | {
|
|
@@ -21891,7 +21891,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
21891
21891
|
fatal?: boolean | undefined | undefined;
|
|
21892
21892
|
} | {
|
|
21893
21893
|
code: "invalid_string";
|
|
21894
|
-
validation: "
|
|
21894
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
21895
21895
|
includes: string;
|
|
21896
21896
|
position?: number | undefined | undefined;
|
|
21897
21897
|
} | {
|
|
@@ -21997,7 +21997,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
21997
21997
|
fatal?: boolean | undefined | undefined;
|
|
21998
21998
|
} | {
|
|
21999
21999
|
code: "invalid_string";
|
|
22000
|
-
validation: "
|
|
22000
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
22001
22001
|
includes: string;
|
|
22002
22002
|
position?: number | undefined | undefined;
|
|
22003
22003
|
} | {
|
|
@@ -22124,7 +22124,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
22124
22124
|
fatal?: boolean | undefined | undefined;
|
|
22125
22125
|
} | {
|
|
22126
22126
|
code: "invalid_string";
|
|
22127
|
-
validation: "
|
|
22127
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
22128
22128
|
includes: string;
|
|
22129
22129
|
position?: number | undefined | undefined;
|
|
22130
22130
|
} | {
|
|
@@ -22230,7 +22230,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
22230
22230
|
fatal?: boolean | undefined | undefined;
|
|
22231
22231
|
} | {
|
|
22232
22232
|
code: "invalid_string";
|
|
22233
|
-
validation: "
|
|
22233
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
22234
22234
|
includes: string;
|
|
22235
22235
|
position?: number | undefined | undefined;
|
|
22236
22236
|
} | {
|
|
@@ -22309,7 +22309,7 @@ declare function createClient(...args: Parameters<typeof hc>): {
|
|
|
22309
22309
|
fatal?: boolean | undefined | undefined;
|
|
22310
22310
|
} | {
|
|
22311
22311
|
code: "invalid_string";
|
|
22312
|
-
validation: "
|
|
22312
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
22313
22313
|
includes: string;
|
|
22314
22314
|
position?: number | undefined | undefined;
|
|
22315
22315
|
} | {
|