ch-admin-api-client-typescript 5.76.1 → 5.76.29

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 (85) hide show
  1. package/lib/api/ai-prompts-api.d.ts +13 -13
  2. package/lib/api/ai-prompts-api.d.ts.map +1 -1
  3. package/lib/api/general-articles-api.d.ts +1910 -0
  4. package/lib/api/general-articles-api.d.ts.map +1 -0
  5. package/lib/api/general-articles-api.js +2946 -0
  6. package/lib/api.d.ts +1 -0
  7. package/lib/api.d.ts.map +1 -1
  8. package/lib/api.js +1 -0
  9. package/lib/models/ai-prompt-with-content-model.d.ts +56 -0
  10. package/lib/models/ai-prompt-with-content-model.d.ts.map +1 -0
  11. package/lib/models/ai-prompt-with-content-model.js +15 -0
  12. package/lib/models/article-contributor-item-model.d.ts +3 -3
  13. package/lib/models/article-contributor-item-model.d.ts.map +1 -1
  14. package/lib/models/article-contributor-model.d.ts +3 -3
  15. package/lib/models/article-contributor-model.d.ts.map +1 -1
  16. package/lib/models/create-article-command.d.ts +0 -7
  17. package/lib/models/create-article-command.d.ts.map +1 -1
  18. package/lib/models/create-general-article-command.d.ts +125 -0
  19. package/lib/models/create-general-article-command.d.ts.map +1 -0
  20. package/lib/models/create-general-article-command.js +15 -0
  21. package/lib/models/create-general-article-contributor-command.d.ts +44 -0
  22. package/lib/models/create-general-article-contributor-command.d.ts.map +1 -0
  23. package/lib/models/create-general-article-contributor-command.js +15 -0
  24. package/lib/models/create-general-article-media-command.d.ts +50 -0
  25. package/lib/models/create-general-article-media-command.d.ts.map +1 -0
  26. package/lib/models/create-general-article-media-command.js +15 -0
  27. package/lib/models/create-general-article-source-command.d.ts +37 -0
  28. package/lib/models/create-general-article-source-command.d.ts.map +1 -0
  29. package/lib/models/create-general-article-source-command.js +15 -0
  30. package/lib/models/create-general-article-tag-command.d.ts +31 -0
  31. package/lib/models/create-general-article-tag-command.d.ts.map +1 -0
  32. package/lib/models/create-general-article-tag-command.js +15 -0
  33. package/lib/models/general-article-contributor-item-model.d.ts +99 -0
  34. package/lib/models/general-article-contributor-item-model.d.ts.map +1 -0
  35. package/lib/models/general-article-contributor-item-model.js +15 -0
  36. package/lib/models/general-article-contributor-model.d.ts +124 -0
  37. package/lib/models/general-article-contributor-model.d.ts.map +1 -0
  38. package/lib/models/general-article-contributor-model.js +15 -0
  39. package/lib/models/general-article-contributors-model.d.ts +33 -0
  40. package/lib/models/general-article-contributors-model.d.ts.map +1 -0
  41. package/lib/models/general-article-contributors-model.js +15 -0
  42. package/lib/models/general-article-item-model.d.ts +156 -0
  43. package/lib/models/general-article-item-model.d.ts.map +1 -0
  44. package/lib/models/general-article-item-model.js +15 -0
  45. package/lib/models/general-article-model.d.ts +186 -0
  46. package/lib/models/general-article-model.d.ts.map +1 -0
  47. package/lib/models/general-article-model.js +15 -0
  48. package/lib/models/general-article-sources-model.d.ts +33 -0
  49. package/lib/models/general-article-sources-model.d.ts.map +1 -0
  50. package/lib/models/general-article-sources-model.js +15 -0
  51. package/lib/models/general-article-tag-item-model.d.ts +31 -0
  52. package/lib/models/general-article-tag-item-model.d.ts.map +1 -0
  53. package/lib/models/general-article-tag-item-model.js +15 -0
  54. package/lib/models/general-article-tags-model.d.ts +33 -0
  55. package/lib/models/general-article-tags-model.d.ts.map +1 -0
  56. package/lib/models/general-article-tags-model.js +15 -0
  57. package/lib/models/general-articles-model.d.ts +33 -0
  58. package/lib/models/general-articles-model.d.ts.map +1 -0
  59. package/lib/models/general-articles-model.js +15 -0
  60. package/lib/models/index.d.ts +21 -0
  61. package/lib/models/index.d.ts.map +1 -1
  62. package/lib/models/index.js +21 -0
  63. package/lib/models/notification-model.d.ts +6 -0
  64. package/lib/models/notification-model.d.ts.map +1 -1
  65. package/lib/models/translate-general-article-command.d.ts +43 -0
  66. package/lib/models/translate-general-article-command.d.ts.map +1 -0
  67. package/lib/models/translate-general-article-command.js +15 -0
  68. package/lib/models/update-article-command.d.ts +0 -7
  69. package/lib/models/update-article-command.d.ts.map +1 -1
  70. package/lib/models/update-general-article-command.d.ts +137 -0
  71. package/lib/models/update-general-article-command.d.ts.map +1 -0
  72. package/lib/models/update-general-article-command.js +15 -0
  73. package/lib/models/update-general-article-contributor-command.d.ts +44 -0
  74. package/lib/models/update-general-article-contributor-command.d.ts.map +1 -0
  75. package/lib/models/update-general-article-contributor-command.js +15 -0
  76. package/lib/models/update-general-article-media-command.d.ts +50 -0
  77. package/lib/models/update-general-article-media-command.d.ts.map +1 -0
  78. package/lib/models/update-general-article-media-command.js +15 -0
  79. package/lib/models/update-general-article-source-command.d.ts +37 -0
  80. package/lib/models/update-general-article-source-command.d.ts.map +1 -0
  81. package/lib/models/update-general-article-source-command.js +15 -0
  82. package/lib/models/update-general-article-tag-command.d.ts +25 -0
  83. package/lib/models/update-general-article-tag-command.d.ts.map +1 -0
  84. package/lib/models/update-general-article-tag-command.js +15 -0
  85. 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/general-articles-api';
40
41
  export * from './api/grades-api';
41
42
  export * from './api/hospital-branches-api';
42
43
  export * from './api/hospital-groups-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,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,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/general-articles-api"), exports);
58
59
  __exportStar(require("./api/grades-api"), exports);
59
60
  __exportStar(require("./api/hospital-branches-api"), exports);
60
61
  __exportStar(require("./api/hospital-groups-api"), exports);
@@ -0,0 +1,56 @@
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 { AiPromptArgumentModel } from './ai-prompt-argument-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AiPromptWithContentModel
17
+ */
18
+ export interface AiPromptWithContentModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof AiPromptWithContentModel
23
+ */
24
+ 'aiPromptId'?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof AiPromptWithContentModel
29
+ */
30
+ 'name'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof AiPromptWithContentModel
35
+ */
36
+ 'description'?: string | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof AiPromptWithContentModel
41
+ */
42
+ 'tags'?: Array<string> | null;
43
+ /**
44
+ *
45
+ * @type {Array<AiPromptArgumentModel>}
46
+ * @memberof AiPromptWithContentModel
47
+ */
48
+ 'arguments'?: Array<AiPromptArgumentModel> | null;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof AiPromptWithContentModel
53
+ */
54
+ 'content'?: string | null;
55
+ }
56
+ //# sourceMappingURL=ai-prompt-with-content-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-prompt-with-content-model.d.ts","sourceRoot":"","sources":["../../src/models/ai-prompt-with-content-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;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 });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AuditableEntity } from './auditable-entity';
12
+ import { AuditableEntityModel } from './auditable-entity-model';
13
13
  import { ContributionType } from './contribution-type';
14
14
  /**
15
15
  *
@@ -91,9 +91,9 @@ export interface ArticleContributorItemModel {
91
91
  'order'?: number;
92
92
  /**
93
93
  *
94
- * @type {AuditableEntity}
94
+ * @type {AuditableEntityModel}
95
95
  * @memberof ArticleContributorItemModel
96
96
  */
97
- 'auditableEntity'?: AuditableEntity;
97
+ 'auditableEntity'?: AuditableEntityModel;
98
98
  }
99
99
  //# sourceMappingURL=article-contributor-item-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"article-contributor-item-model.d.ts","sourceRoot":"","sources":["../../src/models/article-contributor-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
1
+ {"version":3,"file":"article-contributor-item-model.d.ts","sourceRoot":"","sources":["../../src/models/article-contributor-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AuditableEntity } from './auditable-entity';
12
+ import { AuditableEntityModel } from './auditable-entity-model';
13
13
  import { ContributionType } from './contribution-type';
14
14
  import { SnsHandleModel } from './sns-handle-model';
15
15
  /**
@@ -92,10 +92,10 @@ export interface ArticleContributorModel {
92
92
  'order'?: number;
93
93
  /**
94
94
  *
95
- * @type {AuditableEntity}
95
+ * @type {AuditableEntityModel}
96
96
  * @memberof ArticleContributorModel
97
97
  */
98
- 'auditableEntity'?: AuditableEntity;
98
+ 'auditableEntity'?: AuditableEntityModel;
99
99
  /**
100
100
  *
101
101
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"article-contributor-model.d.ts","sourceRoot":"","sources":["../../src/models/article-contributor-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CAC1D"}
1
+ {"version":3,"file":"article-contributor-model.d.ts","sourceRoot":"","sources":["../../src/models/article-contributor-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CAC1D"}
@@ -11,7 +11,6 @@
11
11
  */
12
12
  import { ArticleStatus } from './article-status';
13
13
  import { ArticleTagItemModel } from './article-tag-item-model';
14
- import { ArticleType } from './article-type';
15
14
  import { MediaModel } from './media-model';
16
15
  /**
17
16
  *
@@ -61,12 +60,6 @@ export interface CreateArticleCommand {
61
60
  * @memberof CreateArticleCommand
62
61
  */
63
62
  'status'?: ArticleStatus;
64
- /**
65
- *
66
- * @type {ArticleType}
67
- * @memberof CreateArticleCommand
68
- */
69
- 'articleType'?: ArticleType;
70
63
  /**
71
64
  *
72
65
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"create-article-command.d.ts","sourceRoot":"","sources":["../../src/models/create-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,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;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,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;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,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"create-article-command.d.ts","sourceRoot":"","sources":["../../src/models/create-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,oBAAoB;IACjC;;;;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,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;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,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
@@ -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 { ArticleStatus } from './article-status';
13
+ import { ArticleType } from './article-type';
14
+ import { GeneralArticleTagItemModel } from './general-article-tag-item-model';
15
+ import { MediaModel } from './media-model';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface CreateGeneralArticleCommand
20
+ */
21
+ export interface CreateGeneralArticleCommand {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof CreateGeneralArticleCommand
26
+ */
27
+ 'languageCode'?: string | null;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof CreateGeneralArticleCommand
32
+ */
33
+ 'name'?: string | null;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof CreateGeneralArticleCommand
38
+ */
39
+ 'description'?: string | null;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof CreateGeneralArticleCommand
44
+ */
45
+ 'overview'?: string | null;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof CreateGeneralArticleCommand
50
+ */
51
+ 'content'?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof CreateGeneralArticleCommand
56
+ */
57
+ 'hospitalId'?: string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof CreateGeneralArticleCommand
62
+ */
63
+ 'articleCategoryId'?: string | null;
64
+ /**
65
+ *
66
+ * @type {ArticleStatus}
67
+ * @memberof CreateGeneralArticleCommand
68
+ */
69
+ 'status'?: ArticleStatus;
70
+ /**
71
+ *
72
+ * @type {ArticleType}
73
+ * @memberof CreateGeneralArticleCommand
74
+ */
75
+ 'articleType'?: ArticleType;
76
+ /**
77
+ *
78
+ * @type {string}
79
+ * @memberof CreateGeneralArticleCommand
80
+ */
81
+ 'youtubeUrl'?: string | null;
82
+ /**
83
+ *
84
+ * @type {string}
85
+ * @memberof CreateGeneralArticleCommand
86
+ */
87
+ 'photo'?: string | null;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof CreateGeneralArticleCommand
92
+ */
93
+ 'photoThumbnail'?: string | null;
94
+ /**
95
+ *
96
+ * @type {string}
97
+ * @memberof CreateGeneralArticleCommand
98
+ */
99
+ 'background'?: string | null;
100
+ /**
101
+ *
102
+ * @type {string}
103
+ * @memberof CreateGeneralArticleCommand
104
+ */
105
+ 'backgroundThumbnail'?: string | null;
106
+ /**
107
+ *
108
+ * @type {string}
109
+ * @memberof CreateGeneralArticleCommand
110
+ */
111
+ 'customStyle'?: string | null;
112
+ /**
113
+ *
114
+ * @type {Array<GeneralArticleTagItemModel>}
115
+ * @memberof CreateGeneralArticleCommand
116
+ */
117
+ 'tags'?: Array<GeneralArticleTagItemModel> | null;
118
+ /**
119
+ *
120
+ * @type {Array<MediaModel>}
121
+ * @memberof CreateGeneralArticleCommand
122
+ */
123
+ 'medias'?: Array<MediaModel> | null;
124
+ }
125
+ //# sourceMappingURL=create-general-article-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-general-article-command.d.ts","sourceRoot":"","sources":["../../src/models/create-general-article-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;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,MAAM,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAClD;;;;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,44 @@
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 { ContributionType } from './contribution-type';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateGeneralArticleContributorCommand
17
+ */
18
+ export interface CreateGeneralArticleContributorCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof CreateGeneralArticleContributorCommand
23
+ */
24
+ 'languageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {ContributionType}
28
+ * @memberof CreateGeneralArticleContributorCommand
29
+ */
30
+ 'type'?: ContributionType;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof CreateGeneralArticleContributorCommand
35
+ */
36
+ 'filter'?: string | null;
37
+ /**
38
+ *
39
+ * @type {number}
40
+ * @memberof CreateGeneralArticleContributorCommand
41
+ */
42
+ 'order'?: number;
43
+ }
44
+ //# sourceMappingURL=create-general-article-contributor-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-general-article-contributor-command.d.ts","sourceRoot":"","sources":["../../src/models/create-general-article-contributor-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,50 @@
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 { MediaType } from './media-type';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateGeneralArticleMediaCommand
17
+ */
18
+ export interface CreateGeneralArticleMediaCommand {
19
+ /**
20
+ *
21
+ * @type {MediaType}
22
+ * @memberof CreateGeneralArticleMediaCommand
23
+ */
24
+ 'mediaType'?: MediaType;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof CreateGeneralArticleMediaCommand
29
+ */
30
+ 'url'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof CreateGeneralArticleMediaCommand
35
+ */
36
+ 'thumbnailUrl'?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof CreateGeneralArticleMediaCommand
41
+ */
42
+ 'description'?: string | null;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof CreateGeneralArticleMediaCommand
47
+ */
48
+ 'order'?: number;
49
+ }
50
+ //# sourceMappingURL=create-general-article-media-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-general-article-media-command.d.ts","sourceRoot":"","sources":["../../src/models/create-general-article-media-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateGeneralArticleSourceCommand
16
+ */
17
+ export interface CreateGeneralArticleSourceCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CreateGeneralArticleSourceCommand
22
+ */
23
+ 'name'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CreateGeneralArticleSourceCommand
28
+ */
29
+ 'referenceUrl'?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof CreateGeneralArticleSourceCommand
34
+ */
35
+ 'order'?: number;
36
+ }
37
+ //# sourceMappingURL=create-general-article-source-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-general-article-source-command.d.ts","sourceRoot":"","sources":["../../src/models/create-general-article-source-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateGeneralArticleTagCommand
16
+ */
17
+ export interface CreateGeneralArticleTagCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CreateGeneralArticleTagCommand
22
+ */
23
+ 'tagId'?: string | null;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof CreateGeneralArticleTagCommand
28
+ */
29
+ 'order'?: number;
30
+ }
31
+ //# sourceMappingURL=create-general-article-tag-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-general-article-tag-command.d.ts","sourceRoot":"","sources":["../../src/models/create-general-article-tag-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });