phonic 0.13.0 → 0.13.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.
package/README.md CHANGED
@@ -75,8 +75,8 @@ if (error === null) {
75
75
 
76
76
  ```ts
77
77
  const { data, error } = await phonic.conversations.list({
78
- durationMin: 10000, // ms
79
- durationMax: 20000, // ms
78
+ durationMin: 10, // sec
79
+ durationMax: 20, // sec
80
80
  startedAtMin: "2025-04-17", // 00:00:00 UTC time is assumed
81
81
  startedAtMax: "2025-09-05T10:30:00.000Z",
82
82
  });
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ __export(index_exports, {
35
35
  module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // package.json
38
- var version = "0.13.0";
38
+ var version = "0.13.1";
39
39
 
40
40
  // src/conversations/index.ts
41
41
  var Conversations = class {
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "0.13.0";
2
+ var version = "0.13.1";
3
3
 
4
4
  // src/conversations/index.ts
5
5
  var Conversations = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phonic",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Phonic Node.js SDK",
5
5
  "scripts": {
6
6
  "build": "tsup",