Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/breakwater
connector-sdk
LegacyConnectorIdempotencyMigrationResult
Type Alias LegacyConnectorIdempotencyMigrationResult
LegacyConnectorIdempotencyMigrationResult
:
|
{
record
:
IdempotencyRecord
;
state
:
"migrated"
}
|
{
record
:
IdempotencyRecord
;
state
:
"already-migrated"
}
|
{
state
:
"source-absent"
}
|
{
state
:
"source-pending"
}
|
{
record
:
IdempotencyRecord
;
state
:
"source-mismatch"
}
|
{
state
:
"target-conflict"
;
target
:
IdempotencyInspection
}
|
{
issues
:
readonly
StandardSchemaIssue
[]
;
state
:
"output-invalid"
}
Outcome of one supported ambiguous-v1 to v2 migration attempt.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
Anchorage API reference
Loading...
Outcome of one supported ambiguous-v1 to v2 migration attempt.