@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,10 +1,24 @@
|
|
|
1
1
|
// Generated from ./generated/contracts/manifests/trellis.auth@v1.json
|
|
2
|
-
import type {
|
|
3
|
-
|
|
2
|
+
import type {
|
|
3
|
+
BaseError,
|
|
4
|
+
EventListenerContext,
|
|
5
|
+
HandlerTrellis,
|
|
6
|
+
MaybeAsync,
|
|
7
|
+
OperationRuntimeHandle,
|
|
8
|
+
Result,
|
|
9
|
+
RpcHandlerContext,
|
|
10
|
+
SessionCaller,
|
|
11
|
+
TrellisErrorInstance,
|
|
12
|
+
TrellisEventMessage,
|
|
13
|
+
} from "../../../index.js";
|
|
14
|
+
|
|
15
|
+
import type { Api } from "./api.js";
|
|
16
|
+
|
|
17
|
+
export type HandlerClient = HandlerTrellis<Api>;
|
|
4
18
|
|
|
5
19
|
export const CONTRACT_ID = "trellis.auth@v1" as const;
|
|
6
20
|
export const CONTRACT_DIGEST =
|
|
7
|
-
"
|
|
21
|
+
"1YrFqkuEcvzJykFCGnDkhNE4ot_Lbt0T1QBDHabTHMo" as const;
|
|
8
22
|
|
|
9
23
|
export type AuthCapabilitiesListInput = { limit: number; offset?: number };
|
|
10
24
|
export type AuthCapabilitiesListOutput = {
|
|
@@ -1768,11 +1782,22 @@ export type AuthServiceInstancesDisableOutput = {
|
|
|
1768
1782
|
consumerName: string;
|
|
1769
1783
|
defaultDeadlineMs?: number;
|
|
1770
1784
|
dlq: boolean;
|
|
1785
|
+
keyConcurrency?: {
|
|
1786
|
+
heartbeatIntervalMs: number;
|
|
1787
|
+
heartbeatTtlMs: number;
|
|
1788
|
+
key: Array<string>;
|
|
1789
|
+
maxActive: number;
|
|
1790
|
+
stalePolicy: "fail-stale" | "block";
|
|
1791
|
+
};
|
|
1771
1792
|
logs: boolean;
|
|
1772
1793
|
maxDeliver: number;
|
|
1773
1794
|
payload: { schema: string };
|
|
1774
1795
|
progress: boolean;
|
|
1775
1796
|
publishPrefix: string;
|
|
1797
|
+
queue?: {
|
|
1798
|
+
maxQueuedPerKey: number;
|
|
1799
|
+
whenFull: "reject" | "coalesce" | "replace-oldest";
|
|
1800
|
+
};
|
|
1776
1801
|
queueType: string;
|
|
1777
1802
|
result?: { schema: string };
|
|
1778
1803
|
workSubject: string;
|
|
@@ -1833,11 +1858,22 @@ export type AuthServiceInstancesEnableOutput = {
|
|
|
1833
1858
|
consumerName: string;
|
|
1834
1859
|
defaultDeadlineMs?: number;
|
|
1835
1860
|
dlq: boolean;
|
|
1861
|
+
keyConcurrency?: {
|
|
1862
|
+
heartbeatIntervalMs: number;
|
|
1863
|
+
heartbeatTtlMs: number;
|
|
1864
|
+
key: Array<string>;
|
|
1865
|
+
maxActive: number;
|
|
1866
|
+
stalePolicy: "fail-stale" | "block";
|
|
1867
|
+
};
|
|
1836
1868
|
logs: boolean;
|
|
1837
1869
|
maxDeliver: number;
|
|
1838
1870
|
payload: { schema: string };
|
|
1839
1871
|
progress: boolean;
|
|
1840
1872
|
publishPrefix: string;
|
|
1873
|
+
queue?: {
|
|
1874
|
+
maxQueuedPerKey: number;
|
|
1875
|
+
whenFull: "reject" | "coalesce" | "replace-oldest";
|
|
1876
|
+
};
|
|
1841
1877
|
queueType: string;
|
|
1842
1878
|
result?: { schema: string };
|
|
1843
1879
|
workSubject: string;
|
|
@@ -1905,11 +1941,22 @@ export type AuthServiceInstancesListOutput = {
|
|
|
1905
1941
|
consumerName: string;
|
|
1906
1942
|
defaultDeadlineMs?: number;
|
|
1907
1943
|
dlq: boolean;
|
|
1944
|
+
keyConcurrency?: {
|
|
1945
|
+
heartbeatIntervalMs: number;
|
|
1946
|
+
heartbeatTtlMs: number;
|
|
1947
|
+
key: Array<string>;
|
|
1948
|
+
maxActive: number;
|
|
1949
|
+
stalePolicy: "fail-stale" | "block";
|
|
1950
|
+
};
|
|
1908
1951
|
logs: boolean;
|
|
1909
1952
|
maxDeliver: number;
|
|
1910
1953
|
payload: { schema: string };
|
|
1911
1954
|
progress: boolean;
|
|
1912
1955
|
publishPrefix: string;
|
|
1956
|
+
queue?: {
|
|
1957
|
+
maxQueuedPerKey: number;
|
|
1958
|
+
whenFull: "reject" | "coalesce" | "replace-oldest";
|
|
1959
|
+
};
|
|
1913
1960
|
queueType: string;
|
|
1914
1961
|
result?: { schema: string };
|
|
1915
1962
|
workSubject: string;
|
|
@@ -1977,11 +2024,22 @@ export type AuthServiceInstancesProvisionOutput = {
|
|
|
1977
2024
|
consumerName: string;
|
|
1978
2025
|
defaultDeadlineMs?: number;
|
|
1979
2026
|
dlq: boolean;
|
|
2027
|
+
keyConcurrency?: {
|
|
2028
|
+
heartbeatIntervalMs: number;
|
|
2029
|
+
heartbeatTtlMs: number;
|
|
2030
|
+
key: Array<string>;
|
|
2031
|
+
maxActive: number;
|
|
2032
|
+
stalePolicy: "fail-stale" | "block";
|
|
2033
|
+
};
|
|
1980
2034
|
logs: boolean;
|
|
1981
2035
|
maxDeliver: number;
|
|
1982
2036
|
payload: { schema: string };
|
|
1983
2037
|
progress: boolean;
|
|
1984
2038
|
publishPrefix: string;
|
|
2039
|
+
queue?: {
|
|
2040
|
+
maxQueuedPerKey: number;
|
|
2041
|
+
whenFull: "reject" | "coalesce" | "replace-oldest";
|
|
2042
|
+
};
|
|
1985
2043
|
queueType: string;
|
|
1986
2044
|
result?: { schema: string };
|
|
1987
2045
|
workSubject: string;
|
|
@@ -2283,18 +2341,71 @@ export type AuthDeviceUserAuthoritiesResolveOutput = {
|
|
|
2283
2341
|
instanceId: string;
|
|
2284
2342
|
status: "activated";
|
|
2285
2343
|
} | { reason?: string; status: "rejected" };
|
|
2344
|
+
export type AuthDeviceUserAuthoritiesResolveOperationHandlerError =
|
|
2345
|
+
TrellisErrorInstance;
|
|
2346
|
+
export type AuthDeviceUserAuthoritiesResolveOperationHandler = (
|
|
2347
|
+
args: {
|
|
2348
|
+
input: AuthDeviceUserAuthoritiesResolveInput;
|
|
2349
|
+
op: OperationRuntimeHandle<
|
|
2350
|
+
AuthDeviceUserAuthoritiesResolveProgress,
|
|
2351
|
+
AuthDeviceUserAuthoritiesResolveOutput,
|
|
2352
|
+
AuthDeviceUserAuthoritiesResolveOperationHandlerError
|
|
2353
|
+
>;
|
|
2354
|
+
caller: SessionCaller;
|
|
2355
|
+
client: HandlerClient;
|
|
2356
|
+
},
|
|
2357
|
+
) => unknown | Promise<unknown>;
|
|
2286
2358
|
|
|
2287
2359
|
export type AuthConnectionsClosedEvent = {
|
|
2288
|
-
|
|
2289
|
-
|
|
2360
|
+
id: string;
|
|
2361
|
+
origin: string;
|
|
2362
|
+
sessionKey: string;
|
|
2363
|
+
userNkey: string;
|
|
2364
|
+
};
|
|
2365
|
+
export type AuthConnectionsClosedEventMessage = TrellisEventMessage<
|
|
2366
|
+
AuthConnectionsClosedEvent
|
|
2367
|
+
>;
|
|
2368
|
+
export type AuthConnectionsClosedEventHandler = (
|
|
2369
|
+
args: {
|
|
2370
|
+
event: AuthConnectionsClosedEvent;
|
|
2371
|
+
context: EventListenerContext;
|
|
2372
|
+
client: HandlerClient;
|
|
2373
|
+
},
|
|
2374
|
+
) => MaybeAsync<void, BaseError>;
|
|
2290
2375
|
|
|
2291
2376
|
export type AuthConnectionsKickedEvent = {
|
|
2292
|
-
|
|
2293
|
-
|
|
2377
|
+
id: string;
|
|
2378
|
+
kickedBy: string;
|
|
2379
|
+
origin: string;
|
|
2380
|
+
userNkey: string;
|
|
2381
|
+
};
|
|
2382
|
+
export type AuthConnectionsKickedEventMessage = TrellisEventMessage<
|
|
2383
|
+
AuthConnectionsKickedEvent
|
|
2384
|
+
>;
|
|
2385
|
+
export type AuthConnectionsKickedEventHandler = (
|
|
2386
|
+
args: {
|
|
2387
|
+
event: AuthConnectionsKickedEvent;
|
|
2388
|
+
context: EventListenerContext;
|
|
2389
|
+
client: HandlerClient;
|
|
2390
|
+
},
|
|
2391
|
+
) => MaybeAsync<void, BaseError>;
|
|
2294
2392
|
|
|
2295
2393
|
export type AuthConnectionsOpenedEvent = {
|
|
2296
|
-
|
|
2297
|
-
|
|
2394
|
+
id: string;
|
|
2395
|
+
origin: string;
|
|
2396
|
+
sessionKey: string;
|
|
2397
|
+
userNkey: string;
|
|
2398
|
+
};
|
|
2399
|
+
export type AuthConnectionsOpenedEventMessage = TrellisEventMessage<
|
|
2400
|
+
AuthConnectionsOpenedEvent
|
|
2401
|
+
>;
|
|
2402
|
+
export type AuthConnectionsOpenedEventHandler = (
|
|
2403
|
+
args: {
|
|
2404
|
+
event: AuthConnectionsOpenedEvent;
|
|
2405
|
+
context: EventListenerContext;
|
|
2406
|
+
client: HandlerClient;
|
|
2407
|
+
},
|
|
2408
|
+
) => MaybeAsync<void, BaseError>;
|
|
2298
2409
|
|
|
2299
2410
|
export type AuthDeviceUserAuthoritiesApprovedEvent = {
|
|
2300
2411
|
approvedAt: string;
|
|
@@ -2315,6 +2426,16 @@ export type AuthDeviceUserAuthoritiesApprovedEvent = {
|
|
|
2315
2426
|
};
|
|
2316
2427
|
reviewId: string;
|
|
2317
2428
|
};
|
|
2429
|
+
export type AuthDeviceUserAuthoritiesApprovedEventMessage = TrellisEventMessage<
|
|
2430
|
+
AuthDeviceUserAuthoritiesApprovedEvent
|
|
2431
|
+
>;
|
|
2432
|
+
export type AuthDeviceUserAuthoritiesApprovedEventHandler = (
|
|
2433
|
+
args: {
|
|
2434
|
+
event: AuthDeviceUserAuthoritiesApprovedEvent;
|
|
2435
|
+
context: EventListenerContext;
|
|
2436
|
+
client: HandlerClient;
|
|
2437
|
+
},
|
|
2438
|
+
) => MaybeAsync<void, BaseError>;
|
|
2318
2439
|
|
|
2319
2440
|
export type AuthDeviceUserAuthoritiesRequestedEvent = {
|
|
2320
2441
|
deploymentId: string;
|
|
@@ -2328,6 +2449,15 @@ export type AuthDeviceUserAuthoritiesRequestedEvent = {
|
|
|
2328
2449
|
userId: string;
|
|
2329
2450
|
};
|
|
2330
2451
|
};
|
|
2452
|
+
export type AuthDeviceUserAuthoritiesRequestedEventMessage =
|
|
2453
|
+
TrellisEventMessage<AuthDeviceUserAuthoritiesRequestedEvent>;
|
|
2454
|
+
export type AuthDeviceUserAuthoritiesRequestedEventHandler = (
|
|
2455
|
+
args: {
|
|
2456
|
+
event: AuthDeviceUserAuthoritiesRequestedEvent;
|
|
2457
|
+
context: EventListenerContext;
|
|
2458
|
+
client: HandlerClient;
|
|
2459
|
+
},
|
|
2460
|
+
) => MaybeAsync<void, BaseError>;
|
|
2331
2461
|
|
|
2332
2462
|
export type AuthDeviceUserAuthoritiesResolvedEvent = {
|
|
2333
2463
|
deploymentId: string;
|
|
@@ -2342,6 +2472,16 @@ export type AuthDeviceUserAuthoritiesResolvedEvent = {
|
|
|
2342
2472
|
};
|
|
2343
2473
|
reviewId?: string;
|
|
2344
2474
|
};
|
|
2475
|
+
export type AuthDeviceUserAuthoritiesResolvedEventMessage = TrellisEventMessage<
|
|
2476
|
+
AuthDeviceUserAuthoritiesResolvedEvent
|
|
2477
|
+
>;
|
|
2478
|
+
export type AuthDeviceUserAuthoritiesResolvedEventHandler = (
|
|
2479
|
+
args: {
|
|
2480
|
+
event: AuthDeviceUserAuthoritiesResolvedEvent;
|
|
2481
|
+
context: EventListenerContext;
|
|
2482
|
+
client: HandlerClient;
|
|
2483
|
+
},
|
|
2484
|
+
) => MaybeAsync<void, BaseError>;
|
|
2345
2485
|
|
|
2346
2486
|
export type AuthDeviceUserAuthoritiesReviewRequestedEvent = {
|
|
2347
2487
|
deploymentId: string;
|
|
@@ -2356,10 +2496,32 @@ export type AuthDeviceUserAuthoritiesReviewRequestedEvent = {
|
|
|
2356
2496
|
};
|
|
2357
2497
|
reviewId: string;
|
|
2358
2498
|
};
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2499
|
+
export type AuthDeviceUserAuthoritiesReviewRequestedEventMessage =
|
|
2500
|
+
TrellisEventMessage<AuthDeviceUserAuthoritiesReviewRequestedEvent>;
|
|
2501
|
+
export type AuthDeviceUserAuthoritiesReviewRequestedEventHandler = (
|
|
2502
|
+
args: {
|
|
2503
|
+
event: AuthDeviceUserAuthoritiesReviewRequestedEvent;
|
|
2504
|
+
context: EventListenerContext;
|
|
2505
|
+
client: HandlerClient;
|
|
2506
|
+
},
|
|
2507
|
+
) => MaybeAsync<void, BaseError>;
|
|
2508
|
+
|
|
2509
|
+
export type AuthSessionsRevokedEvent = {
|
|
2510
|
+
id: string;
|
|
2511
|
+
origin: string;
|
|
2512
|
+
revokedBy: string;
|
|
2513
|
+
sessionKey: string;
|
|
2514
|
+
};
|
|
2515
|
+
export type AuthSessionsRevokedEventMessage = TrellisEventMessage<
|
|
2516
|
+
AuthSessionsRevokedEvent
|
|
2517
|
+
>;
|
|
2518
|
+
export type AuthSessionsRevokedEventHandler = (
|
|
2519
|
+
args: {
|
|
2520
|
+
event: AuthSessionsRevokedEvent;
|
|
2521
|
+
context: EventListenerContext;
|
|
2522
|
+
client: HandlerClient;
|
|
2523
|
+
},
|
|
2524
|
+
) => MaybeAsync<void, BaseError>;
|
|
2363
2525
|
|
|
2364
2526
|
export interface RpcMap {
|
|
2365
2527
|
"Auth.Capabilities.List": {
|
|
@@ -2619,267 +2781,901 @@ export interface RpcMap {
|
|
|
2619
2781
|
};
|
|
2620
2782
|
}
|
|
2621
2783
|
|
|
2622
|
-
export type
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
export type AuthCapabilityGroupsDeleteHandler = RpcHandlerFn<
|
|
2627
|
-
typeof API.owned,
|
|
2628
|
-
"Auth.CapabilityGroups.Delete"
|
|
2629
|
-
>;
|
|
2630
|
-
export type AuthCapabilityGroupsGetHandler = RpcHandlerFn<
|
|
2631
|
-
typeof API.owned,
|
|
2632
|
-
"Auth.CapabilityGroups.Get"
|
|
2633
|
-
>;
|
|
2634
|
-
export type AuthCapabilityGroupsListHandler = RpcHandlerFn<
|
|
2635
|
-
typeof API.owned,
|
|
2636
|
-
"Auth.CapabilityGroups.List"
|
|
2637
|
-
>;
|
|
2638
|
-
export type AuthCapabilityGroupsPutHandler = RpcHandlerFn<
|
|
2639
|
-
typeof API.owned,
|
|
2640
|
-
"Auth.CapabilityGroups.Put"
|
|
2641
|
-
>;
|
|
2642
|
-
export type AuthCatalogIssuesResolveHandler = RpcHandlerFn<
|
|
2643
|
-
typeof API.owned,
|
|
2644
|
-
"Auth.CatalogIssues.Resolve"
|
|
2645
|
-
>;
|
|
2646
|
-
export type AuthConnectionsKickHandler = RpcHandlerFn<
|
|
2647
|
-
typeof API.owned,
|
|
2648
|
-
"Auth.Connections.Kick"
|
|
2649
|
-
>;
|
|
2650
|
-
export type AuthConnectionsListHandler = RpcHandlerFn<
|
|
2651
|
-
typeof API.owned,
|
|
2652
|
-
"Auth.Connections.List"
|
|
2653
|
-
>;
|
|
2654
|
-
export type AuthDeploymentAuthorityAcceptMigrationHandler = RpcHandlerFn<
|
|
2655
|
-
typeof API.owned,
|
|
2656
|
-
"Auth.DeploymentAuthority.AcceptMigration"
|
|
2657
|
-
>;
|
|
2658
|
-
export type AuthDeploymentAuthorityAcceptUpdateHandler = RpcHandlerFn<
|
|
2659
|
-
typeof API.owned,
|
|
2660
|
-
"Auth.DeploymentAuthority.AcceptUpdate"
|
|
2661
|
-
>;
|
|
2662
|
-
export type AuthDeploymentAuthorityGetHandler = RpcHandlerFn<
|
|
2663
|
-
typeof API.owned,
|
|
2664
|
-
"Auth.DeploymentAuthority.Get"
|
|
2665
|
-
>;
|
|
2666
|
-
export type AuthDeploymentAuthorityGrantOverridesListHandler = RpcHandlerFn<
|
|
2667
|
-
typeof API.owned,
|
|
2668
|
-
"Auth.DeploymentAuthority.GrantOverrides.List"
|
|
2669
|
-
>;
|
|
2670
|
-
export type AuthDeploymentAuthorityGrantOverridesPutHandler = RpcHandlerFn<
|
|
2671
|
-
typeof API.owned,
|
|
2672
|
-
"Auth.DeploymentAuthority.GrantOverrides.Put"
|
|
2673
|
-
>;
|
|
2674
|
-
export type AuthDeploymentAuthorityGrantOverridesRemoveHandler = RpcHandlerFn<
|
|
2675
|
-
typeof API.owned,
|
|
2676
|
-
"Auth.DeploymentAuthority.GrantOverrides.Remove"
|
|
2677
|
-
>;
|
|
2678
|
-
export type AuthDeploymentAuthorityListHandler = RpcHandlerFn<
|
|
2679
|
-
typeof API.owned,
|
|
2680
|
-
"Auth.DeploymentAuthority.List"
|
|
2681
|
-
>;
|
|
2682
|
-
export type AuthDeploymentAuthorityPlanHandler = RpcHandlerFn<
|
|
2683
|
-
typeof API.owned,
|
|
2684
|
-
"Auth.DeploymentAuthority.Plan"
|
|
2685
|
-
>;
|
|
2686
|
-
export type AuthDeploymentAuthorityPlansGetHandler = RpcHandlerFn<
|
|
2687
|
-
typeof API.owned,
|
|
2688
|
-
"Auth.DeploymentAuthority.Plans.Get"
|
|
2689
|
-
>;
|
|
2690
|
-
export type AuthDeploymentAuthorityPlansListHandler = RpcHandlerFn<
|
|
2691
|
-
typeof API.owned,
|
|
2692
|
-
"Auth.DeploymentAuthority.Plans.List"
|
|
2693
|
-
>;
|
|
2694
|
-
export type AuthDeploymentAuthorityReconcileHandler = RpcHandlerFn<
|
|
2695
|
-
typeof API.owned,
|
|
2696
|
-
"Auth.DeploymentAuthority.Reconcile"
|
|
2697
|
-
>;
|
|
2698
|
-
export type AuthDeploymentAuthorityRejectHandler = RpcHandlerFn<
|
|
2699
|
-
typeof API.owned,
|
|
2700
|
-
"Auth.DeploymentAuthority.Reject"
|
|
2701
|
-
>;
|
|
2702
|
-
export type AuthDeploymentsCreateHandler = RpcHandlerFn<
|
|
2703
|
-
typeof API.owned,
|
|
2704
|
-
"Auth.Deployments.Create"
|
|
2705
|
-
>;
|
|
2706
|
-
export type AuthDeploymentsDisableHandler = RpcHandlerFn<
|
|
2707
|
-
typeof API.owned,
|
|
2708
|
-
"Auth.Deployments.Disable"
|
|
2709
|
-
>;
|
|
2710
|
-
export type AuthDeploymentsEnableHandler = RpcHandlerFn<
|
|
2711
|
-
typeof API.owned,
|
|
2712
|
-
"Auth.Deployments.Enable"
|
|
2713
|
-
>;
|
|
2714
|
-
export type AuthDeploymentsListHandler = RpcHandlerFn<
|
|
2715
|
-
typeof API.owned,
|
|
2716
|
-
"Auth.Deployments.List"
|
|
2717
|
-
>;
|
|
2718
|
-
export type AuthDeploymentsRemoveHandler = RpcHandlerFn<
|
|
2719
|
-
typeof API.owned,
|
|
2720
|
-
"Auth.Deployments.Remove"
|
|
2721
|
-
>;
|
|
2722
|
-
export type AuthDeviceUserAuthoritiesListHandler = RpcHandlerFn<
|
|
2723
|
-
typeof API.owned,
|
|
2724
|
-
"Auth.DeviceUserAuthorities.List"
|
|
2725
|
-
>;
|
|
2726
|
-
export type AuthDeviceUserAuthoritiesReviewsDecideHandler = RpcHandlerFn<
|
|
2727
|
-
typeof API.owned,
|
|
2728
|
-
"Auth.DeviceUserAuthorities.Reviews.Decide"
|
|
2729
|
-
>;
|
|
2730
|
-
export type AuthDeviceUserAuthoritiesReviewsListHandler = RpcHandlerFn<
|
|
2731
|
-
typeof API.owned,
|
|
2732
|
-
"Auth.DeviceUserAuthorities.Reviews.List"
|
|
2733
|
-
>;
|
|
2734
|
-
export type AuthDeviceUserAuthoritiesRevokeHandler = RpcHandlerFn<
|
|
2735
|
-
typeof API.owned,
|
|
2736
|
-
"Auth.DeviceUserAuthorities.Revoke"
|
|
2737
|
-
>;
|
|
2738
|
-
export type AuthDevicesConnectInfoGetHandler = RpcHandlerFn<
|
|
2739
|
-
typeof API.owned,
|
|
2740
|
-
"Auth.Devices.ConnectInfo.Get"
|
|
2741
|
-
>;
|
|
2742
|
-
export type AuthDevicesDisableHandler = RpcHandlerFn<
|
|
2743
|
-
typeof API.owned,
|
|
2744
|
-
"Auth.Devices.Disable"
|
|
2745
|
-
>;
|
|
2746
|
-
export type AuthDevicesEnableHandler = RpcHandlerFn<
|
|
2747
|
-
typeof API.owned,
|
|
2748
|
-
"Auth.Devices.Enable"
|
|
2749
|
-
>;
|
|
2750
|
-
export type AuthDevicesListHandler = RpcHandlerFn<
|
|
2751
|
-
typeof API.owned,
|
|
2752
|
-
"Auth.Devices.List"
|
|
2753
|
-
>;
|
|
2754
|
-
export type AuthDevicesProvisionHandler = RpcHandlerFn<
|
|
2755
|
-
typeof API.owned,
|
|
2756
|
-
"Auth.Devices.Provision"
|
|
2757
|
-
>;
|
|
2758
|
-
export type AuthDevicesRemoveHandler = RpcHandlerFn<
|
|
2759
|
-
typeof API.owned,
|
|
2760
|
-
"Auth.Devices.Remove"
|
|
2761
|
-
>;
|
|
2762
|
-
export type AuthHealthHandler = RpcHandlerFn<typeof API.owned, "Auth.Health">;
|
|
2763
|
-
export type AuthIdentitiesListHandler = RpcHandlerFn<
|
|
2764
|
-
typeof API.owned,
|
|
2765
|
-
"Auth.Identities.List"
|
|
2766
|
-
>;
|
|
2767
|
-
export type AuthIdentityGrantsListHandler = RpcHandlerFn<
|
|
2768
|
-
typeof API.owned,
|
|
2769
|
-
"Auth.IdentityGrants.List"
|
|
2770
|
-
>;
|
|
2771
|
-
export type AuthIdentityGrantsRevokeHandler = RpcHandlerFn<
|
|
2772
|
-
typeof API.owned,
|
|
2773
|
-
"Auth.IdentityGrants.Revoke"
|
|
2774
|
-
>;
|
|
2775
|
-
export type AuthPortalsGetHandler = RpcHandlerFn<
|
|
2776
|
-
typeof API.owned,
|
|
2777
|
-
"Auth.Portals.Get"
|
|
2778
|
-
>;
|
|
2779
|
-
export type AuthPortalsListHandler = RpcHandlerFn<
|
|
2780
|
-
typeof API.owned,
|
|
2781
|
-
"Auth.Portals.List"
|
|
2782
|
-
>;
|
|
2783
|
-
export type AuthPortalsLoginSettingsGetHandler = RpcHandlerFn<
|
|
2784
|
-
typeof API.owned,
|
|
2785
|
-
"Auth.Portals.LoginSettings.Get"
|
|
2786
|
-
>;
|
|
2787
|
-
export type AuthPortalsLoginSettingsUpdateHandler = RpcHandlerFn<
|
|
2788
|
-
typeof API.owned,
|
|
2789
|
-
"Auth.Portals.LoginSettings.Update"
|
|
2790
|
-
>;
|
|
2791
|
-
export type AuthPortalsPutHandler = RpcHandlerFn<
|
|
2792
|
-
typeof API.owned,
|
|
2793
|
-
"Auth.Portals.Put"
|
|
2794
|
-
>;
|
|
2795
|
-
export type AuthPortalsRemoveHandler = RpcHandlerFn<
|
|
2796
|
-
typeof API.owned,
|
|
2797
|
-
"Auth.Portals.Remove"
|
|
2798
|
-
>;
|
|
2799
|
-
export type AuthPortalsRoutesPutHandler = RpcHandlerFn<
|
|
2800
|
-
typeof API.owned,
|
|
2801
|
-
"Auth.Portals.Routes.Put"
|
|
2802
|
-
>;
|
|
2803
|
-
export type AuthPortalsRoutesRemoveHandler = RpcHandlerFn<
|
|
2804
|
-
typeof API.owned,
|
|
2805
|
-
"Auth.Portals.Routes.Remove"
|
|
2806
|
-
>;
|
|
2807
|
-
export type AuthRequestsValidateHandler = RpcHandlerFn<
|
|
2808
|
-
typeof API.owned,
|
|
2809
|
-
"Auth.Requests.Validate"
|
|
2810
|
-
>;
|
|
2811
|
-
export type AuthServiceInstancesDisableHandler = RpcHandlerFn<
|
|
2812
|
-
typeof API.owned,
|
|
2813
|
-
"Auth.ServiceInstances.Disable"
|
|
2814
|
-
>;
|
|
2815
|
-
export type AuthServiceInstancesEnableHandler = RpcHandlerFn<
|
|
2816
|
-
typeof API.owned,
|
|
2817
|
-
"Auth.ServiceInstances.Enable"
|
|
2818
|
-
>;
|
|
2819
|
-
export type AuthServiceInstancesListHandler = RpcHandlerFn<
|
|
2820
|
-
typeof API.owned,
|
|
2821
|
-
"Auth.ServiceInstances.List"
|
|
2822
|
-
>;
|
|
2823
|
-
export type AuthServiceInstancesProvisionHandler = RpcHandlerFn<
|
|
2824
|
-
typeof API.owned,
|
|
2825
|
-
"Auth.ServiceInstances.Provision"
|
|
2826
|
-
>;
|
|
2827
|
-
export type AuthServiceInstancesRemoveHandler = RpcHandlerFn<
|
|
2828
|
-
typeof API.owned,
|
|
2829
|
-
"Auth.ServiceInstances.Remove"
|
|
2830
|
-
>;
|
|
2831
|
-
export type AuthSessionsListHandler = RpcHandlerFn<
|
|
2832
|
-
typeof API.owned,
|
|
2833
|
-
"Auth.Sessions.List"
|
|
2834
|
-
>;
|
|
2835
|
-
export type AuthSessionsLogoutHandler = RpcHandlerFn<
|
|
2836
|
-
typeof API.owned,
|
|
2837
|
-
"Auth.Sessions.Logout"
|
|
2838
|
-
>;
|
|
2839
|
-
export type AuthSessionsMeHandler = RpcHandlerFn<
|
|
2840
|
-
typeof API.owned,
|
|
2841
|
-
"Auth.Sessions.Me"
|
|
2842
|
-
>;
|
|
2843
|
-
export type AuthSessionsRevokeHandler = RpcHandlerFn<
|
|
2844
|
-
typeof API.owned,
|
|
2845
|
-
"Auth.Sessions.Revoke"
|
|
2846
|
-
>;
|
|
2847
|
-
export type AuthUserIdentitiesListHandler = RpcHandlerFn<
|
|
2848
|
-
typeof API.owned,
|
|
2849
|
-
"Auth.UserIdentities.List"
|
|
2850
|
-
>;
|
|
2851
|
-
export type AuthUserIdentitiesUnlinkHandler = RpcHandlerFn<
|
|
2852
|
-
typeof API.owned,
|
|
2853
|
-
"Auth.UserIdentities.Unlink"
|
|
2854
|
-
>;
|
|
2855
|
-
export type AuthUsersCreateHandler = RpcHandlerFn<
|
|
2856
|
-
typeof API.owned,
|
|
2857
|
-
"Auth.Users.Create"
|
|
2858
|
-
>;
|
|
2859
|
-
export type AuthUsersGetHandler = RpcHandlerFn<
|
|
2860
|
-
typeof API.owned,
|
|
2861
|
-
"Auth.Users.Get"
|
|
2862
|
-
>;
|
|
2863
|
-
export type AuthUsersIdentityLinkCreateHandler = RpcHandlerFn<
|
|
2864
|
-
typeof API.owned,
|
|
2865
|
-
"Auth.Users.IdentityLink.Create"
|
|
2866
|
-
>;
|
|
2867
|
-
export type AuthUsersListHandler = RpcHandlerFn<
|
|
2868
|
-
typeof API.owned,
|
|
2869
|
-
"Auth.Users.List"
|
|
2870
|
-
>;
|
|
2871
|
-
export type AuthUsersPasswordChangeHandler = RpcHandlerFn<
|
|
2872
|
-
typeof API.owned,
|
|
2873
|
-
"Auth.Users.Password.Change"
|
|
2874
|
-
>;
|
|
2875
|
-
export type AuthUsersPasswordResetCreateHandler = RpcHandlerFn<
|
|
2876
|
-
typeof API.owned,
|
|
2877
|
-
"Auth.Users.PasswordReset.Create"
|
|
2878
|
-
>;
|
|
2879
|
-
export type AuthUsersUpdateHandler = RpcHandlerFn<
|
|
2880
|
-
typeof API.owned,
|
|
2881
|
-
"Auth.Users.Update"
|
|
2784
|
+
export type AuthCapabilitiesListHandlerError = TrellisErrorInstance;
|
|
2785
|
+
export type AuthCapabilitiesListHandlerResult = Result<
|
|
2786
|
+
AuthCapabilitiesListOutput,
|
|
2787
|
+
AuthCapabilitiesListHandlerError
|
|
2882
2788
|
>;
|
|
2789
|
+
export type AuthCapabilitiesListHandler = (
|
|
2790
|
+
args: {
|
|
2791
|
+
input: AuthCapabilitiesListInput;
|
|
2792
|
+
context: RpcHandlerContext;
|
|
2793
|
+
client: HandlerClient;
|
|
2794
|
+
},
|
|
2795
|
+
) =>
|
|
2796
|
+
| AuthCapabilitiesListHandlerResult
|
|
2797
|
+
| Promise<AuthCapabilitiesListHandlerResult>;
|
|
2798
|
+
export type AuthCapabilityGroupsDeleteHandlerError = TrellisErrorInstance;
|
|
2799
|
+
export type AuthCapabilityGroupsDeleteHandlerResult = Result<
|
|
2800
|
+
AuthCapabilityGroupsDeleteOutput,
|
|
2801
|
+
AuthCapabilityGroupsDeleteHandlerError
|
|
2802
|
+
>;
|
|
2803
|
+
export type AuthCapabilityGroupsDeleteHandler = (
|
|
2804
|
+
args: {
|
|
2805
|
+
input: AuthCapabilityGroupsDeleteInput;
|
|
2806
|
+
context: RpcHandlerContext;
|
|
2807
|
+
client: HandlerClient;
|
|
2808
|
+
},
|
|
2809
|
+
) =>
|
|
2810
|
+
| AuthCapabilityGroupsDeleteHandlerResult
|
|
2811
|
+
| Promise<AuthCapabilityGroupsDeleteHandlerResult>;
|
|
2812
|
+
export type AuthCapabilityGroupsGetHandlerError = TrellisErrorInstance;
|
|
2813
|
+
export type AuthCapabilityGroupsGetHandlerResult = Result<
|
|
2814
|
+
AuthCapabilityGroupsGetOutput,
|
|
2815
|
+
AuthCapabilityGroupsGetHandlerError
|
|
2816
|
+
>;
|
|
2817
|
+
export type AuthCapabilityGroupsGetHandler = (
|
|
2818
|
+
args: {
|
|
2819
|
+
input: AuthCapabilityGroupsGetInput;
|
|
2820
|
+
context: RpcHandlerContext;
|
|
2821
|
+
client: HandlerClient;
|
|
2822
|
+
},
|
|
2823
|
+
) =>
|
|
2824
|
+
| AuthCapabilityGroupsGetHandlerResult
|
|
2825
|
+
| Promise<AuthCapabilityGroupsGetHandlerResult>;
|
|
2826
|
+
export type AuthCapabilityGroupsListHandlerError = TrellisErrorInstance;
|
|
2827
|
+
export type AuthCapabilityGroupsListHandlerResult = Result<
|
|
2828
|
+
AuthCapabilityGroupsListOutput,
|
|
2829
|
+
AuthCapabilityGroupsListHandlerError
|
|
2830
|
+
>;
|
|
2831
|
+
export type AuthCapabilityGroupsListHandler = (
|
|
2832
|
+
args: {
|
|
2833
|
+
input: AuthCapabilityGroupsListInput;
|
|
2834
|
+
context: RpcHandlerContext;
|
|
2835
|
+
client: HandlerClient;
|
|
2836
|
+
},
|
|
2837
|
+
) =>
|
|
2838
|
+
| AuthCapabilityGroupsListHandlerResult
|
|
2839
|
+
| Promise<AuthCapabilityGroupsListHandlerResult>;
|
|
2840
|
+
export type AuthCapabilityGroupsPutHandlerError = TrellisErrorInstance;
|
|
2841
|
+
export type AuthCapabilityGroupsPutHandlerResult = Result<
|
|
2842
|
+
AuthCapabilityGroupsPutOutput,
|
|
2843
|
+
AuthCapabilityGroupsPutHandlerError
|
|
2844
|
+
>;
|
|
2845
|
+
export type AuthCapabilityGroupsPutHandler = (
|
|
2846
|
+
args: {
|
|
2847
|
+
input: AuthCapabilityGroupsPutInput;
|
|
2848
|
+
context: RpcHandlerContext;
|
|
2849
|
+
client: HandlerClient;
|
|
2850
|
+
},
|
|
2851
|
+
) =>
|
|
2852
|
+
| AuthCapabilityGroupsPutHandlerResult
|
|
2853
|
+
| Promise<AuthCapabilityGroupsPutHandlerResult>;
|
|
2854
|
+
export type AuthCatalogIssuesResolveHandlerError = TrellisErrorInstance;
|
|
2855
|
+
export type AuthCatalogIssuesResolveHandlerResult = Result<
|
|
2856
|
+
AuthCatalogIssuesResolveOutput,
|
|
2857
|
+
AuthCatalogIssuesResolveHandlerError
|
|
2858
|
+
>;
|
|
2859
|
+
export type AuthCatalogIssuesResolveHandler = (
|
|
2860
|
+
args: {
|
|
2861
|
+
input: AuthCatalogIssuesResolveInput;
|
|
2862
|
+
context: RpcHandlerContext;
|
|
2863
|
+
client: HandlerClient;
|
|
2864
|
+
},
|
|
2865
|
+
) =>
|
|
2866
|
+
| AuthCatalogIssuesResolveHandlerResult
|
|
2867
|
+
| Promise<AuthCatalogIssuesResolveHandlerResult>;
|
|
2868
|
+
export type AuthConnectionsKickHandlerError = TrellisErrorInstance;
|
|
2869
|
+
export type AuthConnectionsKickHandlerResult = Result<
|
|
2870
|
+
AuthConnectionsKickOutput,
|
|
2871
|
+
AuthConnectionsKickHandlerError
|
|
2872
|
+
>;
|
|
2873
|
+
export type AuthConnectionsKickHandler = (
|
|
2874
|
+
args: {
|
|
2875
|
+
input: AuthConnectionsKickInput;
|
|
2876
|
+
context: RpcHandlerContext;
|
|
2877
|
+
client: HandlerClient;
|
|
2878
|
+
},
|
|
2879
|
+
) =>
|
|
2880
|
+
| AuthConnectionsKickHandlerResult
|
|
2881
|
+
| Promise<AuthConnectionsKickHandlerResult>;
|
|
2882
|
+
export type AuthConnectionsListHandlerError = TrellisErrorInstance;
|
|
2883
|
+
export type AuthConnectionsListHandlerResult = Result<
|
|
2884
|
+
AuthConnectionsListOutput,
|
|
2885
|
+
AuthConnectionsListHandlerError
|
|
2886
|
+
>;
|
|
2887
|
+
export type AuthConnectionsListHandler = (
|
|
2888
|
+
args: {
|
|
2889
|
+
input: AuthConnectionsListInput;
|
|
2890
|
+
context: RpcHandlerContext;
|
|
2891
|
+
client: HandlerClient;
|
|
2892
|
+
},
|
|
2893
|
+
) =>
|
|
2894
|
+
| AuthConnectionsListHandlerResult
|
|
2895
|
+
| Promise<AuthConnectionsListHandlerResult>;
|
|
2896
|
+
export type AuthDeploymentAuthorityAcceptMigrationHandlerError =
|
|
2897
|
+
TrellisErrorInstance;
|
|
2898
|
+
export type AuthDeploymentAuthorityAcceptMigrationHandlerResult = Result<
|
|
2899
|
+
AuthDeploymentAuthorityAcceptMigrationOutput,
|
|
2900
|
+
AuthDeploymentAuthorityAcceptMigrationHandlerError
|
|
2901
|
+
>;
|
|
2902
|
+
export type AuthDeploymentAuthorityAcceptMigrationHandler = (
|
|
2903
|
+
args: {
|
|
2904
|
+
input: AuthDeploymentAuthorityAcceptMigrationInput;
|
|
2905
|
+
context: RpcHandlerContext;
|
|
2906
|
+
client: HandlerClient;
|
|
2907
|
+
},
|
|
2908
|
+
) =>
|
|
2909
|
+
| AuthDeploymentAuthorityAcceptMigrationHandlerResult
|
|
2910
|
+
| Promise<AuthDeploymentAuthorityAcceptMigrationHandlerResult>;
|
|
2911
|
+
export type AuthDeploymentAuthorityAcceptUpdateHandlerError =
|
|
2912
|
+
TrellisErrorInstance;
|
|
2913
|
+
export type AuthDeploymentAuthorityAcceptUpdateHandlerResult = Result<
|
|
2914
|
+
AuthDeploymentAuthorityAcceptUpdateOutput,
|
|
2915
|
+
AuthDeploymentAuthorityAcceptUpdateHandlerError
|
|
2916
|
+
>;
|
|
2917
|
+
export type AuthDeploymentAuthorityAcceptUpdateHandler = (
|
|
2918
|
+
args: {
|
|
2919
|
+
input: AuthDeploymentAuthorityAcceptUpdateInput;
|
|
2920
|
+
context: RpcHandlerContext;
|
|
2921
|
+
client: HandlerClient;
|
|
2922
|
+
},
|
|
2923
|
+
) =>
|
|
2924
|
+
| AuthDeploymentAuthorityAcceptUpdateHandlerResult
|
|
2925
|
+
| Promise<AuthDeploymentAuthorityAcceptUpdateHandlerResult>;
|
|
2926
|
+
export type AuthDeploymentAuthorityGetHandlerError = TrellisErrorInstance;
|
|
2927
|
+
export type AuthDeploymentAuthorityGetHandlerResult = Result<
|
|
2928
|
+
AuthDeploymentAuthorityGetOutput,
|
|
2929
|
+
AuthDeploymentAuthorityGetHandlerError
|
|
2930
|
+
>;
|
|
2931
|
+
export type AuthDeploymentAuthorityGetHandler = (
|
|
2932
|
+
args: {
|
|
2933
|
+
input: AuthDeploymentAuthorityGetInput;
|
|
2934
|
+
context: RpcHandlerContext;
|
|
2935
|
+
client: HandlerClient;
|
|
2936
|
+
},
|
|
2937
|
+
) =>
|
|
2938
|
+
| AuthDeploymentAuthorityGetHandlerResult
|
|
2939
|
+
| Promise<AuthDeploymentAuthorityGetHandlerResult>;
|
|
2940
|
+
export type AuthDeploymentAuthorityGrantOverridesListHandlerError =
|
|
2941
|
+
TrellisErrorInstance;
|
|
2942
|
+
export type AuthDeploymentAuthorityGrantOverridesListHandlerResult = Result<
|
|
2943
|
+
AuthDeploymentAuthorityGrantOverridesListOutput,
|
|
2944
|
+
AuthDeploymentAuthorityGrantOverridesListHandlerError
|
|
2945
|
+
>;
|
|
2946
|
+
export type AuthDeploymentAuthorityGrantOverridesListHandler = (
|
|
2947
|
+
args: {
|
|
2948
|
+
input: AuthDeploymentAuthorityGrantOverridesListInput;
|
|
2949
|
+
context: RpcHandlerContext;
|
|
2950
|
+
client: HandlerClient;
|
|
2951
|
+
},
|
|
2952
|
+
) =>
|
|
2953
|
+
| AuthDeploymentAuthorityGrantOverridesListHandlerResult
|
|
2954
|
+
| Promise<AuthDeploymentAuthorityGrantOverridesListHandlerResult>;
|
|
2955
|
+
export type AuthDeploymentAuthorityGrantOverridesPutHandlerError =
|
|
2956
|
+
TrellisErrorInstance;
|
|
2957
|
+
export type AuthDeploymentAuthorityGrantOverridesPutHandlerResult = Result<
|
|
2958
|
+
AuthDeploymentAuthorityGrantOverridesPutOutput,
|
|
2959
|
+
AuthDeploymentAuthorityGrantOverridesPutHandlerError
|
|
2960
|
+
>;
|
|
2961
|
+
export type AuthDeploymentAuthorityGrantOverridesPutHandler = (
|
|
2962
|
+
args: {
|
|
2963
|
+
input: AuthDeploymentAuthorityGrantOverridesPutInput;
|
|
2964
|
+
context: RpcHandlerContext;
|
|
2965
|
+
client: HandlerClient;
|
|
2966
|
+
},
|
|
2967
|
+
) =>
|
|
2968
|
+
| AuthDeploymentAuthorityGrantOverridesPutHandlerResult
|
|
2969
|
+
| Promise<AuthDeploymentAuthorityGrantOverridesPutHandlerResult>;
|
|
2970
|
+
export type AuthDeploymentAuthorityGrantOverridesRemoveHandlerError =
|
|
2971
|
+
TrellisErrorInstance;
|
|
2972
|
+
export type AuthDeploymentAuthorityGrantOverridesRemoveHandlerResult = Result<
|
|
2973
|
+
AuthDeploymentAuthorityGrantOverridesRemoveOutput,
|
|
2974
|
+
AuthDeploymentAuthorityGrantOverridesRemoveHandlerError
|
|
2975
|
+
>;
|
|
2976
|
+
export type AuthDeploymentAuthorityGrantOverridesRemoveHandler = (
|
|
2977
|
+
args: {
|
|
2978
|
+
input: AuthDeploymentAuthorityGrantOverridesRemoveInput;
|
|
2979
|
+
context: RpcHandlerContext;
|
|
2980
|
+
client: HandlerClient;
|
|
2981
|
+
},
|
|
2982
|
+
) =>
|
|
2983
|
+
| AuthDeploymentAuthorityGrantOverridesRemoveHandlerResult
|
|
2984
|
+
| Promise<AuthDeploymentAuthorityGrantOverridesRemoveHandlerResult>;
|
|
2985
|
+
export type AuthDeploymentAuthorityListHandlerError = TrellisErrorInstance;
|
|
2986
|
+
export type AuthDeploymentAuthorityListHandlerResult = Result<
|
|
2987
|
+
AuthDeploymentAuthorityListOutput,
|
|
2988
|
+
AuthDeploymentAuthorityListHandlerError
|
|
2989
|
+
>;
|
|
2990
|
+
export type AuthDeploymentAuthorityListHandler = (
|
|
2991
|
+
args: {
|
|
2992
|
+
input: AuthDeploymentAuthorityListInput;
|
|
2993
|
+
context: RpcHandlerContext;
|
|
2994
|
+
client: HandlerClient;
|
|
2995
|
+
},
|
|
2996
|
+
) =>
|
|
2997
|
+
| AuthDeploymentAuthorityListHandlerResult
|
|
2998
|
+
| Promise<AuthDeploymentAuthorityListHandlerResult>;
|
|
2999
|
+
export type AuthDeploymentAuthorityPlanHandlerError = TrellisErrorInstance;
|
|
3000
|
+
export type AuthDeploymentAuthorityPlanHandlerResult = Result<
|
|
3001
|
+
AuthDeploymentAuthorityPlanOutput,
|
|
3002
|
+
AuthDeploymentAuthorityPlanHandlerError
|
|
3003
|
+
>;
|
|
3004
|
+
export type AuthDeploymentAuthorityPlanHandler = (
|
|
3005
|
+
args: {
|
|
3006
|
+
input: AuthDeploymentAuthorityPlanInput;
|
|
3007
|
+
context: RpcHandlerContext;
|
|
3008
|
+
client: HandlerClient;
|
|
3009
|
+
},
|
|
3010
|
+
) =>
|
|
3011
|
+
| AuthDeploymentAuthorityPlanHandlerResult
|
|
3012
|
+
| Promise<AuthDeploymentAuthorityPlanHandlerResult>;
|
|
3013
|
+
export type AuthDeploymentAuthorityPlansGetHandlerError = TrellisErrorInstance;
|
|
3014
|
+
export type AuthDeploymentAuthorityPlansGetHandlerResult = Result<
|
|
3015
|
+
AuthDeploymentAuthorityPlansGetOutput,
|
|
3016
|
+
AuthDeploymentAuthorityPlansGetHandlerError
|
|
3017
|
+
>;
|
|
3018
|
+
export type AuthDeploymentAuthorityPlansGetHandler = (
|
|
3019
|
+
args: {
|
|
3020
|
+
input: AuthDeploymentAuthorityPlansGetInput;
|
|
3021
|
+
context: RpcHandlerContext;
|
|
3022
|
+
client: HandlerClient;
|
|
3023
|
+
},
|
|
3024
|
+
) =>
|
|
3025
|
+
| AuthDeploymentAuthorityPlansGetHandlerResult
|
|
3026
|
+
| Promise<AuthDeploymentAuthorityPlansGetHandlerResult>;
|
|
3027
|
+
export type AuthDeploymentAuthorityPlansListHandlerError = TrellisErrorInstance;
|
|
3028
|
+
export type AuthDeploymentAuthorityPlansListHandlerResult = Result<
|
|
3029
|
+
AuthDeploymentAuthorityPlansListOutput,
|
|
3030
|
+
AuthDeploymentAuthorityPlansListHandlerError
|
|
3031
|
+
>;
|
|
3032
|
+
export type AuthDeploymentAuthorityPlansListHandler = (
|
|
3033
|
+
args: {
|
|
3034
|
+
input: AuthDeploymentAuthorityPlansListInput;
|
|
3035
|
+
context: RpcHandlerContext;
|
|
3036
|
+
client: HandlerClient;
|
|
3037
|
+
},
|
|
3038
|
+
) =>
|
|
3039
|
+
| AuthDeploymentAuthorityPlansListHandlerResult
|
|
3040
|
+
| Promise<AuthDeploymentAuthorityPlansListHandlerResult>;
|
|
3041
|
+
export type AuthDeploymentAuthorityReconcileHandlerError = TrellisErrorInstance;
|
|
3042
|
+
export type AuthDeploymentAuthorityReconcileHandlerResult = Result<
|
|
3043
|
+
AuthDeploymentAuthorityReconcileOutput,
|
|
3044
|
+
AuthDeploymentAuthorityReconcileHandlerError
|
|
3045
|
+
>;
|
|
3046
|
+
export type AuthDeploymentAuthorityReconcileHandler = (
|
|
3047
|
+
args: {
|
|
3048
|
+
input: AuthDeploymentAuthorityReconcileInput;
|
|
3049
|
+
context: RpcHandlerContext;
|
|
3050
|
+
client: HandlerClient;
|
|
3051
|
+
},
|
|
3052
|
+
) =>
|
|
3053
|
+
| AuthDeploymentAuthorityReconcileHandlerResult
|
|
3054
|
+
| Promise<AuthDeploymentAuthorityReconcileHandlerResult>;
|
|
3055
|
+
export type AuthDeploymentAuthorityRejectHandlerError = TrellisErrorInstance;
|
|
3056
|
+
export type AuthDeploymentAuthorityRejectHandlerResult = Result<
|
|
3057
|
+
AuthDeploymentAuthorityRejectOutput,
|
|
3058
|
+
AuthDeploymentAuthorityRejectHandlerError
|
|
3059
|
+
>;
|
|
3060
|
+
export type AuthDeploymentAuthorityRejectHandler = (
|
|
3061
|
+
args: {
|
|
3062
|
+
input: AuthDeploymentAuthorityRejectInput;
|
|
3063
|
+
context: RpcHandlerContext;
|
|
3064
|
+
client: HandlerClient;
|
|
3065
|
+
},
|
|
3066
|
+
) =>
|
|
3067
|
+
| AuthDeploymentAuthorityRejectHandlerResult
|
|
3068
|
+
| Promise<AuthDeploymentAuthorityRejectHandlerResult>;
|
|
3069
|
+
export type AuthDeploymentsCreateHandlerError = TrellisErrorInstance;
|
|
3070
|
+
export type AuthDeploymentsCreateHandlerResult = Result<
|
|
3071
|
+
AuthDeploymentsCreateOutput,
|
|
3072
|
+
AuthDeploymentsCreateHandlerError
|
|
3073
|
+
>;
|
|
3074
|
+
export type AuthDeploymentsCreateHandler = (
|
|
3075
|
+
args: {
|
|
3076
|
+
input: AuthDeploymentsCreateInput;
|
|
3077
|
+
context: RpcHandlerContext;
|
|
3078
|
+
client: HandlerClient;
|
|
3079
|
+
},
|
|
3080
|
+
) =>
|
|
3081
|
+
| AuthDeploymentsCreateHandlerResult
|
|
3082
|
+
| Promise<AuthDeploymentsCreateHandlerResult>;
|
|
3083
|
+
export type AuthDeploymentsDisableHandlerError = TrellisErrorInstance;
|
|
3084
|
+
export type AuthDeploymentsDisableHandlerResult = Result<
|
|
3085
|
+
AuthDeploymentsDisableOutput,
|
|
3086
|
+
AuthDeploymentsDisableHandlerError
|
|
3087
|
+
>;
|
|
3088
|
+
export type AuthDeploymentsDisableHandler = (
|
|
3089
|
+
args: {
|
|
3090
|
+
input: AuthDeploymentsDisableInput;
|
|
3091
|
+
context: RpcHandlerContext;
|
|
3092
|
+
client: HandlerClient;
|
|
3093
|
+
},
|
|
3094
|
+
) =>
|
|
3095
|
+
| AuthDeploymentsDisableHandlerResult
|
|
3096
|
+
| Promise<AuthDeploymentsDisableHandlerResult>;
|
|
3097
|
+
export type AuthDeploymentsEnableHandlerError = TrellisErrorInstance;
|
|
3098
|
+
export type AuthDeploymentsEnableHandlerResult = Result<
|
|
3099
|
+
AuthDeploymentsEnableOutput,
|
|
3100
|
+
AuthDeploymentsEnableHandlerError
|
|
3101
|
+
>;
|
|
3102
|
+
export type AuthDeploymentsEnableHandler = (
|
|
3103
|
+
args: {
|
|
3104
|
+
input: AuthDeploymentsEnableInput;
|
|
3105
|
+
context: RpcHandlerContext;
|
|
3106
|
+
client: HandlerClient;
|
|
3107
|
+
},
|
|
3108
|
+
) =>
|
|
3109
|
+
| AuthDeploymentsEnableHandlerResult
|
|
3110
|
+
| Promise<AuthDeploymentsEnableHandlerResult>;
|
|
3111
|
+
export type AuthDeploymentsListHandlerError = TrellisErrorInstance;
|
|
3112
|
+
export type AuthDeploymentsListHandlerResult = Result<
|
|
3113
|
+
AuthDeploymentsListOutput,
|
|
3114
|
+
AuthDeploymentsListHandlerError
|
|
3115
|
+
>;
|
|
3116
|
+
export type AuthDeploymentsListHandler = (
|
|
3117
|
+
args: {
|
|
3118
|
+
input: AuthDeploymentsListInput;
|
|
3119
|
+
context: RpcHandlerContext;
|
|
3120
|
+
client: HandlerClient;
|
|
3121
|
+
},
|
|
3122
|
+
) =>
|
|
3123
|
+
| AuthDeploymentsListHandlerResult
|
|
3124
|
+
| Promise<AuthDeploymentsListHandlerResult>;
|
|
3125
|
+
export type AuthDeploymentsRemoveHandlerError = TrellisErrorInstance;
|
|
3126
|
+
export type AuthDeploymentsRemoveHandlerResult = Result<
|
|
3127
|
+
AuthDeploymentsRemoveOutput,
|
|
3128
|
+
AuthDeploymentsRemoveHandlerError
|
|
3129
|
+
>;
|
|
3130
|
+
export type AuthDeploymentsRemoveHandler = (
|
|
3131
|
+
args: {
|
|
3132
|
+
input: AuthDeploymentsRemoveInput;
|
|
3133
|
+
context: RpcHandlerContext;
|
|
3134
|
+
client: HandlerClient;
|
|
3135
|
+
},
|
|
3136
|
+
) =>
|
|
3137
|
+
| AuthDeploymentsRemoveHandlerResult
|
|
3138
|
+
| Promise<AuthDeploymentsRemoveHandlerResult>;
|
|
3139
|
+
export type AuthDeviceUserAuthoritiesListHandlerError = TrellisErrorInstance;
|
|
3140
|
+
export type AuthDeviceUserAuthoritiesListHandlerResult = Result<
|
|
3141
|
+
AuthDeviceUserAuthoritiesListOutput,
|
|
3142
|
+
AuthDeviceUserAuthoritiesListHandlerError
|
|
3143
|
+
>;
|
|
3144
|
+
export type AuthDeviceUserAuthoritiesListHandler = (
|
|
3145
|
+
args: {
|
|
3146
|
+
input: AuthDeviceUserAuthoritiesListInput;
|
|
3147
|
+
context: RpcHandlerContext;
|
|
3148
|
+
client: HandlerClient;
|
|
3149
|
+
},
|
|
3150
|
+
) =>
|
|
3151
|
+
| AuthDeviceUserAuthoritiesListHandlerResult
|
|
3152
|
+
| Promise<AuthDeviceUserAuthoritiesListHandlerResult>;
|
|
3153
|
+
export type AuthDeviceUserAuthoritiesReviewsDecideHandlerError =
|
|
3154
|
+
TrellisErrorInstance;
|
|
3155
|
+
export type AuthDeviceUserAuthoritiesReviewsDecideHandlerResult = Result<
|
|
3156
|
+
AuthDeviceUserAuthoritiesReviewsDecideOutput,
|
|
3157
|
+
AuthDeviceUserAuthoritiesReviewsDecideHandlerError
|
|
3158
|
+
>;
|
|
3159
|
+
export type AuthDeviceUserAuthoritiesReviewsDecideHandler = (
|
|
3160
|
+
args: {
|
|
3161
|
+
input: AuthDeviceUserAuthoritiesReviewsDecideInput;
|
|
3162
|
+
context: RpcHandlerContext;
|
|
3163
|
+
client: HandlerClient;
|
|
3164
|
+
},
|
|
3165
|
+
) =>
|
|
3166
|
+
| AuthDeviceUserAuthoritiesReviewsDecideHandlerResult
|
|
3167
|
+
| Promise<AuthDeviceUserAuthoritiesReviewsDecideHandlerResult>;
|
|
3168
|
+
export type AuthDeviceUserAuthoritiesReviewsListHandlerError =
|
|
3169
|
+
TrellisErrorInstance;
|
|
3170
|
+
export type AuthDeviceUserAuthoritiesReviewsListHandlerResult = Result<
|
|
3171
|
+
AuthDeviceUserAuthoritiesReviewsListOutput,
|
|
3172
|
+
AuthDeviceUserAuthoritiesReviewsListHandlerError
|
|
3173
|
+
>;
|
|
3174
|
+
export type AuthDeviceUserAuthoritiesReviewsListHandler = (
|
|
3175
|
+
args: {
|
|
3176
|
+
input: AuthDeviceUserAuthoritiesReviewsListInput;
|
|
3177
|
+
context: RpcHandlerContext;
|
|
3178
|
+
client: HandlerClient;
|
|
3179
|
+
},
|
|
3180
|
+
) =>
|
|
3181
|
+
| AuthDeviceUserAuthoritiesReviewsListHandlerResult
|
|
3182
|
+
| Promise<AuthDeviceUserAuthoritiesReviewsListHandlerResult>;
|
|
3183
|
+
export type AuthDeviceUserAuthoritiesRevokeHandlerError = TrellisErrorInstance;
|
|
3184
|
+
export type AuthDeviceUserAuthoritiesRevokeHandlerResult = Result<
|
|
3185
|
+
AuthDeviceUserAuthoritiesRevokeOutput,
|
|
3186
|
+
AuthDeviceUserAuthoritiesRevokeHandlerError
|
|
3187
|
+
>;
|
|
3188
|
+
export type AuthDeviceUserAuthoritiesRevokeHandler = (
|
|
3189
|
+
args: {
|
|
3190
|
+
input: AuthDeviceUserAuthoritiesRevokeInput;
|
|
3191
|
+
context: RpcHandlerContext;
|
|
3192
|
+
client: HandlerClient;
|
|
3193
|
+
},
|
|
3194
|
+
) =>
|
|
3195
|
+
| AuthDeviceUserAuthoritiesRevokeHandlerResult
|
|
3196
|
+
| Promise<AuthDeviceUserAuthoritiesRevokeHandlerResult>;
|
|
3197
|
+
export type AuthDevicesConnectInfoGetHandlerError = TrellisErrorInstance;
|
|
3198
|
+
export type AuthDevicesConnectInfoGetHandlerResult = Result<
|
|
3199
|
+
AuthDevicesConnectInfoGetOutput,
|
|
3200
|
+
AuthDevicesConnectInfoGetHandlerError
|
|
3201
|
+
>;
|
|
3202
|
+
export type AuthDevicesConnectInfoGetHandler = (
|
|
3203
|
+
args: {
|
|
3204
|
+
input: AuthDevicesConnectInfoGetInput;
|
|
3205
|
+
context: RpcHandlerContext;
|
|
3206
|
+
client: HandlerClient;
|
|
3207
|
+
},
|
|
3208
|
+
) =>
|
|
3209
|
+
| AuthDevicesConnectInfoGetHandlerResult
|
|
3210
|
+
| Promise<AuthDevicesConnectInfoGetHandlerResult>;
|
|
3211
|
+
export type AuthDevicesDisableHandlerError = TrellisErrorInstance;
|
|
3212
|
+
export type AuthDevicesDisableHandlerResult = Result<
|
|
3213
|
+
AuthDevicesDisableOutput,
|
|
3214
|
+
AuthDevicesDisableHandlerError
|
|
3215
|
+
>;
|
|
3216
|
+
export type AuthDevicesDisableHandler = (
|
|
3217
|
+
args: {
|
|
3218
|
+
input: AuthDevicesDisableInput;
|
|
3219
|
+
context: RpcHandlerContext;
|
|
3220
|
+
client: HandlerClient;
|
|
3221
|
+
},
|
|
3222
|
+
) => AuthDevicesDisableHandlerResult | Promise<AuthDevicesDisableHandlerResult>;
|
|
3223
|
+
export type AuthDevicesEnableHandlerError = TrellisErrorInstance;
|
|
3224
|
+
export type AuthDevicesEnableHandlerResult = Result<
|
|
3225
|
+
AuthDevicesEnableOutput,
|
|
3226
|
+
AuthDevicesEnableHandlerError
|
|
3227
|
+
>;
|
|
3228
|
+
export type AuthDevicesEnableHandler = (
|
|
3229
|
+
args: {
|
|
3230
|
+
input: AuthDevicesEnableInput;
|
|
3231
|
+
context: RpcHandlerContext;
|
|
3232
|
+
client: HandlerClient;
|
|
3233
|
+
},
|
|
3234
|
+
) => AuthDevicesEnableHandlerResult | Promise<AuthDevicesEnableHandlerResult>;
|
|
3235
|
+
export type AuthDevicesListHandlerError = TrellisErrorInstance;
|
|
3236
|
+
export type AuthDevicesListHandlerResult = Result<
|
|
3237
|
+
AuthDevicesListOutput,
|
|
3238
|
+
AuthDevicesListHandlerError
|
|
3239
|
+
>;
|
|
3240
|
+
export type AuthDevicesListHandler = (
|
|
3241
|
+
args: {
|
|
3242
|
+
input: AuthDevicesListInput;
|
|
3243
|
+
context: RpcHandlerContext;
|
|
3244
|
+
client: HandlerClient;
|
|
3245
|
+
},
|
|
3246
|
+
) => AuthDevicesListHandlerResult | Promise<AuthDevicesListHandlerResult>;
|
|
3247
|
+
export type AuthDevicesProvisionHandlerError = TrellisErrorInstance;
|
|
3248
|
+
export type AuthDevicesProvisionHandlerResult = Result<
|
|
3249
|
+
AuthDevicesProvisionOutput,
|
|
3250
|
+
AuthDevicesProvisionHandlerError
|
|
3251
|
+
>;
|
|
3252
|
+
export type AuthDevicesProvisionHandler = (
|
|
3253
|
+
args: {
|
|
3254
|
+
input: AuthDevicesProvisionInput;
|
|
3255
|
+
context: RpcHandlerContext;
|
|
3256
|
+
client: HandlerClient;
|
|
3257
|
+
},
|
|
3258
|
+
) =>
|
|
3259
|
+
| AuthDevicesProvisionHandlerResult
|
|
3260
|
+
| Promise<AuthDevicesProvisionHandlerResult>;
|
|
3261
|
+
export type AuthDevicesRemoveHandlerError = TrellisErrorInstance;
|
|
3262
|
+
export type AuthDevicesRemoveHandlerResult = Result<
|
|
3263
|
+
AuthDevicesRemoveOutput,
|
|
3264
|
+
AuthDevicesRemoveHandlerError
|
|
3265
|
+
>;
|
|
3266
|
+
export type AuthDevicesRemoveHandler = (
|
|
3267
|
+
args: {
|
|
3268
|
+
input: AuthDevicesRemoveInput;
|
|
3269
|
+
context: RpcHandlerContext;
|
|
3270
|
+
client: HandlerClient;
|
|
3271
|
+
},
|
|
3272
|
+
) => AuthDevicesRemoveHandlerResult | Promise<AuthDevicesRemoveHandlerResult>;
|
|
3273
|
+
export type AuthHealthHandlerError = TrellisErrorInstance;
|
|
3274
|
+
export type AuthHealthHandlerResult = Result<
|
|
3275
|
+
AuthHealthOutput,
|
|
3276
|
+
AuthHealthHandlerError
|
|
3277
|
+
>;
|
|
3278
|
+
export type AuthHealthHandler = (
|
|
3279
|
+
args: {
|
|
3280
|
+
input: AuthHealthInput;
|
|
3281
|
+
context: RpcHandlerContext;
|
|
3282
|
+
client: HandlerClient;
|
|
3283
|
+
},
|
|
3284
|
+
) => AuthHealthHandlerResult | Promise<AuthHealthHandlerResult>;
|
|
3285
|
+
export type AuthIdentitiesListHandlerError = TrellisErrorInstance;
|
|
3286
|
+
export type AuthIdentitiesListHandlerResult = Result<
|
|
3287
|
+
AuthIdentitiesListOutput,
|
|
3288
|
+
AuthIdentitiesListHandlerError
|
|
3289
|
+
>;
|
|
3290
|
+
export type AuthIdentitiesListHandler = (
|
|
3291
|
+
args: {
|
|
3292
|
+
input: AuthIdentitiesListInput;
|
|
3293
|
+
context: RpcHandlerContext;
|
|
3294
|
+
client: HandlerClient;
|
|
3295
|
+
},
|
|
3296
|
+
) => AuthIdentitiesListHandlerResult | Promise<AuthIdentitiesListHandlerResult>;
|
|
3297
|
+
export type AuthIdentityGrantsListHandlerError = TrellisErrorInstance;
|
|
3298
|
+
export type AuthIdentityGrantsListHandlerResult = Result<
|
|
3299
|
+
AuthIdentityGrantsListOutput,
|
|
3300
|
+
AuthIdentityGrantsListHandlerError
|
|
3301
|
+
>;
|
|
3302
|
+
export type AuthIdentityGrantsListHandler = (
|
|
3303
|
+
args: {
|
|
3304
|
+
input: AuthIdentityGrantsListInput;
|
|
3305
|
+
context: RpcHandlerContext;
|
|
3306
|
+
client: HandlerClient;
|
|
3307
|
+
},
|
|
3308
|
+
) =>
|
|
3309
|
+
| AuthIdentityGrantsListHandlerResult
|
|
3310
|
+
| Promise<AuthIdentityGrantsListHandlerResult>;
|
|
3311
|
+
export type AuthIdentityGrantsRevokeHandlerError = TrellisErrorInstance;
|
|
3312
|
+
export type AuthIdentityGrantsRevokeHandlerResult = Result<
|
|
3313
|
+
AuthIdentityGrantsRevokeOutput,
|
|
3314
|
+
AuthIdentityGrantsRevokeHandlerError
|
|
3315
|
+
>;
|
|
3316
|
+
export type AuthIdentityGrantsRevokeHandler = (
|
|
3317
|
+
args: {
|
|
3318
|
+
input: AuthIdentityGrantsRevokeInput;
|
|
3319
|
+
context: RpcHandlerContext;
|
|
3320
|
+
client: HandlerClient;
|
|
3321
|
+
},
|
|
3322
|
+
) =>
|
|
3323
|
+
| AuthIdentityGrantsRevokeHandlerResult
|
|
3324
|
+
| Promise<AuthIdentityGrantsRevokeHandlerResult>;
|
|
3325
|
+
export type AuthPortalsGetHandlerError = TrellisErrorInstance;
|
|
3326
|
+
export type AuthPortalsGetHandlerResult = Result<
|
|
3327
|
+
AuthPortalsGetOutput,
|
|
3328
|
+
AuthPortalsGetHandlerError
|
|
3329
|
+
>;
|
|
3330
|
+
export type AuthPortalsGetHandler = (
|
|
3331
|
+
args: {
|
|
3332
|
+
input: AuthPortalsGetInput;
|
|
3333
|
+
context: RpcHandlerContext;
|
|
3334
|
+
client: HandlerClient;
|
|
3335
|
+
},
|
|
3336
|
+
) => AuthPortalsGetHandlerResult | Promise<AuthPortalsGetHandlerResult>;
|
|
3337
|
+
export type AuthPortalsListHandlerError = TrellisErrorInstance;
|
|
3338
|
+
export type AuthPortalsListHandlerResult = Result<
|
|
3339
|
+
AuthPortalsListOutput,
|
|
3340
|
+
AuthPortalsListHandlerError
|
|
3341
|
+
>;
|
|
3342
|
+
export type AuthPortalsListHandler = (
|
|
3343
|
+
args: {
|
|
3344
|
+
input: AuthPortalsListInput;
|
|
3345
|
+
context: RpcHandlerContext;
|
|
3346
|
+
client: HandlerClient;
|
|
3347
|
+
},
|
|
3348
|
+
) => AuthPortalsListHandlerResult | Promise<AuthPortalsListHandlerResult>;
|
|
3349
|
+
export type AuthPortalsLoginSettingsGetHandlerError = TrellisErrorInstance;
|
|
3350
|
+
export type AuthPortalsLoginSettingsGetHandlerResult = Result<
|
|
3351
|
+
AuthPortalsLoginSettingsGetOutput,
|
|
3352
|
+
AuthPortalsLoginSettingsGetHandlerError
|
|
3353
|
+
>;
|
|
3354
|
+
export type AuthPortalsLoginSettingsGetHandler = (
|
|
3355
|
+
args: {
|
|
3356
|
+
input: AuthPortalsLoginSettingsGetInput;
|
|
3357
|
+
context: RpcHandlerContext;
|
|
3358
|
+
client: HandlerClient;
|
|
3359
|
+
},
|
|
3360
|
+
) =>
|
|
3361
|
+
| AuthPortalsLoginSettingsGetHandlerResult
|
|
3362
|
+
| Promise<AuthPortalsLoginSettingsGetHandlerResult>;
|
|
3363
|
+
export type AuthPortalsLoginSettingsUpdateHandlerError = TrellisErrorInstance;
|
|
3364
|
+
export type AuthPortalsLoginSettingsUpdateHandlerResult = Result<
|
|
3365
|
+
AuthPortalsLoginSettingsUpdateOutput,
|
|
3366
|
+
AuthPortalsLoginSettingsUpdateHandlerError
|
|
3367
|
+
>;
|
|
3368
|
+
export type AuthPortalsLoginSettingsUpdateHandler = (
|
|
3369
|
+
args: {
|
|
3370
|
+
input: AuthPortalsLoginSettingsUpdateInput;
|
|
3371
|
+
context: RpcHandlerContext;
|
|
3372
|
+
client: HandlerClient;
|
|
3373
|
+
},
|
|
3374
|
+
) =>
|
|
3375
|
+
| AuthPortalsLoginSettingsUpdateHandlerResult
|
|
3376
|
+
| Promise<AuthPortalsLoginSettingsUpdateHandlerResult>;
|
|
3377
|
+
export type AuthPortalsPutHandlerError = TrellisErrorInstance;
|
|
3378
|
+
export type AuthPortalsPutHandlerResult = Result<
|
|
3379
|
+
AuthPortalsPutOutput,
|
|
3380
|
+
AuthPortalsPutHandlerError
|
|
3381
|
+
>;
|
|
3382
|
+
export type AuthPortalsPutHandler = (
|
|
3383
|
+
args: {
|
|
3384
|
+
input: AuthPortalsPutInput;
|
|
3385
|
+
context: RpcHandlerContext;
|
|
3386
|
+
client: HandlerClient;
|
|
3387
|
+
},
|
|
3388
|
+
) => AuthPortalsPutHandlerResult | Promise<AuthPortalsPutHandlerResult>;
|
|
3389
|
+
export type AuthPortalsRemoveHandlerError = TrellisErrorInstance;
|
|
3390
|
+
export type AuthPortalsRemoveHandlerResult = Result<
|
|
3391
|
+
AuthPortalsRemoveOutput,
|
|
3392
|
+
AuthPortalsRemoveHandlerError
|
|
3393
|
+
>;
|
|
3394
|
+
export type AuthPortalsRemoveHandler = (
|
|
3395
|
+
args: {
|
|
3396
|
+
input: AuthPortalsRemoveInput;
|
|
3397
|
+
context: RpcHandlerContext;
|
|
3398
|
+
client: HandlerClient;
|
|
3399
|
+
},
|
|
3400
|
+
) => AuthPortalsRemoveHandlerResult | Promise<AuthPortalsRemoveHandlerResult>;
|
|
3401
|
+
export type AuthPortalsRoutesPutHandlerError = TrellisErrorInstance;
|
|
3402
|
+
export type AuthPortalsRoutesPutHandlerResult = Result<
|
|
3403
|
+
AuthPortalsRoutesPutOutput,
|
|
3404
|
+
AuthPortalsRoutesPutHandlerError
|
|
3405
|
+
>;
|
|
3406
|
+
export type AuthPortalsRoutesPutHandler = (
|
|
3407
|
+
args: {
|
|
3408
|
+
input: AuthPortalsRoutesPutInput;
|
|
3409
|
+
context: RpcHandlerContext;
|
|
3410
|
+
client: HandlerClient;
|
|
3411
|
+
},
|
|
3412
|
+
) =>
|
|
3413
|
+
| AuthPortalsRoutesPutHandlerResult
|
|
3414
|
+
| Promise<AuthPortalsRoutesPutHandlerResult>;
|
|
3415
|
+
export type AuthPortalsRoutesRemoveHandlerError = TrellisErrorInstance;
|
|
3416
|
+
export type AuthPortalsRoutesRemoveHandlerResult = Result<
|
|
3417
|
+
AuthPortalsRoutesRemoveOutput,
|
|
3418
|
+
AuthPortalsRoutesRemoveHandlerError
|
|
3419
|
+
>;
|
|
3420
|
+
export type AuthPortalsRoutesRemoveHandler = (
|
|
3421
|
+
args: {
|
|
3422
|
+
input: AuthPortalsRoutesRemoveInput;
|
|
3423
|
+
context: RpcHandlerContext;
|
|
3424
|
+
client: HandlerClient;
|
|
3425
|
+
},
|
|
3426
|
+
) =>
|
|
3427
|
+
| AuthPortalsRoutesRemoveHandlerResult
|
|
3428
|
+
| Promise<AuthPortalsRoutesRemoveHandlerResult>;
|
|
3429
|
+
export type AuthRequestsValidateHandlerError = TrellisErrorInstance;
|
|
3430
|
+
export type AuthRequestsValidateHandlerResult = Result<
|
|
3431
|
+
AuthRequestsValidateOutput,
|
|
3432
|
+
AuthRequestsValidateHandlerError
|
|
3433
|
+
>;
|
|
3434
|
+
export type AuthRequestsValidateHandler = (
|
|
3435
|
+
args: {
|
|
3436
|
+
input: AuthRequestsValidateInput;
|
|
3437
|
+
context: RpcHandlerContext;
|
|
3438
|
+
client: HandlerClient;
|
|
3439
|
+
},
|
|
3440
|
+
) =>
|
|
3441
|
+
| AuthRequestsValidateHandlerResult
|
|
3442
|
+
| Promise<AuthRequestsValidateHandlerResult>;
|
|
3443
|
+
export type AuthServiceInstancesDisableHandlerError = TrellisErrorInstance;
|
|
3444
|
+
export type AuthServiceInstancesDisableHandlerResult = Result<
|
|
3445
|
+
AuthServiceInstancesDisableOutput,
|
|
3446
|
+
AuthServiceInstancesDisableHandlerError
|
|
3447
|
+
>;
|
|
3448
|
+
export type AuthServiceInstancesDisableHandler = (
|
|
3449
|
+
args: {
|
|
3450
|
+
input: AuthServiceInstancesDisableInput;
|
|
3451
|
+
context: RpcHandlerContext;
|
|
3452
|
+
client: HandlerClient;
|
|
3453
|
+
},
|
|
3454
|
+
) =>
|
|
3455
|
+
| AuthServiceInstancesDisableHandlerResult
|
|
3456
|
+
| Promise<AuthServiceInstancesDisableHandlerResult>;
|
|
3457
|
+
export type AuthServiceInstancesEnableHandlerError = TrellisErrorInstance;
|
|
3458
|
+
export type AuthServiceInstancesEnableHandlerResult = Result<
|
|
3459
|
+
AuthServiceInstancesEnableOutput,
|
|
3460
|
+
AuthServiceInstancesEnableHandlerError
|
|
3461
|
+
>;
|
|
3462
|
+
export type AuthServiceInstancesEnableHandler = (
|
|
3463
|
+
args: {
|
|
3464
|
+
input: AuthServiceInstancesEnableInput;
|
|
3465
|
+
context: RpcHandlerContext;
|
|
3466
|
+
client: HandlerClient;
|
|
3467
|
+
},
|
|
3468
|
+
) =>
|
|
3469
|
+
| AuthServiceInstancesEnableHandlerResult
|
|
3470
|
+
| Promise<AuthServiceInstancesEnableHandlerResult>;
|
|
3471
|
+
export type AuthServiceInstancesListHandlerError = TrellisErrorInstance;
|
|
3472
|
+
export type AuthServiceInstancesListHandlerResult = Result<
|
|
3473
|
+
AuthServiceInstancesListOutput,
|
|
3474
|
+
AuthServiceInstancesListHandlerError
|
|
3475
|
+
>;
|
|
3476
|
+
export type AuthServiceInstancesListHandler = (
|
|
3477
|
+
args: {
|
|
3478
|
+
input: AuthServiceInstancesListInput;
|
|
3479
|
+
context: RpcHandlerContext;
|
|
3480
|
+
client: HandlerClient;
|
|
3481
|
+
},
|
|
3482
|
+
) =>
|
|
3483
|
+
| AuthServiceInstancesListHandlerResult
|
|
3484
|
+
| Promise<AuthServiceInstancesListHandlerResult>;
|
|
3485
|
+
export type AuthServiceInstancesProvisionHandlerError = TrellisErrorInstance;
|
|
3486
|
+
export type AuthServiceInstancesProvisionHandlerResult = Result<
|
|
3487
|
+
AuthServiceInstancesProvisionOutput,
|
|
3488
|
+
AuthServiceInstancesProvisionHandlerError
|
|
3489
|
+
>;
|
|
3490
|
+
export type AuthServiceInstancesProvisionHandler = (
|
|
3491
|
+
args: {
|
|
3492
|
+
input: AuthServiceInstancesProvisionInput;
|
|
3493
|
+
context: RpcHandlerContext;
|
|
3494
|
+
client: HandlerClient;
|
|
3495
|
+
},
|
|
3496
|
+
) =>
|
|
3497
|
+
| AuthServiceInstancesProvisionHandlerResult
|
|
3498
|
+
| Promise<AuthServiceInstancesProvisionHandlerResult>;
|
|
3499
|
+
export type AuthServiceInstancesRemoveHandlerError = TrellisErrorInstance;
|
|
3500
|
+
export type AuthServiceInstancesRemoveHandlerResult = Result<
|
|
3501
|
+
AuthServiceInstancesRemoveOutput,
|
|
3502
|
+
AuthServiceInstancesRemoveHandlerError
|
|
3503
|
+
>;
|
|
3504
|
+
export type AuthServiceInstancesRemoveHandler = (
|
|
3505
|
+
args: {
|
|
3506
|
+
input: AuthServiceInstancesRemoveInput;
|
|
3507
|
+
context: RpcHandlerContext;
|
|
3508
|
+
client: HandlerClient;
|
|
3509
|
+
},
|
|
3510
|
+
) =>
|
|
3511
|
+
| AuthServiceInstancesRemoveHandlerResult
|
|
3512
|
+
| Promise<AuthServiceInstancesRemoveHandlerResult>;
|
|
3513
|
+
export type AuthSessionsListHandlerError = TrellisErrorInstance;
|
|
3514
|
+
export type AuthSessionsListHandlerResult = Result<
|
|
3515
|
+
AuthSessionsListOutput,
|
|
3516
|
+
AuthSessionsListHandlerError
|
|
3517
|
+
>;
|
|
3518
|
+
export type AuthSessionsListHandler = (
|
|
3519
|
+
args: {
|
|
3520
|
+
input: AuthSessionsListInput;
|
|
3521
|
+
context: RpcHandlerContext;
|
|
3522
|
+
client: HandlerClient;
|
|
3523
|
+
},
|
|
3524
|
+
) => AuthSessionsListHandlerResult | Promise<AuthSessionsListHandlerResult>;
|
|
3525
|
+
export type AuthSessionsLogoutHandlerError = TrellisErrorInstance;
|
|
3526
|
+
export type AuthSessionsLogoutHandlerResult = Result<
|
|
3527
|
+
AuthSessionsLogoutOutput,
|
|
3528
|
+
AuthSessionsLogoutHandlerError
|
|
3529
|
+
>;
|
|
3530
|
+
export type AuthSessionsLogoutHandler = (
|
|
3531
|
+
args: {
|
|
3532
|
+
input: AuthSessionsLogoutInput;
|
|
3533
|
+
context: RpcHandlerContext;
|
|
3534
|
+
client: HandlerClient;
|
|
3535
|
+
},
|
|
3536
|
+
) => AuthSessionsLogoutHandlerResult | Promise<AuthSessionsLogoutHandlerResult>;
|
|
3537
|
+
export type AuthSessionsMeHandlerError = TrellisErrorInstance;
|
|
3538
|
+
export type AuthSessionsMeHandlerResult = Result<
|
|
3539
|
+
AuthSessionsMeOutput,
|
|
3540
|
+
AuthSessionsMeHandlerError
|
|
3541
|
+
>;
|
|
3542
|
+
export type AuthSessionsMeHandler = (
|
|
3543
|
+
args: {
|
|
3544
|
+
input: AuthSessionsMeInput;
|
|
3545
|
+
context: RpcHandlerContext;
|
|
3546
|
+
client: HandlerClient;
|
|
3547
|
+
},
|
|
3548
|
+
) => AuthSessionsMeHandlerResult | Promise<AuthSessionsMeHandlerResult>;
|
|
3549
|
+
export type AuthSessionsRevokeHandlerError = TrellisErrorInstance;
|
|
3550
|
+
export type AuthSessionsRevokeHandlerResult = Result<
|
|
3551
|
+
AuthSessionsRevokeOutput,
|
|
3552
|
+
AuthSessionsRevokeHandlerError
|
|
3553
|
+
>;
|
|
3554
|
+
export type AuthSessionsRevokeHandler = (
|
|
3555
|
+
args: {
|
|
3556
|
+
input: AuthSessionsRevokeInput;
|
|
3557
|
+
context: RpcHandlerContext;
|
|
3558
|
+
client: HandlerClient;
|
|
3559
|
+
},
|
|
3560
|
+
) => AuthSessionsRevokeHandlerResult | Promise<AuthSessionsRevokeHandlerResult>;
|
|
3561
|
+
export type AuthUserIdentitiesListHandlerError = TrellisErrorInstance;
|
|
3562
|
+
export type AuthUserIdentitiesListHandlerResult = Result<
|
|
3563
|
+
AuthUserIdentitiesListOutput,
|
|
3564
|
+
AuthUserIdentitiesListHandlerError
|
|
3565
|
+
>;
|
|
3566
|
+
export type AuthUserIdentitiesListHandler = (
|
|
3567
|
+
args: {
|
|
3568
|
+
input: AuthUserIdentitiesListInput;
|
|
3569
|
+
context: RpcHandlerContext;
|
|
3570
|
+
client: HandlerClient;
|
|
3571
|
+
},
|
|
3572
|
+
) =>
|
|
3573
|
+
| AuthUserIdentitiesListHandlerResult
|
|
3574
|
+
| Promise<AuthUserIdentitiesListHandlerResult>;
|
|
3575
|
+
export type AuthUserIdentitiesUnlinkHandlerError = TrellisErrorInstance;
|
|
3576
|
+
export type AuthUserIdentitiesUnlinkHandlerResult = Result<
|
|
3577
|
+
AuthUserIdentitiesUnlinkOutput,
|
|
3578
|
+
AuthUserIdentitiesUnlinkHandlerError
|
|
3579
|
+
>;
|
|
3580
|
+
export type AuthUserIdentitiesUnlinkHandler = (
|
|
3581
|
+
args: {
|
|
3582
|
+
input: AuthUserIdentitiesUnlinkInput;
|
|
3583
|
+
context: RpcHandlerContext;
|
|
3584
|
+
client: HandlerClient;
|
|
3585
|
+
},
|
|
3586
|
+
) =>
|
|
3587
|
+
| AuthUserIdentitiesUnlinkHandlerResult
|
|
3588
|
+
| Promise<AuthUserIdentitiesUnlinkHandlerResult>;
|
|
3589
|
+
export type AuthUsersCreateHandlerError = TrellisErrorInstance;
|
|
3590
|
+
export type AuthUsersCreateHandlerResult = Result<
|
|
3591
|
+
AuthUsersCreateOutput,
|
|
3592
|
+
AuthUsersCreateHandlerError
|
|
3593
|
+
>;
|
|
3594
|
+
export type AuthUsersCreateHandler = (
|
|
3595
|
+
args: {
|
|
3596
|
+
input: AuthUsersCreateInput;
|
|
3597
|
+
context: RpcHandlerContext;
|
|
3598
|
+
client: HandlerClient;
|
|
3599
|
+
},
|
|
3600
|
+
) => AuthUsersCreateHandlerResult | Promise<AuthUsersCreateHandlerResult>;
|
|
3601
|
+
export type AuthUsersGetHandlerError = TrellisErrorInstance;
|
|
3602
|
+
export type AuthUsersGetHandlerResult = Result<
|
|
3603
|
+
AuthUsersGetOutput,
|
|
3604
|
+
AuthUsersGetHandlerError
|
|
3605
|
+
>;
|
|
3606
|
+
export type AuthUsersGetHandler = (
|
|
3607
|
+
args: {
|
|
3608
|
+
input: AuthUsersGetInput;
|
|
3609
|
+
context: RpcHandlerContext;
|
|
3610
|
+
client: HandlerClient;
|
|
3611
|
+
},
|
|
3612
|
+
) => AuthUsersGetHandlerResult | Promise<AuthUsersGetHandlerResult>;
|
|
3613
|
+
export type AuthUsersIdentityLinkCreateHandlerError = TrellisErrorInstance;
|
|
3614
|
+
export type AuthUsersIdentityLinkCreateHandlerResult = Result<
|
|
3615
|
+
AuthUsersIdentityLinkCreateOutput,
|
|
3616
|
+
AuthUsersIdentityLinkCreateHandlerError
|
|
3617
|
+
>;
|
|
3618
|
+
export type AuthUsersIdentityLinkCreateHandler = (
|
|
3619
|
+
args: {
|
|
3620
|
+
input: AuthUsersIdentityLinkCreateInput;
|
|
3621
|
+
context: RpcHandlerContext;
|
|
3622
|
+
client: HandlerClient;
|
|
3623
|
+
},
|
|
3624
|
+
) =>
|
|
3625
|
+
| AuthUsersIdentityLinkCreateHandlerResult
|
|
3626
|
+
| Promise<AuthUsersIdentityLinkCreateHandlerResult>;
|
|
3627
|
+
export type AuthUsersListHandlerError = TrellisErrorInstance;
|
|
3628
|
+
export type AuthUsersListHandlerResult = Result<
|
|
3629
|
+
AuthUsersListOutput,
|
|
3630
|
+
AuthUsersListHandlerError
|
|
3631
|
+
>;
|
|
3632
|
+
export type AuthUsersListHandler = (
|
|
3633
|
+
args: {
|
|
3634
|
+
input: AuthUsersListInput;
|
|
3635
|
+
context: RpcHandlerContext;
|
|
3636
|
+
client: HandlerClient;
|
|
3637
|
+
},
|
|
3638
|
+
) => AuthUsersListHandlerResult | Promise<AuthUsersListHandlerResult>;
|
|
3639
|
+
export type AuthUsersPasswordChangeHandlerError = TrellisErrorInstance;
|
|
3640
|
+
export type AuthUsersPasswordChangeHandlerResult = Result<
|
|
3641
|
+
AuthUsersPasswordChangeOutput,
|
|
3642
|
+
AuthUsersPasswordChangeHandlerError
|
|
3643
|
+
>;
|
|
3644
|
+
export type AuthUsersPasswordChangeHandler = (
|
|
3645
|
+
args: {
|
|
3646
|
+
input: AuthUsersPasswordChangeInput;
|
|
3647
|
+
context: RpcHandlerContext;
|
|
3648
|
+
client: HandlerClient;
|
|
3649
|
+
},
|
|
3650
|
+
) =>
|
|
3651
|
+
| AuthUsersPasswordChangeHandlerResult
|
|
3652
|
+
| Promise<AuthUsersPasswordChangeHandlerResult>;
|
|
3653
|
+
export type AuthUsersPasswordResetCreateHandlerError = TrellisErrorInstance;
|
|
3654
|
+
export type AuthUsersPasswordResetCreateHandlerResult = Result<
|
|
3655
|
+
AuthUsersPasswordResetCreateOutput,
|
|
3656
|
+
AuthUsersPasswordResetCreateHandlerError
|
|
3657
|
+
>;
|
|
3658
|
+
export type AuthUsersPasswordResetCreateHandler = (
|
|
3659
|
+
args: {
|
|
3660
|
+
input: AuthUsersPasswordResetCreateInput;
|
|
3661
|
+
context: RpcHandlerContext;
|
|
3662
|
+
client: HandlerClient;
|
|
3663
|
+
},
|
|
3664
|
+
) =>
|
|
3665
|
+
| AuthUsersPasswordResetCreateHandlerResult
|
|
3666
|
+
| Promise<AuthUsersPasswordResetCreateHandlerResult>;
|
|
3667
|
+
export type AuthUsersUpdateHandlerError = TrellisErrorInstance;
|
|
3668
|
+
export type AuthUsersUpdateHandlerResult = Result<
|
|
3669
|
+
AuthUsersUpdateOutput,
|
|
3670
|
+
AuthUsersUpdateHandlerError
|
|
3671
|
+
>;
|
|
3672
|
+
export type AuthUsersUpdateHandler = (
|
|
3673
|
+
args: {
|
|
3674
|
+
input: AuthUsersUpdateInput;
|
|
3675
|
+
context: RpcHandlerContext;
|
|
3676
|
+
client: HandlerClient;
|
|
3677
|
+
},
|
|
3678
|
+
) => AuthUsersUpdateHandlerResult | Promise<AuthUsersUpdateHandlerResult>;
|
|
2883
3679
|
|
|
2884
3680
|
export interface EventMap {
|
|
2885
3681
|
"Auth.Connections.Closed": { event: AuthConnectionsClosedEvent };
|