@leavittsoftware/lg-core-typescript 2.0.459 → 2.0.460
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 +10 -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":"AA8WA,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
|
@@ -153,6 +153,16 @@ export interface GetGlobalAccessUsersDto {
|
|
|
153
153
|
PersonId: number;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
+
export interface MyDocumentsPermissionsDto {
|
|
157
|
+
CanAdminAllCompanies: boolean;
|
|
158
|
+
CanAdminOwnCompany: boolean;
|
|
159
|
+
CanViewAllCompanies: boolean;
|
|
160
|
+
CanViewOwnCompany: boolean;
|
|
161
|
+
DocCount: number;
|
|
162
|
+
Id: number;
|
|
163
|
+
Name: string | null;
|
|
164
|
+
}
|
|
165
|
+
|
|
156
166
|
export interface UpdateDocumentDto {
|
|
157
167
|
UpdatedDocuments: Array<Partial<Document>> | null;
|
|
158
168
|
}
|