@juhuu/sdk-ts 1.2.2 → 1.2.3
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -1805,6 +1805,11 @@ declare namespace JUHUU {
|
|
1805
1805
|
propertyId: string;
|
1806
1806
|
description: string | null;
|
1807
1807
|
name: string;
|
1808
|
+
dataQuotaMax: number | null;
|
1809
|
+
dataQuotaCurrent: number | null;
|
1810
|
+
dataQuotaThresholdPercentage: number | null;
|
1811
|
+
providerUsername: string | null;
|
1812
|
+
providerPassword: string | null;
|
1808
1813
|
};
|
1809
1814
|
namespace Retrieve {
|
1810
1815
|
type Params = {
|
package/dist/index.d.ts
CHANGED
@@ -1805,6 +1805,11 @@ declare namespace JUHUU {
|
|
1805
1805
|
propertyId: string;
|
1806
1806
|
description: string | null;
|
1807
1807
|
name: string;
|
1808
|
+
dataQuotaMax: number | null;
|
1809
|
+
dataQuotaCurrent: number | null;
|
1810
|
+
dataQuotaThresholdPercentage: number | null;
|
1811
|
+
providerUsername: string | null;
|
1812
|
+
providerPassword: string | null;
|
1808
1813
|
};
|
1809
1814
|
namespace Retrieve {
|
1810
1815
|
type Params = {
|