@zilliz/milvus2-sdk-node 2.6.4 → 2.6.5
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/milvus/const/milvus.d.ts +2 -0
- package/dist/milvus/const/milvus.js +3 -0
- package/dist/milvus/const/milvus.js.map +1 -1
- package/dist/milvus/grpc/Data.js +111 -104
- package/dist/milvus/grpc/Data.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +17 -3
- package/dist/milvus/proto-json/milvus.base.js +21 -7
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +17 -3
- package/dist/milvus/proto-json/milvus.js +21 -7
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +13 -3
- package/dist/milvus/proto-json/schema.base.js +14 -4
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/DataTypes.d.ts +3 -2
- package/dist/milvus/utils/Schema.js +21 -0
- package/dist/milvus/utils/Schema.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +2 -2
|
@@ -3086,6 +3086,10 @@ declare const _default: {
|
|
|
3086
3086
|
type: string;
|
|
3087
3087
|
id: number;
|
|
3088
3088
|
};
|
|
3089
|
+
target_size: {
|
|
3090
|
+
type: string;
|
|
3091
|
+
id: number;
|
|
3092
|
+
};
|
|
3089
3093
|
};
|
|
3090
3094
|
};
|
|
3091
3095
|
ManualCompactionResponse: {
|
|
@@ -5727,6 +5731,7 @@ declare const _default: {
|
|
|
5727
5731
|
AlterDatabase: number;
|
|
5728
5732
|
DescribeDatabase: number;
|
|
5729
5733
|
AddCollectionField: number;
|
|
5734
|
+
AlterWAL: number;
|
|
5730
5735
|
};
|
|
5731
5736
|
};
|
|
5732
5737
|
MsgBase: {
|
|
@@ -5915,9 +5920,6 @@ declare const _default: {
|
|
|
5915
5920
|
PrivilegeAddFileResource: number;
|
|
5916
5921
|
PrivilegeRemoveFileResource: number;
|
|
5917
5922
|
PrivilegeListFileResources: number;
|
|
5918
|
-
PrivilegeAddCollectionFunction: number;
|
|
5919
|
-
PrivilegeAlterCollectionFunction: number;
|
|
5920
|
-
PrivilegeDropCollectionFunction: number;
|
|
5921
5923
|
PrivilegeUpdateReplicateConfiguration: number;
|
|
5922
5924
|
};
|
|
5923
5925
|
};
|
|
@@ -6397,6 +6399,10 @@ declare const _default: {
|
|
|
6397
6399
|
type: string;
|
|
6398
6400
|
id: number;
|
|
6399
6401
|
};
|
|
6402
|
+
external_field: {
|
|
6403
|
+
type: string;
|
|
6404
|
+
id: number;
|
|
6405
|
+
};
|
|
6400
6406
|
};
|
|
6401
6407
|
};
|
|
6402
6408
|
FunctionSchema: {
|
|
@@ -6507,6 +6513,14 @@ declare const _default: {
|
|
|
6507
6513
|
type: string;
|
|
6508
6514
|
id: number;
|
|
6509
6515
|
};
|
|
6516
|
+
external_source: {
|
|
6517
|
+
type: string;
|
|
6518
|
+
id: number;
|
|
6519
|
+
};
|
|
6520
|
+
external_spec: {
|
|
6521
|
+
type: string;
|
|
6522
|
+
id: number;
|
|
6523
|
+
};
|
|
6510
6524
|
};
|
|
6511
6525
|
};
|
|
6512
6526
|
StructArrayFieldSchema: {
|
|
@@ -1901,7 +1901,7 @@ exports.default = {
|
|
|
1901
1901
|
"AddCollectionFunctionRequest": {
|
|
1902
1902
|
"options": {
|
|
1903
1903
|
"(common.privilege_ext_obj).object_type": "Collection",
|
|
1904
|
-
"(common.privilege_ext_obj).object_privilege": "
|
|
1904
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
|
|
1905
1905
|
"(common.privilege_ext_obj).object_name_index": 3
|
|
1906
1906
|
},
|
|
1907
1907
|
"fields": {
|
|
@@ -1930,7 +1930,7 @@ exports.default = {
|
|
|
1930
1930
|
"AlterCollectionFunctionRequest": {
|
|
1931
1931
|
"options": {
|
|
1932
1932
|
"(common.privilege_ext_obj).object_type": "Collection",
|
|
1933
|
-
"(common.privilege_ext_obj).object_privilege": "
|
|
1933
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
|
|
1934
1934
|
"(common.privilege_ext_obj).object_name_index": 3
|
|
1935
1935
|
},
|
|
1936
1936
|
"fields": {
|
|
@@ -1963,7 +1963,7 @@ exports.default = {
|
|
|
1963
1963
|
"DropCollectionFunctionRequest": {
|
|
1964
1964
|
"options": {
|
|
1965
1965
|
"(common.privilege_ext_obj).object_type": "Collection",
|
|
1966
|
-
"(common.privilege_ext_obj).object_privilege": "
|
|
1966
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
|
|
1967
1967
|
"(common.privilege_ext_obj).object_name_index": 3
|
|
1968
1968
|
},
|
|
1969
1969
|
"fields": {
|
|
@@ -3112,6 +3112,10 @@ exports.default = {
|
|
|
3112
3112
|
"l0Compaction": {
|
|
3113
3113
|
"type": "bool",
|
|
3114
3114
|
"id": 9
|
|
3115
|
+
},
|
|
3116
|
+
"target_size": {
|
|
3117
|
+
"type": "int64",
|
|
3118
|
+
"id": 10
|
|
3115
3119
|
}
|
|
3116
3120
|
}
|
|
3117
3121
|
},
|
|
@@ -5757,7 +5761,8 @@ exports.default = {
|
|
|
5757
5761
|
"ListDatabases": 1803,
|
|
5758
5762
|
"AlterDatabase": 1804,
|
|
5759
5763
|
"DescribeDatabase": 1805,
|
|
5760
|
-
"AddCollectionField": 1900
|
|
5764
|
+
"AddCollectionField": 1900,
|
|
5765
|
+
"AlterWAL": 2000
|
|
5761
5766
|
}
|
|
5762
5767
|
},
|
|
5763
5768
|
"MsgBase": {
|
|
@@ -5946,9 +5951,6 @@ exports.default = {
|
|
|
5946
5951
|
"PrivilegeAddFileResource": 72,
|
|
5947
5952
|
"PrivilegeRemoveFileResource": 73,
|
|
5948
5953
|
"PrivilegeListFileResources": 74,
|
|
5949
|
-
"PrivilegeAddCollectionFunction": 75,
|
|
5950
|
-
"PrivilegeAlterCollectionFunction": 76,
|
|
5951
|
-
"PrivilegeDropCollectionFunction": 77,
|
|
5952
5954
|
"PrivilegeUpdateReplicateConfiguration": 78
|
|
5953
5955
|
}
|
|
5954
5956
|
},
|
|
@@ -6427,6 +6429,10 @@ exports.default = {
|
|
|
6427
6429
|
"is_function_output": {
|
|
6428
6430
|
"type": "bool",
|
|
6429
6431
|
"id": 16
|
|
6432
|
+
},
|
|
6433
|
+
"external_field": {
|
|
6434
|
+
"type": "string",
|
|
6435
|
+
"id": 17
|
|
6430
6436
|
}
|
|
6431
6437
|
}
|
|
6432
6438
|
},
|
|
@@ -6537,6 +6543,14 @@ exports.default = {
|
|
|
6537
6543
|
"version": {
|
|
6538
6544
|
"type": "int32",
|
|
6539
6545
|
"id": 10
|
|
6546
|
+
},
|
|
6547
|
+
"external_source": {
|
|
6548
|
+
"type": "string",
|
|
6549
|
+
"id": 11
|
|
6550
|
+
},
|
|
6551
|
+
"external_spec": {
|
|
6552
|
+
"type": "string",
|
|
6553
|
+
"id": 12
|
|
6540
6554
|
}
|
|
6541
6555
|
}
|
|
6542
6556
|
},
|