ch-admin-api-client-typescript 5.88.21 → 5.88.31
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/about-us-api.d.ts +56 -0
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +94 -0
- package/lib/api/article-categories-api.d.ts +56 -0
- package/lib/api/article-categories-api.d.ts.map +1 -1
- package/lib/api/article-categories-api.js +94 -0
- package/lib/api/articles-api.d.ts +56 -0
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +94 -0
- package/lib/api/badge-categories-api.d.ts +384 -0
- package/lib/api/badge-categories-api.d.ts.map +1 -0
- package/lib/api/badge-categories-api.js +718 -0
- package/lib/api/badges-api.d.ts +557 -0
- package/lib/api/badges-api.d.ts.map +1 -0
- package/lib/api/badges-api.js +950 -0
- package/lib/api/contributors-api.d.ts +60 -4
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +98 -4
- package/lib/api/countries-api.d.ts +68 -12
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +106 -12
- package/lib/api/deals-api.d.ts +56 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +94 -0
- package/lib/api/doctor-affiliations-api.d.ts +56 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +94 -0
- package/lib/api/faq-categories-api.d.ts +56 -0
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +94 -0
- package/lib/api/faqs-api.d.ts +56 -0
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +94 -0
- package/lib/api/general-articles-api.d.ts +56 -0
- package/lib/api/general-articles-api.d.ts.map +1 -1
- package/lib/api/general-articles-api.js +94 -0
- package/lib/api/hospital-branches-api.d.ts +56 -0
- package/lib/api/hospital-branches-api.d.ts.map +1 -1
- package/lib/api/hospital-branches-api.js +94 -0
- package/lib/api/hospital-groups-api.d.ts +56 -0
- package/lib/api/hospital-groups-api.d.ts.map +1 -1
- package/lib/api/hospital-groups-api.js +94 -0
- package/lib/api/hospitals-api.d.ts +325 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +500 -0
- package/lib/api/platform-interpretation-languages-api.d.ts +375 -0
- package/lib/api/platform-interpretation-languages-api.d.ts.map +1 -0
- package/lib/api/platform-interpretation-languages-api.js +712 -0
- package/lib/api/service-reviews-api.d.ts +56 -0
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +94 -0
- package/lib/api/specialties-api.d.ts +56 -0
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +94 -0
- package/lib/api/specialty-types-api.d.ts +60 -4
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +98 -4
- package/lib/api.d.ts +3 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +3 -0
- package/lib/models/about-us-page-item-model.d.ts +6 -0
- package/lib/models/about-us-page-item-model.d.ts.map +1 -1
- package/lib/models/about-us-page-model.d.ts +6 -6
- package/lib/models/about-us-page-model.d.ts.map +1 -1
- package/lib/models/badge-categories-model.d.ts +33 -0
- package/lib/models/badge-categories-model.d.ts.map +1 -0
- package/lib/models/badge-categories-model.js +15 -0
- package/lib/models/badge-category-item-model.d.ts +44 -0
- package/lib/models/badge-category-item-model.d.ts.map +1 -0
- package/lib/models/badge-category-item-model.js +15 -0
- package/lib/models/badge-category-model.d.ts +44 -0
- package/lib/models/badge-category-model.d.ts.map +1 -0
- package/lib/models/badge-category-model.js +15 -0
- package/lib/models/badge-item-model.d.ts +110 -0
- package/lib/models/badge-item-model.d.ts.map +1 -0
- package/lib/models/badge-item-model.js +15 -0
- package/lib/models/badge-model.d.ts +123 -0
- package/lib/models/badge-model.d.ts.map +1 -0
- package/lib/models/badge-model.js +15 -0
- package/lib/models/badges-model.d.ts +33 -0
- package/lib/models/badges-model.d.ts.map +1 -0
- package/lib/models/badges-model.js +15 -0
- package/lib/models/country-simple-item-model.d.ts +6 -0
- package/lib/models/country-simple-item-model.d.ts.map +1 -1
- package/lib/models/create-badge-category-command.d.ts +31 -0
- package/lib/models/create-badge-category-command.d.ts.map +1 -0
- package/lib/models/create-badge-category-command.js +15 -0
- package/lib/models/create-badge-command.d.ts +115 -0
- package/lib/models/create-badge-command.d.ts.map +1 -0
- package/lib/models/create-badge-command.js +15 -0
- package/lib/models/create-platform-interpretation-language-command.d.ts +37 -0
- package/lib/models/create-platform-interpretation-language-command.d.ts.map +1 -0
- package/lib/models/create-platform-interpretation-language-command.js +15 -0
- package/lib/models/index.d.ts +35 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +35 -0
- package/lib/models/patch-article-command.d.ts +0 -6
- package/lib/models/patch-article-command.d.ts.map +1 -1
- package/lib/models/patch-deal-command.d.ts +0 -6
- package/lib/models/patch-deal-command.d.ts.map +1 -1
- package/lib/models/patch-doctor-affiliation-command.d.ts +0 -6
- package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/patch-general-article-command.d.ts +0 -6
- package/lib/models/patch-general-article-command.d.ts.map +1 -1
- package/lib/models/patch-hospital-command.d.ts +0 -6
- package/lib/models/patch-hospital-command.d.ts.map +1 -1
- package/lib/models/patch-hospital-specialty-command.d.ts +0 -6
- package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/patch-specialty-command.d.ts +0 -6
- package/lib/models/patch-specialty-command.d.ts.map +1 -1
- package/lib/models/patch-specialty-type-command.d.ts +0 -6
- package/lib/models/patch-specialty-type-command.d.ts.map +1 -1
- package/lib/models/platform-interpretation-language-item-model.d.ts +56 -0
- package/lib/models/platform-interpretation-language-item-model.d.ts.map +1 -0
- package/lib/models/platform-interpretation-language-item-model.js +15 -0
- package/lib/models/platform-interpretation-language-model.d.ts +56 -0
- package/lib/models/platform-interpretation-language-model.d.ts.map +1 -0
- package/lib/models/platform-interpretation-language-model.js +15 -0
- package/lib/models/platform-interpretation-languages-model.d.ts +33 -0
- package/lib/models/platform-interpretation-languages-model.d.ts.map +1 -0
- package/lib/models/platform-interpretation-languages-model.js +15 -0
- package/lib/models/survey-form-element-input-model.d.ts +6 -0
- package/lib/models/survey-form-element-input-model.d.ts.map +1 -1
- package/lib/models/survey-form-element-model.d.ts +6 -0
- package/lib/models/survey-form-element-model.d.ts.map +1 -1
- package/lib/models/survey-result-element-model.d.ts +6 -0
- package/lib/models/survey-result-element-model.d.ts.map +1 -1
- package/lib/models/update-about-us-page-command.d.ts +0 -6
- package/lib/models/update-about-us-page-command.d.ts.map +1 -1
- package/lib/models/update-about-us-page-slug-command.d.ts +31 -0
- package/lib/models/update-about-us-page-slug-command.d.ts.map +1 -0
- package/lib/models/update-about-us-page-slug-command.js +15 -0
- package/lib/models/update-article-category-command.d.ts +0 -6
- package/lib/models/update-article-category-command.d.ts.map +1 -1
- package/lib/models/update-article-category-slug-command.d.ts +31 -0
- package/lib/models/update-article-category-slug-command.d.ts.map +1 -0
- package/lib/models/update-article-category-slug-command.js +15 -0
- package/lib/models/update-article-command.d.ts +0 -6
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-article-slug-command.d.ts +31 -0
- package/lib/models/update-article-slug-command.d.ts.map +1 -0
- package/lib/models/update-article-slug-command.js +15 -0
- package/lib/models/update-badge-category-command.d.ts +31 -0
- package/lib/models/update-badge-category-command.d.ts.map +1 -0
- package/lib/models/update-badge-category-command.js +15 -0
- package/lib/models/update-badge-command.d.ts +121 -0
- package/lib/models/update-badge-command.d.ts.map +1 -0
- package/lib/models/update-badge-command.js +15 -0
- package/lib/models/update-contributor-command.d.ts +0 -6
- package/lib/models/update-contributor-command.d.ts.map +1 -1
- package/lib/models/update-contributor-slug-command.d.ts +31 -0
- package/lib/models/update-contributor-slug-command.d.ts.map +1 -0
- package/lib/models/update-contributor-slug-command.js +15 -0
- package/lib/models/update-country-command.d.ts +0 -6
- package/lib/models/update-country-command.d.ts.map +1 -1
- package/lib/models/update-country-slug-command.d.ts +31 -0
- package/lib/models/update-country-slug-command.d.ts.map +1 -0
- package/lib/models/update-country-slug-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +0 -6
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-slug-command.d.ts +31 -0
- package/lib/models/update-deal-slug-command.d.ts.map +1 -0
- package/lib/models/update-deal-slug-command.js +15 -0
- package/lib/models/update-doctor-affiliation-command.d.ts +0 -6
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-slug-command.d.ts +31 -0
- package/lib/models/update-doctor-affiliation-slug-command.d.ts.map +1 -0
- package/lib/models/update-doctor-affiliation-slug-command.js +15 -0
- package/lib/models/update-faq-category-command.d.ts +0 -6
- package/lib/models/update-faq-category-command.d.ts.map +1 -1
- package/lib/models/update-faq-category-slug-command.d.ts +31 -0
- package/lib/models/update-faq-category-slug-command.d.ts.map +1 -0
- package/lib/models/update-faq-category-slug-command.js +15 -0
- package/lib/models/update-faq-command.d.ts +0 -6
- package/lib/models/update-faq-command.d.ts.map +1 -1
- package/lib/models/update-faq-slug-command.d.ts +31 -0
- package/lib/models/update-faq-slug-command.d.ts.map +1 -0
- package/lib/models/update-faq-slug-command.js +15 -0
- package/lib/models/update-general-article-command.d.ts +0 -6
- package/lib/models/update-general-article-command.d.ts.map +1 -1
- package/lib/models/update-general-article-slug-command.d.ts +31 -0
- package/lib/models/update-general-article-slug-command.d.ts.map +1 -0
- package/lib/models/update-general-article-slug-command.js +15 -0
- package/lib/models/update-hospital-branch-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-branch-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-branch-slug-command.js +15 -0
- package/lib/models/update-hospital-command.d.ts +0 -6
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-group-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-group-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-group-slug-command.js +15 -0
- package/lib/models/update-hospital-service-command.d.ts +0 -6
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-service-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-service-slug-command.js +15 -0
- package/lib/models/update-hospital-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-slug-command.js +15 -0
- package/lib/models/update-hospital-specialty-command.d.ts +0 -6
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-slug-command.d.ts +31 -0
- package/lib/models/update-hospital-specialty-slug-command.d.ts.map +1 -0
- package/lib/models/update-hospital-specialty-slug-command.js +15 -0
- package/lib/models/update-landing-command.d.ts +0 -6
- package/lib/models/update-landing-command.d.ts.map +1 -1
- package/lib/models/update-landing-slug-command.d.ts +37 -0
- package/lib/models/update-landing-slug-command.d.ts.map +1 -0
- package/lib/models/update-landing-slug-command.js +15 -0
- package/lib/models/update-platform-interpretation-language-command.d.ts +31 -0
- package/lib/models/update-platform-interpretation-language-command.d.ts.map +1 -0
- package/lib/models/update-platform-interpretation-language-command.js +15 -0
- package/lib/models/update-policy-command.d.ts +0 -6
- package/lib/models/update-policy-command.d.ts.map +1 -1
- package/lib/models/update-policy-slug-command.d.ts +37 -0
- package/lib/models/update-policy-slug-command.d.ts.map +1 -0
- package/lib/models/update-policy-slug-command.js +15 -0
- package/lib/models/update-service-review-command.d.ts +0 -6
- package/lib/models/update-service-review-command.d.ts.map +1 -1
- package/lib/models/update-service-review-slug-command.d.ts +31 -0
- package/lib/models/update-service-review-slug-command.d.ts.map +1 -0
- package/lib/models/update-service-review-slug-command.js +15 -0
- package/lib/models/update-specialty-command.d.ts +0 -6
- package/lib/models/update-specialty-command.d.ts.map +1 -1
- package/lib/models/update-specialty-slug-command.d.ts +31 -0
- package/lib/models/update-specialty-slug-command.d.ts.map +1 -0
- package/lib/models/update-specialty-slug-command.js +15 -0
- package/lib/models/update-specialty-type-command.d.ts +0 -6
- package/lib/models/update-specialty-type-command.d.ts.map +1 -1
- package/lib/models/update-specialty-type-slug-command.d.ts +31 -0
- package/lib/models/update-specialty-type-slug-command.d.ts.map +1 -0
- package/lib/models/update-specialty-type-slug-command.js +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,123 @@
|
|
|
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 { AuditableEntityModel } from './auditable-entity-model';
|
|
13
|
+
import { CountrySimpleItemModel } from './country-simple-item-model';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface BadgeModel
|
|
18
|
+
*/
|
|
19
|
+
export interface BadgeModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof BadgeModel
|
|
24
|
+
*/
|
|
25
|
+
'languageCode'?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof BadgeModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof BadgeModel
|
|
36
|
+
*/
|
|
37
|
+
'icon'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof BadgeModel
|
|
42
|
+
*/
|
|
43
|
+
'backgroundColor'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof BadgeModel
|
|
48
|
+
*/
|
|
49
|
+
'foregroundColor'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof BadgeModel
|
|
54
|
+
*/
|
|
55
|
+
'badgeCategoryId'?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof BadgeModel
|
|
60
|
+
*/
|
|
61
|
+
'badgeCategoryName'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof BadgeModel
|
|
66
|
+
*/
|
|
67
|
+
'displayAreaHospital'?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {boolean}
|
|
71
|
+
* @memberof BadgeModel
|
|
72
|
+
*/
|
|
73
|
+
'displayAreaDoctor'?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {boolean}
|
|
77
|
+
* @memberof BadgeModel
|
|
78
|
+
*/
|
|
79
|
+
'displayAreaDeal'?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof BadgeModel
|
|
84
|
+
*/
|
|
85
|
+
'policy'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof BadgeModel
|
|
90
|
+
*/
|
|
91
|
+
'order'?: number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {boolean}
|
|
95
|
+
* @memberof BadgeModel
|
|
96
|
+
*/
|
|
97
|
+
'published'?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof BadgeModel
|
|
102
|
+
*/
|
|
103
|
+
'name'?: string | null;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {AuditableEntityModel}
|
|
107
|
+
* @memberof BadgeModel
|
|
108
|
+
*/
|
|
109
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof BadgeModel
|
|
114
|
+
*/
|
|
115
|
+
'overview'?: string | null;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {Array<CountrySimpleItemModel>}
|
|
119
|
+
* @memberof BadgeModel
|
|
120
|
+
*/
|
|
121
|
+
'excludedCountries'?: Array<CountrySimpleItemModel> | null;
|
|
122
|
+
}
|
|
123
|
+
//# sourceMappingURL=badge-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge-model.d.ts","sourceRoot":"","sources":["../../src/models/badge-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;CAC9D"}
|
|
@@ -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,33 @@
|
|
|
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 { BadgeItemModel } from './badge-item-model';
|
|
13
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface BadgesModel
|
|
18
|
+
*/
|
|
19
|
+
export interface BadgesModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<BadgeItemModel>}
|
|
23
|
+
* @memberof BadgesModel
|
|
24
|
+
*/
|
|
25
|
+
'items'?: Array<BadgeItemModel> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {PagedListMetaData}
|
|
29
|
+
* @memberof BadgesModel
|
|
30
|
+
*/
|
|
31
|
+
'metaData'?: PagedListMetaData;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=badges-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badges-model.d.ts","sourceRoot":"","sources":["../../src/models/badges-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
|
|
@@ -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 });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country-simple-item-model.d.ts","sourceRoot":"","sources":["../../src/models/country-simple-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;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,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
1
|
+
{"version":3,"file":"country-simple-item-model.d.ts","sourceRoot":"","sources":["../../src/models/country-simple-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 CreateBadgeCategoryCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateBadgeCategoryCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateBadgeCategoryCommand
|
|
22
|
+
*/
|
|
23
|
+
'name'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof CreateBadgeCategoryCommand
|
|
28
|
+
*/
|
|
29
|
+
'order'?: number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=create-badge-category-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-badge-category-command.d.ts","sourceRoot":"","sources":["../../src/models/create-badge-category-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;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,115 @@
|
|
|
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 CreateBadgeCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateBadgeCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateBadgeCommand
|
|
22
|
+
*/
|
|
23
|
+
'languageCode'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateBadgeCommand
|
|
28
|
+
*/
|
|
29
|
+
'badgeCategoryId'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateBadgeCommand
|
|
34
|
+
*/
|
|
35
|
+
'icon'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreateBadgeCommand
|
|
40
|
+
*/
|
|
41
|
+
'backgroundColor'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CreateBadgeCommand
|
|
46
|
+
*/
|
|
47
|
+
'foregroundColor'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof CreateBadgeCommand
|
|
52
|
+
*/
|
|
53
|
+
'displayAreaHospital'?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof CreateBadgeCommand
|
|
58
|
+
*/
|
|
59
|
+
'displayAreaDoctor'?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {boolean}
|
|
63
|
+
* @memberof CreateBadgeCommand
|
|
64
|
+
*/
|
|
65
|
+
'displayAreaDeal'?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CreateBadgeCommand
|
|
70
|
+
*/
|
|
71
|
+
'policy'?: string | null;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof CreateBadgeCommand
|
|
76
|
+
*/
|
|
77
|
+
'order'?: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof CreateBadgeCommand
|
|
82
|
+
*/
|
|
83
|
+
'published'?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof CreateBadgeCommand
|
|
88
|
+
*/
|
|
89
|
+
'name'?: string | null;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof CreateBadgeCommand
|
|
94
|
+
*/
|
|
95
|
+
'overview'?: string | null;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof CreateBadgeCommand
|
|
100
|
+
*/
|
|
101
|
+
'description'?: string | null;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof CreateBadgeCommand
|
|
106
|
+
*/
|
|
107
|
+
'content'?: string | null;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {Array<string>}
|
|
111
|
+
* @memberof CreateBadgeCommand
|
|
112
|
+
*/
|
|
113
|
+
'excludedCountries'?: Array<string> | null;
|
|
114
|
+
}
|
|
115
|
+
//# sourceMappingURL=create-badge-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-badge-command.d.ts","sourceRoot":"","sources":["../../src/models/create-badge-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
|
|
@@ -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 CreatePlatformInterpretationLanguageCommand
|
|
16
|
+
*/
|
|
17
|
+
export interface CreatePlatformInterpretationLanguageCommand {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreatePlatformInterpretationLanguageCommand
|
|
22
|
+
*/
|
|
23
|
+
'languageCode'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof CreatePlatformInterpretationLanguageCommand
|
|
28
|
+
*/
|
|
29
|
+
'order'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof CreatePlatformInterpretationLanguageCommand
|
|
34
|
+
*/
|
|
35
|
+
'published'?: boolean;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=create-platform-interpretation-language-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-platform-interpretation-language-command.d.ts","sourceRoot":"","sources":["../../src/models/create-platform-interpretation-language-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -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 });
|
package/lib/models/index.d.ts
CHANGED
|
@@ -62,6 +62,12 @@ export * from './auditable-entity-model';
|
|
|
62
62
|
export * from './azure-search-index-indexing-jobs-model';
|
|
63
63
|
export * from './background-job-information';
|
|
64
64
|
export * from './background-job-status';
|
|
65
|
+
export * from './badge-categories-model';
|
|
66
|
+
export * from './badge-category-item-model';
|
|
67
|
+
export * from './badge-category-model';
|
|
68
|
+
export * from './badge-item-model';
|
|
69
|
+
export * from './badge-model';
|
|
70
|
+
export * from './badges-model';
|
|
65
71
|
export * from './bank-account-info-item-model';
|
|
66
72
|
export * from './bank-account-info-model';
|
|
67
73
|
export * from './bank-account-infos-model';
|
|
@@ -131,6 +137,8 @@ export * from './create-article-command';
|
|
|
131
137
|
export * from './create-article-contributor-command';
|
|
132
138
|
export * from './create-article-source-command';
|
|
133
139
|
export * from './create-article-tag-command';
|
|
140
|
+
export * from './create-badge-category-command';
|
|
141
|
+
export * from './create-badge-command';
|
|
134
142
|
export * from './create-benefit-command';
|
|
135
143
|
export * from './create-chadmin-command';
|
|
136
144
|
export * from './create-chmanager-command';
|
|
@@ -191,6 +199,7 @@ export * from './create-patient-command';
|
|
|
191
199
|
export * from './create-patient-manager-command';
|
|
192
200
|
export * from './create-plan-command';
|
|
193
201
|
export * from './create-plan-hospital-command';
|
|
202
|
+
export * from './create-platform-interpretation-language-command';
|
|
194
203
|
export * from './create-policy-command';
|
|
195
204
|
export * from './create-prescription-command';
|
|
196
205
|
export * from './create-profile-command';
|
|
@@ -479,6 +488,9 @@ export * from './plan-item-model';
|
|
|
479
488
|
export * from './plan-model';
|
|
480
489
|
export * from './plans-model';
|
|
481
490
|
export * from './platform';
|
|
491
|
+
export * from './platform-interpretation-language-item-model';
|
|
492
|
+
export * from './platform-interpretation-language-model';
|
|
493
|
+
export * from './platform-interpretation-languages-model';
|
|
482
494
|
export * from './policies-model';
|
|
483
495
|
export * from './policy-item-model';
|
|
484
496
|
export * from './policy-model';
|
|
@@ -615,21 +627,28 @@ export * from './translation-batch-result-model';
|
|
|
615
627
|
export * from './translation-charaters-model';
|
|
616
628
|
export * from './translation-persona-type';
|
|
617
629
|
export * from './update-about-us-page-command';
|
|
630
|
+
export * from './update-about-us-page-slug-command';
|
|
618
631
|
export * from './update-accreditation-command';
|
|
619
632
|
export * from './update-ai-prompt-command';
|
|
620
633
|
export * from './update-app-version-command';
|
|
621
634
|
export * from './update-article-category-command';
|
|
635
|
+
export * from './update-article-category-slug-command';
|
|
622
636
|
export * from './update-article-command';
|
|
623
637
|
export * from './update-article-contributor-command';
|
|
638
|
+
export * from './update-article-slug-command';
|
|
624
639
|
export * from './update-article-source-command';
|
|
640
|
+
export * from './update-badge-category-command';
|
|
641
|
+
export * from './update-badge-command';
|
|
625
642
|
export * from './update-benefit-command';
|
|
626
643
|
export * from './update-chadmin-command';
|
|
627
644
|
export * from './update-chmanager-command';
|
|
628
645
|
export * from './update-content-manager-command';
|
|
629
646
|
export * from './update-content-text-only-value-domains';
|
|
630
647
|
export * from './update-contributor-command';
|
|
648
|
+
export * from './update-contributor-slug-command';
|
|
631
649
|
export * from './update-contributor-sns-handle-command';
|
|
632
650
|
export * from './update-country-command';
|
|
651
|
+
export * from './update-country-slug-command';
|
|
633
652
|
export * from './update-curation-category-command';
|
|
634
653
|
export * from './update-curation-category-command-translation';
|
|
635
654
|
export * from './update-curation-command';
|
|
@@ -639,7 +658,9 @@ export * from './update-deal-command';
|
|
|
639
658
|
export * from './update-deal-global-setting-included-in-price-command';
|
|
640
659
|
export * from './update-deal-package-command';
|
|
641
660
|
export * from './update-deal-service-command';
|
|
661
|
+
export * from './update-deal-slug-command';
|
|
642
662
|
export * from './update-doctor-affiliation-command';
|
|
663
|
+
export * from './update-doctor-affiliation-slug-command';
|
|
643
664
|
export * from './update-doctor-certificate-command';
|
|
644
665
|
export * from './update-doctor-command';
|
|
645
666
|
export * from './update-doctor-education-command';
|
|
@@ -647,30 +668,39 @@ export * from './update-doctor-language-command';
|
|
|
647
668
|
export * from './update-doctor-portfolio-command';
|
|
648
669
|
export * from './update-doctor-specialty-command';
|
|
649
670
|
export * from './update-faq-category-command';
|
|
671
|
+
export * from './update-faq-category-slug-command';
|
|
650
672
|
export * from './update-faq-command';
|
|
673
|
+
export * from './update-faq-slug-command';
|
|
651
674
|
export * from './update-form-result-command';
|
|
652
675
|
export * from './update-frequently-asked-question-command';
|
|
653
676
|
export * from './update-general-article-command';
|
|
654
677
|
export * from './update-general-article-contributor-command';
|
|
655
678
|
export * from './update-general-article-media-command';
|
|
679
|
+
export * from './update-general-article-slug-command';
|
|
656
680
|
export * from './update-general-article-source-command';
|
|
657
681
|
export * from './update-general-article-tag-command';
|
|
658
682
|
export * from './update-grade-command';
|
|
659
683
|
export * from './update-hospital-bank-account-info-command';
|
|
660
684
|
export * from './update-hospital-branch-command';
|
|
661
685
|
export * from './update-hospital-branch-item-command';
|
|
686
|
+
export * from './update-hospital-branch-slug-command';
|
|
662
687
|
export * from './update-hospital-command';
|
|
663
688
|
export * from './update-hospital-contact-command';
|
|
664
689
|
export * from './update-hospital-equipment-command';
|
|
665
690
|
export * from './update-hospital-group-command';
|
|
691
|
+
export * from './update-hospital-group-slug-command';
|
|
666
692
|
export * from './update-hospital-language-command';
|
|
667
693
|
export * from './update-hospital-payment-method-command';
|
|
668
694
|
export * from './update-hospital-rating-command';
|
|
669
695
|
export * from './update-hospital-service-command';
|
|
696
|
+
export * from './update-hospital-service-slug-command';
|
|
697
|
+
export * from './update-hospital-slug-command';
|
|
670
698
|
export * from './update-hospital-sns-handle-command';
|
|
671
699
|
export * from './update-hospital-specialty-command';
|
|
700
|
+
export * from './update-hospital-specialty-slug-command';
|
|
672
701
|
export * from './update-hospital-working-day-command';
|
|
673
702
|
export * from './update-landing-command';
|
|
703
|
+
export * from './update-landing-slug-command';
|
|
674
704
|
export * from './update-language-command';
|
|
675
705
|
export * from './update-manager-command';
|
|
676
706
|
export * from './update-media-command';
|
|
@@ -681,14 +711,19 @@ export * from './update-patient-command';
|
|
|
681
711
|
export * from './update-patient-manager-command';
|
|
682
712
|
export * from './update-plan-command';
|
|
683
713
|
export * from './update-plan-hospital-command';
|
|
714
|
+
export * from './update-platform-interpretation-language-command';
|
|
684
715
|
export * from './update-policy-command';
|
|
716
|
+
export * from './update-policy-slug-command';
|
|
685
717
|
export * from './update-prescription-command';
|
|
686
718
|
export * from './update-profile-command';
|
|
687
719
|
export * from './update-promotion-command';
|
|
688
720
|
export * from './update-service-category-command';
|
|
689
721
|
export * from './update-service-review-command';
|
|
722
|
+
export * from './update-service-review-slug-command';
|
|
690
723
|
export * from './update-specialty-command';
|
|
724
|
+
export * from './update-specialty-slug-command';
|
|
691
725
|
export * from './update-specialty-type-command';
|
|
726
|
+
export * from './update-specialty-type-slug-command';
|
|
692
727
|
export * from './update-survey-form-command';
|
|
693
728
|
export * from './update-user-command';
|
|
694
729
|
export * from './update-web-app-command';
|