@alicloud/mpaas20201028 3.1.0 → 3.2.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.
- package/dist/client.d.ts +93 -4
- package/dist/client.js +355 -5
- package/dist/client.js.map +1 -1
- package/dist/models/CreatePayOrderToMsenceRequest.d.ts +60 -0
- package/dist/models/CreatePayOrderToMsenceRequest.js +77 -0
- package/dist/models/CreatePayOrderToMsenceRequest.js.map +1 -0
- package/dist/models/CreatePayOrderToMsenceResponse.d.ts +19 -0
- package/dist/models/CreatePayOrderToMsenceResponse.js +69 -0
- package/dist/models/CreatePayOrderToMsenceResponse.js.map +1 -0
- package/dist/models/CreatePayOrderToMsenceResponseBody.d.ts +59 -0
- package/dist/models/CreatePayOrderToMsenceResponseBody.js +90 -0
- package/dist/models/CreatePayOrderToMsenceResponseBody.js.map +1 -0
- package/dist/models/CreatePayOrderToMsenceShrinkRequest.d.ts +58 -0
- package/dist/models/CreatePayOrderToMsenceShrinkRequest.js +74 -0
- package/dist/models/CreatePayOrderToMsenceShrinkRequest.js.map +1 -0
- package/dist/models/GetAuthTokenToMsenceRequest.d.ts +43 -0
- package/dist/models/GetAuthTokenToMsenceRequest.js +68 -0
- package/dist/models/GetAuthTokenToMsenceRequest.js.map +1 -0
- package/dist/models/GetAuthTokenToMsenceResponse.d.ts +19 -0
- package/dist/models/GetAuthTokenToMsenceResponse.js +69 -0
- package/dist/models/GetAuthTokenToMsenceResponse.js.map +1 -0
- package/dist/models/GetAuthTokenToMsenceResponseBody.d.ts +74 -0
- package/dist/models/GetAuthTokenToMsenceResponseBody.js +96 -0
- package/dist/models/GetAuthTokenToMsenceResponseBody.js.map +1 -0
- package/dist/models/ListCubecardAppsRequest.d.ts +13 -0
- package/dist/models/ListCubecardAppsRequest.js +54 -0
- package/dist/models/ListCubecardAppsRequest.js.map +1 -0
- package/dist/models/QueryPayOrderToMsenceRequest.d.ts +43 -0
- package/dist/models/QueryPayOrderToMsenceRequest.js +68 -0
- package/dist/models/QueryPayOrderToMsenceRequest.js.map +1 -0
- package/dist/models/QueryPayOrderToMsenceResponse.d.ts +19 -0
- package/dist/models/QueryPayOrderToMsenceResponse.js +69 -0
- package/dist/models/QueryPayOrderToMsenceResponse.js.map +1 -0
- package/dist/models/QueryPayOrderToMsenceResponseBody.d.ts +54 -0
- package/dist/models/QueryPayOrderToMsenceResponseBody.js +88 -0
- package/dist/models/QueryPayOrderToMsenceResponseBody.js.map +1 -0
- package/dist/models/QueryUserInfoToMsenceRequest.d.ts +43 -0
- package/dist/models/QueryUserInfoToMsenceRequest.js +68 -0
- package/dist/models/QueryUserInfoToMsenceRequest.js.map +1 -0
- package/dist/models/QueryUserInfoToMsenceResponse.d.ts +19 -0
- package/dist/models/QueryUserInfoToMsenceResponse.js +69 -0
- package/dist/models/QueryUserInfoToMsenceResponse.js.map +1 -0
- package/dist/models/QueryUserInfoToMsenceResponseBody.d.ts +61 -0
- package/dist/models/QueryUserInfoToMsenceResponseBody.js +92 -0
- package/dist/models/QueryUserInfoToMsenceResponseBody.js.map +1 -0
- package/dist/models/SaveOrderRelationInfoToMsenceRequest.d.ts +63 -0
- package/dist/models/SaveOrderRelationInfoToMsenceRequest.js +76 -0
- package/dist/models/SaveOrderRelationInfoToMsenceRequest.js.map +1 -0
- package/dist/models/SaveOrderRelationInfoToMsenceResponse.d.ts +19 -0
- package/dist/models/SaveOrderRelationInfoToMsenceResponse.js +69 -0
- package/dist/models/SaveOrderRelationInfoToMsenceResponse.js.map +1 -0
- package/dist/models/SaveOrderRelationInfoToMsenceResponseBody.d.ts +54 -0
- package/dist/models/SaveOrderRelationInfoToMsenceResponseBody.js +88 -0
- package/dist/models/SaveOrderRelationInfoToMsenceResponseBody.js.map +1 -0
- package/dist/models/VirtualDeliveryToMsceneRequest.d.ts +43 -0
- package/dist/models/VirtualDeliveryToMsceneRequest.js +68 -0
- package/dist/models/VirtualDeliveryToMsceneRequest.js.map +1 -0
- package/dist/models/VirtualDeliveryToMsceneResponse.d.ts +19 -0
- package/dist/models/VirtualDeliveryToMsceneResponse.js +69 -0
- package/dist/models/VirtualDeliveryToMsceneResponse.js.map +1 -0
- package/dist/models/VirtualDeliveryToMsceneResponseBody.d.ts +54 -0
- package/dist/models/VirtualDeliveryToMsceneResponseBody.js +88 -0
- package/dist/models/VirtualDeliveryToMsceneResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +26 -0
- package/dist/models/model.js +65 -13
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +411 -5
- package/src/models/CreatePayOrderToMsenceRequest.ts +90 -0
- package/src/models/CreatePayOrderToMsenceResponse.ts +40 -0
- package/src/models/CreatePayOrderToMsenceResponseBody.ts +95 -0
- package/src/models/CreatePayOrderToMsenceShrinkRequest.ts +87 -0
- package/src/models/GetAuthTokenToMsenceRequest.ts +66 -0
- package/src/models/GetAuthTokenToMsenceResponse.ts +40 -0
- package/src/models/GetAuthTokenToMsenceResponseBody.ts +116 -0
- package/src/models/ListCubecardAppsRequest.ts +24 -0
- package/src/models/QueryPayOrderToMsenceRequest.ts +66 -0
- package/src/models/QueryPayOrderToMsenceResponse.ts +40 -0
- package/src/models/QueryPayOrderToMsenceResponseBody.ts +88 -0
- package/src/models/QueryUserInfoToMsenceRequest.ts +66 -0
- package/src/models/QueryUserInfoToMsenceResponse.ts +40 -0
- package/src/models/QueryUserInfoToMsenceResponseBody.ts +99 -0
- package/src/models/SaveOrderRelationInfoToMsenceRequest.ts +94 -0
- package/src/models/SaveOrderRelationInfoToMsenceResponse.ts +40 -0
- package/src/models/SaveOrderRelationInfoToMsenceResponseBody.ts +88 -0
- package/src/models/VirtualDeliveryToMsceneRequest.ts +66 -0
- package/src/models/VirtualDeliveryToMsceneResponse.ts +40 -0
- package/src/models/VirtualDeliveryToMsceneResponseBody.ts +88 -0
- package/src/models/model.ts +26 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryUserInfoToMsenceResponseBodyMpaasUserInfoShareResponse extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* -
|
|
9
|
+
*/
|
|
10
|
+
avatar?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 0
|
|
14
|
+
*/
|
|
15
|
+
gender?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* -
|
|
19
|
+
*/
|
|
20
|
+
nickName?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
avatar: 'Avatar',
|
|
24
|
+
gender: 'Gender',
|
|
25
|
+
nickName: 'NickName',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
avatar: 'string',
|
|
32
|
+
gender: 'string',
|
|
33
|
+
nickName: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export class QueryUserInfoToMsenceResponseBody extends $dara.Model {
|
|
47
|
+
mpaasUserInfoShareResponse?: QueryUserInfoToMsenceResponseBodyMpaasUserInfoShareResponse;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* 11E66B29-9E5E-5C10-B64E-B5A0E0F26355
|
|
51
|
+
*/
|
|
52
|
+
requestId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @example
|
|
55
|
+
* 200
|
|
56
|
+
*/
|
|
57
|
+
resultCode?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* SUCCESS
|
|
61
|
+
*/
|
|
62
|
+
resultMsg?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @example
|
|
65
|
+
* true
|
|
66
|
+
*/
|
|
67
|
+
success?: boolean;
|
|
68
|
+
static names(): { [key: string]: string } {
|
|
69
|
+
return {
|
|
70
|
+
mpaasUserInfoShareResponse: 'MpaasUserInfoShareResponse',
|
|
71
|
+
requestId: 'RequestId',
|
|
72
|
+
resultCode: 'ResultCode',
|
|
73
|
+
resultMsg: 'ResultMsg',
|
|
74
|
+
success: 'Success',
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
static types(): { [key: string]: any } {
|
|
79
|
+
return {
|
|
80
|
+
mpaasUserInfoShareResponse: QueryUserInfoToMsenceResponseBodyMpaasUserInfoShareResponse,
|
|
81
|
+
requestId: 'string',
|
|
82
|
+
resultCode: 'string',
|
|
83
|
+
resultMsg: 'string',
|
|
84
|
+
success: 'boolean',
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
validate() {
|
|
89
|
+
if(this.mpaasUserInfoShareResponse && typeof (this.mpaasUserInfoShareResponse as any).validate === 'function') {
|
|
90
|
+
(this.mpaasUserInfoShareResponse as any).validate();
|
|
91
|
+
}
|
|
92
|
+
super.validate();
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
constructor(map?: { [key: string]: any }) {
|
|
96
|
+
super(map);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SaveOrderRelationInfoToMsenceRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 100
|
|
9
|
+
*/
|
|
10
|
+
amount?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* ALIPUBE5C3F6D091419
|
|
14
|
+
*/
|
|
15
|
+
appId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 3929520
|
|
19
|
+
*/
|
|
20
|
+
bizOrderId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 2
|
|
24
|
+
*/
|
|
25
|
+
bizOrderStatus?: number;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* test_custom_id
|
|
29
|
+
*/
|
|
30
|
+
customId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* 123321
|
|
34
|
+
*/
|
|
35
|
+
miniProgramId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* 123456
|
|
39
|
+
*/
|
|
40
|
+
openUid?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* mPaaS_Goosefish
|
|
44
|
+
*/
|
|
45
|
+
platformId?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* NPHTGKNR
|
|
49
|
+
*/
|
|
50
|
+
tenantId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @example
|
|
53
|
+
* default
|
|
54
|
+
*/
|
|
55
|
+
workspaceId?: string;
|
|
56
|
+
static names(): { [key: string]: string } {
|
|
57
|
+
return {
|
|
58
|
+
amount: 'Amount',
|
|
59
|
+
appId: 'AppId',
|
|
60
|
+
bizOrderId: 'BizOrderId',
|
|
61
|
+
bizOrderStatus: 'BizOrderStatus',
|
|
62
|
+
customId: 'CustomId',
|
|
63
|
+
miniProgramId: 'MiniProgramId',
|
|
64
|
+
openUid: 'OpenUid',
|
|
65
|
+
platformId: 'PlatformId',
|
|
66
|
+
tenantId: 'TenantId',
|
|
67
|
+
workspaceId: 'WorkspaceId',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
static types(): { [key: string]: any } {
|
|
72
|
+
return {
|
|
73
|
+
amount: 'number',
|
|
74
|
+
appId: 'string',
|
|
75
|
+
bizOrderId: 'string',
|
|
76
|
+
bizOrderStatus: 'number',
|
|
77
|
+
customId: 'string',
|
|
78
|
+
miniProgramId: 'string',
|
|
79
|
+
openUid: 'string',
|
|
80
|
+
platformId: 'string',
|
|
81
|
+
tenantId: 'string',
|
|
82
|
+
workspaceId: 'string',
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
validate() {
|
|
87
|
+
super.validate();
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
constructor(map?: { [key: string]: any }) {
|
|
91
|
+
super(map);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { SaveOrderRelationInfoToMsenceResponseBody } from "./SaveOrderRelationInfoToMsenceResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class SaveOrderRelationInfoToMsenceResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: SaveOrderRelationInfoToMsenceResponseBody;
|
|
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: SaveOrderRelationInfoToMsenceResponseBody,
|
|
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,88 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SaveOrderRelationInfoToMsenceResponseBodyMpaasSaveOrderRelationResponse 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 SaveOrderRelationInfoToMsenceResponseBody extends $dara.Model {
|
|
33
|
+
mpaasSaveOrderRelationResponse?: SaveOrderRelationInfoToMsenceResponseBodyMpaasSaveOrderRelationResponse;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* Id of the request
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* 11E66B29-9E5E-5C10-B64E-B5A0E0F26355
|
|
40
|
+
*/
|
|
41
|
+
requestId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* 200
|
|
45
|
+
*/
|
|
46
|
+
resultCode?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @example
|
|
49
|
+
* SUCCESS
|
|
50
|
+
*/
|
|
51
|
+
resultMsg?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @example
|
|
54
|
+
* true
|
|
55
|
+
*/
|
|
56
|
+
success?: boolean;
|
|
57
|
+
static names(): { [key: string]: string } {
|
|
58
|
+
return {
|
|
59
|
+
mpaasSaveOrderRelationResponse: 'MpaasSaveOrderRelationResponse',
|
|
60
|
+
requestId: 'RequestId',
|
|
61
|
+
resultCode: 'ResultCode',
|
|
62
|
+
resultMsg: 'ResultMsg',
|
|
63
|
+
success: 'Success',
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
static types(): { [key: string]: any } {
|
|
68
|
+
return {
|
|
69
|
+
mpaasSaveOrderRelationResponse: SaveOrderRelationInfoToMsenceResponseBodyMpaasSaveOrderRelationResponse,
|
|
70
|
+
requestId: 'string',
|
|
71
|
+
resultCode: 'string',
|
|
72
|
+
resultMsg: 'string',
|
|
73
|
+
success: 'boolean',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
validate() {
|
|
78
|
+
if(this.mpaasSaveOrderRelationResponse && typeof (this.mpaasSaveOrderRelationResponse as any).validate === 'function') {
|
|
79
|
+
(this.mpaasSaveOrderRelationResponse as any).validate();
|
|
80
|
+
}
|
|
81
|
+
super.validate();
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
constructor(map?: { [key: string]: any }) {
|
|
85
|
+
super(map);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class VirtualDeliveryToMsceneRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* ALIPUBE5C3F6D091419
|
|
9
|
+
*/
|
|
10
|
+
appId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* test_custom_id
|
|
14
|
+
*/
|
|
15
|
+
customId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 1000001221323232
|
|
19
|
+
*/
|
|
20
|
+
miniProgramId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* mPaaS_Goosefish
|
|
24
|
+
*/
|
|
25
|
+
platformId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* IDUKCGEB
|
|
29
|
+
*/
|
|
30
|
+
tenantId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* default
|
|
34
|
+
*/
|
|
35
|
+
workspaceId?: string;
|
|
36
|
+
static names(): { [key: string]: string } {
|
|
37
|
+
return {
|
|
38
|
+
appId: 'AppId',
|
|
39
|
+
customId: 'CustomId',
|
|
40
|
+
miniProgramId: 'MiniProgramId',
|
|
41
|
+
platformId: 'PlatformId',
|
|
42
|
+
tenantId: 'TenantId',
|
|
43
|
+
workspaceId: 'WorkspaceId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
static types(): { [key: string]: any } {
|
|
48
|
+
return {
|
|
49
|
+
appId: 'string',
|
|
50
|
+
customId: 'string',
|
|
51
|
+
miniProgramId: 'string',
|
|
52
|
+
platformId: 'string',
|
|
53
|
+
tenantId: 'string',
|
|
54
|
+
workspaceId: 'string',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
validate() {
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
constructor(map?: { [key: string]: any }) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { VirtualDeliveryToMsceneResponseBody } from "./VirtualDeliveryToMsceneResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class VirtualDeliveryToMsceneResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: VirtualDeliveryToMsceneResponseBody;
|
|
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: VirtualDeliveryToMsceneResponseBody,
|
|
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,88 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class VirtualDeliveryToMsceneResponseBodyMpaasUserGamecenterPaymentVirtualdeliveryResponse 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 VirtualDeliveryToMsceneResponseBody extends $dara.Model {
|
|
33
|
+
mpaasUserGamecenterPaymentVirtualdeliveryResponse?: VirtualDeliveryToMsceneResponseBodyMpaasUserGamecenterPaymentVirtualdeliveryResponse;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* Id of the request
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* ac1f0083177615939018778261913
|
|
40
|
+
*/
|
|
41
|
+
requestId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* 200
|
|
45
|
+
*/
|
|
46
|
+
resultCode?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @example
|
|
49
|
+
* SUCCESS
|
|
50
|
+
*/
|
|
51
|
+
resultMsg?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @example
|
|
54
|
+
* true
|
|
55
|
+
*/
|
|
56
|
+
success?: boolean;
|
|
57
|
+
static names(): { [key: string]: string } {
|
|
58
|
+
return {
|
|
59
|
+
mpaasUserGamecenterPaymentVirtualdeliveryResponse: 'MpaasUserGamecenterPaymentVirtualdeliveryResponse',
|
|
60
|
+
requestId: 'RequestId',
|
|
61
|
+
resultCode: 'ResultCode',
|
|
62
|
+
resultMsg: 'ResultMsg',
|
|
63
|
+
success: 'Success',
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
static types(): { [key: string]: any } {
|
|
68
|
+
return {
|
|
69
|
+
mpaasUserGamecenterPaymentVirtualdeliveryResponse: VirtualDeliveryToMsceneResponseBodyMpaasUserGamecenterPaymentVirtualdeliveryResponse,
|
|
70
|
+
requestId: 'string',
|
|
71
|
+
resultCode: 'string',
|
|
72
|
+
resultMsg: 'string',
|
|
73
|
+
success: 'boolean',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
validate() {
|
|
78
|
+
if(this.mpaasUserGamecenterPaymentVirtualdeliveryResponse && typeof (this.mpaasUserGamecenterPaymentVirtualdeliveryResponse as any).validate === 'function') {
|
|
79
|
+
(this.mpaasUserGamecenterPaymentVirtualdeliveryResponse as any).validate();
|
|
80
|
+
}
|
|
81
|
+
super.validate();
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
constructor(map?: { [key: string]: any }) {
|
|
85
|
+
super(map);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -31,6 +31,7 @@ export { CreateMdsCubeTemplateResponseBodyResultContentData } from './CreateMdsC
|
|
|
31
31
|
export { CreateMdsCubeTemplateResponseBodyResultContent } from './CreateMdsCubeTemplateResponseBody';
|
|
32
32
|
export { CreateMdsMiniprogramTaskResponseBodyResultContentData } from './CreateMdsMiniprogramTaskResponseBody';
|
|
33
33
|
export { CreateMdsMiniprogramTaskResponseBodyResultContent } from './CreateMdsMiniprogramTaskResponseBody';
|
|
34
|
+
export { CreatePayOrderToMsenceResponseBodyMpaasOrderCreateResponse } from './CreatePayOrderToMsenceResponseBody';
|
|
34
35
|
export { DeleteCubecardWhitelistContentResponseBodyResultContentData } from './DeleteCubecardWhitelistContentResponseBody';
|
|
35
36
|
export { DeleteCubecardWhitelistContentResponseBodyResultContent } from './DeleteCubecardWhitelistContentResponseBody';
|
|
36
37
|
export { DeleteMcdpAimResponseBodyResultContent } from './DeleteMcdpAimResponseBody';
|
|
@@ -47,6 +48,7 @@ export { DeleteMdsWhitelistContentResponseBodyResultContentData } from './Delete
|
|
|
47
48
|
export { DeleteMdsWhitelistContentResponseBodyResultContent } from './DeleteMdsWhitelistContentResponseBody';
|
|
48
49
|
export { ExistMcubeRsaKeyResponseBodyCheckRsaKeyResult } from './ExistMcubeRsaKeyResponseBody';
|
|
49
50
|
export { ExportMappCenterAppConfigResponseBodyExportMappCenterAppConfigResult } from './ExportMappCenterAppConfigResponseBody';
|
|
51
|
+
export { GetAuthTokenToMsenceResponseBodyMpaasSystemOauthTokenResponse } from './GetAuthTokenToMsenceResponseBody';
|
|
50
52
|
export { GetFileTokenForUploadToMsaResponseBodyResultContentContent } from './GetFileTokenForUploadToMsaResponseBody';
|
|
51
53
|
export { GetFileTokenForUploadToMsaResponseBodyResultContent } from './GetFileTokenForUploadToMsaResponseBody';
|
|
52
54
|
export { GetGameReviewByStatusResponseBodyResultContentContentReviewProgress } from './GetGameReviewByStatusResponseBody';
|
|
@@ -206,6 +208,7 @@ export { QueryMgsApirestResponseBodyResultContent } from './QueryMgsApirestRespo
|
|
|
206
208
|
export { QueryMpsSchedulerListResponseBodyResultContentDataList } from './QueryMpsSchedulerListResponseBody';
|
|
207
209
|
export { QueryMpsSchedulerListResponseBodyResultContentData } from './QueryMpsSchedulerListResponseBody';
|
|
208
210
|
export { QueryMpsSchedulerListResponseBodyResultContent } from './QueryMpsSchedulerListResponseBody';
|
|
211
|
+
export { QueryPayOrderToMsenceResponseBodyMpaasUserGamecenterPaymentQuerystatusResponse } from './QueryPayOrderToMsenceResponseBody';
|
|
209
212
|
export { QueryPushAnalysisCoreIndexResponseBodyResultContentData } from './QueryPushAnalysisCoreIndexResponseBody';
|
|
210
213
|
export { QueryPushAnalysisCoreIndexResponseBodyResultContent } from './QueryPushAnalysisCoreIndexResponseBody';
|
|
211
214
|
export { QueryPushAnalysisTaskDetailResponseBodyResultContentData } from './QueryPushAnalysisTaskDetailResponseBody';
|
|
@@ -216,10 +219,12 @@ export { QueryPushAnalysisTaskListResponseBodyResultContent } from './QueryPushA
|
|
|
216
219
|
export { QueryPushSchedulerListResponseBodyResultContentDataList } from './QueryPushSchedulerListResponseBody';
|
|
217
220
|
export { QueryPushSchedulerListResponseBodyResultContentData } from './QueryPushSchedulerListResponseBody';
|
|
218
221
|
export { QueryPushSchedulerListResponseBodyResultContent } from './QueryPushSchedulerListResponseBody';
|
|
222
|
+
export { QueryUserInfoToMsenceResponseBodyMpaasUserInfoShareResponse } from './QueryUserInfoToMsenceResponseBody';
|
|
219
223
|
export { RevokePushMessageResponseBodyPushResult } from './RevokePushMessageResponseBody';
|
|
220
224
|
export { RevokePushTaskResponseBodyPushResult } from './RevokePushTaskResponseBody';
|
|
221
225
|
export { RunMsaDiffResponseBodyResultContent } from './RunMsaDiffResponseBody';
|
|
222
226
|
export { SaveMgsApirestResponseBodyResultContent } from './SaveMgsApirestResponseBody';
|
|
227
|
+
export { SaveOrderRelationInfoToMsenceResponseBodyMpaasSaveOrderRelationResponse } from './SaveOrderRelationInfoToMsenceResponseBody';
|
|
223
228
|
export { StartUserAppAsyncEnhanceInMsaResponseBodyResultContentDataEnhanceMapping } from './StartUserAppAsyncEnhanceInMsaResponseBody';
|
|
224
229
|
export { StartUserAppAsyncEnhanceInMsaResponseBodyResultContentData } from './StartUserAppAsyncEnhanceInMsaResponseBody';
|
|
225
230
|
export { StartUserAppAsyncEnhanceInMsaResponseBodyResultContent } from './StartUserAppAsyncEnhanceInMsaResponseBody';
|
|
@@ -239,6 +244,7 @@ export { UploadUserAppToMsaResponseBodyResultContentDataApkInfoEnhanceMapping }
|
|
|
239
244
|
export { UploadUserAppToMsaResponseBodyResultContentDataApkInfo } from './UploadUserAppToMsaResponseBody';
|
|
240
245
|
export { UploadUserAppToMsaResponseBodyResultContentData } from './UploadUserAppToMsaResponseBody';
|
|
241
246
|
export { UploadUserAppToMsaResponseBodyResultContent } from './UploadUserAppToMsaResponseBody';
|
|
247
|
+
export { VirtualDeliveryToMsceneResponseBodyMpaasUserGamecenterPaymentVirtualdeliveryResponse } from './VirtualDeliveryToMsceneResponseBody';
|
|
242
248
|
export { AddMdsMiniConfigRequest } from './AddMdsMiniConfigRequest';
|
|
243
249
|
export { AddMdsMiniConfigResponseBody } from './AddMdsMiniConfigResponseBody';
|
|
244
250
|
export { AddMdsMiniConfigResponse } from './AddMdsMiniConfigResponse';
|
|
@@ -329,6 +335,10 @@ export { CreateOpenGlobalDataResponse } from './CreateOpenGlobalDataResponse';
|
|
|
329
335
|
export { CreateOpenSingleDataRequest } from './CreateOpenSingleDataRequest';
|
|
330
336
|
export { CreateOpenSingleDataResponseBody } from './CreateOpenSingleDataResponseBody';
|
|
331
337
|
export { CreateOpenSingleDataResponse } from './CreateOpenSingleDataResponse';
|
|
338
|
+
export { CreatePayOrderToMsenceRequest } from './CreatePayOrderToMsenceRequest';
|
|
339
|
+
export { CreatePayOrderToMsenceShrinkRequest } from './CreatePayOrderToMsenceShrinkRequest';
|
|
340
|
+
export { CreatePayOrderToMsenceResponseBody } from './CreatePayOrderToMsenceResponseBody';
|
|
341
|
+
export { CreatePayOrderToMsenceResponse } from './CreatePayOrderToMsenceResponse';
|
|
332
342
|
export { CreateTemplateRequest } from './CreateTemplateRequest';
|
|
333
343
|
export { CreateTemplateResponseBody } from './CreateTemplateResponseBody';
|
|
334
344
|
export { CreateTemplateResponse } from './CreateTemplateResponse';
|
|
@@ -374,6 +384,9 @@ export { ExistMcubeRsaKeyResponse } from './ExistMcubeRsaKeyResponse';
|
|
|
374
384
|
export { ExportMappCenterAppConfigRequest } from './ExportMappCenterAppConfigRequest';
|
|
375
385
|
export { ExportMappCenterAppConfigResponseBody } from './ExportMappCenterAppConfigResponseBody';
|
|
376
386
|
export { ExportMappCenterAppConfigResponse } from './ExportMappCenterAppConfigResponse';
|
|
387
|
+
export { GetAuthTokenToMsenceRequest } from './GetAuthTokenToMsenceRequest';
|
|
388
|
+
export { GetAuthTokenToMsenceResponseBody } from './GetAuthTokenToMsenceResponseBody';
|
|
389
|
+
export { GetAuthTokenToMsenceResponse } from './GetAuthTokenToMsenceResponse';
|
|
377
390
|
export { GetFileTokenForUploadToMsaRequest } from './GetFileTokenForUploadToMsaRequest';
|
|
378
391
|
export { GetFileTokenForUploadToMsaResponseBody } from './GetFileTokenForUploadToMsaResponseBody';
|
|
379
392
|
export { GetFileTokenForUploadToMsaResponse } from './GetFileTokenForUploadToMsaResponse';
|
|
@@ -416,6 +429,7 @@ export { GetUserAppUploadProcessInMsaResponse } from './GetUserAppUploadProcessI
|
|
|
416
429
|
export { ListAnalysisCoreIndexRequest } from './ListAnalysisCoreIndexRequest';
|
|
417
430
|
export { ListAnalysisCoreIndexResponseBody } from './ListAnalysisCoreIndexResponseBody';
|
|
418
431
|
export { ListAnalysisCoreIndexResponse } from './ListAnalysisCoreIndexResponse';
|
|
432
|
+
export { ListCubecardAppsRequest } from './ListCubecardAppsRequest';
|
|
419
433
|
export { ListCubecardAppsResponseBody } from './ListCubecardAppsResponseBody';
|
|
420
434
|
export { ListCubecardAppsResponse } from './ListCubecardAppsResponse';
|
|
421
435
|
export { ListMappCenterAppsResponseBody } from './ListMappCenterAppsResponseBody';
|
|
@@ -552,6 +566,9 @@ export { QueryMpsSchedulerListResponse } from './QueryMpsSchedulerListResponse';
|
|
|
552
566
|
export { QueryMscpRiskInfoRequest } from './QueryMscpRiskInfoRequest';
|
|
553
567
|
export { QueryMscpRiskInfoResponseBody } from './QueryMscpRiskInfoResponseBody';
|
|
554
568
|
export { QueryMscpRiskInfoResponse } from './QueryMscpRiskInfoResponse';
|
|
569
|
+
export { QueryPayOrderToMsenceRequest } from './QueryPayOrderToMsenceRequest';
|
|
570
|
+
export { QueryPayOrderToMsenceResponseBody } from './QueryPayOrderToMsenceResponseBody';
|
|
571
|
+
export { QueryPayOrderToMsenceResponse } from './QueryPayOrderToMsenceResponse';
|
|
555
572
|
export { QueryPushAnalysisCoreIndexRequest } from './QueryPushAnalysisCoreIndexRequest';
|
|
556
573
|
export { QueryPushAnalysisCoreIndexResponseBody } from './QueryPushAnalysisCoreIndexResponseBody';
|
|
557
574
|
export { QueryPushAnalysisCoreIndexResponse } from './QueryPushAnalysisCoreIndexResponse';
|
|
@@ -564,6 +581,9 @@ export { QueryPushAnalysisTaskListResponse } from './QueryPushAnalysisTaskListRe
|
|
|
564
581
|
export { QueryPushSchedulerListRequest } from './QueryPushSchedulerListRequest';
|
|
565
582
|
export { QueryPushSchedulerListResponseBody } from './QueryPushSchedulerListResponseBody';
|
|
566
583
|
export { QueryPushSchedulerListResponse } from './QueryPushSchedulerListResponse';
|
|
584
|
+
export { QueryUserInfoToMsenceRequest } from './QueryUserInfoToMsenceRequest';
|
|
585
|
+
export { QueryUserInfoToMsenceResponseBody } from './QueryUserInfoToMsenceResponseBody';
|
|
586
|
+
export { QueryUserInfoToMsenceResponse } from './QueryUserInfoToMsenceResponse';
|
|
567
587
|
export { RevokePushMessageRequest } from './RevokePushMessageRequest';
|
|
568
588
|
export { RevokePushMessageResponseBody } from './RevokePushMessageResponseBody';
|
|
569
589
|
export { RevokePushMessageResponse } from './RevokePushMessageResponse';
|
|
@@ -576,6 +596,9 @@ export { RunMsaDiffResponse } from './RunMsaDiffResponse';
|
|
|
576
596
|
export { SaveMgsApirestRequest } from './SaveMgsApirestRequest';
|
|
577
597
|
export { SaveMgsApirestResponseBody } from './SaveMgsApirestResponseBody';
|
|
578
598
|
export { SaveMgsApirestResponse } from './SaveMgsApirestResponse';
|
|
599
|
+
export { SaveOrderRelationInfoToMsenceRequest } from './SaveOrderRelationInfoToMsenceRequest';
|
|
600
|
+
export { SaveOrderRelationInfoToMsenceResponseBody } from './SaveOrderRelationInfoToMsenceResponseBody';
|
|
601
|
+
export { SaveOrderRelationInfoToMsenceResponse } from './SaveOrderRelationInfoToMsenceResponse';
|
|
579
602
|
export { StartUserAppAsyncEnhanceInMsaRequest } from './StartUserAppAsyncEnhanceInMsaRequest';
|
|
580
603
|
export { StartUserAppAsyncEnhanceInMsaResponseBody } from './StartUserAppAsyncEnhanceInMsaResponseBody';
|
|
581
604
|
export { StartUserAppAsyncEnhanceInMsaResponse } from './StartUserAppAsyncEnhanceInMsaResponse';
|
|
@@ -606,3 +629,6 @@ export { UploadMcubeRsaKeyResponse } from './UploadMcubeRsaKeyResponse';
|
|
|
606
629
|
export { UploadUserAppToMsaRequest } from './UploadUserAppToMsaRequest';
|
|
607
630
|
export { UploadUserAppToMsaResponseBody } from './UploadUserAppToMsaResponseBody';
|
|
608
631
|
export { UploadUserAppToMsaResponse } from './UploadUserAppToMsaResponse';
|
|
632
|
+
export { VirtualDeliveryToMsceneRequest } from './VirtualDeliveryToMsceneRequest';
|
|
633
|
+
export { VirtualDeliveryToMsceneResponseBody } from './VirtualDeliveryToMsceneResponseBody';
|
|
634
|
+
export { VirtualDeliveryToMsceneResponse } from './VirtualDeliveryToMsceneResponse';
|