@erp-galoper/types 1.0.1397 → 1.0.1398

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 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -37345,7 +37345,6 @@ export interface components {
37345
37345
  id: number;
37346
37346
  /** Dailyrate */
37347
37347
  dailyRate: number | string;
37348
- defaultCurrency: components["schemas"]["CurrencySummarySchema"] | null;
37349
37348
  /** Allowlowerexchangevalue */
37350
37349
  allowLowerExchangeValue: boolean;
37351
37350
  /** Paymentdifferencethreshold */
@@ -37370,8 +37369,6 @@ export interface components {
37370
37369
  CreateUpdatePosSettings: {
37371
37370
  /** Dailyrate */
37372
37371
  dailyRate: number | string;
37373
- /** Defaultcurrency */
37374
- defaultCurrency?: number;
37375
37372
  /**
37376
37373
  * Allowlowerexchangevalue
37377
37374
  * @default false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1397",
3
+ "version": "1.0.1398",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],