@wix/sdk-types 1.13.34 → 1.13.35

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.
@@ -306,8 +306,8 @@ declare global {
306
306
  }
307
307
  }
308
308
  type NonNullablePaths<T, K extends Paths<T, {
309
- maxRecursionDepth: 11;
310
- }>> = globalThis.SDKTypeMode extends {
309
+ maxRecursionDepth: MaxDepth;
310
+ }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
311
311
  strict: true;
312
312
  } ? SetRequiredDeep<T, K> : T;
313
313
 
package/build/index.d.mts CHANGED
@@ -306,8 +306,8 @@ declare global {
306
306
  }
307
307
  }
308
308
  type NonNullablePaths<T, K extends Paths<T, {
309
- maxRecursionDepth: 11;
310
- }>> = globalThis.SDKTypeMode extends {
309
+ maxRecursionDepth: MaxDepth;
310
+ }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
311
311
  strict: true;
312
312
  } ? SetRequiredDeep<T, K> : T;
313
313
 
package/build/index.d.ts CHANGED
@@ -306,8 +306,8 @@ declare global {
306
306
  }
307
307
  }
308
308
  type NonNullablePaths<T, K extends Paths<T, {
309
- maxRecursionDepth: 11;
310
- }>> = globalThis.SDKTypeMode extends {
309
+ maxRecursionDepth: MaxDepth;
310
+ }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
311
311
  strict: true;
312
312
  } ? SetRequiredDeep<T, K> : T;
313
313
 
@@ -365,8 +365,8 @@ declare global {
365
365
  }
366
366
  }
367
367
  type NonNullablePaths<T, K extends Paths<T, {
368
- maxRecursionDepth: 11;
369
- }>> = globalThis.SDKTypeMode extends {
368
+ maxRecursionDepth: MaxDepth;
369
+ }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
370
370
  strict: true;
371
371
  } ? SetRequiredDeep<T, K> : T;
372
372
 
@@ -365,8 +365,8 @@ declare global {
365
365
  }
366
366
  }
367
367
  type NonNullablePaths<T, K extends Paths<T, {
368
- maxRecursionDepth: 11;
369
- }>> = globalThis.SDKTypeMode extends {
368
+ maxRecursionDepth: MaxDepth;
369
+ }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
370
370
  strict: true;
371
371
  } ? SetRequiredDeep<T, K> : T;
372
372
 
@@ -365,8 +365,8 @@ declare global {
365
365
  }
366
366
  }
367
367
  type NonNullablePaths<T, K extends Paths<T, {
368
- maxRecursionDepth: 11;
369
- }>> = globalThis.SDKTypeMode extends {
368
+ maxRecursionDepth: MaxDepth;
369
+ }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
370
370
  strict: true;
371
371
  } ? SetRequiredDeep<T, K> : T;
372
372
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk-types",
3
- "version": "1.13.34",
3
+ "version": "1.13.35",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Ronny Ringel",
@@ -62,5 +62,5 @@
62
62
  "wallaby": {
63
63
  "autoDetect": true
64
64
  },
65
- "falconPackageHash": "179f7c6e4bdaac355b11684342a8396e2d4c4d00510c15dd1463f7b3"
65
+ "falconPackageHash": "e27013f928f7628a726066dfca24fea35d318a02117afa7d0fa60d88"
66
66
  }