@erp-galoper/types 1.0.678 → 1.0.680
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 +14 -2
- 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
|
|
@@ -23553,7 +23555,12 @@ export interface components {
|
|
|
23553
23555
|
updateVariantsOnSave: boolean | null;
|
|
23554
23556
|
/**
|
|
23555
23557
|
* Fieldstoinherit
|
|
23556
|
-
* @default
|
|
23558
|
+
* @description default values are mandatory and should not be removed, The selected fields specify that if values for these fields are not provided for variations during variant creation, they will be automatically inherited from the item's data
|
|
23559
|
+
* @default [
|
|
23560
|
+
* "name",
|
|
23561
|
+
* "usage",
|
|
23562
|
+
* "unitOfMeasure"
|
|
23563
|
+
* ]
|
|
23557
23564
|
*/
|
|
23558
23565
|
fieldsToInherit: string[] | null;
|
|
23559
23566
|
};
|
|
@@ -27549,7 +27556,7 @@ export interface components {
|
|
|
27549
27556
|
/**
|
|
27550
27557
|
* Id
|
|
27551
27558
|
* Format: uuid
|
|
27552
|
-
* @example
|
|
27559
|
+
* @example d8825c83-39bf-40a6-af94-17841ad32b53
|
|
27553
27560
|
*/
|
|
27554
27561
|
id: string;
|
|
27555
27562
|
/**
|
|
@@ -37519,6 +37526,11 @@ export interface components {
|
|
|
37519
37526
|
* @description This field is number
|
|
37520
37527
|
*/
|
|
37521
37528
|
secondaryTotal: string;
|
|
37529
|
+
/**
|
|
37530
|
+
* Remainingbalance
|
|
37531
|
+
* @description This field is number
|
|
37532
|
+
*/
|
|
37533
|
+
remainingBalance: string;
|
|
37522
37534
|
};
|
|
37523
37535
|
/** EquivalentAmountWithRemainingResponse */
|
|
37524
37536
|
EquivalentAmountWithRemainingResponse: {
|