@otr-app/shared-backend-generated-client 2.5.3 → 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.
- package/dist/angular/model/violationModel0.ts +2 -0
- package/dist/typescript/model/ViolationModel0.d.ts +2 -0
- package/dist/typescript-fetch/models/ViolationModel0.d.ts +12 -0
- package/dist/typescript-fetch/models/ViolationModel0.js +4 -0
- package/dist/typescript-open-api/otr-backend.d.ts +10 -2
- package/package.json +1 -1
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
export interface ViolationModel0 {
|
|
13
|
+
"isCriminal"?: boolean;
|
|
14
|
+
"isMoving"?: boolean;
|
|
13
15
|
"userFriendlyName"?: string;
|
|
14
16
|
"violationClassification"?: ViolationModel0.ViolationClassificationEnum;
|
|
15
17
|
"violationClassificationDescription"?: string;
|
|
@@ -15,6 +15,18 @@
|
|
|
15
15
|
* @interface ViolationModel0
|
|
16
16
|
*/
|
|
17
17
|
export interface ViolationModel0 {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ViolationModel0
|
|
22
|
+
*/
|
|
23
|
+
isCriminal?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof ViolationModel0
|
|
28
|
+
*/
|
|
29
|
+
isMoving?: boolean;
|
|
18
30
|
/**
|
|
19
31
|
*
|
|
20
32
|
* @type {string}
|
|
@@ -20,6 +20,8 @@ export function ViolationModel0FromJSONTyped(json, ignoreDiscriminator) {
|
|
|
20
20
|
return json;
|
|
21
21
|
}
|
|
22
22
|
return {
|
|
23
|
+
'isCriminal': !exists(json, 'isCriminal') ? undefined : json['isCriminal'],
|
|
24
|
+
'isMoving': !exists(json, 'isMoving') ? undefined : json['isMoving'],
|
|
23
25
|
'userFriendlyName': !exists(json, 'userFriendlyName') ? undefined : json['userFriendlyName'],
|
|
24
26
|
'violationClassification': !exists(json, 'violationClassification') ? undefined : json['violationClassification'],
|
|
25
27
|
'violationClassificationDescription': !exists(json, 'violationClassificationDescription') ? undefined : json['violationClassificationDescription'],
|
|
@@ -34,6 +36,8 @@ export function ViolationModel0ToJSON(value) {
|
|
|
34
36
|
return null;
|
|
35
37
|
}
|
|
36
38
|
return {
|
|
39
|
+
'isCriminal': value.isCriminal,
|
|
40
|
+
'isMoving': value.isMoving,
|
|
37
41
|
'userFriendlyName': value.userFriendlyName,
|
|
38
42
|
'violationClassification': value.violationClassification,
|
|
39
43
|
'violationClassificationDescription': value.violationClassificationDescription,
|
|
@@ -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
|
-
|
|
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 */
|