@appium/types
Advanced tools
Comparing version 0.21.3 to 0.22.0
@@ -109,2 +109,6 @@ /** | ||
/** | ||
* For how long the server should delay its shutdown before force-closing all open connections to it. Setting its value to zero should close the server without waiting for active connections. | ||
*/ | ||
export type GracefulServerShutdownTimeoutInMilliseconds = number; | ||
/** | ||
* Enables session override (clobbering) | ||
@@ -114,2 +118,10 @@ */ | ||
/** | ||
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path" | ||
*/ | ||
export type CertFilePath = string; | ||
/** | ||
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path" | ||
*/ | ||
export type KeyFilePath = string; | ||
/** | ||
* Cause sessions to fail if desired caps are sent in that Appium does not recognize as valid for the selected device | ||
@@ -139,10 +151,2 @@ */ | ||
/** | ||
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path" | ||
*/ | ||
export type CertFilePath = string; | ||
/** | ||
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path" | ||
*/ | ||
export type KeyFilePath = string; | ||
/** | ||
* A schema for Appium configuration files | ||
@@ -187,3 +191,6 @@ */ | ||
"relaxed-security"?: RelaxedSecurityConfig; | ||
"shutdown-timeout"?: GracefulServerShutdownTimeoutInMilliseconds; | ||
"session-override"?: SessionOverrideConfig; | ||
"ssl-cert-path"?: CertFilePath; | ||
"ssl-key-path"?: KeyFilePath; | ||
"strict-caps"?: StrictCapsConfig; | ||
@@ -195,4 +202,2 @@ tmp?: TmpConfig; | ||
webhook?: WebhookConfig; | ||
"ssl-cert-path"?: CertFilePath; | ||
"ssl-key-path"?: KeyFilePath; | ||
} | ||
@@ -199,0 +204,0 @@ /** |
@@ -131,2 +131,6 @@ /* eslint-disable */ | ||
/** | ||
* For how long the server should delay its shutdown before force-closing all open connections to it. Setting its value to zero should close the server without waiting for active connections. | ||
*/ | ||
export type GracefulServerShutdownTimeoutInMilliseconds = number; | ||
/** | ||
* Enables session override (clobbering) | ||
@@ -136,2 +140,10 @@ */ | ||
/** | ||
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path" | ||
*/ | ||
export type CertFilePath = string; | ||
/** | ||
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path" | ||
*/ | ||
export type KeyFilePath = string; | ||
/** | ||
* Cause sessions to fail if desired caps are sent in that Appium does not recognize as valid for the selected device | ||
@@ -160,10 +172,2 @@ */ | ||
export type WebhookConfig = string; | ||
/** | ||
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path" | ||
*/ | ||
export type CertFilePath = string; | ||
/** | ||
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path" | ||
*/ | ||
export type KeyFilePath = string; | ||
@@ -210,3 +214,6 @@ /** | ||
"relaxed-security"?: RelaxedSecurityConfig; | ||
"shutdown-timeout"?: GracefulServerShutdownTimeoutInMilliseconds; | ||
"session-override"?: SessionOverrideConfig; | ||
"ssl-cert-path"?: CertFilePath; | ||
"ssl-key-path"?: KeyFilePath; | ||
"strict-caps"?: StrictCapsConfig; | ||
@@ -218,4 +225,2 @@ tmp?: TmpConfig; | ||
webhook?: WebhookConfig; | ||
"ssl-cert-path"?: CertFilePath; | ||
"ssl-key-path"?: KeyFilePath; | ||
} | ||
@@ -222,0 +227,0 @@ /** |
{ | ||
"name": "@appium/types", | ||
"version": "0.21.3", | ||
"version": "0.22.0", | ||
"description": "Various type declarations used across Appium", | ||
@@ -42,5 +42,5 @@ "keywords": [ | ||
"@appium/logger": "^1.6.1", | ||
"@appium/schema": "^0.6.1", | ||
"@appium/schema": "^0.7.0", | ||
"@appium/tsconfig": "^0.3.3", | ||
"@types/express": "4.17.21", | ||
"@types/express": "5.0.0", | ||
"@types/ws": "8.5.12", | ||
@@ -56,3 +56,3 @@ "type-fest": "4.26.1" | ||
}, | ||
"gitHead": "a56f0f820a60a5b7fa9809681438230b986c0e5b" | ||
"gitHead": "e3f7bd07f773c42d06b43a69f15e0c8fed0e10aa" | ||
} |
Sorry, the diff of this file is not supported yet
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
289444
6584
+ Added@appium/schema@0.7.0(transitive)
+ Added@types/express@5.0.0(transitive)
+ Added@types/express-serve-static-core@5.0.2(transitive)
- Removed@appium/schema@0.6.1(transitive)
- Removed@types/express@4.17.21(transitive)
- Removed@types/express-serve-static-core@4.19.6(transitive)
Updated@appium/schema@^0.7.0
Updated@types/express@5.0.0