@periskope/types 0.6.155 → 0.6.157
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/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/rules.types.d.ts +300 -0
- package/dist/rules.types.js +1135 -0
- package/dist/supabase.types.d.ts +4 -10
- package/dist/types.d.ts +39 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/rules.types.ts +1569 -0
- package/supabase.types.ts +5 -11
- package/types.ts +771 -621
package/supabase.types.ts
CHANGED
|
@@ -948,6 +948,7 @@ export type Database = {
|
|
|
948
948
|
chat_name: string | null
|
|
949
949
|
chat_type: string | null
|
|
950
950
|
created_at: string
|
|
951
|
+
created_by: string | null
|
|
951
952
|
group_metadata: Json | null
|
|
952
953
|
id: Json | null
|
|
953
954
|
invite_link: string | null
|
|
@@ -973,6 +974,7 @@ export type Database = {
|
|
|
973
974
|
chat_name?: string | null
|
|
974
975
|
chat_type?: string | null
|
|
975
976
|
created_at?: string
|
|
977
|
+
created_by?: string | null
|
|
976
978
|
group_metadata?: Json | null
|
|
977
979
|
id?: Json | null
|
|
978
980
|
invite_link?: string | null
|
|
@@ -998,6 +1000,7 @@ export type Database = {
|
|
|
998
1000
|
chat_name?: string | null
|
|
999
1001
|
chat_type?: string | null
|
|
1000
1002
|
created_at?: string
|
|
1003
|
+
created_by?: string | null
|
|
1001
1004
|
group_metadata?: Json | null
|
|
1002
1005
|
id?: Json | null
|
|
1003
1006
|
invite_link?: string | null
|
|
@@ -1831,6 +1834,7 @@ export type Database = {
|
|
|
1831
1834
|
chat_name: string | null
|
|
1832
1835
|
chat_org_phones: string[] | null
|
|
1833
1836
|
chat_type: string | null
|
|
1837
|
+
closed_at: number | null
|
|
1834
1838
|
created_at: string | null
|
|
1835
1839
|
custom_properties: Json | null
|
|
1836
1840
|
flag_count_map: Json | null
|
|
@@ -2337,7 +2341,6 @@ export type Database = {
|
|
|
2337
2341
|
owner_id: string | null
|
|
2338
2342
|
path_tokens: string[] | null
|
|
2339
2343
|
updated_at: string | null
|
|
2340
|
-
user_metadata: Json | null
|
|
2341
2344
|
version: string | null
|
|
2342
2345
|
}
|
|
2343
2346
|
Insert: {
|
|
@@ -2351,7 +2354,6 @@ export type Database = {
|
|
|
2351
2354
|
owner_id?: string | null
|
|
2352
2355
|
path_tokens?: string[] | null
|
|
2353
2356
|
updated_at?: string | null
|
|
2354
|
-
user_metadata?: Json | null
|
|
2355
2357
|
version?: string | null
|
|
2356
2358
|
}
|
|
2357
2359
|
Update: {
|
|
@@ -2365,7 +2367,6 @@ export type Database = {
|
|
|
2365
2367
|
owner_id?: string | null
|
|
2366
2368
|
path_tokens?: string[] | null
|
|
2367
2369
|
updated_at?: string | null
|
|
2368
|
-
user_metadata?: Json | null
|
|
2369
2370
|
version?: string | null
|
|
2370
2371
|
}
|
|
2371
2372
|
Relationships: [
|
|
@@ -2387,7 +2388,6 @@ export type Database = {
|
|
|
2387
2388
|
key: string
|
|
2388
2389
|
owner_id: string | null
|
|
2389
2390
|
upload_signature: string
|
|
2390
|
-
user_metadata: Json | null
|
|
2391
2391
|
version: string
|
|
2392
2392
|
}
|
|
2393
2393
|
Insert: {
|
|
@@ -2398,7 +2398,6 @@ export type Database = {
|
|
|
2398
2398
|
key: string
|
|
2399
2399
|
owner_id?: string | null
|
|
2400
2400
|
upload_signature: string
|
|
2401
|
-
user_metadata?: Json | null
|
|
2402
2401
|
version: string
|
|
2403
2402
|
}
|
|
2404
2403
|
Update: {
|
|
@@ -2409,7 +2408,6 @@ export type Database = {
|
|
|
2409
2408
|
key?: string
|
|
2410
2409
|
owner_id?: string | null
|
|
2411
2410
|
upload_signature?: string
|
|
2412
|
-
user_metadata?: Json | null
|
|
2413
2411
|
version?: string
|
|
2414
2412
|
}
|
|
2415
2413
|
Relationships: [
|
|
@@ -2546,10 +2544,6 @@ export type Database = {
|
|
|
2546
2544
|
updated_at: string
|
|
2547
2545
|
}[]
|
|
2548
2546
|
}
|
|
2549
|
-
operation: {
|
|
2550
|
-
Args: Record<PropertyKey, never>
|
|
2551
|
-
Returns: string
|
|
2552
|
-
}
|
|
2553
2547
|
search: {
|
|
2554
2548
|
Args: {
|
|
2555
2549
|
prefix: string
|
|
@@ -2662,4 +2656,4 @@ export type Enums<
|
|
|
2662
2656
|
? PublicSchema["Enums"][PublicEnumNameOrOptions]
|
|
2663
2657
|
: never
|
|
2664
2658
|
|
|
2665
|
-
|
|
2659
|
+
|