freeclimb 4.1.0 → 4.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1fb413c451669f8f0721697635266eb86655d7d7f3468438518b12ff5c95afc
4
- data.tar.gz: 3bb2b159457826efb1161c6ae58e5f0634de30d9ad69ccdf18ac09565b7312df
3
+ metadata.gz: 4c7db3083db4335c4e3221f4436e97e708c10148783cc1e9b3e43ea7107794d8
4
+ data.tar.gz: afa7c8536bc0cda36c1bfc35efb015959c2a19995121448ff674c03c80058918
5
5
  SHA512:
6
- metadata.gz: ecee8172b3a4059d3d0916d2836a34cf96812ec3a3f953fb3c574875a232c7d853c8cbbcea604aca0d9582e178878baee109e58242589ac49ee6955d6e8261ba
7
- data.tar.gz: 63c2fc84b50563c3ca793338a9b8c2cb29efa6f3e8d2095c637cfa8700ad1a7ffb88d8e2058aadb167db9d5097a85a4c2398cf4b68ba1b0d1be7a7accd522d7c
6
+ metadata.gz: a10b5c870d36ae6b506c43d49df7607ee925e7b8a861feee4c52ed3f11b9c4af78d1f57e594a7606a28264e4b70702e3d8ae9ef607e715de87ab2c1aa9460ef7
7
+ data.tar.gz: 863217d407044522571fe960811f877ef18de4890b59f18f6d932a669a3b88797ed8b661e478fa828452beb388d6f0eeb314d7356431c60cbcf544f33f9ba503
data/CHANGELOG.md CHANGED
@@ -9,6 +9,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="4.1.2"></a>
13
+
14
+ ## [4.1.2] - 2023-02-21
15
+
16
+ ### Changed
17
+
18
+ - OutDial PerCL command callingNumber and destination types fixed
19
+
20
+ <a name="4.1.1"></a>
21
+
22
+ ## [4.1.1] - 2023-02-14
23
+
24
+ ### Changed
25
+
26
+ - Application Request model allows for null values
27
+
12
28
  <a name="4.1.0"></a>
13
29
 
14
30
  ## [4.1.0] - 2023-01-06
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.1.0)
4
+ freeclimb (4.1.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 4.1.0
10
+ - Package version: 4.1.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
13
13
 
@@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https://
15
15
 
16
16
  Add this to the Gemfile:
17
17
 
18
- gem 'freeclimb', '~> 4.1.0'
18
+ gem 'freeclimb', '~> 4.1.2'
19
19
 
20
20
  and run from your terminal
21
21
 
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
44
44
  Then either install the gem locally:
45
45
 
46
46
  ```shell
47
- gem install ./freeclimb-4.1.0.gem
47
+ gem install ./freeclimb-4.1.2.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.1.0.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.1.2.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
data/docs/OutDial.md CHANGED
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **action_url** | **String** | URL to which FreeClimb sends an HTTP POST request. | |
8
8
  | **call_connect_url** | **String** | URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial. | |
9
- | **calling_number** | **Float** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. | |
10
- | **destination** | **Float** | E.164 representation of the phone number to Call. | |
9
+ | **calling_number** | **String** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. | |
10
+ | **destination** | **String** | E.164 representation of the phone number to Call. | |
11
11
  | **if_machine** | [**IfMachine**](IfMachine.md) | | [optional] |
12
12
  | **if_machine_url** | **String** | When the &#x60;ifMachine&#x60; flag is set to &#x60;redirect&#x60;, this attribute specifies a URL to which FreeClimb makes a POST request when an answering machine or a fax machine is detected. This URL is required if the &#x60;ifMachine&#x60; flag is set to &#x60;redirect&#x60;. Otherwise, it should not be included. | [optional] |
13
13
  | **send_digits** | **String** | DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. | [optional] |
data/docs/OutDialAllOf.md CHANGED
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **action_url** | **String** | URL to which FreeClimb sends an HTTP POST request. | |
8
8
  | **call_connect_url** | **String** | URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial. | |
9
- | **calling_number** | **Float** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. | |
10
- | **destination** | **Float** | E.164 representation of the phone number to Call. | |
9
+ | **calling_number** | **String** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. | |
10
+ | **destination** | **String** | E.164 representation of the phone number to Call. | |
11
11
  | **if_machine** | [**IfMachine**](IfMachine.md) | | [optional] |
12
12
  | **if_machine_url** | **String** | When the &#x60;ifMachine&#x60; flag is set to &#x60;redirect&#x60;, this attribute specifies a URL to which FreeClimb makes a POST request when an answering machine or a fax machine is detected. This URL is required if the &#x60;ifMachine&#x60; flag is set to &#x60;redirect&#x60;. Otherwise, it should not be included. | [optional] |
13
13
  | **send_digits** | **String** | DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. | [optional] |
@@ -70,6 +70,12 @@ module Freeclimb
70
70
  # List of attributes with nullable: true
71
71
  def self.openapi_nullable
72
72
  Set.new([
73
+ :'voice_url',
74
+ :'voice_fallback_url',
75
+ :'call_connect_url',
76
+ :'status_callback_url',
77
+ :'sms_url',
78
+ :'sms_fallback_url'
73
79
  ])
74
80
  end
75
81
 
@@ -71,8 +71,8 @@ module Freeclimb
71
71
  {
72
72
  :'action_url' => :'String',
73
73
  :'call_connect_url' => :'String',
74
- :'calling_number' => :'Float',
75
- :'destination' => :'Float',
74
+ :'calling_number' => :'String',
75
+ :'destination' => :'String',
76
76
  :'if_machine' => :'IfMachine',
77
77
  :'if_machine_url' => :'String',
78
78
  :'send_digits' => :'String',
@@ -70,8 +70,8 @@ module Freeclimb
70
70
  {
71
71
  :'action_url' => :'String',
72
72
  :'call_connect_url' => :'String',
73
- :'calling_number' => :'Float',
74
- :'destination' => :'Float',
73
+ :'calling_number' => :'String',
74
+ :'destination' => :'String',
75
75
  :'if_machine' => :'IfMachine',
76
76
  :'if_machine_url' => :'String',
77
77
  :'send_digits' => :'String',
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '4.1.0'
14
+ VERSION = '4.1.2'
15
15
  end
data/openapi.json CHANGED
@@ -751,11 +751,11 @@
751
751
  },
752
752
  "callingNumber": {
753
753
  "description": "he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb.",
754
- "type": "number"
754
+ "type": "string"
755
755
  },
756
756
  "destination": {
757
757
  "description": "E.164 representation of the phone number to Call. ",
758
- "type": "number"
758
+ "type": "string"
759
759
  },
760
760
  "ifMachine": {
761
761
  "$ref": "#/components/schemas/IfMachine"
@@ -1379,27 +1379,33 @@
1379
1379
  },
1380
1380
  "voiceUrl": {
1381
1381
  "type": "string",
1382
- "description": "The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls."
1382
+ "description": "The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls.",
1383
+ "nullable": true
1383
1384
  },
1384
1385
  "voiceFallbackUrl": {
1385
1386
  "type": "string",
1386
- "description": "The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call."
1387
+ "description": "The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call.",
1388
+ "nullable": true
1387
1389
  },
1388
1390
  "callConnectUrl": {
1389
1391
  "type": "string",
1390
- "description": "The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status=InProgress) to control the call."
1392
+ "description": "The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status=InProgress) to control the call.",
1393
+ "nullable": true
1391
1394
  },
1392
1395
  "statusCallbackUrl": {
1393
1396
  "type": "string",
1394
- "description": "The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored."
1397
+ "description": "The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored.",
1398
+ "nullable": true
1395
1399
  },
1396
1400
  "smsUrl": {
1397
1401
  "type": "string",
1398
- "description": "The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored."
1402
+ "description": "The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored.",
1403
+ "nullable": true
1399
1404
  },
1400
1405
  "smsFallbackUrl": {
1401
1406
  "type": "string",
1402
- "description": "The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored."
1407
+ "description": "The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored.",
1408
+ "nullable": true
1403
1409
  }
1404
1410
  }
1405
1411
  },
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: 4.1.0
4
+ version: 4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-11 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -451,90 +451,90 @@ test_files:
451
451
  - spec/api_client_spec.rb
452
452
  - spec/configuration_spec.rb
453
453
  - spec/factories.rb
454
- - spec/models/out_dial_spec.rb
455
- - spec/models/message_direction_spec.rb
456
- - spec/models/account_request_spec.rb
457
- - spec/models/language_spec.rb
458
- - spec/models/conference_status_spec.rb
459
- - spec/models/redirect_spec.rb
460
- - spec/models/get_speech_reason_spec.rb
461
- - spec/models/capabilities_spec.rb
462
454
  - spec/models/available_number_list_spec.rb
455
+ - spec/models/log_result_spec.rb
463
456
  - spec/models/log_list_spec.rb
464
- - spec/models/update_conference_request_status_spec.rb
465
- - spec/models/mutable_resource_model_spec.rb
466
- - spec/models/log_level_spec.rb
467
- - spec/models/dequeue_spec.rb
468
- - spec/models/create_conference_spec.rb
469
- - spec/models/set_talk_spec.rb
470
- - spec/models/play_early_media_spec.rb
457
+ - spec/models/answered_by_spec.rb
458
+ - spec/models/available_number_spec.rb
471
459
  - spec/models/application_result_spec.rb
472
- - spec/models/call_status_spec.rb
473
- - spec/models/update_conference_participant_request_spec.rb
474
- - spec/models/application_request_spec.rb
475
- - spec/models/terminate_conference_spec.rb
476
- - spec/models/conference_participant_list_spec.rb
477
- - spec/models/percl_command_spec.rb
478
- - spec/models/message_status_spec.rb
460
+ - spec/models/queue_request_spec.rb
461
+ - spec/models/account_type_spec.rb
479
462
  - spec/models/remove_from_conference_spec.rb
480
- - spec/models/recording_list_spec.rb
481
- - spec/models/reject_spec.rb
463
+ - spec/models/dequeue_spec.rb
482
464
  - spec/models/say_spec.rb
483
- - spec/models/unpark_spec.rb
484
- - spec/models/if_machine_spec.rb
485
- - spec/models/get_speech_spec.rb
486
- - spec/models/set_listen_spec.rb
487
- - spec/models/account_result_spec.rb
488
- - spec/models/queue_result_spec.rb
465
+ - spec/models/application_request_spec.rb
466
+ - spec/models/send_digits_spec.rb
467
+ - spec/models/update_conference_participant_request_spec.rb
468
+ - spec/models/reject_spec.rb
469
+ - spec/models/update_conference_request_status_spec.rb
470
+ - spec/models/request_type_spec.rb
471
+ - spec/models/grammar_file_built_in_spec.rb
489
472
  - spec/models/sms_spec.rb
490
- - spec/models/record_utterance_spec.rb
491
- - spec/models/play_spec.rb
492
- - spec/models/update_call_request_spec.rb
473
+ - spec/models/message_direction_spec.rb
474
+ - spec/models/message_request_spec.rb
475
+ - spec/models/capabilities_spec.rb
493
476
  - spec/models/record_utterance_term_reason_spec.rb
494
- - spec/models/queue_member_list_spec.rb
495
- - spec/models/available_number_spec.rb
496
- - spec/models/queue_request_spec.rb
497
- - spec/models/messages_list_spec.rb
498
- - spec/models/queue_member_spec.rb
499
- - spec/models/incoming_number_result_spec.rb
500
- - spec/models/create_conference_request_spec.rb
501
- - spec/models/incoming_number_request_spec.rb
502
- - spec/models/pagination_model_spec.rb
503
- - spec/models/start_record_call_spec.rb
477
+ - spec/models/call_status_spec.rb
478
+ - spec/models/conference_result_spec.rb
504
479
  - spec/models/conference_list_spec.rb
505
- - spec/models/account_status_spec.rb
506
- - spec/models/machine_type_spec.rb
507
- - spec/models/account_type_spec.rb
508
- - spec/models/update_call_request_status_spec.rb
509
- - spec/models/hangup_spec.rb
480
+ - spec/models/messages_list_spec.rb
481
+ - spec/models/recording_list_spec.rb
510
482
  - spec/models/queue_list_spec.rb
483
+ - spec/models/set_listen_spec.rb
484
+ - spec/models/queue_result_status_spec.rb
511
485
  - spec/models/buy_incoming_number_request_spec.rb
486
+ - spec/models/incoming_number_result_spec.rb
487
+ - spec/models/play_beep_spec.rb
488
+ - spec/models/out_dial_spec.rb
489
+ - spec/models/percl_command_spec.rb
490
+ - spec/models/account_result_spec.rb
491
+ - spec/models/message_status_spec.rb
492
+ - spec/models/enqueue_spec.rb
493
+ - spec/models/account_status_spec.rb
494
+ - spec/models/grammar_type_spec.rb
495
+ - spec/models/recording_result_spec.rb
496
+ - spec/models/create_conference_spec.rb
497
+ - spec/models/incoming_number_request_spec.rb
512
498
  - spec/models/park_spec.rb
513
- - spec/models/conference_participant_result_spec.rb
514
- - spec/models/send_digits_spec.rb
515
- - spec/models/call_result_spec.rb
499
+ - spec/models/filter_logs_request_spec.rb
500
+ - spec/models/get_speech_spec.rb
501
+ - spec/models/record_utterance_spec.rb
502
+ - spec/models/get_speech_reason_spec.rb
503
+ - spec/models/update_call_request_spec.rb
504
+ - spec/models/account_request_spec.rb
516
505
  - spec/models/incoming_number_list_spec.rb
506
+ - spec/models/play_spec.rb
507
+ - spec/models/queue_member_list_spec.rb
517
508
  - spec/models/call_direction_spec.rb
518
- - spec/models/make_call_request_spec.rb
519
- - spec/models/log_result_spec.rb
520
- - spec/models/percl_script_spec.rb
521
- - spec/models/request_type_spec.rb
522
- - spec/models/enqueue_spec.rb
523
- - spec/models/grammar_type_spec.rb
509
+ - spec/models/terminate_conference_spec.rb
510
+ - spec/models/play_early_media_spec.rb
524
511
  - spec/models/message_result_spec.rb
525
- - spec/models/pause_spec.rb
512
+ - spec/models/queue_member_spec.rb
513
+ - spec/models/machine_type_spec.rb
526
514
  - spec/models/get_digits_spec.rb
527
- - spec/models/grammar_file_built_in_spec.rb
528
- - spec/models/answered_by_spec.rb
529
- - spec/models/play_beep_spec.rb
530
- - spec/models/call_list_spec.rb
531
- - spec/models/conference_result_spec.rb
532
- - spec/models/add_to_conference_spec.rb
533
- - spec/models/queue_result_status_spec.rb
534
- - spec/models/recording_result_spec.rb
515
+ - spec/models/percl_script_spec.rb
516
+ - spec/models/redirect_spec.rb
517
+ - spec/models/create_conference_request_spec.rb
518
+ - spec/models/conference_participant_list_spec.rb
535
519
  - spec/models/application_list_spec.rb
536
- - spec/models/filter_logs_request_spec.rb
520
+ - spec/models/hangup_spec.rb
521
+ - spec/models/start_record_call_spec.rb
522
+ - spec/models/call_result_spec.rb
523
+ - spec/models/queue_result_spec.rb
524
+ - spec/models/conference_status_spec.rb
525
+ - spec/models/mutable_resource_model_spec.rb
526
+ - spec/models/pause_spec.rb
527
+ - spec/models/if_machine_spec.rb
528
+ - spec/models/update_call_request_status_spec.rb
529
+ - spec/models/set_talk_spec.rb
530
+ - spec/models/make_call_request_spec.rb
531
+ - spec/models/conference_participant_result_spec.rb
532
+ - spec/models/add_to_conference_spec.rb
533
+ - spec/models/call_list_spec.rb
534
+ - spec/models/pagination_model_spec.rb
535
+ - spec/models/log_level_spec.rb
536
+ - spec/models/language_spec.rb
537
+ - spec/models/unpark_spec.rb
537
538
  - spec/models/update_conference_request_spec.rb
538
- - spec/models/message_request_spec.rb
539
539
  - spec/quickstart_spec.rb
540
540
  - spec/spec_helper.rb