@mittwald/api-client 4.199.1 → 4.201.0
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/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -1
- package/dist/types/generated/v2/client.d.ts +7 -7
- package/dist/types/generated/v2/descriptors.d.ts +1 -1
- package/dist/types/generated/v2/types.d.ts +3 -3
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.200.0';
|
|
@@ -947,7 +947,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
947
947
|
limit?: number | undefined;
|
|
948
948
|
skip?: number | undefined;
|
|
949
949
|
page?: number | undefined;
|
|
950
|
-
sort?: ("createdAt" | "
|
|
950
|
+
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
951
951
|
order?: ("asc" | "desc")[] | undefined;
|
|
952
952
|
} | undefined;
|
|
953
953
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[]>;
|
|
@@ -7038,7 +7038,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7038
7038
|
limit?: number | undefined;
|
|
7039
7039
|
skip?: number | undefined;
|
|
7040
7040
|
page?: number | undefined;
|
|
7041
|
-
sort?: ("createdAt" | "
|
|
7041
|
+
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
7042
7042
|
order?: ("asc" | "desc")[] | undefined;
|
|
7043
7043
|
} | undefined;
|
|
7044
7044
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -7054,7 +7054,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7054
7054
|
limit?: number | undefined;
|
|
7055
7055
|
skip?: number | undefined;
|
|
7056
7056
|
page?: number | undefined;
|
|
7057
|
-
sort?: ("createdAt" | "
|
|
7057
|
+
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
7058
7058
|
order?: ("asc" | "desc")[] | undefined;
|
|
7059
7059
|
} & Partial<{
|
|
7060
7060
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -7082,7 +7082,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7082
7082
|
limit?: number | undefined;
|
|
7083
7083
|
skip?: number | undefined;
|
|
7084
7084
|
page?: number | undefined;
|
|
7085
|
-
sort?: ("createdAt" | "
|
|
7085
|
+
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
7086
7086
|
order?: ("asc" | "desc")[] | undefined;
|
|
7087
7087
|
} & Partial<{
|
|
7088
7088
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -7572,7 +7572,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7572
7572
|
en?: string | undefined;
|
|
7573
7573
|
} | undefined;
|
|
7574
7574
|
support?: {
|
|
7575
|
-
email
|
|
7575
|
+
email: string;
|
|
7576
7576
|
phone?: string | undefined;
|
|
7577
7577
|
} | undefined;
|
|
7578
7578
|
tags?: string[] | undefined;
|
|
@@ -8798,7 +8798,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8798
8798
|
en?: string | undefined;
|
|
8799
8799
|
} | undefined;
|
|
8800
8800
|
support?: {
|
|
8801
|
-
email
|
|
8801
|
+
email: string;
|
|
8802
8802
|
phone?: string | undefined;
|
|
8803
8803
|
} | undefined;
|
|
8804
8804
|
tags?: string[] | undefined;
|
|
@@ -14615,7 +14615,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14615
14615
|
}>;
|
|
14616
14616
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14617
14617
|
ingressId?: string | undefined;
|
|
14618
|
-
},
|
|
14618
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14619
14619
|
[x: string]: unknown;
|
|
14620
14620
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14621
14621
|
[x: string]: unknown;
|
|
@@ -14638,7 +14638,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14638
14638
|
}>;
|
|
14639
14639
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14640
14640
|
ingressId?: string | undefined;
|
|
14641
|
-
},
|
|
14641
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14642
14642
|
[x: string]: unknown;
|
|
14643
14643
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14644
14644
|
[x: string]: unknown;
|
|
@@ -348,7 +348,7 @@ export declare const dnsDeleteDnsZone: OpenAPIOperation<RequestType<Simplify<nul
|
|
|
348
348
|
/** List DNSZones belonging to a Project. */
|
|
349
349
|
export declare const dnsListDnsZones: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
350
350
|
/** Set a record set on a DNSZone to managed. */
|
|
351
|
-
export declare const dnsSetRecordSetManaged: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Responses.$
|
|
351
|
+
export declare const dnsSetRecordSetManaged: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
352
352
|
/** Update a record set on a DNSZone. */
|
|
353
353
|
export declare const dnsUpdateRecordSet: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DnsZonesDnsZoneIdRecordSetsRecordSet.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
354
354
|
/** Abort a Domain declaration. */
|
|
@@ -3320,7 +3320,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3320
3320
|
en?: string;
|
|
3321
3321
|
}
|
|
3322
3322
|
interface MarketplaceSupportMeta {
|
|
3323
|
-
email
|
|
3323
|
+
email: string;
|
|
3324
3324
|
phone?: string;
|
|
3325
3325
|
}
|
|
3326
3326
|
interface MarketplaceUnpublishedExtension {
|
|
@@ -14057,7 +14057,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14057
14057
|
type Query = {};
|
|
14058
14058
|
}
|
|
14059
14059
|
namespace Responses {
|
|
14060
|
-
namespace $
|
|
14060
|
+
namespace $200 {
|
|
14061
14061
|
namespace Content {
|
|
14062
14062
|
interface ApplicationJson {
|
|
14063
14063
|
ingressId?: string;
|
|
@@ -15161,7 +15161,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15161
15161
|
limit?: number;
|
|
15162
15162
|
skip?: number;
|
|
15163
15163
|
page?: number;
|
|
15164
|
-
sort?: ("createdAt" | "
|
|
15164
|
+
sort?: ("createdAt" | "extensionId" | "extensionName")[];
|
|
15165
15165
|
order?: ("asc" | "desc")[];
|
|
15166
15166
|
};
|
|
15167
15167
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.200.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.201.0",
|
|
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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "fcde75ea4017d76fc8b651f2e5a5f42aefd23f66"
|
|
84
84
|
}
|