@mittwald/api-client 4.405.1 → 4.406.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/generated/v3-next/client.js +2 -2
- package/dist/esm/generated/v3-next/descriptors.js +478 -478
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -0
- package/dist/types/generated/v2/client.d.ts +3 -0
- package/dist/types/generated/v2/types.d.ts +1 -0
- package/dist/types/generated/v3-next/client-react.d.ts +351 -350
- package/dist/types/generated/v3-next/client.d.ts +1171 -1168
- package/dist/types/generated/v3-next/descriptors.d.ts +474 -474
- package/dist/types/generated/v3-next/types.d.ts +2209 -2284
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -85,10 +85,10 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
85
85
|
requestAppinstallationCopy: this.requestFunctionFactory(descriptors.appRequestAppinstallationCopy),
|
|
86
86
|
/** Get runtime status belonging to an AppInstallation. */
|
|
87
87
|
retrieveStatus: this.requestFunctionFactory(descriptors.appRetrieveStatus),
|
|
88
|
-
/** Remove linkage between an AppInstallation and a Database. */
|
|
89
|
-
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
90
88
|
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
91
89
|
setDatabaseUsers: this.requestFunctionFactory(descriptors.appSetDatabaseUsers),
|
|
90
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
91
|
+
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
92
92
|
};
|
|
93
93
|
/** The article API allows you to read article information. */
|
|
94
94
|
article = {
|