Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 7, 2023
1 parent 96b5913 commit bf81370
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,12 @@ Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
### Releases
- [NPM v0.17.0] https://www.npmjs.com/package/structure-ac/v/0.17.0 - .
- [NPM v0.17.0] https://www.npmjs.com/package/structure-ac/v/0.17.0 - .

## 2023-06-07 00:43:10
### Changes
Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
### Releases
- [NPM v0.17.1] https://www.npmjs.com/package/structure-ac/v/0.17.1 - .
2 changes: 1 addition & 1 deletion docs/structure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Structure provides company and people data. Use our dataset of 700 million people and 24 million companies to build products, enrich person profiles, power predictive modeling/ai, analysis, and more.
Structure: Structure provides company and people data. Use our dataset of 700 million people and 24 million companies to build products, enrich person profiles, power predictive modeling/ai, analysis, and more.

### Available Operations

6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: e0bf2d205ca94a0d32bd91d6ea558d5b
docVersion: "1.0"
speakeasyVersion: 1.43.0
generationVersion: 2.35.3
speakeasyVersion: 1.44.2
generationVersion: 2.35.9
generation:
sdkClassName: structure
singleTagPerOp: false
telemetryEnabled: false
typescript:
version: 0.17.0
version: 0.17.1
author: structure
maxMethodParams: 0
packageName: structure-ac
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structure-ac",
"version": "0.17.0",
"version": "0.17.1",
"author": "structure",
"scripts": {
"prepare": "tsc --build"
Expand Down
6 changes: 3 additions & 3 deletions src/sdk/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ export class SDKConfiguration {
serverURL: string;
serverDefaults: any;
language = "typescript";
sdkVersion = "0.17.0";
genVersion = "2.35.3";
sdkVersion = "0.17.1";
genVersion = "2.35.9";

public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
}
}

/**
* Structure provides company and people data. Use our dataset of 700 million people and 24 million companies to build products, enrich person profiles, power predictive modeling/ai, analysis, and more.
* Structure: Structure provides company and people data. Use our dataset of 700 million people and 24 million companies to build products, enrich person profiles, power predictive modeling/ai, analysis, and more.
*/
export class Structure {
/**
Expand Down

0 comments on commit bf81370

Please sign in to comment.