@catladder/pipeline 1.101.4 → 1.102.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/dist/build/base/createBuildJob.js +1 -1
- package/dist/build/custom/testJob.js +2 -2
- package/dist/build/node/testJob.js +2 -2
- package/dist/build/rails/build.js +11 -1
- package/dist/build/rails/test.js +1 -1
- package/dist/build/types.d.ts +8 -1
- package/dist/bundles/catladder-gitlab/index.js +3 -3
- package/dist/constants.js +1 -1
- package/dist/context/getEnvironment.js +18 -12
- package/dist/context/getEnvironmentVariables.d.ts +2 -7
- package/dist/context/getEnvironmentVariables.js +27 -31
- package/dist/context/transformJobOnlyVars.d.ts +10 -0
- package/dist/context/transformJobOnlyVars.js +160 -0
- package/dist/context/utils/envVars.d.ts +8 -0
- package/dist/context/utils/envVars.js +52 -0
- package/dist/deploy/base.js +3 -3
- package/dist/deploy/types/base.d.ts +8 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/context.d.ts +16 -6
- package/examples/__snapshots__/custom-deploy.ts.snap +8 -0
- package/examples/custom-deploy.ts +3 -0
- package/package.json +1 -1
- package/src/build/base/createBuildJob.ts +1 -0
- package/src/build/custom/testJob.ts +1 -0
- package/src/build/node/testJob.ts +1 -0
- package/src/build/rails/build.ts +4 -1
- package/src/build/rails/test.ts +4 -1
- package/src/build/types.ts +9 -1
- package/src/context/getEnvironment.ts +9 -7
- package/src/context/getEnvironmentVariables.ts +36 -24
- package/src/context/transformJobOnlyVars.ts +42 -0
- package/src/context/utils/envVars.ts +26 -0
- package/src/deploy/base.ts +3 -0
- package/src/deploy/types/base.ts +10 -0
- package/src/types/context.ts +18 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@types/js-yaml/index.d.ts","../src/types/gitlab-types.ts","../src/types/jobs.ts","../src/build/types.ts","../src/deploy/types/base.ts","../src/deploy/types/custom.ts","../src/deploy/types/dockerTag.ts","../src/deploy/types/googleCloudRun.ts","../src/deploy/types/kubernetes.ts","../src/deploy/types/index.ts","../src/rules/index.ts","../src/constants.ts","../src/runner/index.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../src/build/docker.ts","../src/deploy/utils.ts","../src/deploy/base.ts","../src/utils/index.ts","../src/verify/reporting.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/@types/child-process-promise/index.d.ts","../src/pipeline/commitInfo/getBuildId.ts","../src/pipeline/commitInfo/getCommitInfo.ts","../../node_modules/path-equal/cjs/index.d.ts","../../node_modules/@types/memoizee/index.d.ts","../src/pipeline/yarn/yarnUtils.ts","../src/pipeline/packageManager.ts","../src/pipeline/createJobsForComponent.ts","../src/pipeline/createAllJobs.ts","../src/defaults/index.ts","../src/pipeline/gitlab/createGitlabJobs.ts","../src/pipeline/createChildPipeline.ts","../src/pipeline/index.ts","../src/index.ts","../src/types/utils.ts","../src/utils/gitlab.ts","../src/deploy/cloudSql/utils.ts","../../node_modules/slugify/slugify.d.ts","../src/context/getLabels.ts","../src/deploy/cloudRun/utils/gcloudServiceAccountLoginCommands.ts","../src/deploy/cloudRun/utils/database.ts","../src/deploy/cloudRun/utils/jobName.ts","../src/deploy/cloudRun/utils/createArgsString.ts","../src/deploy/cloudRun/deployJob.ts","../src/deploy/cloudRun/index.ts","../src/build/node/yarn.ts","../src/deploy/custom/deployJob.ts","../src/deploy/custom/index.ts","../src/deploy/dockerTag/deployJob.ts","../src/deploy/dockerTag/index.ts","../src/deploy/kubernetes/additionalSecretKeys.ts","../src/deploy/kubernetes/cloudSql/index.ts","../src/deploy/kubernetes/kubeEnv.ts","../src/deploy/kubernetes/mongodb.ts","../src/deploy/kubernetes/processSecretsAsFiles.ts","../src/deploy/kubernetes/kubeValues.ts","../src/deploy/kubernetes/deployJob.ts","../src/deploy/kubernetes/index.ts","../src/deploy/index.ts","../src/types/environmentContext.ts","../src/build/base/constants.ts","../src/build/base/writeBuildInfo.ts","../src/build/base/createBuildJob.ts","../src/build/custom/buildJob.ts","../src/build/custom/testJob.ts","../src/build/custom/index.ts","../src/build/node/cache.ts","../src/build/node/constants.ts","../src/build/node/buildJob.ts","../src/build/node/meteor.ts","../src/build/node/testJob.ts","../src/build/node/index.ts","../src/build/rails/build.ts","../src/build/rails/test.ts","../src/build/rails/index.ts","../src/build/index.ts","../src/context/getEnvConfig.ts","../src/context/getEnvType.ts","../src/context/getEnvironmentContext.ts","../../node_modules/string-replace-async/index.d.ts","../src/context/resolveReferences.ts","../src/context/getEnvironmentVariables.ts","../src/context/getEnvironment.ts","../src/context/index.ts","../src/types/context.ts","../src/types/config.ts","../src/types/pipeline.ts","../src/types/index.ts","../src/config/configruedEnvs.ts","../../node_modules/make-error/index.d.ts","../../node_modules/typescript/lib/typescript.d.ts","../../node_modules/ts-node/dist/ts-compiler-types.d.ts","../../node_modules/ts-node/dist/esm.d.ts","../../node_modules/ts-node/dist/repl.d.ts","../../node_modules/ts-node/dist/transpilers/types.d.ts","../../node_modules/ts-node/dist/index.d.ts","../src/config/readConfig.ts","../src/config/index.ts","../src/catladder-gitlab.ts","../src/config/__tests__/configruedEnvs.test.ts","../src/context/__tests__/resolveReferences.test.ts","../../node_modules/@babel/types/lib/index.d.ts","../../node_modules/@types/babel__generator/index.d.ts","../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../node_modules/@types/babel__template/index.d.ts","../../node_modules/@types/babel__traverse/index.d.ts","../../node_modules/@types/babel__core/index.d.ts","../../node_modules/@types/events/index.d.ts","../../node_modules/@types/keyv/index.d.ts","../../node_modules/@types/http-cache-semantics/index.d.ts","../../node_modules/@types/responselike/index.d.ts","../../node_modules/@types/cacheable-request/index.d.ts","../../node_modules/@types/caseless/index.d.ts","../../node_modules/@types/common-tags/index.d.ts","../../node_modules/@types/fs-extra/index.d.ts","../../node_modules/@types/graceful-fs/index.d.ts","../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../node_modules/@types/istanbul-lib-report/index.d.ts","../../node_modules/@types/istanbul-reports/index.d.ts","../../node_modules/jest-diff/build/cleanupSemantic.d.ts","../../node_modules/pretty-format/build/types.d.ts","../../node_modules/pretty-format/build/index.d.ts","../../node_modules/jest-diff/build/types.d.ts","../../node_modules/jest-diff/build/diffLines.d.ts","../../node_modules/jest-diff/build/printDiffs.d.ts","../../node_modules/jest-diff/build/index.d.ts","../../node_modules/@types/jest/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/minipass/index.d.ts","../../node_modules/form-data/index.d.ts","../../node_modules/@types/node-fetch/externals.d.ts","../../node_modules/@types/node-fetch/index.d.ts","../../node_modules/@types/prettier/index.d.ts","../../node_modules/@types/request/node_modules/form-data/index.d.ts","../../node_modules/@types/tough-cookie/index.d.ts","../../node_modules/@types/request/index.d.ts","../../node_modules/@types/stack-utils/index.d.ts","../../node_modules/@types/stream-buffers/index.d.ts","../../node_modules/@types/tar/index.d.ts","../../node_modules/@types/tmp/index.d.ts","../../node_modules/@types/underscore/index.d.ts","../../node_modules/@types/update-notifier/index.d.ts","../../node_modules/@types/vorpal/index.d.ts","../../node_modules/@types/websocket/index.d.ts","../../node_modules/@types/ws/index.d.ts","../../node_modules/@types/yargs-parser/index.d.ts","../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","f0d49fafeb7d4e078fe407ea1181699019f36490a99b76c41b16ce8963b7b566","6f6c8af247551eac5860a773a3d71b9c5620c792f3ff83355facba86ea88a5d1","432ddda1493c3e335d30d17aa77ba4ce230544d1d120677079b7ccef80e6f16f","13f6cbfeaa67904bd069aab724d880ee781dbc1e1040668be786554eca6fa024","b976f95e257f6030d3b8aae7f962660a19917776820422cf0cd910baec70f4c0","e9d03fcd0507e24e819761559d0b33a9e7822d666d3f6fdcd38c9685022355d2","eb6c1d0265852fc2347ffb98da79f79bb852a2b0c26149b6a12397d1c7be437d","5fb5525e65b340a41782c71c2ce9fbaaaf7083e824f8144659dbbbf8b330f217","8c77aa8bec429f0d786f41276a53e798a577b7fbf68cc4636b3e05bda883631f","dae69da27d905e6a114e44fc9377919bec7bd4083268cdb85110d26ed62b8b02","1c70c3f15eb88da6c44d5b2f3d151a60bd076db0f7beb0654857cb50fa5e844a","ce4d2a151c87ed977e25f31b95e4162d5c21c7e03f0346038e7acec463c7ceeb","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6702a1cd8818cb22ee95c85dcf2c31c117bde892e1afd2bc254bd720f4c6263c","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","7a79ca84e4370ed2e1afaa99ff7d25194901916b7672e977d16f77af3b71342f","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cffe3e6c4ebb30fae3424790ee44441a28e438620439e75790dfc72d3801435b","5859bdff93629ef912888c94499f13e55b478797cbf42b2da0571f7caca7f137","cbf47d461451e24832def15bcd7b41aa4c73ead890fb466972ebe4057007ad2a","a72e51ab426ab51133bcf782e7f1661b397bb1fb19f9cca79894f5a1ac2ddd5b","1e6ff7e5f7f64b64de845079077c28a235714641620295aaf9ed5d48628bcaf4","0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"2a801b0322994c3dd7f0ef30265d19b3dd3bae6d793596879166ed6219c3da68","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","bcc8caf03ee65fe8610d258752f255fbdddbb2e4de7b6c5628956a5a0d859ec8","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"c28e5baab1b53377c90d12970e207a2644bc3627840066449e37e2a59125d07e","affectsGlobalScope":true},"7a5459efa09ea82088234e6533a203d528c594b01787fb90fba148885a36e8b6","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","ad41bb744149e92adb06eb953da195115620a3f2ad48e7d3ae04d10762dae197","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"5d0a9ea09d990b5788f867f1c79d4878f86f7384cb7dab38eecbf22f9efd063d","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"cfe724f7c694aab65a9bdd1acb05997848c504548c9d4c71645c187a091cfa2a","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","e383ff72aabf294913f8c346f5da1445ae6ad525836d28efd52cbadc01a361a6","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7","1835259a20b9fa6b1882931375b69ae5978195f2b139b4e0db51ec8319261649","b52cd693219a63dd21282ac99a7bf55f77cbe8a91f097968856419cc2e05f017","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"0b3eba6dca8c6e534d16ef7b7d76cb546cd3cbab616c8f71daa0a151b5412b9e","41436cd5d8dfba4a428037dab82c50cca9f45f7135c8cc6f8a924c8c4fd60765","998e5c10888329537719197bcd06e0bcb8eef66065ca71b15d3c7d053bbd6df5","6f443d6f6c5be58d759f1e218cb597765dda10a0e7a8cc69662571be981a9eaf","e4ac388c3f3ab98b646fbbbf030799bb47ded363d5dc745494a13930e7611eb0","34ef06f1d5e0ae95afb816e93c40f04f93641c11ad06e54b6fbe9335c3238c03","8200975e77d125d2ac409a78c2cce48498d240ba890f3542a38e0f2c2d8c3d5d","54e740d484eeec9c97396043679cbf78f911e78aa8e42552693a335635a99085","7a5fb3e5d3ecb6e17dace34950e72dd6938da3d545052f382105c9cadef4e908","e120010fa10dfc9de9d2b24f015ad31a050701cbb91de09950704d79ec16cd5b","5473b6a4a6a6c6cc7b11c5cc8784d48f91f5be4111a29e5115e164651356d25d","4b878d7272201eb5a604a2cb1d9791c71b6991a7a6480507fc20fded18f8ea6a","07ffcfae1038c3afbbfd66d64cd1afe167c8ec6a0d0a57fbc2e34e62c76bd32f","62bd1ca2edbe34c5cdfccc17699545e63eb1d51e46f515b985147787e0e2874c","f2df4ef5d0889f666d69ad9a4e61909c7e003fc89fe0380b7a2c1f62a7f39258","ac3e69f46bac5eb2e36f8b64f68fc49fa6f6fb5a240b0cc65e05a645a855123a","88e01e38524f9371370e1c776d10a08d7f3acc1a20d42d0585da6bd84c72191e","2f17417e7c2a283b266770631eb2b6f732f6a7c6e53c9b2a888145156728b18c","2d526d2a2d6dfd1980fb6eaf7aa668c24d339e27b41cac2a72efc75abe301b35","8ec086ce563b695eb1f14493345c2fa90406f62f8b750e8428ee66c973c0c95e","3bf33946377673927af0003168f88ab2d02af9ac813fd60887bace1c1a2e1799","978b928960857e6e7e58ba5ce5fcc4fe6d51cc251c754ed49a9f5b039e5b7e75","3355d4d4fb2181e184a2e7440189926dd0064d29c1754ae176cda1821762bda0","3025afd94e326f2f4f5099283b609b8861c8fb8c4a40a5579c334128dbafec12","cb6820596c3405f10e9ed23680511d109c156c2d6b3eea381dbd7554c1d4cd29","aaffb1f9294a0e4e42c4786e88fadd5b1fef7fbbf6a9edc2067c5f1015d25936","b10b408870377ba32262509fb123b9b7b36556e81ff74981531df3891bf12b3c","8d9c5274ad5dbd9764e4822b2af6a8bf733e0eb067eb5c2d2f9f833a8aad3c78","f2fe25599bbcb578cc19031e6d90af0452c5eaafec827b1c892840a68f6949f3","338e80ecff865bc9fc7db47000d1dd365fa3b913a40bc232bbee152e78bd1128","59119c8a627387a9c502f363177ad63cc5dd4aad04fa10900f999d52f8681e13","f65570051d55cc46180430b15cb403f40b9067ee17127c4aea5cb9e9c437d291","a48995f9bbc3d4b6465075819fcc1beb52105a77ecab6de4afe42b2d64cfcce9","1dc4146835a84641fda666f3eea9d57eadf9af6340980c4df582b72339b86f6b","0b4fdbf2b5a07e1b59e7bb20aeefc7f870d1ef212b98ad0f64cd092bdde7f674","3c84042bb2a2ee87e926ba5e50ed5ec42a031637501acd8ca7cea217ac0ab740","64dca5169d85d22a8145002cadc9878c2b81597b87c750a4b0c33511beb8ccfd","d82a5a680e43238b1bc7f9e77589a48d5ae8343f68ff6f08a0715d9c9a4fe356","6c8396ca9c02c439bbf21378d42f434863c14f1224c88bb9e3dcae9bd4b0f37d","9939b5dfb5d386a1a409b0b5ccf1848111793293c1ebb08dfb36da7a1bc5322b","24e0bd00c8b04050a9f9b68d53184dc062d01bc29234d222464d1e0bc8df89ba","ca73b3176a5a33b07f4f484844cf803dcf418b045eeb81495948d1d494ea67ed","81c508e51795042acb224c041e732fed84216f39d021f276b525b5871f0a6a7f","8ff787627c4e9b2ba89ef5d22020abe45aea7bc67dccb469156bb8d051eb4b1e","0ce6940c023f8cb2dffab1436367b93c597916ac33209f1a2de5cdd0c3c0f4ec","01cf775801ff3ca3a1240809b6c27f4becc9e59e91f59a2dab5b4221cbeed934","7c491a7f4b8b10cb370517943350e5cab7f538f79bb57e14172ce612dbb2e013","2ec8d5aa1cae1f0f971d3d5415cf4e4fb9791bd1c6c5065e9534f65c4ec8a786","b7f95d605462b878edcb8a58fdee2f1fcad915f3cd628abd02f702d4accc1ce0","3566f3559f9edde829017799f15ce7f9afc5e9ea22753caab2873493d5297b01","d16370957bf17309084b91ce311f2af67052c08482084aa1977bfc59c161f1c7","c0a99a52b63c0416d2f121cd12e48eaa0c54f0e94989836fb22ea6066863eda0","7c02777fa9da27216953a9c62e83cc4394ac675352716689eeeb0047abbadc6a","f10bc95c22ff1a41bf5c1b9bf3115caa4189b38733ea809613fc1c0d825c10ed","78c517336c910972b45065d31a4b520daf187fe5153ff140d0e064dbb259eb84","f147344021064594cff15d5b4884c01ff0b91eb90c9ccca14fd75a38dd200244","815df508ef8cdf6627c1fe155a86acedfe4ea10595097e54269768af9644d659","6179a0533f767e9d862e0ef02631c09bb9200fd90f09eb09c73df247f3a9aeb1","408f9696c6db8a639565de38c1dd31c28f382de3a9d7b258cf5c13e22f0ab551","0afb91ad4bab80cdfc9374552cae8412021fb6c57fb5f0144862b3ad3d16762d","820ca868b30b6248efd32081b724014646305aa4c39079ff62998537fbeee857","35250871db93b0a787cbddd9c35ed17bd80d14198eee28ecef782a00722e3ae1","613b60e04067f462356af73828d62bfd9217abd54c59151d520f779f8c959e15","19dfe3f34ccee9936d9924eded893eab5169e757415ede3d9e5506504de99e94","c374e1d8c8f29fb4b046d6eb991caa51ba190902a2be3c8ccfe9d0af9d2d8f1d","cbd9ef1da5aa04c66b3eedb7d4e888e8e82c1b152fef00a9c743d5a88fe228db","d570dc3b80293282c718fb8733be1fd0870292c759eb6d83395e07129772b0dc","a1414a5c4be94bc7e21848d4b44657f8913eabd2cab80917e118e035df57fe80","3daf3efc5ede103e9f1e7a631a9de69f2071bdcbbe5499ab85b0bb711a2c8a73","efcb76f3ad356fd9048dc9f7d3f359447235e9356d32e627e72bd11061e60880","2ced5214fb4159e282ccc5c84fa9eeac92a16ee70be4d2b0b099d460c765d72f","bbfbfa714a8f9fdf10e9483b4abd82ccb546fc0fc069ad80d0a254fa40930e98","bda269d949c17edff873e859935ae9a4942b6974585188097f32e91177a1573e","55de1099a3da3def9bfc486788c52cd6d3b34e73b54a9e09662755f4dca5050c","c33d5f87a456706d805adfd2b540a573d46d50f93ac5b7dae1639553b9d202fd","e70f6d4a4cfaabb98d04725fa3c674c12eb8ea4b7745c14b0c67e67c1a677837",{"version":"03f47f16a6b2d34637464ca669445fc960c27eed667699748f556d7415438280","affectsGlobalScope":true},"7421172a0639d2d8682fefaf1f45e377e0f0300c2808a53c7c1e2921bbabbc91","f0063dcf66a19b8ccc5d601b76f7e746372414eb1ce0a47a39ae0043bbecbb60","9f26716f7a91d23ab715fc2f09b042dea9fb08c51f3ad5f577182413935b198c","83ce5b250369df4367f37c68215367cb0ef9418e8d9667cebda00a30a69bd351","f5e20855bdeb5f21491584bcedbddae147d106ca38be18bfbdf71b514812a3c4","f4617bbd5403ec5b058db53b242dcb1421952e2652bd5c80abf6a1c4ea5656d6","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","230d323ef7f2ffadfc0ceae494492c4d2faa2b4eaec07a4b71424d084b97ebb8","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","80164ffebe1723a50e020a648e0623c026ff39be13c5cd45e6a82d0fcc06e2d0","400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935","fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562","5343f3c160282dfbaab9af350119a0c3b59b7076ef0117bb5995a66e240dab28","c5590caef278ad8ba2532ec93e29a32ac354dfb333277348acce18512891d3b2","aca36e2d27783f4bad7fc1786a532ff76024f0fc8575df48bcd9a5eb452fe7e7","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","462bccdf75fcafc1ae8c30400c9425e1a4681db5d605d1a0edb4f990a54d8094","5923d8facbac6ecf7c84739a5c701a57af94a6f6648d6229a6c768cf28f0f8cb","7adecb2c3238794c378d336a8182d4c3dd2c4fa6fa1785e2797a3db550edea62","dc12dc0e5aa06f4e1a7692149b78f89116af823b9e1f1e4eae140cd3e0e674e6","1bfc6565b90c8771615cd8cfcf9b36efc0275e5e83ac7d9181307e96eb495161","8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190",{"version":"6ff2ca51e2c9d88d6d904c481879b12ec0cad2a69b88e220859a52207444773b","affectsGlobalScope":true},"0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","fbdb2f9a17acdb6de71dd363fd0d8b79b823ac8fbf2423558871ddea14333682","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71","062bd2910098fc059ba93e347649b3e126c555f7b144033d21d3f8ef63d3e39b","9d9e658d1d5b805562749ce383ef8c67ccb796394d8734d9c138788d7dab6ee3","e91ad231af87f864b3f07cd0e39b1cf6c133988156f087c1c3ccb0a5491c9115","660fa40695c7ca19a59fd09d31d495d952eee946e445a2c455ec63f255ec3050","bf0b1297461549a0e32cd57dffb992c63d7c7134fe0f9e15d359abcc88dbd28c","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","229b8c23448b98db8507667e46f54d20bd1e8425eaa8f3093bf9fecfbab862ec","239f0c1d83d1ca9677327198196ee2ce6827dc7b469771ab5abf7bea7fbdb674","6061aa83817c30d3a590f037b3cba22cdd809fbe697926d6511b45147928a342",{"version":"0609dda5350cd6d8c42daef710dffe3b51521ffbd00109e234f7bfb7533194e7","affectsGlobalScope":true},"f4d98f30a512c76f6de4c7ed21ccab0f544d60a612af0e0b0a65ccbe16784b7a","6ffffca02d7bdb0ee802d75b5f4de8270a0c1e1164873db8e76dc5d518dcd150","6e40a3a87126255d4c1aa4d613923b6e3c5c28273d018a8591af338232f393ab","829c6dfd3224be3b599c64ce7fa9136a3422ac7ab4569cc52469c65574facb23","f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2","d9f5e2cb6bce0d05a252e991b33e051f6385299b0dd18d842fc863b59173a18e"],"options":{"declaration":true,"downlevelIteration":true,"esModuleInterop":true,"module":1,"outDir":"./","strict":true},"fileIdsList":[[114,203],[114],[114,203,204,205,206,207],[114,203,205],[86,89,113,114,121,210,211,212],[76,114,121],[87,114,121],[114,218],[114,219],[114,223,227],[86,114,121],[53,55,56,57,58,59,60,61,62,63,64,65,114],[53,54,56,57,58,59,60,61,62,63,64,65,114],[54,55,56,57,58,59,60,61,62,63,64,65,114],[53,54,55,57,58,59,60,61,62,63,64,65,114],[53,54,55,56,58,59,60,61,62,63,64,65,114],[53,54,55,56,57,59,60,61,62,63,64,65,114],[53,54,55,56,57,58,60,61,62,63,64,65,114],[53,54,55,56,57,58,59,61,62,63,64,65,114],[53,54,55,56,57,58,59,60,62,63,64,65,114],[53,54,55,56,57,58,59,60,61,63,64,65,114],[53,54,55,56,57,58,59,60,61,62,64,65,114],[53,54,55,56,57,58,59,60,61,62,63,65,114],[53,54,55,56,57,58,59,60,61,62,63,64,114],[89,113,114,121,231,232],[71,114],[74,114],[75,80,114],[76,86,87,94,103,113,114],[76,77,86,94,114],[78,114],[79,80,87,95,114],[80,103,110,114],[81,83,86,94,114],[82,114],[83,84,114],[85,86,114],[86,114],[86,87,88,103,113,114],[86,87,88,103,114],[89,94,103,113,114],[86,87,89,90,94,103,110,113,114],[89,91,103,110,113,114],[71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120],[86,92,114],[93,113,114],[83,86,94,103,114],[95,114],[96,114],[74,97,114],[98,112,114,118],[99,114],[100,114],[86,101,114],[101,102,114,116],[86,103,104,105,114],[103,105,114],[103,104,114],[106,114],[107,114],[86,108,109,114],[108,109,114],[80,94,103,110,114],[111,114],[94,112,114],[75,89,100,113,114],[80,114],[103,114,115],[114,116],[114,117],[75,80,86,88,97,103,113,114,116,118],[103,114,119],[87,89,91,94,103,113,114,121,214,235,236],[89,103,114,121],[103,114,121],[86,103,114,119,121,230],[86,89,91,94,113,114,121],[86,89,91,94,113,114,119,121],[114,247],[114,221,224],[114,221,224,225,226],[114,223],[114,222],[114,121,197],[114,191,192,193,194,195,196],[114,192,197],[114,192],[42,65,69,96,114,135,147,162,163],[114,189],[42,43,66,69,96,114,162,164,186],[42,114,165,166,186],[42,43,69,96,114,186,189],[42,52,65,114,160,189],[42,43,114,161,167,173,176,186],[42,43,66,69,96,114,147,162,164,168,169,186],[41,96,114,139,186],[42,114,170,171,172,186],[42,43,52,66,96,114,147,162,164,168,186,189],[42,52,69,114,147,168,169,186],[42,43,66,114,135],[42,114,174,175,189],[42,69,114,135],[42,114,189],[40,51,87,114,134,189,199],[114,135,189,199],[114,190,198],[40,87,114,189,197],[114,182],[69,114,187],[114,180,183,186,187],[114,161,178,179,186,187],[65,114,160,180,182,187,189],[114,139,189],[43,49,69,114,136,160,177,180,183,184,186,187],[65,114,181],[42,66,67,114,189],[40,42,49,52,65,66,68,114,137,140,141,142,143,144,146,186],[114,137,138,143,145,160,161,185],[65,114],[49,114,137,189],[114,146,185,189],[49,114,135],[42,49,52,65,68,114,147,186],[114,148,160],[42,49,65,66,68,114,186],[114,150,160],[42,49,67,114,135,136,146,149,151,159,161,186],[114,161],[49,114,138,185,189],[40,42,49,52,65,68,114,135,157,186],[114,139,152,153,158,160],[49,114,189],[49,65,69,114,153,154,155,156,186],[65,114,135],[49,65,114],[42,44,114,189],[44,114],[45,46,47,48,114],[50,52,114,134,160,177,185,189,199],[114,122],[114,123,189],[42,114,129,189,199],[42,50,52,114,130,132,187,189,199],[42,65,70,114,124,128,160,177,185,186,187],[42,65,114,130,131,189],[114,129,133],[87,96,114,125,127,189],[114,122,126,189],[51,114],[42,43,49,114,136,186],[114,185,187],[114,160,177,186,187],[41,114,186,187,188],[41,114],[42,68,69,114,186]],"referencedMap":[[205,1],[203,2],[208,3],[204,1],[206,4],[207,1],[213,5],[214,2],[122,6],[215,2],[209,2],[216,7],[217,7],[211,2],[218,2],[219,8],[220,9],[228,10],[40,2],[229,2],[210,11],[54,12],[55,13],[53,14],[56,15],[57,16],[58,17],[59,18],[60,19],[61,20],[62,21],[63,22],[64,23],[65,24],[126,2],[230,11],[232,2],[233,25],[71,26],[72,26],[74,27],[75,28],[76,29],[77,30],[78,31],[79,32],[80,33],[81,34],[82,35],[83,36],[84,36],[85,37],[86,38],[87,39],[88,40],[73,2],[120,2],[89,41],[90,42],[91,43],[121,44],[92,45],[93,46],[94,47],[95,48],[96,49],[97,50],[98,51],[99,52],[100,53],[101,54],[102,55],[103,56],[105,57],[104,58],[106,59],[107,60],[108,61],[109,62],[110,63],[111,64],[112,65],[113,66],[114,67],[115,68],[116,69],[117,70],[118,71],[119,72],[234,2],[237,73],[235,74],[212,74],[238,2],[239,75],[240,76],[241,2],[236,2],[242,2],[243,2],[244,2],[245,77],[246,78],[247,2],[248,79],[231,74],[221,2],[225,80],[227,81],[226,80],[224,82],[191,2],[125,2],[223,83],[222,2],[139,2],[181,2],[194,84],[197,85],[195,84],[196,86],[193,87],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[192,2],[162,2],[164,88],[163,89],[165,90],[167,91],[166,92],[66,93],[177,94],[170,95],[168,96],[169,2],[173,97],[171,98],[172,99],[147,89],[174,100],[176,101],[175,102],[43,103],[200,104],[201,105],[190,89],[199,106],[198,107],[51,2],[202,108],[178,109],[179,89],[184,110],[180,111],[183,112],[140,113],[185,114],[182,115],[131,89],[68,116],[145,117],[146,118],[144,119],[142,120],[141,121],[143,2],[138,122],[148,123],[149,124],[150,125],[151,126],[160,127],[152,128],[153,129],[158,130],[159,131],[154,132],[157,133],[155,134],[156,135],[44,2],[45,136],[46,137],[47,137],[49,138],[48,137],[67,132],[135,139],[123,140],[124,141],[130,142],[133,143],[129,144],[132,145],[134,146],[128,147],[127,148],[50,89],[52,149],[187,150],[186,151],[161,152],[41,2],[189,153],[42,154],[188,154],[136,2],[137,2],[69,119],[70,155]],"exportedModulesMap":[[205,1],[203,2],[208,3],[204,1],[206,4],[207,1],[213,5],[214,2],[122,6],[215,2],[209,2],[216,7],[217,7],[211,2],[218,2],[219,8],[220,9],[228,10],[40,2],[229,2],[210,11],[54,12],[55,13],[53,14],[56,15],[57,16],[58,17],[59,18],[60,19],[61,20],[62,21],[63,22],[64,23],[65,24],[126,2],[230,11],[232,2],[233,25],[71,26],[72,26],[74,27],[75,28],[76,29],[77,30],[78,31],[79,32],[80,33],[81,34],[82,35],[83,36],[84,36],[85,37],[86,38],[87,39],[88,40],[73,2],[120,2],[89,41],[90,42],[91,43],[121,44],[92,45],[93,46],[94,47],[95,48],[96,49],[97,50],[98,51],[99,52],[100,53],[101,54],[102,55],[103,56],[105,57],[104,58],[106,59],[107,60],[108,61],[109,62],[110,63],[111,64],[112,65],[113,66],[114,67],[115,68],[116,69],[117,70],[118,71],[119,72],[234,2],[237,73],[235,74],[212,74],[238,2],[239,75],[240,76],[241,2],[236,2],[242,2],[243,2],[244,2],[245,77],[246,78],[247,2],[248,79],[231,74],[221,2],[225,80],[227,81],[226,80],[224,82],[191,2],[125,2],[223,83],[222,2],[139,2],[181,2],[194,84],[197,85],[195,84],[196,86],[193,87],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[192,2],[162,2],[164,88],[163,89],[165,90],[167,91],[166,92],[66,93],[177,94],[170,95],[168,96],[169,2],[173,97],[171,98],[172,99],[147,89],[174,100],[176,101],[175,102],[43,103],[200,104],[201,105],[190,89],[199,106],[198,107],[51,2],[202,108],[178,109],[179,89],[184,110],[180,111],[183,112],[140,113],[185,114],[182,115],[131,89],[68,116],[145,117],[146,118],[144,119],[142,120],[141,121],[143,2],[138,122],[148,123],[149,124],[150,125],[151,126],[160,127],[152,128],[153,129],[158,130],[159,131],[154,132],[157,133],[155,134],[156,135],[44,2],[45,136],[46,137],[47,137],[49,138],[48,137],[67,132],[135,139],[123,140],[124,141],[130,142],[133,143],[129,144],[132,145],[134,146],[128,147],[127,148],[50,89],[52,149],[187,150],[186,151],[161,152],[41,2],[189,153],[42,154],[188,154],[136,2],[137,2],[69,119],[70,155]],"semanticDiagnosticsPerFile":[205,203,208,204,206,207,213,214,122,215,209,216,217,211,218,219,220,228,40,229,210,54,55,53,56,57,58,59,60,61,62,63,64,65,126,230,232,233,71,72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,73,120,89,90,91,121,92,93,94,95,96,97,98,99,100,101,102,103,105,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,234,237,235,212,238,239,240,241,236,242,243,244,245,246,247,248,231,221,225,227,226,224,191,125,223,222,139,181,194,197,195,196,193,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,30,31,32,33,7,38,34,35,36,37,1,39,192,162,164,163,165,167,166,66,177,170,168,169,173,171,172,147,174,176,175,43,200,201,190,199,198,51,202,178,179,184,180,183,140,185,182,131,68,145,146,144,142,141,143,138,148,149,150,151,160,152,153,158,159,154,157,155,156,44,45,46,47,49,48,67,135,123,124,130,133,129,132,134,128,127,50,52,187,186,161,41,189,42,188,136,137,69,70]},"version":"4.5.4"}
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@types/js-yaml/index.d.ts","../src/types/gitlab-types.ts","../src/types/jobs.ts","../src/build/types.ts","../src/deploy/types/base.ts","../src/deploy/types/custom.ts","../src/deploy/types/dockerTag.ts","../src/deploy/types/googleCloudRun.ts","../src/deploy/types/kubernetes.ts","../src/deploy/types/index.ts","../src/rules/index.ts","../src/constants.ts","../src/runner/index.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../src/build/docker.ts","../src/deploy/utils.ts","../src/deploy/base.ts","../src/utils/index.ts","../src/verify/reporting.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/@types/child-process-promise/index.d.ts","../src/pipeline/commitInfo/getBuildId.ts","../src/pipeline/commitInfo/getCommitInfo.ts","../../node_modules/path-equal/cjs/index.d.ts","../../node_modules/@types/memoizee/index.d.ts","../src/pipeline/yarn/yarnUtils.ts","../src/pipeline/packageManager.ts","../src/pipeline/createJobsForComponent.ts","../src/pipeline/createAllJobs.ts","../src/defaults/index.ts","../src/pipeline/gitlab/createGitlabJobs.ts","../src/pipeline/createChildPipeline.ts","../src/pipeline/index.ts","../src/index.ts","../src/types/utils.ts","../src/utils/gitlab.ts","../src/deploy/cloudSql/utils.ts","../../node_modules/slugify/slugify.d.ts","../src/context/getLabels.ts","../src/deploy/cloudRun/utils/gcloudServiceAccountLoginCommands.ts","../src/deploy/cloudRun/utils/database.ts","../src/deploy/cloudRun/utils/jobName.ts","../src/deploy/cloudRun/utils/createArgsString.ts","../src/deploy/cloudRun/deployJob.ts","../src/deploy/cloudRun/index.ts","../src/build/node/yarn.ts","../src/deploy/custom/deployJob.ts","../src/deploy/custom/index.ts","../src/deploy/dockerTag/deployJob.ts","../src/deploy/dockerTag/index.ts","../src/deploy/kubernetes/additionalSecretKeys.ts","../src/deploy/kubernetes/cloudSql/index.ts","../src/deploy/kubernetes/kubeEnv.ts","../src/deploy/kubernetes/mongodb.ts","../src/deploy/kubernetes/processSecretsAsFiles.ts","../src/deploy/kubernetes/kubeValues.ts","../src/deploy/kubernetes/deployJob.ts","../src/deploy/kubernetes/index.ts","../src/deploy/index.ts","../src/types/environmentContext.ts","../src/build/base/constants.ts","../src/build/base/writeBuildInfo.ts","../src/build/base/createBuildJob.ts","../src/build/custom/buildJob.ts","../src/build/custom/testJob.ts","../src/build/custom/index.ts","../src/build/node/cache.ts","../src/build/node/constants.ts","../src/build/node/buildJob.ts","../src/build/node/meteor.ts","../src/build/node/testJob.ts","../src/build/node/index.ts","../src/build/rails/build.ts","../src/build/rails/test.ts","../src/build/rails/index.ts","../src/build/index.ts","../src/context/getEnvConfig.ts","../src/context/getEnvType.ts","../src/context/getEnvironmentContext.ts","../../node_modules/string-replace-async/index.d.ts","../src/context/resolveReferences.ts","../src/context/utils/envVars.ts","../src/context/transformJobOnlyVars.ts","../src/context/getEnvironmentVariables.ts","../src/context/getEnvironment.ts","../src/context/index.ts","../src/types/context.ts","../src/types/config.ts","../src/types/pipeline.ts","../src/types/index.ts","../src/config/configruedEnvs.ts","../../node_modules/make-error/index.d.ts","../../node_modules/typescript/lib/typescript.d.ts","../../node_modules/ts-node/dist/ts-compiler-types.d.ts","../../node_modules/ts-node/dist/esm.d.ts","../../node_modules/ts-node/dist/repl.d.ts","../../node_modules/ts-node/dist/transpilers/types.d.ts","../../node_modules/ts-node/dist/index.d.ts","../src/config/readConfig.ts","../src/config/index.ts","../src/catladder-gitlab.ts","../src/config/__tests__/configruedEnvs.test.ts","../src/context/__tests__/resolveReferences.test.ts","../../node_modules/@babel/types/lib/index.d.ts","../../node_modules/@types/babel__generator/index.d.ts","../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../node_modules/@types/babel__template/index.d.ts","../../node_modules/@types/babel__traverse/index.d.ts","../../node_modules/@types/babel__core/index.d.ts","../../node_modules/@types/events/index.d.ts","../../node_modules/@types/keyv/index.d.ts","../../node_modules/@types/http-cache-semantics/index.d.ts","../../node_modules/@types/responselike/index.d.ts","../../node_modules/@types/cacheable-request/index.d.ts","../../node_modules/@types/caseless/index.d.ts","../../node_modules/@types/common-tags/index.d.ts","../../node_modules/@types/fs-extra/index.d.ts","../../node_modules/@types/graceful-fs/index.d.ts","../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../node_modules/@types/istanbul-lib-report/index.d.ts","../../node_modules/@types/istanbul-reports/index.d.ts","../../node_modules/jest-diff/build/cleanupSemantic.d.ts","../../node_modules/pretty-format/build/types.d.ts","../../node_modules/pretty-format/build/index.d.ts","../../node_modules/jest-diff/build/types.d.ts","../../node_modules/jest-diff/build/diffLines.d.ts","../../node_modules/jest-diff/build/printDiffs.d.ts","../../node_modules/jest-diff/build/index.d.ts","../../node_modules/@types/jest/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/minipass/index.d.ts","../../node_modules/form-data/index.d.ts","../../node_modules/@types/node-fetch/externals.d.ts","../../node_modules/@types/node-fetch/index.d.ts","../../node_modules/@types/prettier/index.d.ts","../../node_modules/@types/request/node_modules/form-data/index.d.ts","../../node_modules/@types/tough-cookie/index.d.ts","../../node_modules/@types/request/index.d.ts","../../node_modules/@types/stack-utils/index.d.ts","../../node_modules/@types/stream-buffers/index.d.ts","../../node_modules/@types/tar/index.d.ts","../../node_modules/@types/tmp/index.d.ts","../../node_modules/@types/underscore/index.d.ts","../../node_modules/@types/update-notifier/index.d.ts","../../node_modules/@types/vorpal/index.d.ts","../../node_modules/@types/websocket/index.d.ts","../../node_modules/@types/ws/index.d.ts","../../node_modules/@types/yargs-parser/index.d.ts","../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","f0d49fafeb7d4e078fe407ea1181699019f36490a99b76c41b16ce8963b7b566","6f6c8af247551eac5860a773a3d71b9c5620c792f3ff83355facba86ea88a5d1","7908f9a17537be0ab48b3ab679e7315b9bdb9b1a3970c2f99348803f3b2d82e3","25b72bec7affba6cd3ce3e9ec3b62e66e451800c74651f7875acff8e502362ff","b976f95e257f6030d3b8aae7f962660a19917776820422cf0cd910baec70f4c0","e9d03fcd0507e24e819761559d0b33a9e7822d666d3f6fdcd38c9685022355d2","eb6c1d0265852fc2347ffb98da79f79bb852a2b0c26149b6a12397d1c7be437d","5fb5525e65b340a41782c71c2ce9fbaaaf7083e824f8144659dbbbf8b330f217","8c77aa8bec429f0d786f41276a53e798a577b7fbf68cc4636b3e05bda883631f","dae69da27d905e6a114e44fc9377919bec7bd4083268cdb85110d26ed62b8b02","1c70c3f15eb88da6c44d5b2f3d151a60bd076db0f7beb0654857cb50fa5e844a","ce4d2a151c87ed977e25f31b95e4162d5c21c7e03f0346038e7acec463c7ceeb","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6702a1cd8818cb22ee95c85dcf2c31c117bde892e1afd2bc254bd720f4c6263c","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","7a79ca84e4370ed2e1afaa99ff7d25194901916b7672e977d16f77af3b71342f","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cffe3e6c4ebb30fae3424790ee44441a28e438620439e75790dfc72d3801435b","5859bdff93629ef912888c94499f13e55b478797cbf42b2da0571f7caca7f137","075adb412bc79d211dffd9d30e27666884ecb3d877d088a271cbc7b5284ae2d8","a72e51ab426ab51133bcf782e7f1661b397bb1fb19f9cca79894f5a1ac2ddd5b","1e6ff7e5f7f64b64de845079077c28a235714641620295aaf9ed5d48628bcaf4","0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"2a801b0322994c3dd7f0ef30265d19b3dd3bae6d793596879166ed6219c3da68","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","bcc8caf03ee65fe8610d258752f255fbdddbb2e4de7b6c5628956a5a0d859ec8","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"c28e5baab1b53377c90d12970e207a2644bc3627840066449e37e2a59125d07e","affectsGlobalScope":true},"7a5459efa09ea82088234e6533a203d528c594b01787fb90fba148885a36e8b6","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","ad41bb744149e92adb06eb953da195115620a3f2ad48e7d3ae04d10762dae197","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"5d0a9ea09d990b5788f867f1c79d4878f86f7384cb7dab38eecbf22f9efd063d","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"cfe724f7c694aab65a9bdd1acb05997848c504548c9d4c71645c187a091cfa2a","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","e383ff72aabf294913f8c346f5da1445ae6ad525836d28efd52cbadc01a361a6","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7","1835259a20b9fa6b1882931375b69ae5978195f2b139b4e0db51ec8319261649","b52cd693219a63dd21282ac99a7bf55f77cbe8a91f097968856419cc2e05f017","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"0b3eba6dca8c6e534d16ef7b7d76cb546cd3cbab616c8f71daa0a151b5412b9e","41436cd5d8dfba4a428037dab82c50cca9f45f7135c8cc6f8a924c8c4fd60765","998e5c10888329537719197bcd06e0bcb8eef66065ca71b15d3c7d053bbd6df5","6f443d6f6c5be58d759f1e218cb597765dda10a0e7a8cc69662571be981a9eaf","e4ac388c3f3ab98b646fbbbf030799bb47ded363d5dc745494a13930e7611eb0","34ef06f1d5e0ae95afb816e93c40f04f93641c11ad06e54b6fbe9335c3238c03","8200975e77d125d2ac409a78c2cce48498d240ba890f3542a38e0f2c2d8c3d5d","54e740d484eeec9c97396043679cbf78f911e78aa8e42552693a335635a99085","7a5fb3e5d3ecb6e17dace34950e72dd6938da3d545052f382105c9cadef4e908","e120010fa10dfc9de9d2b24f015ad31a050701cbb91de09950704d79ec16cd5b","5473b6a4a6a6c6cc7b11c5cc8784d48f91f5be4111a29e5115e164651356d25d","4b878d7272201eb5a604a2cb1d9791c71b6991a7a6480507fc20fded18f8ea6a","07ffcfae1038c3afbbfd66d64cd1afe167c8ec6a0d0a57fbc2e34e62c76bd32f","62bd1ca2edbe34c5cdfccc17699545e63eb1d51e46f515b985147787e0e2874c","f2df4ef5d0889f666d69ad9a4e61909c7e003fc89fe0380b7a2c1f62a7f39258","ac3e69f46bac5eb2e36f8b64f68fc49fa6f6fb5a240b0cc65e05a645a855123a","88e01e38524f9371370e1c776d10a08d7f3acc1a20d42d0585da6bd84c72191e","2f17417e7c2a283b266770631eb2b6f732f6a7c6e53c9b2a888145156728b18c","2d526d2a2d6dfd1980fb6eaf7aa668c24d339e27b41cac2a72efc75abe301b35","8ec086ce563b695eb1f14493345c2fa90406f62f8b750e8428ee66c973c0c95e","3bf33946377673927af0003168f88ab2d02af9ac813fd60887bace1c1a2e1799","978b928960857e6e7e58ba5ce5fcc4fe6d51cc251c754ed49a9f5b039e5b7e75","3355d4d4fb2181e184a2e7440189926dd0064d29c1754ae176cda1821762bda0","3025afd94e326f2f4f5099283b609b8861c8fb8c4a40a5579c334128dbafec12","cb6820596c3405f10e9ed23680511d109c156c2d6b3eea381dbd7554c1d4cd29","aaffb1f9294a0e4e42c4786e88fadd5b1fef7fbbf6a9edc2067c5f1015d25936","b10b408870377ba32262509fb123b9b7b36556e81ff74981531df3891bf12b3c","8d9c5274ad5dbd9764e4822b2af6a8bf733e0eb067eb5c2d2f9f833a8aad3c78","f2fe25599bbcb578cc19031e6d90af0452c5eaafec827b1c892840a68f6949f3","338e80ecff865bc9fc7db47000d1dd365fa3b913a40bc232bbee152e78bd1128","59119c8a627387a9c502f363177ad63cc5dd4aad04fa10900f999d52f8681e13","f65570051d55cc46180430b15cb403f40b9067ee17127c4aea5cb9e9c437d291","a48995f9bbc3d4b6465075819fcc1beb52105a77ecab6de4afe42b2d64cfcce9","1dc4146835a84641fda666f3eea9d57eadf9af6340980c4df582b72339b86f6b","0b4fdbf2b5a07e1b59e7bb20aeefc7f870d1ef212b98ad0f64cd092bdde7f674","3c84042bb2a2ee87e926ba5e50ed5ec42a031637501acd8ca7cea217ac0ab740","64dca5169d85d22a8145002cadc9878c2b81597b87c750a4b0c33511beb8ccfd","d82a5a680e43238b1bc7f9e77589a48d5ae8343f68ff6f08a0715d9c9a4fe356","6c8396ca9c02c439bbf21378d42f434863c14f1224c88bb9e3dcae9bd4b0f37d","9939b5dfb5d386a1a409b0b5ccf1848111793293c1ebb08dfb36da7a1bc5322b","24e0bd00c8b04050a9f9b68d53184dc062d01bc29234d222464d1e0bc8df89ba","ca73b3176a5a33b07f4f484844cf803dcf418b045eeb81495948d1d494ea67ed","81c508e51795042acb224c041e732fed84216f39d021f276b525b5871f0a6a7f","f5950cbecf1430dbad0a34b867aa84bc88e25a5cfbcb36b5af45b9e3a418fe0a","0ce6940c023f8cb2dffab1436367b93c597916ac33209f1a2de5cdd0c3c0f4ec","38acf925b9549bb5f798db3f49dbc2f3670087beba13d77015f81c21d818ae76","7c491a7f4b8b10cb370517943350e5cab7f538f79bb57e14172ce612dbb2e013","2ec8d5aa1cae1f0f971d3d5415cf4e4fb9791bd1c6c5065e9534f65c4ec8a786","b7f95d605462b878edcb8a58fdee2f1fcad915f3cd628abd02f702d4accc1ce0","3566f3559f9edde829017799f15ce7f9afc5e9ea22753caab2873493d5297b01","d16370957bf17309084b91ce311f2af67052c08482084aa1977bfc59c161f1c7","b4c371d5286bf52d9cfb42b90e044470dd725662353dd4631239fe2facd71f6c","7c02777fa9da27216953a9c62e83cc4394ac675352716689eeeb0047abbadc6a","5ccc5b8b4cdfb4181f72fef9d8f65afbd926b351cd345ab9b84c552dcab036c2","cc6e1cfca704a2d588070148345cf1917732a30b371948faa85912c78e55aa65","f147344021064594cff15d5b4884c01ff0b91eb90c9ccca14fd75a38dd200244","815df508ef8cdf6627c1fe155a86acedfe4ea10595097e54269768af9644d659","6179a0533f767e9d862e0ef02631c09bb9200fd90f09eb09c73df247f3a9aeb1","408f9696c6db8a639565de38c1dd31c28f382de3a9d7b258cf5c13e22f0ab551","0afb91ad4bab80cdfc9374552cae8412021fb6c57fb5f0144862b3ad3d16762d","820ca868b30b6248efd32081b724014646305aa4c39079ff62998537fbeee857","35250871db93b0a787cbddd9c35ed17bd80d14198eee28ecef782a00722e3ae1","57ef7032e9de53859ad5d5aa4155edeef8179cd41284348886ae6bab081ca7fb","be5a7fb1bdf6fd8207d739b4145a0d546c67884eade8f4a95911105c8c9515ad","7bca3ad0a5f0529d41e38b97bbec1eadda3b42ac770f53c2b67557a69c87a9ce","2b7329c1943442cdb8afde9da516c2947785b345b689aab0a8a9189259f3f970","c374e1d8c8f29fb4b046d6eb991caa51ba190902a2be3c8ccfe9d0af9d2d8f1d","08287ecfdf30113ecc2cf96757d48646451d051632e8a9ac26e0909725c18ed3","d570dc3b80293282c718fb8733be1fd0870292c759eb6d83395e07129772b0dc","a1414a5c4be94bc7e21848d4b44657f8913eabd2cab80917e118e035df57fe80","3daf3efc5ede103e9f1e7a631a9de69f2071bdcbbe5499ab85b0bb711a2c8a73","efcb76f3ad356fd9048dc9f7d3f359447235e9356d32e627e72bd11061e60880","2ced5214fb4159e282ccc5c84fa9eeac92a16ee70be4d2b0b099d460c765d72f","bbfbfa714a8f9fdf10e9483b4abd82ccb546fc0fc069ad80d0a254fa40930e98","bda269d949c17edff873e859935ae9a4942b6974585188097f32e91177a1573e","55de1099a3da3def9bfc486788c52cd6d3b34e73b54a9e09662755f4dca5050c","c33d5f87a456706d805adfd2b540a573d46d50f93ac5b7dae1639553b9d202fd","e70f6d4a4cfaabb98d04725fa3c674c12eb8ea4b7745c14b0c67e67c1a677837",{"version":"03f47f16a6b2d34637464ca669445fc960c27eed667699748f556d7415438280","affectsGlobalScope":true},"7421172a0639d2d8682fefaf1f45e377e0f0300c2808a53c7c1e2921bbabbc91","f0063dcf66a19b8ccc5d601b76f7e746372414eb1ce0a47a39ae0043bbecbb60","9f26716f7a91d23ab715fc2f09b042dea9fb08c51f3ad5f577182413935b198c","83ce5b250369df4367f37c68215367cb0ef9418e8d9667cebda00a30a69bd351","f5e20855bdeb5f21491584bcedbddae147d106ca38be18bfbdf71b514812a3c4","f4617bbd5403ec5b058db53b242dcb1421952e2652bd5c80abf6a1c4ea5656d6","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","230d323ef7f2ffadfc0ceae494492c4d2faa2b4eaec07a4b71424d084b97ebb8","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","80164ffebe1723a50e020a648e0623c026ff39be13c5cd45e6a82d0fcc06e2d0","400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935","fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562","5343f3c160282dfbaab9af350119a0c3b59b7076ef0117bb5995a66e240dab28","c5590caef278ad8ba2532ec93e29a32ac354dfb333277348acce18512891d3b2","aca36e2d27783f4bad7fc1786a532ff76024f0fc8575df48bcd9a5eb452fe7e7","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","462bccdf75fcafc1ae8c30400c9425e1a4681db5d605d1a0edb4f990a54d8094","5923d8facbac6ecf7c84739a5c701a57af94a6f6648d6229a6c768cf28f0f8cb","7adecb2c3238794c378d336a8182d4c3dd2c4fa6fa1785e2797a3db550edea62","dc12dc0e5aa06f4e1a7692149b78f89116af823b9e1f1e4eae140cd3e0e674e6","1bfc6565b90c8771615cd8cfcf9b36efc0275e5e83ac7d9181307e96eb495161","8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190",{"version":"6ff2ca51e2c9d88d6d904c481879b12ec0cad2a69b88e220859a52207444773b","affectsGlobalScope":true},"0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","fbdb2f9a17acdb6de71dd363fd0d8b79b823ac8fbf2423558871ddea14333682","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71","062bd2910098fc059ba93e347649b3e126c555f7b144033d21d3f8ef63d3e39b","9d9e658d1d5b805562749ce383ef8c67ccb796394d8734d9c138788d7dab6ee3","e91ad231af87f864b3f07cd0e39b1cf6c133988156f087c1c3ccb0a5491c9115","660fa40695c7ca19a59fd09d31d495d952eee946e445a2c455ec63f255ec3050","bf0b1297461549a0e32cd57dffb992c63d7c7134fe0f9e15d359abcc88dbd28c","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","229b8c23448b98db8507667e46f54d20bd1e8425eaa8f3093bf9fecfbab862ec","239f0c1d83d1ca9677327198196ee2ce6827dc7b469771ab5abf7bea7fbdb674","6061aa83817c30d3a590f037b3cba22cdd809fbe697926d6511b45147928a342",{"version":"0609dda5350cd6d8c42daef710dffe3b51521ffbd00109e234f7bfb7533194e7","affectsGlobalScope":true},"f4d98f30a512c76f6de4c7ed21ccab0f544d60a612af0e0b0a65ccbe16784b7a","6ffffca02d7bdb0ee802d75b5f4de8270a0c1e1164873db8e76dc5d518dcd150","6e40a3a87126255d4c1aa4d613923b6e3c5c28273d018a8591af338232f393ab","829c6dfd3224be3b599c64ce7fa9136a3422ac7ab4569cc52469c65574facb23","f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2","d9f5e2cb6bce0d05a252e991b33e051f6385299b0dd18d842fc863b59173a18e"],"options":{"declaration":true,"downlevelIteration":true,"esModuleInterop":true,"module":1,"outDir":"./","strict":true},"fileIdsList":[[114,205],[114],[114,205,206,207,208,209],[114,205,207],[86,89,113,114,121,212,213,214],[76,114,121],[87,114,121],[114,220],[114,221],[114,225,229],[86,114,121],[53,55,56,57,58,59,60,61,62,63,64,65,114],[53,54,56,57,58,59,60,61,62,63,64,65,114],[54,55,56,57,58,59,60,61,62,63,64,65,114],[53,54,55,57,58,59,60,61,62,63,64,65,114],[53,54,55,56,58,59,60,61,62,63,64,65,114],[53,54,55,56,57,59,60,61,62,63,64,65,114],[53,54,55,56,57,58,60,61,62,63,64,65,114],[53,54,55,56,57,58,59,61,62,63,64,65,114],[53,54,55,56,57,58,59,60,62,63,64,65,114],[53,54,55,56,57,58,59,60,61,63,64,65,114],[53,54,55,56,57,58,59,60,61,62,64,65,114],[53,54,55,56,57,58,59,60,61,62,63,65,114],[53,54,55,56,57,58,59,60,61,62,63,64,114],[89,113,114,121,233,234],[71,114],[74,114],[75,80,114],[76,86,87,94,103,113,114],[76,77,86,94,114],[78,114],[79,80,87,95,114],[80,103,110,114],[81,83,86,94,114],[82,114],[83,84,114],[85,86,114],[86,114],[86,87,88,103,113,114],[86,87,88,103,114],[89,94,103,113,114],[86,87,89,90,94,103,110,113,114],[89,91,103,110,113,114],[71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120],[86,92,114],[93,113,114],[83,86,94,103,114],[95,114],[96,114],[74,97,114],[98,112,114,118],[99,114],[100,114],[86,101,114],[101,102,114,116],[86,103,104,105,114],[103,105,114],[103,104,114],[106,114],[107,114],[86,108,109,114],[108,109,114],[80,94,103,110,114],[111,114],[94,112,114],[75,89,100,113,114],[80,114],[103,114,115],[114,116],[114,117],[75,80,86,88,97,103,113,114,116,118],[103,114,119],[87,89,91,94,103,113,114,121,216,237,238],[89,103,114,121],[103,114,121],[86,103,114,119,121,232],[86,89,91,94,113,114,121],[86,89,91,94,113,114,119,121],[114,249],[114,223,226],[114,223,226,227,228],[114,225],[114,224],[114,121,199],[114,193,194,195,196,197,198],[114,194,199],[114,194],[42,65,69,96,114,135,147,162,163],[114,191],[42,43,66,69,96,114,162,164,188],[42,114,165,166,188],[42,43,69,96,114,188,191],[42,52,65,114,160,191],[42,43,114,161,167,173,176,188],[42,43,66,69,96,114,147,162,164,168,169,188],[41,96,114,139,188],[42,114,170,171,172,188],[42,43,52,66,96,114,147,162,164,168,188,191],[42,52,69,114,147,168,169,188],[42,43,66,114,135],[42,114,174,175,191],[42,69,114,135],[42,114,191],[40,51,87,114,134,191,201],[114,135,191,201],[114,192,200],[40,87,114,191,199],[114,182],[69,114,189],[114,180,185,188,189],[114,161,178,179,188,189],[65,114,160,180,182,183,184,189,191],[114,139,191],[43,49,69,114,136,160,177,180,185,186,188,189],[65,114,181],[114,135,183,189],[65,114,185],[42,66,67,114,191],[40,42,49,52,65,66,68,114,137,140,141,142,143,144,146,188],[114,137,138,143,145,160,161,187],[65,114],[49,114,137,191],[114,146,187,191],[49,114,135],[42,49,52,65,68,114,147,188],[114,148,160],[42,49,65,66,68,114,188],[114,150,160],[42,49,67,114,135,136,146,149,151,159,161,188],[114,161],[49,114,138,187,191],[40,42,49,52,65,68,114,135,157,188],[114,139,152,153,158,160],[49,114,191],[49,65,69,114,153,154,155,156,188],[65,114,135],[49,65,114],[114,189],[42,44,114,191],[44,114],[45,46,47,48,114],[50,52,114,134,160,177,187,191,201],[114,122],[114,123,191],[42,114,129,191,201],[42,50,52,114,130,132,189,191,201],[42,65,70,114,124,128,160,177,187,188,189],[42,65,114,130,131,191],[114,129,133],[87,96,114,125,127,191],[114,122,126,191],[51,114],[42,43,49,114,136,188],[114,187,189],[114,160,177,188,189],[41,114,188,189,190],[41,114],[42,68,69,114,188]],"referencedMap":[[207,1],[205,2],[210,3],[206,1],[208,4],[209,1],[215,5],[216,2],[122,6],[217,2],[211,2],[218,7],[219,7],[213,2],[220,2],[221,8],[222,9],[230,10],[40,2],[231,2],[212,11],[54,12],[55,13],[53,14],[56,15],[57,16],[58,17],[59,18],[60,19],[61,20],[62,21],[63,22],[64,23],[65,24],[126,2],[232,11],[234,2],[235,25],[71,26],[72,26],[74,27],[75,28],[76,29],[77,30],[78,31],[79,32],[80,33],[81,34],[82,35],[83,36],[84,36],[85,37],[86,38],[87,39],[88,40],[73,2],[120,2],[89,41],[90,42],[91,43],[121,44],[92,45],[93,46],[94,47],[95,48],[96,49],[97,50],[98,51],[99,52],[100,53],[101,54],[102,55],[103,56],[105,57],[104,58],[106,59],[107,60],[108,61],[109,62],[110,63],[111,64],[112,65],[113,66],[114,67],[115,68],[116,69],[117,70],[118,71],[119,72],[236,2],[239,73],[237,74],[214,74],[240,2],[241,75],[242,76],[243,2],[238,2],[244,2],[245,2],[246,2],[247,77],[248,78],[249,2],[250,79],[233,74],[223,2],[227,80],[229,81],[228,80],[226,82],[193,2],[125,2],[225,83],[224,2],[139,2],[181,2],[196,84],[199,85],[197,84],[198,86],[195,87],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[194,2],[162,2],[164,88],[163,89],[165,90],[167,91],[166,92],[66,93],[177,94],[170,95],[168,96],[169,2],[173,97],[171,98],[172,99],[147,89],[174,100],[176,101],[175,102],[43,103],[202,104],[203,105],[192,89],[201,106],[200,107],[51,2],[204,108],[178,109],[179,89],[186,110],[180,111],[185,112],[140,113],[187,114],[182,115],[184,116],[183,117],[131,89],[68,118],[145,119],[146,120],[144,121],[142,122],[141,123],[143,2],[138,124],[148,125],[149,126],[150,127],[151,128],[160,129],[152,130],[153,131],[158,132],[159,133],[154,134],[157,135],[155,136],[156,137],[44,138],[45,139],[46,140],[47,140],[49,141],[48,140],[67,134],[135,142],[123,143],[124,144],[130,145],[133,146],[129,147],[132,148],[134,149],[128,150],[127,151],[50,89],[52,152],[189,153],[188,154],[161,155],[41,2],[191,156],[42,157],[190,157],[136,2],[137,2],[69,121],[70,158]],"exportedModulesMap":[[207,1],[205,2],[210,3],[206,1],[208,4],[209,1],[215,5],[216,2],[122,6],[217,2],[211,2],[218,7],[219,7],[213,2],[220,2],[221,8],[222,9],[230,10],[40,2],[231,2],[212,11],[54,12],[55,13],[53,14],[56,15],[57,16],[58,17],[59,18],[60,19],[61,20],[62,21],[63,22],[64,23],[65,24],[126,2],[232,11],[234,2],[235,25],[71,26],[72,26],[74,27],[75,28],[76,29],[77,30],[78,31],[79,32],[80,33],[81,34],[82,35],[83,36],[84,36],[85,37],[86,38],[87,39],[88,40],[73,2],[120,2],[89,41],[90,42],[91,43],[121,44],[92,45],[93,46],[94,47],[95,48],[96,49],[97,50],[98,51],[99,52],[100,53],[101,54],[102,55],[103,56],[105,57],[104,58],[106,59],[107,60],[108,61],[109,62],[110,63],[111,64],[112,65],[113,66],[114,67],[115,68],[116,69],[117,70],[118,71],[119,72],[236,2],[239,73],[237,74],[214,74],[240,2],[241,75],[242,76],[243,2],[238,2],[244,2],[245,2],[246,2],[247,77],[248,78],[249,2],[250,79],[233,74],[223,2],[227,80],[229,81],[228,80],[226,82],[193,2],[125,2],[225,83],[224,2],[139,2],[181,2],[196,84],[199,85],[197,84],[198,86],[195,87],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[194,2],[162,2],[164,88],[163,89],[165,90],[167,91],[166,92],[66,93],[177,94],[170,95],[168,96],[169,2],[173,97],[171,98],[172,99],[147,89],[174,100],[176,101],[175,102],[43,103],[202,104],[203,105],[192,89],[201,106],[200,107],[51,2],[204,108],[178,109],[179,89],[186,110],[180,111],[185,112],[140,113],[187,114],[182,115],[184,116],[183,117],[131,89],[68,118],[145,119],[146,120],[144,121],[142,122],[141,123],[143,2],[138,124],[148,125],[149,126],[150,127],[151,128],[160,129],[152,130],[153,131],[158,132],[159,133],[154,134],[157,135],[155,136],[156,137],[44,138],[45,139],[46,140],[47,140],[49,141],[48,140],[67,134],[135,142],[123,143],[124,144],[130,145],[133,146],[129,147],[132,148],[134,149],[128,150],[127,151],[50,89],[52,152],[189,153],[188,154],[161,155],[41,2],[191,156],[42,157],[190,157],[136,2],[137,2],[69,121],[70,158]],"semanticDiagnosticsPerFile":[207,205,210,206,208,209,215,216,122,217,211,218,219,213,220,221,222,230,40,231,212,54,55,53,56,57,58,59,60,61,62,63,64,65,126,232,234,235,71,72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,73,120,89,90,91,121,92,93,94,95,96,97,98,99,100,101,102,103,105,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,236,239,237,214,240,241,242,243,238,244,245,246,247,248,249,250,233,223,227,229,228,226,193,125,225,224,139,181,196,199,197,198,195,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,30,31,32,33,7,38,34,35,36,37,1,39,194,162,164,163,165,167,166,66,177,170,168,169,173,171,172,147,174,176,175,43,202,203,192,201,200,51,204,178,179,186,180,185,140,187,182,184,183,131,68,145,146,144,142,141,143,138,148,149,150,151,160,152,153,158,159,154,157,155,156,44,45,46,47,49,48,67,135,123,124,130,133,129,132,134,128,127,50,52,189,188,161,41,191,42,190,136,137,69,70]},"version":"4.5.4"}
|
package/dist/types/context.d.ts
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import type { SecretEnvVar } from "../context";
|
|
2
2
|
import type { PipelineTrigger, ComponentConfig, Config, EnvType } from "./config";
|
|
3
|
+
export declare type EnvironmentEnvVars = {
|
|
4
|
+
envVars: Record<string, string>;
|
|
5
|
+
secretEnvVarKeys: SecretEnvVar[];
|
|
6
|
+
};
|
|
7
|
+
export declare type EnvironmentEnvVarPart = {
|
|
8
|
+
host: string;
|
|
9
|
+
url: string;
|
|
10
|
+
/**
|
|
11
|
+
* vars that only are injected in certain jobs, but not elsewhere
|
|
12
|
+
*/
|
|
13
|
+
jobOnlyVars: {
|
|
14
|
+
deploy: EnvironmentEnvVars;
|
|
15
|
+
build: EnvironmentEnvVars;
|
|
16
|
+
};
|
|
17
|
+
} & EnvironmentEnvVars;
|
|
3
18
|
export declare type Environment = {
|
|
4
19
|
host: string;
|
|
5
20
|
url: string;
|
|
@@ -14,13 +29,8 @@ export declare type Environment = {
|
|
|
14
29
|
shortName: string;
|
|
15
30
|
slugPrefix: string;
|
|
16
31
|
slug: string;
|
|
17
|
-
/**
|
|
18
|
-
* env vars contain all build-time env vars. secrets have to be resolved (they are stored in gitlab)
|
|
19
|
-
*/
|
|
20
|
-
envVars: Record<string, string>;
|
|
21
32
|
envType: EnvType;
|
|
22
|
-
|
|
23
|
-
};
|
|
33
|
+
} & EnvironmentEnvVarPart;
|
|
24
34
|
export declare type CommitInfo = {
|
|
25
35
|
refName: string;
|
|
26
36
|
reviewSlug: string;
|
|
@@ -241,6 +241,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
241
241
|
"BUILD_INFO_BUILD_TIME": "01-01-2023 12:13:14",
|
|
242
242
|
"BUILD_INFO_CURRENT_VERSION": "3.2.1",
|
|
243
243
|
"BUILD_INFO_ID": "some-id",
|
|
244
|
+
"DEPLOY_API_KEY": "$CL_dev_www_DEPLOY_API_KEY",
|
|
244
245
|
"DOCKER_CACHE_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/caches/www",
|
|
245
246
|
"DOCKER_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/$DOCKER_IMAGE_NAME",
|
|
246
247
|
"DOCKER_IMAGE_NAME": "dev/www",
|
|
@@ -290,6 +291,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
290
291
|
],
|
|
291
292
|
"stage": "stop dev",
|
|
292
293
|
"variables": {
|
|
294
|
+
"DEPLOY_API_KEY": "$CL_dev_www_DEPLOY_API_KEY",
|
|
293
295
|
"GIT_STRATEGY": "none",
|
|
294
296
|
"KUBERNETES_CPU_LIMIT": "1",
|
|
295
297
|
"KUBERNETES_CPU_REQUEST": "0.5",
|
|
@@ -717,6 +719,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
717
719
|
"BUILD_INFO_BUILD_TIME": "01-01-2023 12:13:14",
|
|
718
720
|
"BUILD_INFO_CURRENT_VERSION": "3.2.1",
|
|
719
721
|
"BUILD_INFO_ID": "some-id",
|
|
722
|
+
"DEPLOY_API_KEY": "$CL_review_www_DEPLOY_API_KEY",
|
|
720
723
|
"DOCKER_CACHE_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/caches/www",
|
|
721
724
|
"DOCKER_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/$DOCKER_IMAGE_NAME",
|
|
722
725
|
"DOCKER_IMAGE_NAME": "review/www",
|
|
@@ -766,6 +769,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
766
769
|
],
|
|
767
770
|
"stage": "stop review",
|
|
768
771
|
"variables": {
|
|
772
|
+
"DEPLOY_API_KEY": "$CL_review_www_DEPLOY_API_KEY",
|
|
769
773
|
"GIT_STRATEGY": "none",
|
|
770
774
|
"KUBERNETES_CPU_LIMIT": "1",
|
|
771
775
|
"KUBERNETES_CPU_REQUEST": "0.5",
|
|
@@ -1278,6 +1282,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1278
1282
|
"BUILD_INFO_BUILD_TIME": "01-01-2023 12:13:14",
|
|
1279
1283
|
"BUILD_INFO_CURRENT_VERSION": "3.2.1",
|
|
1280
1284
|
"BUILD_INFO_ID": "some-id",
|
|
1285
|
+
"DEPLOY_API_KEY": "$CL_prod_www_DEPLOY_API_KEY",
|
|
1281
1286
|
"DOCKER_CACHE_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/caches/www",
|
|
1282
1287
|
"DOCKER_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/$DOCKER_IMAGE_NAME",
|
|
1283
1288
|
"DOCKER_IMAGE_NAME": "prod/www",
|
|
@@ -1338,6 +1343,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1338
1343
|
"BUILD_INFO_BUILD_TIME": "01-01-2023 12:13:14",
|
|
1339
1344
|
"BUILD_INFO_CURRENT_VERSION": "3.2.1",
|
|
1340
1345
|
"BUILD_INFO_ID": "some-id",
|
|
1346
|
+
"DEPLOY_API_KEY": "$CL_stage_www_DEPLOY_API_KEY",
|
|
1341
1347
|
"DOCKER_CACHE_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/caches/www",
|
|
1342
1348
|
"DOCKER_IMAGE": "$DOCKER_REGISTRY_IMAGE_PATH/$DOCKER_IMAGE_NAME",
|
|
1343
1349
|
"DOCKER_IMAGE_NAME": "stage/www",
|
|
@@ -1387,6 +1393,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1387
1393
|
],
|
|
1388
1394
|
"stage": "stop prod",
|
|
1389
1395
|
"variables": {
|
|
1396
|
+
"DEPLOY_API_KEY": "$CL_prod_www_DEPLOY_API_KEY",
|
|
1390
1397
|
"GIT_STRATEGY": "none",
|
|
1391
1398
|
"KUBERNETES_CPU_LIMIT": "1",
|
|
1392
1399
|
"KUBERNETES_CPU_REQUEST": "0.5",
|
|
@@ -1426,6 +1433,7 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1426
1433
|
],
|
|
1427
1434
|
"stage": "stop stage",
|
|
1428
1435
|
"variables": {
|
|
1436
|
+
"DEPLOY_API_KEY": "$CL_stage_www_DEPLOY_API_KEY",
|
|
1429
1437
|
"GIT_STRATEGY": "none",
|
|
1430
1438
|
"KUBERNETES_CPU_LIMIT": "1",
|
|
1431
1439
|
"KUBERNETES_CPU_REQUEST": "0.5",
|
package/package.json
CHANGED
|
@@ -29,6 +29,7 @@ export const createCustomTestJobs = (context: Context): CatladderJob[] => {
|
|
|
29
29
|
variables: {
|
|
30
30
|
APP_PATH: context.componentConfig.dir,
|
|
31
31
|
...RUNNER_CUSTOM_TEST_VARIABLES,
|
|
32
|
+
...context.environment.jobOnlyVars.build.envVars,
|
|
32
33
|
...(buildConfig.extraVars ?? {}),
|
|
33
34
|
},
|
|
34
35
|
services: buildConfig.jobServices,
|
|
@@ -18,6 +18,7 @@ export const createNodeTestJobs = (context: Context): CatladderJob[] => {
|
|
|
18
18
|
variables: {
|
|
19
19
|
APP_PATH: context.componentConfig.dir,
|
|
20
20
|
...NODE_RUNNER_BUILD_VARIABLES,
|
|
21
|
+
...context.environment.jobOnlyVars.build.envVars,
|
|
21
22
|
...(buildConfig.extraVars ?? {}),
|
|
22
23
|
},
|
|
23
24
|
stage: "test",
|
package/src/build/rails/build.ts
CHANGED
|
@@ -18,7 +18,10 @@ export const createRailsBuildJobs = (context: Context): CatladderJob[] => {
|
|
|
18
18
|
|
|
19
19
|
return [
|
|
20
20
|
createDockerBuildJobBase(context, {
|
|
21
|
-
variables:
|
|
21
|
+
variables: {
|
|
22
|
+
...context.environment.jobOnlyVars.build.envVars,
|
|
23
|
+
...context.componentConfig.build.extraVars,
|
|
24
|
+
},
|
|
22
25
|
// custom script
|
|
23
26
|
script: [
|
|
24
27
|
gitlabDockerLogin,
|
package/src/build/rails/test.ts
CHANGED
|
@@ -11,7 +11,10 @@ export const createRailsTestJobs = (context: Context): CatladderJob[] => {
|
|
|
11
11
|
const buildConfig = context.componentConfig.build;
|
|
12
12
|
|
|
13
13
|
const base: Omit<CatladderJob, "script" | "name"> = {
|
|
14
|
-
variables:
|
|
14
|
+
variables: {
|
|
15
|
+
...context.environment.jobOnlyVars.build.envVars,
|
|
16
|
+
...(buildConfig.extraVars ?? {}),
|
|
17
|
+
},
|
|
15
18
|
stage: "test",
|
|
16
19
|
needs: [],
|
|
17
20
|
envMode: "none",
|
package/src/build/types.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GitlabJobImage, GitlabJobService } from "../types";
|
|
1
|
+
import type { EnvVars, GitlabJobImage, GitlabJobService } from "../types";
|
|
2
2
|
|
|
3
3
|
import type { CatladderJob } from "../types/jobs";
|
|
4
4
|
|
|
@@ -17,8 +17,16 @@ export type BuildConfigBase = {
|
|
|
17
17
|
* command to run on the image to start the app (e.g. yarn start)
|
|
18
18
|
*/
|
|
19
19
|
startCommand?: string;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* vars that only exist in the build jobs.
|
|
23
|
+
* Can curently not reference other variables from other components
|
|
24
|
+
*/
|
|
25
|
+
jobVars?: EnvVars;
|
|
20
26
|
/**
|
|
21
27
|
* additional env vars for the buid jobs
|
|
28
|
+
*
|
|
29
|
+
* @deprecated use jobVars
|
|
22
30
|
*/
|
|
23
31
|
extraVars?: Record<string, string>;
|
|
24
32
|
/**
|
|
@@ -10,8 +10,12 @@ export const getEnvironment = async (
|
|
|
10
10
|
env: string,
|
|
11
11
|
commitInfo?: CommitInfo
|
|
12
12
|
): Promise<Environment> => {
|
|
13
|
-
const
|
|
14
|
-
|
|
13
|
+
const variables = await getEnvironmentVariables(
|
|
14
|
+
config,
|
|
15
|
+
componentName,
|
|
16
|
+
env,
|
|
17
|
+
commitInfo
|
|
18
|
+
);
|
|
15
19
|
|
|
16
20
|
const envContext = getEnvironmentContext(
|
|
17
21
|
config,
|
|
@@ -24,17 +28,15 @@ export const getEnvironment = async (
|
|
|
24
28
|
|
|
25
29
|
return {
|
|
26
30
|
envType,
|
|
27
|
-
|
|
28
|
-
url,
|
|
31
|
+
|
|
29
32
|
gitlabEnvironment: {
|
|
30
33
|
name: envContext.gitlabEnvironmentName,
|
|
31
|
-
url,
|
|
34
|
+
url: variables.url,
|
|
32
35
|
},
|
|
33
36
|
fullName: envContext.fullName,
|
|
34
37
|
slugPrefix: envContext.environmentSlugPrefix,
|
|
35
38
|
slug: envContext.environmentSlug,
|
|
36
39
|
shortName: env,
|
|
37
|
-
|
|
38
|
-
secretEnvVarKeys,
|
|
40
|
+
...variables,
|
|
39
41
|
};
|
|
40
42
|
};
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { merge } from "lodash";
|
|
2
2
|
import { DEPLOY_TYPES } from "../deploy";
|
|
3
|
-
import type {
|
|
3
|
+
import type {
|
|
4
|
+
CommitInfo,
|
|
5
|
+
Context,
|
|
6
|
+
EnvironmentEnvVarPart as EnvironmentVariables,
|
|
7
|
+
} from "../types";
|
|
4
8
|
import type { Config, DevLocalEnvConfig } from "../types/config";
|
|
5
9
|
|
|
6
10
|
import { getEnvironmentContext } from "./getEnvironmentContext";
|
|
@@ -8,6 +12,12 @@ import {
|
|
|
8
12
|
resolveReferences,
|
|
9
13
|
translateLegacyFromComponents,
|
|
10
14
|
} from "./resolveReferences";
|
|
15
|
+
import {
|
|
16
|
+
stringListToSecreteEnvVarList,
|
|
17
|
+
makeSecretEnvVarMapping,
|
|
18
|
+
stringifyValues,
|
|
19
|
+
} from "./utils/envVars";
|
|
20
|
+
import { transformJobOnlyVars } from "./transformJobOnlyVars";
|
|
11
21
|
|
|
12
22
|
export type SecretEnvVar = {
|
|
13
23
|
key: string;
|
|
@@ -20,12 +30,7 @@ export const getEnvironmentVariables = async (
|
|
|
20
30
|
env: string,
|
|
21
31
|
commitInfo?: CommitInfo,
|
|
22
32
|
alreadyVisited: Record<string, Record<string, boolean>> = {} // to prevent endless loop
|
|
23
|
-
): Promise<{
|
|
24
|
-
envVars: Record<string, string>;
|
|
25
|
-
secretEnvVarKeys: SecretEnvVar[];
|
|
26
|
-
host: string;
|
|
27
|
-
url: string;
|
|
28
|
-
}> => {
|
|
33
|
+
): Promise<EnvironmentVariables> => {
|
|
29
34
|
const environmentContext = getEnvironmentContext(
|
|
30
35
|
config,
|
|
31
36
|
env,
|
|
@@ -33,7 +38,8 @@ export const getEnvironmentVariables = async (
|
|
|
33
38
|
commitInfo
|
|
34
39
|
);
|
|
35
40
|
|
|
36
|
-
const { envConfigRaw, deployConfigRaw, envType } =
|
|
41
|
+
const { envConfigRaw, deployConfigRaw, buildConfigRaw, envType } =
|
|
42
|
+
environmentContext;
|
|
37
43
|
|
|
38
44
|
const basePredefinedVariables = {
|
|
39
45
|
ENV_SHORT: env,
|
|
@@ -90,31 +96,24 @@ export const getEnvironmentVariables = async (
|
|
|
90
96
|
: [];
|
|
91
97
|
|
|
92
98
|
const secretEnvVarKeys: SecretEnvVar[] = [
|
|
93
|
-
...(envConfigRaw.vars?.secret ?? [])
|
|
99
|
+
...stringListToSecreteEnvVarList(envConfigRaw.vars?.secret ?? []),
|
|
94
100
|
...additionalSecretKeys,
|
|
95
101
|
];
|
|
96
|
-
const secretEnvVars =
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
])
|
|
102
|
+
const secretEnvVars = makeSecretEnvVarMapping(
|
|
103
|
+
env,
|
|
104
|
+
componentName,
|
|
105
|
+
secretEnvVarKeys
|
|
101
106
|
);
|
|
102
|
-
|
|
103
107
|
// this is deprecated, we now support: $componentname:FOO
|
|
104
108
|
const legacyFromComponents = envConfigRaw.vars?.fromComponents ?? {};
|
|
105
|
-
const
|
|
109
|
+
const publicEnvVarsRawWithLegacyFromComponents = merge(
|
|
106
110
|
{},
|
|
107
111
|
translateLegacyFromComponents(legacyFromComponents),
|
|
108
112
|
publicEnvVarsRaw
|
|
109
113
|
);
|
|
110
114
|
|
|
111
|
-
const publicEnvVarsRawSanitized =
|
|
112
|
-
|
|
113
|
-
([key, value]) => [
|
|
114
|
-
key,
|
|
115
|
-
isObject(value) ? JSON.stringify(value) : `${value}`,
|
|
116
|
-
]
|
|
117
|
-
)
|
|
115
|
+
const publicEnvVarsRawSanitized = stringifyValues(
|
|
116
|
+
publicEnvVarsRawWithLegacyFromComponents
|
|
118
117
|
);
|
|
119
118
|
|
|
120
119
|
const envVarsRaw = addIndexVar({
|
|
@@ -141,6 +140,19 @@ export const getEnvironmentVariables = async (
|
|
|
141
140
|
return {
|
|
142
141
|
envVars,
|
|
143
142
|
secretEnvVarKeys,
|
|
143
|
+
jobOnlyVars: {
|
|
144
|
+
build: await transformJobOnlyVars(
|
|
145
|
+
env,
|
|
146
|
+
componentName,
|
|
147
|
+
(buildConfigRaw && buildConfigRaw.jobVars) || null
|
|
148
|
+
),
|
|
149
|
+
deploy: await transformJobOnlyVars(
|
|
150
|
+
env,
|
|
151
|
+
componentName,
|
|
152
|
+
(deployConfigRaw && deployConfigRaw.jobVars) || null
|
|
153
|
+
),
|
|
154
|
+
},
|
|
155
|
+
|
|
144
156
|
host,
|
|
145
157
|
url,
|
|
146
158
|
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { EnvironmentEnvVars } from "..";
|
|
2
|
+
import type { EnvVars } from "../types/config";
|
|
3
|
+
import {
|
|
4
|
+
makeSecretEnvVarMapping,
|
|
5
|
+
stringListToSecreteEnvVarList,
|
|
6
|
+
stringifyValues,
|
|
7
|
+
} from "./utils/envVars";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* transform EnvVars for environment.
|
|
11
|
+
*
|
|
12
|
+
* currently does not resolve references and is only used for additional job-only-vars
|
|
13
|
+
* @param vars
|
|
14
|
+
* @returns
|
|
15
|
+
*/
|
|
16
|
+
export const transformJobOnlyVars = async (
|
|
17
|
+
env: string,
|
|
18
|
+
componentName: string,
|
|
19
|
+
vars: EnvVars | null
|
|
20
|
+
): Promise<EnvironmentEnvVars> => {
|
|
21
|
+
if (!vars) {
|
|
22
|
+
return {
|
|
23
|
+
envVars: {},
|
|
24
|
+
secretEnvVarKeys: [],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const publicVars = stringifyValues(vars?.public ?? {});
|
|
29
|
+
const secretEnvVarKeys = stringListToSecreteEnvVarList(vars?.secret ?? []);
|
|
30
|
+
const deployJobOnlySecretEnvVars = vars?.secret
|
|
31
|
+
? makeSecretEnvVarMapping(env, componentName, secretEnvVarKeys)
|
|
32
|
+
: {};
|
|
33
|
+
|
|
34
|
+
const envVars = {
|
|
35
|
+
...deployJobOnlySecretEnvVars,
|
|
36
|
+
...publicVars,
|
|
37
|
+
};
|
|
38
|
+
return {
|
|
39
|
+
envVars,
|
|
40
|
+
secretEnvVarKeys,
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { isObject } from "lodash";
|
|
2
|
+
import type { SecretEnvVar } from "../getEnvironmentVariables";
|
|
3
|
+
import { getSecretVarName } from "../getEnvironmentVariables";
|
|
4
|
+
|
|
5
|
+
export const stringifyValues = (obj: Record<string, unknown>) =>
|
|
6
|
+
Object.fromEntries(
|
|
7
|
+
Object.entries(obj).map(([key, value]) => [
|
|
8
|
+
key,
|
|
9
|
+
isObject(value) ? JSON.stringify(value) : `${value}`,
|
|
10
|
+
])
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
export const stringListToSecreteEnvVarList = (keys: string[]): SecretEnvVar[] =>
|
|
14
|
+
keys.map((key) => ({ key }));
|
|
15
|
+
export const makeSecretEnvVarMapping = (
|
|
16
|
+
env: string,
|
|
17
|
+
componentName: string,
|
|
18
|
+
secretEnvVars: SecretEnvVar[]
|
|
19
|
+
) => {
|
|
20
|
+
return Object.fromEntries(
|
|
21
|
+
secretEnvVars.map(({ key }) => [
|
|
22
|
+
key,
|
|
23
|
+
`$${getSecretVarName(env, componentName, key)}`,
|
|
24
|
+
])
|
|
25
|
+
);
|
|
26
|
+
};
|