feat(deps): bump @seamapi/types from 1.304.0 to 1.312.1 in the seam group across 1 directory #613
Annotations
8 errors and 1 warning
examples/lock.ts#L46
Type 'NonNullable<{ action_attempt_id: string; status: "pending"; result: null; error: null; action_type: "LOCK_DOOR"; } | { action_attempt_id: string; status: "success"; error: null; action_type: "LOCK_DOOR"; result: {}; } | ... 42 more ... | { ...; }>' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 51 more ... | { ...; }'.
|
examples/lock.ts#L51
Type 'NonNullable<{ action_attempt_id: string; status: "pending"; result: null; error: null; action_type: "LOCK_DOOR"; } | { action_attempt_id: string; status: "success"; error: null; action_type: "LOCK_DOOR"; result: {}; } | ... 42 more ... | { ...; }>' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 51 more ... | { ...; }'.
|
examples/unlock.ts#L46
Type 'NonNullable<{ action_attempt_id: string; status: "pending"; result: null; error: null; action_type: "LOCK_DOOR"; } | { action_attempt_id: string; status: "success"; error: null; action_type: "LOCK_DOOR"; result: {}; } | ... 42 more ... | { ...; }>' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 51 more ... | { ...; }'.
|
examples/unlock.ts#L51
Type 'NonNullable<{ action_attempt_id: string; status: "pending"; result: null; error: null; action_type: "LOCK_DOOR"; } | { action_attempt_id: string; status: "success"; error: null; action_type: "LOCK_DOOR"; result: {}; } | ... 42 more ... | { ...; }>' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 51 more ... | { ...; }'.
|
node_modules/@seamapi/http/lib/seam/connect/resolve-action-attempt.d.ts#L1290
Type 'T' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 42 more ... | { ...; }'.
|
node_modules/@seamapi/http/lib/seam/connect/resolve-action-attempt.d.ts#L1935
Type 'T' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 42 more ... | { ...; }'.
|
node_modules/@seamapi/http/lib/seam/connect/resolve-action-attempt.d.ts#L2580
Type 'T' does not satisfy the constraint '{ error: null; status: "pending"; action_attempt_id: string; result: null; action_type: "LOCK_DOOR"; } | { error: null; status: "success"; action_attempt_id: string; result: {}; action_type: "LOCK_DOOR"; } | ... 42 more ... | { ...; }'.
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading