Skip to content

Commit

Permalink
Generated version 0.29.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.29.0 of this library.
  • Loading branch information
devexperience committed Jul 5, 2024
1 parent 8bf4500 commit 203424b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,12 @@ export interface MemberResponse {
* @memberof MemberResponse
*/
'is_managed_by_user'?: boolean | null;
/**
*
* @type {boolean}
* @memberof MemberResponse
*/
'is_manual'?: boolean | null;
/**
*
* @type {boolean}
Expand All @@ -2999,6 +3005,18 @@ export interface MemberResponse {
* @memberof MemberResponse
*/
'metadata'?: string | null;
/**
*
* @type {string}
* @memberof MemberResponse
*/
'most_recent_job_detail_code'?: string | null;
/**
*
* @type {string}
* @memberof MemberResponse
*/
'most_recent_job_detail_text'?: 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.28.0
npmVersion: 0.29.0
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.28.0",
"version": "0.29.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand Down

0 comments on commit 203424b

Please sign in to comment.