sk_api_schema 0.9.2 → 0.9.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 +1 -0
- data/json/v1.0/contact.json +5 -0
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,7 @@ Also sign up to our [Developer Newsletter](http://www.salesking.eu/dev/newslette
|
|
|
5
5
|
|
|
6
6
|
##2014-01
|
|
7
7
|
|
|
8
|
+
* search/filter contacts by organisation
|
|
8
9
|
* line_item price_single is required,
|
|
9
10
|
* line item empty tax,discount now return null instead of 0
|
|
10
11
|
* filter documents by products (product_ids)
|
data/json/v1.0/contact.json
CHANGED
|
@@ -246,6 +246,11 @@
|
|
|
246
246
|
"description": "Wildcard search in first, last_name, organisation, email, number",
|
|
247
247
|
"type":"string"
|
|
248
248
|
},
|
|
249
|
+
"filter[organisation]":{
|
|
250
|
+
"title" : "Organisation",
|
|
251
|
+
"description": "Search by organisation. Searches by organisation begins with name%",
|
|
252
|
+
"type":"string"
|
|
253
|
+
},
|
|
249
254
|
"filter[tags]":{
|
|
250
255
|
"title" : "Tags",
|
|
251
256
|
"description": "Filter by a space delimited list of tags",
|
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: 61
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.9.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: 2014-01-
|
|
18
|
+
date: 2014-01-17 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: activesupport
|