@infisale-client/api-client 1.2.86 → 1.2.87

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.
package/dist/api/api.d.ts CHANGED
@@ -6099,37 +6099,37 @@ export type IPaymentPostRequestPeriodEnum = typeof IPaymentPostRequestPeriodEnum
6099
6099
  /**
6100
6100
  *
6101
6101
  * @export
6102
- * @interface IPaymentResponse
6102
+ * @interface IPaymentsResponse
6103
6103
  */
6104
- export interface IPaymentResponse {
6104
+ export interface IPaymentsResponse {
6105
6105
  /**
6106
6106
  *
6107
6107
  * @type {number}
6108
- * @memberof IPaymentResponse
6108
+ * @memberof IPaymentsResponse
6109
6109
  */
6110
6110
  'totalPages': number;
6111
6111
  /**
6112
6112
  *
6113
6113
  * @type {number}
6114
- * @memberof IPaymentResponse
6114
+ * @memberof IPaymentsResponse
6115
6115
  */
6116
6116
  'page': number;
6117
6117
  /**
6118
6118
  *
6119
6119
  * @type {number}
6120
- * @memberof IPaymentResponse
6120
+ * @memberof IPaymentsResponse
6121
6121
  */
6122
6122
  'itemsPerPage': number;
6123
6123
  /**
6124
6124
  *
6125
6125
  * @type {number}
6126
- * @memberof IPaymentResponse
6126
+ * @memberof IPaymentsResponse
6127
6127
  */
6128
6128
  'total': number;
6129
6129
  /**
6130
6130
  *
6131
6131
  * @type {Array<IPayment>}
6132
- * @memberof IPaymentResponse
6132
+ * @memberof IPaymentsResponse
6133
6133
  */
6134
6134
  'data': Array<IPayment>;
6135
6135
  }
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.87",
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": "d0e994e8a21df80f67ff804ad6ed9bd27cc1821e"
41
41
  }