@digital8/security-registers-backend-ts-sdk 0.0.406 → 0.0.408
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 +17 -4
- package/README.md +2 -2
- package/dist/apis/GeneralApi.d.ts +162 -9
- package/dist/apis/GeneralApi.js +823 -43
- package/dist/models/AddressResource.d.ts +1 -1
- package/dist/models/AddressResource.js +3 -1
- package/dist/models/AuthChangePasswordRequest.d.ts +6 -0
- package/dist/models/AuthChangePasswordRequest.js +4 -0
- package/dist/models/AuthProfileUpdateRequest.d.ts +6 -0
- package/dist/models/AuthProfileUpdateRequest.js +2 -0
- package/dist/models/AuthRegisterGuardRequestLicence.d.ts +3 -8
- package/dist/models/AuthRegisterGuardRequestLicence.js +3 -8
- package/dist/models/CurrentRegisterResource.d.ts +22 -5
- package/dist/models/CurrentRegisterResource.js +14 -7
- package/dist/models/ExportQueuedResource.d.ts +54 -0
- package/dist/models/{PdfExportQueuedResource.js → ExportQueuedResource.js} +23 -13
- package/dist/models/ExportQueuedResourceArrayResponse.d.ts +33 -0
- package/dist/models/ExportQueuedResourceArrayResponse.js +50 -0
- package/dist/models/IncidentFieldAuditResource.d.ts +17 -2
- package/dist/models/IncidentFieldAuditResource.js +7 -0
- package/dist/models/IncidentFieldItemLiteResource.d.ts +38 -0
- package/dist/models/IncidentFieldItemLiteResource.js +54 -0
- package/dist/models/IncidentFieldItemLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/IncidentFieldItemLiteResourceArrayResponse.js +50 -0
- package/dist/models/IncidentFieldSchemaResource.d.ts +13 -6
- package/dist/models/IncidentFieldSchemaResource.js +9 -0
- package/dist/models/IncidentFieldSchemasShowRequest.d.ts +0 -5
- package/dist/models/IncidentFieldSchemasShowRequest.js +1 -6
- package/dist/models/IncidentListResource.d.ts +6 -0
- package/dist/models/IncidentListResource.js +2 -0
- package/dist/models/IncidentResource.d.ts +1 -1
- package/dist/models/IncidentVersionResource.d.ts +2 -2
- package/dist/models/IncidentVideoResource.d.ts +10 -1
- package/dist/models/IncidentVideoResource.js +9 -0
- package/dist/models/IncidentsExportCsvBulkRequest.d.ts +92 -0
- package/dist/models/IncidentsExportCsvBulkRequest.js +75 -0
- package/dist/models/IncidentsExportPdfBulkRequest.d.ts +41 -5
- package/dist/models/IncidentsExportPdfBulkRequest.js +14 -2
- package/dist/models/IncidentsStoreRequest.d.ts +1 -1
- package/dist/models/IncidentsUpdateRequest.d.ts +3 -3
- package/dist/models/LicenceCheckLogResource.d.ts +106 -0
- package/dist/models/LicenceCheckLogResource.js +100 -0
- package/dist/models/LicenceCheckLogResourceArrayResponse.d.ts +33 -0
- package/dist/models/LicenceCheckLogResourceArrayResponse.js +50 -0
- package/dist/models/LicenceListResource.d.ts +11 -2
- package/dist/models/LicenceListResource.js +9 -0
- package/dist/models/LicenceLiteResource.d.ts +11 -2
- package/dist/models/LicenceLiteResource.js +9 -0
- package/dist/models/LicenceResource.d.ts +11 -2
- package/dist/models/LicenceResource.js +9 -0
- package/dist/models/LicenceVerificationFallbackSettingResource.d.ts +57 -0
- package/dist/models/LicenceVerificationFallbackSettingResource.js +67 -0
- package/dist/models/LicenceVerificationFallbackSettingResourceArrayResponse.d.ts +33 -0
- package/dist/models/LicenceVerificationFallbackSettingResourceArrayResponse.js +50 -0
- package/dist/models/LicencesCheckLogsListRequest.d.ts +89 -0
- package/dist/models/LicencesCheckLogsListRequest.js +77 -0
- package/dist/models/LicencesStoreRequest.d.ts +3 -8
- package/dist/models/LicencesStoreRequest.js +3 -8
- package/dist/models/LicencesUpdateRequest.d.ts +3 -8
- package/dist/models/LicencesUpdateRequest.js +3 -8
- package/dist/models/LicencesVerifyRequest.d.ts +1 -6
- package/dist/models/LicencesVerifyRequest.js +1 -6
- package/dist/models/MobileDeviceResource.d.ts +9 -1
- package/dist/models/MobileDeviceResource.js +8 -0
- package/dist/models/NotificationPreferenceResource.d.ts +13 -1
- package/dist/models/NotificationPreferenceResource.js +12 -0
- package/dist/models/NotificationPreferencesBulkRequest.d.ts +33 -0
- package/dist/models/NotificationPreferencesBulkRequest.js +52 -0
- package/dist/models/NotificationPreferencesBulkRequestPreferencesInner.d.ts +56 -0
- package/dist/models/NotificationPreferencesBulkRequestPreferencesInner.js +69 -0
- package/dist/models/NotificationTypeResource.d.ts +6 -0
- package/dist/models/NotificationTypeResource.js +4 -0
- package/dist/models/PaginatedLicenceCheckLogResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedLicenceCheckLogResourceResponse.js +57 -0
- package/dist/models/PdfExportResource.d.ts +11 -1
- package/dist/models/PdfExportResource.js +10 -0
- package/dist/models/RegisterGroupedByRosterResource.d.ts +1 -1
- package/dist/models/RegisterGroupedByRosterResource.js +3 -4
- package/dist/models/RegisterListResource.d.ts +15 -6
- package/dist/models/RegisterListResource.js +15 -7
- package/dist/models/RegisterResource.d.ts +11 -2
- package/dist/models/RegisterResource.js +12 -1
- 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 +19 -4
- package/dist/models/RosterListResource.js +16 -4
- package/dist/models/RosterResource.d.ts +11 -2
- package/dist/models/RosterResource.js +13 -3
- package/dist/models/RosterWithRegistersResource.d.ts +11 -2
- package/dist/models/RosterWithRegistersResource.js +13 -3
- package/dist/models/RostersExportPdfRequest.d.ts +17 -25
- package/dist/models/RostersExportPdfRequest.js +8 -20
- package/dist/models/RostersListAllRequest.d.ts +6 -0
- package/dist/models/RostersListAllRequest.js +2 -0
- package/dist/models/RostersListRequest.d.ts +6 -0
- package/dist/models/RostersListRequest.js +2 -0
- package/dist/models/RostersListWithRegistersRequest.d.ts +6 -0
- package/dist/models/RostersListWithRegistersRequest.js +2 -0
- package/dist/models/SettingsLicenceVerificationFallbackUpdateRequest.d.ts +44 -0
- package/dist/models/SettingsLicenceVerificationFallbackUpdateRequest.js +53 -0
- package/dist/models/UserResource.d.ts +9 -2
- package/dist/models/UserResource.js +7 -2
- package/dist/models/UserVenueResource.d.ts +105 -0
- package/dist/models/UserVenueResource.js +96 -0
- package/dist/models/UserVenueResourceArrayResponse.d.ts +33 -0
- package/dist/models/UserVenueResourceArrayResponse.js +50 -0
- package/dist/models/UsersCreateWithRoleRequestLicencesInner.d.ts +3 -8
- package/dist/models/UsersCreateWithRoleRequestLicencesInner.js +3 -8
- package/dist/models/VenueLiteResource.d.ts +6 -0
- package/dist/models/VenueLiteResource.js +4 -0
- package/dist/models/VenuesListForUserRequest.d.ts +32 -0
- package/dist/models/VenuesListForUserRequest.js +51 -0
- package/dist/models/index.d.ts +17 -4
- package/dist/models/index.js +17 -4
- package/package.json +1 -1
- package/src/apis/GeneralApi.ts +714 -28
- package/src/models/AddressResource.ts +3 -2
- package/src/models/AuthChangePasswordRequest.ts +9 -0
- package/src/models/AuthProfileUpdateRequest.ts +8 -0
- package/src/models/AuthRegisterGuardRequestLicence.ts +6 -11
- package/src/models/CurrentRegisterResource.ts +35 -18
- package/src/models/ExportQueuedResource.ts +97 -0
- package/src/models/ExportQueuedResourceArrayResponse.ts +73 -0
- package/src/models/IncidentFieldAuditResource.ts +27 -2
- package/src/models/IncidentFieldItemLiteResource.ts +74 -0
- package/src/models/IncidentFieldItemLiteResourceArrayResponse.ts +73 -0
- package/src/models/IncidentFieldSchemaResource.ts +16 -4
- package/src/models/IncidentFieldSchemasShowRequest.ts +1 -6
- package/src/models/IncidentListResource.ts +8 -0
- package/src/models/IncidentResource.ts +1 -1
- package/src/models/IncidentVersionResource.ts +2 -2
- package/src/models/IncidentVideoResource.ts +13 -1
- package/src/models/IncidentsExportCsvBulkRequest.ts +148 -0
- package/src/models/IncidentsExportPdfBulkRequest.ts +55 -7
- package/src/models/IncidentsStoreRequest.ts +1 -1
- package/src/models/IncidentsUpdateRequest.ts +3 -3
- package/src/models/LicenceCheckLogResource.ts +170 -0
- package/src/models/LicenceCheckLogResourceArrayResponse.ts +73 -0
- package/src/models/LicenceListResource.ts +14 -2
- package/src/models/LicenceLiteResource.ts +14 -2
- package/src/models/LicenceResource.ts +14 -2
- package/src/models/LicenceVerificationFallbackSettingResource.ts +109 -0
- package/src/models/LicenceVerificationFallbackSettingResourceArrayResponse.ts +73 -0
- package/src/models/LicencesCheckLogsListRequest.ts +140 -0
- package/src/models/LicencesStoreRequest.ts +6 -11
- package/src/models/LicencesUpdateRequest.ts +6 -11
- package/src/models/LicencesVerifyRequest.ts +2 -7
- package/src/models/MobileDeviceResource.ts +12 -1
- package/src/models/NotificationPreferenceResource.ts +16 -1
- package/src/models/NotificationPreferencesBulkRequest.ts +74 -0
- package/src/models/NotificationPreferencesBulkRequestPreferencesInner.ts +98 -0
- package/src/models/NotificationTypeResource.ts +9 -0
- package/src/models/PaginatedLicenceCheckLogResourceResponse.ts +90 -0
- package/src/models/PdfExportResource.ts +14 -1
- package/src/models/RegisterGroupedByRosterResource.ts +3 -4
- package/src/models/RegisterListResource.ts +23 -12
- package/src/models/RegisterResource.ts +16 -3
- package/src/models/RegistersSignOffRequest.ts +5 -5
- package/src/models/RegistersSignOnRequest.ts +5 -5
- package/src/models/RosterListResource.ts +27 -7
- package/src/models/RosterResource.ts +17 -4
- package/src/models/RosterWithRegistersResource.ts +17 -4
- package/src/models/RostersExportPdfRequest.ts +25 -34
- package/src/models/RostersListAllRequest.ts +8 -0
- package/src/models/RostersListRequest.ts +8 -0
- package/src/models/RostersListWithRegistersRequest.ts +8 -0
- package/src/models/SettingsLicenceVerificationFallbackUpdateRequest.ts +81 -0
- package/src/models/UserResource.ts +20 -4
- package/src/models/UserVenueResource.ts +180 -0
- package/src/models/UserVenueResourceArrayResponse.ts +73 -0
- package/src/models/UsersCreateWithRoleRequestLicencesInner.ts +6 -11
- package/src/models/VenueLiteResource.ts +9 -0
- package/src/models/VenuesListForUserRequest.ts +66 -0
- package/src/models/index.ts +17 -4
- package/dist/models/NearbyVenueResource.d.ts +0 -62
- package/dist/models/NearbyVenueResource.js +0 -69
- package/dist/models/NearbyVenueResourceArrayResponse.d.ts +0 -33
- package/dist/models/NearbyVenueResourceArrayResponse.js +0 -50
- package/dist/models/PdfExportQueuedResource.d.ts +0 -44
- package/dist/models/PdfExportQueuedResourceArrayResponse.d.ts +0 -33
- package/dist/models/PdfExportQueuedResourceArrayResponse.js +0 -50
- package/src/models/NearbyVenueResource.ts +0 -110
- package/src/models/NearbyVenueResourceArrayResponse.ts +0 -73
- package/src/models/PdfExportQueuedResource.ts +0 -84
- package/src/models/PdfExportQueuedResourceArrayResponse.ts +0 -73
|
@@ -36,7 +36,7 @@ export interface AddressResource {
|
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof AddressResource
|
|
38
38
|
*/
|
|
39
|
-
addressLine2
|
|
39
|
+
addressLine2: string;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {string}
|
|
@@ -80,6 +80,7 @@ export interface AddressResource {
|
|
|
80
80
|
*/
|
|
81
81
|
export function instanceOfAddressResource(value: object): value is AddressResource {
|
|
82
82
|
if (!('addressLine1' in value) || value['addressLine1'] === undefined) return false;
|
|
83
|
+
if (!('addressLine2' in value) || value['addressLine2'] === undefined) return false;
|
|
83
84
|
if (!('suburb' in value) || value['suburb'] === undefined) return false;
|
|
84
85
|
if (!('city' in value) || value['city'] === undefined) return false;
|
|
85
86
|
if (!('state' in value) || value['state'] === undefined) return false;
|
|
@@ -101,7 +102,7 @@ export function AddressResourceFromJSONTyped(json: any, ignoreDiscriminator: boo
|
|
|
101
102
|
|
|
102
103
|
'id': json['id'] == null ? undefined : json['id'],
|
|
103
104
|
'addressLine1': json['addressLine1'],
|
|
104
|
-
'addressLine2': json['addressLine2']
|
|
105
|
+
'addressLine2': json['addressLine2'],
|
|
105
106
|
'suburb': json['suburb'],
|
|
106
107
|
'city': json['city'],
|
|
107
108
|
'state': json['state'],
|
|
@@ -31,6 +31,12 @@ export interface AuthChangePasswordRequest {
|
|
|
31
31
|
* @memberof AuthChangePasswordRequest
|
|
32
32
|
*/
|
|
33
33
|
newPassword: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof AuthChangePasswordRequest
|
|
38
|
+
*/
|
|
39
|
+
newPasswordConfirmation: string;
|
|
34
40
|
}
|
|
35
41
|
|
|
36
42
|
/**
|
|
@@ -39,6 +45,7 @@ export interface AuthChangePasswordRequest {
|
|
|
39
45
|
export function instanceOfAuthChangePasswordRequest(value: object): value is AuthChangePasswordRequest {
|
|
40
46
|
if (!('currentPassword' in value) || value['currentPassword'] === undefined) return false;
|
|
41
47
|
if (!('newPassword' in value) || value['newPassword'] === undefined) return false;
|
|
48
|
+
if (!('newPasswordConfirmation' in value) || value['newPasswordConfirmation'] === undefined) return false;
|
|
42
49
|
return true;
|
|
43
50
|
}
|
|
44
51
|
|
|
@@ -54,6 +61,7 @@ export function AuthChangePasswordRequestFromJSONTyped(json: any, ignoreDiscrimi
|
|
|
54
61
|
|
|
55
62
|
'currentPassword': json['current_password'],
|
|
56
63
|
'newPassword': json['new_password'],
|
|
64
|
+
'newPasswordConfirmation': json['new_password_confirmation'],
|
|
57
65
|
};
|
|
58
66
|
}
|
|
59
67
|
|
|
@@ -70,6 +78,7 @@ export function AuthChangePasswordRequestToJSONTyped(value?: AuthChangePasswordR
|
|
|
70
78
|
|
|
71
79
|
'current_password': value['currentPassword'],
|
|
72
80
|
'new_password': value['newPassword'],
|
|
81
|
+
'new_password_confirmation': value['newPasswordConfirmation'],
|
|
73
82
|
};
|
|
74
83
|
}
|
|
75
84
|
|
|
@@ -49,6 +49,12 @@ export interface AuthProfileUpdateRequest {
|
|
|
49
49
|
* @memberof AuthProfileUpdateRequest
|
|
50
50
|
*/
|
|
51
51
|
signatureAssetId?: number;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {number}
|
|
55
|
+
* @memberof AuthProfileUpdateRequest
|
|
56
|
+
*/
|
|
57
|
+
profileImageAssetId?: number;
|
|
52
58
|
}
|
|
53
59
|
|
|
54
60
|
/**
|
|
@@ -73,6 +79,7 @@ export function AuthProfileUpdateRequestFromJSONTyped(json: any, ignoreDiscrimin
|
|
|
73
79
|
'email': json['email'] == null ? undefined : json['email'],
|
|
74
80
|
'mobile': json['mobile'] == null ? undefined : json['mobile'],
|
|
75
81
|
'signatureAssetId': json['signature_asset_id'] == null ? undefined : json['signature_asset_id'],
|
|
82
|
+
'profileImageAssetId': json['profile_image_asset_id'] == null ? undefined : json['profile_image_asset_id'],
|
|
76
83
|
};
|
|
77
84
|
}
|
|
78
85
|
|
|
@@ -92,6 +99,7 @@ export function AuthProfileUpdateRequestToJSONTyped(value?: AuthProfileUpdateReq
|
|
|
92
99
|
'email': value['email'],
|
|
93
100
|
'mobile': value['mobile'],
|
|
94
101
|
'signature_asset_id': value['signatureAssetId'],
|
|
102
|
+
'profile_image_asset_id': value['profileImageAssetId'],
|
|
95
103
|
};
|
|
96
104
|
}
|
|
97
105
|
|
|
@@ -73,11 +73,11 @@ export interface AuthRegisterGuardRequestLicence {
|
|
|
73
73
|
*/
|
|
74
74
|
lastName: string;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {
|
|
76
|
+
* ISO 8601 calendar date (Y-m-d) in the licence state's timezone. Time and timezone offset must be omitted.
|
|
77
|
+
* @type {string}
|
|
78
78
|
* @memberof AuthRegisterGuardRequestLicence
|
|
79
79
|
*/
|
|
80
|
-
expiryDate:
|
|
80
|
+
expiryDate: string;
|
|
81
81
|
/**
|
|
82
82
|
*
|
|
83
83
|
* @type {FrontAsset}
|
|
@@ -111,12 +111,7 @@ export interface AuthRegisterGuardRequestLicence {
|
|
|
111
111
|
export const AuthRegisterGuardRequestLicenceStateEnum = {
|
|
112
112
|
Qld: 'QLD',
|
|
113
113
|
Nsw: 'NSW',
|
|
114
|
-
|
|
115
|
-
Vic: 'VIC',
|
|
116
|
-
Tas: 'TAS',
|
|
117
|
-
Sa: 'SA',
|
|
118
|
-
Wa: 'WA',
|
|
119
|
-
Nt: 'NT'
|
|
114
|
+
Vic: 'VIC'
|
|
120
115
|
} as const;
|
|
121
116
|
export type AuthRegisterGuardRequestLicenceStateEnum = typeof AuthRegisterGuardRequestLicenceStateEnum[keyof typeof AuthRegisterGuardRequestLicenceStateEnum];
|
|
122
117
|
|
|
@@ -148,7 +143,7 @@ export function AuthRegisterGuardRequestLicenceFromJSONTyped(json: any, ignoreDi
|
|
|
148
143
|
'licenceNumber': json['licence_number'],
|
|
149
144
|
'firstName': json['first_name'],
|
|
150
145
|
'lastName': json['last_name'],
|
|
151
|
-
'expiryDate':
|
|
146
|
+
'expiryDate': json['expiry_date'],
|
|
152
147
|
'frontAsset': FrontAssetFromJSON(json['front_asset']),
|
|
153
148
|
'backAsset': json['back_asset'] == null ? undefined : BackAssetFromJSON(json['back_asset']),
|
|
154
149
|
'rsaAsset': json['rsa_asset'] == null ? undefined : RsaAssetFromJSON(json['rsa_asset']),
|
|
@@ -171,7 +166,7 @@ export function AuthRegisterGuardRequestLicenceToJSONTyped(value?: AuthRegisterG
|
|
|
171
166
|
'licence_number': value['licenceNumber'],
|
|
172
167
|
'first_name': value['firstName'],
|
|
173
168
|
'last_name': value['lastName'],
|
|
174
|
-
'expiry_date':
|
|
169
|
+
'expiry_date': value['expiryDate'],
|
|
175
170
|
'front_asset': FrontAssetToJSON(value['frontAsset']),
|
|
176
171
|
'back_asset': BackAssetToJSON(value['backAsset']),
|
|
177
172
|
'rsa_asset': RsaAssetToJSON(value['rsaAsset']),
|
|
@@ -13,14 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { VenueLiteResource } from './VenueLiteResource';
|
|
17
|
-
import {
|
|
18
|
-
VenueLiteResourceFromJSON,
|
|
19
|
-
VenueLiteResourceFromJSONTyped,
|
|
20
|
-
VenueLiteResourceToJSON,
|
|
21
|
-
VenueLiteResourceToJSONTyped,
|
|
22
|
-
} from './VenueLiteResource';
|
|
23
|
-
|
|
24
16
|
/**
|
|
25
17
|
*
|
|
26
18
|
* @export
|
|
@@ -29,24 +21,43 @@ import {
|
|
|
29
21
|
export interface CurrentRegisterResource {
|
|
30
22
|
/**
|
|
31
23
|
*
|
|
32
|
-
* @type {
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof CurrentRegisterResource
|
|
26
|
+
*/
|
|
27
|
+
id?: number | null;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof CurrentRegisterResource
|
|
32
|
+
*/
|
|
33
|
+
venueId?: number | null;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {Date}
|
|
37
|
+
* @memberof CurrentRegisterResource
|
|
38
|
+
*/
|
|
39
|
+
startDateTime: Date;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {number}
|
|
33
43
|
* @memberof CurrentRegisterResource
|
|
34
44
|
*/
|
|
35
|
-
|
|
45
|
+
latitude: number;
|
|
36
46
|
/**
|
|
37
47
|
*
|
|
38
|
-
* @type {
|
|
48
|
+
* @type {number}
|
|
39
49
|
* @memberof CurrentRegisterResource
|
|
40
50
|
*/
|
|
41
|
-
|
|
51
|
+
longitude: number;
|
|
42
52
|
}
|
|
43
53
|
|
|
44
54
|
/**
|
|
45
55
|
* Check if a given object implements the CurrentRegisterResource interface.
|
|
46
56
|
*/
|
|
47
57
|
export function instanceOfCurrentRegisterResource(value: object): value is CurrentRegisterResource {
|
|
48
|
-
if (!('
|
|
49
|
-
if (!('
|
|
58
|
+
if (!('startDateTime' in value) || value['startDateTime'] === undefined) return false;
|
|
59
|
+
if (!('latitude' in value) || value['latitude'] === undefined) return false;
|
|
60
|
+
if (!('longitude' in value) || value['longitude'] === undefined) return false;
|
|
50
61
|
return true;
|
|
51
62
|
}
|
|
52
63
|
|
|
@@ -60,8 +71,11 @@ export function CurrentRegisterResourceFromJSONTyped(json: any, ignoreDiscrimina
|
|
|
60
71
|
}
|
|
61
72
|
return {
|
|
62
73
|
|
|
63
|
-
'
|
|
64
|
-
'
|
|
74
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
75
|
+
'venueId': json['venueId'] == null ? undefined : json['venueId'],
|
|
76
|
+
'startDateTime': (new Date(json['startDateTime'])),
|
|
77
|
+
'latitude': json['latitude'],
|
|
78
|
+
'longitude': json['longitude'],
|
|
65
79
|
};
|
|
66
80
|
}
|
|
67
81
|
|
|
@@ -76,8 +90,11 @@ export function CurrentRegisterResourceToJSONTyped(value?: CurrentRegisterResour
|
|
|
76
90
|
|
|
77
91
|
return {
|
|
78
92
|
|
|
79
|
-
'
|
|
80
|
-
'
|
|
93
|
+
'id': value['id'],
|
|
94
|
+
'venueId': value['venueId'],
|
|
95
|
+
'startDateTime': ((value['startDateTime']).toISOString()),
|
|
96
|
+
'latitude': value['latitude'],
|
|
97
|
+
'longitude': value['longitude'],
|
|
81
98
|
};
|
|
82
99
|
}
|
|
83
100
|
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* My API
|
|
5
|
+
* API documentation for my Laravel app
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ExportQueuedResource
|
|
20
|
+
*/
|
|
21
|
+
export interface ExportQueuedResource {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ExportQueuedResource
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ExportQueuedResource
|
|
32
|
+
*/
|
|
33
|
+
status: ExportQueuedResourceStatusEnum;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ExportQueuedResource
|
|
38
|
+
*/
|
|
39
|
+
message: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export const ExportQueuedResourceStatusEnum = {
|
|
47
|
+
Pending: 'pending',
|
|
48
|
+
Processing: 'processing',
|
|
49
|
+
Completed: 'completed',
|
|
50
|
+
Failed: 'failed'
|
|
51
|
+
} as const;
|
|
52
|
+
export type ExportQueuedResourceStatusEnum = typeof ExportQueuedResourceStatusEnum[keyof typeof ExportQueuedResourceStatusEnum];
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the ExportQueuedResource interface.
|
|
57
|
+
*/
|
|
58
|
+
export function instanceOfExportQueuedResource(value: object): value is ExportQueuedResource {
|
|
59
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
60
|
+
if (!('status' in value) || value['status'] === undefined) return false;
|
|
61
|
+
if (!('message' in value) || value['message'] === undefined) return false;
|
|
62
|
+
return true;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function ExportQueuedResourceFromJSON(json: any): ExportQueuedResource {
|
|
66
|
+
return ExportQueuedResourceFromJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function ExportQueuedResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportQueuedResource {
|
|
70
|
+
if (json == null) {
|
|
71
|
+
return json;
|
|
72
|
+
}
|
|
73
|
+
return {
|
|
74
|
+
|
|
75
|
+
'id': json['id'],
|
|
76
|
+
'status': json['status'],
|
|
77
|
+
'message': json['message'],
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function ExportQueuedResourceToJSON(json: any): ExportQueuedResource {
|
|
82
|
+
return ExportQueuedResourceToJSONTyped(json, false);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export function ExportQueuedResourceToJSONTyped(value?: ExportQueuedResource | null, ignoreDiscriminator: boolean = false): any {
|
|
86
|
+
if (value == null) {
|
|
87
|
+
return value;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
return {
|
|
91
|
+
|
|
92
|
+
'id': value['id'],
|
|
93
|
+
'status': value['status'],
|
|
94
|
+
'message': value['message'],
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* My API
|
|
5
|
+
* API documentation for my Laravel app
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ExportQueuedResource } from './ExportQueuedResource';
|
|
17
|
+
import {
|
|
18
|
+
ExportQueuedResourceFromJSON,
|
|
19
|
+
ExportQueuedResourceFromJSONTyped,
|
|
20
|
+
ExportQueuedResourceToJSON,
|
|
21
|
+
ExportQueuedResourceToJSONTyped,
|
|
22
|
+
} from './ExportQueuedResource';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ExportQueuedResourceArrayResponse
|
|
28
|
+
*/
|
|
29
|
+
export interface ExportQueuedResourceArrayResponse {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<ExportQueuedResource>}
|
|
33
|
+
* @memberof ExportQueuedResourceArrayResponse
|
|
34
|
+
*/
|
|
35
|
+
data?: Array<ExportQueuedResource>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ExportQueuedResourceArrayResponse interface.
|
|
40
|
+
*/
|
|
41
|
+
export function instanceOfExportQueuedResourceArrayResponse(value: object): value is ExportQueuedResourceArrayResponse {
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function ExportQueuedResourceArrayResponseFromJSON(json: any): ExportQueuedResourceArrayResponse {
|
|
46
|
+
return ExportQueuedResourceArrayResponseFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function ExportQueuedResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportQueuedResourceArrayResponse {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'data': json['data'] == null ? undefined : ((json['data'] as Array<any>).map(ExportQueuedResourceFromJSON)),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function ExportQueuedResourceArrayResponseToJSON(json: any): ExportQueuedResourceArrayResponse {
|
|
60
|
+
return ExportQueuedResourceArrayResponseToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function ExportQueuedResourceArrayResponseToJSONTyped(value?: ExportQueuedResourceArrayResponse | null, ignoreDiscriminator: boolean = false): any {
|
|
64
|
+
if (value == null) {
|
|
65
|
+
return value;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return {
|
|
69
|
+
|
|
70
|
+
'data': value['data'] == null ? undefined : ((value['data'] as Array<any>).map(ExportQueuedResourceToJSON)),
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -13,6 +13,14 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { IncidentFieldItemLiteResource } from './IncidentFieldItemLiteResource';
|
|
17
|
+
import {
|
|
18
|
+
IncidentFieldItemLiteResourceFromJSON,
|
|
19
|
+
IncidentFieldItemLiteResourceFromJSONTyped,
|
|
20
|
+
IncidentFieldItemLiteResourceToJSON,
|
|
21
|
+
IncidentFieldItemLiteResourceToJSONTyped,
|
|
22
|
+
} from './IncidentFieldItemLiteResource';
|
|
23
|
+
|
|
16
24
|
/**
|
|
17
25
|
*
|
|
18
26
|
* @export
|
|
@@ -25,6 +33,18 @@ export interface IncidentFieldAuditResource {
|
|
|
25
33
|
* @memberof IncidentFieldAuditResource
|
|
26
34
|
*/
|
|
27
35
|
id: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof IncidentFieldAuditResource
|
|
40
|
+
*/
|
|
41
|
+
incidentFieldId?: number | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {IncidentFieldItemLiteResource}
|
|
45
|
+
* @memberof IncidentFieldAuditResource
|
|
46
|
+
*/
|
|
47
|
+
incidentFieldItem: IncidentFieldItemLiteResource | null;
|
|
28
48
|
/**
|
|
29
49
|
*
|
|
30
50
|
* @type {string}
|
|
@@ -39,10 +59,10 @@ export interface IncidentFieldAuditResource {
|
|
|
39
59
|
fieldKey: string;
|
|
40
60
|
/**
|
|
41
61
|
*
|
|
42
|
-
* @type {string}
|
|
62
|
+
* @type {{ [key: string]: number; }}
|
|
43
63
|
* @memberof IncidentFieldAuditResource
|
|
44
64
|
*/
|
|
45
|
-
previousValue: string;
|
|
65
|
+
previousValue: { [key: string]: number; };
|
|
46
66
|
/**
|
|
47
67
|
*
|
|
48
68
|
* @type {object}
|
|
@@ -56,6 +76,7 @@ export interface IncidentFieldAuditResource {
|
|
|
56
76
|
*/
|
|
57
77
|
export function instanceOfIncidentFieldAuditResource(value: object): value is IncidentFieldAuditResource {
|
|
58
78
|
if (!('id' in value) || value['id'] === undefined) return false;
|
|
79
|
+
if (!('incidentFieldItem' in value) || value['incidentFieldItem'] === undefined) return false;
|
|
59
80
|
if (!('sectionKey' in value) || value['sectionKey'] === undefined) return false;
|
|
60
81
|
if (!('fieldKey' in value) || value['fieldKey'] === undefined) return false;
|
|
61
82
|
if (!('previousValue' in value) || value['previousValue'] === undefined) return false;
|
|
@@ -74,6 +95,8 @@ export function IncidentFieldAuditResourceFromJSONTyped(json: any, ignoreDiscrim
|
|
|
74
95
|
return {
|
|
75
96
|
|
|
76
97
|
'id': json['id'],
|
|
98
|
+
'incidentFieldId': json['incidentFieldId'] == null ? undefined : json['incidentFieldId'],
|
|
99
|
+
'incidentFieldItem': IncidentFieldItemLiteResourceFromJSON(json['incidentFieldItem']),
|
|
77
100
|
'sectionKey': json['sectionKey'],
|
|
78
101
|
'fieldKey': json['fieldKey'],
|
|
79
102
|
'previousValue': json['previousValue'],
|
|
@@ -93,6 +116,8 @@ export function IncidentFieldAuditResourceToJSONTyped(value?: IncidentFieldAudit
|
|
|
93
116
|
return {
|
|
94
117
|
|
|
95
118
|
'id': value['id'],
|
|
119
|
+
'incidentFieldId': value['incidentFieldId'],
|
|
120
|
+
'incidentFieldItem': IncidentFieldItemLiteResourceToJSON(value['incidentFieldItem']),
|
|
96
121
|
'sectionKey': value['sectionKey'],
|
|
97
122
|
'fieldKey': value['fieldKey'],
|
|
98
123
|
'previousValue': value['previousValue'],
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* My API
|
|
5
|
+
* API documentation for my Laravel app
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface IncidentFieldItemLiteResource
|
|
20
|
+
*/
|
|
21
|
+
export interface IncidentFieldItemLiteResource {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof IncidentFieldItemLiteResource
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {Date}
|
|
31
|
+
* @memberof IncidentFieldItemLiteResource
|
|
32
|
+
*/
|
|
33
|
+
deletedAt?: Date | null;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the IncidentFieldItemLiteResource interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfIncidentFieldItemLiteResource(value: object): value is IncidentFieldItemLiteResource {
|
|
40
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function IncidentFieldItemLiteResourceFromJSON(json: any): IncidentFieldItemLiteResource {
|
|
45
|
+
return IncidentFieldItemLiteResourceFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function IncidentFieldItemLiteResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): IncidentFieldItemLiteResource {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
|
|
54
|
+
'id': json['id'],
|
|
55
|
+
'deletedAt': json['deletedAt'] == null ? undefined : (new Date(json['deletedAt'])),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function IncidentFieldItemLiteResourceToJSON(json: any): IncidentFieldItemLiteResource {
|
|
60
|
+
return IncidentFieldItemLiteResourceToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function IncidentFieldItemLiteResourceToJSONTyped(value?: IncidentFieldItemLiteResource | null, ignoreDiscriminator: boolean = false): any {
|
|
64
|
+
if (value == null) {
|
|
65
|
+
return value;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return {
|
|
69
|
+
|
|
70
|
+
'id': value['id'],
|
|
71
|
+
'deletedAt': value['deletedAt'] === null ? null : ((value['deletedAt'] as any)?.toISOString()),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* My API
|
|
5
|
+
* API documentation for my Laravel app
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { IncidentFieldItemLiteResource } from './IncidentFieldItemLiteResource';
|
|
17
|
+
import {
|
|
18
|
+
IncidentFieldItemLiteResourceFromJSON,
|
|
19
|
+
IncidentFieldItemLiteResourceFromJSONTyped,
|
|
20
|
+
IncidentFieldItemLiteResourceToJSON,
|
|
21
|
+
IncidentFieldItemLiteResourceToJSONTyped,
|
|
22
|
+
} from './IncidentFieldItemLiteResource';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface IncidentFieldItemLiteResourceArrayResponse
|
|
28
|
+
*/
|
|
29
|
+
export interface IncidentFieldItemLiteResourceArrayResponse {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<IncidentFieldItemLiteResource>}
|
|
33
|
+
* @memberof IncidentFieldItemLiteResourceArrayResponse
|
|
34
|
+
*/
|
|
35
|
+
data?: Array<IncidentFieldItemLiteResource>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the IncidentFieldItemLiteResourceArrayResponse interface.
|
|
40
|
+
*/
|
|
41
|
+
export function instanceOfIncidentFieldItemLiteResourceArrayResponse(value: object): value is IncidentFieldItemLiteResourceArrayResponse {
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function IncidentFieldItemLiteResourceArrayResponseFromJSON(json: any): IncidentFieldItemLiteResourceArrayResponse {
|
|
46
|
+
return IncidentFieldItemLiteResourceArrayResponseFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function IncidentFieldItemLiteResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IncidentFieldItemLiteResourceArrayResponse {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'data': json['data'] == null ? undefined : ((json['data'] as Array<any>).map(IncidentFieldItemLiteResourceFromJSON)),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function IncidentFieldItemLiteResourceArrayResponseToJSON(json: any): IncidentFieldItemLiteResourceArrayResponse {
|
|
60
|
+
return IncidentFieldItemLiteResourceArrayResponseToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function IncidentFieldItemLiteResourceArrayResponseToJSONTyped(value?: IncidentFieldItemLiteResourceArrayResponse | null, ignoreDiscriminator: boolean = false): any {
|
|
64
|
+
if (value == null) {
|
|
65
|
+
return value;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return {
|
|
69
|
+
|
|
70
|
+
'data': value['data'] == null ? undefined : ((value['data'] as Array<any>).map(IncidentFieldItemLiteResourceToJSON)),
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -27,16 +27,16 @@ export interface IncidentFieldSchemaResource {
|
|
|
27
27
|
id?: number | null;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {string}
|
|
31
31
|
* @memberof IncidentFieldSchemaResource
|
|
32
32
|
*/
|
|
33
|
-
state:
|
|
33
|
+
state: IncidentFieldSchemaResourceStateEnum;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {object}
|
|
37
37
|
* @memberof IncidentFieldSchemaResource
|
|
38
38
|
*/
|
|
39
|
-
jsonSchema:
|
|
39
|
+
jsonSchema: object;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {Date}
|
|
@@ -51,6 +51,18 @@ export interface IncidentFieldSchemaResource {
|
|
|
51
51
|
updatedAt?: Date | null;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export const IncidentFieldSchemaResourceStateEnum = {
|
|
59
|
+
Qld: 'QLD',
|
|
60
|
+
Nsw: 'NSW',
|
|
61
|
+
Vic: 'VIC'
|
|
62
|
+
} as const;
|
|
63
|
+
export type IncidentFieldSchemaResourceStateEnum = typeof IncidentFieldSchemaResourceStateEnum[keyof typeof IncidentFieldSchemaResourceStateEnum];
|
|
64
|
+
|
|
65
|
+
|
|
54
66
|
/**
|
|
55
67
|
* Check if a given object implements the IncidentFieldSchemaResource interface.
|
|
56
68
|
*/
|
|
@@ -34,12 +34,7 @@ export interface IncidentFieldSchemasShowRequest {
|
|
|
34
34
|
export const IncidentFieldSchemasShowRequestStateEnum = {
|
|
35
35
|
Qld: 'QLD',
|
|
36
36
|
Nsw: 'NSW',
|
|
37
|
-
|
|
38
|
-
Vic: 'VIC',
|
|
39
|
-
Tas: 'TAS',
|
|
40
|
-
Sa: 'SA',
|
|
41
|
-
Wa: 'WA',
|
|
42
|
-
Nt: 'NT'
|
|
37
|
+
Vic: 'VIC'
|
|
43
38
|
} as const;
|
|
44
39
|
export type IncidentFieldSchemasShowRequestStateEnum = typeof IncidentFieldSchemasShowRequestStateEnum[keyof typeof IncidentFieldSchemasShowRequestStateEnum];
|
|
45
40
|
|