@opencrvs/toolkit 2.0.0-rc.fc7f7fc → 2.0.0-rc.fef9d21
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/dist/cli.js +1383 -142
- package/dist/commons/api/router.d.ts +42 -63
- package/dist/migrations/v2.0/add-birth-certificate-issuance-flag.d.ts.map +1 -1
- package/dist/migrations/v2.0/add-birth-certificate-issuance-flag.js +3 -4
- package/dist/migrations/v2.0/add-resend-invite-notification.d.ts +3 -0
- package/dist/migrations/v2.0/add-resend-invite-notification.d.ts.map +1 -0
- package/dist/migrations/v2.0/add-resend-invite-notification.js +373 -0
- package/dist/migrations/v2.0/checkout-upstream-files.d.ts +19 -0
- package/dist/migrations/v2.0/checkout-upstream-files.d.ts.map +1 -1
- package/dist/migrations/v2.0/checkout-upstream-files.js +17 -13
- package/dist/migrations/v2.0/convert-config-files-to-ts.d.ts.map +1 -1
- package/dist/migrations/v2.0/convert-config-files-to-ts.js +4 -5
- package/dist/migrations/v2.0/convert-paragraph-to-heading.d.ts.map +1 -1
- package/dist/migrations/v2.0/convert-paragraph-to-heading.js +4 -5
- package/dist/migrations/v2.0/create-events-index.d.ts.map +1 -1
- package/dist/migrations/v2.0/create-events-index.js +1 -2
- package/dist/migrations/v2.0/delete-infrastructure-directory.d.ts +3 -0
- package/dist/migrations/v2.0/delete-infrastructure-directory.d.ts.map +1 -0
- package/dist/migrations/v2.0/delete-infrastructure-directory.js +77 -0
- package/dist/migrations/v2.0/index.d.ts +8 -4
- package/dist/migrations/v2.0/index.d.ts.map +1 -1
- package/dist/migrations/v2.0/index.js +1351 -139
- package/dist/migrations/v2.0/make-built-in-validate-actions-custom.d.ts.map +1 -1
- package/dist/migrations/v2.0/make-built-in-validate-actions-custom.js +5 -6
- package/dist/migrations/v2.0/merge-infrastructure-directory.d.ts +3 -0
- package/dist/migrations/v2.0/merge-infrastructure-directory.d.ts.map +1 -0
- package/dist/migrations/v2.0/merge-infrastructure-directory.js +221 -0
- package/dist/migrations/v2.0/migrate-application-config-url.d.ts +3 -0
- package/dist/migrations/v2.0/migrate-application-config-url.d.ts.map +1 -0
- package/dist/migrations/v2.0/migrate-application-config-url.js +342 -0
- package/dist/migrations/v2.0/migrate-scopes.d.ts.map +1 -1
- package/dist/migrations/v2.0/migrate-scopes.js +6 -7
- package/dist/migrations/v2.0/migrate-validated-workqueue-status-to-flag.d.ts.map +1 -1
- package/dist/migrations/v2.0/migrate-validated-workqueue-status-to-flag.js +3 -4
- package/dist/migrations/v2.0/migrate-workqueue-configs.d.ts.map +1 -1
- package/dist/migrations/v2.0/migrate-workqueue-configs.js +3 -4
- package/dist/migrations/v2.0/remove-delete-actions.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-delete-actions.js +3 -4
- package/dist/migrations/v2.0/remove-demo-scope.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-demo-scope.js +2 -3
- package/dist/migrations/v2.0/remove-deprecated-imports.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-deprecated-imports.js +3 -4
- package/dist/migrations/v2.0/remove-fhir-url-helpers.d.ts +3 -0
- package/dist/migrations/v2.0/remove-fhir-url-helpers.d.ts.map +1 -0
- package/dist/migrations/v2.0/remove-fhir-url-helpers.js +163 -0
- package/dist/migrations/v2.0/remove-hearth-migrations.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-hearth-migrations.js +1 -2
- package/dist/migrations/v2.0/remove-old-statistics-service.d.ts +3 -0
- package/dist/migrations/v2.0/remove-old-statistics-service.d.ts.map +1 -0
- package/dist/migrations/v2.0/remove-old-statistics-service.js +356 -0
- package/dist/migrations/v2.0/remove-pending-certification-flag.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-pending-certification-flag.js +3 -4
- package/dist/migrations/v2.0/remove-review-from-register-action.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-review-from-register-action.js +3 -4
- package/dist/migrations/v2.0/remove-unused-environment-variables.d.ts +3 -0
- package/dist/migrations/v2.0/remove-unused-environment-variables.d.ts.map +1 -0
- package/dist/migrations/v2.0/remove-unused-environment-variables.js +186 -0
- package/dist/migrations/v2.0/rename-api-paths.d.ts.map +1 -1
- package/dist/migrations/v2.0/rename-api-paths.js +3 -4
- package/dist/migrations/v2.0/rename-location-parent-id.d.ts.map +1 -1
- package/dist/migrations/v2.0/rename-location-parent-id.js +3 -4
- package/dist/migrations/v2.0/simplify-analytics-precalculations.d.ts.map +1 -1
- package/dist/migrations/v2.0/simplify-analytics-precalculations.js +1 -2
- package/dist/migrations/v2.0/update-package-json.d.ts +3 -0
- package/dist/migrations/v2.0/update-package-json.d.ts.map +1 -0
- package/dist/migrations/v2.0/update-package-json.js +105 -0
- package/opencrvs-toolkit-2.0.0-rc.fef9d21.tgz +0 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/opencrvs-toolkit-2.0.0-rc.fc7f7fc.tgz +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rename-location-parent-id.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/rename-location-parent-id.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"rename-location-parent-id.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/rename-location-parent-id.ts"],"names":[],"mappings":"AAmJA,iBAAe,IAAI,kBAiDlB;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -45,7 +45,6 @@ exports.main = main;
|
|
|
45
45
|
*/
|
|
46
46
|
const ts_morph_1 = require("ts-morph");
|
|
47
47
|
const path_1 = __importDefault(require("path"));
|
|
48
|
-
const _1 = require(".");
|
|
49
48
|
const OLD_PROPERTY_NAME = 'parentId';
|
|
50
49
|
const NEW_PROPERTY_NAME = 'administrativeAreaId';
|
|
51
50
|
const LOCATION_TYPE_NAME = 'Location';
|
|
@@ -138,14 +137,14 @@ function processFile(filePath, project) {
|
|
|
138
137
|
// surrounding whitespace and optional-chain tokens (?.)
|
|
139
138
|
propAccess.getNameNode().replaceWithText(NEW_PROPERTY_NAME);
|
|
140
139
|
renamedCount++;
|
|
141
|
-
console.log(` [${path_1.default.relative(
|
|
140
|
+
console.log(` [${path_1.default.relative(process.cwd(), filePath)}] Renamed Location.${OLD_PROPERTY_NAME} → Location.${NEW_PROPERTY_NAME}`);
|
|
142
141
|
}
|
|
143
142
|
return renamedCount;
|
|
144
143
|
}
|
|
145
144
|
// ─── Entry point ─────────────────────────────────────────────────────────────
|
|
146
145
|
function main() {
|
|
147
146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
148
|
-
const srcDir = path_1.default.join(
|
|
147
|
+
const srcDir = path_1.default.join(process.cwd(), 'src');
|
|
149
148
|
console.log(`Scanning for Location.${OLD_PROPERTY_NAME} references in: ${srcDir}\n`);
|
|
150
149
|
const project = new ts_morph_1.Project({
|
|
151
150
|
tsConfigFilePath: path_1.default.resolve(srcDir, '../tsconfig.json'),
|
|
@@ -174,7 +173,7 @@ function main() {
|
|
|
174
173
|
for (const filePath of modifiedFiles) {
|
|
175
174
|
const sourceFile = project.getSourceFileOrThrow(filePath);
|
|
176
175
|
yield sourceFile.save();
|
|
177
|
-
console.log(` Saved: ${path_1.default.relative(
|
|
176
|
+
console.log(` Saved: ${path_1.default.relative(process.cwd(), filePath)}`);
|
|
178
177
|
}
|
|
179
178
|
console.log(`\nDone. Renamed ${totalRenamed} Location.${OLD_PROPERTY_NAME} reference(s) to Location.${NEW_PROPERTY_NAME}.`);
|
|
180
179
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simplify-analytics-precalculations.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/simplify-analytics-precalculations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"simplify-analytics-precalculations.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/simplify-analytics-precalculations.ts"],"names":[],"mappings":"AAqLA,iBAAe,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAyCnC;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -51,7 +51,6 @@ exports.main = main;
|
|
|
51
51
|
const ts_morph_1 = require("ts-morph");
|
|
52
52
|
const fs_1 = __importDefault(require("fs"));
|
|
53
53
|
const path_1 = __importDefault(require("path"));
|
|
54
|
-
const _1 = require(".");
|
|
55
54
|
const ANALYTICS_FILE_REL = 'src/analytics/analytics.ts';
|
|
56
55
|
const FUNCTION_NAME = 'precalculateAdditionalAnalytics';
|
|
57
56
|
const IMPORT_NAMES_TO_REMOVE = new Set(['Event', 'precalculateBirthEvent']);
|
|
@@ -164,7 +163,7 @@ function simplifyPrecalculateFunction(sourceFile) {
|
|
|
164
163
|
// ─── Entry point ─────────────────────────────────────────────────────────────
|
|
165
164
|
function main() {
|
|
166
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
167
|
-
const cwd =
|
|
166
|
+
const cwd = process.cwd();
|
|
168
167
|
const absPath = path_1.default.join(cwd, ANALYTICS_FILE_REL);
|
|
169
168
|
if (!fs_1.default.existsSync(absPath)) {
|
|
170
169
|
console.log(`[${ANALYTICS_FILE_REL}] does not exist — nothing to clean up.`);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-package-json.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/update-package-json.ts"],"names":[],"mappings":"AA2CA,iBAAe,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAyEnC;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
6
|
+
*
|
|
7
|
+
* OpenCRVS is also distributed under the terms of the Civil Registration
|
|
8
|
+
* & Healthcare Disclaimer located at http://opencrvs.org/license.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
|
|
11
|
+
*/
|
|
12
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
14
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
15
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
16
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
17
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.main = main;
|
|
26
|
+
/**
|
|
27
|
+
* Codemod: Update root `package.json` for the v1.9 → v2.0 upgrade.
|
|
28
|
+
*
|
|
29
|
+
* Changes applied:
|
|
30
|
+
* 1. Sets `version` to `2.0.0`.
|
|
31
|
+
* 2. Sets `zod` to `^4.2.1` in `dependencies` (or `devDependencies` if it
|
|
32
|
+
* already lives there). If `zod` is absent from both, it's added to
|
|
33
|
+
* `dependencies`.
|
|
34
|
+
*
|
|
35
|
+
* Caveats:
|
|
36
|
+
* - The codemod preserves the file's existing 2-space indentation and
|
|
37
|
+
* trailing newline. Any non-standard formatting (e.g. tabs) will be
|
|
38
|
+
* replaced with 2-space indentation.
|
|
39
|
+
* - No-op when `package.json` is missing.
|
|
40
|
+
* - No automatic `yarn install` is run; the developer should reinstall
|
|
41
|
+
* dependencies after the codemods complete.
|
|
42
|
+
*/
|
|
43
|
+
const fs_1 = require("fs");
|
|
44
|
+
const path_1 = __importDefault(require("path"));
|
|
45
|
+
const PACKAGE_JSON_RELATIVE = 'package.json';
|
|
46
|
+
const TARGET_VERSION = '2.0.0';
|
|
47
|
+
const TARGET_ZOD_RANGE = '^4.2.1';
|
|
48
|
+
function main() {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
const packageJsonPath = path_1.default.join(process.cwd(), PACKAGE_JSON_RELATIVE);
|
|
51
|
+
if (!(0, fs_1.existsSync)(packageJsonPath)) {
|
|
52
|
+
console.log(`'${PACKAGE_JSON_RELATIVE}' not found in ${process.cwd()} — skipping.`);
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
const raw = (0, fs_1.readFileSync)(packageJsonPath, 'utf8');
|
|
56
|
+
let parsed;
|
|
57
|
+
try {
|
|
58
|
+
parsed = JSON.parse(raw);
|
|
59
|
+
}
|
|
60
|
+
catch (error) {
|
|
61
|
+
console.warn(` [${PACKAGE_JSON_RELATIVE}] Failed to parse JSON — skipping update. ${error.message}`);
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
console.log(`Updating '${PACKAGE_JSON_RELATIVE}'...`);
|
|
65
|
+
const previousVersion = parsed.version;
|
|
66
|
+
const versionChanged = previousVersion !== TARGET_VERSION;
|
|
67
|
+
parsed.version = TARGET_VERSION;
|
|
68
|
+
if (versionChanged) {
|
|
69
|
+
console.log(` Set version: ${previousVersion !== null && previousVersion !== void 0 ? previousVersion : '<unset>'} → ${TARGET_VERSION}`);
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
console.log(` Version already ${TARGET_VERSION} — no change.`);
|
|
73
|
+
}
|
|
74
|
+
// Resolve which dependency bucket already holds zod, defaulting to
|
|
75
|
+
// `dependencies` when absent.
|
|
76
|
+
let zodBucket = 'dependencies';
|
|
77
|
+
if (parsed.devDependencies && 'zod' in parsed.devDependencies) {
|
|
78
|
+
zodBucket = 'devDependencies';
|
|
79
|
+
}
|
|
80
|
+
if (!parsed[zodBucket]) {
|
|
81
|
+
parsed[zodBucket] = {};
|
|
82
|
+
}
|
|
83
|
+
const bucket = parsed[zodBucket];
|
|
84
|
+
const previousZod = bucket.zod;
|
|
85
|
+
const zodChanged = previousZod !== TARGET_ZOD_RANGE;
|
|
86
|
+
bucket.zod = TARGET_ZOD_RANGE;
|
|
87
|
+
if (zodChanged) {
|
|
88
|
+
console.log(` Set ${zodBucket}.zod: ${previousZod !== null && previousZod !== void 0 ? previousZod : '<absent>'} → ${TARGET_ZOD_RANGE}`);
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
console.log(` ${zodBucket}.zod already ${TARGET_ZOD_RANGE} — no change.`);
|
|
92
|
+
}
|
|
93
|
+
// Preserve trailing newline if the source had one (default to LF since
|
|
94
|
+
// most repos commit JSON with a trailing newline).
|
|
95
|
+
const trailingNewline = raw.endsWith('\n') ? '\n' : '';
|
|
96
|
+
const next = JSON.stringify(parsed, null, 2) + trailingNewline;
|
|
97
|
+
if (next === raw) {
|
|
98
|
+
console.log('\n No changes to write.');
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
(0, fs_1.writeFileSync)(packageJsonPath, next, 'utf8');
|
|
102
|
+
console.log(`\n Saved '${PACKAGE_JSON_RELATIVE}'.`);
|
|
103
|
+
console.log(` NOTE: run \`yarn install\` (or your package manager equivalent) to install the updated dependency versions.`);
|
|
104
|
+
});
|
|
105
|
+
}
|
|
Binary file
|
package/package.json
CHANGED
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/cli.ts","./src/api/index.ts","./src/application-config/index.ts","./src/conditionals/index.ts","./src/events/deduplication.ts","./src/events/index.ts","./src/migrations/v2.0/add-birth-certificate-issuance-flag.ts","./src/migrations/v2.0/checkout-upstream-files.ts","./src/migrations/v2.0/convert-config-files-to-ts.ts","./src/migrations/v2.0/convert-paragraph-to-heading.ts","./src/migrations/v2.0/create-events-index.ts","./src/migrations/v2.0/index.ts","./src/migrations/v2.0/make-built-in-validate-actions-custom.ts","./src/migrations/v2.0/migrate-scopes.ts","./src/migrations/v2.0/migrate-validated-workqueue-status-to-flag.ts","./src/migrations/v2.0/migrate-workqueue-configs.ts","./src/migrations/v2.0/remove-delete-actions.ts","./src/migrations/v2.0/remove-demo-scope.ts","./src/migrations/v2.0/remove-deprecated-imports.ts","./src/migrations/v2.0/remove-hearth-migrations.ts","./src/migrations/v2.0/remove-pending-certification-flag.ts","./src/migrations/v2.0/remove-review-from-register-action.ts","./src/migrations/v2.0/rename-api-paths.ts","./src/migrations/v2.0/rename-location-parent-id.ts","./src/migrations/v2.0/simplify-analytics-precalculations.ts","./src/notification/index.ts","./src/scopes/index.ts"],"version":"5.6.3"}
|
|
1
|
+
{"root":["./src/cli.ts","./src/api/index.ts","./src/application-config/index.ts","./src/conditionals/index.ts","./src/events/deduplication.ts","./src/events/index.ts","./src/migrations/v2.0/add-birth-certificate-issuance-flag.ts","./src/migrations/v2.0/add-resend-invite-notification.ts","./src/migrations/v2.0/checkout-upstream-files.ts","./src/migrations/v2.0/convert-config-files-to-ts.ts","./src/migrations/v2.0/convert-paragraph-to-heading.ts","./src/migrations/v2.0/create-events-index.ts","./src/migrations/v2.0/delete-infrastructure-directory.ts","./src/migrations/v2.0/index.ts","./src/migrations/v2.0/make-built-in-validate-actions-custom.ts","./src/migrations/v2.0/merge-infrastructure-directory.ts","./src/migrations/v2.0/migrate-application-config-url.ts","./src/migrations/v2.0/migrate-scopes.ts","./src/migrations/v2.0/migrate-validated-workqueue-status-to-flag.ts","./src/migrations/v2.0/migrate-workqueue-configs.ts","./src/migrations/v2.0/remove-delete-actions.ts","./src/migrations/v2.0/remove-demo-scope.ts","./src/migrations/v2.0/remove-deprecated-imports.ts","./src/migrations/v2.0/remove-fhir-url-helpers.ts","./src/migrations/v2.0/remove-hearth-migrations.ts","./src/migrations/v2.0/remove-old-statistics-service.ts","./src/migrations/v2.0/remove-pending-certification-flag.ts","./src/migrations/v2.0/remove-review-from-register-action.ts","./src/migrations/v2.0/remove-unused-environment-variables.ts","./src/migrations/v2.0/rename-api-paths.ts","./src/migrations/v2.0/rename-location-parent-id.ts","./src/migrations/v2.0/simplify-analytics-precalculations.ts","./src/migrations/v2.0/update-package-json.ts","./src/notification/index.ts","./src/scopes/index.ts"],"version":"5.6.3"}
|
|
Binary file
|