Skip to content

Commit 67fbb38

Browse files
authored
Merge pull request #175 from malloydata/publisher-sdk-0.0.42
Bump publisher sdk version to 0.0.42
2 parents 2a108af + 3a9c8e8 commit 67fbb38

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@malloy-publisher/sdk",
33
"description": "Malloy Publisher SDK",
4-
"version": "0.0.41",
4+
"version": "0.0.42",
55
"type": "module",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.es.js",

packages/sdk/src/client/.openapi-generator/FILES

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,40 @@ api.ts
44
base.ts
55
common.ts
66
configuration.ts
7+
docs/About.md
8+
docs/BigqueryConnection.md
9+
docs/Column.md
10+
docs/CompiledModel.md
11+
docs/CompiledNotebook.md
12+
docs/Connection.md
13+
docs/ConnectionAttributes.md
14+
docs/ConnectionsApi.md
15+
docs/Database.md
16+
docs/DatabasesApi.md
17+
docs/Error.md
18+
docs/Model.md
19+
docs/ModelsApi.md
20+
docs/Notebook.md
21+
docs/NotebookCell.md
22+
docs/NotebooksApi.md
23+
docs/Package.md
24+
docs/PackagesApi.md
25+
docs/PostgresConnection.md
26+
docs/Project.md
27+
docs/ProjectsApi.md
28+
docs/Query.md
29+
docs/QueryData.md
30+
docs/QueryResult.md
31+
docs/QueryresultsApi.md
32+
docs/Schedule.md
33+
docs/SchedulesApi.md
34+
docs/SchemaName.md
35+
docs/SnowflakeConnection.md
36+
docs/SqlSource.md
37+
docs/TableDescription.md
38+
docs/TableSource.md
39+
docs/TemporaryTable.md
40+
docs/TrinoConnection.md
41+
docs/View.md
742
git_push.sh
843
index.ts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.8.0
1+
7.13.0

0 commit comments

Comments
 (0)