@based/types
Advanced tools
Comparing version 2.7.3 to 2.8.0
@@ -81,3 +81,9 @@ /// <reference types="node" /> | ||
}; | ||
export declare type FunctionCallMessage = [RequestTypes.Call, string, number, any?]; | ||
export declare type FunctionCallMessage = [ | ||
RequestTypes.Call, | ||
string, | ||
number, | ||
any?, | ||
any? | ||
]; | ||
export declare type TrackMessage = [RequestTypes.Track, TrackPayload]; | ||
@@ -164,2 +170,3 @@ export declare type RequestMessage<T = GenericObject> = [ | ||
export declare type SendTokenOptions = { | ||
id?: string; | ||
isBasedUser?: boolean; | ||
@@ -173,2 +180,3 @@ isApiKey?: boolean; | ||
}; | ||
localStorage?: boolean; | ||
}; | ||
@@ -175,0 +183,0 @@ export declare type AnalyticsResult = { |
{ | ||
"name": "@based/types", | ||
"version": "2.7.3", | ||
"version": "2.8.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
23450
665