@tarojs/plugin-platform-h5 3.6.16-alpha.1 → 3.6.16

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.
@@ -1551,6 +1551,26 @@
1551
1551
  "success": "void",
1552
1552
  "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1553
1553
  },
1554
+ "requirePrivacyAuthorize": {
1555
+ "object": "*",
1556
+ "success": "void",
1557
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1558
+ },
1559
+ "openPrivacyContract": {
1560
+ "object": "*",
1561
+ "success": "void",
1562
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1563
+ },
1564
+ "onNeedPrivacyAuthorization": {
1565
+ "object": "*",
1566
+ "success": "void",
1567
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1568
+ },
1569
+ "getPrivacySetting": {
1570
+ "object": "*",
1571
+ "success": "void",
1572
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1573
+ },
1554
1574
  "showRedPackage": {
1555
1575
  "object": "*",
1556
1576
  "success": "void",
@@ -2102,7 +2122,9 @@
2102
2122
  "camera": {},
2103
2123
  "canvas": {
2104
2124
  "canvasId": "string",
2105
- "nativeProps": "*"
2125
+ "height": "string",
2126
+ "nativeProps": "*",
2127
+ "width": "string"
2106
2128
  },
2107
2129
  "channel-live": {},
2108
2130
  "channel-video": {},