@nomalism-com/api 0.27.58 → 0.27.59
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Nomalism from
|
|
2
|
-
import { IModuleConstructor } from
|
|
1
|
+
import Nomalism from "@nomalism-com/types";
|
|
2
|
+
import { IModuleConstructor } from "../../main";
|
|
3
3
|
export import IEntity = Nomalism.ExternalDocumentHeader.Entity;
|
|
4
4
|
export import ICreateRequest = Nomalism.ExternalDocumentHeader.ICreateRequest;
|
|
5
5
|
export import IUpdateRequest = Nomalism.ExternalDocumentHeader.IUpdateRequest;
|
|
@@ -12,7 +12,7 @@ export import IFindByIdResponse = Nomalism.ExternalDocumentHeader.IFindByIdRespo
|
|
|
12
12
|
export import IFindByOwnerIdRequest = Nomalism.shared.IFindByOwnerIdRequest;
|
|
13
13
|
export import IFindByOwnerIdResponse = Nomalism.ExternalDocumentHeader.IFindByOwnerIdResponse;
|
|
14
14
|
export import ISendEmailDocumentRequest = Nomalism.ExternalDocumentHeader.ISendEmailDocumentRequest;
|
|
15
|
-
export default class Repository implements Nomalism.ExternalDocumentHeader.
|
|
15
|
+
export default class Repository implements Nomalism.ExternalDocumentHeader.IRepository {
|
|
16
16
|
route: string;
|
|
17
17
|
publicRoute: string;
|
|
18
18
|
private api;
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript",
|
|
10
10
|
"helper"
|
|
11
11
|
],
|
|
12
|
-
"version": "0.27.
|
|
12
|
+
"version": "0.27.59",
|
|
13
13
|
"main": "dist/index.min.js",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"files": [
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
41
41
|
"@typescript-eslint/parser": "^7.18.0",
|
|
42
42
|
"eslint": "^8.57.1",
|
|
43
|
-
"rollup": "^4.27.
|
|
43
|
+
"rollup": "^4.27.3",
|
|
44
44
|
"tslib": "^2.8.1"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@nomalism-com/types": "^0.27.
|
|
47
|
+
"@nomalism-com/types": "^0.27.82",
|
|
48
48
|
"axios": "^1.7.7"
|
|
49
49
|
}
|
|
50
50
|
}
|