freeclimb 5.2.0 → 5.4.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +22 -2
 - data/Gemfile.lock +3 -3
 - data/README.md +31 -4
 - data/docs/AvailableNumber.md +0 -4
 - data/docs/BlobListResponse.md +32 -0
 - data/docs/BlobResult.md +32 -0
 - data/docs/CallResult.md +2 -2
 - data/docs/CreateBlobRequest.md +22 -0
 - data/docs/CreateConference.md +4 -2
 - data/docs/DefaultApi.md +835 -25
 - data/docs/ExportList.md +32 -0
 - data/docs/ExportOutputType.md +16 -0
 - data/docs/ExportRequest.md +24 -0
 - data/docs/ExportRequestOutput.md +18 -0
 - data/docs/ExportResourceType.md +17 -0
 - data/docs/ExportResult.md +40 -0
 - data/docs/ExportResultOutput.md +18 -0
 - data/docs/ExportStatus.md +21 -0
 - data/docs/IncomingNumberResult.md +0 -4
 - data/docs/ModifyBlobRequest.md +20 -0
 - data/docs/PlatformError.md +24 -0
 - data/docs/ReplaceBlobRequest.md +18 -0
 - data/docs/Say.md +2 -0
 - data/docs/TTSEngine.md +20 -0
 - data/docs/TTSEngineName.md +18 -0
 - data/lib/freeclimb/api/default_api.rb +1032 -12
 - data/lib/freeclimb/models/available_number.rb +1 -23
 - data/lib/freeclimb/models/blob_list_response.rb +303 -0
 - data/lib/freeclimb/models/blob_result.rb +332 -0
 - data/lib/freeclimb/models/call_result.rb +8 -8
 - data/lib/freeclimb/models/create_blob_request.rb +255 -0
 - data/lib/freeclimb/models/create_conference.rb +15 -5
 - data/lib/freeclimb/models/export_list.rb +304 -0
 - data/lib/freeclimb/models/export_output_type.rb +34 -0
 - data/lib/freeclimb/models/export_request.rb +276 -0
 - data/lib/freeclimb/models/export_request_output.rb +243 -0
 - data/lib/freeclimb/models/export_resource_type.rb +35 -0
 - data/lib/freeclimb/models/export_result.rb +405 -0
 - data/lib/freeclimb/models/export_result_output.rb +243 -0
 - data/lib/freeclimb/models/export_status.rb +39 -0
 - data/lib/freeclimb/models/incoming_number_result.rb +1 -23
 - data/lib/freeclimb/models/modify_blob_request.rb +245 -0
 - data/lib/freeclimb/models/platform_error.rb +244 -0
 - data/lib/freeclimb/models/replace_blob_request.rb +221 -0
 - data/lib/freeclimb/models/say.rb +10 -1
 - data/lib/freeclimb/models/tts_engine.rb +250 -0
 - data/lib/freeclimb/models/tts_engine_name.rb +36 -0
 - data/lib/freeclimb/version.rb +1 -1
 - data/lib/freeclimb.rb +16 -0
 - data/openapi.json +1245 -80
 - data/spec/api/default_api_spec.rb +328 -33
 - data/spec/models/account_result_spec.rb +3 -3
 - data/spec/models/available_number_spec.rb +3 -98
 - data/spec/models/blob_list_response_spec.rb +502 -0
 - data/spec/models/blob_result_spec.rb +489 -0
 - data/spec/models/call_result_spec.rb +39 -39
 - data/spec/models/conference_result_spec.rb +3 -3
 - data/spec/models/create_blob_request_spec.rb +273 -0
 - data/spec/models/create_conference_spec.rb +83 -35
 - data/spec/models/export_list_spec.rb +502 -0
 - data/spec/models/export_output_type_spec.rb +43 -0
 - data/spec/models/export_request_output_spec.rb +162 -0
 - data/spec/models/export_request_spec.rb +320 -0
 - data/spec/models/export_resource_type_spec.rb +59 -0
 - data/spec/models/export_result_output_spec.rb +162 -0
 - data/spec/models/export_result_spec.rb +718 -0
 - data/spec/models/export_status_spec.rb +123 -0
 - data/spec/models/incoming_number_result_spec.rb +6 -102
 - data/spec/models/log_result_spec.rb +3 -3
 - data/spec/models/message_result_spec.rb +3 -3
 - data/spec/models/modify_blob_request_spec.rb +226 -0
 - data/spec/models/platform_error_spec.rb +318 -0
 - data/spec/models/queue_result_spec.rb +3 -3
 - data/spec/models/replace_blob_request_spec.rb +176 -0
 - data/spec/models/say_spec.rb +50 -0
 - data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +3 -3
 - data/spec/models/transcribe_utterance_spec.rb +3 -3
 - data/spec/models/tts_engine_name_spec.rb +75 -0
 - data/spec/models/tts_engine_spec.rb +183 -0
 - data/spec/spec_helper.rb +1 -1
 - data/yarn.lock +29 -29
 - metadata +50 -2
 
| 
         @@ -545,7 +545,7 @@ describe Freeclimb::SMSTenDLCPartnerCampaign do 
     | 
|
| 
       545 
545 
     | 
    
         | 
| 
       546 
546 
     | 
    
         
             
              describe 'test method "eql?"' do
         
     | 
| 
       547 
547 
     | 
    
         
             
                it "checks if objects are equal" do
         
     | 
| 
       548 
     | 
    
         
            -
                   
     | 
| 
      
 548 
     | 
    
         
            +
                  obj_brand = Object.new
         
     | 
| 
       549 
549 
     | 
    
         | 
| 
       550 
550 
     | 
    
         
             
                  instance_1 = Freeclimb::SMSTenDLCPartnerCampaign.new(
         
     | 
| 
       551 
551 
     | 
    
         
             
                    account_id: "TS",
         
     | 
| 
         @@ -602,7 +602,7 @@ describe Freeclimb::SMSTenDLCPartnerCampaign do 
     | 
|
| 
       602 
602 
     | 
    
         | 
| 
       603 
603 
     | 
    
         
             
                    optout_message: "TS",
         
     | 
| 
       604 
604 
     | 
    
         | 
| 
       605 
     | 
    
         
            -
                    brand:  
     | 
| 
      
 605 
     | 
    
         
            +
                    brand: obj_brand
         
     | 
| 
       606 
606 
     | 
    
         
             
                  )
         
     | 
| 
       607 
607 
     | 
    
         
             
                  instance_2 = Freeclimb::SMSTenDLCPartnerCampaign.new(
         
     | 
| 
       608 
608 
     | 
    
         
             
                    account_id: "TS",
         
     | 
| 
         @@ -659,7 +659,7 @@ describe Freeclimb::SMSTenDLCPartnerCampaign do 
     | 
|
| 
       659 
659 
     | 
    
         | 
| 
       660 
660 
     | 
    
         
             
                    optout_message: "TS",
         
     | 
| 
       661 
661 
     | 
    
         | 
| 
       662 
     | 
    
         
            -
                    brand:  
     | 
| 
      
 662 
     | 
    
         
            +
                    brand: obj_brand
         
     | 
| 
       663 
663 
     | 
    
         
             
                  )
         
     | 
| 
       664 
664 
     | 
    
         
             
                  expect(instance_1.eql?(instance_2)).to eq(true)
         
     | 
| 
       665 
665 
     | 
    
         
             
                end
         
     | 
| 
         @@ -152,14 +152,14 @@ describe Freeclimb::TranscribeUtterance do 
     | 
|
| 
       152 
152 
     | 
    
         | 
| 
       153 
153 
     | 
    
         
             
              describe 'test method "eql?"' do
         
     | 
| 
       154 
154 
     | 
    
         
             
                it "checks if objects are equal" do
         
     | 
| 
       155 
     | 
    
         
            -
                   
     | 
| 
      
 155 
     | 
    
         
            +
                  obj_record = Object.new
         
     | 
| 
       156 
156 
     | 
    
         | 
| 
       157 
157 
     | 
    
         
             
                  instance_1 = Freeclimb::TranscribeUtterance.new(
         
     | 
| 
       158 
158 
     | 
    
         
             
                    action_url: "TS",
         
     | 
| 
       159 
159 
     | 
    
         | 
| 
       160 
160 
     | 
    
         
             
                    play_beep: true,
         
     | 
| 
       161 
161 
     | 
    
         | 
| 
       162 
     | 
    
         
            -
                    record:  
     | 
| 
      
 162 
     | 
    
         
            +
                    record: obj_record,
         
     | 
| 
       163 
163 
     | 
    
         | 
| 
       164 
164 
     | 
    
         
             
                    privacy_for_logging: true,
         
     | 
| 
       165 
165 
     | 
    
         | 
| 
         @@ -172,7 +172,7 @@ describe Freeclimb::TranscribeUtterance do 
     | 
|
| 
       172 
172 
     | 
    
         | 
| 
       173 
173 
     | 
    
         
             
                    play_beep: true,
         
     | 
| 
       174 
174 
     | 
    
         | 
| 
       175 
     | 
    
         
            -
                    record:  
     | 
| 
      
 175 
     | 
    
         
            +
                    record: obj_record,
         
     | 
| 
       176 
176 
     | 
    
         | 
| 
       177 
177 
     | 
    
         
             
                    privacy_for_logging: true,
         
     | 
| 
       178 
178 
     | 
    
         | 
| 
         @@ -0,0 +1,75 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # #FreeClimb API
         
     | 
| 
      
 2 
     | 
    
         
            +
            #
         
     | 
| 
      
 3 
     | 
    
         
            +
            # FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
         
     | 
| 
      
 4 
     | 
    
         
            +
            #
         
     | 
| 
      
 5 
     | 
    
         
            +
            # The version of the OpenAPI document: 1.0.0
         
     | 
| 
      
 6 
     | 
    
         
            +
            # Contact: support@freeclimb.com
         
     | 
| 
      
 7 
     | 
    
         
            +
            # Generated by: https://openapi-generator.tech
         
     | 
| 
      
 8 
     | 
    
         
            +
            # OpenAPI Generator version: 7.9.0
         
     | 
| 
      
 9 
     | 
    
         
            +
            #
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            require "spec_helper"
         
     | 
| 
      
 12 
     | 
    
         
            +
            require "json"
         
     | 
| 
      
 13 
     | 
    
         
            +
            require "date"
         
     | 
| 
      
 14 
     | 
    
         
            +
            include Freeclimb
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            # Unit tests for Freeclimb::TTSEngineName
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Automatically generated by openapi-generator (https://openapi-generator.tech)
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Please update as you see appropriate
         
     | 
| 
      
 19 
     | 
    
         
            +
            describe Freeclimb::TTSEngineName do
         
     | 
| 
      
 20 
     | 
    
         
            +
              let(:instance) { Freeclimb::TTSEngineName.new }
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
              describe "test an instance of TTSEngineName" do
         
     | 
| 
      
 23 
     | 
    
         
            +
                it "should create an instance of TTSEngineName" do
         
     | 
| 
      
 24 
     | 
    
         
            +
                  expect(instance).to be_instance_of(Freeclimb::TTSEngineName)
         
     | 
| 
      
 25 
     | 
    
         
            +
                end
         
     | 
| 
      
 26 
     | 
    
         
            +
              end
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
              describe 'test attribute "FREECLIMB_STANDARD"' do
         
     | 
| 
      
 29 
     | 
    
         
            +
                it "should work" do
         
     | 
| 
      
 30 
     | 
    
         
            +
                  expect { Freeclimb::TTSEngineName::FREECLIMB_STANDARD = "freeclimb.standard" }.not_to raise_error
         
     | 
| 
      
 31 
     | 
    
         
            +
                end
         
     | 
| 
      
 32 
     | 
    
         
            +
                it "should serialize to enum" do
         
     | 
| 
      
 33 
     | 
    
         
            +
                  expectedValue = Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 34 
     | 
    
         
            +
                  calculatedValue = Freeclimb::TTSEngineName.build_from_hash("freeclimb.standard")
         
     | 
| 
      
 35 
     | 
    
         
            +
                  expect(expectedValue).to eq(calculatedValue)
         
     | 
| 
      
 36 
     | 
    
         
            +
                end
         
     | 
| 
      
 37 
     | 
    
         
            +
                it "should deserialize to string" do
         
     | 
| 
      
 38 
     | 
    
         
            +
                  expectedValue = "freeclimb.standard"
         
     | 
| 
      
 39 
     | 
    
         
            +
                  calculatedValue = Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 40 
     | 
    
         
            +
                  expect(expectedValue).to eq(calculatedValue)
         
     | 
| 
      
 41 
     | 
    
         
            +
                end
         
     | 
| 
      
 42 
     | 
    
         
            +
              end
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
              describe 'test attribute "FREECLIMB_NEURAL"' do
         
     | 
| 
      
 45 
     | 
    
         
            +
                it "should work" do
         
     | 
| 
      
 46 
     | 
    
         
            +
                  expect { Freeclimb::TTSEngineName::FREECLIMB_NEURAL = "freeclimb.neural" }.not_to raise_error
         
     | 
| 
      
 47 
     | 
    
         
            +
                end
         
     | 
| 
      
 48 
     | 
    
         
            +
                it "should serialize to enum" do
         
     | 
| 
      
 49 
     | 
    
         
            +
                  expectedValue = Freeclimb::TTSEngineName::FREECLIMB_NEURAL
         
     | 
| 
      
 50 
     | 
    
         
            +
                  calculatedValue = Freeclimb::TTSEngineName.build_from_hash("freeclimb.neural")
         
     | 
| 
      
 51 
     | 
    
         
            +
                  expect(expectedValue).to eq(calculatedValue)
         
     | 
| 
      
 52 
     | 
    
         
            +
                end
         
     | 
| 
      
 53 
     | 
    
         
            +
                it "should deserialize to string" do
         
     | 
| 
      
 54 
     | 
    
         
            +
                  expectedValue = "freeclimb.neural"
         
     | 
| 
      
 55 
     | 
    
         
            +
                  calculatedValue = Freeclimb::TTSEngineName::FREECLIMB_NEURAL
         
     | 
| 
      
 56 
     | 
    
         
            +
                  expect(expectedValue).to eq(calculatedValue)
         
     | 
| 
      
 57 
     | 
    
         
            +
                end
         
     | 
| 
      
 58 
     | 
    
         
            +
              end
         
     | 
| 
      
 59 
     | 
    
         
            +
             
     | 
| 
      
 60 
     | 
    
         
            +
              describe 'test attribute "ELEVEN_LABS"' do
         
     | 
| 
      
 61 
     | 
    
         
            +
                it "should work" do
         
     | 
| 
      
 62 
     | 
    
         
            +
                  expect { Freeclimb::TTSEngineName::ELEVEN_LABS = "ElevenLabs" }.not_to raise_error
         
     | 
| 
      
 63 
     | 
    
         
            +
                end
         
     | 
| 
      
 64 
     | 
    
         
            +
                it "should serialize to enum" do
         
     | 
| 
      
 65 
     | 
    
         
            +
                  expectedValue = Freeclimb::TTSEngineName::ELEVEN_LABS
         
     | 
| 
      
 66 
     | 
    
         
            +
                  calculatedValue = Freeclimb::TTSEngineName.build_from_hash("ElevenLabs")
         
     | 
| 
      
 67 
     | 
    
         
            +
                  expect(expectedValue).to eq(calculatedValue)
         
     | 
| 
      
 68 
     | 
    
         
            +
                end
         
     | 
| 
      
 69 
     | 
    
         
            +
                it "should deserialize to string" do
         
     | 
| 
      
 70 
     | 
    
         
            +
                  expectedValue = "ElevenLabs"
         
     | 
| 
      
 71 
     | 
    
         
            +
                  calculatedValue = Freeclimb::TTSEngineName::ELEVEN_LABS
         
     | 
| 
      
 72 
     | 
    
         
            +
                  expect(expectedValue).to eq(calculatedValue)
         
     | 
| 
      
 73 
     | 
    
         
            +
                end
         
     | 
| 
      
 74 
     | 
    
         
            +
              end
         
     | 
| 
      
 75 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,183 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # #FreeClimb API
         
     | 
| 
      
 2 
     | 
    
         
            +
            #
         
     | 
| 
      
 3 
     | 
    
         
            +
            # FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
         
     | 
| 
      
 4 
     | 
    
         
            +
            #
         
     | 
| 
      
 5 
     | 
    
         
            +
            # The version of the OpenAPI document: 1.0.0
         
     | 
| 
      
 6 
     | 
    
         
            +
            # Contact: support@freeclimb.com
         
     | 
| 
      
 7 
     | 
    
         
            +
            # Generated by: https://openapi-generator.tech
         
     | 
| 
      
 8 
     | 
    
         
            +
            # OpenAPI Generator version: 7.9.0
         
     | 
| 
      
 9 
     | 
    
         
            +
            #
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            require "spec_helper"
         
     | 
| 
      
 12 
     | 
    
         
            +
            require "json"
         
     | 
| 
      
 13 
     | 
    
         
            +
            require "date"
         
     | 
| 
      
 14 
     | 
    
         
            +
            include Freeclimb
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            # Unit tests for Freeclimb::TTSEngine
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Automatically generated by openapi-generator (https://openapi-generator.tech)
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Please update as you see appropriate
         
     | 
| 
      
 19 
     | 
    
         
            +
            describe Freeclimb::TTSEngine do
         
     | 
| 
      
 20 
     | 
    
         
            +
              let(:instance) { Freeclimb::TTSEngine.new }
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
              describe "test an instance of TTSEngine" do
         
     | 
| 
      
 23 
     | 
    
         
            +
                it "should create an instance of TTSEngine" do
         
     | 
| 
      
 24 
     | 
    
         
            +
                  expect(instance).to be_instance_of(Freeclimb::TTSEngine)
         
     | 
| 
      
 25 
     | 
    
         
            +
                end
         
     | 
| 
      
 26 
     | 
    
         
            +
              end
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
              describe 'test attribute "name"' do
         
     | 
| 
      
 29 
     | 
    
         
            +
                it "assigns value FREECLIMB_STANDARD" do
         
     | 
| 
      
 30 
     | 
    
         
            +
                  instance.name = Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 31 
     | 
    
         
            +
                  expect(instance.name).to eq(Freeclimb::TTSEngineName::FREECLIMB_STANDARD)
         
     | 
| 
      
 32 
     | 
    
         
            +
                end
         
     | 
| 
      
 33 
     | 
    
         
            +
                it "assigns value FREECLIMB_NEURAL" do
         
     | 
| 
      
 34 
     | 
    
         
            +
                  instance.name = Freeclimb::TTSEngineName::FREECLIMB_NEURAL
         
     | 
| 
      
 35 
     | 
    
         
            +
                  expect(instance.name).to eq(Freeclimb::TTSEngineName::FREECLIMB_NEURAL)
         
     | 
| 
      
 36 
     | 
    
         
            +
                end
         
     | 
| 
      
 37 
     | 
    
         
            +
                it "assigns value ELEVEN_LABS" do
         
     | 
| 
      
 38 
     | 
    
         
            +
                  instance.name = Freeclimb::TTSEngineName::ELEVEN_LABS
         
     | 
| 
      
 39 
     | 
    
         
            +
                  expect(instance.name).to eq(Freeclimb::TTSEngineName::ELEVEN_LABS)
         
     | 
| 
      
 40 
     | 
    
         
            +
                end
         
     | 
| 
      
 41 
     | 
    
         
            +
              end
         
     | 
| 
      
 42 
     | 
    
         
            +
              describe 'test attribute "parameters"' do
         
     | 
| 
      
 43 
     | 
    
         
            +
                it "should work" do
         
     | 
| 
      
 44 
     | 
    
         
            +
                  testObject = Object.new
         
     | 
| 
      
 45 
     | 
    
         
            +
                  instance.parameters = testObject
         
     | 
| 
      
 46 
     | 
    
         
            +
                  expect(instance.parameters).to eq(testObject)
         
     | 
| 
      
 47 
     | 
    
         
            +
                end
         
     | 
| 
      
 48 
     | 
    
         
            +
              end
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
              describe 'test method "initialize"' do
         
     | 
| 
      
 51 
     | 
    
         
            +
                it "properly initializes with values" do
         
     | 
| 
      
 52 
     | 
    
         
            +
                  expect {
         
     | 
| 
      
 53 
     | 
    
         
            +
                    Freeclimb::TTSEngine.new(
         
     | 
| 
      
 54 
     | 
    
         
            +
                      name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 55 
     | 
    
         
            +
                    )
         
     | 
| 
      
 56 
     | 
    
         
            +
                  }.not_to raise_error
         
     | 
| 
      
 57 
     | 
    
         
            +
                end
         
     | 
| 
      
 58 
     | 
    
         
            +
                it "fails to initialize with input argument that is not a hash in Freeclimb::TTSEngine" do
         
     | 
| 
      
 59 
     | 
    
         
            +
                  expect {
         
     | 
| 
      
 60 
     | 
    
         
            +
                    Freeclimb::TTSEngine.new(
         
     | 
| 
      
 61 
     | 
    
         
            +
                      name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD,
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
                      invalid_attribute: true
         
     | 
| 
      
 64 
     | 
    
         
            +
                    )
         
     | 
| 
      
 65 
     | 
    
         
            +
                  }.to raise_error(ArgumentError)
         
     | 
| 
      
 66 
     | 
    
         
            +
                end
         
     | 
| 
      
 67 
     | 
    
         
            +
                it "fails to initialize with invalid attribute" do
         
     | 
| 
      
 68 
     | 
    
         
            +
                  expect {
         
     | 
| 
      
 69 
     | 
    
         
            +
                    Freeclimb::TTSEngine.new(
         
     | 
| 
      
 70 
     | 
    
         
            +
                      name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD,
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
                      invalid_attribute: true
         
     | 
| 
      
 73 
     | 
    
         
            +
                    )
         
     | 
| 
      
 74 
     | 
    
         
            +
                  }.to raise_error(ArgumentError)
         
     | 
| 
      
 75 
     | 
    
         
            +
                end
         
     | 
| 
      
 76 
     | 
    
         
            +
              end
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
              describe 'test method "valid"' do
         
     | 
| 
      
 79 
     | 
    
         
            +
                it "checks if properties are valid" do
         
     | 
| 
      
 80 
     | 
    
         
            +
                  instance = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 81 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 82 
     | 
    
         
            +
                  )
         
     | 
| 
      
 83 
     | 
    
         
            +
                  expect(instance.valid?).to eq(true)
         
     | 
| 
      
 84 
     | 
    
         
            +
                end
         
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
                skip "checks if properties are invalid" do
         
     | 
| 
      
 87 
     | 
    
         
            +
                  instance = Freeclimb::TTSEngine.new
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
                  expect(instance.valid?).to eq(false)
         
     | 
| 
      
 90 
     | 
    
         
            +
                end
         
     | 
| 
      
 91 
     | 
    
         
            +
              end
         
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
              describe 'test method "eql?"' do
         
     | 
| 
      
 94 
     | 
    
         
            +
                it "checks if objects are equal" do
         
     | 
| 
      
 95 
     | 
    
         
            +
                  instance_1 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 96 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 97 
     | 
    
         
            +
                  )
         
     | 
| 
      
 98 
     | 
    
         
            +
                  instance_2 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 99 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 100 
     | 
    
         
            +
                  )
         
     | 
| 
      
 101 
     | 
    
         
            +
                  expect(instance_1.eql?(instance_2)).to eq(true)
         
     | 
| 
      
 102 
     | 
    
         
            +
                end
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
                it "checks if objects are not equal" do
         
     | 
| 
      
 105 
     | 
    
         
            +
                  instance_1 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 106 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD,
         
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
      
 108 
     | 
    
         
            +
                    parameters: Object.new
         
     | 
| 
      
 109 
     | 
    
         
            +
                  )
         
     | 
| 
      
 110 
     | 
    
         
            +
                  instance_2 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 111 
     | 
    
         
            +
                    name: nil
         
     | 
| 
      
 112 
     | 
    
         
            +
                  )
         
     | 
| 
      
 113 
     | 
    
         
            +
                  expect(instance_1.eql?(instance_2)).to eq(false)
         
     | 
| 
      
 114 
     | 
    
         
            +
                end
         
     | 
| 
      
 115 
     | 
    
         
            +
              end
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
              describe 'test method "hash"' do
         
     | 
| 
      
 118 
     | 
    
         
            +
                it "calculates hash code" do
         
     | 
| 
      
 119 
     | 
    
         
            +
                  instance = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 120 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 121 
     | 
    
         
            +
                  )
         
     | 
| 
      
 122 
     | 
    
         
            +
                  expect(instance.hash).to be_a_kind_of(Integer)
         
     | 
| 
      
 123 
     | 
    
         
            +
                end
         
     | 
| 
      
 124 
     | 
    
         
            +
              end
         
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
              describe 'test method "build_from_hash"' do
         
     | 
| 
      
 127 
     | 
    
         
            +
                it "builds equivalent model from hash code" do
         
     | 
| 
      
 128 
     | 
    
         
            +
                  instance_1 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 129 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 130 
     | 
    
         
            +
                  )
         
     | 
| 
      
 131 
     | 
    
         
            +
                  instance_2 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 132 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 133 
     | 
    
         
            +
                  )
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
      
 135 
     | 
    
         
            +
                  expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
         
     | 
| 
      
 136 
     | 
    
         
            +
                end
         
     | 
| 
      
 137 
     | 
    
         
            +
              end
         
     | 
| 
      
 138 
     | 
    
         
            +
             
     | 
| 
      
 139 
     | 
    
         
            +
              describe 'test method "_deserialize"' do
         
     | 
| 
      
 140 
     | 
    
         
            +
                Freeclimb::TTSEngine.new(
         
     | 
| 
      
 141 
     | 
    
         
            +
                  name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 142 
     | 
    
         
            +
                )
         
     | 
| 
      
 143 
     | 
    
         
            +
              end
         
     | 
| 
      
 144 
     | 
    
         
            +
             
     | 
| 
      
 145 
     | 
    
         
            +
              describe 'test method "to_s"' do
         
     | 
| 
      
 146 
     | 
    
         
            +
                it "returns the string representation of the object" do
         
     | 
| 
      
 147 
     | 
    
         
            +
                  instance = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 148 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 149 
     | 
    
         
            +
                  )
         
     | 
| 
      
 150 
     | 
    
         
            +
                  expect(instance.to_s).to eq(instance.to_hash.to_s)
         
     | 
| 
      
 151 
     | 
    
         
            +
                end
         
     | 
| 
      
 152 
     | 
    
         
            +
              end
         
     | 
| 
      
 153 
     | 
    
         
            +
             
     | 
| 
      
 154 
     | 
    
         
            +
              describe 'test method "to_hash"' do
         
     | 
| 
      
 155 
     | 
    
         
            +
                it "returns the object in the form of hash" do
         
     | 
| 
      
 156 
     | 
    
         
            +
                  instance = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 157 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 158 
     | 
    
         
            +
                  )
         
     | 
| 
      
 159 
     | 
    
         
            +
                  expect(instance.to_hash).to be_a_kind_of(Hash)
         
     | 
| 
      
 160 
     | 
    
         
            +
                end
         
     | 
| 
      
 161 
     | 
    
         
            +
                it "creates equal hash for two equal objects" do
         
     | 
| 
      
 162 
     | 
    
         
            +
                  instance_1 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 163 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 164 
     | 
    
         
            +
                  )
         
     | 
| 
      
 165 
     | 
    
         
            +
                  instance_2 = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 166 
     | 
    
         
            +
                    name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 167 
     | 
    
         
            +
                  )
         
     | 
| 
      
 168 
     | 
    
         
            +
                  expect(instance_1.to_hash).to eq(instance_2.to_hash)
         
     | 
| 
      
 169 
     | 
    
         
            +
                end
         
     | 
| 
      
 170 
     | 
    
         
            +
              end
         
     | 
| 
      
 171 
     | 
    
         
            +
             
     | 
| 
      
 172 
     | 
    
         
            +
              describe 'test method "_to_hash"' do
         
     | 
| 
      
 173 
     | 
    
         
            +
                instance = Freeclimb::TTSEngine.new(
         
     | 
| 
      
 174 
     | 
    
         
            +
                  name: Freeclimb::TTSEngineName::FREECLIMB_STANDARD
         
     | 
| 
      
 175 
     | 
    
         
            +
                )
         
     | 
| 
      
 176 
     | 
    
         
            +
                it "returns name in the form of hash" do
         
     | 
| 
      
 177 
     | 
    
         
            +
                  expect(instance._to_hash(instance.name)).to eq(instance.name)
         
     | 
| 
      
 178 
     | 
    
         
            +
                end
         
     | 
| 
      
 179 
     | 
    
         
            +
                it "returns parameters in the form of hash" do
         
     | 
| 
      
 180 
     | 
    
         
            +
                  expect(instance._to_hash(instance.parameters)).to eq(instance.parameters)
         
     | 
| 
      
 181 
     | 
    
         
            +
                end
         
     | 
| 
      
 182 
     | 
    
         
            +
              end
         
     | 
| 
      
 183 
     | 
    
         
            +
            end
         
     | 
    
        data/spec/spec_helper.rb
    CHANGED
    
    
    
        data/yarn.lock
    CHANGED
    
    | 
         @@ -145,9 +145,9 @@ 
     | 
|
| 
       145 
145 
     | 
    
         
             
                tslib "^2.3.1"
         
     | 
| 
       146 
146 
     | 
    
         | 
| 
       147 
147 
     | 
    
         
             
            "@stoplight/prism-http-server@^5.6.0":
         
     | 
| 
       148 
     | 
    
         
            -
              version "5.12. 
     | 
| 
       149 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@stoplight/prism-http-server/-/prism-http-server-5.12. 
     | 
| 
       150 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 148 
     | 
    
         
            +
              version "5.12.2"
         
     | 
| 
      
 149 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@stoplight/prism-http-server/-/prism-http-server-5.12.2.tgz#d8de94f6b3506b464a5c89ff049b1e0fc9822ef9"
         
     | 
| 
      
 150 
     | 
    
         
            +
              integrity sha512-h7MpOuv/WPvf4MhQmXw3CygAZp64Ts0SOM4BdoafcgAOJZyvRAOjUNJeelGJsHYdPK0aB9NZsqsaKBtNfkYj+A==
         
     | 
| 
       151 
151 
     | 
    
         
             
              dependencies:
         
     | 
| 
       152 
152 
     | 
    
         
             
                "@stoplight/prism-core" "^5.8.0"
         
     | 
| 
       153 
153 
     | 
    
         
             
                "@stoplight/prism-http" "^5.12.0"
         
     | 
| 
         @@ -252,11 +252,11 @@ 
     | 
|
| 
       252 
252 
     | 
    
         
             
              integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
         
     | 
| 
       253 
253 
     | 
    
         | 
| 
       254 
254 
     | 
    
         
             
            "@types/node@*":
         
     | 
| 
       255 
     | 
    
         
            -
              version " 
     | 
| 
       256 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@types/node/-/node- 
     | 
| 
       257 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 255 
     | 
    
         
            +
              version "24.5.2"
         
     | 
| 
      
 256 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
         
     | 
| 
      
 257 
     | 
    
         
            +
              integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
         
     | 
| 
       258 
258 
     | 
    
         
             
              dependencies:
         
     | 
| 
       259 
     | 
    
         
            -
                undici-types "~ 
     | 
| 
      
 259 
     | 
    
         
            +
                undici-types "~7.12.0"
         
     | 
| 
       260 
260 
     | 
    
         | 
| 
       261 
261 
     | 
    
         
             
            "@types/swagger-schema-official@~2.0.22":
         
     | 
| 
       262 
262 
     | 
    
         
             
              version "2.0.25"
         
     | 
| 
         @@ -264,9 +264,9 @@ 
     | 
|
| 
       264 
264 
     | 
    
         
             
              integrity sha512-T92Xav+Gf/Ik1uPW581nA+JftmjWPgskw/WBf4TJzxRG/SJ+DfNnNE+WuZ4mrXuzflQMqMkm1LSYjzYW7MB1Cg==
         
     | 
| 
       265 
265 
     | 
    
         | 
| 
       266 
266 
     | 
    
         
             
            "@types/type-is@^1.6.3":
         
     | 
| 
       267 
     | 
    
         
            -
              version "1.6. 
     | 
| 
       268 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/@types/type-is/-/type-is-1.6. 
     | 
| 
       269 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 267 
     | 
    
         
            +
              version "1.6.7"
         
     | 
| 
      
 268 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/@types/type-is/-/type-is-1.6.7.tgz#4d7934d2c795749800e767cd9af7ffbd4f16cf1c"
         
     | 
| 
      
 269 
     | 
    
         
            +
              integrity sha512-gEsh7n8824nusZ2Sidh6POxNsIdTSvIAl5gXbeFj+TUaD1CO2r4i7MQYNMfEQkChU42s2bVWAda6x6BzIhtFbQ==
         
     | 
| 
       270 
270 
     | 
    
         
             
              dependencies:
         
     | 
| 
       271 
271 
     | 
    
         
             
                "@types/node" "*"
         
     | 
| 
       272 
272 
     | 
    
         | 
| 
         @@ -475,9 +475,9 @@ cross-fetch@^3.1.5: 
     | 
|
| 
       475 
475 
     | 
    
         
             
                node-fetch "^2.7.0"
         
     | 
| 
       476 
476 
     | 
    
         | 
| 
       477 
477 
     | 
    
         
             
            debug@4:
         
     | 
| 
       478 
     | 
    
         
            -
              version "4.4. 
     | 
| 
       479 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/debug/-/debug-4.4. 
     | 
| 
       480 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 478 
     | 
    
         
            +
              version "4.4.3"
         
     | 
| 
      
 479 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
         
     | 
| 
      
 480 
     | 
    
         
            +
              integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
         
     | 
| 
       481 
481 
     | 
    
         
             
              dependencies:
         
     | 
| 
       482 
482 
     | 
    
         
             
                ms "^2.1.3"
         
     | 
| 
       483 
483 
     | 
    
         | 
| 
         @@ -487,9 +487,9 @@ emoji-regex@^8.0.0: 
     | 
|
| 
       487 
487 
     | 
    
         
             
              integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
         
     | 
| 
       488 
488 
     | 
    
         | 
| 
       489 
489 
     | 
    
         
             
            error-ex@^1.3.1:
         
     | 
| 
       490 
     | 
    
         
            -
              version "1.3. 
     | 
| 
       491 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3. 
     | 
| 
       492 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 490 
     | 
    
         
            +
              version "1.3.4"
         
     | 
| 
      
 491 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz#b3a8d8bb6f92eecc1629e3e27d3c8607a8a32414"
         
     | 
| 
      
 492 
     | 
    
         
            +
              integrity sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==
         
     | 
| 
       493 
493 
     | 
    
         
             
              dependencies:
         
     | 
| 
       494 
494 
     | 
    
         
             
                is-arrayish "^0.2.1"
         
     | 
| 
       495 
495 
     | 
    
         | 
| 
         @@ -524,9 +524,9 @@ fast-safe-stringify@^2.0.8: 
     | 
|
| 
       524 
524 
     | 
    
         
             
              integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
         
     | 
| 
       525 
525 
     | 
    
         | 
| 
       526 
526 
     | 
    
         
             
            fast-uri@^3.0.1:
         
     | 
| 
       527 
     | 
    
         
            -
              version "3.0 
     | 
| 
       528 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0. 
     | 
| 
       529 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 527 
     | 
    
         
            +
              version "3.1.0"
         
     | 
| 
      
 528 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
         
     | 
| 
      
 529 
     | 
    
         
            +
              integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
         
     | 
| 
       530 
530 
     | 
    
         | 
| 
       531 
531 
     | 
    
         
             
            fast-xml-parser@^4.2.0, fast-xml-parser@^4.5.0:
         
     | 
| 
       532 
532 
     | 
    
         
             
              version "4.5.1"
         
     | 
| 
         @@ -587,9 +587,9 @@ format-util@^1.0.3: 
     | 
|
| 
       587 
587 
     | 
    
         
             
              integrity sha512-varLbTj0e0yVyRpqQhuWV+8hlePAgaoFRhNFj50BNjEIrw1/DphHSObtqwskVCPWNgzwPoQrZAbfa/SBiicNeg==
         
     | 
| 
       588 
588 
     | 
    
         | 
| 
       589 
589 
     | 
    
         
             
            fp-ts@^2.11.5:
         
     | 
| 
       590 
     | 
    
         
            -
              version "2.16. 
     | 
| 
       591 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16. 
     | 
| 
       592 
     | 
    
         
            -
              integrity sha512 
     | 
| 
      
 590 
     | 
    
         
            +
              version "2.16.11"
         
     | 
| 
      
 591 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.16.11.tgz#831a10514bf4e22adf12065732fc5a20c85d9623"
         
     | 
| 
      
 592 
     | 
    
         
            +
              integrity sha512-LaI+KaX2NFkfn1ZGHoKCmcfv7yrZsC3b8NtWsTVQeHkq4F27vI5igUuO53sxqDEa2gNQMHFPmpojDw/1zmUK7w==
         
     | 
| 
       593 
593 
     | 
    
         | 
| 
       594 
594 
     | 
    
         
             
            fsevents@~2.3.2:
         
     | 
| 
       595 
595 
     | 
    
         
             
              version "2.3.3"
         
     | 
| 
         @@ -1156,9 +1156,9 @@ strip-bom@^3.0.0: 
     | 
|
| 
       1156 
1156 
     | 
    
         
             
              integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
         
     | 
| 
       1157 
1157 
     | 
    
         | 
| 
       1158 
1158 
     | 
    
         
             
            strnum@^1.0.5:
         
     | 
| 
       1159 
     | 
    
         
            -
              version "1. 
     | 
| 
       1160 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/strnum/-/strnum-1. 
     | 
| 
       1161 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1159 
     | 
    
         
            +
              version "1.1.2"
         
     | 
| 
      
 1160 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
         
     | 
| 
      
 1161 
     | 
    
         
            +
              integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
         
     | 
| 
       1162 
1162 
     | 
    
         | 
| 
       1163 
1163 
     | 
    
         
             
            supports-color@^5.3.0:
         
     | 
| 
       1164 
1164 
     | 
    
         
             
              version "5.5.0"
         
     | 
| 
         @@ -1199,10 +1199,10 @@ type-is@^1.6.18: 
     | 
|
| 
       1199 
1199 
     | 
    
         
             
                media-typer "0.3.0"
         
     | 
| 
       1200 
1200 
     | 
    
         
             
                mime-types "~2.1.24"
         
     | 
| 
       1201 
1201 
     | 
    
         | 
| 
       1202 
     | 
    
         
            -
            undici-types@~ 
     | 
| 
       1203 
     | 
    
         
            -
              version " 
     | 
| 
       1204 
     | 
    
         
            -
              resolved "https://registry.yarnpkg.com/undici-types/-/undici-types- 
     | 
| 
       1205 
     | 
    
         
            -
              integrity sha512- 
     | 
| 
      
 1202 
     | 
    
         
            +
            undici-types@~7.12.0:
         
     | 
| 
      
 1203 
     | 
    
         
            +
              version "7.12.0"
         
     | 
| 
      
 1204 
     | 
    
         
            +
              resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
         
     | 
| 
      
 1205 
     | 
    
         
            +
              integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
         
     | 
| 
       1206 
1206 
     | 
    
         | 
| 
       1207 
1207 
     | 
    
         
             
            uri-template-lite@^22.9.0:
         
     | 
| 
       1208 
1208 
     | 
    
         
             
              version "22.9.0"
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: freeclimb
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 5.4.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - OpenAPI-Generator
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2025- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-10-30 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: typhoeus
         
     | 
| 
         @@ -84,6 +84,8 @@ files: 
     | 
|
| 
       84 
84 
     | 
    
         
             
            - docs/AvailableNumber.md
         
     | 
| 
       85 
85 
     | 
    
         
             
            - docs/AvailableNumberList.md
         
     | 
| 
       86 
86 
     | 
    
         
             
            - docs/BargeInReason.md
         
     | 
| 
      
 87 
     | 
    
         
            +
            - docs/BlobListResponse.md
         
     | 
| 
      
 88 
     | 
    
         
            +
            - docs/BlobResult.md
         
     | 
| 
       87 
89 
     | 
    
         
             
            - docs/BuyIncomingNumberRequest.md
         
     | 
| 
       88 
90 
     | 
    
         
             
            - docs/CallControlWebhook.md
         
     | 
| 
       89 
91 
     | 
    
         
             
            - docs/CallDirection.md
         
     | 
| 
         @@ -103,6 +105,7 @@ files: 
     | 
|
| 
       103 
105 
     | 
    
         
             
            - docs/ConferenceResult.md
         
     | 
| 
       104 
106 
     | 
    
         
             
            - docs/ConferenceStatus.md
         
     | 
| 
       105 
107 
     | 
    
         
             
            - docs/ConferenceStatusWebhook.md
         
     | 
| 
      
 108 
     | 
    
         
            +
            - docs/CreateBlobRequest.md
         
     | 
| 
       106 
109 
     | 
    
         
             
            - docs/CreateConference.md
         
     | 
| 
       107 
110 
     | 
    
         
             
            - docs/CreateConferenceRequest.md
         
     | 
| 
       108 
111 
     | 
    
         
             
            - docs/CreateConferenceWebhook.md
         
     | 
| 
         @@ -111,6 +114,14 @@ files: 
     | 
|
| 
       111 
114 
     | 
    
         
             
            - docs/Dequeue.md
         
     | 
| 
       112 
115 
     | 
    
         
             
            - docs/DequeueWebhook.md
         
     | 
| 
       113 
116 
     | 
    
         
             
            - docs/Enqueue.md
         
     | 
| 
      
 117 
     | 
    
         
            +
            - docs/ExportList.md
         
     | 
| 
      
 118 
     | 
    
         
            +
            - docs/ExportOutputType.md
         
     | 
| 
      
 119 
     | 
    
         
            +
            - docs/ExportRequest.md
         
     | 
| 
      
 120 
     | 
    
         
            +
            - docs/ExportRequestOutput.md
         
     | 
| 
      
 121 
     | 
    
         
            +
            - docs/ExportResourceType.md
         
     | 
| 
      
 122 
     | 
    
         
            +
            - docs/ExportResult.md
         
     | 
| 
      
 123 
     | 
    
         
            +
            - docs/ExportResultOutput.md
         
     | 
| 
      
 124 
     | 
    
         
            +
            - docs/ExportStatus.md
         
     | 
| 
       114 
125 
     | 
    
         
             
            - docs/FilterLogsRequest.md
         
     | 
| 
       115 
126 
     | 
    
         
             
            - docs/GetDigits.md
         
     | 
| 
       116 
127 
     | 
    
         
             
            - docs/GetDigitsReason.md
         
     | 
| 
         @@ -141,6 +152,7 @@ files: 
     | 
|
| 
       141 
152 
     | 
    
         
             
            - docs/MessageStatus.md
         
     | 
| 
       142 
153 
     | 
    
         
             
            - docs/MessageStatusWebhook.md
         
     | 
| 
       143 
154 
     | 
    
         
             
            - docs/MessagesList.md
         
     | 
| 
      
 155 
     | 
    
         
            +
            - docs/ModifyBlobRequest.md
         
     | 
| 
       144 
156 
     | 
    
         
             
            - docs/MutableResourceModel.md
         
     | 
| 
       145 
157 
     | 
    
         
             
            - docs/OutDial.md
         
     | 
| 
       146 
158 
     | 
    
         
             
            - docs/OutDialApiConnectWebhook.md
         
     | 
| 
         @@ -151,6 +163,7 @@ files: 
     | 
|
| 
       151 
163 
     | 
    
         
             
            - docs/Pause.md
         
     | 
| 
       152 
164 
     | 
    
         
             
            - docs/PerclCommand.md
         
     | 
| 
       153 
165 
     | 
    
         
             
            - docs/PerclScript.md
         
     | 
| 
      
 166 
     | 
    
         
            +
            - docs/PlatformError.md
         
     | 
| 
       154 
167 
     | 
    
         
             
            - docs/Play.md
         
     | 
| 
       155 
168 
     | 
    
         
             
            - docs/PlayBeep.md
         
     | 
| 
       156 
169 
     | 
    
         
             
            - docs/PlayEarlyMedia.md
         
     | 
| 
         @@ -171,6 +184,7 @@ files: 
     | 
|
| 
       171 
184 
     | 
    
         
             
            - docs/Reject.md
         
     | 
| 
       172 
185 
     | 
    
         
             
            - docs/RemoveFromConference.md
         
     | 
| 
       173 
186 
     | 
    
         
             
            - docs/RemoveFromQueueNotificationWebhook.md
         
     | 
| 
      
 187 
     | 
    
         
            +
            - docs/ReplaceBlobRequest.md
         
     | 
| 
       174 
188 
     | 
    
         
             
            - docs/RequestType.md
         
     | 
| 
       175 
189 
     | 
    
         
             
            - docs/SMSTenDLCBrand.md
         
     | 
| 
       176 
190 
     | 
    
         
             
            - docs/SMSTenDLCBrandAltBusinessIdType.md
         
     | 
| 
         @@ -198,6 +212,8 @@ files: 
     | 
|
| 
       198 
212 
     | 
    
         
             
            - docs/StartRecordCall.md
         
     | 
| 
       199 
213 
     | 
    
         
             
            - docs/TFN.md
         
     | 
| 
       200 
214 
     | 
    
         
             
            - docs/TFNCampaign.md
         
     | 
| 
      
 215 
     | 
    
         
            +
            - docs/TTSEngine.md
         
     | 
| 
      
 216 
     | 
    
         
            +
            - docs/TTSEngineName.md
         
     | 
| 
       201 
217 
     | 
    
         
             
            - docs/TerminateConference.md
         
     | 
| 
       202 
218 
     | 
    
         
             
            - docs/TranscribeReason.md
         
     | 
| 
       203 
219 
     | 
    
         
             
            - docs/TranscribeTermReason.md
         
     | 
| 
         @@ -231,6 +247,8 @@ files: 
     | 
|
| 
       231 
247 
     | 
    
         
             
            - lib/freeclimb/models/available_number.rb
         
     | 
| 
       232 
248 
     | 
    
         
             
            - lib/freeclimb/models/available_number_list.rb
         
     | 
| 
       233 
249 
     | 
    
         
             
            - lib/freeclimb/models/barge_in_reason.rb
         
     | 
| 
      
 250 
     | 
    
         
            +
            - lib/freeclimb/models/blob_list_response.rb
         
     | 
| 
      
 251 
     | 
    
         
            +
            - lib/freeclimb/models/blob_result.rb
         
     | 
| 
       234 
252 
     | 
    
         
             
            - lib/freeclimb/models/buy_incoming_number_request.rb
         
     | 
| 
       235 
253 
     | 
    
         
             
            - lib/freeclimb/models/call_control_webhook.rb
         
     | 
| 
       236 
254 
     | 
    
         
             
            - lib/freeclimb/models/call_direction.rb
         
     | 
| 
         @@ -250,6 +268,7 @@ files: 
     | 
|
| 
       250 
268 
     | 
    
         
             
            - lib/freeclimb/models/conference_result.rb
         
     | 
| 
       251 
269 
     | 
    
         
             
            - lib/freeclimb/models/conference_status.rb
         
     | 
| 
       252 
270 
     | 
    
         
             
            - lib/freeclimb/models/conference_status_webhook.rb
         
     | 
| 
      
 271 
     | 
    
         
            +
            - lib/freeclimb/models/create_blob_request.rb
         
     | 
| 
       253 
272 
     | 
    
         
             
            - lib/freeclimb/models/create_conference.rb
         
     | 
| 
       254 
273 
     | 
    
         
             
            - lib/freeclimb/models/create_conference_request.rb
         
     | 
| 
       255 
274 
     | 
    
         
             
            - lib/freeclimb/models/create_conference_webhook.rb
         
     | 
| 
         @@ -257,6 +276,14 @@ files: 
     | 
|
| 
       257 
276 
     | 
    
         
             
            - lib/freeclimb/models/dequeue.rb
         
     | 
| 
       258 
277 
     | 
    
         
             
            - lib/freeclimb/models/dequeue_webhook.rb
         
     | 
| 
       259 
278 
     | 
    
         
             
            - lib/freeclimb/models/enqueue.rb
         
     | 
| 
      
 279 
     | 
    
         
            +
            - lib/freeclimb/models/export_list.rb
         
     | 
| 
      
 280 
     | 
    
         
            +
            - lib/freeclimb/models/export_output_type.rb
         
     | 
| 
      
 281 
     | 
    
         
            +
            - lib/freeclimb/models/export_request.rb
         
     | 
| 
      
 282 
     | 
    
         
            +
            - lib/freeclimb/models/export_request_output.rb
         
     | 
| 
      
 283 
     | 
    
         
            +
            - lib/freeclimb/models/export_resource_type.rb
         
     | 
| 
      
 284 
     | 
    
         
            +
            - lib/freeclimb/models/export_result.rb
         
     | 
| 
      
 285 
     | 
    
         
            +
            - lib/freeclimb/models/export_result_output.rb
         
     | 
| 
      
 286 
     | 
    
         
            +
            - lib/freeclimb/models/export_status.rb
         
     | 
| 
       260 
287 
     | 
    
         
             
            - lib/freeclimb/models/filter_logs_request.rb
         
     | 
| 
       261 
288 
     | 
    
         
             
            - lib/freeclimb/models/get_digits.rb
         
     | 
| 
       262 
289 
     | 
    
         
             
            - lib/freeclimb/models/get_digits_reason.rb
         
     | 
| 
         @@ -287,6 +314,7 @@ files: 
     | 
|
| 
       287 
314 
     | 
    
         
             
            - lib/freeclimb/models/message_status.rb
         
     | 
| 
       288 
315 
     | 
    
         
             
            - lib/freeclimb/models/message_status_webhook.rb
         
     | 
| 
       289 
316 
     | 
    
         
             
            - lib/freeclimb/models/messages_list.rb
         
     | 
| 
      
 317 
     | 
    
         
            +
            - lib/freeclimb/models/modify_blob_request.rb
         
     | 
| 
       290 
318 
     | 
    
         
             
            - lib/freeclimb/models/mutable_resource_model.rb
         
     | 
| 
       291 
319 
     | 
    
         
             
            - lib/freeclimb/models/out_dial.rb
         
     | 
| 
       292 
320 
     | 
    
         
             
            - lib/freeclimb/models/out_dial_api_connect_webhook.rb
         
     | 
| 
         @@ -297,6 +325,7 @@ files: 
     | 
|
| 
       297 
325 
     | 
    
         
             
            - lib/freeclimb/models/pause.rb
         
     | 
| 
       298 
326 
     | 
    
         
             
            - lib/freeclimb/models/percl_command.rb
         
     | 
| 
       299 
327 
     | 
    
         
             
            - lib/freeclimb/models/percl_script.rb
         
     | 
| 
      
 328 
     | 
    
         
            +
            - lib/freeclimb/models/platform_error.rb
         
     | 
| 
       300 
329 
     | 
    
         
             
            - lib/freeclimb/models/play.rb
         
     | 
| 
       301 
330 
     | 
    
         
             
            - lib/freeclimb/models/play_beep.rb
         
     | 
| 
       302 
331 
     | 
    
         
             
            - lib/freeclimb/models/play_early_media.rb
         
     | 
| 
         @@ -317,6 +346,7 @@ files: 
     | 
|
| 
       317 
346 
     | 
    
         
             
            - lib/freeclimb/models/reject.rb
         
     | 
| 
       318 
347 
     | 
    
         
             
            - lib/freeclimb/models/remove_from_conference.rb
         
     | 
| 
       319 
348 
     | 
    
         
             
            - lib/freeclimb/models/remove_from_queue_notification_webhook.rb
         
     | 
| 
      
 349 
     | 
    
         
            +
            - lib/freeclimb/models/replace_blob_request.rb
         
     | 
| 
       320 
350 
     | 
    
         
             
            - lib/freeclimb/models/request_type.rb
         
     | 
| 
       321 
351 
     | 
    
         
             
            - lib/freeclimb/models/say.rb
         
     | 
| 
       322 
352 
     | 
    
         
             
            - lib/freeclimb/models/send_digits.rb
         
     | 
| 
         @@ -350,6 +380,8 @@ files: 
     | 
|
| 
       350 
380 
     | 
    
         
             
            - lib/freeclimb/models/transcribe_utterance.rb
         
     | 
| 
       351 
381 
     | 
    
         
             
            - lib/freeclimb/models/transcribe_utterance_record.rb
         
     | 
| 
       352 
382 
     | 
    
         
             
            - lib/freeclimb/models/transcribe_webhook.rb
         
     | 
| 
      
 383 
     | 
    
         
            +
            - lib/freeclimb/models/tts_engine.rb
         
     | 
| 
      
 384 
     | 
    
         
            +
            - lib/freeclimb/models/tts_engine_name.rb
         
     | 
| 
       353 
385 
     | 
    
         
             
            - lib/freeclimb/models/unpark.rb
         
     | 
| 
       354 
386 
     | 
    
         
             
            - lib/freeclimb/models/update_call_request.rb
         
     | 
| 
       355 
387 
     | 
    
         
             
            - lib/freeclimb/models/update_call_request_status.rb
         
     | 
| 
         @@ -380,6 +412,8 @@ files: 
     | 
|
| 
       380 
412 
     | 
    
         
             
            - spec/models/available_number_list_spec.rb
         
     | 
| 
       381 
413 
     | 
    
         
             
            - spec/models/available_number_spec.rb
         
     | 
| 
       382 
414 
     | 
    
         
             
            - spec/models/barge_in_reason_spec.rb
         
     | 
| 
      
 415 
     | 
    
         
            +
            - spec/models/blob_list_response_spec.rb
         
     | 
| 
      
 416 
     | 
    
         
            +
            - spec/models/blob_result_spec.rb
         
     | 
| 
       383 
417 
     | 
    
         
             
            - spec/models/buy_incoming_number_request_spec.rb
         
     | 
| 
       384 
418 
     | 
    
         
             
            - spec/models/call_control_webhook_spec.rb
         
     | 
| 
       385 
419 
     | 
    
         
             
            - spec/models/call_direction_spec.rb
         
     | 
| 
         @@ -399,6 +433,7 @@ files: 
     | 
|
| 
       399 
433 
     | 
    
         
             
            - spec/models/conference_result_spec.rb
         
     | 
| 
       400 
434 
     | 
    
         
             
            - spec/models/conference_status_spec.rb
         
     | 
| 
       401 
435 
     | 
    
         
             
            - spec/models/conference_status_webhook_spec.rb
         
     | 
| 
      
 436 
     | 
    
         
            +
            - spec/models/create_blob_request_spec.rb
         
     | 
| 
       402 
437 
     | 
    
         
             
            - spec/models/create_conference_request_spec.rb
         
     | 
| 
       403 
438 
     | 
    
         
             
            - spec/models/create_conference_spec.rb
         
     | 
| 
       404 
439 
     | 
    
         
             
            - spec/models/create_conference_webhook_spec.rb
         
     | 
| 
         @@ -406,6 +441,14 @@ files: 
     | 
|
| 
       406 
441 
     | 
    
         
             
            - spec/models/dequeue_spec.rb
         
     | 
| 
       407 
442 
     | 
    
         
             
            - spec/models/dequeue_webhook_spec.rb
         
     | 
| 
       408 
443 
     | 
    
         
             
            - spec/models/enqueue_spec.rb
         
     | 
| 
      
 444 
     | 
    
         
            +
            - spec/models/export_list_spec.rb
         
     | 
| 
      
 445 
     | 
    
         
            +
            - spec/models/export_output_type_spec.rb
         
     | 
| 
      
 446 
     | 
    
         
            +
            - spec/models/export_request_output_spec.rb
         
     | 
| 
      
 447 
     | 
    
         
            +
            - spec/models/export_request_spec.rb
         
     | 
| 
      
 448 
     | 
    
         
            +
            - spec/models/export_resource_type_spec.rb
         
     | 
| 
      
 449 
     | 
    
         
            +
            - spec/models/export_result_output_spec.rb
         
     | 
| 
      
 450 
     | 
    
         
            +
            - spec/models/export_result_spec.rb
         
     | 
| 
      
 451 
     | 
    
         
            +
            - spec/models/export_status_spec.rb
         
     | 
| 
       409 
452 
     | 
    
         
             
            - spec/models/filter_logs_request_spec.rb
         
     | 
| 
       410 
453 
     | 
    
         
             
            - spec/models/get_digits_reason_spec.rb
         
     | 
| 
       411 
454 
     | 
    
         
             
            - spec/models/get_digits_spec.rb
         
     | 
| 
         @@ -436,6 +479,7 @@ files: 
     | 
|
| 
       436 
479 
     | 
    
         
             
            - spec/models/message_status_spec.rb
         
     | 
| 
       437 
480 
     | 
    
         
             
            - spec/models/message_status_webhook_spec.rb
         
     | 
| 
       438 
481 
     | 
    
         
             
            - spec/models/messages_list_spec.rb
         
     | 
| 
      
 482 
     | 
    
         
            +
            - spec/models/modify_blob_request_spec.rb
         
     | 
| 
       439 
483 
     | 
    
         
             
            - spec/models/mutable_resource_model_spec.rb
         
     | 
| 
       440 
484 
     | 
    
         
             
            - spec/models/out_dial_api_connect_webhook_spec.rb
         
     | 
| 
       441 
485 
     | 
    
         
             
            - spec/models/out_dial_connect_webhook_spec.rb
         
     | 
| 
         @@ -446,6 +490,7 @@ files: 
     | 
|
| 
       446 
490 
     | 
    
         
             
            - spec/models/pause_spec.rb
         
     | 
| 
       447 
491 
     | 
    
         
             
            - spec/models/percl_command_spec.rb
         
     | 
| 
       448 
492 
     | 
    
         
             
            - spec/models/percl_script_spec.rb
         
     | 
| 
      
 493 
     | 
    
         
            +
            - spec/models/platform_error_spec.rb
         
     | 
| 
       449 
494 
     | 
    
         
             
            - spec/models/play_beep_spec.rb
         
     | 
| 
       450 
495 
     | 
    
         
             
            - spec/models/play_early_media_spec.rb
         
     | 
| 
       451 
496 
     | 
    
         
             
            - spec/models/play_spec.rb
         
     | 
| 
         @@ -466,6 +511,7 @@ files: 
     | 
|
| 
       466 
511 
     | 
    
         
             
            - spec/models/reject_spec.rb
         
     | 
| 
       467 
512 
     | 
    
         
             
            - spec/models/remove_from_conference_spec.rb
         
     | 
| 
       468 
513 
     | 
    
         
             
            - spec/models/remove_from_queue_notification_webhook_spec.rb
         
     | 
| 
      
 514 
     | 
    
         
            +
            - spec/models/replace_blob_request_spec.rb
         
     | 
| 
       469 
515 
     | 
    
         
             
            - spec/models/request_type_spec.rb
         
     | 
| 
       470 
516 
     | 
    
         
             
            - spec/models/say_spec.rb
         
     | 
| 
       471 
517 
     | 
    
         
             
            - spec/models/send_digits_spec.rb
         
     | 
| 
         @@ -499,6 +545,8 @@ files: 
     | 
|
| 
       499 
545 
     | 
    
         
             
            - spec/models/transcribe_utterance_record_spec.rb
         
     | 
| 
       500 
546 
     | 
    
         
             
            - spec/models/transcribe_utterance_spec.rb
         
     | 
| 
       501 
547 
     | 
    
         
             
            - spec/models/transcribe_webhook_spec.rb
         
     | 
| 
      
 548 
     | 
    
         
            +
            - spec/models/tts_engine_name_spec.rb
         
     | 
| 
      
 549 
     | 
    
         
            +
            - spec/models/tts_engine_spec.rb
         
     | 
| 
       502 
550 
     | 
    
         
             
            - spec/models/unpark_spec.rb
         
     | 
| 
       503 
551 
     | 
    
         
             
            - spec/models/update_call_request_spec.rb
         
     | 
| 
       504 
552 
     | 
    
         
             
            - spec/models/update_call_request_status_spec.rb
         
     |