@mittwald/api-client 4.215.0 → 4.217.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +4 -2
- package/dist/esm/generated/v2/client.js +12 -4
- package/dist/esm/generated/v2/descriptors.js +36 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +21 -8
- package/dist/types/generated/v2/client.d.ts +389 -135
- package/dist/types/generated/v2/descriptors.d.ts +12 -4
- package/dist/types/generated/v2/types.d.ts +279 -53
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -5485,6 +5485,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5485
5485
|
queryParameters?: {
|
|
5486
5486
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5487
5487
|
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
|
|
5488
|
+
status?: ("CONFIRMED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID")[] | undefined;
|
|
5488
5489
|
search?: string | undefined;
|
|
5489
5490
|
limit?: number | undefined;
|
|
5490
5491
|
skip?: number | undefined;
|
|
@@ -5503,6 +5504,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5503
5504
|
} & {
|
|
5504
5505
|
queryParameters: {
|
|
5505
5506
|
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
|
|
5507
|
+
status?: ("CONFIRMED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID")[] | undefined;
|
|
5506
5508
|
search?: string | undefined;
|
|
5507
5509
|
limit?: number | undefined;
|
|
5508
5510
|
skip?: number | undefined;
|
|
@@ -5535,6 +5537,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5535
5537
|
} & {
|
|
5536
5538
|
queryParameters: {
|
|
5537
5539
|
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[] | undefined;
|
|
5540
|
+
status?: ("CONFIRMED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID")[] | undefined;
|
|
5538
5541
|
search?: string | undefined;
|
|
5539
5542
|
limit?: number | undefined;
|
|
5540
5543
|
skip?: number | undefined;
|
|
@@ -6134,6 +6137,230 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6134
6137
|
};
|
|
6135
6138
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
6136
6139
|
readonly marketplace: {
|
|
6140
|
+
/** Get a Contributor. */
|
|
6141
|
+
extensionGetContributor: (request: {
|
|
6142
|
+
contributorId: string;
|
|
6143
|
+
headers?: {
|
|
6144
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6145
|
+
} | undefined;
|
|
6146
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6147
|
+
headers?: Partial<{
|
|
6148
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6149
|
+
}>;
|
|
6150
|
+
} & {
|
|
6151
|
+
pathParameters: {
|
|
6152
|
+
contributorId: string;
|
|
6153
|
+
};
|
|
6154
|
+
}, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6155
|
+
[x: string]: unknown;
|
|
6156
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6157
|
+
[x: string]: unknown;
|
|
6158
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6159
|
+
headers?: Partial<{
|
|
6160
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6161
|
+
}>;
|
|
6162
|
+
} & {
|
|
6163
|
+
pathParameters: {
|
|
6164
|
+
contributorId: string;
|
|
6165
|
+
};
|
|
6166
|
+
}, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6167
|
+
[x: string]: unknown;
|
|
6168
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6169
|
+
[x: string]: unknown;
|
|
6170
|
+
}, 429, "application/json">>>;
|
|
6171
|
+
/** Delete a Contributor. */
|
|
6172
|
+
contributorDeleteContributor: (request: {
|
|
6173
|
+
contributorId: string;
|
|
6174
|
+
headers?: {
|
|
6175
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6176
|
+
"x-access-token"?: string | undefined;
|
|
6177
|
+
} | undefined;
|
|
6178
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6179
|
+
headers?: Partial<{
|
|
6180
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6181
|
+
}>;
|
|
6182
|
+
} & {
|
|
6183
|
+
pathParameters: {
|
|
6184
|
+
contributorId: string;
|
|
6185
|
+
};
|
|
6186
|
+
} & {
|
|
6187
|
+
headers: {
|
|
6188
|
+
"x-access-token"?: string | undefined;
|
|
6189
|
+
} & Partial<{
|
|
6190
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6191
|
+
}>;
|
|
6192
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6193
|
+
[x: string]: unknown;
|
|
6194
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6195
|
+
[x: string]: unknown;
|
|
6196
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6197
|
+
headers?: Partial<{
|
|
6198
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6199
|
+
}>;
|
|
6200
|
+
} & {
|
|
6201
|
+
pathParameters: {
|
|
6202
|
+
contributorId: string;
|
|
6203
|
+
};
|
|
6204
|
+
} & {
|
|
6205
|
+
headers: {
|
|
6206
|
+
"x-access-token"?: string | undefined;
|
|
6207
|
+
} & Partial<{
|
|
6208
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6209
|
+
}>;
|
|
6210
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6211
|
+
[x: string]: unknown;
|
|
6212
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6213
|
+
[x: string]: unknown;
|
|
6214
|
+
}, 429, "application/json">>>;
|
|
6215
|
+
/** Patch Contributor. */
|
|
6216
|
+
contributorPatchContributor: (request: {
|
|
6217
|
+
contributorId: string;
|
|
6218
|
+
data?: {
|
|
6219
|
+
contactPersonUserId?: string | undefined;
|
|
6220
|
+
descriptions?: {
|
|
6221
|
+
de: string;
|
|
6222
|
+
en?: string | undefined;
|
|
6223
|
+
} | undefined;
|
|
6224
|
+
deviatingContractOwner?: {
|
|
6225
|
+
contact: {
|
|
6226
|
+
salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
6227
|
+
address: {
|
|
6228
|
+
street: string;
|
|
6229
|
+
houseNumber: string;
|
|
6230
|
+
city: string;
|
|
6231
|
+
zip: string;
|
|
6232
|
+
countryCode: string;
|
|
6233
|
+
addressPrefix?: string | undefined;
|
|
6234
|
+
};
|
|
6235
|
+
firstName?: string | undefined;
|
|
6236
|
+
lastName?: string | undefined;
|
|
6237
|
+
title?: string | undefined;
|
|
6238
|
+
company?: string | undefined;
|
|
6239
|
+
emailAddress?: string | undefined;
|
|
6240
|
+
phoneNumbers?: string[] | undefined;
|
|
6241
|
+
useFormalTerm?: boolean | undefined;
|
|
6242
|
+
};
|
|
6243
|
+
inherited: boolean;
|
|
6244
|
+
} | undefined;
|
|
6245
|
+
deviatingName?: string | undefined;
|
|
6246
|
+
deviatingSupportInformation?: {
|
|
6247
|
+
email: string;
|
|
6248
|
+
phone?: string | undefined;
|
|
6249
|
+
} | undefined;
|
|
6250
|
+
homepage?: string | undefined;
|
|
6251
|
+
imprint?: {
|
|
6252
|
+
text: string;
|
|
6253
|
+
} | {
|
|
6254
|
+
url: string;
|
|
6255
|
+
} | undefined;
|
|
6256
|
+
} | undefined;
|
|
6257
|
+
headers?: {
|
|
6258
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6259
|
+
"x-access-token"?: string | undefined;
|
|
6260
|
+
} | undefined;
|
|
6261
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6262
|
+
data: {
|
|
6263
|
+
contactPersonUserId?: string | undefined;
|
|
6264
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6265
|
+
deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
|
|
6266
|
+
deviatingName?: string | undefined;
|
|
6267
|
+
deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
6268
|
+
homepage?: string | undefined;
|
|
6269
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6270
|
+
};
|
|
6271
|
+
} & {
|
|
6272
|
+
pathParameters: {
|
|
6273
|
+
contributorId: string;
|
|
6274
|
+
};
|
|
6275
|
+
} & {
|
|
6276
|
+
headers?: Partial<{
|
|
6277
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6278
|
+
}>;
|
|
6279
|
+
} & {
|
|
6280
|
+
headers: {
|
|
6281
|
+
"x-access-token"?: string | undefined;
|
|
6282
|
+
} & Partial<{
|
|
6283
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6284
|
+
}>;
|
|
6285
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6286
|
+
contactPersonUserId: string;
|
|
6287
|
+
contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
6288
|
+
contributorNumber: string;
|
|
6289
|
+
customerId: string;
|
|
6290
|
+
description?: string | undefined;
|
|
6291
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6292
|
+
email: string;
|
|
6293
|
+
homepage?: string | undefined;
|
|
6294
|
+
id: string;
|
|
6295
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6296
|
+
logoInherited?: boolean | undefined;
|
|
6297
|
+
logoRefId?: string | undefined;
|
|
6298
|
+
name: string;
|
|
6299
|
+
nameInherited: boolean;
|
|
6300
|
+
phone?: string | undefined;
|
|
6301
|
+
state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
|
|
6302
|
+
supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
|
|
6303
|
+
inherited: boolean;
|
|
6304
|
+
};
|
|
6305
|
+
url?: string | undefined;
|
|
6306
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6307
|
+
[x: string]: unknown;
|
|
6308
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6309
|
+
[x: string]: unknown;
|
|
6310
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6311
|
+
[x: string]: unknown;
|
|
6312
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6313
|
+
data: {
|
|
6314
|
+
contactPersonUserId?: string | undefined;
|
|
6315
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6316
|
+
deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
|
|
6317
|
+
deviatingName?: string | undefined;
|
|
6318
|
+
deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
6319
|
+
homepage?: string | undefined;
|
|
6320
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6321
|
+
};
|
|
6322
|
+
} & {
|
|
6323
|
+
pathParameters: {
|
|
6324
|
+
contributorId: string;
|
|
6325
|
+
};
|
|
6326
|
+
} & {
|
|
6327
|
+
headers?: Partial<{
|
|
6328
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6329
|
+
}>;
|
|
6330
|
+
} & {
|
|
6331
|
+
headers: {
|
|
6332
|
+
"x-access-token"?: string | undefined;
|
|
6333
|
+
} & Partial<{
|
|
6334
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6335
|
+
}>;
|
|
6336
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6337
|
+
contactPersonUserId: string;
|
|
6338
|
+
contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
6339
|
+
contributorNumber: string;
|
|
6340
|
+
customerId: string;
|
|
6341
|
+
description?: string | undefined;
|
|
6342
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6343
|
+
email: string;
|
|
6344
|
+
homepage?: string | undefined;
|
|
6345
|
+
id: string;
|
|
6346
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6347
|
+
logoInherited?: boolean | undefined;
|
|
6348
|
+
logoRefId?: string | undefined;
|
|
6349
|
+
name: string;
|
|
6350
|
+
nameInherited: boolean;
|
|
6351
|
+
phone?: string | undefined;
|
|
6352
|
+
state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
|
|
6353
|
+
supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
|
|
6354
|
+
inherited: boolean;
|
|
6355
|
+
};
|
|
6356
|
+
url?: string | undefined;
|
|
6357
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6358
|
+
[x: string]: unknown;
|
|
6359
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6360
|
+
[x: string]: unknown;
|
|
6361
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6362
|
+
[x: string]: unknown;
|
|
6363
|
+
}, 429, "application/json">>>;
|
|
6137
6364
|
/** Express interest to be a contributor. */
|
|
6138
6365
|
contributorExpressInterestToContribute: (request: {
|
|
6139
6366
|
customerId: string;
|
|
@@ -6679,11 +6906,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6679
6906
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6680
6907
|
[x: string]: unknown;
|
|
6681
6908
|
}, 429, "application/json">>>;
|
|
6682
|
-
/**
|
|
6683
|
-
|
|
6909
|
+
/** Request an Access Token for the Incoming Invoice file. */
|
|
6910
|
+
contributorReceiptGetFileAccessToken: (request: {
|
|
6684
6911
|
contributorId: string;
|
|
6912
|
+
contributorReceiptId: string;
|
|
6685
6913
|
headers?: {
|
|
6686
6914
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6915
|
+
"x-access-token"?: string | undefined;
|
|
6687
6916
|
} | undefined;
|
|
6688
6917
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6689
6918
|
headers?: Partial<{
|
|
@@ -6692,8 +6921,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6692
6921
|
} & {
|
|
6693
6922
|
pathParameters: {
|
|
6694
6923
|
contributorId: string;
|
|
6924
|
+
contributorReceiptId: string;
|
|
6695
6925
|
};
|
|
6696
|
-
}
|
|
6926
|
+
} & {
|
|
6927
|
+
headers: {
|
|
6928
|
+
"x-access-token"?: string | undefined;
|
|
6929
|
+
} & Partial<{
|
|
6930
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6931
|
+
}>;
|
|
6932
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6933
|
+
accessToken: string;
|
|
6934
|
+
expiresAt: string;
|
|
6935
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6936
|
+
[x: string]: unknown;
|
|
6937
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6697
6938
|
[x: string]: unknown;
|
|
6698
6939
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6699
6940
|
[x: string]: unknown;
|
|
@@ -6704,76 +6945,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6704
6945
|
} & {
|
|
6705
6946
|
pathParameters: {
|
|
6706
6947
|
contributorId: string;
|
|
6948
|
+
contributorReceiptId: string;
|
|
6707
6949
|
};
|
|
6708
|
-
}
|
|
6950
|
+
} & {
|
|
6951
|
+
headers: {
|
|
6952
|
+
"x-access-token"?: string | undefined;
|
|
6953
|
+
} & Partial<{
|
|
6954
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6955
|
+
}>;
|
|
6956
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6957
|
+
accessToken: string;
|
|
6958
|
+
expiresAt: string;
|
|
6959
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6960
|
+
[x: string]: unknown;
|
|
6961
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6709
6962
|
[x: string]: unknown;
|
|
6710
6963
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6711
6964
|
[x: string]: unknown;
|
|
6712
6965
|
}, 429, "application/json">>>;
|
|
6713
|
-
/**
|
|
6714
|
-
|
|
6966
|
+
/** Add a deviating avatar to a Contributor. */
|
|
6967
|
+
contributorRequestDeviatingContributorAvatarUpload: (request: {
|
|
6715
6968
|
contributorId: string;
|
|
6716
|
-
data?: {
|
|
6717
|
-
contactPersonUserId?: string | undefined;
|
|
6718
|
-
descriptions?: {
|
|
6719
|
-
de: string;
|
|
6720
|
-
en?: string | undefined;
|
|
6721
|
-
} | undefined;
|
|
6722
|
-
deviatingContractOwner?: {
|
|
6723
|
-
contact: {
|
|
6724
|
-
salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
6725
|
-
address: {
|
|
6726
|
-
street: string;
|
|
6727
|
-
houseNumber: string;
|
|
6728
|
-
city: string;
|
|
6729
|
-
zip: string;
|
|
6730
|
-
countryCode: string;
|
|
6731
|
-
addressPrefix?: string | undefined;
|
|
6732
|
-
};
|
|
6733
|
-
firstName?: string | undefined;
|
|
6734
|
-
lastName?: string | undefined;
|
|
6735
|
-
title?: string | undefined;
|
|
6736
|
-
company?: string | undefined;
|
|
6737
|
-
emailAddress?: string | undefined;
|
|
6738
|
-
phoneNumbers?: string[] | undefined;
|
|
6739
|
-
useFormalTerm?: boolean | undefined;
|
|
6740
|
-
};
|
|
6741
|
-
inherited: boolean;
|
|
6742
|
-
} | undefined;
|
|
6743
|
-
deviatingName?: string | undefined;
|
|
6744
|
-
deviatingSupportInformation?: {
|
|
6745
|
-
email: string;
|
|
6746
|
-
phone?: string | undefined;
|
|
6747
|
-
} | undefined;
|
|
6748
|
-
homepage?: string | undefined;
|
|
6749
|
-
imprint?: {
|
|
6750
|
-
text: string;
|
|
6751
|
-
} | {
|
|
6752
|
-
url: string;
|
|
6753
|
-
} | undefined;
|
|
6754
|
-
} | undefined;
|
|
6755
6969
|
headers?: {
|
|
6756
6970
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6757
6971
|
"x-access-token"?: string | undefined;
|
|
6758
6972
|
} | undefined;
|
|
6759
6973
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
|
-
|
|
6763
|
-
deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
|
|
6764
|
-
deviatingName?: string | undefined;
|
|
6765
|
-
deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
6766
|
-
homepage?: string | undefined;
|
|
6767
|
-
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6768
|
-
};
|
|
6974
|
+
headers?: Partial<{
|
|
6975
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6976
|
+
}>;
|
|
6769
6977
|
} & {
|
|
6770
6978
|
pathParameters: {
|
|
6771
6979
|
contributorId: string;
|
|
6772
6980
|
};
|
|
6773
|
-
} & {
|
|
6774
|
-
headers?: Partial<{
|
|
6775
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6776
|
-
}>;
|
|
6777
6981
|
} & {
|
|
6778
6982
|
headers: {
|
|
6779
6983
|
"x-access-token"?: string | undefined;
|
|
@@ -6781,49 +6985,40 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6781
6985
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6782
6986
|
}>;
|
|
6783
6987
|
}, import("@mittwald/api-client-commons").Response<{
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6988
|
+
avatarRefId: string;
|
|
6989
|
+
rules: {
|
|
6990
|
+
extensions: string[];
|
|
6991
|
+
fileTypes: {
|
|
6992
|
+
extensions: string[];
|
|
6993
|
+
mimeType: string;
|
|
6994
|
+
}[];
|
|
6995
|
+
maxSizeInBytes: number;
|
|
6996
|
+
mimeTypes: string[];
|
|
6997
|
+
properties?: {
|
|
6998
|
+
imageDimensions?: {
|
|
6999
|
+
max: {
|
|
7000
|
+
height?: number;
|
|
7001
|
+
width?: number;
|
|
7002
|
+
};
|
|
7003
|
+
min: {
|
|
7004
|
+
height?: number;
|
|
7005
|
+
width?: number;
|
|
7006
|
+
};
|
|
7007
|
+
};
|
|
7008
|
+
};
|
|
6801
7009
|
};
|
|
6802
|
-
url?: string | undefined;
|
|
6803
7010
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6804
7011
|
[x: string]: unknown;
|
|
6805
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6806
|
-
[x: string]: unknown;
|
|
6807
7012
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6808
7013
|
[x: string]: unknown;
|
|
6809
7014
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
|
|
6814
|
-
deviatingName?: string | undefined;
|
|
6815
|
-
deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
6816
|
-
homepage?: string | undefined;
|
|
6817
|
-
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6818
|
-
};
|
|
7015
|
+
headers?: Partial<{
|
|
7016
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7017
|
+
}>;
|
|
6819
7018
|
} & {
|
|
6820
7019
|
pathParameters: {
|
|
6821
7020
|
contributorId: string;
|
|
6822
7021
|
};
|
|
6823
|
-
} & {
|
|
6824
|
-
headers?: Partial<{
|
|
6825
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6826
|
-
}>;
|
|
6827
7022
|
} & {
|
|
6828
7023
|
headers: {
|
|
6829
7024
|
"x-access-token"?: string | undefined;
|
|
@@ -6831,36 +7026,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6831
7026
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6832
7027
|
}>;
|
|
6833
7028
|
}, import("@mittwald/api-client-commons").Response<{
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
7029
|
+
avatarRefId: string;
|
|
7030
|
+
rules: {
|
|
7031
|
+
extensions: string[];
|
|
7032
|
+
fileTypes: {
|
|
7033
|
+
extensions: string[];
|
|
7034
|
+
mimeType: string;
|
|
7035
|
+
}[];
|
|
7036
|
+
maxSizeInBytes: number;
|
|
7037
|
+
mimeTypes: string[];
|
|
7038
|
+
properties?: {
|
|
7039
|
+
imageDimensions?: {
|
|
7040
|
+
max: {
|
|
7041
|
+
height?: number;
|
|
7042
|
+
width?: number;
|
|
7043
|
+
};
|
|
7044
|
+
min: {
|
|
7045
|
+
height?: number;
|
|
7046
|
+
width?: number;
|
|
7047
|
+
};
|
|
7048
|
+
};
|
|
7049
|
+
};
|
|
6851
7050
|
};
|
|
6852
|
-
url?: string | undefined;
|
|
6853
7051
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6854
7052
|
[x: string]: unknown;
|
|
6855
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6856
|
-
[x: string]: unknown;
|
|
6857
7053
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6858
7054
|
[x: string]: unknown;
|
|
6859
7055
|
}, 429, "application/json">>>;
|
|
6860
|
-
/**
|
|
6861
|
-
|
|
7056
|
+
/** Delete deviating contributor avatar und return to the inherited customer avatar. */
|
|
7057
|
+
contributorResetContributorAvatar: (request: {
|
|
6862
7058
|
contributorId: string;
|
|
6863
|
-
contributorReceiptId: string;
|
|
6864
7059
|
headers?: {
|
|
6865
7060
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6866
7061
|
"x-access-token"?: string | undefined;
|
|
@@ -6872,7 +7067,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6872
7067
|
} & {
|
|
6873
7068
|
pathParameters: {
|
|
6874
7069
|
contributorId: string;
|
|
6875
|
-
contributorReceiptId: string;
|
|
6876
7070
|
};
|
|
6877
7071
|
} & {
|
|
6878
7072
|
headers: {
|
|
@@ -6880,12 +7074,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6880
7074
|
} & Partial<{
|
|
6881
7075
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6882
7076
|
}>;
|
|
6883
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6884
|
-
accessToken: string;
|
|
6885
|
-
expiresAt: string;
|
|
6886
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6887
|
-
[x: string]: unknown;
|
|
6888
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7077
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6889
7078
|
[x: string]: unknown;
|
|
6890
7079
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6891
7080
|
[x: string]: unknown;
|
|
@@ -6896,7 +7085,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6896
7085
|
} & {
|
|
6897
7086
|
pathParameters: {
|
|
6898
7087
|
contributorId: string;
|
|
6899
|
-
contributorReceiptId: string;
|
|
6900
7088
|
};
|
|
6901
7089
|
} & {
|
|
6902
7090
|
headers: {
|
|
@@ -6904,12 +7092,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6904
7092
|
} & Partial<{
|
|
6905
7093
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6906
7094
|
}>;
|
|
6907
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6908
|
-
accessToken: string;
|
|
6909
|
-
expiresAt: string;
|
|
6910
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6911
|
-
[x: string]: unknown;
|
|
6912
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7095
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6913
7096
|
[x: string]: unknown;
|
|
6914
7097
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6915
7098
|
[x: string]: unknown;
|
|
@@ -8462,7 +8645,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8462
8645
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8463
8646
|
}>;
|
|
8464
8647
|
}, import("@mittwald/api-client-commons").Response<{
|
|
8648
|
+
context?: "project" | "customer";
|
|
8465
8649
|
extensionId?: string;
|
|
8650
|
+
referencedId?: string;
|
|
8466
8651
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8467
8652
|
[x: string]: unknown;
|
|
8468
8653
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8484,7 +8669,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8484
8669
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8485
8670
|
}>;
|
|
8486
8671
|
}, import("@mittwald/api-client-commons").Response<{
|
|
8672
|
+
context?: "project" | "customer";
|
|
8487
8673
|
extensionId?: string;
|
|
8674
|
+
referencedId?: string;
|
|
8488
8675
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8489
8676
|
[x: string]: unknown;
|
|
8490
8677
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8819,7 +9006,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8819
9006
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8820
9007
|
}>;
|
|
8821
9008
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9009
|
+
context?: "project" | "customer";
|
|
8822
9010
|
extensionId?: string;
|
|
9011
|
+
referencedId?: string;
|
|
8823
9012
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8824
9013
|
[x: string]: unknown;
|
|
8825
9014
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8841,7 +9030,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8841
9030
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8842
9031
|
}>;
|
|
8843
9032
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9033
|
+
context?: "project" | "customer";
|
|
8844
9034
|
extensionId?: string;
|
|
9035
|
+
referencedId?: string;
|
|
8845
9036
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8846
9037
|
[x: string]: unknown;
|
|
8847
9038
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -9798,6 +9989,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9798
9989
|
extensionId: string;
|
|
9799
9990
|
contributorId: string;
|
|
9800
9991
|
data?: {
|
|
9992
|
+
dryRun?: boolean | undefined;
|
|
9801
9993
|
priceInCents?: number | undefined;
|
|
9802
9994
|
} | undefined;
|
|
9803
9995
|
headers?: {
|
|
@@ -9806,6 +9998,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9806
9998
|
} | undefined;
|
|
9807
9999
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9808
10000
|
data: {
|
|
10001
|
+
dryRun?: boolean | undefined;
|
|
9809
10002
|
priceInCents?: number | undefined;
|
|
9810
10003
|
};
|
|
9811
10004
|
} & {
|
|
@@ -9825,6 +10018,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9825
10018
|
}>;
|
|
9826
10019
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9827
10020
|
extensionId?: string | undefined;
|
|
10021
|
+
priceChangeConsequence?: {
|
|
10022
|
+
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10023
|
+
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10024
|
+
variantConsequences: {
|
|
10025
|
+
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10026
|
+
variantKey?: string;
|
|
10027
|
+
}[];
|
|
10028
|
+
} | undefined;
|
|
9828
10029
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9829
10030
|
[x: string]: unknown;
|
|
9830
10031
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -9835,6 +10036,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9835
10036
|
[x: string]: unknown;
|
|
9836
10037
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9837
10038
|
data: {
|
|
10039
|
+
dryRun?: boolean | undefined;
|
|
9838
10040
|
priceInCents?: number | undefined;
|
|
9839
10041
|
};
|
|
9840
10042
|
} & {
|
|
@@ -9854,6 +10056,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9854
10056
|
}>;
|
|
9855
10057
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9856
10058
|
extensionId?: string | undefined;
|
|
10059
|
+
priceChangeConsequence?: {
|
|
10060
|
+
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10061
|
+
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10062
|
+
variantConsequences: {
|
|
10063
|
+
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10064
|
+
variantKey?: string;
|
|
10065
|
+
}[];
|
|
10066
|
+
} | undefined;
|
|
9857
10067
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9858
10068
|
[x: string]: unknown;
|
|
9859
10069
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -14902,6 +15112,50 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14902
15112
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14903
15113
|
[x: string]: unknown;
|
|
14904
15114
|
}, 429, "application/json">>>;
|
|
15115
|
+
/** Get a zone file for a DNSZone. */
|
|
15116
|
+
dnsGetZoneFile: (request: {
|
|
15117
|
+
dnsZoneId: string;
|
|
15118
|
+
headers?: {
|
|
15119
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
15120
|
+
"x-access-token"?: string | undefined;
|
|
15121
|
+
} | undefined;
|
|
15122
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
15123
|
+
headers?: Partial<{
|
|
15124
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
15125
|
+
}>;
|
|
15126
|
+
} & {
|
|
15127
|
+
pathParameters: {
|
|
15128
|
+
dnsZoneId: string;
|
|
15129
|
+
};
|
|
15130
|
+
} & {
|
|
15131
|
+
headers: {
|
|
15132
|
+
"x-access-token"?: string | undefined;
|
|
15133
|
+
} & Partial<{
|
|
15134
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
15135
|
+
}>;
|
|
15136
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
15137
|
+
[x: string]: unknown;
|
|
15138
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15139
|
+
[x: string]: unknown;
|
|
15140
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
15141
|
+
headers?: Partial<{
|
|
15142
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
15143
|
+
}>;
|
|
15144
|
+
} & {
|
|
15145
|
+
pathParameters: {
|
|
15146
|
+
dnsZoneId: string;
|
|
15147
|
+
};
|
|
15148
|
+
} & {
|
|
15149
|
+
headers: {
|
|
15150
|
+
"x-access-token"?: string | undefined;
|
|
15151
|
+
} & Partial<{
|
|
15152
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
15153
|
+
}>;
|
|
15154
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
15155
|
+
[x: string]: unknown;
|
|
15156
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15157
|
+
[x: string]: unknown;
|
|
15158
|
+
}, 429, "application/json">>>;
|
|
14905
15159
|
/** List DNSZones belonging to a Project. */
|
|
14906
15160
|
dnsListDnsZones: (request: {
|
|
14907
15161
|
projectId: string;
|
|
@@ -22883,7 +23137,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22883
23137
|
limit?: number | undefined;
|
|
22884
23138
|
skip?: number | undefined;
|
|
22885
23139
|
page?: number | undefined;
|
|
22886
|
-
sort?: "potential" | "relevance" | undefined;
|
|
23140
|
+
sort?: "potential" | "relevance" | "company" | undefined;
|
|
22887
23141
|
order?: "asc" | "desc" | undefined;
|
|
22888
23142
|
} | undefined;
|
|
22889
23143
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -22917,7 +23171,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22917
23171
|
limit?: number | undefined;
|
|
22918
23172
|
skip?: number | undefined;
|
|
22919
23173
|
page?: number | undefined;
|
|
22920
|
-
sort?: "potential" | "relevance" | undefined;
|
|
23174
|
+
sort?: "potential" | "relevance" | "company" | undefined;
|
|
22921
23175
|
order?: "asc" | "desc" | undefined;
|
|
22922
23176
|
} & Partial<{
|
|
22923
23177
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -22964,7 +23218,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22964
23218
|
limit?: number | undefined;
|
|
22965
23219
|
skip?: number | undefined;
|
|
22966
23220
|
page?: number | undefined;
|
|
22967
|
-
sort?: "potential" | "relevance" | undefined;
|
|
23221
|
+
sort?: "potential" | "relevance" | "company" | undefined;
|
|
22968
23222
|
order?: "asc" | "desc" | undefined;
|
|
22969
23223
|
} & Partial<{
|
|
22970
23224
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -23289,9 +23543,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23289
23543
|
} & Partial<{
|
|
23290
23544
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23291
23545
|
}>;
|
|
23292
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23546
|
+
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23293
23547
|
exists: boolean;
|
|
23294
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23548
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23295
23549
|
[x: string]: unknown;
|
|
23296
23550
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23297
23551
|
data: {
|
|
@@ -23307,9 +23561,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23307
23561
|
} & Partial<{
|
|
23308
23562
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23309
23563
|
}>;
|
|
23310
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23564
|
+
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23311
23565
|
exists: boolean;
|
|
23312
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23566
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23313
23567
|
[x: string]: unknown;
|
|
23314
23568
|
}, 429, "application/json">>>;
|
|
23315
23569
|
};
|