cogsbox-shape 0.5.33 → 0.5.35
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/example/schema.d.ts +3 -6
- package/dist/example/user.d.ts +1887 -1890
- package/dist/example/user.js +21 -21
- package/dist/schema.d.ts +9 -10
- package/dist/schema.js +7 -17
- package/package.json +1 -1
package/dist/example/schema.d.ts
CHANGED
|
@@ -1013,9 +1013,8 @@ declare const schemas: {
|
|
|
1013
1013
|
};
|
|
1014
1014
|
};
|
|
1015
1015
|
} | {
|
|
1016
|
-
field: import("zod").ZodNumber;
|
|
1017
1016
|
type: "reference";
|
|
1018
|
-
to: () =>
|
|
1017
|
+
to: () => {
|
|
1019
1018
|
config: {
|
|
1020
1019
|
sql: {
|
|
1021
1020
|
type: "int";
|
|
@@ -1959,9 +1958,8 @@ declare const schemas: {
|
|
|
1959
1958
|
};
|
|
1960
1959
|
};
|
|
1961
1960
|
userId: {
|
|
1962
|
-
field: import("zod").ZodNumber;
|
|
1963
1961
|
type: "reference";
|
|
1964
|
-
to: () =>
|
|
1962
|
+
to: () => {
|
|
1965
1963
|
config: {
|
|
1966
1964
|
sql: {
|
|
1967
1965
|
type: "int";
|
|
@@ -2911,9 +2909,8 @@ declare const schemas: {
|
|
|
2911
2909
|
};
|
|
2912
2910
|
};
|
|
2913
2911
|
userId: {
|
|
2914
|
-
field: import("zod").ZodNumber;
|
|
2915
2912
|
type: "reference";
|
|
2916
|
-
to: () =>
|
|
2913
|
+
to: () => {
|
|
2917
2914
|
config: {
|
|
2918
2915
|
sql: {
|
|
2919
2916
|
type: "int";
|