freeclimb 2.0.2 → 2.0.3

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: d5a21b6a4c4232634a11989f817ad275f52b00a6fc9ec0169b2acb044122e0b9
4
- data.tar.gz: ef3a12e35b025c51f28a575b4ebaa23b1866a50fcb109541fd1e154cec30734b
3
+ metadata.gz: 8441ccfb1a1178f33d75aeb019d1c354b3f0b99cb8592f6e8cbc5870068468d9
4
+ data.tar.gz: eaa2bee445a009ad9d30fe51a3e2bec902dc8457263f109d49c8c74806ca01f6
5
5
  SHA512:
6
- metadata.gz: 8b6626ce1948b6160a939a87ed301f698770a499f658fa3cdfb4ed86664b292364574c533ca8c9b8f8e9b4f02d6d116ba60724becfac5dbccadbf51714736dac
7
- data.tar.gz: ad7f8d3501a32dc3c678792874a2257c750c164e0839dd828f0de419448f0480d2e753f0d6f19c49e578fae01422b8cb318d70ed7a63814fbab3c0be55e02c9b
6
+ metadata.gz: e6c82f19d1740723a8ce1358e565c206acb4981728317feefbe35d831d48cd121f9ba253d728c6be4357b08399d1ac23a8a443ed17f9274515c6361677077a3b
7
+ data.tar.gz: e61900739545766eaf9a0c3e7da2357a6bab19811004e4c8bb146514d72946c808015e1769add1d7309d48d5ec9f4218fd25d50876cdfdedfee59f4ff3671f2a
@@ -0,0 +1,80 @@
1
+ # Ruby SDK Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
+ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [Unreleased]
8
+ None
9
+
10
+ <a name="2.0.3"></a>
11
+ ## [2.0.3] - 2020-12-16
12
+ ### Added
13
+ - Additional message statuses for TFN functionality
14
+
15
+ <a name="2.0.2"></a>
16
+ ## [2.0.2] - 2020-08-13
17
+ ### Added
18
+ - Add `privacyMode` option
19
+
20
+ <a name="1.2.1"></a>
21
+ ## [1.2.1] - 2020-10-14
22
+ ### Changed
23
+ - Rename `setPersyUrl` to `setUrl`
24
+
25
+ ### Fixed
26
+ - Properly handle empty response bodies
27
+ - Other Minor bug fixes
28
+
29
+ <a name="1.2"></a>
30
+ ## [1.2] - 2019-10-16
31
+ ### Changed
32
+ - Persephony is now FreeClimb
33
+ - Code cleanup
34
+ - Documentation Updates
35
+ - Test Update
36
+
37
+ ### Fixed
38
+ - Update common response handler to not use bodu twice
39
+
40
+ <a name="1.1.1"></a>
41
+ ## [1.1.1] - 2019-06-27
42
+ ### Changed
43
+ - Minor updates to docs and code cleanup
44
+
45
+
46
+ <a name="1.1.0"></a>
47
+ ## [1.1.0] - 2019-06-07
48
+ ### Pull Requests
49
+ - Merge pull request [#22](https://gitlab.vailsys.com/vail-cloud-services/fc-boilerplates/javascript-sdk/issues/22) from PersephonyAPI/maintenance
50
+
51
+
52
+ <a name="1.0.0"></a>
53
+ ## [1.0.0] - 2019-06-04
54
+ ### Changed
55
+ - Change default api target
56
+
57
+
58
+ <a name="0.1.0"></a>
59
+ ## [0.1.0] - 2019-05-30
60
+ ### Added
61
+ - `PlayEarlyMedia` PerCL Command
62
+
63
+ <a name="0.0.2"></a>
64
+ ## [0.0.2] - 2018-11-29
65
+ ### Remove
66
+ - Remove `callConnectUrl` and `statusCallbackUrl` from api.calls#create
67
+
68
+ <a name="0.0.1"></a>
69
+ ## [0.0.1] - 2018-11-13
70
+ ### Added
71
+ - PerCL Support
72
+ - FreeClimb API Support
73
+ - README, LICENSE
74
+ - docs
75
+
76
+ ### Changed
77
+ - Initial Release
78
+
79
+
80
+ [Unreleased]: https://github.com/FreeClimbAPI/ruby-sdk/compare/v1.0.1...HEAD
data/README.md CHANGED
@@ -5,7 +5,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
5
5
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
7
  - API version: 1.0.0
8
- - Package version: 2.0.2
8
+ - Package version: 2.0.3
9
9
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
10
10
 
11
11
  ## Installation
@@ -21,16 +21,16 @@ gem build freeclimb.gemspec
21
21
  Then either install the gem locally:
22
22
 
23
23
  ```shell
24
- gem install ./freeclimb-2.0.2.gem
24
+ gem install ./freeclimb-2.0.3.gem
25
25
  ```
26
26
 
27
- (for development, run `gem install --dev ./freeclimb-2.0.2.gem` to install the development dependencies)
27
+ (for development, run `gem install --dev ./freeclimb-2.0.3.gem` to install the development dependencies)
28
28
 
29
29
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
30
30
 
31
31
  Finally add this to the Gemfile:
32
32
 
33
- gem 'freeclimb', '~> 2.0.2'
33
+ gem 'freeclimb', '~> 2.0.3'
34
34
 
35
35
  ### Install from Ruby gems
36
36
  ```shell
@@ -255,3 +255,6 @@ Class | Method | HTTP request | Description
255
255
 
256
256
  - **Type**: HTTP basic authentication
257
257
 
258
+ ## Getting Help
259
+
260
+ If you are experiencing difficulties, [contact support](https://freeclimb.com/support).
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **revision** | **Integer** | Revision count for the resource. This count is set to 1 on creation and is incremented every time it is updated. | [optional]
11
11
  **account_id** | **String** | String that uniquely identifies this account resource. | [optional]
12
12
  **message_id** | **String** | String that uniquely identifies this message resource | [optional]
13
- **status** | **String** | Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received | [optional]
13
+ **status** | **String** | Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received, undelivered, expired, deleted, and unknown | [optional]
14
14
  **from** | **String** | Phone number in E.164 format that sent the message. | [optional]
15
15
  **to** | **String** | Phone number in E.164 format that received the message. | [optional]
16
16
  **text** | **String** | Message contents | [optional]
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **account_id** | **String** | String that uniquely identifies this account resource. | [optional]
8
8
  **message_id** | **String** | String that uniquely identifies this message resource | [optional]
9
- **status** | **String** | Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received | [optional]
9
+ **status** | **String** | Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received, undelivered, expired, deleted, and unknown | [optional]
10
10
  **from** | **String** | Phone number in E.164 format that sent the message. | [optional]
11
11
  **to** | **String** | Phone number in E.164 format that received the message. | [optional]
12
12
  **text** | **String** | Message contents | [optional]
Binary file
@@ -30,7 +30,7 @@ module Freeclimb
30
30
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
31
31
  def initialize(config = Configuration.default)
32
32
  @config = config
33
- @user_agent = "FreeClimbSDK/2.0.2/ruby"
33
+ @user_agent = "FreeClimbSDK/2.0.3/ruby"
34
34
  @default_headers = {
35
35
  'Content-Type' => 'application/json',
36
36
  'User-Agent' => @user_agent
@@ -32,7 +32,7 @@ module Freeclimb
32
32
  # String that uniquely identifies this message resource
33
33
  attr_accessor :message_id
34
34
 
35
- # Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received
35
+ # Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received, undelivered, expired, deleted, and unknown
36
36
  attr_accessor :status
37
37
 
38
38
  # Phone number in E.164 format that sent the message.
@@ -196,7 +196,7 @@ module Freeclimb
196
196
  # Check to see if the all the properties in the model are valid
197
197
  # @return true if the model is valid
198
198
  def valid?
199
- status_validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered"])
199
+ status_validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered", "expired", "deleted", "unknown"])
200
200
  return false unless status_validator.valid?(@status)
201
201
  true
202
202
  end
@@ -204,7 +204,7 @@ module Freeclimb
204
204
  # Custom attribute writer method checking allowed values (enum).
205
205
  # @param [Object] status Object to be assigned
206
206
  def status=(status)
207
- validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered"])
207
+ validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered", "expired", "deleted", "unknown"])
208
208
  unless validator.valid?(status)
209
209
  fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
210
210
  end
@@ -20,7 +20,7 @@ module Freeclimb
20
20
  # String that uniquely identifies this message resource
21
21
  attr_accessor :message_id
22
22
 
23
- # Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received
23
+ # Indicates the state of the message through the message lifecycle including: new, queued, rejected, sending, sent, failed, received, undelivered, expired, deleted, and unknown
24
24
  attr_accessor :status
25
25
 
26
26
  # Phone number in E.164 format that sent the message.
@@ -152,7 +152,7 @@ module Freeclimb
152
152
  # Check to see if the all the properties in the model are valid
153
153
  # @return true if the model is valid
154
154
  def valid?
155
- status_validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered"])
155
+ status_validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered", "expired", "deleted", "unknown"])
156
156
  return false unless status_validator.valid?(@status)
157
157
  true
158
158
  end
@@ -160,7 +160,7 @@ module Freeclimb
160
160
  # Custom attribute writer method checking allowed values (enum).
161
161
  # @param [Object] status Object to be assigned
162
162
  def status=(status)
163
- validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered"])
163
+ validator = EnumAttributeValidator.new('String', ["new", "queued", "rejected", "sending", "sent", "failed", "received", "undelivered", "expired", "deleted", "unknown"])
164
164
  unless validator.valid?(status)
165
165
  fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
166
166
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '2.0.2'
14
+ VERSION = '2.0.3'
15
15
  end
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: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-13 00:00:00.000000000 Z
11
+ date: 2020-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -84,6 +84,7 @@ executables: []
84
84
  extensions: []
85
85
  extra_rdoc_files: []
86
86
  files:
87
+ - CHANGELOG.md
87
88
  - Gemfile
88
89
  - Gemfile.lock
89
90
  - README.md
@@ -187,6 +188,7 @@ files:
187
188
  - docs/UpdateCallRequest.md
188
189
  - docs/UpdateConferenceParticipantRequest.md
189
190
  - docs/UpdateConferenceRequest.md
191
+ - freeclimb-2.1.0.gem
190
192
  - freeclimb.gemspec
191
193
  - lib/freeclimb.rb
192
194
  - lib/freeclimb/api/default_api.rb