@mittwald/api-client 4.384.0 → 4.385.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.383.0';
1
+ export const MittwaldAPIClientVersion = '4.384.0';
@@ -647,6 +647,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
647
647
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
648
648
  projectId: string;
649
649
  requiresRecreate: boolean;
650
+ restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
650
651
  serviceName: string;
651
652
  shortId: string;
652
653
  stackId: string;
@@ -2267,6 +2268,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
2267
2268
  id: string;
2268
2269
  ips: {
2269
2270
  v4: string[];
2271
+ v6: string[];
2270
2272
  };
2271
2273
  isDefault: boolean;
2272
2274
  isDomain?: boolean | undefined;
@@ -3971,6 +3971,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3971
3971
  [x: string]: string;
3972
3972
  } | undefined;
3973
3973
  ports?: string[] | undefined;
3974
+ restartPolicy?: string | undefined;
3974
3975
  volumes?: string[] | undefined;
3975
3976
  };
3976
3977
  } | undefined;
@@ -4102,6 +4103,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4102
4103
  } | undefined;
4103
4104
  image?: string | undefined;
4104
4105
  ports?: string[] | undefined;
4106
+ restartPolicy?: string | undefined;
4105
4107
  volumes?: string[] | undefined;
4106
4108
  };
4107
4109
  } | undefined;
@@ -4763,6 +4765,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4763
4765
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
4764
4766
  projectId: string;
4765
4767
  requiresRecreate: boolean;
4768
+ restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
4766
4769
  serviceName: string;
4767
4770
  shortId: string;
4768
4771
  stackId: string;
@@ -4804,6 +4807,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4804
4807
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
4805
4808
  projectId: string;
4806
4809
  requiresRecreate: boolean;
4810
+ restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
4807
4811
  serviceName: string;
4808
4812
  shortId: string;
4809
4813
  stackId: string;
@@ -19238,6 +19242,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19238
19242
  id: string;
19239
19243
  ips: {
19240
19244
  v4: string[];
19245
+ v6: string[];
19241
19246
  };
19242
19247
  isDefault: boolean;
19243
19248
  isDomain?: boolean | undefined;
@@ -19270,6 +19275,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19270
19275
  id: string;
19271
19276
  ips: {
19272
19277
  v4: string[];
19278
+ v6: string[];
19273
19279
  };
19274
19280
  isDefault: boolean;
19275
19281
  isDomain?: boolean | undefined;
@@ -24896,6 +24902,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24896
24902
  message?: string | undefined;
24897
24903
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
24898
24904
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24905
+ message: string;
24906
+ type: string;
24907
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
24899
24908
  [x: string]: unknown;
24900
24909
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24901
24910
  data: {
@@ -24911,6 +24920,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24911
24920
  message?: string | undefined;
24912
24921
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
24913
24922
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24923
+ message: string;
24924
+ type: string;
24925
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
24914
24926
  [x: string]: unknown;
24915
24927
  }, 429, "application/json">>>;
24916
24928
  /** Request a support code. */
@@ -918,7 +918,7 @@ export declare const userRequestAvatarUpload: OpenAPIOperation<RequestType<Simpl
918
918
  /** Remove Avatar. */
919
919
  export declare const userRemoveAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
920
920
  /** Resend the Email-Address verification email. */
921
- export declare const userResendVerificationEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
921
+ export declare const userResendVerificationEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
922
922
  /** Request a support code. */
923
923
  export declare const userSupportCodeRequest: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
924
924
  /** Verify an added Email-Address. */
@@ -2649,6 +2649,7 @@ export declare namespace MittwaldAPIV2 {
2649
2649
  *
2650
2650
  */
2651
2651
  ports?: string[];
2652
+ restartPolicy?: string;
2652
2653
  /**
2653
2654
  * Volume mounts for this container. These items always follow the format `<volume>:<mountpoint>`. The `<volume>` may either be a named volume, or a file path in the (always present) project file system (which is shared among containers and managed apps within a project).
2654
2655
  *
@@ -2710,6 +2711,7 @@ export declare namespace MittwaldAPIV2 {
2710
2711
  *
2711
2712
  */
2712
2713
  ports?: string[];
2714
+ restartPolicy?: string;
2713
2715
  /**
2714
2716
  * Volume mounts for this container. These items always follow the format `<volume>:<mountpoint>`. The `<volume>` may either be a named volume, or a file path in the (always present) project file system (which is shared among containers and managed apps within a project).
2715
2717
  *
@@ -2751,6 +2753,7 @@ export declare namespace MittwaldAPIV2 {
2751
2753
  pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
2752
2754
  projectId: string;
2753
2755
  requiresRecreate: boolean;
2756
+ restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped";
2754
2757
  serviceName: string;
2755
2758
  /**
2756
2759
  * A short ID of the container. This is a unique identifier for the container within the project, and can be used to reference it in other API calls, or for SSH connections.
@@ -4441,6 +4444,7 @@ export declare namespace MittwaldAPIV2 {
4441
4444
  id: string;
4442
4445
  ips: {
4443
4446
  v4: string[];
4447
+ v6: string[];
4444
4448
  };
4445
4449
  /**
4446
4450
  * Whether this ingress is the default ingress or not. A default ingress is automatically created, it cannot be deleted. There can be only one default ingress per project.
@@ -6278,6 +6282,320 @@ export declare namespace MittwaldAPIV2 {
6278
6282
  }
6279
6283
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6280
6284
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6285
+ interface ActivitylogDatabaseMysqlNameSet {
6286
+ changes: {
6287
+ after?: {
6288
+ name: string;
6289
+ };
6290
+ before?: {
6291
+ name: string | null;
6292
+ };
6293
+ };
6294
+ name: "database.mysql-name-set";
6295
+ parameters: {
6296
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6297
+ };
6298
+ }
6299
+ interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
6300
+ changes: {
6301
+ after?: {
6302
+ software: string;
6303
+ softwareVersion: string;
6304
+ updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6305
+ };
6306
+ before?: {
6307
+ software?: string;
6308
+ softwareVersion?: string;
6309
+ updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6310
+ };
6311
+ };
6312
+ name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
6313
+ parameters?: {
6314
+ software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6315
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6316
+ };
6317
+ }
6318
+ interface ActivitylogAppInstallationAppVersionSet {
6319
+ changes: {
6320
+ after?: {
6321
+ appId: string;
6322
+ appVersionId: string;
6323
+ };
6324
+ before?: {
6325
+ appId?: string | null;
6326
+ appVersionId?: string | null;
6327
+ };
6328
+ };
6329
+ name: "app.version-set";
6330
+ }
6331
+ interface ActivitylogAppInstallationCopyRequested {
6332
+ changes: {
6333
+ after?: {
6334
+ appId: string;
6335
+ sourceAppInstallationId: string;
6336
+ };
6337
+ before?: {
6338
+ appId?: string | null;
6339
+ sourceAppInstallationId?: string | null;
6340
+ };
6341
+ };
6342
+ name: "app.copy-requested";
6343
+ }
6344
+ interface ActivitylogParameterProperty {
6345
+ aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6346
+ name: string;
6347
+ }
6348
+ interface ActivitylogAggregateReference {
6349
+ aggregate: string;
6350
+ domain: string;
6351
+ id: string;
6352
+ }
6353
+ interface ActivitylogLinkedParameterProperty {
6354
+ aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6355
+ name: string;
6356
+ }
6357
+ interface ActivitylogLogEntry {
6358
+ action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6359
+ aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6360
+ dateTime: string;
6361
+ /**
6362
+ * Null or empty object. If set, the action was executed by an mittwald employee.
6363
+ */
6364
+ impersonator?: {};
6365
+ user?: {
6366
+ id: string;
6367
+ type: "user" | "extension";
6368
+ };
6369
+ }
6370
+ interface ActivitylogDnsMxRecordSet {
6371
+ changes: {
6372
+ after?: {
6373
+ mx: {}[];
6374
+ };
6375
+ before?: {
6376
+ mx: {}[];
6377
+ };
6378
+ };
6379
+ name: "dns.mx-record-set";
6380
+ parameters: {
6381
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6382
+ };
6383
+ }
6384
+ interface ActivitylogDnsZoneDeleted {
6385
+ changes: {};
6386
+ name: "dns.zone-deleted";
6387
+ parameters: {
6388
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6389
+ };
6390
+ }
6391
+ interface ActivitylogDnsARecordSet {
6392
+ changes: {
6393
+ after?: {
6394
+ aRecords: string[];
6395
+ aaaaRecords: string[];
6396
+ };
6397
+ before?: {
6398
+ aRecords: string[];
6399
+ aaaaRecords: string[];
6400
+ };
6401
+ };
6402
+ name: "dns.a-record-set";
6403
+ parameters: {
6404
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6405
+ };
6406
+ }
6407
+ interface ActivitylogDnsTxtRecordSet {
6408
+ changes: {
6409
+ after?: {
6410
+ txt: string[];
6411
+ };
6412
+ before?: {
6413
+ txt: string[];
6414
+ };
6415
+ };
6416
+ name: "dns.txt-record-set";
6417
+ parameters: {
6418
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6419
+ };
6420
+ }
6421
+ /**
6422
+ * Fallback when no matching action is found
6423
+ */
6424
+ interface ActivitylogGenericAction {
6425
+ changes: {
6426
+ [k: string]: {
6427
+ after?: {
6428
+ [k: string]: unknown;
6429
+ };
6430
+ before?: {
6431
+ [k: string]: unknown;
6432
+ };
6433
+ };
6434
+ };
6435
+ name: string;
6436
+ parameters: {
6437
+ [k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6438
+ };
6439
+ }
6440
+ interface ActivitylogDatabaseDeleted {
6441
+ changes: {};
6442
+ name: "database.mysql-deleted" | "database.redis-deleted";
6443
+ parameters: {
6444
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6445
+ };
6446
+ }
6447
+ interface ActivitylogDatabaseDescriptionSet {
6448
+ changes: {
6449
+ after?: {
6450
+ description: string;
6451
+ };
6452
+ before?: {
6453
+ description: string | null;
6454
+ };
6455
+ };
6456
+ name: "database.mysql-description-set" | "database.redis-description-set";
6457
+ parameters: {
6458
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6459
+ };
6460
+ }
6461
+ interface ActivitylogDnsSrvRecordSet {
6462
+ changes: {
6463
+ after?: {
6464
+ srv: {}[];
6465
+ };
6466
+ before?: {
6467
+ srv: {}[];
6468
+ };
6469
+ };
6470
+ name: "dns.srv-record-set";
6471
+ parameters: {
6472
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6473
+ };
6474
+ }
6475
+ interface ActivitylogDatabaseMysqlUserUpdated {
6476
+ changes: {
6477
+ after?: {
6478
+ description: string;
6479
+ externalAccess: boolean;
6480
+ permissions: {};
6481
+ };
6482
+ before?: {
6483
+ description: string | null;
6484
+ externalAccess: boolean | null;
6485
+ permissions: {};
6486
+ };
6487
+ };
6488
+ name: "database.mysql-user-updated";
6489
+ parameters: {
6490
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6491
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6492
+ };
6493
+ }
6494
+ interface ActivitylogDnsCnameRecordSet {
6495
+ changes: {
6496
+ after?: {
6497
+ cname: string;
6498
+ };
6499
+ before?: {
6500
+ cname: string;
6501
+ };
6502
+ };
6503
+ name: "dns.cname-record-set";
6504
+ parameters: {
6505
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6506
+ };
6507
+ }
6508
+ interface ActivitylogDatabaseCreated {
6509
+ changes: {
6510
+ after?: {
6511
+ description: string;
6512
+ name: string;
6513
+ version: string;
6514
+ };
6515
+ before?: {
6516
+ description?: string | null;
6517
+ name?: string | null;
6518
+ version?: string | null;
6519
+ };
6520
+ };
6521
+ name: "database.mysql-created" | "database.redis-created";
6522
+ parameters: {
6523
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6524
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6525
+ };
6526
+ }
6527
+ interface ActivitylogDatabaseVersionSet {
6528
+ changes: {
6529
+ after?: {
6530
+ version: string;
6531
+ };
6532
+ before?: {
6533
+ version: string;
6534
+ };
6535
+ };
6536
+ name: "database.mysql-version-set" | "database.redis-version-set";
6537
+ parameters: {
6538
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6539
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6540
+ };
6541
+ }
6542
+ interface ActivitylogDatabaseMysqlUserDeleted {
6543
+ changes: {};
6544
+ name: "database.mysql-user-deleted";
6545
+ parameters: {
6546
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6547
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6548
+ };
6549
+ }
6550
+ interface ActivitylogDatabaseMysqlUserCreated {
6551
+ changes: {
6552
+ after?: {
6553
+ description: string;
6554
+ externalAccess: boolean;
6555
+ name: string;
6556
+ permissions: {};
6557
+ };
6558
+ before?: {
6559
+ description?: string | null;
6560
+ externalAccess?: boolean | null;
6561
+ name?: string | null;
6562
+ permissions?: {} | null;
6563
+ };
6564
+ };
6565
+ name: "database.mysql-user-created";
6566
+ parameters: {
6567
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6568
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6569
+ };
6570
+ }
6571
+ interface ActivitylogDnsCaaRecordSet {
6572
+ changes: {
6573
+ after?: {
6574
+ caa: {}[];
6575
+ };
6576
+ before?: {
6577
+ caa: {}[];
6578
+ };
6579
+ };
6580
+ name: "dns.caa-record-set";
6581
+ parameters: {
6582
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6583
+ };
6584
+ }
6585
+ interface ActivitylogDnsZoneCreated {
6586
+ changes: {
6587
+ after?: {
6588
+ domain: string;
6589
+ };
6590
+ before?: {
6591
+ domain: string | null;
6592
+ };
6593
+ };
6594
+ name: "dns.zone-created";
6595
+ parameters: {
6596
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6597
+ };
6598
+ }
6281
6599
  interface CommonsAddress {
6282
6600
  street: string;
6283
6601
  houseNumber: string;
@@ -30025,6 +30343,11 @@ export declare namespace MittwaldAPIV2 {
30025
30343
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
30026
30344
  }
30027
30345
  }
30346
+ namespace $412 {
30347
+ namespace Content {
30348
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsError;
30349
+ }
30350
+ }
30028
30351
  namespace $429 {
30029
30352
  namespace Content {
30030
30353
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.383.0';
1
+ export declare const MittwaldAPIClientVersion = '4.384.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.384.0",
3
+ "version": "4.385.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.384.0",
49
+ "@mittwald/api-client-commons": "^4.385.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.384.0",
53
+ "@mittwald/api-code-generator": "^4.385.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": "7bd0428aaa1aff7bde3926fc4ed2421e6d7c1a00"
83
+ "gitHead": "1802e5eb9a15e6177dcd3c90969c102574e7cc8d"
84
84
  }