@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
@@ -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 evalpipeline/v1/evalpipeline.proto (package evalpipeline.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -47,11 +47,11 @@ export type Change = Message<"events.v1.Change"> & {
47
47
  /**
48
48
  * @generated from field: google.protobuf.Timestamp recorded_at = 9;
49
49
  */
50
- recordedAt?: Timestamp;
50
+ recordedAt?: Timestamp | undefined;
51
51
  /**
52
52
  * @generated from field: google.protobuf.Struct payload = 10;
53
53
  */
54
- payload?: JsonObject;
54
+ payload?: JsonObject | undefined;
55
55
  };
56
56
  /**
57
57
  * Describes the message events.v1.Change.
@@ -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 events/v1/change.proto (package events.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -36,7 +36,7 @@ export type CloudEvent = Message<"events.v1.CloudEvent"> & {
36
36
  /**
37
37
  * @generated from field: google.protobuf.Timestamp time = 6;
38
38
  */
39
- time?: Timestamp;
39
+ time?: Timestamp | undefined;
40
40
  /**
41
41
  * @generated from field: string data_content_type = 7;
42
42
  */
@@ -48,7 +48,7 @@ export type CloudEvent = Message<"events.v1.CloudEvent"> & {
48
48
  /**
49
49
  * @generated from field: google.protobuf.Any data = 9;
50
50
  */
51
- data?: Any;
51
+ data?: Any | undefined;
52
52
  /**
53
53
  * @generated from field: map<string, google.protobuf.Value> extensions = 10;
54
54
  */
@@ -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 events/v1/cloudevent.proto (package events.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -23,7 +23,7 @@ export type EvaluationCompleted = Message<"events.v1.EvaluationCompleted"> & {
23
23
  /**
24
24
  * @generated from field: optional double success_rate = 3;
25
25
  */
26
- successRate?: number;
26
+ successRate?: number | undefined;
27
27
  /**
28
28
  * @generated from field: repeated string company_domains = 4;
29
29
  */
@@ -39,11 +39,11 @@ export type EvaluationCompleted = Message<"events.v1.EvaluationCompleted"> & {
39
39
  /**
40
40
  * @generated from field: events.v1.EvaluationRun run = 7;
41
41
  */
42
- run?: EvaluationRun;
42
+ run?: EvaluationRun | undefined;
43
43
  /**
44
44
  * @generated from field: events.v1.EvaluationMetrics metrics = 8;
45
45
  */
46
- metrics?: EvaluationMetrics;
46
+ metrics?: EvaluationMetrics | undefined;
47
47
  };
48
48
  /**
49
49
  * Describes the message events.v1.EvaluationCompleted.
@@ -81,7 +81,7 @@ export type EvaluationRun = Message<"events.v1.EvaluationRun"> & {
81
81
  /**
82
82
  * @generated from field: google.protobuf.Timestamp completed_at = 7;
83
83
  */
84
- completedAt?: Timestamp;
84
+ completedAt?: Timestamp | undefined;
85
85
  };
86
86
  /**
87
87
  * Describes the message events.v1.EvaluationRun.
@@ -95,27 +95,27 @@ export type EvaluationMetrics = Message<"events.v1.EvaluationMetrics"> & {
95
95
  /**
96
96
  * @generated from field: optional int64 total_tests = 1;
97
97
  */
98
- totalTests?: bigint;
98
+ totalTests?: bigint | undefined;
99
99
  /**
100
100
  * @generated from field: optional int64 passed_tests = 2;
101
101
  */
102
- passedTests?: bigint;
102
+ passedTests?: bigint | undefined;
103
103
  /**
104
104
  * @generated from field: optional int64 failed_tests = 3;
105
105
  */
106
- failedTests?: bigint;
106
+ failedTests?: bigint | undefined;
107
107
  /**
108
108
  * @generated from field: optional double total_cost = 4;
109
109
  */
110
- totalCost?: number;
110
+ totalCost?: number | undefined;
111
111
  /**
112
112
  * @generated from field: optional double duration = 5;
113
113
  */
114
- duration?: number;
114
+ duration?: number | undefined;
115
115
  /**
116
116
  * @generated from field: optional double success_rate = 6;
117
117
  */
118
- successRate?: number;
118
+ successRate?: number | undefined;
119
119
  };
120
120
  /**
121
121
  * Describes the message events.v1.EvaluationMetrics.
@@ -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 events/v1/evaluation.proto (package events.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";