sk_api_schema 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/json/v1.0/credit_note.json +5 -0
- data/json/v1.0/estimate.json +5 -0
- data/json/v1.0/invoice.json +5 -0
- data/json/v1.0/order.json +5 -0
- data/json/v1.0/recurring.json +5 -0
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
See [commit messages](https://github.com/salesking/sk_api_schema/commits/) for details.
|
4
4
|
Also sign up to our [Developer Newsletter](http://www.salesking.eu/dev/newsletter/) to stay up-to-date !!!
|
5
5
|
|
6
|
+
##2014-01
|
7
|
+
|
8
|
+
* filter documents by products (product_ids)
|
9
|
+
|
6
10
|
##2013-12
|
7
11
|
|
8
12
|
* add cost_total, gross_margin to documents
|
data/json/v1.0/credit_note.json
CHANGED
@@ -281,6 +281,11 @@
|
|
281
281
|
"description": "Objects created by the given users uuids, comma separated",
|
282
282
|
"type" : "string"
|
283
283
|
},
|
284
|
+
"filter[product_ids]":{
|
285
|
+
"title" : "Products",
|
286
|
+
"description": "Documents using the given product uuids(comma separated) in their line items.",
|
287
|
+
"type" : "string"
|
288
|
+
},
|
284
289
|
"sort_by":{
|
285
290
|
"title" : "Sort by",
|
286
291
|
"description": "Sort the results by the given field => number",
|
data/json/v1.0/estimate.json
CHANGED
@@ -273,6 +273,11 @@
|
|
273
273
|
"description": "Objects created by the given users uuids, comma separated",
|
274
274
|
"type" : "string"
|
275
275
|
},
|
276
|
+
"filter[product_ids]":{
|
277
|
+
"title" : "Products",
|
278
|
+
"description": "Documents using the given product uuids(comma separated) in their line items.",
|
279
|
+
"type" : "string"
|
280
|
+
},
|
276
281
|
"sort_by":{
|
277
282
|
"title" : "Sort by",
|
278
283
|
"description": "Sort the results by the given field => number",
|
data/json/v1.0/invoice.json
CHANGED
@@ -288,6 +288,11 @@
|
|
288
288
|
"description": "Documents belonging to the given recurring uuids, comma separated",
|
289
289
|
"type" : "string"
|
290
290
|
},
|
291
|
+
"filter[product_ids]":{
|
292
|
+
"title" : "Products",
|
293
|
+
"description": "Documents using the given product uuids(comma separated) in their line items.",
|
294
|
+
"type" : "string"
|
295
|
+
},
|
291
296
|
"sort_by":{
|
292
297
|
"title" : "Sort by",
|
293
298
|
"description": "Sort the results by the given field => number",
|
data/json/v1.0/order.json
CHANGED
@@ -278,6 +278,11 @@
|
|
278
278
|
"description": "Objects created by the given users uuids, comma separated",
|
279
279
|
"type" : "string"
|
280
280
|
},
|
281
|
+
"filter[product_ids]":{
|
282
|
+
"title" : "Products",
|
283
|
+
"description": "Documents using the given product uuids(comma separated) in their line items.",
|
284
|
+
"type" : "string"
|
285
|
+
},
|
281
286
|
"sort_by":{
|
282
287
|
"title" : "Sort by",
|
283
288
|
"description": "Sort the results by the given field => number",
|
data/json/v1.0/recurring.json
CHANGED
@@ -273,6 +273,11 @@
|
|
273
273
|
"description": "Objects created by the given users uuids, comma separated",
|
274
274
|
"type" : "string"
|
275
275
|
},
|
276
|
+
"filter[product_ids]":{
|
277
|
+
"title" : "Products",
|
278
|
+
"description": "Documents using the given product uuids(comma separated) in their line items.",
|
279
|
+
"type" : "string"
|
280
|
+
},
|
276
281
|
"sort_by":{
|
277
282
|
"title" : "Sort by",
|
278
283
|
"description": "Sort the results by the given field => 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: 57
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 1
|
10
|
+
version: 0.9.1
|
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:
|
18
|
+
date: 2014-01-03 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: activesupport
|