@beautinique/backend-types 1.0.5 → 1.0.7
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { categoryUpdateZodSchema, categoryZodSchema, l1CategoryZodSchema, l2CategoryZodSchema, l3CategoryZodSchema, TZodInfer } from '@beautinique/backend-zod';
|
|
2
|
+
export type TL1CategoryZodSchema = TZodInfer<typeof l1CategoryZodSchema>;
|
|
3
|
+
export type TL2CategoryZodSchema = TZodInfer<typeof l2CategoryZodSchema>;
|
|
4
|
+
export type TL3CategoryZodSchema = TZodInfer<typeof l3CategoryZodSchema>;
|
|
5
|
+
export type TCategoryZodSchema = TZodInfer<typeof categoryZodSchema>;
|
|
6
|
+
export type TCategoryUpdateZodSchema = TZodInfer<typeof categoryUpdateZodSchema>;
|
|
7
|
+
//# sourceMappingURL=index.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/product-service/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,SAAS,EACV,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACzE,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACzE,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEzE,MAAM,MAAM,kBAAkB,GAAG,SAAS,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACrE,MAAM,MAAM,wBAAwB,GAAG,SAAS,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { categoryUpdateZodSchema, categoryZodSchema, l1CategoryZodSchema, l2CategoryZodSchema, l3CategoryZodSchema, TZodInfer } from '@beautinique/backend-zod';
|
|
2
|
+
export type TL1CategoryZodSchema = TZodInfer<typeof l1CategoryZodSchema>;
|
|
3
|
+
export type TL2CategoryZodSchema = TZodInfer<typeof l2CategoryZodSchema>;
|
|
4
|
+
export type TL3CategoryZodSchema = TZodInfer<typeof l3CategoryZodSchema>;
|
|
5
|
+
export type TCategoryZodSchema = TZodInfer<typeof categoryZodSchema>;
|
|
6
|
+
export type TCategoryUpdateZodSchema = TZodInfer<typeof categoryUpdateZodSchema>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/product-service/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,SAAS,EACV,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACzE,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACzE,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEzE,MAAM,MAAM,kBAAkB,GAAG,SAAS,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACrE,MAAM,MAAM,wBAAwB,GAAG,SAAS,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beautinique/backend-types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Backend types for Beautinique project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"backend",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"typescript": "^6.0.3"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@beautinique/backend-zod": "^1.0.
|
|
58
|
-
"@beautinique/shared-types": "^1.0.
|
|
57
|
+
"@beautinique/backend-zod": "^1.0.10",
|
|
58
|
+
"@beautinique/shared-types": "^1.0.7"
|
|
59
59
|
}
|
|
60
60
|
}
|