kschema-fs-api-gen-post-actions 1.7.3 → 1.8.2
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/bin/v7/tasks/actions/insertGenPk.js +1 -3
- package/bin/{v6 → v8}/tasks/actions/insertGenPk.js +6 -13
- package/package.json +3 -2
- package/bin/v6/tasks/actions/WithMail/steps/createHttpFile.js +0 -12
- package/bin/v6/tasks/actions/WithMail/steps/updateEndPointsJs.js +0 -16
- package/bin/v7/tasks/actions/InsertGenPk/steps/updateEndPointsJs.js +0 -16
- /package/bin/{v6 → v8}/core/createFolder.js +0 -0
- /package/bin/{v6 → v8}/core/parseInput.js +0 -0
- /package/bin/{v6 → v8}/core/resolveCommand.js +0 -0
- /package/bin/{v6 → v8}/core/showUsage.js +0 -0
- /package/bin/{v6 → v8}/start.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/actions.json +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/announce.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/createFolder.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/decideTemplate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/locateDestination.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/locateSource.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/resolveFolderName.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/updateAppJs.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/config/getSchema.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/controller.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/errors.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/getData.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/getSchema.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/buildMutate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/buildQuery.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/file/read.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/file/write.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/pkHelper.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validateHelper.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/default.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/enum.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/length.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/minMax.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/pattern.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/required.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/type.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/helpers/validators/unique.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/insertBase.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/insertGenPk.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/middleware.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/rest.http +0 -0
- /package/bin/{v6 → v8}/tasks/actions/InsertGenPk/template/v1/service.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/actions.json +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/common/readFile.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/common/writeFile.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/buildImport.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/checkDuplicate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/findInsertIndex.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/index.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/buildUseLine.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/checkDuplicate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/findInsertIndex.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/index.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/announce.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/createFolder.js +0 -0
- /package/bin/{v6/tasks/actions/InsertGenPk → v8/tasks/actions/WithMail}/steps/createHttpFile.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/decideTemplate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/locateDestination.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/locateSource.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/resolveFolderName.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/updateAppJs.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/steps/updateEndPointsFile.js +0 -0
- /package/bin/{v6/tasks/actions/InsertGenPk → v8/tasks/actions/WithMail}/steps/updateEndPointsJs.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v1/controller.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v1/errors.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v1/middleware.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v1/service.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/Mail/sendMailCC.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/Mail/welcome.html +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/controller.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/errors.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/middleware.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/rest.http +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v2/service.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/Mail/sendMailCC.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/Mail/welcome.html +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/config/getSchema.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/controller.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/errors.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/getData.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/getSchema.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/buildMutate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/buildQuery.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/file/read.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/file/write.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/pkHelper.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validate.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validateHelper.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/default.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/enum.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/length.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/minMax.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/pattern.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/required.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/type.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/helpers/validators/unique.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/insertBase.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/insertGenPk.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/middleware.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/rest.http +0 -0
- /package/bin/{v6 → v8}/tasks/actions/WithMail/template/v3/service.js +0 -0
- /package/bin/{v6 → v8}/tasks/actions/withMail.js +0 -0
- /package/bin/{v6 → v8}/tasks/core/createFolder.js +0 -0
- /package/bin/{v6 → v8}/tasks/core/parseInput.js +0 -0
- /package/bin/{v6 → v8}/tasks/core/resolveCommand.js +0 -0
- /package/bin/{v6 → v8}/tasks/core/showUsage.js +0 -0
|
@@ -6,8 +6,6 @@ import { locateSource } from "./InsertGenPk/steps/locateSource.js";
|
|
|
6
6
|
import { locateDestination } from "./InsertGenPk/steps/locateDestination.js";
|
|
7
7
|
import { createFolder } from "../../core/createFolder.js";
|
|
8
8
|
|
|
9
|
-
import updateEndPointsJs from "./InsertGenPk/steps/updateEndPointsJs.js";
|
|
10
|
-
|
|
11
9
|
import { announce } from "./InsertGenPk/steps/announce.js";
|
|
12
10
|
|
|
13
11
|
import resolveFolderName from "./InsertGenPk/steps/resolveFolderName.js";
|
|
@@ -49,7 +47,7 @@ const startFunc = async ({ cmd = "", toPath, isAnnounce = true, checkBeforeCreat
|
|
|
49
47
|
});
|
|
50
48
|
|
|
51
49
|
generateRest({
|
|
52
|
-
toConfigPath,
|
|
50
|
+
toConfigPath, inTargetPath,
|
|
53
51
|
toPath: path.join(localToPath, resolvedFolderName),
|
|
54
52
|
});
|
|
55
53
|
};
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
import path from "path";
|
|
2
|
-
import fixEndpointsJs from "express-fix-any-js";
|
|
2
|
+
// import fixEndpointsJs from "express-fix-any-js";
|
|
3
3
|
import generateRest from "kschema-fs-api-gen-rest";
|
|
4
|
+
import fixEndpointsJs from "express-fix-endpoints-js";
|
|
4
5
|
|
|
5
6
|
import { locateSource } from "./InsertGenPk/steps/locateSource.js";
|
|
6
7
|
import { locateDestination } from "./InsertGenPk/steps/locateDestination.js";
|
|
7
8
|
import { createFolder } from "../../core/createFolder.js";
|
|
8
9
|
|
|
9
|
-
import updateEndPointsJs from "./InsertGenPk/steps/updateEndPointsJs.js";
|
|
10
|
-
// import createHttpFile from "./InsertGenPk/steps/createHttpFile.js";
|
|
11
|
-
|
|
12
10
|
import { announce } from "./InsertGenPk/steps/announce.js";
|
|
13
11
|
|
|
14
12
|
import resolveFolderName from "./InsertGenPk/steps/resolveFolderName.js";
|
|
15
13
|
import actions from "./InsertGenPk/actions.json" with { type: "json" };
|
|
16
14
|
|
|
17
15
|
const startFunc = async ({ cmd = "", toPath, isAnnounce = true, checkBeforeCreate = true,
|
|
18
|
-
toConfigPath
|
|
16
|
+
toConfigPath, inTargetPath
|
|
19
17
|
}) => {
|
|
20
18
|
|
|
21
19
|
const matched = actions;
|
|
@@ -45,17 +43,12 @@ const startFunc = async ({ cmd = "", toPath, isAnnounce = true, checkBeforeCreat
|
|
|
45
43
|
|
|
46
44
|
if (createFolderResponse.KTF) {
|
|
47
45
|
const fromEndPointsJs = await fixEndpointsJs({
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
endPointsJsPath: path.join(localToPath, "end-points.js"),
|
|
47
|
+
inActionName: cmd
|
|
50
48
|
});
|
|
51
49
|
|
|
52
|
-
// createHttpFile({
|
|
53
|
-
// inTargetPath: path.join(localToPath, resolvedFolderName),
|
|
54
|
-
// toPath: process.cwd()
|
|
55
|
-
// });
|
|
56
|
-
|
|
57
50
|
generateRest({
|
|
58
|
-
toConfigPath,
|
|
51
|
+
toConfigPath, inTargetPath,
|
|
59
52
|
toPath: path.join(localToPath, resolvedFolderName),
|
|
60
53
|
});
|
|
61
54
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kschema-fs-api-gen-post-actions",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "start from end points js, generate post methods",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"express-fix-any-js": "^1.2.3",
|
|
14
|
-
"kschema-fs-api-gen-rest": "^1.4.2"
|
|
14
|
+
"kschema-fs-api-gen-rest": "^1.4.2",
|
|
15
|
+
"express-fix-endpoints-js": "^1.12.3"
|
|
15
16
|
},
|
|
16
17
|
"type": "module",
|
|
17
18
|
"exports": {
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import fs from "fs";
|
|
2
|
-
import path from "path";
|
|
3
|
-
|
|
4
|
-
const createHttpFile = ({ inTargetPath, toPath }) => {
|
|
5
|
-
const relative = inTargetPath.replace(toPath, "").replace(/\\/g, "/");
|
|
6
|
-
|
|
7
|
-
const content = `GET http://localhost:3000${relative}`;
|
|
8
|
-
|
|
9
|
-
fs.writeFileSync(path.join(inTargetPath, "rest.http"), content);
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default createHttpFile;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import updateImports from "./UpdateRoutesJs/updateImports/index.js";
|
|
2
|
-
import updateAppUse from "./UpdateRoutesJs/updateUse/index.js";
|
|
3
|
-
|
|
4
|
-
const funcName = "getFunc";
|
|
5
|
-
|
|
6
|
-
export default ({ appJsPath, endpoint }) => {
|
|
7
|
-
updateImports({
|
|
8
|
-
appJsPath, endpoint,
|
|
9
|
-
inFuncName: funcName
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
updateAppUse({
|
|
13
|
-
appJsPath, endpoint,
|
|
14
|
-
inFuncName: funcName
|
|
15
|
-
});
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import updateImports from "./UpdateRoutesJs/updateImports/index.js";
|
|
2
|
-
import updateAppUse from "./UpdateRoutesJs/updateUse/index.js";
|
|
3
|
-
|
|
4
|
-
const funcName = "getFunc";
|
|
5
|
-
|
|
6
|
-
export default ({ appJsPath, endpoint }) => {
|
|
7
|
-
updateImports({
|
|
8
|
-
appJsPath, endpoint,
|
|
9
|
-
inFuncName: funcName
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
updateAppUse({
|
|
13
|
-
appJsPath, endpoint,
|
|
14
|
-
inFuncName: funcName
|
|
15
|
-
});
|
|
16
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v6 → v8}/start.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateImports/buildImport.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateImports/index.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/buildUseLine.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/checkDuplicate.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/InsertGenPk/steps/UpdateRoutesJs/updateUse/findInsertIndex.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/buildImport.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/checkDuplicate.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateImports/findInsertIndex.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/buildUseLine.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/checkDuplicate.js
RENAMED
|
File without changes
|
/package/bin/{v6 → v8}/tasks/actions/WithMail/steps/UpdateRoutesJs/updateUse/findInsertIndex.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v6/tasks/actions/InsertGenPk → v8/tasks/actions/WithMail}/steps/createHttpFile.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v6/tasks/actions/InsertGenPk → v8/tasks/actions/WithMail}/steps/updateEndPointsJs.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|