ch-admin-api-client-typescript 5.79.44 → 5.81.17
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/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/benefits-api.d.ts +515 -0
- package/lib/api/benefits-api.d.ts.map +1 -0
- package/lib/api/benefits-api.js +860 -0
- 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/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/hospitals-api.d.ts +121 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +194 -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 +56 -0
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +94 -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/about-us-page-item-model.d.ts +3 -3
- package/lib/models/about-us-page-item-model.d.ts.map +1 -1
- package/lib/models/about-us-page-model.d.ts +3 -3
- package/lib/models/about-us-page-model.d.ts.map +1 -1
- package/lib/models/article-item-model.d.ts +6 -0
- package/lib/models/article-item-model.d.ts.map +1 -1
- package/lib/models/article-model.d.ts +6 -0
- package/lib/models/article-model.d.ts.map +1 -1
- package/lib/models/benefit-domain-name.d.ts +22 -0
- package/lib/models/benefit-domain-name.d.ts.map +1 -0
- package/lib/models/benefit-domain-name.js +25 -0
- package/lib/models/benefit-item-model.d.ts +106 -0
- package/lib/models/benefit-item-model.d.ts.map +1 -0
- package/lib/models/benefit-item-model.js +15 -0
- package/lib/models/benefit-model.d.ts +138 -0
- package/lib/models/benefit-model.d.ts.map +1 -0
- package/lib/models/benefit-model.js +15 -0
- package/lib/models/benefit-provider.d.ts +23 -0
- package/lib/models/benefit-provider.d.ts.map +1 -0
- package/lib/models/benefit-provider.js +26 -0
- package/lib/models/benefit-status.d.ts +23 -0
- package/lib/models/benefit-status.d.ts.map +1 -0
- package/lib/models/benefit-status.js +26 -0
- package/lib/models/benefits-model.d.ts +33 -0
- package/lib/models/benefits-model.d.ts.map +1 -0
- package/lib/models/benefits-model.js +15 -0
- package/lib/models/country-item-model.d.ts +15 -9
- package/lib/models/country-item-model.d.ts.map +1 -1
- package/lib/models/country-model.d.ts +9 -9
- package/lib/models/country-model.d.ts.map +1 -1
- package/lib/models/country-simple-item-model.d.ts +55 -0
- package/lib/models/country-simple-item-model.d.ts.map +1 -0
- package/lib/models/country-simple-item-model.js +15 -0
- package/lib/models/create-article-command.d.ts +6 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-benefit-command.d.ts +112 -0
- package/lib/models/create-benefit-command.d.ts.map +1 -0
- package/lib/models/create-benefit-command.js +15 -0
- package/lib/models/create-deal-command.d.ts +6 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +6 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-general-article-command.d.ts +6 -0
- package/lib/models/create-general-article-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +6 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +6 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/create-specialty-command.d.ts +12 -0
- package/lib/models/create-specialty-command.d.ts.map +1 -1
- package/lib/models/create-specialty-type-command.d.ts +6 -0
- package/lib/models/create-specialty-type-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +9 -3
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +9 -3
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +6 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +6 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/general-article-item-model.d.ts +6 -0
- package/lib/models/general-article-item-model.d.ts.map +1 -1
- package/lib/models/general-article-model.d.ts +6 -0
- package/lib/models/general-article-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +12 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +12 -6
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +6 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +6 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-simple-item-model.d.ts +6 -0
- package/lib/models/hospital-specialty-simple-item-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +19 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +19 -0
- package/lib/models/location-optional-input-model.d.ts +86 -0
- package/lib/models/location-optional-input-model.d.ts.map +1 -0
- package/lib/models/location-optional-input-model.js +15 -0
- package/lib/models/patch-article-command.d.ts +136 -0
- package/lib/models/patch-article-command.d.ts.map +1 -0
- package/lib/models/patch-article-command.js +15 -0
- package/lib/models/patch-deal-command.d.ts +104 -0
- package/lib/models/patch-deal-command.d.ts.map +1 -0
- package/lib/models/patch-deal-command.js +15 -0
- package/lib/models/patch-doctor-affiliation-command.d.ts +155 -0
- package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -0
- package/lib/models/patch-doctor-affiliation-command.js +15 -0
- package/lib/models/patch-general-article-command.d.ts +149 -0
- package/lib/models/patch-general-article-command.d.ts.map +1 -0
- package/lib/models/patch-general-article-command.js +15 -0
- package/lib/models/patch-hospital-command.d.ts +284 -0
- package/lib/models/patch-hospital-command.d.ts.map +1 -0
- package/lib/models/patch-hospital-command.js +15 -0
- package/lib/models/patch-hospital-specialty-command.d.ts +130 -0
- package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -0
- package/lib/models/patch-hospital-specialty-command.js +15 -0
- package/lib/models/patch-specialty-command.d.ts +110 -0
- package/lib/models/patch-specialty-command.d.ts.map +1 -0
- package/lib/models/patch-specialty-command.js +15 -0
- package/lib/models/patch-specialty-type-command.d.ts +117 -0
- package/lib/models/patch-specialty-type-command.d.ts.map +1 -0
- package/lib/models/patch-specialty-type-command.js +15 -0
- package/lib/models/specialty-item-model.d.ts +9 -3
- package/lib/models/specialty-item-model.d.ts.map +1 -1
- package/lib/models/specialty-model.d.ts +9 -3
- package/lib/models/specialty-model.d.ts.map +1 -1
- package/lib/models/specialty-type-item-model.d.ts +9 -3
- package/lib/models/specialty-type-item-model.d.ts.map +1 -1
- package/lib/models/specialty-type-model.d.ts +9 -3
- package/lib/models/specialty-type-model.d.ts.map +1 -1
- package/lib/models/translate-benefit-command.d.ts +43 -0
- package/lib/models/translate-benefit-command.d.ts.map +1 -0
- package/lib/models/translate-benefit-command.js +15 -0
- package/lib/models/update-article-command.d.ts +6 -0
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-benefit-command.d.ts +118 -0
- package/lib/models/update-benefit-command.d.ts.map +1 -0
- package/lib/models/update-benefit-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +6 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +6 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-general-article-command.d.ts +6 -0
- package/lib/models/update-general-article-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +6 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +6 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/update-specialty-command.d.ts +6 -0
- package/lib/models/update-specialty-command.d.ts.map +1 -1
- package/lib/models/update-specialty-type-command.d.ts +6 -0
- package/lib/models/update-specialty-type-command.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,86 @@
|
|
|
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 LocationOptionalInputModel
|
|
16
|
+
*/
|
|
17
|
+
export interface LocationOptionalInputModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof LocationOptionalInputModel
|
|
22
|
+
*/
|
|
23
|
+
'latitude'?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof LocationOptionalInputModel
|
|
28
|
+
*/
|
|
29
|
+
'longitude'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LocationOptionalInputModel
|
|
34
|
+
*/
|
|
35
|
+
'countryId'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LocationOptionalInputModel
|
|
40
|
+
*/
|
|
41
|
+
'state'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LocationOptionalInputModel
|
|
46
|
+
*/
|
|
47
|
+
'county'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LocationOptionalInputModel
|
|
52
|
+
*/
|
|
53
|
+
'city'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof LocationOptionalInputModel
|
|
58
|
+
*/
|
|
59
|
+
'district'?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof LocationOptionalInputModel
|
|
64
|
+
*/
|
|
65
|
+
'zipCode'?: string | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof LocationOptionalInputModel
|
|
70
|
+
*/
|
|
71
|
+
'address'?: string | null;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof LocationOptionalInputModel
|
|
76
|
+
*/
|
|
77
|
+
'googlePlaceId'?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof LocationOptionalInputModel
|
|
82
|
+
* @deprecated
|
|
83
|
+
*/
|
|
84
|
+
'country'?: string | null;
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=location-optional-input-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-optional-input-model.d.ts","sourceRoot":"","sources":["../../src/models/location-optional-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -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,136 @@
|
|
|
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 { ArticleTagItemModel } from './article-tag-item-model';
|
|
14
|
+
import { MediaModel } from './media-model';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface PatchArticleCommand
|
|
19
|
+
*/
|
|
20
|
+
export interface PatchArticleCommand {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof PatchArticleCommand
|
|
25
|
+
*/
|
|
26
|
+
'languageCode'?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof PatchArticleCommand
|
|
31
|
+
*/
|
|
32
|
+
'name'?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof PatchArticleCommand
|
|
37
|
+
*/
|
|
38
|
+
'slug'?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof PatchArticleCommand
|
|
43
|
+
*/
|
|
44
|
+
'title'?: string | null;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof PatchArticleCommand
|
|
49
|
+
*/
|
|
50
|
+
'description'?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof PatchArticleCommand
|
|
55
|
+
*/
|
|
56
|
+
'content'?: string | null;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof PatchArticleCommand
|
|
61
|
+
*/
|
|
62
|
+
'markdown'?: string | null;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {ArticleStatus}
|
|
66
|
+
* @memberof PatchArticleCommand
|
|
67
|
+
*/
|
|
68
|
+
'status'?: ArticleStatus;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof PatchArticleCommand
|
|
73
|
+
*/
|
|
74
|
+
'hospitalId'?: string | null;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof PatchArticleCommand
|
|
79
|
+
*/
|
|
80
|
+
'specialtyTypeId'?: string | null;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof PatchArticleCommand
|
|
85
|
+
*/
|
|
86
|
+
'youtubeUrl'?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof PatchArticleCommand
|
|
91
|
+
*/
|
|
92
|
+
'photo'?: string | null;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof PatchArticleCommand
|
|
97
|
+
*/
|
|
98
|
+
'photoThumbnail'?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof PatchArticleCommand
|
|
103
|
+
*/
|
|
104
|
+
'background'?: string | null;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof PatchArticleCommand
|
|
109
|
+
*/
|
|
110
|
+
'backgroundThumbnail'?: string | null;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof PatchArticleCommand
|
|
115
|
+
*/
|
|
116
|
+
'customStyle'?: string | null;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {Array<ArticleTagItemModel>}
|
|
120
|
+
* @memberof PatchArticleCommand
|
|
121
|
+
*/
|
|
122
|
+
'articleTags'?: Array<ArticleTagItemModel> | null;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @type {boolean}
|
|
126
|
+
* @memberof PatchArticleCommand
|
|
127
|
+
*/
|
|
128
|
+
'confirmed'?: boolean | null;
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @type {Array<MediaModel>}
|
|
132
|
+
* @memberof PatchArticleCommand
|
|
133
|
+
*/
|
|
134
|
+
'medias'?: Array<MediaModel> | null;
|
|
135
|
+
}
|
|
136
|
+
//# sourceMappingURL=patch-article-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-article-command.d.ts","sourceRoot":"","sources":["../../src/models/patch-article-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAG/D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;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,aAAa,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B;;;;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,104 @@
|
|
|
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 { MarketingType } from './marketing-type';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PatchDealCommand
|
|
17
|
+
*/
|
|
18
|
+
export interface PatchDealCommand {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PatchDealCommand
|
|
23
|
+
*/
|
|
24
|
+
'languageCode'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PatchDealCommand
|
|
29
|
+
*/
|
|
30
|
+
'name'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PatchDealCommand
|
|
35
|
+
*/
|
|
36
|
+
'title'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PatchDealCommand
|
|
41
|
+
*/
|
|
42
|
+
'slug'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof PatchDealCommand
|
|
47
|
+
*/
|
|
48
|
+
'description'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof PatchDealCommand
|
|
53
|
+
*/
|
|
54
|
+
'overview'?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof PatchDealCommand
|
|
59
|
+
*/
|
|
60
|
+
'content'?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof PatchDealCommand
|
|
65
|
+
*/
|
|
66
|
+
'markdown'?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {MarketingType}
|
|
70
|
+
* @memberof PatchDealCommand
|
|
71
|
+
*/
|
|
72
|
+
'marketingType'?: MarketingType;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof PatchDealCommand
|
|
77
|
+
*/
|
|
78
|
+
'photo'?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof PatchDealCommand
|
|
83
|
+
*/
|
|
84
|
+
'photoThumbnail'?: string | null;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof PatchDealCommand
|
|
89
|
+
*/
|
|
90
|
+
'serviceDuration'?: number | null;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof PatchDealCommand
|
|
95
|
+
*/
|
|
96
|
+
'order'?: number | null;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {boolean}
|
|
100
|
+
* @memberof PatchDealCommand
|
|
101
|
+
*/
|
|
102
|
+
'confirmed'?: boolean | null;
|
|
103
|
+
}
|
|
104
|
+
//# sourceMappingURL=patch-deal-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/patch-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -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,155 @@
|
|
|
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 { AppointmentOptionInputModel } from './appointment-option-input-model';
|
|
13
|
+
import { DoctorPrefix } from './doctor-prefix';
|
|
14
|
+
import { FeatureInputModel } from './feature-input-model';
|
|
15
|
+
import { MediaModel } from './media-model';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PatchDoctorAffiliationCommand
|
|
20
|
+
*/
|
|
21
|
+
export interface PatchDoctorAffiliationCommand {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
26
|
+
*/
|
|
27
|
+
'languageCode'?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
32
|
+
*/
|
|
33
|
+
'name'?: string | null;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
38
|
+
*/
|
|
39
|
+
'slug'?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
44
|
+
*/
|
|
45
|
+
'title'?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
50
|
+
*/
|
|
51
|
+
'description'?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
56
|
+
*/
|
|
57
|
+
'overview'?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
62
|
+
*/
|
|
63
|
+
'content'?: string | null;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
68
|
+
*/
|
|
69
|
+
'markdown'?: string | null;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
74
|
+
*/
|
|
75
|
+
'customStyle'?: string | null;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {number}
|
|
79
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
80
|
+
*/
|
|
81
|
+
'order'?: number | null;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
86
|
+
*/
|
|
87
|
+
'photo'?: string | null;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
92
|
+
*/
|
|
93
|
+
'photoThumbnail'?: string | null;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
98
|
+
*/
|
|
99
|
+
'background'?: string | null;
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
104
|
+
*/
|
|
105
|
+
'backgroundThumbnail'?: string | null;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
110
|
+
*/
|
|
111
|
+
'signature'?: string | null;
|
|
112
|
+
/**
|
|
113
|
+
*
|
|
114
|
+
* @type {boolean}
|
|
115
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
116
|
+
*/
|
|
117
|
+
'confirmed'?: boolean | null;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
* @type {FeatureInputModel}
|
|
121
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
122
|
+
*/
|
|
123
|
+
'feature'?: FeatureInputModel;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @type {string}
|
|
127
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
128
|
+
*/
|
|
129
|
+
'jobTitle'?: string | null;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @type {string}
|
|
133
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
134
|
+
*/
|
|
135
|
+
'jobPosition'?: string | null;
|
|
136
|
+
/**
|
|
137
|
+
*
|
|
138
|
+
* @type {DoctorPrefix}
|
|
139
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
140
|
+
*/
|
|
141
|
+
'prefix'?: DoctorPrefix;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {Array<MediaModel>}
|
|
145
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
146
|
+
*/
|
|
147
|
+
'medias'?: Array<MediaModel> | null;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {AppointmentOptionInputModel}
|
|
151
|
+
* @memberof PatchDoctorAffiliationCommand
|
|
152
|
+
*/
|
|
153
|
+
'appointmentOption'?: AppointmentOptionInputModel;
|
|
154
|
+
}
|
|
155
|
+
//# sourceMappingURL=patch-doctor-affiliation-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/patch-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAG/E,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;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,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,2BAA2B,CAAC;CACrD"}
|
|
@@ -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 });
|