@leavittsoftware/lg-core-typescript 2.0.368 → 2.0.369

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/lg.apfc.ts +5 -0
  2. package/package.json +1 -1
package/lg.apfc.ts CHANGED
@@ -877,6 +877,11 @@ export interface AvgCancelationRate {
877
877
  rate: Partial<number>;
878
878
  }
879
879
 
880
+ export interface BankHoliday {
881
+ date: string;
882
+ id: number;
883
+ }
884
+
880
885
  export interface InsuranceCompanyManual {
881
886
  Address1: string | null;
882
887
  Address2: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.368",
3
+ "version": "2.0.369",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [