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.84.0 to 4.85.0

8

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

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

extensionGetContributor: new ApiCallAsyncResourceFactory(descriptors.extensionGetContributor, baseClient.marketplace.extensionGetContributor).getApiResource,
/** Get the ExtensionInstance of a specific customer and extension, if existing. */
extensionGetExtensionInstanceForCustomer: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtensionInstanceForCustomer, baseClient.marketplace.extensionGetExtensionInstanceForCustomer).getApiResource,
/** Get the ExtensionInstance of a specific project and extension, if existing. */
extensionGetExtensionInstanceForProject: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtensionInstanceForProject, baseClient.marketplace.extensionGetExtensionInstanceForProject).getApiResource,
/** Get an Extension. */

@@ -208,6 +212,2 @@ extensionGetExtension: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtension, baseClient.marketplace.extensionGetExtension).getApiResource,

extensionListExtensions: new ApiCallAsyncResourceFactory(descriptors.extensionListExtensions, baseClient.marketplace.extensionListExtensions).getApiResource,
/** Get the ExtensionInstance of a specific customer and extension, if existing. */
extensionGetExtensionInstanceForCustomer: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtensionInstanceForCustomer, baseClient.marketplace.extensionGetExtensionInstanceForCustomer).getApiResource,
/** Get the ExtensionInstance of a specific project and extension, if existing. */
extensionGetExtensionInstanceForProject: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtensionInstanceForProject, baseClient.marketplace.extensionGetExtensionInstanceForProject).getApiResource,
});

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

@@ -175,2 +175,6 @@ /* eslint-disable */

extensionGetContributor: this.requestFunctionFactory(descriptors.extensionGetContributor),
/** Get the ExtensionInstance of a specific customer and extension, if existing. */
extensionGetExtensionInstanceForCustomer: this.requestFunctionFactory(descriptors.extensionGetExtensionInstanceForCustomer),
/** Get the ExtensionInstance of a specific project and extension, if existing. */
extensionGetExtensionInstanceForProject: this.requestFunctionFactory(descriptors.extensionGetExtensionInstanceForProject),
/** Get an Extension. */

@@ -184,6 +188,2 @@ extensionGetExtension: this.requestFunctionFactory(descriptors.extensionGetExtension),

extensionListExtensions: this.requestFunctionFactory(descriptors.extensionListExtensions),
/** Get the ExtensionInstance of a specific customer and extension, if existing. */
extensionGetExtensionInstanceForCustomer: this.requestFunctionFactory(descriptors.extensionGetExtensionInstanceForCustomer),
/** Get the ExtensionInstance of a specific project and extension, if existing. */
extensionGetExtensionInstanceForProject: this.requestFunctionFactory(descriptors.extensionGetExtensionInstanceForProject),
};

@@ -190,0 +190,0 @@ /** The conversation API allows you to manage your support conversations. */

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

export const MittwaldAPIClientVersion = '4.83.0';
export const MittwaldAPIClientVersion = '4.84.0';

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

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

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

},
"gitHead": "b5ac2cf71f4bcfd790ea9644d59217dd1bd22484"
"gitHead": "cf256917a5eda5dfe3897f1aa8bd86eba01a926f"
}

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