@nicefer/types 1.0.133 → 1.0.135

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.
@@ -16,7 +16,7 @@ export interface SubCategory {
16
16
  }
17
17
  export interface CategoryType {
18
18
  title: string;
19
- type: 'clothes' | 'gifts' | 'perfumes' | 'electric' | 'electronics' | 'handmade-jewelry' | 'jewelry' | 'home' | 'beauty' | 'health' | 'books' | 'shoes';
19
+ type: 'clothes' | 'gifts' | 'perfumes' | 'electric' | 'electronics' | 'handmade-jewelry' | 'jewelry' | 'home' | 'beauty' | 'health' | 'books' | 'shoes' | 'bags';
20
20
  translations?: Translations<string>;
21
21
  icon?: string;
22
22
  categories: Category[];
@@ -35,7 +35,7 @@ export interface DeliveryMethod {
35
35
  * se calcula y llena en `client`.
36
36
  */
37
37
  deliveryRange?: string;
38
- inBusinessDays: number;
38
+ inBusinessDays: `${number}-${number}`;
39
39
  deliveryFeeInUSD: number;
40
40
  deliveryFeeInHNL: number;
41
41
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicefer/types",
3
- "version": "1.0.133",
3
+ "version": "1.0.135",
4
4
  "description": "Tipos compartidos para Nicefer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",