@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
|
@@ -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 = {}));
|
|
@@ -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 SubscriptionPlanEligibilityReq {
|
|
14
|
+
"hypotheticalEligibility"?: models.HypotheticalPlanEligibilityModelReq;
|
|
15
|
+
"productName"?: string;
|
|
16
|
+
"subscriptionDiscountEligibilityType"?: SubscriptionPlanEligibilityReq.SubscriptionDiscountEligibilityTypeEnum;
|
|
17
|
+
"uiSubscriptionEligibilityMsg"?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace SubscriptionPlanEligibilityReq {
|
|
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 SubscriptionPlanEligibilityReq;
|
|
13
|
+
(function (SubscriptionPlanEligibilityReq) {
|
|
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 = SubscriptionPlanEligibilityReq.SubscriptionDiscountEligibilityTypeEnum || (SubscriptionPlanEligibilityReq.SubscriptionDiscountEligibilityTypeEnum = {}));
|
|
20
|
+
})(SubscriptionPlanEligibilityReq || (SubscriptionPlanEligibilityReq = {}));
|
|
@@ -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 SubscriptionPlanEligibilityRes {
|
|
14
|
+
"hypotheticalEligibility"?: models.HypotheticalPlanEligibilityModelRes;
|
|
15
|
+
"productName"?: string;
|
|
16
|
+
"subscriptionDiscountEligibilityType"?: SubscriptionPlanEligibilityRes.SubscriptionDiscountEligibilityTypeEnum;
|
|
17
|
+
"uiSubscriptionEligibilityMsg"?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace SubscriptionPlanEligibilityRes {
|
|
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 SubscriptionPlanEligibilityRes;
|
|
13
|
+
(function (SubscriptionPlanEligibilityRes) {
|
|
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 = SubscriptionPlanEligibilityRes.SubscriptionDiscountEligibilityTypeEnum || (SubscriptionPlanEligibilityRes.SubscriptionDiscountEligibilityTypeEnum = {}));
|
|
20
|
+
})(SubscriptionPlanEligibilityRes || (SubscriptionPlanEligibilityRes = {}));
|
|
@@ -13,6 +13,7 @@ import * as models from './models';
|
|
|
13
13
|
export interface UserDomain {
|
|
14
14
|
"accounts"?: Array<models.UserAccountModel>;
|
|
15
15
|
"address"?: models.AddressDomain;
|
|
16
|
+
"copilots"?: Array<models.UserHouseholdBeneficiaryModel>;
|
|
16
17
|
"creationDateUtc"?: models.Timestamp;
|
|
17
18
|
"dob"?: string;
|
|
18
19
|
"driverLicenseNumber"?: string;
|
|
@@ -13,6 +13,7 @@ import * as models from './models';
|
|
|
13
13
|
export interface UserDomainReq {
|
|
14
14
|
"accounts"?: Array<models.UserAccountModel>;
|
|
15
15
|
"address"?: models.AddressDomainReq;
|
|
16
|
+
"copilots"?: Array<models.UserHouseholdBeneficiaryModelReq>;
|
|
16
17
|
"creationDateUtc"?: models.TimestampReq;
|
|
17
18
|
"dob"?: string;
|
|
18
19
|
"driverLicenseNumber"?: string;
|
|
@@ -13,6 +13,7 @@ import * as models from './models';
|
|
|
13
13
|
export interface UserDomainRes {
|
|
14
14
|
"accounts"?: Array<models.UserAccountModel>;
|
|
15
15
|
"address"?: models.AddressDomainRes;
|
|
16
|
+
"copilots"?: Array<models.UserHouseholdBeneficiaryModelRes>;
|
|
16
17
|
"creationDateUtc"?: models.TimestampRes;
|
|
17
18
|
"dob"?: string;
|
|
18
19
|
"driverLicenseNumber"?: string;
|
|
@@ -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
|
+
export interface UserHouseholdBeneficiaryModel {
|
|
13
|
+
"firstName"?: string;
|
|
14
|
+
"joinDateUtc"?: string;
|
|
15
|
+
"lastName"?: string;
|
|
16
|
+
"profilePictureUrl"?: string;
|
|
17
|
+
"relationType"?: UserHouseholdBeneficiaryModel.RelationTypeEnum;
|
|
18
|
+
"userId"?: number;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UserHouseholdBeneficiaryModel {
|
|
21
|
+
enum RelationTypeEnum {
|
|
22
|
+
OWNER,
|
|
23
|
+
SIBLING,
|
|
24
|
+
SPOUSE,
|
|
25
|
+
TEENAGER,
|
|
26
|
+
UNKNOWN
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 UserHouseholdBeneficiaryModel;
|
|
13
|
+
(function (UserHouseholdBeneficiaryModel) {
|
|
14
|
+
let RelationTypeEnum;
|
|
15
|
+
(function (RelationTypeEnum) {
|
|
16
|
+
RelationTypeEnum[RelationTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
|
|
17
|
+
RelationTypeEnum[RelationTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
|
|
18
|
+
RelationTypeEnum[RelationTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
|
|
19
|
+
RelationTypeEnum[RelationTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
|
|
20
|
+
RelationTypeEnum[RelationTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
21
|
+
})(RelationTypeEnum = UserHouseholdBeneficiaryModel.RelationTypeEnum || (UserHouseholdBeneficiaryModel.RelationTypeEnum = {}));
|
|
22
|
+
})(UserHouseholdBeneficiaryModel || (UserHouseholdBeneficiaryModel = {}));
|
|
@@ -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
|
+
export interface UserHouseholdBeneficiaryModelReq {
|
|
13
|
+
"firstName"?: string;
|
|
14
|
+
"joinDateUtc"?: string;
|
|
15
|
+
"lastName"?: string;
|
|
16
|
+
"profilePictureUrl"?: string;
|
|
17
|
+
"relationType"?: UserHouseholdBeneficiaryModelReq.RelationTypeEnum;
|
|
18
|
+
"userId"?: number;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UserHouseholdBeneficiaryModelReq {
|
|
21
|
+
enum RelationTypeEnum {
|
|
22
|
+
OWNER,
|
|
23
|
+
SIBLING,
|
|
24
|
+
SPOUSE,
|
|
25
|
+
TEENAGER,
|
|
26
|
+
UNKNOWN
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 UserHouseholdBeneficiaryModelReq;
|
|
13
|
+
(function (UserHouseholdBeneficiaryModelReq) {
|
|
14
|
+
let RelationTypeEnum;
|
|
15
|
+
(function (RelationTypeEnum) {
|
|
16
|
+
RelationTypeEnum[RelationTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
|
|
17
|
+
RelationTypeEnum[RelationTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
|
|
18
|
+
RelationTypeEnum[RelationTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
|
|
19
|
+
RelationTypeEnum[RelationTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
|
|
20
|
+
RelationTypeEnum[RelationTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
21
|
+
})(RelationTypeEnum = UserHouseholdBeneficiaryModelReq.RelationTypeEnum || (UserHouseholdBeneficiaryModelReq.RelationTypeEnum = {}));
|
|
22
|
+
})(UserHouseholdBeneficiaryModelReq || (UserHouseholdBeneficiaryModelReq = {}));
|
|
@@ -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
|
+
export interface UserHouseholdBeneficiaryModelRes {
|
|
13
|
+
"firstName"?: string;
|
|
14
|
+
"joinDateUtc"?: string;
|
|
15
|
+
"lastName"?: string;
|
|
16
|
+
"profilePictureUrl"?: string;
|
|
17
|
+
"relationType"?: UserHouseholdBeneficiaryModelRes.RelationTypeEnum;
|
|
18
|
+
"userId"?: number;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UserHouseholdBeneficiaryModelRes {
|
|
21
|
+
enum RelationTypeEnum {
|
|
22
|
+
OWNER,
|
|
23
|
+
SIBLING,
|
|
24
|
+
SPOUSE,
|
|
25
|
+
TEENAGER,
|
|
26
|
+
UNKNOWN
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 UserHouseholdBeneficiaryModelRes;
|
|
13
|
+
(function (UserHouseholdBeneficiaryModelRes) {
|
|
14
|
+
let RelationTypeEnum;
|
|
15
|
+
(function (RelationTypeEnum) {
|
|
16
|
+
RelationTypeEnum[RelationTypeEnum["OWNER"] = 'OWNER'] = "OWNER";
|
|
17
|
+
RelationTypeEnum[RelationTypeEnum["SIBLING"] = 'SIBLING'] = "SIBLING";
|
|
18
|
+
RelationTypeEnum[RelationTypeEnum["SPOUSE"] = 'SPOUSE'] = "SPOUSE";
|
|
19
|
+
RelationTypeEnum[RelationTypeEnum["TEENAGER"] = 'TEENAGER'] = "TEENAGER";
|
|
20
|
+
RelationTypeEnum[RelationTypeEnum["UNKNOWN"] = 'UNKNOWN'] = "UNKNOWN";
|
|
21
|
+
})(RelationTypeEnum = UserHouseholdBeneficiaryModelRes.RelationTypeEnum || (UserHouseholdBeneficiaryModelRes.RelationTypeEnum = {}));
|
|
22
|
+
})(UserHouseholdBeneficiaryModelRes || (UserHouseholdBeneficiaryModelRes = {}));
|
|
@@ -25,7 +25,7 @@ export interface WorkflowCaseModel {
|
|
|
25
25
|
"paymentPlanTypeModel"?: models.PaymentPlanTypeModel;
|
|
26
26
|
"referralCode"?: string;
|
|
27
27
|
"referralCodeOwner"?: WorkflowCaseModel.ReferralCodeOwnerEnum;
|
|
28
|
-
"subscriptionDiscountEligibility"?: models.
|
|
28
|
+
"subscriptionDiscountEligibility"?: models.SubscriptionPlanEligibility;
|
|
29
29
|
"userId"?: number;
|
|
30
30
|
}
|
|
31
31
|
export declare namespace WorkflowCaseModel {
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CancelationDetails, CaseActionDomain, CaseStatusDomain, CaseViolationPenalty, CitationModel, LawfirmCaseModel, LetterOfEngagement, PaymentCardInput, PaymentPlanTypeModel,
|
|
12
|
+
import { CancelationDetails, CaseActionDomain, CaseStatusDomain, CaseViolationPenalty, CitationModel, LawfirmCaseModel, LetterOfEngagement, PaymentCardInput, PaymentPlanTypeModel, SubscriptionPlanEligibility, Timestamp, UserDomain } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -180,10 +180,10 @@ export interface CaseModel {
|
|
|
180
180
|
resolutionSummary?: string;
|
|
181
181
|
/**
|
|
182
182
|
*
|
|
183
|
-
* @type {
|
|
183
|
+
* @type {SubscriptionPlanEligibility}
|
|
184
184
|
* @memberof CaseModel
|
|
185
185
|
*/
|
|
186
|
-
subscriptionDiscountEligibility?:
|
|
186
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibility;
|
|
187
187
|
/**
|
|
188
188
|
*
|
|
189
189
|
* @type {string}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { CancelationDetailsFromJSON, CancelationDetailsToJSON, CaseActionDomainFromJSON, CaseActionDomainToJSON, CaseStatusDomainFromJSON, CaseStatusDomainToJSON, CaseViolationPenaltyFromJSON, CaseViolationPenaltyToJSON, CitationModelFromJSON, CitationModelToJSON, LawfirmCaseModelFromJSON, LawfirmCaseModelToJSON, LetterOfEngagementFromJSON, LetterOfEngagementToJSON, PaymentCardInputFromJSON, PaymentCardInputToJSON, PaymentPlanTypeModelFromJSON, PaymentPlanTypeModelToJSON,
|
|
15
|
+
import { CancelationDetailsFromJSON, CancelationDetailsToJSON, CaseActionDomainFromJSON, CaseActionDomainToJSON, CaseStatusDomainFromJSON, CaseStatusDomainToJSON, CaseViolationPenaltyFromJSON, CaseViolationPenaltyToJSON, CitationModelFromJSON, CitationModelToJSON, LawfirmCaseModelFromJSON, LawfirmCaseModelToJSON, LetterOfEngagementFromJSON, LetterOfEngagementToJSON, PaymentCardInputFromJSON, PaymentCardInputToJSON, PaymentPlanTypeModelFromJSON, PaymentPlanTypeModelToJSON, SubscriptionPlanEligibilityFromJSON, SubscriptionPlanEligibilityToJSON, TimestampFromJSON, TimestampToJSON, UserDomainFromJSON, UserDomainToJSON, } from './';
|
|
16
16
|
export function CaseModelFromJSON(json) {
|
|
17
17
|
return CaseModelFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -48,7 +48,7 @@ export function CaseModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
48
|
'referralCode': !exists(json, 'referralCode') ? undefined : json['referralCode'],
|
|
49
49
|
'refundEligibility': !exists(json, 'refundEligibility') ? undefined : json['refundEligibility'],
|
|
50
50
|
'resolutionSummary': !exists(json, 'resolutionSummary') ? undefined : json['resolutionSummary'],
|
|
51
|
-
'subscriptionDiscountEligibility': !exists(json, 'subscriptionDiscountEligibility') ? undefined :
|
|
51
|
+
'subscriptionDiscountEligibility': !exists(json, 'subscriptionDiscountEligibility') ? undefined : SubscriptionPlanEligibilityFromJSON(json['subscriptionDiscountEligibility']),
|
|
52
52
|
'uiRefundMsg': !exists(json, 'uiRefundMsg') ? undefined : json['uiRefundMsg'],
|
|
53
53
|
'user': !exists(json, 'user') ? undefined : UserDomainFromJSON(json['user']),
|
|
54
54
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
@@ -89,7 +89,7 @@ export function CaseModelToJSON(value) {
|
|
|
89
89
|
'referralCode': value.referralCode,
|
|
90
90
|
'refundEligibility': value.refundEligibility,
|
|
91
91
|
'resolutionSummary': value.resolutionSummary,
|
|
92
|
-
'subscriptionDiscountEligibility':
|
|
92
|
+
'subscriptionDiscountEligibility': SubscriptionPlanEligibilityToJSON(value.subscriptionDiscountEligibility),
|
|
93
93
|
'uiRefundMsg': value.uiRefundMsg,
|
|
94
94
|
'user': UserDomainToJSON(value.user),
|
|
95
95
|
'userId': value.userId,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { CancelationDetailsReq, CaseActionDomain, CaseStatusDomain, CaseViolationPenalty, CitationModelReq, LawfirmCaseModelReq, LetterOfEngagement, PaymentCardInput, PaymentPlanTypeModelReq,
|
|
12
|
+
import { CancelationDetailsReq, CaseActionDomain, CaseStatusDomain, CaseViolationPenalty, CitationModelReq, LawfirmCaseModelReq, LetterOfEngagement, PaymentCardInput, PaymentPlanTypeModelReq, SubscriptionPlanEligibilityReq, TimestampReq, UserDomainReq } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -180,10 +180,10 @@ export interface CaseModelReq {
|
|
|
180
180
|
resolutionSummary?: string;
|
|
181
181
|
/**
|
|
182
182
|
*
|
|
183
|
-
* @type {
|
|
183
|
+
* @type {SubscriptionPlanEligibilityReq}
|
|
184
184
|
* @memberof CaseModelReq
|
|
185
185
|
*/
|
|
186
|
-
subscriptionDiscountEligibility?:
|
|
186
|
+
subscriptionDiscountEligibility?: SubscriptionPlanEligibilityReq;
|
|
187
187
|
/**
|
|
188
188
|
*
|
|
189
189
|
* @type {string}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
|
-
import { CancelationDetailsReqFromJSON, CancelationDetailsReqToJSON, CaseActionDomainFromJSON, CaseActionDomainToJSON, CaseStatusDomainFromJSON, CaseStatusDomainToJSON, CaseViolationPenaltyFromJSON, CaseViolationPenaltyToJSON, CitationModelReqFromJSON, CitationModelReqToJSON, LawfirmCaseModelReqFromJSON, LawfirmCaseModelReqToJSON, LetterOfEngagementFromJSON, LetterOfEngagementToJSON, PaymentCardInputFromJSON, PaymentCardInputToJSON, PaymentPlanTypeModelReqFromJSON, PaymentPlanTypeModelReqToJSON,
|
|
15
|
+
import { CancelationDetailsReqFromJSON, CancelationDetailsReqToJSON, CaseActionDomainFromJSON, CaseActionDomainToJSON, CaseStatusDomainFromJSON, CaseStatusDomainToJSON, CaseViolationPenaltyFromJSON, CaseViolationPenaltyToJSON, CitationModelReqFromJSON, CitationModelReqToJSON, LawfirmCaseModelReqFromJSON, LawfirmCaseModelReqToJSON, LetterOfEngagementFromJSON, LetterOfEngagementToJSON, PaymentCardInputFromJSON, PaymentCardInputToJSON, PaymentPlanTypeModelReqFromJSON, PaymentPlanTypeModelReqToJSON, SubscriptionPlanEligibilityReqFromJSON, SubscriptionPlanEligibilityReqToJSON, TimestampReqFromJSON, TimestampReqToJSON, UserDomainReqFromJSON, UserDomainReqToJSON, } from './';
|
|
16
16
|
export function CaseModelReqFromJSON(json) {
|
|
17
17
|
return CaseModelReqFromJSONTyped(json, false);
|
|
18
18
|
}
|
|
@@ -48,7 +48,7 @@ export function CaseModelReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
48
|
'referralCode': !exists(json, 'referralCode') ? undefined : json['referralCode'],
|
|
49
49
|
'refundEligibility': !exists(json, 'refundEligibility') ? undefined : json['refundEligibility'],
|
|
50
50
|
'resolutionSummary': !exists(json, 'resolutionSummary') ? undefined : json['resolutionSummary'],
|
|
51
|
-
'subscriptionDiscountEligibility': !exists(json, 'subscriptionDiscountEligibility') ? undefined :
|
|
51
|
+
'subscriptionDiscountEligibility': !exists(json, 'subscriptionDiscountEligibility') ? undefined : SubscriptionPlanEligibilityReqFromJSON(json['subscriptionDiscountEligibility']),
|
|
52
52
|
'uiRefundMsg': !exists(json, 'uiRefundMsg') ? undefined : json['uiRefundMsg'],
|
|
53
53
|
'user': !exists(json, 'user') ? undefined : UserDomainReqFromJSON(json['user']),
|
|
54
54
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
@@ -89,7 +89,7 @@ export function CaseModelReqToJSON(value) {
|
|
|
89
89
|
'referralCode': value.referralCode,
|
|
90
90
|
'refundEligibility': value.refundEligibility,
|
|
91
91
|
'resolutionSummary': value.resolutionSummary,
|
|
92
|
-
'subscriptionDiscountEligibility':
|
|
92
|
+
'subscriptionDiscountEligibility': SubscriptionPlanEligibilityReqToJSON(value.subscriptionDiscountEligibility),
|
|
93
93
|
'uiRefundMsg': value.uiRefundMsg,
|
|
94
94
|
'user': UserDomainReqToJSON(value.user),
|
|
95
95
|
'userId': value.userId,
|