@mittwald/api-client 4.321.0 → 4.322.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.320.0';
1
+ export const MittwaldAPIClientVersion = '4.321.0';
@@ -17665,6 +17665,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17665
17665
  [x: string]: unknown;
17666
17666
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17667
17667
  [x: string]: unknown;
17668
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
17669
+ [x: string]: unknown;
17668
17670
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17669
17671
  data: {
17670
17672
  authCode?: string | undefined;
@@ -17680,6 +17682,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17680
17682
  [x: string]: unknown;
17681
17683
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17682
17684
  [x: string]: unknown;
17685
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
17686
+ [x: string]: unknown;
17683
17687
  }, 429, "application/json">>>;
17684
17688
  /** Create an auth code for a Domains transfer-out process. */
17685
17689
  createDomainAuthCode: (request: {
@@ -422,7 +422,7 @@ export declare const domainCancelScheduledDeletion: OpenAPIOperation<RequestType
422
422
  /** Check if a Domain is available to register. */
423
423
  export declare const domainCheckDomainRegistrability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
424
424
  /** Check if a Domain is available to transfer. */
425
- export declare const domainCheckDomainTransferability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
425
+ export declare const domainCheckDomainTransferability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
426
426
  /** Create an auth code for a Domains transfer-out process. */
427
427
  export declare const domainCreateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
428
428
  /** Get a Domain. */
@@ -1848,7 +1848,8 @@ export declare namespace MittwaldAPIV2 {
1848
1848
  */
1849
1849
  keyId: string;
1850
1850
  /**
1851
- * An array of LLM model identifiers enabled for this key.
1851
+ * @deprecated
1852
+ * This Field is deprecated. You can find the allowed models in the /ai-hosting route.
1852
1853
  */
1853
1854
  models: string[];
1854
1855
  name: string;
@@ -5941,16 +5942,11 @@ export declare namespace MittwaldAPIV2 {
5941
5942
  description: string;
5942
5943
  }
5943
5944
  type LicenseKind = "typo3-elts";
5944
- interface LicenseKey {
5945
- key: string;
5946
- }
5947
5945
  interface LicenseMeta {
5948
5946
  appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5949
5947
  }
5950
- interface LicenseReference {
5951
- aggregate: "project";
5952
- domain: "project";
5953
- id: string;
5948
+ interface LicenseKey {
5949
+ key: string;
5954
5950
  }
5955
5951
  interface LicenseLicense {
5956
5952
  description: string;
@@ -5962,6 +5958,11 @@ export declare namespace MittwaldAPIV2 {
5962
5958
  reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
5963
5959
  volume?: number;
5964
5960
  }
5961
+ interface LicenseReference {
5962
+ aggregate: "project";
5963
+ domain: "project";
5964
+ id: string;
5965
+ }
5965
5966
  interface LicenseKeyResponse {
5966
5967
  keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5967
5968
  }
@@ -5980,6 +5981,9 @@ export declare namespace MittwaldAPIV2 {
5980
5981
  majorVersion: number;
5981
5982
  projectId: string;
5982
5983
  };
5984
+ interface OrderLicenseOrderPreviewResponse {
5985
+ totalPrice: number;
5986
+ }
5983
5987
  type OrderLicenseOrderPreview = {
5984
5988
  /**
5985
5989
  * Describe for which typo3 instance the license will be used.
@@ -5991,9 +5995,6 @@ export declare namespace MittwaldAPIV2 {
5991
5995
  */
5992
5996
  majorVersion: number;
5993
5997
  };
5994
- interface OrderLicenseOrderPreviewResponse {
5995
- totalPrice: number;
5996
- }
5997
5998
  interface CommonsAddress {
5998
5999
  street: string;
5999
6000
  houseNumber: string;
@@ -16965,6 +16966,13 @@ export declare namespace MittwaldAPIV2 {
16965
16966
  }
16966
16967
  }
16967
16968
  }
16969
+ namespace $412 {
16970
+ namespace Content {
16971
+ interface ApplicationJson {
16972
+ [k: string]: unknown;
16973
+ }
16974
+ }
16975
+ }
16968
16976
  namespace $429 {
16969
16977
  namespace Content {
16970
16978
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.320.0';
1
+ export declare const MittwaldAPIClientVersion = '4.321.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.321.0",
3
+ "version": "4.322.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.321.0",
49
+ "@mittwald/api-client-commons": "^4.322.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.321.0",
53
+ "@mittwald/api-code-generator": "^4.322.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": "c31f471cc95b2759f47eb4c2c801102001a18e9a"
83
+ "gitHead": "a1dae705fe2cafbb4ef178df9aaa5206ec38d0c1"
84
84
  }