ch-admin-api-client-typescript 5.76.1 → 5.76.29
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/ai-prompts-api.d.ts +13 -13
- package/lib/api/ai-prompts-api.d.ts.map +1 -1
- package/lib/api/general-articles-api.d.ts +1910 -0
- package/lib/api/general-articles-api.d.ts.map +1 -0
- package/lib/api/general-articles-api.js +2946 -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/ai-prompt-with-content-model.d.ts +56 -0
- package/lib/models/ai-prompt-with-content-model.d.ts.map +1 -0
- package/lib/models/ai-prompt-with-content-model.js +15 -0
- package/lib/models/article-contributor-item-model.d.ts +3 -3
- package/lib/models/article-contributor-item-model.d.ts.map +1 -1
- package/lib/models/article-contributor-model.d.ts +3 -3
- package/lib/models/article-contributor-model.d.ts.map +1 -1
- package/lib/models/create-article-command.d.ts +0 -7
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-general-article-command.d.ts +125 -0
- package/lib/models/create-general-article-command.d.ts.map +1 -0
- package/lib/models/create-general-article-command.js +15 -0
- package/lib/models/create-general-article-contributor-command.d.ts +44 -0
- package/lib/models/create-general-article-contributor-command.d.ts.map +1 -0
- package/lib/models/create-general-article-contributor-command.js +15 -0
- package/lib/models/create-general-article-media-command.d.ts +50 -0
- package/lib/models/create-general-article-media-command.d.ts.map +1 -0
- package/lib/models/create-general-article-media-command.js +15 -0
- package/lib/models/create-general-article-source-command.d.ts +37 -0
- package/lib/models/create-general-article-source-command.d.ts.map +1 -0
- package/lib/models/create-general-article-source-command.js +15 -0
- package/lib/models/create-general-article-tag-command.d.ts +31 -0
- package/lib/models/create-general-article-tag-command.d.ts.map +1 -0
- package/lib/models/create-general-article-tag-command.js +15 -0
- package/lib/models/general-article-contributor-item-model.d.ts +99 -0
- package/lib/models/general-article-contributor-item-model.d.ts.map +1 -0
- package/lib/models/general-article-contributor-item-model.js +15 -0
- package/lib/models/general-article-contributor-model.d.ts +124 -0
- package/lib/models/general-article-contributor-model.d.ts.map +1 -0
- package/lib/models/general-article-contributor-model.js +15 -0
- package/lib/models/general-article-contributors-model.d.ts +33 -0
- package/lib/models/general-article-contributors-model.d.ts.map +1 -0
- package/lib/models/general-article-contributors-model.js +15 -0
- package/lib/models/general-article-item-model.d.ts +156 -0
- package/lib/models/general-article-item-model.d.ts.map +1 -0
- package/lib/models/general-article-item-model.js +15 -0
- package/lib/models/general-article-model.d.ts +186 -0
- package/lib/models/general-article-model.d.ts.map +1 -0
- package/lib/models/general-article-model.js +15 -0
- package/lib/models/general-article-sources-model.d.ts +33 -0
- package/lib/models/general-article-sources-model.d.ts.map +1 -0
- package/lib/models/general-article-sources-model.js +15 -0
- package/lib/models/general-article-tag-item-model.d.ts +31 -0
- package/lib/models/general-article-tag-item-model.d.ts.map +1 -0
- package/lib/models/general-article-tag-item-model.js +15 -0
- package/lib/models/general-article-tags-model.d.ts +33 -0
- package/lib/models/general-article-tags-model.d.ts.map +1 -0
- package/lib/models/general-article-tags-model.js +15 -0
- package/lib/models/general-articles-model.d.ts +33 -0
- package/lib/models/general-articles-model.d.ts.map +1 -0
- package/lib/models/general-articles-model.js +15 -0
- package/lib/models/index.d.ts +21 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +21 -0
- package/lib/models/notification-model.d.ts +6 -0
- package/lib/models/notification-model.d.ts.map +1 -1
- package/lib/models/translate-general-article-command.d.ts +43 -0
- package/lib/models/translate-general-article-command.d.ts.map +1 -0
- package/lib/models/translate-general-article-command.js +15 -0
- package/lib/models/update-article-command.d.ts +0 -7
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-general-article-command.d.ts +137 -0
- package/lib/models/update-general-article-command.d.ts.map +1 -0
- package/lib/models/update-general-article-command.js +15 -0
- package/lib/models/update-general-article-contributor-command.d.ts +44 -0
- package/lib/models/update-general-article-contributor-command.d.ts.map +1 -0
- package/lib/models/update-general-article-contributor-command.js +15 -0
- package/lib/models/update-general-article-media-command.d.ts +50 -0
- package/lib/models/update-general-article-media-command.d.ts.map +1 -0
- package/lib/models/update-general-article-media-command.js +15 -0
- package/lib/models/update-general-article-source-command.d.ts +37 -0
- package/lib/models/update-general-article-source-command.d.ts.map +1 -0
- package/lib/models/update-general-article-source-command.js +15 -0
- package/lib/models/update-general-article-tag-command.d.ts +25 -0
- package/lib/models/update-general-article-tag-command.d.ts.map +1 -0
- package/lib/models/update-general-article-tag-command.js +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
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 { ArticleStatus } from './article-status';
|
|
13
|
+
import { ArticleType } from './article-type';
|
|
14
|
+
import { GeneralArticleTagItemModel } from './general-article-tag-item-model';
|
|
15
|
+
import { MediaModel } from './media-model';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface UpdateGeneralArticleCommand
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateGeneralArticleCommand {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof UpdateGeneralArticleCommand
|
|
26
|
+
*/
|
|
27
|
+
'languageCode'?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof UpdateGeneralArticleCommand
|
|
32
|
+
*/
|
|
33
|
+
'name'?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof UpdateGeneralArticleCommand
|
|
38
|
+
*/
|
|
39
|
+
'slug'?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof UpdateGeneralArticleCommand
|
|
44
|
+
*/
|
|
45
|
+
'description'?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof UpdateGeneralArticleCommand
|
|
50
|
+
*/
|
|
51
|
+
'overview'?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof UpdateGeneralArticleCommand
|
|
56
|
+
*/
|
|
57
|
+
'content'?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {boolean}
|
|
61
|
+
* @memberof UpdateGeneralArticleCommand
|
|
62
|
+
*/
|
|
63
|
+
'isConfirmed'?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof UpdateGeneralArticleCommand
|
|
68
|
+
*/
|
|
69
|
+
'hospitalId'?: string;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof UpdateGeneralArticleCommand
|
|
74
|
+
*/
|
|
75
|
+
'articleCategoryId'?: string | null;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {ArticleStatus}
|
|
79
|
+
* @memberof UpdateGeneralArticleCommand
|
|
80
|
+
*/
|
|
81
|
+
'status'?: ArticleStatus;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {ArticleType}
|
|
85
|
+
* @memberof UpdateGeneralArticleCommand
|
|
86
|
+
*/
|
|
87
|
+
'articleType'?: ArticleType;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof UpdateGeneralArticleCommand
|
|
92
|
+
*/
|
|
93
|
+
'youtubeUrl'?: string | null;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof UpdateGeneralArticleCommand
|
|
98
|
+
*/
|
|
99
|
+
'photo'?: string | null;
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof UpdateGeneralArticleCommand
|
|
104
|
+
*/
|
|
105
|
+
'photoThumbnail'?: string | null;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof UpdateGeneralArticleCommand
|
|
110
|
+
*/
|
|
111
|
+
'background'?: string | null;
|
|
112
|
+
/**
|
|
113
|
+
*
|
|
114
|
+
* @type {string}
|
|
115
|
+
* @memberof UpdateGeneralArticleCommand
|
|
116
|
+
*/
|
|
117
|
+
'backgroundThumbnail'?: string | null;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
* @type {string}
|
|
121
|
+
* @memberof UpdateGeneralArticleCommand
|
|
122
|
+
*/
|
|
123
|
+
'customStyle'?: string | null;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @type {Array<GeneralArticleTagItemModel>}
|
|
127
|
+
* @memberof UpdateGeneralArticleCommand
|
|
128
|
+
*/
|
|
129
|
+
'tags'?: Array<GeneralArticleTagItemModel> | null;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @type {Array<MediaModel>}
|
|
133
|
+
* @memberof UpdateGeneralArticleCommand
|
|
134
|
+
*/
|
|
135
|
+
'medias'?: Array<MediaModel> | null;
|
|
136
|
+
}
|
|
137
|
+
//# sourceMappingURL=update-general-article-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-general-article-command.d.ts","sourceRoot":"","sources":["../../src/models/update-general-article-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
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 });
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
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 { ContributionType } from './contribution-type';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateGeneralArticleContributorCommand
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateGeneralArticleContributorCommand {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpdateGeneralArticleContributorCommand
|
|
23
|
+
*/
|
|
24
|
+
'languageCode'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ContributionType}
|
|
28
|
+
* @memberof UpdateGeneralArticleContributorCommand
|
|
29
|
+
*/
|
|
30
|
+
'type'?: ContributionType;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof UpdateGeneralArticleContributorCommand
|
|
35
|
+
*/
|
|
36
|
+
'filter'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof UpdateGeneralArticleContributorCommand
|
|
41
|
+
*/
|
|
42
|
+
'order'?: number;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=update-general-article-contributor-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-general-article-contributor-command.d.ts","sourceRoot":"","sources":["../../src/models/update-general-article-contributor-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
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 });
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
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 { MediaType } from './media-type';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateGeneralArticleMediaCommand
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateGeneralArticleMediaCommand {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {MediaType}
|
|
22
|
+
* @memberof UpdateGeneralArticleMediaCommand
|
|
23
|
+
*/
|
|
24
|
+
'mediaType'?: MediaType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UpdateGeneralArticleMediaCommand
|
|
29
|
+
*/
|
|
30
|
+
'url'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof UpdateGeneralArticleMediaCommand
|
|
35
|
+
*/
|
|
36
|
+
'thumbnailUrl'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof UpdateGeneralArticleMediaCommand
|
|
41
|
+
*/
|
|
42
|
+
'description'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof UpdateGeneralArticleMediaCommand
|
|
47
|
+
*/
|
|
48
|
+
'order'?: number;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=update-general-article-media-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-general-article-media-command.d.ts","sourceRoot":"","sources":["../../src/models/update-general-article-media-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
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 });
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
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 UpdateGeneralArticleSourceCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateGeneralArticleSourceCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateGeneralArticleSourceCommand
|
|
22
|
+
*/
|
|
23
|
+
'name'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdateGeneralArticleSourceCommand
|
|
28
|
+
*/
|
|
29
|
+
'referenceUrl'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof UpdateGeneralArticleSourceCommand
|
|
34
|
+
*/
|
|
35
|
+
'order'?: number;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=update-general-article-source-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-general-article-source-command.d.ts","sourceRoot":"","sources":["../../src/models/update-general-article-source-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Admin Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: developer@icloudhospital.com
|
|
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 UpdateGeneralArticleTagCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateGeneralArticleTagCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof UpdateGeneralArticleTagCommand
|
|
22
|
+
*/
|
|
23
|
+
'order'?: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=update-general-article-tag-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-general-article-tag-command.d.ts","sourceRoot":"","sources":["../../src/models/update-general-article-tag-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Admin Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: developer@icloudhospital.com
|
|
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 });
|