@mittwald/api-client 4.354.0 → 4.356.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.
@@ -866,8 +866,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
866
866
  misc = {
867
867
  /** List valid time zones. */
868
868
  ellaneousListTimeZones: this.requestFunctionFactory(descriptors.miscellaneousListTimeZones),
869
- /** Obtain a service token. */
870
- servicetokenAuthenticateService: this.requestFunctionFactory(descriptors.servicetokenAuthenticateService),
871
869
  /** Check if an email is from mittwald. */
872
870
  verificationDetectPhishingEmail: this.requestFunctionFactory(descriptors.verificationDetectPhishingEmail),
873
871
  /** Check if an address exists. */
@@ -2278,12 +2278,6 @@ export const relocationCreateRelocation = {
2278
2278
  method: "POST",
2279
2279
  operationId: "relocation-create-relocation",
2280
2280
  };
2281
- /** Obtain a service token. */
2282
- export const servicetokenAuthenticateService = {
2283
- path: "/v2/services/{accessKeyId}/actions/authenticate",
2284
- method: "POST",
2285
- operationId: "servicetoken-authenticate-service",
2286
- };
2287
2281
  /** Get all SFTPUsers for a Project. */
2288
2282
  export const sftpUserListSftpUsers = {
2289
2283
  path: "/v2/projects/{projectId}/sftp-users",
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.353.0';
1
+ export const MittwaldAPIClientVersion = '4.355.0';
@@ -544,6 +544,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
544
544
  prefix: string;
545
545
  projectId: string;
546
546
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
547
+ templateId?: string | undefined;
547
548
  updateSchedule?: {
548
549
  cron: string;
549
550
  timezone?: string;
@@ -3811,6 +3811,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3811
3811
  prefix: string;
3812
3812
  projectId: string;
3813
3813
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
3814
+ templateId?: string | undefined;
3814
3815
  updateSchedule?: {
3815
3816
  cron: string;
3816
3817
  timezone?: string;
@@ -3845,6 +3846,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3845
3846
  prefix: string;
3846
3847
  projectId: string;
3847
3848
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
3849
+ templateId?: string | undefined;
3848
3850
  updateSchedule?: {
3849
3851
  cron: string;
3850
3852
  timezone?: string;
@@ -3927,6 +3929,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3927
3929
  prefix: string;
3928
3930
  projectId: string;
3929
3931
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
3932
+ templateId?: string | undefined;
3930
3933
  updateSchedule?: {
3931
3934
  cron: string;
3932
3935
  timezone?: string;
@@ -3972,6 +3975,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3972
3975
  prefix: string;
3973
3976
  projectId: string;
3974
3977
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
3978
+ templateId?: string | undefined;
3975
3979
  updateSchedule?: {
3976
3980
  cron: string;
3977
3981
  timezone?: string;
@@ -4062,6 +4066,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4062
4066
  prefix: string;
4063
4067
  projectId: string;
4064
4068
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
4069
+ templateId?: string | undefined;
4065
4070
  updateSchedule?: {
4066
4071
  cron: string;
4067
4072
  timezone?: string;
@@ -4109,6 +4114,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4109
4114
  prefix: string;
4110
4115
  projectId: string;
4111
4116
  services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
4117
+ templateId?: string | undefined;
4112
4118
  updateSchedule?: {
4113
4119
  cron: string;
4114
4120
  timezone?: string;
@@ -23204,7 +23210,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23204
23210
  [x: string]: unknown;
23205
23211
  }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
23206
23212
  [x: string]: unknown;
23207
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23213
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
23208
23214
  [x: string]: unknown;
23209
23215
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23210
23216
  data: {
@@ -23229,7 +23235,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23229
23235
  [x: string]: unknown;
23230
23236
  }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
23231
23237
  [x: string]: unknown;
23232
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23238
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
23233
23239
  [x: string]: unknown;
23234
23240
  }, 429, "application/json">>>;
23235
23241
  /** The timestamp of your latest password change. */
@@ -26417,79 +26423,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26417
26423
  }, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26418
26424
  [x: string]: unknown;
26419
26425
  }, 429, "application/json">>>;
26420
- /** Obtain a service token. */
26421
- servicetokenAuthenticateService: (request: {
26422
- data: {
26423
- secretAccessKey: string;
26424
- };
26425
- accessKeyId: string;
26426
- headers?: {
26427
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26428
- "x-access-token"?: string | undefined;
26429
- } | undefined;
26430
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
26431
- data: {
26432
- secretAccessKey: string;
26433
- };
26434
- } & {
26435
- pathParameters: {
26436
- accessKeyId: string;
26437
- };
26438
- } & {
26439
- headers?: Partial<{
26440
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26441
- }>;
26442
- } & {
26443
- headers: {
26444
- "x-access-token"?: string | undefined;
26445
- } & Partial<{
26446
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26447
- }>;
26448
- }, import("@mittwald/api-client-commons").Response<{
26449
- accessToken: {
26450
- id: string;
26451
- jwtClaims: {
26452
- exp: string;
26453
- iat: string;
26454
- iss: string;
26455
- sub: string;
26456
- };
26457
- publicToken: string;
26458
- };
26459
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26460
- [x: string]: unknown;
26461
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
26462
- data: {
26463
- secretAccessKey: string;
26464
- };
26465
- } & {
26466
- pathParameters: {
26467
- accessKeyId: string;
26468
- };
26469
- } & {
26470
- headers?: Partial<{
26471
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26472
- }>;
26473
- } & {
26474
- headers: {
26475
- "x-access-token"?: string | undefined;
26476
- } & Partial<{
26477
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26478
- }>;
26479
- }, import("@mittwald/api-client-commons").Response<{
26480
- accessToken: {
26481
- id: string;
26482
- jwtClaims: {
26483
- exp: string;
26484
- iat: string;
26485
- iss: string;
26486
- sub: string;
26487
- };
26488
- publicToken: string;
26489
- };
26490
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
26491
- [x: string]: unknown;
26492
- }, 429, "application/json">>>;
26493
26426
  /** Check if an email is from mittwald. */
26494
26427
  verificationDetectPhishingEmail: (request?: {
26495
26428
  data?: {
@@ -763,8 +763,6 @@ export declare const projectUpdateServerDescription: OpenAPIOperation<RequestTyp
763
763
  export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
764
764
  /** Relocate an external Project to mittwald. */
765
765
  export declare const relocationCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
766
- /** Obtain a service token. */
767
- export declare const servicetokenAuthenticateService: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
768
766
  /** Get all SFTPUsers for a Project. */
769
767
  export declare const sftpUserListSftpUsers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
770
768
  /** Create an SFTPUser for a Project. */
@@ -862,7 +860,7 @@ export declare const userEditSshKey: OpenAPIOperation<RequestType<Simplify<Mittw
862
860
  /** Remove a ssh-key. */
863
861
  export declare const userDeleteSshKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
864
862
  /** Delete your account and all your personal data. */
865
- export declare const userDeleteUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
863
+ export declare const userDeleteUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
866
864
  /** The timestamp of your latest password change. */
867
865
  export declare const userGetPasswordUpdatedAt: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
868
866
  /** Get personalized settings. */
@@ -1522,10 +1522,6 @@ export declare namespace MittwaldAPIV2 {
1522
1522
  type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
1523
1523
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
1524
1524
  }
1525
- namespace ServicetokenAuthenticateService {
1526
- type RequestData = InferredRequestData<typeof descriptors.servicetokenAuthenticateService>;
1527
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.servicetokenAuthenticateService, TStatus>;
1528
- }
1529
1525
  namespace SftpUserListSftpUsers {
1530
1526
  type RequestData = InferredRequestData<typeof descriptors.sftpUserListSftpUsers>;
1531
1527
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserListSftpUsers, TStatus>;
@@ -2418,7 +2414,16 @@ export declare namespace MittwaldAPIV2 {
2418
2414
  }
2419
2415
  interface ContainerCreateStack {
2420
2416
  description: string;
2421
- prefix?: string;
2417
+ templateConfig?: {
2418
+ templateId: string;
2419
+ /**
2420
+ * Values for template user inputs. Missing optional values are filled from template defaults.
2421
+ */
2422
+ userInputs?: {
2423
+ name: string;
2424
+ value: string;
2425
+ }[];
2426
+ };
2422
2427
  }
2423
2428
  interface ContainerContainerImageConfig {
2424
2429
  /**
@@ -2758,6 +2763,10 @@ export declare namespace MittwaldAPIV2 {
2758
2763
  prefix: string;
2759
2764
  projectId: string;
2760
2765
  services?: MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
2766
+ /**
2767
+ * Id of the Template used to create this stack, if one was used.
2768
+ */
2769
+ templateId?: string;
2761
2770
  updateSchedule?: {
2762
2771
  cron: string;
2763
2772
  timezone?: string;
@@ -26245,53 +26254,6 @@ export declare namespace MittwaldAPIV2 {
26245
26254
  }
26246
26255
  }
26247
26256
  }
26248
- namespace V2ServiceAccessKeyIdActionsAuthenticate { }
26249
- namespace V2ServicesAccessKeyIdActionsAuthenticate {
26250
- namespace Post {
26251
- namespace Parameters {
26252
- type Path = {
26253
- accessKeyId: string;
26254
- };
26255
- interface RequestBody {
26256
- secretAccessKey: string;
26257
- }
26258
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
26259
- type Query = {};
26260
- }
26261
- namespace Responses {
26262
- namespace $200 {
26263
- namespace Content {
26264
- interface ApplicationJson {
26265
- accessToken: {
26266
- id: string;
26267
- jwtClaims: {
26268
- exp: string;
26269
- iat: string;
26270
- iss: string;
26271
- sub: string;
26272
- };
26273
- publicToken: string;
26274
- };
26275
- }
26276
- }
26277
- }
26278
- namespace $429 {
26279
- namespace Content {
26280
- interface ApplicationJson {
26281
- [k: string]: unknown;
26282
- }
26283
- }
26284
- }
26285
- namespace Default {
26286
- namespace Content {
26287
- interface ApplicationJson {
26288
- [k: string]: unknown;
26289
- }
26290
- }
26291
- }
26292
- }
26293
- }
26294
- }
26295
26257
  namespace V2ProjectsProjectIdSftpUsers {
26296
26258
  namespace Get {
26297
26259
  namespace Parameters {
@@ -28588,7 +28550,7 @@ export declare namespace MittwaldAPIV2 {
28588
28550
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
28589
28551
  }
28590
28552
  }
28591
- namespace $409 {
28553
+ namespace $412 {
28592
28554
  namespace Content {
28593
28555
  interface ApplicationJson {
28594
28556
  [k: string]: unknown;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.353.0';
1
+ export declare const MittwaldAPIClientVersion = '4.355.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.354.0",
3
+ "version": "4.356.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.354.0",
49
+ "@mittwald/api-client-commons": "^4.356.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.354.0",
53
+ "@mittwald/api-code-generator": "^4.356.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": "84c9fb0a1f75f6a6707121124cdd647e57654de5"
83
+ "gitHead": "6b3ba9263c9d785a3a07241680b45c4871c8f51f"
84
84
  }