@periskope/types 0.6.342 → 0.6.343
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/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-07-29 +1 -0
- package/dist/supabase.types.d.ts +0 -5
- package/dist/supabase.types.d.ts.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/mod_json_type.ps1 +108 -108
- package/mod_json_type.sh +22 -22
- package/package.json +19 -19
- package/src/index.ts +4 -4
- package/src/object.types.ts +109 -109
- package/src/rules.types.ts +2570 -2570
- package/src/supabase.types.ts +0 -5
- package/src/types.ts +1602 -1601
- package/src/workflows.types.ts +955 -955
- package/tsconfig.json +37 -37
- package/tsconfig.tsbuildinfo +1 -0
- package/update_package.ps1 +21 -21
package/src/supabase.types.ts
CHANGED
|
@@ -1201,7 +1201,6 @@ export type Database = {
|
|
|
1201
1201
|
is_group: boolean | null
|
|
1202
1202
|
is_muted: boolean | null
|
|
1203
1203
|
is_read_only: boolean | null
|
|
1204
|
-
latest_mention_at: string | null
|
|
1205
1204
|
latest_message: Json | null
|
|
1206
1205
|
member_count: number | null
|
|
1207
1206
|
member_unread_count: Json | null
|
|
@@ -1232,7 +1231,6 @@ export type Database = {
|
|
|
1232
1231
|
is_group?: boolean | null
|
|
1233
1232
|
is_muted?: boolean | null
|
|
1234
1233
|
is_read_only?: boolean | null
|
|
1235
|
-
latest_mention_at?: string | null
|
|
1236
1234
|
latest_message?: Json | null
|
|
1237
1235
|
member_count?: number | null
|
|
1238
1236
|
member_unread_count?: Json | null
|
|
@@ -1263,7 +1261,6 @@ export type Database = {
|
|
|
1263
1261
|
is_group?: boolean | null
|
|
1264
1262
|
is_muted?: boolean | null
|
|
1265
1263
|
is_read_only?: boolean | null
|
|
1266
|
-
latest_mention_at?: string | null
|
|
1267
1264
|
latest_message?: Json | null
|
|
1268
1265
|
member_count?: number | null
|
|
1269
1266
|
member_unread_count?: Json | null
|
|
@@ -2514,7 +2511,6 @@ export type Database = {
|
|
|
2514
2511
|
is_muted: boolean | null
|
|
2515
2512
|
label_ids: Json | null
|
|
2516
2513
|
latest_message: Json | null
|
|
2517
|
-
latest_mention_at: string | null
|
|
2518
2514
|
member_count: number | null
|
|
2519
2515
|
member_unread_count: Json | null
|
|
2520
2516
|
message_unread_count: number | null
|
|
@@ -2985,7 +2981,6 @@ export type Database = {
|
|
|
2985
2981
|
is_group: boolean | null
|
|
2986
2982
|
is_muted: boolean | null
|
|
2987
2983
|
is_read_only: boolean | null
|
|
2988
|
-
latest_mention_at: string | null
|
|
2989
2984
|
latest_message: Json | null
|
|
2990
2985
|
member_count: number | null
|
|
2991
2986
|
member_unread_count: Json | null
|