RevTurbineLocalOnlyMinimalInitOptions
RevTurbineLocalOnlyMinimalInitOptions =
Omit<RevTurbineInitOptions,"tenantId"|"apiKey"|"endpoint"|"mode"|"runtimeMode"|"localRuntime"> &object
Minimal initialization options for local-only mode.
When localRuntime.playbook (or the deprecated exportedConfig alias) is
provided, core transport options can be omitted and the SDK will inject
safe local defaults. playbook is the canonical key; the runtime resolves
both through resolveLocalPlaybook.
Type Declaration
Section titled “Type Declaration”apiKey?
Section titled “apiKey?”
optionalapiKey?:string
endpoint?
Section titled “endpoint?”
optionalendpoint?:string
localRuntime
Section titled “localRuntime”localRuntime:
RevTurbineLocalRuntimeOptions& {playbook:ConfigArtifact|UnvalidatedConfigArtifact; } | {exportedConfig:ConfigArtifact|UnvalidatedConfigArtifact; }
optionalmode?:RevTurbineSdkMode
runtimeMode?
Section titled “runtimeMode?”
optionalruntimeMode?:"local_only"
tenantId?
Section titled “tenantId?”
optionaltenantId?:string