@mittwald/api-client 4.85.0 → 4.87.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.86.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;
@@ -1100,7 +1099,6 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
1100
1099
  listMysqlCharsets: (conf?: {
1101
1100
  headers?: {
1102
1101
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1103
- "x-access-token"?: string | undefined;
1104
1102
  } | undefined;
1105
1103
  queryParameters?: {
1106
1104
  [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">>>;
@@ -9368,7 +9355,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9368
9355
  listMysqlCharsets: (request?: {
9369
9356
  headers?: {
9370
9357
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9371
- "x-access-token"?: string | undefined;
9372
9358
  } | undefined;
9373
9359
  queryParameters?: {
9374
9360
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -9384,12 +9370,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9384
9370
  } & Partial<{
9385
9371
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9386
9372
  }>;
9387
- } & {
9388
- headers: {
9389
- "x-access-token"?: string | undefined;
9390
- } & Partial<{
9391
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9392
- }>;
9393
9373
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9394
9374
  [x: string]: unknown;
9395
9375
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -9406,12 +9386,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9406
9386
  } & Partial<{
9407
9387
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9408
9388
  }>;
9409
- } & {
9410
- headers: {
9411
- "x-access-token"?: string | undefined;
9412
- } & Partial<{
9413
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9414
- }>;
9415
9389
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9416
9390
  [x: string]: unknown;
9417
9391
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -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;
@@ -9798,7 +9779,7 @@ export declare namespace MittwaldAPIV2 {
9798
9779
  namespace Get {
9799
9780
  namespace Parameters {
9800
9781
  type Path = {};
9801
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9782
+ type Header = {};
9802
9783
  type Query = {
9803
9784
  version?: string;
9804
9785
  };
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.84.0';
1
+ export declare const MittwaldAPIClientVersion = '4.86.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.87.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": "48d666d3d0dfba46e56f7b4cebb3944494e04fa4"
84
84
  }