@alicloud/websitebuild20250429 2.35.2 → 2.36.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.
- package/dist/client.d.ts +15 -0
- package/dist/client.js +42 -0
- package/dist/client.js.map +1 -1
- package/dist/models/GetAppCodeWorkspaceDetailResponseBody.d.ts +2 -2
- package/dist/models/GetAppPublishStatusResponseBody.d.ts +7 -3
- package/dist/models/GetAppPublishStatusResponseBody.js +11 -0
- package/dist/models/GetAppPublishStatusResponseBody.js.map +1 -1
- package/dist/models/ListAppPublishHistoryRequest.d.ts +1 -1
- package/dist/models/ListAppPublishHistoryResponseBody.d.ts +7 -3
- package/dist/models/ListAppPublishHistoryResponseBody.js +11 -0
- package/dist/models/ListAppPublishHistoryResponseBody.js.map +1 -1
- package/dist/models/QueryInspirationBalanceForPartnerRequest.d.ts +29 -0
- package/dist/models/QueryInspirationBalanceForPartnerRequest.js +60 -0
- package/dist/models/QueryInspirationBalanceForPartnerRequest.js.map +1 -0
- package/dist/models/QueryInspirationBalanceForPartnerResponse.d.ts +19 -0
- package/dist/models/QueryInspirationBalanceForPartnerResponse.js +69 -0
- package/dist/models/QueryInspirationBalanceForPartnerResponse.js.map +1 -0
- package/dist/models/QueryInspirationBalanceForPartnerResponseBody.d.ts +155 -0
- package/dist/models/QueryInspirationBalanceForPartnerResponseBody.js +113 -0
- package/dist/models/QueryInspirationBalanceForPartnerResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +4 -0
- package/dist/models/model.js +22 -13
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +46 -0
- package/src/models/GetAppCodeWorkspaceDetailResponseBody.ts +2 -2
- package/src/models/GetAppPublishStatusResponseBody.ts +18 -3
- package/src/models/ListAppPublishHistoryRequest.ts +1 -1
- package/src/models/ListAppPublishHistoryResponseBody.ts +18 -3
- package/src/models/QueryInspirationBalanceForPartnerRequest.ts +44 -0
- package/src/models/QueryInspirationBalanceForPartnerResponse.ts +40 -0
- package/src/models/QueryInspirationBalanceForPartnerResponseBody.ts +214 -0
- package/src/models/model.ts +4 -0
|
@@ -124,7 +124,7 @@ export declare class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
|
|
|
124
124
|
dynamicCode?: string;
|
|
125
125
|
/**
|
|
126
126
|
* @remarks
|
|
127
|
-
* The dynamic error message, which is used to replace the `%s`
|
|
127
|
+
* The dynamic error message, which is used to replace the `%s` placeholder in the **ErrMessage** parameter.
|
|
128
128
|
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the value of the request parameter **DtsJobId** is invalid.
|
|
129
129
|
*
|
|
130
130
|
* @example
|
|
@@ -162,7 +162,7 @@ export declare class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
|
|
|
162
162
|
* The exception message.
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
|
-
* System exception
|
|
165
|
+
* System exception
|
|
166
166
|
*/
|
|
167
167
|
rootErrorMsg?: string;
|
|
168
168
|
/**
|
|
@@ -16,6 +16,7 @@ export declare class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
16
16
|
* PRE_CHECK
|
|
17
17
|
*/
|
|
18
18
|
currentStep?: string;
|
|
19
|
+
currentStepCode?: string;
|
|
19
20
|
/**
|
|
20
21
|
* @remarks
|
|
21
22
|
* The deployment channel.
|
|
@@ -40,9 +41,10 @@ export declare class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
40
41
|
* abc
|
|
41
42
|
*/
|
|
42
43
|
errorStep?: string;
|
|
44
|
+
errorStepCode?: string;
|
|
43
45
|
/**
|
|
44
46
|
* @remarks
|
|
45
|
-
* Indicates whether the task is
|
|
47
|
+
* Indicates whether the task is completed.
|
|
46
48
|
*/
|
|
47
49
|
isFinish?: boolean;
|
|
48
50
|
/**
|
|
@@ -73,6 +75,7 @@ export declare class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
73
75
|
* DESC
|
|
74
76
|
*/
|
|
75
77
|
orderType?: string;
|
|
78
|
+
orderTypeCode?: string;
|
|
76
79
|
/**
|
|
77
80
|
* @remarks
|
|
78
81
|
* The task completion percentage.
|
|
@@ -115,6 +118,7 @@ export declare class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
115
118
|
* 865181640657408
|
|
116
119
|
*/
|
|
117
120
|
siteId?: string;
|
|
121
|
+
stepCodes?: string[];
|
|
118
122
|
/**
|
|
119
123
|
* @remarks
|
|
120
124
|
* The error level. Valid values: FATAL, ERROR, WARNING, and CRITICAL.
|
|
@@ -135,7 +139,7 @@ export declare class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
135
139
|
export declare class GetAppPublishStatusResponseBody extends $dara.Model {
|
|
136
140
|
/**
|
|
137
141
|
* @remarks
|
|
138
|
-
* The detailed reason
|
|
142
|
+
* The detailed reason for access denial.
|
|
139
143
|
*
|
|
140
144
|
* @example
|
|
141
145
|
* {}
|
|
@@ -204,7 +208,7 @@ export declare class GetAppPublishStatusResponseBody extends $dara.Model {
|
|
|
204
208
|
* The exception message.
|
|
205
209
|
*
|
|
206
210
|
* @example
|
|
207
|
-
*
|
|
211
|
+
* System exception
|
|
208
212
|
*/
|
|
209
213
|
rootErrorMsg?: string;
|
|
210
214
|
/**
|
|
@@ -41,18 +41,22 @@ class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
41
41
|
return {
|
|
42
42
|
canQuickRevert: 'CanQuickRevert',
|
|
43
43
|
currentStep: 'CurrentStep',
|
|
44
|
+
currentStepCode: 'CurrentStepCode',
|
|
44
45
|
deployChannel: 'DeployChannel',
|
|
45
46
|
description: 'Description',
|
|
46
47
|
errorStep: 'ErrorStep',
|
|
48
|
+
errorStepCode: 'ErrorStepCode',
|
|
47
49
|
isFinish: 'IsFinish',
|
|
48
50
|
isSuccess: 'IsSuccess',
|
|
49
51
|
msg: 'Msg',
|
|
50
52
|
orderType: 'OrderType',
|
|
53
|
+
orderTypeCode: 'OrderTypeCode',
|
|
51
54
|
percent: 'Percent',
|
|
52
55
|
publishNumber: 'PublishNumber',
|
|
53
56
|
publishOrderId: 'PublishOrderId',
|
|
54
57
|
publishTime: 'PublishTime',
|
|
55
58
|
siteId: 'SiteId',
|
|
59
|
+
stepCodes: 'StepCodes',
|
|
56
60
|
steps: 'Steps',
|
|
57
61
|
subchannel: 'Subchannel',
|
|
58
62
|
};
|
|
@@ -61,23 +65,30 @@ class GetAppPublishStatusResponseBodyModule extends $dara.Model {
|
|
|
61
65
|
return {
|
|
62
66
|
canQuickRevert: 'string',
|
|
63
67
|
currentStep: 'string',
|
|
68
|
+
currentStepCode: 'string',
|
|
64
69
|
deployChannel: 'string',
|
|
65
70
|
description: 'string',
|
|
66
71
|
errorStep: 'string',
|
|
72
|
+
errorStepCode: 'string',
|
|
67
73
|
isFinish: 'boolean',
|
|
68
74
|
isSuccess: 'boolean',
|
|
69
75
|
msg: 'string',
|
|
70
76
|
orderType: 'string',
|
|
77
|
+
orderTypeCode: 'string',
|
|
71
78
|
percent: 'number',
|
|
72
79
|
publishNumber: 'string',
|
|
73
80
|
publishOrderId: 'number',
|
|
74
81
|
publishTime: 'string',
|
|
75
82
|
siteId: 'string',
|
|
83
|
+
stepCodes: { 'type': 'array', 'itemType': 'string' },
|
|
76
84
|
steps: { 'type': 'array', 'itemType': 'string' },
|
|
77
85
|
subchannel: 'string',
|
|
78
86
|
};
|
|
79
87
|
}
|
|
80
88
|
validate() {
|
|
89
|
+
if (Array.isArray(this.stepCodes)) {
|
|
90
|
+
$dara.Model.validateArray(this.stepCodes);
|
|
91
|
+
}
|
|
81
92
|
if (Array.isArray(this.steps)) {
|
|
82
93
|
$dara.Model.validateArray(this.steps);
|
|
83
94
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetAppPublishStatusResponseBody.js","sourceRoot":"","sources":["../../src/models/GetAppPublishStatusResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetAppPublishStatusResponseBody.js","sourceRoot":"","sources":["../../src/models/GetAppPublishStatusResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,6 +17,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
17
17
|
* PRE_CHECK
|
|
18
18
|
*/
|
|
19
19
|
currentStep?: string;
|
|
20
|
+
currentStepCode?: string;
|
|
20
21
|
/**
|
|
21
22
|
* @remarks
|
|
22
23
|
* The deployment channel.
|
|
@@ -41,6 +42,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
41
42
|
* error
|
|
42
43
|
*/
|
|
43
44
|
errorStep?: string;
|
|
45
|
+
errorStepCode?: string;
|
|
44
46
|
/**
|
|
45
47
|
* @remarks
|
|
46
48
|
* Indicates whether the task is complete.
|
|
@@ -48,7 +50,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
48
50
|
isFinish?: boolean;
|
|
49
51
|
/**
|
|
50
52
|
* @remarks
|
|
51
|
-
* Indicates whether the resource allocation of the business unit is successful.
|
|
53
|
+
* Indicates whether the resource allocation of the business unit is successful. Valid values:
|
|
52
54
|
* - true: The allocation is successful.
|
|
53
55
|
* - false: The allocation failed.
|
|
54
56
|
*
|
|
@@ -72,6 +74,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
72
74
|
* DESC
|
|
73
75
|
*/
|
|
74
76
|
orderType?: string;
|
|
77
|
+
orderTypeCode?: string;
|
|
75
78
|
/**
|
|
76
79
|
* @remarks
|
|
77
80
|
* The transcoding progress.
|
|
@@ -106,9 +109,10 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
106
109
|
* 2026
|
|
107
110
|
*/
|
|
108
111
|
publishTime?: string;
|
|
112
|
+
stepCodes?: string[];
|
|
109
113
|
/**
|
|
110
114
|
* @remarks
|
|
111
|
-
* The
|
|
115
|
+
* The specific component configurations.
|
|
112
116
|
*/
|
|
113
117
|
steps?: string[];
|
|
114
118
|
subchannel?: string;
|
|
@@ -179,7 +183,7 @@ export declare class ListAppPublishHistoryResponseBodyModule extends $dara.Model
|
|
|
179
183
|
export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
180
184
|
/**
|
|
181
185
|
* @remarks
|
|
182
|
-
* The
|
|
186
|
+
* The detailed reason why access was denied.
|
|
183
187
|
*
|
|
184
188
|
* @example
|
|
185
189
|
* {}
|
|
@@ -42,17 +42,21 @@ class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model {
|
|
|
42
42
|
canQuickRevert: 'CanQuickRevert',
|
|
43
43
|
commitHash: 'CommitHash',
|
|
44
44
|
currentStep: 'CurrentStep',
|
|
45
|
+
currentStepCode: 'CurrentStepCode',
|
|
45
46
|
deployChannel: 'DeployChannel',
|
|
46
47
|
description: 'Description',
|
|
47
48
|
errorStep: 'ErrorStep',
|
|
49
|
+
errorStepCode: 'ErrorStepCode',
|
|
48
50
|
isFinish: 'IsFinish',
|
|
49
51
|
isSuccess: 'IsSuccess',
|
|
50
52
|
msg: 'Msg',
|
|
51
53
|
orderType: 'OrderType',
|
|
54
|
+
orderTypeCode: 'OrderTypeCode',
|
|
52
55
|
percent: 'Percent',
|
|
53
56
|
publishNumber: 'PublishNumber',
|
|
54
57
|
publishOrderId: 'PublishOrderId',
|
|
55
58
|
publishTime: 'PublishTime',
|
|
59
|
+
stepCodes: 'StepCodes',
|
|
56
60
|
steps: 'Steps',
|
|
57
61
|
subchannel: 'Subchannel',
|
|
58
62
|
};
|
|
@@ -62,22 +66,29 @@ class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model {
|
|
|
62
66
|
canQuickRevert: 'string',
|
|
63
67
|
commitHash: 'string',
|
|
64
68
|
currentStep: 'string',
|
|
69
|
+
currentStepCode: 'string',
|
|
65
70
|
deployChannel: 'string',
|
|
66
71
|
description: 'string',
|
|
67
72
|
errorStep: 'string',
|
|
73
|
+
errorStepCode: 'string',
|
|
68
74
|
isFinish: 'boolean',
|
|
69
75
|
isSuccess: 'boolean',
|
|
70
76
|
msg: 'string',
|
|
71
77
|
orderType: 'string',
|
|
78
|
+
orderTypeCode: 'string',
|
|
72
79
|
percent: 'number',
|
|
73
80
|
publishNumber: 'string',
|
|
74
81
|
publishOrderId: 'number',
|
|
75
82
|
publishTime: 'string',
|
|
83
|
+
stepCodes: { 'type': 'array', 'itemType': 'string' },
|
|
76
84
|
steps: { 'type': 'array', 'itemType': 'string' },
|
|
77
85
|
subchannel: 'string',
|
|
78
86
|
};
|
|
79
87
|
}
|
|
80
88
|
validate() {
|
|
89
|
+
if (Array.isArray(this.stepCodes)) {
|
|
90
|
+
$dara.Model.validateArray(this.stepCodes);
|
|
91
|
+
}
|
|
81
92
|
if (Array.isArray(this.steps)) {
|
|
82
93
|
$dara.Model.validateArray(this.steps);
|
|
83
94
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListAppPublishHistoryResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAppPublishHistoryResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8CAA+C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListAppPublishHistoryResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAppPublishHistoryResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryInspirationBalanceForPartnerRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The owner ID, which can be a website ID or an Alibaba Cloud account ID.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 123456
|
|
9
|
+
*/
|
|
10
|
+
belongId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The type of the owner ID. Valid values: siteId and uid.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* USER
|
|
17
|
+
*/
|
|
18
|
+
belongIdType?: string;
|
|
19
|
+
static names(): {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
static types(): {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
validate(): void;
|
|
26
|
+
constructor(map?: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.QueryInspirationBalanceForPartnerRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class QueryInspirationBalanceForPartnerRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
belongId: 'BelongId',
|
|
43
|
+
belongIdType: 'BelongIdType',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
belongId: 'string',
|
|
49
|
+
belongIdType: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.QueryInspirationBalanceForPartnerRequest = QueryInspirationBalanceForPartnerRequest;
|
|
60
|
+
//# sourceMappingURL=QueryInspirationBalanceForPartnerRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryInspirationBalanceForPartnerRequest.js","sourceRoot":"","sources":["../../src/models/QueryInspirationBalanceForPartnerRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAiBvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;SACvB,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;AAtCD,4FAsCC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { QueryInspirationBalanceForPartnerResponseBody } from "./QueryInspirationBalanceForPartnerResponseBody";
|
|
3
|
+
export declare class QueryInspirationBalanceForPartnerResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: QueryInspirationBalanceForPartnerResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.QueryInspirationBalanceForPartnerResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const QueryInspirationBalanceForPartnerResponseBody_1 = require("./QueryInspirationBalanceForPartnerResponseBody");
|
|
40
|
+
class QueryInspirationBalanceForPartnerResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: QueryInspirationBalanceForPartnerResponseBody_1.QueryInspirationBalanceForPartnerResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.QueryInspirationBalanceForPartnerResponse = QueryInspirationBalanceForPartnerResponse;
|
|
69
|
+
//# sourceMappingURL=QueryInspirationBalanceForPartnerResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryInspirationBalanceForPartnerResponse.js","sourceRoot":"","sources":["../../src/models/QueryInspirationBalanceForPartnerResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mHAAgH;AAGhH,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;IAIxE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,6FAA6C;SACpD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,8FAiCC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class QueryInspirationBalanceForPartnerResponseBodyModule extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The remaining amount, calculated as totalQuota minus totalUsed.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 8
|
|
9
|
+
*/
|
|
10
|
+
remaining?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The remaining amount as a precise value. This field is of the String type and supports decimal display.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 10
|
|
17
|
+
*/
|
|
18
|
+
remainingStr?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The total quota, which is the sum of initQuota for all valid accounts.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* 10
|
|
25
|
+
*/
|
|
26
|
+
totalQuota?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The total quota as a precise value. This field is of the String type and supports decimal display.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* 10
|
|
33
|
+
*/
|
|
34
|
+
totalQuotaStr?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The total consumed amount, which is the sum of used for all valid accounts.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* 1
|
|
41
|
+
*/
|
|
42
|
+
totalUsed?: number;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The total consumed amount as a precise value. This field is of the String type and supports decimal display.
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* 10
|
|
49
|
+
*/
|
|
50
|
+
totalUsedStr?: string;
|
|
51
|
+
static names(): {
|
|
52
|
+
[key: string]: string;
|
|
53
|
+
};
|
|
54
|
+
static types(): {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
};
|
|
57
|
+
validate(): void;
|
|
58
|
+
constructor(map?: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
export declare class QueryInspirationBalanceForPartnerResponseBody extends $dara.Model {
|
|
63
|
+
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The access denied details.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* {}
|
|
69
|
+
*/
|
|
70
|
+
accessDeniedDetail?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* Indicates whether retry is allowed.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* False
|
|
77
|
+
*/
|
|
78
|
+
allowRetry?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The application name.
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* ish-intelligence-store-platform-admin-web
|
|
85
|
+
*/
|
|
86
|
+
appName?: string;
|
|
87
|
+
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* The dynamic error code.
|
|
90
|
+
*
|
|
91
|
+
* @example
|
|
92
|
+
* ERROR-oo1
|
|
93
|
+
*/
|
|
94
|
+
dynamicCode?: string;
|
|
95
|
+
/**
|
|
96
|
+
* @remarks
|
|
97
|
+
* The dynamic message.
|
|
98
|
+
*
|
|
99
|
+
* @example
|
|
100
|
+
* SYSTEM_ERROR
|
|
101
|
+
*/
|
|
102
|
+
dynamicMessage?: string;
|
|
103
|
+
/**
|
|
104
|
+
* @remarks
|
|
105
|
+
* The error parameters.
|
|
106
|
+
*/
|
|
107
|
+
errorArgs?: any[];
|
|
108
|
+
/**
|
|
109
|
+
* @remarks
|
|
110
|
+
* The response data.
|
|
111
|
+
*/
|
|
112
|
+
module?: QueryInspirationBalanceForPartnerResponseBodyModule;
|
|
113
|
+
/**
|
|
114
|
+
* @remarks
|
|
115
|
+
* Id of the request
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
119
|
+
*/
|
|
120
|
+
requestId?: string;
|
|
121
|
+
/**
|
|
122
|
+
* @remarks
|
|
123
|
+
* The error code.
|
|
124
|
+
*
|
|
125
|
+
* @example
|
|
126
|
+
* SYSTEM.ERROR
|
|
127
|
+
*/
|
|
128
|
+
rootErrorCode?: string;
|
|
129
|
+
/**
|
|
130
|
+
* @remarks
|
|
131
|
+
* The error message.
|
|
132
|
+
*
|
|
133
|
+
* @example
|
|
134
|
+
* System exception
|
|
135
|
+
*/
|
|
136
|
+
rootErrorMsg?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @remarks
|
|
139
|
+
* The reserved parameter.
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* True
|
|
143
|
+
*/
|
|
144
|
+
synchro?: boolean;
|
|
145
|
+
static names(): {
|
|
146
|
+
[key: string]: string;
|
|
147
|
+
};
|
|
148
|
+
static types(): {
|
|
149
|
+
[key: string]: any;
|
|
150
|
+
};
|
|
151
|
+
validate(): void;
|
|
152
|
+
constructor(map?: {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
});
|
|
155
|
+
}
|