@beautinique/frontend-types 1.0.7 → 1.0.9

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.cts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from '@beautinique/shared-types';
2
2
  export * from './common/index.js';
3
3
  export * from './product-service/index.js';
4
+ export * from './user-service/index.js';
4
5
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from '@beautinique/shared-types';
2
2
  export * from './common/index.js';
3
3
  export * from './product-service/index.js';
4
+ export * from './user-service/index.js';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zodSchema.types.js';
2
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/user-service/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zodSchema.types.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user-service/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { TInfer, updateUserZodSchema } from '@beautinique/frontend-zod';
2
+ export type TUpdateUserZodSchema = TInfer<typeof updateUserZodSchema>;
3
+ //# sourceMappingURL=zodSchema.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zodSchema.types.d.cts","sourceRoot":"","sources":["../../src/user-service/zodSchema.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAE7E,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { TInfer, updateUserZodSchema } from '@beautinique/frontend-zod';
2
+ export type TUpdateUserZodSchema = TInfer<typeof updateUserZodSchema>;
3
+ //# sourceMappingURL=zodSchema.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zodSchema.types.d.ts","sourceRoot":"","sources":["../../src/user-service/zodSchema.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAE7E,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beautinique/frontend-types",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Frontend types for Beautinique project.",
5
5
  "keywords": [
6
6
  "frontend",
@@ -52,7 +52,7 @@
52
52
  "typescript": "^6.0.3"
53
53
  },
54
54
  "dependencies": {
55
- "@beautinique/frontend-zod": "^1.0.10",
56
- "@beautinique/shared-types": "^1.0.13"
55
+ "@beautinique/frontend-zod": "^1.0.12",
56
+ "@beautinique/shared-types": "^1.0.14"
57
57
  }
58
58
  }