Skip to content

Commit

Permalink
Generated version 0.17.1
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.17.1 of this library.
  • Loading branch information
devexperience committed Aug 2, 2023
1 parent c259f1d commit 58d1253
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@ export interface AccountCreateRequest {
* @interface AccountCreateRequestBody
*/
export interface AccountCreateRequestBody {
/**
*
* @type {boolean}
* @memberof AccountCreateRequestBody
*/
'skip_webhook'?: boolean | null;
/**
*
* @type {AccountCreateRequest}
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
npmName: mx-platform-node
npmVersion: 0.17.0
npmVersion: 0.17.1
supportsES6: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 58d1253

Please sign in to comment.