Interface: WorkspaceImportBinding
Defined in: packages/sdk/src/types_workspace_transfer.ts:596
A workspace-local value the template may not own, supplied for ONE target.
Keyed by (entityType, sourceUuid, optional parentKind, optional parentUuid, fieldPath); the server accepts only a fixed field-path allowlist and
validates every referenced row inside the target workspace.
value is sent in the request body and never projected from any response:
a webhook endpoint and a signing secret are exactly the values that must not
come back out. Do not log a binding.
Properties
entityType
entityType:
string
Defined in: packages/sdk/src/types_workspace_transfer.ts:597
fieldPath
fieldPath:
string
Defined in: packages/sdk/src/types_workspace_transfer.ts:601
parentKind?
optionalparentKind:string|null
Defined in: packages/sdk/src/types_workspace_transfer.ts:599
parentUuid?
optionalparentUuid:string|null
Defined in: packages/sdk/src/types_workspace_transfer.ts:600
sourceUuid
sourceUuid:
string
Defined in: packages/sdk/src/types_workspace_transfer.ts:598
value
value:
string|boolean
Defined in: packages/sdk/src/types_workspace_transfer.ts:602