@otr-app/shared-backend-generated-client 2.6.1 → 2.6.3
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.
|
@@ -2182,6 +2182,23 @@ export interface paths {
|
|
|
2182
2182
|
patch?: never;
|
|
2183
2183
|
trace?: never;
|
|
2184
2184
|
};
|
|
2185
|
+
"/api/v1/cases/{caseId}/overdue-payment-reminder": {
|
|
2186
|
+
parameters: {
|
|
2187
|
+
query?: never;
|
|
2188
|
+
header?: never;
|
|
2189
|
+
path?: never;
|
|
2190
|
+
cookie?: never;
|
|
2191
|
+
};
|
|
2192
|
+
get?: never;
|
|
2193
|
+
put?: never;
|
|
2194
|
+
/** sendOverduePaymentReminderIfStillOwed */
|
|
2195
|
+
post: operations["sendOverduePaymentReminderIfStillOwedUsingPOST"];
|
|
2196
|
+
delete?: never;
|
|
2197
|
+
options?: never;
|
|
2198
|
+
head?: never;
|
|
2199
|
+
patch?: never;
|
|
2200
|
+
trace?: never;
|
|
2201
|
+
};
|
|
2185
2202
|
"/api/v1/counties": {
|
|
2186
2203
|
parameters: {
|
|
2187
2204
|
query?: never;
|
|
@@ -11606,6 +11623,8 @@ export interface components {
|
|
|
11606
11623
|
percentCasesWithPaymentPlan?: number;
|
|
11607
11624
|
/** Format: int64 */
|
|
11608
11625
|
stateMedianPendingTimeSeconds?: number;
|
|
11626
|
+
/** Format: int64 */
|
|
11627
|
+
totalPendingFeeInCents?: number;
|
|
11609
11628
|
};
|
|
11610
11629
|
/** GetLawfirmSupportedStatesResponse */
|
|
11611
11630
|
GetLawfirmSupportedStatesResponse: {
|
|
@@ -24062,6 +24081,59 @@ export interface operations {
|
|
|
24062
24081
|
};
|
|
24063
24082
|
};
|
|
24064
24083
|
};
|
|
24084
|
+
sendOverduePaymentReminderIfStillOwedUsingPOST: {
|
|
24085
|
+
parameters: {
|
|
24086
|
+
query?: never;
|
|
24087
|
+
header?: never;
|
|
24088
|
+
path: {
|
|
24089
|
+
/** @description caseId */
|
|
24090
|
+
caseId: string;
|
|
24091
|
+
};
|
|
24092
|
+
cookie?: never;
|
|
24093
|
+
};
|
|
24094
|
+
requestBody?: {
|
|
24095
|
+
content: {
|
|
24096
|
+
"application/json": components["schemas"]["AddNewCaseMessageRequest"];
|
|
24097
|
+
};
|
|
24098
|
+
};
|
|
24099
|
+
responses: {
|
|
24100
|
+
/** @description OK */
|
|
24101
|
+
200: {
|
|
24102
|
+
headers: {
|
|
24103
|
+
[name: string]: unknown;
|
|
24104
|
+
};
|
|
24105
|
+
content?: never;
|
|
24106
|
+
};
|
|
24107
|
+
/** @description Created */
|
|
24108
|
+
201: {
|
|
24109
|
+
headers: {
|
|
24110
|
+
[name: string]: unknown;
|
|
24111
|
+
};
|
|
24112
|
+
content?: never;
|
|
24113
|
+
};
|
|
24114
|
+
/** @description Unauthorized */
|
|
24115
|
+
401: {
|
|
24116
|
+
headers: {
|
|
24117
|
+
[name: string]: unknown;
|
|
24118
|
+
};
|
|
24119
|
+
content?: never;
|
|
24120
|
+
};
|
|
24121
|
+
/** @description Forbidden */
|
|
24122
|
+
403: {
|
|
24123
|
+
headers: {
|
|
24124
|
+
[name: string]: unknown;
|
|
24125
|
+
};
|
|
24126
|
+
content?: never;
|
|
24127
|
+
};
|
|
24128
|
+
/** @description Not Found */
|
|
24129
|
+
404: {
|
|
24130
|
+
headers: {
|
|
24131
|
+
[name: string]: unknown;
|
|
24132
|
+
};
|
|
24133
|
+
content?: never;
|
|
24134
|
+
};
|
|
24135
|
+
};
|
|
24136
|
+
};
|
|
24065
24137
|
getCountiesUsingGET: {
|
|
24066
24138
|
parameters: {
|
|
24067
24139
|
query: {
|