@mittwald/api-client 3.0.23 → 3.0.25
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/cjs/generated/v2/client-react.d.ts +37 -35
- package/dist/cjs/generated/v2/client-react.js +11 -11
- package/dist/cjs/generated/v2/client.d.ts +354 -488
- package/dist/cjs/generated/v2/client.js +36 -46
- package/dist/cjs/generated/v2/descriptors.d.ts +39 -49
- package/dist/cjs/generated/v2/descriptors.js +95 -125
- package/dist/cjs/generated/v2/types.d.ts +957 -1136
- package/dist/esm/generated/v2/client-react.d.ts +37 -35
- package/dist/esm/generated/v2/client-react.js +11 -11
- package/dist/esm/generated/v2/client.d.ts +354 -488
- package/dist/esm/generated/v2/client.js +36 -46
- package/dist/esm/generated/v2/descriptors.d.ts +39 -49
- package/dist/esm/generated/v2/descriptors.js +91 -121
- package/dist/esm/generated/v2/types.d.ts +957 -1136
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -490,46 +490,6 @@ export declare module MittwaldAPIV2 {
|
|
|
490
490
|
type RequestData = InferredRequestData<typeof descriptors.newsletterSubscribeUser>;
|
|
491
491
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterSubscribeUser, TStatus>;
|
|
492
492
|
}
|
|
493
|
-
namespace DnsRecordASetCustom {
|
|
494
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordAsetCustom>;
|
|
495
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordAsetCustom, TStatus>;
|
|
496
|
-
}
|
|
497
|
-
namespace DnsRecordASetManagedByIngress {
|
|
498
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordAsetManagedByIngress>;
|
|
499
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordAsetManagedByIngress, TStatus>;
|
|
500
|
-
}
|
|
501
|
-
namespace DnsRecordCnameSet {
|
|
502
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordCnameSet>;
|
|
503
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordCnameSet, TStatus>;
|
|
504
|
-
}
|
|
505
|
-
namespace DnsRecordMxSetCustom {
|
|
506
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordMxSetCustom>;
|
|
507
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordMxSetCustom, TStatus>;
|
|
508
|
-
}
|
|
509
|
-
namespace DnsRecordMxSetManaged {
|
|
510
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordMxSetManaged>;
|
|
511
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordMxSetManaged, TStatus>;
|
|
512
|
-
}
|
|
513
|
-
namespace DnsRecordSrvSet {
|
|
514
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordSrvSet>;
|
|
515
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordSrvSet, TStatus>;
|
|
516
|
-
}
|
|
517
|
-
namespace DnsRecordTxtSet {
|
|
518
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsRecordTxtSet>;
|
|
519
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordTxtSet, TStatus>;
|
|
520
|
-
}
|
|
521
|
-
namespace DnsSubZoneCreate {
|
|
522
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsSubZoneCreate>;
|
|
523
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsSubZoneCreate, TStatus>;
|
|
524
|
-
}
|
|
525
|
-
namespace DnsZoneGetSpecific {
|
|
526
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsZoneGetSpecific>;
|
|
527
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZoneGetSpecific, TStatus>;
|
|
528
|
-
}
|
|
529
|
-
namespace DnsZonesForProject {
|
|
530
|
-
type RequestData = InferredRequestData<typeof descriptors.dnsZonesForProject>;
|
|
531
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZonesForProject, TStatus>;
|
|
532
|
-
}
|
|
533
493
|
namespace DomainGetDomain {
|
|
534
494
|
type RequestData = InferredRequestData<typeof descriptors.domainGetDomain>;
|
|
535
495
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomain, TStatus>;
|
|
@@ -554,9 +514,9 @@ export declare module MittwaldAPIV2 {
|
|
|
554
514
|
type RequestData = InferredRequestData<typeof descriptors.domainResendDomainEmail>;
|
|
555
515
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendDomainEmail, TStatus>;
|
|
556
516
|
}
|
|
557
|
-
namespace
|
|
558
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
559
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
517
|
+
namespace DomainGetDomainOwnership {
|
|
518
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetDomainOwnership>;
|
|
519
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomainOwnership, TStatus>;
|
|
560
520
|
}
|
|
561
521
|
namespace DomainVerifyDomainOwnership {
|
|
562
522
|
type RequestData = InferredRequestData<typeof descriptors.domainVerifyDomainOwnership>;
|
|
@@ -766,10 +726,6 @@ export declare module MittwaldAPIV2 {
|
|
|
766
726
|
type RequestData = InferredRequestData<typeof descriptors.pageinsightsListPerformanceDataForProject>;
|
|
767
727
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.pageinsightsListPerformanceDataForProject, TStatus>;
|
|
768
728
|
}
|
|
769
|
-
namespace PasswordValidationGetPasswordPolicy {
|
|
770
|
-
type RequestData = InferredRequestData<typeof descriptors.passwordValidationGetPasswordPolicy>;
|
|
771
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.passwordValidationGetPasswordPolicy, TStatus>;
|
|
772
|
-
}
|
|
773
729
|
namespace ProjectAcceptProjectInvite {
|
|
774
730
|
type RequestData = InferredRequestData<typeof descriptors.projectAcceptProjectInvite>;
|
|
775
731
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectAcceptProjectInvite, TStatus>;
|
|
@@ -1146,49 +1102,73 @@ export declare module MittwaldAPIV2 {
|
|
|
1146
1102
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1147
1103
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1148
1104
|
}
|
|
1149
|
-
namespace
|
|
1150
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1151
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1105
|
+
namespace DomainAbortDomainDeclaration {
|
|
1106
|
+
type RequestData = InferredRequestData<typeof descriptors.domainAbortDomainDeclaration>;
|
|
1107
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDomainDeclaration, TStatus>;
|
|
1108
|
+
}
|
|
1109
|
+
namespace DomainListTlds {
|
|
1110
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListTlds>;
|
|
1111
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTlds, TStatus>;
|
|
1112
|
+
}
|
|
1113
|
+
namespace DomainListTldContactSchemas {
|
|
1114
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
|
|
1115
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
|
|
1152
1116
|
}
|
|
1153
|
-
namespace
|
|
1154
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1155
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1117
|
+
namespace DomainUpdateDomainAuthCode {
|
|
1118
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainAuthCode>;
|
|
1119
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainAuthCode, TStatus>;
|
|
1156
1120
|
}
|
|
1157
|
-
namespace
|
|
1158
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1159
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1121
|
+
namespace DomainUpdateDomainContact {
|
|
1122
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
|
|
1123
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
|
|
1160
1124
|
}
|
|
1161
|
-
namespace
|
|
1162
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1163
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1125
|
+
namespace DomainUpdateDomainNameservers {
|
|
1126
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
1127
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
1164
1128
|
}
|
|
1165
|
-
namespace
|
|
1166
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1167
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1129
|
+
namespace DomainUpdateDomainProjectId {
|
|
1130
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
|
|
1131
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
|
|
1168
1132
|
}
|
|
1169
|
-
namespace
|
|
1170
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1171
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1133
|
+
namespace DomainCreateDomainAuthCode {
|
|
1134
|
+
type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
|
|
1135
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
|
|
1172
1136
|
}
|
|
1173
|
-
namespace
|
|
1174
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1175
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1137
|
+
namespace DomainCreateDomainAuthCode2 {
|
|
1138
|
+
type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode2>;
|
|
1139
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode2, TStatus>;
|
|
1176
1140
|
}
|
|
1177
|
-
namespace
|
|
1178
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1179
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1141
|
+
namespace DomainCheckDomainRegistrability {
|
|
1142
|
+
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
|
|
1143
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
|
|
1180
1144
|
}
|
|
1181
|
-
namespace
|
|
1182
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1183
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1145
|
+
namespace PasswordValidationGetPasswordPolicy {
|
|
1146
|
+
type RequestData = InferredRequestData<typeof descriptors.passwordValidationGetPasswordPolicy>;
|
|
1147
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.passwordValidationGetPasswordPolicy, TStatus>;
|
|
1148
|
+
}
|
|
1149
|
+
namespace DnsGetDnsZone {
|
|
1150
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsGetDnsZone>;
|
|
1151
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsGetDnsZone, TStatus>;
|
|
1184
1152
|
}
|
|
1185
|
-
namespace
|
|
1186
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1187
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1153
|
+
namespace DnsDeleteDnsZone {
|
|
1154
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsDeleteDnsZone>;
|
|
1155
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsDeleteDnsZone, TStatus>;
|
|
1188
1156
|
}
|
|
1189
|
-
namespace
|
|
1190
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1191
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1157
|
+
namespace DnsListDnsZones {
|
|
1158
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsListDnsZones>;
|
|
1159
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsListDnsZones, TStatus>;
|
|
1160
|
+
}
|
|
1161
|
+
namespace DnsSetRecordSetManaged {
|
|
1162
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsSetRecordSetManaged>;
|
|
1163
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsSetRecordSetManaged, TStatus>;
|
|
1164
|
+
}
|
|
1165
|
+
namespace DnsCreateDnsZone {
|
|
1166
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsCreateDnsZone>;
|
|
1167
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsCreateDnsZone, TStatus>;
|
|
1168
|
+
}
|
|
1169
|
+
namespace DnsUpdateRecordSet {
|
|
1170
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsUpdateRecordSet>;
|
|
1171
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsUpdateRecordSet, TStatus>;
|
|
1192
1172
|
}
|
|
1193
1173
|
}
|
|
1194
1174
|
namespace Components {
|
|
@@ -1575,6 +1555,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1575
1555
|
articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
1576
1556
|
contractPeriod: number;
|
|
1577
1557
|
description: string;
|
|
1558
|
+
freeTrialDays: number;
|
|
1578
1559
|
groupByProjectId?: string;
|
|
1579
1560
|
invoicingPeriod: number;
|
|
1580
1561
|
isActivated: boolean;
|
|
@@ -7892,20 +7873,19 @@ export declare module MittwaldAPIV2 {
|
|
|
7892
7873
|
namespace V2SignupSessionsTokenId { }
|
|
7893
7874
|
namespace V2SignupProfile { }
|
|
7894
7875
|
namespace V2SignupEmailVerify { }
|
|
7895
|
-
namespace
|
|
7896
|
-
namespace
|
|
7876
|
+
namespace V2DomainsDomainId {
|
|
7877
|
+
namespace Get {
|
|
7897
7878
|
namespace Parameters {
|
|
7898
7879
|
type Path = {
|
|
7899
|
-
|
|
7880
|
+
domainId: string;
|
|
7900
7881
|
};
|
|
7901
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom;
|
|
7902
7882
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7903
7883
|
type Query = {};
|
|
7904
7884
|
}
|
|
7905
7885
|
namespace Responses {
|
|
7906
|
-
namespace $
|
|
7886
|
+
namespace $200 {
|
|
7907
7887
|
namespace Content {
|
|
7908
|
-
type
|
|
7888
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain;
|
|
7909
7889
|
}
|
|
7910
7890
|
}
|
|
7911
7891
|
namespace $400 {
|
|
@@ -7915,6 +7895,13 @@ export declare module MittwaldAPIV2 {
|
|
|
7915
7895
|
}
|
|
7916
7896
|
}
|
|
7917
7897
|
}
|
|
7898
|
+
namespace $404 {
|
|
7899
|
+
namespace Content {
|
|
7900
|
+
interface ApplicationJson {
|
|
7901
|
+
[k: string]: unknown;
|
|
7902
|
+
}
|
|
7903
|
+
}
|
|
7904
|
+
}
|
|
7918
7905
|
namespace Default {
|
|
7919
7906
|
namespace Content {
|
|
7920
7907
|
interface ApplicationJson {
|
|
@@ -7924,23 +7911,25 @@ export declare module MittwaldAPIV2 {
|
|
|
7924
7911
|
}
|
|
7925
7912
|
}
|
|
7926
7913
|
}
|
|
7927
|
-
|
|
7928
|
-
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress {
|
|
7929
|
-
namespace Post {
|
|
7914
|
+
namespace Delete {
|
|
7930
7915
|
namespace Parameters {
|
|
7931
7916
|
type Path = {
|
|
7932
|
-
|
|
7917
|
+
domainId: string;
|
|
7933
7918
|
};
|
|
7934
7919
|
interface RequestBody {
|
|
7920
|
+
/**
|
|
7921
|
+
* Only for .de Domains.
|
|
7922
|
+
*/
|
|
7923
|
+
transit?: boolean;
|
|
7935
7924
|
}
|
|
7936
7925
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7937
7926
|
type Query = {};
|
|
7938
7927
|
}
|
|
7939
7928
|
namespace Responses {
|
|
7940
|
-
namespace $
|
|
7929
|
+
namespace $200 {
|
|
7941
7930
|
namespace Content {
|
|
7942
7931
|
interface ApplicationJson {
|
|
7943
|
-
|
|
7932
|
+
[k: string]: unknown;
|
|
7944
7933
|
}
|
|
7945
7934
|
}
|
|
7946
7935
|
}
|
|
@@ -7951,6 +7940,13 @@ export declare module MittwaldAPIV2 {
|
|
|
7951
7940
|
}
|
|
7952
7941
|
}
|
|
7953
7942
|
}
|
|
7943
|
+
namespace $404 {
|
|
7944
|
+
namespace Content {
|
|
7945
|
+
interface ApplicationJson {
|
|
7946
|
+
[k: string]: unknown;
|
|
7947
|
+
}
|
|
7948
|
+
}
|
|
7949
|
+
}
|
|
7954
7950
|
namespace Default {
|
|
7955
7951
|
namespace Content {
|
|
7956
7952
|
interface ApplicationJson {
|
|
@@ -7961,23 +7957,28 @@ export declare module MittwaldAPIV2 {
|
|
|
7961
7957
|
}
|
|
7962
7958
|
}
|
|
7963
7959
|
}
|
|
7964
|
-
namespace
|
|
7965
|
-
namespace
|
|
7960
|
+
namespace V2DomainsDomainIdScreenshotsNewest {
|
|
7961
|
+
namespace Get {
|
|
7966
7962
|
namespace Parameters {
|
|
7967
7963
|
type Path = {
|
|
7968
|
-
|
|
7964
|
+
domainId: string;
|
|
7969
7965
|
};
|
|
7970
|
-
|
|
7966
|
+
interface RequestBody {
|
|
7967
|
+
domainName: string;
|
|
7968
|
+
path: string;
|
|
7969
|
+
}
|
|
7971
7970
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7972
7971
|
type Query = {};
|
|
7973
7972
|
}
|
|
7974
7973
|
namespace Responses {
|
|
7975
|
-
namespace $
|
|
7974
|
+
namespace $200 {
|
|
7976
7975
|
namespace Content {
|
|
7977
|
-
|
|
7976
|
+
interface ApplicationJson {
|
|
7977
|
+
references?: string[];
|
|
7978
|
+
}
|
|
7978
7979
|
}
|
|
7979
7980
|
}
|
|
7980
|
-
namespace $
|
|
7981
|
+
namespace $404 {
|
|
7981
7982
|
namespace Content {
|
|
7982
7983
|
interface ApplicationJson {
|
|
7983
7984
|
[k: string]: unknown;
|
|
@@ -7994,20 +7995,55 @@ export declare module MittwaldAPIV2 {
|
|
|
7994
7995
|
}
|
|
7995
7996
|
}
|
|
7996
7997
|
}
|
|
7997
|
-
namespace
|
|
7998
|
-
namespace
|
|
7998
|
+
namespace V2ProjectsProjectIdDomainOwnerships {
|
|
7999
|
+
namespace Get {
|
|
7999
8000
|
namespace Parameters {
|
|
8000
8001
|
type Path = {
|
|
8001
|
-
|
|
8002
|
+
projectId: string;
|
|
8002
8003
|
};
|
|
8003
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom;
|
|
8004
8004
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8005
8005
|
type Query = {};
|
|
8006
8006
|
}
|
|
8007
8007
|
namespace Responses {
|
|
8008
|
-
namespace $
|
|
8008
|
+
namespace $200 {
|
|
8009
8009
|
namespace Content {
|
|
8010
|
-
type
|
|
8010
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[];
|
|
8011
|
+
}
|
|
8012
|
+
}
|
|
8013
|
+
namespace $400 {
|
|
8014
|
+
namespace Content {
|
|
8015
|
+
interface ApplicationJson {
|
|
8016
|
+
[k: string]: unknown;
|
|
8017
|
+
}
|
|
8018
|
+
}
|
|
8019
|
+
}
|
|
8020
|
+
namespace Default {
|
|
8021
|
+
namespace Content {
|
|
8022
|
+
interface ApplicationJson {
|
|
8023
|
+
[k: string]: unknown;
|
|
8024
|
+
}
|
|
8025
|
+
}
|
|
8026
|
+
}
|
|
8027
|
+
}
|
|
8028
|
+
}
|
|
8029
|
+
}
|
|
8030
|
+
namespace V2ProjectsProjectIdDomains {
|
|
8031
|
+
namespace Get {
|
|
8032
|
+
namespace Parameters {
|
|
8033
|
+
type Path = {
|
|
8034
|
+
projectId: string;
|
|
8035
|
+
};
|
|
8036
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8037
|
+
type Query = {
|
|
8038
|
+
page?: number;
|
|
8039
|
+
limit?: number;
|
|
8040
|
+
domainSearchName?: string;
|
|
8041
|
+
};
|
|
8042
|
+
}
|
|
8043
|
+
namespace Responses {
|
|
8044
|
+
namespace $200 {
|
|
8045
|
+
namespace Content {
|
|
8046
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
8011
8047
|
}
|
|
8012
8048
|
}
|
|
8013
8049
|
namespace $400 {
|
|
@@ -8027,13 +8063,14 @@ export declare module MittwaldAPIV2 {
|
|
|
8027
8063
|
}
|
|
8028
8064
|
}
|
|
8029
8065
|
}
|
|
8030
|
-
namespace
|
|
8066
|
+
namespace V2DomainsDomainIdActionsResendEmail {
|
|
8031
8067
|
namespace Post {
|
|
8032
8068
|
namespace Parameters {
|
|
8033
8069
|
type Path = {
|
|
8034
|
-
|
|
8070
|
+
domainId: string;
|
|
8035
8071
|
};
|
|
8036
8072
|
interface RequestBody {
|
|
8073
|
+
[k: string]: unknown;
|
|
8037
8074
|
}
|
|
8038
8075
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8039
8076
|
type Query = {};
|
|
@@ -8051,6 +8088,13 @@ export declare module MittwaldAPIV2 {
|
|
|
8051
8088
|
}
|
|
8052
8089
|
}
|
|
8053
8090
|
}
|
|
8091
|
+
namespace $404 {
|
|
8092
|
+
namespace Content {
|
|
8093
|
+
interface ApplicationJson {
|
|
8094
|
+
[k: string]: unknown;
|
|
8095
|
+
}
|
|
8096
|
+
}
|
|
8097
|
+
}
|
|
8054
8098
|
namespace Default {
|
|
8055
8099
|
namespace Content {
|
|
8056
8100
|
interface ApplicationJson {
|
|
@@ -8061,20 +8105,19 @@ export declare module MittwaldAPIV2 {
|
|
|
8061
8105
|
}
|
|
8062
8106
|
}
|
|
8063
8107
|
}
|
|
8064
|
-
namespace
|
|
8065
|
-
namespace
|
|
8108
|
+
namespace V2DomainOwnershipsDomainOwnershipId {
|
|
8109
|
+
namespace Get {
|
|
8066
8110
|
namespace Parameters {
|
|
8067
8111
|
type Path = {
|
|
8068
|
-
|
|
8112
|
+
domainOwnershipId: string;
|
|
8069
8113
|
};
|
|
8070
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent;
|
|
8071
8114
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8072
8115
|
type Query = {};
|
|
8073
8116
|
}
|
|
8074
8117
|
namespace Responses {
|
|
8075
|
-
namespace $
|
|
8118
|
+
namespace $200 {
|
|
8076
8119
|
namespace Content {
|
|
8077
|
-
type
|
|
8120
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomainOwnership;
|
|
8078
8121
|
}
|
|
8079
8122
|
}
|
|
8080
8123
|
namespace $400 {
|
|
@@ -8084,6 +8127,13 @@ export declare module MittwaldAPIV2 {
|
|
|
8084
8127
|
}
|
|
8085
8128
|
}
|
|
8086
8129
|
}
|
|
8130
|
+
namespace $404 {
|
|
8131
|
+
namespace Content {
|
|
8132
|
+
interface ApplicationJson {
|
|
8133
|
+
[k: string]: unknown;
|
|
8134
|
+
}
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8087
8137
|
namespace Default {
|
|
8088
8138
|
namespace Content {
|
|
8089
8139
|
interface ApplicationJson {
|
|
@@ -8094,13 +8144,15 @@ export declare module MittwaldAPIV2 {
|
|
|
8094
8144
|
}
|
|
8095
8145
|
}
|
|
8096
8146
|
}
|
|
8097
|
-
namespace
|
|
8098
|
-
namespace
|
|
8147
|
+
namespace V2DomainOwnershipsDomainOwnershipIdActionsVerify {
|
|
8148
|
+
namespace Post {
|
|
8099
8149
|
namespace Parameters {
|
|
8100
8150
|
type Path = {
|
|
8101
|
-
|
|
8151
|
+
domainOwnershipId: string;
|
|
8102
8152
|
};
|
|
8103
|
-
|
|
8153
|
+
interface RequestBody {
|
|
8154
|
+
[k: string]: unknown;
|
|
8155
|
+
}
|
|
8104
8156
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8105
8157
|
type Query = {};
|
|
8106
8158
|
}
|
|
@@ -8117,6 +8169,13 @@ export declare module MittwaldAPIV2 {
|
|
|
8117
8169
|
}
|
|
8118
8170
|
}
|
|
8119
8171
|
}
|
|
8172
|
+
namespace $404 {
|
|
8173
|
+
namespace Content {
|
|
8174
|
+
interface ApplicationJson {
|
|
8175
|
+
[k: string]: unknown;
|
|
8176
|
+
}
|
|
8177
|
+
}
|
|
8178
|
+
}
|
|
8120
8179
|
namespace Default {
|
|
8121
8180
|
namespace Content {
|
|
8122
8181
|
interface ApplicationJson {
|
|
@@ -8127,26 +8186,32 @@ export declare module MittwaldAPIV2 {
|
|
|
8127
8186
|
}
|
|
8128
8187
|
}
|
|
8129
8188
|
}
|
|
8130
|
-
namespace
|
|
8189
|
+
namespace V2Files {
|
|
8131
8190
|
namespace Post {
|
|
8132
8191
|
namespace Parameters {
|
|
8133
8192
|
type Path = {};
|
|
8134
8193
|
interface RequestBody {
|
|
8135
|
-
|
|
8136
|
-
parentZoneId: string;
|
|
8194
|
+
[k: string]: unknown;
|
|
8137
8195
|
}
|
|
8138
|
-
type Header = {
|
|
8196
|
+
type Header = {
|
|
8197
|
+
Token: string;
|
|
8198
|
+
};
|
|
8139
8199
|
type Query = {};
|
|
8140
8200
|
}
|
|
8141
8201
|
namespace Responses {
|
|
8142
8202
|
namespace $201 {
|
|
8203
|
+
namespace Content {
|
|
8204
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
8205
|
+
}
|
|
8206
|
+
}
|
|
8207
|
+
namespace $400 {
|
|
8143
8208
|
namespace Content {
|
|
8144
8209
|
interface ApplicationJson {
|
|
8145
|
-
|
|
8210
|
+
[k: string]: unknown;
|
|
8146
8211
|
}
|
|
8147
8212
|
}
|
|
8148
8213
|
}
|
|
8149
|
-
namespace $
|
|
8214
|
+
namespace $500 {
|
|
8150
8215
|
namespace Content {
|
|
8151
8216
|
interface ApplicationJson {
|
|
8152
8217
|
[k: string]: unknown;
|
|
@@ -8163,22 +8228,22 @@ export declare module MittwaldAPIV2 {
|
|
|
8163
8228
|
}
|
|
8164
8229
|
}
|
|
8165
8230
|
}
|
|
8166
|
-
namespace
|
|
8231
|
+
namespace V2FilesFileIdMeta {
|
|
8167
8232
|
namespace Get {
|
|
8168
8233
|
namespace Parameters {
|
|
8169
8234
|
type Path = {
|
|
8170
|
-
|
|
8235
|
+
fileId: string;
|
|
8171
8236
|
};
|
|
8172
|
-
type Header = {}
|
|
8237
|
+
type Header = {};
|
|
8173
8238
|
type Query = {};
|
|
8174
8239
|
}
|
|
8175
8240
|
namespace Responses {
|
|
8176
8241
|
namespace $200 {
|
|
8177
8242
|
namespace Content {
|
|
8178
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8243
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
8179
8244
|
}
|
|
8180
8245
|
}
|
|
8181
|
-
namespace $
|
|
8246
|
+
namespace $404 {
|
|
8182
8247
|
namespace Content {
|
|
8183
8248
|
interface ApplicationJson {
|
|
8184
8249
|
[k: string]: unknown;
|
|
@@ -8195,22 +8260,29 @@ export declare module MittwaldAPIV2 {
|
|
|
8195
8260
|
}
|
|
8196
8261
|
}
|
|
8197
8262
|
}
|
|
8198
|
-
namespace
|
|
8263
|
+
namespace V2FileTokenRulesToken {
|
|
8199
8264
|
namespace Get {
|
|
8200
8265
|
namespace Parameters {
|
|
8201
8266
|
type Path = {
|
|
8202
|
-
|
|
8267
|
+
token: string;
|
|
8203
8268
|
};
|
|
8204
|
-
type Header = {}
|
|
8269
|
+
type Header = {};
|
|
8205
8270
|
type Query = {};
|
|
8206
8271
|
}
|
|
8207
8272
|
namespace Responses {
|
|
8208
8273
|
namespace $200 {
|
|
8209
8274
|
namespace Content {
|
|
8210
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8275
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
8211
8276
|
}
|
|
8212
8277
|
}
|
|
8213
|
-
namespace $
|
|
8278
|
+
namespace $404 {
|
|
8279
|
+
namespace Content {
|
|
8280
|
+
interface ApplicationJson {
|
|
8281
|
+
[k: string]: unknown;
|
|
8282
|
+
}
|
|
8283
|
+
}
|
|
8284
|
+
}
|
|
8285
|
+
namespace $500 {
|
|
8214
8286
|
namespace Content {
|
|
8215
8287
|
interface ApplicationJson {
|
|
8216
8288
|
[k: string]: unknown;
|
|
@@ -8227,29 +8299,29 @@ export declare module MittwaldAPIV2 {
|
|
|
8227
8299
|
}
|
|
8228
8300
|
}
|
|
8229
8301
|
}
|
|
8230
|
-
namespace
|
|
8302
|
+
namespace V2FileTypeRulesName {
|
|
8231
8303
|
namespace Get {
|
|
8232
8304
|
namespace Parameters {
|
|
8233
8305
|
type Path = {
|
|
8234
|
-
|
|
8306
|
+
name: "avatar" | "conversation";
|
|
8235
8307
|
};
|
|
8236
|
-
type Header = {}
|
|
8308
|
+
type Header = {};
|
|
8237
8309
|
type Query = {};
|
|
8238
8310
|
}
|
|
8239
8311
|
namespace Responses {
|
|
8240
8312
|
namespace $200 {
|
|
8241
8313
|
namespace Content {
|
|
8242
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8314
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
8243
8315
|
}
|
|
8244
8316
|
}
|
|
8245
|
-
namespace $
|
|
8317
|
+
namespace $404 {
|
|
8246
8318
|
namespace Content {
|
|
8247
8319
|
interface ApplicationJson {
|
|
8248
8320
|
[k: string]: unknown;
|
|
8249
8321
|
}
|
|
8250
8322
|
}
|
|
8251
8323
|
}
|
|
8252
|
-
namespace $
|
|
8324
|
+
namespace $500 {
|
|
8253
8325
|
namespace Content {
|
|
8254
8326
|
interface ApplicationJson {
|
|
8255
8327
|
[k: string]: unknown;
|
|
@@ -8265,36 +8337,42 @@ export declare module MittwaldAPIV2 {
|
|
|
8265
8337
|
}
|
|
8266
8338
|
}
|
|
8267
8339
|
}
|
|
8268
|
-
|
|
8340
|
+
}
|
|
8341
|
+
namespace V2FilesFileId {
|
|
8342
|
+
namespace Get {
|
|
8269
8343
|
namespace Parameters {
|
|
8270
8344
|
type Path = {
|
|
8271
|
-
|
|
8345
|
+
fileId: string;
|
|
8346
|
+
};
|
|
8347
|
+
type Header = {
|
|
8348
|
+
Accept?: "binary" | "base64" | "ocr";
|
|
8349
|
+
Download?: boolean;
|
|
8272
8350
|
};
|
|
8273
|
-
interface RequestBody {
|
|
8274
|
-
/**
|
|
8275
|
-
* If true, Domain is in grace period.
|
|
8276
|
-
*/
|
|
8277
|
-
transit?: boolean;
|
|
8278
|
-
}
|
|
8279
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8280
8351
|
type Query = {};
|
|
8281
8352
|
}
|
|
8282
8353
|
namespace Responses {
|
|
8283
8354
|
namespace $200 {
|
|
8355
|
+
namespace Content {
|
|
8356
|
+
type ApplicationOctetStream = string;
|
|
8357
|
+
type Base64 = string;
|
|
8358
|
+
type Ocr = string;
|
|
8359
|
+
}
|
|
8360
|
+
}
|
|
8361
|
+
namespace $400 {
|
|
8284
8362
|
namespace Content {
|
|
8285
8363
|
interface ApplicationJson {
|
|
8286
8364
|
[k: string]: unknown;
|
|
8287
8365
|
}
|
|
8288
8366
|
}
|
|
8289
8367
|
}
|
|
8290
|
-
namespace $
|
|
8368
|
+
namespace $404 {
|
|
8291
8369
|
namespace Content {
|
|
8292
8370
|
interface ApplicationJson {
|
|
8293
8371
|
[k: string]: unknown;
|
|
8294
8372
|
}
|
|
8295
8373
|
}
|
|
8296
8374
|
}
|
|
8297
|
-
namespace $
|
|
8375
|
+
namespace $500 {
|
|
8298
8376
|
namespace Content {
|
|
8299
8377
|
interface ApplicationJson {
|
|
8300
8378
|
[k: string]: unknown;
|
|
@@ -8311,24 +8389,26 @@ export declare module MittwaldAPIV2 {
|
|
|
8311
8389
|
}
|
|
8312
8390
|
}
|
|
8313
8391
|
}
|
|
8314
|
-
namespace
|
|
8315
|
-
namespace
|
|
8392
|
+
namespace V2Ingresses {
|
|
8393
|
+
namespace Post {
|
|
8316
8394
|
namespace Parameters {
|
|
8317
|
-
type Path = {
|
|
8318
|
-
domainId: string;
|
|
8319
|
-
};
|
|
8395
|
+
type Path = {};
|
|
8320
8396
|
interface RequestBody {
|
|
8321
|
-
|
|
8322
|
-
|
|
8397
|
+
hostname: string;
|
|
8398
|
+
/**
|
|
8399
|
+
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
8400
|
+
*/
|
|
8401
|
+
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
8402
|
+
projectId: string;
|
|
8323
8403
|
}
|
|
8324
8404
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8325
8405
|
type Query = {};
|
|
8326
8406
|
}
|
|
8327
8407
|
namespace Responses {
|
|
8328
|
-
namespace $
|
|
8408
|
+
namespace $201 {
|
|
8329
8409
|
namespace Content {
|
|
8330
8410
|
interface ApplicationJson {
|
|
8331
|
-
|
|
8411
|
+
id: string;
|
|
8332
8412
|
}
|
|
8333
8413
|
}
|
|
8334
8414
|
}
|
|
@@ -8349,11 +8429,11 @@ export declare module MittwaldAPIV2 {
|
|
|
8349
8429
|
}
|
|
8350
8430
|
}
|
|
8351
8431
|
}
|
|
8352
|
-
namespace
|
|
8432
|
+
namespace V2IngressesIngressId {
|
|
8353
8433
|
namespace Get {
|
|
8354
8434
|
namespace Parameters {
|
|
8355
8435
|
type Path = {
|
|
8356
|
-
|
|
8436
|
+
ingressId: string;
|
|
8357
8437
|
};
|
|
8358
8438
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8359
8439
|
type Query = {};
|
|
@@ -8361,10 +8441,10 @@ export declare module MittwaldAPIV2 {
|
|
|
8361
8441
|
namespace Responses {
|
|
8362
8442
|
namespace $200 {
|
|
8363
8443
|
namespace Content {
|
|
8364
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8444
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress;
|
|
8365
8445
|
}
|
|
8366
8446
|
}
|
|
8367
|
-
namespace $
|
|
8447
|
+
namespace $404 {
|
|
8368
8448
|
namespace Content {
|
|
8369
8449
|
interface ApplicationJson {
|
|
8370
8450
|
[k: string]: unknown;
|
|
@@ -8380,27 +8460,21 @@ export declare module MittwaldAPIV2 {
|
|
|
8380
8460
|
}
|
|
8381
8461
|
}
|
|
8382
8462
|
}
|
|
8383
|
-
|
|
8384
|
-
namespace V2ProjectsProjectIdDomains {
|
|
8385
|
-
namespace Get {
|
|
8463
|
+
namespace Delete {
|
|
8386
8464
|
namespace Parameters {
|
|
8387
8465
|
type Path = {
|
|
8388
|
-
|
|
8466
|
+
ingressId: string;
|
|
8389
8467
|
};
|
|
8390
8468
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8391
|
-
type Query = {
|
|
8392
|
-
page?: number;
|
|
8393
|
-
limit?: number;
|
|
8394
|
-
domainSearchName?: string;
|
|
8395
|
-
};
|
|
8469
|
+
type Query = {};
|
|
8396
8470
|
}
|
|
8397
8471
|
namespace Responses {
|
|
8398
|
-
namespace $
|
|
8472
|
+
namespace $204 {
|
|
8399
8473
|
namespace Content {
|
|
8400
|
-
type
|
|
8474
|
+
type Empty = unknown;
|
|
8401
8475
|
}
|
|
8402
8476
|
}
|
|
8403
|
-
namespace $
|
|
8477
|
+
namespace $404 {
|
|
8404
8478
|
namespace Content {
|
|
8405
8479
|
interface ApplicationJson {
|
|
8406
8480
|
[k: string]: unknown;
|
|
@@ -8417,29 +8491,17 @@ export declare module MittwaldAPIV2 {
|
|
|
8417
8491
|
}
|
|
8418
8492
|
}
|
|
8419
8493
|
}
|
|
8420
|
-
namespace
|
|
8421
|
-
namespace
|
|
8494
|
+
namespace V2Ingresses {
|
|
8495
|
+
namespace Get {
|
|
8422
8496
|
namespace Parameters {
|
|
8423
|
-
type Path = {
|
|
8424
|
-
domainId: string;
|
|
8425
|
-
};
|
|
8426
|
-
interface RequestBody {
|
|
8427
|
-
[k: string]: unknown;
|
|
8428
|
-
}
|
|
8497
|
+
type Path = {};
|
|
8429
8498
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8430
8499
|
type Query = {};
|
|
8431
8500
|
}
|
|
8432
8501
|
namespace Responses {
|
|
8433
|
-
namespace $
|
|
8434
|
-
namespace Content {
|
|
8435
|
-
type Empty = unknown;
|
|
8436
|
-
}
|
|
8437
|
-
}
|
|
8438
|
-
namespace $400 {
|
|
8502
|
+
namespace $200 {
|
|
8439
8503
|
namespace Content {
|
|
8440
|
-
|
|
8441
|
-
[k: string]: unknown;
|
|
8442
|
-
}
|
|
8504
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
8443
8505
|
}
|
|
8444
8506
|
}
|
|
8445
8507
|
namespace $404 {
|
|
@@ -8459,11 +8521,11 @@ export declare module MittwaldAPIV2 {
|
|
|
8459
8521
|
}
|
|
8460
8522
|
}
|
|
8461
8523
|
}
|
|
8462
|
-
namespace
|
|
8524
|
+
namespace V2ProjectsProjectIdIngresses {
|
|
8463
8525
|
namespace Get {
|
|
8464
8526
|
namespace Parameters {
|
|
8465
8527
|
type Path = {
|
|
8466
|
-
|
|
8528
|
+
projectId: string;
|
|
8467
8529
|
};
|
|
8468
8530
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8469
8531
|
type Query = {};
|
|
@@ -8471,14 +8533,7 @@ export declare module MittwaldAPIV2 {
|
|
|
8471
8533
|
namespace Responses {
|
|
8472
8534
|
namespace $200 {
|
|
8473
8535
|
namespace Content {
|
|
8474
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8475
|
-
}
|
|
8476
|
-
}
|
|
8477
|
-
namespace $400 {
|
|
8478
|
-
namespace Content {
|
|
8479
|
-
interface ApplicationJson {
|
|
8480
|
-
[k: string]: unknown;
|
|
8481
|
-
}
|
|
8536
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
8482
8537
|
}
|
|
8483
8538
|
}
|
|
8484
8539
|
namespace $404 {
|
|
@@ -8497,14 +8552,14 @@ export declare module MittwaldAPIV2 {
|
|
|
8497
8552
|
}
|
|
8498
8553
|
}
|
|
8499
8554
|
}
|
|
8500
|
-
|
|
8555
|
+
}
|
|
8556
|
+
namespace V2IngressesIngressIdPaths {
|
|
8557
|
+
namespace Put {
|
|
8501
8558
|
namespace Parameters {
|
|
8502
8559
|
type Path = {
|
|
8503
|
-
|
|
8560
|
+
ingressId: string;
|
|
8504
8561
|
};
|
|
8505
|
-
|
|
8506
|
-
[k: string]: unknown;
|
|
8507
|
-
}
|
|
8562
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
8508
8563
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8509
8564
|
type Query = {};
|
|
8510
8565
|
}
|
|
@@ -8514,13 +8569,6 @@ export declare module MittwaldAPIV2 {
|
|
|
8514
8569
|
type Empty = unknown;
|
|
8515
8570
|
}
|
|
8516
8571
|
}
|
|
8517
|
-
namespace $400 {
|
|
8518
|
-
namespace Content {
|
|
8519
|
-
interface ApplicationJson {
|
|
8520
|
-
[k: string]: unknown;
|
|
8521
|
-
}
|
|
8522
|
-
}
|
|
8523
|
-
}
|
|
8524
8572
|
namespace $404 {
|
|
8525
8573
|
namespace Content {
|
|
8526
8574
|
interface ApplicationJson {
|
|
@@ -8538,22 +8586,19 @@ export declare module MittwaldAPIV2 {
|
|
|
8538
8586
|
}
|
|
8539
8587
|
}
|
|
8540
8588
|
}
|
|
8541
|
-
namespace
|
|
8589
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8542
8590
|
namespace Post {
|
|
8543
8591
|
namespace Parameters {
|
|
8544
|
-
type Path = {
|
|
8545
|
-
|
|
8546
|
-
[k: string]: unknown;
|
|
8547
|
-
}
|
|
8548
|
-
type Header = {
|
|
8549
|
-
Token: string;
|
|
8592
|
+
type Path = {
|
|
8593
|
+
ingressId: string;
|
|
8550
8594
|
};
|
|
8595
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8551
8596
|
type Query = {};
|
|
8552
8597
|
}
|
|
8553
8598
|
namespace Responses {
|
|
8554
|
-
namespace $
|
|
8599
|
+
namespace $200 {
|
|
8555
8600
|
namespace Content {
|
|
8556
|
-
type
|
|
8601
|
+
type Empty = unknown;
|
|
8557
8602
|
}
|
|
8558
8603
|
}
|
|
8559
8604
|
namespace $400 {
|
|
@@ -8563,7 +8608,7 @@ export declare module MittwaldAPIV2 {
|
|
|
8563
8608
|
}
|
|
8564
8609
|
}
|
|
8565
8610
|
}
|
|
8566
|
-
namespace $
|
|
8611
|
+
namespace $404 {
|
|
8567
8612
|
namespace Content {
|
|
8568
8613
|
interface ApplicationJson {
|
|
8569
8614
|
[k: string]: unknown;
|
|
@@ -8580,19 +8625,21 @@ export declare module MittwaldAPIV2 {
|
|
|
8580
8625
|
}
|
|
8581
8626
|
}
|
|
8582
8627
|
}
|
|
8583
|
-
namespace
|
|
8584
|
-
namespace
|
|
8628
|
+
namespace V2IngressesIngressIdTls {
|
|
8629
|
+
namespace Put {
|
|
8585
8630
|
namespace Parameters {
|
|
8586
8631
|
type Path = {
|
|
8587
|
-
|
|
8632
|
+
ingressId: string;
|
|
8588
8633
|
};
|
|
8589
|
-
type
|
|
8634
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
8635
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8590
8636
|
type Query = {};
|
|
8591
8637
|
}
|
|
8592
8638
|
namespace Responses {
|
|
8593
8639
|
namespace $200 {
|
|
8594
8640
|
namespace Content {
|
|
8595
|
-
|
|
8641
|
+
interface ApplicationJson {
|
|
8642
|
+
}
|
|
8596
8643
|
}
|
|
8597
8644
|
}
|
|
8598
8645
|
namespace $404 {
|
|
@@ -8612,29 +8659,30 @@ export declare module MittwaldAPIV2 {
|
|
|
8612
8659
|
}
|
|
8613
8660
|
}
|
|
8614
8661
|
}
|
|
8615
|
-
namespace
|
|
8662
|
+
namespace V2CustomersCustomerIdInvoicesInvoiceId {
|
|
8616
8663
|
namespace Get {
|
|
8617
8664
|
namespace Parameters {
|
|
8618
8665
|
type Path = {
|
|
8619
|
-
|
|
8666
|
+
customerId: string;
|
|
8667
|
+
invoiceId: string;
|
|
8620
8668
|
};
|
|
8621
|
-
type Header = {};
|
|
8669
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8622
8670
|
type Query = {};
|
|
8623
8671
|
}
|
|
8624
8672
|
namespace Responses {
|
|
8625
8673
|
namespace $200 {
|
|
8626
8674
|
namespace Content {
|
|
8627
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8675
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice;
|
|
8628
8676
|
}
|
|
8629
8677
|
}
|
|
8630
|
-
namespace $
|
|
8678
|
+
namespace $400 {
|
|
8631
8679
|
namespace Content {
|
|
8632
8680
|
interface ApplicationJson {
|
|
8633
8681
|
[k: string]: unknown;
|
|
8634
8682
|
}
|
|
8635
8683
|
}
|
|
8636
8684
|
}
|
|
8637
|
-
namespace $
|
|
8685
|
+
namespace $404 {
|
|
8638
8686
|
namespace Content {
|
|
8639
8687
|
interface ApplicationJson {
|
|
8640
8688
|
[k: string]: unknown;
|
|
@@ -8651,29 +8699,29 @@ export declare module MittwaldAPIV2 {
|
|
|
8651
8699
|
}
|
|
8652
8700
|
}
|
|
8653
8701
|
}
|
|
8654
|
-
namespace
|
|
8702
|
+
namespace V2CustomersCustomerIdInvoiceSettings {
|
|
8655
8703
|
namespace Get {
|
|
8656
8704
|
namespace Parameters {
|
|
8657
8705
|
type Path = {
|
|
8658
|
-
|
|
8706
|
+
customerId: string;
|
|
8659
8707
|
};
|
|
8660
|
-
type Header = {};
|
|
8708
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8661
8709
|
type Query = {};
|
|
8662
8710
|
}
|
|
8663
8711
|
namespace Responses {
|
|
8664
8712
|
namespace $200 {
|
|
8665
8713
|
namespace Content {
|
|
8666
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8714
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
8667
8715
|
}
|
|
8668
8716
|
}
|
|
8669
|
-
namespace $
|
|
8717
|
+
namespace $400 {
|
|
8670
8718
|
namespace Content {
|
|
8671
8719
|
interface ApplicationJson {
|
|
8672
8720
|
[k: string]: unknown;
|
|
8673
8721
|
}
|
|
8674
8722
|
}
|
|
8675
8723
|
}
|
|
8676
|
-
namespace $
|
|
8724
|
+
namespace $404 {
|
|
8677
8725
|
namespace Content {
|
|
8678
8726
|
interface ApplicationJson {
|
|
8679
8727
|
[k: string]: unknown;
|
|
@@ -8689,25 +8737,27 @@ export declare module MittwaldAPIV2 {
|
|
|
8689
8737
|
}
|
|
8690
8738
|
}
|
|
8691
8739
|
}
|
|
8692
|
-
|
|
8693
|
-
namespace V2FilesFileId {
|
|
8694
|
-
namespace Get {
|
|
8740
|
+
namespace Put {
|
|
8695
8741
|
namespace Parameters {
|
|
8696
8742
|
type Path = {
|
|
8697
|
-
|
|
8698
|
-
};
|
|
8699
|
-
type Header = {
|
|
8700
|
-
Accept?: "binary" | "base64" | "ocr";
|
|
8701
|
-
Download?: boolean;
|
|
8743
|
+
customerId: string;
|
|
8702
8744
|
};
|
|
8745
|
+
interface RequestBody {
|
|
8746
|
+
additionalEmailRecipients?: string[];
|
|
8747
|
+
invoicePeriod: number;
|
|
8748
|
+
paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
|
|
8749
|
+
printedInvoices?: boolean;
|
|
8750
|
+
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
8751
|
+
recipientSameAsOwner?: boolean;
|
|
8752
|
+
targetDay?: number;
|
|
8753
|
+
}
|
|
8754
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8703
8755
|
type Query = {};
|
|
8704
8756
|
}
|
|
8705
8757
|
namespace Responses {
|
|
8706
8758
|
namespace $200 {
|
|
8707
8759
|
namespace Content {
|
|
8708
|
-
type
|
|
8709
|
-
type Base64 = string;
|
|
8710
|
-
type Ocr = string;
|
|
8760
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
8711
8761
|
}
|
|
8712
8762
|
}
|
|
8713
8763
|
namespace $400 {
|
|
@@ -8724,13 +8774,6 @@ export declare module MittwaldAPIV2 {
|
|
|
8724
8774
|
}
|
|
8725
8775
|
}
|
|
8726
8776
|
}
|
|
8727
|
-
namespace $500 {
|
|
8728
|
-
namespace Content {
|
|
8729
|
-
interface ApplicationJson {
|
|
8730
|
-
[k: string]: unknown;
|
|
8731
|
-
}
|
|
8732
|
-
}
|
|
8733
|
-
}
|
|
8734
8777
|
namespace Default {
|
|
8735
8778
|
namespace Content {
|
|
8736
8779
|
interface ApplicationJson {
|
|
@@ -8741,26 +8784,30 @@ export declare module MittwaldAPIV2 {
|
|
|
8741
8784
|
}
|
|
8742
8785
|
}
|
|
8743
8786
|
}
|
|
8744
|
-
namespace
|
|
8745
|
-
namespace
|
|
8787
|
+
namespace V2CustomersCustomerIdInvoices {
|
|
8788
|
+
namespace Get {
|
|
8746
8789
|
namespace Parameters {
|
|
8747
|
-
type Path = {
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
/**
|
|
8751
|
-
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
8752
|
-
*/
|
|
8753
|
-
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
8754
|
-
projectId: string;
|
|
8755
|
-
}
|
|
8790
|
+
type Path = {
|
|
8791
|
+
customerId: string;
|
|
8792
|
+
};
|
|
8756
8793
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8757
|
-
type Query = {
|
|
8794
|
+
type Query = {
|
|
8795
|
+
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
8796
|
+
limit?: number;
|
|
8797
|
+
skip?: number;
|
|
8798
|
+
page?: number;
|
|
8799
|
+
};
|
|
8758
8800
|
}
|
|
8759
8801
|
namespace Responses {
|
|
8760
|
-
namespace $
|
|
8802
|
+
namespace $200 {
|
|
8803
|
+
namespace Content {
|
|
8804
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice[];
|
|
8805
|
+
}
|
|
8806
|
+
}
|
|
8807
|
+
namespace $400 {
|
|
8761
8808
|
namespace Content {
|
|
8762
8809
|
interface ApplicationJson {
|
|
8763
|
-
|
|
8810
|
+
[k: string]: unknown;
|
|
8764
8811
|
}
|
|
8765
8812
|
}
|
|
8766
8813
|
}
|
|
@@ -8781,11 +8828,12 @@ export declare module MittwaldAPIV2 {
|
|
|
8781
8828
|
}
|
|
8782
8829
|
}
|
|
8783
8830
|
}
|
|
8784
|
-
namespace
|
|
8831
|
+
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
8832
|
+
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
8785
8833
|
namespace Get {
|
|
8786
8834
|
namespace Parameters {
|
|
8787
8835
|
type Path = {
|
|
8788
|
-
|
|
8836
|
+
projectId: string;
|
|
8789
8837
|
};
|
|
8790
8838
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8791
8839
|
type Query = {};
|
|
@@ -8793,39 +8841,23 @@ export declare module MittwaldAPIV2 {
|
|
|
8793
8841
|
namespace Responses {
|
|
8794
8842
|
namespace $200 {
|
|
8795
8843
|
namespace Content {
|
|
8796
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8844
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
|
|
8797
8845
|
}
|
|
8798
8846
|
}
|
|
8799
|
-
namespace $
|
|
8847
|
+
namespace $400 {
|
|
8800
8848
|
namespace Content {
|
|
8801
8849
|
interface ApplicationJson {
|
|
8802
8850
|
[k: string]: unknown;
|
|
8803
8851
|
}
|
|
8804
8852
|
}
|
|
8805
8853
|
}
|
|
8806
|
-
namespace
|
|
8854
|
+
namespace $403 {
|
|
8807
8855
|
namespace Content {
|
|
8808
8856
|
interface ApplicationJson {
|
|
8809
8857
|
[k: string]: unknown;
|
|
8810
8858
|
}
|
|
8811
8859
|
}
|
|
8812
8860
|
}
|
|
8813
|
-
}
|
|
8814
|
-
}
|
|
8815
|
-
namespace Delete {
|
|
8816
|
-
namespace Parameters {
|
|
8817
|
-
type Path = {
|
|
8818
|
-
ingressId: string;
|
|
8819
|
-
};
|
|
8820
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8821
|
-
type Query = {};
|
|
8822
|
-
}
|
|
8823
|
-
namespace Responses {
|
|
8824
|
-
namespace $204 {
|
|
8825
|
-
namespace Content {
|
|
8826
|
-
type Empty = unknown;
|
|
8827
|
-
}
|
|
8828
|
-
}
|
|
8829
8861
|
namespace $404 {
|
|
8830
8862
|
namespace Content {
|
|
8831
8863
|
interface ApplicationJson {
|
|
@@ -8833,30 +8865,14 @@ export declare module MittwaldAPIV2 {
|
|
|
8833
8865
|
}
|
|
8834
8866
|
}
|
|
8835
8867
|
}
|
|
8836
|
-
namespace
|
|
8868
|
+
namespace $500 {
|
|
8837
8869
|
namespace Content {
|
|
8838
8870
|
interface ApplicationJson {
|
|
8839
8871
|
[k: string]: unknown;
|
|
8840
8872
|
}
|
|
8841
8873
|
}
|
|
8842
8874
|
}
|
|
8843
|
-
|
|
8844
|
-
}
|
|
8845
|
-
}
|
|
8846
|
-
namespace V2Ingresses {
|
|
8847
|
-
namespace Get {
|
|
8848
|
-
namespace Parameters {
|
|
8849
|
-
type Path = {};
|
|
8850
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8851
|
-
type Query = {};
|
|
8852
|
-
}
|
|
8853
|
-
namespace Responses {
|
|
8854
|
-
namespace $200 {
|
|
8855
|
-
namespace Content {
|
|
8856
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
8857
|
-
}
|
|
8858
|
-
}
|
|
8859
|
-
namespace $404 {
|
|
8875
|
+
namespace $503 {
|
|
8860
8876
|
namespace Content {
|
|
8861
8877
|
interface ApplicationJson {
|
|
8862
8878
|
[k: string]: unknown;
|
|
@@ -8872,56 +8888,55 @@ export declare module MittwaldAPIV2 {
|
|
|
8872
8888
|
}
|
|
8873
8889
|
}
|
|
8874
8890
|
}
|
|
8875
|
-
|
|
8876
|
-
namespace V2ProjectsProjectIdIngresses {
|
|
8877
|
-
namespace Get {
|
|
8891
|
+
namespace Post {
|
|
8878
8892
|
namespace Parameters {
|
|
8879
8893
|
type Path = {
|
|
8880
8894
|
projectId: string;
|
|
8881
8895
|
};
|
|
8896
|
+
interface RequestBody {
|
|
8897
|
+
description: string;
|
|
8898
|
+
password: string;
|
|
8899
|
+
}
|
|
8882
8900
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8883
8901
|
type Query = {};
|
|
8884
8902
|
}
|
|
8885
8903
|
namespace Responses {
|
|
8886
|
-
namespace $
|
|
8904
|
+
namespace $201 {
|
|
8887
8905
|
namespace Content {
|
|
8888
|
-
|
|
8906
|
+
interface ApplicationJson {
|
|
8907
|
+
id: string;
|
|
8908
|
+
}
|
|
8889
8909
|
}
|
|
8890
8910
|
}
|
|
8891
|
-
namespace $
|
|
8911
|
+
namespace $400 {
|
|
8892
8912
|
namespace Content {
|
|
8893
8913
|
interface ApplicationJson {
|
|
8894
8914
|
[k: string]: unknown;
|
|
8895
8915
|
}
|
|
8896
8916
|
}
|
|
8897
8917
|
}
|
|
8898
|
-
namespace
|
|
8918
|
+
namespace $403 {
|
|
8899
8919
|
namespace Content {
|
|
8900
8920
|
interface ApplicationJson {
|
|
8901
8921
|
[k: string]: unknown;
|
|
8902
8922
|
}
|
|
8903
8923
|
}
|
|
8904
8924
|
}
|
|
8905
|
-
|
|
8906
|
-
}
|
|
8907
|
-
}
|
|
8908
|
-
namespace V2IngressesIngressIdPaths {
|
|
8909
|
-
namespace Put {
|
|
8910
|
-
namespace Parameters {
|
|
8911
|
-
type Path = {
|
|
8912
|
-
ingressId: string;
|
|
8913
|
-
};
|
|
8914
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
8915
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8916
|
-
type Query = {};
|
|
8917
|
-
}
|
|
8918
|
-
namespace Responses {
|
|
8919
|
-
namespace $204 {
|
|
8925
|
+
namespace $404 {
|
|
8920
8926
|
namespace Content {
|
|
8921
|
-
|
|
8927
|
+
interface ApplicationJson {
|
|
8928
|
+
[k: string]: unknown;
|
|
8929
|
+
}
|
|
8922
8930
|
}
|
|
8923
8931
|
}
|
|
8924
|
-
namespace $
|
|
8932
|
+
namespace $500 {
|
|
8933
|
+
namespace Content {
|
|
8934
|
+
interface ApplicationJson {
|
|
8935
|
+
[k: string]: unknown;
|
|
8936
|
+
}
|
|
8937
|
+
}
|
|
8938
|
+
}
|
|
8939
|
+
namespace $503 {
|
|
8925
8940
|
namespace Content {
|
|
8926
8941
|
interface ApplicationJson {
|
|
8927
8942
|
[k: string]: unknown;
|
|
@@ -8938,11 +8953,12 @@ export declare module MittwaldAPIV2 {
|
|
|
8938
8953
|
}
|
|
8939
8954
|
}
|
|
8940
8955
|
}
|
|
8941
|
-
namespace
|
|
8942
|
-
|
|
8956
|
+
namespace V2ProjectsProjectIdMailaddresses { }
|
|
8957
|
+
namespace V2ProjectsProjectIdMailAddresses {
|
|
8958
|
+
namespace Get {
|
|
8943
8959
|
namespace Parameters {
|
|
8944
8960
|
type Path = {
|
|
8945
|
-
|
|
8961
|
+
projectId: string;
|
|
8946
8962
|
};
|
|
8947
8963
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8948
8964
|
type Query = {};
|
|
@@ -8950,7 +8966,7 @@ export declare module MittwaldAPIV2 {
|
|
|
8950
8966
|
namespace Responses {
|
|
8951
8967
|
namespace $200 {
|
|
8952
8968
|
namespace Content {
|
|
8953
|
-
type
|
|
8969
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
|
|
8954
8970
|
}
|
|
8955
8971
|
}
|
|
8956
8972
|
namespace $400 {
|
|
@@ -8960,41 +8976,28 @@ export declare module MittwaldAPIV2 {
|
|
|
8960
8976
|
}
|
|
8961
8977
|
}
|
|
8962
8978
|
}
|
|
8963
|
-
namespace $
|
|
8979
|
+
namespace $403 {
|
|
8964
8980
|
namespace Content {
|
|
8965
8981
|
interface ApplicationJson {
|
|
8966
8982
|
[k: string]: unknown;
|
|
8967
8983
|
}
|
|
8968
8984
|
}
|
|
8969
8985
|
}
|
|
8970
|
-
namespace
|
|
8986
|
+
namespace $404 {
|
|
8971
8987
|
namespace Content {
|
|
8972
8988
|
interface ApplicationJson {
|
|
8973
8989
|
[k: string]: unknown;
|
|
8974
8990
|
}
|
|
8975
8991
|
}
|
|
8976
8992
|
}
|
|
8977
|
-
|
|
8978
|
-
}
|
|
8979
|
-
}
|
|
8980
|
-
namespace V2IngressesIngressIdTls {
|
|
8981
|
-
namespace Put {
|
|
8982
|
-
namespace Parameters {
|
|
8983
|
-
type Path = {
|
|
8984
|
-
ingressId: string;
|
|
8985
|
-
};
|
|
8986
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
8987
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8988
|
-
type Query = {};
|
|
8989
|
-
}
|
|
8990
|
-
namespace Responses {
|
|
8991
|
-
namespace $200 {
|
|
8993
|
+
namespace $500 {
|
|
8992
8994
|
namespace Content {
|
|
8993
8995
|
interface ApplicationJson {
|
|
8996
|
+
[k: string]: unknown;
|
|
8994
8997
|
}
|
|
8995
8998
|
}
|
|
8996
8999
|
}
|
|
8997
|
-
namespace $
|
|
9000
|
+
namespace $503 {
|
|
8998
9001
|
namespace Content {
|
|
8999
9002
|
interface ApplicationJson {
|
|
9000
9003
|
[k: string]: unknown;
|
|
@@ -9010,21 +9013,21 @@ export declare module MittwaldAPIV2 {
|
|
|
9010
9013
|
}
|
|
9011
9014
|
}
|
|
9012
9015
|
}
|
|
9013
|
-
|
|
9014
|
-
namespace V2CustomersCustomerIdInvoicesInvoiceId {
|
|
9015
|
-
namespace Get {
|
|
9016
|
+
namespace Post {
|
|
9016
9017
|
namespace Parameters {
|
|
9017
9018
|
type Path = {
|
|
9018
|
-
|
|
9019
|
-
invoiceId: string;
|
|
9019
|
+
projectId: string;
|
|
9020
9020
|
};
|
|
9021
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9021
9022
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9022
9023
|
type Query = {};
|
|
9023
9024
|
}
|
|
9024
9025
|
namespace Responses {
|
|
9025
|
-
namespace $
|
|
9026
|
+
namespace $201 {
|
|
9026
9027
|
namespace Content {
|
|
9027
|
-
|
|
9028
|
+
interface ApplicationJson {
|
|
9029
|
+
id: string;
|
|
9030
|
+
}
|
|
9028
9031
|
}
|
|
9029
9032
|
}
|
|
9030
9033
|
namespace $400 {
|
|
@@ -9034,46 +9037,28 @@ export declare module MittwaldAPIV2 {
|
|
|
9034
9037
|
}
|
|
9035
9038
|
}
|
|
9036
9039
|
}
|
|
9037
|
-
namespace $
|
|
9040
|
+
namespace $403 {
|
|
9038
9041
|
namespace Content {
|
|
9039
9042
|
interface ApplicationJson {
|
|
9040
9043
|
[k: string]: unknown;
|
|
9041
9044
|
}
|
|
9042
9045
|
}
|
|
9043
9046
|
}
|
|
9044
|
-
namespace
|
|
9047
|
+
namespace $404 {
|
|
9045
9048
|
namespace Content {
|
|
9046
9049
|
interface ApplicationJson {
|
|
9047
9050
|
[k: string]: unknown;
|
|
9048
9051
|
}
|
|
9049
9052
|
}
|
|
9050
9053
|
}
|
|
9051
|
-
|
|
9052
|
-
}
|
|
9053
|
-
}
|
|
9054
|
-
namespace V2CustomersCustomerIdInvoiceSettings {
|
|
9055
|
-
namespace Get {
|
|
9056
|
-
namespace Parameters {
|
|
9057
|
-
type Path = {
|
|
9058
|
-
customerId: string;
|
|
9059
|
-
};
|
|
9060
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9061
|
-
type Query = {};
|
|
9062
|
-
}
|
|
9063
|
-
namespace Responses {
|
|
9064
|
-
namespace $200 {
|
|
9065
|
-
namespace Content {
|
|
9066
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
9067
|
-
}
|
|
9068
|
-
}
|
|
9069
|
-
namespace $400 {
|
|
9054
|
+
namespace $500 {
|
|
9070
9055
|
namespace Content {
|
|
9071
9056
|
interface ApplicationJson {
|
|
9072
9057
|
[k: string]: unknown;
|
|
9073
9058
|
}
|
|
9074
9059
|
}
|
|
9075
9060
|
}
|
|
9076
|
-
namespace $
|
|
9061
|
+
namespace $503 {
|
|
9077
9062
|
namespace Content {
|
|
9078
9063
|
interface ApplicationJson {
|
|
9079
9064
|
[k: string]: unknown;
|
|
@@ -9089,27 +9074,21 @@ export declare module MittwaldAPIV2 {
|
|
|
9089
9074
|
}
|
|
9090
9075
|
}
|
|
9091
9076
|
}
|
|
9092
|
-
|
|
9077
|
+
}
|
|
9078
|
+
namespace V2DeliveryboxesDeliveryBoxId { }
|
|
9079
|
+
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
9080
|
+
namespace Get {
|
|
9093
9081
|
namespace Parameters {
|
|
9094
9082
|
type Path = {
|
|
9095
|
-
|
|
9083
|
+
deliveryBoxId: string;
|
|
9096
9084
|
};
|
|
9097
|
-
interface RequestBody {
|
|
9098
|
-
additionalEmailRecipients?: string[];
|
|
9099
|
-
invoicePeriod: number;
|
|
9100
|
-
paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
|
|
9101
|
-
printedInvoices?: boolean;
|
|
9102
|
-
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
9103
|
-
recipientSameAsOwner?: boolean;
|
|
9104
|
-
targetDay?: number;
|
|
9105
|
-
}
|
|
9106
9085
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9107
9086
|
type Query = {};
|
|
9108
9087
|
}
|
|
9109
9088
|
namespace Responses {
|
|
9110
9089
|
namespace $200 {
|
|
9111
9090
|
namespace Content {
|
|
9112
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9091
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
9113
9092
|
}
|
|
9114
9093
|
}
|
|
9115
9094
|
namespace $400 {
|
|
@@ -9119,51 +9098,28 @@ export declare module MittwaldAPIV2 {
|
|
|
9119
9098
|
}
|
|
9120
9099
|
}
|
|
9121
9100
|
}
|
|
9122
|
-
namespace $
|
|
9101
|
+
namespace $403 {
|
|
9123
9102
|
namespace Content {
|
|
9124
9103
|
interface ApplicationJson {
|
|
9125
9104
|
[k: string]: unknown;
|
|
9126
9105
|
}
|
|
9127
9106
|
}
|
|
9128
9107
|
}
|
|
9129
|
-
namespace
|
|
9108
|
+
namespace $404 {
|
|
9130
9109
|
namespace Content {
|
|
9131
9110
|
interface ApplicationJson {
|
|
9132
9111
|
[k: string]: unknown;
|
|
9133
9112
|
}
|
|
9134
9113
|
}
|
|
9135
9114
|
}
|
|
9136
|
-
|
|
9137
|
-
}
|
|
9138
|
-
}
|
|
9139
|
-
namespace V2CustomersCustomerIdInvoices {
|
|
9140
|
-
namespace Get {
|
|
9141
|
-
namespace Parameters {
|
|
9142
|
-
type Path = {
|
|
9143
|
-
customerId: string;
|
|
9144
|
-
};
|
|
9145
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9146
|
-
type Query = {
|
|
9147
|
-
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
9148
|
-
limit?: number;
|
|
9149
|
-
skip?: number;
|
|
9150
|
-
page?: number;
|
|
9151
|
-
};
|
|
9152
|
-
}
|
|
9153
|
-
namespace Responses {
|
|
9154
|
-
namespace $200 {
|
|
9155
|
-
namespace Content {
|
|
9156
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice[];
|
|
9157
|
-
}
|
|
9158
|
-
}
|
|
9159
|
-
namespace $400 {
|
|
9115
|
+
namespace $500 {
|
|
9160
9116
|
namespace Content {
|
|
9161
9117
|
interface ApplicationJson {
|
|
9162
9118
|
[k: string]: unknown;
|
|
9163
9119
|
}
|
|
9164
9120
|
}
|
|
9165
9121
|
}
|
|
9166
|
-
namespace $
|
|
9122
|
+
namespace $503 {
|
|
9167
9123
|
namespace Content {
|
|
9168
9124
|
interface ApplicationJson {
|
|
9169
9125
|
[k: string]: unknown;
|
|
@@ -9179,13 +9135,10 @@ export declare module MittwaldAPIV2 {
|
|
|
9179
9135
|
}
|
|
9180
9136
|
}
|
|
9181
9137
|
}
|
|
9182
|
-
|
|
9183
|
-
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
9184
|
-
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
9185
|
-
namespace Get {
|
|
9138
|
+
namespace Delete {
|
|
9186
9139
|
namespace Parameters {
|
|
9187
9140
|
type Path = {
|
|
9188
|
-
|
|
9141
|
+
deliveryBoxId: string;
|
|
9189
9142
|
};
|
|
9190
9143
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9191
9144
|
type Query = {};
|
|
@@ -9193,7 +9146,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9193
9146
|
namespace Responses {
|
|
9194
9147
|
namespace $200 {
|
|
9195
9148
|
namespace Content {
|
|
9196
|
-
type
|
|
9149
|
+
type Empty = unknown;
|
|
9197
9150
|
}
|
|
9198
9151
|
}
|
|
9199
9152
|
namespace $400 {
|
|
@@ -9240,24 +9193,21 @@ export declare module MittwaldAPIV2 {
|
|
|
9240
9193
|
}
|
|
9241
9194
|
}
|
|
9242
9195
|
}
|
|
9243
|
-
|
|
9196
|
+
}
|
|
9197
|
+
namespace V2MailaddressesMailAddressId { }
|
|
9198
|
+
namespace V2MailAddressesMailAddressId {
|
|
9199
|
+
namespace Get {
|
|
9244
9200
|
namespace Parameters {
|
|
9245
9201
|
type Path = {
|
|
9246
|
-
|
|
9202
|
+
mailAddressId: string;
|
|
9247
9203
|
};
|
|
9248
|
-
interface RequestBody {
|
|
9249
|
-
description: string;
|
|
9250
|
-
password: string;
|
|
9251
|
-
}
|
|
9252
9204
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9253
9205
|
type Query = {};
|
|
9254
9206
|
}
|
|
9255
9207
|
namespace Responses {
|
|
9256
|
-
namespace $
|
|
9208
|
+
namespace $200 {
|
|
9257
9209
|
namespace Content {
|
|
9258
|
-
|
|
9259
|
-
id: string;
|
|
9260
|
-
}
|
|
9210
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
9261
9211
|
}
|
|
9262
9212
|
}
|
|
9263
9213
|
namespace $400 {
|
|
@@ -9304,13 +9254,10 @@ export declare module MittwaldAPIV2 {
|
|
|
9304
9254
|
}
|
|
9305
9255
|
}
|
|
9306
9256
|
}
|
|
9307
|
-
|
|
9308
|
-
namespace V2ProjectsProjectIdMailaddresses { }
|
|
9309
|
-
namespace V2ProjectsProjectIdMailAddresses {
|
|
9310
|
-
namespace Get {
|
|
9257
|
+
namespace Delete {
|
|
9311
9258
|
namespace Parameters {
|
|
9312
9259
|
type Path = {
|
|
9313
|
-
|
|
9260
|
+
mailAddressId: string;
|
|
9314
9261
|
};
|
|
9315
9262
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9316
9263
|
type Query = {};
|
|
@@ -9318,7 +9265,7 @@ export declare module MittwaldAPIV2 {
|
|
|
9318
9265
|
namespace Responses {
|
|
9319
9266
|
namespace $200 {
|
|
9320
9267
|
namespace Content {
|
|
9321
|
-
type
|
|
9268
|
+
type Empty = unknown;
|
|
9322
9269
|
}
|
|
9323
9270
|
}
|
|
9324
9271
|
namespace $400 {
|
|
@@ -9365,20 +9312,26 @@ export declare module MittwaldAPIV2 {
|
|
|
9365
9312
|
}
|
|
9366
9313
|
}
|
|
9367
9314
|
}
|
|
9368
|
-
|
|
9315
|
+
}
|
|
9316
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
9317
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
9318
|
+
namespace V2ProjectsProjectIdMailsettings { }
|
|
9319
|
+
namespace V2ProjectsProjectIdMailSettings {
|
|
9320
|
+
namespace Get {
|
|
9369
9321
|
namespace Parameters {
|
|
9370
9322
|
type Path = {
|
|
9371
9323
|
projectId: string;
|
|
9372
9324
|
};
|
|
9373
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9374
9325
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9375
9326
|
type Query = {};
|
|
9376
9327
|
}
|
|
9377
9328
|
namespace Responses {
|
|
9378
|
-
namespace $
|
|
9329
|
+
namespace $200 {
|
|
9379
9330
|
namespace Content {
|
|
9380
9331
|
interface ApplicationJson {
|
|
9381
|
-
|
|
9332
|
+
blacklist: string[];
|
|
9333
|
+
projectId: string;
|
|
9334
|
+
whitelist: string[];
|
|
9382
9335
|
}
|
|
9383
9336
|
}
|
|
9384
9337
|
}
|
|
@@ -9427,20 +9380,25 @@ export declare module MittwaldAPIV2 {
|
|
|
9427
9380
|
}
|
|
9428
9381
|
}
|
|
9429
9382
|
}
|
|
9430
|
-
namespace
|
|
9431
|
-
namespace
|
|
9432
|
-
|
|
9383
|
+
namespace V2MailaddressesIdAddress { }
|
|
9384
|
+
namespace V2ProjectsProjectIdMailsettingsBlacklist { }
|
|
9385
|
+
namespace V2ProjectsProjectIdMailsettingsWhitelist { }
|
|
9386
|
+
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
9387
|
+
namespace Patch {
|
|
9433
9388
|
namespace Parameters {
|
|
9434
9389
|
type Path = {
|
|
9435
9390
|
deliveryBoxId: string;
|
|
9436
9391
|
};
|
|
9392
|
+
interface RequestBody {
|
|
9393
|
+
description: string;
|
|
9394
|
+
}
|
|
9437
9395
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9438
9396
|
type Query = {};
|
|
9439
9397
|
}
|
|
9440
9398
|
namespace Responses {
|
|
9441
9399
|
namespace $200 {
|
|
9442
9400
|
namespace Content {
|
|
9443
|
-
type
|
|
9401
|
+
type Empty = unknown;
|
|
9444
9402
|
}
|
|
9445
9403
|
}
|
|
9446
9404
|
namespace $400 {
|
|
@@ -9487,11 +9445,16 @@ export declare module MittwaldAPIV2 {
|
|
|
9487
9445
|
}
|
|
9488
9446
|
}
|
|
9489
9447
|
}
|
|
9490
|
-
|
|
9448
|
+
}
|
|
9449
|
+
namespace V2DeliveryBoxesDeliveryBoxIdPassword {
|
|
9450
|
+
namespace Patch {
|
|
9491
9451
|
namespace Parameters {
|
|
9492
9452
|
type Path = {
|
|
9493
9453
|
deliveryBoxId: string;
|
|
9494
9454
|
};
|
|
9455
|
+
interface RequestBody {
|
|
9456
|
+
password: string;
|
|
9457
|
+
}
|
|
9495
9458
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9496
9459
|
type Query = {};
|
|
9497
9460
|
}
|
|
@@ -9546,20 +9509,22 @@ export declare module MittwaldAPIV2 {
|
|
|
9546
9509
|
}
|
|
9547
9510
|
}
|
|
9548
9511
|
}
|
|
9549
|
-
namespace
|
|
9550
|
-
|
|
9551
|
-
namespace Get {
|
|
9512
|
+
namespace V2MailAddressesMailAddressIdAddress {
|
|
9513
|
+
namespace Patch {
|
|
9552
9514
|
namespace Parameters {
|
|
9553
9515
|
type Path = {
|
|
9554
9516
|
mailAddressId: string;
|
|
9555
9517
|
};
|
|
9518
|
+
interface RequestBody {
|
|
9519
|
+
address: string;
|
|
9520
|
+
}
|
|
9556
9521
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9557
9522
|
type Query = {};
|
|
9558
9523
|
}
|
|
9559
9524
|
namespace Responses {
|
|
9560
9525
|
namespace $200 {
|
|
9561
9526
|
namespace Content {
|
|
9562
|
-
type
|
|
9527
|
+
type Empty = unknown;
|
|
9563
9528
|
}
|
|
9564
9529
|
}
|
|
9565
9530
|
namespace $400 {
|
|
@@ -9606,11 +9571,22 @@ export declare module MittwaldAPIV2 {
|
|
|
9606
9571
|
}
|
|
9607
9572
|
}
|
|
9608
9573
|
}
|
|
9609
|
-
|
|
9574
|
+
}
|
|
9575
|
+
namespace V2MailaddressesMailAddressIdAutoResponder { }
|
|
9576
|
+
namespace V2MailAddressesMailAddressIdAutoresponder {
|
|
9577
|
+
namespace Put {
|
|
9610
9578
|
namespace Parameters {
|
|
9611
9579
|
type Path = {
|
|
9612
9580
|
mailAddressId: string;
|
|
9613
9581
|
};
|
|
9582
|
+
interface RequestBody {
|
|
9583
|
+
autoResponder: {
|
|
9584
|
+
active: boolean;
|
|
9585
|
+
expiresAt?: string;
|
|
9586
|
+
message: string;
|
|
9587
|
+
startsAt?: string;
|
|
9588
|
+
};
|
|
9589
|
+
}
|
|
9614
9590
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9615
9591
|
type Query = {};
|
|
9616
9592
|
}
|
|
@@ -9665,26 +9641,23 @@ export declare module MittwaldAPIV2 {
|
|
|
9665
9641
|
}
|
|
9666
9642
|
}
|
|
9667
9643
|
}
|
|
9668
|
-
namespace
|
|
9669
|
-
namespace
|
|
9670
|
-
|
|
9671
|
-
namespace V2ProjectsProjectIdMailSettings {
|
|
9672
|
-
namespace Get {
|
|
9644
|
+
namespace V2MailaddressesMailAddressIdCatchAll { }
|
|
9645
|
+
namespace V2MailAddressesMailAddressIdCatchall {
|
|
9646
|
+
namespace Put {
|
|
9673
9647
|
namespace Parameters {
|
|
9674
9648
|
type Path = {
|
|
9675
|
-
|
|
9649
|
+
mailAddressId: string;
|
|
9676
9650
|
};
|
|
9677
|
-
|
|
9651
|
+
interface RequestBody {
|
|
9652
|
+
active: boolean;
|
|
9653
|
+
}
|
|
9654
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9678
9655
|
type Query = {};
|
|
9679
9656
|
}
|
|
9680
9657
|
namespace Responses {
|
|
9681
9658
|
namespace $200 {
|
|
9682
9659
|
namespace Content {
|
|
9683
|
-
|
|
9684
|
-
blacklist: string[];
|
|
9685
|
-
projectId: string;
|
|
9686
|
-
whitelist: string[];
|
|
9687
|
-
}
|
|
9660
|
+
type Empty = unknown;
|
|
9688
9661
|
}
|
|
9689
9662
|
}
|
|
9690
9663
|
namespace $400 {
|
|
@@ -9732,17 +9705,15 @@ export declare module MittwaldAPIV2 {
|
|
|
9732
9705
|
}
|
|
9733
9706
|
}
|
|
9734
9707
|
}
|
|
9735
|
-
namespace
|
|
9736
|
-
namespace
|
|
9737
|
-
|
|
9738
|
-
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
9739
|
-
namespace Patch {
|
|
9708
|
+
namespace V2MailaddressesMailAddressIdForwardaddresses { }
|
|
9709
|
+
namespace V2MailAddressesMailAddressIdForwardAddresses {
|
|
9710
|
+
namespace Put {
|
|
9740
9711
|
namespace Parameters {
|
|
9741
9712
|
type Path = {
|
|
9742
|
-
|
|
9713
|
+
mailAddressId: string;
|
|
9743
9714
|
};
|
|
9744
9715
|
interface RequestBody {
|
|
9745
|
-
|
|
9716
|
+
forwardAddresses: string[];
|
|
9746
9717
|
}
|
|
9747
9718
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9748
9719
|
type Query = {};
|
|
@@ -9798,11 +9769,12 @@ export declare module MittwaldAPIV2 {
|
|
|
9798
9769
|
}
|
|
9799
9770
|
}
|
|
9800
9771
|
}
|
|
9801
|
-
namespace
|
|
9802
|
-
|
|
9772
|
+
namespace V2MailaddressesMailAddressIdPassword { }
|
|
9773
|
+
namespace V2MailAddressesMailAddressIdPassword {
|
|
9774
|
+
namespace Put {
|
|
9803
9775
|
namespace Parameters {
|
|
9804
9776
|
type Path = {
|
|
9805
|
-
|
|
9777
|
+
mailAddressId: string;
|
|
9806
9778
|
};
|
|
9807
9779
|
interface RequestBody {
|
|
9808
9780
|
password: string;
|
|
@@ -9861,14 +9833,15 @@ export declare module MittwaldAPIV2 {
|
|
|
9861
9833
|
}
|
|
9862
9834
|
}
|
|
9863
9835
|
}
|
|
9864
|
-
namespace
|
|
9865
|
-
|
|
9836
|
+
namespace V2MailaddressesMailAddressIdQuota { }
|
|
9837
|
+
namespace V2MailAddressesMailAddressIdQuota {
|
|
9838
|
+
namespace Put {
|
|
9866
9839
|
namespace Parameters {
|
|
9867
9840
|
type Path = {
|
|
9868
9841
|
mailAddressId: string;
|
|
9869
9842
|
};
|
|
9870
9843
|
interface RequestBody {
|
|
9871
|
-
|
|
9844
|
+
quotaInBytes: number;
|
|
9872
9845
|
}
|
|
9873
9846
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9874
9847
|
type Query = {};
|
|
@@ -9924,19 +9897,19 @@ export declare module MittwaldAPIV2 {
|
|
|
9924
9897
|
}
|
|
9925
9898
|
}
|
|
9926
9899
|
}
|
|
9927
|
-
namespace
|
|
9928
|
-
namespace
|
|
9900
|
+
namespace V2MailaddressesMailAddressIdSpamprotection { }
|
|
9901
|
+
namespace V2MailAddressesMailAddressIdSpamProtection {
|
|
9929
9902
|
namespace Put {
|
|
9930
9903
|
namespace Parameters {
|
|
9931
9904
|
type Path = {
|
|
9932
9905
|
mailAddressId: string;
|
|
9933
9906
|
};
|
|
9934
9907
|
interface RequestBody {
|
|
9935
|
-
|
|
9908
|
+
spamProtection: {
|
|
9936
9909
|
active: boolean;
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9910
|
+
autoDeleteSpam: boolean;
|
|
9911
|
+
folder: "inbox" | "spam";
|
|
9912
|
+
relocationMinSpamScore: number;
|
|
9940
9913
|
};
|
|
9941
9914
|
}
|
|
9942
9915
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
@@ -9993,16 +9966,18 @@ export declare module MittwaldAPIV2 {
|
|
|
9993
9966
|
}
|
|
9994
9967
|
}
|
|
9995
9968
|
}
|
|
9996
|
-
namespace
|
|
9997
|
-
namespace V2MailAddressesMailAddressIdCatchall {
|
|
9969
|
+
namespace V2ProjectsProjectIdMailSettingsSetting {
|
|
9998
9970
|
namespace Put {
|
|
9999
9971
|
namespace Parameters {
|
|
10000
9972
|
type Path = {
|
|
10001
|
-
|
|
9973
|
+
projectId: string;
|
|
9974
|
+
setting: "blacklist" | "whitelist";
|
|
9975
|
+
};
|
|
9976
|
+
type RequestBody = {
|
|
9977
|
+
blacklist: string[];
|
|
9978
|
+
} | {
|
|
9979
|
+
whitelist: string[];
|
|
10002
9980
|
};
|
|
10003
|
-
interface RequestBody {
|
|
10004
|
-
active: boolean;
|
|
10005
|
-
}
|
|
10006
9981
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10007
9982
|
type Query = {};
|
|
10008
9983
|
}
|
|
@@ -10057,60 +10032,98 @@ export declare module MittwaldAPIV2 {
|
|
|
10057
10032
|
}
|
|
10058
10033
|
}
|
|
10059
10034
|
}
|
|
10060
|
-
namespace
|
|
10061
|
-
|
|
10062
|
-
namespace Put {
|
|
10035
|
+
namespace V2NewsletterSubscriptionsSelf {
|
|
10036
|
+
namespace Get {
|
|
10063
10037
|
namespace Parameters {
|
|
10064
|
-
type Path = {
|
|
10065
|
-
mailAddressId: string;
|
|
10066
|
-
};
|
|
10067
|
-
interface RequestBody {
|
|
10068
|
-
forwardAddresses: string[];
|
|
10069
|
-
}
|
|
10038
|
+
type Path = {};
|
|
10070
10039
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10071
10040
|
type Query = {};
|
|
10072
10041
|
}
|
|
10073
10042
|
namespace Responses {
|
|
10074
10043
|
namespace $200 {
|
|
10075
10044
|
namespace Content {
|
|
10076
|
-
|
|
10045
|
+
interface ApplicationJson {
|
|
10046
|
+
active: boolean;
|
|
10047
|
+
email: string;
|
|
10048
|
+
registered: boolean;
|
|
10049
|
+
}
|
|
10077
10050
|
}
|
|
10078
10051
|
}
|
|
10079
|
-
namespace
|
|
10052
|
+
namespace Default {
|
|
10080
10053
|
namespace Content {
|
|
10081
10054
|
interface ApplicationJson {
|
|
10082
10055
|
[k: string]: unknown;
|
|
10083
10056
|
}
|
|
10084
10057
|
}
|
|
10085
10058
|
}
|
|
10086
|
-
|
|
10059
|
+
}
|
|
10060
|
+
}
|
|
10061
|
+
namespace Delete {
|
|
10062
|
+
namespace Parameters {
|
|
10063
|
+
type Path = {};
|
|
10064
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10065
|
+
type Query = {};
|
|
10066
|
+
}
|
|
10067
|
+
namespace Responses {
|
|
10068
|
+
namespace $204 {
|
|
10087
10069
|
namespace Content {
|
|
10088
|
-
|
|
10089
|
-
[k: string]: unknown;
|
|
10090
|
-
}
|
|
10070
|
+
type Empty = unknown;
|
|
10091
10071
|
}
|
|
10092
10072
|
}
|
|
10093
|
-
namespace
|
|
10073
|
+
namespace Default {
|
|
10094
10074
|
namespace Content {
|
|
10095
10075
|
interface ApplicationJson {
|
|
10096
10076
|
[k: string]: unknown;
|
|
10097
10077
|
}
|
|
10098
10078
|
}
|
|
10099
10079
|
}
|
|
10100
|
-
|
|
10080
|
+
}
|
|
10081
|
+
}
|
|
10082
|
+
}
|
|
10083
|
+
namespace V2NotificationsUnreadCounts {
|
|
10084
|
+
namespace Get {
|
|
10085
|
+
namespace Parameters {
|
|
10086
|
+
type Path = {};
|
|
10087
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10088
|
+
type Query = {};
|
|
10089
|
+
}
|
|
10090
|
+
namespace Responses {
|
|
10091
|
+
namespace $200 {
|
|
10101
10092
|
namespace Content {
|
|
10102
10093
|
interface ApplicationJson {
|
|
10103
|
-
|
|
10094
|
+
error: number;
|
|
10095
|
+
info: number;
|
|
10096
|
+
success: number;
|
|
10097
|
+
total: number;
|
|
10098
|
+
warning: number;
|
|
10104
10099
|
}
|
|
10105
10100
|
}
|
|
10106
10101
|
}
|
|
10107
|
-
namespace
|
|
10102
|
+
namespace Default {
|
|
10108
10103
|
namespace Content {
|
|
10109
10104
|
interface ApplicationJson {
|
|
10110
10105
|
[k: string]: unknown;
|
|
10111
10106
|
}
|
|
10112
10107
|
}
|
|
10113
10108
|
}
|
|
10109
|
+
}
|
|
10110
|
+
}
|
|
10111
|
+
}
|
|
10112
|
+
namespace V2Notifications {
|
|
10113
|
+
namespace Get {
|
|
10114
|
+
namespace Parameters {
|
|
10115
|
+
type Path = {};
|
|
10116
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10117
|
+
type Query = {
|
|
10118
|
+
status?: "unread" | "read";
|
|
10119
|
+
};
|
|
10120
|
+
}
|
|
10121
|
+
namespace Responses {
|
|
10122
|
+
namespace $200 {
|
|
10123
|
+
namespace Content {
|
|
10124
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
|
|
10125
|
+
}
|
|
10126
|
+
}
|
|
10114
10127
|
namespace Default {
|
|
10115
10128
|
namespace Content {
|
|
10116
10129
|
interface ApplicationJson {
|
|
@@ -10121,29 +10134,21 @@ export declare module MittwaldAPIV2 {
|
|
|
10121
10134
|
}
|
|
10122
10135
|
}
|
|
10123
10136
|
}
|
|
10124
|
-
namespace
|
|
10125
|
-
namespace
|
|
10126
|
-
namespace
|
|
10137
|
+
namespace V2NotificationsStatus { }
|
|
10138
|
+
namespace V2NotificationsActionsReadAll {
|
|
10139
|
+
namespace Post {
|
|
10127
10140
|
namespace Parameters {
|
|
10128
|
-
type Path = {
|
|
10129
|
-
mailAddressId: string;
|
|
10130
|
-
};
|
|
10141
|
+
type Path = {};
|
|
10131
10142
|
interface RequestBody {
|
|
10132
|
-
password: string;
|
|
10133
10143
|
}
|
|
10134
10144
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10135
10145
|
type Query = {};
|
|
10136
10146
|
}
|
|
10137
10147
|
namespace Responses {
|
|
10138
10148
|
namespace $200 {
|
|
10139
|
-
namespace Content {
|
|
10140
|
-
type Empty = unknown;
|
|
10141
|
-
}
|
|
10142
|
-
}
|
|
10143
|
-
namespace $400 {
|
|
10144
10149
|
namespace Content {
|
|
10145
10150
|
interface ApplicationJson {
|
|
10146
|
-
|
|
10151
|
+
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
10147
10152
|
}
|
|
10148
10153
|
}
|
|
10149
10154
|
}
|
|
@@ -10154,21 +10159,37 @@ export declare module MittwaldAPIV2 {
|
|
|
10154
10159
|
}
|
|
10155
10160
|
}
|
|
10156
10161
|
}
|
|
10157
|
-
namespace
|
|
10162
|
+
namespace Default {
|
|
10158
10163
|
namespace Content {
|
|
10159
10164
|
interface ApplicationJson {
|
|
10160
10165
|
[k: string]: unknown;
|
|
10161
10166
|
}
|
|
10162
10167
|
}
|
|
10163
10168
|
}
|
|
10164
|
-
|
|
10169
|
+
}
|
|
10170
|
+
}
|
|
10171
|
+
}
|
|
10172
|
+
namespace V2NotificationsNotificationIdStatus {
|
|
10173
|
+
namespace Put {
|
|
10174
|
+
namespace Parameters {
|
|
10175
|
+
type Path = {
|
|
10176
|
+
notificationId: string;
|
|
10177
|
+
};
|
|
10178
|
+
interface RequestBody {
|
|
10179
|
+
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
10180
|
+
}
|
|
10181
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10182
|
+
type Query = {};
|
|
10183
|
+
}
|
|
10184
|
+
namespace Responses {
|
|
10185
|
+
namespace $200 {
|
|
10165
10186
|
namespace Content {
|
|
10166
10187
|
interface ApplicationJson {
|
|
10167
|
-
|
|
10188
|
+
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
10168
10189
|
}
|
|
10169
10190
|
}
|
|
10170
10191
|
}
|
|
10171
|
-
namespace $
|
|
10192
|
+
namespace $404 {
|
|
10172
10193
|
namespace Content {
|
|
10173
10194
|
interface ApplicationJson {
|
|
10174
10195
|
[k: string]: unknown;
|
|
@@ -10185,54 +10206,62 @@ export declare module MittwaldAPIV2 {
|
|
|
10185
10206
|
}
|
|
10186
10207
|
}
|
|
10187
10208
|
}
|
|
10188
|
-
namespace
|
|
10189
|
-
|
|
10190
|
-
namespace Put {
|
|
10209
|
+
namespace V2Orders {
|
|
10210
|
+
namespace Post {
|
|
10191
10211
|
namespace Parameters {
|
|
10192
|
-
type Path = {
|
|
10193
|
-
mailAddressId: string;
|
|
10194
|
-
};
|
|
10212
|
+
type Path = {};
|
|
10195
10213
|
interface RequestBody {
|
|
10196
|
-
|
|
10214
|
+
orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | MittwaldAPIV2.Components.Schemas.OrderServerOrder | MittwaldAPIV2.Components.Schemas.OrderDomainOrder;
|
|
10215
|
+
orderType?: "domain" | "projectHosting" | "server";
|
|
10197
10216
|
}
|
|
10198
10217
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10199
10218
|
type Query = {};
|
|
10200
10219
|
}
|
|
10201
10220
|
namespace Responses {
|
|
10202
|
-
namespace $
|
|
10203
|
-
namespace Content {
|
|
10204
|
-
type Empty = unknown;
|
|
10205
|
-
}
|
|
10206
|
-
}
|
|
10207
|
-
namespace $400 {
|
|
10221
|
+
namespace $201 {
|
|
10208
10222
|
namespace Content {
|
|
10209
10223
|
interface ApplicationJson {
|
|
10210
|
-
|
|
10224
|
+
orderId: string;
|
|
10211
10225
|
}
|
|
10212
10226
|
}
|
|
10213
10227
|
}
|
|
10214
|
-
namespace $
|
|
10228
|
+
namespace $400 {
|
|
10215
10229
|
namespace Content {
|
|
10216
10230
|
interface ApplicationJson {
|
|
10217
10231
|
[k: string]: unknown;
|
|
10218
10232
|
}
|
|
10219
10233
|
}
|
|
10220
10234
|
}
|
|
10221
|
-
namespace
|
|
10235
|
+
namespace Default {
|
|
10222
10236
|
namespace Content {
|
|
10223
10237
|
interface ApplicationJson {
|
|
10224
10238
|
[k: string]: unknown;
|
|
10225
10239
|
}
|
|
10226
10240
|
}
|
|
10227
10241
|
}
|
|
10228
|
-
|
|
10242
|
+
}
|
|
10243
|
+
}
|
|
10244
|
+
}
|
|
10245
|
+
namespace V2TariffChanges {
|
|
10246
|
+
namespace Post {
|
|
10247
|
+
namespace Parameters {
|
|
10248
|
+
type Path = {};
|
|
10249
|
+
interface RequestBody {
|
|
10250
|
+
tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange;
|
|
10251
|
+
tariffChangeType?: "projectHosting" | "server";
|
|
10252
|
+
}
|
|
10253
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10254
|
+
type Query = {};
|
|
10255
|
+
}
|
|
10256
|
+
namespace Responses {
|
|
10257
|
+
namespace $201 {
|
|
10229
10258
|
namespace Content {
|
|
10230
10259
|
interface ApplicationJson {
|
|
10231
|
-
|
|
10260
|
+
orderId: string;
|
|
10232
10261
|
}
|
|
10233
10262
|
}
|
|
10234
10263
|
}
|
|
10235
|
-
namespace $
|
|
10264
|
+
namespace $400 {
|
|
10236
10265
|
namespace Content {
|
|
10237
10266
|
interface ApplicationJson {
|
|
10238
10267
|
[k: string]: unknown;
|
|
@@ -10249,403 +10278,22 @@ export declare module MittwaldAPIV2 {
|
|
|
10249
10278
|
}
|
|
10250
10279
|
}
|
|
10251
10280
|
}
|
|
10252
|
-
namespace
|
|
10253
|
-
|
|
10254
|
-
namespace Put {
|
|
10281
|
+
namespace V2OrdersOrderId {
|
|
10282
|
+
namespace Get {
|
|
10255
10283
|
namespace Parameters {
|
|
10256
10284
|
type Path = {
|
|
10257
|
-
|
|
10285
|
+
orderId: string;
|
|
10258
10286
|
};
|
|
10259
|
-
interface RequestBody {
|
|
10260
|
-
spamProtection: {
|
|
10261
|
-
active: boolean;
|
|
10262
|
-
autoDeleteSpam: boolean;
|
|
10263
|
-
folder: "inbox" | "spam";
|
|
10264
|
-
relocationMinSpamScore: number;
|
|
10265
|
-
};
|
|
10266
|
-
}
|
|
10267
10287
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10268
10288
|
type Query = {};
|
|
10269
10289
|
}
|
|
10270
10290
|
namespace Responses {
|
|
10271
10291
|
namespace $200 {
|
|
10272
10292
|
namespace Content {
|
|
10273
|
-
type
|
|
10274
|
-
}
|
|
10275
|
-
}
|
|
10276
|
-
namespace $400 {
|
|
10277
|
-
namespace Content {
|
|
10278
|
-
interface ApplicationJson {
|
|
10279
|
-
[k: string]: unknown;
|
|
10280
|
-
}
|
|
10293
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
|
|
10281
10294
|
}
|
|
10282
10295
|
}
|
|
10283
|
-
namespace
|
|
10284
|
-
namespace Content {
|
|
10285
|
-
interface ApplicationJson {
|
|
10286
|
-
[k: string]: unknown;
|
|
10287
|
-
}
|
|
10288
|
-
}
|
|
10289
|
-
}
|
|
10290
|
-
namespace $404 {
|
|
10291
|
-
namespace Content {
|
|
10292
|
-
interface ApplicationJson {
|
|
10293
|
-
[k: string]: unknown;
|
|
10294
|
-
}
|
|
10295
|
-
}
|
|
10296
|
-
}
|
|
10297
|
-
namespace $500 {
|
|
10298
|
-
namespace Content {
|
|
10299
|
-
interface ApplicationJson {
|
|
10300
|
-
[k: string]: unknown;
|
|
10301
|
-
}
|
|
10302
|
-
}
|
|
10303
|
-
}
|
|
10304
|
-
namespace $503 {
|
|
10305
|
-
namespace Content {
|
|
10306
|
-
interface ApplicationJson {
|
|
10307
|
-
[k: string]: unknown;
|
|
10308
|
-
}
|
|
10309
|
-
}
|
|
10310
|
-
}
|
|
10311
|
-
namespace Default {
|
|
10312
|
-
namespace Content {
|
|
10313
|
-
interface ApplicationJson {
|
|
10314
|
-
[k: string]: unknown;
|
|
10315
|
-
}
|
|
10316
|
-
}
|
|
10317
|
-
}
|
|
10318
|
-
}
|
|
10319
|
-
}
|
|
10320
|
-
}
|
|
10321
|
-
namespace V2ProjectsProjectIdMailSettingsSetting {
|
|
10322
|
-
namespace Put {
|
|
10323
|
-
namespace Parameters {
|
|
10324
|
-
type Path = {
|
|
10325
|
-
projectId: string;
|
|
10326
|
-
setting: "blacklist" | "whitelist";
|
|
10327
|
-
};
|
|
10328
|
-
type RequestBody = {
|
|
10329
|
-
blacklist: string[];
|
|
10330
|
-
} | {
|
|
10331
|
-
whitelist: string[];
|
|
10332
|
-
};
|
|
10333
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10334
|
-
type Query = {};
|
|
10335
|
-
}
|
|
10336
|
-
namespace Responses {
|
|
10337
|
-
namespace $200 {
|
|
10338
|
-
namespace Content {
|
|
10339
|
-
type Empty = unknown;
|
|
10340
|
-
}
|
|
10341
|
-
}
|
|
10342
|
-
namespace $400 {
|
|
10343
|
-
namespace Content {
|
|
10344
|
-
interface ApplicationJson {
|
|
10345
|
-
[k: string]: unknown;
|
|
10346
|
-
}
|
|
10347
|
-
}
|
|
10348
|
-
}
|
|
10349
|
-
namespace $403 {
|
|
10350
|
-
namespace Content {
|
|
10351
|
-
interface ApplicationJson {
|
|
10352
|
-
[k: string]: unknown;
|
|
10353
|
-
}
|
|
10354
|
-
}
|
|
10355
|
-
}
|
|
10356
|
-
namespace $404 {
|
|
10357
|
-
namespace Content {
|
|
10358
|
-
interface ApplicationJson {
|
|
10359
|
-
[k: string]: unknown;
|
|
10360
|
-
}
|
|
10361
|
-
}
|
|
10362
|
-
}
|
|
10363
|
-
namespace $500 {
|
|
10364
|
-
namespace Content {
|
|
10365
|
-
interface ApplicationJson {
|
|
10366
|
-
[k: string]: unknown;
|
|
10367
|
-
}
|
|
10368
|
-
}
|
|
10369
|
-
}
|
|
10370
|
-
namespace $503 {
|
|
10371
|
-
namespace Content {
|
|
10372
|
-
interface ApplicationJson {
|
|
10373
|
-
[k: string]: unknown;
|
|
10374
|
-
}
|
|
10375
|
-
}
|
|
10376
|
-
}
|
|
10377
|
-
namespace Default {
|
|
10378
|
-
namespace Content {
|
|
10379
|
-
interface ApplicationJson {
|
|
10380
|
-
[k: string]: unknown;
|
|
10381
|
-
}
|
|
10382
|
-
}
|
|
10383
|
-
}
|
|
10384
|
-
}
|
|
10385
|
-
}
|
|
10386
|
-
}
|
|
10387
|
-
namespace V2NewsletterSubscriptionsSelf {
|
|
10388
|
-
namespace Get {
|
|
10389
|
-
namespace Parameters {
|
|
10390
|
-
type Path = {};
|
|
10391
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10392
|
-
type Query = {};
|
|
10393
|
-
}
|
|
10394
|
-
namespace Responses {
|
|
10395
|
-
namespace $200 {
|
|
10396
|
-
namespace Content {
|
|
10397
|
-
interface ApplicationJson {
|
|
10398
|
-
active: boolean;
|
|
10399
|
-
email: string;
|
|
10400
|
-
registered: boolean;
|
|
10401
|
-
}
|
|
10402
|
-
}
|
|
10403
|
-
}
|
|
10404
|
-
namespace Default {
|
|
10405
|
-
namespace Content {
|
|
10406
|
-
interface ApplicationJson {
|
|
10407
|
-
[k: string]: unknown;
|
|
10408
|
-
}
|
|
10409
|
-
}
|
|
10410
|
-
}
|
|
10411
|
-
}
|
|
10412
|
-
}
|
|
10413
|
-
namespace Delete {
|
|
10414
|
-
namespace Parameters {
|
|
10415
|
-
type Path = {};
|
|
10416
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10417
|
-
type Query = {};
|
|
10418
|
-
}
|
|
10419
|
-
namespace Responses {
|
|
10420
|
-
namespace $204 {
|
|
10421
|
-
namespace Content {
|
|
10422
|
-
type Empty = unknown;
|
|
10423
|
-
}
|
|
10424
|
-
}
|
|
10425
|
-
namespace Default {
|
|
10426
|
-
namespace Content {
|
|
10427
|
-
interface ApplicationJson {
|
|
10428
|
-
[k: string]: unknown;
|
|
10429
|
-
}
|
|
10430
|
-
}
|
|
10431
|
-
}
|
|
10432
|
-
}
|
|
10433
|
-
}
|
|
10434
|
-
}
|
|
10435
|
-
namespace V2NotificationsUnreadCounts {
|
|
10436
|
-
namespace Get {
|
|
10437
|
-
namespace Parameters {
|
|
10438
|
-
type Path = {};
|
|
10439
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10440
|
-
type Query = {};
|
|
10441
|
-
}
|
|
10442
|
-
namespace Responses {
|
|
10443
|
-
namespace $200 {
|
|
10444
|
-
namespace Content {
|
|
10445
|
-
interface ApplicationJson {
|
|
10446
|
-
error: number;
|
|
10447
|
-
info: number;
|
|
10448
|
-
success: number;
|
|
10449
|
-
total: number;
|
|
10450
|
-
warning: number;
|
|
10451
|
-
}
|
|
10452
|
-
}
|
|
10453
|
-
}
|
|
10454
|
-
namespace Default {
|
|
10455
|
-
namespace Content {
|
|
10456
|
-
interface ApplicationJson {
|
|
10457
|
-
[k: string]: unknown;
|
|
10458
|
-
}
|
|
10459
|
-
}
|
|
10460
|
-
}
|
|
10461
|
-
}
|
|
10462
|
-
}
|
|
10463
|
-
}
|
|
10464
|
-
namespace V2Notifications {
|
|
10465
|
-
namespace Get {
|
|
10466
|
-
namespace Parameters {
|
|
10467
|
-
type Path = {};
|
|
10468
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10469
|
-
type Query = {
|
|
10470
|
-
status?: "unread" | "read";
|
|
10471
|
-
};
|
|
10472
|
-
}
|
|
10473
|
-
namespace Responses {
|
|
10474
|
-
namespace $200 {
|
|
10475
|
-
namespace Content {
|
|
10476
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
|
|
10477
|
-
}
|
|
10478
|
-
}
|
|
10479
|
-
namespace Default {
|
|
10480
|
-
namespace Content {
|
|
10481
|
-
interface ApplicationJson {
|
|
10482
|
-
[k: string]: unknown;
|
|
10483
|
-
}
|
|
10484
|
-
}
|
|
10485
|
-
}
|
|
10486
|
-
}
|
|
10487
|
-
}
|
|
10488
|
-
}
|
|
10489
|
-
namespace V2NotificationsStatus { }
|
|
10490
|
-
namespace V2NotificationsActionsReadAll {
|
|
10491
|
-
namespace Post {
|
|
10492
|
-
namespace Parameters {
|
|
10493
|
-
type Path = {};
|
|
10494
|
-
interface RequestBody {
|
|
10495
|
-
}
|
|
10496
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10497
|
-
type Query = {};
|
|
10498
|
-
}
|
|
10499
|
-
namespace Responses {
|
|
10500
|
-
namespace $200 {
|
|
10501
|
-
namespace Content {
|
|
10502
|
-
interface ApplicationJson {
|
|
10503
|
-
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
10504
|
-
}
|
|
10505
|
-
}
|
|
10506
|
-
}
|
|
10507
|
-
namespace $403 {
|
|
10508
|
-
namespace Content {
|
|
10509
|
-
interface ApplicationJson {
|
|
10510
|
-
[k: string]: unknown;
|
|
10511
|
-
}
|
|
10512
|
-
}
|
|
10513
|
-
}
|
|
10514
|
-
namespace Default {
|
|
10515
|
-
namespace Content {
|
|
10516
|
-
interface ApplicationJson {
|
|
10517
|
-
[k: string]: unknown;
|
|
10518
|
-
}
|
|
10519
|
-
}
|
|
10520
|
-
}
|
|
10521
|
-
}
|
|
10522
|
-
}
|
|
10523
|
-
}
|
|
10524
|
-
namespace V2NotificationsNotificationIdStatus {
|
|
10525
|
-
namespace Put {
|
|
10526
|
-
namespace Parameters {
|
|
10527
|
-
type Path = {
|
|
10528
|
-
notificationId: string;
|
|
10529
|
-
};
|
|
10530
|
-
interface RequestBody {
|
|
10531
|
-
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
10532
|
-
}
|
|
10533
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10534
|
-
type Query = {};
|
|
10535
|
-
}
|
|
10536
|
-
namespace Responses {
|
|
10537
|
-
namespace $200 {
|
|
10538
|
-
namespace Content {
|
|
10539
|
-
interface ApplicationJson {
|
|
10540
|
-
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
10541
|
-
}
|
|
10542
|
-
}
|
|
10543
|
-
}
|
|
10544
|
-
namespace $404 {
|
|
10545
|
-
namespace Content {
|
|
10546
|
-
interface ApplicationJson {
|
|
10547
|
-
[k: string]: unknown;
|
|
10548
|
-
}
|
|
10549
|
-
}
|
|
10550
|
-
}
|
|
10551
|
-
namespace Default {
|
|
10552
|
-
namespace Content {
|
|
10553
|
-
interface ApplicationJson {
|
|
10554
|
-
[k: string]: unknown;
|
|
10555
|
-
}
|
|
10556
|
-
}
|
|
10557
|
-
}
|
|
10558
|
-
}
|
|
10559
|
-
}
|
|
10560
|
-
}
|
|
10561
|
-
namespace V2Orders {
|
|
10562
|
-
namespace Post {
|
|
10563
|
-
namespace Parameters {
|
|
10564
|
-
type Path = {};
|
|
10565
|
-
interface RequestBody {
|
|
10566
|
-
orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | MittwaldAPIV2.Components.Schemas.OrderServerOrder | MittwaldAPIV2.Components.Schemas.OrderDomainOrder;
|
|
10567
|
-
orderType?: "domain" | "projectHosting" | "server";
|
|
10568
|
-
}
|
|
10569
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10570
|
-
type Query = {};
|
|
10571
|
-
}
|
|
10572
|
-
namespace Responses {
|
|
10573
|
-
namespace $201 {
|
|
10574
|
-
namespace Content {
|
|
10575
|
-
interface ApplicationJson {
|
|
10576
|
-
orderId: string;
|
|
10577
|
-
}
|
|
10578
|
-
}
|
|
10579
|
-
}
|
|
10580
|
-
namespace $400 {
|
|
10581
|
-
namespace Content {
|
|
10582
|
-
interface ApplicationJson {
|
|
10583
|
-
[k: string]: unknown;
|
|
10584
|
-
}
|
|
10585
|
-
}
|
|
10586
|
-
}
|
|
10587
|
-
namespace Default {
|
|
10588
|
-
namespace Content {
|
|
10589
|
-
interface ApplicationJson {
|
|
10590
|
-
[k: string]: unknown;
|
|
10591
|
-
}
|
|
10592
|
-
}
|
|
10593
|
-
}
|
|
10594
|
-
}
|
|
10595
|
-
}
|
|
10596
|
-
}
|
|
10597
|
-
namespace V2TariffChanges {
|
|
10598
|
-
namespace Post {
|
|
10599
|
-
namespace Parameters {
|
|
10600
|
-
type Path = {};
|
|
10601
|
-
interface RequestBody {
|
|
10602
|
-
tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange;
|
|
10603
|
-
tariffChangeType?: "projectHosting" | "server";
|
|
10604
|
-
}
|
|
10605
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10606
|
-
type Query = {};
|
|
10607
|
-
}
|
|
10608
|
-
namespace Responses {
|
|
10609
|
-
namespace $201 {
|
|
10610
|
-
namespace Content {
|
|
10611
|
-
interface ApplicationJson {
|
|
10612
|
-
orderId: string;
|
|
10613
|
-
}
|
|
10614
|
-
}
|
|
10615
|
-
}
|
|
10616
|
-
namespace $400 {
|
|
10617
|
-
namespace Content {
|
|
10618
|
-
interface ApplicationJson {
|
|
10619
|
-
[k: string]: unknown;
|
|
10620
|
-
}
|
|
10621
|
-
}
|
|
10622
|
-
}
|
|
10623
|
-
namespace Default {
|
|
10624
|
-
namespace Content {
|
|
10625
|
-
interface ApplicationJson {
|
|
10626
|
-
[k: string]: unknown;
|
|
10627
|
-
}
|
|
10628
|
-
}
|
|
10629
|
-
}
|
|
10630
|
-
}
|
|
10631
|
-
}
|
|
10632
|
-
}
|
|
10633
|
-
namespace V2OrdersOrderId {
|
|
10634
|
-
namespace Get {
|
|
10635
|
-
namespace Parameters {
|
|
10636
|
-
type Path = {
|
|
10637
|
-
orderId: string;
|
|
10638
|
-
};
|
|
10639
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10640
|
-
type Query = {};
|
|
10641
|
-
}
|
|
10642
|
-
namespace Responses {
|
|
10643
|
-
namespace $200 {
|
|
10644
|
-
namespace Content {
|
|
10645
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
|
|
10646
|
-
}
|
|
10647
|
-
}
|
|
10648
|
-
namespace Default {
|
|
10296
|
+
namespace Default {
|
|
10649
10297
|
namespace Content {
|
|
10650
10298
|
interface ApplicationJson {
|
|
10651
10299
|
[k: string]: unknown;
|
|
@@ -10897,31 +10545,6 @@ export declare module MittwaldAPIV2 {
|
|
|
10897
10545
|
}
|
|
10898
10546
|
}
|
|
10899
10547
|
}
|
|
10900
|
-
namespace V2PasswordPoliciesPath {
|
|
10901
|
-
namespace Get {
|
|
10902
|
-
namespace Parameters {
|
|
10903
|
-
type Path = {
|
|
10904
|
-
path: string;
|
|
10905
|
-
};
|
|
10906
|
-
type Header = {};
|
|
10907
|
-
type Query = {};
|
|
10908
|
-
}
|
|
10909
|
-
namespace Responses {
|
|
10910
|
-
namespace $200 {
|
|
10911
|
-
namespace Content {
|
|
10912
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
|
|
10913
|
-
}
|
|
10914
|
-
}
|
|
10915
|
-
namespace Default {
|
|
10916
|
-
namespace Content {
|
|
10917
|
-
interface ApplicationJson {
|
|
10918
|
-
[k: string]: unknown;
|
|
10919
|
-
}
|
|
10920
|
-
}
|
|
10921
|
-
}
|
|
10922
|
-
}
|
|
10923
|
-
}
|
|
10924
|
-
}
|
|
10925
10548
|
namespace V2ProjectInvitesInviteIdActionsAccept {
|
|
10926
10549
|
namespace Post {
|
|
10927
10550
|
namespace Parameters {
|
|
@@ -14430,40 +14053,279 @@ export declare module MittwaldAPIV2 {
|
|
|
14430
14053
|
}
|
|
14431
14054
|
}
|
|
14432
14055
|
}
|
|
14433
|
-
namespace V2UsersUserIdPhoneVerify {
|
|
14434
|
-
namespace Post {
|
|
14056
|
+
namespace V2UsersUserIdPhoneVerify {
|
|
14057
|
+
namespace Post {
|
|
14058
|
+
namespace Parameters {
|
|
14059
|
+
type Path = {
|
|
14060
|
+
userId: "self" | string;
|
|
14061
|
+
};
|
|
14062
|
+
interface RequestBody {
|
|
14063
|
+
code: string;
|
|
14064
|
+
phoneNumber: string;
|
|
14065
|
+
}
|
|
14066
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14067
|
+
type Query = {};
|
|
14068
|
+
}
|
|
14069
|
+
namespace Responses {
|
|
14070
|
+
namespace $204 {
|
|
14071
|
+
namespace Content {
|
|
14072
|
+
type Empty = unknown;
|
|
14073
|
+
}
|
|
14074
|
+
}
|
|
14075
|
+
namespace $400 {
|
|
14076
|
+
namespace Content {
|
|
14077
|
+
interface ApplicationJson {
|
|
14078
|
+
[k: string]: unknown;
|
|
14079
|
+
}
|
|
14080
|
+
}
|
|
14081
|
+
}
|
|
14082
|
+
namespace $404 {
|
|
14083
|
+
namespace Content {
|
|
14084
|
+
interface ApplicationJson {
|
|
14085
|
+
[k: string]: unknown;
|
|
14086
|
+
}
|
|
14087
|
+
}
|
|
14088
|
+
}
|
|
14089
|
+
namespace $409 {
|
|
14090
|
+
namespace Content {
|
|
14091
|
+
interface ApplicationJson {
|
|
14092
|
+
[k: string]: unknown;
|
|
14093
|
+
}
|
|
14094
|
+
}
|
|
14095
|
+
}
|
|
14096
|
+
namespace Default {
|
|
14097
|
+
namespace Content {
|
|
14098
|
+
interface ApplicationJson {
|
|
14099
|
+
[k: string]: unknown;
|
|
14100
|
+
}
|
|
14101
|
+
}
|
|
14102
|
+
}
|
|
14103
|
+
}
|
|
14104
|
+
}
|
|
14105
|
+
}
|
|
14106
|
+
namespace V2SignupRegistrationVerification { }
|
|
14107
|
+
namespace V2VerifyRegistration {
|
|
14108
|
+
namespace Post {
|
|
14109
|
+
namespace Parameters {
|
|
14110
|
+
type Path = {};
|
|
14111
|
+
interface RequestBody {
|
|
14112
|
+
/**
|
|
14113
|
+
* The users email address.
|
|
14114
|
+
*/
|
|
14115
|
+
email: string;
|
|
14116
|
+
/**
|
|
14117
|
+
* The token that was send to your email address
|
|
14118
|
+
*/
|
|
14119
|
+
token: string;
|
|
14120
|
+
/**
|
|
14121
|
+
* UUID of the registered user.
|
|
14122
|
+
*/
|
|
14123
|
+
userId: string;
|
|
14124
|
+
}
|
|
14125
|
+
type Header = {};
|
|
14126
|
+
type Query = {};
|
|
14127
|
+
}
|
|
14128
|
+
namespace Responses {
|
|
14129
|
+
namespace $200 {
|
|
14130
|
+
namespace Content {
|
|
14131
|
+
type Empty = unknown;
|
|
14132
|
+
}
|
|
14133
|
+
}
|
|
14134
|
+
namespace $400 {
|
|
14135
|
+
namespace Content {
|
|
14136
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
14137
|
+
}
|
|
14138
|
+
}
|
|
14139
|
+
namespace $404 {
|
|
14140
|
+
namespace Content {
|
|
14141
|
+
interface ApplicationJson {
|
|
14142
|
+
[k: string]: unknown;
|
|
14143
|
+
}
|
|
14144
|
+
}
|
|
14145
|
+
}
|
|
14146
|
+
namespace Default {
|
|
14147
|
+
namespace Content {
|
|
14148
|
+
interface ApplicationJson {
|
|
14149
|
+
[k: string]: unknown;
|
|
14150
|
+
}
|
|
14151
|
+
}
|
|
14152
|
+
}
|
|
14153
|
+
}
|
|
14154
|
+
}
|
|
14155
|
+
}
|
|
14156
|
+
namespace V2DomainsDomainIdDeclarations { }
|
|
14157
|
+
namespace V2DomainsDomainIdDeclaration {
|
|
14158
|
+
namespace Delete {
|
|
14159
|
+
namespace Parameters {
|
|
14160
|
+
type Path = {
|
|
14161
|
+
domainId: string;
|
|
14162
|
+
};
|
|
14163
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14164
|
+
type Query = {};
|
|
14165
|
+
}
|
|
14166
|
+
namespace Responses {
|
|
14167
|
+
namespace $204 {
|
|
14168
|
+
namespace Content {
|
|
14169
|
+
type Empty = unknown;
|
|
14170
|
+
}
|
|
14171
|
+
}
|
|
14172
|
+
namespace $400 {
|
|
14173
|
+
namespace Content {
|
|
14174
|
+
interface ApplicationJson {
|
|
14175
|
+
[k: string]: unknown;
|
|
14176
|
+
}
|
|
14177
|
+
}
|
|
14178
|
+
}
|
|
14179
|
+
namespace $404 {
|
|
14180
|
+
namespace Content {
|
|
14181
|
+
interface ApplicationJson {
|
|
14182
|
+
[k: string]: unknown;
|
|
14183
|
+
}
|
|
14184
|
+
}
|
|
14185
|
+
}
|
|
14186
|
+
namespace Default {
|
|
14187
|
+
namespace Content {
|
|
14188
|
+
interface ApplicationJson {
|
|
14189
|
+
[k: string]: unknown;
|
|
14190
|
+
}
|
|
14191
|
+
}
|
|
14192
|
+
}
|
|
14193
|
+
}
|
|
14194
|
+
}
|
|
14195
|
+
}
|
|
14196
|
+
namespace V2DomainsHandleSchemaDomainName { }
|
|
14197
|
+
namespace V2DomainsSupportedTlds { }
|
|
14198
|
+
namespace V2DomainTlds {
|
|
14199
|
+
namespace Get {
|
|
14200
|
+
namespace Parameters {
|
|
14201
|
+
type Path = {};
|
|
14202
|
+
type Header = {};
|
|
14203
|
+
type Query = {};
|
|
14204
|
+
}
|
|
14205
|
+
namespace Responses {
|
|
14206
|
+
namespace $200 {
|
|
14207
|
+
namespace Content {
|
|
14208
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
|
|
14209
|
+
}
|
|
14210
|
+
}
|
|
14211
|
+
namespace Default {
|
|
14212
|
+
namespace Content {
|
|
14213
|
+
interface ApplicationJson {
|
|
14214
|
+
[k: string]: unknown;
|
|
14215
|
+
}
|
|
14216
|
+
}
|
|
14217
|
+
}
|
|
14218
|
+
}
|
|
14219
|
+
}
|
|
14220
|
+
}
|
|
14221
|
+
namespace V2DomainTldsTldContactSchemas {
|
|
14222
|
+
namespace Get {
|
|
14223
|
+
namespace Parameters {
|
|
14224
|
+
type Path = {
|
|
14225
|
+
tld: string;
|
|
14226
|
+
};
|
|
14227
|
+
type Header = {};
|
|
14228
|
+
type Query = {};
|
|
14229
|
+
}
|
|
14230
|
+
namespace Responses {
|
|
14231
|
+
namespace $200 {
|
|
14232
|
+
namespace Content {
|
|
14233
|
+
interface ApplicationJson {
|
|
14234
|
+
jsonSchemaAdminC?: {};
|
|
14235
|
+
jsonSchemaOwnerC: {};
|
|
14236
|
+
}
|
|
14237
|
+
}
|
|
14238
|
+
}
|
|
14239
|
+
namespace Default {
|
|
14240
|
+
namespace Content {
|
|
14241
|
+
interface ApplicationJson {
|
|
14242
|
+
[k: string]: unknown;
|
|
14243
|
+
}
|
|
14244
|
+
}
|
|
14245
|
+
}
|
|
14246
|
+
}
|
|
14247
|
+
}
|
|
14248
|
+
}
|
|
14249
|
+
namespace V2DomainsDomainIdAuthcode { }
|
|
14250
|
+
namespace V2DomainsDomainIdAuthCode {
|
|
14251
|
+
namespace Patch {
|
|
14252
|
+
namespace Parameters {
|
|
14253
|
+
type Path = {
|
|
14254
|
+
domainId: string;
|
|
14255
|
+
};
|
|
14256
|
+
interface RequestBody {
|
|
14257
|
+
authCode: string;
|
|
14258
|
+
}
|
|
14259
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14260
|
+
type Query = {};
|
|
14261
|
+
}
|
|
14262
|
+
namespace Responses {
|
|
14263
|
+
namespace $200 {
|
|
14264
|
+
namespace Content {
|
|
14265
|
+
interface ApplicationJson {
|
|
14266
|
+
[k: string]: unknown;
|
|
14267
|
+
}
|
|
14268
|
+
}
|
|
14269
|
+
}
|
|
14270
|
+
namespace $400 {
|
|
14271
|
+
namespace Content {
|
|
14272
|
+
interface ApplicationJson {
|
|
14273
|
+
[k: string]: unknown;
|
|
14274
|
+
}
|
|
14275
|
+
}
|
|
14276
|
+
}
|
|
14277
|
+
namespace $404 {
|
|
14278
|
+
namespace Content {
|
|
14279
|
+
interface ApplicationJson {
|
|
14280
|
+
[k: string]: unknown;
|
|
14281
|
+
}
|
|
14282
|
+
}
|
|
14283
|
+
}
|
|
14284
|
+
namespace Default {
|
|
14285
|
+
namespace Content {
|
|
14286
|
+
interface ApplicationJson {
|
|
14287
|
+
[k: string]: unknown;
|
|
14288
|
+
}
|
|
14289
|
+
}
|
|
14290
|
+
}
|
|
14291
|
+
}
|
|
14292
|
+
}
|
|
14293
|
+
}
|
|
14294
|
+
namespace V2DomainsDomainIdContactsContact {
|
|
14295
|
+
namespace Patch {
|
|
14435
14296
|
namespace Parameters {
|
|
14436
14297
|
type Path = {
|
|
14437
|
-
|
|
14298
|
+
domainId: string;
|
|
14299
|
+
contact: "owner";
|
|
14438
14300
|
};
|
|
14439
14301
|
interface RequestBody {
|
|
14440
|
-
|
|
14441
|
-
|
|
14302
|
+
/**
|
|
14303
|
+
* @minItems 1
|
|
14304
|
+
*/
|
|
14305
|
+
contact: [
|
|
14306
|
+
MittwaldAPIV2.Components.Schemas.DomainHandleField,
|
|
14307
|
+
...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
|
|
14308
|
+
];
|
|
14442
14309
|
}
|
|
14443
14310
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14444
14311
|
type Query = {};
|
|
14445
14312
|
}
|
|
14446
14313
|
namespace Responses {
|
|
14447
|
-
namespace $
|
|
14448
|
-
namespace Content {
|
|
14449
|
-
type Empty = unknown;
|
|
14450
|
-
}
|
|
14451
|
-
}
|
|
14452
|
-
namespace $400 {
|
|
14314
|
+
namespace $200 {
|
|
14453
14315
|
namespace Content {
|
|
14454
14316
|
interface ApplicationJson {
|
|
14455
14317
|
[k: string]: unknown;
|
|
14456
14318
|
}
|
|
14457
14319
|
}
|
|
14458
14320
|
}
|
|
14459
|
-
namespace $
|
|
14321
|
+
namespace $400 {
|
|
14460
14322
|
namespace Content {
|
|
14461
14323
|
interface ApplicationJson {
|
|
14462
14324
|
[k: string]: unknown;
|
|
14463
14325
|
}
|
|
14464
14326
|
}
|
|
14465
14327
|
}
|
|
14466
|
-
namespace $
|
|
14328
|
+
namespace $404 {
|
|
14467
14329
|
namespace Content {
|
|
14468
14330
|
interface ApplicationJson {
|
|
14469
14331
|
[k: string]: unknown;
|
|
@@ -14480,37 +14342,32 @@ export declare module MittwaldAPIV2 {
|
|
|
14480
14342
|
}
|
|
14481
14343
|
}
|
|
14482
14344
|
}
|
|
14483
|
-
namespace
|
|
14484
|
-
|
|
14485
|
-
namespace Post {
|
|
14345
|
+
namespace V2DomainsDomainIdNameservers {
|
|
14346
|
+
namespace Patch {
|
|
14486
14347
|
namespace Parameters {
|
|
14487
|
-
type Path = {
|
|
14348
|
+
type Path = {
|
|
14349
|
+
domainId: string;
|
|
14350
|
+
};
|
|
14488
14351
|
interface RequestBody {
|
|
14489
14352
|
/**
|
|
14490
|
-
*
|
|
14491
|
-
*/
|
|
14492
|
-
email: string;
|
|
14493
|
-
/**
|
|
14494
|
-
* The token that was send to your email address
|
|
14495
|
-
*/
|
|
14496
|
-
token: string;
|
|
14497
|
-
/**
|
|
14498
|
-
* UUID of the registered user.
|
|
14353
|
+
* @minItems 2
|
|
14499
14354
|
*/
|
|
14500
|
-
|
|
14355
|
+
nameservers?: [string, string, ...string[]];
|
|
14501
14356
|
}
|
|
14502
|
-
type Header = {};
|
|
14357
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14503
14358
|
type Query = {};
|
|
14504
14359
|
}
|
|
14505
14360
|
namespace Responses {
|
|
14506
|
-
namespace $
|
|
14361
|
+
namespace $204 {
|
|
14507
14362
|
namespace Content {
|
|
14508
14363
|
type Empty = unknown;
|
|
14509
14364
|
}
|
|
14510
14365
|
}
|
|
14511
14366
|
namespace $400 {
|
|
14512
14367
|
namespace Content {
|
|
14513
|
-
|
|
14368
|
+
interface ApplicationJson {
|
|
14369
|
+
[k: string]: unknown;
|
|
14370
|
+
}
|
|
14514
14371
|
}
|
|
14515
14372
|
}
|
|
14516
14373
|
namespace $404 {
|
|
@@ -14530,12 +14387,15 @@ export declare module MittwaldAPIV2 {
|
|
|
14530
14387
|
}
|
|
14531
14388
|
}
|
|
14532
14389
|
}
|
|
14533
|
-
namespace
|
|
14534
|
-
namespace
|
|
14390
|
+
namespace V2DomainsDomainIdProjectId {
|
|
14391
|
+
namespace Patch {
|
|
14535
14392
|
namespace Parameters {
|
|
14536
14393
|
type Path = {
|
|
14537
14394
|
domainId: string;
|
|
14538
14395
|
};
|
|
14396
|
+
interface RequestBody {
|
|
14397
|
+
projectId?: string;
|
|
14398
|
+
}
|
|
14539
14399
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14540
14400
|
type Query = {};
|
|
14541
14401
|
}
|
|
@@ -14569,45 +14429,39 @@ export declare module MittwaldAPIV2 {
|
|
|
14569
14429
|
}
|
|
14570
14430
|
}
|
|
14571
14431
|
}
|
|
14572
|
-
namespace
|
|
14573
|
-
|
|
14432
|
+
namespace V2DomainsDomainIdActionsCreateAuthcode { }
|
|
14433
|
+
namespace V2DomainsDomainIdActionsAuthCode {
|
|
14434
|
+
namespace Post {
|
|
14574
14435
|
namespace Parameters {
|
|
14575
14436
|
type Path = {
|
|
14576
|
-
|
|
14437
|
+
domainId: string;
|
|
14577
14438
|
};
|
|
14578
|
-
|
|
14439
|
+
interface RequestBody {
|
|
14440
|
+
[k: string]: unknown;
|
|
14441
|
+
}
|
|
14442
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14579
14443
|
type Query = {};
|
|
14580
14444
|
}
|
|
14581
14445
|
namespace Responses {
|
|
14582
|
-
namespace $
|
|
14446
|
+
namespace $201 {
|
|
14583
14447
|
namespace Content {
|
|
14584
14448
|
interface ApplicationJson {
|
|
14585
|
-
|
|
14586
|
-
jsonSchemaOwnerC: {};
|
|
14449
|
+
authCode: string;
|
|
14587
14450
|
}
|
|
14588
14451
|
}
|
|
14589
14452
|
}
|
|
14590
|
-
namespace
|
|
14453
|
+
namespace $400 {
|
|
14591
14454
|
namespace Content {
|
|
14592
14455
|
interface ApplicationJson {
|
|
14593
14456
|
[k: string]: unknown;
|
|
14594
14457
|
}
|
|
14595
14458
|
}
|
|
14596
14459
|
}
|
|
14597
|
-
|
|
14598
|
-
}
|
|
14599
|
-
}
|
|
14600
|
-
namespace V2DomainsSupportedTlds {
|
|
14601
|
-
namespace Get {
|
|
14602
|
-
namespace Parameters {
|
|
14603
|
-
type Path = {};
|
|
14604
|
-
type Header = {};
|
|
14605
|
-
type Query = {};
|
|
14606
|
-
}
|
|
14607
|
-
namespace Responses {
|
|
14608
|
-
namespace $200 {
|
|
14460
|
+
namespace $404 {
|
|
14609
14461
|
namespace Content {
|
|
14610
|
-
|
|
14462
|
+
interface ApplicationJson {
|
|
14463
|
+
[k: string]: unknown;
|
|
14464
|
+
}
|
|
14611
14465
|
}
|
|
14612
14466
|
}
|
|
14613
14467
|
namespace Default {
|
|
@@ -14620,25 +14474,33 @@ export declare module MittwaldAPIV2 {
|
|
|
14620
14474
|
}
|
|
14621
14475
|
}
|
|
14622
14476
|
}
|
|
14623
|
-
namespace
|
|
14477
|
+
namespace V2DomainsDomainIdActionsCreateAuthcode2 { }
|
|
14478
|
+
namespace V2DomainsDomainIdActionsAuthCode2 {
|
|
14624
14479
|
namespace Post {
|
|
14625
14480
|
namespace Parameters {
|
|
14626
|
-
type Path = {
|
|
14481
|
+
type Path = {
|
|
14482
|
+
domainId: string;
|
|
14483
|
+
};
|
|
14627
14484
|
interface RequestBody {
|
|
14628
|
-
|
|
14485
|
+
[k: string]: unknown;
|
|
14629
14486
|
}
|
|
14630
|
-
type Header = {};
|
|
14487
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14631
14488
|
type Query = {};
|
|
14632
14489
|
}
|
|
14633
14490
|
namespace Responses {
|
|
14634
|
-
namespace $
|
|
14491
|
+
namespace $204 {
|
|
14492
|
+
namespace Content {
|
|
14493
|
+
type Empty = unknown;
|
|
14494
|
+
}
|
|
14495
|
+
}
|
|
14496
|
+
namespace $400 {
|
|
14635
14497
|
namespace Content {
|
|
14636
14498
|
interface ApplicationJson {
|
|
14637
|
-
|
|
14499
|
+
[k: string]: unknown;
|
|
14638
14500
|
}
|
|
14639
14501
|
}
|
|
14640
14502
|
}
|
|
14641
|
-
namespace $
|
|
14503
|
+
namespace $404 {
|
|
14642
14504
|
namespace Content {
|
|
14643
14505
|
interface ApplicationJson {
|
|
14644
14506
|
[k: string]: unknown;
|
|
@@ -14655,23 +14517,21 @@ export declare module MittwaldAPIV2 {
|
|
|
14655
14517
|
}
|
|
14656
14518
|
}
|
|
14657
14519
|
}
|
|
14658
|
-
namespace
|
|
14520
|
+
namespace V2DomainRegistrable {
|
|
14659
14521
|
namespace Post {
|
|
14660
14522
|
namespace Parameters {
|
|
14661
|
-
type Path = {
|
|
14662
|
-
domainId: string;
|
|
14663
|
-
};
|
|
14523
|
+
type Path = {};
|
|
14664
14524
|
interface RequestBody {
|
|
14665
|
-
|
|
14525
|
+
domain: string;
|
|
14666
14526
|
}
|
|
14667
|
-
type Header = {}
|
|
14527
|
+
type Header = {};
|
|
14668
14528
|
type Query = {};
|
|
14669
14529
|
}
|
|
14670
14530
|
namespace Responses {
|
|
14671
|
-
namespace $
|
|
14531
|
+
namespace $200 {
|
|
14672
14532
|
namespace Content {
|
|
14673
14533
|
interface ApplicationJson {
|
|
14674
|
-
|
|
14534
|
+
registrable: boolean;
|
|
14675
14535
|
}
|
|
14676
14536
|
}
|
|
14677
14537
|
}
|
|
@@ -14682,13 +14542,36 @@ export declare module MittwaldAPIV2 {
|
|
|
14682
14542
|
}
|
|
14683
14543
|
}
|
|
14684
14544
|
}
|
|
14685
|
-
namespace
|
|
14545
|
+
namespace Default {
|
|
14686
14546
|
namespace Content {
|
|
14687
14547
|
interface ApplicationJson {
|
|
14688
14548
|
[k: string]: unknown;
|
|
14689
14549
|
}
|
|
14690
14550
|
}
|
|
14691
14551
|
}
|
|
14552
|
+
}
|
|
14553
|
+
}
|
|
14554
|
+
}
|
|
14555
|
+
namespace V2Domains { }
|
|
14556
|
+
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
14557
|
+
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
14558
|
+
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
14559
|
+
namespace V2DomainsDomainIdProjectId { }
|
|
14560
|
+
namespace V2PasswordPoliciesPath {
|
|
14561
|
+
namespace Get {
|
|
14562
|
+
namespace Parameters {
|
|
14563
|
+
type Path = {
|
|
14564
|
+
path: string;
|
|
14565
|
+
};
|
|
14566
|
+
type Header = {};
|
|
14567
|
+
type Query = {};
|
|
14568
|
+
}
|
|
14569
|
+
namespace Responses {
|
|
14570
|
+
namespace $200 {
|
|
14571
|
+
namespace Content {
|
|
14572
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
|
|
14573
|
+
}
|
|
14574
|
+
}
|
|
14692
14575
|
namespace Default {
|
|
14693
14576
|
namespace Content {
|
|
14694
14577
|
interface ApplicationJson {
|
|
@@ -14699,22 +14582,20 @@ export declare module MittwaldAPIV2 {
|
|
|
14699
14582
|
}
|
|
14700
14583
|
}
|
|
14701
14584
|
}
|
|
14702
|
-
namespace
|
|
14703
|
-
|
|
14585
|
+
namespace V2DnsZonesDnsZoneId { }
|
|
14586
|
+
namespace V2DnsZonesDnsZoneId {
|
|
14587
|
+
namespace Get {
|
|
14704
14588
|
namespace Parameters {
|
|
14705
14589
|
type Path = {
|
|
14706
|
-
|
|
14590
|
+
dnsZoneId: string;
|
|
14707
14591
|
};
|
|
14708
|
-
interface RequestBody {
|
|
14709
|
-
[k: string]: unknown;
|
|
14710
|
-
}
|
|
14711
14592
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14712
14593
|
type Query = {};
|
|
14713
14594
|
}
|
|
14714
14595
|
namespace Responses {
|
|
14715
|
-
namespace $
|
|
14596
|
+
namespace $200 {
|
|
14716
14597
|
namespace Content {
|
|
14717
|
-
type
|
|
14598
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
|
|
14718
14599
|
}
|
|
14719
14600
|
}
|
|
14720
14601
|
namespace $400 {
|
|
@@ -14724,13 +14605,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14724
14605
|
}
|
|
14725
14606
|
}
|
|
14726
14607
|
}
|
|
14727
|
-
namespace $404 {
|
|
14728
|
-
namespace Content {
|
|
14729
|
-
interface ApplicationJson {
|
|
14730
|
-
[k: string]: unknown;
|
|
14731
|
-
}
|
|
14732
|
-
}
|
|
14733
|
-
}
|
|
14734
14608
|
namespace Default {
|
|
14735
14609
|
namespace Content {
|
|
14736
14610
|
interface ApplicationJson {
|
|
@@ -14740,25 +14614,18 @@ export declare module MittwaldAPIV2 {
|
|
|
14740
14614
|
}
|
|
14741
14615
|
}
|
|
14742
14616
|
}
|
|
14743
|
-
|
|
14744
|
-
namespace V2DomainsDomainIdDeclarationsAuthcode {
|
|
14745
|
-
namespace Put {
|
|
14617
|
+
namespace Delete {
|
|
14746
14618
|
namespace Parameters {
|
|
14747
14619
|
type Path = {
|
|
14748
|
-
|
|
14620
|
+
dnsZoneId: string;
|
|
14749
14621
|
};
|
|
14750
|
-
interface RequestBody {
|
|
14751
|
-
authCode: string;
|
|
14752
|
-
}
|
|
14753
14622
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14754
14623
|
type Query = {};
|
|
14755
14624
|
}
|
|
14756
14625
|
namespace Responses {
|
|
14757
14626
|
namespace $200 {
|
|
14758
14627
|
namespace Content {
|
|
14759
|
-
|
|
14760
|
-
[k: string]: unknown;
|
|
14761
|
-
}
|
|
14628
|
+
type Empty = unknown;
|
|
14762
14629
|
}
|
|
14763
14630
|
}
|
|
14764
14631
|
namespace $400 {
|
|
@@ -14768,13 +14635,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14768
14635
|
}
|
|
14769
14636
|
}
|
|
14770
14637
|
}
|
|
14771
|
-
namespace $404 {
|
|
14772
|
-
namespace Content {
|
|
14773
|
-
interface ApplicationJson {
|
|
14774
|
-
[k: string]: unknown;
|
|
14775
|
-
}
|
|
14776
|
-
}
|
|
14777
|
-
}
|
|
14778
14638
|
namespace Default {
|
|
14779
14639
|
namespace Content {
|
|
14780
14640
|
interface ApplicationJson {
|
|
@@ -14785,30 +14645,20 @@ export declare module MittwaldAPIV2 {
|
|
|
14785
14645
|
}
|
|
14786
14646
|
}
|
|
14787
14647
|
}
|
|
14788
|
-
namespace
|
|
14789
|
-
|
|
14648
|
+
namespace V2ProjectsProjectIdDnsZones { }
|
|
14649
|
+
namespace V2ProjectsProjectIdDnsZones {
|
|
14650
|
+
namespace Get {
|
|
14790
14651
|
namespace Parameters {
|
|
14791
14652
|
type Path = {
|
|
14792
|
-
|
|
14653
|
+
projectId: string;
|
|
14793
14654
|
};
|
|
14794
|
-
interface RequestBody {
|
|
14795
|
-
/**
|
|
14796
|
-
* @minItems 1
|
|
14797
|
-
*/
|
|
14798
|
-
ownerC: [
|
|
14799
|
-
MittwaldAPIV2.Components.Schemas.DomainHandleField,
|
|
14800
|
-
...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
|
|
14801
|
-
];
|
|
14802
|
-
}
|
|
14803
14655
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14804
14656
|
type Query = {};
|
|
14805
14657
|
}
|
|
14806
14658
|
namespace Responses {
|
|
14807
14659
|
namespace $200 {
|
|
14808
14660
|
namespace Content {
|
|
14809
|
-
|
|
14810
|
-
[k: string]: unknown;
|
|
14811
|
-
}
|
|
14661
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
|
|
14812
14662
|
}
|
|
14813
14663
|
}
|
|
14814
14664
|
namespace $400 {
|
|
@@ -14818,13 +14668,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14818
14668
|
}
|
|
14819
14669
|
}
|
|
14820
14670
|
}
|
|
14821
|
-
namespace $404 {
|
|
14822
|
-
namespace Content {
|
|
14823
|
-
interface ApplicationJson {
|
|
14824
|
-
[k: string]: unknown;
|
|
14825
|
-
}
|
|
14826
|
-
}
|
|
14827
|
-
}
|
|
14828
14671
|
namespace Default {
|
|
14829
14672
|
namespace Content {
|
|
14830
14673
|
interface ApplicationJson {
|
|
@@ -14835,29 +14678,25 @@ export declare module MittwaldAPIV2 {
|
|
|
14835
14678
|
}
|
|
14836
14679
|
}
|
|
14837
14680
|
}
|
|
14838
|
-
namespace
|
|
14839
|
-
|
|
14681
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
14682
|
+
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
14683
|
+
namespace V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged {
|
|
14684
|
+
namespace Post {
|
|
14840
14685
|
namespace Parameters {
|
|
14841
14686
|
type Path = {
|
|
14842
|
-
|
|
14687
|
+
dnsZoneId: string;
|
|
14688
|
+
recordSet: "a" | "mx";
|
|
14843
14689
|
};
|
|
14844
14690
|
interface RequestBody {
|
|
14845
|
-
/**
|
|
14846
|
-
* @minItems 1
|
|
14847
|
-
*/
|
|
14848
|
-
ownerC: [
|
|
14849
|
-
MittwaldAPIV2.Components.Schemas.DomainHandleField,
|
|
14850
|
-
...MittwaldAPIV2.Components.Schemas.DomainHandleField[]
|
|
14851
|
-
];
|
|
14852
14691
|
}
|
|
14853
14692
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14854
14693
|
type Query = {};
|
|
14855
14694
|
}
|
|
14856
14695
|
namespace Responses {
|
|
14857
|
-
namespace $
|
|
14696
|
+
namespace $204 {
|
|
14858
14697
|
namespace Content {
|
|
14859
14698
|
interface ApplicationJson {
|
|
14860
|
-
|
|
14699
|
+
ingressId?: string;
|
|
14861
14700
|
}
|
|
14862
14701
|
}
|
|
14863
14702
|
}
|
|
@@ -14868,13 +14707,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14868
14707
|
}
|
|
14869
14708
|
}
|
|
14870
14709
|
}
|
|
14871
|
-
namespace $404 {
|
|
14872
|
-
namespace Content {
|
|
14873
|
-
interface ApplicationJson {
|
|
14874
|
-
[k: string]: unknown;
|
|
14875
|
-
}
|
|
14876
|
-
}
|
|
14877
|
-
}
|
|
14878
14710
|
namespace Default {
|
|
14879
14711
|
namespace Content {
|
|
14880
14712
|
interface ApplicationJson {
|
|
@@ -14885,32 +14717,27 @@ export declare module MittwaldAPIV2 {
|
|
|
14885
14717
|
}
|
|
14886
14718
|
}
|
|
14887
14719
|
}
|
|
14888
|
-
namespace
|
|
14889
|
-
|
|
14720
|
+
namespace V2DnsZones { }
|
|
14721
|
+
namespace V2DnsZones {
|
|
14722
|
+
namespace Post {
|
|
14890
14723
|
namespace Parameters {
|
|
14891
|
-
type Path = {
|
|
14892
|
-
domainId: string;
|
|
14893
|
-
};
|
|
14724
|
+
type Path = {};
|
|
14894
14725
|
interface RequestBody {
|
|
14895
|
-
|
|
14726
|
+
name: string;
|
|
14727
|
+
parentZoneId: string;
|
|
14896
14728
|
}
|
|
14897
14729
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14898
14730
|
type Query = {};
|
|
14899
14731
|
}
|
|
14900
14732
|
namespace Responses {
|
|
14901
|
-
namespace $
|
|
14902
|
-
namespace Content {
|
|
14903
|
-
type Empty = unknown;
|
|
14904
|
-
}
|
|
14905
|
-
}
|
|
14906
|
-
namespace $400 {
|
|
14733
|
+
namespace $201 {
|
|
14907
14734
|
namespace Content {
|
|
14908
14735
|
interface ApplicationJson {
|
|
14909
|
-
|
|
14736
|
+
id: string;
|
|
14910
14737
|
}
|
|
14911
14738
|
}
|
|
14912
14739
|
}
|
|
14913
|
-
namespace $
|
|
14740
|
+
namespace $400 {
|
|
14914
14741
|
namespace Content {
|
|
14915
14742
|
interface ApplicationJson {
|
|
14916
14743
|
[k: string]: unknown;
|
|
@@ -14927,18 +14754,17 @@ export declare module MittwaldAPIV2 {
|
|
|
14927
14754
|
}
|
|
14928
14755
|
}
|
|
14929
14756
|
}
|
|
14930
|
-
namespace
|
|
14757
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
14758
|
+
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
14759
|
+
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
14760
|
+
namespace V2DnsZonesDnsZoneIdRecordSetsRecordSet {
|
|
14931
14761
|
namespace Put {
|
|
14932
14762
|
namespace Parameters {
|
|
14933
14763
|
type Path = {
|
|
14934
|
-
|
|
14764
|
+
dnsZoneId: string;
|
|
14765
|
+
recordSet: "a" | "mx" | "txt" | "srv" | "cname";
|
|
14935
14766
|
};
|
|
14936
|
-
|
|
14937
|
-
/**
|
|
14938
|
-
* @minItems 2
|
|
14939
|
-
*/
|
|
14940
|
-
nameservers?: [string, string, ...string[]];
|
|
14941
|
-
}
|
|
14767
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
|
|
14942
14768
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14943
14769
|
type Query = {};
|
|
14944
14770
|
}
|
|
@@ -14955,13 +14781,6 @@ export declare module MittwaldAPIV2 {
|
|
|
14955
14781
|
}
|
|
14956
14782
|
}
|
|
14957
14783
|
}
|
|
14958
|
-
namespace $404 {
|
|
14959
|
-
namespace Content {
|
|
14960
|
-
interface ApplicationJson {
|
|
14961
|
-
[k: string]: unknown;
|
|
14962
|
-
}
|
|
14963
|
-
}
|
|
14964
|
-
}
|
|
14965
14784
|
namespace Default {
|
|
14966
14785
|
namespace Content {
|
|
14967
14786
|
interface ApplicationJson {
|
|
@@ -14972,5 +14791,7 @@ export declare module MittwaldAPIV2 {
|
|
|
14972
14791
|
}
|
|
14973
14792
|
}
|
|
14974
14793
|
}
|
|
14794
|
+
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
14795
|
+
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
14975
14796
|
}
|
|
14976
14797
|
}
|