@digital8/security-registers-backend-ts-sdk 0.0.217 → 0.0.218
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 -33
- package/README.md +2 -2
- package/dist/apis/GeneralApi.d.ts +3 -259
- package/dist/apis/GeneralApi.js +161 -1463
- package/dist/models/AddressResource.d.ts +1 -1
- package/dist/models/AddressResource.js +3 -1
- package/dist/models/LicencesStoreRequest.d.ts +4 -100
- package/dist/models/LicencesStoreRequest.js +9 -41
- package/dist/models/LicencesUpdateRequest.d.ts +4 -120
- package/dist/models/LicencesUpdateRequest.js +8 -56
- package/dist/models/RegisterListResource.d.ts +3 -3
- package/dist/models/RegisterListResource.js +4 -3
- package/dist/models/RegisterResource.d.ts +2 -2
- package/dist/models/RegisterResource.js +8 -8
- package/dist/models/RosterResource.d.ts +1 -1
- package/dist/models/RosterResource.js +3 -4
- package/dist/models/RostersListAllRequest.d.ts +0 -6
- package/dist/models/RostersListAllRequest.js +0 -2
- package/dist/models/RostersListRequest.d.ts +0 -6
- package/dist/models/RostersListRequest.js +0 -2
- package/dist/models/RostersListWithRegistersRequest.d.ts +0 -6
- package/dist/models/RostersListWithRegistersRequest.js +0 -2
- package/dist/models/SecurityCompanyResource.d.ts +1 -1
- package/dist/models/SecurityCompanyResource.js +1 -3
- package/dist/models/UpdateUserRequest.d.ts +0 -6
- package/dist/models/UpdateUserRequest.js +0 -2
- package/dist/models/UserLiteResource.d.ts +0 -7
- package/dist/models/UserLiteResource.js +0 -5
- package/dist/models/UserResource.d.ts +0 -6
- package/dist/models/UserResource.js +0 -4
- package/dist/models/UsersCreateWithRoleRequest.d.ts +0 -6
- package/dist/models/UsersCreateWithRoleRequest.js +0 -2
- package/dist/models/UsersCreateWithRoleRequestLicencesInner.d.ts +8 -8
- package/dist/models/UsersCreateWithRoleRequestLicencesInner.js +9 -9
- package/dist/models/index.d.ts +0 -33
- package/dist/models/index.js +0 -33
- package/package.json +1 -1
- package/src/apis/GeneralApi.ts +152 -1351
- package/src/models/AddressResource.ts +3 -2
- package/src/models/LicencesStoreRequest.ts +13 -141
- package/src/models/LicencesUpdateRequest.ts +12 -165
- package/src/models/RegisterListResource.ts +6 -5
- package/src/models/RegisterResource.ts +6 -6
- package/src/models/RosterResource.ts +3 -4
- package/src/models/RostersListAllRequest.ts +0 -8
- package/src/models/RostersListRequest.ts +0 -8
- package/src/models/RostersListWithRegistersRequest.ts +0 -8
- package/src/models/SecurityCompanyResource.ts +2 -3
- package/src/models/UpdateUserRequest.ts +0 -8
- package/src/models/UserLiteResource.ts +0 -17
- package/src/models/UserResource.ts +0 -9
- package/src/models/UsersCreateWithRoleRequest.ts +0 -8
- package/src/models/UsersCreateWithRoleRequestLicencesInner.ts +17 -17
- package/src/models/index.ts +0 -33
- package/dist/models/IncidentFieldAuditResource.d.ts +0 -56
- package/dist/models/IncidentFieldAuditResource.js +0 -67
- package/dist/models/IncidentFieldAuditResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentFieldAuditResourceArrayResponse.js +0 -50
- package/dist/models/IncidentFieldSchemaResource.d.ts +0 -56
- package/dist/models/IncidentFieldSchemaResource.js +0 -62
- package/dist/models/IncidentFieldSchemaResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentFieldSchemaResourceArrayResponse.js +0 -50
- package/dist/models/IncidentFieldSchemasShowRequest.d.ts +0 -46
- package/dist/models/IncidentFieldSchemasShowRequest.js +0 -65
- package/dist/models/IncidentFieldsResourceArrayResponse.d.ts +0 -32
- package/dist/models/IncidentFieldsResourceArrayResponse.js +0 -49
- package/dist/models/IncidentResource.d.ts +0 -118
- package/dist/models/IncidentResource.js +0 -106
- package/dist/models/IncidentResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentResourceArrayResponse.js +0 -50
- package/dist/models/IncidentVersionResource.d.ts +0 -57
- package/dist/models/IncidentVersionResource.js +0 -68
- package/dist/models/IncidentVersionResourceArrayResponse.d.ts +0 -33
- package/dist/models/IncidentVersionResourceArrayResponse.js +0 -50
- 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/IncidentsStoreRequest.d.ts +0 -38
- package/dist/models/IncidentsStoreRequest.js +0 -55
- package/dist/models/IncidentsUpdateRequest.d.ts +0 -32
- package/dist/models/IncidentsUpdateRequest.js +0 -51
- 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/dist/models/NotificationPreferenceResource.d.ts +0 -63
- package/dist/models/NotificationPreferenceResource.js +0 -67
- package/dist/models/NotificationPreferenceResourceArrayResponse.d.ts +0 -33
- package/dist/models/NotificationPreferenceResourceArrayResponse.js +0 -50
- package/dist/models/NotificationPreferencesStoreRequest.d.ts +0 -55
- package/dist/models/NotificationPreferencesStoreRequest.js +0 -68
- package/dist/models/NotificationTypeResource.d.ts +0 -38
- package/dist/models/NotificationTypeResource.js +0 -55
- package/dist/models/NotificationTypeResourceArrayResponse.d.ts +0 -33
- package/dist/models/NotificationTypeResourceArrayResponse.js +0 -50
- package/dist/models/PaginatedRegisterGroupedByRosterResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedRegisterGroupedByRosterResourceResponse.js +0 -57
- package/dist/models/PdfExportResource.d.ts +0 -50
- package/dist/models/PdfExportResource.js +0 -61
- package/dist/models/PdfExportResourceArrayResponse.d.ts +0 -33
- package/dist/models/PdfExportResourceArrayResponse.js +0 -50
- package/dist/models/RegisterGroupedByRosterResource.d.ts +0 -70
- package/dist/models/RegisterGroupedByRosterResource.js +0 -75
- package/dist/models/RegisterGroupedByRosterResourceArrayResponse.d.ts +0 -33
- package/dist/models/RegisterGroupedByRosterResourceArrayResponse.js +0 -50
- package/dist/models/RegistersCreateRequest.d.ts +0 -98
- package/dist/models/RegistersCreateRequest.js +0 -83
- package/dist/models/RegistersUpdateRequest.d.ts +0 -113
- package/dist/models/RegistersUpdateRequest.js +0 -82
- package/dist/models/RostersUpdateRequest.d.ts +0 -77
- package/dist/models/RostersUpdateRequest.js +0 -70
- package/src/models/IncidentFieldAuditResource.ts +0 -102
- package/src/models/IncidentFieldAuditResourceArrayResponse.ts +0 -73
- package/src/models/IncidentFieldSchemaResource.ts +0 -99
- package/src/models/IncidentFieldSchemaResourceArrayResponse.ts +0 -73
- package/src/models/IncidentFieldSchemasShowRequest.ts +0 -83
- package/src/models/IncidentFieldsResourceArrayResponse.ts +0 -65
- package/src/models/IncidentResource.ts +0 -237
- package/src/models/IncidentResourceArrayResponse.ts +0 -73
- package/src/models/IncidentVersionResource.ts +0 -110
- package/src/models/IncidentVersionResourceArrayResponse.ts +0 -73
- 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/IncidentsStoreRequest.ts +0 -75
- package/src/models/IncidentsUpdateRequest.ts +0 -66
- package/src/models/IncidentsVideosStoreRequest.ts +0 -84
- package/src/models/IncidentsVideosUploadTokenRequest.ts +0 -84
- package/src/models/NotificationPreferenceResource.ts +0 -116
- package/src/models/NotificationPreferenceResourceArrayResponse.ts +0 -73
- package/src/models/NotificationPreferencesStoreRequest.ts +0 -97
- package/src/models/NotificationTypeResource.ts +0 -75
- package/src/models/NotificationTypeResourceArrayResponse.ts +0 -73
- package/src/models/PaginatedRegisterGroupedByRosterResourceResponse.ts +0 -90
- package/src/models/PdfExportResource.ts +0 -92
- package/src/models/PdfExportResourceArrayResponse.ts +0 -73
- package/src/models/RegisterGroupedByRosterResource.ts +0 -134
- package/src/models/RegisterGroupedByRosterResourceArrayResponse.ts +0 -73
- package/src/models/RegistersCreateRequest.ts +0 -159
- package/src/models/RegistersUpdateRequest.ts +0 -173
- package/src/models/RostersUpdateRequest.ts +0 -125
|
@@ -1,33 +0,0 @@
|
|
|
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 { NotificationPreferenceResource } from './NotificationPreferenceResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface NotificationPreferenceResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface NotificationPreferenceResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<NotificationPreferenceResource>}
|
|
22
|
-
* @memberof NotificationPreferenceResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<NotificationPreferenceResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the NotificationPreferenceResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfNotificationPreferenceResourceArrayResponse(value: object): value is NotificationPreferenceResourceArrayResponse;
|
|
30
|
-
export declare function NotificationPreferenceResourceArrayResponseFromJSON(json: any): NotificationPreferenceResourceArrayResponse;
|
|
31
|
-
export declare function NotificationPreferenceResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationPreferenceResourceArrayResponse;
|
|
32
|
-
export declare function NotificationPreferenceResourceArrayResponseToJSON(json: any): NotificationPreferenceResourceArrayResponse;
|
|
33
|
-
export declare function NotificationPreferenceResourceArrayResponseToJSONTyped(value?: NotificationPreferenceResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
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.instanceOfNotificationPreferenceResourceArrayResponse = instanceOfNotificationPreferenceResourceArrayResponse;
|
|
17
|
-
exports.NotificationPreferenceResourceArrayResponseFromJSON = NotificationPreferenceResourceArrayResponseFromJSON;
|
|
18
|
-
exports.NotificationPreferenceResourceArrayResponseFromJSONTyped = NotificationPreferenceResourceArrayResponseFromJSONTyped;
|
|
19
|
-
exports.NotificationPreferenceResourceArrayResponseToJSON = NotificationPreferenceResourceArrayResponseToJSON;
|
|
20
|
-
exports.NotificationPreferenceResourceArrayResponseToJSONTyped = NotificationPreferenceResourceArrayResponseToJSONTyped;
|
|
21
|
-
var NotificationPreferenceResource_1 = require("./NotificationPreferenceResource");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the NotificationPreferenceResourceArrayResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfNotificationPreferenceResourceArrayResponse(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function NotificationPreferenceResourceArrayResponseFromJSON(json) {
|
|
29
|
-
return NotificationPreferenceResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function NotificationPreferenceResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(NotificationPreferenceResource_1.NotificationPreferenceResourceFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function NotificationPreferenceResourceArrayResponseToJSON(json) {
|
|
40
|
-
return NotificationPreferenceResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function NotificationPreferenceResourceArrayResponseToJSONTyped(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(NotificationPreferenceResource_1.NotificationPreferenceResourceToJSON)),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
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 NotificationPreferencesStoreRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface NotificationPreferencesStoreRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NotificationPreferencesStoreRequest
|
|
22
|
-
*/
|
|
23
|
-
notificationType: NotificationPreferencesStoreRequestNotificationTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof NotificationPreferencesStoreRequest
|
|
28
|
-
*/
|
|
29
|
-
venueId?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof NotificationPreferencesStoreRequest
|
|
34
|
-
*/
|
|
35
|
-
enabled: boolean;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
*/
|
|
40
|
-
export declare const NotificationPreferencesStoreRequestNotificationTypeEnum: {
|
|
41
|
-
readonly IncidentAdded: "incident_added";
|
|
42
|
-
readonly NonSignOff: "non_sign_off";
|
|
43
|
-
readonly NonSignOn: "non_sign_on";
|
|
44
|
-
readonly SignOnRejected: "sign_on_rejected";
|
|
45
|
-
readonly LicenceUpdated: "licence_updated";
|
|
46
|
-
};
|
|
47
|
-
export type NotificationPreferencesStoreRequestNotificationTypeEnum = typeof NotificationPreferencesStoreRequestNotificationTypeEnum[keyof typeof NotificationPreferencesStoreRequestNotificationTypeEnum];
|
|
48
|
-
/**
|
|
49
|
-
* Check if a given object implements the NotificationPreferencesStoreRequest interface.
|
|
50
|
-
*/
|
|
51
|
-
export declare function instanceOfNotificationPreferencesStoreRequest(value: object): value is NotificationPreferencesStoreRequest;
|
|
52
|
-
export declare function NotificationPreferencesStoreRequestFromJSON(json: any): NotificationPreferencesStoreRequest;
|
|
53
|
-
export declare function NotificationPreferencesStoreRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationPreferencesStoreRequest;
|
|
54
|
-
export declare function NotificationPreferencesStoreRequestToJSON(json: any): NotificationPreferencesStoreRequest;
|
|
55
|
-
export declare function NotificationPreferencesStoreRequestToJSONTyped(value?: NotificationPreferencesStoreRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,68 +0,0 @@
|
|
|
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.NotificationPreferencesStoreRequestNotificationTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfNotificationPreferencesStoreRequest = instanceOfNotificationPreferencesStoreRequest;
|
|
18
|
-
exports.NotificationPreferencesStoreRequestFromJSON = NotificationPreferencesStoreRequestFromJSON;
|
|
19
|
-
exports.NotificationPreferencesStoreRequestFromJSONTyped = NotificationPreferencesStoreRequestFromJSONTyped;
|
|
20
|
-
exports.NotificationPreferencesStoreRequestToJSON = NotificationPreferencesStoreRequestToJSON;
|
|
21
|
-
exports.NotificationPreferencesStoreRequestToJSONTyped = NotificationPreferencesStoreRequestToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.NotificationPreferencesStoreRequestNotificationTypeEnum = {
|
|
26
|
-
IncidentAdded: 'incident_added',
|
|
27
|
-
NonSignOff: 'non_sign_off',
|
|
28
|
-
NonSignOn: 'non_sign_on',
|
|
29
|
-
SignOnRejected: 'sign_on_rejected',
|
|
30
|
-
LicenceUpdated: 'licence_updated'
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the NotificationPreferencesStoreRequest interface.
|
|
34
|
-
*/
|
|
35
|
-
function instanceOfNotificationPreferencesStoreRequest(value) {
|
|
36
|
-
if (!('notificationType' in value) || value['notificationType'] === undefined)
|
|
37
|
-
return false;
|
|
38
|
-
if (!('enabled' in value) || value['enabled'] === undefined)
|
|
39
|
-
return false;
|
|
40
|
-
return true;
|
|
41
|
-
}
|
|
42
|
-
function NotificationPreferencesStoreRequestFromJSON(json) {
|
|
43
|
-
return NotificationPreferencesStoreRequestFromJSONTyped(json, false);
|
|
44
|
-
}
|
|
45
|
-
function NotificationPreferencesStoreRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
-
if (json == null) {
|
|
47
|
-
return json;
|
|
48
|
-
}
|
|
49
|
-
return {
|
|
50
|
-
'notificationType': json['notification_type'],
|
|
51
|
-
'venueId': json['venue_id'] == null ? undefined : json['venue_id'],
|
|
52
|
-
'enabled': json['enabled'],
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
function NotificationPreferencesStoreRequestToJSON(json) {
|
|
56
|
-
return NotificationPreferencesStoreRequestToJSONTyped(json, false);
|
|
57
|
-
}
|
|
58
|
-
function NotificationPreferencesStoreRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
59
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
60
|
-
if (value == null) {
|
|
61
|
-
return value;
|
|
62
|
-
}
|
|
63
|
-
return {
|
|
64
|
-
'notification_type': value['notificationType'],
|
|
65
|
-
'venue_id': value['venueId'],
|
|
66
|
-
'enabled': value['enabled'],
|
|
67
|
-
};
|
|
68
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
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 NotificationTypeResource
|
|
16
|
-
*/
|
|
17
|
-
export interface NotificationTypeResource {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NotificationTypeResource
|
|
22
|
-
*/
|
|
23
|
-
value: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NotificationTypeResource
|
|
28
|
-
*/
|
|
29
|
-
label: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the NotificationTypeResource interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfNotificationTypeResource(value: object): value is NotificationTypeResource;
|
|
35
|
-
export declare function NotificationTypeResourceFromJSON(json: any): NotificationTypeResource;
|
|
36
|
-
export declare function NotificationTypeResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationTypeResource;
|
|
37
|
-
export declare function NotificationTypeResourceToJSON(json: any): NotificationTypeResource;
|
|
38
|
-
export declare function NotificationTypeResourceToJSONTyped(value?: NotificationTypeResource | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,55 +0,0 @@
|
|
|
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.instanceOfNotificationTypeResource = instanceOfNotificationTypeResource;
|
|
17
|
-
exports.NotificationTypeResourceFromJSON = NotificationTypeResourceFromJSON;
|
|
18
|
-
exports.NotificationTypeResourceFromJSONTyped = NotificationTypeResourceFromJSONTyped;
|
|
19
|
-
exports.NotificationTypeResourceToJSON = NotificationTypeResourceToJSON;
|
|
20
|
-
exports.NotificationTypeResourceToJSONTyped = NotificationTypeResourceToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the NotificationTypeResource interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfNotificationTypeResource(value) {
|
|
25
|
-
if (!('value' in value) || value['value'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('label' in value) || value['label'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
function NotificationTypeResourceFromJSON(json) {
|
|
32
|
-
return NotificationTypeResourceFromJSONTyped(json, false);
|
|
33
|
-
}
|
|
34
|
-
function NotificationTypeResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json == null) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'value': json['value'],
|
|
40
|
-
'label': json['label'],
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
function NotificationTypeResourceToJSON(json) {
|
|
44
|
-
return NotificationTypeResourceToJSONTyped(json, false);
|
|
45
|
-
}
|
|
46
|
-
function NotificationTypeResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
47
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
48
|
-
if (value == null) {
|
|
49
|
-
return value;
|
|
50
|
-
}
|
|
51
|
-
return {
|
|
52
|
-
'value': value['value'],
|
|
53
|
-
'label': value['label'],
|
|
54
|
-
};
|
|
55
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 { NotificationTypeResource } from './NotificationTypeResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface NotificationTypeResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface NotificationTypeResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<NotificationTypeResource>}
|
|
22
|
-
* @memberof NotificationTypeResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<NotificationTypeResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the NotificationTypeResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfNotificationTypeResourceArrayResponse(value: object): value is NotificationTypeResourceArrayResponse;
|
|
30
|
-
export declare function NotificationTypeResourceArrayResponseFromJSON(json: any): NotificationTypeResourceArrayResponse;
|
|
31
|
-
export declare function NotificationTypeResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationTypeResourceArrayResponse;
|
|
32
|
-
export declare function NotificationTypeResourceArrayResponseToJSON(json: any): NotificationTypeResourceArrayResponse;
|
|
33
|
-
export declare function NotificationTypeResourceArrayResponseToJSONTyped(value?: NotificationTypeResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
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.instanceOfNotificationTypeResourceArrayResponse = instanceOfNotificationTypeResourceArrayResponse;
|
|
17
|
-
exports.NotificationTypeResourceArrayResponseFromJSON = NotificationTypeResourceArrayResponseFromJSON;
|
|
18
|
-
exports.NotificationTypeResourceArrayResponseFromJSONTyped = NotificationTypeResourceArrayResponseFromJSONTyped;
|
|
19
|
-
exports.NotificationTypeResourceArrayResponseToJSON = NotificationTypeResourceArrayResponseToJSON;
|
|
20
|
-
exports.NotificationTypeResourceArrayResponseToJSONTyped = NotificationTypeResourceArrayResponseToJSONTyped;
|
|
21
|
-
var NotificationTypeResource_1 = require("./NotificationTypeResource");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the NotificationTypeResourceArrayResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfNotificationTypeResourceArrayResponse(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function NotificationTypeResourceArrayResponseFromJSON(json) {
|
|
29
|
-
return NotificationTypeResourceArrayResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function NotificationTypeResourceArrayResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(NotificationTypeResource_1.NotificationTypeResourceFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function NotificationTypeResourceArrayResponseToJSON(json) {
|
|
40
|
-
return NotificationTypeResourceArrayResponseToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function NotificationTypeResourceArrayResponseToJSONTyped(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(NotificationTypeResource_1.NotificationTypeResourceToJSON)),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { PagingMetadata } from './PagingMetadata';
|
|
13
|
-
import type { RegisterGroupedByRosterResource } from './RegisterGroupedByRosterResource';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface PaginatedRegisterGroupedByRosterResourceResponse
|
|
18
|
-
*/
|
|
19
|
-
export interface PaginatedRegisterGroupedByRosterResourceResponse {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<RegisterGroupedByRosterResource>}
|
|
23
|
-
* @memberof PaginatedRegisterGroupedByRosterResourceResponse
|
|
24
|
-
*/
|
|
25
|
-
data: Array<RegisterGroupedByRosterResource>;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {PagingMetadata}
|
|
29
|
-
* @memberof PaginatedRegisterGroupedByRosterResourceResponse
|
|
30
|
-
*/
|
|
31
|
-
meta: PagingMetadata;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Check if a given object implements the PaginatedRegisterGroupedByRosterResourceResponse interface.
|
|
35
|
-
*/
|
|
36
|
-
export declare function instanceOfPaginatedRegisterGroupedByRosterResourceResponse(value: object): value is PaginatedRegisterGroupedByRosterResourceResponse;
|
|
37
|
-
export declare function PaginatedRegisterGroupedByRosterResourceResponseFromJSON(json: any): PaginatedRegisterGroupedByRosterResourceResponse;
|
|
38
|
-
export declare function PaginatedRegisterGroupedByRosterResourceResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedRegisterGroupedByRosterResourceResponse;
|
|
39
|
-
export declare function PaginatedRegisterGroupedByRosterResourceResponseToJSON(json: any): PaginatedRegisterGroupedByRosterResourceResponse;
|
|
40
|
-
export declare function PaginatedRegisterGroupedByRosterResourceResponseToJSONTyped(value?: PaginatedRegisterGroupedByRosterResourceResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,57 +0,0 @@
|
|
|
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.instanceOfPaginatedRegisterGroupedByRosterResourceResponse = instanceOfPaginatedRegisterGroupedByRosterResourceResponse;
|
|
17
|
-
exports.PaginatedRegisterGroupedByRosterResourceResponseFromJSON = PaginatedRegisterGroupedByRosterResourceResponseFromJSON;
|
|
18
|
-
exports.PaginatedRegisterGroupedByRosterResourceResponseFromJSONTyped = PaginatedRegisterGroupedByRosterResourceResponseFromJSONTyped;
|
|
19
|
-
exports.PaginatedRegisterGroupedByRosterResourceResponseToJSON = PaginatedRegisterGroupedByRosterResourceResponseToJSON;
|
|
20
|
-
exports.PaginatedRegisterGroupedByRosterResourceResponseToJSONTyped = PaginatedRegisterGroupedByRosterResourceResponseToJSONTyped;
|
|
21
|
-
var PagingMetadata_1 = require("./PagingMetadata");
|
|
22
|
-
var RegisterGroupedByRosterResource_1 = require("./RegisterGroupedByRosterResource");
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the PaginatedRegisterGroupedByRosterResourceResponse interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfPaginatedRegisterGroupedByRosterResourceResponse(value) {
|
|
27
|
-
if (!('data' in value) || value['data'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('meta' in value) || value['meta'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
function PaginatedRegisterGroupedByRosterResourceResponseFromJSON(json) {
|
|
34
|
-
return PaginatedRegisterGroupedByRosterResourceResponseFromJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
function PaginatedRegisterGroupedByRosterResourceResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
-
if (json == null) {
|
|
38
|
-
return json;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'data': (json['data'].map(RegisterGroupedByRosterResource_1.RegisterGroupedByRosterResourceFromJSON)),
|
|
42
|
-
'meta': (0, PagingMetadata_1.PagingMetadataFromJSON)(json['meta']),
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
function PaginatedRegisterGroupedByRosterResourceResponseToJSON(json) {
|
|
46
|
-
return PaginatedRegisterGroupedByRosterResourceResponseToJSONTyped(json, false);
|
|
47
|
-
}
|
|
48
|
-
function PaginatedRegisterGroupedByRosterResourceResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
50
|
-
if (value == null) {
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'data': (value['data'].map(RegisterGroupedByRosterResource_1.RegisterGroupedByRosterResourceToJSON)),
|
|
55
|
-
'meta': (0, PagingMetadata_1.PagingMetadataToJSON)(value['meta']),
|
|
56
|
-
};
|
|
57
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
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 PdfExportResource
|
|
16
|
-
*/
|
|
17
|
-
export interface PdfExportResource {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PdfExportResource
|
|
22
|
-
*/
|
|
23
|
-
id: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PdfExportResource
|
|
28
|
-
*/
|
|
29
|
-
status: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PdfExportResource
|
|
34
|
-
*/
|
|
35
|
-
errorMessage?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PdfExportResource
|
|
40
|
-
*/
|
|
41
|
-
downloadUrl: string;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Check if a given object implements the PdfExportResource interface.
|
|
45
|
-
*/
|
|
46
|
-
export declare function instanceOfPdfExportResource(value: object): value is PdfExportResource;
|
|
47
|
-
export declare function PdfExportResourceFromJSON(json: any): PdfExportResource;
|
|
48
|
-
export declare function PdfExportResourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): PdfExportResource;
|
|
49
|
-
export declare function PdfExportResourceToJSON(json: any): PdfExportResource;
|
|
50
|
-
export declare function PdfExportResourceToJSONTyped(value?: PdfExportResource | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,61 +0,0 @@
|
|
|
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.instanceOfPdfExportResource = instanceOfPdfExportResource;
|
|
17
|
-
exports.PdfExportResourceFromJSON = PdfExportResourceFromJSON;
|
|
18
|
-
exports.PdfExportResourceFromJSONTyped = PdfExportResourceFromJSONTyped;
|
|
19
|
-
exports.PdfExportResourceToJSON = PdfExportResourceToJSON;
|
|
20
|
-
exports.PdfExportResourceToJSONTyped = PdfExportResourceToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the PdfExportResource interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfPdfExportResource(value) {
|
|
25
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('status' in value) || value['status'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('downloadUrl' in value) || value['downloadUrl'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
function PdfExportResourceFromJSON(json) {
|
|
34
|
-
return PdfExportResourceFromJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
function PdfExportResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
-
if (json == null) {
|
|
38
|
-
return json;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'id': json['id'],
|
|
42
|
-
'status': json['status'],
|
|
43
|
-
'errorMessage': json['errorMessage'] == null ? undefined : json['errorMessage'],
|
|
44
|
-
'downloadUrl': json['downloadUrl'],
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
function PdfExportResourceToJSON(json) {
|
|
48
|
-
return PdfExportResourceToJSONTyped(json, false);
|
|
49
|
-
}
|
|
50
|
-
function PdfExportResourceToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
-
if (value == null) {
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
return {
|
|
56
|
-
'id': value['id'],
|
|
57
|
-
'status': value['status'],
|
|
58
|
-
'errorMessage': value['errorMessage'],
|
|
59
|
-
'downloadUrl': value['downloadUrl'],
|
|
60
|
-
};
|
|
61
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 { PdfExportResource } from './PdfExportResource';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PdfExportResourceArrayResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface PdfExportResourceArrayResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<PdfExportResource>}
|
|
22
|
-
* @memberof PdfExportResourceArrayResponse
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<PdfExportResource>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the PdfExportResourceArrayResponse interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfPdfExportResourceArrayResponse(value: object): value is PdfExportResourceArrayResponse;
|
|
30
|
-
export declare function PdfExportResourceArrayResponseFromJSON(json: any): PdfExportResourceArrayResponse;
|
|
31
|
-
export declare function PdfExportResourceArrayResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PdfExportResourceArrayResponse;
|
|
32
|
-
export declare function PdfExportResourceArrayResponseToJSON(json: any): PdfExportResourceArrayResponse;
|
|
33
|
-
export declare function PdfExportResourceArrayResponseToJSONTyped(value?: PdfExportResourceArrayResponse | null, ignoreDiscriminator?: boolean): any;
|