@mittwald/api-client 4.230.0 → 4.232.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.229.0';
1
+ export const MittwaldAPIClientVersion = '4.231.0';
@@ -5701,6 +5701,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5701
5701
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
5702
5702
  [x: string]: unknown;
5703
5703
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5704
+ error?: {} | undefined;
5705
+ }, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
5704
5706
  [x: string]: unknown;
5705
5707
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5706
5708
  data: {
@@ -5722,6 +5724,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5722
5724
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
5723
5725
  [x: string]: unknown;
5724
5726
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5727
+ error?: {} | undefined;
5728
+ }, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
5725
5729
  [x: string]: unknown;
5726
5730
  }, 429, "application/json">>>;
5727
5731
  /** Create TariffChange Order. */
@@ -596,7 +596,7 @@ export declare const notificationsReadNotification: OpenAPIOperation<RequestType
596
596
  /** Get list of Orders. */
597
597
  export declare const orderListOrders: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Orders.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Orders.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Orders.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
598
598
  /** Create an Order. */
599
- export declare const orderCreateOrder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
599
+ export declare const orderCreateOrder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
600
600
  /** Create TariffChange Order. */
601
601
  export declare const orderCreateTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TariffChanges.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
602
602
  /** Get Order for Customer. */
@@ -1815,9 +1815,9 @@ export declare namespace MittwaldAPIV2 {
1815
1815
  faqLink: string;
1816
1816
  }
1817
1817
  interface AppCronjobCommand {
1818
- interpreterTemplate?: string;
1818
+ interpreterTemplate: string;
1819
1819
  parametersTemplate?: string;
1820
- pathTemplate?: string;
1820
+ pathTemplate: string;
1821
1821
  }
1822
1822
  /**
1823
1823
  * A DatabaseDependency is a generic description of need for a database, used by AppVersions.
@@ -20807,6 +20807,13 @@ export declare namespace MittwaldAPIV2 {
20807
20807
  }
20808
20808
  }
20809
20809
  }
20810
+ namespace $422 {
20811
+ namespace Content {
20812
+ interface ApplicationJson {
20813
+ error?: {};
20814
+ }
20815
+ }
20816
+ }
20810
20817
  namespace $429 {
20811
20818
  namespace Content {
20812
20819
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.229.0';
1
+ export declare const MittwaldAPIClientVersion = '4.231.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.230.0",
3
+ "version": "4.232.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": "d50c01866bb27e7d9f697a1b6efdd955d8c8130d"
83
+ "gitHead": "20e6e563d2587dfda0e253925cd0907fe85d5bca"
84
84
  }