@infisale-client/api-client 1.2.86 → 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 +13 -37
  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";
@@ -6099,37 +6075,37 @@ export type IPaymentPostRequestPeriodEnum = typeof IPaymentPostRequestPeriodEnum
6099
6075
  /**
6100
6076
  *
6101
6077
  * @export
6102
- * @interface IPaymentResponse
6078
+ * @interface IPaymentsResponse
6103
6079
  */
6104
- export interface IPaymentResponse {
6080
+ export interface IPaymentsResponse {
6105
6081
  /**
6106
6082
  *
6107
6083
  * @type {number}
6108
- * @memberof IPaymentResponse
6084
+ * @memberof IPaymentsResponse
6109
6085
  */
6110
6086
  'totalPages': number;
6111
6087
  /**
6112
6088
  *
6113
6089
  * @type {number}
6114
- * @memberof IPaymentResponse
6090
+ * @memberof IPaymentsResponse
6115
6091
  */
6116
6092
  'page': number;
6117
6093
  /**
6118
6094
  *
6119
6095
  * @type {number}
6120
- * @memberof IPaymentResponse
6096
+ * @memberof IPaymentsResponse
6121
6097
  */
6122
6098
  'itemsPerPage': number;
6123
6099
  /**
6124
6100
  *
6125
6101
  * @type {number}
6126
- * @memberof IPaymentResponse
6102
+ * @memberof IPaymentsResponse
6127
6103
  */
6128
6104
  'total': number;
6129
6105
  /**
6130
6106
  *
6131
6107
  * @type {Array<IPayment>}
6132
- * @memberof IPaymentResponse
6108
+ * @memberof IPaymentsResponse
6133
6109
  */
6134
6110
  'data': Array<IPayment>;
6135
6111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.2.86",
3
+ "version": "1.2.88",
4
4
  "description": "api-client-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": "b4d72ad087dec98f5f24eb46bf5bf319826c318d"
40
+ "gitHead": "f7a54efa204f5c9e1df7b6a93d95fa632f8ad9f5"
41
41
  }