@hyext/types-ext-sdk-hy 3.19.3 → 3.19.4-beta.2

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.
Files changed (2) hide show
  1. package/index.d.ts +0 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1415,7 +1415,6 @@ type SendActivityGiftRsp = {
1415
1415
  * @property sourceType - 礼物来源
1416
1416
  * @property [mapParam] - 普通透传参数
1417
1417
  * @property [uid] - 指定送礼目标uid,优先级高于useSelectMic
1418
- * @property [secondConfirm] - 是否弹出送礼确认框
1419
1418
  */
1420
1419
  type SendActivityGiftReq = {
1421
1420
  giftId: number;
@@ -1424,7 +1423,6 @@ type SendActivityGiftReq = {
1424
1423
  sourceType: string;
1425
1424
  mapParam?: any;
1426
1425
  uid?: string;
1427
- secondConfirm?: boolean;
1428
1426
  };
1429
1427
 
1430
1428
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.19.3",
3
+ "version": "3.19.4-beta.2",
4
4
  "description": "TypeScript definitions for sdk",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",