@cloudgaming/paas-web
Advanced tools
Comparing version 2.24.1 to 2.25.0
@@ -126,2 +126,3 @@ import type { ActionObject } from 'xstate'; | ||
overrideGameStartedAt: number | undefined; | ||
renewalLeadTime: number; | ||
}, any, PlayerMachineEvents, { | ||
@@ -190,2 +191,3 @@ value: any; | ||
overrideGameStartedAt: number | undefined; | ||
renewalLeadTime: number; | ||
}; | ||
@@ -253,2 +255,3 @@ }, ActionObject<{ | ||
overrideGameStartedAt: number | undefined; | ||
renewalLeadTime: number; | ||
}, PlayerMachineEvents>>; | ||
@@ -427,2 +430,3 @@ | ||
overrideGameStartedAt: number | undefined; | ||
renewalLeadTime: number; | ||
}; | ||
@@ -573,2 +577,4 @@ | ||
overrideGameStartedAt?: number; | ||
/** 续订提前触发时间,默认30000ms */ | ||
renewalLeadTime?: number; | ||
/** | ||
@@ -575,0 +581,0 @@ * 是否使用 relay 连接 |
{ | ||
"name": "@cloudgaming/paas-web", | ||
"license": "BSD-3-Clause", | ||
"version": "2.24.1", | ||
"version": "2.25.0", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4010674
125673