@types/mparticle__web-sdk
Advanced tools
Comparing version 2.18.0 to 2.20.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for mParticle/web-sdk SDK 2.18 | ||
// Type definitions for mParticle/web-sdk SDK 2.20 | ||
// Project: https://github.com/mParticle/mparticle-web-sdk | ||
@@ -9,2 +9,5 @@ // Definitions by: Alex Sapountzis <https://github.com/asap> | ||
// Placeholder for Dictionary-like Types | ||
export type Dictionary<V = any> = Record<string, V>; | ||
export as namespace mParticle; | ||
@@ -29,2 +32,3 @@ export {}; | ||
customFlags?: SDKEventCustomFlags | undefined; | ||
sideloadedKits?: MPForwarder[]; | ||
/** | ||
@@ -44,2 +48,4 @@ * @warning only change workspaceToken if you are absolutely sure you know what you are doing | ||
export type MPForwarder = Dictionary; | ||
export interface Logger { | ||
@@ -46,0 +52,0 @@ error?: ((error: string) => void) | undefined; |
{ | ||
"name": "@types/mparticle__web-sdk", | ||
"version": "2.18.0", | ||
"version": "2.20.0", | ||
"description": "TypeScript definitions for mParticle/web-sdk SDK", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mparticle__web-sdk", | ||
}, | ||
"typesPublisherContentHash": "b7a046c2a11ba3821c28554cd7660142afdded3b5e765eb6ec6be21a2b5d99b5", | ||
"typesPublisherContentHash": "272ae73eac0fa6401c46f0f10cbd63637b33f499c31bcbecdfb540d6e3b0cd18", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 01 Dec 2022 20:03:08 GMT | ||
* Last updated: Wed, 15 Mar 2023 19:02:35 GMT | ||
* Dependencies: [@types/mparticle__event-models](https://npmjs.com/package/@types/mparticle__event-models) | ||
@@ -14,0 +14,0 @@ * Global values: `mParticle` |
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
26574
763