@pimcore/studio-ui-bundle 1.0.0-canary.20251203-092819-6ea4633 → 1.0.0-canary.20251203-110739-77ceb0c

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.
@@ -7,10 +7,7 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- import type { FetchBaseQueryError } from '@reduxjs/toolkit/query';
11
- import type { SerializedError } from '@reduxjs/toolkit';
12
- import { type IErrorGetContent } from '../../../../modules/app/error-handler/types';
13
- export type ApiErrorData = FetchBaseQueryError | SerializedError;
10
+ import { type ApiErrorData, type IErrorGetContent } from '../../../../modules/app/error-handler/types';
14
11
  export declare const DEFAULT_ERROR_CONTENT = "Something went wrong.";
15
12
  declare class ApiError extends Error {
16
13
  private readonly errorData;
@@ -7,12 +7,15 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import type { FetchBaseQueryError } from '@reduxjs/toolkit/query';
11
+ import type { SerializedError } from '@reduxjs/toolkit';
10
12
  export interface IErrorGetContent {
11
13
  data: string | {
12
14
  errorKey: string;
13
15
  title?: string;
14
16
  };
15
17
  }
18
+ export type ApiErrorData = FetchBaseQueryError | SerializedError;
16
19
  export interface IApiErrorDetails {
17
20
  detail?: string;
18
21
  errorKey?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251203-092819-6ea4633",
3
+ "version": "1.0.0-canary.20251203-110739-77ceb0c",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"