@singi-labs/sifa-sdk 0.12.68 → 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 +86 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +47 -9
- package/dist/index.d.ts +47 -9
- package/dist/index.js +76 -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
|
@@ -426,4 +426,4 @@ interface FeedCursor {
|
|
|
426
426
|
declare function encodeFeedCursor(cursor: FeedCursor): string;
|
|
427
427
|
declare function decodeFeedCursor(encoded: string): FeedCursor;
|
|
428
428
|
|
|
429
|
-
export { type AtmosphereFeedItem as A, type FollowProfileItem as B, type FollowProfilePage as C, FollowProfilePageSchema as D, type
|
|
429
|
+
export { type AtmosphereFeedItem as A, type FollowProfileItem as B, type FollowProfilePage as C, FollowProfilePageSchema as D, type EntitySearchResult as E, FEATURE_FLAGS as F, FollowProfileSchema as G, SifaFeedItemSchema as H, decodeFeedCursor as I, encodeFeedCursor as J, type SifaFeedItem as S, AtmosphereFeedItemSchema as a, type EntityImportSearchResponse as b, EntityImportSearchResponseSchema as c, type EntityMintDomainResponse as d, EntityMintDomainResponseSchema as e, type EntityResolveDomainRequest as f, EntityResolveDomainRequestSchema as g, type EntityResolveDomainResponse as h, EntityResolveDomainResponseSchema as i, type EntitySearchResponse as j, EntitySearchResponseSchema as k, EntitySearchResultSchema as l, type EntitySelectRequest as m, EntitySelectRequestSchema as n, type EntitySelectResponse as o, EntitySelectResponseSchema as p, type FeatureAllowlistEntry as q, FeatureAllowlistEntrySchema as r, type FeatureFlag as s, type FeedActor as t, FeedActorSchema as u, type FeedCursor as v, type FollowFeedItem as w, FollowFeedItemSchema as x, type FollowFeedPage as y, FollowFeedPageSchema as z };
|
|
@@ -426,4 +426,4 @@ interface FeedCursor {
|
|
|
426
426
|
declare function encodeFeedCursor(cursor: FeedCursor): string;
|
|
427
427
|
declare function decodeFeedCursor(encoded: string): FeedCursor;
|
|
428
428
|
|
|
429
|
-
export { type AtmosphereFeedItem as A, type FollowProfileItem as B, type FollowProfilePage as C, FollowProfilePageSchema as D, type
|
|
429
|
+
export { type AtmosphereFeedItem as A, type FollowProfileItem as B, type FollowProfilePage as C, FollowProfilePageSchema as D, type EntitySearchResult as E, FEATURE_FLAGS as F, FollowProfileSchema as G, SifaFeedItemSchema as H, decodeFeedCursor as I, encodeFeedCursor as J, type SifaFeedItem as S, AtmosphereFeedItemSchema as a, type EntityImportSearchResponse as b, EntityImportSearchResponseSchema as c, type EntityMintDomainResponse as d, EntityMintDomainResponseSchema as e, type EntityResolveDomainRequest as f, EntityResolveDomainRequestSchema as g, type EntityResolveDomainResponse as h, EntityResolveDomainResponseSchema as i, type EntitySearchResponse as j, EntitySearchResponseSchema as k, EntitySearchResultSchema as l, type EntitySelectRequest as m, EntitySelectRequestSchema as n, type EntitySelectResponse as o, EntitySelectResponseSchema as p, type FeatureAllowlistEntry as q, FeatureAllowlistEntrySchema as r, type FeatureFlag as s, type FeedActor as t, FeedActorSchema as u, type FeedCursor as v, type FollowFeedItem as w, FollowFeedItemSchema as x, type FollowFeedPage as y, FollowFeedPageSchema as z };
|
|
@@ -308,6 +308,42 @@ interface ProfileInvolvementLink {
|
|
|
308
308
|
* record, or a mapped legacy `id.sifa.profile.volunteering` record (`legacy`),
|
|
309
309
|
* grouped in the UI by `kind` via the SDK's involvement-kind taxonomy.
|
|
310
310
|
*/
|
|
311
|
+
/** One artifact link on an investment (round announcement, portfolio page, filing). */
|
|
312
|
+
interface ProfileInvestmentLink {
|
|
313
|
+
url: string;
|
|
314
|
+
kind?: string;
|
|
315
|
+
label?: string;
|
|
316
|
+
}
|
|
317
|
+
/** A capital position: money the person put in. Roles with duties are positions. */
|
|
318
|
+
interface ProfileInvestment {
|
|
319
|
+
rkey: string;
|
|
320
|
+
/** For a limited-partner entry this names the fund, not a portfolio company. */
|
|
321
|
+
company: string;
|
|
322
|
+
companyDid?: string;
|
|
323
|
+
entityRef?: string;
|
|
324
|
+
/** Resolved canonical name of the linked company. Render over `company` when present. */
|
|
325
|
+
entityName?: string;
|
|
326
|
+
/** How the capital went in. Angel, syndicate member or LP -- never GP. */
|
|
327
|
+
role?: string;
|
|
328
|
+
/** The company's funding stage at the time of the investment, not its stage today. */
|
|
329
|
+
stage?: string;
|
|
330
|
+
/** active / exited / written off / undisclosed. */
|
|
331
|
+
status?: string;
|
|
332
|
+
/** The vehicle the capital went through. Absent for a cheque in the person's own name. */
|
|
333
|
+
via?: string;
|
|
334
|
+
viaDid?: string;
|
|
335
|
+
viaEntityRef?: string;
|
|
336
|
+
/** Whole major currency units plus an ISO 4217 code. Absent unless the person opted in. */
|
|
337
|
+
amount?: {
|
|
338
|
+
value: number;
|
|
339
|
+
currency: string;
|
|
340
|
+
};
|
|
341
|
+
startedAt?: string;
|
|
342
|
+
endedAt?: string;
|
|
343
|
+
description?: string;
|
|
344
|
+
links?: ProfileInvestmentLink[];
|
|
345
|
+
hidden?: boolean;
|
|
346
|
+
}
|
|
311
347
|
interface ProfileInvolvement {
|
|
312
348
|
rkey: string;
|
|
313
349
|
/** Involvement-kind token; drives the display heading. Legacy rows map to charity. */
|
|
@@ -730,6 +766,7 @@ interface Profile {
|
|
|
730
766
|
publications?: ProfilePublication[];
|
|
731
767
|
volunteering?: ProfileVolunteering[];
|
|
732
768
|
involvement?: ProfileInvolvement[];
|
|
769
|
+
investments?: ProfileInvestment[];
|
|
733
770
|
honors?: ProfileHonor[];
|
|
734
771
|
languages?: ProfileLanguage[];
|
|
735
772
|
courses?: ProfileCourse[];
|
|
@@ -738,4 +775,4 @@ interface Profile {
|
|
|
738
775
|
externalAccounts?: ExternalAccount[];
|
|
739
776
|
}
|
|
740
777
|
|
|
741
|
-
export { type AccountFacetMode as A, type
|
|
778
|
+
export { type AccountFacetMode as A, type ProfileInvolvementLink as B, type CoSpeaker as C, type ProfileLocation as D, type Endorsement as E, type FeedItem as F, type ProfileOverrideSource as G, type ProfilePresentation as H, type ProfileVolunteering as I, type ProjectMemberCard as J, type ProjectRole as K, type LocationValue as L, type PublicationContributor as M, type SkillSuggestion as N, type OrgAddressView as O, type ProfileSkill as P, type RecognizedEntity as R, type SkillRef as S, type TrustStat as T, type VerifiedAccount as V, type ProfilePresentationDelivery as a, type PdsProviderInfo as b, type Profile as c, type ProfilePosition as d, type ProfileCertification as e, type ProfileEducation as f, type ProfileHonor as g, type ProfileLanguage as h, type ProfileProject as i, type ProfilePublication as j, type ProfileInvolvement as k, type ActiveApp as l, type ActorCard as m, type EndorsementData as n, type ExternalAccount as o, type ExternalAccountKeytraceClaim as p, type LanguageProficiency as q, type OrgFloorVerdict as r, type OrgLinkView as s, type OrgProfileView as t, PROJECT_ROLES as u, type PresentationLinkView as v, type ProfileCourse as w, type ProfileIndustry as x, type ProfileInvestment as y, type ProfileInvestmentLink as z };
|
|
@@ -308,6 +308,42 @@ interface ProfileInvolvementLink {
|
|
|
308
308
|
* record, or a mapped legacy `id.sifa.profile.volunteering` record (`legacy`),
|
|
309
309
|
* grouped in the UI by `kind` via the SDK's involvement-kind taxonomy.
|
|
310
310
|
*/
|
|
311
|
+
/** One artifact link on an investment (round announcement, portfolio page, filing). */
|
|
312
|
+
interface ProfileInvestmentLink {
|
|
313
|
+
url: string;
|
|
314
|
+
kind?: string;
|
|
315
|
+
label?: string;
|
|
316
|
+
}
|
|
317
|
+
/** A capital position: money the person put in. Roles with duties are positions. */
|
|
318
|
+
interface ProfileInvestment {
|
|
319
|
+
rkey: string;
|
|
320
|
+
/** For a limited-partner entry this names the fund, not a portfolio company. */
|
|
321
|
+
company: string;
|
|
322
|
+
companyDid?: string;
|
|
323
|
+
entityRef?: string;
|
|
324
|
+
/** Resolved canonical name of the linked company. Render over `company` when present. */
|
|
325
|
+
entityName?: string;
|
|
326
|
+
/** How the capital went in. Angel, syndicate member or LP -- never GP. */
|
|
327
|
+
role?: string;
|
|
328
|
+
/** The company's funding stage at the time of the investment, not its stage today. */
|
|
329
|
+
stage?: string;
|
|
330
|
+
/** active / exited / written off / undisclosed. */
|
|
331
|
+
status?: string;
|
|
332
|
+
/** The vehicle the capital went through. Absent for a cheque in the person's own name. */
|
|
333
|
+
via?: string;
|
|
334
|
+
viaDid?: string;
|
|
335
|
+
viaEntityRef?: string;
|
|
336
|
+
/** Whole major currency units plus an ISO 4217 code. Absent unless the person opted in. */
|
|
337
|
+
amount?: {
|
|
338
|
+
value: number;
|
|
339
|
+
currency: string;
|
|
340
|
+
};
|
|
341
|
+
startedAt?: string;
|
|
342
|
+
endedAt?: string;
|
|
343
|
+
description?: string;
|
|
344
|
+
links?: ProfileInvestmentLink[];
|
|
345
|
+
hidden?: boolean;
|
|
346
|
+
}
|
|
311
347
|
interface ProfileInvolvement {
|
|
312
348
|
rkey: string;
|
|
313
349
|
/** Involvement-kind token; drives the display heading. Legacy rows map to charity. */
|
|
@@ -730,6 +766,7 @@ interface Profile {
|
|
|
730
766
|
publications?: ProfilePublication[];
|
|
731
767
|
volunteering?: ProfileVolunteering[];
|
|
732
768
|
involvement?: ProfileInvolvement[];
|
|
769
|
+
investments?: ProfileInvestment[];
|
|
733
770
|
honors?: ProfileHonor[];
|
|
734
771
|
languages?: ProfileLanguage[];
|
|
735
772
|
courses?: ProfileCourse[];
|
|
@@ -738,4 +775,4 @@ interface Profile {
|
|
|
738
775
|
externalAccounts?: ExternalAccount[];
|
|
739
776
|
}
|
|
740
777
|
|
|
741
|
-
export { type AccountFacetMode as A, type
|
|
778
|
+
export { type AccountFacetMode as A, type ProfileInvolvementLink as B, type CoSpeaker as C, type ProfileLocation as D, type Endorsement as E, type FeedItem as F, type ProfileOverrideSource as G, type ProfilePresentation as H, type ProfileVolunteering as I, type ProjectMemberCard as J, type ProjectRole as K, type LocationValue as L, type PublicationContributor as M, type SkillSuggestion as N, type OrgAddressView as O, type ProfileSkill as P, type RecognizedEntity as R, type SkillRef as S, type TrustStat as T, type VerifiedAccount as V, type ProfilePresentationDelivery as a, type PdsProviderInfo as b, type Profile as c, type ProfilePosition as d, type ProfileCertification as e, type ProfileEducation as f, type ProfileHonor as g, type ProfileLanguage as h, type ProfileProject as i, type ProfilePublication as j, type ProfileInvolvement as k, type ActiveApp as l, type ActorCard as m, type EndorsementData as n, type ExternalAccount as o, type ExternalAccountKeytraceClaim as p, type LanguageProficiency as q, type OrgFloorVerdict as r, type OrgLinkView as s, type OrgProfileView as t, PROJECT_ROLES as u, type PresentationLinkView as v, type ProfileCourse as w, type ProfileIndustry as x, type ProfileInvestment as y, type ProfileInvestmentLink as z };
|
package/dist/index.cjs
CHANGED
|
@@ -2100,6 +2100,49 @@ function primaryVerification(verifications) {
|
|
|
2100
2100
|
return best;
|
|
2101
2101
|
}
|
|
2102
2102
|
|
|
2103
|
+
// src/taxonomy/investment.ts
|
|
2104
|
+
var INVESTMENT_ROLE_OPTIONS = [
|
|
2105
|
+
{ value: "id.sifa.defs#angelInvestment", label: "Angel" },
|
|
2106
|
+
{ value: "id.sifa.defs#syndicateInvestment", label: "Syndicate member" },
|
|
2107
|
+
{ value: "id.sifa.defs#limitedPartner", label: "Limited partner" },
|
|
2108
|
+
{ value: "id.sifa.defs#otherInvestment", label: "Other" }
|
|
2109
|
+
];
|
|
2110
|
+
var INVESTMENT_STAGE_OPTIONS = [
|
|
2111
|
+
{ value: "id.sifa.defs#stagePreSeed", label: "Pre-seed" },
|
|
2112
|
+
{ value: "id.sifa.defs#stageSeed", label: "Seed" },
|
|
2113
|
+
{ value: "id.sifa.defs#stageSeriesA", label: "Series A" },
|
|
2114
|
+
{ value: "id.sifa.defs#stageSeriesB", label: "Series B" },
|
|
2115
|
+
{ value: "id.sifa.defs#stageSeriesCPlus", label: "Series C or later" },
|
|
2116
|
+
{ value: "id.sifa.defs#stageGrowth", label: "Growth" },
|
|
2117
|
+
{ value: "id.sifa.defs#stageSecondary", label: "Secondary" },
|
|
2118
|
+
{ value: "id.sifa.defs#stageOther", label: "Other" }
|
|
2119
|
+
];
|
|
2120
|
+
var INVESTMENT_STATUS_OPTIONS = [
|
|
2121
|
+
{ value: "id.sifa.defs#investmentActive", label: "Active" },
|
|
2122
|
+
{ value: "id.sifa.defs#investmentExited", label: "Exited" },
|
|
2123
|
+
{ value: "id.sifa.defs#investmentWrittenOff", label: "Written off" },
|
|
2124
|
+
{ value: "id.sifa.defs#investmentUndisclosed", label: "Undisclosed" }
|
|
2125
|
+
];
|
|
2126
|
+
function toLabels(options) {
|
|
2127
|
+
return Object.fromEntries(options.map((o) => [o.value, o.label]));
|
|
2128
|
+
}
|
|
2129
|
+
var INVESTMENT_ROLE_LABELS = toLabels(INVESTMENT_ROLE_OPTIONS);
|
|
2130
|
+
var INVESTMENT_STAGE_LABELS = toLabels(INVESTMENT_STAGE_OPTIONS);
|
|
2131
|
+
var INVESTMENT_STATUS_LABELS = toLabels(INVESTMENT_STATUS_OPTIONS);
|
|
2132
|
+
function resolve(labels, value) {
|
|
2133
|
+
if (!value) return void 0;
|
|
2134
|
+
return labels[value] ?? value;
|
|
2135
|
+
}
|
|
2136
|
+
function getInvestmentRoleLabel(value) {
|
|
2137
|
+
return resolve(INVESTMENT_ROLE_LABELS, value);
|
|
2138
|
+
}
|
|
2139
|
+
function getInvestmentStageLabel(value) {
|
|
2140
|
+
return resolve(INVESTMENT_STAGE_LABELS, value);
|
|
2141
|
+
}
|
|
2142
|
+
function getInvestmentStatusLabel(value) {
|
|
2143
|
+
return resolve(INVESTMENT_STATUS_LABELS, value);
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2103
2146
|
// src/format/company-name.ts
|
|
2104
2147
|
var SMALL_WORDS = /* @__PURE__ */ new Set([
|
|
2105
2148
|
"a",
|
|
@@ -5387,6 +5430,37 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
|
|
|
5387
5430
|
endedAt: partialDateSchema.optional(),
|
|
5388
5431
|
createdAt: datetimeSchema
|
|
5389
5432
|
});
|
|
5433
|
+
var entityRefField2 = zod.z.string().url().refine((s) => /^https?:\/\//i.test(s), { message: "entityRef must be an http(s) URL" }).max(2048).optional();
|
|
5434
|
+
var InvestmentAmountSchema = zod.z.object({
|
|
5435
|
+
/** Whole major currency units (euros, not cents). Cheque sizes are round numbers. */
|
|
5436
|
+
value: zod.z.number().int().min(0),
|
|
5437
|
+
/** ISO 4217 three-letter code, uppercase. */
|
|
5438
|
+
currency: zod.z.string().length(3)
|
|
5439
|
+
});
|
|
5440
|
+
var ProfileInvestmentRecordSchema = zod.z.object({
|
|
5441
|
+
/** For a limited-partner entry this names the fund, not a portfolio company. */
|
|
5442
|
+
company: zod.z.string().min(1).refine(maxGraphemes(256)).max(2560),
|
|
5443
|
+
companyDid: didSchema.optional(),
|
|
5444
|
+
entityRef: entityRefField2,
|
|
5445
|
+
role: zod.z.string().optional(),
|
|
5446
|
+
stage: zod.z.string().optional(),
|
|
5447
|
+
status: zod.z.string().optional(),
|
|
5448
|
+
/** The vehicle the capital went through. Absent for a cheque in the person's own name. */
|
|
5449
|
+
via: zod.z.string().refine(maxGraphemes(256)).max(2560).optional(),
|
|
5450
|
+
viaDid: didSchema.optional(),
|
|
5451
|
+
viaEntityRef: entityRefField2,
|
|
5452
|
+
/**
|
|
5453
|
+
* Optional and empty by default. Cheque size is a personal financial disclosure,
|
|
5454
|
+
* and clients must not prompt for it.
|
|
5455
|
+
*/
|
|
5456
|
+
amount: InvestmentAmountSchema.optional(),
|
|
5457
|
+
startedAt: partialDateSchema.optional(),
|
|
5458
|
+
endedAt: partialDateSchema.optional(),
|
|
5459
|
+
description: zod.z.string().refine(maxGraphemes(5e3)).max(5e4).optional(),
|
|
5460
|
+
links: zod.z.array(ArtifactLinkSchema).max(50).optional(),
|
|
5461
|
+
labels: selfLabelsSchema.optional(),
|
|
5462
|
+
createdAt: datetimeSchema
|
|
5463
|
+
}).passthrough();
|
|
5390
5464
|
|
|
5391
5465
|
// src/roadmap/index.ts
|
|
5392
5466
|
var ROADMAP_ISSUES_REPO = "singi-labs/sifa-workspace";
|
|
@@ -5680,7 +5754,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5680
5754
|
}
|
|
5681
5755
|
|
|
5682
5756
|
// src/index.ts
|
|
5683
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5757
|
+
var SIFA_SDK_VERSION = "0.12.69";
|
|
5684
5758
|
|
|
5685
5759
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5686
5760
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|
|
@@ -5729,10 +5803,17 @@ exports.FollowProfilePageSchema = FollowProfilePageSchema;
|
|
|
5729
5803
|
exports.FollowProfileSchema = FollowProfileSchema;
|
|
5730
5804
|
exports.GraphFollowRecordSchema = GraphFollowRecordSchema;
|
|
5731
5805
|
exports.INDUSTRY_OPTIONS = INDUSTRY_OPTIONS;
|
|
5806
|
+
exports.INVESTMENT_ROLE_LABELS = INVESTMENT_ROLE_LABELS;
|
|
5807
|
+
exports.INVESTMENT_ROLE_OPTIONS = INVESTMENT_ROLE_OPTIONS;
|
|
5808
|
+
exports.INVESTMENT_STAGE_LABELS = INVESTMENT_STAGE_LABELS;
|
|
5809
|
+
exports.INVESTMENT_STAGE_OPTIONS = INVESTMENT_STAGE_OPTIONS;
|
|
5810
|
+
exports.INVESTMENT_STATUS_LABELS = INVESTMENT_STATUS_LABELS;
|
|
5811
|
+
exports.INVESTMENT_STATUS_OPTIONS = INVESTMENT_STATUS_OPTIONS;
|
|
5732
5812
|
exports.INVOLVEMENT_HEADING_ORDER = INVOLVEMENT_HEADING_ORDER;
|
|
5733
5813
|
exports.INVOLVEMENT_KIND_HEADINGS = INVOLVEMENT_KIND_HEADINGS;
|
|
5734
5814
|
exports.INVOLVEMENT_KIND_LABELS = INVOLVEMENT_KIND_LABELS;
|
|
5735
5815
|
exports.INVOLVEMENT_KIND_OPTIONS = INVOLVEMENT_KIND_OPTIONS;
|
|
5816
|
+
exports.InvestmentAmountSchema = InvestmentAmountSchema;
|
|
5736
5817
|
exports.MIN_SKILLS = MIN_SKILLS;
|
|
5737
5818
|
exports.ON_BEHALF_OF_EMPLOYMENT_TYPES = ON_BEHALF_OF_EMPLOYMENT_TYPES;
|
|
5738
5819
|
exports.OPEN_TO_OPTIONS = OPEN_TO_OPTIONS;
|
|
@@ -5757,6 +5838,7 @@ exports.ProfileCourseRecordSchema = ProfileCourseRecordSchema;
|
|
|
5757
5838
|
exports.ProfileEducationRecordSchema = ProfileEducationRecordSchema;
|
|
5758
5839
|
exports.ProfileExternalAccountRecordSchema = ProfileExternalAccountRecordSchema;
|
|
5759
5840
|
exports.ProfileHonorRecordSchema = ProfileHonorRecordSchema;
|
|
5841
|
+
exports.ProfileInvestmentRecordSchema = ProfileInvestmentRecordSchema;
|
|
5760
5842
|
exports.ProfileInvolvementRecordSchema = ProfileInvolvementRecordSchema;
|
|
5761
5843
|
exports.ProfileLanguageRecordSchema = ProfileLanguageRecordSchema;
|
|
5762
5844
|
exports.ProfilePositionRecordSchema = ProfilePositionRecordSchema;
|
|
@@ -5830,6 +5912,9 @@ exports.getFaviconUrl = getFaviconUrl;
|
|
|
5830
5912
|
exports.getFilledDimensionsMap = getFilledDimensionsMap;
|
|
5831
5913
|
exports.getHandleStem = getHandleStem;
|
|
5832
5914
|
exports.getIndustryLabelKey = getIndustryLabelKey;
|
|
5915
|
+
exports.getInvestmentRoleLabel = getInvestmentRoleLabel;
|
|
5916
|
+
exports.getInvestmentStageLabel = getInvestmentStageLabel;
|
|
5917
|
+
exports.getInvestmentStatusLabel = getInvestmentStatusLabel;
|
|
5833
5918
|
exports.getInvolvementKindHeading = getInvolvementKindHeading;
|
|
5834
5919
|
exports.getInvolvementKindLabel = getInvolvementKindLabel;
|
|
5835
5920
|
exports.getLexiconEntry = getLexiconEntry;
|