Skip to content

Commit

Permalink
Merge pull request #534 from codatio/speakeasy-sdk-regen-1710955296
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Expenses library
  • Loading branch information
dcoplowe authored Mar 20, 2024
2 parents 3a9f04a + 23983e0 commit 25d8234
Show file tree
Hide file tree
Showing 100 changed files with 2,457 additions and 1,116 deletions.
23 changes: 13 additions & 10 deletions sync-for-expenses/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
lockVersion: 2.0.0
id: e2492906-821b-42bf-87aa-d2e0a13ba8fa
management:
docChecksum: cd6fa6671764b38bed9a8592c0f117ad
docChecksum: f7909a451d1597b90dec569f16a52c39
docVersion: prealpha
speakeasyVersion: internal
generationVersion: 2.253.0
releaseVersion: 4.1.1
configChecksum: dc4c6cde2d603a15f9c4b431424394cf
speakeasyVersion: 1.214.0
generationVersion: 2.286.2
releaseVersion: 4.2.0
configChecksum: 6ec9e1a1bd1d5e6b9a66c3fad3f5636b
repoURL: https://github.com/codatio/client-sdk-go.git
repoSubDirectory: sync-for-expenses
installationURL: https://github.com/codatio/client-sdk-go/sync-for-expenses
published: true
features:
go:
constsAndDefaults: 0.1.3
core: 3.3.2
constsAndDefaults: 0.1.4
core: 3.4.4
decimal: 0.1.0
deprecations: 2.81.1
examples: 2.81.3
globalSecurity: 2.82.6
globalServerURLs: 2.82.1
globalSecurity: 2.82.9
globalServerURLs: 2.82.2
inputOutputModels: 2.83.0
nameOverrides: 2.81.1
responseFormat: 0.1.0
retries: 2.82.2
webhooks: 1.0.0
generatedFiles:
- companies.go
- connections.go
Expand All @@ -36,7 +39,6 @@ generatedFiles:
- transactionstatus.go
- codatsyncexpenses.go
- go.mod
- go.sum
- pkg/models/sdkerrors/sdkerror.go
- pkg/types/bigint.go
- pkg/types/date.go
Expand Down Expand Up @@ -409,3 +411,4 @@ generatedFiles:
- USAGE.md
- pkg/models/operations/options.go
- .gitattributes
- internal/hooks/hooks.go
8 changes: 1 addition & 7 deletions sync-for-expenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
Expand Down Expand Up @@ -111,7 +110,7 @@ func main() {
### [Expenses](docs/sdks/expenses/README.md)

* [Create](docs/sdks/expenses/README.md#create) - Create expense transaction
* [Update](docs/sdks/expenses/README.md#update) - Update expense-transactions
* [Update](docs/sdks/expenses/README.md#update) - Update expense transactions
* [UploadAttachment](docs/sdks/expenses/README.md#uploadattachment) - Upload attachment

### [Sync](docs/sdks/sync/README.md)
Expand Down Expand Up @@ -179,7 +178,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
Expand Down Expand Up @@ -223,7 +221,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
Expand Down Expand Up @@ -322,7 +319,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
Expand Down Expand Up @@ -358,7 +354,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
Expand Down Expand Up @@ -431,7 +426,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
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 @@ -412,4 +412,14 @@ Based on:
### Generated
- [go v4.1.1] sync-for-expenses
### Releases
- [Go v4.1.1] https://github.com/codatio/client-sdk-go/releases/tag/sync-for-expenses/v4.1.1 - sync-for-expenses
- [Go v4.1.1] https://github.com/codatio/client-sdk-go/releases/tag/sync-for-expenses/v4.1.1 - sync-for-expenses

## 2024-03-20 17:21:30
### Changes
Based on:
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
- Speakeasy CLI 1.214.0 (2.286.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v4.2.0] sync-for-expenses
### Releases
- [Go v4.2.0] https://github.com/codatio/client-sdk-go/releases/tag/sync-for-expenses/v4.2.0 - sync-for-expenses
1 change: 0 additions & 1 deletion sync-for-expenses/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func main() {
if err != nil {
log.Fatal(err)
}

if res.Company != nil {
// handle response
}
Expand Down
Loading

0 comments on commit 25d8234

Please sign in to comment.