@mittwald/api-client 3.1.27 → 3.1.28

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.14bd14f6.mjs';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.14bd14f6.mjs';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.f795256d.mjs';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.f795256d.mjs';
4
4
  import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
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.14bd14f6.js';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.14bd14f6.js';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.f795256d.js';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.f795256d.js';
4
4
  import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
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.14bd14f6.mjs';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.f795256d.mjs';
3
3
  import '@mittwald/api-client-commons';
4
4
  import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
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.14bd14f6.js';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.f795256d.js';
3
3
  import '@mittwald/api-client-commons';
4
4
  import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
5
5
 
@@ -2559,7 +2559,7 @@ declare namespace MittwaldAPIV2 {
2559
2559
  settings: MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
2560
2560
  }
2561
2561
  interface DnsCombinedAManaged {
2562
- managedBy?: {
2562
+ managedBy: {
2563
2563
  ingressId: string;
2564
2564
  };
2565
2565
  }
@@ -2559,7 +2559,7 @@ declare namespace MittwaldAPIV2 {
2559
2559
  settings: MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
2560
2560
  }
2561
2561
  interface DnsCombinedAManaged {
2562
- managedBy?: {
2562
+ managedBy: {
2563
2563
  ingressId: string;
2564
2564
  };
2565
2565
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.1.27';
1
+ export declare const MittwaldAPIClientVersion = '3.1.28';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.1.27';
1
+ export const MittwaldAPIClientVersion = '3.1.28';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.1.27",
3
+ "version": "3.1.28",
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",