@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
|
@@ -8480,7 +8480,7 @@ export interface components {
|
|
|
8480
8480
|
/** @enum {string} */
|
|
8481
8481
|
refundEligibility?: AccountLevelFeeRefundEligibility;
|
|
8482
8482
|
resolutionSummary?: string;
|
|
8483
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
8483
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibility"];
|
|
8484
8484
|
uiRefundMsg?: string;
|
|
8485
8485
|
user?: components["schemas"]["UserDomain"];
|
|
8486
8486
|
/** Format: int64 */
|
|
@@ -8520,7 +8520,7 @@ export interface components {
|
|
|
8520
8520
|
/** @enum {string} */
|
|
8521
8521
|
refundEligibility?: AccountLevelFeeRefundEligibility;
|
|
8522
8522
|
resolutionSummary?: string;
|
|
8523
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
8523
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibilityReq"];
|
|
8524
8524
|
uiRefundMsg?: string;
|
|
8525
8525
|
user?: components["schemas"]["UserDomainReq"];
|
|
8526
8526
|
/** Format: int64 */
|
|
@@ -8560,7 +8560,7 @@ export interface components {
|
|
|
8560
8560
|
/** @enum {string} */
|
|
8561
8561
|
refundEligibility?: AccountLevelFeeRefundEligibility;
|
|
8562
8562
|
resolutionSummary?: string;
|
|
8563
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
8563
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibilityRes"];
|
|
8564
8564
|
uiRefundMsg?: string;
|
|
8565
8565
|
user?: components["schemas"]["UserDomainRes"];
|
|
8566
8566
|
/** Format: int64 */
|
|
@@ -11644,6 +11644,27 @@ export interface components {
|
|
|
11644
11644
|
[key: string]: string;
|
|
11645
11645
|
};
|
|
11646
11646
|
};
|
|
11647
|
+
/** HypotheticalPlanEligibilityModel */
|
|
11648
|
+
HypotheticalPlanEligibilityModel: {
|
|
11649
|
+
/** @enum {string} */
|
|
11650
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelHypotheticalEligibility;
|
|
11651
|
+
/** @enum {string} */
|
|
11652
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
11653
|
+
};
|
|
11654
|
+
/** HypotheticalPlanEligibilityModelReq */
|
|
11655
|
+
HypotheticalPlanEligibilityModelReq: {
|
|
11656
|
+
/** @enum {string} */
|
|
11657
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelHypotheticalEligibility;
|
|
11658
|
+
/** @enum {string} */
|
|
11659
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
11660
|
+
};
|
|
11661
|
+
/** HypotheticalPlanEligibilityModelRes */
|
|
11662
|
+
HypotheticalPlanEligibilityModelRes: {
|
|
11663
|
+
/** @enum {string} */
|
|
11664
|
+
hypotheticalEligibility?: HypotheticalPlanEligibilityModelHypotheticalEligibility;
|
|
11665
|
+
/** @enum {string} */
|
|
11666
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
11667
|
+
};
|
|
11647
11668
|
/** IncomingEmail */
|
|
11648
11669
|
IncomingEmail: {
|
|
11649
11670
|
commonHeaders?: components["schemas"]["CommonHeader"];
|
|
@@ -13112,7 +13133,7 @@ export interface components {
|
|
|
13112
13133
|
referralCode?: string;
|
|
13113
13134
|
/** @enum {string} */
|
|
13114
13135
|
referralCodeOwner?: GetReferralCodeResponseOwnerType;
|
|
13115
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
13136
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibility"];
|
|
13116
13137
|
/** Format: int64 */
|
|
13117
13138
|
userId?: number;
|
|
13118
13139
|
};
|
|
@@ -13127,7 +13148,7 @@ export interface components {
|
|
|
13127
13148
|
referralCodeOwner?: GetReferralCodeResponseOwnerType;
|
|
13128
13149
|
/** @enum {string} */
|
|
13129
13150
|
refundEligibility?: AccountLevelFeeRefundEligibility;
|
|
13130
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
13151
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibility"];
|
|
13131
13152
|
uiReasonMsg?: string;
|
|
13132
13153
|
/** Format: int64 */
|
|
13133
13154
|
userId?: number;
|
|
@@ -15063,33 +15084,36 @@ export interface components {
|
|
|
15063
15084
|
/** @enum {string} */
|
|
15064
15085
|
subscriptionType?: SubscriberDomainSubscriptionType;
|
|
15065
15086
|
};
|
|
15066
|
-
/**
|
|
15067
|
-
|
|
15087
|
+
/** SubscriptionGuardianModel */
|
|
15088
|
+
SubscriptionGuardianModel: {
|
|
15089
|
+
emailAddress: string;
|
|
15090
|
+
firstName: string;
|
|
15091
|
+
lastName: string;
|
|
15092
|
+
};
|
|
15093
|
+
/** SubscriptionPlanEligibility */
|
|
15094
|
+
SubscriptionPlanEligibility: {
|
|
15095
|
+
hypotheticalEligibility?: components["schemas"]["HypotheticalPlanEligibilityModel"];
|
|
15068
15096
|
productName?: string;
|
|
15069
15097
|
/** @enum {string} */
|
|
15070
|
-
subscriptionDiscountEligibilityType?:
|
|
15098
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
15071
15099
|
uiSubscriptionEligibilityMsg?: string;
|
|
15072
15100
|
};
|
|
15073
|
-
/**
|
|
15074
|
-
|
|
15101
|
+
/** SubscriptionPlanEligibilityReq */
|
|
15102
|
+
SubscriptionPlanEligibilityReq: {
|
|
15103
|
+
hypotheticalEligibility?: components["schemas"]["HypotheticalPlanEligibilityModelReq"];
|
|
15075
15104
|
productName?: string;
|
|
15076
15105
|
/** @enum {string} */
|
|
15077
|
-
subscriptionDiscountEligibilityType?:
|
|
15106
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
15078
15107
|
uiSubscriptionEligibilityMsg?: string;
|
|
15079
15108
|
};
|
|
15080
|
-
/**
|
|
15081
|
-
|
|
15109
|
+
/** SubscriptionPlanEligibilityRes */
|
|
15110
|
+
SubscriptionPlanEligibilityRes: {
|
|
15111
|
+
hypotheticalEligibility?: components["schemas"]["HypotheticalPlanEligibilityModelRes"];
|
|
15082
15112
|
productName?: string;
|
|
15083
15113
|
/** @enum {string} */
|
|
15084
|
-
subscriptionDiscountEligibilityType?:
|
|
15114
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
15085
15115
|
uiSubscriptionEligibilityMsg?: string;
|
|
15086
15116
|
};
|
|
15087
|
-
/** SubscriptionGuardianModel */
|
|
15088
|
-
SubscriptionGuardianModel: {
|
|
15089
|
-
emailAddress: string;
|
|
15090
|
-
firstName: string;
|
|
15091
|
-
lastName: string;
|
|
15092
|
-
};
|
|
15093
15117
|
/** SupportedStateModel */
|
|
15094
15118
|
SupportedStateModel: {
|
|
15095
15119
|
newAlgoEnabled?: boolean;
|
|
@@ -16129,7 +16153,7 @@ export interface components {
|
|
|
16129
16153
|
expirationDateUtc?: string;
|
|
16130
16154
|
id?: string;
|
|
16131
16155
|
/** @enum {string} */
|
|
16132
|
-
productName?:
|
|
16156
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
16133
16157
|
/** Format: date-time */
|
|
16134
16158
|
startDateUtc?: string;
|
|
16135
16159
|
subscriptionCovered?: boolean;
|
|
@@ -16142,7 +16166,7 @@ export interface components {
|
|
|
16142
16166
|
expirationDateUtc?: string;
|
|
16143
16167
|
id?: string;
|
|
16144
16168
|
/** @enum {string} */
|
|
16145
|
-
productName?:
|
|
16169
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
16146
16170
|
/** Format: date-time */
|
|
16147
16171
|
startDateUtc?: string;
|
|
16148
16172
|
/** @enum {string} */
|
|
@@ -16154,7 +16178,7 @@ export interface components {
|
|
|
16154
16178
|
expirationDateUtc?: string;
|
|
16155
16179
|
id?: string;
|
|
16156
16180
|
/** @enum {string} */
|
|
16157
|
-
productName?:
|
|
16181
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
16158
16182
|
/** Format: date-time */
|
|
16159
16183
|
startDateUtc?: string;
|
|
16160
16184
|
subscriptionCovered?: boolean;
|
|
@@ -16382,7 +16406,7 @@ export interface components {
|
|
|
16382
16406
|
referralCode?: string;
|
|
16383
16407
|
/** @enum {string} */
|
|
16384
16408
|
referralCodeOwner?: GetReferralCodeResponseOwnerType;
|
|
16385
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
16409
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibility"];
|
|
16386
16410
|
/** Format: int64 */
|
|
16387
16411
|
userId?: number;
|
|
16388
16412
|
};
|
|
@@ -40845,6 +40869,16 @@ export declare enum GetReferralCodeResponseOwnerType {
|
|
|
40845
40869
|
LAWFIRM = "LAWFIRM",
|
|
40846
40870
|
OTR = "OTR"
|
|
40847
40871
|
}
|
|
40872
|
+
export declare enum HypotheticalPlanEligibilityModelHypotheticalEligibility {
|
|
40873
|
+
FULLY_ELIGIBLE = "FULLY_ELIGIBLE",
|
|
40874
|
+
NOT_ELIGIBLE = "NOT_ELIGIBLE",
|
|
40875
|
+
PARTIALLY_ELIGIBLE = "PARTIALLY_ELIGIBLE"
|
|
40876
|
+
}
|
|
40877
|
+
export declare enum HypotheticalPlanEligibilityModelProductName {
|
|
40878
|
+
CONVOY_PRO = "CONVOY_PRO",
|
|
40879
|
+
OTR_FASTLANE = "OTR_FASTLANE",
|
|
40880
|
+
OTR_FASTLANE_TEEN = "OTR_FASTLANE_TEEN"
|
|
40881
|
+
}
|
|
40848
40882
|
export declare enum InviteLawyerToLawfirmRequestRole {
|
|
40849
40883
|
LAWFIRM_ADMIN = "LAWFIRM_ADMIN",
|
|
40850
40884
|
LAWYER = "LAWYER"
|
|
@@ -41122,7 +41156,7 @@ export declare enum StripeCardDomainFunding {
|
|
|
41122
41156
|
export declare enum SubscriberDomainSubscriptionType {
|
|
41123
41157
|
WEB_BROCHURE_LAUNCH_NOTIFICATION = "WEB_BROCHURE_LAUNCH_NOTIFICATION"
|
|
41124
41158
|
}
|
|
41125
|
-
export declare enum
|
|
41159
|
+
export declare enum SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType {
|
|
41126
41160
|
IS_ELIGIBLE = "IS_ELIGIBLE",
|
|
41127
41161
|
IS_NOT_ELIGIBLE = "IS_NOT_ELIGIBLE",
|
|
41128
41162
|
NOT_APPLICABLE = "NOT_APPLICABLE"
|
|
@@ -41131,11 +41165,6 @@ export declare enum UserReferralLinkModelReferralLinkType {
|
|
|
41131
41165
|
FASTLANE_TEEN = "FASTLANE_TEEN",
|
|
41132
41166
|
PRIMARY = "PRIMARY"
|
|
41133
41167
|
}
|
|
41134
|
-
export declare enum UserSubscriptionPlanModelProductName {
|
|
41135
|
-
CONVOY_PRO = "CONVOY_PRO",
|
|
41136
|
-
OTR_FASTLANE = "OTR_FASTLANE",
|
|
41137
|
-
OTR_FASTLANE_TEEN = "OTR_FASTLANE_TEEN"
|
|
41138
|
-
}
|
|
41139
41168
|
export declare enum ValidateDirectMailResponseOtrError {
|
|
41140
41169
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
41141
41170
|
ACCOUNT_DISABLED = "ACCOUNT_DISABLED",
|
|
@@ -971,6 +971,18 @@ export var GetReferralCodeResponseOwnerType;
|
|
|
971
971
|
GetReferralCodeResponseOwnerType["LAWFIRM"] = "LAWFIRM";
|
|
972
972
|
GetReferralCodeResponseOwnerType["OTR"] = "OTR";
|
|
973
973
|
})(GetReferralCodeResponseOwnerType || (GetReferralCodeResponseOwnerType = {}));
|
|
974
|
+
export var HypotheticalPlanEligibilityModelHypotheticalEligibility;
|
|
975
|
+
(function (HypotheticalPlanEligibilityModelHypotheticalEligibility) {
|
|
976
|
+
HypotheticalPlanEligibilityModelHypotheticalEligibility["FULLY_ELIGIBLE"] = "FULLY_ELIGIBLE";
|
|
977
|
+
HypotheticalPlanEligibilityModelHypotheticalEligibility["NOT_ELIGIBLE"] = "NOT_ELIGIBLE";
|
|
978
|
+
HypotheticalPlanEligibilityModelHypotheticalEligibility["PARTIALLY_ELIGIBLE"] = "PARTIALLY_ELIGIBLE";
|
|
979
|
+
})(HypotheticalPlanEligibilityModelHypotheticalEligibility || (HypotheticalPlanEligibilityModelHypotheticalEligibility = {}));
|
|
980
|
+
export var HypotheticalPlanEligibilityModelProductName;
|
|
981
|
+
(function (HypotheticalPlanEligibilityModelProductName) {
|
|
982
|
+
HypotheticalPlanEligibilityModelProductName["CONVOY_PRO"] = "CONVOY_PRO";
|
|
983
|
+
HypotheticalPlanEligibilityModelProductName["OTR_FASTLANE"] = "OTR_FASTLANE";
|
|
984
|
+
HypotheticalPlanEligibilityModelProductName["OTR_FASTLANE_TEEN"] = "OTR_FASTLANE_TEEN";
|
|
985
|
+
})(HypotheticalPlanEligibilityModelProductName || (HypotheticalPlanEligibilityModelProductName = {}));
|
|
974
986
|
export var InviteLawyerToLawfirmRequestRole;
|
|
975
987
|
(function (InviteLawyerToLawfirmRequestRole) {
|
|
976
988
|
InviteLawyerToLawfirmRequestRole["LAWFIRM_ADMIN"] = "LAWFIRM_ADMIN";
|
|
@@ -1289,23 +1301,17 @@ export var SubscriberDomainSubscriptionType;
|
|
|
1289
1301
|
(function (SubscriberDomainSubscriptionType) {
|
|
1290
1302
|
SubscriberDomainSubscriptionType["WEB_BROCHURE_LAUNCH_NOTIFICATION"] = "WEB_BROCHURE_LAUNCH_NOTIFICATION";
|
|
1291
1303
|
})(SubscriberDomainSubscriptionType || (SubscriberDomainSubscriptionType = {}));
|
|
1292
|
-
export var
|
|
1293
|
-
(function (
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
})(
|
|
1304
|
+
export var SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
1305
|
+
(function (SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType) {
|
|
1306
|
+
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["IS_ELIGIBLE"] = "IS_ELIGIBLE";
|
|
1307
|
+
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["IS_NOT_ELIGIBLE"] = "IS_NOT_ELIGIBLE";
|
|
1308
|
+
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["NOT_APPLICABLE"] = "NOT_APPLICABLE";
|
|
1309
|
+
})(SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType || (SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType = {}));
|
|
1298
1310
|
export var UserReferralLinkModelReferralLinkType;
|
|
1299
1311
|
(function (UserReferralLinkModelReferralLinkType) {
|
|
1300
1312
|
UserReferralLinkModelReferralLinkType["FASTLANE_TEEN"] = "FASTLANE_TEEN";
|
|
1301
1313
|
UserReferralLinkModelReferralLinkType["PRIMARY"] = "PRIMARY";
|
|
1302
1314
|
})(UserReferralLinkModelReferralLinkType || (UserReferralLinkModelReferralLinkType = {}));
|
|
1303
|
-
export var UserSubscriptionPlanModelProductName;
|
|
1304
|
-
(function (UserSubscriptionPlanModelProductName) {
|
|
1305
|
-
UserSubscriptionPlanModelProductName["CONVOY_PRO"] = "CONVOY_PRO";
|
|
1306
|
-
UserSubscriptionPlanModelProductName["OTR_FASTLANE"] = "OTR_FASTLANE";
|
|
1307
|
-
UserSubscriptionPlanModelProductName["OTR_FASTLANE_TEEN"] = "OTR_FASTLANE_TEEN";
|
|
1308
|
-
})(UserSubscriptionPlanModelProductName || (UserSubscriptionPlanModelProductName = {}));
|
|
1309
1315
|
export var ValidateDirectMailResponseOtrError;
|
|
1310
1316
|
(function (ValidateDirectMailResponseOtrError) {
|
|
1311
1317
|
ValidateDirectMailResponseOtrError["ACCESS_DENIED"] = "ACCESS_DENIED";
|
package/package.json
CHANGED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SubscriptionDiscountEligibility
|
|
16
|
-
*/
|
|
17
|
-
export interface SubscriptionDiscountEligibility {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SubscriptionDiscountEligibility
|
|
22
|
-
*/
|
|
23
|
-
productName?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SubscriptionDiscountEligibility
|
|
28
|
-
*/
|
|
29
|
-
subscriptionDiscountEligibilityType?: SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SubscriptionDiscountEligibility
|
|
34
|
-
*/
|
|
35
|
-
uiSubscriptionEligibilityMsg?: string;
|
|
36
|
-
}
|
|
37
|
-
export declare function SubscriptionDiscountEligibilityFromJSON(json: any): SubscriptionDiscountEligibility;
|
|
38
|
-
export declare function SubscriptionDiscountEligibilityFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubscriptionDiscountEligibility;
|
|
39
|
-
export declare function SubscriptionDiscountEligibilityToJSON(value?: SubscriptionDiscountEligibility | null): any;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
export declare enum SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum {
|
|
45
|
-
ISELIGIBLE = "IS_ELIGIBLE",
|
|
46
|
-
ISNOTELIGIBLE = "IS_NOT_ELIGIBLE",
|
|
47
|
-
NOTAPPLICABLE = "NOT_APPLICABLE"
|
|
48
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
export function SubscriptionDiscountEligibilityFromJSON(json) {
|
|
16
|
-
return SubscriptionDiscountEligibilityFromJSONTyped(json, false);
|
|
17
|
-
}
|
|
18
|
-
export function SubscriptionDiscountEligibilityFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
-
if ((json === undefined) || (json === null)) {
|
|
20
|
-
return json;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'productName': !exists(json, 'productName') ? undefined : json['productName'],
|
|
24
|
-
'subscriptionDiscountEligibilityType': !exists(json, 'subscriptionDiscountEligibilityType') ? undefined : json['subscriptionDiscountEligibilityType'],
|
|
25
|
-
'uiSubscriptionEligibilityMsg': !exists(json, 'uiSubscriptionEligibilityMsg') ? undefined : json['uiSubscriptionEligibilityMsg'],
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function SubscriptionDiscountEligibilityToJSON(value) {
|
|
29
|
-
if (value === undefined) {
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
if (value === null) {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'productName': value.productName,
|
|
37
|
-
'subscriptionDiscountEligibilityType': value.subscriptionDiscountEligibilityType,
|
|
38
|
-
'uiSubscriptionEligibilityMsg': value.uiSubscriptionEligibilityMsg,
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* @export
|
|
43
|
-
* @enum {string}
|
|
44
|
-
*/
|
|
45
|
-
export var SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum;
|
|
46
|
-
(function (SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum) {
|
|
47
|
-
SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum["ISELIGIBLE"] = "IS_ELIGIBLE";
|
|
48
|
-
SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum["ISNOTELIGIBLE"] = "IS_NOT_ELIGIBLE";
|
|
49
|
-
SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum["NOTAPPLICABLE"] = "NOT_APPLICABLE";
|
|
50
|
-
})(SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum || (SubscriptionDiscountEligibilitySubscriptionDiscountEligibilityTypeEnum = {}));
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SubscriptionDiscountEligibilityReq
|
|
16
|
-
*/
|
|
17
|
-
export interface SubscriptionDiscountEligibilityReq {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SubscriptionDiscountEligibilityReq
|
|
22
|
-
*/
|
|
23
|
-
productName?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SubscriptionDiscountEligibilityReq
|
|
28
|
-
*/
|
|
29
|
-
subscriptionDiscountEligibilityType?: SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SubscriptionDiscountEligibilityReq
|
|
34
|
-
*/
|
|
35
|
-
uiSubscriptionEligibilityMsg?: string;
|
|
36
|
-
}
|
|
37
|
-
export declare function SubscriptionDiscountEligibilityReqFromJSON(json: any): SubscriptionDiscountEligibilityReq;
|
|
38
|
-
export declare function SubscriptionDiscountEligibilityReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubscriptionDiscountEligibilityReq;
|
|
39
|
-
export declare function SubscriptionDiscountEligibilityReqToJSON(value?: SubscriptionDiscountEligibilityReq | null): any;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
export declare enum SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum {
|
|
45
|
-
ISELIGIBLE = "IS_ELIGIBLE",
|
|
46
|
-
ISNOTELIGIBLE = "IS_NOT_ELIGIBLE",
|
|
47
|
-
NOTAPPLICABLE = "NOT_APPLICABLE"
|
|
48
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
export function SubscriptionDiscountEligibilityReqFromJSON(json) {
|
|
16
|
-
return SubscriptionDiscountEligibilityReqFromJSONTyped(json, false);
|
|
17
|
-
}
|
|
18
|
-
export function SubscriptionDiscountEligibilityReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
-
if ((json === undefined) || (json === null)) {
|
|
20
|
-
return json;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'productName': !exists(json, 'productName') ? undefined : json['productName'],
|
|
24
|
-
'subscriptionDiscountEligibilityType': !exists(json, 'subscriptionDiscountEligibilityType') ? undefined : json['subscriptionDiscountEligibilityType'],
|
|
25
|
-
'uiSubscriptionEligibilityMsg': !exists(json, 'uiSubscriptionEligibilityMsg') ? undefined : json['uiSubscriptionEligibilityMsg'],
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function SubscriptionDiscountEligibilityReqToJSON(value) {
|
|
29
|
-
if (value === undefined) {
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
if (value === null) {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'productName': value.productName,
|
|
37
|
-
'subscriptionDiscountEligibilityType': value.subscriptionDiscountEligibilityType,
|
|
38
|
-
'uiSubscriptionEligibilityMsg': value.uiSubscriptionEligibilityMsg,
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* @export
|
|
43
|
-
* @enum {string}
|
|
44
|
-
*/
|
|
45
|
-
export var SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum;
|
|
46
|
-
(function (SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum) {
|
|
47
|
-
SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum["ISELIGIBLE"] = "IS_ELIGIBLE";
|
|
48
|
-
SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum["ISNOTELIGIBLE"] = "IS_NOT_ELIGIBLE";
|
|
49
|
-
SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum["NOTAPPLICABLE"] = "NOT_APPLICABLE";
|
|
50
|
-
})(SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum || (SubscriptionDiscountEligibilityReqSubscriptionDiscountEligibilityTypeEnum = {}));
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OffTheRecord Rest Service API - Devo
|
|
3
|
-
* A service to handle your traffic tickets
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SubscriptionDiscountEligibilityRes
|
|
16
|
-
*/
|
|
17
|
-
export interface SubscriptionDiscountEligibilityRes {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SubscriptionDiscountEligibilityRes
|
|
22
|
-
*/
|
|
23
|
-
productName?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SubscriptionDiscountEligibilityRes
|
|
28
|
-
*/
|
|
29
|
-
subscriptionDiscountEligibilityType?: SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SubscriptionDiscountEligibilityRes
|
|
34
|
-
*/
|
|
35
|
-
uiSubscriptionEligibilityMsg?: string;
|
|
36
|
-
}
|
|
37
|
-
export declare function SubscriptionDiscountEligibilityResFromJSON(json: any): SubscriptionDiscountEligibilityRes;
|
|
38
|
-
export declare function SubscriptionDiscountEligibilityResFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubscriptionDiscountEligibilityRes;
|
|
39
|
-
export declare function SubscriptionDiscountEligibilityResToJSON(value?: SubscriptionDiscountEligibilityRes | null): any;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
export declare enum SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum {
|
|
45
|
-
ISELIGIBLE = "IS_ELIGIBLE",
|
|
46
|
-
ISNOTELIGIBLE = "IS_NOT_ELIGIBLE",
|
|
47
|
-
NOTAPPLICABLE = "NOT_APPLICABLE"
|
|
48
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OffTheRecord Rest Service API - Devo
|
|
5
|
-
* A service to handle your traffic tickets
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { exists } from '../runtime';
|
|
15
|
-
export function SubscriptionDiscountEligibilityResFromJSON(json) {
|
|
16
|
-
return SubscriptionDiscountEligibilityResFromJSONTyped(json, false);
|
|
17
|
-
}
|
|
18
|
-
export function SubscriptionDiscountEligibilityResFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
-
if ((json === undefined) || (json === null)) {
|
|
20
|
-
return json;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'productName': !exists(json, 'productName') ? undefined : json['productName'],
|
|
24
|
-
'subscriptionDiscountEligibilityType': !exists(json, 'subscriptionDiscountEligibilityType') ? undefined : json['subscriptionDiscountEligibilityType'],
|
|
25
|
-
'uiSubscriptionEligibilityMsg': !exists(json, 'uiSubscriptionEligibilityMsg') ? undefined : json['uiSubscriptionEligibilityMsg'],
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function SubscriptionDiscountEligibilityResToJSON(value) {
|
|
29
|
-
if (value === undefined) {
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
if (value === null) {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'productName': value.productName,
|
|
37
|
-
'subscriptionDiscountEligibilityType': value.subscriptionDiscountEligibilityType,
|
|
38
|
-
'uiSubscriptionEligibilityMsg': value.uiSubscriptionEligibilityMsg,
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* @export
|
|
43
|
-
* @enum {string}
|
|
44
|
-
*/
|
|
45
|
-
export var SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum;
|
|
46
|
-
(function (SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum) {
|
|
47
|
-
SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum["ISELIGIBLE"] = "IS_ELIGIBLE";
|
|
48
|
-
SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum["ISNOTELIGIBLE"] = "IS_NOT_ELIGIBLE";
|
|
49
|
-
SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum["NOTAPPLICABLE"] = "NOT_APPLICABLE";
|
|
50
|
-
})(SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum || (SubscriptionDiscountEligibilityResSubscriptionDiscountEligibilityTypeEnum = {}));
|