Skip to content

Commit 00792d9

Browse files
author
devexperience
committed
Generated version 1.11.0
This commit was automatically created by a GitHub Action to generate version 1.11.0 of this library.
1 parent d6d03a7 commit 00792d9

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
@@ -2993,6 +2993,12 @@ export interface ImageOptionResponse {
29932993
* @memberof ImageOptionResponse
29942994
*/
29952995
'data_uri'?: string | null;
2996+
/**
2997+
*
2998+
* @type {string}
2999+
* @memberof ImageOptionResponse
3000+
*/
3001+
'guid'?: string | null;
29963002
/**
29973003
*
29983004
* @type {string}
@@ -5542,6 +5548,12 @@ export interface OAuthWindowResponseBody {
55425548
* @interface OptionResponse
55435549
*/
55445550
export interface OptionResponse {
5551+
/**
5552+
*
5553+
* @type {string}
5554+
* @memberof OptionResponse
5555+
*/
5556+
'guid'?: string | null;
55455557
/**
55465558
*
55475559
* @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.10.1
3+
npmVersion: 1.11.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.10.1",
3+
"version": "1.11.0",
44
"description": "A Node library for the MX Platform API.",
55
"author": "MX",
66
"keywords": [

0 commit comments

Comments
 (0)