@otr-app/shared-backend-generated-client 2.3.151 → 2.3.153
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/dist/angular/api/userAuditController.service.ts +4 -4
- package/dist/angular/model/citationAuditEventModel.ts +2 -1
- package/dist/angular/model/citationModel.ts +2 -1
- package/dist/angular/model/citationModelReq.ts +2 -1
- package/dist/angular/model/citationModelRes.ts +2 -1
- package/dist/angular/model/createCitationRequest.ts +2 -1
- package/dist/angular/model/lastLoginDateModel.ts +2 -1
- package/dist/angular/model/lawfirmAuditEventModel.ts +2 -1
- package/dist/angular/model/predictImageClassificationResponse.ts +1 -25
- package/dist/angular/model/registerNewUserRequest.ts +2 -1
- package/dist/angular/model/setReferralSourceRequest.ts +2 -1
- package/dist/angular/model/socialLoginRequest.ts +2 -1
- package/dist/angular/model/userAuditEventModel.ts +2 -1
- package/dist/typescript/api/UserAuditControllerApi.d.ts +1 -1
- package/dist/typescript/model/CitationAuditEventModel.d.ts +1 -0
- package/dist/typescript/model/CitationAuditEventModel.js +1 -0
- package/dist/typescript/model/CitationModel.d.ts +1 -0
- package/dist/typescript/model/CitationModel.js +1 -0
- package/dist/typescript/model/CitationModelReq.d.ts +1 -0
- package/dist/typescript/model/CitationModelReq.js +1 -0
- package/dist/typescript/model/CitationModelRes.d.ts +1 -0
- package/dist/typescript/model/CitationModelRes.js +1 -0
- package/dist/typescript/model/CreateCitationRequest.d.ts +1 -0
- package/dist/typescript/model/CreateCitationRequest.js +1 -0
- package/dist/typescript/model/LastLoginDateModel.d.ts +1 -0
- package/dist/typescript/model/LastLoginDateModel.js +1 -0
- package/dist/typescript/model/LawfirmAuditEventModel.d.ts +1 -0
- package/dist/typescript/model/LawfirmAuditEventModel.js +1 -0
- package/dist/typescript/model/PredictImageClassificationResponse.d.ts +1 -24
- package/dist/typescript/model/PredictImageClassificationResponse.js +0 -11
- package/dist/typescript/model/RegisterNewUserRequest.d.ts +1 -0
- package/dist/typescript/model/RegisterNewUserRequest.js +1 -0
- package/dist/typescript/model/SetReferralSourceRequest.d.ts +1 -0
- package/dist/typescript/model/SetReferralSourceRequest.js +1 -0
- package/dist/typescript/model/SocialLoginRequest.d.ts +1 -0
- package/dist/typescript/model/SocialLoginRequest.js +1 -0
- package/dist/typescript/model/UserAuditEventModel.d.ts +1 -0
- package/dist/typescript/model/UserAuditEventModel.js +1 -0
- package/package.json +1 -1
|
@@ -100,10 +100,10 @@ export class UserAuditControllerService {
|
|
|
100
100
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
101
101
|
* @param reportProgress flag to report request and response progress.
|
|
102
102
|
*/
|
|
103
|
-
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetLastLoginResponse>;
|
|
104
|
-
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetLastLoginResponse>>;
|
|
105
|
-
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetLastLoginResponse>>;
|
|
106
|
-
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
103
|
+
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<GetLastLoginResponse>;
|
|
104
|
+
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpResponse<GetLastLoginResponse>>;
|
|
105
|
+
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<HttpEvent<GetLastLoginResponse>>;
|
|
106
|
+
public getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: '*/*', context?: HttpContext}): Observable<any> {
|
|
107
107
|
if (userId === null || userId === undefined) {
|
|
108
108
|
throw new Error('Required parameter userId was null or undefined when calling getLastLoginUsingGET.');
|
|
109
109
|
}
|
|
@@ -24,12 +24,13 @@ export interface CitationAuditEventModel {
|
|
|
24
24
|
userId?: number;
|
|
25
25
|
}
|
|
26
26
|
export namespace CitationAuditEventModel {
|
|
27
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
27
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
28
28
|
export const ClientTypeEnum = {
|
|
29
29
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
30
30
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
31
31
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
32
32
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
33
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
33
34
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
34
35
|
Ios: 'IOS' as ClientTypeEnum,
|
|
35
36
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -54,12 +54,13 @@ export namespace CitationModel {
|
|
|
54
54
|
CdlInPersonalVehicle: 'CDL_IN_PERSONAL_VEHICLE' as CdlStatusEnum,
|
|
55
55
|
NoCdl: 'NO_CDL' as CdlStatusEnum
|
|
56
56
|
};
|
|
57
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
57
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
58
58
|
export const ClientTypeEnum = {
|
|
59
59
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
60
60
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
61
61
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
62
62
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
63
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
63
64
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
64
65
|
Ios: 'IOS' as ClientTypeEnum,
|
|
65
66
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -54,12 +54,13 @@ export namespace CitationModelReq {
|
|
|
54
54
|
CdlInPersonalVehicle: 'CDL_IN_PERSONAL_VEHICLE' as CdlStatusEnum,
|
|
55
55
|
NoCdl: 'NO_CDL' as CdlStatusEnum
|
|
56
56
|
};
|
|
57
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
57
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
58
58
|
export const ClientTypeEnum = {
|
|
59
59
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
60
60
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
61
61
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
62
62
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
63
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
63
64
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
64
65
|
Ios: 'IOS' as ClientTypeEnum,
|
|
65
66
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -54,12 +54,13 @@ export namespace CitationModelRes {
|
|
|
54
54
|
CdlInPersonalVehicle: 'CDL_IN_PERSONAL_VEHICLE' as CdlStatusEnum,
|
|
55
55
|
NoCdl: 'NO_CDL' as CdlStatusEnum
|
|
56
56
|
};
|
|
57
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
57
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
58
58
|
export const ClientTypeEnum = {
|
|
59
59
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
60
60
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
61
61
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
62
62
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
63
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
63
64
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
64
65
|
Ios: 'IOS' as ClientTypeEnum,
|
|
65
66
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -75,12 +75,13 @@ export namespace CreateCitationRequest {
|
|
|
75
75
|
Wv: 'WV' as CitationStateEnum,
|
|
76
76
|
Wy: 'WY' as CitationStateEnum
|
|
77
77
|
};
|
|
78
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
78
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
79
79
|
export const ClientTypeEnum = {
|
|
80
80
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
81
81
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
82
82
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
83
83
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
84
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
84
85
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
85
86
|
Ios: 'IOS' as ClientTypeEnum,
|
|
86
87
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -16,12 +16,13 @@ export interface LastLoginDateModel {
|
|
|
16
16
|
loginDateUtc?: string;
|
|
17
17
|
}
|
|
18
18
|
export namespace LastLoginDateModel {
|
|
19
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
19
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
20
20
|
export const ClientTypeEnum = {
|
|
21
21
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
22
22
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
23
23
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
24
24
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
25
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
25
26
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
26
27
|
Ios: 'IOS' as ClientTypeEnum,
|
|
27
28
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -24,12 +24,13 @@ export interface LawfirmAuditEventModel {
|
|
|
24
24
|
userId?: number;
|
|
25
25
|
}
|
|
26
26
|
export namespace LawfirmAuditEventModel {
|
|
27
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
27
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
28
28
|
export const ClientTypeEnum = {
|
|
29
29
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
30
30
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
31
31
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
32
32
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
33
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
33
34
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
34
35
|
Ios: 'IOS' as ClientTypeEnum,
|
|
35
36
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -12,22 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
export interface PredictImageClassificationResponse {
|
|
15
|
-
|
|
16
|
-
blurLevelConfidenceLevel?: number;
|
|
17
|
-
blurry?: boolean;
|
|
15
|
+
document?: boolean;
|
|
18
16
|
documentType?: PredictImageClassificationResponse.DocumentTypeEnum;
|
|
19
|
-
documentTypeConfidenceLevel?: number;
|
|
20
|
-
exposure?: string;
|
|
21
|
-
exposureConfidenceLevel?: number;
|
|
22
|
-
federal?: boolean;
|
|
23
|
-
imageCategory?: PredictImageClassificationResponse.ImageCategoryEnum;
|
|
24
|
-
isBlurryConfidenceLevel?: number;
|
|
25
|
-
isFederalConfidenceLevel?: number;
|
|
26
|
-
isTypedConfidenceLevel?: number;
|
|
27
17
|
regionCode?: string;
|
|
28
|
-
regionConfidenceLevel?: number;
|
|
29
|
-
regionName?: string;
|
|
30
|
-
typed?: boolean;
|
|
31
18
|
}
|
|
32
19
|
export namespace PredictImageClassificationResponse {
|
|
33
20
|
export type DocumentTypeEnum = 'CAMERA_TICKET' | 'CASE_DOCKET' | 'CASE_RESOLUTION' | 'CHANGE_OF_COUNCIL' | 'COLLECTIONS_NOTICE' | 'COURT_NOTICE' | 'DRIVER_LICENSE' | 'FAILURE_TO_APPEAR' | 'FAILURE_TO_PAY' | 'INSURANCE_CARD' | 'NOTICE_OF_APPEARANCE' | 'NOT_A_DOCUMENT' | 'PARKING_TICKET' | 'POLICE_REPORT' | 'REMINDER_NOTICE' | 'REQUEST_FOR_DISCOVERY' | 'SCREENSHOT_TICKET_LIST' | 'SCREENSHOT_TRAFFIC_TICKET' | 'SUSPENSION_NOTICE' | 'TRAFFIC_TICKET' | 'UNRECOGNIZED_DOCUMENT' | 'WARNING_NOTICE' | 'WARRANT';
|
|
@@ -56,17 +43,6 @@ export namespace PredictImageClassificationResponse {
|
|
|
56
43
|
WarningNotice: 'WARNING_NOTICE' as DocumentTypeEnum,
|
|
57
44
|
Warrant: 'WARRANT' as DocumentTypeEnum
|
|
58
45
|
};
|
|
59
|
-
export type ImageCategoryEnum = 'DOCUMENT' | 'GROUP_PHOTO' | 'KEYBOARD' | 'LANDSCAPE' | 'LICENSE_PLATE' | 'OTHER' | 'PET' | 'SELFIE';
|
|
60
|
-
export const ImageCategoryEnum = {
|
|
61
|
-
Document: 'DOCUMENT' as ImageCategoryEnum,
|
|
62
|
-
GroupPhoto: 'GROUP_PHOTO' as ImageCategoryEnum,
|
|
63
|
-
Keyboard: 'KEYBOARD' as ImageCategoryEnum,
|
|
64
|
-
Landscape: 'LANDSCAPE' as ImageCategoryEnum,
|
|
65
|
-
LicensePlate: 'LICENSE_PLATE' as ImageCategoryEnum,
|
|
66
|
-
Other: 'OTHER' as ImageCategoryEnum,
|
|
67
|
-
Pet: 'PET' as ImageCategoryEnum,
|
|
68
|
-
Selfie: 'SELFIE' as ImageCategoryEnum
|
|
69
|
-
};
|
|
70
46
|
}
|
|
71
47
|
|
|
72
48
|
|
|
@@ -27,12 +27,13 @@ export interface RegisterNewUserRequest {
|
|
|
27
27
|
userReferralSourceTypeId?: number;
|
|
28
28
|
}
|
|
29
29
|
export namespace RegisterNewUserRequest {
|
|
30
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
30
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
31
31
|
export const ClientTypeEnum = {
|
|
32
32
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
33
33
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
34
34
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
35
35
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
36
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
36
37
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
37
38
|
Ios: 'IOS' as ClientTypeEnum,
|
|
38
39
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -23,12 +23,13 @@ export interface SetReferralSourceRequest {
|
|
|
23
23
|
userReferralSourceTypeId?: number;
|
|
24
24
|
}
|
|
25
25
|
export namespace SetReferralSourceRequest {
|
|
26
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
26
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
27
27
|
export const ClientTypeEnum = {
|
|
28
28
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
29
29
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
30
30
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
31
31
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
32
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
32
33
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
33
34
|
Ios: 'IOS' as ClientTypeEnum,
|
|
34
35
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -25,12 +25,13 @@ export interface SocialLoginRequest {
|
|
|
25
25
|
userReferralSourceTypeId?: number;
|
|
26
26
|
}
|
|
27
27
|
export namespace SocialLoginRequest {
|
|
28
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
28
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
29
29
|
export const ClientTypeEnum = {
|
|
30
30
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
31
31
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
32
32
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
33
33
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
34
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
34
35
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
35
36
|
Ios: 'IOS' as ClientTypeEnum,
|
|
36
37
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -27,12 +27,13 @@ export interface UserAuditEventModel {
|
|
|
27
27
|
userId?: number;
|
|
28
28
|
}
|
|
29
29
|
export namespace UserAuditEventModel {
|
|
30
|
-
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
30
|
+
export type ClientTypeEnum = 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN';
|
|
31
31
|
export const ClientTypeEnum = {
|
|
32
32
|
Android: 'ANDROID' as ClientTypeEnum,
|
|
33
33
|
DesktopWebapp: 'DESKTOP_WEBAPP' as ClientTypeEnum,
|
|
34
34
|
DmvGo: 'DMV_GO' as ClientTypeEnum,
|
|
35
35
|
DmvOrg: 'DMV_ORG' as ClientTypeEnum,
|
|
36
|
+
Email: 'EMAIL' as ClientTypeEnum,
|
|
36
37
|
FreshDesk: 'FRESH_DESK' as ClientTypeEnum,
|
|
37
38
|
Ios: 'IOS' as ClientTypeEnum,
|
|
38
39
|
MobileWebapp: 'MOBILE_WEBAPP' as ClientTypeEnum,
|
|
@@ -24,7 +24,7 @@ export declare class UserAuditControllerApi {
|
|
|
24
24
|
* @param userId userId
|
|
25
25
|
* @param clients clients
|
|
26
26
|
*/
|
|
27
|
-
getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', extraHttpRequestParams?: any): ng.IHttpPromise<models.GetLastLoginResponse>;
|
|
27
|
+
getLastLoginUsingGET(userId: number, clients?: 'ANDROID' | 'DESKTOP_WEBAPP' | 'DMV_GO' | 'DMV_ORG' | 'EMAIL' | 'FRESH_DESK' | 'IOS' | 'MOBILE_WEBAPP' | 'OTR_ADMIN_CONSOLE' | 'OTR_ADMIN_CONSOLE_DEVO' | 'OTR_ADMIN_CONSOLE_LOCALHOST' | 'OTR_EXPLORER' | 'OTR_LAWFIRM_PORTAL' | 'OTR_LAWFIRM_PORTAL_DEVO' | 'OTR_LAWFIRM_PORTAL_LOCALHOST' | 'OTR_WEBSITE' | 'OTR_WEBSITE_DEVO' | 'OTR_WEBSITE_LOCALHOST' | 'OTR_WIDGET' | 'UNKNOWN', extraHttpRequestParams?: any): ng.IHttpPromise<models.GetLastLoginResponse>;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @summary listUserAuditEventsByCursor
|
|
@@ -20,6 +20,7 @@ var CitationAuditEventModel;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -26,6 +26,7 @@ var CitationModel;
|
|
|
26
26
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
27
27
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
28
28
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
29
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
29
30
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
30
31
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
31
32
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -26,6 +26,7 @@ var CitationModelReq;
|
|
|
26
26
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
27
27
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
28
28
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
29
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
29
30
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
30
31
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
31
32
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -26,6 +26,7 @@ var CitationModelRes;
|
|
|
26
26
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
27
27
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
28
28
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
29
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
29
30
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
30
31
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
31
32
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -74,6 +74,7 @@ var CreateCitationRequest;
|
|
|
74
74
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
75
75
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
76
76
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
77
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
77
78
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
78
79
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
79
80
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -20,6 +20,7 @@ var LastLoginDateModel;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -20,6 +20,7 @@ var LawfirmAuditEventModel;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -10,22 +10,9 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
export interface PredictImageClassificationResponse {
|
|
13
|
-
"
|
|
14
|
-
"blurLevelConfidenceLevel"?: number;
|
|
15
|
-
"blurry"?: boolean;
|
|
13
|
+
"document"?: boolean;
|
|
16
14
|
"documentType"?: PredictImageClassificationResponse.DocumentTypeEnum;
|
|
17
|
-
"documentTypeConfidenceLevel"?: number;
|
|
18
|
-
"exposure"?: string;
|
|
19
|
-
"exposureConfidenceLevel"?: number;
|
|
20
|
-
"federal"?: boolean;
|
|
21
|
-
"imageCategory"?: PredictImageClassificationResponse.ImageCategoryEnum;
|
|
22
|
-
"isBlurryConfidenceLevel"?: number;
|
|
23
|
-
"isFederalConfidenceLevel"?: number;
|
|
24
|
-
"isTypedConfidenceLevel"?: number;
|
|
25
15
|
"regionCode"?: string;
|
|
26
|
-
"regionConfidenceLevel"?: number;
|
|
27
|
-
"regionName"?: string;
|
|
28
|
-
"typed"?: boolean;
|
|
29
16
|
}
|
|
30
17
|
export declare namespace PredictImageClassificationResponse {
|
|
31
18
|
enum DocumentTypeEnum {
|
|
@@ -53,14 +40,4 @@ export declare namespace PredictImageClassificationResponse {
|
|
|
53
40
|
WARNINGNOTICE,
|
|
54
41
|
WARRANT
|
|
55
42
|
}
|
|
56
|
-
enum ImageCategoryEnum {
|
|
57
|
-
DOCUMENT,
|
|
58
|
-
GROUPPHOTO,
|
|
59
|
-
KEYBOARD,
|
|
60
|
-
LANDSCAPE,
|
|
61
|
-
LICENSEPLATE,
|
|
62
|
-
OTHER,
|
|
63
|
-
PET,
|
|
64
|
-
SELFIE
|
|
65
|
-
}
|
|
66
43
|
}
|
|
@@ -40,15 +40,4 @@ var PredictImageClassificationResponse;
|
|
|
40
40
|
DocumentTypeEnum[DocumentTypeEnum["WARNINGNOTICE"] = 'WARNING_NOTICE'] = "WARNINGNOTICE";
|
|
41
41
|
DocumentTypeEnum[DocumentTypeEnum["WARRANT"] = 'WARRANT'] = "WARRANT";
|
|
42
42
|
})(DocumentTypeEnum = PredictImageClassificationResponse.DocumentTypeEnum || (PredictImageClassificationResponse.DocumentTypeEnum = {}));
|
|
43
|
-
var ImageCategoryEnum;
|
|
44
|
-
(function (ImageCategoryEnum) {
|
|
45
|
-
ImageCategoryEnum[ImageCategoryEnum["DOCUMENT"] = 'DOCUMENT'] = "DOCUMENT";
|
|
46
|
-
ImageCategoryEnum[ImageCategoryEnum["GROUPPHOTO"] = 'GROUP_PHOTO'] = "GROUPPHOTO";
|
|
47
|
-
ImageCategoryEnum[ImageCategoryEnum["KEYBOARD"] = 'KEYBOARD'] = "KEYBOARD";
|
|
48
|
-
ImageCategoryEnum[ImageCategoryEnum["LANDSCAPE"] = 'LANDSCAPE'] = "LANDSCAPE";
|
|
49
|
-
ImageCategoryEnum[ImageCategoryEnum["LICENSEPLATE"] = 'LICENSE_PLATE'] = "LICENSEPLATE";
|
|
50
|
-
ImageCategoryEnum[ImageCategoryEnum["OTHER"] = 'OTHER'] = "OTHER";
|
|
51
|
-
ImageCategoryEnum[ImageCategoryEnum["PET"] = 'PET'] = "PET";
|
|
52
|
-
ImageCategoryEnum[ImageCategoryEnum["SELFIE"] = 'SELFIE'] = "SELFIE";
|
|
53
|
-
})(ImageCategoryEnum = PredictImageClassificationResponse.ImageCategoryEnum || (PredictImageClassificationResponse.ImageCategoryEnum = {}));
|
|
54
43
|
})(PredictImageClassificationResponse = exports.PredictImageClassificationResponse || (exports.PredictImageClassificationResponse = {}));
|
|
@@ -20,6 +20,7 @@ var RegisterNewUserRequest;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -20,6 +20,7 @@ var SetReferralSourceRequest;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -20,6 +20,7 @@ var SocialLoginRequest;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
@@ -20,6 +20,7 @@ var UserAuditEventModel;
|
|
|
20
20
|
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
21
21
|
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
22
22
|
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
23
24
|
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
24
25
|
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
25
26
|
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|