@shakerquiz/utilities 0.3.36 → 0.3.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakerquiz/utilities",
3
- "version": "0.3.36",
3
+ "version": "0.3.37",
4
4
  "author": "yurkimus <yurkimus@gmail.com>",
5
5
  "license": "ISC",
6
6
  "scripts": {
package/source/game.d.ts CHANGED
@@ -128,16 +128,7 @@ type GameRow = {
128
128
  /**
129
129
  * @description "USER-DEFINED"
130
130
  */
131
- status:
132
- | 'MODERATION'
133
- | 'PUBLISHED'
134
- | 'REJECTED'
135
- | 'APPROVED'
136
- | 'FINISHED'
137
- | 'ARCHIVE'
138
- | 'FORINVITES'
139
- | 'IS_RESERVE'
140
- | 'CLOSED'
131
+ status: GameStatus
141
132
  /**
142
133
  * @description "timestamp without time zone"
143
134
  */
package/source/role.d.ts CHANGED
@@ -14,7 +14,7 @@ type RoleRow = {
14
14
  /**
15
15
  * @description "character varying"
16
16
  */
17
- name: 'admin' | 'manager'
17
+ name: Role
18
18
  /**
19
19
  * @description "character varying"
20
20
  */