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/lib/api.d.ts
CHANGED
|
@@ -12525,6 +12525,12 @@ export interface UpdateArticleCommand {
|
|
|
12525
12525
|
* @memberof UpdateArticleCommand
|
|
12526
12526
|
*/
|
|
12527
12527
|
'marketingType'?: MarketingType;
|
|
12528
|
+
/**
|
|
12529
|
+
*
|
|
12530
|
+
* @type {string}
|
|
12531
|
+
* @memberof UpdateArticleCommand
|
|
12532
|
+
*/
|
|
12533
|
+
'hospitalId'?: string;
|
|
12528
12534
|
/**
|
|
12529
12535
|
*
|
|
12530
12536
|
* @type {string}
|