@cloudbase/types 2.19.6 → 2.19.7
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/index.d.ts +0 -4
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ export interface ICloudbaseConfig {
|
|
|
30
30
|
clientId?: string
|
|
31
31
|
oauthInstance?: any
|
|
32
32
|
wxCloud?: any
|
|
33
|
-
lang?: LANGS
|
|
34
33
|
i18n?: {
|
|
35
34
|
t: (text: string) => string;
|
|
36
35
|
LANG_HEADER_KEY: string;
|
|
@@ -82,10 +81,7 @@ export interface ICallApiOptions {
|
|
|
82
81
|
path?: string
|
|
83
82
|
method?: string
|
|
84
83
|
headers?: KV<any>
|
|
85
|
-
data?: KV<any>
|
|
86
84
|
/** 请求体,根据content-type可以是不同类型 */
|
|
87
85
|
body?: KV<any> | string
|
|
88
|
-
/** 自定义配置,可以覆盖其他配置 */
|
|
89
|
-
config?: KV<any>
|
|
90
86
|
token?: string;
|
|
91
87
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/types",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.7",
|
|
4
4
|
"description": "cloudbase javascript sdk types",
|
|
5
5
|
"files": [
|
|
6
6
|
"index.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"lint": "eslint --fix \"./**/*.ts\"",
|
|
44
44
|
"precommit": "npm run lint"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "96d36b989171037840b6f261c9c5753b0ae7476b"
|
|
47
47
|
}
|