You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full Changelog: [v0.0.1...v0.1.0](https://github.com/lightsparkdev/grid-api/compare/v0.0.1...v0.1.0)
6
+
7
+
### Features
8
+
9
+
* add isPlatformAccount to PaymentInstructions and remove PaymentAccountOrWalletInfo refs ([#128](https://github.com/lightsparkdev/grid-api/issues/128)) ([f05d11f](https://github.com/lightsparkdev/grid-api/commit/f05d11f0723d0740d2f63b6e1081f9c8ace7db9f))
10
+
* add Stainless SDK config and misc cleanups ([#132](https://github.com/lightsparkdev/grid-api/issues/132)) ([30fbd62](https://github.com/lightsparkdev/grid-api/commit/30fbd62214cba0ac4faac93ba3a04920526f1497))
11
+
* adding API design guidelines ([#137](https://github.com/lightsparkdev/grid-api/issues/137)) ([defc948](https://github.com/lightsparkdev/grid-api/commit/defc94817444b3c52c6c9ad6dbc7389c29f96783))
12
+
* adding idempotency to transfers ([#138](https://github.com/lightsparkdev/grid-api/issues/138)) ([e84817d](https://github.com/lightsparkdev/grid-api/commit/e84817d8346ef5f55ac0cb37e93d2b16e5ca3a2e))
13
+
* convert single-value enums to const for base types ([#126](https://github.com/lightsparkdev/grid-api/issues/126)) ([fc8dd03](https://github.com/lightsparkdev/grid-api/commit/fc8dd03497dec0dde3685292e7580d7089b62052))
14
+
* rename accounts to data in list external accounts response ([#127](https://github.com/lightsparkdev/grid-api/issues/127)) ([10fa3eb](https://github.com/lightsparkdev/grid-api/commit/10fa3eb4762d6962658ef9c61ea9be22964ca81a))
15
+
* rename Error to GridError and add additionalProperties to error schemas ([#131](https://github.com/lightsparkdev/grid-api/issues/131)) ([c9ec7a2](https://github.com/lightsparkdev/grid-api/commit/c9ec7a2ba5caa5a83b3659b73cdb3561b05b1752))
16
+
17
+
18
+
### Bug Fixes
19
+
20
+
* adding type:string to const discriminators ([#139](https://github.com/lightsparkdev/grid-api/issues/139)) ([fe683e6](https://github.com/lightsparkdev/grid-api/commit/fe683e6f4f6e7990b2bacee9566a4f76e2660b17))
21
+
* reverting back to using enums instead of const for openapi generator ([#140](https://github.com/lightsparkdev/grid-api/issues/140)) ([1df8211](https://github.com/lightsparkdev/grid-api/commit/1df82118b36bf3c189d03c9d41b574fb49cd7bc3))
22
+
* separating create customer from customer response schemas ([#142](https://github.com/lightsparkdev/grid-api/issues/142)) ([dde72cc](https://github.com/lightsparkdev/grid-api/commit/dde72ccbb05208db717e20d48b56225070aba03b))
0 commit comments