1
1
workflowVersion : 1.0.0
2
2
speakeasyVersion : latest
3
3
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
28
30
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