@otr-app/shared-backend-generated-client 2.4.24 → 2.4.25

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.
@@ -13,6 +13,7 @@ import { ViolationPenaltyModel } from './violationPenaltyModel';
13
13
 
14
14
 
15
15
  export interface ViolationModel {
16
+ classDescription?: string;
16
17
  insuranceIncreasePercent?: number;
17
18
  isCriminal?: boolean;
18
19
  isMovingViolation?: boolean;
@@ -13,6 +13,7 @@ import { WorkflowViolationPenaltyModel } from './workflowViolationPenaltyModel';
13
13
 
14
14
 
15
15
  export interface WorkflowViolationModel {
16
+ classDescription?: string;
16
17
  isCriminal?: boolean;
17
18
  isWobblerToCriminal?: boolean;
18
19
  penalties?: Array<WorkflowViolationPenaltyModel>;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface IntercomNext {
13
+ "page"?: number;
14
+ "starting_after"?: string;
15
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as models from './models';
13
+ export interface IntercomPages {
14
+ "next"?: models.IntercomNext;
15
+ "page"?: number;
16
+ "per_page"?: number;
17
+ "total_pages"?: number;
18
+ "type"?: string;
19
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -12,5 +12,6 @@
12
12
  import * as models from './models';
13
13
  export interface IntercomSearchConversationsResponse {
14
14
  "conversations"?: Array<models.IntercomConversationResponse>;
15
+ "pages"?: models.IntercomPages;
15
16
  "total_count"?: number;
16
17
  }
@@ -16,6 +16,7 @@ export interface UserAccountModel {
16
16
  "merged"?: boolean;
17
17
  "primary"?: boolean;
18
18
  "userHandle"?: string;
19
+ "verificationDateUtc"?: string;
19
20
  }
20
21
  export declare namespace UserAccountModel {
21
22
  enum LoginProviderEnum {
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface ViolationModel {
14
+ "classDescription"?: string;
14
15
  "insuranceIncreasePercent"?: number;
15
16
  "isCriminal"?: boolean;
16
17
  "isMovingViolation"?: boolean;
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface WorkflowViolationModel {
14
+ "classDescription"?: string;
14
15
  "isCriminal"?: boolean;
15
16
  "isWobblerToCriminal"?: boolean;
16
17
  "penalties"?: Array<models.WorkflowViolationPenaltyModel>;
@@ -403,6 +403,8 @@ export * from './InsertCaseLineItemResponse';
403
403
  export * from './InsertInvoiceLineItemRequest';
404
404
  export * from './IntercomConversationResponse';
405
405
  export * from './IntercomCreateTicketResponse';
406
+ export * from './IntercomNext';
407
+ export * from './IntercomPages';
406
408
  export * from './IntercomSearchConversationsResponse';
407
409
  export * from './IntercomSearchTicketsResponse';
408
410
  export * from './IntercomTicketAttributes';
@@ -415,6 +415,8 @@ __exportStar(require("./InsertCaseLineItemResponse"), exports);
415
415
  __exportStar(require("./InsertInvoiceLineItemRequest"), exports);
416
416
  __exportStar(require("./IntercomConversationResponse"), exports);
417
417
  __exportStar(require("./IntercomCreateTicketResponse"), exports);
418
+ __exportStar(require("./IntercomNext"), exports);
419
+ __exportStar(require("./IntercomPages"), exports);
418
420
  __exportStar(require("./IntercomSearchConversationsResponse"), exports);
419
421
  __exportStar(require("./IntercomSearchTicketsResponse"), exports);
420
422
  __exportStar(require("./IntercomTicketAttributes"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.4.24",
3
+ "version": "2.4.25",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"