@leavittsoftware/lg-core-typescript 2.0.348 → 2.0.349

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.
@@ -1 +1 @@
1
- {"version":3,"file":"elasticsearch.js","sourceRoot":"","sources":["elasticsearch.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAsSzB,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,WAOX;AAPD,WAAY,WAAW;IACnB,+DAAiB,CAAA;IACjB,iDAAU,CAAA;IACV,+DAAiB,CAAA;IACjB,mEAAmB,CAAA;IACnB,+CAAS,CAAA;IACT,qDAAY,CAAA;AAChB,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;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"}
1
+ {"version":3,"file":"elasticsearch.js","sourceRoot":"","sources":["elasticsearch.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,mBAAmB;AACnB,uCAAuC;AACvC,oBAAoB;AACpB,yBAAyB;AAwSzB,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,WAOX;AAPD,WAAY,WAAW;IACnB,+DAAiB,CAAA;IACjB,iDAAU,CAAA;IACV,+DAAiB,CAAA;IACjB,mEAAmB,CAAA;IACnB,+CAAS,CAAA;IACT,qDAAY,CAAA;AAChB,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;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
@@ -86,17 +86,19 @@ export interface CrmPhoneContact {
86
86
 
87
87
  export interface Activity {
88
88
  AccountId: number | null;
89
- AccountOwnerCompanyName: string | null;
90
- AccountOwnerFirstName: string | null;
91
- AccountOwnerFullname: string | null;
92
- AccountOwnerLastName: string | null;
93
- AccountOwnerPersonId: number | null;
94
89
  ActivityType: string | null;
95
90
  ActualEnd: string | null;
96
91
  ActualStart: string | null;
92
+ CreatedDate: string | null;
93
+ CreatorCompanyName: string | null;
94
+ CreatorFirstName: string | null;
95
+ CreatorFullname: string | null;
96
+ CreatorLastName: string | null;
97
+ CreatorPersonId: number | null;
97
98
  CrmAccountGuid: string | null;
98
99
  CrmActivityId: string | null;
99
100
  Description: string | null;
101
+ Id: number;
100
102
  Instance: number | null;
101
103
  LastModifiedDate: string | null;
102
104
  Outgoing: boolean | null;
@@ -398,8 +398,14 @@ export interface FileExplorerMemberDto {
398
398
  }
399
399
 
400
400
  export interface CallManagerCrmActivityDto {
401
- ActualEnd: string | null;
402
- ActualStart: string | null;
401
+ CanEdit: boolean;
402
+ CoreId: number | null;
403
+ CreatedOn: string | null;
404
+ CreatorCompanyName: string | null;
405
+ CreatorFirstName: string | null;
406
+ CreatorFullname: string | null;
407
+ CreatorLastName: string | null;
408
+ CreatorPersonId: number | null;
403
409
  CrmActivityId: string | null;
404
410
  Description: string | null;
405
411
  Outgoing: boolean | null;
@@ -420,6 +426,7 @@ export interface CallManagerCrmPhoneNumberDto {
420
426
  ContactLastName: string | null;
421
427
  ContactTitle: string | null;
422
428
  Email: string | null;
429
+ Id: number;
423
430
  Name: string | null;
424
431
  State: string | null;
425
432
  Street1: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.348",
3
+ "version": "2.0.349",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [