@roxybrowser/openapi 1.0.12 → 1.0.13-beta.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/README.md +2 -2
- package/lib/cli.cjs +23 -237
- package/lib/cli.cjs.map +1 -1
- package/lib/cli.js +23 -237
- package/lib/cli.js.map +1 -1
- package/lib/index.cjs +24 -240
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +5 -187
- package/lib/index.d.ts +5 -187
- package/lib/index.js +24 -238
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.cts
CHANGED
|
@@ -3038,9 +3038,6 @@ declare const getConnectionInfo: GetConnectionInfo;
|
|
|
3038
3038
|
/** 代理列表 */
|
|
3039
3039
|
declare class ProxyList {
|
|
3040
3040
|
name: string;
|
|
3041
|
-
/**
|
|
3042
|
-
* 仅当用户没有指定商店时调用
|
|
3043
|
-
*/
|
|
3044
3041
|
description: string;
|
|
3045
3042
|
inputSchema: {
|
|
3046
3043
|
type: string;
|
|
@@ -3049,7 +3046,7 @@ declare class ProxyList {
|
|
|
3049
3046
|
type: string;
|
|
3050
3047
|
description: string;
|
|
3051
3048
|
};
|
|
3052
|
-
|
|
3049
|
+
proxyType: {
|
|
3053
3050
|
type: string;
|
|
3054
3051
|
description: string;
|
|
3055
3052
|
};
|
|
@@ -3076,67 +3073,7 @@ declare class ProxyList {
|
|
|
3076
3073
|
type: string;
|
|
3077
3074
|
description: string;
|
|
3078
3075
|
};
|
|
3079
|
-
|
|
3080
|
-
type: string;
|
|
3081
|
-
description: string;
|
|
3082
|
-
};
|
|
3083
|
-
pageIndex: {
|
|
3084
|
-
type: string;
|
|
3085
|
-
description: string;
|
|
3086
|
-
default: number;
|
|
3087
|
-
};
|
|
3088
|
-
pageSize: {
|
|
3089
|
-
type: string;
|
|
3090
|
-
description: string;
|
|
3091
|
-
default: number;
|
|
3092
|
-
};
|
|
3093
|
-
};
|
|
3094
|
-
required: string[];
|
|
3095
|
-
};
|
|
3096
|
-
};
|
|
3097
|
-
handle(params: any): Promise<{
|
|
3098
|
-
content: {
|
|
3099
|
-
type: string;
|
|
3100
|
-
text: string;
|
|
3101
|
-
}[];
|
|
3102
|
-
}>;
|
|
3103
|
-
}
|
|
3104
|
-
/** 代理商店 */
|
|
3105
|
-
declare class ProxyStore {
|
|
3106
|
-
name: string;
|
|
3107
|
-
description: string;
|
|
3108
|
-
inputSchema: {
|
|
3109
|
-
type: string;
|
|
3110
|
-
properties: {
|
|
3111
|
-
workspaceId: {
|
|
3112
|
-
type: string;
|
|
3113
|
-
description: string;
|
|
3114
|
-
};
|
|
3115
|
-
pageIndex: {
|
|
3116
|
-
type: string;
|
|
3117
|
-
description: string;
|
|
3118
|
-
default: number;
|
|
3119
|
-
};
|
|
3120
|
-
pageSize: {
|
|
3121
|
-
type: string;
|
|
3122
|
-
description: string;
|
|
3123
|
-
default: number;
|
|
3124
|
-
};
|
|
3125
|
-
type: {
|
|
3126
|
-
type: string;
|
|
3127
|
-
description: string;
|
|
3128
|
-
default: number;
|
|
3129
|
-
};
|
|
3130
|
-
};
|
|
3131
|
-
required: string[];
|
|
3132
|
-
};
|
|
3133
|
-
get schema(): {
|
|
3134
|
-
name: string;
|
|
3135
|
-
description: string;
|
|
3136
|
-
inputSchema: {
|
|
3137
|
-
type: string;
|
|
3138
|
-
properties: {
|
|
3139
|
-
workspaceId: {
|
|
3076
|
+
proxyType: {
|
|
3140
3077
|
type: string;
|
|
3141
3078
|
description: string;
|
|
3142
3079
|
};
|
|
@@ -3150,123 +3087,6 @@ declare class ProxyStore {
|
|
|
3150
3087
|
description: string;
|
|
3151
3088
|
default: number;
|
|
3152
3089
|
};
|
|
3153
|
-
type: {
|
|
3154
|
-
type: string;
|
|
3155
|
-
description: string;
|
|
3156
|
-
default: number;
|
|
3157
|
-
};
|
|
3158
|
-
};
|
|
3159
|
-
required: string[];
|
|
3160
|
-
};
|
|
3161
|
-
};
|
|
3162
|
-
handle(params: any): Promise<{
|
|
3163
|
-
content: {
|
|
3164
|
-
type: string;
|
|
3165
|
-
text: string;
|
|
3166
|
-
}[];
|
|
3167
|
-
}>;
|
|
3168
|
-
}
|
|
3169
|
-
declare class CreateProxy {
|
|
3170
|
-
name: string;
|
|
3171
|
-
description: string;
|
|
3172
|
-
inputSchema: {
|
|
3173
|
-
type: string;
|
|
3174
|
-
properties: {
|
|
3175
|
-
workspaceId: {
|
|
3176
|
-
type: string;
|
|
3177
|
-
description: string;
|
|
3178
|
-
};
|
|
3179
|
-
protocol: {
|
|
3180
|
-
type: string;
|
|
3181
|
-
enum: string[];
|
|
3182
|
-
description: string;
|
|
3183
|
-
};
|
|
3184
|
-
host: {
|
|
3185
|
-
type: string;
|
|
3186
|
-
description: string;
|
|
3187
|
-
};
|
|
3188
|
-
port: {
|
|
3189
|
-
type: string;
|
|
3190
|
-
description: string;
|
|
3191
|
-
};
|
|
3192
|
-
proxyUserName: {
|
|
3193
|
-
type: string;
|
|
3194
|
-
description: string;
|
|
3195
|
-
};
|
|
3196
|
-
proxyPassword: {
|
|
3197
|
-
type: string;
|
|
3198
|
-
description: string;
|
|
3199
|
-
};
|
|
3200
|
-
ipType: {
|
|
3201
|
-
type: string;
|
|
3202
|
-
enum: string[];
|
|
3203
|
-
description: string;
|
|
3204
|
-
};
|
|
3205
|
-
checkChannel: {
|
|
3206
|
-
type: string;
|
|
3207
|
-
enum: string[];
|
|
3208
|
-
description: string;
|
|
3209
|
-
};
|
|
3210
|
-
refreshUrl: {
|
|
3211
|
-
type: string;
|
|
3212
|
-
description: string;
|
|
3213
|
-
};
|
|
3214
|
-
remark: {
|
|
3215
|
-
type: string;
|
|
3216
|
-
description: string;
|
|
3217
|
-
};
|
|
3218
|
-
};
|
|
3219
|
-
required: string[];
|
|
3220
|
-
};
|
|
3221
|
-
get schema(): {
|
|
3222
|
-
name: string;
|
|
3223
|
-
description: string;
|
|
3224
|
-
inputSchema: {
|
|
3225
|
-
type: string;
|
|
3226
|
-
properties: {
|
|
3227
|
-
workspaceId: {
|
|
3228
|
-
type: string;
|
|
3229
|
-
description: string;
|
|
3230
|
-
};
|
|
3231
|
-
protocol: {
|
|
3232
|
-
type: string;
|
|
3233
|
-
enum: string[];
|
|
3234
|
-
description: string;
|
|
3235
|
-
};
|
|
3236
|
-
host: {
|
|
3237
|
-
type: string;
|
|
3238
|
-
description: string;
|
|
3239
|
-
};
|
|
3240
|
-
port: {
|
|
3241
|
-
type: string;
|
|
3242
|
-
description: string;
|
|
3243
|
-
};
|
|
3244
|
-
proxyUserName: {
|
|
3245
|
-
type: string;
|
|
3246
|
-
description: string;
|
|
3247
|
-
};
|
|
3248
|
-
proxyPassword: {
|
|
3249
|
-
type: string;
|
|
3250
|
-
description: string;
|
|
3251
|
-
};
|
|
3252
|
-
ipType: {
|
|
3253
|
-
type: string;
|
|
3254
|
-
enum: string[];
|
|
3255
|
-
description: string;
|
|
3256
|
-
};
|
|
3257
|
-
checkChannel: {
|
|
3258
|
-
type: string;
|
|
3259
|
-
enum: string[];
|
|
3260
|
-
description: string;
|
|
3261
|
-
};
|
|
3262
|
-
refreshUrl: {
|
|
3263
|
-
type: string;
|
|
3264
|
-
description: string;
|
|
3265
|
-
};
|
|
3266
|
-
remark: {
|
|
3267
|
-
type: string;
|
|
3268
|
-
description: string;
|
|
3269
|
-
};
|
|
3270
3090
|
};
|
|
3271
3091
|
required: string[];
|
|
3272
3092
|
};
|
|
@@ -3278,7 +3098,7 @@ declare class CreateProxy {
|
|
|
3278
3098
|
}[];
|
|
3279
3099
|
}>;
|
|
3280
3100
|
}
|
|
3281
|
-
declare class
|
|
3101
|
+
declare class CreateProxies {
|
|
3282
3102
|
name: string;
|
|
3283
3103
|
description: string;
|
|
3284
3104
|
inputSchema: {
|
|
@@ -3603,9 +3423,7 @@ declare class DeleteProxies {
|
|
|
3603
3423
|
}>;
|
|
3604
3424
|
}
|
|
3605
3425
|
declare const proxyList: ProxyList;
|
|
3606
|
-
declare const
|
|
3607
|
-
declare const createProxy: CreateProxy;
|
|
3608
|
-
declare const batchCreateProxies: BatchCreateProxies;
|
|
3426
|
+
declare const createProxies: CreateProxies;
|
|
3609
3427
|
declare const detectProxy: DetectProxy;
|
|
3610
3428
|
declare const modifyProxy: ModifyProxy;
|
|
3611
3429
|
declare const deleteProxies: DeleteProxies;
|
|
@@ -5948,4 +5766,4 @@ declare class RoxyBrowserMCPServer {
|
|
|
5948
5766
|
*/
|
|
5949
5767
|
declare function runServer(): Promise<void>;
|
|
5950
5768
|
|
|
5951
|
-
export { type AccountBatchCreateParams, type AccountCreateParams, type AccountDeleteParams, type AccountItem, type AccountListParams, type AccountListResponse, type AccountModifyParams, type BoughtProxyListItem, type BrowserCloseParams, type BrowserCloseToolParams, type BrowserCloseToolResponse, type BrowserCreateAdvancedParams, type BrowserCreateAdvancedResponse, type BrowserCreateBatchResult, type BrowserCreateConfig, type BrowserCreateResult, type BrowserCreateSimpleParams, type BrowserCreateSimpleResponse, type BrowserCreateStandardParams, type BrowserCreateStandardResponse, BrowserCreationError, type BrowserDeleteToolParams, type BrowserDeleteToolResponse, type BrowserListItem, type BrowserListParams, type BrowserListResponse, type BrowserListToolParams, type BrowserListToolResponse, type BrowserOS, type BrowserOpenParams, type BrowserOpenResult, type BrowserOpenToolParams, type BrowserOpenToolResponse, type BrowserUpdateParams, type ClearLocalCacheParams, type ClearServerCacheParams, ConfigError, type ConnectionInfoItem, type ConnectionInfoResponse, type CoreVersion, DEFAULT_CONFIG, type DetectChannelItem, type DetectChannelResponse, type ErrorInfo, type FingerInfo, LATEST_CORE_VERSION, type LabelItem, type LabelListResponse, NETWORK_ERROR_PATTERNS, type ProjectDetails, type ProxyBatchCreateParams, type ProxyCreateParams, type ProxyDeleteParams, type ProxyDetectParams, type ProxyInfo, type ProxyListItem, type ProxyListParams, type ProxyListResponse, type ProxyModifyParams, ROXY_ERROR_MAP, type RandomFingerprintParams, RoxyApiError, RoxyApiErrorCode, type RoxyApiResponse, RoxyBrowserMCPServer, type RoxyClientConfig$1 as RoxyClientConfig, type SearchEngine, TOOLS, type WindowPlatformInfo, type Workspace, type WorkspaceListResponse, type WorkspaceListToolResponse, batchCreateAccounts, batchCreateBrowsers,
|
|
5769
|
+
export { type AccountBatchCreateParams, type AccountCreateParams, type AccountDeleteParams, type AccountItem, type AccountListParams, type AccountListResponse, type AccountModifyParams, type BoughtProxyListItem, type BrowserCloseParams, type BrowserCloseToolParams, type BrowserCloseToolResponse, type BrowserCreateAdvancedParams, type BrowserCreateAdvancedResponse, type BrowserCreateBatchResult, type BrowserCreateConfig, type BrowserCreateResult, type BrowserCreateSimpleParams, type BrowserCreateSimpleResponse, type BrowserCreateStandardParams, type BrowserCreateStandardResponse, BrowserCreationError, type BrowserDeleteToolParams, type BrowserDeleteToolResponse, type BrowserListItem, type BrowserListParams, type BrowserListResponse, type BrowserListToolParams, type BrowserListToolResponse, type BrowserOS, type BrowserOpenParams, type BrowserOpenResult, type BrowserOpenToolParams, type BrowserOpenToolResponse, type BrowserUpdateParams, type ClearLocalCacheParams, type ClearServerCacheParams, ConfigError, type ConnectionInfoItem, type ConnectionInfoResponse, type CoreVersion, DEFAULT_CONFIG, type DetectChannelItem, type DetectChannelResponse, type ErrorInfo, type FingerInfo, LATEST_CORE_VERSION, type LabelItem, type LabelListResponse, NETWORK_ERROR_PATTERNS, type ProjectDetails, type ProxyBatchCreateParams, type ProxyCreateParams, type ProxyDeleteParams, type ProxyDetectParams, type ProxyInfo, type ProxyListItem, type ProxyListParams, type ProxyListResponse, type ProxyModifyParams, ROXY_ERROR_MAP, type RandomFingerprintParams, RoxyApiError, RoxyApiErrorCode, type RoxyApiResponse, RoxyBrowserMCPServer, type RoxyClientConfig$1 as RoxyClientConfig, type SearchEngine, TOOLS, type WindowPlatformInfo, type Workspace, type WorkspaceListResponse, type WorkspaceListToolResponse, batchCreateAccounts, batchCreateBrowsers, clearLocalCache, clearServerCache, closeBrowsers, createAccount, createBrowser, createProxies, deleteAccounts, deleteBrowsers, deleteProxies, detectProxy, getBrowserDetail, getConnectionInfo, healthCheck, listAccounts, listBrowsers, listLabels, listWorkspaces, modifyAccount, modifyProxy, openBrowser, proxyList, randomFingerprint, request, resolveConfig, runServer, updateBrowser };
|
package/lib/index.d.ts
CHANGED
|
@@ -3038,9 +3038,6 @@ declare const getConnectionInfo: GetConnectionInfo;
|
|
|
3038
3038
|
/** 代理列表 */
|
|
3039
3039
|
declare class ProxyList {
|
|
3040
3040
|
name: string;
|
|
3041
|
-
/**
|
|
3042
|
-
* 仅当用户没有指定商店时调用
|
|
3043
|
-
*/
|
|
3044
3041
|
description: string;
|
|
3045
3042
|
inputSchema: {
|
|
3046
3043
|
type: string;
|
|
@@ -3049,7 +3046,7 @@ declare class ProxyList {
|
|
|
3049
3046
|
type: string;
|
|
3050
3047
|
description: string;
|
|
3051
3048
|
};
|
|
3052
|
-
|
|
3049
|
+
proxyType: {
|
|
3053
3050
|
type: string;
|
|
3054
3051
|
description: string;
|
|
3055
3052
|
};
|
|
@@ -3076,67 +3073,7 @@ declare class ProxyList {
|
|
|
3076
3073
|
type: string;
|
|
3077
3074
|
description: string;
|
|
3078
3075
|
};
|
|
3079
|
-
|
|
3080
|
-
type: string;
|
|
3081
|
-
description: string;
|
|
3082
|
-
};
|
|
3083
|
-
pageIndex: {
|
|
3084
|
-
type: string;
|
|
3085
|
-
description: string;
|
|
3086
|
-
default: number;
|
|
3087
|
-
};
|
|
3088
|
-
pageSize: {
|
|
3089
|
-
type: string;
|
|
3090
|
-
description: string;
|
|
3091
|
-
default: number;
|
|
3092
|
-
};
|
|
3093
|
-
};
|
|
3094
|
-
required: string[];
|
|
3095
|
-
};
|
|
3096
|
-
};
|
|
3097
|
-
handle(params: any): Promise<{
|
|
3098
|
-
content: {
|
|
3099
|
-
type: string;
|
|
3100
|
-
text: string;
|
|
3101
|
-
}[];
|
|
3102
|
-
}>;
|
|
3103
|
-
}
|
|
3104
|
-
/** 代理商店 */
|
|
3105
|
-
declare class ProxyStore {
|
|
3106
|
-
name: string;
|
|
3107
|
-
description: string;
|
|
3108
|
-
inputSchema: {
|
|
3109
|
-
type: string;
|
|
3110
|
-
properties: {
|
|
3111
|
-
workspaceId: {
|
|
3112
|
-
type: string;
|
|
3113
|
-
description: string;
|
|
3114
|
-
};
|
|
3115
|
-
pageIndex: {
|
|
3116
|
-
type: string;
|
|
3117
|
-
description: string;
|
|
3118
|
-
default: number;
|
|
3119
|
-
};
|
|
3120
|
-
pageSize: {
|
|
3121
|
-
type: string;
|
|
3122
|
-
description: string;
|
|
3123
|
-
default: number;
|
|
3124
|
-
};
|
|
3125
|
-
type: {
|
|
3126
|
-
type: string;
|
|
3127
|
-
description: string;
|
|
3128
|
-
default: number;
|
|
3129
|
-
};
|
|
3130
|
-
};
|
|
3131
|
-
required: string[];
|
|
3132
|
-
};
|
|
3133
|
-
get schema(): {
|
|
3134
|
-
name: string;
|
|
3135
|
-
description: string;
|
|
3136
|
-
inputSchema: {
|
|
3137
|
-
type: string;
|
|
3138
|
-
properties: {
|
|
3139
|
-
workspaceId: {
|
|
3076
|
+
proxyType: {
|
|
3140
3077
|
type: string;
|
|
3141
3078
|
description: string;
|
|
3142
3079
|
};
|
|
@@ -3150,123 +3087,6 @@ declare class ProxyStore {
|
|
|
3150
3087
|
description: string;
|
|
3151
3088
|
default: number;
|
|
3152
3089
|
};
|
|
3153
|
-
type: {
|
|
3154
|
-
type: string;
|
|
3155
|
-
description: string;
|
|
3156
|
-
default: number;
|
|
3157
|
-
};
|
|
3158
|
-
};
|
|
3159
|
-
required: string[];
|
|
3160
|
-
};
|
|
3161
|
-
};
|
|
3162
|
-
handle(params: any): Promise<{
|
|
3163
|
-
content: {
|
|
3164
|
-
type: string;
|
|
3165
|
-
text: string;
|
|
3166
|
-
}[];
|
|
3167
|
-
}>;
|
|
3168
|
-
}
|
|
3169
|
-
declare class CreateProxy {
|
|
3170
|
-
name: string;
|
|
3171
|
-
description: string;
|
|
3172
|
-
inputSchema: {
|
|
3173
|
-
type: string;
|
|
3174
|
-
properties: {
|
|
3175
|
-
workspaceId: {
|
|
3176
|
-
type: string;
|
|
3177
|
-
description: string;
|
|
3178
|
-
};
|
|
3179
|
-
protocol: {
|
|
3180
|
-
type: string;
|
|
3181
|
-
enum: string[];
|
|
3182
|
-
description: string;
|
|
3183
|
-
};
|
|
3184
|
-
host: {
|
|
3185
|
-
type: string;
|
|
3186
|
-
description: string;
|
|
3187
|
-
};
|
|
3188
|
-
port: {
|
|
3189
|
-
type: string;
|
|
3190
|
-
description: string;
|
|
3191
|
-
};
|
|
3192
|
-
proxyUserName: {
|
|
3193
|
-
type: string;
|
|
3194
|
-
description: string;
|
|
3195
|
-
};
|
|
3196
|
-
proxyPassword: {
|
|
3197
|
-
type: string;
|
|
3198
|
-
description: string;
|
|
3199
|
-
};
|
|
3200
|
-
ipType: {
|
|
3201
|
-
type: string;
|
|
3202
|
-
enum: string[];
|
|
3203
|
-
description: string;
|
|
3204
|
-
};
|
|
3205
|
-
checkChannel: {
|
|
3206
|
-
type: string;
|
|
3207
|
-
enum: string[];
|
|
3208
|
-
description: string;
|
|
3209
|
-
};
|
|
3210
|
-
refreshUrl: {
|
|
3211
|
-
type: string;
|
|
3212
|
-
description: string;
|
|
3213
|
-
};
|
|
3214
|
-
remark: {
|
|
3215
|
-
type: string;
|
|
3216
|
-
description: string;
|
|
3217
|
-
};
|
|
3218
|
-
};
|
|
3219
|
-
required: string[];
|
|
3220
|
-
};
|
|
3221
|
-
get schema(): {
|
|
3222
|
-
name: string;
|
|
3223
|
-
description: string;
|
|
3224
|
-
inputSchema: {
|
|
3225
|
-
type: string;
|
|
3226
|
-
properties: {
|
|
3227
|
-
workspaceId: {
|
|
3228
|
-
type: string;
|
|
3229
|
-
description: string;
|
|
3230
|
-
};
|
|
3231
|
-
protocol: {
|
|
3232
|
-
type: string;
|
|
3233
|
-
enum: string[];
|
|
3234
|
-
description: string;
|
|
3235
|
-
};
|
|
3236
|
-
host: {
|
|
3237
|
-
type: string;
|
|
3238
|
-
description: string;
|
|
3239
|
-
};
|
|
3240
|
-
port: {
|
|
3241
|
-
type: string;
|
|
3242
|
-
description: string;
|
|
3243
|
-
};
|
|
3244
|
-
proxyUserName: {
|
|
3245
|
-
type: string;
|
|
3246
|
-
description: string;
|
|
3247
|
-
};
|
|
3248
|
-
proxyPassword: {
|
|
3249
|
-
type: string;
|
|
3250
|
-
description: string;
|
|
3251
|
-
};
|
|
3252
|
-
ipType: {
|
|
3253
|
-
type: string;
|
|
3254
|
-
enum: string[];
|
|
3255
|
-
description: string;
|
|
3256
|
-
};
|
|
3257
|
-
checkChannel: {
|
|
3258
|
-
type: string;
|
|
3259
|
-
enum: string[];
|
|
3260
|
-
description: string;
|
|
3261
|
-
};
|
|
3262
|
-
refreshUrl: {
|
|
3263
|
-
type: string;
|
|
3264
|
-
description: string;
|
|
3265
|
-
};
|
|
3266
|
-
remark: {
|
|
3267
|
-
type: string;
|
|
3268
|
-
description: string;
|
|
3269
|
-
};
|
|
3270
3090
|
};
|
|
3271
3091
|
required: string[];
|
|
3272
3092
|
};
|
|
@@ -3278,7 +3098,7 @@ declare class CreateProxy {
|
|
|
3278
3098
|
}[];
|
|
3279
3099
|
}>;
|
|
3280
3100
|
}
|
|
3281
|
-
declare class
|
|
3101
|
+
declare class CreateProxies {
|
|
3282
3102
|
name: string;
|
|
3283
3103
|
description: string;
|
|
3284
3104
|
inputSchema: {
|
|
@@ -3603,9 +3423,7 @@ declare class DeleteProxies {
|
|
|
3603
3423
|
}>;
|
|
3604
3424
|
}
|
|
3605
3425
|
declare const proxyList: ProxyList;
|
|
3606
|
-
declare const
|
|
3607
|
-
declare const createProxy: CreateProxy;
|
|
3608
|
-
declare const batchCreateProxies: BatchCreateProxies;
|
|
3426
|
+
declare const createProxies: CreateProxies;
|
|
3609
3427
|
declare const detectProxy: DetectProxy;
|
|
3610
3428
|
declare const modifyProxy: ModifyProxy;
|
|
3611
3429
|
declare const deleteProxies: DeleteProxies;
|
|
@@ -5948,4 +5766,4 @@ declare class RoxyBrowserMCPServer {
|
|
|
5948
5766
|
*/
|
|
5949
5767
|
declare function runServer(): Promise<void>;
|
|
5950
5768
|
|
|
5951
|
-
export { type AccountBatchCreateParams, type AccountCreateParams, type AccountDeleteParams, type AccountItem, type AccountListParams, type AccountListResponse, type AccountModifyParams, type BoughtProxyListItem, type BrowserCloseParams, type BrowserCloseToolParams, type BrowserCloseToolResponse, type BrowserCreateAdvancedParams, type BrowserCreateAdvancedResponse, type BrowserCreateBatchResult, type BrowserCreateConfig, type BrowserCreateResult, type BrowserCreateSimpleParams, type BrowserCreateSimpleResponse, type BrowserCreateStandardParams, type BrowserCreateStandardResponse, BrowserCreationError, type BrowserDeleteToolParams, type BrowserDeleteToolResponse, type BrowserListItem, type BrowserListParams, type BrowserListResponse, type BrowserListToolParams, type BrowserListToolResponse, type BrowserOS, type BrowserOpenParams, type BrowserOpenResult, type BrowserOpenToolParams, type BrowserOpenToolResponse, type BrowserUpdateParams, type ClearLocalCacheParams, type ClearServerCacheParams, ConfigError, type ConnectionInfoItem, type ConnectionInfoResponse, type CoreVersion, DEFAULT_CONFIG, type DetectChannelItem, type DetectChannelResponse, type ErrorInfo, type FingerInfo, LATEST_CORE_VERSION, type LabelItem, type LabelListResponse, NETWORK_ERROR_PATTERNS, type ProjectDetails, type ProxyBatchCreateParams, type ProxyCreateParams, type ProxyDeleteParams, type ProxyDetectParams, type ProxyInfo, type ProxyListItem, type ProxyListParams, type ProxyListResponse, type ProxyModifyParams, ROXY_ERROR_MAP, type RandomFingerprintParams, RoxyApiError, RoxyApiErrorCode, type RoxyApiResponse, RoxyBrowserMCPServer, type RoxyClientConfig$1 as RoxyClientConfig, type SearchEngine, TOOLS, type WindowPlatformInfo, type Workspace, type WorkspaceListResponse, type WorkspaceListToolResponse, batchCreateAccounts, batchCreateBrowsers,
|
|
5769
|
+
export { type AccountBatchCreateParams, type AccountCreateParams, type AccountDeleteParams, type AccountItem, type AccountListParams, type AccountListResponse, type AccountModifyParams, type BoughtProxyListItem, type BrowserCloseParams, type BrowserCloseToolParams, type BrowserCloseToolResponse, type BrowserCreateAdvancedParams, type BrowserCreateAdvancedResponse, type BrowserCreateBatchResult, type BrowserCreateConfig, type BrowserCreateResult, type BrowserCreateSimpleParams, type BrowserCreateSimpleResponse, type BrowserCreateStandardParams, type BrowserCreateStandardResponse, BrowserCreationError, type BrowserDeleteToolParams, type BrowserDeleteToolResponse, type BrowserListItem, type BrowserListParams, type BrowserListResponse, type BrowserListToolParams, type BrowserListToolResponse, type BrowserOS, type BrowserOpenParams, type BrowserOpenResult, type BrowserOpenToolParams, type BrowserOpenToolResponse, type BrowserUpdateParams, type ClearLocalCacheParams, type ClearServerCacheParams, ConfigError, type ConnectionInfoItem, type ConnectionInfoResponse, type CoreVersion, DEFAULT_CONFIG, type DetectChannelItem, type DetectChannelResponse, type ErrorInfo, type FingerInfo, LATEST_CORE_VERSION, type LabelItem, type LabelListResponse, NETWORK_ERROR_PATTERNS, type ProjectDetails, type ProxyBatchCreateParams, type ProxyCreateParams, type ProxyDeleteParams, type ProxyDetectParams, type ProxyInfo, type ProxyListItem, type ProxyListParams, type ProxyListResponse, type ProxyModifyParams, ROXY_ERROR_MAP, type RandomFingerprintParams, RoxyApiError, RoxyApiErrorCode, type RoxyApiResponse, RoxyBrowserMCPServer, type RoxyClientConfig$1 as RoxyClientConfig, type SearchEngine, TOOLS, type WindowPlatformInfo, type Workspace, type WorkspaceListResponse, type WorkspaceListToolResponse, batchCreateAccounts, batchCreateBrowsers, clearLocalCache, clearServerCache, closeBrowsers, createAccount, createBrowser, createProxies, deleteAccounts, deleteBrowsers, deleteProxies, detectProxy, getBrowserDetail, getConnectionInfo, healthCheck, listAccounts, listBrowsers, listLabels, listWorkspaces, modifyAccount, modifyProxy, openBrowser, proxyList, randomFingerprint, request, resolveConfig, runServer, updateBrowser };
|