Skip to content

Commit

Permalink
add CreditPeriod.YEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 27, 2024
1 parent db71aae commit 51b1442
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/billing/CreditPeriod.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export declare enum CreditPeriod {
YEAR = "year",
MONTH = "month",
DAY = "day",
ONCE = "once"
Expand Down
1 change: 1 addition & 0 deletions dist/billing/CreditPeriod.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/billing/CreditPeriod.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/billing/CreditPeriod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export enum CreditPeriod {
YEAR = "year",
MONTH = "month",
DAY = "day",
ONCE = "once"
Expand Down

0 comments on commit 51b1442

Please sign in to comment.