@zilliz/milvus2-sdk-node 2.6.0-rc2 → 2.6.1

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.
@@ -40,6 +40,10 @@ declare const _default: {
40
40
  requestType: string;
41
41
  responseType: string;
42
42
  };
43
+ BatchDescribeCollection: {
44
+ requestType: string;
45
+ responseType: string;
46
+ };
43
47
  GetCollectionStatistics: {
44
48
  requestType: string;
45
49
  responseType: string;
@@ -412,6 +416,18 @@ declare const _default: {
412
416
  requestType: string;
413
417
  responseType: string;
414
418
  };
419
+ AddFileResource: {
420
+ requestType: string;
421
+ responseType: string;
422
+ };
423
+ RemoveFileResource: {
424
+ requestType: string;
425
+ responseType: string;
426
+ };
427
+ ListFileResources: {
428
+ requestType: string;
429
+ responseType: string;
430
+ };
415
431
  AddUserTags: {
416
432
  requestType: string;
417
433
  responseType: string;
@@ -440,6 +456,20 @@ declare const _default: {
440
456
  requestType: string;
441
457
  responseType: string;
442
458
  };
459
+ UpdateReplicateConfiguration: {
460
+ requestType: string;
461
+ responseType: string;
462
+ };
463
+ GetReplicateInfo: {
464
+ requestType: string;
465
+ responseType: string;
466
+ };
467
+ CreateReplicateStream: {
468
+ requestType: string;
469
+ requestStream: boolean;
470
+ responseType: string;
471
+ responseStream: boolean;
472
+ };
443
473
  };
444
474
  };
445
475
  CreateAliasRequest: {
@@ -887,6 +917,42 @@ declare const _default: {
887
917
  };
888
918
  };
889
919
  };
920
+ BatchDescribeCollectionRequest: {
921
+ options: {
922
+ "(common.privilege_ext_obj).object_type": string;
923
+ "(common.privilege_ext_obj).object_privilege": string;
924
+ "(common.privilege_ext_obj).object_name_index": number;
925
+ };
926
+ fields: {
927
+ db_name: {
928
+ type: string;
929
+ id: number;
930
+ };
931
+ collection_name: {
932
+ rule: string;
933
+ type: string;
934
+ id: number;
935
+ };
936
+ collectionID: {
937
+ rule: string;
938
+ type: string;
939
+ id: number;
940
+ };
941
+ };
942
+ };
943
+ BatchDescribeCollectionResponse: {
944
+ fields: {
945
+ status: {
946
+ type: string;
947
+ id: number;
948
+ };
949
+ responses: {
950
+ rule: string;
951
+ type: string;
952
+ id: number;
953
+ };
954
+ };
955
+ };
890
956
  LoadCollectionRequest: {
891
957
  options: {
892
958
  "(common.privilege_ext_obj).object_type": string;
@@ -1109,6 +1175,11 @@ declare const _default: {
1109
1175
  type: string;
1110
1176
  id: number;
1111
1177
  };
1178
+ shards_num: {
1179
+ rule: string;
1180
+ type: string;
1181
+ id: number;
1182
+ };
1112
1183
  };
1113
1184
  };
1114
1185
  CreatePartitionRequest: {
@@ -1729,6 +1800,11 @@ declare const _default: {
1729
1800
  "(common.privilege_ext_obj).object_privilege": string;
1730
1801
  "(common.privilege_ext_obj).object_name_index": number;
1731
1802
  };
1803
+ oneofs: {
1804
+ _namespace: {
1805
+ oneof: string[];
1806
+ };
1807
+ };
1732
1808
  fields: {
1733
1809
  base: {
1734
1810
  type: string;
@@ -1764,6 +1840,13 @@ declare const _default: {
1764
1840
  type: string;
1765
1841
  id: number;
1766
1842
  };
1843
+ namespace: {
1844
+ type: string;
1845
+ id: number;
1846
+ options: {
1847
+ proto3_optional: boolean;
1848
+ };
1849
+ };
1767
1850
  };
1768
1851
  };
1769
1852
  AddCollectionFieldRequest: {
@@ -1801,6 +1884,11 @@ declare const _default: {
1801
1884
  "(common.privilege_ext_obj).object_privilege": string;
1802
1885
  "(common.privilege_ext_obj).object_name_index": number;
1803
1886
  };
1887
+ oneofs: {
1888
+ _namespace: {
1889
+ oneof: string[];
1890
+ };
1891
+ };
1804
1892
  fields: {
1805
1893
  base: {
1806
1894
  type: string;
@@ -1836,6 +1924,17 @@ declare const _default: {
1836
1924
  type: string;
1837
1925
  id: number;
1838
1926
  };
1927
+ partial_update: {
1928
+ type: string;
1929
+ id: number;
1930
+ };
1931
+ namespace: {
1932
+ type: string;
1933
+ id: number;
1934
+ options: {
1935
+ proto3_optional: boolean;
1936
+ };
1937
+ };
1839
1938
  };
1840
1939
  };
1841
1940
  MutationResult: {
@@ -1924,6 +2023,11 @@ declare const _default: {
1924
2023
  };
1925
2024
  };
1926
2025
  SubSearchRequest: {
2026
+ oneofs: {
2027
+ _namespace: {
2028
+ oneof: string[];
2029
+ };
2030
+ };
1927
2031
  fields: {
1928
2032
  dsl: {
1929
2033
  type: string;
@@ -1951,6 +2055,13 @@ declare const _default: {
1951
2055
  type: string;
1952
2056
  id: number;
1953
2057
  };
2058
+ namespace: {
2059
+ type: string;
2060
+ id: number;
2061
+ options: {
2062
+ proto3_optional: boolean;
2063
+ };
2064
+ };
1954
2065
  };
1955
2066
  };
1956
2067
  SearchRequest: {
@@ -1959,6 +2070,11 @@ declare const _default: {
1959
2070
  "(common.privilege_ext_obj).object_privilege": string;
1960
2071
  "(common.privilege_ext_obj).object_name_index": number;
1961
2072
  };
2073
+ oneofs: {
2074
+ _namespace: {
2075
+ oneof: string[];
2076
+ };
2077
+ };
1962
2078
  fields: {
1963
2079
  base: {
1964
2080
  type: string;
@@ -2041,6 +2157,13 @@ declare const _default: {
2041
2157
  type: string;
2042
2158
  id: number;
2043
2159
  };
2160
+ namespace: {
2161
+ type: string;
2162
+ id: number;
2163
+ options: {
2164
+ proto3_optional: boolean;
2165
+ };
2166
+ };
2044
2167
  };
2045
2168
  };
2046
2169
  Hits: {
@@ -2088,6 +2211,11 @@ declare const _default: {
2088
2211
  "(common.privilege_ext_obj).object_privilege": string;
2089
2212
  "(common.privilege_ext_obj).object_name_index": number;
2090
2213
  };
2214
+ oneofs: {
2215
+ _namespace: {
2216
+ oneof: string[];
2217
+ };
2218
+ };
2091
2219
  fields: {
2092
2220
  base: {
2093
2221
  type: string;
@@ -2145,6 +2273,13 @@ declare const _default: {
2145
2273
  type: string;
2146
2274
  id: number;
2147
2275
  };
2276
+ namespace: {
2277
+ type: string;
2278
+ id: number;
2279
+ options: {
2280
+ proto3_optional: boolean;
2281
+ };
2282
+ };
2148
2283
  };
2149
2284
  };
2150
2285
  FlushRequest: {
@@ -2212,6 +2347,11 @@ declare const _default: {
2212
2347
  "(common.privilege_ext_obj).object_privilege": string;
2213
2348
  "(common.privilege_ext_obj).object_name_index": number;
2214
2349
  };
2350
+ oneofs: {
2351
+ _namespace: {
2352
+ oneof: string[];
2353
+ };
2354
+ };
2215
2355
  fields: {
2216
2356
  base: {
2217
2357
  type: string;
@@ -2269,6 +2409,13 @@ declare const _default: {
2269
2409
  type: string;
2270
2410
  id: number;
2271
2411
  };
2412
+ namespace: {
2413
+ type: string;
2414
+ id: number;
2415
+ options: {
2416
+ proto3_optional: boolean;
2417
+ };
2418
+ };
2272
2419
  };
2273
2420
  };
2274
2421
  QueryResults: {
@@ -2402,6 +2549,19 @@ declare const _default: {
2402
2549
  };
2403
2550
  };
2404
2551
  };
2552
+ FlushAllTarget: {
2553
+ fields: {
2554
+ db_name: {
2555
+ type: string;
2556
+ id: number;
2557
+ };
2558
+ collection_names: {
2559
+ rule: string;
2560
+ type: string;
2561
+ id: number;
2562
+ };
2563
+ };
2564
+ };
2405
2565
  FlushAllRequest: {
2406
2566
  options: {
2407
2567
  "(common.privilege_ext_obj).object_type": string;
@@ -2416,6 +2576,14 @@ declare const _default: {
2416
2576
  db_name: {
2417
2577
  type: string;
2418
2578
  id: number;
2579
+ options: {
2580
+ deprecated: boolean;
2581
+ };
2582
+ };
2583
+ flush_targets: {
2584
+ rule: string;
2585
+ type: string;
2586
+ id: number;
2419
2587
  };
2420
2588
  };
2421
2589
  };
@@ -2429,6 +2597,53 @@ declare const _default: {
2429
2597
  type: string;
2430
2598
  id: number;
2431
2599
  };
2600
+ flush_results: {
2601
+ rule: string;
2602
+ type: string;
2603
+ id: number;
2604
+ };
2605
+ };
2606
+ };
2607
+ FlushAllResult: {
2608
+ fields: {
2609
+ db_name: {
2610
+ type: string;
2611
+ id: number;
2612
+ };
2613
+ collection_results: {
2614
+ rule: string;
2615
+ type: string;
2616
+ id: number;
2617
+ };
2618
+ };
2619
+ };
2620
+ FlushCollectionResult: {
2621
+ fields: {
2622
+ collection_name: {
2623
+ type: string;
2624
+ id: number;
2625
+ };
2626
+ segment_ids: {
2627
+ type: string;
2628
+ id: number;
2629
+ };
2630
+ flush_segment_ids: {
2631
+ type: string;
2632
+ id: number;
2633
+ };
2634
+ seal_time: {
2635
+ type: string;
2636
+ id: number;
2637
+ };
2638
+ flush_ts: {
2639
+ type: string;
2640
+ id: number;
2641
+ };
2642
+ channel_cps: {
2643
+ keyType: string;
2644
+ type: string;
2645
+ id: number;
2646
+ };
2432
2647
  };
2433
2648
  };
2434
2649
  PersistentSegmentInfo: {
@@ -2461,6 +2676,10 @@ declare const _default: {
2461
2676
  type: string;
2462
2677
  id: number;
2463
2678
  };
2679
+ storage_version: {
2680
+ type: string;
2681
+ id: number;
2682
+ };
2464
2683
  };
2465
2684
  };
2466
2685
  GetPersistentSegmentInfoRequest: {
@@ -2546,6 +2765,10 @@ declare const _default: {
2546
2765
  type: string;
2547
2766
  id: number;
2548
2767
  };
2768
+ storage_version: {
2769
+ type: string;
2770
+ id: number;
2771
+ };
2549
2772
  };
2550
2773
  };
2551
2774
  GetQuerySegmentInfoRequest: {
@@ -2752,6 +2975,10 @@ declare const _default: {
2752
2975
  type: string;
2753
2976
  id: number;
2754
2977
  };
2978
+ l0Compaction: {
2979
+ type: string;
2980
+ id: number;
2981
+ };
2755
2982
  };
2756
2983
  };
2757
2984
  ManualCompactionResponse: {
@@ -2895,6 +3122,14 @@ declare const _default: {
2895
3122
  db_name: {
2896
3123
  type: string;
2897
3124
  id: number;
3125
+ options: {
3126
+ deprecated: boolean;
3127
+ };
3128
+ };
3129
+ flush_targets: {
3130
+ rule: string;
3131
+ type: string;
3132
+ id: number;
2898
3133
  };
2899
3134
  };
2900
3135
  };
@@ -2908,6 +3143,24 @@ declare const _default: {
2908
3143
  type: string;
2909
3144
  id: number;
2910
3145
  };
3146
+ flush_states: {
3147
+ rule: string;
3148
+ type: string;
3149
+ id: number;
3150
+ };
3151
+ };
3152
+ };
3153
+ FlushAllState: {
3154
+ fields: {
3155
+ db_name: {
3156
+ type: string;
3157
+ id: number;
3158
+ };
3159
+ collection_flush_states: {
3160
+ keyType: string;
3161
+ type: string;
3162
+ id: number;
3163
+ };
2911
3164
  };
2912
3165
  };
2913
3166
  ImportRequest: {
@@ -4587,6 +4840,94 @@ declare const _default: {
4587
4840
  };
4588
4841
  };
4589
4842
  };
4843
+ FileResourceInfo: {
4844
+ fields: {
4845
+ id: {
4846
+ type: string;
4847
+ id: number;
4848
+ };
4849
+ name: {
4850
+ type: string;
4851
+ id: number;
4852
+ };
4853
+ path: {
4854
+ type: string;
4855
+ id: number;
4856
+ };
4857
+ type: {
4858
+ type: string;
4859
+ id: number;
4860
+ };
4861
+ };
4862
+ };
4863
+ AddFileResourceRequest: {
4864
+ options: {
4865
+ "(common.privilege_ext_obj).object_type": string;
4866
+ "(common.privilege_ext_obj).object_privilege": string;
4867
+ "(common.privilege_ext_obj).object_name_index": number;
4868
+ };
4869
+ fields: {
4870
+ base: {
4871
+ type: string;
4872
+ id: number;
4873
+ };
4874
+ name: {
4875
+ type: string;
4876
+ id: number;
4877
+ };
4878
+ path: {
4879
+ type: string;
4880
+ id: number;
4881
+ };
4882
+ type: {
4883
+ type: string;
4884
+ id: number;
4885
+ };
4886
+ };
4887
+ };
4888
+ RemoveFileResourceRequest: {
4889
+ options: {
4890
+ "(common.privilege_ext_obj).object_type": string;
4891
+ "(common.privilege_ext_obj).object_privilege": string;
4892
+ "(common.privilege_ext_obj).object_name_index": number;
4893
+ };
4894
+ fields: {
4895
+ base: {
4896
+ type: string;
4897
+ id: number;
4898
+ };
4899
+ name: {
4900
+ type: string;
4901
+ id: number;
4902
+ };
4903
+ };
4904
+ };
4905
+ ListFileResourcesRequest: {
4906
+ options: {
4907
+ "(common.privilege_ext_obj).object_type": string;
4908
+ "(common.privilege_ext_obj).object_privilege": string;
4909
+ "(common.privilege_ext_obj).object_name_index": number;
4910
+ };
4911
+ fields: {
4912
+ base: {
4913
+ type: string;
4914
+ id: number;
4915
+ };
4916
+ };
4917
+ };
4918
+ ListFileResourcesResponse: {
4919
+ fields: {
4920
+ status: {
4921
+ type: string;
4922
+ id: number;
4923
+ };
4924
+ resources: {
4925
+ rule: string;
4926
+ type: string;
4927
+ id: number;
4928
+ };
4929
+ };
4930
+ };
4590
4931
  RowPolicyAction: {
4591
4932
  values: {
4592
4933
  Query: number;
@@ -4852,6 +5193,77 @@ declare const _default: {
4852
5193
  };
4853
5194
  };
4854
5195
  };
5196
+ UpdateReplicateConfigurationRequest: {
5197
+ fields: {
5198
+ replicate_configuration: {
5199
+ type: string;
5200
+ id: number;
5201
+ };
5202
+ };
5203
+ };
5204
+ GetReplicateInfoRequest: {
5205
+ fields: {
5206
+ source_cluster_id: {
5207
+ type: string;
5208
+ id: number;
5209
+ };
5210
+ };
5211
+ };
5212
+ GetReplicateInfoResponse: {
5213
+ fields: {
5214
+ checkpoints: {
5215
+ rule: string;
5216
+ type: string;
5217
+ id: number;
5218
+ };
5219
+ };
5220
+ };
5221
+ ReplicateMessage: {
5222
+ fields: {
5223
+ source_cluster_id: {
5224
+ type: string;
5225
+ id: number;
5226
+ };
5227
+ message: {
5228
+ type: string;
5229
+ id: number;
5230
+ };
5231
+ };
5232
+ };
5233
+ ReplicateRequest: {
5234
+ oneofs: {
5235
+ request: {
5236
+ oneof: string[];
5237
+ };
5238
+ };
5239
+ fields: {
5240
+ replicate_message: {
5241
+ type: string;
5242
+ id: number;
5243
+ };
5244
+ };
5245
+ };
5246
+ ReplicateConfirmedMessageInfo: {
5247
+ fields: {
5248
+ confirmed_time_tick: {
5249
+ type: string;
5250
+ id: number;
5251
+ };
5252
+ };
5253
+ };
5254
+ ReplicateResponse: {
5255
+ oneofs: {
5256
+ response: {
5257
+ oneof: string[];
5258
+ };
5259
+ };
5260
+ fields: {
5261
+ replicate_confirmed_message_info: {
5262
+ type: string;
5263
+ id: number;
5264
+ };
5265
+ };
5266
+ };
4855
5267
  };
4856
5268
  };
4857
5269
  common: {
@@ -5040,6 +5452,12 @@ declare const _default: {
5040
5452
  Int8Vector: number;
5041
5453
  Int64: number;
5042
5454
  VarChar: number;
5455
+ EmbListBinaryVector: number;
5456
+ EmbListFloatVector: number;
5457
+ EmbListFloat16Vector: number;
5458
+ EmbListBFloat16Vector: number;
5459
+ EmbListSparseFloatVector: number;
5460
+ EmbListInt8Vector: number;
5043
5461
  };
5044
5462
  };
5045
5463
  PlaceholderValue: {
@@ -5384,6 +5802,9 @@ declare const _default: {
5384
5802
  PrivilegeGetImportProgress: number;
5385
5803
  PrivilegeListImport: number;
5386
5804
  PrivilegeAddCollectionField: number;
5805
+ PrivilegeAddFileResource: number;
5806
+ PrivilegeRemoveFileResource: number;
5807
+ PrivilegeListFileResources: number;
5387
5808
  };
5388
5809
  };
5389
5810
  PrivilegeExt: {
@@ -5520,6 +5941,125 @@ declare const _default: {
5520
5941
  LOW: number;
5521
5942
  };
5522
5943
  };
5944
+ FileResourceType: {
5945
+ values: {
5946
+ ANALYZER_DICTIONARY: number;
5947
+ };
5948
+ };
5949
+ WALName: {
5950
+ values: {
5951
+ Unknown: number;
5952
+ RocksMQ: number;
5953
+ Pulsar: number;
5954
+ Kafka: number;
5955
+ WoodPecker: number;
5956
+ Test: number;
5957
+ };
5958
+ };
5959
+ ReplicateConfiguration: {
5960
+ fields: {
5961
+ clusters: {
5962
+ rule: string;
5963
+ type: string;
5964
+ id: number;
5965
+ };
5966
+ cross_cluster_topology: {
5967
+ rule: string;
5968
+ type: string;
5969
+ id: number;
5970
+ };
5971
+ };
5972
+ };
5973
+ ConnectionParam: {
5974
+ fields: {
5975
+ uri: {
5976
+ type: string;
5977
+ id: number;
5978
+ };
5979
+ token: {
5980
+ type: string;
5981
+ id: number;
5982
+ };
5983
+ };
5984
+ };
5985
+ MilvusCluster: {
5986
+ fields: {
5987
+ cluster_id: {
5988
+ type: string;
5989
+ id: number;
5990
+ };
5991
+ connection_param: {
5992
+ type: string;
5993
+ id: number;
5994
+ };
5995
+ pchannels: {
5996
+ rule: string;
5997
+ type: string;
5998
+ id: number;
5999
+ };
6000
+ };
6001
+ };
6002
+ CrossClusterTopology: {
6003
+ fields: {
6004
+ source_cluster_id: {
6005
+ type: string;
6006
+ id: number;
6007
+ };
6008
+ target_cluster_id: {
6009
+ type: string;
6010
+ id: number;
6011
+ };
6012
+ };
6013
+ };
6014
+ MessageID: {
6015
+ fields: {
6016
+ id: {
6017
+ type: string;
6018
+ id: number;
6019
+ };
6020
+ WAL_name: {
6021
+ type: string;
6022
+ id: number;
6023
+ };
6024
+ };
6025
+ };
6026
+ ImmutableMessage: {
6027
+ fields: {
6028
+ id: {
6029
+ type: string;
6030
+ id: number;
6031
+ };
6032
+ payload: {
6033
+ type: string;
6034
+ id: number;
6035
+ };
6036
+ properties: {
6037
+ keyType: string;
6038
+ type: string;
6039
+ id: number;
6040
+ };
6041
+ };
6042
+ };
6043
+ ReplicateCheckpoint: {
6044
+ fields: {
6045
+ cluster_id: {
6046
+ type: string;
6047
+ id: number;
6048
+ };
6049
+ pchannel: {
6050
+ type: string;
6051
+ id: number;
6052
+ };
6053
+ message_id: {
6054
+ type: string;
6055
+ id: number;
6056
+ };
6057
+ time_tick: {
6058
+ type: string;
6059
+ id: number;
6060
+ };
6061
+ };
6062
+ };
5523
6063
  };
5524
6064
  };
5525
6065
  rg: {
@@ -5611,6 +6151,7 @@ declare const _default: {
5611
6151
  JSON: number;
5612
6152
  Geometry: number;
5613
6153
  Text: number;
6154
+ Timestamptz: number;
5614
6155
  BinaryVector: number;
5615
6156
  FloatVector: number;
5616
6157
  Float16Vector: number;
@@ -5619,6 +6160,7 @@ declare const _default: {
5619
6160
  Int8Vector: number;
5620
6161
  ArrayOfVector: number;
5621
6162
  ArrayOfStruct: number;
6163
+ Struct: number;
5622
6164
  };
5623
6165
  };
5624
6166
  FunctionType: {
@@ -5928,6 +6470,24 @@ declare const _default: {
5928
6470
  };
5929
6471
  };
5930
6472
  };
6473
+ TimestamptzArray: {
6474
+ fields: {
6475
+ data: {
6476
+ rule: string;
6477
+ type: string;
6478
+ id: number;
6479
+ };
6480
+ };
6481
+ };
6482
+ GeometryWktArray: {
6483
+ fields: {
6484
+ data: {
6485
+ rule: string;
6486
+ type: string;
6487
+ id: number;
6488
+ };
6489
+ };
6490
+ };
5931
6491
  ValueField: {
5932
6492
  oneofs: {
5933
6493
  data: {
@@ -5963,6 +6523,10 @@ declare const _default: {
5963
6523
  type: string;
5964
6524
  id: number;
5965
6525
  };
6526
+ timestamptz_data: {
6527
+ type: string;
6528
+ id: number;
6529
+ };
5966
6530
  };
5967
6531
  };
5968
6532
  ScalarField: {
@@ -6012,6 +6576,14 @@ declare const _default: {
6012
6576
  type: string;
6013
6577
  id: number;
6014
6578
  };
6579
+ timestamptz_data: {
6580
+ type: string;
6581
+ id: number;
6582
+ };
6583
+ geometry_wkt_data: {
6584
+ type: string;
6585
+ id: number;
6586
+ };
6015
6587
  };
6016
6588
  };
6017
6589
  SparseFloatArray: {
@@ -6453,6 +7025,11 @@ declare const _default: {
6453
7025
  };
6454
7026
  };
6455
7027
  InsertRequest: {
7028
+ oneofs: {
7029
+ _namespace: {
7030
+ oneof: string[];
7031
+ };
7032
+ };
6456
7033
  fields: {
6457
7034
  base: {
6458
7035
  type: string;
@@ -6518,6 +7095,13 @@ declare const _default: {
6518
7095
  type: string;
6519
7096
  id: number;
6520
7097
  };
7098
+ namespace: {
7099
+ type: string;
7100
+ id: number;
7101
+ options: {
7102
+ proto3_optional: boolean;
7103
+ };
7104
+ };
6521
7105
  };
6522
7106
  };
6523
7107
  DeleteRequest: {
@@ -6627,10 +7211,16 @@ declare const _default: {
6627
7211
  partitionID: {
6628
7212
  type: string;
6629
7213
  id: number;
7214
+ options: {
7215
+ deprecated: boolean;
7216
+ };
6630
7217
  };
6631
7218
  schema: {
6632
7219
  type: string;
6633
7220
  id: number;
7221
+ options: {
7222
+ deprecated: boolean;
7223
+ };
6634
7224
  };
6635
7225
  virtualChannelNames: {
6636
7226
  rule: string;
@@ -6647,6 +7237,15 @@ declare const _default: {
6647
7237
  type: string;
6648
7238
  id: number;
6649
7239
  };
7240
+ partitionNames: {
7241
+ rule: string;
7242
+ type: string;
7243
+ id: number;
7244
+ };
7245
+ collection_schema: {
7246
+ type: string;
7247
+ id: number;
7248
+ };
6650
7249
  };
6651
7250
  };
6652
7251
  DropCollectionRequest: {