@otr-app/shared-backend-generated-client 2.5.4 → 2.5.5

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.
@@ -16065,7 +16065,13 @@ export interface components {
16065
16065
  };
16066
16066
  /** ViolationModel0 */
16067
16067
  ViolationModel0: {
16068
+ isCriminal?: boolean;
16069
+ isMoving?: boolean;
16068
16070
  userFriendlyName?: string;
16071
+ /** @enum {string} */
16072
+ violationClassification?: PathsApiV1LawfirmsLawfirmIdAccountFeesDeleteParametersQueryClassification;
16073
+ violationClassificationDescription?: string;
16074
+ violationClassificationFriendlyName?: string;
16069
16075
  };
16070
16076
  /** ViolationNames */
16071
16077
  ViolationNames: {
@@ -16204,8 +16210,7 @@ export interface components {
16204
16210
  /** WorkflowViolationModel */
16205
16211
  WorkflowViolationModel: {
16206
16212
  classDescription?: string;
16207
- isCriminal?: boolean;
16208
- isWobblerToCriminal?: boolean;
16213
+ criminal?: boolean;
16209
16214
  penalties?: components["schemas"]["WorkflowViolationPenaltyModel"][];
16210
16215
  trafficViolationDesc?: string;
16211
16216
  /** Format: int64 */
@@ -16213,6 +16218,7 @@ export interface components {
16213
16218
  /** @enum {string} */
16214
16219
  violationClassification?: PathsApiV1LawfirmsLawfirmIdAccountFeesDeleteParametersQueryClassification;
16215
16220
  violationCode?: string;
16221
+ wobblerToCriminal?: boolean;
16216
16222
  };
16217
16223
  /** WorkflowViolationPenaltyModel */
16218
16224
  WorkflowViolationPenaltyModel: {
@@ -16335,6 +16341,8 @@ export interface operations {
16335
16341
  limit: number;
16336
16342
  /** @description regionCode */
16337
16343
  regionCode?: string;
16344
+ /** @description preferredRegionCode */
16345
+ preferredRegionCode?: boolean;
16338
16346
  /** @description previousPageToken */
16339
16347
  previousPageToken?: string;
16340
16348
  /** @description nextPageToken */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"