@leavittsoftware/lg-core-typescript 2.35.0 → 2.36.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 +1 -1
- package/api3.leavitt.com.ts +21 -13
- 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":"AA6+BA,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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// generated using a custom program
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
|
-
import { Person,PermissionToApplication,
|
|
6
|
+
import { ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,Company,CompanyLogo,CompanyOwnership,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
7
7
|
|
|
8
8
|
export interface FruitHolderDto {
|
|
9
9
|
FirstName: string | null;
|
|
@@ -163,6 +163,18 @@ export interface PLGameTopPlayerGroupsDto {
|
|
|
163
163
|
Players: Array<Partial<PLGameTopPlayerDto>> | null;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
export interface ItManagedApplicationUpsertDto {
|
|
167
|
+
Description: string | null;
|
|
168
|
+
Id: number | null;
|
|
169
|
+
IsActive: boolean;
|
|
170
|
+
IsDiscoverable: boolean;
|
|
171
|
+
Name: string | null;
|
|
172
|
+
Owner: string | null;
|
|
173
|
+
Tags: Array<Partial<ApplicationToApplicationTag>> | null;
|
|
174
|
+
Tenants: Array<string> | null;
|
|
175
|
+
URL: string | null;
|
|
176
|
+
}
|
|
177
|
+
|
|
166
178
|
export interface CustomPeopleGroupMembershipDto {
|
|
167
179
|
GroupId: number;
|
|
168
180
|
GroupSource: Array<string> | null;
|
|
@@ -181,6 +193,14 @@ export interface LssApplicationUpsertDto {
|
|
|
181
193
|
URL: string | null;
|
|
182
194
|
}
|
|
183
195
|
|
|
196
|
+
export interface PermissionUpsertDto {
|
|
197
|
+
Applications: Array<Partial<PermissionToApplication>> | null;
|
|
198
|
+
Description: string | null;
|
|
199
|
+
Id: number | null;
|
|
200
|
+
Name: string | null;
|
|
201
|
+
ScopeId: number | null;
|
|
202
|
+
}
|
|
203
|
+
|
|
184
204
|
export interface UserPermissionsDto {
|
|
185
205
|
PermissionId: number;
|
|
186
206
|
PermissionName: string | null;
|
|
@@ -189,18 +209,6 @@ export interface UserPermissionsDto {
|
|
|
189
209
|
ScopeName: string | null;
|
|
190
210
|
}
|
|
191
211
|
|
|
192
|
-
export interface ItManagedApplicationUpsertDto {
|
|
193
|
-
Description: string | null;
|
|
194
|
-
Id: number | null;
|
|
195
|
-
IsActive: boolean;
|
|
196
|
-
IsDiscoverable: boolean;
|
|
197
|
-
Name: string | null;
|
|
198
|
-
Owner: string | null;
|
|
199
|
-
Tags: Array<Partial<ApplicationToApplicationTag>> | null;
|
|
200
|
-
Tenants: Array<string> | null;
|
|
201
|
-
URL: string | null;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
212
|
export interface NaicsCsvUploadDto {
|
|
205
213
|
FileName: string | null;
|
|
206
214
|
RecordCount: number;
|