@nomalism-com/api 0.29.53 → 0.29.54

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.
@@ -33,6 +33,7 @@ export declare const ConferirEncomendaClienteOptionsEnum: {
33
33
  "Espera Prod (Mont)": "Espera Prod (Mont)";
34
34
  "Espera Montagem": "Espera Montagem";
35
35
  "Espera Corte Tecidos": "Espera Corte Tecidos";
36
+ "Espera Confec\u00E7\u00E3o (tecidos cortados)": "Espera Confec\u00E7\u00E3o (tecidos cortados)";
36
37
  "Encomendar Servi\u00E7o": "Encomendar Servi\u00E7o";
37
38
  "Encomendar Servi\u00E7o Sem Notifica\u00E7\u00E3o": "Encomendar Servi\u00E7o Sem Notifica\u00E7\u00E3o";
38
39
  "Encomendar VA": "Encomendar VA";
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.29.53",
12
+ "version": "0.29.54",
13
13
  "main": "dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [
@@ -44,7 +44,7 @@
44
44
  "tslib": "^2.8.1"
45
45
  },
46
46
  "dependencies": {
47
- "@nomalism-com/types": "^0.29.55",
47
+ "@nomalism-com/types": "^0.29.56",
48
48
  "axios": "^1.7.9"
49
49
  }
50
50
  }