Skip to content

Commit b9bc85f

Browse files
author
gate
committed
update to v7.1.27
1 parent fd9e5c9 commit b9bc85f

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ name: Node.js Package
66
on:
77
push:
88
tags:
9-
- '*'
10-
11-
permissions:
12-
id-token: write # Required for OIDC
13-
contents: read
9+
- '*'
1410

1511
jobs:
1612
publish:
1713
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: write # Required for OIDC
16+
contents: read
1817
steps:
1918
- uses: actions/checkout@v4
2019
- uses: actions/setup-node@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## gate-api@7.1.26
1+
## gate-api@7.1.27
22

33
TypeScript NodeJS client for gate-api.
44

@@ -7,7 +7,7 @@ APIv4 provides operations related to spot, margin, and contract trading, includi
77

88
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
99

10-
- API version: v4.105.26
10+
- API version: v4.105.27
1111
- Package version:
1212
- Build package: org.openapitools.codegen.languages.TypeScriptNodeClientCodegen
1313
For more information, please visit [https://www.gate.com/page/contacts](https://www.gate.com/page/contacts)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gate-api",
3-
"version": "7.1.26",
3+
"version": "7.1.27",
44
"description": "NodeJS client for gate-api",
55
"repository": "gate/gateapi-nodejs",
66
"main": "dist/api.js",

0 commit comments

Comments
 (0)