@mittwald/api-client 4.155.0 → 4.157.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.
@@ -78,6 +78,8 @@ const buildContractApi = (baseClient) => ({
78
78
  getDetailOfContractByCertificate: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByCertificate, baseClient.contract.getDetailOfContractByCertificate).getApiResource,
79
79
  /** Return the Contract for the given Domain. */
80
80
  getDetailOfContractByDomain: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByDomain, baseClient.contract.getDetailOfContractByDomain).getApiResource,
81
+ /** Return the Contract for the given LeadFyndrProfile. */
82
+ getDetailOfContractByLeadFyndr: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByLeadFyndr, baseClient.contract.getDetailOfContractByLeadFyndr).getApiResource,
81
83
  /** Return the Contract for the given Project. */
82
84
  getDetailOfContractByProject: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByProject, baseClient.contract.getDetailOfContractByProject).getApiResource,
83
85
  /** Return the Contract for the given Server. */
@@ -106,8 +108,6 @@ const buildContractApi = (baseClient) => ({
106
108
  orderListCustomerOrders: new ApiCallAsyncResourceFactory(descriptors.orderListCustomerOrders, baseClient.contract.orderListCustomerOrders).getApiResource,
107
109
  /** Get list of Orders of a Project. */
108
110
  orderListProjectOrders: new ApiCallAsyncResourceFactory(descriptors.orderListProjectOrders, baseClient.contract.orderListProjectOrders).getApiResource,
109
- /** Return the Contract for the given LeadFyndrProfile. */
110
- getDetailOfContractByLeadFyndr: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByLeadFyndr, baseClient.contract.getDetailOfContractByLeadFyndr).getApiResource,
111
111
  });
112
112
  const buildConversationApi = (baseClient) => ({
113
113
  /** Get all conversation the authenticated user has created or has access to. */
@@ -254,6 +254,8 @@ const buildFileApi = (baseClient) => ({
254
254
  const buildLeadFyndrApi = (baseClient) => ({
255
255
  /** Get your LeadFyndr request. */
256
256
  leadfyndrGetLeadFyndrProfileRequestExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadFyndrProfileRequestExperimental, baseClient.leadFyndr.leadfyndrGetLeadFyndrProfileRequestExperimental).getApiResource,
257
+ /** Get cities in DACH. */
258
+ leadfyndrGetCitiesExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetCitiesExperimental, baseClient.leadFyndr.leadfyndrGetCitiesExperimental).getApiResource,
257
259
  /** Get a simple lead. Use the unlocked route for more detail leads. */
258
260
  leadfyndrGetLeadExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetLeadExperimental, baseClient.leadFyndr.leadfyndrGetLeadExperimental).getApiResource,
259
261
  /** Get your LeadFyndr profile. */
@@ -266,8 +268,6 @@ const buildLeadFyndrApi = (baseClient) => ({
266
268
  leadfyndrListLeadsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListLeadsExperimental, baseClient.leadFyndr.leadfyndrListLeadsExperimental).getApiResource,
267
269
  /** Get all unlocked leads. Organisation can unlock leads. */
268
270
  leadfyndrListUnlockedLeadsExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrListUnlockedLeadsExperimental, baseClient.leadFyndr.leadfyndrListUnlockedLeadsExperimental).getApiResource,
269
- /** Get cities in DACH. */
270
- leadfyndrGetCitiesExperimental: new ApiCallAsyncResourceFactory(descriptors.leadfyndrGetCitiesExperimental, baseClient.leadFyndr.leadfyndrGetCitiesExperimental).getApiResource,
271
271
  });
272
272
  const buildMailApi = (baseClient) => ({
273
273
  /** List DeliveryBoxes belonging to a Project. */
@@ -156,6 +156,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
156
156
  getDetailOfContractByCertificate: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByCertificate),
157
157
  /** Return the Contract for the given Domain. */
158
158
  getDetailOfContractByDomain: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByDomain),
159
+ /** Return the Contract for the given LeadFyndrProfile. */
160
+ getDetailOfContractByLeadFyndr: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByLeadFyndr),
159
161
  /** Return the Contract for the given Project. */
160
162
  getDetailOfContractByProject: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByProject),
161
163
  /** Return the Contract for the given Server. */
@@ -194,8 +196,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
194
196
  orderPreviewOrder: this.requestFunctionFactory(descriptors.orderPreviewOrder),
195
197
  /** Preview TariffChange. */
196
198
  orderPreviewTariffChange: this.requestFunctionFactory(descriptors.orderPreviewTariffChange),
197
- /** Return the Contract for the given LeadFyndrProfile. */
198
- getDetailOfContractByLeadFyndr: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByLeadFyndr),
199
199
  };
200
200
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
201
201
  marketplace = {
@@ -701,6 +701,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
701
701
  leadfyndrGetLeadFyndrProfileRequestExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetLeadFyndrProfileRequestExperimental),
702
702
  /** Create a new access request for LeadFyndr. */
703
703
  leadfyndrCreateLeadFyndrAccessRequestExperimental: this.requestFunctionFactory(descriptors.leadfyndrCreateLeadFyndrAccessRequestExperimental),
704
+ /** Get cities in DACH. */
705
+ leadfyndrGetCitiesExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetCitiesExperimental),
704
706
  /** Get a simple lead. Use the unlocked route for more detail leads. */
705
707
  leadfyndrGetLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetLeadExperimental),
706
708
  /** Get your LeadFyndr profile. */
@@ -719,8 +721,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
719
721
  leadfyndrReserveUnlockedLeadExperimental: this.requestFunctionFactory(descriptors.leadfyndrReserveUnlockedLeadExperimental),
720
722
  /** Removes a reservation on a unlocked lead for the given customerId. */
721
723
  leadfyndrRemoveUnlockedLeadReservationExperimental: this.requestFunctionFactory(descriptors.leadfyndrRemoveUnlockedLeadReservationExperimental),
722
- /** Get cities in DACH. */
723
- leadfyndrGetCitiesExperimental: this.requestFunctionFactory(descriptors.leadfyndrGetCitiesExperimental),
724
724
  };
725
725
  /** The page insights API allows you to get page insights information. */
726
726
  pageInsights = {
@@ -412,6 +412,12 @@ export const contractGetDetailOfContractByDomain = {
412
412
  method: "GET",
413
413
  operationId: "contract-get-detail-of-contract-by-domain",
414
414
  };
415
+ /** Return the Contract for the given LeadFyndrProfile. */
416
+ export const contractGetDetailOfContractByLeadFyndr = {
417
+ path: "/v2/customers/{customerId}/lead-fyndr-profile/contract",
418
+ method: "GET",
419
+ operationId: "contract-get-detail-of-contract-by-lead-fyndr",
420
+ };
415
421
  /** Return the Contract for the given Project. */
416
422
  export const contractGetDetailOfContractByProject = {
417
423
  path: "/v2/projects/{projectId}/contract",
@@ -1402,6 +1408,12 @@ export const leadfyndrCreateLeadFyndrAccessRequestExperimental = {
1402
1408
  method: "POST",
1403
1409
  operationId: "leadfyndr-create-lead-fyndr-access-request-experimental",
1404
1410
  };
1411
+ /** Get cities in DACH. */
1412
+ export const leadfyndrGetCitiesExperimental = {
1413
+ path: "/v2-experimental/cities",
1414
+ method: "GET",
1415
+ operationId: "leadfyndr-get-cities-experimental",
1416
+ };
1405
1417
  /** Get a simple lead. Use the unlocked route for more detail leads. */
1406
1418
  export const leadfyndrGetLeadExperimental = {
1407
1419
  path: "/v2-experimental/customers/{customerId}/leads/{leadId}",
@@ -2326,15 +2338,3 @@ export const verificationVerifyCompany = {
2326
2338
  method: "POST",
2327
2339
  operationId: "verification-verify-company",
2328
2340
  };
2329
- /** Return the Contract for the given LeadFyndrProfile. */
2330
- export const contractGetDetailOfContractByLeadFyndr = {
2331
- path: "/v2/customers/{customerId}/lead-fyndr-profile/contract",
2332
- method: "GET",
2333
- operationId: "contract-get-detail-of-contract-by-lead-fyndr",
2334
- };
2335
- /** Get cities in DACH. */
2336
- export const leadfyndrGetCitiesExperimental = {
2337
- path: "/v2-experimental/cities",
2338
- method: "GET",
2339
- operationId: "leadfyndr-get-cities-experimental",
2340
- };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.154.0';
1
+ export const MittwaldAPIClientVersion = '4.156.0';
@@ -567,6 +567,21 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
567
567
  customerId: string;
568
568
  termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
569
569
  }>;
570
+ /** Return the Contract for the given LeadFyndrProfile. */
571
+ getDetailOfContractByLeadFyndr: (conf: {
572
+ customerId: string;
573
+ headers?: {
574
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
575
+ "x-access-token"?: string | undefined;
576
+ } | undefined;
577
+ }) => import("@mittwald/react-use-promise").AsyncResource<{
578
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
579
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
580
+ contractId: string;
581
+ contractNumber: string;
582
+ customerId: string;
583
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
584
+ }>;
570
585
  /** Return the Contract for the given Project. */
571
586
  getDetailOfContractByProject: (conf: {
572
587
  projectId: string;
@@ -819,21 +834,6 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
819
834
  templateNames?: string[] | undefined;
820
835
  } | undefined;
821
836
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[]>;
822
- /** Return the Contract for the given LeadFyndrProfile. */
823
- getDetailOfContractByLeadFyndr: (conf: {
824
- customerId: string;
825
- headers?: {
826
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
827
- "x-access-token"?: string | undefined;
828
- } | undefined;
829
- }) => import("@mittwald/react-use-promise").AsyncResource<{
830
- additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
831
- baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
832
- contractId: string;
833
- contractNumber: string;
834
- customerId: string;
835
- termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
836
- }>;
837
837
  };
838
838
  declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
839
839
  /** Get all conversation the authenticated user has created or has access to. */
@@ -1892,6 +1892,16 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1892
1892
  resultOn?: string | undefined;
1893
1893
  status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
1894
1894
  }>;
1895
+ /** Get cities in DACH. */
1896
+ leadfyndrGetCitiesExperimental: (conf: {
1897
+ queryParameters: {
1898
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1899
+ input: string;
1900
+ };
1901
+ headers?: {
1902
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1903
+ } | undefined;
1904
+ }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[]>;
1895
1905
  /** Get a simple lead. Use the unlocked route for more detail leads. */
1896
1906
  leadfyndrGetLeadExperimental: (conf: {
1897
1907
  leadId: string;
@@ -2047,16 +2057,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
2047
2057
  skip: number;
2048
2058
  totalCount: number;
2049
2059
  }>;
2050
- /** Get cities in DACH. */
2051
- leadfyndrGetCitiesExperimental: (conf: {
2052
- queryParameters: {
2053
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2054
- input: string;
2055
- };
2056
- headers?: {
2057
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2058
- } | undefined;
2059
- }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[]>;
2060
2060
  };
2061
2061
  declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
2062
2062
  /** List DeliveryBoxes belonging to a Project. */
@@ -4568,6 +4568,68 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4568
4568
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4569
4569
  [x: string]: unknown;
4570
4570
  }, 429, "application/json">>>;
4571
+ /** Return the Contract for the given LeadFyndrProfile. */
4572
+ getDetailOfContractByLeadFyndr: (request: {
4573
+ customerId: string;
4574
+ headers?: {
4575
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4576
+ "x-access-token"?: string | undefined;
4577
+ } | undefined;
4578
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4579
+ headers?: Partial<{
4580
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4581
+ }>;
4582
+ } & {
4583
+ pathParameters: {
4584
+ customerId: string;
4585
+ };
4586
+ } & {
4587
+ headers: {
4588
+ "x-access-token"?: string | undefined;
4589
+ } & Partial<{
4590
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4591
+ }>;
4592
+ }, import("@mittwald/api-client-commons").Response<{
4593
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
4594
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
4595
+ contractId: string;
4596
+ contractNumber: string;
4597
+ customerId: string;
4598
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
4599
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4600
+ [x: string]: unknown;
4601
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4602
+ [x: string]: unknown;
4603
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4604
+ [x: string]: unknown;
4605
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4606
+ headers?: Partial<{
4607
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4608
+ }>;
4609
+ } & {
4610
+ pathParameters: {
4611
+ customerId: string;
4612
+ };
4613
+ } & {
4614
+ headers: {
4615
+ "x-access-token"?: string | undefined;
4616
+ } & Partial<{
4617
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4618
+ }>;
4619
+ }, import("@mittwald/api-client-commons").Response<{
4620
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
4621
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
4622
+ contractId: string;
4623
+ contractNumber: string;
4624
+ customerId: string;
4625
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
4626
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4627
+ [x: string]: unknown;
4628
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4629
+ [x: string]: unknown;
4630
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4631
+ [x: string]: unknown;
4632
+ }, 429, "application/json">>>;
4571
4633
  /** Return the Contract for the given Project. */
4572
4634
  getDetailOfContractByProject: (request: {
4573
4635
  projectId: string;
@@ -5971,68 +6033,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5971
6033
  }, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
5972
6034
  [x: string]: unknown;
5973
6035
  }, 429, "application/json">>>;
5974
- /** Return the Contract for the given LeadFyndrProfile. */
5975
- getDetailOfContractByLeadFyndr: (request: {
5976
- customerId: string;
5977
- headers?: {
5978
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5979
- "x-access-token"?: string | undefined;
5980
- } | undefined;
5981
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5982
- headers?: Partial<{
5983
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5984
- }>;
5985
- } & {
5986
- pathParameters: {
5987
- customerId: string;
5988
- };
5989
- } & {
5990
- headers: {
5991
- "x-access-token"?: string | undefined;
5992
- } & Partial<{
5993
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5994
- }>;
5995
- }, import("@mittwald/api-client-commons").Response<{
5996
- additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
5997
- baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
5998
- contractId: string;
5999
- contractNumber: string;
6000
- customerId: string;
6001
- termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
6002
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6003
- [x: string]: unknown;
6004
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6005
- [x: string]: unknown;
6006
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6007
- [x: string]: unknown;
6008
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6009
- headers?: Partial<{
6010
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6011
- }>;
6012
- } & {
6013
- pathParameters: {
6014
- customerId: string;
6015
- };
6016
- } & {
6017
- headers: {
6018
- "x-access-token"?: string | undefined;
6019
- } & Partial<{
6020
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6021
- }>;
6022
- }, import("@mittwald/api-client-commons").Response<{
6023
- additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
6024
- baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
6025
- contractId: string;
6026
- contractNumber: string;
6027
- customerId: string;
6028
- termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
6029
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6030
- [x: string]: unknown;
6031
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6032
- [x: string]: unknown;
6033
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6034
- [x: string]: unknown;
6035
- }, 429, "application/json">>>;
6036
6036
  };
6037
6037
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
6038
6038
  readonly marketplace: {
@@ -20675,6 +20675,52 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20675
20675
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
20676
20676
  [x: string]: unknown;
20677
20677
  }, 429, "application/json">>>;
20678
+ /** Get cities in DACH. */
20679
+ leadfyndrGetCitiesExperimental: (request: {
20680
+ queryParameters: {
20681
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20682
+ input: string;
20683
+ };
20684
+ headers?: {
20685
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20686
+ } | undefined;
20687
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20688
+ headers?: Partial<{
20689
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20690
+ }>;
20691
+ } & {
20692
+ queryParameters: {
20693
+ input: string;
20694
+ } & Partial<{
20695
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20696
+ }>;
20697
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20698
+ [x: string]: unknown;
20699
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20700
+ [x: string]: unknown;
20701
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
20702
+ [x: string]: unknown;
20703
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20704
+ [x: string]: unknown;
20705
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20706
+ headers?: Partial<{
20707
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20708
+ }>;
20709
+ } & {
20710
+ queryParameters: {
20711
+ input: string;
20712
+ } & Partial<{
20713
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20714
+ }>;
20715
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20716
+ [x: string]: unknown;
20717
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20718
+ [x: string]: unknown;
20719
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
20720
+ [x: string]: unknown;
20721
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20722
+ [x: string]: unknown;
20723
+ }, 429, "application/json">>>;
20678
20724
  /** Get a simple lead. Use the unlocked route for more detail leads. */
20679
20725
  leadfyndrGetLeadExperimental: (request: {
20680
20726
  leadId: string;
@@ -21318,52 +21364,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21318
21364
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
21319
21365
  [x: string]: unknown;
21320
21366
  }, 429, "application/json">>>;
21321
- /** Get cities in DACH. */
21322
- leadfyndrGetCitiesExperimental: (request: {
21323
- queryParameters: {
21324
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
21325
- input: string;
21326
- };
21327
- headers?: {
21328
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
21329
- } | undefined;
21330
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
21331
- headers?: Partial<{
21332
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21333
- }>;
21334
- } & {
21335
- queryParameters: {
21336
- input: string;
21337
- } & Partial<{
21338
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21339
- }>;
21340
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
21341
- [x: string]: unknown;
21342
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
21343
- [x: string]: unknown;
21344
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
21345
- [x: string]: unknown;
21346
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
21347
- [x: string]: unknown;
21348
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
21349
- headers?: Partial<{
21350
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21351
- }>;
21352
- } & {
21353
- queryParameters: {
21354
- input: string;
21355
- } & Partial<{
21356
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21357
- }>;
21358
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrCity[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
21359
- [x: string]: unknown;
21360
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
21361
- [x: string]: unknown;
21362
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
21363
- [x: string]: unknown;
21364
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
21365
- [x: string]: unknown;
21366
- }, 429, "application/json">>>;
21367
21367
  };
21368
21368
  /** The page insights API allows you to get page insights information. */
21369
21369
  readonly pageInsights: {
@@ -141,6 +141,8 @@ export declare const contractGetBaseItemOfContract: OpenAPIOperation<RequestType
141
141
  export declare const contractGetDetailOfContractByCertificate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
142
142
  /** Return the Contract for the given Domain. */
143
143
  export declare const contractGetDetailOfContractByDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
144
+ /** Return the Contract for the given LeadFyndrProfile. */
145
+ export declare const contractGetDetailOfContractByLeadFyndr: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
144
146
  /** Return the Contract for the given Project. */
145
147
  export declare const contractGetDetailOfContractByProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
146
148
  /** Return the Contract for the given Server. */
@@ -471,6 +473,8 @@ export declare const invoiceListCustomerInvoices: OpenAPIOperation<RequestType<S
471
473
  export declare const leadfyndrGetLeadFyndrProfileRequestExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
472
474
  /** Create a new access request for LeadFyndr. */
473
475
  export declare const leadfyndrCreateLeadFyndrAccessRequestExperimental: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
476
+ /** Get cities in DACH. */
477
+ export declare const leadfyndrGetCitiesExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
474
478
  /** Get a simple lead. Use the unlocked route for more detail leads. */
475
479
  export declare const leadfyndrGetLeadExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeadsLeadId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
476
480
  /** Get your LeadFyndr profile. */
@@ -779,7 +783,3 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
779
783
  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">>;
780
784
  /** Check if a company exists. */
781
785
  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">>;
782
- /** Return the Contract for the given LeadFyndrProfile. */
783
- export declare const contractGetDetailOfContractByLeadFyndr: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
784
- /** Get cities in DACH. */
785
- export declare const leadfyndrGetCitiesExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCities.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -278,6 +278,10 @@ export declare namespace MittwaldAPIV2 {
278
278
  type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByDomain>;
279
279
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByDomain, TStatus>;
280
280
  }
281
+ namespace ContractGetDetailOfContractByLeadFyndr {
282
+ type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByLeadFyndr>;
283
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByLeadFyndr, TStatus>;
284
+ }
281
285
  namespace ContractGetDetailOfContractByProject {
282
286
  type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByProject>;
283
287
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByProject, TStatus>;
@@ -938,6 +942,10 @@ export declare namespace MittwaldAPIV2 {
938
942
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrCreateLeadFyndrAccessRequestExperimental>;
939
943
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrCreateLeadFyndrAccessRequestExperimental, TStatus>;
940
944
  }
945
+ namespace LeadfyndrGetCitiesExperimental {
946
+ type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetCitiesExperimental>;
947
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetCitiesExperimental, TStatus>;
948
+ }
941
949
  namespace LeadfyndrGetLeadExperimental {
942
950
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadExperimental>;
943
951
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadExperimental, TStatus>;
@@ -1554,14 +1562,6 @@ export declare namespace MittwaldAPIV2 {
1554
1562
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1555
1563
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1556
1564
  }
1557
- namespace ContractGetDetailOfContractByLeadFyndr {
1558
- type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByLeadFyndr>;
1559
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByLeadFyndr, TStatus>;
1560
- }
1561
- namespace LeadfyndrGetCitiesExperimental {
1562
- type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetCitiesExperimental>;
1563
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetCitiesExperimental, TStatus>;
1564
- }
1565
1565
  }
1566
1566
  namespace Components {
1567
1567
  namespace Schemas {
@@ -1808,6 +1808,7 @@ export declare namespace MittwaldAPIV2 {
1808
1808
  expiresAt?: string;
1809
1809
  format: string;
1810
1810
  phase?: "" | "Pending" | "Exporting" | "Failed" | "Completed" | "Expired";
1811
+ sha256Checksum?: string;
1811
1812
  withPassword: boolean;
1812
1813
  }
1813
1814
  interface BackupProjectBackupSchedule {
@@ -2847,6 +2848,7 @@ export declare namespace MittwaldAPIV2 {
2847
2848
  * @deprecated
2848
2849
  */
2849
2850
  email?: string;
2851
+ homepage?: string;
2850
2852
  id: string;
2851
2853
  imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
2852
2854
  logoRefId?: string;
@@ -3545,6 +3547,11 @@ export declare namespace MittwaldAPIV2 {
3545
3547
  mobile: MittwaldAPIV2.Components.Schemas.LeadfyndrLighthouse;
3546
3548
  timeToFirstByteMs?: number;
3547
3549
  }
3550
+ interface LeadfyndrCity {
3551
+ city: string;
3552
+ country: string;
3553
+ postCode: string;
3554
+ }
3548
3555
  interface LeadfyndrContact {
3549
3556
  address?: {
3550
3557
  address_prefix?: string;
@@ -4148,6 +4155,20 @@ export declare namespace MittwaldAPIV2 {
4148
4155
  ram?: number;
4149
4156
  vcpu?: number;
4150
4157
  }
4158
+ interface OrderLeadFyndrOrderPreview {
4159
+ reservationLimit: number;
4160
+ unlockLimit: number;
4161
+ }
4162
+ interface OrderLeadFyndrOrder {
4163
+ customerId: string;
4164
+ reservationLimit: number;
4165
+ unlockLimit: number;
4166
+ }
4167
+ interface OrderLeadFyndrTariffChange {
4168
+ contractId: string;
4169
+ reservationLimit: number;
4170
+ unlockLimit: number;
4171
+ }
4151
4172
  interface OrderMachineTypeSpec {
4152
4173
  machineType?: string;
4153
4174
  }
@@ -4178,6 +4199,9 @@ export declare namespace MittwaldAPIV2 {
4178
4199
  summary: number;
4179
4200
  }
4180
4201
  type OrderOrderType = "NEW_ORDER" | "CONTRACT_CHANGE";
4202
+ interface OrderLeadFyndrOrderPreviewResponse {
4203
+ totalPrice: number;
4204
+ }
4181
4205
  interface OrderDomainOrderPreviewResponse {
4182
4206
  /**
4183
4207
  * Contract duration in months.
@@ -4887,28 +4911,6 @@ export declare namespace MittwaldAPIV2 {
4887
4911
  name: string;
4888
4912
  value: string;
4889
4913
  }
4890
- interface OrderLeadFyndrTariffChange {
4891
- contractId: string;
4892
- reservationLimit: number;
4893
- unlockLimit: number;
4894
- }
4895
- interface OrderLeadFyndrOrderPreviewResponse {
4896
- totalPrice: number;
4897
- }
4898
- interface OrderLeadFyndrOrder {
4899
- customerId: string;
4900
- reservationLimit: number;
4901
- unlockLimit: number;
4902
- }
4903
- interface OrderLeadFyndrOrderPreview {
4904
- reservationLimit: number;
4905
- unlockLimit: number;
4906
- }
4907
- interface LeadfyndrCity {
4908
- city: string;
4909
- country: string;
4910
- postCode: string;
4911
- }
4912
4914
  interface CommonsAddress {
4913
4915
  street: string;
4914
4916
  houseNumber: string;
@@ -8678,6 +8680,52 @@ export declare namespace MittwaldAPIV2 {
8678
8680
  }
8679
8681
  }
8680
8682
  }
8683
+ namespace V2CustomersCustomerIdLeadFyndrProfileContract {
8684
+ namespace Get {
8685
+ namespace Parameters {
8686
+ type Path = {
8687
+ customerId: string;
8688
+ };
8689
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8690
+ type Query = {};
8691
+ }
8692
+ namespace Responses {
8693
+ namespace $200 {
8694
+ namespace Content {
8695
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
8696
+ }
8697
+ }
8698
+ namespace $400 {
8699
+ namespace Content {
8700
+ interface ApplicationJson {
8701
+ [k: string]: unknown;
8702
+ }
8703
+ }
8704
+ }
8705
+ namespace $404 {
8706
+ namespace Content {
8707
+ interface ApplicationJson {
8708
+ [k: string]: unknown;
8709
+ }
8710
+ }
8711
+ }
8712
+ namespace $429 {
8713
+ namespace Content {
8714
+ interface ApplicationJson {
8715
+ [k: string]: unknown;
8716
+ }
8717
+ }
8718
+ }
8719
+ namespace Default {
8720
+ namespace Content {
8721
+ interface ApplicationJson {
8722
+ [k: string]: unknown;
8723
+ }
8724
+ }
8725
+ }
8726
+ }
8727
+ }
8728
+ }
8681
8729
  namespace V2ProjectsProjectIdContract {
8682
8730
  namespace Get {
8683
8731
  namespace Parameters {
@@ -16852,6 +16900,60 @@ export declare namespace MittwaldAPIV2 {
16852
16900
  }
16853
16901
  }
16854
16902
  }
16903
+ namespace V2Cities { }
16904
+ namespace V2ExperimentalCities {
16905
+ namespace Get {
16906
+ namespace Parameters {
16907
+ type Path = {};
16908
+ type Header = {};
16909
+ type Query = {
16910
+ input: string;
16911
+ };
16912
+ }
16913
+ namespace Responses {
16914
+ namespace $200 {
16915
+ namespace Content {
16916
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrCity[];
16917
+ }
16918
+ }
16919
+ namespace $400 {
16920
+ namespace Content {
16921
+ interface ApplicationJson {
16922
+ [k: string]: unknown;
16923
+ }
16924
+ }
16925
+ }
16926
+ namespace $403 {
16927
+ namespace Content {
16928
+ interface ApplicationJson {
16929
+ [k: string]: unknown;
16930
+ }
16931
+ }
16932
+ }
16933
+ namespace $404 {
16934
+ namespace Content {
16935
+ interface ApplicationJson {
16936
+ [k: string]: unknown;
16937
+ }
16938
+ }
16939
+ }
16940
+ namespace $429 {
16941
+ namespace Content {
16942
+ interface ApplicationJson {
16943
+ [k: string]: unknown;
16944
+ }
16945
+ }
16946
+ }
16947
+ namespace Default {
16948
+ namespace Content {
16949
+ interface ApplicationJson {
16950
+ [k: string]: unknown;
16951
+ }
16952
+ }
16953
+ }
16954
+ }
16955
+ }
16956
+ }
16855
16957
  namespace V2CustomersCustomerIdLeadsLeadId { }
16856
16958
  namespace V2ExperimentalCustomersCustomerIdLeadsLeadId {
16857
16959
  namespace Get {
@@ -24470,105 +24572,5 @@ export declare namespace MittwaldAPIV2 {
24470
24572
  }
24471
24573
  }
24472
24574
  }
24473
- namespace V2CustomersCustomerIdLeadFyndrProfileContract {
24474
- namespace Get {
24475
- namespace Parameters {
24476
- type Path = {
24477
- customerId: string;
24478
- };
24479
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24480
- type Query = {};
24481
- }
24482
- namespace Responses {
24483
- namespace $200 {
24484
- namespace Content {
24485
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
24486
- }
24487
- }
24488
- namespace $400 {
24489
- namespace Content {
24490
- interface ApplicationJson {
24491
- [k: string]: unknown;
24492
- }
24493
- }
24494
- }
24495
- namespace $404 {
24496
- namespace Content {
24497
- interface ApplicationJson {
24498
- [k: string]: unknown;
24499
- }
24500
- }
24501
- }
24502
- namespace $429 {
24503
- namespace Content {
24504
- interface ApplicationJson {
24505
- [k: string]: unknown;
24506
- }
24507
- }
24508
- }
24509
- namespace Default {
24510
- namespace Content {
24511
- interface ApplicationJson {
24512
- [k: string]: unknown;
24513
- }
24514
- }
24515
- }
24516
- }
24517
- }
24518
- }
24519
- namespace V2Cities { }
24520
- namespace V2ExperimentalCities {
24521
- namespace Get {
24522
- namespace Parameters {
24523
- type Path = {};
24524
- type Header = {};
24525
- type Query = {
24526
- input: string;
24527
- };
24528
- }
24529
- namespace Responses {
24530
- namespace $200 {
24531
- namespace Content {
24532
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrCity[];
24533
- }
24534
- }
24535
- namespace $400 {
24536
- namespace Content {
24537
- interface ApplicationJson {
24538
- [k: string]: unknown;
24539
- }
24540
- }
24541
- }
24542
- namespace $403 {
24543
- namespace Content {
24544
- interface ApplicationJson {
24545
- [k: string]: unknown;
24546
- }
24547
- }
24548
- }
24549
- namespace $404 {
24550
- namespace Content {
24551
- interface ApplicationJson {
24552
- [k: string]: unknown;
24553
- }
24554
- }
24555
- }
24556
- namespace $429 {
24557
- namespace Content {
24558
- interface ApplicationJson {
24559
- [k: string]: unknown;
24560
- }
24561
- }
24562
- }
24563
- namespace Default {
24564
- namespace Content {
24565
- interface ApplicationJson {
24566
- [k: string]: unknown;
24567
- }
24568
- }
24569
- }
24570
- }
24571
- }
24572
- }
24573
24575
  }
24574
24576
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.154.0';
1
+ export declare const MittwaldAPIClientVersion = '4.156.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.155.0",
3
+ "version": "4.157.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": "549b3053cd195e18cf66a16c373147838d4961ca"
83
+ "gitHead": "475c06d15e3c0f84ad5a113fd13560570541b743"
84
84
  }