Skip to content

Commit 64518da

Browse files
author
devexperience
committed
Generated version 0.26.0
This commit was automatically created by a GitHub Action to generate version 0.26.0 of this library.
1 parent 7e233a2 commit 64518da

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
@@ -4799,6 +4799,12 @@ export interface WidgetRequest {
47994799
* @memberof WidgetRequest
48004800
*/
48014801
'include_transactions'?: boolean;
4802+
/**
4803+
*
4804+
* @type {string}
4805+
* @memberof WidgetRequest
4806+
*/
4807+
'insight_guid'?: string;
48024808
/**
48034809
*
48044810
* @type {boolean}

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.25.0
3+
npmVersion: 0.26.0
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.25.0",
3+
"version": "0.26.0",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)