@infisale-client/api 1.2.24 → 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 +12 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2844,6 +2844,12 @@ export interface ICompanyPatchRequestPaymentGatewaysInner {
2844
2844
  * @memberof ICompanyPatchRequestPaymentGatewaysInner
2845
2845
  */
2846
2846
  'apiKey': string;
2847
+ /**
2848
+ *
2849
+ * @type {string}
2850
+ * @memberof ICompanyPatchRequestPaymentGatewaysInner
2851
+ */
2852
+ 'merchantId': string;
2847
2853
  /**
2848
2854
  *
2849
2855
  * @type {PaymentGatewayEnum}
@@ -3640,6 +3646,12 @@ export interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner {
3640
3646
  * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3641
3647
  */
3642
3648
  'apiKey': string;
3649
+ /**
3650
+ *
3651
+ * @type {string}
3652
+ * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3653
+ */
3654
+ 'merchantId': string;
3643
3655
  /**
3644
3656
  *
3645
3657
  * @type {PaymentGatewayEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.24",
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": "fdf978a0f9678c7a06ac7261aea2c8799b9b7bc7"
40
+ "gitHead": "bd666eadb57cff97175775bc8a29a364f9abd924"
41
41
  }