sk_api_schema 0.8.7 → 0.8.8
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 +1 -0
- data/json/v1.0/product.json +9 -0
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
data/json/v1.0/product.json
CHANGED
|
@@ -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"
|
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:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 0.8.
|
|
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-
|
|
18
|
+
date: 2013-10-22 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
type: :runtime
|