Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.1, Speakeasy CLI 1.178.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 13, 2024
1 parent dc9a813 commit 10f4dc1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ management:
docChecksum: 9032b1104bb04d9de528b41ad19264a1
docVersion: "1.1"
speakeasyVersion: internal
generationVersion: 2.250.2
releaseVersion: 0.7.0
configChecksum: 8fc451a0cfc73d27b98b0ed53eeef343
generationVersion: 2.253.0
releaseVersion: 0.7.1
configChecksum: e889dcca55618a046666c36c5daac73e
repoURL: https://github.com/speakeasy-sdks/tjsoler-psd2.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/tjsoler-psd2
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.7.0] .
### Releases
- [Go v0.7.0] https://github.com/speakeasy-sdks/tjsoler-psd2/releases/tag/v0.7.0 - .
- [Go v0.7.0] https://github.com/speakeasy-sdks/tjsoler-psd2/releases/tag/v0.7.0 - .

## 2024-02-13 00:52:27
### Changes
Based on:
- OpenAPI Doc 1.1
- Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.7.1] .
### Releases
- [Go v0.7.1] https://github.com/speakeasy-sdks/tjsoler-psd2/releases/tag/v0.7.1 - .
10 changes: 0 additions & 10 deletions docs/sdks/iniciodepago/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,9 @@ func main() {
Signature: "string",
SinglePayment: shared.SinglePayment{
ChargeBearer: tjsolerpsd2.String("SLEV"),
CreditorAccount: &shared.CreditorAccount{},
CreditorAddress: &shared.CreditorAddress{},
CreditorAgent: tjsolerpsd2.String("XXXLESMMXXX"),
CreditorName: tjsolerpsd2.String("Nombre"),
DebtorAccount: &shared.SinglePaymentDebtorAccount{},
ExchangeRateInformation: &shared.ExchangeRateInformation{},
InstructedAmount: &shared.SinglePaymentInstructedAmount{},
RemittanceInformationStructured: &shared.RemittanceInformationStructured{},
RemittanceInformationStructuredArray: &shared.RemittanceInformationStructuredArray{},
RemittanceInformationUnstructured: tjsolerpsd2.String("Informacion adicional"),
RemittanceInformationUnstructuredArray: []string{
"string",
},
},
TPPSignatureCertificate: "string",
XRequestID: "string",
Expand Down
3 changes: 0 additions & 3 deletions docs/sdks/serviciosmultibanco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,9 @@ func main() {
Digest: "string",
PSUIPAddress: "string",
RequestStartMultibankPayment: shared.RequestStartMultibankPayment{
DebtorAccount: &shared.RequestStartMultibankPaymentDebtorAccount{},
EntityCode: tjsolerpsd2.Int64(10003),
InstructedAmount: &shared.InstructedAmount{},
OperationReference: tjsolerpsd2.String("1501ab4e-6904-11ea-bc55-0242ac130003"),
ParameterCode: tjsolerpsd2.Int64(3),
PaymentPeriod: &shared.PaymentPeriod{},
PaymentReference: tjsolerpsd2.String("123456789"),
PaymentType: tjsolerpsd2.Int64(1),
PaymentTypeCode: tjsolerpsd2.String("05"),
Expand Down
3 changes: 2 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ generation:
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
go:
version: 0.7.0
version: 0.7.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
6 changes: 3 additions & 3 deletions psd2cajarural.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ func New(opts ...SDKOption) *Psd2CajaRural {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.1",
SDKVersion: "0.7.0",
GenVersion: "2.250.2",
UserAgent: "speakeasy-sdk/go 0.7.0 2.250.2 1.1 github.com/speakeasy-sdks/tjsoler-psd2",
SDKVersion: "0.7.1",
GenVersion: "2.253.0",
UserAgent: "speakeasy-sdk/go 0.7.1 2.253.0 1.1 github.com/speakeasy-sdks/tjsoler-psd2",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit 10f4dc1

Please sign in to comment.