@choiceform/os-client-core 3.4.48 → 3.4.49

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 CHANGED
@@ -8388,6 +8388,11 @@ interface CFQueryParams {
8388
8388
  * @ignore
8389
8389
  */
8390
8390
  state?: string;
8391
+ /**
8392
+ * 授权回调链接中的授权appid
8393
+ * @ignore
8394
+ */
8395
+ appid?: string;
8391
8396
  /**
8392
8397
  * 启动的程序模式
8393
8398
  * @ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.4.48",
3
+ "version": "3.4.49",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",