@wix/sdk-types 1.17.5 → 1.17.6

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.
@@ -1,7 +1,7 @@
1
1
  import { MonitoringClient } from '@wix/monitoring-types';
2
2
  import { PlatformShowError } from '@wix/error-handler-types/v2';
3
3
  export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
4
- import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
4
+ import { ConditionalExcept, EmptyObject, Simplify, Paths, SetNonNullableDeep, SetRequiredDeep, JsonObject } from 'type-fest';
5
5
  export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
6
6
 
7
7
  type HostModule<T, H extends Host> = {
@@ -346,7 +346,7 @@ type NonNullablePaths<T, K extends Paths<T, {
346
346
  maxRecursionDepth: MaxDepth;
347
347
  }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
348
348
  strict: true;
349
- } ? SetRequiredDeep<T, K> : T;
349
+ } ? SetNonNullableDeep<SetRequiredDeep<T, K>, K & Paths<SetRequiredDeep<T, K>>> : T;
350
350
 
351
351
  /**
352
352
  * Constant used to indicate all applicable operators for a field type
package/build/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { MonitoringClient } from '@wix/monitoring-types';
2
2
  import { PlatformShowError } from '@wix/error-handler-types/v2';
3
3
  export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
4
- import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
4
+ import { ConditionalExcept, EmptyObject, Simplify, Paths, SetNonNullableDeep, SetRequiredDeep, JsonObject } from 'type-fest';
5
5
  export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
6
6
 
7
7
  type HostModule<T, H extends Host> = {
@@ -346,7 +346,7 @@ type NonNullablePaths<T, K extends Paths<T, {
346
346
  maxRecursionDepth: MaxDepth;
347
347
  }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
348
348
  strict: true;
349
- } ? SetRequiredDeep<T, K> : T;
349
+ } ? SetNonNullableDeep<SetRequiredDeep<T, K>, K & Paths<SetRequiredDeep<T, K>>> : T;
350
350
 
351
351
  /**
352
352
  * Constant used to indicate all applicable operators for a field type
package/build/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { MonitoringClient } from '@wix/monitoring-types';
2
2
  import { PlatformShowError } from '@wix/error-handler-types/v2';
3
3
  export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
4
- import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
4
+ import { ConditionalExcept, EmptyObject, Simplify, Paths, SetNonNullableDeep, SetRequiredDeep, JsonObject } from 'type-fest';
5
5
  export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
6
6
 
7
7
  type HostModule<T, H extends Host> = {
@@ -346,7 +346,7 @@ type NonNullablePaths<T, K extends Paths<T, {
346
346
  maxRecursionDepth: MaxDepth;
347
347
  }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
348
348
  strict: true;
349
- } ? SetRequiredDeep<T, K> : T;
349
+ } ? SetNonNullableDeep<SetRequiredDeep<T, K>, K & Paths<SetRequiredDeep<T, K>>> : T;
350
350
 
351
351
  /**
352
352
  * Constant used to indicate all applicable operators for a field type
@@ -1,7 +1,7 @@
1
1
  import { MonitoringClient } from '@wix/monitoring-types';
2
2
  import { ErrorHandlerAPI, PlatformShowError } from '@wix/error-handler-types/v2';
3
3
  export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
4
- import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
4
+ import { ConditionalExcept, EmptyObject, Simplify, Paths, SetNonNullableDeep, SetRequiredDeep, JsonObject } from 'type-fest';
5
5
  export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
6
6
 
7
7
  interface BiLogger {
@@ -404,7 +404,7 @@ type NonNullablePaths<T, K extends Paths<T, {
404
404
  maxRecursionDepth: MaxDepth;
405
405
  }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
406
406
  strict: true;
407
- } ? SetRequiredDeep<T, K> : T;
407
+ } ? SetNonNullableDeep<SetRequiredDeep<T, K>, K & Paths<SetRequiredDeep<T, K>>> : T;
408
408
 
409
409
  /**
410
410
  * Constant used to indicate all applicable operators for a field type
@@ -1,7 +1,7 @@
1
1
  import { MonitoringClient } from '@wix/monitoring-types';
2
2
  import { ErrorHandlerAPI, PlatformShowError } from '@wix/error-handler-types/v2';
3
3
  export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
4
- import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
4
+ import { ConditionalExcept, EmptyObject, Simplify, Paths, SetNonNullableDeep, SetRequiredDeep, JsonObject } from 'type-fest';
5
5
  export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
6
6
 
7
7
  interface BiLogger {
@@ -404,7 +404,7 @@ type NonNullablePaths<T, K extends Paths<T, {
404
404
  maxRecursionDepth: MaxDepth;
405
405
  }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
406
406
  strict: true;
407
- } ? SetRequiredDeep<T, K> : T;
407
+ } ? SetNonNullableDeep<SetRequiredDeep<T, K>, K & Paths<SetRequiredDeep<T, K>>> : T;
408
408
 
409
409
  /**
410
410
  * Constant used to indicate all applicable operators for a field type
@@ -1,7 +1,7 @@
1
1
  import { MonitoringClient } from '@wix/monitoring-types';
2
2
  import { ErrorHandlerAPI, PlatformShowError } from '@wix/error-handler-types/v2';
3
3
  export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
4
- import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
4
+ import { ConditionalExcept, EmptyObject, Simplify, Paths, SetNonNullableDeep, SetRequiredDeep, JsonObject } from 'type-fest';
5
5
  export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
6
6
 
7
7
  interface BiLogger {
@@ -404,7 +404,7 @@ type NonNullablePaths<T, K extends Paths<T, {
404
404
  maxRecursionDepth: MaxDepth;
405
405
  }>, MaxDepth extends number = 11> = globalThis.SDKTypeMode extends {
406
406
  strict: true;
407
- } ? SetRequiredDeep<T, K> : T;
407
+ } ? SetNonNullableDeep<SetRequiredDeep<T, K>, K & Paths<SetRequiredDeep<T, K>>> : T;
408
408
 
409
409
  /**
410
410
  * Constant used to indicate all applicable operators for a field type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk-types",
3
- "version": "1.17.5",
3
+ "version": "1.17.6",
4
4
  "author": {
5
5
  "name": "Ronny Ringel",
6
6
  "email": "ronnyr@wix.com"
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  }
64
64
  },
65
- "falconPackageHash": "db830ffd08e27bb7db1c480c3f9ec43b0988a139aafd5fd7da849047"
65
+ "falconPackageHash": "5576669101b6b4d52fa492f1299f63fc7c65b45dd1fda16b68fe1ebf"
66
66
  }