sk_api_schema 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -5,6 +5,7 @@ Also signup to our [Developer Newsletter](http://www.salesking.eu/dev/newsletter
5
5
 
6
6
  ##2013-08
7
7
 
8
+ * add filter\[status] to all documents
8
9
  * add BCC, CC, FROM fields for email templates
9
10
  * add items array to documents to be used instead of line_items
10
11
  * Deprecate line_items
@@ -209,6 +209,11 @@
209
209
  "description": "Search in title, number, address field",
210
210
  "type":"string"
211
211
  },
212
+ "filter[status]":{
213
+ "title" : "Status",
214
+ "description": "A single or a list of status, comma separated: open,closed,overdue,draft",
215
+ "type" : "string"
216
+ },
212
217
  "filter[number]":{
213
218
  "title" : "Number",
214
219
  "description": "Find by exact number",
@@ -194,6 +194,11 @@
194
194
  "description": "Search in title, number, address field",
195
195
  "type":"string"
196
196
  },
197
+ "filter[status]":{
198
+ "title" : "Status",
199
+ "description": "A single or a list of status, comma separated: open,closed,draft, rejected, billed",
200
+ "type" : "string"
201
+ },
197
202
  "filter[number]":{
198
203
  "title" : "Number",
199
204
  "description": "Find by exact number",
@@ -209,6 +209,11 @@
209
209
  "description": "Search in title, number, address field",
210
210
  "type":"string"
211
211
  },
212
+ "filter[status]":{
213
+ "title" : "Status",
214
+ "description": "A single or a list of status, comma separated: open,closed,overdue,draft",
215
+ "type" : "string"
216
+ },
212
217
  "filter[number]":{
213
218
  "title" : "Number",
214
219
  "description": "Find by exact number",
data/json/v1.0/order.json CHANGED
@@ -199,6 +199,11 @@
199
199
  "description": "Search in title, number, address field",
200
200
  "type":"string"
201
201
  },
202
+ "filter[status]":{
203
+ "title" : "Status",
204
+ "description": "A single or a list of status, comma separated: open,close,draft",
205
+ "type" : "string"
206
+ },
202
207
  "filter[number]":{
203
208
  "title" : "Number",
204
209
  "description": "Find by exact number",
@@ -224,7 +224,7 @@
224
224
  "type" : "string"
225
225
  },
226
226
  "filter[status]":{
227
- "title" : "Contacts",
227
+ "title" : "Status",
228
228
  "description": "A single or a list of status, comma separated: open,closed,overdue,draft",
229
229
  "type" : "string"
230
230
  },
@@ -1,7 +1,7 @@
1
1
  module SK
2
2
  module Api
3
3
  class Schema
4
- VERSION='0.8.1'
4
+ VERSION='0.8.2'
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: 61
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 1
10
- version: 0.8.1
9
+ - 2
10
+ version: 0.8.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Georg Leciejewski