@zilliz/milvus2-sdk-node 2.6.2 → 2.6.4
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/proto-json/milvus.base.d.ts +15 -13
- package/dist/milvus/proto-json/milvus.base.js +16 -14
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +15 -13
- package/dist/milvus/proto-json/milvus.js +16 -14
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +10 -5
- package/dist/milvus/proto-json/schema.base.js +11 -6
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/utils/Format.js +11 -1
- package/dist/milvus/utils/Format.js.map +1 -1
- package/dist/milvus/utils/Search.js +8 -3
- package/dist/milvus/utils/Search.js.map +1 -1
- package/dist/milvus/utils/Validate.js +34 -15
- package/dist/milvus/utils/Validate.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +1 -1
|
@@ -4961,10 +4961,6 @@ declare const _default: {
|
|
|
4961
4961
|
type: string;
|
|
4962
4962
|
id: number;
|
|
4963
4963
|
};
|
|
4964
|
-
type: {
|
|
4965
|
-
type: string;
|
|
4966
|
-
id: number;
|
|
4967
|
-
};
|
|
4968
4964
|
};
|
|
4969
4965
|
};
|
|
4970
4966
|
AddFileResourceRequest: {
|
|
@@ -4986,10 +4982,6 @@ declare const _default: {
|
|
|
4986
4982
|
type: string;
|
|
4987
4983
|
id: number;
|
|
4988
4984
|
};
|
|
4989
|
-
type: {
|
|
4990
|
-
type: string;
|
|
4991
|
-
id: number;
|
|
4992
|
-
};
|
|
4993
4985
|
};
|
|
4994
4986
|
};
|
|
4995
4987
|
RemoveFileResourceRequest: {
|
|
@@ -5301,6 +5293,11 @@ declare const _default: {
|
|
|
5301
5293
|
};
|
|
5302
5294
|
};
|
|
5303
5295
|
UpdateReplicateConfigurationRequest: {
|
|
5296
|
+
options: {
|
|
5297
|
+
"(common.privilege_ext_obj).object_type": string;
|
|
5298
|
+
"(common.privilege_ext_obj).object_privilege": string;
|
|
5299
|
+
"(common.privilege_ext_obj).object_name_index": number;
|
|
5300
|
+
};
|
|
5304
5301
|
fields: {
|
|
5305
5302
|
replicateConfiguration: {
|
|
5306
5303
|
type: string;
|
|
@@ -5921,6 +5918,7 @@ declare const _default: {
|
|
|
5921
5918
|
PrivilegeAddCollectionFunction: number;
|
|
5922
5919
|
PrivilegeAlterCollectionFunction: number;
|
|
5923
5920
|
PrivilegeDropCollectionFunction: number;
|
|
5921
|
+
PrivilegeUpdateReplicateConfiguration: number;
|
|
5924
5922
|
};
|
|
5925
5923
|
};
|
|
5926
5924
|
PrivilegeExt: {
|
|
@@ -6057,11 +6055,6 @@ declare const _default: {
|
|
|
6057
6055
|
LOW: number;
|
|
6058
6056
|
};
|
|
6059
6057
|
};
|
|
6060
|
-
FileResourceType: {
|
|
6061
|
-
values: {
|
|
6062
|
-
ANALYZER_DICTIONARY: number;
|
|
6063
|
-
};
|
|
6064
|
-
};
|
|
6065
6058
|
WALName: {
|
|
6066
6059
|
values: {
|
|
6067
6060
|
Unknown: number;
|
|
@@ -6510,6 +6503,10 @@ declare const _default: {
|
|
|
6510
6503
|
type: string;
|
|
6511
6504
|
id: number;
|
|
6512
6505
|
};
|
|
6506
|
+
version: {
|
|
6507
|
+
type: string;
|
|
6508
|
+
id: number;
|
|
6509
|
+
};
|
|
6513
6510
|
};
|
|
6514
6511
|
};
|
|
6515
6512
|
StructArrayFieldSchema: {
|
|
@@ -6531,6 +6528,11 @@ declare const _default: {
|
|
|
6531
6528
|
type: string;
|
|
6532
6529
|
id: number;
|
|
6533
6530
|
};
|
|
6531
|
+
typeParams: {
|
|
6532
|
+
rule: string;
|
|
6533
|
+
type: string;
|
|
6534
|
+
id: number;
|
|
6535
|
+
};
|
|
6534
6536
|
};
|
|
6535
6537
|
};
|
|
6536
6538
|
BoolArray: {
|
|
@@ -4987,10 +4987,6 @@ exports.default = {
|
|
|
4987
4987
|
"path": {
|
|
4988
4988
|
"type": "string",
|
|
4989
4989
|
"id": 3
|
|
4990
|
-
},
|
|
4991
|
-
"type": {
|
|
4992
|
-
"type": "common.FileResourceType",
|
|
4993
|
-
"id": 4
|
|
4994
4990
|
}
|
|
4995
4991
|
}
|
|
4996
4992
|
},
|
|
@@ -5012,10 +5008,6 @@ exports.default = {
|
|
|
5012
5008
|
"path": {
|
|
5013
5009
|
"type": "string",
|
|
5014
5010
|
"id": 3
|
|
5015
|
-
},
|
|
5016
|
-
"type": {
|
|
5017
|
-
"type": "common.FileResourceType",
|
|
5018
|
-
"id": 4
|
|
5019
5011
|
}
|
|
5020
5012
|
}
|
|
5021
5013
|
},
|
|
@@ -5328,6 +5320,11 @@ exports.default = {
|
|
|
5328
5320
|
}
|
|
5329
5321
|
},
|
|
5330
5322
|
"UpdateReplicateConfigurationRequest": {
|
|
5323
|
+
"options": {
|
|
5324
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5325
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeUpdateReplicateConfiguration",
|
|
5326
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5327
|
+
},
|
|
5331
5328
|
"fields": {
|
|
5332
5329
|
"replicateConfiguration": {
|
|
5333
5330
|
"type": "common.ReplicateConfiguration",
|
|
@@ -5951,7 +5948,8 @@ exports.default = {
|
|
|
5951
5948
|
"PrivilegeListFileResources": 74,
|
|
5952
5949
|
"PrivilegeAddCollectionFunction": 75,
|
|
5953
5950
|
"PrivilegeAlterCollectionFunction": 76,
|
|
5954
|
-
"PrivilegeDropCollectionFunction": 77
|
|
5951
|
+
"PrivilegeDropCollectionFunction": 77,
|
|
5952
|
+
"PrivilegeUpdateReplicateConfiguration": 78
|
|
5955
5953
|
}
|
|
5956
5954
|
},
|
|
5957
5955
|
"PrivilegeExt": {
|
|
@@ -6088,11 +6086,6 @@ exports.default = {
|
|
|
6088
6086
|
"LOW": 1
|
|
6089
6087
|
}
|
|
6090
6088
|
},
|
|
6091
|
-
"FileResourceType": {
|
|
6092
|
-
"values": {
|
|
6093
|
-
"ANALYZER_DICTIONARY": 0
|
|
6094
|
-
}
|
|
6095
|
-
},
|
|
6096
6089
|
"WALName": {
|
|
6097
6090
|
"values": {
|
|
6098
6091
|
"Unknown": 0,
|
|
@@ -6540,6 +6533,10 @@ exports.default = {
|
|
|
6540
6533
|
"rule": "repeated",
|
|
6541
6534
|
"type": "StructArrayFieldSchema",
|
|
6542
6535
|
"id": 9
|
|
6536
|
+
},
|
|
6537
|
+
"version": {
|
|
6538
|
+
"type": "int32",
|
|
6539
|
+
"id": 10
|
|
6543
6540
|
}
|
|
6544
6541
|
}
|
|
6545
6542
|
},
|
|
@@ -6561,6 +6558,11 @@ exports.default = {
|
|
|
6561
6558
|
"rule": "repeated",
|
|
6562
6559
|
"type": "FieldSchema",
|
|
6563
6560
|
"id": 4
|
|
6561
|
+
},
|
|
6562
|
+
"typeParams": {
|
|
6563
|
+
"rule": "repeated",
|
|
6564
|
+
"type": "common.KeyValuePair",
|
|
6565
|
+
"id": 5
|
|
6564
6566
|
}
|
|
6565
6567
|
}
|
|
6566
6568
|
},
|