ch-admin-api-client-typescript 5.79.11 → 5.79.15

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.
Files changed (40) hide show
  1. package/lib/api/frequently-asked-questions-api.d.ts +524 -0
  2. package/lib/api/frequently-asked-questions-api.d.ts.map +1 -0
  3. package/lib/api/frequently-asked-questions-api.js +866 -0
  4. package/lib/api.d.ts +1 -0
  5. package/lib/api.d.ts.map +1 -1
  6. package/lib/api.js +1 -0
  7. package/lib/models/article-type.d.ts +1 -0
  8. package/lib/models/article-type.d.ts.map +1 -1
  9. package/lib/models/article-type.js +2 -1
  10. package/lib/models/create-frequently-asked-question-command.d.ts +112 -0
  11. package/lib/models/create-frequently-asked-question-command.d.ts.map +1 -0
  12. package/lib/models/create-frequently-asked-question-command.js +15 -0
  13. package/lib/models/frequently-asked-question-categories.d.ts +22 -0
  14. package/lib/models/frequently-asked-question-categories.d.ts.map +1 -0
  15. package/lib/models/frequently-asked-question-categories.js +25 -0
  16. package/lib/models/frequently-asked-question-item-model.d.ts +125 -0
  17. package/lib/models/frequently-asked-question-item-model.d.ts.map +1 -0
  18. package/lib/models/frequently-asked-question-item-model.js +15 -0
  19. package/lib/models/frequently-asked-question-model.d.ts +137 -0
  20. package/lib/models/frequently-asked-question-model.d.ts.map +1 -0
  21. package/lib/models/frequently-asked-question-model.js +15 -0
  22. package/lib/models/frequently-asked-question-status.d.ts +23 -0
  23. package/lib/models/frequently-asked-question-status.d.ts.map +1 -0
  24. package/lib/models/frequently-asked-question-status.js +26 -0
  25. package/lib/models/frequently-asked-question-subcategories.d.ts +24 -0
  26. package/lib/models/frequently-asked-question-subcategories.d.ts.map +1 -0
  27. package/lib/models/frequently-asked-question-subcategories.js +27 -0
  28. package/lib/models/frequently-asked-questions-model.d.ts +33 -0
  29. package/lib/models/frequently-asked-questions-model.d.ts.map +1 -0
  30. package/lib/models/frequently-asked-questions-model.js +15 -0
  31. package/lib/models/index.d.ts +9 -0
  32. package/lib/models/index.d.ts.map +1 -1
  33. package/lib/models/index.js +9 -0
  34. package/lib/models/translate-frequently-asked-question-command.d.ts +43 -0
  35. package/lib/models/translate-frequently-asked-question-command.d.ts.map +1 -0
  36. package/lib/models/translate-frequently-asked-question-command.js +15 -0
  37. package/lib/models/update-frequently-asked-question-command.d.ts +74 -0
  38. package/lib/models/update-frequently-asked-question-command.d.ts.map +1 -0
  39. package/lib/models/update-frequently-asked-question-command.js +15 -0
  40. package/package.json +1 -1
package/lib/api.d.ts CHANGED
@@ -37,6 +37,7 @@ export * from './api/faq-categories-api';
37
37
  export * from './api/faqs-api';
38
38
  export * from './api/form-results-api';
39
39
  export * from './api/form-templates-api';
40
+ export * from './api/frequently-asked-questions-api';
40
41
  export * from './api/general-articles-api';
41
42
  export * from './api/grades-api';
42
43
  export * from './api/hospital-branches-api';
package/lib/api.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC;AACvD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC;AACvD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC"}
package/lib/api.js CHANGED
@@ -55,6 +55,7 @@ __exportStar(require("./api/faq-categories-api"), exports);
55
55
  __exportStar(require("./api/faqs-api"), exports);
56
56
  __exportStar(require("./api/form-results-api"), exports);
57
57
  __exportStar(require("./api/form-templates-api"), exports);
58
+ __exportStar(require("./api/frequently-asked-questions-api"), exports);
58
59
  __exportStar(require("./api/general-articles-api"), exports);
59
60
  __exportStar(require("./api/grades-api"), exports);
60
61
  __exportStar(require("./api/hospital-branches-api"), exports);
@@ -22,6 +22,7 @@ export declare const ArticleType: {
22
22
  readonly MedicalContent: "MedicalContent";
23
23
  readonly Press: "Press";
24
24
  readonly Insights: "Insights";
25
+ readonly News: "News";
25
26
  };
26
27
  export type ArticleType = typeof ArticleType[keyof typeof ArticleType];
27
28
  //# sourceMappingURL=article-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"article-type.d.ts","sourceRoot":"","sources":["../../src/models/article-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,WAAW;;;;;;;;CAQd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"article-type.d.ts","sourceRoot":"","sources":["../../src/models/article-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,WAAW;;;;;;;;;CASd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
@@ -26,5 +26,6 @@ exports.ArticleType = {
26
26
  Tech: 'Tech',
27
27
  MedicalContent: 'MedicalContent',
28
28
  Press: 'Press',
29
- Insights: 'Insights'
29
+ Insights: 'Insights',
30
+ News: 'News'
30
31
  };
@@ -0,0 +1,112 @@
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 { FrequentlyAskedQuestionCategories } from './frequently-asked-question-categories';
13
+ import { FrequentlyAskedQuestionStatus } from './frequently-asked-question-status';
14
+ import { FrequentlyAskedQuestionSubcategories } from './frequently-asked-question-subcategories';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface CreateFrequentlyAskedQuestionCommand
19
+ */
20
+ export interface CreateFrequentlyAskedQuestionCommand {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof CreateFrequentlyAskedQuestionCommand
25
+ */
26
+ 'languageCode'?: string | null;
27
+ /**
28
+ *
29
+ * @type {FrequentlyAskedQuestionCategories}
30
+ * @memberof CreateFrequentlyAskedQuestionCommand
31
+ */
32
+ 'category'?: FrequentlyAskedQuestionCategories;
33
+ /**
34
+ *
35
+ * @type {FrequentlyAskedQuestionSubcategories}
36
+ * @memberof CreateFrequentlyAskedQuestionCommand
37
+ */
38
+ 'subcategory'?: FrequentlyAskedQuestionSubcategories;
39
+ /**
40
+ *
41
+ * @type {FrequentlyAskedQuestionStatus}
42
+ * @memberof CreateFrequentlyAskedQuestionCommand
43
+ */
44
+ 'status'?: FrequentlyAskedQuestionStatus;
45
+ /**
46
+ *
47
+ * @type {number}
48
+ * @memberof CreateFrequentlyAskedQuestionCommand
49
+ */
50
+ 'order'?: number;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof CreateFrequentlyAskedQuestionCommand
55
+ */
56
+ 'hospitalId'?: string | null;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof CreateFrequentlyAskedQuestionCommand
61
+ */
62
+ 'doctorAffiliationId'?: string | null;
63
+ /**
64
+ *
65
+ * @type {string}
66
+ * @memberof CreateFrequentlyAskedQuestionCommand
67
+ */
68
+ 'dealId'?: string | null;
69
+ /**
70
+ *
71
+ * @type {string}
72
+ * @memberof CreateFrequentlyAskedQuestionCommand
73
+ */
74
+ 'articleId'?: string | null;
75
+ /**
76
+ *
77
+ * @type {string}
78
+ * @memberof CreateFrequentlyAskedQuestionCommand
79
+ */
80
+ 'name'?: string | null;
81
+ /**
82
+ *
83
+ * @type {string}
84
+ * @memberof CreateFrequentlyAskedQuestionCommand
85
+ */
86
+ 'content'?: string | null;
87
+ /**
88
+ *
89
+ * @type {string}
90
+ * @memberof CreateFrequentlyAskedQuestionCommand
91
+ */
92
+ 'overview'?: string | null;
93
+ /**
94
+ *
95
+ * @type {string}
96
+ * @memberof CreateFrequentlyAskedQuestionCommand
97
+ */
98
+ 'description'?: string | null;
99
+ /**
100
+ *
101
+ * @type {string}
102
+ * @memberof CreateFrequentlyAskedQuestionCommand
103
+ */
104
+ 'markdown'?: string | null;
105
+ /**
106
+ *
107
+ * @type {boolean}
108
+ * @memberof CreateFrequentlyAskedQuestionCommand
109
+ */
110
+ 'isConfirmed'?: boolean;
111
+ }
112
+ //# sourceMappingURL=create-frequently-asked-question-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-frequently-asked-question-command.d.ts","sourceRoot":"","sources":["../../src/models/create-frequently-asked-question-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAG3F,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGnF,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AAEjG;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,iCAAiC,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,oCAAoC,CAAC;IACrD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,6BAA6B,CAAC;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
@@ -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,22 @@
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 FrequentlyAskedQuestionCategories: {
18
+ readonly Platform: "Platform";
19
+ readonly Hospital: "Hospital";
20
+ };
21
+ export type FrequentlyAskedQuestionCategories = typeof FrequentlyAskedQuestionCategories[keyof typeof FrequentlyAskedQuestionCategories];
22
+ //# sourceMappingURL=frequently-asked-question-categories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequently-asked-question-categories.d.ts","sourceRoot":"","sources":["../../src/models/frequently-asked-question-categories.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,iCAAiC;;;CAGpC,CAAC;AAEX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC"}
@@ -0,0 +1,25 @@
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.FrequentlyAskedQuestionCategories = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.FrequentlyAskedQuestionCategories = {
23
+ Platform: 'Platform',
24
+ Hospital: 'Hospital'
25
+ };
@@ -0,0 +1,125 @@
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 { FrequentlyAskedQuestionCategories } from './frequently-asked-question-categories';
14
+ import { FrequentlyAskedQuestionStatus } from './frequently-asked-question-status';
15
+ import { FrequentlyAskedQuestionSubcategories } from './frequently-asked-question-subcategories';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface FrequentlyAskedQuestionItemModel
20
+ */
21
+ export interface FrequentlyAskedQuestionItemModel {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof FrequentlyAskedQuestionItemModel
26
+ */
27
+ 'id'?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof FrequentlyAskedQuestionItemModel
32
+ */
33
+ 'languageCode'?: string | null;
34
+ /**
35
+ *
36
+ * @type {FrequentlyAskedQuestionCategories}
37
+ * @memberof FrequentlyAskedQuestionItemModel
38
+ */
39
+ 'category'?: FrequentlyAskedQuestionCategories;
40
+ /**
41
+ *
42
+ * @type {FrequentlyAskedQuestionSubcategories}
43
+ * @memberof FrequentlyAskedQuestionItemModel
44
+ */
45
+ 'subcategory'?: FrequentlyAskedQuestionSubcategories;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof FrequentlyAskedQuestionItemModel
50
+ */
51
+ 'hospitalId'?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof FrequentlyAskedQuestionItemModel
56
+ */
57
+ 'doctorAffiliationId'?: string | null;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof FrequentlyAskedQuestionItemModel
62
+ */
63
+ 'dealId'?: string | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof FrequentlyAskedQuestionItemModel
68
+ */
69
+ 'articleId'?: string | null;
70
+ /**
71
+ *
72
+ * @type {FrequentlyAskedQuestionStatus}
73
+ * @memberof FrequentlyAskedQuestionItemModel
74
+ */
75
+ 'status'?: FrequentlyAskedQuestionStatus;
76
+ /**
77
+ *
78
+ * @type {number}
79
+ * @memberof FrequentlyAskedQuestionItemModel
80
+ */
81
+ 'order'?: number;
82
+ /**
83
+ *
84
+ * @type {AuditableEntityModel}
85
+ * @memberof FrequentlyAskedQuestionItemModel
86
+ */
87
+ 'auditableEntity'?: AuditableEntityModel;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof FrequentlyAskedQuestionItemModel
92
+ */
93
+ 'name'?: string | null;
94
+ /**
95
+ *
96
+ * @type {boolean}
97
+ * @memberof FrequentlyAskedQuestionItemModel
98
+ */
99
+ 'isConfirmed'?: boolean;
100
+ /**
101
+ *
102
+ * @type {string}
103
+ * @memberof FrequentlyAskedQuestionItemModel
104
+ */
105
+ 'hospitalName'?: string | null;
106
+ /**
107
+ *
108
+ * @type {string}
109
+ * @memberof FrequentlyAskedQuestionItemModel
110
+ */
111
+ 'doctorName'?: string | null;
112
+ /**
113
+ *
114
+ * @type {string}
115
+ * @memberof FrequentlyAskedQuestionItemModel
116
+ */
117
+ 'dealName'?: string | null;
118
+ /**
119
+ *
120
+ * @type {string}
121
+ * @memberof FrequentlyAskedQuestionItemModel
122
+ */
123
+ 'articleName'?: string | null;
124
+ }
125
+ //# sourceMappingURL=frequently-asked-question-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequently-asked-question-item-model.d.ts","sourceRoot":"","sources":["../../src/models/frequently-asked-question-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAG3F,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGnF,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AAEjG;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,iCAAiC,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,oCAAoC,CAAC;IACrD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,6BAA6B,CAAC;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
@@ -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,137 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AuditableEntityModel } from './auditable-entity-model';
13
+ import { FrequentlyAskedQuestionCategories } from './frequently-asked-question-categories';
14
+ import { FrequentlyAskedQuestionStatus } from './frequently-asked-question-status';
15
+ import { FrequentlyAskedQuestionSubcategories } from './frequently-asked-question-subcategories';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface FrequentlyAskedQuestionModel
20
+ */
21
+ export interface FrequentlyAskedQuestionModel {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof FrequentlyAskedQuestionModel
26
+ */
27
+ 'id'?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof FrequentlyAskedQuestionModel
32
+ */
33
+ 'languageCode'?: string | null;
34
+ /**
35
+ *
36
+ * @type {FrequentlyAskedQuestionCategories}
37
+ * @memberof FrequentlyAskedQuestionModel
38
+ */
39
+ 'category'?: FrequentlyAskedQuestionCategories;
40
+ /**
41
+ *
42
+ * @type {FrequentlyAskedQuestionSubcategories}
43
+ * @memberof FrequentlyAskedQuestionModel
44
+ */
45
+ 'subcategory'?: FrequentlyAskedQuestionSubcategories;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof FrequentlyAskedQuestionModel
50
+ */
51
+ 'hospitalId'?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof FrequentlyAskedQuestionModel
56
+ */
57
+ 'doctorAffiliationId'?: string | null;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof FrequentlyAskedQuestionModel
62
+ */
63
+ 'dealId'?: string | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof FrequentlyAskedQuestionModel
68
+ */
69
+ 'articleId'?: string | null;
70
+ /**
71
+ *
72
+ * @type {FrequentlyAskedQuestionStatus}
73
+ * @memberof FrequentlyAskedQuestionModel
74
+ */
75
+ 'status'?: FrequentlyAskedQuestionStatus;
76
+ /**
77
+ *
78
+ * @type {number}
79
+ * @memberof FrequentlyAskedQuestionModel
80
+ */
81
+ 'order'?: number;
82
+ /**
83
+ *
84
+ * @type {AuditableEntityModel}
85
+ * @memberof FrequentlyAskedQuestionModel
86
+ */
87
+ 'auditableEntity'?: AuditableEntityModel;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof FrequentlyAskedQuestionModel
92
+ */
93
+ 'name'?: string | null;
94
+ /**
95
+ *
96
+ * @type {boolean}
97
+ * @memberof FrequentlyAskedQuestionModel
98
+ */
99
+ 'isConfirmed'?: boolean;
100
+ /**
101
+ *
102
+ * @type {string}
103
+ * @memberof FrequentlyAskedQuestionModel
104
+ */
105
+ 'hospitalName'?: string | null;
106
+ /**
107
+ *
108
+ * @type {string}
109
+ * @memberof FrequentlyAskedQuestionModel
110
+ */
111
+ 'doctorName'?: string | null;
112
+ /**
113
+ *
114
+ * @type {string}
115
+ * @memberof FrequentlyAskedQuestionModel
116
+ */
117
+ 'dealName'?: string | null;
118
+ /**
119
+ *
120
+ * @type {string}
121
+ * @memberof FrequentlyAskedQuestionModel
122
+ */
123
+ 'articleName'?: string | null;
124
+ /**
125
+ *
126
+ * @type {string}
127
+ * @memberof FrequentlyAskedQuestionModel
128
+ */
129
+ 'content'?: string | null;
130
+ /**
131
+ *
132
+ * @type {string}
133
+ * @memberof FrequentlyAskedQuestionModel
134
+ */
135
+ 'markdown'?: string | null;
136
+ }
137
+ //# sourceMappingURL=frequently-asked-question-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequently-asked-question-model.d.ts","sourceRoot":"","sources":["../../src/models/frequently-asked-question-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAG3F,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGnF,OAAO,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AAEjG;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,iCAAiC,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,oCAAoC,CAAC;IACrD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,6BAA6B,CAAC;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
@@ -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,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 FrequentlyAskedQuestionStatus: {
18
+ readonly Draft: "Draft";
19
+ readonly Active: "Active";
20
+ readonly Archived: "Archived";
21
+ };
22
+ export type FrequentlyAskedQuestionStatus = typeof FrequentlyAskedQuestionStatus[keyof typeof FrequentlyAskedQuestionStatus];
23
+ //# sourceMappingURL=frequently-asked-question-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequently-asked-question-status.d.ts","sourceRoot":"","sources":["../../src/models/frequently-asked-question-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,6BAA6B;;;;CAIhC,CAAC;AAEX,MAAM,MAAM,6BAA6B,GAAG,OAAO,6BAA6B,CAAC,MAAM,OAAO,6BAA6B,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.FrequentlyAskedQuestionStatus = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.FrequentlyAskedQuestionStatus = {
23
+ Draft: 'Draft',
24
+ Active: 'Active',
25
+ Archived: 'Archived'
26
+ };
@@ -0,0 +1,24 @@
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 FrequentlyAskedQuestionSubcategories: {
18
+ readonly Hospital: "Hospital";
19
+ readonly Doctor: "Doctor";
20
+ readonly Deal: "Deal";
21
+ readonly Article: "Article";
22
+ };
23
+ export type FrequentlyAskedQuestionSubcategories = typeof FrequentlyAskedQuestionSubcategories[keyof typeof FrequentlyAskedQuestionSubcategories];
24
+ //# sourceMappingURL=frequently-asked-question-subcategories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequently-asked-question-subcategories.d.ts","sourceRoot":"","sources":["../../src/models/frequently-asked-question-subcategories.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,oCAAoC;;;;;CAKvC,CAAC;AAEX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC"}
@@ -0,0 +1,27 @@
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.FrequentlyAskedQuestionSubcategories = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.FrequentlyAskedQuestionSubcategories = {
23
+ Hospital: 'Hospital',
24
+ Doctor: 'Doctor',
25
+ Deal: 'Deal',
26
+ Article: 'Article'
27
+ };