@pipedream/twilio 0.8.1 → 0.8.2

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.
@@ -6,13 +6,14 @@ export default {
6
6
  key: "twilio-make-phone-call",
7
7
  name: "Make a Phone Call",
8
8
  description: "Make a phone call passing text, a URL, or an application that Twilio will use to handle the call. [See the documentation](https://www.twilio.com/docs/voice/api/call-resource#create-a-call-resource)",
9
- version: "1.0.0",
9
+ version: "1.0.1",
10
10
  annotations: {
11
11
  destructiveHint: false,
12
12
  openWorldHint: true,
13
13
  readOnlyHint: false,
14
14
  },
15
15
  type: "action",
16
+ ai: "optimized",
16
17
  props: {
17
18
  twilio,
18
19
  from: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/twilio",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Pipedream Twilio Components",
5
5
  "main": "twilio.app.mjs",
6
6
  "keywords": [