@djaouad10/shared-types 1.0.8 → 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.
Files changed (2) hide show
  1. package/index.d.ts +5 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2412,7 +2412,12 @@ declare const ourFileRouter: {
2412
2412
  export type OurFileRouter = typeof ourFileRouter;
2413
2413
 
2414
2414
  export {
2415
+ Color,
2416
+ DeliveryType,
2415
2417
  OrderStatus,
2418
+ Role,
2419
+ ShippingProvider,
2420
+ Size,
2416
2421
  };
2417
2422
 
2418
2423
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"