@otr-app/shared-backend-generated-client 2.3.137 → 2.3.139

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.
@@ -21,6 +21,7 @@ export interface GetCaseUserModel {
21
21
  firstName?: string;
22
22
  isBookingAgent?: boolean;
23
23
  isDefendant?: boolean;
24
+ isGhostUser?: boolean;
24
25
  isOwner?: boolean;
25
26
  isRemoved?: boolean;
26
27
  lastName?: string;
@@ -12,15 +12,8 @@
12
12
 
13
13
 
14
14
  export interface PredictCitationTextRequest {
15
- documentPredictionType?: PredictCitationTextRequest.DocumentPredictionTypeEnum;
15
+ citationId?: number;
16
16
  imageInBase64?: string;
17
+ regionCode?: string;
17
18
  }
18
- export namespace PredictCitationTextRequest {
19
- export type DocumentPredictionTypeEnum = 'PARKING_TICKET' | 'TRAFFIC_TICKET';
20
- export const DocumentPredictionTypeEnum = {
21
- ParkingTicket: 'PARKING_TICKET' as DocumentPredictionTypeEnum,
22
- TrafficTicket: 'TRAFFIC_TICKET' as DocumentPredictionTypeEnum
23
- };
24
- }
25
-
26
19
 
@@ -19,6 +19,7 @@ export interface GetCaseUserModel {
19
19
  "firstName"?: string;
20
20
  "isBookingAgent"?: boolean;
21
21
  "isDefendant"?: boolean;
22
+ "isGhostUser"?: boolean;
22
23
  "isOwner"?: boolean;
23
24
  "isRemoved"?: boolean;
24
25
  "lastName"?: string;
@@ -10,12 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface PredictCitationTextRequest {
13
- "documentPredictionType"?: PredictCitationTextRequest.DocumentPredictionTypeEnum;
13
+ "citationId"?: number;
14
14
  "imageInBase64"?: string;
15
- }
16
- export declare namespace PredictCitationTextRequest {
17
- enum DocumentPredictionTypeEnum {
18
- PARKINGTICKET,
19
- TRAFFICTICKET
20
- }
15
+ "regionCode"?: string;
21
16
  }
@@ -11,12 +11,3 @@
11
11
  * Do not edit the class manually.
12
12
  */
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.PredictCitationTextRequest = void 0;
15
- var PredictCitationTextRequest;
16
- (function (PredictCitationTextRequest) {
17
- var DocumentPredictionTypeEnum;
18
- (function (DocumentPredictionTypeEnum) {
19
- DocumentPredictionTypeEnum[DocumentPredictionTypeEnum["PARKINGTICKET"] = 'PARKING_TICKET'] = "PARKINGTICKET";
20
- DocumentPredictionTypeEnum[DocumentPredictionTypeEnum["TRAFFICTICKET"] = 'TRAFFIC_TICKET'] = "TRAFFICTICKET";
21
- })(DocumentPredictionTypeEnum = PredictCitationTextRequest.DocumentPredictionTypeEnum || (PredictCitationTextRequest.DocumentPredictionTypeEnum = {}));
22
- })(PredictCitationTextRequest = exports.PredictCitationTextRequest || (exports.PredictCitationTextRequest = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.137",
3
+ "version": "2.3.139",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"