Skip to content

Commit cb457cc

Browse files
devexperienceGenevieve Nuebel
authored andcommitted
TEST: Generated SDK versions: v20111101
This commit was automatically created by the test-auto-generate workflow. Payload: {version:patch,commit_sha:c82b864da52b5d6215bbae79ce4772ba99e8abe8}
1 parent 299e43b commit cb457cc

6 files changed

Lines changed: 23 additions & 6 deletions

File tree

TEST-CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2026-02-18 (v20111101 API)
9+
10+
### Changed
11+
- Updated v20111101 API specification to most current version. Please check full [API changelog](https://docs.mx.com/resources/changelog/platform) for any changes made between 2026-02-17 and 2026-02-18.
12+
813
## [2.0.0] - 2026-02-17 (v20111101 API)
914

1015
### Changed

openapi/test-config-v20111101.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
apiVersion: v20111101
33
generatorName: typescript-axios
44
npmName: mx-platform-node
5-
npmVersion: 98.0.0
5+
npmVersion: 98.0.1
66
supportsES6: true
7-
.openapi-generator-ignore: true
7+
".openapi-generator-ignore": true
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
apiVersion: v20111101
3+
generatorName: typescript-axios
4+
npmName: mx-platform-node
5+
npmVersion: 98.0.1
6+
supportsES6: true
7+
".openapi-generator-ignore": true

test-v20111101/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2026-02-18 (v20111101 API)
9+
10+
### Changed
11+
- Updated v20111101 API specification to most current version. Please check full [API changelog](https://docs.mx.com/resources/changelog/platform) for any changes made between 2026-02-17 and 2026-02-18.
12+
813
## [2.0.0] - 2026-02-17 (v20111101 API)
914

1015
### Changed

test-v20111101/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MX Platform Node.js (v20111101 API)
22

3-
**SDK version:** 98.1.0
3+
**SDK version:** 98.0.1
44
**API version:** v20111101
55

66
You are using the **v20111101** API version of `mx-platform-node`. For other API versions, see [Available API Versions](#available-api-versions) below.
@@ -13,7 +13,7 @@ To verify which API version you have installed:
1313
```json
1414
{
1515
"dependencies": {
16-
"mx-platform-node": "^98.1.0"
16+
"mx-platform-node": "^98.0.1"
1717
}
1818
}
1919
```
@@ -26,7 +26,7 @@ console.log(pkg.apiVersion); // v20111101
2626

2727
**Via npm:**
2828
```shell
29-
npm view mx-platform-node@98.1.0
29+
npm view mx-platform-node@98.0.1
3030
```
3131

3232
## Available API Versions

test-v20111101/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": "98.1.0",
3+
"version": "98.0.1",
44
"description": "A Node.js SDK for the MX Platform API (v20111101)",
55
"apiVersion": "v20111101",
66
"author": "MX",

0 commit comments

Comments
 (0)