@mittwald/api-client 4.185.0 → 4.186.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.
@@ -764,12 +764,12 @@ export class MittwaldAPIV2Client extends ApiClientBase {
764
764
  getLlmModelsExperimental: this.requestFunctionFactory(descriptors.miscGetLlmModelsExperimental),
765
765
  /** Obtain a service token. */
766
766
  servicetokenAuthenticateService: this.requestFunctionFactory(descriptors.servicetokenAuthenticateService),
767
+ /** Check if an email is from mittwald. */
768
+ verificationDetectPhishingEmail: this.requestFunctionFactory(descriptors.verificationDetectPhishingEmail),
767
769
  /** Check if an address exists. */
768
770
  verificationVerifyAddress: this.requestFunctionFactory(descriptors.verificationVerifyAddress),
769
771
  /** Check if a company exists. */
770
772
  verificationVerifyCompany: this.requestFunctionFactory(descriptors.verificationVerifyCompany),
771
- /** Check if an email is from mittwald. */
772
- verificationDetectPhishingEmail: this.requestFunctionFactory(descriptors.verificationDetectPhishingEmail),
773
773
  };
774
774
  /** The page insights API allows you to get page insights information. */
775
775
  pageInsights = {
@@ -2464,6 +2464,12 @@ export const userVerifyRegistration = {
2464
2464
  method: "POST",
2465
2465
  operationId: "user-verify-registration",
2466
2466
  };
2467
+ /** Check if an email is from mittwald. */
2468
+ export const verificationDetectPhishingEmail = {
2469
+ path: "/v2/actions/detect-phishing-email",
2470
+ method: "POST",
2471
+ operationId: "verification-detect-phishing-email",
2472
+ };
2467
2473
  /** Check if an address exists. */
2468
2474
  export const verificationVerifyAddress = {
2469
2475
  path: "/v2/actions/verify-address",
@@ -2476,9 +2482,3 @@ export const verificationVerifyCompany = {
2476
2482
  method: "POST",
2477
2483
  operationId: "verification-verify-company",
2478
2484
  };
2479
- /** Check if an email is from mittwald. */
2480
- export const verificationDetectPhishingEmail = {
2481
- path: "/v2/actions/detect-phishing-email",
2482
- method: "POST",
2483
- operationId: "verification-detect-phishing-email",
2484
- };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.184.0';
1
+ export const MittwaldAPIClientVersion = '4.185.0';
@@ -750,6 +750,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
750
750
  queryParameters?: {
751
751
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
752
752
  invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
753
+ search?: string | undefined;
753
754
  limit?: number | undefined;
754
755
  skip?: number | undefined;
755
756
  page?: number | undefined;
@@ -5358,6 +5358,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5358
5358
  queryParameters?: {
5359
5359
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5360
5360
  invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
5361
+ search?: string | undefined;
5361
5362
  limit?: number | undefined;
5362
5363
  skip?: number | undefined;
5363
5364
  page?: number | undefined;
@@ -5375,6 +5376,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5375
5376
  } & {
5376
5377
  queryParameters: {
5377
5378
  invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
5379
+ search?: string | undefined;
5378
5380
  limit?: number | undefined;
5379
5381
  skip?: number | undefined;
5380
5382
  page?: number | undefined;
@@ -5406,6 +5408,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5406
5408
  } & {
5407
5409
  queryParameters: {
5408
5410
  invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
5411
+ search?: string | undefined;
5409
5412
  limit?: number | undefined;
5410
5413
  skip?: number | undefined;
5411
5414
  page?: number | undefined;
@@ -9629,6 +9632,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9629
9632
  aggregate: "extensionInstance";
9630
9633
  domain: "extension";
9631
9634
  id: string;
9635
+ } | {
9636
+ aggregate: "container";
9637
+ domain: "container";
9638
+ id: string;
9632
9639
  } | undefined;
9633
9640
  sharedWith?: {
9634
9641
  aggregate: "user";
@@ -10034,6 +10041,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10034
10041
  aggregate: "extensionInstance";
10035
10042
  domain: "extension";
10036
10043
  id: string;
10044
+ } | {
10045
+ aggregate: "container";
10046
+ domain: "container";
10047
+ id: string;
10037
10048
  } | undefined;
10038
10049
  title?: string | undefined;
10039
10050
  } | undefined;
@@ -22636,6 +22647,43 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22636
22647
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22637
22648
  [x: string]: unknown;
22638
22649
  }, 429, "application/json">>>;
22650
+ /** Check if an email is from mittwald. */
22651
+ verificationDetectPhishingEmail: (request?: {
22652
+ data?: {
22653
+ [x: string]: unknown;
22654
+ } | undefined;
22655
+ headers?: {
22656
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22657
+ } | undefined;
22658
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22659
+ data: {
22660
+ [x: string]: unknown;
22661
+ };
22662
+ } & {
22663
+ headers?: Partial<{
22664
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22665
+ }>;
22666
+ }, import("@mittwald/api-client-commons").Response<{
22667
+ result: import("./types.js").MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
22668
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22669
+ [x: string]: unknown;
22670
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22671
+ [x: string]: unknown;
22672
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22673
+ data: {
22674
+ [x: string]: unknown;
22675
+ };
22676
+ } & {
22677
+ headers?: Partial<{
22678
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22679
+ }>;
22680
+ }, import("@mittwald/api-client-commons").Response<{
22681
+ result: import("./types.js").MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
22682
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22683
+ [x: string]: unknown;
22684
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22685
+ [x: string]: unknown;
22686
+ }, 429, "application/json">>>;
22639
22687
  /** Check if an address exists. */
22640
22688
  verificationVerifyAddress: (request: {
22641
22689
  data: {
@@ -22724,43 +22772,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22724
22772
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
22725
22773
  [x: string]: unknown;
22726
22774
  }, 429, "application/json">>>;
22727
- /** Check if an email is from mittwald. */
22728
- verificationDetectPhishingEmail: (request?: {
22729
- data?: {
22730
- [x: string]: unknown;
22731
- } | undefined;
22732
- headers?: {
22733
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22734
- } | undefined;
22735
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22736
- data: {
22737
- [x: string]: unknown;
22738
- };
22739
- } & {
22740
- headers?: Partial<{
22741
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22742
- }>;
22743
- }, import("@mittwald/api-client-commons").Response<{
22744
- result: import("./types.js").MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
22745
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22746
- [x: string]: unknown;
22747
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22748
- [x: string]: unknown;
22749
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22750
- data: {
22751
- [x: string]: unknown;
22752
- };
22753
- } & {
22754
- headers?: Partial<{
22755
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22756
- }>;
22757
- }, import("@mittwald/api-client-commons").Response<{
22758
- result: import("./types.js").MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
22759
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22760
- [x: string]: unknown;
22761
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22762
- [x: string]: unknown;
22763
- }, 429, "application/json">>>;
22764
22775
  };
22765
22776
  /** The page insights API allows you to get page insights information. */
22766
22777
  readonly pageInsights: {
@@ -825,9 +825,9 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
825
825
  export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
826
826
  /** Verify your registration. */
827
827
  export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
828
+ /** Check if an email is from mittwald. */
829
+ 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">>;
828
830
  /** Check if an address exists. */
829
831
  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">>;
830
832
  /** Check if a company exists. */
831
833
  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">>;
832
- /** Check if an email is from mittwald. */
833
- 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">>;
@@ -1646,6 +1646,10 @@ export declare namespace MittwaldAPIV2 {
1646
1646
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1647
1647
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1648
1648
  }
1649
+ namespace VerificationDetectPhishingEmail {
1650
+ type RequestData = InferredRequestData<typeof descriptors.verificationDetectPhishingEmail>;
1651
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationDetectPhishingEmail, TStatus>;
1652
+ }
1649
1653
  namespace VerificationVerifyAddress {
1650
1654
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyAddress>;
1651
1655
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyAddress, TStatus>;
@@ -1654,10 +1658,6 @@ export declare namespace MittwaldAPIV2 {
1654
1658
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1655
1659
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1656
1660
  }
1657
- namespace VerificationDetectPhishingEmail {
1658
- type RequestData = InferredRequestData<typeof descriptors.verificationDetectPhishingEmail>;
1659
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationDetectPhishingEmail, TStatus>;
1660
- }
1661
1661
  }
1662
1662
  namespace Components {
1663
1663
  namespace Schemas {
@@ -2387,6 +2387,10 @@ export declare namespace MittwaldAPIV2 {
2387
2387
  aggregate: "extensionInstance";
2388
2388
  domain: "extension";
2389
2389
  id: string;
2390
+ } | {
2391
+ aggregate: "container";
2392
+ domain: "container";
2393
+ id: string;
2390
2394
  };
2391
2395
  interface ConversationServiceRequestRelocationPayload {
2392
2396
  contact: {
@@ -17749,6 +17753,7 @@ export declare namespace MittwaldAPIV2 {
17749
17753
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
17750
17754
  type Query = {
17751
17755
  invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
17756
+ search?: string;
17752
17757
  limit?: number;
17753
17758
  skip?: number;
17754
17759
  page?: number;
@@ -25948,21 +25953,12 @@ export declare namespace MittwaldAPIV2 {
25948
25953
  }
25949
25954
  }
25950
25955
  }
25951
- namespace V2ActionsVerifyAddress {
25956
+ namespace V2ActionsDetectPhishingEmail {
25952
25957
  namespace Post {
25953
25958
  namespace Parameters {
25954
25959
  type Path = {};
25955
25960
  interface RequestBody {
25956
- city: string;
25957
- /**
25958
- * Accepts the whole english or german name as well as the ISO 3166-2 country codes.
25959
- */
25960
- country: string;
25961
- /**
25962
- * Includes the house number.
25963
- */
25964
- street: string;
25965
- zip: string;
25961
+ [k: string]: unknown;
25966
25962
  }
25967
25963
  type Header = {};
25968
25964
  type Query = {};
@@ -25970,21 +25966,21 @@ export declare namespace MittwaldAPIV2 {
25970
25966
  namespace Responses {
25971
25967
  namespace $200 {
25972
25968
  namespace Content {
25973
- interface ApplicationJson {
25974
- exists: boolean;
25975
- }
25969
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationEmailDetectPhishingMailResponse;
25976
25970
  }
25977
25971
  }
25978
- namespace $429 {
25972
+ namespace $400 {
25979
25973
  namespace Content {
25980
25974
  interface ApplicationJson {
25981
25975
  [k: string]: unknown;
25982
25976
  }
25983
25977
  }
25984
25978
  }
25985
- namespace $500 {
25979
+ namespace $429 {
25986
25980
  namespace Content {
25987
- type Empty = unknown;
25981
+ interface ApplicationJson {
25982
+ [k: string]: unknown;
25983
+ }
25988
25984
  }
25989
25985
  }
25990
25986
  namespace Default {
@@ -25997,14 +25993,23 @@ export declare namespace MittwaldAPIV2 {
25997
25993
  }
25998
25994
  }
25999
25995
  }
26000
- namespace V2ActionsVerifyCompany {
25996
+ namespace V2ActionsVerifyAddress {
26001
25997
  namespace Post {
26002
25998
  namespace Parameters {
26003
25999
  type Path = {};
26004
26000
  interface RequestBody {
26005
- name: string;
26001
+ city: string;
26002
+ /**
26003
+ * Accepts the whole english or german name as well as the ISO 3166-2 country codes.
26004
+ */
26005
+ country: string;
26006
+ /**
26007
+ * Includes the house number.
26008
+ */
26009
+ street: string;
26010
+ zip: string;
26006
26011
  }
26007
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
26012
+ type Header = {};
26008
26013
  type Query = {};
26009
26014
  }
26010
26015
  namespace Responses {
@@ -26015,11 +26020,6 @@ export declare namespace MittwaldAPIV2 {
26015
26020
  }
26016
26021
  }
26017
26022
  }
26018
- namespace $412 {
26019
- namespace Content {
26020
- type Empty = unknown;
26021
- }
26022
- }
26023
26023
  namespace $429 {
26024
26024
  namespace Content {
26025
26025
  interface ApplicationJson {
@@ -26042,27 +26042,27 @@ export declare namespace MittwaldAPIV2 {
26042
26042
  }
26043
26043
  }
26044
26044
  }
26045
- namespace V2ActionsDetectPhishingEmail {
26045
+ namespace V2ActionsVerifyCompany {
26046
26046
  namespace Post {
26047
26047
  namespace Parameters {
26048
26048
  type Path = {};
26049
26049
  interface RequestBody {
26050
- [k: string]: unknown;
26050
+ name: string;
26051
26051
  }
26052
- type Header = {};
26052
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
26053
26053
  type Query = {};
26054
26054
  }
26055
26055
  namespace Responses {
26056
26056
  namespace $200 {
26057
26057
  namespace Content {
26058
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationEmailDetectPhishingMailResponse;
26058
+ interface ApplicationJson {
26059
+ exists: boolean;
26060
+ }
26059
26061
  }
26060
26062
  }
26061
- namespace $400 {
26063
+ namespace $412 {
26062
26064
  namespace Content {
26063
- interface ApplicationJson {
26064
- [k: string]: unknown;
26065
- }
26065
+ type Empty = unknown;
26066
26066
  }
26067
26067
  }
26068
26068
  namespace $429 {
@@ -26072,6 +26072,11 @@ export declare namespace MittwaldAPIV2 {
26072
26072
  }
26073
26073
  }
26074
26074
  }
26075
+ namespace $500 {
26076
+ namespace Content {
26077
+ type Empty = unknown;
26078
+ }
26079
+ }
26075
26080
  namespace Default {
26076
26081
  namespace Content {
26077
26082
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.184.0';
1
+ export declare const MittwaldAPIClientVersion = '4.185.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.185.0",
3
+ "version": "4.186.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": "ca12395175e5a81d9e7d174a043716c420c4967a"
83
+ "gitHead": "d0da189d64737a1138343f2e72605310e96c6fa1"
84
84
  }