@singi-labs/sifa-sdk 0.12.68 → 0.12.70
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 +88 -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 +77 -2
- package/dist/index.js.map +1 -1
- package/dist/jsonld/index.cjs +444 -457
- package/dist/jsonld/index.cjs.map +1 -1
- package/dist/jsonld/index.d.cts +32 -18
- package/dist/jsonld/index.d.ts +32 -18
- package/dist/jsonld/index.js +444 -457
- package/dist/jsonld/index.js.map +1 -1
- package/dist/{index-BARfrksZ.d.cts → network-map-BAuHfC6e.d.cts} +5 -5
- package/dist/{index-C0iPs_NQ.d.ts → network-map-l-qT7ada.d.ts} +5 -5
- package/dist/{org-ClPPJ3-J.d.cts → org-BaWCreh6.d.cts} +3 -3
- package/dist/{org-wLJm-WXC.d.ts → org-OaBu-89h.d.ts} +3 -3
- package/dist/{shared-BibYErTJ.d.cts → profile-investment-C97ssnBV.d.cts} +45 -1
- package/dist/{shared-BibYErTJ.d.ts → profile-investment-C97ssnBV.d.ts} +45 -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 +138 -0
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +24 -6
- package/dist/query/fetchers/index.d.ts +24 -6
- package/dist/query/fetchers/index.js +136 -1
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +188 -0
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +26 -6
- package/dist/query/hooks/index.d.ts +26 -6
- package/dist/query/hooks/index.js +186 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.d.cts +9 -9
- package/dist/query/index.d.ts +9 -9
- package/dist/schemas/index.cjs +35 -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 +33 -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 +36 -1
- package/dist/schemas/write/index.d.ts +36 -1
- 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-DQrudL91.d.cts → use-org-notification-emails-CcuTb7LT.d.cts} +4 -4
- package/dist/{index-B61EZesA.d.ts → use-org-notification-emails-DG2qXAKu.d.ts} +4 -4
- package/package.json +3 -2
|
@@ -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,38 @@ 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 PROFILE_INVESTMENT_NSID = "id.sifa.profile.investment";
|
|
5441
|
+
var ProfileInvestmentRecordSchema = zod.z.object({
|
|
5442
|
+
/** For a limited-partner entry this names the fund, not a portfolio company. */
|
|
5443
|
+
company: zod.z.string().min(1).refine(maxGraphemes(256)).max(2560),
|
|
5444
|
+
companyDid: didSchema.optional(),
|
|
5445
|
+
entityRef: entityRefField2,
|
|
5446
|
+
role: zod.z.string().optional(),
|
|
5447
|
+
stage: zod.z.string().optional(),
|
|
5448
|
+
status: zod.z.string().optional(),
|
|
5449
|
+
/** The vehicle the capital went through. Absent for a cheque in the person's own name. */
|
|
5450
|
+
via: zod.z.string().refine(maxGraphemes(256)).max(2560).optional(),
|
|
5451
|
+
viaDid: didSchema.optional(),
|
|
5452
|
+
viaEntityRef: entityRefField2,
|
|
5453
|
+
/**
|
|
5454
|
+
* Optional and empty by default. Cheque size is a personal financial disclosure,
|
|
5455
|
+
* and clients must not prompt for it.
|
|
5456
|
+
*/
|
|
5457
|
+
amount: InvestmentAmountSchema.optional(),
|
|
5458
|
+
startedAt: partialDateSchema.optional(),
|
|
5459
|
+
endedAt: partialDateSchema.optional(),
|
|
5460
|
+
description: zod.z.string().refine(maxGraphemes(5e3)).max(5e4).optional(),
|
|
5461
|
+
links: zod.z.array(ArtifactLinkSchema).max(50).optional(),
|
|
5462
|
+
labels: selfLabelsSchema.optional(),
|
|
5463
|
+
createdAt: datetimeSchema
|
|
5464
|
+
}).passthrough();
|
|
5390
5465
|
|
|
5391
5466
|
// src/roadmap/index.ts
|
|
5392
5467
|
var ROADMAP_ISSUES_REPO = "singi-labs/sifa-workspace";
|
|
@@ -5680,7 +5755,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5680
5755
|
}
|
|
5681
5756
|
|
|
5682
5757
|
// src/index.ts
|
|
5683
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5758
|
+
var SIFA_SDK_VERSION = "0.12.70";
|
|
5684
5759
|
|
|
5685
5760
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5686
5761
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|
|
@@ -5729,10 +5804,17 @@ exports.FollowProfilePageSchema = FollowProfilePageSchema;
|
|
|
5729
5804
|
exports.FollowProfileSchema = FollowProfileSchema;
|
|
5730
5805
|
exports.GraphFollowRecordSchema = GraphFollowRecordSchema;
|
|
5731
5806
|
exports.INDUSTRY_OPTIONS = INDUSTRY_OPTIONS;
|
|
5807
|
+
exports.INVESTMENT_ROLE_LABELS = INVESTMENT_ROLE_LABELS;
|
|
5808
|
+
exports.INVESTMENT_ROLE_OPTIONS = INVESTMENT_ROLE_OPTIONS;
|
|
5809
|
+
exports.INVESTMENT_STAGE_LABELS = INVESTMENT_STAGE_LABELS;
|
|
5810
|
+
exports.INVESTMENT_STAGE_OPTIONS = INVESTMENT_STAGE_OPTIONS;
|
|
5811
|
+
exports.INVESTMENT_STATUS_LABELS = INVESTMENT_STATUS_LABELS;
|
|
5812
|
+
exports.INVESTMENT_STATUS_OPTIONS = INVESTMENT_STATUS_OPTIONS;
|
|
5732
5813
|
exports.INVOLVEMENT_HEADING_ORDER = INVOLVEMENT_HEADING_ORDER;
|
|
5733
5814
|
exports.INVOLVEMENT_KIND_HEADINGS = INVOLVEMENT_KIND_HEADINGS;
|
|
5734
5815
|
exports.INVOLVEMENT_KIND_LABELS = INVOLVEMENT_KIND_LABELS;
|
|
5735
5816
|
exports.INVOLVEMENT_KIND_OPTIONS = INVOLVEMENT_KIND_OPTIONS;
|
|
5817
|
+
exports.InvestmentAmountSchema = InvestmentAmountSchema;
|
|
5736
5818
|
exports.MIN_SKILLS = MIN_SKILLS;
|
|
5737
5819
|
exports.ON_BEHALF_OF_EMPLOYMENT_TYPES = ON_BEHALF_OF_EMPLOYMENT_TYPES;
|
|
5738
5820
|
exports.OPEN_TO_OPTIONS = OPEN_TO_OPTIONS;
|
|
@@ -5747,6 +5829,7 @@ exports.PRESENTATION_LINK_TYPE_LABELS = PRESENTATION_LINK_TYPE_LABELS;
|
|
|
5747
5829
|
exports.PRESENTATION_LINK_TYPE_OPTIONS = PRESENTATION_LINK_TYPE_OPTIONS;
|
|
5748
5830
|
exports.PRESENTATION_ROLE_LABELS = PRESENTATION_ROLE_LABELS;
|
|
5749
5831
|
exports.PRESENTATION_ROLE_OPTIONS = PRESENTATION_ROLE_OPTIONS;
|
|
5832
|
+
exports.PROFILE_INVESTMENT_NSID = PROFILE_INVESTMENT_NSID;
|
|
5750
5833
|
exports.PROFILE_INVOLVEMENT_NSID = PROFILE_INVOLVEMENT_NSID;
|
|
5751
5834
|
exports.PROJECT_ROLES = PROJECT_ROLES;
|
|
5752
5835
|
exports.PUBLISHERS = PUBLISHERS;
|
|
@@ -5757,6 +5840,7 @@ exports.ProfileCourseRecordSchema = ProfileCourseRecordSchema;
|
|
|
5757
5840
|
exports.ProfileEducationRecordSchema = ProfileEducationRecordSchema;
|
|
5758
5841
|
exports.ProfileExternalAccountRecordSchema = ProfileExternalAccountRecordSchema;
|
|
5759
5842
|
exports.ProfileHonorRecordSchema = ProfileHonorRecordSchema;
|
|
5843
|
+
exports.ProfileInvestmentRecordSchema = ProfileInvestmentRecordSchema;
|
|
5760
5844
|
exports.ProfileInvolvementRecordSchema = ProfileInvolvementRecordSchema;
|
|
5761
5845
|
exports.ProfileLanguageRecordSchema = ProfileLanguageRecordSchema;
|
|
5762
5846
|
exports.ProfilePositionRecordSchema = ProfilePositionRecordSchema;
|
|
@@ -5830,6 +5914,9 @@ exports.getFaviconUrl = getFaviconUrl;
|
|
|
5830
5914
|
exports.getFilledDimensionsMap = getFilledDimensionsMap;
|
|
5831
5915
|
exports.getHandleStem = getHandleStem;
|
|
5832
5916
|
exports.getIndustryLabelKey = getIndustryLabelKey;
|
|
5917
|
+
exports.getInvestmentRoleLabel = getInvestmentRoleLabel;
|
|
5918
|
+
exports.getInvestmentStageLabel = getInvestmentStageLabel;
|
|
5919
|
+
exports.getInvestmentStatusLabel = getInvestmentStatusLabel;
|
|
5833
5920
|
exports.getInvolvementKindHeading = getInvolvementKindHeading;
|
|
5834
5921
|
exports.getInvolvementKindLabel = getInvolvementKindLabel;
|
|
5835
5922
|
exports.getLexiconEntry = getLexiconEntry;
|