@vizzly/api-client 0.0.98 → 0.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,6 +115,7 @@ export declare class VizzlyQueryEngineApi extends Api {
115
115
  createCompanyInfrastructure(params: RequestParams<{
116
116
  companyId: string;
117
117
  externalConnection?: {
118
+ clientName: string;
118
119
  account: string;
119
120
  databases: string[];
120
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",