Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
23
server/node_modules/stripe/esm/resources/WebhookEndpoints.js
generated
vendored
Normal file
23
server/node_modules/stripe/esm/resources/WebhookEndpoints.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../StripeResource.js';
|
||||
const stripeMethod = StripeResource.method;
|
||||
export const WebhookEndpoints = StripeResource.extend({
|
||||
create: stripeMethod({ method: 'POST', fullPath: '/v1/webhook_endpoints' }),
|
||||
retrieve: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/webhook_endpoints/{webhook_endpoint}',
|
||||
}),
|
||||
update: stripeMethod({
|
||||
method: 'POST',
|
||||
fullPath: '/v1/webhook_endpoints/{webhook_endpoint}',
|
||||
}),
|
||||
list: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/webhook_endpoints',
|
||||
methodType: 'list',
|
||||
}),
|
||||
del: stripeMethod({
|
||||
method: 'DELETE',
|
||||
fullPath: '/v1/webhook_endpoints/{webhook_endpoint}',
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user