@wix/sdk-types 1.13.27 → 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
  */
@@ -641,7 +645,7 @@ interface RangeAggregation {
641
645
  buckets?: RangeBucket[];
642
646
  }
643
647
  /**
644
- * Group by aggregation configuration
648
+ * Group by aggregation configuration.
645
649
  */
646
650
  interface GroupByAggregation {
647
651
  name?: string | null;
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
  */
@@ -641,7 +645,7 @@ interface RangeAggregation {
641
645
  buckets?: RangeBucket[];
642
646
  }
643
647
  /**
644
- * Group by aggregation configuration
648
+ * Group by aggregation configuration.
645
649
  */
646
650
  interface GroupByAggregation {
647
651
  name?: string | null;
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
  */
@@ -641,7 +645,7 @@ interface RangeAggregation {
641
645
  buckets?: RangeBucket[];
642
646
  }
643
647
  /**
644
- * Group by aggregation configuration
648
+ * Group by aggregation configuration.
645
649
  */
646
650
  interface GroupByAggregation {
647
651
  name?: string | null;
@@ -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
  */
@@ -710,7 +714,7 @@ interface RangeAggregation {
710
714
  buckets?: RangeBucket[];
711
715
  }
712
716
  /**
713
- * Group by aggregation configuration
717
+ * Group by aggregation configuration.
714
718
  */
715
719
  interface GroupByAggregation {
716
720
  name?: string | null;
@@ -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
  */
@@ -710,7 +714,7 @@ interface RangeAggregation {
710
714
  buckets?: RangeBucket[];
711
715
  }
712
716
  /**
713
- * Group by aggregation configuration
717
+ * Group by aggregation configuration.
714
718
  */
715
719
  interface GroupByAggregation {
716
720
  name?: string | null;
@@ -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
  */
@@ -710,7 +714,7 @@ interface RangeAggregation {
710
714
  buckets?: RangeBucket[];
711
715
  }
712
716
  /**
713
- * Group by aggregation configuration
717
+ * Group by aggregation configuration.
714
718
  */
715
719
  interface GroupByAggregation {
716
720
  name?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk-types",
3
- "version": "1.13.27",
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.7.0",
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.17.50",
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": "e7c3abb583a6a4d25b4f984896ab8cb74e0c24603bf5693f3f7af15a"
65
+ "falconPackageHash": "b3c590d67d3c3307659f7bd1438699df879d2f95a5a7e4de2411118b"
66
66
  }