Skip to content

Commit 60f70a3

Browse files
committed
Merge branch 'release/1.10.16.1'
2 parents 53688db + f8bfd88 commit 60f70a3

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

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+
36
## [0.10.6](https://github.com/bunq/doc/tree/0.10.6) (2019-05-21)
47
[Full Changelog](https://github.com/bunq/doc/compare/0.10.5...0.10.6)
58

@@ -24,6 +27,7 @@
2427
**Merged pull requests:**
2528

2629
- 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))
2731
- Add PSD2 section to sidebar. \(\#92\) [\#96](https://github.com/bunq/doc/pull/96) ([kojoru](https://github.com/kojoru))
2832
- Update DESCRIPTION.md [\#95](https://github.com/bunq/doc/pull/95) ([lexym](https://github.com/lexym))
2933

generated.json

+27
Original file line numberDiff line numberDiff line change
@@ -37354,6 +37354,13 @@
3735437354
"description": "The number of accepts that are required for the draft payment to receive status ACCEPTED. Currently only 1 is valid.",
3735537355
"readOnly": false,
3735637356
"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"
3735737364
}
3735837365
},
3735937366
"required": [
@@ -37517,6 +37524,13 @@
3751737524
"items": {
3751837525
"$ref": "#/components/schemas/RequestInquiryReference"
3751937526
}
37527+
},
37528+
"schedule": {
37529+
"type": "object",
37530+
"description": "The schedule details.",
37531+
"readOnly": true,
37532+
"writeOnly": false,
37533+
"$ref": "#/components/schemas/Schedule"
3752037534
}
3752137535
}
3752237536
},
@@ -37587,6 +37601,13 @@
3758737601
"items": {
3758837602
"$ref": "#/components/schemas/RequestInquiryReference"
3758937603
}
37604+
},
37605+
"schedule": {
37606+
"type": "object",
37607+
"description": "The schedule details.",
37608+
"readOnly": true,
37609+
"writeOnly": false,
37610+
"$ref": "#/components/schemas/Schedule"
3759037611
}
3759137612
}
3759237613
},
@@ -42043,6 +42064,12 @@
4204342064
"readOnly": false,
4204442065
"writeOnly": false
4204542066
},
42067+
"icon": {
42068+
"type": "string",
42069+
"description": "The icon chosen for the MonetaryAccount.",
42070+
"readOnly": false,
42071+
"writeOnly": false
42072+
},
4204642073
"default_avatar_status": {
4204742074
"type": "string",
4204842075
"description": "The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.",

swagger.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)