@otr-app/shared-backend-generated-client 2.5.8 → 2.5.10
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.
|
@@ -9667,6 +9667,17 @@ export interface components {
|
|
|
9667
9667
|
/** @enum {string} */
|
|
9668
9668
|
counterOfferStatus?: DashboardCaseCounterOfferModelCounterOfferStatus;
|
|
9669
9669
|
};
|
|
9670
|
+
/** DashboardCaseCountsDto */
|
|
9671
|
+
DashboardCaseCountsDto: {
|
|
9672
|
+
/** Format: int32 */
|
|
9673
|
+
active?: number;
|
|
9674
|
+
/** Format: int32 */
|
|
9675
|
+
canceled?: number;
|
|
9676
|
+
/** Format: int32 */
|
|
9677
|
+
resolved?: number;
|
|
9678
|
+
/** Format: int32 */
|
|
9679
|
+
unconfirmed?: number;
|
|
9680
|
+
};
|
|
9670
9681
|
/** DashboardCaseModel */
|
|
9671
9682
|
DashboardCaseModel: {
|
|
9672
9683
|
authorModel?: components["schemas"]["DashboardAuthorModel"];
|
|
@@ -9677,6 +9688,8 @@ export interface components {
|
|
|
9677
9688
|
caseUserDetails?: components["schemas"]["CaseUserDetailsModel"];
|
|
9678
9689
|
citation?: components["schemas"]["DashboardCitationModel"];
|
|
9679
9690
|
court?: components["schemas"]["DashboardCourtModel"];
|
|
9691
|
+
/** Format: date-time */
|
|
9692
|
+
courtDate?: string;
|
|
9680
9693
|
disputeModel?: components["schemas"]["DashboardDisputeModel"];
|
|
9681
9694
|
engagementLetter?: components["schemas"]["EngagementLetterModel"];
|
|
9682
9695
|
hasLeftLawyerReview?: boolean;
|
|
@@ -12572,6 +12585,7 @@ export interface components {
|
|
|
12572
12585
|
/** ListDashboardCasesResponse */
|
|
12573
12586
|
ListDashboardCasesResponse: {
|
|
12574
12587
|
cases?: components["schemas"]["DashboardCaseModel"][];
|
|
12588
|
+
counts?: components["schemas"]["DashboardCaseCountsDto"];
|
|
12575
12589
|
previousPageToken?: string;
|
|
12576
12590
|
};
|
|
12577
12591
|
/** ListEligibleStatusResponse */
|
|
@@ -15225,6 +15239,12 @@ export interface components {
|
|
|
15225
15239
|
stateCode?: string;
|
|
15226
15240
|
stateName?: string;
|
|
15227
15241
|
};
|
|
15242
|
+
/** UnavailableMatchAttributesModel */
|
|
15243
|
+
UnavailableMatchAttributesModel: {
|
|
15244
|
+
algorithmName?: string;
|
|
15245
|
+
lawfirmId?: string;
|
|
15246
|
+
reasonNotAvailable?: string;
|
|
15247
|
+
};
|
|
15228
15248
|
/** UpdateAddress */
|
|
15229
15249
|
UpdateAddress: {
|
|
15230
15250
|
addressLine1?: string;
|
|
@@ -16138,6 +16158,7 @@ export interface components {
|
|
|
16138
16158
|
citation?: components["schemas"]["WorkflowCitationModel"];
|
|
16139
16159
|
courtAppointmentDate?: components["schemas"]["Timestamp"];
|
|
16140
16160
|
isLawfirmCodeApplied?: boolean;
|
|
16161
|
+
latestUnavailableMatchAttributes?: components["schemas"]["UnavailableMatchAttributesModel"];
|
|
16141
16162
|
legalServices?: components["schemas"]["LegalServiceModel"][];
|
|
16142
16163
|
letterOfEngagement?: components["schemas"]["LetterOfEngagement"];
|
|
16143
16164
|
maxPenalties?: components["schemas"]["WorkflowViolationPenaltyModel"][];
|
|
@@ -31213,16 +31234,16 @@ export interface operations {
|
|
|
31213
31234
|
limit?: number;
|
|
31214
31235
|
/** @description previousPageToken */
|
|
31215
31236
|
previousPageToken?: string;
|
|
31216
|
-
/** @description statusCategories */
|
|
31217
|
-
statusCategories?: PathsApiV1CaseStatusesGetParametersQueryCategories;
|
|
31218
31237
|
/** @description sortBy */
|
|
31219
31238
|
sortBy?: PathsApiV3UsersUserIdCasesGetParametersQuerySortBy;
|
|
31220
|
-
/** @description caseStatuses */
|
|
31221
|
-
caseStatuses?: PathsApiV1LawfirmsLawfirmIdInboxMessagesGetParametersQueryCaseStatuses;
|
|
31222
31239
|
/** @description includeDeleted */
|
|
31223
31240
|
includeDeleted?: boolean;
|
|
31224
31241
|
/** @description needsAttention */
|
|
31225
31242
|
needsAttention?: boolean;
|
|
31243
|
+
/** @description statusCategories */
|
|
31244
|
+
statusCategories?: PathsApiV1CaseStatusesGetParametersQueryCategories;
|
|
31245
|
+
/** @description caseStatuses */
|
|
31246
|
+
caseStatuses?: PathsApiV1LawfirmsLawfirmIdInboxMessagesGetParametersQueryCaseStatuses;
|
|
31226
31247
|
};
|
|
31227
31248
|
header?: never;
|
|
31228
31249
|
path: {
|