Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ sources:
- "1.1"
sync-for-expenses-source:
sourceNamespace: sync-for-expenses-source
sourceRevisionDigest: sha256:06a4c2d3485e1238d9bf03c430f1b9715fa3eacf75359d2dd6954ab9b88b9b5a
sourceRevisionDigest: sha256:3cf70e7d5d0c8d298a72adb026e7bb00754753da08b84f4de3d862c87ca057b6
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
tags:
- latest
- speakeasy-sdk-regen-1732640871
- speakeasy-sdk-regen-1732715580
- prealpha
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
Expand Down Expand Up @@ -110,10 +110,10 @@ targets:
sync-for-expenses-library:
source: sync-for-expenses-source
sourceNamespace: sync-for-expenses-source
sourceRevisionDigest: sha256:06a4c2d3485e1238d9bf03c430f1b9715fa3eacf75359d2dd6954ab9b88b9b5a
sourceRevisionDigest: sha256:3cf70e7d5d0c8d298a72adb026e7bb00754753da08b84f4de3d862c87ca057b6
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
codeSamplesNamespace: sync-for-expenses-source-code-samples
codeSamplesRevisionDigest: sha256:5ae3cf5f57fc94cd19a95ecc474bb42e81ddbeeab0de11529e19936155a99e52
codeSamplesNamespace: sync-for-expenses-source-java-code-samples
codeSamplesRevisionDigest: sha256:c3dc4b4596059421121736fcc99043b11b9747236d658fffb145fd128e8db882
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
Expand Down
8 changes: 4 additions & 4 deletions sync-for-expenses/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 37c7760d-adec-45ec-9000-ca662e9c0068
management:
docChecksum: c99953b67f6a5e5522a0340e273decdb
docVersion: prealpha
speakeasyVersion: 1.447.0
generationVersion: 2.463.0
releaseVersion: 1.0.0
configChecksum: befa27571044b513991e7826b0521a1a
speakeasyVersion: 1.448.0
generationVersion: 2.466.0
releaseVersion: 1.0.1
configChecksum: ff83a49ae8e0c27283f981a68c75514f
repoURL: https://github.com/codatio/client-sdk-java.git
repoSubDirectory: sync-for-expenses
published: true
Expand Down
2 changes: 1 addition & 1 deletion sync-for-expenses/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
oAuth2PasswordEnabled: false
telemetryEnabled: true
java:
version: 1.0.0
version: 1.0.1
additionalDependencies: []
additionalPlugins: []
artifactID: sync.expenses
Expand Down
4 changes: 2 additions & 2 deletions sync-for-expenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'io.codat:sync.expenses:1.0.0'
implementation 'io.codat:sync.expenses:1.0.1'
```

Maven:
```xml
<dependency>
<groupId>io.codat</groupId>
<artifactId>sync.expenses</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion sync-for-expenses/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [java v1.0.0] sync-for-expenses
### Releases
- [Maven Central v1.0.0] https://central.sonatype.com/artifact/io.codat.sync/expenses/1.0.0 - sync-for-expenses
- [Maven Central v1.0.0] https://central.sonatype.com/artifact/io.codat.sync/expenses/1.0.0 - sync-for-expenses

## 2024-11-27 13:52:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.0 (2.466.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.0.1] sync-for-expenses
### Releases
- [Maven Central v1.0.1] https://central.sonatype.com/artifact/io.codat.sync/expenses/1.0.1 - sync-for-expenses
4 changes: 2 additions & 2 deletions sync-for-expenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "io.codat"
version = "1.0.0"
version = "1.0.1"

sourcesJar {
archiveBaseName = "sync.expenses"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'io.codat'
artifactId = 'sync.expenses'
version = '1.0.0'
version = '1.0.1'

from components.java

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "prealpha";
public static final String SDK_VERSION = "1.0.0";
public static final String GEN_VERSION = "2.463.0";
public static final String SDK_VERSION = "1.0.1";
public static final String GEN_VERSION = "2.466.0";
private static final String BASE_PACKAGE = "io.codat.sync.expenses";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",
Expand Down