@mittwald/api-client 4.86.0 → 4.87.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.85.0';
1
+ export const MittwaldAPIClientVersion = '4.86.0';
@@ -1099,7 +1099,6 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
1099
1099
  listMysqlCharsets: (conf?: {
1100
1100
  headers?: {
1101
1101
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1102
- "x-access-token"?: string | undefined;
1103
1102
  } | undefined;
1104
1103
  queryParameters?: {
1105
1104
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -9355,7 +9355,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9355
9355
  listMysqlCharsets: (request?: {
9356
9356
  headers?: {
9357
9357
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9358
- "x-access-token"?: string | undefined;
9359
9358
  } | undefined;
9360
9359
  queryParameters?: {
9361
9360
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -9371,12 +9370,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9371
9370
  } & Partial<{
9372
9371
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9373
9372
  }>;
9374
- } & {
9375
- headers: {
9376
- "x-access-token"?: string | undefined;
9377
- } & Partial<{
9378
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9379
- }>;
9380
9373
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9381
9374
  [x: string]: unknown;
9382
9375
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -9393,12 +9386,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9393
9386
  } & Partial<{
9394
9387
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9395
9388
  }>;
9396
- } & {
9397
- headers: {
9398
- "x-access-token"?: string | undefined;
9399
- } & Partial<{
9400
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9401
- }>;
9402
9389
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9403
9390
  [x: string]: unknown;
9404
9391
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -9779,7 +9779,7 @@ export declare namespace MittwaldAPIV2 {
9779
9779
  namespace Get {
9780
9780
  namespace Parameters {
9781
9781
  type Path = {};
9782
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9782
+ type Header = {};
9783
9783
  type Query = {
9784
9784
  version?: string;
9785
9785
  };
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.85.0';
1
+ export declare const MittwaldAPIClientVersion = '4.86.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.86.0",
3
+ "version": "4.87.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": "02386c647939a8a2d8f6219074a3f27d9635a3bf"
83
+ "gitHead": "48d666d3d0dfba46e56f7b4cebb3944494e04fa4"
84
84
  }