@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 +16 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist/{network-map-DpEQ65cq.d.ts → network-map-BFjdjlj3.d.ts} +1 -1
- package/dist/{network-map-CpwO3k-e.d.cts → network-map-D5PJAs_l.d.cts} +1 -1
- package/dist/{org-DJyiwPcL.d.cts → org-BOivj-0M.d.cts} +36 -1
- package/dist/{org-DxhtogOn.d.ts → org-Co9muK52.d.ts} +36 -1
- package/dist/query/fetchers/index.cjs +15 -0
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +3 -3
- package/dist/query/fetchers/index.d.ts +3 -3
- package/dist/query/fetchers/index.js +15 -1
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +23 -0
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +3 -3
- package/dist/query/hooks/index.d.ts +3 -3
- package/dist/query/hooks/index.js +23 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +1 -0
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +5 -5
- package/dist/query/index.d.ts +5 -5
- package/dist/query/index.js +1 -0
- package/dist/query/index.js.map +1 -1
- package/dist/{use-org-notification-emails-C3TuUp8c.d.ts → use-org-notification-emails-Cz6OldEp.d.ts} +8 -2
- package/dist/{use-org-notification-emails-ChctAwP5.d.cts → use-org-notification-emails-Do-Zjtf8.d.cts} +8 -2
- package/package.json +1 -1
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.
|
|
5819
|
+
var SIFA_SDK_VERSION = "0.12.76";
|
|
5805
5820
|
|
|
5806
5821
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5807
5822
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|