@saasmakers/shared 0.2.4 → 0.2.5
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.cjs +11103 -3701
- package/dist/index.d.cts +7 -7
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.mjs +11103 -3701
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -16,7 +16,6 @@ declare const EmojiSchema: z.ZodObject<{
|
|
|
16
16
|
character: z.ZodString;
|
|
17
17
|
id: z.ZodString;
|
|
18
18
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
19
|
-
id: "id";
|
|
20
19
|
de: "de";
|
|
21
20
|
en: "en";
|
|
22
21
|
es: "es";
|
|
@@ -28,6 +27,7 @@ declare const EmojiSchema: z.ZodObject<{
|
|
|
28
27
|
pl: "pl";
|
|
29
28
|
pt: "pt";
|
|
30
29
|
"pt-BR": "pt-BR";
|
|
30
|
+
id: "id";
|
|
31
31
|
vi: "vi";
|
|
32
32
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
33
33
|
}, z.core.$strip>;
|
|
@@ -48,7 +48,6 @@ declare const EmojiGroupSchema: z.ZodObject<{
|
|
|
48
48
|
character: z.ZodString;
|
|
49
49
|
id: z.ZodString;
|
|
50
50
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
51
|
-
id: "id";
|
|
52
51
|
de: "de";
|
|
53
52
|
en: "en";
|
|
54
53
|
es: "es";
|
|
@@ -60,6 +59,7 @@ declare const EmojiGroupSchema: z.ZodObject<{
|
|
|
60
59
|
pl: "pl";
|
|
61
60
|
pt: "pt";
|
|
62
61
|
"pt-BR": "pt-BR";
|
|
62
|
+
id: "id";
|
|
63
63
|
vi: "vi";
|
|
64
64
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
65
65
|
}, z.core.$strip>>;
|
|
@@ -81,7 +81,6 @@ declare const EmojiGroupSeedSchema: z.ZodObject<{
|
|
|
81
81
|
character: z.ZodString;
|
|
82
82
|
id: z.ZodString;
|
|
83
83
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
84
|
-
id: "id";
|
|
85
84
|
de: "de";
|
|
86
85
|
en: "en";
|
|
87
86
|
es: "es";
|
|
@@ -93,6 +92,7 @@ declare const EmojiGroupSeedSchema: z.ZodObject<{
|
|
|
93
92
|
pl: "pl";
|
|
94
93
|
pt: "pt";
|
|
95
94
|
"pt-BR": "pt-BR";
|
|
95
|
+
id: "id";
|
|
96
96
|
vi: "vi";
|
|
97
97
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
98
98
|
}, z.core.$strip>>;
|
|
@@ -109,7 +109,6 @@ declare const EnvironmentSchema: z.ZodEnum<{
|
|
|
109
109
|
test: "test";
|
|
110
110
|
}>;
|
|
111
111
|
declare const LocaleSchema: z.ZodEnum<{
|
|
112
|
-
id: "id";
|
|
113
112
|
de: "de";
|
|
114
113
|
en: "en";
|
|
115
114
|
es: "es";
|
|
@@ -121,6 +120,7 @@ declare const LocaleSchema: z.ZodEnum<{
|
|
|
121
120
|
pl: "pl";
|
|
122
121
|
pt: "pt";
|
|
123
122
|
"pt-BR": "pt-BR";
|
|
123
|
+
id: "id";
|
|
124
124
|
vi: "vi";
|
|
125
125
|
}>;
|
|
126
126
|
declare const CountryNameSchema: z.ZodObject<{
|
|
@@ -159,14 +159,14 @@ declare const CountrySeedSchema: z.ZodObject<{
|
|
|
159
159
|
}, z.core.$strip>;
|
|
160
160
|
}, z.core.$strip>;
|
|
161
161
|
declare const LogLevelSchema: z.ZodEnum<{
|
|
162
|
-
error: "error";
|
|
163
162
|
debug: "debug";
|
|
163
|
+
error: "error";
|
|
164
164
|
info: "info";
|
|
165
165
|
warn: "warn";
|
|
166
166
|
}>;
|
|
167
167
|
declare const environments: ("development" | "production" | "test")[];
|
|
168
|
-
declare const locales: ("
|
|
169
|
-
declare const logLevels: ("
|
|
168
|
+
declare const locales: ("de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pl" | "pt" | "pt-BR" | "id" | "vi")[];
|
|
169
|
+
declare const logLevels: ("debug" | "error" | "info" | "warn")[];
|
|
170
170
|
type CountryName = z.infer<typeof CountryNameSchema>;
|
|
171
171
|
type CountrySeed = z.infer<typeof CountrySeedSchema>;
|
|
172
172
|
type Environment = z.infer<typeof EnvironmentSchema>;
|
package/dist/index.d.mts
CHANGED
|
@@ -16,7 +16,6 @@ declare const EmojiSchema: z.ZodObject<{
|
|
|
16
16
|
character: z.ZodString;
|
|
17
17
|
id: z.ZodString;
|
|
18
18
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
19
|
-
id: "id";
|
|
20
19
|
de: "de";
|
|
21
20
|
en: "en";
|
|
22
21
|
es: "es";
|
|
@@ -28,6 +27,7 @@ declare const EmojiSchema: z.ZodObject<{
|
|
|
28
27
|
pl: "pl";
|
|
29
28
|
pt: "pt";
|
|
30
29
|
"pt-BR": "pt-BR";
|
|
30
|
+
id: "id";
|
|
31
31
|
vi: "vi";
|
|
32
32
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
33
33
|
}, z.core.$strip>;
|
|
@@ -48,7 +48,6 @@ declare const EmojiGroupSchema: z.ZodObject<{
|
|
|
48
48
|
character: z.ZodString;
|
|
49
49
|
id: z.ZodString;
|
|
50
50
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
51
|
-
id: "id";
|
|
52
51
|
de: "de";
|
|
53
52
|
en: "en";
|
|
54
53
|
es: "es";
|
|
@@ -60,6 +59,7 @@ declare const EmojiGroupSchema: z.ZodObject<{
|
|
|
60
59
|
pl: "pl";
|
|
61
60
|
pt: "pt";
|
|
62
61
|
"pt-BR": "pt-BR";
|
|
62
|
+
id: "id";
|
|
63
63
|
vi: "vi";
|
|
64
64
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
65
65
|
}, z.core.$strip>>;
|
|
@@ -81,7 +81,6 @@ declare const EmojiGroupSeedSchema: z.ZodObject<{
|
|
|
81
81
|
character: z.ZodString;
|
|
82
82
|
id: z.ZodString;
|
|
83
83
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
84
|
-
id: "id";
|
|
85
84
|
de: "de";
|
|
86
85
|
en: "en";
|
|
87
86
|
es: "es";
|
|
@@ -93,6 +92,7 @@ declare const EmojiGroupSeedSchema: z.ZodObject<{
|
|
|
93
92
|
pl: "pl";
|
|
94
93
|
pt: "pt";
|
|
95
94
|
"pt-BR": "pt-BR";
|
|
95
|
+
id: "id";
|
|
96
96
|
vi: "vi";
|
|
97
97
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
98
98
|
}, z.core.$strip>>;
|
|
@@ -109,7 +109,6 @@ declare const EnvironmentSchema: z.ZodEnum<{
|
|
|
109
109
|
test: "test";
|
|
110
110
|
}>;
|
|
111
111
|
declare const LocaleSchema: z.ZodEnum<{
|
|
112
|
-
id: "id";
|
|
113
112
|
de: "de";
|
|
114
113
|
en: "en";
|
|
115
114
|
es: "es";
|
|
@@ -121,6 +120,7 @@ declare const LocaleSchema: z.ZodEnum<{
|
|
|
121
120
|
pl: "pl";
|
|
122
121
|
pt: "pt";
|
|
123
122
|
"pt-BR": "pt-BR";
|
|
123
|
+
id: "id";
|
|
124
124
|
vi: "vi";
|
|
125
125
|
}>;
|
|
126
126
|
declare const CountryNameSchema: z.ZodObject<{
|
|
@@ -159,14 +159,14 @@ declare const CountrySeedSchema: z.ZodObject<{
|
|
|
159
159
|
}, z.core.$strip>;
|
|
160
160
|
}, z.core.$strip>;
|
|
161
161
|
declare const LogLevelSchema: z.ZodEnum<{
|
|
162
|
-
error: "error";
|
|
163
162
|
debug: "debug";
|
|
163
|
+
error: "error";
|
|
164
164
|
info: "info";
|
|
165
165
|
warn: "warn";
|
|
166
166
|
}>;
|
|
167
167
|
declare const environments: ("development" | "production" | "test")[];
|
|
168
|
-
declare const locales: ("
|
|
169
|
-
declare const logLevels: ("
|
|
168
|
+
declare const locales: ("de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pl" | "pt" | "pt-BR" | "id" | "vi")[];
|
|
169
|
+
declare const logLevels: ("debug" | "error" | "info" | "warn")[];
|
|
170
170
|
type CountryName = z.infer<typeof CountryNameSchema>;
|
|
171
171
|
type CountrySeed = z.infer<typeof CountrySeedSchema>;
|
|
172
172
|
type Environment = z.infer<typeof EnvironmentSchema>;
|
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ declare const EmojiSchema: z.ZodObject<{
|
|
|
16
16
|
character: z.ZodString;
|
|
17
17
|
id: z.ZodString;
|
|
18
18
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
19
|
-
id: "id";
|
|
20
19
|
de: "de";
|
|
21
20
|
en: "en";
|
|
22
21
|
es: "es";
|
|
@@ -28,6 +27,7 @@ declare const EmojiSchema: z.ZodObject<{
|
|
|
28
27
|
pl: "pl";
|
|
29
28
|
pt: "pt";
|
|
30
29
|
"pt-BR": "pt-BR";
|
|
30
|
+
id: "id";
|
|
31
31
|
vi: "vi";
|
|
32
32
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
33
33
|
}, z.core.$strip>;
|
|
@@ -48,7 +48,6 @@ declare const EmojiGroupSchema: z.ZodObject<{
|
|
|
48
48
|
character: z.ZodString;
|
|
49
49
|
id: z.ZodString;
|
|
50
50
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
51
|
-
id: "id";
|
|
52
51
|
de: "de";
|
|
53
52
|
en: "en";
|
|
54
53
|
es: "es";
|
|
@@ -60,6 +59,7 @@ declare const EmojiGroupSchema: z.ZodObject<{
|
|
|
60
59
|
pl: "pl";
|
|
61
60
|
pt: "pt";
|
|
62
61
|
"pt-BR": "pt-BR";
|
|
62
|
+
id: "id";
|
|
63
63
|
vi: "vi";
|
|
64
64
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
65
65
|
}, z.core.$strip>>;
|
|
@@ -81,7 +81,6 @@ declare const EmojiGroupSeedSchema: z.ZodObject<{
|
|
|
81
81
|
character: z.ZodString;
|
|
82
82
|
id: z.ZodString;
|
|
83
83
|
keywords: z.ZodRecord<z.ZodEnum<{
|
|
84
|
-
id: "id";
|
|
85
84
|
de: "de";
|
|
86
85
|
en: "en";
|
|
87
86
|
es: "es";
|
|
@@ -93,6 +92,7 @@ declare const EmojiGroupSeedSchema: z.ZodObject<{
|
|
|
93
92
|
pl: "pl";
|
|
94
93
|
pt: "pt";
|
|
95
94
|
"pt-BR": "pt-BR";
|
|
95
|
+
id: "id";
|
|
96
96
|
vi: "vi";
|
|
97
97
|
}>, z.ZodTuple<[z.ZodString], z.ZodString>>;
|
|
98
98
|
}, z.core.$strip>>;
|
|
@@ -109,7 +109,6 @@ declare const EnvironmentSchema: z.ZodEnum<{
|
|
|
109
109
|
test: "test";
|
|
110
110
|
}>;
|
|
111
111
|
declare const LocaleSchema: z.ZodEnum<{
|
|
112
|
-
id: "id";
|
|
113
112
|
de: "de";
|
|
114
113
|
en: "en";
|
|
115
114
|
es: "es";
|
|
@@ -121,6 +120,7 @@ declare const LocaleSchema: z.ZodEnum<{
|
|
|
121
120
|
pl: "pl";
|
|
122
121
|
pt: "pt";
|
|
123
122
|
"pt-BR": "pt-BR";
|
|
123
|
+
id: "id";
|
|
124
124
|
vi: "vi";
|
|
125
125
|
}>;
|
|
126
126
|
declare const CountryNameSchema: z.ZodObject<{
|
|
@@ -159,14 +159,14 @@ declare const CountrySeedSchema: z.ZodObject<{
|
|
|
159
159
|
}, z.core.$strip>;
|
|
160
160
|
}, z.core.$strip>;
|
|
161
161
|
declare const LogLevelSchema: z.ZodEnum<{
|
|
162
|
-
error: "error";
|
|
163
162
|
debug: "debug";
|
|
163
|
+
error: "error";
|
|
164
164
|
info: "info";
|
|
165
165
|
warn: "warn";
|
|
166
166
|
}>;
|
|
167
167
|
declare const environments: ("development" | "production" | "test")[];
|
|
168
|
-
declare const locales: ("
|
|
169
|
-
declare const logLevels: ("
|
|
168
|
+
declare const locales: ("de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pl" | "pt" | "pt-BR" | "id" | "vi")[];
|
|
169
|
+
declare const logLevels: ("debug" | "error" | "info" | "warn")[];
|
|
170
170
|
type CountryName = z.infer<typeof CountryNameSchema>;
|
|
171
171
|
type CountrySeed = z.infer<typeof CountrySeedSchema>;
|
|
172
172
|
type Environment = z.infer<typeof EnvironmentSchema>;
|