@danielgenarog/shared-contracts 1.0.8 → 1.0.91

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.
@@ -47,11 +47,11 @@ export declare const ResBusinessSchema: z.ZodObject<{
47
47
  }>;
48
48
  order: z.ZodNumber;
49
49
  visible: z.ZodBoolean;
50
- data: z.ZodOptional<z.ZodObject<{
50
+ data: z.ZodObject<{
51
51
  label: z.ZodOptional<z.ZodString>;
52
52
  href: z.ZodOptional<z.ZodString>;
53
- }, z.core.$strip>>;
54
- meta: z.ZodOptional<z.ZodObject<{
53
+ }, z.core.$strip>;
54
+ meta: z.ZodObject<{
55
55
  kind: z.ZodOptional<z.ZodEnum<{
56
56
  whatsapp: "whatsapp";
57
57
  instagram: "instagram";
@@ -63,7 +63,7 @@ export declare const ResBusinessSchema: z.ZodObject<{
63
63
  reservations: "reservations";
64
64
  orders: "orders";
65
65
  }>>;
66
- }, z.core.$strip>>;
66
+ }, z.core.$strip>;
67
67
  options: z.ZodOptional<z.ZodObject<{
68
68
  variant: z.ZodOptional<z.ZodEnum<{
69
69
  default: "default";
@@ -76,6 +76,43 @@ export declare const ResBusinessSchema: z.ZodObject<{
76
76
  }, z.core.$strip>>;
77
77
  element_id: z.ZodString;
78
78
  }, z.core.$strip>>>;
79
+ style: z.ZodObject<{
80
+ style: z.ZodObject<{
81
+ theme: z.ZodEnum<{
82
+ default: "default";
83
+ minimalist: "minimalist";
84
+ borderless: "borderless";
85
+ light: "light";
86
+ dark: "dark";
87
+ }>;
88
+ name: z.ZodObject<{
89
+ color: z.ZodOptional<z.ZodString>;
90
+ backgroundColor: z.ZodOptional<z.ZodString>;
91
+ noborder: z.ZodOptional<z.ZodBoolean>;
92
+ text_position: z.ZodOptional<z.ZodString>;
93
+ className: z.ZodOptional<z.ZodString>;
94
+ }, z.core.$strip>;
95
+ description: z.ZodObject<{
96
+ color: z.ZodOptional<z.ZodString>;
97
+ backgroundColor: z.ZodOptional<z.ZodString>;
98
+ noborder: z.ZodOptional<z.ZodBoolean>;
99
+ text_position: z.ZodOptional<z.ZodString>;
100
+ className: z.ZodOptional<z.ZodString>;
101
+ }, z.core.$strip>;
102
+ logo: z.ZodObject<{
103
+ width: z.ZodOptional<z.ZodNumber>;
104
+ height: z.ZodOptional<z.ZodNumber>;
105
+ noborder: z.ZodOptional<z.ZodBoolean>;
106
+ centered: z.ZodOptional<z.ZodBoolean>;
107
+ variant: z.ZodOptional<z.ZodEnum<{
108
+ default: "default";
109
+ surface: "surface";
110
+ outline: "outline";
111
+ noborder: "noborder";
112
+ }>>;
113
+ }, z.core.$strip>;
114
+ }, z.core.$strip>;
115
+ }, z.core.$strip>;
79
116
  }, z.core.$strip>;
80
117
  export type ResBusiness = z.infer<typeof ResBusinessSchema>;
81
118
  export declare const CreateBusinessSchema: z.ZodObject<{
@@ -106,11 +143,11 @@ export declare const CreateBusinessSchema: z.ZodObject<{
106
143
  }>;
107
144
  order: z.ZodNumber;
108
145
  visible: z.ZodBoolean;
109
- data: z.ZodOptional<z.ZodObject<{
146
+ data: z.ZodObject<{
110
147
  label: z.ZodOptional<z.ZodString>;
111
148
  href: z.ZodOptional<z.ZodString>;
112
- }, z.core.$strip>>;
113
- meta: z.ZodOptional<z.ZodObject<{
149
+ }, z.core.$strip>;
150
+ meta: z.ZodObject<{
114
151
  kind: z.ZodOptional<z.ZodEnum<{
115
152
  whatsapp: "whatsapp";
116
153
  instagram: "instagram";
@@ -122,7 +159,7 @@ export declare const CreateBusinessSchema: z.ZodObject<{
122
159
  reservations: "reservations";
123
160
  orders: "orders";
124
161
  }>>;
125
- }, z.core.$strip>>;
162
+ }, z.core.$strip>;
126
163
  options: z.ZodOptional<z.ZodObject<{
127
164
  variant: z.ZodOptional<z.ZodEnum<{
128
165
  default: "default";
@@ -1 +1 @@
1
- {"version":3,"file":"business.schema.d.ts","sourceRoot":"","sources":["../../../../src/core/business/business/business.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,kBAAkB;;;;;;;EAO7B,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAE7D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;iBAOzB,CAAA;AACF,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAErD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEjE,eAAO,MAAM,cAAc,EAAC,MAAM,CAAC,YAAY,EAAC,MAAM,CAOrD,CAAA"}
1
+ {"version":3,"file":"business.schema.d.ts","sourceRoot":"","sources":["../../../../src/core/business/business/business.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,kBAAkB;;;;;;;EAO7B,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAE7D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;iBAOzB,CAAA;AACF,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAErD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK5B,CAAA;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE3D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI/B,CAAA;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEjE,eAAO,MAAM,cAAc,EAAC,MAAM,CAAC,YAAY,EAAC,MAAM,CAOrD,CAAA"}
@@ -25,6 +25,7 @@ exports.ResBusinessSchema = exports.BusinessSchema.extend({
25
25
  business_id: zod_1.z.string(),
26
26
  slug: zod_1.z.string(),
27
27
  elements: zod_1.z.array(elements_schema_1.ResElementSchema).optional(),
28
+ style: style_schema_1.StyleSchema
28
29
  });
29
30
  exports.CreateBusinessSchema = exports.BusinessSchema.extend({
30
31
  theme: theme_schema_1.ThemeOptionSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"business.schema.js","sourceRoot":"","sources":["../../../../src/core/business/business/business.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wDAA0D;AAC1D,iEAA+E;AAC/E,wDAAkE;AAErD,QAAA,kBAAkB,GAAG,OAAC,CAAC,IAAI,CAAC;IACvC,YAAY;IACZ,KAAK;IACL,MAAM;IACN,OAAO;IACP,YAAY;IACZ,KAAK;CACN,CAAC,CAAA;AAIW,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,0BAAkB;IACxB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAA;AAGW,QAAA,iBAAiB,GAAG,sBAAc,CAAC,MAAM,CAAC;IACnD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,kCAAgB,CAAC,CAAC,QAAQ,EAAE;CACjD,CAAC,CAAA;AAGW,QAAA,oBAAoB,GAAG,sBAAc,CAAC,MAAM,CAAC;IACtD,KAAK,EAAE,gCAAiB;IACxB,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,+BAAa,CAAC,CAAC,QAAQ,EAAE;IAC3C,KAAK,EAAE,2BAAY;CACtB,CAAC,CAAA;AAGW,QAAA,cAAc,GAA+B;IACxD,UAAU,EAAC,aAAa;IACxB,GAAG,EAAC,KAAK;IACT,UAAU,EAAC,YAAY;IACvB,IAAI,EAAC,MAAM;IACX,GAAG,EAAC,UAAU;IACd,KAAK,EAAC,OAAO;CACd,CAAA"}
1
+ {"version":3,"file":"business.schema.js","sourceRoot":"","sources":["../../../../src/core/business/business/business.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wDAA0D;AAC1D,iEAA+E;AAC/E,wDAAkE;AAErD,QAAA,kBAAkB,GAAG,OAAC,CAAC,IAAI,CAAC;IACvC,YAAY;IACZ,KAAK;IACL,MAAM;IACN,OAAO;IACP,YAAY;IACZ,KAAK;CACN,CAAC,CAAA;AAIW,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,0BAAkB;IACxB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAA;AAGW,QAAA,iBAAiB,GAAG,sBAAc,CAAC,MAAM,CAAC;IACnD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,kCAAgB,CAAC,CAAC,QAAQ,EAAE;IAC9C,KAAK,EAAE,0BAAW;CACrB,CAAC,CAAA;AAGW,QAAA,oBAAoB,GAAG,sBAAc,CAAC,MAAM,CAAC;IACtD,KAAK,EAAE,gCAAiB;IACxB,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,+BAAa,CAAC,CAAC,QAAQ,EAAE;IAC3C,KAAK,EAAE,2BAAY;CACtB,CAAC,CAAA;AAGW,QAAA,cAAc,GAA+B;IACxD,UAAU,EAAC,aAAa;IACxB,GAAG,EAAC,KAAK;IACT,UAAU,EAAC,YAAY;IACvB,IAAI,EAAC,MAAM;IACX,GAAG,EAAC,UAAU;IACd,KAAK,EAAC,OAAO;CACd,CAAA"}
@@ -42,11 +42,11 @@ export declare const ElementSchema: z.ZodObject<{
42
42
  }>;
43
43
  order: z.ZodNumber;
44
44
  visible: z.ZodBoolean;
45
- data: z.ZodOptional<z.ZodObject<{
45
+ data: z.ZodObject<{
46
46
  label: z.ZodOptional<z.ZodString>;
47
47
  href: z.ZodOptional<z.ZodString>;
48
- }, z.core.$strip>>;
49
- meta: z.ZodOptional<z.ZodObject<{
48
+ }, z.core.$strip>;
49
+ meta: z.ZodObject<{
50
50
  kind: z.ZodOptional<z.ZodEnum<{
51
51
  whatsapp: "whatsapp";
52
52
  instagram: "instagram";
@@ -58,7 +58,7 @@ export declare const ElementSchema: z.ZodObject<{
58
58
  reservations: "reservations";
59
59
  orders: "orders";
60
60
  }>>;
61
- }, z.core.$strip>>;
61
+ }, z.core.$strip>;
62
62
  options: z.ZodOptional<z.ZodObject<{
63
63
  variant: z.ZodOptional<z.ZodEnum<{
64
64
  default: "default";
@@ -78,11 +78,11 @@ export declare const ResElementSchema: z.ZodObject<{
78
78
  }>;
79
79
  order: z.ZodNumber;
80
80
  visible: z.ZodBoolean;
81
- data: z.ZodOptional<z.ZodObject<{
81
+ data: z.ZodObject<{
82
82
  label: z.ZodOptional<z.ZodString>;
83
83
  href: z.ZodOptional<z.ZodString>;
84
- }, z.core.$strip>>;
85
- meta: z.ZodOptional<z.ZodObject<{
84
+ }, z.core.$strip>;
85
+ meta: z.ZodObject<{
86
86
  kind: z.ZodOptional<z.ZodEnum<{
87
87
  whatsapp: "whatsapp";
88
88
  instagram: "instagram";
@@ -94,7 +94,7 @@ export declare const ResElementSchema: z.ZodObject<{
94
94
  reservations: "reservations";
95
95
  orders: "orders";
96
96
  }>>;
97
- }, z.core.$strip>>;
97
+ }, z.core.$strip>;
98
98
  options: z.ZodOptional<z.ZodObject<{
99
99
  variant: z.ZodOptional<z.ZodEnum<{
100
100
  default: "default";
@@ -27,8 +27,8 @@ exports.ElementSchema = zod_1.default.object({
27
27
  type: exports.ElementTypeSchema,
28
28
  order: zod_1.default.number(),
29
29
  visible: zod_1.default.boolean(),
30
- data: exports.ElementDataSchema.optional(),
31
- meta: exports.ElementMetaSchema.optional(),
30
+ data: exports.ElementDataSchema,
31
+ meta: exports.ElementMetaSchema,
32
32
  options: exports.ElementOptionsSchema.optional(),
33
33
  });
34
34
  exports.ResElementSchema = exports.ElementSchema.extend({
@@ -1 +1 @@
1
- {"version":3,"file":"elements.schema.js","sourceRoot":"","sources":["../../../../src/core/business/elements/elements.schema.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAmB;AAEnB,iEAAsD;AACtD,0EAA+D;AAElD,QAAA,iBAAiB,GAAG,aAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;AAIzD,MAAM,WAAW,GAA8B,aAAC;KAC7C,MAAM,CAAC,EAAE,CAAC;KACV,QAAQ,CAAC,aAAC,CAAC,GAAG,EAAE,CAAC,CAAC;AAGR,QAAA,oBAAoB,GAAG,aAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,yBAAO,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,WAAW,CAAC,QAAQ,EAAE;IAC7B,SAAS,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAA;AAIW,QAAA,iBAAiB,GAAG,aAAC,CAAC,MAAM,CAAC;IACtC,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAIW,QAAA,iBAAiB,GAAG,aAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,+BAAU,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAKW,QAAA,aAAa,GAAG,aAAC,CAAC,MAAM,CAAC;IAClC,IAAI,EAAE,yBAAiB;IACvB,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,OAAO,EAAE,aAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,yBAAiB,CAAC,QAAQ,EAAE;IAClC,IAAI,EAAE,yBAAiB,CAAC,QAAQ,EAAE;IAClC,OAAO,EAAE,4BAAoB,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAA;AAIW,QAAA,gBAAgB,GAAG,qBAAa,CAAC,MAAM,CAAC;IACjD,UAAU,EAAE,aAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAA"}
1
+ {"version":3,"file":"elements.schema.js","sourceRoot":"","sources":["../../../../src/core/business/elements/elements.schema.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAmB;AAEnB,iEAAsD;AACtD,0EAA+D;AAElD,QAAA,iBAAiB,GAAG,aAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;AAIzD,MAAM,WAAW,GAA8B,aAAC;KAC7C,MAAM,CAAC,EAAE,CAAC;KACV,QAAQ,CAAC,aAAC,CAAC,GAAG,EAAE,CAAC,CAAC;AAGR,QAAA,oBAAoB,GAAG,aAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,yBAAO,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,WAAW,CAAC,QAAQ,EAAE;IAC7B,SAAS,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAA;AAIW,QAAA,iBAAiB,GAAG,aAAC,CAAC,MAAM,CAAC;IACtC,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,aAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAIW,QAAA,iBAAiB,GAAG,aAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,+BAAU,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAKW,QAAA,aAAa,GAAG,aAAC,CAAC,MAAM,CAAC;IAClC,IAAI,EAAE,yBAAiB;IACvB,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,OAAO,EAAE,aAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,yBAAiB;IACvB,IAAI,EAAE,yBAAiB;IACvB,OAAO,EAAE,4BAAoB,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAA;AAIW,QAAA,gBAAgB,GAAG,qBAAa,CAAC,MAAM,CAAC;IACjD,UAAU,EAAE,aAAC,CAAC,MAAM,EAAE;CACzB,CAAC,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export * from "./core/business/elements/elements.schema";
1
+ export * from "./core/business/business/business.schema";
2
2
  export * from "./core/business/modules/modules.constants";
3
3
  export * from "./core/business/modules/modules.schema";
4
- export * from "./core/business/business/business.schema";
5
4
  export * from "./core/business/social-kind/social-kind.schema";
6
5
  export * from "./core/business/style/style.schema";
6
+ export * from "./core/business/elements/elements.schema";
7
7
  export * from "./core/business/theme/theme.schema";
8
8
  export * from "./core/business/variants/variants.schema";
9
9
  export * from "./core/users/role/role.schema";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC"}
package/dist/index.js CHANGED
@@ -14,12 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./core/business/elements/elements.schema"), exports);
17
+ __exportStar(require("./core/business/business/business.schema"), exports);
18
18
  __exportStar(require("./core/business/modules/modules.constants"), exports);
19
19
  __exportStar(require("./core/business/modules/modules.schema"), exports);
20
- __exportStar(require("./core/business/business/business.schema"), exports);
21
20
  __exportStar(require("./core/business/social-kind/social-kind.schema"), exports);
22
21
  __exportStar(require("./core/business/style/style.schema"), exports);
22
+ __exportStar(require("./core/business/elements/elements.schema"), exports);
23
23
  __exportStar(require("./core/business/theme/theme.schema"), exports);
24
24
  __exportStar(require("./core/business/variants/variants.schema"), exports);
25
25
  __exportStar(require("./core/users/role/role.schema"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2EAAyD;AACzD,4EAA0D;AAC1D,yEAAuD;AACvD,2EAAyD;AACzD,iFAA+D;AAC/D,qEAAmD;AACnD,qEAAmD;AACnD,2EAAyD;AACzD,gEAA8C;AAC9C,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2EAAyD;AACzD,4EAA0D;AAC1D,yEAAuD;AACvD,iFAA+D;AAC/D,qEAAmD;AACnD,2EAAyD;AACzD,qEAAmD;AACnD,2EAAyD;AACzD,gEAA8C;AAC9C,gEAA8C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgenarog/shared-contracts",
3
- "version": "1.0.8",
3
+ "version": "1.0.91",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",