@wix/sdk-types
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -24,4 +24,14 @@ type HostModule<T, H extends Host> = { | ||
essentials?: { | ||
/** | ||
* The language of the currently viewed session | ||
*/ | ||
language?: string; | ||
/** | ||
* The locale of the currently viewed session | ||
*/ | ||
locale?: string; | ||
/** | ||
* Any headers that should be passed through to the API requests | ||
*/ | ||
passThroughHeaders?: Record<string, string>; | ||
}; | ||
@@ -28,0 +38,0 @@ }; |
{ | ||
"name": "@wix/sdk-types", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"license": "UNLICENSED", | ||
@@ -61,3 +61,3 @@ "author": { | ||
}, | ||
"falconPackageHash": "afea462af817d46a125dccc9e9329bc3c1cb8778bcfbda5664e09896" | ||
"falconPackageHash": "3ade7900865a4781de88ae3fd23b77db1eff4d458880ae16e81a6b4e" | ||
} |
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
35288
478