@finverse/sdk-typescript 0.0.319 → 0.0.320

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +6 -6
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -999,7 +999,7 @@ export interface CompleteKcpPaymentRequest {
999
999
  * @type {string}
1000
1000
  * @memberof CompleteKcpPaymentRequest
1001
1001
  */
1002
- buyr_mail: string;
1002
+ buyr_mail?: string;
1003
1003
  /**
1004
1004
  * Transaction code
1005
1005
  * @type {string}
@@ -1011,7 +1011,7 @@ export interface CompleteKcpPaymentRequest {
1011
1011
  * @type {string}
1012
1012
  * @memberof CompleteKcpPaymentRequest
1013
1013
  */
1014
- trace_no: string;
1014
+ trace_no?: string;
1015
1015
  /**
1016
1016
  *
1017
1017
  * @type {string}
@@ -1047,25 +1047,25 @@ export interface CompleteKcpPaymentRequest {
1047
1047
  * @type {string}
1048
1048
  * @memberof CompleteKcpPaymentRequest
1049
1049
  */
1050
- card_pay_method: string;
1050
+ card_pay_method?: string;
1051
1051
  /**
1052
1052
  * If card point is used
1053
1053
  * @type {string}
1054
1054
  * @memberof CompleteKcpPaymentRequest
1055
1055
  */
1056
- card_point_use: CompleteKcpPaymentRequestCardPointUseEnum;
1056
+ card_point_use?: CompleteKcpPaymentRequestCardPointUseEnum;
1057
1057
  /**
1058
1058
  * KCP select card code
1059
1059
  * @type {string}
1060
1060
  * @memberof CompleteKcpPaymentRequest
1061
1061
  */
1062
- kcp_select_card_code: string;
1062
+ kcp_select_card_code?: string;
1063
1063
  /**
1064
1064
  * In the format of \"[FV Payment ID]|[Amount]\"
1065
1065
  * @type {string}
1066
1066
  * @memberof CompleteKcpPaymentRequest
1067
1067
  */
1068
- ordr_chk: string;
1068
+ ordr_chk?: string;
1069
1069
  }
1070
1070
  export declare const CompleteKcpPaymentRequestCardPointUseEnum: {
1071
1071
  readonly Y: "Y";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.319",
3
+ "version": "0.0.320",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {