@erp-galoper/types 1.0.1036 → 1.0.1038
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 +4 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -38791,6 +38791,8 @@ export interface components {
|
|
|
38791
38791
|
* @description this field is number
|
|
38792
38792
|
*/
|
|
38793
38793
|
secondaryRate: string;
|
|
38794
|
+
/** Candelete */
|
|
38795
|
+
canDelete: boolean;
|
|
38794
38796
|
/** Salesinvoices */
|
|
38795
38797
|
salesInvoices: components["schemas"]["ClosingCommissionInvoiceDetailSchema"][];
|
|
38796
38798
|
/** Returninvoices */
|
|
@@ -38953,6 +38955,8 @@ export interface components {
|
|
|
38953
38955
|
* @description this field is number
|
|
38954
38956
|
*/
|
|
38955
38957
|
secondaryRate: string;
|
|
38958
|
+
/** Candelete */
|
|
38959
|
+
canDelete: boolean;
|
|
38956
38960
|
};
|
|
38957
38961
|
/** ClosingCommissionListSchema */
|
|
38958
38962
|
ClosingCommissionListSchema: {
|