@digital8/security-registers-backend-ts-sdk 0.0.267 → 0.0.269
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 +0 -8
- package/README.md +2 -2
- package/dist/apis/GeneralApi.d.ts +1 -72
- package/dist/apis/GeneralApi.js +0 -352
- package/dist/models/AddressResource.d.ts +1 -1
- package/dist/models/AddressResource.js +1 -3
- package/dist/models/AssetResource.d.ts +1 -1
- package/dist/models/AssetResource.js +1 -3
- package/dist/models/IncidentResource.d.ts +0 -13
- package/dist/models/IncidentResource.js +0 -7
- package/dist/models/RegisterListResource.d.ts +5 -5
- package/dist/models/RegisterListResource.js +7 -6
- package/dist/models/RegisterResource.d.ts +4 -4
- package/dist/models/RegisterResource.js +9 -13
- package/dist/models/RosterResource.d.ts +1 -1
- package/dist/models/RosterResource.js +3 -4
- package/dist/models/RosterWithRegistersResource.d.ts +1 -1
- package/dist/models/RosterWithRegistersResource.js +3 -4
- package/dist/models/SecurityCompanyResource.d.ts +1 -1
- package/dist/models/SecurityCompanyResource.js +3 -1
- package/dist/models/index.d.ts +0 -8
- package/dist/models/index.js +0 -8
- package/package.json +1 -1
- package/src/apis/GeneralApi.ts +0 -344
- package/src/models/AddressResource.ts +2 -3
- package/src/models/AssetResource.ts +2 -3
- package/src/models/IncidentResource.ts +0 -24
- package/src/models/RegisterListResource.ts +11 -10
- package/src/models/RegisterResource.ts +10 -12
- package/src/models/RosterResource.ts +3 -4
- package/src/models/RosterWithRegistersResource.ts +3 -4
- package/src/models/SecurityCompanyResource.ts +3 -2
- package/src/models/index.ts +0 -8
- package/dist/models/IncidentVideoResource.d.ts +0 -74
- package/dist/models/IncidentVideoResource.js +0 -72
- package/dist/models/IncidentVideoResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentVideoResourceArrayResponse.js +0 -50
- package/dist/models/IncidentVideoSignedUrlResource.d.ts +0 -32
- package/dist/models/IncidentVideoSignedUrlResource.js +0 -51
- package/dist/models/IncidentVideoSignedUrlResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentVideoSignedUrlResourceArrayResponse.js +0 -50
- package/dist/models/IncidentVideoUploadTokenResource.d.ts +0 -50
- package/dist/models/IncidentVideoUploadTokenResource.js +0 -63
- package/dist/models/IncidentVideoUploadTokenResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentVideoUploadTokenResourceArrayResponse.js +0 -50
- package/dist/models/IncidentsVideosStoreRequest.d.ts +0 -44
- package/dist/models/IncidentsVideosStoreRequest.js +0 -59
- package/dist/models/IncidentsVideosUploadTokenRequest.d.ts +0 -44
- package/dist/models/IncidentsVideosUploadTokenRequest.js +0 -59
- package/src/models/IncidentVideoResource.ts +0 -125
- package/src/models/IncidentVideoResourceArrayResponse.ts +0 -73
- package/src/models/IncidentVideoSignedUrlResource.ts +0 -66
- package/src/models/IncidentVideoSignedUrlResourceArrayResponse.ts +0 -73
- package/src/models/IncidentVideoUploadTokenResource.ts +0 -93
- package/src/models/IncidentVideoUploadTokenResourceArrayResponse.ts +0 -73
- package/src/models/IncidentsVideosStoreRequest.ts +0 -84
- package/src/models/IncidentsVideosUploadTokenRequest.ts +0 -84
|
@@ -31,6 +31,8 @@ function instanceOfRegisterListResource(value) {
|
|
|
31
31
|
return false;
|
|
32
32
|
if (!('startDateTime' in value) || value['startDateTime'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
+
if (!('finishDateTime' in value) || value['finishDateTime'] === undefined)
|
|
35
|
+
return false;
|
|
34
36
|
if (!('shiftLength' in value) || value['shiftLength'] === undefined)
|
|
35
37
|
return false;
|
|
36
38
|
if (!('signOffStatus' in value) || value['signOffStatus'] === undefined)
|
|
@@ -59,7 +61,7 @@ function instanceOfRegisterListResource(value) {
|
|
|
59
61
|
return false;
|
|
60
62
|
if (!('signOnLong' in value) || value['signOnLong'] === undefined)
|
|
61
63
|
return false;
|
|
62
|
-
if (!('
|
|
64
|
+
if (!('signOffLong' in value) || value['signOffLong'] === undefined)
|
|
63
65
|
return false;
|
|
64
66
|
if (!('incidents' in value) || value['incidents'] === undefined)
|
|
65
67
|
return false;
|
|
@@ -77,7 +79,7 @@ function RegisterListResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
77
79
|
'user': (0, UserLiteResource_1.UserLiteResourceFromJSON)(json['user']),
|
|
78
80
|
'venue': (0, VenueLiteResource_1.VenueLiteResourceFromJSON)(json['venue']),
|
|
79
81
|
'startDateTime': (new Date(json['startDateTime'])),
|
|
80
|
-
'finishDateTime':
|
|
82
|
+
'finishDateTime': (new Date(json['finishDateTime'])),
|
|
81
83
|
'shiftLength': json['shiftLength'],
|
|
82
84
|
'signOffStatus': json['signOffStatus'],
|
|
83
85
|
'badgeNumber': json['badgeNumber'] == null ? undefined : json['badgeNumber'],
|
|
@@ -93,8 +95,8 @@ function RegisterListResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
93
95
|
'firstAid': json['firstAid'],
|
|
94
96
|
'signOnLat': json['signOnLat'],
|
|
95
97
|
'signOnLong': json['signOnLong'],
|
|
96
|
-
'signOffLat': json['signOffLat'],
|
|
97
|
-
'signOffLong': json['signOffLong']
|
|
98
|
+
'signOffLat': json['signOffLat'] == null ? undefined : json['signOffLat'],
|
|
99
|
+
'signOffLong': json['signOffLong'],
|
|
98
100
|
'incidents': (json['incidents'] == null ? null : json['incidents'].map(IncidentLiteResource_1.IncidentLiteResourceFromJSON)),
|
|
99
101
|
};
|
|
100
102
|
}
|
|
@@ -102,7 +104,6 @@ function RegisterListResourceToJSON(json) {
|
|
|
102
104
|
return RegisterListResourceToJSONTyped(json, false);
|
|
103
105
|
}
|
|
104
106
|
function RegisterListResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
105
|
-
var _a;
|
|
106
107
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
107
108
|
if (value == null) {
|
|
108
109
|
return value;
|
|
@@ -112,7 +113,7 @@ function RegisterListResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
112
113
|
'user': (0, UserLiteResource_1.UserLiteResourceToJSON)(value['user']),
|
|
113
114
|
'venue': (0, VenueLiteResource_1.VenueLiteResourceToJSON)(value['venue']),
|
|
114
115
|
'startDateTime': ((value['startDateTime']).toISOString()),
|
|
115
|
-
'finishDateTime':
|
|
116
|
+
'finishDateTime': ((value['finishDateTime']).toISOString()),
|
|
116
117
|
'shiftLength': value['shiftLength'],
|
|
117
118
|
'signOffStatus': value['signOffStatus'],
|
|
118
119
|
'badgeNumber': value['badgeNumber'],
|
|
@@ -46,7 +46,7 @@ export interface RegisterResource {
|
|
|
46
46
|
* @type {Date}
|
|
47
47
|
* @memberof RegisterResource
|
|
48
48
|
*/
|
|
49
|
-
finishDateTime
|
|
49
|
+
finishDateTime?: Date | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {number}
|
|
@@ -106,13 +106,13 @@ export interface RegisterResource {
|
|
|
106
106
|
* @type {number}
|
|
107
107
|
* @memberof RegisterResource
|
|
108
108
|
*/
|
|
109
|
-
signOffLat
|
|
109
|
+
signOffLat?: number | null;
|
|
110
110
|
/**
|
|
111
111
|
*
|
|
112
112
|
* @type {number}
|
|
113
113
|
* @memberof RegisterResource
|
|
114
114
|
*/
|
|
115
|
-
signOffLong
|
|
115
|
+
signOffLong: number;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
118
|
* @type {string}
|
|
@@ -142,7 +142,7 @@ export interface RegisterResource {
|
|
|
142
142
|
* @type {string}
|
|
143
143
|
* @memberof RegisterResource
|
|
144
144
|
*/
|
|
145
|
-
badgeNumber
|
|
145
|
+
badgeNumber?: string | null;
|
|
146
146
|
/**
|
|
147
147
|
*
|
|
148
148
|
* @type {Date}
|
|
@@ -30,8 +30,6 @@ function instanceOfRegisterResource(value) {
|
|
|
30
30
|
return false;
|
|
31
31
|
if (!('startDateTime' in value) || value['startDateTime'] === undefined)
|
|
32
32
|
return false;
|
|
33
|
-
if (!('finishDateTime' in value) || value['finishDateTime'] === undefined)
|
|
34
|
-
return false;
|
|
35
33
|
if (!('signOffStatus' in value) || value['signOffStatus'] === undefined)
|
|
36
34
|
return false;
|
|
37
35
|
if (!('signOnSignature' in value) || value['signOnSignature'] === undefined)
|
|
@@ -50,7 +48,7 @@ function instanceOfRegisterResource(value) {
|
|
|
50
48
|
return false;
|
|
51
49
|
if (!('signOnLong' in value) || value['signOnLong'] === undefined)
|
|
52
50
|
return false;
|
|
53
|
-
if (!('
|
|
51
|
+
if (!('signOffLong' in value) || value['signOffLong'] === undefined)
|
|
54
52
|
return false;
|
|
55
53
|
if (!('licenceNumber' in value) || value['licenceNumber'] === undefined)
|
|
56
54
|
return false;
|
|
@@ -60,8 +58,6 @@ function instanceOfRegisterResource(value) {
|
|
|
60
58
|
return false;
|
|
61
59
|
if (!('licenceLastName' in value) || value['licenceLastName'] === undefined)
|
|
62
60
|
return false;
|
|
63
|
-
if (!('badgeNumber' in value) || value['badgeNumber'] === undefined)
|
|
64
|
-
return false;
|
|
65
61
|
return true;
|
|
66
62
|
}
|
|
67
63
|
function RegisterResourceFromJSON(json) {
|
|
@@ -76,7 +72,7 @@ function RegisterResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
76
72
|
'venue': (0, VenueLiteResource_1.VenueLiteResourceFromJSON)(json['venue']),
|
|
77
73
|
'user': (0, UserLiteResource_1.UserLiteResourceFromJSON)(json['user']),
|
|
78
74
|
'startDateTime': (new Date(json['startDateTime'])),
|
|
79
|
-
'finishDateTime': (new Date(json['finishDateTime'])),
|
|
75
|
+
'finishDateTime': json['finishDateTime'] == null ? undefined : (new Date(json['finishDateTime'])),
|
|
80
76
|
'signOffStatus': json['signOffStatus'],
|
|
81
77
|
'signOnSignature': json['signOnSignature'],
|
|
82
78
|
'signOffSignature': json['signOffSignature'],
|
|
@@ -86,13 +82,13 @@ function RegisterResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
86
82
|
'firstAidImage': json['firstAidImage'],
|
|
87
83
|
'signOnLat': json['signOnLat'],
|
|
88
84
|
'signOnLong': json['signOnLong'],
|
|
89
|
-
'signOffLat': json['signOffLat'],
|
|
90
|
-
'signOffLong': json['signOffLong']
|
|
85
|
+
'signOffLat': json['signOffLat'] == null ? undefined : json['signOffLat'],
|
|
86
|
+
'signOffLong': json['signOffLong'],
|
|
91
87
|
'licenceNumber': json['licenceNumber'],
|
|
92
88
|
'licenceExpiry': json['licenceExpiry'],
|
|
93
89
|
'licenceFirstName': json['licenceFirstName'],
|
|
94
90
|
'licenceLastName': json['licenceLastName'],
|
|
95
|
-
'badgeNumber': json['badgeNumber'],
|
|
91
|
+
'badgeNumber': json['badgeNumber'] == null ? undefined : json['badgeNumber'],
|
|
96
92
|
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
97
93
|
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
98
94
|
};
|
|
@@ -101,7 +97,7 @@ function RegisterResourceToJSON(json) {
|
|
|
101
97
|
return RegisterResourceToJSONTyped(json, false);
|
|
102
98
|
}
|
|
103
99
|
function RegisterResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
104
|
-
var _a, _b;
|
|
100
|
+
var _a, _b, _c;
|
|
105
101
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
106
102
|
if (value == null) {
|
|
107
103
|
return value;
|
|
@@ -111,7 +107,7 @@ function RegisterResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
111
107
|
'venue': (0, VenueLiteResource_1.VenueLiteResourceToJSON)(value['venue']),
|
|
112
108
|
'user': (0, UserLiteResource_1.UserLiteResourceToJSON)(value['user']),
|
|
113
109
|
'startDateTime': ((value['startDateTime']).toISOString()),
|
|
114
|
-
'finishDateTime': ((value['finishDateTime']).toISOString()),
|
|
110
|
+
'finishDateTime': value['finishDateTime'] === null ? null : ((_a = value['finishDateTime']) === null || _a === void 0 ? void 0 : _a.toISOString()),
|
|
115
111
|
'signOffStatus': value['signOffStatus'],
|
|
116
112
|
'signOnSignature': value['signOnSignature'],
|
|
117
113
|
'signOffSignature': value['signOffSignature'],
|
|
@@ -128,7 +124,7 @@ function RegisterResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
128
124
|
'licenceFirstName': value['licenceFirstName'],
|
|
129
125
|
'licenceLastName': value['licenceLastName'],
|
|
130
126
|
'badgeNumber': value['badgeNumber'],
|
|
131
|
-
'createdAt': value['createdAt'] === null ? null : ((
|
|
132
|
-
'updatedAt': value['updatedAt'] === null ? null : ((
|
|
127
|
+
'createdAt': value['createdAt'] === null ? null : ((_b = value['createdAt']) === null || _b === void 0 ? void 0 : _b.toISOString()),
|
|
128
|
+
'updatedAt': value['updatedAt'] === null ? null : ((_c = value['updatedAt']) === null || _c === void 0 ? void 0 : _c.toISOString()),
|
|
133
129
|
};
|
|
134
130
|
}
|
|
@@ -31,8 +31,6 @@ function instanceOfRosterResource(value) {
|
|
|
31
31
|
return false;
|
|
32
32
|
if (!('startDateTime' in value) || value['startDateTime'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
-
if (!('finishDateTime' in value) || value['finishDateTime'] === undefined)
|
|
35
|
-
return false;
|
|
36
34
|
if (!('isCompliant' in value) || value['isCompliant'] === undefined)
|
|
37
35
|
return false;
|
|
38
36
|
if (!('isComplete' in value) || value['isComplete'] === undefined)
|
|
@@ -55,7 +53,7 @@ function RosterResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
55
53
|
'venue': (0, VenueLiteResource_1.VenueLiteResourceFromJSON)(json['venue']),
|
|
56
54
|
'securityCompany': (0, SecurityCompanyLiteResource_1.SecurityCompanyLiteResourceFromJSON)(json['securityCompany']),
|
|
57
55
|
'startDateTime': (new Date(json['startDateTime'])),
|
|
58
|
-
'finishDateTime': (new Date(json['finishDateTime'])),
|
|
56
|
+
'finishDateTime': json['finishDateTime'] == null ? undefined : (new Date(json['finishDateTime'])),
|
|
59
57
|
'isCompliant': json['isCompliant'],
|
|
60
58
|
'isComplete': json['isComplete'],
|
|
61
59
|
'signOffStatus': json['signOffStatus'],
|
|
@@ -66,6 +64,7 @@ function RosterResourceToJSON(json) {
|
|
|
66
64
|
return RosterResourceToJSONTyped(json, false);
|
|
67
65
|
}
|
|
68
66
|
function RosterResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
67
|
+
var _a;
|
|
69
68
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
70
69
|
if (value == null) {
|
|
71
70
|
return value;
|
|
@@ -75,7 +74,7 @@ function RosterResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
75
74
|
'venue': (0, VenueLiteResource_1.VenueLiteResourceToJSON)(value['venue']),
|
|
76
75
|
'securityCompany': (0, SecurityCompanyLiteResource_1.SecurityCompanyLiteResourceToJSON)(value['securityCompany']),
|
|
77
76
|
'startDateTime': ((value['startDateTime']).toISOString()),
|
|
78
|
-
'finishDateTime': ((value['finishDateTime']).toISOString()),
|
|
77
|
+
'finishDateTime': value['finishDateTime'] === null ? null : ((_a = value['finishDateTime']) === null || _a === void 0 ? void 0 : _a.toISOString()),
|
|
79
78
|
'isCompliant': value['isCompliant'],
|
|
80
79
|
'isComplete': value['isComplete'],
|
|
81
80
|
'signOffStatus': value['signOffStatus'],
|
|
@@ -33,8 +33,6 @@ function instanceOfRosterWithRegistersResource(value) {
|
|
|
33
33
|
return false;
|
|
34
34
|
if (!('startDateTime' in value) || value['startDateTime'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
-
if (!('finishDateTime' in value) || value['finishDateTime'] === undefined)
|
|
37
|
-
return false;
|
|
38
36
|
if (!('isCompliant' in value) || value['isCompliant'] === undefined)
|
|
39
37
|
return false;
|
|
40
38
|
if (!('isComplete' in value) || value['isComplete'] === undefined)
|
|
@@ -58,7 +56,7 @@ function RosterWithRegistersResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
58
56
|
'state': json['state'],
|
|
59
57
|
'securityCompany': (0, SecurityCompanyLiteResource_1.SecurityCompanyLiteResourceFromJSON)(json['securityCompany']),
|
|
60
58
|
'startDateTime': (new Date(json['startDateTime'])),
|
|
61
|
-
'finishDateTime': (new Date(json['finishDateTime'])),
|
|
59
|
+
'finishDateTime': json['finishDateTime'] == null ? undefined : (new Date(json['finishDateTime'])),
|
|
62
60
|
'isCompliant': json['isCompliant'],
|
|
63
61
|
'isComplete': json['isComplete'],
|
|
64
62
|
'signOffStatus': json['signOffStatus'],
|
|
@@ -69,6 +67,7 @@ function RosterWithRegistersResourceToJSON(json) {
|
|
|
69
67
|
return RosterWithRegistersResourceToJSONTyped(json, false);
|
|
70
68
|
}
|
|
71
69
|
function RosterWithRegistersResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
70
|
+
var _a;
|
|
72
71
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
73
72
|
if (value == null) {
|
|
74
73
|
return value;
|
|
@@ -79,7 +78,7 @@ function RosterWithRegistersResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
79
78
|
'state': value['state'],
|
|
80
79
|
'securityCompany': (0, SecurityCompanyLiteResource_1.SecurityCompanyLiteResourceToJSON)(value['securityCompany']),
|
|
81
80
|
'startDateTime': ((value['startDateTime']).toISOString()),
|
|
82
|
-
'finishDateTime': ((value['finishDateTime']).toISOString()),
|
|
81
|
+
'finishDateTime': value['finishDateTime'] === null ? null : ((_a = value['finishDateTime']) === null || _a === void 0 ? void 0 : _a.toISOString()),
|
|
83
82
|
'isCompliant': value['isCompliant'],
|
|
84
83
|
'isComplete': value['isComplete'],
|
|
85
84
|
'signOffStatus': value['signOffStatus'],
|
|
@@ -25,6 +25,8 @@ var AddressResource_1 = require("./AddressResource");
|
|
|
25
25
|
function instanceOfSecurityCompanyResource(value) {
|
|
26
26
|
if (!('name' in value) || value['name'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
29
|
+
return false;
|
|
28
30
|
if (!('isEnabled' in value) || value['isEnabled'] === undefined)
|
|
29
31
|
return false;
|
|
30
32
|
if (!('address' in value) || value['address'] === undefined)
|
|
@@ -43,7 +45,7 @@ function SecurityCompanyResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
45
|
return {
|
|
44
46
|
'id': json['id'] == null ? undefined : json['id'],
|
|
45
47
|
'name': json['name'],
|
|
46
|
-
'email': json['email']
|
|
48
|
+
'email': json['email'],
|
|
47
49
|
'isEnabled': json['isEnabled'],
|
|
48
50
|
'address': (0, AddressResource_1.AddressResourceFromJSON)(json['address']),
|
|
49
51
|
'licenceNumber': json['licenceNumber'],
|
package/dist/models/index.d.ts
CHANGED
|
@@ -24,17 +24,9 @@ export * from './IncidentResource';
|
|
|
24
24
|
export * from './IncidentResourceArrayResponse';
|
|
25
25
|
export * from './IncidentVersionResource';
|
|
26
26
|
export * from './IncidentVersionResourceArrayResponse';
|
|
27
|
-
export * from './IncidentVideoResource';
|
|
28
|
-
export * from './IncidentVideoResourceArrayResponse';
|
|
29
|
-
export * from './IncidentVideoSignedUrlResource';
|
|
30
|
-
export * from './IncidentVideoSignedUrlResourceArrayResponse';
|
|
31
|
-
export * from './IncidentVideoUploadTokenResource';
|
|
32
|
-
export * from './IncidentVideoUploadTokenResourceArrayResponse';
|
|
33
27
|
export * from './IncidentsApproveRequest';
|
|
34
28
|
export * from './IncidentsStoreRequest';
|
|
35
29
|
export * from './IncidentsUpdateRequest';
|
|
36
|
-
export * from './IncidentsVideosStoreRequest';
|
|
37
|
-
export * from './IncidentsVideosUploadTokenRequest';
|
|
38
30
|
export * from './IndexMinimalUserRequest';
|
|
39
31
|
export * from './IndexUserRequest';
|
|
40
32
|
export * from './LicenceListResource';
|
package/dist/models/index.js
CHANGED
|
@@ -42,17 +42,9 @@ __exportStar(require("./IncidentResource"), exports);
|
|
|
42
42
|
__exportStar(require("./IncidentResourceArrayResponse"), exports);
|
|
43
43
|
__exportStar(require("./IncidentVersionResource"), exports);
|
|
44
44
|
__exportStar(require("./IncidentVersionResourceArrayResponse"), exports);
|
|
45
|
-
__exportStar(require("./IncidentVideoResource"), exports);
|
|
46
|
-
__exportStar(require("./IncidentVideoResourceArrayResponse"), exports);
|
|
47
|
-
__exportStar(require("./IncidentVideoSignedUrlResource"), exports);
|
|
48
|
-
__exportStar(require("./IncidentVideoSignedUrlResourceArrayResponse"), exports);
|
|
49
|
-
__exportStar(require("./IncidentVideoUploadTokenResource"), exports);
|
|
50
|
-
__exportStar(require("./IncidentVideoUploadTokenResourceArrayResponse"), exports);
|
|
51
45
|
__exportStar(require("./IncidentsApproveRequest"), exports);
|
|
52
46
|
__exportStar(require("./IncidentsStoreRequest"), exports);
|
|
53
47
|
__exportStar(require("./IncidentsUpdateRequest"), exports);
|
|
54
|
-
__exportStar(require("./IncidentsVideosStoreRequest"), exports);
|
|
55
|
-
__exportStar(require("./IncidentsVideosUploadTokenRequest"), exports);
|
|
56
48
|
__exportStar(require("./IndexMinimalUserRequest"), exports);
|
|
57
49
|
__exportStar(require("./IndexUserRequest"), exports);
|
|
58
50
|
__exportStar(require("./LicenceListResource"), exports);
|
package/package.json
CHANGED