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
0
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 4.71.0 to 4.72.0

6

dist/esm/generated/v2/client-react.js

@@ -97,2 +97,4 @@ import { ApiCallAsyncResourceFactory } from "@mittwald/api-client-commons/react";

getConversationMembers: new ApiCallAsyncResourceFactory(descriptors.conversationGetConversationMembers, baseClient.conversation.getConversationMembers).getApiResource,
/** Get preferences for customer conversations. */
getConversationPreferencesOfCustomer: new ApiCallAsyncResourceFactory(descriptors.conversationGetConversationPreferencesOfCustomer, baseClient.conversation.getConversationPreferencesOfCustomer).getApiResource,
/** Get a support conversation. */

@@ -104,4 +106,2 @@ getConversation: new ApiCallAsyncResourceFactory(descriptors.conversationGetConversation, baseClient.conversation.getConversation).getApiResource,

listCategories: new ApiCallAsyncResourceFactory(descriptors.conversationListCategories, baseClient.conversation.listCategories).getApiResource,
/** Get preferences for customer conversations. */
getConversationPreferencesOfCustomer: new ApiCallAsyncResourceFactory(descriptors.conversationGetConversationPreferencesOfCustomer, baseClient.conversation.getConversationPreferencesOfCustomer).getApiResource,
});

@@ -209,2 +209,4 @@ const buildCronjobApi = (baseClient) => ({

extensionListExtensions: new ApiCallAsyncResourceFactory(descriptors.extensionListExtensions, baseClient.marketplace.extensionListExtensions).getApiResource,
/** Get all extensions and instances health for the contributor. */
getExtensionshealth: new ApiCallAsyncResourceFactory(descriptors.marketplaceGetExtensionshealth, baseClient.marketplace.getExtensionshealth).getApiResource,
});

@@ -211,0 +213,0 @@ const buildFileApi = (baseClient) => ({

@@ -183,2 +183,4 @@ /* eslint-disable */

extensionListExtensions: this.requestFunctionFactory(descriptors.extensionListExtensions),
/** Get all extensions and instances health for the contributor. */
getExtensionshealth: this.requestFunctionFactory(descriptors.marketplaceGetExtensionshealth),
};

@@ -199,2 +201,4 @@ /** The conversation API allows you to manage your support conversations. */

getConversationMembers: this.requestFunctionFactory(descriptors.conversationGetConversationMembers),
/** Get preferences for customer conversations. */
getConversationPreferencesOfCustomer: this.requestFunctionFactory(descriptors.conversationGetConversationPreferencesOfCustomer),
/** Get a support conversation. */

@@ -214,4 +218,2 @@ getConversation: this.requestFunctionFactory(descriptors.conversationGetConversation),

updateMessage: this.requestFunctionFactory(descriptors.conversationUpdateMessage),
/** Get preferences for customer conversations. */
getConversationPreferencesOfCustomer: this.requestFunctionFactory(descriptors.conversationGetConversationPreferencesOfCustomer),
};

@@ -218,0 +220,0 @@ /** The cronjob API allows you to manage cronjobs within a project. */

@@ -1,1 +0,1 @@

export const MittwaldAPIClientVersion = '4.70.0';
export const MittwaldAPIClientVersion = '4.71.0';

@@ -1,1 +0,1 @@

export declare const MittwaldAPIClientVersion = '4.70.0';
export declare const MittwaldAPIClientVersion = '4.71.0';
{
"name": "@mittwald/api-client",
"version": "4.71.0",
"version": "4.72.0",
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",

@@ -83,3 +83,3 @@ "type": "module",

},
"gitHead": "987726703d6d5dad4a824adf61b56a8b1a3cc7f4"
"gitHead": "5607bec2cea7c9aaa783f7aa6af9afda2433b322"
}

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