@singi-labs/sifa-sdk 0.12.73 → 0.12.75
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 +22 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +22 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -993,6 +993,7 @@ var APP_CATEGORIES = {
|
|
|
993
993
|
Reviews: { phosphorIcon: "Star" },
|
|
994
994
|
Slides: { phosphorIcon: "Presentation" },
|
|
995
995
|
Social: { phosphorIcon: "UsersThree" },
|
|
996
|
+
Translations: { phosphorIcon: "Translate" },
|
|
996
997
|
Verification: { phosphorIcon: "Key" },
|
|
997
998
|
Video: { phosphorIcon: "VideoCamera" }
|
|
998
999
|
};
|
|
@@ -1109,6 +1110,11 @@ var APP_CATEGORY_MAP = {
|
|
|
1109
1110
|
// Onboard from helene-cook.eu profile audit.
|
|
1110
1111
|
zeens: "Photos",
|
|
1111
1112
|
// app.photosky.collection — curated photo collections on zeens.app
|
|
1113
|
+
// Onboard from scanash.com profile audit.
|
|
1114
|
+
locale: "Translations",
|
|
1115
|
+
// at.locale.{project,translation} — localization projects and authored translation strings on locale.at
|
|
1116
|
+
pckt: "Posts",
|
|
1117
|
+
// blog.pckt.mini.post — microblog posts with no site.standard.document twin
|
|
1112
1118
|
// Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
|
|
1113
1119
|
// no backend scan collection yet)
|
|
1114
1120
|
linkat: "Links",
|
|
@@ -1154,6 +1160,21 @@ var activity_tiers_default = {
|
|
|
1154
1160
|
tier: "creation",
|
|
1155
1161
|
app: "atmobb"
|
|
1156
1162
|
},
|
|
1163
|
+
"at.locale.project": {
|
|
1164
|
+
tier: "creation",
|
|
1165
|
+
app: "locale",
|
|
1166
|
+
notes: "A localization project the actor owns: git source, source and target locales."
|
|
1167
|
+
},
|
|
1168
|
+
"at.locale.translation": {
|
|
1169
|
+
tier: "creation",
|
|
1170
|
+
app: "locale",
|
|
1171
|
+
notes: "One authored translated string for a message key in a target locale."
|
|
1172
|
+
},
|
|
1173
|
+
"blog.pckt.mini.post": {
|
|
1174
|
+
tier: "creation",
|
|
1175
|
+
app: "pckt",
|
|
1176
|
+
notes: "A pckt microblog post. Long-form pckt posts are site.standard.document instead."
|
|
1177
|
+
},
|
|
1157
1178
|
"app.photosky.collection": {
|
|
1158
1179
|
tier: "creation",
|
|
1159
1180
|
app: "zeens",
|
|
@@ -5795,7 +5816,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5795
5816
|
}
|
|
5796
5817
|
|
|
5797
5818
|
// src/index.ts
|
|
5798
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5819
|
+
var SIFA_SDK_VERSION = "0.12.75";
|
|
5799
5820
|
|
|
5800
5821
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5801
5822
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|