@alicloud/ddoscoo20200101 2.3.0 → 2.3.1

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
@@ -8648,8 +8648,8 @@ export declare class DescribeLayer4RulePolicyResponseBodySecRealServers extends
8648
8648
  });
8649
8649
  }
8650
8650
  export declare class DescribeNetworkRegionBlockResponseBodyConfig extends $tea.Model {
8651
- countries?: string[];
8652
- provinces?: string[];
8651
+ countries?: number[];
8652
+ provinces?: number[];
8653
8653
  regionBlockSwitch?: string;
8654
8654
  static names(): {
8655
8655
  [key: string]: string;
package/dist/client.js CHANGED
@@ -11857,8 +11857,8 @@ class DescribeNetworkRegionBlockResponseBodyConfig extends $tea.Model {
11857
11857
  }
11858
11858
  static types() {
11859
11859
  return {
11860
- countries: { 'type': 'array', 'itemType': 'string' },
11861
- provinces: { 'type': 'array', 'itemType': 'string' },
11860
+ countries: { 'type': 'array', 'itemType': 'number' },
11861
+ provinces: { 'type': 'array', 'itemType': 'number' },
11862
11862
  regionBlockSwitch: 'string',
11863
11863
  };
11864
11864
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ddoscoo20200101",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -14731,8 +14731,8 @@ export class DescribeLayer4RulePolicyResponseBodySecRealServers extends $tea.Mod
14731
14731
  }
14732
14732
 
14733
14733
  export class DescribeNetworkRegionBlockResponseBodyConfig extends $tea.Model {
14734
- countries?: string[];
14735
- provinces?: string[];
14734
+ countries?: number[];
14735
+ provinces?: number[];
14736
14736
  regionBlockSwitch?: string;
14737
14737
  static names(): { [key: string]: string } {
14738
14738
  return {
@@ -14744,8 +14744,8 @@ export class DescribeNetworkRegionBlockResponseBodyConfig extends $tea.Model {
14744
14744
 
14745
14745
  static types(): { [key: string]: any } {
14746
14746
  return {
14747
- countries: { 'type': 'array', 'itemType': 'string' },
14748
- provinces: { 'type': 'array', 'itemType': 'string' },
14747
+ countries: { 'type': 'array', 'itemType': 'number' },
14748
+ provinces: { 'type': 'array', 'itemType': 'number' },
14749
14749
  regionBlockSwitch: 'string',
14750
14750
  };
14751
14751
  }