spec/integration/conversations/v1/user_spec.rb in twilio-ruby-5.45.0 vs spec/integration/conversations/v1/user_spec.rb in twilio-ruby-5.45.1
- old
+ new
@@ -37,11 +37,12 @@
"chat_service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"role_sid": "RLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"identity": "admin",
"friendly_name": "name",
"attributes": "{ \\"duty\\": \\"tech\\" }",
- "is_online": null,
+ "is_online": true,
+ "is_notifiable": null,
"date_created": "2019-12-16T22:18:37Z",
"date_updated": "2019-12-16T22:18:38Z",
"url": "https://conversations.twilio.com/v1/Users/USaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
]
@@ -78,11 +79,12 @@
"chat_service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"role_sid": "RLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"identity": "admin",
"friendly_name": "new name",
"attributes": "{ \\"duty\\": \\"tech\\", \\"team\\": \\"internals\\" }",
- "is_online": null,
+ "is_online": true,
+ "is_notifiable": null,
"date_created": "2019-12-16T22:18:37Z",
"date_updated": "2019-12-16T22:18:38Z",
"url": "https://conversations.twilio.com/v1/Users/USaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
]
@@ -144,11 +146,12 @@
"chat_service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"role_sid": "RLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"identity": "admin",
"friendly_name": "name",
"attributes": "{ \\"duty\\": \\"tech\\" }",
- "is_online": null,
+ "is_online": true,
+ "is_notifiable": null,
"date_created": "2019-12-16T22:18:37Z",
"date_updated": "2019-12-16T22:18:38Z",
"url": "https://conversations.twilio.com/v1/Users/USaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
]
@@ -194,11 +197,12 @@
"chat_service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"role_sid": "RLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"identity": "admin",
"friendly_name": "name",
"attributes": "{ \\"duty\\": \\"tech\\" }",
- "is_online": null,
+ "is_online": true,
+ "is_notifiable": null,
"date_created": "2019-12-16T22:18:37Z",
"date_updated": "2019-12-16T22:18:38Z",
"url": "https://conversations.twilio.com/v1/Users/USaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
{
@@ -208,9 +212,10 @@
"role_sid": "RLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"identity": "agent0034",
"friendly_name": "John from customs",
"attributes": "{ \\"duty\\": \\"agent\\" }",
"is_online": false,
+ "is_notifiable": null,
"date_created": "2020-03-24T20:38:21Z",
"date_updated": "2020-03-24T20:38:21Z",
"url": "https://conversations.twilio.com/v1/Users/USaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
]
\ No newline at end of file