@mittwald/api-client 0.0.0-development-2f042ce-20260202 → 0.0.0-development-137cd36-20260225
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 -2
- package/dist/esm/generated/v2/client.js +6 -6
- package/dist/esm/generated/v2/descriptors.js +14 -14
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +21 -14
- package/dist/types/generated/v2/client.d.ts +224 -124
- package/dist/types/generated/v2/descriptors.d.ts +11 -11
- package/dist/types/generated/v2/types.d.ts +410 -170
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -831,8 +831,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
831
831
|
};
|
|
832
832
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
833
833
|
[x: string]: unknown;
|
|
834
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
835
|
+
[x: string]: unknown;
|
|
834
836
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
835
837
|
[x: string]: unknown;
|
|
838
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
839
|
+
[x: string]: unknown;
|
|
836
840
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
837
841
|
headers?: Partial<{
|
|
838
842
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -844,8 +848,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
844
848
|
};
|
|
845
849
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
846
850
|
[x: string]: unknown;
|
|
851
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
852
|
+
[x: string]: unknown;
|
|
847
853
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
848
854
|
[x: string]: unknown;
|
|
855
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
856
|
+
[x: string]: unknown;
|
|
849
857
|
}, 429, "application/json">>>;
|
|
850
858
|
/** Get an App. */
|
|
851
859
|
getApp: (request: {
|
|
@@ -932,6 +940,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
932
940
|
disabled: boolean;
|
|
933
941
|
id: string;
|
|
934
942
|
installationPath: string;
|
|
943
|
+
lastError?: string | undefined;
|
|
935
944
|
linkedDatabases: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
|
|
936
945
|
lockedBy?: {
|
|
937
946
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
@@ -972,6 +981,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
972
981
|
disabled: boolean;
|
|
973
982
|
id: string;
|
|
974
983
|
installationPath: string;
|
|
984
|
+
lastError?: string | undefined;
|
|
975
985
|
linkedDatabases: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
|
|
976
986
|
lockedBy?: {
|
|
977
987
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
@@ -1744,6 +1754,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1744
1754
|
} | undefined;
|
|
1745
1755
|
queryParameters?: {
|
|
1746
1756
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1757
|
+
versionRange?: string | undefined;
|
|
1747
1758
|
recommended?: boolean | undefined;
|
|
1748
1759
|
} | undefined;
|
|
1749
1760
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -1756,6 +1767,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1756
1767
|
};
|
|
1757
1768
|
} & {
|
|
1758
1769
|
queryParameters: {
|
|
1770
|
+
versionRange?: string | undefined;
|
|
1759
1771
|
recommended?: boolean | undefined;
|
|
1760
1772
|
} & Partial<{
|
|
1761
1773
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -1778,6 +1790,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1778
1790
|
};
|
|
1779
1791
|
} & {
|
|
1780
1792
|
queryParameters: {
|
|
1793
|
+
versionRange?: string | undefined;
|
|
1781
1794
|
recommended?: boolean | undefined;
|
|
1782
1795
|
} & Partial<{
|
|
1783
1796
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -3569,6 +3582,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3569
3582
|
prefix: string;
|
|
3570
3583
|
projectId: string;
|
|
3571
3584
|
services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
|
|
3585
|
+
updateSchedule?: {
|
|
3586
|
+
cron: string;
|
|
3587
|
+
timezone?: string;
|
|
3588
|
+
} | null | undefined;
|
|
3572
3589
|
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[] | undefined;
|
|
3573
3590
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3574
3591
|
[x: string]: unknown;
|
|
@@ -3599,6 +3616,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3599
3616
|
prefix: string;
|
|
3600
3617
|
projectId: string;
|
|
3601
3618
|
services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
|
|
3619
|
+
updateSchedule?: {
|
|
3620
|
+
cron: string;
|
|
3621
|
+
timezone?: string;
|
|
3622
|
+
} | null | undefined;
|
|
3602
3623
|
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[] | undefined;
|
|
3603
3624
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3604
3625
|
[x: string]: unknown;
|
|
@@ -3677,6 +3698,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3677
3698
|
prefix: string;
|
|
3678
3699
|
projectId: string;
|
|
3679
3700
|
services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
|
|
3701
|
+
updateSchedule?: {
|
|
3702
|
+
cron: string;
|
|
3703
|
+
timezone?: string;
|
|
3704
|
+
} | null | undefined;
|
|
3680
3705
|
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[] | undefined;
|
|
3681
3706
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3682
3707
|
[x: string]: unknown;
|
|
@@ -3718,6 +3743,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3718
3743
|
prefix: string;
|
|
3719
3744
|
projectId: string;
|
|
3720
3745
|
services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
|
|
3746
|
+
updateSchedule?: {
|
|
3747
|
+
cron: string;
|
|
3748
|
+
timezone?: string;
|
|
3749
|
+
} | null | undefined;
|
|
3721
3750
|
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[] | undefined;
|
|
3722
3751
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3723
3752
|
[x: string]: unknown;
|
|
@@ -3804,6 +3833,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3804
3833
|
prefix: string;
|
|
3805
3834
|
projectId: string;
|
|
3806
3835
|
services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
|
|
3836
|
+
updateSchedule?: {
|
|
3837
|
+
cron: string;
|
|
3838
|
+
timezone?: string;
|
|
3839
|
+
} | null | undefined;
|
|
3807
3840
|
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[] | undefined;
|
|
3808
3841
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3809
3842
|
[x: string]: unknown;
|
|
@@ -3847,6 +3880,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3847
3880
|
prefix: string;
|
|
3848
3881
|
projectId: string;
|
|
3849
3882
|
services?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[] | undefined;
|
|
3883
|
+
updateSchedule?: {
|
|
3884
|
+
cron: string;
|
|
3885
|
+
timezone?: string;
|
|
3886
|
+
} | null | undefined;
|
|
3850
3887
|
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[] | undefined;
|
|
3851
3888
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3852
3889
|
[x: string]: unknown;
|
|
@@ -4795,7 +4832,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4795
4832
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4796
4833
|
[x: string]: unknown;
|
|
4797
4834
|
}, 500, "application/json">>>;
|
|
4798
|
-
/**
|
|
4835
|
+
/** Pull image and recreate */
|
|
4799
4836
|
pullImageForService: (request: {
|
|
4800
4837
|
stackId: string;
|
|
4801
4838
|
serviceId: string;
|
|
@@ -5000,6 +5037,86 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5000
5037
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5001
5038
|
[x: string]: unknown;
|
|
5002
5039
|
}, 500, "application/json">>>;
|
|
5040
|
+
/** Set an update schedule for a Stack. */
|
|
5041
|
+
setStackUpdateSchedule: (request: {
|
|
5042
|
+
stackId: string;
|
|
5043
|
+
data?: {
|
|
5044
|
+
updateSchedule?: {
|
|
5045
|
+
cron: string;
|
|
5046
|
+
timezone?: string | undefined;
|
|
5047
|
+
} | undefined;
|
|
5048
|
+
} | undefined;
|
|
5049
|
+
headers?: {
|
|
5050
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5051
|
+
"x-access-token"?: string | undefined;
|
|
5052
|
+
} | undefined;
|
|
5053
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5054
|
+
data: {
|
|
5055
|
+
updateSchedule?: {
|
|
5056
|
+
cron: string;
|
|
5057
|
+
timezone?: string;
|
|
5058
|
+
} | undefined;
|
|
5059
|
+
};
|
|
5060
|
+
} & {
|
|
5061
|
+
pathParameters: {
|
|
5062
|
+
stackId: string;
|
|
5063
|
+
};
|
|
5064
|
+
} & {
|
|
5065
|
+
headers?: Partial<{
|
|
5066
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5067
|
+
}>;
|
|
5068
|
+
} & {
|
|
5069
|
+
headers: {
|
|
5070
|
+
"x-access-token"?: string | undefined;
|
|
5071
|
+
} & Partial<{
|
|
5072
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5073
|
+
}>;
|
|
5074
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5075
|
+
[x: string]: unknown;
|
|
5076
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5077
|
+
[x: string]: unknown;
|
|
5078
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5079
|
+
[x: string]: unknown;
|
|
5080
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5081
|
+
[x: string]: unknown;
|
|
5082
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5083
|
+
[x: string]: unknown;
|
|
5084
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5085
|
+
[x: string]: unknown;
|
|
5086
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5087
|
+
data: {
|
|
5088
|
+
updateSchedule?: {
|
|
5089
|
+
cron: string;
|
|
5090
|
+
timezone?: string;
|
|
5091
|
+
} | undefined;
|
|
5092
|
+
};
|
|
5093
|
+
} & {
|
|
5094
|
+
pathParameters: {
|
|
5095
|
+
stackId: string;
|
|
5096
|
+
};
|
|
5097
|
+
} & {
|
|
5098
|
+
headers?: Partial<{
|
|
5099
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5100
|
+
}>;
|
|
5101
|
+
} & {
|
|
5102
|
+
headers: {
|
|
5103
|
+
"x-access-token"?: string | undefined;
|
|
5104
|
+
} & Partial<{
|
|
5105
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5106
|
+
}>;
|
|
5107
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5108
|
+
[x: string]: unknown;
|
|
5109
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5110
|
+
[x: string]: unknown;
|
|
5111
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5112
|
+
[x: string]: unknown;
|
|
5113
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5114
|
+
[x: string]: unknown;
|
|
5115
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5116
|
+
[x: string]: unknown;
|
|
5117
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5118
|
+
[x: string]: unknown;
|
|
5119
|
+
}, 500, "application/json">>>;
|
|
5003
5120
|
/** Start a stopped Service. */
|
|
5004
5121
|
startService: (request: {
|
|
5005
5122
|
stackId: string;
|
|
@@ -7394,6 +7511,68 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7394
7511
|
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7395
7512
|
[x: string]: unknown;
|
|
7396
7513
|
}, 429, "application/json">>>;
|
|
7514
|
+
/** Return the Contract for the given License. */
|
|
7515
|
+
getDetailOfContractByLicense: (request: {
|
|
7516
|
+
licenseId: string;
|
|
7517
|
+
headers?: {
|
|
7518
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7519
|
+
"x-access-token"?: string | undefined;
|
|
7520
|
+
} | undefined;
|
|
7521
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7522
|
+
headers?: Partial<{
|
|
7523
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7524
|
+
}>;
|
|
7525
|
+
} & {
|
|
7526
|
+
pathParameters: {
|
|
7527
|
+
licenseId: string;
|
|
7528
|
+
};
|
|
7529
|
+
} & {
|
|
7530
|
+
headers: {
|
|
7531
|
+
"x-access-token"?: string | undefined;
|
|
7532
|
+
} & Partial<{
|
|
7533
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7534
|
+
}>;
|
|
7535
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7536
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
7537
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
7538
|
+
contractId: string;
|
|
7539
|
+
contractNumber: string;
|
|
7540
|
+
customerId: string;
|
|
7541
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
7542
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7543
|
+
[x: string]: unknown;
|
|
7544
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7545
|
+
[x: string]: unknown;
|
|
7546
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7547
|
+
[x: string]: unknown;
|
|
7548
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7549
|
+
headers?: Partial<{
|
|
7550
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7551
|
+
}>;
|
|
7552
|
+
} & {
|
|
7553
|
+
pathParameters: {
|
|
7554
|
+
licenseId: string;
|
|
7555
|
+
};
|
|
7556
|
+
} & {
|
|
7557
|
+
headers: {
|
|
7558
|
+
"x-access-token"?: string | undefined;
|
|
7559
|
+
} & Partial<{
|
|
7560
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7561
|
+
}>;
|
|
7562
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7563
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
7564
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
7565
|
+
contractId: string;
|
|
7566
|
+
contractNumber: string;
|
|
7567
|
+
customerId: string;
|
|
7568
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
7569
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7570
|
+
[x: string]: unknown;
|
|
7571
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7572
|
+
[x: string]: unknown;
|
|
7573
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7574
|
+
[x: string]: unknown;
|
|
7575
|
+
}, 429, "application/json">>>;
|
|
7397
7576
|
};
|
|
7398
7577
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
7399
7578
|
readonly marketplace: {
|
|
@@ -8010,6 +8189,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8010
8189
|
[x: string]: unknown;
|
|
8011
8190
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8012
8191
|
[x: string]: unknown;
|
|
8192
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8193
|
+
[x: string]: unknown;
|
|
8013
8194
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8014
8195
|
[x: string]: unknown;
|
|
8015
8196
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -8032,6 +8213,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8032
8213
|
[x: string]: unknown;
|
|
8033
8214
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8034
8215
|
[x: string]: unknown;
|
|
8216
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8217
|
+
[x: string]: unknown;
|
|
8035
8218
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8036
8219
|
[x: string]: unknown;
|
|
8037
8220
|
}, 429, "application/json">>>;
|
|
@@ -16764,6 +16947,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16764
16947
|
[x: string]: unknown;
|
|
16765
16948
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16766
16949
|
[x: string]: unknown;
|
|
16950
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16951
|
+
[x: string]: unknown;
|
|
16767
16952
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
16768
16953
|
data: {
|
|
16769
16954
|
name: string;
|
|
@@ -16785,6 +16970,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16785
16970
|
[x: string]: unknown;
|
|
16786
16971
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16787
16972
|
[x: string]: unknown;
|
|
16973
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
16974
|
+
[x: string]: unknown;
|
|
16788
16975
|
}, 429, "application/json">>>;
|
|
16789
16976
|
/** Get a DNSZone. */
|
|
16790
16977
|
dnsGetDnsZone: (request: {
|
|
@@ -17986,6 +18173,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17986
18173
|
updateDomainContact: (request: {
|
|
17987
18174
|
data: {
|
|
17988
18175
|
contact: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
18176
|
+
avoidEmailConfirmation?: boolean | undefined;
|
|
17989
18177
|
};
|
|
17990
18178
|
domainId: string;
|
|
17991
18179
|
contact: "owner";
|
|
@@ -17995,6 +18183,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17995
18183
|
} | undefined;
|
|
17996
18184
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17997
18185
|
data: {
|
|
18186
|
+
avoidEmailConfirmation?: boolean | undefined;
|
|
17998
18187
|
contact: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
17999
18188
|
};
|
|
18000
18189
|
} & {
|
|
@@ -18022,6 +18211,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18022
18211
|
[x: string]: unknown;
|
|
18023
18212
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18024
18213
|
data: {
|
|
18214
|
+
avoidEmailConfirmation?: boolean | undefined;
|
|
18025
18215
|
contact: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
18026
18216
|
};
|
|
18027
18217
|
} & {
|
|
@@ -18422,16 +18612,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18422
18612
|
skip?: number | undefined;
|
|
18423
18613
|
page?: number | undefined;
|
|
18424
18614
|
} | undefined;
|
|
18425
|
-
}
|
|
18615
|
+
} | {
|
|
18616
|
+
data: {
|
|
18617
|
+
certificateId: string;
|
|
18618
|
+
};
|
|
18619
|
+
headers?: {
|
|
18620
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18621
|
+
"x-access-token"?: string | undefined;
|
|
18622
|
+
} | undefined;
|
|
18623
|
+
queryParameters?: {
|
|
18624
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18625
|
+
limit?: number | undefined;
|
|
18626
|
+
skip?: number | undefined;
|
|
18627
|
+
page?: number | undefined;
|
|
18628
|
+
} | undefined;
|
|
18629
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
18426
18630
|
data: {
|
|
18427
18631
|
certificate: string;
|
|
18428
18632
|
projectId: string;
|
|
18429
18633
|
};
|
|
18430
|
-
}
|
|
18634
|
+
} | {
|
|
18635
|
+
data: {
|
|
18636
|
+
certificateId: string;
|
|
18637
|
+
};
|
|
18638
|
+
}) & {
|
|
18431
18639
|
headers?: Partial<{
|
|
18432
18640
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18433
18641
|
}>;
|
|
18434
|
-
} & {
|
|
18642
|
+
}) & {
|
|
18435
18643
|
queryParameters: {
|
|
18436
18644
|
limit?: number | undefined;
|
|
18437
18645
|
skip?: number | undefined;
|
|
@@ -18451,16 +18659,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18451
18659
|
[x: string]: unknown;
|
|
18452
18660
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18453
18661
|
[x: string]: unknown;
|
|
18454
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18662
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
18455
18663
|
data: {
|
|
18456
18664
|
certificate: string;
|
|
18457
18665
|
projectId: string;
|
|
18458
18666
|
};
|
|
18459
|
-
}
|
|
18667
|
+
} | {
|
|
18668
|
+
data: {
|
|
18669
|
+
certificateId: string;
|
|
18670
|
+
};
|
|
18671
|
+
}) & {
|
|
18460
18672
|
headers?: Partial<{
|
|
18461
18673
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18462
18674
|
}>;
|
|
18463
|
-
} & {
|
|
18675
|
+
}) & {
|
|
18464
18676
|
queryParameters: {
|
|
18465
18677
|
limit?: number | undefined;
|
|
18466
18678
|
skip?: number | undefined;
|
|
@@ -22440,7 +22652,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22440
22652
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SignupApiToken[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22441
22653
|
[x: string]: unknown;
|
|
22442
22654
|
}, 429, "application/json">>>;
|
|
22443
|
-
/**
|
|
22655
|
+
/** Create a new ApiToken. */
|
|
22444
22656
|
createApiToken: (request: {
|
|
22445
22657
|
data: {
|
|
22446
22658
|
description: string;
|
|
@@ -23163,118 +23375,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23163
23375
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23164
23376
|
[x: string]: unknown;
|
|
23165
23377
|
}, 429, "application/json">>>;
|
|
23166
|
-
/** Get poll settings for the specified user. */
|
|
23167
|
-
getPollStatus: (request: {
|
|
23168
|
-
userId: string;
|
|
23169
|
-
headers?: {
|
|
23170
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23171
|
-
} | undefined;
|
|
23172
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23173
|
-
headers?: Partial<{
|
|
23174
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23175
|
-
}>;
|
|
23176
|
-
} & {
|
|
23177
|
-
pathParameters: {
|
|
23178
|
-
userId: string;
|
|
23179
|
-
};
|
|
23180
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23181
|
-
completedAt?: string | undefined;
|
|
23182
|
-
dontShowUntil?: string | undefined;
|
|
23183
|
-
ignoredAt?: string | undefined;
|
|
23184
|
-
shouldShow: boolean;
|
|
23185
|
-
status: "completed" | "muted" | "ignored" | "new";
|
|
23186
|
-
userId: string;
|
|
23187
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23188
|
-
[x: string]: unknown;
|
|
23189
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23190
|
-
[x: string]: unknown;
|
|
23191
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23192
|
-
[x: string]: unknown;
|
|
23193
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23194
|
-
headers?: Partial<{
|
|
23195
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23196
|
-
}>;
|
|
23197
|
-
} & {
|
|
23198
|
-
pathParameters: {
|
|
23199
|
-
userId: string;
|
|
23200
|
-
};
|
|
23201
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23202
|
-
completedAt?: string | undefined;
|
|
23203
|
-
dontShowUntil?: string | undefined;
|
|
23204
|
-
ignoredAt?: string | undefined;
|
|
23205
|
-
shouldShow: boolean;
|
|
23206
|
-
status: "completed" | "muted" | "ignored" | "new";
|
|
23207
|
-
userId: string;
|
|
23208
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23209
|
-
[x: string]: unknown;
|
|
23210
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23211
|
-
[x: string]: unknown;
|
|
23212
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23213
|
-
[x: string]: unknown;
|
|
23214
|
-
}, 429, "application/json">>>;
|
|
23215
|
-
/** Store new or update poll settings. */
|
|
23216
|
-
postPollStatus: (request: {
|
|
23217
|
-
data: {
|
|
23218
|
-
status: "completed" | "muted" | "ignored";
|
|
23219
|
-
userId: string;
|
|
23220
|
-
};
|
|
23221
|
-
userId: string;
|
|
23222
|
-
headers?: {
|
|
23223
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23224
|
-
} | undefined;
|
|
23225
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23226
|
-
data: {
|
|
23227
|
-
status: "completed" | "muted" | "ignored";
|
|
23228
|
-
userId: string;
|
|
23229
|
-
};
|
|
23230
|
-
} & {
|
|
23231
|
-
pathParameters: {
|
|
23232
|
-
userId: string;
|
|
23233
|
-
};
|
|
23234
|
-
} & {
|
|
23235
|
-
headers?: Partial<{
|
|
23236
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23237
|
-
}>;
|
|
23238
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23239
|
-
completedAt?: string | undefined;
|
|
23240
|
-
dontShowUntil?: string | undefined;
|
|
23241
|
-
ignoredAt?: string | undefined;
|
|
23242
|
-
shouldShow: boolean;
|
|
23243
|
-
status: "completed" | "muted" | "ignored" | "new";
|
|
23244
|
-
userId: string;
|
|
23245
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23246
|
-
[x: string]: unknown;
|
|
23247
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23248
|
-
[x: string]: unknown;
|
|
23249
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23250
|
-
[x: string]: unknown;
|
|
23251
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23252
|
-
data: {
|
|
23253
|
-
status: "completed" | "muted" | "ignored";
|
|
23254
|
-
userId: string;
|
|
23255
|
-
};
|
|
23256
|
-
} & {
|
|
23257
|
-
pathParameters: {
|
|
23258
|
-
userId: string;
|
|
23259
|
-
};
|
|
23260
|
-
} & {
|
|
23261
|
-
headers?: Partial<{
|
|
23262
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23263
|
-
}>;
|
|
23264
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23265
|
-
completedAt?: string | undefined;
|
|
23266
|
-
dontShowUntil?: string | undefined;
|
|
23267
|
-
ignoredAt?: string | undefined;
|
|
23268
|
-
shouldShow: boolean;
|
|
23269
|
-
status: "completed" | "muted" | "ignored" | "new";
|
|
23270
|
-
userId: string;
|
|
23271
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23272
|
-
[x: string]: unknown;
|
|
23273
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23274
|
-
[x: string]: unknown;
|
|
23275
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23276
|
-
[x: string]: unknown;
|
|
23277
|
-
}, 429, "application/json">>>;
|
|
23278
23378
|
/** Get a specific session. */
|
|
23279
23379
|
getSession: (request: {
|
|
23280
23380
|
tokenId: string;
|
|
@@ -26277,7 +26377,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26277
26377
|
exists: boolean;
|
|
26278
26378
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26279
26379
|
[x: string]: unknown;
|
|
26280
|
-
}, 429, "application/json"
|
|
26380
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
26281
26381
|
data: {
|
|
26282
26382
|
city: string;
|
|
26283
26383
|
country: string;
|
|
@@ -26292,7 +26392,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26292
26392
|
exists: boolean;
|
|
26293
26393
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26294
26394
|
[x: string]: unknown;
|
|
26295
|
-
}, 429, "application/json"
|
|
26395
|
+
}, 429, "application/json">>>;
|
|
26296
26396
|
/** Check if a company exists. */
|
|
26297
26397
|
verificationVerifyCompany: (request: {
|
|
26298
26398
|
data: {
|
|
@@ -26316,7 +26416,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26316
26416
|
} & Partial<{
|
|
26317
26417
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26318
26418
|
}>;
|
|
26319
|
-
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
26419
|
+
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
26320
26420
|
exists: boolean;
|
|
26321
26421
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26322
26422
|
[x: string]: unknown;
|
|
@@ -26334,7 +26434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26334
26434
|
} & Partial<{
|
|
26335
26435
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26336
26436
|
}>;
|
|
26337
|
-
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
26437
|
+
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
26338
26438
|
exists: boolean;
|
|
26339
26439
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26340
26440
|
[x: string]: unknown;
|