@dailydotdev/schema 0.2.31 → 0.2.32
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/pubsub/candidate-preference-updated_pb.cjs +1 -1
- package/dist/daily-api/pubsub/candidate-preference-updated_pb.d.cts +0 -4
- package/dist/daily-api/pubsub/candidate-preference-updated_pb.d.ts +0 -4
- package/dist/daily-api/pubsub/candidate-preference-updated_pb.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var e,
|
|
1
|
+
var e,t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,o={};((e,r)=>{for(var a in r)t(e,a,{get:r[a],enumerable:!0})})(o,{CandidatePreferenceUpdated:()=>d}),module.exports=(e=o,((e,o,i,s)=>{if(o&&"object"==typeof o||"function"==typeof o)for(let d of a(o))n.call(e,d)||d===i||t(e,d,{get:()=>o[d],enumerable:!(s=r(o,d))||s.enumerable});return e})(t({},"__esModule",{value:!0}),e));var i=require("@bufbuild/protobuf"),s=require("../user-candidate-preference_pb.cjs");class d extends i.Message{payload;constructor(e){super(),i.proto3.util.initPartial(e,this)}static runtime=i.proto3;static typeName="dailydotdev.api.pubsub.candidatepreferenceupdated.CandidatePreferenceUpdated";static fields=i.proto3.util.newFieldList((()=>[{no:2,name:"payload",kind:"message",T:s.UserCandidatePreference}]));static fromBinary(e,t){return(new d).fromBinary(e,t)}static fromJson(e,t){return(new d).fromJson(e,t)}static fromJsonString(e,t){return(new d).fromJsonString(e,t)}static equals(e,t){return i.proto3.util.equals(d,e,t)}}
|
|
@@ -9,10 +9,6 @@ import '../organization_pb.cjs';
|
|
|
9
9
|
* @generated from message dailydotdev.api.pubsub.candidatepreferenceupdated.CandidatePreferenceUpdated
|
|
10
10
|
*/
|
|
11
11
|
declare class CandidatePreferenceUpdated extends Message<CandidatePreferenceUpdated> {
|
|
12
|
-
/**
|
|
13
|
-
* @generated from field: string user_id = 1;
|
|
14
|
-
*/
|
|
15
|
-
userId: string;
|
|
16
12
|
/**
|
|
17
13
|
* @generated from field: dailydotdev.api.usercandidatepreference.UserCandidatePreference payload = 2;
|
|
18
14
|
*/
|
|
@@ -9,10 +9,6 @@ import '../organization_pb.js';
|
|
|
9
9
|
* @generated from message dailydotdev.api.pubsub.candidatepreferenceupdated.CandidatePreferenceUpdated
|
|
10
10
|
*/
|
|
11
11
|
declare class CandidatePreferenceUpdated extends Message<CandidatePreferenceUpdated> {
|
|
12
|
-
/**
|
|
13
|
-
* @generated from field: string user_id = 1;
|
|
14
|
-
*/
|
|
15
|
-
userId: string;
|
|
16
12
|
/**
|
|
17
13
|
* @generated from field: dailydotdev.api.usercandidatepreference.UserCandidatePreference payload = 2;
|
|
18
14
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Message as
|
|
1
|
+
import{Message as t,proto3 as e}from"@bufbuild/protobuf";import{UserCandidatePreference as r}from"../user-candidate-preference_pb.ts";class a extends t{payload;constructor(t){super(),e.util.initPartial(t,this)}static runtime=e;static typeName="dailydotdev.api.pubsub.candidatepreferenceupdated.CandidatePreferenceUpdated";static fields=e.util.newFieldList((()=>[{no:2,name:"payload",kind:"message",T:r}]));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,r){return e.util.equals(a,t,r)}}export{a as CandidatePreferenceUpdated};
|