@periskope/types 0.6.432 → 0.6.434

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.
@@ -3439,7 +3439,7 @@ export type Database = {
3439
3439
  Returns: Json
3440
3440
  }
3441
3441
  get_counts: {
3442
- Args: { org_id_input: string; sync_wa_unread_count?: boolean }
3442
+ Args: { org_id_input: string; sync_wa_unread_count?: boolean, org_phone_input?: string[] }
3443
3443
  Returns: Json
3444
3444
  }
3445
3445
  get_export_chats_data: {
@@ -3486,7 +3486,6 @@ export type Database = {
3486
3486
  }
3487
3487
  Returns: Json
3488
3488
  }
3489
- get_integration_data: { Args: { org_id_input?: string }; Returns: Json }
3490
3489
  get_message_rule_info: {
3491
3490
  Args: {
3492
3491
  chat_id_input: string
@@ -3497,6 +3496,28 @@ export type Database = {
3497
3496
  }
3498
3497
  Returns: Json
3499
3498
  }
3499
+
3500
+ get_integration_data: {
3501
+ Args: { org_id_input?: string }
3502
+ Returns: Json
3503
+ }
3504
+ get_media_library: {
3505
+ Args: {
3506
+ org_id_input: string
3507
+ type_input: string
3508
+ search_query?: string
3509
+ limit_input?: number
3510
+ offset_input?: number
3511
+ }
3512
+ Returns: {
3513
+ id: string
3514
+ name: string
3515
+ created_at: string
3516
+ updated_at: string
3517
+ metadata: Json
3518
+ }[]
3519
+ }
3520
+
3500
3521
  get_message_workflow_info: {
3501
3522
  Args: {
3502
3523
  chat_id_input: string
@@ -4107,4 +4128,4 @@ export const Constants = {
4107
4128
  },
4108
4129
  },
4109
4130
  } as const
4110
-
4131
+