telnyx 2.0.0-beta.5 → 2.0.0-beta.6

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## v2
4
4
 
5
+ ### v2.0.0-beta.6
6
+
7
+ - Add `connections` example
8
+ - Add `numbers` example
9
+ - Fix `WebhookHeader` type mismatch
10
+
5
11
  ### v2.0.0-beta.5
6
12
 
7
13
  - Update `TelnyxAPI.d.ts` types
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0-beta.5
1
+ 2.0.0-beta.6
@@ -1,5 +1,5 @@
1
1
  type WebhookPayload = string;
2
- type WebhookHeader = string;
2
+ type WebhookHeader = Uint8Array;
3
3
 
4
4
  declare module 'telnyx' {
5
5
  namespace Telnyx {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telnyx",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.6",
4
4
  "description": "Telnyx API Node SDK",
5
5
  "keywords": [
6
6
  "telnyx",