@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.
- package/dist/{adult-content-BQoId34F.d.cts → adult-content-JKDlPIbL.d.cts} +7 -0
- package/dist/{adult-content-BQoId34F.d.ts → adult-content-JKDlPIbL.d.ts} +7 -0
- package/dist/{index-G6PzQ3pi.d.ts → index-BsIdD2su.d.ts} +3 -3
- package/dist/{index-DtLGsgtE.d.ts → index-CIQinrgP.d.ts} +2 -2
- package/dist/{index-N8gKURnE.d.cts → index-DFSDtTFz.d.cts} +2 -2
- package/dist/{index-BH1UB5pv.d.cts → index-ti9RAkMn.d.cts} +3 -3
- package/dist/index.cjs +626 -159
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +626 -159
- package/dist/index.js.map +1 -1
- package/dist/{org-COY6uqeB.d.cts → org-C0OTQnnV.d.cts} +7 -3
- package/dist/{org-C3omwbKL.d.ts → org-EA4mshbf.d.ts} +7 -3
- package/dist/{profile-summary-cPc7uJVa.d.ts → profile-summary-C9E-HPeP.d.ts} +1 -1
- package/dist/{profile-summary-BmtnD3ix.d.cts → profile-summary-CSmXD7ll.d.cts} +1 -1
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +4 -4
- package/dist/query/fetchers/index.d.ts +4 -4
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +3 -3
- package/dist/query/hooks/index.d.ts +3 -3
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +7 -7
- package/dist/query/index.d.ts +7 -7
- package/dist/query/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-
|
|
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
|
-
/**
|
|
300
|
-
|
|
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-
|
|
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
|
-
/**
|
|
300
|
-
|
|
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.
|