@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.
- package/openapi.ts +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"]["
|
|
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"]["
|
|
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;
|