@otr-app/shared-backend-generated-client 2.2.36 → 2.2.37
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/typescript/model/CursorModel.d.ts +1 -0
- package/dist/typescript/model/ListUserAuditEventsByCursorResponse.d.ts +1 -1
- package/dist/typescript/model/ListUserAuditEventsCursorModel.d.ts +14 -0
- package/dist/typescript/model/ListUserAuditEventsCursorModel.js +13 -0
- package/dist/typescript/model/models.d.ts +1 -0
- package/dist/typescript/model/models.js +1 -0
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import * as models from './models';
|
|
13
13
|
export interface ListUserAuditEventsByCursorResponse {
|
|
14
|
-
"cursorModel"?: models.
|
|
14
|
+
"cursorModel"?: models.ListUserAuditEventsCursorModel;
|
|
15
15
|
"events"?: Array<models.UserAuditEventModel>;
|
|
16
16
|
"totalRecords"?: number;
|
|
17
17
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ListUserAuditEventsCursorModel {
|
|
13
|
+
"nextPageToken"?: string;
|
|
14
|
+
}
|
|
@@ -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 });
|
|
@@ -352,6 +352,7 @@ export * from './ListReferralsResponse';
|
|
|
352
352
|
export * from './ListReviewsResponse';
|
|
353
353
|
export * from './ListSubscriptionInvoicesResponse';
|
|
354
354
|
export * from './ListUserAuditEventsByCursorResponse';
|
|
355
|
+
export * from './ListUserAuditEventsCursorModel';
|
|
355
356
|
export * from './ListViolationClassificationResponse';
|
|
356
357
|
export * from './LobEvent';
|
|
357
358
|
export * from './LobEventRequest';
|
|
@@ -364,6 +364,7 @@ __exportStar(require("./ListReferralsResponse"), exports);
|
|
|
364
364
|
__exportStar(require("./ListReviewsResponse"), exports);
|
|
365
365
|
__exportStar(require("./ListSubscriptionInvoicesResponse"), exports);
|
|
366
366
|
__exportStar(require("./ListUserAuditEventsByCursorResponse"), exports);
|
|
367
|
+
__exportStar(require("./ListUserAuditEventsCursorModel"), exports);
|
|
367
368
|
__exportStar(require("./ListViolationClassificationResponse"), exports);
|
|
368
369
|
__exportStar(require("./LobEvent"), exports);
|
|
369
370
|
__exportStar(require("./LobEventRequest"), exports);
|