@mittwald/api-client 4.227.0 → 4.228.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.226.0';
1
+ export const MittwaldAPIClientVersion = '4.227.0';
@@ -827,6 +827,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
827
827
  description: string;
828
828
  updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
829
829
  userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
830
+ installationPath?: string | undefined;
830
831
  };
831
832
  projectId: string;
832
833
  headers?: {
@@ -836,6 +837,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
836
837
  data: {
837
838
  appVersionId: string;
838
839
  description: string;
840
+ installationPath?: string | undefined;
839
841
  updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
840
842
  userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
841
843
  };
@@ -859,6 +861,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
859
861
  data: {
860
862
  appVersionId: string;
861
863
  description: string;
864
+ installationPath?: string | undefined;
862
865
  updatePolicy: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
863
866
  userInputs: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
864
867
  };
@@ -1205,6 +1208,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1205
1208
  requestAppinstallationCopy: (request: {
1206
1209
  data: {
1207
1210
  description: string;
1211
+ installationPath?: string | undefined;
1208
1212
  targetProjectId?: string | undefined;
1209
1213
  };
1210
1214
  appInstallationId: string;
@@ -1214,6 +1218,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1214
1218
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1215
1219
  data: {
1216
1220
  description: string;
1221
+ installationPath?: string | undefined;
1217
1222
  targetProjectId?: string | undefined;
1218
1223
  };
1219
1224
  } & {
@@ -1233,6 +1238,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1233
1238
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1234
1239
  data: {
1235
1240
  description: string;
1241
+ installationPath?: string | undefined;
1236
1242
  targetProjectId?: string | undefined;
1237
1243
  };
1238
1244
  } & {
@@ -6054,6 +6054,7 @@ export declare namespace MittwaldAPIV2 {
6054
6054
  interface RequestBody {
6055
6055
  appVersionId: string;
6056
6056
  description: string;
6057
+ installationPath?: string;
6057
6058
  updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
6058
6059
  userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
6059
6060
  }
@@ -6343,6 +6344,7 @@ export declare namespace MittwaldAPIV2 {
6343
6344
  };
6344
6345
  interface RequestBody {
6345
6346
  description: string;
6347
+ installationPath?: string;
6346
6348
  targetProjectId?: string;
6347
6349
  }
6348
6350
  type Header = {};
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.226.0';
1
+ export declare const MittwaldAPIClientVersion = '4.227.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.227.0",
3
+ "version": "4.228.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "505bc03c60cc5bda4dcf5acd26fdf140b7895fbe"
83
+ "gitHead": "4efe0945dd52159ccb10dad758cd2fd554b1c30a"
84
84
  }