@zilliz/milvus2-sdk-node 2.6.13 → 2.6.14
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/grpc/Database.d.ts +12 -4
- package/dist/milvus/grpc/Database.js +13 -4
- package/dist/milvus/grpc/Database.js.map +1 -1
- package/dist/milvus/grpc/GrpcClient.js +1 -0
- package/dist/milvus/grpc/GrpcClient.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +585 -8
- package/dist/milvus/proto-json/milvus.base.js +677 -17
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +641 -64
- package/dist/milvus/proto-json/milvus.js +733 -73
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +580 -8
- package/dist/milvus/proto-json/schema.base.js +672 -17
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/Client.d.ts +1 -0
- package/dist/milvus/types/Database.d.ts +2 -0
- package/dist/milvus/types/Http.d.ts +2 -0
- package/dist/sdk.json +1 -1
- package/package.json +6 -3
|
@@ -2051,6 +2051,11 @@ declare const _default: {
|
|
|
2051
2051
|
proto3_optional: boolean;
|
|
2052
2052
|
};
|
|
2053
2053
|
};
|
|
2054
|
+
field_ops: {
|
|
2055
|
+
rule: string;
|
|
2056
|
+
type: string;
|
|
2057
|
+
id: number;
|
|
2058
|
+
};
|
|
2054
2059
|
};
|
|
2055
2060
|
};
|
|
2056
2061
|
MutationResult: {
|
|
@@ -7005,6 +7010,27 @@ declare const _default: {
|
|
|
7005
7010
|
};
|
|
7006
7011
|
};
|
|
7007
7012
|
};
|
|
7013
|
+
FieldPartialUpdateOp: {
|
|
7014
|
+
fields: {
|
|
7015
|
+
field_name: {
|
|
7016
|
+
type: string;
|
|
7017
|
+
id: number;
|
|
7018
|
+
};
|
|
7019
|
+
op: {
|
|
7020
|
+
type: string;
|
|
7021
|
+
id: number;
|
|
7022
|
+
};
|
|
7023
|
+
};
|
|
7024
|
+
nested: {
|
|
7025
|
+
OpType: {
|
|
7026
|
+
values: {
|
|
7027
|
+
REPLACE: number;
|
|
7028
|
+
ARRAY_APPEND: number;
|
|
7029
|
+
ARRAY_REMOVE: number;
|
|
7030
|
+
};
|
|
7031
|
+
};
|
|
7032
|
+
};
|
|
7033
|
+
};
|
|
7008
7034
|
FieldData: {
|
|
7009
7035
|
oneofs: {
|
|
7010
7036
|
field: {
|
|
@@ -7804,6 +7830,7 @@ declare const _default: {
|
|
|
7804
7830
|
protobuf: {
|
|
7805
7831
|
nested: {
|
|
7806
7832
|
FileDescriptorSet: {
|
|
7833
|
+
edition: string;
|
|
7807
7834
|
fields: {
|
|
7808
7835
|
file: {
|
|
7809
7836
|
rule: string;
|
|
@@ -7811,8 +7838,27 @@ declare const _default: {
|
|
|
7811
7838
|
id: number;
|
|
7812
7839
|
};
|
|
7813
7840
|
};
|
|
7841
|
+
extensions: number[][];
|
|
7842
|
+
};
|
|
7843
|
+
Edition: {
|
|
7844
|
+
edition: string;
|
|
7845
|
+
values: {
|
|
7846
|
+
EDITION_UNKNOWN: number;
|
|
7847
|
+
EDITION_LEGACY: number;
|
|
7848
|
+
EDITION_PROTO2: number;
|
|
7849
|
+
EDITION_PROTO3: number;
|
|
7850
|
+
EDITION_2023: number;
|
|
7851
|
+
EDITION_2024: number;
|
|
7852
|
+
EDITION_1_TEST_ONLY: number;
|
|
7853
|
+
EDITION_2_TEST_ONLY: number;
|
|
7854
|
+
EDITION_99997_TEST_ONLY: number;
|
|
7855
|
+
EDITION_99998_TEST_ONLY: number;
|
|
7856
|
+
EDITION_99999_TEST_ONLY: number;
|
|
7857
|
+
EDITION_MAX: number;
|
|
7858
|
+
};
|
|
7814
7859
|
};
|
|
7815
7860
|
FileDescriptorProto: {
|
|
7861
|
+
edition: string;
|
|
7816
7862
|
fields: {
|
|
7817
7863
|
name: {
|
|
7818
7864
|
type: string;
|
|
@@ -7827,28 +7873,27 @@ declare const _default: {
|
|
|
7827
7873
|
type: string;
|
|
7828
7874
|
id: number;
|
|
7829
7875
|
};
|
|
7830
|
-
|
|
7876
|
+
publicDependency: {
|
|
7831
7877
|
rule: string;
|
|
7832
7878
|
type: string;
|
|
7833
7879
|
id: number;
|
|
7834
|
-
options: {
|
|
7835
|
-
packed: boolean;
|
|
7836
|
-
};
|
|
7837
7880
|
};
|
|
7838
|
-
|
|
7881
|
+
weakDependency: {
|
|
7882
|
+
rule: string;
|
|
7883
|
+
type: string;
|
|
7884
|
+
id: number;
|
|
7885
|
+
};
|
|
7886
|
+
optionDependency: {
|
|
7839
7887
|
rule: string;
|
|
7840
7888
|
type: string;
|
|
7841
7889
|
id: number;
|
|
7842
|
-
options: {
|
|
7843
|
-
packed: boolean;
|
|
7844
|
-
};
|
|
7845
7890
|
};
|
|
7846
|
-
|
|
7891
|
+
messageType: {
|
|
7847
7892
|
rule: string;
|
|
7848
7893
|
type: string;
|
|
7849
7894
|
id: number;
|
|
7850
7895
|
};
|
|
7851
|
-
|
|
7896
|
+
enumType: {
|
|
7852
7897
|
rule: string;
|
|
7853
7898
|
type: string;
|
|
7854
7899
|
id: number;
|
|
@@ -7867,7 +7912,7 @@ declare const _default: {
|
|
|
7867
7912
|
type: string;
|
|
7868
7913
|
id: number;
|
|
7869
7914
|
};
|
|
7870
|
-
|
|
7915
|
+
sourceCodeInfo: {
|
|
7871
7916
|
type: string;
|
|
7872
7917
|
id: number;
|
|
7873
7918
|
};
|
|
@@ -7875,9 +7920,14 @@ declare const _default: {
|
|
|
7875
7920
|
type: string;
|
|
7876
7921
|
id: number;
|
|
7877
7922
|
};
|
|
7923
|
+
edition: {
|
|
7924
|
+
type: string;
|
|
7925
|
+
id: number;
|
|
7926
|
+
};
|
|
7878
7927
|
};
|
|
7879
7928
|
};
|
|
7880
7929
|
DescriptorProto: {
|
|
7930
|
+
edition: string;
|
|
7881
7931
|
fields: {
|
|
7882
7932
|
name: {
|
|
7883
7933
|
type: string;
|
|
@@ -7893,22 +7943,22 @@ declare const _default: {
|
|
|
7893
7943
|
type: string;
|
|
7894
7944
|
id: number;
|
|
7895
7945
|
};
|
|
7896
|
-
|
|
7946
|
+
nestedType: {
|
|
7897
7947
|
rule: string;
|
|
7898
7948
|
type: string;
|
|
7899
7949
|
id: number;
|
|
7900
7950
|
};
|
|
7901
|
-
|
|
7951
|
+
enumType: {
|
|
7902
7952
|
rule: string;
|
|
7903
7953
|
type: string;
|
|
7904
7954
|
id: number;
|
|
7905
7955
|
};
|
|
7906
|
-
|
|
7956
|
+
extensionRange: {
|
|
7907
7957
|
rule: string;
|
|
7908
7958
|
type: string;
|
|
7909
7959
|
id: number;
|
|
7910
7960
|
};
|
|
7911
|
-
|
|
7961
|
+
oneofDecl: {
|
|
7912
7962
|
rule: string;
|
|
7913
7963
|
type: string;
|
|
7914
7964
|
id: number;
|
|
@@ -7917,16 +7967,20 @@ declare const _default: {
|
|
|
7917
7967
|
type: string;
|
|
7918
7968
|
id: number;
|
|
7919
7969
|
};
|
|
7920
|
-
|
|
7970
|
+
reservedRange: {
|
|
7921
7971
|
rule: string;
|
|
7922
7972
|
type: string;
|
|
7923
7973
|
id: number;
|
|
7924
7974
|
};
|
|
7925
|
-
|
|
7975
|
+
reservedName: {
|
|
7926
7976
|
rule: string;
|
|
7927
7977
|
type: string;
|
|
7928
7978
|
id: number;
|
|
7929
7979
|
};
|
|
7980
|
+
visibility: {
|
|
7981
|
+
type: string;
|
|
7982
|
+
id: number;
|
|
7983
|
+
};
|
|
7930
7984
|
};
|
|
7931
7985
|
nested: {
|
|
7932
7986
|
ExtensionRange: {
|
|
@@ -7939,6 +7993,10 @@ declare const _default: {
|
|
|
7939
7993
|
type: string;
|
|
7940
7994
|
id: number;
|
|
7941
7995
|
};
|
|
7996
|
+
options: {
|
|
7997
|
+
type: string;
|
|
7998
|
+
id: number;
|
|
7999
|
+
};
|
|
7942
8000
|
};
|
|
7943
8001
|
};
|
|
7944
8002
|
ReservedRange: {
|
|
@@ -7955,7 +8013,72 @@ declare const _default: {
|
|
|
7955
8013
|
};
|
|
7956
8014
|
};
|
|
7957
8015
|
};
|
|
8016
|
+
ExtensionRangeOptions: {
|
|
8017
|
+
edition: string;
|
|
8018
|
+
fields: {
|
|
8019
|
+
uninterpretedOption: {
|
|
8020
|
+
rule: string;
|
|
8021
|
+
type: string;
|
|
8022
|
+
id: number;
|
|
8023
|
+
};
|
|
8024
|
+
declaration: {
|
|
8025
|
+
rule: string;
|
|
8026
|
+
type: string;
|
|
8027
|
+
id: number;
|
|
8028
|
+
options: {
|
|
8029
|
+
retention: string;
|
|
8030
|
+
};
|
|
8031
|
+
};
|
|
8032
|
+
features: {
|
|
8033
|
+
type: string;
|
|
8034
|
+
id: number;
|
|
8035
|
+
};
|
|
8036
|
+
verification: {
|
|
8037
|
+
type: string;
|
|
8038
|
+
id: number;
|
|
8039
|
+
options: {
|
|
8040
|
+
default: string;
|
|
8041
|
+
retention: string;
|
|
8042
|
+
};
|
|
8043
|
+
};
|
|
8044
|
+
};
|
|
8045
|
+
extensions: number[][];
|
|
8046
|
+
nested: {
|
|
8047
|
+
Declaration: {
|
|
8048
|
+
fields: {
|
|
8049
|
+
number: {
|
|
8050
|
+
type: string;
|
|
8051
|
+
id: number;
|
|
8052
|
+
};
|
|
8053
|
+
fullName: {
|
|
8054
|
+
type: string;
|
|
8055
|
+
id: number;
|
|
8056
|
+
};
|
|
8057
|
+
type: {
|
|
8058
|
+
type: string;
|
|
8059
|
+
id: number;
|
|
8060
|
+
};
|
|
8061
|
+
reserved: {
|
|
8062
|
+
type: string;
|
|
8063
|
+
id: number;
|
|
8064
|
+
};
|
|
8065
|
+
repeated: {
|
|
8066
|
+
type: string;
|
|
8067
|
+
id: number;
|
|
8068
|
+
};
|
|
8069
|
+
};
|
|
8070
|
+
reserved: number[][];
|
|
8071
|
+
};
|
|
8072
|
+
VerificationState: {
|
|
8073
|
+
values: {
|
|
8074
|
+
DECLARATION: number;
|
|
8075
|
+
UNVERIFIED: number;
|
|
8076
|
+
};
|
|
8077
|
+
};
|
|
8078
|
+
};
|
|
8079
|
+
};
|
|
7958
8080
|
FieldDescriptorProto: {
|
|
8081
|
+
edition: string;
|
|
7959
8082
|
fields: {
|
|
7960
8083
|
name: {
|
|
7961
8084
|
type: string;
|
|
@@ -7973,7 +8096,7 @@ declare const _default: {
|
|
|
7973
8096
|
type: string;
|
|
7974
8097
|
id: number;
|
|
7975
8098
|
};
|
|
7976
|
-
|
|
8099
|
+
typeName: {
|
|
7977
8100
|
type: string;
|
|
7978
8101
|
id: number;
|
|
7979
8102
|
};
|
|
@@ -7981,15 +8104,15 @@ declare const _default: {
|
|
|
7981
8104
|
type: string;
|
|
7982
8105
|
id: number;
|
|
7983
8106
|
};
|
|
7984
|
-
|
|
8107
|
+
defaultValue: {
|
|
7985
8108
|
type: string;
|
|
7986
8109
|
id: number;
|
|
7987
8110
|
};
|
|
7988
|
-
|
|
8111
|
+
oneofIndex: {
|
|
7989
8112
|
type: string;
|
|
7990
8113
|
id: number;
|
|
7991
8114
|
};
|
|
7992
|
-
|
|
8115
|
+
jsonName: {
|
|
7993
8116
|
type: string;
|
|
7994
8117
|
id: number;
|
|
7995
8118
|
};
|
|
@@ -7997,6 +8120,10 @@ declare const _default: {
|
|
|
7997
8120
|
type: string;
|
|
7998
8121
|
id: number;
|
|
7999
8122
|
};
|
|
8123
|
+
proto3Optional: {
|
|
8124
|
+
type: string;
|
|
8125
|
+
id: number;
|
|
8126
|
+
};
|
|
8000
8127
|
};
|
|
8001
8128
|
nested: {
|
|
8002
8129
|
Type: {
|
|
@@ -8024,13 +8151,14 @@ declare const _default: {
|
|
|
8024
8151
|
Label: {
|
|
8025
8152
|
values: {
|
|
8026
8153
|
LABEL_OPTIONAL: number;
|
|
8027
|
-
LABEL_REQUIRED: number;
|
|
8028
8154
|
LABEL_REPEATED: number;
|
|
8155
|
+
LABEL_REQUIRED: number;
|
|
8029
8156
|
};
|
|
8030
8157
|
};
|
|
8031
8158
|
};
|
|
8032
8159
|
};
|
|
8033
8160
|
OneofDescriptorProto: {
|
|
8161
|
+
edition: string;
|
|
8034
8162
|
fields: {
|
|
8035
8163
|
name: {
|
|
8036
8164
|
type: string;
|
|
@@ -8043,6 +8171,7 @@ declare const _default: {
|
|
|
8043
8171
|
};
|
|
8044
8172
|
};
|
|
8045
8173
|
EnumDescriptorProto: {
|
|
8174
|
+
edition: string;
|
|
8046
8175
|
fields: {
|
|
8047
8176
|
name: {
|
|
8048
8177
|
type: string;
|
|
@@ -8057,9 +8186,38 @@ declare const _default: {
|
|
|
8057
8186
|
type: string;
|
|
8058
8187
|
id: number;
|
|
8059
8188
|
};
|
|
8189
|
+
reservedRange: {
|
|
8190
|
+
rule: string;
|
|
8191
|
+
type: string;
|
|
8192
|
+
id: number;
|
|
8193
|
+
};
|
|
8194
|
+
reservedName: {
|
|
8195
|
+
rule: string;
|
|
8196
|
+
type: string;
|
|
8197
|
+
id: number;
|
|
8198
|
+
};
|
|
8199
|
+
visibility: {
|
|
8200
|
+
type: string;
|
|
8201
|
+
id: number;
|
|
8202
|
+
};
|
|
8203
|
+
};
|
|
8204
|
+
nested: {
|
|
8205
|
+
EnumReservedRange: {
|
|
8206
|
+
fields: {
|
|
8207
|
+
start: {
|
|
8208
|
+
type: string;
|
|
8209
|
+
id: number;
|
|
8210
|
+
};
|
|
8211
|
+
end: {
|
|
8212
|
+
type: string;
|
|
8213
|
+
id: number;
|
|
8214
|
+
};
|
|
8215
|
+
};
|
|
8216
|
+
};
|
|
8060
8217
|
};
|
|
8061
8218
|
};
|
|
8062
8219
|
EnumValueDescriptorProto: {
|
|
8220
|
+
edition: string;
|
|
8063
8221
|
fields: {
|
|
8064
8222
|
name: {
|
|
8065
8223
|
type: string;
|
|
@@ -8076,6 +8234,7 @@ declare const _default: {
|
|
|
8076
8234
|
};
|
|
8077
8235
|
};
|
|
8078
8236
|
ServiceDescriptorProto: {
|
|
8237
|
+
edition: string;
|
|
8079
8238
|
fields: {
|
|
8080
8239
|
name: {
|
|
8081
8240
|
type: string;
|
|
@@ -8093,16 +8252,17 @@ declare const _default: {
|
|
|
8093
8252
|
};
|
|
8094
8253
|
};
|
|
8095
8254
|
MethodDescriptorProto: {
|
|
8255
|
+
edition: string;
|
|
8096
8256
|
fields: {
|
|
8097
8257
|
name: {
|
|
8098
8258
|
type: string;
|
|
8099
8259
|
id: number;
|
|
8100
8260
|
};
|
|
8101
|
-
|
|
8261
|
+
inputType: {
|
|
8102
8262
|
type: string;
|
|
8103
8263
|
id: number;
|
|
8104
8264
|
};
|
|
8105
|
-
|
|
8265
|
+
outputType: {
|
|
8106
8266
|
type: string;
|
|
8107
8267
|
id: number;
|
|
8108
8268
|
};
|
|
@@ -8110,61 +8270,62 @@ declare const _default: {
|
|
|
8110
8270
|
type: string;
|
|
8111
8271
|
id: number;
|
|
8112
8272
|
};
|
|
8113
|
-
|
|
8273
|
+
clientStreaming: {
|
|
8114
8274
|
type: string;
|
|
8115
8275
|
id: number;
|
|
8116
8276
|
};
|
|
8117
|
-
|
|
8277
|
+
serverStreaming: {
|
|
8118
8278
|
type: string;
|
|
8119
8279
|
id: number;
|
|
8120
8280
|
};
|
|
8121
8281
|
};
|
|
8122
8282
|
};
|
|
8123
8283
|
FileOptions: {
|
|
8284
|
+
edition: string;
|
|
8124
8285
|
fields: {
|
|
8125
|
-
|
|
8286
|
+
javaPackage: {
|
|
8126
8287
|
type: string;
|
|
8127
8288
|
id: number;
|
|
8128
8289
|
};
|
|
8129
|
-
|
|
8290
|
+
javaOuterClassname: {
|
|
8130
8291
|
type: string;
|
|
8131
8292
|
id: number;
|
|
8132
8293
|
};
|
|
8133
|
-
|
|
8294
|
+
javaMultipleFiles: {
|
|
8134
8295
|
type: string;
|
|
8135
8296
|
id: number;
|
|
8136
8297
|
};
|
|
8137
|
-
|
|
8298
|
+
javaGenerateEqualsAndHash: {
|
|
8138
8299
|
type: string;
|
|
8139
8300
|
id: number;
|
|
8140
8301
|
options: {
|
|
8141
8302
|
deprecated: boolean;
|
|
8142
8303
|
};
|
|
8143
8304
|
};
|
|
8144
|
-
|
|
8305
|
+
javaStringCheckUtf8: {
|
|
8145
8306
|
type: string;
|
|
8146
8307
|
id: number;
|
|
8147
8308
|
};
|
|
8148
|
-
|
|
8309
|
+
optimizeFor: {
|
|
8149
8310
|
type: string;
|
|
8150
8311
|
id: number;
|
|
8151
8312
|
options: {
|
|
8152
8313
|
default: string;
|
|
8153
8314
|
};
|
|
8154
8315
|
};
|
|
8155
|
-
|
|
8316
|
+
goPackage: {
|
|
8156
8317
|
type: string;
|
|
8157
8318
|
id: number;
|
|
8158
8319
|
};
|
|
8159
|
-
|
|
8320
|
+
ccGenericServices: {
|
|
8160
8321
|
type: string;
|
|
8161
8322
|
id: number;
|
|
8162
8323
|
};
|
|
8163
|
-
|
|
8324
|
+
javaGenericServices: {
|
|
8164
8325
|
type: string;
|
|
8165
8326
|
id: number;
|
|
8166
8327
|
};
|
|
8167
|
-
|
|
8328
|
+
pyGenericServices: {
|
|
8168
8329
|
type: string;
|
|
8169
8330
|
id: number;
|
|
8170
8331
|
};
|
|
@@ -8172,26 +8333,53 @@ declare const _default: {
|
|
|
8172
8333
|
type: string;
|
|
8173
8334
|
id: number;
|
|
8174
8335
|
};
|
|
8175
|
-
|
|
8336
|
+
ccEnableArenas: {
|
|
8337
|
+
type: string;
|
|
8338
|
+
id: number;
|
|
8339
|
+
options: {
|
|
8340
|
+
default: boolean;
|
|
8341
|
+
};
|
|
8342
|
+
};
|
|
8343
|
+
objcClassPrefix: {
|
|
8344
|
+
type: string;
|
|
8345
|
+
id: number;
|
|
8346
|
+
};
|
|
8347
|
+
csharpNamespace: {
|
|
8176
8348
|
type: string;
|
|
8177
8349
|
id: number;
|
|
8178
8350
|
};
|
|
8179
|
-
|
|
8351
|
+
swiftPrefix: {
|
|
8180
8352
|
type: string;
|
|
8181
8353
|
id: number;
|
|
8182
8354
|
};
|
|
8183
|
-
|
|
8355
|
+
phpClassPrefix: {
|
|
8184
8356
|
type: string;
|
|
8185
8357
|
id: number;
|
|
8186
8358
|
};
|
|
8187
|
-
|
|
8359
|
+
phpNamespace: {
|
|
8360
|
+
type: string;
|
|
8361
|
+
id: number;
|
|
8362
|
+
};
|
|
8363
|
+
phpMetadataNamespace: {
|
|
8364
|
+
type: string;
|
|
8365
|
+
id: number;
|
|
8366
|
+
};
|
|
8367
|
+
rubyPackage: {
|
|
8368
|
+
type: string;
|
|
8369
|
+
id: number;
|
|
8370
|
+
};
|
|
8371
|
+
features: {
|
|
8372
|
+
type: string;
|
|
8373
|
+
id: number;
|
|
8374
|
+
};
|
|
8375
|
+
uninterpretedOption: {
|
|
8188
8376
|
rule: string;
|
|
8189
8377
|
type: string;
|
|
8190
8378
|
id: number;
|
|
8191
8379
|
};
|
|
8192
8380
|
};
|
|
8193
8381
|
extensions: number[][];
|
|
8194
|
-
reserved: number[][];
|
|
8382
|
+
reserved: (string | number[])[];
|
|
8195
8383
|
nested: {
|
|
8196
8384
|
OptimizeMode: {
|
|
8197
8385
|
values: {
|
|
@@ -8203,12 +8391,13 @@ declare const _default: {
|
|
|
8203
8391
|
};
|
|
8204
8392
|
};
|
|
8205
8393
|
MessageOptions: {
|
|
8394
|
+
edition: string;
|
|
8206
8395
|
fields: {
|
|
8207
|
-
|
|
8396
|
+
messageSetWireFormat: {
|
|
8208
8397
|
type: string;
|
|
8209
8398
|
id: number;
|
|
8210
8399
|
};
|
|
8211
|
-
|
|
8400
|
+
noStandardDescriptorAccessor: {
|
|
8212
8401
|
type: string;
|
|
8213
8402
|
id: number;
|
|
8214
8403
|
};
|
|
@@ -8216,11 +8405,22 @@ declare const _default: {
|
|
|
8216
8405
|
type: string;
|
|
8217
8406
|
id: number;
|
|
8218
8407
|
};
|
|
8219
|
-
|
|
8408
|
+
mapEntry: {
|
|
8409
|
+
type: string;
|
|
8410
|
+
id: number;
|
|
8411
|
+
};
|
|
8412
|
+
deprecatedLegacyJsonFieldConflicts: {
|
|
8413
|
+
type: string;
|
|
8414
|
+
id: number;
|
|
8415
|
+
options: {
|
|
8416
|
+
deprecated: boolean;
|
|
8417
|
+
};
|
|
8418
|
+
};
|
|
8419
|
+
features: {
|
|
8220
8420
|
type: string;
|
|
8221
8421
|
id: number;
|
|
8222
8422
|
};
|
|
8223
|
-
|
|
8423
|
+
uninterpretedOption: {
|
|
8224
8424
|
rule: string;
|
|
8225
8425
|
type: string;
|
|
8226
8426
|
id: number;
|
|
@@ -8230,6 +8430,7 @@ declare const _default: {
|
|
|
8230
8430
|
reserved: number[][];
|
|
8231
8431
|
};
|
|
8232
8432
|
FieldOptions: {
|
|
8433
|
+
edition: string;
|
|
8233
8434
|
fields: {
|
|
8234
8435
|
ctype: {
|
|
8235
8436
|
type: string;
|
|
@@ -8253,6 +8454,10 @@ declare const _default: {
|
|
|
8253
8454
|
type: string;
|
|
8254
8455
|
id: number;
|
|
8255
8456
|
};
|
|
8457
|
+
unverifiedLazy: {
|
|
8458
|
+
type: string;
|
|
8459
|
+
id: number;
|
|
8460
|
+
};
|
|
8256
8461
|
deprecated: {
|
|
8257
8462
|
type: string;
|
|
8258
8463
|
id: number;
|
|
@@ -8260,8 +8465,37 @@ declare const _default: {
|
|
|
8260
8465
|
weak: {
|
|
8261
8466
|
type: string;
|
|
8262
8467
|
id: number;
|
|
8468
|
+
options: {
|
|
8469
|
+
deprecated: boolean;
|
|
8470
|
+
};
|
|
8471
|
+
};
|
|
8472
|
+
debugRedact: {
|
|
8473
|
+
type: string;
|
|
8474
|
+
id: number;
|
|
8475
|
+
};
|
|
8476
|
+
retention: {
|
|
8477
|
+
type: string;
|
|
8478
|
+
id: number;
|
|
8479
|
+
};
|
|
8480
|
+
targets: {
|
|
8481
|
+
rule: string;
|
|
8482
|
+
type: string;
|
|
8483
|
+
id: number;
|
|
8484
|
+
};
|
|
8485
|
+
editionDefaults: {
|
|
8486
|
+
rule: string;
|
|
8487
|
+
type: string;
|
|
8488
|
+
id: number;
|
|
8489
|
+
};
|
|
8490
|
+
features: {
|
|
8491
|
+
type: string;
|
|
8492
|
+
id: number;
|
|
8493
|
+
};
|
|
8494
|
+
featureSupport: {
|
|
8495
|
+
type: string;
|
|
8496
|
+
id: number;
|
|
8263
8497
|
};
|
|
8264
|
-
|
|
8498
|
+
uninterpretedOption: {
|
|
8265
8499
|
rule: string;
|
|
8266
8500
|
type: string;
|
|
8267
8501
|
id: number;
|
|
@@ -8284,11 +8518,69 @@ declare const _default: {
|
|
|
8284
8518
|
JS_NUMBER: number;
|
|
8285
8519
|
};
|
|
8286
8520
|
};
|
|
8521
|
+
OptionRetention: {
|
|
8522
|
+
values: {
|
|
8523
|
+
RETENTION_UNKNOWN: number;
|
|
8524
|
+
RETENTION_RUNTIME: number;
|
|
8525
|
+
RETENTION_SOURCE: number;
|
|
8526
|
+
};
|
|
8527
|
+
};
|
|
8528
|
+
OptionTargetType: {
|
|
8529
|
+
values: {
|
|
8530
|
+
TARGET_TYPE_UNKNOWN: number;
|
|
8531
|
+
TARGET_TYPE_FILE: number;
|
|
8532
|
+
TARGET_TYPE_EXTENSION_RANGE: number;
|
|
8533
|
+
TARGET_TYPE_MESSAGE: number;
|
|
8534
|
+
TARGET_TYPE_FIELD: number;
|
|
8535
|
+
TARGET_TYPE_ONEOF: number;
|
|
8536
|
+
TARGET_TYPE_ENUM: number;
|
|
8537
|
+
TARGET_TYPE_ENUM_ENTRY: number;
|
|
8538
|
+
TARGET_TYPE_SERVICE: number;
|
|
8539
|
+
TARGET_TYPE_METHOD: number;
|
|
8540
|
+
};
|
|
8541
|
+
};
|
|
8542
|
+
EditionDefault: {
|
|
8543
|
+
fields: {
|
|
8544
|
+
edition: {
|
|
8545
|
+
type: string;
|
|
8546
|
+
id: number;
|
|
8547
|
+
};
|
|
8548
|
+
value: {
|
|
8549
|
+
type: string;
|
|
8550
|
+
id: number;
|
|
8551
|
+
};
|
|
8552
|
+
};
|
|
8553
|
+
};
|
|
8554
|
+
FeatureSupport: {
|
|
8555
|
+
fields: {
|
|
8556
|
+
editionIntroduced: {
|
|
8557
|
+
type: string;
|
|
8558
|
+
id: number;
|
|
8559
|
+
};
|
|
8560
|
+
editionDeprecated: {
|
|
8561
|
+
type: string;
|
|
8562
|
+
id: number;
|
|
8563
|
+
};
|
|
8564
|
+
deprecationWarning: {
|
|
8565
|
+
type: string;
|
|
8566
|
+
id: number;
|
|
8567
|
+
};
|
|
8568
|
+
editionRemoved: {
|
|
8569
|
+
type: string;
|
|
8570
|
+
id: number;
|
|
8571
|
+
};
|
|
8572
|
+
};
|
|
8573
|
+
};
|
|
8287
8574
|
};
|
|
8288
8575
|
};
|
|
8289
8576
|
OneofOptions: {
|
|
8577
|
+
edition: string;
|
|
8290
8578
|
fields: {
|
|
8291
|
-
|
|
8579
|
+
features: {
|
|
8580
|
+
type: string;
|
|
8581
|
+
id: number;
|
|
8582
|
+
};
|
|
8583
|
+
uninterpretedOption: {
|
|
8292
8584
|
rule: string;
|
|
8293
8585
|
type: string;
|
|
8294
8586
|
id: number;
|
|
@@ -8297,8 +8589,9 @@ declare const _default: {
|
|
|
8297
8589
|
extensions: number[][];
|
|
8298
8590
|
};
|
|
8299
8591
|
EnumOptions: {
|
|
8592
|
+
edition: string;
|
|
8300
8593
|
fields: {
|
|
8301
|
-
|
|
8594
|
+
allowAlias: {
|
|
8302
8595
|
type: string;
|
|
8303
8596
|
id: number;
|
|
8304
8597
|
};
|
|
@@ -8306,21 +8599,46 @@ declare const _default: {
|
|
|
8306
8599
|
type: string;
|
|
8307
8600
|
id: number;
|
|
8308
8601
|
};
|
|
8309
|
-
|
|
8602
|
+
deprecatedLegacyJsonFieldConflicts: {
|
|
8603
|
+
type: string;
|
|
8604
|
+
id: number;
|
|
8605
|
+
options: {
|
|
8606
|
+
deprecated: boolean;
|
|
8607
|
+
};
|
|
8608
|
+
};
|
|
8609
|
+
features: {
|
|
8610
|
+
type: string;
|
|
8611
|
+
id: number;
|
|
8612
|
+
};
|
|
8613
|
+
uninterpretedOption: {
|
|
8310
8614
|
rule: string;
|
|
8311
8615
|
type: string;
|
|
8312
8616
|
id: number;
|
|
8313
8617
|
};
|
|
8314
8618
|
};
|
|
8315
8619
|
extensions: number[][];
|
|
8620
|
+
reserved: number[][];
|
|
8316
8621
|
};
|
|
8317
8622
|
EnumValueOptions: {
|
|
8623
|
+
edition: string;
|
|
8318
8624
|
fields: {
|
|
8319
8625
|
deprecated: {
|
|
8320
8626
|
type: string;
|
|
8321
8627
|
id: number;
|
|
8322
8628
|
};
|
|
8323
|
-
|
|
8629
|
+
features: {
|
|
8630
|
+
type: string;
|
|
8631
|
+
id: number;
|
|
8632
|
+
};
|
|
8633
|
+
debugRedact: {
|
|
8634
|
+
type: string;
|
|
8635
|
+
id: number;
|
|
8636
|
+
};
|
|
8637
|
+
featureSupport: {
|
|
8638
|
+
type: string;
|
|
8639
|
+
id: number;
|
|
8640
|
+
};
|
|
8641
|
+
uninterpretedOption: {
|
|
8324
8642
|
rule: string;
|
|
8325
8643
|
type: string;
|
|
8326
8644
|
id: number;
|
|
@@ -8329,12 +8647,17 @@ declare const _default: {
|
|
|
8329
8647
|
extensions: number[][];
|
|
8330
8648
|
};
|
|
8331
8649
|
ServiceOptions: {
|
|
8650
|
+
edition: string;
|
|
8332
8651
|
fields: {
|
|
8652
|
+
features: {
|
|
8653
|
+
type: string;
|
|
8654
|
+
id: number;
|
|
8655
|
+
};
|
|
8333
8656
|
deprecated: {
|
|
8334
8657
|
type: string;
|
|
8335
8658
|
id: number;
|
|
8336
8659
|
};
|
|
8337
|
-
|
|
8660
|
+
uninterpretedOption: {
|
|
8338
8661
|
rule: string;
|
|
8339
8662
|
type: string;
|
|
8340
8663
|
id: number;
|
|
@@ -8343,47 +8666,69 @@ declare const _default: {
|
|
|
8343
8666
|
extensions: number[][];
|
|
8344
8667
|
};
|
|
8345
8668
|
MethodOptions: {
|
|
8669
|
+
edition: string;
|
|
8346
8670
|
fields: {
|
|
8347
8671
|
deprecated: {
|
|
8348
8672
|
type: string;
|
|
8349
8673
|
id: number;
|
|
8350
8674
|
};
|
|
8351
|
-
|
|
8675
|
+
idempotencyLevel: {
|
|
8676
|
+
type: string;
|
|
8677
|
+
id: number;
|
|
8678
|
+
options: {
|
|
8679
|
+
default: string;
|
|
8680
|
+
};
|
|
8681
|
+
};
|
|
8682
|
+
features: {
|
|
8683
|
+
type: string;
|
|
8684
|
+
id: number;
|
|
8685
|
+
};
|
|
8686
|
+
uninterpretedOption: {
|
|
8352
8687
|
rule: string;
|
|
8353
8688
|
type: string;
|
|
8354
8689
|
id: number;
|
|
8355
8690
|
};
|
|
8356
8691
|
};
|
|
8357
8692
|
extensions: number[][];
|
|
8693
|
+
nested: {
|
|
8694
|
+
IdempotencyLevel: {
|
|
8695
|
+
values: {
|
|
8696
|
+
IDEMPOTENCY_UNKNOWN: number;
|
|
8697
|
+
NO_SIDE_EFFECTS: number;
|
|
8698
|
+
IDEMPOTENT: number;
|
|
8699
|
+
};
|
|
8700
|
+
};
|
|
8701
|
+
};
|
|
8358
8702
|
};
|
|
8359
8703
|
UninterpretedOption: {
|
|
8704
|
+
edition: string;
|
|
8360
8705
|
fields: {
|
|
8361
8706
|
name: {
|
|
8362
8707
|
rule: string;
|
|
8363
8708
|
type: string;
|
|
8364
8709
|
id: number;
|
|
8365
8710
|
};
|
|
8366
|
-
|
|
8711
|
+
identifierValue: {
|
|
8367
8712
|
type: string;
|
|
8368
8713
|
id: number;
|
|
8369
8714
|
};
|
|
8370
|
-
|
|
8715
|
+
positiveIntValue: {
|
|
8371
8716
|
type: string;
|
|
8372
8717
|
id: number;
|
|
8373
8718
|
};
|
|
8374
|
-
|
|
8719
|
+
negativeIntValue: {
|
|
8375
8720
|
type: string;
|
|
8376
8721
|
id: number;
|
|
8377
8722
|
};
|
|
8378
|
-
|
|
8723
|
+
doubleValue: {
|
|
8379
8724
|
type: string;
|
|
8380
8725
|
id: number;
|
|
8381
8726
|
};
|
|
8382
|
-
|
|
8727
|
+
stringValue: {
|
|
8383
8728
|
type: string;
|
|
8384
8729
|
id: number;
|
|
8385
8730
|
};
|
|
8386
|
-
|
|
8731
|
+
aggregateValue: {
|
|
8387
8732
|
type: string;
|
|
8388
8733
|
id: number;
|
|
8389
8734
|
};
|
|
@@ -8391,12 +8736,12 @@ declare const _default: {
|
|
|
8391
8736
|
nested: {
|
|
8392
8737
|
NamePart: {
|
|
8393
8738
|
fields: {
|
|
8394
|
-
|
|
8739
|
+
namePart: {
|
|
8395
8740
|
rule: string;
|
|
8396
8741
|
type: string;
|
|
8397
8742
|
id: number;
|
|
8398
8743
|
};
|
|
8399
|
-
|
|
8744
|
+
isExtension: {
|
|
8400
8745
|
rule: string;
|
|
8401
8746
|
type: string;
|
|
8402
8747
|
id: number;
|
|
@@ -8405,7 +8750,207 @@ declare const _default: {
|
|
|
8405
8750
|
};
|
|
8406
8751
|
};
|
|
8407
8752
|
};
|
|
8753
|
+
FeatureSet: {
|
|
8754
|
+
edition: string;
|
|
8755
|
+
fields: {
|
|
8756
|
+
fieldPresence: {
|
|
8757
|
+
type: string;
|
|
8758
|
+
id: number;
|
|
8759
|
+
options: {
|
|
8760
|
+
retention: string;
|
|
8761
|
+
targets: string;
|
|
8762
|
+
"feature_support.edition_introduced": string;
|
|
8763
|
+
"edition_defaults.edition": string;
|
|
8764
|
+
"edition_defaults.value": string;
|
|
8765
|
+
};
|
|
8766
|
+
};
|
|
8767
|
+
enumType: {
|
|
8768
|
+
type: string;
|
|
8769
|
+
id: number;
|
|
8770
|
+
options: {
|
|
8771
|
+
retention: string;
|
|
8772
|
+
targets: string;
|
|
8773
|
+
"feature_support.edition_introduced": string;
|
|
8774
|
+
"edition_defaults.edition": string;
|
|
8775
|
+
"edition_defaults.value": string;
|
|
8776
|
+
};
|
|
8777
|
+
};
|
|
8778
|
+
repeatedFieldEncoding: {
|
|
8779
|
+
type: string;
|
|
8780
|
+
id: number;
|
|
8781
|
+
options: {
|
|
8782
|
+
retention: string;
|
|
8783
|
+
targets: string;
|
|
8784
|
+
"feature_support.edition_introduced": string;
|
|
8785
|
+
"edition_defaults.edition": string;
|
|
8786
|
+
"edition_defaults.value": string;
|
|
8787
|
+
};
|
|
8788
|
+
};
|
|
8789
|
+
utf8Validation: {
|
|
8790
|
+
type: string;
|
|
8791
|
+
id: number;
|
|
8792
|
+
options: {
|
|
8793
|
+
retention: string;
|
|
8794
|
+
targets: string;
|
|
8795
|
+
"feature_support.edition_introduced": string;
|
|
8796
|
+
"edition_defaults.edition": string;
|
|
8797
|
+
"edition_defaults.value": string;
|
|
8798
|
+
};
|
|
8799
|
+
};
|
|
8800
|
+
messageEncoding: {
|
|
8801
|
+
type: string;
|
|
8802
|
+
id: number;
|
|
8803
|
+
options: {
|
|
8804
|
+
retention: string;
|
|
8805
|
+
targets: string;
|
|
8806
|
+
"feature_support.edition_introduced": string;
|
|
8807
|
+
"edition_defaults.edition": string;
|
|
8808
|
+
"edition_defaults.value": string;
|
|
8809
|
+
};
|
|
8810
|
+
};
|
|
8811
|
+
jsonFormat: {
|
|
8812
|
+
type: string;
|
|
8813
|
+
id: number;
|
|
8814
|
+
options: {
|
|
8815
|
+
retention: string;
|
|
8816
|
+
targets: string;
|
|
8817
|
+
"feature_support.edition_introduced": string;
|
|
8818
|
+
"edition_defaults.edition": string;
|
|
8819
|
+
"edition_defaults.value": string;
|
|
8820
|
+
};
|
|
8821
|
+
};
|
|
8822
|
+
enforceNamingStyle: {
|
|
8823
|
+
type: string;
|
|
8824
|
+
id: number;
|
|
8825
|
+
options: {
|
|
8826
|
+
retention: string;
|
|
8827
|
+
targets: string;
|
|
8828
|
+
"feature_support.edition_introduced": string;
|
|
8829
|
+
"edition_defaults.edition": string;
|
|
8830
|
+
"edition_defaults.value": string;
|
|
8831
|
+
};
|
|
8832
|
+
};
|
|
8833
|
+
defaultSymbolVisibility: {
|
|
8834
|
+
type: string;
|
|
8835
|
+
id: number;
|
|
8836
|
+
options: {
|
|
8837
|
+
retention: string;
|
|
8838
|
+
targets: string;
|
|
8839
|
+
"feature_support.edition_introduced": string;
|
|
8840
|
+
"edition_defaults.edition": string;
|
|
8841
|
+
"edition_defaults.value": string;
|
|
8842
|
+
};
|
|
8843
|
+
};
|
|
8844
|
+
};
|
|
8845
|
+
extensions: number[][];
|
|
8846
|
+
reserved: number[][];
|
|
8847
|
+
nested: {
|
|
8848
|
+
FieldPresence: {
|
|
8849
|
+
values: {
|
|
8850
|
+
FIELD_PRESENCE_UNKNOWN: number;
|
|
8851
|
+
EXPLICIT: number;
|
|
8852
|
+
IMPLICIT: number;
|
|
8853
|
+
LEGACY_REQUIRED: number;
|
|
8854
|
+
};
|
|
8855
|
+
};
|
|
8856
|
+
EnumType: {
|
|
8857
|
+
values: {
|
|
8858
|
+
ENUM_TYPE_UNKNOWN: number;
|
|
8859
|
+
OPEN: number;
|
|
8860
|
+
CLOSED: number;
|
|
8861
|
+
};
|
|
8862
|
+
};
|
|
8863
|
+
RepeatedFieldEncoding: {
|
|
8864
|
+
values: {
|
|
8865
|
+
REPEATED_FIELD_ENCODING_UNKNOWN: number;
|
|
8866
|
+
PACKED: number;
|
|
8867
|
+
EXPANDED: number;
|
|
8868
|
+
};
|
|
8869
|
+
};
|
|
8870
|
+
Utf8Validation: {
|
|
8871
|
+
values: {
|
|
8872
|
+
UTF8_VALIDATION_UNKNOWN: number;
|
|
8873
|
+
VERIFY: number;
|
|
8874
|
+
NONE: number;
|
|
8875
|
+
};
|
|
8876
|
+
};
|
|
8877
|
+
MessageEncoding: {
|
|
8878
|
+
values: {
|
|
8879
|
+
MESSAGE_ENCODING_UNKNOWN: number;
|
|
8880
|
+
LENGTH_PREFIXED: number;
|
|
8881
|
+
DELIMITED: number;
|
|
8882
|
+
};
|
|
8883
|
+
};
|
|
8884
|
+
JsonFormat: {
|
|
8885
|
+
values: {
|
|
8886
|
+
JSON_FORMAT_UNKNOWN: number;
|
|
8887
|
+
ALLOW: number;
|
|
8888
|
+
LEGACY_BEST_EFFORT: number;
|
|
8889
|
+
};
|
|
8890
|
+
};
|
|
8891
|
+
EnforceNamingStyle: {
|
|
8892
|
+
values: {
|
|
8893
|
+
ENFORCE_NAMING_STYLE_UNKNOWN: number;
|
|
8894
|
+
STYLE2024: number;
|
|
8895
|
+
STYLE_LEGACY: number;
|
|
8896
|
+
};
|
|
8897
|
+
};
|
|
8898
|
+
VisibilityFeature: {
|
|
8899
|
+
fields: {};
|
|
8900
|
+
reserved: number[][];
|
|
8901
|
+
nested: {
|
|
8902
|
+
DefaultSymbolVisibility: {
|
|
8903
|
+
values: {
|
|
8904
|
+
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN: number;
|
|
8905
|
+
EXPORT_ALL: number;
|
|
8906
|
+
EXPORT_TOP_LEVEL: number;
|
|
8907
|
+
LOCAL_ALL: number;
|
|
8908
|
+
STRICT: number;
|
|
8909
|
+
};
|
|
8910
|
+
};
|
|
8911
|
+
};
|
|
8912
|
+
};
|
|
8913
|
+
};
|
|
8914
|
+
};
|
|
8915
|
+
FeatureSetDefaults: {
|
|
8916
|
+
edition: string;
|
|
8917
|
+
fields: {
|
|
8918
|
+
defaults: {
|
|
8919
|
+
rule: string;
|
|
8920
|
+
type: string;
|
|
8921
|
+
id: number;
|
|
8922
|
+
};
|
|
8923
|
+
minimumEdition: {
|
|
8924
|
+
type: string;
|
|
8925
|
+
id: number;
|
|
8926
|
+
};
|
|
8927
|
+
maximumEdition: {
|
|
8928
|
+
type: string;
|
|
8929
|
+
id: number;
|
|
8930
|
+
};
|
|
8931
|
+
};
|
|
8932
|
+
nested: {
|
|
8933
|
+
FeatureSetEditionDefault: {
|
|
8934
|
+
fields: {
|
|
8935
|
+
edition: {
|
|
8936
|
+
type: string;
|
|
8937
|
+
id: number;
|
|
8938
|
+
};
|
|
8939
|
+
overridableFeatures: {
|
|
8940
|
+
type: string;
|
|
8941
|
+
id: number;
|
|
8942
|
+
};
|
|
8943
|
+
fixedFeatures: {
|
|
8944
|
+
type: string;
|
|
8945
|
+
id: number;
|
|
8946
|
+
};
|
|
8947
|
+
};
|
|
8948
|
+
reserved: (string | number[])[];
|
|
8949
|
+
};
|
|
8950
|
+
};
|
|
8951
|
+
};
|
|
8408
8952
|
SourceCodeInfo: {
|
|
8953
|
+
edition: string;
|
|
8409
8954
|
fields: {
|
|
8410
8955
|
location: {
|
|
8411
8956
|
rule: string;
|
|
@@ -8413,6 +8958,7 @@ declare const _default: {
|
|
|
8413
8958
|
id: number;
|
|
8414
8959
|
};
|
|
8415
8960
|
};
|
|
8961
|
+
extensions: number[][];
|
|
8416
8962
|
nested: {
|
|
8417
8963
|
Location: {
|
|
8418
8964
|
fields: {
|
|
@@ -8420,21 +8966,27 @@ declare const _default: {
|
|
|
8420
8966
|
rule: string;
|
|
8421
8967
|
type: string;
|
|
8422
8968
|
id: number;
|
|
8969
|
+
options: {
|
|
8970
|
+
packed: boolean;
|
|
8971
|
+
};
|
|
8423
8972
|
};
|
|
8424
8973
|
span: {
|
|
8425
8974
|
rule: string;
|
|
8426
8975
|
type: string;
|
|
8427
8976
|
id: number;
|
|
8977
|
+
options: {
|
|
8978
|
+
packed: boolean;
|
|
8979
|
+
};
|
|
8428
8980
|
};
|
|
8429
|
-
|
|
8981
|
+
leadingComments: {
|
|
8430
8982
|
type: string;
|
|
8431
8983
|
id: number;
|
|
8432
8984
|
};
|
|
8433
|
-
|
|
8985
|
+
trailingComments: {
|
|
8434
8986
|
type: string;
|
|
8435
8987
|
id: number;
|
|
8436
8988
|
};
|
|
8437
|
-
|
|
8989
|
+
leadingDetachedComments: {
|
|
8438
8990
|
rule: string;
|
|
8439
8991
|
type: string;
|
|
8440
8992
|
id: number;
|
|
@@ -8444,6 +8996,7 @@ declare const _default: {
|
|
|
8444
8996
|
};
|
|
8445
8997
|
};
|
|
8446
8998
|
GeneratedCodeInfo: {
|
|
8999
|
+
edition: string;
|
|
8447
9000
|
fields: {
|
|
8448
9001
|
annotation: {
|
|
8449
9002
|
rule: string;
|
|
@@ -8458,8 +9011,11 @@ declare const _default: {
|
|
|
8458
9011
|
rule: string;
|
|
8459
9012
|
type: string;
|
|
8460
9013
|
id: number;
|
|
9014
|
+
options: {
|
|
9015
|
+
packed: boolean;
|
|
9016
|
+
};
|
|
8461
9017
|
};
|
|
8462
|
-
|
|
9018
|
+
sourceFile: {
|
|
8463
9019
|
type: string;
|
|
8464
9020
|
id: number;
|
|
8465
9021
|
};
|
|
@@ -8471,10 +9027,31 @@ declare const _default: {
|
|
|
8471
9027
|
type: string;
|
|
8472
9028
|
id: number;
|
|
8473
9029
|
};
|
|
9030
|
+
semantic: {
|
|
9031
|
+
type: string;
|
|
9032
|
+
id: number;
|
|
9033
|
+
};
|
|
9034
|
+
};
|
|
9035
|
+
nested: {
|
|
9036
|
+
Semantic: {
|
|
9037
|
+
values: {
|
|
9038
|
+
NONE: number;
|
|
9039
|
+
SET: number;
|
|
9040
|
+
ALIAS: number;
|
|
9041
|
+
};
|
|
9042
|
+
};
|
|
8474
9043
|
};
|
|
8475
9044
|
};
|
|
8476
9045
|
};
|
|
8477
9046
|
};
|
|
9047
|
+
SymbolVisibility: {
|
|
9048
|
+
edition: string;
|
|
9049
|
+
values: {
|
|
9050
|
+
VISIBILITY_UNSET: number;
|
|
9051
|
+
VISIBILITY_LOCAL: number;
|
|
9052
|
+
VISIBILITY_EXPORT: number;
|
|
9053
|
+
};
|
|
9054
|
+
};
|
|
8478
9055
|
};
|
|
8479
9056
|
};
|
|
8480
9057
|
};
|