ch-admin-api-client-typescript 5.73.27 → 5.73.34

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 (36) hide show
  1. package/lib/api/article-categories-api.d.ts +477 -0
  2. package/lib/api/article-categories-api.d.ts.map +1 -0
  3. package/lib/api/article-categories-api.js +836 -0
  4. package/lib/api/articles-api.d.ts +46 -0
  5. package/lib/api/articles-api.d.ts.map +1 -1
  6. package/lib/api/articles-api.js +89 -0
  7. package/lib/api/hospitals-api.d.ts +24 -24
  8. package/lib/api/hospitals-api.js +24 -24
  9. package/lib/api.d.ts +1 -0
  10. package/lib/api.d.ts.map +1 -1
  11. package/lib/api.js +1 -0
  12. package/lib/models/article-category-item-model.d.ts +86 -0
  13. package/lib/models/article-category-item-model.d.ts.map +1 -0
  14. package/lib/models/article-category-item-model.js +15 -0
  15. package/lib/models/article-category-model.d.ts +93 -0
  16. package/lib/models/article-category-model.d.ts.map +1 -0
  17. package/lib/models/article-category-model.js +15 -0
  18. package/lib/models/article-type.d.ts +3 -0
  19. package/lib/models/article-type.d.ts.map +1 -1
  20. package/lib/models/article-type.js +4 -1
  21. package/lib/models/articles-categories-model.d.ts +33 -0
  22. package/lib/models/articles-categories-model.d.ts.map +1 -0
  23. package/lib/models/articles-categories-model.js +15 -0
  24. package/lib/models/create-article-category-command.d.ts +74 -0
  25. package/lib/models/create-article-category-command.d.ts.map +1 -0
  26. package/lib/models/create-article-category-command.js +15 -0
  27. package/lib/models/index.d.ts +6 -0
  28. package/lib/models/index.d.ts.map +1 -1
  29. package/lib/models/index.js +6 -0
  30. package/lib/models/translate-article-category-command.d.ts +43 -0
  31. package/lib/models/translate-article-category-command.d.ts.map +1 -0
  32. package/lib/models/translate-article-category-command.js +15 -0
  33. package/lib/models/update-article-category-command.d.ts +80 -0
  34. package/lib/models/update-article-category-command.d.ts.map +1 -0
  35. package/lib/models/update-article-category-command.js +15 -0
  36. package/package.json +1 -1
@@ -6588,7 +6588,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6588
6588
  },
6589
6589
  /**
6590
6590
  *
6591
- * @summary Get file content (Auth policies: RequireLocalManagerRole)
6591
+ * @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
6592
6592
  * @param {string} hospitalId
6593
6593
  * @param {string} containerId
6594
6594
  * @param {string} fileId
@@ -6643,7 +6643,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6643
6643
  },
6644
6644
  /**
6645
6645
  *
6646
- * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
6646
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
6647
6647
  * @param {string} hospitalId
6648
6648
  * @param {string} containerId
6649
6649
  * @param {string} fileId
@@ -6889,7 +6889,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6889
6889
  },
6890
6890
  /**
6891
6891
  *
6892
- * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
6892
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
6893
6893
  * @param {string} hospitalId
6894
6894
  * @param {string} fileName
6895
6895
  * @param {*} [options] Override http request option.
@@ -6940,7 +6940,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6940
6940
  },
6941
6941
  /**
6942
6942
  *
6943
- * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
6943
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
6944
6944
  * @param {string} hospitalId
6945
6945
  * @param {string} fileName
6946
6946
  * @param {number} [minutesAvailableUntil]
@@ -6995,7 +6995,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6995
6995
  },
6996
6996
  /**
6997
6997
  *
6998
- * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
6998
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
6999
6999
  * @param {string} hospitalId
7000
7000
  * @param {string} [uri]
7001
7001
  * @param {*} [options] Override http request option.
@@ -7102,7 +7102,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7102
7102
  },
7103
7103
  /**
7104
7104
  *
7105
- * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
7105
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
7106
7106
  * @param {string} hospitalId
7107
7107
  * @param {string} [uri]
7108
7108
  * @param {number} [minutesAvailableUntil]
@@ -13217,7 +13217,7 @@ var HospitalsApiFp = function (configuration) {
13217
13217
  },
13218
13218
  /**
13219
13219
  *
13220
- * @summary Get file content (Auth policies: RequireLocalManagerRole)
13220
+ * @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
13221
13221
  * @param {string} hospitalId
13222
13222
  * @param {string} containerId
13223
13223
  * @param {string} fileId
@@ -13239,7 +13239,7 @@ var HospitalsApiFp = function (configuration) {
13239
13239
  },
13240
13240
  /**
13241
13241
  *
13242
- * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
13242
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
13243
13243
  * @param {string} hospitalId
13244
13244
  * @param {string} containerId
13245
13245
  * @param {string} fileId
@@ -13333,7 +13333,7 @@ var HospitalsApiFp = function (configuration) {
13333
13333
  },
13334
13334
  /**
13335
13335
  *
13336
- * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
13336
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
13337
13337
  * @param {string} hospitalId
13338
13338
  * @param {string} fileName
13339
13339
  * @param {*} [options] Override http request option.
@@ -13354,7 +13354,7 @@ var HospitalsApiFp = function (configuration) {
13354
13354
  },
13355
13355
  /**
13356
13356
  *
13357
- * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
13357
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
13358
13358
  * @param {string} hospitalId
13359
13359
  * @param {string} fileName
13360
13360
  * @param {number} [minutesAvailableUntil]
@@ -13376,7 +13376,7 @@ var HospitalsApiFp = function (configuration) {
13376
13376
  },
13377
13377
  /**
13378
13378
  *
13379
- * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
13379
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
13380
13380
  * @param {string} hospitalId
13381
13381
  * @param {string} [uri]
13382
13382
  * @param {*} [options] Override http request option.
@@ -13418,7 +13418,7 @@ var HospitalsApiFp = function (configuration) {
13418
13418
  },
13419
13419
  /**
13420
13420
  *
13421
- * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
13421
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
13422
13422
  * @param {string} hospitalId
13423
13423
  * @param {string} [uri]
13424
13424
  * @param {number} [minutesAvailableUntil]
@@ -16200,7 +16200,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16200
16200
  },
16201
16201
  /**
16202
16202
  *
16203
- * @summary Get file content (Auth policies: RequireLocalManagerRole)
16203
+ * @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
16204
16204
  * @param {string} hospitalId
16205
16205
  * @param {string} containerId
16206
16206
  * @param {string} fileId
@@ -16212,7 +16212,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16212
16212
  },
16213
16213
  /**
16214
16214
  *
16215
- * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
16215
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
16216
16216
  * @param {string} hospitalId
16217
16217
  * @param {string} containerId
16218
16218
  * @param {string} fileId
@@ -16266,7 +16266,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16266
16266
  },
16267
16267
  /**
16268
16268
  *
16269
- * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
16269
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
16270
16270
  * @param {string} hospitalId
16271
16271
  * @param {string} fileName
16272
16272
  * @param {*} [options] Override http request option.
@@ -16277,7 +16277,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16277
16277
  },
16278
16278
  /**
16279
16279
  *
16280
- * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
16280
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
16281
16281
  * @param {string} hospitalId
16282
16282
  * @param {string} fileName
16283
16283
  * @param {number} [minutesAvailableUntil]
@@ -16289,7 +16289,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16289
16289
  },
16290
16290
  /**
16291
16291
  *
16292
- * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
16292
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
16293
16293
  * @param {string} hospitalId
16294
16294
  * @param {string} [uri]
16295
16295
  * @param {*} [options] Override http request option.
@@ -16311,7 +16311,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16311
16311
  },
16312
16312
  /**
16313
16313
  *
16314
- * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
16314
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
16315
16315
  * @param {string} hospitalId
16316
16316
  * @param {string} [uri]
16317
16317
  * @param {number} [minutesAvailableUntil]
@@ -18476,7 +18476,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18476
18476
  };
18477
18477
  /**
18478
18478
  *
18479
- * @summary Get file content (Auth policies: RequireLocalManagerRole)
18479
+ * @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
18480
18480
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest} requestParameters Request parameters.
18481
18481
  * @param {*} [options] Override http request option.
18482
18482
  * @throws {RequiredError}
@@ -18488,7 +18488,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18488
18488
  };
18489
18489
  /**
18490
18490
  *
18491
- * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
18491
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
18492
18492
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdReadGetRequest} requestParameters Request parameters.
18493
18493
  * @param {*} [options] Override http request option.
18494
18494
  * @throws {RequiredError}
@@ -18536,7 +18536,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18536
18536
  };
18537
18537
  /**
18538
18538
  *
18539
- * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
18539
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
18540
18540
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest} requestParameters Request parameters.
18541
18541
  * @param {*} [options] Override http request option.
18542
18542
  * @throws {RequiredError}
@@ -18548,7 +18548,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18548
18548
  };
18549
18549
  /**
18550
18550
  *
18551
- * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
18551
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
18552
18552
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest} requestParameters Request parameters.
18553
18553
  * @param {*} [options] Override http request option.
18554
18554
  * @throws {RequiredError}
@@ -18560,7 +18560,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18560
18560
  };
18561
18561
  /**
18562
18562
  *
18563
- * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
18563
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
18564
18564
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest} requestParameters Request parameters.
18565
18565
  * @param {*} [options] Override http request option.
18566
18566
  * @throws {RequiredError}
@@ -18584,7 +18584,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18584
18584
  };
18585
18585
  /**
18586
18586
  *
18587
- * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
18587
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
18588
18588
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest} requestParameters Request parameters.
18589
18589
  * @param {*} [options] Override http request option.
18590
18590
  * @throws {RequiredError}
package/lib/api.d.ts CHANGED
@@ -13,6 +13,7 @@ export * from './api/about-us-api';
13
13
  export * from './api/accreditations-api';
14
14
  export * from './api/app-version-api';
15
15
  export * from './api/appointments-api';
16
+ export * from './api/article-categories-api';
16
17
  export * from './api/articles-api';
17
18
  export * from './api/azure-functions-app-webhooks-api';
18
19
  export * from './api/chadmins-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,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,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,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"}
package/lib/api.js CHANGED
@@ -31,6 +31,7 @@ __exportStar(require("./api/about-us-api"), exports);
31
31
  __exportStar(require("./api/accreditations-api"), exports);
32
32
  __exportStar(require("./api/app-version-api"), exports);
33
33
  __exportStar(require("./api/appointments-api"), exports);
34
+ __exportStar(require("./api/article-categories-api"), exports);
34
35
  __exportStar(require("./api/articles-api"), exports);
35
36
  __exportStar(require("./api/azure-functions-app-webhooks-api"), exports);
36
37
  __exportStar(require("./api/chadmins-api"), exports);
@@ -0,0 +1,86 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ArticleType } from './article-type';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ArticleCategoryItemModel
17
+ */
18
+ export interface ArticleCategoryItemModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof ArticleCategoryItemModel
23
+ */
24
+ 'languageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ArticleCategoryItemModel
29
+ */
30
+ 'id'?: string;
31
+ /**
32
+ *
33
+ * @type {ArticleType}
34
+ * @memberof ArticleCategoryItemModel
35
+ */
36
+ 'articleType'?: ArticleType;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ArticleCategoryItemModel
41
+ */
42
+ 'parentArticleCategoryId'?: string | null;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof ArticleCategoryItemModel
47
+ */
48
+ 'order'?: number;
49
+ /**
50
+ *
51
+ * @type {number}
52
+ * @memberof ArticleCategoryItemModel
53
+ */
54
+ 'level'?: number;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof ArticleCategoryItemModel
59
+ */
60
+ 'hierarchyPath'?: string | null;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof ArticleCategoryItemModel
65
+ */
66
+ 'hierarchyOrder'?: string | null;
67
+ /**
68
+ *
69
+ * @type {string}
70
+ * @memberof ArticleCategoryItemModel
71
+ */
72
+ 'name'?: string | null;
73
+ /**
74
+ *
75
+ * @type {string}
76
+ * @memberof ArticleCategoryItemModel
77
+ */
78
+ 'slug'?: string | null;
79
+ /**
80
+ *
81
+ * @type {boolean}
82
+ * @memberof ArticleCategoryItemModel
83
+ */
84
+ 'isConfirmed'?: boolean;
85
+ }
86
+ //# sourceMappingURL=article-category-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"article-category-item-model.d.ts","sourceRoot":"","sources":["../../src/models/article-category-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;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,93 @@
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 { ArticleType } from './article-type';
13
+ import { AuditableEntityModel } from './auditable-entity-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ArticleCategoryModel
18
+ */
19
+ export interface ArticleCategoryModel {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof ArticleCategoryModel
24
+ */
25
+ 'languageCode'?: string | null;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof ArticleCategoryModel
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ *
34
+ * @type {ArticleType}
35
+ * @memberof ArticleCategoryModel
36
+ */
37
+ 'articleType'?: ArticleType;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof ArticleCategoryModel
42
+ */
43
+ 'parentArticleCategoryId'?: string | null;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof ArticleCategoryModel
48
+ */
49
+ 'order'?: number;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof ArticleCategoryModel
54
+ */
55
+ 'level'?: number;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof ArticleCategoryModel
60
+ */
61
+ 'hierarchyPath'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof ArticleCategoryModel
66
+ */
67
+ 'hierarchyOrder'?: string | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof ArticleCategoryModel
72
+ */
73
+ 'name'?: string | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof ArticleCategoryModel
78
+ */
79
+ 'slug'?: string | null;
80
+ /**
81
+ *
82
+ * @type {boolean}
83
+ * @memberof ArticleCategoryModel
84
+ */
85
+ 'isConfirmed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {AuditableEntityModel}
89
+ * @memberof ArticleCategoryModel
90
+ */
91
+ 'auditableEntity'?: AuditableEntityModel;
92
+ }
93
+ //# sourceMappingURL=article-category-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"article-category-model.d.ts","sourceRoot":"","sources":["../../src/models/article-category-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
@@ -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 });
@@ -19,6 +19,9 @@ export declare const ArticleType: {
19
19
  readonly GeneralHealth: "GeneralHealth";
20
20
  readonly Beauty: "Beauty";
21
21
  readonly Tech: "Tech";
22
+ readonly MedicalContent: "MedicalContent";
23
+ readonly Press: "Press";
24
+ readonly Insights: "Insights";
22
25
  };
23
26
  export type ArticleType = typeof ArticleType[keyof typeof ArticleType];
24
27
  //# 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;;;;;CAKd,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;;;;;;;;CAQd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
@@ -23,5 +23,8 @@ exports.ArticleType = {
23
23
  All: 'All',
24
24
  GeneralHealth: 'GeneralHealth',
25
25
  Beauty: 'Beauty',
26
- Tech: 'Tech'
26
+ Tech: 'Tech',
27
+ MedicalContent: 'MedicalContent',
28
+ Press: 'Press',
29
+ Insights: 'Insights'
27
30
  };
@@ -0,0 +1,33 @@
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 { ArticleCategoryItemModel } from './article-category-item-model';
13
+ import { PagedListMetaData } from './paged-list-meta-data';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ArticlesCategoriesModel
18
+ */
19
+ export interface ArticlesCategoriesModel {
20
+ /**
21
+ *
22
+ * @type {Array<ArticleCategoryItemModel>}
23
+ * @memberof ArticlesCategoriesModel
24
+ */
25
+ 'items'?: Array<ArticleCategoryItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof ArticlesCategoriesModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=articles-categories-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"articles-categories-model.d.ts","sourceRoot":"","sources":["../../src/models/articles-categories-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACjD;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -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,74 @@
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 { ArticleType } from './article-type';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateArticleCategoryCommand
17
+ */
18
+ export interface CreateArticleCategoryCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof CreateArticleCategoryCommand
23
+ */
24
+ 'languageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {ArticleType}
28
+ * @memberof CreateArticleCategoryCommand
29
+ */
30
+ 'articleType'?: ArticleType;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof CreateArticleCategoryCommand
35
+ */
36
+ 'parentArticleCategoryId'?: string | null;
37
+ /**
38
+ *
39
+ * @type {number}
40
+ * @memberof CreateArticleCategoryCommand
41
+ */
42
+ 'order'?: number;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof CreateArticleCategoryCommand
47
+ */
48
+ 'name'?: string | null;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof CreateArticleCategoryCommand
53
+ */
54
+ 'description'?: string | null;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof CreateArticleCategoryCommand
59
+ */
60
+ 'content'?: string | null;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof CreateArticleCategoryCommand
65
+ */
66
+ 'overview'?: string | null;
67
+ /**
68
+ *
69
+ * @type {boolean}
70
+ * @memberof CreateArticleCategoryCommand
71
+ */
72
+ 'isConfirmed'?: boolean;
73
+ }
74
+ //# sourceMappingURL=create-article-category-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-article-category-command.d.ts","sourceRoot":"","sources":["../../src/models/create-article-category-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;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,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 });