@evalops/sdk-ts 0.1.99 → 0.1.100

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.
@@ -0,0 +1,3535 @@
1
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file pipeline/v1/pipeline.proto.
6
+ */
7
+ export declare const file_pipeline_v1_pipeline: GenFile;
8
+ /**
9
+ * @generated from message pipeline.v1.CRMResourceRef
10
+ */
11
+ export type CRMResourceRef = Message<"pipeline.v1.CRMResourceRef"> & {
12
+ /**
13
+ * @generated from field: pipeline.v1.CRMOwnerType owner_type = 1;
14
+ */
15
+ ownerType: CRMOwnerType;
16
+ /**
17
+ * @generated from field: string owner_id = 2;
18
+ */
19
+ ownerId: string;
20
+ };
21
+ /**
22
+ * Describes the message pipeline.v1.CRMResourceRef.
23
+ * Use `create(CRMResourceRefSchema)` to create a new message.
24
+ */
25
+ export declare const CRMResourceRefSchema: GenMessage<CRMResourceRef>;
26
+ /**
27
+ * @generated from message pipeline.v1.MutationMetadata
28
+ */
29
+ export type MutationMetadata = Message<"pipeline.v1.MutationMetadata"> & {
30
+ /**
31
+ * @generated from field: string idempotency_key = 1;
32
+ */
33
+ idempotencyKey: string;
34
+ /**
35
+ * @generated from field: int64 expected_version = 2;
36
+ */
37
+ expectedVersion: bigint;
38
+ /**
39
+ * @generated from field: string actor_reason = 3;
40
+ */
41
+ actorReason: string;
42
+ /**
43
+ * @generated from field: repeated pipeline.v1.EvidenceRef evidence = 4;
44
+ */
45
+ evidence: EvidenceRef[];
46
+ };
47
+ /**
48
+ * Describes the message pipeline.v1.MutationMetadata.
49
+ * Use `create(MutationMetadataSchema)` to create a new message.
50
+ */
51
+ export declare const MutationMetadataSchema: GenMessage<MutationMetadata>;
52
+ /**
53
+ * @generated from message pipeline.v1.EvidenceRef
54
+ */
55
+ export type EvidenceRef = Message<"pipeline.v1.EvidenceRef"> & {
56
+ /**
57
+ * @generated from field: string ref = 1;
58
+ */
59
+ ref: string;
60
+ /**
61
+ * @generated from field: string kind = 2;
62
+ */
63
+ kind: string;
64
+ /**
65
+ * @generated from field: float confidence = 3;
66
+ */
67
+ confidence: number;
68
+ };
69
+ /**
70
+ * Describes the message pipeline.v1.EvidenceRef.
71
+ * Use `create(EvidenceRefSchema)` to create a new message.
72
+ */
73
+ export declare const EvidenceRefSchema: GenMessage<EvidenceRef>;
74
+ /**
75
+ * @generated from message pipeline.v1.Company
76
+ */
77
+ export type Company = Message<"pipeline.v1.Company"> & {
78
+ /**
79
+ * @generated from field: string id = 1;
80
+ */
81
+ id: string;
82
+ /**
83
+ * @generated from field: string organization_id = 2;
84
+ */
85
+ organizationId: string;
86
+ /**
87
+ * @generated from field: string name = 3;
88
+ */
89
+ name: string;
90
+ /**
91
+ * @generated from field: string domain = 4;
92
+ */
93
+ domain: string;
94
+ /**
95
+ * @generated from field: string industry = 5;
96
+ */
97
+ industry: string;
98
+ /**
99
+ * @generated from field: int32 employee_count = 6;
100
+ */
101
+ employeeCount: number;
102
+ /**
103
+ * @generated from field: int64 annual_revenue = 7;
104
+ */
105
+ annualRevenue: bigint;
106
+ /**
107
+ * @generated from field: string location = 8;
108
+ */
109
+ location: string;
110
+ /**
111
+ * @generated from field: string description = 9;
112
+ */
113
+ description: string;
114
+ /**
115
+ * @generated from field: int32 icp_score = 10;
116
+ */
117
+ icpScore: number;
118
+ /**
119
+ * @generated from field: repeated string tags = 11;
120
+ */
121
+ tags: string[];
122
+ /**
123
+ * @generated from field: int64 version = 12;
124
+ */
125
+ version: bigint;
126
+ /**
127
+ * @generated from field: google.protobuf.Timestamp created_at = 13;
128
+ */
129
+ createdAt?: Timestamp | undefined;
130
+ /**
131
+ * @generated from field: google.protobuf.Timestamp updated_at = 14;
132
+ */
133
+ updatedAt?: Timestamp | undefined;
134
+ };
135
+ /**
136
+ * Describes the message pipeline.v1.Company.
137
+ * Use `create(CompanySchema)` to create a new message.
138
+ */
139
+ export declare const CompanySchema: GenMessage<Company>;
140
+ /**
141
+ * @generated from message pipeline.v1.Contact
142
+ */
143
+ export type Contact = Message<"pipeline.v1.Contact"> & {
144
+ /**
145
+ * @generated from field: string id = 1;
146
+ */
147
+ id: string;
148
+ /**
149
+ * @generated from field: string organization_id = 2;
150
+ */
151
+ organizationId: string;
152
+ /**
153
+ * @generated from field: string company_id = 3;
154
+ */
155
+ companyId: string;
156
+ /**
157
+ * @generated from field: string given_name = 4;
158
+ */
159
+ givenName: string;
160
+ /**
161
+ * @generated from field: string family_name = 5;
162
+ */
163
+ familyName: string;
164
+ /**
165
+ * @generated from field: string email = 6;
166
+ */
167
+ email: string;
168
+ /**
169
+ * @generated from field: string phone = 7;
170
+ */
171
+ phone: string;
172
+ /**
173
+ * @generated from field: string linkedin_url = 8;
174
+ */
175
+ linkedinUrl: string;
176
+ /**
177
+ * @generated from field: string title = 9;
178
+ */
179
+ title: string;
180
+ /**
181
+ * @generated from field: string seniority = 10;
182
+ */
183
+ seniority: string;
184
+ /**
185
+ * @generated from field: string department = 11;
186
+ */
187
+ department: string;
188
+ /**
189
+ * @generated from field: string location = 12;
190
+ */
191
+ location: string;
192
+ /**
193
+ * @generated from field: string source = 13;
194
+ */
195
+ source: string;
196
+ /**
197
+ * @generated from field: string stage = 14;
198
+ */
199
+ stage: string;
200
+ /**
201
+ * @generated from field: string owner_id = 15;
202
+ */
203
+ ownerId: string;
204
+ /**
205
+ * @generated from field: repeated string tags = 16;
206
+ */
207
+ tags: string[];
208
+ /**
209
+ * @generated from field: int64 version = 17;
210
+ */
211
+ version: bigint;
212
+ /**
213
+ * @generated from field: google.protobuf.Timestamp created_at = 18;
214
+ */
215
+ createdAt?: Timestamp | undefined;
216
+ /**
217
+ * @generated from field: google.protobuf.Timestamp updated_at = 19;
218
+ */
219
+ updatedAt?: Timestamp | undefined;
220
+ };
221
+ /**
222
+ * Describes the message pipeline.v1.Contact.
223
+ * Use `create(ContactSchema)` to create a new message.
224
+ */
225
+ export declare const ContactSchema: GenMessage<Contact>;
226
+ /**
227
+ * @generated from message pipeline.v1.Deal
228
+ */
229
+ export type Deal = Message<"pipeline.v1.Deal"> & {
230
+ /**
231
+ * @generated from field: string id = 1;
232
+ */
233
+ id: string;
234
+ /**
235
+ * @generated from field: string organization_id = 2;
236
+ */
237
+ organizationId: string;
238
+ /**
239
+ * @generated from field: string contact_id = 3;
240
+ */
241
+ contactId: string;
242
+ /**
243
+ * @generated from field: string company_id = 4;
244
+ */
245
+ companyId: string;
246
+ /**
247
+ * @generated from field: string title = 5;
248
+ */
249
+ title: string;
250
+ /**
251
+ * @generated from field: pipeline.v1.DealStage stage = 6;
252
+ */
253
+ stage: DealStage;
254
+ /**
255
+ * @generated from field: int64 value = 7;
256
+ */
257
+ value: bigint;
258
+ /**
259
+ * @generated from field: string currency = 8;
260
+ */
261
+ currency: string;
262
+ /**
263
+ * @generated from field: int32 probability = 9;
264
+ */
265
+ probability: number;
266
+ /**
267
+ * @generated from field: string expected_close = 10;
268
+ */
269
+ expectedClose: string;
270
+ /**
271
+ * @generated from field: string owner_id = 11;
272
+ */
273
+ ownerId: string;
274
+ /**
275
+ * @generated from field: string lost_reason = 12;
276
+ */
277
+ lostReason: string;
278
+ /**
279
+ * @generated from field: int64 version = 13;
280
+ */
281
+ version: bigint;
282
+ /**
283
+ * @generated from field: google.protobuf.Timestamp created_at = 14;
284
+ */
285
+ createdAt?: Timestamp | undefined;
286
+ /**
287
+ * @generated from field: google.protobuf.Timestamp updated_at = 15;
288
+ */
289
+ updatedAt?: Timestamp | undefined;
290
+ };
291
+ /**
292
+ * Describes the message pipeline.v1.Deal.
293
+ * Use `create(DealSchema)` to create a new message.
294
+ */
295
+ export declare const DealSchema: GenMessage<Deal>;
296
+ /**
297
+ * @generated from message pipeline.v1.Signal
298
+ */
299
+ export type Signal = Message<"pipeline.v1.Signal"> & {
300
+ /**
301
+ * @generated from field: string id = 1;
302
+ */
303
+ id: string;
304
+ /**
305
+ * @generated from field: string organization_id = 2;
306
+ */
307
+ organizationId: string;
308
+ /**
309
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 3;
310
+ */
311
+ owner?: CRMResourceRef | undefined;
312
+ /**
313
+ * @generated from field: string signal_type = 4;
314
+ */
315
+ signalType: string;
316
+ /**
317
+ * @generated from field: string source = 5;
318
+ */
319
+ source: string;
320
+ /**
321
+ * @generated from field: int32 strength = 6;
322
+ */
323
+ strength: number;
324
+ /**
325
+ * @generated from field: string data_json = 7;
326
+ */
327
+ dataJson: string;
328
+ /**
329
+ * @generated from field: google.protobuf.Timestamp expires_at = 8;
330
+ */
331
+ expiresAt?: Timestamp | undefined;
332
+ /**
333
+ * @generated from field: int64 version = 9;
334
+ */
335
+ version: bigint;
336
+ /**
337
+ * @generated from field: google.protobuf.Timestamp created_at = 10;
338
+ */
339
+ createdAt?: Timestamp | undefined;
340
+ /**
341
+ * @generated from field: google.protobuf.Timestamp updated_at = 11;
342
+ */
343
+ updatedAt?: Timestamp | undefined;
344
+ };
345
+ /**
346
+ * Describes the message pipeline.v1.Signal.
347
+ * Use `create(SignalSchema)` to create a new message.
348
+ */
349
+ export declare const SignalSchema: GenMessage<Signal>;
350
+ /**
351
+ * @generated from message pipeline.v1.Activity
352
+ */
353
+ export type Activity = Message<"pipeline.v1.Activity"> & {
354
+ /**
355
+ * @generated from field: string id = 1;
356
+ */
357
+ id: string;
358
+ /**
359
+ * @generated from field: string organization_id = 2;
360
+ */
361
+ organizationId: string;
362
+ /**
363
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 3;
364
+ */
365
+ owner?: CRMResourceRef | undefined;
366
+ /**
367
+ * @generated from field: string activity_type = 4;
368
+ */
369
+ activityType: string;
370
+ /**
371
+ * @generated from field: string channel = 5;
372
+ */
373
+ channel: string;
374
+ /**
375
+ * @generated from field: string direction = 6;
376
+ */
377
+ direction: string;
378
+ /**
379
+ * @generated from field: string subject = 7;
380
+ */
381
+ subject: string;
382
+ /**
383
+ * @generated from field: string body = 8;
384
+ */
385
+ body: string;
386
+ /**
387
+ * @generated from field: string outcome = 9;
388
+ */
389
+ outcome: string;
390
+ /**
391
+ * @generated from field: string external_ref = 10;
392
+ */
393
+ externalRef: string;
394
+ /**
395
+ * @generated from field: string metadata_json = 11;
396
+ */
397
+ metadataJson: string;
398
+ /**
399
+ * @generated from field: google.protobuf.Timestamp occurred_at = 12;
400
+ */
401
+ occurredAt?: Timestamp | undefined;
402
+ /**
403
+ * @generated from field: google.protobuf.Timestamp created_at = 13;
404
+ */
405
+ createdAt?: Timestamp | undefined;
406
+ };
407
+ /**
408
+ * Describes the message pipeline.v1.Activity.
409
+ * Use `create(ActivitySchema)` to create a new message.
410
+ */
411
+ export declare const ActivitySchema: GenMessage<Activity>;
412
+ /**
413
+ * @generated from message pipeline.v1.Sequence
414
+ */
415
+ export type Sequence = Message<"pipeline.v1.Sequence"> & {
416
+ /**
417
+ * @generated from field: string id = 1;
418
+ */
419
+ id: string;
420
+ /**
421
+ * @generated from field: string organization_id = 2;
422
+ */
423
+ organizationId: string;
424
+ /**
425
+ * @generated from field: string contact_id = 3;
426
+ */
427
+ contactId: string;
428
+ /**
429
+ * @generated from field: string name = 4;
430
+ */
431
+ name: string;
432
+ /**
433
+ * @generated from field: string status = 5;
434
+ */
435
+ status: string;
436
+ /**
437
+ * @generated from field: int32 current_step = 6;
438
+ */
439
+ currentStep: number;
440
+ /**
441
+ * @generated from field: int64 version = 7;
442
+ */
443
+ version: bigint;
444
+ /**
445
+ * @generated from field: google.protobuf.Timestamp created_at = 8;
446
+ */
447
+ createdAt?: Timestamp | undefined;
448
+ /**
449
+ * @generated from field: google.protobuf.Timestamp updated_at = 9;
450
+ */
451
+ updatedAt?: Timestamp | undefined;
452
+ };
453
+ /**
454
+ * Describes the message pipeline.v1.Sequence.
455
+ * Use `create(SequenceSchema)` to create a new message.
456
+ */
457
+ export declare const SequenceSchema: GenMessage<Sequence>;
458
+ /**
459
+ * @generated from message pipeline.v1.SequenceStep
460
+ */
461
+ export type SequenceStep = Message<"pipeline.v1.SequenceStep"> & {
462
+ /**
463
+ * @generated from field: string id = 1;
464
+ */
465
+ id: string;
466
+ /**
467
+ * @generated from field: string organization_id = 2;
468
+ */
469
+ organizationId: string;
470
+ /**
471
+ * @generated from field: string sequence_id = 3;
472
+ */
473
+ sequenceId: string;
474
+ /**
475
+ * @generated from field: int32 step_order = 4;
476
+ */
477
+ stepOrder: number;
478
+ /**
479
+ * @generated from field: string channel = 5;
480
+ */
481
+ channel: string;
482
+ /**
483
+ * @generated from field: int32 delay_days = 6;
484
+ */
485
+ delayDays: number;
486
+ /**
487
+ * @generated from field: string subject = 7;
488
+ */
489
+ subject: string;
490
+ /**
491
+ * @generated from field: string body = 8;
492
+ */
493
+ body: string;
494
+ /**
495
+ * @generated from field: string status = 9;
496
+ */
497
+ status: string;
498
+ /**
499
+ * @generated from field: google.protobuf.Timestamp scheduled_at = 10;
500
+ */
501
+ scheduledAt?: Timestamp | undefined;
502
+ /**
503
+ * @generated from field: google.protobuf.Timestamp executed_at = 11;
504
+ */
505
+ executedAt?: Timestamp | undefined;
506
+ /**
507
+ * @generated from field: string outcome = 12;
508
+ */
509
+ outcome: string;
510
+ /**
511
+ * @generated from field: string metadata_json = 13;
512
+ */
513
+ metadataJson: string;
514
+ /**
515
+ * @generated from field: google.protobuf.Timestamp created_at = 14;
516
+ */
517
+ createdAt?: Timestamp | undefined;
518
+ /**
519
+ * @generated from field: google.protobuf.Timestamp updated_at = 15;
520
+ */
521
+ updatedAt?: Timestamp | undefined;
522
+ };
523
+ /**
524
+ * Describes the message pipeline.v1.SequenceStep.
525
+ * Use `create(SequenceStepSchema)` to create a new message.
526
+ */
527
+ export declare const SequenceStepSchema: GenMessage<SequenceStep>;
528
+ /**
529
+ * @generated from message pipeline.v1.ExternalRef
530
+ */
531
+ export type ExternalRef = Message<"pipeline.v1.ExternalRef"> & {
532
+ /**
533
+ * @generated from field: string id = 1;
534
+ */
535
+ id: string;
536
+ /**
537
+ * @generated from field: string organization_id = 2;
538
+ */
539
+ organizationId: string;
540
+ /**
541
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 3;
542
+ */
543
+ owner?: CRMResourceRef | undefined;
544
+ /**
545
+ * @generated from field: string provider_id = 4;
546
+ */
547
+ providerId: string;
548
+ /**
549
+ * @generated from field: string connection_id = 5;
550
+ */
551
+ connectionId: string;
552
+ /**
553
+ * @generated from field: string external_id = 6;
554
+ */
555
+ externalId: string;
556
+ /**
557
+ * @generated from field: string external_type = 7;
558
+ */
559
+ externalType: string;
560
+ /**
561
+ * @generated from field: string external_url = 8;
562
+ */
563
+ externalUrl: string;
564
+ /**
565
+ * @generated from field: bool source_of_truth = 9;
566
+ */
567
+ sourceOfTruth: boolean;
568
+ /**
569
+ * @generated from field: google.protobuf.Timestamp last_seen_at = 10;
570
+ */
571
+ lastSeenAt?: Timestamp | undefined;
572
+ /**
573
+ * @generated from field: string metadata_json = 11;
574
+ */
575
+ metadataJson: string;
576
+ /**
577
+ * @generated from field: int64 version = 12;
578
+ */
579
+ version: bigint;
580
+ /**
581
+ * @generated from field: google.protobuf.Timestamp created_at = 13;
582
+ */
583
+ createdAt?: Timestamp | undefined;
584
+ /**
585
+ * @generated from field: google.protobuf.Timestamp updated_at = 14;
586
+ */
587
+ updatedAt?: Timestamp | undefined;
588
+ };
589
+ /**
590
+ * Describes the message pipeline.v1.ExternalRef.
591
+ * Use `create(ExternalRefSchema)` to create a new message.
592
+ */
593
+ export declare const ExternalRefSchema: GenMessage<ExternalRef>;
594
+ /**
595
+ * @generated from message pipeline.v1.FieldProvenance
596
+ */
597
+ export type FieldProvenance = Message<"pipeline.v1.FieldProvenance"> & {
598
+ /**
599
+ * @generated from field: string id = 1;
600
+ */
601
+ id: string;
602
+ /**
603
+ * @generated from field: string organization_id = 2;
604
+ */
605
+ organizationId: string;
606
+ /**
607
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 3;
608
+ */
609
+ owner?: CRMResourceRef | undefined;
610
+ /**
611
+ * @generated from field: string field_path = 4;
612
+ */
613
+ fieldPath: string;
614
+ /**
615
+ * @generated from field: string value_hash = 5;
616
+ */
617
+ valueHash: string;
618
+ /**
619
+ * @generated from field: string source_type = 6;
620
+ */
621
+ sourceType: string;
622
+ /**
623
+ * @generated from field: string source_id = 7;
624
+ */
625
+ sourceId: string;
626
+ /**
627
+ * @generated from field: int32 confidence = 8;
628
+ */
629
+ confidence: number;
630
+ /**
631
+ * @generated from field: string evidence_ref = 9;
632
+ */
633
+ evidenceRef: string;
634
+ /**
635
+ * @generated from field: google.protobuf.Timestamp observed_at = 10;
636
+ */
637
+ observedAt?: Timestamp | undefined;
638
+ /**
639
+ * @generated from field: string metadata_json = 11;
640
+ */
641
+ metadataJson: string;
642
+ /**
643
+ * @generated from field: int64 version = 12;
644
+ */
645
+ version: bigint;
646
+ /**
647
+ * @generated from field: google.protobuf.Timestamp created_at = 13;
648
+ */
649
+ createdAt?: Timestamp | undefined;
650
+ /**
651
+ * @generated from field: google.protobuf.Timestamp updated_at = 14;
652
+ */
653
+ updatedAt?: Timestamp | undefined;
654
+ };
655
+ /**
656
+ * Describes the message pipeline.v1.FieldProvenance.
657
+ * Use `create(FieldProvenanceSchema)` to create a new message.
658
+ */
659
+ export declare const FieldProvenanceSchema: GenMessage<FieldProvenance>;
660
+ /**
661
+ * @generated from message pipeline.v1.CRMTask
662
+ */
663
+ export type CRMTask = Message<"pipeline.v1.CRMTask"> & {
664
+ /**
665
+ * @generated from field: string id = 1;
666
+ */
667
+ id: string;
668
+ /**
669
+ * @generated from field: string organization_id = 2;
670
+ */
671
+ organizationId: string;
672
+ /**
673
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 3;
674
+ */
675
+ owner?: CRMResourceRef | undefined;
676
+ /**
677
+ * @generated from field: string title = 4;
678
+ */
679
+ title: string;
680
+ /**
681
+ * @generated from field: pipeline.v1.TaskStatus status = 5;
682
+ */
683
+ status: TaskStatus;
684
+ /**
685
+ * @generated from field: string priority = 6;
686
+ */
687
+ priority: string;
688
+ /**
689
+ * @generated from field: google.protobuf.Timestamp due_at = 7;
690
+ */
691
+ dueAt?: Timestamp | undefined;
692
+ /**
693
+ * @generated from field: string assigned_to = 8;
694
+ */
695
+ assignedTo: string;
696
+ /**
697
+ * @generated from field: string source = 9;
698
+ */
699
+ source: string;
700
+ /**
701
+ * @generated from field: string metadata_json = 10;
702
+ */
703
+ metadataJson: string;
704
+ /**
705
+ * @generated from field: int64 version = 11;
706
+ */
707
+ version: bigint;
708
+ /**
709
+ * @generated from field: google.protobuf.Timestamp created_at = 12;
710
+ */
711
+ createdAt?: Timestamp | undefined;
712
+ /**
713
+ * @generated from field: google.protobuf.Timestamp updated_at = 13;
714
+ */
715
+ updatedAt?: Timestamp | undefined;
716
+ };
717
+ /**
718
+ * Describes the message pipeline.v1.CRMTask.
719
+ * Use `create(CRMTaskSchema)` to create a new message.
720
+ */
721
+ export declare const CRMTaskSchema: GenMessage<CRMTask>;
722
+ /**
723
+ * @generated from message pipeline.v1.CRMMeeting
724
+ */
725
+ export type CRMMeeting = Message<"pipeline.v1.CRMMeeting"> & {
726
+ /**
727
+ * @generated from field: string id = 1;
728
+ */
729
+ id: string;
730
+ /**
731
+ * @generated from field: string organization_id = 2;
732
+ */
733
+ organizationId: string;
734
+ /**
735
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 3;
736
+ */
737
+ owner?: CRMResourceRef | undefined;
738
+ /**
739
+ * @generated from field: string title = 4;
740
+ */
741
+ title: string;
742
+ /**
743
+ * @generated from field: string channel = 5;
744
+ */
745
+ channel: string;
746
+ /**
747
+ * @generated from field: string external_ref = 6;
748
+ */
749
+ externalRef: string;
750
+ /**
751
+ * @generated from field: google.protobuf.Timestamp starts_at = 7;
752
+ */
753
+ startsAt?: Timestamp | undefined;
754
+ /**
755
+ * @generated from field: google.protobuf.Timestamp ends_at = 8;
756
+ */
757
+ endsAt?: Timestamp | undefined;
758
+ /**
759
+ * @generated from field: string outcome = 9;
760
+ */
761
+ outcome: string;
762
+ /**
763
+ * @generated from field: string notes = 10;
764
+ */
765
+ notes: string;
766
+ /**
767
+ * @generated from field: string metadata_json = 11;
768
+ */
769
+ metadataJson: string;
770
+ /**
771
+ * @generated from field: int64 version = 12;
772
+ */
773
+ version: bigint;
774
+ /**
775
+ * @generated from field: google.protobuf.Timestamp created_at = 13;
776
+ */
777
+ createdAt?: Timestamp | undefined;
778
+ /**
779
+ * @generated from field: google.protobuf.Timestamp updated_at = 14;
780
+ */
781
+ updatedAt?: Timestamp | undefined;
782
+ };
783
+ /**
784
+ * Describes the message pipeline.v1.CRMMeeting.
785
+ * Use `create(CRMMeetingSchema)` to create a new message.
786
+ */
787
+ export declare const CRMMeetingSchema: GenMessage<CRMMeeting>;
788
+ /**
789
+ * @generated from message pipeline.v1.Stakeholder
790
+ */
791
+ export type Stakeholder = Message<"pipeline.v1.Stakeholder"> & {
792
+ /**
793
+ * @generated from field: string id = 1;
794
+ */
795
+ id: string;
796
+ /**
797
+ * @generated from field: string organization_id = 2;
798
+ */
799
+ organizationId: string;
800
+ /**
801
+ * @generated from field: string company_id = 3;
802
+ */
803
+ companyId: string;
804
+ /**
805
+ * @generated from field: string contact_id = 4;
806
+ */
807
+ contactId: string;
808
+ /**
809
+ * @generated from field: string deal_id = 5;
810
+ */
811
+ dealId: string;
812
+ /**
813
+ * @generated from field: string role = 6;
814
+ */
815
+ role: string;
816
+ /**
817
+ * @generated from field: string influence = 7;
818
+ */
819
+ influence: string;
820
+ /**
821
+ * @generated from field: string sentiment = 8;
822
+ */
823
+ sentiment: string;
824
+ /**
825
+ * @generated from field: int32 relationship_strength = 9;
826
+ */
827
+ relationshipStrength: number;
828
+ /**
829
+ * @generated from field: string notes = 10;
830
+ */
831
+ notes: string;
832
+ /**
833
+ * @generated from field: int64 version = 11;
834
+ */
835
+ version: bigint;
836
+ /**
837
+ * @generated from field: google.protobuf.Timestamp created_at = 12;
838
+ */
839
+ createdAt?: Timestamp | undefined;
840
+ /**
841
+ * @generated from field: google.protobuf.Timestamp updated_at = 13;
842
+ */
843
+ updatedAt?: Timestamp | undefined;
844
+ };
845
+ /**
846
+ * Describes the message pipeline.v1.Stakeholder.
847
+ * Use `create(StakeholderSchema)` to create a new message.
848
+ */
849
+ export declare const StakeholderSchema: GenMessage<Stakeholder>;
850
+ /**
851
+ * @generated from message pipeline.v1.DeploymentEngagement
852
+ */
853
+ export type DeploymentEngagement = Message<"pipeline.v1.DeploymentEngagement"> & {
854
+ /**
855
+ * @generated from field: string id = 1;
856
+ */
857
+ id: string;
858
+ /**
859
+ * @generated from field: string organization_id = 2;
860
+ */
861
+ organizationId: string;
862
+ /**
863
+ * @generated from field: string company_id = 3;
864
+ */
865
+ companyId: string;
866
+ /**
867
+ * @generated from field: string deal_id = 4;
868
+ */
869
+ dealId: string;
870
+ /**
871
+ * @generated from field: string name = 5;
872
+ */
873
+ name: string;
874
+ /**
875
+ * @generated from field: pipeline.v1.DeploymentEngagementStatus status = 6;
876
+ */
877
+ status: DeploymentEngagementStatus;
878
+ /**
879
+ * @generated from field: string environment = 7;
880
+ */
881
+ environment: string;
882
+ /**
883
+ * @generated from field: string owner_id = 8;
884
+ */
885
+ ownerId: string;
886
+ /**
887
+ * @generated from field: string target_go_live = 9;
888
+ */
889
+ targetGoLive: string;
890
+ /**
891
+ * @generated from field: string success_criteria_json = 10;
892
+ */
893
+ successCriteriaJson: string;
894
+ /**
895
+ * @generated from field: string risks_json = 11;
896
+ */
897
+ risksJson: string;
898
+ /**
899
+ * @generated from field: string metadata_json = 12;
900
+ */
901
+ metadataJson: string;
902
+ /**
903
+ * @generated from field: int64 version = 13;
904
+ */
905
+ version: bigint;
906
+ /**
907
+ * @generated from field: google.protobuf.Timestamp created_at = 14;
908
+ */
909
+ createdAt?: Timestamp | undefined;
910
+ /**
911
+ * @generated from field: google.protobuf.Timestamp updated_at = 15;
912
+ */
913
+ updatedAt?: Timestamp | undefined;
914
+ };
915
+ /**
916
+ * Describes the message pipeline.v1.DeploymentEngagement.
917
+ * Use `create(DeploymentEngagementSchema)` to create a new message.
918
+ */
919
+ export declare const DeploymentEngagementSchema: GenMessage<DeploymentEngagement>;
920
+ /**
921
+ * @generated from message pipeline.v1.CRMEvalScenario
922
+ */
923
+ export type CRMEvalScenario = Message<"pipeline.v1.CRMEvalScenario"> & {
924
+ /**
925
+ * @generated from field: string id = 1;
926
+ */
927
+ id: string;
928
+ /**
929
+ * @generated from field: string organization_id = 2;
930
+ */
931
+ organizationId: string;
932
+ /**
933
+ * @generated from field: string name = 3;
934
+ */
935
+ name: string;
936
+ /**
937
+ * @generated from field: string task_type = 4;
938
+ */
939
+ taskType: string;
940
+ /**
941
+ * @generated from field: string prompt = 5;
942
+ */
943
+ prompt: string;
944
+ /**
945
+ * @generated from field: string seed_data_json = 6;
946
+ */
947
+ seedDataJson: string;
948
+ /**
949
+ * @generated from field: string expected_outcome_json = 7;
950
+ */
951
+ expectedOutcomeJson: string;
952
+ /**
953
+ * @generated from field: repeated string tags = 8;
954
+ */
955
+ tags: string[];
956
+ /**
957
+ * @generated from field: int64 version = 9;
958
+ */
959
+ version: bigint;
960
+ /**
961
+ * @generated from field: google.protobuf.Timestamp created_at = 10;
962
+ */
963
+ createdAt?: Timestamp | undefined;
964
+ /**
965
+ * @generated from field: google.protobuf.Timestamp updated_at = 11;
966
+ */
967
+ updatedAt?: Timestamp | undefined;
968
+ };
969
+ /**
970
+ * Describes the message pipeline.v1.CRMEvalScenario.
971
+ * Use `create(CRMEvalScenarioSchema)` to create a new message.
972
+ */
973
+ export declare const CRMEvalScenarioSchema: GenMessage<CRMEvalScenario>;
974
+ /**
975
+ * @generated from message pipeline.v1.CreateCompanyRequest
976
+ */
977
+ export type CreateCompanyRequest = Message<"pipeline.v1.CreateCompanyRequest"> & {
978
+ /**
979
+ * @generated from field: string organization_id = 1;
980
+ */
981
+ organizationId: string;
982
+ /**
983
+ * @generated from field: string name = 2;
984
+ */
985
+ name: string;
986
+ /**
987
+ * @generated from field: string domain = 3;
988
+ */
989
+ domain: string;
990
+ /**
991
+ * @generated from field: string industry = 4;
992
+ */
993
+ industry: string;
994
+ /**
995
+ * @generated from field: int32 employee_count = 5;
996
+ */
997
+ employeeCount: number;
998
+ /**
999
+ * @generated from field: int64 annual_revenue = 6;
1000
+ */
1001
+ annualRevenue: bigint;
1002
+ /**
1003
+ * @generated from field: string location = 7;
1004
+ */
1005
+ location: string;
1006
+ /**
1007
+ * @generated from field: string description = 8;
1008
+ */
1009
+ description: string;
1010
+ /**
1011
+ * @generated from field: int32 icp_score = 9;
1012
+ */
1013
+ icpScore: number;
1014
+ /**
1015
+ * @generated from field: repeated string tags = 10;
1016
+ */
1017
+ tags: string[];
1018
+ /**
1019
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
1020
+ */
1021
+ mutation?: MutationMetadata | undefined;
1022
+ };
1023
+ /**
1024
+ * Describes the message pipeline.v1.CreateCompanyRequest.
1025
+ * Use `create(CreateCompanyRequestSchema)` to create a new message.
1026
+ */
1027
+ export declare const CreateCompanyRequestSchema: GenMessage<CreateCompanyRequest>;
1028
+ /**
1029
+ * @generated from message pipeline.v1.CreateCompanyResponse
1030
+ */
1031
+ export type CreateCompanyResponse = Message<"pipeline.v1.CreateCompanyResponse"> & {
1032
+ /**
1033
+ * @generated from field: pipeline.v1.Company company = 1;
1034
+ */
1035
+ company?: Company | undefined;
1036
+ /**
1037
+ * @generated from field: int64 change_seq = 2;
1038
+ */
1039
+ changeSeq: bigint;
1040
+ };
1041
+ /**
1042
+ * Describes the message pipeline.v1.CreateCompanyResponse.
1043
+ * Use `create(CreateCompanyResponseSchema)` to create a new message.
1044
+ */
1045
+ export declare const CreateCompanyResponseSchema: GenMessage<CreateCompanyResponse>;
1046
+ /**
1047
+ * @generated from message pipeline.v1.GetCompanyRequest
1048
+ */
1049
+ export type GetCompanyRequest = Message<"pipeline.v1.GetCompanyRequest"> & {
1050
+ /**
1051
+ * @generated from field: string organization_id = 1;
1052
+ */
1053
+ organizationId: string;
1054
+ /**
1055
+ * @generated from field: string company_id = 2;
1056
+ */
1057
+ companyId: string;
1058
+ /**
1059
+ * @generated from field: bool include_enrichment = 3;
1060
+ */
1061
+ includeEnrichment: boolean;
1062
+ /**
1063
+ * @generated from field: bool include_cross_system = 4;
1064
+ */
1065
+ includeCrossSystem: boolean;
1066
+ };
1067
+ /**
1068
+ * Describes the message pipeline.v1.GetCompanyRequest.
1069
+ * Use `create(GetCompanyRequestSchema)` to create a new message.
1070
+ */
1071
+ export declare const GetCompanyRequestSchema: GenMessage<GetCompanyRequest>;
1072
+ /**
1073
+ * @generated from message pipeline.v1.GetCompanyResponse
1074
+ */
1075
+ export type GetCompanyResponse = Message<"pipeline.v1.GetCompanyResponse"> & {
1076
+ /**
1077
+ * @generated from field: pipeline.v1.Company company = 1;
1078
+ */
1079
+ company?: Company | undefined;
1080
+ };
1081
+ /**
1082
+ * Describes the message pipeline.v1.GetCompanyResponse.
1083
+ * Use `create(GetCompanyResponseSchema)` to create a new message.
1084
+ */
1085
+ export declare const GetCompanyResponseSchema: GenMessage<GetCompanyResponse>;
1086
+ /**
1087
+ * @generated from message pipeline.v1.ListCompaniesRequest
1088
+ */
1089
+ export type ListCompaniesRequest = Message<"pipeline.v1.ListCompaniesRequest"> & {
1090
+ /**
1091
+ * @generated from field: string organization_id = 1;
1092
+ */
1093
+ organizationId: string;
1094
+ /**
1095
+ * @generated from field: string name = 2;
1096
+ */
1097
+ name: string;
1098
+ /**
1099
+ * @generated from field: string industry = 3;
1100
+ */
1101
+ industry: string;
1102
+ /**
1103
+ * @generated from field: string domain = 4;
1104
+ */
1105
+ domain: string;
1106
+ /**
1107
+ * @generated from field: int32 limit = 5;
1108
+ */
1109
+ limit: number;
1110
+ /**
1111
+ * @generated from field: int32 offset = 6;
1112
+ */
1113
+ offset: number;
1114
+ };
1115
+ /**
1116
+ * Describes the message pipeline.v1.ListCompaniesRequest.
1117
+ * Use `create(ListCompaniesRequestSchema)` to create a new message.
1118
+ */
1119
+ export declare const ListCompaniesRequestSchema: GenMessage<ListCompaniesRequest>;
1120
+ /**
1121
+ * @generated from message pipeline.v1.ListCompaniesResponse
1122
+ */
1123
+ export type ListCompaniesResponse = Message<"pipeline.v1.ListCompaniesResponse"> & {
1124
+ /**
1125
+ * @generated from field: repeated pipeline.v1.Company companies = 1;
1126
+ */
1127
+ companies: Company[];
1128
+ };
1129
+ /**
1130
+ * Describes the message pipeline.v1.ListCompaniesResponse.
1131
+ * Use `create(ListCompaniesResponseSchema)` to create a new message.
1132
+ */
1133
+ export declare const ListCompaniesResponseSchema: GenMessage<ListCompaniesResponse>;
1134
+ /**
1135
+ * @generated from message pipeline.v1.UpdateCompanyRequest
1136
+ */
1137
+ export type UpdateCompanyRequest = Message<"pipeline.v1.UpdateCompanyRequest"> & {
1138
+ /**
1139
+ * @generated from field: string organization_id = 1;
1140
+ */
1141
+ organizationId: string;
1142
+ /**
1143
+ * @generated from field: string company_id = 2;
1144
+ */
1145
+ companyId: string;
1146
+ /**
1147
+ * @generated from field: string name = 3;
1148
+ */
1149
+ name: string;
1150
+ /**
1151
+ * @generated from field: string domain = 4;
1152
+ */
1153
+ domain: string;
1154
+ /**
1155
+ * @generated from field: string industry = 5;
1156
+ */
1157
+ industry: string;
1158
+ /**
1159
+ * @generated from field: int32 employee_count = 6;
1160
+ */
1161
+ employeeCount: number;
1162
+ /**
1163
+ * @generated from field: int64 annual_revenue = 7;
1164
+ */
1165
+ annualRevenue: bigint;
1166
+ /**
1167
+ * @generated from field: string location = 8;
1168
+ */
1169
+ location: string;
1170
+ /**
1171
+ * @generated from field: string description = 9;
1172
+ */
1173
+ description: string;
1174
+ /**
1175
+ * @generated from field: int32 icp_score = 10;
1176
+ */
1177
+ icpScore: number;
1178
+ /**
1179
+ * @generated from field: repeated string tags = 11;
1180
+ */
1181
+ tags: string[];
1182
+ /**
1183
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 12;
1184
+ */
1185
+ mutation?: MutationMetadata | undefined;
1186
+ };
1187
+ /**
1188
+ * Describes the message pipeline.v1.UpdateCompanyRequest.
1189
+ * Use `create(UpdateCompanyRequestSchema)` to create a new message.
1190
+ */
1191
+ export declare const UpdateCompanyRequestSchema: GenMessage<UpdateCompanyRequest>;
1192
+ /**
1193
+ * @generated from message pipeline.v1.UpdateCompanyResponse
1194
+ */
1195
+ export type UpdateCompanyResponse = Message<"pipeline.v1.UpdateCompanyResponse"> & {
1196
+ /**
1197
+ * @generated from field: pipeline.v1.Company company = 1;
1198
+ */
1199
+ company?: Company | undefined;
1200
+ /**
1201
+ * @generated from field: int64 change_seq = 2;
1202
+ */
1203
+ changeSeq: bigint;
1204
+ };
1205
+ /**
1206
+ * Describes the message pipeline.v1.UpdateCompanyResponse.
1207
+ * Use `create(UpdateCompanyResponseSchema)` to create a new message.
1208
+ */
1209
+ export declare const UpdateCompanyResponseSchema: GenMessage<UpdateCompanyResponse>;
1210
+ /**
1211
+ * @generated from message pipeline.v1.CreateContactRequest
1212
+ */
1213
+ export type CreateContactRequest = Message<"pipeline.v1.CreateContactRequest"> & {
1214
+ /**
1215
+ * @generated from field: string organization_id = 1;
1216
+ */
1217
+ organizationId: string;
1218
+ /**
1219
+ * @generated from field: string company_id = 2;
1220
+ */
1221
+ companyId: string;
1222
+ /**
1223
+ * @generated from field: string given_name = 3;
1224
+ */
1225
+ givenName: string;
1226
+ /**
1227
+ * @generated from field: string family_name = 4;
1228
+ */
1229
+ familyName: string;
1230
+ /**
1231
+ * @generated from field: string email = 5;
1232
+ */
1233
+ email: string;
1234
+ /**
1235
+ * @generated from field: string phone = 6;
1236
+ */
1237
+ phone: string;
1238
+ /**
1239
+ * @generated from field: string linkedin_url = 7;
1240
+ */
1241
+ linkedinUrl: string;
1242
+ /**
1243
+ * @generated from field: string title = 8;
1244
+ */
1245
+ title: string;
1246
+ /**
1247
+ * @generated from field: string seniority = 9;
1248
+ */
1249
+ seniority: string;
1250
+ /**
1251
+ * @generated from field: string department = 10;
1252
+ */
1253
+ department: string;
1254
+ /**
1255
+ * @generated from field: string location = 11;
1256
+ */
1257
+ location: string;
1258
+ /**
1259
+ * @generated from field: string source = 12;
1260
+ */
1261
+ source: string;
1262
+ /**
1263
+ * @generated from field: string stage = 13;
1264
+ */
1265
+ stage: string;
1266
+ /**
1267
+ * @generated from field: string owner_id = 14;
1268
+ */
1269
+ ownerId: string;
1270
+ /**
1271
+ * @generated from field: repeated string tags = 15;
1272
+ */
1273
+ tags: string[];
1274
+ /**
1275
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 16;
1276
+ */
1277
+ mutation?: MutationMetadata | undefined;
1278
+ };
1279
+ /**
1280
+ * Describes the message pipeline.v1.CreateContactRequest.
1281
+ * Use `create(CreateContactRequestSchema)` to create a new message.
1282
+ */
1283
+ export declare const CreateContactRequestSchema: GenMessage<CreateContactRequest>;
1284
+ /**
1285
+ * @generated from message pipeline.v1.CreateContactResponse
1286
+ */
1287
+ export type CreateContactResponse = Message<"pipeline.v1.CreateContactResponse"> & {
1288
+ /**
1289
+ * @generated from field: pipeline.v1.Contact contact = 1;
1290
+ */
1291
+ contact?: Contact | undefined;
1292
+ /**
1293
+ * @generated from field: int64 change_seq = 2;
1294
+ */
1295
+ changeSeq: bigint;
1296
+ };
1297
+ /**
1298
+ * Describes the message pipeline.v1.CreateContactResponse.
1299
+ * Use `create(CreateContactResponseSchema)` to create a new message.
1300
+ */
1301
+ export declare const CreateContactResponseSchema: GenMessage<CreateContactResponse>;
1302
+ /**
1303
+ * @generated from message pipeline.v1.GetContactRequest
1304
+ */
1305
+ export type GetContactRequest = Message<"pipeline.v1.GetContactRequest"> & {
1306
+ /**
1307
+ * @generated from field: string organization_id = 1;
1308
+ */
1309
+ organizationId: string;
1310
+ /**
1311
+ * @generated from field: string contact_id = 2;
1312
+ */
1313
+ contactId: string;
1314
+ /**
1315
+ * @generated from field: bool include_enrichment = 3;
1316
+ */
1317
+ includeEnrichment: boolean;
1318
+ /**
1319
+ * @generated from field: bool include_cross_system = 4;
1320
+ */
1321
+ includeCrossSystem: boolean;
1322
+ /**
1323
+ * @generated from field: bool include_internal_context = 5;
1324
+ */
1325
+ includeInternalContext: boolean;
1326
+ };
1327
+ /**
1328
+ * Describes the message pipeline.v1.GetContactRequest.
1329
+ * Use `create(GetContactRequestSchema)` to create a new message.
1330
+ */
1331
+ export declare const GetContactRequestSchema: GenMessage<GetContactRequest>;
1332
+ /**
1333
+ * @generated from message pipeline.v1.GetContactResponse
1334
+ */
1335
+ export type GetContactResponse = Message<"pipeline.v1.GetContactResponse"> & {
1336
+ /**
1337
+ * @generated from field: pipeline.v1.Contact contact = 1;
1338
+ */
1339
+ contact?: Contact | undefined;
1340
+ };
1341
+ /**
1342
+ * Describes the message pipeline.v1.GetContactResponse.
1343
+ * Use `create(GetContactResponseSchema)` to create a new message.
1344
+ */
1345
+ export declare const GetContactResponseSchema: GenMessage<GetContactResponse>;
1346
+ /**
1347
+ * @generated from message pipeline.v1.ListContactsRequest
1348
+ */
1349
+ export type ListContactsRequest = Message<"pipeline.v1.ListContactsRequest"> & {
1350
+ /**
1351
+ * @generated from field: string organization_id = 1;
1352
+ */
1353
+ organizationId: string;
1354
+ /**
1355
+ * @generated from field: string stage = 2;
1356
+ */
1357
+ stage: string;
1358
+ /**
1359
+ * @generated from field: string email = 3;
1360
+ */
1361
+ email: string;
1362
+ /**
1363
+ * @generated from field: string name = 4;
1364
+ */
1365
+ name: string;
1366
+ /**
1367
+ * @generated from field: string company_id = 5;
1368
+ */
1369
+ companyId: string;
1370
+ /**
1371
+ * @generated from field: int32 limit = 6;
1372
+ */
1373
+ limit: number;
1374
+ /**
1375
+ * @generated from field: int32 offset = 7;
1376
+ */
1377
+ offset: number;
1378
+ };
1379
+ /**
1380
+ * Describes the message pipeline.v1.ListContactsRequest.
1381
+ * Use `create(ListContactsRequestSchema)` to create a new message.
1382
+ */
1383
+ export declare const ListContactsRequestSchema: GenMessage<ListContactsRequest>;
1384
+ /**
1385
+ * @generated from message pipeline.v1.ListContactsResponse
1386
+ */
1387
+ export type ListContactsResponse = Message<"pipeline.v1.ListContactsResponse"> & {
1388
+ /**
1389
+ * @generated from field: repeated pipeline.v1.Contact contacts = 1;
1390
+ */
1391
+ contacts: Contact[];
1392
+ };
1393
+ /**
1394
+ * Describes the message pipeline.v1.ListContactsResponse.
1395
+ * Use `create(ListContactsResponseSchema)` to create a new message.
1396
+ */
1397
+ export declare const ListContactsResponseSchema: GenMessage<ListContactsResponse>;
1398
+ /**
1399
+ * @generated from message pipeline.v1.UpdateContactRequest
1400
+ */
1401
+ export type UpdateContactRequest = Message<"pipeline.v1.UpdateContactRequest"> & {
1402
+ /**
1403
+ * @generated from field: string organization_id = 1;
1404
+ */
1405
+ organizationId: string;
1406
+ /**
1407
+ * @generated from field: string contact_id = 2;
1408
+ */
1409
+ contactId: string;
1410
+ /**
1411
+ * @generated from field: string company_id = 3;
1412
+ */
1413
+ companyId: string;
1414
+ /**
1415
+ * @generated from field: string given_name = 4;
1416
+ */
1417
+ givenName: string;
1418
+ /**
1419
+ * @generated from field: string family_name = 5;
1420
+ */
1421
+ familyName: string;
1422
+ /**
1423
+ * @generated from field: string email = 6;
1424
+ */
1425
+ email: string;
1426
+ /**
1427
+ * @generated from field: string phone = 7;
1428
+ */
1429
+ phone: string;
1430
+ /**
1431
+ * @generated from field: string linkedin_url = 8;
1432
+ */
1433
+ linkedinUrl: string;
1434
+ /**
1435
+ * @generated from field: string title = 9;
1436
+ */
1437
+ title: string;
1438
+ /**
1439
+ * @generated from field: string seniority = 10;
1440
+ */
1441
+ seniority: string;
1442
+ /**
1443
+ * @generated from field: string department = 11;
1444
+ */
1445
+ department: string;
1446
+ /**
1447
+ * @generated from field: string location = 12;
1448
+ */
1449
+ location: string;
1450
+ /**
1451
+ * @generated from field: string stage = 13;
1452
+ */
1453
+ stage: string;
1454
+ /**
1455
+ * @generated from field: string owner_id = 14;
1456
+ */
1457
+ ownerId: string;
1458
+ /**
1459
+ * @generated from field: repeated string tags = 15;
1460
+ */
1461
+ tags: string[];
1462
+ /**
1463
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 16;
1464
+ */
1465
+ mutation?: MutationMetadata | undefined;
1466
+ };
1467
+ /**
1468
+ * Describes the message pipeline.v1.UpdateContactRequest.
1469
+ * Use `create(UpdateContactRequestSchema)` to create a new message.
1470
+ */
1471
+ export declare const UpdateContactRequestSchema: GenMessage<UpdateContactRequest>;
1472
+ /**
1473
+ * @generated from message pipeline.v1.UpdateContactResponse
1474
+ */
1475
+ export type UpdateContactResponse = Message<"pipeline.v1.UpdateContactResponse"> & {
1476
+ /**
1477
+ * @generated from field: pipeline.v1.Contact contact = 1;
1478
+ */
1479
+ contact?: Contact | undefined;
1480
+ /**
1481
+ * @generated from field: int64 change_seq = 2;
1482
+ */
1483
+ changeSeq: bigint;
1484
+ };
1485
+ /**
1486
+ * Describes the message pipeline.v1.UpdateContactResponse.
1487
+ * Use `create(UpdateContactResponseSchema)` to create a new message.
1488
+ */
1489
+ export declare const UpdateContactResponseSchema: GenMessage<UpdateContactResponse>;
1490
+ /**
1491
+ * @generated from message pipeline.v1.CreateDealRequest
1492
+ */
1493
+ export type CreateDealRequest = Message<"pipeline.v1.CreateDealRequest"> & {
1494
+ /**
1495
+ * @generated from field: string organization_id = 1;
1496
+ */
1497
+ organizationId: string;
1498
+ /**
1499
+ * @generated from field: string contact_id = 2;
1500
+ */
1501
+ contactId: string;
1502
+ /**
1503
+ * @generated from field: string company_id = 3;
1504
+ */
1505
+ companyId: string;
1506
+ /**
1507
+ * @generated from field: string title = 4;
1508
+ */
1509
+ title: string;
1510
+ /**
1511
+ * @generated from field: pipeline.v1.DealStage stage = 5;
1512
+ */
1513
+ stage: DealStage;
1514
+ /**
1515
+ * @generated from field: int64 value = 6;
1516
+ */
1517
+ value: bigint;
1518
+ /**
1519
+ * @generated from field: string currency = 7;
1520
+ */
1521
+ currency: string;
1522
+ /**
1523
+ * @generated from field: int32 probability = 8;
1524
+ */
1525
+ probability: number;
1526
+ /**
1527
+ * @generated from field: string expected_close = 9;
1528
+ */
1529
+ expectedClose: string;
1530
+ /**
1531
+ * @generated from field: string owner_id = 10;
1532
+ */
1533
+ ownerId: string;
1534
+ /**
1535
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
1536
+ */
1537
+ mutation?: MutationMetadata | undefined;
1538
+ };
1539
+ /**
1540
+ * Describes the message pipeline.v1.CreateDealRequest.
1541
+ * Use `create(CreateDealRequestSchema)` to create a new message.
1542
+ */
1543
+ export declare const CreateDealRequestSchema: GenMessage<CreateDealRequest>;
1544
+ /**
1545
+ * @generated from message pipeline.v1.CreateDealResponse
1546
+ */
1547
+ export type CreateDealResponse = Message<"pipeline.v1.CreateDealResponse"> & {
1548
+ /**
1549
+ * @generated from field: pipeline.v1.Deal deal = 1;
1550
+ */
1551
+ deal?: Deal | undefined;
1552
+ /**
1553
+ * @generated from field: int64 change_seq = 2;
1554
+ */
1555
+ changeSeq: bigint;
1556
+ };
1557
+ /**
1558
+ * Describes the message pipeline.v1.CreateDealResponse.
1559
+ * Use `create(CreateDealResponseSchema)` to create a new message.
1560
+ */
1561
+ export declare const CreateDealResponseSchema: GenMessage<CreateDealResponse>;
1562
+ /**
1563
+ * @generated from message pipeline.v1.GetDealRequest
1564
+ */
1565
+ export type GetDealRequest = Message<"pipeline.v1.GetDealRequest"> & {
1566
+ /**
1567
+ * @generated from field: string organization_id = 1;
1568
+ */
1569
+ organizationId: string;
1570
+ /**
1571
+ * @generated from field: string deal_id = 2;
1572
+ */
1573
+ dealId: string;
1574
+ };
1575
+ /**
1576
+ * Describes the message pipeline.v1.GetDealRequest.
1577
+ * Use `create(GetDealRequestSchema)` to create a new message.
1578
+ */
1579
+ export declare const GetDealRequestSchema: GenMessage<GetDealRequest>;
1580
+ /**
1581
+ * @generated from message pipeline.v1.GetDealResponse
1582
+ */
1583
+ export type GetDealResponse = Message<"pipeline.v1.GetDealResponse"> & {
1584
+ /**
1585
+ * @generated from field: pipeline.v1.Deal deal = 1;
1586
+ */
1587
+ deal?: Deal | undefined;
1588
+ };
1589
+ /**
1590
+ * Describes the message pipeline.v1.GetDealResponse.
1591
+ * Use `create(GetDealResponseSchema)` to create a new message.
1592
+ */
1593
+ export declare const GetDealResponseSchema: GenMessage<GetDealResponse>;
1594
+ /**
1595
+ * @generated from message pipeline.v1.ListDealsRequest
1596
+ */
1597
+ export type ListDealsRequest = Message<"pipeline.v1.ListDealsRequest"> & {
1598
+ /**
1599
+ * @generated from field: string organization_id = 1;
1600
+ */
1601
+ organizationId: string;
1602
+ /**
1603
+ * @generated from field: pipeline.v1.DealStage stage = 2;
1604
+ */
1605
+ stage: DealStage;
1606
+ /**
1607
+ * @generated from field: string contact_id = 3;
1608
+ */
1609
+ contactId: string;
1610
+ /**
1611
+ * @generated from field: string company_id = 4;
1612
+ */
1613
+ companyId: string;
1614
+ /**
1615
+ * @generated from field: int32 limit = 5;
1616
+ */
1617
+ limit: number;
1618
+ /**
1619
+ * @generated from field: int32 offset = 6;
1620
+ */
1621
+ offset: number;
1622
+ };
1623
+ /**
1624
+ * Describes the message pipeline.v1.ListDealsRequest.
1625
+ * Use `create(ListDealsRequestSchema)` to create a new message.
1626
+ */
1627
+ export declare const ListDealsRequestSchema: GenMessage<ListDealsRequest>;
1628
+ /**
1629
+ * @generated from message pipeline.v1.ListDealsResponse
1630
+ */
1631
+ export type ListDealsResponse = Message<"pipeline.v1.ListDealsResponse"> & {
1632
+ /**
1633
+ * @generated from field: repeated pipeline.v1.Deal deals = 1;
1634
+ */
1635
+ deals: Deal[];
1636
+ };
1637
+ /**
1638
+ * Describes the message pipeline.v1.ListDealsResponse.
1639
+ * Use `create(ListDealsResponseSchema)` to create a new message.
1640
+ */
1641
+ export declare const ListDealsResponseSchema: GenMessage<ListDealsResponse>;
1642
+ /**
1643
+ * @generated from message pipeline.v1.UpdateDealRequest
1644
+ */
1645
+ export type UpdateDealRequest = Message<"pipeline.v1.UpdateDealRequest"> & {
1646
+ /**
1647
+ * @generated from field: string organization_id = 1;
1648
+ */
1649
+ organizationId: string;
1650
+ /**
1651
+ * @generated from field: string deal_id = 2;
1652
+ */
1653
+ dealId: string;
1654
+ /**
1655
+ * @generated from field: string title = 3;
1656
+ */
1657
+ title: string;
1658
+ /**
1659
+ * @generated from field: pipeline.v1.DealStage stage = 4;
1660
+ */
1661
+ stage: DealStage;
1662
+ /**
1663
+ * @generated from field: int64 value = 5;
1664
+ */
1665
+ value: bigint;
1666
+ /**
1667
+ * @generated from field: string currency = 6;
1668
+ */
1669
+ currency: string;
1670
+ /**
1671
+ * @generated from field: int32 probability = 7;
1672
+ */
1673
+ probability: number;
1674
+ /**
1675
+ * @generated from field: string expected_close = 8;
1676
+ */
1677
+ expectedClose: string;
1678
+ /**
1679
+ * @generated from field: string owner_id = 9;
1680
+ */
1681
+ ownerId: string;
1682
+ /**
1683
+ * @generated from field: string lost_reason = 10;
1684
+ */
1685
+ lostReason: string;
1686
+ /**
1687
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
1688
+ */
1689
+ mutation?: MutationMetadata | undefined;
1690
+ };
1691
+ /**
1692
+ * Describes the message pipeline.v1.UpdateDealRequest.
1693
+ * Use `create(UpdateDealRequestSchema)` to create a new message.
1694
+ */
1695
+ export declare const UpdateDealRequestSchema: GenMessage<UpdateDealRequest>;
1696
+ /**
1697
+ * @generated from message pipeline.v1.UpdateDealResponse
1698
+ */
1699
+ export type UpdateDealResponse = Message<"pipeline.v1.UpdateDealResponse"> & {
1700
+ /**
1701
+ * @generated from field: pipeline.v1.Deal deal = 1;
1702
+ */
1703
+ deal?: Deal | undefined;
1704
+ /**
1705
+ * @generated from field: int64 change_seq = 2;
1706
+ */
1707
+ changeSeq: bigint;
1708
+ };
1709
+ /**
1710
+ * Describes the message pipeline.v1.UpdateDealResponse.
1711
+ * Use `create(UpdateDealResponseSchema)` to create a new message.
1712
+ */
1713
+ export declare const UpdateDealResponseSchema: GenMessage<UpdateDealResponse>;
1714
+ /**
1715
+ * @generated from message pipeline.v1.CreateSignalRequest
1716
+ */
1717
+ export type CreateSignalRequest = Message<"pipeline.v1.CreateSignalRequest"> & {
1718
+ /**
1719
+ * @generated from field: string organization_id = 1;
1720
+ */
1721
+ organizationId: string;
1722
+ /**
1723
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
1724
+ */
1725
+ owner?: CRMResourceRef | undefined;
1726
+ /**
1727
+ * @generated from field: string signal_type = 3;
1728
+ */
1729
+ signalType: string;
1730
+ /**
1731
+ * @generated from field: string source = 4;
1732
+ */
1733
+ source: string;
1734
+ /**
1735
+ * @generated from field: int32 strength = 5;
1736
+ */
1737
+ strength: number;
1738
+ /**
1739
+ * @generated from field: string data_json = 6;
1740
+ */
1741
+ dataJson: string;
1742
+ /**
1743
+ * @generated from field: google.protobuf.Timestamp expires_at = 7;
1744
+ */
1745
+ expiresAt?: Timestamp | undefined;
1746
+ /**
1747
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 8;
1748
+ */
1749
+ mutation?: MutationMetadata | undefined;
1750
+ };
1751
+ /**
1752
+ * Describes the message pipeline.v1.CreateSignalRequest.
1753
+ * Use `create(CreateSignalRequestSchema)` to create a new message.
1754
+ */
1755
+ export declare const CreateSignalRequestSchema: GenMessage<CreateSignalRequest>;
1756
+ /**
1757
+ * @generated from message pipeline.v1.CreateSignalResponse
1758
+ */
1759
+ export type CreateSignalResponse = Message<"pipeline.v1.CreateSignalResponse"> & {
1760
+ /**
1761
+ * @generated from field: pipeline.v1.Signal signal = 1;
1762
+ */
1763
+ signal?: Signal | undefined;
1764
+ /**
1765
+ * @generated from field: int64 change_seq = 2;
1766
+ */
1767
+ changeSeq: bigint;
1768
+ };
1769
+ /**
1770
+ * Describes the message pipeline.v1.CreateSignalResponse.
1771
+ * Use `create(CreateSignalResponseSchema)` to create a new message.
1772
+ */
1773
+ export declare const CreateSignalResponseSchema: GenMessage<CreateSignalResponse>;
1774
+ /**
1775
+ * @generated from message pipeline.v1.ListSignalsRequest
1776
+ */
1777
+ export type ListSignalsRequest = Message<"pipeline.v1.ListSignalsRequest"> & {
1778
+ /**
1779
+ * @generated from field: string organization_id = 1;
1780
+ */
1781
+ organizationId: string;
1782
+ /**
1783
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
1784
+ */
1785
+ owner?: CRMResourceRef | undefined;
1786
+ /**
1787
+ * @generated from field: string signal_type = 3;
1788
+ */
1789
+ signalType: string;
1790
+ /**
1791
+ * @generated from field: int32 limit = 4;
1792
+ */
1793
+ limit: number;
1794
+ };
1795
+ /**
1796
+ * Describes the message pipeline.v1.ListSignalsRequest.
1797
+ * Use `create(ListSignalsRequestSchema)` to create a new message.
1798
+ */
1799
+ export declare const ListSignalsRequestSchema: GenMessage<ListSignalsRequest>;
1800
+ /**
1801
+ * @generated from message pipeline.v1.ListSignalsResponse
1802
+ */
1803
+ export type ListSignalsResponse = Message<"pipeline.v1.ListSignalsResponse"> & {
1804
+ /**
1805
+ * @generated from field: repeated pipeline.v1.Signal signals = 1;
1806
+ */
1807
+ signals: Signal[];
1808
+ };
1809
+ /**
1810
+ * Describes the message pipeline.v1.ListSignalsResponse.
1811
+ * Use `create(ListSignalsResponseSchema)` to create a new message.
1812
+ */
1813
+ export declare const ListSignalsResponseSchema: GenMessage<ListSignalsResponse>;
1814
+ /**
1815
+ * @generated from message pipeline.v1.CreateActivityRequest
1816
+ */
1817
+ export type CreateActivityRequest = Message<"pipeline.v1.CreateActivityRequest"> & {
1818
+ /**
1819
+ * @generated from field: string organization_id = 1;
1820
+ */
1821
+ organizationId: string;
1822
+ /**
1823
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
1824
+ */
1825
+ owner?: CRMResourceRef | undefined;
1826
+ /**
1827
+ * @generated from field: string activity_type = 3;
1828
+ */
1829
+ activityType: string;
1830
+ /**
1831
+ * @generated from field: string channel = 4;
1832
+ */
1833
+ channel: string;
1834
+ /**
1835
+ * @generated from field: string direction = 5;
1836
+ */
1837
+ direction: string;
1838
+ /**
1839
+ * @generated from field: string subject = 6;
1840
+ */
1841
+ subject: string;
1842
+ /**
1843
+ * @generated from field: string body = 7;
1844
+ */
1845
+ body: string;
1846
+ /**
1847
+ * @generated from field: string outcome = 8;
1848
+ */
1849
+ outcome: string;
1850
+ /**
1851
+ * @generated from field: string external_ref = 9;
1852
+ */
1853
+ externalRef: string;
1854
+ /**
1855
+ * @generated from field: string metadata_json = 10;
1856
+ */
1857
+ metadataJson: string;
1858
+ /**
1859
+ * @generated from field: google.protobuf.Timestamp occurred_at = 11;
1860
+ */
1861
+ occurredAt?: Timestamp | undefined;
1862
+ /**
1863
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 12;
1864
+ */
1865
+ mutation?: MutationMetadata | undefined;
1866
+ };
1867
+ /**
1868
+ * Describes the message pipeline.v1.CreateActivityRequest.
1869
+ * Use `create(CreateActivityRequestSchema)` to create a new message.
1870
+ */
1871
+ export declare const CreateActivityRequestSchema: GenMessage<CreateActivityRequest>;
1872
+ /**
1873
+ * @generated from message pipeline.v1.CreateActivityResponse
1874
+ */
1875
+ export type CreateActivityResponse = Message<"pipeline.v1.CreateActivityResponse"> & {
1876
+ /**
1877
+ * @generated from field: pipeline.v1.Activity activity = 1;
1878
+ */
1879
+ activity?: Activity | undefined;
1880
+ /**
1881
+ * @generated from field: int64 change_seq = 2;
1882
+ */
1883
+ changeSeq: bigint;
1884
+ };
1885
+ /**
1886
+ * Describes the message pipeline.v1.CreateActivityResponse.
1887
+ * Use `create(CreateActivityResponseSchema)` to create a new message.
1888
+ */
1889
+ export declare const CreateActivityResponseSchema: GenMessage<CreateActivityResponse>;
1890
+ /**
1891
+ * @generated from message pipeline.v1.ListActivitiesRequest
1892
+ */
1893
+ export type ListActivitiesRequest = Message<"pipeline.v1.ListActivitiesRequest"> & {
1894
+ /**
1895
+ * @generated from field: string organization_id = 1;
1896
+ */
1897
+ organizationId: string;
1898
+ /**
1899
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
1900
+ */
1901
+ owner?: CRMResourceRef | undefined;
1902
+ /**
1903
+ * @generated from field: string channel = 3;
1904
+ */
1905
+ channel: string;
1906
+ /**
1907
+ * @generated from field: int32 limit = 4;
1908
+ */
1909
+ limit: number;
1910
+ };
1911
+ /**
1912
+ * Describes the message pipeline.v1.ListActivitiesRequest.
1913
+ * Use `create(ListActivitiesRequestSchema)` to create a new message.
1914
+ */
1915
+ export declare const ListActivitiesRequestSchema: GenMessage<ListActivitiesRequest>;
1916
+ /**
1917
+ * @generated from message pipeline.v1.ListActivitiesResponse
1918
+ */
1919
+ export type ListActivitiesResponse = Message<"pipeline.v1.ListActivitiesResponse"> & {
1920
+ /**
1921
+ * @generated from field: repeated pipeline.v1.Activity activities = 1;
1922
+ */
1923
+ activities: Activity[];
1924
+ };
1925
+ /**
1926
+ * Describes the message pipeline.v1.ListActivitiesResponse.
1927
+ * Use `create(ListActivitiesResponseSchema)` to create a new message.
1928
+ */
1929
+ export declare const ListActivitiesResponseSchema: GenMessage<ListActivitiesResponse>;
1930
+ /**
1931
+ * @generated from message pipeline.v1.CreateSequenceStepInput
1932
+ */
1933
+ export type CreateSequenceStepInput = Message<"pipeline.v1.CreateSequenceStepInput"> & {
1934
+ /**
1935
+ * @generated from field: string channel = 1;
1936
+ */
1937
+ channel: string;
1938
+ /**
1939
+ * @generated from field: int32 delay_days = 2;
1940
+ */
1941
+ delayDays: number;
1942
+ /**
1943
+ * @generated from field: string subject = 3;
1944
+ */
1945
+ subject: string;
1946
+ /**
1947
+ * @generated from field: string body = 4;
1948
+ */
1949
+ body: string;
1950
+ };
1951
+ /**
1952
+ * Describes the message pipeline.v1.CreateSequenceStepInput.
1953
+ * Use `create(CreateSequenceStepInputSchema)` to create a new message.
1954
+ */
1955
+ export declare const CreateSequenceStepInputSchema: GenMessage<CreateSequenceStepInput>;
1956
+ /**
1957
+ * @generated from message pipeline.v1.CreateSequenceRequest
1958
+ */
1959
+ export type CreateSequenceRequest = Message<"pipeline.v1.CreateSequenceRequest"> & {
1960
+ /**
1961
+ * @generated from field: string organization_id = 1;
1962
+ */
1963
+ organizationId: string;
1964
+ /**
1965
+ * @generated from field: string contact_id = 2;
1966
+ */
1967
+ contactId: string;
1968
+ /**
1969
+ * @generated from field: string name = 3;
1970
+ */
1971
+ name: string;
1972
+ /**
1973
+ * @generated from field: repeated pipeline.v1.CreateSequenceStepInput steps = 4;
1974
+ */
1975
+ steps: CreateSequenceStepInput[];
1976
+ /**
1977
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 5;
1978
+ */
1979
+ mutation?: MutationMetadata | undefined;
1980
+ };
1981
+ /**
1982
+ * Describes the message pipeline.v1.CreateSequenceRequest.
1983
+ * Use `create(CreateSequenceRequestSchema)` to create a new message.
1984
+ */
1985
+ export declare const CreateSequenceRequestSchema: GenMessage<CreateSequenceRequest>;
1986
+ /**
1987
+ * @generated from message pipeline.v1.CreateSequenceResponse
1988
+ */
1989
+ export type CreateSequenceResponse = Message<"pipeline.v1.CreateSequenceResponse"> & {
1990
+ /**
1991
+ * @generated from field: pipeline.v1.Sequence sequence = 1;
1992
+ */
1993
+ sequence?: Sequence | undefined;
1994
+ /**
1995
+ * @generated from field: repeated pipeline.v1.SequenceStep steps = 2;
1996
+ */
1997
+ steps: SequenceStep[];
1998
+ /**
1999
+ * @generated from field: int64 change_seq = 3;
2000
+ */
2001
+ changeSeq: bigint;
2002
+ };
2003
+ /**
2004
+ * Describes the message pipeline.v1.CreateSequenceResponse.
2005
+ * Use `create(CreateSequenceResponseSchema)` to create a new message.
2006
+ */
2007
+ export declare const CreateSequenceResponseSchema: GenMessage<CreateSequenceResponse>;
2008
+ /**
2009
+ * @generated from message pipeline.v1.GetSequenceRequest
2010
+ */
2011
+ export type GetSequenceRequest = Message<"pipeline.v1.GetSequenceRequest"> & {
2012
+ /**
2013
+ * @generated from field: string organization_id = 1;
2014
+ */
2015
+ organizationId: string;
2016
+ /**
2017
+ * @generated from field: string sequence_id = 2;
2018
+ */
2019
+ sequenceId: string;
2020
+ };
2021
+ /**
2022
+ * Describes the message pipeline.v1.GetSequenceRequest.
2023
+ * Use `create(GetSequenceRequestSchema)` to create a new message.
2024
+ */
2025
+ export declare const GetSequenceRequestSchema: GenMessage<GetSequenceRequest>;
2026
+ /**
2027
+ * @generated from message pipeline.v1.GetSequenceResponse
2028
+ */
2029
+ export type GetSequenceResponse = Message<"pipeline.v1.GetSequenceResponse"> & {
2030
+ /**
2031
+ * @generated from field: pipeline.v1.Sequence sequence = 1;
2032
+ */
2033
+ sequence?: Sequence | undefined;
2034
+ };
2035
+ /**
2036
+ * Describes the message pipeline.v1.GetSequenceResponse.
2037
+ * Use `create(GetSequenceResponseSchema)` to create a new message.
2038
+ */
2039
+ export declare const GetSequenceResponseSchema: GenMessage<GetSequenceResponse>;
2040
+ /**
2041
+ * @generated from message pipeline.v1.ListSequenceStepsRequest
2042
+ */
2043
+ export type ListSequenceStepsRequest = Message<"pipeline.v1.ListSequenceStepsRequest"> & {
2044
+ /**
2045
+ * @generated from field: string organization_id = 1;
2046
+ */
2047
+ organizationId: string;
2048
+ /**
2049
+ * @generated from field: string sequence_id = 2;
2050
+ */
2051
+ sequenceId: string;
2052
+ };
2053
+ /**
2054
+ * Describes the message pipeline.v1.ListSequenceStepsRequest.
2055
+ * Use `create(ListSequenceStepsRequestSchema)` to create a new message.
2056
+ */
2057
+ export declare const ListSequenceStepsRequestSchema: GenMessage<ListSequenceStepsRequest>;
2058
+ /**
2059
+ * @generated from message pipeline.v1.ListSequenceStepsResponse
2060
+ */
2061
+ export type ListSequenceStepsResponse = Message<"pipeline.v1.ListSequenceStepsResponse"> & {
2062
+ /**
2063
+ * @generated from field: repeated pipeline.v1.SequenceStep steps = 1;
2064
+ */
2065
+ steps: SequenceStep[];
2066
+ };
2067
+ /**
2068
+ * Describes the message pipeline.v1.ListSequenceStepsResponse.
2069
+ * Use `create(ListSequenceStepsResponseSchema)` to create a new message.
2070
+ */
2071
+ export declare const ListSequenceStepsResponseSchema: GenMessage<ListSequenceStepsResponse>;
2072
+ /**
2073
+ * @generated from message pipeline.v1.UpdateSequenceStatusRequest
2074
+ */
2075
+ export type UpdateSequenceStatusRequest = Message<"pipeline.v1.UpdateSequenceStatusRequest"> & {
2076
+ /**
2077
+ * @generated from field: string organization_id = 1;
2078
+ */
2079
+ organizationId: string;
2080
+ /**
2081
+ * @generated from field: string sequence_id = 2;
2082
+ */
2083
+ sequenceId: string;
2084
+ /**
2085
+ * @generated from field: string status = 3;
2086
+ */
2087
+ status: string;
2088
+ /**
2089
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 4;
2090
+ */
2091
+ mutation?: MutationMetadata | undefined;
2092
+ };
2093
+ /**
2094
+ * Describes the message pipeline.v1.UpdateSequenceStatusRequest.
2095
+ * Use `create(UpdateSequenceStatusRequestSchema)` to create a new message.
2096
+ */
2097
+ export declare const UpdateSequenceStatusRequestSchema: GenMessage<UpdateSequenceStatusRequest>;
2098
+ /**
2099
+ * @generated from message pipeline.v1.UpdateSequenceStatusResponse
2100
+ */
2101
+ export type UpdateSequenceStatusResponse = Message<"pipeline.v1.UpdateSequenceStatusResponse"> & {
2102
+ /**
2103
+ * @generated from field: pipeline.v1.Sequence sequence = 1;
2104
+ */
2105
+ sequence?: Sequence | undefined;
2106
+ /**
2107
+ * @generated from field: int64 change_seq = 2;
2108
+ */
2109
+ changeSeq: bigint;
2110
+ };
2111
+ /**
2112
+ * Describes the message pipeline.v1.UpdateSequenceStatusResponse.
2113
+ * Use `create(UpdateSequenceStatusResponseSchema)` to create a new message.
2114
+ */
2115
+ export declare const UpdateSequenceStatusResponseSchema: GenMessage<UpdateSequenceStatusResponse>;
2116
+ /**
2117
+ * @generated from message pipeline.v1.CreateExternalRefRequest
2118
+ */
2119
+ export type CreateExternalRefRequest = Message<"pipeline.v1.CreateExternalRefRequest"> & {
2120
+ /**
2121
+ * @generated from field: string organization_id = 1;
2122
+ */
2123
+ organizationId: string;
2124
+ /**
2125
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2126
+ */
2127
+ owner?: CRMResourceRef | undefined;
2128
+ /**
2129
+ * @generated from field: string provider_id = 3;
2130
+ */
2131
+ providerId: string;
2132
+ /**
2133
+ * @generated from field: string connection_id = 4;
2134
+ */
2135
+ connectionId: string;
2136
+ /**
2137
+ * @generated from field: string external_id = 5;
2138
+ */
2139
+ externalId: string;
2140
+ /**
2141
+ * @generated from field: string external_type = 6;
2142
+ */
2143
+ externalType: string;
2144
+ /**
2145
+ * @generated from field: string external_url = 7;
2146
+ */
2147
+ externalUrl: string;
2148
+ /**
2149
+ * @generated from field: bool source_of_truth = 8;
2150
+ */
2151
+ sourceOfTruth: boolean;
2152
+ /**
2153
+ * @generated from field: google.protobuf.Timestamp last_seen_at = 9;
2154
+ */
2155
+ lastSeenAt?: Timestamp | undefined;
2156
+ /**
2157
+ * @generated from field: string metadata_json = 10;
2158
+ */
2159
+ metadataJson: string;
2160
+ /**
2161
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
2162
+ */
2163
+ mutation?: MutationMetadata | undefined;
2164
+ };
2165
+ /**
2166
+ * Describes the message pipeline.v1.CreateExternalRefRequest.
2167
+ * Use `create(CreateExternalRefRequestSchema)` to create a new message.
2168
+ */
2169
+ export declare const CreateExternalRefRequestSchema: GenMessage<CreateExternalRefRequest>;
2170
+ /**
2171
+ * @generated from message pipeline.v1.CreateExternalRefResponse
2172
+ */
2173
+ export type CreateExternalRefResponse = Message<"pipeline.v1.CreateExternalRefResponse"> & {
2174
+ /**
2175
+ * @generated from field: pipeline.v1.ExternalRef external_ref = 1;
2176
+ */
2177
+ externalRef?: ExternalRef | undefined;
2178
+ /**
2179
+ * @generated from field: int64 change_seq = 2;
2180
+ */
2181
+ changeSeq: bigint;
2182
+ };
2183
+ /**
2184
+ * Describes the message pipeline.v1.CreateExternalRefResponse.
2185
+ * Use `create(CreateExternalRefResponseSchema)` to create a new message.
2186
+ */
2187
+ export declare const CreateExternalRefResponseSchema: GenMessage<CreateExternalRefResponse>;
2188
+ /**
2189
+ * @generated from message pipeline.v1.ListExternalRefsRequest
2190
+ */
2191
+ export type ListExternalRefsRequest = Message<"pipeline.v1.ListExternalRefsRequest"> & {
2192
+ /**
2193
+ * @generated from field: string organization_id = 1;
2194
+ */
2195
+ organizationId: string;
2196
+ /**
2197
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2198
+ */
2199
+ owner?: CRMResourceRef | undefined;
2200
+ /**
2201
+ * @generated from field: int32 limit = 3;
2202
+ */
2203
+ limit: number;
2204
+ };
2205
+ /**
2206
+ * Describes the message pipeline.v1.ListExternalRefsRequest.
2207
+ * Use `create(ListExternalRefsRequestSchema)` to create a new message.
2208
+ */
2209
+ export declare const ListExternalRefsRequestSchema: GenMessage<ListExternalRefsRequest>;
2210
+ /**
2211
+ * @generated from message pipeline.v1.ListExternalRefsResponse
2212
+ */
2213
+ export type ListExternalRefsResponse = Message<"pipeline.v1.ListExternalRefsResponse"> & {
2214
+ /**
2215
+ * @generated from field: repeated pipeline.v1.ExternalRef external_refs = 1;
2216
+ */
2217
+ externalRefs: ExternalRef[];
2218
+ };
2219
+ /**
2220
+ * Describes the message pipeline.v1.ListExternalRefsResponse.
2221
+ * Use `create(ListExternalRefsResponseSchema)` to create a new message.
2222
+ */
2223
+ export declare const ListExternalRefsResponseSchema: GenMessage<ListExternalRefsResponse>;
2224
+ /**
2225
+ * @generated from message pipeline.v1.RecordFieldProvenanceRequest
2226
+ */
2227
+ export type RecordFieldProvenanceRequest = Message<"pipeline.v1.RecordFieldProvenanceRequest"> & {
2228
+ /**
2229
+ * @generated from field: string organization_id = 1;
2230
+ */
2231
+ organizationId: string;
2232
+ /**
2233
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2234
+ */
2235
+ owner?: CRMResourceRef | undefined;
2236
+ /**
2237
+ * @generated from field: string field_path = 3;
2238
+ */
2239
+ fieldPath: string;
2240
+ /**
2241
+ * @generated from field: string value_hash = 4;
2242
+ */
2243
+ valueHash: string;
2244
+ /**
2245
+ * @generated from field: string source_type = 5;
2246
+ */
2247
+ sourceType: string;
2248
+ /**
2249
+ * @generated from field: string source_id = 6;
2250
+ */
2251
+ sourceId: string;
2252
+ /**
2253
+ * @generated from field: int32 confidence = 7;
2254
+ */
2255
+ confidence: number;
2256
+ /**
2257
+ * @generated from field: string evidence_ref = 8;
2258
+ */
2259
+ evidenceRef: string;
2260
+ /**
2261
+ * @generated from field: google.protobuf.Timestamp observed_at = 9;
2262
+ */
2263
+ observedAt?: Timestamp | undefined;
2264
+ /**
2265
+ * @generated from field: string metadata_json = 10;
2266
+ */
2267
+ metadataJson: string;
2268
+ /**
2269
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
2270
+ */
2271
+ mutation?: MutationMetadata | undefined;
2272
+ };
2273
+ /**
2274
+ * Describes the message pipeline.v1.RecordFieldProvenanceRequest.
2275
+ * Use `create(RecordFieldProvenanceRequestSchema)` to create a new message.
2276
+ */
2277
+ export declare const RecordFieldProvenanceRequestSchema: GenMessage<RecordFieldProvenanceRequest>;
2278
+ /**
2279
+ * @generated from message pipeline.v1.RecordFieldProvenanceResponse
2280
+ */
2281
+ export type RecordFieldProvenanceResponse = Message<"pipeline.v1.RecordFieldProvenanceResponse"> & {
2282
+ /**
2283
+ * @generated from field: pipeline.v1.FieldProvenance provenance = 1;
2284
+ */
2285
+ provenance?: FieldProvenance | undefined;
2286
+ /**
2287
+ * @generated from field: int64 change_seq = 2;
2288
+ */
2289
+ changeSeq: bigint;
2290
+ };
2291
+ /**
2292
+ * Describes the message pipeline.v1.RecordFieldProvenanceResponse.
2293
+ * Use `create(RecordFieldProvenanceResponseSchema)` to create a new message.
2294
+ */
2295
+ export declare const RecordFieldProvenanceResponseSchema: GenMessage<RecordFieldProvenanceResponse>;
2296
+ /**
2297
+ * @generated from message pipeline.v1.ListFieldProvenanceRequest
2298
+ */
2299
+ export type ListFieldProvenanceRequest = Message<"pipeline.v1.ListFieldProvenanceRequest"> & {
2300
+ /**
2301
+ * @generated from field: string organization_id = 1;
2302
+ */
2303
+ organizationId: string;
2304
+ /**
2305
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2306
+ */
2307
+ owner?: CRMResourceRef | undefined;
2308
+ /**
2309
+ * @generated from field: string field_path = 3;
2310
+ */
2311
+ fieldPath: string;
2312
+ /**
2313
+ * @generated from field: int32 limit = 4;
2314
+ */
2315
+ limit: number;
2316
+ };
2317
+ /**
2318
+ * Describes the message pipeline.v1.ListFieldProvenanceRequest.
2319
+ * Use `create(ListFieldProvenanceRequestSchema)` to create a new message.
2320
+ */
2321
+ export declare const ListFieldProvenanceRequestSchema: GenMessage<ListFieldProvenanceRequest>;
2322
+ /**
2323
+ * @generated from message pipeline.v1.ListFieldProvenanceResponse
2324
+ */
2325
+ export type ListFieldProvenanceResponse = Message<"pipeline.v1.ListFieldProvenanceResponse"> & {
2326
+ /**
2327
+ * @generated from field: repeated pipeline.v1.FieldProvenance provenance = 1;
2328
+ */
2329
+ provenance: FieldProvenance[];
2330
+ };
2331
+ /**
2332
+ * Describes the message pipeline.v1.ListFieldProvenanceResponse.
2333
+ * Use `create(ListFieldProvenanceResponseSchema)` to create a new message.
2334
+ */
2335
+ export declare const ListFieldProvenanceResponseSchema: GenMessage<ListFieldProvenanceResponse>;
2336
+ /**
2337
+ * @generated from message pipeline.v1.CreateCRMTaskRequest
2338
+ */
2339
+ export type CreateCRMTaskRequest = Message<"pipeline.v1.CreateCRMTaskRequest"> & {
2340
+ /**
2341
+ * @generated from field: string organization_id = 1;
2342
+ */
2343
+ organizationId: string;
2344
+ /**
2345
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2346
+ */
2347
+ owner?: CRMResourceRef | undefined;
2348
+ /**
2349
+ * @generated from field: string title = 3;
2350
+ */
2351
+ title: string;
2352
+ /**
2353
+ * @generated from field: pipeline.v1.TaskStatus status = 4;
2354
+ */
2355
+ status: TaskStatus;
2356
+ /**
2357
+ * @generated from field: string priority = 5;
2358
+ */
2359
+ priority: string;
2360
+ /**
2361
+ * @generated from field: google.protobuf.Timestamp due_at = 6;
2362
+ */
2363
+ dueAt?: Timestamp | undefined;
2364
+ /**
2365
+ * @generated from field: string assigned_to = 7;
2366
+ */
2367
+ assignedTo: string;
2368
+ /**
2369
+ * @generated from field: string source = 8;
2370
+ */
2371
+ source: string;
2372
+ /**
2373
+ * @generated from field: string metadata_json = 9;
2374
+ */
2375
+ metadataJson: string;
2376
+ /**
2377
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 10;
2378
+ */
2379
+ mutation?: MutationMetadata | undefined;
2380
+ };
2381
+ /**
2382
+ * Describes the message pipeline.v1.CreateCRMTaskRequest.
2383
+ * Use `create(CreateCRMTaskRequestSchema)` to create a new message.
2384
+ */
2385
+ export declare const CreateCRMTaskRequestSchema: GenMessage<CreateCRMTaskRequest>;
2386
+ /**
2387
+ * @generated from message pipeline.v1.CreateCRMTaskResponse
2388
+ */
2389
+ export type CreateCRMTaskResponse = Message<"pipeline.v1.CreateCRMTaskResponse"> & {
2390
+ /**
2391
+ * @generated from field: pipeline.v1.CRMTask task = 1;
2392
+ */
2393
+ task?: CRMTask | undefined;
2394
+ /**
2395
+ * @generated from field: int64 change_seq = 2;
2396
+ */
2397
+ changeSeq: bigint;
2398
+ };
2399
+ /**
2400
+ * Describes the message pipeline.v1.CreateCRMTaskResponse.
2401
+ * Use `create(CreateCRMTaskResponseSchema)` to create a new message.
2402
+ */
2403
+ export declare const CreateCRMTaskResponseSchema: GenMessage<CreateCRMTaskResponse>;
2404
+ /**
2405
+ * @generated from message pipeline.v1.GetCRMTaskRequest
2406
+ */
2407
+ export type GetCRMTaskRequest = Message<"pipeline.v1.GetCRMTaskRequest"> & {
2408
+ /**
2409
+ * @generated from field: string organization_id = 1;
2410
+ */
2411
+ organizationId: string;
2412
+ /**
2413
+ * @generated from field: string task_id = 2;
2414
+ */
2415
+ taskId: string;
2416
+ };
2417
+ /**
2418
+ * Describes the message pipeline.v1.GetCRMTaskRequest.
2419
+ * Use `create(GetCRMTaskRequestSchema)` to create a new message.
2420
+ */
2421
+ export declare const GetCRMTaskRequestSchema: GenMessage<GetCRMTaskRequest>;
2422
+ /**
2423
+ * @generated from message pipeline.v1.GetCRMTaskResponse
2424
+ */
2425
+ export type GetCRMTaskResponse = Message<"pipeline.v1.GetCRMTaskResponse"> & {
2426
+ /**
2427
+ * @generated from field: pipeline.v1.CRMTask task = 1;
2428
+ */
2429
+ task?: CRMTask | undefined;
2430
+ };
2431
+ /**
2432
+ * Describes the message pipeline.v1.GetCRMTaskResponse.
2433
+ * Use `create(GetCRMTaskResponseSchema)` to create a new message.
2434
+ */
2435
+ export declare const GetCRMTaskResponseSchema: GenMessage<GetCRMTaskResponse>;
2436
+ /**
2437
+ * @generated from message pipeline.v1.ListCRMTasksRequest
2438
+ */
2439
+ export type ListCRMTasksRequest = Message<"pipeline.v1.ListCRMTasksRequest"> & {
2440
+ /**
2441
+ * @generated from field: string organization_id = 1;
2442
+ */
2443
+ organizationId: string;
2444
+ /**
2445
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2446
+ */
2447
+ owner?: CRMResourceRef | undefined;
2448
+ /**
2449
+ * @generated from field: pipeline.v1.TaskStatus status = 3;
2450
+ */
2451
+ status: TaskStatus;
2452
+ /**
2453
+ * @generated from field: int32 limit = 4;
2454
+ */
2455
+ limit: number;
2456
+ };
2457
+ /**
2458
+ * Describes the message pipeline.v1.ListCRMTasksRequest.
2459
+ * Use `create(ListCRMTasksRequestSchema)` to create a new message.
2460
+ */
2461
+ export declare const ListCRMTasksRequestSchema: GenMessage<ListCRMTasksRequest>;
2462
+ /**
2463
+ * @generated from message pipeline.v1.ListCRMTasksResponse
2464
+ */
2465
+ export type ListCRMTasksResponse = Message<"pipeline.v1.ListCRMTasksResponse"> & {
2466
+ /**
2467
+ * @generated from field: repeated pipeline.v1.CRMTask tasks = 1;
2468
+ */
2469
+ tasks: CRMTask[];
2470
+ };
2471
+ /**
2472
+ * Describes the message pipeline.v1.ListCRMTasksResponse.
2473
+ * Use `create(ListCRMTasksResponseSchema)` to create a new message.
2474
+ */
2475
+ export declare const ListCRMTasksResponseSchema: GenMessage<ListCRMTasksResponse>;
2476
+ /**
2477
+ * @generated from message pipeline.v1.UpdateCRMTaskRequest
2478
+ */
2479
+ export type UpdateCRMTaskRequest = Message<"pipeline.v1.UpdateCRMTaskRequest"> & {
2480
+ /**
2481
+ * @generated from field: string organization_id = 1;
2482
+ */
2483
+ organizationId: string;
2484
+ /**
2485
+ * @generated from field: string task_id = 2;
2486
+ */
2487
+ taskId: string;
2488
+ /**
2489
+ * @generated from field: string title = 3;
2490
+ */
2491
+ title: string;
2492
+ /**
2493
+ * @generated from field: pipeline.v1.TaskStatus status = 4;
2494
+ */
2495
+ status: TaskStatus;
2496
+ /**
2497
+ * @generated from field: string priority = 5;
2498
+ */
2499
+ priority: string;
2500
+ /**
2501
+ * @generated from field: google.protobuf.Timestamp due_at = 6;
2502
+ */
2503
+ dueAt?: Timestamp | undefined;
2504
+ /**
2505
+ * @generated from field: string assigned_to = 7;
2506
+ */
2507
+ assignedTo: string;
2508
+ /**
2509
+ * @generated from field: string source = 8;
2510
+ */
2511
+ source: string;
2512
+ /**
2513
+ * @generated from field: string metadata_json = 9;
2514
+ */
2515
+ metadataJson: string;
2516
+ /**
2517
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 10;
2518
+ */
2519
+ mutation?: MutationMetadata | undefined;
2520
+ };
2521
+ /**
2522
+ * Describes the message pipeline.v1.UpdateCRMTaskRequest.
2523
+ * Use `create(UpdateCRMTaskRequestSchema)` to create a new message.
2524
+ */
2525
+ export declare const UpdateCRMTaskRequestSchema: GenMessage<UpdateCRMTaskRequest>;
2526
+ /**
2527
+ * @generated from message pipeline.v1.UpdateCRMTaskResponse
2528
+ */
2529
+ export type UpdateCRMTaskResponse = Message<"pipeline.v1.UpdateCRMTaskResponse"> & {
2530
+ /**
2531
+ * @generated from field: pipeline.v1.CRMTask task = 1;
2532
+ */
2533
+ task?: CRMTask | undefined;
2534
+ /**
2535
+ * @generated from field: int64 change_seq = 2;
2536
+ */
2537
+ changeSeq: bigint;
2538
+ };
2539
+ /**
2540
+ * Describes the message pipeline.v1.UpdateCRMTaskResponse.
2541
+ * Use `create(UpdateCRMTaskResponseSchema)` to create a new message.
2542
+ */
2543
+ export declare const UpdateCRMTaskResponseSchema: GenMessage<UpdateCRMTaskResponse>;
2544
+ /**
2545
+ * @generated from message pipeline.v1.CreateCRMMeetingRequest
2546
+ */
2547
+ export type CreateCRMMeetingRequest = Message<"pipeline.v1.CreateCRMMeetingRequest"> & {
2548
+ /**
2549
+ * @generated from field: string organization_id = 1;
2550
+ */
2551
+ organizationId: string;
2552
+ /**
2553
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2554
+ */
2555
+ owner?: CRMResourceRef | undefined;
2556
+ /**
2557
+ * @generated from field: string title = 3;
2558
+ */
2559
+ title: string;
2560
+ /**
2561
+ * @generated from field: string channel = 4;
2562
+ */
2563
+ channel: string;
2564
+ /**
2565
+ * @generated from field: string external_ref = 5;
2566
+ */
2567
+ externalRef: string;
2568
+ /**
2569
+ * @generated from field: google.protobuf.Timestamp starts_at = 6;
2570
+ */
2571
+ startsAt?: Timestamp | undefined;
2572
+ /**
2573
+ * @generated from field: google.protobuf.Timestamp ends_at = 7;
2574
+ */
2575
+ endsAt?: Timestamp | undefined;
2576
+ /**
2577
+ * @generated from field: string outcome = 8;
2578
+ */
2579
+ outcome: string;
2580
+ /**
2581
+ * @generated from field: string notes = 9;
2582
+ */
2583
+ notes: string;
2584
+ /**
2585
+ * @generated from field: string metadata_json = 10;
2586
+ */
2587
+ metadataJson: string;
2588
+ /**
2589
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
2590
+ */
2591
+ mutation?: MutationMetadata | undefined;
2592
+ };
2593
+ /**
2594
+ * Describes the message pipeline.v1.CreateCRMMeetingRequest.
2595
+ * Use `create(CreateCRMMeetingRequestSchema)` to create a new message.
2596
+ */
2597
+ export declare const CreateCRMMeetingRequestSchema: GenMessage<CreateCRMMeetingRequest>;
2598
+ /**
2599
+ * @generated from message pipeline.v1.CreateCRMMeetingResponse
2600
+ */
2601
+ export type CreateCRMMeetingResponse = Message<"pipeline.v1.CreateCRMMeetingResponse"> & {
2602
+ /**
2603
+ * @generated from field: pipeline.v1.CRMMeeting meeting = 1;
2604
+ */
2605
+ meeting?: CRMMeeting | undefined;
2606
+ /**
2607
+ * @generated from field: int64 change_seq = 2;
2608
+ */
2609
+ changeSeq: bigint;
2610
+ };
2611
+ /**
2612
+ * Describes the message pipeline.v1.CreateCRMMeetingResponse.
2613
+ * Use `create(CreateCRMMeetingResponseSchema)` to create a new message.
2614
+ */
2615
+ export declare const CreateCRMMeetingResponseSchema: GenMessage<CreateCRMMeetingResponse>;
2616
+ /**
2617
+ * @generated from message pipeline.v1.ListCRMMeetingsRequest
2618
+ */
2619
+ export type ListCRMMeetingsRequest = Message<"pipeline.v1.ListCRMMeetingsRequest"> & {
2620
+ /**
2621
+ * @generated from field: string organization_id = 1;
2622
+ */
2623
+ organizationId: string;
2624
+ /**
2625
+ * @generated from field: pipeline.v1.CRMResourceRef owner = 2;
2626
+ */
2627
+ owner?: CRMResourceRef | undefined;
2628
+ /**
2629
+ * @generated from field: int32 limit = 3;
2630
+ */
2631
+ limit: number;
2632
+ };
2633
+ /**
2634
+ * Describes the message pipeline.v1.ListCRMMeetingsRequest.
2635
+ * Use `create(ListCRMMeetingsRequestSchema)` to create a new message.
2636
+ */
2637
+ export declare const ListCRMMeetingsRequestSchema: GenMessage<ListCRMMeetingsRequest>;
2638
+ /**
2639
+ * @generated from message pipeline.v1.ListCRMMeetingsResponse
2640
+ */
2641
+ export type ListCRMMeetingsResponse = Message<"pipeline.v1.ListCRMMeetingsResponse"> & {
2642
+ /**
2643
+ * @generated from field: repeated pipeline.v1.CRMMeeting meetings = 1;
2644
+ */
2645
+ meetings: CRMMeeting[];
2646
+ };
2647
+ /**
2648
+ * Describes the message pipeline.v1.ListCRMMeetingsResponse.
2649
+ * Use `create(ListCRMMeetingsResponseSchema)` to create a new message.
2650
+ */
2651
+ export declare const ListCRMMeetingsResponseSchema: GenMessage<ListCRMMeetingsResponse>;
2652
+ /**
2653
+ * @generated from message pipeline.v1.CreateStakeholderRequest
2654
+ */
2655
+ export type CreateStakeholderRequest = Message<"pipeline.v1.CreateStakeholderRequest"> & {
2656
+ /**
2657
+ * @generated from field: string organization_id = 1;
2658
+ */
2659
+ organizationId: string;
2660
+ /**
2661
+ * @generated from field: string company_id = 2;
2662
+ */
2663
+ companyId: string;
2664
+ /**
2665
+ * @generated from field: string contact_id = 3;
2666
+ */
2667
+ contactId: string;
2668
+ /**
2669
+ * @generated from field: string deal_id = 4;
2670
+ */
2671
+ dealId: string;
2672
+ /**
2673
+ * @generated from field: string role = 5;
2674
+ */
2675
+ role: string;
2676
+ /**
2677
+ * @generated from field: string influence = 6;
2678
+ */
2679
+ influence: string;
2680
+ /**
2681
+ * @generated from field: string sentiment = 7;
2682
+ */
2683
+ sentiment: string;
2684
+ /**
2685
+ * @generated from field: int32 relationship_strength = 8;
2686
+ */
2687
+ relationshipStrength: number;
2688
+ /**
2689
+ * @generated from field: string notes = 9;
2690
+ */
2691
+ notes: string;
2692
+ /**
2693
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 10;
2694
+ */
2695
+ mutation?: MutationMetadata | undefined;
2696
+ };
2697
+ /**
2698
+ * Describes the message pipeline.v1.CreateStakeholderRequest.
2699
+ * Use `create(CreateStakeholderRequestSchema)` to create a new message.
2700
+ */
2701
+ export declare const CreateStakeholderRequestSchema: GenMessage<CreateStakeholderRequest>;
2702
+ /**
2703
+ * @generated from message pipeline.v1.CreateStakeholderResponse
2704
+ */
2705
+ export type CreateStakeholderResponse = Message<"pipeline.v1.CreateStakeholderResponse"> & {
2706
+ /**
2707
+ * @generated from field: pipeline.v1.Stakeholder stakeholder = 1;
2708
+ */
2709
+ stakeholder?: Stakeholder | undefined;
2710
+ /**
2711
+ * @generated from field: int64 change_seq = 2;
2712
+ */
2713
+ changeSeq: bigint;
2714
+ };
2715
+ /**
2716
+ * Describes the message pipeline.v1.CreateStakeholderResponse.
2717
+ * Use `create(CreateStakeholderResponseSchema)` to create a new message.
2718
+ */
2719
+ export declare const CreateStakeholderResponseSchema: GenMessage<CreateStakeholderResponse>;
2720
+ /**
2721
+ * @generated from message pipeline.v1.ListStakeholdersRequest
2722
+ */
2723
+ export type ListStakeholdersRequest = Message<"pipeline.v1.ListStakeholdersRequest"> & {
2724
+ /**
2725
+ * @generated from field: string organization_id = 1;
2726
+ */
2727
+ organizationId: string;
2728
+ /**
2729
+ * @generated from field: string company_id = 2;
2730
+ */
2731
+ companyId: string;
2732
+ /**
2733
+ * @generated from field: string contact_id = 3;
2734
+ */
2735
+ contactId: string;
2736
+ /**
2737
+ * @generated from field: string deal_id = 4;
2738
+ */
2739
+ dealId: string;
2740
+ /**
2741
+ * @generated from field: int32 limit = 5;
2742
+ */
2743
+ limit: number;
2744
+ };
2745
+ /**
2746
+ * Describes the message pipeline.v1.ListStakeholdersRequest.
2747
+ * Use `create(ListStakeholdersRequestSchema)` to create a new message.
2748
+ */
2749
+ export declare const ListStakeholdersRequestSchema: GenMessage<ListStakeholdersRequest>;
2750
+ /**
2751
+ * @generated from message pipeline.v1.ListStakeholdersResponse
2752
+ */
2753
+ export type ListStakeholdersResponse = Message<"pipeline.v1.ListStakeholdersResponse"> & {
2754
+ /**
2755
+ * @generated from field: repeated pipeline.v1.Stakeholder stakeholders = 1;
2756
+ */
2757
+ stakeholders: Stakeholder[];
2758
+ };
2759
+ /**
2760
+ * Describes the message pipeline.v1.ListStakeholdersResponse.
2761
+ * Use `create(ListStakeholdersResponseSchema)` to create a new message.
2762
+ */
2763
+ export declare const ListStakeholdersResponseSchema: GenMessage<ListStakeholdersResponse>;
2764
+ /**
2765
+ * @generated from message pipeline.v1.CreateDeploymentEngagementRequest
2766
+ */
2767
+ export type CreateDeploymentEngagementRequest = Message<"pipeline.v1.CreateDeploymentEngagementRequest"> & {
2768
+ /**
2769
+ * @generated from field: string organization_id = 1;
2770
+ */
2771
+ organizationId: string;
2772
+ /**
2773
+ * @generated from field: string company_id = 2;
2774
+ */
2775
+ companyId: string;
2776
+ /**
2777
+ * @generated from field: string deal_id = 3;
2778
+ */
2779
+ dealId: string;
2780
+ /**
2781
+ * @generated from field: string name = 4;
2782
+ */
2783
+ name: string;
2784
+ /**
2785
+ * @generated from field: pipeline.v1.DeploymentEngagementStatus status = 5;
2786
+ */
2787
+ status: DeploymentEngagementStatus;
2788
+ /**
2789
+ * @generated from field: string environment = 6;
2790
+ */
2791
+ environment: string;
2792
+ /**
2793
+ * @generated from field: string owner_id = 7;
2794
+ */
2795
+ ownerId: string;
2796
+ /**
2797
+ * @generated from field: string target_go_live = 8;
2798
+ */
2799
+ targetGoLive: string;
2800
+ /**
2801
+ * @generated from field: string success_criteria_json = 9;
2802
+ */
2803
+ successCriteriaJson: string;
2804
+ /**
2805
+ * @generated from field: string risks_json = 10;
2806
+ */
2807
+ risksJson: string;
2808
+ /**
2809
+ * @generated from field: string metadata_json = 11;
2810
+ */
2811
+ metadataJson: string;
2812
+ /**
2813
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 12;
2814
+ */
2815
+ mutation?: MutationMetadata | undefined;
2816
+ };
2817
+ /**
2818
+ * Describes the message pipeline.v1.CreateDeploymentEngagementRequest.
2819
+ * Use `create(CreateDeploymentEngagementRequestSchema)` to create a new message.
2820
+ */
2821
+ export declare const CreateDeploymentEngagementRequestSchema: GenMessage<CreateDeploymentEngagementRequest>;
2822
+ /**
2823
+ * @generated from message pipeline.v1.CreateDeploymentEngagementResponse
2824
+ */
2825
+ export type CreateDeploymentEngagementResponse = Message<"pipeline.v1.CreateDeploymentEngagementResponse"> & {
2826
+ /**
2827
+ * @generated from field: pipeline.v1.DeploymentEngagement engagement = 1;
2828
+ */
2829
+ engagement?: DeploymentEngagement | undefined;
2830
+ /**
2831
+ * @generated from field: int64 change_seq = 2;
2832
+ */
2833
+ changeSeq: bigint;
2834
+ };
2835
+ /**
2836
+ * Describes the message pipeline.v1.CreateDeploymentEngagementResponse.
2837
+ * Use `create(CreateDeploymentEngagementResponseSchema)` to create a new message.
2838
+ */
2839
+ export declare const CreateDeploymentEngagementResponseSchema: GenMessage<CreateDeploymentEngagementResponse>;
2840
+ /**
2841
+ * @generated from message pipeline.v1.GetDeploymentEngagementRequest
2842
+ */
2843
+ export type GetDeploymentEngagementRequest = Message<"pipeline.v1.GetDeploymentEngagementRequest"> & {
2844
+ /**
2845
+ * @generated from field: string organization_id = 1;
2846
+ */
2847
+ organizationId: string;
2848
+ /**
2849
+ * @generated from field: string engagement_id = 2;
2850
+ */
2851
+ engagementId: string;
2852
+ };
2853
+ /**
2854
+ * Describes the message pipeline.v1.GetDeploymentEngagementRequest.
2855
+ * Use `create(GetDeploymentEngagementRequestSchema)` to create a new message.
2856
+ */
2857
+ export declare const GetDeploymentEngagementRequestSchema: GenMessage<GetDeploymentEngagementRequest>;
2858
+ /**
2859
+ * @generated from message pipeline.v1.GetDeploymentEngagementResponse
2860
+ */
2861
+ export type GetDeploymentEngagementResponse = Message<"pipeline.v1.GetDeploymentEngagementResponse"> & {
2862
+ /**
2863
+ * @generated from field: pipeline.v1.DeploymentEngagement engagement = 1;
2864
+ */
2865
+ engagement?: DeploymentEngagement | undefined;
2866
+ };
2867
+ /**
2868
+ * Describes the message pipeline.v1.GetDeploymentEngagementResponse.
2869
+ * Use `create(GetDeploymentEngagementResponseSchema)` to create a new message.
2870
+ */
2871
+ export declare const GetDeploymentEngagementResponseSchema: GenMessage<GetDeploymentEngagementResponse>;
2872
+ /**
2873
+ * @generated from message pipeline.v1.ListDeploymentEngagementsRequest
2874
+ */
2875
+ export type ListDeploymentEngagementsRequest = Message<"pipeline.v1.ListDeploymentEngagementsRequest"> & {
2876
+ /**
2877
+ * @generated from field: string organization_id = 1;
2878
+ */
2879
+ organizationId: string;
2880
+ /**
2881
+ * @generated from field: string company_id = 2;
2882
+ */
2883
+ companyId: string;
2884
+ /**
2885
+ * @generated from field: string deal_id = 3;
2886
+ */
2887
+ dealId: string;
2888
+ /**
2889
+ * @generated from field: pipeline.v1.DeploymentEngagementStatus status = 4;
2890
+ */
2891
+ status: DeploymentEngagementStatus;
2892
+ /**
2893
+ * @generated from field: int32 limit = 5;
2894
+ */
2895
+ limit: number;
2896
+ };
2897
+ /**
2898
+ * Describes the message pipeline.v1.ListDeploymentEngagementsRequest.
2899
+ * Use `create(ListDeploymentEngagementsRequestSchema)` to create a new message.
2900
+ */
2901
+ export declare const ListDeploymentEngagementsRequestSchema: GenMessage<ListDeploymentEngagementsRequest>;
2902
+ /**
2903
+ * @generated from message pipeline.v1.ListDeploymentEngagementsResponse
2904
+ */
2905
+ export type ListDeploymentEngagementsResponse = Message<"pipeline.v1.ListDeploymentEngagementsResponse"> & {
2906
+ /**
2907
+ * @generated from field: repeated pipeline.v1.DeploymentEngagement engagements = 1;
2908
+ */
2909
+ engagements: DeploymentEngagement[];
2910
+ };
2911
+ /**
2912
+ * Describes the message pipeline.v1.ListDeploymentEngagementsResponse.
2913
+ * Use `create(ListDeploymentEngagementsResponseSchema)` to create a new message.
2914
+ */
2915
+ export declare const ListDeploymentEngagementsResponseSchema: GenMessage<ListDeploymentEngagementsResponse>;
2916
+ /**
2917
+ * @generated from message pipeline.v1.UpdateDeploymentEngagementRequest
2918
+ */
2919
+ export type UpdateDeploymentEngagementRequest = Message<"pipeline.v1.UpdateDeploymentEngagementRequest"> & {
2920
+ /**
2921
+ * @generated from field: string organization_id = 1;
2922
+ */
2923
+ organizationId: string;
2924
+ /**
2925
+ * @generated from field: string engagement_id = 2;
2926
+ */
2927
+ engagementId: string;
2928
+ /**
2929
+ * @generated from field: string name = 3;
2930
+ */
2931
+ name: string;
2932
+ /**
2933
+ * @generated from field: pipeline.v1.DeploymentEngagementStatus status = 4;
2934
+ */
2935
+ status: DeploymentEngagementStatus;
2936
+ /**
2937
+ * @generated from field: string environment = 5;
2938
+ */
2939
+ environment: string;
2940
+ /**
2941
+ * @generated from field: string owner_id = 6;
2942
+ */
2943
+ ownerId: string;
2944
+ /**
2945
+ * @generated from field: string target_go_live = 7;
2946
+ */
2947
+ targetGoLive: string;
2948
+ /**
2949
+ * @generated from field: string success_criteria_json = 8;
2950
+ */
2951
+ successCriteriaJson: string;
2952
+ /**
2953
+ * @generated from field: string risks_json = 9;
2954
+ */
2955
+ risksJson: string;
2956
+ /**
2957
+ * @generated from field: string metadata_json = 10;
2958
+ */
2959
+ metadataJson: string;
2960
+ /**
2961
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 11;
2962
+ */
2963
+ mutation?: MutationMetadata | undefined;
2964
+ };
2965
+ /**
2966
+ * Describes the message pipeline.v1.UpdateDeploymentEngagementRequest.
2967
+ * Use `create(UpdateDeploymentEngagementRequestSchema)` to create a new message.
2968
+ */
2969
+ export declare const UpdateDeploymentEngagementRequestSchema: GenMessage<UpdateDeploymentEngagementRequest>;
2970
+ /**
2971
+ * @generated from message pipeline.v1.UpdateDeploymentEngagementResponse
2972
+ */
2973
+ export type UpdateDeploymentEngagementResponse = Message<"pipeline.v1.UpdateDeploymentEngagementResponse"> & {
2974
+ /**
2975
+ * @generated from field: pipeline.v1.DeploymentEngagement engagement = 1;
2976
+ */
2977
+ engagement?: DeploymentEngagement | undefined;
2978
+ /**
2979
+ * @generated from field: int64 change_seq = 2;
2980
+ */
2981
+ changeSeq: bigint;
2982
+ };
2983
+ /**
2984
+ * Describes the message pipeline.v1.UpdateDeploymentEngagementResponse.
2985
+ * Use `create(UpdateDeploymentEngagementResponseSchema)` to create a new message.
2986
+ */
2987
+ export declare const UpdateDeploymentEngagementResponseSchema: GenMessage<UpdateDeploymentEngagementResponse>;
2988
+ /**
2989
+ * @generated from message pipeline.v1.CreateCRMEvalScenarioRequest
2990
+ */
2991
+ export type CreateCRMEvalScenarioRequest = Message<"pipeline.v1.CreateCRMEvalScenarioRequest"> & {
2992
+ /**
2993
+ * @generated from field: string organization_id = 1;
2994
+ */
2995
+ organizationId: string;
2996
+ /**
2997
+ * @generated from field: string name = 2;
2998
+ */
2999
+ name: string;
3000
+ /**
3001
+ * @generated from field: string task_type = 3;
3002
+ */
3003
+ taskType: string;
3004
+ /**
3005
+ * @generated from field: string prompt = 4;
3006
+ */
3007
+ prompt: string;
3008
+ /**
3009
+ * @generated from field: string seed_data_json = 5;
3010
+ */
3011
+ seedDataJson: string;
3012
+ /**
3013
+ * @generated from field: string expected_outcome_json = 6;
3014
+ */
3015
+ expectedOutcomeJson: string;
3016
+ /**
3017
+ * @generated from field: repeated string tags = 7;
3018
+ */
3019
+ tags: string[];
3020
+ /**
3021
+ * @generated from field: pipeline.v1.MutationMetadata mutation = 8;
3022
+ */
3023
+ mutation?: MutationMetadata | undefined;
3024
+ };
3025
+ /**
3026
+ * Describes the message pipeline.v1.CreateCRMEvalScenarioRequest.
3027
+ * Use `create(CreateCRMEvalScenarioRequestSchema)` to create a new message.
3028
+ */
3029
+ export declare const CreateCRMEvalScenarioRequestSchema: GenMessage<CreateCRMEvalScenarioRequest>;
3030
+ /**
3031
+ * @generated from message pipeline.v1.CreateCRMEvalScenarioResponse
3032
+ */
3033
+ export type CreateCRMEvalScenarioResponse = Message<"pipeline.v1.CreateCRMEvalScenarioResponse"> & {
3034
+ /**
3035
+ * @generated from field: pipeline.v1.CRMEvalScenario scenario = 1;
3036
+ */
3037
+ scenario?: CRMEvalScenario | undefined;
3038
+ /**
3039
+ * @generated from field: int64 change_seq = 2;
3040
+ */
3041
+ changeSeq: bigint;
3042
+ };
3043
+ /**
3044
+ * Describes the message pipeline.v1.CreateCRMEvalScenarioResponse.
3045
+ * Use `create(CreateCRMEvalScenarioResponseSchema)` to create a new message.
3046
+ */
3047
+ export declare const CreateCRMEvalScenarioResponseSchema: GenMessage<CreateCRMEvalScenarioResponse>;
3048
+ /**
3049
+ * @generated from message pipeline.v1.ListCRMEvalScenariosRequest
3050
+ */
3051
+ export type ListCRMEvalScenariosRequest = Message<"pipeline.v1.ListCRMEvalScenariosRequest"> & {
3052
+ /**
3053
+ * @generated from field: string organization_id = 1;
3054
+ */
3055
+ organizationId: string;
3056
+ /**
3057
+ * @generated from field: string task_type = 2;
3058
+ */
3059
+ taskType: string;
3060
+ /**
3061
+ * @generated from field: int32 limit = 3;
3062
+ */
3063
+ limit: number;
3064
+ };
3065
+ /**
3066
+ * Describes the message pipeline.v1.ListCRMEvalScenariosRequest.
3067
+ * Use `create(ListCRMEvalScenariosRequestSchema)` to create a new message.
3068
+ */
3069
+ export declare const ListCRMEvalScenariosRequestSchema: GenMessage<ListCRMEvalScenariosRequest>;
3070
+ /**
3071
+ * @generated from message pipeline.v1.ListCRMEvalScenariosResponse
3072
+ */
3073
+ export type ListCRMEvalScenariosResponse = Message<"pipeline.v1.ListCRMEvalScenariosResponse"> & {
3074
+ /**
3075
+ * @generated from field: repeated pipeline.v1.CRMEvalScenario scenarios = 1;
3076
+ */
3077
+ scenarios: CRMEvalScenario[];
3078
+ };
3079
+ /**
3080
+ * Describes the message pipeline.v1.ListCRMEvalScenariosResponse.
3081
+ * Use `create(ListCRMEvalScenariosResponseSchema)` to create a new message.
3082
+ */
3083
+ export declare const ListCRMEvalScenariosResponseSchema: GenMessage<ListCRMEvalScenariosResponse>;
3084
+ /**
3085
+ * @generated from enum pipeline.v1.CRMOwnerType
3086
+ */
3087
+ export declare enum CRMOwnerType {
3088
+ /**
3089
+ * @generated from enum value: CRM_OWNER_TYPE_UNSPECIFIED = 0;
3090
+ */
3091
+ CRM_OWNER_TYPE_UNSPECIFIED = 0,
3092
+ /**
3093
+ * @generated from enum value: CRM_OWNER_TYPE_COMPANY = 1;
3094
+ */
3095
+ CRM_OWNER_TYPE_COMPANY = 1,
3096
+ /**
3097
+ * @generated from enum value: CRM_OWNER_TYPE_CONTACT = 2;
3098
+ */
3099
+ CRM_OWNER_TYPE_CONTACT = 2,
3100
+ /**
3101
+ * @generated from enum value: CRM_OWNER_TYPE_DEAL = 3;
3102
+ */
3103
+ CRM_OWNER_TYPE_DEAL = 3,
3104
+ /**
3105
+ * @generated from enum value: CRM_OWNER_TYPE_SIGNAL = 4;
3106
+ */
3107
+ CRM_OWNER_TYPE_SIGNAL = 4,
3108
+ /**
3109
+ * @generated from enum value: CRM_OWNER_TYPE_ACTIVITY = 5;
3110
+ */
3111
+ CRM_OWNER_TYPE_ACTIVITY = 5,
3112
+ /**
3113
+ * @generated from enum value: CRM_OWNER_TYPE_SEQUENCE = 6;
3114
+ */
3115
+ CRM_OWNER_TYPE_SEQUENCE = 6,
3116
+ /**
3117
+ * @generated from enum value: CRM_OWNER_TYPE_DEPLOYMENT_ENGAGEMENT = 7;
3118
+ */
3119
+ CRM_OWNER_TYPE_DEPLOYMENT_ENGAGEMENT = 7
3120
+ }
3121
+ /**
3122
+ * Describes the enum pipeline.v1.CRMOwnerType.
3123
+ */
3124
+ export declare const CRMOwnerTypeSchema: GenEnum<CRMOwnerType>;
3125
+ /**
3126
+ * @generated from enum pipeline.v1.DealStage
3127
+ */
3128
+ export declare enum DealStage {
3129
+ /**
3130
+ * @generated from enum value: DEAL_STAGE_UNSPECIFIED = 0;
3131
+ */
3132
+ UNSPECIFIED = 0,
3133
+ /**
3134
+ * @generated from enum value: DEAL_STAGE_LEAD = 1;
3135
+ */
3136
+ LEAD = 1,
3137
+ /**
3138
+ * @generated from enum value: DEAL_STAGE_QUALIFIED = 2;
3139
+ */
3140
+ QUALIFIED = 2,
3141
+ /**
3142
+ * @generated from enum value: DEAL_STAGE_PROPOSAL = 3;
3143
+ */
3144
+ PROPOSAL = 3,
3145
+ /**
3146
+ * @generated from enum value: DEAL_STAGE_NEGOTIATION = 4;
3147
+ */
3148
+ NEGOTIATION = 4,
3149
+ /**
3150
+ * @generated from enum value: DEAL_STAGE_CLOSED_WON = 5;
3151
+ */
3152
+ CLOSED_WON = 5,
3153
+ /**
3154
+ * @generated from enum value: DEAL_STAGE_CLOSED_LOST = 6;
3155
+ */
3156
+ CLOSED_LOST = 6
3157
+ }
3158
+ /**
3159
+ * Describes the enum pipeline.v1.DealStage.
3160
+ */
3161
+ export declare const DealStageSchema: GenEnum<DealStage>;
3162
+ /**
3163
+ * @generated from enum pipeline.v1.TaskStatus
3164
+ */
3165
+ export declare enum TaskStatus {
3166
+ /**
3167
+ * @generated from enum value: TASK_STATUS_UNSPECIFIED = 0;
3168
+ */
3169
+ UNSPECIFIED = 0,
3170
+ /**
3171
+ * @generated from enum value: TASK_STATUS_OPEN = 1;
3172
+ */
3173
+ OPEN = 1,
3174
+ /**
3175
+ * @generated from enum value: TASK_STATUS_IN_PROGRESS = 2;
3176
+ */
3177
+ IN_PROGRESS = 2,
3178
+ /**
3179
+ * @generated from enum value: TASK_STATUS_DONE = 3;
3180
+ */
3181
+ DONE = 3,
3182
+ /**
3183
+ * @generated from enum value: TASK_STATUS_CANCELED = 4;
3184
+ */
3185
+ CANCELED = 4
3186
+ }
3187
+ /**
3188
+ * Describes the enum pipeline.v1.TaskStatus.
3189
+ */
3190
+ export declare const TaskStatusSchema: GenEnum<TaskStatus>;
3191
+ /**
3192
+ * @generated from enum pipeline.v1.DeploymentEngagementStatus
3193
+ */
3194
+ export declare enum DeploymentEngagementStatus {
3195
+ /**
3196
+ * @generated from enum value: DEPLOYMENT_ENGAGEMENT_STATUS_UNSPECIFIED = 0;
3197
+ */
3198
+ UNSPECIFIED = 0,
3199
+ /**
3200
+ * @generated from enum value: DEPLOYMENT_ENGAGEMENT_STATUS_PLANNED = 1;
3201
+ */
3202
+ PLANNED = 1,
3203
+ /**
3204
+ * @generated from enum value: DEPLOYMENT_ENGAGEMENT_STATUS_ACTIVE = 2;
3205
+ */
3206
+ ACTIVE = 2,
3207
+ /**
3208
+ * @generated from enum value: DEPLOYMENT_ENGAGEMENT_STATUS_BLOCKED = 3;
3209
+ */
3210
+ BLOCKED = 3,
3211
+ /**
3212
+ * @generated from enum value: DEPLOYMENT_ENGAGEMENT_STATUS_LAUNCHED = 4;
3213
+ */
3214
+ LAUNCHED = 4,
3215
+ /**
3216
+ * @generated from enum value: DEPLOYMENT_ENGAGEMENT_STATUS_CANCELED = 5;
3217
+ */
3218
+ CANCELED = 5
3219
+ }
3220
+ /**
3221
+ * Describes the enum pipeline.v1.DeploymentEngagementStatus.
3222
+ */
3223
+ export declare const DeploymentEngagementStatusSchema: GenEnum<DeploymentEngagementStatus>;
3224
+ /**
3225
+ * PipelineService owns EvalOps CRM records, revenue pipeline state, and the
3226
+ * provenance/eval surfaces agents use to operate on GTM work.
3227
+ *
3228
+ * @generated from service pipeline.v1.PipelineService
3229
+ */
3230
+ export declare const PipelineService: GenService<{
3231
+ /**
3232
+ * @generated from rpc pipeline.v1.PipelineService.CreateCompany
3233
+ */
3234
+ createCompany: {
3235
+ methodKind: "unary";
3236
+ input: typeof CreateCompanyRequestSchema;
3237
+ output: typeof CreateCompanyResponseSchema;
3238
+ };
3239
+ /**
3240
+ * @generated from rpc pipeline.v1.PipelineService.GetCompany
3241
+ */
3242
+ getCompany: {
3243
+ methodKind: "unary";
3244
+ input: typeof GetCompanyRequestSchema;
3245
+ output: typeof GetCompanyResponseSchema;
3246
+ };
3247
+ /**
3248
+ * @generated from rpc pipeline.v1.PipelineService.ListCompanies
3249
+ */
3250
+ listCompanies: {
3251
+ methodKind: "unary";
3252
+ input: typeof ListCompaniesRequestSchema;
3253
+ output: typeof ListCompaniesResponseSchema;
3254
+ };
3255
+ /**
3256
+ * @generated from rpc pipeline.v1.PipelineService.UpdateCompany
3257
+ */
3258
+ updateCompany: {
3259
+ methodKind: "unary";
3260
+ input: typeof UpdateCompanyRequestSchema;
3261
+ output: typeof UpdateCompanyResponseSchema;
3262
+ };
3263
+ /**
3264
+ * @generated from rpc pipeline.v1.PipelineService.CreateContact
3265
+ */
3266
+ createContact: {
3267
+ methodKind: "unary";
3268
+ input: typeof CreateContactRequestSchema;
3269
+ output: typeof CreateContactResponseSchema;
3270
+ };
3271
+ /**
3272
+ * @generated from rpc pipeline.v1.PipelineService.GetContact
3273
+ */
3274
+ getContact: {
3275
+ methodKind: "unary";
3276
+ input: typeof GetContactRequestSchema;
3277
+ output: typeof GetContactResponseSchema;
3278
+ };
3279
+ /**
3280
+ * @generated from rpc pipeline.v1.PipelineService.ListContacts
3281
+ */
3282
+ listContacts: {
3283
+ methodKind: "unary";
3284
+ input: typeof ListContactsRequestSchema;
3285
+ output: typeof ListContactsResponseSchema;
3286
+ };
3287
+ /**
3288
+ * @generated from rpc pipeline.v1.PipelineService.UpdateContact
3289
+ */
3290
+ updateContact: {
3291
+ methodKind: "unary";
3292
+ input: typeof UpdateContactRequestSchema;
3293
+ output: typeof UpdateContactResponseSchema;
3294
+ };
3295
+ /**
3296
+ * @generated from rpc pipeline.v1.PipelineService.CreateDeal
3297
+ */
3298
+ createDeal: {
3299
+ methodKind: "unary";
3300
+ input: typeof CreateDealRequestSchema;
3301
+ output: typeof CreateDealResponseSchema;
3302
+ };
3303
+ /**
3304
+ * @generated from rpc pipeline.v1.PipelineService.GetDeal
3305
+ */
3306
+ getDeal: {
3307
+ methodKind: "unary";
3308
+ input: typeof GetDealRequestSchema;
3309
+ output: typeof GetDealResponseSchema;
3310
+ };
3311
+ /**
3312
+ * @generated from rpc pipeline.v1.PipelineService.ListDeals
3313
+ */
3314
+ listDeals: {
3315
+ methodKind: "unary";
3316
+ input: typeof ListDealsRequestSchema;
3317
+ output: typeof ListDealsResponseSchema;
3318
+ };
3319
+ /**
3320
+ * @generated from rpc pipeline.v1.PipelineService.UpdateDeal
3321
+ */
3322
+ updateDeal: {
3323
+ methodKind: "unary";
3324
+ input: typeof UpdateDealRequestSchema;
3325
+ output: typeof UpdateDealResponseSchema;
3326
+ };
3327
+ /**
3328
+ * @generated from rpc pipeline.v1.PipelineService.CreateSignal
3329
+ */
3330
+ createSignal: {
3331
+ methodKind: "unary";
3332
+ input: typeof CreateSignalRequestSchema;
3333
+ output: typeof CreateSignalResponseSchema;
3334
+ };
3335
+ /**
3336
+ * @generated from rpc pipeline.v1.PipelineService.ListSignals
3337
+ */
3338
+ listSignals: {
3339
+ methodKind: "unary";
3340
+ input: typeof ListSignalsRequestSchema;
3341
+ output: typeof ListSignalsResponseSchema;
3342
+ };
3343
+ /**
3344
+ * @generated from rpc pipeline.v1.PipelineService.CreateActivity
3345
+ */
3346
+ createActivity: {
3347
+ methodKind: "unary";
3348
+ input: typeof CreateActivityRequestSchema;
3349
+ output: typeof CreateActivityResponseSchema;
3350
+ };
3351
+ /**
3352
+ * @generated from rpc pipeline.v1.PipelineService.ListActivities
3353
+ */
3354
+ listActivities: {
3355
+ methodKind: "unary";
3356
+ input: typeof ListActivitiesRequestSchema;
3357
+ output: typeof ListActivitiesResponseSchema;
3358
+ };
3359
+ /**
3360
+ * @generated from rpc pipeline.v1.PipelineService.CreateSequence
3361
+ */
3362
+ createSequence: {
3363
+ methodKind: "unary";
3364
+ input: typeof CreateSequenceRequestSchema;
3365
+ output: typeof CreateSequenceResponseSchema;
3366
+ };
3367
+ /**
3368
+ * @generated from rpc pipeline.v1.PipelineService.GetSequence
3369
+ */
3370
+ getSequence: {
3371
+ methodKind: "unary";
3372
+ input: typeof GetSequenceRequestSchema;
3373
+ output: typeof GetSequenceResponseSchema;
3374
+ };
3375
+ /**
3376
+ * @generated from rpc pipeline.v1.PipelineService.ListSequenceSteps
3377
+ */
3378
+ listSequenceSteps: {
3379
+ methodKind: "unary";
3380
+ input: typeof ListSequenceStepsRequestSchema;
3381
+ output: typeof ListSequenceStepsResponseSchema;
3382
+ };
3383
+ /**
3384
+ * @generated from rpc pipeline.v1.PipelineService.UpdateSequenceStatus
3385
+ */
3386
+ updateSequenceStatus: {
3387
+ methodKind: "unary";
3388
+ input: typeof UpdateSequenceStatusRequestSchema;
3389
+ output: typeof UpdateSequenceStatusResponseSchema;
3390
+ };
3391
+ /**
3392
+ * @generated from rpc pipeline.v1.PipelineService.CreateExternalRef
3393
+ */
3394
+ createExternalRef: {
3395
+ methodKind: "unary";
3396
+ input: typeof CreateExternalRefRequestSchema;
3397
+ output: typeof CreateExternalRefResponseSchema;
3398
+ };
3399
+ /**
3400
+ * @generated from rpc pipeline.v1.PipelineService.ListExternalRefs
3401
+ */
3402
+ listExternalRefs: {
3403
+ methodKind: "unary";
3404
+ input: typeof ListExternalRefsRequestSchema;
3405
+ output: typeof ListExternalRefsResponseSchema;
3406
+ };
3407
+ /**
3408
+ * @generated from rpc pipeline.v1.PipelineService.RecordFieldProvenance
3409
+ */
3410
+ recordFieldProvenance: {
3411
+ methodKind: "unary";
3412
+ input: typeof RecordFieldProvenanceRequestSchema;
3413
+ output: typeof RecordFieldProvenanceResponseSchema;
3414
+ };
3415
+ /**
3416
+ * @generated from rpc pipeline.v1.PipelineService.ListFieldProvenance
3417
+ */
3418
+ listFieldProvenance: {
3419
+ methodKind: "unary";
3420
+ input: typeof ListFieldProvenanceRequestSchema;
3421
+ output: typeof ListFieldProvenanceResponseSchema;
3422
+ };
3423
+ /**
3424
+ * @generated from rpc pipeline.v1.PipelineService.CreateCRMTask
3425
+ */
3426
+ createCRMTask: {
3427
+ methodKind: "unary";
3428
+ input: typeof CreateCRMTaskRequestSchema;
3429
+ output: typeof CreateCRMTaskResponseSchema;
3430
+ };
3431
+ /**
3432
+ * @generated from rpc pipeline.v1.PipelineService.GetCRMTask
3433
+ */
3434
+ getCRMTask: {
3435
+ methodKind: "unary";
3436
+ input: typeof GetCRMTaskRequestSchema;
3437
+ output: typeof GetCRMTaskResponseSchema;
3438
+ };
3439
+ /**
3440
+ * @generated from rpc pipeline.v1.PipelineService.ListCRMTasks
3441
+ */
3442
+ listCRMTasks: {
3443
+ methodKind: "unary";
3444
+ input: typeof ListCRMTasksRequestSchema;
3445
+ output: typeof ListCRMTasksResponseSchema;
3446
+ };
3447
+ /**
3448
+ * @generated from rpc pipeline.v1.PipelineService.UpdateCRMTask
3449
+ */
3450
+ updateCRMTask: {
3451
+ methodKind: "unary";
3452
+ input: typeof UpdateCRMTaskRequestSchema;
3453
+ output: typeof UpdateCRMTaskResponseSchema;
3454
+ };
3455
+ /**
3456
+ * @generated from rpc pipeline.v1.PipelineService.CreateCRMMeeting
3457
+ */
3458
+ createCRMMeeting: {
3459
+ methodKind: "unary";
3460
+ input: typeof CreateCRMMeetingRequestSchema;
3461
+ output: typeof CreateCRMMeetingResponseSchema;
3462
+ };
3463
+ /**
3464
+ * @generated from rpc pipeline.v1.PipelineService.ListCRMMeetings
3465
+ */
3466
+ listCRMMeetings: {
3467
+ methodKind: "unary";
3468
+ input: typeof ListCRMMeetingsRequestSchema;
3469
+ output: typeof ListCRMMeetingsResponseSchema;
3470
+ };
3471
+ /**
3472
+ * @generated from rpc pipeline.v1.PipelineService.CreateStakeholder
3473
+ */
3474
+ createStakeholder: {
3475
+ methodKind: "unary";
3476
+ input: typeof CreateStakeholderRequestSchema;
3477
+ output: typeof CreateStakeholderResponseSchema;
3478
+ };
3479
+ /**
3480
+ * @generated from rpc pipeline.v1.PipelineService.ListStakeholders
3481
+ */
3482
+ listStakeholders: {
3483
+ methodKind: "unary";
3484
+ input: typeof ListStakeholdersRequestSchema;
3485
+ output: typeof ListStakeholdersResponseSchema;
3486
+ };
3487
+ /**
3488
+ * @generated from rpc pipeline.v1.PipelineService.CreateDeploymentEngagement
3489
+ */
3490
+ createDeploymentEngagement: {
3491
+ methodKind: "unary";
3492
+ input: typeof CreateDeploymentEngagementRequestSchema;
3493
+ output: typeof CreateDeploymentEngagementResponseSchema;
3494
+ };
3495
+ /**
3496
+ * @generated from rpc pipeline.v1.PipelineService.GetDeploymentEngagement
3497
+ */
3498
+ getDeploymentEngagement: {
3499
+ methodKind: "unary";
3500
+ input: typeof GetDeploymentEngagementRequestSchema;
3501
+ output: typeof GetDeploymentEngagementResponseSchema;
3502
+ };
3503
+ /**
3504
+ * @generated from rpc pipeline.v1.PipelineService.ListDeploymentEngagements
3505
+ */
3506
+ listDeploymentEngagements: {
3507
+ methodKind: "unary";
3508
+ input: typeof ListDeploymentEngagementsRequestSchema;
3509
+ output: typeof ListDeploymentEngagementsResponseSchema;
3510
+ };
3511
+ /**
3512
+ * @generated from rpc pipeline.v1.PipelineService.UpdateDeploymentEngagement
3513
+ */
3514
+ updateDeploymentEngagement: {
3515
+ methodKind: "unary";
3516
+ input: typeof UpdateDeploymentEngagementRequestSchema;
3517
+ output: typeof UpdateDeploymentEngagementResponseSchema;
3518
+ };
3519
+ /**
3520
+ * @generated from rpc pipeline.v1.PipelineService.CreateCRMEvalScenario
3521
+ */
3522
+ createCRMEvalScenario: {
3523
+ methodKind: "unary";
3524
+ input: typeof CreateCRMEvalScenarioRequestSchema;
3525
+ output: typeof CreateCRMEvalScenarioResponseSchema;
3526
+ };
3527
+ /**
3528
+ * @generated from rpc pipeline.v1.PipelineService.ListCRMEvalScenarios
3529
+ */
3530
+ listCRMEvalScenarios: {
3531
+ methodKind: "unary";
3532
+ input: typeof ListCRMEvalScenariosRequestSchema;
3533
+ output: typeof ListCRMEvalScenariosResponseSchema;
3534
+ };
3535
+ }>;