@deriv-com/analytics 1.26.0 → 1.26.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/types.d.ts +2 -2
- package/package.json +1 -1
package/lib/types.d.ts
CHANGED
@@ -214,8 +214,8 @@ type ChartTypesFormAction = {
|
|
214
214
|
time_interval_name?: string;
|
215
215
|
};
|
216
216
|
type ContractsSetupForm = {
|
217
|
-
form_name
|
218
|
-
trade_type_name
|
217
|
+
form_name?: string;
|
218
|
+
trade_type_name?: string;
|
219
219
|
} & ({
|
220
220
|
action: 'change_parameter_value';
|
221
221
|
duration_type?: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@deriv-com/analytics",
|
3
|
-
"version": "1.26.
|
3
|
+
"version": "1.26.1",
|
4
4
|
"description": "The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.",
|
5
5
|
"keywords": [
|
6
6
|
"rudderstack",
|