@juhuu/sdk-ts 1.2.67 → 1.2.68
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -17,7 +17,7 @@ interface Offer {
|
|
17
17
|
}
|
18
18
|
type DevicePermission = {
|
19
19
|
type: "bluetooth";
|
20
|
-
|
20
|
+
platformArray: Platform[];
|
21
21
|
description: LocaleString;
|
22
22
|
};
|
23
23
|
type OfferTime = {
|
@@ -2523,7 +2523,7 @@ declare namespace JUHUU {
|
|
2523
2523
|
deviceImageDark: string;
|
2524
2524
|
deviceImageLight: string;
|
2525
2525
|
callToAction: LocaleString;
|
2526
|
-
|
2526
|
+
permissionArray: DevicePermission[];
|
2527
2527
|
};
|
2528
2528
|
namespace Create {
|
2529
2529
|
type Params = {
|
package/dist/index.d.ts
CHANGED
@@ -17,7 +17,7 @@ interface Offer {
|
|
17
17
|
}
|
18
18
|
type DevicePermission = {
|
19
19
|
type: "bluetooth";
|
20
|
-
|
20
|
+
platformArray: Platform[];
|
21
21
|
description: LocaleString;
|
22
22
|
};
|
23
23
|
type OfferTime = {
|
@@ -2523,7 +2523,7 @@ declare namespace JUHUU {
|
|
2523
2523
|
deviceImageDark: string;
|
2524
2524
|
deviceImageLight: string;
|
2525
2525
|
callToAction: LocaleString;
|
2526
|
-
|
2526
|
+
permissionArray: DevicePermission[];
|
2527
2527
|
};
|
2528
2528
|
namespace Create {
|
2529
2529
|
type Params = {
|