@singi-labs/sifa-sdk 0.11.6 → 0.11.7
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 +14 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -354,6 +354,7 @@ declare const APP_CATEGORY_MAP: {
|
|
|
354
354
|
readonly opensocial: "Social";
|
|
355
355
|
readonly kevara: "Events";
|
|
356
356
|
readonly marque: "Domains";
|
|
357
|
+
readonly atcr: "Code";
|
|
357
358
|
readonly linkat: "Links";
|
|
358
359
|
readonly kipclip: "Links";
|
|
359
360
|
readonly statusphere: "Social";
|
package/dist/index.d.ts
CHANGED
|
@@ -354,6 +354,7 @@ declare const APP_CATEGORY_MAP: {
|
|
|
354
354
|
readonly opensocial: "Social";
|
|
355
355
|
readonly kevara: "Events";
|
|
356
356
|
readonly marque: "Domains";
|
|
357
|
+
readonly atcr: "Code";
|
|
357
358
|
readonly linkat: "Links";
|
|
358
359
|
readonly kipclip: "Links";
|
|
359
360
|
readonly statusphere: "Social";
|
package/dist/index.js
CHANGED
|
@@ -966,6 +966,10 @@ var APP_CATEGORY_MAP = {
|
|
|
966
966
|
// Marque domain registrar — a domain registration record is a dated
|
|
967
967
|
// identity/ownership action, surfaced as a "registered a domain" event.
|
|
968
968
|
marque: "Domains",
|
|
969
|
+
// ATCR (io.atcr) — distributed OCI container registry. The portfolio entry
|
|
970
|
+
// is io.atcr.repo.page (a published repository with a markdown README);
|
|
971
|
+
// manifests and tags are low-level artifacts excluded backend-side.
|
|
972
|
+
atcr: "Code",
|
|
969
973
|
// Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
|
|
970
974
|
// no backend scan collection yet)
|
|
971
975
|
linkat: "Links",
|
|
@@ -1902,6 +1906,13 @@ var APP_URL_PATTERNS = Object.freeze({
|
|
|
1902
1906
|
// Kevara (professional network) has no live public web surface yet — its
|
|
1903
1907
|
// domain doesn't resolve and there's no per-record viewer. Recognized so
|
|
1904
1908
|
// the speaker-directory card renders with the right pill, but non-clickable.
|
|
1909
|
+
},
|
|
1910
|
+
atcr: {
|
|
1911
|
+
// ATCR repositories live at /r/{handle}/{repository}, where the rkey of an
|
|
1912
|
+
// io.atcr.repo.page record is the repository name. Verified live: GET
|
|
1913
|
+
// /r/{handle}/{rkey} and /u/{handle} both return 200.
|
|
1914
|
+
urlPattern: "https://atcr.io/r/{handle}/{rkey}",
|
|
1915
|
+
profileUrlPattern: "https://atcr.io/u/{handle}"
|
|
1905
1916
|
}
|
|
1906
1917
|
});
|
|
1907
1918
|
var COLLECTION_TO_APP = [
|
|
@@ -1947,7 +1958,8 @@ var COLLECTION_TO_APP = [
|
|
|
1947
1958
|
["social.crate.", "crate"],
|
|
1948
1959
|
["quest.atmo.", "atmorsvp"],
|
|
1949
1960
|
["community.opensocial.", "opensocial"],
|
|
1950
|
-
["is.kevara.", "kevara"]
|
|
1961
|
+
["is.kevara.", "kevara"],
|
|
1962
|
+
["io.atcr.", "atcr"]
|
|
1951
1963
|
];
|
|
1952
1964
|
|
|
1953
1965
|
// src/cards/resolve-card-url.ts
|
|
@@ -2582,7 +2594,7 @@ var ProfileVolunteeringRecordSchema = z.object({
|
|
|
2582
2594
|
});
|
|
2583
2595
|
|
|
2584
2596
|
// src/index.ts
|
|
2585
|
-
var SIFA_SDK_VERSION = "0.11.
|
|
2597
|
+
var SIFA_SDK_VERSION = "0.11.7";
|
|
2586
2598
|
|
|
2587
2599
|
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, ADULT_CONTENT_LABELS, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, AtmosphereFeedItemSchema, CALENDAR_EVENT_MODE_LABELS, CALENDAR_EVENT_STATUS_LABELS, 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, PRESENTATION_LINK_TYPE_LABELS, PRESENTATION_LINK_TYPE_OPTIONS, PRESENTATION_ROLE_LABELS, PRESENTATION_ROLE_OPTIONS, PUBLISHERS, PresentationDurationSchema, PresentationLinkSchema, ProfileCertificationRecordSchema, ProfileCourseRecordSchema, ProfileEducationRecordSchema, ProfileExternalAccountRecordSchema, ProfileHonorRecordSchema, ProfileLanguageRecordSchema, ProfilePositionRecordSchema, ProfilePresentationDeliveryRecordSchema, ProfilePresentationRecordSchema, 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, durationFromMinutes, encodeFeedCursor, externalRecordRefSchema, findIndustry, formatDistanceToNow, formatLocation, formatPresentationDuration, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getCalendarEventModeLabel, getCalendarEventStatusLabel, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPresentationLinkTypeLabel, getPresentationRoleLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, hasAdultContent, isAppCategory, isCompanyRequired, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, languageTagSchema, lexiconDateExtractor, limitCombiningMarks, makeGraphFollowRecordSchema, maxGraphemes, meetsContrastAA, normalizeOpenTo, normalizePlatformId, normalizePresentationMode, normalizePresentationRole, normalizeWorkplaceTypes, openToTokenToValue, openToValueToToken, parseIntendedAudiences, parseLocationString, parsePresentationDuration, pdsProviderFromApi, pickPrimaryPosition, presentationCsvRowToRecord, presentationDeliveryCsvRowToRecord, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, selfLabelsSchema, singleDateExtractor, sortByDateDesc, stripHtmlToText, strongRefSchema, summarizePresentationDeliveries, truncateGraphemes, uriSchema };
|
|
2588
2600
|
//# sourceMappingURL=index.js.map
|