@periskope/types 0.6.454 → 0.6.455

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.
@@ -987,8 +987,11 @@ export type Database = {
987
987
  message_payload: Json | null
988
988
  org_id: string
989
989
  org_phone: string | null
990
+ org_phones: string[] | null
990
991
  performed_at: string | null
991
992
  performed_by: string | null
993
+ previous_retries: Json | null
994
+ retry_count: number
992
995
  scheduled_at: string | null
993
996
  variables: Json | null
994
997
  }
@@ -1003,8 +1006,11 @@ export type Database = {
1003
1006
  message_payload?: Json | null
1004
1007
  org_id: string
1005
1008
  org_phone?: string | null
1009
+ org_phones?: string[] | null
1006
1010
  performed_at?: string | null
1007
1011
  performed_by?: string | null
1012
+ previous_retries?: Json | null
1013
+ retry_count?: number
1008
1014
  scheduled_at?: string | null
1009
1015
  variables?: Json | null
1010
1016
  }
@@ -1019,8 +1025,11 @@ export type Database = {
1019
1025
  message_payload?: Json | null
1020
1026
  org_id?: string
1021
1027
  org_phone?: string | null
1028
+ org_phones?: string[] | null
1022
1029
  performed_at?: string | null
1023
1030
  performed_by?: string | null
1031
+ previous_retries?: Json | null
1032
+ retry_count?: number
1024
1033
  scheduled_at?: string | null
1025
1034
  variables?: Json | null
1026
1035
  }
@@ -3176,7 +3185,9 @@ export type Database = {
3176
3185
  pending_chats: number | null
3177
3186
  performed_at: string | null
3178
3187
  performed_by: string | null
3188
+ previous_retries: Json | null
3179
3189
  read_percentage: number | null
3190
+ retry_count: number | null
3180
3191
  scheduled_at: string | null
3181
3192
  sent_chats: number | null
3182
3193
  total_chats: number | null