@leavittsoftware/lg-core-typescript 5.610.0 → 5.611.0
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/api3.leavitt.com.ts +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -3620,7 +3620,7 @@ export interface UpsertExpenseCashItemDto {
|
|
|
3620
3620
|
BillToCompanyId: number | null;
|
|
3621
3621
|
BillToDepartmentId: number | null;
|
|
3622
3622
|
BudgetIds: Array<number>;
|
|
3623
|
-
Date: string;
|
|
3623
|
+
Date: string | null;
|
|
3624
3624
|
Description: string | null;
|
|
3625
3625
|
ExpenseCategoryId: number | null;
|
|
3626
3626
|
ExpenseFormId: number | null;
|