@mittwald/api-client 4.201.0 → 4.203.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.200.0';
1
+ export const MittwaldAPIClientVersion = '4.202.0';
@@ -1004,7 +1004,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1004
1004
  id: string;
1005
1005
  logoRefId?: string | undefined;
1006
1006
  name: string;
1007
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
1007
+ pricing?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy) | undefined;
1008
1008
  published: boolean;
1009
1009
  requestedChanges?: {
1010
1010
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -1167,6 +1167,8 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1167
1167
  limit?: number | undefined;
1168
1168
  skip?: number | undefined;
1169
1169
  page?: number | undefined;
1170
+ sort?: "name" | undefined;
1171
+ order?: "asc" | "desc" | undefined;
1170
1172
  } | undefined;
1171
1173
  } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[]>;
1172
1174
  /** List Extensions of own contributor. */
@@ -7395,7 +7395,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7395
7395
  id: string;
7396
7396
  logoRefId?: string | undefined;
7397
7397
  name: string;
7398
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
7398
+ pricing?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy) | undefined;
7399
7399
  published: boolean;
7400
7400
  requestedChanges?: {
7401
7401
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -7452,7 +7452,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7452
7452
  id: string;
7453
7453
  logoRefId?: string | undefined;
7454
7454
  name: string;
7455
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
7455
+ pricing?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy) | undefined;
7456
7456
  published: boolean;
7457
7457
  requestedChanges?: {
7458
7458
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -7646,7 +7646,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7646
7646
  id: string;
7647
7647
  logoRefId?: string | undefined;
7648
7648
  name: string;
7649
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
7649
+ pricing?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy) | undefined;
7650
7650
  published: boolean;
7651
7651
  requestedChanges?: {
7652
7652
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -7724,7 +7724,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7724
7724
  id: string;
7725
7725
  logoRefId?: string | undefined;
7726
7726
  name: string;
7727
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
7727
+ pricing?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy) | undefined;
7728
7728
  published: boolean;
7729
7729
  requestedChanges?: {
7730
7730
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -8668,6 +8668,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8668
8668
  limit?: number | undefined;
8669
8669
  skip?: number | undefined;
8670
8670
  page?: number | undefined;
8671
+ sort?: "name" | undefined;
8672
+ order?: "asc" | "desc" | undefined;
8671
8673
  } | undefined;
8672
8674
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8673
8675
  headers?: Partial<{
@@ -8681,6 +8683,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8681
8683
  limit?: number | undefined;
8682
8684
  skip?: number | undefined;
8683
8685
  page?: number | undefined;
8686
+ sort?: "name" | undefined;
8687
+ order?: "asc" | "desc" | undefined;
8684
8688
  } & Partial<{
8685
8689
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8686
8690
  }>;
@@ -8698,6 +8702,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8698
8702
  limit?: number | undefined;
8699
8703
  skip?: number | undefined;
8700
8704
  page?: number | undefined;
8705
+ sort?: "name" | undefined;
8706
+ order?: "asc" | "desc" | undefined;
8701
8707
  } & Partial<{
8702
8708
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8703
8709
  }>;
@@ -3001,7 +3001,12 @@ export declare namespace MittwaldAPIV2 {
3001
3001
  */
3002
3002
  phone?: string;
3003
3003
  state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
3004
- supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
3004
+ supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
3005
+ /**
3006
+ * Whether the support information is inherited from the customer.
3007
+ */
3008
+ inherited: boolean;
3009
+ };
3005
3010
  url?: string;
3006
3011
  }
3007
3012
  type MarketplaceContributorImprint = {
@@ -3056,7 +3061,7 @@ export declare namespace MittwaldAPIV2 {
3056
3061
  */
3057
3062
  logoRefId: string;
3058
3063
  name: string;
3059
- pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
3064
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy;
3060
3065
  /**
3061
3066
  * Whether the extension has been published by the contributor.
3062
3067
  */
@@ -3238,7 +3243,12 @@ export declare namespace MittwaldAPIV2 {
3238
3243
  */
3239
3244
  phone?: string;
3240
3245
  state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
3241
- supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
3246
+ supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
3247
+ /**
3248
+ * Whether the support information is inherited from the customer.
3249
+ */
3250
+ inherited: boolean;
3251
+ };
3242
3252
  url?: string;
3243
3253
  }
3244
3254
  interface MarketplaceOwnExtension {
@@ -3269,7 +3279,7 @@ export declare namespace MittwaldAPIV2 {
3269
3279
  */
3270
3280
  logoRefId?: string;
3271
3281
  name: string;
3272
- pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
3282
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy;
3273
3283
  published: boolean;
3274
3284
  requestedChanges?: {
3275
3285
  context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -5152,6 +5162,18 @@ export declare namespace MittwaldAPIV2 {
5152
5162
  }
5153
5163
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5154
5164
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5165
+ /**
5166
+ * A price plan with (multiple) variants, including different prices for different included service descriptions
5167
+ */
5168
+ type MarketplaceMonthlyPricePlanStrategy = {
5169
+ description?: string;
5170
+ key: string;
5171
+ name?: string;
5172
+ /**
5173
+ * The monthly price in Euro Cents before tax.
5174
+ */
5175
+ priceInCents: number;
5176
+ }[];
5155
5177
  interface CommonsAddress {
5156
5178
  street: string;
5157
5179
  houseNumber: string;
@@ -16279,6 +16301,8 @@ export declare namespace MittwaldAPIV2 {
16279
16301
  limit?: number;
16280
16302
  skip?: number;
16281
16303
  page?: number;
16304
+ sort?: "name";
16305
+ order?: "asc" | "desc";
16282
16306
  };
16283
16307
  }
16284
16308
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.200.0';
1
+ export declare const MittwaldAPIClientVersion = '4.202.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.201.0",
3
+ "version": "4.203.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": "fcde75ea4017d76fc8b651f2e5a5f42aefd23f66"
83
+ "gitHead": "da118392bfbb7af2c0098d7c9c5458640762f7ec"
84
84
  }