@otonoma/paranet-client 2.15.0-rc.7 → 2.15.0

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.
Files changed (82) hide show
  1. package/dist/cjs/client.d.ts +169 -0
  2. package/dist/cjs/client.d.ts.map +1 -0
  3. package/dist/cjs/graphql.d.ts +8 -0
  4. package/dist/cjs/graphql.d.ts.map +1 -0
  5. package/dist/cjs/index.cjs +7920 -0
  6. package/dist/cjs/index.cjs.map +1 -0
  7. package/dist/cjs/index.d.ts +13 -0
  8. package/dist/cjs/index.d.ts.map +1 -0
  9. package/dist/cjs/pncp.d.ts +130 -0
  10. package/dist/cjs/pncp.d.ts.map +1 -0
  11. package/dist/cjs/proto/broker.grpc.client.d.ts +154 -0
  12. package/dist/cjs/proto/broker.grpc.client.d.ts.map +1 -0
  13. package/dist/cjs/proto/broker.grpc.d.ts +6 -0
  14. package/dist/cjs/proto/broker.grpc.d.ts.map +1 -0
  15. package/dist/cjs/proto/broker_api.d.ts +333 -0
  16. package/dist/cjs/proto/broker_api.d.ts.map +1 -0
  17. package/dist/cjs/proto/google/protobuf/descriptor.d.ts +2507 -0
  18. package/dist/cjs/proto/google/protobuf/descriptor.d.ts.map +1 -0
  19. package/dist/cjs/proto/google/protobuf/timestamp.d.ts +157 -0
  20. package/dist/cjs/proto/google/protobuf/timestamp.d.ts.map +1 -0
  21. package/dist/cjs/proto/grpc/health/v1/health.client.d.ts +79 -0
  22. package/dist/cjs/proto/grpc/health/v1/health.client.d.ts.map +1 -0
  23. package/dist/cjs/proto/grpc/health/v1/health.d.ts +74 -0
  24. package/dist/cjs/proto/grpc/health/v1/health.d.ts.map +1 -0
  25. package/dist/cjs/proto/identifiers.d.ts +82 -0
  26. package/dist/cjs/proto/identifiers.d.ts.map +1 -0
  27. package/dist/cjs/proto/mediums.d.ts +71 -0
  28. package/dist/cjs/proto/mediums.d.ts.map +1 -0
  29. package/dist/cjs/proto/observation.d.ts +287 -0
  30. package/dist/cjs/proto/observation.d.ts.map +1 -0
  31. package/dist/cjs/proto/otonoma/common/value.d.ts +127 -0
  32. package/dist/cjs/proto/otonoma/common/value.d.ts.map +1 -0
  33. package/dist/cjs/proto/pncp.d.ts +596 -0
  34. package/dist/cjs/proto/pncp.d.ts.map +1 -0
  35. package/dist/cjs/schema/paranet.d.ts +337 -0
  36. package/dist/cjs/schema/paranet.d.ts.map +1 -0
  37. package/dist/cjs/util.d.ts +5 -0
  38. package/dist/cjs/util.d.ts.map +1 -0
  39. package/dist/esm/client.d.ts +169 -0
  40. package/dist/esm/client.d.ts.map +1 -0
  41. package/dist/esm/graphql.d.ts +8 -0
  42. package/dist/esm/graphql.d.ts.map +1 -0
  43. package/dist/esm/index.d.ts +13 -0
  44. package/dist/esm/index.d.ts.map +1 -0
  45. package/dist/esm/index.mjs +7868 -0
  46. package/dist/esm/index.mjs.map +1 -0
  47. package/dist/esm/pncp.d.ts +130 -0
  48. package/dist/esm/pncp.d.ts.map +1 -0
  49. package/dist/esm/proto/broker.grpc.client.d.ts +154 -0
  50. package/dist/esm/proto/broker.grpc.client.d.ts.map +1 -0
  51. package/dist/esm/proto/broker.grpc.d.ts +6 -0
  52. package/dist/esm/proto/broker.grpc.d.ts.map +1 -0
  53. package/dist/esm/proto/broker_api.d.ts +333 -0
  54. package/dist/esm/proto/broker_api.d.ts.map +1 -0
  55. package/dist/esm/proto/google/protobuf/descriptor.d.ts +2507 -0
  56. package/dist/esm/proto/google/protobuf/descriptor.d.ts.map +1 -0
  57. package/dist/esm/proto/google/protobuf/timestamp.d.ts +157 -0
  58. package/dist/esm/proto/google/protobuf/timestamp.d.ts.map +1 -0
  59. package/dist/esm/proto/grpc/health/v1/health.client.d.ts +79 -0
  60. package/dist/esm/proto/grpc/health/v1/health.client.d.ts.map +1 -0
  61. package/dist/esm/proto/grpc/health/v1/health.d.ts +74 -0
  62. package/dist/esm/proto/grpc/health/v1/health.d.ts.map +1 -0
  63. package/dist/esm/proto/identifiers.d.ts +82 -0
  64. package/dist/esm/proto/identifiers.d.ts.map +1 -0
  65. package/dist/esm/proto/mediums.d.ts +71 -0
  66. package/dist/esm/proto/mediums.d.ts.map +1 -0
  67. package/dist/esm/proto/observation.d.ts +287 -0
  68. package/dist/esm/proto/observation.d.ts.map +1 -0
  69. package/dist/esm/proto/otonoma/common/value.d.ts +127 -0
  70. package/dist/esm/proto/otonoma/common/value.d.ts.map +1 -0
  71. package/dist/esm/proto/pncp.d.ts +596 -0
  72. package/dist/esm/proto/pncp.d.ts.map +1 -0
  73. package/dist/esm/schema/paranet.d.ts +337 -0
  74. package/dist/esm/schema/paranet.d.ts.map +1 -0
  75. package/dist/esm/util.d.ts +5 -0
  76. package/dist/esm/util.d.ts.map +1 -0
  77. package/dist/index.d.cts +2349 -0
  78. package/dist/index.d.mts +2349 -0
  79. package/dist/proto/google/protobuf/descriptor.d.ts +9 -1
  80. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -1
  81. package/dist/proto/google/protobuf/descriptor.js +8 -0
  82. package/package.json +2 -2
@@ -0,0 +1,596 @@
1
+ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
+ import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
+ import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
+ import type { IBinaryReader } from "@protobuf-ts/runtime";
5
+ import type { PartialMessage } from "@protobuf-ts/runtime";
6
+ import { MessageType } from "@protobuf-ts/runtime";
7
+ import { Timestamp } from "./google/protobuf/timestamp";
8
+ import { EntityId } from "./identifiers";
9
+ import { ConversationId } from "./identifiers";
10
+ import { Value } from "./otonoma/common/value";
11
+ /**
12
+ * A core packet comprised of either a request or a message. Some APIs make use of this wrapped type
13
+ * instead of providing specific APIs for either request or messages.
14
+ *
15
+ * @generated from protobuf message pncp.v1.PncpPacket
16
+ */
17
+ export interface PncpPacket {
18
+ /**
19
+ * @generated from protobuf oneof: body
20
+ */
21
+ body: {
22
+ oneofKind: "request";
23
+ /**
24
+ * @generated from protobuf field: pncp.v1.PncpRequest request = 1;
25
+ */
26
+ request: PncpRequest;
27
+ } | {
28
+ oneofKind: "message";
29
+ /**
30
+ * @generated from protobuf field: pncp.v1.PncpMessage message = 2;
31
+ */
32
+ message: PncpMessage;
33
+ } | {
34
+ oneofKind: undefined;
35
+ };
36
+ }
37
+ /**
38
+ * A PNCP request begins a conversation between two actors.
39
+ *
40
+ * @generated from protobuf message pncp.v1.PncpRequest
41
+ */
42
+ export interface PncpRequest {
43
+ /**
44
+ * The core body to the request.
45
+ *
46
+ * @generated from protobuf field: pncp.v1.PncpSkillMessage body = 1;
47
+ */
48
+ body?: PncpSkillMessage;
49
+ /**
50
+ * Callback information provided on subsequent PNCP responses.
51
+ * This is mostly used to associate a request with a response on the actor side.
52
+ *
53
+ * @generated from protobuf field: optional otonoma.common.Value callback = 2;
54
+ */
55
+ callback?: Value;
56
+ /**
57
+ * Parent conversation ID, if this request is a sub request. If this is a new request this field
58
+ * must be left blank.
59
+ *
60
+ * @generated from protobuf field: optional pncp.v1.ConversationId parent_id = 3;
61
+ */
62
+ parentId?: ConversationId;
63
+ /**
64
+ * Identity of the base actor is determined through the provided authentication token on the request.
65
+ * However, paraflow actors are able to run multiple versions of an actor at once and they will be
66
+ * marshalled through the same connection and authentication. As such, we need the actor to provide
67
+ * the author information in such cases.
68
+ *
69
+ * @generated from protobuf field: optional pncp.v1.EntityId author = 4;
70
+ */
71
+ author?: EntityId;
72
+ /**
73
+ * @generated from protobuf field: pncp.v1.SkillMatchStrategy match_strategy = 5;
74
+ */
75
+ matchStrategy: SkillMatchStrategy;
76
+ /**
77
+ * version request spec for the (subject, action) pair. If not provided, the default (typically latest)
78
+ * is used instead.
79
+ *
80
+ * @generated from protobuf field: optional string version_req = 6;
81
+ */
82
+ versionReq?: string;
83
+ /**
84
+ * Optionally specify the exact actor that should match.
85
+ *
86
+ * @generated from protobuf field: optional string target_actor_id = 7;
87
+ */
88
+ targetActorId?: string;
89
+ /**
90
+ * TODO: We might not need these fields anymore. We will see.
91
+ *
92
+ * @generated from protobuf field: optional otonoma.common.Value key = 8;
93
+ */
94
+ key?: Value;
95
+ /**
96
+ * @generated from protobuf field: optional pncp.v1.PncpRequestMediumInfo medium_info = 9;
97
+ */
98
+ mediumInfo?: PncpRequestMediumInfo;
99
+ /**
100
+ * If this is true, a match is required to be made upon the initial request. If it is false, the
101
+ * broker can store the message and conversation in an unmatched state and rematch it at a later
102
+ * time based on later actor availability.
103
+ * If the corresponding skill is a `Broadcast` skill, this field is not considered as they are
104
+ * not matched.
105
+ *
106
+ * @generated from protobuf field: bool must_match = 10;
107
+ */
108
+ mustMatch: boolean;
109
+ /**
110
+ * Specifies whether this request should use the provided actor lock or not.
111
+ *
112
+ * @generated from protobuf field: bool use_lock = 11;
113
+ */
114
+ useLock: boolean;
115
+ }
116
+ /**
117
+ * @generated from protobuf message pncp.v1.PncpRequestMediumInfo
118
+ */
119
+ export interface PncpRequestMediumInfo {
120
+ /**
121
+ * ID of the medium that made the request.
122
+ *
123
+ * @generated from protobuf field: pncp.v1.EntityId id = 1;
124
+ */
125
+ id?: EntityId;
126
+ /**
127
+ * Unique information identifying the user from the medium.
128
+ *
129
+ * @generated from protobuf field: optional otonoma.common.Value user_info = 2;
130
+ */
131
+ userInfo?: Value;
132
+ }
133
+ /**
134
+ * Represents a skill request message. This message is the core "body" of a `PncpRequest`.
135
+ *
136
+ * @generated from protobuf message pncp.v1.PncpSkillMessage
137
+ */
138
+ export interface PncpSkillMessage {
139
+ /**
140
+ * Subject of the request.
141
+ *
142
+ * @generated from protobuf field: string subject = 1;
143
+ */
144
+ subject: string;
145
+ /**
146
+ * Action associated with the request.
147
+ *
148
+ * @generated from protobuf field: string action = 2;
149
+ */
150
+ action: string;
151
+ /**
152
+ * The request data.
153
+ *
154
+ * @generated from protobuf field: otonoma.common.Value body = 5;
155
+ */
156
+ body?: Value;
157
+ /**
158
+ * Taint data labels
159
+ *
160
+ * @generated from protobuf field: optional string taint = 6;
161
+ */
162
+ taint?: string;
163
+ }
164
+ /**
165
+ * A PNCP Message is a message internal to a conversation. Notably, this does not include requests, which
166
+ * begin a conversation automatically per their request.
167
+ *
168
+ * @generated from protobuf message pncp.v1.PncpMessage
169
+ */
170
+ export interface PncpMessage {
171
+ /**
172
+ * The ID associated with this message.
173
+ *
174
+ * @generated from protobuf field: pncp.v1.ConversationId id = 1;
175
+ */
176
+ id?: ConversationId;
177
+ /**
178
+ * The kind of message. Certain other fields are only optionally present depending on the value
179
+ * of this field.
180
+ *
181
+ * @generated from protobuf field: pncp.v1.PncpMessageKind kind = 10;
182
+ */
183
+ kind: PncpMessageKind;
184
+ /**
185
+ * The core data of the message.
186
+ *
187
+ * @generated from protobuf field: otonoma.common.Value body = 11;
188
+ */
189
+ body?: Value;
190
+ /**
191
+ * @generated from protobuf oneof: extra
192
+ */
193
+ extra: {
194
+ oneofKind: "question";
195
+ /**
196
+ * @generated from protobuf field: pncp.v1.PncpQuestionEx question = 12;
197
+ */
198
+ question: PncpQuestionEx;
199
+ } | {
200
+ oneofKind: "answer";
201
+ /**
202
+ * @generated from protobuf field: pncp.v1.PncpAnswerEx answer = 13;
203
+ */
204
+ answer: PncpAnswerEx;
205
+ } | {
206
+ oneofKind: undefined;
207
+ };
208
+ /**
209
+ * Taint data labels
210
+ *
211
+ * @generated from protobuf field: optional string taint = 14;
212
+ */
213
+ taint?: string;
214
+ }
215
+ /**
216
+ * @generated from protobuf message pncp.v1.PncpQuestionEx
217
+ */
218
+ export interface PncpQuestionEx {
219
+ /**
220
+ * ID of the question.
221
+ *
222
+ * @generated from protobuf field: string id = 1;
223
+ */
224
+ id: string;
225
+ /**
226
+ * @generated from protobuf field: optional otonoma.common.Value callback = 2;
227
+ */
228
+ callback?: Value;
229
+ }
230
+ /**
231
+ * @generated from protobuf message pncp.v1.PncpAnswerEx
232
+ */
233
+ export interface PncpAnswerEx {
234
+ /**
235
+ * Message ID of the question being replied to.
236
+ *
237
+ * @generated from protobuf field: string reply_to = 1;
238
+ */
239
+ replyTo: string;
240
+ }
241
+ /**
242
+ * Response on the callback is a stream of these messages.
243
+ * The message format is a bit cumbersome as we are required to have one stream of messages.
244
+ *
245
+ * @generated from protobuf message pncp.v1.PncpCallback
246
+ */
247
+ export interface PncpCallback {
248
+ /**
249
+ * @generated from protobuf oneof: body
250
+ */
251
+ body: {
252
+ oneofKind: "skill";
253
+ /**
254
+ * @generated from protobuf field: pncp.v1.PncpRequestCallback skill = 1;
255
+ */
256
+ skill: PncpRequestCallback;
257
+ } | {
258
+ oneofKind: "message";
259
+ /**
260
+ * @generated from protobuf field: pncp.v1.PncpMessageCallback message = 2;
261
+ */
262
+ message: PncpMessageCallback;
263
+ } | {
264
+ oneofKind: undefined;
265
+ };
266
+ }
267
+ /**
268
+ * PncpRequestCallback is how skill requests are sent to actors for fulfillment.
269
+ *
270
+ * @generated from protobuf message pncp.v1.PncpRequestCallback
271
+ */
272
+ export interface PncpRequestCallback {
273
+ /**
274
+ * @generated from protobuf field: pncp.v1.ConversationId id = 1;
275
+ */
276
+ id?: ConversationId;
277
+ /**
278
+ * @generated from protobuf field: string message_id = 2;
279
+ */
280
+ messageId: string;
281
+ /**
282
+ * The core PNCP request body.
283
+ *
284
+ * @generated from protobuf field: pncp.v1.PncpSkillMessage body = 3;
285
+ */
286
+ body?: PncpSkillMessage;
287
+ /**
288
+ * Parent ID of the conversation that triggered this one, if one exists.
289
+ *
290
+ * @generated from protobuf field: optional pncp.v1.ConversationId parent_id = 4;
291
+ */
292
+ parentId?: ConversationId;
293
+ /**
294
+ * Time the conversation was created.
295
+ *
296
+ * @generated from protobuf field: google.protobuf.Timestamp time_created = 5;
297
+ */
298
+ timeCreated?: Timestamp;
299
+ /**
300
+ * Author of the request.
301
+ *
302
+ * @generated from protobuf field: pncp.v1.EntityId author_id = 6;
303
+ */
304
+ authorId?: EntityId;
305
+ /**
306
+ * The actor ID of the receiving actor. This is the reflection of the PncpRequest author field.
307
+ * See notes on PncpRequest.author for why this is necessary.
308
+ *
309
+ * @generated from protobuf field: optional pncp.v1.EntityId target_actor_id = 7;
310
+ */
311
+ targetActorId?: EntityId;
312
+ /**
313
+ * Parameter data. These fields are actor or skill specific metadata populated dynamically
314
+ * by the broker.
315
+ *
316
+ * @generated from protobuf field: pncp.v1.ParameterData parameters = 8;
317
+ */
318
+ parameters?: ParameterData;
319
+ /**
320
+ * @generated from protobuf field: uint32 flags = 9;
321
+ */
322
+ flags: number;
323
+ }
324
+ /**
325
+ * Context flags (default 0)
326
+ *
327
+ * @generated from protobuf enum pncp.v1.PncpRequestCallback.CallbackFlags
328
+ */
329
+ export declare enum PncpRequestCallback_CallbackFlags {
330
+ /**
331
+ * @generated from protobuf enum value: FLAG_NONE = 0;
332
+ */
333
+ FLAG_NONE = 0,
334
+ /**
335
+ * privileged actor request
336
+ *
337
+ * @generated from protobuf enum value: FLAG_PRIVILEGED = 1;
338
+ */
339
+ FLAG_PRIVILEGED = 1
340
+ }
341
+ /**
342
+ * A message callback is a callback containing a message sent to an actor.
343
+ * This is how PncpMessages are routed to an actor.
344
+ *
345
+ * @generated from protobuf message pncp.v1.PncpMessageCallback
346
+ */
347
+ export interface PncpMessageCallback {
348
+ /**
349
+ * @generated from protobuf field: pncp.v1.ConversationId id = 1;
350
+ */
351
+ id?: ConversationId;
352
+ /**
353
+ * @generated from protobuf field: string message_id = 2;
354
+ */
355
+ messageId: string;
356
+ /**
357
+ * @generated from protobuf field: google.protobuf.Timestamp time_created = 3;
358
+ */
359
+ timeCreated?: Timestamp;
360
+ /**
361
+ * Returned key from initial request.
362
+ *
363
+ * @generated from protobuf field: optional otonoma.common.Value key = 4;
364
+ */
365
+ key?: Value;
366
+ /**
367
+ * The core body of the message.
368
+ *
369
+ * @generated from protobuf field: pncp.v1.PncpMessage message = 5;
370
+ */
371
+ message?: PncpMessage;
372
+ /**
373
+ * Certain message types (notably: Question) can provide params.
374
+ *
375
+ * @generated from protobuf field: optional otonoma.common.Value params = 6;
376
+ */
377
+ params?: Value;
378
+ /**
379
+ * Callback provided on the initial message.
380
+ *
381
+ * @generated from protobuf field: optional otonoma.common.Value callback = 7;
382
+ */
383
+ callback?: Value;
384
+ /**
385
+ * TODO: Do we need this?
386
+ *
387
+ * @generated from protobuf field: optional otonoma.common.Value medium = 8;
388
+ */
389
+ medium?: Value;
390
+ /**
391
+ * @generated from protobuf field: pncp.v1.ConversationState conversation_state = 9;
392
+ */
393
+ conversationState: ConversationState;
394
+ }
395
+ /**
396
+ * @generated from protobuf message pncp.v1.ParameterData
397
+ */
398
+ export interface ParameterData {
399
+ /**
400
+ * @generated from protobuf field: optional otonoma.common.Value provider = 1;
401
+ */
402
+ provider?: Value;
403
+ /**
404
+ * @generated from protobuf field: optional otonoma.common.Value skill = 2;
405
+ */
406
+ skill?: Value;
407
+ /**
408
+ * @generated from protobuf field: optional otonoma.common.Value medium = 3;
409
+ */
410
+ medium?: Value;
411
+ }
412
+ /**
413
+ * Match strategy. Defaults to `BEST`.
414
+ *
415
+ * @generated from protobuf enum pncp.v1.SkillMatchStrategy
416
+ */
417
+ export declare enum SkillMatchStrategy {
418
+ /**
419
+ * @generated from protobuf enum value: BEST = 0;
420
+ */
421
+ BEST = 0,
422
+ /**
423
+ * @generated from protobuf enum value: FIRST = 1;
424
+ */
425
+ FIRST = 1,
426
+ /**
427
+ * @generated from protobuf enum value: STRICT = 2;
428
+ */
429
+ STRICT = 2
430
+ }
431
+ /**
432
+ * @generated from protobuf enum pncp.v1.PncpMessageKind
433
+ */
434
+ export declare enum PncpMessageKind {
435
+ /**
436
+ * @generated from protobuf enum value: PNCP_RESPONSE = 0;
437
+ */
438
+ PNCP_RESPONSE = 0,
439
+ /**
440
+ * @generated from protobuf enum value: PNCP_STATUS = 1;
441
+ */
442
+ PNCP_STATUS = 1,
443
+ /**
444
+ * @generated from protobuf enum value: PNCP_CANCEL = 2;
445
+ */
446
+ PNCP_CANCEL = 2,
447
+ /**
448
+ * @generated from protobuf enum value: PNCP_ERROR = 3;
449
+ */
450
+ PNCP_ERROR = 3,
451
+ /**
452
+ * @generated from protobuf enum value: PNCP_QUESTION = 4;
453
+ */
454
+ PNCP_QUESTION = 4,
455
+ /**
456
+ * @generated from protobuf enum value: PNCP_ANSWER = 5;
457
+ */
458
+ PNCP_ANSWER = 5
459
+ }
460
+ /**
461
+ * @generated from protobuf enum pncp.v1.ConversationState
462
+ */
463
+ export declare enum ConversationState {
464
+ /**
465
+ * @generated from protobuf enum value: STATE_IN_PROGRESS = 0;
466
+ */
467
+ STATE_IN_PROGRESS = 0,
468
+ /**
469
+ * @generated from protobuf enum value: STATE_COMPLETED = 1;
470
+ */
471
+ STATE_COMPLETED = 1,
472
+ /**
473
+ * @generated from protobuf enum value: STATE_ERRORED = 2;
474
+ */
475
+ STATE_ERRORED = 2,
476
+ /**
477
+ * @generated from protobuf enum value: STATE_CANCELED = 3;
478
+ */
479
+ STATE_CANCELED = 3,
480
+ /**
481
+ * @generated from protobuf enum value: STATE_UNMATCHED = 4;
482
+ */
483
+ STATE_UNMATCHED = 4
484
+ }
485
+ declare class PncpPacket$Type extends MessageType<PncpPacket> {
486
+ constructor();
487
+ create(value?: PartialMessage<PncpPacket>): PncpPacket;
488
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpPacket): PncpPacket;
489
+ internalBinaryWrite(message: PncpPacket, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
490
+ }
491
+ /**
492
+ * @generated MessageType for protobuf message pncp.v1.PncpPacket
493
+ */
494
+ export declare const PncpPacket: PncpPacket$Type;
495
+ declare class PncpRequest$Type extends MessageType<PncpRequest> {
496
+ constructor();
497
+ create(value?: PartialMessage<PncpRequest>): PncpRequest;
498
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpRequest): PncpRequest;
499
+ internalBinaryWrite(message: PncpRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
500
+ }
501
+ /**
502
+ * @generated MessageType for protobuf message pncp.v1.PncpRequest
503
+ */
504
+ export declare const PncpRequest: PncpRequest$Type;
505
+ declare class PncpRequestMediumInfo$Type extends MessageType<PncpRequestMediumInfo> {
506
+ constructor();
507
+ create(value?: PartialMessage<PncpRequestMediumInfo>): PncpRequestMediumInfo;
508
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpRequestMediumInfo): PncpRequestMediumInfo;
509
+ internalBinaryWrite(message: PncpRequestMediumInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
510
+ }
511
+ /**
512
+ * @generated MessageType for protobuf message pncp.v1.PncpRequestMediumInfo
513
+ */
514
+ export declare const PncpRequestMediumInfo: PncpRequestMediumInfo$Type;
515
+ declare class PncpSkillMessage$Type extends MessageType<PncpSkillMessage> {
516
+ constructor();
517
+ create(value?: PartialMessage<PncpSkillMessage>): PncpSkillMessage;
518
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpSkillMessage): PncpSkillMessage;
519
+ internalBinaryWrite(message: PncpSkillMessage, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
520
+ }
521
+ /**
522
+ * @generated MessageType for protobuf message pncp.v1.PncpSkillMessage
523
+ */
524
+ export declare const PncpSkillMessage: PncpSkillMessage$Type;
525
+ declare class PncpMessage$Type extends MessageType<PncpMessage> {
526
+ constructor();
527
+ create(value?: PartialMessage<PncpMessage>): PncpMessage;
528
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpMessage): PncpMessage;
529
+ internalBinaryWrite(message: PncpMessage, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
530
+ }
531
+ /**
532
+ * @generated MessageType for protobuf message pncp.v1.PncpMessage
533
+ */
534
+ export declare const PncpMessage: PncpMessage$Type;
535
+ declare class PncpQuestionEx$Type extends MessageType<PncpQuestionEx> {
536
+ constructor();
537
+ create(value?: PartialMessage<PncpQuestionEx>): PncpQuestionEx;
538
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpQuestionEx): PncpQuestionEx;
539
+ internalBinaryWrite(message: PncpQuestionEx, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
540
+ }
541
+ /**
542
+ * @generated MessageType for protobuf message pncp.v1.PncpQuestionEx
543
+ */
544
+ export declare const PncpQuestionEx: PncpQuestionEx$Type;
545
+ declare class PncpAnswerEx$Type extends MessageType<PncpAnswerEx> {
546
+ constructor();
547
+ create(value?: PartialMessage<PncpAnswerEx>): PncpAnswerEx;
548
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpAnswerEx): PncpAnswerEx;
549
+ internalBinaryWrite(message: PncpAnswerEx, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
550
+ }
551
+ /**
552
+ * @generated MessageType for protobuf message pncp.v1.PncpAnswerEx
553
+ */
554
+ export declare const PncpAnswerEx: PncpAnswerEx$Type;
555
+ declare class PncpCallback$Type extends MessageType<PncpCallback> {
556
+ constructor();
557
+ create(value?: PartialMessage<PncpCallback>): PncpCallback;
558
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpCallback): PncpCallback;
559
+ internalBinaryWrite(message: PncpCallback, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
560
+ }
561
+ /**
562
+ * @generated MessageType for protobuf message pncp.v1.PncpCallback
563
+ */
564
+ export declare const PncpCallback: PncpCallback$Type;
565
+ declare class PncpRequestCallback$Type extends MessageType<PncpRequestCallback> {
566
+ constructor();
567
+ create(value?: PartialMessage<PncpRequestCallback>): PncpRequestCallback;
568
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpRequestCallback): PncpRequestCallback;
569
+ internalBinaryWrite(message: PncpRequestCallback, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
570
+ }
571
+ /**
572
+ * @generated MessageType for protobuf message pncp.v1.PncpRequestCallback
573
+ */
574
+ export declare const PncpRequestCallback: PncpRequestCallback$Type;
575
+ declare class PncpMessageCallback$Type extends MessageType<PncpMessageCallback> {
576
+ constructor();
577
+ create(value?: PartialMessage<PncpMessageCallback>): PncpMessageCallback;
578
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PncpMessageCallback): PncpMessageCallback;
579
+ internalBinaryWrite(message: PncpMessageCallback, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
580
+ }
581
+ /**
582
+ * @generated MessageType for protobuf message pncp.v1.PncpMessageCallback
583
+ */
584
+ export declare const PncpMessageCallback: PncpMessageCallback$Type;
585
+ declare class ParameterData$Type extends MessageType<ParameterData> {
586
+ constructor();
587
+ create(value?: PartialMessage<ParameterData>): ParameterData;
588
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ParameterData): ParameterData;
589
+ internalBinaryWrite(message: ParameterData, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
590
+ }
591
+ /**
592
+ * @generated MessageType for protobuf message pncp.v1.ParameterData
593
+ */
594
+ export declare const ParameterData: ParameterData$Type;
595
+ export {};
596
+ //# sourceMappingURL=pncp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pncp.d.ts","sourceRoot":"","sources":["../../src/proto/pncp.ts"],"names":[],"mappings":"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"}