Skip to content

Commit 558c1e9

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.540.1
1 parent 7116faf commit 558c1e9

20 files changed

+800
-109
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.speakeasy/temp/
12
.speakeasy/reports
23
# .gitignore

.speakeasy/gen.lock

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ generation:
1414
parameterOrderingFeb2024: true
1515
requestResponseComponentNamesFeb2024: true
1616
securityFeb2025: false
17+
sharedErrorComponentsApr2025: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: true
1920
oAuth2PasswordEnabled: true
2021
go:
21-
version: 0.4.14
22+
version: 0.4.15
2223
additionalDependencies: {}
2324
allowUnknownFieldsInWeakUnions: false
2425
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.535.1
1+
speakeasyVersion: 1.540.1
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:1717b0bf3b209df052ce66b45dbe8b8abc6dea64a89d7cd830ed153819550ac9
6-
sourceBlobDigest: sha256:f7de4f37fbd445f62763bbc4ca8d61d967f01060333fc26184ff648a906e3bac
5+
sourceRevisionDigest: sha256:00e7b171806f2ac453ae4a76a16e50ff0bb8fdf700a757f5cfa6b1a3c8baac80
6+
sourceBlobDigest: sha256:9c3c60a2ecad54592b832103ba035a65f3234879086d031ef15fcc2f9f7cb0db
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744981685
9+
- speakeasy-sdk-regen-1746004674
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:1717b0bf3b209df052ce66b45dbe8b8abc6dea64a89d7cd830ed153819550ac9
16-
sourceBlobDigest: sha256:f7de4f37fbd445f62763bbc4ca8d61d967f01060333fc26184ff648a906e3bac
15+
sourceRevisionDigest: sha256:00e7b171806f2ac453ae4a76a16e50ff0bb8fdf700a757f5cfa6b1a3c8baac80
16+
sourceBlobDigest: sha256:9c3c60a2ecad54592b832103ba035a65f3234879086d031ef15fcc2f9f7cb0db
1717
codeSamplesNamespace: polar-oas-code-samples-go
18-
codeSamplesRevisionDigest: sha256:d213c3ef92243d4f3af1faeeaa47f809a9a6fe70a478f52d70480da55d9a49d7
18+
codeSamplesRevisionDigest: sha256:e01a2b2428d6c4de9760a7e6d4dd01e3e665ae1f07589efdf639e0951766dc18
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func main() {
105105
CustomerEmail: polargo.String("<value>"),
106106
CustomerIPAddress: polargo.String("<value>"),
107107
CustomerBillingAddress: &components.Address{
108-
Country: "SE",
108+
Country: "FR",
109109
},
110110
CustomerTaxID: polargo.String("<id>"),
111111
PaymentProcessorMetadata: map[string]string{

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [go v0.4.14] .
290290
### Releases
291-
- [Go v0.4.14] https://github.com/polarsource/polar-go/releases/tag/v0.4.14 - .
291+
- [Go v0.4.14] https://github.com/polarsource/polar-go/releases/tag/v0.4.14 - .
292+
293+
## 2025-04-30 09:17:37
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.540.1 (2.593.4) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [go v0.4.15] .
300+
### Releases
301+
- [Go v0.4.15] https://github.com/polarsource/polar-go/releases/tag/v0.4.15 - .

docs/models/components/conditions.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Conditions
22

33

4-
## Fields
4+
## Supported Types
5+
6+
###
7+
8+
```go
9+
conditions := components.CreateConditionsStr(string{/* values here */})
10+
```
11+
12+
###
13+
14+
```go
15+
conditions := components.CreateConditionsInteger(int64{/* values here */})
16+
```
17+
18+
###
19+
20+
```go
21+
conditions := components.CreateConditionsNumber(float64{/* values here */})
22+
```
23+
24+
###
25+
26+
```go
27+
conditions := components.CreateConditionsBoolean(bool{/* values here */})
28+
```
529

6-
| Field | Type | Required | Description |
7-
| ----------- | ----------- | ----------- | ----------- |

docs/models/components/licensekeyactivate.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
8-
| `Key` | *string* | :heavy_check_mark: | N/A |
9-
| `OrganizationID` | *string* | :heavy_check_mark: | N/A |
10-
| `Label` | *string* | :heavy_check_mark: | N/A |
11-
| `Conditions` | [*components.LicenseKeyActivateConditions](../../models/components/licensekeyactivateconditions.md) | :heavy_minus_sign: | N/A |
12-
| `Meta` | [*components.LicenseKeyActivateMeta](../../models/components/licensekeyactivatemeta.md) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `Key` | *string* | :heavy_check_mark: | N/A |
9+
| `OrganizationID` | *string* | :heavy_check_mark: | N/A |
10+
| `Label` | *string* | :heavy_check_mark: | N/A |
11+
| `Conditions` | map[string][components.LicenseKeyActivateConditions](../../models/components/licensekeyactivateconditions.md) | :heavy_minus_sign: | Key-value object allowing you to set conditions that must match when validating the license key.<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A floating-point number<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. |
12+
| `Meta` | map[string][components.LicenseKeyActivateMeta](../../models/components/licensekeyactivatemeta.md) | :heavy_minus_sign: | Key-value object allowing you to store additional information about the activation<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A floating-point number<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. |

docs/models/components/licensekeyactivateconditions.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# LicenseKeyActivateConditions
22

33

4-
## Fields
4+
## Supported Types
5+
6+
###
7+
8+
```go
9+
licenseKeyActivateConditions := components.CreateLicenseKeyActivateConditionsStr(string{/* values here */})
10+
```
11+
12+
###
13+
14+
```go
15+
licenseKeyActivateConditions := components.CreateLicenseKeyActivateConditionsInteger(int64{/* values here */})
16+
```
17+
18+
###
19+
20+
```go
21+
licenseKeyActivateConditions := components.CreateLicenseKeyActivateConditionsNumber(float64{/* values here */})
22+
```
23+
24+
###
25+
26+
```go
27+
licenseKeyActivateConditions := components.CreateLicenseKeyActivateConditionsBoolean(bool{/* values here */})
28+
```
529

6-
| Field | Type | Required | Description |
7-
| ----------- | ----------- | ----------- | ----------- |

docs/models/components/licensekeyactivatemeta.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# LicenseKeyActivateMeta
22

33

4-
## Fields
4+
## Supported Types
5+
6+
###
7+
8+
```go
9+
licenseKeyActivateMeta := components.CreateLicenseKeyActivateMetaStr(string{/* values here */})
10+
```
11+
12+
###
13+
14+
```go
15+
licenseKeyActivateMeta := components.CreateLicenseKeyActivateMetaInteger(int64{/* values here */})
16+
```
17+
18+
###
19+
20+
```go
21+
licenseKeyActivateMeta := components.CreateLicenseKeyActivateMetaNumber(float64{/* values here */})
22+
```
23+
24+
###
25+
26+
```go
27+
licenseKeyActivateMeta := components.CreateLicenseKeyActivateMetaBoolean(bool{/* values here */})
28+
```
529

6-
| Field | Type | Required | Description |
7-
| ----------- | ----------- | ----------- | ----------- |

0 commit comments

Comments
 (0)