@otr-app/shared-backend-generated-client 2.5.91 → 2.5.93
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 -1
- package/dist/angular/api/api.ts +3 -1
- package/dist/angular/api/eventBridgeEmailNotificationController.service.ts +166 -0
- package/dist/angular/api/snsListenerController.service.ts +0 -71
- package/dist/angular/api.module.ts +1 -0
- package/dist/angular/model/casePaymentDomain.ts +2 -3
- package/dist/angular/model/eventBridgeRequest.ts +26 -0
- package/dist/angular/model/models.ts +5 -1
- package/dist/angular/model/sesBounceObject.ts +29 -0
- package/dist/angular/model/sesComplaintObject.ts +19 -0
- package/dist/angular/model/sesEventDetail.ts +23 -0
- package/dist/angular/model/sesMailObject.ts +21 -0
- package/dist/otrBackendService.js +42 -37
- package/dist/otrBackendService.min.js +7 -7
- package/dist/typescript/api/EventBridgeEmailNotificationControllerApi.d.ts +27 -0
- package/dist/typescript/api/EventBridgeEmailNotificationControllerApi.js +51 -0
- package/dist/typescript/api/SnsListenerControllerApi.d.ts +0 -6
- package/dist/typescript/api/SnsListenerControllerApi.js +0 -25
- package/dist/typescript/api/api.d.ts +3 -1
- package/dist/typescript/api/api.js +3 -1
- package/dist/typescript/api.module.js +1 -0
- package/dist/typescript/model/CasePaymentDomain.d.ts +2 -2
- package/dist/typescript/model/EventBridgeRequest.d.ts +23 -0
- package/dist/typescript/model/EventBridgeRequest.js +12 -0
- package/dist/typescript/model/SesBounceObject.d.ts +24 -0
- package/dist/typescript/model/SesBounceObject.js +20 -0
- package/dist/typescript/model/SesComplaintObject.d.ts +16 -0
- package/dist/typescript/model/SesComplaintObject.js +12 -0
- package/dist/typescript/model/SesEventDetail.d.ts +18 -0
- package/dist/typescript/model/SesEventDetail.js +12 -0
- package/dist/typescript/model/SesMailObject.d.ts +18 -0
- package/dist/typescript/model/SesMailObject.js +12 -0
- package/dist/typescript/model/models.d.ts +5 -1
- package/dist/typescript/model/models.js +5 -1
- package/dist/typescript-fetch/apis/EventBridgeEmailNotificationControllerApi.d.ts +30 -0
- package/dist/typescript-fetch/apis/EventBridgeEmailNotificationControllerApi.js +62 -0
- package/dist/typescript-fetch/apis/SnsListenerControllerApi.d.ts +1 -12
- package/dist/typescript-fetch/apis/SnsListenerControllerApi.js +1 -31
- package/dist/typescript-fetch/apis/index.d.ts +1 -0
- package/dist/typescript-fetch/apis/index.js +1 -0
- package/dist/typescript-fetch/models/CasePaymentDomain.d.ts +5 -5
- package/dist/typescript-fetch/models/CasePaymentDomain.js +5 -5
- package/dist/typescript-fetch/models/EventBridgeRequest.d.ts +76 -0
- package/dist/typescript-fetch/models/EventBridgeRequest.js +53 -0
- package/dist/typescript-fetch/models/SesBounceObject.d.ts +54 -0
- package/dist/typescript-fetch/models/SesBounceObject.js +52 -0
- package/dist/typescript-fetch/models/SesComplaintObject.d.ts +39 -0
- package/dist/typescript-fetch/models/SesComplaintObject.js +40 -0
- package/dist/typescript-fetch/models/SesEventDetail.d.ts +46 -0
- package/dist/typescript-fetch/models/SesEventDetail.js +43 -0
- package/dist/typescript-fetch/models/SesMailObject.d.ts +51 -0
- package/dist/typescript-fetch/models/SesMailObject.js +44 -0
- package/dist/typescript-fetch/models/index.d.ts +5 -1
- package/dist/typescript-fetch/models/index.js +5 -1
- package/dist/typescript-open-api/otr-backend.d.ts +122 -79
- package/dist/typescript-open-api/otr-backend.js +6 -0
- package/package.json +1 -1
- package/dist/typescript-fetch/models/SNSNotificationRequest.d.ts +0 -45
- package/dist/typescript-fetch/models/SNSNotificationRequest.js +0 -42
|
@@ -3023,6 +3023,23 @@ export interface paths {
|
|
|
3023
3023
|
patch?: never;
|
|
3024
3024
|
trace?: never;
|
|
3025
3025
|
};
|
|
3026
|
+
"/api/v1/event-bridge/bounce-complaint-notifications": {
|
|
3027
|
+
parameters: {
|
|
3028
|
+
query?: never;
|
|
3029
|
+
header?: never;
|
|
3030
|
+
path?: never;
|
|
3031
|
+
cookie?: never;
|
|
3032
|
+
};
|
|
3033
|
+
get?: never;
|
|
3034
|
+
put?: never;
|
|
3035
|
+
/** handleHardBounceComplainEvents */
|
|
3036
|
+
post: operations["handleHardBounceComplainEventsUsingPOST"];
|
|
3037
|
+
delete?: never;
|
|
3038
|
+
options?: never;
|
|
3039
|
+
head?: never;
|
|
3040
|
+
patch?: never;
|
|
3041
|
+
trace?: never;
|
|
3042
|
+
};
|
|
3026
3043
|
"/api/v1/external-content-votes": {
|
|
3027
3044
|
parameters: {
|
|
3028
3045
|
query?: never;
|
|
@@ -5551,23 +5568,6 @@ export interface paths {
|
|
|
5551
5568
|
patch?: never;
|
|
5552
5569
|
trace?: never;
|
|
5553
5570
|
};
|
|
5554
|
-
"/api/v1/blacklists/ses/emails": {
|
|
5555
|
-
parameters: {
|
|
5556
|
-
query?: never;
|
|
5557
|
-
header?: never;
|
|
5558
|
-
path?: never;
|
|
5559
|
-
cookie?: never;
|
|
5560
|
-
};
|
|
5561
|
-
get?: never;
|
|
5562
|
-
put?: never;
|
|
5563
|
-
/** handleBounceComplaintEmails */
|
|
5564
|
-
post: operations["handleBounceComplaintEmailsUsingPOST"];
|
|
5565
|
-
delete?: never;
|
|
5566
|
-
options?: never;
|
|
5567
|
-
head?: never;
|
|
5568
|
-
patch?: never;
|
|
5569
|
-
trace?: never;
|
|
5570
|
-
};
|
|
5571
5571
|
"/api/v1/ses/inbound-emails": {
|
|
5572
5572
|
parameters: {
|
|
5573
5573
|
query?: never;
|
|
@@ -8648,7 +8648,8 @@ export interface components {
|
|
|
8648
8648
|
chargeAttempts?: number;
|
|
8649
8649
|
/** Format: int32 */
|
|
8650
8650
|
clientTotalCost?: number;
|
|
8651
|
-
|
|
8651
|
+
/** Format: date-time */
|
|
8652
|
+
creationDateUTC?: string;
|
|
8652
8653
|
/** Format: date-time */
|
|
8653
8654
|
dueDate?: string;
|
|
8654
8655
|
hasPredictedOrAdjustedFee?: boolean;
|
|
@@ -8656,7 +8657,8 @@ export interface components {
|
|
|
8656
8657
|
isPaymentActive?: boolean;
|
|
8657
8658
|
/** Format: date-time */
|
|
8658
8659
|
lastAttemptDate?: string;
|
|
8659
|
-
|
|
8660
|
+
/** Format: date-time */
|
|
8661
|
+
lastUpdatedDateUTC?: string;
|
|
8660
8662
|
/** Format: int32 */
|
|
8661
8663
|
lawfirmAssumedCost?: number;
|
|
8662
8664
|
/** Format: int64 */
|
|
@@ -10187,6 +10189,18 @@ export interface components {
|
|
|
10187
10189
|
/** Format: int32 */
|
|
10188
10190
|
totalExtraInsuranceCostInCents?: number;
|
|
10189
10191
|
};
|
|
10192
|
+
/** EventBridgeRequest */
|
|
10193
|
+
EventBridgeRequest: {
|
|
10194
|
+
account?: string;
|
|
10195
|
+
detail?: components["schemas"]["SesEventDetail"];
|
|
10196
|
+
"detail-type"?: string;
|
|
10197
|
+
id?: string;
|
|
10198
|
+
region?: string;
|
|
10199
|
+
resources?: string[];
|
|
10200
|
+
source?: string;
|
|
10201
|
+
time?: string;
|
|
10202
|
+
version?: string;
|
|
10203
|
+
};
|
|
10190
10204
|
/** ExistingAccountDetails */
|
|
10191
10205
|
ExistingAccountDetails: {
|
|
10192
10206
|
firstName?: string;
|
|
@@ -14201,13 +14215,6 @@ export interface components {
|
|
|
14201
14215
|
vehicle_year?: string;
|
|
14202
14216
|
violation_names?: string[];
|
|
14203
14217
|
};
|
|
14204
|
-
/** SNSNotificationRequest */
|
|
14205
|
-
SNSNotificationRequest: {
|
|
14206
|
-
Message?: string;
|
|
14207
|
-
SubscribeURL?: string;
|
|
14208
|
-
Type?: string;
|
|
14209
|
-
UnsubscribeURL?: string;
|
|
14210
|
-
};
|
|
14211
14218
|
/** SSLCertificateResponse */
|
|
14212
14219
|
SSLCertificateResponse: {
|
|
14213
14220
|
/** Format: byte */
|
|
@@ -14584,6 +14591,35 @@ export interface components {
|
|
|
14584
14591
|
sla_status?: string;
|
|
14585
14592
|
type?: string;
|
|
14586
14593
|
};
|
|
14594
|
+
/** SesBounceObject */
|
|
14595
|
+
SesBounceObject: {
|
|
14596
|
+
bounceSubType?: string;
|
|
14597
|
+
/** @enum {string} */
|
|
14598
|
+
bounceType?: SesBounceObjectBounceType;
|
|
14599
|
+
feedbackId?: string;
|
|
14600
|
+
timestamp?: string;
|
|
14601
|
+
};
|
|
14602
|
+
/** SesComplaintObject */
|
|
14603
|
+
SesComplaintObject: {
|
|
14604
|
+
complaintFeedbackType?: string;
|
|
14605
|
+
feedbackId?: string;
|
|
14606
|
+
timestamp?: string;
|
|
14607
|
+
};
|
|
14608
|
+
/** SesEventDetail */
|
|
14609
|
+
SesEventDetail: {
|
|
14610
|
+
bounce?: components["schemas"]["SesBounceObject"];
|
|
14611
|
+
complaint?: components["schemas"]["SesComplaintObject"];
|
|
14612
|
+
eventType?: string;
|
|
14613
|
+
mail?: components["schemas"]["SesMailObject"];
|
|
14614
|
+
};
|
|
14615
|
+
/** SesMailObject */
|
|
14616
|
+
SesMailObject: {
|
|
14617
|
+
destination?: string[];
|
|
14618
|
+
messageId?: string;
|
|
14619
|
+
source?: string;
|
|
14620
|
+
sourceArn?: string;
|
|
14621
|
+
timestamp?: string;
|
|
14622
|
+
};
|
|
14587
14623
|
/** SetArchiveCaseModel */
|
|
14588
14624
|
SetArchiveCaseModel: {
|
|
14589
14625
|
caseId?: string;
|
|
@@ -26410,6 +26446,61 @@ export interface operations {
|
|
|
26410
26446
|
};
|
|
26411
26447
|
};
|
|
26412
26448
|
};
|
|
26449
|
+
handleHardBounceComplainEventsUsingPOST: {
|
|
26450
|
+
parameters: {
|
|
26451
|
+
query?: never;
|
|
26452
|
+
header?: {
|
|
26453
|
+
/** @description X-Api-Token */
|
|
26454
|
+
"X-Api-Token"?: string;
|
|
26455
|
+
};
|
|
26456
|
+
path?: never;
|
|
26457
|
+
cookie?: never;
|
|
26458
|
+
};
|
|
26459
|
+
requestBody?: {
|
|
26460
|
+
content: {
|
|
26461
|
+
"application/json": components["schemas"]["EventBridgeRequest"];
|
|
26462
|
+
};
|
|
26463
|
+
};
|
|
26464
|
+
responses: {
|
|
26465
|
+
/** @description OK */
|
|
26466
|
+
200: {
|
|
26467
|
+
headers: {
|
|
26468
|
+
[name: string]: unknown;
|
|
26469
|
+
};
|
|
26470
|
+
content: {
|
|
26471
|
+
"*/*": Record<string, never>;
|
|
26472
|
+
};
|
|
26473
|
+
};
|
|
26474
|
+
/** @description Created */
|
|
26475
|
+
201: {
|
|
26476
|
+
headers: {
|
|
26477
|
+
[name: string]: unknown;
|
|
26478
|
+
};
|
|
26479
|
+
content?: never;
|
|
26480
|
+
};
|
|
26481
|
+
/** @description Unauthorized */
|
|
26482
|
+
401: {
|
|
26483
|
+
headers: {
|
|
26484
|
+
[name: string]: unknown;
|
|
26485
|
+
};
|
|
26486
|
+
content?: never;
|
|
26487
|
+
};
|
|
26488
|
+
/** @description Forbidden */
|
|
26489
|
+
403: {
|
|
26490
|
+
headers: {
|
|
26491
|
+
[name: string]: unknown;
|
|
26492
|
+
};
|
|
26493
|
+
content?: never;
|
|
26494
|
+
};
|
|
26495
|
+
/** @description Not Found */
|
|
26496
|
+
404: {
|
|
26497
|
+
headers: {
|
|
26498
|
+
[name: string]: unknown;
|
|
26499
|
+
};
|
|
26500
|
+
content?: never;
|
|
26501
|
+
};
|
|
26502
|
+
};
|
|
26503
|
+
};
|
|
26413
26504
|
saveExternalContentVoteUsingPOST: {
|
|
26414
26505
|
parameters: {
|
|
26415
26506
|
query?: never;
|
|
@@ -34753,59 +34844,6 @@ export interface operations {
|
|
|
34753
34844
|
};
|
|
34754
34845
|
};
|
|
34755
34846
|
};
|
|
34756
|
-
handleBounceComplaintEmailsUsingPOST: {
|
|
34757
|
-
parameters: {
|
|
34758
|
-
query?: never;
|
|
34759
|
-
header?: never;
|
|
34760
|
-
path?: never;
|
|
34761
|
-
cookie?: never;
|
|
34762
|
-
};
|
|
34763
|
-
requestBody?: {
|
|
34764
|
-
content: {
|
|
34765
|
-
"application/json": components["schemas"]["SNSNotificationRequest"];
|
|
34766
|
-
"text/plain": components["schemas"]["SNSNotificationRequest"];
|
|
34767
|
-
};
|
|
34768
|
-
};
|
|
34769
|
-
responses: {
|
|
34770
|
-
/** @description OK */
|
|
34771
|
-
200: {
|
|
34772
|
-
headers: {
|
|
34773
|
-
[name: string]: unknown;
|
|
34774
|
-
};
|
|
34775
|
-
content: {
|
|
34776
|
-
"*/*": Record<string, never>;
|
|
34777
|
-
};
|
|
34778
|
-
};
|
|
34779
|
-
/** @description Created */
|
|
34780
|
-
201: {
|
|
34781
|
-
headers: {
|
|
34782
|
-
[name: string]: unknown;
|
|
34783
|
-
};
|
|
34784
|
-
content?: never;
|
|
34785
|
-
};
|
|
34786
|
-
/** @description Unauthorized */
|
|
34787
|
-
401: {
|
|
34788
|
-
headers: {
|
|
34789
|
-
[name: string]: unknown;
|
|
34790
|
-
};
|
|
34791
|
-
content?: never;
|
|
34792
|
-
};
|
|
34793
|
-
/** @description Forbidden */
|
|
34794
|
-
403: {
|
|
34795
|
-
headers: {
|
|
34796
|
-
[name: string]: unknown;
|
|
34797
|
-
};
|
|
34798
|
-
content?: never;
|
|
34799
|
-
};
|
|
34800
|
-
/** @description Not Found */
|
|
34801
|
-
404: {
|
|
34802
|
-
headers: {
|
|
34803
|
-
[name: string]: unknown;
|
|
34804
|
-
};
|
|
34805
|
-
content?: never;
|
|
34806
|
-
};
|
|
34807
|
-
};
|
|
34808
|
-
};
|
|
34809
34847
|
handleIncomingEmailsUsingPOST: {
|
|
34810
34848
|
parameters: {
|
|
34811
34849
|
query?: never;
|
|
@@ -41372,6 +41410,11 @@ export declare enum SendEmailToUserRequestReviewPlatform {
|
|
|
41372
41410
|
export declare enum SendTextAlertToUserRequestTextAlertType {
|
|
41373
41411
|
DOWNLOAD_APP = "DOWNLOAD_APP"
|
|
41374
41412
|
}
|
|
41413
|
+
export declare enum SesBounceObjectBounceType {
|
|
41414
|
+
PERMANENT = "PERMANENT",
|
|
41415
|
+
TRANSIENT = "TRANSIENT",
|
|
41416
|
+
UNDETERMINED = "UNDETERMINED"
|
|
41417
|
+
}
|
|
41375
41418
|
export declare enum SetCustomerReviewStatusRequestStatus {
|
|
41376
41419
|
APPROVED = "APPROVED",
|
|
41377
41420
|
REJECTED = "REJECTED"
|
|
@@ -1301,6 +1301,12 @@ export var SendTextAlertToUserRequestTextAlertType;
|
|
|
1301
1301
|
(function (SendTextAlertToUserRequestTextAlertType) {
|
|
1302
1302
|
SendTextAlertToUserRequestTextAlertType["DOWNLOAD_APP"] = "DOWNLOAD_APP";
|
|
1303
1303
|
})(SendTextAlertToUserRequestTextAlertType || (SendTextAlertToUserRequestTextAlertType = {}));
|
|
1304
|
+
export var SesBounceObjectBounceType;
|
|
1305
|
+
(function (SesBounceObjectBounceType) {
|
|
1306
|
+
SesBounceObjectBounceType["PERMANENT"] = "PERMANENT";
|
|
1307
|
+
SesBounceObjectBounceType["TRANSIENT"] = "TRANSIENT";
|
|
1308
|
+
SesBounceObjectBounceType["UNDETERMINED"] = "UNDETERMINED";
|
|
1309
|
+
})(SesBounceObjectBounceType || (SesBounceObjectBounceType = {}));
|
|
1304
1310
|
export var SetCustomerReviewStatusRequestStatus;
|
|
1305
1311
|
(function (SetCustomerReviewStatusRequestStatus) {
|
|
1306
1312
|
SetCustomerReviewStatusRequestStatus["APPROVED"] = "APPROVED";
|
package/package.json
CHANGED
|
@@ -1,45 +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 SNSNotificationRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface SNSNotificationRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SNSNotificationRequest
|
|
22
|
-
*/
|
|
23
|
-
message?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SNSNotificationRequest
|
|
28
|
-
*/
|
|
29
|
-
subscribeURL?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SNSNotificationRequest
|
|
34
|
-
*/
|
|
35
|
-
type?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof SNSNotificationRequest
|
|
40
|
-
*/
|
|
41
|
-
unsubscribeURL?: string;
|
|
42
|
-
}
|
|
43
|
-
export declare function SNSNotificationRequestFromJSON(json: any): SNSNotificationRequest;
|
|
44
|
-
export declare function SNSNotificationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SNSNotificationRequest;
|
|
45
|
-
export declare function SNSNotificationRequestToJSON(value?: SNSNotificationRequest | null): any;
|
|
@@ -1,42 +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 SNSNotificationRequestFromJSON(json) {
|
|
16
|
-
return SNSNotificationRequestFromJSONTyped(json, false);
|
|
17
|
-
}
|
|
18
|
-
export function SNSNotificationRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
19
|
-
if ((json === undefined) || (json === null)) {
|
|
20
|
-
return json;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'message': !exists(json, 'Message') ? undefined : json['Message'],
|
|
24
|
-
'subscribeURL': !exists(json, 'SubscribeURL') ? undefined : json['SubscribeURL'],
|
|
25
|
-
'type': !exists(json, 'Type') ? undefined : json['Type'],
|
|
26
|
-
'unsubscribeURL': !exists(json, 'UnsubscribeURL') ? undefined : json['UnsubscribeURL'],
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
export function SNSNotificationRequestToJSON(value) {
|
|
30
|
-
if (value === undefined) {
|
|
31
|
-
return undefined;
|
|
32
|
-
}
|
|
33
|
-
if (value === null) {
|
|
34
|
-
return null;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'Message': value.message,
|
|
38
|
-
'SubscribeURL': value.subscribeURL,
|
|
39
|
-
'Type': value.type,
|
|
40
|
-
'UnsubscribeURL': value.unsubscribeURL,
|
|
41
|
-
};
|
|
42
|
-
}
|