@alicloud/websitebuild20250429 2.6.1 → 2.7.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.
Files changed (137) hide show
  1. package/dist/client.d.ts +105 -0
  2. package/dist/client.js +380 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AppAiStaff.d.ts +21 -0
  5. package/dist/models/AppAiStaff.js +64 -0
  6. package/dist/models/AppAiStaff.js.map +1 -0
  7. package/dist/models/AppInstance.d.ts +44 -0
  8. package/dist/models/AppInstance.js +112 -0
  9. package/dist/models/AppInstance.js.map +1 -0
  10. package/dist/models/AppInstanceAggregate.d.ts +50 -0
  11. package/dist/models/AppInstanceAggregate.js +130 -0
  12. package/dist/models/AppInstanceAggregate.js.map +1 -0
  13. package/dist/models/AppInstanceProfile.d.ts +29 -0
  14. package/dist/models/AppInstanceProfile.js +88 -0
  15. package/dist/models/AppInstanceProfile.js.map +1 -0
  16. package/dist/models/AppOperateAction.d.ts +33 -0
  17. package/dist/models/AppOperateAction.js +64 -0
  18. package/dist/models/AppOperateAction.js.map +1 -0
  19. package/dist/models/AppOperationAddress.d.ts +15 -0
  20. package/dist/models/AppOperationAddress.js +62 -0
  21. package/dist/models/AppOperationAddress.js.map +1 -0
  22. package/dist/models/AppService.d.ts +29 -0
  23. package/dist/models/AppService.js +90 -0
  24. package/dist/models/AppService.js.map +1 -0
  25. package/dist/models/AppServiceAggregate.d.ts +31 -0
  26. package/dist/models/AppServiceAggregate.js +96 -0
  27. package/dist/models/AppServiceAggregate.js.map +1 -0
  28. package/dist/models/AppServiceGroup.d.ts +21 -0
  29. package/dist/models/AppServiceGroup.js +64 -0
  30. package/dist/models/AppServiceGroup.js.map +1 -0
  31. package/dist/models/AppServiceProfile.d.ts +20 -0
  32. package/dist/models/AppServiceProfile.js +70 -0
  33. package/dist/models/AppServiceProfile.js.map +1 -0
  34. package/dist/models/CreateAppInstanceRequest.d.ts +63 -0
  35. package/dist/models/CreateAppInstanceRequest.js +76 -0
  36. package/dist/models/CreateAppInstanceRequest.js.map +1 -0
  37. package/dist/models/CreateAppInstanceResponse.d.ts +19 -0
  38. package/dist/models/CreateAppInstanceResponse.js +69 -0
  39. package/dist/models/CreateAppInstanceResponse.js.map +1 -0
  40. package/dist/models/CreateAppInstanceResponseBody.d.ts +86 -0
  41. package/dist/models/CreateAppInstanceResponseBody.js +107 -0
  42. package/dist/models/CreateAppInstanceResponseBody.js.map +1 -0
  43. package/dist/models/CreateAppInstanceTicketRequest.d.ts +23 -0
  44. package/dist/models/CreateAppInstanceTicketRequest.js +60 -0
  45. package/dist/models/CreateAppInstanceTicketRequest.js.map +1 -0
  46. package/dist/models/CreateAppInstanceTicketResponse.d.ts +19 -0
  47. package/dist/models/CreateAppInstanceTicketResponse.js +69 -0
  48. package/dist/models/CreateAppInstanceTicketResponse.js.map +1 -0
  49. package/dist/models/CreateAppInstanceTicketResponseBody.d.ts +134 -0
  50. package/dist/models/CreateAppInstanceTicketResponseBody.js +125 -0
  51. package/dist/models/CreateAppInstanceTicketResponseBody.js.map +1 -0
  52. package/dist/models/GetAppInstanceRequest.d.ts +18 -0
  53. package/dist/models/GetAppInstanceRequest.js +58 -0
  54. package/dist/models/GetAppInstanceRequest.js.map +1 -0
  55. package/dist/models/GetAppInstanceResponse.d.ts +19 -0
  56. package/dist/models/GetAppInstanceResponse.js +69 -0
  57. package/dist/models/GetAppInstanceResponse.js.map +1 -0
  58. package/dist/models/GetAppInstanceResponseBody.d.ts +64 -0
  59. package/dist/models/GetAppInstanceResponseBody.js +85 -0
  60. package/dist/models/GetAppInstanceResponseBody.js.map +1 -0
  61. package/dist/models/ListAppInstancesRequest.d.ts +69 -0
  62. package/dist/models/ListAppInstancesRequest.js +83 -0
  63. package/dist/models/ListAppInstancesRequest.js.map +1 -0
  64. package/dist/models/ListAppInstancesResponse.d.ts +19 -0
  65. package/dist/models/ListAppInstancesResponse.js +69 -0
  66. package/dist/models/ListAppInstancesResponse.js.map +1 -0
  67. package/dist/models/ListAppInstancesResponseBody.d.ts +96 -0
  68. package/dist/models/ListAppInstancesResponseBody.js +101 -0
  69. package/dist/models/ListAppInstancesResponseBody.js.map +1 -0
  70. package/dist/models/ListAppInstancesShrinkRequest.d.ts +69 -0
  71. package/dist/models/ListAppInstancesShrinkRequest.js +80 -0
  72. package/dist/models/ListAppInstancesShrinkRequest.js.map +1 -0
  73. package/dist/models/ModifyAppInstanceSpecRequest.d.ts +44 -0
  74. package/dist/models/ModifyAppInstanceSpecRequest.js +70 -0
  75. package/dist/models/ModifyAppInstanceSpecRequest.js.map +1 -0
  76. package/dist/models/ModifyAppInstanceSpecResponse.d.ts +19 -0
  77. package/dist/models/ModifyAppInstanceSpecResponse.js +69 -0
  78. package/dist/models/ModifyAppInstanceSpecResponse.js.map +1 -0
  79. package/dist/models/ModifyAppInstanceSpecResponseBody.d.ts +76 -0
  80. package/dist/models/ModifyAppInstanceSpecResponseBody.js +103 -0
  81. package/dist/models/ModifyAppInstanceSpecResponseBody.js.map +1 -0
  82. package/dist/models/RefreshAppInstanceTicketRequest.d.ts +28 -0
  83. package/dist/models/RefreshAppInstanceTicketRequest.js +62 -0
  84. package/dist/models/RefreshAppInstanceTicketRequest.js.map +1 -0
  85. package/dist/models/RefreshAppInstanceTicketResponse.d.ts +19 -0
  86. package/dist/models/RefreshAppInstanceTicketResponse.js +69 -0
  87. package/dist/models/RefreshAppInstanceTicketResponse.js.map +1 -0
  88. package/dist/models/RefreshAppInstanceTicketResponseBody.d.ts +134 -0
  89. package/dist/models/RefreshAppInstanceTicketResponseBody.js +125 -0
  90. package/dist/models/RefreshAppInstanceTicketResponseBody.js.map +1 -0
  91. package/dist/models/RenewAppInstanceRequest.d.ts +39 -0
  92. package/dist/models/RenewAppInstanceRequest.js +68 -0
  93. package/dist/models/RenewAppInstanceRequest.js.map +1 -0
  94. package/dist/models/RenewAppInstanceResponse.d.ts +19 -0
  95. package/dist/models/RenewAppInstanceResponse.js +69 -0
  96. package/dist/models/RenewAppInstanceResponse.js.map +1 -0
  97. package/dist/models/RenewAppInstanceResponseBody.d.ts +76 -0
  98. package/dist/models/RenewAppInstanceResponseBody.js +103 -0
  99. package/dist/models/RenewAppInstanceResponseBody.js.map +1 -0
  100. package/dist/models/model.d.ts +37 -0
  101. package/dist/models/model.js +77 -2
  102. package/dist/models/model.js.map +1 -1
  103. package/package.json +1 -1
  104. package/src/client.ts +436 -0
  105. package/src/models/AppAiStaff.ts +40 -0
  106. package/src/models/AppInstance.ts +110 -0
  107. package/src/models/AppInstanceAggregate.ts +131 -0
  108. package/src/models/AppInstanceProfile.ts +72 -0
  109. package/src/models/AppOperateAction.ts +52 -0
  110. package/src/models/AppOperationAddress.ts +31 -0
  111. package/src/models/AppService.ts +73 -0
  112. package/src/models/AppServiceAggregate.ts +80 -0
  113. package/src/models/AppServiceGroup.ts +40 -0
  114. package/src/models/AppServiceProfile.ts +45 -0
  115. package/src/models/CreateAppInstanceRequest.ts +94 -0
  116. package/src/models/CreateAppInstanceResponse.ts +40 -0
  117. package/src/models/CreateAppInstanceResponseBody.ts +139 -0
  118. package/src/models/CreateAppInstanceTicketRequest.ts +38 -0
  119. package/src/models/CreateAppInstanceTicketResponse.ts +40 -0
  120. package/src/models/CreateAppInstanceTicketResponseBody.ts +205 -0
  121. package/src/models/GetAppInstanceRequest.ts +31 -0
  122. package/src/models/GetAppInstanceResponse.ts +40 -0
  123. package/src/models/GetAppInstanceResponseBody.ts +103 -0
  124. package/src/models/ListAppInstancesRequest.ts +107 -0
  125. package/src/models/ListAppInstancesResponse.ts +40 -0
  126. package/src/models/ListAppInstancesResponseBody.ts +151 -0
  127. package/src/models/ListAppInstancesShrinkRequest.ts +104 -0
  128. package/src/models/ModifyAppInstanceSpecRequest.ts +69 -0
  129. package/src/models/ModifyAppInstanceSpecResponse.ts +40 -0
  130. package/src/models/ModifyAppInstanceSpecResponseBody.ts +125 -0
  131. package/src/models/RefreshAppInstanceTicketRequest.ts +45 -0
  132. package/src/models/RefreshAppInstanceTicketResponse.ts +40 -0
  133. package/src/models/RefreshAppInstanceTicketResponseBody.ts +205 -0
  134. package/src/models/RenewAppInstanceRequest.ts +62 -0
  135. package/src/models/RenewAppInstanceResponse.ts +40 -0
  136. package/src/models/RenewAppInstanceResponseBody.ts +125 -0
  137. package/src/models/model.ts +37 -0
@@ -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 ModifyAppInstanceSpecResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 247748990880615
9
+ */
10
+ orderId?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ orderId: 'OrderId',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ orderId: 'string',
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 ModifyAppInstanceSpecResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * dewuApp
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/u6qw3gxzu3b7sbj/u6qw3gxzu3b7sbj.diff.zip?Expires=1740975709&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=FP7dDnkrLlOZHmRRORVqbLOtv9c%3D
56
+ */
57
+ dynamicMessage?: string;
58
+ errorArgs?: any[];
59
+ module?: ModifyAppInstanceSpecResponseBodyModule;
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: ModifyAppInstanceSpecResponseBodyModule,
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 RefreshAppInstanceTicketRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250703155602000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * ***
14
+ */
15
+ token?: string;
16
+ /**
17
+ * @example
18
+ * c5c354d7-5e68-443a-b7fc-767e6ede9deb
19
+ */
20
+ uuid?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ bizId: 'BizId',
24
+ token: 'Token',
25
+ uuid: 'Uuid',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ bizId: 'string',
32
+ token: 'string',
33
+ uuid: '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 { RefreshAppInstanceTicketResponseBody } from "./RefreshAppInstanceTicketResponseBody";
4
+
5
+
6
+ export class RefreshAppInstanceTicketResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: RefreshAppInstanceTicketResponseBody;
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: RefreshAppInstanceTicketResponseBody,
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,205 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class RefreshAppInstanceTicketResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 2025-12-18T22:30:00+08:00
9
+ */
10
+ accessTokenExpiresAt?: string;
11
+ /**
12
+ * @example
13
+ * 2025-12-18T22:30:00+08:00
14
+ */
15
+ accessTokenIssuedAt?: string;
16
+ /**
17
+ * @example
18
+ * 2108341e17661121129745384e79f9
19
+ */
20
+ accessTokenValue?: string;
21
+ /**
22
+ * @example
23
+ * 1907880872137014
24
+ */
25
+ aliyunPk?: string;
26
+ /**
27
+ * @example
28
+ * {}
29
+ */
30
+ attributes?: string;
31
+ /**
32
+ * @example
33
+ * authorization_code
34
+ */
35
+ authorizationGrantType?: string;
36
+ /**
37
+ * @remarks
38
+ * bid
39
+ *
40
+ * @example
41
+ * 26842
42
+ */
43
+ bid?: string;
44
+ /**
45
+ * @example
46
+ * 1907880872137014
47
+ */
48
+ parentPk?: string;
49
+ /**
50
+ * @example
51
+ * 2025-12-18T22:30:00+08:00
52
+ */
53
+ refreshTokenExpiresAt?: string;
54
+ /**
55
+ * @example
56
+ * 2025-12-18T22:30:00+08:00
57
+ */
58
+ refreshTokenIssuedAt?: string;
59
+ /**
60
+ * @example
61
+ * 2108341e17661121129745384e79f9
62
+ */
63
+ refreshTokenValue?: string;
64
+ /**
65
+ * @example
66
+ * 357504C7F21FCAE502756332ECE8B533
67
+ */
68
+ uuid?: string;
69
+ static names(): { [key: string]: string } {
70
+ return {
71
+ accessTokenExpiresAt: 'AccessTokenExpiresAt',
72
+ accessTokenIssuedAt: 'AccessTokenIssuedAt',
73
+ accessTokenValue: 'AccessTokenValue',
74
+ aliyunPk: 'AliyunPk',
75
+ attributes: 'Attributes',
76
+ authorizationGrantType: 'AuthorizationGrantType',
77
+ bid: 'Bid',
78
+ parentPk: 'ParentPk',
79
+ refreshTokenExpiresAt: 'RefreshTokenExpiresAt',
80
+ refreshTokenIssuedAt: 'RefreshTokenIssuedAt',
81
+ refreshTokenValue: 'RefreshTokenValue',
82
+ uuid: 'Uuid',
83
+ };
84
+ }
85
+
86
+ static types(): { [key: string]: any } {
87
+ return {
88
+ accessTokenExpiresAt: 'string',
89
+ accessTokenIssuedAt: 'string',
90
+ accessTokenValue: 'string',
91
+ aliyunPk: 'string',
92
+ attributes: 'string',
93
+ authorizationGrantType: 'string',
94
+ bid: 'string',
95
+ parentPk: 'string',
96
+ refreshTokenExpiresAt: 'string',
97
+ refreshTokenIssuedAt: 'string',
98
+ refreshTokenValue: 'string',
99
+ uuid: 'string',
100
+ };
101
+ }
102
+
103
+ validate() {
104
+ super.validate();
105
+ }
106
+
107
+ constructor(map?: { [key: string]: any }) {
108
+ super(map);
109
+ }
110
+ }
111
+
112
+ export class RefreshAppInstanceTicketResponseBody extends $dara.Model {
113
+ /**
114
+ * @example
115
+ * {}
116
+ */
117
+ accessDeniedDetail?: string;
118
+ /**
119
+ * @example
120
+ * False
121
+ */
122
+ allowRetry?: boolean;
123
+ /**
124
+ * @example
125
+ * mar
126
+ */
127
+ appName?: string;
128
+ /**
129
+ * @example
130
+ * ERROR-oo1
131
+ */
132
+ dynamicCode?: string;
133
+ /**
134
+ * @example
135
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/uoa11auyf2565k6/uoa11auyf2565k6.sql.zip?Expires=1730520371&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=WIutxAQYbbwxX0aeKmdObduLnDg%3D
136
+ */
137
+ dynamicMessage?: string;
138
+ errorArgs?: any[];
139
+ module?: RefreshAppInstanceTicketResponseBodyModule;
140
+ /**
141
+ * @remarks
142
+ * Id of the request
143
+ *
144
+ * @example
145
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
146
+ */
147
+ requestId?: string;
148
+ /**
149
+ * @example
150
+ * SYSTEM.ERROR
151
+ */
152
+ rootErrorCode?: string;
153
+ rootErrorMsg?: string;
154
+ /**
155
+ * @example
156
+ * True
157
+ */
158
+ synchro?: boolean;
159
+ static names(): { [key: string]: string } {
160
+ return {
161
+ accessDeniedDetail: 'AccessDeniedDetail',
162
+ allowRetry: 'AllowRetry',
163
+ appName: 'AppName',
164
+ dynamicCode: 'DynamicCode',
165
+ dynamicMessage: 'DynamicMessage',
166
+ errorArgs: 'ErrorArgs',
167
+ module: 'Module',
168
+ requestId: 'RequestId',
169
+ rootErrorCode: 'RootErrorCode',
170
+ rootErrorMsg: 'RootErrorMsg',
171
+ synchro: 'Synchro',
172
+ };
173
+ }
174
+
175
+ static types(): { [key: string]: any } {
176
+ return {
177
+ accessDeniedDetail: 'string',
178
+ allowRetry: 'boolean',
179
+ appName: 'string',
180
+ dynamicCode: 'string',
181
+ dynamicMessage: 'string',
182
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
183
+ module: RefreshAppInstanceTicketResponseBodyModule,
184
+ requestId: 'string',
185
+ rootErrorCode: 'string',
186
+ rootErrorMsg: 'string',
187
+ synchro: 'boolean',
188
+ };
189
+ }
190
+
191
+ validate() {
192
+ if(Array.isArray(this.errorArgs)) {
193
+ $dara.Model.validateArray(this.errorArgs);
194
+ }
195
+ if(this.module && typeof (this.module as any).validate === 'function') {
196
+ (this.module as any).validate();
197
+ }
198
+ super.validate();
199
+ }
200
+
201
+ constructor(map?: { [key: string]: any }) {
202
+ super(map);
203
+ }
204
+ }
205
+
@@ -0,0 +1,62 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class RenewAppInstanceRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250718165839000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * fdfjafdfadfenjeora
14
+ */
15
+ clientToken?: string;
16
+ /**
17
+ * @example
18
+ * 1
19
+ */
20
+ duration?: number;
21
+ extend?: string;
22
+ /**
23
+ * @example
24
+ * PayAsYouGo
25
+ */
26
+ paymentType?: string;
27
+ /**
28
+ * @example
29
+ * Month
30
+ */
31
+ pricingCycle?: string;
32
+ static names(): { [key: string]: string } {
33
+ return {
34
+ bizId: 'BizId',
35
+ clientToken: 'ClientToken',
36
+ duration: 'Duration',
37
+ extend: 'Extend',
38
+ paymentType: 'PaymentType',
39
+ pricingCycle: 'PricingCycle',
40
+ };
41
+ }
42
+
43
+ static types(): { [key: string]: any } {
44
+ return {
45
+ bizId: 'string',
46
+ clientToken: 'string',
47
+ duration: 'number',
48
+ extend: 'string',
49
+ paymentType: 'string',
50
+ pricingCycle: 'string',
51
+ };
52
+ }
53
+
54
+ validate() {
55
+ super.validate();
56
+ }
57
+
58
+ constructor(map?: { [key: string]: any }) {
59
+ super(map);
60
+ }
61
+ }
62
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { RenewAppInstanceResponseBody } from "./RenewAppInstanceResponseBody";
4
+
5
+
6
+ export class RenewAppInstanceResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: RenewAppInstanceResponseBody;
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: RenewAppInstanceResponseBody,
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 RenewAppInstanceResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 252126898290411
9
+ */
10
+ orderId?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ orderId: 'OrderId',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ orderId: 'string',
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 RenewAppInstanceResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * or
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?: RenewAppInstanceResponseBodyModule;
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: RenewAppInstanceResponseBodyModule,
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
+