@alicloud/websitebuild20250429 2.24.0 → 2.25.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 +83 -2
- package/dist/client.js +258 -16
- package/dist/client.js.map +1 -1
- package/dist/models/AppInstanceProfile.d.ts +2 -0
- package/dist/models/AppInstanceProfile.js +4 -0
- package/dist/models/AppInstanceProfile.js.map +1 -1
- package/dist/models/CreateAistaffChatResponseBody.d.ts +1 -1
- package/dist/models/CreateAppLlmApiKeyForPartnerRequest.d.ts +29 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerRequest.js +67 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerRequest.js.map +1 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponse.d.ts +19 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponse.js +69 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponse.js.map +1 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.d.ts +76 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.js +103 -0
- package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.js.map +1 -0
- package/dist/models/GetAistaffPreviewUrlResponseBody.d.ts +1 -1
- package/dist/models/GetAppCodeWorkspaceDetailResponseBody.d.ts +1 -1
- package/dist/models/GetAppInstanceForAdminRequest.d.ts +11 -0
- package/dist/models/GetAppInstanceForAdminRequest.js.map +1 -1
- package/dist/models/GetAppInstanceForAdminResponseBody.d.ts +43 -1
- package/dist/models/GetAppInstanceForAdminResponseBody.js.map +1 -1
- package/dist/models/GetAppSupabaseSecretsResponseBody.d.ts +1 -1
- package/dist/models/GetMiniAppAuthUrlRequest.d.ts +24 -0
- package/dist/models/GetMiniAppAuthUrlRequest.js +62 -0
- package/dist/models/GetMiniAppAuthUrlRequest.js.map +1 -0
- package/dist/models/GetMiniAppAuthUrlResponse.d.ts +19 -0
- package/dist/models/GetMiniAppAuthUrlResponse.js +69 -0
- package/dist/models/GetMiniAppAuthUrlResponse.js.map +1 -0
- package/dist/models/GetMiniAppAuthUrlResponseBody.d.ts +32 -0
- package/dist/models/GetMiniAppAuthUrlResponseBody.js +82 -0
- package/dist/models/GetMiniAppAuthUrlResponseBody.js.map +1 -0
- package/dist/models/GetMiniAppBindingForAdminRequest.d.ts +28 -0
- package/dist/models/GetMiniAppBindingForAdminRequest.js +62 -0
- package/dist/models/GetMiniAppBindingForAdminRequest.js.map +1 -0
- package/dist/models/GetMiniAppBindingForAdminResponse.d.ts +19 -0
- package/dist/models/GetMiniAppBindingForAdminResponse.js +69 -0
- package/dist/models/GetMiniAppBindingForAdminResponse.js.map +1 -0
- package/dist/models/GetMiniAppBindingForAdminResponseBody.d.ts +49 -0
- package/dist/models/GetMiniAppBindingForAdminResponseBody.js +86 -0
- package/dist/models/GetMiniAppBindingForAdminResponseBody.js.map +1 -0
- package/dist/models/GetMiniAppBindingRequest.d.ts +24 -0
- package/dist/models/GetMiniAppBindingRequest.js +65 -0
- package/dist/models/GetMiniAppBindingRequest.js.map +1 -0
- package/dist/models/GetMiniAppBindingResponse.d.ts +19 -0
- package/dist/models/GetMiniAppBindingResponse.js +69 -0
- package/dist/models/GetMiniAppBindingResponse.js.map +1 -0
- package/dist/models/GetMiniAppBindingResponseBody.d.ts +51 -0
- package/dist/models/GetMiniAppBindingResponseBody.js +97 -0
- package/dist/models/GetMiniAppBindingResponseBody.js.map +1 -0
- package/dist/models/GetMiniAppBindingShrinkRequest.d.ts +24 -0
- package/dist/models/GetMiniAppBindingShrinkRequest.js +62 -0
- package/dist/models/GetMiniAppBindingShrinkRequest.js.map +1 -0
- package/dist/models/ListAppChatMessagesResponseBody.d.ts +1 -1
- package/dist/models/ListAppPublishHistoryResponseBody.d.ts +1 -1
- package/dist/models/ListIsvPaymentPluginConfigsResponseBody.d.ts +1 -1
- package/dist/models/RollbackAppCodeSnapshotResponseBody.d.ts +1 -1
- package/dist/models/UpdateAppFileResponseBody.d.ts +1 -1
- package/dist/models/UpdateAppSeoStatusRequest.d.ts +9 -0
- package/dist/models/UpdateAppSeoStatusRequest.js.map +1 -1
- package/dist/models/UpdateAppSeoStatusResponseBody.d.ts +38 -2
- package/dist/models/UpdateAppSeoStatusResponseBody.js.map +1 -1
- package/dist/models/UpdateMiniAppBindingRequest.d.ts +33 -0
- package/dist/models/UpdateMiniAppBindingRequest.js +64 -0
- package/dist/models/UpdateMiniAppBindingRequest.js.map +1 -0
- package/dist/models/UpdateMiniAppBindingResponse.d.ts +19 -0
- package/dist/models/UpdateMiniAppBindingResponse.js +69 -0
- package/dist/models/UpdateMiniAppBindingResponse.js.map +1 -0
- package/dist/models/UpdateMiniAppBindingResponseBody.d.ts +39 -0
- package/dist/models/UpdateMiniAppBindingResponseBody.js +82 -0
- package/dist/models/UpdateMiniAppBindingResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +21 -0
- package/dist/models/model.js +54 -12
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +286 -16
- package/src/models/AppInstanceProfile.ts +6 -0
- package/src/models/CreateAistaffChatResponseBody.ts +1 -1
- package/src/models/CreateAppLlmApiKeyForPartnerRequest.ts +51 -0
- package/src/models/CreateAppLlmApiKeyForPartnerResponse.ts +40 -0
- package/src/models/CreateAppLlmApiKeyForPartnerResponseBody.ts +125 -0
- package/src/models/GetAistaffPreviewUrlResponseBody.ts +1 -1
- package/src/models/GetAppCodeWorkspaceDetailResponseBody.ts +1 -1
- package/src/models/GetAppInstanceForAdminRequest.ts +11 -0
- package/src/models/GetAppInstanceForAdminResponseBody.ts +43 -1
- package/src/models/GetAppSupabaseSecretsResponseBody.ts +1 -1
- package/src/models/GetMiniAppAuthUrlRequest.ts +41 -0
- package/src/models/GetMiniAppAuthUrlResponse.ts +40 -0
- package/src/models/GetMiniAppAuthUrlResponseBody.ts +60 -0
- package/src/models/GetMiniAppBindingForAdminRequest.ts +45 -0
- package/src/models/GetMiniAppBindingForAdminResponse.ts +40 -0
- package/src/models/GetMiniAppBindingForAdminResponseBody.ts +81 -0
- package/src/models/GetMiniAppBindingRequest.ts +44 -0
- package/src/models/GetMiniAppBindingResponse.ts +40 -0
- package/src/models/GetMiniAppBindingResponseBody.ts +92 -0
- package/src/models/GetMiniAppBindingShrinkRequest.ts +41 -0
- package/src/models/ListAppChatMessagesResponseBody.ts +1 -1
- package/src/models/ListAppPublishHistoryResponseBody.ts +1 -1
- package/src/models/ListIsvPaymentPluginConfigsResponseBody.ts +1 -1
- package/src/models/RollbackAppCodeSnapshotResponseBody.ts +1 -1
- package/src/models/UpdateAppFileResponseBody.ts +1 -1
- package/src/models/UpdateAppSeoStatusRequest.ts +9 -0
- package/src/models/UpdateAppSeoStatusResponseBody.ts +38 -2
- package/src/models/UpdateMiniAppBindingRequest.ts +52 -0
- package/src/models/UpdateMiniAppBindingResponse.ts +40 -0
- package/src/models/UpdateMiniAppBindingResponseBody.ts +67 -0
- package/src/models/model.ts +21 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetMiniAppBindingResponseBodyData extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* disabled
|
|
9
|
+
*/
|
|
10
|
+
authStatus?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* WS20260206134402000001
|
|
14
|
+
*/
|
|
15
|
+
bizId?: string;
|
|
16
|
+
icpFiled?: boolean;
|
|
17
|
+
platformAppid?: string;
|
|
18
|
+
previewQrCodeUrl?: string;
|
|
19
|
+
productionQrCodeUrl?: string;
|
|
20
|
+
settingValues?: { [key: string]: string };
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
authStatus: 'AuthStatus',
|
|
24
|
+
bizId: 'BizId',
|
|
25
|
+
icpFiled: 'IcpFiled',
|
|
26
|
+
platformAppid: 'PlatformAppid',
|
|
27
|
+
previewQrCodeUrl: 'PreviewQrCodeUrl',
|
|
28
|
+
productionQrCodeUrl: 'ProductionQrCodeUrl',
|
|
29
|
+
settingValues: 'SettingValues',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
static types(): { [key: string]: any } {
|
|
34
|
+
return {
|
|
35
|
+
authStatus: 'string',
|
|
36
|
+
bizId: 'string',
|
|
37
|
+
icpFiled: 'boolean',
|
|
38
|
+
platformAppid: 'string',
|
|
39
|
+
previewQrCodeUrl: 'string',
|
|
40
|
+
productionQrCodeUrl: 'string',
|
|
41
|
+
settingValues: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
validate() {
|
|
46
|
+
if(this.settingValues) {
|
|
47
|
+
$dara.Model.validateMap(this.settingValues);
|
|
48
|
+
}
|
|
49
|
+
super.validate();
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
constructor(map?: { [key: string]: any }) {
|
|
53
|
+
super(map);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export class GetMiniAppBindingResponseBody extends $dara.Model {
|
|
58
|
+
data?: GetMiniAppBindingResponseBodyData;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Id of the request
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
65
|
+
*/
|
|
66
|
+
requestId?: string;
|
|
67
|
+
static names(): { [key: string]: string } {
|
|
68
|
+
return {
|
|
69
|
+
data: 'Data',
|
|
70
|
+
requestId: 'RequestId',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
static types(): { [key: string]: any } {
|
|
75
|
+
return {
|
|
76
|
+
data: GetMiniAppBindingResponseBodyData,
|
|
77
|
+
requestId: 'string',
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
validate() {
|
|
82
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
83
|
+
(this.data as any).validate();
|
|
84
|
+
}
|
|
85
|
+
super.validate();
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
constructor(map?: { [key: string]: any }) {
|
|
89
|
+
super(map);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetMiniAppBindingShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* WS20250814102215000001
|
|
9
|
+
*/
|
|
10
|
+
bizId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* WECHAT
|
|
14
|
+
*/
|
|
15
|
+
channel?: string;
|
|
16
|
+
settingKeysShrink?: string;
|
|
17
|
+
static names(): { [key: string]: string } {
|
|
18
|
+
return {
|
|
19
|
+
bizId: 'BizId',
|
|
20
|
+
channel: 'Channel',
|
|
21
|
+
settingKeysShrink: 'SettingKeys',
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
static types(): { [key: string]: any } {
|
|
26
|
+
return {
|
|
27
|
+
bizId: 'string',
|
|
28
|
+
channel: 'string',
|
|
29
|
+
settingKeysShrink: 'string',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
validate() {
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -156,7 +156,7 @@ export class ListAppChatMessagesResponseBody extends $dara.Model {
|
|
|
156
156
|
dynamicCode?: string;
|
|
157
157
|
/**
|
|
158
158
|
* @example
|
|
159
|
-
*
|
|
159
|
+
* abc
|
|
160
160
|
*/
|
|
161
161
|
dynamicMessage?: string;
|
|
162
162
|
errorArgs?: any[];
|
|
@@ -195,7 +195,7 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
195
195
|
dynamicCode?: string;
|
|
196
196
|
/**
|
|
197
197
|
* @example
|
|
198
|
-
*
|
|
198
|
+
* abc
|
|
199
199
|
*/
|
|
200
200
|
dynamicMessage?: string;
|
|
201
201
|
errorArgs?: any[];
|
|
@@ -127,7 +127,7 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
127
127
|
dynamicCode?: string;
|
|
128
128
|
/**
|
|
129
129
|
* @example
|
|
130
|
-
*
|
|
130
|
+
* abc
|
|
131
131
|
*/
|
|
132
132
|
dynamicMessage?: string;
|
|
133
133
|
errorArgs?: any[];
|
|
@@ -66,7 +66,7 @@ export class RollbackAppCodeSnapshotResponseBody extends $dara.Model {
|
|
|
66
66
|
dynamicCode?: string;
|
|
67
67
|
/**
|
|
68
68
|
* @example
|
|
69
|
-
*
|
|
69
|
+
* abc
|
|
70
70
|
*/
|
|
71
71
|
dynamicMessage?: string;
|
|
72
72
|
errorArgs?: any[];
|
|
@@ -25,7 +25,7 @@ export class UpdateAppFileResponseBody extends $dara.Model {
|
|
|
25
25
|
dynamicCode?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @example
|
|
28
|
-
*
|
|
28
|
+
* abc
|
|
29
29
|
*/
|
|
30
30
|
dynamicMessage?: string;
|
|
31
31
|
errorArgs?: any[];
|
|
@@ -4,16 +4,25 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class UpdateAppSeoStatusRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Business ID
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* WS20250801154628000001
|
|
9
12
|
*/
|
|
10
13
|
bizId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Domain Name
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* yjdw.bpu.edu.cn-waf
|
|
14
20
|
*/
|
|
15
21
|
domain?: string;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Search Engine Type
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* type
|
|
19
28
|
*/
|
|
@@ -4,51 +4,87 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class UpdateAppSeoStatusResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Detailed reason for access denial.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* {}
|
|
9
12
|
*/
|
|
10
13
|
accessDeniedDetail?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Whether retry is allowed
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* False
|
|
14
20
|
*/
|
|
15
21
|
allowRetry?: boolean;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Application name
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* spring-cloud-b
|
|
19
28
|
*/
|
|
20
29
|
appName?: string;
|
|
21
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* Dynamic error code.
|
|
33
|
+
*
|
|
22
34
|
* @example
|
|
23
35
|
* ERROR-oo1
|
|
24
36
|
*/
|
|
25
37
|
dynamicCode?: string;
|
|
26
38
|
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* Dynamic error message, used to replace the `%s` in the **ErrMessage** error message.
|
|
41
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid**, and **DynamicMessage** returns **DtsJobId**, it indicates that the input request parameter **DtsJobId** is invalid.
|
|
42
|
+
*
|
|
27
43
|
* @example
|
|
28
|
-
*
|
|
44
|
+
* abc
|
|
29
45
|
*/
|
|
30
46
|
dynamicMessage?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* Returned error parameters
|
|
50
|
+
*/
|
|
31
51
|
errorArgs?: any[];
|
|
32
52
|
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* Response data
|
|
55
|
+
*
|
|
33
56
|
* @example
|
|
34
57
|
* true
|
|
35
58
|
*/
|
|
36
59
|
module?: boolean;
|
|
37
60
|
/**
|
|
38
61
|
* @remarks
|
|
39
|
-
*
|
|
62
|
+
* ID of the request
|
|
40
63
|
*
|
|
41
64
|
* @example
|
|
42
65
|
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
43
66
|
*/
|
|
44
67
|
requestId?: string;
|
|
45
68
|
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* Error code
|
|
71
|
+
*
|
|
46
72
|
* @example
|
|
47
73
|
* SYSTEM.ERROR
|
|
48
74
|
*/
|
|
49
75
|
rootErrorCode?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* Exception message
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* 系统异常
|
|
82
|
+
*/
|
|
50
83
|
rootErrorMsg?: string;
|
|
51
84
|
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* Reserved parameter.
|
|
87
|
+
*
|
|
52
88
|
* @example
|
|
53
89
|
* True
|
|
54
90
|
*/
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateMiniAppBindingRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* WS20250801154628000001
|
|
9
|
+
*/
|
|
10
|
+
bizId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* WECHAT
|
|
14
|
+
*/
|
|
15
|
+
channel?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* xxxx
|
|
19
|
+
*/
|
|
20
|
+
settingKey?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* xxxx
|
|
24
|
+
*/
|
|
25
|
+
settingValue?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
bizId: 'BizId',
|
|
29
|
+
channel: 'Channel',
|
|
30
|
+
settingKey: 'SettingKey',
|
|
31
|
+
settingValue: 'SettingValue',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
bizId: 'string',
|
|
38
|
+
channel: 'string',
|
|
39
|
+
settingKey: 'string',
|
|
40
|
+
settingValue: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { UpdateMiniAppBindingResponseBody } from "./UpdateMiniAppBindingResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateMiniAppBindingResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpdateMiniAppBindingResponseBody;
|
|
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: UpdateMiniAppBindingResponseBody,
|
|
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,67 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateMiniAppBindingResponseBodyData 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 UpdateMiniAppBindingResponseBody extends $dara.Model {
|
|
33
|
+
data?: UpdateMiniAppBindingResponseBodyData;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* Id of the request
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
40
|
+
*/
|
|
41
|
+
requestId?: string;
|
|
42
|
+
static names(): { [key: string]: string } {
|
|
43
|
+
return {
|
|
44
|
+
data: 'Data',
|
|
45
|
+
requestId: 'RequestId',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
static types(): { [key: string]: any } {
|
|
50
|
+
return {
|
|
51
|
+
data: UpdateMiniAppBindingResponseBodyData,
|
|
52
|
+
requestId: 'string',
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
validate() {
|
|
57
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
58
|
+
(this.data as any).validate();
|
|
59
|
+
}
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
constructor(map?: { [key: string]: any }) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { CreateAppAssistantAgentSsoLoginResponseBodyModule } from './CreateAppAs
|
|
|
26
26
|
export { CreateAppInstanceRequestTags } from './CreateAppInstanceRequest';
|
|
27
27
|
export { CreateAppInstanceResponseBodyModule } from './CreateAppInstanceResponseBody';
|
|
28
28
|
export { CreateAppInstanceTicketResponseBodyModule } from './CreateAppInstanceTicketResponseBody';
|
|
29
|
+
export { CreateAppLlmApiKeyForPartnerResponseBodyModule } from './CreateAppLlmApiKeyForPartnerResponseBody';
|
|
29
30
|
export { CreateAppTokenServiceResponseBodyModule } from './CreateAppTokenServiceResponseBody';
|
|
30
31
|
export { CreateMaterialDirectoryResponseBodyModule } from './CreateMaterialDirectoryResponseBody';
|
|
31
32
|
export { DeleteAppDomainCertificateResponseBodyModule } from './DeleteAppDomainCertificateResponseBody';
|
|
@@ -79,6 +80,9 @@ export { GetDomainInfoForPartnerResponseBodyDataOwnership } from './GetDomainInf
|
|
|
79
80
|
export { GetDomainInfoForPartnerResponseBodyData } from './GetDomainInfoForPartnerResponseBody';
|
|
80
81
|
export { GetIcpFilingInfoForPartnerResponseBodyData } from './GetIcpFilingInfoForPartnerResponseBody';
|
|
81
82
|
export { GetLlmProxyConfigForAdminResponseBodyModule } from './GetLlmProxyConfigForAdminResponseBody';
|
|
83
|
+
export { GetMiniAppAuthUrlResponseBodyData } from './GetMiniAppAuthUrlResponseBody';
|
|
84
|
+
export { GetMiniAppBindingResponseBodyData } from './GetMiniAppBindingResponseBody';
|
|
85
|
+
export { GetMiniAppBindingForAdminResponseBodyData } from './GetMiniAppBindingForAdminResponseBody';
|
|
82
86
|
export { GetUserAccessTokenForPartnerResponseBodyModule } from './GetUserAccessTokenForPartnerResponseBody';
|
|
83
87
|
export { GetUserTmpIdentityForPartnerResponseBodyDataCredentials } from './GetUserTmpIdentityForPartnerResponseBody';
|
|
84
88
|
export { GetUserTmpIdentityForPartnerResponseBodyData } from './GetUserTmpIdentityForPartnerResponseBody';
|
|
@@ -162,6 +166,7 @@ export { UnbindAppDomainResponseBodyModule } from './UnbindAppDomainResponseBody
|
|
|
162
166
|
export { UpdateAppChatMessageResponseBodyModule } from './UpdateAppChatMessageResponseBody';
|
|
163
167
|
export { UpdateAppInstanceRequestTags } from './UpdateAppInstanceRequest';
|
|
164
168
|
export { UpdateAppInstanceResponseBodyModule } from './UpdateAppInstanceResponseBody';
|
|
169
|
+
export { UpdateMiniAppBindingResponseBodyData } from './UpdateMiniAppBindingResponseBody';
|
|
165
170
|
export { AppAiStaff } from './AppAiStaff';
|
|
166
171
|
export { AppInstance } from './AppInstance';
|
|
167
172
|
export { AppInstanceAggregate } from './AppInstanceAggregate';
|
|
@@ -224,6 +229,9 @@ export { CreateAppInstanceResponse } from './CreateAppInstanceResponse';
|
|
|
224
229
|
export { CreateAppInstanceTicketRequest } from './CreateAppInstanceTicketRequest';
|
|
225
230
|
export { CreateAppInstanceTicketResponseBody } from './CreateAppInstanceTicketResponseBody';
|
|
226
231
|
export { CreateAppInstanceTicketResponse } from './CreateAppInstanceTicketResponse';
|
|
232
|
+
export { CreateAppLlmApiKeyForPartnerRequest } from './CreateAppLlmApiKeyForPartnerRequest';
|
|
233
|
+
export { CreateAppLlmApiKeyForPartnerResponseBody } from './CreateAppLlmApiKeyForPartnerResponseBody';
|
|
234
|
+
export { CreateAppLlmApiKeyForPartnerResponse } from './CreateAppLlmApiKeyForPartnerResponse';
|
|
227
235
|
export { CreateAppTokenServiceRequest } from './CreateAppTokenServiceRequest';
|
|
228
236
|
export { CreateAppTokenServiceResponseBody } from './CreateAppTokenServiceResponseBody';
|
|
229
237
|
export { CreateAppTokenServiceResponse } from './CreateAppTokenServiceResponse';
|
|
@@ -351,6 +359,16 @@ export { GetIcpFilingInfoForPartnerResponse } from './GetIcpFilingInfoForPartner
|
|
|
351
359
|
export { GetLlmProxyConfigForAdminRequest } from './GetLlmProxyConfigForAdminRequest';
|
|
352
360
|
export { GetLlmProxyConfigForAdminResponseBody } from './GetLlmProxyConfigForAdminResponseBody';
|
|
353
361
|
export { GetLlmProxyConfigForAdminResponse } from './GetLlmProxyConfigForAdminResponse';
|
|
362
|
+
export { GetMiniAppAuthUrlRequest } from './GetMiniAppAuthUrlRequest';
|
|
363
|
+
export { GetMiniAppAuthUrlResponseBody } from './GetMiniAppAuthUrlResponseBody';
|
|
364
|
+
export { GetMiniAppAuthUrlResponse } from './GetMiniAppAuthUrlResponse';
|
|
365
|
+
export { GetMiniAppBindingRequest } from './GetMiniAppBindingRequest';
|
|
366
|
+
export { GetMiniAppBindingShrinkRequest } from './GetMiniAppBindingShrinkRequest';
|
|
367
|
+
export { GetMiniAppBindingResponseBody } from './GetMiniAppBindingResponseBody';
|
|
368
|
+
export { GetMiniAppBindingResponse } from './GetMiniAppBindingResponse';
|
|
369
|
+
export { GetMiniAppBindingForAdminRequest } from './GetMiniAppBindingForAdminRequest';
|
|
370
|
+
export { GetMiniAppBindingForAdminResponseBody } from './GetMiniAppBindingForAdminResponseBody';
|
|
371
|
+
export { GetMiniAppBindingForAdminResponse } from './GetMiniAppBindingForAdminResponse';
|
|
354
372
|
export { GetUserAccessTokenForPartnerRequest } from './GetUserAccessTokenForPartnerRequest';
|
|
355
373
|
export { GetUserAccessTokenForPartnerResponseBody } from './GetUserAccessTokenForPartnerResponseBody';
|
|
356
374
|
export { GetUserAccessTokenForPartnerResponse } from './GetUserAccessTokenForPartnerResponse';
|
|
@@ -558,6 +576,9 @@ export { UpdateAppSupabaseAuthConfigResponse } from './UpdateAppSupabaseAuthConf
|
|
|
558
576
|
export { UpdateAppSupabaseSecretRequest } from './UpdateAppSupabaseSecretRequest';
|
|
559
577
|
export { UpdateAppSupabaseSecretResponseBody } from './UpdateAppSupabaseSecretResponseBody';
|
|
560
578
|
export { UpdateAppSupabaseSecretResponse } from './UpdateAppSupabaseSecretResponse';
|
|
579
|
+
export { UpdateMiniAppBindingRequest } from './UpdateMiniAppBindingRequest';
|
|
580
|
+
export { UpdateMiniAppBindingResponseBody } from './UpdateMiniAppBindingResponseBody';
|
|
581
|
+
export { UpdateMiniAppBindingResponse } from './UpdateMiniAppBindingResponse';
|
|
561
582
|
export { UploadAppSiteValidationFileRequest } from './UploadAppSiteValidationFileRequest';
|
|
562
583
|
export { UploadAppSiteValidationFileResponseBody } from './UploadAppSiteValidationFileResponseBody';
|
|
563
584
|
export { UploadAppSiteValidationFileResponse } from './UploadAppSiteValidationFileResponse';
|