@erp-galoper/types 1.0.861 → 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.
- package/openapi.ts +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
|
|
32929
|
+
companyRate?: number | null;
|
|
32930
32930
|
/** Usdrate */
|
|
32931
|
-
usdRate
|
|
32931
|
+
usdRate?: number | null;
|
|
32932
32932
|
/** Companyamount */
|
|
32933
32933
|
companyAmount: number;
|
|
32934
32934
|
/** Usdamount */
|