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 +1 -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/payment_reminder.json +1 -1
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +3 -3
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
|
data/json/v1.0/credit_note.json
CHANGED
@@ -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/estimate.json
CHANGED
@@ -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",
|
data/json/v1.0/invoice.json
CHANGED
@@ -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",
|
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: 59
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 8
|
9
|
-
-
|
10
|
-
version: 0.8.
|
9
|
+
- 2
|
10
|
+
version: 0.8.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Georg Leciejewski
|