@singi-labs/sifa-sdk 0.12.83 → 0.12.84
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-B0hFFPZ-.d.cts → index-D0qELxvf.d.cts} +6 -0
- package/dist/{index-B0hFFPZ-.d.ts → index-D0qELxvf.d.ts} +6 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -1
- 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-D4fSIGnS.d.ts → network-map-C5AnjGcV.d.ts} +4 -4
- package/dist/{network-map-DSs6hrPJ.d.cts → network-map-CkRrVFJD.d.cts} +4 -4
- package/dist/{org-C6MV4vE6.d.ts → org-B2Y54EHg.d.ts} +4 -2
- package/dist/{org-CSEOW8H6.d.cts → org-Be8tayoD.d.cts} +4 -2
- package/dist/{profile-investment-C97ssnBV.d.cts → profile-investment-CmiQxk5C.d.cts} +1 -0
- package/dist/{profile-investment-C97ssnBV.d.ts → profile-investment-CmiQxk5C.d.ts} +1 -0
- package/dist/{profile-summary-CA40DYqQ.d.cts → profile-summary-CIkWTi6K.d.cts} +1 -1
- package/dist/{profile-summary-BG-cvwtJ.d.ts → profile-summary-Fieyfzzf.d.ts} +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.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +5 -5
- package/dist/query/hooks/index.d.ts +5 -5
- package/dist/query/hooks/index.js.map +1 -1
- 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/schemas/index.cjs +1 -0
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +1 -1
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/write/index.cjs +1 -0
- package/dist/schemas/write/index.cjs.map +1 -1
- package/dist/schemas/write/index.d.cts +1 -0
- package/dist/schemas/write/index.d.ts +1 -0
- package/dist/schemas/write/index.js +1 -0
- package/dist/schemas/write/index.js.map +1 -1
- package/dist/{types-CIWnMcKx.d.cts → types-BEei3kVS.d.cts} +1 -1
- package/dist/{types-Dbvf5D_Q.d.ts → types-ClxJ0I98.d.ts} +1 -1
- package/dist/{use-org-notification-emails-lL0SKnbt.d.ts → use-org-notification-emails-1ZD4ycgg.d.ts} +3 -3
- package/dist/{use-org-notification-emails-C1kpS75h.d.cts → use-org-notification-emails-BdglyA2S.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 } 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 } from './index-D0qELxvf.js';
|
|
2
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-B2Y54EHg.js';
|
|
3
|
+
import { n as ProfileView } from './types-ClxJ0I98.js';
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-Fieyfzzf.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
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as Profile, d as ProfilePosition, S as SkillRef } 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 } from './index-D0qELxvf.cjs';
|
|
2
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-Be8tayoD.cjs';
|
|
3
|
+
import { n as ProfileView } from './types-BEei3kVS.cjs';
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-CIkWTi6K.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
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as ExternalAccount, Q as SkillSuggestion } from './index-
|
|
1
|
+
import { p as ExternalAccount, Q as SkillSuggestion } from './index-D0qELxvf.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-ClxJ0I98.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
|
|
|
@@ -142,6 +142,8 @@ interface UpdateProfileSelfInput {
|
|
|
142
142
|
givenName?: string;
|
|
143
143
|
/** Schema.org Person.familyName from id.sifa.profile.self.familyName. */
|
|
144
144
|
familyName?: string;
|
|
145
|
+
/** Free-form phonetic respelling of the name from id.sifa.profile.self.namePronunciation. */
|
|
146
|
+
namePronunciation?: string;
|
|
145
147
|
industries?: ProfileIndustryInput[];
|
|
146
148
|
location?: ProfileSelfLocation;
|
|
147
149
|
website?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as ExternalAccount, Q as SkillSuggestion } from './index-
|
|
1
|
+
import { p as ExternalAccount, Q as SkillSuggestion } from './index-D0qELxvf.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-BEei3kVS.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
|
|
|
@@ -142,6 +142,8 @@ interface UpdateProfileSelfInput {
|
|
|
142
142
|
givenName?: string;
|
|
143
143
|
/** Schema.org Person.familyName from id.sifa.profile.self.familyName. */
|
|
144
144
|
familyName?: string;
|
|
145
|
+
/** Free-form phonetic respelling of the name from id.sifa.profile.self.namePronunciation. */
|
|
146
|
+
namePronunciation?: string;
|
|
145
147
|
industries?: ProfileIndustryInput[];
|
|
146
148
|
location?: ProfileSelfLocation;
|
|
147
149
|
website?: string;
|
|
@@ -513,6 +513,7 @@ declare const ProfileSelfRecordSchema: z.ZodObject<{
|
|
|
513
513
|
industry: z.ZodOptional<z.ZodString>;
|
|
514
514
|
givenName: z.ZodOptional<z.ZodString>;
|
|
515
515
|
familyName: z.ZodOptional<z.ZodString>;
|
|
516
|
+
namePronunciation: z.ZodOptional<z.ZodString>;
|
|
516
517
|
location: z.ZodOptional<z.ZodUnknown>;
|
|
517
518
|
openTo: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
518
519
|
preferredWorkplace: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -513,6 +513,7 @@ declare const ProfileSelfRecordSchema: z.ZodObject<{
|
|
|
513
513
|
industry: z.ZodOptional<z.ZodString>;
|
|
514
514
|
givenName: z.ZodOptional<z.ZodString>;
|
|
515
515
|
familyName: z.ZodOptional<z.ZodString>;
|
|
516
|
+
namePronunciation: z.ZodOptional<z.ZodString>;
|
|
516
517
|
location: z.ZodOptional<z.ZodUnknown>;
|
|
517
518
|
openTo: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
518
519
|
preferredWorkplace: z.ZodOptional<z.ZodArray<z.ZodString>>;
|