@cumulus/types 11.0.0 → 11.1.2

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.
Files changed (2) hide show
  1. package/migration.d.ts +2 -1
  2. package/package.json +2 -2
package/migration.d.ts CHANGED
@@ -44,7 +44,8 @@ export interface MigrationLoggingParams {
44
44
 
45
45
  export type ParallelScanMigrationParams = MigrationLoggingParams & DynamoDbParallelScanParams;
46
46
 
47
- export type GranuleMigrationParams = ParallelScanMigrationParams & GranuleDynamoDbSearchParams;
47
+ export type GranuleMigrationParams = ParallelScanMigrationParams &
48
+ GranuleDynamoDbSearchParams & { migrateAndOverwrite?: string, migrateOnlyFiles?: string };
48
49
 
49
50
  type DataMigration2AllowedMigrations = 'granules' | 'executions' | 'pdrs';
50
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/types",
3
- "version": "11.0.0",
3
+ "version": "11.1.2",
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": "e922ad12fd94affa6cd60a97a184a465a756c50b"
25
+ "gitHead": "98ba3b1f617e8e531a3bfaa490f2a125da78df9f"
26
26
  }