@temporary-name/zod 1.9.3-alpha.26612c2cf6a7177d2b500d984d282309d8320ca3 → 1.9.3-alpha.32780b2c7ad58cf8dcbc93a40f13494185223e6e
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.32780b2c7ad58cf8dcbc93a40f13494185223e6e",
|
|
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.32780b2c7ad58cf8dcbc93a40f13494185223e6e",
|
|
27
|
+
"@temporary-name/server": "1.9.3-alpha.32780b2c7ad58cf8dcbc93a40f13494185223e6e"
|
|
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.32780b2c7ad58cf8dcbc93a40f13494185223e6e"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {},
|
|
34
34
|
"scripts": {
|