@temporary-name/zod 1.9.3-alpha.26612c2cf6a7177d2b500d984d282309d8320ca3 → 1.9.3-alpha.2d4311b66d2b675b022398c62ddc6fde97c93a6f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -706,7 +706,7 @@ interface KrustyJSONSchema<K extends KrustyInternals = KrustyInternals> extends
|
|
|
706
706
|
}
|
|
707
707
|
declare function json<K extends KrustyInternals = KrustyInternals>(params?: string | core.$ZodCustomParams): KrustyJSONSchema<K>;
|
|
708
708
|
|
|
709
|
-
declare class SchemaClass<GateNames extends string =
|
|
709
|
+
declare class SchemaClass<GateNames extends string = never, K extends KrustyInternals = KrustyInternals<GateNames>> {
|
|
710
710
|
string(params?: string | core.$ZodStringParams): KrustyString<K>;
|
|
711
711
|
number(params?: string | core.$ZodNumberParams): KrustyNumber<K>;
|
|
712
712
|
int(params?: string | core.$ZodCheckNumberFormatParams): KrustyNumber<K>;
|
package/dist/index.d.ts
CHANGED
|
@@ -706,7 +706,7 @@ interface KrustyJSONSchema<K extends KrustyInternals = KrustyInternals> extends
|
|
|
706
706
|
}
|
|
707
707
|
declare function json<K extends KrustyInternals = KrustyInternals>(params?: string | core.$ZodCustomParams): KrustyJSONSchema<K>;
|
|
708
708
|
|
|
709
|
-
declare class SchemaClass<GateNames extends string =
|
|
709
|
+
declare class SchemaClass<GateNames extends string = never, K extends KrustyInternals = KrustyInternals<GateNames>> {
|
|
710
710
|
string(params?: string | core.$ZodStringParams): KrustyString<K>;
|
|
711
711
|
number(params?: string | core.$ZodNumberParams): KrustyNumber<K>;
|
|
712
712
|
int(params?: string | core.$ZodCheckNumberFormatParams): KrustyNumber<K>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporary-name/zod",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.3-alpha.
|
|
4
|
+
"version": "1.9.3-alpha.2d4311b66d2b675b022398c62ddc6fde97c93a6f",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@temporary-name/contract": "1.9.3-alpha.
|
|
27
|
-
"@temporary-name/server": "1.9.3-alpha.
|
|
26
|
+
"@temporary-name/contract": "1.9.3-alpha.2d4311b66d2b675b022398c62ddc6fde97c93a6f",
|
|
27
|
+
"@temporary-name/server": "1.9.3-alpha.2d4311b66d2b675b022398c62ddc6fde97c93a6f"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"zod": "^4.1.11",
|
|
31
|
-
"@temporary-name/shared": "1.9.3-alpha.
|
|
31
|
+
"@temporary-name/shared": "1.9.3-alpha.2d4311b66d2b675b022398c62ddc6fde97c93a6f"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {},
|
|
34
34
|
"scripts": {
|