@periskope/types 0.6.159 → 0.6.160
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 +1 -11
- package/index.ts +3 -3
- package/package.json +1 -1
- package/rules.types.ts +1531 -1531
- package/supabase.types.ts +2 -12
- package/types.ts +773 -773
package/supabase.types.ts
CHANGED
|
@@ -2176,7 +2176,7 @@ export type Database = {
|
|
|
2176
2176
|
column_name: string
|
|
2177
2177
|
org_id_input: string
|
|
2178
2178
|
chat_id_input: string[]
|
|
2179
|
-
column_value_input?:
|
|
2179
|
+
column_value_input?: string
|
|
2180
2180
|
key_input?: string
|
|
2181
2181
|
value_input?: Json
|
|
2182
2182
|
}
|
|
@@ -2339,7 +2339,6 @@ export type Database = {
|
|
|
2339
2339
|
owner_id: string | null
|
|
2340
2340
|
path_tokens: string[] | null
|
|
2341
2341
|
updated_at: string | null
|
|
2342
|
-
user_metadata: Json | null
|
|
2343
2342
|
version: string | null
|
|
2344
2343
|
}
|
|
2345
2344
|
Insert: {
|
|
@@ -2353,7 +2352,6 @@ export type Database = {
|
|
|
2353
2352
|
owner_id?: string | null
|
|
2354
2353
|
path_tokens?: string[] | null
|
|
2355
2354
|
updated_at?: string | null
|
|
2356
|
-
user_metadata?: Json | null
|
|
2357
2355
|
version?: string | null
|
|
2358
2356
|
}
|
|
2359
2357
|
Update: {
|
|
@@ -2367,7 +2365,6 @@ export type Database = {
|
|
|
2367
2365
|
owner_id?: string | null
|
|
2368
2366
|
path_tokens?: string[] | null
|
|
2369
2367
|
updated_at?: string | null
|
|
2370
|
-
user_metadata?: Json | null
|
|
2371
2368
|
version?: string | null
|
|
2372
2369
|
}
|
|
2373
2370
|
Relationships: [
|
|
@@ -2389,7 +2386,6 @@ export type Database = {
|
|
|
2389
2386
|
key: string
|
|
2390
2387
|
owner_id: string | null
|
|
2391
2388
|
upload_signature: string
|
|
2392
|
-
user_metadata: Json | null
|
|
2393
2389
|
version: string
|
|
2394
2390
|
}
|
|
2395
2391
|
Insert: {
|
|
@@ -2400,7 +2396,6 @@ export type Database = {
|
|
|
2400
2396
|
key: string
|
|
2401
2397
|
owner_id?: string | null
|
|
2402
2398
|
upload_signature: string
|
|
2403
|
-
user_metadata?: Json | null
|
|
2404
2399
|
version: string
|
|
2405
2400
|
}
|
|
2406
2401
|
Update: {
|
|
@@ -2411,7 +2406,6 @@ export type Database = {
|
|
|
2411
2406
|
key?: string
|
|
2412
2407
|
owner_id?: string | null
|
|
2413
2408
|
upload_signature?: string
|
|
2414
|
-
user_metadata?: Json | null
|
|
2415
2409
|
version?: string
|
|
2416
2410
|
}
|
|
2417
2411
|
Relationships: [
|
|
@@ -2548,10 +2542,6 @@ export type Database = {
|
|
|
2548
2542
|
updated_at: string
|
|
2549
2543
|
}[]
|
|
2550
2544
|
}
|
|
2551
|
-
operation: {
|
|
2552
|
-
Args: Record<PropertyKey, never>
|
|
2553
|
-
Returns: string
|
|
2554
|
-
}
|
|
2555
2545
|
search: {
|
|
2556
2546
|
Args: {
|
|
2557
2547
|
prefix: string
|
|
@@ -2664,4 +2654,4 @@ export type Enums<
|
|
|
2664
2654
|
? PublicSchema["Enums"][PublicEnumNameOrOptions]
|
|
2665
2655
|
: never
|
|
2666
2656
|
|
|
2667
|
-
|
|
2657
|
+
|