@erp-galoper/types 1.0.677 → 1.0.679
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 +8 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -12850,6 +12850,7 @@ export interface paths {
|
|
|
12850
12850
|
* - accountShouldBeActive
|
|
12851
12851
|
* - documentNotBalanced
|
|
12852
12852
|
* - totalShouldBeLessThanClosingCommissionTotal
|
|
12853
|
+
* - closingCommissionSalesPersonMisMatch
|
|
12853
12854
|
* - 403:
|
|
12854
12855
|
* - permissionDenied
|
|
12855
12856
|
* - noBranchAccess
|
|
@@ -12921,6 +12922,7 @@ export interface paths {
|
|
|
12921
12922
|
* - documentNotBalanced
|
|
12922
12923
|
* - totalShouldBeLessThanClosingCommissionTotal
|
|
12923
12924
|
* - totalPayoutShouldBeLessThanClosingCommissionTotal
|
|
12925
|
+
* - closingCommissionSalesPersonMisMatch
|
|
12924
12926
|
* - 403:
|
|
12925
12927
|
* - permissionDenied
|
|
12926
12928
|
* - noBranchAccess
|
|
@@ -27549,7 +27551,7 @@ export interface components {
|
|
|
27549
27551
|
/**
|
|
27550
27552
|
* Id
|
|
27551
27553
|
* Format: uuid
|
|
27552
|
-
* @example
|
|
27554
|
+
* @example a4718d4d-4095-4a6b-b2e1-da99ec88c340
|
|
27553
27555
|
*/
|
|
27554
27556
|
id: string;
|
|
27555
27557
|
/**
|
|
@@ -37519,6 +37521,11 @@ export interface components {
|
|
|
37519
37521
|
* @description This field is number
|
|
37520
37522
|
*/
|
|
37521
37523
|
secondaryTotal: string;
|
|
37524
|
+
/**
|
|
37525
|
+
* Remainingbalance
|
|
37526
|
+
* @description This field is number
|
|
37527
|
+
*/
|
|
37528
|
+
remainingBalance: string;
|
|
37522
37529
|
};
|
|
37523
37530
|
/** EquivalentAmountWithRemainingResponse */
|
|
37524
37531
|
EquivalentAmountWithRemainingResponse: {
|