@mittwald/api-client 4.200.0 → 4.202.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.199.1';
1
+ export const MittwaldAPIClientVersion = '4.201.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" | "exensionId")[] | undefined;
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" | "exensionId")[] | undefined;
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" | "exensionId")[] | undefined;
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" | "exensionId")[] | undefined;
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?: string | undefined;
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?: string | undefined;
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?: string;
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" | "exensionId")[];
15164
+ sort?: ("createdAt" | "extensionId" | "extensionName")[];
15165
15165
  order?: ("asc" | "desc")[];
15166
15166
  };
15167
15167
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.199.1';
1
+ export declare const MittwaldAPIClientVersion = '4.201.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.200.0",
3
+ "version": "4.202.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": "41d858e8c63dfb5c6b1d0e30c76111956304b0ff"
83
+ "gitHead": "56b6122778b5e65266eba2f60a1f2774ed46d83a"
84
84
  }