@mittwald/api-client 3.1.52 → 3.1.53
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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/shared/{api-client.d7de87c4.d.mts → api-client.21a5eabe.d.mts} +2 -2
- package/dist/shared/{api-client.d7de87c4.d.ts → api-client.21a5eabe.d.ts} +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { assertStatus } from '@mittwald/api-client-commons';
|
|
2
|
-
import { M as MittwaldAPIV2Client } from './shared/api-client.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client } from './shared/api-client.21a5eabe.mjs';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.21a5eabe.mjs';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
6
6
|
declare class MittwaldAPIClient extends MittwaldAPIV2Client {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { assertStatus } from '@mittwald/api-client-commons';
|
|
2
|
-
import { M as MittwaldAPIV2Client } from './shared/api-client.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client } from './shared/api-client.21a5eabe.js';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.21a5eabe.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
6
6
|
declare class MittwaldAPIClient extends MittwaldAPIV2Client {
|
package/dist/react.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
-
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.21a5eabe.mjs';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -1401,7 +1401,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1401
1401
|
metrics?: {
|
|
1402
1402
|
createdAt: string;
|
|
1403
1403
|
name: string;
|
|
1404
|
-
score
|
|
1404
|
+
score?: number | undefined;
|
|
1405
1405
|
value: number;
|
|
1406
1406
|
}[] | undefined;
|
|
1407
1407
|
moreDataAvailable?: string[] | undefined;
|
package/dist/react.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
-
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.21a5eabe.js';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -1401,7 +1401,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1401
1401
|
metrics?: {
|
|
1402
1402
|
createdAt: string;
|
|
1403
1403
|
name: string;
|
|
1404
|
-
score
|
|
1404
|
+
score?: number | undefined;
|
|
1405
1405
|
value: number;
|
|
1406
1406
|
}[] | undefined;
|
|
1407
1407
|
moreDataAvailable?: string[] | undefined;
|
|
@@ -11965,7 +11965,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11965
11965
|
metrics?: {
|
|
11966
11966
|
createdAt: string;
|
|
11967
11967
|
name: string;
|
|
11968
|
-
score
|
|
11968
|
+
score?: number;
|
|
11969
11969
|
value: number;
|
|
11970
11970
|
}[];
|
|
11971
11971
|
moreDataAvailable?: string[];
|
|
@@ -22956,7 +22956,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22956
22956
|
metrics?: {
|
|
22957
22957
|
createdAt: string;
|
|
22958
22958
|
name: string;
|
|
22959
|
-
score
|
|
22959
|
+
score?: number | undefined;
|
|
22960
22960
|
value: number;
|
|
22961
22961
|
}[] | undefined;
|
|
22962
22962
|
moreDataAvailable?: string[] | undefined;
|
|
@@ -11965,7 +11965,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11965
11965
|
metrics?: {
|
|
11966
11966
|
createdAt: string;
|
|
11967
11967
|
name: string;
|
|
11968
|
-
score
|
|
11968
|
+
score?: number;
|
|
11969
11969
|
value: number;
|
|
11970
11970
|
}[];
|
|
11971
11971
|
moreDataAvailable?: string[];
|
|
@@ -22956,7 +22956,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22956
22956
|
metrics?: {
|
|
22957
22957
|
createdAt: string;
|
|
22958
22958
|
name: string;
|
|
22959
|
-
score
|
|
22959
|
+
score?: number | undefined;
|
|
22960
22960
|
value: number;
|
|
22961
22961
|
}[] | undefined;
|
|
22962
22962
|
moreDataAvailable?: string[] | undefined;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.53';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.53';
|