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/lib/api.d.ts +6 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +6 -0
package/package.json
CHANGED
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}
|