@leavittsoftware/lg-core-typescript 2.0.380 → 2.0.381

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.380",
3
+ "version": "2.0.381",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [
@@ -1 +1 @@
1
- {"version":3,"file":"reportingapi.leavitt.com.js","sourceRoot":"","sources":["reportingapi.leavitt.com.ts"],"names":[],"mappings":"AAkHA,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,6DAAgB,CAAA;IAChB,mEAAmB,CAAA;IACnB,qEAAoB,CAAA;IACpB,iEAAkB,CAAA;AACtB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAID,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,+CAAU,CAAA;AACd,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB"}
1
+ {"version":3,"file":"reportingapi.leavitt.com.js","sourceRoot":"","sources":["reportingapi.leavitt.com.ts"],"names":[],"mappings":"AAmIA,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,6DAAgB,CAAA;IAChB,mEAAmB,CAAA;IACnB,qEAAoB,CAAA;IACpB,iEAAkB,CAAA;AACtB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAID,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,+CAAU,CAAA;AACd,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB"}
@@ -3,6 +3,7 @@
3
3
  // generated using a custom program
4
4
  // </auto-generated>
5
5
  // ----------------------
6
+ import { ManualEntryBudget,ManualEntryGeneralLedger,ManualEntryProduction } from './lg.ams360.datawarehouse'
6
7
  import { ChartsLeaderDto,LeaderDto } from './lg.core.repository'
7
8
  import { StateCodeTypeString,AccountStatusCodeTypeString } from './lg.core'
8
9
  import { BasicPolInfo } from './elasticsearch'
@@ -96,6 +97,22 @@ export interface ChartsLeaderBoardDto {
96
97
  TotalProducerCount: number;
97
98
  }
98
99
 
100
+ export interface ManualEntryBudgetDto extends ManualEntryBudget {
101
+ CompanyId: number;
102
+ CompanyName: string | null;
103
+ }
104
+
105
+ export interface ManualEntryGeneralLedgerDto extends ManualEntryGeneralLedger {
106
+ CompanyId: number;
107
+ CompanyName: string | null;
108
+ }
109
+
110
+ export interface ManualEntryProductionDto extends ManualEntryProduction {
111
+ CompanyId: number;
112
+ CompanyName: string | null;
113
+ PersonName: string | null;
114
+ }
115
+
99
116
  export interface GameResultDto {
100
117
  IsYourTeam: boolean;
101
118
  LeagueId: number;