@cloudbase/types
Advanced tools
+8
-3
@@ -25,7 +25,12 @@ import { CloudbaseAdapter, SDKAdapterInterface, ResponseObject } from '@cloudbase/adapter-interface' | ||
| /** 自定义登录凭证信息(从控制台下载的私钥文件) */ | ||
| export interface ICredentialsInfo { | ||
| private_key_id: string | ||
| private_key: string | ||
| env_id: string | ||
| /** 私钥 ID */ | ||
| private_key_id: string; | ||
| /** RSA 私钥内容 */ | ||
| private_key: string; | ||
| /** 所属环境 ID */ | ||
| env_id: string; | ||
| } | ||
| export interface ICloudbaseConfig { | ||
@@ -32,0 +37,0 @@ env: string |
+2
-2
| { | ||
| "name": "@cloudbase/types", | ||
| "version": "3.0.4", | ||
| "version": "3.0.5", | ||
| "description": "cloudbase javascript sdk types", | ||
@@ -46,3 +46,3 @@ "files": [ | ||
| }, | ||
| "gitHead": "b5f5f8541b7e0d944bf345f8aa23c4e0ccb42b4f" | ||
| "gitHead": "5f712e638aa0a0f082986a31c6288b18125a3e24" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
37280
0.4%792
0.51%