Skip to content

Commit 706779c

Browse files
author
devexperience
committed
Generated version 0.11.1
This pull request was automatically generated by a GitHub Action to generate version 0.11.1 of this library.
1 parent 823e72d commit 706779c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

api.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,12 @@ export interface InstitutionResponse {
13681368
* @memberof InstitutionResponse
13691369
*/
13701370
'code'?: string | null;
1371+
/**
1372+
*
1373+
* @type {string}
1374+
* @memberof InstitutionResponse
1375+
*/
1376+
'instructional_text'?: string | null;
13711377
/**
13721378
*
13731379
* @type {string}

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
npmName: mx-platform-node
3-
npmVersion: 0.11.0
3+
npmVersion: 0.11.1
44
supportsES6: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mx-platform-node",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)