@juhuu/sdk-ts 1.2.180 → 1.2.181

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
@@ -170,7 +170,7 @@ type PaymentRefundReason = "requestedByUser" | "expiredUncapturedCharge" | "frau
170
170
  type SessionStatus = "waitingForPayment" | "ready" | "completed";
171
171
  type AutoRenewMode = "off" | "optIn" | "optOut" | "on";
172
172
  type RefundStatus = "inTransitToUser" | "succeeded";
173
- type SessionTerminatedByType = "user" | "cloudTask" | "cloudFunction" | "mqttCommand";
173
+ type SessionTerminatedByType = "user" | "system" | "propertyAdmin" | "nodeArray";
174
174
  type PermissionTypes = "UserManagement" | "PropertyManagement" | "PayoutManagement" | "InvoiceManagement" | "TarifManagement" | "SessionManagement" | "PaymentManagement" | "LocationManagement" | "LinkManagement" | "TermsManagement" | "LicenseManagement";
175
175
  interface CustomClaims {
176
176
  UserManagement: boolean;
@@ -3002,7 +3002,7 @@ declare namespace JUHUU {
3002
3002
  };
3003
3003
  type Options = JUHUU.RequestOptions;
3004
3004
  type Response = {
3005
- device: JUHUU.Device.Object;
3005
+ nextNodeIdArray: string[];
3006
3006
  };
3007
3007
  }
3008
3008
  namespace Delete {
package/dist/index.d.ts CHANGED
@@ -170,7 +170,7 @@ type PaymentRefundReason = "requestedByUser" | "expiredUncapturedCharge" | "frau
170
170
  type SessionStatus = "waitingForPayment" | "ready" | "completed";
171
171
  type AutoRenewMode = "off" | "optIn" | "optOut" | "on";
172
172
  type RefundStatus = "inTransitToUser" | "succeeded";
173
- type SessionTerminatedByType = "user" | "cloudTask" | "cloudFunction" | "mqttCommand";
173
+ type SessionTerminatedByType = "user" | "system" | "propertyAdmin" | "nodeArray";
174
174
  type PermissionTypes = "UserManagement" | "PropertyManagement" | "PayoutManagement" | "InvoiceManagement" | "TarifManagement" | "SessionManagement" | "PaymentManagement" | "LocationManagement" | "LinkManagement" | "TermsManagement" | "LicenseManagement";
175
175
  interface CustomClaims {
176
176
  UserManagement: boolean;
@@ -3002,7 +3002,7 @@ declare namespace JUHUU {
3002
3002
  };
3003
3003
  type Options = JUHUU.RequestOptions;
3004
3004
  type Response = {
3005
- device: JUHUU.Device.Object;
3005
+ nextNodeIdArray: string[];
3006
3006
  };
3007
3007
  }
3008
3008
  namespace Delete {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.180",
3
+ "version": "1.2.181",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",