@singi-labs/sifa-sdk 0.10.1 → 0.10.2
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 +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -267,7 +267,6 @@ declare const APP_CATEGORY_MAP: {
|
|
|
267
267
|
readonly grain: "Photos";
|
|
268
268
|
readonly whitewind: "Articles";
|
|
269
269
|
readonly frontpage: "Links";
|
|
270
|
-
readonly picosky: "Chat";
|
|
271
270
|
readonly pastesphere: "Pastes";
|
|
272
271
|
readonly standard: "Articles";
|
|
273
272
|
readonly aetheros: "Pages";
|
package/dist/index.d.ts
CHANGED
|
@@ -267,7 +267,6 @@ declare const APP_CATEGORY_MAP: {
|
|
|
267
267
|
readonly grain: "Photos";
|
|
268
268
|
readonly whitewind: "Articles";
|
|
269
269
|
readonly frontpage: "Links";
|
|
270
|
-
readonly picosky: "Chat";
|
|
271
270
|
readonly pastesphere: "Pastes";
|
|
272
271
|
readonly standard: "Articles";
|
|
273
272
|
readonly aetheros: "Pages";
|
package/dist/index.js
CHANGED
|
@@ -834,7 +834,6 @@ var APP_CATEGORY_MAP = {
|
|
|
834
834
|
grain: "Photos",
|
|
835
835
|
whitewind: "Articles",
|
|
836
836
|
frontpage: "Links",
|
|
837
|
-
picosky: "Chat",
|
|
838
837
|
pastesphere: "Pastes",
|
|
839
838
|
standard: "Articles",
|
|
840
839
|
aetheros: "Pages",
|
|
@@ -2067,7 +2066,7 @@ var ProfileVolunteeringRecordSchema = z.object({
|
|
|
2067
2066
|
});
|
|
2068
2067
|
|
|
2069
2068
|
// src/index.ts
|
|
2070
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2069
|
+
var SIFA_SDK_VERSION = "0.10.2";
|
|
2071
2070
|
|
|
2072
2071
|
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
2072
|
//# sourceMappingURL=index.js.map
|