@mittwald/api-client 3.0.26 → 3.0.27
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.
- package/dist/cjs/generated/v2/client-react.d.ts +4 -4
- package/dist/cjs/generated/v2/client.d.ts +30 -30
- package/dist/cjs/generated/v2/descriptors.d.ts +15 -15
- package/dist/cjs/generated/v2/descriptors.js +15 -15
- package/dist/cjs/generated/v2/types.d.ts +26 -28
- package/dist/esm/generated/v2/client-react.d.ts +4 -4
- package/dist/esm/generated/v2/client.d.ts +30 -30
- package/dist/esm/generated/v2/descriptors.d.ts +15 -15
- package/dist/esm/generated/v2/descriptors.js +15 -15
- package/dist/esm/generated/v2/types.d.ts +26 -28
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -618,61 +618,61 @@ export const databaseCreateRedisDatabase = {
|
|
|
618
618
|
};
|
|
619
619
|
/** Get a MySQLDatabase. */
|
|
620
620
|
export const databaseGetMysqlDatabase = {
|
|
621
|
-
path: "/v2/mysql-databases/{
|
|
621
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
622
622
|
method: "GET",
|
|
623
623
|
operationId: "database-get-mysql-database",
|
|
624
624
|
};
|
|
625
625
|
/** Delete a MySQLDatabase. */
|
|
626
626
|
export const databaseDeleteMysqlDatabase = {
|
|
627
|
-
path: "/v2/mysql-databases/{
|
|
627
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
628
628
|
method: "DELETE",
|
|
629
629
|
operationId: "database-delete-mysql-database",
|
|
630
630
|
};
|
|
631
631
|
/** Get a MySQLUser. */
|
|
632
632
|
export const databaseGetMysqlUser = {
|
|
633
|
-
path: "/v2/mysql-users/{
|
|
633
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
634
634
|
method: "GET",
|
|
635
635
|
operationId: "database-get-mysql-user",
|
|
636
636
|
};
|
|
637
637
|
/** Update a MySQLUser. */
|
|
638
638
|
export const databaseUpdateMysqlUser = {
|
|
639
|
-
path: "/v2/mysql-users/{
|
|
639
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
640
640
|
method: "PUT",
|
|
641
641
|
operationId: "database-update-mysql-user",
|
|
642
642
|
};
|
|
643
643
|
/** Delete a MySQLUser. */
|
|
644
644
|
export const databaseDeleteMysqlUser = {
|
|
645
|
-
path: "/v2/mysql-users/{
|
|
645
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
646
646
|
method: "DELETE",
|
|
647
647
|
operationId: "database-delete-mysql-user",
|
|
648
648
|
};
|
|
649
649
|
/** Get a RedisDatabase. */
|
|
650
650
|
export const databaseGetRedisDatabase = {
|
|
651
|
-
path: "/v2/redis-databases/{
|
|
651
|
+
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
652
652
|
method: "GET",
|
|
653
653
|
operationId: "database-get-redis-database",
|
|
654
654
|
};
|
|
655
655
|
/** Delete a RedisDatabase. */
|
|
656
656
|
export const databaseDeleteRedisDatabase = {
|
|
657
|
-
path: "/v2/redis-databases/{
|
|
657
|
+
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
658
658
|
method: "DELETE",
|
|
659
659
|
operationId: "database-delete-redis-database",
|
|
660
660
|
};
|
|
661
661
|
/** Disable a MySQLUser. */
|
|
662
662
|
export const databaseDisableMysqlUser = {
|
|
663
|
-
path: "/v2/mysql-users/{
|
|
663
|
+
path: "/v2/mysql-users/{mysqlUserId}/actions/disable",
|
|
664
664
|
method: "POST",
|
|
665
665
|
operationId: "database-disable-mysql-user",
|
|
666
666
|
};
|
|
667
667
|
/** Enable a MySQLUser. */
|
|
668
668
|
export const databaseEnableMysqlUser = {
|
|
669
|
-
path: "/v2/mysql-users/{
|
|
669
|
+
path: "/v2/mysql-users/{mysqlUserId}/actions/enable",
|
|
670
670
|
method: "POST",
|
|
671
671
|
operationId: "database-enable-mysql-user",
|
|
672
672
|
};
|
|
673
673
|
/** Get a MySQLUser's PhpMyAdmin-URL. */
|
|
674
674
|
export const databaseGetMysqlUserPhpMyAdminUrl = {
|
|
675
|
-
path: "/v2/mysql-users/{
|
|
675
|
+
path: "/v2/mysql-users/{mysqlUserId}/php-my-admin-url",
|
|
676
676
|
method: "GET",
|
|
677
677
|
operationId: "database-get-mysql-user-php-my-admin-url",
|
|
678
678
|
};
|
|
@@ -696,31 +696,31 @@ export const databaseListRedisVersions = {
|
|
|
696
696
|
};
|
|
697
697
|
/** Update a MySQLDatabase's default character settings. */
|
|
698
698
|
export const databaseUpdateMysqlDatabaseDefaultCharset = {
|
|
699
|
-
path: "/v2/mysql-databases/{
|
|
699
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}/default-charset",
|
|
700
700
|
method: "PATCH",
|
|
701
701
|
operationId: "database-update-mysql-database-default-charset",
|
|
702
702
|
};
|
|
703
703
|
/** Update a MySQLDatabase's description. */
|
|
704
704
|
export const databaseUpdateMysqlDatabaseDescription = {
|
|
705
|
-
path: "/v2/mysql-databases/{
|
|
705
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}/description",
|
|
706
706
|
method: "PATCH",
|
|
707
707
|
operationId: "database-update-mysql-database-description",
|
|
708
708
|
};
|
|
709
709
|
/** Update a MySQLUser's password. */
|
|
710
710
|
export const databaseUpdateMysqlUserPassword = {
|
|
711
|
-
path: "/v2/mysql-users/{
|
|
711
|
+
path: "/v2/mysql-users/{mysqlUserId}/password",
|
|
712
712
|
method: "PATCH",
|
|
713
713
|
operationId: "database-update-mysql-user-password",
|
|
714
714
|
};
|
|
715
715
|
/** Update a RedisDatabase's configuration. */
|
|
716
716
|
export const databaseUpdateRedisDatabaseConfiguration = {
|
|
717
|
-
path: "/v2/redis-databases/{
|
|
717
|
+
path: "/v2/redis-databases/{redisDatabaseId}/configuration",
|
|
718
718
|
method: "PATCH",
|
|
719
719
|
operationId: "database-update-redis-database-configuration",
|
|
720
720
|
};
|
|
721
721
|
/** Update a RedisDatabase's description. */
|
|
722
722
|
export const databaseUpdateRedisDatabaseDescription = {
|
|
723
|
-
path: "/v2/redis-databases/{
|
|
723
|
+
path: "/v2/redis-databases/{redisDatabaseId}/description",
|
|
724
724
|
method: "PATCH",
|
|
725
725
|
operationId: "database-update-redis-database-description",
|
|
726
726
|
};
|
|
@@ -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
|
|
7034
|
+
namespace V2MysqlDatabasesMysqlDatabaseId {
|
|
7037
7035
|
namespace Get {
|
|
7038
7036
|
namespace Parameters {
|
|
7039
7037
|
type Path = {
|
|
7040
|
-
|
|
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
|
-
|
|
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
|
|
7136
|
+
namespace V2MysqlUsersMysqlUserId {
|
|
7139
7137
|
namespace Get {
|
|
7140
7138
|
namespace Parameters {
|
|
7141
7139
|
type Path = {
|
|
7142
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
7260
|
+
namespace V2RedisDatabasesRedisDatabaseId {
|
|
7263
7261
|
namespace Get {
|
|
7264
7262
|
namespace Parameters {
|
|
7265
7263
|
type Path = {
|
|
7266
|
-
|
|
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
|
-
|
|
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
|
|
7362
|
+
namespace V2MysqlUsersMysqlUserIdActionsDisable {
|
|
7365
7363
|
namespace Post {
|
|
7366
7364
|
namespace Parameters {
|
|
7367
7365
|
type Path = {
|
|
7368
|
-
|
|
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
|
|
7404
|
+
namespace V2MysqlUsersMysqlUserIdActionsEnable {
|
|
7407
7405
|
namespace Post {
|
|
7408
7406
|
namespace Parameters {
|
|
7409
7407
|
type Path = {
|
|
7410
|
-
|
|
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
|
|
7446
|
+
namespace V2MysqlUsersMysqlUserIdPhpMyAdminUrl {
|
|
7449
7447
|
namespace Get {
|
|
7450
7448
|
namespace Parameters {
|
|
7451
7449
|
type Path = {
|
|
7452
|
-
|
|
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
|
|
7602
|
+
namespace V2MysqlDatabasesMysqlDatabaseIdDefaultCharset {
|
|
7605
7603
|
namespace Patch {
|
|
7606
7604
|
namespace Parameters {
|
|
7607
7605
|
type Path = {
|
|
7608
|
-
|
|
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
|
|
7644
|
+
namespace V2MysqlDatabasesMysqlDatabaseIdDescription {
|
|
7647
7645
|
namespace Patch {
|
|
7648
7646
|
namespace Parameters {
|
|
7649
7647
|
type Path = {
|
|
7650
|
-
|
|
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
|
|
7686
|
+
namespace V2MysqlUsersMysqlUserIdPassword {
|
|
7689
7687
|
namespace Patch {
|
|
7690
7688
|
namespace Parameters {
|
|
7691
7689
|
type Path = {
|
|
7692
|
-
|
|
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
|
|
7728
|
+
namespace V2RedisDatabasesRedisDatabaseIdConfiguration {
|
|
7731
7729
|
namespace Patch {
|
|
7732
7730
|
namespace Parameters {
|
|
7733
7731
|
type Path = {
|
|
7734
|
-
|
|
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
|
|
7770
|
+
namespace V2RedisDatabasesRedisDatabaseIdDescription {
|
|
7773
7771
|
namespace Patch {
|
|
7774
7772
|
namespace Parameters {
|
|
7775
7773
|
type Path = {
|
|
7776
|
-
|
|
7774
|
+
redisDatabaseId: string;
|
|
7777
7775
|
};
|
|
7778
7776
|
interface RequestBody {
|
|
7779
7777
|
description: string;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.27';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.27';
|