@mittwald/api-client 3.0.26 → 3.0.28

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.
@@ -5861,7 +5861,6 @@ export declare module MittwaldAPIV2 {
5861
5861
  }
5862
5862
  }
5863
5863
  }
5864
- namespace V2Customercategories { }
5865
5864
  namespace V2CustomerCategories {
5866
5865
  namespace Get {
5867
5866
  namespace Parameters {
@@ -6070,7 +6069,6 @@ export declare module MittwaldAPIV2 {
6070
6069
  }
6071
6070
  }
6072
6071
  }
6073
- namespace V2CustomercategoriesCategoryId { }
6074
6072
  namespace V2CustomerCategoriesCategoryId {
6075
6073
  namespace Get {
6076
6074
  namespace Parameters {
@@ -7033,11 +7031,11 @@ export declare module MittwaldAPIV2 {
7033
7031
  }
7034
7032
  }
7035
7033
  }
7036
- namespace V2MysqlDatabasesId {
7034
+ namespace V2MysqlDatabasesMysqlDatabaseId {
7037
7035
  namespace Get {
7038
7036
  namespace Parameters {
7039
7037
  type Path = {
7040
- id: string;
7038
+ mysqlDatabaseId: string;
7041
7039
  };
7042
7040
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7043
7041
  type Query = {};
@@ -7081,7 +7079,7 @@ export declare module MittwaldAPIV2 {
7081
7079
  namespace Delete {
7082
7080
  namespace Parameters {
7083
7081
  type Path = {
7084
- id: string;
7082
+ mysqlDatabaseId: string;
7085
7083
  };
7086
7084
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7087
7085
  type Query = {};
@@ -7135,11 +7133,11 @@ export declare module MittwaldAPIV2 {
7135
7133
  }
7136
7134
  }
7137
7135
  }
7138
- namespace V2MysqlUsersId {
7136
+ namespace V2MysqlUsersMysqlUserId {
7139
7137
  namespace Get {
7140
7138
  namespace Parameters {
7141
7139
  type Path = {
7142
- id: string;
7140
+ mysqlUserId: string;
7143
7141
  };
7144
7142
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7145
7143
  type Query = {};
@@ -7176,7 +7174,7 @@ export declare module MittwaldAPIV2 {
7176
7174
  namespace Put {
7177
7175
  namespace Parameters {
7178
7176
  type Path = {
7179
- id: string;
7177
+ mysqlUserId: string;
7180
7178
  };
7181
7179
  interface RequestBody {
7182
7180
  accessIpMask?: string;
@@ -7219,7 +7217,7 @@ export declare module MittwaldAPIV2 {
7219
7217
  namespace Delete {
7220
7218
  namespace Parameters {
7221
7219
  type Path = {
7222
- id: string;
7220
+ mysqlUserId: string;
7223
7221
  };
7224
7222
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7225
7223
  type Query = {};
@@ -7259,11 +7257,11 @@ export declare module MittwaldAPIV2 {
7259
7257
  }
7260
7258
  }
7261
7259
  }
7262
- namespace V2RedisDatabasesId {
7260
+ namespace V2RedisDatabasesRedisDatabaseId {
7263
7261
  namespace Get {
7264
7262
  namespace Parameters {
7265
7263
  type Path = {
7266
- id: string;
7264
+ redisDatabaseId: string;
7267
7265
  };
7268
7266
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7269
7267
  type Query = {};
@@ -7307,7 +7305,7 @@ export declare module MittwaldAPIV2 {
7307
7305
  namespace Delete {
7308
7306
  namespace Parameters {
7309
7307
  type Path = {
7310
- id: string;
7308
+ redisDatabaseId: string;
7311
7309
  };
7312
7310
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7313
7311
  type Query = {};
@@ -7361,11 +7359,11 @@ export declare module MittwaldAPIV2 {
7361
7359
  }
7362
7360
  }
7363
7361
  }
7364
- namespace V2MysqlUsersIdActionsDisable {
7362
+ namespace V2MysqlUsersMysqlUserIdActionsDisable {
7365
7363
  namespace Post {
7366
7364
  namespace Parameters {
7367
7365
  type Path = {
7368
- id: string;
7366
+ mysqlUserId: string;
7369
7367
  };
7370
7368
  interface RequestBody {
7371
7369
  [k: string]: unknown;
@@ -7403,11 +7401,11 @@ export declare module MittwaldAPIV2 {
7403
7401
  }
7404
7402
  }
7405
7403
  }
7406
- namespace V2MysqlUsersIdActionsEnable {
7404
+ namespace V2MysqlUsersMysqlUserIdActionsEnable {
7407
7405
  namespace Post {
7408
7406
  namespace Parameters {
7409
7407
  type Path = {
7410
- id: string;
7408
+ mysqlUserId: string;
7411
7409
  };
7412
7410
  interface RequestBody {
7413
7411
  [k: string]: unknown;
@@ -7445,11 +7443,11 @@ export declare module MittwaldAPIV2 {
7445
7443
  }
7446
7444
  }
7447
7445
  }
7448
- namespace V2MysqlUsersIdPhpMyAdminUrl {
7446
+ namespace V2MysqlUsersMysqlUserIdPhpMyAdminUrl {
7449
7447
  namespace Get {
7450
7448
  namespace Parameters {
7451
7449
  type Path = {
7452
- id: string;
7450
+ mysqlUserId: string;
7453
7451
  };
7454
7452
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7455
7453
  type Query = {};
@@ -7601,11 +7599,11 @@ export declare module MittwaldAPIV2 {
7601
7599
  }
7602
7600
  }
7603
7601
  }
7604
- namespace V2MysqlDatabasesIdDefaultCharset {
7602
+ namespace V2MysqlDatabasesMysqlDatabaseIdDefaultCharset {
7605
7603
  namespace Patch {
7606
7604
  namespace Parameters {
7607
7605
  type Path = {
7608
- id: string;
7606
+ mysqlDatabaseId: string;
7609
7607
  };
7610
7608
  interface RequestBody {
7611
7609
  characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
@@ -7643,11 +7641,11 @@ export declare module MittwaldAPIV2 {
7643
7641
  }
7644
7642
  }
7645
7643
  }
7646
- namespace V2MysqlDatabasesIdDescription {
7644
+ namespace V2MysqlDatabasesMysqlDatabaseIdDescription {
7647
7645
  namespace Patch {
7648
7646
  namespace Parameters {
7649
7647
  type Path = {
7650
- id: string;
7648
+ mysqlDatabaseId: string;
7651
7649
  };
7652
7650
  interface RequestBody {
7653
7651
  description: string;
@@ -7685,11 +7683,11 @@ export declare module MittwaldAPIV2 {
7685
7683
  }
7686
7684
  }
7687
7685
  }
7688
- namespace V2MysqlUsersIdPassword {
7686
+ namespace V2MysqlUsersMysqlUserIdPassword {
7689
7687
  namespace Patch {
7690
7688
  namespace Parameters {
7691
7689
  type Path = {
7692
- id: string;
7690
+ mysqlUserId: string;
7693
7691
  };
7694
7692
  interface RequestBody {
7695
7693
  password: string;
@@ -7727,11 +7725,11 @@ export declare module MittwaldAPIV2 {
7727
7725
  }
7728
7726
  }
7729
7727
  }
7730
- namespace V2RedisDatabasesIdConfiguration {
7728
+ namespace V2RedisDatabasesRedisDatabaseIdConfiguration {
7731
7729
  namespace Patch {
7732
7730
  namespace Parameters {
7733
7731
  type Path = {
7734
- id: string;
7732
+ redisDatabaseId: string;
7735
7733
  };
7736
7734
  interface RequestBody {
7737
7735
  configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
@@ -7769,11 +7767,11 @@ export declare module MittwaldAPIV2 {
7769
7767
  }
7770
7768
  }
7771
7769
  }
7772
- namespace V2RedisDatabasesIdDescription {
7770
+ namespace V2RedisDatabasesRedisDatabaseIdDescription {
7773
7771
  namespace Patch {
7774
7772
  namespace Parameters {
7775
7773
  type Path = {
7776
- id: string;
7774
+ redisDatabaseId: string;
7777
7775
  };
7778
7776
  interface RequestBody {
7779
7777
  description: string;
@@ -11760,6 +11758,7 @@ export declare module MittwaldAPIV2 {
11760
11758
  }
11761
11759
  }
11762
11760
  }
11761
+ namespace V2ProjectsProjectIdFilesystemDirectories { }
11763
11762
  namespace V2ProjectsProjectIdFilesystemDirectories {
11764
11763
  namespace Get {
11765
11764
  namespace Parameters {
@@ -11813,7 +11812,8 @@ export declare module MittwaldAPIV2 {
11813
11812
  }
11814
11813
  }
11815
11814
  }
11816
- namespace V2ProjectsProjectIdFilesystemUsagesDisk {
11815
+ namespace V2ProjectsProjectIdFilesystemUsagesDisk { }
11816
+ namespace V2ProjectsProjectIdFilesystemDiskUsage {
11817
11817
  namespace Get {
11818
11818
  namespace Parameters {
11819
11819
  type Path = {
@@ -11861,7 +11861,8 @@ export declare module MittwaldAPIV2 {
11861
11861
  }
11862
11862
  }
11863
11863
  }
11864
- namespace V2ProjectsProjectIdFilesystemFilesRaw {
11864
+ namespace V2ProjectsProjectIdFilesystemFilesRaw { }
11865
+ namespace V2ProjectsProjectIdFilesystemFileContent {
11865
11866
  namespace Get {
11866
11867
  namespace Parameters {
11867
11868
  type Path = {
@@ -11949,6 +11950,7 @@ export declare module MittwaldAPIV2 {
11949
11950
  }
11950
11951
  }
11951
11952
  }
11953
+ namespace V2ProjectsProjectIdFilesystemFiles { }
11952
11954
  namespace V2ProjectsProjectIdFilesystemFiles {
11953
11955
  namespace Get {
11954
11956
  namespace Parameters {
@@ -910,7 +910,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
910
910
  }) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabase[]>;
911
911
  /** Get a MySQLDatabase. */
912
912
  getMysqlDatabase: (conf: {
913
- id: string;
913
+ mysqlDatabaseId: string;
914
914
  headers?: {
915
915
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
916
916
  "x-access-token"?: string | undefined;
@@ -931,7 +931,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
931
931
  }>;
932
932
  /** Get a MySQLUser. */
933
933
  getMysqlUser: (conf: {
934
- id: string;
934
+ mysqlUserId: string;
935
935
  headers?: {
936
936
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
937
937
  "x-access-token"?: string | undefined;
@@ -952,7 +952,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
952
952
  }>;
953
953
  /** Get a RedisDatabase. */
954
954
  getRedisDatabase: (conf: {
955
- id: string;
955
+ redisDatabaseId: string;
956
956
  headers?: {
957
957
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
958
958
  "x-access-token"?: string | undefined;
@@ -972,7 +972,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
972
972
  }>;
973
973
  /** Get a MySQLUser's PhpMyAdmin-URL. */
974
974
  getMysqlUserPhpMyAdminUrl: (conf: {
975
- id: string;
975
+ mysqlUserId: string;
976
976
  headers?: {
977
977
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
978
978
  "x-access-token"?: string | undefined;
@@ -4008,7 +4008,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4008
4008
  }, 404, "application/json">>>;
4009
4009
  /** Get a MySQLDatabase. */
4010
4010
  getMysqlDatabase: (request: {
4011
- id: string;
4011
+ mysqlDatabaseId: string;
4012
4012
  headers?: {
4013
4013
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4014
4014
  "x-access-token"?: string | undefined;
@@ -4019,7 +4019,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4019
4019
  }> | undefined;
4020
4020
  } & {
4021
4021
  pathParameters: {
4022
- id: string;
4022
+ mysqlDatabaseId: string;
4023
4023
  };
4024
4024
  } & {
4025
4025
  headers: {
@@ -4049,7 +4049,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4049
4049
  }, 500, "application/json">>>;
4050
4050
  /** Delete a MySQLDatabase. */
4051
4051
  deleteMysqlDatabase: (request: {
4052
- id: string;
4052
+ mysqlDatabaseId: string;
4053
4053
  headers?: {
4054
4054
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4055
4055
  "x-access-token"?: string | undefined;
@@ -4060,7 +4060,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4060
4060
  }> | undefined;
4061
4061
  } & {
4062
4062
  pathParameters: {
4063
- id: string;
4063
+ mysqlDatabaseId: string;
4064
4064
  };
4065
4065
  } & {
4066
4066
  headers: {
@@ -4079,7 +4079,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4079
4079
  }, 503, "application/json">>>;
4080
4080
  /** Get a MySQLUser. */
4081
4081
  getMysqlUser: (request: {
4082
- id: string;
4082
+ mysqlUserId: string;
4083
4083
  headers?: {
4084
4084
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4085
4085
  "x-access-token"?: string | undefined;
@@ -4090,7 +4090,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4090
4090
  }> | undefined;
4091
4091
  } & {
4092
4092
  pathParameters: {
4093
- id: string;
4093
+ mysqlUserId: string;
4094
4094
  };
4095
4095
  } & {
4096
4096
  headers: {
@@ -4124,7 +4124,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4124
4124
  accessIpMask?: string | undefined;
4125
4125
  externalAccess?: boolean | undefined;
4126
4126
  };
4127
- id: string;
4127
+ mysqlUserId: string;
4128
4128
  headers?: {
4129
4129
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4130
4130
  "x-access-token"?: string | undefined;
@@ -4138,7 +4138,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4138
4138
  };
4139
4139
  } & {
4140
4140
  pathParameters: {
4141
- id: string;
4141
+ mysqlUserId: string;
4142
4142
  };
4143
4143
  } & {
4144
4144
  headers?: Partial<{
@@ -4157,7 +4157,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4157
4157
  }, 404, "application/json">>>;
4158
4158
  /** Delete a MySQLUser. */
4159
4159
  deleteMysqlUser: (request: {
4160
- id: string;
4160
+ mysqlUserId: string;
4161
4161
  headers?: {
4162
4162
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4163
4163
  "x-access-token"?: string | undefined;
@@ -4168,7 +4168,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4168
4168
  }> | undefined;
4169
4169
  } & {
4170
4170
  pathParameters: {
4171
- id: string;
4171
+ mysqlUserId: string;
4172
4172
  };
4173
4173
  } & {
4174
4174
  headers: {
@@ -4183,7 +4183,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4183
4183
  }, 404, "application/json">>>;
4184
4184
  /** Get a RedisDatabase. */
4185
4185
  getRedisDatabase: (request: {
4186
- id: string;
4186
+ redisDatabaseId: string;
4187
4187
  headers?: {
4188
4188
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4189
4189
  "x-access-token"?: string | undefined;
@@ -4194,7 +4194,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4194
4194
  }> | undefined;
4195
4195
  } & {
4196
4196
  pathParameters: {
4197
- id: string;
4197
+ redisDatabaseId: string;
4198
4198
  };
4199
4199
  } & {
4200
4200
  headers: {
@@ -4223,7 +4223,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4223
4223
  }, 500, "application/json">>>;
4224
4224
  /** Delete a RedisDatabase. */
4225
4225
  deleteRedisDatabase: (request: {
4226
- id: string;
4226
+ redisDatabaseId: string;
4227
4227
  headers?: {
4228
4228
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4229
4229
  "x-access-token"?: string | undefined;
@@ -4234,7 +4234,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4234
4234
  }> | undefined;
4235
4235
  } & {
4236
4236
  pathParameters: {
4237
- id: string;
4237
+ redisDatabaseId: string;
4238
4238
  };
4239
4239
  } & {
4240
4240
  headers: {
@@ -4253,7 +4253,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4253
4253
  }, 503, "application/json">>>;
4254
4254
  /** Disable a MySQLUser. */
4255
4255
  disableMysqlUser: (request: {
4256
- id: string;
4256
+ mysqlUserId: string;
4257
4257
  data?: {
4258
4258
  [x: string]: unknown;
4259
4259
  } | undefined;
@@ -4267,7 +4267,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4267
4267
  };
4268
4268
  } & {
4269
4269
  pathParameters: {
4270
- id: string;
4270
+ mysqlUserId: string;
4271
4271
  };
4272
4272
  } & {
4273
4273
  headers?: Partial<{
@@ -4286,7 +4286,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4286
4286
  }, 404, "application/json">>>;
4287
4287
  /** Enable a MySQLUser. */
4288
4288
  enableMysqlUser: (request: {
4289
- id: string;
4289
+ mysqlUserId: string;
4290
4290
  data?: {
4291
4291
  [x: string]: unknown;
4292
4292
  } | undefined;
@@ -4300,7 +4300,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4300
4300
  };
4301
4301
  } & {
4302
4302
  pathParameters: {
4303
- id: string;
4303
+ mysqlUserId: string;
4304
4304
  };
4305
4305
  } & {
4306
4306
  headers?: Partial<{
@@ -4319,7 +4319,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4319
4319
  }, 404, "application/json">>>;
4320
4320
  /** Get a MySQLUser's PhpMyAdmin-URL. */
4321
4321
  getMysqlUserPhpMyAdminUrl: (request: {
4322
- id: string;
4322
+ mysqlUserId: string;
4323
4323
  headers?: {
4324
4324
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4325
4325
  "x-access-token"?: string | undefined;
@@ -4330,7 +4330,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4330
4330
  }> | undefined;
4331
4331
  } & {
4332
4332
  pathParameters: {
4333
- id: string;
4333
+ mysqlUserId: string;
4334
4334
  };
4335
4335
  } & {
4336
4336
  headers: {
@@ -4446,7 +4446,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4446
4446
  collation: string;
4447
4447
  };
4448
4448
  };
4449
- id: string;
4449
+ mysqlDatabaseId: string;
4450
4450
  headers?: {
4451
4451
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4452
4452
  "x-access-token"?: string | undefined;
@@ -4457,7 +4457,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4457
4457
  };
4458
4458
  } & {
4459
4459
  pathParameters: {
4460
- id: string;
4460
+ mysqlDatabaseId: string;
4461
4461
  };
4462
4462
  } & {
4463
4463
  headers?: Partial<{
@@ -4479,7 +4479,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4479
4479
  data: {
4480
4480
  description: string;
4481
4481
  };
4482
- id: string;
4482
+ mysqlDatabaseId: string;
4483
4483
  headers?: {
4484
4484
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4485
4485
  "x-access-token"?: string | undefined;
@@ -4490,7 +4490,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4490
4490
  };
4491
4491
  } & {
4492
4492
  pathParameters: {
4493
- id: string;
4493
+ mysqlDatabaseId: string;
4494
4494
  };
4495
4495
  } & {
4496
4496
  headers?: Partial<{
@@ -4512,7 +4512,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4512
4512
  data: {
4513
4513
  password: string;
4514
4514
  };
4515
- id: string;
4515
+ mysqlUserId: string;
4516
4516
  headers?: {
4517
4517
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4518
4518
  "x-access-token"?: string | undefined;
@@ -4523,7 +4523,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4523
4523
  };
4524
4524
  } & {
4525
4525
  pathParameters: {
4526
- id: string;
4526
+ mysqlUserId: string;
4527
4527
  };
4528
4528
  } & {
4529
4529
  headers?: Partial<{
@@ -4542,7 +4542,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4542
4542
  }, 404, "application/json">>>;
4543
4543
  /** Update a RedisDatabase's configuration. */
4544
4544
  updateRedisDatabaseConfiguration: (request: {
4545
- id: string;
4545
+ redisDatabaseId: string;
4546
4546
  data?: {
4547
4547
  configuration?: {
4548
4548
  additionalFlags?: string[] | undefined;
@@ -4561,7 +4561,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4561
4561
  };
4562
4562
  } & {
4563
4563
  pathParameters: {
4564
- id: string;
4564
+ redisDatabaseId: string;
4565
4565
  };
4566
4566
  } & {
4567
4567
  headers?: Partial<{
@@ -4583,7 +4583,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4583
4583
  data: {
4584
4584
  description: string;
4585
4585
  };
4586
- id: string;
4586
+ redisDatabaseId: string;
4587
4587
  headers?: {
4588
4588
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4589
4589
  "x-access-token"?: string | undefined;
@@ -4594,7 +4594,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4594
4594
  };
4595
4595
  } & {
4596
4596
  pathParameters: {
4597
- id: string;
4597
+ redisDatabaseId: string;
4598
4598
  };
4599
4599
  } & {
4600
4600
  headers?: Partial<{