@otr-app/shared-backend-generated-client 2.3.170 → 2.3.172
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/.openapi-generator/FILES +18 -0
- package/dist/angular/api/api.ts +5 -1
- package/dist/angular/api/coachingCardsController.service.ts +359 -0
- package/dist/angular/api/dashboardController.service.ts +19 -4
- package/dist/angular/api/driverLicenseController.service.ts +312 -0
- package/dist/angular/api.module.ts +2 -0
- package/dist/angular/model/coachingCardCategoriesModel.ts +20 -0
- package/dist/angular/model/coachingCardEntity.ts +24 -0
- package/dist/angular/model/coachingCardSubcategoriesModel.ts +18 -0
- package/dist/angular/model/coachingCardUsersModel.ts +38 -0
- package/dist/angular/model/coachingCardsModel.ts +26 -0
- package/dist/angular/model/coachingLinks.ts +17 -0
- package/dist/angular/model/driverLicenseModel.ts +40 -0
- package/dist/angular/model/getCoachingCardCategoriesResponse.ts +18 -0
- package/dist/angular/model/getDriverLicensesResponse.ts +18 -0
- package/dist/angular/model/listUserCoachingCardsResponse.ts +19 -0
- package/dist/angular/model/models.ts +16 -0
- package/dist/angular/model/saveCoachingCardRequest.ts +23 -0
- package/dist/angular/model/saveCoachingCardUserRequest.ts +37 -0
- package/dist/angular/model/saveDriverLicensePictureRequest.ts +19 -0
- package/dist/angular/model/saveDriverLicenseRequest.ts +31 -0
- package/dist/angular/model/updateCoachingCardRequest.ts +31 -0
- package/dist/angular/model/userAssetModel.ts +21 -0
- package/dist/otrBackendService.js +184 -55
- package/dist/otrBackendService.min.js +4 -4
- package/dist/typescript/api/CoachingCardsControllerApi.d.ts +46 -0
- package/dist/typescript/api/CoachingCardsControllerApi.js +131 -0
- package/dist/typescript/api/DashboardControllerApi.d.ts +4 -1
- package/dist/typescript/api/DashboardControllerApi.js +13 -1
- package/dist/typescript/api/DriverLicenseControllerApi.d.ts +42 -0
- package/dist/typescript/api/DriverLicenseControllerApi.js +120 -0
- package/dist/typescript/api/api.d.ts +5 -1
- package/dist/typescript/api/api.js +5 -1
- package/dist/typescript/api.module.js +2 -0
- package/dist/typescript/model/CoachingCardCategoriesModel.d.ts +17 -0
- package/dist/typescript/model/CoachingCardCategoriesModel.js +13 -0
- package/dist/typescript/model/CoachingCardEntity.d.ts +21 -0
- package/dist/typescript/model/CoachingCardEntity.js +13 -0
- package/dist/typescript/model/CoachingCardSubcategoriesModel.d.ts +15 -0
- package/dist/typescript/model/CoachingCardSubcategoriesModel.js +13 -0
- package/dist/typescript/model/CoachingCardUsersModel.d.ts +33 -0
- package/dist/typescript/model/CoachingCardUsersModel.js +24 -0
- package/dist/typescript/model/CoachingCardsModel.d.ts +22 -0
- package/dist/typescript/model/CoachingCardsModel.js +13 -0
- package/dist/typescript/model/CoachingLinks.d.ts +14 -0
- package/dist/typescript/model/CoachingLinks.js +13 -0
- package/dist/typescript/model/DriverLicenseModel.d.ts +36 -0
- package/dist/typescript/model/DriverLicenseModel.js +13 -0
- package/dist/typescript/model/GetCoachingCardCategoriesResponse.d.ts +15 -0
- package/dist/typescript/model/GetCoachingCardCategoriesResponse.js +13 -0
- package/dist/typescript/model/GetDriverLicensesResponse.d.ts +15 -0
- package/dist/typescript/model/GetDriverLicensesResponse.js +13 -0
- package/dist/typescript/model/ListUserCoachingCardsResponse.d.ts +16 -0
- package/dist/typescript/model/ListUserCoachingCardsResponse.js +13 -0
- package/dist/typescript/model/SaveCoachingCardRequest.d.ts +19 -0
- package/dist/typescript/model/SaveCoachingCardRequest.js +13 -0
- package/dist/typescript/model/SaveCoachingCardUserRequest.d.ts +32 -0
- package/dist/typescript/model/SaveCoachingCardUserRequest.js +24 -0
- package/dist/typescript/model/SaveDriverLicensePictureRequest.d.ts +16 -0
- package/dist/typescript/model/SaveDriverLicensePictureRequest.js +13 -0
- package/dist/typescript/model/SaveDriverLicenseRequest.d.ts +28 -0
- package/dist/typescript/model/SaveDriverLicenseRequest.js +13 -0
- package/dist/typescript/model/UpdateCoachingCardRequest.d.ts +26 -0
- package/dist/typescript/model/UpdateCoachingCardRequest.js +24 -0
- package/dist/typescript/model/UserAssetModel.d.ts +18 -0
- package/dist/typescript/model/UserAssetModel.js +13 -0
- package/dist/typescript/model/models.d.ts +16 -0
- package/dist/typescript/model/models.js +16 -0
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
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 });
|
|
14
|
+
exports.CoachingCardUsersModel = void 0;
|
|
15
|
+
var CoachingCardUsersModel;
|
|
16
|
+
(function (CoachingCardUsersModel) {
|
|
17
|
+
var PermissionTypeEnum;
|
|
18
|
+
(function (PermissionTypeEnum) {
|
|
19
|
+
PermissionTypeEnum[PermissionTypeEnum["AUTHOR"] = 'AUTHOR'] = "AUTHOR";
|
|
20
|
+
PermissionTypeEnum[PermissionTypeEnum["MANAGER"] = 'MANAGER'] = "MANAGER";
|
|
21
|
+
PermissionTypeEnum[PermissionTypeEnum["PARTICIPANT"] = 'PARTICIPANT'] = "PARTICIPANT";
|
|
22
|
+
PermissionTypeEnum[PermissionTypeEnum["RECIPIENT"] = 'RECIPIENT'] = "RECIPIENT";
|
|
23
|
+
})(PermissionTypeEnum = CoachingCardUsersModel.PermissionTypeEnum || (CoachingCardUsersModel.PermissionTypeEnum = {}));
|
|
24
|
+
})(CoachingCardUsersModel = exports.CoachingCardUsersModel || (exports.CoachingCardUsersModel = {}));
|
|
@@ -0,0 +1,22 @@
|
|
|
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 CoachingCardsModel {
|
|
14
|
+
"cardCreatedDate"?: string;
|
|
15
|
+
"cardLastUpdatedDate"?: string;
|
|
16
|
+
"coachingCardCategoryId"?: number;
|
|
17
|
+
"coachingCardId"?: number;
|
|
18
|
+
"coachingCardSubcategoryId"?: number;
|
|
19
|
+
"coachingCardUsers"?: Array<models.CoachingCardUsersModel>;
|
|
20
|
+
"coachingLinks"?: models.CoachingLinks;
|
|
21
|
+
"coachingText"?: string;
|
|
22
|
+
}
|
|
@@ -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,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 CoachingLinks {
|
|
13
|
+
"link"?: 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 });
|
|
@@ -0,0 +1,36 @@
|
|
|
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 DriverLicenseModel {
|
|
14
|
+
"address"?: models.AddressDomain;
|
|
15
|
+
"deleted"?: boolean;
|
|
16
|
+
"dob"?: string;
|
|
17
|
+
"documentDiscriminatorId"?: string;
|
|
18
|
+
"driverLicenseBackAsset"?: models.UserAssetModel;
|
|
19
|
+
"driverLicenseFrontAsset"?: models.UserAssetModel;
|
|
20
|
+
"driverLicenseId"?: number;
|
|
21
|
+
"driverLicenseNumber"?: string;
|
|
22
|
+
"expirationDate"?: string;
|
|
23
|
+
"eyeColor"?: string;
|
|
24
|
+
"firstName"?: string;
|
|
25
|
+
"height"?: string;
|
|
26
|
+
"isOrganDonor"?: boolean;
|
|
27
|
+
"issueDate"?: string;
|
|
28
|
+
"lastName"?: string;
|
|
29
|
+
"licenseClass"?: string;
|
|
30
|
+
"licenseClassEndorsements"?: string;
|
|
31
|
+
"licenseRestrictions"?: string;
|
|
32
|
+
"sex"?: string;
|
|
33
|
+
"stateName"?: string;
|
|
34
|
+
"userId"?: number;
|
|
35
|
+
"weight"?: string;
|
|
36
|
+
}
|
|
@@ -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,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
|
+
import * as models from './models';
|
|
13
|
+
export interface GetCoachingCardCategoriesResponse {
|
|
14
|
+
"coachingCardCategoriesModel"?: Array<models.CoachingCardCategoriesModel>;
|
|
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,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
|
+
import * as models from './models';
|
|
13
|
+
export interface GetDriverLicensesResponse {
|
|
14
|
+
"driverLicenses"?: Array<models.DriverLicenseModel>;
|
|
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,16 @@
|
|
|
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 ListUserCoachingCardsResponse {
|
|
14
|
+
"userCoachingCards"?: Array<models.CoachingCardsModel>;
|
|
15
|
+
"userId"?: number;
|
|
16
|
+
}
|
|
@@ -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 SaveCoachingCardRequest {
|
|
14
|
+
"coachingCardCategoryId"?: number;
|
|
15
|
+
"coachingCardSubcategoryId"?: number;
|
|
16
|
+
"coachingCardUserRequest"?: Array<models.SaveCoachingCardUserRequest>;
|
|
17
|
+
"coachingLinks"?: models.CoachingLinks;
|
|
18
|
+
"coachingText"?: 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 });
|
|
@@ -0,0 +1,32 @@
|
|
|
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 SaveCoachingCardUserRequest {
|
|
13
|
+
"acknowledgementDateUtc"?: string;
|
|
14
|
+
"assignmentDateUtc"?: string;
|
|
15
|
+
"coachingCardId"?: number;
|
|
16
|
+
"coachingDateUtc"?: string;
|
|
17
|
+
"coachingMethod"?: string;
|
|
18
|
+
"hasBeenCoached"?: boolean;
|
|
19
|
+
"isActionRequired"?: boolean;
|
|
20
|
+
"isRepeatOffense"?: boolean;
|
|
21
|
+
"permissionType"?: SaveCoachingCardUserRequest.PermissionTypeEnum;
|
|
22
|
+
"resolutionDateUtc"?: string;
|
|
23
|
+
"userId"?: number;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace SaveCoachingCardUserRequest {
|
|
26
|
+
enum PermissionTypeEnum {
|
|
27
|
+
AUTHOR,
|
|
28
|
+
MANAGER,
|
|
29
|
+
PARTICIPANT,
|
|
30
|
+
RECIPIENT
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 });
|
|
14
|
+
exports.SaveCoachingCardUserRequest = void 0;
|
|
15
|
+
var SaveCoachingCardUserRequest;
|
|
16
|
+
(function (SaveCoachingCardUserRequest) {
|
|
17
|
+
var PermissionTypeEnum;
|
|
18
|
+
(function (PermissionTypeEnum) {
|
|
19
|
+
PermissionTypeEnum[PermissionTypeEnum["AUTHOR"] = 'AUTHOR'] = "AUTHOR";
|
|
20
|
+
PermissionTypeEnum[PermissionTypeEnum["MANAGER"] = 'MANAGER'] = "MANAGER";
|
|
21
|
+
PermissionTypeEnum[PermissionTypeEnum["PARTICIPANT"] = 'PARTICIPANT'] = "PARTICIPANT";
|
|
22
|
+
PermissionTypeEnum[PermissionTypeEnum["RECIPIENT"] = 'RECIPIENT'] = "RECIPIENT";
|
|
23
|
+
})(PermissionTypeEnum = SaveCoachingCardUserRequest.PermissionTypeEnum || (SaveCoachingCardUserRequest.PermissionTypeEnum = {}));
|
|
24
|
+
})(SaveCoachingCardUserRequest = exports.SaveCoachingCardUserRequest || (exports.SaveCoachingCardUserRequest = {}));
|
|
@@ -0,0 +1,16 @@
|
|
|
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 SaveDriverLicensePictureRequest {
|
|
13
|
+
"base64ImageData"?: string;
|
|
14
|
+
"imageContentType"?: string;
|
|
15
|
+
"isBackOfLicense"?: boolean;
|
|
16
|
+
}
|
|
@@ -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,28 @@
|
|
|
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 SaveDriverLicenseRequest {
|
|
13
|
+
"address"?: string;
|
|
14
|
+
"dob"?: string;
|
|
15
|
+
"driverLicenseBackUserAssetId"?: number;
|
|
16
|
+
"driverLicenseFrontUserAssetId"?: number;
|
|
17
|
+
"driverLicenseId"?: number;
|
|
18
|
+
"driverLicenseNumber"?: string;
|
|
19
|
+
"expirationDate"?: string;
|
|
20
|
+
"firstName"?: string;
|
|
21
|
+
"isDeleted"?: boolean;
|
|
22
|
+
"issueDate"?: string;
|
|
23
|
+
"lastName"?: string;
|
|
24
|
+
"licenseClass"?: string;
|
|
25
|
+
"licenseClassEndorsements"?: string;
|
|
26
|
+
"licenseRestrictions"?: string;
|
|
27
|
+
"stateName"?: string;
|
|
28
|
+
}
|
|
@@ -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,26 @@
|
|
|
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 UpdateCoachingCardRequest {
|
|
13
|
+
"acknowledgementDateUtc"?: string;
|
|
14
|
+
"coachingCardId"?: number;
|
|
15
|
+
"permissionType"?: UpdateCoachingCardRequest.PermissionTypeEnum;
|
|
16
|
+
"resolutionDateUtc"?: string;
|
|
17
|
+
"userId"?: number;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace UpdateCoachingCardRequest {
|
|
20
|
+
enum PermissionTypeEnum {
|
|
21
|
+
AUTHOR,
|
|
22
|
+
MANAGER,
|
|
23
|
+
PARTICIPANT,
|
|
24
|
+
RECIPIENT
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 });
|
|
14
|
+
exports.UpdateCoachingCardRequest = void 0;
|
|
15
|
+
var UpdateCoachingCardRequest;
|
|
16
|
+
(function (UpdateCoachingCardRequest) {
|
|
17
|
+
var PermissionTypeEnum;
|
|
18
|
+
(function (PermissionTypeEnum) {
|
|
19
|
+
PermissionTypeEnum[PermissionTypeEnum["AUTHOR"] = 'AUTHOR'] = "AUTHOR";
|
|
20
|
+
PermissionTypeEnum[PermissionTypeEnum["MANAGER"] = 'MANAGER'] = "MANAGER";
|
|
21
|
+
PermissionTypeEnum[PermissionTypeEnum["PARTICIPANT"] = 'PARTICIPANT'] = "PARTICIPANT";
|
|
22
|
+
PermissionTypeEnum[PermissionTypeEnum["RECIPIENT"] = 'RECIPIENT'] = "RECIPIENT";
|
|
23
|
+
})(PermissionTypeEnum = UpdateCoachingCardRequest.PermissionTypeEnum || (UpdateCoachingCardRequest.PermissionTypeEnum = {}));
|
|
24
|
+
})(UpdateCoachingCardRequest = exports.UpdateCoachingCardRequest || (exports.UpdateCoachingCardRequest = {}));
|
|
@@ -0,0 +1,18 @@
|
|
|
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 UserAssetModel {
|
|
13
|
+
"assetSizeInBytes"?: number;
|
|
14
|
+
"assetType"?: string;
|
|
15
|
+
"assetUrl"?: string;
|
|
16
|
+
"signedAssetUrl"?: string;
|
|
17
|
+
"userAssetId"?: number;
|
|
18
|
+
}
|
|
@@ -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 });
|
|
@@ -123,6 +123,12 @@ export * from './CitationsResponseModel';
|
|
|
123
123
|
export * from './ClientActionRequiredRequest';
|
|
124
124
|
export * from './ClientConfirmedUnpaidCase';
|
|
125
125
|
export * from './ClientLeadDomain';
|
|
126
|
+
export * from './CoachingCardCategoriesModel';
|
|
127
|
+
export * from './CoachingCardEntity';
|
|
128
|
+
export * from './CoachingCardSubcategoriesModel';
|
|
129
|
+
export * from './CoachingCardUsersModel';
|
|
130
|
+
export * from './CoachingCardsModel';
|
|
131
|
+
export * from './CoachingLinks';
|
|
126
132
|
export * from './CommonHeader';
|
|
127
133
|
export * from './ConfidenceField';
|
|
128
134
|
export * from './ContactTimelineResponse';
|
|
@@ -196,6 +202,7 @@ export * from './DocumentDecisionRequest';
|
|
|
196
202
|
export * from './DripRemoveRequest';
|
|
197
203
|
export * from './DripWebhookData';
|
|
198
204
|
export * from './DripWebhookEvent';
|
|
205
|
+
export * from './DriverLicenseModel';
|
|
199
206
|
export * from './Duration';
|
|
200
207
|
export * from './EditConversationMessageRequest';
|
|
201
208
|
export * from './EnableViolationModel';
|
|
@@ -268,6 +275,7 @@ export * from './GetCitationsWithMissingFieldsRequest';
|
|
|
268
275
|
export * from './GetCitationsWithMissingFieldsResponse';
|
|
269
276
|
export * from './GetClientCasesResponse';
|
|
270
277
|
export * from './GetClientConfirmedUnpaidCasesResponse';
|
|
278
|
+
export * from './GetCoachingCardCategoriesResponse';
|
|
271
279
|
export * from './GetCompetitionResponseModel';
|
|
272
280
|
export * from './GetCountOfMatchingUsersRequest';
|
|
273
281
|
export * from './GetCountOfMatchingUsersResponse';
|
|
@@ -286,6 +294,7 @@ export * from './GetCustomerServiceAgentsResponse';
|
|
|
286
294
|
export * from './GetDeclinedCasesRequest';
|
|
287
295
|
export * from './GetDeclinedCasesResponse';
|
|
288
296
|
export * from './GetDocumentsRequest';
|
|
297
|
+
export * from './GetDriverLicensesResponse';
|
|
289
298
|
export * from './GetEmailTemplateResponse';
|
|
290
299
|
export * from './GetExternalContentUserVotesResponse';
|
|
291
300
|
export * from './GetExternalTicketInputParamsResponse';
|
|
@@ -447,6 +456,7 @@ export * from './ListReviewsResponse';
|
|
|
447
456
|
export * from './ListSubscriptionInvoicesResponse';
|
|
448
457
|
export * from './ListUserAuditEventsByCursorResponse';
|
|
449
458
|
export * from './ListUserAuditEventsCursorModel';
|
|
459
|
+
export * from './ListUserCoachingCardsResponse';
|
|
450
460
|
export * from './ListUserWatchlistsResponse';
|
|
451
461
|
export * from './ListViolationClassificationResponse';
|
|
452
462
|
export * from './LobEvent';
|
|
@@ -551,6 +561,10 @@ export * from './SaveAgentBookingRequest';
|
|
|
551
561
|
export * from './SaveAgentBookingResponse';
|
|
552
562
|
export * from './SaveCaseNotesRequest';
|
|
553
563
|
export * from './SaveCaseUserRequest';
|
|
564
|
+
export * from './SaveCoachingCardRequest';
|
|
565
|
+
export * from './SaveCoachingCardUserRequest';
|
|
566
|
+
export * from './SaveDriverLicensePictureRequest';
|
|
567
|
+
export * from './SaveDriverLicenseRequest';
|
|
554
568
|
export * from './SaveExternalContentVoteRequest';
|
|
555
569
|
export * from './SaveItemToWatchlistRequest';
|
|
556
570
|
export * from './SaveLawfirmSurchargeModel';
|
|
@@ -654,6 +668,7 @@ export * from './UpdateCasePaymentRequest';
|
|
|
654
668
|
export * from './UpdateCitationAddressRequest';
|
|
655
669
|
export * from './UpdateCitationPictureRequest';
|
|
656
670
|
export * from './UpdateCitationRequest';
|
|
671
|
+
export * from './UpdateCoachingCardRequest';
|
|
657
672
|
export * from './UpdateCourtRequest';
|
|
658
673
|
export * from './UpdateDisputeRequest';
|
|
659
674
|
export * from './UpdateInvoiceLineItemRequest';
|
|
@@ -685,6 +700,7 @@ export * from './UpdateViolationRequest';
|
|
|
685
700
|
export * from './UpsertAddressRequest';
|
|
686
701
|
export * from './User';
|
|
687
702
|
export * from './UserAccountModel';
|
|
703
|
+
export * from './UserAssetModel';
|
|
688
704
|
export * from './UserAuditEventModel';
|
|
689
705
|
export * from './UserBookingsDomain';
|
|
690
706
|
export * from './UserDetails';
|
|
@@ -135,6 +135,12 @@ __exportStar(require("./CitationsResponseModel"), exports);
|
|
|
135
135
|
__exportStar(require("./ClientActionRequiredRequest"), exports);
|
|
136
136
|
__exportStar(require("./ClientConfirmedUnpaidCase"), exports);
|
|
137
137
|
__exportStar(require("./ClientLeadDomain"), exports);
|
|
138
|
+
__exportStar(require("./CoachingCardCategoriesModel"), exports);
|
|
139
|
+
__exportStar(require("./CoachingCardEntity"), exports);
|
|
140
|
+
__exportStar(require("./CoachingCardSubcategoriesModel"), exports);
|
|
141
|
+
__exportStar(require("./CoachingCardUsersModel"), exports);
|
|
142
|
+
__exportStar(require("./CoachingCardsModel"), exports);
|
|
143
|
+
__exportStar(require("./CoachingLinks"), exports);
|
|
138
144
|
__exportStar(require("./CommonHeader"), exports);
|
|
139
145
|
__exportStar(require("./ConfidenceField"), exports);
|
|
140
146
|
__exportStar(require("./ContactTimelineResponse"), exports);
|
|
@@ -208,6 +214,7 @@ __exportStar(require("./DocumentDecisionRequest"), exports);
|
|
|
208
214
|
__exportStar(require("./DripRemoveRequest"), exports);
|
|
209
215
|
__exportStar(require("./DripWebhookData"), exports);
|
|
210
216
|
__exportStar(require("./DripWebhookEvent"), exports);
|
|
217
|
+
__exportStar(require("./DriverLicenseModel"), exports);
|
|
211
218
|
__exportStar(require("./Duration"), exports);
|
|
212
219
|
__exportStar(require("./EditConversationMessageRequest"), exports);
|
|
213
220
|
__exportStar(require("./EnableViolationModel"), exports);
|
|
@@ -280,6 +287,7 @@ __exportStar(require("./GetCitationsWithMissingFieldsRequest"), exports);
|
|
|
280
287
|
__exportStar(require("./GetCitationsWithMissingFieldsResponse"), exports);
|
|
281
288
|
__exportStar(require("./GetClientCasesResponse"), exports);
|
|
282
289
|
__exportStar(require("./GetClientConfirmedUnpaidCasesResponse"), exports);
|
|
290
|
+
__exportStar(require("./GetCoachingCardCategoriesResponse"), exports);
|
|
283
291
|
__exportStar(require("./GetCompetitionResponseModel"), exports);
|
|
284
292
|
__exportStar(require("./GetCountOfMatchingUsersRequest"), exports);
|
|
285
293
|
__exportStar(require("./GetCountOfMatchingUsersResponse"), exports);
|
|
@@ -298,6 +306,7 @@ __exportStar(require("./GetCustomerServiceAgentsResponse"), exports);
|
|
|
298
306
|
__exportStar(require("./GetDeclinedCasesRequest"), exports);
|
|
299
307
|
__exportStar(require("./GetDeclinedCasesResponse"), exports);
|
|
300
308
|
__exportStar(require("./GetDocumentsRequest"), exports);
|
|
309
|
+
__exportStar(require("./GetDriverLicensesResponse"), exports);
|
|
301
310
|
__exportStar(require("./GetEmailTemplateResponse"), exports);
|
|
302
311
|
__exportStar(require("./GetExternalContentUserVotesResponse"), exports);
|
|
303
312
|
__exportStar(require("./GetExternalTicketInputParamsResponse"), exports);
|
|
@@ -459,6 +468,7 @@ __exportStar(require("./ListReviewsResponse"), exports);
|
|
|
459
468
|
__exportStar(require("./ListSubscriptionInvoicesResponse"), exports);
|
|
460
469
|
__exportStar(require("./ListUserAuditEventsByCursorResponse"), exports);
|
|
461
470
|
__exportStar(require("./ListUserAuditEventsCursorModel"), exports);
|
|
471
|
+
__exportStar(require("./ListUserCoachingCardsResponse"), exports);
|
|
462
472
|
__exportStar(require("./ListUserWatchlistsResponse"), exports);
|
|
463
473
|
__exportStar(require("./ListViolationClassificationResponse"), exports);
|
|
464
474
|
__exportStar(require("./LobEvent"), exports);
|
|
@@ -563,6 +573,10 @@ __exportStar(require("./SaveAgentBookingRequest"), exports);
|
|
|
563
573
|
__exportStar(require("./SaveAgentBookingResponse"), exports);
|
|
564
574
|
__exportStar(require("./SaveCaseNotesRequest"), exports);
|
|
565
575
|
__exportStar(require("./SaveCaseUserRequest"), exports);
|
|
576
|
+
__exportStar(require("./SaveCoachingCardRequest"), exports);
|
|
577
|
+
__exportStar(require("./SaveCoachingCardUserRequest"), exports);
|
|
578
|
+
__exportStar(require("./SaveDriverLicensePictureRequest"), exports);
|
|
579
|
+
__exportStar(require("./SaveDriverLicenseRequest"), exports);
|
|
566
580
|
__exportStar(require("./SaveExternalContentVoteRequest"), exports);
|
|
567
581
|
__exportStar(require("./SaveItemToWatchlistRequest"), exports);
|
|
568
582
|
__exportStar(require("./SaveLawfirmSurchargeModel"), exports);
|
|
@@ -666,6 +680,7 @@ __exportStar(require("./UpdateCasePaymentRequest"), exports);
|
|
|
666
680
|
__exportStar(require("./UpdateCitationAddressRequest"), exports);
|
|
667
681
|
__exportStar(require("./UpdateCitationPictureRequest"), exports);
|
|
668
682
|
__exportStar(require("./UpdateCitationRequest"), exports);
|
|
683
|
+
__exportStar(require("./UpdateCoachingCardRequest"), exports);
|
|
669
684
|
__exportStar(require("./UpdateCourtRequest"), exports);
|
|
670
685
|
__exportStar(require("./UpdateDisputeRequest"), exports);
|
|
671
686
|
__exportStar(require("./UpdateInvoiceLineItemRequest"), exports);
|
|
@@ -697,6 +712,7 @@ __exportStar(require("./UpdateViolationRequest"), exports);
|
|
|
697
712
|
__exportStar(require("./UpsertAddressRequest"), exports);
|
|
698
713
|
__exportStar(require("./User"), exports);
|
|
699
714
|
__exportStar(require("./UserAccountModel"), exports);
|
|
715
|
+
__exportStar(require("./UserAssetModel"), exports);
|
|
700
716
|
__exportStar(require("./UserAuditEventModel"), exports);
|
|
701
717
|
__exportStar(require("./UserBookingsDomain"), exports);
|
|
702
718
|
__exportStar(require("./UserDetails"), exports);
|