@shakerquiz/utilities 0.4.23 → 0.4.24

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,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "0.4.23",
4
+ "version": "0.4.24",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "exports": {
package/source/model.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- type User = {
1
+ type UserTable = {
2
2
  email: string | null
3
3
  first_name: string | null
4
4
  gmail_link: string | null
@@ -19,7 +19,7 @@ type User = {
19
19
  time_updated: string | null
20
20
  }
21
21
 
22
- type Role = {
22
+ type RoleTable = {
23
23
  description: string | null
24
24
  id: string
25
25
  name: Role
@@ -27,7 +27,7 @@ type Role = {
27
27
  time_updated: string | null
28
28
  }
29
29
 
30
- type City = {
30
+ type CityTable = {
31
31
  address: string | null
32
32
  alias: string | null
33
33
  chatapp_category: string | null
@@ -72,7 +72,7 @@ type City = {
72
72
  yandex_metrica: string | null
73
73
  }
74
74
 
75
- type Venue = {
75
+ type VenueTable = {
76
76
  city_id: string | null
77
77
  comment_equipment: string | null
78
78
  comment_responsible: string | null
@@ -94,7 +94,7 @@ type Venue = {
94
94
  time_updated: string
95
95
  }
96
96
 
97
- type Theme = {
97
+ type ThemeTable = {
98
98
  description: string | null
99
99
  id: string
100
100
  image_id: string
@@ -104,7 +104,7 @@ type Theme = {
104
104
  time_updated: string
105
105
  }
106
106
 
107
- type Game = {
107
+ type GameTable = {
108
108
  alias: string | null
109
109
  city_id: string | null
110
110
  created_by_id: string
@@ -131,7 +131,7 @@ type Game = {
131
131
  weekday: string | null
132
132
  }
133
133
 
134
- type Registration = {
134
+ type RegistrationTable = {
135
135
  ads_from: string | null
136
136
  change_people_count: number | null
137
137
  channel: string | null
@@ -166,7 +166,7 @@ type Registration = {
166
166
  vkontakte: string | null
167
167
  }
168
168
 
169
- type Media = {
169
+ type MediaTable = {
170
170
  id: string
171
171
  time_created: string
172
172
  time_updated: string | null
@@ -176,7 +176,7 @@ type Media = {
176
176
  path: string | null
177
177
  }
178
178
 
179
- type ImageMedia = {
179
+ type ImageTable = {
180
180
  file_format: string | null
181
181
  height: number | null
182
182
  id: string