@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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" | "
|
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
|
-
|
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" | "
|
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
|
-
|
3005
|
+
nextNodeIdArray: string[];
|
3006
3006
|
};
|
3007
3007
|
}
|
3008
3008
|
namespace Delete {
|