We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 823e72d + 706779c commit b2e7484Copy full SHA for b2e7484
3 files changed
api.ts
@@ -1368,6 +1368,12 @@ export interface InstitutionResponse {
1368
* @memberof InstitutionResponse
1369
*/
1370
'code'?: string | null;
1371
+ /**
1372
+ *
1373
+ * @type {string}
1374
+ * @memberof InstitutionResponse
1375
+ */
1376
+ 'instructional_text'?: string | null;
1377
/**
1378
*
1379
* @type {string}
openapi/config.yml
@@ -1,4 +1,4 @@
1
---
2
npmName: mx-platform-node
3
-npmVersion: 0.11.0
+npmVersion: 0.11.1
4
supportsES6: true
package.json
@@ -1,6 +1,6 @@
{
"name": "mx-platform-node",
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "A Node library for the MX Platform API.",
5
"author": "MX",
6
"keywords": [
0 commit comments