@dailydotdev/schema 0.2.70 → 0.2.71
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/job_connect.cjs +1 -0
- package/dist/daily-api/job_connect.d.cts +22 -0
- package/dist/daily-api/job_connect.d.ts +22 -0
- package/dist/daily-api/job_connect.js +1 -0
- package/dist/daily-api/job_pb.cjs +1 -0
- package/dist/daily-api/job_pb.d.cts +113 -0
- package/dist/daily-api/job_pb.d.ts +113 -0
- package/dist/daily-api/job_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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e,t=Object.defineProperty,o=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,b={};((e,o)=>{for(var r in o)t(e,r,{get:o[r],enumerable:!0})})(b,{JobService:()=>p}),module.exports=(e=b,((e,b,u,n)=>{if(b&&"object"==typeof b||"function"==typeof b)for(let p of r(b))a.call(e,p)||p===u||t(e,p,{get:()=>b[p],enumerable:!(n=o(b,p))||n.enumerable});return e})(t({},"__esModule",{value:!0}),e));var u=require("./job_pb.cjs"),n=require("@bufbuild/protobuf");const p={typeName:"dailydotdev.api.job.JobService",methods:{getStatus:{name:"GetStatus",I:u.GetJobStatusRequest,O:u.GetJobStatusResponse,kind:n.MethodKind.Unary}}};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { GetJobStatusRequest, GetJobStatusResponse } from './job_pb.cjs';
|
|
2
|
+
import '@bufbuild/protobuf';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @generated from service dailydotdev.api.job.JobService
|
|
6
|
+
*/
|
|
7
|
+
declare const JobService: {
|
|
8
|
+
readonly typeName: "dailydotdev.api.job.JobService";
|
|
9
|
+
readonly methods: {
|
|
10
|
+
/**
|
|
11
|
+
* @generated from rpc dailydotdev.api.job.JobService.GetStatus
|
|
12
|
+
*/
|
|
13
|
+
readonly getStatus: {
|
|
14
|
+
readonly name: "GetStatus";
|
|
15
|
+
readonly I: typeof GetJobStatusRequest;
|
|
16
|
+
readonly O: typeof GetJobStatusResponse;
|
|
17
|
+
readonly kind: any;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export { JobService };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { GetJobStatusRequest, GetJobStatusResponse } from './job_pb.js';
|
|
2
|
+
import '@bufbuild/protobuf';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @generated from service dailydotdev.api.job.JobService
|
|
6
|
+
*/
|
|
7
|
+
declare const JobService: {
|
|
8
|
+
readonly typeName: "dailydotdev.api.job.JobService";
|
|
9
|
+
readonly methods: {
|
|
10
|
+
/**
|
|
11
|
+
* @generated from rpc dailydotdev.api.job.JobService.GetStatus
|
|
12
|
+
*/
|
|
13
|
+
readonly getStatus: {
|
|
14
|
+
readonly name: "GetStatus";
|
|
15
|
+
readonly I: typeof GetJobStatusRequest;
|
|
16
|
+
readonly O: typeof GetJobStatusResponse;
|
|
17
|
+
readonly kind: any;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export { JobService };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{GetJobStatusRequest as t,GetJobStatusResponse as o}from"./job_pb.ts";import{MethodKind as e}from"@bufbuild/protobuf";const r={typeName:"dailydotdev.api.job.JobService",methods:{getStatus:{name:"GetStatus",I:t,O:o,kind:e.Unary}}};export{r as JobService};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t,e=Object.defineProperty,o=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,a={};((t,o)=>{for(var r in o)e(t,r,{get:o[r],enumerable:!0})})(a,{GetJobStatusRequest:()=>p,GetJobStatusResponse:()=>l,JobStatus:()=>u,JobType:()=>i,StartJobResponse:()=>m}),module.exports=(t=a,((t,a,s,i)=>{if(a&&"object"==typeof a||"function"==typeof a)for(let u of r(a))n.call(t,u)||u===s||e(t,u,{get:()=>a[u],enumerable:!(i=o(a,u))||i.enumerable});return t})(e({},"__esModule",{value:!0}),t));var s=require("@bufbuild/protobuf"),i=(t=>(t[t.UNSPECIFIED=0]="UNSPECIFIED",t))(i||{});s.proto3.util.setEnumType(i,"dailydotdev.api.job.JobType",[{no:0,name:"JOB_TYPE_UNSPECIFIED"}]);var u=(t=>(t[t.UNSPECIFIED=0]="UNSPECIFIED",t[t.PENDING=1]="PENDING",t[t.RUNNING=2]="RUNNING",t[t.COMPLETED=3]="COMPLETED",t[t.FAILED=4]="FAILED",t))(u||{});s.proto3.util.setEnumType(u,"dailydotdev.api.job.JobStatus",[{no:0,name:"JOB_STATUS_UNSPECIFIED"},{no:1,name:"JOB_STATUS_PENDING"},{no:2,name:"JOB_STATUS_RUNNING"},{no:3,name:"JOB_STATUS_COMPLETED"},{no:4,name:"JOB_STATUS_FAILED"}]);class p extends s.Message{jobId="";constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="dailydotdev.api.job.GetJobStatusRequest";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"job_id",kind:"scalar",T:9}]));static fromBinary(t,e){return(new p).fromBinary(t,e)}static fromJson(t,e){return(new p).fromJson(t,e)}static fromJsonString(t,e){return(new p).fromJsonString(t,e)}static equals(t,e){return s.proto3.util.equals(p,t,e)}}class l extends s.Message{jobId="";type=0;status=0;createdAt=0;startedAt;completedAt;error;constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="dailydotdev.api.job.GetJobStatusResponse";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"job_id",kind:"scalar",T:9},{no:2,name:"type",kind:"enum",T:s.proto3.getEnumType(i)},{no:3,name:"status",kind:"enum",T:s.proto3.getEnumType(u)},{no:4,name:"created_at",kind:"scalar",T:5},{no:5,name:"started_at",kind:"scalar",T:5,opt:!0},{no:6,name:"completed_at",kind:"scalar",T:5,opt:!0},{no:7,name:"error",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 s.proto3.util.equals(l,t,e)}}class m extends s.Message{jobId="";constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="dailydotdev.api.job.StartJobResponse";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"job_id",kind:"scalar",T:9}]));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 s.proto3.util.equals(m,t,e)}}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @generated from enum dailydotdev.api.job.JobType
|
|
5
|
+
*/
|
|
6
|
+
declare enum JobType {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from enum value: JOB_TYPE_UNSPECIFIED = 0;
|
|
9
|
+
*/
|
|
10
|
+
UNSPECIFIED = 0
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @generated from enum dailydotdev.api.job.JobStatus
|
|
14
|
+
*/
|
|
15
|
+
declare enum JobStatus {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from enum value: JOB_STATUS_UNSPECIFIED = 0;
|
|
18
|
+
*/
|
|
19
|
+
UNSPECIFIED = 0,
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: JOB_STATUS_PENDING = 1;
|
|
22
|
+
*/
|
|
23
|
+
PENDING = 1,
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: JOB_STATUS_RUNNING = 2;
|
|
26
|
+
*/
|
|
27
|
+
RUNNING = 2,
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: JOB_STATUS_COMPLETED = 3;
|
|
30
|
+
*/
|
|
31
|
+
COMPLETED = 3,
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: JOB_STATUS_FAILED = 4;
|
|
34
|
+
*/
|
|
35
|
+
FAILED = 4
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @generated from message dailydotdev.api.job.GetJobStatusRequest
|
|
39
|
+
*/
|
|
40
|
+
declare class GetJobStatusRequest extends Message<GetJobStatusRequest> {
|
|
41
|
+
/**
|
|
42
|
+
* @generated from field: string job_id = 1;
|
|
43
|
+
*/
|
|
44
|
+
jobId: string;
|
|
45
|
+
constructor(data?: PartialMessage<GetJobStatusRequest>);
|
|
46
|
+
static readonly runtime: typeof proto3;
|
|
47
|
+
static readonly typeName = "dailydotdev.api.job.GetJobStatusRequest";
|
|
48
|
+
static readonly fields: FieldList;
|
|
49
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobStatusRequest;
|
|
50
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobStatusRequest;
|
|
51
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobStatusRequest;
|
|
52
|
+
static equals(a: GetJobStatusRequest | PlainMessage<GetJobStatusRequest> | undefined, b: GetJobStatusRequest | PlainMessage<GetJobStatusRequest> | undefined): boolean;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @generated from message dailydotdev.api.job.GetJobStatusResponse
|
|
56
|
+
*/
|
|
57
|
+
declare class GetJobStatusResponse extends Message<GetJobStatusResponse> {
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string job_id = 1;
|
|
60
|
+
*/
|
|
61
|
+
jobId: string;
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: dailydotdev.api.job.JobType type = 2;
|
|
64
|
+
*/
|
|
65
|
+
type: JobType;
|
|
66
|
+
/**
|
|
67
|
+
* @generated from field: dailydotdev.api.job.JobStatus status = 3;
|
|
68
|
+
*/
|
|
69
|
+
status: JobStatus;
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: int32 created_at = 4;
|
|
72
|
+
*/
|
|
73
|
+
createdAt: number;
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: optional int32 started_at = 5;
|
|
76
|
+
*/
|
|
77
|
+
startedAt?: number;
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: optional int32 completed_at = 6;
|
|
80
|
+
*/
|
|
81
|
+
completedAt?: number;
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: optional string error = 7;
|
|
84
|
+
*/
|
|
85
|
+
error?: string;
|
|
86
|
+
constructor(data?: PartialMessage<GetJobStatusResponse>);
|
|
87
|
+
static readonly runtime: typeof proto3;
|
|
88
|
+
static readonly typeName = "dailydotdev.api.job.GetJobStatusResponse";
|
|
89
|
+
static readonly fields: FieldList;
|
|
90
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobStatusResponse;
|
|
91
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobStatusResponse;
|
|
92
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobStatusResponse;
|
|
93
|
+
static equals(a: GetJobStatusResponse | PlainMessage<GetJobStatusResponse> | undefined, b: GetJobStatusResponse | PlainMessage<GetJobStatusResponse> | undefined): boolean;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @generated from message dailydotdev.api.job.StartJobResponse
|
|
97
|
+
*/
|
|
98
|
+
declare class StartJobResponse extends Message<StartJobResponse> {
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: string job_id = 1;
|
|
101
|
+
*/
|
|
102
|
+
jobId: string;
|
|
103
|
+
constructor(data?: PartialMessage<StartJobResponse>);
|
|
104
|
+
static readonly runtime: typeof proto3;
|
|
105
|
+
static readonly typeName = "dailydotdev.api.job.StartJobResponse";
|
|
106
|
+
static readonly fields: FieldList;
|
|
107
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartJobResponse;
|
|
108
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartJobResponse;
|
|
109
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StartJobResponse;
|
|
110
|
+
static equals(a: StartJobResponse | PlainMessage<StartJobResponse> | undefined, b: StartJobResponse | PlainMessage<StartJobResponse> | undefined): boolean;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export { GetJobStatusRequest, GetJobStatusResponse, JobStatus, JobType, StartJobResponse };
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @generated from enum dailydotdev.api.job.JobType
|
|
5
|
+
*/
|
|
6
|
+
declare enum JobType {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from enum value: JOB_TYPE_UNSPECIFIED = 0;
|
|
9
|
+
*/
|
|
10
|
+
UNSPECIFIED = 0
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @generated from enum dailydotdev.api.job.JobStatus
|
|
14
|
+
*/
|
|
15
|
+
declare enum JobStatus {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from enum value: JOB_STATUS_UNSPECIFIED = 0;
|
|
18
|
+
*/
|
|
19
|
+
UNSPECIFIED = 0,
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: JOB_STATUS_PENDING = 1;
|
|
22
|
+
*/
|
|
23
|
+
PENDING = 1,
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: JOB_STATUS_RUNNING = 2;
|
|
26
|
+
*/
|
|
27
|
+
RUNNING = 2,
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: JOB_STATUS_COMPLETED = 3;
|
|
30
|
+
*/
|
|
31
|
+
COMPLETED = 3,
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: JOB_STATUS_FAILED = 4;
|
|
34
|
+
*/
|
|
35
|
+
FAILED = 4
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @generated from message dailydotdev.api.job.GetJobStatusRequest
|
|
39
|
+
*/
|
|
40
|
+
declare class GetJobStatusRequest extends Message<GetJobStatusRequest> {
|
|
41
|
+
/**
|
|
42
|
+
* @generated from field: string job_id = 1;
|
|
43
|
+
*/
|
|
44
|
+
jobId: string;
|
|
45
|
+
constructor(data?: PartialMessage<GetJobStatusRequest>);
|
|
46
|
+
static readonly runtime: typeof proto3;
|
|
47
|
+
static readonly typeName = "dailydotdev.api.job.GetJobStatusRequest";
|
|
48
|
+
static readonly fields: FieldList;
|
|
49
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobStatusRequest;
|
|
50
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobStatusRequest;
|
|
51
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobStatusRequest;
|
|
52
|
+
static equals(a: GetJobStatusRequest | PlainMessage<GetJobStatusRequest> | undefined, b: GetJobStatusRequest | PlainMessage<GetJobStatusRequest> | undefined): boolean;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @generated from message dailydotdev.api.job.GetJobStatusResponse
|
|
56
|
+
*/
|
|
57
|
+
declare class GetJobStatusResponse extends Message<GetJobStatusResponse> {
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string job_id = 1;
|
|
60
|
+
*/
|
|
61
|
+
jobId: string;
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: dailydotdev.api.job.JobType type = 2;
|
|
64
|
+
*/
|
|
65
|
+
type: JobType;
|
|
66
|
+
/**
|
|
67
|
+
* @generated from field: dailydotdev.api.job.JobStatus status = 3;
|
|
68
|
+
*/
|
|
69
|
+
status: JobStatus;
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: int32 created_at = 4;
|
|
72
|
+
*/
|
|
73
|
+
createdAt: number;
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: optional int32 started_at = 5;
|
|
76
|
+
*/
|
|
77
|
+
startedAt?: number;
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: optional int32 completed_at = 6;
|
|
80
|
+
*/
|
|
81
|
+
completedAt?: number;
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: optional string error = 7;
|
|
84
|
+
*/
|
|
85
|
+
error?: string;
|
|
86
|
+
constructor(data?: PartialMessage<GetJobStatusResponse>);
|
|
87
|
+
static readonly runtime: typeof proto3;
|
|
88
|
+
static readonly typeName = "dailydotdev.api.job.GetJobStatusResponse";
|
|
89
|
+
static readonly fields: FieldList;
|
|
90
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobStatusResponse;
|
|
91
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobStatusResponse;
|
|
92
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobStatusResponse;
|
|
93
|
+
static equals(a: GetJobStatusResponse | PlainMessage<GetJobStatusResponse> | undefined, b: GetJobStatusResponse | PlainMessage<GetJobStatusResponse> | undefined): boolean;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @generated from message dailydotdev.api.job.StartJobResponse
|
|
97
|
+
*/
|
|
98
|
+
declare class StartJobResponse extends Message<StartJobResponse> {
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: string job_id = 1;
|
|
101
|
+
*/
|
|
102
|
+
jobId: string;
|
|
103
|
+
constructor(data?: PartialMessage<StartJobResponse>);
|
|
104
|
+
static readonly runtime: typeof proto3;
|
|
105
|
+
static readonly typeName = "dailydotdev.api.job.StartJobResponse";
|
|
106
|
+
static readonly fields: FieldList;
|
|
107
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartJobResponse;
|
|
108
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartJobResponse;
|
|
109
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StartJobResponse;
|
|
110
|
+
static equals(a: StartJobResponse | PlainMessage<StartJobResponse> | undefined, b: StartJobResponse | PlainMessage<StartJobResponse> | undefined): boolean;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export { GetJobStatusRequest, GetJobStatusResponse, JobStatus, JobType, StartJobResponse };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Message as t,proto3 as e}from"@bufbuild/protobuf";var n=(t=>(t[t.UNSPECIFIED=0]="UNSPECIFIED",t))(n||{});e.util.setEnumType(n,"dailydotdev.api.job.JobType",[{no:0,name:"JOB_TYPE_UNSPECIFIED"}]);var a=(t=>(t[t.UNSPECIFIED=0]="UNSPECIFIED",t[t.PENDING=1]="PENDING",t[t.RUNNING=2]="RUNNING",t[t.COMPLETED=3]="COMPLETED",t[t.FAILED=4]="FAILED",t))(a||{});e.util.setEnumType(a,"dailydotdev.api.job.JobStatus",[{no:0,name:"JOB_STATUS_UNSPECIFIED"},{no:1,name:"JOB_STATUS_PENDING"},{no:2,name:"JOB_STATUS_RUNNING"},{no:3,name:"JOB_STATUS_COMPLETED"},{no:4,name:"JOB_STATUS_FAILED"}]);class r extends t{jobId="";constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="dailydotdev.api.job.GetJobStatusRequest";static fields=e.util.newFieldList((()=>[{no:1,name:"job_id",kind:"scalar",T:9}]));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,n){return e.util.equals(r,t,n)}}class i extends t{jobId="";type=0;status=0;createdAt=0;startedAt;completedAt;error;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="dailydotdev.api.job.GetJobStatusResponse";static fields=e.util.newFieldList((()=>[{no:1,name:"job_id",kind:"scalar",T:9},{no:2,name:"type",kind:"enum",T:e.getEnumType(n)},{no:3,name:"status",kind:"enum",T:e.getEnumType(a)},{no:4,name:"created_at",kind:"scalar",T:5},{no:5,name:"started_at",kind:"scalar",T:5,opt:!0},{no:6,name:"completed_at",kind:"scalar",T:5,opt:!0},{no:7,name:"error",kind:"scalar",T:9,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 o extends t{jobId="";constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="dailydotdev.api.job.StartJobResponse";static fields=e.util.newFieldList((()=>[{no:1,name:"job_id",kind:"scalar",T:9}]));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,n){return e.util.equals(o,t,n)}}export{r as GetJobStatusRequest,i as GetJobStatusResponse,a as JobStatus,n as JobType,o as StartJobResponse};
|
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/feedback_pb.cjs"),module.exports),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);
|
|
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/feedback_pb.cjs"),module.exports),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/job_connect.cjs"),module.exports),u(t,require("./daily-api/job_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
|
@@ -5,6 +5,8 @@ export { LLMProxy } from './bragi/proxy_connect.cjs';
|
|
|
5
5
|
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';
|
|
6
6
|
export { BrokkrService } from './brokkr/brokkr_connect.cjs';
|
|
7
7
|
export { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr/brokkr_pb.cjs';
|
|
8
|
+
export { JobService } from './daily-api/job_connect.cjs';
|
|
9
|
+
export { GetJobStatusRequest, GetJobStatusResponse, JobStatus, JobType, StartJobResponse } from './daily-api/job_pb.cjs';
|
|
8
10
|
export { Screening } from './daily-api/opportunity-match_pb.cjs';
|
|
9
11
|
export { EmploymentType, Opportunity, OpportunityContent, OpportunityContent_ContentBlock, OpportunityFlags, OpportunityMeta, OpportunityState, OpportunityType, PreviewType, Recruiter, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.cjs';
|
|
10
12
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ export { LLMProxy } from './bragi/proxy_connect.js';
|
|
|
5
5
|
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';
|
|
6
6
|
export { BrokkrService } from './brokkr/brokkr_connect.js';
|
|
7
7
|
export { BrokkrParseRequest, ExtractMarkdownResponse } from './brokkr/brokkr_pb.js';
|
|
8
|
+
export { JobService } from './daily-api/job_connect.js';
|
|
9
|
+
export { GetJobStatusRequest, GetJobStatusResponse, JobStatus, JobType, StartJobResponse } from './daily-api/job_pb.js';
|
|
8
10
|
export { Screening } from './daily-api/opportunity-match_pb.js';
|
|
9
11
|
export { EmploymentType, Opportunity, OpportunityContent, OpportunityContent_ContentBlock, OpportunityFlags, OpportunityMeta, OpportunityState, OpportunityType, PreviewType, Recruiter, Salary, SalaryPeriod, SeniorityLevel } from './daily-api/opportunity_pb.js';
|
|
10
12
|
export { CompanySize, CompanyStage, Organization } from './daily-api/organization_pb.js';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export*from"./bragi/feedback_pb";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";
|
|
1
|
+
export*from"./bragi/feedback_pb";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/job_connect";export*from"./daily-api/job_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";
|