@otr-app/shared-backend-generated-client 2.5.51 → 2.5.53
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 +9 -3
- package/dist/angular/model/caseModel.ts +2 -2
- package/dist/angular/model/caseModelReq.ts +2 -2
- package/dist/angular/model/caseModelRes.ts +2 -2
- package/dist/angular/model/hypotheticalPlanEligibilityModel.ts +33 -0
- package/dist/angular/model/hypotheticalPlanEligibilityModelReq.ts +33 -0
- package/dist/angular/model/hypotheticalPlanEligibilityModelRes.ts +33 -0
- package/dist/angular/model/matchInnerCaseModel.ts +2 -2
- package/dist/angular/model/matchInnerCaseResponse.ts +2 -2
- package/dist/angular/model/models.ts +9 -3
- package/dist/angular/model/subscriptionPlanEligibility.ts +30 -0
- package/dist/angular/model/subscriptionPlanEligibilityReq.ts +30 -0
- package/dist/angular/model/subscriptionPlanEligibilityRes.ts +30 -0
- package/dist/angular/model/userDomain.ts +2 -0
- package/dist/angular/model/userDomainReq.ts +2 -0
- package/dist/angular/model/userDomainRes.ts +2 -0
- package/dist/angular/model/userHouseholdBeneficiaryModel.ts +33 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelReq.ts +33 -0
- package/dist/angular/model/userHouseholdBeneficiaryModelRes.ts +33 -0
- package/dist/angular/model/workflowCaseModel.ts +2 -2
- package/dist/typescript/model/CaseModel.d.ts +1 -1
- package/dist/typescript/model/CaseModelReq.d.ts +1 -1
- package/dist/typescript/model/CaseModelRes.d.ts +1 -1
- package/dist/typescript/model/HypotheticalPlanEligibilityModel.d.ts +27 -0
- package/dist/typescript/model/HypotheticalPlanEligibilityModel.js +26 -0
- package/dist/typescript/model/HypotheticalPlanEligibilityModelReq.d.ts +27 -0
- package/dist/typescript/model/HypotheticalPlanEligibilityModelReq.js +26 -0
- package/dist/typescript/model/HypotheticalPlanEligibilityModelRes.d.ts +27 -0
- package/dist/typescript/model/HypotheticalPlanEligibilityModelRes.js +26 -0
- package/dist/typescript/model/MatchInnerCaseModel.d.ts +1 -1
- package/dist/typescript/model/MatchInnerCaseResponse.d.ts +1 -1
- package/dist/typescript/model/SubscriptionPlanEligibility.d.ts +25 -0
- package/dist/typescript/model/SubscriptionPlanEligibility.js +20 -0
- package/dist/typescript/model/SubscriptionPlanEligibilityReq.d.ts +25 -0
- package/dist/typescript/model/SubscriptionPlanEligibilityReq.js +20 -0
- package/dist/typescript/model/SubscriptionPlanEligibilityRes.d.ts +25 -0
- package/dist/typescript/model/SubscriptionPlanEligibilityRes.js +20 -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/UserHouseholdBeneficiaryModel.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModel.js +22 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelReq.js +22 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.d.ts +28 -0
- package/dist/typescript/model/UserHouseholdBeneficiaryModelRes.js +22 -0
- package/dist/typescript/model/WorkflowCaseModel.d.ts +1 -1
- package/dist/typescript/model/models.d.ts +9 -3
- package/dist/typescript/model/models.js +9 -3
- package/dist/typescript-fetch/models/CaseModel.d.ts +3 -3
- package/dist/typescript-fetch/models/CaseModel.js +3 -3
- package/dist/typescript-fetch/models/CaseModelReq.d.ts +3 -3
- package/dist/typescript-fetch/models/CaseModelReq.js +3 -3
- package/dist/typescript-fetch/models/CaseModelRes.d.ts +3 -3
- package/dist/typescript-fetch/models/CaseModelRes.js +3 -3
- package/dist/typescript-fetch/models/HypotheticalPlanEligibilityModel.d.ts +51 -0
- package/dist/typescript-fetch/models/HypotheticalPlanEligibilityModel.js +58 -0
- package/dist/typescript-fetch/models/HypotheticalPlanEligibilityModelReq.d.ts +51 -0
- package/dist/typescript-fetch/models/HypotheticalPlanEligibilityModelReq.js +58 -0
- package/dist/typescript-fetch/models/HypotheticalPlanEligibilityModelRes.d.ts +51 -0
- package/dist/typescript-fetch/models/HypotheticalPlanEligibilityModelRes.js +58 -0
- package/dist/typescript-fetch/models/MatchInnerCaseModel.d.ts +3 -3
- package/dist/typescript-fetch/models/MatchInnerCaseModel.js +3 -3
- package/dist/typescript-fetch/models/MatchInnerCaseResponse.d.ts +3 -3
- package/dist/typescript-fetch/models/MatchInnerCaseResponse.js +3 -3
- package/dist/typescript-fetch/models/SubscriptionPlanEligibility.d.ts +55 -0
- package/dist/typescript-fetch/models/SubscriptionPlanEligibility.js +53 -0
- package/dist/typescript-fetch/models/SubscriptionPlanEligibilityReq.d.ts +55 -0
- package/dist/typescript-fetch/models/SubscriptionPlanEligibilityReq.js +53 -0
- package/dist/typescript-fetch/models/SubscriptionPlanEligibilityRes.d.ts +55 -0
- package/dist/typescript-fetch/models/SubscriptionPlanEligibilityRes.js +53 -0
- package/dist/typescript-fetch/models/UserDomain.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomain.js +3 -1
- package/dist/typescript-fetch/models/UserDomainReq.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomainReq.js +3 -1
- package/dist/typescript-fetch/models/UserDomainRes.d.ts +7 -1
- package/dist/typescript-fetch/models/UserDomainRes.js +3 -1
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModel.js +58 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelReq.js +58 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.d.ts +68 -0
- package/dist/typescript-fetch/models/UserHouseholdBeneficiaryModelRes.js +58 -0
- package/dist/typescript-fetch/models/WorkflowCaseModel.d.ts +3 -3
- package/dist/typescript-fetch/models/WorkflowCaseModel.js +3 -3
- package/dist/typescript-fetch/models/index.d.ts +9 -3
- package/dist/typescript-fetch/models/index.js +9 -3
- package/dist/typescript-open-api/otr-backend.d.ts +98 -30
- package/dist/typescript-open-api/otr-backend.js +18 -12
- package/package.json +1 -1
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibility.d.ts +0 -48
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibility.js +0 -50
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibilityReq.d.ts +0 -48
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibilityReq.js +0 -50
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibilityRes.d.ts +0 -48
- package/dist/typescript-fetch/models/SubscriptionDiscountEligibilityRes.js +0 -50
|
@@ -531,6 +531,9 @@ model/gptFunctionModel.ts
|
|
|
531
531
|
model/graphRequest.ts
|
|
532
532
|
model/handleOrphanedStripeChargeRequest.ts
|
|
533
533
|
model/handleOrphanedStripeChargeResponse.ts
|
|
534
|
+
model/hypotheticalPlanEligibilityModel.ts
|
|
535
|
+
model/hypotheticalPlanEligibilityModelReq.ts
|
|
536
|
+
model/hypotheticalPlanEligibilityModelRes.ts
|
|
534
537
|
model/incomingEmail.ts
|
|
535
538
|
model/incomingEmailModels.ts
|
|
536
539
|
model/incomingEmailRequest.ts
|
|
@@ -840,10 +843,10 @@ model/stripeTransferSyncResults.ts
|
|
|
840
843
|
model/subscribeRequest.ts
|
|
841
844
|
model/subscriber.ts
|
|
842
845
|
model/subscriberDomain.ts
|
|
843
|
-
model/subscriptionDiscountEligibility.ts
|
|
844
|
-
model/subscriptionDiscountEligibilityReq.ts
|
|
845
|
-
model/subscriptionDiscountEligibilityRes.ts
|
|
846
846
|
model/subscriptionGuardianModel.ts
|
|
847
|
+
model/subscriptionPlanEligibility.ts
|
|
848
|
+
model/subscriptionPlanEligibilityReq.ts
|
|
849
|
+
model/subscriptionPlanEligibilityRes.ts
|
|
847
850
|
model/supportedStateModel.ts
|
|
848
851
|
model/syncStripeChargesRequest.ts
|
|
849
852
|
model/syncStripeChargesResponse.ts
|
|
@@ -928,6 +931,9 @@ model/userDetails.ts
|
|
|
928
931
|
model/userDomain.ts
|
|
929
932
|
model/userDomainReq.ts
|
|
930
933
|
model/userDomainRes.ts
|
|
934
|
+
model/userHouseholdBeneficiaryModel.ts
|
|
935
|
+
model/userHouseholdBeneficiaryModelReq.ts
|
|
936
|
+
model/userHouseholdBeneficiaryModelRes.ts
|
|
931
937
|
model/userItem.ts
|
|
932
938
|
model/userRefLinkDomain.ts
|
|
933
939
|
model/userReferralLinkModel.ts
|
|
@@ -14,9 +14,9 @@ import { LawfirmCaseModel } from './lawfirmCaseModel';
|
|
|
14
14
|
import { PaymentCardInput } from './paymentCardInput';
|
|
15
15
|
import { CaseStatusDomain } from './caseStatusDomain';
|
|
16
16
|
import { CaseViolationPenalty } from './caseViolationPenalty';
|
|
17
|
-
import { SubscriptionDiscountEligibility } from './subscriptionDiscountEligibility';
|
|
18
17
|
import { UserDomain } from './userDomain';
|
|
19
18
|
import { CaseActionDomain } from './caseActionDomain';
|
|
19
|
+
import { SubscriptionPlanEligibility } from './subscriptionPlanEligibility';
|
|
20
20
|
import { LetterOfEngagement } from './letterOfEngagement';
|
|
21
21
|
import { Timestamp } from './timestamp';
|
|
22
22
|
import { CancelationDetails } from './cancelationDetails';
|
|
@@ -51,7 +51,7 @@ export interface CaseModel {
|
|
|
51
51
|
referralCode?: string;
|
|
52
52
|
refundEligibility?: CaseModel.RefundEligibilityEnum;
|
|
53
53
|
resolutionSummary?: string;
|
|
54
|
-
subscriptionDiscountEligibility?:
|
|
54
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibility;
|
|
55
55
|
uiRefundMsg?: string;
|
|
56
56
|
user?: UserDomain;
|
|
57
57
|
userId?: number;
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { LawfirmCaseModelReq } from './lawfirmCaseModelReq';
|
|
13
|
-
import { SubscriptionDiscountEligibilityReq } from './subscriptionDiscountEligibilityReq';
|
|
14
13
|
import { PaymentCardInput } from './paymentCardInput';
|
|
15
14
|
import { CaseStatusDomain } from './caseStatusDomain';
|
|
16
15
|
import { CancelationDetailsReq } from './cancelationDetailsReq';
|
|
@@ -20,6 +19,7 @@ import { UserDomainReq } from './userDomainReq';
|
|
|
20
19
|
import { CaseActionDomain } from './caseActionDomain';
|
|
21
20
|
import { PaymentPlanTypeModelReq } from './paymentPlanTypeModelReq';
|
|
22
21
|
import { CitationModelReq } from './citationModelReq';
|
|
22
|
+
import { SubscriptionPlanEligibilityReq } from './subscriptionPlanEligibilityReq';
|
|
23
23
|
import { LetterOfEngagement } from './letterOfEngagement';
|
|
24
24
|
|
|
25
25
|
|
|
@@ -51,7 +51,7 @@ export interface CaseModelReq {
|
|
|
51
51
|
referralCode?: string;
|
|
52
52
|
refundEligibility?: CaseModelReq.RefundEligibilityEnum;
|
|
53
53
|
resolutionSummary?: string;
|
|
54
|
-
subscriptionDiscountEligibility?:
|
|
54
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibilityReq;
|
|
55
55
|
uiRefundMsg?: string;
|
|
56
56
|
user?: UserDomainReq;
|
|
57
57
|
userId?: number;
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { SubscriptionPlanEligibilityRes } from './subscriptionPlanEligibilityRes';
|
|
12
13
|
import { LawfirmCaseModelRes } from './lawfirmCaseModelRes';
|
|
13
14
|
import { PaymentCardInput } from './paymentCardInput';
|
|
14
15
|
import { CaseStatusDomain } from './caseStatusDomain';
|
|
@@ -20,7 +21,6 @@ import { TimestampRes } from './timestampRes';
|
|
|
20
21
|
import { CaseActionDomain } from './caseActionDomain';
|
|
21
22
|
import { LetterOfEngagement } from './letterOfEngagement';
|
|
22
23
|
import { CitationModelRes } from './citationModelRes';
|
|
23
|
-
import { SubscriptionDiscountEligibilityRes } from './subscriptionDiscountEligibilityRes';
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
export interface CaseModelRes {
|
|
@@ -51,7 +51,7 @@ export interface CaseModelRes {
|
|
|
51
51
|
referralCode?: string;
|
|
52
52
|
refundEligibility?: CaseModelRes.RefundEligibilityEnum;
|
|
53
53
|
resolutionSummary?: string;
|
|
54
|
-
subscriptionDiscountEligibility?:
|
|
54
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibilityRes;
|
|
55
55
|
uiRefundMsg?: string;
|
|
56
56
|
user?: UserDomainRes;
|
|
57
57
|
userId?: number;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 interface HypotheticalPlanEligibilityModel {
|
|
15
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModel.HypotheticalEligibilityEnum;
|
|
16
|
+
productName?: HypotheticalPlanEligibilityModel.ProductNameEnum;
|
|
17
|
+
}
|
|
18
|
+
export namespace HypotheticalPlanEligibilityModel {
|
|
19
|
+
export type HypotheticalEligibilityEnum = 'FULLY_ELIGIBLE' | 'NOT_ELIGIBLE' | 'PARTIALLY_ELIGIBLE';
|
|
20
|
+
export const HypotheticalEligibilityEnum = {
|
|
21
|
+
FullyEligible: 'FULLY_ELIGIBLE' as HypotheticalEligibilityEnum,
|
|
22
|
+
NotEligible: 'NOT_ELIGIBLE' as HypotheticalEligibilityEnum,
|
|
23
|
+
PartiallyEligible: 'PARTIALLY_ELIGIBLE' as HypotheticalEligibilityEnum
|
|
24
|
+
};
|
|
25
|
+
export type ProductNameEnum = 'CONVOY_PRO' | 'OTR_FASTLANE' | 'OTR_FASTLANE_TEEN';
|
|
26
|
+
export const ProductNameEnum = {
|
|
27
|
+
ConvoyPro: 'CONVOY_PRO' as ProductNameEnum,
|
|
28
|
+
OtrFastlane: 'OTR_FASTLANE' as ProductNameEnum,
|
|
29
|
+
OtrFastlaneTeen: 'OTR_FASTLANE_TEEN' as ProductNameEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 interface HypotheticalPlanEligibilityModelReq {
|
|
15
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelReq.HypotheticalEligibilityEnum;
|
|
16
|
+
productName?: HypotheticalPlanEligibilityModelReq.ProductNameEnum;
|
|
17
|
+
}
|
|
18
|
+
export namespace HypotheticalPlanEligibilityModelReq {
|
|
19
|
+
export type HypotheticalEligibilityEnum = 'FULLY_ELIGIBLE' | 'NOT_ELIGIBLE' | 'PARTIALLY_ELIGIBLE';
|
|
20
|
+
export const HypotheticalEligibilityEnum = {
|
|
21
|
+
FullyEligible: 'FULLY_ELIGIBLE' as HypotheticalEligibilityEnum,
|
|
22
|
+
NotEligible: 'NOT_ELIGIBLE' as HypotheticalEligibilityEnum,
|
|
23
|
+
PartiallyEligible: 'PARTIALLY_ELIGIBLE' as HypotheticalEligibilityEnum
|
|
24
|
+
};
|
|
25
|
+
export type ProductNameEnum = 'CONVOY_PRO' | 'OTR_FASTLANE' | 'OTR_FASTLANE_TEEN';
|
|
26
|
+
export const ProductNameEnum = {
|
|
27
|
+
ConvoyPro: 'CONVOY_PRO' as ProductNameEnum,
|
|
28
|
+
OtrFastlane: 'OTR_FASTLANE' as ProductNameEnum,
|
|
29
|
+
OtrFastlaneTeen: 'OTR_FASTLANE_TEEN' as ProductNameEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 interface HypotheticalPlanEligibilityModelRes {
|
|
15
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelRes.HypotheticalEligibilityEnum;
|
|
16
|
+
productName?: HypotheticalPlanEligibilityModelRes.ProductNameEnum;
|
|
17
|
+
}
|
|
18
|
+
export namespace HypotheticalPlanEligibilityModelRes {
|
|
19
|
+
export type HypotheticalEligibilityEnum = 'FULLY_ELIGIBLE' | 'NOT_ELIGIBLE' | 'PARTIALLY_ELIGIBLE';
|
|
20
|
+
export const HypotheticalEligibilityEnum = {
|
|
21
|
+
FullyEligible: 'FULLY_ELIGIBLE' as HypotheticalEligibilityEnum,
|
|
22
|
+
NotEligible: 'NOT_ELIGIBLE' as HypotheticalEligibilityEnum,
|
|
23
|
+
PartiallyEligible: 'PARTIALLY_ELIGIBLE' as HypotheticalEligibilityEnum
|
|
24
|
+
};
|
|
25
|
+
export type ProductNameEnum = 'CONVOY_PRO' | 'OTR_FASTLANE' | 'OTR_FASTLANE_TEEN';
|
|
26
|
+
export const ProductNameEnum = {
|
|
27
|
+
ConvoyPro: 'CONVOY_PRO' as ProductNameEnum,
|
|
28
|
+
OtrFastlane: 'OTR_FASTLANE' as ProductNameEnum,
|
|
29
|
+
OtrFastlaneTeen: 'OTR_FASTLANE_TEEN' as ProductNameEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { MatchCitationModel } from './matchCitationModel';
|
|
13
13
|
import { MatchLegalServiceModel } from './matchLegalServiceModel';
|
|
14
14
|
import { MatchCaseViolationPenaltyModel } from './matchCaseViolationPenaltyModel';
|
|
15
|
-
import {
|
|
15
|
+
import { SubscriptionPlanEligibility } from './subscriptionPlanEligibility';
|
|
16
16
|
import { Timestamp } from './timestamp';
|
|
17
17
|
import { PaymentPlanTypeModel } from './paymentPlanTypeModel';
|
|
18
18
|
|
|
@@ -29,7 +29,7 @@ export interface MatchInnerCaseModel {
|
|
|
29
29
|
paymentPlanTypeModel?: PaymentPlanTypeModel;
|
|
30
30
|
referralCode?: string;
|
|
31
31
|
referralCodeOwner?: MatchInnerCaseModel.ReferralCodeOwnerEnum;
|
|
32
|
-
subscriptionDiscountEligibility?:
|
|
32
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibility;
|
|
33
33
|
userId?: number;
|
|
34
34
|
}
|
|
35
35
|
export namespace MatchInnerCaseModel {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { CaseViolationPenalty } from './caseViolationPenalty';
|
|
13
|
-
import {
|
|
13
|
+
import { SubscriptionPlanEligibility } from './subscriptionPlanEligibility';
|
|
14
14
|
import { MatchCitationResponse } from './matchCitationResponse';
|
|
15
15
|
import { MatchLawfirmCaseResponse } from './matchLawfirmCaseResponse';
|
|
16
16
|
|
|
@@ -23,7 +23,7 @@ export interface MatchInnerCaseResponse {
|
|
|
23
23
|
maxPenalties?: Array<CaseViolationPenalty>;
|
|
24
24
|
referralCodeOwner?: MatchInnerCaseResponse.ReferralCodeOwnerEnum;
|
|
25
25
|
refundEligibility?: MatchInnerCaseResponse.RefundEligibilityEnum;
|
|
26
|
-
subscriptionDiscountEligibility?:
|
|
26
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibility;
|
|
27
27
|
uiReasonMsg?: string;
|
|
28
28
|
userId?: number;
|
|
29
29
|
}
|
|
@@ -406,6 +406,9 @@ export * from './gptFunctionModel';
|
|
|
406
406
|
export * from './graphRequest';
|
|
407
407
|
export * from './handleOrphanedStripeChargeRequest';
|
|
408
408
|
export * from './handleOrphanedStripeChargeResponse';
|
|
409
|
+
export * from './hypotheticalPlanEligibilityModel';
|
|
410
|
+
export * from './hypotheticalPlanEligibilityModelReq';
|
|
411
|
+
export * from './hypotheticalPlanEligibilityModelRes';
|
|
409
412
|
export * from './incomingEmail';
|
|
410
413
|
export * from './incomingEmailModels';
|
|
411
414
|
export * from './incomingEmailRequest';
|
|
@@ -714,10 +717,10 @@ export * from './stripeTransferSyncResults';
|
|
|
714
717
|
export * from './subscribeRequest';
|
|
715
718
|
export * from './subscriber';
|
|
716
719
|
export * from './subscriberDomain';
|
|
717
|
-
export * from './subscriptionDiscountEligibility';
|
|
718
|
-
export * from './subscriptionDiscountEligibilityReq';
|
|
719
|
-
export * from './subscriptionDiscountEligibilityRes';
|
|
720
720
|
export * from './subscriptionGuardianModel';
|
|
721
|
+
export * from './subscriptionPlanEligibility';
|
|
722
|
+
export * from './subscriptionPlanEligibilityReq';
|
|
723
|
+
export * from './subscriptionPlanEligibilityRes';
|
|
721
724
|
export * from './supportedStateModel';
|
|
722
725
|
export * from './syncStripeChargesRequest';
|
|
723
726
|
export * from './syncStripeChargesResponse';
|
|
@@ -802,6 +805,9 @@ export * from './userDetails';
|
|
|
802
805
|
export * from './userDomain';
|
|
803
806
|
export * from './userDomainReq';
|
|
804
807
|
export * from './userDomainRes';
|
|
808
|
+
export * from './userHouseholdBeneficiaryModel';
|
|
809
|
+
export * from './userHouseholdBeneficiaryModelReq';
|
|
810
|
+
export * from './userHouseholdBeneficiaryModelRes';
|
|
805
811
|
export * from './userItem';
|
|
806
812
|
export * from './userRefLinkDomain';
|
|
807
813
|
export * from './userReferralLinkModel';
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { HypotheticalPlanEligibilityModel } from './hypotheticalPlanEligibilityModel';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export interface SubscriptionPlanEligibility {
|
|
16
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModel;
|
|
17
|
+
productName?: string;
|
|
18
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibility.SubscriptionDiscountEligibilityTypeEnum;
|
|
19
|
+
uiSubscriptionEligibilityMsg?: string;
|
|
20
|
+
}
|
|
21
|
+
export namespace SubscriptionPlanEligibility {
|
|
22
|
+
export type SubscriptionDiscountEligibilityTypeEnum = 'IS_ELIGIBLE' | 'IS_NOT_ELIGIBLE' | 'NOT_APPLICABLE';
|
|
23
|
+
export const SubscriptionDiscountEligibilityTypeEnum = {
|
|
24
|
+
IsEligible: 'IS_ELIGIBLE' as SubscriptionDiscountEligibilityTypeEnum,
|
|
25
|
+
IsNotEligible: 'IS_NOT_ELIGIBLE' as SubscriptionDiscountEligibilityTypeEnum,
|
|
26
|
+
NotApplicable: 'NOT_APPLICABLE' as SubscriptionDiscountEligibilityTypeEnum
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { HypotheticalPlanEligibilityModelReq } from './hypotheticalPlanEligibilityModelReq';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export interface SubscriptionPlanEligibilityReq {
|
|
16
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelReq;
|
|
17
|
+
productName?: string;
|
|
18
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilityReq.SubscriptionDiscountEligibilityTypeEnum;
|
|
19
|
+
uiSubscriptionEligibilityMsg?: string;
|
|
20
|
+
}
|
|
21
|
+
export namespace SubscriptionPlanEligibilityReq {
|
|
22
|
+
export type SubscriptionDiscountEligibilityTypeEnum = 'IS_ELIGIBLE' | 'IS_NOT_ELIGIBLE' | 'NOT_APPLICABLE';
|
|
23
|
+
export const SubscriptionDiscountEligibilityTypeEnum = {
|
|
24
|
+
IsEligible: 'IS_ELIGIBLE' as SubscriptionDiscountEligibilityTypeEnum,
|
|
25
|
+
IsNotEligible: 'IS_NOT_ELIGIBLE' as SubscriptionDiscountEligibilityTypeEnum,
|
|
26
|
+
NotApplicable: 'NOT_APPLICABLE' as SubscriptionDiscountEligibilityTypeEnum
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { HypotheticalPlanEligibilityModelRes } from './hypotheticalPlanEligibilityModelRes';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export interface SubscriptionPlanEligibilityRes {
|
|
16
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelRes;
|
|
17
|
+
productName?: string;
|
|
18
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilityRes.SubscriptionDiscountEligibilityTypeEnum;
|
|
19
|
+
uiSubscriptionEligibilityMsg?: string;
|
|
20
|
+
}
|
|
21
|
+
export namespace SubscriptionPlanEligibilityRes {
|
|
22
|
+
export type SubscriptionDiscountEligibilityTypeEnum = 'IS_ELIGIBLE' | 'IS_NOT_ELIGIBLE' | 'NOT_APPLICABLE';
|
|
23
|
+
export const SubscriptionDiscountEligibilityTypeEnum = {
|
|
24
|
+
IsEligible: 'IS_ELIGIBLE' as SubscriptionDiscountEligibilityTypeEnum,
|
|
25
|
+
IsNotEligible: 'IS_NOT_ELIGIBLE' as SubscriptionDiscountEligibilityTypeEnum,
|
|
26
|
+
NotApplicable: 'NOT_APPLICABLE' as SubscriptionDiscountEligibilityTypeEnum
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { UserReferralLinkModel } from './userReferralLinkModel';
|
|
13
|
+
import { UserHouseholdBeneficiaryModel } from './userHouseholdBeneficiaryModel';
|
|
13
14
|
import { UserAccountModel } from './userAccountModel';
|
|
14
15
|
import { AddressDomain } from './addressDomain';
|
|
15
16
|
import { PhoneNumberDomain } from './phoneNumberDomain';
|
|
@@ -23,6 +24,7 @@ import { Timestamp } from './timestamp';
|
|
|
23
24
|
export interface UserDomain {
|
|
24
25
|
accounts?: Array<UserAccountModel>;
|
|
25
26
|
address?: AddressDomain;
|
|
27
|
+
copilots?: Array<UserHouseholdBeneficiaryModel>;
|
|
26
28
|
creationDateUtc?: Timestamp;
|
|
27
29
|
dob?: string;
|
|
28
30
|
driverLicenseNumber?: string;
|
|
@@ -17,12 +17,14 @@ import { TimestampReq } from './timestampReq';
|
|
|
17
17
|
import { UserRoleDomain } from './userRoleDomain';
|
|
18
18
|
import { UserSubscriptionPlanModelReq } from './userSubscriptionPlanModelReq';
|
|
19
19
|
import { PhoneNumberDomainReq } from './phoneNumberDomainReq';
|
|
20
|
+
import { UserHouseholdBeneficiaryModelReq } from './userHouseholdBeneficiaryModelReq';
|
|
20
21
|
import { UserSocialProfileModelReq } from './userSocialProfileModelReq';
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
export interface UserDomainReq {
|
|
24
25
|
accounts?: Array<UserAccountModel>;
|
|
25
26
|
address?: AddressDomainReq;
|
|
27
|
+
copilots?: Array<UserHouseholdBeneficiaryModelReq>;
|
|
26
28
|
creationDateUtc?: TimestampReq;
|
|
27
29
|
dob?: string;
|
|
28
30
|
driverLicenseNumber?: string;
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { UserSocialProfileModelRes } from './userSocialProfileModelRes';
|
|
13
|
+
import { UserHouseholdBeneficiaryModelRes } from './userHouseholdBeneficiaryModelRes';
|
|
13
14
|
import { LawfirmJobTitleModelRes } from './lawfirmJobTitleModelRes';
|
|
14
15
|
import { UserAccountModel } from './userAccountModel';
|
|
15
16
|
import { UserSubscriptionPlanModelRes } from './userSubscriptionPlanModelRes';
|
|
@@ -23,6 +24,7 @@ import { UserReferralLinkModelRes } from './userReferralLinkModelRes';
|
|
|
23
24
|
export interface UserDomainRes {
|
|
24
25
|
accounts?: Array<UserAccountModel>;
|
|
25
26
|
address?: AddressDomainRes;
|
|
27
|
+
copilots?: Array<UserHouseholdBeneficiaryModelRes>;
|
|
26
28
|
creationDateUtc?: TimestampRes;
|
|
27
29
|
dob?: string;
|
|
28
30
|
driverLicenseNumber?: string;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 interface UserHouseholdBeneficiaryModel {
|
|
15
|
+
firstName?: string;
|
|
16
|
+
joinDateUtc?: string;
|
|
17
|
+
lastName?: string;
|
|
18
|
+
profilePictureUrl?: string;
|
|
19
|
+
relationType?: UserHouseholdBeneficiaryModel.RelationTypeEnum;
|
|
20
|
+
userId?: number;
|
|
21
|
+
}
|
|
22
|
+
export namespace UserHouseholdBeneficiaryModel {
|
|
23
|
+
export type RelationTypeEnum = 'OWNER' | 'SIBLING' | 'SPOUSE' | 'TEENAGER' | 'UNKNOWN';
|
|
24
|
+
export const RelationTypeEnum = {
|
|
25
|
+
Owner: 'OWNER' as RelationTypeEnum,
|
|
26
|
+
Sibling: 'SIBLING' as RelationTypeEnum,
|
|
27
|
+
Spouse: 'SPOUSE' as RelationTypeEnum,
|
|
28
|
+
Teenager: 'TEENAGER' as RelationTypeEnum,
|
|
29
|
+
Unknown: 'UNKNOWN' as RelationTypeEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 interface UserHouseholdBeneficiaryModelReq {
|
|
15
|
+
firstName?: string;
|
|
16
|
+
joinDateUtc?: string;
|
|
17
|
+
lastName?: string;
|
|
18
|
+
profilePictureUrl?: string;
|
|
19
|
+
relationType?: UserHouseholdBeneficiaryModelReq.RelationTypeEnum;
|
|
20
|
+
userId?: number;
|
|
21
|
+
}
|
|
22
|
+
export namespace UserHouseholdBeneficiaryModelReq {
|
|
23
|
+
export type RelationTypeEnum = 'OWNER' | 'SIBLING' | 'SPOUSE' | 'TEENAGER' | 'UNKNOWN';
|
|
24
|
+
export const RelationTypeEnum = {
|
|
25
|
+
Owner: 'OWNER' as RelationTypeEnum,
|
|
26
|
+
Sibling: 'SIBLING' as RelationTypeEnum,
|
|
27
|
+
Spouse: 'SPOUSE' as RelationTypeEnum,
|
|
28
|
+
Teenager: 'TEENAGER' as RelationTypeEnum,
|
|
29
|
+
Unknown: 'UNKNOWN' as RelationTypeEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 interface UserHouseholdBeneficiaryModelRes {
|
|
15
|
+
firstName?: string;
|
|
16
|
+
joinDateUtc?: string;
|
|
17
|
+
lastName?: string;
|
|
18
|
+
profilePictureUrl?: string;
|
|
19
|
+
relationType?: UserHouseholdBeneficiaryModelRes.RelationTypeEnum;
|
|
20
|
+
userId?: number;
|
|
21
|
+
}
|
|
22
|
+
export namespace UserHouseholdBeneficiaryModelRes {
|
|
23
|
+
export type RelationTypeEnum = 'OWNER' | 'SIBLING' | 'SPOUSE' | 'TEENAGER' | 'UNKNOWN';
|
|
24
|
+
export const RelationTypeEnum = {
|
|
25
|
+
Owner: 'OWNER' as RelationTypeEnum,
|
|
26
|
+
Sibling: 'SIBLING' as RelationTypeEnum,
|
|
27
|
+
Spouse: 'SPOUSE' as RelationTypeEnum,
|
|
28
|
+
Teenager: 'TEENAGER' as RelationTypeEnum,
|
|
29
|
+
Unknown: 'UNKNOWN' as RelationTypeEnum
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { DefendantDetailsModel } from './defendantDetailsModel';
|
|
13
|
-
import { SubscriptionDiscountEligibility } from './subscriptionDiscountEligibility';
|
|
14
13
|
import { UnavailableMatchAttributesModel } from './unavailableMatchAttributesModel';
|
|
15
14
|
import { WorkflowViolationPenaltyModel } from './workflowViolationPenaltyModel';
|
|
16
15
|
import { WorkflowCitationModel } from './workflowCitationModel';
|
|
16
|
+
import { SubscriptionPlanEligibility } from './subscriptionPlanEligibility';
|
|
17
17
|
import { LetterOfEngagement } from './letterOfEngagement';
|
|
18
18
|
import { Timestamp } from './timestamp';
|
|
19
19
|
import { LegalServiceModel } from './legalServiceModel';
|
|
@@ -35,7 +35,7 @@ export interface WorkflowCaseModel {
|
|
|
35
35
|
paymentPlanTypeModel?: PaymentPlanTypeModel;
|
|
36
36
|
referralCode?: string;
|
|
37
37
|
referralCodeOwner?: WorkflowCaseModel.ReferralCodeOwnerEnum;
|
|
38
|
-
subscriptionDiscountEligibility?:
|
|
38
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibility;
|
|
39
39
|
userId?: number;
|
|
40
40
|
}
|
|
41
41
|
export namespace WorkflowCaseModel {
|
|
@@ -38,7 +38,7 @@ export interface CaseModel {
|
|
|
38
38
|
"referralCode"?: string;
|
|
39
39
|
"refundEligibility"?: CaseModel.RefundEligibilityEnum;
|
|
40
40
|
"resolutionSummary"?: string;
|
|
41
|
-
"subscriptionDiscountEligibility"?: models.
|
|
41
|
+
"subscriptionDiscountEligibility"?: models.SubscriptionPlanEligibility;
|
|
42
42
|
"uiRefundMsg"?: string;
|
|
43
43
|
"user"?: models.UserDomain;
|
|
44
44
|
"userId"?: number;
|
|
@@ -38,7 +38,7 @@ export interface CaseModelReq {
|
|
|
38
38
|
"referralCode"?: string;
|
|
39
39
|
"refundEligibility"?: CaseModelReq.RefundEligibilityEnum;
|
|
40
40
|
"resolutionSummary"?: string;
|
|
41
|
-
"subscriptionDiscountEligibility"?: models.
|
|
41
|
+
"subscriptionDiscountEligibility"?: models.SubscriptionPlanEligibilityReq;
|
|
42
42
|
"uiRefundMsg"?: string;
|
|
43
43
|
"user"?: models.UserDomainReq;
|
|
44
44
|
"userId"?: number;
|
|
@@ -38,7 +38,7 @@ export interface CaseModelRes {
|
|
|
38
38
|
"referralCode"?: string;
|
|
39
39
|
"refundEligibility"?: CaseModelRes.RefundEligibilityEnum;
|
|
40
40
|
"resolutionSummary"?: string;
|
|
41
|
-
"subscriptionDiscountEligibility"?: models.
|
|
41
|
+
"subscriptionDiscountEligibility"?: models.SubscriptionPlanEligibilityRes;
|
|
42
42
|
"uiRefundMsg"?: string;
|
|
43
43
|
"user"?: models.UserDomainRes;
|
|
44
44
|
"userId"?: number;
|
|
@@ -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
|
+
export interface HypotheticalPlanEligibilityModel {
|
|
13
|
+
"hypotheticalEligibility"?: HypotheticalPlanEligibilityModel.HypotheticalEligibilityEnum;
|
|
14
|
+
"productName"?: HypotheticalPlanEligibilityModel.ProductNameEnum;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace HypotheticalPlanEligibilityModel {
|
|
17
|
+
enum HypotheticalEligibilityEnum {
|
|
18
|
+
FULLYELIGIBLE,
|
|
19
|
+
NOTELIGIBLE,
|
|
20
|
+
PARTIALLYELIGIBLE
|
|
21
|
+
}
|
|
22
|
+
enum ProductNameEnum {
|
|
23
|
+
CONVOYPRO,
|
|
24
|
+
OTRFASTLANE,
|
|
25
|
+
OTRFASTLANETEEN
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 HypotheticalPlanEligibilityModel;
|
|
13
|
+
(function (HypotheticalPlanEligibilityModel) {
|
|
14
|
+
let HypotheticalEligibilityEnum;
|
|
15
|
+
(function (HypotheticalEligibilityEnum) {
|
|
16
|
+
HypotheticalEligibilityEnum[HypotheticalEligibilityEnum["FULLYELIGIBLE"] = 'FULLY_ELIGIBLE'] = "FULLYELIGIBLE";
|
|
17
|
+
HypotheticalEligibilityEnum[HypotheticalEligibilityEnum["NOTELIGIBLE"] = 'NOT_ELIGIBLE'] = "NOTELIGIBLE";
|
|
18
|
+
HypotheticalEligibilityEnum[HypotheticalEligibilityEnum["PARTIALLYELIGIBLE"] = 'PARTIALLY_ELIGIBLE'] = "PARTIALLYELIGIBLE";
|
|
19
|
+
})(HypotheticalEligibilityEnum = HypotheticalPlanEligibilityModel.HypotheticalEligibilityEnum || (HypotheticalPlanEligibilityModel.HypotheticalEligibilityEnum = {}));
|
|
20
|
+
let ProductNameEnum;
|
|
21
|
+
(function (ProductNameEnum) {
|
|
22
|
+
ProductNameEnum[ProductNameEnum["CONVOYPRO"] = 'CONVOY_PRO'] = "CONVOYPRO";
|
|
23
|
+
ProductNameEnum[ProductNameEnum["OTRFASTLANE"] = 'OTR_FASTLANE'] = "OTRFASTLANE";
|
|
24
|
+
ProductNameEnum[ProductNameEnum["OTRFASTLANETEEN"] = 'OTR_FASTLANE_TEEN'] = "OTRFASTLANETEEN";
|
|
25
|
+
})(ProductNameEnum = HypotheticalPlanEligibilityModel.ProductNameEnum || (HypotheticalPlanEligibilityModel.ProductNameEnum = {}));
|
|
26
|
+
})(HypotheticalPlanEligibilityModel || (HypotheticalPlanEligibilityModel = {}));
|