@erp-galoper/types 1.0.1476 → 1.0.1477
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/openapi.ts +6 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -29413,6 +29413,7 @@ export interface components {
|
|
|
29413
29413
|
feeType: components["schemas"]["PaymentProviderFeeTypeEnum"];
|
|
29414
29414
|
/** Feepercentage */
|
|
29415
29415
|
feePercentage: number;
|
|
29416
|
+
account: components["schemas"]["AccountSummaryInfo"];
|
|
29416
29417
|
};
|
|
29417
29418
|
/** CreateUpdatePaymentProviderSchema */
|
|
29418
29419
|
CreateUpdatePaymentProviderSchema: {
|
|
@@ -29431,6 +29432,11 @@ export interface components {
|
|
|
29431
29432
|
feeType: components["schemas"]["PaymentProviderFeeTypeEnum"];
|
|
29432
29433
|
/** Feepercentage */
|
|
29433
29434
|
feePercentage: number;
|
|
29435
|
+
/**
|
|
29436
|
+
* Account
|
|
29437
|
+
* @description get account using route /api/v1/chart_of_account/?branchId={branch-id}&type=creditCard
|
|
29438
|
+
*/
|
|
29439
|
+
account: number;
|
|
29434
29440
|
};
|
|
29435
29441
|
/** ListPaymentProvidersSchema */
|
|
29436
29442
|
ListPaymentProvidersSchema: {
|