@mittwald/api-client 4.155.0 → 4.156.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.
- package/dist/esm/generated/v2/client-react.js +4 -4
- package/dist/esm/generated/v2/client.js +4 -4
- package/dist/esm/generated/v2/descriptors.js +12 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +25 -25
- package/dist/types/generated/v2/client.d.ts +108 -108
- package/dist/types/generated/v2/descriptors.d.ts +4 -4
- package/dist/types/generated/v2/types.d.ts +130 -130
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.155.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 {
|
|
@@ -3545,6 +3545,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3545
3545
|
mobile: MittwaldAPIV2.Components.Schemas.LeadfyndrLighthouse;
|
|
3546
3546
|
timeToFirstByteMs?: number;
|
|
3547
3547
|
}
|
|
3548
|
+
interface LeadfyndrCity {
|
|
3549
|
+
city: string;
|
|
3550
|
+
country: string;
|
|
3551
|
+
postCode: string;
|
|
3552
|
+
}
|
|
3548
3553
|
interface LeadfyndrContact {
|
|
3549
3554
|
address?: {
|
|
3550
3555
|
address_prefix?: string;
|
|
@@ -4148,6 +4153,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4148
4153
|
ram?: number;
|
|
4149
4154
|
vcpu?: number;
|
|
4150
4155
|
}
|
|
4156
|
+
interface OrderLeadFyndrOrderPreview {
|
|
4157
|
+
reservationLimit: number;
|
|
4158
|
+
unlockLimit: number;
|
|
4159
|
+
}
|
|
4160
|
+
interface OrderLeadFyndrOrder {
|
|
4161
|
+
customerId: string;
|
|
4162
|
+
reservationLimit: number;
|
|
4163
|
+
unlockLimit: number;
|
|
4164
|
+
}
|
|
4165
|
+
interface OrderLeadFyndrTariffChange {
|
|
4166
|
+
contractId: string;
|
|
4167
|
+
reservationLimit: number;
|
|
4168
|
+
unlockLimit: number;
|
|
4169
|
+
}
|
|
4151
4170
|
interface OrderMachineTypeSpec {
|
|
4152
4171
|
machineType?: string;
|
|
4153
4172
|
}
|
|
@@ -4178,6 +4197,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4178
4197
|
summary: number;
|
|
4179
4198
|
}
|
|
4180
4199
|
type OrderOrderType = "NEW_ORDER" | "CONTRACT_CHANGE";
|
|
4200
|
+
interface OrderLeadFyndrOrderPreviewResponse {
|
|
4201
|
+
totalPrice: number;
|
|
4202
|
+
}
|
|
4181
4203
|
interface OrderDomainOrderPreviewResponse {
|
|
4182
4204
|
/**
|
|
4183
4205
|
* Contract duration in months.
|
|
@@ -4887,28 +4909,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4887
4909
|
name: string;
|
|
4888
4910
|
value: string;
|
|
4889
4911
|
}
|
|
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
4912
|
interface CommonsAddress {
|
|
4913
4913
|
street: string;
|
|
4914
4914
|
houseNumber: string;
|
|
@@ -8678,6 +8678,52 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8678
8678
|
}
|
|
8679
8679
|
}
|
|
8680
8680
|
}
|
|
8681
|
+
namespace V2CustomersCustomerIdLeadFyndrProfileContract {
|
|
8682
|
+
namespace Get {
|
|
8683
|
+
namespace Parameters {
|
|
8684
|
+
type Path = {
|
|
8685
|
+
customerId: string;
|
|
8686
|
+
};
|
|
8687
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8688
|
+
type Query = {};
|
|
8689
|
+
}
|
|
8690
|
+
namespace Responses {
|
|
8691
|
+
namespace $200 {
|
|
8692
|
+
namespace Content {
|
|
8693
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
8694
|
+
}
|
|
8695
|
+
}
|
|
8696
|
+
namespace $400 {
|
|
8697
|
+
namespace Content {
|
|
8698
|
+
interface ApplicationJson {
|
|
8699
|
+
[k: string]: unknown;
|
|
8700
|
+
}
|
|
8701
|
+
}
|
|
8702
|
+
}
|
|
8703
|
+
namespace $404 {
|
|
8704
|
+
namespace Content {
|
|
8705
|
+
interface ApplicationJson {
|
|
8706
|
+
[k: string]: unknown;
|
|
8707
|
+
}
|
|
8708
|
+
}
|
|
8709
|
+
}
|
|
8710
|
+
namespace $429 {
|
|
8711
|
+
namespace Content {
|
|
8712
|
+
interface ApplicationJson {
|
|
8713
|
+
[k: string]: unknown;
|
|
8714
|
+
}
|
|
8715
|
+
}
|
|
8716
|
+
}
|
|
8717
|
+
namespace Default {
|
|
8718
|
+
namespace Content {
|
|
8719
|
+
interface ApplicationJson {
|
|
8720
|
+
[k: string]: unknown;
|
|
8721
|
+
}
|
|
8722
|
+
}
|
|
8723
|
+
}
|
|
8724
|
+
}
|
|
8725
|
+
}
|
|
8726
|
+
}
|
|
8681
8727
|
namespace V2ProjectsProjectIdContract {
|
|
8682
8728
|
namespace Get {
|
|
8683
8729
|
namespace Parameters {
|
|
@@ -16852,6 +16898,60 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16852
16898
|
}
|
|
16853
16899
|
}
|
|
16854
16900
|
}
|
|
16901
|
+
namespace V2Cities { }
|
|
16902
|
+
namespace V2ExperimentalCities {
|
|
16903
|
+
namespace Get {
|
|
16904
|
+
namespace Parameters {
|
|
16905
|
+
type Path = {};
|
|
16906
|
+
type Header = {};
|
|
16907
|
+
type Query = {
|
|
16908
|
+
input: string;
|
|
16909
|
+
};
|
|
16910
|
+
}
|
|
16911
|
+
namespace Responses {
|
|
16912
|
+
namespace $200 {
|
|
16913
|
+
namespace Content {
|
|
16914
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrCity[];
|
|
16915
|
+
}
|
|
16916
|
+
}
|
|
16917
|
+
namespace $400 {
|
|
16918
|
+
namespace Content {
|
|
16919
|
+
interface ApplicationJson {
|
|
16920
|
+
[k: string]: unknown;
|
|
16921
|
+
}
|
|
16922
|
+
}
|
|
16923
|
+
}
|
|
16924
|
+
namespace $403 {
|
|
16925
|
+
namespace Content {
|
|
16926
|
+
interface ApplicationJson {
|
|
16927
|
+
[k: string]: unknown;
|
|
16928
|
+
}
|
|
16929
|
+
}
|
|
16930
|
+
}
|
|
16931
|
+
namespace $404 {
|
|
16932
|
+
namespace Content {
|
|
16933
|
+
interface ApplicationJson {
|
|
16934
|
+
[k: string]: unknown;
|
|
16935
|
+
}
|
|
16936
|
+
}
|
|
16937
|
+
}
|
|
16938
|
+
namespace $429 {
|
|
16939
|
+
namespace Content {
|
|
16940
|
+
interface ApplicationJson {
|
|
16941
|
+
[k: string]: unknown;
|
|
16942
|
+
}
|
|
16943
|
+
}
|
|
16944
|
+
}
|
|
16945
|
+
namespace Default {
|
|
16946
|
+
namespace Content {
|
|
16947
|
+
interface ApplicationJson {
|
|
16948
|
+
[k: string]: unknown;
|
|
16949
|
+
}
|
|
16950
|
+
}
|
|
16951
|
+
}
|
|
16952
|
+
}
|
|
16953
|
+
}
|
|
16954
|
+
}
|
|
16855
16955
|
namespace V2CustomersCustomerIdLeadsLeadId { }
|
|
16856
16956
|
namespace V2ExperimentalCustomersCustomerIdLeadsLeadId {
|
|
16857
16957
|
namespace Get {
|
|
@@ -24470,105 +24570,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24470
24570
|
}
|
|
24471
24571
|
}
|
|
24472
24572
|
}
|
|
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
24573
|
}
|
|
24574
24574
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.155.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.156.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": "
|
|
83
|
+
"gitHead": "60a24ba11e2f89bf3c1c0b9b1a2a138e22e70d54"
|
|
84
84
|
}
|