@xsolla/payment-client-core 0.3.4 → 0.3.5

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.
@@ -0,0 +1,2 @@
1
+ import { AnalyticsPayloadCreator } from './analytics-payload-creator.type';
2
+ export declare const analyticsPayloadCreatorMap: Map<string, AnalyticsPayloadCreator>;
@@ -0,0 +1,3 @@
1
+ import { SendEventMethodOptionsInterface } from 'src/lib/core/user-behaviour-analytics/user-behaviour-analytics.interface';
2
+ import { NextAction } from '../next-action.interface';
3
+ export type AnalyticsPayloadCreator = (nextAction: NextAction) => SendEventMethodOptionsInterface | null;
@@ -0,0 +1,2 @@
1
+ import { AnalyticsPayloadCreator } from './analytics-payload-creator.type';
2
+ export declare const statusUpdatedAnalyticsPayloadCreator: AnalyticsPayloadCreator;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/payment-client-core",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "engines": {
5
5
  "node": ">=16.10.0",
6
6
  "npm": ">=8.11.0"