chore: Campaign ID migration for existing accounts (#2189)
* chore: Campaign ID migration for existing accounts * chore: update factory * chore: minor fixes * chore: fixes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
json.id resource.display_id
|
||||
json.content resource.content
|
||||
json.description resource.description
|
||||
json.enabled resource.enabled
|
||||
json.title resource.title
|
||||
json.trigger_rules resource.trigger_rules
|
||||
json.description resource.description
|
||||
json.account_id resource.account_id
|
||||
json.inbox do
|
||||
json.partial! 'api/v1/models/inbox.json.jbuilder', resource: resource.inbox
|
||||
@@ -11,5 +8,8 @@ end
|
||||
json.sender do
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: resource.sender if resource.sender.present?
|
||||
end
|
||||
json.message resource.message
|
||||
json.enabled resource.enabled
|
||||
json.trigger_rules resource.trigger_rules
|
||||
json.created_at resource.created_at
|
||||
json.updated_at resource.updated_at
|
||||
|
||||
Reference in New Issue
Block a user