@dailydotdev/schema 0.2.59 → 0.2.60
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/gondul/opportunity-service_connect.cjs +1 -1
- package/dist/gondul/opportunity-service_connect.d.cts +3 -3
- package/dist/gondul/opportunity-service_connect.d.ts +3 -3
- package/dist/gondul/opportunity-service_connect.js +1 -1
- package/dist/gondul/opportunity-service_pb.cjs +1 -1
- package/dist/gondul/opportunity-service_pb.d.cts +32 -11
- package/dist/gondul/opportunity-service_pb.d.ts +32 -11
- package/dist/gondul/opportunity-service_pb.js +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +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.
|
|
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.OpportunityPreviewResponse,kind:y.MethodKind.Unary}}};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Opportunity } from '../daily-api/opportunity_pb.cjs';
|
|
2
|
-
import {
|
|
2
|
+
import { OpportunityPreviewResponse } from './opportunity-service_pb.cjs';
|
|
3
3
|
import '@bufbuild/protobuf';
|
|
4
4
|
import '../daily-api/util_pb.cjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* OpportunityService setup for gRPC endpoint
|
|
8
8
|
*
|
|
9
9
|
* @generated from service gondul.opportunity.OpportunityService
|
|
10
10
|
*/
|
|
@@ -17,7 +17,7 @@ declare const OpportunityService: {
|
|
|
17
17
|
readonly preview: {
|
|
18
18
|
readonly name: "Preview";
|
|
19
19
|
readonly I: typeof Opportunity;
|
|
20
|
-
readonly O: typeof
|
|
20
|
+
readonly O: typeof OpportunityPreviewResponse;
|
|
21
21
|
readonly kind: any;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Opportunity } from '../daily-api/opportunity_pb.js';
|
|
2
|
-
import {
|
|
2
|
+
import { OpportunityPreviewResponse } from './opportunity-service_pb.js';
|
|
3
3
|
import '@bufbuild/protobuf';
|
|
4
4
|
import '../daily-api/util_pb.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* OpportunityService setup for gRPC endpoint
|
|
8
8
|
*
|
|
9
9
|
* @generated from service gondul.opportunity.OpportunityService
|
|
10
10
|
*/
|
|
@@ -17,7 +17,7 @@ declare const OpportunityService: {
|
|
|
17
17
|
readonly preview: {
|
|
18
18
|
readonly name: "Preview";
|
|
19
19
|
readonly I: typeof Opportunity;
|
|
20
|
-
readonly O: typeof
|
|
20
|
+
readonly O: typeof OpportunityPreviewResponse;
|
|
21
21
|
readonly kind: any;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Opportunity as o}from"../daily-api/opportunity_pb.ts";import{
|
|
1
|
+
import{Opportunity as o}from"../daily-api/opportunity_pb.ts";import{OpportunityPreviewResponse 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};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e
|
|
1
|
+
var t,e=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,i={};((t,r)=>{for(var o in r)e(t,o,{get:r[o],enumerable:!0})})(i,{OpportunityPreviewResponse:()=>a,OpportunityPreviewResult:()=>u}),module.exports=(t=i,((t,i,s,a)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let u of o(i))n.call(t,u)||u===s||e(t,u,{get:()=>i[u],enumerable:!(a=r(i,u))||a.enumerable});return t})(e({},"__esModule",{value:!0}),t));var s=require("@bufbuild/protobuf");class a extends s.Message{opportunityId="";constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="gondul.opportunity.OpportunityPreviewResponse";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"opportunity_id",kind:"scalar",T:9}]));static fromBinary(t,e){return(new a).fromBinary(t,e)}static fromJson(t,e){return(new a).fromJson(t,e)}static fromJsonString(t,e){return(new a).fromJsonString(t,e)}static equals(t,e){return s.proto3.util.equals(a,t,e)}}class u extends s.Message{opportunityId="";userIds=[];totalCount=0;constructor(t){super(),s.proto3.util.initPartial(t,this)}static runtime=s.proto3;static typeName="gondul.opportunity.OpportunityPreviewResult";static fields=s.proto3.util.newFieldList((()=>[{no:1,name:"opportunity_id",kind:"scalar",T:9},{no:2,name:"user_ids",kind:"scalar",T:9,repeated:!0},{no:3,name:"total_count",kind:"scalar",T:13}]));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)}}
|
|
@@ -1,25 +1,46 @@
|
|
|
1
1
|
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @generated from message gondul.opportunity.
|
|
4
|
+
* @generated from message gondul.opportunity.OpportunityPreviewResponse
|
|
5
5
|
*/
|
|
6
|
-
declare class
|
|
6
|
+
declare class OpportunityPreviewResponse extends Message<OpportunityPreviewResponse> {
|
|
7
7
|
/**
|
|
8
|
-
* @generated from field:
|
|
8
|
+
* @generated from field: string opportunity_id = 1;
|
|
9
|
+
*/
|
|
10
|
+
opportunityId: string;
|
|
11
|
+
constructor(data?: PartialMessage<OpportunityPreviewResponse>);
|
|
12
|
+
static readonly runtime: typeof proto3;
|
|
13
|
+
static readonly typeName = "gondul.opportunity.OpportunityPreviewResponse";
|
|
14
|
+
static readonly fields: FieldList;
|
|
15
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpportunityPreviewResponse;
|
|
16
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpportunityPreviewResponse;
|
|
17
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpportunityPreviewResponse;
|
|
18
|
+
static equals(a: OpportunityPreviewResponse | PlainMessage<OpportunityPreviewResponse> | undefined, b: OpportunityPreviewResponse | PlainMessage<OpportunityPreviewResponse> | undefined): boolean;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @generated from message gondul.opportunity.OpportunityPreviewResult
|
|
22
|
+
*/
|
|
23
|
+
declare class OpportunityPreviewResult extends Message<OpportunityPreviewResult> {
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string opportunity_id = 1;
|
|
26
|
+
*/
|
|
27
|
+
opportunityId: string;
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: repeated string user_ids = 2;
|
|
9
30
|
*/
|
|
10
31
|
userIds: string[];
|
|
11
32
|
/**
|
|
12
|
-
* @generated from field: uint32 total_count =
|
|
33
|
+
* @generated from field: uint32 total_count = 3;
|
|
13
34
|
*/
|
|
14
35
|
totalCount: number;
|
|
15
|
-
constructor(data?: PartialMessage<
|
|
36
|
+
constructor(data?: PartialMessage<OpportunityPreviewResult>);
|
|
16
37
|
static readonly runtime: typeof proto3;
|
|
17
|
-
static readonly typeName = "gondul.opportunity.
|
|
38
|
+
static readonly typeName = "gondul.opportunity.OpportunityPreviewResult";
|
|
18
39
|
static readonly fields: FieldList;
|
|
19
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
20
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
21
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
22
|
-
static equals(a:
|
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpportunityPreviewResult;
|
|
41
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpportunityPreviewResult;
|
|
42
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpportunityPreviewResult;
|
|
43
|
+
static equals(a: OpportunityPreviewResult | PlainMessage<OpportunityPreviewResult> | undefined, b: OpportunityPreviewResult | PlainMessage<OpportunityPreviewResult> | undefined): boolean;
|
|
23
44
|
}
|
|
24
45
|
|
|
25
|
-
export {
|
|
46
|
+
export { OpportunityPreviewResponse, OpportunityPreviewResult };
|
|
@@ -1,25 +1,46 @@
|
|
|
1
1
|
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @generated from message gondul.opportunity.
|
|
4
|
+
* @generated from message gondul.opportunity.OpportunityPreviewResponse
|
|
5
5
|
*/
|
|
6
|
-
declare class
|
|
6
|
+
declare class OpportunityPreviewResponse extends Message<OpportunityPreviewResponse> {
|
|
7
7
|
/**
|
|
8
|
-
* @generated from field:
|
|
8
|
+
* @generated from field: string opportunity_id = 1;
|
|
9
|
+
*/
|
|
10
|
+
opportunityId: string;
|
|
11
|
+
constructor(data?: PartialMessage<OpportunityPreviewResponse>);
|
|
12
|
+
static readonly runtime: typeof proto3;
|
|
13
|
+
static readonly typeName = "gondul.opportunity.OpportunityPreviewResponse";
|
|
14
|
+
static readonly fields: FieldList;
|
|
15
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpportunityPreviewResponse;
|
|
16
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpportunityPreviewResponse;
|
|
17
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpportunityPreviewResponse;
|
|
18
|
+
static equals(a: OpportunityPreviewResponse | PlainMessage<OpportunityPreviewResponse> | undefined, b: OpportunityPreviewResponse | PlainMessage<OpportunityPreviewResponse> | undefined): boolean;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @generated from message gondul.opportunity.OpportunityPreviewResult
|
|
22
|
+
*/
|
|
23
|
+
declare class OpportunityPreviewResult extends Message<OpportunityPreviewResult> {
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string opportunity_id = 1;
|
|
26
|
+
*/
|
|
27
|
+
opportunityId: string;
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: repeated string user_ids = 2;
|
|
9
30
|
*/
|
|
10
31
|
userIds: string[];
|
|
11
32
|
/**
|
|
12
|
-
* @generated from field: uint32 total_count =
|
|
33
|
+
* @generated from field: uint32 total_count = 3;
|
|
13
34
|
*/
|
|
14
35
|
totalCount: number;
|
|
15
|
-
constructor(data?: PartialMessage<
|
|
36
|
+
constructor(data?: PartialMessage<OpportunityPreviewResult>);
|
|
16
37
|
static readonly runtime: typeof proto3;
|
|
17
|
-
static readonly typeName = "gondul.opportunity.
|
|
38
|
+
static readonly typeName = "gondul.opportunity.OpportunityPreviewResult";
|
|
18
39
|
static readonly fields: FieldList;
|
|
19
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
20
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
21
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
22
|
-
static equals(a:
|
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpportunityPreviewResult;
|
|
41
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpportunityPreviewResult;
|
|
42
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpportunityPreviewResult;
|
|
43
|
+
static equals(a: OpportunityPreviewResult | PlainMessage<OpportunityPreviewResult> | undefined, b: OpportunityPreviewResult | PlainMessage<OpportunityPreviewResult> | undefined): boolean;
|
|
23
44
|
}
|
|
24
45
|
|
|
25
|
-
export {
|
|
46
|
+
export { OpportunityPreviewResponse, OpportunityPreviewResult };
|
|
@@ -1 +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.
|
|
1
|
+
import{Message as t,proto3 as r}from"@bufbuild/protobuf";class n extends t{opportunityId="";constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="gondul.opportunity.OpportunityPreviewResponse";static fields=r.util.newFieldList((()=>[{no:1,name:"opportunity_id",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,i){return r.util.equals(n,t,i)}}class i extends t{opportunityId="";userIds=[];totalCount=0;constructor(t){super(),r.util.initPartial(t,this)}static runtime=r;static typeName="gondul.opportunity.OpportunityPreviewResult";static fields=r.util.newFieldList((()=>[{no:1,name:"opportunity_id",kind:"scalar",T:9},{no:2,name:"user_ids",kind:"scalar",T:9,repeated:!0},{no:3,name:"total_count",kind:"scalar",T:13}]));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{n as OpportunityPreviewResponse,i as OpportunityPreviewResult};
|
package/dist/index.d.cts
CHANGED
|
@@ -29,7 +29,7 @@ export { EntryMetadata, ServerSideEvent } from './feed/server_side_event/server_
|
|
|
29
29
|
export { ApplicationService } from './gondul/application-services_connect.cjs';
|
|
30
30
|
export { ApplicationScored, MatchedCandidate, WarmIntro } from './gondul/candidates_pb.cjs';
|
|
31
31
|
export { OpportunityService } from './gondul/opportunity-service_connect.cjs';
|
|
32
|
-
export {
|
|
32
|
+
export { OpportunityPreviewResponse, OpportunityPreviewResult } from './gondul/opportunity-service_pb.cjs';
|
|
33
33
|
export { BoolFilter, Filter, Operation, Order, Quantifier, SearchRequest, SearchResponse, SearchResult, Sort, StringListFilter, TimeRangeFilter } from './mimir/search/search_pb.cjs';
|
|
34
34
|
export { Credits } from './njord/transactions_connect.cjs';
|
|
35
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
|
@@ -29,7 +29,7 @@ export { EntryMetadata, ServerSideEvent } from './feed/server_side_event/server_
|
|
|
29
29
|
export { ApplicationService } from './gondul/application-services_connect.js';
|
|
30
30
|
export { ApplicationScored, MatchedCandidate, WarmIntro } from './gondul/candidates_pb.js';
|
|
31
31
|
export { OpportunityService } from './gondul/opportunity-service_connect.js';
|
|
32
|
-
export {
|
|
32
|
+
export { OpportunityPreviewResponse, OpportunityPreviewResult } from './gondul/opportunity-service_pb.js';
|
|
33
33
|
export { BoolFilter, Filter, Operation, Order, Quantifier, SearchRequest, SearchResponse, SearchResult, Sort, StringListFilter, TimeRangeFilter } from './mimir/search/search_pb.js';
|
|
34
34
|
export { Credits } from './njord/transactions_connect.js';
|
|
35
35
|
export { BalanceChange, Currency, EntityType, FeeResult, GetBalanceRequest, GetBalanceResponse, Transfer, TransferFee, TransferParticipant, TransferRequest, TransferResponse, TransferResult, TransferStatus, TransferType, UserAccount } from './njord/transactions_pb.js';
|