@otr-app/shared-backend-generated-client 2.2.39 → 2.2.41
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/typescript/model/CaseDomain.d.ts +2 -0
- package/dist/typescript/model/CaseDomain.ts +2 -0
- package/dist/typescript/model/CaseDomainReq.d.ts +2 -0
- package/dist/typescript/model/CaseDomainReq.ts +2 -0
- package/dist/typescript/model/CaseDomainRes.d.ts +2 -0
- package/dist/typescript/model/CaseDomainRes.ts +2 -0
- package/dist/typescript/model/LetterOfEngagement.d.ts +16 -0
- package/dist/typescript/model/LetterOfEngagement.js +13 -0
- package/dist/typescript/model/LetterOfEngagement.ts +20 -0
- package/dist/typescript/model/models.d.ts +1 -0
- package/dist/typescript/model/models.js +1 -0
- package/dist/typescript/model/models.ts +1 -0
- package/package.json +1 -1
|
@@ -30,6 +30,8 @@ export interface CaseDomain {
|
|
|
30
30
|
"hasLeftLawyerReview"?: boolean;
|
|
31
31
|
"isPointSystemState"?: boolean;
|
|
32
32
|
"lawfirmCaseDecision"?: models.LawfirmCaseDomain;
|
|
33
|
+
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
34
|
+
"referralCode"?: string;
|
|
33
35
|
"refundEligibility"?: CaseDomain.RefundEligibilityEnum;
|
|
34
36
|
"resolutionSummary"?: string;
|
|
35
37
|
"uiRefundMsg"?: string;
|
|
@@ -32,6 +32,8 @@ export interface CaseDomain {
|
|
|
32
32
|
"hasLeftLawyerReview"?: boolean;
|
|
33
33
|
"isPointSystemState"?: boolean;
|
|
34
34
|
"lawfirmCaseDecision"?: models.LawfirmCaseDomain;
|
|
35
|
+
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
36
|
+
"referralCode"?: string;
|
|
35
37
|
"refundEligibility"?: CaseDomain.RefundEligibilityEnum;
|
|
36
38
|
"resolutionSummary"?: string;
|
|
37
39
|
"uiRefundMsg"?: string;
|
|
@@ -30,6 +30,8 @@ export interface CaseDomainReq {
|
|
|
30
30
|
"hasLeftLawyerReview"?: boolean;
|
|
31
31
|
"isPointSystemState"?: boolean;
|
|
32
32
|
"lawfirmCaseDecision"?: models.LawfirmCaseDomainReq;
|
|
33
|
+
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
34
|
+
"referralCode"?: string;
|
|
33
35
|
"refundEligibility"?: CaseDomainReq.RefundEligibilityEnum;
|
|
34
36
|
"resolutionSummary"?: string;
|
|
35
37
|
"uiRefundMsg"?: string;
|
|
@@ -32,6 +32,8 @@ export interface CaseDomainReq {
|
|
|
32
32
|
"hasLeftLawyerReview"?: boolean;
|
|
33
33
|
"isPointSystemState"?: boolean;
|
|
34
34
|
"lawfirmCaseDecision"?: models.LawfirmCaseDomainReq;
|
|
35
|
+
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
36
|
+
"referralCode"?: string;
|
|
35
37
|
"refundEligibility"?: CaseDomainReq.RefundEligibilityEnum;
|
|
36
38
|
"resolutionSummary"?: string;
|
|
37
39
|
"uiRefundMsg"?: string;
|
|
@@ -30,6 +30,8 @@ export interface CaseDomainRes {
|
|
|
30
30
|
"hasLeftLawyerReview"?: boolean;
|
|
31
31
|
"isPointSystemState"?: boolean;
|
|
32
32
|
"lawfirmCaseDecision"?: models.LawfirmCaseDomainRes;
|
|
33
|
+
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
34
|
+
"referralCode"?: string;
|
|
33
35
|
"refundEligibility"?: CaseDomainRes.RefundEligibilityEnum;
|
|
34
36
|
"resolutionSummary"?: string;
|
|
35
37
|
"uiRefundMsg"?: string;
|
|
@@ -32,6 +32,8 @@ export interface CaseDomainRes {
|
|
|
32
32
|
"hasLeftLawyerReview"?: boolean;
|
|
33
33
|
"isPointSystemState"?: boolean;
|
|
34
34
|
"lawfirmCaseDecision"?: models.LawfirmCaseDomainRes;
|
|
35
|
+
"letterOfEngagement"?: models.LetterOfEngagement;
|
|
36
|
+
"referralCode"?: string;
|
|
35
37
|
"refundEligibility"?: CaseDomainRes.RefundEligibilityEnum;
|
|
36
38
|
"resolutionSummary"?: string;
|
|
37
39
|
"uiRefundMsg"?: string;
|
|
@@ -0,0 +1,16 @@
|
|
|
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 LetterOfEngagement {
|
|
13
|
+
"docId"?: string;
|
|
14
|
+
"docUrl"?: string;
|
|
15
|
+
"signedDateUtc"?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
import * as models from './models';
|
|
14
|
+
|
|
15
|
+
export interface LetterOfEngagement {
|
|
16
|
+
"docId"?: string;
|
|
17
|
+
"docUrl"?: string;
|
|
18
|
+
"signedDateUtc"?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -335,6 +335,7 @@ export * from './LawfirmVacationRequest';
|
|
|
335
335
|
export * from './LawfirmsRatesResponse';
|
|
336
336
|
export * from './LawyerLicenseModel';
|
|
337
337
|
export * from './LawyerModel';
|
|
338
|
+
export * from './LetterOfEngagement';
|
|
338
339
|
export * from './LineItem';
|
|
339
340
|
export * from './LineItemModel';
|
|
340
341
|
export * from './LineItemRequest';
|
|
@@ -347,6 +347,7 @@ __exportStar(require("./LawfirmVacationRequest"), exports);
|
|
|
347
347
|
__exportStar(require("./LawfirmsRatesResponse"), exports);
|
|
348
348
|
__exportStar(require("./LawyerLicenseModel"), exports);
|
|
349
349
|
__exportStar(require("./LawyerModel"), exports);
|
|
350
|
+
__exportStar(require("./LetterOfEngagement"), exports);
|
|
350
351
|
__exportStar(require("./LineItem"), exports);
|
|
351
352
|
__exportStar(require("./LineItemModel"), exports);
|
|
352
353
|
__exportStar(require("./LineItemRequest"), exports);
|
|
@@ -335,6 +335,7 @@ export * from './LawfirmVacationRequest';
|
|
|
335
335
|
export * from './LawfirmsRatesResponse';
|
|
336
336
|
export * from './LawyerLicenseModel';
|
|
337
337
|
export * from './LawyerModel';
|
|
338
|
+
export * from './LetterOfEngagement';
|
|
338
339
|
export * from './LineItem';
|
|
339
340
|
export * from './LineItemModel';
|
|
340
341
|
export * from './LineItemRequest';
|