@xsolla/payment-client-core 0.3.7 → 0.3.9

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.
@@ -70,6 +70,7 @@ export declare class PaymentService {
70
70
  private focusFieldName;
71
71
  private fields;
72
72
  private isSubmitAttempted;
73
+ private isFormAutoSubmitted;
73
74
  private config;
74
75
  private destroy$;
75
76
  private formDestroy$;
@@ -12,4 +12,5 @@ export interface SdkPaymentSystemsInitialData {
12
12
  locale: string;
13
13
  shouldHandleUserBackRedirectOnSdkSide: boolean;
14
14
  isThreeDsIndependentWindows: boolean;
15
+ isFormAutoSubmitted?: boolean;
15
16
  }
@@ -0,0 +1 @@
1
+ export declare const PAYMENT_CLIENT_CORE_VERSION = "0.3.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/payment-client-core",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "engines": {
5
5
  "node": ">=16.10.0",
6
6
  "npm": ">=8.11.0"
package/public-api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './lib/version';
1
2
  export * from './lib/core-library.service';
2
3
  export * from './lib/core-library.module';
3
4
  export * from './lib/core/legal/legal.component.config';