@mittwald/api-client 4.431.0 → 4.432.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.
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +5 -0
- package/dist/types/generated/v2/client.d.ts +10 -0
- package/dist/types/generated/v2/types.d.ts +8 -0
- package/dist/types/generated/v3-next/client-react.d.ts +5 -0
- package/dist/types/generated/v3-next/client.d.ts +10 -0
- package/dist/types/generated/v3-next/types.d.ts +7 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.431.0';
|
|
@@ -729,6 +729,11 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
729
729
|
defaultValue?: string;
|
|
730
730
|
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
731
731
|
name: string;
|
|
732
|
+
positionMeta?: {
|
|
733
|
+
index?: number;
|
|
734
|
+
section?: string;
|
|
735
|
+
step?: string;
|
|
736
|
+
};
|
|
732
737
|
required: boolean;
|
|
733
738
|
validationSchema?: string;
|
|
734
739
|
}[] | undefined;
|
|
@@ -5059,6 +5059,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5059
5059
|
defaultValue?: string;
|
|
5060
5060
|
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5061
5061
|
name: string;
|
|
5062
|
+
positionMeta?: {
|
|
5063
|
+
index?: number;
|
|
5064
|
+
section?: string;
|
|
5065
|
+
step?: string;
|
|
5066
|
+
};
|
|
5062
5067
|
required: boolean;
|
|
5063
5068
|
validationSchema?: string;
|
|
5064
5069
|
}[] | undefined;
|
|
@@ -5125,6 +5130,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5125
5130
|
defaultValue?: string;
|
|
5126
5131
|
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5127
5132
|
name: string;
|
|
5133
|
+
positionMeta?: {
|
|
5134
|
+
index?: number;
|
|
5135
|
+
section?: string;
|
|
5136
|
+
step?: string;
|
|
5137
|
+
};
|
|
5128
5138
|
required: boolean;
|
|
5129
5139
|
validationSchema?: string;
|
|
5130
5140
|
}[] | undefined;
|
|
@@ -2930,6 +2930,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2930
2930
|
defaultValue?: string;
|
|
2931
2931
|
label?: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2932
2932
|
name: string;
|
|
2933
|
+
positionMeta?: {
|
|
2934
|
+
index?: number;
|
|
2935
|
+
section?: string;
|
|
2936
|
+
step?: string;
|
|
2937
|
+
};
|
|
2933
2938
|
required: boolean;
|
|
2934
2939
|
validationSchema?: string;
|
|
2935
2940
|
}[];
|
|
@@ -17032,6 +17037,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17032
17037
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17033
17038
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17034
17039
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17040
|
+
namespace V2AppInstallationsAppInstallationIdDatabaseReplace { }
|
|
17035
17041
|
namespace V2ProjectBackupsProjectBackupIdExpirationTime { }
|
|
17036
17042
|
namespace V2ProjectBackupsProjectBackupIdDescription { }
|
|
17037
17043
|
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
@@ -17040,6 +17046,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17040
17046
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17041
17047
|
namespace V2CustomersCustomerIdAiHostingContract { }
|
|
17042
17048
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17049
|
+
namespace V2CronjobsCronjobIdAppInstallationId { }
|
|
17050
|
+
namespace V2CronjobsCronjobIdAppId { }
|
|
17043
17051
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
17044
17052
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
17045
17053
|
namespace V2MysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
@@ -729,6 +729,11 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
729
729
|
defaultValue?: string;
|
|
730
730
|
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
731
731
|
name: string;
|
|
732
|
+
positionMeta?: {
|
|
733
|
+
index?: number;
|
|
734
|
+
section?: string;
|
|
735
|
+
step?: string;
|
|
736
|
+
};
|
|
732
737
|
required: boolean;
|
|
733
738
|
validationSchema?: string;
|
|
734
739
|
}[] | undefined;
|
|
@@ -5059,6 +5059,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5059
5059
|
defaultValue?: string;
|
|
5060
5060
|
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
5061
5061
|
name: string;
|
|
5062
|
+
positionMeta?: {
|
|
5063
|
+
index?: number;
|
|
5064
|
+
section?: string;
|
|
5065
|
+
step?: string;
|
|
5066
|
+
};
|
|
5062
5067
|
required: boolean;
|
|
5063
5068
|
validationSchema?: string;
|
|
5064
5069
|
}[] | undefined;
|
|
@@ -5125,6 +5130,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5125
5130
|
defaultValue?: string;
|
|
5126
5131
|
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
5127
5132
|
name: string;
|
|
5133
|
+
positionMeta?: {
|
|
5134
|
+
index?: number;
|
|
5135
|
+
section?: string;
|
|
5136
|
+
step?: string;
|
|
5137
|
+
};
|
|
5128
5138
|
required: boolean;
|
|
5129
5139
|
validationSchema?: string;
|
|
5130
5140
|
}[] | undefined;
|
|
@@ -2930,6 +2930,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2930
2930
|
defaultValue?: string;
|
|
2931
2931
|
label?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
2932
2932
|
name: string;
|
|
2933
|
+
positionMeta?: {
|
|
2934
|
+
index?: number;
|
|
2935
|
+
section?: string;
|
|
2936
|
+
step?: string;
|
|
2937
|
+
};
|
|
2933
2938
|
required: boolean;
|
|
2934
2939
|
validationSchema?: string;
|
|
2935
2940
|
}[];
|
|
@@ -17022,6 +17027,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
17022
17027
|
}
|
|
17023
17028
|
namespace V3NextAppInstallationsAppInstallationIdActionsAction { }
|
|
17024
17029
|
namespace V3NextAppinstallationsAppInstallationIdDatabases { }
|
|
17030
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabaseReplace { }
|
|
17025
17031
|
namespace V3NextProjectBackupsProjectBackupIdExpirationTime { }
|
|
17026
17032
|
namespace V3NextProjectBackupsProjectBackupIdDescription { }
|
|
17027
17033
|
namespace V3NextContainerTemplatesTemplateIdIcon { }
|
|
@@ -17030,6 +17036,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
17030
17036
|
namespace V3NextRegistriesRegistryIdActionsValidateCredentials { }
|
|
17031
17037
|
namespace V3NextCustomersCustomerIdAiHostingContract { }
|
|
17032
17038
|
namespace V3NextContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17039
|
+
namespace V3NextCronjobsCronjobIdAppInstallationId { }
|
|
17033
17040
|
namespace V3NextCustomersCustomerIdActionsLeave { }
|
|
17034
17041
|
namespace V3NextMysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
17035
17042
|
namespace V3NextMysqlDatabasesMysqlDatabaseIdDescription { }
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.431.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.432.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.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.432.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.432.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": "
|
|
109
|
+
"gitHead": "fe4dcabdb874be879b2becdcdba3d0b4b879bdd8"
|
|
110
110
|
}
|