@adobe/ccweb-add-on-ssl 0.1.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/.c8rc.json +7 -0
- package/.mocharc.json +5 -0
- package/CODE_OF_CONDUCT.md +79 -0
- package/CONTRIBUTING.md +47 -0
- package/LICENSE +21 -0
- package/README.md +21 -0
- package/bin/run.cmd +3 -0
- package/bin/run.js +8 -0
- package/dist/AnalyticsMarkers.d.ts +35 -0
- package/dist/AnalyticsMarkers.d.ts.map +1 -0
- package/dist/AnalyticsMarkers.js +37 -0
- package/dist/app/CommandExecutor.d.ts +36 -0
- package/dist/app/CommandExecutor.d.ts.map +1 -0
- package/dist/app/CommandExecutor.js +25 -0
- package/dist/app/SSLReader.d.ts +48 -0
- package/dist/app/SSLReader.d.ts.map +1 -0
- package/dist/app/SSLReader.js +25 -0
- package/dist/app/SetupCommandExecutor.d.ts +64 -0
- package/dist/app/SetupCommandExecutor.d.ts.map +1 -0
- package/dist/app/SetupCommandExecutor.js +243 -0
- package/dist/app/WxpSSLReader.d.ts +60 -0
- package/dist/app/WxpSSLReader.d.ts.map +1 -0
- package/dist/app/WxpSSLReader.js +113 -0
- package/dist/app/index.d.ts +28 -0
- package/dist/app/index.d.ts.map +1 -0
- package/dist/app/index.js +28 -0
- package/dist/commands/setup.d.ts +54 -0
- package/dist/commands/setup.d.ts.map +1 -0
- package/dist/commands/setup.js +118 -0
- package/dist/config/index.d.ts +26 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +26 -0
- package/dist/config/inversify.config.d.ts +27 -0
- package/dist/config/inversify.config.d.ts.map +1 -0
- package/dist/config/inversify.config.js +42 -0
- package/dist/config/inversify.types.d.ts +29 -0
- package/dist/config/inversify.types.d.ts.map +1 -0
- package/dist/config/inversify.types.js +29 -0
- package/dist/constants.d.ts +25 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +25 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/models/SetupCommandOptions.d.ts +49 -0
- package/dist/models/SetupCommandOptions.d.ts.map +1 -0
- package/dist/models/SetupCommandOptions.js +53 -0
- package/dist/models/Types.d.ts +57 -0
- package/dist/models/Types.d.ts.map +1 -0
- package/dist/models/Types.js +40 -0
- package/dist/models/index.d.ts +26 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/index.js +26 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/validators/CommandValidator.d.ts +36 -0
- package/dist/validators/CommandValidator.d.ts.map +1 -0
- package/dist/validators/CommandValidator.js +25 -0
- package/dist/validators/SetupCommandValidator.d.ts +52 -0
- package/dist/validators/SetupCommandValidator.d.ts.map +1 -0
- package/dist/validators/SetupCommandValidator.js +94 -0
- package/dist/validators/index.d.ts +26 -0
- package/dist/validators/index.d.ts.map +1 -0
- package/dist/validators/index.js +26 -0
- package/package.json +65 -0
- package/src/AnalyticsMarkers.ts +36 -0
- package/src/app/CommandExecutor.ts +37 -0
- package/src/app/SSLReader.ts +51 -0
- package/src/app/SetupCommandExecutor.ts +310 -0
- package/src/app/WxpSSLReader.ts +121 -0
- package/src/app/index.ts +28 -0
- package/src/commands/setup.ts +146 -0
- package/src/config/index.ts +26 -0
- package/src/config/inversify.config.ts +49 -0
- package/src/config/inversify.types.ts +29 -0
- package/src/constants.ts +25 -0
- package/src/index.ts +28 -0
- package/src/models/SetupCommandOptions.ts +56 -0
- package/src/models/Types.ts +61 -0
- package/src/models/index.ts +26 -0
- package/src/test/app/SetupCommandExecutor.spec.ts +800 -0
- package/src/test/app/WxpSSLReader.spec.ts +244 -0
- package/src/test/commands/setup.spec.ts +161 -0
- package/src/test/data/cert/cert.pem +19 -0
- package/src/test/data/cert/key.pem +27 -0
- package/src/test/models/SetupCommandOptions.spec.ts +53 -0
- package/src/test/validators/SetupCommandValidator.spec.ts +168 -0
- package/src/validators/CommandValidator.ts +37 -0
- package/src/validators/SetupCommandValidator.ts +116 -0
- package/src/validators/index.ts +26 -0
- package/tsconfig.json +31 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es5.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2016.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.dom.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.scripthost.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../common/temp/node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.esnext.full.d.ts","../../../common/temp/node_modules/.pnpm/tslib@2.4.0/node_modules/tslib/tslib.d.ts","../src/AnalyticsMarkers.ts","../src/constants.ts","../src/models/SetupCommandOptions.ts","../src/models/Types.ts","../src/models/index.ts","../src/app/CommandExecutor.ts","../src/app/SSLReader.ts","../../wxp-analytics/dist/app/AnalyticsConsent.d.ts","../../wxp-analytics/dist/models/CLIProgram.d.ts","../../wxp-analytics/dist/models/index.d.ts","../../wxp-analytics/dist/app/AnalyticsService.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/constants/metadata_keys.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/utils/factory_type.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/interfaces/interfaces.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/container/container.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/constants/literal_types.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/container/container_module.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/decorator_utils.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/injectable.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/tagged.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/named.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/lazy_service_identifier.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/inject.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/optional.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/unmanaged.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/multi_inject.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/target_name.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/post_construct.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/annotation/pre_destroy.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/planning/metadata_reader.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/utils/id.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/syntax/constraint_helpers.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/utils/serialization.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/utils/binding_utils.d.ts","../../../common/temp/node_modules/.pnpm/inversify@6.0.1/node_modules/inversify/lib/inversify.d.ts","../../../common/temp/node_modules/.pnpm/reflect-metadata@0.1.13/node_modules/reflect-metadata/index.d.ts","../../wxp-core/dist/config/inversify.config.d.ts","../../wxp-core/dist/config/inversify.types.d.ts","../../wxp-core/dist/config/index.d.ts","../../wxp-core/dist/constants.d.ts","../../wxp-core/dist/models/TemplateJson.d.ts","../../wxp-core/dist/models/PackageJson.d.ts","../../wxp-core/dist/models/PreferenceJson.d.ts","../../wxp-core/dist/models/Types.d.ts","../../wxp-core/dist/models/index.d.ts","../../wxp-core/dist/utilities/Preferences.d.ts","../../wxp-core/dist/utilities/CLIPreferences.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/assert.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/globals.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/buffer.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/child_process.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/cluster.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/console.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/constants.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/crypto.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/dgram.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/dns.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/domain.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/events.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/fs.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/http.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/http2.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/https.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/inspector.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/module.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/net.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/os.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/path.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/process.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/punycode.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/querystring.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/readline.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/repl.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/stream.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/stream/web.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/test.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/timers.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/tls.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/trace_events.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/tty.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/url.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/util.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/v8.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/vm.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/wasi.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/zlib.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/globals.global.d.ts","../../../common/temp/node_modules/.pnpm/@types+node@16.11.62/node_modules/@types/node/ts4.8/index.d.ts","../../wxp-core/dist/utilities/Logger.d.ts","../../wxp-core/dist/utilities/Process.d.ts","../../wxp-core/dist/utilities/CLIProcess.d.ts","../../wxp-core/dist/utilities/ConsoleLogger.d.ts","../../wxp-core/dist/utilities/Extensions.d.ts","../../wxp-core/dist/utilities/UncaughtExceptionHandler.d.ts","../../wxp-core/dist/utilities/index.d.ts","../../wxp-core/dist/index.d.ts","../../wxp-analytics/dist/app/WxpAnalyticsConsent.d.ts","../../wxp-analytics/dist/app/WxpAnalyticsService.d.ts","../../wxp-analytics/dist/app/index.d.ts","../../wxp-analytics/dist/config/inversify.config.d.ts","../../wxp-analytics/dist/config/inversify.types.d.ts","../../wxp-analytics/dist/config/index.d.ts","../../wxp-analytics/dist/constants.d.ts","../../wxp-analytics/dist/index.d.ts","../../../common/temp/node_modules/.pnpm/chalk@4.1.1/node_modules/chalk/index.d.ts","../../../common/temp/node_modules/.pnpm/@adobe+ccweb-add-on-devcert@0.1.0/node_modules/@adobe/ccweb-add-on-devcert/dist/certificate-authority.d.ts","../../../common/temp/node_modules/.pnpm/@adobe+ccweb-add-on-devcert@0.1.0/node_modules/@adobe/ccweb-add-on-devcert/dist/user-interface.d.ts","../../../common/temp/node_modules/.pnpm/@adobe+ccweb-add-on-devcert@0.1.0/node_modules/@adobe/ccweb-add-on-devcert/dist/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+prompts@2.0.14/node_modules/@types/prompts/index.d.ts","../../../common/temp/node_modules/.pnpm/@types+string-template@1.0.2/node_modules/@types/string-template/index.d.ts","../src/config/inversify.types.ts","../src/app/SetupCommandExecutor.ts","../../../common/temp/node_modules/.pnpm/@types+fs-extra@9.0.13/node_modules/@types/fs-extra/index.d.ts","../src/app/WxpSSLReader.ts","../src/app/index.ts","../src/validators/CommandValidator.ts","../../wxp-developer-terms/dist/app/AccountService.d.ts","../../wxp-developer-terms/dist/app/DeveloperAccountService.d.ts","../../wxp-developer-terms/dist/app/index.d.ts","../../wxp-developer-terms/dist/config/inversify.config.d.ts","../../wxp-developer-terms/dist/config/inversify.types.d.ts","../../wxp-developer-terms/dist/config/index.d.ts","../../wxp-developer-terms/dist/models/Types.d.ts","../../wxp-developer-terms/dist/models/index.d.ts","../../wxp-developer-terms/dist/index.d.ts","../../../common/temp/node_modules/.pnpm/is-valid-domain@0.1.6/node_modules/is-valid-domain/types/index.d.ts","../src/validators/SetupCommandValidator.ts","../src/validators/index.ts","../src/config/inversify.config.ts","../src/config/index.ts","../src/index.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/help.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/pjson.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/topic.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/plugin.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/hooks.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/config.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/alphabet.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/errors.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/manifest.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/s3-manifest.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/parser.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/ts-config.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/flags.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/args.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/interfaces/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/handle.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/errors/cli.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/errors/exit.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/errors/module-load.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/logger.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/config.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/errors/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/config/plugin.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/config/config.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/config/ts-node.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/config/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/command.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/main.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/flags.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/args.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/help/formatter.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/help/command.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/help/util.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/help/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/parser/help.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/parser/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/settings.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/action/base.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/config.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/exit.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/prompt.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/styled/json.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/styled/object.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/styled/table.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/styled/tree.d.ts","../../../common/temp/node_modules/.pnpm/@types+cli-progress@3.11.3/node_modules/@types/cli-progress/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/styled/progress.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/styled/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/wait.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/index.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/cli-ux/stream.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/performance.d.ts","../../../common/temp/node_modules/.pnpm/@oclif+core@2.8.0_8274f11304fdf7eb271c33cd723ceaff/node_modules/@oclif/core/lib/index.d.ts","../src/commands/setup.ts"],"fileInfos":[{"version":"f20c05dbfe50a208301d2a1da37b9931bce0466eb5a1f4fe240971b4ecc82b67","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"9b087de7268e4efc5f215347a62656663933d63c0b1d7b624913240367b999ea","affectsGlobalScope":true},{"version":"3260e3386d9535b804205bdddb5618a9a27735bd22927f48ad54363abcd23d45","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"55f400eec64d17e888e278f4def2f254b41b89515d3b88ad75d5e05f019daddd","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","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":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","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":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"775d9c9fd150d5de79e0450f35bc8b8f94ae64e3eb5da12725ff2a649dccc777","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"d96fa8a56871904776165ceb8e00bd56127e1a017bb2664cae76223b5f815141","14a84fbe4ec531dcbaf5d2594fd95df107258e60ae6c6a076404f13c3f66f28e",{"version":"594364208501f931d3761c4afb21a27ace09c8ec15a9adacdb99e1d028845b5a","signature":"a866b15dc7db77b95c75b97e6371901d2ec3cc41fc440bb6e5895754af1b3036"},{"version":"0e82f4110498cf3567d2a3d51bd3daab4daaba52423b7b04322ced42e47a1f37","signature":"b220729b9038b51f722f70834442a830dbceea9f65c10b91a0706e92fe43654b"},{"version":"6594c489d09b6d54ba7d57c061987a3f17126398f43d0f9d52436c43cf5fa221","signature":"a1a4a5f80d40a7fa079e52542c25bbaea9d9a296a8ee10c42aba23e297dbb68f"},{"version":"7523a4e4168375f39cf9bc50acd03d3842e6721e3ae5c07459edbfe68410dc88","signature":"493b4ebd55f70216d8e44dac9b64ec7dd7054edc856b05b6f4d2845372d16270"},{"version":"f8e2863845aaa77f18cdbdec0a286ff4be4fd5275ed3da489131afffebf54a5a","signature":"9aec00de3bec35ef62c90f500a37c26bb2152c59fd0d2d0f6c47a92f82ec51d6"},{"version":"5652488df7f9547b024c34169e2f61236756adf083418c329569c9dfb82ce661","signature":"3f11544b4737ffda460f15a0de75c80584b3c0ab70ad7ba13dbf5c9aff9385ca"},{"version":"5c4eac668caf73581d67a2da300501740f72962b60a66d2d27745f5320a16fc8","signature":"fc8df42c1c849f25bae4a64207969b2dd259b357d66a0926e305726134b66568"},"f7aa67d5e24fabdb2b37047f45655a0c4483ab03689eb6e76191b4cb13829315","4e2ca65d40e256d40ba8b135cfbf5776de1cae67c289655816ba5b5216b7a35b","71d63bd314b688fefa8e77a06037e0b7f6336202c1faf1f635ecf4194693dccb","886657d6feda75a2fe03e4cc0e476473b6e943bb7b7c4543439e5bc9137aa5ef","eaabb1e7b81cd2721213042e4f0da99bfe10967809d5f2041f59a0561a76062e","1978f60de633b51c1b37112343938a3396e0f34efd33ec350319625006f44644","ed2e5f00ed2331035a55060fe4cf566563d9a0ad4f244626ac3c68d7746a409e","aa7bea1088ca848f8acbc95ad721cfad66564b36ae686f0d8e0f61f5f1eebc74","223c30250c2d0774405136fe412f0c654acbd1f5ebc80d711d0a4413ced11520","d21addb8e9f07e85fe34b65dd38d156b2d29491585eb3a2d3754c85ff024dc78","b450999dcd3022198b654aca998bc7e791a18078546bba94cc5a761cf4d745ac","6cb2aff9091fb8d29b769ddb8077f6b7e60e807205ac81e1b744108c46c23e43","083bdbd3d16d43a8229e0685cac1bc115a02b4f4cd4529349e4f704640348e05","4a189baba4918b3455ad1a4edb5dab25a7ce17aae973f699391372db375dc4bc","14f8f7229dc160da4e777209fff13e0dc1ea916812c45710ffc10271e445b372","6374d1d692ca3148c270fa8839426acb48e435883ae8ca0f2ee05de84fd2ce5e","97460ae7b9cd78a2eecbeac0ab270059350f0413907d436fd33f5126df86de0a","4d794bc0040a24b1108a2202f5ccb80733b58b03ecb031f36eba706018ec5e38","18a21bc2a815cd3ae0c03cf940cede0e73050c7913ca581de50c95cc5c8bf820","ec2f218c6c166acf0a56fbd083c37409d0887f6450c1758a9f546f444cb9397f","4c793a9fd5774f738e39559692d5aa61a829b67a64b78510acedba16403b04a9","e4c5c9ac0ae2cefaff8e83ffde0f4b267e227afca15cd5ae7add0071cf2c5372","fbb2d0bf92c4cd6129ff2174d98d023c823c9669fc7136b6eee4cf68739afd64","c624c0d0d777a670e2b2d8003ec91519e93048963a3236aeab1ec55a8529c382","9cf63e5a94711b93ee4866432f44b7b1011fe12a44ed527687bc94e0cb69a8f1","107039042b3e99af6580791cb93c6e1f4986d988a59c96a3eec215977ec9da84","162ecd4a2cd71e1162858c0c436085d4335bc0e16f1a7b6e5de174bc228476c1","a16fe48180c72fa9f95e016ca45e20f8da952a0e65504a998f41955d24c86b84",{"version":"8d6d51a5118d000ed3bfe6e1dd1335bebfff3fef23cd2af2f84a24d30f90cc90","affectsGlobalScope":true},"4980e918ab5082f3907c295e3ecba09037276ef84f1e9a0a1588446498c21762","53f04ee1bc68c5ccd61e281ba75e1e6238103b8aa66f96183e94f04b25093a0d","43f90ad5ce9287160c23090a195376d677b7b30c83d69efda533681ba3fb52c4","cbc492c4c92d73029e0bba1362df058d5c3d4e8ffd5ba3a55702738ea5b9bd7e","c72da014669bc7660a03c882331e396368f266425eb6abd096bdb4277cf0c0ee","5d1c561688b035b46a3dcbd199773473ece1406571ca807ec3039c9543b4cf69","0cb22def8fef323f0b562d243c7c99f40c8354de6768e6cf663b2b1e45a03f58","c2454caea353b9a91ddd9f056b9589d7de6f164b0be0951cf4ac99f1d32ad19b","a0fdf0a4aed1db63c51f319d168774367742dd56a6a8bc4aa7b196962e5ba89c","595b20ab97f823230096c61f542a5a0cf81252b6127c6faa76f0a240668e1608","a032d51ebeb7ec142c966504d0ae8095c045cb77d41509167dfd2d7778910dfb","0d5a2ee1fdfa82740e0103389b9efd6bfe145a20018a2da3c02b89666181f4d9","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"2f6c9750131d5d2fdaba85c164a930dc07d2d7e7e8970b89d32864aa6c72620c","affectsGlobalScope":true},"56d13f223ab40f71840795f5bef2552a397a70666ee60878222407f3893fb8d0",{"version":"aeeee3998c5a730f8689f04038d41cf4245c9edbf6ef29a698e45b36e399b8ed","affectsGlobalScope":true},"95843d5cfafced8f3f8a5ce57d2335f0bcd361b9483587d12a25e4bd403b8216","afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","3a0c45fe95e8f0e2c5247d48acf3a522d2ef29f1ab0effb3c59a9c4fdd5edbcd","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","c993aac3b6d4a4620ef9651497069eb84806a131420e4f158ea9396fb8eb9b8c","76650408392bf49a8fbf3e2b6b302712a92d76af77b06e2da1cc8077359c4409","0af3121e68297b2247dd331c0d24dba599e50736a7517a5622d5591aae4a3122","06ccebc2c2db57d6bdbca63b71c4ae5e6ddc42d972fd8f122d4c1a28aa111b25",{"version":"81e8508d1e82278f5d3fee936f267e00c308af36219bfcee2631f9513c9c4017","affectsGlobalScope":true},"413a4be7f94f631235bbc83dad36c4d15e5a2ff02bca1efdbd03636d6454631b","20c468256fd68d3ef1fa53526e76d51d6aa91711e84d72c0343589b99238287e","a5f6d22760eef0178bebc5b5b5664a403109615a9c49da879ccd84438bd55223","8d4c16a26d59e3ce49741a7d4a6e8206b884e226cf308667c7778a0b2c0fee7f","ee3bad055a79f188626b1a7046f04ab151fdd3581e55c51d32face175bd9d06f","d61c7c41eb1960b1285e242fd102c162b65c0522985b839fadda59874308a170",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"11c8be5993cd30dbb5310d95ba6c54dbb8724221eed0c4b2e4a7d6a4f9a032dd","d10f4929cd610c26926d6784fc3f9f4120b789c03081b5d65fb2d2670a00fa04","fb0989383c6109f20281b3d31265293daefdd76d0d30551782c1654e93704f48","a4210a84a82b3e7a8cec5b2f3616e46d523f4f10cc1576d8f2fb89d0987b341e",{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","ee18f2da7a037c6ceeb112a084e485aead9ea166980bf433474559eac1b46553","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","02b3239cf1b1ff8737e383ed5557f0247499d15f5bd21ab849b1a24687b6100c","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"33eee034727baf564056b4ea719075c23d3b4767d0b5f9c6933b81f3d77774d2","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637","a4471d2bdba495b2a6a30b8765d5e0282fa7009d88345a9528f73c37869d3b93",{"version":"aee7013623e7632fba449d4df1da92925b27d9b816cb05546044dbfe54c88ef4","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","c9d70d3d7191a66a81cb554557f8ed1cf736ea8397c44a864fe52689de18865a","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4",{"version":"1aad825534c73852a1f3275e527d729a2c0640f539198fdfdfeb83b839851910","affectsGlobalScope":true},"badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"e3685a8957b4e2af64c3f04a58289ee0858a649dbcd963a2b897fe85858ae18a","7b57a44aa455c2fbd98f148c283638923be149c51c8afada09d00825758ff8ae","6041b55fa02c950be9092c9f3e3b2fa7690db48214e25c94f8221e14a200c970","108f0411dc09c1e6e07a2b4c865930432d532fbc4605236a39be87cce6d25ebe","82226a3ddfc6f9ed0302f58e2571f55b7fce2a7581250cf240bd5ac4b8485a41","5a6a1460fb90853a4f5b4b0bc648d867ce60a3aacdb3c305352d1190e94ab2ec","68a2e5596c12669d96c94bd905866cafd8dc28238b77dd24d3c9ec65b0d9a2f3","55486a7ec209bfc55b60e90e2d617d3e1e5f89c45ac2167e19001bec65b63c71","e6e940e8bdceae7682027b71a9806ed624a5fb0e6b793c7b32bb8004beb72447","a2ca75d885a02afc876b3ee1fc98d9458415364b0a83f236187f97d23658554b","7d9836d3374fa760692cc85aa0090dbc7588df6311c32188e135c1dfb3ae7f2d","757c2cdca42caf32be28c707b14a881558600b86f58d61979eacafd44b453caf","0a32831fe1ef847de11e0fb0bb590d3fd7d7254e865ba1a42fe53a5ec74b90ad","24fbe2498aaf2b310fbd84e81b63d6e5f0f437d175e46ce1f8bc9c59bf7dd589","43f90ad5ce9287160c23090a195376d677b7b30c83d69efda533681ba3fb52c4","354d0cc382e1e3355dbfee3b821508281e501efba1766d82c351f4ffb6ecbe9a","c2f1b55c8090b5c3ff2732b9ea265e10510f385d62f383a0a6c51ea8dc39779b","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","3f8a68265499775a65221425b4be27a25b509a21fabbb980bc42473ec9fe406b","8bd1f833a640139abc03d84349515b2974e5c84c5d52b2ab892bbfe55cced284","dd3d895fa0617bbeb85ec3c628db556d1141c537d8285bc84cbbaddf27d21f06","5f7614d60b32dc66e5d665eafd10d7619eedca3a20f0e876e9ec73141735e364",{"version":"0e13ddb7249f3a5f0ff31029b319922585804b11f0a6dd7d903aa27f95b1f062","affectsGlobalScope":true},{"version":"80f344494db975b9390cba029ef523d3367ebd8363828bcd437fd927065b642c","signature":"35ca309942a49d3e3ee85d12daf0fab80ecd05bc2a716223743d32bdcfec5bff"},{"version":"f354500de44f627b793d2d21c8a2eedbd03a24de9fc79d91174cb26d852151da","signature":"646d1ae00acf9255be468fb3810dba395ad838182f21a322d023993de36c76c7"},"ed19da84b7dbf00952ad0b98ce5c194f1903bcf7c94d8103e8e0d63b271543ae",{"version":"8bf7297078a39c2fef9aa2d97e1a7ee26e610cc43fa6b78af2d0e9ab4655a818","signature":"0bdb1ce7b26ed24f51d346b01795a5275d1c191bc2894dbe9538dc19f5f93123"},{"version":"9a30e5f9b0e2e16e6183d1a761af03258ccaebf36bb14ef49c619b0d3621dd47","signature":"1f02df8d25ef47ac1e42f040f5865bcf0bd85811af28700295193a4b1e5d0164"},{"version":"922adfdee025ae5329cf4eb9a961bb4de10a8829aee1b5c91277c7f32a1a347e","signature":"249565e99e2fa6717ce158119ea83e0696df130c5c142876adc2d0176e121e64"},"ffc9e3ff0a87cf467ac39a32f1f113cd233b1b0f964fa70fcd4b264d9bd851eb","c940505d2672435d0d10bd95c3c92d6bb23269e4139c83ee55e73eb356201c33","6ab46dadc87cca55dce4bddd4bfd1b9efe679a10d44320bcc1f1de0efc3f1902","0a32831fe1ef847de11e0fb0bb590d3fd7d7254e865ba1a42fe53a5ec74b90ad","b55f37d66e842a589bbf9a6f0c062e75ee56d6b850aa60e98d6eb59553786173","43f90ad5ce9287160c23090a195376d677b7b30c83d69efda533681ba3fb52c4","04482d3469ba54843220b628e95e441ddfd7d65b9cb9bc2dcf49392ade96fc2a","7fcc69a07579d39762d2604557b91f5f67e5c98a335fac06efba03693f7ea836","a7b5b090ab27b3ac88b854403768bffdbf5512a5d30e0a50b8ddc0f1079d175f","79997b19e6e45df6d984fc03d9b88829f94007d62f05603ee99563a28486ade8",{"version":"ea622ffd6b4b4b7848605defc00089776e596eb448711be9a2d5acd6f764332f","signature":"a30af801c49dacec8cef85a778b3f0ecd65e1fe0a0a93aceefcb214c60e6e524"},{"version":"02e32f5bda124dae0324cf1a1b65cf2b01648747e5ead7f15a2f0e17d38dec6e","signature":"156a84a1e57b5886e6c3be967d9ccabd0259129ef34111385abc60bb9943ac5c"},{"version":"5ecaee6a28da3048c005d99b73ad46e290e9a81f5ea794fd6454ad7e1fa81374","signature":"48e83558675f9cff5d168c4389c2bdf356d68cabef13977a39946741b1b6039b"},{"version":"0c08bb1a7f9daf7651c80052a05d79d0b70fa3ba0d1ff242cd2c41aec11cfe56","signature":"7c658adaa06701f53b484e24da718899756b3a39e6daecd8b88980887ab93fd9"},{"version":"c279db6cc362098343e1fb1c63503a7ebfba27bea427fa069510ffd023cc9a7e","signature":"a6e5515d93c8b972e54b1a093b0810477d1308cd8048957ac251e5628fb32cdf"},"3184417b619fcdab232c520b9e51c33972a43640fd42c34d2ceb3f2af2e036d0","007527076eee6e53cc386d79770b720c1a32d25afcb0e48f53bb78b8ed87eb79","bd80422c68e0575fee07883efc93fdbf32da39f76ab8479d56eba05e7fac8363","0f8e559a7908de02d384468f8d42b57d9142431e3fe0066c07d97a1f351a1df0","b619e4dcb6c3aaed579cf7650e68be5c8ed6a12b5548e0662b906dd907ab3f9f","0089d4a8922c4ef45de3452d68010f1aa6d9aad03d827b76d7f91f5ac0f5933d","032e362f68a69c4f6af9678b4f5fdcf5b6c348e6aa279a7b2c89099bb7887a0a","4cbb99e1685ca6d0cea375d50c7c6e0f1c444fb4bdf301c48f7bfc92b7eea4b1","137fcb488abe39cd57437d2bf940862bfcaa709e248602461b82236c5a01c1ce","2b3849074b5813376ffe71ff550ef25cce638c43385ed63c1b5be504d3e213f6","b11931f950ee831b609fbee02a054339808b04aa58f10904826b8e5ee297cdfc","5a82a1daacf5f4e73e4ba80040bd0be03d8fcfee4080c973389b39bd0721553b","694ce0788daf31dadf82702cb0efe558014a0a210278c78817840f1caa4f3a09","99fd2587995ea6001ac20d6ecebe748e163d62e820f369452919c265f140b3c9","ee928a0e91da479fde4a2d782b8a6b2fb7dff7359b8f7ff7d23a34d7de276860","79aaadbaee10117769f82c33d6256fc7d0af0859348268e4663521bd00ad15a9","f24b104cf0541b30902b2c947cef8e4955f16068c492d00bc5c70530d8a5ae89","4df02f7093cfdaa88c78186c50064ce6307865d5a2b6f52d16b2a477a289840e","4a3de027fe2fe214e22db9703023024d85f2863138940a21b4933113313394bb","1b9f1ba55985edc074f18ddfe23c6c93d8463ff30651482e8783e56ca0df0653","e12f2c48252d0ae261db2be28206e4f1cc282fa5459a0f991a09f86bb766543f","19ef1d72f861901d6dd7891cc14c6ca0bd860b3089e33188f4764232b1bfaa38","cdfab96750a8e2ef4e62a98a3ea9a2918340577c5b3b118f013047345081e97e","8eb85c5026c0e1a2190037e0ba2f7f4bc4589a19f3fe55045f4ab2017a9ed98e","c9f8f08177b56b7610d9ea52d6e297a4caa28493ad667a8972cab06083beec84","a92c7fc820badc697c7e9e99a9c6046d10edd876611a81c1efe4303ab4b8fecc","8d326c24223d574b2ba8a60a94e57b5450c70ded0eca745b44828d16e3dca84e","a9b346b95282a7ec010c4d81cd49779643c08dbe77ebab40986a6a379626b1a2","64bd4308b81c3b91cf2dad86a3de6b25b3db7a740968645dca9cdb3575917799","2f49438d884d9213cf818e8dbb099aca5a610fb0afee5b178e58cdb20e18cd47","766089db9a6dfde973076bc4b0198e36a06fb7a6fc572be910ab3f0729efaabf","fb50971755e1a3ae7775d50e323062c4b5ab86307f9d815dd7357a3ed9e1505f","f0023e6c5b951d9aa820b86adeeb7b4dba49447b3ea30f489e8edbfdfa0cb32a","f8bf1455ac2c42adf42d8e805efb1d5f31f1caafa66b9e67bd02b983ace037f3","98bb229db2d81eaec4ba5ef6e7bbb77f24c424e63217bed49a951e9c6b518507","57db29be78958cdc0150a4c3f0972d1ff02f471a4083473c6b3c39d792771c7e","070517799e7231e1d0223ddf2af444ef25f85d0f4e16866444bf65e3f9d3887d","c5dcddb11f17e4e6b6798f089b2c68fb0b6d7f77fc5e6885f48f95b5d8d034c9","f46dd858efc9056e361553628bb84124c150a85ea5a787024f175b452dbdc1d9","168840936351f71eba6047f128bd450e7f1d724ef92d66d1514f98907061e2e9","797cc548454e0dbe50b0767a0b061fa7564b71b57fe541482f0a655a7d2bafb6","56e79a504c6d8570c1e5bdd0536182dd2fb461cdd8468cda2b2fade49fe559c9","b363b85c8e93be17e1cdb62c400e08ea1dd88df8dc9a6c9ac1d34b79695b9694","781cc223d1c1b6539094df46dce708348a90376e8cde19babdbe743057e44642","b9c05c23f53be5b435dde4349f70d5851c74b891a3cdd252efbf149437c3c5f0","b4ca9cd4cfca2f3449c79d0462805c68d52b2d77ab95a593587871b3afd16f62","7c610268bd1c45fd2d3722b590e303173b96822508eeabdfafc97b926fe370ea","bf0b596cf9d235ac4cb6b1a80ca7aab5d460d0f11979f4e6477cedd439fe053d","9d3fe3b9bfb39058d0632a883821ec42596cba09cfe88905bbe1d36530362383","7fdf7a2fc582a7515af30c6b14ca5ab78362fb7101894db535b1255aa8cfb2bf","2418f44e983932cac5d385e5461b39437436ddc2450a7d43edce2a791f521b84","0afa7442fb784125ea85b200f22e33fac286c8386bf2496fd42b3ed5f23f4206","2a91ca577dec2b3c6a0e8328e0a24632a2a6a655103ad4ecbdd0fc290699dd9f",{"version":"bcabea9c06f72b92e41af0664794b38b8078a509b13c014600bf3e75f12884b6","signature":"8123baf727bafb45f14ac40b285d16149f8888d0ffa8b36e53a2740be2ebe1b0"}],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"module":99,"noImplicitOverride":false,"noUnusedLocals":true,"outDir":"./","preserveConstEnums":true,"sourceMap":true,"strict":true,"target":99,"useUnknownInCatchVariables":false},"fileIdsList":[[151,178],[151,158,176,177],[151],[150,151,158,212],[151,239],[151,223,239,240,241,242,249,250],[151,243,244,245,246,248],[151,247],[151,216],[151,205,207,209,212,223,227],[151,205,207,216,224,228],[151,224,225,226],[151,203,204,205,210,223,228],[151,221],[151,209],[151,216,218],[151,216,217,218,219,220,221,222],[150,151,158,212,216],[151,216,228,232],[151,216,228],[151,216,228,232,233,234],[151,216,235],[151,206,216,223,227,228,229,230,231,232,234,235,237,238,251,252,253],[151,212],[151,203,204,205,206,228],[151,205,207,228],[151,202,203,204,205,206,207,208,209,210,211,212,213,214,215],[151,228],[151,207,208,228],[151,202],[151,203,204,228],[151,216,227],[151,212,236],[122,151,158],[123,151,158],[107,151],[110,151],[111,116,151],[112,122,123,130,139,150,151],[112,113,122,130,151],[114,151],[115,116,123,131,151],[116,139,147,151],[117,119,122,130,151],[118,151],[119,120,151],[121,122,151],[122,151],[122,123,124,139,150,151],[122,123,124,139,151],[125,130,139,150,151],[122,123,125,126,130,139,147,150,151],[125,127,139,147,150,151],[107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157],[122,128,151],[129,150,151],[119,122,130,139,151],[131,151],[132,151],[110,133,151],[134,149,151,155],[135,151],[136,151],[122,137,151],[137,138,151,153],[122,139,140,141,151],[139,141,151],[139,140,151],[142,151],[143,151],[122,145,146,151],[145,146,151],[116,130,147,151],[148,151],[130,149,151],[111,125,136,150,151],[116,151],[139,151,152],[151,153],[151,154],[111,116,122,124,133,139,150,151,153,155],[139,151,156],[139,151,158],[73,151],[77,81,151],[77,151],[72,151],[71,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,151],[94,151],[69,151],[67,95,151,166],[69,70,95,151,166],[67,70,151,167,168],[151,170,171],[74,95,151],[69,151,169,172,173],[68,151],[96,97,151],[94,95,151],[98,99,104,151,165],[100,151],[100,101,102,103,151],[95,102,105,151],[95,104,112,151,158,159,160],[104,151,159],[104,151],[104,112,151,158],[105,106,151,159,160,161,162,163,164],[95,151,166,187],[151,187,188],[151,190,191],[151,189,192,194],[151,193],[59,151],[59,64,151],[59,60,62,63,65,66,94,95,132,134,151,166,174,175,178,179,180,181],[59,64,94,95,151,166,178,183],[59,65,66,151,182,184],[59,60,61,62,65,95,134,151,166,174,186,195,200,254],[59,151,181,199],[59,95,151,166,181,185,198],[59,61,64,151,185,200],[59,62,151],[59,62,63,151],[59,60,64,94,95,134,151,166,174,186,195,196],[59,151,186,197],[64],[62,65,66,95,166,174],[64,95,166],[65,66,182,184],[95,212,254],[181,199],[74,95],[61,64,185,200],[62],[62,63],[64,95,166,174,186,195],[186,197]],"referencedMap":[[176,1],[178,2],[177,3],[231,4],[239,3],[240,5],[241,3],[251,6],[242,3],[252,3],[249,7],[243,3],[244,3],[248,8],[245,9],[246,3],[250,3],[228,10],[225,11],[227,12],[224,13],[226,3],[222,14],[218,15],[219,16],[220,16],[217,9],[223,17],[221,3],[230,18],[233,19],[232,20],[235,21],[234,22],[254,23],[208,3],[215,24],[207,25],[209,3],[214,24],[202,3],[206,26],[216,27],[210,28],[212,29],[203,30],[205,31],[211,3],[204,3],[213,3],[229,32],[236,24],[237,33],[253,3],[238,3],[247,34],[183,35],[107,36],[108,36],[110,37],[111,38],[112,39],[113,40],[114,41],[115,42],[116,43],[117,44],[118,45],[119,46],[120,46],[121,47],[122,48],[123,49],[124,50],[109,3],[157,3],[125,51],[126,52],[127,53],[158,54],[128,55],[129,56],[130,57],[131,58],[132,59],[133,60],[134,61],[135,62],[136,63],[137,64],[138,65],[139,66],[141,67],[140,68],[142,69],[143,70],[144,3],[145,71],[146,72],[147,73],[148,74],[149,75],[150,76],[151,77],[152,78],[153,79],[154,80],[155,81],[156,82],[179,83],[180,3],[175,3],[77,84],[82,85],[78,3],[81,84],[85,85],[80,86],[83,86],[87,3],[88,3],[79,86],[86,86],[84,86],[75,84],[71,3],[74,84],[76,84],[73,87],[94,88],[89,84],[91,84],[93,89],[72,3],[90,3],[92,84],[196,3],[95,3],[59,3],[11,3],[12,3],[16,3],[15,3],[2,3],[17,3],[18,3],[19,3],[20,3],[21,3],[22,3],[23,3],[24,3],[3,3],[4,3],[28,3],[25,3],[26,3],[27,3],[29,3],[30,3],[31,3],[5,3],[32,3],[33,3],[34,3],[35,3],[6,3],[36,3],[37,3],[38,3],[39,3],[7,3],[40,3],[45,3],[46,3],[41,3],[42,3],[43,3],[44,3],[8,3],[50,3],[47,3],[48,3],[49,3],[51,3],[9,3],[52,3],[53,3],[54,3],[55,3],[56,3],[1,3],[10,3],[58,3],[57,3],[14,3],[13,3],[67,3],[70,90],[167,91],[168,92],[169,93],[172,94],[170,95],[171,3],[173,3],[174,96],[68,3],[69,97],[98,98],[96,99],[97,3],[99,3],[166,100],[101,101],[102,3],[100,3],[103,3],[104,102],[106,103],[161,104],[162,105],[163,3],[159,106],[105,106],[160,107],[164,3],[165,108],[187,3],[188,109],[189,110],[192,111],[190,95],[191,3],[195,112],[193,3],[194,113],[60,114],[65,115],[66,115],[182,116],[184,117],[185,118],[255,119],[200,120],[199,121],[181,114],[61,114],[201,122],[62,114],[63,123],[64,124],[186,115],[197,125],[198,126]],"exportedModulesMap":[[176,1],[178,2],[177,3],[231,4],[239,3],[240,5],[241,3],[251,6],[242,3],[252,3],[249,7],[243,3],[244,3],[248,8],[245,9],[246,3],[250,3],[228,10],[225,11],[227,12],[224,13],[226,3],[222,14],[218,15],[219,16],[220,16],[217,9],[223,17],[221,3],[230,18],[233,19],[232,20],[235,21],[234,22],[254,23],[208,3],[215,24],[207,25],[209,3],[214,24],[202,3],[206,26],[216,27],[210,28],[212,29],[203,30],[205,31],[211,3],[204,3],[213,3],[229,32],[236,24],[237,33],[253,3],[238,3],[247,34],[183,35],[107,36],[108,36],[110,37],[111,38],[112,39],[113,40],[114,41],[115,42],[116,43],[117,44],[118,45],[119,46],[120,46],[121,47],[122,48],[123,49],[124,50],[109,3],[157,3],[125,51],[126,52],[127,53],[158,54],[128,55],[129,56],[130,57],[131,58],[132,59],[133,60],[134,61],[135,62],[136,63],[137,64],[138,65],[139,66],[141,67],[140,68],[142,69],[143,70],[144,3],[145,71],[146,72],[147,73],[148,74],[149,75],[150,76],[151,77],[152,78],[153,79],[154,80],[155,81],[156,82],[179,83],[180,3],[175,3],[77,84],[82,85],[78,3],[81,84],[85,85],[80,86],[83,86],[87,3],[88,3],[79,86],[86,86],[84,86],[75,84],[71,3],[74,84],[76,84],[73,87],[94,88],[89,84],[91,84],[93,89],[72,3],[90,3],[92,84],[196,3],[95,3],[59,3],[11,3],[12,3],[16,3],[15,3],[2,3],[17,3],[18,3],[19,3],[20,3],[21,3],[22,3],[23,3],[24,3],[3,3],[4,3],[28,3],[25,3],[26,3],[27,3],[29,3],[30,3],[31,3],[5,3],[32,3],[33,3],[34,3],[35,3],[6,3],[36,3],[37,3],[38,3],[39,3],[7,3],[40,3],[45,3],[46,3],[41,3],[42,3],[43,3],[44,3],[8,3],[50,3],[47,3],[48,3],[49,3],[51,3],[9,3],[52,3],[53,3],[54,3],[55,3],[56,3],[1,3],[10,3],[58,3],[57,3],[14,3],[13,3],[67,3],[70,90],[167,91],[168,92],[169,93],[172,94],[170,95],[171,3],[173,3],[174,96],[68,3],[69,97],[98,98],[96,99],[97,3],[99,3],[166,100],[101,101],[102,3],[100,3],[103,3],[104,102],[106,103],[161,104],[162,105],[163,3],[159,106],[105,106],[160,107],[164,3],[165,108],[187,3],[188,109],[189,110],[192,111],[190,95],[191,3],[195,112],[193,3],[194,113],[65,127],[66,127],[182,128],[184,129],[185,130],[255,131],[200,132],[199,133],[201,134],[63,135],[64,136],[186,127],[197,137],[198,138]],"semanticDiagnosticsPerFile":[176,178,177,231,239,240,241,251,242,252,249,243,244,248,245,246,250,228,225,227,224,226,222,218,219,220,217,223,221,230,233,232,235,234,254,208,215,207,209,214,202,206,216,210,212,203,205,211,204,213,229,236,237,253,238,247,183,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,109,157,125,126,127,158,128,129,130,131,132,133,134,135,136,137,138,139,141,140,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,179,180,175,77,82,78,81,85,80,83,87,88,79,86,84,75,71,74,76,73,94,89,91,93,72,90,92,196,95,59,11,12,16,15,2,17,18,19,20,21,22,23,24,3,4,28,25,26,27,29,30,31,5,32,33,34,35,6,36,37,38,39,7,40,45,46,41,42,43,44,8,50,47,48,49,51,9,52,53,54,55,56,1,10,58,57,14,13,67,70,167,168,169,172,170,171,173,174,68,69,98,96,97,99,166,101,102,100,103,104,106,161,162,163,159,105,160,164,165,187,188,189,192,190,191,195,193,194,60,65,66,182,184,185,255,200,199,181,61,201,62,63,64,186,197,198]},"version":"4.8.4"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
import type { CommandOptions } from "../models/index.js";
|
|
25
|
+
/**
|
|
26
|
+
* Command validator interface.
|
|
27
|
+
*/
|
|
28
|
+
export interface CommandValidator {
|
|
29
|
+
/**
|
|
30
|
+
* Validate command options.
|
|
31
|
+
* @param options - Command arguments provided by user.
|
|
32
|
+
* @returns Promise.
|
|
33
|
+
*/
|
|
34
|
+
validate(options: CommandOptions): Promise<void>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=CommandValidator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandValidator.d.ts","sourceRoot":"","sources":["../../src/validators/CommandValidator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;kFAsBkF;AAElF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=CommandValidator.js.map
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
import type { AnalyticsService } from "@adobe/ccweb-add-on-analytics";
|
|
25
|
+
import type { Logger } from "@adobe/ccweb-add-on-core";
|
|
26
|
+
import type { AccountService } from "@adobe/ccweb-add-on-developer-terms";
|
|
27
|
+
import "reflect-metadata";
|
|
28
|
+
import type { SetupCommandOptions } from "../models/index.js";
|
|
29
|
+
import type { CommandValidator } from "./CommandValidator.js";
|
|
30
|
+
/**
|
|
31
|
+
* Setup command validator implementation class.
|
|
32
|
+
*/
|
|
33
|
+
export declare class SetupCommandValidator implements CommandValidator {
|
|
34
|
+
private readonly _accountService;
|
|
35
|
+
private readonly _analyticsService;
|
|
36
|
+
private readonly _logger;
|
|
37
|
+
/**
|
|
38
|
+
* Instantiate {@link SetupCommandValidator}.
|
|
39
|
+
* @param accountService - {@link AccountService} reference.
|
|
40
|
+
* @param analyticsService - {@link AnalyticsService} reference.
|
|
41
|
+
* @param logger - {@link Logger} reference.
|
|
42
|
+
* @returns Reference to a new {@link SetupCommandValidator} instance.
|
|
43
|
+
*/
|
|
44
|
+
constructor(accountService: AccountService, analyticsService: AnalyticsService, logger: Logger);
|
|
45
|
+
/**
|
|
46
|
+
* Validate setup command options.
|
|
47
|
+
* @param options - Setup command arguments provided by user.
|
|
48
|
+
* @returns - Promise.
|
|
49
|
+
*/
|
|
50
|
+
validate(options: SetupCommandOptions): Promise<void>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=SetupCommandValidator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetupCommandValidator.d.ts","sourceRoot":"","sources":["../../src/validators/SetupCommandValidator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;kFAsBkF;AAElF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAK1E,OAAO,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D;;GAEG;AACH,qBACa,qBAAsB,YAAW,gBAAgB;IAC1D,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAiB;IACjD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAmB;IACrD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;IAEjC;;;;;;OAMG;gBAE8C,cAAc,EAAE,cAAc,EACjC,gBAAgB,EAAE,gBAAgB,EACjD,MAAM,EAAE,MAAM;IAO7C;;;;OAIG;IACG,QAAQ,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;CAwC9D"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
import { __decorate, __metadata, __param } from "tslib";
|
|
25
|
+
import { ITypes as IAnalyticsTypes } from "@adobe/ccweb-add-on-analytics";
|
|
26
|
+
import { ALLOWED_HOSTNAMES, DEFAULT_HOST_NAME, ITypes as ICoreTypes } from "@adobe/ccweb-add-on-core";
|
|
27
|
+
import { ITypes as IDeveloperTermsTypes } from "@adobe/ccweb-add-on-developer-terms";
|
|
28
|
+
import { inject, injectable } from "inversify";
|
|
29
|
+
import isValidDomain from "is-valid-domain";
|
|
30
|
+
import process from "process";
|
|
31
|
+
import "reflect-metadata";
|
|
32
|
+
import { AnalyticsErrorMarkers } from "../AnalyticsMarkers.js";
|
|
33
|
+
/**
|
|
34
|
+
* Setup command validator implementation class.
|
|
35
|
+
*/
|
|
36
|
+
let SetupCommandValidator = class SetupCommandValidator {
|
|
37
|
+
_accountService;
|
|
38
|
+
_analyticsService;
|
|
39
|
+
_logger;
|
|
40
|
+
/**
|
|
41
|
+
* Instantiate {@link SetupCommandValidator}.
|
|
42
|
+
* @param accountService - {@link AccountService} reference.
|
|
43
|
+
* @param analyticsService - {@link AnalyticsService} reference.
|
|
44
|
+
* @param logger - {@link Logger} reference.
|
|
45
|
+
* @returns Reference to a new {@link SetupCommandValidator} instance.
|
|
46
|
+
*/
|
|
47
|
+
constructor(accountService, analyticsService, logger) {
|
|
48
|
+
this._accountService = accountService;
|
|
49
|
+
this._analyticsService = analyticsService;
|
|
50
|
+
this._logger = logger;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Validate setup command options.
|
|
54
|
+
* @param options - Setup command arguments provided by user.
|
|
55
|
+
* @returns - Promise.
|
|
56
|
+
*/
|
|
57
|
+
async validate(options) {
|
|
58
|
+
const isUserPrivileged = await this._accountService.isUserPrivileged();
|
|
59
|
+
const eventData = [
|
|
60
|
+
"--hostname",
|
|
61
|
+
options.hostname,
|
|
62
|
+
"--useExisting",
|
|
63
|
+
options.useExisting,
|
|
64
|
+
"--isUserPrivileged",
|
|
65
|
+
isUserPrivileged
|
|
66
|
+
];
|
|
67
|
+
if (options.hostname !== DEFAULT_HOST_NAME && !isUserPrivileged) {
|
|
68
|
+
this._logger.error(LOGS.invalidHostname, { prefix: LOGS.newLine, postfix: LOGS.newLine });
|
|
69
|
+
await this._analyticsService.postEvent(AnalyticsErrorMarkers.ERROR_SSL_INVALID_HOSTNAME, eventData.join(" "), false);
|
|
70
|
+
return process.exit(1);
|
|
71
|
+
}
|
|
72
|
+
const isHostnameAllowed = options.hostname === DEFAULT_HOST_NAME ||
|
|
73
|
+
(isValidDomain(options.hostname) && ALLOWED_HOSTNAMES.test(options.hostname));
|
|
74
|
+
if (!isHostnameAllowed) {
|
|
75
|
+
this._logger.error(LOGS.invalidPrivilegedHostname, { prefix: LOGS.newLine, postfix: LOGS.newLine });
|
|
76
|
+
await this._analyticsService.postEvent(AnalyticsErrorMarkers.ERROR_SSL_INVALID_HOSTNAME, eventData.join(" "), false);
|
|
77
|
+
return process.exit(1);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
SetupCommandValidator = __decorate([
|
|
82
|
+
injectable(),
|
|
83
|
+
__param(0, inject(IDeveloperTermsTypes.AccountService)),
|
|
84
|
+
__param(1, inject(IAnalyticsTypes.AnalyticsService)),
|
|
85
|
+
__param(2, inject(ICoreTypes.Logger)),
|
|
86
|
+
__metadata("design:paramtypes", [Object, Object, Object])
|
|
87
|
+
], SetupCommandValidator);
|
|
88
|
+
export { SetupCommandValidator };
|
|
89
|
+
const LOGS = {
|
|
90
|
+
newLine: "\n",
|
|
91
|
+
invalidHostname: "Invalid hostname. Only 'localhost' is allowed.",
|
|
92
|
+
invalidPrivilegedHostname: "Invalid hostname. Only 'localhost' and '*.adobe.com' are allowed."
|
|
93
|
+
};
|
|
94
|
+
//# sourceMappingURL=SetupCommandValidator.js.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
export * from "./CommandValidator.js";
|
|
25
|
+
export * from "./SetupCommandValidator.js";
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/validators/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;kFAsBkF;AAElF,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
export * from "./CommandValidator.js";
|
|
25
|
+
export * from "./SetupCommandValidator.js";
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@adobe/ccweb-add-on-ssl",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"author": "Adobe",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"description": "SSL scripts for Adobe Creative Cloud Web Add-on.",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"bin": {
|
|
10
|
+
"ccweb-add-on-ssl": "./bin/run.js"
|
|
11
|
+
},
|
|
12
|
+
"oclif": {
|
|
13
|
+
"bin": "ccweb-add-on-ssl",
|
|
14
|
+
"commands": "./dist/commands",
|
|
15
|
+
"plugins": [],
|
|
16
|
+
"topicSeparator": " "
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"url": "https://github.com/adobe/create-ccweb-add-on"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@adobe/ccweb-add-on-analytics": "0.1.0",
|
|
23
|
+
"@adobe/ccweb-add-on-core": "0.1.0",
|
|
24
|
+
"@adobe/ccweb-add-on-devcert": "0.1.0",
|
|
25
|
+
"@adobe/ccweb-add-on-developer-terms": "0.1.0",
|
|
26
|
+
"@oclif/core": "2.8.0",
|
|
27
|
+
"chalk": "4.1.1",
|
|
28
|
+
"fs-extra": "10.0.1",
|
|
29
|
+
"inversify": "6.0.1",
|
|
30
|
+
"is-valid-domain": "0.1.6",
|
|
31
|
+
"prompts": "2.4.2",
|
|
32
|
+
"reflect-metadata": "0.1.13",
|
|
33
|
+
"string-template": "1.0.0",
|
|
34
|
+
"tslib": "2.4.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@oclif/test": "2.3.4",
|
|
38
|
+
"@types/chai-as-promised": "7.1.3",
|
|
39
|
+
"@types/chai": "4.2.14",
|
|
40
|
+
"@types/fs-extra": "9.0.13",
|
|
41
|
+
"@types/mocha": "9.1.1",
|
|
42
|
+
"@types/node": "16.11.62",
|
|
43
|
+
"@types/prompts": "2.0.14",
|
|
44
|
+
"@types/sinon": "9.0.8",
|
|
45
|
+
"@types/string-template": "1.0.2",
|
|
46
|
+
"c8": "7.7.2",
|
|
47
|
+
"chai-as-promised": "7.1.1",
|
|
48
|
+
"chai": "4.3.4",
|
|
49
|
+
"mocha": "10.0.0",
|
|
50
|
+
"oclif": "3.2.28",
|
|
51
|
+
"prettier": "2.8.0",
|
|
52
|
+
"rimraf": "3.0.2",
|
|
53
|
+
"sinon": "9.2.1",
|
|
54
|
+
"ts-node": "10.9.1",
|
|
55
|
+
"ts-sinon": "2.0.1",
|
|
56
|
+
"typescript": "4.8.4"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"clean": "rimraf dist coverage",
|
|
60
|
+
"ibuild": "tsc",
|
|
61
|
+
"build": "rushx clean && rushx ibuild",
|
|
62
|
+
"build:release": "rushx build",
|
|
63
|
+
"test": "c8 mocha && c8 check-coverage --lines 100 --functions 100 --branches 100"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
|
|
25
|
+
export enum AnalyticsErrorMarkers {
|
|
26
|
+
ERROR_SSL_INVALID_HOSTNAME = "ERROR_SSL_INVALID_HOSTNAME",
|
|
27
|
+
ERROR_SSL_SETUP = "ERROR_SSL_SETUP",
|
|
28
|
+
ERROR_SSL_REMOVE = "ERROR_SSL_REMOVE"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export enum AnalyticsSuccessMarkers {
|
|
32
|
+
SUCCESSFUL_SSL_MANUAL_SETUP = "SUCCESSFUL_SSL_MANUAL_SETUP",
|
|
33
|
+
SUCCESSFUL_SSL_AUTOMATIC_SETUP = "SUCCESSFUL_SSL_AUTOMATIC_SETUP",
|
|
34
|
+
SUCCESSFUL_SSL_MANUAL_REMOVE = "SUCCESSFUL_SSL_MANUAL_REMOVE",
|
|
35
|
+
SUCCESSFUL_SSL_AUTOMATIC_REMOVE = "SUCCESSFUL_SSL_AUTOMATIC_REMOVE"
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* MIT License
|
|
3
|
+
|
|
4
|
+
* © Copyright 2023 Adobe. All rights reserved.
|
|
5
|
+
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
********************************************************************************/
|
|
24
|
+
|
|
25
|
+
import type { CommandOptions } from "../models/index.js";
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Command execution contracts.
|
|
29
|
+
*/
|
|
30
|
+
export interface CommandExecutor {
|
|
31
|
+
/**
|
|
32
|
+
* Execute command.
|
|
33
|
+
* @param options - Command arguments entered by user represented as {@link CommandOptions}.
|
|
34
|
+
* @returns Promise.
|
|
35
|
+
*/
|
|
36
|
+
execute(options: CommandOptions): Promise<void>;
|
|
37
|
+
}
|