@evalops/sdk-ts 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist/agentregistry/v1/service_pb.d.ts +11 -11
  2. package/dist/agentregistry/v1/service_pb.js +1 -1
  3. package/dist/agentruntime/v1/runtime_pb.d.ts +1612 -227
  4. package/dist/agentruntime/v1/runtime_pb.js +782 -51
  5. package/dist/agents/v1/agents_pb.d.ts +781 -20
  6. package/dist/agents/v1/agents_pb.js +301 -31
  7. package/dist/approvals/v1/approvals_pb.d.ts +17 -17
  8. package/dist/approvals/v1/approvals_pb.js +1 -1
  9. package/dist/artifacts/v1/artifacts_pb.d.ts +32 -32
  10. package/dist/artifacts/v1/artifacts_pb.js +1 -1
  11. package/dist/attestation/v1/attestation_pb.d.ts +7 -7
  12. package/dist/attestation/v1/attestation_pb.js +1 -1
  13. package/dist/attribution/v1/attribution_pb.d.ts +38 -38
  14. package/dist/attribution/v1/attribution_pb.js +1 -1
  15. package/dist/audit/v1/audit_pb.d.ts +30 -30
  16. package/dist/audit/v1/audit_pb.js +1 -1
  17. package/dist/buf/validate/validate_pb.d.ts +9 -9
  18. package/dist/catalogs/v1/catalogs_pb.d.ts +10 -10
  19. package/dist/catalogs/v1/catalogs_pb.js +1 -1
  20. package/dist/common/v1/analytics_pb.d.ts +4 -4
  21. package/dist/common/v1/analytics_pb.js +1 -1
  22. package/dist/common/v1/authz_pb.d.ts +4 -0
  23. package/dist/common/v1/authz_pb.js +8 -4
  24. package/dist/common/v1/delivery_pb.js +1 -1
  25. package/dist/common/v1/entity_pb.js +1 -1
  26. package/dist/common/v1/risk_pb.js +1 -1
  27. package/dist/common/v1/surface_pb.d.ts +42 -0
  28. package/dist/common/v1/surface_pb.js +46 -0
  29. package/dist/compliance/v1/compliance_pb.d.ts +24 -24
  30. package/dist/compliance/v1/compliance_pb.js +1 -1
  31. package/dist/config/v1/config_pb.d.ts +13 -13
  32. package/dist/config/v1/config_pb.js +1 -1
  33. package/dist/connectors/v1/connectors_pb.d.ts +13 -13
  34. package/dist/connectors/v1/connectors_pb.js +1 -1
  35. package/dist/entities/v1/entities_pb.d.ts +15 -15
  36. package/dist/entities/v1/entities_pb.js +1 -1
  37. package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +19 -19
  38. package/dist/evalpipeline/v1/evalpipeline_pb.js +1 -1
  39. package/dist/events/v1/change_pb.d.ts +2 -2
  40. package/dist/events/v1/change_pb.js +1 -1
  41. package/dist/events/v1/cloudevent_pb.d.ts +2 -2
  42. package/dist/events/v1/cloudevent_pb.js +1 -1
  43. package/dist/events/v1/evaluation_pb.d.ts +10 -10
  44. package/dist/events/v1/evaluation_pb.js +1 -1
  45. package/dist/fermata/v1/fermata_pb.d.ts +1604 -203
  46. package/dist/fermata/v1/fermata_pb.js +350 -51
  47. package/dist/fermata/v1/worker_pb.d.ts +15 -7
  48. package/dist/fermata/v1/worker_pb.js +3 -2
  49. package/dist/gate/v1/audit_pb.d.ts +8 -8
  50. package/dist/gate/v1/audit_pb.js +1 -1
  51. package/dist/gate/v1/connector_pb.d.ts +8 -8
  52. package/dist/gate/v1/connector_pb.js +1 -1
  53. package/dist/gate/v1/controlplane_pb.js +1 -1
  54. package/dist/gate/v1/identity_group_pb.d.ts +7 -7
  55. package/dist/gate/v1/identity_group_pb.js +1 -1
  56. package/dist/gate/v1/recording_pb.d.ts +1 -1
  57. package/dist/gate/v1/recording_pb.js +1 -1
  58. package/dist/gate/v1/resource_policy_pb.d.ts +19 -19
  59. package/dist/gate/v1/resource_policy_pb.js +1 -1
  60. package/dist/gate/v1/tenant_pb.d.ts +7 -7
  61. package/dist/gate/v1/tenant_pb.js +1 -1
  62. package/dist/gate/v1/webhook_access_pb.d.ts +11 -11
  63. package/dist/gate/v1/webhook_access_pb.js +1 -1
  64. package/dist/governance/v1/governance_pb.d.ts +28 -28
  65. package/dist/governance/v1/governance_pb.js +1 -1
  66. package/dist/identity/v1/organizations_pb.d.ts +9 -9
  67. package/dist/identity/v1/organizations_pb.js +1 -1
  68. package/dist/identity/v1/sessions_pb.d.ts +4 -4
  69. package/dist/identity/v1/sessions_pb.js +1 -1
  70. package/dist/identity/v1/tokens_pb.d.ts +5 -5
  71. package/dist/identity/v1/tokens_pb.js +1 -1
  72. package/dist/ingest/v1/admin_pb.d.ts +10 -10
  73. package/dist/ingest/v1/admin_pb.js +1 -1
  74. package/dist/ingest/v1/event_pb.d.ts +5 -5
  75. package/dist/ingest/v1/event_pb.js +1 -1
  76. package/dist/keys/v1/keys_pb.d.ts +9 -9
  77. package/dist/keys/v1/keys_pb.js +1 -1
  78. package/dist/llmgateway/v1/gateway_pb.d.ts +23 -23
  79. package/dist/llmgateway/v1/gateway_pb.js +1 -1
  80. package/dist/maestro/v1/events_pb.d.ts +930 -0
  81. package/dist/maestro/v1/events_pb.js +316 -0
  82. package/dist/maestro/v1/timeline_pb.d.ts +462 -0
  83. package/dist/maestro/v1/timeline_pb.js +235 -0
  84. package/dist/memory/v1/memory_pb.d.ts +18 -18
  85. package/dist/memory/v1/memory_pb.js +1 -1
  86. package/dist/meter/v1/meter_pb.d.ts +42 -42
  87. package/dist/meter/v1/meter_pb.js +1 -1
  88. package/dist/notifications/v1/notifications_pb.d.ts +10 -10
  89. package/dist/notifications/v1/notifications_pb.js +1 -1
  90. package/dist/objectives/v1/objectives_pb.d.ts +35 -26
  91. package/dist/objectives/v1/objectives_pb.js +3 -2
  92. package/dist/posture/v1/posture_pb.d.ts +8 -8
  93. package/dist/posture/v1/posture_pb.js +1 -1
  94. package/dist/prompts/v1/prompts_pb.d.ts +15 -15
  95. package/dist/prompts/v1/prompts_pb.js +1 -1
  96. package/dist/relationships/v1/relationships_pb.d.ts +15 -15
  97. package/dist/relationships/v1/relationships_pb.js +1 -1
  98. package/dist/remoterunner/v1/remoterunner_pb.d.ts +1786 -0
  99. package/dist/remoterunner/v1/remoterunner_pb.js +531 -0
  100. package/dist/secretbroker/v1/broker_pb.d.ts +15 -15
  101. package/dist/secretbroker/v1/broker_pb.js +1 -1
  102. package/dist/skills/v1/skills_pb.d.ts +9 -9
  103. package/dist/skills/v1/skills_pb.js +1 -1
  104. package/dist/tap/v1/admin_pb.d.ts +10 -10
  105. package/dist/tap/v1/admin_pb.js +1 -1
  106. package/dist/tap/v1/event_pb.d.ts +5 -5
  107. package/dist/tap/v1/event_pb.js +1 -1
  108. package/dist/toolexecution/v1/toolexecution_pb.d.ts +35 -29
  109. package/dist/toolexecution/v1/toolexecution_pb.js +3 -2
  110. package/dist/traces/v1/traces_pb.d.ts +17 -17
  111. package/dist/traces/v1/traces_pb.js +1 -1
  112. package/dist/workflows/v1/workflows_pb.d.ts +36 -36
  113. package/dist/workflows/v1/workflows_pb.js +1 -1
  114. package/package.json +17 -1
@@ -84,15 +84,15 @@ export type Event = Message<"audit.v1.Event"> & {
84
84
  /**
85
85
  * @generated from field: google.protobuf.Timestamp timestamp = 2;
86
86
  */
87
- timestamp?: Timestamp;
87
+ timestamp?: Timestamp | undefined;
88
88
  /**
89
89
  * @generated from field: audit.v1.Actor actor = 3;
90
90
  */
91
- actor?: Actor;
91
+ actor?: Actor | undefined;
92
92
  /**
93
93
  * @generated from field: audit.v1.Resource resource = 4;
94
94
  */
95
- resource?: Resource;
95
+ resource?: Resource | undefined;
96
96
  /**
97
97
  * @generated from field: string action = 5;
98
98
  */
@@ -174,7 +174,7 @@ export type ComplianceEvidenceItem = Message<"audit.v1.ComplianceEvidenceItem">
174
174
  /**
175
175
  * @generated from field: google.protobuf.Timestamp event_time = 4;
176
176
  */
177
- eventTime?: Timestamp;
177
+ eventTime?: Timestamp | undefined;
178
178
  /**
179
179
  * @generated from field: string actor_id = 5;
180
180
  */
@@ -250,15 +250,15 @@ export type ComplianceReport = Message<"audit.v1.ComplianceReport"> & {
250
250
  /**
251
251
  * @generated from field: google.protobuf.Timestamp period_start = 4;
252
252
  */
253
- periodStart?: Timestamp;
253
+ periodStart?: Timestamp | undefined;
254
254
  /**
255
255
  * @generated from field: google.protobuf.Timestamp period_end = 5;
256
256
  */
257
- periodEnd?: Timestamp;
257
+ periodEnd?: Timestamp | undefined;
258
258
  /**
259
259
  * @generated from field: google.protobuf.Timestamp generated_at = 6;
260
260
  */
261
- generatedAt?: Timestamp;
261
+ generatedAt?: Timestamp | undefined;
262
262
  /**
263
263
  * @generated from field: string template_version = 7;
264
264
  */
@@ -310,7 +310,7 @@ export type ComplianceReportSchedule = Message<"audit.v1.ComplianceReportSchedul
310
310
  /**
311
311
  * @generated from field: google.protobuf.Timestamp next_run_time = 5;
312
312
  */
313
- nextRunTime?: Timestamp;
313
+ nextRunTime?: Timestamp | undefined;
314
314
  /**
315
315
  * @generated from field: bool enabled = 6;
316
316
  */
@@ -322,11 +322,11 @@ export type ComplianceReportSchedule = Message<"audit.v1.ComplianceReportSchedul
322
322
  /**
323
323
  * @generated from field: google.protobuf.Timestamp created_at = 8;
324
324
  */
325
- createdAt?: Timestamp;
325
+ createdAt?: Timestamp | undefined;
326
326
  /**
327
327
  * @generated from field: google.protobuf.Timestamp updated_at = 9;
328
328
  */
329
- updatedAt?: Timestamp;
329
+ updatedAt?: Timestamp | undefined;
330
330
  };
331
331
  /**
332
332
  * Describes the message audit.v1.ComplianceReportSchedule.
@@ -340,11 +340,11 @@ export type RecordEventRequest = Message<"audit.v1.RecordEventRequest"> & {
340
340
  /**
341
341
  * @generated from field: audit.v1.Actor actor = 1;
342
342
  */
343
- actor?: Actor;
343
+ actor?: Actor | undefined;
344
344
  /**
345
345
  * @generated from field: audit.v1.Resource resource = 2;
346
346
  */
347
- resource?: Resource;
347
+ resource?: Resource | undefined;
348
348
  /**
349
349
  * @generated from field: string action = 3;
350
350
  */
@@ -416,7 +416,7 @@ export type RecordEventResponse = Message<"audit.v1.RecordEventResponse"> & {
416
416
  /**
417
417
  * @generated from field: google.protobuf.Timestamp timestamp = 2;
418
418
  */
419
- timestamp?: Timestamp;
419
+ timestamp?: Timestamp | undefined;
420
420
  /**
421
421
  * @generated from field: string checksum = 3;
422
422
  */
@@ -438,11 +438,11 @@ export type QueryEventsRequest = Message<"audit.v1.QueryEventsRequest"> & {
438
438
  /**
439
439
  * @generated from field: google.protobuf.Timestamp start_time = 2;
440
440
  */
441
- startTime?: Timestamp;
441
+ startTime?: Timestamp | undefined;
442
442
  /**
443
443
  * @generated from field: google.protobuf.Timestamp end_time = 3;
444
444
  */
445
- endTime?: Timestamp;
445
+ endTime?: Timestamp | undefined;
446
446
  /**
447
447
  * @generated from field: string actor_id = 4;
448
448
  */
@@ -530,11 +530,11 @@ export type GetEvidenceChainRequest = Message<"audit.v1.GetEvidenceChainRequest"
530
530
  /**
531
531
  * @generated from field: google.protobuf.Timestamp start_time = 3;
532
532
  */
533
- startTime?: Timestamp;
533
+ startTime?: Timestamp | undefined;
534
534
  /**
535
535
  * @generated from field: google.protobuf.Timestamp end_time = 4;
536
536
  */
537
- endTime?: Timestamp;
537
+ endTime?: Timestamp | undefined;
538
538
  /**
539
539
  * @generated from field: bool include_state_changes = 5;
540
540
  */
@@ -564,7 +564,7 @@ export type EvidenceChainStep = Message<"audit.v1.EvidenceChainStep"> & {
564
564
  /**
565
565
  * @generated from field: audit.v1.Event event = 4;
566
566
  */
567
- event?: Event;
567
+ event?: Event | undefined;
568
568
  };
569
569
  /**
570
570
  * Describes the message audit.v1.EvidenceChainStep.
@@ -594,11 +594,11 @@ export type GetEvidenceChainResponse = Message<"audit.v1.GetEvidenceChainRespons
594
594
  /**
595
595
  * @generated from field: google.protobuf.Timestamp first_event_time = 5;
596
596
  */
597
- firstEventTime?: Timestamp;
597
+ firstEventTime?: Timestamp | undefined;
598
598
  /**
599
599
  * @generated from field: google.protobuf.Timestamp last_event_time = 6;
600
600
  */
601
- lastEventTime?: Timestamp;
601
+ lastEventTime?: Timestamp | undefined;
602
602
  };
603
603
  /**
604
604
  * Describes the message audit.v1.GetEvidenceChainResponse.
@@ -616,11 +616,11 @@ export type ExportEventsRequest = Message<"audit.v1.ExportEventsRequest"> & {
616
616
  /**
617
617
  * @generated from field: google.protobuf.Timestamp start_time = 2;
618
618
  */
619
- startTime?: Timestamp;
619
+ startTime?: Timestamp | undefined;
620
620
  /**
621
621
  * @generated from field: google.protobuf.Timestamp end_time = 3;
622
622
  */
623
- endTime?: Timestamp;
623
+ endTime?: Timestamp | undefined;
624
624
  /**
625
625
  * @generated from field: string format = 4;
626
626
  */
@@ -712,11 +712,11 @@ export type GenerateComplianceReportRequest = Message<"audit.v1.GenerateComplian
712
712
  /**
713
713
  * @generated from field: google.protobuf.Timestamp period_start = 3;
714
714
  */
715
- periodStart?: Timestamp;
715
+ periodStart?: Timestamp | undefined;
716
716
  /**
717
717
  * @generated from field: google.protobuf.Timestamp period_end = 4;
718
718
  */
719
- periodEnd?: Timestamp;
719
+ periodEnd?: Timestamp | undefined;
720
720
  };
721
721
  /**
722
722
  * Describes the message audit.v1.GenerateComplianceReportRequest.
@@ -730,7 +730,7 @@ export type GenerateComplianceReportResponse = Message<"audit.v1.GenerateComplia
730
730
  /**
731
731
  * @generated from field: audit.v1.ComplianceReport report = 1;
732
732
  */
733
- report?: ComplianceReport;
733
+ report?: ComplianceReport | undefined;
734
734
  };
735
735
  /**
736
736
  * Describes the message audit.v1.GenerateComplianceReportResponse.
@@ -762,7 +762,7 @@ export type GetComplianceReportResponse = Message<"audit.v1.GetComplianceReportR
762
762
  /**
763
763
  * @generated from field: audit.v1.ComplianceReport report = 1;
764
764
  */
765
- report?: ComplianceReport;
765
+ report?: ComplianceReport | undefined;
766
766
  };
767
767
  /**
768
768
  * Describes the message audit.v1.GetComplianceReportResponse.
@@ -872,11 +872,11 @@ export type ScheduleComplianceReportRequest = Message<"audit.v1.ScheduleComplian
872
872
  /**
873
873
  * @generated from field: google.protobuf.Timestamp next_run_time = 4;
874
874
  */
875
- nextRunTime?: Timestamp;
875
+ nextRunTime?: Timestamp | undefined;
876
876
  /**
877
877
  * @generated from field: optional bool enabled = 5;
878
878
  */
879
- enabled?: boolean;
879
+ enabled?: boolean | undefined;
880
880
  /**
881
881
  * @generated from field: repeated audit.v1.ComplianceReportFormat formats = 6;
882
882
  */
@@ -894,7 +894,7 @@ export type ScheduleComplianceReportResponse = Message<"audit.v1.ScheduleComplia
894
894
  /**
895
895
  * @generated from field: audit.v1.ComplianceReportSchedule schedule = 1;
896
896
  */
897
- schedule?: ComplianceReportSchedule;
897
+ schedule?: ComplianceReportSchedule | undefined;
898
898
  };
899
899
  /**
900
900
  * Describes the message audit.v1.ScheduleComplianceReportResponse.
@@ -940,7 +940,7 @@ export type RunDueComplianceReportSchedulesRequest = Message<"audit.v1.RunDueCom
940
940
  /**
941
941
  * @generated from field: google.protobuf.Timestamp as_of = 2;
942
942
  */
943
- asOf?: Timestamp;
943
+ asOf?: Timestamp | undefined;
944
944
  };
945
945
  /**
946
946
  * Describes the message audit.v1.RunDueComplianceReportSchedulesRequest.
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file audit/v1/audit.proto (package audit.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -3802,7 +3802,7 @@ export type RepeatedRules = Message<"buf.validate.RepeatedRules"> & {
3802
3802
  *
3803
3803
  * @generated from field: optional buf.validate.FieldRules items = 4;
3804
3804
  */
3805
- items?: FieldRules;
3805
+ items?: FieldRules | undefined;
3806
3806
  };
3807
3807
  /**
3808
3808
  * Describes the message buf.validate.RepeatedRules.
@@ -3862,7 +3862,7 @@ export type MapRules = Message<"buf.validate.MapRules"> & {
3862
3862
  *
3863
3863
  * @generated from field: optional buf.validate.FieldRules keys = 4;
3864
3864
  */
3865
- keys?: FieldRules;
3865
+ keys?: FieldRules | undefined;
3866
3866
  /**
3867
3867
  * Specifies the rules to be applied to the value of each key in the
3868
3868
  * field. Message values will still have their validations evaluated unless
@@ -3883,7 +3883,7 @@ export type MapRules = Message<"buf.validate.MapRules"> & {
3883
3883
  *
3884
3884
  * @generated from field: optional buf.validate.FieldRules values = 5;
3885
3885
  */
3886
- values?: FieldRules;
3886
+ values?: FieldRules | undefined;
3887
3887
  };
3888
3888
  /**
3889
3889
  * Describes the message buf.validate.MapRules.
@@ -3954,7 +3954,7 @@ export type DurationRules = Message<"buf.validate.DurationRules"> & {
3954
3954
  *
3955
3955
  * @generated from field: optional google.protobuf.Duration const = 2;
3956
3956
  */
3957
- const?: Duration;
3957
+ const?: Duration | undefined;
3958
3958
  /**
3959
3959
  * @generated from oneof buf.validate.DurationRules.less_than
3960
3960
  */
@@ -4129,7 +4129,7 @@ export type FieldMaskRules = Message<"buf.validate.FieldMaskRules"> & {
4129
4129
  *
4130
4130
  * @generated from field: optional google.protobuf.FieldMask const = 1;
4131
4131
  */
4132
- const?: FieldMask;
4132
+ const?: FieldMask | undefined;
4133
4133
  /**
4134
4134
  * `in` requires the field value to only contain paths matching specified
4135
4135
  * values or their subpaths.
@@ -4209,7 +4209,7 @@ export type TimestampRules = Message<"buf.validate.TimestampRules"> & {
4209
4209
  *
4210
4210
  * @generated from field: optional google.protobuf.Timestamp const = 2;
4211
4211
  */
4212
- const?: Timestamp;
4212
+ const?: Timestamp | undefined;
4213
4213
  /**
4214
4214
  * @generated from oneof buf.validate.TimestampRules.less_than
4215
4215
  */
@@ -4346,7 +4346,7 @@ export type TimestampRules = Message<"buf.validate.TimestampRules"> & {
4346
4346
  *
4347
4347
  * @generated from field: optional google.protobuf.Duration within = 9;
4348
4348
  */
4349
- within?: Duration;
4349
+ within?: Duration | undefined;
4350
4350
  /**
4351
4351
  * `example` specifies values that the field may have. These values SHOULD
4352
4352
  * conform to other rules. `example` values will not impact validation
@@ -4461,7 +4461,7 @@ export type Violation = Message<"buf.validate.Violation"> & {
4461
4461
  *
4462
4462
  * @generated from field: optional buf.validate.FieldPath field = 5;
4463
4463
  */
4464
- field?: FieldPath;
4464
+ field?: FieldPath | undefined;
4465
4465
  /**
4466
4466
  * `rule` is a machine-readable path that points to the specific rule that failed validation.
4467
4467
  * This will be a nested field starting from the FieldRules of the field that failed validation.
@@ -4494,7 +4494,7 @@ export type Violation = Message<"buf.validate.Violation"> & {
4494
4494
  *
4495
4495
  * @generated from field: optional buf.validate.FieldPath rule = 6;
4496
4496
  */
4497
- rule?: FieldPath;
4497
+ rule?: FieldPath | undefined;
4498
4498
  /**
4499
4499
  * `rule_id` is the unique identifier of the `Rule` that was not fulfilled.
4500
4500
  * This is the same `id` that was specified in the `Rule` message, allowing easy tracing of which rule was violated.
@@ -67,43 +67,43 @@ export type NATSSubject = Message<"catalogs.v1.NATSSubject"> & {
67
67
  /**
68
68
  * @generated from field: optional string publisher = 1;
69
69
  */
70
- publisher?: string;
70
+ publisher?: string | undefined;
71
71
  /**
72
72
  * @generated from field: optional string schema = 2;
73
73
  */
74
- schema?: string;
74
+ schema?: string | undefined;
75
75
  /**
76
76
  * @generated from field: optional string transport = 3;
77
77
  */
78
- transport?: string;
78
+ transport?: string | undefined;
79
79
  /**
80
80
  * @generated from field: optional string stream = 4;
81
81
  */
82
- stream?: string;
82
+ stream?: string | undefined;
83
83
  /**
84
84
  * @generated from field: optional string retention = 5;
85
85
  */
86
- retention?: string;
86
+ retention?: string | undefined;
87
87
  /**
88
88
  * @generated from field: optional string consumers = 6;
89
89
  */
90
- consumers?: string;
90
+ consumers?: string | undefined;
91
91
  /**
92
92
  * @generated from field: optional string status = 7;
93
93
  */
94
- status?: string;
94
+ status?: string | undefined;
95
95
  /**
96
96
  * @generated from field: optional string priority = 8;
97
97
  */
98
- priority?: string;
98
+ priority?: string | undefined;
99
99
  /**
100
100
  * @generated from field: optional string issue = 9;
101
101
  */
102
- issue?: string;
102
+ issue?: string | undefined;
103
103
  /**
104
104
  * @generated from field: optional string notes = 10;
105
105
  */
106
- notes?: string;
106
+ notes?: string | undefined;
107
107
  };
108
108
  /**
109
109
  * Describes the message catalogs.v1.NATSSubject.
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file catalogs/v1/catalogs.proto (package catalogs.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -14,11 +14,11 @@ export type TimeRange = Message<"common.v1.TimeRange"> & {
14
14
  /**
15
15
  * @generated from field: google.protobuf.Timestamp start_time = 1;
16
16
  */
17
- startTime?: Timestamp;
17
+ startTime?: Timestamp | undefined;
18
18
  /**
19
19
  * @generated from field: google.protobuf.Timestamp end_time = 2;
20
20
  */
21
- endTime?: Timestamp;
21
+ endTime?: Timestamp | undefined;
22
22
  };
23
23
  /**
24
24
  * Describes the message common.v1.TimeRange.
@@ -66,7 +66,7 @@ export type EvidenceRef = Message<"common.v1.EvidenceRef"> & {
66
66
  /**
67
67
  * @generated from field: google.protobuf.Timestamp observed_at = 4;
68
68
  */
69
- observedAt?: Timestamp;
69
+ observedAt?: Timestamp | undefined;
70
70
  /**
71
71
  * @generated from field: double weight = 5;
72
72
  */
@@ -74,7 +74,7 @@ export type EvidenceRef = Message<"common.v1.EvidenceRef"> & {
74
74
  /**
75
75
  * @generated from field: google.protobuf.Struct metadata = 6;
76
76
  */
77
- metadata?: JsonObject;
77
+ metadata?: JsonObject | undefined;
78
78
  /**
79
79
  * @generated from field: string lineage_id = 7;
80
80
  */
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file common/v1/analytics.proto (package common.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -13,6 +13,10 @@ export declare const required_scopes: GenExtension<MethodOptions, string[]>;
13
13
  * @generated from extension: string workspace_scope_field = 51002;
14
14
  */
15
15
  export declare const workspace_scope_field: GenExtension<MethodOptions, string>;
16
+ /**
17
+ * @generated from extension: string organization_scope_field = 51005;
18
+ */
19
+ export declare const organization_scope_field: GenExtension<MethodOptions, string>;
16
20
  /**
17
21
  * @generated from extension: common.v1.RiskLevel risk_level = 51003;
18
22
  */
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file common/v1/authz.proto (package common.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
@@ -7,7 +7,7 @@ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
7
7
  /**
8
8
  * Describes the file common/v1/authz.proto.
9
9
  */
10
- export const file_common_v1_authz = /*@__PURE__*/ fileDesc("ChVjb21tb24vdjEvYXV0aHoucHJvdG8SCWNvbW1vbi52MTpJCg9yZXF1aXJlZF9zY29wZXMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi5jgMgAygJUg5yZXF1aXJlZFNjb3BlczpUChV3b3Jrc3BhY2Vfc2NvcGVfZmllbGQSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi6jgMgASgJUhN3b3Jrc3BhY2VTY29wZUZpZWxkOlUKCnJpc2tfbGV2ZWwSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi7jgMgASgOMhQuY29tbW9uLnYxLlJpc2tMZXZlbFIJcmlza0xldmVsOjgKBnB1YmxpYxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLyOAyABKAhSBnB1YmxpY0I3WjVnaXRodWIuY29tL2V2YWxvcHMvcGxhdGZvcm0vZ2VuL2dvL2NvbW1vbi92MTtjb21tb252MWIGcHJvdG8z", [file_common_v1_risk, file_google_protobuf_descriptor]);
10
+ export const file_common_v1_authz = /*@__PURE__*/ fileDesc("ChVjb21tb24vdjEvYXV0aHoucHJvdG8SCWNvbW1vbi52MTpJCg9yZXF1aXJlZF9zY29wZXMSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi5jgMgAygJUg5yZXF1aXJlZFNjb3BlczpUChV3b3Jrc3BhY2Vfc2NvcGVfZmllbGQSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxi6jgMgASgJUhN3b3Jrc3BhY2VTY29wZUZpZWxkOloKGG9yZ2FuaXphdGlvbl9zY29wZV9maWVsZBIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGL2OAyABKAlSFm9yZ2FuaXphdGlvblNjb3BlRmllbGQ6VQoKcmlza19sZXZlbBIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGLuOAyABKA4yFC5jb21tb24udjEuUmlza0xldmVsUglyaXNrTGV2ZWw6OAoGcHVibGljEh4uZ29vZ2xlLnByb3RvYnVmLk1ldGhvZE9wdGlvbnMYvI4DIAEoCFIGcHVibGljQjdaNWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vY29tbW9uL3YxO2NvbW1vbnYxYgZwcm90bzM", [file_common_v1_risk, file_google_protobuf_descriptor]);
11
11
  /**
12
12
  * @generated from extension: repeated string required_scopes = 51001;
13
13
  */
@@ -16,11 +16,15 @@ export const required_scopes = /*@__PURE__*/ extDesc(file_common_v1_authz, 0);
16
16
  * @generated from extension: string workspace_scope_field = 51002;
17
17
  */
18
18
  export const workspace_scope_field = /*@__PURE__*/ extDesc(file_common_v1_authz, 1);
19
+ /**
20
+ * @generated from extension: string organization_scope_field = 51005;
21
+ */
22
+ export const organization_scope_field = /*@__PURE__*/ extDesc(file_common_v1_authz, 2);
19
23
  /**
20
24
  * @generated from extension: common.v1.RiskLevel risk_level = 51003;
21
25
  */
22
- export const risk_level = /*@__PURE__*/ extDesc(file_common_v1_authz, 2);
26
+ export const risk_level = /*@__PURE__*/ extDesc(file_common_v1_authz, 3);
23
27
  /**
24
28
  * @generated from extension: bool public = 51004;
25
29
  */
26
- export const public$ = /*@__PURE__*/ extDesc(file_common_v1_authz, 3);
30
+ export const public$ = /*@__PURE__*/ extDesc(file_common_v1_authz, 4);
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file common/v1/delivery.proto (package common.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file common/v1/entity.proto (package common.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
2
  // @generated from file common/v1/risk.proto (package common.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
@@ -0,0 +1,42 @@
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ /**
3
+ * Describes the file common/v1/surface.proto.
4
+ */
5
+ export declare const file_common_v1_surface: GenFile;
6
+ /**
7
+ * Surface identifies the product or channel surface that originated a platform
8
+ * action. It is shared by runtime, audit, and product-facing services so
9
+ * callers do not invent drift-prone string labels.
10
+ *
11
+ * @generated from enum common.v1.Surface
12
+ */
13
+ export declare enum Surface {
14
+ /**
15
+ * @generated from enum value: SURFACE_UNSPECIFIED = 0;
16
+ */
17
+ UNSPECIFIED = 0,
18
+ /**
19
+ * @generated from enum value: SURFACE_ENSEMBLE = 1;
20
+ */
21
+ ENSEMBLE = 1,
22
+ /**
23
+ * @generated from enum value: SURFACE_CHAT = 2;
24
+ */
25
+ CHAT = 2,
26
+ /**
27
+ * @generated from enum value: SURFACE_MAESTRO = 3;
28
+ */
29
+ MAESTRO = 3,
30
+ /**
31
+ * @generated from enum value: SURFACE_CONDUCTOR = 4;
32
+ */
33
+ CONDUCTOR = 4,
34
+ /**
35
+ * @generated from enum value: SURFACE_SLACK = 5;
36
+ */
37
+ SLACK = 5
38
+ }
39
+ /**
40
+ * Describes the enum common.v1.Surface.
41
+ */
42
+ export declare const SurfaceSchema: GenEnum<Surface>;
@@ -0,0 +1,46 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file common/v1/surface.proto (package common.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file common/v1/surface.proto.
7
+ */
8
+ export const file_common_v1_surface = /*@__PURE__*/ fileDesc("Chdjb21tb24vdjEvc3VyZmFjZS5wcm90bxIJY29tbW9uLnYxKokBCgdTdXJmYWNlEhcKE1NVUkZBQ0VfVU5TUEVDSUZJRUQQABIUChBTVVJGQUNFX0VOU0VNQkxFEAESEAoMU1VSRkFDRV9DSEFUEAISEwoPU1VSRkFDRV9NQUVTVFJPEAMSFQoRU1VSRkFDRV9DT05EVUNUT1IQBBIRCg1TVVJGQUNFX1NMQUNLEAVCN1o1Z2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9jb21tb24vdjE7Y29tbW9udjFiBnByb3RvMw");
9
+ /**
10
+ * Surface identifies the product or channel surface that originated a platform
11
+ * action. It is shared by runtime, audit, and product-facing services so
12
+ * callers do not invent drift-prone string labels.
13
+ *
14
+ * @generated from enum common.v1.Surface
15
+ */
16
+ export var Surface;
17
+ (function (Surface) {
18
+ /**
19
+ * @generated from enum value: SURFACE_UNSPECIFIED = 0;
20
+ */
21
+ Surface[Surface["UNSPECIFIED"] = 0] = "UNSPECIFIED";
22
+ /**
23
+ * @generated from enum value: SURFACE_ENSEMBLE = 1;
24
+ */
25
+ Surface[Surface["ENSEMBLE"] = 1] = "ENSEMBLE";
26
+ /**
27
+ * @generated from enum value: SURFACE_CHAT = 2;
28
+ */
29
+ Surface[Surface["CHAT"] = 2] = "CHAT";
30
+ /**
31
+ * @generated from enum value: SURFACE_MAESTRO = 3;
32
+ */
33
+ Surface[Surface["MAESTRO"] = 3] = "MAESTRO";
34
+ /**
35
+ * @generated from enum value: SURFACE_CONDUCTOR = 4;
36
+ */
37
+ Surface[Surface["CONDUCTOR"] = 4] = "CONDUCTOR";
38
+ /**
39
+ * @generated from enum value: SURFACE_SLACK = 5;
40
+ */
41
+ Surface[Surface["SLACK"] = 5] = "SLACK";
42
+ })(Surface || (Surface = {}));
43
+ /**
44
+ * Describes the enum common.v1.Surface.
45
+ */
46
+ export const SurfaceSchema = /*@__PURE__*/ enumDesc(file_common_v1_surface, 0);