@singi-labs/sifa-sdk 0.12.74 → 0.12.76

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 CHANGED
@@ -1160,6 +1160,21 @@ var activity_tiers_default = {
1160
1160
  tier: "creation",
1161
1161
  app: "atmobb"
1162
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
+ },
1163
1178
  "app.photosky.collection": {
1164
1179
  tier: "creation",
1165
1180
  app: "zeens",
@@ -5801,7 +5816,7 @@ function describeSifaRecord(collection, value) {
5801
5816
  }
5802
5817
 
5803
5818
  // src/index.ts
5804
- var SIFA_SDK_VERSION = "0.12.74";
5819
+ var SIFA_SDK_VERSION = "0.12.76";
5805
5820
 
5806
5821
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5807
5822
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;