ch-api-client-typescript2 5.2.3 → 5.2.6
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/lib/api/hospitals-api.d.ts +295 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +374 -0
- package/lib/api/secure-containers-api.d.ts +347 -0
- package/lib/api/secure-containers-api.d.ts.map +1 -0
- package/lib/api/secure-containers-api.js +611 -0
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/footer-navigation-item-model.d.ts +61 -0
- package/lib/models/footer-navigation-item-model.d.ts.map +1 -0
- package/lib/models/footer-navigation-item-model.js +15 -0
- package/lib/models/index.d.ts +10 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +10 -0
- package/lib/models/policies-model.d.ts +33 -0
- package/lib/models/policies-model.d.ts.map +1 -0
- package/lib/models/policies-model.js +15 -0
- package/lib/models/policy-item-model.d.ts +61 -0
- package/lib/models/policy-item-model.d.ts.map +1 -0
- package/lib/models/policy-item-model.js +15 -0
- package/lib/models/policy-model.d.ts +117 -0
- package/lib/models/policy-model.d.ts.map +1 -0
- package/lib/models/policy-model.js +15 -0
- package/lib/models/secure-container-item-model.d.ts +43 -0
- package/lib/models/secure-container-item-model.d.ts.map +1 -0
- package/lib/models/secure-container-item-model.js +15 -0
- package/lib/models/secure-container-model.d.ts +50 -0
- package/lib/models/secure-container-model.d.ts.map +1 -0
- package/lib/models/secure-container-model.js +15 -0
- package/lib/models/secure-containers-model.d.ts +33 -0
- package/lib/models/secure-containers-model.d.ts.map +1 -0
- package/lib/models/secure-containers-model.js +15 -0
- package/lib/models/secure-file-item-input-model.d.ts +43 -0
- package/lib/models/secure-file-item-input-model.d.ts.map +1 -0
- package/lib/models/secure-file-item-input-model.js +15 -0
- package/lib/models/secure-file-model.d.ts +86 -0
- package/lib/models/secure-file-model.d.ts.map +1 -0
- package/lib/models/secure-file-model.js +15 -0
- package/lib/models/update-secure-container-command.d.ts +38 -0
- package/lib/models/update-secure-container-command.d.ts.map +1 -0
- package/lib/models/update-secure-container-command.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +11 -0
- package/src/api/hospitals-api.ts +497 -0
- package/src/api/secure-containers-api.ts +610 -0
- package/src/api.ts +1 -0
- package/src/models/footer-navigation-item-model.ts +66 -0
- package/src/models/index.ts +10 -0
- package/src/models/policies-model.ts +42 -0
- package/src/models/policy-item-model.ts +66 -0
- package/src/models/policy-model.ts +126 -0
- package/src/models/secure-container-item-model.ts +48 -0
- package/src/models/secure-container-model.ts +57 -0
- package/src/models/secure-containers-model.ts +42 -0
- package/src/models/secure-file-item-input-model.ts +48 -0
- package/src/models/secure-file-model.ts +93 -0
- package/src/models/update-secure-container-command.ts +45 -0
package/src/models/index.ts
CHANGED
|
@@ -141,6 +141,7 @@ export * from './faq-tag-item-model';
|
|
|
141
141
|
export * from './faq-tag-model';
|
|
142
142
|
export * from './faq-tags-model';
|
|
143
143
|
export * from './faqs-model';
|
|
144
|
+
export * from './footer-navigation-item-model';
|
|
144
145
|
export * from './gender';
|
|
145
146
|
export * from './geography-point';
|
|
146
147
|
export * from './header-navigation-item-model';
|
|
@@ -212,12 +213,20 @@ export * from './plan-item-model';
|
|
|
212
213
|
export * from './plan-model';
|
|
213
214
|
export * from './plans-model';
|
|
214
215
|
export * from './platform';
|
|
216
|
+
export * from './policies-model';
|
|
217
|
+
export * from './policy-item-model';
|
|
218
|
+
export * from './policy-model';
|
|
215
219
|
export * from './problem-details';
|
|
216
220
|
export * from './procedure';
|
|
217
221
|
export * from './recurring-interval';
|
|
218
222
|
export * from './refund-policy';
|
|
219
223
|
export * from './reject-reason';
|
|
220
224
|
export * from './review-type';
|
|
225
|
+
export * from './secure-container-item-model';
|
|
226
|
+
export * from './secure-container-model';
|
|
227
|
+
export * from './secure-containers-model';
|
|
228
|
+
export * from './secure-file-item-input-model';
|
|
229
|
+
export * from './secure-file-model';
|
|
221
230
|
export * from './send-bird-group-channel-member';
|
|
222
231
|
export * from './send-bird-group-channel-model';
|
|
223
232
|
export * from './send-bird-group-channelr-operator';
|
|
@@ -270,6 +279,7 @@ export * from './update-device-command';
|
|
|
270
279
|
export * from './update-media-command';
|
|
271
280
|
export * from './update-patient-command';
|
|
272
281
|
export * from './update-profile-command';
|
|
282
|
+
export * from './update-secure-container-command';
|
|
273
283
|
export * from './update-service-review-command';
|
|
274
284
|
export * from './user-language-document-model';
|
|
275
285
|
export * from './user-language-model';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { PolicyItemModel } from './policy-item-model';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface PoliciesModel
|
|
27
|
+
*/
|
|
28
|
+
export interface PoliciesModel {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<PolicyItemModel>}
|
|
32
|
+
* @memberof PoliciesModel
|
|
33
|
+
*/
|
|
34
|
+
'items'?: Array<PolicyItemModel> | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {PagedListMetaData}
|
|
38
|
+
* @memberof PoliciesModel
|
|
39
|
+
*/
|
|
40
|
+
'metaData'?: PagedListMetaData;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface PolicyItemModel
|
|
21
|
+
*/
|
|
22
|
+
export interface PolicyItemModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PolicyItemModel
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PolicyItemModel
|
|
33
|
+
*/
|
|
34
|
+
'languageCode'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof PolicyItemModel
|
|
39
|
+
*/
|
|
40
|
+
'name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof PolicyItemModel
|
|
45
|
+
*/
|
|
46
|
+
'slug'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof PolicyItemModel
|
|
51
|
+
*/
|
|
52
|
+
'confirmed'?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof PolicyItemModel
|
|
57
|
+
*/
|
|
58
|
+
'photo'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof PolicyItemModel
|
|
63
|
+
*/
|
|
64
|
+
'photoThumbnail'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { LocalizedUrlModel } from './localized-url-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { MediaModel } from './media-model';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface PolicyModel
|
|
27
|
+
*/
|
|
28
|
+
export interface PolicyModel {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PolicyModel
|
|
33
|
+
*/
|
|
34
|
+
'id'?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof PolicyModel
|
|
39
|
+
*/
|
|
40
|
+
'languageCode'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof PolicyModel
|
|
45
|
+
*/
|
|
46
|
+
'name'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof PolicyModel
|
|
51
|
+
*/
|
|
52
|
+
'slug'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof PolicyModel
|
|
57
|
+
*/
|
|
58
|
+
'confirmed'?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof PolicyModel
|
|
63
|
+
*/
|
|
64
|
+
'photo'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof PolicyModel
|
|
69
|
+
*/
|
|
70
|
+
'photoThumbnail'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof PolicyModel
|
|
75
|
+
*/
|
|
76
|
+
'description'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof PolicyModel
|
|
81
|
+
*/
|
|
82
|
+
'overview'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof PolicyModel
|
|
87
|
+
*/
|
|
88
|
+
'content'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof PolicyModel
|
|
93
|
+
*/
|
|
94
|
+
'hospitalId'?: string;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof PolicyModel
|
|
99
|
+
*/
|
|
100
|
+
'hospitalName'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof PolicyModel
|
|
105
|
+
*/
|
|
106
|
+
'hospitalSlug'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof PolicyModel
|
|
111
|
+
*/
|
|
112
|
+
'customStyle'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {Array<LocalizedUrlModel>}
|
|
116
|
+
* @memberof PolicyModel
|
|
117
|
+
*/
|
|
118
|
+
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {Array<MediaModel>}
|
|
122
|
+
* @memberof PolicyModel
|
|
123
|
+
*/
|
|
124
|
+
'medias'?: Array<MediaModel> | null;
|
|
125
|
+
}
|
|
126
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SecureContainerItemModel
|
|
21
|
+
*/
|
|
22
|
+
export interface SecureContainerItemModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SecureContainerItemModel
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SecureContainerItemModel
|
|
33
|
+
*/
|
|
34
|
+
'hospitalId'?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SecureContainerItemModel
|
|
39
|
+
*/
|
|
40
|
+
'hospitalName'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof SecureContainerItemModel
|
|
45
|
+
*/
|
|
46
|
+
'filesCount'?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { SecureFileModel } from './secure-file-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SecureContainerModel
|
|
24
|
+
*/
|
|
25
|
+
export interface SecureContainerModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SecureContainerModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SecureContainerModel
|
|
36
|
+
*/
|
|
37
|
+
'hospitalId'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SecureContainerModel
|
|
42
|
+
*/
|
|
43
|
+
'hospitalName'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof SecureContainerModel
|
|
48
|
+
*/
|
|
49
|
+
'filesCount'?: number;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<SecureFileModel>}
|
|
53
|
+
* @memberof SecureContainerModel
|
|
54
|
+
*/
|
|
55
|
+
'files'?: Array<SecureFileModel> | null;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { SecureContainerItemModel } from './secure-container-item-model';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface SecureContainersModel
|
|
27
|
+
*/
|
|
28
|
+
export interface SecureContainersModel {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<SecureContainerItemModel>}
|
|
32
|
+
* @memberof SecureContainersModel
|
|
33
|
+
*/
|
|
34
|
+
'items'?: Array<SecureContainerItemModel> | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {PagedListMetaData}
|
|
38
|
+
* @memberof SecureContainersModel
|
|
39
|
+
*/
|
|
40
|
+
'metaData'?: PagedListMetaData;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface SecureFileItemInputModel
|
|
21
|
+
*/
|
|
22
|
+
export interface SecureFileItemInputModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SecureFileItemInputModel
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SecureFileItemInputModel
|
|
33
|
+
*/
|
|
34
|
+
'description'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof SecureFileItemInputModel
|
|
39
|
+
*/
|
|
40
|
+
'order'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Date}
|
|
44
|
+
* @memberof SecureFileItemInputModel
|
|
45
|
+
*/
|
|
46
|
+
'expireDate'?: Date | null;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { MediaType } from './media-type';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SecureFileModel
|
|
24
|
+
*/
|
|
25
|
+
export interface SecureFileModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SecureFileModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {MediaType}
|
|
35
|
+
* @memberof SecureFileModel
|
|
36
|
+
*/
|
|
37
|
+
'mediaType'?: MediaType;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SecureFileModel
|
|
42
|
+
*/
|
|
43
|
+
'url'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof SecureFileModel
|
|
48
|
+
*/
|
|
49
|
+
'thumbnailUrl'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof SecureFileModel
|
|
54
|
+
*/
|
|
55
|
+
'description'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof SecureFileModel
|
|
60
|
+
*/
|
|
61
|
+
'height'?: number;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof SecureFileModel
|
|
66
|
+
*/
|
|
67
|
+
'width'?: number;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof SecureFileModel
|
|
72
|
+
*/
|
|
73
|
+
'order'?: number;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof SecureFileModel
|
|
78
|
+
*/
|
|
79
|
+
'name'?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof SecureFileModel
|
|
84
|
+
*/
|
|
85
|
+
'contentType'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {Date}
|
|
89
|
+
* @memberof SecureFileModel
|
|
90
|
+
*/
|
|
91
|
+
'expireDate'?: Date | null;
|
|
92
|
+
}
|
|
93
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
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
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { SecureFileItemInputModel } from './secure-file-item-input-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface UpdateSecureContainerCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface UpdateSecureContainerCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof UpdateSecureContainerCommand
|
|
30
|
+
*/
|
|
31
|
+
'languageCode'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Date}
|
|
35
|
+
* @memberof UpdateSecureContainerCommand
|
|
36
|
+
*/
|
|
37
|
+
'expireDate'?: Date | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<SecureFileItemInputModel>}
|
|
41
|
+
* @memberof UpdateSecureContainerCommand
|
|
42
|
+
*/
|
|
43
|
+
'files'?: Array<SecureFileItemInputModel> | null;
|
|
44
|
+
}
|
|
45
|
+
|