@erp-galoper/main-package 1.0.4 → 1.0.6

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 +0 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -618,8 +618,6 @@ export interface components {
618
618
  CompanySchema: {
619
619
  /** Name */
620
620
  name: string;
621
- /** Currency */
622
- currency: string;
623
621
  /** Vat */
624
622
  vat: boolean;
625
623
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "main": "openapi.ts"
5
5
  }