Skip to content

Commit 4a70b84

Browse files
Automatically update typescript client (ref: Cosmo-Tech/cosmotech-api@c979f26)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent e53305e commit 4a70b84

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @cosmotech/api-ts@5.0.1-SNAPSHOT
1+
## @cosmotech/api-ts@5.0.0-beta4
22

33
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
44

@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
3636
_published:_
3737

3838
```
39-
npm install @cosmotech/api-ts@5.0.1-SNAPSHOT --save
39+
npm install @cosmotech/api-ts@5.0.0-beta4 --save
4040
```
4141

4242
_unPublished (not recommended):_

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Cosmo Tech Platform API
55
* Cosmo Tech Platform API
66
*
7-
* The version of the OpenAPI document: 5.0.1-SNAPSHOT
7+
* The version of the OpenAPI document: 5.0.0-beta4
88
* Contact: platform@cosmotech.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Cosmo Tech Platform API
55
* Cosmo Tech Platform API
66
*
7-
* The version of the OpenAPI document: 5.0.1-SNAPSHOT
7+
* The version of the OpenAPI document: 5.0.0-beta4
88
* Contact: platform@cosmotech.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Cosmo Tech Platform API
55
* Cosmo Tech Platform API
66
*
7-
* The version of the OpenAPI document: 5.0.1-SNAPSHOT
7+
* The version of the OpenAPI document: 5.0.0-beta4
88
* Contact: platform@cosmotech.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Cosmo Tech Platform API
55
* Cosmo Tech Platform API
66
*
7-
* The version of the OpenAPI document: 5.0.1-SNAPSHOT
7+
* The version of the OpenAPI document: 5.0.0-beta4
88
* Contact: platform@cosmotech.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Cosmo Tech Platform API
55
* Cosmo Tech Platform API
66
*
7-
* The version of the OpenAPI document: 5.0.1-SNAPSHOT
7+
* The version of the OpenAPI document: 5.0.0-beta4
88
* Contact: platform@cosmotech.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmotech/api-ts",
3-
"version": "5.0.1-SNAPSHOT",
3+
"version": "5.0.0-beta4",
44
"description": "OpenAPI client for @cosmotech/api-ts",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)