@dailydotdev/schema 0.2.48 → 0.2.49
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/brokkr/brokkr_connect.cjs +1 -1
- package/dist/brokkr/brokkr_connect.d.cts +10 -1
- package/dist/brokkr/brokkr_connect.d.ts +10 -1
- package/dist/brokkr/brokkr_connect.js +1 -1
- package/dist/brokkr/brokkr_pb.cjs +1 -1
- package/dist/brokkr/brokkr_pb.d.cts +18 -1
- package/dist/brokkr/brokkr_pb.d.ts +18 -1
- package/dist/brokkr/brokkr_pb.js +1 -1
- package/dist/daily-api/user-candidate-preference_pb.cjs +1 -1
- package/dist/daily-api/user-candidate-preference_pb.d.cts +6 -0
- package/dist/daily-api/user-candidate-preference_pb.d.ts +6 -0
- package/dist/daily-api/user-candidate-preference_pb.js +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var e,r=Object.defineProperty,t=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,
|
|
1
|
+
var e,r=Object.defineProperty,t=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,a={};((e,t)=>{for(var o in t)r(e,o,{get:t[o],enumerable:!0})})(a,{BrokkrService:()=>u}),module.exports=(e=a,((e,a,p,i)=>{if(a&&"object"==typeof a||"function"==typeof a)for(let s of o(a))n.call(e,s)||s===p||r(e,s,{get:()=>a[s],enumerable:!(i=t(a,s))||i.enumerable});return e})(r({},"__esModule",{value:!0}),e));var p=require("./brokkr_pb.cjs"),i=require("@bufbuild/protobuf"),s=require("../bragi/pipelines_pb.cjs");const u={typeName:"brokkr.BrokkrService",methods:{extractMarkdown:{name:"ExtractMarkdown",I:p.BrokkrParseRequest,O:p.ExtractMarkdownResponse,kind:i.MethodKind.Unary},parseOpportunity:{name:"ParseOpportunity",I:p.BrokkrParseRequest,O:s.ParseOpportunityResponse,kind:i.MethodKind.Unary}}};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BrokkrParseRequest } from './brokkr_pb.cjs';
|
|
1
|
+
import { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr_pb.cjs';
|
|
2
2
|
import { ParseOpportunityResponse } from '../bragi/pipelines_pb.cjs';
|
|
3
3
|
import '@bufbuild/protobuf';
|
|
4
4
|
import '../feed/briefing/briefing_pb.cjs';
|
|
@@ -12,6 +12,15 @@ import '../daily-api/util_pb.cjs';
|
|
|
12
12
|
declare const BrokkrService: {
|
|
13
13
|
readonly typeName: "brokkr.BrokkrService";
|
|
14
14
|
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc brokkr.BrokkrService.ExtractMarkdown
|
|
17
|
+
*/
|
|
18
|
+
readonly extractMarkdown: {
|
|
19
|
+
readonly name: "ExtractMarkdown";
|
|
20
|
+
readonly I: typeof BrokkrParseRequest;
|
|
21
|
+
readonly O: typeof ExtractMarkdownResponse;
|
|
22
|
+
readonly kind: any;
|
|
23
|
+
};
|
|
15
24
|
/**
|
|
16
25
|
* @generated from rpc brokkr.BrokkrService.ParseOpportunity
|
|
17
26
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BrokkrParseRequest } from './brokkr_pb.js';
|
|
1
|
+
import { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr_pb.js';
|
|
2
2
|
import { ParseOpportunityResponse } from '../bragi/pipelines_pb.js';
|
|
3
3
|
import '@bufbuild/protobuf';
|
|
4
4
|
import '../feed/briefing/briefing_pb.js';
|
|
@@ -12,6 +12,15 @@ import '../daily-api/util_pb.js';
|
|
|
12
12
|
declare const BrokkrService: {
|
|
13
13
|
readonly typeName: "brokkr.BrokkrService";
|
|
14
14
|
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc brokkr.BrokkrService.ExtractMarkdown
|
|
17
|
+
*/
|
|
18
|
+
readonly extractMarkdown: {
|
|
19
|
+
readonly name: "ExtractMarkdown";
|
|
20
|
+
readonly I: typeof BrokkrParseRequest;
|
|
21
|
+
readonly O: typeof ExtractMarkdownResponse;
|
|
22
|
+
readonly kind: any;
|
|
23
|
+
};
|
|
15
24
|
/**
|
|
16
25
|
* @generated from rpc brokkr.BrokkrService.ParseOpportunity
|
|
17
26
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{BrokkrParseRequest as r}from"./brokkr_pb.ts";import{
|
|
1
|
+
import{BrokkrParseRequest as r,ExtractMarkdownResponse as o}from"./brokkr_pb.ts";import{MethodKind as t}from"@bufbuild/protobuf";import{ParseOpportunityResponse as p}from"../bragi/pipelines_pb.ts";const e={typeName:"brokkr.BrokkrService",methods:{extractMarkdown:{name:"ExtractMarkdown",I:r,O:o,kind:t.Unary},parseOpportunity:{name:"ParseOpportunity",I:r,O:p,kind:t.Unary}}};export{e as BrokkrService};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e
|
|
1
|
+
var t,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,s={};((t,r)=>{for(var o in r)e(t,o,{get:r[o],enumerable:!0})})(s,{BrokkrParseRequest:()=>i,ExtractMarkdownResponse:()=>u}),module.exports=(t=s,((t,s,a,i)=>{if(s&&"object"==typeof s||"function"==typeof s)for(let u of o(s))n.call(t,u)||u===a||e(t,u,{get:()=>s[u],enumerable:!(i=r(s,u))||i.enumerable});return t})(e({},"__esModule",{value:!0}),t));var a=require("@bufbuild/protobuf");class i extends a.Message{bucketName="";blobName="";constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="brokkr.BrokkrParseRequest";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"bucket_name",kind:"scalar",T:9},{no:2,name:"blob_name",kind:"scalar",T:9}]));static fromBinary(t,e){return(new i).fromBinary(t,e)}static fromJson(t,e){return(new i).fromJson(t,e)}static fromJsonString(t,e){return(new i).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(i,t,e)}}class u extends a.Message{content="";constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="brokkr.ExtractMarkdownResponse";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:9}]));static fromBinary(t,e){return(new u).fromBinary(t,e)}static fromJson(t,e){return(new u).fromJson(t,e)}static fromJsonString(t,e){return(new u).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(u,t,e)}}
|
|
@@ -25,5 +25,22 @@ declare class BrokkrParseRequest extends Message<BrokkrParseRequest> {
|
|
|
25
25
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BrokkrParseRequest;
|
|
26
26
|
static equals(a: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined, b: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined): boolean;
|
|
27
27
|
}
|
|
28
|
+
/**
|
|
29
|
+
* @generated from message brokkr.ExtractMarkdownResponse
|
|
30
|
+
*/
|
|
31
|
+
declare class ExtractMarkdownResponse extends Message<ExtractMarkdownResponse> {
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string content = 1;
|
|
34
|
+
*/
|
|
35
|
+
content: string;
|
|
36
|
+
constructor(data?: PartialMessage<ExtractMarkdownResponse>);
|
|
37
|
+
static readonly runtime: typeof proto3;
|
|
38
|
+
static readonly typeName = "brokkr.ExtractMarkdownResponse";
|
|
39
|
+
static readonly fields: FieldList;
|
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExtractMarkdownResponse;
|
|
41
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExtractMarkdownResponse;
|
|
42
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExtractMarkdownResponse;
|
|
43
|
+
static equals(a: ExtractMarkdownResponse | PlainMessage<ExtractMarkdownResponse> | undefined, b: ExtractMarkdownResponse | PlainMessage<ExtractMarkdownResponse> | undefined): boolean;
|
|
44
|
+
}
|
|
28
45
|
|
|
29
|
-
export { BrokkrParseRequest };
|
|
46
|
+
export { BrokkrParseRequest, ExtractMarkdownResponse };
|
|
@@ -25,5 +25,22 @@ declare class BrokkrParseRequest extends Message<BrokkrParseRequest> {
|
|
|
25
25
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BrokkrParseRequest;
|
|
26
26
|
static equals(a: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined, b: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined): boolean;
|
|
27
27
|
}
|
|
28
|
+
/**
|
|
29
|
+
* @generated from message brokkr.ExtractMarkdownResponse
|
|
30
|
+
*/
|
|
31
|
+
declare class ExtractMarkdownResponse extends Message<ExtractMarkdownResponse> {
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string content = 1;
|
|
34
|
+
*/
|
|
35
|
+
content: string;
|
|
36
|
+
constructor(data?: PartialMessage<ExtractMarkdownResponse>);
|
|
37
|
+
static readonly runtime: typeof proto3;
|
|
38
|
+
static readonly typeName = "brokkr.ExtractMarkdownResponse";
|
|
39
|
+
static readonly fields: FieldList;
|
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExtractMarkdownResponse;
|
|
41
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExtractMarkdownResponse;
|
|
42
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExtractMarkdownResponse;
|
|
43
|
+
static equals(a: ExtractMarkdownResponse | PlainMessage<ExtractMarkdownResponse> | undefined, b: ExtractMarkdownResponse | PlainMessage<ExtractMarkdownResponse> | undefined): boolean;
|
|
44
|
+
}
|
|
28
45
|
|
|
29
|
-
export { BrokkrParseRequest };
|
|
46
|
+
export { BrokkrParseRequest, ExtractMarkdownResponse };
|
package/dist/brokkr/brokkr_pb.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as t,proto3 as r}from"@bufbuild/protobuf";class
|
|
1
|
+
import{Message as t,proto3 as r}from"@bufbuild/protobuf";class n extends t{bucketName="";blobName="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.BrokkrParseRequest";static fields=r.util.newFieldList((()=>[{no:1,name:"bucket_name",kind:"scalar",T:9},{no:2,name:"blob_name",kind:"scalar",T:9}]));static fromBinary(t,r){return(new n).fromBinary(t,r)}static fromJson(t,r){return(new n).fromJson(t,r)}static fromJsonString(t,r){return(new n).fromJsonString(t,r)}static equals(t,e){return r.util.equals(n,t,e)}}class e extends t{content="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.ExtractMarkdownResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:9}]));static fromBinary(t,r){return(new e).fromBinary(t,r)}static fromJson(t,r){return(new e).fromJson(t,r)}static fromJsonString(t,r){return(new e).fromJsonString(t,r)}static equals(t,n){return r.util.equals(e,t,n)}}export{n as BrokkrParseRequest,e as ExtractMarkdownResponse};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e,n=Object.defineProperty,t=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,r={};((e,t)=>{for(var a in t)n(e,a,{get:t[a],enumerable:!0})})(r,{CandidateStatus:()=>
|
|
1
|
+
var e,n=Object.defineProperty,t=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,r={};((e,t)=>{for(var a in t)n(e,a,{get:t[a],enumerable:!0})})(r,{CandidateStatus:()=>c,UserCandidatePreference:()=>u}),module.exports=(e=r,((e,r,i,s)=>{if(r&&"object"==typeof r||"function"==typeof r)for(let p of a(r))o.call(e,p)||p===i||n(e,p,{get:()=>r[p],enumerable:!(s=t(r,p))||s.enumerable});return e})(n({},"__esModule",{value:!0}),e));var i=require("@bufbuild/protobuf"),s=require("./user_pb.cjs"),p=require("./opportunity_pb.cjs"),d=require("./util_pb.cjs"),m=require("./organization_pb.cjs"),c=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.DISABLED=1]="DISABLED",e[e.ACTIVELY_LOOKING=2]="ACTIVELY_LOOKING",e[e.OPEN_TO_OFFERS=3]="OPEN_TO_OFFERS",e))(c||{});i.proto3.util.setEnumType(c,"dailydotdev.api.usercandidatepreference.CandidateStatus",[{no:0,name:"CANDIDATE_STATUS_UNSPECIFIED"},{no:1,name:"CANDIDATE_STATUS_DISABLED"},{no:2,name:"CANDIDATE_STATUS_ACTIVELY_LOOKING"},{no:3,name:"CANDIDATE_STATUS_OPEN_TO_OFFERS"}]);class u extends i.Message{userId="";status=0;updatedAt=0;cv;cvParsedJson;role="";roleType=0;employmentType=[];salaryExpectation;location=[];locationType=[];companyStage=[];companySize=[];keywords=[];cvParsedMarkdown;constructor(e){super(),i.proto3.util.initPartial(e,this)}static runtime=i.proto3;static typeName="dailydotdev.api.usercandidatepreference.UserCandidatePreference";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"status",kind:"enum",T:i.proto3.getEnumType(c)},{no:3,name:"updated_at",kind:"scalar",T:5},{no:4,name:"cv",kind:"message",T:s.UserCV},{no:5,name:"cv_parsed_json",kind:"scalar",T:9,opt:!0},{no:6,name:"role",kind:"scalar",T:9},{no:7,name:"role_type",kind:"scalar",T:2},{no:8,name:"employment_type",kind:"enum",T:i.proto3.getEnumType(p.EmploymentType),repeated:!0},{no:9,name:"salary_expectation",kind:"message",T:p.Salary,opt:!0},{no:10,name:"location",kind:"message",T:d.Location,repeated:!0},{no:11,name:"location_type",kind:"enum",T:i.proto3.getEnumType(d.LocationType),repeated:!0},{no:12,name:"company_stage",kind:"enum",T:i.proto3.getEnumType(m.CompanyStage),repeated:!0},{no:13,name:"company_size",kind:"enum",T:i.proto3.getEnumType(m.CompanySize),repeated:!0},{no:14,name:"keywords",kind:"scalar",T:9,repeated:!0},{no:15,name:"cv_parsed_markdown",kind:"scalar",T:9,opt:!0}]));static fromBinary(e,n){return(new u).fromBinary(e,n)}static fromJson(e,n){return(new u).fromJson(e,n)}static fromJsonString(e,n){return(new u).fromJsonString(e,n)}static equals(e,n){return i.proto3.util.equals(u,e,n)}}
|
|
@@ -93,6 +93,12 @@ declare class UserCandidatePreference extends Message<UserCandidatePreference> {
|
|
|
93
93
|
* @generated from field: repeated string keywords = 14;
|
|
94
94
|
*/
|
|
95
95
|
keywords: string[];
|
|
96
|
+
/**
|
|
97
|
+
* The extracted markdown content from the user's CV, temporary until CV parsing is improved. Highly unstructured.
|
|
98
|
+
*
|
|
99
|
+
* @generated from field: optional string cv_parsed_markdown = 15;
|
|
100
|
+
*/
|
|
101
|
+
cvParsedMarkdown?: string;
|
|
96
102
|
constructor(data?: PartialMessage<UserCandidatePreference>);
|
|
97
103
|
static readonly runtime: typeof proto3;
|
|
98
104
|
static readonly typeName = "dailydotdev.api.usercandidatepreference.UserCandidatePreference";
|
|
@@ -93,6 +93,12 @@ declare class UserCandidatePreference extends Message<UserCandidatePreference> {
|
|
|
93
93
|
* @generated from field: repeated string keywords = 14;
|
|
94
94
|
*/
|
|
95
95
|
keywords: string[];
|
|
96
|
+
/**
|
|
97
|
+
* The extracted markdown content from the user's CV, temporary until CV parsing is improved. Highly unstructured.
|
|
98
|
+
*
|
|
99
|
+
* @generated from field: optional string cv_parsed_markdown = 15;
|
|
100
|
+
*/
|
|
101
|
+
cvParsedMarkdown?: string;
|
|
96
102
|
constructor(data?: PartialMessage<UserCandidatePreference>);
|
|
97
103
|
static readonly runtime: typeof proto3;
|
|
98
104
|
static readonly typeName = "dailydotdev.api.usercandidatepreference.UserCandidatePreference";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as e,proto3 as n}from"@bufbuild/protobuf";import{UserCV as a}from"./user_pb.ts";import{EmploymentType as t,Salary as o}from"./opportunity_pb.ts";import{Location as r,LocationType as i}from"./util_pb.ts";import{CompanySize as s,CompanyStage as m}from"./organization_pb.ts";var
|
|
1
|
+
import{Message as e,proto3 as n}from"@bufbuild/protobuf";import{UserCV as a}from"./user_pb.ts";import{EmploymentType as t,Salary as o}from"./opportunity_pb.ts";import{Location as r,LocationType as i}from"./util_pb.ts";import{CompanySize as s,CompanyStage as m}from"./organization_pb.ts";var d=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.DISABLED=1]="DISABLED",e[e.ACTIVELY_LOOKING=2]="ACTIVELY_LOOKING",e[e.OPEN_TO_OFFERS=3]="OPEN_TO_OFFERS",e))(d||{});n.util.setEnumType(d,"dailydotdev.api.usercandidatepreference.CandidateStatus",[{no:0,name:"CANDIDATE_STATUS_UNSPECIFIED"},{no:1,name:"CANDIDATE_STATUS_DISABLED"},{no:2,name:"CANDIDATE_STATUS_ACTIVELY_LOOKING"},{no:3,name:"CANDIDATE_STATUS_OPEN_TO_OFFERS"}]);class p extends e{userId="";status=0;updatedAt=0;cv;cvParsedJson;role="";roleType=0;employmentType=[];salaryExpectation;location=[];locationType=[];companyStage=[];companySize=[];keywords=[];cvParsedMarkdown;constructor(e){super(),n.util.initPartial(e,this)}static runtime=n;static typeName="dailydotdev.api.usercandidatepreference.UserCandidatePreference";static fields=n.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"status",kind:"enum",T:n.getEnumType(d)},{no:3,name:"updated_at",kind:"scalar",T:5},{no:4,name:"cv",kind:"message",T:a},{no:5,name:"cv_parsed_json",kind:"scalar",T:9,opt:!0},{no:6,name:"role",kind:"scalar",T:9},{no:7,name:"role_type",kind:"scalar",T:2},{no:8,name:"employment_type",kind:"enum",T:n.getEnumType(t),repeated:!0},{no:9,name:"salary_expectation",kind:"message",T:o,opt:!0},{no:10,name:"location",kind:"message",T:r,repeated:!0},{no:11,name:"location_type",kind:"enum",T:n.getEnumType(i),repeated:!0},{no:12,name:"company_stage",kind:"enum",T:n.getEnumType(m),repeated:!0},{no:13,name:"company_size",kind:"enum",T:n.getEnumType(s),repeated:!0},{no:14,name:"keywords",kind:"scalar",T:9,repeated:!0},{no:15,name:"cv_parsed_markdown",kind:"scalar",T:9,opt:!0}]));static fromBinary(e,n){return(new p).fromBinary(e,n)}static fromJson(e,n){return(new p).fromJson(e,n)}static fromJsonString(e,n){return(new p).fromJsonString(e,n)}static equals(e,a){return n.util.equals(p,e,a)}}export{d as CandidateStatus,p as UserCandidatePreference};
|
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ export { AggregateMemoryRequest, AlternativeTitleRequest, AlternativeTitleRespon
|
|
|
3
3
|
export { LLMProxy } from './bragi/proxy_connect.cjs';
|
|
4
4
|
export { CacheControl, CacheControlType, ChatAudit, ChatDelta, ChatMessage, ChatRequest, ChatResponse, ChatStreamResponse, CompletionRequest, Embedding, EmbeddingRequest, EmbeddingResponse, ImageUrl, ModelProvider, ReasoningEffort, Usage, VisionContent, VisionMessage, VisionRequest } from './bragi/proxy_pb.cjs';
|
|
5
5
|
export { BrokkrService } from './brokkr/brokkr_connect.cjs';
|
|
6
|
-
export { BrokkrParseRequest } from './brokkr/brokkr_pb.cjs';
|
|
6
|
+
export { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr/brokkr_pb.cjs';
|
|
7
7
|
export { Screening } from './daily-api/opportunity-match_pb.cjs';
|
|
8
8
|
export { EmploymentType, Opportunity, OpportunityContent, OpportunityContent_ContentBlock, OpportunityMeta, OpportunityState, OpportunityType, Recruiter, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.cjs';
|
|
9
9
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { AggregateMemoryRequest, AlternativeTitleRequest, AlternativeTitleRespon
|
|
|
3
3
|
export { LLMProxy } from './bragi/proxy_connect.js';
|
|
4
4
|
export { CacheControl, CacheControlType, ChatAudit, ChatDelta, ChatMessage, ChatRequest, ChatResponse, ChatStreamResponse, CompletionRequest, Embedding, EmbeddingRequest, EmbeddingResponse, ImageUrl, ModelProvider, ReasoningEffort, Usage, VisionContent, VisionMessage, VisionRequest } from './bragi/proxy_pb.js';
|
|
5
5
|
export { BrokkrService } from './brokkr/brokkr_connect.js';
|
|
6
|
-
export { BrokkrParseRequest } from './brokkr/brokkr_pb.js';
|
|
6
|
+
export { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr/brokkr_pb.js';
|
|
7
7
|
export { Screening } from './daily-api/opportunity-match_pb.js';
|
|
8
8
|
export { EmploymentType, Opportunity, OpportunityContent, OpportunityContent_ContentBlock, OpportunityMeta, OpportunityState, OpportunityType, Recruiter, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.js';
|
|
9
9
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.js';
|