diff --git a/api.ts b/api.ts index 187a94f..79ea3ac 100644 --- a/api.ts +++ b/api.ts @@ -166,12 +166,6 @@ export interface AccountCreateRequest { * @interface AccountCreateRequestBody */ export interface AccountCreateRequestBody { - /** - * - * @type {boolean} - * @memberof AccountCreateRequestBody - */ - 'skip_webhook'?: boolean | null; /** * * @type {AccountCreateRequest} @@ -645,6 +639,18 @@ export interface AccountResponse { * @memberof AccountResponse */ 'premium_amount'?: number | null; + /** + * + * @type {number} + * @memberof AccountResponse + */ + 'property_type'?: number | null; + /** + * + * @type {string} + * @memberof AccountResponse + */ + 'property_type_name'?: string | null; /** * * @type {string} diff --git a/openapi/config.yml b/openapi/config.yml index 27d1cae..e9525ed 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -1,4 +1,4 @@ --- npmName: mx-platform-node -npmVersion: 0.17.0 +npmVersion: 0.17.1 supportsES6: true diff --git a/package.json b/package.json index 01a516d..67ee717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mx-platform-node", - "version": "0.17.0", + "version": "0.17.1", "description": "A Node library for the MX Platform API.", "author": "MX", "keywords": [