File tree 3 files changed +32
-1
lines changed
3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.10.16] ( https://github.com/bunq/doc/tree/1.10.16 ) (2019-06-16)
4
+ [ Full Changelog] ( https://github.com/bunq/doc/compare/0.10.6...1.10.16 )
5
+
3
6
## [ 0.10.6] ( https://github.com/bunq/doc/tree/0.10.6 ) (2019-05-21)
4
7
[ Full Changelog] ( https://github.com/bunq/doc/compare/0.10.5...0.10.6 )
5
8
24
27
** Merged pull requests:**
25
28
26
29
- Fix .env for GTM. \(\# 93\) [ \# 99] ( https://github.com/bunq/doc/pull/99 ) ([ kojoru] ( https://github.com/kojoru ) )
30
+ - Update react-scripts and produce new build. \(\# 93\) [ \# 98] ( https://github.com/bunq/doc/pull/98 ) ([ kojoru] ( https://github.com/kojoru ) )
27
31
- Add PSD2 section to sidebar. \(\# 92\) [ \# 96] ( https://github.com/bunq/doc/pull/96 ) ([ kojoru] ( https://github.com/kojoru ) )
28
32
- Update DESCRIPTION.md [ \# 95] ( https://github.com/bunq/doc/pull/95 ) ([ lexym] ( https://github.com/lexym ) )
29
33
Original file line number Diff line number Diff line change 37354
37354
"description": "The number of accepts that are required for the draft payment to receive status ACCEPTED. Currently only 1 is valid.",
37355
37355
"readOnly": false,
37356
37356
"writeOnly": true
37357
+ },
37358
+ "schedule": {
37359
+ "type": "object",
37360
+ "description": "The schedule details when creating or updating a scheduled payment.",
37361
+ "readOnly": false,
37362
+ "writeOnly": false,
37363
+ "$ref": "#/components/schemas/Schedule"
37357
37364
}
37358
37365
},
37359
37366
"required": [
37517
37524
"items": {
37518
37525
"$ref": "#/components/schemas/RequestInquiryReference"
37519
37526
}
37527
+ },
37528
+ "schedule": {
37529
+ "type": "object",
37530
+ "description": "The schedule details.",
37531
+ "readOnly": true,
37532
+ "writeOnly": false,
37533
+ "$ref": "#/components/schemas/Schedule"
37520
37534
}
37521
37535
}
37522
37536
},
37587
37601
"items": {
37588
37602
"$ref": "#/components/schemas/RequestInquiryReference"
37589
37603
}
37604
+ },
37605
+ "schedule": {
37606
+ "type": "object",
37607
+ "description": "The schedule details.",
37608
+ "readOnly": true,
37609
+ "writeOnly": false,
37610
+ "$ref": "#/components/schemas/Schedule"
37590
37611
}
37591
37612
}
37592
37613
},
42043
42064
"readOnly": false,
42044
42065
"writeOnly": false
42045
42066
},
42067
+ "icon": {
42068
+ "type": "string",
42069
+ "description": "The icon chosen for the MonetaryAccount.",
42070
+ "readOnly": false,
42071
+ "writeOnly": false
42072
+ },
42046
42073
"default_avatar_status": {
42047
42074
"type": "string",
42048
42075
"description": "The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.",
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments