@digital8/security-registers-backend-ts-sdk 0.0.383 → 0.0.384
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/.openapi-generator/FILES +4 -10
- package/README.md +2 -2
- package/dist/apis/GeneralApi.d.ts +9 -83
- package/dist/apis/GeneralApi.js +4 -390
- package/dist/models/AssetResource.d.ts +1 -1
- package/dist/models/AssetResource.js +3 -1
- package/dist/models/AuthProfileUpdateRequest.d.ts +0 -6
- package/dist/models/AuthProfileUpdateRequest.js +0 -2
- package/dist/models/AuthRegisterGuardRequestLicence.d.ts +8 -3
- package/dist/models/AuthRegisterGuardRequestLicence.js +8 -3
- package/dist/models/CurrentRegisterResource.d.ts +5 -22
- package/dist/models/CurrentRegisterResource.js +7 -14
- package/dist/models/IncidentFieldAuditResource.d.ts +2 -17
- package/dist/models/IncidentFieldAuditResource.js +0 -7
- package/dist/models/IncidentFieldSchemaResource.d.ts +6 -13
- package/dist/models/IncidentFieldSchemaResource.js +0 -9
- package/dist/models/IncidentFieldSchemasShowRequest.d.ts +5 -0
- package/dist/models/IncidentFieldSchemasShowRequest.js +6 -1
- package/dist/models/IncidentListResource.d.ts +0 -6
- package/dist/models/IncidentListResource.js +0 -2
- package/dist/models/IncidentResource.d.ts +1 -1
- package/dist/models/IncidentVersionResource.d.ts +2 -2
- package/dist/models/IncidentVideoResource.d.ts +1 -10
- package/dist/models/IncidentVideoResource.js +0 -9
- package/dist/models/IncidentsStoreRequest.d.ts +1 -1
- package/dist/models/IncidentsUpdateRequest.d.ts +3 -3
- package/dist/models/LicenceListResource.d.ts +2 -11
- package/dist/models/LicenceListResource.js +0 -9
- package/dist/models/LicenceLiteResource.d.ts +2 -11
- package/dist/models/LicenceLiteResource.js +0 -9
- package/dist/models/LicenceResource.d.ts +2 -11
- package/dist/models/LicenceResource.js +0 -9
- package/dist/models/LicencesStoreRequest.d.ts +8 -3
- package/dist/models/LicencesStoreRequest.js +8 -3
- package/dist/models/LicencesUpdateRequest.d.ts +8 -3
- package/dist/models/LicencesUpdateRequest.js +8 -3
- package/dist/models/LicencesVerifyRequest.d.ts +6 -1
- package/dist/models/LicencesVerifyRequest.js +6 -1
- package/dist/models/MobileDeviceResource.d.ts +1 -9
- package/dist/models/MobileDeviceResource.js +0 -8
- package/dist/models/NearbyVenueResource.d.ts +62 -0
- package/dist/models/NearbyVenueResource.js +69 -0
- package/dist/models/NearbyVenueResourceArrayResponse.d.ts +33 -0
- package/dist/models/NearbyVenueResourceArrayResponse.js +50 -0
- package/dist/models/NotificationPreferenceResource.d.ts +1 -12
- package/dist/models/NotificationPreferenceResource.js +0 -11
- package/dist/models/NotificationPreferencesStoreRequest.d.ts +1 -0
- package/dist/models/NotificationPreferencesStoreRequest.js +1 -0
- package/dist/models/PdfExportQueuedResource.d.ts +44 -0
- package/dist/models/{ExportQueuedResource.js → PdfExportQueuedResource.js} +13 -23
- package/dist/models/PdfExportQueuedResourceArrayResponse.d.ts +33 -0
- package/dist/models/PdfExportQueuedResourceArrayResponse.js +50 -0
- package/dist/models/PdfExportResource.d.ts +1 -11
- package/dist/models/PdfExportResource.js +0 -10
- package/dist/models/RegisterGroupedByRosterResource.d.ts +1 -1
- package/dist/models/RegisterGroupedByRosterResource.js +4 -3
- package/dist/models/RegisterListResource.d.ts +3 -12
- package/dist/models/RegisterListResource.js +2 -15
- package/dist/models/RegisterResource.d.ts +1 -10
- package/dist/models/RegisterResource.js +0 -9
- package/dist/models/RegistersSignOffRequest.d.ts +3 -3
- package/dist/models/RegistersSignOffRequest.js +2 -2
- package/dist/models/RegistersSignOnRequest.d.ts +3 -3
- package/dist/models/RegistersSignOnRequest.js +2 -2
- package/dist/models/RosterListResource.d.ts +4 -19
- package/dist/models/RosterListResource.js +3 -17
- package/dist/models/RosterResource.d.ts +1 -10
- package/dist/models/RosterResource.js +0 -9
- package/dist/models/RosterWithRegistersResource.d.ts +1 -10
- package/dist/models/RosterWithRegistersResource.js +0 -9
- package/dist/models/UserResource.d.ts +2 -9
- package/dist/models/UserResource.js +2 -7
- package/dist/models/UsersCreateWithRoleRequestLicencesInner.d.ts +8 -3
- package/dist/models/UsersCreateWithRoleRequestLicencesInner.js +8 -3
- package/dist/models/VenueLiteResource.d.ts +0 -6
- package/dist/models/VenueLiteResource.js +0 -4
- package/dist/models/index.d.ts +4 -10
- package/dist/models/index.js +4 -10
- package/package.json +1 -1
- package/src/apis/GeneralApi.ts +18 -348
- package/src/models/AssetResource.ts +3 -2
- package/src/models/AuthProfileUpdateRequest.ts +0 -8
- package/src/models/AuthRegisterGuardRequestLicence.ts +11 -6
- package/src/models/CurrentRegisterResource.ts +18 -35
- package/src/models/IncidentFieldAuditResource.ts +2 -27
- package/src/models/IncidentFieldSchemaResource.ts +4 -16
- package/src/models/IncidentFieldSchemasShowRequest.ts +6 -1
- package/src/models/IncidentListResource.ts +0 -8
- package/src/models/IncidentResource.ts +1 -1
- package/src/models/IncidentVersionResource.ts +2 -2
- package/src/models/IncidentVideoResource.ts +1 -13
- package/src/models/IncidentsStoreRequest.ts +1 -1
- package/src/models/IncidentsUpdateRequest.ts +3 -3
- package/src/models/LicenceListResource.ts +2 -14
- package/src/models/LicenceLiteResource.ts +2 -14
- package/src/models/LicenceResource.ts +2 -14
- package/src/models/LicencesStoreRequest.ts +11 -6
- package/src/models/LicencesUpdateRequest.ts +11 -6
- package/src/models/LicencesVerifyRequest.ts +7 -2
- package/src/models/MobileDeviceResource.ts +1 -12
- package/src/models/NearbyVenueResource.ts +110 -0
- package/src/models/NearbyVenueResourceArrayResponse.ts +73 -0
- package/src/models/NotificationPreferenceResource.ts +1 -15
- package/src/models/NotificationPreferencesStoreRequest.ts +1 -0
- package/src/models/PdfExportQueuedResource.ts +84 -0
- package/src/models/PdfExportQueuedResourceArrayResponse.ts +73 -0
- package/src/models/PdfExportResource.ts +1 -14
- package/src/models/RegisterGroupedByRosterResource.ts +4 -3
- package/src/models/RegisterListResource.ts +5 -19
- package/src/models/RegisterResource.ts +1 -13
- package/src/models/RegistersSignOffRequest.ts +5 -5
- package/src/models/RegistersSignOnRequest.ts +5 -5
- package/src/models/RosterListResource.ts +6 -28
- package/src/models/RosterResource.ts +1 -13
- package/src/models/RosterWithRegistersResource.ts +1 -13
- package/src/models/UserResource.ts +4 -20
- package/src/models/UsersCreateWithRoleRequestLicencesInner.ts +11 -6
- package/src/models/VenueLiteResource.ts +0 -9
- package/src/models/index.ts +4 -10
- package/dist/models/ExportQueuedResource.d.ts +0 -54
- package/dist/models/ExportQueuedResourceArrayResponse.d.ts +0 -33
- package/dist/models/ExportQueuedResourceArrayResponse.js +0 -50
- package/dist/models/IncidentFieldItemLiteResource.d.ts +0 -38
- package/dist/models/IncidentFieldItemLiteResource.js +0 -54
- package/dist/models/IncidentFieldItemLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentFieldItemLiteResourceArrayResponse.js +0 -50
- package/dist/models/IncidentsExportCsvBulkRequest.d.ts +0 -56
- package/dist/models/IncidentsExportCsvBulkRequest.js +0 -63
- package/dist/models/LicenceVerificationFallbackSettingResource.d.ts +0 -57
- package/dist/models/LicenceVerificationFallbackSettingResource.js +0 -67
- package/dist/models/LicenceVerificationFallbackSettingResourceArrayResponse.d.ts +0 -33
- package/dist/models/LicenceVerificationFallbackSettingResourceArrayResponse.js +0 -50
- package/dist/models/SettingsLicenceVerificationFallbackUpdateRequest.d.ts +0 -44
- package/dist/models/SettingsLicenceVerificationFallbackUpdateRequest.js +0 -53
- package/dist/models/VenueMobileResource.d.ts +0 -105
- package/dist/models/VenueMobileResource.js +0 -96
- package/dist/models/VenueMobileResourceArrayResponse.d.ts +0 -33
- package/dist/models/VenueMobileResourceArrayResponse.js +0 -50
- package/src/models/ExportQueuedResource.ts +0 -97
- package/src/models/ExportQueuedResourceArrayResponse.ts +0 -73
- package/src/models/IncidentFieldItemLiteResource.ts +0 -74
- package/src/models/IncidentFieldItemLiteResourceArrayResponse.ts +0 -73
- package/src/models/IncidentsExportCsvBulkRequest.ts +0 -100
- package/src/models/LicenceVerificationFallbackSettingResource.ts +0 -109
- package/src/models/LicenceVerificationFallbackSettingResourceArrayResponse.ts +0 -73
- package/src/models/SettingsLicenceVerificationFallbackUpdateRequest.ts +0 -81
- package/src/models/VenueMobileResource.ts +0 -180
- package/src/models/VenueMobileResourceArrayResponse.ts +0 -73
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NearbyVenueResource
|
|
16
|
+
*/
|
|
17
|
+
export interface NearbyVenueResource {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof NearbyVenueResource
|
|
22
|
+
*/
|
|
23
|
+
id: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NearbyVenueResource
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NearbyVenueResource
|
|
34
|
+
*/
|
|
35
|
+
venueCode: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof NearbyVenueResource
|
|
40
|
+
*/
|
|
41
|
+
timezone: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof NearbyVenueResource
|
|
46
|
+
*/
|
|
47
|
+
rampReadingRequired: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof NearbyVenueResource
|
|
52
|
+
*/
|
|
53
|
+
hasReadRamp?: boolean | null;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the NearbyVenueResource interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfNearbyVenueResource(value: object): value is NearbyVenueResource;
|
|
59
|
+
export declare function NearbyVenueResourceFromJSON(json: any): NearbyVenueResource;
|
|
60
|
+
export declare function NearbyVenueResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): NearbyVenueResource;
|
|
61
|
+
export declare function NearbyVenueResourceToJSON(json: any): NearbyVenueResource;
|
|
62
|
+
export declare function NearbyVenueResourceToJSONTyped(value?: NearbyVenueResource | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNearbyVenueResource = instanceOfNearbyVenueResource;
|
|
17
|
+
exports.NearbyVenueResourceFromJSON = NearbyVenueResourceFromJSON;
|
|
18
|
+
exports.NearbyVenueResourceFromJSONTyped = NearbyVenueResourceFromJSONTyped;
|
|
19
|
+
exports.NearbyVenueResourceToJSON = NearbyVenueResourceToJSON;
|
|
20
|
+
exports.NearbyVenueResourceToJSONTyped = NearbyVenueResourceToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the NearbyVenueResource interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfNearbyVenueResource(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('venueCode' in value) || value['venueCode'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('timezone' in value) || value['timezone'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('rampReadingRequired' in value) || value['rampReadingRequired'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function NearbyVenueResourceFromJSON(json) {
|
|
38
|
+
return NearbyVenueResourceFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function NearbyVenueResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'id': json['id'],
|
|
46
|
+
'name': json['name'],
|
|
47
|
+
'venueCode': json['venueCode'],
|
|
48
|
+
'timezone': json['timezone'],
|
|
49
|
+
'rampReadingRequired': json['rampReadingRequired'],
|
|
50
|
+
'hasReadRamp': json['hasReadRamp'] == null ? undefined : json['hasReadRamp'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function NearbyVenueResourceToJSON(json) {
|
|
54
|
+
return NearbyVenueResourceToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function NearbyVenueResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
57
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'id': value['id'],
|
|
63
|
+
'name': value['name'],
|
|
64
|
+
'venueCode': value['venueCode'],
|
|
65
|
+
'timezone': value['timezone'],
|
|
66
|
+
'rampReadingRequired': value['rampReadingRequired'],
|
|
67
|
+
'hasReadRamp': value['hasReadRamp'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 type { NearbyVenueResource } from './NearbyVenueResource';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface NearbyVenueResourceArrayResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface NearbyVenueResourceArrayResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<NearbyVenueResource>}
|
|
22
|
+
* @memberof NearbyVenueResourceArrayResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<NearbyVenueResource>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the NearbyVenueResourceArrayResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfNearbyVenueResourceArrayResponse(value: object): value is NearbyVenueResourceArrayResponse;
|
|
30
|
+
export declare function NearbyVenueResourceArrayResponseFromJSON(json: any): NearbyVenueResourceArrayResponse;
|
|
31
|
+
export declare function NearbyVenueResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): NearbyVenueResourceArrayResponse;
|
|
32
|
+
export declare function NearbyVenueResourceArrayResponseToJSON(json: any): NearbyVenueResourceArrayResponse;
|
|
33
|
+
export declare function NearbyVenueResourceArrayResponseToJSONTyped(value?: NearbyVenueResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNearbyVenueResourceArrayResponse = instanceOfNearbyVenueResourceArrayResponse;
|
|
17
|
+
exports.NearbyVenueResourceArrayResponseFromJSON = NearbyVenueResourceArrayResponseFromJSON;
|
|
18
|
+
exports.NearbyVenueResourceArrayResponseFromJSONTyped = NearbyVenueResourceArrayResponseFromJSONTyped;
|
|
19
|
+
exports.NearbyVenueResourceArrayResponseToJSON = NearbyVenueResourceArrayResponseToJSON;
|
|
20
|
+
exports.NearbyVenueResourceArrayResponseToJSONTyped = NearbyVenueResourceArrayResponseToJSONTyped;
|
|
21
|
+
var NearbyVenueResource_1 = require("./NearbyVenueResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the NearbyVenueResourceArrayResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfNearbyVenueResourceArrayResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function NearbyVenueResourceArrayResponseFromJSON(json) {
|
|
29
|
+
return NearbyVenueResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function NearbyVenueResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(NearbyVenueResource_1.NearbyVenueResourceFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function NearbyVenueResourceArrayResponseToJSON(json) {
|
|
40
|
+
return NearbyVenueResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function NearbyVenueResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': value['data'] == null ? undefined : (value['data'].map(NearbyVenueResource_1.NearbyVenueResourceToJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,7 +27,7 @@ export interface NotificationPreferenceResource {
|
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof NotificationPreferenceResource
|
|
29
29
|
*/
|
|
30
|
-
notificationType:
|
|
30
|
+
notificationType: string;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {VenueLiteResource}
|
|
@@ -53,17 +53,6 @@ export interface NotificationPreferenceResource {
|
|
|
53
53
|
*/
|
|
54
54
|
updatedAt?: Date | null;
|
|
55
55
|
}
|
|
56
|
-
/**
|
|
57
|
-
* @export
|
|
58
|
-
*/
|
|
59
|
-
export declare const NotificationPreferenceResourceNotificationTypeEnum: {
|
|
60
|
-
readonly IncidentAdded: "incident_added";
|
|
61
|
-
readonly NonSignOff: "non_sign_off";
|
|
62
|
-
readonly NonSignOn: "non_sign_on";
|
|
63
|
-
readonly SignOnRejected: "sign_on_rejected";
|
|
64
|
-
readonly LicenceUpdated: "licence_updated";
|
|
65
|
-
};
|
|
66
|
-
export type NotificationPreferenceResourceNotificationTypeEnum = typeof NotificationPreferenceResourceNotificationTypeEnum[keyof typeof NotificationPreferenceResourceNotificationTypeEnum];
|
|
67
56
|
/**
|
|
68
57
|
* Check if a given object implements the NotificationPreferenceResource interface.
|
|
69
58
|
*/
|
|
@@ -13,23 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.NotificationPreferenceResourceNotificationTypeEnum = void 0;
|
|
17
16
|
exports.instanceOfNotificationPreferenceResource = instanceOfNotificationPreferenceResource;
|
|
18
17
|
exports.NotificationPreferenceResourceFromJSON = NotificationPreferenceResourceFromJSON;
|
|
19
18
|
exports.NotificationPreferenceResourceFromJSONTyped = NotificationPreferenceResourceFromJSONTyped;
|
|
20
19
|
exports.NotificationPreferenceResourceToJSON = NotificationPreferenceResourceToJSON;
|
|
21
20
|
exports.NotificationPreferenceResourceToJSONTyped = NotificationPreferenceResourceToJSONTyped;
|
|
22
21
|
var VenueLiteResource_1 = require("./VenueLiteResource");
|
|
23
|
-
/**
|
|
24
|
-
* @export
|
|
25
|
-
*/
|
|
26
|
-
exports.NotificationPreferenceResourceNotificationTypeEnum = {
|
|
27
|
-
IncidentAdded: 'incident_added',
|
|
28
|
-
NonSignOff: 'non_sign_off',
|
|
29
|
-
NonSignOn: 'non_sign_on',
|
|
30
|
-
SignOnRejected: 'sign_on_rejected',
|
|
31
|
-
LicenceUpdated: 'licence_updated'
|
|
32
|
-
};
|
|
33
22
|
/**
|
|
34
23
|
* Check if a given object implements the NotificationPreferenceResource interface.
|
|
35
24
|
*/
|
|
@@ -39,6 +39,7 @@ export interface NotificationPreferencesStoreRequest {
|
|
|
39
39
|
*/
|
|
40
40
|
export declare const NotificationPreferencesStoreRequestNotificationTypeEnum: {
|
|
41
41
|
readonly IncidentAdded: "incident_added";
|
|
42
|
+
readonly IncidentPendingReminder: "incident_pending_reminder";
|
|
42
43
|
readonly NonSignOff: "non_sign_off";
|
|
43
44
|
readonly NonSignOn: "non_sign_on";
|
|
44
45
|
readonly SignOnRejected: "sign_on_rejected";
|
|
@@ -24,6 +24,7 @@ exports.NotificationPreferencesStoreRequestToJSONTyped = NotificationPreferences
|
|
|
24
24
|
*/
|
|
25
25
|
exports.NotificationPreferencesStoreRequestNotificationTypeEnum = {
|
|
26
26
|
IncidentAdded: 'incident_added',
|
|
27
|
+
IncidentPendingReminder: 'incident_pending_reminder',
|
|
27
28
|
NonSignOff: 'non_sign_off',
|
|
28
29
|
NonSignOn: 'non_sign_on',
|
|
29
30
|
SignOnRejected: 'sign_on_rejected',
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PdfExportQueuedResource
|
|
16
|
+
*/
|
|
17
|
+
export interface PdfExportQueuedResource {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PdfExportQueuedResource
|
|
22
|
+
*/
|
|
23
|
+
id: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PdfExportQueuedResource
|
|
28
|
+
*/
|
|
29
|
+
status: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof PdfExportQueuedResource
|
|
34
|
+
*/
|
|
35
|
+
message: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the PdfExportQueuedResource interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfPdfExportQueuedResource(value: object): value is PdfExportQueuedResource;
|
|
41
|
+
export declare function PdfExportQueuedResourceFromJSON(json: any): PdfExportQueuedResource;
|
|
42
|
+
export declare function PdfExportQueuedResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): PdfExportQueuedResource;
|
|
43
|
+
export declare function PdfExportQueuedResourceToJSON(json: any): PdfExportQueuedResource;
|
|
44
|
+
export declare function PdfExportQueuedResourceToJSONTyped(value?: PdfExportQueuedResource | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -13,25 +13,15 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.ExportQueuedResourceToJSONTyped = ExportQueuedResourceToJSONTyped;
|
|
16
|
+
exports.instanceOfPdfExportQueuedResource = instanceOfPdfExportQueuedResource;
|
|
17
|
+
exports.PdfExportQueuedResourceFromJSON = PdfExportQueuedResourceFromJSON;
|
|
18
|
+
exports.PdfExportQueuedResourceFromJSONTyped = PdfExportQueuedResourceFromJSONTyped;
|
|
19
|
+
exports.PdfExportQueuedResourceToJSON = PdfExportQueuedResourceToJSON;
|
|
20
|
+
exports.PdfExportQueuedResourceToJSONTyped = PdfExportQueuedResourceToJSONTyped;
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
22
|
+
* Check if a given object implements the PdfExportQueuedResource interface.
|
|
24
23
|
*/
|
|
25
|
-
|
|
26
|
-
Pending: 'pending',
|
|
27
|
-
Processing: 'processing',
|
|
28
|
-
Completed: 'completed',
|
|
29
|
-
Failed: 'failed'
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the ExportQueuedResource interface.
|
|
33
|
-
*/
|
|
34
|
-
function instanceOfExportQueuedResource(value) {
|
|
24
|
+
function instanceOfPdfExportQueuedResource(value) {
|
|
35
25
|
if (!('id' in value) || value['id'] === undefined)
|
|
36
26
|
return false;
|
|
37
27
|
if (!('status' in value) || value['status'] === undefined)
|
|
@@ -40,10 +30,10 @@ function instanceOfExportQueuedResource(value) {
|
|
|
40
30
|
return false;
|
|
41
31
|
return true;
|
|
42
32
|
}
|
|
43
|
-
function
|
|
44
|
-
return
|
|
33
|
+
function PdfExportQueuedResourceFromJSON(json) {
|
|
34
|
+
return PdfExportQueuedResourceFromJSONTyped(json, false);
|
|
45
35
|
}
|
|
46
|
-
function
|
|
36
|
+
function PdfExportQueuedResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
37
|
if (json == null) {
|
|
48
38
|
return json;
|
|
49
39
|
}
|
|
@@ -53,10 +43,10 @@ function ExportQueuedResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
53
43
|
'message': json['message'],
|
|
54
44
|
};
|
|
55
45
|
}
|
|
56
|
-
function
|
|
57
|
-
return
|
|
46
|
+
function PdfExportQueuedResourceToJSON(json) {
|
|
47
|
+
return PdfExportQueuedResourceToJSONTyped(json, false);
|
|
58
48
|
}
|
|
59
|
-
function
|
|
49
|
+
function PdfExportQueuedResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
60
50
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
61
51
|
if (value == null) {
|
|
62
52
|
return value;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* My API
|
|
3
|
+
* API documentation for my Laravel app
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 type { PdfExportQueuedResource } from './PdfExportQueuedResource';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PdfExportQueuedResourceArrayResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface PdfExportQueuedResourceArrayResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<PdfExportQueuedResource>}
|
|
22
|
+
* @memberof PdfExportQueuedResourceArrayResponse
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<PdfExportQueuedResource>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the PdfExportQueuedResourceArrayResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfPdfExportQueuedResourceArrayResponse(value: object): value is PdfExportQueuedResourceArrayResponse;
|
|
30
|
+
export declare function PdfExportQueuedResourceArrayResponseFromJSON(json: any): PdfExportQueuedResourceArrayResponse;
|
|
31
|
+
export declare function PdfExportQueuedResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PdfExportQueuedResourceArrayResponse;
|
|
32
|
+
export declare function PdfExportQueuedResourceArrayResponseToJSON(json: any): PdfExportQueuedResourceArrayResponse;
|
|
33
|
+
export declare function PdfExportQueuedResourceArrayResponseToJSONTyped(value?: PdfExportQueuedResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* My API
|
|
6
|
+
* API documentation for my Laravel app
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfPdfExportQueuedResourceArrayResponse = instanceOfPdfExportQueuedResourceArrayResponse;
|
|
17
|
+
exports.PdfExportQueuedResourceArrayResponseFromJSON = PdfExportQueuedResourceArrayResponseFromJSON;
|
|
18
|
+
exports.PdfExportQueuedResourceArrayResponseFromJSONTyped = PdfExportQueuedResourceArrayResponseFromJSONTyped;
|
|
19
|
+
exports.PdfExportQueuedResourceArrayResponseToJSON = PdfExportQueuedResourceArrayResponseToJSON;
|
|
20
|
+
exports.PdfExportQueuedResourceArrayResponseToJSONTyped = PdfExportQueuedResourceArrayResponseToJSONTyped;
|
|
21
|
+
var PdfExportQueuedResource_1 = require("./PdfExportQueuedResource");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the PdfExportQueuedResourceArrayResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfPdfExportQueuedResourceArrayResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function PdfExportQueuedResourceArrayResponseFromJSON(json) {
|
|
29
|
+
return PdfExportQueuedResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function PdfExportQueuedResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(PdfExportQueuedResource_1.PdfExportQueuedResourceFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function PdfExportQueuedResourceArrayResponseToJSON(json) {
|
|
40
|
+
return PdfExportQueuedResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function PdfExportQueuedResourceArrayResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': value['data'] == null ? undefined : (value['data'].map(PdfExportQueuedResource_1.PdfExportQueuedResourceToJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -26,7 +26,7 @@ export interface PdfExportResource {
|
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof PdfExportResource
|
|
28
28
|
*/
|
|
29
|
-
status:
|
|
29
|
+
status: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {string}
|
|
@@ -40,16 +40,6 @@ export interface PdfExportResource {
|
|
|
40
40
|
*/
|
|
41
41
|
downloadUrl: string;
|
|
42
42
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @export
|
|
45
|
-
*/
|
|
46
|
-
export declare const PdfExportResourceStatusEnum: {
|
|
47
|
-
readonly Pending: "pending";
|
|
48
|
-
readonly Processing: "processing";
|
|
49
|
-
readonly Completed: "completed";
|
|
50
|
-
readonly Failed: "failed";
|
|
51
|
-
};
|
|
52
|
-
export type PdfExportResourceStatusEnum = typeof PdfExportResourceStatusEnum[keyof typeof PdfExportResourceStatusEnum];
|
|
53
43
|
/**
|
|
54
44
|
* Check if a given object implements the PdfExportResource interface.
|
|
55
45
|
*/
|
|
@@ -13,21 +13,11 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PdfExportResourceStatusEnum = void 0;
|
|
17
16
|
exports.instanceOfPdfExportResource = instanceOfPdfExportResource;
|
|
18
17
|
exports.PdfExportResourceFromJSON = PdfExportResourceFromJSON;
|
|
19
18
|
exports.PdfExportResourceFromJSONTyped = PdfExportResourceFromJSONTyped;
|
|
20
19
|
exports.PdfExportResourceToJSON = PdfExportResourceToJSON;
|
|
21
20
|
exports.PdfExportResourceToJSONTyped = PdfExportResourceToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.PdfExportResourceStatusEnum = {
|
|
26
|
-
Pending: 'pending',
|
|
27
|
-
Processing: 'processing',
|
|
28
|
-
Completed: 'completed',
|
|
29
|
-
Failed: 'failed'
|
|
30
|
-
};
|
|
31
21
|
/**
|
|
32
22
|
* Check if a given object implements the PdfExportResource interface.
|
|
33
23
|
*/
|
|
@@ -32,6 +32,8 @@ function instanceOfRegisterGroupedByRosterResource(value) {
|
|
|
32
32
|
return false;
|
|
33
33
|
if (!('startDateTime' in value) || value['startDateTime'] === undefined)
|
|
34
34
|
return false;
|
|
35
|
+
if (!('finishDateTime' in value) || value['finishDateTime'] === undefined)
|
|
36
|
+
return false;
|
|
35
37
|
if (!('registers' in value) || value['registers'] === undefined)
|
|
36
38
|
return false;
|
|
37
39
|
return true;
|
|
@@ -49,7 +51,7 @@ function RegisterGroupedByRosterResourceFromJSONTyped(json, ignoreDiscriminator)
|
|
|
49
51
|
'timezone': json['timezone'],
|
|
50
52
|
'state': json['state'],
|
|
51
53
|
'startDateTime': (new Date(json['startDateTime'])),
|
|
52
|
-
'finishDateTime':
|
|
54
|
+
'finishDateTime': (new Date(json['finishDateTime'])),
|
|
53
55
|
'registers': (json['registers'] == null ? null : json['registers'].map(RegisterListResource_1.RegisterListResourceFromJSON)),
|
|
54
56
|
};
|
|
55
57
|
}
|
|
@@ -57,7 +59,6 @@ function RegisterGroupedByRosterResourceToJSON(json) {
|
|
|
57
59
|
return RegisterGroupedByRosterResourceToJSONTyped(json, false);
|
|
58
60
|
}
|
|
59
61
|
function RegisterGroupedByRosterResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
60
|
-
var _a;
|
|
61
62
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
62
63
|
if (value == null) {
|
|
63
64
|
return value;
|
|
@@ -68,7 +69,7 @@ function RegisterGroupedByRosterResourceToJSONTyped(value, ignoreDiscriminator)
|
|
|
68
69
|
'timezone': value['timezone'],
|
|
69
70
|
'state': value['state'],
|
|
70
71
|
'startDateTime': ((value['startDateTime']).toISOString()),
|
|
71
|
-
'finishDateTime':
|
|
72
|
+
'finishDateTime': ((value['finishDateTime']).toISOString()),
|
|
72
73
|
'registers': (value['registers'] == null ? null : value['registers'].map(RegisterListResource_1.RegisterListResourceToJSON)),
|
|
73
74
|
};
|
|
74
75
|
}
|
|
@@ -58,7 +58,7 @@ export interface RegisterListResource {
|
|
|
58
58
|
* @type {number}
|
|
59
59
|
* @memberof RegisterListResource
|
|
60
60
|
*/
|
|
61
|
-
signOffStatus:
|
|
61
|
+
signOffStatus: number;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {string}
|
|
@@ -148,13 +148,13 @@ export interface RegisterListResource {
|
|
|
148
148
|
* @type {number}
|
|
149
149
|
* @memberof RegisterListResource
|
|
150
150
|
*/
|
|
151
|
-
signOffLat
|
|
151
|
+
signOffLat?: number | null;
|
|
152
152
|
/**
|
|
153
153
|
*
|
|
154
154
|
* @type {number}
|
|
155
155
|
* @memberof RegisterListResource
|
|
156
156
|
*/
|
|
157
|
-
signOffLong
|
|
157
|
+
signOffLong?: number | null;
|
|
158
158
|
/**
|
|
159
159
|
*
|
|
160
160
|
* @type {boolean}
|
|
@@ -162,15 +162,6 @@ export interface RegisterListResource {
|
|
|
162
162
|
*/
|
|
163
163
|
hasIncidents: boolean;
|
|
164
164
|
}
|
|
165
|
-
/**
|
|
166
|
-
* @export
|
|
167
|
-
*/
|
|
168
|
-
export declare const RegisterListResourceSignOffStatusEnum: {
|
|
169
|
-
readonly NUMBER_0: 0;
|
|
170
|
-
readonly NUMBER_1: 1;
|
|
171
|
-
readonly NUMBER_2: 2;
|
|
172
|
-
};
|
|
173
|
-
export type RegisterListResourceSignOffStatusEnum = typeof RegisterListResourceSignOffStatusEnum[keyof typeof RegisterListResourceSignOffStatusEnum];
|
|
174
165
|
/**
|
|
175
166
|
* Check if a given object implements the RegisterListResource interface.
|
|
176
167
|
*/
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.RegisterListResourceSignOffStatusEnum = void 0;
|
|
17
16
|
exports.instanceOfRegisterListResource = instanceOfRegisterListResource;
|
|
18
17
|
exports.RegisterListResourceFromJSON = RegisterListResourceFromJSON;
|
|
19
18
|
exports.RegisterListResourceFromJSONTyped = RegisterListResourceFromJSONTyped;
|
|
@@ -21,14 +20,6 @@ exports.RegisterListResourceToJSON = RegisterListResourceToJSON;
|
|
|
21
20
|
exports.RegisterListResourceToJSONTyped = RegisterListResourceToJSONTyped;
|
|
22
21
|
var VenueLiteResource_1 = require("./VenueLiteResource");
|
|
23
22
|
var UserLiteResource_1 = require("./UserLiteResource");
|
|
24
|
-
/**
|
|
25
|
-
* @export
|
|
26
|
-
*/
|
|
27
|
-
exports.RegisterListResourceSignOffStatusEnum = {
|
|
28
|
-
NUMBER_0: 0,
|
|
29
|
-
NUMBER_1: 1,
|
|
30
|
-
NUMBER_2: 2
|
|
31
|
-
};
|
|
32
23
|
/**
|
|
33
24
|
* Check if a given object implements the RegisterListResource interface.
|
|
34
25
|
*/
|
|
@@ -71,10 +62,6 @@ function instanceOfRegisterListResource(value) {
|
|
|
71
62
|
return false;
|
|
72
63
|
if (!('signOnLong' in value) || value['signOnLong'] === undefined)
|
|
73
64
|
return false;
|
|
74
|
-
if (!('signOffLat' in value) || value['signOffLat'] === undefined)
|
|
75
|
-
return false;
|
|
76
|
-
if (!('signOffLong' in value) || value['signOffLong'] === undefined)
|
|
77
|
-
return false;
|
|
78
65
|
if (!('hasIncidents' in value) || value['hasIncidents'] === undefined)
|
|
79
66
|
return false;
|
|
80
67
|
return true;
|
|
@@ -108,8 +95,8 @@ function RegisterListResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
108
95
|
'firstAid': json['firstAid'],
|
|
109
96
|
'signOnLat': json['signOnLat'],
|
|
110
97
|
'signOnLong': json['signOnLong'],
|
|
111
|
-
'signOffLat': json['signOffLat'],
|
|
112
|
-
'signOffLong': json['signOffLong'],
|
|
98
|
+
'signOffLat': json['signOffLat'] == null ? undefined : json['signOffLat'],
|
|
99
|
+
'signOffLong': json['signOffLong'] == null ? undefined : json['signOffLong'],
|
|
113
100
|
'hasIncidents': json['hasIncidents'],
|
|
114
101
|
};
|
|
115
102
|
}
|