@dailydotdev/schema 0.2.58 → 0.2.59
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/daily-api/util_pb.cjs +1 -1
- package/dist/daily-api/util_pb.d.cts +4 -0
- package/dist/daily-api/util_pb.d.ts +4 -0
- package/dist/daily-api/util_pb.js +1 -1
- package/dist/gondul/opportunity-service_connect.cjs +1 -0
- package/dist/gondul/opportunity-service_connect.d.cts +26 -0
- package/dist/gondul/opportunity-service_connect.d.ts +26 -0
- package/dist/gondul/opportunity-service_connect.js +1 -0
- package/dist/gondul/opportunity-service_pb.cjs +1 -0
- package/dist/gondul/opportunity-service_pb.d.cts +25 -0
- package/dist/gondul/opportunity-service_pb.d.ts +25 -0
- package/dist/gondul/opportunity-service_pb.js +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var t,e=Object.defineProperty,
|
|
1
|
+
var t,e=Object.defineProperty,o=Object.getOwnPropertyDescriptor,n=Object.getOwnPropertyNames,i=Object.prototype.hasOwnProperty,r={};((t,o)=>{for(var n in o)e(t,n,{get:o[n],enumerable:!0})})(r,{Location:()=>u,LocationType:()=>s}),module.exports=(t=r,((t,r,a,s)=>{if(r&&"object"==typeof r||"function"==typeof r)for(let u of n(r))i.call(t,u)||u===a||e(t,u,{get:()=>r[u],enumerable:!(s=o(r,u))||s.enumerable});return t})(e({},"__esModule",{value:!0}),t));var a=require("@bufbuild/protobuf"),s=(t=>(t[t.UNSPECIFIED=0]="UNSPECIFIED",t[t.REMOTE=1]="REMOTE",t[t.OFFICE=2]="OFFICE",t[t.HYBRID=3]="HYBRID",t))(s||{});a.proto3.util.setEnumType(s,"dailydotdev.api.util.LocationType",[{no:0,name:"LOCATION_TYPE_UNSPECIFIED"},{no:1,name:"LOCATION_TYPE_REMOTE"},{no:2,name:"LOCATION_TYPE_OFFICE"},{no:3,name:"LOCATION_TYPE_HYBRID"}]);class u extends a.Message{city;country;subdivision;continent;latitude;longitude;type;iso2;constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="dailydotdev.api.util.Location";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"city",kind:"scalar",T:9,opt:!0},{no:2,name:"country",kind:"scalar",T:9,opt:!0},{no:3,name:"subdivision",kind:"scalar",T:9,opt:!0},{no:4,name:"continent",kind:"scalar",T:9,opt:!0},{no:5,name:"latitude",kind:"scalar",T:2,opt:!0},{no:6,name:"longitude",kind:"scalar",T:2,opt:!0},{no:7,name:"type",kind:"enum",T:a.proto3.getEnumType(s),opt:!0},{no:8,name:"iso2",kind:"scalar",T:9,opt:!0}]));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)}}
|
|
@@ -53,6 +53,10 @@ declare class Location extends Message<Location> {
|
|
|
53
53
|
* @generated from field: optional dailydotdev.api.util.LocationType type = 7;
|
|
54
54
|
*/
|
|
55
55
|
type?: LocationType;
|
|
56
|
+
/**
|
|
57
|
+
* @generated from field: optional string iso2 = 8;
|
|
58
|
+
*/
|
|
59
|
+
iso2?: string;
|
|
56
60
|
constructor(data?: PartialMessage<Location>);
|
|
57
61
|
static readonly runtime: typeof proto3;
|
|
58
62
|
static readonly typeName = "dailydotdev.api.util.Location";
|
|
@@ -53,6 +53,10 @@ declare class Location extends Message<Location> {
|
|
|
53
53
|
* @generated from field: optional dailydotdev.api.util.LocationType type = 7;
|
|
54
54
|
*/
|
|
55
55
|
type?: LocationType;
|
|
56
|
+
/**
|
|
57
|
+
* @generated from field: optional string iso2 = 8;
|
|
58
|
+
*/
|
|
59
|
+
iso2?: string;
|
|
56
60
|
constructor(data?: PartialMessage<Location>);
|
|
57
61
|
static readonly runtime: typeof proto3;
|
|
58
62
|
static readonly typeName = "dailydotdev.api.util.Location";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as
|
|
1
|
+
import{Message as n,proto3 as t}from"@bufbuild/protobuf";var i=(n=>(n[n.UNSPECIFIED=0]="UNSPECIFIED",n[n.REMOTE=1]="REMOTE",n[n.OFFICE=2]="OFFICE",n[n.HYBRID=3]="HYBRID",n))(i||{});t.util.setEnumType(i,"dailydotdev.api.util.LocationType",[{no:0,name:"LOCATION_TYPE_UNSPECIFIED"},{no:1,name:"LOCATION_TYPE_REMOTE"},{no:2,name:"LOCATION_TYPE_OFFICE"},{no:3,name:"LOCATION_TYPE_HYBRID"}]);class o extends n{city;country;subdivision;continent;latitude;longitude;type;iso2;constructor(n){super(),t.util.initPartial(n,this)}static runtime=t;static typeName="dailydotdev.api.util.Location";static fields=t.util.newFieldList((()=>[{no:1,name:"city",kind:"scalar",T:9,opt:!0},{no:2,name:"country",kind:"scalar",T:9,opt:!0},{no:3,name:"subdivision",kind:"scalar",T:9,opt:!0},{no:4,name:"continent",kind:"scalar",T:9,opt:!0},{no:5,name:"latitude",kind:"scalar",T:2,opt:!0},{no:6,name:"longitude",kind:"scalar",T:2,opt:!0},{no:7,name:"type",kind:"enum",T:t.getEnumType(i),opt:!0},{no:8,name:"iso2",kind:"scalar",T:9,opt:!0}]));static fromBinary(n,t){return(new o).fromBinary(n,t)}static fromJson(n,t){return(new o).fromJson(n,t)}static fromJsonString(n,t){return(new o).fromJsonString(n,t)}static equals(n,i){return t.util.equals(o,n,i)}}export{o as Location,i as LocationType};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e,r=Object.defineProperty,t=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,p=Object.prototype.hasOwnProperty,i={};((e,t)=>{for(var o in t)r(e,o,{get:t[o],enumerable:!0})})(i,{OpportunityService:()=>a}),module.exports=(e=i,((e,i,n,u)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let y of o(i))p.call(e,y)||y===n||r(e,y,{get:()=>i[y],enumerable:!(u=t(i,y))||u.enumerable});return e})(r({},"__esModule",{value:!0}),e));var n=require("../daily-api/opportunity_pb.cjs"),u=require("./opportunity-service_pb.cjs"),y=require("@bufbuild/protobuf");const a={typeName:"gondul.opportunity.OpportunityService",methods:{preview:{name:"Preview",I:n.Opportunity,O:u.PreviewResponse,kind:y.MethodKind.Unary}}};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Opportunity } from '../daily-api/opportunity_pb.cjs';
|
|
2
|
+
import { PreviewResponse } from './opportunity-service_pb.cjs';
|
|
3
|
+
import '@bufbuild/protobuf';
|
|
4
|
+
import '../daily-api/util_pb.cjs';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Example service to setup gRPC endpoint
|
|
8
|
+
*
|
|
9
|
+
* @generated from service gondul.opportunity.OpportunityService
|
|
10
|
+
*/
|
|
11
|
+
declare const OpportunityService: {
|
|
12
|
+
readonly typeName: "gondul.opportunity.OpportunityService";
|
|
13
|
+
readonly methods: {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from rpc gondul.opportunity.OpportunityService.Preview
|
|
16
|
+
*/
|
|
17
|
+
readonly preview: {
|
|
18
|
+
readonly name: "Preview";
|
|
19
|
+
readonly I: typeof Opportunity;
|
|
20
|
+
readonly O: typeof PreviewResponse;
|
|
21
|
+
readonly kind: any;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { OpportunityService };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Opportunity } from '../daily-api/opportunity_pb.js';
|
|
2
|
+
import { PreviewResponse } from './opportunity-service_pb.js';
|
|
3
|
+
import '@bufbuild/protobuf';
|
|
4
|
+
import '../daily-api/util_pb.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Example service to setup gRPC endpoint
|
|
8
|
+
*
|
|
9
|
+
* @generated from service gondul.opportunity.OpportunityService
|
|
10
|
+
*/
|
|
11
|
+
declare const OpportunityService: {
|
|
12
|
+
readonly typeName: "gondul.opportunity.OpportunityService";
|
|
13
|
+
readonly methods: {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from rpc gondul.opportunity.OpportunityService.Preview
|
|
16
|
+
*/
|
|
17
|
+
readonly preview: {
|
|
18
|
+
readonly name: "Preview";
|
|
19
|
+
readonly I: typeof Opportunity;
|
|
20
|
+
readonly O: typeof PreviewResponse;
|
|
21
|
+
readonly kind: any;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { OpportunityService };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Opportunity as o}from"../daily-api/opportunity_pb.ts";import{PreviewResponse as p}from"./opportunity-service_pb.ts";import{MethodKind as t}from"@bufbuild/protobuf";const r={typeName:"gondul.opportunity.OpportunityService",methods:{preview:{name:"Preview",I:o,O:p,kind:t.Unary}}};export{r as OpportunityService};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e,t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,s={};((e,r)=>{for(var o in r)t(e,o,{get:r[o],enumerable:!0})})(s,{PreviewResponse:()=>i}),module.exports=(e=s,((e,s,a,i)=>{if(s&&"object"==typeof s||"function"==typeof s)for(let u of o(s))n.call(e,u)||u===a||t(e,u,{get:()=>s[u],enumerable:!(i=r(s,u))||i.enumerable});return e})(t({},"__esModule",{value:!0}),e));var a=require("@bufbuild/protobuf");class i extends a.Message{userIds=[];totalCount=0;constructor(e){super(),a.proto3.util.initPartial(e,this)}static runtime=a.proto3;static typeName="gondul.opportunity.PreviewResponse";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"user_ids",kind:"scalar",T:9,repeated:!0},{no:2,name:"total_count",kind:"scalar",T:13}]));static fromBinary(e,t){return(new i).fromBinary(e,t)}static fromJson(e,t){return(new i).fromJson(e,t)}static fromJsonString(e,t){return(new i).fromJsonString(e,t)}static equals(e,t){return a.proto3.util.equals(i,e,t)}}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @generated from message gondul.opportunity.PreviewResponse
|
|
5
|
+
*/
|
|
6
|
+
declare class PreviewResponse extends Message<PreviewResponse> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: repeated string user_ids = 1;
|
|
9
|
+
*/
|
|
10
|
+
userIds: string[];
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: uint32 total_count = 2;
|
|
13
|
+
*/
|
|
14
|
+
totalCount: number;
|
|
15
|
+
constructor(data?: PartialMessage<PreviewResponse>);
|
|
16
|
+
static readonly runtime: typeof proto3;
|
|
17
|
+
static readonly typeName = "gondul.opportunity.PreviewResponse";
|
|
18
|
+
static readonly fields: FieldList;
|
|
19
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PreviewResponse;
|
|
20
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PreviewResponse;
|
|
21
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PreviewResponse;
|
|
22
|
+
static equals(a: PreviewResponse | PlainMessage<PreviewResponse> | undefined, b: PreviewResponse | PlainMessage<PreviewResponse> | undefined): boolean;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { PreviewResponse };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @generated from message gondul.opportunity.PreviewResponse
|
|
5
|
+
*/
|
|
6
|
+
declare class PreviewResponse extends Message<PreviewResponse> {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from field: repeated string user_ids = 1;
|
|
9
|
+
*/
|
|
10
|
+
userIds: string[];
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: uint32 total_count = 2;
|
|
13
|
+
*/
|
|
14
|
+
totalCount: number;
|
|
15
|
+
constructor(data?: PartialMessage<PreviewResponse>);
|
|
16
|
+
static readonly runtime: typeof proto3;
|
|
17
|
+
static readonly typeName = "gondul.opportunity.PreviewResponse";
|
|
18
|
+
static readonly fields: FieldList;
|
|
19
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PreviewResponse;
|
|
20
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PreviewResponse;
|
|
21
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PreviewResponse;
|
|
22
|
+
static equals(a: PreviewResponse | PlainMessage<PreviewResponse> | undefined, b: PreviewResponse | PlainMessage<PreviewResponse> | undefined): boolean;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { PreviewResponse };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Message as t,proto3 as r}from"@bufbuild/protobuf";class n extends t{userIds=[];totalCount=0;constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="gondul.opportunity.PreviewResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"user_ids",kind:"scalar",T:9,repeated:!0},{no:2,name:"total_count",kind:"scalar",T:13}]));static fromBinary(t,r){return(new n).fromBinary(t,r)}static fromJson(t,r){return(new n).fromJson(t,r)}static fromJsonString(t,r){return(new n).fromJsonString(t,r)}static equals(t,e){return r.util.equals(n,t,e)}}export{n as PreviewResponse};
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e,r=Object.defineProperty,o=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,i=Object.prototype.hasOwnProperty,s=(e,s,u,t)=>{if(s&&"object"==typeof s||"function"==typeof s)for(let d of p(s))i.call(e,d)||d===u||r(e,d,{get:()=>s[d],enumerable:!(t=o(s,d))||t.enumerable});return e},u=(e,r,o)=>(s(e,r,"default"),o&&s(o,r,"default")),t={};module.exports=(e=t,s(r({},"__esModule",{value:!0}),e)),u(t,require("./bragi/pipelines_connect.cjs"),module.exports),u(t,require("./bragi/pipelines_pb.cjs"),module.exports),u(t,require("./bragi/proxy_connect.cjs"),module.exports),u(t,require("./bragi/proxy_pb.cjs"),module.exports),u(t,require("./brokkr/brokkr_connect.cjs"),module.exports),u(t,require("./brokkr/brokkr_pb.cjs"),module.exports),u(t,require("./daily-api/opportunity-match_pb.cjs"),module.exports),u(t,require("./daily-api/opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/organization_pb.cjs"),module.exports),u(t,require("./daily-api/posts_connect.cjs"),module.exports),u(t,require("./daily-api/posts_pb.cjs"),module.exports),u(t,require("./daily-api/source-requests_connect.cjs"),module.exports),u(t,require("./daily-api/source-requests_pb.cjs"),module.exports),u(t,require("./daily-api/sources_pb.cjs"),module.exports),u(t,require("./daily-api/user-candidate-preference_pb.cjs"),module.exports),u(t,require("./daily-api/user-experience_pb.cjs"),module.exports),u(t,require("./daily-api/user_pb.cjs"),module.exports),u(t,require("./daily-api/util_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/candidate-accepted-opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/candidate-preference-updated_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/candidate-rejected-opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/content-updated_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/recruiter-accepted-candidate-match_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/user-profile-updated_pb.cjs"),module.exports),u(t,require("./feed/briefing/briefing_pb.cjs"),module.exports),u(t,require("./feed/personalised/personalised_pb.cjs"),module.exports),u(t,require("./feed/server_side_event/server_side_event_pb.cjs"),module.exports),u(t,require("./gondul/application-services_connect.cjs"),module.exports),u(t,require("./gondul/candidates_pb.cjs"),module.exports),u(t,require("./mimir/search/search_pb.cjs"),module.exports),u(t,require("./njord/transactions_connect.cjs"),module.exports),u(t,require("./njord/transactions_pb.cjs"),module.exports),u(t,require("./snotra/engagement/engagement_pb.cjs"),module.exports),u(t,require("./snotra/personalisation/personalisation_pb.cjs"),module.exports),u(t,require("./tei/embedding_connect.cjs"),module.exports),u(t,require("./tei/embedding_pb.cjs"),module.exports),u(t,require("./util/error_pb.cjs"),module.exports);
|
|
1
|
+
var e,r=Object.defineProperty,o=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,i=Object.prototype.hasOwnProperty,s=(e,s,u,t)=>{if(s&&"object"==typeof s||"function"==typeof s)for(let d of p(s))i.call(e,d)||d===u||r(e,d,{get:()=>s[d],enumerable:!(t=o(s,d))||t.enumerable});return e},u=(e,r,o)=>(s(e,r,"default"),o&&s(o,r,"default")),t={};module.exports=(e=t,s(r({},"__esModule",{value:!0}),e)),u(t,require("./bragi/pipelines_connect.cjs"),module.exports),u(t,require("./bragi/pipelines_pb.cjs"),module.exports),u(t,require("./bragi/proxy_connect.cjs"),module.exports),u(t,require("./bragi/proxy_pb.cjs"),module.exports),u(t,require("./brokkr/brokkr_connect.cjs"),module.exports),u(t,require("./brokkr/brokkr_pb.cjs"),module.exports),u(t,require("./daily-api/opportunity-match_pb.cjs"),module.exports),u(t,require("./daily-api/opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/organization_pb.cjs"),module.exports),u(t,require("./daily-api/posts_connect.cjs"),module.exports),u(t,require("./daily-api/posts_pb.cjs"),module.exports),u(t,require("./daily-api/source-requests_connect.cjs"),module.exports),u(t,require("./daily-api/source-requests_pb.cjs"),module.exports),u(t,require("./daily-api/sources_pb.cjs"),module.exports),u(t,require("./daily-api/user-candidate-preference_pb.cjs"),module.exports),u(t,require("./daily-api/user-experience_pb.cjs"),module.exports),u(t,require("./daily-api/user_pb.cjs"),module.exports),u(t,require("./daily-api/util_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/candidate-accepted-opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/candidate-preference-updated_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/candidate-rejected-opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/content-updated_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/opportunity_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/recruiter-accepted-candidate-match_pb.cjs"),module.exports),u(t,require("./daily-api/pubsub/user-profile-updated_pb.cjs"),module.exports),u(t,require("./feed/briefing/briefing_pb.cjs"),module.exports),u(t,require("./feed/personalised/personalised_pb.cjs"),module.exports),u(t,require("./feed/server_side_event/server_side_event_pb.cjs"),module.exports),u(t,require("./gondul/application-services_connect.cjs"),module.exports),u(t,require("./gondul/candidates_pb.cjs"),module.exports),u(t,require("./gondul/opportunity-service_connect.cjs"),module.exports),u(t,require("./gondul/opportunity-service_pb.cjs"),module.exports),u(t,require("./mimir/search/search_pb.cjs"),module.exports),u(t,require("./njord/transactions_connect.cjs"),module.exports),u(t,require("./njord/transactions_pb.cjs"),module.exports),u(t,require("./snotra/engagement/engagement_pb.cjs"),module.exports),u(t,require("./snotra/personalisation/personalisation_pb.cjs"),module.exports),u(t,require("./tei/embedding_connect.cjs"),module.exports),u(t,require("./tei/embedding_pb.cjs"),module.exports),u(t,require("./util/error_pb.cjs"),module.exports);
|
package/dist/index.d.cts
CHANGED
|
@@ -28,6 +28,8 @@ export { Request, Response } from './feed/personalised/personalised_pb.cjs';
|
|
|
28
28
|
export { EntryMetadata, ServerSideEvent } from './feed/server_side_event/server_side_event_pb.cjs';
|
|
29
29
|
export { ApplicationService } from './gondul/application-services_connect.cjs';
|
|
30
30
|
export { ApplicationScored, MatchedCandidate, WarmIntro } from './gondul/candidates_pb.cjs';
|
|
31
|
+
export { OpportunityService } from './gondul/opportunity-service_connect.cjs';
|
|
32
|
+
export { PreviewResponse } from './gondul/opportunity-service_pb.cjs';
|
|
31
33
|
export { BoolFilter, Filter, Operation, Order, Quantifier, SearchRequest, SearchResponse, SearchResult, Sort, StringListFilter, TimeRangeFilter } from './mimir/search/search_pb.cjs';
|
|
32
34
|
export { Credits } from './njord/transactions_connect.cjs';
|
|
33
35
|
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
|
@@ -28,6 +28,8 @@ export { Request, Response } from './feed/personalised/personalised_pb.js';
|
|
|
28
28
|
export { EntryMetadata, ServerSideEvent } from './feed/server_side_event/server_side_event_pb.js';
|
|
29
29
|
export { ApplicationService } from './gondul/application-services_connect.js';
|
|
30
30
|
export { ApplicationScored, MatchedCandidate, WarmIntro } from './gondul/candidates_pb.js';
|
|
31
|
+
export { OpportunityService } from './gondul/opportunity-service_connect.js';
|
|
32
|
+
export { PreviewResponse } from './gondul/opportunity-service_pb.js';
|
|
31
33
|
export { BoolFilter, Filter, Operation, Order, Quantifier, SearchRequest, SearchResponse, SearchResult, Sort, StringListFilter, TimeRangeFilter } from './mimir/search/search_pb.js';
|
|
32
34
|
export { Credits } from './njord/transactions_connect.js';
|
|
33
35
|
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"./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-experience_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"./daily-api/pubsub/user-profile-updated_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-experience_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"./daily-api/pubsub/user-profile-updated_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"./gondul/opportunity-service_connect";export*from"./gondul/opportunity-service_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";
|