ch-admin-api-client-typescript 4.3.8 → 4.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.3.8",
3
+ "version": "4.3.9",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -12573,6 +12573,12 @@ export interface UpdateArticleCommand {
12573
12573
  * @memberof UpdateArticleCommand
12574
12574
  */
12575
12575
  'marketingType'?: MarketingType;
12576
+ /**
12577
+ *
12578
+ * @type {string}
12579
+ * @memberof UpdateArticleCommand
12580
+ */
12581
+ 'hospitalId'?: string;
12576
12582
  /**
12577
12583
  *
12578
12584
  * @type {string}