Skip to content

Commit b568481

Browse files
authored
Merge pull request #43 from codatio/speakeasy-sdk-regen-1712676682
chore: 🐝 Update SDK - Generate Sync for Payables library
2 parents 2485c1f + ccc8177 commit b568481

37 files changed

+1774
-239
lines changed

sync-for-payables/.speakeasy/gen.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
lockVersion: 2.0.0
22
id: 18757ebf-96ad-433f-80e1-10950345f2fe
33
management:
4-
docChecksum: 2e075d5b372c9d3c9aee304fe1c3caf6
4+
docChecksum: 0a5105593e81570862b31af7e3e3277c
55
docVersion: 3.0.0
6-
speakeasyVersion: 1.208.0
7-
generationVersion: 2.281.0
8-
releaseVersion: 0.2.0
9-
configChecksum: 0fd8c0448e523f65d6706666d82e3ccf
6+
speakeasyVersion: 1.244.1
7+
generationVersion: 2.301.2
8+
releaseVersion: 0.3.0
9+
configChecksum: d966eb657a5da6f0d15d9601a80e7362
1010
repoURL: https://github.com/codatio/client-sdk-java.git
1111
repoSubDirectory: sync-for-payables
1212
published: true
1313
features:
1414
java:
1515
constsAndDefaults: 0.1.1
16-
core: 3.15.0
16+
core: 3.16.4
1717
decimal: 0.0.1
1818
deprecations: 2.81.1
1919
downloadStreams: 0.1.1
2020
examples: 2.81.3
21-
globalSecurity: 2.82.4
21+
globalSecurity: 2.82.5
2222
globalServerURLs: 2.82.1
23-
nameOverrides: 2.81.2
23+
nameOverrides: 2.81.3
2424
retries: 0.1.1
2525
webhooks: 1.0.0
2626
generatedFiles:
@@ -53,6 +53,7 @@ generatedFiles:
5353
- src/main/java/io/codat/sync/payables/models/operations/CreateBankAccountRequestBuilder.java
5454
- src/main/java/io/codat/sync/payables/models/operations/CreateBillPaymentRequestBuilder.java
5555
- src/main/java/io/codat/sync/payables/models/operations/GetMappingOptionsPaymentsRequestBuilder.java
56+
- src/main/java/io/codat/sync/payables/models/operations/CreateSupplierRequestBuilder.java
5657
- src/main/java/io/codat/sync/payables/models/operations/ListSuppliersRequestBuilder.java
5758
- src/main/java/io/codat/sync/payables/models/operations/SDKMethodInterfaces.java
5859
- src/main/java/io/codat/sync/payables/CodatSyncPayables.java
@@ -136,6 +137,8 @@ generatedFiles:
136137
- src/main/java/io/codat/sync/payables/models/operations/CreateBillPaymentResponse.java
137138
- src/main/java/io/codat/sync/payables/models/operations/GetMappingOptionsPaymentsRequest.java
138139
- src/main/java/io/codat/sync/payables/models/operations/GetMappingOptionsPaymentsResponse.java
140+
- src/main/java/io/codat/sync/payables/models/operations/CreateSupplierRequest.java
141+
- src/main/java/io/codat/sync/payables/models/operations/CreateSupplierResponse.java
139142
- src/main/java/io/codat/sync/payables/models/operations/ListSuppliersRequest.java
140143
- src/main/java/io/codat/sync/payables/models/operations/ListSuppliersResponse.java
141144
- src/main/java/io/codat/sync/payables/models/components/One.java
@@ -181,11 +184,12 @@ generatedFiles:
181184
- src/main/java/io/codat/sync/payables/models/components/BillPaymentPrototype.java
182185
- src/main/java/io/codat/sync/payables/models/components/PaymentMappingOptions.java
183186
- src/main/java/io/codat/sync/payables/models/components/BankAccountMappingOption.java
184-
- src/main/java/io/codat/sync/payables/models/components/Suppliers.java
185-
- src/main/java/io/codat/sync/payables/models/components/AccountingAddress.java
186187
- src/main/java/io/codat/sync/payables/models/components/Supplier.java
187188
- src/main/java/io/codat/sync/payables/models/components/SupplierStatus.java
188-
- src/main/java/io/codat/sync/payables/models/components/AccountingAddressType.java
189+
- src/main/java/io/codat/sync/payables/models/components/Address.java
190+
- src/main/java/io/codat/sync/payables/models/components/AddressType.java
191+
- src/main/java/io/codat/sync/payables/models/components/SupplierPrototype.java
192+
- src/main/java/io/codat/sync/payables/models/components/Suppliers.java
189193
- src/main/java/io/codat/sync/payables/models/components/Security.java
190194
- src/main/java/io/codat/sync/payables/models/components/ClientRateLimitReachedWebhook.java
191195
- src/main/java/io/codat/sync/payables/models/components/ClientRateLimitReachedWebhookData.java
@@ -234,6 +238,8 @@ generatedFiles:
234238
- docs/models/operations/CreateBillPaymentResponse.md
235239
- docs/models/operations/GetMappingOptionsPaymentsRequest.md
236240
- docs/models/operations/GetMappingOptionsPaymentsResponse.md
241+
- docs/models/operations/CreateSupplierRequest.md
242+
- docs/models/operations/CreateSupplierResponse.md
237243
- docs/models/operations/ListSuppliersRequest.md
238244
- docs/models/operations/ListSuppliersResponse.md
239245
- docs/models/components/One.md
@@ -279,11 +285,12 @@ generatedFiles:
279285
- docs/models/components/BillPaymentPrototype.md
280286
- docs/models/components/PaymentMappingOptions.md
281287
- docs/models/components/BankAccountMappingOption.md
282-
- docs/models/components/Suppliers.md
283-
- docs/models/components/AccountingAddress.md
284288
- docs/models/components/Supplier.md
285289
- docs/models/components/SupplierStatus.md
286-
- docs/models/components/AccountingAddressType.md
290+
- docs/models/components/Address.md
291+
- docs/models/components/AddressType.md
292+
- docs/models/components/SupplierPrototype.md
293+
- docs/models/components/Suppliers.md
287294
- docs/models/components/Security.md
288295
- docs/models/components/ClientRateLimitReachedWebhook.md
289296
- docs/models/components/ClientRateLimitReachedWebhookData.md

sync-for-payables/README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,36 @@ Streamline your customers' accounts payable workflow.
77
<!-- Start SDK Installation [installation] -->
88
## SDK Installation
99

10-
### Gradle
10+
### Getting started
1111

12+
The samples below show how a published SDK artifact is used:
13+
14+
Gradle:
1215
```groovy
13-
implementation 'io.codat.sync.payables:openapi:0.2.0'
16+
implementation 'io.codat.sync.payables:openapi:0.3.0'
17+
```
18+
19+
Maven:
20+
```xml
21+
<dependency>
22+
<groupId>io.codat.sync.payables</groupId>
23+
<artifactId>openapi</artifactId>
24+
<version>0.3.0</version>
25+
</dependency>
26+
```
27+
28+
### How to build
29+
After cloning the git repository to your file system you can build the SDK artifact from source to the `build` directory by running `./gradlew build` on *nix systems or `gradlew.bat` on Windows systems.
30+
31+
If you wish to build from source and publish the SDK artifact to your local Maven repository (on your filesystem) then use the following command (after cloning the git repo locally):
32+
33+
On *nix:
34+
```bash
35+
./gradlew publishToMavenLocal -Pskip.signing
36+
```
37+
On Windows:
38+
```bash
39+
gradlew.bat publishToMavenLocal -Pskip.signing
1440
```
1541
<!-- End SDK Installation [installation] -->
1642

@@ -114,6 +140,7 @@ public class Application {
114140

115141
### [suppliers()](docs/sdks/suppliers/README.md)
116142

143+
* [create](docs/sdks/suppliers/README.md#create) - Create supplier
117144
* [list](docs/sdks/suppliers/README.md#list) - List suppliers
118145
<!-- End Available Resources and Operations [operations] -->
119146

sync-for-payables/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [java v0.2.0] sync-for-payables
2020
### Releases
21-
- [Maven Central v0.2.0] https://central.sonatype.com/artifact/io.codat.sync/payables/0.2.0 - sync-for-payables
21+
- [Maven Central v0.2.0] https://central.sonatype.com/artifact/io.codat.sync/payables/0.2.0 - sync-for-payables
22+
23+
## 2024-04-09 15:31:16
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
27+
- Speakeasy CLI 1.244.1 (2.301.2) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [java v0.3.0] sync-for-payables
30+
### Releases
31+
- [Maven Central v0.3.0] https://central.sonatype.com/artifact/io.codat.sync/payables/0.3.0 - sync-for-payables

sync-for-payables/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks.withType(Javadoc) {
5151
options.addStringOption('Xdoclint:none', '-quiet')
5252
}
5353
group = "io.codat"
54-
version = "0.2.0"
54+
version = "0.3.0"
5555

5656
sourcesJar {
5757
archiveBaseName = "sync.payables"
@@ -88,7 +88,7 @@ publishing {
8888
maven(MavenPublication) {
8989
groupId = 'io.codat'
9090
artifactId = 'sync.payables'
91-
version = '0.2.0'
91+
version = '0.3.0'
9292

9393
from components.java
9494

0 commit comments

Comments
 (0)