@periskope/types 0.6.12 → 0.6.14
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 +6 -0
- package/package.json +1 -1
- package/supabase.types.ts +6 -0
package/dist/supabase.types.d.ts
CHANGED
|
@@ -162,6 +162,7 @@ export interface Database {
|
|
|
162
162
|
author: string | null;
|
|
163
163
|
body: string | null;
|
|
164
164
|
broadcast: boolean | null;
|
|
165
|
+
broadcast_id: string | null;
|
|
165
166
|
chat_id: string | null;
|
|
166
167
|
device_type: string | null;
|
|
167
168
|
duration: string | null;
|
|
@@ -194,6 +195,7 @@ export interface Database {
|
|
|
194
195
|
quoted_message_id: string | null;
|
|
195
196
|
raw_data: Json | null;
|
|
196
197
|
sender_phone: string | null;
|
|
198
|
+
sent_message_id: string | null;
|
|
197
199
|
timestamp: string | null;
|
|
198
200
|
to: string | null;
|
|
199
201
|
token: string | null;
|
|
@@ -204,6 +206,7 @@ export interface Database {
|
|
|
204
206
|
author?: string | null;
|
|
205
207
|
body?: string | null;
|
|
206
208
|
broadcast?: boolean | null;
|
|
209
|
+
broadcast_id?: string | null;
|
|
207
210
|
chat_id?: string | null;
|
|
208
211
|
device_type?: string | null;
|
|
209
212
|
duration?: string | null;
|
|
@@ -236,6 +239,7 @@ export interface Database {
|
|
|
236
239
|
quoted_message_id?: string | null;
|
|
237
240
|
raw_data?: Json | null;
|
|
238
241
|
sender_phone?: string | null;
|
|
242
|
+
sent_message_id?: string | null;
|
|
239
243
|
timestamp?: string | null;
|
|
240
244
|
to?: string | null;
|
|
241
245
|
token?: string | null;
|
|
@@ -246,6 +250,7 @@ export interface Database {
|
|
|
246
250
|
author?: string | null;
|
|
247
251
|
body?: string | null;
|
|
248
252
|
broadcast?: boolean | null;
|
|
253
|
+
broadcast_id?: string | null;
|
|
249
254
|
chat_id?: string | null;
|
|
250
255
|
device_type?: string | null;
|
|
251
256
|
duration?: string | null;
|
|
@@ -278,6 +283,7 @@ export interface Database {
|
|
|
278
283
|
quoted_message_id?: string | null;
|
|
279
284
|
raw_data?: Json | null;
|
|
280
285
|
sender_phone?: string | null;
|
|
286
|
+
sent_message_id?: string | null;
|
|
281
287
|
timestamp?: string | null;
|
|
282
288
|
to?: string | null;
|
|
283
289
|
token?: string | null;
|
package/package.json
CHANGED
package/supabase.types.ts
CHANGED
|
@@ -161,6 +161,7 @@ export interface Database {
|
|
|
161
161
|
author: string | null
|
|
162
162
|
body: string | null
|
|
163
163
|
broadcast: boolean | null
|
|
164
|
+
broadcast_id: string | null
|
|
164
165
|
chat_id: string | null
|
|
165
166
|
device_type: string | null
|
|
166
167
|
duration: string | null
|
|
@@ -193,6 +194,7 @@ export interface Database {
|
|
|
193
194
|
quoted_message_id: string | null
|
|
194
195
|
raw_data: Json | null
|
|
195
196
|
sender_phone: string | null
|
|
197
|
+
sent_message_id: string | null
|
|
196
198
|
timestamp: string | null
|
|
197
199
|
to: string | null
|
|
198
200
|
token: string | null
|
|
@@ -203,6 +205,7 @@ export interface Database {
|
|
|
203
205
|
author?: string | null
|
|
204
206
|
body?: string | null
|
|
205
207
|
broadcast?: boolean | null
|
|
208
|
+
broadcast_id?: string | null
|
|
206
209
|
chat_id?: string | null
|
|
207
210
|
device_type?: string | null
|
|
208
211
|
duration?: string | null
|
|
@@ -235,6 +238,7 @@ export interface Database {
|
|
|
235
238
|
quoted_message_id?: string | null
|
|
236
239
|
raw_data?: Json | null
|
|
237
240
|
sender_phone?: string | null
|
|
241
|
+
sent_message_id?: string | null
|
|
238
242
|
timestamp?: string | null
|
|
239
243
|
to?: string | null
|
|
240
244
|
token?: string | null
|
|
@@ -245,6 +249,7 @@ export interface Database {
|
|
|
245
249
|
author?: string | null
|
|
246
250
|
body?: string | null
|
|
247
251
|
broadcast?: boolean | null
|
|
252
|
+
broadcast_id?: string | null
|
|
248
253
|
chat_id?: string | null
|
|
249
254
|
device_type?: string | null
|
|
250
255
|
duration?: string | null
|
|
@@ -277,6 +282,7 @@ export interface Database {
|
|
|
277
282
|
quoted_message_id?: string | null
|
|
278
283
|
raw_data?: Json | null
|
|
279
284
|
sender_phone?: string | null
|
|
285
|
+
sent_message_id?: string | null
|
|
280
286
|
timestamp?: string | null
|
|
281
287
|
to?: string | null
|
|
282
288
|
token?: string | null
|