Skip to content

Commit 538662a

Browse files
committed
update star type
1 parent fbf6864 commit 538662a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbonhost/typescript",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",

src/types/star.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export type CarbonStarType = {
5151

5252
lastBilled?: Date;
5353
billingCycle: "monthly" | "hourly";
54+
billingEnabled: boolean;
55+
billingStoppedAt?: Date;
56+
billingStoppedReason?: string;
57+
5458

5559
createdAt: Date;
5660
}

0 commit comments

Comments
 (0)