@nomalism-com/api 0.40.17 → 0.40.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1459,7 +1459,7 @@ declare class Repository$t implements Nomalism$1.Prison.IRepository {
1459
1459
  removeLineFromPrison(data: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
1460
1460
  findLinesInPrison(): Promise<Nomalism$1.Prison.IFindLinesInPrisonResponse[]>;
1461
1461
  findLinesInPrisonProviders(): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
1462
- checkLinesInPrison(data: Nomalism$1.Prison.ICheckLinesInPrisonRequest): Promise<string>;
1462
+ checkLinesInPrison(data: Nomalism$1.Prison.ICheckLinesInPrisonRequest): Promise<Nomalism$1.Prison.ICheckLinesInPrisonResponse>;
1463
1463
  createLinesInPrison(data: Nomalism$1.Prison.ICreateLinesInPrisonRequest): Promise<string[]>;
1464
1464
  }
1465
1465
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/api",
3
3
  "description": "A nomalism API package for performing HTTP requests on API endpoints",
4
- "version": "0.40.17",
4
+ "version": "0.40.19",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "prepack": "npm run lint && npm run build"
24
24
  },
25
25
  "dependencies": {
26
- "@nomalism-com/types": "^0.40.19",
26
+ "@nomalism-com/types": "^0.40.20",
27
27
  "axios": "^1.9.0"
28
28
  },
29
29
  "devDependencies": {