New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mittwald/api-client

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mittwald/api-client - npm Package Compare versions

Comparing version 1.0.0-alpha.20 to 1.0.1

40

dist-cjs/generated/v2/client.js

@@ -570,41 +570,41 @@ "use strict";

/** Get all deliveryboxes by project ID */
serviceDeliveryboxList: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxList),
deliveryboxList: this.requestFunctionFactory(descriptors.mailDeliveryboxList),
/** Create a new deliverybox */
serviceDeliveryboxCreate: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxCreate),
deliveryboxCreate: this.requestFunctionFactory(descriptors.mailDeliveryboxCreate),
/** Get a specific deliverybox */
serviceDeliveryboxGetSpecific: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxGetSpecific),
deliveryboxGetSpecific: this.requestFunctionFactory(descriptors.mailDeliveryboxGetSpecific),
/** Delete a specific deliverybox */
serviceDeliveryboxDelete: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxDelete),
deliveryboxDelete: this.requestFunctionFactory(descriptors.mailDeliveryboxDelete),
/** Update the description of an deliverybox */
serviceDeliveryboxUpdateDescription: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxUpdateDescription),
deliveryboxUpdateDescription: this.requestFunctionFactory(descriptors.mailDeliveryboxUpdateDescription),
/** Update the password for a specific deliverybox */
serviceDeliveryboxUpdatePassword: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxUpdatePassword),
deliveryboxUpdatePassword: this.requestFunctionFactory(descriptors.mailDeliveryboxUpdatePassword),
/** Get all mail addresses for a project ID */
serviceMailaddressList: this.requestFunctionFactory(descriptors.mailServiceMailaddressList),
mailaddressList: this.requestFunctionFactory(descriptors.mailMailaddressList),
/** Create a new mail address */
serviceMailaddressCreate: this.requestFunctionFactory(descriptors.mailServiceMailaddressCreate),
mailaddressCreate: this.requestFunctionFactory(descriptors.mailMailaddressCreate),
/** Get a specific mail address */
serviceMailaddressGetSpecific: this.requestFunctionFactory(descriptors.mailServiceMailaddressGetSpecific),
mailaddressGetSpecific: this.requestFunctionFactory(descriptors.mailMailaddressGetSpecific),
/** Delete a specific mail address */
serviceMailaddressDelete: this.requestFunctionFactory(descriptors.mailServiceMailaddressDelete),
mailaddressDelete: this.requestFunctionFactory(descriptors.mailMailaddressDelete),
/** Update mail-address */
serviceMailaddressUpdateAddress: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateAddress),
mailaddressUpdateAddress: this.requestFunctionFactory(descriptors.mailMailaddressUpdateAddress),
/** Update the auto responder of a mail address */
serviceMailaddressUpdateAutoresponder: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateAutoresponder),
mailaddressUpdateAutoresponder: this.requestFunctionFactory(descriptors.mailMailaddressUpdateAutoresponder),
/** Enable or disable the catchAll flag for a specific mail address */
serviceMailaddressUpdateCatchall: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateCatchall),
mailaddressUpdateCatchall: this.requestFunctionFactory(descriptors.mailMailaddressUpdateCatchall),
/** Update the addresses an email is forwarded to */
serviceMailaddressUpdateForwardaddresses: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateForwardaddresses),
mailaddressUpdateForwardaddresses: this.requestFunctionFactory(descriptors.mailMailaddressUpdateForwardaddresses),
/** Update the password for a specific mail address */
serviceMailaddressUpdatePassword: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdatePassword),
mailaddressUpdatePassword: this.requestFunctionFactory(descriptors.mailMailaddressUpdatePassword),
/** Update the quota of a mailbox */
serviceMailaddressUpdateQuota: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateQuota),
mailaddressUpdateQuota: this.requestFunctionFactory(descriptors.mailMailaddressUpdateQuota),
/** Update the spamprotection of a mailbox */
serviceMailaddressUpdateSpamprotection: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateSpamprotection),
mailaddressUpdateSpamprotection: this.requestFunctionFactory(descriptors.mailMailaddressUpdateSpamprotection),
/** Get settings for a given project ID */
serviceProjectsettingGetSpecific: this.requestFunctionFactory(descriptors.mailServiceProjectsettingGetSpecific),
projectsettingGetSpecific: this.requestFunctionFactory(descriptors.mailProjectsettingGetSpecific),
/** Update blacklist for a given project ID */
serviceProjectsettingUpdateBlacklist: this.requestFunctionFactory(descriptors.mailServiceProjectsettingUpdateBlacklist),
projectsettingUpdateBlacklist: this.requestFunctionFactory(descriptors.mailProjectsettingUpdateBlacklist),
/** Update whitelist for a given project ID */
serviceProjectsettingUpdateWhitelist: this.requestFunctionFactory(descriptors.mailServiceProjectsettingUpdateWhitelist),
projectsettingUpdateWhitelist: this.requestFunctionFactory(descriptors.mailProjectsettingUpdateWhitelist),
};

@@ -611,0 +611,0 @@ /** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */

@@ -542,41 +542,41 @@ /* eslint-disable */

/** Get all deliveryboxes by project ID */
serviceDeliveryboxList: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxList),
deliveryboxList: this.requestFunctionFactory(descriptors.mailDeliveryboxList),
/** Create a new deliverybox */
serviceDeliveryboxCreate: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxCreate),
deliveryboxCreate: this.requestFunctionFactory(descriptors.mailDeliveryboxCreate),
/** Get a specific deliverybox */
serviceDeliveryboxGetSpecific: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxGetSpecific),
deliveryboxGetSpecific: this.requestFunctionFactory(descriptors.mailDeliveryboxGetSpecific),
/** Delete a specific deliverybox */
serviceDeliveryboxDelete: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxDelete),
deliveryboxDelete: this.requestFunctionFactory(descriptors.mailDeliveryboxDelete),
/** Update the description of an deliverybox */
serviceDeliveryboxUpdateDescription: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxUpdateDescription),
deliveryboxUpdateDescription: this.requestFunctionFactory(descriptors.mailDeliveryboxUpdateDescription),
/** Update the password for a specific deliverybox */
serviceDeliveryboxUpdatePassword: this.requestFunctionFactory(descriptors.mailServiceDeliveryboxUpdatePassword),
deliveryboxUpdatePassword: this.requestFunctionFactory(descriptors.mailDeliveryboxUpdatePassword),
/** Get all mail addresses for a project ID */
serviceMailaddressList: this.requestFunctionFactory(descriptors.mailServiceMailaddressList),
mailaddressList: this.requestFunctionFactory(descriptors.mailMailaddressList),
/** Create a new mail address */
serviceMailaddressCreate: this.requestFunctionFactory(descriptors.mailServiceMailaddressCreate),
mailaddressCreate: this.requestFunctionFactory(descriptors.mailMailaddressCreate),
/** Get a specific mail address */
serviceMailaddressGetSpecific: this.requestFunctionFactory(descriptors.mailServiceMailaddressGetSpecific),
mailaddressGetSpecific: this.requestFunctionFactory(descriptors.mailMailaddressGetSpecific),
/** Delete a specific mail address */
serviceMailaddressDelete: this.requestFunctionFactory(descriptors.mailServiceMailaddressDelete),
mailaddressDelete: this.requestFunctionFactory(descriptors.mailMailaddressDelete),
/** Update mail-address */
serviceMailaddressUpdateAddress: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateAddress),
mailaddressUpdateAddress: this.requestFunctionFactory(descriptors.mailMailaddressUpdateAddress),
/** Update the auto responder of a mail address */
serviceMailaddressUpdateAutoresponder: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateAutoresponder),
mailaddressUpdateAutoresponder: this.requestFunctionFactory(descriptors.mailMailaddressUpdateAutoresponder),
/** Enable or disable the catchAll flag for a specific mail address */
serviceMailaddressUpdateCatchall: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateCatchall),
mailaddressUpdateCatchall: this.requestFunctionFactory(descriptors.mailMailaddressUpdateCatchall),
/** Update the addresses an email is forwarded to */
serviceMailaddressUpdateForwardaddresses: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateForwardaddresses),
mailaddressUpdateForwardaddresses: this.requestFunctionFactory(descriptors.mailMailaddressUpdateForwardaddresses),
/** Update the password for a specific mail address */
serviceMailaddressUpdatePassword: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdatePassword),
mailaddressUpdatePassword: this.requestFunctionFactory(descriptors.mailMailaddressUpdatePassword),
/** Update the quota of a mailbox */
serviceMailaddressUpdateQuota: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateQuota),
mailaddressUpdateQuota: this.requestFunctionFactory(descriptors.mailMailaddressUpdateQuota),
/** Update the spamprotection of a mailbox */
serviceMailaddressUpdateSpamprotection: this.requestFunctionFactory(descriptors.mailServiceMailaddressUpdateSpamprotection),
mailaddressUpdateSpamprotection: this.requestFunctionFactory(descriptors.mailMailaddressUpdateSpamprotection),
/** Get settings for a given project ID */
serviceProjectsettingGetSpecific: this.requestFunctionFactory(descriptors.mailServiceProjectsettingGetSpecific),
projectsettingGetSpecific: this.requestFunctionFactory(descriptors.mailProjectsettingGetSpecific),
/** Update blacklist for a given project ID */
serviceProjectsettingUpdateBlacklist: this.requestFunctionFactory(descriptors.mailServiceProjectsettingUpdateBlacklist),
projectsettingUpdateBlacklist: this.requestFunctionFactory(descriptors.mailProjectsettingUpdateBlacklist),
/** Update whitelist for a given project ID */
serviceProjectsettingUpdateWhitelist: this.requestFunctionFactory(descriptors.mailServiceProjectsettingUpdateWhitelist),
projectsettingUpdateWhitelist: this.requestFunctionFactory(descriptors.mailProjectsettingUpdateWhitelist),
};

@@ -583,0 +583,0 @@ /** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */

@@ -1112,120 +1112,120 @@ /** execute a runtime concerning action on a specific `AppInstallation` */

/** Get all deliveryboxes by project ID */
export const mailServiceDeliveryboxList = {
export const mailDeliveryboxList = {
path: "/v2/projects/{projectId}/deliveryboxes",
method: "GET",
operationId: "mail-service-deliverybox-list",
operationId: "mail-deliverybox-list",
};
/** Create a new deliverybox */
export const mailServiceDeliveryboxCreate = {
export const mailDeliveryboxCreate = {
path: "/v2/projects/{projectId}/deliveryboxes",
method: "POST",
operationId: "mail-service-deliverybox-create",
operationId: "mail-deliverybox-create",
};
/** Get a specific deliverybox */
export const mailServiceDeliveryboxGetSpecific = {
export const mailDeliveryboxGetSpecific = {
path: "/v2/deliveryboxes/{id}",
method: "GET",
operationId: "mail-service-deliverybox-get-specific",
operationId: "mail-deliverybox-get-specific",
};
/** Delete a specific deliverybox */
export const mailServiceDeliveryboxDelete = {
export const mailDeliveryboxDelete = {
path: "/v2/deliveryboxes/{id}",
method: "DELETE",
operationId: "mail-service-deliverybox-delete",
operationId: "mail-deliverybox-delete",
};
/** Update the description of an deliverybox */
export const mailServiceDeliveryboxUpdateDescription = {
export const mailDeliveryboxUpdateDescription = {
path: "/v2/deliveryboxes/{id}/description",
method: "PUT",
operationId: "mail-service-deliverybox-update-description",
operationId: "mail-deliverybox-update-description",
};
/** Update the password for a specific deliverybox */
export const mailServiceDeliveryboxUpdatePassword = {
export const mailDeliveryboxUpdatePassword = {
path: "/v2/deliveryboxes/{id}/password",
method: "PUT",
operationId: "mail-service-deliverybox-update-password",
operationId: "mail-deliverybox-update-password",
};
/** Get all mail addresses for a project ID */
export const mailServiceMailaddressList = {
export const mailMailaddressList = {
path: "/v2/projects/{projectId}/mailaddresses",
method: "GET",
operationId: "mail-service-mailaddress-list",
operationId: "mail-mailaddress-list",
};
/** Create a new mail address */
export const mailServiceMailaddressCreate = {
export const mailMailaddressCreate = {
path: "/v2/projects/{projectId}/mailaddresses",
method: "POST",
operationId: "mail-service-mailaddress-create",
operationId: "mail-mailaddress-create",
};
/** Get a specific mail address */
export const mailServiceMailaddressGetSpecific = {
export const mailMailaddressGetSpecific = {
path: "/v2/mailaddresses/{id}",
method: "GET",
operationId: "mail-service-mailaddress-get-specific",
operationId: "mail-mailaddress-get-specific",
};
/** Delete a specific mail address */
export const mailServiceMailaddressDelete = {
export const mailMailaddressDelete = {
path: "/v2/mailaddresses/{id}",
method: "DELETE",
operationId: "mail-service-mailaddress-delete",
operationId: "mail-mailaddress-delete",
};
/** Update mail-address */
export const mailServiceMailaddressUpdateAddress = {
export const mailMailaddressUpdateAddress = {
path: "/v2/mailaddresses/{id}/address",
method: "PUT",
operationId: "mail-service-mailaddress-update-address",
operationId: "mail-mailaddress-update-address",
};
/** Update the auto responder of a mail address */
export const mailServiceMailaddressUpdateAutoresponder = {
export const mailMailaddressUpdateAutoresponder = {
path: "/v2/mailaddresses/{id}/autoResponder",
method: "PUT",
operationId: "mail-service-mailaddress-update-autoresponder",
operationId: "mail-mailaddress-update-autoresponder",
};
/** Enable or disable the catchAll flag for a specific mail address */
export const mailServiceMailaddressUpdateCatchall = {
export const mailMailaddressUpdateCatchall = {
path: "/v2/mailaddresses/{id}/catchAll",
method: "PUT",
operationId: "mail-service-mailaddress-update-catchall",
operationId: "mail-mailaddress-update-catchall",
};
/** Update the addresses an email is forwarded to */
export const mailServiceMailaddressUpdateForwardaddresses = {
export const mailMailaddressUpdateForwardaddresses = {
path: "/v2/mailaddresses/{id}/forwardaddresses",
method: "PUT",
operationId: "mail-service-mailaddress-update-forwardaddresses",
operationId: "mail-mailaddress-update-forwardaddresses",
};
/** Update the password for a specific mail address */
export const mailServiceMailaddressUpdatePassword = {
export const mailMailaddressUpdatePassword = {
path: "/v2/mailaddresses/{id}/password",
method: "PUT",
operationId: "mail-service-mailaddress-update-password",
operationId: "mail-mailaddress-update-password",
};
/** Update the quota of a mailbox */
export const mailServiceMailaddressUpdateQuota = {
export const mailMailaddressUpdateQuota = {
path: "/v2/mailaddresses/{id}/quota",
method: "PUT",
operationId: "mail-service-mailaddress-update-quota",
operationId: "mail-mailaddress-update-quota",
};
/** Update the spamprotection of a mailbox */
export const mailServiceMailaddressUpdateSpamprotection = {
export const mailMailaddressUpdateSpamprotection = {
path: "/v2/mailaddresses/{id}/spamprotection",
method: "PUT",
operationId: "mail-service-mailaddress-update-spamprotection",
operationId: "mail-mailaddress-update-spamprotection",
};
/** Get settings for a given project ID */
export const mailServiceProjectsettingGetSpecific = {
export const mailProjectsettingGetSpecific = {
path: "/v2/projects/{projectId}/mailsettings",
method: "GET",
operationId: "mail-service-projectsetting-get-specific",
operationId: "mail-projectsetting-get-specific",
};
/** Update blacklist for a given project ID */
export const mailServiceProjectsettingUpdateBlacklist = {
export const mailProjectsettingUpdateBlacklist = {
path: "/v2/projects/{projectId}/mailsettings/blacklist",
method: "PUT",
operationId: "mail-service-projectsetting-update-blacklist",
operationId: "mail-projectsetting-update-blacklist",
};
/** Update whitelist for a given project ID */
export const mailServiceProjectsettingUpdateWhitelist = {
export const mailProjectsettingUpdateWhitelist = {
path: "/v2/projects/{projectId}/mailsettings/whitelist",
method: "PUT",
operationId: "mail-service-projectsetting-update-whitelist",
operationId: "mail-projectsetting-update-whitelist",
};

@@ -1317,6 +1317,6 @@ /** Getting the subscription status of the subscription. */

/** Get a password policy. */
export const passwordValidationServiceGetPasswordPolicy = {
export const passwordValidationGetPasswordPolicy = {
path: "/v2/password/policies/{path}",
method: "GET",
operationId: "password-validation-service-get-password-policy",
operationId: "password-validation-get-password-policy",
};

@@ -1323,0 +1323,0 @@ /** Accept a ProjectInvite. */

{
"name": "@mittwald/api-client",
"description": "Auto-generated client for the mittwald API",
"version": "1.0.0-alpha.20",
"version": "1.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "github:mittwald/api-client-js",

@@ -13,10 +13,2 @@ # mittwald API JavaScript client

## ⚠️ STABILITY NOTICE
This package is currently in an early stage of development. While our API is
generally stable, the client is not. Especially the operation IDs (which are
used as method names) are SUBJECT TO CHANGE in the future. Since the underlying
API routes are stable, the client will continue to work, but you may need to
update your code with subsequent versions.
## Installing

@@ -23,0 +15,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc