@databricks/sdk-postgres 0.12.0 → 0.13.0
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/v1/model.d.ts +1 -1
- package/package.json +4 -4
package/dist/v1/model.d.ts
CHANGED
|
@@ -2029,7 +2029,7 @@ export interface SyncedTable_SyncedTableSpec_TypeOverride {
|
|
|
2029
2029
|
pgType?: SyncedTable_SyncedTableSpec_PgSpecificType | undefined;
|
|
2030
2030
|
/**
|
|
2031
2031
|
* Size parameter for the target type. Required when pg_type is PG_SPECIFIC_TYPE_VECTOR
|
|
2032
|
-
* (specifies the vector dimension, e.g., 1024).
|
|
2032
|
+
* or PG_SPECIFIC_TYPE_HALFVEC (specifies the vector dimension, e.g., 1024).
|
|
2033
2033
|
*/
|
|
2034
2034
|
size?: number | undefined;
|
|
2035
2035
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databricks/sdk-postgres",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"directory": "packages/postgres"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@databricks/sdk-auth": ">=0.
|
|
37
|
-
"@databricks/sdk-core": ">=0.
|
|
38
|
-
"@databricks/sdk-options": ">=0.
|
|
36
|
+
"@databricks/sdk-auth": ">=0.13.0 <1.0.0",
|
|
37
|
+
"@databricks/sdk-core": ">=0.13.0 <1.0.0",
|
|
38
|
+
"@databricks/sdk-options": ">=0.13.0 <1.0.0",
|
|
39
39
|
"@js-temporal/polyfill": "^0.5.0",
|
|
40
40
|
"json-bigint": "^1.0.0",
|
|
41
41
|
"zod": "^4.3.6"
|