@mittwald/api-client 4.149.0 → 4.151.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 +2 -0
- package/dist/esm/generated/v2/client.js +2 -0
- package/dist/esm/generated/v2/descriptors.js +6 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +28 -0
- package/dist/types/generated/v2/client.d.ts +140 -20
- package/dist/types/generated/v2/descriptors.d.ts +2 -0
- package/dist/types/generated/v2/types.d.ts +88 -10
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -106,6 +106,8 @@ const buildContractApi = (baseClient) => ({
|
|
|
106
106
|
orderListCustomerOrders: new ApiCallAsyncResourceFactory(descriptors.orderListCustomerOrders, baseClient.contract.orderListCustomerOrders).getApiResource,
|
|
107
107
|
/** Get list of Orders of a Project. */
|
|
108
108
|
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,
|
|
109
111
|
});
|
|
110
112
|
const buildConversationApi = (baseClient) => ({
|
|
111
113
|
/** Get all conversation the authenticated user has created or has access to. */
|
|
@@ -194,6 +194,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
194
194
|
orderPreviewOrder: this.requestFunctionFactory(descriptors.orderPreviewOrder),
|
|
195
195
|
/** Preview TariffChange. */
|
|
196
196
|
orderPreviewTariffChange: this.requestFunctionFactory(descriptors.orderPreviewTariffChange),
|
|
197
|
+
/** Return the Contract for the given LeadFyndrProfile. */
|
|
198
|
+
getDetailOfContractByLeadFyndr: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByLeadFyndr),
|
|
197
199
|
};
|
|
198
200
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
199
201
|
marketplace = {
|
|
@@ -2326,3 +2326,9 @@ export const verificationVerifyCompany = {
|
|
|
2326
2326
|
method: "POST",
|
|
2327
2327
|
operationId: "verification-verify-company",
|
|
2328
2328
|
};
|
|
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
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.150.0';
|
|
@@ -354,6 +354,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
354
354
|
hasCredentials?: boolean | undefined;
|
|
355
355
|
limit?: number | undefined;
|
|
356
356
|
skip?: number | undefined;
|
|
357
|
+
page?: number | undefined;
|
|
357
358
|
} | undefined;
|
|
358
359
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerRegistry[]>;
|
|
359
360
|
/** Get a Stack. */
|
|
@@ -467,6 +468,9 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
467
468
|
queryParameters?: {
|
|
468
469
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
469
470
|
stackId?: string | undefined;
|
|
471
|
+
limit?: number | undefined;
|
|
472
|
+
skip?: number | undefined;
|
|
473
|
+
page?: number | undefined;
|
|
470
474
|
} | undefined;
|
|
471
475
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[]>;
|
|
472
476
|
/** List Stacks belonging to a Project. */
|
|
@@ -476,6 +480,12 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
476
480
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
477
481
|
"x-access-token"?: string | undefined;
|
|
478
482
|
} | undefined;
|
|
483
|
+
queryParameters?: {
|
|
484
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
485
|
+
limit?: number | undefined;
|
|
486
|
+
skip?: number | undefined;
|
|
487
|
+
page?: number | undefined;
|
|
488
|
+
} | undefined;
|
|
479
489
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerStackResponse[]>;
|
|
480
490
|
/** List Volumes belonging to a Project. */
|
|
481
491
|
listVolumes: (conf: {
|
|
@@ -487,6 +497,9 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
487
497
|
queryParameters?: {
|
|
488
498
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
489
499
|
stackId?: string | undefined;
|
|
500
|
+
limit?: number | undefined;
|
|
501
|
+
skip?: number | undefined;
|
|
502
|
+
page?: number | undefined;
|
|
490
503
|
} | undefined;
|
|
491
504
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[]>;
|
|
492
505
|
};
|
|
@@ -805,6 +818,21 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
805
818
|
templateNames?: string[] | undefined;
|
|
806
819
|
} | undefined;
|
|
807
820
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[]>;
|
|
821
|
+
/** Return the Contract for the given LeadFyndrProfile. */
|
|
822
|
+
getDetailOfContractByLeadFyndr: (conf: {
|
|
823
|
+
customerId: string;
|
|
824
|
+
headers?: {
|
|
825
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
826
|
+
"x-access-token"?: string | undefined;
|
|
827
|
+
} | undefined;
|
|
828
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
829
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
830
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
831
|
+
contractId: string;
|
|
832
|
+
contractNumber: string;
|
|
833
|
+
customerId: string;
|
|
834
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
835
|
+
}>;
|
|
808
836
|
};
|
|
809
837
|
declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
810
838
|
/** Get all conversation the authenticated user has created or has access to. */
|
|
@@ -2314,6 +2314,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2314
2314
|
hasCredentials?: boolean | undefined;
|
|
2315
2315
|
limit?: number | undefined;
|
|
2316
2316
|
skip?: number | undefined;
|
|
2317
|
+
page?: number | undefined;
|
|
2317
2318
|
} | undefined;
|
|
2318
2319
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2319
2320
|
headers?: Partial<{
|
|
@@ -2328,6 +2329,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2328
2329
|
hasCredentials?: boolean | undefined;
|
|
2329
2330
|
limit?: number | undefined;
|
|
2330
2331
|
skip?: number | undefined;
|
|
2332
|
+
page?: number | undefined;
|
|
2331
2333
|
} & Partial<{
|
|
2332
2334
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2333
2335
|
}>;
|
|
@@ -2358,6 +2360,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2358
2360
|
hasCredentials?: boolean | undefined;
|
|
2359
2361
|
limit?: number | undefined;
|
|
2360
2362
|
skip?: number | undefined;
|
|
2363
|
+
page?: number | undefined;
|
|
2361
2364
|
} & Partial<{
|
|
2362
2365
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2363
2366
|
}>;
|
|
@@ -3350,6 +3353,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3350
3353
|
queryParameters?: {
|
|
3351
3354
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3352
3355
|
stackId?: string | undefined;
|
|
3356
|
+
limit?: number | undefined;
|
|
3357
|
+
skip?: number | undefined;
|
|
3358
|
+
page?: number | undefined;
|
|
3353
3359
|
} | undefined;
|
|
3354
3360
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3355
3361
|
headers?: Partial<{
|
|
@@ -3362,6 +3368,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3362
3368
|
} & {
|
|
3363
3369
|
queryParameters: {
|
|
3364
3370
|
stackId?: string | undefined;
|
|
3371
|
+
limit?: number | undefined;
|
|
3372
|
+
skip?: number | undefined;
|
|
3373
|
+
page?: number | undefined;
|
|
3365
3374
|
} & Partial<{
|
|
3366
3375
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3367
3376
|
}>;
|
|
@@ -3392,6 +3401,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3392
3401
|
} & {
|
|
3393
3402
|
queryParameters: {
|
|
3394
3403
|
stackId?: string | undefined;
|
|
3404
|
+
limit?: number | undefined;
|
|
3405
|
+
skip?: number | undefined;
|
|
3406
|
+
page?: number | undefined;
|
|
3395
3407
|
} & Partial<{
|
|
3396
3408
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3397
3409
|
}>;
|
|
@@ -3419,6 +3431,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3419
3431
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3420
3432
|
"x-access-token"?: string | undefined;
|
|
3421
3433
|
} | undefined;
|
|
3434
|
+
queryParameters?: {
|
|
3435
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3436
|
+
limit?: number | undefined;
|
|
3437
|
+
skip?: number | undefined;
|
|
3438
|
+
page?: number | undefined;
|
|
3439
|
+
} | undefined;
|
|
3422
3440
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3423
3441
|
headers?: Partial<{
|
|
3424
3442
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -3427,6 +3445,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3427
3445
|
pathParameters: {
|
|
3428
3446
|
projectId: string;
|
|
3429
3447
|
};
|
|
3448
|
+
} & {
|
|
3449
|
+
queryParameters: {
|
|
3450
|
+
limit?: number | undefined;
|
|
3451
|
+
skip?: number | undefined;
|
|
3452
|
+
page?: number | undefined;
|
|
3453
|
+
} & Partial<{
|
|
3454
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3455
|
+
}>;
|
|
3430
3456
|
} & {
|
|
3431
3457
|
headers: {
|
|
3432
3458
|
"x-access-token"?: string | undefined;
|
|
@@ -3449,6 +3475,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3449
3475
|
pathParameters: {
|
|
3450
3476
|
projectId: string;
|
|
3451
3477
|
};
|
|
3478
|
+
} & {
|
|
3479
|
+
queryParameters: {
|
|
3480
|
+
limit?: number | undefined;
|
|
3481
|
+
skip?: number | undefined;
|
|
3482
|
+
page?: number | undefined;
|
|
3483
|
+
} & Partial<{
|
|
3484
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3485
|
+
}>;
|
|
3452
3486
|
} & {
|
|
3453
3487
|
headers: {
|
|
3454
3488
|
"x-access-token"?: string | undefined;
|
|
@@ -3474,6 +3508,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3474
3508
|
queryParameters?: {
|
|
3475
3509
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3476
3510
|
stackId?: string | undefined;
|
|
3511
|
+
limit?: number | undefined;
|
|
3512
|
+
skip?: number | undefined;
|
|
3513
|
+
page?: number | undefined;
|
|
3477
3514
|
} | undefined;
|
|
3478
3515
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3479
3516
|
headers?: Partial<{
|
|
@@ -3486,6 +3523,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3486
3523
|
} & {
|
|
3487
3524
|
queryParameters: {
|
|
3488
3525
|
stackId?: string | undefined;
|
|
3526
|
+
limit?: number | undefined;
|
|
3527
|
+
skip?: number | undefined;
|
|
3528
|
+
page?: number | undefined;
|
|
3489
3529
|
} & Partial<{
|
|
3490
3530
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3491
3531
|
}>;
|
|
@@ -3514,6 +3554,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3514
3554
|
} & {
|
|
3515
3555
|
queryParameters: {
|
|
3516
3556
|
stackId?: string | undefined;
|
|
3557
|
+
limit?: number | undefined;
|
|
3558
|
+
skip?: number | undefined;
|
|
3559
|
+
page?: number | undefined;
|
|
3517
3560
|
} & Partial<{
|
|
3518
3561
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3519
3562
|
}>;
|
|
@@ -5451,8 +5494,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5451
5494
|
} | {
|
|
5452
5495
|
certificateRequestId: string;
|
|
5453
5496
|
projectId: string;
|
|
5497
|
+
} | {
|
|
5498
|
+
customerId: string;
|
|
5499
|
+
reservationLimit: number;
|
|
5500
|
+
unlockLimit: number;
|
|
5454
5501
|
} | undefined;
|
|
5455
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | undefined;
|
|
5502
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | undefined;
|
|
5456
5503
|
} | undefined;
|
|
5457
5504
|
headers?: {
|
|
5458
5505
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5460,8 +5507,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5460
5507
|
} | undefined;
|
|
5461
5508
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5462
5509
|
data: {
|
|
5463
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder) | undefined;
|
|
5464
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | undefined;
|
|
5510
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder) | undefined;
|
|
5511
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | undefined;
|
|
5465
5512
|
};
|
|
5466
5513
|
} & {
|
|
5467
5514
|
headers?: Partial<{
|
|
@@ -5481,8 +5528,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5481
5528
|
[x: string]: unknown;
|
|
5482
5529
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5483
5530
|
data: {
|
|
5484
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder) | undefined;
|
|
5485
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | undefined;
|
|
5531
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder) | undefined;
|
|
5532
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | undefined;
|
|
5486
5533
|
};
|
|
5487
5534
|
} & {
|
|
5488
5535
|
headers?: Partial<{
|
|
@@ -5517,8 +5564,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5517
5564
|
contractId: string;
|
|
5518
5565
|
diskspaceInGiB: number;
|
|
5519
5566
|
machineType: string;
|
|
5567
|
+
} | {
|
|
5568
|
+
contractId: string;
|
|
5569
|
+
reservationLimit: number;
|
|
5570
|
+
unlockLimit: number;
|
|
5520
5571
|
} | undefined;
|
|
5521
|
-
tariffChangeType?: "projectHosting" | "server" | undefined;
|
|
5572
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
5522
5573
|
} | undefined;
|
|
5523
5574
|
headers?: {
|
|
5524
5575
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5526,8 +5577,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5526
5577
|
} | undefined;
|
|
5527
5578
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5528
5579
|
data: {
|
|
5529
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange) | undefined;
|
|
5530
|
-
tariffChangeType?: "projectHosting" | "server" | undefined;
|
|
5580
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
5581
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
5531
5582
|
};
|
|
5532
5583
|
} & {
|
|
5533
5584
|
headers?: Partial<{
|
|
@@ -5547,8 +5598,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5547
5598
|
[x: string]: unknown;
|
|
5548
5599
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5549
5600
|
data: {
|
|
5550
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange) | undefined;
|
|
5551
|
-
tariffChangeType?: "projectHosting" | "server" | undefined;
|
|
5601
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
5602
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
5552
5603
|
};
|
|
5553
5604
|
} & {
|
|
5554
5605
|
headers?: Partial<{
|
|
@@ -5800,16 +5851,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5800
5851
|
} | {
|
|
5801
5852
|
certificateRequestId: string;
|
|
5802
5853
|
projectId: string;
|
|
5854
|
+
} | {
|
|
5855
|
+
reservationLimit: number;
|
|
5856
|
+
unlockLimit: number;
|
|
5803
5857
|
} | undefined;
|
|
5804
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | undefined;
|
|
5858
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | undefined;
|
|
5805
5859
|
} | undefined;
|
|
5806
5860
|
headers?: {
|
|
5807
5861
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5808
5862
|
} | undefined;
|
|
5809
5863
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5810
5864
|
data: {
|
|
5811
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview) | undefined;
|
|
5812
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | undefined;
|
|
5865
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview) | undefined;
|
|
5866
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | undefined;
|
|
5813
5867
|
};
|
|
5814
5868
|
} & {
|
|
5815
5869
|
headers?: Partial<{
|
|
@@ -5823,8 +5877,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5823
5877
|
[x: string]: unknown;
|
|
5824
5878
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5825
5879
|
data: {
|
|
5826
|
-
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview) | undefined;
|
|
5827
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | undefined;
|
|
5880
|
+
orderData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview) | undefined;
|
|
5881
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | undefined;
|
|
5828
5882
|
};
|
|
5829
5883
|
} & {
|
|
5830
5884
|
headers?: Partial<{
|
|
@@ -5853,8 +5907,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5853
5907
|
contractId: string;
|
|
5854
5908
|
diskspaceInGiB: number;
|
|
5855
5909
|
machineType: string;
|
|
5910
|
+
} | {
|
|
5911
|
+
contractId: string;
|
|
5912
|
+
reservationLimit: number;
|
|
5913
|
+
unlockLimit: number;
|
|
5856
5914
|
} | undefined;
|
|
5857
|
-
tariffChangeType?: "projectHosting" | "server" | undefined;
|
|
5915
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
5858
5916
|
} | undefined;
|
|
5859
5917
|
headers?: {
|
|
5860
5918
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5862,8 +5920,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5862
5920
|
} | undefined;
|
|
5863
5921
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5864
5922
|
data: {
|
|
5865
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange) | undefined;
|
|
5866
|
-
tariffChangeType?: "projectHosting" | "server" | undefined;
|
|
5923
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
5924
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
5867
5925
|
};
|
|
5868
5926
|
} & {
|
|
5869
5927
|
headers?: Partial<{
|
|
@@ -5887,8 +5945,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5887
5945
|
[x: string]: unknown;
|
|
5888
5946
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5889
5947
|
data: {
|
|
5890
|
-
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange) | undefined;
|
|
5891
|
-
tariffChangeType?: "projectHosting" | "server" | undefined;
|
|
5948
|
+
tariffChangeData?: (import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange) | undefined;
|
|
5949
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | undefined;
|
|
5892
5950
|
};
|
|
5893
5951
|
} & {
|
|
5894
5952
|
headers?: Partial<{
|
|
@@ -5911,6 +5969,68 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5911
5969
|
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5912
5970
|
[x: string]: unknown;
|
|
5913
5971
|
}, 429, "application/json">>>;
|
|
5972
|
+
/** Return the Contract for the given LeadFyndrProfile. */
|
|
5973
|
+
getDetailOfContractByLeadFyndr: (request: {
|
|
5974
|
+
customerId: string;
|
|
5975
|
+
headers?: {
|
|
5976
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5977
|
+
"x-access-token"?: string | undefined;
|
|
5978
|
+
} | undefined;
|
|
5979
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5980
|
+
headers?: Partial<{
|
|
5981
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5982
|
+
}>;
|
|
5983
|
+
} & {
|
|
5984
|
+
pathParameters: {
|
|
5985
|
+
customerId: string;
|
|
5986
|
+
};
|
|
5987
|
+
} & {
|
|
5988
|
+
headers: {
|
|
5989
|
+
"x-access-token"?: string | undefined;
|
|
5990
|
+
} & Partial<{
|
|
5991
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5992
|
+
}>;
|
|
5993
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5994
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
5995
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
5996
|
+
contractId: string;
|
|
5997
|
+
contractNumber: string;
|
|
5998
|
+
customerId: string;
|
|
5999
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
6000
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6001
|
+
[x: string]: unknown;
|
|
6002
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6003
|
+
[x: string]: unknown;
|
|
6004
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6005
|
+
[x: string]: unknown;
|
|
6006
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6007
|
+
headers?: Partial<{
|
|
6008
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6009
|
+
}>;
|
|
6010
|
+
} & {
|
|
6011
|
+
pathParameters: {
|
|
6012
|
+
customerId: string;
|
|
6013
|
+
};
|
|
6014
|
+
} & {
|
|
6015
|
+
headers: {
|
|
6016
|
+
"x-access-token"?: string | undefined;
|
|
6017
|
+
} & Partial<{
|
|
6018
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6019
|
+
}>;
|
|
6020
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6021
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
6022
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
6023
|
+
contractId: string;
|
|
6024
|
+
contractNumber: string;
|
|
6025
|
+
customerId: string;
|
|
6026
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
6027
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6028
|
+
[x: string]: unknown;
|
|
6029
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6030
|
+
[x: string]: unknown;
|
|
6031
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6032
|
+
[x: string]: unknown;
|
|
6033
|
+
}, 429, "application/json">>>;
|
|
5914
6034
|
};
|
|
5915
6035
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
5916
6036
|
readonly marketplace: {
|
|
@@ -779,3 +779,5 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
|
|
|
779
779
|
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
780
|
/** Check if a company exists. */
|
|
781
781
|
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">>;
|
|
@@ -1554,6 +1554,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1554
1554
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1555
1555
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1556
1556
|
}
|
|
1557
|
+
namespace ContractGetDetailOfContractByLeadFyndr {
|
|
1558
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByLeadFyndr>;
|
|
1559
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByLeadFyndr, TStatus>;
|
|
1560
|
+
}
|
|
1557
1561
|
}
|
|
1558
1562
|
namespace Components {
|
|
1559
1563
|
namespace Schemas {
|
|
@@ -4878,6 +4882,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4878
4882
|
name: string;
|
|
4879
4883
|
value: string;
|
|
4880
4884
|
}
|
|
4885
|
+
interface OrderLeadFyndrOrderPreview {
|
|
4886
|
+
reservationLimit: number;
|
|
4887
|
+
unlockLimit: number;
|
|
4888
|
+
}
|
|
4889
|
+
interface OrderLeadFyndrTariffChange {
|
|
4890
|
+
contractId: string;
|
|
4891
|
+
reservationLimit: number;
|
|
4892
|
+
unlockLimit: number;
|
|
4893
|
+
}
|
|
4894
|
+
interface OrderLeadFyndrOrderPreviewResponse {
|
|
4895
|
+
totalPrice: number;
|
|
4896
|
+
}
|
|
4897
|
+
interface OrderLeadFyndrOrder {
|
|
4898
|
+
customerId: string;
|
|
4899
|
+
reservationLimit: number;
|
|
4900
|
+
unlockLimit: number;
|
|
4901
|
+
}
|
|
4881
4902
|
interface CommonsAddress {
|
|
4882
4903
|
street: string;
|
|
4883
4904
|
houseNumber: string;
|
|
@@ -6754,6 +6775,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6754
6775
|
hasCredentials?: boolean;
|
|
6755
6776
|
limit?: number;
|
|
6756
6777
|
skip?: number;
|
|
6778
|
+
page?: number;
|
|
6757
6779
|
};
|
|
6758
6780
|
}
|
|
6759
6781
|
namespace Responses {
|
|
@@ -7576,6 +7598,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7576
7598
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7577
7599
|
type Query = {
|
|
7578
7600
|
stackId?: string;
|
|
7601
|
+
limit?: number;
|
|
7602
|
+
skip?: number;
|
|
7603
|
+
page?: number;
|
|
7579
7604
|
};
|
|
7580
7605
|
}
|
|
7581
7606
|
namespace Responses {
|
|
@@ -7636,7 +7661,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7636
7661
|
projectId: string;
|
|
7637
7662
|
};
|
|
7638
7663
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7639
|
-
type Query = {
|
|
7664
|
+
type Query = {
|
|
7665
|
+
limit?: number;
|
|
7666
|
+
skip?: number;
|
|
7667
|
+
page?: number;
|
|
7668
|
+
};
|
|
7640
7669
|
}
|
|
7641
7670
|
namespace Responses {
|
|
7642
7671
|
namespace $200 {
|
|
@@ -7691,6 +7720,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7691
7720
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7692
7721
|
type Query = {
|
|
7693
7722
|
stackId?: string;
|
|
7723
|
+
limit?: number;
|
|
7724
|
+
skip?: number;
|
|
7725
|
+
page?: number;
|
|
7694
7726
|
};
|
|
7695
7727
|
}
|
|
7696
7728
|
namespace Responses {
|
|
@@ -18572,8 +18604,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18572
18604
|
namespace Parameters {
|
|
18573
18605
|
type Path = {};
|
|
18574
18606
|
interface RequestBody {
|
|
18575
|
-
orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | MittwaldAPIV2.Components.Schemas.OrderServerOrder | MittwaldAPIV2.Components.Schemas.OrderDomainOrder | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder;
|
|
18576
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate";
|
|
18607
|
+
orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | MittwaldAPIV2.Components.Schemas.OrderServerOrder | MittwaldAPIV2.Components.Schemas.OrderDomainOrder | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder;
|
|
18608
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr";
|
|
18577
18609
|
}
|
|
18578
18610
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18579
18611
|
type Query = {};
|
|
@@ -18615,8 +18647,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18615
18647
|
namespace Parameters {
|
|
18616
18648
|
type Path = {};
|
|
18617
18649
|
interface RequestBody {
|
|
18618
|
-
tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange;
|
|
18619
|
-
tariffChangeType?: "projectHosting" | "server";
|
|
18650
|
+
tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange;
|
|
18651
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr";
|
|
18620
18652
|
}
|
|
18621
18653
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18622
18654
|
type Query = {};
|
|
@@ -18768,8 +18800,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18768
18800
|
namespace Parameters {
|
|
18769
18801
|
type Path = {};
|
|
18770
18802
|
interface RequestBody {
|
|
18771
|
-
orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview;
|
|
18772
|
-
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate";
|
|
18803
|
+
orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview;
|
|
18804
|
+
orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr";
|
|
18773
18805
|
}
|
|
18774
18806
|
type Header = {};
|
|
18775
18807
|
type Query = {};
|
|
@@ -18777,7 +18809,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18777
18809
|
namespace Responses {
|
|
18778
18810
|
namespace $200 {
|
|
18779
18811
|
namespace Content {
|
|
18780
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderHostingOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreviewResponse;
|
|
18812
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderHostingOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreviewResponse;
|
|
18781
18813
|
}
|
|
18782
18814
|
}
|
|
18783
18815
|
namespace $400 {
|
|
@@ -18816,8 +18848,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18816
18848
|
namespace Parameters {
|
|
18817
18849
|
type Path = {};
|
|
18818
18850
|
interface RequestBody {
|
|
18819
|
-
tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange;
|
|
18820
|
-
tariffChangeType?: "projectHosting" | "server";
|
|
18851
|
+
tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange;
|
|
18852
|
+
tariffChangeType?: "projectHosting" | "server" | "leadFyndr";
|
|
18821
18853
|
}
|
|
18822
18854
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18823
18855
|
type Query = {};
|
|
@@ -24412,5 +24444,51 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24412
24444
|
}
|
|
24413
24445
|
}
|
|
24414
24446
|
}
|
|
24447
|
+
namespace V2CustomersCustomerIdLeadFyndrProfileContract {
|
|
24448
|
+
namespace Get {
|
|
24449
|
+
namespace Parameters {
|
|
24450
|
+
type Path = {
|
|
24451
|
+
customerId: string;
|
|
24452
|
+
};
|
|
24453
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24454
|
+
type Query = {};
|
|
24455
|
+
}
|
|
24456
|
+
namespace Responses {
|
|
24457
|
+
namespace $200 {
|
|
24458
|
+
namespace Content {
|
|
24459
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
24460
|
+
}
|
|
24461
|
+
}
|
|
24462
|
+
namespace $400 {
|
|
24463
|
+
namespace Content {
|
|
24464
|
+
interface ApplicationJson {
|
|
24465
|
+
[k: string]: unknown;
|
|
24466
|
+
}
|
|
24467
|
+
}
|
|
24468
|
+
}
|
|
24469
|
+
namespace $404 {
|
|
24470
|
+
namespace Content {
|
|
24471
|
+
interface ApplicationJson {
|
|
24472
|
+
[k: string]: unknown;
|
|
24473
|
+
}
|
|
24474
|
+
}
|
|
24475
|
+
}
|
|
24476
|
+
namespace $429 {
|
|
24477
|
+
namespace Content {
|
|
24478
|
+
interface ApplicationJson {
|
|
24479
|
+
[k: string]: unknown;
|
|
24480
|
+
}
|
|
24481
|
+
}
|
|
24482
|
+
}
|
|
24483
|
+
namespace Default {
|
|
24484
|
+
namespace Content {
|
|
24485
|
+
interface ApplicationJson {
|
|
24486
|
+
[k: string]: unknown;
|
|
24487
|
+
}
|
|
24488
|
+
}
|
|
24489
|
+
}
|
|
24490
|
+
}
|
|
24491
|
+
}
|
|
24492
|
+
}
|
|
24415
24493
|
}
|
|
24416
24494
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.150.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.151.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": "3be445d00cb4048b09e56847147e30ff7528287d"
|
|
84
84
|
}
|