Skip to content

Commit

Permalink
Revert "Revert "refactor: rename resource files.""
Browse files Browse the repository at this point in the history
  • Loading branch information
nonz250 authored Nov 13, 2024
1 parent 2c1cd77 commit 960c64e
Show file tree
Hide file tree
Showing 27 changed files with 13 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/customer.ts → src/customers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Resource from './resource';
import Cards from './card';
import Cards from './cards';
import * as I from './index';

class CustomerSubscriptions extends Resource {
Expand Down
File renamed without changes.
24 changes: 12 additions & 12 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import Accounts from './account';
import Charges from './charge';
import Customers from './customer';
import Events from './event';
import Plans from './plan';
import Subscriptions from './subscription';
import Accounts from './accounts';
import Charges from './charges';
import Customers from './customers';
import Events from './events';
import Plans from './plans';
import Subscriptions from './subscriptions';
import Tenants from './tenants';
import TenantTransfers from './tenantTransfers';
import Tokens from './token';
import Transfers from './transfer';
import Statements from './statement';
import Terms from "./term";
import Balances from "./balance";
import ThreeDSecureRequests from "./threeDSecureRequest";
import Tokens from './tokens';
import Transfers from './transfers';
import Statements from './statements';
import Terms from "./terms";
import Balances from "./balances";
import ThreeDSecureRequests from "./threeDSecureRequests";

namespace Payjp {

Check warning on line 16 in src/index.ts

View workflow job for this annotation

GitHub Actions / testing (14)

ES2015 module syntax is preferred over namespaces

Check warning on line 16 in src/index.ts

View workflow job for this annotation

GitHub Actions / testing (16)

ES2015 module syntax is preferred over namespaces

Check warning on line 16 in src/index.ts

View workflow job for this annotation

GitHub Actions / testing (18)

ES2015 module syntax is preferred over namespaces

Check warning on line 16 in src/index.ts

View workflow job for this annotation

GitHub Actions / testing (20)

ES2015 module syntax is preferred over namespaces
export interface PayjpStatic {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 960c64e

Please sign in to comment.