@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
@@ -26,7 +26,7 @@ export type EntityRelationship = Message<"relationships.v1.EntityRelationship">
26
26
  /**
27
27
  * @generated from field: google.protobuf.Struct properties = 4;
28
28
  */
29
- properties?: JsonObject;
29
+ properties?: JsonObject | undefined;
30
30
  /**
31
31
  * @generated from field: string workspace_id = 5;
32
32
  */
@@ -34,15 +34,15 @@ export type EntityRelationship = Message<"relationships.v1.EntityRelationship">
34
34
  /**
35
35
  * @generated from field: google.protobuf.Timestamp observed_at = 6;
36
36
  */
37
- observedAt?: Timestamp;
37
+ observedAt?: Timestamp | undefined;
38
38
  /**
39
39
  * @generated from field: google.protobuf.Timestamp valid_from = 7;
40
40
  */
41
- validFrom?: Timestamp;
41
+ validFrom?: Timestamp | undefined;
42
42
  /**
43
43
  * @generated from field: google.protobuf.Timestamp valid_to = 8;
44
44
  */
45
- validTo?: Timestamp;
45
+ validTo?: Timestamp | undefined;
46
46
  };
47
47
  /**
48
48
  * Describes the message relationships.v1.EntityRelationship.
@@ -86,7 +86,7 @@ export type EdgeFilter = Message<"relationships.v1.EdgeFilter"> & {
86
86
  /**
87
87
  * @generated from field: google.protobuf.Timestamp as_of = 2;
88
88
  */
89
- asOf?: Timestamp;
89
+ asOf?: Timestamp | undefined;
90
90
  };
91
91
  /**
92
92
  * Describes the message relationships.v1.EdgeFilter.
@@ -100,7 +100,7 @@ export type CreateRelationshipRequest = Message<"relationships.v1.CreateRelation
100
100
  /**
101
101
  * @generated from field: relationships.v1.EntityRelationship relationship = 1;
102
102
  */
103
- relationship?: EntityRelationship;
103
+ relationship?: EntityRelationship | undefined;
104
104
  };
105
105
  /**
106
106
  * Describes the message relationships.v1.CreateRelationshipRequest.
@@ -114,7 +114,7 @@ export type UpdateRelationshipRequest = Message<"relationships.v1.UpdateRelation
114
114
  /**
115
115
  * @generated from field: relationships.v1.EntityRelationship relationship = 1;
116
116
  */
117
- relationship?: EntityRelationship;
117
+ relationship?: EntityRelationship | undefined;
118
118
  };
119
119
  /**
120
120
  * Describes the message relationships.v1.UpdateRelationshipRequest.
@@ -128,7 +128,7 @@ export type GetRelationshipRequest = Message<"relationships.v1.GetRelationshipRe
128
128
  /**
129
129
  * @generated from field: relationships.v1.RelationshipKey key = 1;
130
130
  */
131
- key?: RelationshipKey;
131
+ key?: RelationshipKey | undefined;
132
132
  };
133
133
  /**
134
134
  * Describes the message relationships.v1.GetRelationshipRequest.
@@ -142,7 +142,7 @@ export type DeleteRelationshipRequest = Message<"relationships.v1.DeleteRelation
142
142
  /**
143
143
  * @generated from field: relationships.v1.RelationshipKey key = 1;
144
144
  */
145
- key?: RelationshipKey;
145
+ key?: RelationshipKey | undefined;
146
146
  };
147
147
  /**
148
148
  * Describes the message relationships.v1.DeleteRelationshipRequest.
@@ -156,7 +156,7 @@ export type CreateRelationshipResponse = Message<"relationships.v1.CreateRelatio
156
156
  /**
157
157
  * @generated from field: relationships.v1.EntityRelationship relationship = 1;
158
158
  */
159
- relationship?: EntityRelationship;
159
+ relationship?: EntityRelationship | undefined;
160
160
  };
161
161
  /**
162
162
  * Describes the message relationships.v1.CreateRelationshipResponse.
@@ -170,7 +170,7 @@ export type GetRelationshipResponse = Message<"relationships.v1.GetRelationshipR
170
170
  /**
171
171
  * @generated from field: relationships.v1.EntityRelationship relationship = 1;
172
172
  */
173
- relationship?: EntityRelationship;
173
+ relationship?: EntityRelationship | undefined;
174
174
  };
175
175
  /**
176
176
  * Describes the message relationships.v1.GetRelationshipResponse.
@@ -184,7 +184,7 @@ export type UpdateRelationshipResponse = Message<"relationships.v1.UpdateRelatio
184
184
  /**
185
185
  * @generated from field: relationships.v1.EntityRelationship relationship = 1;
186
186
  */
187
- relationship?: EntityRelationship;
187
+ relationship?: EntityRelationship | undefined;
188
188
  };
189
189
  /**
190
190
  * Describes the message relationships.v1.UpdateRelationshipResponse.
@@ -219,7 +219,7 @@ export type ListRelationshipsRequest = Message<"relationships.v1.ListRelationshi
219
219
  /**
220
220
  * @generated from field: relationships.v1.EdgeFilter edge_filter = 4;
221
221
  */
222
- edgeFilter?: EdgeFilter;
222
+ edgeFilter?: EdgeFilter | undefined;
223
223
  /**
224
224
  * @generated from field: int32 limit = 5;
225
225
  */
@@ -267,7 +267,7 @@ export type TraverseRequest = Message<"relationships.v1.TraverseRequest"> & {
267
267
  /**
268
268
  * @generated from field: relationships.v1.EdgeFilter edge_filter = 3;
269
269
  */
270
- edgeFilter?: EdgeFilter;
270
+ edgeFilter?: EdgeFilter | undefined;
271
271
  /**
272
272
  * @generated from field: int32 max_depth = 4;
273
273
  */
@@ -285,7 +285,7 @@ export type TraversalStep = Message<"relationships.v1.TraversalStep"> & {
285
285
  /**
286
286
  * @generated from field: relationships.v1.EntityRelationship relationship = 1;
287
287
  */
288
- relationship?: EntityRelationship;
288
+ relationship?: EntityRelationship | undefined;
289
289
  /**
290
290
  * @generated from field: int32 depth = 2;
291
291
  */
@@ -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 relationships/v1/relationships.proto (package relationships.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";