json/v1.0/client.json in sk_api_schema-0.0.15 vs json/v1.0/client.json in sk_api_schema-0.0.16
- old
+ new
@@ -73,11 +73,11 @@
"readonly":true,
"type":"string"
},
"payment_method":{
"description": "Default payment method for used for new documemts",
- "enum":["cash","bank_transfer","credit_card","paypal","direct_debit","cheque"],
+ "enum":["cash","bank_transfer","credit_card","paypal","direct_debit","cheque", "moneybookers", "premium_sms"],
"type":"string"
},
"bank_name": {
"description": "Bank name",
"type":"string"
@@ -176,11 +176,11 @@
"description": "All objects with date before the date"
},
"sort_by":{
"title" : "Sort by",
"description": "Sort the results by the given field => number",
- "enum":['organisation', 'number','email','first_name','last_name', 'created_at', 'updated_at'],
- "type": 'string'
+ "enum":["organisation", "number","email","first_name","last_name", "created_at", "updated_at"],
+ "type": "string"
},
"sort":{
"title" : "Sort",
"enum":["ASC","DESC"],
"description": "Sort the results in ASC or DESC"
\ No newline at end of file