@dailydotdev/schema 0.2.62 → 0.2.63

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.
@@ -1,10 +1,10 @@
1
1
  import { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr_pb.cjs';
2
2
  import { ParseOpportunityResponse, ParseCVResponse } from '../bragi/pipelines_pb.cjs';
3
3
  import '@bufbuild/protobuf';
4
+ import '../daily-api/util_pb.cjs';
4
5
  import '../feed/briefing/briefing_pb.cjs';
5
6
  import '../daily-api/opportunity-match_pb.cjs';
6
7
  import '../daily-api/opportunity_pb.cjs';
7
- import '../daily-api/util_pb.cjs';
8
8
 
9
9
  /**
10
10
  * @generated from service brokkr.BrokkrService
@@ -1,10 +1,10 @@
1
1
  import { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr_pb.js';
2
2
  import { ParseOpportunityResponse, ParseCVResponse } from '../bragi/pipelines_pb.js';
3
3
  import '@bufbuild/protobuf';
4
+ import '../daily-api/util_pb.js';
4
5
  import '../feed/briefing/briefing_pb.js';
5
6
  import '../daily-api/opportunity-match_pb.js';
6
7
  import '../daily-api/opportunity_pb.js';
7
- import '../daily-api/util_pb.js';
8
8
 
9
9
  /**
10
10
  * @generated from service brokkr.BrokkrService
@@ -1 +1 @@
1
- var t,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,s={};((t,r)=>{for(var o in r)e(t,o,{get:r[o],enumerable:!0})})(s,{BrokkrParseRequest:()=>i,ExtractMarkdownResponse:()=>u}),module.exports=(t=s,((t,s,a,i)=>{if(s&&"object"==typeof s||"function"==typeof s)for(let u of o(s))n.call(t,u)||u===a||e(t,u,{get:()=>s[u],enumerable:!(i=r(s,u))||i.enumerable});return t})(e({},"__esModule",{value:!0}),t));var a=require("@bufbuild/protobuf");class i extends a.Message{bucketName="";blobName="";constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="brokkr.BrokkrParseRequest";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"bucket_name",kind:"scalar",T:9},{no:2,name:"blob_name",kind:"scalar",T:9}]));static fromBinary(t,e){return(new i).fromBinary(t,e)}static fromJson(t,e){return(new i).fromJson(t,e)}static fromJsonString(t,e){return(new i).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(i,t,e)}}class u extends a.Message{content="";constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="brokkr.ExtractMarkdownResponse";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:9}]));static fromBinary(t,e){return(new u).fromBinary(t,e)}static fromJson(t,e){return(new u).fromJson(t,e)}static fromJsonString(t,e){return(new u).fromJsonString(t,e)}static equals(t,e){return a.proto3.util.equals(u,t,e)}}
1
+ var t,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,a={};((t,r)=>{for(var o in r)e(t,o,{get:r[o],enumerable:!0})})(a,{BrokkrParseRequest:()=>u,ExtractMarkdownResponse:()=>l}),module.exports=(t=a,((t,a,s,i)=>{if(a&&"object"==typeof a||"function"==typeof a)for(let u of o(a))n.call(t,u)||u===s||e(t,u,{get:()=>a[u],enumerable:!(i=r(a,u))||i.enumerable});return t})(e({},"__esModule",{value:!0}),t));var s=require("@bufbuild/protobuf"),i=require("../daily-api/util_pb.cjs");class u extends s.Message{bucketName="";blobName="";blob;constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="brokkr.BrokkrParseRequest";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"bucket_name",kind:"scalar",T:9},{no:2,name:"blob_name",kind:"scalar",T:9},{no:3,name:"blob",kind:"message",T:i.FileBlob}]));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 s.proto3.util.equals(u,t,e)}}class l extends s.Message{content="";constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="brokkr.ExtractMarkdownResponse";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:9}]));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 s.proto3.util.equals(l,t,e)}}
@@ -1,4 +1,5 @@
1
1
  import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
2
+ import { FileBlob } from '../daily-api/util_pb.cjs';
2
3
 
3
4
  /**
4
5
  * @generated from message brokkr.BrokkrParseRequest
@@ -16,6 +17,12 @@ declare class BrokkrParseRequest extends Message<BrokkrParseRequest> {
16
17
  * @generated from field: string blob_name = 2;
17
18
  */
18
19
  blobName: string;
20
+ /**
21
+ * Raw blob content
22
+ *
23
+ * @generated from field: dailydotdev.api.util.FileBlob blob = 3;
24
+ */
25
+ blob?: FileBlob;
19
26
  constructor(data?: PartialMessage<BrokkrParseRequest>);
20
27
  static readonly runtime: typeof proto3;
21
28
  static readonly typeName = "brokkr.BrokkrParseRequest";
@@ -1,4 +1,5 @@
1
1
  import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
2
+ import { FileBlob } from '../daily-api/util_pb.js';
2
3
 
3
4
  /**
4
5
  * @generated from message brokkr.BrokkrParseRequest
@@ -16,6 +17,12 @@ declare class BrokkrParseRequest extends Message<BrokkrParseRequest> {
16
17
  * @generated from field: string blob_name = 2;
17
18
  */
18
19
  blobName: string;
20
+ /**
21
+ * Raw blob content
22
+ *
23
+ * @generated from field: dailydotdev.api.util.FileBlob blob = 3;
24
+ */
25
+ blob?: FileBlob;
19
26
  constructor(data?: PartialMessage<BrokkrParseRequest>);
20
27
  static readonly runtime: typeof proto3;
21
28
  static readonly typeName = "brokkr.BrokkrParseRequest";
@@ -1 +1 @@
1
- import{Message as t,proto3 as r}from"@bufbuild/protobuf";class n extends t{bucketName="";blobName="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.BrokkrParseRequest";static fields=r.util.newFieldList((()=>[{no:1,name:"bucket_name",kind:"scalar",T:9},{no:2,name:"blob_name",kind:"scalar",T:9}]));static fromBinary(t,r){return(new n).fromBinary(t,r)}static fromJson(t,r){return(new n).fromJson(t,r)}static fromJsonString(t,r){return(new n).fromJsonString(t,r)}static equals(t,e){return r.util.equals(n,t,e)}}class e extends t{content="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.ExtractMarkdownResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:9}]));static fromBinary(t,r){return(new e).fromBinary(t,r)}static fromJson(t,r){return(new e).fromJson(t,r)}static fromJsonString(t,r){return(new e).fromJsonString(t,r)}static equals(t,n){return r.util.equals(e,t,n)}}export{n as BrokkrParseRequest,e as ExtractMarkdownResponse};
1
+ import{Message as t,proto3 as r}from"@bufbuild/protobuf";import{FileBlob as n}from"../daily-api/util_pb.ts";class e extends t{bucketName="";blobName="";blob;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},{no:3,name:"blob",kind:"message",T:n}]));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)}}class i extends t{content="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="brokkr.ExtractMarkdownResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:9}]));static fromBinary(t,r){return(new 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,n){return r.util.equals(i,t,n)}}export{e as BrokkrParseRequest,i as ExtractMarkdownResponse};
@@ -1 +1 @@
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)}}
1
+ var t,e=Object.defineProperty,n=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,i=Object.prototype.hasOwnProperty,r={};((t,n)=>{for(var o in n)e(t,o,{get:n[o],enumerable:!0})})(r,{FileBlob:()=>u,Location:()=>l,LocationType:()=>s}),module.exports=(t=r,((t,r,a,s)=>{if(r&&"object"==typeof r||"function"==typeof r)for(let l of o(r))i.call(t,l)||l===a||e(t,l,{get:()=>r[l],enumerable:!(s=n(r,l))||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 l 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 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{content=new Uint8Array(0);ext;mime;constructor(t){super(),a.proto3.util.initPartial(t,this)}static runtime=a.proto3;static typeName="dailydotdev.api.util.FileBlob";static fields=a.proto3.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:12},{no:2,name:"ext",kind:"scalar",T:9,opt:!0},{no:3,name:"mime",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)}}
@@ -66,5 +66,30 @@ declare class Location extends Message<Location> {
66
66
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Location;
67
67
  static equals(a: Location | PlainMessage<Location> | undefined, b: Location | PlainMessage<Location> | undefined): boolean;
68
68
  }
69
+ /**
70
+ * @generated from message dailydotdev.api.util.FileBlob
71
+ */
72
+ declare class FileBlob extends Message<FileBlob> {
73
+ /**
74
+ * @generated from field: bytes content = 1;
75
+ */
76
+ content: Uint8Array;
77
+ /**
78
+ * @generated from field: optional string ext = 2;
79
+ */
80
+ ext?: string;
81
+ /**
82
+ * @generated from field: optional string mime = 3;
83
+ */
84
+ mime?: string;
85
+ constructor(data?: PartialMessage<FileBlob>);
86
+ static readonly runtime: typeof proto3;
87
+ static readonly typeName = "dailydotdev.api.util.FileBlob";
88
+ static readonly fields: FieldList;
89
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileBlob;
90
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileBlob;
91
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileBlob;
92
+ static equals(a: FileBlob | PlainMessage<FileBlob> | undefined, b: FileBlob | PlainMessage<FileBlob> | undefined): boolean;
93
+ }
69
94
 
70
- export { Location, LocationType };
95
+ export { FileBlob, Location, LocationType };
@@ -66,5 +66,30 @@ declare class Location extends Message<Location> {
66
66
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Location;
67
67
  static equals(a: Location | PlainMessage<Location> | undefined, b: Location | PlainMessage<Location> | undefined): boolean;
68
68
  }
69
+ /**
70
+ * @generated from message dailydotdev.api.util.FileBlob
71
+ */
72
+ declare class FileBlob extends Message<FileBlob> {
73
+ /**
74
+ * @generated from field: bytes content = 1;
75
+ */
76
+ content: Uint8Array;
77
+ /**
78
+ * @generated from field: optional string ext = 2;
79
+ */
80
+ ext?: string;
81
+ /**
82
+ * @generated from field: optional string mime = 3;
83
+ */
84
+ mime?: string;
85
+ constructor(data?: PartialMessage<FileBlob>);
86
+ static readonly runtime: typeof proto3;
87
+ static readonly typeName = "dailydotdev.api.util.FileBlob";
88
+ static readonly fields: FieldList;
89
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileBlob;
90
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FileBlob;
91
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileBlob;
92
+ static equals(a: FileBlob | PlainMessage<FileBlob> | undefined, b: FileBlob | PlainMessage<FileBlob> | undefined): boolean;
93
+ }
69
94
 
70
- export { Location, LocationType };
95
+ export { FileBlob, Location, LocationType };
@@ -1 +1 @@
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};
1
+ import{Message as t,proto3 as n}from"@bufbuild/protobuf";var i=(t=>(t[t.UNSPECIFIED=0]="UNSPECIFIED",t[t.REMOTE=1]="REMOTE",t[t.OFFICE=2]="OFFICE",t[t.HYBRID=3]="HYBRID",t))(i||{});n.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 a extends t{city;country;subdivision;continent;latitude;longitude;type;iso2;constructor(t){super(),n.util.initPartial(t,this)}static runtime=n;static typeName="dailydotdev.api.util.Location";static fields=n.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:n.getEnumType(i),opt:!0},{no:8,name:"iso2",kind:"scalar",T:9,opt:!0}]));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,i){return n.util.equals(a,t,i)}}class e extends t{content=new Uint8Array(0);ext;mime;constructor(t){super(),n.util.initPartial(t,this)}static runtime=n;static typeName="dailydotdev.api.util.FileBlob";static fields=n.util.newFieldList((()=>[{no:1,name:"content",kind:"scalar",T:12},{no:2,name:"ext",kind:"scalar",T:9,opt:!0},{no:3,name:"mime",kind:"scalar",T:9,opt:!0}]));static fromBinary(t,n){return(new e).fromBinary(t,n)}static fromJson(t,n){return(new e).fromJson(t,n)}static fromJsonString(t,n){return(new e).fromJsonString(t,n)}static equals(t,i){return n.util.equals(e,t,i)}}export{e as FileBlob,a as Location,i as LocationType};
package/dist/index.d.cts CHANGED
@@ -15,7 +15,7 @@ export { Source } from './daily-api/sources_pb.cjs';
15
15
  export { CandidateStatus, UserCandidatePreference } from './daily-api/user-candidate-preference_pb.cjs';
16
16
  export { UserExperience, UserExperienceSkill, UserExperienceType, UserProfile } from './daily-api/user-experience_pb.cjs';
17
17
  export { UserCV } from './daily-api/user_pb.cjs';
18
- export { Location, LocationType } from './daily-api/util_pb.cjs';
18
+ export { FileBlob, Location, LocationType } from './daily-api/util_pb.cjs';
19
19
  export { CandidateAcceptedOpportunityMessage } from './daily-api/pubsub/candidate-accepted-opportunity_pb.cjs';
20
20
  export { CandidatePreferenceUpdated } from './daily-api/pubsub/candidate-preference-updated_pb.cjs';
21
21
  export { CandidateRejectedOpportunityMessage } from './daily-api/pubsub/candidate-rejected-opportunity_pb.cjs';
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ export { Source } from './daily-api/sources_pb.js';
15
15
  export { CandidateStatus, UserCandidatePreference } from './daily-api/user-candidate-preference_pb.js';
16
16
  export { UserExperience, UserExperienceSkill, UserExperienceType, UserProfile } from './daily-api/user-experience_pb.js';
17
17
  export { UserCV } from './daily-api/user_pb.js';
18
- export { Location, LocationType } from './daily-api/util_pb.js';
18
+ export { FileBlob, Location, LocationType } from './daily-api/util_pb.js';
19
19
  export { CandidateAcceptedOpportunityMessage } from './daily-api/pubsub/candidate-accepted-opportunity_pb.js';
20
20
  export { CandidatePreferenceUpdated } from './daily-api/pubsub/candidate-preference-updated_pb.js';
21
21
  export { CandidateRejectedOpportunityMessage } from './daily-api/pubsub/candidate-rejected-opportunity_pb.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dailydotdev/schema",
3
- "version": "0.2.62",
3
+ "version": "0.2.63",
4
4
  "author": "@dailydotdev",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",