Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 0.9.0 #23

Merged
merged 2 commits into from
Apr 4, 2025
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
480 changes: 377 additions & 103 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
go:
version: 0.8.1
version: 0.9.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.523.0
speakeasyVersion: 1.529.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:6207cbba5e344794c7fc9740dd1de4eaf34d9beaa3fc0f7a8389e3b0b47f5b91
sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
sourceRevisionDigest: sha256:b30a918ddc8a531216791f51c6c2de9ec9eb5b512a0c064a1708bef497bf07eb
sourceBlobDigest: sha256:129f9bc0d8b29efd7db3b87ac4fe87de06d8bc3060a12340799861913382fe05
tags:
- latest
- speakeasy-sdk-regen-1741788467
- 10.12.4
- speakeasy-sdk-regen-1743420870
- 10.14.1
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:6207cbba5e344794c7fc9740dd1de4eaf34d9beaa3fc0f7a8389e3b0b47f5b91
sourceBlobDigest: sha256:53708e30587d09cdcd934b6c7bf237861ff24b79984d14715567cda1bfe57379
sourceRevisionDigest: sha256:b30a918ddc8a531216791f51c6c2de9ec9eb5b512a0c064a1708bef497bf07eb
sourceBlobDigest: sha256:129f9bc0d8b29efd7db3b87ac4fe87de06d8bc3060a12340799861913382fe05
codeSamplesNamespace: apideck-go-code-samples
codeSamplesRevisionDigest: sha256:c3abe4e8dab536f288afacd86367ae0834a798ef871b4980f32e6da58c23496c
codeSamplesRevisionDigest: sha256:139f00d416cf3e3a40008a93ddb90806f12a954e72787ea6149afabffe6a5ba0
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
75 changes: 22 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,18 @@ func main() {
### [Accounting](docs/sdks/accounting/README.md)


#### [Accounting.AgedCreditors](docs/sdks/agedcreditors/README.md)

* [Get](docs/sdks/agedcreditors/README.md#get) - Get Aged Creditors

#### [Accounting.AgedDebtors](docs/sdks/ageddebtors/README.md)

* [Get](docs/sdks/ageddebtors/README.md#get) - Get Aged Debtors

#### [Accounting.Attachments](docs/sdks/attachments/README.md)

* [List](docs/sdks/attachments/README.md#list) - List Attachments
* [Upload](docs/sdks/attachments/README.md#upload) - Upload attachment
* [Get](docs/sdks/attachments/README.md#get) - Get Attachment
* [Delete](docs/sdks/attachments/README.md#delete) - Delete Attachment
* [Download](docs/sdks/attachments/README.md#download) - Download Attachment
Expand Down Expand Up @@ -456,6 +461,10 @@ func main() {
#### [Crm.Pipelines](docs/sdks/pipelines/README.md)

* [List](docs/sdks/pipelines/README.md#list) - List pipelines
* [Create](docs/sdks/pipelines/README.md#create) - Create pipeline
* [Get](docs/sdks/pipelines/README.md#get) - Get pipeline
* [Update](docs/sdks/pipelines/README.md#update) - Update pipeline
* [Delete](docs/sdks/pipelines/README.md#delete) - Delete pipeline

#### [Crm.Users](docs/sdks/users/README.md)

Expand Down Expand Up @@ -536,6 +545,7 @@ func main() {

* [Create](docs/sdks/uploadsessions/README.md#create) - Start Upload Session
* [Get](docs/sdks/uploadsessions/README.md#get) - Get Upload Session
* [Upload](docs/sdks/uploadsessions/README.md#upload) - Upload part of File to Upload Session
* [Delete](docs/sdks/uploadsessions/README.md#delete) - Abort Upload Session
* [Finish](docs/sdks/uploadsessions/README.md#finish) - Finish Upload Session

Expand Down Expand Up @@ -1107,63 +1117,22 @@ func main() {
sdkgo.WithAppID("dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"),
)

res, err := s.FileStorage.UploadSessions.Create(ctx, operations.FileStorageUploadSessionsAddRequest{
ServiceID: sdkgo.String("salesforce"),
CreateUploadSessionRequest: components.CreateUploadSessionRequest{
Name: "Documents",
ParentFolderID: "1234",
DriveID: sdkgo.String("1234"),
Size: sdkgo.Int64(1810673),
PassThrough: []components.PassThroughBody{
components.PassThroughBody{
ServiceID: "<id>",
ExtendPaths: []components.ExtendPaths{
components.ExtendPaths{
Path: "$.nested.property",
Value: map[string]any{
"TaxClassificationRef": map[string]any{
"value": "EUC-99990201-V1-00020000",
},
},
},
components.ExtendPaths{
Path: "$.nested.property",
Value: map[string]any{
"TaxClassificationRef": map[string]any{
"value": "EUC-99990201-V1-00020000",
},
},
},
},
},
components.PassThroughBody{
ServiceID: "<id>",
ExtendPaths: []components.ExtendPaths{
components.ExtendPaths{
Path: "$.nested.property",
Value: map[string]any{
"TaxClassificationRef": map[string]any{
"value": "EUC-99990201-V1-00020000",
},
},
},
components.ExtendPaths{
Path: "$.nested.property",
Value: map[string]any{
"TaxClassificationRef": map[string]any{
"value": "EUC-99990201-V1-00020000",
},
},
},
},
},
},
},
requestBody, fileErr := os.Open("example.file")
if fileErr != nil {
panic(fileErr)
}

res, err := s.Accounting.Attachments.Upload(ctx, operations.AccountingAttachmentsUploadRequest{
ReferenceType: components.AttachmentReferenceTypeInvoice,
ReferenceID: "123456",
XApideckMetadata: sdkgo.String("{\"name\":\"document.pdf\",\"description\":\"Invoice attachment\"}"),
ServiceID: sdkgo.String("salesforce"),
RequestBody: requestBody,
}, operations.WithServerURL("https://upload.apideck.com"))
if err != nil {
log.Fatal(err)
}
if res.CreateUploadSessionResponse != nil {
if res.CreateAttachmentResponse != nil {
// handle response
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,14 @@ Based on:
### Generated
- [go v0.8.1] .
### Releases
- [Go v0.8.1] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.8.1 - .
- [Go v0.8.1] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.8.1 - .

## 2025-04-04 11:59:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.529.1 (2.566.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.9.0] .
### Releases
- [Go v0.9.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.9.0 - .
2 changes: 2 additions & 0 deletions accounting.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type Accounting struct {
TrackingCategories *TrackingCategories
BillPayments *BillPayments
Expenses *Expenses
AgedCreditors *AgedCreditors
AgedDebtors *AgedDebtors

sdkConfiguration sdkConfiguration
Expand Down Expand Up @@ -53,6 +54,7 @@ func newAccounting(sdkConfig sdkConfiguration) *Accounting {
TrackingCategories: newTrackingCategories(sdkConfig),
BillPayments: newBillPayments(sdkConfig),
Expenses: newExpenses(sdkConfig),
AgedCreditors: newAgedCreditors(sdkConfig),
AgedDebtors: newAgedDebtors(sdkConfig),
}
}
Loading