diff --git a/api.ts b/api.ts index ce75b74..c15290f 100644 --- a/api.ts +++ b/api.ts @@ -1368,6 +1368,12 @@ export interface InstitutionResponse { * @memberof InstitutionResponse */ 'code'?: string | null; + /** + * + * @type {string} + * @memberof InstitutionResponse + */ + 'instructional_text'?: string | null; /** * * @type {string} diff --git a/openapi/config.yml b/openapi/config.yml index 263d7fd..a12a741 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,4 +1,4 @@ --- npmName: mx-platform-node -npmVersion: 0.11.0 +npmVersion: 0.11.1 supportsES6: true diff --git a/package.json b/package.json index 2bcbe55..4bb4f3b 100644 --- a/package.json +++ b/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.", "author": "MX", "keywords": [