@erp-galoper/types 1.0.572 → 1.0.574
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 +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26974,7 +26974,7 @@ export interface components {
|
|
|
26974
26974
|
/**
|
|
26975
26975
|
* Id
|
|
26976
26976
|
* Format: uuid
|
|
26977
|
-
* @example
|
|
26977
|
+
* @example a1df7ef2-c0db-4b5a-8789-3caf85e36704
|
|
26978
26978
|
*/
|
|
26979
26979
|
id: string;
|
|
26980
26980
|
/**
|
|
@@ -32390,6 +32390,8 @@ export interface components {
|
|
|
32390
32390
|
name: string;
|
|
32391
32391
|
/** Type */
|
|
32392
32392
|
type: components["schemas"]["TaxTypes"][];
|
|
32393
|
+
/** Ratepercentage */
|
|
32394
|
+
ratePercentage: number;
|
|
32393
32395
|
};
|
|
32394
32396
|
/** CreatePurchaseQuotationItemsSchema */
|
|
32395
32397
|
CreatePurchaseQuotationItemsSchema: {
|