@otr-app/shared-backend-generated-client 2.3.134 → 2.3.136
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 +5 -0
- package/dist/angular/model/action.ts +20 -0
- package/dist/angular/model/fineInformation.ts +27 -0
- package/dist/angular/model/forwardMessageRequest.ts +2 -1
- package/dist/angular/model/getCaseUserModel.ts +1 -0
- package/dist/angular/model/gptFunctionModel.ts +64 -0
- package/dist/angular/model/models.ts +5 -0
- package/dist/angular/model/otherCase.ts +22 -0
- package/dist/typescript/model/Action.d.ts +17 -0
- package/dist/typescript/model/Action.js +13 -0
- package/dist/typescript/model/ExternalTicketCourt.d.ts +17 -0
- package/dist/typescript/model/ExternalTicketCourt.js +13 -0
- package/dist/typescript/model/FineInformation.d.ts +24 -0
- package/dist/typescript/model/FineInformation.js +13 -0
- package/dist/typescript/model/ForwardMessageRequest.d.ts +2 -1
- package/dist/typescript/model/GetCaseUserModel.d.ts +1 -0
- package/dist/typescript/model/GptFunctionModel.d.ts +58 -0
- package/dist/typescript/model/GptFunctionModel.js +13 -0
- package/dist/typescript/model/OtherCase.d.ts +19 -0
- package/dist/typescript/model/OtherCase.js +13 -0
- package/dist/typescript/model/models.d.ts +5 -0
- package/dist/typescript/model/models.js +5 -0
- package/package.json +1 -1
|
@@ -114,6 +114,7 @@ model/accountLevelFee.ts
|
|
|
114
114
|
model/accountLevelFeeRequest.ts
|
|
115
115
|
model/accountLevelFeeResponse.ts
|
|
116
116
|
model/accountLevelFeeToSave.ts
|
|
117
|
+
model/action.ts
|
|
117
118
|
model/actionByEntityModel.ts
|
|
118
119
|
model/activityFeedModel.ts
|
|
119
120
|
model/addACHToStripeAccountRequest.ts
|
|
@@ -303,6 +304,7 @@ model/enableViolationsForLawfirmRequest.ts
|
|
|
303
304
|
model/enableViolationsForLawfirmResponse.ts
|
|
304
305
|
model/estimateInsuranceSavingsRequest.ts
|
|
305
306
|
model/estimateInsuranceSavingsResponse.ts
|
|
307
|
+
model/externalTicketCourt.ts
|
|
306
308
|
model/feedbackAttachmentModel.ts
|
|
307
309
|
model/feedbackDomain.ts
|
|
308
310
|
model/financialTransaction.ts
|
|
@@ -313,6 +315,7 @@ model/findMatchingUser.ts
|
|
|
313
315
|
model/findMatchingUsersRequest.ts
|
|
314
316
|
model/findMatchingUsersResponse.ts
|
|
315
317
|
model/findsCourtsResponse.ts
|
|
318
|
+
model/fineInformation.ts
|
|
316
319
|
model/forwardMessageRequest.ts
|
|
317
320
|
model/freshDeskConversation.ts
|
|
318
321
|
model/freshDeskRequester.ts
|
|
@@ -457,6 +460,7 @@ model/getWorkflowStateResponse.ts
|
|
|
457
460
|
model/ghostUser.ts
|
|
458
461
|
model/ghostUserResponse.ts
|
|
459
462
|
model/googleLoginRequest.ts
|
|
463
|
+
model/gptFunctionModel.ts
|
|
460
464
|
model/graphRequest.ts
|
|
461
465
|
model/handleOrphanedStripeChargeRequest.ts
|
|
462
466
|
model/handleOrphanedStripeChargeResponse.ts
|
|
@@ -577,6 +581,7 @@ model/noteModel.ts
|
|
|
577
581
|
model/notificationEvent.ts
|
|
578
582
|
model/notificationEvents.ts
|
|
579
583
|
model/oCRPredictionCaseResponse.ts
|
|
584
|
+
model/otherCase.ts
|
|
580
585
|
model/outgoingContactDomain.ts
|
|
581
586
|
model/paymentPlanTypeModel.ts
|
|
582
587
|
model/paymentPlanTypeModelReq.ts
|
|
@@ -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
|
+
|
|
13
|
+
|
|
14
|
+
export interface Action {
|
|
15
|
+
actionDate?: string;
|
|
16
|
+
actionText?: string;
|
|
17
|
+
disposition?: string;
|
|
18
|
+
hearingType?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
@@ -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
|
+
|
|
13
|
+
|
|
14
|
+
export interface FineInformation {
|
|
15
|
+
currentDueTotal?: string;
|
|
16
|
+
dateToPay?: string;
|
|
17
|
+
fineDescription?: string;
|
|
18
|
+
fineNumber?: string;
|
|
19
|
+
fineType?: string;
|
|
20
|
+
firstPayment?: string;
|
|
21
|
+
lastPayment?: string;
|
|
22
|
+
originalAmount?: string;
|
|
23
|
+
paidToDate?: string;
|
|
24
|
+
paymentAmount?: string;
|
|
25
|
+
priorNSF?: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { GptFunctionModel } from './gptFunctionModel';
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
export interface ForwardMessageRequest {
|
|
15
16
|
countyName?: string;
|
|
16
|
-
|
|
17
|
+
structuredText?: Array<GptFunctionModel>;
|
|
17
18
|
}
|
|
18
19
|
|
|
@@ -29,6 +29,7 @@ export interface GetCaseUserModel {
|
|
|
29
29
|
licenseState?: string;
|
|
30
30
|
permissionAttributes?: CaseUserPermissionAttributes;
|
|
31
31
|
relationshipToClient?: GetCaseUserModel.RelationshipToClientEnum;
|
|
32
|
+
signedProfilePictureUrl?: string;
|
|
32
33
|
userId?: number;
|
|
33
34
|
}
|
|
34
35
|
export namespace GetCaseUserModel {
|
|
@@ -0,0 +1,64 @@
|
|
|
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 { Action } from './action';
|
|
13
|
+
import { ExternalTicketCourt } from './externalTicketCourt';
|
|
14
|
+
import { FineInformation } from './fineInformation';
|
|
15
|
+
import { OtherCase } from './otherCase';
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
export interface GptFunctionModel {
|
|
19
|
+
actions?: Array<Action>;
|
|
20
|
+
agency?: string;
|
|
21
|
+
arrestDate?: string;
|
|
22
|
+
bail?: string;
|
|
23
|
+
bonds?: string;
|
|
24
|
+
caseNumber?: string;
|
|
25
|
+
caseReport?: string;
|
|
26
|
+
charge?: string;
|
|
27
|
+
chargeDescription?: string;
|
|
28
|
+
chargeSeverity?: string;
|
|
29
|
+
citationFilingDate?: string;
|
|
30
|
+
citationFilingType?: string;
|
|
31
|
+
court?: ExternalTicketCourt;
|
|
32
|
+
custodyStatus?: string;
|
|
33
|
+
disposition?: Array<string>;
|
|
34
|
+
docketNumber?: string;
|
|
35
|
+
drNumber?: string;
|
|
36
|
+
dueDate?: string;
|
|
37
|
+
fineAndPenalty?: string;
|
|
38
|
+
fineInformation?: Array<FineInformation>;
|
|
39
|
+
lawEnforcementAgency?: string;
|
|
40
|
+
lawEnforcementOfficer?: string;
|
|
41
|
+
nextAction?: string;
|
|
42
|
+
nextCourtDate?: string;
|
|
43
|
+
ocPayNumber?: string;
|
|
44
|
+
offenderName?: string;
|
|
45
|
+
orderedBail?: string;
|
|
46
|
+
otherCases?: Array<OtherCase>;
|
|
47
|
+
pleaDate?: string;
|
|
48
|
+
postedBail?: string;
|
|
49
|
+
primaryViolationDescription?: string;
|
|
50
|
+
probationStatus?: string;
|
|
51
|
+
probationType?: string;
|
|
52
|
+
relatedCases?: string;
|
|
53
|
+
restitutionFine?: string;
|
|
54
|
+
retainedAttorney?: string;
|
|
55
|
+
sentenceConvictedDate?: string;
|
|
56
|
+
sentenceDate?: string;
|
|
57
|
+
status?: string;
|
|
58
|
+
ticketId?: string;
|
|
59
|
+
totalFineAmount?: string;
|
|
60
|
+
violationDate?: string;
|
|
61
|
+
violationIds?: Array<string>;
|
|
62
|
+
warrantType?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
@@ -2,6 +2,7 @@ export * from './accountLevelFee';
|
|
|
2
2
|
export * from './accountLevelFeeRequest';
|
|
3
3
|
export * from './accountLevelFeeResponse';
|
|
4
4
|
export * from './accountLevelFeeToSave';
|
|
5
|
+
export * from './action';
|
|
5
6
|
export * from './actionByEntityModel';
|
|
6
7
|
export * from './activityFeedModel';
|
|
7
8
|
export * from './addACHToStripeAccountRequest';
|
|
@@ -191,6 +192,7 @@ export * from './enableViolationsForLawfirmRequest';
|
|
|
191
192
|
export * from './enableViolationsForLawfirmResponse';
|
|
192
193
|
export * from './estimateInsuranceSavingsRequest';
|
|
193
194
|
export * from './estimateInsuranceSavingsResponse';
|
|
195
|
+
export * from './externalTicketCourt';
|
|
194
196
|
export * from './feedbackAttachmentModel';
|
|
195
197
|
export * from './feedbackDomain';
|
|
196
198
|
export * from './financialTransaction';
|
|
@@ -201,6 +203,7 @@ export * from './findMatchingUser';
|
|
|
201
203
|
export * from './findMatchingUsersRequest';
|
|
202
204
|
export * from './findMatchingUsersResponse';
|
|
203
205
|
export * from './findsCourtsResponse';
|
|
206
|
+
export * from './fineInformation';
|
|
204
207
|
export * from './forwardMessageRequest';
|
|
205
208
|
export * from './freshDeskConversation';
|
|
206
209
|
export * from './freshDeskRequester';
|
|
@@ -345,6 +348,7 @@ export * from './getWorkflowStateResponse';
|
|
|
345
348
|
export * from './ghostUser';
|
|
346
349
|
export * from './ghostUserResponse';
|
|
347
350
|
export * from './googleLoginRequest';
|
|
351
|
+
export * from './gptFunctionModel';
|
|
348
352
|
export * from './graphRequest';
|
|
349
353
|
export * from './handleOrphanedStripeChargeRequest';
|
|
350
354
|
export * from './handleOrphanedStripeChargeResponse';
|
|
@@ -464,6 +468,7 @@ export * from './noteModel';
|
|
|
464
468
|
export * from './notificationEvent';
|
|
465
469
|
export * from './notificationEvents';
|
|
466
470
|
export * from './oCRPredictionCaseResponse';
|
|
471
|
+
export * from './otherCase';
|
|
467
472
|
export * from './outgoingContactDomain';
|
|
468
473
|
export * from './paymentPlanTypeModel';
|
|
469
474
|
export * from './paymentPlanTypeModelReq';
|
|
@@ -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
|
+
|
|
13
|
+
|
|
14
|
+
export interface OtherCase {
|
|
15
|
+
caseNumber?: string;
|
|
16
|
+
charges?: string;
|
|
17
|
+
filedDate?: string;
|
|
18
|
+
jurisdiction?: string;
|
|
19
|
+
nextHearing?: string;
|
|
20
|
+
status?: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
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 Action {
|
|
13
|
+
"actionDate"?: string;
|
|
14
|
+
"actionText"?: string;
|
|
15
|
+
"disposition"?: string;
|
|
16
|
+
"hearingType"?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,17 @@
|
|
|
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 ExternalTicketCourt {
|
|
13
|
+
"address"?: string;
|
|
14
|
+
"formattedPhoneNumber"?: string;
|
|
15
|
+
"name"?: string;
|
|
16
|
+
"unformattedPhoneNumber"?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,24 @@
|
|
|
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 FineInformation {
|
|
13
|
+
"currentDueTotal"?: string;
|
|
14
|
+
"dateToPay"?: string;
|
|
15
|
+
"fineDescription"?: string;
|
|
16
|
+
"fineNumber"?: string;
|
|
17
|
+
"fineType"?: string;
|
|
18
|
+
"firstPayment"?: string;
|
|
19
|
+
"lastPayment"?: string;
|
|
20
|
+
"originalAmount"?: string;
|
|
21
|
+
"paidToDate"?: string;
|
|
22
|
+
"paymentAmount"?: string;
|
|
23
|
+
"priorNSF"?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import * as models from './models';
|
|
12
13
|
export interface ForwardMessageRequest {
|
|
13
14
|
"countyName"?: string;
|
|
14
|
-
"
|
|
15
|
+
"structuredText"?: Array<models.GptFunctionModel>;
|
|
15
16
|
}
|
|
@@ -27,6 +27,7 @@ export interface GetCaseUserModel {
|
|
|
27
27
|
"licenseState"?: string;
|
|
28
28
|
"permissionAttributes"?: models.CaseUserPermissionAttributes;
|
|
29
29
|
"relationshipToClient"?: GetCaseUserModel.RelationshipToClientEnum;
|
|
30
|
+
"signedProfilePictureUrl"?: string;
|
|
30
31
|
"userId"?: number;
|
|
31
32
|
}
|
|
32
33
|
export declare namespace GetCaseUserModel {
|
|
@@ -0,0 +1,58 @@
|
|
|
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 GptFunctionModel {
|
|
14
|
+
"actions"?: Array<models.Action>;
|
|
15
|
+
"agency"?: string;
|
|
16
|
+
"arrestDate"?: string;
|
|
17
|
+
"bail"?: string;
|
|
18
|
+
"bonds"?: string;
|
|
19
|
+
"caseNumber"?: string;
|
|
20
|
+
"caseReport"?: string;
|
|
21
|
+
"charge"?: string;
|
|
22
|
+
"chargeDescription"?: string;
|
|
23
|
+
"chargeSeverity"?: string;
|
|
24
|
+
"citationFilingDate"?: string;
|
|
25
|
+
"citationFilingType"?: string;
|
|
26
|
+
"court"?: models.ExternalTicketCourt;
|
|
27
|
+
"custodyStatus"?: string;
|
|
28
|
+
"disposition"?: Array<string>;
|
|
29
|
+
"docketNumber"?: string;
|
|
30
|
+
"drNumber"?: string;
|
|
31
|
+
"dueDate"?: string;
|
|
32
|
+
"fineAndPenalty"?: string;
|
|
33
|
+
"fineInformation"?: Array<models.FineInformation>;
|
|
34
|
+
"lawEnforcementAgency"?: string;
|
|
35
|
+
"lawEnforcementOfficer"?: string;
|
|
36
|
+
"nextAction"?: string;
|
|
37
|
+
"nextCourtDate"?: string;
|
|
38
|
+
"ocPayNumber"?: string;
|
|
39
|
+
"offenderName"?: string;
|
|
40
|
+
"orderedBail"?: string;
|
|
41
|
+
"otherCases"?: Array<models.OtherCase>;
|
|
42
|
+
"pleaDate"?: string;
|
|
43
|
+
"postedBail"?: string;
|
|
44
|
+
"primaryViolationDescription"?: string;
|
|
45
|
+
"probationStatus"?: string;
|
|
46
|
+
"probationType"?: string;
|
|
47
|
+
"relatedCases"?: string;
|
|
48
|
+
"restitutionFine"?: string;
|
|
49
|
+
"retainedAttorney"?: string;
|
|
50
|
+
"sentenceConvictedDate"?: string;
|
|
51
|
+
"sentenceDate"?: string;
|
|
52
|
+
"status"?: string;
|
|
53
|
+
"ticketId"?: string;
|
|
54
|
+
"totalFineAmount"?: string;
|
|
55
|
+
"violationDate"?: string;
|
|
56
|
+
"violationIds"?: Array<string>;
|
|
57
|
+
"warrantType"?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,19 @@
|
|
|
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 OtherCase {
|
|
13
|
+
"caseNumber"?: string;
|
|
14
|
+
"charges"?: string;
|
|
15
|
+
"filedDate"?: string;
|
|
16
|
+
"jurisdiction"?: string;
|
|
17
|
+
"nextHearing"?: string;
|
|
18
|
+
"status"?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OffTheRecord Rest Service API - Devo
|
|
4
|
+
* A service to handle your traffic tickets
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -2,6 +2,7 @@ export * from './AccountLevelFee';
|
|
|
2
2
|
export * from './AccountLevelFeeRequest';
|
|
3
3
|
export * from './AccountLevelFeeResponse';
|
|
4
4
|
export * from './AccountLevelFeeToSave';
|
|
5
|
+
export * from './Action';
|
|
5
6
|
export * from './ActionByEntityModel';
|
|
6
7
|
export * from './ActivityFeedModel';
|
|
7
8
|
export * from './AddACHToStripeAccountRequest';
|
|
@@ -191,6 +192,7 @@ export * from './EnableViolationsForLawfirmRequest';
|
|
|
191
192
|
export * from './EnableViolationsForLawfirmResponse';
|
|
192
193
|
export * from './EstimateInsuranceSavingsRequest';
|
|
193
194
|
export * from './EstimateInsuranceSavingsResponse';
|
|
195
|
+
export * from './ExternalTicketCourt';
|
|
194
196
|
export * from './FeedbackAttachmentModel';
|
|
195
197
|
export * from './FeedbackDomain';
|
|
196
198
|
export * from './FinancialTransaction';
|
|
@@ -201,6 +203,7 @@ export * from './FindMatchingUser';
|
|
|
201
203
|
export * from './FindMatchingUsersRequest';
|
|
202
204
|
export * from './FindMatchingUsersResponse';
|
|
203
205
|
export * from './FindsCourtsResponse';
|
|
206
|
+
export * from './FineInformation';
|
|
204
207
|
export * from './ForwardMessageRequest';
|
|
205
208
|
export * from './FreshDeskConversation';
|
|
206
209
|
export * from './FreshDeskRequester';
|
|
@@ -345,6 +348,7 @@ export * from './GetWorkflowStateResponse';
|
|
|
345
348
|
export * from './GhostUser';
|
|
346
349
|
export * from './GhostUserResponse';
|
|
347
350
|
export * from './GoogleLoginRequest';
|
|
351
|
+
export * from './GptFunctionModel';
|
|
348
352
|
export * from './GraphRequest';
|
|
349
353
|
export * from './HandleOrphanedStripeChargeRequest';
|
|
350
354
|
export * from './HandleOrphanedStripeChargeResponse';
|
|
@@ -464,6 +468,7 @@ export * from './NoteModel';
|
|
|
464
468
|
export * from './NotificationEvent';
|
|
465
469
|
export * from './NotificationEvents';
|
|
466
470
|
export * from './OCRPredictionCaseResponse';
|
|
471
|
+
export * from './OtherCase';
|
|
467
472
|
export * from './OutgoingContactDomain';
|
|
468
473
|
export * from './PaymentPlanTypeModel';
|
|
469
474
|
export * from './PaymentPlanTypeModelReq';
|
|
@@ -14,6 +14,7 @@ __exportStar(require("./AccountLevelFee"), exports);
|
|
|
14
14
|
__exportStar(require("./AccountLevelFeeRequest"), exports);
|
|
15
15
|
__exportStar(require("./AccountLevelFeeResponse"), exports);
|
|
16
16
|
__exportStar(require("./AccountLevelFeeToSave"), exports);
|
|
17
|
+
__exportStar(require("./Action"), exports);
|
|
17
18
|
__exportStar(require("./ActionByEntityModel"), exports);
|
|
18
19
|
__exportStar(require("./ActivityFeedModel"), exports);
|
|
19
20
|
__exportStar(require("./AddACHToStripeAccountRequest"), exports);
|
|
@@ -203,6 +204,7 @@ __exportStar(require("./EnableViolationsForLawfirmRequest"), exports);
|
|
|
203
204
|
__exportStar(require("./EnableViolationsForLawfirmResponse"), exports);
|
|
204
205
|
__exportStar(require("./EstimateInsuranceSavingsRequest"), exports);
|
|
205
206
|
__exportStar(require("./EstimateInsuranceSavingsResponse"), exports);
|
|
207
|
+
__exportStar(require("./ExternalTicketCourt"), exports);
|
|
206
208
|
__exportStar(require("./FeedbackAttachmentModel"), exports);
|
|
207
209
|
__exportStar(require("./FeedbackDomain"), exports);
|
|
208
210
|
__exportStar(require("./FinancialTransaction"), exports);
|
|
@@ -213,6 +215,7 @@ __exportStar(require("./FindMatchingUser"), exports);
|
|
|
213
215
|
__exportStar(require("./FindMatchingUsersRequest"), exports);
|
|
214
216
|
__exportStar(require("./FindMatchingUsersResponse"), exports);
|
|
215
217
|
__exportStar(require("./FindsCourtsResponse"), exports);
|
|
218
|
+
__exportStar(require("./FineInformation"), exports);
|
|
216
219
|
__exportStar(require("./ForwardMessageRequest"), exports);
|
|
217
220
|
__exportStar(require("./FreshDeskConversation"), exports);
|
|
218
221
|
__exportStar(require("./FreshDeskRequester"), exports);
|
|
@@ -357,6 +360,7 @@ __exportStar(require("./GetWorkflowStateResponse"), exports);
|
|
|
357
360
|
__exportStar(require("./GhostUser"), exports);
|
|
358
361
|
__exportStar(require("./GhostUserResponse"), exports);
|
|
359
362
|
__exportStar(require("./GoogleLoginRequest"), exports);
|
|
363
|
+
__exportStar(require("./GptFunctionModel"), exports);
|
|
360
364
|
__exportStar(require("./GraphRequest"), exports);
|
|
361
365
|
__exportStar(require("./HandleOrphanedStripeChargeRequest"), exports);
|
|
362
366
|
__exportStar(require("./HandleOrphanedStripeChargeResponse"), exports);
|
|
@@ -476,6 +480,7 @@ __exportStar(require("./NoteModel"), exports);
|
|
|
476
480
|
__exportStar(require("./NotificationEvent"), exports);
|
|
477
481
|
__exportStar(require("./NotificationEvents"), exports);
|
|
478
482
|
__exportStar(require("./OCRPredictionCaseResponse"), exports);
|
|
483
|
+
__exportStar(require("./OtherCase"), exports);
|
|
479
484
|
__exportStar(require("./OutgoingContactDomain"), exports);
|
|
480
485
|
__exportStar(require("./PaymentPlanTypeModel"), exports);
|
|
481
486
|
__exportStar(require("./PaymentPlanTypeModelReq"), exports);
|