@singi-labs/sifa-sdk 0.12.55 → 0.12.56
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 +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -699,6 +699,12 @@ var OPEN_TO_OPTIONS = [
|
|
|
699
699
|
token: "board",
|
|
700
700
|
group: "work"
|
|
701
701
|
},
|
|
702
|
+
{
|
|
703
|
+
value: "id.sifa.defs#speakingEngagements",
|
|
704
|
+
labelKey: "speakingEngagements",
|
|
705
|
+
token: "speaking",
|
|
706
|
+
group: "work"
|
|
707
|
+
},
|
|
702
708
|
{
|
|
703
709
|
value: "id.sifa.defs#mentoringOthers",
|
|
704
710
|
labelKey: "mentoringOthers",
|
|
@@ -5592,7 +5598,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5592
5598
|
}
|
|
5593
5599
|
|
|
5594
5600
|
// src/index.ts
|
|
5595
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5601
|
+
var SIFA_SDK_VERSION = "0.12.56";
|
|
5596
5602
|
|
|
5597
5603
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5598
5604
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|