@juhuu/sdk-ts 1.3.30 → 1.3.32

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 CHANGED
@@ -23,7 +23,7 @@ type AuthMethodType = "password" | "email-otp" | "phone-otp" | "google-oauth" |
23
23
  type PhoneCountryCode = "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "KN" | "LC" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "SS" | "ES" | "LK" | "SD" | "SR" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "UZ" | "VU" | "VA" | "VE" | "VN" | "VG" | "VI" | "YE" | "ZM" | "ZW";
24
24
  type FlowExecutionEnvironment = "dashboard" | "app" | "backend" | "controlKit";
25
25
  type ApiKeyStatus = "enabled" | "disabled";
26
- type FlowStatus = "error" | "ready";
26
+ type FlowStatus = "error" | "ready" | "disabledByPropertyAdmin" | "disabledBySystem";
27
27
  type ApiKeyScope = "device:parameter:update";
28
28
  type TimePeriod = {
29
29
  startAt: Date;
@@ -265,6 +265,7 @@ interface PlotData {
265
265
  series: Array<{
266
266
  groupId: string;
267
267
  isOutlier: boolean;
268
+ featureName: string;
268
269
  points: Array<{
269
270
  timestamp: string;
270
271
  value: number;
@@ -284,6 +285,7 @@ interface PlotData {
284
285
  series: Array<{
285
286
  groupId: string;
286
287
  groupName: string;
288
+ featureName: string;
287
289
  color: string;
288
290
  lineWidth: number;
289
291
  dataPoints: Array<[number, number]>;
@@ -313,7 +315,7 @@ interface PlotData {
313
315
  outliers: number[];
314
316
  }>;
315
317
  } | null;
316
- shapValues: {
318
+ temporalFeatures: {
317
319
  groups: Array<{
318
320
  groupId: string;
319
321
  isOutlier: boolean;
@@ -321,7 +323,7 @@ interface PlotData {
321
323
  featureName: string;
322
324
  slope: number;
323
325
  maxDrop: number;
324
- derivative: number;
326
+ avg_std: number;
325
327
  }>;
326
328
  }>;
327
329
  } | null;
@@ -5399,7 +5401,7 @@ declare namespace JUHUU {
5399
5401
  featureReferenceParameterIdArray: Array<{
5400
5402
  parameterId: string;
5401
5403
  featureReference: string;
5402
- shapValues: [number, number, number] | null;
5404
+ temporalFeatures: [number, number, number] | null;
5403
5405
  isOutlier: boolean;
5404
5406
  unit: Unit | null;
5405
5407
  }>;
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ type AuthMethodType = "password" | "email-otp" | "phone-otp" | "google-oauth" |
23
23
  type PhoneCountryCode = "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IL" | "IT" | "JM" | "JP" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "KN" | "LC" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SK" | "SI" | "SB" | "SO" | "ZA" | "SS" | "ES" | "LK" | "SD" | "SR" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "UZ" | "VU" | "VA" | "VE" | "VN" | "VG" | "VI" | "YE" | "ZM" | "ZW";
24
24
  type FlowExecutionEnvironment = "dashboard" | "app" | "backend" | "controlKit";
25
25
  type ApiKeyStatus = "enabled" | "disabled";
26
- type FlowStatus = "error" | "ready";
26
+ type FlowStatus = "error" | "ready" | "disabledByPropertyAdmin" | "disabledBySystem";
27
27
  type ApiKeyScope = "device:parameter:update";
28
28
  type TimePeriod = {
29
29
  startAt: Date;
@@ -265,6 +265,7 @@ interface PlotData {
265
265
  series: Array<{
266
266
  groupId: string;
267
267
  isOutlier: boolean;
268
+ featureName: string;
268
269
  points: Array<{
269
270
  timestamp: string;
270
271
  value: number;
@@ -284,6 +285,7 @@ interface PlotData {
284
285
  series: Array<{
285
286
  groupId: string;
286
287
  groupName: string;
288
+ featureName: string;
287
289
  color: string;
288
290
  lineWidth: number;
289
291
  dataPoints: Array<[number, number]>;
@@ -313,7 +315,7 @@ interface PlotData {
313
315
  outliers: number[];
314
316
  }>;
315
317
  } | null;
316
- shapValues: {
318
+ temporalFeatures: {
317
319
  groups: Array<{
318
320
  groupId: string;
319
321
  isOutlier: boolean;
@@ -321,7 +323,7 @@ interface PlotData {
321
323
  featureName: string;
322
324
  slope: number;
323
325
  maxDrop: number;
324
- derivative: number;
326
+ avg_std: number;
325
327
  }>;
326
328
  }>;
327
329
  } | null;
@@ -5399,7 +5401,7 @@ declare namespace JUHUU {
5399
5401
  featureReferenceParameterIdArray: Array<{
5400
5402
  parameterId: string;
5401
5403
  featureReference: string;
5402
- shapValues: [number, number, number] | null;
5404
+ temporalFeatures: [number, number, number] | null;
5403
5405
  isOutlier: boolean;
5404
5406
  unit: Unit | null;
5405
5407
  }>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.30",
6
+ "version": "1.3.32",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",