@mittwald/api-client 4.272.0 → 4.274.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.271.0';
1
+ export const MittwaldAPIClientVersion = '4.273.0';
@@ -1946,7 +1946,6 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1946
1946
  };
1947
1947
  headers?: {
1948
1948
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1949
- "x-access-token"?: string | undefined;
1950
1949
  } | undefined;
1951
1950
  }) => import("@mittwald/react-use-promise").AsyncResource<{
1952
1951
  domains: string[];
@@ -16295,6 +16295,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16295
16295
  createScheduledDeletion: (request: {
16296
16296
  data: {
16297
16297
  deletionDate: string;
16298
+ deleteIngresses?: boolean | undefined;
16298
16299
  };
16299
16300
  domainId: string;
16300
16301
  headers?: {
@@ -16303,6 +16304,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16303
16304
  } | undefined;
16304
16305
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16305
16306
  data: {
16307
+ deleteIngresses?: boolean | undefined;
16306
16308
  deletionDate: string;
16307
16309
  };
16308
16310
  } & {
@@ -16325,6 +16327,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16325
16327
  [x: string]: unknown;
16326
16328
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16327
16329
  data: {
16330
+ deleteIngresses?: boolean | undefined;
16328
16331
  deletionDate: string;
16329
16332
  };
16330
16333
  } & {
@@ -16852,7 +16855,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16852
16855
  };
16853
16856
  headers?: {
16854
16857
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16855
- "x-access-token"?: string | undefined;
16856
16858
  } | undefined;
16857
16859
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16858
16860
  headers?: Partial<{
@@ -16866,12 +16868,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16866
16868
  } & Partial<{
16867
16869
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16868
16870
  }>;
16869
- } & {
16870
- headers: {
16871
- "x-access-token"?: string | undefined;
16872
- } & Partial<{
16873
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16874
- }>;
16875
16871
  }, import("@mittwald/api-client-commons").Response<{
16876
16872
  domains: string[];
16877
16873
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -16892,12 +16888,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16892
16888
  } & Partial<{
16893
16889
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16894
16890
  }>;
16895
- } & {
16896
- headers: {
16897
- "x-access-token"?: string | undefined;
16898
- } & Partial<{
16899
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16900
- }>;
16901
16891
  }, import("@mittwald/api-client-commons").Response<{
16902
16892
  domains: string[];
16903
16893
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -15410,6 +15410,10 @@ export declare namespace MittwaldAPIV2 {
15410
15410
  domainId: string;
15411
15411
  };
15412
15412
  interface RequestBody {
15413
+ /**
15414
+ * Whether to also delete the corresponding Ingress and subdomain Ingresses.
15415
+ */
15416
+ deleteIngresses?: boolean;
15413
15417
  deletionDate: string;
15414
15418
  }
15415
15419
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
@@ -15890,7 +15894,7 @@ export declare namespace MittwaldAPIV2 {
15890
15894
  namespace Get {
15891
15895
  namespace Parameters {
15892
15896
  type Path = {};
15893
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
15897
+ type Header = {};
15894
15898
  type Query = {
15895
15899
  prompt: string;
15896
15900
  domainCount?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.271.0';
1
+ export declare const MittwaldAPIClientVersion = '4.273.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.272.0",
3
+ "version": "4.274.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.272.0",
49
+ "@mittwald/api-client-commons": "^4.274.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.272.0",
53
+ "@mittwald/api-code-generator": "^4.274.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": "528fd91ab03034fd92e2b05e2fa2c4e46c1f6377"
83
+ "gitHead": "6e7c997b4311eea70b782a0b52bd359ffe9997f3"
84
84
  }