@mittwald/api-client 4.200.0 → 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
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;
|
|
@@ -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 {
|
|
@@ -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
|
}
|