@mittwald/api-client 4.419.0 → 4.421.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.
@@ -16819,74 +16819,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
16819
16819
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16820
16820
  [x: string]: unknown;
16821
16821
  }, 429, "application/json">>>;
16822
- /** Update a MySQLUser. */
16823
- replaceMysqlUser: (request: {
16824
- data: {
16825
- accessLevel: "full" | "readonly";
16826
- description: string;
16827
- accessIpMask?: string | undefined;
16828
- externalAccess?: boolean | undefined;
16829
- };
16830
- mysqlUserId: string;
16831
- headers?: {
16832
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16833
- "x-access-token"?: string | undefined;
16834
- } | undefined;
16835
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16836
- data: {
16837
- accessIpMask?: string | undefined;
16838
- accessLevel: "full" | "readonly";
16839
- description: string;
16840
- externalAccess?: boolean | undefined;
16841
- };
16842
- } & {
16843
- pathParameters: {
16844
- mysqlUserId: string;
16845
- };
16846
- } & {
16847
- headers?: Partial<{
16848
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16849
- }>;
16850
- } & {
16851
- headers: {
16852
- "x-access-token"?: string | undefined;
16853
- } & Partial<{
16854
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16855
- }>;
16856
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
16857
- [x: string]: unknown;
16858
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16859
- [x: string]: unknown;
16860
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16861
- [x: string]: unknown;
16862
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16863
- data: {
16864
- accessIpMask?: string | undefined;
16865
- accessLevel: "full" | "readonly";
16866
- description: string;
16867
- externalAccess?: boolean | undefined;
16868
- };
16869
- } & {
16870
- pathParameters: {
16871
- mysqlUserId: string;
16872
- };
16873
- } & {
16874
- headers?: Partial<{
16875
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16876
- }>;
16877
- } & {
16878
- headers: {
16879
- "x-access-token"?: string | undefined;
16880
- } & Partial<{
16881
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16882
- }>;
16883
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
16884
- [x: string]: unknown;
16885
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16886
- [x: string]: unknown;
16887
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16888
- [x: string]: unknown;
16889
- }, 429, "application/json">>>;
16890
16822
  /** Delete a MySQLUser. */
16891
16823
  deleteMysqlUser: (request: {
16892
16824
  mysqlUserId: string;
@@ -17516,65 +17448,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
17516
17448
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17517
17449
  [x: string]: unknown;
17518
17450
  }, 429, "application/json">>>;
17519
- /** Update a MySQLUser's password. */
17520
- updateMysqlUserPassword: (request: {
17521
- data: {
17522
- password: string;
17523
- };
17524
- mysqlUserId: string;
17525
- headers?: {
17526
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17527
- "x-access-token"?: string | undefined;
17528
- } | undefined;
17529
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17530
- data: {
17531
- password: string;
17532
- };
17533
- } & {
17534
- pathParameters: {
17535
- mysqlUserId: string;
17536
- };
17537
- } & {
17538
- headers?: Partial<{
17539
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17540
- }>;
17541
- } & {
17542
- headers: {
17543
- "x-access-token"?: string | undefined;
17544
- } & Partial<{
17545
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17546
- }>;
17547
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17548
- [x: string]: unknown;
17549
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17550
- [x: string]: unknown;
17551
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17552
- [x: string]: unknown;
17553
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17554
- data: {
17555
- password: string;
17556
- };
17557
- } & {
17558
- pathParameters: {
17559
- mysqlUserId: string;
17560
- };
17561
- } & {
17562
- headers?: Partial<{
17563
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17564
- }>;
17565
- } & {
17566
- headers: {
17567
- "x-access-token"?: string | undefined;
17568
- } & Partial<{
17569
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17570
- }>;
17571
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17572
- [x: string]: unknown;
17573
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17574
- [x: string]: unknown;
17575
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17576
- [x: string]: unknown;
17577
- }, 429, "application/json">>>;
17578
17451
  };
17579
17452
  /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
17580
17453
  readonly domain: {
@@ -367,8 +367,6 @@ export declare const databaseDeleteMysqlDatabase: OpenAPIOperation<RequestType<S
367
367
  export declare const databasePatchMysqlDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlDatabasesMysqlDatabaseId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
368
368
  /** Get a MySQLUser. */
369
369
  export declare const databaseGetMysqlUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
370
- /** Update a MySQLUser. */
371
- export declare const databaseReplaceMysqlUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
372
370
  /** Delete a MySQLUser. */
373
371
  export declare const databaseDeleteMysqlUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
374
372
  /** Update a MySQLUser. */
@@ -391,8 +389,6 @@ export declare const databaseListMysqlCharsets: OpenAPIOperation<RequestType<Sim
391
389
  export declare const databaseListMysqlVersions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
392
390
  /** List RedisVersions. */
393
391
  export declare const databaseListRedisVersions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextRedisVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
394
- /** Update a MySQLUser's password. */
395
- export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMysqlUsersMysqlUserIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
396
392
  /** List Domains */
397
393
  export declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextDomains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
398
394
  /** Update the nameservers of a Domain. */
@@ -730,10 +730,6 @@ export declare namespace MittwaldAPIV3Next {
730
730
  type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUser>;
731
731
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUser, TStatus>;
732
732
  }
733
- namespace DatabaseReplaceMysqlUser {
734
- type RequestData = InferredRequestData<typeof descriptors.databaseReplaceMysqlUser>;
735
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseReplaceMysqlUser, TStatus>;
736
- }
737
733
  namespace DatabaseDeleteMysqlUser {
738
734
  type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlUser>;
739
735
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlUser, TStatus>;
@@ -778,10 +774,6 @@ export declare namespace MittwaldAPIV3Next {
778
774
  type RequestData = InferredRequestData<typeof descriptors.databaseListRedisVersions>;
779
775
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListRedisVersions, TStatus>;
780
776
  }
781
- namespace DatabaseUpdateMysqlUserPassword {
782
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUserPassword>;
783
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUserPassword, TStatus>;
784
- }
785
777
  namespace DomainListDomains {
786
778
  type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
787
779
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
@@ -16641,56 +16633,6 @@ export declare namespace MittwaldAPIV3Next {
16641
16633
  }
16642
16634
  }
16643
16635
  }
16644
- namespace Put {
16645
- namespace Parameters {
16646
- type Path = {
16647
- mysqlUserId: string;
16648
- };
16649
- interface RequestBody {
16650
- accessIpMask?: string;
16651
- accessLevel: "full" | "readonly";
16652
- description: string;
16653
- externalAccess?: boolean;
16654
- }
16655
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
16656
- type Query = {};
16657
- }
16658
- namespace Responses {
16659
- namespace $204 {
16660
- namespace Content {
16661
- type Empty = unknown;
16662
- }
16663
- }
16664
- namespace $400 {
16665
- namespace Content {
16666
- interface ApplicationJson {
16667
- [k: string]: unknown;
16668
- }
16669
- }
16670
- }
16671
- namespace $404 {
16672
- namespace Content {
16673
- interface ApplicationJson {
16674
- [k: string]: unknown;
16675
- }
16676
- }
16677
- }
16678
- namespace $429 {
16679
- namespace Content {
16680
- interface ApplicationJson {
16681
- [k: string]: unknown;
16682
- }
16683
- }
16684
- }
16685
- namespace Default {
16686
- namespace Content {
16687
- interface ApplicationJson {
16688
- [k: string]: unknown;
16689
- }
16690
- }
16691
- }
16692
- }
16693
- }
16694
16636
  namespace Delete {
16695
16637
  namespace Parameters {
16696
16638
  type Path = {
@@ -17223,55 +17165,6 @@ export declare namespace MittwaldAPIV3Next {
17223
17165
  }
17224
17166
  }
17225
17167
  }
17226
- namespace V3NextMysqlUsersMysqlUserIdPassword {
17227
- namespace Patch {
17228
- namespace Parameters {
17229
- type Path = {
17230
- mysqlUserId: string;
17231
- };
17232
- interface RequestBody {
17233
- password: string;
17234
- }
17235
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
17236
- type Query = {};
17237
- }
17238
- namespace Responses {
17239
- namespace $204 {
17240
- namespace Content {
17241
- type Empty = unknown;
17242
- }
17243
- }
17244
- namespace $400 {
17245
- namespace Content {
17246
- interface ApplicationJson {
17247
- [k: string]: unknown;
17248
- }
17249
- }
17250
- }
17251
- namespace $404 {
17252
- namespace Content {
17253
- interface ApplicationJson {
17254
- [k: string]: unknown;
17255
- }
17256
- }
17257
- }
17258
- namespace $429 {
17259
- namespace Content {
17260
- interface ApplicationJson {
17261
- [k: string]: unknown;
17262
- }
17263
- }
17264
- }
17265
- namespace Default {
17266
- namespace Content {
17267
- interface ApplicationJson {
17268
- [k: string]: unknown;
17269
- }
17270
- }
17271
- }
17272
- }
17273
- }
17274
- }
17275
17168
  namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
17276
17169
  namespace V3NextAppinstallationsAppInstallationIdDatabases { }
17277
17170
  namespace V3NextActionsValidateContainerRegistryUri { }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.418.0';
1
+ export declare const MittwaldAPIClientVersion = '4.420.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.419.0",
3
+ "version": "4.421.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.419.0",
75
+ "@mittwald/api-client-commons": "^4.421.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.419.0",
79
+ "@mittwald/api-code-generator": "^4.421.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "848457887f919ab16fc843ee8b79dc2b3cb1a8cb"
109
+ "gitHead": "c0c7a4f037f5d007713bcefc50e334c0416f7158"
110
110
  }