@juhuu/sdk-ts 1.2.179 → 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 +4 -4
- package/dist/index.d.ts +4 -4
- 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;
|
@@ -1436,7 +1436,7 @@ declare namespace JUHUU {
|
|
1436
1436
|
namespace Create {
|
1437
1437
|
type Params = {
|
1438
1438
|
propertyId: string;
|
1439
|
-
name
|
1439
|
+
name?: string;
|
1440
1440
|
};
|
1441
1441
|
type Options = JUHUU.RequestOptions;
|
1442
1442
|
type Response = {
|
@@ -1507,7 +1507,7 @@ declare namespace JUHUU {
|
|
1507
1507
|
namespace Create {
|
1508
1508
|
type Params = {
|
1509
1509
|
propertyId: string;
|
1510
|
-
name
|
1510
|
+
name?: string;
|
1511
1511
|
};
|
1512
1512
|
type Options = JUHUU.RequestOptions;
|
1513
1513
|
type Response = {
|
@@ -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;
|
@@ -1436,7 +1436,7 @@ declare namespace JUHUU {
|
|
1436
1436
|
namespace Create {
|
1437
1437
|
type Params = {
|
1438
1438
|
propertyId: string;
|
1439
|
-
name
|
1439
|
+
name?: string;
|
1440
1440
|
};
|
1441
1441
|
type Options = JUHUU.RequestOptions;
|
1442
1442
|
type Response = {
|
@@ -1507,7 +1507,7 @@ declare namespace JUHUU {
|
|
1507
1507
|
namespace Create {
|
1508
1508
|
type Params = {
|
1509
1509
|
propertyId: string;
|
1510
|
-
name
|
1510
|
+
name?: string;
|
1511
1511
|
};
|
1512
1512
|
type Options = JUHUU.RequestOptions;
|
1513
1513
|
type Response = {
|
@@ -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 {
|