@cumulus/types
Advanced tools
Comparing version 18.3.3 to 18.4.0
@@ -1,14 +0,28 @@ | ||
export type AsyncOperationStatus = 'RUNNING' | 'SUCCEEDED' | 'RUNNER_FAILED' | 'TASK_FAILED'; | ||
export type AsyncOperationStatus = | ||
| 'RUNNER_FAILED' | ||
| 'RUNNING' | ||
| 'SUCCEEDED' | ||
| 'TASK_FAILED'; | ||
export type AsyncOperationType = 'Migration Count Report' | 'Dead-Letter Processing' | 'ES Index' | 'Bulk Granules' | 'Bulk Granule Reingest' | 'Bulk Granule Delete' | 'Kinesis Replay' | 'Reconciliation Report' | 'SQS Replay'; | ||
export type AsyncOperationType = | ||
| 'Bulk Execution Delete' | ||
| 'Bulk Granule Delete' | ||
| 'Bulk Granule Reingest' | ||
| 'Bulk Granules' | ||
| 'Dead-Letter Processing' | ||
| 'DLA Migration' | ||
| 'ES Index' | ||
| 'Kinesis Replay' | ||
| 'Reconciliation Report' | ||
| 'SQS Replay'; | ||
export interface ApiAsyncOperation { | ||
id: string | ||
description: string | ||
operationType: AsyncOperationType | ||
status: AsyncOperationStatus | ||
taskArn?: string | ||
output?: string | ||
createdAt?: number | ||
updatedAt?: number | ||
id: string, | ||
description: string, | ||
operationType: AsyncOperationType, | ||
status: AsyncOperationStatus, | ||
taskArn?: string, | ||
output?: string, | ||
createdAt?: number, | ||
updatedAt?: number, | ||
} |
{ | ||
"name": "@cumulus/types", | ||
"version": "18.3.3", | ||
"version": "18.4.0", | ||
"description": "TypeScript definitions for working with Cumulus data structures", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"gitHead": "2750792b9913f7bbad429d4b942ef4e59c5ef3d2" | ||
"gitHead": "05912dd9f996ec1149ecd11ed69ec42f86f0fc8a" | ||
} |
19613
352