ch-admin-api-client-typescript 5.59.2 → 5.61.0
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 +108 -108
- package/lib/api/articles-api.js +108 -108
- package/lib/api/call-histories-api.d.ts +8 -8
- package/lib/api/call-histories-api.js +8 -8
- package/lib/api/contributors-api.d.ts +12 -12
- package/lib/api/contributors-api.js +12 -12
- package/lib/api/curation-categories-api.d.ts +8 -8
- package/lib/api/curation-categories-api.js +8 -8
- package/lib/api/currencies-api.d.ts +8 -8
- package/lib/api/currencies-api.js +8 -8
- package/lib/api/dash-board-api.d.ts +20 -20
- package/lib/api/dash-board-api.js +20 -20
- package/lib/api/deals-api.d.ts +100 -100
- package/lib/api/deals-api.js +100 -100
- package/lib/api/faq-categories-api.d.ts +28 -28
- package/lib/api/faq-categories-api.js +28 -28
- package/lib/api/faqs-api.d.ts +64 -64
- package/lib/api/faqs-api.js +64 -64
- package/lib/api/form-templates-api.d.ts +4 -4
- package/lib/api/form-templates-api.js +4 -4
- package/lib/api/hospitals-api.d.ts +476 -476
- package/lib/api/hospitals-api.js +476 -476
- package/lib/api/services-api.d.ts +12 -12
- package/lib/api/services-api.js +12 -12
- package/lib/api/services-categories-api.d.ts +8 -8
- package/lib/api/services-categories-api.js +8 -8
- package/lib/api/survey-forms-api.d.ts +8 -8
- package/lib/api/survey-forms-api.js +8 -8
- package/lib/api/translation-api.d.ts +47 -0
- package/lib/api/translation-api.d.ts.map +1 -1
- package/lib/api/translation-api.js +90 -0
- package/lib/api/users-api.d.ts +92 -0
- package/lib/api/users-api.d.ts.map +1 -1
- package/lib/api/users-api.js +178 -0
- package/lib/models/contact-type.d.ts +1 -0
- package/lib/models/contact-type.d.ts.map +1 -1
- package/lib/models/contact-type.js +2 -1
- package/lib/models/general-user-item-model.d.ts +6 -0
- package/lib/models/general-user-item-model.d.ts.map +1 -1
- package/lib/models/general-user-model.d.ts +6 -0
- package/lib/models/general-user-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -0
- package/lib/models/translation-persona-type.d.ts +23 -0
- package/lib/models/translation-persona-type.d.ts.map +1 -0
- package/lib/models/translation-persona-type.js +26 -0
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const TranslationPersonaType: {
|
|
18
|
+
readonly Simple: "Simple";
|
|
19
|
+
readonly Descriptive: "Descriptive";
|
|
20
|
+
readonly ReWriter: "ReWriter";
|
|
21
|
+
};
|
|
22
|
+
export type TranslationPersonaType = typeof TranslationPersonaType[keyof typeof TranslationPersonaType];
|
|
23
|
+
//# sourceMappingURL=translation-persona-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translation-persona-type.d.ts","sourceRoot":"","sources":["../../src/models/translation-persona-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 });
|
|
16
|
+
exports.TranslationPersonaType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.TranslationPersonaType = {
|
|
23
|
+
Simple: 'Simple',
|
|
24
|
+
Descriptive: 'Descriptive',
|
|
25
|
+
ReWriter: 'ReWriter'
|
|
26
|
+
};
|