@mittwald/api-client 4.85.0 → 4.86.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.84.0';
1
+ export const MittwaldAPIClientVersion = '4.85.0';
@@ -152,7 +152,6 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
152
152
  listApps: (conf?: {
153
153
  headers?: {
154
154
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
155
- "x-access-token"?: string | undefined;
156
155
  } | undefined;
157
156
  queryParameters?: {
158
157
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -855,7 +855,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
855
855
  listApps: (request?: {
856
856
  headers?: {
857
857
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
858
- "x-access-token"?: string | undefined;
859
858
  } | undefined;
860
859
  queryParameters?: {
861
860
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -875,12 +874,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
875
874
  } & Partial<{
876
875
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
877
876
  }>;
878
- } & {
879
- headers: {
880
- "x-access-token"?: string | undefined;
881
- } & Partial<{
882
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
883
- }>;
884
877
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppApp[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
885
878
  [x: string]: unknown;
886
879
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -895,12 +888,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
895
888
  } & Partial<{
896
889
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
897
890
  }>;
898
- } & {
899
- headers: {
900
- "x-access-token"?: string | undefined;
901
- } & Partial<{
902
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
903
- }>;
904
891
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppApp[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
905
892
  [x: string]: unknown;
906
893
  }, 429, "application/json">>>;
@@ -1422,29 +1422,6 @@ export declare namespace MittwaldAPIV2 {
1422
1422
  updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1423
1423
  userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1424
1424
  }
1425
- /**
1426
- * An AppInstallation is a concrete manifestation of an App in a specific AppVersion.
1427
- */
1428
- interface AppAppInstallationInternal {
1429
- appId: string;
1430
- appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
1431
- customDocumentRoot?: string;
1432
- description: string;
1433
- disabled: boolean;
1434
- id: string;
1435
- installationPath: string;
1436
- linkedDatabases?: MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
1437
- processRunningSince?: string;
1438
- processes?: string[];
1439
- projectEnvironment?: string;
1440
- projectId?: string;
1441
- screenshotId?: string;
1442
- screenshotRef?: string;
1443
- shortId: string;
1444
- systemSoftware?: MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
1445
- updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
1446
- userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
1447
- }
1448
1425
  /**
1449
1426
  * The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
1450
1427
  */
@@ -1745,6 +1722,10 @@ export declare namespace MittwaldAPIV2 {
1745
1722
  targetDate: string;
1746
1723
  }
1747
1724
  interface ContractTermination {
1725
+ /**
1726
+ * Indicates whether the User is allowed to cancel the Termination.
1727
+ */
1728
+ cancellationForbidden?: boolean;
1748
1729
  reason?: string;
1749
1730
  scheduledAtDate: string;
1750
1731
  scheduledByUserId?: string;
@@ -4800,7 +4781,7 @@ export declare namespace MittwaldAPIV2 {
4800
4781
  namespace Get {
4801
4782
  namespace Parameters {
4802
4783
  type Path = {};
4803
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
4784
+ type Header = {};
4804
4785
  type Query = {
4805
4786
  limit?: number;
4806
4787
  skip?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.84.0';
1
+ export declare const MittwaldAPIClientVersion = '4.85.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.85.0",
3
+ "version": "4.86.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": "cf256917a5eda5dfe3897f1aa8bd86eba01a926f"
83
+ "gitHead": "02386c647939a8a2d8f6219074a3f27d9635a3bf"
84
84
  }