@wix/sdk-types 1.13.28 → 1.13.29
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.
|
@@ -41,6 +41,10 @@ type Host<Environment = unknown> = {
|
|
|
41
41
|
* The locale of the currently viewed session
|
|
42
42
|
*/
|
|
43
43
|
locale?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The timezone of the currently viewed session
|
|
46
|
+
*/
|
|
47
|
+
timezone?: string;
|
|
44
48
|
/**
|
|
45
49
|
* Any headers that should be passed through to the API requests
|
|
46
50
|
*/
|
package/build/index.d.mts
CHANGED
|
@@ -41,6 +41,10 @@ type Host<Environment = unknown> = {
|
|
|
41
41
|
* The locale of the currently viewed session
|
|
42
42
|
*/
|
|
43
43
|
locale?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The timezone of the currently viewed session
|
|
46
|
+
*/
|
|
47
|
+
timezone?: string;
|
|
44
48
|
/**
|
|
45
49
|
* Any headers that should be passed through to the API requests
|
|
46
50
|
*/
|
package/build/index.d.ts
CHANGED
|
@@ -41,6 +41,10 @@ type Host<Environment = unknown> = {
|
|
|
41
41
|
* The locale of the currently viewed session
|
|
42
42
|
*/
|
|
43
43
|
locale?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The timezone of the currently viewed session
|
|
46
|
+
*/
|
|
47
|
+
timezone?: string;
|
|
44
48
|
/**
|
|
45
49
|
* Any headers that should be passed through to the API requests
|
|
46
50
|
*/
|
|
@@ -110,6 +110,10 @@ type Host<Environment = unknown> = {
|
|
|
110
110
|
* The locale of the currently viewed session
|
|
111
111
|
*/
|
|
112
112
|
locale?: string;
|
|
113
|
+
/**
|
|
114
|
+
* The timezone of the currently viewed session
|
|
115
|
+
*/
|
|
116
|
+
timezone?: string;
|
|
113
117
|
/**
|
|
114
118
|
* Any headers that should be passed through to the API requests
|
|
115
119
|
*/
|
|
@@ -110,6 +110,10 @@ type Host<Environment = unknown> = {
|
|
|
110
110
|
* The locale of the currently viewed session
|
|
111
111
|
*/
|
|
112
112
|
locale?: string;
|
|
113
|
+
/**
|
|
114
|
+
* The timezone of the currently viewed session
|
|
115
|
+
*/
|
|
116
|
+
timezone?: string;
|
|
113
117
|
/**
|
|
114
118
|
* Any headers that should be passed through to the API requests
|
|
115
119
|
*/
|
|
@@ -110,6 +110,10 @@ type Host<Environment = unknown> = {
|
|
|
110
110
|
* The locale of the currently viewed session
|
|
111
111
|
*/
|
|
112
112
|
locale?: string;
|
|
113
|
+
/**
|
|
114
|
+
* The timezone of the currently viewed session
|
|
115
|
+
*/
|
|
116
|
+
timezone?: string;
|
|
113
117
|
/**
|
|
114
118
|
* Any headers that should be passed through to the API requests
|
|
115
119
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/sdk-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.29",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ronny Ringel",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"*.{js,ts}": "yarn lint"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@wix/error-handler-types": "^1.
|
|
33
|
+
"@wix/error-handler-types": "^1.8.0",
|
|
34
34
|
"@wix/monitoring-types": "^0.12.0",
|
|
35
35
|
"type-fest": "^4.41.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@types/node": "^20.
|
|
38
|
+
"@types/node": "^20.19.0",
|
|
39
39
|
"eslint": "^8.57.1",
|
|
40
40
|
"eslint-config-sdk": "0.0.0",
|
|
41
41
|
"tsup": "^7.3.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"wallaby": {
|
|
63
63
|
"autoDetect": true
|
|
64
64
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "b3c590d67d3c3307659f7bd1438699df879d2f95a5a7e4de2411118b"
|
|
66
66
|
}
|