@alicloud/apig20240327 4.2.0 → 4.2.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.
@@ -1,5 +1,6 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class ListZonesResponseBodyDataItems extends $dara.Model {
3
+ supportQat?: string;
3
4
  /**
4
5
  * @remarks
5
6
  * 可用区ID。
@@ -39,11 +39,13 @@ const $dara = __importStar(require("@darabonba/typescript"));
39
39
  class ListZonesResponseBodyDataItems extends $dara.Model {
40
40
  static names() {
41
41
  return {
42
+ supportQat: 'supportQat',
42
43
  zoneId: 'zoneId',
43
44
  };
44
45
  }
45
46
  static types() {
46
47
  return {
48
+ supportQat: 'string',
47
49
  zoneId: 'string',
48
50
  };
49
51
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ListZonesResponseBodyDataItems.js","sourceRoot":"","sources":["../../src/models/ListZonesResponseBodyDataItems.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAS7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,wEA4BC"}
1
+ {"version":3,"file":"ListZonesResponseBodyDataItems.js","sourceRoot":"","sources":["../../src/models/ListZonesResponseBodyDataItems.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAU7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,wEA+BC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/apig20240327",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class ListZonesResponseBodyDataItems extends $dara.Model {
6
+ supportQat?: string;
6
7
  /**
7
8
  * @remarks
8
9
  * 可用区ID。
@@ -13,12 +14,14 @@ export class ListZonesResponseBodyDataItems extends $dara.Model {
13
14
  zoneId?: string;
14
15
  static names(): { [key: string]: string } {
15
16
  return {
17
+ supportQat: 'supportQat',
16
18
  zoneId: 'zoneId',
17
19
  };
18
20
  }
19
21
 
20
22
  static types(): { [key: string]: any } {
21
23
  return {
24
+ supportQat: 'string',
22
25
  zoneId: 'string',
23
26
  };
24
27
  }