@wix/sdk-types 1.13.36 → 1.13.38
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,6 +1,7 @@
|
|
|
1
1
|
import { MonitoringClient } from '@wix/monitoring-types';
|
|
2
2
|
import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
|
|
3
3
|
export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
|
|
4
|
+
export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
|
|
4
5
|
|
|
5
6
|
type HostModule<T, H extends Host> = {
|
|
6
7
|
__type: 'host';
|
package/build/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MonitoringClient } from '@wix/monitoring-types';
|
|
2
2
|
import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
|
|
3
3
|
export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
|
|
4
|
+
export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
|
|
4
5
|
|
|
5
6
|
type HostModule<T, H extends Host> = {
|
|
6
7
|
__type: 'host';
|
package/build/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MonitoringClient } from '@wix/monitoring-types';
|
|
2
2
|
import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
|
|
3
3
|
export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
|
|
4
|
+
export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
|
|
4
5
|
|
|
5
6
|
type HostModule<T, H extends Host> = {
|
|
6
7
|
__type: 'host';
|
|
@@ -2,6 +2,7 @@ import { MonitoringClient } from '@wix/monitoring-types';
|
|
|
2
2
|
import { ErrorHandlerAPI } from '@wix/error-handler-types/v2';
|
|
3
3
|
export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
|
|
4
4
|
import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
|
|
5
|
+
export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
|
|
5
6
|
|
|
6
7
|
interface BiLogger {
|
|
7
8
|
log(params: LogParams, context?: LogOptions): Promise<any>;
|
|
@@ -2,6 +2,7 @@ import { MonitoringClient } from '@wix/monitoring-types';
|
|
|
2
2
|
import { ErrorHandlerAPI } from '@wix/error-handler-types/v2';
|
|
3
3
|
export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
|
|
4
4
|
import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
|
|
5
|
+
export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
|
|
5
6
|
|
|
6
7
|
interface BiLogger {
|
|
7
8
|
log(params: LogParams, context?: LogOptions): Promise<any>;
|
|
@@ -2,6 +2,7 @@ import { MonitoringClient } from '@wix/monitoring-types';
|
|
|
2
2
|
import { ErrorHandlerAPI } from '@wix/error-handler-types/v2';
|
|
3
3
|
export { ErrorCodesMap, ErrorHandlerPublicAPI as ErrorHandler, ResolvedError, ShowErrorMapFunction, ShowErrorProps, StatusCodeMap } from '@wix/error-handler-types/v2';
|
|
4
4
|
import { ConditionalExcept, EmptyObject, Simplify, Paths, SetRequiredDeep, JsonObject } from 'type-fest';
|
|
5
|
+
export { ErrorHandlerInternalAPI as WixClientErrorHandler } from '@wix/error-handler-types';
|
|
5
6
|
|
|
6
7
|
interface BiLogger {
|
|
7
8
|
log(params: LogParams, context?: LogOptions): Promise<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/sdk-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.38",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ronny Ringel",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"*.{js,ts}": "yarn lint"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@wix/error-handler-types": "^1.
|
|
33
|
+
"@wix/error-handler-types": "^1.16.0",
|
|
34
34
|
"@wix/monitoring-types": "^0.12.0",
|
|
35
35
|
"type-fest": "^4.41.0"
|
|
36
36
|
},
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"wallaby": {
|
|
63
63
|
"autoDetect": true
|
|
64
64
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "cb8fd377a95d124637ca561819bdfc88f2490ed6e78a5587bced85c6"
|
|
66
66
|
}
|