ch-admin-api-client-typescript 5.4.6 → 5.4.7
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/deals-api.d.ts +0 -303
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +0 -424
- package/lib/api/vonage-accounts-api.d.ts +220 -129
- package/lib/api/vonage-accounts-api.d.ts.map +1 -1
- package/lib/api/vonage-accounts-api.js +309 -178
- package/lib/api/vonage-applications-api.d.ts +12 -4
- package/lib/api/vonage-applications-api.d.ts.map +1 -1
- package/lib/api/vonage-applications-api.js +12 -4
- package/lib/api/vonage-numbers-api.d.ts +8 -4
- package/lib/api/vonage-numbers-api.d.ts.map +1 -1
- package/lib/api/vonage-numbers-api.js +8 -4
- package/lib/api/vonage-users-api.d.ts +95 -5
- package/lib/api/vonage-users-api.d.ts.map +1 -1
- package/lib/api/vonage-users-api.js +120 -7
- package/lib/models/appointment-type.d.ts +0 -1
- package/lib/models/appointment-type.d.ts.map +1 -1
- package/lib/models/appointment-type.js +0 -1
- package/lib/models/create-deal-command.d.ts +0 -20
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +0 -13
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +3 -9
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +0 -13
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +0 -13
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +6 -19
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +6 -19
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-domain-input-model.d.ts +50 -0
- package/lib/models/hospital-domain-input-model.d.ts.map +1 -0
- package/lib/models/hospital-domain-model.d.ts +50 -0
- package/lib/models/hospital-domain-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-input-model.d.ts +49 -0
- package/lib/models/hospital-feature-detail-input-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-model.d.ts +56 -0
- package/lib/models/hospital-feature-detail-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-input-model.d.ts +32 -0
- package/lib/models/hospital-feature-input-model.d.ts.map +1 -0
- package/lib/models/{feature-model.d.ts → hospital-feature-model.d.ts} +10 -15
- package/lib/models/hospital-feature-model.d.ts.map +1 -0
- package/lib/models/hospital-item-model.d.ts +28 -4
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +28 -4
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +12 -8
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +12 -8
- package/lib/models/links.d.ts +19 -9
- package/lib/models/links.d.ts.map +1 -1
- package/lib/models/{get-users-result-embedded.d.ts → list-users-result-embedded.d.ts} +4 -4
- package/lib/models/list-users-result-embedded.d.ts.map +1 -0
- package/lib/models/{get-users-result.d.ts → list-users-result.d.ts} +10 -10
- package/lib/models/list-users-result.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts +39 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.js +15 -0
- package/lib/models/transfer-number-command.d.ts +43 -0
- package/lib/models/transfer-number-command.d.ts.map +1 -0
- package/lib/models/transfer-number-command.js +15 -0
- package/lib/models/transfer-number-result.d.ts +49 -0
- package/lib/models/transfer-number-result.d.ts.map +1 -0
- package/lib/models/transfer-number-result.js +15 -0
- package/lib/models/translation-simple-model.d.ts +55 -0
- package/lib/models/translation-simple-model.d.ts.map +1 -0
- package/lib/models/translation-simple-model.js +15 -0
- package/lib/models/update-deal-command.d.ts +0 -20
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +0 -13
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +3 -9
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +12 -8
- package/src/api/deals-api.ts +0 -532
- package/src/api/vonage-accounts-api.ts +354 -227
- package/src/api/vonage-applications-api.ts +12 -4
- package/src/api/vonage-numbers-api.ts +8 -4
- package/src/api/vonage-users-api.ts +153 -8
- package/src/models/appointment-type.ts +0 -1
- package/src/models/create-deal-command.ts +0 -24
- package/src/models/create-doctor-affiliation-command.ts +0 -15
- package/src/models/create-hospital-command.ts +4 -10
- package/src/models/deal-item-model.ts +0 -15
- package/src/models/deal-model.ts +0 -15
- package/src/models/doctor-affiliation-item-model.ts +6 -21
- package/src/models/doctor-affiliation-model.ts +6 -21
- package/src/models/hospital-domain-input-model.ts +57 -0
- package/src/models/hospital-domain-model.ts +57 -0
- package/src/models/hospital-feature-detail-input-model.ts +54 -0
- package/src/models/hospital-feature-detail-model.ts +63 -0
- package/src/models/hospital-feature-input-model.ts +39 -0
- package/src/models/{save-deal-appointment-timetable-overrides-command.ts → hospital-feature-model.ts} +12 -6
- package/src/models/hospital-item-model.ts +30 -6
- package/src/models/hospital-model.ts +30 -6
- package/src/models/index.ts +12 -8
- package/src/models/links.ts +19 -13
- package/src/models/{get-users-result-embedded.ts → list-users-result-embedded.ts} +3 -3
- package/src/models/{get-users-result.ts → list-users-result.ts} +10 -10
- package/src/models/survey-form-simple-mapping-model.ts +48 -0
- package/src/models/{feature-model.ts → transfer-number-command.ts} +17 -11
- package/src/models/transfer-number-result.ts +54 -0
- package/src/models/translation-simple-model.ts +60 -0
- package/src/models/update-deal-command.ts +0 -24
- package/src/models/update-doctor-affiliation-command.ts +0 -15
- package/src/models/update-hospital-command.ts +4 -10
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +0 -39
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +0 -1
- package/lib/models/feature-model.d.ts.map +0 -1
- package/lib/models/first.d.ts +0 -25
- package/lib/models/first.d.ts.map +0 -1
- package/lib/models/get-users-result-embedded.d.ts.map +0 -1
- package/lib/models/get-users-result.d.ts.map +0 -1
- package/lib/models/last.d.ts +0 -25
- package/lib/models/last.d.ts.map +0 -1
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +0 -26
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +0 -1
- package/lib/models/self.d.ts +0 -25
- package/lib/models/self.d.ts.map +0 -1
- package/src/models/batch-deal-appointment-timetables-command.ts +0 -48
- package/src/models/first.ts +0 -30
- package/src/models/last.ts +0 -30
- package/src/models/self.ts +0 -30
- /package/lib/models/{batch-deal-appointment-timetables-command.js → hospital-domain-input-model.js} +0 -0
- /package/lib/models/{feature-model.js → hospital-domain-model.js} +0 -0
- /package/lib/models/{first.js → hospital-feature-detail-input-model.js} +0 -0
- /package/lib/models/{get-users-result-embedded.js → hospital-feature-detail-model.js} +0 -0
- /package/lib/models/{get-users-result.js → hospital-feature-input-model.js} +0 -0
- /package/lib/models/{last.js → hospital-feature-model.js} +0 -0
- /package/lib/models/{save-deal-appointment-timetable-overrides-command.js → list-users-result-embedded.js} +0 -0
- /package/lib/models/{self.js → list-users-result.js} +0 -0
|
@@ -94,10 +94,14 @@ var VonageUsersApiAxiosParamCreator = function (configuration) {
|
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
+
* @summary Get all Vonage users.
|
|
98
|
+
* @param {number} [pageSize]
|
|
99
|
+
* @param {string} [order]
|
|
100
|
+
* @param {string} [cursor]
|
|
97
101
|
* @param {*} [options] Override http request option.
|
|
98
102
|
* @throws {RequiredError}
|
|
99
103
|
*/
|
|
100
|
-
apiV1VonageusersGet: function (options) {
|
|
104
|
+
apiV1VonageusersGet: function (pageSize, order, cursor, options) {
|
|
101
105
|
if (options === void 0) { options = {}; }
|
|
102
106
|
return __awaiter(_this, void 0, void 0, function () {
|
|
103
107
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -119,6 +123,15 @@ var VonageUsersApiAxiosParamCreator = function (configuration) {
|
|
|
119
123
|
// authentication oauth2 required
|
|
120
124
|
// oauth required
|
|
121
125
|
_a.sent();
|
|
126
|
+
if (pageSize !== undefined) {
|
|
127
|
+
localVarQueryParameter['PageSize'] = pageSize;
|
|
128
|
+
}
|
|
129
|
+
if (order !== undefined) {
|
|
130
|
+
localVarQueryParameter['Order'] = order;
|
|
131
|
+
}
|
|
132
|
+
if (cursor !== undefined) {
|
|
133
|
+
localVarQueryParameter['Cursor'] = cursor;
|
|
134
|
+
}
|
|
122
135
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
123
136
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
124
137
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -132,6 +145,7 @@ var VonageUsersApiAxiosParamCreator = function (configuration) {
|
|
|
132
145
|
},
|
|
133
146
|
/**
|
|
134
147
|
*
|
|
148
|
+
* @summary Delete Vonage user.
|
|
135
149
|
* @param {string} userId
|
|
136
150
|
* @param {*} [options] Override http request option.
|
|
137
151
|
* @throws {RequiredError}
|
|
@@ -172,6 +186,49 @@ var VonageUsersApiAxiosParamCreator = function (configuration) {
|
|
|
172
186
|
});
|
|
173
187
|
});
|
|
174
188
|
},
|
|
189
|
+
/**
|
|
190
|
+
*
|
|
191
|
+
* @summary Retrieve Vonage user.
|
|
192
|
+
* @param {string} userId
|
|
193
|
+
* @param {*} [options] Override http request option.
|
|
194
|
+
* @throws {RequiredError}
|
|
195
|
+
*/
|
|
196
|
+
apiV1VonageusersUserIdGet: function (userId, options) {
|
|
197
|
+
if (options === void 0) { options = {}; }
|
|
198
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
199
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
200
|
+
return __generator(this, function (_a) {
|
|
201
|
+
switch (_a.label) {
|
|
202
|
+
case 0:
|
|
203
|
+
// verify required parameter 'userId' is not null or undefined
|
|
204
|
+
(0, common_1.assertParamExists)('apiV1VonageusersUserIdGet', 'userId', userId);
|
|
205
|
+
localVarPath = "/api/v1/vonageusers/{userId}"
|
|
206
|
+
.replace("{".concat("userId", "}"), encodeURIComponent(String(userId)));
|
|
207
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
208
|
+
if (configuration) {
|
|
209
|
+
baseOptions = configuration.baseOptions;
|
|
210
|
+
}
|
|
211
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
212
|
+
localVarHeaderParameter = {};
|
|
213
|
+
localVarQueryParameter = {};
|
|
214
|
+
// authentication oauth2 required
|
|
215
|
+
// oauth required
|
|
216
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)];
|
|
217
|
+
case 1:
|
|
218
|
+
// authentication oauth2 required
|
|
219
|
+
// oauth required
|
|
220
|
+
_a.sent();
|
|
221
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
222
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
223
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
224
|
+
return [2 /*return*/, {
|
|
225
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
226
|
+
options: localVarRequestOptions,
|
|
227
|
+
}];
|
|
228
|
+
}
|
|
229
|
+
});
|
|
230
|
+
});
|
|
231
|
+
},
|
|
175
232
|
};
|
|
176
233
|
};
|
|
177
234
|
exports.VonageUsersApiAxiosParamCreator = VonageUsersApiAxiosParamCreator;
|
|
@@ -184,15 +241,19 @@ var VonageUsersApiFp = function (configuration) {
|
|
|
184
241
|
return {
|
|
185
242
|
/**
|
|
186
243
|
*
|
|
244
|
+
* @summary Get all Vonage users.
|
|
245
|
+
* @param {number} [pageSize]
|
|
246
|
+
* @param {string} [order]
|
|
247
|
+
* @param {string} [cursor]
|
|
187
248
|
* @param {*} [options] Override http request option.
|
|
188
249
|
* @throws {RequiredError}
|
|
189
250
|
*/
|
|
190
|
-
apiV1VonageusersGet: function (options) {
|
|
251
|
+
apiV1VonageusersGet: function (pageSize, order, cursor, options) {
|
|
191
252
|
return __awaiter(this, void 0, void 0, function () {
|
|
192
253
|
var localVarAxiosArgs;
|
|
193
254
|
return __generator(this, function (_a) {
|
|
194
255
|
switch (_a.label) {
|
|
195
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1VonageusersGet(options)];
|
|
256
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1VonageusersGet(pageSize, order, cursor, options)];
|
|
196
257
|
case 1:
|
|
197
258
|
localVarAxiosArgs = _a.sent();
|
|
198
259
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -202,6 +263,7 @@ var VonageUsersApiFp = function (configuration) {
|
|
|
202
263
|
},
|
|
203
264
|
/**
|
|
204
265
|
*
|
|
266
|
+
* @summary Delete Vonage user.
|
|
205
267
|
* @param {string} userId
|
|
206
268
|
* @param {*} [options] Override http request option.
|
|
207
269
|
* @throws {RequiredError}
|
|
@@ -219,6 +281,26 @@ var VonageUsersApiFp = function (configuration) {
|
|
|
219
281
|
});
|
|
220
282
|
});
|
|
221
283
|
},
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* @summary Retrieve Vonage user.
|
|
287
|
+
* @param {string} userId
|
|
288
|
+
* @param {*} [options] Override http request option.
|
|
289
|
+
* @throws {RequiredError}
|
|
290
|
+
*/
|
|
291
|
+
apiV1VonageusersUserIdGet: function (userId, options) {
|
|
292
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
293
|
+
var localVarAxiosArgs;
|
|
294
|
+
return __generator(this, function (_a) {
|
|
295
|
+
switch (_a.label) {
|
|
296
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1VonageusersUserIdGet(userId, options)];
|
|
297
|
+
case 1:
|
|
298
|
+
localVarAxiosArgs = _a.sent();
|
|
299
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
300
|
+
}
|
|
301
|
+
});
|
|
302
|
+
});
|
|
303
|
+
},
|
|
222
304
|
};
|
|
223
305
|
};
|
|
224
306
|
exports.VonageUsersApiFp = VonageUsersApiFp;
|
|
@@ -231,14 +313,19 @@ var VonageUsersApiFactory = function (configuration, basePath, axios) {
|
|
|
231
313
|
return {
|
|
232
314
|
/**
|
|
233
315
|
*
|
|
316
|
+
* @summary Get all Vonage users.
|
|
317
|
+
* @param {number} [pageSize]
|
|
318
|
+
* @param {string} [order]
|
|
319
|
+
* @param {string} [cursor]
|
|
234
320
|
* @param {*} [options] Override http request option.
|
|
235
321
|
* @throws {RequiredError}
|
|
236
322
|
*/
|
|
237
|
-
apiV1VonageusersGet: function (options) {
|
|
238
|
-
return localVarFp.apiV1VonageusersGet(options).then(function (request) { return request(axios, basePath); });
|
|
323
|
+
apiV1VonageusersGet: function (pageSize, order, cursor, options) {
|
|
324
|
+
return localVarFp.apiV1VonageusersGet(pageSize, order, cursor, options).then(function (request) { return request(axios, basePath); });
|
|
239
325
|
},
|
|
240
326
|
/**
|
|
241
327
|
*
|
|
328
|
+
* @summary Delete Vonage user.
|
|
242
329
|
* @param {string} userId
|
|
243
330
|
* @param {*} [options] Override http request option.
|
|
244
331
|
* @throws {RequiredError}
|
|
@@ -246,6 +333,16 @@ var VonageUsersApiFactory = function (configuration, basePath, axios) {
|
|
|
246
333
|
apiV1VonageusersUserIdDelete: function (userId, options) {
|
|
247
334
|
return localVarFp.apiV1VonageusersUserIdDelete(userId, options).then(function (request) { return request(axios, basePath); });
|
|
248
335
|
},
|
|
336
|
+
/**
|
|
337
|
+
*
|
|
338
|
+
* @summary Retrieve Vonage user.
|
|
339
|
+
* @param {string} userId
|
|
340
|
+
* @param {*} [options] Override http request option.
|
|
341
|
+
* @throws {RequiredError}
|
|
342
|
+
*/
|
|
343
|
+
apiV1VonageusersUserIdGet: function (userId, options) {
|
|
344
|
+
return localVarFp.apiV1VonageusersUserIdGet(userId, options).then(function (request) { return request(axios, basePath); });
|
|
345
|
+
},
|
|
249
346
|
};
|
|
250
347
|
};
|
|
251
348
|
exports.VonageUsersApiFactory = VonageUsersApiFactory;
|
|
@@ -262,16 +359,20 @@ var VonageUsersApi = /** @class */ (function (_super) {
|
|
|
262
359
|
}
|
|
263
360
|
/**
|
|
264
361
|
*
|
|
362
|
+
* @summary Get all Vonage users.
|
|
363
|
+
* @param {VonageUsersApiApiV1VonageusersGetRequest} requestParameters Request parameters.
|
|
265
364
|
* @param {*} [options] Override http request option.
|
|
266
365
|
* @throws {RequiredError}
|
|
267
366
|
* @memberof VonageUsersApi
|
|
268
367
|
*/
|
|
269
|
-
VonageUsersApi.prototype.apiV1VonageusersGet = function (options) {
|
|
368
|
+
VonageUsersApi.prototype.apiV1VonageusersGet = function (requestParameters, options) {
|
|
270
369
|
var _this = this;
|
|
271
|
-
|
|
370
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
371
|
+
return (0, exports.VonageUsersApiFp)(this.configuration).apiV1VonageusersGet(requestParameters.pageSize, requestParameters.order, requestParameters.cursor, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
272
372
|
};
|
|
273
373
|
/**
|
|
274
374
|
*
|
|
375
|
+
* @summary Delete Vonage user.
|
|
275
376
|
* @param {VonageUsersApiApiV1VonageusersUserIdDeleteRequest} requestParameters Request parameters.
|
|
276
377
|
* @param {*} [options] Override http request option.
|
|
277
378
|
* @throws {RequiredError}
|
|
@@ -281,6 +382,18 @@ var VonageUsersApi = /** @class */ (function (_super) {
|
|
|
281
382
|
var _this = this;
|
|
282
383
|
return (0, exports.VonageUsersApiFp)(this.configuration).apiV1VonageusersUserIdDelete(requestParameters.userId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
283
384
|
};
|
|
385
|
+
/**
|
|
386
|
+
*
|
|
387
|
+
* @summary Retrieve Vonage user.
|
|
388
|
+
* @param {VonageUsersApiApiV1VonageusersUserIdGetRequest} requestParameters Request parameters.
|
|
389
|
+
* @param {*} [options] Override http request option.
|
|
390
|
+
* @throws {RequiredError}
|
|
391
|
+
* @memberof VonageUsersApi
|
|
392
|
+
*/
|
|
393
|
+
VonageUsersApi.prototype.apiV1VonageusersUserIdGet = function (requestParameters, options) {
|
|
394
|
+
var _this = this;
|
|
395
|
+
return (0, exports.VonageUsersApiFp)(this.configuration).apiV1VonageusersUserIdGet(requestParameters.userId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
396
|
+
};
|
|
284
397
|
return VonageUsersApi;
|
|
285
398
|
}(base_1.BaseAPI));
|
|
286
399
|
exports.VonageUsersApi = VonageUsersApi;
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
export declare const AppointmentType: {
|
|
18
18
|
readonly Hospital: "Hospital";
|
|
19
19
|
readonly Doctor: "Doctor";
|
|
20
|
-
readonly Deal: "Deal";
|
|
21
20
|
readonly DealPackage: "DealPackage";
|
|
22
21
|
readonly HospitalSpecialty: "HospitalSpecialty";
|
|
23
22
|
readonly HospitalService: "HospitalService";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appointment-type.d.ts","sourceRoot":"","sources":["../../src/models/appointment-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"appointment-type.d.ts","sourceRoot":"","sources":["../../src/models/appointment-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,eAAe;;;;;;CAMlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
|
-
import { FeatureModel } from './feature-model';
|
|
14
12
|
import { MarketingType } from './marketing-type';
|
|
15
13
|
/**
|
|
16
14
|
*
|
|
@@ -66,29 +64,11 @@ export interface CreateDealCommand {
|
|
|
66
64
|
* @memberof CreateDealCommand
|
|
67
65
|
*/
|
|
68
66
|
'serviceDuration'?: number;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {string}
|
|
72
|
-
* @memberof CreateDealCommand
|
|
73
|
-
*/
|
|
74
|
-
'formUrl'?: string | null;
|
|
75
67
|
/**
|
|
76
68
|
*
|
|
77
69
|
* @type {number}
|
|
78
70
|
* @memberof CreateDealCommand
|
|
79
71
|
*/
|
|
80
72
|
'order'?: number;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @type {AppointmentOptionModel}
|
|
84
|
-
* @memberof CreateDealCommand
|
|
85
|
-
*/
|
|
86
|
-
'appointmentOption'?: AppointmentOptionModel;
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @type {FeatureModel}
|
|
90
|
-
* @memberof CreateDealCommand
|
|
91
|
-
*/
|
|
92
|
-
'feature'?: FeatureModel;
|
|
93
73
|
}
|
|
94
74
|
//# sourceMappingURL=create-deal-command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/create-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"create-deal-command.d.ts","sourceRoot":"","sources":["../../src/models/create-deal-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;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,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
|
-
import { FeatureModel } from './feature-model';
|
|
14
13
|
import { MediaModel } from './media-model';
|
|
15
14
|
/**
|
|
16
15
|
*
|
|
@@ -66,12 +65,6 @@ export interface CreateDoctorAffiliationCommand {
|
|
|
66
65
|
* @memberof CreateDoctorAffiliationCommand
|
|
67
66
|
*/
|
|
68
67
|
'customStyle'?: string | null;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {string}
|
|
72
|
-
* @memberof CreateDoctorAffiliationCommand
|
|
73
|
-
*/
|
|
74
|
-
'formUrl'?: string | null;
|
|
75
68
|
/**
|
|
76
69
|
*
|
|
77
70
|
* @type {number}
|
|
@@ -126,11 +119,5 @@ export interface CreateDoctorAffiliationCommand {
|
|
|
126
119
|
* @memberof CreateDoctorAffiliationCommand
|
|
127
120
|
*/
|
|
128
121
|
'appointmentOption'?: AppointmentOptionModel;
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
* @type {FeatureModel}
|
|
132
|
-
* @memberof CreateDoctorAffiliationCommand
|
|
133
|
-
*/
|
|
134
|
-
'feature'?: FeatureModel;
|
|
135
122
|
}
|
|
136
123
|
//# sourceMappingURL=create-doctor-affiliation-command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"create-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;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,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;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,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;CAChD"}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
|
-
import { FeatureModel } from './feature-model';
|
|
14
13
|
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
|
|
14
|
+
import { HospitalFeatureInputModel } from './hospital-feature-input-model';
|
|
15
15
|
import { LocationModel } from './location-model';
|
|
16
16
|
import { MarketingType } from './marketing-type';
|
|
17
17
|
/**
|
|
@@ -152,12 +152,6 @@ export interface CreateHospitalCommand {
|
|
|
152
152
|
* @memberof CreateHospitalCommand
|
|
153
153
|
*/
|
|
154
154
|
'paymentEnabled'?: boolean;
|
|
155
|
-
/**
|
|
156
|
-
*
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof CreateHospitalCommand
|
|
159
|
-
*/
|
|
160
|
-
'formUrl'?: string | null;
|
|
161
155
|
/**
|
|
162
156
|
*
|
|
163
157
|
* @type {string}
|
|
@@ -184,9 +178,9 @@ export interface CreateHospitalCommand {
|
|
|
184
178
|
'appointmentOption'?: AppointmentOptionModel;
|
|
185
179
|
/**
|
|
186
180
|
*
|
|
187
|
-
* @type {
|
|
181
|
+
* @type {HospitalFeatureInputModel}
|
|
188
182
|
* @memberof CreateHospitalCommand
|
|
189
183
|
*/
|
|
190
|
-
'feature'?:
|
|
184
|
+
'feature'?: HospitalFeatureInputModel;
|
|
191
185
|
}
|
|
192
186
|
//# sourceMappingURL=create-hospital-command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-hospital-command.d.ts","sourceRoot":"","sources":["../../src/models/create-hospital-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"create-hospital-command.d.ts","sourceRoot":"","sources":["../../src/models/create-hospital-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAGvF,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAG3E,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;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,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,+BAA+B,CAAC;IACvD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC;CACzC"}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
13
|
import { AuditableEntity } from './auditable-entity';
|
|
14
|
-
import { FeatureModel } from './feature-model';
|
|
15
14
|
import { MarketingType } from './marketing-type';
|
|
16
15
|
/**
|
|
17
16
|
*
|
|
@@ -97,12 +96,6 @@ export interface DealItemModel {
|
|
|
97
96
|
* @memberof DealItemModel
|
|
98
97
|
*/
|
|
99
98
|
'dealServicesCount'?: number;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @type {string}
|
|
103
|
-
* @memberof DealItemModel
|
|
104
|
-
*/
|
|
105
|
-
'formUrl'?: string | null;
|
|
106
99
|
/**
|
|
107
100
|
*
|
|
108
101
|
* @type {number}
|
|
@@ -115,12 +108,6 @@ export interface DealItemModel {
|
|
|
115
108
|
* @memberof DealItemModel
|
|
116
109
|
*/
|
|
117
110
|
'appointmentOption'?: AppointmentOptionModel;
|
|
118
|
-
/**
|
|
119
|
-
*
|
|
120
|
-
* @type {FeatureModel}
|
|
121
|
-
* @memberof DealItemModel
|
|
122
|
-
*/
|
|
123
|
-
'feature'?: FeatureModel;
|
|
124
111
|
/**
|
|
125
112
|
*
|
|
126
113
|
* @type {AuditableEntity}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-item-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"deal-item-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;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,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;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,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
13
|
import { AuditableEntity } from './auditable-entity';
|
|
14
|
-
import { FeatureModel } from './feature-model';
|
|
15
14
|
import { MarketingType } from './marketing-type';
|
|
16
15
|
/**
|
|
17
16
|
*
|
|
@@ -97,12 +96,6 @@ export interface DealModel {
|
|
|
97
96
|
* @memberof DealModel
|
|
98
97
|
*/
|
|
99
98
|
'dealServicesCount'?: number;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @type {string}
|
|
103
|
-
* @memberof DealModel
|
|
104
|
-
*/
|
|
105
|
-
'formUrl'?: string | null;
|
|
106
99
|
/**
|
|
107
100
|
*
|
|
108
101
|
* @type {number}
|
|
@@ -115,12 +108,6 @@ export interface DealModel {
|
|
|
115
108
|
* @memberof DealModel
|
|
116
109
|
*/
|
|
117
110
|
'appointmentOption'?: AppointmentOptionModel;
|
|
118
|
-
/**
|
|
119
|
-
*
|
|
120
|
-
* @type {FeatureModel}
|
|
121
|
-
* @memberof DealModel
|
|
122
|
-
*/
|
|
123
|
-
'feature'?: FeatureModel;
|
|
124
111
|
/**
|
|
125
112
|
*
|
|
126
113
|
* @type {AuditableEntity}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"deal-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;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,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;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,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;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,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
13
|
import { AuditableEntity } from './auditable-entity';
|
|
14
|
-
import { FeatureModel } from './feature-model';
|
|
15
14
|
import { MarketingType } from './marketing-type';
|
|
16
15
|
/**
|
|
17
16
|
*
|
|
@@ -25,6 +24,12 @@ export interface DoctorAffiliationItemModel {
|
|
|
25
24
|
* @memberof DoctorAffiliationItemModel
|
|
26
25
|
*/
|
|
27
26
|
'id'?: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof DoctorAffiliationItemModel
|
|
31
|
+
*/
|
|
32
|
+
'languageCode'?: string | null;
|
|
28
33
|
/**
|
|
29
34
|
*
|
|
30
35
|
* @type {string}
|
|
@@ -61,12 +66,6 @@ export interface DoctorAffiliationItemModel {
|
|
|
61
66
|
* @memberof DoctorAffiliationItemModel
|
|
62
67
|
*/
|
|
63
68
|
'doctorId'?: string;
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof DoctorAffiliationItemModel
|
|
68
|
-
*/
|
|
69
|
-
'languageCode'?: string | null;
|
|
70
69
|
/**
|
|
71
70
|
*
|
|
72
71
|
* @type {string}
|
|
@@ -109,12 +108,6 @@ export interface DoctorAffiliationItemModel {
|
|
|
109
108
|
* @memberof DoctorAffiliationItemModel
|
|
110
109
|
*/
|
|
111
110
|
'consultationFee'?: number | null;
|
|
112
|
-
/**
|
|
113
|
-
*
|
|
114
|
-
* @type {string}
|
|
115
|
-
* @memberof DoctorAffiliationItemModel
|
|
116
|
-
*/
|
|
117
|
-
'formUrl'?: string | null;
|
|
118
111
|
/**
|
|
119
112
|
*
|
|
120
113
|
* @type {number}
|
|
@@ -127,12 +120,6 @@ export interface DoctorAffiliationItemModel {
|
|
|
127
120
|
* @memberof DoctorAffiliationItemModel
|
|
128
121
|
*/
|
|
129
122
|
'appointmentOption'?: AppointmentOptionModel;
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
* @type {FeatureModel}
|
|
133
|
-
* @memberof DoctorAffiliationItemModel
|
|
134
|
-
*/
|
|
135
|
-
'feature'?: FeatureModel;
|
|
136
123
|
/**
|
|
137
124
|
*
|
|
138
125
|
* @type {AuditableEntity}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-affiliation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/doctor-affiliation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"doctor-affiliation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/doctor-affiliation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { AppointmentOptionModel } from './appointment-option-model';
|
|
13
13
|
import { AuditableEntity } from './auditable-entity';
|
|
14
|
-
import { FeatureModel } from './feature-model';
|
|
15
14
|
import { MarketingType } from './marketing-type';
|
|
16
15
|
import { MediaModel } from './media-model';
|
|
17
16
|
/**
|
|
@@ -26,6 +25,12 @@ export interface DoctorAffiliationModel {
|
|
|
26
25
|
* @memberof DoctorAffiliationModel
|
|
27
26
|
*/
|
|
28
27
|
'id'?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DoctorAffiliationModel
|
|
32
|
+
*/
|
|
33
|
+
'languageCode'?: string | null;
|
|
29
34
|
/**
|
|
30
35
|
*
|
|
31
36
|
* @type {string}
|
|
@@ -62,12 +67,6 @@ export interface DoctorAffiliationModel {
|
|
|
62
67
|
* @memberof DoctorAffiliationModel
|
|
63
68
|
*/
|
|
64
69
|
'doctorId'?: string;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof DoctorAffiliationModel
|
|
69
|
-
*/
|
|
70
|
-
'languageCode'?: string | null;
|
|
71
70
|
/**
|
|
72
71
|
*
|
|
73
72
|
* @type {string}
|
|
@@ -110,12 +109,6 @@ export interface DoctorAffiliationModel {
|
|
|
110
109
|
* @memberof DoctorAffiliationModel
|
|
111
110
|
*/
|
|
112
111
|
'consultationFee'?: number | null;
|
|
113
|
-
/**
|
|
114
|
-
*
|
|
115
|
-
* @type {string}
|
|
116
|
-
* @memberof DoctorAffiliationModel
|
|
117
|
-
*/
|
|
118
|
-
'formUrl'?: string | null;
|
|
119
112
|
/**
|
|
120
113
|
*
|
|
121
114
|
* @type {number}
|
|
@@ -128,12 +121,6 @@ export interface DoctorAffiliationModel {
|
|
|
128
121
|
* @memberof DoctorAffiliationModel
|
|
129
122
|
*/
|
|
130
123
|
'appointmentOption'?: AppointmentOptionModel;
|
|
131
|
-
/**
|
|
132
|
-
*
|
|
133
|
-
* @type {FeatureModel}
|
|
134
|
-
* @memberof DoctorAffiliationModel
|
|
135
|
-
*/
|
|
136
|
-
'feature'?: FeatureModel;
|
|
137
124
|
/**
|
|
138
125
|
*
|
|
139
126
|
* @type {AuditableEntity}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-affiliation-model.d.ts","sourceRoot":"","sources":["../../src/models/doctor-affiliation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"doctor-affiliation-model.d.ts","sourceRoot":"","sources":["../../src/models/doctor-affiliation-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;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,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;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,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,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@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 { HospitalFeatureDetailInputModel } from './hospital-feature-detail-input-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface HospitalDomainInputModel
|
|
17
|
+
*/
|
|
18
|
+
export interface HospitalDomainInputModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
22
|
+
* @memberof HospitalDomainInputModel
|
|
23
|
+
*/
|
|
24
|
+
'hospital'?: HospitalFeatureDetailInputModel;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
28
|
+
* @memberof HospitalDomainInputModel
|
|
29
|
+
*/
|
|
30
|
+
'doctor'?: HospitalFeatureDetailInputModel;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
34
|
+
* @memberof HospitalDomainInputModel
|
|
35
|
+
*/
|
|
36
|
+
'deal'?: HospitalFeatureDetailInputModel;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
40
|
+
* @memberof HospitalDomainInputModel
|
|
41
|
+
*/
|
|
42
|
+
'hospitalSpecialty'?: HospitalFeatureDetailInputModel;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {HospitalFeatureDetailInputModel}
|
|
46
|
+
* @memberof HospitalDomainInputModel
|
|
47
|
+
*/
|
|
48
|
+
'service'?: HospitalFeatureDetailInputModel;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=hospital-domain-input-model.d.ts.map
|