@mittwald/api-client 3.1.45 → 3.1.46

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  export { assertStatus } from '@mittwald/api-client-commons';
2
- import { M as MittwaldAPIV2Client } from './shared/api-client.80bca256.mjs';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.80bca256.mjs';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.c61312b7.mjs';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.c61312b7.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.80bca256.js';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.80bca256.js';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.c61312b7.js';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.c61312b7.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.80bca256.mjs';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.c61312b7.mjs';
3
3
  import '@mittwald/api-client-commons';
4
4
  import 'axios';
5
5
 
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.80bca256.js';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.c61312b7.js';
3
3
  import '@mittwald/api-client-commons';
4
4
  import 'axios';
5
5
 
@@ -2430,10 +2430,6 @@ declare namespace MittwaldAPIV2 {
2430
2430
  */
2431
2431
  port: number;
2432
2432
  stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2433
- /**
2434
- * Hostname and port to which a connection was established. Can be empty.
2435
- */
2436
- url: string;
2437
2433
  /**
2438
2434
  * Alerts when the time, syscall count or occurrence count of this group are abnormal.
2439
2435
  */
@@ -2453,10 +2449,6 @@ declare namespace MittwaldAPIV2 {
2453
2449
  errorMessage: string;
2454
2450
  }
2455
2451
  interface StraceStatistics {
2456
- /**
2457
- * Syscall count.
2458
- */
2459
- count: number;
2460
2452
  /**
2461
2453
  * Elapsed kernel space time in milliseconds.
2462
2454
  */
@@ -2430,10 +2430,6 @@ declare namespace MittwaldAPIV2 {
2430
2430
  */
2431
2431
  port: number;
2432
2432
  stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2433
- /**
2434
- * Hostname and port to which a connection was established. Can be empty.
2435
- */
2436
- url: string;
2437
2433
  /**
2438
2434
  * Alerts when the time, syscall count or occurrence count of this group are abnormal.
2439
2435
  */
@@ -2453,10 +2449,6 @@ declare namespace MittwaldAPIV2 {
2453
2449
  errorMessage: string;
2454
2450
  }
2455
2451
  interface StraceStatistics {
2456
- /**
2457
- * Syscall count.
2458
- */
2459
- count: number;
2460
2452
  /**
2461
2453
  * Elapsed kernel space time in milliseconds.
2462
2454
  */
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.1.45';
1
+ export declare const MittwaldAPIClientVersion = '3.1.46';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.1.45';
1
+ export const MittwaldAPIClientVersion = '3.1.46';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.1.45",
3
+ "version": "3.1.46",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",