@indexing/jiti 0.0.50 → 0.0.51
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/main.js +48 -28
- package/dist/main.js.map +1 -1
- package/dist/module.js +48 -28
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -778,10 +778,13 @@ function $7fd98ef3967673b0$export$146821f89c094be4(evt) {
|
|
|
778
778
|
case "MESSAGE_TYPE_USER_DATA_ADD":
|
|
779
779
|
{
|
|
780
780
|
processed._dataType = "user_data";
|
|
781
|
-
|
|
782
|
-
if (key
|
|
783
|
-
|
|
784
|
-
|
|
781
|
+
let key = $7fd98ef3967673b0$var$getValueFromObject(data, "user_data_body.type");
|
|
782
|
+
if (typeof key === "string") {
|
|
783
|
+
key = key.trim().split("_").pop().toLowerCase();
|
|
784
|
+
processed.data = {
|
|
785
|
+
[key]: $7fd98ef3967673b0$var$getValueFromObject(data, "user_data_body.value")
|
|
786
|
+
};
|
|
787
|
+
}
|
|
785
788
|
break;
|
|
786
789
|
}
|
|
787
790
|
case "MESSAGE_TYPE_USERNAME_PROOF":
|
|
@@ -9307,32 +9310,49 @@ const $9af31dbb692f94e3$var$filterValuesTemplate = {
|
|
|
9307
9310
|
},
|
|
9308
9311
|
{
|
|
9309
9312
|
params: {},
|
|
9310
|
-
payload: "https://jiti.indexing.co/networks/cast_protocol/
|
|
9313
|
+
payload: "https://jiti.indexing.co/networks/cast_protocol/14872632",
|
|
9311
9314
|
output: [
|
|
9312
|
-
"
|
|
9313
|
-
"
|
|
9314
|
-
"
|
|
9315
|
-
"
|
|
9316
|
-
"
|
|
9317
|
-
"
|
|
9318
|
-
"
|
|
9319
|
-
"
|
|
9320
|
-
"
|
|
9321
|
-
"
|
|
9322
|
-
"
|
|
9323
|
-
"
|
|
9324
|
-
"
|
|
9315
|
+
"1051614",
|
|
9316
|
+
"1066546",
|
|
9317
|
+
"1117909",
|
|
9318
|
+
"1118563",
|
|
9319
|
+
"1125456",
|
|
9320
|
+
"1131909",
|
|
9321
|
+
"1142406",
|
|
9322
|
+
"1148280",
|
|
9323
|
+
"1162854",
|
|
9324
|
+
"1178996",
|
|
9325
|
+
"1197494",
|
|
9326
|
+
"1271844",
|
|
9327
|
+
"1284009",
|
|
9328
|
+
"1306705",
|
|
9329
|
+
"1314738",
|
|
9330
|
+
"1314747",
|
|
9331
|
+
"1315087",
|
|
9332
|
+
"1315140",
|
|
9333
|
+
"1316693",
|
|
9334
|
+
"1318078",
|
|
9335
|
+
"1322250",
|
|
9336
|
+
"1322625",
|
|
9337
|
+
"1326658",
|
|
9338
|
+
"1332646",
|
|
9339
|
+
"1333799",
|
|
9340
|
+
"1336836",
|
|
9341
|
+
"1337581",
|
|
9342
|
+
"1337966",
|
|
9343
|
+
"16353",
|
|
9344
|
+
"199989",
|
|
9345
|
+
"243056",
|
|
9346
|
+
"272115",
|
|
9347
|
+
"283733",
|
|
9325
9348
|
"285998",
|
|
9326
|
-
"
|
|
9327
|
-
"
|
|
9328
|
-
"
|
|
9329
|
-
"
|
|
9330
|
-
"
|
|
9331
|
-
"
|
|
9332
|
-
"
|
|
9333
|
-
"832276",
|
|
9334
|
-
"957217",
|
|
9335
|
-
"968720"
|
|
9349
|
+
"316323",
|
|
9350
|
+
"430267",
|
|
9351
|
+
"456627",
|
|
9352
|
+
"462627",
|
|
9353
|
+
"822718",
|
|
9354
|
+
"960767",
|
|
9355
|
+
"968965"
|
|
9336
9356
|
]
|
|
9337
9357
|
},
|
|
9338
9358
|
{
|