@leavittsoftware/lg-core-typescript 2.125.0 → 2.127.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.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAyyDA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -1136,6 +1136,11 @@ export interface AddExpenseItemsDto {
|
|
|
1136
1136
|
ExpenseItemIds: Array<number> | null;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
+
export interface CreateFormWithItemsDto {
|
|
1140
|
+
ExpenseItemIds: Array<number> | null;
|
|
1141
|
+
Name: string | null;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1139
1144
|
export interface ExpenseCashItemDto {
|
|
1140
1145
|
Amount: Partial<number> | null;
|
|
1141
1146
|
BillToCompanyId: number | null;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ----------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// generated using a custom program
|
|
4
|
+
// </auto-generated>
|
|
5
|
+
// ----------------------
|
|
6
|
+
export var ManualEntryProductionType;
|
|
7
|
+
(function (ManualEntryProductionType) {
|
|
8
|
+
ManualEntryProductionType[ManualEntryProductionType["New"] = 0] = "New";
|
|
9
|
+
ManualEntryProductionType[ManualEntryProductionType["Renew"] = 1] = "Renew";
|
|
10
|
+
})(ManualEntryProductionType || (ManualEntryProductionType = {}));
|
|
11
|
+
export var TypeOfBusiness;
|
|
12
|
+
(function (TypeOfBusiness) {
|
|
13
|
+
TypeOfBusiness[TypeOfBusiness["Commercial"] = 0] = "Commercial";
|
|
14
|
+
TypeOfBusiness[TypeOfBusiness["Life"] = 1] = "Life";
|
|
15
|
+
TypeOfBusiness[TypeOfBusiness["Personal"] = 2] = "Personal";
|
|
16
|
+
TypeOfBusiness[TypeOfBusiness["Benefit"] = 3] = "Benefit";
|
|
17
|
+
})(TypeOfBusiness || (TypeOfBusiness = {}));
|
|
18
|
+
//# sourceMappingURL=lg.net.ams360datawarehouse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lg.net.ams360datawarehouse.js","sourceRoot":"","sources":["lg.net.ams360datawarehouse.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AA+rEzB,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACjC,uEAAO,CAAA;IACP,2EAAS,CAAA;AACb,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAID,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACtB,+DAAc,CAAA;IACd,mDAAQ,CAAA;IACR,2DAAY,CAAA;IACZ,yDAAW,CAAA;AACf,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB"}
|