@nomalism-com/api 1.0.22 → 1.0.24

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.
@@ -8,7 +8,7 @@ export import ICheckLinesInPrisonLinesRequest = Nomalism.Prison.ICheckLinesInPri
8
8
  export import ICheckLinesInPrisonRequest = Nomalism.Prison.ICheckLinesInPrisonRequest;
9
9
  export import ICreateLinesInPrisonRequest = Nomalism.Prison.ICreateLinesInPrisonRequest;
10
10
  export declare const checkLineInPrisonOptions: readonly ["Desprender", "Quebrar", "Devolver a fornecedor"];
11
- export default class Repository implements Nomalism.Prison.IApi {
11
+ export default class Repository implements Nomalism.Prison.IRepository {
12
12
  route: string;
13
13
  publicRoute: string;
14
14
  private api;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.22",
12
+ "version": "1.0.24",
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": "^1.0.23",
51
+ "@nomalism-com/types": "^1.0.27",
52
52
  "axios": "^1.9.0"
53
53
  }
54
54
  }