sk_api_schema 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ Also sign up to our [Developer Newsletter](http://www.salesking.eu/dev/newslette
6
6
  ##2014-06
7
7
 
8
8
  * add budget to account
9
+ * add estimate_id to order
9
10
 
10
11
  ##2014-05
11
12
 
data/json/v1.0/order.json CHANGED
@@ -120,6 +120,13 @@
120
120
  "maxLength": 22,
121
121
  "minLength":22
122
122
  },
123
+ "estimate_id":{
124
+ "description":"Estimate document ID, if the order was created from a estimate.",
125
+ "readonly":true,
126
+ "type":"string",
127
+ "maxLength": 22,
128
+ "minLength": 22
129
+ },
123
130
  "team_id":{
124
131
  "description": "A team uuid taken from the contact. If set only the team and its parent teams can see the record.",
125
132
  "readonly" :true,
@@ -1,7 +1,7 @@
1
1
  module SK
2
2
  module Api
3
3
  class Schema
4
- VERSION='0.10.2'
4
+ VERSION='0.10.3'
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: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 2
10
- version: 0.10.2
9
+ - 3
10
+ version: 0.10.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-06-12 00:00:00 Z
18
+ date: 2014-06-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement