@amplitude/types
Advanced tools
Comparing version 1.10.1 to 1.10.2
import { Plan } from './plan'; | ||
import { IngestionMetadata } from './ingestionMetadata'; | ||
/** | ||
@@ -69,3 +70,4 @@ * Strings that have special meaning when used as an event's type | ||
plan?: Plan; | ||
ingestion_metadata?: IngestionMetadata; | ||
} | ||
//# sourceMappingURL=baseEvent.d.ts.map |
@@ -6,2 +6,3 @@ import { LogLevel } from './logger'; | ||
import { Plan } from './plan'; | ||
import { IngestionMetadata } from './ingestionMetadata'; | ||
/** | ||
@@ -74,3 +75,7 @@ * Options that you can choose to configure against the client. | ||
plan?: Plan; | ||
/** | ||
* Ingestion metadata information | ||
*/ | ||
ingestionMetadata?: IngestionMetadata; | ||
} | ||
//# sourceMappingURL=options.d.ts.map |
import { Plan } from './plan'; | ||
import { IngestionMetadata } from './ingestionMetadata'; | ||
/** | ||
@@ -69,3 +70,4 @@ * Strings that have special meaning when used as an event's type | ||
plan?: Plan; | ||
ingestion_metadata?: IngestionMetadata; | ||
} | ||
//# sourceMappingURL=baseEvent.d.ts.map |
@@ -6,2 +6,3 @@ import { LogLevel } from './logger'; | ||
import { Plan } from './plan'; | ||
import { IngestionMetadata } from './ingestionMetadata'; | ||
/** | ||
@@ -74,3 +75,7 @@ * Options that you can choose to configure against the client. | ||
plan?: Plan; | ||
/** | ||
* Ingestion metadata information | ||
*/ | ||
ingestionMetadata?: IngestionMetadata; | ||
} | ||
//# sourceMappingURL=options.d.ts.map |
{ | ||
"name": "@amplitude/types", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Types for all Amplitude JavaScript SDKs", | ||
@@ -19,3 +19,3 @@ "repository": "git://github.com/amplitude/Amplitude-Node.git", | ||
"devDependencies": { | ||
"@amplitude/eslint-config-typescript": "^1.10.1", | ||
"@amplitude/eslint-config-typescript": "^1.10.2", | ||
"@types/jest": "^26.0.14", | ||
@@ -45,3 +45,3 @@ "eslint": "^7.0.0", | ||
"sideEffects": false, | ||
"gitHead": "5008f4fd062a3419b9d55b19053591a3fbf6e6ae" | ||
"gitHead": "0b1307075858d78ad93b8ace6e0b651a4588f443" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111817
131
1144