nexmo_api_specification 0.3.0 → 0.3.1

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
  SHA1:
3
- metadata.gz: e3a3d2edc15c4a3f0d4b90b4eec19dde5a1c6d63
4
- data.tar.gz: d287844c1833b6ee298c64abc6d0b28299c7011f
3
+ metadata.gz: 896ecc8a3ed08e9c7be61a88c7b62a5cb6c0e84d
4
+ data.tar.gz: 37d4a462fa8e0eaa0054a367636766ffa5b2970f
5
5
  SHA512:
6
- metadata.gz: 84e009df00b76232f042911c5f3cf8bf04b4bf5c391b00cf6cb0436188d6aa9f6d65b1f9ae9374aa87da946443fcd0f42778a37849c796ea2d0e365c8e3c3d9a
7
- data.tar.gz: df6fb2cac210383812d9634fc6b051c2a7b03ab2fb8e56f1e2aab32bfb447aaff28447ce7866fd21ac4d86c39662b4b2cf1eedc8cee2cf344bb7f5a340cc9721
6
+ metadata.gz: 2571cc0d097b21cbd8bca7718f10d4d814fc3b40be76f42659532cbb667df3b38e59464698f991901da68398f9d10034e9684441af08080ae281226102db884b
7
+ data.tar.gz: 773e2da6e9e8a38c11d17b01bc8f7f438a903dc12a6ccfcc7e3459f0df05dfc8cd538bcada8013850f4a8a8386d6f5910040c80fef1b2c2029e7344513e94418
@@ -1,3 +1,3 @@
1
1
  module NexmoApiSpecification
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
data/sms.yml CHANGED
@@ -270,6 +270,8 @@ components:
270
270
  example: 2001011400
271
271
  err-code:
272
272
  type: string
273
+ description: The status of the request. Will be a non `0` value if there has been an error. You can see error codes below.
274
+ example: '0'
273
275
  message-timestamp:
274
276
  description: The time when Nexmo started to push this Delivery Receipt to your webhook endpoint.
275
277
  type: string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexmo_api_specification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Butler