Skip to content

Commit 80cd24c

Browse files
chore(workspace): add paidUntil field to the workspace model (#560)
* Update workspace.ts * Bump version up to 1.2.7 * Update workspace.ts --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26398b0 commit 80cd24c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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": "hawk.api",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "index.ts",
55
"license": "BUSL-1.1",
66
"scripts": {

src/typeDefs/workspace.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ export default gql`
122122
""" True if workspace is blocked """
123123
isBlocked: Boolean
124124
125+
"""
126+
For prepaid workspaces, date until which the workspace is paid
127+
"""
128+
paidUntil: DateTime
129+
125130
"""
126131
Workspace projects array
127132
"""

0 commit comments

Comments
 (0)