Skip to content

Commit 0c59780

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6 (#292)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 37ed603 commit 0c59780

File tree

293 files changed

+5152
-2549
lines changed

Some content is hidden

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

293 files changed

+5152
-2549
lines changed

.speakeasy/workflow.lock

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
speakeasyVersion: 1.396.6
2+
sources:
3+
bank-feeds-source:
4+
sourceNamespace: bank-feeds-source
5+
sourceRevisionDigest: sha256:ccef85376bbc987ea49cd61be000ea911639ec530399e528922e09062c02fa5f
6+
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
7+
tags:
8+
- latest
9+
- main
10+
targets:
11+
bank-feeds-library:
12+
source: bank-feeds-source
13+
sourceNamespace: bank-feeds-source
14+
sourceRevisionDigest: sha256:ccef85376bbc987ea49cd61be000ea911639ec530399e528922e09062c02fa5f
15+
sourceBlobDigest: sha256:24d837ec7ccccb55559e6de16951a64c09874b48e5ca92b7af36ea0b95b0eac2
16+
workflow:
17+
workflowVersion: 1.0.0
18+
speakeasyVersion: latest
19+
sources:
20+
bank-feeds-source:
21+
inputs:
22+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
23+
registry:
24+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source
25+
lending-source:
26+
inputs:
27+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
28+
platform-source:
29+
inputs:
30+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
31+
sync-for-commerce-source:
32+
inputs:
33+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
34+
sync-for-expenses-source:
35+
inputs:
36+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
37+
sync-for-payables-source:
38+
inputs:
39+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
40+
sync-for-payables-version-1-source:
41+
inputs:
42+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
43+
sync-for-payroll-source:
44+
inputs:
45+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
46+
targets:
47+
bank-feeds-library:
48+
target: csharp
49+
source: bank-feeds-source
50+
output: bank-feeds
51+
publish:
52+
nuget:
53+
apiKey: $nuget_api_key
54+
lending-library:
55+
target: csharp
56+
source: lending-source
57+
output: lending
58+
publish:
59+
nuget:
60+
apiKey: $nuget_api_key
61+
platform-library:
62+
target: csharp
63+
source: platform-source
64+
output: platform
65+
publish:
66+
nuget:
67+
apiKey: $nuget_api_key
68+
sync-for-commerce-library:
69+
target: csharp
70+
source: sync-for-commerce-source
71+
output: sync-for-commerce
72+
publish:
73+
nuget:
74+
apiKey: $nuget_api_key
75+
sync-for-expenses-library:
76+
target: csharp
77+
source: sync-for-expenses-source
78+
output: sync-for-expenses
79+
publish:
80+
nuget:
81+
apiKey: $nuget_api_key
82+
sync-for-payables-library:
83+
target: csharp
84+
source: sync-for-payables-source
85+
output: sync-for-payables
86+
publish:
87+
nuget:
88+
apiKey: $nuget_api_key
89+
sync-for-payables-version-1-library:
90+
target: csharp
91+
source: sync-for-payables-version-1-source
92+
output: previous-versions/sync-for-payables-version-1
93+
publish:
94+
nuget:
95+
apiKey: $nuget_api_key
96+
sync-for-payroll-library:
97+
target: csharp
98+
source: sync-for-payroll-source
99+
output: sync-for-payroll
100+
publish:
101+
nuget:
102+
apiKey: $nuget_api_key

.speakeasy/workflow.yaml

Lines changed: 82 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,86 @@
11
workflowVersion: 1.0.0
22
speakeasyVersion: latest
33
sources:
4-
bank-feeds-source:
5-
inputs:
6-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
7-
lending-source:
8-
inputs:
9-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
10-
platform-source:
11-
inputs:
12-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
13-
sync-for-commerce-source:
14-
inputs:
15-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
16-
sync-for-expenses-source:
17-
inputs:
18-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
19-
sync-for-payables-source:
20-
inputs:
21-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
22-
sync-for-payables-version-1-source:
23-
inputs:
24-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
25-
sync-for-payroll-source:
26-
inputs:
27-
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
4+
bank-feeds-source:
5+
inputs:
6+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source
9+
lending-source:
10+
inputs:
11+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
12+
platform-source:
13+
inputs:
14+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
15+
sync-for-commerce-source:
16+
inputs:
17+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
18+
sync-for-expenses-source:
19+
inputs:
20+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
21+
sync-for-payables-source:
22+
inputs:
23+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
24+
sync-for-payables-version-1-source:
25+
inputs:
26+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
27+
sync-for-payroll-source:
28+
inputs:
29+
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
2830
targets:
29-
bank-feeds-library:
30-
target: csharp
31-
source: bank-feeds-source
32-
output: bank-feeds
33-
publish:
34-
nuget:
35-
apiKey: $nuget_api_key
36-
lending-library:
37-
target: csharp
38-
source: lending-source
39-
output: lending
40-
publish:
41-
nuget:
42-
apiKey: $nuget_api_key
43-
platform-library:
44-
target: csharp
45-
source: platform-source
46-
output: platform
47-
publish:
48-
nuget:
49-
apiKey: $nuget_api_key
50-
sync-for-commerce-library:
51-
target: csharp
52-
source: sync-for-commerce-source
53-
output: sync-for-commerce
54-
publish:
55-
nuget:
56-
apiKey: $nuget_api_key
57-
sync-for-expenses-library:
58-
target: csharp
59-
source: sync-for-expenses-source
60-
output: sync-for-expenses
61-
publish:
62-
nuget:
63-
apiKey: $nuget_api_key
64-
sync-for-payables-library:
65-
target: csharp
66-
source: sync-for-payables-source
67-
output: sync-for-payables
68-
publish:
69-
nuget:
70-
apiKey: $nuget_api_key
71-
sync-for-payables-version-1-library:
72-
target: csharp
73-
source: sync-for-payables-version-1-source
74-
output: previous-versions/sync-for-payables-version-1
75-
publish:
76-
nuget:
77-
apiKey: $nuget_api_key
78-
sync-for-payroll-library:
79-
target: csharp
80-
source: sync-for-payroll-source
81-
output: sync-for-payroll
82-
publish:
83-
nuget:
84-
apiKey: $nuget_api_key
31+
bank-feeds-library:
32+
target: csharp
33+
source: bank-feeds-source
34+
output: bank-feeds
35+
publish:
36+
nuget:
37+
apiKey: $nuget_api_key
38+
lending-library:
39+
target: csharp
40+
source: lending-source
41+
output: lending
42+
publish:
43+
nuget:
44+
apiKey: $nuget_api_key
45+
platform-library:
46+
target: csharp
47+
source: platform-source
48+
output: platform
49+
publish:
50+
nuget:
51+
apiKey: $nuget_api_key
52+
sync-for-commerce-library:
53+
target: csharp
54+
source: sync-for-commerce-source
55+
output: sync-for-commerce
56+
publish:
57+
nuget:
58+
apiKey: $nuget_api_key
59+
sync-for-expenses-library:
60+
target: csharp
61+
source: sync-for-expenses-source
62+
output: sync-for-expenses
63+
publish:
64+
nuget:
65+
apiKey: $nuget_api_key
66+
sync-for-payables-library:
67+
target: csharp
68+
source: sync-for-payables-source
69+
output: sync-for-payables
70+
publish:
71+
nuget:
72+
apiKey: $nuget_api_key
73+
sync-for-payables-version-1-library:
74+
target: csharp
75+
source: sync-for-payables-version-1-source
76+
output: previous-versions/sync-for-payables-version-1
77+
publish:
78+
nuget:
79+
apiKey: $nuget_api_key
80+
sync-for-payroll-library:
81+
target: csharp
82+
source: sync-for-payroll-source
83+
output: sync-for-payroll
84+
publish:
85+
nuget:
86+
apiKey: $nuget_api_key

0 commit comments

Comments
 (0)