axe-api 1.4.0-beta-8 → 1.4.0
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.
- package/build/src/Phases/All/index.d.ts +1 -1
- package/build/src/Phases/Delete/index.d.ts +4 -4
- package/build/src/Phases/ForceDelete/index.d.ts +3 -3
- package/build/src/Phases/List/index.d.ts +3 -3
- package/build/src/Phases/Paginate/index.d.ts +2 -2
- package/build/src/Phases/Patch/index.d.ts +1 -1
- package/build/src/Phases/Search/index.d.ts +2 -2
- package/build/src/Phases/Show/index.d.ts +2 -2
- package/build/src/Phases/Single/index.d.ts +5 -5
- package/build/src/Phases/Store/index.d.ts +3 -3
- package/build/src/Phases/Update/index.d.ts +2 -2
- package/package.json +3 -3
- package/build/dev-kit.d.ts +0 -1
- package/build/dev-kit.js +0 -12
- /package/cli/{test.js → dev.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
ActionPhase: (context: import("
|
|
3
|
-
PreparePhase: (context: import("
|
|
4
|
-
QueryPhase: (context: import("
|
|
5
|
-
ResponsePhase: (context: import("
|
|
2
|
+
ActionPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
PreparePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
|
+
QueryPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
5
|
+
ResponsePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
ActionPhase: (context: import("
|
|
3
|
-
PreparePhase: (context: import("
|
|
4
|
-
QueryPhase: (context: import("
|
|
2
|
+
ActionPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
PreparePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
|
+
QueryPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
RelationalPhase: (context: import("
|
|
3
|
-
ResultPhase: (context: import("
|
|
4
|
-
SerializePhase: (context: import("
|
|
2
|
+
RelationalPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
ResultPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
|
+
SerializePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
PreparePhase: (context: import("
|
|
3
|
-
FetchPhase: (context: import("
|
|
2
|
+
PreparePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
FetchPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
PreparePhase: (context: import("
|
|
3
|
-
FetchPhase: (context: import("
|
|
2
|
+
PreparePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
FetchPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
PreparePhase: (context: import("
|
|
3
|
-
FetchPhase: (context: import("
|
|
2
|
+
PreparePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
FetchPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
RelationalPhase: (context: import("
|
|
3
|
-
ResultPhase: (context: import("
|
|
4
|
-
SerializePhase: (context: import("
|
|
5
|
-
PrepareGetPhase: (context: import("
|
|
6
|
-
GetPhase: (context: import("
|
|
2
|
+
RelationalPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
ResultPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
|
+
SerializePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
5
|
+
PrepareGetPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
6
|
+
GetPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
PreparePhase: (context: import("
|
|
3
|
-
ActionPhase: (context: import("
|
|
4
|
-
ResultPhase: (context: import("
|
|
2
|
+
PreparePhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
ActionPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
|
+
ResultPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
ActionPhase: (context: import("
|
|
3
|
-
PrepareActionPhase: (context: import("
|
|
2
|
+
ActionPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
3
|
+
PrepareActionPhase: (context: import("../../Interfaces").IContext) => Promise<void>;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axe-api",
|
|
3
|
-
"version": "1.4.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "AXE API is a simple tool to create Rest APIs quickly.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"license": "MIT",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"bin": {
|
|
32
|
+
"axe": "bin/axe"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rm -rf build && tsc && rm -rf build/dev-kit",
|
package/build/dev-kit.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/build/dev-kit.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const dotenv_1 = __importDefault(require("dotenv"));
|
|
7
|
-
const path_1 = __importDefault(require("path"));
|
|
8
|
-
const index_1 = require("./index");
|
|
9
|
-
console.log("Axe API dev-kit (1.0.1)");
|
|
10
|
-
dotenv_1.default.config();
|
|
11
|
-
const server = new index_1.Server();
|
|
12
|
-
server.start(path_1.default.join(__dirname, "dev-kit"));
|
/package/cli/{test.js → dev.js}
RENAMED
|
File without changes
|