@mittwald/api-client 3.1.43 → 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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/react.d.mts +2 -1
- package/dist/react.d.ts +2 -1
- package/dist/shared/{api-client.534af7be.d.mts → api-client.0cd0b8e9.d.mts} +3 -1
- package/dist/shared/{api-client.534af7be.d.ts → api-client.0cd0b8e9.d.ts} +3 -1
- 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.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.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
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.
|
|
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.
|
|
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[];
|
|
@@ -2856,6 +2856,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2856
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.
|
|
2857
2857
|
*/
|
|
2858
2858
|
isDefault: boolean;
|
|
2859
|
+
isDomain?: boolean;
|
|
2859
2860
|
isEnabled: boolean;
|
|
2860
2861
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
2861
2862
|
/**
|
|
@@ -2866,7 +2867,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2866
2867
|
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
2867
2868
|
}
|
|
2868
2869
|
interface IngressOwnership {
|
|
2869
|
-
txtRecord
|
|
2870
|
+
txtRecord?: string;
|
|
2870
2871
|
/**
|
|
2871
2872
|
* Whether the domain ownership is verified or not.
|
|
2872
2873
|
*/
|
|
@@ -21714,6 +21715,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21714
21715
|
v4: string[];
|
|
21715
21716
|
};
|
|
21716
21717
|
isDefault: boolean;
|
|
21718
|
+
isDomain?: boolean | undefined;
|
|
21717
21719
|
isEnabled: boolean;
|
|
21718
21720
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
21719
21721
|
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
@@ -2856,6 +2856,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2856
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.
|
|
2857
2857
|
*/
|
|
2858
2858
|
isDefault: boolean;
|
|
2859
|
+
isDomain?: boolean;
|
|
2859
2860
|
isEnabled: boolean;
|
|
2860
2861
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
2861
2862
|
/**
|
|
@@ -2866,7 +2867,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2866
2867
|
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
2867
2868
|
}
|
|
2868
2869
|
interface IngressOwnership {
|
|
2869
|
-
txtRecord
|
|
2870
|
+
txtRecord?: string;
|
|
2870
2871
|
/**
|
|
2871
2872
|
* Whether the domain ownership is verified or not.
|
|
2872
2873
|
*/
|
|
@@ -21714,6 +21715,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21714
21715
|
v4: string[];
|
|
21715
21716
|
};
|
|
21716
21717
|
isDefault: boolean;
|
|
21718
|
+
isDomain?: boolean | undefined;
|
|
21717
21719
|
isEnabled: boolean;
|
|
21718
21720
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
21719
21721
|
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.44';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.44';
|