@singi-labs/sifa-sdk 0.10.12 → 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.d.cts CHANGED
@@ -226,6 +226,9 @@ declare const APP_CATEGORIES: {
226
226
  readonly Code: {
227
227
  readonly phosphorIcon: "Code";
228
228
  };
229
+ readonly Domains: {
230
+ readonly phosphorIcon: "Globe";
231
+ };
229
232
  readonly Endorsements: {
230
233
  readonly phosphorIcon: "HandHeart";
231
234
  };
@@ -325,6 +328,7 @@ declare const APP_CATEGORY_MAP: {
325
328
  readonly atmorsvp: "Events";
326
329
  readonly opensocial: "Social";
327
330
  readonly kevara: "Events";
331
+ readonly marque: "Domains";
328
332
  readonly linkat: "Links";
329
333
  readonly kipclip: "Links";
330
334
  readonly statusphere: "Social";
package/dist/index.d.ts CHANGED
@@ -226,6 +226,9 @@ declare const APP_CATEGORIES: {
226
226
  readonly Code: {
227
227
  readonly phosphorIcon: "Code";
228
228
  };
229
+ readonly Domains: {
230
+ readonly phosphorIcon: "Globe";
231
+ };
229
232
  readonly Endorsements: {
230
233
  readonly phosphorIcon: "HandHeart";
231
234
  };
@@ -325,6 +328,7 @@ declare const APP_CATEGORY_MAP: {
325
328
  readonly atmorsvp: "Events";
326
329
  readonly opensocial: "Social";
327
330
  readonly kevara: "Events";
331
+ readonly marque: "Domains";
328
332
  readonly linkat: "Links";
329
333
  readonly kipclip: "Links";
330
334
  readonly statusphere: "Social";
package/dist/index.js CHANGED
@@ -882,6 +882,7 @@ var APP_CATEGORIES = {
882
882
  Articles: { phosphorIcon: "Article" },
883
883
  Chat: { phosphorIcon: "ChatsCircle" },
884
884
  Code: { phosphorIcon: "Code" },
885
+ Domains: { phosphorIcon: "Globe" },
885
886
  Endorsements: { phosphorIcon: "HandHeart" },
886
887
  Events: { phosphorIcon: "CalendarBlank" },
887
888
  Links: { phosphorIcon: "LinkSimple" },
@@ -947,6 +948,9 @@ var APP_CATEGORY_MAP = {
947
948
  // declaration (talk topics, formats like keynote/panel/conference-talk).
948
949
  // Grouped under Events as the closest fit (speaking engagements).
949
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",
950
954
  // Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
951
955
  // no backend scan collection yet)
952
956
  linkat: "Links",
@@ -2319,7 +2323,7 @@ var ProfileVolunteeringRecordSchema = z.object({
2319
2323
  });
2320
2324
 
2321
2325
  // src/index.ts
2322
- var SIFA_SDK_VERSION = "0.10.12";
2326
+ var SIFA_SDK_VERSION = "0.10.13";
2323
2327
 
2324
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 };
2325
2329
  //# sourceMappingURL=index.js.map