@dailydotdev/schema 0.2.38 → 0.2.40
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 -0
- package/dist/brokkr/brokkr_connect.d.cts +33 -0
- package/dist/brokkr/brokkr_connect.d.ts +33 -0
- package/dist/brokkr/brokkr_connect.js +1 -0
- package/dist/brokkr/brokkr_pb.cjs +1 -0
- package/dist/brokkr/brokkr_pb.d.cts +117 -0
- package/dist/brokkr/brokkr_pb.d.ts +117 -0
- package/dist/brokkr/brokkr_pb.js +1 -0
- package/dist/daily-api/pubsub/candidate-rejected-opportunity_pb.cjs +1 -0
- package/dist/daily-api/pubsub/candidate-rejected-opportunity_pb.d.cts +33 -0
- package/dist/daily-api/pubsub/candidate-rejected-opportunity_pb.d.ts +33 -0
- package/dist/daily-api/pubsub/candidate-rejected-opportunity_pb.js +1 -0
- package/dist/feed/briefing/briefing_pb.cjs +1 -1
- package/dist/feed/briefing/briefing_pb.d.cts +4 -0
- package/dist/feed/briefing/briefing_pb.d.ts +4 -0
- package/dist/feed/briefing/briefing_pb.js +1 -1
- package/dist/gondul/candidates_pb.cjs +1 -1
- package/dist/gondul/candidates_pb.d.cts +55 -1
- package/dist/gondul/candidates_pb.d.ts +55 -1
- package/dist/gondul/candidates_pb.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
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,s)=>{if(a&&"object"==typeof a||"function"==typeof a)for(let u of o(a))n.call(e,u)||u===p||r(e,u,{get:()=>a[u],enumerable:!(s=t(a,u))||s.enumerable});return e})(r({},"__esModule",{value:!0}),e));var p=require("./brokkr_pb.cjs"),s=require("@bufbuild/protobuf");const u={typeName:"brokkr.BrokkrService",methods:{health:{name:"Health",I:p.HealthRequest,O:p.HealthResponse,kind:s.MethodKind.Unary},parseOpportunity:{name:"ParseOpportunity",I:p.ParseRequest,O:p.ParseOpportunityResponse,kind:s.MethodKind.Unary}}};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { HealthRequest, HealthResponse, ParseRequest, ParseOpportunityResponse } from './brokkr_pb.cjs';
|
|
2
|
+
import '@bufbuild/protobuf';
|
|
3
|
+
import '../daily-api/opportunity_pb.cjs';
|
|
4
|
+
import '../daily-api/util_pb.cjs';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @generated from service brokkr.BrokkrService
|
|
8
|
+
*/
|
|
9
|
+
declare const BrokkrService: {
|
|
10
|
+
readonly typeName: "brokkr.BrokkrService";
|
|
11
|
+
readonly methods: {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from rpc brokkr.BrokkrService.Health
|
|
14
|
+
*/
|
|
15
|
+
readonly health: {
|
|
16
|
+
readonly name: "Health";
|
|
17
|
+
readonly I: typeof HealthRequest;
|
|
18
|
+
readonly O: typeof HealthResponse;
|
|
19
|
+
readonly kind: any;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @generated from rpc brokkr.BrokkrService.ParseOpportunity
|
|
23
|
+
*/
|
|
24
|
+
readonly parseOpportunity: {
|
|
25
|
+
readonly name: "ParseOpportunity";
|
|
26
|
+
readonly I: typeof ParseRequest;
|
|
27
|
+
readonly O: typeof ParseOpportunityResponse;
|
|
28
|
+
readonly kind: any;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { BrokkrService };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { HealthRequest, HealthResponse, ParseRequest, ParseOpportunityResponse } from './brokkr_pb.js';
|
|
2
|
+
import '@bufbuild/protobuf';
|
|
3
|
+
import '../daily-api/opportunity_pb.js';
|
|
4
|
+
import '../daily-api/util_pb.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @generated from service brokkr.BrokkrService
|
|
8
|
+
*/
|
|
9
|
+
declare const BrokkrService: {
|
|
10
|
+
readonly typeName: "brokkr.BrokkrService";
|
|
11
|
+
readonly methods: {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from rpc brokkr.BrokkrService.Health
|
|
14
|
+
*/
|
|
15
|
+
readonly health: {
|
|
16
|
+
readonly name: "Health";
|
|
17
|
+
readonly I: typeof HealthRequest;
|
|
18
|
+
readonly O: typeof HealthResponse;
|
|
19
|
+
readonly kind: any;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @generated from rpc brokkr.BrokkrService.ParseOpportunity
|
|
23
|
+
*/
|
|
24
|
+
readonly parseOpportunity: {
|
|
25
|
+
readonly name: "ParseOpportunity";
|
|
26
|
+
readonly I: typeof ParseRequest;
|
|
27
|
+
readonly O: typeof ParseOpportunityResponse;
|
|
28
|
+
readonly kind: any;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { BrokkrService };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{HealthRequest as r,HealthResponse as o,ParseOpportunityResponse as t,ParseRequest as e}from"./brokkr_pb.ts";import{MethodKind as p}from"@bufbuild/protobuf";const a={typeName:"brokkr.BrokkrService",methods:{health:{name:"Health",I:r,O:o,kind:p.Unary},parseOpportunity:{name:"ParseOpportunity",I:e,O:t,kind:p.Unary}}};export{a as BrokkrService};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t,r=Object.defineProperty,e=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,n={};((t,e)=>{for(var s in e)r(t,s,{get:e[s],enumerable:!0})})(n,{HealthRequest:()=>u,HealthResponse:()=>l,ParseError:()=>m,ParseOpportunityResponse:()=>p,ParseRequest:()=>c}),module.exports=(t=n,((t,n,i,a)=>{if(n&&"object"==typeof n||"function"==typeof n)for(let u of s(n))o.call(t,u)||u===i||r(t,u,{get:()=>n[u],enumerable:!(a=e(n,u))||a.enumerable});return t})(r({},"__esModule",{value:!0}),t));var i=require("@bufbuild/protobuf"),a=require("../daily-api/opportunity_pb.cjs");class u extends i.Message{constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="brokkr.HealthRequest";static fields=i.proto3.util.newFieldList((()=>[]));static fromBinary(t,r){return(new u).fromBinary(t,r)}static fromJson(t,r){return(new u).fromJson(t,r)}static fromJsonString(t,r){return(new u).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(u,t,r)}}class l extends i.Message{status="";constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="brokkr.HealthResponse";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"status",kind:"scalar",T:9}]));static fromBinary(t,r){return(new l).fromBinary(t,r)}static fromJson(t,r){return(new l).fromJson(t,r)}static fromJsonString(t,r){return(new l).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(l,t,r)}}class c extends i.Message{bucketName="";blobName="";constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="brokkr.ParseRequest";static fields=i.proto3.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 c).fromBinary(t,r)}static fromJson(t,r){return(new c).fromJson(t,r)}static fromJsonString(t,r){return(new c).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(c,t,r)}}class m extends i.Message{field="";message="";constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="brokkr.ParseError";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"field",kind:"scalar",T:9},{no:2,name:"message",kind:"scalar",T:9}]));static fromBinary(t,r){return(new m).fromBinary(t,r)}static fromJson(t,r){return(new m).fromJson(t,r)}static fromJsonString(t,r){return(new m).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(m,t,r)}}class p extends i.Message{summary="";errors=[];opportunity;constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="brokkr.ParseOpportunityResponse";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"summary",kind:"scalar",T:9},{no:2,name:"errors",kind:"message",T:m,repeated:!0},{no:3,name:"opportunity",kind:"message",T:a.Opportunity}]));static fromBinary(t,r){return(new p).fromBinary(t,r)}static fromJson(t,r){return(new p).fromJson(t,r)}static fromJsonString(t,r){return(new p).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(p,t,r)}}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
import { Opportunity } from '../daily-api/opportunity_pb.cjs';
|
|
3
|
+
import '../daily-api/util_pb.cjs';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @generated from message brokkr.HealthRequest
|
|
7
|
+
*/
|
|
8
|
+
declare class HealthRequest extends Message<HealthRequest> {
|
|
9
|
+
constructor(data?: PartialMessage<HealthRequest>);
|
|
10
|
+
static readonly runtime: typeof proto3;
|
|
11
|
+
static readonly typeName = "brokkr.HealthRequest";
|
|
12
|
+
static readonly fields: FieldList;
|
|
13
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HealthRequest;
|
|
14
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HealthRequest;
|
|
15
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HealthRequest;
|
|
16
|
+
static equals(a: HealthRequest | PlainMessage<HealthRequest> | undefined, b: HealthRequest | PlainMessage<HealthRequest> | undefined): boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @generated from message brokkr.HealthResponse
|
|
20
|
+
*/
|
|
21
|
+
declare class HealthResponse extends Message<HealthResponse> {
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string status = 1;
|
|
24
|
+
*/
|
|
25
|
+
status: string;
|
|
26
|
+
constructor(data?: PartialMessage<HealthResponse>);
|
|
27
|
+
static readonly runtime: typeof proto3;
|
|
28
|
+
static readonly typeName = "brokkr.HealthResponse";
|
|
29
|
+
static readonly fields: FieldList;
|
|
30
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HealthResponse;
|
|
31
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HealthResponse;
|
|
32
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HealthResponse;
|
|
33
|
+
static equals(a: HealthResponse | PlainMessage<HealthResponse> | undefined, b: HealthResponse | PlainMessage<HealthResponse> | undefined): boolean;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @generated from message brokkr.ParseRequest
|
|
37
|
+
*/
|
|
38
|
+
declare class ParseRequest extends Message<ParseRequest> {
|
|
39
|
+
/**
|
|
40
|
+
* GCS bucket
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: string bucket_name = 1;
|
|
43
|
+
*/
|
|
44
|
+
bucketName: string;
|
|
45
|
+
/**
|
|
46
|
+
* Blob / object name
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: string blob_name = 2;
|
|
49
|
+
*/
|
|
50
|
+
blobName: string;
|
|
51
|
+
constructor(data?: PartialMessage<ParseRequest>);
|
|
52
|
+
static readonly runtime: typeof proto3;
|
|
53
|
+
static readonly typeName = "brokkr.ParseRequest";
|
|
54
|
+
static readonly fields: FieldList;
|
|
55
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ParseRequest;
|
|
56
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ParseRequest;
|
|
57
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ParseRequest;
|
|
58
|
+
static equals(a: ParseRequest | PlainMessage<ParseRequest> | undefined, b: ParseRequest | PlainMessage<ParseRequest> | undefined): boolean;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message brokkr.ParseError
|
|
62
|
+
*/
|
|
63
|
+
declare class ParseError extends Message<ParseError> {
|
|
64
|
+
/**
|
|
65
|
+
* field that caused the error
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: string field = 1;
|
|
68
|
+
*/
|
|
69
|
+
field: string;
|
|
70
|
+
/**
|
|
71
|
+
* error message
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: string message = 2;
|
|
74
|
+
*/
|
|
75
|
+
message: string;
|
|
76
|
+
constructor(data?: PartialMessage<ParseError>);
|
|
77
|
+
static readonly runtime: typeof proto3;
|
|
78
|
+
static readonly typeName = "brokkr.ParseError";
|
|
79
|
+
static readonly fields: FieldList;
|
|
80
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ParseError;
|
|
81
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ParseError;
|
|
82
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ParseError;
|
|
83
|
+
static equals(a: ParseError | PlainMessage<ParseError> | undefined, b: ParseError | PlainMessage<ParseError> | undefined): boolean;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @generated from message brokkr.ParseOpportunityResponse
|
|
87
|
+
*/
|
|
88
|
+
declare class ParseOpportunityResponse extends Message<ParseOpportunityResponse> {
|
|
89
|
+
/**
|
|
90
|
+
* short summary of the parsing result
|
|
91
|
+
*
|
|
92
|
+
* @generated from field: string summary = 1;
|
|
93
|
+
*/
|
|
94
|
+
summary: string;
|
|
95
|
+
/**
|
|
96
|
+
* list of errors encountered during parsing
|
|
97
|
+
*
|
|
98
|
+
* @generated from field: repeated brokkr.ParseError errors = 2;
|
|
99
|
+
*/
|
|
100
|
+
errors: ParseError[];
|
|
101
|
+
/**
|
|
102
|
+
* when RPC is ParseOpportunity
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: dailydotdev.api.opportunity.Opportunity opportunity = 3;
|
|
105
|
+
*/
|
|
106
|
+
opportunity?: Opportunity;
|
|
107
|
+
constructor(data?: PartialMessage<ParseOpportunityResponse>);
|
|
108
|
+
static readonly runtime: typeof proto3;
|
|
109
|
+
static readonly typeName = "brokkr.ParseOpportunityResponse";
|
|
110
|
+
static readonly fields: FieldList;
|
|
111
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ParseOpportunityResponse;
|
|
112
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ParseOpportunityResponse;
|
|
113
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ParseOpportunityResponse;
|
|
114
|
+
static equals(a: ParseOpportunityResponse | PlainMessage<ParseOpportunityResponse> | undefined, b: ParseOpportunityResponse | PlainMessage<ParseOpportunityResponse> | undefined): boolean;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export { HealthRequest, HealthResponse, ParseError, ParseOpportunityResponse, ParseRequest };
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
import { Opportunity } from '../daily-api/opportunity_pb.js';
|
|
3
|
+
import '../daily-api/util_pb.js';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @generated from message brokkr.HealthRequest
|
|
7
|
+
*/
|
|
8
|
+
declare class HealthRequest extends Message<HealthRequest> {
|
|
9
|
+
constructor(data?: PartialMessage<HealthRequest>);
|
|
10
|
+
static readonly runtime: typeof proto3;
|
|
11
|
+
static readonly typeName = "brokkr.HealthRequest";
|
|
12
|
+
static readonly fields: FieldList;
|
|
13
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HealthRequest;
|
|
14
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HealthRequest;
|
|
15
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HealthRequest;
|
|
16
|
+
static equals(a: HealthRequest | PlainMessage<HealthRequest> | undefined, b: HealthRequest | PlainMessage<HealthRequest> | undefined): boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @generated from message brokkr.HealthResponse
|
|
20
|
+
*/
|
|
21
|
+
declare class HealthResponse extends Message<HealthResponse> {
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string status = 1;
|
|
24
|
+
*/
|
|
25
|
+
status: string;
|
|
26
|
+
constructor(data?: PartialMessage<HealthResponse>);
|
|
27
|
+
static readonly runtime: typeof proto3;
|
|
28
|
+
static readonly typeName = "brokkr.HealthResponse";
|
|
29
|
+
static readonly fields: FieldList;
|
|
30
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HealthResponse;
|
|
31
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HealthResponse;
|
|
32
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HealthResponse;
|
|
33
|
+
static equals(a: HealthResponse | PlainMessage<HealthResponse> | undefined, b: HealthResponse | PlainMessage<HealthResponse> | undefined): boolean;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @generated from message brokkr.ParseRequest
|
|
37
|
+
*/
|
|
38
|
+
declare class ParseRequest extends Message<ParseRequest> {
|
|
39
|
+
/**
|
|
40
|
+
* GCS bucket
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: string bucket_name = 1;
|
|
43
|
+
*/
|
|
44
|
+
bucketName: string;
|
|
45
|
+
/**
|
|
46
|
+
* Blob / object name
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: string blob_name = 2;
|
|
49
|
+
*/
|
|
50
|
+
blobName: string;
|
|
51
|
+
constructor(data?: PartialMessage<ParseRequest>);
|
|
52
|
+
static readonly runtime: typeof proto3;
|
|
53
|
+
static readonly typeName = "brokkr.ParseRequest";
|
|
54
|
+
static readonly fields: FieldList;
|
|
55
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ParseRequest;
|
|
56
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ParseRequest;
|
|
57
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ParseRequest;
|
|
58
|
+
static equals(a: ParseRequest | PlainMessage<ParseRequest> | undefined, b: ParseRequest | PlainMessage<ParseRequest> | undefined): boolean;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message brokkr.ParseError
|
|
62
|
+
*/
|
|
63
|
+
declare class ParseError extends Message<ParseError> {
|
|
64
|
+
/**
|
|
65
|
+
* field that caused the error
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: string field = 1;
|
|
68
|
+
*/
|
|
69
|
+
field: string;
|
|
70
|
+
/**
|
|
71
|
+
* error message
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: string message = 2;
|
|
74
|
+
*/
|
|
75
|
+
message: string;
|
|
76
|
+
constructor(data?: PartialMessage<ParseError>);
|
|
77
|
+
static readonly runtime: typeof proto3;
|
|
78
|
+
static readonly typeName = "brokkr.ParseError";
|
|
79
|
+
static readonly fields: FieldList;
|
|
80
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ParseError;
|
|
81
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ParseError;
|
|
82
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ParseError;
|
|
83
|
+
static equals(a: ParseError | PlainMessage<ParseError> | undefined, b: ParseError | PlainMessage<ParseError> | undefined): boolean;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @generated from message brokkr.ParseOpportunityResponse
|
|
87
|
+
*/
|
|
88
|
+
declare class ParseOpportunityResponse extends Message<ParseOpportunityResponse> {
|
|
89
|
+
/**
|
|
90
|
+
* short summary of the parsing result
|
|
91
|
+
*
|
|
92
|
+
* @generated from field: string summary = 1;
|
|
93
|
+
*/
|
|
94
|
+
summary: string;
|
|
95
|
+
/**
|
|
96
|
+
* list of errors encountered during parsing
|
|
97
|
+
*
|
|
98
|
+
* @generated from field: repeated brokkr.ParseError errors = 2;
|
|
99
|
+
*/
|
|
100
|
+
errors: ParseError[];
|
|
101
|
+
/**
|
|
102
|
+
* when RPC is ParseOpportunity
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: dailydotdev.api.opportunity.Opportunity opportunity = 3;
|
|
105
|
+
*/
|
|
106
|
+
opportunity?: Opportunity;
|
|
107
|
+
constructor(data?: PartialMessage<ParseOpportunityResponse>);
|
|
108
|
+
static readonly runtime: typeof proto3;
|
|
109
|
+
static readonly typeName = "brokkr.ParseOpportunityResponse";
|
|
110
|
+
static readonly fields: FieldList;
|
|
111
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ParseOpportunityResponse;
|
|
112
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ParseOpportunityResponse;
|
|
113
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ParseOpportunityResponse;
|
|
114
|
+
static equals(a: ParseOpportunityResponse | PlainMessage<ParseOpportunityResponse> | undefined, b: ParseOpportunityResponse | PlainMessage<ParseOpportunityResponse> | undefined): boolean;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export { HealthRequest, HealthResponse, ParseError, ParseOpportunityResponse, ParseRequest };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Message as t,proto3 as r}from"@bufbuild/protobuf";import{Opportunity as s}from"../daily-api/opportunity_pb.ts";class e extends t{constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.HealthRequest";static fields=r.util.newFieldList((()=>[]));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,s){return r.util.equals(e,t,s)}}class n extends t{status="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.HealthResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"status",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,s){return r.util.equals(n,t,s)}}class i extends t{bucketName="";blobName="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.ParseRequest";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 i).fromBinary(t,r)}static fromJson(t,r){return(new i).fromJson(t,r)}static fromJsonString(t,r){return(new i).fromJsonString(t,r)}static equals(t,s){return r.util.equals(i,t,s)}}class a extends t{field="";message="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.ParseError";static fields=r.util.newFieldList((()=>[{no:1,name:"field",kind:"scalar",T:9},{no:2,name:"message",kind:"scalar",T:9}]));static fromBinary(t,r){return(new a).fromBinary(t,r)}static fromJson(t,r){return(new a).fromJson(t,r)}static fromJsonString(t,r){return(new a).fromJsonString(t,r)}static equals(t,s){return r.util.equals(a,t,s)}}class o extends t{summary="";errors=[];opportunity;constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.ParseOpportunityResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"summary",kind:"scalar",T:9},{no:2,name:"errors",kind:"message",T:a,repeated:!0},{no:3,name:"opportunity",kind:"message",T:s}]));static fromBinary(t,r){return(new o).fromBinary(t,r)}static fromJson(t,r){return(new o).fromJson(t,r)}static fromJsonString(t,r){return(new o).fromJsonString(t,r)}static equals(t,s){return r.util.equals(o,t,s)}}export{e as HealthRequest,n as HealthResponse,a as ParseError,o as ParseOpportunityResponse,i as ParseRequest};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e,t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,n={};((e,r)=>{for(var a in r)t(e,a,{get:r[a],enumerable:!0})})(n,{CandidateRejectedOpportunityMessage:()=>s}),module.exports=(e=n,((e,n,i,s)=>{if(n&&"object"==typeof n||"function"==typeof n)for(let u of a(n))o.call(e,u)||u===i||t(e,u,{get:()=>n[u],enumerable:!(s=r(n,u))||s.enumerable});return e})(t({},"__esModule",{value:!0}),e));var i=require("@bufbuild/protobuf");class s extends i.Message{opportunityId="";userId="";createdAt=0;updatedAt=0;constructor(e){super(),i.proto3.util.initPartial(e,this)}static runtime=i.proto3;static typeName="dailydotdev.api.pubsub.candidaterejectedopportunity.CandidateRejectedOpportunityMessage";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"opportunity_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"created_at",kind:"scalar",T:5},{no:4,name:"updated_at",kind:"scalar",T:5}]));static fromBinary(e,t){return(new s).fromBinary(e,t)}static fromJson(e,t){return(new s).fromJson(e,t)}static fromJsonString(e,t){return(new s).fromJsonString(e,t)}static equals(e,t){return i.proto3.util.equals(s,e,t)}}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @generated from message dailydotdev.api.pubsub.candidaterejectedopportunity.CandidateRejectedOpportunityMessage
|
|
5
|
+
*/
|
|
6
|
+
declare class CandidateRejectedOpportunityMessage extends Message<CandidateRejectedOpportunityMessage> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: string opportunity_id = 1;
|
|
9
|
+
*/
|
|
10
|
+
opportunityId: string;
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: string user_id = 2;
|
|
13
|
+
*/
|
|
14
|
+
userId: string;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: int32 created_at = 3;
|
|
17
|
+
*/
|
|
18
|
+
createdAt: number;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: int32 updated_at = 4;
|
|
21
|
+
*/
|
|
22
|
+
updatedAt: number;
|
|
23
|
+
constructor(data?: PartialMessage<CandidateRejectedOpportunityMessage>);
|
|
24
|
+
static readonly runtime: typeof proto3;
|
|
25
|
+
static readonly typeName = "dailydotdev.api.pubsub.candidaterejectedopportunity.CandidateRejectedOpportunityMessage";
|
|
26
|
+
static readonly fields: FieldList;
|
|
27
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CandidateRejectedOpportunityMessage;
|
|
28
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CandidateRejectedOpportunityMessage;
|
|
29
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CandidateRejectedOpportunityMessage;
|
|
30
|
+
static equals(a: CandidateRejectedOpportunityMessage | PlainMessage<CandidateRejectedOpportunityMessage> | undefined, b: CandidateRejectedOpportunityMessage | PlainMessage<CandidateRejectedOpportunityMessage> | undefined): boolean;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { CandidateRejectedOpportunityMessage };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @generated from message dailydotdev.api.pubsub.candidaterejectedopportunity.CandidateRejectedOpportunityMessage
|
|
5
|
+
*/
|
|
6
|
+
declare class CandidateRejectedOpportunityMessage extends Message<CandidateRejectedOpportunityMessage> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: string opportunity_id = 1;
|
|
9
|
+
*/
|
|
10
|
+
opportunityId: string;
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: string user_id = 2;
|
|
13
|
+
*/
|
|
14
|
+
userId: string;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: int32 created_at = 3;
|
|
17
|
+
*/
|
|
18
|
+
createdAt: number;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: int32 updated_at = 4;
|
|
21
|
+
*/
|
|
22
|
+
updatedAt: number;
|
|
23
|
+
constructor(data?: PartialMessage<CandidateRejectedOpportunityMessage>);
|
|
24
|
+
static readonly runtime: typeof proto3;
|
|
25
|
+
static readonly typeName = "dailydotdev.api.pubsub.candidaterejectedopportunity.CandidateRejectedOpportunityMessage";
|
|
26
|
+
static readonly fields: FieldList;
|
|
27
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CandidateRejectedOpportunityMessage;
|
|
28
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CandidateRejectedOpportunityMessage;
|
|
29
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CandidateRejectedOpportunityMessage;
|
|
30
|
+
static equals(a: CandidateRejectedOpportunityMessage | PlainMessage<CandidateRejectedOpportunityMessage> | undefined, b: CandidateRejectedOpportunityMessage | PlainMessage<CandidateRejectedOpportunityMessage> | undefined): boolean;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { CandidateRejectedOpportunityMessage };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Message as t,proto3 as e}from"@bufbuild/protobuf";class a extends t{opportunityId="";userId="";createdAt=0;updatedAt=0;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="dailydotdev.api.pubsub.candidaterejectedopportunity.CandidateRejectedOpportunityMessage";static fields=e.util.newFieldList((()=>[{no:1,name:"opportunity_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"created_at",kind:"scalar",T:5},{no:4,name:"updated_at",kind:"scalar",T:5}]));static fromBinary(t,e){return(new a).fromBinary(t,e)}static fromJson(t,e){return(new a).fromJson(t,e)}static fromJsonString(t,e){return(new a).fromJsonString(t,e)}static equals(t,r){return e.util.equals(a,t,r)}}export{a as CandidateRejectedOpportunityMessage};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var t,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,s={};((t,r)=>{for(var i in r)e(t,i,{get:r[i],enumerable:!0})})(s,{Briefing:()=>m,BriefingItem:()=>c,BriefingSection:()=>
|
|
1
|
+
var t,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,s={};((t,r)=>{for(var i in r)e(t,i,{get:r[i],enumerable:!0})})(s,{Briefing:()=>m,BriefingItem:()=>c,BriefingSection:()=>l,BriefingStatistics:()=>u,UserBriefingRequest:()=>o}),module.exports=(t=s,((t,s,a,o)=>{if(s&&"object"==typeof s||"function"==typeof s)for(let c of i(s))n.call(t,c)||c===a||e(t,c,{get:()=>s[c],enumerable:!(o=r(s,c))||o.enumerable});return t})(e({},"__esModule",{value:!0}),t));var a=require("@bufbuild/protobuf");class o extends a.Message{userId="";frequency="";modelName="";allowedTags=[];seniorityLevel;recentBriefing;constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="briefing.UserBriefingRequest";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"frequency",kind:"scalar",T:9},{no:3,name:"model_name",kind:"scalar",T:9},{no:4,name:"allowed_tags",kind:"scalar",T:9,repeated:!0},{no:5,name:"seniority_level",kind:"scalar",T:9,opt:!0},{no:6,name:"recent_briefing",kind:"message",T:m,opt:!0}]));static fromBinary(t,e){return(new o).fromBinary(t,e)}static fromJson(t,e){return(new o).fromJson(t,e)}static fromJsonString(t,e){return(new o).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(o,t,e)}}class c extends a.Message{title="";body="";postIds=[];constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="briefing.BriefingItem";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"title",kind:"scalar",T:9},{no:2,name:"body",kind:"scalar",T:9},{no:3,name:"post_ids",kind:"scalar",T:9,repeated:!0}]));static fromBinary(t,e){return(new c).fromBinary(t,e)}static fromJson(t,e){return(new c).fromJson(t,e)}static fromJsonString(t,e){return(new c).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(c,t,e)}}class l extends a.Message{title="";items=[];constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="briefing.BriefingSection";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"title",kind:"scalar",T:9},{no:2,name:"items",kind:"message",T:c,repeated:!0}]));static fromBinary(t,e){return(new l).fromBinary(t,e)}static fromJson(t,e){return(new l).fromJson(t,e)}static fromJsonString(t,e){return(new l).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(l,t,e)}}class u extends a.Message{posts=0;sources=0;savedTime=0;constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="briefing.BriefingStatistics";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"posts",kind:"scalar",T:5},{no:2,name:"sources",kind:"scalar",T:5},{no:3,name:"saved_time",kind:"scalar",T:5}]));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)}}class m extends a.Message{sections=[];briefStatistics;sourceIds=[];readingTime=0;constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="briefing.Briefing";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"sections",kind:"message",T:l,repeated:!0},{no:2,name:"brief_statistics",kind:"message",T:u},{no:3,name:"source_ids",kind:"scalar",T:9,repeated:!0},{no:4,name:"reading_time",kind:"scalar",T:5}]));static fromBinary(t,e){return(new m).fromBinary(t,e)}static fromJson(t,e){return(new m).fromJson(t,e)}static fromJsonString(t,e){return(new m).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(m,t,e)}}
|
|
@@ -49,6 +49,10 @@ declare class BriefingItem extends Message<BriefingItem> {
|
|
|
49
49
|
* @generated from field: string body = 2;
|
|
50
50
|
*/
|
|
51
51
|
body: string;
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: repeated string post_ids = 3;
|
|
54
|
+
*/
|
|
55
|
+
postIds: string[];
|
|
52
56
|
constructor(data?: PartialMessage<BriefingItem>);
|
|
53
57
|
static readonly runtime: typeof proto3;
|
|
54
58
|
static readonly typeName = "briefing.BriefingItem";
|
|
@@ -49,6 +49,10 @@ declare class BriefingItem extends Message<BriefingItem> {
|
|
|
49
49
|
* @generated from field: string body = 2;
|
|
50
50
|
*/
|
|
51
51
|
body: string;
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: repeated string post_ids = 3;
|
|
54
|
+
*/
|
|
55
|
+
postIds: string[];
|
|
52
56
|
constructor(data?: PartialMessage<BriefingItem>);
|
|
53
57
|
static readonly runtime: typeof proto3;
|
|
54
58
|
static readonly typeName = "briefing.BriefingItem";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as t,proto3 as e}from"@bufbuild/protobuf";class i extends t{userId="";frequency="";modelName="";allowedTags=[];seniorityLevel;recentBriefing;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.UserBriefingRequest";static fields=e.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"frequency",kind:"scalar",T:9},{no:3,name:"model_name",kind:"scalar",T:9},{no:4,name:"allowed_tags",kind:"scalar",T:9,repeated:!0},{no:5,name:"seniority_level",kind:"scalar",T:9,opt:!0},{no:6,name:"recent_briefing",kind:"message",T:a,opt:!0}]));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,n){return e.util.equals(i,t,n)}}class n extends t{title="";body="";constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.BriefingItem";static fields=e.util.newFieldList((()=>[{no:1,name:"title",kind:"scalar",T:9},{no:2,name:"body",kind:"scalar",T:9}]));static fromBinary(t,e){return(new n).fromBinary(t,e)}static fromJson(t,e){return(new n).fromJson(t,e)}static fromJsonString(t,e){return(new n).fromJsonString(t,e)}static equals(t,i){return e.util.equals(n,t,i)}}class r extends t{title="";items=[];constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.BriefingSection";static fields=e.util.newFieldList((()=>[{no:1,name:"title",kind:"scalar",T:9},{no:2,name:"items",kind:"message",T:n,repeated:!0}]));static fromBinary(t,e){return(new r).fromBinary(t,e)}static fromJson(t,e){return(new r).fromJson(t,e)}static fromJsonString(t,e){return(new r).fromJsonString(t,e)}static equals(t,i){return e.util.equals(r,t,i)}}class s extends t{posts=0;sources=0;savedTime=0;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.BriefingStatistics";static fields=e.util.newFieldList((()=>[{no:1,name:"posts",kind:"scalar",T:5},{no:2,name:"sources",kind:"scalar",T:5},{no:3,name:"saved_time",kind:"scalar",T:5}]));static fromBinary(t,e){return(new s).fromBinary(t,e)}static fromJson(t,e){return(new s).fromJson(t,e)}static fromJsonString(t,e){return(new s).fromJsonString(t,e)}static equals(t,i){return e.util.equals(s,t,i)}}class a extends t{sections=[];briefStatistics;sourceIds=[];readingTime=0;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.Briefing";static fields=e.util.newFieldList((()=>[{no:1,name:"sections",kind:"message",T:r,repeated:!0},{no:2,name:"brief_statistics",kind:"message",T:s},{no:3,name:"source_ids",kind:"scalar",T:9,repeated:!0},{no:4,name:"reading_time",kind:"scalar",T:5}]));static fromBinary(t,e){return(new a).fromBinary(t,e)}static fromJson(t,e){return(new a).fromJson(t,e)}static fromJsonString(t,e){return(new a).fromJsonString(t,e)}static equals(t,i){return e.util.equals(a,t,i)}}export{a as Briefing,n as BriefingItem,r as BriefingSection,s as BriefingStatistics,i as UserBriefingRequest};
|
|
1
|
+
import{Message as t,proto3 as e}from"@bufbuild/protobuf";class i extends t{userId="";frequency="";modelName="";allowedTags=[];seniorityLevel;recentBriefing;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.UserBriefingRequest";static fields=e.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"frequency",kind:"scalar",T:9},{no:3,name:"model_name",kind:"scalar",T:9},{no:4,name:"allowed_tags",kind:"scalar",T:9,repeated:!0},{no:5,name:"seniority_level",kind:"scalar",T:9,opt:!0},{no:6,name:"recent_briefing",kind:"message",T:a,opt:!0}]));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,n){return e.util.equals(i,t,n)}}class n extends t{title="";body="";postIds=[];constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.BriefingItem";static fields=e.util.newFieldList((()=>[{no:1,name:"title",kind:"scalar",T:9},{no:2,name:"body",kind:"scalar",T:9},{no:3,name:"post_ids",kind:"scalar",T:9,repeated:!0}]));static fromBinary(t,e){return(new n).fromBinary(t,e)}static fromJson(t,e){return(new n).fromJson(t,e)}static fromJsonString(t,e){return(new n).fromJsonString(t,e)}static equals(t,i){return e.util.equals(n,t,i)}}class r extends t{title="";items=[];constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.BriefingSection";static fields=e.util.newFieldList((()=>[{no:1,name:"title",kind:"scalar",T:9},{no:2,name:"items",kind:"message",T:n,repeated:!0}]));static fromBinary(t,e){return(new r).fromBinary(t,e)}static fromJson(t,e){return(new r).fromJson(t,e)}static fromJsonString(t,e){return(new r).fromJsonString(t,e)}static equals(t,i){return e.util.equals(r,t,i)}}class s extends t{posts=0;sources=0;savedTime=0;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.BriefingStatistics";static fields=e.util.newFieldList((()=>[{no:1,name:"posts",kind:"scalar",T:5},{no:2,name:"sources",kind:"scalar",T:5},{no:3,name:"saved_time",kind:"scalar",T:5}]));static fromBinary(t,e){return(new s).fromBinary(t,e)}static fromJson(t,e){return(new s).fromJson(t,e)}static fromJsonString(t,e){return(new s).fromJsonString(t,e)}static equals(t,i){return e.util.equals(s,t,i)}}class a extends t{sections=[];briefStatistics;sourceIds=[];readingTime=0;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="briefing.Briefing";static fields=e.util.newFieldList((()=>[{no:1,name:"sections",kind:"message",T:r,repeated:!0},{no:2,name:"brief_statistics",kind:"message",T:s},{no:3,name:"source_ids",kind:"scalar",T:9,repeated:!0},{no:4,name:"reading_time",kind:"scalar",T:5}]));static fromBinary(t,e){return(new a).fromBinary(t,e)}static fromJson(t,e){return(new a).fromJson(t,e)}static fromJsonString(t,e){return(new a).fromJsonString(t,e)}static equals(t,i){return e.util.equals(a,t,i)}}export{a as Briefing,n as BriefingItem,r as BriefingSection,s as BriefingStatistics,i as UserBriefingRequest};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var t,r=Object.defineProperty,n=Object.getOwnPropertyDescriptor,e=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,a={};((t,n)=>{for(var e in n)r(t,e,{get:n[e],enumerable:!0})})(a,{ApplicationScored:()=>c,MatchedCandidate:()=>s,WarmIntro:()=>u}),module.exports=(t=a,((t,a,i,s)=>{if(a&&"object"==typeof a||"function"==typeof a)for(let c of e(a))o.call(t,c)||c===i||r(t,c,{get:()=>a[c],enumerable:!(s=n(a,c))||s.enumerable});return t})(r({},"__esModule",{value:!0}),t));var i=require("@bufbuild/protobuf");class s extends i.Message{batchId=0;userId="";opportunityId="";matchScore=0;reasoning="";reasoningShort="";constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="gondul.candidates.MatchedCandidate";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"batch_id",kind:"scalar",T:5},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"opportunity_id",kind:"scalar",T:9},{no:4,name:"match_score",kind:"scalar",T:2},{no:5,name:"reasoning",kind:"scalar",T:9},{no:6,name:"reasoning_short",kind:"scalar",T:9}]));static fromBinary(t,r){return(new s).fromBinary(t,r)}static fromJson(t,r){return(new s).fromJson(t,r)}static fromJsonString(t,r){return(new s).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(s,t,r)}}class c extends i.Message{userId="";opportunityId="";score=0;description="";constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="gondul.candidates.ApplicationScored";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"opportunity_id",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:2},{no:4,name:"description",kind:"scalar",T:9}]));static fromBinary(t,r){return(new c).fromBinary(t,r)}static fromJson(t,r){return(new c).fromJson(t,r)}static fromJsonString(t,r){return(new c).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(c,t,r)}}class u extends i.Message{userId="";opportunityId="";description="";constructor(t){super(),i.proto3.util.initPartial(t,this)}static runtime=i.proto3;static typeName="gondul.candidates.WarmIntro";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"opportunity_id",kind:"scalar",T:9},{no:3,name:"description",kind:"scalar",T:9}]));static fromBinary(t,r){return(new u).fromBinary(t,r)}static fromJson(t,r){return(new u).fromJson(t,r)}static fromJsonString(t,r){return(new u).fromJsonString(t,r)}static equals(t,r){return i.proto3.util.equals(u,t,r)}}
|
|
@@ -39,5 +39,59 @@ declare class MatchedCandidate extends Message<MatchedCandidate> {
|
|
|
39
39
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MatchedCandidate;
|
|
40
40
|
static equals(a: MatchedCandidate | PlainMessage<MatchedCandidate> | undefined, b: MatchedCandidate | PlainMessage<MatchedCandidate> | undefined): boolean;
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* @generated from message gondul.candidates.ApplicationScored
|
|
44
|
+
*/
|
|
45
|
+
declare class ApplicationScored extends Message<ApplicationScored> {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: string user_id = 1;
|
|
48
|
+
*/
|
|
49
|
+
userId: string;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: string opportunity_id = 2;
|
|
52
|
+
*/
|
|
53
|
+
opportunityId: string;
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: float score = 3;
|
|
56
|
+
*/
|
|
57
|
+
score: number;
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string description = 4;
|
|
60
|
+
*/
|
|
61
|
+
description: string;
|
|
62
|
+
constructor(data?: PartialMessage<ApplicationScored>);
|
|
63
|
+
static readonly runtime: typeof proto3;
|
|
64
|
+
static readonly typeName = "gondul.candidates.ApplicationScored";
|
|
65
|
+
static readonly fields: FieldList;
|
|
66
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplicationScored;
|
|
67
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplicationScored;
|
|
68
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplicationScored;
|
|
69
|
+
static equals(a: ApplicationScored | PlainMessage<ApplicationScored> | undefined, b: ApplicationScored | PlainMessage<ApplicationScored> | undefined): boolean;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @generated from message gondul.candidates.WarmIntro
|
|
73
|
+
*/
|
|
74
|
+
declare class WarmIntro extends Message<WarmIntro> {
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: string user_id = 1;
|
|
77
|
+
*/
|
|
78
|
+
userId: string;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string opportunity_id = 2;
|
|
81
|
+
*/
|
|
82
|
+
opportunityId: string;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: string description = 3;
|
|
85
|
+
*/
|
|
86
|
+
description: string;
|
|
87
|
+
constructor(data?: PartialMessage<WarmIntro>);
|
|
88
|
+
static readonly runtime: typeof proto3;
|
|
89
|
+
static readonly typeName = "gondul.candidates.WarmIntro";
|
|
90
|
+
static readonly fields: FieldList;
|
|
91
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WarmIntro;
|
|
92
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WarmIntro;
|
|
93
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WarmIntro;
|
|
94
|
+
static equals(a: WarmIntro | PlainMessage<WarmIntro> | undefined, b: WarmIntro | PlainMessage<WarmIntro> | undefined): boolean;
|
|
95
|
+
}
|
|
42
96
|
|
|
43
|
-
export { MatchedCandidate };
|
|
97
|
+
export { ApplicationScored, MatchedCandidate, WarmIntro };
|
|
@@ -39,5 +39,59 @@ declare class MatchedCandidate extends Message<MatchedCandidate> {
|
|
|
39
39
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MatchedCandidate;
|
|
40
40
|
static equals(a: MatchedCandidate | PlainMessage<MatchedCandidate> | undefined, b: MatchedCandidate | PlainMessage<MatchedCandidate> | undefined): boolean;
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* @generated from message gondul.candidates.ApplicationScored
|
|
44
|
+
*/
|
|
45
|
+
declare class ApplicationScored extends Message<ApplicationScored> {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: string user_id = 1;
|
|
48
|
+
*/
|
|
49
|
+
userId: string;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: string opportunity_id = 2;
|
|
52
|
+
*/
|
|
53
|
+
opportunityId: string;
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: float score = 3;
|
|
56
|
+
*/
|
|
57
|
+
score: number;
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string description = 4;
|
|
60
|
+
*/
|
|
61
|
+
description: string;
|
|
62
|
+
constructor(data?: PartialMessage<ApplicationScored>);
|
|
63
|
+
static readonly runtime: typeof proto3;
|
|
64
|
+
static readonly typeName = "gondul.candidates.ApplicationScored";
|
|
65
|
+
static readonly fields: FieldList;
|
|
66
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplicationScored;
|
|
67
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplicationScored;
|
|
68
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplicationScored;
|
|
69
|
+
static equals(a: ApplicationScored | PlainMessage<ApplicationScored> | undefined, b: ApplicationScored | PlainMessage<ApplicationScored> | undefined): boolean;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @generated from message gondul.candidates.WarmIntro
|
|
73
|
+
*/
|
|
74
|
+
declare class WarmIntro extends Message<WarmIntro> {
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: string user_id = 1;
|
|
77
|
+
*/
|
|
78
|
+
userId: string;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string opportunity_id = 2;
|
|
81
|
+
*/
|
|
82
|
+
opportunityId: string;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: string description = 3;
|
|
85
|
+
*/
|
|
86
|
+
description: string;
|
|
87
|
+
constructor(data?: PartialMessage<WarmIntro>);
|
|
88
|
+
static readonly runtime: typeof proto3;
|
|
89
|
+
static readonly typeName = "gondul.candidates.WarmIntro";
|
|
90
|
+
static readonly fields: FieldList;
|
|
91
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WarmIntro;
|
|
92
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WarmIntro;
|
|
93
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WarmIntro;
|
|
94
|
+
static equals(a: WarmIntro | PlainMessage<WarmIntro> | undefined, b: WarmIntro | PlainMessage<WarmIntro> | undefined): boolean;
|
|
95
|
+
}
|
|
42
96
|
|
|
43
|
-
export { MatchedCandidate };
|
|
97
|
+
export { ApplicationScored, MatchedCandidate, WarmIntro };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as
|
|
1
|
+
import{Message as t,proto3 as n}from"@bufbuild/protobuf";class r extends t{batchId=0;userId="";opportunityId="";matchScore=0;reasoning="";reasoningShort="";constructor(t){super(),n.util.initPartial(t,this)}static runtime=n;static typeName="gondul.candidates.MatchedCandidate";static fields=n.util.newFieldList((()=>[{no:1,name:"batch_id",kind:"scalar",T:5},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"opportunity_id",kind:"scalar",T:9},{no:4,name:"match_score",kind:"scalar",T:2},{no:5,name:"reasoning",kind:"scalar",T:9},{no:6,name:"reasoning_short",kind:"scalar",T:9}]));static fromBinary(t,n){return(new r).fromBinary(t,n)}static fromJson(t,n){return(new r).fromJson(t,n)}static fromJsonString(t,n){return(new r).fromJsonString(t,n)}static equals(t,i){return n.util.equals(r,t,i)}}class i extends t{userId="";opportunityId="";score=0;description="";constructor(t){super(),n.util.initPartial(t,this)}static runtime=n;static typeName="gondul.candidates.ApplicationScored";static fields=n.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"opportunity_id",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:2},{no:4,name:"description",kind:"scalar",T:9}]));static fromBinary(t,n){return(new i).fromBinary(t,n)}static fromJson(t,n){return(new i).fromJson(t,n)}static fromJsonString(t,n){return(new i).fromJsonString(t,n)}static equals(t,r){return n.util.equals(i,t,r)}}class a extends t{userId="";opportunityId="";description="";constructor(t){super(),n.util.initPartial(t,this)}static runtime=n;static typeName="gondul.candidates.WarmIntro";static fields=n.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"opportunity_id",kind:"scalar",T:9},{no:3,name:"description",kind:"scalar",T:9}]));static fromBinary(t,n){return(new a).fromBinary(t,n)}static fromJson(t,n){return(new a).fromJson(t,n)}static fromJsonString(t,n){return(new a).fromJsonString(t,n)}static equals(t,r){return n.util.equals(a,t,r)}}export{i as ApplicationScored,r as MatchedCandidate,a as WarmIntro};
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e,r=Object.defineProperty,o=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,s=Object.prototype.hasOwnProperty,i=(e,i,t,u)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let d of p(i))s.call(e,d)||d===t||r(e,d,{get:()=>i[d],enumerable:!(u=o(i,d))||u.enumerable});return e},t=(e,r,o)=>(i(e,r,"default"),o&&i(o,r,"default")),u={};module.exports=(e=u,i(r({},"__esModule",{value:!0}),e)),t(u,require("./bragi/pipelines_connect.cjs"),module.exports),t(u,require("./bragi/pipelines_pb.cjs"),module.exports),t(u,require("./bragi/proxy_connect.cjs"),module.exports),t(u,require("./bragi/proxy_pb.cjs"),module.exports),t(u,require("./daily-api/opportunity-match_pb.cjs"),module.exports),t(u,require("./daily-api/opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/organization_pb.cjs"),module.exports),t(u,require("./daily-api/posts_connect.cjs"),module.exports),t(u,require("./daily-api/posts_pb.cjs"),module.exports),t(u,require("./daily-api/source-requests_connect.cjs"),module.exports),t(u,require("./daily-api/source-requests_pb.cjs"),module.exports),t(u,require("./daily-api/sources_pb.cjs"),module.exports),t(u,require("./daily-api/user-candidate-preference_pb.cjs"),module.exports),t(u,require("./daily-api/user_pb.cjs"),module.exports),t(u,require("./daily-api/util_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/candidate-accepted-opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/candidate-preference-updated_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/content-updated_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/recruiter-accepted-candidate-match_pb.cjs"),module.exports),t(u,require("./feed/briefing/briefing_pb.cjs"),module.exports),t(u,require("./feed/personalised/personalised_pb.cjs"),module.exports),t(u,require("./feed/server_side_event/server_side_event_pb.cjs"),module.exports),t(u,require("./gondul/application-services_connect.cjs"),module.exports),t(u,require("./gondul/candidates_pb.cjs"),module.exports),t(u,require("./mimir/search/search_pb.cjs"),module.exports),t(u,require("./njord/transactions_connect.cjs"),module.exports),t(u,require("./njord/transactions_pb.cjs"),module.exports),t(u,require("./snotra/engagement/engagement_pb.cjs"),module.exports),t(u,require("./snotra/personalisation/personalisation_pb.cjs"),module.exports),t(u,require("./tei/embedding_connect.cjs"),module.exports),t(u,require("./tei/embedding_pb.cjs"),module.exports),t(u,require("./util/error_pb.cjs"),module.exports);
|
|
1
|
+
var e,r=Object.defineProperty,o=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,s=Object.prototype.hasOwnProperty,i=(e,i,t,u)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let d of p(i))s.call(e,d)||d===t||r(e,d,{get:()=>i[d],enumerable:!(u=o(i,d))||u.enumerable});return e},t=(e,r,o)=>(i(e,r,"default"),o&&i(o,r,"default")),u={};module.exports=(e=u,i(r({},"__esModule",{value:!0}),e)),t(u,require("./bragi/pipelines_connect.cjs"),module.exports),t(u,require("./bragi/pipelines_pb.cjs"),module.exports),t(u,require("./bragi/proxy_connect.cjs"),module.exports),t(u,require("./bragi/proxy_pb.cjs"),module.exports),t(u,require("./brokkr/brokkr_connect.cjs"),module.exports),t(u,require("./brokkr/brokkr_pb.cjs"),module.exports),t(u,require("./daily-api/opportunity-match_pb.cjs"),module.exports),t(u,require("./daily-api/opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/organization_pb.cjs"),module.exports),t(u,require("./daily-api/posts_connect.cjs"),module.exports),t(u,require("./daily-api/posts_pb.cjs"),module.exports),t(u,require("./daily-api/source-requests_connect.cjs"),module.exports),t(u,require("./daily-api/source-requests_pb.cjs"),module.exports),t(u,require("./daily-api/sources_pb.cjs"),module.exports),t(u,require("./daily-api/user-candidate-preference_pb.cjs"),module.exports),t(u,require("./daily-api/user_pb.cjs"),module.exports),t(u,require("./daily-api/util_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/candidate-accepted-opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/candidate-preference-updated_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/candidate-rejected-opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/content-updated_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/opportunity_pb.cjs"),module.exports),t(u,require("./daily-api/pubsub/recruiter-accepted-candidate-match_pb.cjs"),module.exports),t(u,require("./feed/briefing/briefing_pb.cjs"),module.exports),t(u,require("./feed/personalised/personalised_pb.cjs"),module.exports),t(u,require("./feed/server_side_event/server_side_event_pb.cjs"),module.exports),t(u,require("./gondul/application-services_connect.cjs"),module.exports),t(u,require("./gondul/candidates_pb.cjs"),module.exports),t(u,require("./mimir/search/search_pb.cjs"),module.exports),t(u,require("./njord/transactions_connect.cjs"),module.exports),t(u,require("./njord/transactions_pb.cjs"),module.exports),t(u,require("./snotra/engagement/engagement_pb.cjs"),module.exports),t(u,require("./snotra/personalisation/personalisation_pb.cjs"),module.exports),t(u,require("./tei/embedding_connect.cjs"),module.exports),t(u,require("./tei/embedding_pb.cjs"),module.exports),t(u,require("./util/error_pb.cjs"),module.exports);
|
package/dist/index.d.cts
CHANGED
|
@@ -2,6 +2,8 @@ export { Pipelines } from './bragi/pipelines_connect.cjs';
|
|
|
2
2
|
export { AggregateMemoryRequest, AlternativeTitleRequest, AlternativeTitleResponse, AnalyzeImageRequest, AnalyzeImageResponse, Applicant, ApplicationEval, ApplicationScreeningRequest, ApplicationScreeningResponse, AudienceFitRequest, AudienceFitResponse, BriefResponse, CandidateReasoningRequest, CandidateReasoningResponse, ClickbaitProbabilityRequest, ClickbaitProbabilityResponse, ClusterReconciliationRequest, ClusterReconciliationResponse, CollectionPostInput, ContentFormat, ContextBuildingStrategy, EnrichRequest, EnrichResponse, EnrichResponseV2, FilterSearchRequest, FilterSearchResponse, GenerateCollectionRequest, GenerateCollectionResponse, GenerateTagsResponse, IsPageInCacheRequest, IsPageInCacheResponse, JobPostDimensions, JobPostEnrichRequest, JobPostEnrichResponse, MemoryRequest, MemoryResponse, MultipleSearchQueriesResponse, PersonalizedBriefingRequest, PostDimensions, PostDimensionsV2, ProcessClusteredRequest, ProcessIsolatedRequest, ProcessStoriesResponse, ScrapedPage, ScreeningQuestionsRequest, ScreeningQuestionsResponse, SearchAnswerRequest, SearchPromptRequest, SearchPromptResponse, SearchPromptV2Request, SearchQueryRequest, SearchQueryResponse, SmartPromptRequest, StoryAnalysisRequest, StoryDeduplicationRequest, StoryDeduplicationResponse, Tag, WarmIntroRequest, WarmIntroResponse } from './bragi/pipelines_pb.cjs';
|
|
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, Usage, VisionContent, VisionMessage, VisionRequest } from './bragi/proxy_pb.cjs';
|
|
5
|
+
export { BrokkrService } from './brokkr/brokkr_connect.cjs';
|
|
6
|
+
export { HealthRequest, HealthResponse, ParseError, ParseOpportunityResponse, ParseRequest } from './brokkr/brokkr_pb.cjs';
|
|
5
7
|
export { Screening } from './daily-api/opportunity-match_pb.cjs';
|
|
6
8
|
export { EmploymentType, Opportunity, OpportunityContent, OpportunityContent_ContentBlock, OpportunityMeta, OpportunityState, OpportunityType, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.cjs';
|
|
7
9
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.cjs';
|
|
@@ -15,6 +17,7 @@ export { UserCV } from './daily-api/user_pb.cjs';
|
|
|
15
17
|
export { Location, LocationType } from './daily-api/util_pb.cjs';
|
|
16
18
|
export { CandidateAcceptedOpportunityMessage } from './daily-api/pubsub/candidate-accepted-opportunity_pb.cjs';
|
|
17
19
|
export { CandidatePreferenceUpdated } from './daily-api/pubsub/candidate-preference-updated_pb.cjs';
|
|
20
|
+
export { CandidateRejectedOpportunityMessage } from './daily-api/pubsub/candidate-rejected-opportunity_pb.cjs';
|
|
18
21
|
export { ContentUpdatedMessage } from './daily-api/pubsub/content-updated_pb.cjs';
|
|
19
22
|
export { OpportunityMessage } from './daily-api/pubsub/opportunity_pb.cjs';
|
|
20
23
|
export { RecruiterAcceptedCandidateMatchMessage } from './daily-api/pubsub/recruiter-accepted-candidate-match_pb.cjs';
|
|
@@ -22,7 +25,7 @@ export { Briefing, BriefingItem, BriefingSection, BriefingStatistics, UserBriefi
|
|
|
22
25
|
export { Request, Response } from './feed/personalised/personalised_pb.cjs';
|
|
23
26
|
export { EntryMetadata, ServerSideEvent } from './feed/server_side_event/server_side_event_pb.cjs';
|
|
24
27
|
export { ApplicationService } from './gondul/application-services_connect.cjs';
|
|
25
|
-
export { MatchedCandidate } from './gondul/candidates_pb.cjs';
|
|
28
|
+
export { ApplicationScored, MatchedCandidate, WarmIntro } from './gondul/candidates_pb.cjs';
|
|
26
29
|
export { BoolFilter, Filter, Operation, Order, Quantifier, SearchRequest, SearchResponse, SearchResult, Sort, StringListFilter, TimeRangeFilter } from './mimir/search/search_pb.cjs';
|
|
27
30
|
export { Credits } from './njord/transactions_connect.cjs';
|
|
28
31
|
export { BalanceChange, Currency, EntityType, FeeResult, GetBalanceRequest, GetBalanceResponse, Transfer, TransferFee, TransferParticipant, TransferRequest, TransferResponse, TransferResult, TransferStatus, TransferType, UserAccount } from './njord/transactions_pb.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { Pipelines } from './bragi/pipelines_connect.js';
|
|
|
2
2
|
export { AggregateMemoryRequest, AlternativeTitleRequest, AlternativeTitleResponse, AnalyzeImageRequest, AnalyzeImageResponse, Applicant, ApplicationEval, ApplicationScreeningRequest, ApplicationScreeningResponse, AudienceFitRequest, AudienceFitResponse, BriefResponse, CandidateReasoningRequest, CandidateReasoningResponse, ClickbaitProbabilityRequest, ClickbaitProbabilityResponse, ClusterReconciliationRequest, ClusterReconciliationResponse, CollectionPostInput, ContentFormat, ContextBuildingStrategy, EnrichRequest, EnrichResponse, EnrichResponseV2, FilterSearchRequest, FilterSearchResponse, GenerateCollectionRequest, GenerateCollectionResponse, GenerateTagsResponse, IsPageInCacheRequest, IsPageInCacheResponse, JobPostDimensions, JobPostEnrichRequest, JobPostEnrichResponse, MemoryRequest, MemoryResponse, MultipleSearchQueriesResponse, PersonalizedBriefingRequest, PostDimensions, PostDimensionsV2, ProcessClusteredRequest, ProcessIsolatedRequest, ProcessStoriesResponse, ScrapedPage, ScreeningQuestionsRequest, ScreeningQuestionsResponse, SearchAnswerRequest, SearchPromptRequest, SearchPromptResponse, SearchPromptV2Request, SearchQueryRequest, SearchQueryResponse, SmartPromptRequest, StoryAnalysisRequest, StoryDeduplicationRequest, StoryDeduplicationResponse, Tag, WarmIntroRequest, WarmIntroResponse } from './bragi/pipelines_pb.js';
|
|
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, Usage, VisionContent, VisionMessage, VisionRequest } from './bragi/proxy_pb.js';
|
|
5
|
+
export { BrokkrService } from './brokkr/brokkr_connect.js';
|
|
6
|
+
export { HealthRequest, HealthResponse, ParseError, ParseOpportunityResponse, ParseRequest } from './brokkr/brokkr_pb.js';
|
|
5
7
|
export { Screening } from './daily-api/opportunity-match_pb.js';
|
|
6
8
|
export { EmploymentType, Opportunity, OpportunityContent, OpportunityContent_ContentBlock, OpportunityMeta, OpportunityState, OpportunityType, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.js';
|
|
7
9
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.js';
|
|
@@ -15,6 +17,7 @@ export { UserCV } from './daily-api/user_pb.js';
|
|
|
15
17
|
export { Location, LocationType } from './daily-api/util_pb.js';
|
|
16
18
|
export { CandidateAcceptedOpportunityMessage } from './daily-api/pubsub/candidate-accepted-opportunity_pb.js';
|
|
17
19
|
export { CandidatePreferenceUpdated } from './daily-api/pubsub/candidate-preference-updated_pb.js';
|
|
20
|
+
export { CandidateRejectedOpportunityMessage } from './daily-api/pubsub/candidate-rejected-opportunity_pb.js';
|
|
18
21
|
export { ContentUpdatedMessage } from './daily-api/pubsub/content-updated_pb.js';
|
|
19
22
|
export { OpportunityMessage } from './daily-api/pubsub/opportunity_pb.js';
|
|
20
23
|
export { RecruiterAcceptedCandidateMatchMessage } from './daily-api/pubsub/recruiter-accepted-candidate-match_pb.js';
|
|
@@ -22,7 +25,7 @@ export { Briefing, BriefingItem, BriefingSection, BriefingStatistics, UserBriefi
|
|
|
22
25
|
export { Request, Response } from './feed/personalised/personalised_pb.js';
|
|
23
26
|
export { EntryMetadata, ServerSideEvent } from './feed/server_side_event/server_side_event_pb.js';
|
|
24
27
|
export { ApplicationService } from './gondul/application-services_connect.js';
|
|
25
|
-
export { MatchedCandidate } from './gondul/candidates_pb.js';
|
|
28
|
+
export { ApplicationScored, MatchedCandidate, WarmIntro } from './gondul/candidates_pb.js';
|
|
26
29
|
export { BoolFilter, Filter, Operation, Order, Quantifier, SearchRequest, SearchResponse, SearchResult, Sort, StringListFilter, TimeRangeFilter } from './mimir/search/search_pb.js';
|
|
27
30
|
export { Credits } from './njord/transactions_connect.js';
|
|
28
31
|
export { BalanceChange, Currency, EntityType, FeeResult, GetBalanceRequest, GetBalanceResponse, Transfer, TransferFee, TransferParticipant, TransferRequest, TransferResponse, TransferResult, TransferStatus, TransferType, UserAccount } from './njord/transactions_pb.js';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export*from"./bragi/pipelines_connect";export*from"./bragi/pipelines_pb";export*from"./bragi/proxy_connect";export*from"./bragi/proxy_pb";export*from"./daily-api/opportunity-match_pb";export*from"./daily-api/opportunity_pb";export*from"./daily-api/organization_pb";export*from"./daily-api/posts_connect";export*from"./daily-api/posts_pb";export*from"./daily-api/source-requests_connect";export*from"./daily-api/source-requests_pb";export*from"./daily-api/sources_pb";export*from"./daily-api/user-candidate-preference_pb";export*from"./daily-api/user_pb";export*from"./daily-api/util_pb";export*from"./daily-api/pubsub/candidate-accepted-opportunity_pb";export*from"./daily-api/pubsub/candidate-preference-updated_pb";export*from"./daily-api/pubsub/content-updated_pb";export*from"./daily-api/pubsub/opportunity_pb";export*from"./daily-api/pubsub/recruiter-accepted-candidate-match_pb";export*from"./feed/briefing/briefing_pb";export*from"./feed/personalised/personalised_pb";export*from"./feed/server_side_event/server_side_event_pb";export*from"./gondul/application-services_connect";export*from"./gondul/candidates_pb";export*from"./mimir/search/search_pb";export*from"./njord/transactions_connect";export*from"./njord/transactions_pb";export*from"./snotra/engagement/engagement_pb";export*from"./snotra/personalisation/personalisation_pb";export*from"./tei/embedding_connect";export*from"./tei/embedding_pb";export*from"./util/error_pb";
|
|
1
|
+
export*from"./bragi/pipelines_connect";export*from"./bragi/pipelines_pb";export*from"./bragi/proxy_connect";export*from"./bragi/proxy_pb";export*from"./brokkr/brokkr_connect";export*from"./brokkr/brokkr_pb";export*from"./daily-api/opportunity-match_pb";export*from"./daily-api/opportunity_pb";export*from"./daily-api/organization_pb";export*from"./daily-api/posts_connect";export*from"./daily-api/posts_pb";export*from"./daily-api/source-requests_connect";export*from"./daily-api/source-requests_pb";export*from"./daily-api/sources_pb";export*from"./daily-api/user-candidate-preference_pb";export*from"./daily-api/user_pb";export*from"./daily-api/util_pb";export*from"./daily-api/pubsub/candidate-accepted-opportunity_pb";export*from"./daily-api/pubsub/candidate-preference-updated_pb";export*from"./daily-api/pubsub/candidate-rejected-opportunity_pb";export*from"./daily-api/pubsub/content-updated_pb";export*from"./daily-api/pubsub/opportunity_pb";export*from"./daily-api/pubsub/recruiter-accepted-candidate-match_pb";export*from"./feed/briefing/briefing_pb";export*from"./feed/personalised/personalised_pb";export*from"./feed/server_side_event/server_side_event_pb";export*from"./gondul/application-services_connect";export*from"./gondul/candidates_pb";export*from"./mimir/search/search_pb";export*from"./njord/transactions_connect";export*from"./njord/transactions_pb";export*from"./snotra/engagement/engagement_pb";export*from"./snotra/personalisation/personalisation_pb";export*from"./tei/embedding_connect";export*from"./tei/embedding_pb";export*from"./util/error_pb";
|