apps-sdk 1.0.133 → 1.0.134

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/package.json +1 -1
  2. package/types/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types/index.d.ts CHANGED
@@ -190,6 +190,7 @@ declare module 'apps-sdk' {
190
190
  tracking : TrackingTransparency;
191
191
  paywallLogic : PayWallLogic;
192
192
  notificationsPush : NotificationsPush;
193
+ voice : Voice;
193
194
  }
194
195
 
195
196
  const Core: AppsSDK;