freeclimb 4.1.1 → 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: 7bb5cdc38af489a7db09467441e19ccbe8e6e65c313483457088a2b298eb4b86
4
- data.tar.gz: 3e39fb4188c87aad783a757b2d759db679c4bfec9ca58ee53f2fc6236a294289
3
+ metadata.gz: 4c7db3083db4335c4e3221f4436e97e708c10148783cc1e9b3e43ea7107794d8
4
+ data.tar.gz: afa7c8536bc0cda36c1bfc35efb015959c2a19995121448ff674c03c80058918
5
5
  SHA512:
6
- metadata.gz: '090fee4604a999068a210f52978e7f18a225c60e6128974570a1308b0f067f058d7307d5e791d6815d6a8849ff303db8f8299ca4f216bb33bdab0e419add8c15'
7
- data.tar.gz: 3ef9f065eb9710551ce9174eb73fc45fda075045fabd970d584caf2301c816581b060c0707f2c794f86d044d5ce83c66ef9620d7cfb461dd7fda987fd69b9790
6
+ metadata.gz: a10b5c870d36ae6b506c43d49df7607ee925e7b8a861feee4c52ed3f11b9c4af78d1f57e594a7606a28264e4b70702e3d8ae9ef607e715de87ab2c1aa9460ef7
7
+ data.tar.gz: 863217d407044522571fe960811f877ef18de4890b59f18f6d932a669a3b88797ed8b661e478fa828452beb388d6f0eeb314d7356431c60cbcf544f33f9ba503
data/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@ 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
+
12
20
  <a name="4.1.1"></a>
13
21
 
14
22
  ## [4.1.1] - 2023-02-14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.1.1)
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.1
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.1'
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.1.gem
47
+ gem install ./freeclimb-4.1.2.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.1.1.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] |
@@ -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.1'
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"
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.1
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-02-16 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/add_to_conference_spec.rb
455
- - spec/models/call_list_spec.rb
456
- - spec/models/record_utterance_term_reason_spec.rb
457
- - spec/models/set_talk_spec.rb
458
- - spec/models/get_speech_reason_spec.rb
459
- - spec/models/unpark_spec.rb
460
- - spec/models/conference_participant_result_spec.rb
461
- - spec/models/recording_list_spec.rb
454
+ - spec/models/available_number_list_spec.rb
462
455
  - spec/models/log_result_spec.rb
463
- - spec/models/update_conference_request_spec.rb
464
- - spec/models/create_conference_request_spec.rb
465
- - spec/models/record_utterance_spec.rb
466
- - spec/models/update_call_request_spec.rb
467
- - spec/models/pause_spec.rb
468
- - spec/models/hangup_spec.rb
469
- - spec/models/create_conference_spec.rb
470
- - spec/models/message_status_spec.rb
471
- - spec/models/account_status_spec.rb
472
- - spec/models/message_request_spec.rb
473
- - spec/models/get_digits_spec.rb
474
- - spec/models/update_conference_participant_request_spec.rb
475
- - spec/models/queue_result_status_spec.rb
476
- - spec/models/conference_status_spec.rb
477
456
  - spec/models/log_list_spec.rb
478
- - spec/models/play_spec.rb
479
- - spec/models/incoming_number_result_spec.rb
480
- - spec/models/set_listen_spec.rb
481
- - spec/models/conference_participant_list_spec.rb
482
- - spec/models/say_spec.rb
483
- - spec/models/application_list_spec.rb
484
- - spec/models/language_spec.rb
485
- - spec/models/account_type_spec.rb
486
- - spec/models/get_speech_spec.rb
487
457
  - spec/models/answered_by_spec.rb
488
- - spec/models/enqueue_spec.rb
489
- - spec/models/queue_member_list_spec.rb
490
- - spec/models/redirect_spec.rb
491
- - spec/models/pagination_model_spec.rb
492
- - spec/models/incoming_number_list_spec.rb
493
- - spec/models/send_digits_spec.rb
458
+ - spec/models/available_number_spec.rb
459
+ - spec/models/application_result_spec.rb
460
+ - spec/models/queue_request_spec.rb
461
+ - spec/models/account_type_spec.rb
462
+ - spec/models/remove_from_conference_spec.rb
463
+ - spec/models/dequeue_spec.rb
464
+ - spec/models/say_spec.rb
494
465
  - spec/models/application_request_spec.rb
495
- - spec/models/out_dial_spec.rb
496
- - spec/models/sms_spec.rb
497
- - spec/models/buy_incoming_number_request_spec.rb
498
- - spec/models/park_spec.rb
499
- - spec/models/message_result_spec.rb
466
+ - spec/models/send_digits_spec.rb
467
+ - spec/models/update_conference_participant_request_spec.rb
468
+ - spec/models/reject_spec.rb
500
469
  - spec/models/update_conference_request_status_spec.rb
470
+ - spec/models/request_type_spec.rb
501
471
  - spec/models/grammar_file_built_in_spec.rb
502
- - spec/models/log_level_spec.rb
472
+ - spec/models/sms_spec.rb
473
+ - spec/models/message_direction_spec.rb
474
+ - spec/models/message_request_spec.rb
475
+ - spec/models/capabilities_spec.rb
476
+ - spec/models/record_utterance_term_reason_spec.rb
477
+ - spec/models/call_status_spec.rb
478
+ - spec/models/conference_result_spec.rb
479
+ - spec/models/conference_list_spec.rb
480
+ - spec/models/messages_list_spec.rb
481
+ - spec/models/recording_list_spec.rb
482
+ - spec/models/queue_list_spec.rb
483
+ - spec/models/set_listen_spec.rb
484
+ - spec/models/queue_result_status_spec.rb
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
503
490
  - spec/models/account_result_spec.rb
504
- - spec/models/available_number_list_spec.rb
505
- - spec/models/filter_logs_request_spec.rb
506
- - spec/models/remove_from_conference_spec.rb
507
- - spec/models/reject_spec.rb
508
- - spec/models/percl_script_spec.rb
509
- - spec/models/update_call_request_status_spec.rb
510
- - spec/models/machine_type_spec.rb
491
+ - spec/models/message_status_spec.rb
492
+ - spec/models/enqueue_spec.rb
493
+ - spec/models/account_status_spec.rb
511
494
  - spec/models/grammar_type_spec.rb
495
+ - spec/models/recording_result_spec.rb
496
+ - spec/models/create_conference_spec.rb
512
497
  - spec/models/incoming_number_request_spec.rb
513
- - spec/models/queue_request_spec.rb
514
- - spec/models/make_call_request_spec.rb
515
- - spec/models/application_result_spec.rb
516
- - spec/models/available_number_spec.rb
517
- - spec/models/conference_list_spec.rb
518
- - spec/models/call_status_spec.rb
519
- - spec/models/play_early_media_spec.rb
520
- - spec/models/terminate_conference_spec.rb
521
- - spec/models/call_direction_spec.rb
498
+ - spec/models/park_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
522
504
  - spec/models/account_request_spec.rb
523
- - spec/models/call_result_spec.rb
505
+ - spec/models/incoming_number_list_spec.rb
506
+ - spec/models/play_spec.rb
507
+ - spec/models/queue_member_list_spec.rb
508
+ - spec/models/call_direction_spec.rb
509
+ - spec/models/terminate_conference_spec.rb
510
+ - spec/models/play_early_media_spec.rb
511
+ - spec/models/message_result_spec.rb
524
512
  - spec/models/queue_member_spec.rb
525
- - spec/models/dequeue_spec.rb
526
- - spec/models/capabilities_spec.rb
527
- - spec/models/if_machine_spec.rb
528
- - spec/models/play_beep_spec.rb
529
- - spec/models/mutable_resource_model_spec.rb
530
- - spec/models/queue_list_spec.rb
531
- - spec/models/messages_list_spec.rb
532
- - spec/models/request_type_spec.rb
533
- - spec/models/recording_result_spec.rb
534
- - spec/models/queue_result_spec.rb
535
- - spec/models/conference_result_spec.rb
536
- - spec/models/message_direction_spec.rb
513
+ - spec/models/machine_type_spec.rb
514
+ - spec/models/get_digits_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
519
+ - spec/models/application_list_spec.rb
520
+ - spec/models/hangup_spec.rb
537
521
  - spec/models/start_record_call_spec.rb
538
- - spec/models/percl_command_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
538
+ - spec/models/update_conference_request_spec.rb
539
539
  - spec/quickstart_spec.rb
540
540
  - spec/spec_helper.rb