@mittwald/api-client 4.418.0 → 4.420.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.
@@ -730,14 +730,14 @@ 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 DatabaseUpdateMysqlUser {
734
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUser>;
735
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUser, 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>;
740
736
  }
737
+ namespace DatabaseUpdateMysqlUser {
738
+ type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUser>;
739
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUser, TStatus>;
740
+ }
741
741
  namespace DatabaseGetRedisDatabase {
742
742
  type RequestData = InferredRequestData<typeof descriptors.databaseGetRedisDatabase>;
743
743
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetRedisDatabase, TStatus>;
@@ -774,26 +774,6 @@ export declare namespace MittwaldAPIV3Next {
774
774
  type RequestData = InferredRequestData<typeof descriptors.databaseListRedisVersions>;
775
775
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListRedisVersions, TStatus>;
776
776
  }
777
- namespace DatabaseUpdateMysqlDatabaseDefaultCharset {
778
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlDatabaseDefaultCharset>;
779
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlDatabaseDefaultCharset, TStatus>;
780
- }
781
- namespace DatabaseUpdateMysqlDatabaseDescription {
782
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlDatabaseDescription>;
783
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlDatabaseDescription, TStatus>;
784
- }
785
- namespace DatabaseUpdateMysqlUserPassword {
786
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUserPassword>;
787
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUserPassword, TStatus>;
788
- }
789
- namespace DatabaseUpdateRedisDatabaseConfiguration {
790
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseConfiguration>;
791
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseConfiguration, TStatus>;
792
- }
793
- namespace DatabaseUpdateRedisDatabaseDescription {
794
- type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseDescription>;
795
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseDescription, TStatus>;
796
- }
797
777
  namespace DomainListDomains {
798
778
  type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
799
779
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
@@ -16653,17 +16633,11 @@ export declare namespace MittwaldAPIV3Next {
16653
16633
  }
16654
16634
  }
16655
16635
  }
16656
- namespace Put {
16636
+ namespace Delete {
16657
16637
  namespace Parameters {
16658
16638
  type Path = {
16659
16639
  mysqlUserId: string;
16660
16640
  };
16661
- interface RequestBody {
16662
- accessIpMask?: string;
16663
- accessLevel: "full" | "readonly";
16664
- description: string;
16665
- externalAccess?: boolean;
16666
- }
16667
16641
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
16668
16642
  type Query = {};
16669
16643
  }
@@ -16703,11 +16677,18 @@ export declare namespace MittwaldAPIV3Next {
16703
16677
  }
16704
16678
  }
16705
16679
  }
16706
- namespace Delete {
16680
+ namespace Patch {
16707
16681
  namespace Parameters {
16708
16682
  type Path = {
16709
16683
  mysqlUserId: string;
16710
16684
  };
16685
+ interface RequestBody {
16686
+ accessIpMask?: string;
16687
+ accessLevel?: "full" | "readonly";
16688
+ description?: string;
16689
+ externalAccess?: boolean;
16690
+ password?: string;
16691
+ }
16711
16692
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
16712
16693
  type Query = {};
16713
16694
  }
@@ -17184,251 +17165,6 @@ export declare namespace MittwaldAPIV3Next {
17184
17165
  }
17185
17166
  }
17186
17167
  }
17187
- namespace V3NextMysqlDatabasesMysqlDatabaseIdDefaultCharset {
17188
- namespace Patch {
17189
- namespace Parameters {
17190
- type Path = {
17191
- mysqlDatabaseId: string;
17192
- };
17193
- interface RequestBody {
17194
- characterSettings: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseCharacterSettings;
17195
- }
17196
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
17197
- type Query = {};
17198
- }
17199
- namespace Responses {
17200
- namespace $204 {
17201
- namespace Content {
17202
- type Empty = unknown;
17203
- }
17204
- }
17205
- namespace $400 {
17206
- namespace Content {
17207
- interface ApplicationJson {
17208
- [k: string]: unknown;
17209
- }
17210
- }
17211
- }
17212
- namespace $404 {
17213
- namespace Content {
17214
- interface ApplicationJson {
17215
- [k: string]: unknown;
17216
- }
17217
- }
17218
- }
17219
- namespace $429 {
17220
- namespace Content {
17221
- interface ApplicationJson {
17222
- [k: string]: unknown;
17223
- }
17224
- }
17225
- }
17226
- namespace Default {
17227
- namespace Content {
17228
- interface ApplicationJson {
17229
- [k: string]: unknown;
17230
- }
17231
- }
17232
- }
17233
- }
17234
- }
17235
- }
17236
- namespace V3NextMysqlDatabasesMysqlDatabaseIdDescription {
17237
- namespace Patch {
17238
- namespace Parameters {
17239
- type Path = {
17240
- mysqlDatabaseId: string;
17241
- };
17242
- interface RequestBody {
17243
- description: string;
17244
- }
17245
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
17246
- type Query = {};
17247
- }
17248
- namespace Responses {
17249
- namespace $204 {
17250
- namespace Content {
17251
- type Empty = unknown;
17252
- }
17253
- }
17254
- namespace $400 {
17255
- namespace Content {
17256
- interface ApplicationJson {
17257
- [k: string]: unknown;
17258
- }
17259
- }
17260
- }
17261
- namespace $404 {
17262
- namespace Content {
17263
- interface ApplicationJson {
17264
- [k: string]: unknown;
17265
- }
17266
- }
17267
- }
17268
- namespace $429 {
17269
- namespace Content {
17270
- interface ApplicationJson {
17271
- [k: string]: unknown;
17272
- }
17273
- }
17274
- }
17275
- namespace Default {
17276
- namespace Content {
17277
- interface ApplicationJson {
17278
- [k: string]: unknown;
17279
- }
17280
- }
17281
- }
17282
- }
17283
- }
17284
- }
17285
- namespace V3NextMysqlUsersMysqlUserIdPassword {
17286
- namespace Patch {
17287
- namespace Parameters {
17288
- type Path = {
17289
- mysqlUserId: string;
17290
- };
17291
- interface RequestBody {
17292
- password: string;
17293
- }
17294
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
17295
- type Query = {};
17296
- }
17297
- namespace Responses {
17298
- namespace $204 {
17299
- namespace Content {
17300
- type Empty = unknown;
17301
- }
17302
- }
17303
- namespace $400 {
17304
- namespace Content {
17305
- interface ApplicationJson {
17306
- [k: string]: unknown;
17307
- }
17308
- }
17309
- }
17310
- namespace $404 {
17311
- namespace Content {
17312
- interface ApplicationJson {
17313
- [k: string]: unknown;
17314
- }
17315
- }
17316
- }
17317
- namespace $429 {
17318
- namespace Content {
17319
- interface ApplicationJson {
17320
- [k: string]: unknown;
17321
- }
17322
- }
17323
- }
17324
- namespace Default {
17325
- namespace Content {
17326
- interface ApplicationJson {
17327
- [k: string]: unknown;
17328
- }
17329
- }
17330
- }
17331
- }
17332
- }
17333
- }
17334
- namespace V3NextRedisDatabasesRedisDatabaseIdConfiguration {
17335
- namespace Patch {
17336
- namespace Parameters {
17337
- type Path = {
17338
- redisDatabaseId: string;
17339
- };
17340
- interface RequestBody {
17341
- configuration?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisDatabaseConfiguration;
17342
- }
17343
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
17344
- type Query = {};
17345
- }
17346
- namespace Responses {
17347
- namespace $204 {
17348
- namespace Content {
17349
- type Empty = unknown;
17350
- }
17351
- }
17352
- namespace $400 {
17353
- namespace Content {
17354
- interface ApplicationJson {
17355
- [k: string]: unknown;
17356
- }
17357
- }
17358
- }
17359
- namespace $404 {
17360
- namespace Content {
17361
- interface ApplicationJson {
17362
- [k: string]: unknown;
17363
- }
17364
- }
17365
- }
17366
- namespace $429 {
17367
- namespace Content {
17368
- interface ApplicationJson {
17369
- [k: string]: unknown;
17370
- }
17371
- }
17372
- }
17373
- namespace Default {
17374
- namespace Content {
17375
- interface ApplicationJson {
17376
- [k: string]: unknown;
17377
- }
17378
- }
17379
- }
17380
- }
17381
- }
17382
- }
17383
- namespace V3NextRedisDatabasesRedisDatabaseIdDescription {
17384
- namespace Patch {
17385
- namespace Parameters {
17386
- type Path = {
17387
- redisDatabaseId: string;
17388
- };
17389
- interface RequestBody {
17390
- description: string;
17391
- }
17392
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
17393
- type Query = {};
17394
- }
17395
- namespace Responses {
17396
- namespace $204 {
17397
- namespace Content {
17398
- type Empty = unknown;
17399
- }
17400
- }
17401
- namespace $400 {
17402
- namespace Content {
17403
- interface ApplicationJson {
17404
- [k: string]: unknown;
17405
- }
17406
- }
17407
- }
17408
- namespace $404 {
17409
- namespace Content {
17410
- interface ApplicationJson {
17411
- [k: string]: unknown;
17412
- }
17413
- }
17414
- }
17415
- namespace $429 {
17416
- namespace Content {
17417
- interface ApplicationJson {
17418
- [k: string]: unknown;
17419
- }
17420
- }
17421
- }
17422
- namespace Default {
17423
- namespace Content {
17424
- interface ApplicationJson {
17425
- [k: string]: unknown;
17426
- }
17427
- }
17428
- }
17429
- }
17430
- }
17431
- }
17432
17168
  namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
17433
17169
  namespace V3NextAppinstallationsAppInstallationIdDatabases { }
17434
17170
  namespace V3NextActionsValidateContainerRegistryUri { }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.417.0';
1
+ export declare const MittwaldAPIClientVersion = '4.419.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.418.0",
3
+ "version": "4.420.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.418.0",
75
+ "@mittwald/api-client-commons": "^4.420.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.418.0",
79
+ "@mittwald/api-code-generator": "^4.420.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": "6f7ebcc34d2bb3dee7edab928fece72e21b0f13d"
109
+ "gitHead": "ca0622253ccf4ca23e2b0ebc307880cbf38e01d1"
110
110
  }