Skip to content

Commit 08d613f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.3
1 parent e4b34e5 commit 08d613f

File tree

14 files changed

+46
-82
lines changed

14 files changed

+46
-82
lines changed

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.423.1
1+
speakeasyVersion: 1.423.3
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -51,8 +51,8 @@ sources:
5151
- main
5252
sync-for-payables-source:
5353
sourceNamespace: sync-for-payables-source
54-
sourceRevisionDigest: sha256:779d37cac16c94d4dfa418bfd8c87c6e4c701c055be9298fba7eed6a5943e145
55-
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
54+
sourceRevisionDigest: sha256:57c05de30b96f1efc4952dda7371aa0b982442e1bd7c4e304fb9413b7c94e715
55+
sourceBlobDigest: sha256:1ffa6da669abbf5bb7fef62b991e1c237af95f876b930288b8ab14994e0ab0b5
5656
tags:
5757
- latest
5858
- main
@@ -102,8 +102,8 @@ targets:
102102
sync-for-payables-library:
103103
source: sync-for-payables-source
104104
sourceNamespace: sync-for-payables-source
105-
sourceRevisionDigest: sha256:779d37cac16c94d4dfa418bfd8c87c6e4c701c055be9298fba7eed6a5943e145
106-
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
105+
sourceRevisionDigest: sha256:57c05de30b96f1efc4952dda7371aa0b982442e1bd7c4e304fb9413b7c94e715
106+
sourceBlobDigest: sha256:1ffa6da669abbf5bb7fef62b991e1c237af95f876b930288b8ab14994e0ab0b5
107107
sync-for-payroll-library:
108108
source: sync-for-payroll-source
109109
sourceNamespace: sync-for-payroll-source

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 18757ebf-96ad-433f-80e1-10950345f2fe
33
management:
4-
docChecksum: fbf8f2528e5a3e33fc271641da46c916
4+
docChecksum: 16c2aba5060738f14671556b6526c400
55
docVersion: 3.0.0
6-
speakeasyVersion: 1.423.1
6+
speakeasyVersion: 1.423.3
77
generationVersion: 2.442.11
8-
releaseVersion: 2.0.0
9-
configChecksum: 132d3e0e4d9ee1b15fc5b94ac1856058
8+
releaseVersion: 3.0.0
9+
configChecksum: 9521bc2d0a62f4454590ebbed600f9c8
1010
repoURL: https://github.com/codatio/client-sdk-java.git
1111
repoSubDirectory: sync-for-payables
1212
published: true
@@ -36,7 +36,6 @@ generatedFiles:
3636
- build.gradle
3737
- docs/models/components/AccountMappingOption.md
3838
- docs/models/components/AccountStatus.md
39-
- docs/models/components/AccountType.md
4039
- docs/models/components/Address.md
4140
- docs/models/components/AddressType.md
4241
- docs/models/components/Attachment.md
@@ -163,7 +162,6 @@ generatedFiles:
163162
- src/main/java/io/codat/sync/payables/Suppliers.java
164163
- src/main/java/io/codat/sync/payables/models/components/AccountMappingOption.java
165164
- src/main/java/io/codat/sync/payables/models/components/AccountStatus.java
166-
- src/main/java/io/codat/sync/payables/models/components/AccountType.java
167165
- src/main/java/io/codat/sync/payables/models/components/Address.java
168166
- src/main/java/io/codat/sync/payables/models/components/AddressType.java
169167
- src/main/java/io/codat/sync/payables/models/components/Attachment.java

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
telemetryEnabled: true
1313
java:
14-
version: 2.0.0
14+
version: 3.0.0
1515
additionalDependencies: []
1616
additionalPlugins: []
1717
artifactID: sync.payables

sync-for-payables/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ The samples below show how a published SDK artifact is used:
6262

6363
Gradle:
6464
```groovy
65-
implementation 'io.codat:sync.payables:2.0.0'
65+
implementation 'io.codat:sync.payables:3.0.0'
6666
```
6767

6868
Maven:
6969
```xml
7070
<dependency>
7171
<groupId>io.codat</groupId>
7272
<artifactId>sync.payables</artifactId>
73-
<version>2.0.0</version>
73+
<version>3.0.0</version>
7474
</dependency>
7575
```
7676

sync-for-payables/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@ Based on:
5858
### Generated
5959
- [java v2.0.0] sync-for-payables
6060
### Releases
61-
- [Maven Central v2.0.0] https://central.sonatype.com/artifact/io.codat.sync/payables/2.0.0 - sync-for-payables
61+
- [Maven Central v2.0.0] https://central.sonatype.com/artifact/io.codat.sync/payables/2.0.0 - sync-for-payables
62+
63+
## 2024-10-30 13:41:58
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc
67+
- Speakeasy CLI 1.423.3 (2.442.11) https://github.com/speakeasy-api/speakeasy
68+
### Generated
69+
- [java v3.0.0] sync-for-payables
70+
### Releases
71+
- [Maven Central v3.0.0] https://central.sonatype.com/artifact/io.codat.sync/payables/3.0.0 - sync-for-payables

sync-for-payables/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "io.codat"
66-
version = "2.0.0"
66+
version = "3.0.0"
6767

6868
sourcesJar {
6969
archiveBaseName = "sync.payables"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'io.codat'
103103
artifactId = 'sync.payables'
104-
version = '2.0.0'
104+
version = '3.0.0'
105105

106106
from components.java
107107

sync-for-payables/docs/models/components/AccountType.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

sync-for-payables/docs/models/components/BankAccountMappingOption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `accountNumber` | *JsonNullable\<String>* | :heavy_minus_sign: | Account number for the bank account.<br/><br/>Xero integrations<br/>Only a UK account number shows for bank accounts with GBP currency and a combined total of sort code and account number that equals 14 digits, For non-GBP accounts, the full bank account number is populated. | |
9-
| `accountType` | [Optional\<AccountType>](../../models/components/AccountType.md) | :heavy_minus_sign: | The type of transactions and balances on the account. <br/>For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities. <br/>For Debit accounts, positive balances are assets, and positive transactions **increase** assets. | |
9+
| `accountType` | [Optional\<BankAccountType>](../../models/components/BankAccountType.md) | :heavy_minus_sign: | The type of transactions and balances on the account. <br/>For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities. <br/>For Debit accounts, positive balances are assets, and positive transactions **increase** assets. | |
1010
| `currency` | *JsonNullable\<String>* | :heavy_minus_sign: | The bank account's base currency. | |
1111
| `id` | *Optional\<String>* | :heavy_minus_sign: | Identifier for the account, unique for the company in the accounting software. | 3d5a8e00-d108-4045-8823-7f342676cffa |
1212
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | Name of the bank account in the accounting software. | Bank of Dave current account |

0 commit comments

Comments
 (0)