We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf6864 commit 538662aCopy full SHA for 538662a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@carbonhost/typescript",
3
- "version": "1.1.5",
+ "version": "1.1.6",
4
"main": "dist/index.js",
5
"module": "dist/index.mjs",
6
"types": "dist/index.d.ts",
src/types/star.ts
@@ -51,6 +51,10 @@ export type CarbonStarType = {
51
52
lastBilled?: Date;
53
billingCycle: "monthly" | "hourly";
54
+ billingEnabled: boolean;
55
+ billingStoppedAt?: Date;
56
+ billingStoppedReason?: string;
57
+
58
59
createdAt: Date;
60
}
0 commit comments