tencentcloud-sdk-nodejs-cynosdb 4.1.42 → 4.1.43
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
@@ -9858,12 +9858,10 @@ export interface DescribeResourcePackageListRequest {
|
|
9858
9858
|
export interface CloseSSLResponse {
|
9859
9859
|
/**
|
9860
9860
|
* 流程ID
|
9861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9862
9861
|
*/
|
9863
9862
|
FlowId?: number;
|
9864
9863
|
/**
|
9865
9864
|
* 任务id
|
9866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9867
9865
|
*/
|
9868
9866
|
TaskId?: number;
|
9869
9867
|
/**
|