@yuno-payments/dashboard-api-mfe 0.35.0-beta.1 → 0.35.0-beta.3
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/build/cjs/index.js +5 -12
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/msw/browser.d.ts +1 -1
- package/build/cjs/types/msw/handlers.d.ts +1 -1
- package/build/cjs/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +3 -3
- package/build/esm/index.js +5 -12
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/msw/browser.d.ts +1 -1
- package/build/esm/types/msw/handlers.d.ts +1 -1
- package/build/esm/types/msw/mocks/insights/overview/overview-metrics.mock.d.ts +3 -3
- package/build/index.d.ts +7 -6
- package/package.json +16 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const worker:
|
|
1
|
+
export declare const worker: import("msw/browser").SetupWorker;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const handlers:
|
|
1
|
+
export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -4,6 +4,6 @@ export declare enum OverviewMetricType {
|
|
|
4
4
|
STATUS = "status",
|
|
5
5
|
SUBSCRIPTIONS = "subscriptions"
|
|
6
6
|
}
|
|
7
|
-
export declare const oldOverviewMetricsHandler:
|
|
8
|
-
export declare const newOverviewMetricsHandlers:
|
|
9
|
-
export declare const overviewMetricsHandlers:
|
|
7
|
+
export declare const oldOverviewMetricsHandler: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
|
|
8
|
+
export declare const newOverviewMetricsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
9
|
+
export declare const overviewMetricsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|