@mittwald/api-client 4.259.0 → 4.260.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.258.0';
1
+ export const MittwaldAPIClientVersion = '4.259.0';
@@ -1596,6 +1596,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
1596
1596
  creationDate: string;
1597
1597
  customerId: string;
1598
1598
  customerNumber: string;
1599
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
1599
1600
  executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
1600
1601
  flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
1601
1602
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -13098,6 +13098,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13098
13098
  creationDate: string;
13099
13099
  customerId: string;
13100
13100
  customerNumber: string;
13101
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
13101
13102
  executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
13102
13103
  flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
13103
13104
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -13141,6 +13142,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13141
13142
  creationDate: string;
13142
13143
  customerId: string;
13143
13144
  customerNumber: string;
13145
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
13144
13146
  executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
13145
13147
  flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
13146
13148
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -17064,6 +17066,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17064
17066
  [x: string]: unknown;
17065
17067
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17066
17068
  [x: string]: unknown;
17069
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
17070
+ [x: string]: unknown;
17067
17071
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17068
17072
  data: {
17069
17073
  hostname: string;
@@ -17087,6 +17091,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17087
17091
  [x: string]: unknown;
17088
17092
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17089
17093
  [x: string]: unknown;
17094
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
17095
+ [x: string]: unknown;
17090
17096
  }, 429, "application/json">>>;
17091
17097
  /** Get an Ingress. */
17092
17098
  ingressGetIngress: (request: {
@@ -514,7 +514,7 @@ export declare const fileGetFileWithName: OpenAPIOperation<RequestType<Simplify<
514
514
  /** List Ingresses. */
515
515
  export declare const ingressListIngresses: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
516
516
  /** Create an Ingress. */
517
- export declare const ingressCreateIngress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
517
+ export declare const ingressCreateIngress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
518
518
  /** Get an Ingress. */
519
519
  export declare const ingressGetIngress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
520
520
  /** Delete an Ingress. */
@@ -2870,6 +2870,7 @@ export declare namespace MittwaldAPIV2 {
2870
2870
  creationDate: string;
2871
2871
  customerId: string;
2872
2872
  customerNumber: string;
2873
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[];
2873
2874
  executingUserRoles?: MittwaldAPIV2.Components.Schemas.CustomerRole[];
2874
2875
  flags?: MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[];
2875
2876
  isAllowedToPlaceOrders?: boolean;
@@ -4255,7 +4256,7 @@ export declare namespace MittwaldAPIV2 {
4255
4256
  finished: boolean;
4256
4257
  id: string;
4257
4258
  migrationJobs: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressMigrationJob;
4258
- preMigrationJobs: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressPreMigrationJob;
4259
+ preMigrationJobs?: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressPreMigrationJob;
4259
4260
  }
4260
4261
  interface MailmigrationMigrateMailAddressCommandRequirements {
4261
4262
  address?: string;
@@ -18659,6 +18660,13 @@ export declare namespace MittwaldAPIV2 {
18659
18660
  }
18660
18661
  }
18661
18662
  }
18663
+ namespace $409 {
18664
+ namespace Content {
18665
+ interface ApplicationJson {
18666
+ [k: string]: unknown;
18667
+ }
18668
+ }
18669
+ }
18662
18670
  namespace $429 {
18663
18671
  namespace Content {
18664
18672
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.258.0';
1
+ export declare const MittwaldAPIClientVersion = '4.259.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.259.0",
3
+ "version": "4.260.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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.259.0",
49
+ "@mittwald/api-client-commons": "^4.260.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.259.0",
53
+ "@mittwald/api-code-generator": "^4.260.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "3dc49263f4fd5e0bc3b1b682e779f752b0531281"
83
+ "gitHead": "bf11e61111dc7c1f5ad0cb352ecdd5d1300e9499"
84
84
  }