@erp-galoper/types 1.0.1422 → 1.0.1424

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
@@ -56558,7 +56558,7 @@ export interface components {
56558
56558
  secondaryRate: string | null;
56559
56559
  paymentStatus: components["schemas"]["PaymentStatusEnum"];
56560
56560
  paidBy: components["schemas"]["ExpensePaidByEnum"];
56561
- employee: components["schemas"]["AccountSummaryInfo"] | null;
56561
+ employee: components["schemas"]["AccountWithCurrencySummaryInfo"] | null;
56562
56562
  project: components["schemas"]["ProjectSummaryInfo"] | null;
56563
56563
  dimension: components["schemas"]["DimensionSummaryShema"] | null;
56564
56564
  warehouse: components["schemas"]["WarehouseSummaryInfo"] | null;
@@ -56931,7 +56931,7 @@ export interface components {
56931
56931
  secondaryRate: string | null;
56932
56932
  paymentStatus: components["schemas"]["PaymentStatusEnum"];
56933
56933
  paidBy: components["schemas"]["ExpensePaidByEnum"];
56934
- employee: components["schemas"]["AccountSummaryInfo"] | null;
56934
+ employee: components["schemas"]["AccountWithCurrencySummaryInfo"] | null;
56935
56935
  project: components["schemas"]["ProjectSummaryInfo"] | null;
56936
56936
  dimension: components["schemas"]["DimensionSummaryShema"] | null;
56937
56937
  warehouse: components["schemas"]["WarehouseSummaryInfo"] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1422",
3
+ "version": "1.0.1424",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],