@alicloud/cloud-siem20220616 3.0.1 → 3.0.2

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/dist/client.d.ts CHANGED
@@ -5994,6 +5994,7 @@ export declare class DescribeDisposeAndPlaybookResponseBodyDataResponseDataPlayb
5994
5994
  name?: string;
5995
5995
  opCode?: string;
5996
5996
  opLevel?: string;
5997
+ paramConfig?: any[];
5997
5998
  taskConfig?: string;
5998
5999
  wafPlaybook?: boolean;
5999
6000
  static names(): {
package/dist/client.js CHANGED
@@ -8450,6 +8450,7 @@ class DescribeDisposeAndPlaybookResponseBodyDataResponseDataPlaybookList extends
8450
8450
  name: 'Name',
8451
8451
  opCode: 'OpCode',
8452
8452
  opLevel: 'OpLevel',
8453
+ paramConfig: 'ParamConfig',
8453
8454
  taskConfig: 'TaskConfig',
8454
8455
  wafPlaybook: 'WafPlaybook',
8455
8456
  };
@@ -8461,6 +8462,7 @@ class DescribeDisposeAndPlaybookResponseBodyDataResponseDataPlaybookList extends
8461
8462
  name: 'string',
8462
8463
  opCode: 'string',
8463
8464
  opLevel: 'string',
8465
+ paramConfig: { 'type': 'array', 'itemType': 'any' },
8464
8466
  taskConfig: 'string',
8465
8467
  wafPlaybook: 'boolean',
8466
8468
  };