@mittwald/api-client 4.72.0 → 4.74.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.
|
@@ -1222,6 +1222,12 @@ export const mailUpdateProjectMailSetting = {
|
|
|
1222
1222
|
method: "PATCH",
|
|
1223
1223
|
operationId: "mail-update-project-mail-setting",
|
|
1224
1224
|
};
|
|
1225
|
+
/** Get all extensions and instances health for the contributor. */
|
|
1226
|
+
export const marketplaceGetExtensionshealth = {
|
|
1227
|
+
path: "/v2/marketplace/{contributorId}/extensionshealth",
|
|
1228
|
+
method: "GET",
|
|
1229
|
+
operationId: "marketplace-get-extensionshealth",
|
|
1230
|
+
};
|
|
1225
1231
|
/** Getting the subscription status of the subscription. */
|
|
1226
1232
|
export const newsletterGetInfo = {
|
|
1227
1233
|
path: "/v2/newsletter-subscriptions/self",
|
|
@@ -2002,9 +2008,3 @@ export const verificationVerifyCompany = {
|
|
|
2002
2008
|
method: "POST",
|
|
2003
2009
|
operationId: "verification-verify-company",
|
|
2004
2010
|
};
|
|
2005
|
-
/** Get all extensions and instances health for the contributor. */
|
|
2006
|
-
export const marketplaceGetExtensionshealth = {
|
|
2007
|
-
path: "/v2/marketplace/{contributorId}/extensionshealth",
|
|
2008
|
-
method: "GET",
|
|
2009
|
-
operationId: "marketplace-get-extensionshealth",
|
|
2010
|
-
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.73.0';
|
|
@@ -411,6 +411,8 @@ export declare const mailUpdateMailAddressQuota: OpenAPIOperation<RequestType<Si
|
|
|
411
411
|
export declare const mailUpdateMailAddressSpamProtection: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdSpamProtection.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
412
412
|
/** Update a mail setting of a Project. */
|
|
413
413
|
export declare const mailUpdateProjectMailSetting: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailSettingsMailSetting.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
414
|
+
/** Get all extensions and instances health for the contributor. */
|
|
415
|
+
export declare const marketplaceGetExtensionshealth: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
414
416
|
/** Getting the subscription status of the subscription. */
|
|
415
417
|
export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
416
418
|
/** Unsubscribe a user from the mStudio newsletter. */
|
|
@@ -671,5 +673,3 @@ export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simpli
|
|
|
671
673
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
672
674
|
/** Check if a company exists. */
|
|
673
675
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
674
|
-
/** Get all extensions and instances health for the contributor. */
|
|
675
|
-
export declare const marketplaceGetExtensionshealth: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MarketplaceContributorIdExtensionshealth.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -818,6 +818,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
818
818
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateProjectMailSetting>;
|
|
819
819
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateProjectMailSetting, TStatus>;
|
|
820
820
|
}
|
|
821
|
+
namespace MarketplaceGetExtensionshealth {
|
|
822
|
+
type RequestData = InferredRequestData<typeof descriptors.marketplaceGetExtensionshealth>;
|
|
823
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.marketplaceGetExtensionshealth, TStatus>;
|
|
824
|
+
}
|
|
821
825
|
namespace NewsletterGetInfo {
|
|
822
826
|
type RequestData = InferredRequestData<typeof descriptors.newsletterGetInfo>;
|
|
823
827
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterGetInfo, TStatus>;
|
|
@@ -1338,10 +1342,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1338
1342
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1339
1343
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1340
1344
|
}
|
|
1341
|
-
namespace MarketplaceGetExtensionshealth {
|
|
1342
|
-
type RequestData = InferredRequestData<typeof descriptors.marketplaceGetExtensionshealth>;
|
|
1343
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.marketplaceGetExtensionshealth, TStatus>;
|
|
1344
|
-
}
|
|
1345
1345
|
}
|
|
1346
1346
|
namespace Components {
|
|
1347
1347
|
namespace Schemas {
|
|
@@ -2400,6 +2400,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2400
2400
|
de: MittwaldAPIV2.Components.Schemas.MarketplaceDescriptionFormats;
|
|
2401
2401
|
en?: MittwaldAPIV2.Components.Schemas.MarketplaceDescriptionFormats;
|
|
2402
2402
|
}
|
|
2403
|
+
interface MarketplaceExtensionHealth {
|
|
2404
|
+
extensionInstancesHealth?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
|
|
2405
|
+
functional: boolean;
|
|
2406
|
+
id: string;
|
|
2407
|
+
}
|
|
2403
2408
|
interface MarketplaceExtensionInstance {
|
|
2404
2409
|
aggregateReference: {
|
|
2405
2410
|
aggregate: string;
|
|
@@ -2414,6 +2419,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2414
2419
|
pendingInstallation: boolean;
|
|
2415
2420
|
pendingRemoval: boolean;
|
|
2416
2421
|
}
|
|
2422
|
+
interface MarketplaceExtensionInstanceHealth {
|
|
2423
|
+
id: string;
|
|
2424
|
+
pendingInstallation?: boolean;
|
|
2425
|
+
pendingRemval?: boolean;
|
|
2426
|
+
pendingWebhooks?: number;
|
|
2427
|
+
webhooksHalted?: boolean;
|
|
2428
|
+
}
|
|
2417
2429
|
interface MarketplaceExternalComponent {
|
|
2418
2430
|
name: string;
|
|
2419
2431
|
url: string;
|
|
@@ -2737,7 +2749,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2737
2749
|
interface InvoiceInvoiceSettingsStatus {
|
|
2738
2750
|
message: string;
|
|
2739
2751
|
severity: "success" | "info" | "warning" | "error";
|
|
2740
|
-
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff";
|
|
2752
|
+
type: "returnDebitNote" | "returnDebitNoteWaitingForPayment" | "debtWrittenOff" | "bankrupt";
|
|
2741
2753
|
}
|
|
2742
2754
|
interface InvoicePaymentSettingsDebit {
|
|
2743
2755
|
accountHolder: string;
|
|
@@ -3941,18 +3953,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3941
3953
|
name: string;
|
|
3942
3954
|
value: string;
|
|
3943
3955
|
}
|
|
3944
|
-
interface MarketplaceExtensionHealth {
|
|
3945
|
-
extensionInstancesHealth?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
|
|
3946
|
-
functional: boolean;
|
|
3947
|
-
id: string;
|
|
3948
|
-
}
|
|
3949
|
-
interface MarketplaceExtensionInstanceHealth {
|
|
3950
|
-
id: string;
|
|
3951
|
-
pendingInstallation?: boolean;
|
|
3952
|
-
pendingRemval?: boolean;
|
|
3953
|
-
pendingWebhooks?: number;
|
|
3954
|
-
webhooksHalted?: boolean;
|
|
3955
|
-
}
|
|
3956
3956
|
interface CommonsAddress {
|
|
3957
3957
|
street: string;
|
|
3958
3958
|
houseNumber: string;
|
|
@@ -14243,6 +14243,47 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14243
14243
|
}
|
|
14244
14244
|
}
|
|
14245
14245
|
namespace V2ProjectsProjectIdMailSettingsSetting { }
|
|
14246
|
+
namespace V2MarketplaceContributorIdExtensionshealth {
|
|
14247
|
+
namespace Get {
|
|
14248
|
+
namespace Parameters {
|
|
14249
|
+
type Path = {
|
|
14250
|
+
contributorId: string;
|
|
14251
|
+
};
|
|
14252
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14253
|
+
type Query = {};
|
|
14254
|
+
}
|
|
14255
|
+
namespace Responses {
|
|
14256
|
+
namespace $200 {
|
|
14257
|
+
namespace Content {
|
|
14258
|
+
interface ApplicationJson {
|
|
14259
|
+
extensionsHealth: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionHealth[];
|
|
14260
|
+
}
|
|
14261
|
+
}
|
|
14262
|
+
}
|
|
14263
|
+
namespace $404 {
|
|
14264
|
+
namespace Content {
|
|
14265
|
+
interface ApplicationJson {
|
|
14266
|
+
[k: string]: unknown;
|
|
14267
|
+
}
|
|
14268
|
+
}
|
|
14269
|
+
}
|
|
14270
|
+
namespace $429 {
|
|
14271
|
+
namespace Content {
|
|
14272
|
+
interface ApplicationJson {
|
|
14273
|
+
[k: string]: unknown;
|
|
14274
|
+
}
|
|
14275
|
+
}
|
|
14276
|
+
}
|
|
14277
|
+
namespace Default {
|
|
14278
|
+
namespace Content {
|
|
14279
|
+
interface ApplicationJson {
|
|
14280
|
+
[k: string]: unknown;
|
|
14281
|
+
}
|
|
14282
|
+
}
|
|
14283
|
+
}
|
|
14284
|
+
}
|
|
14285
|
+
}
|
|
14286
|
+
}
|
|
14246
14287
|
namespace V2NewsletterSubscriptionsSelf {
|
|
14247
14288
|
namespace Get {
|
|
14248
14289
|
namespace Parameters {
|
|
@@ -20218,46 +20259,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20218
20259
|
}
|
|
20219
20260
|
}
|
|
20220
20261
|
}
|
|
20221
|
-
namespace V2MarketplaceContributorIdExtensionshealth {
|
|
20222
|
-
namespace Get {
|
|
20223
|
-
namespace Parameters {
|
|
20224
|
-
type Path = {
|
|
20225
|
-
contributorId: string;
|
|
20226
|
-
};
|
|
20227
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
20228
|
-
type Query = {};
|
|
20229
|
-
}
|
|
20230
|
-
namespace Responses {
|
|
20231
|
-
namespace $200 {
|
|
20232
|
-
namespace Content {
|
|
20233
|
-
interface ApplicationJson {
|
|
20234
|
-
extensionsHealth: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionHealth[];
|
|
20235
|
-
}
|
|
20236
|
-
}
|
|
20237
|
-
}
|
|
20238
|
-
namespace $404 {
|
|
20239
|
-
namespace Content {
|
|
20240
|
-
interface ApplicationJson {
|
|
20241
|
-
[k: string]: unknown;
|
|
20242
|
-
}
|
|
20243
|
-
}
|
|
20244
|
-
}
|
|
20245
|
-
namespace $429 {
|
|
20246
|
-
namespace Content {
|
|
20247
|
-
interface ApplicationJson {
|
|
20248
|
-
[k: string]: unknown;
|
|
20249
|
-
}
|
|
20250
|
-
}
|
|
20251
|
-
}
|
|
20252
|
-
namespace Default {
|
|
20253
|
-
namespace Content {
|
|
20254
|
-
interface ApplicationJson {
|
|
20255
|
-
[k: string]: unknown;
|
|
20256
|
-
}
|
|
20257
|
-
}
|
|
20258
|
-
}
|
|
20259
|
-
}
|
|
20260
|
-
}
|
|
20261
|
-
}
|
|
20262
20262
|
}
|
|
20263
20263
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.73.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.74.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "9221523c7d65a9f9b60439179c4e3536c808292c"
|
|
84
84
|
}
|