sk_api_schema 0.8.7 → 0.8.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ Also sign up to our [Developer Newsletter](http://www.salesking.eu/dev/newslette
6
6
  ##2013-10
7
7
 
8
8
  * add net_total, gross_total to line item
9
+ * add category_name, cost_price fields to product
9
10
 
10
11
  ##2013-08
11
12
 
@@ -36,6 +36,15 @@
36
36
  "type":"number",
37
37
  "required":true
38
38
  },
39
+ "cost_price":{
40
+ "description": "Cost price of a single product",
41
+ "type":"number"
42
+ },
43
+ "category_name":{
44
+ "description": "Name of the product category. A new category is created if it does not exist.",
45
+ "type":"string",
46
+ "maxLength": 255
47
+ },
39
48
  "tax":{
40
49
  "description": "Tax percentage for this product.",
41
50
  "type":"number"
@@ -1,7 +1,7 @@
1
1
  module SK
2
2
  module Api
3
3
  class Schema
4
- VERSION='0.8.7'
4
+ VERSION='0.8.8'
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: 49
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 7
10
- version: 0.8.7
9
+ - 8
10
+ version: 0.8.8
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-10-16 00:00:00 Z
18
+ date: 2013-10-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  type: :runtime