@zilliz/milvus2-sdk-node 2.5.9 → 2.5.10

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.
@@ -690,6 +690,11 @@ declare const _default: {
690
690
  type: string;
691
691
  id: number;
692
692
  };
693
+ deleteKeys: {
694
+ rule: string;
695
+ type: string;
696
+ id: number;
697
+ };
693
698
  };
694
699
  };
695
700
  HasCollectionRequest: {
@@ -4444,6 +4449,23 @@ declare const _default: {
4444
4449
  type: string;
4445
4450
  id: number;
4446
4451
  };
4452
+ dbName: {
4453
+ type: string;
4454
+ id: number;
4455
+ };
4456
+ collectionName: {
4457
+ type: string;
4458
+ id: number;
4459
+ };
4460
+ fieldName: {
4461
+ type: string;
4462
+ id: number;
4463
+ };
4464
+ analyzerNames: {
4465
+ rule: string;
4466
+ type: string;
4467
+ id: number;
4468
+ };
4447
4469
  };
4448
4470
  };
4449
4471
  AnalyzerToken: {
@@ -4791,6 +4813,7 @@ declare const _default: {
4791
4813
  UnsubDmChannel: number;
4792
4814
  GetDistribution: number;
4793
4815
  SyncDistribution: number;
4816
+ RunAnalyzer: number;
4794
4817
  SegmentInfo: number;
4795
4818
  SystemInfo: number;
4796
4819
  GetRecoveryInfo: number;
@@ -695,6 +695,11 @@ exports.default = {
695
695
  "rule": "repeated",
696
696
  "type": "common.KeyValuePair",
697
697
  "id": 5
698
+ },
699
+ "deleteKeys": {
700
+ "rule": "repeated",
701
+ "type": "string",
702
+ "id": 6
698
703
  }
699
704
  }
700
705
  },
@@ -4458,6 +4463,23 @@ exports.default = {
4458
4463
  "withHash": {
4459
4464
  "type": "bool",
4460
4465
  "id": 5
4466
+ },
4467
+ "dbName": {
4468
+ "type": "string",
4469
+ "id": 6
4470
+ },
4471
+ "collectionName": {
4472
+ "type": "string",
4473
+ "id": 7
4474
+ },
4475
+ "fieldName": {
4476
+ "type": "string",
4477
+ "id": 8
4478
+ },
4479
+ "analyzerNames": {
4480
+ "rule": "repeated",
4481
+ "type": "string",
4482
+ "id": 9
4461
4483
  }
4462
4484
  }
4463
4485
  },
@@ -4806,6 +4828,7 @@ exports.default = {
4806
4828
  "UnsubDmChannel": 516,
4807
4829
  "GetDistribution": 517,
4808
4830
  "SyncDistribution": 518,
4831
+ "RunAnalyzer": 519,
4809
4832
  "SegmentInfo": 600,
4810
4833
  "SystemInfo": 601,
4811
4834
  "GetRecoveryInfo": 602,