@otr-app/shared-backend-generated-client 2.4.63 → 2.4.65
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/.openapi-generator/FILES +4 -0
- package/dist/angular/api/caseCounterOfferController.service.ts +17 -4
- package/dist/angular/model/acceptCaseCounterRequest.ts +17 -0
- package/dist/angular/model/getLastLoginResponse.ts +3 -0
- package/dist/angular/model/lastLoginAttributes.ts +18 -0
- package/dist/angular/model/lastLoginDateByUserAccount.ts +58 -0
- package/dist/angular/model/lastLoginItem.ts +46 -0
- package/dist/angular/model/models.ts +4 -0
- package/dist/angular/model/userAccountModel.ts +2 -0
- package/dist/angular/model/userDomain.ts +1 -0
- package/dist/angular/model/userDomainReq.ts +1 -0
- package/dist/angular/model/userDomainRes.ts +1 -0
- package/dist/otrBackendService.js +5 -0
- package/dist/otrBackendService.min.js +1 -1
- package/dist/typescript/api/CaseCounterOfferControllerApi.d.ts +2 -1
- package/dist/typescript/api/CaseCounterOfferControllerApi.js +3 -1
- package/dist/typescript/model/AcceptCaseCounterRequest.d.ts +14 -0
- package/dist/typescript/model/AcceptCaseCounterRequest.js +12 -0
- package/dist/typescript/model/GetLastLoginResponse.d.ts +2 -0
- package/dist/typescript/model/LastLoginAttributes.d.ts +15 -0
- package/dist/typescript/model/LastLoginAttributes.js +12 -0
- package/dist/typescript/model/LastLoginDateByUserAccount.d.ts +52 -0
- package/dist/typescript/model/LastLoginDateByUserAccount.js +49 -0
- package/dist/typescript/model/LastLoginItem.d.ts +41 -0
- package/dist/typescript/model/LastLoginItem.js +39 -0
- package/dist/typescript/model/UserAccountModel.d.ts +2 -0
- package/dist/typescript/model/UserDomain.d.ts +1 -0
- package/dist/typescript/model/UserDomainReq.d.ts +1 -0
- package/dist/typescript/model/UserDomainRes.d.ts +1 -0
- package/dist/typescript/model/models.d.ts +4 -0
- package/dist/typescript/model/models.js +4 -0
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.d.ts +2 -1
- package/dist/typescript-fetch/apis/CaseCounterOfferControllerApi.js +3 -1
- package/dist/typescript-fetch/models/AcceptCaseCounterRequest.d.ts +27 -0
- package/dist/typescript-fetch/models/AcceptCaseCounterRequest.js +35 -0
- package/dist/typescript-fetch/models/GetLastLoginResponse.d.ts +13 -1
- package/dist/typescript-fetch/models/GetLastLoginResponse.js +5 -1
- package/dist/typescript-fetch/models/LastLoginAttributes.d.ts +28 -0
- package/dist/typescript-fetch/models/LastLoginAttributes.js +37 -0
- package/dist/typescript-fetch/models/LastLoginDateByUserAccount.d.ts +86 -0
- package/dist/typescript-fetch/models/LastLoginDateByUserAccount.js +85 -0
- package/dist/typescript-fetch/models/LastLoginItem.d.ts +61 -0
- package/dist/typescript-fetch/models/LastLoginItem.js +67 -0
- package/dist/typescript-fetch/models/UserAccountModel.d.ts +7 -0
- package/dist/typescript-fetch/models/UserAccountModel.js +3 -0
- package/dist/typescript-fetch/models/UserDomain.d.ts +6 -0
- package/dist/typescript-fetch/models/UserDomain.js +2 -0
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +6 -0
- package/dist/typescript-fetch/models/UserDomainReq.js +2 -0
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +6 -0
- package/dist/typescript-fetch/models/UserDomainRes.js +2 -0
- package/dist/typescript-fetch/models/index.d.ts +4 -0
- package/dist/typescript-fetch/models/index.js +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export var LastLoginDateByUserAccount;
|
|
13
|
+
(function (LastLoginDateByUserAccount) {
|
|
14
|
+
let ClientTypeEnum;
|
|
15
|
+
(function (ClientTypeEnum) {
|
|
16
|
+
ClientTypeEnum[ClientTypeEnum["ANDROID"] = 'ANDROID'] = "ANDROID";
|
|
17
|
+
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
18
|
+
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
19
|
+
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
20
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
21
|
+
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
22
|
+
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["LOCALHOST"] = 'LOCALHOST'] = "LOCALHOST";
|
|
24
|
+
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
25
|
+
ClientTypeEnum[ClientTypeEnum["OTRADMINCONSOLE"] = 'OTR_ADMIN_CONSOLE'] = "OTRADMINCONSOLE";
|
|
26
|
+
ClientTypeEnum[ClientTypeEnum["OTRADMINCONSOLEDEVO"] = 'OTR_ADMIN_CONSOLE_DEVO'] = "OTRADMINCONSOLEDEVO";
|
|
27
|
+
ClientTypeEnum[ClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = 'OTR_ADMIN_CONSOLE_LOCALHOST'] = "OTRADMINCONSOLELOCALHOST";
|
|
28
|
+
ClientTypeEnum[ClientTypeEnum["OTREXPLORER"] = 'OTR_EXPLORER'] = "OTREXPLORER";
|
|
29
|
+
ClientTypeEnum[ClientTypeEnum["OTRJOBSCHEDULER"] = 'OTR_JOB_SCHEDULER'] = "OTRJOBSCHEDULER";
|
|
30
|
+
ClientTypeEnum[ClientTypeEnum["OTRLAWFIRMPORTAL"] = 'OTR_LAWFIRM_PORTAL'] = "OTRLAWFIRMPORTAL";
|
|
31
|
+
ClientTypeEnum[ClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = 'OTR_LAWFIRM_PORTAL_DEVO'] = "OTRLAWFIRMPORTALDEVO";
|
|
32
|
+
ClientTypeEnum[ClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = 'OTR_LAWFIRM_PORTAL_LOCALHOST'] = "OTRLAWFIRMPORTALLOCALHOST";
|
|
33
|
+
ClientTypeEnum[ClientTypeEnum["OTRWEBSITE"] = 'OTR_WEBSITE'] = "OTRWEBSITE";
|
|
34
|
+
ClientTypeEnum[ClientTypeEnum["OTRWEBSITEDEVO"] = 'OTR_WEBSITE_DEVO'] = "OTRWEBSITEDEVO";
|
|
35
|
+
ClientTypeEnum[ClientTypeEnum["OTRWEBSITELOCALHOST"] = 'OTR_WEBSITE_LOCALHOST'] = "OTRWEBSITELOCALHOST";
|
|
36
|
+
ClientTypeEnum[ClientTypeEnum["OTRWIDGET"] = 'OTR_WIDGET'] = "OTRWIDGET";
|
|
37
|
+
ClientTypeEnum[ClientTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
38
|
+
})(ClientTypeEnum = LastLoginDateByUserAccount.ClientTypeEnum || (LastLoginDateByUserAccount.ClientTypeEnum = {}));
|
|
39
|
+
let SocialLoginProviderEnum;
|
|
40
|
+
(function (SocialLoginProviderEnum) {
|
|
41
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["APPLE"] = 'APPLE'] = "APPLE";
|
|
42
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
43
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["FACEBOOK"] = 'FACEBOOK'] = "FACEBOOK";
|
|
44
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["GOOGLE"] = 'GOOGLE'] = "GOOGLE";
|
|
45
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["PHONE"] = 'PHONE'] = "PHONE";
|
|
46
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["TWITTER"] = 'TWITTER'] = "TWITTER";
|
|
47
|
+
SocialLoginProviderEnum[SocialLoginProviderEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
48
|
+
})(SocialLoginProviderEnum = LastLoginDateByUserAccount.SocialLoginProviderEnum || (LastLoginDateByUserAccount.SocialLoginProviderEnum = {}));
|
|
49
|
+
})(LastLoginDateByUserAccount || (LastLoginDateByUserAccount = {}));
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface LastLoginItem {
|
|
13
|
+
"clientType"?: LastLoginItem.ClientTypeEnum;
|
|
14
|
+
"lastLoginDateUtc"?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace LastLoginItem {
|
|
17
|
+
enum ClientTypeEnum {
|
|
18
|
+
ANDROID,
|
|
19
|
+
DESKTOPWEBAPP,
|
|
20
|
+
DMVGO,
|
|
21
|
+
DMVORG,
|
|
22
|
+
EMAIL,
|
|
23
|
+
FRESHDESK,
|
|
24
|
+
IOS,
|
|
25
|
+
LOCALHOST,
|
|
26
|
+
MOBILEWEBAPP,
|
|
27
|
+
OTRADMINCONSOLE,
|
|
28
|
+
OTRADMINCONSOLEDEVO,
|
|
29
|
+
OTRADMINCONSOLELOCALHOST,
|
|
30
|
+
OTREXPLORER,
|
|
31
|
+
OTRJOBSCHEDULER,
|
|
32
|
+
OTRLAWFIRMPORTAL,
|
|
33
|
+
OTRLAWFIRMPORTALDEVO,
|
|
34
|
+
OTRLAWFIRMPORTALLOCALHOST,
|
|
35
|
+
OTRWEBSITE,
|
|
36
|
+
OTRWEBSITEDEVO,
|
|
37
|
+
OTRWEBSITELOCALHOST,
|
|
38
|
+
OTRWIDGET,
|
|
39
|
+
UNKNOWN
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export var LastLoginItem;
|
|
13
|
+
(function (LastLoginItem) {
|
|
14
|
+
let ClientTypeEnum;
|
|
15
|
+
(function (ClientTypeEnum) {
|
|
16
|
+
ClientTypeEnum[ClientTypeEnum["ANDROID"] = 'ANDROID'] = "ANDROID";
|
|
17
|
+
ClientTypeEnum[ClientTypeEnum["DESKTOPWEBAPP"] = 'DESKTOP_WEBAPP'] = "DESKTOPWEBAPP";
|
|
18
|
+
ClientTypeEnum[ClientTypeEnum["DMVGO"] = 'DMV_GO'] = "DMVGO";
|
|
19
|
+
ClientTypeEnum[ClientTypeEnum["DMVORG"] = 'DMV_ORG'] = "DMVORG";
|
|
20
|
+
ClientTypeEnum[ClientTypeEnum["EMAIL"] = 'EMAIL'] = "EMAIL";
|
|
21
|
+
ClientTypeEnum[ClientTypeEnum["FRESHDESK"] = 'FRESH_DESK'] = "FRESHDESK";
|
|
22
|
+
ClientTypeEnum[ClientTypeEnum["IOS"] = 'IOS'] = "IOS";
|
|
23
|
+
ClientTypeEnum[ClientTypeEnum["LOCALHOST"] = 'LOCALHOST'] = "LOCALHOST";
|
|
24
|
+
ClientTypeEnum[ClientTypeEnum["MOBILEWEBAPP"] = 'MOBILE_WEBAPP'] = "MOBILEWEBAPP";
|
|
25
|
+
ClientTypeEnum[ClientTypeEnum["OTRADMINCONSOLE"] = 'OTR_ADMIN_CONSOLE'] = "OTRADMINCONSOLE";
|
|
26
|
+
ClientTypeEnum[ClientTypeEnum["OTRADMINCONSOLEDEVO"] = 'OTR_ADMIN_CONSOLE_DEVO'] = "OTRADMINCONSOLEDEVO";
|
|
27
|
+
ClientTypeEnum[ClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = 'OTR_ADMIN_CONSOLE_LOCALHOST'] = "OTRADMINCONSOLELOCALHOST";
|
|
28
|
+
ClientTypeEnum[ClientTypeEnum["OTREXPLORER"] = 'OTR_EXPLORER'] = "OTREXPLORER";
|
|
29
|
+
ClientTypeEnum[ClientTypeEnum["OTRJOBSCHEDULER"] = 'OTR_JOB_SCHEDULER'] = "OTRJOBSCHEDULER";
|
|
30
|
+
ClientTypeEnum[ClientTypeEnum["OTRLAWFIRMPORTAL"] = 'OTR_LAWFIRM_PORTAL'] = "OTRLAWFIRMPORTAL";
|
|
31
|
+
ClientTypeEnum[ClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = 'OTR_LAWFIRM_PORTAL_DEVO'] = "OTRLAWFIRMPORTALDEVO";
|
|
32
|
+
ClientTypeEnum[ClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = 'OTR_LAWFIRM_PORTAL_LOCALHOST'] = "OTRLAWFIRMPORTALLOCALHOST";
|
|
33
|
+
ClientTypeEnum[ClientTypeEnum["OTRWEBSITE"] = 'OTR_WEBSITE'] = "OTRWEBSITE";
|
|
34
|
+
ClientTypeEnum[ClientTypeEnum["OTRWEBSITEDEVO"] = 'OTR_WEBSITE_DEVO'] = "OTRWEBSITEDEVO";
|
|
35
|
+
ClientTypeEnum[ClientTypeEnum["OTRWEBSITELOCALHOST"] = 'OTR_WEBSITE_LOCALHOST'] = "OTRWEBSITELOCALHOST";
|
|
36
|
+
ClientTypeEnum[ClientTypeEnum["OTRWIDGET"] = 'OTR_WIDGET'] = "OTRWIDGET";
|
|
37
|
+
ClientTypeEnum[ClientTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
38
|
+
})(ClientTypeEnum = LastLoginItem.ClientTypeEnum || (LastLoginItem.ClientTypeEnum = {}));
|
|
39
|
+
})(LastLoginItem || (LastLoginItem = {}));
|
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import * as models from './models';
|
|
12
13
|
export interface UserAccountModel {
|
|
13
14
|
"accountCreationDateUtc"?: string;
|
|
14
15
|
"formerUserId"?: number;
|
|
16
|
+
"lastLoginAttributes"?: models.LastLoginAttributes;
|
|
15
17
|
"loginProvider"?: UserAccountModel.LoginProviderEnum;
|
|
16
18
|
"merged"?: boolean;
|
|
17
19
|
"primary"?: boolean;
|
|
@@ -31,6 +31,7 @@ export interface UserDomainReq {
|
|
|
31
31
|
"isPaymentPlansAllowed"?: boolean;
|
|
32
32
|
"isTestUser"?: boolean;
|
|
33
33
|
"isUnsubscribed"?: boolean;
|
|
34
|
+
"lastLoginDateUtc"?: string;
|
|
34
35
|
"lastname"?: string;
|
|
35
36
|
"lawfirmId"?: number;
|
|
36
37
|
"lawyerJobTitle"?: UserDomainReq.LawyerJobTitleEnum;
|
|
@@ -32,6 +32,7 @@ export interface UserDomainRes {
|
|
|
32
32
|
"isPaymentPlansAllowed"?: boolean;
|
|
33
33
|
"isTestUser"?: boolean;
|
|
34
34
|
"isUnsubscribed"?: boolean;
|
|
35
|
+
"lastLoginDateUtc"?: string;
|
|
35
36
|
"lastname"?: string;
|
|
36
37
|
"lawfirmId"?: number;
|
|
37
38
|
"lawyerJobTitle"?: UserDomainRes.LawyerJobTitleEnum;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './AcceptCaseCounterRequest';
|
|
1
2
|
export * from './AccountLevelFee';
|
|
2
3
|
export * from './AccountLevelFeeRequest';
|
|
3
4
|
export * from './AccountLevelFeeResponse';
|
|
@@ -414,7 +415,10 @@ export * from './InviteHouseholdMateRequest';
|
|
|
414
415
|
export * from './InviteLawyerToLawfirmRequest';
|
|
415
416
|
export * from './IsRefundEligibleResponse';
|
|
416
417
|
export * from './IsUserLoggedInResponse';
|
|
418
|
+
export * from './LastLoginAttributes';
|
|
419
|
+
export * from './LastLoginDateByUserAccount';
|
|
417
420
|
export * from './LastLoginDateModel';
|
|
421
|
+
export * from './LastLoginItem';
|
|
418
422
|
export * from './Lawfirm';
|
|
419
423
|
export * from './LawfirmAuditEventModel';
|
|
420
424
|
export * from './LawfirmBankPayoutModel';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './AcceptCaseCounterRequest';
|
|
1
2
|
export * from './AccountLevelFee';
|
|
2
3
|
export * from './AccountLevelFeeRequest';
|
|
3
4
|
export * from './AccountLevelFeeResponse';
|
|
@@ -414,7 +415,10 @@ export * from './InviteHouseholdMateRequest';
|
|
|
414
415
|
export * from './InviteLawyerToLawfirmRequest';
|
|
415
416
|
export * from './IsRefundEligibleResponse';
|
|
416
417
|
export * from './IsUserLoggedInResponse';
|
|
418
|
+
export * from './LastLoginAttributes';
|
|
419
|
+
export * from './LastLoginDateByUserAccount';
|
|
417
420
|
export * from './LastLoginDateModel';
|
|
421
|
+
export * from './LastLoginItem';
|
|
418
422
|
export * from './Lawfirm';
|
|
419
423
|
export * from './LawfirmAuditEventModel';
|
|
420
424
|
export * from './LawfirmBankPayoutModel';
|
|
@@ -10,10 +10,11 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { DeclineCaseCounterRequest, GetCaseCounterOptionsResponse, GetCounterOfferResponse, InitiateCaseCounterRequest, InitiateCaseCounterResponse } from '../models';
|
|
13
|
+
import { AcceptCaseCounterRequest, DeclineCaseCounterRequest, GetCaseCounterOptionsResponse, GetCounterOfferResponse, InitiateCaseCounterRequest, InitiateCaseCounterResponse } from '../models';
|
|
14
14
|
export interface AcceptCaseCounterUsingPUTRequest {
|
|
15
15
|
caseId: string;
|
|
16
16
|
counterId: number;
|
|
17
|
+
request?: AcceptCaseCounterRequest;
|
|
17
18
|
}
|
|
18
19
|
export interface DeclineCaseCounterUsingPUTRequest {
|
|
19
20
|
caseId: string;
|
|
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime';
|
|
24
|
-
import { DeclineCaseCounterRequestToJSON, GetCaseCounterOptionsResponseFromJSON, GetCounterOfferResponseFromJSON, InitiateCaseCounterRequestToJSON, InitiateCaseCounterResponseFromJSON, } from '../models';
|
|
24
|
+
import { AcceptCaseCounterRequestToJSON, DeclineCaseCounterRequestToJSON, GetCaseCounterOptionsResponseFromJSON, GetCounterOfferResponseFromJSON, InitiateCaseCounterRequestToJSON, InitiateCaseCounterResponseFromJSON, } from '../models';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -39,11 +39,13 @@ export class CaseCounterOfferControllerApi extends runtime.BaseAPI {
|
|
|
39
39
|
}
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
42
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
42
43
|
const response = yield this.request({
|
|
43
44
|
path: `/api/v1/cases/{caseId}/counters/{counterId}/accept`.replace(`{${"caseId"}}`, encodeURIComponent(String(requestParameters.caseId))).replace(`{${"counterId"}}`, encodeURIComponent(String(requestParameters.counterId))),
|
|
44
45
|
method: 'PUT',
|
|
45
46
|
headers: headerParameters,
|
|
46
47
|
query: queryParameters,
|
|
48
|
+
body: AcceptCaseCounterRequestToJSON(requestParameters.request),
|
|
47
49
|
});
|
|
48
50
|
return new runtime.VoidApiResponse(response);
|
|
49
51
|
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AcceptCaseCounterRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface AcceptCaseCounterRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AcceptCaseCounterRequest
|
|
22
|
+
*/
|
|
23
|
+
cardId: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function AcceptCaseCounterRequestFromJSON(json: any): AcceptCaseCounterRequest;
|
|
26
|
+
export declare function AcceptCaseCounterRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AcceptCaseCounterRequest;
|
|
27
|
+
export declare function AcceptCaseCounterRequestToJSON(value?: AcceptCaseCounterRequest | null): any;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export function AcceptCaseCounterRequestFromJSON(json) {
|
|
15
|
+
return AcceptCaseCounterRequestFromJSONTyped(json, false);
|
|
16
|
+
}
|
|
17
|
+
export function AcceptCaseCounterRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'cardId': json['cardId'],
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export function AcceptCaseCounterRequestToJSON(value) {
|
|
26
|
+
if (value === undefined) {
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
if (value === null) {
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'cardId': value.cardId,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
@@ -9,19 +9,31 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LastLoginDateModel } from './';
|
|
12
|
+
import { LastLoginDateByUserAccount, LastLoginDateModel } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GetLastLoginResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface GetLastLoginResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<LastLoginDateByUserAccount>}
|
|
22
|
+
* @memberof GetLastLoginResponse
|
|
23
|
+
*/
|
|
24
|
+
lastLoginDateByUserAccount?: Array<LastLoginDateByUserAccount>;
|
|
19
25
|
/**
|
|
20
26
|
*
|
|
21
27
|
* @type {Array<LastLoginDateModel>}
|
|
22
28
|
* @memberof GetLastLoginResponse
|
|
23
29
|
*/
|
|
24
30
|
lastLoginDateModels?: Array<LastLoginDateModel>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Date}
|
|
34
|
+
* @memberof GetLastLoginResponse
|
|
35
|
+
*/
|
|
36
|
+
lastLoginDateUtc?: Date;
|
|
25
37
|
}
|
|
26
38
|
export declare function GetLastLoginResponseFromJSON(json: any): GetLastLoginResponse;
|
|
27
39
|
export declare function GetLastLoginResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetLastLoginResponse;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { LastLoginDateModelFromJSON, LastLoginDateModelToJSON, } from './';
|
|
15
|
+
import { LastLoginDateByUserAccountFromJSON, LastLoginDateByUserAccountToJSON, LastLoginDateModelFromJSON, LastLoginDateModelToJSON, } from './';
|
|
16
16
|
export function GetLastLoginResponseFromJSON(json) {
|
|
17
17
|
return GetLastLoginResponseFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -21,7 +21,9 @@ export function GetLastLoginResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
21
21
|
return json;
|
|
22
22
|
}
|
|
23
23
|
return {
|
|
24
|
+
'lastLoginDateByUserAccount': !exists(json, 'lastLoginDateByUserAccount') ? undefined : (json['lastLoginDateByUserAccount'].map(LastLoginDateByUserAccountFromJSON)),
|
|
24
25
|
'lastLoginDateModels': !exists(json, 'lastLoginDateModels') ? undefined : (json['lastLoginDateModels'].map(LastLoginDateModelFromJSON)),
|
|
26
|
+
'lastLoginDateUtc': !exists(json, 'lastLoginDateUtc') ? undefined : (new Date(json['lastLoginDateUtc'])),
|
|
25
27
|
};
|
|
26
28
|
}
|
|
27
29
|
export function GetLastLoginResponseToJSON(value) {
|
|
@@ -32,6 +34,8 @@ export function GetLastLoginResponseToJSON(value) {
|
|
|
32
34
|
return null;
|
|
33
35
|
}
|
|
34
36
|
return {
|
|
37
|
+
'lastLoginDateByUserAccount': value.lastLoginDateByUserAccount === undefined ? undefined : (value.lastLoginDateByUserAccount.map(LastLoginDateByUserAccountToJSON)),
|
|
35
38
|
'lastLoginDateModels': value.lastLoginDateModels === undefined ? undefined : (value.lastLoginDateModels.map(LastLoginDateModelToJSON)),
|
|
39
|
+
'lastLoginDateUtc': value.lastLoginDateUtc === undefined ? undefined : (value.lastLoginDateUtc.toISOString()),
|
|
36
40
|
};
|
|
37
41
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LastLoginItem } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LastLoginAttributes
|
|
17
|
+
*/
|
|
18
|
+
export interface LastLoginAttributes {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<LastLoginItem>}
|
|
22
|
+
* @memberof LastLoginAttributes
|
|
23
|
+
*/
|
|
24
|
+
lastLoginItems?: Array<LastLoginItem>;
|
|
25
|
+
}
|
|
26
|
+
export declare function LastLoginAttributesFromJSON(json: any): LastLoginAttributes;
|
|
27
|
+
export declare function LastLoginAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): LastLoginAttributes;
|
|
28
|
+
export declare function LastLoginAttributesToJSON(value?: LastLoginAttributes | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
import { LastLoginItemFromJSON, LastLoginItemToJSON, } from './';
|
|
16
|
+
export function LastLoginAttributesFromJSON(json) {
|
|
17
|
+
return LastLoginAttributesFromJSONTyped(json, false);
|
|
18
|
+
}
|
|
19
|
+
export function LastLoginAttributesFromJSONTyped(json, ignoreDiscriminator) {
|
|
20
|
+
if ((json === undefined) || (json === null)) {
|
|
21
|
+
return json;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'lastLoginItems': !exists(json, 'lastLoginItems') ? undefined : (json['lastLoginItems'].map(LastLoginItemFromJSON)),
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export function LastLoginAttributesToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'lastLoginItems': value.lastLoginItems === undefined ? undefined : (value.lastLoginItems.map(LastLoginItemToJSON)),
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OffTheRecord Rest Service API - Devo
|
|
3
|
+
* A service to handle your traffic tickets
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LastLoginDateByUserAccount
|
|
16
|
+
*/
|
|
17
|
+
export interface LastLoginDateByUserAccount {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LastLoginDateByUserAccount
|
|
22
|
+
*/
|
|
23
|
+
clientType?: LastLoginDateByUserAccountClientTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof LastLoginDateByUserAccount
|
|
28
|
+
*/
|
|
29
|
+
loginDateUtc?: Date;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LastLoginDateByUserAccount
|
|
34
|
+
*/
|
|
35
|
+
socialLoginProvider?: LastLoginDateByUserAccountSocialLoginProviderEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LastLoginDateByUserAccount
|
|
40
|
+
*/
|
|
41
|
+
userHandle?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare function LastLoginDateByUserAccountFromJSON(json: any): LastLoginDateByUserAccount;
|
|
44
|
+
export declare function LastLoginDateByUserAccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): LastLoginDateByUserAccount;
|
|
45
|
+
export declare function LastLoginDateByUserAccountToJSON(value?: LastLoginDateByUserAccount | null): any;
|
|
46
|
+
/**
|
|
47
|
+
* @export
|
|
48
|
+
* @enum {string}
|
|
49
|
+
*/
|
|
50
|
+
export declare enum LastLoginDateByUserAccountClientTypeEnum {
|
|
51
|
+
ANDROID = "ANDROID",
|
|
52
|
+
DESKTOPWEBAPP = "DESKTOP_WEBAPP",
|
|
53
|
+
DMVGO = "DMV_GO",
|
|
54
|
+
DMVORG = "DMV_ORG",
|
|
55
|
+
EMAIL = "EMAIL",
|
|
56
|
+
FRESHDESK = "FRESH_DESK",
|
|
57
|
+
IOS = "IOS",
|
|
58
|
+
LOCALHOST = "LOCALHOST",
|
|
59
|
+
MOBILEWEBAPP = "MOBILE_WEBAPP",
|
|
60
|
+
OTRADMINCONSOLE = "OTR_ADMIN_CONSOLE",
|
|
61
|
+
OTRADMINCONSOLEDEVO = "OTR_ADMIN_CONSOLE_DEVO",
|
|
62
|
+
OTRADMINCONSOLELOCALHOST = "OTR_ADMIN_CONSOLE_LOCALHOST",
|
|
63
|
+
OTREXPLORER = "OTR_EXPLORER",
|
|
64
|
+
OTRJOBSCHEDULER = "OTR_JOB_SCHEDULER",
|
|
65
|
+
OTRLAWFIRMPORTAL = "OTR_LAWFIRM_PORTAL",
|
|
66
|
+
OTRLAWFIRMPORTALDEVO = "OTR_LAWFIRM_PORTAL_DEVO",
|
|
67
|
+
OTRLAWFIRMPORTALLOCALHOST = "OTR_LAWFIRM_PORTAL_LOCALHOST",
|
|
68
|
+
OTRWEBSITE = "OTR_WEBSITE",
|
|
69
|
+
OTRWEBSITEDEVO = "OTR_WEBSITE_DEVO",
|
|
70
|
+
OTRWEBSITELOCALHOST = "OTR_WEBSITE_LOCALHOST",
|
|
71
|
+
OTRWIDGET = "OTR_WIDGET",
|
|
72
|
+
UNKNOWN = "UNKNOWN"
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @export
|
|
76
|
+
* @enum {string}
|
|
77
|
+
*/
|
|
78
|
+
export declare enum LastLoginDateByUserAccountSocialLoginProviderEnum {
|
|
79
|
+
APPLE = "APPLE",
|
|
80
|
+
EMAIL = "EMAIL",
|
|
81
|
+
FACEBOOK = "FACEBOOK",
|
|
82
|
+
GOOGLE = "GOOGLE",
|
|
83
|
+
PHONE = "PHONE",
|
|
84
|
+
TWITTER = "TWITTER",
|
|
85
|
+
UNKNOWN = "UNKNOWN"
|
|
86
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OffTheRecord Rest Service API - Devo
|
|
5
|
+
* A service to handle your traffic tickets
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { exists } from '../runtime';
|
|
15
|
+
export function LastLoginDateByUserAccountFromJSON(json) {
|
|
16
|
+
return LastLoginDateByUserAccountFromJSONTyped(json, false);
|
|
17
|
+
}
|
|
18
|
+
export function LastLoginDateByUserAccountFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
+
if ((json === undefined) || (json === null)) {
|
|
20
|
+
return json;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'clientType': !exists(json, 'clientType') ? undefined : json['clientType'],
|
|
24
|
+
'loginDateUtc': !exists(json, 'loginDateUtc') ? undefined : (new Date(json['loginDateUtc'])),
|
|
25
|
+
'socialLoginProvider': !exists(json, 'socialLoginProvider') ? undefined : json['socialLoginProvider'],
|
|
26
|
+
'userHandle': !exists(json, 'userHandle') ? undefined : json['userHandle'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export function LastLoginDateByUserAccountToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'clientType': value.clientType,
|
|
38
|
+
'loginDateUtc': value.loginDateUtc === undefined ? undefined : (value.loginDateUtc.toISOString()),
|
|
39
|
+
'socialLoginProvider': value.socialLoginProvider,
|
|
40
|
+
'userHandle': value.userHandle,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
* @enum {string}
|
|
46
|
+
*/
|
|
47
|
+
export var LastLoginDateByUserAccountClientTypeEnum;
|
|
48
|
+
(function (LastLoginDateByUserAccountClientTypeEnum) {
|
|
49
|
+
LastLoginDateByUserAccountClientTypeEnum["ANDROID"] = "ANDROID";
|
|
50
|
+
LastLoginDateByUserAccountClientTypeEnum["DESKTOPWEBAPP"] = "DESKTOP_WEBAPP";
|
|
51
|
+
LastLoginDateByUserAccountClientTypeEnum["DMVGO"] = "DMV_GO";
|
|
52
|
+
LastLoginDateByUserAccountClientTypeEnum["DMVORG"] = "DMV_ORG";
|
|
53
|
+
LastLoginDateByUserAccountClientTypeEnum["EMAIL"] = "EMAIL";
|
|
54
|
+
LastLoginDateByUserAccountClientTypeEnum["FRESHDESK"] = "FRESH_DESK";
|
|
55
|
+
LastLoginDateByUserAccountClientTypeEnum["IOS"] = "IOS";
|
|
56
|
+
LastLoginDateByUserAccountClientTypeEnum["LOCALHOST"] = "LOCALHOST";
|
|
57
|
+
LastLoginDateByUserAccountClientTypeEnum["MOBILEWEBAPP"] = "MOBILE_WEBAPP";
|
|
58
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRADMINCONSOLE"] = "OTR_ADMIN_CONSOLE";
|
|
59
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRADMINCONSOLEDEVO"] = "OTR_ADMIN_CONSOLE_DEVO";
|
|
60
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRADMINCONSOLELOCALHOST"] = "OTR_ADMIN_CONSOLE_LOCALHOST";
|
|
61
|
+
LastLoginDateByUserAccountClientTypeEnum["OTREXPLORER"] = "OTR_EXPLORER";
|
|
62
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRJOBSCHEDULER"] = "OTR_JOB_SCHEDULER";
|
|
63
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRLAWFIRMPORTAL"] = "OTR_LAWFIRM_PORTAL";
|
|
64
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRLAWFIRMPORTALDEVO"] = "OTR_LAWFIRM_PORTAL_DEVO";
|
|
65
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRLAWFIRMPORTALLOCALHOST"] = "OTR_LAWFIRM_PORTAL_LOCALHOST";
|
|
66
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRWEBSITE"] = "OTR_WEBSITE";
|
|
67
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRWEBSITEDEVO"] = "OTR_WEBSITE_DEVO";
|
|
68
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRWEBSITELOCALHOST"] = "OTR_WEBSITE_LOCALHOST";
|
|
69
|
+
LastLoginDateByUserAccountClientTypeEnum["OTRWIDGET"] = "OTR_WIDGET";
|
|
70
|
+
LastLoginDateByUserAccountClientTypeEnum["UNKNOWN"] = "UNKNOWN";
|
|
71
|
+
})(LastLoginDateByUserAccountClientTypeEnum || (LastLoginDateByUserAccountClientTypeEnum = {}));
|
|
72
|
+
/**
|
|
73
|
+
* @export
|
|
74
|
+
* @enum {string}
|
|
75
|
+
*/
|
|
76
|
+
export var LastLoginDateByUserAccountSocialLoginProviderEnum;
|
|
77
|
+
(function (LastLoginDateByUserAccountSocialLoginProviderEnum) {
|
|
78
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["APPLE"] = "APPLE";
|
|
79
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["EMAIL"] = "EMAIL";
|
|
80
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["FACEBOOK"] = "FACEBOOK";
|
|
81
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["GOOGLE"] = "GOOGLE";
|
|
82
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["PHONE"] = "PHONE";
|
|
83
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["TWITTER"] = "TWITTER";
|
|
84
|
+
LastLoginDateByUserAccountSocialLoginProviderEnum["UNKNOWN"] = "UNKNOWN";
|
|
85
|
+
})(LastLoginDateByUserAccountSocialLoginProviderEnum || (LastLoginDateByUserAccountSocialLoginProviderEnum = {}));
|