niceeval 0.13.2 → 0.13.3
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/agents/bub.cjs +4 -4
- package/dist/agents/bub.cjs.map +1 -1
- package/dist/agents/bub.d.cts +2 -2
- package/dist/agents/bub.d.mts +2 -2
- package/dist/agents/bub.d.ts +2 -2
- package/dist/agents/claude-code-native.cjs +213 -0
- package/dist/agents/claude-code-native.cjs.map +1 -0
- package/dist/agents/claude-code-native.d.cts +5 -0
- package/dist/agents/claude-code-native.d.mts +5 -0
- package/dist/agents/claude-code-native.d.ts +5 -0
- package/dist/agents/claude-code-native.js +6 -0
- package/dist/agents/claude-code-native.js.map +1 -0
- package/dist/agents/claude-code.cjs +26 -80
- package/dist/agents/claude-code.cjs.map +1 -1
- package/dist/agents/codex-app-server.cjs +314 -0
- package/dist/agents/codex-app-server.cjs.map +1 -0
- package/dist/agents/codex-app-server.d.cts +9 -0
- package/dist/agents/codex-app-server.d.mts +9 -0
- package/dist/agents/codex-app-server.d.ts +9 -0
- package/dist/agents/codex-app-server.js +6 -0
- package/dist/agents/codex-app-server.js.map +1 -0
- package/dist/agents/codex.cjs +19 -68
- package/dist/agents/codex.cjs.map +1 -1
- package/dist/agents/codex.d.cts +3 -3
- package/dist/agents/codex.d.mts +3 -3
- package/dist/agents/codex.d.ts +3 -3
- package/dist/agents/index.cjs +3 -1
- package/dist/agents/index.cjs.map +1 -1
- package/dist/agents/index.d.cts +1 -0
- package/dist/agents/index.d.mts +1 -0
- package/dist/agents/index.d.ts +1 -0
- package/dist/agents/index.js +84 -82
- package/dist/agents/index.mjs +84 -82
- package/dist/agents/managed-jsonl.cjs +207 -0
- package/dist/agents/managed-jsonl.cjs.map +1 -0
- package/dist/agents/managed-jsonl.d.cts +39 -0
- package/dist/agents/managed-jsonl.d.mts +39 -0
- package/dist/agents/managed-jsonl.d.ts +39 -0
- package/dist/agents/managed-jsonl.js +6 -0
- package/dist/agents/managed-jsonl.js.map +1 -0
- package/dist/agents/managed-process.cjs +31 -0
- package/dist/agents/managed-process.cjs.map +1 -0
- package/dist/agents/managed-process.d.cts +3 -0
- package/dist/agents/managed-process.d.mts +3 -0
- package/dist/agents/managed-process.d.ts +3 -0
- package/dist/agents/managed-process.js +6 -0
- package/dist/agents/managed-process.js.map +1 -0
- package/dist/agents/omp.cjs +18 -1
- package/dist/agents/omp.cjs.map +1 -1
- package/dist/agents/sdk-streams.cjs +11 -4
- package/dist/agents/sdk-streams.cjs.map +1 -1
- package/dist/agents/types.cjs.map +1 -1
- package/dist/agents/types.d.cts +8 -0
- package/dist/agents/types.d.mts +8 -0
- package/dist/agents/types.d.ts +8 -0
- package/dist/analysis/bindings.cjs +74 -19
- package/dist/analysis/bindings.cjs.map +1 -1
- package/dist/analysis/bindings.d.cts +534 -156
- package/dist/analysis/bindings.d.mts +534 -156
- package/dist/analysis/bindings.d.ts +534 -156
- package/dist/analysis/domain-view.cjs.map +1 -1
- package/dist/analysis/domain-view.d.cts +137 -8
- package/dist/analysis/domain-view.d.mts +137 -8
- package/dist/analysis/domain-view.d.ts +137 -8
- package/dist/analysis/index.cjs.map +1 -1
- package/dist/analysis/index.d.cts +1 -1
- package/dist/analysis/index.d.mts +1 -1
- package/dist/analysis/index.d.ts +1 -1
- package/dist/assertions/api.cjs.map +1 -1
- package/dist/assertions/api.d.cts +62 -0
- package/dist/assertions/api.d.mts +62 -0
- package/dist/assertions/api.d.ts +62 -0
- package/dist/assertions/judge.cjs +56 -5
- package/dist/assertions/judge.cjs.map +1 -1
- package/dist/assertions/match.cjs +66 -42
- package/dist/assertions/match.cjs.map +1 -1
- package/dist/assertions/match.d.cts +13 -0
- package/dist/assertions/match.d.mts +13 -0
- package/dist/assertions/match.d.ts +13 -0
- package/dist/assertions/record/attachment.cjs +104 -33
- package/dist/assertions/record/attachment.cjs.map +1 -1
- package/dist/assertions/record/attachment.d.cts +294 -57
- package/dist/assertions/record/attachment.d.mts +294 -57
- package/dist/assertions/record/attachment.d.ts +294 -57
- package/dist/assertions/record/codec.cjs +91 -17
- package/dist/assertions/record/codec.cjs.map +1 -1
- package/dist/assertions/record/codec.d.cts +280 -52
- package/dist/assertions/record/codec.d.mts +280 -52
- package/dist/assertions/record/codec.d.ts +280 -52
- package/dist/assertions/record/index.js +2 -0
- package/dist/assertions/record/model.cjs +16 -0
- package/dist/assertions/record/model.cjs.map +1 -1
- package/dist/assertions/record/model.d.cts +120 -13
- package/dist/assertions/record/model.d.mts +120 -13
- package/dist/assertions/record/model.d.ts +120 -13
- package/dist/assertions/record/model.js +2 -0
- package/dist/assertions/record/producer.cjs +70 -50
- package/dist/assertions/record/producer.cjs.map +1 -1
- package/dist/assertions/record/producer.d.cts +8 -7
- package/dist/assertions/record/producer.d.mts +8 -7
- package/dist/assertions/record/producer.d.ts +8 -7
- package/dist/assertions/runtime.cjs +49 -7
- package/dist/assertions/runtime.cjs.map +1 -1
- package/dist/cli/application.cjs +40 -0
- package/dist/cli/application.cjs.map +1 -0
- package/dist/cli/application.d.cts +129 -0
- package/dist/cli/application.d.mts +129 -0
- package/dist/cli/application.d.ts +129 -0
- package/dist/cli/application.js +24 -0
- package/dist/cli/application.js.map +1 -0
- package/dist/cli/bootstrap.cjs +10 -4
- package/dist/cli/bootstrap.cjs.map +1 -1
- package/dist/cli/node-application.cjs +123 -0
- package/dist/cli/node-application.cjs.map +1 -0
- package/dist/cli/node-application.d.cts +14 -0
- package/dist/cli/node-application.d.mts +14 -0
- package/dist/cli/node-application.d.ts +14 -0
- package/dist/cli/node-application.js +26 -0
- package/dist/cli/node-application.js.map +1 -0
- package/dist/cli/program.cjs +2807 -0
- package/dist/cli/program.cjs.map +1 -0
- package/dist/cli/program.d.cts +352 -0
- package/dist/cli/program.d.mts +352 -0
- package/dist/cli/program.d.ts +352 -0
- package/dist/cli/program.js +36 -0
- package/dist/cli/program.js.map +1 -0
- package/dist/cli/project-configuration.cjs +134 -0
- package/dist/cli/project-configuration.cjs.map +1 -0
- package/dist/cli/project-configuration.d.cts +64 -0
- package/dist/cli/project-configuration.d.mts +64 -0
- package/dist/cli/project-configuration.d.ts +64 -0
- package/dist/cli/project-configuration.js +22 -0
- package/dist/cli/project-configuration.js.map +1 -0
- package/dist/cli/record.cjs +20 -4
- package/dist/cli/record.cjs.map +1 -1
- package/dist/cli/record.d.cts +3 -3
- package/dist/cli/record.d.mts +3 -3
- package/dist/cli/record.d.ts +3 -3
- package/dist/cli.cjs +19 -3130
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.d.cts +2 -148
- package/dist/cli.d.mts +2 -148
- package/dist/cli.d.ts +2 -148
- package/dist/cli.js +22 -30
- package/dist/context/assert-first.cjs +21 -15
- package/dist/context/assert-first.cjs.map +1 -1
- package/dist/context/assert-first.d.cts +1 -0
- package/dist/context/assert-first.d.mts +1 -0
- package/dist/context/assert-first.d.ts +1 -0
- package/dist/context/attempt-resources.cjs +13 -0
- package/dist/context/attempt-resources.cjs.map +1 -0
- package/dist/context/attempt-resources.d.cts +3 -0
- package/dist/context/attempt-resources.d.mts +3 -0
- package/dist/context/attempt-resources.d.ts +3 -0
- package/dist/context/attempt-resources.js +8 -0
- package/dist/context/attempt-resources.js.map +1 -0
- package/dist/context/session.cjs +4 -3
- package/dist/context/session.cjs.map +1 -1
- package/dist/context/session.d.cts +1 -0
- package/dist/context/session.d.mts +1 -0
- package/dist/context/session.d.ts +1 -0
- package/dist/eval/record/verdict.cjs +3 -2
- package/dist/eval/record/verdict.cjs.map +1 -1
- package/dist/experiment/host/index.cjs +1 -6
- package/dist/experiment/host/index.cjs.map +1 -1
- package/dist/experiment/host/index.d.cts +1 -0
- package/dist/experiment/host/index.d.mts +1 -0
- package/dist/experiment/host/index.d.ts +1 -0
- package/dist/load-config.cjs +13 -4
- package/dist/load-config.cjs.map +1 -1
- package/dist/load-config.d.cts +4 -3
- package/dist/load-config.d.mts +4 -3
- package/dist/load-config.d.ts +4 -3
- package/dist/load-config.js +4 -2
- package/dist/o11y/parsers/codex.cjs +29 -7
- package/dist/o11y/parsers/codex.cjs.map +1 -1
- package/dist/record/codec/core.d.cts +0 -2
- package/dist/record/codec/core.d.mts +0 -2
- package/dist/record/codec/core.d.ts +0 -2
- package/dist/record/codec/identifiers.cjs +2 -3
- package/dist/record/codec/identifiers.cjs.map +1 -1
- package/dist/record/codec/identifiers.d.cts +1 -2
- package/dist/record/codec/identifiers.d.mts +1 -2
- package/dist/record/codec/identifiers.d.ts +1 -2
- package/dist/record/codec/identifiers.js +10 -12
- package/dist/record/codec/index.js +42 -44
- package/dist/record/definition/attachment.cjs +1 -0
- package/dist/record/definition/attachment.cjs.map +1 -1
- package/dist/record/definition/attachment.d.cts +14 -0
- package/dist/record/definition/attachment.d.mts +14 -0
- package/dist/record/definition/attachment.d.ts +14 -0
- package/dist/record/family/assertions-v1.cjs +104 -0
- package/dist/record/family/assertions-v1.cjs.map +1 -0
- package/dist/record/family/assertions-v1.d.cts +2 -0
- package/dist/record/family/assertions-v1.d.mts +2 -0
- package/dist/record/family/assertions-v1.d.ts +2 -0
- package/dist/record/family/assertions-v1.js +6 -0
- package/dist/record/family/assertions-v1.js.map +1 -0
- package/dist/record/family/assertions.cjs +16 -5
- package/dist/record/family/assertions.cjs.map +1 -1
- package/dist/record/family/assertions.d.cts +510 -56
- package/dist/record/family/assertions.d.mts +510 -56
- package/dist/record/family/assertions.d.ts +510 -56
- package/dist/record/family/assertions.js +14 -10
- package/dist/record/family/catalog.cjs +17 -1
- package/dist/record/family/catalog.cjs.map +1 -1
- package/dist/record/family/catalog.d.cts +1292 -104
- package/dist/record/family/catalog.d.mts +1292 -104
- package/dist/record/family/catalog.d.ts +1292 -104
- package/dist/record/family/catalog.js +22 -20
- package/dist/record/family/index.js +144 -138
- package/dist/record/family/observability-v1.cjs +5 -0
- package/dist/record/family/observability-v1.cjs.map +1 -1
- package/dist/record/family/observability.cjs +1 -1
- package/dist/record/family/observability.cjs.map +1 -1
- package/dist/record/host/runtime.cjs +323 -173
- package/dist/record/host/runtime.cjs.map +1 -1
- package/dist/record/host/types.cjs.map +1 -1
- package/dist/record/host/types.d.cts +9 -7
- package/dist/record/host/types.d.mts +9 -7
- package/dist/record/host/types.d.ts +9 -7
- package/dist/record/model/core.cjs.map +1 -1
- package/dist/record/model/core.d.cts +1 -2
- package/dist/record/model/core.d.mts +1 -2
- package/dist/record/model/core.d.ts +1 -2
- package/dist/record/model/definition.cjs +1 -2
- package/dist/record/model/definition.cjs.map +1 -1
- package/dist/record/model/definition.d.cts +1 -7
- package/dist/record/model/definition.d.mts +1 -7
- package/dist/record/model/definition.d.ts +1 -7
- package/dist/record/model/identifiers.cjs +2 -3
- package/dist/record/model/identifiers.cjs.map +1 -1
- package/dist/record/model/identifiers.d.cts +1 -3
- package/dist/record/model/identifiers.d.mts +1 -3
- package/dist/record/model/identifiers.d.ts +1 -3
- package/dist/record/model/identifiers.js +36 -38
- package/dist/record/model/index.js +60 -62
- package/dist/record/platform/node.cjs +17 -7
- package/dist/record/platform/node.cjs.map +1 -1
- package/dist/record/platform/services.cjs.map +1 -1
- package/dist/record/platform/services.d.cts +8 -3
- package/dist/record/platform/services.d.mts +8 -3
- package/dist/record/platform/services.d.ts +8 -3
- package/dist/record/reader/format.cjs +16 -65
- package/dist/record/reader/format.cjs.map +1 -1
- package/dist/record/reader/format.d.cts +5 -9
- package/dist/record/reader/format.d.mts +5 -9
- package/dist/record/reader/format.d.ts +5 -9
- package/dist/record/reader/index.js +10 -8
- package/dist/record/reader/runtime.cjs +63 -32
- package/dist/record/reader/runtime.cjs.map +1 -1
- package/dist/record/reader/runtime.d.cts +40 -4
- package/dist/record/reader/runtime.d.mts +40 -4
- package/dist/record/reader/runtime.d.ts +40 -4
- package/dist/record/reader/runtime.js +6 -4
- package/dist/report/assets/enhance.js +5 -5
- package/dist/report/assets/styles.css +190 -24
- package/dist/report/built-in/result-components.cjs +8 -5
- package/dist/report/built-in/result-components.cjs.map +1 -1
- package/dist/report/built-in/standard.cjs +3 -0
- package/dist/report/built-in/standard.cjs.map +1 -1
- package/dist/report/built-in/standard.d.cts +2 -0
- package/dist/report/built-in/standard.d.mts +2 -0
- package/dist/report/built-in/standard.d.ts +2 -0
- package/dist/report/client-dist/app.js +53 -0
- package/dist/report/components/attempt-detail/compute.cjs +108 -231
- package/dist/report/components/attempt-detail/compute.cjs.map +1 -1
- package/dist/report/components/attempt-detail/compute.d.cts +11 -45
- package/dist/report/components/attempt-detail/compute.d.mts +11 -45
- package/dist/report/components/attempt-detail/compute.d.ts +11 -45
- package/dist/report/components/attempt-detail/compute.js +2 -4
- package/dist/report/components/attempt-detail/content.cjs +4 -4
- package/dist/report/components/attempt-detail/content.cjs.map +1 -1
- package/dist/report/components/attempt-detail/validate.cjs +47 -4
- package/dist/report/components/attempt-detail/validate.cjs.map +1 -1
- package/dist/report/components/entity-lists/compute.cjs +9 -15
- package/dist/report/components/entity-lists/compute.cjs.map +1 -1
- package/dist/report/components/entity-lists/content.cjs +53 -40
- package/dist/report/components/entity-lists/content.cjs.map +1 -1
- package/dist/report/components/entity-lists/index.cjs +1 -3
- package/dist/report/components/entity-lists/index.cjs.map +1 -1
- package/dist/report/components/experiment-detail/compute.cjs +4 -6
- package/dist/report/components/experiment-detail/compute.cjs.map +1 -1
- package/dist/report/components/summaries/index.cjs +5 -1
- package/dist/report/components/summaries/index.cjs.map +1 -1
- package/dist/report/definition/cell.cjs +14 -7
- package/dist/report/definition/cell.cjs.map +1 -1
- package/dist/report/definition/cell.d.cts +4 -0
- package/dist/report/definition/cell.d.mts +4 -0
- package/dist/report/definition/cell.d.ts +4 -0
- package/dist/report/definition/primitives/assertion-evidence.cjs +96 -0
- package/dist/report/definition/primitives/assertion-evidence.cjs.map +1 -0
- package/dist/report/definition/primitives/assertion-evidence.d.cts +11 -0
- package/dist/report/definition/primitives/assertion-evidence.d.mts +11 -0
- package/dist/report/definition/primitives/assertion-evidence.d.ts +11 -0
- package/dist/report/definition/primitives/assertion-evidence.js +6 -0
- package/dist/report/definition/primitives/assertion-evidence.js.map +1 -0
- package/dist/report/definition/primitives/conversation.cjs +7 -0
- package/dist/report/definition/primitives/conversation.cjs.map +1 -1
- package/dist/report/definition/primitives/conversation.d.cts +2 -0
- package/dist/report/definition/primitives/conversation.d.mts +2 -0
- package/dist/report/definition/primitives/conversation.d.ts +2 -0
- package/dist/report/definition/primitives/turn-trace.cjs +53 -3
- package/dist/report/definition/primitives/turn-trace.cjs.map +1 -1
- package/dist/report/definition/primitives.cjs +14 -1
- package/dist/report/definition/primitives.cjs.map +1 -1
- package/dist/report/definition/report.cjs +16 -8
- package/dist/report/definition/report.cjs.map +1 -1
- package/dist/report/definition/report.d.cts +6 -0
- package/dist/report/definition/report.d.mts +6 -0
- package/dist/report/definition/report.d.ts +6 -0
- package/dist/report/definition/table-text.cjs +12 -3
- package/dist/report/definition/table-text.cjs.map +1 -1
- package/dist/report/definition/table-text.d.cts +6 -1
- package/dist/report/definition/table-text.d.mts +6 -1
- package/dist/report/definition/table-text.d.ts +6 -1
- package/dist/report/execution/model.cjs +6 -14
- package/dist/report/execution/model.cjs.map +1 -1
- package/dist/report/execution/model.d.cts +5 -10
- package/dist/report/execution/model.d.mts +5 -10
- package/dist/report/execution/model.d.ts +5 -10
- package/dist/report/execution/model.js +6 -6
- package/dist/report/execution/paths.cjs +0 -11
- package/dist/report/execution/paths.cjs.map +1 -1
- package/dist/report/execution/paths.d.cts +0 -1
- package/dist/report/execution/paths.d.mts +0 -1
- package/dist/report/execution/paths.d.ts +0 -1
- package/dist/report/execution/paths.js +6 -8
- package/dist/report/host/execute.cjs +13 -22
- package/dist/report/host/execute.cjs.map +1 -1
- package/dist/report/host/execute.d.cts +1 -4
- package/dist/report/host/execute.d.mts +1 -4
- package/dist/report/host/execute.d.ts +1 -4
- package/dist/report/host/from-record.cjs +3 -0
- package/dist/report/host/from-record.cjs.map +1 -1
- package/dist/report/host/from-record.d.cts +4 -1
- package/dist/report/host/from-record.d.mts +4 -1
- package/dist/report/host/from-record.d.ts +4 -1
- package/dist/report/host/site-assets.cjs +1 -2
- package/dist/report/host/site-assets.cjs.map +1 -1
- package/dist/report/host/site-assets.d.cts +0 -1
- package/dist/report/host/site-assets.d.mts +0 -1
- package/dist/report/host/site-assets.d.ts +0 -1
- package/dist/report/host/site-assets.js +2 -4
- package/dist/report/host/static.cjs +71 -346
- package/dist/report/host/static.cjs.map +1 -1
- package/dist/report/host/static.d.cts +1 -3
- package/dist/report/host/static.d.mts +1 -3
- package/dist/report/host/static.d.ts +1 -3
- package/dist/report/host/static.js +2 -2
- package/dist/report/host/view-session.cjs.map +1 -1
- package/dist/report/host/view-session.d.cts +1 -1
- package/dist/report/host/view-session.d.mts +1 -1
- package/dist/report/host/view-session.d.ts +1 -1
- package/dist/report/model/locale.cjs +1 -1
- package/dist/report/model/locale.cjs.map +1 -1
- package/dist/report/model/locale.d.cts +1 -1
- package/dist/report/model/locale.d.mts +1 -1
- package/dist/report/model/locale.d.ts +1 -1
- package/dist/report/model/pricing.cjs +2 -2
- package/dist/report/model/pricing.cjs.map +1 -1
- package/dist/report/react/enhance.js +5 -5
- package/dist/report/react/styles.css +190 -24
- package/dist/runner/adoption.cjs +4 -7
- package/dist/runner/adoption.cjs.map +1 -1
- package/dist/runner/attempt-resources.cjs +60 -0
- package/dist/runner/attempt-resources.cjs.map +1 -0
- package/dist/runner/attempt-resources.d.cts +13 -0
- package/dist/runner/attempt-resources.d.mts +13 -0
- package/dist/runner/attempt-resources.d.ts +13 -0
- package/dist/runner/attempt-resources.js +6 -0
- package/dist/runner/attempt-resources.js.map +1 -0
- package/dist/runner/attempt.cjs +37 -3
- package/dist/runner/attempt.cjs.map +1 -1
- package/dist/runner/feedback/failure.cjs +77 -2
- package/dist/runner/feedback/failure.cjs.map +1 -1
- package/dist/runner/feedback/failure.d.cts +2 -1
- package/dist/runner/feedback/failure.d.mts +2 -1
- package/dist/runner/feedback/failure.d.ts +2 -1
- package/dist/runner/project-current.cjs +2 -13
- package/dist/runner/project-current.cjs.map +1 -1
- package/dist/runner/project-current.d.cts +4 -2
- package/dist/runner/project-current.d.mts +4 -2
- package/dist/runner/project-current.d.ts +4 -2
- package/dist/runner/reporters/braintrust.cjs +7 -7
- package/dist/runner/reporters/braintrust.cjs.map +1 -1
- package/dist/runner/reuse-readback.cjs +3 -4
- package/dist/runner/reuse-readback.cjs.map +1 -1
- package/dist/runner/run.cjs +5 -2
- package/dist/runner/run.cjs.map +1 -1
- package/dist/sandbox/backend.cjs +32 -2
- package/dist/sandbox/backend.cjs.map +1 -1
- package/dist/sandbox/backend.d.cts +12 -1
- package/dist/sandbox/backend.d.mts +12 -1
- package/dist/sandbox/backend.d.ts +12 -1
- package/dist/sandbox/backend.js +28 -22
- package/dist/sandbox/docker.cjs +140 -0
- package/dist/sandbox/docker.cjs.map +1 -1
- package/dist/sandbox/docker.d.cts +3 -1
- package/dist/sandbox/docker.d.mts +3 -1
- package/dist/sandbox/docker.d.ts +3 -1
- package/dist/sandbox/e2b.cjs +42 -0
- package/dist/sandbox/e2b.cjs.map +1 -1
- package/dist/sandbox/e2b.d.cts +2 -0
- package/dist/sandbox/e2b.d.mts +2 -0
- package/dist/sandbox/e2b.d.ts +2 -0
- package/dist/sandbox/local.cjs +64 -0
- package/dist/sandbox/local.cjs.map +1 -1
- package/dist/sandbox/local.d.cts +3 -1
- package/dist/sandbox/local.d.mts +3 -1
- package/dist/sandbox/local.d.ts +3 -1
- package/dist/sandbox/managed-process.cjs +49 -0
- package/dist/sandbox/managed-process.cjs.map +1 -0
- package/dist/sandbox/managed-process.d.cts +11 -0
- package/dist/sandbox/managed-process.d.mts +11 -0
- package/dist/sandbox/managed-process.d.ts +11 -0
- package/dist/sandbox/managed-process.js +6 -0
- package/dist/sandbox/managed-process.js.map +1 -0
- package/dist/sandbox/types.cjs.map +1 -1
- package/dist/sandbox/types.d.cts +24 -0
- package/dist/sandbox/types.d.mts +24 -0
- package/dist/sandbox/types.d.ts +24 -0
- package/dist/sandbox/vercel.cjs +1 -0
- package/dist/sandbox/vercel.cjs.map +1 -1
- package/dist/sandbox/vercel.d.cts +1 -0
- package/dist/sandbox/vercel.d.mts +1 -0
- package/dist/sandbox/vercel.d.ts +1 -0
- package/dist/view/server.cjs +2 -37
- package/dist/view/server.cjs.map +1 -1
- package/dist/view/server.d.cts +0 -3
- package/dist/view/server.d.mts +0 -3
- package/dist/view/server.d.ts +0 -3
- package/docs-site/zh/reference/builtin-agents.mdx +7 -7
- package/docs-site/zh/reference/official-adapters.mdx +4 -4
- package/docs-site/zh/reference/report-components.mdx +2 -2
- package/docs-site/zh/tutorials/configuration.mdx +2 -2
- package/docs-site/zh/tutorials/deploy-report-site.mdx +24 -2
- package/docs-site/zh/tutorials/publish-report.mdx +4 -4
- package/docs-site/zh/tutorials/sandbox-agent.mdx +5 -5
- package/docs-site/zh/tutorials/theming.mdx +2 -2
- package/package.json +4 -6
- package/dist/record/migration/index.cjs +0 -5
- package/dist/record/migration/index.cjs.map +0 -1
- package/dist/record/migration/index.d.cts +0 -11
- package/dist/record/migration/index.d.mts +0 -11
- package/dist/record/migration/index.d.ts +0 -11
- package/dist/record/migration/index.js +0 -6
- package/dist/record/migration/index.js.map +0 -1
- package/dist/report/host/site-runtime.cjs +0 -92
- package/dist/report/host/site-runtime.cjs.map +0 -1
- package/dist/report/host/site-runtime.d.cts +0 -9
- package/dist/report/host/site-runtime.d.mts +0 -9
- package/dist/report/host/site-runtime.d.ts +0 -9
- package/dist/report/host/site-runtime.js +0 -10
- package/dist/report/host/site-runtime.js.map +0 -1
- package/dist/view/client-dist/app.css +0 -2
- package/dist/view/client-dist/app.js +0 -49
- package/dist/view/data.cjs +0 -3
- package/dist/view/data.cjs.map +0 -1
- package/dist/view/data.d.cts +0 -9
- package/dist/view/data.d.mts +0 -9
- package/dist/view/data.d.ts +0 -9
- package/dist/view/data.js +0 -4
- package/dist/view/data.js.map +0 -1
- package/dist/view/index.cjs +0 -24
- package/dist/view/index.cjs.map +0 -1
- package/dist/view/index.d.cts +0 -9
- package/dist/view/index.d.mts +0 -9
- package/dist/view/index.d.ts +0 -9
- package/dist/view/index.js +0 -28
- package/dist/view/index.js.map +0 -1
- package/dist/view/report-view-cache.cjs +0 -200
- package/dist/view/report-view-cache.cjs.map +0 -1
- package/dist/view/report-view-cache.d.cts +0 -67
- package/dist/view/report-view-cache.d.mts +0 -67
- package/dist/view/report-view-cache.d.ts +0 -67
- package/dist/view/report-view-cache.js +0 -8
- package/dist/view/report-view-cache.js.map +0 -1
- package/dist/view/shared/types.cjs +0 -3
- package/dist/view/shared/types.cjs.map +0 -1
- package/dist/view/shared/types.d.cts +0 -51
- package/dist/view/shared/types.d.mts +0 -51
- package/dist/view/shared/types.d.ts +0 -51
- package/dist/view/shared/types.js +0 -4
- package/dist/view/shared/types.js.map +0 -1
- package/dist/view/site.cjs +0 -32
- package/dist/view/site.cjs.map +0 -1
- package/dist/view/site.d.cts +0 -24
- package/dist/view/site.d.mts +0 -24
- package/dist/view/site.d.ts +0 -24
- package/dist/view/site.js +0 -8
- package/dist/view/site.js.map +0 -1
- package/dist/view/styles.css +0 -170
- package/dist/view/template.html +0 -17
|
@@ -11,24 +11,26 @@ const __niceevalExport3 = __niceevalCanonical["NiceEvalRecordAttachments"];
|
|
|
11
11
|
export { __niceevalExport3 as NiceEvalRecordAttachments };
|
|
12
12
|
const __niceevalExport4 = __niceevalCanonical["NiceEvalRecordFamilyCatalog"];
|
|
13
13
|
export { __niceevalExport4 as NiceEvalRecordFamilyCatalog };
|
|
14
|
-
const __niceevalExport5 = __niceevalCanonical["
|
|
15
|
-
export { __niceevalExport5 as
|
|
16
|
-
const __niceevalExport6 = __niceevalCanonical["
|
|
17
|
-
export { __niceevalExport6 as
|
|
18
|
-
const __niceevalExport7 = __niceevalCanonical["
|
|
19
|
-
export { __niceevalExport7 as
|
|
20
|
-
const __niceevalExport8 = __niceevalCanonical["
|
|
21
|
-
export { __niceevalExport8 as
|
|
22
|
-
const __niceevalExport9 = __niceevalCanonical["
|
|
23
|
-
export { __niceevalExport9 as
|
|
24
|
-
const __niceevalExport10 = __niceevalCanonical["
|
|
25
|
-
export { __niceevalExport10 as
|
|
26
|
-
const __niceevalExport11 = __niceevalCanonical["
|
|
27
|
-
export { __niceevalExport11 as
|
|
28
|
-
const __niceevalExport12 = __niceevalCanonical["
|
|
29
|
-
export { __niceevalExport12 as
|
|
30
|
-
const __niceevalExport13 = __niceevalCanonical["
|
|
31
|
-
export { __niceevalExport13 as
|
|
32
|
-
const __niceevalExport14 = __niceevalCanonical["
|
|
33
|
-
export { __niceevalExport14 as
|
|
14
|
+
const __niceevalExport5 = __niceevalCanonical["NiceEvalRecordFamilyDescriptorsByOwner"];
|
|
15
|
+
export { __niceevalExport5 as NiceEvalRecordFamilyDescriptorsByOwner };
|
|
16
|
+
const __niceevalExport6 = __niceevalCanonical["assertionsRecordFamily"];
|
|
17
|
+
export { __niceevalExport6 as assertionsRecordFamily };
|
|
18
|
+
const __niceevalExport7 = __niceevalCanonical["attemptArtifactsRecordFamily"];
|
|
19
|
+
export { __niceevalExport7 as attemptArtifactsRecordFamily };
|
|
20
|
+
const __niceevalExport8 = __niceevalCanonical["attemptObservabilityRecordFamily"];
|
|
21
|
+
export { __niceevalExport8 as attemptObservabilityRecordFamily };
|
|
22
|
+
const __niceevalExport9 = __niceevalCanonical["decodeFixedRecordAttachmentEnvelope"];
|
|
23
|
+
export { __niceevalExport9 as decodeFixedRecordAttachmentEnvelope };
|
|
24
|
+
const __niceevalExport10 = __niceevalCanonical["encodeFixedRecordAttachmentEnvelope"];
|
|
25
|
+
export { __niceevalExport10 as encodeFixedRecordAttachmentEnvelope };
|
|
26
|
+
const __niceevalExport11 = __niceevalCanonical["fileChangesRecordFamily"];
|
|
27
|
+
export { __niceevalExport11 as fileChangesRecordFamily };
|
|
28
|
+
const __niceevalExport12 = __niceevalCanonical["runArtifactsRecordFamily"];
|
|
29
|
+
export { __niceevalExport12 as runArtifactsRecordFamily };
|
|
30
|
+
const __niceevalExport13 = __niceevalCanonical["runObservabilityRecordFamily"];
|
|
31
|
+
export { __niceevalExport13 as runObservabilityRecordFamily };
|
|
32
|
+
const __niceevalExport14 = __niceevalCanonical["sourceNavigationRecordFamily"];
|
|
33
|
+
export { __niceevalExport14 as sourceNavigationRecordFamily };
|
|
34
|
+
const __niceevalExport15 = __niceevalCanonical["sourcesRecordFamily"];
|
|
35
|
+
export { __niceevalExport15 as sourcesRecordFamily };
|
|
34
36
|
//# sourceMappingURL=catalog.js.map
|
|
@@ -11,142 +11,148 @@ const __niceevalExport3 = __niceevalCanonical["AssertionSourceSitesSchema"];
|
|
|
11
11
|
export { __niceevalExport3 as AssertionSourceSitesSchema };
|
|
12
12
|
const __niceevalExport4 = __niceevalCanonical["AssertionsAttachmentSchema"];
|
|
13
13
|
export { __niceevalExport4 as AssertionsAttachmentSchema };
|
|
14
|
-
const __niceevalExport5 = __niceevalCanonical["
|
|
15
|
-
export { __niceevalExport5 as
|
|
16
|
-
const __niceevalExport6 = __niceevalCanonical["
|
|
17
|
-
export { __niceevalExport6 as
|
|
18
|
-
const __niceevalExport7 = __niceevalCanonical["
|
|
19
|
-
export { __niceevalExport7 as
|
|
20
|
-
const __niceevalExport8 = __niceevalCanonical["
|
|
21
|
-
export { __niceevalExport8 as
|
|
22
|
-
const __niceevalExport9 = __niceevalCanonical["
|
|
23
|
-
export { __niceevalExport9 as
|
|
24
|
-
const __niceevalExport10 = __niceevalCanonical["
|
|
25
|
-
export { __niceevalExport10 as
|
|
26
|
-
const __niceevalExport11 = __niceevalCanonical["
|
|
27
|
-
export { __niceevalExport11 as
|
|
28
|
-
const __niceevalExport12 = __niceevalCanonical["
|
|
29
|
-
export { __niceevalExport12 as
|
|
30
|
-
const __niceevalExport13 = __niceevalCanonical["
|
|
31
|
-
export { __niceevalExport13 as
|
|
32
|
-
const __niceevalExport14 = __niceevalCanonical["
|
|
33
|
-
export { __niceevalExport14 as
|
|
34
|
-
const __niceevalExport15 = __niceevalCanonical["
|
|
35
|
-
export { __niceevalExport15 as
|
|
36
|
-
const __niceevalExport16 = __niceevalCanonical["
|
|
37
|
-
export { __niceevalExport16 as
|
|
38
|
-
const __niceevalExport17 = __niceevalCanonical["
|
|
39
|
-
export { __niceevalExport17 as
|
|
40
|
-
const __niceevalExport18 = __niceevalCanonical["
|
|
41
|
-
export { __niceevalExport18 as
|
|
42
|
-
const __niceevalExport19 = __niceevalCanonical["
|
|
43
|
-
export { __niceevalExport19 as
|
|
44
|
-
const __niceevalExport20 = __niceevalCanonical["
|
|
45
|
-
export { __niceevalExport20 as
|
|
46
|
-
const __niceevalExport21 = __niceevalCanonical["
|
|
47
|
-
export { __niceevalExport21 as
|
|
48
|
-
const __niceevalExport22 = __niceevalCanonical["
|
|
49
|
-
export { __niceevalExport22 as
|
|
50
|
-
const __niceevalExport23 = __niceevalCanonical["
|
|
51
|
-
export { __niceevalExport23 as
|
|
52
|
-
const __niceevalExport24 = __niceevalCanonical["
|
|
53
|
-
export { __niceevalExport24 as
|
|
54
|
-
const __niceevalExport25 = __niceevalCanonical["
|
|
55
|
-
export { __niceevalExport25 as
|
|
56
|
-
const __niceevalExport26 = __niceevalCanonical["
|
|
57
|
-
export { __niceevalExport26 as
|
|
58
|
-
const __niceevalExport27 = __niceevalCanonical["
|
|
59
|
-
export { __niceevalExport27 as
|
|
60
|
-
const __niceevalExport28 = __niceevalCanonical["
|
|
61
|
-
export { __niceevalExport28 as
|
|
62
|
-
const __niceevalExport29 = __niceevalCanonical["
|
|
63
|
-
export { __niceevalExport29 as
|
|
64
|
-
const __niceevalExport30 = __niceevalCanonical["
|
|
65
|
-
export { __niceevalExport30 as
|
|
66
|
-
const __niceevalExport31 = __niceevalCanonical["
|
|
67
|
-
export { __niceevalExport31 as
|
|
68
|
-
const __niceevalExport32 = __niceevalCanonical["
|
|
69
|
-
export { __niceevalExport32 as
|
|
70
|
-
const __niceevalExport33 = __niceevalCanonical["
|
|
71
|
-
export { __niceevalExport33 as
|
|
72
|
-
const __niceevalExport34 = __niceevalCanonical["
|
|
73
|
-
export { __niceevalExport34 as
|
|
74
|
-
const __niceevalExport35 = __niceevalCanonical["
|
|
75
|
-
export { __niceevalExport35 as
|
|
76
|
-
const __niceevalExport36 = __niceevalCanonical["
|
|
77
|
-
export { __niceevalExport36 as
|
|
78
|
-
const __niceevalExport37 = __niceevalCanonical["
|
|
79
|
-
export { __niceevalExport37 as
|
|
80
|
-
const __niceevalExport38 = __niceevalCanonical["
|
|
81
|
-
export { __niceevalExport38 as
|
|
82
|
-
const __niceevalExport39 = __niceevalCanonical["
|
|
83
|
-
export { __niceevalExport39 as
|
|
84
|
-
const __niceevalExport40 = __niceevalCanonical["
|
|
85
|
-
export { __niceevalExport40 as
|
|
86
|
-
const __niceevalExport41 = __niceevalCanonical["
|
|
87
|
-
export { __niceevalExport41 as
|
|
88
|
-
const __niceevalExport42 = __niceevalCanonical["
|
|
89
|
-
export { __niceevalExport42 as
|
|
90
|
-
const __niceevalExport43 = __niceevalCanonical["
|
|
91
|
-
export { __niceevalExport43 as
|
|
92
|
-
const __niceevalExport44 = __niceevalCanonical["
|
|
93
|
-
export { __niceevalExport44 as
|
|
94
|
-
const __niceevalExport45 = __niceevalCanonical["
|
|
95
|
-
export { __niceevalExport45 as
|
|
96
|
-
const __niceevalExport46 = __niceevalCanonical["
|
|
97
|
-
export { __niceevalExport46 as
|
|
98
|
-
const __niceevalExport47 = __niceevalCanonical["
|
|
99
|
-
export { __niceevalExport47 as
|
|
100
|
-
const __niceevalExport48 = __niceevalCanonical["
|
|
101
|
-
export { __niceevalExport48 as
|
|
102
|
-
const __niceevalExport49 = __niceevalCanonical["
|
|
103
|
-
export { __niceevalExport49 as
|
|
104
|
-
const __niceevalExport50 = __niceevalCanonical["
|
|
105
|
-
export { __niceevalExport50 as
|
|
106
|
-
const __niceevalExport51 = __niceevalCanonical["
|
|
107
|
-
export { __niceevalExport51 as
|
|
108
|
-
const __niceevalExport52 = __niceevalCanonical["
|
|
109
|
-
export { __niceevalExport52 as
|
|
110
|
-
const __niceevalExport53 = __niceevalCanonical["
|
|
111
|
-
export { __niceevalExport53 as
|
|
112
|
-
const __niceevalExport54 = __niceevalCanonical["
|
|
113
|
-
export { __niceevalExport54 as
|
|
114
|
-
const __niceevalExport55 = __niceevalCanonical["
|
|
115
|
-
export { __niceevalExport55 as
|
|
116
|
-
const __niceevalExport56 = __niceevalCanonical["
|
|
117
|
-
export { __niceevalExport56 as
|
|
118
|
-
const __niceevalExport57 = __niceevalCanonical["
|
|
119
|
-
export { __niceevalExport57 as
|
|
120
|
-
const __niceevalExport58 = __niceevalCanonical["
|
|
121
|
-
export { __niceevalExport58 as
|
|
122
|
-
const __niceevalExport59 = __niceevalCanonical["
|
|
123
|
-
export { __niceevalExport59 as
|
|
124
|
-
const __niceevalExport60 = __niceevalCanonical["
|
|
125
|
-
export { __niceevalExport60 as
|
|
126
|
-
const __niceevalExport61 = __niceevalCanonical["
|
|
127
|
-
export { __niceevalExport61 as
|
|
128
|
-
const __niceevalExport62 = __niceevalCanonical["
|
|
129
|
-
export { __niceevalExport62 as
|
|
130
|
-
const __niceevalExport63 = __niceevalCanonical["
|
|
131
|
-
export { __niceevalExport63 as
|
|
132
|
-
const __niceevalExport64 = __niceevalCanonical["
|
|
133
|
-
export { __niceevalExport64 as
|
|
134
|
-
const __niceevalExport65 = __niceevalCanonical["
|
|
135
|
-
export { __niceevalExport65 as
|
|
136
|
-
const __niceevalExport66 = __niceevalCanonical["
|
|
137
|
-
export { __niceevalExport66 as
|
|
138
|
-
const __niceevalExport67 = __niceevalCanonical["
|
|
139
|
-
export { __niceevalExport67 as
|
|
140
|
-
const __niceevalExport68 = __niceevalCanonical["
|
|
141
|
-
export { __niceevalExport68 as
|
|
142
|
-
const __niceevalExport69 = __niceevalCanonical["
|
|
143
|
-
export { __niceevalExport69 as
|
|
144
|
-
const __niceevalExport70 = __niceevalCanonical["
|
|
145
|
-
export { __niceevalExport70 as
|
|
146
|
-
const __niceevalExport71 = __niceevalCanonical["
|
|
147
|
-
export { __niceevalExport71 as
|
|
148
|
-
const __niceevalExport72 = __niceevalCanonical["
|
|
149
|
-
export { __niceevalExport72 as
|
|
150
|
-
const __niceevalExport73 = __niceevalCanonical["
|
|
151
|
-
export { __niceevalExport73 as
|
|
14
|
+
const __niceevalExport5 = __niceevalCanonical["AssertionsAttachmentV1Schema"];
|
|
15
|
+
export { __niceevalExport5 as AssertionsAttachmentV1Schema };
|
|
16
|
+
const __niceevalExport6 = __niceevalCanonical["AssertionsEntriesSchema"];
|
|
17
|
+
export { __niceevalExport6 as AssertionsEntriesSchema };
|
|
18
|
+
const __niceevalExport7 = __niceevalCanonical["AssertionsEntriesV1Schema"];
|
|
19
|
+
export { __niceevalExport7 as AssertionsEntriesV1Schema };
|
|
20
|
+
const __niceevalExport8 = __niceevalCanonical["AttemptCommandsCollectionSchema"];
|
|
21
|
+
export { __niceevalExport8 as AttemptCommandsCollectionSchema };
|
|
22
|
+
const __niceevalExport9 = __niceevalCanonical["AttemptConversationCollectionSchema"];
|
|
23
|
+
export { __niceevalExport9 as AttemptConversationCollectionSchema };
|
|
24
|
+
const __niceevalExport10 = __niceevalCanonical["AttemptDiagnosticsCollectionSchema"];
|
|
25
|
+
export { __niceevalExport10 as AttemptDiagnosticsCollectionSchema };
|
|
26
|
+
const __niceevalExport11 = __niceevalCanonical["AttemptObservabilityAttachmentSchema"];
|
|
27
|
+
export { __niceevalExport11 as AttemptObservabilityAttachmentSchema };
|
|
28
|
+
const __niceevalExport12 = __niceevalCanonical["AttemptObservabilityAttachmentV1Schema"];
|
|
29
|
+
export { __niceevalExport12 as AttemptObservabilityAttachmentV1Schema };
|
|
30
|
+
const __niceevalExport13 = __niceevalCanonical["AttemptTimingCollectionSchema"];
|
|
31
|
+
export { __niceevalExport13 as AttemptTimingCollectionSchema };
|
|
32
|
+
const __niceevalExport14 = __niceevalCanonical["AttemptTimingCollectionV1Schema"];
|
|
33
|
+
export { __niceevalExport14 as AttemptTimingCollectionV1Schema };
|
|
34
|
+
const __niceevalExport15 = __niceevalCanonical["AttemptUsageCollectionSchema"];
|
|
35
|
+
export { __niceevalExport15 as AttemptUsageCollectionSchema };
|
|
36
|
+
const __niceevalExport16 = __niceevalCanonical["CollectionLimitationSchema"];
|
|
37
|
+
export { __niceevalExport16 as CollectionLimitationSchema };
|
|
38
|
+
const __niceevalExport17 = __niceevalCanonical["CollectionStateSchema"];
|
|
39
|
+
export { __niceevalExport17 as CollectionStateSchema };
|
|
40
|
+
const __niceevalExport18 = __niceevalCanonical["EmptyArraySchema"];
|
|
41
|
+
export { __niceevalExport18 as EmptyArraySchema };
|
|
42
|
+
const __niceevalExport19 = __niceevalCanonical["FileChangeSchema"];
|
|
43
|
+
export { __niceevalExport19 as FileChangeSchema };
|
|
44
|
+
const __niceevalExport20 = __niceevalCanonical["FileChangesAttachmentSchema"];
|
|
45
|
+
export { __niceevalExport20 as FileChangesAttachmentSchema };
|
|
46
|
+
const __niceevalExport21 = __niceevalCanonical["FileChangesAttributionSchema"];
|
|
47
|
+
export { __niceevalExport21 as FileChangesAttributionSchema };
|
|
48
|
+
const __niceevalExport22 = __niceevalCanonical["FileChangesCollectionLimitationSchema"];
|
|
49
|
+
export { __niceevalExport22 as FileChangesCollectionLimitationSchema };
|
|
50
|
+
const __niceevalExport23 = __niceevalCanonical["FileChangesCollectionStateSchema"];
|
|
51
|
+
export { __niceevalExport23 as FileChangesCollectionStateSchema };
|
|
52
|
+
const __niceevalExport24 = __niceevalCanonical["FileChangesLimits"];
|
|
53
|
+
export { __niceevalExport24 as FileChangesLimits };
|
|
54
|
+
const __niceevalExport25 = __niceevalCanonical["FileChangesWindowIdSchema"];
|
|
55
|
+
export { __niceevalExport25 as FileChangesWindowIdSchema };
|
|
56
|
+
const __niceevalExport26 = __niceevalCanonical["FileChangesWindowSchema"];
|
|
57
|
+
export { __niceevalExport26 as FileChangesWindowSchema };
|
|
58
|
+
const __niceevalExport27 = __niceevalCanonical["FileEndpointSchema"];
|
|
59
|
+
export { __niceevalExport27 as FileEndpointSchema };
|
|
60
|
+
const __niceevalExport28 = __niceevalCanonical["FileRevisionSchema"];
|
|
61
|
+
export { __niceevalExport28 as FileRevisionSchema };
|
|
62
|
+
const __niceevalExport29 = __niceevalCanonical["FiniteNonNegativeNumberSchema"];
|
|
63
|
+
export { __niceevalExport29 as FiniteNonNegativeNumberSchema };
|
|
64
|
+
const __niceevalExport30 = __niceevalCanonical["FixedAttachmentValueLimits"];
|
|
65
|
+
export { __niceevalExport30 as FixedAttachmentValueLimits };
|
|
66
|
+
const __niceevalExport31 = __niceevalCanonical["FixedRecordAttachmentEnvelopeSchema"];
|
|
67
|
+
export { __niceevalExport31 as FixedRecordAttachmentEnvelopeSchema };
|
|
68
|
+
const __niceevalExport32 = __niceevalCanonical["MediaTypeSchema"];
|
|
69
|
+
export { __niceevalExport32 as MediaTypeSchema };
|
|
70
|
+
const __niceevalExport33 = __niceevalCanonical["NICE_EVAL_FAMILIES"];
|
|
71
|
+
export { __niceevalExport33 as NICE_EVAL_FAMILIES };
|
|
72
|
+
const __niceevalExport34 = __niceevalCanonical["NiceEvalFamilySchema"];
|
|
73
|
+
export { __niceevalExport34 as NiceEvalFamilySchema };
|
|
74
|
+
const __niceevalExport35 = __niceevalCanonical["NiceEvalRecordAttachments"];
|
|
75
|
+
export { __niceevalExport35 as NiceEvalRecordAttachments };
|
|
76
|
+
const __niceevalExport36 = __niceevalCanonical["NiceEvalRecordFamilyCatalog"];
|
|
77
|
+
export { __niceevalExport36 as NiceEvalRecordFamilyCatalog };
|
|
78
|
+
const __niceevalExport37 = __niceevalCanonical["NiceEvalRecordFamilyDescriptorsByOwner"];
|
|
79
|
+
export { __niceevalExport37 as NiceEvalRecordFamilyDescriptorsByOwner };
|
|
80
|
+
const __niceevalExport38 = __niceevalCanonical["NonNegativeSafeIntegerSchema"];
|
|
81
|
+
export { __niceevalExport38 as NonNegativeSafeIntegerSchema };
|
|
82
|
+
const __niceevalExport39 = __niceevalCanonical["PositiveSafeIntegerSchema"];
|
|
83
|
+
export { __niceevalExport39 as PositiveSafeIntegerSchema };
|
|
84
|
+
const __niceevalExport40 = __niceevalCanonical["RunDiagnosticsCollectionSchema"];
|
|
85
|
+
export { __niceevalExport40 as RunDiagnosticsCollectionSchema };
|
|
86
|
+
const __niceevalExport41 = __niceevalCanonical["RunObservabilityAttachmentSchema"];
|
|
87
|
+
export { __niceevalExport41 as RunObservabilityAttachmentSchema };
|
|
88
|
+
const __niceevalExport42 = __niceevalCanonical["RunTimingCollectionSchema"];
|
|
89
|
+
export { __niceevalExport42 as RunTimingCollectionSchema };
|
|
90
|
+
const __niceevalExport43 = __niceevalCanonical["SafeIdentifierSchema"];
|
|
91
|
+
export { __niceevalExport43 as SafeIdentifierSchema };
|
|
92
|
+
const __niceevalExport44 = __niceevalCanonical["SafeTextSchema"];
|
|
93
|
+
export { __niceevalExport44 as SafeTextSchema };
|
|
94
|
+
const __niceevalExport45 = __niceevalCanonical["SourceItemSchema"];
|
|
95
|
+
export { __niceevalExport45 as SourceItemSchema };
|
|
96
|
+
const __niceevalExport46 = __niceevalCanonical["SourcesAttachmentSchema"];
|
|
97
|
+
export { __niceevalExport46 as SourcesAttachmentSchema };
|
|
98
|
+
const __niceevalExport47 = __niceevalCanonical["artifactBlobRefs"];
|
|
99
|
+
export { __niceevalExport47 as artifactBlobRefs };
|
|
100
|
+
const __niceevalExport48 = __niceevalCanonical["artifactsAttachmentIntegrityIssues"];
|
|
101
|
+
export { __niceevalExport48 as artifactsAttachmentIntegrityIssues };
|
|
102
|
+
const __niceevalExport49 = __niceevalCanonical["artifactsRecordAttachment"];
|
|
103
|
+
export { __niceevalExport49 as artifactsRecordAttachment };
|
|
104
|
+
const __niceevalExport50 = __niceevalCanonical["assertionsAttachmentIntegrityIssues"];
|
|
105
|
+
export { __niceevalExport50 as assertionsAttachmentIntegrityIssues };
|
|
106
|
+
const __niceevalExport51 = __niceevalCanonical["assertionsBlobRefs"];
|
|
107
|
+
export { __niceevalExport51 as assertionsBlobRefs };
|
|
108
|
+
const __niceevalExport52 = __niceevalCanonical["assertionsRecordAttachment"];
|
|
109
|
+
export { __niceevalExport52 as assertionsRecordAttachment };
|
|
110
|
+
const __niceevalExport53 = __niceevalCanonical["assertionsRecordFamily"];
|
|
111
|
+
export { __niceevalExport53 as assertionsRecordFamily };
|
|
112
|
+
const __niceevalExport54 = __niceevalCanonical["assertionsSourceSiteIntegrityIssues"];
|
|
113
|
+
export { __niceevalExport54 as assertionsSourceSiteIntegrityIssues };
|
|
114
|
+
const __niceevalExport55 = __niceevalCanonical["attemptArtifactsRecordFamily"];
|
|
115
|
+
export { __niceevalExport55 as attemptArtifactsRecordFamily };
|
|
116
|
+
const __niceevalExport56 = __niceevalCanonical["attemptObservabilityRecordFamily"];
|
|
117
|
+
export { __niceevalExport56 as attemptObservabilityRecordFamily };
|
|
118
|
+
const __niceevalExport57 = __niceevalCanonical["decodeFixedFamilyPayload"];
|
|
119
|
+
export { __niceevalExport57 as decodeFixedFamilyPayload };
|
|
120
|
+
const __niceevalExport58 = __niceevalCanonical["decodeFixedRecordAttachmentEnvelope"];
|
|
121
|
+
export { __niceevalExport58 as decodeFixedRecordAttachmentEnvelope };
|
|
122
|
+
const __niceevalExport59 = __niceevalCanonical["encodeFixedRecordAttachmentEnvelope"];
|
|
123
|
+
export { __niceevalExport59 as encodeFixedRecordAttachmentEnvelope };
|
|
124
|
+
const __niceevalExport60 = __niceevalCanonical["fileChangesAttachmentIntegrityIssues"];
|
|
125
|
+
export { __niceevalExport60 as fileChangesAttachmentIntegrityIssues };
|
|
126
|
+
const __niceevalExport61 = __niceevalCanonical["fileChangesBlobRefs"];
|
|
127
|
+
export { __niceevalExport61 as fileChangesBlobRefs };
|
|
128
|
+
const __niceevalExport62 = __niceevalCanonical["fileChangesCollectionLimitationKey"];
|
|
129
|
+
export { __niceevalExport62 as fileChangesCollectionLimitationKey };
|
|
130
|
+
const __niceevalExport63 = __niceevalCanonical["fileChangesRecordAttachment"];
|
|
131
|
+
export { __niceevalExport63 as fileChangesRecordAttachment };
|
|
132
|
+
const __niceevalExport64 = __niceevalCanonical["fileChangesRecordFamily"];
|
|
133
|
+
export { __niceevalExport64 as fileChangesRecordFamily };
|
|
134
|
+
const __niceevalExport65 = __niceevalCanonical["isCanonicalIdentitySequence"];
|
|
135
|
+
export { __niceevalExport65 as isCanonicalIdentitySequence };
|
|
136
|
+
const __niceevalExport66 = __niceevalCanonical["observabilityAttachmentIntegrityIssues"];
|
|
137
|
+
export { __niceevalExport66 as observabilityAttachmentIntegrityIssues };
|
|
138
|
+
const __niceevalExport67 = __niceevalCanonical["observabilityBlobRefs"];
|
|
139
|
+
export { __niceevalExport67 as observabilityBlobRefs };
|
|
140
|
+
const __niceevalExport68 = __niceevalCanonical["observabilityRecordAttachment"];
|
|
141
|
+
export { __niceevalExport68 as observabilityRecordAttachment };
|
|
142
|
+
const __niceevalExport69 = __niceevalCanonical["observabilitySourceFrameIntegrityIssues"];
|
|
143
|
+
export { __niceevalExport69 as observabilitySourceFrameIntegrityIssues };
|
|
144
|
+
const __niceevalExport70 = __niceevalCanonical["runArtifactsRecordFamily"];
|
|
145
|
+
export { __niceevalExport70 as runArtifactsRecordFamily };
|
|
146
|
+
const __niceevalExport71 = __niceevalCanonical["runObservabilityRecordFamily"];
|
|
147
|
+
export { __niceevalExport71 as runObservabilityRecordFamily };
|
|
148
|
+
const __niceevalExport72 = __niceevalCanonical["sourceNavigationRecordFamily"];
|
|
149
|
+
export { __niceevalExport72 as sourceNavigationRecordFamily };
|
|
150
|
+
const __niceevalExport73 = __niceevalCanonical["sourcesAttachmentIntegrityIssues"];
|
|
151
|
+
export { __niceevalExport73 as sourcesAttachmentIntegrityIssues };
|
|
152
|
+
const __niceevalExport74 = __niceevalCanonical["sourcesBlobRefs"];
|
|
153
|
+
export { __niceevalExport74 as sourcesBlobRefs };
|
|
154
|
+
const __niceevalExport75 = __niceevalCanonical["sourcesRecordAttachment"];
|
|
155
|
+
export { __niceevalExport75 as sourcesRecordAttachment };
|
|
156
|
+
const __niceevalExport76 = __niceevalCanonical["sourcesRecordFamily"];
|
|
157
|
+
export { __niceevalExport76 as sourcesRecordFamily };
|
|
152
158
|
//# sourceMappingURL=index.js.map
|
|
@@ -28,6 +28,11 @@ exports.observabilityV1Maintenance = Object.freeze({
|
|
|
28
28
|
Object.freeze({
|
|
29
29
|
fromSchemaVersion: 1,
|
|
30
30
|
toSchemaVersion: 2,
|
|
31
|
+
retention: Object.freeze({
|
|
32
|
+
retainedFacts: Object.freeze(["payload", "blobs"]),
|
|
33
|
+
droppedFacts: Object.freeze([]),
|
|
34
|
+
rerunRecommendation: null,
|
|
35
|
+
}),
|
|
31
36
|
migrate: migrateObservabilityV1,
|
|
32
37
|
}),
|
|
33
38
|
]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observability-v1.js","sourceRoot":"","sources":["observability-v1.ts"],"names":[],"mappings":";;;AAAA,mCAAwC;AACxC,8CAA2D;AAE3D,yDAA+G;AAC/G,MAAM,4BAA4B,GAAG,eAAM,CAAC,KAAK,CAAC,yDAAsC,EAAE,mDAAgC,CAAC,CAAC;AAC5H,uEAAuE;AACvE,SAAS,qBAAqB,CAAC,KAAc;IACzC,MAAM,OAAO,GAAG,eAAM,CAAC,mBAAmB,CAAC,4BAA4B,EAAE,iCAAuB,CAAC,CAAC,KAAK,CAAC,CAAC;IACzG,IAAI,eAAM,CAAC,MAAM,CAAC,OAAO,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAC3D,0EAA0E;IAC1E,yEAAyE;IACzE,yEAAyE;IACzE,OAAO,KAAK,CAAC;AACjB,CAAC;AACD,gFAAgF;AAChF,SAAS,sBAAsB,CAAC,KAAc;IAC1C,OAAO,KAAK,CAAC;AACjB,CAAC;AACD,8DAA8D;AACjD,QAAA,0BAA0B,GAAqC,MAAM,CAAC,MAAM,CAAC;IACtF,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC;QAC5B,MAAM,CAAC,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,MAAM,EAAE,qBAAqB,EAAE,CAAC;KACrE,CAAC;IACF,kBAAkB,EAAE,MAAM,CAAC,MAAM,CAAC;QAC9B,MAAM,CAAC,MAAM,CAAC;YACV,iBAAiB,EAAE,CAAC;YACpB,eAAe,EAAE,CAAC;YAClB,OAAO,EAAE,sBAAsB;SAClC,CAAC;KACL,CAAC;CACL,CAAC,CAAC","sourcesContent":["import { Either, Schema } from \"effect\";\nimport { RecordExactParseOptions } from \"../codec/core.ts\";\nimport type { RecordAttachmentMaintenanceFacet } from \"../definition/attachment.ts\";\nimport { AttemptObservabilityAttachmentV1Schema, RunObservabilityAttachmentSchema, } from \"./observability.ts\";\nconst ObservabilityV1PayloadSchema = Schema.Union(AttemptObservabilityAttachmentV1Schema, RunObservabilityAttachmentSchema);\n/** v1 differs only in that every timing label was a SafeIdentifier. */\nfunction decodeObservabilityV1(value: unknown): unknown {\n const decoded = Schema.decodeUnknownEither(ObservabilityV1PayloadSchema, RecordExactParseOptions)(value);\n if (Either.isLeft(decoded))\n throw new Error(\"Observability v1 payload is invalid\");\n // Historical validation must not normalize, clone, or project the durable\n // object. The only v1 -> v2 write is the envelope version; returning the\n // original value lets the adjacent step prove that invariant explicitly.\n return value;\n}\n/** v1 -> v2 preserves the hydrated payload and its blob references verbatim. */\nfunction migrateObservabilityV1(value: unknown): unknown {\n return value;\n}\n/** Loaded only through the fixed-family maintenance facet. */\nexport const observabilityV1Maintenance: RecordAttachmentMaintenanceFacet = Object.freeze({\n historicalCodecs: Object.freeze([\n Object.freeze({ schemaVersion: 1, decode: decodeObservabilityV1 }),\n ]),\n adjacentMigrations: Object.freeze([\n Object.freeze({\n fromSchemaVersion: 1,\n toSchemaVersion: 2,\n migrate: migrateObservabilityV1,\n }),\n ]),\n});\n"]}
|
|
1
|
+
{"version":3,"file":"observability-v1.js","sourceRoot":"","sources":["observability-v1.ts"],"names":[],"mappings":";;;AAAA,mCAAwC;AACxC,8CAA2D;AAE3D,yDAA+G;AAC/G,MAAM,4BAA4B,GAAG,eAAM,CAAC,KAAK,CAAC,yDAAsC,EAAE,mDAAgC,CAAC,CAAC;AAC5H,uEAAuE;AACvE,SAAS,qBAAqB,CAAC,KAAc;IACzC,MAAM,OAAO,GAAG,eAAM,CAAC,mBAAmB,CAAC,4BAA4B,EAAE,iCAAuB,CAAC,CAAC,KAAK,CAAC,CAAC;IACzG,IAAI,eAAM,CAAC,MAAM,CAAC,OAAO,CAAC;QACtB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAC3D,0EAA0E;IAC1E,yEAAyE;IACzE,yEAAyE;IACzE,OAAO,KAAK,CAAC;AACjB,CAAC;AACD,gFAAgF;AAChF,SAAS,sBAAsB,CAAC,KAAc;IAC1C,OAAO,KAAK,CAAC;AACjB,CAAC;AACD,8DAA8D;AACjD,QAAA,0BAA0B,GAAqC,MAAM,CAAC,MAAM,CAAC;IACtF,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC;QAC5B,MAAM,CAAC,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,MAAM,EAAE,qBAAqB,EAAE,CAAC;KACrE,CAAC;IACF,kBAAkB,EAAE,MAAM,CAAC,MAAM,CAAC;QAC9B,MAAM,CAAC,MAAM,CAAC;YACV,iBAAiB,EAAE,CAAC;YACpB,eAAe,EAAE,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC;gBACrB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;gBAClD,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC/B,mBAAmB,EAAE,IAAI;aAC5B,CAAC;YACF,OAAO,EAAE,sBAAsB;SAClC,CAAC;KACL,CAAC;CACL,CAAC,CAAC","sourcesContent":["import { Either, Schema } from \"effect\";\nimport { RecordExactParseOptions } from \"../codec/core.ts\";\nimport type { RecordAttachmentMaintenanceFacet } from \"../definition/attachment.ts\";\nimport { AttemptObservabilityAttachmentV1Schema, RunObservabilityAttachmentSchema, } from \"./observability.ts\";\nconst ObservabilityV1PayloadSchema = Schema.Union(AttemptObservabilityAttachmentV1Schema, RunObservabilityAttachmentSchema);\n/** v1 differs only in that every timing label was a SafeIdentifier. */\nfunction decodeObservabilityV1(value: unknown): unknown {\n const decoded = Schema.decodeUnknownEither(ObservabilityV1PayloadSchema, RecordExactParseOptions)(value);\n if (Either.isLeft(decoded))\n throw new Error(\"Observability v1 payload is invalid\");\n // Historical validation must not normalize, clone, or project the durable\n // object. The only v1 -> v2 write is the envelope version; returning the\n // original value lets the adjacent step prove that invariant explicitly.\n return value;\n}\n/** v1 -> v2 preserves the hydrated payload and its blob references verbatim. */\nfunction migrateObservabilityV1(value: unknown): unknown {\n return value;\n}\n/** Loaded only through the fixed-family maintenance facet. */\nexport const observabilityV1Maintenance: RecordAttachmentMaintenanceFacet = Object.freeze({\n historicalCodecs: Object.freeze([\n Object.freeze({ schemaVersion: 1, decode: decodeObservabilityV1 }),\n ]),\n adjacentMigrations: Object.freeze([\n Object.freeze({\n fromSchemaVersion: 1,\n toSchemaVersion: 2,\n retention: Object.freeze({\n retainedFacts: Object.freeze([\"payload\", \"blobs\"]),\n droppedFacts: Object.freeze([]),\n rerunRecommendation: null,\n }),\n migrate: migrateObservabilityV1,\n }),\n ]),\n});\n"]}
|
|
@@ -554,7 +554,7 @@ exports.observabilityRecordAttachment = (0, index_ts_1.defineRecordAttachment)({
|
|
|
554
554
|
},
|
|
555
555
|
maintenance: () => __niceevalDynamicImport("./observability-v1.cjs").then(({ observabilityV1Maintenance }) => observabilityV1Maintenance),
|
|
556
556
|
adjacentMigrationLinks: Object.freeze([
|
|
557
|
-
Object.freeze({ fromSchemaVersion: 1, toSchemaVersion: 2 }),
|
|
557
|
+
Object.freeze({ fromSchemaVersion: 1, toSchemaVersion: 2, rewritePayload: false }),
|
|
558
558
|
]),
|
|
559
559
|
});
|
|
560
560
|
//# sourceMappingURL=observability.cjs.map
|