@beautinique/frontend-types 1.0.1 → 1.0.3

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,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/common/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/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { confirmDetailsZodSchema, TInfer } from '@beautinique/frontend-zod';
2
+ export type TConfirmDetailsZodSchema = TInfer<typeof confirmDetailsZodSchema>;
3
+ //# sourceMappingURL=zodSchema.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zodSchema.types.d.cts","sourceRoot":"","sources":["../../src/common/zodSchema.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEjF,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { confirmDetailsZodSchema, TInfer } from '@beautinique/frontend-zod';
2
+ export type TConfirmDetailsZodSchema = TInfer<typeof confirmDetailsZodSchema>;
3
+ //# sourceMappingURL=zodSchema.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zodSchema.types.d.ts","sourceRoot":"","sources":["../../src/common/zodSchema.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEjF,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
package/dist/index.d.cts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from '@beautinique/shared-types';
2
+ export * from './common/index.js';
2
3
  export * from './product-service/index.js';
3
4
  //# 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,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"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from '@beautinique/shared-types';
2
+ export * from './common/index.js';
2
3
  export * from './product-service/index.js';
3
4
  //# 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,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beautinique/frontend-types",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Frontend types for Beautinique project.",
5
5
  "keywords": [
6
6
  "frontend",
@@ -55,6 +55,6 @@
55
55
  "@beautinique/shared-types": "^1.0.11"
56
56
  },
57
57
  "dependencies": {
58
- "@beautinique/frontend-zod": "^1.0.3"
58
+ "@beautinique/frontend-zod": "^1.0.6"
59
59
  }
60
60
  }