File tree 5 files changed +20
-9
lines changed
5 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: "1.0"
6
6
speakeasyVersion: 1.483.0
7
7
generationVersion: 2.502.0
8
- releaseVersion: 0.1.15
9
- configChecksum: d7316db187f8178eae9465f1f7f7511b
8
+ releaseVersion: 0.1.16
9
+ configChecksum: b6439fd84ac2eebaae9223470937aff3
10
10
repoURL: https://github.com/novuhq/novu-go.git
11
11
installationURL: https://github.com/novuhq/novu-go
12
12
features:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generation:
16
16
oAuth2ClientCredentialsEnabled : true
17
17
oAuth2PasswordEnabled : true
18
18
go :
19
- version : 0.1.15
19
+ version : 0.1.16
20
20
additionalDependencies :
21
21
github.com/google/uuid : v1.6.0
22
22
allowUnknownFieldsInWeakUnions : false
Original file line number Diff line number Diff line change @@ -2,19 +2,20 @@ speakeasyVersion: 1.483.0
2
2
sources:
3
3
novu-OAS:
4
4
sourceNamespace: novu-oas
5
- sourceRevisionDigest: sha256:5af140a2c2223af6b2674fa0963ac764e1eddc4fd6cff19ff00c113b5128c7bf
5
+ sourceRevisionDigest: sha256:078d2447b35060a4781a54884ca8ba837705520ddc7877440e341fbe88b8d09c
6
6
sourceBlobDigest: sha256:01282feee062c1e6d3f5ef9c9bd81070220286d04706a6287dbd3f477a420fee
7
7
tags:
8
8
- latest
9
+ - speakeasy-sdk-regen-1738672116
9
10
- "1.0"
10
11
targets:
11
12
novu:
12
13
source: novu-OAS
13
14
sourceNamespace: novu-oas
14
- sourceRevisionDigest: sha256:5af140a2c2223af6b2674fa0963ac764e1eddc4fd6cff19ff00c113b5128c7bf
15
+ sourceRevisionDigest: sha256:078d2447b35060a4781a54884ca8ba837705520ddc7877440e341fbe88b8d09c
15
16
sourceBlobDigest: sha256:01282feee062c1e6d3f5ef9c9bd81070220286d04706a6287dbd3f477a420fee
16
17
codeSamplesNamespace: novu-oas-go-code-samples
17
- codeSamplesRevisionDigest: sha256:66ad7be8daa47eec4e1a32a7ba893d3685f7aa1e2480ef597d6538512cca4376
18
+ codeSamplesRevisionDigest: sha256:b5424883459f1810251fd7c135a1a4a04eff00940e990c40edb186f6d3017691
18
19
workflow:
19
20
workflowVersion: 1.0.0
20
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -48,4 +48,14 @@ Based on:
48
48
### Generated
49
49
- [ go v0.1.3] .
50
50
### Releases
51
- - [ Go v0.1.3] https://github.com/novuhq/novu-go/releases/tag/v0.1.3 - .
51
+ - [ Go v0.1.3] https://github.com/novuhq/novu-go/releases/tag/v0.1.3 - .
52
+
53
+ ## 2025-02-04 12:28:23
54
+ ### Changes
55
+ Based on:
56
+ - OpenAPI Doc
57
+ - Speakeasy CLI 1.483.0 (2.502.0) https://github.com/speakeasy-api/speakeasy
58
+ ### Generated
59
+ - [ go v0.1.16] .
60
+ ### Releases
61
+ - [ Go v0.1.16] https://github.com/novuhq/novu-go/releases/tag/v0.1.16 - .
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ func New(opts ...SDKOption) *Novu {
171
171
sdkConfiguration : sdkConfiguration {
172
172
Language : "go" ,
173
173
OpenAPIDocVersion : "1.0" ,
174
- SDKVersion : "0.1.15 " ,
174
+ SDKVersion : "0.1.16 " ,
175
175
GenVersion : "2.502.0" ,
176
- UserAgent : "speakeasy-sdk/go 0.1.15 2.502.0 1.0 github.com/novuhq/novu-go" ,
176
+ UserAgent : "speakeasy-sdk/go 0.1.16 2.502.0 1.0 github.com/novuhq/novu-go" ,
177
177
Hooks : hooks .New (),
178
178
},
179
179
}
You can’t perform that action at this time.
0 commit comments