@mittwald/api-client 3.1.44 → 3.1.45

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.0cd0b8e9.mjs';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.0cd0b8e9.mjs';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.80bca256.mjs';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.80bca256.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.0cd0b8e9.js';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.0cd0b8e9.js';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.80bca256.js';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.80bca256.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.0cd0b8e9.mjs';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.80bca256.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.0cd0b8e9.js';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.80bca256.js';
3
3
  import '@mittwald/api-client-commons';
4
4
  import 'axios';
5
5
 
@@ -2416,7 +2416,19 @@ declare namespace MittwaldAPIV2 {
2416
2416
  fileOpsStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2417
2417
  miscStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2418
2418
  networkingOps: {
2419
- connectionType: "UNKNOWN" | "PRIVATE" | "INTERNAL" | "EXTERNAL";
2419
+ connectionType: "UNKNOWN" | "PRIVATE" | "EXTERNAL";
2420
+ /**
2421
+ * A short description of the network connection to provide additional context.
2422
+ */
2423
+ description: string;
2424
+ /**
2425
+ * IP address to which a connection was established.
2426
+ */
2427
+ ip: string;
2428
+ /**
2429
+ * Port to which a connection was established.
2430
+ */
2431
+ port: number;
2420
2432
  stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2421
2433
  /**
2422
2434
  * Hostname and port to which a connection was established. Can be empty.
@@ -2453,6 +2465,10 @@ declare namespace MittwaldAPIV2 {
2453
2465
  * The number of times this group occurred.
2454
2466
  */
2455
2467
  occurrences: number;
2468
+ /**
2469
+ * Syscall count.
2470
+ */
2471
+ syscallCount: number;
2456
2472
  /**
2457
2473
  * Elapsed user space time in milliseconds.
2458
2474
  */
@@ -2416,7 +2416,19 @@ declare namespace MittwaldAPIV2 {
2416
2416
  fileOpsStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2417
2417
  miscStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2418
2418
  networkingOps: {
2419
- connectionType: "UNKNOWN" | "PRIVATE" | "INTERNAL" | "EXTERNAL";
2419
+ connectionType: "UNKNOWN" | "PRIVATE" | "EXTERNAL";
2420
+ /**
2421
+ * A short description of the network connection to provide additional context.
2422
+ */
2423
+ description: string;
2424
+ /**
2425
+ * IP address to which a connection was established.
2426
+ */
2427
+ ip: string;
2428
+ /**
2429
+ * Port to which a connection was established.
2430
+ */
2431
+ port: number;
2420
2432
  stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
2421
2433
  /**
2422
2434
  * Hostname and port to which a connection was established. Can be empty.
@@ -2453,6 +2465,10 @@ declare namespace MittwaldAPIV2 {
2453
2465
  * The number of times this group occurred.
2454
2466
  */
2455
2467
  occurrences: number;
2468
+ /**
2469
+ * Syscall count.
2470
+ */
2471
+ syscallCount: number;
2456
2472
  /**
2457
2473
  * Elapsed user space time in milliseconds.
2458
2474
  */
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.1.44';
1
+ export declare const MittwaldAPIClientVersion = '3.1.45';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.1.44';
1
+ export const MittwaldAPIClientVersion = '3.1.45';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.1.44",
3
+ "version": "3.1.45",
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",