Skip to content

Commit e3b1a08

Browse files
author
devexperience
committed
Generated version 1.7.0
This commit was automatically created by a GitHub Action to generate version 1.7.0 of this library.
1 parent 792f1d2 commit e3b1a08

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2811,6 +2811,12 @@ export interface ImageOptionResponse {
28112811
* @memberof ImageOptionResponse
28122812
*/
28132813
'data_uri'?: string | null;
2814+
/**
2815+
*
2816+
* @type {string}
2817+
* @memberof ImageOptionResponse
2818+
*/
2819+
'guid'?: string | null;
28142820
/**
28152821
*
28162822
* @type {string}
@@ -4854,6 +4860,12 @@ export interface OAuthWindowResponseBody {
48544860
* @interface OptionResponse
48554861
*/
48564862
export interface OptionResponse {
4863+
/**
4864+
*
4865+
* @type {string}
4866+
* @memberof OptionResponse
4867+
*/
4868+
'guid'?: string | null;
48574869
/**
48584870
*
48594871
* @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: 1.6.0
3+
npmVersion: 1.7.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": "1.6.0",
3+
"version": "1.7.0",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)