sk_api_schema 0.8.2 → 0.8.3

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.
data/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ Also signup to our [Developer Newsletter](http://www.salesking.eu/dev/newsletter
6
6
  ##2013-08
7
7
 
8
8
  * add filter\[status] to all documents
9
+ * add log field for emails, keeping potential error log
9
10
  * add BCC, CC, FROM fields for email templates
10
11
  * add items array to documents to be used instead of line_items
11
12
  * Deprecate line_items
data/json/v1.0/email.json CHANGED
@@ -67,6 +67,11 @@
67
67
  "readonly":true,
68
68
  "type":"boolean"
69
69
  },
70
+ "log":{
71
+ "description": "Logs error message when sending failed.",
72
+ "readonly":true,
73
+ "type":"text"
74
+ },
70
75
  "delivered_at":{
71
76
  "description": "Date the email was delivered by SK. If set, the message cannot be edited anymore.",
72
77
  "format":"date-time",
@@ -1,7 +1,7 @@
1
1
  module SK
2
2
  module Api
3
3
  class Schema
4
- VERSION='0.8.2'
4
+ VERSION='0.8.3'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sk_api_schema
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 2
10
- version: 0.8.2
9
+ - 3
10
+ version: 0.8.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Georg Leciejewski
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-08-15 00:00:00 Z
18
+ date: 2013-08-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  type: :runtime