@dailydotdev/schema 0.2.24 → 0.2.26
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/opportunity_pb.cjs +1 -1
- package/dist/daily-api/opportunity_pb.d.cts +213 -68
- package/dist/daily-api/opportunity_pb.d.ts +213 -68
- package/dist/daily-api/opportunity_pb.js +1 -1
- package/dist/daily-api/organization_pb.cjs +1 -1
- package/dist/daily-api/organization_pb.d.cts +12 -203
- package/dist/daily-api/organization_pb.d.ts +12 -203
- package/dist/daily-api/organization_pb.js +1 -1
- package/dist/daily-api/pubsub/candidate-accepted-opportunity_pb.d.cts +2 -0
- package/dist/daily-api/pubsub/candidate-accepted-opportunity_pb.d.ts +2 -0
- package/dist/daily-api/user-candidate-preference_pb.cjs +1 -1
- package/dist/daily-api/user-candidate-preference_pb.d.cts +17 -90
- package/dist/daily-api/user-candidate-preference_pb.d.ts +17 -90
- package/dist/daily-api/user-candidate-preference_pb.js +1 -1
- package/dist/daily-api/user_pb.cjs +1 -0
- package/dist/daily-api/user_pb.d.cts +29 -0
- package/dist/daily-api/user_pb.d.ts +29 -0
- package/dist/daily-api/user_pb.js +1 -0
- package/dist/daily-api/util_pb.cjs +1 -1
- package/dist/daily-api/util_pb.d.cts +25 -25
- package/dist/daily-api/util_pb.d.ts +25 -25
- package/dist/daily-api/util_pb.js +1 -1
- package/dist/gondul/candidates_pb.cjs +1 -0
- package/dist/gondul/candidates_pb.d.cts +45 -0
- package/dist/gondul/candidates_pb.d.ts +45 -0
- package/dist/gondul/candidates_pb.js +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @generated from enum dailydotdev.api.organization.CompanyStage
|
|
@@ -86,177 +86,6 @@ declare enum CompanySize {
|
|
|
86
86
|
*/
|
|
87
87
|
COMPANY_SIZE_5000_PLUS = 7
|
|
88
88
|
}
|
|
89
|
-
/**
|
|
90
|
-
* @generated from enum dailydotdev.api.organization.OrganizationLinkType
|
|
91
|
-
*/
|
|
92
|
-
declare enum OrganizationLinkType {
|
|
93
|
-
/**
|
|
94
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_UNSPECIFIED = 0;
|
|
95
|
-
*/
|
|
96
|
-
UNSPECIFIED = 0,
|
|
97
|
-
/**
|
|
98
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_CUSTOM = 1;
|
|
99
|
-
*/
|
|
100
|
-
CUSTOM = 1,
|
|
101
|
-
/**
|
|
102
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_SOCIAL = 2;
|
|
103
|
-
*/
|
|
104
|
-
SOCIAL = 2,
|
|
105
|
-
/**
|
|
106
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_PRESS = 3;
|
|
107
|
-
*/
|
|
108
|
-
PRESS = 3
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* @generated from enum dailydotdev.api.organization.SocialMediaType
|
|
112
|
-
*/
|
|
113
|
-
declare enum SocialMediaType {
|
|
114
|
-
/**
|
|
115
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_UNSPECIFIED = 0;
|
|
116
|
-
*/
|
|
117
|
-
UNSPECIFIED = 0,
|
|
118
|
-
/**
|
|
119
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_FACEBOOK = 1;
|
|
120
|
-
*/
|
|
121
|
-
FACEBOOK = 1,
|
|
122
|
-
/**
|
|
123
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_X = 2;
|
|
124
|
-
*/
|
|
125
|
-
X = 2,
|
|
126
|
-
/**
|
|
127
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_GITHUB = 3;
|
|
128
|
-
*/
|
|
129
|
-
GITHUB = 3,
|
|
130
|
-
/**
|
|
131
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_CRUNCHBASE = 4;
|
|
132
|
-
*/
|
|
133
|
-
CRUNCHBASE = 4
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* @generated from message dailydotdev.api.organization.OrganizationLink
|
|
137
|
-
*/
|
|
138
|
-
declare class OrganizationLink extends Message<OrganizationLink> {
|
|
139
|
-
/**
|
|
140
|
-
* @generated from oneof dailydotdev.api.organization.OrganizationLink.link
|
|
141
|
-
*/
|
|
142
|
-
link: {
|
|
143
|
-
/**
|
|
144
|
-
* @generated from field: dailydotdev.api.organization.OrganizationSocialLink social = 1;
|
|
145
|
-
*/
|
|
146
|
-
value: OrganizationSocialLink;
|
|
147
|
-
case: "social";
|
|
148
|
-
} | {
|
|
149
|
-
/**
|
|
150
|
-
* @generated from field: dailydotdev.api.organization.OrganizationCustomLink custom = 2;
|
|
151
|
-
*/
|
|
152
|
-
value: OrganizationCustomLink;
|
|
153
|
-
case: "custom";
|
|
154
|
-
} | {
|
|
155
|
-
/**
|
|
156
|
-
* @generated from field: dailydotdev.api.organization.OrganizationPressLink press = 3;
|
|
157
|
-
*/
|
|
158
|
-
value: OrganizationPressLink;
|
|
159
|
-
case: "press";
|
|
160
|
-
} | {
|
|
161
|
-
case: undefined;
|
|
162
|
-
value?: undefined;
|
|
163
|
-
};
|
|
164
|
-
constructor(data?: PartialMessage<OrganizationLink>);
|
|
165
|
-
static readonly runtime: typeof proto3;
|
|
166
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationLink";
|
|
167
|
-
static readonly fields: FieldList;
|
|
168
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationLink;
|
|
169
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationLink;
|
|
170
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationLink;
|
|
171
|
-
static equals(a: OrganizationLink | PlainMessage<OrganizationLink> | undefined, b: OrganizationLink | PlainMessage<OrganizationLink> | undefined): boolean;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* @generated from message dailydotdev.api.organization.OrganizationSocialLink
|
|
175
|
-
*/
|
|
176
|
-
declare class OrganizationSocialLink extends Message<OrganizationSocialLink> {
|
|
177
|
-
/**
|
|
178
|
-
* must be ORGANIZATION_LINK_TYPE_SOCIAL
|
|
179
|
-
*
|
|
180
|
-
* @generated from field: dailydotdev.api.organization.OrganizationLinkType type = 1;
|
|
181
|
-
*/
|
|
182
|
-
type: OrganizationLinkType;
|
|
183
|
-
/**
|
|
184
|
-
* @generated from field: string title = 2;
|
|
185
|
-
*/
|
|
186
|
-
title: string;
|
|
187
|
-
/**
|
|
188
|
-
* @generated from field: string link = 3;
|
|
189
|
-
*/
|
|
190
|
-
link: string;
|
|
191
|
-
/**
|
|
192
|
-
* present only for social
|
|
193
|
-
*
|
|
194
|
-
* @generated from field: dailydotdev.api.organization.SocialMediaType social_type = 4;
|
|
195
|
-
*/
|
|
196
|
-
socialType: SocialMediaType;
|
|
197
|
-
constructor(data?: PartialMessage<OrganizationSocialLink>);
|
|
198
|
-
static readonly runtime: typeof proto3;
|
|
199
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationSocialLink";
|
|
200
|
-
static readonly fields: FieldList;
|
|
201
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationSocialLink;
|
|
202
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationSocialLink;
|
|
203
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationSocialLink;
|
|
204
|
-
static equals(a: OrganizationSocialLink | PlainMessage<OrganizationSocialLink> | undefined, b: OrganizationSocialLink | PlainMessage<OrganizationSocialLink> | undefined): boolean;
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @generated from message dailydotdev.api.organization.OrganizationCustomLink
|
|
208
|
-
*/
|
|
209
|
-
declare class OrganizationCustomLink extends Message<OrganizationCustomLink> {
|
|
210
|
-
/**
|
|
211
|
-
* must be ORGANIZATION_LINK_TYPE_CUSTOM
|
|
212
|
-
*
|
|
213
|
-
* @generated from field: dailydotdev.api.organization.OrganizationLinkType type = 1;
|
|
214
|
-
*/
|
|
215
|
-
type: OrganizationLinkType;
|
|
216
|
-
/**
|
|
217
|
-
* @generated from field: string title = 2;
|
|
218
|
-
*/
|
|
219
|
-
title: string;
|
|
220
|
-
/**
|
|
221
|
-
* @generated from field: string link = 3;
|
|
222
|
-
*/
|
|
223
|
-
link: string;
|
|
224
|
-
constructor(data?: PartialMessage<OrganizationCustomLink>);
|
|
225
|
-
static readonly runtime: typeof proto3;
|
|
226
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationCustomLink";
|
|
227
|
-
static readonly fields: FieldList;
|
|
228
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationCustomLink;
|
|
229
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationCustomLink;
|
|
230
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationCustomLink;
|
|
231
|
-
static equals(a: OrganizationCustomLink | PlainMessage<OrganizationCustomLink> | undefined, b: OrganizationCustomLink | PlainMessage<OrganizationCustomLink> | undefined): boolean;
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* @generated from message dailydotdev.api.organization.OrganizationPressLink
|
|
235
|
-
*/
|
|
236
|
-
declare class OrganizationPressLink extends Message<OrganizationPressLink> {
|
|
237
|
-
/**
|
|
238
|
-
* must be ORGANIZATION_LINK_TYPE_PRESS
|
|
239
|
-
*
|
|
240
|
-
* @generated from field: dailydotdev.api.organization.OrganizationLinkType type = 1;
|
|
241
|
-
*/
|
|
242
|
-
type: OrganizationLinkType;
|
|
243
|
-
/**
|
|
244
|
-
* @generated from field: string title = 2;
|
|
245
|
-
*/
|
|
246
|
-
title: string;
|
|
247
|
-
/**
|
|
248
|
-
* @generated from field: string link = 3;
|
|
249
|
-
*/
|
|
250
|
-
link: string;
|
|
251
|
-
constructor(data?: PartialMessage<OrganizationPressLink>);
|
|
252
|
-
static readonly runtime: typeof proto3;
|
|
253
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationPressLink";
|
|
254
|
-
static readonly fields: FieldList;
|
|
255
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationPressLink;
|
|
256
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationPressLink;
|
|
257
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationPressLink;
|
|
258
|
-
static equals(a: OrganizationPressLink | PlainMessage<OrganizationPressLink> | undefined, b: OrganizationPressLink | PlainMessage<OrganizationPressLink> | undefined): boolean;
|
|
259
|
-
}
|
|
260
89
|
/**
|
|
261
90
|
* @generated from message dailydotdev.api.organization.Organization
|
|
262
91
|
*/
|
|
@@ -278,51 +107,31 @@ declare class Organization extends Message<Organization> {
|
|
|
278
107
|
*/
|
|
279
108
|
name: string;
|
|
280
109
|
/**
|
|
281
|
-
* @generated from field: optional string
|
|
282
|
-
*/
|
|
283
|
-
image?: string;
|
|
284
|
-
/**
|
|
285
|
-
* @generated from field: int32 seats = 6;
|
|
286
|
-
*/
|
|
287
|
-
seats: number;
|
|
288
|
-
/**
|
|
289
|
-
* @generated from field: string subscription_flags = 7;
|
|
290
|
-
*/
|
|
291
|
-
subscriptionFlags: string;
|
|
292
|
-
/**
|
|
293
|
-
* @generated from field: repeated dailydotdev.api.organization.OrganizationLink links = 8;
|
|
294
|
-
*/
|
|
295
|
-
links: OrganizationLink[];
|
|
296
|
-
/**
|
|
297
|
-
* @generated from field: optional string website = 9;
|
|
298
|
-
*/
|
|
299
|
-
website?: string;
|
|
300
|
-
/**
|
|
301
|
-
* @generated from field: optional string description = 10;
|
|
110
|
+
* @generated from field: optional string description = 5;
|
|
302
111
|
*/
|
|
303
112
|
description?: string;
|
|
304
113
|
/**
|
|
305
|
-
* @generated from field:
|
|
114
|
+
* @generated from field: repeated string perks = 6;
|
|
306
115
|
*/
|
|
307
|
-
perks
|
|
116
|
+
perks: string[];
|
|
308
117
|
/**
|
|
309
|
-
* @generated from field: optional int32 founded =
|
|
118
|
+
* @generated from field: optional int32 founded = 7;
|
|
310
119
|
*/
|
|
311
120
|
founded?: number;
|
|
312
121
|
/**
|
|
313
|
-
* @generated from field: optional string location =
|
|
122
|
+
* @generated from field: optional string location = 8;
|
|
314
123
|
*/
|
|
315
124
|
location?: string;
|
|
316
125
|
/**
|
|
317
|
-
* @generated from field: optional
|
|
126
|
+
* @generated from field: optional string category = 9;
|
|
318
127
|
*/
|
|
319
|
-
|
|
128
|
+
category?: string;
|
|
320
129
|
/**
|
|
321
|
-
* @generated from field: optional
|
|
130
|
+
* @generated from field: optional dailydotdev.api.organization.CompanySize size = 10;
|
|
322
131
|
*/
|
|
323
|
-
|
|
132
|
+
size?: CompanySize;
|
|
324
133
|
/**
|
|
325
|
-
* @generated from field: optional dailydotdev.api.organization.CompanyStage stage =
|
|
134
|
+
* @generated from field: optional dailydotdev.api.organization.CompanyStage stage = 11;
|
|
326
135
|
*/
|
|
327
136
|
stage?: CompanyStage;
|
|
328
137
|
constructor(data?: PartialMessage<Organization>);
|
|
@@ -335,4 +144,4 @@ declare class Organization extends Message<Organization> {
|
|
|
335
144
|
static equals(a: Organization | PlainMessage<Organization> | undefined, b: Organization | PlainMessage<Organization> | undefined): boolean;
|
|
336
145
|
}
|
|
337
146
|
|
|
338
|
-
export { CompanySize, CompanyStage, Organization
|
|
147
|
+
export { CompanySize, CompanyStage, Organization };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage
|
|
1
|
+
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @generated from enum dailydotdev.api.organization.CompanyStage
|
|
@@ -86,177 +86,6 @@ declare enum CompanySize {
|
|
|
86
86
|
*/
|
|
87
87
|
COMPANY_SIZE_5000_PLUS = 7
|
|
88
88
|
}
|
|
89
|
-
/**
|
|
90
|
-
* @generated from enum dailydotdev.api.organization.OrganizationLinkType
|
|
91
|
-
*/
|
|
92
|
-
declare enum OrganizationLinkType {
|
|
93
|
-
/**
|
|
94
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_UNSPECIFIED = 0;
|
|
95
|
-
*/
|
|
96
|
-
UNSPECIFIED = 0,
|
|
97
|
-
/**
|
|
98
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_CUSTOM = 1;
|
|
99
|
-
*/
|
|
100
|
-
CUSTOM = 1,
|
|
101
|
-
/**
|
|
102
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_SOCIAL = 2;
|
|
103
|
-
*/
|
|
104
|
-
SOCIAL = 2,
|
|
105
|
-
/**
|
|
106
|
-
* @generated from enum value: ORGANIZATION_LINK_TYPE_PRESS = 3;
|
|
107
|
-
*/
|
|
108
|
-
PRESS = 3
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* @generated from enum dailydotdev.api.organization.SocialMediaType
|
|
112
|
-
*/
|
|
113
|
-
declare enum SocialMediaType {
|
|
114
|
-
/**
|
|
115
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_UNSPECIFIED = 0;
|
|
116
|
-
*/
|
|
117
|
-
UNSPECIFIED = 0,
|
|
118
|
-
/**
|
|
119
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_FACEBOOK = 1;
|
|
120
|
-
*/
|
|
121
|
-
FACEBOOK = 1,
|
|
122
|
-
/**
|
|
123
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_X = 2;
|
|
124
|
-
*/
|
|
125
|
-
X = 2,
|
|
126
|
-
/**
|
|
127
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_GITHUB = 3;
|
|
128
|
-
*/
|
|
129
|
-
GITHUB = 3,
|
|
130
|
-
/**
|
|
131
|
-
* @generated from enum value: SOCIAL_MEDIA_TYPE_CRUNCHBASE = 4;
|
|
132
|
-
*/
|
|
133
|
-
CRUNCHBASE = 4
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* @generated from message dailydotdev.api.organization.OrganizationLink
|
|
137
|
-
*/
|
|
138
|
-
declare class OrganizationLink extends Message<OrganizationLink> {
|
|
139
|
-
/**
|
|
140
|
-
* @generated from oneof dailydotdev.api.organization.OrganizationLink.link
|
|
141
|
-
*/
|
|
142
|
-
link: {
|
|
143
|
-
/**
|
|
144
|
-
* @generated from field: dailydotdev.api.organization.OrganizationSocialLink social = 1;
|
|
145
|
-
*/
|
|
146
|
-
value: OrganizationSocialLink;
|
|
147
|
-
case: "social";
|
|
148
|
-
} | {
|
|
149
|
-
/**
|
|
150
|
-
* @generated from field: dailydotdev.api.organization.OrganizationCustomLink custom = 2;
|
|
151
|
-
*/
|
|
152
|
-
value: OrganizationCustomLink;
|
|
153
|
-
case: "custom";
|
|
154
|
-
} | {
|
|
155
|
-
/**
|
|
156
|
-
* @generated from field: dailydotdev.api.organization.OrganizationPressLink press = 3;
|
|
157
|
-
*/
|
|
158
|
-
value: OrganizationPressLink;
|
|
159
|
-
case: "press";
|
|
160
|
-
} | {
|
|
161
|
-
case: undefined;
|
|
162
|
-
value?: undefined;
|
|
163
|
-
};
|
|
164
|
-
constructor(data?: PartialMessage<OrganizationLink>);
|
|
165
|
-
static readonly runtime: typeof proto3;
|
|
166
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationLink";
|
|
167
|
-
static readonly fields: FieldList;
|
|
168
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationLink;
|
|
169
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationLink;
|
|
170
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationLink;
|
|
171
|
-
static equals(a: OrganizationLink | PlainMessage<OrganizationLink> | undefined, b: OrganizationLink | PlainMessage<OrganizationLink> | undefined): boolean;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* @generated from message dailydotdev.api.organization.OrganizationSocialLink
|
|
175
|
-
*/
|
|
176
|
-
declare class OrganizationSocialLink extends Message<OrganizationSocialLink> {
|
|
177
|
-
/**
|
|
178
|
-
* must be ORGANIZATION_LINK_TYPE_SOCIAL
|
|
179
|
-
*
|
|
180
|
-
* @generated from field: dailydotdev.api.organization.OrganizationLinkType type = 1;
|
|
181
|
-
*/
|
|
182
|
-
type: OrganizationLinkType;
|
|
183
|
-
/**
|
|
184
|
-
* @generated from field: string title = 2;
|
|
185
|
-
*/
|
|
186
|
-
title: string;
|
|
187
|
-
/**
|
|
188
|
-
* @generated from field: string link = 3;
|
|
189
|
-
*/
|
|
190
|
-
link: string;
|
|
191
|
-
/**
|
|
192
|
-
* present only for social
|
|
193
|
-
*
|
|
194
|
-
* @generated from field: dailydotdev.api.organization.SocialMediaType social_type = 4;
|
|
195
|
-
*/
|
|
196
|
-
socialType: SocialMediaType;
|
|
197
|
-
constructor(data?: PartialMessage<OrganizationSocialLink>);
|
|
198
|
-
static readonly runtime: typeof proto3;
|
|
199
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationSocialLink";
|
|
200
|
-
static readonly fields: FieldList;
|
|
201
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationSocialLink;
|
|
202
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationSocialLink;
|
|
203
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationSocialLink;
|
|
204
|
-
static equals(a: OrganizationSocialLink | PlainMessage<OrganizationSocialLink> | undefined, b: OrganizationSocialLink | PlainMessage<OrganizationSocialLink> | undefined): boolean;
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @generated from message dailydotdev.api.organization.OrganizationCustomLink
|
|
208
|
-
*/
|
|
209
|
-
declare class OrganizationCustomLink extends Message<OrganizationCustomLink> {
|
|
210
|
-
/**
|
|
211
|
-
* must be ORGANIZATION_LINK_TYPE_CUSTOM
|
|
212
|
-
*
|
|
213
|
-
* @generated from field: dailydotdev.api.organization.OrganizationLinkType type = 1;
|
|
214
|
-
*/
|
|
215
|
-
type: OrganizationLinkType;
|
|
216
|
-
/**
|
|
217
|
-
* @generated from field: string title = 2;
|
|
218
|
-
*/
|
|
219
|
-
title: string;
|
|
220
|
-
/**
|
|
221
|
-
* @generated from field: string link = 3;
|
|
222
|
-
*/
|
|
223
|
-
link: string;
|
|
224
|
-
constructor(data?: PartialMessage<OrganizationCustomLink>);
|
|
225
|
-
static readonly runtime: typeof proto3;
|
|
226
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationCustomLink";
|
|
227
|
-
static readonly fields: FieldList;
|
|
228
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationCustomLink;
|
|
229
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationCustomLink;
|
|
230
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationCustomLink;
|
|
231
|
-
static equals(a: OrganizationCustomLink | PlainMessage<OrganizationCustomLink> | undefined, b: OrganizationCustomLink | PlainMessage<OrganizationCustomLink> | undefined): boolean;
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* @generated from message dailydotdev.api.organization.OrganizationPressLink
|
|
235
|
-
*/
|
|
236
|
-
declare class OrganizationPressLink extends Message<OrganizationPressLink> {
|
|
237
|
-
/**
|
|
238
|
-
* must be ORGANIZATION_LINK_TYPE_PRESS
|
|
239
|
-
*
|
|
240
|
-
* @generated from field: dailydotdev.api.organization.OrganizationLinkType type = 1;
|
|
241
|
-
*/
|
|
242
|
-
type: OrganizationLinkType;
|
|
243
|
-
/**
|
|
244
|
-
* @generated from field: string title = 2;
|
|
245
|
-
*/
|
|
246
|
-
title: string;
|
|
247
|
-
/**
|
|
248
|
-
* @generated from field: string link = 3;
|
|
249
|
-
*/
|
|
250
|
-
link: string;
|
|
251
|
-
constructor(data?: PartialMessage<OrganizationPressLink>);
|
|
252
|
-
static readonly runtime: typeof proto3;
|
|
253
|
-
static readonly typeName = "dailydotdev.api.organization.OrganizationPressLink";
|
|
254
|
-
static readonly fields: FieldList;
|
|
255
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrganizationPressLink;
|
|
256
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrganizationPressLink;
|
|
257
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrganizationPressLink;
|
|
258
|
-
static equals(a: OrganizationPressLink | PlainMessage<OrganizationPressLink> | undefined, b: OrganizationPressLink | PlainMessage<OrganizationPressLink> | undefined): boolean;
|
|
259
|
-
}
|
|
260
89
|
/**
|
|
261
90
|
* @generated from message dailydotdev.api.organization.Organization
|
|
262
91
|
*/
|
|
@@ -278,51 +107,31 @@ declare class Organization extends Message<Organization> {
|
|
|
278
107
|
*/
|
|
279
108
|
name: string;
|
|
280
109
|
/**
|
|
281
|
-
* @generated from field: optional string
|
|
282
|
-
*/
|
|
283
|
-
image?: string;
|
|
284
|
-
/**
|
|
285
|
-
* @generated from field: int32 seats = 6;
|
|
286
|
-
*/
|
|
287
|
-
seats: number;
|
|
288
|
-
/**
|
|
289
|
-
* @generated from field: string subscription_flags = 7;
|
|
290
|
-
*/
|
|
291
|
-
subscriptionFlags: string;
|
|
292
|
-
/**
|
|
293
|
-
* @generated from field: repeated dailydotdev.api.organization.OrganizationLink links = 8;
|
|
294
|
-
*/
|
|
295
|
-
links: OrganizationLink[];
|
|
296
|
-
/**
|
|
297
|
-
* @generated from field: optional string website = 9;
|
|
298
|
-
*/
|
|
299
|
-
website?: string;
|
|
300
|
-
/**
|
|
301
|
-
* @generated from field: optional string description = 10;
|
|
110
|
+
* @generated from field: optional string description = 5;
|
|
302
111
|
*/
|
|
303
112
|
description?: string;
|
|
304
113
|
/**
|
|
305
|
-
* @generated from field:
|
|
114
|
+
* @generated from field: repeated string perks = 6;
|
|
306
115
|
*/
|
|
307
|
-
perks
|
|
116
|
+
perks: string[];
|
|
308
117
|
/**
|
|
309
|
-
* @generated from field: optional int32 founded =
|
|
118
|
+
* @generated from field: optional int32 founded = 7;
|
|
310
119
|
*/
|
|
311
120
|
founded?: number;
|
|
312
121
|
/**
|
|
313
|
-
* @generated from field: optional string location =
|
|
122
|
+
* @generated from field: optional string location = 8;
|
|
314
123
|
*/
|
|
315
124
|
location?: string;
|
|
316
125
|
/**
|
|
317
|
-
* @generated from field: optional
|
|
126
|
+
* @generated from field: optional string category = 9;
|
|
318
127
|
*/
|
|
319
|
-
|
|
128
|
+
category?: string;
|
|
320
129
|
/**
|
|
321
|
-
* @generated from field: optional
|
|
130
|
+
* @generated from field: optional dailydotdev.api.organization.CompanySize size = 10;
|
|
322
131
|
*/
|
|
323
|
-
|
|
132
|
+
size?: CompanySize;
|
|
324
133
|
/**
|
|
325
|
-
* @generated from field: optional dailydotdev.api.organization.CompanyStage stage =
|
|
134
|
+
* @generated from field: optional dailydotdev.api.organization.CompanyStage stage = 11;
|
|
326
135
|
*/
|
|
327
136
|
stage?: CompanyStage;
|
|
328
137
|
constructor(data?: PartialMessage<Organization>);
|
|
@@ -335,4 +144,4 @@ declare class Organization extends Message<Organization> {
|
|
|
335
144
|
static equals(a: Organization | PlainMessage<Organization> | undefined, b: Organization | PlainMessage<Organization> | undefined): boolean;
|
|
336
145
|
}
|
|
337
146
|
|
|
338
|
-
export { CompanySize, CompanyStage, Organization
|
|
147
|
+
export { CompanySize, CompanyStage, Organization };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Message as n,proto3 as _}from"@bufbuild/protobuf";var E=(n=>(n[n.UNSPECIFIED=0]="UNSPECIFIED",n[n.PRE_SEED=1]="PRE_SEED",n[n.SEED=2]="SEED",n[n.SERIES_A=3]="SERIES_A",n[n.SERIES_B=4]="SERIES_B",n[n.SERIES_C=5]="SERIES_C",n[n.SERIES_D=6]="SERIES_D",n[n.PUBLIC=7]="PUBLIC",n[n.BOOTSTRAPPED=8]="BOOTSTRAPPED",n[n.NON_PROFIT=9]="NON_PROFIT",n[n.GOVERNMENT=10]="GOVERNMENT",n))(E||{});_.util.setEnumType(E,"dailydotdev.api.organization.CompanyStage",[{no:0,name:"COMPANY_STAGE_UNSPECIFIED"},{no:1,name:"COMPANY_STAGE_PRE_SEED"},{no:2,name:"COMPANY_STAGE_SEED"},{no:3,name:"COMPANY_STAGE_SERIES_A"},{no:4,name:"COMPANY_STAGE_SERIES_B"},{no:5,name:"COMPANY_STAGE_SERIES_C"},{no:6,name:"COMPANY_STAGE_SERIES_D"},{no:7,name:"COMPANY_STAGE_PUBLIC"},{no:8,name:"COMPANY_STAGE_BOOTSTRAPPED"},{no:9,name:"COMPANY_STAGE_NON_PROFIT"},{no:10,name:"COMPANY_STAGE_GOVERNMENT"}]);var a=(n=>(n[n.COMPANY_SIZE_UNSPECIFIED=0]="COMPANY_SIZE_UNSPECIFIED",n[n.COMPANY_SIZE_1_10=1]="COMPANY_SIZE_1_10",n[n.COMPANY_SIZE_11_50=2]="COMPANY_SIZE_11_50",n[n.COMPANY_SIZE_51_200=3]="COMPANY_SIZE_51_200",n[n.COMPANY_SIZE_201_500=4]="COMPANY_SIZE_201_500",n[n.COMPANY_SIZE_501_1000=5]="COMPANY_SIZE_501_1000",n[n.COMPANY_SIZE_1001_5000=6]="COMPANY_SIZE_1001_5000",n[n.COMPANY_SIZE_5000_PLUS=7]="COMPANY_SIZE_5000_PLUS",n))(a||{});_.util.setEnumType(a,"dailydotdev.api.organization.CompanySize",[{no:0,name:"COMPANY_SIZE_UNSPECIFIED"},{no:1,name:"COMPANY_SIZE_1_10"},{no:2,name:"COMPANY_SIZE_11_50"},{no:3,name:"COMPANY_SIZE_51_200"},{no:4,name:"COMPANY_SIZE_201_500"},{no:5,name:"COMPANY_SIZE_501_1000"},{no:6,name:"COMPANY_SIZE_1001_5000"},{no:7,name:"COMPANY_SIZE_5000_PLUS"}]);class e extends n{id="";createdAt=0;updatedAt=0;name="";description;perks=[];founded;location;category;size;stage;constructor(n){super(),_.util.initPartial(n,this)}static runtime=_;static typeName="dailydotdev.api.organization.Organization";static fields=_.util.newFieldList((()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"created_at",kind:"scalar",T:5},{no:3,name:"updated_at",kind:"scalar",T:5},{no:4,name:"name",kind:"scalar",T:9},{no:5,name:"description",kind:"scalar",T:9,opt:!0},{no:6,name:"perks",kind:"scalar",T:9,repeated:!0},{no:7,name:"founded",kind:"scalar",T:5,opt:!0},{no:8,name:"location",kind:"scalar",T:9,opt:!0},{no:9,name:"category",kind:"scalar",T:9,opt:!0},{no:10,name:"size",kind:"enum",T:_.getEnumType(a),opt:!0},{no:11,name:"stage",kind:"enum",T:_.getEnumType(E),opt:!0}]));static fromBinary(n,_){return(new e).fromBinary(n,_)}static fromJson(n,_){return(new e).fromJson(n,_)}static fromJsonString(n,_){return(new e).fromJsonString(n,_)}static equals(n,E){return _.util.equals(e,n,E)}}export{a as CompanySize,E as CompanyStage,e as Organization};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
import { UserCandidatePreference } from '../user-candidate-preference_pb.cjs';
|
|
3
|
+
import '../user_pb.cjs';
|
|
4
|
+
import '../opportunity_pb.cjs';
|
|
3
5
|
import '../util_pb.cjs';
|
|
4
6
|
import '../organization_pb.cjs';
|
|
5
7
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Message, PartialMessage, proto3, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
import { UserCandidatePreference } from '../user-candidate-preference_pb.js';
|
|
3
|
+
import '../user_pb.js';
|
|
4
|
+
import '../opportunity_pb.js';
|
|
3
5
|
import '../util_pb.js';
|
|
4
6
|
import '../organization_pb.js';
|
|
5
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,
|
|
1
|
+
var e,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.prototype.hasOwnProperty,r={};((e,n)=>{for(var a in n)t(e,a,{get:n[a],enumerable:!0})})(r,{CandidateStatus:()=>d,UserCandidatePreference:()=>c}),module.exports=(e=r,((e,r,i,p)=>{if(r&&"object"==typeof r||"function"==typeof r)for(let s of a(r))o.call(e,s)||s===i||t(e,s,{get:()=>r[s],enumerable:!(p=n(r,s))||p.enumerable});return e})(t({},"__esModule",{value:!0}),e));var i=require("@bufbuild/protobuf"),p=require("./user_pb.cjs"),s=require("./opportunity_pb.cjs"),m=require("./util_pb.cjs"),u=require("./organization_pb.cjs"),d=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.DISABLED=1]="DISABLED",e[e.ACTIVELY_LOOKING=2]="ACTIVELY_LOOKING",e[e.OPEN_TO_OFFERS=3]="OPEN_TO_OFFERS",e))(d||{});i.proto3.util.setEnumType(d,"dailydotdev.api.usercandidatepreference.CandidateStatus",[{no:0,name:"CANDIDATE_STATUS_UNSPECIFIED"},{no:1,name:"CANDIDATE_STATUS_DISABLED"},{no:2,name:"CANDIDATE_STATUS_ACTIVELY_LOOKING"},{no:3,name:"CANDIDATE_STATUS_OPEN_TO_OFFERS"}]);class c extends i.Message{userId="";status=0;updatedAt=0;cv;cvParsedJson;role="";roleType=0;employmentType=[];salaryExpectation;location=[];locationType=[];companyStage=[];companySize=[];constructor(e){super(),i.proto3.util.initPartial(e,this)}static runtime=i.proto3;static typeName="dailydotdev.api.usercandidatepreference.UserCandidatePreference";static fields=i.proto3.util.newFieldList((()=>[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"status",kind:"enum",T:i.proto3.getEnumType(d)},{no:3,name:"updated_at",kind:"scalar",T:5},{no:4,name:"cv",kind:"message",T:p.UserCV},{no:5,name:"cv_parsed_json",kind:"scalar",T:9,opt:!0},{no:6,name:"role",kind:"scalar",T:9},{no:7,name:"role_type",kind:"scalar",T:2},{no:8,name:"employment_type",kind:"enum",T:i.proto3.getEnumType(s.EmploymentType),repeated:!0},{no:9,name:"salary_expectation",kind:"message",T:s.Salary,opt:!0},{no:10,name:"location",kind:"message",T:m.Location,repeated:!0},{no:11,name:"location_type",kind:"enum",T:i.proto3.getEnumType(m.LocationType),repeated:!0},{no:12,name:"company_stage",kind:"enum",T:i.proto3.getEnumType(u.CompanyStage),repeated:!0},{no:13,name:"company_size",kind:"enum",T:i.proto3.getEnumType(u.CompanySize),repeated:!0}]));static fromBinary(e,t){return(new c).fromBinary(e,t)}static fromJson(e,t){return(new c).fromJson(e,t)}static fromJsonString(e,t){return(new c).fromJsonString(e,t)}static equals(e,t){return i.proto3.util.equals(c,e,t)}}
|