@juhuu/sdk-ts 1.2.68 → 1.2.70
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 -4
- package/dist/index.d.ts +2 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -16,9 +16,7 @@ interface Offer {
|
|
16
16
|
offerTime: OfferTime;
|
17
17
|
}
|
18
18
|
type DevicePermission = {
|
19
|
-
type: "
|
20
|
-
platformArray: Platform[];
|
21
|
-
description: LocaleString;
|
19
|
+
type: "boldBluetooth";
|
22
20
|
};
|
23
21
|
type OfferTime = {
|
24
22
|
mon: {
|
@@ -2086,6 +2084,7 @@ declare namespace JUHUU {
|
|
2086
2084
|
termId: string | null;
|
2087
2085
|
timeZone: TimeZone | null;
|
2088
2086
|
version: number;
|
2087
|
+
devicePermissionArray: DevicePermission[];
|
2089
2088
|
};
|
2090
2089
|
export interface RentableDeviceGroup extends Base {
|
2091
2090
|
type: "rentableDeviceGroup";
|
@@ -2523,7 +2522,6 @@ declare namespace JUHUU {
|
|
2523
2522
|
deviceImageDark: string;
|
2524
2523
|
deviceImageLight: string;
|
2525
2524
|
callToAction: LocaleString;
|
2526
|
-
permissionArray: DevicePermission[];
|
2527
2525
|
};
|
2528
2526
|
namespace Create {
|
2529
2527
|
type Params = {
|
package/dist/index.d.ts
CHANGED
@@ -16,9 +16,7 @@ interface Offer {
|
|
16
16
|
offerTime: OfferTime;
|
17
17
|
}
|
18
18
|
type DevicePermission = {
|
19
|
-
type: "
|
20
|
-
platformArray: Platform[];
|
21
|
-
description: LocaleString;
|
19
|
+
type: "boldBluetooth";
|
22
20
|
};
|
23
21
|
type OfferTime = {
|
24
22
|
mon: {
|
@@ -2086,6 +2084,7 @@ declare namespace JUHUU {
|
|
2086
2084
|
termId: string | null;
|
2087
2085
|
timeZone: TimeZone | null;
|
2088
2086
|
version: number;
|
2087
|
+
devicePermissionArray: DevicePermission[];
|
2089
2088
|
};
|
2090
2089
|
export interface RentableDeviceGroup extends Base {
|
2091
2090
|
type: "rentableDeviceGroup";
|
@@ -2523,7 +2522,6 @@ declare namespace JUHUU {
|
|
2523
2522
|
deviceImageDark: string;
|
2524
2523
|
deviceImageLight: string;
|
2525
2524
|
callToAction: LocaleString;
|
2526
|
-
permissionArray: DevicePermission[];
|
2527
2525
|
};
|
2528
2526
|
namespace Create {
|
2529
2527
|
type Params = {
|