@alicloud/quanmiaolightapp20240801 2.8.2 → 2.8.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,5 +1,6 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class RunMarketingInformationWritingResponseBodyPayloadOutput extends $dara.Model {
3
+ reasonContent?: string;
3
4
  text?: string;
4
5
  static names(): {
5
6
  [key: string]: string;
@@ -39,11 +39,13 @@ const $dara = __importStar(require("@darabonba/typescript"));
39
39
  class RunMarketingInformationWritingResponseBodyPayloadOutput extends $dara.Model {
40
40
  static names() {
41
41
  return {
42
+ reasonContent: 'reasonContent',
42
43
  text: 'text',
43
44
  };
44
45
  }
45
46
  static types() {
46
47
  return {
48
+ reasonContent: 'string',
47
49
  text: 'string',
48
50
  };
49
51
  }
@@ -1 +1 @@
1
- {"version":3,"file":"RunMarketingInformationWritingResponseBodyPayloadOutput.js","sourceRoot":"","sources":["../../src/models/RunMarketingInformationWritingResponseBodyPayloadOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAEtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,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;AArBD,0HAqBC"}
1
+ {"version":3,"file":"RunMarketingInformationWritingResponseBodyPayloadOutput.js","sourceRoot":"","sources":["../../src/models/RunMarketingInformationWritingResponseBodyPayloadOutput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAGtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,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;AAxBD,0HAwBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/quanmiaolightapp20240801",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
@@ -3,15 +3,18 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class RunMarketingInformationWritingResponseBodyPayloadOutput extends $dara.Model {
6
+ reasonContent?: string;
6
7
  text?: string;
7
8
  static names(): { [key: string]: string } {
8
9
  return {
10
+ reasonContent: 'reasonContent',
9
11
  text: 'text',
10
12
  };
11
13
  }
12
14
 
13
15
  static types(): { [key: string]: any } {
14
16
  return {
17
+ reasonContent: 'string',
15
18
  text: 'string',
16
19
  };
17
20
  }