@leavittsoftware/lg-core-typescript 2.0.382 → 2.0.383
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/elasticsearch.js.map +1 -1
- package/elasticsearch.ts +15 -0
- package/package.json +1 -1
package/elasticsearch.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elasticsearch.js","sourceRoot":"","sources":["elasticsearch.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;
|
|
1
|
+
{"version":3,"file":"elasticsearch.js","sourceRoot":"","sources":["elasticsearch.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAkWzB,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,6CAAQ,CAAA;IACR,mDAAW,CAAA;IACX,mDAAW,CAAA;AACf,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB;AAID,MAAM,CAAN,IAAY,SAWX;AAXD,WAAY,SAAS;IACjB,2DAAiB,CAAA;IACjB,mDAAa,CAAA;IACb,iEAAoB,CAAA;IACpB,uCAAO,CAAA;IACP,yCAAQ,CAAA;IACR,yCAAQ,CAAA;IACR,6CAAU,CAAA;IACV,2CAAS,CAAA;IACT,yCAAQ,CAAA;IACR,2CAAS,CAAA;AACb,CAAC,EAXW,SAAS,KAAT,SAAS,QAWpB;AAID,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,mEAAiB,CAAA;IACjB,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,uDAAW,CAAA;IACX,uDAAW,CAAA;AACf,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB"}
|
package/elasticsearch.ts
CHANGED
|
@@ -208,6 +208,21 @@ export interface ElasticCoreCompany {
|
|
|
208
208
|
ShortName: string | null;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
+
export interface ElasticCompanyLeaseAttachment {
|
|
212
|
+
CdnFileName: string | null;
|
|
213
|
+
CompanyId: number;
|
|
214
|
+
CompanyLeaseAttachmentEndDate: string | null;
|
|
215
|
+
CompanyLeaseAttachmentId: number;
|
|
216
|
+
CompanyLeaseAttachmentIsExpired: boolean | null;
|
|
217
|
+
CompanyLeaseAttachmentStartDate: string;
|
|
218
|
+
CompanyLeaseExpirationDate: string | null;
|
|
219
|
+
CompanyLeaseId: number;
|
|
220
|
+
CompanyName: string | null;
|
|
221
|
+
Content: string | null;
|
|
222
|
+
Extension: string | null;
|
|
223
|
+
Filename: string | null;
|
|
224
|
+
}
|
|
225
|
+
|
|
211
226
|
export interface ElasticCorePerson {
|
|
212
227
|
CellPhone: string | null;
|
|
213
228
|
City: string | null;
|