Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
15
server/node_modules/stripe/esm/resources/Reporting/ReportRuns.js
generated
vendored
Normal file
15
server/node_modules/stripe/esm/resources/Reporting/ReportRuns.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../../StripeResource.js';
|
||||
const stripeMethod = StripeResource.method;
|
||||
export const ReportRuns = StripeResource.extend({
|
||||
create: stripeMethod({ method: 'POST', fullPath: '/v1/reporting/report_runs' }),
|
||||
retrieve: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/reporting/report_runs/{report_run}',
|
||||
}),
|
||||
list: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/reporting/report_runs',
|
||||
methodType: 'list',
|
||||
}),
|
||||
});
|
||||
14
server/node_modules/stripe/esm/resources/Reporting/ReportTypes.js
generated
vendored
Normal file
14
server/node_modules/stripe/esm/resources/Reporting/ReportTypes.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../../StripeResource.js';
|
||||
const stripeMethod = StripeResource.method;
|
||||
export const ReportTypes = StripeResource.extend({
|
||||
retrieve: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/reporting/report_types/{report_type}',
|
||||
}),
|
||||
list: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/reporting/report_types',
|
||||
methodType: 'list',
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user