|
1 |
| -speakeasyVersion: 1.413.0 |
| 1 | +speakeasyVersion: 1.423.1 |
2 | 2 | sources:
|
3 | 3 | bank-feeds-source:
|
4 | 4 | sourceNamespace: bank-feeds-source
|
@@ -37,8 +37,8 @@ sources:
|
37 | 37 | - main
|
38 | 38 | sync-for-payables-source:
|
39 | 39 | sourceNamespace: sync-for-payables-source
|
40 |
| - sourceRevisionDigest: sha256:9d7f5671b38ac1184a4c6a3923ce4896f56e1c0453b888504fb1215d5b550f99 |
41 |
| - sourceBlobDigest: sha256:b746372e39c00371a302d5bc53ca0c9d4226673127517fd8c2de01d4d5453ae0 |
| 40 | + sourceRevisionDigest: sha256:e580893364fcd6556b524253d06d6f2a7ffd0aca5bd603c63d7b5e438fc78976 |
| 41 | + sourceBlobDigest: sha256:94efa1f6ef672dea2f97465d587d6963b075c521c20321c47fc85ca526693875 |
42 | 42 | tags:
|
43 | 43 | - latest
|
44 | 44 | - main
|
@@ -85,8 +85,8 @@ targets:
|
85 | 85 | sync-for-payables-library:
|
86 | 86 | source: sync-for-payables-source
|
87 | 87 | sourceNamespace: sync-for-payables-source
|
88 |
| - sourceRevisionDigest: sha256:9d7f5671b38ac1184a4c6a3923ce4896f56e1c0453b888504fb1215d5b550f99 |
89 |
| - sourceBlobDigest: sha256:b746372e39c00371a302d5bc53ca0c9d4226673127517fd8c2de01d4d5453ae0 |
| 88 | + sourceRevisionDigest: sha256:e580893364fcd6556b524253d06d6f2a7ffd0aca5bd603c63d7b5e438fc78976 |
| 89 | + sourceBlobDigest: sha256:94efa1f6ef672dea2f97465d587d6963b075c521c20321c47fc85ca526693875 |
90 | 90 | sync-for-payables-version-1-library:
|
91 | 91 | source: sync-for-payables-version-1-source
|
92 | 92 | sourceNamespace: sync-for-payables-version-1-source
|
@@ -149,52 +149,84 @@ workflow:
|
149 | 149 | publish:
|
150 | 150 | nuget:
|
151 | 151 | apiKey: $nuget_api_key
|
| 152 | + codeSamples: |
| 153 | + registry: |
| 154 | + location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples |
| 155 | + blocking: false |
152 | 156 | lending-library:
|
153 | 157 | target: csharp
|
154 | 158 | source: lending-source
|
155 | 159 | output: lending
|
156 | 160 | publish:
|
157 | 161 | nuget:
|
158 | 162 | apiKey: $nuget_api_key
|
| 163 | + codeSamples: |
| 164 | + registry: |
| 165 | + location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples |
| 166 | + blocking: false |
159 | 167 | platform-library:
|
160 | 168 | target: csharp
|
161 | 169 | source: platform-source
|
162 | 170 | output: platform
|
163 | 171 | publish:
|
164 | 172 | nuget:
|
165 | 173 | apiKey: $nuget_api_key
|
| 174 | + codeSamples: |
| 175 | + registry: |
| 176 | + location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples |
| 177 | + blocking: false |
166 | 178 | sync-for-commerce-library:
|
167 | 179 | target: csharp
|
168 | 180 | source: sync-for-commerce-source
|
169 | 181 | output: sync-for-commerce
|
170 | 182 | publish:
|
171 | 183 | nuget:
|
172 | 184 | apiKey: $nuget_api_key
|
| 185 | + codeSamples: |
| 186 | + registry: |
| 187 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples |
| 188 | + blocking: false |
173 | 189 | sync-for-expenses-library:
|
174 | 190 | target: csharp
|
175 | 191 | source: sync-for-expenses-source
|
176 | 192 | output: sync-for-expenses
|
177 | 193 | publish:
|
178 | 194 | nuget:
|
179 | 195 | apiKey: $nuget_api_key
|
| 196 | + codeSamples: |
| 197 | + registry: |
| 198 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples |
| 199 | + blocking: false |
180 | 200 | sync-for-payables-library:
|
181 | 201 | target: csharp
|
182 | 202 | source: sync-for-payables-source
|
183 | 203 | output: sync-for-payables
|
184 | 204 | publish:
|
185 | 205 | nuget:
|
186 | 206 | apiKey: $nuget_api_key
|
| 207 | + codeSamples: |
| 208 | + registry: |
| 209 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples |
| 210 | + blocking: false |
187 | 211 | sync-for-payables-version-1-library:
|
188 | 212 | target: csharp
|
189 | 213 | source: sync-for-payables-version-1-source
|
190 | 214 | output: previous-versions/sync-for-payables-version-1
|
191 | 215 | publish:
|
192 | 216 | nuget:
|
193 | 217 | apiKey: $nuget_api_key
|
| 218 | + codeSamples: |
| 219 | + registry: |
| 220 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples |
| 221 | + blocking: false |
194 | 222 | sync-for-payroll-library:
|
195 | 223 | target: csharp
|
196 | 224 | source: sync-for-payroll-source
|
197 | 225 | output: sync-for-payroll
|
198 | 226 | publish:
|
199 | 227 | nuget:
|
200 | 228 | apiKey: $nuget_api_key
|
| 229 | + codeSamples: |
| 230 | + registry: |
| 231 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples |
| 232 | + blocking: false |
0 commit comments