@centia-io/sdk 0.0.49 → 0.0.51
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.
- package/dist/centia-io-sdk.cjs +2 -2
- package/dist/centia-io-sdk.d.cts +11 -4
- package/dist/centia-io-sdk.d.cts.map +1 -1
- package/dist/centia-io-sdk.d.ts +11 -4
- package/dist/centia-io-sdk.d.ts.map +1 -1
- package/dist/centia-io-sdk.js +2 -2
- package/dist/centia-io-sdk.js.map +1 -1
- package/dist/centia-io-sdk.umd.js +2 -2
- package/package.json +1 -1
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
}
|
|
633
633
|
async postSqlNoToken(database, body) {
|
|
634
634
|
return this.client.request({
|
|
635
|
-
path: `api/v4/
|
|
635
|
+
path: `api/v4/sql/database/${encodeURIComponent(database)}`,
|
|
636
636
|
method: "POST",
|
|
637
637
|
body
|
|
638
638
|
});
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
path: "api/v4/file/process",
|
|
2148
2148
|
method: "POST",
|
|
2149
2149
|
body,
|
|
2150
|
-
expectedStatus:
|
|
2150
|
+
expectedStatus: 200
|
|
2151
2151
|
});
|
|
2152
2152
|
}
|
|
2153
2153
|
};
|