@wix/sdk-types 1.13.32 → 1.13.34
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.
|
@@ -305,7 +305,9 @@ declare global {
|
|
|
305
305
|
interface SDKTypeMode {
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
type NonNullablePaths<T, K extends Paths<T
|
|
308
|
+
type NonNullablePaths<T, K extends Paths<T, {
|
|
309
|
+
maxRecursionDepth: 11;
|
|
310
|
+
}>> = globalThis.SDKTypeMode extends {
|
|
309
311
|
strict: true;
|
|
310
312
|
} ? SetRequiredDeep<T, K> : T;
|
|
311
313
|
|
package/build/index.d.mts
CHANGED
|
@@ -305,7 +305,9 @@ declare global {
|
|
|
305
305
|
interface SDKTypeMode {
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
type NonNullablePaths<T, K extends Paths<T
|
|
308
|
+
type NonNullablePaths<T, K extends Paths<T, {
|
|
309
|
+
maxRecursionDepth: 11;
|
|
310
|
+
}>> = globalThis.SDKTypeMode extends {
|
|
309
311
|
strict: true;
|
|
310
312
|
} ? SetRequiredDeep<T, K> : T;
|
|
311
313
|
|
package/build/index.d.ts
CHANGED
|
@@ -305,7 +305,9 @@ declare global {
|
|
|
305
305
|
interface SDKTypeMode {
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
type NonNullablePaths<T, K extends Paths<T
|
|
308
|
+
type NonNullablePaths<T, K extends Paths<T, {
|
|
309
|
+
maxRecursionDepth: 11;
|
|
310
|
+
}>> = globalThis.SDKTypeMode extends {
|
|
309
311
|
strict: true;
|
|
310
312
|
} ? SetRequiredDeep<T, K> : T;
|
|
311
313
|
|
|
@@ -364,7 +364,9 @@ declare global {
|
|
|
364
364
|
interface SDKTypeMode {
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
type NonNullablePaths<T, K extends Paths<T
|
|
367
|
+
type NonNullablePaths<T, K extends Paths<T, {
|
|
368
|
+
maxRecursionDepth: 11;
|
|
369
|
+
}>> = globalThis.SDKTypeMode extends {
|
|
368
370
|
strict: true;
|
|
369
371
|
} ? SetRequiredDeep<T, K> : T;
|
|
370
372
|
|
|
@@ -364,7 +364,9 @@ declare global {
|
|
|
364
364
|
interface SDKTypeMode {
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
type NonNullablePaths<T, K extends Paths<T
|
|
367
|
+
type NonNullablePaths<T, K extends Paths<T, {
|
|
368
|
+
maxRecursionDepth: 11;
|
|
369
|
+
}>> = globalThis.SDKTypeMode extends {
|
|
368
370
|
strict: true;
|
|
369
371
|
} ? SetRequiredDeep<T, K> : T;
|
|
370
372
|
|
|
@@ -364,7 +364,9 @@ declare global {
|
|
|
364
364
|
interface SDKTypeMode {
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
type NonNullablePaths<T, K extends Paths<T
|
|
367
|
+
type NonNullablePaths<T, K extends Paths<T, {
|
|
368
|
+
maxRecursionDepth: 11;
|
|
369
|
+
}>> = globalThis.SDKTypeMode extends {
|
|
368
370
|
strict: true;
|
|
369
371
|
} ? SetRequiredDeep<T, K> : T;
|
|
370
372
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/sdk-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.34",
|
|
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.12.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.19.
|
|
38
|
+
"@types/node": "^20.19.9",
|
|
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": "179f7c6e4bdaac355b11684342a8396e2d4c4d00510c15dd1463f7b3"
|
|
66
66
|
}
|