@mittwald/api-client
Advanced tools
Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20
@@ -144,6 +144,2 @@ "use strict"; | ||
deprecatedContractGetDetailOfContractByServer: this.requestFunctionFactory(descriptors.deprecatedContractGetDetailOfContractByServer), | ||
/** Get InvoiceSettings of a Customer. */ | ||
deprecatedInvoiceInvoiceSettings: this.requestFunctionFactory(descriptors.deprecatedInvoiceInvoiceSettings), | ||
/** Update InvoiceSettings of a Customer. */ | ||
deprecatedInvoiceUpdateInvoiceSettings: this.requestFunctionFactory(descriptors.deprecatedInvoiceUpdateInvoiceSettings), | ||
/** Get details of an Invoice. */ | ||
@@ -150,0 +146,0 @@ invoiceDetailOfInvoice: this.requestFunctionFactory(descriptors.invoiceDetailOfInvoice), |
@@ -116,6 +116,2 @@ /* eslint-disable */ | ||
deprecatedContractGetDetailOfContractByServer: this.requestFunctionFactory(descriptors.deprecatedContractGetDetailOfContractByServer), | ||
/** Get InvoiceSettings of a Customer. */ | ||
deprecatedInvoiceInvoiceSettings: this.requestFunctionFactory(descriptors.deprecatedInvoiceInvoiceSettings), | ||
/** Update InvoiceSettings of a Customer. */ | ||
deprecatedInvoiceUpdateInvoiceSettings: this.requestFunctionFactory(descriptors.deprecatedInvoiceUpdateInvoiceSettings), | ||
/** Get details of an Invoice. */ | ||
@@ -122,0 +118,0 @@ invoiceDetailOfInvoice: this.requestFunctionFactory(descriptors.invoiceDetailOfInvoice), |
@@ -757,14 +757,2 @@ /** execute a runtime concerning action on a specific `AppInstallation` */ | ||
}; | ||
/** Get InvoiceSettings of a Customer. */ | ||
export const deprecatedInvoiceInvoiceSettings = { | ||
path: "/v2/customers/{customerId}/invoicesettings", | ||
method: "GET", | ||
operationId: "deprecated-invoice-invoice-settings", | ||
}; | ||
/** Update InvoiceSettings of a Customer. */ | ||
export const deprecatedInvoiceUpdateInvoiceSettings = { | ||
path: "/v2/customers/{customerId}/invoicesettings", | ||
method: "PUT", | ||
operationId: "deprecated-invoice-update-invoice-settings", | ||
}; | ||
/** getting the subscription status of the subscription */ | ||
@@ -771,0 +759,0 @@ export const deprecatedNewsletterGetInfo = { |
{ | ||
"name": "@mittwald/api-client", | ||
"description": "Auto-generated client for the mittwald API", | ||
"version": "1.0.0-alpha.19", | ||
"version": "1.0.0-alpha.20", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "github:mittwald/api-client-js", |
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
1727315
33693