@singi-labs/sifa-sdk 0.10.12 → 0.10.14
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 +15 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.js +14 -3
- package/dist/index.js.map +1 -1
- package/dist/schemas/index.cjs +1 -1
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +1 -1
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/index.js +1 -1
- package/dist/schemas/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -34,6 +34,20 @@ declare const EMPLOYMENT_TYPE_GROUPS: EmploymentTypeGroup[];
|
|
|
34
34
|
declare const EMPLOYMENT_TYPE_LABELS: Record<string, string>;
|
|
35
35
|
/** Resolve a label for an employment-type token. Falls back to the raw value. */
|
|
36
36
|
declare function getEmploymentTypeLabel(value: string | undefined | null): string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Employment-type group whose members may omit a company name: independent
|
|
39
|
+
* workers (contract, freelance, self-employed, independent work) often have no
|
|
40
|
+
* separately named or registered entity. Derived from the group rather than a
|
|
41
|
+
* hand-maintained list so it stays in sync if the group's membership changes.
|
|
42
|
+
*/
|
|
43
|
+
declare const COMPANY_OPTIONAL_EMPLOYMENT_TYPES: ReadonlySet<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Whether a company name is required for a position with the given employment
|
|
46
|
+
* type. Company is optional for the Independent group; required otherwise,
|
|
47
|
+
* including when the employment type is unspecified (the conservative default,
|
|
48
|
+
* since most positions are at a named organization).
|
|
49
|
+
*/
|
|
50
|
+
declare function isCompanyRequired(employmentType: string | undefined | null): boolean;
|
|
37
51
|
|
|
38
52
|
/** Two-level industry/domain taxonomy for profile classification. */
|
|
39
53
|
interface IndustryOption {
|
|
@@ -226,6 +240,9 @@ declare const APP_CATEGORIES: {
|
|
|
226
240
|
readonly Code: {
|
|
227
241
|
readonly phosphorIcon: "Code";
|
|
228
242
|
};
|
|
243
|
+
readonly Domains: {
|
|
244
|
+
readonly phosphorIcon: "Globe";
|
|
245
|
+
};
|
|
229
246
|
readonly Endorsements: {
|
|
230
247
|
readonly phosphorIcon: "HandHeart";
|
|
231
248
|
};
|
|
@@ -325,6 +342,7 @@ declare const APP_CATEGORY_MAP: {
|
|
|
325
342
|
readonly atmorsvp: "Events";
|
|
326
343
|
readonly opensocial: "Social";
|
|
327
344
|
readonly kevara: "Events";
|
|
345
|
+
readonly marque: "Domains";
|
|
328
346
|
readonly linkat: "Links";
|
|
329
347
|
readonly kipclip: "Links";
|
|
330
348
|
readonly statusphere: "Social";
|
|
@@ -820,4 +838,4 @@ declare function pickPrimaryPosition<T extends PrimaryPositionCandidate>(positio
|
|
|
820
838
|
*/
|
|
821
839
|
declare const SIFA_SDK_VERSION: string;
|
|
822
840
|
|
|
823
|
-
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 };
|
|
841
|
+
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, COMPANY_OPTIONAL_EMPLOYMENT_TYPES, 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, isCompanyRequired, 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
|
@@ -34,6 +34,20 @@ declare const EMPLOYMENT_TYPE_GROUPS: EmploymentTypeGroup[];
|
|
|
34
34
|
declare const EMPLOYMENT_TYPE_LABELS: Record<string, string>;
|
|
35
35
|
/** Resolve a label for an employment-type token. Falls back to the raw value. */
|
|
36
36
|
declare function getEmploymentTypeLabel(value: string | undefined | null): string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Employment-type group whose members may omit a company name: independent
|
|
39
|
+
* workers (contract, freelance, self-employed, independent work) often have no
|
|
40
|
+
* separately named or registered entity. Derived from the group rather than a
|
|
41
|
+
* hand-maintained list so it stays in sync if the group's membership changes.
|
|
42
|
+
*/
|
|
43
|
+
declare const COMPANY_OPTIONAL_EMPLOYMENT_TYPES: ReadonlySet<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Whether a company name is required for a position with the given employment
|
|
46
|
+
* type. Company is optional for the Independent group; required otherwise,
|
|
47
|
+
* including when the employment type is unspecified (the conservative default,
|
|
48
|
+
* since most positions are at a named organization).
|
|
49
|
+
*/
|
|
50
|
+
declare function isCompanyRequired(employmentType: string | undefined | null): boolean;
|
|
37
51
|
|
|
38
52
|
/** Two-level industry/domain taxonomy for profile classification. */
|
|
39
53
|
interface IndustryOption {
|
|
@@ -226,6 +240,9 @@ declare const APP_CATEGORIES: {
|
|
|
226
240
|
readonly Code: {
|
|
227
241
|
readonly phosphorIcon: "Code";
|
|
228
242
|
};
|
|
243
|
+
readonly Domains: {
|
|
244
|
+
readonly phosphorIcon: "Globe";
|
|
245
|
+
};
|
|
229
246
|
readonly Endorsements: {
|
|
230
247
|
readonly phosphorIcon: "HandHeart";
|
|
231
248
|
};
|
|
@@ -325,6 +342,7 @@ declare const APP_CATEGORY_MAP: {
|
|
|
325
342
|
readonly atmorsvp: "Events";
|
|
326
343
|
readonly opensocial: "Social";
|
|
327
344
|
readonly kevara: "Events";
|
|
345
|
+
readonly marque: "Domains";
|
|
328
346
|
readonly linkat: "Links";
|
|
329
347
|
readonly kipclip: "Links";
|
|
330
348
|
readonly statusphere: "Social";
|
|
@@ -820,4 +838,4 @@ declare function pickPrimaryPosition<T extends PrimaryPositionCandidate>(positio
|
|
|
820
838
|
*/
|
|
821
839
|
declare const SIFA_SDK_VERSION: string;
|
|
822
840
|
|
|
823
|
-
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 };
|
|
841
|
+
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, COMPANY_OPTIONAL_EMPLOYMENT_TYPES, 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, isCompanyRequired, 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
|
@@ -452,6 +452,13 @@ function getEmploymentTypeLabel(value) {
|
|
|
452
452
|
if (!value) return void 0;
|
|
453
453
|
return EMPLOYMENT_TYPE_LABELS[value] ?? value;
|
|
454
454
|
}
|
|
455
|
+
var COMPANY_OPTIONAL_EMPLOYMENT_TYPES = new Set(
|
|
456
|
+
EMPLOYMENT_TYPE_GROUPS.find((g) => g.label === "Independent")?.items.map((i) => i.value) ?? []
|
|
457
|
+
);
|
|
458
|
+
function isCompanyRequired(employmentType) {
|
|
459
|
+
if (!employmentType) return true;
|
|
460
|
+
return !COMPANY_OPTIONAL_EMPLOYMENT_TYPES.has(employmentType);
|
|
461
|
+
}
|
|
455
462
|
|
|
456
463
|
// src/taxonomy/industry-taxonomy.ts
|
|
457
464
|
var INDUSTRY_OPTIONS = [
|
|
@@ -882,6 +889,7 @@ var APP_CATEGORIES = {
|
|
|
882
889
|
Articles: { phosphorIcon: "Article" },
|
|
883
890
|
Chat: { phosphorIcon: "ChatsCircle" },
|
|
884
891
|
Code: { phosphorIcon: "Code" },
|
|
892
|
+
Domains: { phosphorIcon: "Globe" },
|
|
885
893
|
Endorsements: { phosphorIcon: "HandHeart" },
|
|
886
894
|
Events: { phosphorIcon: "CalendarBlank" },
|
|
887
895
|
Links: { phosphorIcon: "LinkSimple" },
|
|
@@ -947,6 +955,9 @@ var APP_CATEGORY_MAP = {
|
|
|
947
955
|
// declaration (talk topics, formats like keynote/panel/conference-talk).
|
|
948
956
|
// Grouped under Events as the closest fit (speaking engagements).
|
|
949
957
|
kevara: "Events",
|
|
958
|
+
// Marque domain registrar — a domain registration record is a dated
|
|
959
|
+
// identity/ownership action, surfaced as a "registered a domain" event.
|
|
960
|
+
marque: "Domains",
|
|
950
961
|
// Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
|
|
951
962
|
// no backend scan collection yet)
|
|
952
963
|
linkat: "Links",
|
|
@@ -2252,7 +2263,7 @@ var ProfileLanguageRecordSchema = z.object({
|
|
|
2252
2263
|
createdAt: datetimeSchema
|
|
2253
2264
|
});
|
|
2254
2265
|
var ProfilePositionRecordSchema = z.object({
|
|
2255
|
-
company: z.string().min(1).refine(maxGraphemes(100)).max(1e3),
|
|
2266
|
+
company: z.string().min(1).refine(maxGraphemes(100)).max(1e3).optional(),
|
|
2256
2267
|
companyDid: didSchema.optional(),
|
|
2257
2268
|
title: z.string().min(1).refine(maxGraphemes(100)).max(1e3),
|
|
2258
2269
|
description: z.string().refine(maxGraphemes(5e3)).max(5e4).optional(),
|
|
@@ -2319,8 +2330,8 @@ var ProfileVolunteeringRecordSchema = z.object({
|
|
|
2319
2330
|
});
|
|
2320
2331
|
|
|
2321
2332
|
// src/index.ts
|
|
2322
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2333
|
+
var SIFA_SDK_VERSION = "0.10.14";
|
|
2323
2334
|
|
|
2324
|
-
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 };
|
|
2335
|
+
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, COMPANY_OPTIONAL_EMPLOYMENT_TYPES, 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, isCompanyRequired, 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 };
|
|
2325
2336
|
//# sourceMappingURL=index.js.map
|
|
2326
2337
|
//# sourceMappingURL=index.js.map
|