tencentcloud-sdk-nodejs-mqtt 4.1.261 → 4.1.263
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
|
@@ -3785,6 +3785,10 @@ export interface ModifyHttpAuthenticatorRequest {
|
|
|
3785
3785
|
* 请求body
|
|
3786
3786
|
*/
|
|
3787
3787
|
Body?: Array<BodyItem>;
|
|
3788
|
+
/**
|
|
3789
|
+
* 连接UserProperty作为Header转发,默认false
|
|
3790
|
+
*/
|
|
3791
|
+
IncludingUserProperties?: boolean;
|
|
3788
3792
|
}
|
|
3789
3793
|
/**
|
|
3790
3794
|
* DescribeInstance请求参数结构体
|