Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 23, 2024
1 parent 944a7ab commit 9688937
Show file tree
Hide file tree
Showing 28 changed files with 136 additions and 131 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 0a1408aa-fb18-4c26-97e1-886d5527ecaf
management:
docChecksum: 7998dbff43d13b24f5ce8289e558ad2e
docChecksum: 0dd32241bcd639c7e99747c1a7b3780d
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: 0.28.3
configChecksum: c655f018b0943d92cb8bb1938f77995d
generationVersion: 2.237.3
releaseVersion: 0.28.4
configChecksum: aae19361eb4588af2262cf4371ac6292
repoURL: https://github.com/speakeasy-sdks/hightouch-go-sdk.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/hightouch-go-sdk
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,14 @@ Based on:
### Generated
- [go v0.28.3] .
### Releases
- [Go v0.28.3] https://github.com/speakeasy-sdks/hightouch-go-sdk/releases/tag/v0.28.3 - .
- [Go v0.28.3] https://github.com/speakeasy-sdks/hightouch-go-sdk/releases/tag/v0.28.3 - .

## 2024-01-23 00:37:58
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
- Speakeasy CLI 1.148.0 (2.237.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.28.4] .
### Releases
- [Go v0.28.4] https://github.com/speakeasy-sdks/hightouch-go-sdk/releases/tag/v0.28.4 - .
2 changes: 1 addition & 1 deletion docs/pkg/models/shared/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Query that is based on a dbt model
| `CompiledSQL` | *string* | :heavy_check_mark: | Compiled SQL in the dbt model |
| `Database` | *string* | :heavy_check_mark: | Name of the database containing the generated table |
| `DbtUniqueID` | *string* | :heavy_check_mark: | Unique ID of the model assigned by dbt (usually some combination of the schema and table name) |
| `ModelID` | *string* | :heavy_check_mark: | Model id that refer to a dbt model |
| `ModelID` | *float64* | :heavy_check_mark: | Model id that refer to a dbt model |
| `Name` | *string* | :heavy_check_mark: | Name of the table generated by the dbt model |
| `RawSQL` | *string* | :heavy_check_mark: | Raw SQL in the dbt model |
| `Schema` | *string* | :heavy_check_mark: | Name of the schema containing the generated table |
6 changes: 3 additions & 3 deletions docs/pkg/models/shared/destination.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/pkg/models/shared/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ We send your SQL query directly to your source so any SQL that is valid for your
| `Custom` | [*shared.Custom](../../../pkg/models/shared/custom.md) | :heavy_minus_sign: | Custom query for sources that doesn't support sql. For example, Airtable. |
| `Dbt` | [*shared.Dbt](../../../pkg/models/shared/dbt.md) | :heavy_minus_sign: | Query that is based on a dbt model |
| `FolderID` | **string* | :heavy_minus_sign: | N/A |
| `ID` | *string* | :heavy_check_mark: | The id of the model |
| `ID` | *float64* | :heavy_check_mark: | The id of the model |
| `IsSchema` | *bool* | :heavy_check_mark: | If is_schema is true, the model is just used to build other models.<br/>Either as part of visual querying, or as the root of a visual query. |
| `Name` | *string* | :heavy_check_mark: | The name of the model |
| `PrimaryKey` | *string* | :heavy_check_mark: | The primary key will be null if the query doesn't get directly synced (e.g. a relationship table for visual querying) |
| `QueryType` | *string* | :heavy_check_mark: | The type of the query. Available options: custom, raw_sql, tabel, dbt and visual. |
| `Raw` | [*shared.Raw](../../../pkg/models/shared/raw.md) | :heavy_minus_sign: | Standard raw SQL query |
| `Slug` | *string* | :heavy_check_mark: | The slug of the model |
| `SourceID` | *string* | :heavy_check_mark: | The id of the source that model is connected to |
| `Syncs` | []*string* | :heavy_check_mark: | The list of id of syncs that uses this model |
| `SourceID` | *float64* | :heavy_check_mark: | The id of the source that model is connected to |
| `Syncs` | []*float64* | :heavy_check_mark: | The list of id of syncs that uses this model |
| `Table` | [*shared.Table](../../../pkg/models/shared/table.md) | :heavy_minus_sign: | Table-based query that fetches on a table instead of SQL |
| `Tags` | map[string]*string* | :heavy_check_mark: | The tags of the model |
| `UpdatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | The timestamp when model was lastly updated |
| `Visual` | [*shared.Visual](../../../pkg/models/shared/visual.md) | :heavy_minus_sign: | Visual query, used by audience |
| `WorkspaceID` | *string* | :heavy_check_mark: | The id of the workspace where the model belongs to |
| `WorkspaceID` | *float64* | :heavy_check_mark: | The id of the workspace where the model belongs to |
2 changes: 1 addition & 1 deletion docs/pkg/models/shared/modelcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ The input for creating a Model
| `QueryType` | *string* | :heavy_check_mark: | The type of the query. Available options: custom, raw_sql, tabel, dbt and visual. |
| `Raw` | [*shared.ModelCreateRaw](../../../pkg/models/shared/modelcreateraw.md) | :heavy_minus_sign: | Standard raw SQL query |
| `Slug` | *string* | :heavy_check_mark: | The slug of the model |
| `SourceID` | *string* | :heavy_check_mark: | The id of the source that model is connected to |
| `SourceID` | *float64* | :heavy_check_mark: | The id of the source that model is connected to |
| `Table` | [*shared.ModelCreateTable](../../../pkg/models/shared/modelcreatetable.md) | :heavy_minus_sign: | Table-based query that fetches on a table instead of SQL |
| `Visual` | [*shared.ModelCreateVisual](../../../pkg/models/shared/modelcreatevisual.md) | :heavy_minus_sign: | Visual query, used by audience |
Loading

0 comments on commit 9688937

Please sign in to comment.