@cumulus/types 21.0.1 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,14 +5,18 @@ export type AsyncOperationStatus =
5
5
  | 'TASK_FAILED';
6
6
 
7
7
  export type AsyncOperationType =
8
+ | 'Bulk Execution Archive'
8
9
  | 'Bulk Execution Delete'
10
+ | 'Bulk Granules'
11
+ | 'Bulk Granule Archive'
9
12
  | 'Bulk Granule Delete'
10
13
  | 'Bulk Granule Reingest'
11
- | 'Bulk Granules'
14
+ | 'Data Migration'
12
15
  | 'Dead-Letter Processing'
13
16
  | 'DLA Migration'
14
17
  | 'ES Index'
15
18
  | 'Kinesis Replay'
19
+ | 'Migration Count Report'
16
20
  | 'Reconciliation Report'
17
21
  | 'SQS Replay';
18
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/types",
3
- "version": "21.0.1",
3
+ "version": "21.1.0",
4
4
  "description": "TypeScript definitions for working with Cumulus data structures",
5
5
  "keywords": [
6
6
  "GIBS",
@@ -22,5 +22,5 @@
22
22
  },
23
23
  "author": "Cumulus Authors",
24
24
  "license": "Apache-2.0",
25
- "gitHead": "d721b7f47e28b3ebb8a09d83422f5371f5641fba"
25
+ "gitHead": "5d443a04647ed537903c85b48992d08ce3c3cd1d"
26
26
  }