@singi-labs/sifa-sdk 0.12.67 → 0.12.69
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/{feed-dOSy_48Z.d.cts → feed-BMm9Pkew.d.cts} +1 -1
- package/dist/{feed-dOSy_48Z.d.ts → feed-BMm9Pkew.d.ts} +1 -1
- package/dist/{index-Cj6jfpAE.d.cts → index-a3xqWsNm.d.cts} +38 -1
- package/dist/{index-Cj6jfpAE.d.ts → index-a3xqWsNm.d.ts} +38 -1
- package/dist/index.cjs +90 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +48 -9
- package/dist/index.d.ts +48 -9
- package/dist/index.js +80 -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/{index-BARfrksZ.d.cts → network-map-CpwO3k-e.d.cts} +5 -5
- package/dist/{index-C0iPs_NQ.d.ts → network-map-DpEQ65cq.d.ts} +5 -5
- package/dist/{org-ClPPJ3-J.d.cts → org-DJyiwPcL.d.cts} +4 -4
- package/dist/{org-wLJm-WXC.d.ts → org-DxhtogOn.d.ts} +4 -4
- 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/{shared-BibYErTJ.d.cts → profile-investment-DmtsZK8d.d.cts} +43 -1
- package/dist/{shared-BibYErTJ.d.ts → profile-investment-DmtsZK8d.d.ts} +43 -1
- package/dist/{profile-summary-sEHAdvfm.d.cts → profile-summary-BTZAwG1z.d.cts} +1 -1
- package/dist/{profile-summary-Cbtnh04E.d.ts → profile-summary-Do5FY7Q0.d.ts} +1 -1
- package/dist/query/fetchers/index.cjs +17 -0
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +27 -7
- package/dist/query/fetchers/index.d.ts +27 -7
- package/dist/query/fetchers/index.js +15 -1
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +67 -0
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +27 -7
- package/dist/query/hooks/index.d.ts +27 -7
- package/dist/query/hooks/index.js +65 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.d.cts +10 -10
- package/dist/query/index.d.ts +10 -10
- package/dist/schemas/index.cjs +33 -0
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +2 -2
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.js +32 -1
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/write/index.cjs +26 -0
- package/dist/schemas/write/index.cjs.map +1 -1
- package/dist/schemas/write/index.d.cts +37 -2
- package/dist/schemas/write/index.d.ts +37 -2
- package/dist/schemas/write/index.js +26 -1
- package/dist/schemas/write/index.js.map +1 -1
- package/dist/{types-BtoIc4cG.d.ts → types-C3xxTGUE.d.ts} +2 -2
- package/dist/{types-DNrRbi9D.d.cts → types-D0LWpGtY.d.cts} +2 -2
- package/dist/{index-B61EZesA.d.ts → use-org-notification-emails-C3TuUp8c.d.ts} +5 -5
- package/dist/{index-DQrudL91.d.cts → use-org-notification-emails-ChctAwP5.d.cts} +5 -5
- package/package.json +1 -1
package/dist/jsonld/index.d.cts
CHANGED
package/dist/jsonld/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { c as Profile, d as ProfilePosition, S as SkillRef } from './index-a3xqWsNm.cjs';
|
|
2
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-DJyiwPcL.cjs';
|
|
3
|
+
import { n as ProfileView } from './types-D0LWpGtY.cjs';
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-BTZAwG1z.cjs';
|
|
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
|
/**
|
|
8
8
|
* Read the aggregated profile for a handle or DID.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { c as Profile, d as ProfilePosition, S as SkillRef } from './index-a3xqWsNm.js';
|
|
2
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-DxhtogOn.js';
|
|
3
|
+
import { n as ProfileView } from './types-C3xxTGUE.js';
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-Do5FY7Q0.js';
|
|
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
|
/**
|
|
8
8
|
* Read the aggregated profile for a handle or DID.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { y as FollowFeedPage, B as FollowProfileItem, q as FeatureAllowlistEntry, s as FeatureFlag } from './feed-
|
|
3
|
-
import {
|
|
1
|
+
import { o as ExternalAccount, N as SkillSuggestion } from './index-a3xqWsNm.cjs';
|
|
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-D0LWpGtY.cjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import {
|
|
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
|
|
|
7
7
|
/**
|
|
8
8
|
* Foundation HTTP client for talking to the Sifa AppView.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { y as FollowFeedPage, B as FollowProfileItem, q as FeatureAllowlistEntry, s as FeatureFlag } from './feed-
|
|
3
|
-
import {
|
|
1
|
+
import { o as ExternalAccount, N as SkillSuggestion } from './index-a3xqWsNm.js';
|
|
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-C3xxTGUE.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import {
|
|
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
|
|
|
7
7
|
/**
|
|
8
8
|
* Foundation HTTP client for talking to the Sifa AppView.
|
|
@@ -73,4 +73,4 @@ declare const OrgNotificationEmailRequestSchema: z.ZodObject<{
|
|
|
73
73
|
}, z.core.$strip>;
|
|
74
74
|
type OrgNotificationEmailRequestInput = z.infer<typeof OrgNotificationEmailRequestSchema>;
|
|
75
75
|
|
|
76
|
-
export { type OrgClaimRequestInput as O,
|
|
76
|
+
export { type OrgClaimRequestInput as O, type OrgProfileUpdateRequestInput as a, type OrgDomainChallengeRequestInput as b, type OrgDomainVerifyRequestInput as c, type OrgNotificationEmailRequestInput as d, OrgClaimRequestSchema as e, OrgDomainChallengeRequestSchema as f, OrgDomainVerifyRequestSchema as g, OrgNotificationEmailRequestSchema as h, OrgProfileUpdateRequestSchema as i };
|
|
@@ -73,4 +73,4 @@ declare const OrgNotificationEmailRequestSchema: z.ZodObject<{
|
|
|
73
73
|
}, z.core.$strip>;
|
|
74
74
|
type OrgNotificationEmailRequestInput = z.infer<typeof OrgNotificationEmailRequestSchema>;
|
|
75
75
|
|
|
76
|
-
export { type OrgClaimRequestInput as O,
|
|
76
|
+
export { type OrgClaimRequestInput as O, type OrgProfileUpdateRequestInput as a, type OrgDomainChallengeRequestInput as b, type OrgDomainVerifyRequestInput as c, type OrgNotificationEmailRequestInput as d, OrgClaimRequestSchema as e, OrgDomainChallengeRequestSchema as f, OrgDomainVerifyRequestSchema as g, OrgNotificationEmailRequestSchema as h, OrgProfileUpdateRequestSchema as i };
|
|
@@ -627,4 +627,46 @@ declare const selfLabelsSchema: z.ZodObject<{
|
|
|
627
627
|
}, z.core.$strip>>;
|
|
628
628
|
}, z.core.$strip>;
|
|
629
629
|
|
|
630
|
-
|
|
630
|
+
/**
|
|
631
|
+
* A deliberately structured amount. Free text was rejected here: an unparseable
|
|
632
|
+
* money string is worse than no amount at all, and cannot be repaired once people
|
|
633
|
+
* have written them.
|
|
634
|
+
*/
|
|
635
|
+
declare const InvestmentAmountSchema: z.ZodObject<{
|
|
636
|
+
value: z.ZodNumber;
|
|
637
|
+
currency: z.ZodString;
|
|
638
|
+
}, z.core.$strip>;
|
|
639
|
+
/** Zod schema for `id.sifa.profile.investment` records. */
|
|
640
|
+
declare const ProfileInvestmentRecordSchema: z.ZodObject<{
|
|
641
|
+
company: z.ZodString;
|
|
642
|
+
companyDid: z.ZodOptional<z.ZodString>;
|
|
643
|
+
entityRef: z.ZodOptional<z.ZodString>;
|
|
644
|
+
role: z.ZodOptional<z.ZodString>;
|
|
645
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
646
|
+
status: z.ZodOptional<z.ZodString>;
|
|
647
|
+
via: z.ZodOptional<z.ZodString>;
|
|
648
|
+
viaDid: z.ZodOptional<z.ZodString>;
|
|
649
|
+
viaEntityRef: z.ZodOptional<z.ZodString>;
|
|
650
|
+
amount: z.ZodOptional<z.ZodObject<{
|
|
651
|
+
value: z.ZodNumber;
|
|
652
|
+
currency: z.ZodString;
|
|
653
|
+
}, z.core.$strip>>;
|
|
654
|
+
startedAt: z.ZodOptional<z.ZodString>;
|
|
655
|
+
endedAt: z.ZodOptional<z.ZodString>;
|
|
656
|
+
description: z.ZodOptional<z.ZodString>;
|
|
657
|
+
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
658
|
+
url: z.ZodString;
|
|
659
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
660
|
+
label: z.ZodOptional<z.ZodString>;
|
|
661
|
+
}, z.core.$loose>>>;
|
|
662
|
+
labels: z.ZodOptional<z.ZodObject<{
|
|
663
|
+
$type: z.ZodOptional<z.ZodLiteral<"com.atproto.label.defs#selfLabels">>;
|
|
664
|
+
values: z.ZodArray<z.ZodObject<{
|
|
665
|
+
val: z.ZodString;
|
|
666
|
+
}, z.core.$strip>>;
|
|
667
|
+
}, z.core.$strip>>;
|
|
668
|
+
createdAt: z.ZodString;
|
|
669
|
+
}, z.core.$loose>;
|
|
670
|
+
type ProfileInvestmentRecord = z.infer<typeof ProfileInvestmentRecordSchema>;
|
|
671
|
+
|
|
672
|
+
export { atUriSchema as $, type ArtifactLink as A, type BlobRef as B, type ProfileInvolvementRecord as C, ProfileInvolvementRecordSchema as D, type EndorsementConfirmationRecord as E, type ProfileLanguageRecord as F, type GraphFollowRecord as G, ProfileLanguageRecordSchema as H, InvestmentAmountSchema as I, type ProfilePositionRecord as J, ProfilePositionRecordSchema as K, ProfilePresentationDeliveryRecordSchema as L, ProfilePresentationRecordSchema as M, type ProfileProjectRecord as N, type OrgProfileRecord as O, type PresentationDuration as P, ProfileProjectRecordSchema as Q, type ProfilePublicationRecord as R, ProfilePublicationRecordSchema as S, type ProfileSelfRecord as T, ProfileSelfRecordSchema as U, type ProfileSkillRecord as V, ProfileSkillRecordSchema as W, type ProfileVolunteeringRecord as X, ProfileVolunteeringRecordSchema as Y, type PublicationAuthor as Z, PublicationAuthorSchema as _, type ProfilePresentationDeliveryRecord as a, cidSchema as a0, datetimeSchema as a1, didSchema as a2, externalRecordRefSchema as a3, languageTagSchema as a4, makeGraphFollowRecordSchema as a5, maxGraphemes as a6, partialDateSchema as a7, selfLabelsSchema as a8, skillRefSchema as a9, strongRefSchema as aa, uriSchema as ab, type ProfileInvestmentRecord as ac, type ProfilePresentationRecord as b, ArtifactLinkSchema as c, BlobRefSchema as d, EndorsementConfirmationRecordSchema as e, type EndorsementRecord as f, EndorsementRecordSchema as g, GraphFollowRecordSchema as h, type OrgEmploymentAttestationRecord as i, OrgEmploymentAttestationRecordSchema as j, OrgProfileRecordSchema as k, PROFILE_INVOLVEMENT_NSID as l, PresentationDurationSchema as m, type PresentationLink as n, PresentationLinkSchema as o, type ProfileCertificationRecord as p, ProfileCertificationRecordSchema as q, type ProfileCourseRecord as r, ProfileCourseRecordSchema as s, type ProfileEducationRecord as t, ProfileEducationRecordSchema as u, type ProfileExternalAccountRecord as v, ProfileExternalAccountRecordSchema as w, type ProfileHonorRecord as x, ProfileHonorRecordSchema as y, ProfileInvestmentRecordSchema as z };
|
|
@@ -627,4 +627,46 @@ declare const selfLabelsSchema: z.ZodObject<{
|
|
|
627
627
|
}, z.core.$strip>>;
|
|
628
628
|
}, z.core.$strip>;
|
|
629
629
|
|
|
630
|
-
|
|
630
|
+
/**
|
|
631
|
+
* A deliberately structured amount. Free text was rejected here: an unparseable
|
|
632
|
+
* money string is worse than no amount at all, and cannot be repaired once people
|
|
633
|
+
* have written them.
|
|
634
|
+
*/
|
|
635
|
+
declare const InvestmentAmountSchema: z.ZodObject<{
|
|
636
|
+
value: z.ZodNumber;
|
|
637
|
+
currency: z.ZodString;
|
|
638
|
+
}, z.core.$strip>;
|
|
639
|
+
/** Zod schema for `id.sifa.profile.investment` records. */
|
|
640
|
+
declare const ProfileInvestmentRecordSchema: z.ZodObject<{
|
|
641
|
+
company: z.ZodString;
|
|
642
|
+
companyDid: z.ZodOptional<z.ZodString>;
|
|
643
|
+
entityRef: z.ZodOptional<z.ZodString>;
|
|
644
|
+
role: z.ZodOptional<z.ZodString>;
|
|
645
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
646
|
+
status: z.ZodOptional<z.ZodString>;
|
|
647
|
+
via: z.ZodOptional<z.ZodString>;
|
|
648
|
+
viaDid: z.ZodOptional<z.ZodString>;
|
|
649
|
+
viaEntityRef: z.ZodOptional<z.ZodString>;
|
|
650
|
+
amount: z.ZodOptional<z.ZodObject<{
|
|
651
|
+
value: z.ZodNumber;
|
|
652
|
+
currency: z.ZodString;
|
|
653
|
+
}, z.core.$strip>>;
|
|
654
|
+
startedAt: z.ZodOptional<z.ZodString>;
|
|
655
|
+
endedAt: z.ZodOptional<z.ZodString>;
|
|
656
|
+
description: z.ZodOptional<z.ZodString>;
|
|
657
|
+
links: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
658
|
+
url: z.ZodString;
|
|
659
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
660
|
+
label: z.ZodOptional<z.ZodString>;
|
|
661
|
+
}, z.core.$loose>>>;
|
|
662
|
+
labels: z.ZodOptional<z.ZodObject<{
|
|
663
|
+
$type: z.ZodOptional<z.ZodLiteral<"com.atproto.label.defs#selfLabels">>;
|
|
664
|
+
values: z.ZodArray<z.ZodObject<{
|
|
665
|
+
val: z.ZodString;
|
|
666
|
+
}, z.core.$strip>>;
|
|
667
|
+
}, z.core.$strip>>;
|
|
668
|
+
createdAt: z.ZodString;
|
|
669
|
+
}, z.core.$loose>;
|
|
670
|
+
type ProfileInvestmentRecord = z.infer<typeof ProfileInvestmentRecordSchema>;
|
|
671
|
+
|
|
672
|
+
export { atUriSchema as $, type ArtifactLink as A, type BlobRef as B, type ProfileInvolvementRecord as C, ProfileInvolvementRecordSchema as D, type EndorsementConfirmationRecord as E, type ProfileLanguageRecord as F, type GraphFollowRecord as G, ProfileLanguageRecordSchema as H, InvestmentAmountSchema as I, type ProfilePositionRecord as J, ProfilePositionRecordSchema as K, ProfilePresentationDeliveryRecordSchema as L, ProfilePresentationRecordSchema as M, type ProfileProjectRecord as N, type OrgProfileRecord as O, type PresentationDuration as P, ProfileProjectRecordSchema as Q, type ProfilePublicationRecord as R, ProfilePublicationRecordSchema as S, type ProfileSelfRecord as T, ProfileSelfRecordSchema as U, type ProfileSkillRecord as V, ProfileSkillRecordSchema as W, type ProfileVolunteeringRecord as X, ProfileVolunteeringRecordSchema as Y, type PublicationAuthor as Z, PublicationAuthorSchema as _, type ProfilePresentationDeliveryRecord as a, cidSchema as a0, datetimeSchema as a1, didSchema as a2, externalRecordRefSchema as a3, languageTagSchema as a4, makeGraphFollowRecordSchema as a5, maxGraphemes as a6, partialDateSchema as a7, selfLabelsSchema as a8, skillRefSchema as a9, strongRefSchema as aa, uriSchema as ab, type ProfileInvestmentRecord as ac, type ProfilePresentationRecord as b, ArtifactLinkSchema as c, BlobRefSchema as d, EndorsementConfirmationRecordSchema as e, type EndorsementRecord as f, EndorsementRecordSchema as g, GraphFollowRecordSchema as h, type OrgEmploymentAttestationRecord as i, OrgEmploymentAttestationRecordSchema as j, OrgProfileRecordSchema as k, PROFILE_INVOLVEMENT_NSID as l, PresentationDurationSchema as m, type PresentationLink as n, PresentationLinkSchema as o, type ProfileCertificationRecord as p, ProfileCertificationRecordSchema as q, type ProfileCourseRecord as r, ProfileCourseRecordSchema as s, type ProfileEducationRecord as t, ProfileEducationRecordSchema as u, type ProfileExternalAccountRecord as v, ProfileExternalAccountRecordSchema as w, type ProfileHonorRecord as x, ProfileHonorRecordSchema as y, ProfileInvestmentRecordSchema as z };
|
|
@@ -1549,6 +1549,20 @@ var sifaQueryKeys = {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
};
|
|
1551
1551
|
|
|
1552
|
+
// src/query/fetchers/investments.ts
|
|
1553
|
+
function createInvestment(config, data, options = {}) {
|
|
1554
|
+
return apiWriteCreate(config, "/api/profile/investment", data, options);
|
|
1555
|
+
}
|
|
1556
|
+
function updateInvestment(config, rkey, data, options = {}) {
|
|
1557
|
+
return apiWrite(config, `/api/profile/investment/${encodeURIComponent(rkey)}`, "PUT", {
|
|
1558
|
+
body: data,
|
|
1559
|
+
...options
|
|
1560
|
+
});
|
|
1561
|
+
}
|
|
1562
|
+
function deleteInvestment(config, rkey, options = {}) {
|
|
1563
|
+
return apiWrite(config, `/api/profile/investment/${encodeURIComponent(rkey)}`, "DELETE", options);
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1552
1566
|
exports.ApiError = ApiError;
|
|
1553
1567
|
exports.HIDDEN_ITEM_SOURCES = HIDDEN_ITEM_SOURCES;
|
|
1554
1568
|
exports.HIDDEN_ITEM_TYPES = HIDDEN_ITEM_TYPES;
|
|
@@ -1571,6 +1585,7 @@ exports.createConfirmation = createConfirmation;
|
|
|
1571
1585
|
exports.createEducation = createEducation;
|
|
1572
1586
|
exports.createEndorsement = createEndorsement;
|
|
1573
1587
|
exports.createExternalAccount = createExternalAccount;
|
|
1588
|
+
exports.createInvestment = createInvestment;
|
|
1574
1589
|
exports.createPosition = createPosition;
|
|
1575
1590
|
exports.createProfileLocation = createProfileLocation;
|
|
1576
1591
|
exports.createReaction = createReaction;
|
|
@@ -1580,6 +1595,7 @@ exports.deleteAccount = deleteAccount;
|
|
|
1580
1595
|
exports.deleteAvatarOverride = deleteAvatarOverride;
|
|
1581
1596
|
exports.deleteEducation = deleteEducation;
|
|
1582
1597
|
exports.deleteExternalAccount = deleteExternalAccount;
|
|
1598
|
+
exports.deleteInvestment = deleteInvestment;
|
|
1583
1599
|
exports.deletePosition = deletePosition;
|
|
1584
1600
|
exports.deleteProfileLocation = deleteProfileLocation;
|
|
1585
1601
|
exports.deleteReaction = deleteReaction;
|
|
@@ -1666,6 +1682,7 @@ exports.unsetExternalAccountPrimary = unsetExternalAccountPrimary;
|
|
|
1666
1682
|
exports.unsetPositionPrimary = unsetPositionPrimary;
|
|
1667
1683
|
exports.updateEducation = updateEducation;
|
|
1668
1684
|
exports.updateExternalAccount = updateExternalAccount;
|
|
1685
|
+
exports.updateInvestment = updateInvestment;
|
|
1669
1686
|
exports.updateOrgProfile = updateOrgProfile;
|
|
1670
1687
|
exports.updatePosition = updatePosition;
|
|
1671
1688
|
exports.updateProfileLocation = updateProfileLocation;
|