@singi-labs/sifa-sdk 0.18.3 → 0.18.5
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.cjs +9 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -1
- package/dist/index.d.ts +33 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/{network-map-uK_eXNpt.d.ts → network-map-DZjcO7tM.d.ts} +1 -1
- package/dist/{network-map-Cjfb2sMK.d.cts → network-map-Ds3OR7eJ.d.cts} +1 -1
- package/dist/{org-OG2f8eXr.d.cts → org-DmtI6C4A.d.cts} +1 -1
- package/dist/{org-DCLIQlCd.d.ts → org-h8nhEeAJ.d.ts} +1 -1
- package/dist/{org-settings-B8e01iZx.d.cts → org-settings-CZ_tmAYl.d.cts} +1 -1
- package/dist/{org-settings-B8e01iZx.d.ts → org-settings-CZ_tmAYl.d.ts} +1 -1
- package/dist/query/fetchers/index.d.cts +4 -4
- package/dist/query/fetchers/index.d.ts +4 -4
- package/dist/query/hooks/index.d.cts +4 -4
- package/dist/query/hooks/index.d.ts +4 -4
- package/dist/query/index.d.cts +6 -6
- package/dist/query/index.d.ts +6 -6
- package/dist/resume/index.cjs +184 -0
- package/dist/resume/index.cjs.map +1 -0
- package/dist/resume/index.d.cts +163 -0
- package/dist/resume/index.d.ts +163 -0
- package/dist/resume/index.js +181 -0
- package/dist/resume/index.js.map +1 -0
- package/dist/schemas/write/index.d.cts +1 -1
- package/dist/schemas/write/index.d.ts +1 -1
- package/dist/{use-org-notification-emails-g6hHkpjM.d.cts → use-org-notification-emails-CkCQJhy8.d.cts} +2 -2
- package/dist/{use-org-notification-emails-DjI-_zSh.d.ts → use-org-notification-emails-Cz4cuTyg.d.ts} +2 -2
- package/package.json +11 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export { O as OrgClaimRequestInput,
|
|
2
|
+
export { O as OrgClaimRequestInput, e as OrgClaimRequestSchema, b as OrgDomainChallengeRequestInput, f as OrgDomainChallengeRequestSchema, c as OrgDomainVerifyRequestInput, g as OrgDomainVerifyRequestSchema, d as OrgNotificationEmailRequestInput, h as OrgNotificationEmailRequestSchema, a as OrgProfileUpdateRequestInput, i as OrgProfileUpdateRequestSchema } from '../../org-settings-CZ_tmAYl.cjs';
|
|
3
3
|
|
|
4
4
|
/** Prepend `https://` if no scheme is present. */
|
|
5
5
|
declare function normalizeUrl(val: string): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export { O as OrgClaimRequestInput,
|
|
2
|
+
export { O as OrgClaimRequestInput, e as OrgClaimRequestSchema, b as OrgDomainChallengeRequestInput, f as OrgDomainChallengeRequestSchema, c as OrgDomainVerifyRequestInput, g as OrgDomainVerifyRequestSchema, d as OrgNotificationEmailRequestInput, h as OrgNotificationEmailRequestSchema, a as OrgProfileUpdateRequestInput, i as OrgProfileUpdateRequestSchema } from '../../org-settings-CZ_tmAYl.js';
|
|
3
3
|
|
|
4
4
|
/** Prepend `https://` if no scheme is present. */
|
|
5
5
|
declare function normalizeUrl(val: string): string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult, as as RefreshPdsResult, aJ as UpdateProfileOverrideInput, aK as UpdateProfileSelfInput, aL as UploadAvatarResult, aM as UploadPronunciationAudioResult, C as CreateResult, aG as SubCategoryBulkResult, ag as ProfileLocationInput, q as ExternalAccountInput, p as CreateExternalAccountResult, aN as VerifyExternalAccountResult, E as EndorsementInput, n as ConfirmationInput, o as ConfirmationSubjectInput, T as GivenConfirmation, ad as PendingConfirmationsPage, ar as RefreshOrcidPublicationsResult, B as BulkHideProfileItemInput, a0 as HideProfileItemInput, aF as StatsResponse, k as AppRegistryEntry, Z as HiddenApp, d as AccountSummary, K as FilterOptions, aA as SearchFilters, aB as SearchResponse, aE as SkillSearchResult, ci as CompanySearchFilters, cj as CompanySearchResponse, r as FeaturedProfile, aD as SimilarProfile, J as FetchSuggestionsOptions, aI as SuggestionsResponse, O as FollowUserResult, w as FetchFollowListOptions, L as FollowListPage, P as FollowingResponse, y as FetchFollowingFeedOptions, x as FetchFollowProfilePageOptions, N as FollowProfilePageResponse, F as FeatureAllowlistResponse, i as AdminReviewQueues, u as FetchActivityFeedOptions, e as ActivityFeedResponse, h as ActivityTeaserResponse, Y as HeatmapResponse, a2 as MyGithubPullRequestsResponse, c as AccountCheckResult, aq as ReactionStatus, ap as ReactionResult, ao as ReactionError, az as RoadmapVotesResponse, l as CastRoadmapVoteResult, D as DeleteAccountResult, au as ResetProfileResult, aO as WipePreview, at as RepoDeleteInput, a4 as OrgClaimResult, aa as OrgProfileUpdateResult, a5 as OrgDomainChallengeResult, a6 as OrgDomainVerifyResult, a7 as OrgNotificationEmailAddResult, a8 as OrgNotificationEmailRemoveResult } from './org-
|
|
3
|
+
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult, as as RefreshPdsResult, aJ as UpdateProfileOverrideInput, aK as UpdateProfileSelfInput, aL as UploadAvatarResult, aM as UploadPronunciationAudioResult, C as CreateResult, aG as SubCategoryBulkResult, ag as ProfileLocationInput, q as ExternalAccountInput, p as CreateExternalAccountResult, aN as VerifyExternalAccountResult, E as EndorsementInput, n as ConfirmationInput, o as ConfirmationSubjectInput, T as GivenConfirmation, ad as PendingConfirmationsPage, ar as RefreshOrcidPublicationsResult, B as BulkHideProfileItemInput, a0 as HideProfileItemInput, aF as StatsResponse, k as AppRegistryEntry, Z as HiddenApp, d as AccountSummary, K as FilterOptions, aA as SearchFilters, aB as SearchResponse, aE as SkillSearchResult, ci as CompanySearchFilters, cj as CompanySearchResponse, r as FeaturedProfile, aD as SimilarProfile, J as FetchSuggestionsOptions, aI as SuggestionsResponse, O as FollowUserResult, w as FetchFollowListOptions, L as FollowListPage, P as FollowingResponse, y as FetchFollowingFeedOptions, x as FetchFollowProfilePageOptions, N as FollowProfilePageResponse, F as FeatureAllowlistResponse, i as AdminReviewQueues, u as FetchActivityFeedOptions, e as ActivityFeedResponse, h as ActivityTeaserResponse, Y as HeatmapResponse, a2 as MyGithubPullRequestsResponse, c as AccountCheckResult, aq as ReactionStatus, ap as ReactionResult, ao as ReactionError, az as RoadmapVotesResponse, l as CastRoadmapVoteResult, D as DeleteAccountResult, au as ResetProfileResult, aO as WipePreview, at as RepoDeleteInput, a4 as OrgClaimResult, aa as OrgProfileUpdateResult, a5 as OrgDomainChallengeResult, a6 as OrgDomainVerifyResult, a7 as OrgNotificationEmailAddResult, a8 as OrgNotificationEmailRemoveResult } from './org-DmtI6C4A.cjs';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseQueryOptions, UseMutationOptions, UseInfiniteQueryOptions, InfiniteData } from '@tanstack/react-query';
|
|
6
6
|
import { c as Profile, d as ProfilePosition, S as SkillRef, p as ExternalAccount, Q as SkillSuggestion, s as OrgFloorVerdict } from './index-CTzpbW81.cjs';
|
|
7
7
|
import { n as ProfileView, t as RepoDeleteResult, w as RepoInventory } from './types-DAEkBwRB.cjs';
|
|
8
8
|
import { j as EntitySearchResponse, E as EntitySearchResult, d as EntityMintDomainResponse, h as EntityResolveDomainResponse, o as EntitySelectResponse, m as EntitySelectRequest, y as FollowFeedPage, s as FeatureFlag } from './feed-BMm9Pkew.cjs';
|
|
9
|
-
import { O as OrgClaimRequestInput,
|
|
9
|
+
import { O as OrgClaimRequestInput, a as OrgProfileUpdateRequestInput, b as OrgDomainChallengeRequestInput, c as OrgDomainVerifyRequestInput, d as OrgNotificationEmailRequestInput } from './org-settings-CZ_tmAYl.cjs';
|
|
10
10
|
|
|
11
11
|
interface SifaProviderProps {
|
|
12
12
|
config: SifaApiConfig;
|
package/dist/{use-org-notification-emails-DjI-_zSh.d.ts → use-org-notification-emails-Cz4cuTyg.d.ts}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult, as as RefreshPdsResult, aJ as UpdateProfileOverrideInput, aK as UpdateProfileSelfInput, aL as UploadAvatarResult, aM as UploadPronunciationAudioResult, C as CreateResult, aG as SubCategoryBulkResult, ag as ProfileLocationInput, q as ExternalAccountInput, p as CreateExternalAccountResult, aN as VerifyExternalAccountResult, E as EndorsementInput, n as ConfirmationInput, o as ConfirmationSubjectInput, T as GivenConfirmation, ad as PendingConfirmationsPage, ar as RefreshOrcidPublicationsResult, B as BulkHideProfileItemInput, a0 as HideProfileItemInput, aF as StatsResponse, k as AppRegistryEntry, Z as HiddenApp, d as AccountSummary, K as FilterOptions, aA as SearchFilters, aB as SearchResponse, aE as SkillSearchResult, ci as CompanySearchFilters, cj as CompanySearchResponse, r as FeaturedProfile, aD as SimilarProfile, J as FetchSuggestionsOptions, aI as SuggestionsResponse, O as FollowUserResult, w as FetchFollowListOptions, L as FollowListPage, P as FollowingResponse, y as FetchFollowingFeedOptions, x as FetchFollowProfilePageOptions, N as FollowProfilePageResponse, F as FeatureAllowlistResponse, i as AdminReviewQueues, u as FetchActivityFeedOptions, e as ActivityFeedResponse, h as ActivityTeaserResponse, Y as HeatmapResponse, a2 as MyGithubPullRequestsResponse, c as AccountCheckResult, aq as ReactionStatus, ap as ReactionResult, ao as ReactionError, az as RoadmapVotesResponse, l as CastRoadmapVoteResult, D as DeleteAccountResult, au as ResetProfileResult, aO as WipePreview, at as RepoDeleteInput, a4 as OrgClaimResult, aa as OrgProfileUpdateResult, a5 as OrgDomainChallengeResult, a6 as OrgDomainVerifyResult, a7 as OrgNotificationEmailAddResult, a8 as OrgNotificationEmailRemoveResult } from './org-
|
|
3
|
+
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult, as as RefreshPdsResult, aJ as UpdateProfileOverrideInput, aK as UpdateProfileSelfInput, aL as UploadAvatarResult, aM as UploadPronunciationAudioResult, C as CreateResult, aG as SubCategoryBulkResult, ag as ProfileLocationInput, q as ExternalAccountInput, p as CreateExternalAccountResult, aN as VerifyExternalAccountResult, E as EndorsementInput, n as ConfirmationInput, o as ConfirmationSubjectInput, T as GivenConfirmation, ad as PendingConfirmationsPage, ar as RefreshOrcidPublicationsResult, B as BulkHideProfileItemInput, a0 as HideProfileItemInput, aF as StatsResponse, k as AppRegistryEntry, Z as HiddenApp, d as AccountSummary, K as FilterOptions, aA as SearchFilters, aB as SearchResponse, aE as SkillSearchResult, ci as CompanySearchFilters, cj as CompanySearchResponse, r as FeaturedProfile, aD as SimilarProfile, J as FetchSuggestionsOptions, aI as SuggestionsResponse, O as FollowUserResult, w as FetchFollowListOptions, L as FollowListPage, P as FollowingResponse, y as FetchFollowingFeedOptions, x as FetchFollowProfilePageOptions, N as FollowProfilePageResponse, F as FeatureAllowlistResponse, i as AdminReviewQueues, u as FetchActivityFeedOptions, e as ActivityFeedResponse, h as ActivityTeaserResponse, Y as HeatmapResponse, a2 as MyGithubPullRequestsResponse, c as AccountCheckResult, aq as ReactionStatus, ap as ReactionResult, ao as ReactionError, az as RoadmapVotesResponse, l as CastRoadmapVoteResult, D as DeleteAccountResult, au as ResetProfileResult, aO as WipePreview, at as RepoDeleteInput, a4 as OrgClaimResult, aa as OrgProfileUpdateResult, a5 as OrgDomainChallengeResult, a6 as OrgDomainVerifyResult, a7 as OrgNotificationEmailAddResult, a8 as OrgNotificationEmailRemoveResult } from './org-h8nhEeAJ.js';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseQueryOptions, UseMutationOptions, UseInfiniteQueryOptions, InfiniteData } from '@tanstack/react-query';
|
|
6
6
|
import { c as Profile, d as ProfilePosition, S as SkillRef, p as ExternalAccount, Q as SkillSuggestion, s as OrgFloorVerdict } from './index-CTzpbW81.js';
|
|
7
7
|
import { n as ProfileView, t as RepoDeleteResult, w as RepoInventory } from './types-zjv3qDWz.js';
|
|
8
8
|
import { j as EntitySearchResponse, E as EntitySearchResult, d as EntityMintDomainResponse, h as EntityResolveDomainResponse, o as EntitySelectResponse, m as EntitySelectRequest, y as FollowFeedPage, s as FeatureFlag } from './feed-BMm9Pkew.js';
|
|
9
|
-
import { O as OrgClaimRequestInput,
|
|
9
|
+
import { O as OrgClaimRequestInput, a as OrgProfileUpdateRequestInput, b as OrgDomainChallengeRequestInput, c as OrgDomainVerifyRequestInput, d as OrgNotificationEmailRequestInput } from './org-settings-CZ_tmAYl.js';
|
|
10
10
|
|
|
11
11
|
interface SifaProviderProps {
|
|
12
12
|
config: SifaApiConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singi-labs/sifa-sdk",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.5",
|
|
4
4
|
"description": "Sifa SDK — public client library for the Sifa AppView on AT Protocol. Shared by sifa-web and sifa-app.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -142,6 +142,16 @@
|
|
|
142
142
|
"default": "./dist/jsonld/index.cjs"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
+
"./resume": {
|
|
146
|
+
"import": {
|
|
147
|
+
"types": "./dist/resume/index.d.ts",
|
|
148
|
+
"default": "./dist/resume/index.js"
|
|
149
|
+
},
|
|
150
|
+
"require": {
|
|
151
|
+
"types": "./dist/resume/index.d.cts",
|
|
152
|
+
"default": "./dist/resume/index.cjs"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
145
155
|
"./package.json": "./package.json"
|
|
146
156
|
},
|
|
147
157
|
"main": "./dist/index.cjs",
|