@juhuu/sdk-ts 1.3.41 → 1.3.43
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 +15 -3
- package/dist/index.d.ts +15 -3
- package/dist/index.js +17 -1
- package/dist/index.mjs +17 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3695,7 +3695,10 @@ declare namespace JUHUU {
|
|
|
3695
3695
|
type Params = {
|
|
3696
3696
|
propertyId?: string;
|
|
3697
3697
|
};
|
|
3698
|
-
type Options =
|
|
3698
|
+
type Options = {
|
|
3699
|
+
limit?: number;
|
|
3700
|
+
cursor?: string;
|
|
3701
|
+
} & JUHUU.RequestOptions;
|
|
3699
3702
|
type Response = {
|
|
3700
3703
|
pointClusterArray: JUHUU.PointCluster.Object[];
|
|
3701
3704
|
count: number;
|
|
@@ -5424,7 +5427,10 @@ declare namespace JUHUU {
|
|
|
5424
5427
|
propertyId?: string;
|
|
5425
5428
|
paymentId?: string;
|
|
5426
5429
|
};
|
|
5427
|
-
type Options =
|
|
5430
|
+
type Options = {
|
|
5431
|
+
limit?: number;
|
|
5432
|
+
cursor?: string;
|
|
5433
|
+
} & JUHUU.RequestOptions;
|
|
5428
5434
|
type Response = {
|
|
5429
5435
|
eventArray: JUHUU.Event.Object[];
|
|
5430
5436
|
count: number;
|
|
@@ -6273,7 +6279,10 @@ declare namespace JUHUU {
|
|
|
6273
6279
|
type Params = {
|
|
6274
6280
|
propertyId?: string;
|
|
6275
6281
|
};
|
|
6276
|
-
type Options =
|
|
6282
|
+
type Options = {
|
|
6283
|
+
limit?: number;
|
|
6284
|
+
cursor?: string;
|
|
6285
|
+
} & JUHUU.RequestOptions;
|
|
6277
6286
|
type Response = {
|
|
6278
6287
|
simArray: JUHUU.Sim.Object[];
|
|
6279
6288
|
count: number;
|
|
@@ -7517,6 +7526,7 @@ declare namespace JUHUU {
|
|
|
7517
7526
|
permissionArray?: DevicePermission[];
|
|
7518
7527
|
proximityStrategyArray?: ProximityStrategy[];
|
|
7519
7528
|
mountFlowId?: string | null;
|
|
7529
|
+
starred: boolean;
|
|
7520
7530
|
};
|
|
7521
7531
|
type Options = JUHUU.RequestOptions;
|
|
7522
7532
|
type Response = {
|
|
@@ -7538,6 +7548,7 @@ declare namespace JUHUU {
|
|
|
7538
7548
|
namespace List {
|
|
7539
7549
|
type Params = {
|
|
7540
7550
|
propertyId?: string;
|
|
7551
|
+
starred?: boolean;
|
|
7541
7552
|
};
|
|
7542
7553
|
type Options = {
|
|
7543
7554
|
limit?: number;
|
|
@@ -7561,6 +7572,7 @@ declare namespace JUHUU {
|
|
|
7561
7572
|
permissionArray?: DevicePermission[];
|
|
7562
7573
|
proximityStrategyArray?: ProximityStrategy[];
|
|
7563
7574
|
mountFlowId?: string | null;
|
|
7575
|
+
starred?: boolean;
|
|
7564
7576
|
};
|
|
7565
7577
|
type Options = JUHUU.RequestOptions;
|
|
7566
7578
|
type Response = {
|
package/dist/index.d.ts
CHANGED
|
@@ -3695,7 +3695,10 @@ declare namespace JUHUU {
|
|
|
3695
3695
|
type Params = {
|
|
3696
3696
|
propertyId?: string;
|
|
3697
3697
|
};
|
|
3698
|
-
type Options =
|
|
3698
|
+
type Options = {
|
|
3699
|
+
limit?: number;
|
|
3700
|
+
cursor?: string;
|
|
3701
|
+
} & JUHUU.RequestOptions;
|
|
3699
3702
|
type Response = {
|
|
3700
3703
|
pointClusterArray: JUHUU.PointCluster.Object[];
|
|
3701
3704
|
count: number;
|
|
@@ -5424,7 +5427,10 @@ declare namespace JUHUU {
|
|
|
5424
5427
|
propertyId?: string;
|
|
5425
5428
|
paymentId?: string;
|
|
5426
5429
|
};
|
|
5427
|
-
type Options =
|
|
5430
|
+
type Options = {
|
|
5431
|
+
limit?: number;
|
|
5432
|
+
cursor?: string;
|
|
5433
|
+
} & JUHUU.RequestOptions;
|
|
5428
5434
|
type Response = {
|
|
5429
5435
|
eventArray: JUHUU.Event.Object[];
|
|
5430
5436
|
count: number;
|
|
@@ -6273,7 +6279,10 @@ declare namespace JUHUU {
|
|
|
6273
6279
|
type Params = {
|
|
6274
6280
|
propertyId?: string;
|
|
6275
6281
|
};
|
|
6276
|
-
type Options =
|
|
6282
|
+
type Options = {
|
|
6283
|
+
limit?: number;
|
|
6284
|
+
cursor?: string;
|
|
6285
|
+
} & JUHUU.RequestOptions;
|
|
6277
6286
|
type Response = {
|
|
6278
6287
|
simArray: JUHUU.Sim.Object[];
|
|
6279
6288
|
count: number;
|
|
@@ -7517,6 +7526,7 @@ declare namespace JUHUU {
|
|
|
7517
7526
|
permissionArray?: DevicePermission[];
|
|
7518
7527
|
proximityStrategyArray?: ProximityStrategy[];
|
|
7519
7528
|
mountFlowId?: string | null;
|
|
7529
|
+
starred: boolean;
|
|
7520
7530
|
};
|
|
7521
7531
|
type Options = JUHUU.RequestOptions;
|
|
7522
7532
|
type Response = {
|
|
@@ -7538,6 +7548,7 @@ declare namespace JUHUU {
|
|
|
7538
7548
|
namespace List {
|
|
7539
7549
|
type Params = {
|
|
7540
7550
|
propertyId?: string;
|
|
7551
|
+
starred?: boolean;
|
|
7541
7552
|
};
|
|
7542
7553
|
type Options = {
|
|
7543
7554
|
limit?: number;
|
|
@@ -7561,6 +7572,7 @@ declare namespace JUHUU {
|
|
|
7561
7572
|
permissionArray?: DevicePermission[];
|
|
7562
7573
|
proximityStrategyArray?: ProximityStrategy[];
|
|
7563
7574
|
mountFlowId?: string | null;
|
|
7575
|
+
starred?: boolean;
|
|
7564
7576
|
};
|
|
7565
7577
|
type Options = JUHUU.RequestOptions;
|
|
7566
7578
|
type Response = {
|
package/dist/index.js
CHANGED
|
@@ -1804,6 +1804,12 @@ var PointClustersService = class extends Service {
|
|
|
1804
1804
|
if (PointClusterListParams?.propertyId !== void 0) {
|
|
1805
1805
|
queryArray.push("propertyId=" + PointClusterListParams.propertyId);
|
|
1806
1806
|
}
|
|
1807
|
+
if (PointClusterListOptions?.limit !== void 0) {
|
|
1808
|
+
queryArray.push("limit=" + PointClusterListOptions.limit);
|
|
1809
|
+
}
|
|
1810
|
+
if (PointClusterListOptions?.cursor !== void 0) {
|
|
1811
|
+
queryArray.push("cursor=" + PointClusterListOptions.cursor);
|
|
1812
|
+
}
|
|
1807
1813
|
return await super.sendRequest(
|
|
1808
1814
|
{
|
|
1809
1815
|
method: "GET",
|
|
@@ -2928,6 +2934,12 @@ var SimsService = class extends Service {
|
|
|
2928
2934
|
if (SimListParams?.propertyId !== void 0) {
|
|
2929
2935
|
queryArray.push("propertyId=" + SimListParams.propertyId);
|
|
2930
2936
|
}
|
|
2937
|
+
if (SimListOptions?.limit !== void 0) {
|
|
2938
|
+
queryArray.push("limit=" + SimListOptions.limit);
|
|
2939
|
+
}
|
|
2940
|
+
if (SimListOptions?.cursor !== void 0) {
|
|
2941
|
+
queryArray.push("cursor=" + SimListOptions.cursor);
|
|
2942
|
+
}
|
|
2931
2943
|
return await super.sendRequest(
|
|
2932
2944
|
{
|
|
2933
2945
|
method: "GET",
|
|
@@ -5888,6 +5900,9 @@ var PanelsService = class extends Service {
|
|
|
5888
5900
|
if (params?.propertyId !== void 0) {
|
|
5889
5901
|
queryArray.push("propertyId=" + params.propertyId);
|
|
5890
5902
|
}
|
|
5903
|
+
if (params?.starred !== void 0) {
|
|
5904
|
+
queryArray.push("starred=" + params.starred);
|
|
5905
|
+
}
|
|
5891
5906
|
if (options?.limit !== void 0) {
|
|
5892
5907
|
queryArray.push("limit=" + options.limit);
|
|
5893
5908
|
}
|
|
@@ -5931,7 +5946,8 @@ var PanelsService = class extends Service {
|
|
|
5931
5946
|
variables: params.variables,
|
|
5932
5947
|
display: params.display,
|
|
5933
5948
|
permissionArray: params.permissionArray,
|
|
5934
|
-
proximityStrategyArray: params.proximityStrategyArray
|
|
5949
|
+
proximityStrategyArray: params.proximityStrategyArray,
|
|
5950
|
+
starred: params.starred
|
|
5935
5951
|
},
|
|
5936
5952
|
authenticationNotOptional: true
|
|
5937
5953
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1760,6 +1760,12 @@ var PointClustersService = class extends Service {
|
|
|
1760
1760
|
if (PointClusterListParams?.propertyId !== void 0) {
|
|
1761
1761
|
queryArray.push("propertyId=" + PointClusterListParams.propertyId);
|
|
1762
1762
|
}
|
|
1763
|
+
if (PointClusterListOptions?.limit !== void 0) {
|
|
1764
|
+
queryArray.push("limit=" + PointClusterListOptions.limit);
|
|
1765
|
+
}
|
|
1766
|
+
if (PointClusterListOptions?.cursor !== void 0) {
|
|
1767
|
+
queryArray.push("cursor=" + PointClusterListOptions.cursor);
|
|
1768
|
+
}
|
|
1763
1769
|
return await super.sendRequest(
|
|
1764
1770
|
{
|
|
1765
1771
|
method: "GET",
|
|
@@ -2884,6 +2890,12 @@ var SimsService = class extends Service {
|
|
|
2884
2890
|
if (SimListParams?.propertyId !== void 0) {
|
|
2885
2891
|
queryArray.push("propertyId=" + SimListParams.propertyId);
|
|
2886
2892
|
}
|
|
2893
|
+
if (SimListOptions?.limit !== void 0) {
|
|
2894
|
+
queryArray.push("limit=" + SimListOptions.limit);
|
|
2895
|
+
}
|
|
2896
|
+
if (SimListOptions?.cursor !== void 0) {
|
|
2897
|
+
queryArray.push("cursor=" + SimListOptions.cursor);
|
|
2898
|
+
}
|
|
2887
2899
|
return await super.sendRequest(
|
|
2888
2900
|
{
|
|
2889
2901
|
method: "GET",
|
|
@@ -5844,6 +5856,9 @@ var PanelsService = class extends Service {
|
|
|
5844
5856
|
if (params?.propertyId !== void 0) {
|
|
5845
5857
|
queryArray.push("propertyId=" + params.propertyId);
|
|
5846
5858
|
}
|
|
5859
|
+
if (params?.starred !== void 0) {
|
|
5860
|
+
queryArray.push("starred=" + params.starred);
|
|
5861
|
+
}
|
|
5847
5862
|
if (options?.limit !== void 0) {
|
|
5848
5863
|
queryArray.push("limit=" + options.limit);
|
|
5849
5864
|
}
|
|
@@ -5887,7 +5902,8 @@ var PanelsService = class extends Service {
|
|
|
5887
5902
|
variables: params.variables,
|
|
5888
5903
|
display: params.display,
|
|
5889
5904
|
permissionArray: params.permissionArray,
|
|
5890
|
-
proximityStrategyArray: params.proximityStrategyArray
|
|
5905
|
+
proximityStrategyArray: params.proximityStrategyArray,
|
|
5906
|
+
starred: params.starred
|
|
5891
5907
|
},
|
|
5892
5908
|
authenticationNotOptional: true
|
|
5893
5909
|
},
|