@alicloud/apig20240327 6.0.2 → 6.0.3

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,21 +1,33 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class AkSkIdentityConfig extends $dara.Model {
3
3
  /**
4
+ * @remarks
5
+ * Access Key
6
+ *
4
7
  * @example
5
8
  * xxxx
6
9
  */
7
10
  ak?: string;
8
11
  /**
12
+ * @remarks
13
+ * Generation mode
14
+ *
9
15
  * @example
10
16
  * System
11
17
  */
12
18
  generateMode?: string;
13
19
  /**
20
+ * @remarks
21
+ * Secret Key
22
+ *
14
23
  * @example
15
24
  * xxxx
16
25
  */
17
26
  sk?: string;
18
27
  /**
28
+ * @remarks
29
+ * Identity authentication type
30
+ *
19
31
  * @example
20
32
  * Jwt
21
33
  */
@@ -1 +1 @@
1
- {"version":3,"file":"AkSkIdentityConfig.js","sourceRoot":"","sources":["../../src/models/AkSkIdentityConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAqBjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,YAAY,EAAE,cAAc;YAC5B,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,YAAY,EAAE,QAAQ;YACtB,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;SACf,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;AA9CD,gDA8CC"}
1
+ {"version":3,"file":"AkSkIdentityConfig.js","sourceRoot":"","sources":["../../src/models/AkSkIdentityConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAiCjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,YAAY,EAAE,cAAc;YAC5B,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,YAAY,EAAE,QAAQ;YACtB,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;SACf,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;AA1DD,gDA0DC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/apig20240327",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
@@ -4,21 +4,33 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class AkSkIdentityConfig extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * Access Key
9
+ *
7
10
  * @example
8
11
  * xxxx
9
12
  */
10
13
  ak?: string;
11
14
  /**
15
+ * @remarks
16
+ * Generation mode
17
+ *
12
18
  * @example
13
19
  * System
14
20
  */
15
21
  generateMode?: string;
16
22
  /**
23
+ * @remarks
24
+ * Secret Key
25
+ *
17
26
  * @example
18
27
  * xxxx
19
28
  */
20
29
  sk?: string;
21
30
  /**
31
+ * @remarks
32
+ * Identity authentication type
33
+ *
22
34
  * @example
23
35
  * Jwt
24
36
  */