Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Vonage/vonage-node-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @vonage/server-sdk@3.19.0
Choose a base ref
...
head repository: Vonage/vonage-node-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @vonage/server-sdk@3.19.3
Choose a head ref
  • 17 commits
  • 65 files changed
  • 3 contributors

Commits on Oct 22, 2024

  1. chore: update release log

    manchuck committed Oct 22, 2024
    Copy the full SHA
    0be564e View commit details

Commits on Nov 8, 2024

  1. fix: send form request sending undefined form body (#966)

    manchuck authored Nov 8, 2024
    Copy the full SHA
    78b6199 View commit details
  2. Publish

     - @vonage/accounts@1.16.1
     - @vonage/applications@1.16.1
     - @vonage/audit@1.16.1
     - @vonage/conversations@1.7.1
     - @vonage/meetings@1.12.1
     - @vonage/messages@1.18.1
     - @vonage/network-client@1.3.1
     - @vonage/network-number-verification@1.3.1
     - @vonage/network-sim-swap@1.3.1
     - @vonage/number-insight-v2@1.8.1
     - @vonage/number-insights@1.16.1
     - @vonage/numbers@1.16.1
     - @vonage/pricing@1.16.1
     - @vonage/redact@1.15.1
     - @vonage/server-client@1.16.1
     - @Vonage/server-sdk@3.19.1
     - @vonage/sms@1.17.1
     - @vonage/subaccounts@1.12.1
     - @vonage/users@1.10.1
     - @Vonage/verify@1.16.1
     - @vonage/verify2@1.15.1
     - @vonage/video@1.20.1
     - @vonage/voice@1.16.1
    manchuck committed Nov 8, 2024
    Copy the full SHA
    22a5935 View commit details

Commits on Nov 11, 2024

  1. Copy the full SHA
    051606a View commit details
  2. Publish

    manchuck committed Nov 11, 2024
    Copy the full SHA
    5ab39f8 View commit details

Commits on Nov 12, 2024

  1. fix: create conversation was sending the request incorrectly (#967)

    manchuck authored Nov 12, 2024
    Copy the full SHA
    4b81d74 View commit details
  2. Publish

     - @vonage/conversations@1.7.2
     - @vonage/number-insight-v2@1.8.3
     - @Vonage/server-sdk@3.19.2
    manchuck committed Nov 12, 2024
    Copy the full SHA
    998c56b View commit details

Commits on Dec 10, 2024

  1. chore: update packages

    manchuck committed Dec 10, 2024
    Copy the full SHA
    8fedf2e View commit details
  2. docs: updated example markdown

    github-actions committed Dec 10, 2024
    Copy the full SHA
    54f846a View commit details
  3. refactor: update auth type for apis (#971)

    manchuck authored Dec 10, 2024
    Copy the full SHA
    81b83e9 View commit details
  4. feat: added max bitrate for archive (#972)

    manchuck authored Dec 10, 2024
    Copy the full SHA
    837dda8 View commit details
  5. docs: updated example markdown

    github-actions committed Dec 10, 2024
    Copy the full SHA
    3ecb978 View commit details

Commits on Jan 7, 2025

  1. fix: user-to-user header was not being transformed to lisp case (#976)

    manchuck authored Jan 7, 2025
    Copy the full SHA
    f83aaf0 View commit details

Commits on Jan 8, 2025

  1. feat: added new DTMF endpoints (#977)

    manchuck authored Jan 8, 2025
    Copy the full SHA
    40cfa57 View commit details
  2. build: adding npm publishing

    manchuck committed Jan 8, 2025
    Copy the full SHA
    2c97025 View commit details
  3. docs: updated example markdown

    github-actions committed Jan 8, 2025
    Copy the full SHA
    d27a478 View commit details

Commits on Jan 9, 2025

  1. chore(release): publish

     - @vonage/accounts@1.16.2
     - @vonage/conversations@1.7.3
     - @vonage/numbers@1.16.2
     - @vonage/pricing@1.16.2
     - @Vonage/server-sdk@3.19.3
     - @vonage/sms@1.17.2
     - @vonage/video@1.21.0
     - @vonage/voice@1.17.0
    manchuck committed Jan 9, 2025
    Copy the full SHA
    65dc1f0 View commit details
Showing with 1,095 additions and 610 deletions.
  1. +453 −430 EXAMPLES.md
  2. +41 −1 RELEASES.md
  3. +15 −15 package.json
  4. +8 −0 packages/accounts/CHANGELOG.md
  5. +15 −6 packages/accounts/__tests__/accounts.test.ts
  6. +1 −1 packages/accounts/lib/accounts.ts
  7. +2 −2 packages/accounts/package.json
  8. +2 −2 packages/applications/package.json
  9. +2 −2 packages/audit/package.json
  10. +8 −0 packages/conversations/CHANGELOG.md
  11. +40 −1 packages/conversations/__tests__/__dataSets__/post.ts
  12. +4 −1 packages/conversations/__tests__/__dataSets__/put.ts
  13. +4 −1 packages/conversations/__tests__/common.ts
  14. +7 −0 packages/conversations/lib/conversations.ts
  15. +2 −2 packages/conversations/lib/types/requests/conversationCallbackRequest.ts
  16. +5 −5 packages/conversations/package.json
  17. +2 −2 packages/meetings/package.json
  18. +2 −2 packages/messages/package.json
  19. +2 −2 packages/network-client/package.json
  20. +2 −2 packages/network-number-verification/package.json
  21. +3 −3 packages/network-sim-swap/package.json
  22. +1 −28 packages/number-insight-v2/README.md
  23. +2 −2 packages/number-insight-v2/package.json
  24. +2 −2 packages/number-insights/package.json
  25. +8 −0 packages/numbers/CHANGELOG.md
  26. +2 −2 packages/numbers/__tests__/__dataSets__/buyNumbers.ts
  27. +1 −1 packages/numbers/__tests__/__dataSets__/cancel.ts
  28. +2 −2 packages/numbers/__tests__/__dataSets__/getOwnedNumbers.ts
  29. +11 −11 packages/numbers/__tests__/__dataSets__/search.ts
  30. +1 −1 packages/numbers/__tests__/__dataSets__/update.ts
  31. +3 −4 packages/numbers/__tests__/numbers.test.ts
  32. +13 −3 packages/numbers/lib/numbers.ts
  33. +2 −2 packages/numbers/package.json
  34. +8 −0 packages/pricing/CHANGELOG.md
  35. +17 −7 packages/pricing/__tests__/pricing.test.ts
  36. +4 −1 packages/pricing/lib/pricing.ts
  37. +2 −2 packages/pricing/package.json
  38. +2 −2 packages/redact/package.json
  39. +2 −2 packages/server-client/lib/client.ts
  40. +1 −1 packages/server-client/package.json
  41. +8 −0 packages/server-sdk/CHANGELOG.md
  42. +16 −16 packages/server-sdk/package.json
  43. +8 −0 packages/sms/CHANGELOG.md
  44. +0 −13 packages/sms/__tests__/__dataSets__/sms.ts
  45. +3 −0 packages/sms/__tests__/sms.test.ts
  46. +6 −3 packages/sms/lib/sms.ts
  47. +2 −2 packages/sms/package.json
  48. +2 −2 packages/subaccounts/package.json
  49. +2 −2 packages/users/package.json
  50. +2 −2 packages/verify/package.json
  51. +2 −2 packages/verify2/package.json
  52. +11 −0 packages/video/CHANGELOG.md
  53. +2 −1 packages/video/__tests__/video.test.ts
  54. +5 −0 packages/video/lib/types/ArchiveOptions.ts
  55. +2 −2 packages/video/package.json
  56. +16 −0 packages/voice/CHANGELOG.md
  57. +19 −0 packages/voice/__tests__/__dataSets__/delete.ts
  58. +5 −0 packages/voice/__tests__/__dataSets__/index.ts
  59. +161 −0 packages/voice/__tests__/__dataSets__/update.ts
  60. +16 −1 packages/voice/lib/classes/NCCO/Input.ts
  61. +1 −1 packages/voice/lib/classes/NCCO/NCCOBuilder.ts
  62. +6 −1 packages/voice/lib/types/Endpoint/SIPEndpoint.ts
  63. +11 −1 packages/voice/lib/types/NCCO/InputAction.ts
  64. +83 −6 packages/voice/lib/voice.ts
  65. +2 −2 packages/voice/package.json
Loading