tencentcloud-sdk-nodejs-waf 4.1.273 → 4.1.278
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
|
@@ -3647,20 +3647,19 @@ export interface CreatePostCKafkaFlowResponse {
|
|
|
3647
3647
|
*/
|
|
3648
3648
|
export interface FieldWriteConfig {
|
|
3649
3649
|
/**
|
|
3650
|
-
* 1:开启 0
|
|
3650
|
+
* <p>1:开启 0:不开启</p>
|
|
3651
3651
|
*/
|
|
3652
3652
|
EnableHeaders?: number;
|
|
3653
3653
|
/**
|
|
3654
|
-
* 1:开启 0
|
|
3654
|
+
* <p>1:开启 0:不开启</p>
|
|
3655
3655
|
*/
|
|
3656
3656
|
EnableBody?: number;
|
|
3657
3657
|
/**
|
|
3658
|
-
* 1:开启 0
|
|
3658
|
+
* <p>1:开启 0:不开启</p>
|
|
3659
3659
|
*/
|
|
3660
3660
|
EnableBot?: number;
|
|
3661
3661
|
/**
|
|
3662
|
-
*
|
|
3663
|
-
1:开启 0:不开启
|
|
3662
|
+
* <p>响应方向body<br>1:开启 0:不开启</p>
|
|
3664
3663
|
*/
|
|
3665
3664
|
EnableResponse?: number;
|
|
3666
3665
|
}
|