sk_api_schema 0.10.2 → 0.10.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/order.json +7 -0
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
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,
|
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: 49
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
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-
|
|
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
|