@mittwald/api-client 4.215.0 → 4.216.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.js +10 -4
- package/dist/esm/generated/v2/descriptors.js +30 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +12 -8
- package/dist/types/generated/v2/client.d.ts +342 -135
- package/dist/types/generated/v2/descriptors.d.ts +10 -4
- package/dist/types/generated/v2/types.d.ts +235 -53
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -6134,6 +6134,230 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6134
6134
|
};
|
|
6135
6135
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
6136
6136
|
readonly marketplace: {
|
|
6137
|
+
/** Get a Contributor. */
|
|
6138
|
+
extensionGetContributor: (request: {
|
|
6139
|
+
contributorId: string;
|
|
6140
|
+
headers?: {
|
|
6141
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6142
|
+
} | undefined;
|
|
6143
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6144
|
+
headers?: Partial<{
|
|
6145
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6146
|
+
}>;
|
|
6147
|
+
} & {
|
|
6148
|
+
pathParameters: {
|
|
6149
|
+
contributorId: string;
|
|
6150
|
+
};
|
|
6151
|
+
}, 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<{
|
|
6152
|
+
[x: string]: unknown;
|
|
6153
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6154
|
+
[x: string]: unknown;
|
|
6155
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6156
|
+
headers?: Partial<{
|
|
6157
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6158
|
+
}>;
|
|
6159
|
+
} & {
|
|
6160
|
+
pathParameters: {
|
|
6161
|
+
contributorId: string;
|
|
6162
|
+
};
|
|
6163
|
+
}, 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<{
|
|
6164
|
+
[x: string]: unknown;
|
|
6165
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6166
|
+
[x: string]: unknown;
|
|
6167
|
+
}, 429, "application/json">>>;
|
|
6168
|
+
/** Delete a Contributor. */
|
|
6169
|
+
contributorDeleteContributor: (request: {
|
|
6170
|
+
contributorId: string;
|
|
6171
|
+
headers?: {
|
|
6172
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6173
|
+
"x-access-token"?: string | undefined;
|
|
6174
|
+
} | undefined;
|
|
6175
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6176
|
+
headers?: Partial<{
|
|
6177
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6178
|
+
}>;
|
|
6179
|
+
} & {
|
|
6180
|
+
pathParameters: {
|
|
6181
|
+
contributorId: string;
|
|
6182
|
+
};
|
|
6183
|
+
} & {
|
|
6184
|
+
headers: {
|
|
6185
|
+
"x-access-token"?: string | undefined;
|
|
6186
|
+
} & Partial<{
|
|
6187
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6188
|
+
}>;
|
|
6189
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6190
|
+
[x: string]: unknown;
|
|
6191
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6192
|
+
[x: string]: unknown;
|
|
6193
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6194
|
+
headers?: Partial<{
|
|
6195
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6196
|
+
}>;
|
|
6197
|
+
} & {
|
|
6198
|
+
pathParameters: {
|
|
6199
|
+
contributorId: string;
|
|
6200
|
+
};
|
|
6201
|
+
} & {
|
|
6202
|
+
headers: {
|
|
6203
|
+
"x-access-token"?: string | undefined;
|
|
6204
|
+
} & Partial<{
|
|
6205
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6206
|
+
}>;
|
|
6207
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6208
|
+
[x: string]: unknown;
|
|
6209
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6210
|
+
[x: string]: unknown;
|
|
6211
|
+
}, 429, "application/json">>>;
|
|
6212
|
+
/** Patch Contributor. */
|
|
6213
|
+
contributorPatchContributor: (request: {
|
|
6214
|
+
contributorId: string;
|
|
6215
|
+
data?: {
|
|
6216
|
+
contactPersonUserId?: string | undefined;
|
|
6217
|
+
descriptions?: {
|
|
6218
|
+
de: string;
|
|
6219
|
+
en?: string | undefined;
|
|
6220
|
+
} | undefined;
|
|
6221
|
+
deviatingContractOwner?: {
|
|
6222
|
+
contact: {
|
|
6223
|
+
salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
6224
|
+
address: {
|
|
6225
|
+
street: string;
|
|
6226
|
+
houseNumber: string;
|
|
6227
|
+
city: string;
|
|
6228
|
+
zip: string;
|
|
6229
|
+
countryCode: string;
|
|
6230
|
+
addressPrefix?: string | undefined;
|
|
6231
|
+
};
|
|
6232
|
+
firstName?: string | undefined;
|
|
6233
|
+
lastName?: string | undefined;
|
|
6234
|
+
title?: string | undefined;
|
|
6235
|
+
company?: string | undefined;
|
|
6236
|
+
emailAddress?: string | undefined;
|
|
6237
|
+
phoneNumbers?: string[] | undefined;
|
|
6238
|
+
useFormalTerm?: boolean | undefined;
|
|
6239
|
+
};
|
|
6240
|
+
inherited: boolean;
|
|
6241
|
+
} | undefined;
|
|
6242
|
+
deviatingName?: string | undefined;
|
|
6243
|
+
deviatingSupportInformation?: {
|
|
6244
|
+
email: string;
|
|
6245
|
+
phone?: string | undefined;
|
|
6246
|
+
} | undefined;
|
|
6247
|
+
homepage?: string | undefined;
|
|
6248
|
+
imprint?: {
|
|
6249
|
+
text: string;
|
|
6250
|
+
} | {
|
|
6251
|
+
url: string;
|
|
6252
|
+
} | undefined;
|
|
6253
|
+
} | undefined;
|
|
6254
|
+
headers?: {
|
|
6255
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6256
|
+
"x-access-token"?: string | undefined;
|
|
6257
|
+
} | undefined;
|
|
6258
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6259
|
+
data: {
|
|
6260
|
+
contactPersonUserId?: string | undefined;
|
|
6261
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6262
|
+
deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
|
|
6263
|
+
deviatingName?: string | undefined;
|
|
6264
|
+
deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
6265
|
+
homepage?: string | undefined;
|
|
6266
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6267
|
+
};
|
|
6268
|
+
} & {
|
|
6269
|
+
pathParameters: {
|
|
6270
|
+
contributorId: string;
|
|
6271
|
+
};
|
|
6272
|
+
} & {
|
|
6273
|
+
headers?: Partial<{
|
|
6274
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6275
|
+
}>;
|
|
6276
|
+
} & {
|
|
6277
|
+
headers: {
|
|
6278
|
+
"x-access-token"?: string | undefined;
|
|
6279
|
+
} & Partial<{
|
|
6280
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6281
|
+
}>;
|
|
6282
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6283
|
+
contactPersonUserId: string;
|
|
6284
|
+
contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
6285
|
+
contributorNumber: string;
|
|
6286
|
+
customerId: string;
|
|
6287
|
+
description?: string | undefined;
|
|
6288
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6289
|
+
email: string;
|
|
6290
|
+
homepage?: string | undefined;
|
|
6291
|
+
id: string;
|
|
6292
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6293
|
+
logoInherited?: boolean | undefined;
|
|
6294
|
+
logoRefId?: string | undefined;
|
|
6295
|
+
name: string;
|
|
6296
|
+
nameInherited: boolean;
|
|
6297
|
+
phone?: string | undefined;
|
|
6298
|
+
state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
|
|
6299
|
+
supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
|
|
6300
|
+
inherited: boolean;
|
|
6301
|
+
};
|
|
6302
|
+
url?: string | undefined;
|
|
6303
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6304
|
+
[x: string]: unknown;
|
|
6305
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6306
|
+
[x: string]: unknown;
|
|
6307
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6308
|
+
[x: string]: unknown;
|
|
6309
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6310
|
+
data: {
|
|
6311
|
+
contactPersonUserId?: string | undefined;
|
|
6312
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6313
|
+
deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
|
|
6314
|
+
deviatingName?: string | undefined;
|
|
6315
|
+
deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
6316
|
+
homepage?: string | undefined;
|
|
6317
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6318
|
+
};
|
|
6319
|
+
} & {
|
|
6320
|
+
pathParameters: {
|
|
6321
|
+
contributorId: string;
|
|
6322
|
+
};
|
|
6323
|
+
} & {
|
|
6324
|
+
headers?: Partial<{
|
|
6325
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6326
|
+
}>;
|
|
6327
|
+
} & {
|
|
6328
|
+
headers: {
|
|
6329
|
+
"x-access-token"?: string | undefined;
|
|
6330
|
+
} & Partial<{
|
|
6331
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6332
|
+
}>;
|
|
6333
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6334
|
+
contactPersonUserId: string;
|
|
6335
|
+
contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
6336
|
+
contributorNumber: string;
|
|
6337
|
+
customerId: string;
|
|
6338
|
+
description?: string | undefined;
|
|
6339
|
+
descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
|
|
6340
|
+
email: string;
|
|
6341
|
+
homepage?: string | undefined;
|
|
6342
|
+
id: string;
|
|
6343
|
+
imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
|
|
6344
|
+
logoInherited?: boolean | undefined;
|
|
6345
|
+
logoRefId?: string | undefined;
|
|
6346
|
+
name: string;
|
|
6347
|
+
nameInherited: boolean;
|
|
6348
|
+
phone?: string | undefined;
|
|
6349
|
+
state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
|
|
6350
|
+
supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
|
|
6351
|
+
inherited: boolean;
|
|
6352
|
+
};
|
|
6353
|
+
url?: string | undefined;
|
|
6354
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6355
|
+
[x: string]: unknown;
|
|
6356
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6357
|
+
[x: string]: unknown;
|
|
6358
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6359
|
+
[x: string]: unknown;
|
|
6360
|
+
}, 429, "application/json">>>;
|
|
6137
6361
|
/** Express interest to be a contributor. */
|
|
6138
6362
|
contributorExpressInterestToContribute: (request: {
|
|
6139
6363
|
customerId: string;
|
|
@@ -6679,11 +6903,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6679
6903
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6680
6904
|
[x: string]: unknown;
|
|
6681
6905
|
}, 429, "application/json">>>;
|
|
6682
|
-
/**
|
|
6683
|
-
|
|
6906
|
+
/** Request an Access Token for the Incoming Invoice file. */
|
|
6907
|
+
contributorReceiptGetFileAccessToken: (request: {
|
|
6684
6908
|
contributorId: string;
|
|
6909
|
+
contributorReceiptId: string;
|
|
6685
6910
|
headers?: {
|
|
6686
6911
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6912
|
+
"x-access-token"?: string | undefined;
|
|
6687
6913
|
} | undefined;
|
|
6688
6914
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6689
6915
|
headers?: Partial<{
|
|
@@ -6692,8 +6918,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6692
6918
|
} & {
|
|
6693
6919
|
pathParameters: {
|
|
6694
6920
|
contributorId: string;
|
|
6921
|
+
contributorReceiptId: string;
|
|
6695
6922
|
};
|
|
6696
|
-
}
|
|
6923
|
+
} & {
|
|
6924
|
+
headers: {
|
|
6925
|
+
"x-access-token"?: string | undefined;
|
|
6926
|
+
} & Partial<{
|
|
6927
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6928
|
+
}>;
|
|
6929
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6930
|
+
accessToken: string;
|
|
6931
|
+
expiresAt: string;
|
|
6932
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6933
|
+
[x: string]: unknown;
|
|
6934
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6697
6935
|
[x: string]: unknown;
|
|
6698
6936
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6699
6937
|
[x: string]: unknown;
|
|
@@ -6704,76 +6942,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6704
6942
|
} & {
|
|
6705
6943
|
pathParameters: {
|
|
6706
6944
|
contributorId: string;
|
|
6945
|
+
contributorReceiptId: string;
|
|
6707
6946
|
};
|
|
6708
|
-
}
|
|
6947
|
+
} & {
|
|
6948
|
+
headers: {
|
|
6949
|
+
"x-access-token"?: string | undefined;
|
|
6950
|
+
} & Partial<{
|
|
6951
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6952
|
+
}>;
|
|
6953
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6954
|
+
accessToken: string;
|
|
6955
|
+
expiresAt: string;
|
|
6956
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6957
|
+
[x: string]: unknown;
|
|
6958
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6709
6959
|
[x: string]: unknown;
|
|
6710
6960
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6711
6961
|
[x: string]: unknown;
|
|
6712
6962
|
}, 429, "application/json">>>;
|
|
6713
|
-
/**
|
|
6714
|
-
|
|
6963
|
+
/** Add a deviating avatar to a Contributor. */
|
|
6964
|
+
contributorRequestDeviatingContributorAvatarUpload: (request: {
|
|
6715
6965
|
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
6966
|
headers?: {
|
|
6756
6967
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6757
6968
|
"x-access-token"?: string | undefined;
|
|
6758
6969
|
} | undefined;
|
|
6759
6970
|
}, 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
|
-
};
|
|
6971
|
+
headers?: Partial<{
|
|
6972
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6973
|
+
}>;
|
|
6769
6974
|
} & {
|
|
6770
6975
|
pathParameters: {
|
|
6771
6976
|
contributorId: string;
|
|
6772
6977
|
};
|
|
6773
|
-
} & {
|
|
6774
|
-
headers?: Partial<{
|
|
6775
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6776
|
-
}>;
|
|
6777
6978
|
} & {
|
|
6778
6979
|
headers: {
|
|
6779
6980
|
"x-access-token"?: string | undefined;
|
|
@@ -6781,49 +6982,40 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6781
6982
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6782
6983
|
}>;
|
|
6783
6984
|
}, import("@mittwald/api-client-commons").Response<{
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6985
|
+
avatarRefId: string;
|
|
6986
|
+
rules: {
|
|
6987
|
+
extensions: string[];
|
|
6988
|
+
fileTypes: {
|
|
6989
|
+
extensions: string[];
|
|
6990
|
+
mimeType: string;
|
|
6991
|
+
}[];
|
|
6992
|
+
maxSizeInBytes: number;
|
|
6993
|
+
mimeTypes: string[];
|
|
6994
|
+
properties?: {
|
|
6995
|
+
imageDimensions?: {
|
|
6996
|
+
max: {
|
|
6997
|
+
height?: number;
|
|
6998
|
+
width?: number;
|
|
6999
|
+
};
|
|
7000
|
+
min: {
|
|
7001
|
+
height?: number;
|
|
7002
|
+
width?: number;
|
|
7003
|
+
};
|
|
7004
|
+
};
|
|
7005
|
+
};
|
|
6801
7006
|
};
|
|
6802
|
-
url?: string | undefined;
|
|
6803
7007
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6804
7008
|
[x: string]: unknown;
|
|
6805
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6806
|
-
[x: string]: unknown;
|
|
6807
7009
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6808
7010
|
[x: string]: unknown;
|
|
6809
7011
|
}, 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
|
-
};
|
|
7012
|
+
headers?: Partial<{
|
|
7013
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7014
|
+
}>;
|
|
6819
7015
|
} & {
|
|
6820
7016
|
pathParameters: {
|
|
6821
7017
|
contributorId: string;
|
|
6822
7018
|
};
|
|
6823
|
-
} & {
|
|
6824
|
-
headers?: Partial<{
|
|
6825
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6826
|
-
}>;
|
|
6827
7019
|
} & {
|
|
6828
7020
|
headers: {
|
|
6829
7021
|
"x-access-token"?: string | undefined;
|
|
@@ -6831,36 +7023,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6831
7023
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6832
7024
|
}>;
|
|
6833
7025
|
}, import("@mittwald/api-client-commons").Response<{
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
7026
|
+
avatarRefId: string;
|
|
7027
|
+
rules: {
|
|
7028
|
+
extensions: string[];
|
|
7029
|
+
fileTypes: {
|
|
7030
|
+
extensions: string[];
|
|
7031
|
+
mimeType: string;
|
|
7032
|
+
}[];
|
|
7033
|
+
maxSizeInBytes: number;
|
|
7034
|
+
mimeTypes: string[];
|
|
7035
|
+
properties?: {
|
|
7036
|
+
imageDimensions?: {
|
|
7037
|
+
max: {
|
|
7038
|
+
height?: number;
|
|
7039
|
+
width?: number;
|
|
7040
|
+
};
|
|
7041
|
+
min: {
|
|
7042
|
+
height?: number;
|
|
7043
|
+
width?: number;
|
|
7044
|
+
};
|
|
7045
|
+
};
|
|
7046
|
+
};
|
|
6851
7047
|
};
|
|
6852
|
-
url?: string | undefined;
|
|
6853
7048
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6854
7049
|
[x: string]: unknown;
|
|
6855
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6856
|
-
[x: string]: unknown;
|
|
6857
7050
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6858
7051
|
[x: string]: unknown;
|
|
6859
7052
|
}, 429, "application/json">>>;
|
|
6860
|
-
/**
|
|
6861
|
-
|
|
7053
|
+
/** Delete deviating contributor avatar und return to the inherited customer avatar. */
|
|
7054
|
+
contributorResetContributorAvatar: (request: {
|
|
6862
7055
|
contributorId: string;
|
|
6863
|
-
contributorReceiptId: string;
|
|
6864
7056
|
headers?: {
|
|
6865
7057
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6866
7058
|
"x-access-token"?: string | undefined;
|
|
@@ -6872,7 +7064,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6872
7064
|
} & {
|
|
6873
7065
|
pathParameters: {
|
|
6874
7066
|
contributorId: string;
|
|
6875
|
-
contributorReceiptId: string;
|
|
6876
7067
|
};
|
|
6877
7068
|
} & {
|
|
6878
7069
|
headers: {
|
|
@@ -6880,12 +7071,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6880
7071
|
} & Partial<{
|
|
6881
7072
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6882
7073
|
}>;
|
|
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<{
|
|
7074
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6889
7075
|
[x: string]: unknown;
|
|
6890
7076
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6891
7077
|
[x: string]: unknown;
|
|
@@ -6896,7 +7082,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6896
7082
|
} & {
|
|
6897
7083
|
pathParameters: {
|
|
6898
7084
|
contributorId: string;
|
|
6899
|
-
contributorReceiptId: string;
|
|
6900
7085
|
};
|
|
6901
7086
|
} & {
|
|
6902
7087
|
headers: {
|
|
@@ -6904,12 +7089,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6904
7089
|
} & Partial<{
|
|
6905
7090
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6906
7091
|
}>;
|
|
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<{
|
|
7092
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6913
7093
|
[x: string]: unknown;
|
|
6914
7094
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6915
7095
|
[x: string]: unknown;
|
|
@@ -8462,7 +8642,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8462
8642
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8463
8643
|
}>;
|
|
8464
8644
|
}, import("@mittwald/api-client-commons").Response<{
|
|
8645
|
+
context?: "project" | "customer";
|
|
8465
8646
|
extensionId?: string;
|
|
8647
|
+
referencedId?: string;
|
|
8466
8648
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8467
8649
|
[x: string]: unknown;
|
|
8468
8650
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8484,7 +8666,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8484
8666
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8485
8667
|
}>;
|
|
8486
8668
|
}, import("@mittwald/api-client-commons").Response<{
|
|
8669
|
+
context?: "project" | "customer";
|
|
8487
8670
|
extensionId?: string;
|
|
8671
|
+
referencedId?: string;
|
|
8488
8672
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8489
8673
|
[x: string]: unknown;
|
|
8490
8674
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8819,7 +9003,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8819
9003
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8820
9004
|
}>;
|
|
8821
9005
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9006
|
+
context?: "project" | "customer";
|
|
8822
9007
|
extensionId?: string;
|
|
9008
|
+
referencedId?: string;
|
|
8823
9009
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8824
9010
|
[x: string]: unknown;
|
|
8825
9011
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8841,7 +9027,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8841
9027
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8842
9028
|
}>;
|
|
8843
9029
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9030
|
+
context?: "project" | "customer";
|
|
8844
9031
|
extensionId?: string;
|
|
9032
|
+
referencedId?: string;
|
|
8845
9033
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8846
9034
|
[x: string]: unknown;
|
|
8847
9035
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -9798,6 +9986,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9798
9986
|
extensionId: string;
|
|
9799
9987
|
contributorId: string;
|
|
9800
9988
|
data?: {
|
|
9989
|
+
dryRun?: boolean | undefined;
|
|
9801
9990
|
priceInCents?: number | undefined;
|
|
9802
9991
|
} | undefined;
|
|
9803
9992
|
headers?: {
|
|
@@ -9806,6 +9995,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9806
9995
|
} | undefined;
|
|
9807
9996
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9808
9997
|
data: {
|
|
9998
|
+
dryRun?: boolean | undefined;
|
|
9809
9999
|
priceInCents?: number | undefined;
|
|
9810
10000
|
};
|
|
9811
10001
|
} & {
|
|
@@ -9825,6 +10015,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9825
10015
|
}>;
|
|
9826
10016
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9827
10017
|
extensionId?: string | undefined;
|
|
10018
|
+
priceChangeConsequence?: {
|
|
10019
|
+
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10020
|
+
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10021
|
+
variantConsequences: {
|
|
10022
|
+
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10023
|
+
variantKey?: string;
|
|
10024
|
+
}[];
|
|
10025
|
+
} | undefined;
|
|
9828
10026
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9829
10027
|
[x: string]: unknown;
|
|
9830
10028
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -9835,6 +10033,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9835
10033
|
[x: string]: unknown;
|
|
9836
10034
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9837
10035
|
data: {
|
|
10036
|
+
dryRun?: boolean | undefined;
|
|
9838
10037
|
priceInCents?: number | undefined;
|
|
9839
10038
|
};
|
|
9840
10039
|
} & {
|
|
@@ -9854,6 +10053,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9854
10053
|
}>;
|
|
9855
10054
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9856
10055
|
extensionId?: string | undefined;
|
|
10056
|
+
priceChangeConsequence?: {
|
|
10057
|
+
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10058
|
+
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10059
|
+
variantConsequences: {
|
|
10060
|
+
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10061
|
+
variantKey?: string;
|
|
10062
|
+
}[];
|
|
10063
|
+
} | undefined;
|
|
9857
10064
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9858
10065
|
[x: string]: unknown;
|
|
9859
10066
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -22883,7 +23090,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22883
23090
|
limit?: number | undefined;
|
|
22884
23091
|
skip?: number | undefined;
|
|
22885
23092
|
page?: number | undefined;
|
|
22886
|
-
sort?: "potential" | "relevance" | undefined;
|
|
23093
|
+
sort?: "potential" | "relevance" | "company" | undefined;
|
|
22887
23094
|
order?: "asc" | "desc" | undefined;
|
|
22888
23095
|
} | undefined;
|
|
22889
23096
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -22917,7 +23124,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22917
23124
|
limit?: number | undefined;
|
|
22918
23125
|
skip?: number | undefined;
|
|
22919
23126
|
page?: number | undefined;
|
|
22920
|
-
sort?: "potential" | "relevance" | undefined;
|
|
23127
|
+
sort?: "potential" | "relevance" | "company" | undefined;
|
|
22921
23128
|
order?: "asc" | "desc" | undefined;
|
|
22922
23129
|
} & Partial<{
|
|
22923
23130
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -22964,7 +23171,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22964
23171
|
limit?: number | undefined;
|
|
22965
23172
|
skip?: number | undefined;
|
|
22966
23173
|
page?: number | undefined;
|
|
22967
|
-
sort?: "potential" | "relevance" | undefined;
|
|
23174
|
+
sort?: "potential" | "relevance" | "company" | undefined;
|
|
22968
23175
|
order?: "asc" | "desc" | undefined;
|
|
22969
23176
|
} & Partial<{
|
|
22970
23177
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -23289,9 +23496,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23289
23496
|
} & Partial<{
|
|
23290
23497
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23291
23498
|
}>;
|
|
23292
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23499
|
+
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23293
23500
|
exists: boolean;
|
|
23294
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23501
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23295
23502
|
[x: string]: unknown;
|
|
23296
23503
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23297
23504
|
data: {
|
|
@@ -23307,9 +23514,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23307
23514
|
} & Partial<{
|
|
23308
23515
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23309
23516
|
}>;
|
|
23310
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23517
|
+
}, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23311
23518
|
exists: boolean;
|
|
23312
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23519
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23313
23520
|
[x: string]: unknown;
|
|
23314
23521
|
}, 429, "application/json">>>;
|
|
23315
23522
|
};
|