@otr-app/shared-backend-generated-client 2.5.52 → 2.5.54
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/socialLoginRequest.ts +6 -0
- 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/SocialLoginRequest.d.ts +5 -0
- package/dist/typescript/model/SocialLoginRequest.js +5 -0
- 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/SocialLoginRequest.d.ts +14 -0
- package/dist/typescript-fetch/models/SocialLoginRequest.js +11 -0
- 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 +65 -30
- package/dist/typescript-open-api/otr-backend.js +23 -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;
|
|
@@ -14609,6 +14630,8 @@ export interface components {
|
|
|
14609
14630
|
};
|
|
14610
14631
|
/** SocialLoginRequest */
|
|
14611
14632
|
SocialLoginRequest: {
|
|
14633
|
+
/** @enum {string} */
|
|
14634
|
+
accessType?: SocialLoginRequestAccessType;
|
|
14612
14635
|
/** Format: int64 */
|
|
14613
14636
|
citationId?: number;
|
|
14614
14637
|
/** @enum {string} */
|
|
@@ -15063,33 +15086,36 @@ export interface components {
|
|
|
15063
15086
|
/** @enum {string} */
|
|
15064
15087
|
subscriptionType?: SubscriberDomainSubscriptionType;
|
|
15065
15088
|
};
|
|
15066
|
-
/**
|
|
15067
|
-
|
|
15089
|
+
/** SubscriptionGuardianModel */
|
|
15090
|
+
SubscriptionGuardianModel: {
|
|
15091
|
+
emailAddress: string;
|
|
15092
|
+
firstName: string;
|
|
15093
|
+
lastName: string;
|
|
15094
|
+
};
|
|
15095
|
+
/** SubscriptionPlanEligibility */
|
|
15096
|
+
SubscriptionPlanEligibility: {
|
|
15097
|
+
hypotheticalEligibility?: components["schemas"]["HypotheticalPlanEligibilityModel"];
|
|
15068
15098
|
productName?: string;
|
|
15069
15099
|
/** @enum {string} */
|
|
15070
|
-
subscriptionDiscountEligibilityType?:
|
|
15100
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
15071
15101
|
uiSubscriptionEligibilityMsg?: string;
|
|
15072
15102
|
};
|
|
15073
|
-
/**
|
|
15074
|
-
|
|
15103
|
+
/** SubscriptionPlanEligibilityReq */
|
|
15104
|
+
SubscriptionPlanEligibilityReq: {
|
|
15105
|
+
hypotheticalEligibility?: components["schemas"]["HypotheticalPlanEligibilityModelReq"];
|
|
15075
15106
|
productName?: string;
|
|
15076
15107
|
/** @enum {string} */
|
|
15077
|
-
subscriptionDiscountEligibilityType?:
|
|
15108
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
15078
15109
|
uiSubscriptionEligibilityMsg?: string;
|
|
15079
15110
|
};
|
|
15080
|
-
/**
|
|
15081
|
-
|
|
15111
|
+
/** SubscriptionPlanEligibilityRes */
|
|
15112
|
+
SubscriptionPlanEligibilityRes: {
|
|
15113
|
+
hypotheticalEligibility?: components["schemas"]["HypotheticalPlanEligibilityModelRes"];
|
|
15082
15114
|
productName?: string;
|
|
15083
15115
|
/** @enum {string} */
|
|
15084
|
-
subscriptionDiscountEligibilityType?:
|
|
15116
|
+
subscriptionDiscountEligibilityType?: SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
15085
15117
|
uiSubscriptionEligibilityMsg?: string;
|
|
15086
15118
|
};
|
|
15087
|
-
/** SubscriptionGuardianModel */
|
|
15088
|
-
SubscriptionGuardianModel: {
|
|
15089
|
-
emailAddress: string;
|
|
15090
|
-
firstName: string;
|
|
15091
|
-
lastName: string;
|
|
15092
|
-
};
|
|
15093
15119
|
/** SupportedStateModel */
|
|
15094
15120
|
SupportedStateModel: {
|
|
15095
15121
|
newAlgoEnabled?: boolean;
|
|
@@ -16129,7 +16155,7 @@ export interface components {
|
|
|
16129
16155
|
expirationDateUtc?: string;
|
|
16130
16156
|
id?: string;
|
|
16131
16157
|
/** @enum {string} */
|
|
16132
|
-
productName?:
|
|
16158
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
16133
16159
|
/** Format: date-time */
|
|
16134
16160
|
startDateUtc?: string;
|
|
16135
16161
|
subscriptionCovered?: boolean;
|
|
@@ -16142,7 +16168,7 @@ export interface components {
|
|
|
16142
16168
|
expirationDateUtc?: string;
|
|
16143
16169
|
id?: string;
|
|
16144
16170
|
/** @enum {string} */
|
|
16145
|
-
productName?:
|
|
16171
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
16146
16172
|
/** Format: date-time */
|
|
16147
16173
|
startDateUtc?: string;
|
|
16148
16174
|
/** @enum {string} */
|
|
@@ -16154,7 +16180,7 @@ export interface components {
|
|
|
16154
16180
|
expirationDateUtc?: string;
|
|
16155
16181
|
id?: string;
|
|
16156
16182
|
/** @enum {string} */
|
|
16157
|
-
productName?:
|
|
16183
|
+
productName?: HypotheticalPlanEligibilityModelProductName;
|
|
16158
16184
|
/** Format: date-time */
|
|
16159
16185
|
startDateUtc?: string;
|
|
16160
16186
|
subscriptionCovered?: boolean;
|
|
@@ -16382,7 +16408,7 @@ export interface components {
|
|
|
16382
16408
|
referralCode?: string;
|
|
16383
16409
|
/** @enum {string} */
|
|
16384
16410
|
referralCodeOwner?: GetReferralCodeResponseOwnerType;
|
|
16385
|
-
subscriptionDiscountEligibility?: components["schemas"]["
|
|
16411
|
+
subscriptionDiscountEligibility?: components["schemas"]["SubscriptionPlanEligibility"];
|
|
16386
16412
|
/** Format: int64 */
|
|
16387
16413
|
userId?: number;
|
|
16388
16414
|
};
|
|
@@ -40845,6 +40871,16 @@ export declare enum GetReferralCodeResponseOwnerType {
|
|
|
40845
40871
|
LAWFIRM = "LAWFIRM",
|
|
40846
40872
|
OTR = "OTR"
|
|
40847
40873
|
}
|
|
40874
|
+
export declare enum HypotheticalPlanEligibilityModelHypotheticalEligibility {
|
|
40875
|
+
FULLY_ELIGIBLE = "FULLY_ELIGIBLE",
|
|
40876
|
+
NOT_ELIGIBLE = "NOT_ELIGIBLE",
|
|
40877
|
+
PARTIALLY_ELIGIBLE = "PARTIALLY_ELIGIBLE"
|
|
40878
|
+
}
|
|
40879
|
+
export declare enum HypotheticalPlanEligibilityModelProductName {
|
|
40880
|
+
CONVOY_PRO = "CONVOY_PRO",
|
|
40881
|
+
OTR_FASTLANE = "OTR_FASTLANE",
|
|
40882
|
+
OTR_FASTLANE_TEEN = "OTR_FASTLANE_TEEN"
|
|
40883
|
+
}
|
|
40848
40884
|
export declare enum InviteLawyerToLawfirmRequestRole {
|
|
40849
40885
|
LAWFIRM_ADMIN = "LAWFIRM_ADMIN",
|
|
40850
40886
|
LAWYER = "LAWYER"
|
|
@@ -41109,6 +41145,10 @@ export declare enum SettingResponseType {
|
|
|
41109
41145
|
List = "List",
|
|
41110
41146
|
String = "String"
|
|
41111
41147
|
}
|
|
41148
|
+
export declare enum SocialLoginRequestAccessType {
|
|
41149
|
+
classic = "classic",
|
|
41150
|
+
limited = "limited"
|
|
41151
|
+
}
|
|
41112
41152
|
export declare enum SourceDelivered_as {
|
|
41113
41153
|
ADMIN_INITIATED = "ADMIN_INITIATED",
|
|
41114
41154
|
INBOUND = "INBOUND",
|
|
@@ -41122,7 +41162,7 @@ export declare enum StripeCardDomainFunding {
|
|
|
41122
41162
|
export declare enum SubscriberDomainSubscriptionType {
|
|
41123
41163
|
WEB_BROCHURE_LAUNCH_NOTIFICATION = "WEB_BROCHURE_LAUNCH_NOTIFICATION"
|
|
41124
41164
|
}
|
|
41125
|
-
export declare enum
|
|
41165
|
+
export declare enum SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType {
|
|
41126
41166
|
IS_ELIGIBLE = "IS_ELIGIBLE",
|
|
41127
41167
|
IS_NOT_ELIGIBLE = "IS_NOT_ELIGIBLE",
|
|
41128
41168
|
NOT_APPLICABLE = "NOT_APPLICABLE"
|
|
@@ -41131,11 +41171,6 @@ export declare enum UserReferralLinkModelReferralLinkType {
|
|
|
41131
41171
|
FASTLANE_TEEN = "FASTLANE_TEEN",
|
|
41132
41172
|
PRIMARY = "PRIMARY"
|
|
41133
41173
|
}
|
|
41134
|
-
export declare enum UserSubscriptionPlanModelProductName {
|
|
41135
|
-
CONVOY_PRO = "CONVOY_PRO",
|
|
41136
|
-
OTR_FASTLANE = "OTR_FASTLANE",
|
|
41137
|
-
OTR_FASTLANE_TEEN = "OTR_FASTLANE_TEEN"
|
|
41138
|
-
}
|
|
41139
41174
|
export declare enum ValidateDirectMailResponseOtrError {
|
|
41140
41175
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
41141
41176
|
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";
|
|
@@ -1273,6 +1285,11 @@ export var SettingResponseType;
|
|
|
1273
1285
|
SettingResponseType["List"] = "List";
|
|
1274
1286
|
SettingResponseType["String"] = "String";
|
|
1275
1287
|
})(SettingResponseType || (SettingResponseType = {}));
|
|
1288
|
+
export var SocialLoginRequestAccessType;
|
|
1289
|
+
(function (SocialLoginRequestAccessType) {
|
|
1290
|
+
SocialLoginRequestAccessType["classic"] = "classic";
|
|
1291
|
+
SocialLoginRequestAccessType["limited"] = "limited";
|
|
1292
|
+
})(SocialLoginRequestAccessType || (SocialLoginRequestAccessType = {}));
|
|
1276
1293
|
export var SourceDelivered_as;
|
|
1277
1294
|
(function (SourceDelivered_as) {
|
|
1278
1295
|
SourceDelivered_as["ADMIN_INITIATED"] = "ADMIN_INITIATED";
|
|
@@ -1289,23 +1306,17 @@ export var SubscriberDomainSubscriptionType;
|
|
|
1289
1306
|
(function (SubscriberDomainSubscriptionType) {
|
|
1290
1307
|
SubscriberDomainSubscriptionType["WEB_BROCHURE_LAUNCH_NOTIFICATION"] = "WEB_BROCHURE_LAUNCH_NOTIFICATION";
|
|
1291
1308
|
})(SubscriberDomainSubscriptionType || (SubscriberDomainSubscriptionType = {}));
|
|
1292
|
-
export var
|
|
1293
|
-
(function (
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
})(
|
|
1309
|
+
export var SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType;
|
|
1310
|
+
(function (SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType) {
|
|
1311
|
+
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["IS_ELIGIBLE"] = "IS_ELIGIBLE";
|
|
1312
|
+
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["IS_NOT_ELIGIBLE"] = "IS_NOT_ELIGIBLE";
|
|
1313
|
+
SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType["NOT_APPLICABLE"] = "NOT_APPLICABLE";
|
|
1314
|
+
})(SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType || (SubscriptionPlanEligibilitySubscriptionDiscountEligibilityType = {}));
|
|
1298
1315
|
export var UserReferralLinkModelReferralLinkType;
|
|
1299
1316
|
(function (UserReferralLinkModelReferralLinkType) {
|
|
1300
1317
|
UserReferralLinkModelReferralLinkType["FASTLANE_TEEN"] = "FASTLANE_TEEN";
|
|
1301
1318
|
UserReferralLinkModelReferralLinkType["PRIMARY"] = "PRIMARY";
|
|
1302
1319
|
})(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
1320
|
export var ValidateDirectMailResponseOtrError;
|
|
1310
1321
|
(function (ValidateDirectMailResponseOtrError) {
|
|
1311
1322
|
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 = {}));
|