Skip to content

Commit 0b431f0

Browse files
Automatically update typescript client (ref: Cosmo-Tech/cosmotech-api@6af1d4f)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent f717267 commit 0b431f0

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-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@3.0.0
1+
## @cosmotech/api-ts@3.0.1-SNAPSHOT
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@3.0.0 --save
39+
npm install @cosmotech/api-ts@3.0.1-SNAPSHOT --save
4040
```
4141

4242
_unPublished (not recommended):_

api.ts

Lines changed: 7 additions & 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: 3.0.0
7+
* The version of the OpenAPI document: 3.0.1-SNAPSHOT
88
* Contact: platform@cosmotech.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2352,6 +2352,12 @@ export interface Solution {
23522352
* @memberof Solution
23532353
*/
23542354
'repository'?: string;
2355+
/**
2356+
* set to true if the runtemplate wants to always pull the image
2357+
* @type {boolean}
2358+
* @memberof Solution
2359+
*/
2360+
'alwaysPull'?: boolean;
23552361
/**
23562362
* the main Cosmo Tech simulator name used in standard Run Template
23572363
* @type {string}

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: 3.0.0
7+
* The version of the OpenAPI document: 3.0.1-SNAPSHOT
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: 3.0.0
7+
* The version of the OpenAPI document: 3.0.1-SNAPSHOT
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: 3.0.0
7+
* The version of the OpenAPI document: 3.0.1-SNAPSHOT
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: 3.0.0
7+
* The version of the OpenAPI document: 3.0.1-SNAPSHOT
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": "3.0.0",
3+
"version": "3.0.1-SNAPSHOT",
44
"description": "OpenAPI client for @cosmotech/api-ts",
55
"author": "OpenAPI-Generator Contributors",
66
"keywords": [

0 commit comments

Comments
 (0)