@leavittsoftware/lg-core-typescript 2.0.472 → 2.0.473
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 +1 -1
- package/api3.leavitt.com.ts +7 -0
- package/package.json +1 -1
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":"AA+aA,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
|
@@ -189,6 +189,13 @@ export interface UpdateDocumentDto {
|
|
|
189
189
|
UpdatedDocuments: Array<Partial<Document>> | null;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
+
export interface DistributionGroupMemberDto {
|
|
193
|
+
FirstName: string | null;
|
|
194
|
+
GroupSource: Array<string> | null;
|
|
195
|
+
LastName: string | null;
|
|
196
|
+
PersonId: number;
|
|
197
|
+
}
|
|
198
|
+
|
|
192
199
|
export interface SearchDto {
|
|
193
200
|
AccountId: string | null;
|
|
194
201
|
AccountName: string | null;
|