Skip to content

Commit ae0ff99

Browse files
authored
Merge pull request #29 from guardrails-ai/openapi-gen-upgrade
OpenAPI Generator Upgrade
2 parents aac67a7 + 8c10e0f commit ae0ff99

38 files changed

+2602
-763
lines changed

.github/workflows/pr_qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
build:
9+
qa:
1010
runs-on: ubuntu-latest
1111

1212
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
jobs:
10-
build:
10+
publish:
1111
runs-on: ubuntu-latest
1212

1313
steps:

openapitools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
33
"spaces": 2,
44
"generator-cli": {
5-
"version": "7.5.0",
5+
"version": "7.15.0",
66
"generators": {
77
"ts": {
88
"generatorName": "typescript-fetch",
@@ -13,7 +13,7 @@
1313
"supportsES6": true,
1414
"withInterfaces": true,
1515
"npmName": "@guardrails-ai/api-client",
16-
"npmVersion": "0.3.0"
16+
"npmVersion": "0.4.0"
1717
}
1818
},
1919
"py": {
@@ -23,7 +23,7 @@
2323
"skipValidateSpec": true,
2424
"additionalProperties": {
2525
"packageName": "guardrails_api_client",
26-
"packageVersion": "0.3.0",
26+
"packageVersion": "0.4.0",
2727
"projectName": "guardrails-api-client"
2828
}
2929
}

0 commit comments

Comments
 (0)