@wix/sdk-types 1.16.0 → 1.17.0

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.
@@ -58,6 +58,13 @@ type Host<Environment = unknown> = {
58
58
  */
59
59
  passThroughHeaders?: Record<string, string>;
60
60
  };
61
+ translations?: () => {
62
+ [language: string]: {
63
+ [namespace: string]: {
64
+ [key: string]: string;
65
+ };
66
+ };
67
+ } | undefined;
61
68
  };
62
69
 
63
70
  type HTTPMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
package/build/index.d.mts CHANGED
@@ -58,6 +58,13 @@ type Host<Environment = unknown> = {
58
58
  */
59
59
  passThroughHeaders?: Record<string, string>;
60
60
  };
61
+ translations?: () => {
62
+ [language: string]: {
63
+ [namespace: string]: {
64
+ [key: string]: string;
65
+ };
66
+ };
67
+ } | undefined;
61
68
  };
62
69
 
63
70
  type HTTPMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
package/build/index.d.ts CHANGED
@@ -58,6 +58,13 @@ type Host<Environment = unknown> = {
58
58
  */
59
59
  passThroughHeaders?: Record<string, string>;
60
60
  };
61
+ translations?: () => {
62
+ [language: string]: {
63
+ [namespace: string]: {
64
+ [key: string]: string;
65
+ };
66
+ };
67
+ } | undefined;
61
68
  };
62
69
 
63
70
  type HTTPMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
@@ -116,6 +116,13 @@ type Host<Environment = unknown> = {
116
116
  */
117
117
  passThroughHeaders?: Record<string, string>;
118
118
  };
119
+ translations?: () => {
120
+ [language: string]: {
121
+ [namespace: string]: {
122
+ [key: string]: string;
123
+ };
124
+ };
125
+ } | undefined;
119
126
  };
120
127
 
121
128
  type HTTPMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
@@ -116,6 +116,13 @@ type Host<Environment = unknown> = {
116
116
  */
117
117
  passThroughHeaders?: Record<string, string>;
118
118
  };
119
+ translations?: () => {
120
+ [language: string]: {
121
+ [namespace: string]: {
122
+ [key: string]: string;
123
+ };
124
+ };
125
+ } | undefined;
119
126
  };
120
127
 
121
128
  type HTTPMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
@@ -116,6 +116,13 @@ type Host<Environment = unknown> = {
116
116
  */
117
117
  passThroughHeaders?: Record<string, string>;
118
118
  };
119
+ translations?: () => {
120
+ [language: string]: {
121
+ [namespace: string]: {
122
+ [key: string]: string;
123
+ };
124
+ };
125
+ } | undefined;
119
126
  };
120
127
 
121
128
  type HTTPMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wix/sdk-types",
3
3
  "license": "MIT",
4
- "version": "1.16.0",
4
+ "version": "1.17.0",
5
5
  "author": {
6
6
  "name": "Ronny Ringel",
7
7
  "email": "ronnyr@wix.com"
@@ -62,5 +62,5 @@
62
62
  "wallaby": {
63
63
  "autoDetect": true
64
64
  },
65
- "falconPackageHash": "a2bfc36a44c16cd28750515589fe3c7d51c72d3f66c7c67fbac945fa"
65
+ "falconPackageHash": "16e8dad423c1e5b1986f5441774174b921f63d7f4667cca473a6b028"
66
66
  }