@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.
Files changed (2) hide show
  1. package/openapi.ts +3 -1
  2. 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 ad09072d-9606-4c58-b805-e4ee071e729f
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.572",
3
+ "version": "1.0.574",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],