twilio-labs / dev-phone

A developer tool for testing SMS and Voice applications
MIT License
77 stars 20 forks source link

"services is deprecated" warnings in version 1.0.0-beta.3 #193

Open paulsp opened 11 months ago

paulsp commented 11 months ago

Starting dev-phone version 1.0.0-beta.3 in the twilio-cli/5.16.2 linux-x64 node-v18.16.0 running in the docker images is producing many services is deprecated. Use v1.services instead. messages.

root@twilio-cli-9324:/twilio# twilio --version
twilio-cli/5.16.2 linux-x64 node-v18.16.0
root@twilio-cli-9324:/twilio# 
root@twilio-cli-9324:/twilio# twilio dev-phone
Hello šŸ‘‹ I'm your dev-phone and my name is dev-phone-3572

āœ… I'm using your profile API key.

services is deprecated. Use v1.services instead.
šŸ’» Creating a new conversation...
services is deprecated. Use v1.services instead.
services is deprecated. Use v1.services instead.
āœ… I'm using the conversation CH9a19c3a1c57145458908f37da7d7cef2 from service IS0f34c2ce28124f1597c595241eb26ce3

šŸ’» Creating a new sync list for call history...
services is deprecated. Use v1.services instead.
services is deprecated. Use v1.services instead.
āœ… I'm using the sync service IS8171d178c6bbc939cfb4ce55e613193e

services is deprecated. Use v1.services instead.
šŸ’» Deploying a Functions Service to handle incoming calls and SMS...
šŸ§‘ā€šŸ’» Creating Service
šŸ§‘ā€šŸ’» Configuring bare environment
šŸ§‘ā€šŸ’» Creating 4 Functions
šŸ§‘ā€šŸ’» Uploading 4 Functions
šŸ§‘ā€šŸ’» Creating 0 Assets
šŸ§‘ā€šŸ’» Uploading 0 Assets
šŸ›  Waiting for deployment................
šŸ§‘ā€šŸ’» Setting environment variables
šŸ§‘ā€šŸ’» Activating deployment
āœ… I'm using the Serverless Service ZSee265defa7fe864d8ecb2bc8d0f120c5

šŸ’» Creating a new TwiMl App to allow voice calls from your browser...
āœ… I'm using the TwiMl App APd4f5d086d7bcc5d83d5def5bd23023c4

šŸš€ Your local webserver is listening on port 1337
šŸŒ Opening http://localhost:1337/ your browser
ā–¶ļø  Use ctrl-c to stop your dev-phone