@arizeai/phoenix-client 0.0.1
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/README.md +53 -0
- package/dist/esm/__generated__/api/v1.d.ts +1253 -0
- package/dist/esm/__generated__/api/v1.d.ts.map +1 -0
- package/dist/esm/__generated__/api/v1.js +6 -0
- package/dist/esm/__generated__/api/v1.js.map +1 -0
- package/dist/esm/client.d.ts +36 -0
- package/dist/esm/client.d.ts.map +1 -0
- package/dist/esm/client.js +29 -0
- package/dist/esm/client.js.map +1 -0
- package/dist/esm/config.d.ts +14 -0
- package/dist/esm/config.d.ts.map +1 -0
- package/dist/esm/config.js +56 -0
- package/dist/esm/config.js.map +1 -0
- package/dist/esm/experiments/index.d.ts +2 -0
- package/dist/esm/experiments/index.d.ts.map +1 -0
- package/dist/esm/experiments/index.js +2 -0
- package/dist/esm/experiments/index.js.map +1 -0
- package/dist/esm/experiments/runExperiment.d.ts +58 -0
- package/dist/esm/experiments/runExperiment.d.ts.map +1 -0
- package/dist/esm/experiments/runExperiment.js +215 -0
- package/dist/esm/experiments/runExperiment.js.map +1 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +1 -0
- package/dist/esm/tsconfig.esm.tsbuildinfo +1 -0
- package/dist/esm/types/annotations.d.ts +2 -0
- package/dist/esm/types/annotations.d.ts.map +1 -0
- package/dist/esm/types/annotations.js +2 -0
- package/dist/esm/types/annotations.js.map +1 -0
- package/dist/esm/types/core.d.ts +7 -0
- package/dist/esm/types/core.d.ts.map +1 -0
- package/dist/esm/types/core.js +2 -0
- package/dist/esm/types/core.js.map +1 -0
- package/dist/esm/types/datasets.d.ts +21 -0
- package/dist/esm/types/datasets.d.ts.map +1 -0
- package/dist/esm/types/datasets.js +2 -0
- package/dist/esm/types/datasets.js.map +1 -0
- package/dist/esm/types/experiments.d.ts +95 -0
- package/dist/esm/types/experiments.d.ts.map +1 -0
- package/dist/esm/types/experiments.js +2 -0
- package/dist/esm/types/experiments.js.map +1 -0
- package/dist/esm/utils/pluralize.d.ts +9 -0
- package/dist/esm/utils/pluralize.d.ts.map +1 -0
- package/dist/esm/utils/pluralize.js +11 -0
- package/dist/esm/utils/pluralize.js.map +1 -0
- package/dist/esm/utils/promisifyResult.d.ts +6 -0
- package/dist/esm/utils/promisifyResult.d.ts.map +1 -0
- package/dist/esm/utils/promisifyResult.js +11 -0
- package/dist/esm/utils/promisifyResult.js.map +1 -0
- package/dist/src/__generated__/api/v1.d.ts +1253 -0
- package/dist/src/__generated__/api/v1.d.ts.map +1 -0
- package/dist/src/__generated__/api/v1.js +7 -0
- package/dist/src/__generated__/api/v1.js.map +1 -0
- package/dist/src/client.d.ts +36 -0
- package/dist/src/client.d.ts.map +1 -0
- package/dist/src/client.js +33 -0
- package/dist/src/client.js.map +1 -0
- package/dist/src/config.d.ts +14 -0
- package/dist/src/config.d.ts.map +1 -0
- package/dist/src/config.js +65 -0
- package/dist/src/config.js.map +1 -0
- package/dist/src/experiments/index.d.ts +2 -0
- package/dist/src/experiments/index.d.ts.map +1 -0
- package/dist/src/experiments/index.js +18 -0
- package/dist/src/experiments/index.js.map +1 -0
- package/dist/src/experiments/runExperiment.d.ts +58 -0
- package/dist/src/experiments/runExperiment.d.ts.map +1 -0
- package/dist/src/experiments/runExperiment.js +227 -0
- package/dist/src/experiments/runExperiment.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +19 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/types/annotations.d.ts +2 -0
- package/dist/src/types/annotations.d.ts.map +1 -0
- package/dist/src/types/annotations.js +3 -0
- package/dist/src/types/annotations.js.map +1 -0
- package/dist/src/types/core.d.ts +7 -0
- package/dist/src/types/core.d.ts.map +1 -0
- package/dist/src/types/core.js +3 -0
- package/dist/src/types/core.js.map +1 -0
- package/dist/src/types/datasets.d.ts +21 -0
- package/dist/src/types/datasets.d.ts.map +1 -0
- package/dist/src/types/datasets.js +3 -0
- package/dist/src/types/datasets.js.map +1 -0
- package/dist/src/types/experiments.d.ts +95 -0
- package/dist/src/types/experiments.d.ts.map +1 -0
- package/dist/src/types/experiments.js +3 -0
- package/dist/src/types/experiments.js.map +1 -0
- package/dist/src/utils/pluralize.d.ts +9 -0
- package/dist/src/utils/pluralize.d.ts.map +1 -0
- package/dist/src/utils/pluralize.js +14 -0
- package/dist/src/utils/pluralize.js.map +1 -0
- package/dist/src/utils/promisifyResult.d.ts +6 -0
- package/dist/src/utils/promisifyResult.d.ts.map +1 -0
- package/dist/src/utils/promisifyResult.js +14 -0
- package/dist/src/utils/promisifyResult.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +44 -0
- package/src/__generated__/api/v1.d.ts +1253 -0
- package/src/__generated__/api/v1.ts +1253 -0
- package/src/client.ts +63 -0
- package/src/config.ts +68 -0
- package/src/experiments/index.ts +1 -0
- package/src/experiments/runExperiment.ts +367 -0
- package/src/index.ts +3 -0
- package/src/types/annotations.ts +1 -0
- package/src/types/core.ts +6 -0
- package/src/types/datasets.ts +22 -0
- package/src/types/experiments.ts +108 -0
- package/src/utils/pluralize.ts +10 -0
- package/src/utils/promisifyResult.ts +13 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/.pnpm/typescript@5.7.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/.pnpm/openapi-typescript-helpers@0.0.15/node_modules/openapi-typescript-helpers/index.d.ts","../../../../node_modules/.pnpm/openapi-fetch@0.12.5/node_modules/openapi-fetch/dist/index.d.ts","../../src/__generated__/api/v1.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/helpers/typeAliases.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/helpers/util.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/ZodError.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/locales/en.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/errors.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/helpers/parseUtil.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/helpers/enumUtil.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/helpers/errorUtil.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/helpers/partialUtil.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/standard-schema.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/types.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/external.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/lib/index.d.ts","../../../../node_modules/.pnpm/zod@3.24.0/node_modules/zod/index.d.ts","../../src/config.ts","../../src/client.ts","../../src/types/core.ts","../../src/types/datasets.ts","../../src/types/annotations.ts","../../src/types/experiments.ts","../../src/utils/promisifyResult.ts","../../../../node_modules/.pnpm/tiny-invariant@1.3.3/node_modules/tiny-invariant/dist/tiny-invariant.d.ts","../../src/utils/pluralize.ts","../../src/experiments/runExperiment.ts","../../src/experiments/index.ts","../../src/index.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/compatibility/disposable.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/compatibility/indexable.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/compatibility/index.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/globals.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/assert.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/buffer.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/child_process.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/cluster.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/console.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/constants.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/crypto.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/dgram.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/dns.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/domain.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/dom-events.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/events.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/fs.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/http.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/http2.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/https.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/inspector.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/module.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/net.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/os.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/path.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/process.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/punycode.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/querystring.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/readline.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/repl.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/sea.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/stream.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/stream/web.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/test.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/timers.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/tls.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/trace_events.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/tty.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/url.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/util.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/v8.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/vm.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/wasi.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/zlib.d.ts","../../../../node_modules/.pnpm/@types+node@20.17.9/node_modules/@types/node/index.d.ts"],"fileIdsList":[[96,135,138],[96,137,138],[138],[96,138,143,172],[96,138,139,144,150,151,158,169,180],[96,138,139,140,150,158],[96,138],[91,92,93,96,138],[96,138,141,181],[96,138,142,143,151,159],[96,138,143,169,177],[96,138,144,146,150,158],[96,137,138,145],[96,138,146,147],[96,138,150],[96,138,148,150],[96,137,138,150],[96,138,150,151,152,169,180],[96,138,150,151,152,165,169,172],[96,133,138,185],[96,138,146,150,153,158,169,180],[96,138,150,151,153,154,158,169,177,180],[96,138,153,155,169,177,180],[94,95,96,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,185,186],[96,138,150,156],[96,138,157,180,185],[96,138,146,150,158,169],[96,138,159],[96,138,160],[96,137,138,161],[96,135,136,137,138,139,140,141,142,143,144,145,146,147,148,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,185,186],[96,138,163],[96,138,164],[96,138,150,165,166],[96,138,165,167,181,183],[96,138,150,169,170,171,172],[96,138,169,171],[96,138,169,170],[96,138,172],[96,138,173],[96,135,138,169],[96,138,150,175,176],[96,138,175,176],[96,138,143,158,169,177],[96,138,178],[96,138,158,179],[96,138,153,164,180],[96,138,143,181],[96,138,169,182],[96,138,157,183],[96,138,184],[96,138,143,150,152,161,169,180,183,185],[96,138,169,186],[62,96,138],[96,105,109,138,180],[96,105,138,169,180],[96,100,138],[96,102,105,138,177,180],[96,138,158,177],[96,138,187],[96,100,138,187],[96,102,105,138,158,180],[96,97,98,101,104,138,150,169,180],[96,105,112,138],[96,97,103,138],[96,105,126,127,138],[96,101,105,138,172,180,187],[96,126,138,187],[96,99,100,138,187],[96,105,138],[96,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,138],[96,105,120,138],[96,105,112,113,138],[96,103,105,113,114,138],[96,104,138],[96,97,100,105,138],[96,105,109,113,114,138],[96,109,138],[96,103,105,108,138,180],[96,97,102,105,112,138],[96,138,169],[96,100,105,126,138,185,187],[77,96,138],[65,66,77,96,138],[67,68,96,138],[65,66,67,69,70,75,96,138],[66,67,96,138],[76,96,138],[67,96,138],[65,66,67,70,71,72,73,74,96,138],[63,64,79,96,138],[63,78,96,138],[88,96,138],[80,82,84,85,86,87,96,138],[80,89,96,138],[81,96,138],[81,82,83,96,138]],"fileInfos":[{"version":"e41c290ef7dd7dab3493e6cbe5909e0148edf4a8dad0271be08edec368a0f7b9","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":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"62bb211266ee48b2d0edf0d8d1b191f0c24fc379a82bd4c1692a082c540bc6b1","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":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","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":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","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":"f1e2a172204962276504466a6393426d2ca9c54894b1ad0a6c9dad867a65f876","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":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"b5ce7a470bc3628408429040c4e3a53a27755022a32fd05e2cb694e7015386c7","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"bab26767638ab3557de12c900f0b91f710c7dc40ee9793d5a27d32c04f0bf646","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"61de421bab744b4e1e105a40e0409221ba5729868cde52fbdbe3e21a1fb2c69c","impliedFormat":99},{"version":"78957a67b8d81e7d88da9a02ea972c82094f3a16aa27437fde3da60d498aac74","impliedFormat":99},{"version":"2f9c4a267d0c91fb7b5accf71d451bad6e727f1c8e905d8bdd16b57cf2fa963b","signature":"425b1301e4161c7815a091539b93928c8b0f84968feb03ffa01e56fe8101d962"},{"version":"5487b97cfa28b26b4a9ef0770f872bdbebd4c46124858de00f242c3eed7519f4","impliedFormat":1},{"version":"c2869c4f2f79fd2d03278a68ce7c061a5a8f4aed59efb655e25fe502e3e471d5","impliedFormat":1},{"version":"79f9f64061e12a91ed8545184eecd9570bb5ee79a11bf5da0dd459374db83115","impliedFormat":1},{"version":"8485b6da53ec35637d072e516631d25dae53984500de70a6989058f24354666f","impliedFormat":1},{"version":"ebe80346928736532e4a822154eb77f57ef3389dbe2b3ba4e571366a15448ef2","impliedFormat":1},{"version":"83306c97a4643d78420f082547ea0d488a0d134c922c8e65fc0b4f08ef66d92b","impliedFormat":1},{"version":"f672c876c1a04a223cf2023b3d91e8a52bb1544c576b81bf64a8fec82be9969c","impliedFormat":1},{"version":"98a9cc18f661d28e6bd31c436e1984f3980f35e0f0aa9cf795c54f8ccb667ffe","impliedFormat":1},{"version":"c76b0c5727302341d0bdfa2cc2cee4b19ff185b554edb6e8543f0661d8487116","impliedFormat":1},{"version":"44985caf13f440025087ee46c3d65763ee5b88c81c439da290621e150ef74800","impliedFormat":1},{"version":"2e1db9eb397f1fa976b565abc4ce13bdc893723cde19f5fc671f79263a8fb6ad","impliedFormat":1},{"version":"f5ef066942e4f0bd98200aa6a6694b831e73200c9b3ade77ad0aa2409e8fe1b1","impliedFormat":1},{"version":"b9e99cd94f4166a245f5158f7286c05406e2a4c694619bceb7a4f3519d1d768e","impliedFormat":1},{"version":"5568d7c32e5cf5f35e092649f4e5e168c3114c800b1d7545b7ae5e0415704802","impliedFormat":1},{"version":"9330b6ce5dff663070fc6cd26636777a4142719d86ce06aba32f29db26de2384","signature":"c20d282581df9178d7e57117f2dd414432153e02cf7aefe499e6a405981d0f70"},{"version":"9daeda1c351c0cca892c1b5a065e847103dd38a9578e674b020993d2e55f97c4","signature":"000c1e595208a13f687a0d1ec0661968526866cbfa198e67643b6a779b444ca3"},{"version":"a421500349f926bd3de8e0d25717f3d06d667f4bcf1bff4ea74215f323448cbb","signature":"d73fff9d1b5f549cf0f0ba3cb0d55af017deb5a152d852b872e5f2d09d4fda24"},{"version":"83b0925751eee81abe0e63395c817cefd75cf6eaa11237420d6296d5384f2b38","signature":"b36f19b9b6e09d2900d3386f49cd9cb68a1597d36d28ff0e7cbed6ecac9ca9d8"},"9b13910f97e6a71f1662831b032b193949912f41c2b7a061e4d9273a573146be",{"version":"7e9fb97103a568e8eb36ec2c483385fac272ca2d3cd0dd732104873048ec1d3b","signature":"436c26545ce34a2b7330e9ea12f84925dd533744cc105085c0bc9415392ff00a"},{"version":"5e8271d87f217d4be65af486588812d6221875c1017f31ce9c16fa8e15ace89c","signature":"140a1e02269753eebcf2af67452a904391746491d93b79fc3471ec4f71c750ab"},{"version":"b8903e4347ba78328892f8c30b45a8a0071e06c7bae0b0a621035fbf36f75bcb","impliedFormat":1},{"version":"3f510b481daa8708071e7f0f42295f41fb0f282e4bc81fb75fcc48a01e77818a","signature":"d73f51af602aa206b20e9606857bd12258b3a34b8d7c3a379330fc6a8af890ef"},{"version":"4f8c60ca31209954597b6fd7726541f933d9bde31f6df84e0cc7d57e5cf1a39e","signature":"5e09dfeb6b545cc477d4788e5c6257e62800f9e38eaa1733d1a1c831a08cd12c"},"e627caa0fd452529c2c647363bb114c09ce3db0e5a046eeeccf7afdc0fa626f8",{"version":"93aebe6b8b074f8878bc15603556fb06ddffd266abea2209e0cc781581564c83","signature":"253b9955b1fa06d77394de4af71c432c160fdf44b7772dd4c3e4bb55e9416a04"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fd06258805d26c72f5997e07a23155d322d5f05387adb3744a791fe6a0b042d","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","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":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","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":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"ca6d304b929748ea15c33f28c1f159df18a94470b424ab78c52d68d40a41e1e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"a72ffc815104fb5c075106ebca459b2d55d07862a773768fce89efc621b3964b","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36","impliedFormat":1},{"version":"d674383111e06b6741c4ad2db962131b5b0fa4d0294b998566c635e86195a453","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3e58c4c18a031cbb17abec7a4ad0bd5ae9fc70c1f4ba1e7fb921ad87c504aca","impliedFormat":1},{"version":"a3e8bafb2af8e850c644f4be7f5156cf7d23b7bfdc3b786bd4d10ed40329649c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"f77d9188e41291acf14f476e931972460a303e1952538f9546e7b370cb8d0d20","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","impliedFormat":1},{"version":"3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","impliedFormat":1},{"version":"5a369483ac4cfbdf0331c248deeb36140e6907db5e1daed241546b4a2055f82c","impliedFormat":1},{"version":"e8f5b5cc36615c17d330eaf8eebbc0d6bdd942c25991f96ef122f246f4ff722f","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"4d7da7075068195f8f127f41c61e304cdca5aafb1be2d0f4fb67c6b4c3e98d50","affectsGlobalScope":true,"impliedFormat":1},{"version":"a4bdde4e601e9554a844e1e0d0ccfa05e183ef9d82ab3ac25f17c1709033d360","impliedFormat":1},{"version":"ad23fd126ff06e72728dd7bfc84326a8ca8cec2b9d2dac0193d42a777df0e7d8","impliedFormat":1},{"version":"c60db41f7bee80fb80c0b12819f5e465c8c8b465578da43e36d04f4a4646f57d","impliedFormat":1},{"version":"93bd413918fa921c8729cef45302b24d8b6c7855d72d5bf82d3972595ae8dcbf","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e","impliedFormat":1},{"version":"1f4fc6905c4c3ae701838f89484f477b8d9b3ef39270e016b5488600d247d9a5","affectsGlobalScope":true,"impliedFormat":1},{"version":"d206b4baf4ddcc15d9d69a9a2f4999a72a2c6adeaa8af20fa7a9960816287555","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"70731d10d5311bd4cf710ef7f6539b62660f4b0bfdbb3f9fbe1d25fe6366a7fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"a20f1e119615bf7632729fd89b6c0b5ffdc2df3b512d6304146294528e3ebe19","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"137c2894e8f3e9672d401cc0a305dc7b1db7c69511cf6d3970fb53302f9eae09","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"235bfb54b4869c26f7e98e3d1f68dbfc85acf4cf5c38a4444a006fbf74a8a43d","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"bb715efb4857eb94539eafb420352105a0cff40746837c5140bf6b035dd220ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"fdedf82878e4c744bc2a1c1e802ae407d63474da51f14a54babe039018e53d8f","affectsGlobalScope":true,"impliedFormat":1},{"version":"08353b04a3501d84fc8d7b49de99f6c1cc26026e6d9d697a18315f3bfe92ed03","affectsGlobalScope":true,"impliedFormat":1},{"version":"578d8bb6dcb2a1c03c4c3f8eb71abc9677e1a5c788b7f24848e3138ce17f3400","impliedFormat":1},{"version":"4f029899f9bae07e225c43aef893590541b2b43267383bf5e32e3a884d219ed5","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"5b566927cad2ed2139655d55d690ffa87df378b956e7fe1c96024c4d9f75c4cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"bce947017cb7a2deebcc4f5ba04cead891ce6ad1602a4438ae45ed9aa1f39104","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3dffd70e6375b872f0b4e152de4ae682d762c61a24881ecc5eb9f04c5caf76f","impliedFormat":1},{"version":"e2c72c065a36bc9ab2a00ac6a6f51e71501619a72c0609defd304d46610487a4","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"616075a6ac578cf5a013ee12964188b4412823796ce0b202c6f1d2e4ca8480d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"cac793cc47c29e26e4ac3601dcb00b4435ebed26203485790e44f2ad8b6ad847","impliedFormat":1}],"root":[64,[79,85],[87,90]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":7,"outDir":"./","rootDir":"../../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.esm.tsbuildinfo"},"referencedMap":[[135,1],[136,1],[137,2],[96,3],[138,4],[139,5],[140,6],[91,7],[94,8],[92,7],[93,7],[141,9],[142,10],[143,11],[144,12],[145,13],[146,14],[147,14],[149,15],[148,16],[150,17],[151,18],[152,19],[134,20],[95,7],[153,21],[154,22],[155,23],[187,24],[156,25],[157,26],[158,27],[159,28],[160,29],[161,30],[162,31],[163,32],[164,33],[165,34],[166,34],[167,35],[168,7],[169,36],[171,37],[170,38],[172,39],[173,40],[174,41],[175,42],[176,43],[177,44],[178,45],[179,46],[180,47],[181,48],[182,49],[183,50],[184,51],[185,52],[186,53],[63,54],[62,7],[86,7],[60,7],[61,7],[12,7],[11,7],[2,7],[13,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[3,7],[21,7],[22,7],[4,7],[23,7],[27,7],[24,7],[25,7],[26,7],[28,7],[29,7],[30,7],[5,7],[31,7],[32,7],[33,7],[34,7],[6,7],[38,7],[35,7],[36,7],[37,7],[39,7],[7,7],[40,7],[45,7],[46,7],[41,7],[42,7],[43,7],[44,7],[8,7],[50,7],[47,7],[48,7],[49,7],[51,7],[9,7],[52,7],[53,7],[54,7],[56,7],[55,7],[57,7],[58,7],[10,7],[59,7],[1,7],[112,55],[122,56],[111,55],[132,57],[103,58],[102,59],[131,60],[125,61],[130,62],[105,63],[119,64],[104,65],[128,66],[100,67],[99,60],[129,68],[101,69],[106,70],[107,7],[110,70],[97,7],[133,71],[123,72],[114,73],[115,74],[117,75],[113,76],[116,77],[126,60],[108,78],[109,79],[118,80],[98,81],[121,72],[120,70],[124,7],[127,82],[78,83],[67,84],[69,85],[76,86],[71,7],[72,7],[70,87],[73,83],[65,7],[66,7],[77,88],[68,89],[74,7],[75,90],[64,7],[80,91],[79,92],[89,93],[88,94],[90,95],[83,7],[81,7],[82,96],[84,97],[87,7],[85,7]],"latestChangedDtsFile":"./index.d.ts","version":"5.7.2"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/types/annotations.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../src/types/annotations.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../../src/types/core.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,EAAE,EAAE,MAAM,CAAC;CACZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.js","sourceRoot":"","sources":["../../../src/types/core.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Node } from "./core.js";
|
|
2
|
+
/**
|
|
3
|
+
* An example is a record to feed into an AI task
|
|
4
|
+
*/
|
|
5
|
+
export interface Example extends Node {
|
|
6
|
+
id: string;
|
|
7
|
+
updatedAt: Date;
|
|
8
|
+
input: Record<string, unknown>;
|
|
9
|
+
output: Record<string, unknown> | null;
|
|
10
|
+
metadata: Record<string, unknown>;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A dataset is a collection of examples for an AI task
|
|
14
|
+
*/
|
|
15
|
+
export interface Dataset extends Node {
|
|
16
|
+
id: string;
|
|
17
|
+
name: string;
|
|
18
|
+
versionId: string;
|
|
19
|
+
examples: Example[];
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=datasets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datasets.d.ts","sourceRoot":"","sources":["../../../src/types/datasets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;GAEG;AACH,MAAM,WAAW,OAAQ,SAAQ,IAAI;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,IAAI,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,OAAQ,SAAQ,IAAI;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datasets.js","sourceRoot":"","sources":["../../../src/types/datasets.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { AnnotatorKind } from "./annotations.js";
|
|
2
|
+
import { Node } from "./core.js";
|
|
3
|
+
import { Example } from "./datasets.js";
|
|
4
|
+
/**
|
|
5
|
+
* An experiment is a set of task runs on a dataset version
|
|
6
|
+
*/
|
|
7
|
+
export interface Experiment extends Node {
|
|
8
|
+
datasetId: string;
|
|
9
|
+
datasetVersionId: string;
|
|
10
|
+
repetitions: number;
|
|
11
|
+
/**
|
|
12
|
+
* The project under which the experiment task traces are recorded
|
|
13
|
+
*/
|
|
14
|
+
projectName: string;
|
|
15
|
+
}
|
|
16
|
+
export interface RanExperiment extends Experiment {
|
|
17
|
+
params: ExperimentParameters;
|
|
18
|
+
runs: Record<string, ExperimentRun>;
|
|
19
|
+
evaluationRuns?: ExperimentEvaluationRun[];
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The result of running an experiment on a single example
|
|
23
|
+
*/
|
|
24
|
+
export interface ExperimentRun extends Node {
|
|
25
|
+
startTime: Date;
|
|
26
|
+
endTime: Date;
|
|
27
|
+
/**
|
|
28
|
+
* What experiment the run belongs to
|
|
29
|
+
*/
|
|
30
|
+
experimentId: string;
|
|
31
|
+
datasetExampleId: string;
|
|
32
|
+
repetitionNumber: number;
|
|
33
|
+
output?: string | Record<string, unknown> | null;
|
|
34
|
+
error: string | null;
|
|
35
|
+
traceId: string | null;
|
|
36
|
+
}
|
|
37
|
+
export type EvaluatorParams = {
|
|
38
|
+
/**
|
|
39
|
+
* The input field of the Dataset Example
|
|
40
|
+
*/
|
|
41
|
+
input: Example["input"];
|
|
42
|
+
/**
|
|
43
|
+
* The output of the task
|
|
44
|
+
*/
|
|
45
|
+
output: TaskOutput;
|
|
46
|
+
/**
|
|
47
|
+
* The expected or reference output of the Dataset Example
|
|
48
|
+
*/
|
|
49
|
+
expected?: Example["output"];
|
|
50
|
+
/**
|
|
51
|
+
* Metadata associated with the Dataset Example
|
|
52
|
+
*/
|
|
53
|
+
metadata?: Record<string, unknown>;
|
|
54
|
+
};
|
|
55
|
+
export type Evaluator = {
|
|
56
|
+
name: string;
|
|
57
|
+
evaluate: (args: EvaluatorParams) => Promise<EvaluationResult> | EvaluationResult;
|
|
58
|
+
};
|
|
59
|
+
export type EvaluationResult = {
|
|
60
|
+
score: number | null;
|
|
61
|
+
label: string | null;
|
|
62
|
+
metadata: Record<string, unknown>;
|
|
63
|
+
explanation: string | null;
|
|
64
|
+
};
|
|
65
|
+
export interface ExperimentEvaluationRun extends Node {
|
|
66
|
+
experimentRunId: string;
|
|
67
|
+
startTime: Date;
|
|
68
|
+
endTime: Date;
|
|
69
|
+
/**
|
|
70
|
+
* THe name of the evaluation
|
|
71
|
+
*/
|
|
72
|
+
name: string;
|
|
73
|
+
annotatorKind: AnnotatorKind;
|
|
74
|
+
error: string | null;
|
|
75
|
+
result: EvaluationResult | null;
|
|
76
|
+
/**
|
|
77
|
+
* The trace id of the evaluation
|
|
78
|
+
* This is null if the trace is deleted or never recorded
|
|
79
|
+
*/
|
|
80
|
+
traceId: string | null;
|
|
81
|
+
}
|
|
82
|
+
export type TaskOutput = string | boolean | number | object | null;
|
|
83
|
+
export type ExperimentTask = (example: Example) => Promise<TaskOutput> | TaskOutput;
|
|
84
|
+
export interface ExperimentParameters {
|
|
85
|
+
/**
|
|
86
|
+
* The number of examples to run the experiment on
|
|
87
|
+
*/
|
|
88
|
+
nExamples: number;
|
|
89
|
+
/**
|
|
90
|
+
* The number of repetitions to run the experiment
|
|
91
|
+
* e.g. the number of times to run the task
|
|
92
|
+
*/
|
|
93
|
+
nRepetitions: number;
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=experiments.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"experiments.d.ts","sourceRoot":"","sources":["../../../src/types/experiments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC;;GAEG;AACH,MAAM,WAAW,UAAW,SAAQ,IAAI;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC/C,MAAM,EAAE,oBAAoB,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACpC,cAAc,CAAC,EAAE,uBAAuB,EAAE,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IACjD,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IACxB;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CACR,IAAI,EAAE,eAAe,KAClB,OAAO,CAAC,gBAAgB,CAAC,GAAG,gBAAgB,CAAC;CACnD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC;AAEF,MAAM,WAAW,uBAAwB,SAAQ,IAAI;IACnD,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,aAAa,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC;;;OAGG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;AAEnE,MAAM,MAAM,cAAc,GAAG,CAC3B,OAAO,EAAE,OAAO,KACb,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;AAEtC,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"experiments.js","sourceRoot":"","sources":["../../../src/types/experiments.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pluralize a word based on the count.
|
|
3
|
+
*
|
|
4
|
+
* @param word - The word to pluralize.
|
|
5
|
+
* @param count - The count of the word.
|
|
6
|
+
* @returns The pluralized word.
|
|
7
|
+
*/
|
|
8
|
+
export declare function pluralize(word: string, count: number): string;
|
|
9
|
+
//# sourceMappingURL=pluralize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pluralize.d.ts","sourceRoot":"","sources":["../../../src/utils/pluralize.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,UAEpD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pluralize a word based on the count.
|
|
3
|
+
*
|
|
4
|
+
* @param word - The word to pluralize.
|
|
5
|
+
* @param count - The count of the word.
|
|
6
|
+
* @returns The pluralized word.
|
|
7
|
+
*/
|
|
8
|
+
export function pluralize(word, count) {
|
|
9
|
+
return count === 1 ? word : `${word}s`;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=pluralize.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pluralize.js","sourceRoot":"","sources":["../../../src/utils/pluralize.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,UAAU,SAAS,CAAC,IAAY,EAAE,KAAa;IACnD,OAAO,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* If the incoming function returns a promise, return the promise.
|
|
3
|
+
* Otherwise, return a promise that resolves to the incoming function's return value.
|
|
4
|
+
*/
|
|
5
|
+
export declare function promisifyResult<T>(result: T): (T extends Promise<infer U> ? Promise<U> : never) | (T extends Promise<unknown> ? never : Promise<T>);
|
|
6
|
+
//# sourceMappingURL=promisifyResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promisifyResult.d.ts","sourceRoot":"","sources":["../../../src/utils/promisifyResult.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,4BAEC,CAAC,4EAM7C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* If the incoming function returns a promise, return the promise.
|
|
3
|
+
* Otherwise, return a promise that resolves to the incoming function's return value.
|
|
4
|
+
*/
|
|
5
|
+
export function promisifyResult(result) {
|
|
6
|
+
if (result instanceof Promise) {
|
|
7
|
+
return result;
|
|
8
|
+
}
|
|
9
|
+
return Promise.resolve(result);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=promisifyResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promisifyResult.js","sourceRoot":"","sources":["../../../src/utils/promisifyResult.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,UAAU,eAAe,CAAI,MAAS;IAC1C,IAAI,MAAM,YAAY,OAAO,EAAE,CAAC;QAC9B,OAAO,MAAyD,CAAC;IACnE,CAAC;IAED,OAAO,OAAO,CAAC,OAAO,CAAC,MAAM,CAEf,CAAC;AACjB,CAAC"}
|