@singi-labs/sifa-sdk 0.12.41 → 0.12.43

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.
@@ -1,4 +1,4 @@
1
- import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-BQoId34F.cjs';
1
+ import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-JKDlPIbL.cjs';
2
2
  import { F as FollowFeedPage, a as FollowProfileItem, b as FeatureAllowlistEntry, c as FeatureFlag } from './feed-C8aHEPw4.cjs';
3
3
  import { z } from 'zod';
4
4
  import { f as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, d as OrgDomainVerifyRequestInput } from './org-settings-B8e01iZx.cjs';
@@ -296,8 +296,12 @@ interface EndorsementInput {
296
296
  subjectDid: string;
297
297
  /** AT-URI of the subject's `id.sifa.profile.skill` record. */
298
298
  skillUri: string;
299
- /** CID of that skill record, pinning the endorsement to the version endorsed. */
300
- skillCid: string;
299
+ /**
300
+ * CID of that skill record, pinning the endorsement to the version endorsed.
301
+ * Optional: the AppView resolves it when omitted, which is the common case
302
+ * since only the firehose carries a CID. Never substitute another record's.
303
+ */
304
+ skillCid?: string;
301
305
  /**
302
306
  * Snapshot of the skill's name at endorsement time. Acts as the validity
303
307
  * anchor: if the subject later renames the skill, the mismatch is detectable.
@@ -1,4 +1,4 @@
1
- import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-BQoId34F.js';
1
+ import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-JKDlPIbL.js';
2
2
  import { F as FollowFeedPage, a as FollowProfileItem, b as FeatureAllowlistEntry, c as FeatureFlag } from './feed-C8aHEPw4.js';
3
3
  import { z } from 'zod';
4
4
  import { f as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, d as OrgDomainVerifyRequestInput } from './org-settings-B8e01iZx.js';
@@ -296,8 +296,12 @@ interface EndorsementInput {
296
296
  subjectDid: string;
297
297
  /** AT-URI of the subject's `id.sifa.profile.skill` record. */
298
298
  skillUri: string;
299
- /** CID of that skill record, pinning the endorsement to the version endorsed. */
300
- skillCid: string;
299
+ /**
300
+ * CID of that skill record, pinning the endorsement to the version endorsed.
301
+ * Optional: the AppView resolves it when omitted, which is the common case
302
+ * since only the firehose carries a CID. Never substitute another record's.
303
+ */
304
+ skillCid?: string;
301
305
  /**
302
306
  * Snapshot of the skill's name at endorsement time. Acts as the validity
303
307
  * anchor: if the subject later renames the skill, the mismatch is detectable.
@@ -1,4 +1,4 @@
1
- import { P as ProfileView } from './adult-content-BQoId34F.js';
1
+ import { P as ProfileView } from './adult-content-JKDlPIbL.js';
2
2
 
3
3
  /**
4
4
  * Compact professional summary derived from a {@link ProfileView}.
@@ -1,4 +1,4 @@
1
- import { P as ProfileView } from './adult-content-BQoId34F.cjs';
1
+ import { P as ProfileView } from './adult-content-JKDlPIbL.cjs';
2
2
 
3
3
  /**
4
4
  * Compact professional summary derived from a {@link ProfileView}.