@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.
Files changed (31) hide show
  1. package/dist/{index-jNyd5QP7.d.cts → index-CTzpbW81.d.cts} +10 -0
  2. package/dist/{index-jNyd5QP7.d.ts → index-CTzpbW81.d.ts} +10 -0
  3. package/dist/index.cjs +39 -1
  4. package/dist/index.cjs.map +1 -1
  5. package/dist/index.d.cts +40 -5
  6. package/dist/index.d.ts +40 -5
  7. package/dist/index.js +39 -2
  8. package/dist/index.js.map +1 -1
  9. package/dist/jsonld/index.d.cts +1 -1
  10. package/dist/jsonld/index.d.ts +1 -1
  11. package/dist/{network-map-D223f7DM.d.cts → network-map-BEcmDuQo.d.cts} +14 -4
  12. package/dist/{network-map-CC9Dito-.d.ts → network-map-isNIwLjJ.d.ts} +14 -4
  13. package/dist/{org-zMZg_r7v.d.ts → org-BmxWk5e5.d.ts} +2 -2
  14. package/dist/{org-DCHb1xhw.d.cts → org-DCQ0CVhV.d.cts} +2 -2
  15. package/dist/{profile-summary-8fapqzHv.d.ts → profile-summary-Bj_vVxkv.d.ts} +1 -1
  16. package/dist/{profile-summary-DY78IoL9.d.cts → profile-summary-C557t4hr.d.cts} +1 -1
  17. package/dist/query/fetchers/index.cjs.map +1 -1
  18. package/dist/query/fetchers/index.d.cts +6 -6
  19. package/dist/query/fetchers/index.d.ts +6 -6
  20. package/dist/query/fetchers/index.js.map +1 -1
  21. package/dist/query/hooks/index.d.cts +5 -5
  22. package/dist/query/hooks/index.d.ts +5 -5
  23. package/dist/query/index.cjs.map +1 -1
  24. package/dist/query/index.d.cts +8 -8
  25. package/dist/query/index.d.ts +8 -8
  26. package/dist/query/index.js.map +1 -1
  27. package/dist/{types-8wAWvS-T.d.cts → types-DAEkBwRB.d.cts} +1 -1
  28. package/dist/{types-8JaS6abh.d.ts → types-zjv3qDWz.d.ts} +1 -1
  29. package/dist/{use-org-notification-emails-Bt-h3SAB.d.ts → use-org-notification-emails-CqoJgJKf.d.ts} +3 -3
  30. package/dist/{use-org-notification-emails-ByAvxb0x.d.cts → use-org-notification-emails-lU4L6aMl.d.cts} +3 -3
  31. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { L as LocationValue } from '../index-jNyd5QP7.cjs';
1
+ import { L as LocationValue } from '../index-CTzpbW81.cjs';
2
2
 
3
3
  var vocabularies = {
4
4
  schema: "https://schema.org/",
@@ -1,4 +1,4 @@
1
- import { L as LocationValue } from '../index-jNyd5QP7.js';
1
+ import { L as LocationValue } from '../index-CTzpbW81.js';
2
2
 
3
3
  var vocabularies = {
4
4
  schema: "https://schema.org/",
@@ -1,7 +1,7 @@
1
- import { c as Profile, d as ProfilePosition, S as SkillRef, w as PresentationLinkView } from './index-jNyd5QP7.cjs';
2
- import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-DCHb1xhw.cjs';
3
- import { n as ProfileView } from './types-8wAWvS-T.cjs';
4
- import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-DY78IoL9.cjs';
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-jNyd5QP7.js';
2
- import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-zMZg_r7v.js';
3
- import { n as ProfileView } from './types-8JaS6abh.js';
4
- import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-8fapqzHv.js';
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-jNyd5QP7.js';
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-8JaS6abh.js';
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-jNyd5QP7.cjs';
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-8wAWvS-T.cjs';
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
 
@@ -1,4 +1,4 @@
1
- import { n as ProfileView } from './types-8JaS6abh.js';
1
+ import { n as ProfileView } from './types-zjv3qDWz.js';
2
2
 
3
3
  /**
4
4
  * Compact professional summary derived from a {@link ProfileView}.
@@ -1,4 +1,4 @@
1
- import { n as ProfileView } from './types-8wAWvS-T.cjs';
1
+ import { n as ProfileView } from './types-DAEkBwRB.cjs';
2
2
 
3
3
  /**
4
4
  * Compact professional summary derived from a {@link ProfileView}.