@periskope/types 0.6.10 → 0.6.11
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/dist/supabase.types.d.ts +3 -0
- package/package.json +1 -1
- package/supabase.types.ts +3 -0
package/dist/supabase.types.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ export interface Database {
|
|
|
173
173
|
has_reaction: boolean | null;
|
|
174
174
|
id: Json | null;
|
|
175
175
|
invite_v4: Json | null;
|
|
176
|
+
is_deleted: boolean | null;
|
|
176
177
|
is_ephemeral: boolean | null;
|
|
177
178
|
is_forwarded: boolean | null;
|
|
178
179
|
is_gif: boolean | null;
|
|
@@ -214,6 +215,7 @@ export interface Database {
|
|
|
214
215
|
has_reaction?: boolean | null;
|
|
215
216
|
id?: Json | null;
|
|
216
217
|
invite_v4?: Json | null;
|
|
218
|
+
is_deleted?: boolean | null;
|
|
217
219
|
is_ephemeral?: boolean | null;
|
|
218
220
|
is_forwarded?: boolean | null;
|
|
219
221
|
is_gif?: boolean | null;
|
|
@@ -255,6 +257,7 @@ export interface Database {
|
|
|
255
257
|
has_reaction?: boolean | null;
|
|
256
258
|
id?: Json | null;
|
|
257
259
|
invite_v4?: Json | null;
|
|
260
|
+
is_deleted?: boolean | null;
|
|
258
261
|
is_ephemeral?: boolean | null;
|
|
259
262
|
is_forwarded?: boolean | null;
|
|
260
263
|
is_gif?: boolean | null;
|
package/package.json
CHANGED
package/supabase.types.ts
CHANGED
|
@@ -172,6 +172,7 @@ export interface Database {
|
|
|
172
172
|
has_reaction: boolean | null
|
|
173
173
|
id: Json | null
|
|
174
174
|
invite_v4: Json | null
|
|
175
|
+
is_deleted: boolean | null
|
|
175
176
|
is_ephemeral: boolean | null
|
|
176
177
|
is_forwarded: boolean | null
|
|
177
178
|
is_gif: boolean | null
|
|
@@ -213,6 +214,7 @@ export interface Database {
|
|
|
213
214
|
has_reaction?: boolean | null
|
|
214
215
|
id?: Json | null
|
|
215
216
|
invite_v4?: Json | null
|
|
217
|
+
is_deleted?: boolean | null
|
|
216
218
|
is_ephemeral?: boolean | null
|
|
217
219
|
is_forwarded?: boolean | null
|
|
218
220
|
is_gif?: boolean | null
|
|
@@ -254,6 +256,7 @@ export interface Database {
|
|
|
254
256
|
has_reaction?: boolean | null
|
|
255
257
|
id?: Json | null
|
|
256
258
|
invite_v4?: Json | null
|
|
259
|
+
is_deleted?: boolean | null
|
|
257
260
|
is_ephemeral?: boolean | null
|
|
258
261
|
is_forwarded?: boolean | null
|
|
259
262
|
is_gif?: boolean | null
|