@qlever-llc/trellis 0.10.22 → 0.11.0-rc.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/esm/auth/mod.d.ts +1 -1
- package/esm/auth/mod.d.ts.map +1 -1
- package/esm/auth/mod.js +1 -1
- package/esm/auth/protocol.d.ts +55 -0
- package/esm/auth/protocol.d.ts.map +1 -1
- package/esm/browser.d.ts +3 -3
- package/esm/browser.d.ts.map +1 -1
- package/esm/browser.js +1 -1
- package/esm/client_connect.d.ts +12 -3
- package/esm/client_connect.d.ts.map +1 -1
- package/esm/client_connect.js +112 -7
- package/esm/codec.d.ts +7 -6
- package/esm/codec.d.ts.map +1 -1
- package/esm/codec.js +125 -6
- package/esm/contract_support/canonical.d.ts +3 -0
- package/esm/contract_support/canonical.d.ts.map +1 -1
- package/esm/contract_support/canonical.js +3 -0
- package/esm/contract_support/mod.d.ts +125 -10
- package/esm/contract_support/mod.d.ts.map +1 -1
- package/esm/contract_support/mod.js +159 -5
- package/esm/contract_support/protocol.d.ts +92 -7
- package/esm/contract_support/protocol.d.ts.map +1 -1
- package/esm/contract_support/protocol.js +41 -7
- package/esm/contract_support/runtime.d.ts +4 -1
- package/esm/contract_support/runtime.d.ts.map +1 -1
- package/esm/errors/SchemaValidationError.d.ts +49 -0
- package/esm/errors/SchemaValidationError.d.ts.map +1 -0
- package/esm/errors/SchemaValidationError.js +67 -0
- package/esm/errors/index.d.ts +38 -9
- package/esm/errors/index.d.ts.map +1 -1
- package/esm/errors/index.js +16 -0
- package/esm/generated-sdk/auth/api.d.ts +33 -605
- package/esm/generated-sdk/auth/api.d.ts.map +1 -1
- package/esm/generated-sdk/auth/api.js +6 -1
- package/esm/generated-sdk/auth/client.d.ts +129 -134
- package/esm/generated-sdk/auth/client.d.ts.map +1 -1
- package/esm/generated-sdk/auth/contract.d.ts +2 -601
- package/esm/generated-sdk/auth/contract.d.ts.map +1 -1
- package/esm/generated-sdk/auth/contract.js +310 -93
- package/esm/generated-sdk/auth/mod.d.ts +1 -1
- package/esm/generated-sdk/auth/mod.d.ts.map +1 -1
- package/esm/generated-sdk/auth/owned_api.d.ts +88 -86
- package/esm/generated-sdk/auth/owned_api.d.ts.map +1 -1
- package/esm/generated-sdk/auth/owned_api.js +6 -0
- package/esm/generated-sdk/auth/schemas.d.ts +284 -136
- package/esm/generated-sdk/auth/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/auth/schemas.js +231 -92
- package/esm/generated-sdk/auth/types.d.ts +565 -89
- package/esm/generated-sdk/auth/types.d.ts.map +1 -1
- package/esm/generated-sdk/auth/types.js +1 -1
- package/esm/generated-sdk/health/api.d.ts +29 -18
- package/esm/generated-sdk/health/api.d.ts.map +1 -1
- package/esm/generated-sdk/health/client.d.ts +7 -21
- package/esm/generated-sdk/health/client.d.ts.map +1 -1
- package/esm/generated-sdk/health/contract.d.ts +2 -15
- package/esm/generated-sdk/health/contract.d.ts.map +1 -1
- package/esm/generated-sdk/health/contract.js +2 -10
- package/esm/generated-sdk/health/mod.d.ts +1 -1
- package/esm/generated-sdk/health/mod.d.ts.map +1 -1
- package/esm/generated-sdk/health/owned_api.d.ts +2 -2
- package/esm/generated-sdk/health/schemas.d.ts +1 -14
- package/esm/generated-sdk/health/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/health/schemas.js +1 -9
- package/esm/generated-sdk/health/types.d.ts +10 -5
- package/esm/generated-sdk/health/types.d.ts.map +1 -1
- package/esm/generated-sdk/health/types.js +1 -2
- package/esm/generated-sdk/jobs/api.d.ts +29 -109
- package/esm/generated-sdk/jobs/api.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/client.d.ts +21 -33
- package/esm/generated-sdk/jobs/client.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/contract.d.ts +2 -106
- package/esm/generated-sdk/jobs/contract.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/contract.js +268 -1
- package/esm/generated-sdk/jobs/mod.d.ts +1 -1
- package/esm/generated-sdk/jobs/mod.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/owned_api.d.ts +22 -9
- package/esm/generated-sdk/jobs/owned_api.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/owned_api.js +20 -1
- package/esm/generated-sdk/jobs/schemas.d.ts +437 -0
- package/esm/generated-sdk/jobs/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/schemas.js +211 -0
- package/esm/generated-sdk/jobs/types.d.ts +195 -12
- package/esm/generated-sdk/jobs/types.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/types.js +1 -1
- package/esm/generated-sdk/state/api.d.ts +29 -68
- package/esm/generated-sdk/state/api.d.ts.map +1 -1
- package/esm/generated-sdk/state/client.d.ts +17 -31
- package/esm/generated-sdk/state/client.d.ts.map +1 -1
- package/esm/generated-sdk/state/contract.d.ts +1 -64
- package/esm/generated-sdk/state/contract.d.ts.map +1 -1
- package/esm/generated-sdk/state/mod.d.ts +1 -1
- package/esm/generated-sdk/state/mod.d.ts.map +1 -1
- package/esm/generated-sdk/state/owned_api.d.ts +7 -7
- package/esm/generated-sdk/state/types.d.ts +52 -9
- package/esm/generated-sdk/state/types.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/api.d.ts +33 -45
- package/esm/generated-sdk/trellis-core/api.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/api.js +6 -1
- package/esm/generated-sdk/trellis-core/client.d.ts +31 -20
- package/esm/generated-sdk/trellis-core/client.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/contract.d.ts +2 -41
- package/esm/generated-sdk/trellis-core/contract.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/contract.js +91 -1
- package/esm/generated-sdk/trellis-core/mod.d.ts +1 -1
- package/esm/generated-sdk/trellis-core/mod.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/owned_api.d.ts +4 -4
- package/esm/generated-sdk/trellis-core/schemas.d.ts +113 -0
- package/esm/generated-sdk/trellis-core/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/schemas.js +81 -0
- package/esm/generated-sdk/trellis-core/types.d.ts +54 -7
- package/esm/generated-sdk/trellis-core/types.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/types.js +1 -1
- package/esm/health.d.ts +1 -1
- package/esm/health.d.ts.map +1 -1
- package/esm/health.js +1 -1
- package/esm/index.d.ts +4 -4
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -2
- package/esm/jobs.d.ts +69 -3
- package/esm/jobs.d.ts.map +1 -1
- package/esm/jobs.js +92 -3
- package/esm/server/health.d.ts +2 -6
- package/esm/server/health.d.ts.map +1 -1
- package/esm/server/health_schemas.d.ts +0 -8
- package/esm/server/health_schemas.d.ts.map +1 -1
- package/esm/server/health_schemas.js +0 -5
- package/esm/server/internal_jobs/bindings.d.ts +11 -0
- package/esm/server/internal_jobs/bindings.d.ts.map +1 -1
- package/esm/server/internal_jobs/job-manager.d.ts +58 -2
- package/esm/server/internal_jobs/job-manager.d.ts.map +1 -1
- package/esm/server/internal_jobs/job-manager.js +429 -55
- package/esm/server/internal_jobs/key-coordinator.d.ts +269 -0
- package/esm/server/internal_jobs/key-coordinator.d.ts.map +1 -0
- package/esm/server/internal_jobs/key-coordinator.js +677 -0
- package/esm/server/internal_jobs/projection.d.ts.map +1 -1
- package/esm/server/internal_jobs/projection.js +2 -0
- package/esm/server/internal_jobs/runtime-worker.d.ts +5 -1
- package/esm/server/internal_jobs/runtime-worker.d.ts.map +1 -1
- package/esm/server/internal_jobs/runtime-worker.js +14 -2
- package/esm/server/internal_jobs/types.d.ts +5 -5
- package/esm/server/internal_jobs/types.d.ts.map +1 -1
- package/esm/server/internal_jobs/types.js +6 -0
- package/esm/server/runtime.d.ts.map +1 -1
- package/esm/server/service.d.ts +81 -112
- package/esm/server/service.d.ts.map +1 -1
- package/esm/server/service.js +372 -130
- package/esm/server.d.ts +3 -3
- package/esm/server.d.ts.map +1 -1
- package/esm/service/deno.d.ts +1 -1
- package/esm/service/deno.d.ts.map +1 -1
- package/esm/service/drizzle.d.ts +52 -0
- package/esm/service/drizzle.d.ts.map +1 -0
- package/esm/service/drizzle.js +108 -0
- package/esm/service/mod.d.ts +3 -3
- package/esm/service/mod.d.ts.map +1 -1
- package/esm/service/mod.js +2 -2
- package/esm/service/node.d.ts +1 -1
- package/esm/service/node.d.ts.map +1 -1
- package/esm/service/outbox_inbox.d.ts +76 -22
- package/esm/service/outbox_inbox.d.ts.map +1 -1
- package/esm/service/outbox_inbox.js +231 -70
- package/esm/telemetry/metrics.d.ts +55 -0
- package/esm/telemetry/metrics.d.ts.map +1 -1
- package/esm/telemetry/metrics.js +86 -0
- package/esm/telemetry/mod.d.ts +2 -1
- package/esm/telemetry/mod.d.ts.map +1 -1
- package/esm/telemetry/mod.js +1 -1
- package/esm/trellis.d.ts +62 -30
- package/esm/trellis.d.ts.map +1 -1
- package/esm/trellis.js +125 -42
- package/package.json +14 -2
- package/script/auth/mod.d.ts +1 -1
- package/script/auth/mod.d.ts.map +1 -1
- package/script/auth/mod.js +11 -4
- package/script/auth/protocol.d.ts +55 -0
- package/script/auth/protocol.d.ts.map +1 -1
- package/script/browser.d.ts +3 -3
- package/script/browser.d.ts.map +1 -1
- package/script/browser.js +3 -2
- package/script/client_connect.d.ts +12 -3
- package/script/client_connect.d.ts.map +1 -1
- package/script/client_connect.js +111 -6
- package/script/codec.d.ts +7 -6
- package/script/codec.d.ts.map +1 -1
- package/script/codec.js +124 -5
- package/script/contract_support/canonical.d.ts +3 -0
- package/script/contract_support/canonical.d.ts.map +1 -1
- package/script/contract_support/canonical.js +3 -0
- package/script/contract_support/mod.d.ts +125 -10
- package/script/contract_support/mod.d.ts.map +1 -1
- package/script/contract_support/mod.js +165 -5
- package/script/contract_support/protocol.d.ts +92 -7
- package/script/contract_support/protocol.d.ts.map +1 -1
- package/script/contract_support/protocol.js +42 -8
- package/script/contract_support/runtime.d.ts +4 -1
- package/script/contract_support/runtime.d.ts.map +1 -1
- package/script/errors/SchemaValidationError.d.ts +49 -0
- package/script/errors/SchemaValidationError.d.ts.map +1 -0
- package/script/errors/SchemaValidationError.js +74 -0
- package/script/errors/index.d.ts +38 -9
- package/script/errors/index.d.ts.map +1 -1
- package/script/errors/index.js +20 -1
- package/script/generated-sdk/auth/api.d.ts +33 -605
- package/script/generated-sdk/auth/api.d.ts.map +1 -1
- package/script/generated-sdk/auth/api.js +6 -1
- package/script/generated-sdk/auth/client.d.ts +129 -134
- package/script/generated-sdk/auth/client.d.ts.map +1 -1
- package/script/generated-sdk/auth/contract.d.ts +2 -601
- package/script/generated-sdk/auth/contract.d.ts.map +1 -1
- package/script/generated-sdk/auth/contract.js +310 -93
- package/script/generated-sdk/auth/mod.d.ts +1 -1
- package/script/generated-sdk/auth/mod.d.ts.map +1 -1
- package/script/generated-sdk/auth/owned_api.d.ts +88 -86
- package/script/generated-sdk/auth/owned_api.d.ts.map +1 -1
- package/script/generated-sdk/auth/owned_api.js +6 -0
- package/script/generated-sdk/auth/schemas.d.ts +284 -136
- package/script/generated-sdk/auth/schemas.d.ts.map +1 -1
- package/script/generated-sdk/auth/schemas.js +231 -92
- package/script/generated-sdk/auth/types.d.ts +565 -89
- package/script/generated-sdk/auth/types.d.ts.map +1 -1
- package/script/generated-sdk/auth/types.js +1 -1
- package/script/generated-sdk/health/api.d.ts +29 -18
- package/script/generated-sdk/health/api.d.ts.map +1 -1
- package/script/generated-sdk/health/client.d.ts +7 -21
- package/script/generated-sdk/health/client.d.ts.map +1 -1
- package/script/generated-sdk/health/contract.d.ts +2 -15
- package/script/generated-sdk/health/contract.d.ts.map +1 -1
- package/script/generated-sdk/health/contract.js +2 -10
- package/script/generated-sdk/health/mod.d.ts +1 -1
- package/script/generated-sdk/health/mod.d.ts.map +1 -1
- package/script/generated-sdk/health/owned_api.d.ts +2 -2
- package/script/generated-sdk/health/schemas.d.ts +1 -14
- package/script/generated-sdk/health/schemas.d.ts.map +1 -1
- package/script/generated-sdk/health/schemas.js +1 -9
- package/script/generated-sdk/health/types.d.ts +10 -5
- package/script/generated-sdk/health/types.d.ts.map +1 -1
- package/script/generated-sdk/health/types.js +1 -2
- package/script/generated-sdk/jobs/api.d.ts +29 -109
- package/script/generated-sdk/jobs/api.d.ts.map +1 -1
- package/script/generated-sdk/jobs/client.d.ts +21 -33
- package/script/generated-sdk/jobs/client.d.ts.map +1 -1
- package/script/generated-sdk/jobs/contract.d.ts +2 -106
- package/script/generated-sdk/jobs/contract.d.ts.map +1 -1
- package/script/generated-sdk/jobs/contract.js +268 -1
- package/script/generated-sdk/jobs/mod.d.ts +1 -1
- package/script/generated-sdk/jobs/mod.d.ts.map +1 -1
- package/script/generated-sdk/jobs/owned_api.d.ts +22 -9
- package/script/generated-sdk/jobs/owned_api.d.ts.map +1 -1
- package/script/generated-sdk/jobs/owned_api.js +19 -0
- package/script/generated-sdk/jobs/schemas.d.ts +437 -0
- package/script/generated-sdk/jobs/schemas.d.ts.map +1 -1
- package/script/generated-sdk/jobs/schemas.js +212 -1
- package/script/generated-sdk/jobs/types.d.ts +195 -12
- package/script/generated-sdk/jobs/types.d.ts.map +1 -1
- package/script/generated-sdk/jobs/types.js +1 -1
- package/script/generated-sdk/state/api.d.ts +29 -68
- package/script/generated-sdk/state/api.d.ts.map +1 -1
- package/script/generated-sdk/state/client.d.ts +17 -31
- package/script/generated-sdk/state/client.d.ts.map +1 -1
- package/script/generated-sdk/state/contract.d.ts +1 -64
- package/script/generated-sdk/state/contract.d.ts.map +1 -1
- package/script/generated-sdk/state/mod.d.ts +1 -1
- package/script/generated-sdk/state/mod.d.ts.map +1 -1
- package/script/generated-sdk/state/owned_api.d.ts +7 -7
- package/script/generated-sdk/state/types.d.ts +52 -9
- package/script/generated-sdk/state/types.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/api.d.ts +33 -45
- package/script/generated-sdk/trellis-core/api.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/api.js +6 -1
- package/script/generated-sdk/trellis-core/client.d.ts +31 -20
- package/script/generated-sdk/trellis-core/client.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/contract.d.ts +2 -41
- package/script/generated-sdk/trellis-core/contract.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/contract.js +91 -1
- package/script/generated-sdk/trellis-core/mod.d.ts +1 -1
- package/script/generated-sdk/trellis-core/mod.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/owned_api.d.ts +4 -4
- package/script/generated-sdk/trellis-core/schemas.d.ts +113 -0
- package/script/generated-sdk/trellis-core/schemas.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/schemas.js +81 -0
- package/script/generated-sdk/trellis-core/types.d.ts +54 -7
- package/script/generated-sdk/trellis-core/types.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/types.js +1 -1
- package/script/health.d.ts +1 -1
- package/script/health.d.ts.map +1 -1
- package/script/health.js +1 -2
- package/script/index.d.ts +4 -4
- package/script/index.d.ts.map +1 -1
- package/script/index.js +2 -2
- package/script/jobs.d.ts +69 -3
- package/script/jobs.d.ts.map +1 -1
- package/script/jobs.js +93 -3
- package/script/server/health.d.ts +2 -6
- package/script/server/health.d.ts.map +1 -1
- package/script/server/health_schemas.d.ts +0 -8
- package/script/server/health_schemas.d.ts.map +1 -1
- package/script/server/health_schemas.js +1 -6
- package/script/server/internal_jobs/bindings.d.ts +11 -0
- package/script/server/internal_jobs/bindings.d.ts.map +1 -1
- package/script/server/internal_jobs/job-manager.d.ts +58 -2
- package/script/server/internal_jobs/job-manager.d.ts.map +1 -1
- package/script/server/internal_jobs/job-manager.js +429 -54
- package/script/server/internal_jobs/key-coordinator.d.ts +269 -0
- package/script/server/internal_jobs/key-coordinator.d.ts.map +1 -0
- package/script/server/internal_jobs/key-coordinator.js +690 -0
- package/script/server/internal_jobs/projection.d.ts.map +1 -1
- package/script/server/internal_jobs/projection.js +2 -0
- package/script/server/internal_jobs/runtime-worker.d.ts +5 -1
- package/script/server/internal_jobs/runtime-worker.d.ts.map +1 -1
- package/script/server/internal_jobs/runtime-worker.js +14 -2
- package/script/server/internal_jobs/types.d.ts +5 -5
- package/script/server/internal_jobs/types.d.ts.map +1 -1
- package/script/server/internal_jobs/types.js +6 -0
- package/script/server/runtime.d.ts.map +1 -1
- package/script/server/service.d.ts +81 -112
- package/script/server/service.d.ts.map +1 -1
- package/script/server/service.js +369 -127
- package/script/server.d.ts +3 -3
- package/script/server.d.ts.map +1 -1
- package/script/service/deno.d.ts +1 -1
- package/script/service/deno.d.ts.map +1 -1
- package/script/service/drizzle.d.ts +52 -0
- package/script/service/drizzle.d.ts.map +1 -0
- package/script/service/drizzle.js +113 -0
- package/script/service/mod.d.ts +3 -3
- package/script/service/mod.d.ts.map +1 -1
- package/script/service/mod.js +4 -3
- package/script/service/node.d.ts +1 -1
- package/script/service/node.d.ts.map +1 -1
- package/script/service/outbox_inbox.d.ts +76 -22
- package/script/service/outbox_inbox.d.ts.map +1 -1
- package/script/service/outbox_inbox.js +233 -70
- package/script/telemetry/metrics.d.ts +55 -0
- package/script/telemetry/metrics.d.ts.map +1 -1
- package/script/telemetry/metrics.js +88 -0
- package/script/telemetry/mod.d.ts +2 -1
- package/script/telemetry/mod.d.ts.map +1 -1
- package/script/telemetry/mod.js +3 -1
- package/script/trellis.d.ts +62 -30
- package/script/trellis.d.ts.map +1 -1
- package/script/trellis.js +124 -41
- package/src/auth/mod.ts +7 -0
- package/src/browser.ts +5 -7
- package/src/client_connect.ts +200 -12
- package/src/codec.ts +186 -11
- package/src/contract_support/canonical.ts +3 -0
- package/src/contract_support/mod.ts +380 -9
- package/src/contract_support/protocol.ts +57 -10
- package/src/contract_support/runtime.ts +7 -0
- package/src/errors/SchemaValidationError.ts +67 -0
- package/src/errors/index.ts +28 -0
- package/src/health.ts +0 -1
- package/src/index.ts +7 -8
- package/src/jobs.ts +138 -1
- package/src/sdk/_generated/auth/api.ts +38 -7
- package/src/sdk/_generated/auth/client.ts +168 -530
- package/src/sdk/_generated/auth/contract.ts +310 -93
- package/src/sdk/_generated/auth/mod.ts +0 -1
- package/src/sdk/_generated/auth/owned_api.ts +92 -86
- package/src/sdk/_generated/auth/schemas.ts +231 -92
- package/src/sdk/_generated/auth/types.ts +1069 -273
- package/src/sdk/_generated/core/api.ts +38 -7
- package/src/sdk/_generated/core/client.ts +47 -73
- package/src/sdk/_generated/core/contract.ts +91 -1
- package/src/sdk/_generated/core/mod.ts +0 -1
- package/src/sdk/_generated/core/owned_api.ts +4 -4
- package/src/sdk/_generated/core/schemas.ts +81 -0
- package/src/sdk/_generated/core/types.ts +79 -15
- package/src/sdk/_generated/health/api.ts +29 -5
- package/src/sdk/_generated/health/client.ts +11 -58
- package/src/sdk/_generated/health/contract.ts +2 -10
- package/src/sdk/_generated/health/mod.ts +0 -1
- package/src/sdk/_generated/health/owned_api.ts +2 -2
- package/src/sdk/_generated/health/schemas.ts +1 -9
- package/src/sdk/_generated/health/types.ts +23 -2
- package/src/sdk/_generated/jobs/api.ts +29 -5
- package/src/sdk/_generated/jobs/client.ts +25 -109
- package/src/sdk/_generated/jobs/contract.ts +269 -1
- package/src/sdk/_generated/jobs/mod.ts +0 -1
- package/src/sdk/_generated/jobs/owned_api.ts +30 -9
- package/src/sdk/_generated/jobs/schemas.ts +213 -0
- package/src/sdk/_generated/jobs/types.ts +252 -18
- package/src/sdk/_generated/state/api.ts +29 -5
- package/src/sdk/_generated/state/client.ts +18 -95
- package/src/sdk/_generated/state/mod.ts +0 -1
- package/src/sdk/_generated/state/owned_api.ts +7 -7
- package/src/sdk/_generated/state/types.ts +91 -15
- package/src/server/health.ts +2 -6
- package/src/server/health_schemas.ts +0 -6
- package/src/server/internal_jobs/bindings.ts +11 -0
- package/src/server/internal_jobs/job-manager.ts +553 -24
- package/src/server/internal_jobs/key-coordinator.ts +1080 -0
- package/src/server/internal_jobs/projection.ts +2 -0
- package/src/server/internal_jobs/runtime-worker.ts +17 -1
- package/src/server/internal_jobs/types.ts +6 -0
- package/src/server/runtime.ts +4 -0
- package/src/server/service.ts +645 -625
- package/src/server.ts +14 -7
- package/src/service/deno.ts +0 -5
- package/src/service/drizzle.ts +184 -0
- package/src/service/mod.ts +17 -7
- package/src/service/node.ts +0 -5
- package/src/service/outbox_inbox.ts +354 -88
- package/src/telemetry/metrics.ts +198 -1
- package/src/telemetry/mod.ts +6 -0
- package/src/trellis.ts +286 -105
|
@@ -1,14 +1,41 @@
|
|
|
1
1
|
import { OWNED_API } from "./owned_api.js";
|
|
2
|
+
import { OWNED_API as HealthApi } from "@qlever-llc/trellis/sdk/health";
|
|
2
3
|
export { OWNED_API };
|
|
4
|
+
type __TrellisGeneratedOptionalOperationProgress<TDesc> = TDesc extends {
|
|
5
|
+
progress: infer TProgress;
|
|
6
|
+
} ? {
|
|
7
|
+
progress?: TProgress;
|
|
8
|
+
} : {
|
|
9
|
+
progress?: undefined;
|
|
10
|
+
};
|
|
11
|
+
type __TrellisGeneratedOptionalOperationOutput<TDesc> = TDesc extends {
|
|
12
|
+
output: infer TOutput;
|
|
13
|
+
} ? {
|
|
14
|
+
output?: TOutput;
|
|
15
|
+
} : {
|
|
16
|
+
output?: undefined;
|
|
17
|
+
};
|
|
18
|
+
type __TrellisGeneratedOptionalOperationIO<TDesc> = TDesc extends {
|
|
19
|
+
input: infer TInput;
|
|
20
|
+
} ? Omit<TDesc, "input" | "progress" | "output"> & {
|
|
21
|
+
input: TInput;
|
|
22
|
+
} & __TrellisGeneratedOptionalOperationProgress<TDesc> & __TrellisGeneratedOptionalOperationOutput<TDesc> : TDesc;
|
|
23
|
+
type __TrellisGeneratedOperationApi<TApi> = {
|
|
24
|
+
readonly [K in keyof TApi]: __TrellisGeneratedOptionalOperationIO<TApi[K]>;
|
|
25
|
+
};
|
|
3
26
|
export type UsedApi = {
|
|
4
27
|
rpc: {};
|
|
5
28
|
operations: {};
|
|
6
|
-
events: {
|
|
29
|
+
events: {
|
|
30
|
+
readonly "Health.Heartbeat": typeof HealthApi.events["Health.Heartbeat"];
|
|
31
|
+
};
|
|
7
32
|
feeds: {};
|
|
8
33
|
subjects: {};
|
|
9
34
|
};
|
|
10
35
|
export declare const USED_API: UsedApi;
|
|
11
|
-
export type OwnedApi = typeof OWNED_API
|
|
36
|
+
export type OwnedApi = Omit<typeof OWNED_API, "operations"> & {
|
|
37
|
+
operations: __TrellisGeneratedOperationApi<typeof OWNED_API["operations"]>;
|
|
38
|
+
};
|
|
12
39
|
export type Api = {
|
|
13
40
|
rpc: OwnedApi["rpc"] & UsedApi["rpc"];
|
|
14
41
|
operations: OwnedApi["operations"] & UsedApi["operations"];
|
|
@@ -16,48 +43,9 @@ export type Api = {
|
|
|
16
43
|
feeds: OwnedApi["feeds"] & UsedApi["feeds"];
|
|
17
44
|
subjects: OwnedApi["subjects"] & UsedApi["subjects"];
|
|
18
45
|
};
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"Trellis.Bindings.Get": {
|
|
23
|
-
subject: string;
|
|
24
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisBindingsGetInput>;
|
|
25
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisBindingsGetOutput>;
|
|
26
|
-
callerCapabilities: string[];
|
|
27
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
28
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
29
|
-
};
|
|
30
|
-
"Trellis.Catalog": {
|
|
31
|
-
subject: string;
|
|
32
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisCatalogInput>;
|
|
33
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisCatalogOutput>;
|
|
34
|
-
callerCapabilities: string[];
|
|
35
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
36
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
37
|
-
};
|
|
38
|
-
"Trellis.Contract.Get": {
|
|
39
|
-
subject: string;
|
|
40
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisContractGetInput>;
|
|
41
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisContractGetOutput>;
|
|
42
|
-
callerCapabilities: string[];
|
|
43
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
44
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
45
|
-
};
|
|
46
|
-
"Trellis.Surface.Status": {
|
|
47
|
-
subject: string;
|
|
48
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisSurfaceStatusInput>;
|
|
49
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisSurfaceStatusOutput>;
|
|
50
|
-
callerCapabilities: string[];
|
|
51
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
52
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
operations: {};
|
|
56
|
-
events: {};
|
|
57
|
-
feeds: {};
|
|
58
|
-
subjects: {};
|
|
59
|
-
};
|
|
60
|
-
readonly used: UsedApi;
|
|
46
|
+
export type ApiViews = {
|
|
47
|
+
owned: OwnedApi;
|
|
48
|
+
used: UsedApi;
|
|
61
49
|
};
|
|
62
|
-
export
|
|
50
|
+
export declare const API: ApiViews;
|
|
63
51
|
//# sourceMappingURL=api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE1D,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,KAAK,2CAA2C,CAAC,KAAK,IAAI,KAAK,SAC7D;IAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;CAAE,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,GACtD;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;AAC7B,KAAK,yCAAyC,CAAC,KAAK,IAAI,KAAK,SAC3D;IAAE,MAAM,EAAE,MAAM,OAAO,CAAA;CAAE,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,GAC9C;IAAE,MAAM,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;AAC3B,KAAK,qCAAqC,CAAC,KAAK,IAAI,KAAK,SACvD;IAAE,KAAK,EAAE,MAAM,MAAM,CAAA;CAAE,GACnB,IAAI,CAAC,KAAK,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC,GAC5C;IACA,KAAK,EAAE,MAAM,CAAC;CACf,GACC,2CAA2C,CAAC,KAAK,CAAC,GAClD,yCAAyC,CAAC,KAAK,CAAC,GAClD,KAAK,CAAC;AACV,KAAK,8BAA8B,CAAC,IAAI,IAAI;IAC1C,QAAQ,EAAE,CAAC,IAAI,MAAM,IAAI,GAAG,qCAAqC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;CAC3E,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB,GAAG,EAAE,EAAE,CAAC;IACR,UAAU,EAAE,EAAE,CAAC;IACf,MAAM,EAAE;QACN,QAAQ,CAAC,kBAAkB,EAAE,OAAO,SAAS,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;KAC1E,CAAC;IACF,KAAK,EAAE,EAAE,CAAC;IACV,QAAQ,EAAE,EAAE,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAUtB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,SAAS,EAAE,YAAY,CAAC,GAAG;IAC5D,UAAU,EAAE,8BAA8B,CAAC,OAAO,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC;CAC5E,CAAC;AACF,MAAM,MAAM,GAAG,GAAG;IAChB,GAAG,EAAE,QAAQ,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACtC,UAAU,EAAE,QAAQ,CAAC,YAAY,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC3D,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC/C,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5C,QAAQ,EAAE,QAAQ,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;CACtD,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,QAGjB,CAAC"}
|
|
@@ -4,10 +4,15 @@ exports.API = exports.USED_API = exports.OWNED_API = void 0;
|
|
|
4
4
|
// Generated from ./generated/contracts/manifests/trellis.core@v1.json
|
|
5
5
|
const owned_api_js_1 = require("./owned_api.js");
|
|
6
6
|
Object.defineProperty(exports, "OWNED_API", { enumerable: true, get: function () { return owned_api_js_1.OWNED_API; } });
|
|
7
|
+
const mod_js_1 = require("@qlever-llc/trellis/sdk/health");
|
|
7
8
|
exports.USED_API = {
|
|
8
9
|
rpc: {},
|
|
9
10
|
operations: {},
|
|
10
|
-
events: {
|
|
11
|
+
events: {
|
|
12
|
+
get "Health.Heartbeat"() {
|
|
13
|
+
return mod_js_1.OWNED_API.events["Health.Heartbeat"];
|
|
14
|
+
},
|
|
15
|
+
},
|
|
11
16
|
feeds: {},
|
|
12
17
|
subjects: {},
|
|
13
18
|
};
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import type { AsyncResult, BaseError, HandlerTrellis, MaybeAsync, ReceiveTransferGrant, ReceiveTransferHandle, RequestOpts,
|
|
1
|
+
import type { AsyncResult, BaseError, EventListenerContext, EventOpts, HandlerTrellis, MaybeAsync, PreparedTrellisEvent, ReceiveTransferGrant, ReceiveTransferHandle, RequestOpts, Result, SendTransferGrant, SendTransferHandle, TrellisConnection, UnexpectedError, ValidationError } from "@qlever-llc/trellis";
|
|
2
2
|
import type { Api } from "./api.js";
|
|
3
3
|
import type * as Types from "./types.js";
|
|
4
|
-
type
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
import type * as HealthSdk from "@qlever-llc/trellis/sdk/health";
|
|
5
|
+
type EventCallback<TMessage> = {
|
|
6
|
+
bivarianceHack(message: TMessage, context: EventListenerContext): MaybeAsync<void, BaseError>;
|
|
7
|
+
}["bivarianceHack"];
|
|
8
|
+
type DependencyServiceEventHandler<TEvent> = (args: {
|
|
9
|
+
event: TEvent;
|
|
10
|
+
context: EventListenerContext;
|
|
10
11
|
client: HandlerClient;
|
|
11
|
-
}
|
|
12
|
+
}) => MaybeAsync<void, BaseError>;
|
|
12
13
|
export type TrellisCoreState = {};
|
|
13
14
|
export interface TrellisCoreClient {
|
|
14
15
|
readonly name: string;
|
|
@@ -26,27 +27,37 @@ export interface TrellisCoreClient {
|
|
|
26
27
|
surfaceStatus(input: Types.TrellisSurfaceStatusInput, opts?: RequestOpts): AsyncResult<Types.TrellisSurfaceStatusOutput, BaseError>;
|
|
27
28
|
};
|
|
28
29
|
};
|
|
29
|
-
readonly event: {
|
|
30
|
+
readonly event: {
|
|
31
|
+
readonly health: {
|
|
32
|
+
heartbeat: {
|
|
33
|
+
publish(event: HealthSdk.HealthHeartbeatEvent): AsyncResult<void, ValidationError | UnexpectedError>;
|
|
34
|
+
prepare(event: HealthSdk.HealthHeartbeatEvent): Result<PreparedTrellisEvent<HealthSdk.HealthHeartbeatEvent>, ValidationError | UnexpectedError>;
|
|
35
|
+
listen(handler: EventCallback<HealthSdk.HealthHeartbeatEvent>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
30
39
|
readonly feed: {};
|
|
31
40
|
readonly operation: {};
|
|
32
41
|
wait(): AsyncResult<void, BaseError>;
|
|
33
42
|
}
|
|
34
43
|
export interface Service extends TrellisCoreClient {
|
|
35
44
|
readonly handle: ServiceHandle;
|
|
36
|
-
with<TDeps>(deps: TDeps): ServiceWithDeps<TDeps>;
|
|
37
45
|
}
|
|
38
|
-
export
|
|
39
|
-
readonly
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
export interface ServiceEventSurface {
|
|
47
|
+
readonly health: {
|
|
48
|
+
heartbeat: {
|
|
49
|
+
publish(event: HealthSdk.HealthHeartbeatEvent): AsyncResult<void, ValidationError | UnexpectedError>;
|
|
50
|
+
prepare(event: HealthSdk.HealthHeartbeatEvent): Result<PreparedTrellisEvent<HealthSdk.HealthHeartbeatEvent>, ValidationError | UnexpectedError>;
|
|
51
|
+
listen(handler: DependencyServiceEventHandler<HealthSdk.HealthHeartbeatEvent>, subjectData?: Record<string, unknown>, opts?: EventOpts): AsyncResult<void, ValidationError | UnexpectedError>;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
export interface ServiceHandle {
|
|
45
56
|
readonly rpc: {
|
|
46
57
|
readonly trellis: {
|
|
47
|
-
catalog(handler:
|
|
48
|
-
contractGet(handler:
|
|
49
|
-
surfaceStatus(handler:
|
|
58
|
+
catalog(handler: Types.TrellisCatalogHandler): Promise<void>;
|
|
59
|
+
contractGet(handler: Types.TrellisContractGetHandler): Promise<void>;
|
|
60
|
+
surfaceStatus(handler: Types.TrellisSurfaceStatusHandler): Promise<void>;
|
|
50
61
|
};
|
|
51
62
|
};
|
|
52
63
|
readonly feed: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/client.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,WAAW,EACX,SAAS,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,47 +1,8 @@
|
|
|
1
1
|
import type { SdkContractModule, TrellisContractV1 } from "@qlever-llc/trellis";
|
|
2
2
|
import { API } from "./api.js";
|
|
3
3
|
export declare const CONTRACT_ID: "trellis.core@v1";
|
|
4
|
-
export declare const CONTRACT_DIGEST: "
|
|
4
|
+
export declare const CONTRACT_DIGEST: "1vbZgyhBkgKDSkzqvkwItxObBfaLNdysxFBeTT-Ng2c";
|
|
5
5
|
export declare const CONTRACT: TrellisContractV1;
|
|
6
6
|
export declare const sdk: SdkContractModule<typeof CONTRACT_ID, typeof API.owned>;
|
|
7
|
-
export declare const use: import("@qlever-llc/trellis").ContractUseFn<"trellis.core@v1",
|
|
8
|
-
rpc: {
|
|
9
|
-
"Trellis.Bindings.Get": {
|
|
10
|
-
subject: string;
|
|
11
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisBindingsGetInput>;
|
|
12
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisBindingsGetOutput>;
|
|
13
|
-
callerCapabilities: string[];
|
|
14
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
15
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
16
|
-
};
|
|
17
|
-
"Trellis.Catalog": {
|
|
18
|
-
subject: string;
|
|
19
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisCatalogInput>;
|
|
20
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisCatalogOutput>;
|
|
21
|
-
callerCapabilities: string[];
|
|
22
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
23
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
24
|
-
};
|
|
25
|
-
"Trellis.Contract.Get": {
|
|
26
|
-
subject: string;
|
|
27
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisContractGetInput>;
|
|
28
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisContractGetOutput>;
|
|
29
|
-
callerCapabilities: string[];
|
|
30
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
31
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
32
|
-
};
|
|
33
|
-
"Trellis.Surface.Status": {
|
|
34
|
-
subject: string;
|
|
35
|
-
input: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisSurfaceStatusInput>;
|
|
36
|
-
output: import("@qlever-llc/trellis/contracts").Schema<import("./types.js").TrellisSurfaceStatusOutput>;
|
|
37
|
-
callerCapabilities: string[];
|
|
38
|
-
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
39
|
-
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
operations: {};
|
|
43
|
-
events: {};
|
|
44
|
-
feeds: {};
|
|
45
|
-
subjects: {};
|
|
46
|
-
}>;
|
|
7
|
+
export declare const use: import("@qlever-llc/trellis").ContractUseFn<"trellis.core@v1", import("./api.js").OwnedApi>;
|
|
47
8
|
//# sourceMappingURL=contract.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/contract.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,iBAAiB,EACjB,iBAAiB,EAElB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAM/B,eAAO,MAAM,WAAW,EAAG,iBAA0B,CAAC;AACtD,eAAO,MAAM,eAAe,EAC1B,6CAAsD,CAAC;AACzD,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"contract.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/contract.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAEV,iBAAiB,EACjB,iBAAiB,EAElB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAM/B,eAAO,MAAM,WAAW,EAAG,iBAA0B,CAAC;AACtD,eAAO,MAAM,eAAe,EAC1B,6CAAsD,CAAC;AACzD,eAAO,MAAM,QAAQ,EAyzBhB,iBAAiB,CAAC;AAgCvB,eAAO,MAAM,GAAG,EAAE,iBAAiB,CAAC,OAAO,WAAW,EAAE,OAAO,GAAG,CAAC,KAAK,CA0CvE,CAAC;AAEF,eAAO,MAAM,GAAG,2FAAU,CAAC"}
|
|
@@ -4,7 +4,7 @@ exports.use = exports.sdk = exports.CONTRACT = exports.CONTRACT_DIGEST = exports
|
|
|
4
4
|
const api_js_1 = require("./api.js");
|
|
5
5
|
const CONTRACT_MODULE_METADATA = Symbol.for("@qlever-llc/trellis/contracts/contract-module");
|
|
6
6
|
exports.CONTRACT_ID = "trellis.core@v1";
|
|
7
|
-
exports.CONTRACT_DIGEST = "
|
|
7
|
+
exports.CONTRACT_DIGEST = "1vbZgyhBkgKDSkzqvkwItxObBfaLNdysxFBeTT-Ng2c";
|
|
8
8
|
exports.CONTRACT = {
|
|
9
9
|
"capabilities": {
|
|
10
10
|
"trellis.core::catalog.read": {
|
|
@@ -155,6 +155,41 @@ exports.CONTRACT = {
|
|
|
155
155
|
"type": "integer",
|
|
156
156
|
},
|
|
157
157
|
"dlq": { "type": "boolean" },
|
|
158
|
+
"keyConcurrency": {
|
|
159
|
+
"properties": {
|
|
160
|
+
"heartbeatIntervalMs": {
|
|
161
|
+
"minimum": 1,
|
|
162
|
+
"type": "integer",
|
|
163
|
+
},
|
|
164
|
+
"heartbeatTtlMs": {
|
|
165
|
+
"minimum": 1,
|
|
166
|
+
"type": "integer",
|
|
167
|
+
},
|
|
168
|
+
"key": {
|
|
169
|
+
"items": { "minLength": 1, "type": "string" },
|
|
170
|
+
"minItems": 1,
|
|
171
|
+
"type": "array",
|
|
172
|
+
},
|
|
173
|
+
"maxActive": {
|
|
174
|
+
"minimum": 1,
|
|
175
|
+
"type": "integer",
|
|
176
|
+
},
|
|
177
|
+
"stalePolicy": {
|
|
178
|
+
"anyOf": [{
|
|
179
|
+
"const": "fail-stale",
|
|
180
|
+
"type": "string",
|
|
181
|
+
}, { "const": "block", "type": "string" }],
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
"required": [
|
|
185
|
+
"key",
|
|
186
|
+
"maxActive",
|
|
187
|
+
"heartbeatIntervalMs",
|
|
188
|
+
"heartbeatTtlMs",
|
|
189
|
+
"stalePolicy",
|
|
190
|
+
],
|
|
191
|
+
"type": "object",
|
|
192
|
+
},
|
|
158
193
|
"logs": { "type": "boolean" },
|
|
159
194
|
"maxDeliver": { "minimum": 1, "type": "integer" },
|
|
160
195
|
"payload": {
|
|
@@ -169,6 +204,26 @@ exports.CONTRACT = {
|
|
|
169
204
|
"minLength": 1,
|
|
170
205
|
"type": "string",
|
|
171
206
|
},
|
|
207
|
+
"queue": {
|
|
208
|
+
"properties": {
|
|
209
|
+
"maxQueuedPerKey": {
|
|
210
|
+
"minimum": 0,
|
|
211
|
+
"type": "integer",
|
|
212
|
+
},
|
|
213
|
+
"whenFull": {
|
|
214
|
+
"anyOf": [
|
|
215
|
+
{ "const": "reject", "type": "string" },
|
|
216
|
+
{ "const": "coalesce", "type": "string" },
|
|
217
|
+
{
|
|
218
|
+
"const": "replace-oldest",
|
|
219
|
+
"type": "string",
|
|
220
|
+
},
|
|
221
|
+
],
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
"required": ["maxQueuedPerKey", "whenFull"],
|
|
225
|
+
"type": "object",
|
|
226
|
+
},
|
|
172
227
|
"queueType": { "minLength": 1, "type": "string" },
|
|
173
228
|
"result": {
|
|
174
229
|
"properties": {
|
|
@@ -463,6 +518,29 @@ exports.CONTRACT = {
|
|
|
463
518
|
"required": ["markdown"],
|
|
464
519
|
"type": "object",
|
|
465
520
|
},
|
|
521
|
+
"keyConcurrency": {
|
|
522
|
+
"properties": {
|
|
523
|
+
"heartbeatIntervalMs": {
|
|
524
|
+
"minimum": 1,
|
|
525
|
+
"type": "integer",
|
|
526
|
+
},
|
|
527
|
+
"heartbeatTtlMs": { "minimum": 1, "type": "integer" },
|
|
528
|
+
"key": {
|
|
529
|
+
"items": { "minLength": 1, "type": "string" },
|
|
530
|
+
"minItems": 1,
|
|
531
|
+
"type": "array",
|
|
532
|
+
},
|
|
533
|
+
"maxActive": { "minimum": 1, "type": "integer" },
|
|
534
|
+
"stalePolicy": {
|
|
535
|
+
"anyOf": [
|
|
536
|
+
{ "const": "fail-stale", "type": "string" },
|
|
537
|
+
{ "const": "block", "type": "string" },
|
|
538
|
+
],
|
|
539
|
+
},
|
|
540
|
+
},
|
|
541
|
+
"required": ["key"],
|
|
542
|
+
"type": "object",
|
|
543
|
+
},
|
|
466
544
|
"logs": { "type": "boolean" },
|
|
467
545
|
"maxDeliver": { "minimum": 1, "type": "integer" },
|
|
468
546
|
"payload": {
|
|
@@ -473,6 +551,18 @@ exports.CONTRACT = {
|
|
|
473
551
|
"type": "object",
|
|
474
552
|
},
|
|
475
553
|
"progress": { "type": "boolean" },
|
|
554
|
+
"queue": {
|
|
555
|
+
"properties": {
|
|
556
|
+
"maxQueuedPerKey": { "minimum": 0, "type": "integer" },
|
|
557
|
+
"whenFull": {
|
|
558
|
+
"anyOf": [{ "const": "reject", "type": "string" }, {
|
|
559
|
+
"const": "coalesce",
|
|
560
|
+
"type": "string",
|
|
561
|
+
}, { "const": "replace-oldest", "type": "string" }],
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
"type": "object",
|
|
565
|
+
},
|
|
476
566
|
"result": {
|
|
477
567
|
"properties": {
|
|
478
568
|
"schema": { "minLength": 1, "type": "string" },
|
|
@@ -2,6 +2,6 @@ export { API, OWNED_API } from "./api.js";
|
|
|
2
2
|
export type { Api, ApiViews, OwnedApi } from "./api.js";
|
|
3
3
|
export * from "./types.js";
|
|
4
4
|
export * from "./schemas.js";
|
|
5
|
-
export type { Client, HandlerClient, Service, ServiceEventSurface, ServiceHandle,
|
|
5
|
+
export type { Client, HandlerClient, Service, ServiceEventSurface, ServiceHandle, TrellisCoreClient, TrellisCoreState, } from "./client.js";
|
|
6
6
|
export { CONTRACT, CONTRACT_DIGEST, CONTRACT_ID, sdk, use, } from "./contract.js";
|
|
7
7
|
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1C,YAAY,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACxD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,YAAY,EACV,MAAM,EACN,aAAa,EACb,OAAO,EACP,mBAAmB,EACnB,aAAa,EACb,
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1C,YAAY,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACxD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,YAAY,EACV,MAAM,EACN,aAAa,EACb,OAAO,EACP,mBAAmB,EACnB,aAAa,EACb,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,QAAQ,EACR,eAAe,EACf,WAAW,EACX,GAAG,EACH,GAAG,GACJ,MAAM,eAAe,CAAC"}
|
|
@@ -5,7 +5,7 @@ export declare const OWNED_API: {
|
|
|
5
5
|
subject: string;
|
|
6
6
|
input: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisBindingsGetInput>;
|
|
7
7
|
output: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisBindingsGetOutput>;
|
|
8
|
-
callerCapabilities:
|
|
8
|
+
callerCapabilities: readonly ["service"];
|
|
9
9
|
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
10
10
|
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
11
11
|
};
|
|
@@ -13,7 +13,7 @@ export declare const OWNED_API: {
|
|
|
13
13
|
subject: string;
|
|
14
14
|
input: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisCatalogInput>;
|
|
15
15
|
output: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisCatalogOutput>;
|
|
16
|
-
callerCapabilities:
|
|
16
|
+
callerCapabilities: readonly ["trellis.core::catalog.read"];
|
|
17
17
|
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
18
18
|
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
19
19
|
};
|
|
@@ -21,7 +21,7 @@ export declare const OWNED_API: {
|
|
|
21
21
|
subject: string;
|
|
22
22
|
input: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisContractGetInput>;
|
|
23
23
|
output: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisContractGetOutput>;
|
|
24
|
-
callerCapabilities:
|
|
24
|
+
callerCapabilities: readonly ["trellis.core::contract.read"];
|
|
25
25
|
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
26
26
|
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
27
27
|
};
|
|
@@ -29,7 +29,7 @@ export declare const OWNED_API: {
|
|
|
29
29
|
subject: string;
|
|
30
30
|
input: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisSurfaceStatusInput>;
|
|
31
31
|
output: import("@qlever-llc/trellis/contracts").Schema<Types.TrellisSurfaceStatusOutput>;
|
|
32
|
-
callerCapabilities:
|
|
32
|
+
callerCapabilities: readonly ["trellis.core::catalog.read"];
|
|
33
33
|
errors: readonly ["UnexpectedError", "ValidationError"];
|
|
34
34
|
declaredErrorTypes: readonly ["UnexpectedError", "ValidationError"];
|
|
35
35
|
};
|
|
@@ -119,6 +119,41 @@ export declare const TrellisBindingsGetResponseSchema: {
|
|
|
119
119
|
readonly dlq: {
|
|
120
120
|
readonly type: "boolean";
|
|
121
121
|
};
|
|
122
|
+
readonly keyConcurrency: {
|
|
123
|
+
readonly properties: {
|
|
124
|
+
readonly heartbeatIntervalMs: {
|
|
125
|
+
readonly minimum: 1;
|
|
126
|
+
readonly type: "integer";
|
|
127
|
+
};
|
|
128
|
+
readonly heartbeatTtlMs: {
|
|
129
|
+
readonly minimum: 1;
|
|
130
|
+
readonly type: "integer";
|
|
131
|
+
};
|
|
132
|
+
readonly key: {
|
|
133
|
+
readonly items: {
|
|
134
|
+
readonly minLength: 1;
|
|
135
|
+
readonly type: "string";
|
|
136
|
+
};
|
|
137
|
+
readonly minItems: 1;
|
|
138
|
+
readonly type: "array";
|
|
139
|
+
};
|
|
140
|
+
readonly maxActive: {
|
|
141
|
+
readonly minimum: 1;
|
|
142
|
+
readonly type: "integer";
|
|
143
|
+
};
|
|
144
|
+
readonly stalePolicy: {
|
|
145
|
+
readonly anyOf: readonly [{
|
|
146
|
+
readonly const: "fail-stale";
|
|
147
|
+
readonly type: "string";
|
|
148
|
+
}, {
|
|
149
|
+
readonly const: "block";
|
|
150
|
+
readonly type: "string";
|
|
151
|
+
}];
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
readonly required: readonly ["key", "maxActive", "heartbeatIntervalMs", "heartbeatTtlMs", "stalePolicy"];
|
|
155
|
+
readonly type: "object";
|
|
156
|
+
};
|
|
122
157
|
readonly logs: {
|
|
123
158
|
readonly type: "boolean";
|
|
124
159
|
};
|
|
@@ -143,6 +178,28 @@ export declare const TrellisBindingsGetResponseSchema: {
|
|
|
143
178
|
readonly minLength: 1;
|
|
144
179
|
readonly type: "string";
|
|
145
180
|
};
|
|
181
|
+
readonly queue: {
|
|
182
|
+
readonly properties: {
|
|
183
|
+
readonly maxQueuedPerKey: {
|
|
184
|
+
readonly minimum: 0;
|
|
185
|
+
readonly type: "integer";
|
|
186
|
+
};
|
|
187
|
+
readonly whenFull: {
|
|
188
|
+
readonly anyOf: readonly [{
|
|
189
|
+
readonly const: "reject";
|
|
190
|
+
readonly type: "string";
|
|
191
|
+
}, {
|
|
192
|
+
readonly const: "coalesce";
|
|
193
|
+
readonly type: "string";
|
|
194
|
+
}, {
|
|
195
|
+
readonly const: "replace-oldest";
|
|
196
|
+
readonly type: "string";
|
|
197
|
+
}];
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
readonly required: readonly ["maxQueuedPerKey", "whenFull"];
|
|
201
|
+
readonly type: "object";
|
|
202
|
+
};
|
|
146
203
|
readonly queueType: {
|
|
147
204
|
readonly minLength: 1;
|
|
148
205
|
readonly type: "string";
|
|
@@ -567,6 +624,41 @@ export declare const TrellisContractGetResponseSchema: {
|
|
|
567
624
|
readonly required: readonly ["markdown"];
|
|
568
625
|
readonly type: "object";
|
|
569
626
|
};
|
|
627
|
+
readonly keyConcurrency: {
|
|
628
|
+
readonly properties: {
|
|
629
|
+
readonly heartbeatIntervalMs: {
|
|
630
|
+
readonly minimum: 1;
|
|
631
|
+
readonly type: "integer";
|
|
632
|
+
};
|
|
633
|
+
readonly heartbeatTtlMs: {
|
|
634
|
+
readonly minimum: 1;
|
|
635
|
+
readonly type: "integer";
|
|
636
|
+
};
|
|
637
|
+
readonly key: {
|
|
638
|
+
readonly items: {
|
|
639
|
+
readonly minLength: 1;
|
|
640
|
+
readonly type: "string";
|
|
641
|
+
};
|
|
642
|
+
readonly minItems: 1;
|
|
643
|
+
readonly type: "array";
|
|
644
|
+
};
|
|
645
|
+
readonly maxActive: {
|
|
646
|
+
readonly minimum: 1;
|
|
647
|
+
readonly type: "integer";
|
|
648
|
+
};
|
|
649
|
+
readonly stalePolicy: {
|
|
650
|
+
readonly anyOf: readonly [{
|
|
651
|
+
readonly const: "fail-stale";
|
|
652
|
+
readonly type: "string";
|
|
653
|
+
}, {
|
|
654
|
+
readonly const: "block";
|
|
655
|
+
readonly type: "string";
|
|
656
|
+
}];
|
|
657
|
+
};
|
|
658
|
+
};
|
|
659
|
+
readonly required: readonly ["key"];
|
|
660
|
+
readonly type: "object";
|
|
661
|
+
};
|
|
570
662
|
readonly logs: {
|
|
571
663
|
readonly type: "boolean";
|
|
572
664
|
};
|
|
@@ -587,6 +679,27 @@ export declare const TrellisContractGetResponseSchema: {
|
|
|
587
679
|
readonly progress: {
|
|
588
680
|
readonly type: "boolean";
|
|
589
681
|
};
|
|
682
|
+
readonly queue: {
|
|
683
|
+
readonly properties: {
|
|
684
|
+
readonly maxQueuedPerKey: {
|
|
685
|
+
readonly minimum: 0;
|
|
686
|
+
readonly type: "integer";
|
|
687
|
+
};
|
|
688
|
+
readonly whenFull: {
|
|
689
|
+
readonly anyOf: readonly [{
|
|
690
|
+
readonly const: "reject";
|
|
691
|
+
readonly type: "string";
|
|
692
|
+
}, {
|
|
693
|
+
readonly const: "coalesce";
|
|
694
|
+
readonly type: "string";
|
|
695
|
+
}, {
|
|
696
|
+
readonly const: "replace-oldest";
|
|
697
|
+
readonly type: "string";
|
|
698
|
+
}];
|
|
699
|
+
};
|
|
700
|
+
};
|
|
701
|
+
readonly type: "object";
|
|
702
|
+
};
|
|
590
703
|
readonly result: {
|
|
591
704
|
readonly properties: {
|
|
592
705
|
readonly schema: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/schemas.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,+BAA+B;;;;;;;;;;;;CAMlC,CAAC;AAEX,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/sdk/_generated/core/schemas.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,+BAA+B;;;;;;;;;;;;CAMlC,CAAC;AAEX,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkPnC,CAAC;AAEX,eAAO,MAAM,2BAA2B;;;CAG9B,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+G/B,CAAC;AAEX,eAAO,MAAM,+BAA+B;;;;;;;;;CAMlC,CAAC;AAEX,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4PnC,CAAC;AAEX,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBpC,CAAC;AAEX,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDrC,CAAC"}
|