@singi-labs/sifa-sdk 0.10.11 → 0.10.13
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 +35 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -1
- package/dist/index.d.ts +21 -1
- package/dist/index.js +34 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -82,6 +82,14 @@ declare function openToValueToToken(value: string | undefined | null): string |
|
|
|
82
82
|
* can choose their own fallback (e.g. render the raw value).
|
|
83
83
|
*/
|
|
84
84
|
declare function getOpenToLabelKey(value: string | undefined | null): string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Normalize a list of `openTo` values: resolve legacy aliases to their
|
|
87
|
+
* canonical value, then dedup while preserving first-seen order. Unknown tokens
|
|
88
|
+
* pass through untouched (forward-compat). Used by the editor (so a legacy token
|
|
89
|
+
* maps onto a real option and migrates forward on save) and by display (so a
|
|
90
|
+
* record carrying both the legacy and canonical token renders a single badge).
|
|
91
|
+
*/
|
|
92
|
+
declare function normalizeOpenTo(values: readonly string[]): string[];
|
|
85
93
|
|
|
86
94
|
/**
|
|
87
95
|
* Workplace-type taxonomy. Mirrors `id.sifa.defs#workplaceType.knownValues`
|
|
@@ -97,6 +105,14 @@ declare const WORKPLACE_TYPE_OPTIONS: WorkplaceTypeOption[];
|
|
|
97
105
|
declare const WORKPLACE_TYPE_LABELS: Record<string, string>;
|
|
98
106
|
/** Resolve a label for a workplace-type token. Falls back to the raw value. */
|
|
99
107
|
declare function getWorkplaceTypeLabel(value: string | undefined | null): string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* Normalize a list of workplace-type tokens: resolve legacy aliases to their
|
|
110
|
+
* canonical token, then dedup while preserving first-seen order. Unknown tokens
|
|
111
|
+
* pass through untouched (forward-compat). Used by the editor (so a legacy token
|
|
112
|
+
* maps onto a real option and migrates forward on save) and by display (so a
|
|
113
|
+
* record carrying both the legacy and canonical token renders a single badge).
|
|
114
|
+
*/
|
|
115
|
+
declare function normalizeWorkplaceTypes(values: readonly string[]): string[];
|
|
100
116
|
|
|
101
117
|
/**
|
|
102
118
|
* Platform identifiers, labels, and URL helpers used in profile external accounts.
|
|
@@ -210,6 +226,9 @@ declare const APP_CATEGORIES: {
|
|
|
210
226
|
readonly Code: {
|
|
211
227
|
readonly phosphorIcon: "Code";
|
|
212
228
|
};
|
|
229
|
+
readonly Domains: {
|
|
230
|
+
readonly phosphorIcon: "Globe";
|
|
231
|
+
};
|
|
213
232
|
readonly Endorsements: {
|
|
214
233
|
readonly phosphorIcon: "HandHeart";
|
|
215
234
|
};
|
|
@@ -309,6 +328,7 @@ declare const APP_CATEGORY_MAP: {
|
|
|
309
328
|
readonly atmorsvp: "Events";
|
|
310
329
|
readonly opensocial: "Social";
|
|
311
330
|
readonly kevara: "Events";
|
|
331
|
+
readonly marque: "Domains";
|
|
312
332
|
readonly linkat: "Links";
|
|
313
333
|
readonly kipclip: "Links";
|
|
314
334
|
readonly statusphere: "Social";
|
|
@@ -804,4 +824,4 @@ declare function pickPrimaryPosition<T extends PrimaryPositionCandidate>(positio
|
|
|
804
824
|
*/
|
|
805
825
|
declare const SIFA_SDK_VERSION: string;
|
|
806
826
|
|
|
807
|
-
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, type ActivityItemForUrl, type ActivityTaxonomy, type ActivityTier, type AppCategoryId, type AppUrlPatterns, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, type ContinentCode, DIMENSIONS_MAX_SCORE, type DimensionKey, type DimensionMap, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, type EmploymentTypeGroup, type EmploymentTypeOption, INDUSTRY_OPTIONS, type IndustryOption, type KnownAppId, type LexiconEntry, LocationValue, MIN_SKILLS, type MergedProfileSkill, OPEN_TO_OPTIONS, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, type OpenToGroup, type OpenToOption, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, type PdsProvider, PdsProviderInfo, type PlatformId, type PrimaryPositionCandidate, Profile, type ProfileCompletion, type ProfileDimensionInputs, ProfileSkill, type Publisher, type RgbColor, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, type SkillCategory, type TierMeta, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, type WorkplaceTypeOption, categoryForApp, certDateExtractor, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, dedupeSkills, detectPdsProvider, dimensionsFromInputs, findIndustry, formatDistanceToNow, formatLocation, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, lexiconDateExtractor, limitCombiningMarks, meetsContrastAA, openToTokenToValue, openToValueToToken, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, singleDateExtractor, sortByDateDesc, truncateGraphemes };
|
|
827
|
+
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, type ActivityItemForUrl, type ActivityTaxonomy, type ActivityTier, type AppCategoryId, type AppUrlPatterns, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, type ContinentCode, DIMENSIONS_MAX_SCORE, type DimensionKey, type DimensionMap, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, type EmploymentTypeGroup, type EmploymentTypeOption, INDUSTRY_OPTIONS, type IndustryOption, type KnownAppId, type LexiconEntry, LocationValue, MIN_SKILLS, type MergedProfileSkill, OPEN_TO_OPTIONS, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, type OpenToGroup, type OpenToOption, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, type PdsProvider, PdsProviderInfo, type PlatformId, type PrimaryPositionCandidate, Profile, type ProfileCompletion, type ProfileDimensionInputs, ProfileSkill, type Publisher, type RgbColor, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, type SkillCategory, type TierMeta, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, type WorkplaceTypeOption, categoryForApp, certDateExtractor, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, dedupeSkills, detectPdsProvider, dimensionsFromInputs, findIndustry, formatDistanceToNow, formatLocation, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, lexiconDateExtractor, limitCombiningMarks, meetsContrastAA, normalizeOpenTo, normalizeWorkplaceTypes, openToTokenToValue, openToValueToToken, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, singleDateExtractor, sortByDateDesc, truncateGraphemes };
|
package/dist/index.d.ts
CHANGED
|
@@ -82,6 +82,14 @@ declare function openToValueToToken(value: string | undefined | null): string |
|
|
|
82
82
|
* can choose their own fallback (e.g. render the raw value).
|
|
83
83
|
*/
|
|
84
84
|
declare function getOpenToLabelKey(value: string | undefined | null): string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Normalize a list of `openTo` values: resolve legacy aliases to their
|
|
87
|
+
* canonical value, then dedup while preserving first-seen order. Unknown tokens
|
|
88
|
+
* pass through untouched (forward-compat). Used by the editor (so a legacy token
|
|
89
|
+
* maps onto a real option and migrates forward on save) and by display (so a
|
|
90
|
+
* record carrying both the legacy and canonical token renders a single badge).
|
|
91
|
+
*/
|
|
92
|
+
declare function normalizeOpenTo(values: readonly string[]): string[];
|
|
85
93
|
|
|
86
94
|
/**
|
|
87
95
|
* Workplace-type taxonomy. Mirrors `id.sifa.defs#workplaceType.knownValues`
|
|
@@ -97,6 +105,14 @@ declare const WORKPLACE_TYPE_OPTIONS: WorkplaceTypeOption[];
|
|
|
97
105
|
declare const WORKPLACE_TYPE_LABELS: Record<string, string>;
|
|
98
106
|
/** Resolve a label for a workplace-type token. Falls back to the raw value. */
|
|
99
107
|
declare function getWorkplaceTypeLabel(value: string | undefined | null): string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* Normalize a list of workplace-type tokens: resolve legacy aliases to their
|
|
110
|
+
* canonical token, then dedup while preserving first-seen order. Unknown tokens
|
|
111
|
+
* pass through untouched (forward-compat). Used by the editor (so a legacy token
|
|
112
|
+
* maps onto a real option and migrates forward on save) and by display (so a
|
|
113
|
+
* record carrying both the legacy and canonical token renders a single badge).
|
|
114
|
+
*/
|
|
115
|
+
declare function normalizeWorkplaceTypes(values: readonly string[]): string[];
|
|
100
116
|
|
|
101
117
|
/**
|
|
102
118
|
* Platform identifiers, labels, and URL helpers used in profile external accounts.
|
|
@@ -210,6 +226,9 @@ declare const APP_CATEGORIES: {
|
|
|
210
226
|
readonly Code: {
|
|
211
227
|
readonly phosphorIcon: "Code";
|
|
212
228
|
};
|
|
229
|
+
readonly Domains: {
|
|
230
|
+
readonly phosphorIcon: "Globe";
|
|
231
|
+
};
|
|
213
232
|
readonly Endorsements: {
|
|
214
233
|
readonly phosphorIcon: "HandHeart";
|
|
215
234
|
};
|
|
@@ -309,6 +328,7 @@ declare const APP_CATEGORY_MAP: {
|
|
|
309
328
|
readonly atmorsvp: "Events";
|
|
310
329
|
readonly opensocial: "Social";
|
|
311
330
|
readonly kevara: "Events";
|
|
331
|
+
readonly marque: "Domains";
|
|
312
332
|
readonly linkat: "Links";
|
|
313
333
|
readonly kipclip: "Links";
|
|
314
334
|
readonly statusphere: "Social";
|
|
@@ -804,4 +824,4 @@ declare function pickPrimaryPosition<T extends PrimaryPositionCandidate>(positio
|
|
|
804
824
|
*/
|
|
805
825
|
declare const SIFA_SDK_VERSION: string;
|
|
806
826
|
|
|
807
|
-
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, type ActivityItemForUrl, type ActivityTaxonomy, type ActivityTier, type AppCategoryId, type AppUrlPatterns, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, type ContinentCode, DIMENSIONS_MAX_SCORE, type DimensionKey, type DimensionMap, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, type EmploymentTypeGroup, type EmploymentTypeOption, INDUSTRY_OPTIONS, type IndustryOption, type KnownAppId, type LexiconEntry, LocationValue, MIN_SKILLS, type MergedProfileSkill, OPEN_TO_OPTIONS, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, type OpenToGroup, type OpenToOption, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, type PdsProvider, PdsProviderInfo, type PlatformId, type PrimaryPositionCandidate, Profile, type ProfileCompletion, type ProfileDimensionInputs, ProfileSkill, type Publisher, type RgbColor, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, type SkillCategory, type TierMeta, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, type WorkplaceTypeOption, categoryForApp, certDateExtractor, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, dedupeSkills, detectPdsProvider, dimensionsFromInputs, findIndustry, formatDistanceToNow, formatLocation, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, lexiconDateExtractor, limitCombiningMarks, meetsContrastAA, openToTokenToValue, openToValueToToken, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, singleDateExtractor, sortByDateDesc, truncateGraphemes };
|
|
827
|
+
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, type ActivityItemForUrl, type ActivityTaxonomy, type ActivityTier, type AppCategoryId, type AppUrlPatterns, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, type ContinentCode, DIMENSIONS_MAX_SCORE, type DimensionKey, type DimensionMap, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, type EmploymentTypeGroup, type EmploymentTypeOption, INDUSTRY_OPTIONS, type IndustryOption, type KnownAppId, type LexiconEntry, LocationValue, MIN_SKILLS, type MergedProfileSkill, OPEN_TO_OPTIONS, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, type OpenToGroup, type OpenToOption, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, type PdsProvider, PdsProviderInfo, type PlatformId, type PrimaryPositionCandidate, Profile, type ProfileCompletion, type ProfileDimensionInputs, ProfileSkill, type Publisher, type RgbColor, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, type SkillCategory, type TierMeta, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, type WorkplaceTypeOption, categoryForApp, certDateExtractor, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, dedupeSkills, detectPdsProvider, dimensionsFromInputs, findIndustry, formatDistanceToNow, formatLocation, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, lexiconDateExtractor, limitCombiningMarks, meetsContrastAA, normalizeOpenTo, normalizeWorkplaceTypes, openToTokenToValue, openToValueToToken, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, singleDateExtractor, sortByDateDesc, truncateGraphemes };
|
package/dist/index.js
CHANGED
|
@@ -724,6 +724,20 @@ function getOpenToLabelKey(value) {
|
|
|
724
724
|
if (!value) return void 0;
|
|
725
725
|
return OPEN_TO_LABEL_KEY_MAP[value];
|
|
726
726
|
}
|
|
727
|
+
var OPEN_TO_LEGACY_VALUE_ALIASES = {
|
|
728
|
+
"id.sifa.defs#mentoring": "id.sifa.defs#mentoringOthers"
|
|
729
|
+
};
|
|
730
|
+
function normalizeOpenTo(values) {
|
|
731
|
+
const seen = /* @__PURE__ */ new Set();
|
|
732
|
+
const out = [];
|
|
733
|
+
for (const value of values) {
|
|
734
|
+
const canonical = OPEN_TO_LEGACY_VALUE_ALIASES[value] ?? value;
|
|
735
|
+
if (seen.has(canonical)) continue;
|
|
736
|
+
seen.add(canonical);
|
|
737
|
+
out.push(canonical);
|
|
738
|
+
}
|
|
739
|
+
return out;
|
|
740
|
+
}
|
|
727
741
|
|
|
728
742
|
// src/taxonomy/workplace-type.ts
|
|
729
743
|
var WORKPLACE_TYPE_OPTIONS = [
|
|
@@ -741,6 +755,20 @@ function getWorkplaceTypeLabel(value) {
|
|
|
741
755
|
if (!value) return void 0;
|
|
742
756
|
return WORKPLACE_TYPE_LABELS[value] ?? value;
|
|
743
757
|
}
|
|
758
|
+
var WORKPLACE_TYPE_LEGACY_ALIASES = {
|
|
759
|
+
"id.sifa.defs#remote": "id.sifa.defs#remoteGlobal"
|
|
760
|
+
};
|
|
761
|
+
function normalizeWorkplaceTypes(values) {
|
|
762
|
+
const seen = /* @__PURE__ */ new Set();
|
|
763
|
+
const out = [];
|
|
764
|
+
for (const value of values) {
|
|
765
|
+
const canonical = WORKPLACE_TYPE_LEGACY_ALIASES[value] ?? value;
|
|
766
|
+
if (seen.has(canonical)) continue;
|
|
767
|
+
seen.add(canonical);
|
|
768
|
+
out.push(canonical);
|
|
769
|
+
}
|
|
770
|
+
return out;
|
|
771
|
+
}
|
|
744
772
|
|
|
745
773
|
// src/taxonomy/platforms.ts
|
|
746
774
|
var PLATFORM_LABELS = {
|
|
@@ -854,6 +882,7 @@ var APP_CATEGORIES = {
|
|
|
854
882
|
Articles: { phosphorIcon: "Article" },
|
|
855
883
|
Chat: { phosphorIcon: "ChatsCircle" },
|
|
856
884
|
Code: { phosphorIcon: "Code" },
|
|
885
|
+
Domains: { phosphorIcon: "Globe" },
|
|
857
886
|
Endorsements: { phosphorIcon: "HandHeart" },
|
|
858
887
|
Events: { phosphorIcon: "CalendarBlank" },
|
|
859
888
|
Links: { phosphorIcon: "LinkSimple" },
|
|
@@ -919,6 +948,9 @@ var APP_CATEGORY_MAP = {
|
|
|
919
948
|
// declaration (talk topics, formats like keynote/panel/conference-talk).
|
|
920
949
|
// Grouped under Events as the closest fit (speaking engagements).
|
|
921
950
|
kevara: "Events",
|
|
951
|
+
// Marque domain registrar — a domain registration record is a dated
|
|
952
|
+
// identity/ownership action, surfaced as a "registered a domain" event.
|
|
953
|
+
marque: "Domains",
|
|
922
954
|
// Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
|
|
923
955
|
// no backend scan collection yet)
|
|
924
956
|
linkat: "Links",
|
|
@@ -2291,8 +2323,8 @@ var ProfileVolunteeringRecordSchema = z.object({
|
|
|
2291
2323
|
});
|
|
2292
2324
|
|
|
2293
2325
|
// src/index.ts
|
|
2294
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2326
|
+
var SIFA_SDK_VERSION = "0.10.13";
|
|
2295
2327
|
|
|
2296
|
-
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, ADULT_CONTENT_LABELS, 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, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, ProfileCertificationRecordSchema, ProfileCourseRecordSchema, ProfileEducationRecordSchema, ProfileExternalAccountRecordSchema, ProfileHonorRecordSchema, ProfileLanguageRecordSchema, ProfilePositionRecordSchema, ProfileProjectRecordSchema, ProfilePublicationRecordSchema, ProfileSelfRecordSchema, ProfileSkillRecordSchema, ProfileVolunteeringRecordSchema, PublicationAuthorSchema, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, 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, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, hasAdultContent, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, languageTagSchema, lexiconDateExtractor, limitCombiningMarks, makeGraphFollowRecordSchema, maxGraphemes, meetsContrastAA, openToTokenToValue, openToValueToToken, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, selfLabelsSchema, singleDateExtractor, sortByDateDesc, strongRefSchema, truncateGraphemes, uriSchema };
|
|
2328
|
+
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, ADULT_CONTENT_LABELS, 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, OPEN_TO_TOKENS, OPEN_TO_TOKEN_TO_VALUE, OPEN_TO_VALUE_TO_TOKEN, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, ProfileCertificationRecordSchema, ProfileCourseRecordSchema, ProfileEducationRecordSchema, ProfileExternalAccountRecordSchema, ProfileHonorRecordSchema, ProfileLanguageRecordSchema, ProfilePositionRecordSchema, ProfileProjectRecordSchema, ProfilePublicationRecordSchema, ProfileSelfRecordSchema, ProfileSkillRecordSchema, ProfileVolunteeringRecordSchema, PublicationAuthorSchema, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, 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, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, hasAdultContent, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, languageTagSchema, lexiconDateExtractor, limitCombiningMarks, makeGraphFollowRecordSchema, maxGraphemes, meetsContrastAA, normalizeOpenTo, normalizeWorkplaceTypes, openToTokenToValue, openToValueToToken, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, selfLabelsSchema, singleDateExtractor, sortByDateDesc, strongRefSchema, truncateGraphemes, uriSchema };
|
|
2297
2329
|
//# sourceMappingURL=index.js.map
|
|
2298
2330
|
//# sourceMappingURL=index.js.map
|