fidor_schema 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/fidor_schema_version.rb +1 -1
- data/schema/v1.0/account.json +5 -5
- data/schema/v1.0/batch_direct_debit.json +2 -2
- data/schema/v1.0/batch_transfer.json +2 -2
- data/schema/v1.0/error.json +1 -1
- data/schema/v1.0/internal_transfer.json +2 -2
- data/schema/v1.0/sepa_credit_transfer.json +2 -2
- data/schema/v1.0/sepa_direct_debit.json +2 -2
- data/schema/v1.0/sepa_mandate.json +2 -2
- data/schema/v1.0/transaction.json +3 -3
- data/schema/v1.0/transaction_type_details/sepa_direct_debit_details.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b03c373370dfd36a8e28e20f5690fa08a11b9db
|
4
|
+
data.tar.gz: 0b6ad0c783030f7e0ef9b1d8acd60f3a9406d4ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 590f0ed472d3bd8084cf8a9e59bb85c6986a97cf2907308a81fe806470be8abeff264d06f3cbbc78dc65dadd9627e91a9f710e98524cd7251d83dfdfbfbfa980
|
7
|
+
data.tar.gz: 14c36750eb1232b61d4fe7d6c867da9da402cc3f58a65f9fa1a105f200bcc3d2fbb59251683d72fa8d273cee0d6e791cd98af62b4db860f0eb854ac46c0919d1
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
A more detailed view of the changes can be found in the [commit messages](https://github.com/fidor/fidor_schema/commits/)
|
4
4
|
|
5
|
+
##2014-12
|
6
|
+
|
7
|
+
* be explicit for number fields, now defined as integers
|
8
|
+
|
5
9
|
##2014-11
|
6
10
|
|
7
11
|
* Customer/Sepa direct debit add creditor_identifier field
|
data/lib/fidor_schema_version.rb
CHANGED
data/schema/v1.0/account.json
CHANGED
@@ -19,27 +19,27 @@
|
|
19
19
|
},
|
20
20
|
"balance" : {
|
21
21
|
"description" : "Account balance",
|
22
|
-
"type" : "
|
22
|
+
"type" : "integer",
|
23
23
|
"readonly" : true
|
24
24
|
},
|
25
25
|
"balance_available" : {
|
26
26
|
"description" : "Available account balance.",
|
27
|
-
"type" : "
|
27
|
+
"type" : "integer",
|
28
28
|
"readonly" : true
|
29
29
|
},
|
30
30
|
"overdraft" : {
|
31
31
|
"description" : "Available account overdraft",
|
32
|
-
"type" : "
|
32
|
+
"type" : "integer",
|
33
33
|
"readonly" : true
|
34
34
|
},
|
35
35
|
"preauth_amount" : {
|
36
36
|
"description" : "Amount available for pre-authorization.",
|
37
|
-
"type" : "
|
37
|
+
"type" : "integer",
|
38
38
|
"readonly" : true
|
39
39
|
},
|
40
40
|
"cash_flow_per_year" : {
|
41
41
|
"description" : "Amount available for yearly cash flow. This is the limit of funds an account holder has at their disposal without fulfilling Germany KYC requirements.",
|
42
|
-
"type" : "
|
42
|
+
"type" : "integer",
|
43
43
|
"readonly" : true
|
44
44
|
},
|
45
45
|
"is_debit_note_enabled" : {
|
@@ -115,12 +115,12 @@
|
|
115
115
|
"page" : {
|
116
116
|
"title" : "Page",
|
117
117
|
"description" : "In paginated results set the page to look for",
|
118
|
-
"type" : "
|
118
|
+
"type" : "integer"
|
119
119
|
},
|
120
120
|
"per_page" : {
|
121
121
|
"title" : "Per page",
|
122
122
|
"description" : "Results per page. Default is 10, max is 100",
|
123
|
-
"type" : "
|
123
|
+
"type" : "integer"
|
124
124
|
},
|
125
125
|
"sort" : {
|
126
126
|
"title" : "Sort",
|
@@ -154,12 +154,12 @@
|
|
154
154
|
"page" : {
|
155
155
|
"title" : "Page",
|
156
156
|
"description" : "In paginated results set the page to look for",
|
157
|
-
"type" : "
|
157
|
+
"type" : "integer"
|
158
158
|
},
|
159
159
|
"per_page" : {
|
160
160
|
"title" : "Per page",
|
161
161
|
"description" : "Results per page. Default is 10, max is 100",
|
162
|
-
"type" : "
|
162
|
+
"type" : "integer"
|
163
163
|
},
|
164
164
|
"sort" : {
|
165
165
|
"title" : "Sort",
|
data/schema/v1.0/error.json
CHANGED
@@ -114,12 +114,12 @@
|
|
114
114
|
"page" : {
|
115
115
|
"title" : "Page",
|
116
116
|
"description" : "In paginated results set the page to look for",
|
117
|
-
"type" : "
|
117
|
+
"type" : "integer"
|
118
118
|
},
|
119
119
|
"per_page" : {
|
120
120
|
"title" : "Per page",
|
121
121
|
"description" : "Results per page. Default is 10, max is 100",
|
122
|
-
"type" : "
|
122
|
+
"type" : "integer"
|
123
123
|
},
|
124
124
|
"sort" : {
|
125
125
|
"title" : "Sort",
|
@@ -100,12 +100,12 @@
|
|
100
100
|
"page" : {
|
101
101
|
"title" : "Page",
|
102
102
|
"description" : "In paginated results set the page to look for",
|
103
|
-
"type" : "
|
103
|
+
"type" : "integer"
|
104
104
|
},
|
105
105
|
"per_page" : {
|
106
106
|
"title" : "Per page",
|
107
107
|
"description" : "Results per page. Default is 10, max is 100",
|
108
|
-
"type" : "
|
108
|
+
"type" : "integer"
|
109
109
|
},
|
110
110
|
"sort" : {
|
111
111
|
"title" : "Sort",
|
@@ -107,12 +107,12 @@
|
|
107
107
|
"page" : {
|
108
108
|
"title" : "Page",
|
109
109
|
"description" : "In paginated results set the page to retrieve",
|
110
|
-
"type" : "
|
110
|
+
"type" : "integer"
|
111
111
|
},
|
112
112
|
"per_page" : {
|
113
113
|
"title" : "Per page",
|
114
114
|
"description" : "Results per page. Default is 10, max is 100",
|
115
|
-
"type" : "
|
115
|
+
"type" : "integer"
|
116
116
|
},
|
117
117
|
"sort" : {
|
118
118
|
"title" : "Sort",
|
@@ -131,12 +131,12 @@
|
|
131
131
|
"page" : {
|
132
132
|
"title" : "Page",
|
133
133
|
"description" : "In paginated results set the page to look for",
|
134
|
-
"type" : "
|
134
|
+
"type" : "integer"
|
135
135
|
},
|
136
136
|
"per_page" : {
|
137
137
|
"title" : "Per page",
|
138
138
|
"description" : "Results per page. Default is 10, max is 100",
|
139
|
-
"type" : "
|
139
|
+
"type" : "integer"
|
140
140
|
},
|
141
141
|
"sort" : {
|
142
142
|
"title" : "Sort",
|
@@ -122,19 +122,19 @@
|
|
122
122
|
"format" : "date",
|
123
123
|
"type" : "string"
|
124
124
|
},
|
125
|
-
"filter[
|
125
|
+
"filter[transaction_types]" : {
|
126
126
|
"$ref" : "./base_types/base_types.json#definitions/transaction_type",
|
127
127
|
"title" : "By transaction types"
|
128
128
|
},
|
129
129
|
"page" : {
|
130
130
|
"title" : "Page",
|
131
131
|
"description" : "In paginated results set the page to look for",
|
132
|
-
"type" : "
|
132
|
+
"type" : "integer"
|
133
133
|
},
|
134
134
|
"per_page" : {
|
135
135
|
"title" : "Per page",
|
136
136
|
"description" : "Results per page. Default is 10, max is 100",
|
137
|
-
"type" : "
|
137
|
+
"type" : "integer"
|
138
138
|
},
|
139
139
|
"sort" : {
|
140
140
|
"title" : "Sort",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fidor_schema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Georg Leciejewski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|