@cumulus/types
Advanced tools
Comparing version 18.2.2 to 18.3.0
@@ -0,1 +1,2 @@ | ||
import { SQSRecord } from 'aws-lambda'; | ||
export interface DeadLetterArchivePayload { | ||
@@ -5,1 +6,16 @@ bucket?: string, | ||
} | ||
export interface DLQRecord extends SQSRecord { | ||
error?: string | null | ||
} | ||
export interface DLARecord extends DLQRecord { | ||
error: string | null | ||
time: string | null | ||
status: string | null | ||
collectionId: string | null | ||
providerId: string | null | ||
granules: Array<string | null> | null | ||
executionArn: string | null | ||
stateMachineArn: string | null | ||
} |
{ | ||
"name": "@cumulus/types", | ||
"version": "18.2.2", | ||
"version": "18.3.0", | ||
"description": "TypeScript definitions for working with Cumulus data structures", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=16.19.0" | ||
"node": ">=20.12.2" | ||
}, | ||
@@ -26,3 +26,3 @@ "publishConfig": { | ||
"license": "Apache-2.0", | ||
"gitHead": "d2f030f1d77b6d3072cb20f84261b10a7b160620" | ||
"gitHead": "e8731c150ac49c1bab058183a7a5d91464e1701c" | ||
} |
19556
338