@zilliz/milvus2-sdk-node 2.6.13 → 2.6.15
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/const/milvus.d.ts +5 -0
- package/dist/milvus/const/milvus.js +8 -1
- package/dist/milvus/const/milvus.js.map +1 -1
- package/dist/milvus/grpc/Data.d.ts +1 -0
- package/dist/milvus/grpc/Data.js +28 -5
- package/dist/milvus/grpc/Data.js.map +1 -1
- 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 +593 -8
- package/dist/milvus/proto-json/milvus.base.js +685 -17
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +649 -64
- package/dist/milvus/proto-json/milvus.js +741 -73
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +588 -8
- package/dist/milvus/proto-json/schema.base.js +680 -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/milvus/types/Insert.d.ts +8 -1
- package/dist/milvus/types/Insert.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +6 -3
|
@@ -2060,6 +2060,11 @@ exports.default = {
|
|
|
2060
2060
|
"options": {
|
|
2061
2061
|
"proto3_optional": true
|
|
2062
2062
|
}
|
|
2063
|
+
},
|
|
2064
|
+
"fieldOps": {
|
|
2065
|
+
"rule": "repeated",
|
|
2066
|
+
"type": "schema.FieldPartialUpdateOp",
|
|
2067
|
+
"id": 11
|
|
2063
2068
|
}
|
|
2064
2069
|
}
|
|
2065
2070
|
},
|
|
@@ -5788,6 +5793,10 @@ exports.default = {
|
|
|
5788
5793
|
"rule": "repeated",
|
|
5789
5794
|
"type": "bytes",
|
|
5790
5795
|
"id": 3
|
|
5796
|
+
},
|
|
5797
|
+
"elementLevel": {
|
|
5798
|
+
"type": "bool",
|
|
5799
|
+
"id": 4
|
|
5791
5800
|
}
|
|
5792
5801
|
}
|
|
5793
5802
|
},
|
|
@@ -7072,6 +7081,27 @@ exports.default = {
|
|
|
7072
7081
|
}
|
|
7073
7082
|
}
|
|
7074
7083
|
},
|
|
7084
|
+
"FieldPartialUpdateOp": {
|
|
7085
|
+
"fields": {
|
|
7086
|
+
"fieldName": {
|
|
7087
|
+
"type": "string",
|
|
7088
|
+
"id": 1
|
|
7089
|
+
},
|
|
7090
|
+
"op": {
|
|
7091
|
+
"type": "OpType",
|
|
7092
|
+
"id": 2
|
|
7093
|
+
}
|
|
7094
|
+
},
|
|
7095
|
+
"nested": {
|
|
7096
|
+
"OpType": {
|
|
7097
|
+
"values": {
|
|
7098
|
+
"REPLACE": 0,
|
|
7099
|
+
"ARRAY_APPEND": 1,
|
|
7100
|
+
"ARRAY_REMOVE": 2
|
|
7101
|
+
}
|
|
7102
|
+
}
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7075
7105
|
"FieldData": {
|
|
7076
7106
|
"oneofs": {
|
|
7077
7107
|
"field": {
|
|
@@ -7224,6 +7254,10 @@ exports.default = {
|
|
|
7224
7254
|
"rule": "repeated",
|
|
7225
7255
|
"type": "common.HighlightResult",
|
|
7226
7256
|
"id": 14
|
|
7257
|
+
},
|
|
7258
|
+
"elementIndices": {
|
|
7259
|
+
"type": "LongArray",
|
|
7260
|
+
"id": 15
|
|
7227
7261
|
}
|
|
7228
7262
|
}
|
|
7229
7263
|
},
|
|
@@ -7895,15 +7929,40 @@ exports.default = {
|
|
|
7895
7929
|
"protobuf": {
|
|
7896
7930
|
"nested": {
|
|
7897
7931
|
"FileDescriptorSet": {
|
|
7932
|
+
"edition": "proto2",
|
|
7898
7933
|
"fields": {
|
|
7899
7934
|
"file": {
|
|
7900
7935
|
"rule": "repeated",
|
|
7901
7936
|
"type": "FileDescriptorProto",
|
|
7902
7937
|
"id": 1
|
|
7903
7938
|
}
|
|
7939
|
+
},
|
|
7940
|
+
"extensions": [
|
|
7941
|
+
[
|
|
7942
|
+
536000000,
|
|
7943
|
+
536000000
|
|
7944
|
+
]
|
|
7945
|
+
]
|
|
7946
|
+
},
|
|
7947
|
+
"Edition": {
|
|
7948
|
+
"edition": "proto2",
|
|
7949
|
+
"values": {
|
|
7950
|
+
"EDITION_UNKNOWN": 0,
|
|
7951
|
+
"EDITION_LEGACY": 900,
|
|
7952
|
+
"EDITION_PROTO2": 998,
|
|
7953
|
+
"EDITION_PROTO3": 999,
|
|
7954
|
+
"EDITION_2023": 1000,
|
|
7955
|
+
"EDITION_2024": 1001,
|
|
7956
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
7957
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
7958
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
7959
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
7960
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
7961
|
+
"EDITION_MAX": 2147483647
|
|
7904
7962
|
}
|
|
7905
7963
|
},
|
|
7906
7964
|
"FileDescriptorProto": {
|
|
7965
|
+
"edition": "proto2",
|
|
7907
7966
|
"fields": {
|
|
7908
7967
|
"name": {
|
|
7909
7968
|
"type": "string",
|
|
@@ -7921,18 +7980,17 @@ exports.default = {
|
|
|
7921
7980
|
"publicDependency": {
|
|
7922
7981
|
"rule": "repeated",
|
|
7923
7982
|
"type": "int32",
|
|
7924
|
-
"id": 10
|
|
7925
|
-
"options": {
|
|
7926
|
-
"packed": false
|
|
7927
|
-
}
|
|
7983
|
+
"id": 10
|
|
7928
7984
|
},
|
|
7929
7985
|
"weakDependency": {
|
|
7930
7986
|
"rule": "repeated",
|
|
7931
7987
|
"type": "int32",
|
|
7932
|
-
"id": 11
|
|
7933
|
-
|
|
7934
|
-
|
|
7935
|
-
|
|
7988
|
+
"id": 11
|
|
7989
|
+
},
|
|
7990
|
+
"optionDependency": {
|
|
7991
|
+
"rule": "repeated",
|
|
7992
|
+
"type": "string",
|
|
7993
|
+
"id": 15
|
|
7936
7994
|
},
|
|
7937
7995
|
"messageType": {
|
|
7938
7996
|
"rule": "repeated",
|
|
@@ -7965,10 +8023,15 @@ exports.default = {
|
|
|
7965
8023
|
"syntax": {
|
|
7966
8024
|
"type": "string",
|
|
7967
8025
|
"id": 12
|
|
8026
|
+
},
|
|
8027
|
+
"edition": {
|
|
8028
|
+
"type": "Edition",
|
|
8029
|
+
"id": 14
|
|
7968
8030
|
}
|
|
7969
8031
|
}
|
|
7970
8032
|
},
|
|
7971
8033
|
"DescriptorProto": {
|
|
8034
|
+
"edition": "proto2",
|
|
7972
8035
|
"fields": {
|
|
7973
8036
|
"name": {
|
|
7974
8037
|
"type": "string",
|
|
@@ -8017,6 +8080,10 @@ exports.default = {
|
|
|
8017
8080
|
"rule": "repeated",
|
|
8018
8081
|
"type": "string",
|
|
8019
8082
|
"id": 10
|
|
8083
|
+
},
|
|
8084
|
+
"visibility": {
|
|
8085
|
+
"type": "SymbolVisibility",
|
|
8086
|
+
"id": 11
|
|
8020
8087
|
}
|
|
8021
8088
|
},
|
|
8022
8089
|
"nested": {
|
|
@@ -8029,6 +8096,10 @@ exports.default = {
|
|
|
8029
8096
|
"end": {
|
|
8030
8097
|
"type": "int32",
|
|
8031
8098
|
"id": 2
|
|
8099
|
+
},
|
|
8100
|
+
"options": {
|
|
8101
|
+
"type": "ExtensionRangeOptions",
|
|
8102
|
+
"id": 3
|
|
8032
8103
|
}
|
|
8033
8104
|
}
|
|
8034
8105
|
},
|
|
@@ -8046,7 +8117,82 @@ exports.default = {
|
|
|
8046
8117
|
}
|
|
8047
8118
|
}
|
|
8048
8119
|
},
|
|
8120
|
+
"ExtensionRangeOptions": {
|
|
8121
|
+
"edition": "proto2",
|
|
8122
|
+
"fields": {
|
|
8123
|
+
"uninterpretedOption": {
|
|
8124
|
+
"rule": "repeated",
|
|
8125
|
+
"type": "UninterpretedOption",
|
|
8126
|
+
"id": 999
|
|
8127
|
+
},
|
|
8128
|
+
"declaration": {
|
|
8129
|
+
"rule": "repeated",
|
|
8130
|
+
"type": "Declaration",
|
|
8131
|
+
"id": 2,
|
|
8132
|
+
"options": {
|
|
8133
|
+
"retention": "RETENTION_SOURCE"
|
|
8134
|
+
}
|
|
8135
|
+
},
|
|
8136
|
+
"features": {
|
|
8137
|
+
"type": "FeatureSet",
|
|
8138
|
+
"id": 50
|
|
8139
|
+
},
|
|
8140
|
+
"verification": {
|
|
8141
|
+
"type": "VerificationState",
|
|
8142
|
+
"id": 3,
|
|
8143
|
+
"options": {
|
|
8144
|
+
"default": "UNVERIFIED",
|
|
8145
|
+
"retention": "RETENTION_SOURCE"
|
|
8146
|
+
}
|
|
8147
|
+
}
|
|
8148
|
+
},
|
|
8149
|
+
"extensions": [
|
|
8150
|
+
[
|
|
8151
|
+
1000,
|
|
8152
|
+
536870911
|
|
8153
|
+
]
|
|
8154
|
+
],
|
|
8155
|
+
"nested": {
|
|
8156
|
+
"Declaration": {
|
|
8157
|
+
"fields": {
|
|
8158
|
+
"number": {
|
|
8159
|
+
"type": "int32",
|
|
8160
|
+
"id": 1
|
|
8161
|
+
},
|
|
8162
|
+
"fullName": {
|
|
8163
|
+
"type": "string",
|
|
8164
|
+
"id": 2
|
|
8165
|
+
},
|
|
8166
|
+
"type": {
|
|
8167
|
+
"type": "string",
|
|
8168
|
+
"id": 3
|
|
8169
|
+
},
|
|
8170
|
+
"reserved": {
|
|
8171
|
+
"type": "bool",
|
|
8172
|
+
"id": 5
|
|
8173
|
+
},
|
|
8174
|
+
"repeated": {
|
|
8175
|
+
"type": "bool",
|
|
8176
|
+
"id": 6
|
|
8177
|
+
}
|
|
8178
|
+
},
|
|
8179
|
+
"reserved": [
|
|
8180
|
+
[
|
|
8181
|
+
4,
|
|
8182
|
+
4
|
|
8183
|
+
]
|
|
8184
|
+
]
|
|
8185
|
+
},
|
|
8186
|
+
"VerificationState": {
|
|
8187
|
+
"values": {
|
|
8188
|
+
"DECLARATION": 0,
|
|
8189
|
+
"UNVERIFIED": 1
|
|
8190
|
+
}
|
|
8191
|
+
}
|
|
8192
|
+
}
|
|
8193
|
+
},
|
|
8049
8194
|
"FieldDescriptorProto": {
|
|
8195
|
+
"edition": "proto2",
|
|
8050
8196
|
"fields": {
|
|
8051
8197
|
"name": {
|
|
8052
8198
|
"type": "string",
|
|
@@ -8087,6 +8233,10 @@ exports.default = {
|
|
|
8087
8233
|
"options": {
|
|
8088
8234
|
"type": "FieldOptions",
|
|
8089
8235
|
"id": 8
|
|
8236
|
+
},
|
|
8237
|
+
"proto3Optional": {
|
|
8238
|
+
"type": "bool",
|
|
8239
|
+
"id": 17
|
|
8090
8240
|
}
|
|
8091
8241
|
},
|
|
8092
8242
|
"nested": {
|
|
@@ -8115,13 +8265,14 @@ exports.default = {
|
|
|
8115
8265
|
"Label": {
|
|
8116
8266
|
"values": {
|
|
8117
8267
|
"LABEL_OPTIONAL": 1,
|
|
8118
|
-
"
|
|
8119
|
-
"
|
|
8268
|
+
"LABEL_REPEATED": 3,
|
|
8269
|
+
"LABEL_REQUIRED": 2
|
|
8120
8270
|
}
|
|
8121
8271
|
}
|
|
8122
8272
|
}
|
|
8123
8273
|
},
|
|
8124
8274
|
"OneofDescriptorProto": {
|
|
8275
|
+
"edition": "proto2",
|
|
8125
8276
|
"fields": {
|
|
8126
8277
|
"name": {
|
|
8127
8278
|
"type": "string",
|
|
@@ -8134,6 +8285,7 @@ exports.default = {
|
|
|
8134
8285
|
}
|
|
8135
8286
|
},
|
|
8136
8287
|
"EnumDescriptorProto": {
|
|
8288
|
+
"edition": "proto2",
|
|
8137
8289
|
"fields": {
|
|
8138
8290
|
"name": {
|
|
8139
8291
|
"type": "string",
|
|
@@ -8147,10 +8299,39 @@ exports.default = {
|
|
|
8147
8299
|
"options": {
|
|
8148
8300
|
"type": "EnumOptions",
|
|
8149
8301
|
"id": 3
|
|
8302
|
+
},
|
|
8303
|
+
"reservedRange": {
|
|
8304
|
+
"rule": "repeated",
|
|
8305
|
+
"type": "EnumReservedRange",
|
|
8306
|
+
"id": 4
|
|
8307
|
+
},
|
|
8308
|
+
"reservedName": {
|
|
8309
|
+
"rule": "repeated",
|
|
8310
|
+
"type": "string",
|
|
8311
|
+
"id": 5
|
|
8312
|
+
},
|
|
8313
|
+
"visibility": {
|
|
8314
|
+
"type": "SymbolVisibility",
|
|
8315
|
+
"id": 6
|
|
8316
|
+
}
|
|
8317
|
+
},
|
|
8318
|
+
"nested": {
|
|
8319
|
+
"EnumReservedRange": {
|
|
8320
|
+
"fields": {
|
|
8321
|
+
"start": {
|
|
8322
|
+
"type": "int32",
|
|
8323
|
+
"id": 1
|
|
8324
|
+
},
|
|
8325
|
+
"end": {
|
|
8326
|
+
"type": "int32",
|
|
8327
|
+
"id": 2
|
|
8328
|
+
}
|
|
8329
|
+
}
|
|
8150
8330
|
}
|
|
8151
8331
|
}
|
|
8152
8332
|
},
|
|
8153
8333
|
"EnumValueDescriptorProto": {
|
|
8334
|
+
"edition": "proto2",
|
|
8154
8335
|
"fields": {
|
|
8155
8336
|
"name": {
|
|
8156
8337
|
"type": "string",
|
|
@@ -8167,6 +8348,7 @@ exports.default = {
|
|
|
8167
8348
|
}
|
|
8168
8349
|
},
|
|
8169
8350
|
"ServiceDescriptorProto": {
|
|
8351
|
+
"edition": "proto2",
|
|
8170
8352
|
"fields": {
|
|
8171
8353
|
"name": {
|
|
8172
8354
|
"type": "string",
|
|
@@ -8184,6 +8366,7 @@ exports.default = {
|
|
|
8184
8366
|
}
|
|
8185
8367
|
},
|
|
8186
8368
|
"MethodDescriptorProto": {
|
|
8369
|
+
"edition": "proto2",
|
|
8187
8370
|
"fields": {
|
|
8188
8371
|
"name": {
|
|
8189
8372
|
"type": "string",
|
|
@@ -8212,6 +8395,7 @@ exports.default = {
|
|
|
8212
8395
|
}
|
|
8213
8396
|
},
|
|
8214
8397
|
"FileOptions": {
|
|
8398
|
+
"edition": "proto2",
|
|
8215
8399
|
"fields": {
|
|
8216
8400
|
"javaPackage": {
|
|
8217
8401
|
"type": "string",
|
|
@@ -8265,7 +8449,10 @@ exports.default = {
|
|
|
8265
8449
|
},
|
|
8266
8450
|
"ccEnableArenas": {
|
|
8267
8451
|
"type": "bool",
|
|
8268
|
-
"id": 31
|
|
8452
|
+
"id": 31,
|
|
8453
|
+
"options": {
|
|
8454
|
+
"default": true
|
|
8455
|
+
}
|
|
8269
8456
|
},
|
|
8270
8457
|
"objcClassPrefix": {
|
|
8271
8458
|
"type": "string",
|
|
@@ -8275,6 +8462,30 @@ exports.default = {
|
|
|
8275
8462
|
"type": "string",
|
|
8276
8463
|
"id": 37
|
|
8277
8464
|
},
|
|
8465
|
+
"swiftPrefix": {
|
|
8466
|
+
"type": "string",
|
|
8467
|
+
"id": 39
|
|
8468
|
+
},
|
|
8469
|
+
"phpClassPrefix": {
|
|
8470
|
+
"type": "string",
|
|
8471
|
+
"id": 40
|
|
8472
|
+
},
|
|
8473
|
+
"phpNamespace": {
|
|
8474
|
+
"type": "string",
|
|
8475
|
+
"id": 41
|
|
8476
|
+
},
|
|
8477
|
+
"phpMetadataNamespace": {
|
|
8478
|
+
"type": "string",
|
|
8479
|
+
"id": 44
|
|
8480
|
+
},
|
|
8481
|
+
"rubyPackage": {
|
|
8482
|
+
"type": "string",
|
|
8483
|
+
"id": 45
|
|
8484
|
+
},
|
|
8485
|
+
"features": {
|
|
8486
|
+
"type": "FeatureSet",
|
|
8487
|
+
"id": 50
|
|
8488
|
+
},
|
|
8278
8489
|
"uninterpretedOption": {
|
|
8279
8490
|
"rule": "repeated",
|
|
8280
8491
|
"type": "UninterpretedOption",
|
|
@@ -8288,10 +8499,15 @@ exports.default = {
|
|
|
8288
8499
|
]
|
|
8289
8500
|
],
|
|
8290
8501
|
"reserved": [
|
|
8502
|
+
[
|
|
8503
|
+
42,
|
|
8504
|
+
42
|
|
8505
|
+
],
|
|
8291
8506
|
[
|
|
8292
8507
|
38,
|
|
8293
8508
|
38
|
|
8294
|
-
]
|
|
8509
|
+
],
|
|
8510
|
+
"php_generic_services"
|
|
8295
8511
|
],
|
|
8296
8512
|
"nested": {
|
|
8297
8513
|
"OptimizeMode": {
|
|
@@ -8304,6 +8520,7 @@ exports.default = {
|
|
|
8304
8520
|
}
|
|
8305
8521
|
},
|
|
8306
8522
|
"MessageOptions": {
|
|
8523
|
+
"edition": "proto2",
|
|
8307
8524
|
"fields": {
|
|
8308
8525
|
"messageSetWireFormat": {
|
|
8309
8526
|
"type": "bool",
|
|
@@ -8321,6 +8538,17 @@ exports.default = {
|
|
|
8321
8538
|
"type": "bool",
|
|
8322
8539
|
"id": 7
|
|
8323
8540
|
},
|
|
8541
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
8542
|
+
"type": "bool",
|
|
8543
|
+
"id": 11,
|
|
8544
|
+
"options": {
|
|
8545
|
+
"deprecated": true
|
|
8546
|
+
}
|
|
8547
|
+
},
|
|
8548
|
+
"features": {
|
|
8549
|
+
"type": "FeatureSet",
|
|
8550
|
+
"id": 12
|
|
8551
|
+
},
|
|
8324
8552
|
"uninterpretedOption": {
|
|
8325
8553
|
"rule": "repeated",
|
|
8326
8554
|
"type": "UninterpretedOption",
|
|
@@ -8334,13 +8562,30 @@ exports.default = {
|
|
|
8334
8562
|
]
|
|
8335
8563
|
],
|
|
8336
8564
|
"reserved": [
|
|
8565
|
+
[
|
|
8566
|
+
4,
|
|
8567
|
+
4
|
|
8568
|
+
],
|
|
8569
|
+
[
|
|
8570
|
+
5,
|
|
8571
|
+
5
|
|
8572
|
+
],
|
|
8573
|
+
[
|
|
8574
|
+
6,
|
|
8575
|
+
6
|
|
8576
|
+
],
|
|
8337
8577
|
[
|
|
8338
8578
|
8,
|
|
8339
8579
|
8
|
|
8580
|
+
],
|
|
8581
|
+
[
|
|
8582
|
+
9,
|
|
8583
|
+
9
|
|
8340
8584
|
]
|
|
8341
8585
|
]
|
|
8342
8586
|
},
|
|
8343
8587
|
"FieldOptions": {
|
|
8588
|
+
"edition": "proto2",
|
|
8344
8589
|
"fields": {
|
|
8345
8590
|
"ctype": {
|
|
8346
8591
|
"type": "CType",
|
|
@@ -8364,13 +8609,46 @@ exports.default = {
|
|
|
8364
8609
|
"type": "bool",
|
|
8365
8610
|
"id": 5
|
|
8366
8611
|
},
|
|
8612
|
+
"unverifiedLazy": {
|
|
8613
|
+
"type": "bool",
|
|
8614
|
+
"id": 15
|
|
8615
|
+
},
|
|
8367
8616
|
"deprecated": {
|
|
8368
8617
|
"type": "bool",
|
|
8369
8618
|
"id": 3
|
|
8370
8619
|
},
|
|
8371
8620
|
"weak": {
|
|
8372
8621
|
"type": "bool",
|
|
8373
|
-
"id": 10
|
|
8622
|
+
"id": 10,
|
|
8623
|
+
"options": {
|
|
8624
|
+
"deprecated": true
|
|
8625
|
+
}
|
|
8626
|
+
},
|
|
8627
|
+
"debugRedact": {
|
|
8628
|
+
"type": "bool",
|
|
8629
|
+
"id": 16
|
|
8630
|
+
},
|
|
8631
|
+
"retention": {
|
|
8632
|
+
"type": "OptionRetention",
|
|
8633
|
+
"id": 17
|
|
8634
|
+
},
|
|
8635
|
+
"targets": {
|
|
8636
|
+
"rule": "repeated",
|
|
8637
|
+
"type": "OptionTargetType",
|
|
8638
|
+
"id": 19
|
|
8639
|
+
},
|
|
8640
|
+
"editionDefaults": {
|
|
8641
|
+
"rule": "repeated",
|
|
8642
|
+
"type": "EditionDefault",
|
|
8643
|
+
"id": 20
|
|
8644
|
+
},
|
|
8645
|
+
"features": {
|
|
8646
|
+
"type": "FeatureSet",
|
|
8647
|
+
"id": 21
|
|
8648
|
+
},
|
|
8649
|
+
"featureSupport": {
|
|
8650
|
+
"type": "FeatureSupport",
|
|
8651
|
+
"id": 22
|
|
8374
8652
|
},
|
|
8375
8653
|
"uninterpretedOption": {
|
|
8376
8654
|
"rule": "repeated",
|
|
@@ -8388,6 +8666,10 @@ exports.default = {
|
|
|
8388
8666
|
[
|
|
8389
8667
|
4,
|
|
8390
8668
|
4
|
|
8669
|
+
],
|
|
8670
|
+
[
|
|
8671
|
+
18,
|
|
8672
|
+
18
|
|
8391
8673
|
]
|
|
8392
8674
|
],
|
|
8393
8675
|
"nested": {
|
|
@@ -8404,11 +8686,69 @@ exports.default = {
|
|
|
8404
8686
|
"JS_STRING": 1,
|
|
8405
8687
|
"JS_NUMBER": 2
|
|
8406
8688
|
}
|
|
8689
|
+
},
|
|
8690
|
+
"OptionRetention": {
|
|
8691
|
+
"values": {
|
|
8692
|
+
"RETENTION_UNKNOWN": 0,
|
|
8693
|
+
"RETENTION_RUNTIME": 1,
|
|
8694
|
+
"RETENTION_SOURCE": 2
|
|
8695
|
+
}
|
|
8696
|
+
},
|
|
8697
|
+
"OptionTargetType": {
|
|
8698
|
+
"values": {
|
|
8699
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
8700
|
+
"TARGET_TYPE_FILE": 1,
|
|
8701
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
8702
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
8703
|
+
"TARGET_TYPE_FIELD": 4,
|
|
8704
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
8705
|
+
"TARGET_TYPE_ENUM": 6,
|
|
8706
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
8707
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
8708
|
+
"TARGET_TYPE_METHOD": 9
|
|
8709
|
+
}
|
|
8710
|
+
},
|
|
8711
|
+
"EditionDefault": {
|
|
8712
|
+
"fields": {
|
|
8713
|
+
"edition": {
|
|
8714
|
+
"type": "Edition",
|
|
8715
|
+
"id": 3
|
|
8716
|
+
},
|
|
8717
|
+
"value": {
|
|
8718
|
+
"type": "string",
|
|
8719
|
+
"id": 2
|
|
8720
|
+
}
|
|
8721
|
+
}
|
|
8722
|
+
},
|
|
8723
|
+
"FeatureSupport": {
|
|
8724
|
+
"fields": {
|
|
8725
|
+
"editionIntroduced": {
|
|
8726
|
+
"type": "Edition",
|
|
8727
|
+
"id": 1
|
|
8728
|
+
},
|
|
8729
|
+
"editionDeprecated": {
|
|
8730
|
+
"type": "Edition",
|
|
8731
|
+
"id": 2
|
|
8732
|
+
},
|
|
8733
|
+
"deprecationWarning": {
|
|
8734
|
+
"type": "string",
|
|
8735
|
+
"id": 3
|
|
8736
|
+
},
|
|
8737
|
+
"editionRemoved": {
|
|
8738
|
+
"type": "Edition",
|
|
8739
|
+
"id": 4
|
|
8740
|
+
}
|
|
8741
|
+
}
|
|
8407
8742
|
}
|
|
8408
8743
|
}
|
|
8409
8744
|
},
|
|
8410
8745
|
"OneofOptions": {
|
|
8746
|
+
"edition": "proto2",
|
|
8411
8747
|
"fields": {
|
|
8748
|
+
"features": {
|
|
8749
|
+
"type": "FeatureSet",
|
|
8750
|
+
"id": 1
|
|
8751
|
+
},
|
|
8412
8752
|
"uninterpretedOption": {
|
|
8413
8753
|
"rule": "repeated",
|
|
8414
8754
|
"type": "UninterpretedOption",
|
|
@@ -8423,6 +8763,7 @@ exports.default = {
|
|
|
8423
8763
|
]
|
|
8424
8764
|
},
|
|
8425
8765
|
"EnumOptions": {
|
|
8766
|
+
"edition": "proto2",
|
|
8426
8767
|
"fields": {
|
|
8427
8768
|
"allowAlias": {
|
|
8428
8769
|
"type": "bool",
|
|
@@ -8432,6 +8773,17 @@ exports.default = {
|
|
|
8432
8773
|
"type": "bool",
|
|
8433
8774
|
"id": 3
|
|
8434
8775
|
},
|
|
8776
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
8777
|
+
"type": "bool",
|
|
8778
|
+
"id": 6,
|
|
8779
|
+
"options": {
|
|
8780
|
+
"deprecated": true
|
|
8781
|
+
}
|
|
8782
|
+
},
|
|
8783
|
+
"features": {
|
|
8784
|
+
"type": "FeatureSet",
|
|
8785
|
+
"id": 7
|
|
8786
|
+
},
|
|
8435
8787
|
"uninterpretedOption": {
|
|
8436
8788
|
"rule": "repeated",
|
|
8437
8789
|
"type": "UninterpretedOption",
|
|
@@ -8443,14 +8795,33 @@ exports.default = {
|
|
|
8443
8795
|
1000,
|
|
8444
8796
|
536870911
|
|
8445
8797
|
]
|
|
8798
|
+
],
|
|
8799
|
+
"reserved": [
|
|
8800
|
+
[
|
|
8801
|
+
5,
|
|
8802
|
+
5
|
|
8803
|
+
]
|
|
8446
8804
|
]
|
|
8447
8805
|
},
|
|
8448
8806
|
"EnumValueOptions": {
|
|
8807
|
+
"edition": "proto2",
|
|
8449
8808
|
"fields": {
|
|
8450
8809
|
"deprecated": {
|
|
8451
8810
|
"type": "bool",
|
|
8452
8811
|
"id": 1
|
|
8453
8812
|
},
|
|
8813
|
+
"features": {
|
|
8814
|
+
"type": "FeatureSet",
|
|
8815
|
+
"id": 2
|
|
8816
|
+
},
|
|
8817
|
+
"debugRedact": {
|
|
8818
|
+
"type": "bool",
|
|
8819
|
+
"id": 3
|
|
8820
|
+
},
|
|
8821
|
+
"featureSupport": {
|
|
8822
|
+
"type": "FieldOptions.FeatureSupport",
|
|
8823
|
+
"id": 4
|
|
8824
|
+
},
|
|
8454
8825
|
"uninterpretedOption": {
|
|
8455
8826
|
"rule": "repeated",
|
|
8456
8827
|
"type": "UninterpretedOption",
|
|
@@ -8465,7 +8836,12 @@ exports.default = {
|
|
|
8465
8836
|
]
|
|
8466
8837
|
},
|
|
8467
8838
|
"ServiceOptions": {
|
|
8839
|
+
"edition": "proto2",
|
|
8468
8840
|
"fields": {
|
|
8841
|
+
"features": {
|
|
8842
|
+
"type": "FeatureSet",
|
|
8843
|
+
"id": 34
|
|
8844
|
+
},
|
|
8469
8845
|
"deprecated": {
|
|
8470
8846
|
"type": "bool",
|
|
8471
8847
|
"id": 33
|
|
@@ -8484,11 +8860,23 @@ exports.default = {
|
|
|
8484
8860
|
]
|
|
8485
8861
|
},
|
|
8486
8862
|
"MethodOptions": {
|
|
8863
|
+
"edition": "proto2",
|
|
8487
8864
|
"fields": {
|
|
8488
8865
|
"deprecated": {
|
|
8489
8866
|
"type": "bool",
|
|
8490
8867
|
"id": 33
|
|
8491
8868
|
},
|
|
8869
|
+
"idempotencyLevel": {
|
|
8870
|
+
"type": "IdempotencyLevel",
|
|
8871
|
+
"id": 34,
|
|
8872
|
+
"options": {
|
|
8873
|
+
"default": "IDEMPOTENCY_UNKNOWN"
|
|
8874
|
+
}
|
|
8875
|
+
},
|
|
8876
|
+
"features": {
|
|
8877
|
+
"type": "FeatureSet",
|
|
8878
|
+
"id": 35
|
|
8879
|
+
},
|
|
8492
8880
|
"uninterpretedOption": {
|
|
8493
8881
|
"rule": "repeated",
|
|
8494
8882
|
"type": "UninterpretedOption",
|
|
@@ -8500,9 +8888,19 @@ exports.default = {
|
|
|
8500
8888
|
1000,
|
|
8501
8889
|
536870911
|
|
8502
8890
|
]
|
|
8503
|
-
]
|
|
8891
|
+
],
|
|
8892
|
+
"nested": {
|
|
8893
|
+
"IdempotencyLevel": {
|
|
8894
|
+
"values": {
|
|
8895
|
+
"IDEMPOTENCY_UNKNOWN": 0,
|
|
8896
|
+
"NO_SIDE_EFFECTS": 1,
|
|
8897
|
+
"IDEMPOTENT": 2
|
|
8898
|
+
}
|
|
8899
|
+
}
|
|
8900
|
+
}
|
|
8504
8901
|
},
|
|
8505
8902
|
"UninterpretedOption": {
|
|
8903
|
+
"edition": "proto2",
|
|
8506
8904
|
"fields": {
|
|
8507
8905
|
"name": {
|
|
8508
8906
|
"rule": "repeated",
|
|
@@ -8551,7 +8949,240 @@ exports.default = {
|
|
|
8551
8949
|
}
|
|
8552
8950
|
}
|
|
8553
8951
|
},
|
|
8952
|
+
"FeatureSet": {
|
|
8953
|
+
"edition": "proto2",
|
|
8954
|
+
"fields": {
|
|
8955
|
+
"fieldPresence": {
|
|
8956
|
+
"type": "FieldPresence",
|
|
8957
|
+
"id": 1,
|
|
8958
|
+
"options": {
|
|
8959
|
+
"retention": "RETENTION_RUNTIME",
|
|
8960
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8961
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8962
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
8963
|
+
"edition_defaults.value": "EXPLICIT"
|
|
8964
|
+
}
|
|
8965
|
+
},
|
|
8966
|
+
"enumType": {
|
|
8967
|
+
"type": "EnumType",
|
|
8968
|
+
"id": 2,
|
|
8969
|
+
"options": {
|
|
8970
|
+
"retention": "RETENTION_RUNTIME",
|
|
8971
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8972
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8973
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8974
|
+
"edition_defaults.value": "OPEN"
|
|
8975
|
+
}
|
|
8976
|
+
},
|
|
8977
|
+
"repeatedFieldEncoding": {
|
|
8978
|
+
"type": "RepeatedFieldEncoding",
|
|
8979
|
+
"id": 3,
|
|
8980
|
+
"options": {
|
|
8981
|
+
"retention": "RETENTION_RUNTIME",
|
|
8982
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8983
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8984
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8985
|
+
"edition_defaults.value": "PACKED"
|
|
8986
|
+
}
|
|
8987
|
+
},
|
|
8988
|
+
"utf8Validation": {
|
|
8989
|
+
"type": "Utf8Validation",
|
|
8990
|
+
"id": 4,
|
|
8991
|
+
"options": {
|
|
8992
|
+
"retention": "RETENTION_RUNTIME",
|
|
8993
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8994
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8995
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8996
|
+
"edition_defaults.value": "VERIFY"
|
|
8997
|
+
}
|
|
8998
|
+
},
|
|
8999
|
+
"messageEncoding": {
|
|
9000
|
+
"type": "MessageEncoding",
|
|
9001
|
+
"id": 5,
|
|
9002
|
+
"options": {
|
|
9003
|
+
"retention": "RETENTION_RUNTIME",
|
|
9004
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9005
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
9006
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
9007
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
9008
|
+
}
|
|
9009
|
+
},
|
|
9010
|
+
"jsonFormat": {
|
|
9011
|
+
"type": "JsonFormat",
|
|
9012
|
+
"id": 6,
|
|
9013
|
+
"options": {
|
|
9014
|
+
"retention": "RETENTION_RUNTIME",
|
|
9015
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9016
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
9017
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
9018
|
+
"edition_defaults.value": "ALLOW"
|
|
9019
|
+
}
|
|
9020
|
+
},
|
|
9021
|
+
"enforceNamingStyle": {
|
|
9022
|
+
"type": "EnforceNamingStyle",
|
|
9023
|
+
"id": 7,
|
|
9024
|
+
"options": {
|
|
9025
|
+
"retention": "RETENTION_SOURCE",
|
|
9026
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
9027
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
9028
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
9029
|
+
"edition_defaults.value": "STYLE2024"
|
|
9030
|
+
}
|
|
9031
|
+
},
|
|
9032
|
+
"defaultSymbolVisibility": {
|
|
9033
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
9034
|
+
"id": 8,
|
|
9035
|
+
"options": {
|
|
9036
|
+
"retention": "RETENTION_SOURCE",
|
|
9037
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9038
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
9039
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
9040
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
},
|
|
9044
|
+
"extensions": [
|
|
9045
|
+
[
|
|
9046
|
+
1000,
|
|
9047
|
+
9994
|
|
9048
|
+
],
|
|
9049
|
+
[
|
|
9050
|
+
9995,
|
|
9051
|
+
9999
|
|
9052
|
+
],
|
|
9053
|
+
[
|
|
9054
|
+
10000,
|
|
9055
|
+
10000
|
|
9056
|
+
]
|
|
9057
|
+
],
|
|
9058
|
+
"reserved": [
|
|
9059
|
+
[
|
|
9060
|
+
999,
|
|
9061
|
+
999
|
|
9062
|
+
]
|
|
9063
|
+
],
|
|
9064
|
+
"nested": {
|
|
9065
|
+
"FieldPresence": {
|
|
9066
|
+
"values": {
|
|
9067
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
9068
|
+
"EXPLICIT": 1,
|
|
9069
|
+
"IMPLICIT": 2,
|
|
9070
|
+
"LEGACY_REQUIRED": 3
|
|
9071
|
+
}
|
|
9072
|
+
},
|
|
9073
|
+
"EnumType": {
|
|
9074
|
+
"values": {
|
|
9075
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
9076
|
+
"OPEN": 1,
|
|
9077
|
+
"CLOSED": 2
|
|
9078
|
+
}
|
|
9079
|
+
},
|
|
9080
|
+
"RepeatedFieldEncoding": {
|
|
9081
|
+
"values": {
|
|
9082
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
9083
|
+
"PACKED": 1,
|
|
9084
|
+
"EXPANDED": 2
|
|
9085
|
+
}
|
|
9086
|
+
},
|
|
9087
|
+
"Utf8Validation": {
|
|
9088
|
+
"values": {
|
|
9089
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
9090
|
+
"VERIFY": 2,
|
|
9091
|
+
"NONE": 3
|
|
9092
|
+
}
|
|
9093
|
+
},
|
|
9094
|
+
"MessageEncoding": {
|
|
9095
|
+
"values": {
|
|
9096
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
9097
|
+
"LENGTH_PREFIXED": 1,
|
|
9098
|
+
"DELIMITED": 2
|
|
9099
|
+
}
|
|
9100
|
+
},
|
|
9101
|
+
"JsonFormat": {
|
|
9102
|
+
"values": {
|
|
9103
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
9104
|
+
"ALLOW": 1,
|
|
9105
|
+
"LEGACY_BEST_EFFORT": 2
|
|
9106
|
+
}
|
|
9107
|
+
},
|
|
9108
|
+
"EnforceNamingStyle": {
|
|
9109
|
+
"values": {
|
|
9110
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
9111
|
+
"STYLE2024": 1,
|
|
9112
|
+
"STYLE_LEGACY": 2
|
|
9113
|
+
}
|
|
9114
|
+
},
|
|
9115
|
+
"VisibilityFeature": {
|
|
9116
|
+
"fields": {},
|
|
9117
|
+
"reserved": [
|
|
9118
|
+
[
|
|
9119
|
+
1,
|
|
9120
|
+
536870911
|
|
9121
|
+
]
|
|
9122
|
+
],
|
|
9123
|
+
"nested": {
|
|
9124
|
+
"DefaultSymbolVisibility": {
|
|
9125
|
+
"values": {
|
|
9126
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
9127
|
+
"EXPORT_ALL": 1,
|
|
9128
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
9129
|
+
"LOCAL_ALL": 3,
|
|
9130
|
+
"STRICT": 4
|
|
9131
|
+
}
|
|
9132
|
+
}
|
|
9133
|
+
}
|
|
9134
|
+
}
|
|
9135
|
+
}
|
|
9136
|
+
},
|
|
9137
|
+
"FeatureSetDefaults": {
|
|
9138
|
+
"edition": "proto2",
|
|
9139
|
+
"fields": {
|
|
9140
|
+
"defaults": {
|
|
9141
|
+
"rule": "repeated",
|
|
9142
|
+
"type": "FeatureSetEditionDefault",
|
|
9143
|
+
"id": 1
|
|
9144
|
+
},
|
|
9145
|
+
"minimumEdition": {
|
|
9146
|
+
"type": "Edition",
|
|
9147
|
+
"id": 4
|
|
9148
|
+
},
|
|
9149
|
+
"maximumEdition": {
|
|
9150
|
+
"type": "Edition",
|
|
9151
|
+
"id": 5
|
|
9152
|
+
}
|
|
9153
|
+
},
|
|
9154
|
+
"nested": {
|
|
9155
|
+
"FeatureSetEditionDefault": {
|
|
9156
|
+
"fields": {
|
|
9157
|
+
"edition": {
|
|
9158
|
+
"type": "Edition",
|
|
9159
|
+
"id": 3
|
|
9160
|
+
},
|
|
9161
|
+
"overridableFeatures": {
|
|
9162
|
+
"type": "FeatureSet",
|
|
9163
|
+
"id": 4
|
|
9164
|
+
},
|
|
9165
|
+
"fixedFeatures": {
|
|
9166
|
+
"type": "FeatureSet",
|
|
9167
|
+
"id": 5
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
9170
|
+
"reserved": [
|
|
9171
|
+
[
|
|
9172
|
+
1,
|
|
9173
|
+
1
|
|
9174
|
+
],
|
|
9175
|
+
[
|
|
9176
|
+
2,
|
|
9177
|
+
2
|
|
9178
|
+
],
|
|
9179
|
+
"features"
|
|
9180
|
+
]
|
|
9181
|
+
}
|
|
9182
|
+
}
|
|
9183
|
+
},
|
|
8554
9184
|
"SourceCodeInfo": {
|
|
9185
|
+
"edition": "proto2",
|
|
8555
9186
|
"fields": {
|
|
8556
9187
|
"location": {
|
|
8557
9188
|
"rule": "repeated",
|
|
@@ -8559,18 +9190,30 @@ exports.default = {
|
|
|
8559
9190
|
"id": 1
|
|
8560
9191
|
}
|
|
8561
9192
|
},
|
|
9193
|
+
"extensions": [
|
|
9194
|
+
[
|
|
9195
|
+
536000000,
|
|
9196
|
+
536000000
|
|
9197
|
+
]
|
|
9198
|
+
],
|
|
8562
9199
|
"nested": {
|
|
8563
9200
|
"Location": {
|
|
8564
9201
|
"fields": {
|
|
8565
9202
|
"path": {
|
|
8566
9203
|
"rule": "repeated",
|
|
8567
9204
|
"type": "int32",
|
|
8568
|
-
"id": 1
|
|
9205
|
+
"id": 1,
|
|
9206
|
+
"options": {
|
|
9207
|
+
"packed": true
|
|
9208
|
+
}
|
|
8569
9209
|
},
|
|
8570
9210
|
"span": {
|
|
8571
9211
|
"rule": "repeated",
|
|
8572
9212
|
"type": "int32",
|
|
8573
|
-
"id": 2
|
|
9213
|
+
"id": 2,
|
|
9214
|
+
"options": {
|
|
9215
|
+
"packed": true
|
|
9216
|
+
}
|
|
8574
9217
|
},
|
|
8575
9218
|
"leadingComments": {
|
|
8576
9219
|
"type": "string",
|
|
@@ -8590,6 +9233,7 @@ exports.default = {
|
|
|
8590
9233
|
}
|
|
8591
9234
|
},
|
|
8592
9235
|
"GeneratedCodeInfo": {
|
|
9236
|
+
"edition": "proto2",
|
|
8593
9237
|
"fields": {
|
|
8594
9238
|
"annotation": {
|
|
8595
9239
|
"rule": "repeated",
|
|
@@ -8603,7 +9247,10 @@ exports.default = {
|
|
|
8603
9247
|
"path": {
|
|
8604
9248
|
"rule": "repeated",
|
|
8605
9249
|
"type": "int32",
|
|
8606
|
-
"id": 1
|
|
9250
|
+
"id": 1,
|
|
9251
|
+
"options": {
|
|
9252
|
+
"packed": true
|
|
9253
|
+
}
|
|
8607
9254
|
},
|
|
8608
9255
|
"sourceFile": {
|
|
8609
9256
|
"type": "string",
|
|
@@ -8616,10 +9263,31 @@ exports.default = {
|
|
|
8616
9263
|
"end": {
|
|
8617
9264
|
"type": "int32",
|
|
8618
9265
|
"id": 4
|
|
9266
|
+
},
|
|
9267
|
+
"semantic": {
|
|
9268
|
+
"type": "Semantic",
|
|
9269
|
+
"id": 5
|
|
9270
|
+
}
|
|
9271
|
+
},
|
|
9272
|
+
"nested": {
|
|
9273
|
+
"Semantic": {
|
|
9274
|
+
"values": {
|
|
9275
|
+
"NONE": 0,
|
|
9276
|
+
"SET": 1,
|
|
9277
|
+
"ALIAS": 2
|
|
9278
|
+
}
|
|
8619
9279
|
}
|
|
8620
9280
|
}
|
|
8621
9281
|
}
|
|
8622
9282
|
}
|
|
9283
|
+
},
|
|
9284
|
+
"SymbolVisibility": {
|
|
9285
|
+
"edition": "proto2",
|
|
9286
|
+
"values": {
|
|
9287
|
+
"VISIBILITY_UNSET": 0,
|
|
9288
|
+
"VISIBILITY_LOCAL": 1,
|
|
9289
|
+
"VISIBILITY_EXPORT": 2
|
|
9290
|
+
}
|
|
8623
9291
|
}
|
|
8624
9292
|
}
|
|
8625
9293
|
}
|