@cloudbase/cals 1.2.4 → 1.2.5-alpha.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/lib/cjs/types/platform/app.d.ts +1 -1
- package/lib/cjs/utils/constant.d.ts +1 -1
- package/lib/cjs/utils/constant.js +1 -1
- package/lib/cjs/utils/dts/auto-generated.d.ts +1 -1
- package/lib/cjs/utils/dts/auto-generated.d.ts.map +1 -1
- package/lib/cjs/utils/dts/auto-generated.js +1 -1
- package/lib/esm/types/platform/app.d.ts +1 -1
- package/lib/esm/utils/constant.d.ts +1 -1
- package/lib/esm/utils/constant.js +1 -1
- package/lib/esm/utils/dts/auto-generated.d.ts +1 -1
- package/lib/esm/utils/dts/auto-generated.d.ts.map +1 -1
- package/lib/esm/utils/dts/auto-generated.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auto-generated.d.ts","sourceRoot":"","sources":["../../../../src/utils/dts/auto-generated.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"auto-generated.d.ts","sourceRoot":"","sources":["../../../../src/utils/dts/auto-generated.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,y19FAo3DnB,CAAA"}
|
|
@@ -500,7 +500,7 @@ function callFunction(params: ICallFunctionParams, parseOptions?: IParseOptions)
|
|
|
500
500
|
* @privateForWeDa
|
|
501
501
|
* {"group": "cloud", "displayType": "function", "description": "返回云开发web-sdk初始化后的实例(无需关心tcb环境信息及认证登录的处理), 即 tcb.init 后返回的对象, 可用该对象直接调用tcb的各种能力"}
|
|
502
502
|
*/
|
|
503
|
-
function getCloudInstance(): Promise<
|
|
503
|
+
function getCloudInstance(): Promise<cloudbase.app.App>;
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
506
|
* 在登录认证源设置中,h5开启 微信小程序OPENID登录 后,使用此函数可以返回带有微信小程序授权登录token参数的h5跳转链接,可以用于微信小程序webview中的h5页面openid静默授权登录
|
|
@@ -75,7 +75,7 @@ export interface IPlatformSubApp extends Pick<IPlatformApp, 'schemaVersion' | 'i
|
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* 格式和npm一样
|
|
78
|
-
* 格式:{ '@命名空间/组件库名称': <
|
|
78
|
+
* 格式:{ '@命名空间/组件库名称': <protocol>:<path>?v=<版本号> } 遵循URL规范
|
|
79
79
|
* 命名空间有:
|
|
80
80
|
* (1) @tcwd。value对应是‘weda:’开头
|
|
81
81
|
* (2) @账户ID。value对应是‘weda:’开头
|