Skip to content

Commit 58d1253

Browse files
author
devexperience
committed
Generated version 0.17.1
This commit was automatically created by a GitHub Action to generate version 0.17.1 of this library.
1 parent c259f1d commit 58d1253

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

api.ts

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ export interface AccountCreateRequest {
166166
* @interface AccountCreateRequestBody
167167
*/
168168
export interface AccountCreateRequestBody {
169-
/**
170-
*
171-
* @type {boolean}
172-
* @memberof AccountCreateRequestBody
173-
*/
174-
'skip_webhook'?: boolean | null;
175169
/**
176170
*
177171
* @type {AccountCreateRequest}
@@ -645,6 +639,18 @@ export interface AccountResponse {
645639
* @memberof AccountResponse
646640
*/
647641
'premium_amount'?: number | null;
642+
/**
643+
*
644+
* @type {number}
645+
* @memberof AccountResponse
646+
*/
647+
'property_type'?: number | null;
648+
/**
649+
*
650+
* @type {string}
651+
* @memberof AccountResponse
652+
*/
653+
'property_type_name'?: string | null;
648654
/**
649655
*
650656
* @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.17.0
3+
npmVersion: 0.17.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.17.0",
3+
"version": "0.17.1",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)