@alicloud/websitebuild20250429 2.4.0 → 2.6.0

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.
Files changed (133) hide show
  1. package/dist/client.d.ts +150 -0
  2. package/dist/client.js +468 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/BindAppDomainRequest.d.ts +29 -0
  5. package/dist/models/BindAppDomainRequest.js +64 -0
  6. package/dist/models/BindAppDomainRequest.js.map +1 -0
  7. package/dist/models/BindAppDomainResponse.d.ts +19 -0
  8. package/dist/models/BindAppDomainResponse.js +69 -0
  9. package/dist/models/BindAppDomainResponse.js.map +1 -0
  10. package/dist/models/BindAppDomainResponseBody.d.ts +78 -0
  11. package/dist/models/BindAppDomainResponseBody.js +105 -0
  12. package/dist/models/BindAppDomainResponseBody.js.map +1 -0
  13. package/dist/models/DeleteAppDomainCertificateRequest.d.ts +23 -0
  14. package/dist/models/DeleteAppDomainCertificateRequest.js +60 -0
  15. package/dist/models/DeleteAppDomainCertificateRequest.js.map +1 -0
  16. package/dist/models/DeleteAppDomainCertificateResponse.d.ts +19 -0
  17. package/dist/models/DeleteAppDomainCertificateResponse.js +69 -0
  18. package/dist/models/DeleteAppDomainCertificateResponse.js.map +1 -0
  19. package/dist/models/DeleteAppDomainCertificateResponseBody.d.ts +76 -0
  20. package/dist/models/DeleteAppDomainCertificateResponseBody.js +103 -0
  21. package/dist/models/DeleteAppDomainCertificateResponseBody.js.map +1 -0
  22. package/dist/models/DeleteAppDomainRedirectRequest.d.ts +23 -0
  23. package/dist/models/DeleteAppDomainRedirectRequest.js +60 -0
  24. package/dist/models/DeleteAppDomainRedirectRequest.js.map +1 -0
  25. package/dist/models/DeleteAppDomainRedirectResponse.d.ts +19 -0
  26. package/dist/models/DeleteAppDomainRedirectResponse.js +69 -0
  27. package/dist/models/DeleteAppDomainRedirectResponse.js.map +1 -0
  28. package/dist/models/DeleteAppDomainRedirectResponseBody.d.ts +76 -0
  29. package/dist/models/DeleteAppDomainRedirectResponseBody.js +103 -0
  30. package/dist/models/DeleteAppDomainRedirectResponseBody.js.map +1 -0
  31. package/dist/models/DescribeAppDomainDnsRecordRequest.d.ts +28 -0
  32. package/dist/models/DescribeAppDomainDnsRecordRequest.js +62 -0
  33. package/dist/models/DescribeAppDomainDnsRecordRequest.js.map +1 -0
  34. package/dist/models/DescribeAppDomainDnsRecordResponse.d.ts +19 -0
  35. package/dist/models/DescribeAppDomainDnsRecordResponse.js +69 -0
  36. package/dist/models/DescribeAppDomainDnsRecordResponse.js.map +1 -0
  37. package/dist/models/DescribeAppDomainDnsRecordResponseBody.d.ts +86 -0
  38. package/dist/models/DescribeAppDomainDnsRecordResponseBody.js +107 -0
  39. package/dist/models/DescribeAppDomainDnsRecordResponseBody.js.map +1 -0
  40. package/dist/models/DispatchConsoleApiforPartnerRequest.d.ts +40 -0
  41. package/dist/models/DispatchConsoleApiforPartnerRequest.js +66 -0
  42. package/dist/models/DispatchConsoleApiforPartnerRequest.js.map +1 -0
  43. package/dist/models/DispatchConsoleApiforPartnerResponse.d.ts +19 -0
  44. package/dist/models/DispatchConsoleApiforPartnerResponse.js +69 -0
  45. package/dist/models/DispatchConsoleApiforPartnerResponse.js.map +1 -0
  46. package/dist/models/DispatchConsoleApiforPartnerResponseBody.d.ts +49 -0
  47. package/dist/models/DispatchConsoleApiforPartnerResponseBody.js +86 -0
  48. package/dist/models/DispatchConsoleApiforPartnerResponseBody.js.map +1 -0
  49. package/dist/models/GetCreateLogoTaskResponseBody.d.ts +0 -2
  50. package/dist/models/GetCreateLogoTaskResponseBody.js +0 -2
  51. package/dist/models/GetCreateLogoTaskResponseBody.js.map +1 -1
  52. package/dist/models/GetUserAccessTokenForPartnerRequest.d.ts +22 -0
  53. package/dist/models/GetUserAccessTokenForPartnerRequest.js +60 -0
  54. package/dist/models/GetUserAccessTokenForPartnerRequest.js.map +1 -0
  55. package/dist/models/GetUserAccessTokenForPartnerResponse.d.ts +19 -0
  56. package/dist/models/GetUserAccessTokenForPartnerResponse.js +69 -0
  57. package/dist/models/GetUserAccessTokenForPartnerResponse.js.map +1 -0
  58. package/dist/models/GetUserAccessTokenForPartnerResponseBody.d.ts +45 -0
  59. package/dist/models/GetUserAccessTokenForPartnerResponseBody.js +86 -0
  60. package/dist/models/GetUserAccessTokenForPartnerResponseBody.js.map +1 -0
  61. package/dist/models/ListAppDomainRedirectRecordsRequest.d.ts +28 -0
  62. package/dist/models/ListAppDomainRedirectRecordsRequest.js +62 -0
  63. package/dist/models/ListAppDomainRedirectRecordsRequest.js.map +1 -0
  64. package/dist/models/ListAppDomainRedirectRecordsResponse.d.ts +19 -0
  65. package/dist/models/ListAppDomainRedirectRecordsResponse.js +69 -0
  66. package/dist/models/ListAppDomainRedirectRecordsResponse.js.map +1 -0
  67. package/dist/models/ListAppDomainRedirectRecordsResponseBody.d.ts +160 -0
  68. package/dist/models/ListAppDomainRedirectRecordsResponseBody.js +175 -0
  69. package/dist/models/ListAppDomainRedirectRecordsResponseBody.js.map +1 -0
  70. package/dist/models/ListAppInstanceDomainsRequest.d.ts +48 -0
  71. package/dist/models/ListAppInstanceDomainsRequest.js +70 -0
  72. package/dist/models/ListAppInstanceDomainsRequest.js.map +1 -0
  73. package/dist/models/ListAppInstanceDomainsResponse.d.ts +19 -0
  74. package/dist/models/ListAppInstanceDomainsResponse.js +69 -0
  75. package/dist/models/ListAppInstanceDomainsResponse.js.map +1 -0
  76. package/dist/models/ListAppInstanceDomainsResponseBody.d.ts +482 -0
  77. package/dist/models/ListAppInstanceDomainsResponseBody.js +507 -0
  78. package/dist/models/ListAppInstanceDomainsResponseBody.js.map +1 -0
  79. package/dist/models/SetAppDomainCertificateRequest.d.ts +43 -0
  80. package/dist/models/SetAppDomainCertificateRequest.js +68 -0
  81. package/dist/models/SetAppDomainCertificateRequest.js.map +1 -0
  82. package/dist/models/SetAppDomainCertificateResponse.d.ts +19 -0
  83. package/dist/models/SetAppDomainCertificateResponse.js +69 -0
  84. package/dist/models/SetAppDomainCertificateResponse.js.map +1 -0
  85. package/dist/models/SetAppDomainCertificateResponseBody.d.ts +76 -0
  86. package/dist/models/SetAppDomainCertificateResponseBody.js +103 -0
  87. package/dist/models/SetAppDomainCertificateResponseBody.js.map +1 -0
  88. package/dist/models/UnbindAppDomainRequest.d.ts +23 -0
  89. package/dist/models/UnbindAppDomainRequest.js +60 -0
  90. package/dist/models/UnbindAppDomainRequest.js.map +1 -0
  91. package/dist/models/UnbindAppDomainResponse.d.ts +19 -0
  92. package/dist/models/UnbindAppDomainResponse.js +69 -0
  93. package/dist/models/UnbindAppDomainResponse.js.map +1 -0
  94. package/dist/models/UnbindAppDomainResponseBody.d.ts +76 -0
  95. package/dist/models/UnbindAppDomainResponseBody.js +103 -0
  96. package/dist/models/UnbindAppDomainResponseBody.js.map +1 -0
  97. package/dist/models/model.d.ts +56 -0
  98. package/dist/models/model.js +114 -1
  99. package/dist/models/model.js.map +1 -1
  100. package/package.json +1 -1
  101. package/src/client.ts +524 -0
  102. package/src/models/BindAppDomainRequest.ts +48 -0
  103. package/src/models/BindAppDomainResponse.ts +40 -0
  104. package/src/models/BindAppDomainResponseBody.ts +127 -0
  105. package/src/models/DeleteAppDomainCertificateRequest.ts +38 -0
  106. package/src/models/DeleteAppDomainCertificateResponse.ts +40 -0
  107. package/src/models/DeleteAppDomainCertificateResponseBody.ts +125 -0
  108. package/src/models/DeleteAppDomainRedirectRequest.ts +38 -0
  109. package/src/models/DeleteAppDomainRedirectResponse.ts +40 -0
  110. package/src/models/DeleteAppDomainRedirectResponseBody.ts +125 -0
  111. package/src/models/DescribeAppDomainDnsRecordRequest.ts +45 -0
  112. package/src/models/DescribeAppDomainDnsRecordResponse.ts +40 -0
  113. package/src/models/DescribeAppDomainDnsRecordResponseBody.ts +139 -0
  114. package/src/models/DispatchConsoleApiforPartnerRequest.ts +61 -0
  115. package/src/models/DispatchConsoleApiforPartnerResponse.ts +40 -0
  116. package/src/models/DispatchConsoleApiforPartnerResponseBody.ts +81 -0
  117. package/src/models/GetCreateLogoTaskResponseBody.ts +0 -2
  118. package/src/models/GetUserAccessTokenForPartnerRequest.ts +37 -0
  119. package/src/models/GetUserAccessTokenForPartnerResponse.ts +40 -0
  120. package/src/models/GetUserAccessTokenForPartnerResponseBody.ts +77 -0
  121. package/src/models/ListAppDomainRedirectRecordsRequest.ts +45 -0
  122. package/src/models/ListAppDomainRedirectRecordsResponse.ts +40 -0
  123. package/src/models/ListAppDomainRedirectRecordsResponseBody.ts +263 -0
  124. package/src/models/ListAppInstanceDomainsRequest.ts +73 -0
  125. package/src/models/ListAppInstanceDomainsResponse.ts +40 -0
  126. package/src/models/ListAppInstanceDomainsResponseBody.ts +809 -0
  127. package/src/models/SetAppDomainCertificateRequest.ts +66 -0
  128. package/src/models/SetAppDomainCertificateResponse.ts +40 -0
  129. package/src/models/SetAppDomainCertificateResponseBody.ts +125 -0
  130. package/src/models/UnbindAppDomainRequest.ts +38 -0
  131. package/src/models/UnbindAppDomainResponse.ts +40 -0
  132. package/src/models/UnbindAppDomainResponseBody.ts +125 -0
  133. package/src/models/model.ts +56 -0
@@ -0,0 +1,127 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ /**
6
+ */
7
+ export class BindAppDomainResponseBodyModule extends $dara.Model {
8
+ /**
9
+ * @example
10
+ * true
11
+ */
12
+ success?: boolean;
13
+ static names(): { [key: string]: string } {
14
+ return {
15
+ success: 'Success',
16
+ };
17
+ }
18
+
19
+ static types(): { [key: string]: any } {
20
+ return {
21
+ success: 'boolean',
22
+ };
23
+ }
24
+
25
+ validate() {
26
+ super.validate();
27
+ }
28
+
29
+ constructor(map?: { [key: string]: any }) {
30
+ super(map);
31
+ }
32
+ }
33
+
34
+ export class BindAppDomainResponseBody extends $dara.Model {
35
+ /**
36
+ * @example
37
+ * {}
38
+ */
39
+ accessDeniedDetail?: string;
40
+ /**
41
+ * @example
42
+ * False
43
+ */
44
+ allowRetry?: boolean;
45
+ /**
46
+ * @example
47
+ * or
48
+ */
49
+ appName?: string;
50
+ /**
51
+ * @example
52
+ * ERROR-oo1
53
+ */
54
+ dynamicCode?: string;
55
+ /**
56
+ * @example
57
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/vs1w2yd3p8264pz/vs1w2yd3p8264pz.diff.zip?Expires=1739592470&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=3DRuMtCeTinVYxo7XAOEIOEmZGE%3D
58
+ */
59
+ dynamicMessage?: string;
60
+ errorArgs?: any[];
61
+ module?: BindAppDomainResponseBodyModule;
62
+ /**
63
+ * @remarks
64
+ * Id of the request
65
+ *
66
+ * @example
67
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
68
+ */
69
+ requestId?: string;
70
+ /**
71
+ * @example
72
+ * SYSTEM.EROR
73
+ */
74
+ rootErrorCode?: string;
75
+ rootErrorMsg?: string;
76
+ /**
77
+ * @example
78
+ * True
79
+ */
80
+ synchro?: boolean;
81
+ static names(): { [key: string]: string } {
82
+ return {
83
+ accessDeniedDetail: 'AccessDeniedDetail',
84
+ allowRetry: 'AllowRetry',
85
+ appName: 'AppName',
86
+ dynamicCode: 'DynamicCode',
87
+ dynamicMessage: 'DynamicMessage',
88
+ errorArgs: 'ErrorArgs',
89
+ module: 'Module',
90
+ requestId: 'RequestId',
91
+ rootErrorCode: 'RootErrorCode',
92
+ rootErrorMsg: 'RootErrorMsg',
93
+ synchro: 'Synchro',
94
+ };
95
+ }
96
+
97
+ static types(): { [key: string]: any } {
98
+ return {
99
+ accessDeniedDetail: 'string',
100
+ allowRetry: 'boolean',
101
+ appName: 'string',
102
+ dynamicCode: 'string',
103
+ dynamicMessage: 'string',
104
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
105
+ module: BindAppDomainResponseBodyModule,
106
+ requestId: 'string',
107
+ rootErrorCode: 'string',
108
+ rootErrorMsg: 'string',
109
+ synchro: 'boolean',
110
+ };
111
+ }
112
+
113
+ validate() {
114
+ if(Array.isArray(this.errorArgs)) {
115
+ $dara.Model.validateArray(this.errorArgs);
116
+ }
117
+ if(this.module && typeof (this.module as any).validate === 'function') {
118
+ (this.module as any).validate();
119
+ }
120
+ super.validate();
121
+ }
122
+
123
+ constructor(map?: { [key: string]: any }) {
124
+ super(map);
125
+ }
126
+ }
127
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainCertificateRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 202506170003
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * aliwmzs.com
14
+ */
15
+ domainName?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ bizId: 'BizId',
19
+ domainName: 'DomainName',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ bizId: 'string',
26
+ domainName: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DeleteAppDomainCertificateResponseBody } from "./DeleteAppDomainCertificateResponseBody";
4
+
5
+
6
+ export class DeleteAppDomainCertificateResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DeleteAppDomainCertificateResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DeleteAppDomainCertificateResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,125 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainCertificateResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * true
9
+ */
10
+ success?: boolean;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ success: 'Success',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ success: 'boolean',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class DeleteAppDomainCertificateResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * spring-cloud-b
46
+ */
47
+ appName?: string;
48
+ /**
49
+ * @example
50
+ * ERROR-oo1
51
+ */
52
+ dynamicCode?: string;
53
+ /**
54
+ * @example
55
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/bnho6g2q176j4uw/bnho6g2q176j4uw.diff.zip?Expires=1750219848&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=VwTcC48h55SyAWqRsl3MtLBcaB8%3D
56
+ */
57
+ dynamicMessage?: string;
58
+ errorArgs?: any[];
59
+ module?: DeleteAppDomainCertificateResponseBodyModule;
60
+ /**
61
+ * @remarks
62
+ * Id of the request
63
+ *
64
+ * @example
65
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
66
+ */
67
+ requestId?: string;
68
+ /**
69
+ * @example
70
+ * SYSTEM.ERROR
71
+ */
72
+ rootErrorCode?: string;
73
+ rootErrorMsg?: string;
74
+ /**
75
+ * @example
76
+ * True
77
+ */
78
+ synchro?: boolean;
79
+ static names(): { [key: string]: string } {
80
+ return {
81
+ accessDeniedDetail: 'AccessDeniedDetail',
82
+ allowRetry: 'AllowRetry',
83
+ appName: 'AppName',
84
+ dynamicCode: 'DynamicCode',
85
+ dynamicMessage: 'DynamicMessage',
86
+ errorArgs: 'ErrorArgs',
87
+ module: 'Module',
88
+ requestId: 'RequestId',
89
+ rootErrorCode: 'RootErrorCode',
90
+ rootErrorMsg: 'RootErrorMsg',
91
+ synchro: 'Synchro',
92
+ };
93
+ }
94
+
95
+ static types(): { [key: string]: any } {
96
+ return {
97
+ accessDeniedDetail: 'string',
98
+ allowRetry: 'boolean',
99
+ appName: 'string',
100
+ dynamicCode: 'string',
101
+ dynamicMessage: 'string',
102
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
103
+ module: DeleteAppDomainCertificateResponseBodyModule,
104
+ requestId: 'string',
105
+ rootErrorCode: 'string',
106
+ rootErrorMsg: 'string',
107
+ synchro: 'boolean',
108
+ };
109
+ }
110
+
111
+ validate() {
112
+ if(Array.isArray(this.errorArgs)) {
113
+ $dara.Model.validateArray(this.errorArgs);
114
+ }
115
+ if(this.module && typeof (this.module as any).validate === 'function') {
116
+ (this.module as any).validate();
117
+ }
118
+ super.validate();
119
+ }
120
+
121
+ constructor(map?: { [key: string]: any }) {
122
+ super(map);
123
+ }
124
+ }
125
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainRedirectRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250703155602000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * 803858889404426240
14
+ */
15
+ recordId?: number;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ bizId: 'BizId',
19
+ recordId: 'RecordId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ bizId: 'string',
26
+ recordId: 'number',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DeleteAppDomainRedirectResponseBody } from "./DeleteAppDomainRedirectResponseBody";
4
+
5
+
6
+ export class DeleteAppDomainRedirectResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DeleteAppDomainRedirectResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DeleteAppDomainRedirectResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,125 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainRedirectResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * True
9
+ */
10
+ success?: boolean;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ success: 'Success',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ success: 'boolean',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class DeleteAppDomainRedirectResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * watermark
46
+ */
47
+ appName?: string;
48
+ /**
49
+ * @example
50
+ * ERROR-oo1
51
+ */
52
+ dynamicCode?: string;
53
+ /**
54
+ * @example
55
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/gl3d6l3817id8p1/gl3d6l3817id8p1.diff.zip?Expires=1750392068&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=Bcj3eohy8nmlSQ7AAGdq7JZoLjM%3D
56
+ */
57
+ dynamicMessage?: string;
58
+ errorArgs?: any[];
59
+ module?: DeleteAppDomainRedirectResponseBodyModule;
60
+ /**
61
+ * @remarks
62
+ * Id of the request
63
+ *
64
+ * @example
65
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
66
+ */
67
+ requestId?: string;
68
+ /**
69
+ * @example
70
+ * SYSTEM.ERROR
71
+ */
72
+ rootErrorCode?: string;
73
+ rootErrorMsg?: string;
74
+ /**
75
+ * @example
76
+ * True
77
+ */
78
+ synchro?: boolean;
79
+ static names(): { [key: string]: string } {
80
+ return {
81
+ accessDeniedDetail: 'AccessDeniedDetail',
82
+ allowRetry: 'AllowRetry',
83
+ appName: 'AppName',
84
+ dynamicCode: 'DynamicCode',
85
+ dynamicMessage: 'DynamicMessage',
86
+ errorArgs: 'ErrorArgs',
87
+ module: 'Module',
88
+ requestId: 'RequestId',
89
+ rootErrorCode: 'RootErrorCode',
90
+ rootErrorMsg: 'RootErrorMsg',
91
+ synchro: 'Synchro',
92
+ };
93
+ }
94
+
95
+ static types(): { [key: string]: any } {
96
+ return {
97
+ accessDeniedDetail: 'string',
98
+ allowRetry: 'boolean',
99
+ appName: 'string',
100
+ dynamicCode: 'string',
101
+ dynamicMessage: 'string',
102
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
103
+ module: DeleteAppDomainRedirectResponseBodyModule,
104
+ requestId: 'string',
105
+ rootErrorCode: 'string',
106
+ rootErrorMsg: 'string',
107
+ synchro: 'boolean',
108
+ };
109
+ }
110
+
111
+ validate() {
112
+ if(Array.isArray(this.errorArgs)) {
113
+ $dara.Model.validateArray(this.errorArgs);
114
+ }
115
+ if(this.module && typeof (this.module as any).validate === 'function') {
116
+ (this.module as any).validate();
117
+ }
118
+ super.validate();
119
+ }
120
+
121
+ constructor(map?: { [key: string]: any }) {
122
+ super(map);
123
+ }
124
+ }
125
+
@@ -0,0 +1,45 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeAppDomainDnsRecordRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250821114240000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * rayihealth.cn
14
+ */
15
+ domainName?: string;
16
+ /**
17
+ * @example
18
+ * restore
19
+ */
20
+ purpose?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ bizId: 'BizId',
24
+ domainName: 'DomainName',
25
+ purpose: 'Purpose',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ bizId: 'string',
32
+ domainName: 'string',
33
+ purpose: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeAppDomainDnsRecordResponseBody } from "./DescribeAppDomainDnsRecordResponseBody";
4
+
5
+
6
+ export class DescribeAppDomainDnsRecordResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeAppDomainDnsRecordResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DescribeAppDomainDnsRecordResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+