Skip to content

Commit 5913d78

Browse files
authored
Merge pull request #242 from codatio/library-update
Automated PR created by OAS bot
2 parents e2274fe + bd18865 commit 5913d78

File tree

1,788 files changed

+475
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,788 files changed

+475
-43
lines changed

.github/workflows/accounting_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
speakeasy_version: latest
1616
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
1717
languages: |-
18-
- python: ./accounting
18+
- python: ./previous-versions/accounting
1919
create_release: true
2020
mode: pr
2121
force: ${{ github.event.inputs.force }}

.github/workflows/accounting_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Accounting library
22
'on':
33
push:
44
paths:
5-
- accounting/RELEASES.md
5+
- previous-versions/accounting/RELEASES.md
66
branches:
77
- main
88
jobs:

.github/workflows/assess_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
speakeasy_version: latest
1616
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
1717
languages: |-
18-
- python: ./assess
18+
- python: ./previous-versions/assess
1919
create_release: true
2020
mode: pr
2121
force: ${{ github.event.inputs.force }}

.github/workflows/assess_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Assess library
22
'on':
33
push:
44
paths:
5-
- assess/RELEASES.md
5+
- previous-versions/assess/RELEASES.md
66
branches:
77
- main
88
jobs:

.github/workflows/banking_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
speakeasy_version: latest
1616
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
1717
languages: |-
18-
- python: ./banking
18+
- python: ./previous-versions/banking
1919
create_release: true
2020
mode: pr
2121
force: ${{ github.event.inputs.force }}

.github/workflows/banking_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Banking library
22
'on':
33
push:
44
paths:
5-
- banking/RELEASES.md
5+
- previous-versions/banking/RELEASES.md
66
branches:
77
- main
88
jobs:

.github/workflows/commerce_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
speakeasy_version: latest
1616
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
1717
languages: |-
18-
- python: ./commerce
18+
- python: ./previous-versions/commerce
1919
create_release: true
2020
mode: pr
2121
force: ${{ github.event.inputs.force }}

.github/workflows/commerce_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Commerce library
22
'on':
33
push:
44
paths:
5-
- commerce/RELEASES.md
5+
- previous-versions/commerce/RELEASES.md
66
branches:
77
- main
88
jobs:

.github/workflows/common_generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
speakeasy_version: latest
1616
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
1717
languages: |-
18-
- python: ./common
18+
- python: ./previous-versions/common
1919
create_release: true
2020
mode: pr
2121
force: ${{ github.event.inputs.force }}

.github/workflows/common_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Common library
22
'on':
33
push:
44
paths:
5-
- common/RELEASES.md
5+
- previous-versions/common/RELEASES.md
66
branches:
77
- main
88
jobs:

0 commit comments

Comments
 (0)