@infisale-client/api 1.2.25 → 1.2.26

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 +8 -45
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2871,53 +2871,10 @@ export interface ICompanyPatchRequestPaymentGatewaysInner {
2871
2871
  export interface ICompanyPaymentGatewaysResponse {
2872
2872
  /**
2873
2873
  *
2874
- * @type {Array<ICompanyPaymentGatewaysResponseDataInner>}
2874
+ * @type {Array<ICompanyPatchRequestPaymentGatewaysInner>}
2875
2875
  * @memberof ICompanyPaymentGatewaysResponse
2876
2876
  */
2877
- 'data': Array<ICompanyPaymentGatewaysResponseDataInner>;
2878
- }
2879
- /**
2880
- *
2881
- * @export
2882
- * @interface ICompanyPaymentGatewaysResponseDataInner
2883
- */
2884
- export interface ICompanyPaymentGatewaysResponseDataInner {
2885
- /**
2886
- *
2887
- * @type {boolean}
2888
- * @memberof ICompanyPaymentGatewaysResponseDataInner
2889
- */
2890
- 'active': boolean;
2891
- /**
2892
- *
2893
- * @type {boolean}
2894
- * @memberof ICompanyPaymentGatewaysResponseDataInner
2895
- */
2896
- 'testMode': boolean;
2897
- /**
2898
- *
2899
- * @type {string}
2900
- * @memberof ICompanyPaymentGatewaysResponseDataInner
2901
- */
2902
- 'secretKey': string;
2903
- /**
2904
- *
2905
- * @type {string}
2906
- * @memberof ICompanyPaymentGatewaysResponseDataInner
2907
- */
2908
- 'apiKey': string;
2909
- /**
2910
- *
2911
- * @type {PaymentGatewayEnum}
2912
- * @memberof ICompanyPaymentGatewaysResponseDataInner
2913
- */
2914
- 'type': PaymentGatewayEnum;
2915
- /**
2916
- *
2917
- * @type {string}
2918
- * @memberof ICompanyPaymentGatewaysResponseDataInner
2919
- */
2920
- '_id': string;
2877
+ 'data': Array<ICompanyPatchRequestPaymentGatewaysInner>;
2921
2878
  }
2922
2879
  /**
2923
2880
  *
@@ -3689,6 +3646,12 @@ export interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner {
3689
3646
  * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3690
3647
  */
3691
3648
  'apiKey': string;
3649
+ /**
3650
+ *
3651
+ * @type {string}
3652
+ * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3653
+ */
3654
+ 'merchantId': string;
3692
3655
  /**
3693
3656
  *
3694
3657
  * @type {PaymentGatewayEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
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": "0b674dafcec48022e507111db0487ca6d0238f23"
40
+ "gitHead": "bd666eadb57cff97175775bc8a29a364f9abd924"
41
41
  }