@zilliz/milvus2-sdk-node 2.6.7 → 2.6.9

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.
@@ -7113,6 +7113,10 @@ declare const _default: {
7113
7113
  type: string;
7114
7114
  id: number;
7115
7115
  };
7116
+ enable_namespace: {
7117
+ type: string;
7118
+ id: number;
7119
+ };
7116
7120
  };
7117
7121
  };
7118
7122
  StructArrayFieldSchema: {
@@ -1940,9 +1940,9 @@ exports.default = {
1940
1940
  },
1941
1941
  "AddCollectionFunctionRequest": {
1942
1942
  "options": {
1943
- "(common.privilege_ext_obj).object_type": "Collection",
1943
+ "(common.privilege_ext_obj).object_type": "Global",
1944
1944
  "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
1945
- "(common.privilege_ext_obj).object_name_index": 3
1945
+ "(common.privilege_ext_obj).object_name_index": -1
1946
1946
  },
1947
1947
  "fields": {
1948
1948
  "base": {
@@ -1969,9 +1969,9 @@ exports.default = {
1969
1969
  },
1970
1970
  "AlterCollectionFunctionRequest": {
1971
1971
  "options": {
1972
- "(common.privilege_ext_obj).object_type": "Collection",
1972
+ "(common.privilege_ext_obj).object_type": "Global",
1973
1973
  "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
1974
- "(common.privilege_ext_obj).object_name_index": 3
1974
+ "(common.privilege_ext_obj).object_name_index": -1
1975
1975
  },
1976
1976
  "fields": {
1977
1977
  "base": {
@@ -2002,9 +2002,9 @@ exports.default = {
2002
2002
  },
2003
2003
  "DropCollectionFunctionRequest": {
2004
2004
  "options": {
2005
- "(common.privilege_ext_obj).object_type": "Collection",
2005
+ "(common.privilege_ext_obj).object_type": "Global",
2006
2006
  "(common.privilege_ext_obj).object_privilege": "PrivilegeCreateCollection",
2007
- "(common.privilege_ext_obj).object_name_index": 3
2007
+ "(common.privilege_ext_obj).object_name_index": -1
2008
2008
  },
2009
2009
  "fields": {
2010
2010
  "base": {
@@ -7152,6 +7152,10 @@ exports.default = {
7152
7152
  "rule": "repeated",
7153
7153
  "type": "int64",
7154
7154
  "id": 14
7155
+ },
7156
+ "enable_namespace": {
7157
+ "type": "bool",
7158
+ "id": 15
7155
7159
  }
7156
7160
  }
7157
7161
  },