@mittwald/api-client 2.0.18 → 2.0.20
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.d.ts +102 -70
- package/dist/cjs/generated/v2/client.js +20 -20
- package/dist/cjs/generated/v2/descriptors.d.ts +20 -20
- package/dist/cjs/generated/v2/descriptors.js +32 -32
- package/dist/cjs/generated/v2/types.d.ts +87 -69
- package/dist/esm/generated/v2/client.d.ts +102 -70
- package/dist/esm/generated/v2/client.js +20 -20
- package/dist/esm/generated/v2/descriptors.d.ts +20 -20
- package/dist/esm/generated/v2/descriptors.js +28 -28
- package/dist/esm/generated/v2/types.d.ts +87 -69
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -886,7 +886,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
886
886
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
887
887
|
[x: string]: unknown;
|
|
888
888
|
}, 404, "application/json">>>;
|
|
889
|
-
/** List BackupSchedules belonging to a
|
|
889
|
+
/** List BackupSchedules belonging to a Project. */
|
|
890
890
|
listProjectBackupSchedules: (request: {
|
|
891
891
|
pathParameters: {
|
|
892
892
|
projectId: string;
|
|
@@ -958,7 +958,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
958
958
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
959
959
|
[x: string]: unknown;
|
|
960
960
|
}, 404, "application/json">>>;
|
|
961
|
-
/** List Backups
|
|
961
|
+
/** List Backups belonging to a Project. */
|
|
962
962
|
listProjectBackups: (request: {
|
|
963
963
|
pathParameters: {
|
|
964
964
|
projectId: string;
|
|
@@ -3746,7 +3746,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3746
3746
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3747
3747
|
}>;
|
|
3748
3748
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
3749
|
-
/** List
|
|
3749
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
3750
3750
|
listCustomerInvites: (request?: {
|
|
3751
3751
|
headers?: {
|
|
3752
3752
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3777,7 +3777,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3777
3777
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3778
3778
|
[x: string]: unknown;
|
|
3779
3779
|
}, 404, "application/json">>>;
|
|
3780
|
-
/** List
|
|
3780
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
3781
3781
|
listCustomerMemberships: (request?: {
|
|
3782
3782
|
headers?: {
|
|
3783
3783
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3808,7 +3808,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3808
3808
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3809
3809
|
[x: string]: unknown;
|
|
3810
3810
|
}, 404, "application/json">>>;
|
|
3811
|
-
/** List
|
|
3811
|
+
/** List Invites belonging to a Customer. */
|
|
3812
3812
|
listInvitesForCustomer: (request: {
|
|
3813
3813
|
pathParameters: {
|
|
3814
3814
|
customerId: string;
|
|
@@ -3846,7 +3846,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3846
3846
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3847
3847
|
[x: string]: unknown;
|
|
3848
3848
|
}, 404, "application/json">>>;
|
|
3849
|
-
/** List
|
|
3849
|
+
/** List Memberships belonging to a Customer. */
|
|
3850
3850
|
listMembershipsForCustomer: (request: {
|
|
3851
3851
|
pathParameters: {
|
|
3852
3852
|
customerId: string;
|
|
@@ -4073,7 +4073,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4073
4073
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4074
4074
|
[x: string]: unknown;
|
|
4075
4075
|
}, 404, "application/json">>>;
|
|
4076
|
-
/** List MySQLUsers belonging to a
|
|
4076
|
+
/** List MySQLUsers belonging to a Database. */
|
|
4077
4077
|
listMysqlUsers: (request: {
|
|
4078
4078
|
pathParameters: {
|
|
4079
4079
|
databaseId: string;
|
|
@@ -4148,7 +4148,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4148
4148
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4149
4149
|
[x: string]: unknown;
|
|
4150
4150
|
}, 404, "application/json">>>;
|
|
4151
|
-
/** List RedisDatabases belonging to a
|
|
4151
|
+
/** List RedisDatabases belonging to a Project. */
|
|
4152
4152
|
listRedisDatabases: (request: {
|
|
4153
4153
|
pathParameters: {
|
|
4154
4154
|
projectId: string;
|
|
@@ -4613,7 +4613,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4613
4613
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4614
4614
|
[x: string]: unknown;
|
|
4615
4615
|
}, 404, "application/json">>>;
|
|
4616
|
-
/** List
|
|
4616
|
+
/** List MySQLVersions. */
|
|
4617
4617
|
listMysqlVersions: (request?: {
|
|
4618
4618
|
headers?: {
|
|
4619
4619
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -4644,7 +4644,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4644
4644
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4645
4645
|
[x: string]: unknown;
|
|
4646
4646
|
}, 404, "application/json">>>;
|
|
4647
|
-
/** List
|
|
4647
|
+
/** List RedisVersions. */
|
|
4648
4648
|
listRedisVersions: (request?: {
|
|
4649
4649
|
headers?: {
|
|
4650
4650
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5159,6 +5159,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5159
5159
|
cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
|
|
5160
5160
|
combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
|
|
5161
5161
|
mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
|
|
5162
|
+
srv: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRV;
|
|
5162
5163
|
txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
|
|
5163
5164
|
};
|
|
5164
5165
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5699,39 +5700,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5699
5700
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5700
5701
|
[x: string]: unknown;
|
|
5701
5702
|
}, 404, "application/json">>>;
|
|
5702
|
-
/** Get a toplevel domain. */
|
|
5703
|
-
getToplevelDomain: (request: {
|
|
5704
|
-
pathParameters: {
|
|
5705
|
-
tld: string;
|
|
5706
|
-
};
|
|
5707
|
-
headers?: {
|
|
5708
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5709
|
-
"x-access-token"?: string | undefined;
|
|
5710
|
-
} | undefined;
|
|
5711
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5712
|
-
headers?: Partial<{
|
|
5713
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5714
|
-
}> | undefined;
|
|
5715
|
-
} & {
|
|
5716
|
-
pathParameters: {
|
|
5717
|
-
tld: string;
|
|
5718
|
-
};
|
|
5719
|
-
} & {
|
|
5720
|
-
headers: {
|
|
5721
|
-
"x-access-token"?: string | undefined;
|
|
5722
|
-
} & Partial<{
|
|
5723
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5724
|
-
}>;
|
|
5725
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5726
|
-
rgpDays: number;
|
|
5727
|
-
tld: string;
|
|
5728
|
-
transitAllowed: boolean;
|
|
5729
|
-
type: "other" | "generic" | "unknown" | "countryCode" | "newGeneric" | "centralNic";
|
|
5730
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5731
|
-
[x: string]: unknown;
|
|
5732
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5733
|
-
[x: string]: unknown;
|
|
5734
|
-
}, 404, "application/json">>>;
|
|
5735
5703
|
/** List all domain ownerships of a project. */
|
|
5736
5704
|
listDomainOwnerships: (request: {
|
|
5737
5705
|
pathParameters: {
|
|
@@ -5798,25 +5766,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5798
5766
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5799
5767
|
[x: string]: unknown;
|
|
5800
5768
|
}, 400, "application/json">>>;
|
|
5801
|
-
/** List all supported toplevel domains. */
|
|
5802
|
-
listToplevelDomains: (request?: {
|
|
5803
|
-
headers?: {
|
|
5804
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5805
|
-
"x-access-token"?: string | undefined;
|
|
5806
|
-
} | undefined;
|
|
5807
|
-
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5808
|
-
headers?: Partial<{
|
|
5809
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5810
|
-
}> | undefined;
|
|
5811
|
-
} & {
|
|
5812
|
-
headers: {
|
|
5813
|
-
"x-access-token"?: string | undefined;
|
|
5814
|
-
} & Partial<{
|
|
5815
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5816
|
-
}>;
|
|
5817
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5818
|
-
[x: string]: unknown;
|
|
5819
|
-
}, 400, "application/json">>>;
|
|
5820
5769
|
/** Resend a domain email. */
|
|
5821
5770
|
resendDomainEmail: (request: {
|
|
5822
5771
|
pathParameters: {
|
|
@@ -6098,6 +6047,89 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6098
6047
|
}, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6099
6048
|
[x: string]: unknown;
|
|
6100
6049
|
}, 404, "application/json">>>;
|
|
6050
|
+
/** updates srv-records for a specific zone */
|
|
6051
|
+
dnsRecordSrvSet: (request: {
|
|
6052
|
+
pathParameters: {
|
|
6053
|
+
zoneId: string;
|
|
6054
|
+
};
|
|
6055
|
+
headers?: {
|
|
6056
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6057
|
+
"x-access-token"?: string | undefined;
|
|
6058
|
+
} | undefined;
|
|
6059
|
+
} | {
|
|
6060
|
+
data: {
|
|
6061
|
+
records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord[]];
|
|
6062
|
+
settings: {
|
|
6063
|
+
ttl?: {
|
|
6064
|
+
seconds: number;
|
|
6065
|
+
} | {
|
|
6066
|
+
auto: boolean;
|
|
6067
|
+
} | undefined;
|
|
6068
|
+
};
|
|
6069
|
+
};
|
|
6070
|
+
pathParameters: {
|
|
6071
|
+
zoneId: string;
|
|
6072
|
+
};
|
|
6073
|
+
headers?: {
|
|
6074
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6075
|
+
"x-access-token"?: string | undefined;
|
|
6076
|
+
} | undefined;
|
|
6077
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
6078
|
+
headers?: Partial<{
|
|
6079
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6080
|
+
}> | undefined;
|
|
6081
|
+
} | {
|
|
6082
|
+
data: {
|
|
6083
|
+
records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord[]];
|
|
6084
|
+
settings: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
|
|
6085
|
+
};
|
|
6086
|
+
}) & {
|
|
6087
|
+
pathParameters: {
|
|
6088
|
+
zoneId: string;
|
|
6089
|
+
};
|
|
6090
|
+
} & {
|
|
6091
|
+
headers?: Partial<{
|
|
6092
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6093
|
+
}> | undefined;
|
|
6094
|
+
} & {
|
|
6095
|
+
headers: {
|
|
6096
|
+
"x-access-token"?: string | undefined;
|
|
6097
|
+
} & Partial<{
|
|
6098
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6099
|
+
}>;
|
|
6100
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6101
|
+
[x: string]: unknown;
|
|
6102
|
+
}, 400, "application/json">>>;
|
|
6103
|
+
/** creates a sub zone for a given dns zone */
|
|
6104
|
+
dnsSubZoneCreate: (request: {
|
|
6105
|
+
data: {
|
|
6106
|
+
name: string;
|
|
6107
|
+
parentZoneId: string;
|
|
6108
|
+
};
|
|
6109
|
+
headers?: {
|
|
6110
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6111
|
+
"x-access-token"?: string | undefined;
|
|
6112
|
+
} | undefined;
|
|
6113
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6114
|
+
data: {
|
|
6115
|
+
name: string;
|
|
6116
|
+
parentZoneId: string;
|
|
6117
|
+
};
|
|
6118
|
+
} & {
|
|
6119
|
+
headers?: Partial<{
|
|
6120
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6121
|
+
}> | undefined;
|
|
6122
|
+
} & {
|
|
6123
|
+
headers: {
|
|
6124
|
+
"x-access-token"?: string | undefined;
|
|
6125
|
+
} & Partial<{
|
|
6126
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6127
|
+
}>;
|
|
6128
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6129
|
+
id: string;
|
|
6130
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6131
|
+
[x: string]: unknown;
|
|
6132
|
+
}, 400, "application/json">>>;
|
|
6101
6133
|
};
|
|
6102
6134
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
6103
6135
|
readonly file: {
|
|
@@ -6558,7 +6590,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6558
6590
|
}, import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6559
6591
|
address: string;
|
|
6560
6592
|
autoResponder: {
|
|
6561
|
-
active: boolean;
|
|
6593
|
+
active: boolean;
|
|
6562
6594
|
expiresAt?: string | undefined;
|
|
6563
6595
|
message: string;
|
|
6564
6596
|
startsAt?: string | undefined;
|
|
@@ -6575,7 +6607,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6575
6607
|
autoDeleteSpam: boolean;
|
|
6576
6608
|
folder: "spam" | "inbox";
|
|
6577
6609
|
relocationMinSpamScore: number;
|
|
6578
|
-
};
|
|
6610
|
+
};
|
|
6579
6611
|
storageInBytes: {
|
|
6580
6612
|
current: {
|
|
6581
6613
|
updatedAt: string;
|
|
@@ -7747,7 +7779,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7747
7779
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7748
7780
|
}>;
|
|
7749
7781
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
7750
|
-
/** List
|
|
7782
|
+
/** List Invites belonging to a Project. */
|
|
7751
7783
|
listInvitesForProject: (request: {
|
|
7752
7784
|
pathParameters: {
|
|
7753
7785
|
projectId: string;
|
|
@@ -7785,7 +7817,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7785
7817
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7786
7818
|
[x: string]: unknown;
|
|
7787
7819
|
}, 404, "application/json">>>;
|
|
7788
|
-
/** List
|
|
7820
|
+
/** List Memberships belonging to a Project. */
|
|
7789
7821
|
listMembershipsForProject: (request: {
|
|
7790
7822
|
pathParameters: {
|
|
7791
7823
|
projectId: string;
|
|
@@ -7823,7 +7855,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7823
7855
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7824
7856
|
[x: string]: unknown;
|
|
7825
7857
|
}, 404, "application/json">>>;
|
|
7826
|
-
/** List
|
|
7858
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
7827
7859
|
listProjectInvites: (request?: {
|
|
7828
7860
|
headers?: {
|
|
7829
7861
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -7885,7 +7917,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7885
7917
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7886
7918
|
[x: string]: unknown;
|
|
7887
7919
|
}, 404, "application/json">>>;
|
|
7888
|
-
/** List
|
|
7920
|
+
/** List Projects belonging to the executing user. */
|
|
7889
7921
|
listProjects: (request?: {
|
|
7890
7922
|
headers?: {
|
|
7891
7923
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -7932,7 +7964,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7932
7964
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7933
7965
|
[x: string]: unknown;
|
|
7934
7966
|
}, 400, "application/json">>>;
|
|
7935
|
-
/** List Servers
|
|
7967
|
+
/** List Servers belonging to the executing user. */
|
|
7936
7968
|
listServers: (request?: {
|
|
7937
7969
|
headers?: {
|
|
7938
7970
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -8071,7 +8103,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8071
8103
|
};
|
|
8072
8104
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
8073
8105
|
readonly projectFileSystem: {
|
|
8074
|
-
/** List
|
|
8106
|
+
/** List directories belonging to a Project. */
|
|
8075
8107
|
getDirectories: (request: {
|
|
8076
8108
|
pathParameters: {
|
|
8077
8109
|
projectId: string;
|
|
@@ -69,11 +69,11 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
69
69
|
createProjectBackupExport: this.requestFunctionFactory(descriptors.backupCreateProjectBackupExport),
|
|
70
70
|
/** Delete a ProjectBackupExport. */
|
|
71
71
|
deleteProjectBackupExport: this.requestFunctionFactory(descriptors.backupDeleteProjectBackupExport),
|
|
72
|
-
/** List BackupSchedules belonging to a
|
|
72
|
+
/** List BackupSchedules belonging to a Project. */
|
|
73
73
|
listProjectBackupSchedules: this.requestFunctionFactory(descriptors.backupListProjectBackupSchedules),
|
|
74
74
|
/** Create a BackupSchedule for a Project. */
|
|
75
75
|
createProjectBackupSchedule: this.requestFunctionFactory(descriptors.backupCreateProjectBackupSchedule),
|
|
76
|
-
/** List Backups
|
|
76
|
+
/** List Backups belonging to a Project. */
|
|
77
77
|
listProjectBackups: this.requestFunctionFactory(descriptors.backupListProjectBackups),
|
|
78
78
|
/** Create a Backup of a Project. */
|
|
79
79
|
createProjectBackup: this.requestFunctionFactory(descriptors.backupCreateProjectBackup),
|
|
@@ -233,13 +233,13 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
233
233
|
isCustomerLegallyCompetent: this.requestFunctionFactory(descriptors.customerIsCustomerLegallyCompetent),
|
|
234
234
|
/** Leave a Customer. */
|
|
235
235
|
leaveCustomer: this.requestFunctionFactory(descriptors.customerLeaveCustomer),
|
|
236
|
-
/** List
|
|
236
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
237
237
|
listCustomerInvites: this.requestFunctionFactory(descriptors.customerListCustomerInvites),
|
|
238
|
-
/** List
|
|
238
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
239
239
|
listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships),
|
|
240
|
-
/** List
|
|
240
|
+
/** List Invites belonging to a Customer. */
|
|
241
241
|
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer),
|
|
242
|
-
/** List
|
|
242
|
+
/** List Memberships belonging to a Customer. */
|
|
243
243
|
listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer),
|
|
244
244
|
/** Request a new avatar upload for the customer profile. */
|
|
245
245
|
requestAvatarUpload: this.requestFunctionFactory(descriptors.customerRequestAvatarUpload),
|
|
@@ -254,11 +254,11 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
254
254
|
listMysqlDatabases: this.requestFunctionFactory(descriptors.databaseListMysqlDatabases),
|
|
255
255
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
256
256
|
createMysqlDatabase: this.requestFunctionFactory(descriptors.databaseCreateMysqlDatabase),
|
|
257
|
-
/** List MySQLUsers belonging to a
|
|
257
|
+
/** List MySQLUsers belonging to a Database. */
|
|
258
258
|
listMysqlUsers: this.requestFunctionFactory(descriptors.databaseListMysqlUsers),
|
|
259
259
|
/** Create a MySQLUser. */
|
|
260
260
|
createMysqlUser: this.requestFunctionFactory(descriptors.databaseCreateMysqlUser),
|
|
261
|
-
/** List RedisDatabases belonging to a
|
|
261
|
+
/** List RedisDatabases belonging to a Project. */
|
|
262
262
|
listRedisDatabases: this.requestFunctionFactory(descriptors.databaseListRedisDatabases),
|
|
263
263
|
/** Create a RedisDatabase. */
|
|
264
264
|
createRedisDatabase: this.requestFunctionFactory(descriptors.databaseCreateRedisDatabase),
|
|
@@ -284,9 +284,9 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
284
284
|
getMysqlUserPhpMyAdminUrl: this.requestFunctionFactory(descriptors.databaseGetMysqlUserPhpMyAdminUrl),
|
|
285
285
|
/** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
|
|
286
286
|
listMysqlCharsets: this.requestFunctionFactory(descriptors.databaseListMysqlCharsets),
|
|
287
|
-
/** List
|
|
287
|
+
/** List MySQLVersions. */
|
|
288
288
|
listMysqlVersions: this.requestFunctionFactory(descriptors.databaseListMysqlVersions),
|
|
289
|
-
/** List
|
|
289
|
+
/** List RedisVersions. */
|
|
290
290
|
listRedisVersions: this.requestFunctionFactory(descriptors.databaseListRedisVersions),
|
|
291
291
|
/** Update a MySQLDatabase's default character settings. */
|
|
292
292
|
updateMysqlDatabaseDefaultCharset: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDefaultCharset),
|
|
@@ -347,14 +347,10 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
347
347
|
getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
|
|
348
348
|
/** Verify a domain ownership. */
|
|
349
349
|
verifyDomainOwnership: this.requestFunctionFactory(descriptors.domainVerifyDomainOwnership),
|
|
350
|
-
/** Get a toplevel domain. */
|
|
351
|
-
getToplevelDomain: this.requestFunctionFactory(descriptors.domainGetToplevelDomain),
|
|
352
350
|
/** List all domain ownerships of a project. */
|
|
353
351
|
listDomainOwnerships: this.requestFunctionFactory(descriptors.domainListDomainOwnerships),
|
|
354
352
|
/** List Domains belonging to a Project. */
|
|
355
353
|
listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
|
|
356
|
-
/** List all supported toplevel domains. */
|
|
357
|
-
listToplevelDomains: this.requestFunctionFactory(descriptors.domainListToplevelDomains),
|
|
358
354
|
/** Resend a domain email. */
|
|
359
355
|
resendDomainEmail: this.requestFunctionFactory(descriptors.domainResendDomainEmail),
|
|
360
356
|
/** Create an Ingress. */
|
|
@@ -373,6 +369,10 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
373
369
|
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
374
370
|
/** Update an Ingresses tls settings. */
|
|
375
371
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
372
|
+
/** updates srv-records for a specific zone */
|
|
373
|
+
dnsRecordSrvSet: this.requestFunctionFactory(descriptors.dnsRecordSrvSet),
|
|
374
|
+
/** creates a sub zone for a given dns zone */
|
|
375
|
+
dnsSubZoneCreate: this.requestFunctionFactory(descriptors.dnsSubZoneCreate),
|
|
376
376
|
};
|
|
377
377
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
378
378
|
this.file = {
|
|
@@ -487,17 +487,17 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
487
487
|
getServer: this.requestFunctionFactory(descriptors.projectGetServer),
|
|
488
488
|
/** Leave a Project. */
|
|
489
489
|
leaveProject: this.requestFunctionFactory(descriptors.projectLeaveProject),
|
|
490
|
-
/** List
|
|
490
|
+
/** List Invites belonging to a Project. */
|
|
491
491
|
listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
|
|
492
|
-
/** List
|
|
492
|
+
/** List Memberships belonging to a Project. */
|
|
493
493
|
listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
|
|
494
|
-
/** List
|
|
494
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
495
495
|
listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
|
|
496
496
|
/** List ProjectMemberships belonging to the executing user. */
|
|
497
497
|
listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
|
|
498
|
-
/** List
|
|
498
|
+
/** List Projects belonging to the executing user. */
|
|
499
499
|
listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
|
|
500
|
-
/** List Servers
|
|
500
|
+
/** List Servers belonging to the executing user. */
|
|
501
501
|
listServers: this.requestFunctionFactory(descriptors.projectListServers),
|
|
502
502
|
/** Resend the mail for a ProjectInvite. */
|
|
503
503
|
resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
|
|
@@ -508,7 +508,7 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
508
508
|
};
|
|
509
509
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
510
510
|
this.projectFileSystem = {
|
|
511
|
-
/** List
|
|
511
|
+
/** List directories belonging to a Project. */
|
|
512
512
|
getDirectories: this.requestFunctionFactory(descriptors.projectFileSystemGetDirectories),
|
|
513
513
|
/** Get a Project directory filesystem usage. */
|
|
514
514
|
getDiskUsage: this.requestFunctionFactory(descriptors.projectFileSystemGetDiskUsage),
|