@nomalism-com/api 0.33.17 → 0.33.19

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.
@@ -46,6 +46,7 @@ export declare const ConferirEncomendaClienteOptionsEnum: {
46
46
  'Fechar Linha': "Fechar Linha";
47
47
  'Encomendar RM': "Encomendar RM";
48
48
  'Encomendar MT': "Encomendar MT";
49
+ 'M - terminado': "M - terminado";
49
50
  }, conferirEncomendaClienteOptions: string[];
50
51
  export default class Repository implements Nomalism.Order.IRepository {
51
52
  route: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.33.17",
12
+ "version": "0.33.19",
13
13
  "main": "dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [
@@ -48,7 +48,7 @@
48
48
  "tslib": "^2.8.1"
49
49
  },
50
50
  "dependencies": {
51
- "@nomalism-com/types": "^0.33.23",
51
+ "@nomalism-com/types": "^0.33.25",
52
52
  "axios": "^1.8.4"
53
53
  }
54
54
  }