bandwidth-sdk 16.1.0 → 16.2.0

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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +3 -0
  4. data/bandwidth.yml +254 -0
  5. data/coverage/.last_run.json +1 -1
  6. data/coverage/.resultset.json +501 -1
  7. data/coverage/index.html +6288 -962
  8. data/docs/BusinessEntityTypeEnum.md +15 -0
  9. data/docs/BusinessRegistrationTypeEnum.md +15 -0
  10. data/docs/ListMessageItem.md +13 -1
  11. data/docs/MessagesApi.md +24 -0
  12. data/docs/OptInWorkflow.md +3 -1
  13. data/docs/ProductTypeEnum.md +15 -0
  14. data/docs/RbmActionBase.md +1 -1
  15. data/docs/RbmSuggestionResponse.md +1 -1
  16. data/docs/TfvSubmissionInfo.md +7 -1
  17. data/docs/VerificationRequest.md +11 -1
  18. data/docs/VerificationUpdateRequest.md +11 -1
  19. data/lib/bandwidth-sdk/api/messages_api.rb +36 -0
  20. data/lib/bandwidth-sdk/models/business_entity_type_enum.rb +43 -0
  21. data/lib/bandwidth-sdk/models/business_registration_type_enum.rb +40 -0
  22. data/lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb +2 -1
  23. data/lib/bandwidth-sdk/models/list_message_item.rb +71 -5
  24. data/lib/bandwidth-sdk/models/message_type_enum.rb +2 -1
  25. data/lib/bandwidth-sdk/models/opt_in_workflow.rb +38 -4
  26. data/lib/bandwidth-sdk/models/product_type_enum.rb +47 -0
  27. data/lib/bandwidth-sdk/models/tfv_submission_info.rb +72 -4
  28. data/lib/bandwidth-sdk/models/verification_request.rb +108 -4
  29. data/lib/bandwidth-sdk/models/verification_update_request.rb +108 -4
  30. data/lib/bandwidth-sdk/version.rb +1 -1
  31. data/lib/bandwidth-sdk.rb +3 -0
  32. data/spec/smoke/messages_api_spec.rb +2 -1
  33. data/spec/spec_helper.rb +3 -2
  34. data/spec/unit/api/messages_api_spec.rb +6 -0
  35. data/spec/unit/models/bxml/verbs/stop_stream_spec.rb +6 -4
  36. metadata +44 -38
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bandwidth-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.1.0
4
+ version: 16.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bandwidth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-12 00:00:00.000000000 Z
11
+ date: 2025-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -150,6 +150,8 @@ files:
150
150
  - docs/BlockedWebhook.md
151
151
  - docs/BridgeCompleteCallback.md
152
152
  - docs/BridgeTargetCompleteCallback.md
153
+ - docs/BusinessEntityTypeEnum.md
154
+ - docs/BusinessRegistrationTypeEnum.md
153
155
  - docs/CallDirectionEnum.md
154
156
  - docs/CallRecordingMetadata.md
155
157
  - docs/CallState.md
@@ -239,6 +241,7 @@ files:
239
241
  - docs/PageInfo.md
240
242
  - docs/PhoneNumberLookupApi.md
241
243
  - docs/PriorityEnum.md
244
+ - docs/ProductTypeEnum.md
242
245
  - docs/RbmActionBase.md
243
246
  - docs/RbmActionDial.md
244
247
  - docs/RbmActionOpenUrl.md
@@ -328,6 +331,8 @@ files:
328
331
  - lib/bandwidth-sdk/models/blocked_webhook.rb
329
332
  - lib/bandwidth-sdk/models/bridge_complete_callback.rb
330
333
  - lib/bandwidth-sdk/models/bridge_target_complete_callback.rb
334
+ - lib/bandwidth-sdk/models/business_entity_type_enum.rb
335
+ - lib/bandwidth-sdk/models/business_registration_type_enum.rb
331
336
  - lib/bandwidth-sdk/models/bxml/bxml.rb
332
337
  - lib/bandwidth-sdk/models/bxml/nestable_verb.rb
333
338
  - lib/bandwidth-sdk/models/bxml/response.rb
@@ -443,6 +448,7 @@ files:
443
448
  - lib/bandwidth-sdk/models/opt_in_workflow.rb
444
449
  - lib/bandwidth-sdk/models/page_info.rb
445
450
  - lib/bandwidth-sdk/models/priority_enum.rb
451
+ - lib/bandwidth-sdk/models/product_type_enum.rb
446
452
  - lib/bandwidth-sdk/models/rbm_action_base.rb
447
453
  - lib/bandwidth-sdk/models/rbm_action_dial.rb
448
454
  - lib/bandwidth-sdk/models/rbm_action_open_url.rb
@@ -600,67 +606,67 @@ summary: Bandwidth Ruby SDK
600
606
  test_files:
601
607
  - spec/call_utils.rb
602
608
  - spec/fixtures/ruby_cat.jpeg
603
- - spec/smoke/recordings_api_spec.rb
604
609
  - spec/smoke/phone_number_lookup_api_spec.rb
605
- - spec/smoke/multi_channel_api_spec.rb
606
- - spec/smoke/calls_api_spec.rb
610
+ - spec/smoke/transcriptions_api_spec.rb
607
611
  - spec/smoke/toll_free_verification_api_spec.rb
608
- - spec/smoke/media_api_spec.rb
612
+ - spec/smoke/multi_channel_api_spec.rb
609
613
  - spec/smoke/messages_api_spec.rb
610
614
  - spec/smoke/conferences_api_spec.rb
615
+ - spec/smoke/recordings_api_spec.rb
611
616
  - spec/smoke/mfa_api_spec.rb
612
- - spec/smoke/transcriptions_api_spec.rb
613
617
  - spec/smoke/statistics_api_spec.rb
618
+ - spec/smoke/calls_api_spec.rb
619
+ - spec/smoke/media_api_spec.rb
614
620
  - spec/spec_helper.rb
615
- - spec/unit/api/recordings_api_spec.rb
616
621
  - spec/unit/api/phone_number_lookup_api_spec.rb
617
- - spec/unit/api/multi_channel_api_spec.rb
618
- - spec/unit/api/calls_api_spec.rb
622
+ - spec/unit/api/transcriptions_api_spec.rb
619
623
  - spec/unit/api/toll_free_verification_api_spec.rb
620
- - spec/unit/api/media_api_spec.rb
624
+ - spec/unit/api/multi_channel_api_spec.rb
621
625
  - spec/unit/api/messages_api_spec.rb
622
626
  - spec/unit/api/conferences_api_spec.rb
627
+ - spec/unit/api/recordings_api_spec.rb
623
628
  - spec/unit/api/mfa_api_spec.rb
624
- - spec/unit/api/transcriptions_api_spec.rb
625
629
  - spec/unit/api/statistics_api_spec.rb
626
- - spec/unit/client/configuration_spec.rb
630
+ - spec/unit/api/calls_api_spec.rb
631
+ - spec/unit/api/media_api_spec.rb
627
632
  - spec/unit/client/api_error_spec.rb
633
+ - spec/unit/client/configuration_spec.rb
628
634
  - spec/unit/client/api_client_spec.rb
629
- - spec/unit/models/message_spec.rb
630
- - spec/unit/models/tfv_error_spec.rb
631
635
  - spec/unit/models/verify_code_request_spec.rb
632
- - spec/unit/models/bxml/verbs/phone_number_spec.rb
633
- - spec/unit/models/bxml/verbs/hangup_spec.rb
634
- - spec/unit/models/bxml/verbs/redirect_spec.rb
635
- - spec/unit/models/bxml/verbs/custom_param_spec.rb
636
+ - spec/unit/models/call_state_spec.rb
637
+ - spec/unit/models/tfv_error_spec.rb
638
+ - spec/unit/models/bxml/verbs/gather_spec.rb
639
+ - spec/unit/models/bxml/verbs/stop_recording_spec.rb
636
640
  - spec/unit/models/bxml/verbs/stop_transcription_spec.rb
637
- - spec/unit/models/bxml/verbs/send_dtmf_spec.rb
638
- - spec/unit/models/bxml/verbs/speak_sentence_spec.rb
641
+ - spec/unit/models/bxml/verbs/ring_spec.rb
642
+ - spec/unit/models/bxml/verbs/resume_recording_spec.rb
643
+ - spec/unit/models/bxml/verbs/record_spec.rb
644
+ - spec/unit/models/bxml/verbs/start_stream_spec.rb
639
645
  - spec/unit/models/bxml/verbs/pause_spec.rb
640
646
  - spec/unit/models/bxml/verbs/start_gather_spec.rb
641
- - spec/unit/models/bxml/verbs/stop_recording_spec.rb
647
+ - spec/unit/models/bxml/verbs/hangup_spec.rb
648
+ - spec/unit/models/bxml/verbs/redirect_spec.rb
642
649
  - spec/unit/models/bxml/verbs/bridge_spec.rb
643
- - spec/unit/models/bxml/verbs/sip_uri_spec.rb
644
- - spec/unit/models/bxml/verbs/tag_spec.rb
650
+ - spec/unit/models/bxml/verbs/start_transcription_spec.rb
651
+ - spec/unit/models/bxml/verbs/custom_param_spec.rb
652
+ - spec/unit/models/bxml/verbs/conference_spec.rb
653
+ - spec/unit/models/bxml/verbs/stop_gather_spec.rb
645
654
  - spec/unit/models/bxml/verbs/pause_recording_spec.rb
646
- - spec/unit/models/bxml/verbs/stop_stream_spec.rb
647
- - spec/unit/models/bxml/verbs/transfer_spec.rb
648
- - spec/unit/models/bxml/verbs/ring_spec.rb
655
+ - spec/unit/models/bxml/verbs/sip_uri_spec.rb
649
656
  - spec/unit/models/bxml/verbs/forward_spec.rb
650
- - spec/unit/models/bxml/verbs/start_recording_spec.rb
651
- - spec/unit/models/bxml/verbs/record_spec.rb
652
657
  - spec/unit/models/bxml/verbs/play_audio_spec.rb
653
- - spec/unit/models/bxml/verbs/resume_recording_spec.rb
654
- - spec/unit/models/bxml/verbs/conference_spec.rb
655
- - spec/unit/models/bxml/verbs/start_stream_spec.rb
656
- - spec/unit/models/bxml/verbs/gather_spec.rb
658
+ - spec/unit/models/bxml/verbs/stop_stream_spec.rb
659
+ - spec/unit/models/bxml/verbs/transfer_spec.rb
660
+ - spec/unit/models/bxml/verbs/send_dtmf_spec.rb
661
+ - spec/unit/models/bxml/verbs/speak_sentence_spec.rb
662
+ - spec/unit/models/bxml/verbs/tag_spec.rb
657
663
  - spec/unit/models/bxml/verbs/stream_param_spec.rb
658
- - spec/unit/models/bxml/verbs/stop_gather_spec.rb
659
- - spec/unit/models/bxml/verbs/start_transcription_spec.rb
660
- - spec/unit/models/bxml/response_spec.rb
661
- - spec/unit/models/bxml/nestable_verb_spec.rb
664
+ - spec/unit/models/bxml/verbs/start_recording_spec.rb
665
+ - spec/unit/models/bxml/verbs/phone_number_spec.rb
662
666
  - spec/unit/models/bxml/verb_spec.rb
663
667
  - spec/unit/models/bxml/bxml_spec.rb
668
+ - spec/unit/models/bxml/response_spec.rb
669
+ - spec/unit/models/bxml/nestable_verb_spec.rb
664
670
  - spec/unit/models/call_state_enum_spec.rb
665
671
  - spec/unit/models/verify_code_response_spec.rb
666
- - spec/unit/models/call_state_spec.rb
672
+ - spec/unit/models/message_spec.rb