@mittwald/api-client 3.1.42 → 3.1.44

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.72fa9041.mjs';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.72fa9041.mjs';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.0cd0b8e9.mjs';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.0cd0b8e9.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.72fa9041.js';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.72fa9041.js';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.0cd0b8e9.js';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.0cd0b8e9.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.72fa9041.mjs';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.0cd0b8e9.mjs';
3
3
  import '@mittwald/api-client-commons';
4
4
  import 'axios';
5
5
 
@@ -1175,6 +1175,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1175
1175
  v4: string[];
1176
1176
  };
1177
1177
  isDefault: boolean;
1178
+ isDomain?: boolean | undefined;
1178
1179
  isEnabled: boolean;
1179
1180
  ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
1180
1181
  paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
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.72fa9041.js';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.0cd0b8e9.js';
3
3
  import '@mittwald/api-client-commons';
4
4
  import 'axios';
5
5
 
@@ -1175,6 +1175,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1175
1175
  v4: string[];
1176
1176
  };
1177
1177
  isDefault: boolean;
1178
+ isDomain?: boolean | undefined;
1178
1179
  isEnabled: boolean;
1179
1180
  ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
1180
1181
  paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
@@ -2285,10 +2285,6 @@ declare namespace MittwaldAPIV2 {
2285
2285
  value: number;
2286
2286
  }
2287
2287
  interface ContractTariffChange {
2288
- /**
2289
- * This is only set if the tariff change has already been carried out.
2290
- */
2291
- executedAtDate?: string;
2292
2288
  newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
2293
2289
  scheduledAtDate: string;
2294
2290
  scheduledByUserId?: string;
@@ -2860,6 +2856,7 @@ declare namespace MittwaldAPIV2 {
2860
2856
  * Whether this ingress is the default ingress or not. A default ingress is automatically created, it cannot be deleted. There can be only one default ingress per project.
2861
2857
  */
2862
2858
  isDefault: boolean;
2859
+ isDomain?: boolean;
2863
2860
  isEnabled: boolean;
2864
2861
  ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
2865
2862
  /**
@@ -2870,7 +2867,7 @@ declare namespace MittwaldAPIV2 {
2870
2867
  tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
2871
2868
  }
2872
2869
  interface IngressOwnership {
2873
- txtRecord: string;
2870
+ txtRecord?: string;
2874
2871
  /**
2875
2872
  * Whether the domain ownership is verified or not.
2876
2873
  */
@@ -21718,6 +21715,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
21718
21715
  v4: string[];
21719
21716
  };
21720
21717
  isDefault: boolean;
21718
+ isDomain?: boolean | undefined;
21721
21719
  isEnabled: boolean;
21722
21720
  ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
21723
21721
  paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
@@ -2285,10 +2285,6 @@ declare namespace MittwaldAPIV2 {
2285
2285
  value: number;
2286
2286
  }
2287
2287
  interface ContractTariffChange {
2288
- /**
2289
- * This is only set if the tariff change has already been carried out.
2290
- */
2291
- executedAtDate?: string;
2292
2288
  newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
2293
2289
  scheduledAtDate: string;
2294
2290
  scheduledByUserId?: string;
@@ -2860,6 +2856,7 @@ declare namespace MittwaldAPIV2 {
2860
2856
  * Whether this ingress is the default ingress or not. A default ingress is automatically created, it cannot be deleted. There can be only one default ingress per project.
2861
2857
  */
2862
2858
  isDefault: boolean;
2859
+ isDomain?: boolean;
2863
2860
  isEnabled: boolean;
2864
2861
  ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
2865
2862
  /**
@@ -2870,7 +2867,7 @@ declare namespace MittwaldAPIV2 {
2870
2867
  tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
2871
2868
  }
2872
2869
  interface IngressOwnership {
2873
- txtRecord: string;
2870
+ txtRecord?: string;
2874
2871
  /**
2875
2872
  * Whether the domain ownership is verified or not.
2876
2873
  */
@@ -21718,6 +21715,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
21718
21715
  v4: string[];
21719
21716
  };
21720
21717
  isDefault: boolean;
21718
+ isDomain?: boolean | undefined;
21721
21719
  isEnabled: boolean;
21722
21720
  ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
21723
21721
  paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.1.42';
1
+ export declare const MittwaldAPIClientVersion = '3.1.44';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.1.42';
1
+ export const MittwaldAPIClientVersion = '3.1.44';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.1.42",
3
+ "version": "3.1.44",
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",