@wix/sdk-types 1.13.23 → 1.13.24

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.
@@ -107,6 +107,7 @@ type AuthenticationStrategy<Host = unknown> = {
107
107
  * @returns the token that is currently active in the context of the strategy
108
108
  */
109
109
  getActiveToken?: () => string | undefined;
110
+ shouldUseCDN?: boolean;
110
111
  };
111
112
  type BoundAuthenticationStrategy = {
112
113
  getAuthHeaders: () => Promise<{
package/build/index.d.mts CHANGED
@@ -107,6 +107,7 @@ type AuthenticationStrategy<Host = unknown> = {
107
107
  * @returns the token that is currently active in the context of the strategy
108
108
  */
109
109
  getActiveToken?: () => string | undefined;
110
+ shouldUseCDN?: boolean;
110
111
  };
111
112
  type BoundAuthenticationStrategy = {
112
113
  getAuthHeaders: () => Promise<{
package/build/index.d.ts CHANGED
@@ -107,6 +107,7 @@ type AuthenticationStrategy<Host = unknown> = {
107
107
  * @returns the token that is currently active in the context of the strategy
108
108
  */
109
109
  getActiveToken?: () => string | undefined;
110
+ shouldUseCDN?: boolean;
110
111
  };
111
112
  type BoundAuthenticationStrategy = {
112
113
  getAuthHeaders: () => Promise<{
@@ -170,6 +170,7 @@ type AuthenticationStrategy<Host = unknown> = {
170
170
  * @returns the token that is currently active in the context of the strategy
171
171
  */
172
172
  getActiveToken?: () => string | undefined;
173
+ shouldUseCDN?: boolean;
173
174
  };
174
175
  type BoundAuthenticationStrategy = {
175
176
  getAuthHeaders: () => Promise<{
@@ -170,6 +170,7 @@ type AuthenticationStrategy<Host = unknown> = {
170
170
  * @returns the token that is currently active in the context of the strategy
171
171
  */
172
172
  getActiveToken?: () => string | undefined;
173
+ shouldUseCDN?: boolean;
173
174
  };
174
175
  type BoundAuthenticationStrategy = {
175
176
  getAuthHeaders: () => Promise<{
@@ -170,6 +170,7 @@ type AuthenticationStrategy<Host = unknown> = {
170
170
  * @returns the token that is currently active in the context of the strategy
171
171
  */
172
172
  getActiveToken?: () => string | undefined;
173
+ shouldUseCDN?: boolean;
173
174
  };
174
175
  type BoundAuthenticationStrategy = {
175
176
  getAuthHeaders: () => Promise<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk-types",
3
- "version": "1.13.23",
3
+ "version": "1.13.24",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Ronny Ringel",
@@ -61,5 +61,5 @@
61
61
  "wallaby": {
62
62
  "autoDetect": true
63
63
  },
64
- "falconPackageHash": "90941886512ea0dcd74afea2c2fb42ed9c105d602dacab71dc8f38bf"
64
+ "falconPackageHash": "916d89a7a8e2282f012a208af0a45f2f3eaf366c3e2c89893e932d2b"
65
65
  }