@mittwald/api-client
Advanced tools
Comparing version 4.71.0 to 4.72.0
@@ -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
2509452
48491
14