@dailydotdev/schema 0.2.40 → 0.2.44
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/bragi/pipelines_connect.cjs +1 -1
- package/dist/bragi/pipelines_connect.d.cts +14 -1
- package/dist/bragi/pipelines_connect.d.ts +14 -1
- package/dist/bragi/pipelines_connect.js +1 -1
- package/dist/bragi/pipelines_pb.cjs +1 -1
- package/dist/bragi/pipelines_pb.d.cts +84 -1
- package/dist/bragi/pipelines_pb.d.ts +84 -1
- package/dist/bragi/pipelines_pb.js +1 -1
- package/dist/bragi/proxy_pb.cjs +1 -1
- package/dist/bragi/proxy_pb.d.cts +76 -1
- package/dist/bragi/proxy_pb.d.ts +76 -1
- package/dist/bragi/proxy_pb.js +1 -1
- package/dist/brokkr/brokkr_connect.cjs +1 -1
- package/dist/brokkr/brokkr_connect.d.cts +5 -11
- package/dist/brokkr/brokkr_connect.d.ts +5 -11
- package/dist/brokkr/brokkr_connect.js +1 -1
- package/dist/brokkr/brokkr_pb.cjs +1 -1
- package/dist/brokkr/brokkr_pb.d.cts +9 -97
- package/dist/brokkr/brokkr_pb.d.ts +9 -97
- package/dist/brokkr/brokkr_pb.js +1 -1
- package/dist/gondul/application-services_connect.d.cts +2 -0
- package/dist/gondul/application-services_connect.d.ts +2 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
|
@@ -1,41 +1,9 @@
|
|
|
1
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
2
|
|
|
5
3
|
/**
|
|
6
|
-
* @generated from message brokkr.
|
|
4
|
+
* @generated from message brokkr.BrokkrParseRequest
|
|
7
5
|
*/
|
|
8
|
-
declare class
|
|
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> {
|
|
6
|
+
declare class BrokkrParseRequest extends Message<BrokkrParseRequest> {
|
|
39
7
|
/**
|
|
40
8
|
* GCS bucket
|
|
41
9
|
*
|
|
@@ -48,70 +16,14 @@ declare class ParseRequest extends Message<ParseRequest> {
|
|
|
48
16
|
* @generated from field: string blob_name = 2;
|
|
49
17
|
*/
|
|
50
18
|
blobName: string;
|
|
51
|
-
constructor(data?: PartialMessage<
|
|
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>);
|
|
19
|
+
constructor(data?: PartialMessage<BrokkrParseRequest>);
|
|
108
20
|
static readonly runtime: typeof proto3;
|
|
109
|
-
static readonly typeName = "brokkr.
|
|
21
|
+
static readonly typeName = "brokkr.BrokkrParseRequest";
|
|
110
22
|
static readonly fields: FieldList;
|
|
111
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
112
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
113
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
114
|
-
static equals(a:
|
|
23
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BrokkrParseRequest;
|
|
24
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BrokkrParseRequest;
|
|
25
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BrokkrParseRequest;
|
|
26
|
+
static equals(a: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined, b: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined): boolean;
|
|
115
27
|
}
|
|
116
28
|
|
|
117
|
-
export {
|
|
29
|
+
export { BrokkrParseRequest };
|
|
@@ -1,41 +1,9 @@
|
|
|
1
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
2
|
|
|
5
3
|
/**
|
|
6
|
-
* @generated from message brokkr.
|
|
4
|
+
* @generated from message brokkr.BrokkrParseRequest
|
|
7
5
|
*/
|
|
8
|
-
declare class
|
|
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> {
|
|
6
|
+
declare class BrokkrParseRequest extends Message<BrokkrParseRequest> {
|
|
39
7
|
/**
|
|
40
8
|
* GCS bucket
|
|
41
9
|
*
|
|
@@ -48,70 +16,14 @@ declare class ParseRequest extends Message<ParseRequest> {
|
|
|
48
16
|
* @generated from field: string blob_name = 2;
|
|
49
17
|
*/
|
|
50
18
|
blobName: string;
|
|
51
|
-
constructor(data?: PartialMessage<
|
|
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>);
|
|
19
|
+
constructor(data?: PartialMessage<BrokkrParseRequest>);
|
|
108
20
|
static readonly runtime: typeof proto3;
|
|
109
|
-
static readonly typeName = "brokkr.
|
|
21
|
+
static readonly typeName = "brokkr.BrokkrParseRequest";
|
|
110
22
|
static readonly fields: FieldList;
|
|
111
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
112
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
113
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
114
|
-
static equals(a:
|
|
23
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BrokkrParseRequest;
|
|
24
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BrokkrParseRequest;
|
|
25
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BrokkrParseRequest;
|
|
26
|
+
static equals(a: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined, b: BrokkrParseRequest | PlainMessage<BrokkrParseRequest> | undefined): boolean;
|
|
115
27
|
}
|
|
116
28
|
|
|
117
|
-
export {
|
|
29
|
+
export { BrokkrParseRequest };
|
package/dist/brokkr/brokkr_pb.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as t,proto3 as r}from"@bufbuild/protobuf";
|
|
1
|
+
import{Message as t,proto3 as r}from"@bufbuild/protobuf";class e 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 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{e as BrokkrParseRequest};
|
|
@@ -2,6 +2,8 @@ import { ScreeningQuestionsRequest, ScreeningQuestionsResponse } from '../bragi/
|
|
|
2
2
|
import '@bufbuild/protobuf';
|
|
3
3
|
import '../feed/briefing/briefing_pb.cjs';
|
|
4
4
|
import '../daily-api/opportunity-match_pb.cjs';
|
|
5
|
+
import '../daily-api/opportunity_pb.cjs';
|
|
6
|
+
import '../daily-api/util_pb.cjs';
|
|
5
7
|
|
|
6
8
|
/**
|
|
7
9
|
* Example service to setup gRPC endpoint
|
|
@@ -2,6 +2,8 @@ import { ScreeningQuestionsRequest, ScreeningQuestionsResponse } from '../bragi/
|
|
|
2
2
|
import '@bufbuild/protobuf';
|
|
3
3
|
import '../feed/briefing/briefing_pb.js';
|
|
4
4
|
import '../daily-api/opportunity-match_pb.js';
|
|
5
|
+
import '../daily-api/opportunity_pb.js';
|
|
6
|
+
import '../daily-api/util_pb.js';
|
|
5
7
|
|
|
6
8
|
/**
|
|
7
9
|
* Example service to setup gRPC endpoint
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { Pipelines } from './bragi/pipelines_connect.cjs';
|
|
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';
|
|
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, ParseError, ParseOpportunityRequest, ParseOpportunityResponse, 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
|
-
export { CacheControl, CacheControlType, ChatAudit, ChatDelta, ChatMessage, ChatRequest, ChatResponse, ChatStreamResponse, CompletionRequest, Embedding, EmbeddingRequest, EmbeddingResponse, ImageUrl, ModelProvider, Usage, VisionContent, VisionMessage, VisionRequest } from './bragi/proxy_pb.cjs';
|
|
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 {
|
|
6
|
+
export { BrokkrParseRequest } 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, 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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { Pipelines } from './bragi/pipelines_connect.js';
|
|
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';
|
|
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, ParseError, ParseOpportunityRequest, ParseOpportunityResponse, 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
|
-
export { CacheControl, CacheControlType, ChatAudit, ChatDelta, ChatMessage, ChatRequest, ChatResponse, ChatStreamResponse, CompletionRequest, Embedding, EmbeddingRequest, EmbeddingResponse, ImageUrl, ModelProvider, Usage, VisionContent, VisionMessage, VisionRequest } from './bragi/proxy_pb.js';
|
|
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 {
|
|
6
|
+
export { BrokkrParseRequest } 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, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.js';
|
|
9
9
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.js';
|