@erp-galoper/types 1.0.860 → 1.0.862

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 +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -32926,9 +32926,9 @@ export interface components {
32926
32926
  /** Amount */
32927
32927
  amount: number;
32928
32928
  /** Companyrate */
32929
- companyRate: number;
32929
+ companyRate?: number | null;
32930
32930
  /** Usdrate */
32931
- usdRate: number | null;
32931
+ usdRate?: number | null;
32932
32932
  /** Companyamount */
32933
32933
  companyAmount: number;
32934
32934
  /** Usdamount */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.860",
3
+ "version": "1.0.862",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],