Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 8 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ sources:
- "1.1"
sync-for-expenses-source:
sourceNamespace: sync-for-expenses-source
sourceRevisionDigest: sha256:b5eb22d9cecae898f800d1dd163828079b3e370e151cb6dbf02122f0c8cff9cc
sourceBlobDigest: sha256:7f399328e7bf537a3e5ee884667234673d34c00e889182df4e2b0500bb91dcfd
sourceRevisionDigest: sha256:06a4c2d3485e1238d9bf03c430f1b9715fa3eacf75359d2dd6954ab9b88b9b5a
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
tags:
- latest
- main
- speakeasy-sdk-regen-1732640871
- prealpha
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:b7ab686758f0afcdfdea71a46fe64a0cc9e8e4ce32af1314372c9134dbb13ad6
Expand Down Expand Up @@ -108,8 +109,10 @@ targets:
sync-for-expenses-library:
source: sync-for-expenses-source
sourceNamespace: sync-for-expenses-source
sourceRevisionDigest: sha256:b5eb22d9cecae898f800d1dd163828079b3e370e151cb6dbf02122f0c8cff9cc
sourceBlobDigest: sha256:7f399328e7bf537a3e5ee884667234673d34c00e889182df4e2b0500bb91dcfd
sourceRevisionDigest: sha256:06a4c2d3485e1238d9bf03c430f1b9715fa3eacf75359d2dd6954ab9b88b9b5a
sourceBlobDigest: sha256:abe56a70fc7e5c5883c7e8a6bef59d69ceb2dc4eddbb3106ae06b6c5acb38408
codeSamplesNamespace: sync-for-expenses-source-code-samples
codeSamplesRevisionDigest: sha256:5ae3cf5f57fc94cd19a95ecc474bb42e81ddbeeab0de11529e19936155a99e52
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
Expand Down
280 changes: 173 additions & 107 deletions sync-for-expenses/.speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion sync-for-expenses/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ generation:
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
telemetryEnabled: true
java:
version: 0.3.0
version: 1.0.0
additionalDependencies: []
additionalPlugins: []
artifactID: sync.expenses
Expand All @@ -20,6 +21,7 @@ java:
companyEmail: [email protected]
companyName: Codat
companyURL: https://www.codat.io/
defaultErrorName: SDKError
description: Push expenses to accounting platforms.
flattenGlobalSecurity: true
githubURL: github.com/codatio/client-sdk-java/sync.expenses
Expand Down
Loading