@singi-labs/sifa-sdk 0.10.0 → 0.10.1
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -210,7 +210,7 @@ declare const APP_CATEGORIES: {
|
|
|
210
210
|
readonly phosphorIcon: "MusicNote";
|
|
211
211
|
};
|
|
212
212
|
readonly Pages: {
|
|
213
|
-
readonly phosphorIcon: "
|
|
213
|
+
readonly phosphorIcon: "Browser";
|
|
214
214
|
};
|
|
215
215
|
readonly Pastes: {
|
|
216
216
|
readonly phosphorIcon: "Clipboard";
|
package/dist/index.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ declare const APP_CATEGORIES: {
|
|
|
210
210
|
readonly phosphorIcon: "MusicNote";
|
|
211
211
|
};
|
|
212
212
|
readonly Pages: {
|
|
213
|
-
readonly phosphorIcon: "
|
|
213
|
+
readonly phosphorIcon: "Browser";
|
|
214
214
|
};
|
|
215
215
|
readonly Pastes: {
|
|
216
216
|
readonly phosphorIcon: "Clipboard";
|
package/dist/index.js
CHANGED
|
@@ -803,7 +803,7 @@ var APP_CATEGORIES = {
|
|
|
803
803
|
Links: { phosphorIcon: "LinkSimple" },
|
|
804
804
|
Lists: { phosphorIcon: "ListBullets" },
|
|
805
805
|
Music: { phosphorIcon: "MusicNote" },
|
|
806
|
-
Pages: { phosphorIcon: "
|
|
806
|
+
Pages: { phosphorIcon: "Browser" },
|
|
807
807
|
Pastes: { phosphorIcon: "Clipboard" },
|
|
808
808
|
Photos: { phosphorIcon: "Camera" },
|
|
809
809
|
Places: { phosphorIcon: "MapPin" },
|
|
@@ -2067,7 +2067,7 @@ var ProfileVolunteeringRecordSchema = z.object({
|
|
|
2067
2067
|
});
|
|
2068
2068
|
|
|
2069
2069
|
// src/index.ts
|
|
2070
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2070
|
+
var SIFA_SDK_VERSION = "0.10.1";
|
|
2071
2071
|
|
|
2072
2072
|
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, AtmosphereFeedItemSchema, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, DIMENSIONS_MAX_SCORE, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, EndorsementConfirmationRecordSchema, EndorsementRecordSchema, FEATURE_FLAGS, FeatureAllowlistEntrySchema, FeedActorSchema, FollowFeedItemSchema, FollowFeedPageSchema, FollowProfilePageSchema, FollowProfileSchema, GraphFollowRecordSchema, INDUSTRY_OPTIONS, MIN_SKILLS, OPEN_TO_OPTIONS, PLATFORM_LABELS, PLATFORM_OPTIONS, ProfileCertificationRecordSchema, ProfileCourseRecordSchema, ProfileEducationRecordSchema, ProfileExternalAccountRecordSchema, ProfileHonorRecordSchema, ProfileLanguageRecordSchema, ProfilePositionRecordSchema, ProfileProjectRecordSchema, ProfilePublicationRecordSchema, ProfileSelfRecordSchema, ProfileSkillRecordSchema, ProfileVolunteeringRecordSchema, PublicationAuthorSchema, SIFA_SDK_VERSION, SKILL_CATEGORIES, SifaFeedItemSchema, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, atUriSchema, categoryForApp, certDateExtractor, cidSchema, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, datetimeSchema, decodeFeedCursor, dedupeSkills, detectPdsProvider, didSchema, dimensionsFromInputs, encodeFeedCursor, findIndustry, formatDistanceToNow, formatLocation, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, languageTagSchema, lexiconDateExtractor, limitCombiningMarks, makeGraphFollowRecordSchema, maxGraphemes, meetsContrastAA, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, selfLabelsSchema, singleDateExtractor, sortByDateDesc, strongRefSchema, truncateGraphemes, uriSchema };
|
|
2073
2073
|
//# sourceMappingURL=index.js.map
|