@getdial/cli 0.34.0 → 0.34.1

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.
@@ -38,7 +38,7 @@ const inputSchema = {
38
38
  .int()
39
39
  .positive()
40
40
  .optional()
41
- .describe("Maximum call duration cap (seconds); the call is terminated when this limit is reached"),
41
+ .describe("Maximum call duration cap (seconds); the call is terminated when this limit is reached. On a free account (no top-up or subscription yet) a value above 300 is rejected with 400, not shortened"),
42
42
  };
43
43
  export const placeCallTool = {
44
44
  name: "place_call",
@@ -28,7 +28,7 @@ const inputSchema = {
28
28
  .positive()
29
29
  .nullable()
30
30
  .optional()
31
- .describe("Call duration cap for this number, in seconds, applied as a hard ceiling to both inbound and outbound calls (the smallest of the per-number, account, and per-call caps wins). Pass null to clear the cap; omit to leave it unchanged."),
31
+ .describe("Call duration cap for this number, in seconds, applied as a hard ceiling to both inbound and outbound calls (the smallest of the per-number, account, and per-call caps wins). On a free account (no top-up or subscription yet) a value above 300 is rejected with 400. Pass null to clear the cap; omit to leave it unchanged."),
32
32
  firstName: z
33
33
  .string()
34
34
  .max(30)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getdial/cli",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "Dial CLI — install, sign up, and run the local listen service.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/skills.tar.gz CHANGED
Binary file