@zilliz/milvus2-sdk-node 2.6.3 → 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.
@@ -5293,6 +5293,11 @@ declare const _default: {
5293
5293
  };
5294
5294
  };
5295
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
+ };
5296
5301
  fields: {
5297
5302
  replicate_configuration: {
5298
5303
  type: string;
@@ -5913,6 +5918,7 @@ declare const _default: {
5913
5918
  PrivilegeAddCollectionFunction: number;
5914
5919
  PrivilegeAlterCollectionFunction: number;
5915
5920
  PrivilegeDropCollectionFunction: number;
5921
+ PrivilegeUpdateReplicateConfiguration: number;
5916
5922
  };
5917
5923
  };
5918
5924
  PrivilegeExt: {
@@ -6497,6 +6503,10 @@ declare const _default: {
6497
6503
  type: string;
6498
6504
  id: number;
6499
6505
  };
6506
+ version: {
6507
+ type: string;
6508
+ id: number;
6509
+ };
6500
6510
  };
6501
6511
  };
6502
6512
  StructArrayFieldSchema: {
@@ -6518,6 +6528,11 @@ declare const _default: {
6518
6528
  type: string;
6519
6529
  id: number;
6520
6530
  };
6531
+ type_params: {
6532
+ rule: string;
6533
+ type: string;
6534
+ id: number;
6535
+ };
6521
6536
  };
6522
6537
  };
6523
6538
  BoolArray: {
@@ -5320,6 +5320,11 @@ exports.default = {
5320
5320
  }
5321
5321
  },
5322
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
+ },
5323
5328
  "fields": {
5324
5329
  "replicate_configuration": {
5325
5330
  "type": "common.ReplicateConfiguration",
@@ -5943,7 +5948,8 @@ exports.default = {
5943
5948
  "PrivilegeListFileResources": 74,
5944
5949
  "PrivilegeAddCollectionFunction": 75,
5945
5950
  "PrivilegeAlterCollectionFunction": 76,
5946
- "PrivilegeDropCollectionFunction": 77
5951
+ "PrivilegeDropCollectionFunction": 77,
5952
+ "PrivilegeUpdateReplicateConfiguration": 78
5947
5953
  }
5948
5954
  },
5949
5955
  "PrivilegeExt": {
@@ -6527,6 +6533,10 @@ exports.default = {
6527
6533
  "rule": "repeated",
6528
6534
  "type": "StructArrayFieldSchema",
6529
6535
  "id": 9
6536
+ },
6537
+ "version": {
6538
+ "type": "int32",
6539
+ "id": 10
6530
6540
  }
6531
6541
  }
6532
6542
  },
@@ -6548,6 +6558,11 @@ exports.default = {
6548
6558
  "rule": "repeated",
6549
6559
  "type": "FieldSchema",
6550
6560
  "id": 4
6561
+ },
6562
+ "type_params": {
6563
+ "rule": "repeated",
6564
+ "type": "common.KeyValuePair",
6565
+ "id": 5
6551
6566
  }
6552
6567
  }
6553
6568
  },