@otr-app/shared-backend-generated-client 2.5.52 → 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 +6 -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 +6 -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/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/WorkflowCaseModel.d.ts +1 -1
- package/dist/typescript/model/models.d.ts +6 -3
- package/dist/typescript/model/models.js +6 -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/WorkflowCaseModel.d.ts +3 -3
- package/dist/typescript-fetch/models/WorkflowCaseModel.js +3 -3
- package/dist/typescript-fetch/models/index.d.ts +6 -3
- package/dist/typescript-fetch/models/index.js +6 -3
- package/dist/typescript-open-api/otr-backend.d.ts +59 -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
|
|
@@ -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';
|
|
@@ -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,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 = {}));
|
|
@@ -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 HypotheticalPlanEligibilityModelReq {
|
|
13
|
+
"hypotheticalEligibility"?: HypotheticalPlanEligibilityModelReq.HypotheticalEligibilityEnum;
|
|
14
|
+
"productName"?: HypotheticalPlanEligibilityModelReq.ProductNameEnum;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace HypotheticalPlanEligibilityModelReq {
|
|
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 HypotheticalPlanEligibilityModelReq;
|
|
13
|
+
(function (HypotheticalPlanEligibilityModelReq) {
|
|
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 = HypotheticalPlanEligibilityModelReq.HypotheticalEligibilityEnum || (HypotheticalPlanEligibilityModelReq.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 = HypotheticalPlanEligibilityModelReq.ProductNameEnum || (HypotheticalPlanEligibilityModelReq.ProductNameEnum = {}));
|
|
26
|
+
})(HypotheticalPlanEligibilityModelReq || (HypotheticalPlanEligibilityModelReq = {}));
|
|
@@ -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 HypotheticalPlanEligibilityModelRes {
|
|
13
|
+
"hypotheticalEligibility"?: HypotheticalPlanEligibilityModelRes.HypotheticalEligibilityEnum;
|
|
14
|
+
"productName"?: HypotheticalPlanEligibilityModelRes.ProductNameEnum;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace HypotheticalPlanEligibilityModelRes {
|
|
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 HypotheticalPlanEligibilityModelRes;
|
|
13
|
+
(function (HypotheticalPlanEligibilityModelRes) {
|
|
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 = HypotheticalPlanEligibilityModelRes.HypotheticalEligibilityEnum || (HypotheticalPlanEligibilityModelRes.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 = HypotheticalPlanEligibilityModelRes.ProductNameEnum || (HypotheticalPlanEligibilityModelRes.ProductNameEnum = {}));
|
|
26
|
+
})(HypotheticalPlanEligibilityModelRes || (HypotheticalPlanEligibilityModelRes = {}));
|
|
@@ -22,7 +22,7 @@ export interface MatchInnerCaseModel {
|
|
|
22
22
|
"paymentPlanTypeModel"?: models.PaymentPlanTypeModel;
|
|
23
23
|
"referralCode"?: string;
|
|
24
24
|
"referralCodeOwner"?: MatchInnerCaseModel.ReferralCodeOwnerEnum;
|
|
25
|
-
"subscriptionDiscountEligibility"?: models.
|
|
25
|
+
"subscriptionDiscountEligibility"?: models.SubscriptionPlanEligibility;
|
|
26
26
|
"userId"?: number;
|
|
27
27
|
}
|
|
28
28
|
export declare namespace MatchInnerCaseModel {
|
|
@@ -18,7 +18,7 @@ export interface MatchInnerCaseResponse {
|
|
|
18
18
|
"maxPenalties"?: Array<models.CaseViolationPenalty>;
|
|
19
19
|
"referralCodeOwner"?: MatchInnerCaseResponse.ReferralCodeOwnerEnum;
|
|
20
20
|
"refundEligibility"?: MatchInnerCaseResponse.RefundEligibilityEnum;
|
|
21
|
-
"subscriptionDiscountEligibility"?: models.
|
|
21
|
+
"subscriptionDiscountEligibility"?: models.SubscriptionPlanEligibility;
|
|
22
22
|
"uiReasonMsg"?: string;
|
|
23
23
|
"userId"?: number;
|
|
24
24
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 * as models from './models';
|
|
13
|
+
export interface SubscriptionPlanEligibility {
|
|
14
|
+
"hypotheticalEligibility"?: models.HypotheticalPlanEligibilityModel;
|
|
15
|
+
"productName"?: string;
|
|
16
|
+
"subscriptionDiscountEligibilityType"?: SubscriptionPlanEligibility.SubscriptionDiscountEligibilityTypeEnum;
|
|
17
|
+
"uiSubscriptionEligibilityMsg"?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace SubscriptionPlanEligibility {
|
|
20
|
+
enum SubscriptionDiscountEligibilityTypeEnum {
|
|
21
|
+
ISELIGIBLE,
|
|
22
|
+
ISNOTELIGIBLE,
|
|
23
|
+
NOTAPPLICABLE
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -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
|
+
export var SubscriptionPlanEligibility;
|
|
13
|
+
(function (SubscriptionPlanEligibility) {
|
|
14
|
+
let SubscriptionDiscountEligibilityTypeEnum;
|
|
15
|
+
(function (SubscriptionDiscountEligibilityTypeEnum) {
|
|
16
|
+
SubscriptionDiscountEligibilityTypeEnum[SubscriptionDiscountEligibilityTypeEnum["ISELIGIBLE"] = 'IS_ELIGIBLE'] = "ISELIGIBLE";
|
|
17
|
+
SubscriptionDiscountEligibilityTypeEnum[SubscriptionDiscountEligibilityTypeEnum["ISNOTELIGIBLE"] = 'IS_NOT_ELIGIBLE'] = "ISNOTELIGIBLE";
|
|
18
|
+
SubscriptionDiscountEligibilityTypeEnum[SubscriptionDiscountEligibilityTypeEnum["NOTAPPLICABLE"] = 'NOT_APPLICABLE'] = "NOTAPPLICABLE";
|
|
19
|
+
})(SubscriptionDiscountEligibilityTypeEnum = SubscriptionPlanEligibility.SubscriptionDiscountEligibilityTypeEnum || (SubscriptionPlanEligibility.SubscriptionDiscountEligibilityTypeEnum = {}));
|
|
20
|
+
})(SubscriptionPlanEligibility || (SubscriptionPlanEligibility = {}));
|