@singi-labs/sifa-sdk 0.13.0 → 0.14.1
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-jNyd5QP7.d.cts → index-CTzpbW81.d.cts} +10 -0
- package/dist/{index-jNyd5QP7.d.ts → index-CTzpbW81.d.ts} +10 -0
- package/dist/index.cjs +39 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40 -5
- package/dist/index.d.ts +40 -5
- package/dist/index.js +39 -2
- package/dist/index.js.map +1 -1
- package/dist/jsonld/index.d.cts +1 -1
- package/dist/jsonld/index.d.ts +1 -1
- package/dist/{network-map-D223f7DM.d.cts → network-map-BEcmDuQo.d.cts} +14 -4
- package/dist/{network-map-CC9Dito-.d.ts → network-map-isNIwLjJ.d.ts} +14 -4
- package/dist/{org-zMZg_r7v.d.ts → org-BmxWk5e5.d.ts} +2 -2
- package/dist/{org-DCHb1xhw.d.cts → org-DCQ0CVhV.d.cts} +2 -2
- package/dist/{profile-summary-8fapqzHv.d.ts → profile-summary-Bj_vVxkv.d.ts} +1 -1
- package/dist/{profile-summary-DY78IoL9.d.cts → profile-summary-C557t4hr.d.cts} +1 -1
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +6 -6
- package/dist/query/fetchers/index.d.ts +6 -6
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.d.cts +5 -5
- package/dist/query/hooks/index.d.ts +5 -5
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +8 -8
- package/dist/query/index.d.ts +8 -8
- package/dist/query/index.js.map +1 -1
- package/dist/{types-8wAWvS-T.d.cts → types-DAEkBwRB.d.cts} +1 -1
- package/dist/{types-8JaS6abh.d.ts → types-zjv3qDWz.d.ts} +1 -1
- package/dist/{use-org-notification-emails-Bt-h3SAB.d.ts → use-org-notification-emails-CqoJgJKf.d.ts} +3 -3
- package/dist/{use-org-notification-emails-ByAvxb0x.d.cts → use-org-notification-emails-lU4L6aMl.d.cts} +3 -3
- package/package.json +1 -1
package/dist/jsonld/index.d.cts
CHANGED
package/dist/jsonld/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as Profile, d as ProfilePosition, S as SkillRef, w as PresentationLinkView } from './index-
|
|
2
|
-
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-
|
|
3
|
-
import { n as ProfileView } from './types-
|
|
4
|
-
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-
|
|
1
|
+
import { c as Profile, d as ProfilePosition, S as SkillRef, w as PresentationLinkView } from './index-CTzpbW81.cjs';
|
|
2
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-DCQ0CVhV.cjs';
|
|
3
|
+
import { n as ProfileView } from './types-DAEkBwRB.cjs';
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-C557t4hr.cjs';
|
|
5
5
|
import { j as EntitySearchResponse, E as EntitySearchResult, d as EntityMintDomainResponse, h as EntityResolveDomainResponse, m as EntitySelectRequest, o as EntitySelectResponse } from './feed-BMm9Pkew.cjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -267,6 +267,16 @@ interface SpeakerCard {
|
|
|
267
267
|
*/
|
|
268
268
|
recentEvents: string[];
|
|
269
269
|
eventsSelfReported: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* Up to 3 of the speaker's most-recent talks (self-reported), newest first.
|
|
272
|
+
* `rkey` builds the talk-page URL via `buildTalkSlug(title, rkey)`. Optional:
|
|
273
|
+
* absent from responses served before this field shipped, so consumers should
|
|
274
|
+
* default to an empty list.
|
|
275
|
+
*/
|
|
276
|
+
recentTalks?: {
|
|
277
|
+
title: string;
|
|
278
|
+
rkey: string;
|
|
279
|
+
}[];
|
|
270
280
|
}
|
|
271
281
|
interface SpeakersResponse {
|
|
272
282
|
speakers: SpeakerCard[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as Profile, d as ProfilePosition, S as SkillRef, w as PresentationLinkView } from './index-
|
|
2
|
-
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-
|
|
3
|
-
import { n as ProfileView } from './types-
|
|
4
|
-
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-
|
|
1
|
+
import { c as Profile, d as ProfilePosition, S as SkillRef, w as PresentationLinkView } from './index-CTzpbW81.js';
|
|
2
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-BmxWk5e5.js';
|
|
3
|
+
import { n as ProfileView } from './types-zjv3qDWz.js';
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-Bj_vVxkv.js';
|
|
5
5
|
import { j as EntitySearchResponse, E as EntitySearchResult, d as EntityMintDomainResponse, h as EntityResolveDomainResponse, m as EntitySelectRequest, o as EntitySelectResponse } from './feed-BMm9Pkew.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -267,6 +267,16 @@ interface SpeakerCard {
|
|
|
267
267
|
*/
|
|
268
268
|
recentEvents: string[];
|
|
269
269
|
eventsSelfReported: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* Up to 3 of the speaker's most-recent talks (self-reported), newest first.
|
|
272
|
+
* `rkey` builds the talk-page URL via `buildTalkSlug(title, rkey)`. Optional:
|
|
273
|
+
* absent from responses served before this field shipped, so consumers should
|
|
274
|
+
* default to an empty list.
|
|
275
|
+
*/
|
|
276
|
+
recentTalks?: {
|
|
277
|
+
title: string;
|
|
278
|
+
rkey: string;
|
|
279
|
+
}[];
|
|
270
280
|
}
|
|
271
281
|
interface SpeakersResponse {
|
|
272
282
|
speakers: SpeakerCard[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as ExternalAccount, Q as SkillSuggestion } from './index-
|
|
1
|
+
import { p as ExternalAccount, Q as SkillSuggestion } from './index-CTzpbW81.js';
|
|
2
2
|
import { y as FollowFeedPage, B as FollowProfileItem, q as FeatureAllowlistEntry, s as FeatureFlag } from './feed-BMm9Pkew.js';
|
|
3
|
-
import { b as ActivityLabel, t as RepoDeleteResult, w as RepoInventory } from './types-
|
|
3
|
+
import { b as ActivityLabel, t as RepoDeleteResult, w as RepoInventory } from './types-zjv3qDWz.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { d as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, a as OrgProfileUpdateRequestInput, c as OrgDomainVerifyRequestInput } from './org-settings-CZ_tmAYl.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as ExternalAccount, Q as SkillSuggestion } from './index-
|
|
1
|
+
import { p as ExternalAccount, Q as SkillSuggestion } from './index-CTzpbW81.cjs';
|
|
2
2
|
import { y as FollowFeedPage, B as FollowProfileItem, q as FeatureAllowlistEntry, s as FeatureFlag } from './feed-BMm9Pkew.cjs';
|
|
3
|
-
import { b as ActivityLabel, t as RepoDeleteResult, w as RepoInventory } from './types-
|
|
3
|
+
import { b as ActivityLabel, t as RepoDeleteResult, w as RepoInventory } from './types-DAEkBwRB.cjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { d as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, a as OrgProfileUpdateRequestInput, c as OrgDomainVerifyRequestInput } from './org-settings-CZ_tmAYl.cjs';
|
|
6
6
|
|