@qlever-llc/trellis 0.8.4 → 0.9.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm/auth/browser/login.d.ts.map +1 -1
- package/esm/auth/browser/login.js +46 -3
- package/esm/auth/browser/portal.d.ts.map +1 -1
- package/esm/auth/browser/portal.js +5 -1
- package/esm/auth/browser/session.d.ts +18 -7
- package/esm/auth/browser/session.d.ts.map +1 -1
- package/esm/auth/browser/session.js +47 -11
- package/esm/auth/browser/storage.d.ts +6 -1
- package/esm/auth/browser/storage.d.ts.map +1 -1
- package/esm/auth/browser/storage.js +15 -3
- package/esm/auth/browser.d.ts +2 -2
- package/esm/auth/browser.d.ts.map +1 -1
- package/esm/auth/browser.js +1 -1
- package/esm/auth/device_activation.d.ts +36 -33
- package/esm/auth/device_activation.d.ts.map +1 -1
- package/esm/auth/device_activation.js +26 -22
- package/esm/auth/mod.d.ts +4 -4
- package/esm/auth/mod.d.ts.map +1 -1
- package/esm/auth/mod.js +2 -2
- package/esm/auth/proof.d.ts +3 -1
- package/esm/auth/proof.d.ts.map +1 -1
- package/esm/auth/proof.js +21 -15
- package/esm/auth/protocol.d.ts +2457 -941
- package/esm/auth/protocol.d.ts.map +1 -1
- package/esm/auth/protocol.js +747 -375
- package/esm/auth/schemas.d.ts +25 -4
- package/esm/auth/schemas.d.ts.map +1 -1
- package/esm/auth/schemas.js +14 -4
- package/esm/auth/session_auth.d.ts +1 -1
- package/esm/auth/session_auth.d.ts.map +1 -1
- package/esm/auth/session_auth.js +7 -1
- package/esm/client_connect.d.ts +2 -0
- package/esm/client_connect.d.ts.map +1 -1
- package/esm/client_connect.js +76 -15
- package/esm/contract.d.ts +3 -0
- package/esm/contract.d.ts.map +1 -1
- package/esm/contract_support/mod.d.ts +422 -43
- package/esm/contract_support/mod.d.ts.map +1 -1
- package/esm/contract_support/mod.js +734 -33
- package/esm/contract_support/protocol.d.ts +20 -5
- package/esm/contract_support/protocol.d.ts.map +1 -1
- package/esm/contract_support/protocol.js +18 -10
- package/esm/contract_support/runtime.d.ts +11 -0
- package/esm/contract_support/runtime.d.ts.map +1 -1
- package/esm/contract_support/schema_pointers.d.ts.map +1 -1
- package/esm/contract_support/schema_pointers.js +32 -14
- package/esm/device.d.ts +2 -0
- package/esm/device.d.ts.map +1 -1
- package/esm/device.js +3 -0
- package/esm/errors/AuthError.d.ts +1 -1
- package/esm/errors/AuthError.d.ts.map +1 -1
- package/esm/errors/AuthError.js +5 -1
- package/esm/errors/index.d.ts +4 -4
- package/esm/generated-sdk/auth/api.d.ts +27 -9
- package/esm/generated-sdk/auth/api.d.ts.map +1 -1
- package/esm/generated-sdk/auth/api.js +16 -590
- package/esm/generated-sdk/auth/client.d.ts +91 -85
- package/esm/generated-sdk/auth/client.d.ts.map +1 -1
- package/esm/generated-sdk/auth/contract.d.ts +1 -1
- package/esm/generated-sdk/auth/contract.d.ts.map +1 -1
- package/esm/generated-sdk/auth/contract.js +4 -2
- package/esm/generated-sdk/auth/mod.d.ts +1 -0
- package/esm/generated-sdk/auth/mod.d.ts.map +1 -1
- package/esm/generated-sdk/auth/owned_api.d.ts +3 -0
- package/esm/generated-sdk/auth/owned_api.d.ts.map +1 -0
- package/esm/generated-sdk/auth/owned_api.js +594 -0
- package/esm/generated-sdk/auth/schemas.d.ts +9959 -5160
- package/esm/generated-sdk/auth/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/auth/schemas.js +136 -137
- package/esm/generated-sdk/auth/types.d.ts +2418 -1557
- 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 +24 -9
- package/esm/generated-sdk/health/api.d.ts.map +1 -1
- package/esm/generated-sdk/health/api.js +12 -20
- package/esm/generated-sdk/health/client.d.ts +2 -1
- package/esm/generated-sdk/health/client.d.ts.map +1 -1
- package/esm/generated-sdk/health/contract.d.ts.map +1 -1
- package/esm/generated-sdk/health/contract.js +2 -0
- package/esm/generated-sdk/health/owned_api.d.ts +3 -0
- package/esm/generated-sdk/health/owned_api.d.ts.map +1 -0
- package/esm/generated-sdk/health/owned_api.js +16 -0
- package/esm/generated-sdk/health/types.d.ts +2 -0
- package/esm/generated-sdk/health/types.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/api.d.ts +33 -9
- package/esm/generated-sdk/jobs/api.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/api.js +22 -87
- package/esm/generated-sdk/jobs/client.d.ts +9 -2
- package/esm/generated-sdk/jobs/client.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/contract.d.ts +1 -1
- package/esm/generated-sdk/jobs/contract.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/contract.js +4 -2
- package/esm/generated-sdk/jobs/owned_api.d.ts +3 -0
- package/esm/generated-sdk/jobs/owned_api.d.ts.map +1 -0
- package/esm/generated-sdk/jobs/owned_api.js +118 -0
- package/esm/generated-sdk/jobs/schemas.d.ts +336 -123
- package/esm/generated-sdk/jobs/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/schemas.js +17 -15
- package/esm/generated-sdk/jobs/types.d.ts +144 -34
- package/esm/generated-sdk/jobs/types.d.ts.map +1 -1
- package/esm/generated-sdk/jobs/types.js +36 -1
- package/esm/generated-sdk/state/api.d.ts +27 -9
- package/esm/generated-sdk/state/api.d.ts.map +1 -1
- package/esm/generated-sdk/state/api.js +16 -71
- package/esm/generated-sdk/state/client.d.ts +4 -2
- package/esm/generated-sdk/state/client.d.ts.map +1 -1
- package/esm/generated-sdk/state/contract.d.ts +1 -1
- package/esm/generated-sdk/state/contract.d.ts.map +1 -1
- package/esm/generated-sdk/state/contract.js +4 -2
- package/esm/generated-sdk/state/owned_api.d.ts +3 -0
- package/esm/generated-sdk/state/owned_api.d.ts.map +1 -0
- package/esm/generated-sdk/state/owned_api.js +66 -0
- package/esm/generated-sdk/state/schemas.d.ts +264 -284
- package/esm/generated-sdk/state/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/state/schemas.js +6 -6
- package/esm/generated-sdk/state/types.d.ts +24 -23
- package/esm/generated-sdk/state/types.d.ts.map +1 -1
- package/esm/generated-sdk/state/types.js +1 -1
- package/esm/generated-sdk/trellis-core/api.d.ts +27 -9
- package/esm/generated-sdk/trellis-core/api.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/api.js +16 -39
- package/esm/generated-sdk/trellis-core/client.d.ts +5 -2
- package/esm/generated-sdk/trellis-core/client.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/contract.d.ts +1 -1
- package/esm/generated-sdk/trellis-core/contract.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/contract.js +4 -2
- package/esm/generated-sdk/trellis-core/owned_api.d.ts +3 -0
- package/esm/generated-sdk/trellis-core/owned_api.d.ts.map +1 -0
- package/esm/generated-sdk/trellis-core/owned_api.js +42 -0
- package/esm/generated-sdk/trellis-core/schemas.d.ts +259 -11
- package/esm/generated-sdk/trellis-core/schemas.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/schemas.js +5 -3
- package/esm/generated-sdk/trellis-core/types.d.ts +56 -1
- package/esm/generated-sdk/trellis-core/types.d.ts.map +1 -1
- package/esm/generated-sdk/trellis-core/types.js +1 -1
- package/esm/helpers.d.ts.map +1 -1
- package/esm/index.d.ts +4 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/jobs.d.ts +10 -1
- package/esm/jobs.d.ts.map +1 -1
- package/esm/jobs.js +16 -1
- package/esm/kv.d.ts.map +1 -1
- package/esm/kv.js +10 -4
- package/esm/models/auth/rpc/Logout.d.ts +4 -4
- package/esm/models/auth/rpc/Logout.d.ts.map +1 -1
- package/esm/models/auth/rpc/Logout.js +2 -2
- package/esm/models/trellis/Page.d.ts +2 -0
- package/esm/models/trellis/Page.d.ts.map +1 -0
- package/esm/models/trellis/Page.js +1 -0
- package/esm/models/trellis/State.d.ts +1 -0
- package/esm/models/trellis/State.d.ts.map +1 -1
- package/esm/models/trellis/State.js +1 -0
- package/esm/models/trellis/rpc/StateList.d.ts +9 -12
- package/esm/models/trellis/rpc/StateList.d.ts.map +1 -1
- package/esm/models/trellis/rpc/StateList.js +16 -18
- package/esm/npm/src/auth/browser/login.d.ts.map +1 -1
- package/esm/npm/src/auth/browser/login.js +46 -3
- package/esm/npm/src/auth/browser/portal.d.ts.map +1 -1
- package/esm/npm/src/auth/browser/portal.js +5 -1
- package/esm/npm/src/auth/browser/session.d.ts +18 -7
- package/esm/npm/src/auth/browser/session.d.ts.map +1 -1
- package/esm/npm/src/auth/browser/session.js +47 -11
- package/esm/npm/src/auth/browser/storage.d.ts +6 -1
- package/esm/npm/src/auth/browser/storage.d.ts.map +1 -1
- package/esm/npm/src/auth/browser/storage.js +15 -3
- package/esm/npm/src/auth/browser.d.ts +2 -2
- package/esm/npm/src/auth/browser.d.ts.map +1 -1
- package/esm/npm/src/auth/browser.js +1 -1
- package/esm/npm/src/auth/device_activation.d.ts +36 -33
- package/esm/npm/src/auth/device_activation.d.ts.map +1 -1
- package/esm/npm/src/auth/device_activation.js +26 -22
- package/esm/npm/src/auth/mod.d.ts +4 -4
- package/esm/npm/src/auth/mod.d.ts.map +1 -1
- package/esm/npm/src/auth/mod.js +2 -2
- package/esm/npm/src/auth/proof.d.ts +3 -1
- package/esm/npm/src/auth/proof.d.ts.map +1 -1
- package/esm/npm/src/auth/proof.js +21 -15
- package/esm/npm/src/auth/protocol.d.ts +2457 -941
- package/esm/npm/src/auth/protocol.d.ts.map +1 -1
- package/esm/npm/src/auth/protocol.js +747 -375
- package/esm/npm/src/auth/schemas.d.ts +25 -4
- package/esm/npm/src/auth/schemas.d.ts.map +1 -1
- package/esm/npm/src/auth/schemas.js +14 -4
- package/esm/npm/src/auth/session_auth.d.ts +1 -1
- package/esm/npm/src/auth/session_auth.d.ts.map +1 -1
- package/esm/npm/src/auth/session_auth.js +7 -1
- package/esm/npm/src/client_connect.d.ts +2 -0
- package/esm/npm/src/client_connect.d.ts.map +1 -1
- package/esm/npm/src/client_connect.js +76 -15
- package/esm/npm/src/contract.d.ts +3 -0
- package/esm/npm/src/contract.d.ts.map +1 -1
- package/esm/npm/src/contract_support/mod.d.ts +422 -43
- package/esm/npm/src/contract_support/mod.d.ts.map +1 -1
- package/esm/npm/src/contract_support/mod.js +734 -33
- package/esm/npm/src/contract_support/protocol.d.ts +20 -5
- package/esm/npm/src/contract_support/protocol.d.ts.map +1 -1
- package/esm/npm/src/contract_support/protocol.js +18 -10
- package/esm/npm/src/contract_support/runtime.d.ts +11 -0
- package/esm/npm/src/contract_support/runtime.d.ts.map +1 -1
- package/esm/npm/src/contract_support/schema_pointers.d.ts.map +1 -1
- package/esm/npm/src/contract_support/schema_pointers.js +32 -14
- package/esm/npm/src/device/deno.d.ts.map +1 -1
- package/esm/npm/src/device/deno.js +6 -0
- package/esm/npm/src/device.d.ts +2 -0
- package/esm/npm/src/device.d.ts.map +1 -1
- package/esm/npm/src/device.js +3 -0
- package/esm/npm/src/errors/AuthError.d.ts +1 -1
- package/esm/npm/src/errors/AuthError.d.ts.map +1 -1
- package/esm/npm/src/errors/AuthError.js +5 -1
- package/esm/npm/src/errors/index.d.ts +4 -4
- package/esm/npm/src/generate.js +2 -19
- package/esm/npm/src/helpers.d.ts.map +1 -1
- package/esm/npm/src/index.d.ts +4 -3
- package/esm/npm/src/index.d.ts.map +1 -1
- package/esm/npm/src/index.js +1 -0
- package/esm/npm/src/jobs.d.ts +10 -1
- package/esm/npm/src/jobs.d.ts.map +1 -1
- package/esm/npm/src/jobs.js +16 -1
- package/esm/npm/src/kv.d.ts.map +1 -1
- package/esm/npm/src/kv.js +10 -4
- package/esm/npm/src/models/auth/rpc/Logout.d.ts +4 -4
- package/esm/npm/src/models/auth/rpc/Logout.d.ts.map +1 -1
- package/esm/npm/src/models/auth/rpc/Logout.js +2 -2
- package/esm/npm/src/models/trellis/Page.d.ts +2 -0
- package/esm/npm/src/models/trellis/Page.d.ts.map +1 -0
- package/esm/npm/src/models/trellis/Page.js +1 -0
- package/esm/npm/src/models/trellis/State.d.ts +1 -0
- package/esm/npm/src/models/trellis/State.d.ts.map +1 -1
- package/esm/npm/src/models/trellis/State.js +1 -0
- package/esm/npm/src/models/trellis/rpc/StateList.d.ts +9 -12
- package/esm/npm/src/models/trellis/rpc/StateList.d.ts.map +1 -1
- package/esm/npm/src/models/trellis/rpc/StateList.js +16 -18
- package/esm/npm/src/operations.d.ts +16 -7
- package/esm/npm/src/operations.d.ts.map +1 -1
- package/esm/npm/src/operations.js +84 -19
- package/esm/npm/src/runtime_transport.d.ts +2 -0
- package/esm/npm/src/runtime_transport.d.ts.map +1 -1
- package/esm/npm/src/runtime_transport.js +1 -0
- package/esm/npm/src/server/internal_jobs/active-job.d.ts +2 -1
- package/esm/npm/src/server/internal_jobs/active-job.d.ts.map +1 -1
- package/esm/npm/src/server/internal_jobs/active-job.js +3 -0
- package/esm/npm/src/server/internal_jobs/job-manager.d.ts +4 -1
- package/esm/npm/src/server/internal_jobs/job-manager.d.ts.map +1 -1
- package/esm/npm/src/server/internal_jobs/job-manager.js +61 -1
- package/esm/npm/src/server/internal_jobs/projection.js +1 -0
- package/esm/npm/src/server/internal_jobs/runtime-worker.d.ts +13 -1
- package/esm/npm/src/server/internal_jobs/runtime-worker.d.ts.map +1 -1
- package/esm/npm/src/server/internal_jobs/runtime-worker.js +73 -13
- package/esm/npm/src/server/internal_jobs/types.d.ts +19 -0
- package/esm/npm/src/server/internal_jobs/types.d.ts.map +1 -1
- package/esm/npm/src/server/internal_jobs/types.js +10 -0
- package/esm/npm/src/server/runtime.d.ts +1 -0
- package/esm/npm/src/server/runtime.d.ts.map +1 -1
- package/esm/npm/src/server/service.d.ts +10 -1
- package/esm/npm/src/server/service.d.ts.map +1 -1
- package/esm/npm/src/server/service.js +190 -64
- package/esm/npm/src/server/transfer.d.ts.map +1 -1
- package/esm/npm/src/server/transfer.js +4 -0
- package/esm/npm/src/server.d.ts.map +1 -1
- package/esm/npm/src/server.js +337 -34
- package/esm/npm/src/store.d.ts +8 -1
- package/esm/npm/src/store.d.ts.map +1 -1
- package/esm/npm/src/store.js +46 -8
- package/esm/npm/src/transfer.d.ts +3 -0
- package/esm/npm/src/transfer.d.ts.map +1 -1
- package/esm/npm/src/transfer.js +20 -30
- package/esm/npm/src/trellis.d.ts +85 -22
- package/esm/npm/src/trellis.d.ts.map +1 -1
- package/esm/npm/src/trellis.js +525 -61
- package/esm/operations.d.ts +16 -7
- package/esm/operations.d.ts.map +1 -1
- package/esm/operations.js +84 -19
- package/esm/runtime_transport.d.ts +2 -0
- package/esm/runtime_transport.d.ts.map +1 -1
- package/esm/runtime_transport.js +1 -0
- package/esm/store.d.ts +8 -1
- package/esm/store.d.ts.map +1 -1
- package/esm/store.js +46 -8
- package/esm/transfer.d.ts +3 -0
- package/esm/transfer.d.ts.map +1 -1
- package/esm/transfer.js +20 -30
- package/esm/trellis.d.ts +85 -22
- package/esm/trellis.d.ts.map +1 -1
- package/esm/trellis.js +525 -61
- package/package.json +6 -3
- package/script/auth/browser/login.d.ts.map +1 -1
- package/script/auth/browser/login.js +46 -3
- package/script/auth/browser/portal.d.ts.map +1 -1
- package/script/auth/browser/portal.js +5 -1
- package/script/auth/browser/session.d.ts +18 -7
- package/script/auth/browser/session.d.ts.map +1 -1
- package/script/auth/browser/session.js +47 -11
- package/script/auth/browser/storage.d.ts +6 -1
- package/script/auth/browser/storage.d.ts.map +1 -1
- package/script/auth/browser/storage.js +15 -3
- package/script/auth/browser.d.ts +2 -2
- package/script/auth/browser.d.ts.map +1 -1
- package/script/auth/browser.js +2 -1
- package/script/auth/device_activation.d.ts +36 -33
- package/script/auth/device_activation.d.ts.map +1 -1
- package/script/auth/device_activation.js +25 -21
- package/script/auth/mod.d.ts +4 -4
- package/script/auth/mod.d.ts.map +1 -1
- package/script/auth/mod.js +132 -137
- package/script/auth/proof.d.ts +3 -1
- package/script/auth/proof.d.ts.map +1 -1
- package/script/auth/proof.js +21 -15
- package/script/auth/protocol.d.ts +2457 -941
- package/script/auth/protocol.d.ts.map +1 -1
- package/script/auth/protocol.js +749 -377
- package/script/auth/schemas.d.ts +25 -4
- package/script/auth/schemas.d.ts.map +1 -1
- package/script/auth/schemas.js +16 -5
- package/script/auth/session_auth.d.ts +1 -1
- package/script/auth/session_auth.d.ts.map +1 -1
- package/script/auth/session_auth.js +7 -1
- package/script/client_connect.d.ts +2 -0
- package/script/client_connect.d.ts.map +1 -1
- package/script/client_connect.js +76 -15
- package/script/contract.d.ts +3 -0
- package/script/contract.d.ts.map +1 -1
- package/script/contract_support/mod.d.ts +422 -43
- package/script/contract_support/mod.d.ts.map +1 -1
- package/script/contract_support/mod.js +757 -51
- package/script/contract_support/protocol.d.ts +20 -5
- package/script/contract_support/protocol.d.ts.map +1 -1
- package/script/contract_support/protocol.js +20 -11
- package/script/contract_support/runtime.d.ts +11 -0
- package/script/contract_support/runtime.d.ts.map +1 -1
- package/script/contract_support/schema_pointers.d.ts.map +1 -1
- package/script/contract_support/schema_pointers.js +32 -14
- package/script/device.d.ts +2 -0
- package/script/device.d.ts.map +1 -1
- package/script/device.js +3 -0
- package/script/errors/AuthError.d.ts +1 -1
- package/script/errors/AuthError.d.ts.map +1 -1
- package/script/errors/AuthError.js +5 -1
- package/script/errors/index.d.ts +4 -4
- package/script/generated-sdk/auth/api.d.ts +27 -9
- package/script/generated-sdk/auth/api.d.ts.map +1 -1
- package/script/generated-sdk/auth/api.js +17 -591
- package/script/generated-sdk/auth/client.d.ts +91 -85
- package/script/generated-sdk/auth/client.d.ts.map +1 -1
- package/script/generated-sdk/auth/contract.d.ts +1 -1
- package/script/generated-sdk/auth/contract.d.ts.map +1 -1
- package/script/generated-sdk/auth/contract.js +4 -2
- package/script/generated-sdk/auth/mod.d.ts +1 -0
- package/script/generated-sdk/auth/mod.d.ts.map +1 -1
- package/script/generated-sdk/auth/owned_api.d.ts +3 -0
- package/script/generated-sdk/auth/owned_api.d.ts.map +1 -0
- package/script/generated-sdk/auth/owned_api.js +597 -0
- package/script/generated-sdk/auth/schemas.d.ts +9959 -5160
- package/script/generated-sdk/auth/schemas.d.ts.map +1 -1
- package/script/generated-sdk/auth/schemas.js +139 -140
- package/script/generated-sdk/auth/types.d.ts +2418 -1557
- 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 +24 -9
- package/script/generated-sdk/health/api.d.ts.map +1 -1
- package/script/generated-sdk/health/api.js +13 -21
- package/script/generated-sdk/health/client.d.ts +2 -1
- package/script/generated-sdk/health/client.d.ts.map +1 -1
- package/script/generated-sdk/health/contract.d.ts.map +1 -1
- package/script/generated-sdk/health/contract.js +2 -0
- package/script/generated-sdk/health/owned_api.d.ts +3 -0
- package/script/generated-sdk/health/owned_api.d.ts.map +1 -0
- package/script/generated-sdk/health/owned_api.js +19 -0
- package/script/generated-sdk/health/types.d.ts +2 -0
- package/script/generated-sdk/health/types.d.ts.map +1 -1
- package/script/generated-sdk/jobs/api.d.ts +33 -9
- package/script/generated-sdk/jobs/api.d.ts.map +1 -1
- package/script/generated-sdk/jobs/api.js +23 -88
- package/script/generated-sdk/jobs/client.d.ts +9 -2
- package/script/generated-sdk/jobs/client.d.ts.map +1 -1
- package/script/generated-sdk/jobs/contract.d.ts +1 -1
- package/script/generated-sdk/jobs/contract.d.ts.map +1 -1
- package/script/generated-sdk/jobs/contract.js +4 -2
- package/script/generated-sdk/jobs/owned_api.d.ts +3 -0
- package/script/generated-sdk/jobs/owned_api.d.ts.map +1 -0
- package/script/generated-sdk/jobs/owned_api.js +154 -0
- package/script/generated-sdk/jobs/schemas.d.ts +336 -123
- package/script/generated-sdk/jobs/schemas.d.ts.map +1 -1
- package/script/generated-sdk/jobs/schemas.js +18 -16
- package/script/generated-sdk/jobs/types.d.ts +144 -34
- package/script/generated-sdk/jobs/types.d.ts.map +1 -1
- package/script/generated-sdk/jobs/types.js +38 -2
- package/script/generated-sdk/state/api.d.ts +27 -9
- package/script/generated-sdk/state/api.d.ts.map +1 -1
- package/script/generated-sdk/state/api.js +17 -72
- package/script/generated-sdk/state/client.d.ts +4 -2
- package/script/generated-sdk/state/client.d.ts.map +1 -1
- package/script/generated-sdk/state/contract.d.ts +1 -1
- package/script/generated-sdk/state/contract.d.ts.map +1 -1
- package/script/generated-sdk/state/contract.js +4 -2
- package/script/generated-sdk/state/owned_api.d.ts +3 -0
- package/script/generated-sdk/state/owned_api.d.ts.map +1 -0
- package/script/generated-sdk/state/owned_api.js +69 -0
- package/script/generated-sdk/state/schemas.d.ts +264 -284
- package/script/generated-sdk/state/schemas.d.ts.map +1 -1
- package/script/generated-sdk/state/schemas.js +6 -6
- package/script/generated-sdk/state/types.d.ts +24 -23
- package/script/generated-sdk/state/types.d.ts.map +1 -1
- package/script/generated-sdk/state/types.js +1 -1
- package/script/generated-sdk/trellis-core/api.d.ts +27 -9
- package/script/generated-sdk/trellis-core/api.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/api.js +17 -40
- package/script/generated-sdk/trellis-core/client.d.ts +5 -2
- package/script/generated-sdk/trellis-core/client.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/contract.d.ts +1 -1
- package/script/generated-sdk/trellis-core/contract.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/contract.js +4 -2
- package/script/generated-sdk/trellis-core/owned_api.d.ts +3 -0
- package/script/generated-sdk/trellis-core/owned_api.d.ts.map +1 -0
- package/script/generated-sdk/trellis-core/owned_api.js +45 -0
- package/script/generated-sdk/trellis-core/schemas.d.ts +259 -11
- package/script/generated-sdk/trellis-core/schemas.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/schemas.js +6 -4
- package/script/generated-sdk/trellis-core/types.d.ts +56 -1
- package/script/generated-sdk/trellis-core/types.d.ts.map +1 -1
- package/script/generated-sdk/trellis-core/types.js +1 -1
- package/script/helpers.d.ts.map +1 -1
- package/script/index.d.ts +4 -3
- package/script/index.d.ts.map +1 -1
- package/script/index.js +5 -2
- package/script/jobs.d.ts +10 -1
- package/script/jobs.d.ts.map +1 -1
- package/script/jobs.js +17 -2
- package/script/kv.d.ts.map +1 -1
- package/script/kv.js +10 -4
- package/script/models/auth/rpc/Logout.d.ts +4 -4
- package/script/models/auth/rpc/Logout.d.ts.map +1 -1
- package/script/models/auth/rpc/Logout.js +3 -3
- package/script/models/trellis/Page.d.ts +2 -0
- package/script/models/trellis/Page.d.ts.map +1 -0
- package/script/models/trellis/Page.js +6 -0
- package/script/models/trellis/State.d.ts +1 -0
- package/script/models/trellis/State.d.ts.map +1 -1
- package/script/models/trellis/State.js +1 -0
- package/script/models/trellis/rpc/StateList.d.ts +9 -12
- package/script/models/trellis/rpc/StateList.d.ts.map +1 -1
- package/script/models/trellis/rpc/StateList.js +16 -18
- package/script/npm/src/auth/browser/login.d.ts.map +1 -1
- package/script/npm/src/auth/browser/login.js +46 -3
- package/script/npm/src/auth/browser/portal.d.ts.map +1 -1
- package/script/npm/src/auth/browser/portal.js +5 -1
- package/script/npm/src/auth/browser/session.d.ts +18 -7
- package/script/npm/src/auth/browser/session.d.ts.map +1 -1
- package/script/npm/src/auth/browser/session.js +47 -11
- package/script/npm/src/auth/browser/storage.d.ts +6 -1
- package/script/npm/src/auth/browser/storage.d.ts.map +1 -1
- package/script/npm/src/auth/browser/storage.js +15 -3
- package/script/npm/src/auth/browser.d.ts +2 -2
- package/script/npm/src/auth/browser.d.ts.map +1 -1
- package/script/npm/src/auth/browser.js +2 -1
- package/script/npm/src/auth/device_activation.d.ts +36 -33
- package/script/npm/src/auth/device_activation.d.ts.map +1 -1
- package/script/npm/src/auth/device_activation.js +25 -21
- package/script/npm/src/auth/mod.d.ts +4 -4
- package/script/npm/src/auth/mod.d.ts.map +1 -1
- package/script/npm/src/auth/mod.js +132 -137
- package/script/npm/src/auth/proof.d.ts +3 -1
- package/script/npm/src/auth/proof.d.ts.map +1 -1
- package/script/npm/src/auth/proof.js +21 -15
- package/script/npm/src/auth/protocol.d.ts +2457 -941
- package/script/npm/src/auth/protocol.d.ts.map +1 -1
- package/script/npm/src/auth/protocol.js +749 -377
- package/script/npm/src/auth/schemas.d.ts +25 -4
- package/script/npm/src/auth/schemas.d.ts.map +1 -1
- package/script/npm/src/auth/schemas.js +16 -5
- package/script/npm/src/auth/session_auth.d.ts +1 -1
- package/script/npm/src/auth/session_auth.d.ts.map +1 -1
- package/script/npm/src/auth/session_auth.js +7 -1
- package/script/npm/src/client_connect.d.ts +2 -0
- package/script/npm/src/client_connect.d.ts.map +1 -1
- package/script/npm/src/client_connect.js +76 -15
- package/script/npm/src/contract.d.ts +3 -0
- package/script/npm/src/contract.d.ts.map +1 -1
- package/script/npm/src/contract_support/mod.d.ts +422 -43
- package/script/npm/src/contract_support/mod.d.ts.map +1 -1
- package/script/npm/src/contract_support/mod.js +757 -51
- package/script/npm/src/contract_support/protocol.d.ts +20 -5
- package/script/npm/src/contract_support/protocol.d.ts.map +1 -1
- package/script/npm/src/contract_support/protocol.js +20 -11
- package/script/npm/src/contract_support/runtime.d.ts +11 -0
- package/script/npm/src/contract_support/runtime.d.ts.map +1 -1
- package/script/npm/src/contract_support/schema_pointers.d.ts.map +1 -1
- package/script/npm/src/contract_support/schema_pointers.js +32 -14
- package/script/npm/src/device/deno.d.ts.map +1 -1
- package/script/npm/src/device/deno.js +6 -0
- package/script/npm/src/device.d.ts +2 -0
- package/script/npm/src/device.d.ts.map +1 -1
- package/script/npm/src/device.js +3 -0
- package/script/npm/src/errors/AuthError.d.ts +1 -1
- package/script/npm/src/errors/AuthError.d.ts.map +1 -1
- package/script/npm/src/errors/AuthError.js +5 -1
- package/script/npm/src/errors/index.d.ts +4 -4
- package/script/npm/src/generate.js +2 -19
- package/script/npm/src/helpers.d.ts.map +1 -1
- package/script/npm/src/index.d.ts +4 -3
- package/script/npm/src/index.d.ts.map +1 -1
- package/script/npm/src/index.js +5 -2
- package/script/npm/src/jobs.d.ts +10 -1
- package/script/npm/src/jobs.d.ts.map +1 -1
- package/script/npm/src/jobs.js +17 -2
- package/script/npm/src/kv.d.ts.map +1 -1
- package/script/npm/src/kv.js +10 -4
- package/script/npm/src/models/auth/rpc/Logout.d.ts +4 -4
- package/script/npm/src/models/auth/rpc/Logout.d.ts.map +1 -1
- package/script/npm/src/models/auth/rpc/Logout.js +3 -3
- package/script/npm/src/models/trellis/Page.d.ts +2 -0
- package/script/npm/src/models/trellis/Page.d.ts.map +1 -0
- package/script/npm/src/models/trellis/Page.js +6 -0
- package/script/npm/src/models/trellis/State.d.ts +1 -0
- package/script/npm/src/models/trellis/State.d.ts.map +1 -1
- package/script/npm/src/models/trellis/State.js +1 -0
- package/script/npm/src/models/trellis/rpc/StateList.d.ts +9 -12
- package/script/npm/src/models/trellis/rpc/StateList.d.ts.map +1 -1
- package/script/npm/src/models/trellis/rpc/StateList.js +16 -18
- package/script/npm/src/operations.d.ts +16 -7
- package/script/npm/src/operations.d.ts.map +1 -1
- package/script/npm/src/operations.js +84 -19
- package/script/npm/src/runtime_transport.d.ts +2 -0
- package/script/npm/src/runtime_transport.d.ts.map +1 -1
- package/script/npm/src/runtime_transport.js +2 -1
- package/script/npm/src/server/internal_jobs/active-job.d.ts +2 -1
- package/script/npm/src/server/internal_jobs/active-job.d.ts.map +1 -1
- package/script/npm/src/server/internal_jobs/active-job.js +3 -0
- package/script/npm/src/server/internal_jobs/job-manager.d.ts +4 -1
- package/script/npm/src/server/internal_jobs/job-manager.d.ts.map +1 -1
- package/script/npm/src/server/internal_jobs/job-manager.js +61 -1
- package/script/npm/src/server/internal_jobs/projection.js +1 -0
- package/script/npm/src/server/internal_jobs/runtime-worker.d.ts +13 -1
- package/script/npm/src/server/internal_jobs/runtime-worker.d.ts.map +1 -1
- package/script/npm/src/server/internal_jobs/runtime-worker.js +74 -13
- package/script/npm/src/server/internal_jobs/types.d.ts +19 -0
- package/script/npm/src/server/internal_jobs/types.d.ts.map +1 -1
- package/script/npm/src/server/internal_jobs/types.js +11 -1
- package/script/npm/src/server/runtime.d.ts +1 -0
- package/script/npm/src/server/runtime.d.ts.map +1 -1
- package/script/npm/src/server/service.d.ts +10 -1
- package/script/npm/src/server/service.d.ts.map +1 -1
- package/script/npm/src/server/service.js +188 -62
- package/script/npm/src/server/transfer.d.ts.map +1 -1
- package/script/npm/src/server/transfer.js +4 -0
- package/script/npm/src/server.d.ts.map +1 -1
- package/script/npm/src/server.js +336 -33
- package/script/npm/src/store.d.ts +8 -1
- package/script/npm/src/store.d.ts.map +1 -1
- package/script/npm/src/store.js +46 -8
- package/script/npm/src/transfer.d.ts +3 -0
- package/script/npm/src/transfer.d.ts.map +1 -1
- package/script/npm/src/transfer.js +19 -29
- package/script/npm/src/trellis.d.ts +85 -22
- package/script/npm/src/trellis.d.ts.map +1 -1
- package/script/npm/src/trellis.js +525 -61
- package/script/operations.d.ts +16 -7
- package/script/operations.d.ts.map +1 -1
- package/script/operations.js +84 -19
- package/script/runtime_transport.d.ts +2 -0
- package/script/runtime_transport.d.ts.map +1 -1
- package/script/runtime_transport.js +2 -1
- package/script/store.d.ts +8 -1
- package/script/store.d.ts.map +1 -1
- package/script/store.js +46 -8
- package/script/transfer.d.ts +3 -0
- package/script/transfer.d.ts.map +1 -1
- package/script/transfer.js +19 -29
- package/script/trellis.d.ts +85 -22
- package/script/trellis.d.ts.map +1 -1
- package/script/trellis.js +525 -61
- package/esm/models/trellis/Paginate.d.ts +0 -7
- package/esm/models/trellis/Paginate.d.ts.map +0 -1
- package/esm/models/trellis/Paginate.js +0 -5
- package/esm/npm/src/models/trellis/Paginate.d.ts +0 -7
- package/esm/npm/src/models/trellis/Paginate.d.ts.map +0 -1
- package/esm/npm/src/models/trellis/Paginate.js +0 -5
- package/script/models/trellis/Paginate.d.ts +0 -7
- package/script/models/trellis/Paginate.d.ts.map +0 -1
- package/script/models/trellis/Paginate.js +0 -11
- package/script/npm/src/models/trellis/Paginate.d.ts +0 -7
- package/script/npm/src/models/trellis/Paginate.d.ts.map +0 -1
- package/script/npm/src/models/trellis/Paginate.js +0 -11
|
@@ -3,21 +3,14 @@ export declare const EmptySchema: {
|
|
|
3
3
|
readonly type: "object";
|
|
4
4
|
};
|
|
5
5
|
export declare const JobsCancelRequestSchema: {
|
|
6
|
+
readonly description: "Jobs admin ids are globally addressable; callers identify jobs by id only.";
|
|
6
7
|
readonly properties: {
|
|
7
8
|
readonly id: {
|
|
8
9
|
readonly minLength: 1;
|
|
9
10
|
readonly type: "string";
|
|
10
11
|
};
|
|
11
|
-
readonly jobType: {
|
|
12
|
-
readonly minLength: 1;
|
|
13
|
-
readonly type: "string";
|
|
14
|
-
};
|
|
15
|
-
readonly service: {
|
|
16
|
-
readonly minLength: 1;
|
|
17
|
-
readonly type: "string";
|
|
18
|
-
};
|
|
19
12
|
};
|
|
20
|
-
readonly required: readonly ["
|
|
13
|
+
readonly required: readonly ["id"];
|
|
21
14
|
readonly type: "object";
|
|
22
15
|
};
|
|
23
16
|
export declare const JobsCancelResponseSchema: {
|
|
@@ -28,6 +21,28 @@ export declare const JobsCancelResponseSchema: {
|
|
|
28
21
|
readonly format: "date-time";
|
|
29
22
|
readonly type: "string";
|
|
30
23
|
};
|
|
24
|
+
readonly context: {
|
|
25
|
+
readonly properties: {
|
|
26
|
+
readonly requestId: {
|
|
27
|
+
readonly minLength: 1;
|
|
28
|
+
readonly type: "string";
|
|
29
|
+
};
|
|
30
|
+
readonly traceId: {
|
|
31
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
32
|
+
readonly type: "string";
|
|
33
|
+
};
|
|
34
|
+
readonly traceparent: {
|
|
35
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
36
|
+
readonly type: "string";
|
|
37
|
+
};
|
|
38
|
+
readonly tracestate: {
|
|
39
|
+
readonly minLength: 1;
|
|
40
|
+
readonly type: "string";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
44
|
+
readonly type: "object";
|
|
45
|
+
};
|
|
31
46
|
readonly createdAt: {
|
|
32
47
|
readonly format: "date-time";
|
|
33
48
|
readonly type: "string";
|
|
@@ -85,12 +100,14 @@ export declare const JobsCancelResponseSchema: {
|
|
|
85
100
|
readonly message: {
|
|
86
101
|
readonly type: "string";
|
|
87
102
|
};
|
|
103
|
+
readonly step: {
|
|
104
|
+
readonly type: "string";
|
|
105
|
+
};
|
|
88
106
|
readonly total: {
|
|
89
107
|
readonly minimum: 0;
|
|
90
108
|
readonly type: "integer";
|
|
91
109
|
};
|
|
92
110
|
};
|
|
93
|
-
readonly required: readonly ["current", "total"];
|
|
94
111
|
readonly type: "object";
|
|
95
112
|
};
|
|
96
113
|
readonly result: {};
|
|
@@ -145,7 +162,7 @@ export declare const JobsCancelResponseSchema: {
|
|
|
145
162
|
readonly type: "string";
|
|
146
163
|
};
|
|
147
164
|
};
|
|
148
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
165
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
149
166
|
readonly type: "object";
|
|
150
167
|
};
|
|
151
168
|
};
|
|
@@ -153,21 +170,14 @@ export declare const JobsCancelResponseSchema: {
|
|
|
153
170
|
readonly type: "object";
|
|
154
171
|
};
|
|
155
172
|
export declare const JobsDismissDLQRequestSchema: {
|
|
173
|
+
readonly description: "Jobs admin ids are globally addressable; callers identify jobs by id only.";
|
|
156
174
|
readonly properties: {
|
|
157
175
|
readonly id: {
|
|
158
176
|
readonly minLength: 1;
|
|
159
177
|
readonly type: "string";
|
|
160
178
|
};
|
|
161
|
-
readonly jobType: {
|
|
162
|
-
readonly minLength: 1;
|
|
163
|
-
readonly type: "string";
|
|
164
|
-
};
|
|
165
|
-
readonly service: {
|
|
166
|
-
readonly minLength: 1;
|
|
167
|
-
readonly type: "string";
|
|
168
|
-
};
|
|
169
179
|
};
|
|
170
|
-
readonly required: readonly ["
|
|
180
|
+
readonly required: readonly ["id"];
|
|
171
181
|
readonly type: "object";
|
|
172
182
|
};
|
|
173
183
|
export declare const JobsDismissDLQResponseSchema: {
|
|
@@ -178,6 +188,28 @@ export declare const JobsDismissDLQResponseSchema: {
|
|
|
178
188
|
readonly format: "date-time";
|
|
179
189
|
readonly type: "string";
|
|
180
190
|
};
|
|
191
|
+
readonly context: {
|
|
192
|
+
readonly properties: {
|
|
193
|
+
readonly requestId: {
|
|
194
|
+
readonly minLength: 1;
|
|
195
|
+
readonly type: "string";
|
|
196
|
+
};
|
|
197
|
+
readonly traceId: {
|
|
198
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
199
|
+
readonly type: "string";
|
|
200
|
+
};
|
|
201
|
+
readonly traceparent: {
|
|
202
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
203
|
+
readonly type: "string";
|
|
204
|
+
};
|
|
205
|
+
readonly tracestate: {
|
|
206
|
+
readonly minLength: 1;
|
|
207
|
+
readonly type: "string";
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
211
|
+
readonly type: "object";
|
|
212
|
+
};
|
|
181
213
|
readonly createdAt: {
|
|
182
214
|
readonly format: "date-time";
|
|
183
215
|
readonly type: "string";
|
|
@@ -235,12 +267,14 @@ export declare const JobsDismissDLQResponseSchema: {
|
|
|
235
267
|
readonly message: {
|
|
236
268
|
readonly type: "string";
|
|
237
269
|
};
|
|
270
|
+
readonly step: {
|
|
271
|
+
readonly type: "string";
|
|
272
|
+
};
|
|
238
273
|
readonly total: {
|
|
239
274
|
readonly minimum: 0;
|
|
240
275
|
readonly type: "integer";
|
|
241
276
|
};
|
|
242
277
|
};
|
|
243
|
-
readonly required: readonly ["current", "total"];
|
|
244
278
|
readonly type: "object";
|
|
245
279
|
};
|
|
246
280
|
readonly result: {};
|
|
@@ -295,7 +329,7 @@ export declare const JobsDismissDLQResponseSchema: {
|
|
|
295
329
|
readonly type: "string";
|
|
296
330
|
};
|
|
297
331
|
};
|
|
298
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
332
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
299
333
|
readonly type: "object";
|
|
300
334
|
};
|
|
301
335
|
};
|
|
@@ -303,21 +337,14 @@ export declare const JobsDismissDLQResponseSchema: {
|
|
|
303
337
|
readonly type: "object";
|
|
304
338
|
};
|
|
305
339
|
export declare const JobsGetRequestSchema: {
|
|
340
|
+
readonly description: "Jobs admin ids are globally addressable; callers identify jobs by id only.";
|
|
306
341
|
readonly properties: {
|
|
307
342
|
readonly id: {
|
|
308
343
|
readonly minLength: 1;
|
|
309
344
|
readonly type: "string";
|
|
310
345
|
};
|
|
311
|
-
readonly jobType: {
|
|
312
|
-
readonly minLength: 1;
|
|
313
|
-
readonly type: "string";
|
|
314
|
-
};
|
|
315
|
-
readonly service: {
|
|
316
|
-
readonly minLength: 1;
|
|
317
|
-
readonly type: "string";
|
|
318
|
-
};
|
|
319
346
|
};
|
|
320
|
-
readonly required: readonly ["
|
|
347
|
+
readonly required: readonly ["id"];
|
|
321
348
|
readonly type: "object";
|
|
322
349
|
};
|
|
323
350
|
export declare const JobsGetResponseSchema: {
|
|
@@ -328,6 +355,28 @@ export declare const JobsGetResponseSchema: {
|
|
|
328
355
|
readonly format: "date-time";
|
|
329
356
|
readonly type: "string";
|
|
330
357
|
};
|
|
358
|
+
readonly context: {
|
|
359
|
+
readonly properties: {
|
|
360
|
+
readonly requestId: {
|
|
361
|
+
readonly minLength: 1;
|
|
362
|
+
readonly type: "string";
|
|
363
|
+
};
|
|
364
|
+
readonly traceId: {
|
|
365
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
366
|
+
readonly type: "string";
|
|
367
|
+
};
|
|
368
|
+
readonly traceparent: {
|
|
369
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
370
|
+
readonly type: "string";
|
|
371
|
+
};
|
|
372
|
+
readonly tracestate: {
|
|
373
|
+
readonly minLength: 1;
|
|
374
|
+
readonly type: "string";
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
378
|
+
readonly type: "object";
|
|
379
|
+
};
|
|
331
380
|
readonly createdAt: {
|
|
332
381
|
readonly format: "date-time";
|
|
333
382
|
readonly type: "string";
|
|
@@ -385,12 +434,14 @@ export declare const JobsGetResponseSchema: {
|
|
|
385
434
|
readonly message: {
|
|
386
435
|
readonly type: "string";
|
|
387
436
|
};
|
|
437
|
+
readonly step: {
|
|
438
|
+
readonly type: "string";
|
|
439
|
+
};
|
|
388
440
|
readonly total: {
|
|
389
441
|
readonly minimum: 0;
|
|
390
442
|
readonly type: "integer";
|
|
391
443
|
};
|
|
392
444
|
};
|
|
393
|
-
readonly required: readonly ["current", "total"];
|
|
394
445
|
readonly type: "object";
|
|
395
446
|
};
|
|
396
447
|
readonly result: {};
|
|
@@ -445,10 +496,11 @@ export declare const JobsGetResponseSchema: {
|
|
|
445
496
|
readonly type: "string";
|
|
446
497
|
};
|
|
447
498
|
};
|
|
448
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
499
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
449
500
|
readonly type: "object";
|
|
450
501
|
};
|
|
451
502
|
};
|
|
503
|
+
readonly required: readonly ["job"];
|
|
452
504
|
readonly type: "object";
|
|
453
505
|
};
|
|
454
506
|
export declare const JobsHealthResponseSchema: {
|
|
@@ -481,6 +533,10 @@ export declare const JobsListDLQRequestSchema: {
|
|
|
481
533
|
readonly minimum: 1;
|
|
482
534
|
readonly type: "integer";
|
|
483
535
|
};
|
|
536
|
+
readonly offset: {
|
|
537
|
+
readonly minimum: 0;
|
|
538
|
+
readonly type: "integer";
|
|
539
|
+
};
|
|
484
540
|
readonly service: {
|
|
485
541
|
readonly minLength: 1;
|
|
486
542
|
readonly type: "string";
|
|
@@ -489,52 +545,49 @@ export declare const JobsListDLQRequestSchema: {
|
|
|
489
545
|
readonly format: "date-time";
|
|
490
546
|
readonly type: "string";
|
|
491
547
|
};
|
|
492
|
-
readonly state: {
|
|
493
|
-
readonly anyOf: readonly [{
|
|
494
|
-
readonly const: "pending";
|
|
495
|
-
readonly type: "string";
|
|
496
|
-
}, {
|
|
497
|
-
readonly const: "active";
|
|
498
|
-
readonly type: "string";
|
|
499
|
-
}, {
|
|
500
|
-
readonly const: "retry";
|
|
501
|
-
readonly type: "string";
|
|
502
|
-
}, {
|
|
503
|
-
readonly const: "completed";
|
|
504
|
-
readonly type: "string";
|
|
505
|
-
}, {
|
|
506
|
-
readonly const: "failed";
|
|
507
|
-
readonly type: "string";
|
|
508
|
-
}, {
|
|
509
|
-
readonly const: "cancelled";
|
|
510
|
-
readonly type: "string";
|
|
511
|
-
}, {
|
|
512
|
-
readonly const: "expired";
|
|
513
|
-
readonly type: "string";
|
|
514
|
-
}, {
|
|
515
|
-
readonly const: "dead";
|
|
516
|
-
readonly type: "string";
|
|
517
|
-
}, {
|
|
518
|
-
readonly const: "dismissed";
|
|
519
|
-
readonly type: "string";
|
|
520
|
-
}];
|
|
521
|
-
};
|
|
522
548
|
readonly type: {
|
|
523
549
|
readonly minLength: 1;
|
|
524
550
|
readonly type: "string";
|
|
525
551
|
};
|
|
526
552
|
};
|
|
553
|
+
readonly required: readonly ["limit"];
|
|
527
554
|
readonly type: "object";
|
|
528
555
|
};
|
|
529
556
|
export declare const JobsListDLQResponseSchema: {
|
|
530
557
|
readonly properties: {
|
|
531
|
-
readonly
|
|
558
|
+
readonly count: {
|
|
559
|
+
readonly minimum: 0;
|
|
560
|
+
readonly type: "integer";
|
|
561
|
+
};
|
|
562
|
+
readonly entries: {
|
|
532
563
|
readonly items: {
|
|
533
564
|
readonly properties: {
|
|
534
565
|
readonly completedAt: {
|
|
535
566
|
readonly format: "date-time";
|
|
536
567
|
readonly type: "string";
|
|
537
568
|
};
|
|
569
|
+
readonly context: {
|
|
570
|
+
readonly properties: {
|
|
571
|
+
readonly requestId: {
|
|
572
|
+
readonly minLength: 1;
|
|
573
|
+
readonly type: "string";
|
|
574
|
+
};
|
|
575
|
+
readonly traceId: {
|
|
576
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
577
|
+
readonly type: "string";
|
|
578
|
+
};
|
|
579
|
+
readonly traceparent: {
|
|
580
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
581
|
+
readonly type: "string";
|
|
582
|
+
};
|
|
583
|
+
readonly tracestate: {
|
|
584
|
+
readonly minLength: 1;
|
|
585
|
+
readonly type: "string";
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
589
|
+
readonly type: "object";
|
|
590
|
+
};
|
|
538
591
|
readonly createdAt: {
|
|
539
592
|
readonly format: "date-time";
|
|
540
593
|
readonly type: "string";
|
|
@@ -592,12 +645,14 @@ export declare const JobsListDLQResponseSchema: {
|
|
|
592
645
|
readonly message: {
|
|
593
646
|
readonly type: "string";
|
|
594
647
|
};
|
|
648
|
+
readonly step: {
|
|
649
|
+
readonly type: "string";
|
|
650
|
+
};
|
|
595
651
|
readonly total: {
|
|
596
652
|
readonly minimum: 0;
|
|
597
653
|
readonly type: "integer";
|
|
598
654
|
};
|
|
599
655
|
};
|
|
600
|
-
readonly required: readonly ["current", "total"];
|
|
601
656
|
readonly type: "object";
|
|
602
657
|
};
|
|
603
658
|
readonly result: {};
|
|
@@ -652,13 +707,25 @@ export declare const JobsListDLQResponseSchema: {
|
|
|
652
707
|
readonly type: "string";
|
|
653
708
|
};
|
|
654
709
|
};
|
|
655
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
710
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
656
711
|
readonly type: "object";
|
|
657
712
|
};
|
|
658
713
|
readonly type: "array";
|
|
659
714
|
};
|
|
715
|
+
readonly limit: {
|
|
716
|
+
readonly minimum: 1;
|
|
717
|
+
readonly type: "integer";
|
|
718
|
+
};
|
|
719
|
+
readonly nextOffset: {
|
|
720
|
+
readonly minimum: 0;
|
|
721
|
+
readonly type: "integer";
|
|
722
|
+
};
|
|
723
|
+
readonly offset: {
|
|
724
|
+
readonly minimum: 0;
|
|
725
|
+
readonly type: "integer";
|
|
726
|
+
};
|
|
660
727
|
};
|
|
661
|
-
readonly required: readonly ["
|
|
728
|
+
readonly required: readonly ["entries", "count", "offset", "limit"];
|
|
662
729
|
readonly type: "object";
|
|
663
730
|
};
|
|
664
731
|
export declare const JobsListRequestSchema: {
|
|
@@ -667,6 +734,10 @@ export declare const JobsListRequestSchema: {
|
|
|
667
734
|
readonly minimum: 1;
|
|
668
735
|
readonly type: "integer";
|
|
669
736
|
};
|
|
737
|
+
readonly offset: {
|
|
738
|
+
readonly minimum: 0;
|
|
739
|
+
readonly type: "integer";
|
|
740
|
+
};
|
|
670
741
|
readonly service: {
|
|
671
742
|
readonly minLength: 1;
|
|
672
743
|
readonly type: "string";
|
|
@@ -676,51 +747,81 @@ export declare const JobsListRequestSchema: {
|
|
|
676
747
|
readonly type: "string";
|
|
677
748
|
};
|
|
678
749
|
readonly state: {
|
|
679
|
-
readonly
|
|
680
|
-
readonly
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
750
|
+
readonly items: {
|
|
751
|
+
readonly anyOf: readonly [{
|
|
752
|
+
readonly const: "pending";
|
|
753
|
+
readonly type: "string";
|
|
754
|
+
}, {
|
|
755
|
+
readonly const: "active";
|
|
756
|
+
readonly type: "string";
|
|
757
|
+
}, {
|
|
758
|
+
readonly const: "retry";
|
|
759
|
+
readonly type: "string";
|
|
760
|
+
}, {
|
|
761
|
+
readonly const: "completed";
|
|
762
|
+
readonly type: "string";
|
|
763
|
+
}, {
|
|
764
|
+
readonly const: "failed";
|
|
765
|
+
readonly type: "string";
|
|
766
|
+
}, {
|
|
767
|
+
readonly const: "cancelled";
|
|
768
|
+
readonly type: "string";
|
|
769
|
+
}, {
|
|
770
|
+
readonly const: "expired";
|
|
771
|
+
readonly type: "string";
|
|
772
|
+
}, {
|
|
773
|
+
readonly const: "dead";
|
|
774
|
+
readonly type: "string";
|
|
775
|
+
}, {
|
|
776
|
+
readonly const: "dismissed";
|
|
777
|
+
readonly type: "string";
|
|
778
|
+
}];
|
|
779
|
+
};
|
|
780
|
+
readonly type: "array";
|
|
707
781
|
};
|
|
708
782
|
readonly type: {
|
|
709
783
|
readonly minLength: 1;
|
|
710
784
|
readonly type: "string";
|
|
711
785
|
};
|
|
712
786
|
};
|
|
787
|
+
readonly required: readonly ["limit"];
|
|
713
788
|
readonly type: "object";
|
|
714
789
|
};
|
|
715
790
|
export declare const JobsListResponseSchema: {
|
|
716
791
|
readonly properties: {
|
|
717
|
-
readonly
|
|
792
|
+
readonly count: {
|
|
793
|
+
readonly minimum: 0;
|
|
794
|
+
readonly type: "integer";
|
|
795
|
+
};
|
|
796
|
+
readonly entries: {
|
|
718
797
|
readonly items: {
|
|
719
798
|
readonly properties: {
|
|
720
799
|
readonly completedAt: {
|
|
721
800
|
readonly format: "date-time";
|
|
722
801
|
readonly type: "string";
|
|
723
802
|
};
|
|
803
|
+
readonly context: {
|
|
804
|
+
readonly properties: {
|
|
805
|
+
readonly requestId: {
|
|
806
|
+
readonly minLength: 1;
|
|
807
|
+
readonly type: "string";
|
|
808
|
+
};
|
|
809
|
+
readonly traceId: {
|
|
810
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
811
|
+
readonly type: "string";
|
|
812
|
+
};
|
|
813
|
+
readonly traceparent: {
|
|
814
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
815
|
+
readonly type: "string";
|
|
816
|
+
};
|
|
817
|
+
readonly tracestate: {
|
|
818
|
+
readonly minLength: 1;
|
|
819
|
+
readonly type: "string";
|
|
820
|
+
};
|
|
821
|
+
};
|
|
822
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
823
|
+
readonly type: "object";
|
|
824
|
+
};
|
|
724
825
|
readonly createdAt: {
|
|
725
826
|
readonly format: "date-time";
|
|
726
827
|
readonly type: "string";
|
|
@@ -778,12 +879,14 @@ export declare const JobsListResponseSchema: {
|
|
|
778
879
|
readonly message: {
|
|
779
880
|
readonly type: "string";
|
|
780
881
|
};
|
|
882
|
+
readonly step: {
|
|
883
|
+
readonly type: "string";
|
|
884
|
+
};
|
|
781
885
|
readonly total: {
|
|
782
886
|
readonly minimum: 0;
|
|
783
887
|
readonly type: "integer";
|
|
784
888
|
};
|
|
785
889
|
};
|
|
786
|
-
readonly required: readonly ["current", "total"];
|
|
787
890
|
readonly type: "object";
|
|
788
891
|
};
|
|
789
892
|
readonly result: {};
|
|
@@ -838,18 +941,48 @@ export declare const JobsListResponseSchema: {
|
|
|
838
941
|
readonly type: "string";
|
|
839
942
|
};
|
|
840
943
|
};
|
|
841
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
944
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
842
945
|
readonly type: "object";
|
|
843
946
|
};
|
|
844
947
|
readonly type: "array";
|
|
845
948
|
};
|
|
949
|
+
readonly limit: {
|
|
950
|
+
readonly minimum: 1;
|
|
951
|
+
readonly type: "integer";
|
|
952
|
+
};
|
|
953
|
+
readonly nextOffset: {
|
|
954
|
+
readonly minimum: 0;
|
|
955
|
+
readonly type: "integer";
|
|
956
|
+
};
|
|
957
|
+
readonly offset: {
|
|
958
|
+
readonly minimum: 0;
|
|
959
|
+
readonly type: "integer";
|
|
960
|
+
};
|
|
961
|
+
};
|
|
962
|
+
readonly required: readonly ["entries", "count", "offset", "limit"];
|
|
963
|
+
readonly type: "object";
|
|
964
|
+
};
|
|
965
|
+
export declare const JobsListServicesRequestSchema: {
|
|
966
|
+
readonly properties: {
|
|
967
|
+
readonly limit: {
|
|
968
|
+
readonly minimum: 1;
|
|
969
|
+
readonly type: "integer";
|
|
970
|
+
};
|
|
971
|
+
readonly offset: {
|
|
972
|
+
readonly minimum: 0;
|
|
973
|
+
readonly type: "integer";
|
|
974
|
+
};
|
|
846
975
|
};
|
|
847
|
-
readonly required: readonly ["
|
|
976
|
+
readonly required: readonly ["limit"];
|
|
848
977
|
readonly type: "object";
|
|
849
978
|
};
|
|
850
979
|
export declare const JobsListServicesResponseSchema: {
|
|
851
980
|
readonly properties: {
|
|
852
|
-
readonly
|
|
981
|
+
readonly count: {
|
|
982
|
+
readonly minimum: 0;
|
|
983
|
+
readonly type: "integer";
|
|
984
|
+
};
|
|
985
|
+
readonly entries: {
|
|
853
986
|
readonly items: {
|
|
854
987
|
readonly properties: {
|
|
855
988
|
readonly healthy: {
|
|
@@ -898,26 +1031,31 @@ export declare const JobsListServicesResponseSchema: {
|
|
|
898
1031
|
};
|
|
899
1032
|
readonly type: "array";
|
|
900
1033
|
};
|
|
1034
|
+
readonly limit: {
|
|
1035
|
+
readonly minimum: 1;
|
|
1036
|
+
readonly type: "integer";
|
|
1037
|
+
};
|
|
1038
|
+
readonly nextOffset: {
|
|
1039
|
+
readonly minimum: 0;
|
|
1040
|
+
readonly type: "integer";
|
|
1041
|
+
};
|
|
1042
|
+
readonly offset: {
|
|
1043
|
+
readonly minimum: 0;
|
|
1044
|
+
readonly type: "integer";
|
|
1045
|
+
};
|
|
901
1046
|
};
|
|
902
|
-
readonly required: readonly ["
|
|
1047
|
+
readonly required: readonly ["entries", "count", "offset", "limit"];
|
|
903
1048
|
readonly type: "object";
|
|
904
1049
|
};
|
|
905
1050
|
export declare const JobsReplayDLQRequestSchema: {
|
|
1051
|
+
readonly description: "Jobs admin ids are globally addressable; callers identify jobs by id only.";
|
|
906
1052
|
readonly properties: {
|
|
907
1053
|
readonly id: {
|
|
908
1054
|
readonly minLength: 1;
|
|
909
1055
|
readonly type: "string";
|
|
910
1056
|
};
|
|
911
|
-
readonly jobType: {
|
|
912
|
-
readonly minLength: 1;
|
|
913
|
-
readonly type: "string";
|
|
914
|
-
};
|
|
915
|
-
readonly service: {
|
|
916
|
-
readonly minLength: 1;
|
|
917
|
-
readonly type: "string";
|
|
918
|
-
};
|
|
919
1057
|
};
|
|
920
|
-
readonly required: readonly ["
|
|
1058
|
+
readonly required: readonly ["id"];
|
|
921
1059
|
readonly type: "object";
|
|
922
1060
|
};
|
|
923
1061
|
export declare const JobsReplayDLQResponseSchema: {
|
|
@@ -928,6 +1066,28 @@ export declare const JobsReplayDLQResponseSchema: {
|
|
|
928
1066
|
readonly format: "date-time";
|
|
929
1067
|
readonly type: "string";
|
|
930
1068
|
};
|
|
1069
|
+
readonly context: {
|
|
1070
|
+
readonly properties: {
|
|
1071
|
+
readonly requestId: {
|
|
1072
|
+
readonly minLength: 1;
|
|
1073
|
+
readonly type: "string";
|
|
1074
|
+
};
|
|
1075
|
+
readonly traceId: {
|
|
1076
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
1077
|
+
readonly type: "string";
|
|
1078
|
+
};
|
|
1079
|
+
readonly traceparent: {
|
|
1080
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
1081
|
+
readonly type: "string";
|
|
1082
|
+
};
|
|
1083
|
+
readonly tracestate: {
|
|
1084
|
+
readonly minLength: 1;
|
|
1085
|
+
readonly type: "string";
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
1089
|
+
readonly type: "object";
|
|
1090
|
+
};
|
|
931
1091
|
readonly createdAt: {
|
|
932
1092
|
readonly format: "date-time";
|
|
933
1093
|
readonly type: "string";
|
|
@@ -985,12 +1145,14 @@ export declare const JobsReplayDLQResponseSchema: {
|
|
|
985
1145
|
readonly message: {
|
|
986
1146
|
readonly type: "string";
|
|
987
1147
|
};
|
|
1148
|
+
readonly step: {
|
|
1149
|
+
readonly type: "string";
|
|
1150
|
+
};
|
|
988
1151
|
readonly total: {
|
|
989
1152
|
readonly minimum: 0;
|
|
990
1153
|
readonly type: "integer";
|
|
991
1154
|
};
|
|
992
1155
|
};
|
|
993
|
-
readonly required: readonly ["current", "total"];
|
|
994
1156
|
readonly type: "object";
|
|
995
1157
|
};
|
|
996
1158
|
readonly result: {};
|
|
@@ -1045,7 +1207,7 @@ export declare const JobsReplayDLQResponseSchema: {
|
|
|
1045
1207
|
readonly type: "string";
|
|
1046
1208
|
};
|
|
1047
1209
|
};
|
|
1048
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
1210
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
1049
1211
|
readonly type: "object";
|
|
1050
1212
|
};
|
|
1051
1213
|
};
|
|
@@ -1053,21 +1215,14 @@ export declare const JobsReplayDLQResponseSchema: {
|
|
|
1053
1215
|
readonly type: "object";
|
|
1054
1216
|
};
|
|
1055
1217
|
export declare const JobsRetryRequestSchema: {
|
|
1218
|
+
readonly description: "Jobs admin ids are globally addressable; callers identify jobs by id only.";
|
|
1056
1219
|
readonly properties: {
|
|
1057
1220
|
readonly id: {
|
|
1058
1221
|
readonly minLength: 1;
|
|
1059
1222
|
readonly type: "string";
|
|
1060
1223
|
};
|
|
1061
|
-
readonly jobType: {
|
|
1062
|
-
readonly minLength: 1;
|
|
1063
|
-
readonly type: "string";
|
|
1064
|
-
};
|
|
1065
|
-
readonly service: {
|
|
1066
|
-
readonly minLength: 1;
|
|
1067
|
-
readonly type: "string";
|
|
1068
|
-
};
|
|
1069
1224
|
};
|
|
1070
|
-
readonly required: readonly ["
|
|
1225
|
+
readonly required: readonly ["id"];
|
|
1071
1226
|
readonly type: "object";
|
|
1072
1227
|
};
|
|
1073
1228
|
export declare const JobsRetryResponseSchema: {
|
|
@@ -1078,6 +1233,28 @@ export declare const JobsRetryResponseSchema: {
|
|
|
1078
1233
|
readonly format: "date-time";
|
|
1079
1234
|
readonly type: "string";
|
|
1080
1235
|
};
|
|
1236
|
+
readonly context: {
|
|
1237
|
+
readonly properties: {
|
|
1238
|
+
readonly requestId: {
|
|
1239
|
+
readonly minLength: 1;
|
|
1240
|
+
readonly type: "string";
|
|
1241
|
+
};
|
|
1242
|
+
readonly traceId: {
|
|
1243
|
+
readonly pattern: "^[0-9a-f]{32}$";
|
|
1244
|
+
readonly type: "string";
|
|
1245
|
+
};
|
|
1246
|
+
readonly traceparent: {
|
|
1247
|
+
readonly pattern: "^[0-9a-f]{2}-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$";
|
|
1248
|
+
readonly type: "string";
|
|
1249
|
+
};
|
|
1250
|
+
readonly tracestate: {
|
|
1251
|
+
readonly minLength: 1;
|
|
1252
|
+
readonly type: "string";
|
|
1253
|
+
};
|
|
1254
|
+
};
|
|
1255
|
+
readonly required: readonly ["requestId", "traceId", "traceparent"];
|
|
1256
|
+
readonly type: "object";
|
|
1257
|
+
};
|
|
1081
1258
|
readonly createdAt: {
|
|
1082
1259
|
readonly format: "date-time";
|
|
1083
1260
|
readonly type: "string";
|
|
@@ -1135,12 +1312,14 @@ export declare const JobsRetryResponseSchema: {
|
|
|
1135
1312
|
readonly message: {
|
|
1136
1313
|
readonly type: "string";
|
|
1137
1314
|
};
|
|
1315
|
+
readonly step: {
|
|
1316
|
+
readonly type: "string";
|
|
1317
|
+
};
|
|
1138
1318
|
readonly total: {
|
|
1139
1319
|
readonly minimum: 0;
|
|
1140
1320
|
readonly type: "integer";
|
|
1141
1321
|
};
|
|
1142
1322
|
};
|
|
1143
|
-
readonly required: readonly ["current", "total"];
|
|
1144
1323
|
readonly type: "object";
|
|
1145
1324
|
};
|
|
1146
1325
|
readonly result: {};
|
|
@@ -1195,11 +1374,45 @@ export declare const JobsRetryResponseSchema: {
|
|
|
1195
1374
|
readonly type: "string";
|
|
1196
1375
|
};
|
|
1197
1376
|
};
|
|
1198
|
-
readonly required: readonly ["id", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
1377
|
+
readonly required: readonly ["id", "context", "service", "type", "state", "payload", "createdAt", "updatedAt", "tries", "maxTries"];
|
|
1199
1378
|
readonly type: "object";
|
|
1200
1379
|
};
|
|
1201
1380
|
};
|
|
1202
1381
|
readonly required: readonly ["job"];
|
|
1203
1382
|
readonly type: "object";
|
|
1204
1383
|
};
|
|
1384
|
+
export declare const NotFoundErrorDataSchema: {
|
|
1385
|
+
readonly properties: {
|
|
1386
|
+
readonly context: {
|
|
1387
|
+
readonly patternProperties: {
|
|
1388
|
+
readonly "^.*$": {};
|
|
1389
|
+
};
|
|
1390
|
+
readonly type: "object";
|
|
1391
|
+
};
|
|
1392
|
+
readonly id: {
|
|
1393
|
+
readonly minLength: 1;
|
|
1394
|
+
readonly type: "string";
|
|
1395
|
+
};
|
|
1396
|
+
readonly jobId: {
|
|
1397
|
+
readonly minLength: 1;
|
|
1398
|
+
readonly type: "string";
|
|
1399
|
+
};
|
|
1400
|
+
readonly message: {
|
|
1401
|
+
readonly type: "string";
|
|
1402
|
+
};
|
|
1403
|
+
readonly resource: {
|
|
1404
|
+
readonly minLength: 1;
|
|
1405
|
+
readonly type: "string";
|
|
1406
|
+
};
|
|
1407
|
+
readonly traceId: {
|
|
1408
|
+
readonly type: "string";
|
|
1409
|
+
};
|
|
1410
|
+
readonly type: {
|
|
1411
|
+
readonly const: "NotFoundError";
|
|
1412
|
+
readonly type: "string";
|
|
1413
|
+
};
|
|
1414
|
+
};
|
|
1415
|
+
readonly required: readonly ["id", "type", "message", "resource"];
|
|
1416
|
+
readonly type: "object";
|
|
1417
|
+
};
|
|
1205
1418
|
//# sourceMappingURL=schemas.d.ts.map
|