@singi-labs/sifa-sdk 0.12.42 → 0.12.43
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/index.cjs +626 -159
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +626 -159
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1080,8 +1080,8 @@ function categoryForApp(appId) {
|
|
|
1080
1080
|
// src/taxonomy/activity-tiers.json
|
|
1081
1081
|
var activity_tiers_default = {
|
|
1082
1082
|
$schema: "https://sifa.id/schemas/activity-tiers/v1.json",
|
|
1083
|
-
version: "1.
|
|
1084
|
-
updated: "2026-
|
|
1083
|
+
version: "1.1.0",
|
|
1084
|
+
updated: "2026-07-29",
|
|
1085
1085
|
tiers: {
|
|
1086
1086
|
creation: {
|
|
1087
1087
|
label: "Made",
|
|
@@ -1100,21 +1100,56 @@ var activity_tiers_default = {
|
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
1102
|
lexicons: {
|
|
1103
|
-
"app.
|
|
1103
|
+
"app.atmobb.discussion.reply": {
|
|
1104
|
+
tier: "creation",
|
|
1105
|
+
app: "atmobb",
|
|
1106
|
+
notes: "Replies are authored text, consistent with app.bsky.feed.post covering replies."
|
|
1107
|
+
},
|
|
1108
|
+
"app.atmobb.discussion.thread": {
|
|
1104
1109
|
tier: "creation",
|
|
1110
|
+
app: "atmobb"
|
|
1111
|
+
},
|
|
1112
|
+
"app.beaconbits.beacon": {
|
|
1113
|
+
tier: "creation",
|
|
1114
|
+
app: "beaconbits"
|
|
1115
|
+
},
|
|
1116
|
+
"app.bsky.actor.profile": {
|
|
1117
|
+
tier: "filtered",
|
|
1105
1118
|
app: "bluesky",
|
|
1106
|
-
notes: "
|
|
1119
|
+
notes: "Profile metadata record."
|
|
1107
1120
|
},
|
|
1108
|
-
"app.bsky.feed.like": { tier: "action", app: "bluesky" },
|
|
1109
|
-
"app.bsky.feed.repost": { tier: "action", app: "bluesky" },
|
|
1110
1121
|
"app.bsky.feed.generator": {
|
|
1111
1122
|
tier: "filtered",
|
|
1112
1123
|
app: "bluesky",
|
|
1113
1124
|
notes: "Feed generator definition record, not personal activity."
|
|
1114
1125
|
},
|
|
1115
|
-
"app.bsky.
|
|
1116
|
-
|
|
1117
|
-
|
|
1126
|
+
"app.bsky.feed.like": {
|
|
1127
|
+
tier: "action",
|
|
1128
|
+
app: "bluesky"
|
|
1129
|
+
},
|
|
1130
|
+
"app.bsky.feed.post": {
|
|
1131
|
+
tier: "creation",
|
|
1132
|
+
app: "bluesky",
|
|
1133
|
+
notes: "Ambiguous: many posts are casual, but the lexicon also carries long-form posts and threads. Treated as creation; empty quote-posts (no text + record embed) are filtered at the consumer layer, not here."
|
|
1134
|
+
},
|
|
1135
|
+
"app.bsky.feed.repost": {
|
|
1136
|
+
tier: "action",
|
|
1137
|
+
app: "bluesky"
|
|
1138
|
+
},
|
|
1139
|
+
"app.bsky.graph.block": {
|
|
1140
|
+
tier: "filtered",
|
|
1141
|
+
app: "bluesky",
|
|
1142
|
+
notes: "Moderation record."
|
|
1143
|
+
},
|
|
1144
|
+
"app.bsky.graph.follow": {
|
|
1145
|
+
tier: "action",
|
|
1146
|
+
app: "bluesky"
|
|
1147
|
+
},
|
|
1148
|
+
"app.bsky.graph.list": {
|
|
1149
|
+
tier: "filtered",
|
|
1150
|
+
app: "bluesky",
|
|
1151
|
+
notes: "User-curated list metadata; not surfaced as profile activity."
|
|
1152
|
+
},
|
|
1118
1153
|
"app.bsky.graph.listblock": {
|
|
1119
1154
|
tier: "filtered",
|
|
1120
1155
|
app: "bluesky",
|
|
@@ -1125,97 +1160,431 @@ var activity_tiers_default = {
|
|
|
1125
1160
|
app: "bluesky",
|
|
1126
1161
|
notes: "List membership; rendered via the parent list, not as standalone activity."
|
|
1127
1162
|
},
|
|
1128
|
-
"app.bsky.graph.
|
|
1163
|
+
"app.bsky.graph.mute": {
|
|
1129
1164
|
tier: "filtered",
|
|
1130
1165
|
app: "bluesky",
|
|
1131
|
-
notes: "
|
|
1166
|
+
notes: "Moderation record."
|
|
1132
1167
|
},
|
|
1133
|
-
"app.bsky.graph.starterpack": {
|
|
1134
|
-
"app.bsky.actor.profile": {
|
|
1168
|
+
"app.bsky.graph.starterpack": {
|
|
1135
1169
|
tier: "filtered",
|
|
1170
|
+
app: "bluesky"
|
|
1171
|
+
},
|
|
1172
|
+
"app.bsky.graph.verification": {
|
|
1173
|
+
tier: "creation",
|
|
1136
1174
|
app: "bluesky",
|
|
1137
|
-
notes: "
|
|
1175
|
+
notes: "Diverges from app.bsky.graph.follow (action) on purpose: verifying another account's handle is a deliberate trust statement the actor authors, not a tap. Sifa renders it with its own card."
|
|
1138
1176
|
},
|
|
1139
|
-
"
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
"
|
|
1177
|
+
"app.collectivesocial.feed.list": {
|
|
1178
|
+
tier: "creation",
|
|
1179
|
+
app: "collectivesocial",
|
|
1180
|
+
notes: "Auto-created default Inbox lists are filtered at the consumer layer via isDefault=true predicate."
|
|
1181
|
+
},
|
|
1182
|
+
"app.mcp.server": {
|
|
1183
|
+
tier: "creation",
|
|
1184
|
+
app: "mcp"
|
|
1185
|
+
},
|
|
1186
|
+
"app.sidetrail.trail": {
|
|
1187
|
+
tier: "creation",
|
|
1188
|
+
app: "semble"
|
|
1189
|
+
},
|
|
1190
|
+
"app.sidetrail.walk": {
|
|
1191
|
+
tier: "creation",
|
|
1192
|
+
app: "semble"
|
|
1193
|
+
},
|
|
1194
|
+
"app.userinput.discussion": {
|
|
1195
|
+
tier: "creation",
|
|
1196
|
+
app: "userinput"
|
|
1197
|
+
},
|
|
1198
|
+
"app.userinput.reply": {
|
|
1199
|
+
tier: "creation",
|
|
1200
|
+
app: "userinput",
|
|
1201
|
+
notes: "Replies are authored text, consistent with app.bsky.feed.post covering replies."
|
|
1202
|
+
},
|
|
1203
|
+
"at.margin.annotation": {
|
|
1204
|
+
tier: "creation",
|
|
1205
|
+
app: "margin",
|
|
1206
|
+
notes: "An annotation on someone else's text is still authored writing."
|
|
1207
|
+
},
|
|
1208
|
+
"at.margin.bookmark": {
|
|
1145
1209
|
tier: "filtered",
|
|
1146
|
-
|
|
1147
|
-
|
|
1210
|
+
notes: "Bookmark \u2014 consumption signal, not creation.",
|
|
1211
|
+
app: "margin"
|
|
1212
|
+
},
|
|
1213
|
+
"at.margin.highlight": {
|
|
1214
|
+
tier: "filtered",
|
|
1215
|
+
notes: "Highlight \u2014 consumption signal, not creation.",
|
|
1216
|
+
app: "margin"
|
|
1217
|
+
},
|
|
1218
|
+
"at.margin.note": {
|
|
1219
|
+
tier: "creation",
|
|
1220
|
+
app: "margin"
|
|
1221
|
+
},
|
|
1222
|
+
"at.marque.domain": {
|
|
1223
|
+
tier: "creation",
|
|
1224
|
+
app: "marque"
|
|
1225
|
+
},
|
|
1226
|
+
"at.youandme.connection": {
|
|
1227
|
+
tier: "creation",
|
|
1228
|
+
app: "youandme"
|
|
1229
|
+
},
|
|
1230
|
+
"blue.flashes.feed.post": {
|
|
1231
|
+
tier: "creation",
|
|
1232
|
+
app: "flashes"
|
|
1233
|
+
},
|
|
1234
|
+
"blue.linkat.board": {
|
|
1235
|
+
tier: "filtered",
|
|
1236
|
+
notes: "Link-in-bio board; consumption signal.",
|
|
1237
|
+
app: "linkat"
|
|
1238
|
+
},
|
|
1239
|
+
"buzz.bookhive.book": {
|
|
1240
|
+
tier: "creation",
|
|
1241
|
+
app: "bookhive"
|
|
1242
|
+
},
|
|
1243
|
+
"com.minomobi.music.composition": {
|
|
1244
|
+
tier: "creation",
|
|
1245
|
+
app: "minomobi"
|
|
1246
|
+
},
|
|
1247
|
+
"com.voxport.podcast.series": {
|
|
1248
|
+
tier: "creation",
|
|
1249
|
+
app: "voxport"
|
|
1250
|
+
},
|
|
1251
|
+
"com.whtwnd.blog.entry": {
|
|
1252
|
+
tier: "creation",
|
|
1253
|
+
app: "whitewind"
|
|
1254
|
+
},
|
|
1255
|
+
"community.lexicon.badge.award": {
|
|
1256
|
+
tier: "creation",
|
|
1257
|
+
app: "badges",
|
|
1258
|
+
notes: "The award record is authored by the giver, so it is their attestation about someone else."
|
|
1259
|
+
},
|
|
1260
|
+
"community.lexicon.bookmarks.bookmark": {
|
|
1261
|
+
tier: "filtered",
|
|
1262
|
+
notes: "Bookmark \u2014 consumption signal.",
|
|
1263
|
+
app: "kipclip"
|
|
1148
1264
|
},
|
|
1149
1265
|
"community.lexicon.calendar.rsvp": {
|
|
1150
1266
|
tier: "creation",
|
|
1151
1267
|
app: "smokesignal",
|
|
1152
1268
|
notes: "Ambiguous: RSVPs are reactions to events, but they are public commitments and the only Smoke Signal record Sifa scans today. Classified as creation."
|
|
1153
1269
|
},
|
|
1270
|
+
"community.nooki.comments": {
|
|
1271
|
+
tier: "creation",
|
|
1272
|
+
app: "nooki",
|
|
1273
|
+
notes: "Comments are authored text."
|
|
1274
|
+
},
|
|
1275
|
+
"community.nooki.membership": {
|
|
1276
|
+
tier: "creation",
|
|
1277
|
+
app: "nooki",
|
|
1278
|
+
notes: "Joining a community, classified like social.colibri.membership (creation)."
|
|
1279
|
+
},
|
|
1280
|
+
"community.opensocial.membership": {
|
|
1281
|
+
tier: "creation",
|
|
1282
|
+
app: "opensocial",
|
|
1283
|
+
notes: "Joining a community, classified like social.colibri.membership (creation)."
|
|
1284
|
+
},
|
|
1285
|
+
"computer.aetheros.page": {
|
|
1286
|
+
tier: "creation",
|
|
1287
|
+
app: "aetheros"
|
|
1288
|
+
},
|
|
1289
|
+
"dev.atvouch.graph.vouch": {
|
|
1290
|
+
tier: "creation",
|
|
1291
|
+
app: "atvouch",
|
|
1292
|
+
notes: "Vouching for someone. Authored attestation, same reasoning as fund.at.graph.endorse."
|
|
1293
|
+
},
|
|
1294
|
+
"dev.baileytownsend.guestbook.entry": {
|
|
1295
|
+
tier: "creation",
|
|
1296
|
+
app: "guestbook",
|
|
1297
|
+
notes: "Signing someone else's guestbook is a short authored message."
|
|
1298
|
+
},
|
|
1299
|
+
"dev.keytrace.claim": {
|
|
1300
|
+
tier: "creation",
|
|
1301
|
+
app: "keytrace"
|
|
1302
|
+
},
|
|
1303
|
+
"dev.skyboard.board": {
|
|
1304
|
+
tier: "filtered",
|
|
1305
|
+
notes: "Skyboard task-board metadata.",
|
|
1306
|
+
app: "skyboard"
|
|
1307
|
+
},
|
|
1308
|
+
"dev.skyboard.op": {
|
|
1309
|
+
tier: "filtered",
|
|
1310
|
+
notes: "Skyboard operation log.",
|
|
1311
|
+
app: "skyboard"
|
|
1312
|
+
},
|
|
1313
|
+
"dev.skyboard.task": {
|
|
1314
|
+
tier: "filtered",
|
|
1315
|
+
notes: "Skyboard task record.",
|
|
1316
|
+
app: "skyboard"
|
|
1317
|
+
},
|
|
1154
1318
|
"events.smokesignal.profile": {
|
|
1155
1319
|
tier: "filtered",
|
|
1156
1320
|
app: "smokesignal",
|
|
1157
1321
|
notes: "Profile metadata record."
|
|
1158
1322
|
},
|
|
1159
|
-
"
|
|
1160
|
-
|
|
1161
|
-
|
|
1323
|
+
"exchange.recipe.recipe": {
|
|
1324
|
+
tier: "creation",
|
|
1325
|
+
app: "recipe"
|
|
1326
|
+
},
|
|
1327
|
+
"fm.plyr.comment": {
|
|
1328
|
+
tier: "creation",
|
|
1329
|
+
app: "plyr",
|
|
1330
|
+
notes: "Comments are authored text."
|
|
1331
|
+
},
|
|
1332
|
+
"forum.barazo.community.member": {
|
|
1333
|
+
tier: "creation",
|
|
1334
|
+
app: "barazo"
|
|
1335
|
+
},
|
|
1336
|
+
"forum.barazo.flag": {
|
|
1162
1337
|
tier: "filtered",
|
|
1163
|
-
app: "
|
|
1164
|
-
notes: "
|
|
1338
|
+
app: "barazo",
|
|
1339
|
+
notes: "Moderation flag."
|
|
1165
1340
|
},
|
|
1166
|
-
"
|
|
1341
|
+
"forum.barazo.post": {
|
|
1342
|
+
tier: "creation",
|
|
1343
|
+
app: "barazo"
|
|
1344
|
+
},
|
|
1345
|
+
"forum.barazo.reaction": {
|
|
1346
|
+
tier: "action",
|
|
1347
|
+
app: "barazo"
|
|
1348
|
+
},
|
|
1349
|
+
"forum.barazo.reply": {
|
|
1350
|
+
tier: "action",
|
|
1351
|
+
app: "barazo",
|
|
1352
|
+
notes: "Short conversational reply \u2014 engagement signal."
|
|
1353
|
+
},
|
|
1354
|
+
"forum.barazo.reputation.event": {
|
|
1355
|
+
tier: "creation",
|
|
1356
|
+
app: "barazo"
|
|
1357
|
+
},
|
|
1358
|
+
"fund.at.graph.endorse": {
|
|
1359
|
+
tier: "creation",
|
|
1360
|
+
app: "atfund",
|
|
1361
|
+
notes: "Endorsing someone. Authored attestation, not engagement."
|
|
1362
|
+
},
|
|
1363
|
+
"fyi.asq.answer": {
|
|
1364
|
+
tier: "creation",
|
|
1365
|
+
app: "asq"
|
|
1366
|
+
},
|
|
1367
|
+
"fyi.asq.question": {
|
|
1368
|
+
tier: "creation",
|
|
1369
|
+
app: "asq"
|
|
1370
|
+
},
|
|
1371
|
+
"fyi.atstore.listing.review": {
|
|
1372
|
+
tier: "creation",
|
|
1373
|
+
app: "atstore"
|
|
1374
|
+
},
|
|
1375
|
+
"fyi.unravel.frontpage.post": {
|
|
1376
|
+
tier: "creation",
|
|
1377
|
+
app: "frontpage"
|
|
1378
|
+
},
|
|
1379
|
+
"fyi.unravel.frontpage.vote": {
|
|
1380
|
+
tier: "action",
|
|
1381
|
+
app: "frontpage"
|
|
1382
|
+
},
|
|
1383
|
+
"id.sifa.authConnection": {
|
|
1167
1384
|
tier: "filtered",
|
|
1168
|
-
app: "
|
|
1169
|
-
notes: "
|
|
1385
|
+
app: "sifa",
|
|
1386
|
+
notes: "OAuth scope record."
|
|
1170
1387
|
},
|
|
1171
|
-
"
|
|
1388
|
+
"id.sifa.authMeet": {
|
|
1172
1389
|
tier: "filtered",
|
|
1173
|
-
app: "
|
|
1174
|
-
notes: "
|
|
1390
|
+
app: "sifa",
|
|
1391
|
+
notes: "OAuth scope record."
|
|
1175
1392
|
},
|
|
1176
|
-
"
|
|
1393
|
+
"id.sifa.authProfile": {
|
|
1177
1394
|
tier: "filtered",
|
|
1178
|
-
app: "
|
|
1179
|
-
notes: "
|
|
1395
|
+
app: "sifa",
|
|
1396
|
+
notes: "OAuth scope record."
|
|
1180
1397
|
},
|
|
1181
|
-
"
|
|
1182
|
-
"fyi.unravel.frontpage.post": { tier: "creation", app: "frontpage" },
|
|
1183
|
-
"fyi.unravel.frontpage.vote": { tier: "action", app: "frontpage" },
|
|
1184
|
-
"social.psky.feed.post": { tier: "creation", app: "picosky" },
|
|
1185
|
-
"link.pastesphere.snippet": { tier: "creation", app: "pastesphere" },
|
|
1186
|
-
"site.standard.document": { tier: "creation", app: "standard" },
|
|
1187
|
-
"computer.aetheros.page": { tier: "creation", app: "aetheros" },
|
|
1188
|
-
"space.roomy.space.personal": { tier: "creation", app: "roomy" },
|
|
1189
|
-
"dev.keytrace.claim": { tier: "creation", app: "keytrace" },
|
|
1190
|
-
"social.popfeed.feed.review": { tier: "creation", app: "popfeed" },
|
|
1191
|
-
"social.popfeed.feed.post": { tier: "creation", app: "popfeed" },
|
|
1192
|
-
"social.popfeed.feed.note": { tier: "creation", app: "popfeed" },
|
|
1193
|
-
"social.popfeed.feed.like": { tier: "action", app: "popfeed" },
|
|
1194
|
-
"social.popfeed.challenge.participation": {
|
|
1398
|
+
"id.sifa.authProfileAccess": {
|
|
1195
1399
|
tier: "filtered",
|
|
1196
|
-
app: "
|
|
1197
|
-
notes: "
|
|
1400
|
+
app: "sifa",
|
|
1401
|
+
notes: "OAuth profile-access record."
|
|
1198
1402
|
},
|
|
1199
|
-
"
|
|
1403
|
+
"id.sifa.authProject": {
|
|
1200
1404
|
tier: "filtered",
|
|
1201
|
-
app: "
|
|
1202
|
-
notes: "
|
|
1405
|
+
app: "sifa",
|
|
1406
|
+
notes: "OAuth scope record."
|
|
1203
1407
|
},
|
|
1204
|
-
"
|
|
1205
|
-
|
|
1408
|
+
"id.sifa.endorsement": {
|
|
1409
|
+
tier: "creation",
|
|
1410
|
+
app: "sifa",
|
|
1411
|
+
notes: "Endorsement authored by the actor about another profile."
|
|
1412
|
+
},
|
|
1413
|
+
"id.sifa.endorsement.confirmation": {
|
|
1414
|
+
tier: "action",
|
|
1415
|
+
app: "sifa",
|
|
1416
|
+
notes: "Confirmation/acceptance of an endorsement received."
|
|
1417
|
+
},
|
|
1418
|
+
"id.sifa.graph.connection": {
|
|
1419
|
+
tier: "creation",
|
|
1420
|
+
app: "sifa",
|
|
1421
|
+
notes: "Mutual professional connection record."
|
|
1422
|
+
},
|
|
1423
|
+
"id.sifa.graph.follow": {
|
|
1424
|
+
tier: "action",
|
|
1425
|
+
app: "sifa"
|
|
1426
|
+
},
|
|
1427
|
+
"id.sifa.meeting": {
|
|
1428
|
+
tier: "creation",
|
|
1429
|
+
app: "sifa"
|
|
1430
|
+
},
|
|
1431
|
+
"id.sifa.profile.certification": {
|
|
1432
|
+
tier: "creation",
|
|
1433
|
+
app: "sifa"
|
|
1434
|
+
},
|
|
1435
|
+
"id.sifa.profile.course": {
|
|
1436
|
+
tier: "creation",
|
|
1437
|
+
app: "sifa"
|
|
1438
|
+
},
|
|
1439
|
+
"id.sifa.profile.education": {
|
|
1440
|
+
tier: "creation",
|
|
1441
|
+
app: "sifa"
|
|
1442
|
+
},
|
|
1443
|
+
"id.sifa.profile.externalAccount": {
|
|
1444
|
+
tier: "creation",
|
|
1445
|
+
app: "sifa"
|
|
1446
|
+
},
|
|
1447
|
+
"id.sifa.profile.honor": {
|
|
1448
|
+
tier: "creation",
|
|
1449
|
+
app: "sifa"
|
|
1450
|
+
},
|
|
1451
|
+
"id.sifa.profile.language": {
|
|
1452
|
+
tier: "creation",
|
|
1453
|
+
app: "sifa"
|
|
1454
|
+
},
|
|
1455
|
+
"id.sifa.profile.location": {
|
|
1456
|
+
tier: "creation",
|
|
1457
|
+
app: "sifa"
|
|
1458
|
+
},
|
|
1459
|
+
"id.sifa.profile.position": {
|
|
1460
|
+
tier: "creation",
|
|
1461
|
+
app: "sifa"
|
|
1462
|
+
},
|
|
1463
|
+
"id.sifa.profile.presentation": {
|
|
1464
|
+
tier: "creation",
|
|
1465
|
+
app: "sifa"
|
|
1466
|
+
},
|
|
1467
|
+
"id.sifa.profile.presentationDelivery": {
|
|
1468
|
+
tier: "creation",
|
|
1469
|
+
app: "sifa"
|
|
1470
|
+
},
|
|
1471
|
+
"id.sifa.profile.project": {
|
|
1472
|
+
tier: "creation",
|
|
1473
|
+
app: "sifa"
|
|
1474
|
+
},
|
|
1475
|
+
"id.sifa.profile.publication": {
|
|
1476
|
+
tier: "creation",
|
|
1477
|
+
app: "sifa"
|
|
1478
|
+
},
|
|
1479
|
+
"id.sifa.profile.self": {
|
|
1480
|
+
tier: "creation",
|
|
1481
|
+
app: "sifa",
|
|
1482
|
+
notes: "Sifa professional profile root."
|
|
1483
|
+
},
|
|
1484
|
+
"id.sifa.profile.skill": {
|
|
1485
|
+
tier: "creation",
|
|
1486
|
+
app: "sifa"
|
|
1487
|
+
},
|
|
1488
|
+
"id.sifa.profile.volunteering": {
|
|
1489
|
+
tier: "creation",
|
|
1490
|
+
app: "sifa"
|
|
1491
|
+
},
|
|
1492
|
+
"id.sifa.project.member": {
|
|
1493
|
+
tier: "creation",
|
|
1494
|
+
app: "sifa"
|
|
1495
|
+
},
|
|
1496
|
+
"id.sifa.project.membership": {
|
|
1497
|
+
tier: "creation",
|
|
1498
|
+
app: "sifa"
|
|
1499
|
+
},
|
|
1500
|
+
"id.sifa.project.self": {
|
|
1501
|
+
tier: "creation",
|
|
1502
|
+
app: "sifa"
|
|
1503
|
+
},
|
|
1504
|
+
"io.atcr.repo.page": {
|
|
1505
|
+
tier: "creation",
|
|
1506
|
+
app: "atcr"
|
|
1507
|
+
},
|
|
1508
|
+
"io.calabro.watsm.program": {
|
|
1509
|
+
tier: "creation",
|
|
1510
|
+
app: "watsm"
|
|
1511
|
+
},
|
|
1512
|
+
"io.kich.recipe.recipe": {
|
|
1513
|
+
tier: "creation",
|
|
1514
|
+
app: "kich"
|
|
1515
|
+
},
|
|
1516
|
+
"is.kevara.directory.speaker": {
|
|
1517
|
+
tier: "creation",
|
|
1518
|
+
app: "kevara"
|
|
1519
|
+
},
|
|
1520
|
+
"li.plonk.paste": {
|
|
1521
|
+
tier: "creation",
|
|
1522
|
+
app: "plonk"
|
|
1523
|
+
},
|
|
1524
|
+
"link.pastesphere.snippet": {
|
|
1525
|
+
tier: "creation",
|
|
1526
|
+
app: "pastesphere"
|
|
1527
|
+
},
|
|
1528
|
+
"net.alternativeproto.submission": {
|
|
1529
|
+
tier: "creation",
|
|
1530
|
+
app: "alternativeproto"
|
|
1531
|
+
},
|
|
1532
|
+
"net.alternativeproto.vote": {
|
|
1533
|
+
tier: "action",
|
|
1534
|
+
notes: "Vote record on a third-party protocol.",
|
|
1535
|
+
app: "alternativeproto"
|
|
1536
|
+
},
|
|
1537
|
+
"net.anisota.feed.list": {
|
|
1538
|
+
tier: "creation",
|
|
1539
|
+
app: "anisota"
|
|
1540
|
+
},
|
|
1541
|
+
"net.anisota.feed.post": {
|
|
1542
|
+
tier: "creation",
|
|
1543
|
+
app: "anisota"
|
|
1544
|
+
},
|
|
1545
|
+
"net.anisota.player.state": {
|
|
1206
1546
|
tier: "filtered",
|
|
1207
|
-
|
|
1208
|
-
|
|
1547
|
+
notes: "Anisota game player state.",
|
|
1548
|
+
app: "anisota"
|
|
1209
1549
|
},
|
|
1210
|
-
"
|
|
1550
|
+
"network.cosmik.card": {
|
|
1211
1551
|
tier: "filtered",
|
|
1212
|
-
|
|
1213
|
-
|
|
1552
|
+
notes: "Link-in-bio card; consumption signal.",
|
|
1553
|
+
app: "cosmik"
|
|
1214
1554
|
},
|
|
1215
|
-
"
|
|
1555
|
+
"network.cosmik.collection": {
|
|
1556
|
+
tier: "filtered",
|
|
1557
|
+
notes: "Stale registry id \u2014 Cosmik formerly in app registry.",
|
|
1558
|
+
app: "cosmik"
|
|
1559
|
+
},
|
|
1560
|
+
"network.cosmik.collectionLink": {
|
|
1561
|
+
tier: "filtered",
|
|
1562
|
+
app: "cosmik"
|
|
1563
|
+
},
|
|
1564
|
+
"network.cosmik.connection": {
|
|
1565
|
+
tier: "filtered",
|
|
1566
|
+
app: "cosmik"
|
|
1567
|
+
},
|
|
1568
|
+
"network.cosmik.follow": {
|
|
1569
|
+
tier: "filtered",
|
|
1570
|
+
app: "cosmik"
|
|
1571
|
+
},
|
|
1572
|
+
"one.papili.post": {
|
|
1573
|
+
tier: "creation",
|
|
1574
|
+
app: "papili"
|
|
1575
|
+
},
|
|
1576
|
+
"org.v-it.skill": {
|
|
1577
|
+
tier: "creation",
|
|
1578
|
+
app: "vit"
|
|
1579
|
+
},
|
|
1580
|
+
"os.aether.docs.presentation": {
|
|
1581
|
+
tier: "creation",
|
|
1582
|
+
app: "aetherdocs"
|
|
1583
|
+
},
|
|
1584
|
+
"place.stream.broadcast.origin": {
|
|
1216
1585
|
tier: "filtered",
|
|
1217
1586
|
app: "streamplace",
|
|
1218
|
-
notes: "
|
|
1587
|
+
notes: "Broadcast origin/infrastructure record."
|
|
1219
1588
|
},
|
|
1220
1589
|
"place.stream.chat.message": {
|
|
1221
1590
|
tier: "filtered",
|
|
@@ -1227,32 +1596,83 @@ var activity_tiers_default = {
|
|
|
1227
1596
|
app: "streamplace",
|
|
1228
1597
|
notes: "Chat profile metadata."
|
|
1229
1598
|
},
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1599
|
+
"place.stream.key": {
|
|
1600
|
+
tier: "filtered",
|
|
1601
|
+
app: "streamplace",
|
|
1602
|
+
notes: "Stream key \u2014 sensitive infrastructure record."
|
|
1603
|
+
},
|
|
1604
|
+
"place.stream.livestream": {
|
|
1605
|
+
tier: "creation",
|
|
1606
|
+
app: "streamplace"
|
|
1607
|
+
},
|
|
1608
|
+
"place.stream.metadata.configuration": {
|
|
1609
|
+
tier: "filtered",
|
|
1610
|
+
app: "streamplace",
|
|
1611
|
+
notes: "Stream configuration metadata."
|
|
1612
|
+
},
|
|
1235
1613
|
"pub.leaflet.authFullPermissions": {
|
|
1236
1614
|
tier: "filtered",
|
|
1237
1615
|
app: "leaflet",
|
|
1238
1616
|
notes: "OAuth permission record."
|
|
1239
1617
|
},
|
|
1240
|
-
"
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
app: "colibri",
|
|
1244
|
-
notes: "Chat message \u2014 high-volume conversational signal, not portfolio."
|
|
1618
|
+
"pub.leaflet.comment": {
|
|
1619
|
+
tier: "creation",
|
|
1620
|
+
app: "leaflet"
|
|
1245
1621
|
},
|
|
1246
|
-
"
|
|
1247
|
-
|
|
1622
|
+
"pub.leaflet.interactions.recommend": {
|
|
1623
|
+
tier: "action",
|
|
1624
|
+
app: "leaflet"
|
|
1625
|
+
},
|
|
1626
|
+
"quest.atmo.checkin": {
|
|
1627
|
+
tier: "creation",
|
|
1628
|
+
app: "atmorsvp",
|
|
1629
|
+
notes: "Attendance, classified like community.lexicon.calendar.rsvp (creation) rather than as engagement. The creation tier description names RSVPs explicitly."
|
|
1630
|
+
},
|
|
1631
|
+
"quest.atmo.event": {
|
|
1632
|
+
tier: "creation",
|
|
1633
|
+
app: "atmorsvp"
|
|
1634
|
+
},
|
|
1635
|
+
"sh.tangled.actor.profile": {
|
|
1248
1636
|
tier: "filtered",
|
|
1249
|
-
app: "
|
|
1250
|
-
notes: "
|
|
1637
|
+
app: "tangled",
|
|
1638
|
+
notes: "Profile metadata record."
|
|
1251
1639
|
},
|
|
1252
|
-
"
|
|
1640
|
+
"sh.tangled.feed.star": {
|
|
1641
|
+
tier: "action",
|
|
1642
|
+
app: "tangled"
|
|
1643
|
+
},
|
|
1644
|
+
"sh.tangled.graph.follow": {
|
|
1645
|
+
tier: "action",
|
|
1646
|
+
app: "tangled"
|
|
1647
|
+
},
|
|
1648
|
+
"sh.tangled.repo": {
|
|
1649
|
+
tier: "creation",
|
|
1650
|
+
app: "tangled"
|
|
1651
|
+
},
|
|
1652
|
+
"sh.tangled.repo.issue": {
|
|
1653
|
+
tier: "creation",
|
|
1654
|
+
app: "tangled"
|
|
1655
|
+
},
|
|
1656
|
+
"sh.tangled.repo.pull": {
|
|
1657
|
+
tier: "creation",
|
|
1658
|
+
app: "tangled"
|
|
1659
|
+
},
|
|
1660
|
+
"site.standard.document": {
|
|
1661
|
+
tier: "creation",
|
|
1662
|
+
app: "standard"
|
|
1663
|
+
},
|
|
1664
|
+
"so.sprk.feed.post": {
|
|
1665
|
+
tier: "creation",
|
|
1666
|
+
app: "spark"
|
|
1667
|
+
},
|
|
1668
|
+
"so.sprk.story.post": {
|
|
1669
|
+
tier: "creation",
|
|
1670
|
+
app: "spark"
|
|
1671
|
+
},
|
|
1672
|
+
"social.colibri.actor.data": {
|
|
1253
1673
|
tier: "filtered",
|
|
1254
1674
|
app: "colibri",
|
|
1255
|
-
notes: "
|
|
1675
|
+
notes: "Actor metadata."
|
|
1256
1676
|
},
|
|
1257
1677
|
"social.colibri.approval": {
|
|
1258
1678
|
tier: "filtered",
|
|
@@ -1264,122 +1684,169 @@ var activity_tiers_default = {
|
|
|
1264
1684
|
app: "colibri",
|
|
1265
1685
|
notes: "Category metadata."
|
|
1266
1686
|
},
|
|
1687
|
+
"social.colibri.channel": {
|
|
1688
|
+
tier: "filtered",
|
|
1689
|
+
app: "colibri",
|
|
1690
|
+
notes: "Channel definition."
|
|
1691
|
+
},
|
|
1267
1692
|
"social.colibri.channel.read": {
|
|
1268
1693
|
tier: "filtered",
|
|
1269
1694
|
app: "colibri",
|
|
1270
1695
|
notes: "Read-state marker."
|
|
1271
1696
|
},
|
|
1272
|
-
"social.colibri.
|
|
1697
|
+
"social.colibri.community": {
|
|
1273
1698
|
tier: "filtered",
|
|
1274
1699
|
app: "colibri",
|
|
1275
|
-
notes: "
|
|
1700
|
+
notes: "Community definition."
|
|
1701
|
+
},
|
|
1702
|
+
"social.colibri.membership": {
|
|
1703
|
+
tier: "creation",
|
|
1704
|
+
app: "colibri"
|
|
1705
|
+
},
|
|
1706
|
+
"social.colibri.message": {
|
|
1707
|
+
tier: "filtered",
|
|
1708
|
+
app: "colibri",
|
|
1709
|
+
notes: "Chat message \u2014 high-volume conversational signal, not portfolio."
|
|
1710
|
+
},
|
|
1711
|
+
"social.colibri.reaction": {
|
|
1712
|
+
tier: "filtered",
|
|
1713
|
+
app: "colibri",
|
|
1714
|
+
notes: "Chat reaction."
|
|
1276
1715
|
},
|
|
1277
1716
|
"social.colibri.richtext.facet": {
|
|
1278
1717
|
tier: "filtered",
|
|
1279
1718
|
app: "colibri",
|
|
1280
1719
|
notes: "Richtext facet sub-record."
|
|
1281
1720
|
},
|
|
1282
|
-
"
|
|
1721
|
+
"social.crate.content": {
|
|
1283
1722
|
tier: "creation",
|
|
1284
|
-
app: "
|
|
1285
|
-
notes: "Auto-created default Inbox lists are filtered at the consumer layer via isDefault=true predicate."
|
|
1723
|
+
app: "crate"
|
|
1286
1724
|
},
|
|
1287
|
-
"
|
|
1288
|
-
tier: "
|
|
1289
|
-
|
|
1725
|
+
"social.crate.note": {
|
|
1726
|
+
tier: "creation",
|
|
1727
|
+
app: "crate"
|
|
1290
1728
|
},
|
|
1291
|
-
"
|
|
1729
|
+
"social.grain.gallery": {
|
|
1730
|
+
tier: "creation",
|
|
1731
|
+
app: "grain"
|
|
1732
|
+
},
|
|
1733
|
+
"social.grain.gallery.item": {
|
|
1292
1734
|
tier: "filtered",
|
|
1293
|
-
|
|
1735
|
+
app: "grain",
|
|
1736
|
+
notes: "Item-within-gallery; rendered via parent gallery."
|
|
1737
|
+
},
|
|
1738
|
+
"social.grain.photo": {
|
|
1739
|
+
tier: "filtered",
|
|
1740
|
+
app: "grain",
|
|
1741
|
+
notes: "Raw photo asset; surfaced via the gallery that references it."
|
|
1742
|
+
},
|
|
1743
|
+
"social.grain.photo.exif": {
|
|
1744
|
+
tier: "filtered",
|
|
1745
|
+
app: "grain",
|
|
1746
|
+
notes: "EXIF metadata for a photo."
|
|
1747
|
+
},
|
|
1748
|
+
"social.grain.story": {
|
|
1749
|
+
tier: "filtered",
|
|
1750
|
+
app: "grain",
|
|
1751
|
+
notes: "Ephemeral story format."
|
|
1752
|
+
},
|
|
1753
|
+
"social.passports.fiftyStates.visit": {
|
|
1754
|
+
tier: "creation",
|
|
1755
|
+
app: "passports"
|
|
1756
|
+
},
|
|
1757
|
+
"social.passports.travel.leg": {
|
|
1758
|
+
tier: "creation",
|
|
1759
|
+
app: "passports"
|
|
1294
1760
|
},
|
|
1295
|
-
"network.cosmik.collectionLink": { tier: "filtered" },
|
|
1296
|
-
"network.cosmik.connection": { tier: "filtered" },
|
|
1297
|
-
"network.cosmik.follow": { tier: "filtered" },
|
|
1298
|
-
"network.cosmik.card": { tier: "filtered", notes: "Link-in-bio card; consumption signal." },
|
|
1299
1761
|
"social.pinksky.app.preference": {
|
|
1300
1762
|
tier: "filtered",
|
|
1301
1763
|
app: "bluesky",
|
|
1302
1764
|
notes: "Pinkleap (Bluesky client) app preferences."
|
|
1303
1765
|
},
|
|
1304
|
-
"
|
|
1766
|
+
"social.popfeed.actor.profile": {
|
|
1305
1767
|
tier: "filtered",
|
|
1306
|
-
|
|
1768
|
+
app: "popfeed",
|
|
1769
|
+
notes: "Profile metadata record."
|
|
1307
1770
|
},
|
|
1308
|
-
"
|
|
1771
|
+
"social.popfeed.challenge.participation": {
|
|
1309
1772
|
tier: "filtered",
|
|
1310
|
-
|
|
1773
|
+
app: "popfeed",
|
|
1774
|
+
notes: "Challenge participation tracking."
|
|
1311
1775
|
},
|
|
1312
|
-
"
|
|
1313
|
-
tier: "
|
|
1314
|
-
|
|
1776
|
+
"social.popfeed.feed.like": {
|
|
1777
|
+
tier: "action",
|
|
1778
|
+
app: "popfeed"
|
|
1315
1779
|
},
|
|
1316
|
-
"
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
"dev.skyboard.task": { tier: "filtered", notes: "Skyboard task record." },
|
|
1320
|
-
"net.anisota.player.state": { tier: "filtered", notes: "Anisota game player state." },
|
|
1321
|
-
"xyz.statusphere.status": {
|
|
1322
|
-
tier: "filtered",
|
|
1323
|
-
notes: "Statusphere emoji status \u2014 leisure signal."
|
|
1780
|
+
"social.popfeed.feed.note": {
|
|
1781
|
+
tier: "creation",
|
|
1782
|
+
app: "popfeed"
|
|
1324
1783
|
},
|
|
1325
|
-
"
|
|
1784
|
+
"social.popfeed.feed.post": {
|
|
1326
1785
|
tier: "creation",
|
|
1327
|
-
app: "
|
|
1328
|
-
notes: "Sifa professional profile root."
|
|
1786
|
+
app: "popfeed"
|
|
1329
1787
|
},
|
|
1330
|
-
"
|
|
1331
|
-
"id.sifa.profile.education": { tier: "creation", app: "sifa" },
|
|
1332
|
-
"id.sifa.profile.skill": { tier: "creation", app: "sifa" },
|
|
1333
|
-
"id.sifa.profile.certification": { tier: "creation", app: "sifa" },
|
|
1334
|
-
"id.sifa.profile.project": { tier: "creation", app: "sifa" },
|
|
1335
|
-
"id.sifa.profile.volunteering": { tier: "creation", app: "sifa" },
|
|
1336
|
-
"id.sifa.profile.publication": { tier: "creation", app: "sifa" },
|
|
1337
|
-
"id.sifa.profile.course": { tier: "creation", app: "sifa" },
|
|
1338
|
-
"id.sifa.profile.honor": { tier: "creation", app: "sifa" },
|
|
1339
|
-
"id.sifa.profile.language": { tier: "creation", app: "sifa" },
|
|
1340
|
-
"id.sifa.profile.externalAccount": { tier: "creation", app: "sifa" },
|
|
1341
|
-
"id.sifa.profile.location": { tier: "creation", app: "sifa" },
|
|
1342
|
-
"id.sifa.profile.presentation": { tier: "creation", app: "sifa" },
|
|
1343
|
-
"id.sifa.profile.presentationDelivery": { tier: "creation", app: "sifa" },
|
|
1344
|
-
"id.sifa.endorsement": {
|
|
1788
|
+
"social.popfeed.feed.review": {
|
|
1345
1789
|
tier: "creation",
|
|
1346
|
-
app: "
|
|
1347
|
-
notes: "Endorsement authored by the actor about another profile."
|
|
1790
|
+
app: "popfeed"
|
|
1348
1791
|
},
|
|
1349
|
-
"
|
|
1350
|
-
tier: "
|
|
1351
|
-
app: "
|
|
1352
|
-
notes: "Confirmation/acceptance of an endorsement received."
|
|
1792
|
+
"social.psky.feed.post": {
|
|
1793
|
+
tier: "creation",
|
|
1794
|
+
app: "picosky"
|
|
1353
1795
|
},
|
|
1354
|
-
"
|
|
1355
|
-
"id.sifa.graph.connection": {
|
|
1796
|
+
"space.roomy.space.personal": {
|
|
1356
1797
|
tier: "creation",
|
|
1357
|
-
app: "
|
|
1358
|
-
notes: "Mutual professional connection record."
|
|
1798
|
+
app: "roomy"
|
|
1359
1799
|
},
|
|
1360
|
-
"
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
"id.sifa.meeting": { tier: "creation", app: "sifa" },
|
|
1364
|
-
"id.sifa.authProfile": { tier: "filtered", app: "sifa", notes: "OAuth scope record." },
|
|
1365
|
-
"id.sifa.authProfileAccess": {
|
|
1366
|
-
tier: "filtered",
|
|
1367
|
-
app: "sifa",
|
|
1368
|
-
notes: "OAuth profile-access record."
|
|
1800
|
+
"st.lifepo.lifeEvent": {
|
|
1801
|
+
tier: "creation",
|
|
1802
|
+
app: "lifepo"
|
|
1369
1803
|
},
|
|
1370
|
-
"
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
"
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1804
|
+
"stream.thought.blip": {
|
|
1805
|
+
tier: "creation",
|
|
1806
|
+
app: "streamthought"
|
|
1807
|
+
},
|
|
1808
|
+
"tech.waow.doodl.drawing": {
|
|
1809
|
+
tier: "creation",
|
|
1810
|
+
app: "waow"
|
|
1811
|
+
},
|
|
1812
|
+
"tech.waow.doodl.icon": {
|
|
1813
|
+
tier: "creation",
|
|
1814
|
+
app: "waow"
|
|
1815
|
+
},
|
|
1816
|
+
"tech.waow.doodl.iconset": {
|
|
1817
|
+
tier: "creation",
|
|
1818
|
+
app: "waow"
|
|
1819
|
+
},
|
|
1820
|
+
"tech.waow.doodl.logo": {
|
|
1821
|
+
tier: "creation",
|
|
1822
|
+
app: "waow"
|
|
1381
1823
|
},
|
|
1382
|
-
"
|
|
1824
|
+
"tech.waow.pollz.poll": {
|
|
1825
|
+
tier: "creation",
|
|
1826
|
+
app: "waow"
|
|
1827
|
+
},
|
|
1828
|
+
"tech.waow.slides.deck": {
|
|
1829
|
+
tier: "creation",
|
|
1830
|
+
app: "waow"
|
|
1831
|
+
},
|
|
1832
|
+
"tech.waow.slides.slide": {
|
|
1833
|
+
tier: "creation",
|
|
1834
|
+
app: "waow",
|
|
1835
|
+
notes: "Individual slides are components of a deck. Both are kept; the consumer decides whether to collapse them."
|
|
1836
|
+
},
|
|
1837
|
+
"wiki.lichen.note": {
|
|
1838
|
+
tier: "creation",
|
|
1839
|
+
app: "lichen"
|
|
1840
|
+
},
|
|
1841
|
+
"wiki.lichen.wiki": {
|
|
1842
|
+
tier: "creation",
|
|
1843
|
+
app: "lichen"
|
|
1844
|
+
},
|
|
1845
|
+
"xyz.statusphere.status": {
|
|
1846
|
+
tier: "filtered",
|
|
1847
|
+
notes: "Statusphere emoji status \u2014 leisure signal.",
|
|
1848
|
+
app: "statusphere"
|
|
1849
|
+
}
|
|
1383
1850
|
}
|
|
1384
1851
|
};
|
|
1385
1852
|
|
|
@@ -4882,7 +5349,7 @@ function roadmapIssueUrl(issue) {
|
|
|
4882
5349
|
}
|
|
4883
5350
|
|
|
4884
5351
|
// src/index.ts
|
|
4885
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5352
|
+
var SIFA_SDK_VERSION = "0.12.43";
|
|
4886
5353
|
|
|
4887
5354
|
export { ACTIVITY_TIERS, ACTIVITY_VERBS, ACTIVITY_VISIBILITY_RULES, ADULT_CONTENT_LABELS, ALL_SECTIONS, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, ARTIFACT_LINK_KIND_LABELS, ARTIFACT_LINK_KIND_OPTIONS, ArtifactLinkSchema, AtmosphereFeedItemSchema, BlobRefSchema, CALENDAR_EVENT_MODE_LABELS, CALENDAR_EVENT_STATUS_LABELS, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPANY_OPTIONAL_EMPLOYMENT_TYPES, COMPANY_PAGE_MIN_FIRMOGRAPHIC_FIELDS, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, DIMENSIONS_MAX_SCORE, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, ENTITY_REF_ANCHORS, EndorsementConfirmationRecordSchema, EndorsementRecordSchema, EntityImportSearchResponseSchema, EntityMintDomainResponseSchema, EntityResolveDomainRequestSchema, EntityResolveDomainResponseSchema, EntitySearchResponseSchema, EntitySearchResultSchema, EntitySelectRequestSchema, EntitySelectResponseSchema, FEATURE_FLAGS, FeatureAllowlistEntrySchema, FeedActorSchema, FollowFeedItemSchema, FollowFeedPageSchema, FollowProfilePageSchema, FollowProfileSchema, GraphFollowRecordSchema, INDUSTRY_OPTIONS, INVOLVEMENT_HEADING_ORDER, INVOLVEMENT_KIND_HEADINGS, INVOLVEMENT_KIND_LABELS, INVOLVEMENT_KIND_OPTIONS, MIN_SKILLS, OPEN_TO_OPTIONS, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, OrgEmploymentAttestationRecordSchema, OrgProfileRecordSchema, PLATFORM_LABELS, PLATFORM_OPTIONS, PRESENTATION_LINK_TYPE_LABELS, PRESENTATION_LINK_TYPE_OPTIONS, PRESENTATION_ROLE_LABELS, PRESENTATION_ROLE_OPTIONS, PROFILE_INVOLVEMENT_NSID, PUBLISHERS, PresentationDurationSchema, PresentationLinkSchema, ProfileCertificationRecordSchema, ProfileCourseRecordSchema, ProfileEducationRecordSchema, ProfileExternalAccountRecordSchema, ProfileHonorRecordSchema, ProfileInvolvementRecordSchema, ProfileLanguageRecordSchema, ProfilePositionRecordSchema, ProfilePresentationDeliveryRecordSchema, ProfilePresentationRecordSchema, ProfileProjectRecordSchema, ProfilePublicationRecordSchema, ProfileSelfRecordSchema, ProfileSkillRecordSchema, ProfileVolunteeringRecordSchema, PublicationAuthorSchema, ROADMAP_ISSUES_REPO, ROADMAP_ITEM_META, SECTION_GROUPS, SECTION_LABELS, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, STREAM_VERBS, SifaFeedItemSchema, VERIFICATION_PROVIDERS, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, atUriSchema, buildTalkSlug, categoryForApp, certDateExtractor, cidSchema, classifyEntityRef, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, datetimeSchema, decodeFeedCursor, dedupeSkills, detectPdsProvider, didSchema, dimensionsFromInputs, durationFromMinutes, encodeFeedCursor, entityDisambiguationLabel, entityResultKey, externalRecordRefSchema, filterHidden, findIndustry, formatCompanyName, formatDateRange, formatDistanceToNow, formatLocation, formatPresentationDuration, formatRelativeTime, formatTimelineDate, getActivityTaxonomyVersion, getActivityTier, getActivityVerbsVersion, getAppCategoryIcon, getAppIdForCollection, getArtifactLinkKindLabel, getCalendarEventModeLabel, getCalendarEventStatusLabel, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getInvolvementKindHeading, getInvolvementKindLabel, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPresentationLinkTypeLabel, getPresentationRoleLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getVerificationProvider, getVisibleSectionIds, getWorkplaceTypeLabel, groupInvolvementByHeading, groupSkillsByCategory, groupSkillsBySubCategory, groupSkillsForDisplay, hasAdultContent, hasPersonalProfileContent, hoistPrimary, isAppCategory, isCompanyPageIndexable, isCompanyRequired, isKnownAppId, isKnownPlatform, isKnownVerificationProvider, isLinked, isPseudoEmployer, isRegistrableDomainHandle, isSectionPopulated, isValidRgbColor, isVisibleActivityItem, languageTagSchema, lexiconDateExtractor, limitCombiningMarks, looksLikeDomain, makeGraphFollowRecordSchema, maxGraphemes, meetsContrastAA, normalizeCompanyKey, normalizeLegalForm, normalizeOpenTo, normalizePlatformId, normalizePresentationMode, normalizePresentationRole, normalizeWorkplaceTypes, openToTokenToValue, openToValueToToken, parseIntendedAudiences, parseLocationString, parsePresentationDuration, parseTalkRkey, partialDateSchema, pdsProviderFromApi, pickPrimaryPosition, presentationCsvRowToRecord, presentationDeliveryCsvRowToRecord, primaryVerification, profileToDimensionInputs, qualifiesAsOrg, relativeLuminance, rendersCompanyProfile, rendersPersonalProfile, resolveAccountFacetMode, resolveCardHealth, resolveCardUrl, resolveEmbed, resolveVerifierProvider, rgbToString, roadmapIssueUrl, sanitizeDisplayText, sanitizeHandleInput, searchResultDisambiguation, selfLabelsSchema, singleDateExtractor, skillRefSchema, slugifyTitle, sortByActiveDateRange, sortByDateDesc, sortCertifications, sortEducation, sortHonors, sortLanguages, sortLanguagesByProficiency, sortPositions, sortProjects, sortPublications, streamAddressSchema, streamAuthorSchema, streamCardBodySchema, streamCardSubjectSchema, streamCardVMSchema, streamExternalLinkSchema, streamGeoSchema, streamMediaSchema, streamRichSegmentSchema, streamSourceSchema, streamThemeSchema, streamVerbSchema, stripHtmlToText, strongRefSchema, summarizePresentationDeliveries, summarizeProfileView, toStreamCardVM, toStreamCardVMs, truncateGraphemes, uriSchema, verbForCollection, visibleItems, youtubeThumbnailUrl, youtubeVideoId };
|
|
4888
5355
|
//# sourceMappingURL=index.js.map
|