@eventcatalog/generator-amazon-apigateway 1.2.6 → 1.2.8
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/LICENSE +19 -0
- package/dist/index.js +137 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +137 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright (c) 2024-2026 EventCatalog Ltd
|
|
2
|
+
|
|
3
|
+
This software is dual-licensed:
|
|
4
|
+
|
|
5
|
+
* For open-source projects: licensed under the GNU Affero General Public
|
|
6
|
+
License v3.0 (AGPL-3.0). See LICENSE-OPENSOURCE.md for the full terms.
|
|
7
|
+
|
|
8
|
+
* For proprietary, internal, or commercial use: licensed under the EventCatalog
|
|
9
|
+
Commercial License. See LICENSE-COMMERCIAL.md for the full terms.
|
|
10
|
+
|
|
11
|
+
If you are using these plugins for internal business purposes and do not wish
|
|
12
|
+
to release your source code under AGPL-3.0, you must obtain a Commercial
|
|
13
|
+
License.
|
|
14
|
+
|
|
15
|
+
To obtain a Commercial License:
|
|
16
|
+
- Purchase a subscription at https://www.eventcatalog.dev/pricing
|
|
17
|
+
- Purchase individual plugins at https://eventcatalog.cloud/
|
|
18
|
+
- Free 14-day trial at https://eventcatalog.cloud/
|
|
19
|
+
- Contact us at hello@eventcatalog.dev
|
package/dist/index.js
CHANGED
|
@@ -2710,27 +2710,89 @@ function ansiRegex({ onlyFirst = false } = {}) {
|
|
|
2710
2710
|
return new RegExp(pattern, onlyFirst ? void 0 : "g");
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
|
-
// ../../node_modules/.pnpm/strip-ansi@7.
|
|
2713
|
+
// ../../node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.js
|
|
2714
2714
|
var regex = ansiRegex();
|
|
2715
2715
|
function stripAnsi(string) {
|
|
2716
2716
|
if (typeof string !== "string") {
|
|
2717
2717
|
throw new TypeError(`Expected a \`string\`, got \`${typeof string}\``);
|
|
2718
2718
|
}
|
|
2719
|
+
if (!string.includes("\x1B") && !string.includes("\x9B")) {
|
|
2720
|
+
return string;
|
|
2721
|
+
}
|
|
2719
2722
|
return string.replace(regex, "");
|
|
2720
2723
|
}
|
|
2721
2724
|
|
|
2722
|
-
// ../../node_modules/.pnpm/get-east-asian-width@1.
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2725
|
+
// ../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup-data.js
|
|
2726
|
+
var ambiguousMinimalCodePoint = 161;
|
|
2727
|
+
var ambiguousMaximumCodePoint = 1114109;
|
|
2728
|
+
var ambiguousRanges = [161, 161, 164, 164, 167, 168, 170, 170, 173, 174, 176, 180, 182, 186, 188, 191, 198, 198, 208, 208, 215, 216, 222, 225, 230, 230, 232, 234, 236, 237, 240, 240, 242, 243, 247, 250, 252, 252, 254, 254, 257, 257, 273, 273, 275, 275, 283, 283, 294, 295, 299, 299, 305, 307, 312, 312, 319, 322, 324, 324, 328, 331, 333, 333, 338, 339, 358, 359, 363, 363, 462, 462, 464, 464, 466, 466, 468, 468, 470, 470, 472, 472, 474, 474, 476, 476, 593, 593, 609, 609, 708, 708, 711, 711, 713, 715, 717, 717, 720, 720, 728, 731, 733, 733, 735, 735, 768, 879, 913, 929, 931, 937, 945, 961, 963, 969, 1025, 1025, 1040, 1103, 1105, 1105, 8208, 8208, 8211, 8214, 8216, 8217, 8220, 8221, 8224, 8226, 8228, 8231, 8240, 8240, 8242, 8243, 8245, 8245, 8251, 8251, 8254, 8254, 8308, 8308, 8319, 8319, 8321, 8324, 8364, 8364, 8451, 8451, 8453, 8453, 8457, 8457, 8467, 8467, 8470, 8470, 8481, 8482, 8486, 8486, 8491, 8491, 8531, 8532, 8539, 8542, 8544, 8555, 8560, 8569, 8585, 8585, 8592, 8601, 8632, 8633, 8658, 8658, 8660, 8660, 8679, 8679, 8704, 8704, 8706, 8707, 8711, 8712, 8715, 8715, 8719, 8719, 8721, 8721, 8725, 8725, 8730, 8730, 8733, 8736, 8739, 8739, 8741, 8741, 8743, 8748, 8750, 8750, 8756, 8759, 8764, 8765, 8776, 8776, 8780, 8780, 8786, 8786, 8800, 8801, 8804, 8807, 8810, 8811, 8814, 8815, 8834, 8835, 8838, 8839, 8853, 8853, 8857, 8857, 8869, 8869, 8895, 8895, 8978, 8978, 9312, 9449, 9451, 9547, 9552, 9587, 9600, 9615, 9618, 9621, 9632, 9633, 9635, 9641, 9650, 9651, 9654, 9655, 9660, 9661, 9664, 9665, 9670, 9672, 9675, 9675, 9678, 9681, 9698, 9701, 9711, 9711, 9733, 9734, 9737, 9737, 9742, 9743, 9756, 9756, 9758, 9758, 9792, 9792, 9794, 9794, 9824, 9825, 9827, 9829, 9831, 9834, 9836, 9837, 9839, 9839, 9886, 9887, 9919, 9919, 9926, 9933, 9935, 9939, 9941, 9953, 9955, 9955, 9960, 9961, 9963, 9969, 9972, 9972, 9974, 9977, 9979, 9980, 9982, 9983, 10045, 10045, 10102, 10111, 11094, 11097, 12872, 12879, 57344, 63743, 65024, 65039, 65533, 65533, 127232, 127242, 127248, 127277, 127280, 127337, 127344, 127373, 127375, 127376, 127387, 127404, 917760, 917999, 983040, 1048573, 1048576, 1114109];
|
|
2729
|
+
var fullwidthMinimalCodePoint = 12288;
|
|
2730
|
+
var fullwidthMaximumCodePoint = 65510;
|
|
2731
|
+
var fullwidthRanges = [12288, 12288, 65281, 65376, 65504, 65510];
|
|
2732
|
+
var wideMinimalCodePoint = 4352;
|
|
2733
|
+
var wideMaximumCodePoint = 262141;
|
|
2734
|
+
var wideRanges = [4352, 4447, 8986, 8987, 9001, 9002, 9193, 9196, 9200, 9200, 9203, 9203, 9725, 9726, 9748, 9749, 9776, 9783, 9800, 9811, 9855, 9855, 9866, 9871, 9875, 9875, 9889, 9889, 9898, 9899, 9917, 9918, 9924, 9925, 9934, 9934, 9940, 9940, 9962, 9962, 9970, 9971, 9973, 9973, 9978, 9978, 9981, 9981, 9989, 9989, 9994, 9995, 10024, 10024, 10060, 10060, 10062, 10062, 10067, 10069, 10071, 10071, 10133, 10135, 10160, 10160, 10175, 10175, 11035, 11036, 11088, 11088, 11093, 11093, 11904, 11929, 11931, 12019, 12032, 12245, 12272, 12287, 12289, 12350, 12353, 12438, 12441, 12543, 12549, 12591, 12593, 12686, 12688, 12773, 12783, 12830, 12832, 12871, 12880, 42124, 42128, 42182, 43360, 43388, 44032, 55203, 63744, 64255, 65040, 65049, 65072, 65106, 65108, 65126, 65128, 65131, 94176, 94180, 94192, 94198, 94208, 101589, 101631, 101662, 101760, 101874, 110576, 110579, 110581, 110587, 110589, 110590, 110592, 110882, 110898, 110898, 110928, 110930, 110933, 110933, 110948, 110951, 110960, 111355, 119552, 119638, 119648, 119670, 126980, 126980, 127183, 127183, 127374, 127374, 127377, 127386, 127488, 127490, 127504, 127547, 127552, 127560, 127568, 127569, 127584, 127589, 127744, 127776, 127789, 127797, 127799, 127868, 127870, 127891, 127904, 127946, 127951, 127955, 127968, 127984, 127988, 127988, 127992, 128062, 128064, 128064, 128066, 128252, 128255, 128317, 128331, 128334, 128336, 128359, 128378, 128378, 128405, 128406, 128420, 128420, 128507, 128591, 128640, 128709, 128716, 128716, 128720, 128722, 128725, 128728, 128732, 128735, 128747, 128748, 128756, 128764, 128992, 129003, 129008, 129008, 129292, 129338, 129340, 129349, 129351, 129535, 129648, 129660, 129664, 129674, 129678, 129734, 129736, 129736, 129741, 129756, 129759, 129770, 129775, 129784, 131072, 196605, 196608, 262141];
|
|
2735
|
+
|
|
2736
|
+
// ../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/utilities.js
|
|
2737
|
+
var isInRange = (ranges, codePoint) => {
|
|
2738
|
+
let low = 0;
|
|
2739
|
+
let high = Math.floor(ranges.length / 2) - 1;
|
|
2740
|
+
while (low <= high) {
|
|
2741
|
+
const mid = Math.floor((low + high) / 2);
|
|
2742
|
+
const i = mid * 2;
|
|
2743
|
+
if (codePoint < ranges[i]) {
|
|
2744
|
+
high = mid - 1;
|
|
2745
|
+
} else if (codePoint > ranges[i + 1]) {
|
|
2746
|
+
low = mid + 1;
|
|
2747
|
+
} else {
|
|
2748
|
+
return true;
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
return false;
|
|
2752
|
+
};
|
|
2753
|
+
|
|
2754
|
+
// ../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js
|
|
2755
|
+
var commonCjkCodePoint = 19968;
|
|
2756
|
+
var [wideFastPathStart, wideFastPathEnd] = /* @__PURE__ */ findWideFastPathRange(wideRanges);
|
|
2757
|
+
function findWideFastPathRange(ranges) {
|
|
2758
|
+
let fastPathStart = ranges[0];
|
|
2759
|
+
let fastPathEnd = ranges[1];
|
|
2760
|
+
for (let index = 0; index < ranges.length; index += 2) {
|
|
2761
|
+
const start = ranges[index];
|
|
2762
|
+
const end = ranges[index + 1];
|
|
2763
|
+
if (commonCjkCodePoint >= start && commonCjkCodePoint <= end) {
|
|
2764
|
+
return [start, end];
|
|
2765
|
+
}
|
|
2766
|
+
if (end - start > fastPathEnd - fastPathStart) {
|
|
2767
|
+
fastPathStart = start;
|
|
2768
|
+
fastPathEnd = end;
|
|
2769
|
+
}
|
|
2770
|
+
}
|
|
2771
|
+
return [fastPathStart, fastPathEnd];
|
|
2731
2772
|
}
|
|
2773
|
+
var isAmbiguous = (codePoint) => {
|
|
2774
|
+
if (codePoint < ambiguousMinimalCodePoint || codePoint > ambiguousMaximumCodePoint) {
|
|
2775
|
+
return false;
|
|
2776
|
+
}
|
|
2777
|
+
return isInRange(ambiguousRanges, codePoint);
|
|
2778
|
+
};
|
|
2779
|
+
var isFullWidth = (codePoint) => {
|
|
2780
|
+
if (codePoint < fullwidthMinimalCodePoint || codePoint > fullwidthMaximumCodePoint) {
|
|
2781
|
+
return false;
|
|
2782
|
+
}
|
|
2783
|
+
return isInRange(fullwidthRanges, codePoint);
|
|
2784
|
+
};
|
|
2785
|
+
var isWide = (codePoint) => {
|
|
2786
|
+
if (codePoint >= wideFastPathStart && codePoint <= wideFastPathEnd) {
|
|
2787
|
+
return true;
|
|
2788
|
+
}
|
|
2789
|
+
if (codePoint < wideMinimalCodePoint || codePoint > wideMaximumCodePoint) {
|
|
2790
|
+
return false;
|
|
2791
|
+
}
|
|
2792
|
+
return isInRange(wideRanges, codePoint);
|
|
2793
|
+
};
|
|
2732
2794
|
|
|
2733
|
-
// ../../node_modules/.pnpm/get-east-asian-width@1.
|
|
2795
|
+
// ../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/index.js
|
|
2734
2796
|
function validate(codePoint) {
|
|
2735
2797
|
if (!Number.isSafeInteger(codePoint)) {
|
|
2736
2798
|
throw new TypeError(`Expected a code point, got \`${typeof codePoint}\`.`);
|
|
@@ -3748,6 +3810,19 @@ function isValidLicenseKeyFormat(key) {
|
|
|
3748
3810
|
}
|
|
3749
3811
|
|
|
3750
3812
|
// ../../node_modules/.pnpm/@eventcatalog+license@0.0.7/node_modules/@eventcatalog/license/dist/plans.js
|
|
3813
|
+
var isEventCatalogScaleEnabled = async () => {
|
|
3814
|
+
const FEATURE = "@eventcatalog/eventcatalog-scale";
|
|
3815
|
+
const LICENSE_KEY = process.env.EVENTCATALOG_SCALE_LICENSE_KEY || null;
|
|
3816
|
+
if (hasOfflineLicenseKey()) {
|
|
3817
|
+
await verifyOfflineLicense();
|
|
3818
|
+
return isFeatureEnabled(FEATURE);
|
|
3819
|
+
}
|
|
3820
|
+
if (!LICENSE_KEY) {
|
|
3821
|
+
return false;
|
|
3822
|
+
}
|
|
3823
|
+
console.log("Checking online license for", FEATURE);
|
|
3824
|
+
return verifyOnlineLicense(LICENSE_KEY, FEATURE);
|
|
3825
|
+
};
|
|
3751
3826
|
var isFeatureEnabled2 = async (feature, key) => {
|
|
3752
3827
|
if (hasOfflineLicenseKey()) {
|
|
3753
3828
|
await verifyOfflineLicense();
|
|
@@ -3760,35 +3835,67 @@ var isFeatureEnabled2 = async (feature, key) => {
|
|
|
3760
3835
|
};
|
|
3761
3836
|
|
|
3762
3837
|
// ../../shared/checkLicense.ts
|
|
3763
|
-
var
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3838
|
+
var hasLicenseKey = (licenseKey) => Boolean(licenseKey?.trim());
|
|
3839
|
+
var checkLicense_default = async (pkgName, licenseKey, options = {}) => {
|
|
3840
|
+
let licenseCheckFailed = false;
|
|
3841
|
+
if (hasOfflineLicenseKey()) {
|
|
3842
|
+
try {
|
|
3843
|
+
if (await isFeatureEnabled2(pkgName)) {
|
|
3844
|
+
return Promise.resolve();
|
|
3845
|
+
}
|
|
3846
|
+
if (options.allowEventCatalogScaleLicense && await isEventCatalogScaleEnabled()) {
|
|
3847
|
+
return Promise.resolve();
|
|
3848
|
+
}
|
|
3849
|
+
} catch (error) {
|
|
3850
|
+
licenseCheckFailed = true;
|
|
3851
|
+
console.log(error);
|
|
3852
|
+
}
|
|
3853
|
+
} else {
|
|
3854
|
+
const hasPluginLicenseKey = hasLicenseKey(licenseKey);
|
|
3855
|
+
const hasScaleLicenseKey = options.allowEventCatalogScaleLicense && hasLicenseKey(process.env.EVENTCATALOG_SCALE_LICENSE_KEY);
|
|
3856
|
+
if (!hasPluginLicenseKey && !hasScaleLicenseKey) {
|
|
3773
3857
|
console.log(import_chalk3.default.bgRed(`
|
|
3774
|
-
|
|
3775
|
-
console.log(import_chalk3.default.redBright("
|
|
3858
|
+
No license key provided for ${pkgName}`));
|
|
3859
|
+
console.log(import_chalk3.default.redBright("You can get a free 14 day trial license at https://eventcatalog.cloud/"));
|
|
3776
3860
|
process.exit(1);
|
|
3777
3861
|
}
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3862
|
+
if (hasPluginLicenseKey) {
|
|
3863
|
+
try {
|
|
3864
|
+
if (await isFeatureEnabled2(pkgName, licenseKey)) {
|
|
3865
|
+
return Promise.resolve();
|
|
3866
|
+
}
|
|
3867
|
+
} catch (error) {
|
|
3868
|
+
licenseCheckFailed = true;
|
|
3869
|
+
console.log(error);
|
|
3870
|
+
}
|
|
3871
|
+
}
|
|
3872
|
+
if (hasScaleLicenseKey) {
|
|
3873
|
+
try {
|
|
3874
|
+
if (await isEventCatalogScaleEnabled()) {
|
|
3875
|
+
return Promise.resolve();
|
|
3876
|
+
}
|
|
3877
|
+
} catch (error) {
|
|
3878
|
+
licenseCheckFailed = true;
|
|
3879
|
+
console.log(error);
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
}
|
|
3883
|
+
if (licenseCheckFailed) {
|
|
3781
3884
|
console.log(import_chalk3.default.bgRed(`
|
|
3782
3885
|
Failed to verify license key`));
|
|
3783
3886
|
console.log(import_chalk3.default.redBright("Please check your plugin license key or purchase a license at https://eventcatalog.cloud/"));
|
|
3784
3887
|
process.exit(1);
|
|
3785
3888
|
}
|
|
3889
|
+
console.log(import_chalk3.default.bgRed(`
|
|
3890
|
+
Invalid license key`));
|
|
3891
|
+
console.log(import_chalk3.default.redBright("Please check your plugin license key or purchase a license at https://eventcatalog.cloud/"));
|
|
3892
|
+
process.exit(1);
|
|
3786
3893
|
};
|
|
3787
3894
|
|
|
3788
3895
|
// package.json
|
|
3789
3896
|
var package_default = {
|
|
3790
3897
|
name: "@eventcatalog/generator-amazon-apigateway",
|
|
3791
|
-
version: "1.2.
|
|
3898
|
+
version: "1.2.8",
|
|
3792
3899
|
description: "Generator for Amazon API Gateway",
|
|
3793
3900
|
scripts: {
|
|
3794
3901
|
build: "tsup",
|
|
@@ -3820,8 +3927,8 @@ var package_default = {
|
|
|
3820
3927
|
module: "./dist/index.mjs",
|
|
3821
3928
|
types: "./dist/index.d.ts",
|
|
3822
3929
|
dependencies: {
|
|
3823
|
-
"@aws-sdk/client-api-gateway": "^3.
|
|
3824
|
-
"@aws-sdk/credential-provider-node": "^3.
|
|
3930
|
+
"@aws-sdk/client-api-gateway": "^3.894.0",
|
|
3931
|
+
"@aws-sdk/credential-provider-node": "^3.972.1",
|
|
3825
3932
|
"@changesets/cli": "^2.27.7",
|
|
3826
3933
|
"@eventcatalog/sdk": "^2.9.6",
|
|
3827
3934
|
chalk: "4.1.2",
|
|
@@ -3891,7 +3998,7 @@ var index_default = async (_, options) => {
|
|
|
3891
3998
|
throw new Error("Please provide catalog url (env variable PROJECT_DIR)");
|
|
3892
3999
|
}
|
|
3893
4000
|
const LICENSE_KEY = process.env.EVENTCATALOG_LICENSE_KEY_AMAZON_APIGATEWAY || options.licenseKey || "";
|
|
3894
|
-
await checkLicense_default(package_default.name, LICENSE_KEY);
|
|
4001
|
+
await checkLicense_default(package_default.name, LICENSE_KEY, { allowEventCatalogScaleLicense: true });
|
|
3895
4002
|
await checkForPackageUpdate(package_default.name);
|
|
3896
4003
|
const outputDir = options.output ? (0, import_node_path.join)(process.env.PROJECT_DIR, options.output) : (0, import_node_path.join)(process.env.PROJECT_DIR, "amazon-apigateway-specs");
|
|
3897
4004
|
console.log(import_chalk4.default.green(`Processing ${options.apis.length} apis with API Gateway`));
|