@infisale-client/api 1.2.87 → 1.2.88

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/api.d.ts +6 -30
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -6010,6 +6010,12 @@ export interface IPayment {
6010
6010
  * @memberof IPayment
6011
6011
  */
6012
6012
  'total': number;
6013
+ /**
6014
+ *
6015
+ * @type {string}
6016
+ * @memberof IPayment
6017
+ */
6018
+ 'iframe': string;
6013
6019
  /**
6014
6020
  *
6015
6021
  * @type {PaymentStatusEnum}
@@ -6060,36 +6066,6 @@ export interface IPaymentPostRequest {
6060
6066
  * @memberof IPaymentPostRequest
6061
6067
  */
6062
6068
  'period': IPaymentPostRequestPeriodEnum;
6063
- /**
6064
- *
6065
- * @type {string}
6066
- * @memberof IPaymentPostRequest
6067
- */
6068
- 'cardOwner': string;
6069
- /**
6070
- *
6071
- * @type {string}
6072
- * @memberof IPaymentPostRequest
6073
- */
6074
- 'cardNumber': string;
6075
- /**
6076
- *
6077
- * @type {string}
6078
- * @memberof IPaymentPostRequest
6079
- */
6080
- 'cardExpiryMonth': string;
6081
- /**
6082
- *
6083
- * @type {string}
6084
- * @memberof IPaymentPostRequest
6085
- */
6086
- 'cardExpiryYear': string;
6087
- /**
6088
- *
6089
- * @type {string}
6090
- * @memberof IPaymentPostRequest
6091
- */
6092
- 'cardCvv': string;
6093
6069
  }
6094
6070
  export declare const IPaymentPostRequestPeriodEnum: {
6095
6071
  readonly MONTHLY: "monthly";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.87",
3
+ "version": "1.2.88",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "d0e994e8a21df80f67ff804ad6ed9bd27cc1821e"
40
+ "gitHead": "f7a54efa204f5c9e1df7b6a93d95fa632f8ad9f5"
41
41
  }