@readyfor/api-client-readyfor 0.155.0-pr906.eb25958 → 0.155.0-pr909.2990cd4
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/components.d.mts +4 -4
- package/dist/components.d.ts +4 -4
- package/package.json +3 -3
package/dist/components.d.mts
CHANGED
|
@@ -6878,12 +6878,12 @@ declare const Tag: z.ZodObject<{
|
|
|
6878
6878
|
parentIds: z.ZodArray<z.ZodNumber, "many">;
|
|
6879
6879
|
type: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
6880
6880
|
}, "strip", z.ZodTypeAny, {
|
|
6881
|
-
type: 0 |
|
|
6881
|
+
type: 0 | 1 | 2 | 3;
|
|
6882
6882
|
id: number;
|
|
6883
6883
|
name: string;
|
|
6884
6884
|
parentIds: number[];
|
|
6885
6885
|
}, {
|
|
6886
|
-
type: 0 |
|
|
6886
|
+
type: 0 | 1 | 2 | 3;
|
|
6887
6887
|
id: number;
|
|
6888
6888
|
name: string;
|
|
6889
6889
|
parentIds: number[];
|
|
@@ -20118,12 +20118,12 @@ declare const GetTags: z.ZodArray<z.ZodObject<{
|
|
|
20118
20118
|
parentIds: z.ZodArray<z.ZodNumber, "many">;
|
|
20119
20119
|
type: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
20120
20120
|
}, "strip", z.ZodTypeAny, {
|
|
20121
|
-
type: 0 |
|
|
20121
|
+
type: 0 | 1 | 2 | 3;
|
|
20122
20122
|
id: number;
|
|
20123
20123
|
name: string;
|
|
20124
20124
|
parentIds: number[];
|
|
20125
20125
|
}, {
|
|
20126
|
-
type: 0 |
|
|
20126
|
+
type: 0 | 1 | 2 | 3;
|
|
20127
20127
|
id: number;
|
|
20128
20128
|
name: string;
|
|
20129
20129
|
parentIds: number[];
|
package/dist/components.d.ts
CHANGED
|
@@ -6878,12 +6878,12 @@ declare const Tag: z.ZodObject<{
|
|
|
6878
6878
|
parentIds: z.ZodArray<z.ZodNumber, "many">;
|
|
6879
6879
|
type: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
6880
6880
|
}, "strip", z.ZodTypeAny, {
|
|
6881
|
-
type: 0 |
|
|
6881
|
+
type: 0 | 1 | 2 | 3;
|
|
6882
6882
|
id: number;
|
|
6883
6883
|
name: string;
|
|
6884
6884
|
parentIds: number[];
|
|
6885
6885
|
}, {
|
|
6886
|
-
type: 0 |
|
|
6886
|
+
type: 0 | 1 | 2 | 3;
|
|
6887
6887
|
id: number;
|
|
6888
6888
|
name: string;
|
|
6889
6889
|
parentIds: number[];
|
|
@@ -20118,12 +20118,12 @@ declare const GetTags: z.ZodArray<z.ZodObject<{
|
|
|
20118
20118
|
parentIds: z.ZodArray<z.ZodNumber, "many">;
|
|
20119
20119
|
type: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
20120
20120
|
}, "strip", z.ZodTypeAny, {
|
|
20121
|
-
type: 0 |
|
|
20121
|
+
type: 0 | 1 | 2 | 3;
|
|
20122
20122
|
id: number;
|
|
20123
20123
|
name: string;
|
|
20124
20124
|
parentIds: number[];
|
|
20125
20125
|
}, {
|
|
20126
|
-
type: 0 |
|
|
20126
|
+
type: 0 | 1 | 2 | 3;
|
|
20127
20127
|
id: number;
|
|
20128
20128
|
name: string;
|
|
20129
20129
|
parentIds: number[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.155.0-
|
|
3
|
+
"version": "0.155.0-pr909.2990cd4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"swr": "^2.2.5",
|
|
30
30
|
"use-sync-external-store": "^1.2.2",
|
|
31
31
|
"zod": "^3.23.8",
|
|
32
|
-
"@readyfor/api-client-base": "0.155.0-
|
|
32
|
+
"@readyfor/api-client-base": "0.155.0-pr909.2990cd4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"qs": "^6",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"swr": "^2",
|
|
38
38
|
"use-sync-external-store": "1.2.2",
|
|
39
39
|
"zod": "^3",
|
|
40
|
-
"@readyfor/api-client-base": "0.155.0-
|
|
40
|
+
"@readyfor/api-client-base": "0.155.0-pr909.2990cd4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|
|
43
43
|
"react": {
|