@periskope/types 0.6.459 → 0.6.460

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.459",
3
+ "version": "0.6.460",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -897,36 +897,27 @@ export type Database = {
897
897
  created_at: string
898
898
  updated_at: string | null
899
899
  created_by: string | null
900
- message_payload: Json | null
901
900
  org_id: string
902
- org_phone: string | null
903
901
  template_id: string
904
902
  template_name: string
905
- variables: Json | null
906
903
  }
907
904
  Insert: {
908
905
  chat_ids?: string[]
909
906
  created_at?: string
910
907
  updated_at?: string | null
911
908
  created_by?: string | null
912
- message_payload?: Json | null
913
909
  org_id: string
914
- org_phone?: string | null
915
910
  template_id?: string
916
911
  template_name: string
917
- variables?: Json | null
918
912
  }
919
913
  Update: {
920
914
  chat_ids?: string[]
921
915
  created_at?: string
922
916
  updated_at?: string | null
923
917
  created_by?: string | null
924
- message_payload?: Json | null
925
918
  org_id?: string
926
- org_phone?: string | null
927
919
  template_id?: string
928
920
  template_name?: string
929
- variables?: Json | null
930
921
  }
931
922
  Relationships: [
932
923
  {