ecobackend-sdk 2.0.7 → 2.0.9
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/.tsbuildinfo +1 -1
- package/dist/{clients → src/clients}/ai/eco-destinations-controller.client.d.ts +2 -1
- package/dist/src/clients/ai/eco-destinations-controller.client.d.ts.map +1 -0
- package/dist/src/clients/ai/index.d.ts.map +1 -0
- package/dist/{clients → src/clients}/ai/travel-preference-controller.client.d.ts +2 -2
- package/dist/src/clients/ai/travel-preference-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/blockchain/badge-controller.client.d.ts +2 -2
- package/dist/src/clients/blockchain/badge-controller.client.d.ts.map +1 -0
- package/dist/src/clients/blockchain/eco1155-signer.client.d.ts.map +1 -0
- package/dist/src/clients/blockchain/index.d.ts.map +1 -0
- package/dist/{clients → src/clients}/blockchain/user-badge-controller.client.d.ts +2 -2
- package/dist/src/clients/blockchain/user-badge-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/blockchain/user-blockchain-info-controller.client.d.ts +2 -1
- package/dist/src/clients/blockchain/user-blockchain-info-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/eco/activity-booking-controller.client.d.ts +2 -2
- package/dist/src/clients/eco/activity-booking-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/eco/activity-controller.client.d.ts +2 -2
- package/dist/src/clients/eco/activity-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/eco/conquered-fortress-controller.client.d.ts +2 -2
- package/dist/src/clients/eco/conquered-fortress-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/eco/fortress-controller.client.d.ts +2 -2
- package/dist/src/clients/eco/fortress-controller.client.d.ts.map +1 -0
- package/dist/src/clients/eco/image-controller.client.d.ts +6 -0
- package/dist/src/clients/eco/image-controller.client.d.ts.map +1 -0
- package/dist/src/clients/eco/image-controller.client.js +9 -0
- package/dist/src/clients/eco/image-handler-controller.client.d.ts +9 -0
- package/dist/src/clients/eco/image-handler-controller.client.d.ts.map +1 -0
- package/dist/src/clients/eco/image-handler-controller.client.js +14 -0
- package/dist/{clients → src/clients}/eco/index.d.ts +5 -0
- package/dist/src/clients/eco/index.d.ts.map +1 -0
- package/dist/{clients → src/clients}/eco/index.js +5 -0
- package/dist/{clients → src/clients}/eco/review-controller.client.d.ts +2 -2
- package/dist/src/clients/eco/review-controller.client.d.ts.map +1 -0
- package/dist/{clients → src/clients}/eco/user-point-controller.client.d.ts +2 -2
- package/dist/src/clients/eco/user-point-controller.client.d.ts.map +1 -0
- package/dist/src/clients/entity/index.d.ts.map +1 -0
- package/dist/{clients → src/clients}/entity/merchant-controller.client.d.ts +2 -2
- package/dist/src/clients/entity/merchant-controller.client.d.ts.map +1 -0
- package/dist/src/clients/payment/index.d.ts.map +1 -0
- package/dist/{clients → src/clients}/payment/online-payment-controller.client.d.ts +2 -2
- package/dist/src/clients/payment/online-payment-controller.client.d.ts.map +1 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/{models → src/models}/aimodels.d.ts +40 -0
- package/dist/src/models/aimodels.d.ts.map +1 -0
- package/dist/src/models/blockchainmodels.d.ts +167 -0
- package/dist/src/models/blockchainmodels.d.ts.map +1 -0
- package/dist/{models → src/models}/ecomodels.d.ts +29 -0
- package/dist/src/models/ecomodels.d.ts.map +1 -0
- package/dist/src/models/ecomodels.js +1 -0
- package/dist/src/models/entitymodels.d.ts.map +1 -0
- package/dist/src/models/paymentmodels.d.ts.map +1 -0
- package/dist/src/types/apitypes.d.ts.map +1 -0
- package/package.json +4 -2
- package/dist/clients/ai/eco-destinations-controller.client.d.ts.map +0 -1
- package/dist/clients/ai/index.d.ts.map +0 -1
- package/dist/clients/ai/travel-preference-controller.client.d.ts.map +0 -1
- package/dist/clients/blockchain/badge-controller.client.d.ts.map +0 -1
- package/dist/clients/blockchain/eco1155-signer.client.d.ts.map +0 -1
- package/dist/clients/blockchain/index.d.ts.map +0 -1
- package/dist/clients/blockchain/user-badge-controller.client.d.ts.map +0 -1
- package/dist/clients/blockchain/user-blockchain-info-controller.client.d.ts.map +0 -1
- package/dist/clients/eco/activity-booking-controller.client.d.ts.map +0 -1
- package/dist/clients/eco/activity-controller.client.d.ts.map +0 -1
- package/dist/clients/eco/conquered-fortress-controller.client.d.ts.map +0 -1
- package/dist/clients/eco/fortress-controller.client.d.ts.map +0 -1
- package/dist/clients/eco/index.d.ts.map +0 -1
- package/dist/clients/eco/review-controller.client.d.ts.map +0 -1
- package/dist/clients/eco/user-point-controller.client.d.ts.map +0 -1
- package/dist/clients/entity/index.d.ts.map +0 -1
- package/dist/clients/entity/merchant-controller.client.d.ts.map +0 -1
- package/dist/clients/payment/index.d.ts.map +0 -1
- package/dist/clients/payment/online-payment-controller.client.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/models/aimodels.d.ts.map +0 -1
- package/dist/models/blockchainmodels.d.ts +0 -89
- package/dist/models/blockchainmodels.d.ts.map +0 -1
- package/dist/models/ecomodels.d.ts.map +0 -1
- package/dist/models/ecomodels.js +0 -3
- package/dist/models/entitymodels.d.ts.map +0 -1
- package/dist/models/paymentmodels.d.ts.map +0 -1
- package/dist/types/apitypes.d.ts.map +0 -1
- /package/dist/{clients → src/clients}/ai/eco-destinations-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/ai/index.d.ts +0 -0
- /package/dist/{clients → src/clients}/ai/index.js +0 -0
- /package/dist/{clients → src/clients}/ai/travel-preference-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/blockchain/badge-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/blockchain/eco1155-signer.client.d.ts +0 -0
- /package/dist/{clients → src/clients}/blockchain/eco1155-signer.client.js +0 -0
- /package/dist/{clients → src/clients}/blockchain/index.d.ts +0 -0
- /package/dist/{clients → src/clients}/blockchain/index.js +0 -0
- /package/dist/{clients → src/clients}/blockchain/user-badge-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/blockchain/user-blockchain-info-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/eco/activity-booking-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/eco/activity-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/eco/conquered-fortress-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/eco/fortress-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/eco/review-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/eco/user-point-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/entity/index.d.ts +0 -0
- /package/dist/{clients → src/clients}/entity/index.js +0 -0
- /package/dist/{clients → src/clients}/entity/merchant-controller.client.js +0 -0
- /package/dist/{clients → src/clients}/payment/index.d.ts +0 -0
- /package/dist/{clients → src/clients}/payment/index.js +0 -0
- /package/dist/{clients → src/clients}/payment/online-payment-controller.client.js +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{index.js → src/index.js} +0 -0
- /package/dist/{models → src/models}/aimodels.js +0 -0
- /package/dist/{models → src/models}/blockchainmodels.js +0 -0
- /package/dist/{models → src/models}/entitymodels.d.ts +0 -0
- /package/dist/{models → src/models}/entitymodels.js +0 -0
- /package/dist/{models → src/models}/paymentmodels.d.ts +0 -0
- /package/dist/{models → src/models}/paymentmodels.js +0 -0
- /package/dist/{types → src/types}/apitypes.d.ts +0 -0
- /package/dist/{types → src/types}/apitypes.js +0 -0
package/dist/.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"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.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.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.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.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.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.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/types/types.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/genericapiclient.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/tocamelcase.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/topascalcase.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/datefunctions.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/responsehandler.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/index.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/index.d.ts","../src/models/aimodels.ts","../src/clients/ai/travel-preference-controller.client.ts","../src/clients/ai/eco-destinations-controller.client.ts","../src/clients/ai/index.ts","../src/models/blockchainmodels.ts","../src/clients/blockchain/badge-controller.client.ts","../src/clients/blockchain/user-badge-controller.client.ts","../src/clients/blockchain/user-blockchain-info-controller.client.ts","../src/clients/blockchain/eco1155-signer.client.ts","../src/clients/blockchain/index.ts","../src/models/ecomodels.ts","../src/clients/eco/activity-controller.client.ts","../src/clients/eco/activity-booking-controller.client.ts","../src/clients/eco/fortress-controller.client.ts","../src/clients/eco/conquered-fortress-controller.client.ts","../src/clients/eco/review-controller.client.ts","../src/clients/eco/user-point-controller.client.ts","../src/clients/eco/index.ts","../src/models/entitymodels.ts","../src/clients/entity/merchant-controller.client.ts","../src/clients/entity/index.ts","../src/models/paymentmodels.ts","../src/clients/payment/online-payment-controller.client.ts","../src/clients/payment/index.ts","../src/types/apitypes.ts","../src/index.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.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.generated.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/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.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/test.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/index.d.ts"],"fileIdsList":[[46,47,86,133],[47,48,53,86,133],[86,133],[49,50,51,52,86,133],[46,86,133],[86,130,133],[86,132,133],[133],[86,133,138,166],[86,133,134,139,144,152,163,174],[86,133,134,135,144,152],[81,82,83,86,133],[86,133,136,175],[86,133,137,138,145,153],[86,133,138,163,171],[86,133,139,141,144,152],[86,132,133,140],[86,133,141,142],[86,133,143,144],[86,132,133,144],[86,133,144,145,146,163,174],[86,133,144,145,146,159,163,166],[86,133,141,144,147,152,163,174],[86,133,144,145,147,148,152,163,171,174],[86,133,147,149,163,171,174],[84,85,86,87,88,89,90,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,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180],[86,133,144,150],[86,133,151,174,179],[86,133,141,144,152,163],[86,133,153],[86,133,154],[86,132,133,155],[86,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,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180],[86,133,157],[86,133,158],[86,133,144,159,160],[86,133,159,161,175,177],[86,133,144,163,164,166],[86,133,165,166],[86,133,163,164],[86,133,166],[86,133,167],[86,130,133,163,168],[86,133,144,169,170],[86,133,169,170],[86,133,138,152,163,171],[86,133,172],[86,133,152,173],[86,133,147,158,174],[86,133,138,175],[86,133,163,176],[86,133,151,177],[86,133,178],[86,128,133],[86,128,133,144,146,155,163,166,174,177,179],[86,133,163,180],[86,100,104,133,174],[86,100,133,163,174],[86,95,133],[86,97,100,133,171,174],[86,133,152,171],[86,133,181],[86,95,133,181],[86,97,100,133,152,174],[86,92,93,96,99,133,144,163,174],[86,100,107,133],[86,92,98,133],[86,100,121,122,133],[86,96,100,133,166,174,181],[86,121,133,181],[86,94,95,133,181],[86,100,133],[86,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,133],[86,100,115,133],[86,100,107,108,133],[86,98,100,108,109,133],[86,99,133],[86,92,95,100,133],[86,100,104,108,109,133],[86,104,133],[86,98,100,103,133,174],[86,92,97,100,107,133],[86,133,163],[86,95,100,121,133,179,181],[54,86,133],[54,56,57,86,133],[54,55,86,133],[54,59,86,133],[54,60,61,62,63,86,133],[54,65,86,133],[54,66,67,68,69,70,71,86,133],[54,74,86,133],[54,73,86,133],[54,77,86,133],[54,76,86,133],[55,58,59,64,65,72,73,75,76,78,79,86,133]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9800fbae1b443d77672e6d3e715df7280479b7c41f08cb790e750f01b50d90","impliedFormat":99},{"version":"4ef82e04fbcf1b0ded93faa5e60a246746c97adf0e0636668e00460e321dc41a","impliedFormat":99},{"version":"b3581921f69994cce7430119b8d6a4487f8f2d244952980aefe5c1ce1702a8a7","impliedFormat":99},{"version":"35800f50a499fc6aeecf91fbd5b09371f8c60b9efb2b8e1f0526007c983f8096","impliedFormat":99},{"version":"9f2aec22f15452dade167210d5ec62a035c9329252bcddc1bf2d8e81eb23dbcd","impliedFormat":99},{"version":"f89eb5942187fd323508358c26aa55a14da74f54ee0e70c47020359ad1268823","impliedFormat":99},{"version":"66dae4cfc80b32c2d8006a27449b1dc6c1e9970f79b30939842ec02000f8140d","impliedFormat":99},{"version":"fa268522467f5825cdf9ed9b4ac32458a486e5fcda4262a16bb00b6c5eb2e3e6","impliedFormat":99},{"version":"8faf2d4a2f9b7c397535f0a53077eb7d90cc9c92f900cb73d992e1c05dc8e29c","impliedFormat":99},{"version":"4d533728ebb0cc046848dcdb7421d58ce823316d6147144de63743d2e56a4360","signature":"e6a3bdbde05b2aab7cd180e39cb46ed3fef4851632bfd0e230c73c3ab7b51b7b"},{"version":"f2448ffbcb6e1cb93b8f85bfbc69c28416e9c1da2897bec05e2d700ce201cf27","signature":"16dea37dd7142baab944978bc601437c82869b533d3f4d4e7972404550e7d1e0"},{"version":"15c11c9770103bc77a8834f93c8c9484c7647f0cbe6fab1099f1c54322bddd2c","signature":"421ef1aadc191d7e45382c1f88c64776351c6c3c84249d77e0a4a9900793848f"},{"version":"34371b44ff783c9c04a77739b0b1f536e72156c0f24683d72fc6d480d1f06b55","signature":"b1859ef335c75b3e5f0f60f4814ae460eef960d5681df47cdfb15215cd4a26c9"},{"version":"c1791a49f20ca1b0639b0a736ecf3aa140de158db8f5ef6ca89b339774b26ae0","signature":"a2656180b7e8ee3a3cab603c98abc5ac2aa9822c4c0771f1bd841bc7686d2b9b"},{"version":"067df6b700d82403ec83cd3198fb6d0f734a3d2f6ca935fb35fa415613a0b928","signature":"923d5020cfa3627cad0bb54ef5e800fb7dbe80b3013c6ff091b9a467bed17393"},{"version":"ff08c4ecc7acbec207ab021ed6cdae62e367970da765dc813bbcc67136976c5c","signature":"665d22f617f074e17ae29048c249ea88ea8d6f7835b3b5bd603c4dbe53fd0a43"},{"version":"b8251ab6d5c9028e7697305e461550fc6227a7f70b14917fdec8c3f0a3757472","signature":"008b048e3e6bf786a6db4cf7a8e2ecd75fbd5353b7f27120badfb5f45ac1e307"},{"version":"407888cf1c222e54ed1483111f9e93014eab96111ae3ad1bd5fd3d8add86c057","signature":"62fffab76c8cd91b01982546557b9d60180e259e976ba4432b1e0c0cc330d5ec"},{"version":"fc17afcf49b44f7cf993b23b1e8468f192cbf3f8171ea31268fa50b22800a977","signature":"1d2e2c775b39c0c02cc37153b8a29795fbac0705ace48c90d7989a9ab3bc20f3"},{"version":"c906f90715170465da74be9ce74c13d73c2e30c0dcc7ba05f9440f3bac11a6d3","signature":"13515e6867ad65f1b8c0c75e2ccbef376ae176609b85816979e562de863ef1e7"},{"version":"65fdf1bfa107634a31c9e383bfcfc89cbc884c923bc95e58bd7b169e9b1b8234","signature":"febddf2f54a653b782548d32ba3f95ac820ba4819cf066dfb412b9c30996f93c"},{"version":"26f677967c9ec760b199dea8443136d37f01a43310c71b92808dee5114611dd4","signature":"942594b22fec94f20a741f27fe809e79913373119fb4c7c7f4973ca138d69b33"},{"version":"bf44c4d2fe4633a22ba1ca8dc28d5eafeed3f4336bbc2f39689deebd0b806e53","signature":"ab0153f1729b5711f96a98d578acc09251b48e62f5d92451a24afab43c757348"},{"version":"11419d1bf93e441489f5bb14887140ac071907f0c5b752355953a78826646186","signature":"1088816b8e3a8b05a98282bf130abb8eee2302f941767a7fd81e245f55594177"},{"version":"122ea02d205ca24dd3b375dd7388a3f2964a6811ccc5ff8d39e598b3105cc2a9","signature":"c95e919707157ad7d3ef5adf08ff529a8f9d0ac2558af960c3bff7e7c7be9cc7"},{"version":"eb5aeb4b0efabf97b3113d4943886193905f054d3e3a1a43771ae98bd6748e56","signature":"e2bc7ffcef954be55e941537c65e3a0565c59f227b47d9aadae304c4007b8275"},{"version":"aaa27415657c00d26804d1e31ed43a5cdbd16821acc2b60a9b396c09fb113bb7","signature":"c66cae1ce91a9c1ae8859679e2cf2e8ed596e5142ae04e2d9d593c9ed489da77"},{"version":"65f5eb76ec90705435ba940823a791f21b28e2b558db9bd62f1a636b05ece00e","signature":"670205ac27a2bd7de15ef690e08b8b27d0abee37210542e233641febb37c8940"},{"version":"ab34e5659a66d79964eaeca24fce0a6ac3e10889186177755a3bbc8b54474af1","signature":"a4bffd5b8fbc7894b1daee9e4f0fb24b2ed13cfa1d251fdcd0381e20c0647d1c"},{"version":"82224c27d951770ef6253b3864f77b20179e7af35518d8d424e70c34f5217c65","signature":"1fcf2fba217c0c7724ca670d2e4775f7784dda81a08ad9f35393550b3516fbff"},{"version":"fbe442a738f9c3ff7c0efaf8c1d6d76ae204c8c63b9d0d59ac5b5a9ba83c55e4","signature":"77bb6f47c6091956b6bf7b315ae074526d7d3a1d42f2b59dc998dcf7b4578f13"},{"version":"acc02f32bcf62ccfad1da8e14e8dd2a979a2dec1776fd6993de31af77f419ac1","signature":"d4579e64a52edbfb0d9d404f79bda7eb135ece76b5a134b0fa66b6b0e16ca47b"},{"version":"2d18bae337378f8e57b657421108f6c68681ab9158caecd8bd0d23e156a4de82","signature":"5eb8195662c1659842e39cf5aa7de6748b4cfd1890e47f1ee94bf0b67fdd5677"},{"version":"8f9aa8912a10e109084fa60abe4e52253bfe6296246c5375f98c9201d6635be6","signature":"1914ce28477fcec26ea61502c1fca412143e6230f6f7e5b14eb18124977a658f"},{"version":"1c6f7d25d330d438b64ae37eb187f8ef1682ec8ccd224e1782a474a06166ec3c","signature":"6e52391a86807e6fce1bd672a453511f28e040d141d6e7a3f46a02cc54102a1d"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"d9e971bba9cf977c7774abbd4d2e3413a231af8a06a2e8b16af2a606bc91ddd0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"f9ab232778f2842ffd6955f88b1049982fa2ecb764d129ee4893cbc290f41977","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1}],"root":[[55,80]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":99,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"target":7,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[48,1],[54,2],[47,3],[51,3],[53,4],[52,5],[49,3],[50,3],[46,3],[91,3],[44,3],[45,3],[9,3],[8,3],[2,3],[10,3],[11,3],[12,3],[13,3],[14,3],[15,3],[16,3],[17,3],[3,3],[18,3],[19,3],[4,3],[20,3],[24,3],[21,3],[22,3],[23,3],[25,3],[26,3],[27,3],[5,3],[28,3],[29,3],[30,3],[31,3],[6,3],[35,3],[32,3],[33,3],[34,3],[36,3],[7,3],[37,3],[42,3],[43,3],[38,3],[39,3],[40,3],[41,3],[1,3],[130,6],[131,6],[132,7],[86,8],[133,9],[134,10],[135,11],[81,3],[84,12],[82,3],[83,3],[136,13],[137,14],[138,15],[139,16],[140,17],[141,18],[142,18],[143,19],[144,20],[145,21],[146,22],[87,3],[85,3],[147,23],[148,24],[149,25],[181,26],[150,27],[151,28],[152,29],[153,30],[154,31],[155,32],[156,33],[157,34],[158,35],[159,36],[160,36],[161,37],[162,3],[163,38],[165,39],[164,40],[166,41],[167,42],[168,43],[169,44],[170,45],[171,46],[172,47],[173,48],[174,49],[175,50],[176,51],[177,52],[178,53],[88,3],[89,3],[90,3],[129,54],[179,55],[180,56],[107,57],[117,58],[106,57],[127,59],[98,60],[97,61],[126,62],[120,63],[125,64],[100,65],[114,66],[99,67],[123,68],[95,69],[94,62],[124,70],[96,71],[101,72],[102,3],[105,72],[92,3],[128,73],[118,74],[109,75],[110,76],[112,77],[108,78],[111,79],[121,62],[103,80],[104,81],[113,82],[93,83],[116,74],[115,72],[119,3],[122,84],[57,85],[58,86],[56,87],[60,88],[63,88],[64,89],[61,88],[62,85],[67,90],[66,90],[69,90],[68,90],[72,91],[70,90],[71,90],[75,92],[74,93],[78,94],[77,95],[80,96],[55,3],[59,3],[65,3],[73,3],[76,3],[79,3]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
|
1
|
+
{"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.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.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.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.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.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.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/types/types.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/genericapibaseclient.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/genericapiclient.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/genericapifileclient.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/tocamelcase.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/topascalcase.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/datefunctions.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/responsehandler.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/utility/index.d.ts","../../../node_modules/auto-code-generator-client-ts/dist/index.d.ts","../src/models/aimodels.ts","../src/clients/ai/travel-preference-controller.client.ts","../src/clients/ai/eco-destinations-controller.client.ts","../src/clients/ai/index.ts","../src/models/blockchainmodels.ts","../src/clients/blockchain/badge-controller.client.ts","../src/clients/blockchain/user-badge-controller.client.ts","../src/clients/blockchain/user-blockchain-info-controller.client.ts","../src/clients/blockchain/eco1155-signer.client.ts","../src/clients/blockchain/index.ts","../src/models/ecomodels.ts","../src/clients/eco/activity-controller.client.ts","../src/clients/eco/activity-booking-controller.client.ts","../src/clients/eco/fortress-controller.client.ts","../src/clients/eco/conquered-fortress-controller.client.ts","../src/clients/eco/review-controller.client.ts","../src/clients/eco/user-point-controller.client.ts","../src/clients/eco/image-controller.client.ts","../src/clients/eco/image-handler-controller.client.ts","../src/clients/eco/index.ts","../src/models/entitymodels.ts","../src/clients/entity/merchant-controller.client.ts","../src/clients/entity/index.ts","../src/models/paymentmodels.ts","../src/clients/payment/online-payment-controller.client.ts","../src/clients/payment/index.ts","../src/types/apitypes.ts","../src/index.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.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.generated.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/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.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/test.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/index.d.ts"],"fileIdsList":[[46,47,90,137],[46,47,48,90,137],[47,49,50,55,90,137],[90,137],[51,52,53,54,90,137],[46,90,137],[90,134,137],[90,136,137],[137],[90,137,142,170],[90,137,138,143,148,156,167,178],[90,137,138,139,148,156],[85,86,87,90,137],[90,137,140,179],[90,137,141,142,149,157],[90,137,142,167,175],[90,137,143,145,148,156],[90,136,137,144],[90,137,145,146],[90,137,147,148],[90,136,137,148],[90,137,148,149,150,167,178],[90,137,148,149,150,163,167,170],[90,137,145,148,151,156,167,178],[90,137,148,149,151,152,156,167,175,178],[90,137,151,153,167,175,178],[88,89,90,91,92,93,94,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,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184],[90,137,148,154],[90,137,155,178,183],[90,137,145,148,156,167],[90,137,157],[90,137,158],[90,136,137,159],[90,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184],[90,137,161],[90,137,162],[90,137,148,163,164],[90,137,163,165,179,181],[90,137,148,167,168,170],[90,137,169,170],[90,137,167,168],[90,137,170],[90,137,171],[90,134,137,167,172],[90,137,148,173,174],[90,137,173,174],[90,137,142,156,167,175],[90,137,176],[90,137,156,177],[90,137,151,162,178],[90,137,142,179],[90,137,167,180],[90,137,155,181],[90,137,182],[90,132,137],[90,132,137,148,150,159,167,170,178,181,183],[90,137,167,184],[90,104,108,137,178],[90,104,137,167,178],[90,99,137],[90,101,104,137,175,178],[90,137,156,175],[90,137,185],[90,99,137,185],[90,101,104,137,156,178],[90,96,97,100,103,137,148,167,178],[90,104,111,137],[90,96,102,137],[90,104,125,126,137],[90,100,104,137,170,178,185],[90,125,137,185],[90,98,99,137,185],[90,104,137],[90,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,137],[90,104,119,137],[90,104,111,112,137],[90,102,104,112,113,137],[90,103,137],[90,96,99,104,137],[90,104,108,112,113,137],[90,108,137],[90,102,104,107,137,178],[90,96,101,104,111,137],[90,137,167],[90,99,104,125,137,183,185],[56,57,90,137],[56,58,59,90,137],[56,61,90,137],[56,62,63,64,65,90,137],[56,67,90,137],[46,56,90,137,158,167],[56,68,69,70,71,72,73,74,75,90,137],[56,78,90,137],[56,77,90,137],[56,81,90,137],[56,80,90,137],[57,60,61,66,67,76,77,79,80,82,83,90,137]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9800fbae1b443d77672e6d3e715df7280479b7c41f08cb790e750f01b50d90","impliedFormat":99},{"version":"4ef82e04fbcf1b0ded93faa5e60a246746c97adf0e0636668e00460e321dc41a","impliedFormat":99},{"version":"e3e6989cd8e22dd23dfc43ceae37c7505d41c262288817b19bde7f4fda3ded94","impliedFormat":99},{"version":"9bf5fd842f5be8a91f025d0e36c39ae75cebce359e5f3206cda75510cb5353b3","impliedFormat":99},{"version":"6ff1918365eb7c972d65af7af2b8edd44845c65e97d22452e8c84dc016f0b9be","impliedFormat":99},{"version":"35800f50a499fc6aeecf91fbd5b09371f8c60b9efb2b8e1f0526007c983f8096","impliedFormat":99},{"version":"9f2aec22f15452dade167210d5ec62a035c9329252bcddc1bf2d8e81eb23dbcd","impliedFormat":99},{"version":"f89eb5942187fd323508358c26aa55a14da74f54ee0e70c47020359ad1268823","impliedFormat":99},{"version":"66dae4cfc80b32c2d8006a27449b1dc6c1e9970f79b30939842ec02000f8140d","impliedFormat":99},{"version":"fa268522467f5825cdf9ed9b4ac32458a486e5fcda4262a16bb00b6c5eb2e3e6","impliedFormat":99},{"version":"c47486d26f98fe9529ba9b44d3f57ad203a67ce3d2d7430c5a9a2271dce2b71e","impliedFormat":99},{"version":"d7ee4fca4d22250cc4a82fe0b1429823c42ad3ccae46f0c169e2d415f8ab8383","signature":"af4810a21e5ff2065a9438371802959e78d1be4651b5b3c36924a90e7b62e8fa"},{"version":"c8ba91687cd80c83fdb95ac357eaa2d877431ec989c5cf47ba36debb4a6f00a4","signature":"0a3777da2e55b4d921dd9b3f2399bec450deb9c00e231abefa423f341c0cf25e"},{"version":"002d2974aef3904499c4f3527f9d0793cc51d6b1c66f6381fdc0fd0e3baf601f","signature":"0dc12d501f511ed2f987b1b94b29b49bb06a06b7326ec6947155deeea73bb06c"},{"version":"10a5b7763c5c6613b468e4345359a3cb11267f5b5039580a1b54169fdcb43d9a","signature":"b1859ef335c75b3e5f0f60f4814ae460eef960d5681df47cdfb15215cd4a26c9"},{"version":"fb2b8e0f2142b044284eb205af34cdcc31bce35513d95faec408620509e7f552","signature":"f41288c44c1cff6aacd4253e89c363651256004efcdaceb821501473671deec5"},{"version":"7e7f882ee562c46a63a429ed269739e77156c3f781086f002736f7251231d38d","signature":"d1aa1da16167089b2c9968c4a0e05c8fc0299d7b534a50c244315ee49030aee4"},{"version":"fa649b043817026aca25677a573d079c6c06704f7fc58bbb628fc4dbeb9c611f","signature":"c209bbbf40c6609550f0caca52e65c69fe591f2b38ad4fc9256aec1fd7f8be16"},{"version":"18423ca1c2b3e48445ad4b5f0e810457ca0f75216f66b460b42e283e419362d9","signature":"2a948df5f780c9f43e4ad8a3a0a85c62d1ff11a2c664bf6de39f5d6ecbb4fdea"},{"version":"a4f8d8c9fa75ccea2df4d82e9dbb47379fd8c40ebcc3738eec5f6bc868f33aba","signature":"62fffab76c8cd91b01982546557b9d60180e259e976ba4432b1e0c0cc330d5ec"},{"version":"d9bb31e245412baf4a226e1902f65dd418933259c56925be172c014c0b543117","signature":"1d2e2c775b39c0c02cc37153b8a29795fbac0705ace48c90d7989a9ab3bc20f3"},{"version":"d2d4be0b8db1718bab488ad9c6627df9c4b78410f1247f6417f8c432a1b95733","signature":"54f80ee72c061a449b96fe149936862cce1d1000a0a0a40be459ef3b67afbe82"},{"version":"6b8e83e460fdc38aa994ef275ea929d29548fc886b3927c1c960cdc7c610f7ee","signature":"4d16ce50153b2ffa527c3c97d1f63933d0cdbf6a912c155244c2c4f60cb08ee0"},{"version":"22984b85cd366a8d9f7dfc82617ef2988458829c892199807d537d9f0af7dc6f","signature":"8487fe213ddd81a43d5849a23d564b0d68178b710af05d08a3fd67a5de442fcc"},{"version":"1df323c1c0ee9ef6744c83db316721e835f8dffe62b8cc800ec3c6fc36de188e","signature":"70876cb4edf206649d114aec1ce16af55ece2acaa58079fd761e956d871e36a3"},{"version":"40b39cf82734394f10f68a026c33cb67ecae5023da1d5c89ae262070c1c10e15","signature":"e9607da6a9f925ad84ce591ff8227824c8e23e73b3b18376f5aadabf5d366e53"},{"version":"65717e66a1f040b3e8194c64bdf8116afbeb729c1d3abac3da9c34f38cf200d6","signature":"e4808368716195cb85440cf5eda18fe5b9d7ed4a2d2278b2ccc7da4ec50b7354"},{"version":"fc7f131bc2a29456e8777f4aa615a9782ae1d91c44b5bff96b4aef1b4122eab2","signature":"f3c7b7d61473ac3afef1ea0baefd286d17717c0134e8005adb641926080a53f9"},{"version":"2e95695727bf7ac4b4e04fea8a7ee197d6c747e097923e20178978d109bd45c1","signature":"23e1443f6a77cd236d99267bfc5fec7c6aafd567bb16043607927c241600ff96"},{"version":"6a0473460a7584fe91e288eadc3c06030efde23b66f0732146e6dbe308ecd320","signature":"f6ce354cdc79dc4d186981288416b4c54d3452fd6f7ad97598bd795dcab06430"},{"version":"53de945cccde9ce922bf6a06d195407f682a91d1960e3095957d3293034decea","signature":"d05db7c97a4e46c8277b9cb3149d0f7c45e5e03c405c0086955a9e710b33e820"},{"version":"65f5eb76ec90705435ba940823a791f21b28e2b558db9bd62f1a636b05ece00e","signature":"670205ac27a2bd7de15ef690e08b8b27d0abee37210542e233641febb37c8940"},{"version":"deded25234604180c008ff1134a2b5da05442d15363981afa71c31c49f2d9870","signature":"471e80a0f2aba7e10bdc9e85d05eb0b76f54f69ab629ed17c85f64727b86b3af"},{"version":"80631438d88df34078aff6d0df961f2e10de6dd9a6f326b7a1ccd5d1188b42af","signature":"1fcf2fba217c0c7724ca670d2e4775f7784dda81a08ad9f35393550b3516fbff"},{"version":"fbe442a738f9c3ff7c0efaf8c1d6d76ae204c8c63b9d0d59ac5b5a9ba83c55e4","signature":"77bb6f47c6091956b6bf7b315ae074526d7d3a1d42f2b59dc998dcf7b4578f13"},{"version":"301a9984bd1ae145a5f2a1a93c697d404f3ab15d9cd29e5a37309fb9eba1a40e","signature":"39d57893974c1ea46a16ea21b50c29eb0c39f6de52624d237e665db43f877dfa"},{"version":"e33e2d1bddc9afe56ff0b9fe1af596229e4654d5196e265ba4852e407c16b824","signature":"5eb8195662c1659842e39cf5aa7de6748b4cfd1890e47f1ee94bf0b67fdd5677"},{"version":"8f9aa8912a10e109084fa60abe4e52253bfe6296246c5375f98c9201d6635be6","signature":"1914ce28477fcec26ea61502c1fca412143e6230f6f7e5b14eb18124977a658f"},{"version":"1c6f7d25d330d438b64ae37eb187f8ef1682ec8ccd224e1782a474a06166ec3c","signature":"6e52391a86807e6fce1bd672a453511f28e040d141d6e7a3f46a02cc54102a1d"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"d9e971bba9cf977c7774abbd4d2e3413a231af8a06a2e8b16af2a606bc91ddd0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"f9ab232778f2842ffd6955f88b1049982fa2ecb764d129ee4893cbc290f41977","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1}],"root":[[57,84]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":99,"outDir":"./","skipLibCheck":true,"strict":true,"target":7,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[48,1],[49,2],[50,2],[56,3],[47,4],[53,4],[55,5],[54,6],[51,4],[52,4],[46,4],[95,4],[44,4],[45,4],[9,4],[8,4],[2,4],[10,4],[11,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[3,4],[18,4],[19,4],[4,4],[20,4],[24,4],[21,4],[22,4],[23,4],[25,4],[26,4],[27,4],[5,4],[28,4],[29,4],[30,4],[31,4],[6,4],[35,4],[32,4],[33,4],[34,4],[36,4],[7,4],[37,4],[42,4],[43,4],[38,4],[39,4],[40,4],[41,4],[1,4],[134,7],[135,7],[136,8],[90,9],[137,10],[138,11],[139,12],[85,4],[88,13],[86,4],[87,4],[140,14],[141,15],[142,16],[143,17],[144,18],[145,19],[146,19],[147,20],[148,21],[149,22],[150,23],[91,4],[89,4],[151,24],[152,25],[153,26],[185,27],[154,28],[155,29],[156,30],[157,31],[158,32],[159,33],[160,34],[161,35],[162,36],[163,37],[164,37],[165,38],[166,4],[167,39],[169,40],[168,41],[170,42],[171,43],[172,44],[173,45],[174,46],[175,47],[176,48],[177,49],[178,50],[179,51],[180,52],[181,53],[182,54],[92,4],[93,4],[94,4],[133,55],[183,56],[184,57],[111,58],[121,59],[110,58],[131,60],[102,61],[101,62],[130,63],[124,64],[129,65],[104,66],[118,67],[103,68],[127,69],[99,70],[98,63],[128,71],[100,72],[105,73],[106,4],[109,73],[96,4],[132,74],[122,75],[113,76],[114,77],[116,78],[112,79],[115,80],[125,63],[107,81],[108,82],[117,83],[97,84],[120,75],[119,73],[123,4],[126,85],[59,86],[60,87],[58,86],[62,88],[65,88],[66,89],[63,88],[64,88],[69,90],[68,90],[71,90],[70,90],[74,90],[75,91],[76,92],[72,90],[73,90],[79,93],[78,94],[82,95],[81,96],[84,97],[57,4],[61,4],[67,4],[77,4],[80,4],[83,4]],"latestChangedDtsFile":"./src/index.d.ts","version":"5.9.3"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
+
import { EcoDestination, EcoDestinationPreview, EcoDestinationWrite, EcoDestinationUpdate, EcoDestinationSearch } from '../../models/aimodels';
|
|
2
3
|
/**
|
|
3
4
|
* Eco Destinations Controller Client
|
|
4
5
|
* Handles AI-powered destination recommendations
|
|
5
6
|
*/
|
|
6
|
-
export declare class EcoDestinationsControllerClient extends GenericApiClient<
|
|
7
|
+
export declare class EcoDestinationsControllerClient extends GenericApiClient<EcoDestination, string, EcoDestinationPreview, EcoDestinationSearch, EcoDestinationUpdate, EcoDestinationWrite> {
|
|
7
8
|
constructor(input: GenericApiClientInput);
|
|
8
9
|
}
|
|
9
10
|
//# sourceMappingURL=eco-destinations-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eco-destinations-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/ai/eco-destinations-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE/I;;;GAGG;AACH,qBAAa,+BAAgC,SAAQ,gBAAgB,CAAC,cAAc,EAAE,MAAM,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,mBAAmB,CAAC;gBACvK,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/ai/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AACzF,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;;GAGG;AACH,qBAAa,QAAQ;IACnB,SAAgB,gBAAgB,EAAE,gCAAgC,CAAC;IACnE,SAAgB,eAAe,EAAE,+BAA+B,CAAC;gBAErD,KAAK,EAAE,qBAAqB;CAIzC;AAGD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { TravelPreference,
|
|
2
|
+
import { TravelPreference, TravelPreferencePreview, TravelPreferenceSearch, TravelPreferenceUpdate, TravelPreferenceWrite } from '../../models/aimodels';
|
|
3
3
|
/**
|
|
4
4
|
* Travel Preference Controller Client
|
|
5
5
|
* Handles travel preferences for AI recommendations
|
|
6
6
|
*/
|
|
7
|
-
export declare class TravelPreferenceControllerClient extends GenericApiClient<TravelPreference, string, TravelPreferencePreview,
|
|
7
|
+
export declare class TravelPreferenceControllerClient extends GenericApiClient<TravelPreference, string, TravelPreferencePreview, TravelPreferenceSearch, TravelPreferenceUpdate, TravelPreferenceWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=travel-preference-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"travel-preference-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/ai/travel-preference-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAEzJ;;;GAGG;AACH,qBAAa,gCAAiC,SAAQ,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,qBAAqB,CAAC;gBAClL,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { Badge, BadgeWrite, BadgeUpdate,
|
|
2
|
+
import { Badge, BadgePreview, BadgeWrite, BadgeUpdate, BadgeSearch } from '../../models/blockchainmodels';
|
|
3
3
|
/**
|
|
4
4
|
* Badge Controller Client
|
|
5
5
|
* Manages NFT badges on blockchain
|
|
6
6
|
*/
|
|
7
|
-
export declare class BadgeControllerClient extends GenericApiClient<Badge, string, BadgePreview,
|
|
7
|
+
export declare class BadgeControllerClient extends GenericApiClient<Badge, string, BadgePreview, BadgeSearch, BadgeUpdate, BadgeWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=badge-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/blockchain/badge-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE1G;;;GAGG;AACH,qBAAa,qBAAsB,SAAQ,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,CAAC;gBAChH,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eco1155-signer.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/blockchain/eco1155-signer.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;AAO9G,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,WAAW,CAAC,CAAS;gBAEjB,KAAK,EAAE,qBAAqB;IAKlC,uBAAuB,CAC3B,KAAK,EAAE,4BAA4B,EACnC,MAAM,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,+BAA+B,CAAC;IA4BpC,UAAU,IAAI,MAAM;CAG5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/blockchain/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;GAGG;AACH,qBAAa,gBAAgB;IAC3B,SAAgB,KAAK,EAAE,qBAAqB,CAAC;IAC7C,SAAgB,SAAS,EAAE,yBAAyB,CAAC;IACrD,SAAgB,kBAAkB,EAAE,kCAAkC,CAAC;IACvE,SAAgB,aAAa,EAAE,mBAAmB,CAAC;gBAEvC,KAAK,EAAE,qBAAqB;CAMzC;AAGD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { UserBadge, UserBadgeWrite, UserBadgeUpdate,
|
|
2
|
+
import { UserBadge, UserBadgePreview, UserBadgeWrite, UserBadgeUpdate, UserBadgeSearch } from '../../models/blockchainmodels';
|
|
3
3
|
/**
|
|
4
4
|
* User Badge Controller Client
|
|
5
5
|
* Manages user badge assignments and ownership
|
|
6
6
|
*/
|
|
7
|
-
export declare class UserBadgeControllerClient extends GenericApiClient<UserBadge, string, UserBadgePreview,
|
|
7
|
+
export declare class UserBadgeControllerClient extends GenericApiClient<UserBadge, string, UserBadgePreview, UserBadgeSearch, UserBadgeUpdate, UserBadgeWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=user-badge-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-badge-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/blockchain/user-badge-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAE9H;;;GAGG;AACH,qBAAa,yBAA0B,SAAQ,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,CAAC;gBACxI,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
+
import { UserBlockchainInfo, UserBlockchainInfoPreview, UserBlockchainInfoSearch, UserBlockchainInfoUpdate, UserBlockchainInfoWrite } from '../../models/blockchainmodels';
|
|
2
3
|
/**
|
|
3
4
|
* User Blockchain Info Controller Client
|
|
4
5
|
* Manages user blockchain information and statistics
|
|
5
6
|
*/
|
|
6
|
-
export declare class UserBlockchainInfoControllerClient extends GenericApiClient<
|
|
7
|
+
export declare class UserBlockchainInfoControllerClient extends GenericApiClient<UserBlockchainInfo, string, UserBlockchainInfoPreview, UserBlockchainInfoSearch, UserBlockchainInfoUpdate, UserBlockchainInfoWrite> {
|
|
7
8
|
constructor(input: GenericApiClientInput);
|
|
8
9
|
}
|
|
9
10
|
//# sourceMappingURL=user-blockchain-info-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-blockchain-info-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/blockchain/user-blockchain-info-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAE3K;;;GAGG;AACH,qBAAa,kCAAmC,SAAQ,gBAAgB,CAAC,kBAAkB,EAAE,MAAM,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,uBAAuB,CAAC;gBAC9L,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { ActivityBooking,
|
|
2
|
+
import { ActivityBooking, ActivityBookingPreview, ActivityBookingSearch, ActivityBookingUpdate, ActivityBookingWrite } from '../../models/ecomodels';
|
|
3
3
|
/**
|
|
4
4
|
* Activity Booking Controller Client
|
|
5
5
|
* Manages bookings for eco-friendly activities
|
|
6
6
|
*/
|
|
7
|
-
export declare class ActivityBookingControllerClient extends GenericApiClient<ActivityBooking, string, ActivityBookingPreview,
|
|
7
|
+
export declare class ActivityBookingControllerClient extends GenericApiClient<ActivityBooking, string, ActivityBookingPreview, ActivityBookingSearch, ActivityBookingUpdate, ActivityBookingWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=activity-booking-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-booking-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/activity-booking-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAErJ;;;GAGG;AACH,qBAAa,+BAAgC,SAAQ,gBAAgB,CAAC,eAAe,EAAE,MAAM,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,oBAAoB,CAAC;gBAC5K,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { Activity,
|
|
2
|
+
import { Activity, ActivityPreview, ActivitySearch, ActivityUpdate, ActivityWrite } from '../../models/ecomodels';
|
|
3
3
|
/**
|
|
4
4
|
* Activity Controller Client
|
|
5
5
|
* Manages eco-friendly activities and tours
|
|
6
6
|
*/
|
|
7
|
-
export declare class ActivityControllerClient extends GenericApiClient<Activity, string, ActivityPreview,
|
|
7
|
+
export declare class ActivityControllerClient extends GenericApiClient<Activity, string, ActivityPreview, ActivitySearch, ActivityUpdate, ActivityWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=activity-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/activity-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAElH;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,CAAC;gBAClI,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { ConqueredFortress,
|
|
2
|
+
import { ConqueredFortress, ConqueredFortressPreview, ConqueredFortressSearch, ConqueredFortressUpdate, ConqueredFortressWrite } from '../../models/ecomodels';
|
|
3
3
|
/**
|
|
4
4
|
* Conquered Fortress Controller Client
|
|
5
5
|
* Manages user fortress conquest achievements
|
|
6
6
|
*/
|
|
7
|
-
export declare class ConqueredFortressControllerClient extends GenericApiClient<ConqueredFortress, string, ConqueredFortressPreview,
|
|
7
|
+
export declare class ConqueredFortressControllerClient extends GenericApiClient<ConqueredFortress, string, ConqueredFortressPreview, ConqueredFortressSearch, ConqueredFortressUpdate, ConqueredFortressWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=conquered-fortress-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conquered-fortress-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/conquered-fortress-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAE/J;;;GAGG;AACH,qBAAa,iCAAkC,SAAQ,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,sBAAsB,CAAC;gBACxL,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { Fortress,
|
|
2
|
+
import { Fortress, FortressPreview, FortressSearch, FortressUpdate, FortressWrite } from '../../models/ecomodels';
|
|
3
3
|
/**
|
|
4
4
|
* Fortress Controller Client
|
|
5
5
|
* Manages historical fortresses and cultural sites
|
|
6
6
|
*/
|
|
7
|
-
export declare class FortressControllerClient extends GenericApiClient<Fortress, string, FortressPreview,
|
|
7
|
+
export declare class FortressControllerClient extends GenericApiClient<Fortress, string, FortressPreview, FortressSearch, FortressUpdate, FortressWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=fortress-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fortress-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/fortress-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAElH;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,CAAC;gBAClI,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
+
import { ImagePreview, ImageWrite, ImageUpdate, ImageSearch } from '../../models/ecomodels';
|
|
3
|
+
export declare class ImageControllerClient extends GenericApiClient<ImagePreview, string, ImagePreview, ImageSearch, ImageUpdate, ImageWrite> {
|
|
4
|
+
constructor(input: GenericApiClientInput);
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=image-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/image-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE5F,qBAAa,qBAAsB,SAAQ,gBAAgB,CAAC,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,CAAC;gBACvH,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { GenericApiClient } from 'auto-code-generator-client-ts';
|
|
2
|
+
export class ImageControllerClient extends GenericApiClient {
|
|
3
|
+
constructor(input) {
|
|
4
|
+
super({
|
|
5
|
+
...input,
|
|
6
|
+
controllerPath: `${input.controllerPath}${input.controllerPath ? '/' : ''}Image`
|
|
7
|
+
});
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { GenericApiClientInput, GenericApiFileClient } from "auto-code-generator-client-ts";
|
|
2
|
+
/**
|
|
3
|
+
* ImageHandler Controller Client
|
|
4
|
+
* Exposes file operations (get, upload, delete) implemented in ImageHandlerController
|
|
5
|
+
*/
|
|
6
|
+
export declare class ImageHandlerControllerClient extends GenericApiFileClient<string> {
|
|
7
|
+
constructor(input: GenericApiClientInput);
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=image-handler-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-handler-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/image-handler-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK5F;;;GAGG;AAEH,qBAAa,4BAA6B,SAAQ,oBAAoB,CAAC,MAAM,CAAC;gBAEhE,KAAK,EAAE,qBAAqB;CAOzC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { GenericApiFileClient } from "auto-code-generator-client-ts";
|
|
2
|
+
/**
|
|
3
|
+
* ImageHandler Controller Client
|
|
4
|
+
* Exposes file operations (get, upload, delete) implemented in ImageHandlerController
|
|
5
|
+
*/
|
|
6
|
+
// IA: Guid is not defined, assuming GUIDs are represented as strings in this project
|
|
7
|
+
export class ImageHandlerControllerClient extends GenericApiFileClient {
|
|
8
|
+
constructor(input) {
|
|
9
|
+
super({
|
|
10
|
+
...input,
|
|
11
|
+
controllerPath: `${input.controllerPath}${input.controllerPath ? '/' : ''}ImageHandler`
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -5,6 +5,8 @@ import { FortressControllerClient } from './fortress-controller.client';
|
|
|
5
5
|
import { ConqueredFortressControllerClient } from './conquered-fortress-controller.client';
|
|
6
6
|
import { ReviewControllerClient } from './review-controller.client';
|
|
7
7
|
import { UserPointControllerClient } from './user-point-controller.client';
|
|
8
|
+
import { ImageControllerClient } from './image-controller.client';
|
|
9
|
+
import { ImageHandlerControllerClient } from './image-handler-controller.client';
|
|
8
10
|
/**
|
|
9
11
|
* Eco API Client
|
|
10
12
|
* Contains all Eco microservice controllers
|
|
@@ -16,6 +18,8 @@ export declare class EcoClient {
|
|
|
16
18
|
readonly conqueredFortress: ConqueredFortressControllerClient;
|
|
17
19
|
readonly review: ReviewControllerClient;
|
|
18
20
|
readonly userPoint: UserPointControllerClient;
|
|
21
|
+
readonly image: ImageControllerClient;
|
|
22
|
+
readonly imageHandler: ImageHandlerControllerClient;
|
|
19
23
|
constructor(input: GenericApiClientInput);
|
|
20
24
|
}
|
|
21
25
|
export * from './activity-controller.client';
|
|
@@ -24,4 +28,5 @@ export * from './fortress-controller.client';
|
|
|
24
28
|
export * from './conquered-fortress-controller.client';
|
|
25
29
|
export * from './review-controller.client';
|
|
26
30
|
export * from './user-point-controller.client';
|
|
31
|
+
export * from './image-controller.client';
|
|
27
32
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF;;;GAGG;AACH,qBAAa,SAAS;IACpB,SAAgB,QAAQ,EAAE,wBAAwB,CAAC;IACnD,SAAgB,eAAe,EAAE,+BAA+B,CAAC;IACjE,SAAgB,QAAQ,EAAE,wBAAwB,CAAC;IACnD,SAAgB,iBAAiB,EAAE,iCAAiC,CAAC;IACrE,SAAgB,MAAM,EAAE,sBAAsB,CAAC;IAC/C,SAAgB,SAAS,EAAE,yBAAyB,CAAC;IACrD,SAAgB,KAAK,EAAE,qBAAqB,CAAC;IAC7C,SAAgB,YAAY,EAAE,4BAA4B,CAAC;gBAE/C,KAAK,EAAE,qBAAqB;CAUzC;AAGD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC"}
|
|
@@ -4,6 +4,8 @@ import { FortressControllerClient } from './fortress-controller.client';
|
|
|
4
4
|
import { ConqueredFortressControllerClient } from './conquered-fortress-controller.client';
|
|
5
5
|
import { ReviewControllerClient } from './review-controller.client';
|
|
6
6
|
import { UserPointControllerClient } from './user-point-controller.client';
|
|
7
|
+
import { ImageControllerClient } from './image-controller.client';
|
|
8
|
+
import { ImageHandlerControllerClient } from './image-handler-controller.client';
|
|
7
9
|
/**
|
|
8
10
|
* Eco API Client
|
|
9
11
|
* Contains all Eco microservice controllers
|
|
@@ -16,6 +18,8 @@ export class EcoClient {
|
|
|
16
18
|
this.conqueredFortress = new ConqueredFortressControllerClient(input);
|
|
17
19
|
this.review = new ReviewControllerClient(input);
|
|
18
20
|
this.userPoint = new UserPointControllerClient(input);
|
|
21
|
+
this.image = new ImageControllerClient(input);
|
|
22
|
+
this.imageHandler = new ImageHandlerControllerClient(input);
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
// Export individual controller clients
|
|
@@ -25,3 +29,4 @@ export * from './fortress-controller.client';
|
|
|
25
29
|
export * from './conquered-fortress-controller.client';
|
|
26
30
|
export * from './review-controller.client';
|
|
27
31
|
export * from './user-point-controller.client';
|
|
32
|
+
export * from './image-controller.client';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { Review,
|
|
2
|
+
import { Review, ReviewPreview, ReviewSearch, ReviewUpdate, ReviewWrite } from '../../models/ecomodels';
|
|
3
3
|
/**
|
|
4
4
|
* Review Controller Client
|
|
5
5
|
* Manages user reviews and ratings
|
|
6
6
|
*/
|
|
7
|
-
export declare class ReviewControllerClient extends GenericApiClient<Review, string, ReviewPreview,
|
|
7
|
+
export declare class ReviewControllerClient extends GenericApiClient<Review, string, ReviewPreview, ReviewSearch, ReviewUpdate, ReviewWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=review-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"review-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/review-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAExG;;;GAGG;AACH,qBAAa,sBAAuB,SAAQ,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,CAAC;gBACtH,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { UserPoint,
|
|
2
|
+
import { UserPoint, UserPointPreview, UserPointSearch, UserPointUpdate, UserPointWrite } from '../../models/ecomodels';
|
|
3
3
|
/**
|
|
4
4
|
* User Point Controller Client
|
|
5
5
|
* Manages user points and rewards system
|
|
6
6
|
*/
|
|
7
|
-
export declare class UserPointControllerClient extends GenericApiClient<UserPoint, string, UserPointPreview,
|
|
7
|
+
export declare class UserPointControllerClient extends GenericApiClient<UserPoint, string, UserPointPreview, UserPointSearch, UserPointUpdate, UserPointWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=user-point-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-point-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/eco/user-point-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAEvH;;;GAGG;AACH,qBAAa,yBAA0B,SAAQ,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,CAAC;gBACxI,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/entity/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;GAGG;AACH,qBAAa,YAAY;IACvB,SAAgB,QAAQ,EAAE,wBAAwB,CAAC;gBAEvC,KAAK,EAAE,qBAAqB;CAGzC;AAGD,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { Merchant,
|
|
2
|
+
import { Merchant, MerchantPreview, MerchantSearch, MerchantUpdate, MerchantWrite } from '../../models/entitymodels';
|
|
3
3
|
/**
|
|
4
4
|
* Merchant Controller Client
|
|
5
5
|
* Manages merchant entities and business information
|
|
6
6
|
*/
|
|
7
|
-
export declare class MerchantControllerClient extends GenericApiClient<Merchant, string, MerchantPreview,
|
|
7
|
+
export declare class MerchantControllerClient extends GenericApiClient<Merchant, string, MerchantPreview, MerchantSearch, MerchantUpdate, MerchantWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=merchant-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"merchant-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/entity/merchant-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAErH;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,CAAC;gBAClI,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/payment/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAEnF;;;GAGG;AACH,qBAAa,aAAa;IACxB,SAAgB,aAAa,EAAE,6BAA6B,CAAC;gBAEjD,KAAK,EAAE,qBAAqB;CAGzC;AAGD,cAAc,oCAAoC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GenericApiClient, GenericApiClientInput } from 'auto-code-generator-client-ts';
|
|
2
|
-
import { OnlinePayment,
|
|
2
|
+
import { OnlinePayment, OnlinePaymentPreview, OnlinePaymentSearch, OnlinePaymentUpdate, OnlinePaymentWrite } from '../../models/paymentmodels';
|
|
3
3
|
/**
|
|
4
4
|
* Online Payment Controller Client
|
|
5
5
|
* Manages online payment processing and transactions
|
|
6
6
|
*/
|
|
7
|
-
export declare class OnlinePaymentControllerClient extends GenericApiClient<OnlinePayment, string, OnlinePaymentPreview,
|
|
7
|
+
export declare class OnlinePaymentControllerClient extends GenericApiClient<OnlinePayment, string, OnlinePaymentPreview, OnlinePaymentSearch, OnlinePaymentUpdate, OnlinePaymentWrite> {
|
|
8
8
|
constructor(input: GenericApiClientInput);
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=online-payment-controller.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"online-payment-controller.client.d.ts","sourceRoot":"","sources":["../../../../src/clients/payment/online-payment-controller.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAE/I;;;GAGG;AACH,qBAAa,6BAA8B,SAAQ,gBAAgB,CAAC,aAAa,EAAE,MAAM,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC;gBAChK,KAAK,EAAE,qBAAqB;CAMzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC"}
|