Skip to content

Commit 683a6d7

Browse files
Merge pull request #10 from solarwinds/speakeasy-sdk-regen-1764613082
chore: 🐝 Update SDK - Generate SWOV1 0.7.0
2 parents 6ef1746 + a278c7c commit 683a6d7

File tree

18 files changed

+105
-60
lines changed

18 files changed

+105
-60
lines changed

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.658.2
1+
speakeasyVersion: 1.665.1
22
sources:
33
SolarWinds Observability:
44
sourceNamespace: solar-winds-observability
@@ -9,11 +9,11 @@ sources:
99
- 1.0.5
1010
swov1:
1111
sourceNamespace: solar-winds-observability
12-
sourceRevisionDigest: sha256:aaed865b129922db604df35d741b513775d31f157434b7c38f2523d21bf38ed5
13-
sourceBlobDigest: sha256:f3e57ec4e7c43d7a2dc68a08623627c2fc4ba990473eb04a6357df6f40a0f5e6
12+
sourceRevisionDigest: sha256:de6afda19affda265893909b74b7116343054502f5674cd296dd7a5278ca42f8
13+
sourceBlobDigest: sha256:4ff3735eee64b0d34f248bebde6f5d209562e8179dd2123dded1fe354d3adabc
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1763424205
16+
- speakeasy-sdk-regen-1764613082
1717
- 1.0.12
1818
targets:
1919
swo:
@@ -26,10 +26,10 @@ targets:
2626
swov1:
2727
source: swov1
2828
sourceNamespace: solar-winds-observability
29-
sourceRevisionDigest: sha256:aaed865b129922db604df35d741b513775d31f157434b7c38f2523d21bf38ed5
30-
sourceBlobDigest: sha256:f3e57ec4e7c43d7a2dc68a08623627c2fc4ba990473eb04a6357df6f40a0f5e6
29+
sourceRevisionDigest: sha256:de6afda19affda265893909b74b7116343054502f5674cd296dd7a5278ca42f8
30+
sourceBlobDigest: sha256:4ff3735eee64b0d34f248bebde6f5d209562e8179dd2123dded1fe354d3adabc
3131
codeSamplesNamespace: solar-winds-observability-typescript-code-samples
32-
codeSamplesRevisionDigest: sha256:dd350d212cce4241a060c2c686db6b7a6f561e79ca501b3e4a8eae8cba3473e2
32+
codeSamplesRevisionDigest: sha256:abfcf98ea2324220321217b68b9f8819e9a6dab661277f6542dc1b385e189f4b
3333
workflow:
3434
workflowVersion: 1.0.0
3535
speakeasyVersion: latest

β€Žswov1/.speakeasy/gen.lockβ€Ž

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 07bd7da1-2b9c-45f1-ab2f-485c7af5c2f1
33
management:
4-
docChecksum: d75e426ea971dbb4885d779b2a4105c3
4+
docChecksum: c2a040035c1089ffa2b81d94b51617a6
55
docVersion: 1.0.12
6-
speakeasyVersion: 1.658.2
7-
generationVersion: 2.755.9
8-
releaseVersion: 0.6.1
9-
configChecksum: 40bb8290b2e56cede675811d8f23f258
6+
speakeasyVersion: 1.665.1
7+
generationVersion: 2.767.2
8+
releaseVersion: 0.7.0
9+
configChecksum: c8cdb01a92f4d729fd46775d5f55f634
1010
repoURL: https://github.com/solarwinds/swo-sdk-typescript.git
1111
repoSubDirectory: swov1
1212
installationURL: https://gitpkg.now.sh/solarwinds/swo-sdk-typescript/swov1
@@ -15,7 +15,7 @@ features:
1515
typescript:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.12
18-
core: 3.26.7
18+
core: 3.26.13
1919
defaultEnabledRetries: 0.1.0
2020
deprecations: 2.81.1
2121
devContainers: 2.90.1
@@ -32,7 +32,7 @@ features:
3232
pagination: 2.83.0
3333
responseFormat: 0.2.3
3434
retries: 2.83.0
35-
sdkHooks: 0.3.0
35+
sdkHooks: 0.4.0
3636
generatedFiles:
3737
- .devcontainer/README.md
3838
- .devcontainer/devcontainer.json
@@ -526,6 +526,7 @@ generatedFiles:
526526
- src/types/operations.ts
527527
- src/types/rfcdate.ts
528528
- src/types/streams.ts
529+
- src/types/unrecognized.ts
529530
- tsconfig.json
530531
examples:
531532
createChangeEvent:
@@ -1259,7 +1260,4 @@ examples:
12591260
application/json: {"message": "Error has occurred", "code": "InternalError"}
12601261
examplesVersion: 1.0.2
12611262
generatedTests: {}
1262-
releaseNotes: |
1263-
## Typescript SDK Changes Detected:
1264-
* `swo.dem.deleteUri()`: `response` **Changed** **Breaking** :warning:
1265-
* `swo.dem.deleteWebsite()`: `response` **Changed** **Breaking** :warning:
1263+
releaseNotes: "## Typescript SDK Changes:\n* `swo.metrics.listMetricMeasurements()`: \n * `request.preGroupByMethod` **Changed** **Breaking** :warning:\n"

β€Žswov1/.speakeasy/gen.yamlβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
typescript:
31-
version: 0.6.1
31+
version: 0.7.0
3232
acceptHeaderEnum: true
3333
additionalDependencies:
3434
dependencies: {}
@@ -50,6 +50,9 @@ typescript:
5050
exportZodModelNamespace: false
5151
flattenGlobalSecurity: true
5252
flatteningOrder: parameters-first
53+
formStringArrayEncodeMode: encoded-string
54+
forwardCompatibleEnumsByDefault: false
55+
forwardCompatibleUnionsByDefault: "false"
5356
generateExamples: true
5457
imports:
5558
option: openapi
@@ -59,12 +62,15 @@ typescript:
5962
operations: models/operations
6063
shared: models/components
6164
webhooks: models/webhooks
65+
inferUnionDiscriminators: true
6266
inputModelSuffix: input
6367
jsonpath: rfc9535
68+
laxMode: strict
6469
maxMethodParams: 0
6570
methodArguments: require-security-and-request
6671
modelPropertyCasing: camel
6772
moduleFormat: dual
73+
multipartArrayFormat: legacy
6874
outputModelSuffix: output
6975
packageName: '@solarwinds/swo-sdk-typescript'
7076
responseFormat: flat

β€Žswov1/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,14 @@ Based on:
6464
### Generated
6565
- [typescript v0.6.1] swov1
6666
### Releases
67-
- [NPM v0.6.1] https://www.npmjs.com/package/@solarwinds/swo-sdk-typescript/v/0.6.1 - swov1
67+
- [NPM v0.6.1] https://www.npmjs.com/package/@solarwinds/swo-sdk-typescript/v/0.6.1 - swov1
68+
69+
## 2025-12-01 18:17:41
70+
### Changes
71+
Based on:
72+
- OpenAPI Doc
73+
- Speakeasy CLI 1.665.1 (2.767.2) https://github.com/speakeasy-api/speakeasy
74+
### Generated
75+
- [typescript v0.7.0] swov1
76+
### Releases
77+
- [NPM v0.7.0] https://www.npmjs.com/package/@solarwinds/swo-sdk-typescript/v/0.7.0 - swov1

β€Žswov1/docs/models/operations/listmetricmeasurementsrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let value: ListMetricMeasurementsRequest = {
2121
| `aggregateBy` | [components.MetricsAggregationMethods](../../models/components/metricsaggregationmethods.md) | :heavy_minus_sign: | Aggregation method used to group measurements. Defaults to AVG. |
2222
| ~~`bucketSizeInSeconds`~~ | *number* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>This parameter is deprecated. Bucket size is determined by the API layer. |
2323
| `preGroupBy` | *string* | :heavy_minus_sign: | Secondary grouping to allow aggregating data points inside individual buckets. Has to be set together with `preGroupByMethod`. |
24-
| `preGroupByMethod` | *string* | :heavy_minus_sign: | Secondary aggregation to allow aggregating data points inside individual buckets. Has to be set together with `preGroupBy`. |
24+
| `preGroupByMethod` | [components.MetricsAggregationMethods](../../models/components/metricsaggregationmethods.md) | :heavy_minus_sign: | Secondary aggregation to allow aggregating data points inside individual buckets. Has to be set together with `preGroupBy`. |
2525
| `seriesType` | [components.MetricsMetricSeriesType](../../models/components/metricsmetricseriestype.md) | :heavy_check_mark: | Indicates what type of data to return. Defaults to TIMESERIES. |
2626
| `startTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Timestamp in ISO 8601 format in UTC timezone: yyyy-MM-ddTHH:mm:ssZ |
2727
| `endTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Timestamp in ISO 8601 format in UTC timezone: yyyy-MM-ddTHH:mm:ssZ |

β€Žswov1/examples/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žswov1/jsr.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@solarwinds/swo-sdk-typescript",
5-
"version": "0.6.1",
5+
"version": "0.7.0",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

β€Žswov1/package-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žswov1/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarwinds/swo-sdk-typescript",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"author": "Speakeasy",
55
"type": "module",
66
"bin": {

β€Žswov1/src/lib/config.tsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
7171
export const SDK_METADATA = {
7272
language: "typescript",
7373
openapiDocVersion: "1.0.12",
74-
sdkVersion: "0.6.1",
75-
genVersion: "2.755.9",
74+
sdkVersion: "0.7.0",
75+
genVersion: "2.767.2",
7676
userAgent:
77-
"speakeasy-sdk/typescript 0.6.1 2.755.9 1.0.12 @solarwinds/swo-sdk-typescript",
77+
"speakeasy-sdk/typescript 0.7.0 2.767.2 1.0.12 @solarwinds/swo-sdk-typescript",
7878
} as const;

0 commit comments

Comments
Β (0)