@periskope/types 0.6.339 → 0.6.341
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 +16 -151
- package/dist/supabase.types.d.ts.map +1 -1
- package/dist/types.d.ts +3 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +17 -17
- package/src/supabase.types.ts +16 -0
- package/src/types.ts +3 -0
- package/tsconfig.tsbuildinfo +0 -1
package/dist/supabase.types.d.ts
CHANGED
|
@@ -1192,6 +1192,7 @@ export type Database = {
|
|
|
1192
1192
|
is_group: boolean | null;
|
|
1193
1193
|
is_muted: boolean | null;
|
|
1194
1194
|
is_read_only: boolean | null;
|
|
1195
|
+
latest_mention_at: string | null;
|
|
1195
1196
|
latest_message: Json | null;
|
|
1196
1197
|
member_count: number | null;
|
|
1197
1198
|
member_unread_count: Json | null;
|
|
@@ -1222,6 +1223,7 @@ export type Database = {
|
|
|
1222
1223
|
is_group?: boolean | null;
|
|
1223
1224
|
is_muted?: boolean | null;
|
|
1224
1225
|
is_read_only?: boolean | null;
|
|
1226
|
+
latest_mention_at?: string | null;
|
|
1225
1227
|
latest_message?: Json | null;
|
|
1226
1228
|
member_count?: number | null;
|
|
1227
1229
|
member_unread_count?: Json | null;
|
|
@@ -1252,6 +1254,7 @@ export type Database = {
|
|
|
1252
1254
|
is_group?: boolean | null;
|
|
1253
1255
|
is_muted?: boolean | null;
|
|
1254
1256
|
is_read_only?: boolean | null;
|
|
1257
|
+
latest_mention_at?: string | null;
|
|
1255
1258
|
latest_message?: Json | null;
|
|
1256
1259
|
member_count?: number | null;
|
|
1257
1260
|
member_unread_count?: Json | null;
|
|
@@ -1651,11 +1654,13 @@ export type Database = {
|
|
|
1651
1654
|
created_at: string;
|
|
1652
1655
|
is_deleted: boolean;
|
|
1653
1656
|
is_platform: boolean | null;
|
|
1657
|
+
org_alias: string | null;
|
|
1654
1658
|
org_id: string;
|
|
1655
1659
|
org_image: string | null;
|
|
1656
1660
|
org_metadata: Json | null;
|
|
1657
1661
|
org_name: string | null;
|
|
1658
1662
|
org_plan: Json | null;
|
|
1663
|
+
parent_org_id: string | null;
|
|
1659
1664
|
server_zone: string | null;
|
|
1660
1665
|
signing_key: string | null;
|
|
1661
1666
|
stripe_customer_details: Json | null;
|
|
@@ -1668,11 +1673,13 @@ export type Database = {
|
|
|
1668
1673
|
created_at?: string;
|
|
1669
1674
|
is_deleted?: boolean;
|
|
1670
1675
|
is_platform?: boolean | null;
|
|
1676
|
+
org_alias?: string | null;
|
|
1671
1677
|
org_id?: string;
|
|
1672
1678
|
org_image?: string | null;
|
|
1673
1679
|
org_metadata?: Json | null;
|
|
1674
1680
|
org_name?: string | null;
|
|
1675
1681
|
org_plan?: Json | null;
|
|
1682
|
+
parent_org_id?: string | null;
|
|
1676
1683
|
server_zone?: string | null;
|
|
1677
1684
|
signing_key?: string | null;
|
|
1678
1685
|
stripe_customer_details?: Json | null;
|
|
@@ -1685,11 +1692,13 @@ export type Database = {
|
|
|
1685
1692
|
created_at?: string;
|
|
1686
1693
|
is_deleted?: boolean;
|
|
1687
1694
|
is_platform?: boolean | null;
|
|
1695
|
+
org_alias?: string | null;
|
|
1688
1696
|
org_id?: string;
|
|
1689
1697
|
org_image?: string | null;
|
|
1690
1698
|
org_metadata?: Json | null;
|
|
1691
1699
|
org_name?: string | null;
|
|
1692
1700
|
org_plan?: Json | null;
|
|
1701
|
+
parent_org_id?: string | null;
|
|
1693
1702
|
server_zone?: string | null;
|
|
1694
1703
|
signing_key?: string | null;
|
|
1695
1704
|
stripe_customer_details?: Json | null;
|
|
@@ -2520,11 +2529,13 @@ export type Database = {
|
|
|
2520
2529
|
is_hubspot_connected: boolean | null;
|
|
2521
2530
|
is_platform: boolean | null;
|
|
2522
2531
|
is_zohodesk_connected: boolean | null;
|
|
2532
|
+
org_alias: string | null;
|
|
2523
2533
|
org_id: string | null;
|
|
2524
2534
|
org_image: string | null;
|
|
2525
2535
|
org_metadata: Json | null;
|
|
2526
2536
|
org_name: string | null;
|
|
2527
2537
|
org_plan: Json | null;
|
|
2538
|
+
parent_org_id: string | null;
|
|
2528
2539
|
pending_days: number | null;
|
|
2529
2540
|
phone_limit: number | null;
|
|
2530
2541
|
plan_id: string | null;
|
|
@@ -2546,11 +2557,13 @@ export type Database = {
|
|
|
2546
2557
|
is_hubspot_connected?: never;
|
|
2547
2558
|
is_platform?: boolean | null;
|
|
2548
2559
|
is_zohodesk_connected?: never;
|
|
2560
|
+
org_alias?: string | null;
|
|
2549
2561
|
org_id?: string | null;
|
|
2550
2562
|
org_image?: string | null;
|
|
2551
2563
|
org_metadata?: Json | null;
|
|
2552
2564
|
org_name?: string | null;
|
|
2553
2565
|
org_plan?: Json | null;
|
|
2566
|
+
parent_org_id?: string | null;
|
|
2554
2567
|
pending_days?: never;
|
|
2555
2568
|
phone_limit?: never;
|
|
2556
2569
|
plan_id?: never;
|
|
@@ -2572,11 +2585,13 @@ export type Database = {
|
|
|
2572
2585
|
is_hubspot_connected?: never;
|
|
2573
2586
|
is_platform?: boolean | null;
|
|
2574
2587
|
is_zohodesk_connected?: never;
|
|
2588
|
+
org_alias?: string | null;
|
|
2575
2589
|
org_id?: string | null;
|
|
2576
2590
|
org_image?: string | null;
|
|
2577
2591
|
org_metadata?: Json | null;
|
|
2578
2592
|
org_name?: string | null;
|
|
2579
2593
|
org_plan?: Json | null;
|
|
2594
|
+
parent_org_id?: string | null;
|
|
2580
2595
|
pending_days?: never;
|
|
2581
2596
|
phone_limit?: never;
|
|
2582
2597
|
plan_id?: never;
|
|
@@ -2749,33 +2764,6 @@ export type Database = {
|
|
|
2749
2764
|
};
|
|
2750
2765
|
Returns: Json;
|
|
2751
2766
|
};
|
|
2752
|
-
get_communities: {
|
|
2753
|
-
Args: {
|
|
2754
|
-
org_id_input: string;
|
|
2755
|
-
community_id_input?: string[];
|
|
2756
|
-
with_members?: boolean;
|
|
2757
|
-
last_updated_at?: string;
|
|
2758
|
-
batch_limit?: number;
|
|
2759
|
-
batch_offset?: number;
|
|
2760
|
-
};
|
|
2761
|
-
Returns: Json;
|
|
2762
|
-
};
|
|
2763
|
-
get_community_groups: {
|
|
2764
|
-
Args: {
|
|
2765
|
-
community_id_input: string;
|
|
2766
|
-
org_id_input: string;
|
|
2767
|
-
org_phone_input: string;
|
|
2768
|
-
};
|
|
2769
|
-
Returns: Json;
|
|
2770
|
-
};
|
|
2771
|
-
get_community_members: {
|
|
2772
|
-
Args: {
|
|
2773
|
-
community_id_input: string;
|
|
2774
|
-
org_id_input: string;
|
|
2775
|
-
org_phone_input: string;
|
|
2776
|
-
};
|
|
2777
|
-
Returns: Json;
|
|
2778
|
-
};
|
|
2779
2767
|
get_contacts: {
|
|
2780
2768
|
Args: {
|
|
2781
2769
|
org_id_input: string;
|
|
@@ -3021,6 +3009,7 @@ export type Database = {
|
|
|
3021
3009
|
is_group: boolean | null;
|
|
3022
3010
|
is_muted: boolean | null;
|
|
3023
3011
|
is_read_only: boolean | null;
|
|
3012
|
+
latest_mention_at: string | null;
|
|
3024
3013
|
latest_message: Json | null;
|
|
3025
3014
|
member_count: number | null;
|
|
3026
3015
|
member_unread_count: Json | null;
|
|
@@ -3239,7 +3228,6 @@ export type Database = {
|
|
|
3239
3228
|
created_at: string | null;
|
|
3240
3229
|
id: string;
|
|
3241
3230
|
last_accessed_at: string | null;
|
|
3242
|
-
level: number | null;
|
|
3243
3231
|
metadata: Json | null;
|
|
3244
3232
|
name: string | null;
|
|
3245
3233
|
owner: string | null;
|
|
@@ -3254,7 +3242,6 @@ export type Database = {
|
|
|
3254
3242
|
created_at?: string | null;
|
|
3255
3243
|
id?: string;
|
|
3256
3244
|
last_accessed_at?: string | null;
|
|
3257
|
-
level?: number | null;
|
|
3258
3245
|
metadata?: Json | null;
|
|
3259
3246
|
name?: string | null;
|
|
3260
3247
|
owner?: string | null;
|
|
@@ -3269,7 +3256,6 @@ export type Database = {
|
|
|
3269
3256
|
created_at?: string | null;
|
|
3270
3257
|
id?: string;
|
|
3271
3258
|
last_accessed_at?: string | null;
|
|
3272
|
-
level?: number | null;
|
|
3273
3259
|
metadata?: Json | null;
|
|
3274
3260
|
name?: string | null;
|
|
3275
3261
|
owner?: string | null;
|
|
@@ -3289,38 +3275,6 @@ export type Database = {
|
|
|
3289
3275
|
}
|
|
3290
3276
|
];
|
|
3291
3277
|
};
|
|
3292
|
-
prefixes: {
|
|
3293
|
-
Row: {
|
|
3294
|
-
bucket_id: string;
|
|
3295
|
-
created_at: string | null;
|
|
3296
|
-
level: number;
|
|
3297
|
-
name: string;
|
|
3298
|
-
updated_at: string | null;
|
|
3299
|
-
};
|
|
3300
|
-
Insert: {
|
|
3301
|
-
bucket_id: string;
|
|
3302
|
-
created_at?: string | null;
|
|
3303
|
-
level?: number;
|
|
3304
|
-
name: string;
|
|
3305
|
-
updated_at?: string | null;
|
|
3306
|
-
};
|
|
3307
|
-
Update: {
|
|
3308
|
-
bucket_id?: string;
|
|
3309
|
-
created_at?: string | null;
|
|
3310
|
-
level?: number;
|
|
3311
|
-
name?: string;
|
|
3312
|
-
updated_at?: string | null;
|
|
3313
|
-
};
|
|
3314
|
-
Relationships: [
|
|
3315
|
-
{
|
|
3316
|
-
foreignKeyName: "prefixes_bucketId_fkey";
|
|
3317
|
-
columns: ["bucket_id"];
|
|
3318
|
-
isOneToOne: false;
|
|
3319
|
-
referencedRelation: "buckets";
|
|
3320
|
-
referencedColumns: ["id"];
|
|
3321
|
-
}
|
|
3322
|
-
];
|
|
3323
|
-
};
|
|
3324
3278
|
s3_multipart_uploads: {
|
|
3325
3279
|
Row: {
|
|
3326
3280
|
bucket_id: string;
|
|
@@ -3424,13 +3378,6 @@ export type Database = {
|
|
|
3424
3378
|
[_ in never]: never;
|
|
3425
3379
|
};
|
|
3426
3380
|
Functions: {
|
|
3427
|
-
add_prefixes: {
|
|
3428
|
-
Args: {
|
|
3429
|
-
_bucket_id: string;
|
|
3430
|
-
_name: string;
|
|
3431
|
-
};
|
|
3432
|
-
Returns: undefined;
|
|
3433
|
-
};
|
|
3434
3381
|
can_insert_object: {
|
|
3435
3382
|
Args: {
|
|
3436
3383
|
bucketid: string;
|
|
@@ -3440,13 +3387,6 @@ export type Database = {
|
|
|
3440
3387
|
};
|
|
3441
3388
|
Returns: undefined;
|
|
3442
3389
|
};
|
|
3443
|
-
delete_prefix: {
|
|
3444
|
-
Args: {
|
|
3445
|
-
_bucket_id: string;
|
|
3446
|
-
_name: string;
|
|
3447
|
-
};
|
|
3448
|
-
Returns: boolean;
|
|
3449
|
-
};
|
|
3450
3390
|
extension: {
|
|
3451
3391
|
Args: {
|
|
3452
3392
|
name: string;
|
|
@@ -3465,24 +3405,6 @@ export type Database = {
|
|
|
3465
3405
|
};
|
|
3466
3406
|
Returns: string[];
|
|
3467
3407
|
};
|
|
3468
|
-
get_level: {
|
|
3469
|
-
Args: {
|
|
3470
|
-
name: string;
|
|
3471
|
-
};
|
|
3472
|
-
Returns: number;
|
|
3473
|
-
};
|
|
3474
|
-
get_prefix: {
|
|
3475
|
-
Args: {
|
|
3476
|
-
name: string;
|
|
3477
|
-
};
|
|
3478
|
-
Returns: string;
|
|
3479
|
-
};
|
|
3480
|
-
get_prefixes: {
|
|
3481
|
-
Args: {
|
|
3482
|
-
name: string;
|
|
3483
|
-
};
|
|
3484
|
-
Returns: string[];
|
|
3485
|
-
};
|
|
3486
3408
|
get_size_by_bucket: {
|
|
3487
3409
|
Args: Record<PropertyKey, never>;
|
|
3488
3410
|
Returns: {
|
|
@@ -3545,63 +3467,6 @@ export type Database = {
|
|
|
3545
3467
|
metadata: Json;
|
|
3546
3468
|
}[];
|
|
3547
3469
|
};
|
|
3548
|
-
search_legacy_v1: {
|
|
3549
|
-
Args: {
|
|
3550
|
-
prefix: string;
|
|
3551
|
-
bucketname: string;
|
|
3552
|
-
limits?: number;
|
|
3553
|
-
levels?: number;
|
|
3554
|
-
offsets?: number;
|
|
3555
|
-
search?: string;
|
|
3556
|
-
sortcolumn?: string;
|
|
3557
|
-
sortorder?: string;
|
|
3558
|
-
};
|
|
3559
|
-
Returns: {
|
|
3560
|
-
name: string;
|
|
3561
|
-
id: string;
|
|
3562
|
-
updated_at: string;
|
|
3563
|
-
created_at: string;
|
|
3564
|
-
last_accessed_at: string;
|
|
3565
|
-
metadata: Json;
|
|
3566
|
-
}[];
|
|
3567
|
-
};
|
|
3568
|
-
search_v1_optimised: {
|
|
3569
|
-
Args: {
|
|
3570
|
-
prefix: string;
|
|
3571
|
-
bucketname: string;
|
|
3572
|
-
limits?: number;
|
|
3573
|
-
levels?: number;
|
|
3574
|
-
offsets?: number;
|
|
3575
|
-
search?: string;
|
|
3576
|
-
sortcolumn?: string;
|
|
3577
|
-
sortorder?: string;
|
|
3578
|
-
};
|
|
3579
|
-
Returns: {
|
|
3580
|
-
name: string;
|
|
3581
|
-
id: string;
|
|
3582
|
-
updated_at: string;
|
|
3583
|
-
created_at: string;
|
|
3584
|
-
last_accessed_at: string;
|
|
3585
|
-
metadata: Json;
|
|
3586
|
-
}[];
|
|
3587
|
-
};
|
|
3588
|
-
search_v2: {
|
|
3589
|
-
Args: {
|
|
3590
|
-
prefix: string;
|
|
3591
|
-
bucket_name: string;
|
|
3592
|
-
limits?: number;
|
|
3593
|
-
levels?: number;
|
|
3594
|
-
start_after?: string;
|
|
3595
|
-
};
|
|
3596
|
-
Returns: {
|
|
3597
|
-
key: string;
|
|
3598
|
-
name: string;
|
|
3599
|
-
id: string;
|
|
3600
|
-
updated_at: string;
|
|
3601
|
-
created_at: string;
|
|
3602
|
-
metadata: Json;
|
|
3603
|
-
}[];
|
|
3604
|
-
};
|
|
3605
3470
|
};
|
|
3606
3471
|
Enums: {
|
|
3607
3472
|
[_ in never]: never;
|