@wix/bex-utils 2.131.0 → 2.133.0
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.
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +1305 -276
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +218 -116
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.d.ts +7 -8
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +1255 -263
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.mjs +1298 -325
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.mjs.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-P2YUYYLM.mjs +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-P2YUYYLM.mjs.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/{exports/testkit/common-errors_ja-73RRUZ7T.mjs → common-errors_ja-MS5PSRSC.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_ja-OOUHZN3G.mjs.map → common-errors_ja-MS5PSRSC.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_uk-TGSY773Q.mjs → common-errors_uk-G7XUMV2H.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_uk-TGSY773Q.mjs.map → common-errors_uk-G7XUMV2H.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.mjs +37 -8
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.mjs.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-EY6JYIPV.mjs +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-EY6JYIPV.mjs.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/{common-errors_ja-OOUHZN3G.mjs → exports/testkit/common-errors_ja-J6VU7MQY.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{common-errors_ja-73RRUZ7T.mjs.map → common-errors_ja-J6VU7MQY.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{common-errors_uk-5VEGIENP.mjs → common-errors_uk-T2LUNSSB.mjs} +2 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{common-errors_uk-5VEGIENP.mjs.map → common-errors_uk-T2LUNSSB.mjs.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.d.mts +7 -8
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.mjs +1161 -230
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.mjs.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +12 -3
- package/package.json +3 -3
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +0 -359
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-UKK4LODD.mjs +0 -34
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-UKK4LODD.mjs.map +0 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-X2D2EJ6Z.mjs +0 -34
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-X2D2EJ6Z.mjs.map +0 -1
|
@@ -12,8 +12,7 @@ import * as _wix_error_handler from '@wix/error-handler';
|
|
|
12
12
|
import * as _wix_error_monitor from '@wix/error-monitor';
|
|
13
13
|
import * as _wix_fe_essentials_core from '@wix/fe-essentials/core';
|
|
14
14
|
import { Essentials, EssentialsPartial, Environment, EssentialsOptions } from '@wix/fe-essentials/core';
|
|
15
|
-
import * as
|
|
16
|
-
import * as _wix_web_bi_logger_dist_src_types from '@wix/web-bi-logger/dist/src/types';
|
|
15
|
+
import * as _wix_fe_essentials_dist_types_exports_bi from '@wix/fe-essentials/dist/types/exports/bi';
|
|
17
16
|
import * as _wix_fe_essentials_dist_types_core from '@wix/fe-essentials/dist/types/core';
|
|
18
17
|
import * as _wix_bi_logger_testkit from '@wix/bi-logger-testkit';
|
|
19
18
|
import * as _wix_panorama_client from '@wix/panorama-client';
|
|
@@ -70,10 +69,10 @@ declare class StandaloneRootEssentialsMock implements StandaloneEssentials {
|
|
|
70
69
|
get errorMonitor(): _wix_error_monitor.ErrorMonitor;
|
|
71
70
|
get errorHandler(): _wix_error_handler.ErrorHandler;
|
|
72
71
|
get i18n(): i18next.i18n;
|
|
73
|
-
get biLoggerFactory(): (options?: (
|
|
72
|
+
get biLoggerFactory(): (options?: (_wix_fe_essentials_dist_types_exports_bi.FactoryOptions & {
|
|
74
73
|
trackSession?: boolean | "force" | undefined;
|
|
75
|
-
}) | undefined) =>
|
|
76
|
-
get biLogger():
|
|
74
|
+
}) | undefined) => _wix_fe_essentials_dist_types_exports_bi.Factory;
|
|
75
|
+
get biLogger(): _wix_fe_essentials_dist_types_exports_bi.Logger;
|
|
77
76
|
get httpClient(): IHttpClient;
|
|
78
77
|
get dataCapsule(): _wix_data_capsule.IDataCapsule<_wix_data_capsule.BaseStorageOptions & Record<string, any>>;
|
|
79
78
|
get environment(): Environment;
|
|
@@ -127,10 +126,10 @@ declare class StandaloneEssentialsTestContext implements Essentials {
|
|
|
127
126
|
private readonly essentials;
|
|
128
127
|
constructor(testkit: StandaloneEssentialsTestkit, params: StandaloneEssentialsTestContextParams);
|
|
129
128
|
get asPartial(): EssentialsPartial;
|
|
130
|
-
get biLoggerFactory(): (options?: (
|
|
129
|
+
get biLoggerFactory(): (options?: (_wix_fe_essentials_dist_types_exports_bi.FactoryOptions & {
|
|
131
130
|
trackSession?: boolean | "force" | undefined;
|
|
132
|
-
}) | undefined) =>
|
|
133
|
-
get biLogger():
|
|
131
|
+
}) | undefined) => _wix_fe_essentials_dist_types_exports_bi.Factory;
|
|
132
|
+
get biLogger(): _wix_fe_essentials_dist_types_exports_bi.Logger;
|
|
134
133
|
createChildEssentials(options: EssentialsOptions): Essentials;
|
|
135
134
|
get environment(): _wix_fe_essentials_core.Environment;
|
|
136
135
|
get errorMonitor(): _wix_error_monitor.ErrorMonitor;
|