@xsolla/payment-client-core 0.2.109 → 0.2.110

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.
@@ -1,4 +1,4 @@
1
- export type LegalArea = 'EU' | 'US' | 'other';
1
+ export type LegalArea = 'EU' | 'KR' | 'US' | 'other';
2
2
  export interface LegalComponentConfig {
3
3
  legalArea?: LegalArea;
4
4
  isJapanUser: boolean;
@@ -8,5 +8,6 @@ export interface ShowFieldsActionData {
8
8
  errors: XpsError[] | null;
9
9
  messages: XpsMessage[] | undefined;
10
10
  order?: object;
11
+ submitButtonText?: string;
11
12
  }
12
13
  export type ShowFieldsAction = Action<ShowFieldsActionType, ShowFieldsActionData>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/payment-client-core",
3
- "version": "0.2.109",
3
+ "version": "0.2.110",
4
4
  "engines": {
5
5
  "node": ">=16.10.0",
6
6
  "npm": ">=8.11.0"