@mittwald/api-client 4.315.0 → 4.317.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.314.0';
1
+ export const MittwaldAPIClientVersion = '4.316.0';
@@ -21999,6 +21999,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21999
21999
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
22000
22000
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22001
22001
  expires: string;
22002
+ refreshToken: string;
22002
22003
  token: string;
22003
22004
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22004
22005
  [x: string]: unknown;
@@ -22026,6 +22027,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22026
22027
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
22027
22028
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22028
22029
  expires: string;
22030
+ refreshToken: string;
22029
22031
  token: string;
22030
22032
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22031
22033
  [x: string]: unknown;
@@ -5941,12 +5941,12 @@ export declare namespace MittwaldAPIV2 {
5941
5941
  exists: boolean;
5942
5942
  }
5943
5943
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5944
- interface LicenseAppVersionMeta {
5945
- description: string;
5946
- }
5947
5944
  interface LicenseKey {
5948
5945
  key: string;
5949
5946
  }
5947
+ interface LicenseAppVersionMeta {
5948
+ description: string;
5949
+ }
5950
5950
  type LicenseKind = "typo3-elts";
5951
5951
  interface LicenseLicense {
5952
5952
  description: string;
@@ -5966,12 +5966,12 @@ export declare namespace MittwaldAPIV2 {
5966
5966
  interface LicenseMeta {
5967
5967
  appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5968
5968
  }
5969
- interface LicenseExternalKey {
5970
- externalKey: string;
5971
- }
5972
5969
  interface LicenseKeyResponse {
5973
5970
  keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5974
5971
  }
5972
+ interface LicenseExternalKey {
5973
+ externalKey: string;
5974
+ }
5975
5975
  type OrderLicenseOrder = {
5976
5976
  /**
5977
5977
  * Describe for which typo3 instance the license will be used.
@@ -27039,6 +27039,10 @@ export declare namespace MittwaldAPIV2 {
27039
27039
  * The expiration date of the token.
27040
27040
  */
27041
27041
  expires: string;
27042
+ /**
27043
+ * Refresh token to refresh your access token even after it has expired.
27044
+ */
27045
+ refreshToken: string;
27042
27046
  /**
27043
27047
  * Public token to identify yourself against the api gateway.
27044
27048
  */
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.314.0';
1
+ export declare const MittwaldAPIClientVersion = '4.316.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.315.0",
3
+ "version": "4.317.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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.315.0",
49
+ "@mittwald/api-client-commons": "^4.317.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.315.0",
53
+ "@mittwald/api-code-generator": "^4.317.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "9e00ba010903db4b8ab51a4f2df48658946b2801"
83
+ "gitHead": "d531b8cf82afa084a514dc421723953d96db6f41"
84
84
  }