@juhuu/sdk-ts 1.2.77 → 1.2.78
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
@@ -16,7 +16,7 @@ interface Offer {
|
|
16
16
|
offerTime: OfferTime;
|
17
17
|
}
|
18
18
|
type DevicePermission = {
|
19
|
-
type: "
|
19
|
+
type: "bluetooth";
|
20
20
|
};
|
21
21
|
type OfferTime = {
|
22
22
|
mon: {
|
@@ -2133,7 +2133,7 @@ declare namespace JUHUU {
|
|
2133
2133
|
type Params = {
|
2134
2134
|
propertyId: string;
|
2135
2135
|
name?: string;
|
2136
|
-
type:
|
2136
|
+
type: JUHUU.Location.Object["type"];
|
2137
2137
|
};
|
2138
2138
|
type Options = JUHUU.RequestOptions;
|
2139
2139
|
type Response = {
|
package/dist/index.d.ts
CHANGED
@@ -16,7 +16,7 @@ interface Offer {
|
|
16
16
|
offerTime: OfferTime;
|
17
17
|
}
|
18
18
|
type DevicePermission = {
|
19
|
-
type: "
|
19
|
+
type: "bluetooth";
|
20
20
|
};
|
21
21
|
type OfferTime = {
|
22
22
|
mon: {
|
@@ -2133,7 +2133,7 @@ declare namespace JUHUU {
|
|
2133
2133
|
type Params = {
|
2134
2134
|
propertyId: string;
|
2135
2135
|
name?: string;
|
2136
|
-
type:
|
2136
|
+
type: JUHUU.Location.Object["type"];
|
2137
2137
|
};
|
2138
2138
|
type Options = JUHUU.RequestOptions;
|
2139
2139
|
type Response = {
|