New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cumulus/types

Package Overview
Dependencies
Maintainers
0
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/types - npm Package Compare versions

Comparing version 18.3.3 to 18.4.0

34

api/async_operations.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc