@mittwald/api-client 4.297.0 → 4.299.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.296.0';
1
+ export const MittwaldAPIClientVersion = '4.298.0';
@@ -25766,11 +25766,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25766
25766
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25767
25767
  }>;
25768
25768
  }, import("@mittwald/api-client-commons").Response<{
25769
- confidence: string;
25770
25769
  exists: boolean;
25771
25770
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25772
25771
  [x: string]: unknown;
25773
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
25772
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25773
+ [x: string]: unknown;
25774
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
25774
25775
  data: {
25775
25776
  city: string;
25776
25777
  country: string;
@@ -25782,11 +25783,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25782
25783
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25783
25784
  }>;
25784
25785
  }, import("@mittwald/api-client-commons").Response<{
25785
- confidence: string;
25786
25786
  exists: boolean;
25787
25787
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25788
25788
  [x: string]: unknown;
25789
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
25789
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25790
+ [x: string]: unknown;
25791
+ }, 429, "application/json">>>;
25790
25792
  /** Check if a company exists. */
25791
25793
  verificationVerifyCompany: (request: {
25792
25794
  data: {
@@ -25810,7 +25812,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25810
25812
  } & Partial<{
25811
25813
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25812
25814
  }>;
25813
- }, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
25815
+ }, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
25814
25816
  exists: boolean;
25815
25817
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25816
25818
  [x: string]: unknown;
@@ -25828,7 +25830,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25828
25830
  } & Partial<{
25829
25831
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
25830
25832
  }>;
25831
- }, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
25833
+ }, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
25832
25834
  exists: boolean;
25833
25835
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
25834
25836
  [x: string]: unknown;
@@ -898,6 +898,6 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
898
898
  /** Check if an email is from mittwald. */
899
899
  export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsDetectPhishingEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
900
900
  /** Check if an address exists. */
901
- export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
901
+ export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
902
902
  /** Check if a company exists. */
903
- export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
903
+ export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -5847,19 +5847,6 @@ export declare namespace MittwaldAPIV2 {
5847
5847
  name?: "NoAccessTokenProvided";
5848
5848
  };
5849
5849
  }
5850
- namespace SignupRemovingLastOwnerNotAllowedError {
5851
- interface ApplicationJson {
5852
- /**
5853
- * A json object, given further information about the error
5854
- */
5855
- info?: {};
5856
- /**
5857
- * more information about the error
5858
- */
5859
- message: string;
5860
- name: "RemovingLastOwnerNotAllowedError";
5861
- }
5862
- }
5863
5850
  namespace SignupSecondFactorRequiredError {
5864
5851
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.SignupDomainError & {
5865
5852
  name: "SecondFactorRequired";
@@ -28755,21 +28742,22 @@ export declare namespace MittwaldAPIV2 {
28755
28742
  namespace $200 {
28756
28743
  namespace Content {
28757
28744
  interface ApplicationJson {
28758
- confidence: string;
28759
28745
  exists: boolean;
28760
28746
  }
28761
28747
  }
28762
28748
  }
28763
- namespace $429 {
28749
+ namespace $400 {
28764
28750
  namespace Content {
28765
28751
  interface ApplicationJson {
28766
28752
  [k: string]: unknown;
28767
28753
  }
28768
28754
  }
28769
28755
  }
28770
- namespace $500 {
28756
+ namespace $429 {
28771
28757
  namespace Content {
28772
- type Empty = unknown;
28758
+ interface ApplicationJson {
28759
+ [k: string]: unknown;
28760
+ }
28773
28761
  }
28774
28762
  }
28775
28763
  namespace Default {
@@ -28812,11 +28800,6 @@ export declare namespace MittwaldAPIV2 {
28812
28800
  }
28813
28801
  }
28814
28802
  }
28815
- namespace $500 {
28816
- namespace Content {
28817
- type Empty = unknown;
28818
- }
28819
- }
28820
28803
  namespace Default {
28821
28804
  namespace Content {
28822
28805
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.296.0';
1
+ export declare const MittwaldAPIClientVersion = '4.298.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.297.0",
3
+ "version": "4.299.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.297.0",
49
+ "@mittwald/api-client-commons": "^4.299.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.297.0",
53
+ "@mittwald/api-code-generator": "^4.299.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": "f3006ce9db89089d188d449d4c391aa9a9423990"
83
+ "gitHead": "fd5ab1c502584c0ed65467fdd422ce53d5ea0b3c"
84
84
  }