@juhuu/sdk-ts 1.2.70 → 1.2.71

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/dist/index.d.mts CHANGED
@@ -2522,6 +2522,7 @@ declare namespace JUHUU {
2522
2522
  deviceImageDark: string;
2523
2523
  deviceImageLight: string;
2524
2524
  callToAction: LocaleString;
2525
+ devicePermissionArray: DevicePermission[];
2525
2526
  };
2526
2527
  namespace Create {
2527
2528
  type Params = {
package/dist/index.d.ts CHANGED
@@ -2522,6 +2522,7 @@ declare namespace JUHUU {
2522
2522
  deviceImageDark: string;
2523
2523
  deviceImageLight: string;
2524
2524
  callToAction: LocaleString;
2525
+ devicePermissionArray: DevicePermission[];
2525
2526
  };
2526
2527
  namespace Create {
2527
2528
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.70",
3
+ "version": "1.2.71",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",