@evalops/sdk-ts 0.1.126 → 0.1.127
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.
- package/dist/agentruntime/v1/runtime_pb.d.ts +12 -0
- package/dist/agentruntime/v1/runtime_pb.js +2 -1
- package/dist/approvals/v1/approvals_pb.d.ts +54 -0
- package/dist/approvals/v1/approvals_pb.js +2 -1
- package/dist/connectors/v1/connectors_pb.d.ts +28 -0
- package/dist/connectors/v1/connectors_pb.js +2 -1
- package/dist/console/v1/console_pb.d.ts +506 -1
- package/dist/console/v1/console_pb.js +180 -105
- package/dist/contextlibrary/v1/context_library_pb.d.ts +1248 -0
- package/dist/contextlibrary/v1/context_library_pb.js +311 -0
- package/dist/objectives/v1/objectives_pb.d.ts +28 -0
- package/dist/objectives/v1/objectives_pb.js +1 -1
- package/package.json +5 -1
|
@@ -60,6 +60,10 @@ export type Connection = Message<"connectors.v1.Connection"> & {
|
|
|
60
60
|
credentialRefs: {
|
|
61
61
|
[key: string]: string;
|
|
62
62
|
};
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: string organization_id = 12;
|
|
65
|
+
*/
|
|
66
|
+
organizationId: string;
|
|
63
67
|
};
|
|
64
68
|
/**
|
|
65
69
|
* Describes the message connectors.v1.Connection.
|
|
@@ -252,6 +256,10 @@ export type SourceOfTruthPolicy = Message<"connectors.v1.SourceOfTruthPolicy"> &
|
|
|
252
256
|
* @generated from field: string fallback_connection_id = 4;
|
|
253
257
|
*/
|
|
254
258
|
fallbackConnectionId: string;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string organization_id = 5;
|
|
261
|
+
*/
|
|
262
|
+
organizationId: string;
|
|
255
263
|
};
|
|
256
264
|
/**
|
|
257
265
|
* Describes the message connectors.v1.SourceOfTruthPolicy.
|
|
@@ -316,6 +324,14 @@ export type RegisterConnectionRequest = Message<"connectors.v1.RegisterConnectio
|
|
|
316
324
|
credentials: {
|
|
317
325
|
[key: string]: string;
|
|
318
326
|
};
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: string organization_id = 7;
|
|
329
|
+
*/
|
|
330
|
+
organizationId: string;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: string idempotency_key = 8;
|
|
333
|
+
*/
|
|
334
|
+
idempotencyKey: string;
|
|
319
335
|
};
|
|
320
336
|
/**
|
|
321
337
|
* Describes the message connectors.v1.RegisterConnectionRequest.
|
|
@@ -380,6 +396,10 @@ export type ListConnectionsRequest = Message<"connectors.v1.ListConnectionsReque
|
|
|
380
396
|
* @generated from field: int32 offset = 3;
|
|
381
397
|
*/
|
|
382
398
|
offset: number;
|
|
399
|
+
/**
|
|
400
|
+
* @generated from field: string organization_id = 4;
|
|
401
|
+
*/
|
|
402
|
+
organizationId: string;
|
|
383
403
|
};
|
|
384
404
|
/**
|
|
385
405
|
* Describes the message connectors.v1.ListConnectionsRequest.
|
|
@@ -543,6 +563,10 @@ export type ResolveSourceOfTruthRequest = Message<"connectors.v1.ResolveSourceOf
|
|
|
543
563
|
* @generated from field: connectors.v1.SourceOfTruthArea area = 2;
|
|
544
564
|
*/
|
|
545
565
|
area: SourceOfTruthArea;
|
|
566
|
+
/**
|
|
567
|
+
* @generated from field: string organization_id = 3;
|
|
568
|
+
*/
|
|
569
|
+
organizationId: string;
|
|
546
570
|
};
|
|
547
571
|
/**
|
|
548
572
|
* Describes the message connectors.v1.ResolveSourceOfTruthRequest.
|
|
@@ -575,6 +599,10 @@ export type GetDegradedReadPolicyRequest = Message<"connectors.v1.GetDegradedRea
|
|
|
575
599
|
* @generated from field: string workspace_id = 1;
|
|
576
600
|
*/
|
|
577
601
|
workspaceId: string;
|
|
602
|
+
/**
|
|
603
|
+
* @generated from field: string organization_id = 2;
|
|
604
|
+
*/
|
|
605
|
+
organizationId: string;
|
|
578
606
|
};
|
|
579
607
|
/**
|
|
580
608
|
* Describes the message connectors.v1.GetDegradedReadPolicyRequest.
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { file_buf_validate_validate } from "../../buf/validate/validate_pb.js";
|
|
6
|
+
import { file_common_v1_authz } from "../../common/v1/authz_pb.js";
|
|
6
7
|
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
8
|
/**
|
|
8
9
|
* Describes the file connectors/v1/connectors.proto.
|
|
9
10
|
*/
|
|
10
|
-
export const file_connectors_v1_connectors = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_connectors_v1_connectors = /*@__PURE__*/ fileDesc("Ch5jb25uZWN0b3JzL3YxL2Nvbm5lY3RvcnMucHJvdG8SDWNvbm5lY3RvcnMudjEi9gMKCkNvbm5lY3Rpb24SCgoCaWQYASABKAkSFAoMd29ya3NwYWNlX2lkGAIgASgJEhMKC3Byb3ZpZGVyX2lkGAMgASgJEhQKDGRpc3BsYXlfbmFtZRgEIAEoCRIqCglhdXRoX3R5cGUYBSABKA4yFy5jb25uZWN0b3JzLnYxLkF1dGhUeXBlEg4KBnNjb3BlcxgGIAMoCRIyCg1oZWFsdGhfc3RhdHVzGAcgASgOMhsuY29ubmVjdG9ycy52MS5IZWFsdGhTdGF0dXMSMwoPbGFzdF9oZWFsdGh5X2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgpjcmVhdGVkX2F0GAkgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAogASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBJGCg9jcmVkZW50aWFsX3JlZnMYCyADKAsyLS5jb25uZWN0b3JzLnYxLkNvbm5lY3Rpb24uQ3JlZGVudGlhbFJlZnNFbnRyeRIXCg9vcmdhbml6YXRpb25faWQYDCABKAkaNQoTQ3JlZGVudGlhbFJlZnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIp0BChBDb25uZWN0aW9uSGVhbHRoEisKBnN0YXR1cxgBIAEoDjIbLmNvbm5lY3RvcnMudjEuSGVhbHRoU3RhdHVzEhIKCmxhdGVuY3lfbXMYAiABKAUSMQoNbGFzdF9jaGVja19hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFQoNZXJyb3JfbWVzc2FnZRgEIAEoCSLpAQoYQ29ubmVjdG9yQ3JlZGVudGlhbEZpZWxkEhUKBG5hbWUYASABKAlCB7pIBHICEAESDQoFbGFiZWwYAiABKAkSEAoIcmVxdWlyZWQYAyABKAgSDgoGc2VjcmV0GAQgASgIEiIKGmFjY2VwdGVkX3JlZmVyZW5jZV9zY2hlbWVzGAUgAygJEhcKD2NyZWRlbnRpYWxfdHlwZRgGIAEoCRIRCgl2ZXJzaW9uZWQYByABKAgSEQoJcm90YXRhYmxlGAggASgIEhEKCXJldm9jYWJsZRgJIAEoCBIPCgdleHBpcmVzGAogASgIIsQBCiJDb25uZWN0b3JDcmVkZW50aWFsTGlmZWN5Y2xlUG9saWN5EiIKGnN1cHBvcnRlZF9jcmVkZW50aWFsX3R5cGVzGAEgAygJEhsKE3N1cHBvcnRzX3ZlcnNpb25pbmcYAiABKAgSGQoRc3VwcG9ydHNfcm90YXRpb24YAyABKAgSGwoTc3VwcG9ydHNfcmV2b2NhdGlvbhgEIAEoCBIlChRyb3RhdGlvbl9ub3RpY2VfZGF5cxgFIAEoBUIHukgEGgIoACL3AgoRQ29ubmVjdG9yUHJvdmlkZXISEwoCaWQYASABKAlCB7pIBHICEAESFAoMZGlzcGxheV9uYW1lGAIgASgJEjwKEWRlZmF1bHRfYXV0aF90eXBlGAMgASgOMhcuY29ubmVjdG9ycy52MS5BdXRoVHlwZUIIukgFggECEAESFgoOZGVmYXVsdF9zY29wZXMYBCADKAkSFAoMY2FwYWJpbGl0aWVzGAUgAygJEhUKDXN1cHBvcnRzX3BrY2UYBiABKAgSGAoQc3VwcG9ydHNfcmVmcmVzaBgHIAEoCBJCChFjcmVkZW50aWFsX2ZpZWxkcxgIIAMoCzInLmNvbm5lY3RvcnMudjEuQ29ubmVjdG9yQ3JlZGVudGlhbEZpZWxkElYKG2NyZWRlbnRpYWxfbGlmZWN5Y2xlX3BvbGljeRgJIAEoCzIxLmNvbm5lY3RvcnMudjEuQ29ubmVjdG9yQ3JlZGVudGlhbExpZmVjeWNsZVBvbGljeSLOAQoTU291cmNlT2ZUcnV0aFBvbGljeRIdCgx3b3Jrc3BhY2VfaWQYASABKAlCB7pIBHICEAESLgoEYXJlYRgCIAEoDjIgLmNvbm5lY3RvcnMudjEuU291cmNlT2ZUcnV0aEFyZWESJgoVcHJpbWFyeV9jb25uZWN0aW9uX2lkGAMgASgJQge6SARyAhABEh4KFmZhbGxiYWNrX2Nvbm5lY3Rpb25faWQYBCABKAkSIAoPb3JnYW5pemF0aW9uX2lkGAUgASgJQge6SARyAhABIngKEkRlZ3JhZGVkUmVhZFBvbGljeRIMCgRtb2RlGAEgASgJEhwKFGFsbG93ZWRfaW50ZWdyYXRpb25zGAIgAygJEhcKD21heF9hZ2VfbWludXRlcxgDIAEoBRIdChVxdWV1ZV9wcmltYXJ5X3JlZnJlc2gYBCABKAgi6QIKGVJlZ2lzdGVyQ29ubmVjdGlvblJlcXVlc3QSHQoMd29ya3NwYWNlX2lkGAEgASgJQge6SARyAhABEhwKC3Byb3ZpZGVyX2lkGAIgASgJQge6SARyAhABEhQKDGRpc3BsYXlfbmFtZRgDIAEoCRIqCglhdXRoX3R5cGUYBCABKA4yFy5jb25uZWN0b3JzLnYxLkF1dGhUeXBlEg4KBnNjb3BlcxgFIAMoCRJOCgtjcmVkZW50aWFscxgGIAMoCzI5LmNvbm5lY3RvcnMudjEuUmVnaXN0ZXJDb25uZWN0aW9uUmVxdWVzdC5DcmVkZW50aWFsc0VudHJ5EiAKD29yZ2FuaXphdGlvbl9pZBgHIAEoCUIHukgEcgIQARIXCg9pZGVtcG90ZW5jeV9rZXkYCCABKAkaMgoQQ3JlZGVudGlhbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIksKGlJlZ2lzdGVyQ29ubmVjdGlvblJlc3BvbnNlEi0KCmNvbm5lY3Rpb24YASABKAsyGS5jb25uZWN0b3JzLnYxLkNvbm5lY3Rpb24iKwoUR2V0Q29ubmVjdGlvblJlcXVlc3QSEwoCaWQYASABKAlCB7pIBHICEAEiRgoVR2V0Q29ubmVjdGlvblJlc3BvbnNlEi0KCmNvbm5lY3Rpb24YASABKAsyGS5jb25uZWN0b3JzLnYxLkNvbm5lY3Rpb24ijQEKFkxpc3RDb25uZWN0aW9uc1JlcXVlc3QSHQoMd29ya3NwYWNlX2lkGAEgASgJQge6SARyAhABEhkKBWxpbWl0GAIgASgFQgq6SAcaBRjIASgAEhcKBm9mZnNldBgDIAEoBUIHukgEGgIoABIgCg9vcmdhbml6YXRpb25faWQYBCABKAlCB7pIBHICEAEiWAoXTGlzdENvbm5lY3Rpb25zUmVzcG9uc2USLgoLY29ubmVjdGlvbnMYASADKAsyGS5jb25uZWN0b3JzLnYxLkNvbm5lY3Rpb24SDQoFdG90YWwYAiABKAUijwEKFExpc3RQcm92aWRlcnNSZXF1ZXN0Eg0KBXF1ZXJ5GAEgASgJEjQKCWF1dGhfdHlwZRgCIAEoDjIXLmNvbm5lY3RvcnMudjEuQXV0aFR5cGVCCLpIBYIBAhABEhkKBWxpbWl0GAMgASgFQgq6SAcaBRjIASgAEhcKBm9mZnNldBgEIAEoBUIHukgEGgIoACJ9ChVMaXN0UHJvdmlkZXJzUmVzcG9uc2USMwoJcHJvdmlkZXJzGAEgAygLMiAuY29ubmVjdG9ycy52MS5Db25uZWN0b3JQcm92aWRlchIWCgV0b3RhbBgCIAEoBUIHukgEGgIoABIXCg9jYXRhbG9nX3ZlcnNpb24YAyABKAkiLwoYUmVmcmVzaENvbm5lY3Rpb25SZXF1ZXN0EhMKAmlkGAEgASgJQge6SARyAhABIkoKGVJlZnJlc2hDb25uZWN0aW9uUmVzcG9uc2USLQoKY29ubmVjdGlvbhgBIAEoCzIZLmNvbm5lY3RvcnMudjEuQ29ubmVjdGlvbiIuChdSZXZva2VDb25uZWN0aW9uUmVxdWVzdBITCgJpZBgBIAEoCUIHukgEcgIQASIaChhSZXZva2VDb25uZWN0aW9uUmVzcG9uc2UiMgoQR2V0SGVhbHRoUmVxdWVzdBIeCg1jb25uZWN0aW9uX2lkGAEgASgJQge6SARyAhABIkQKEUdldEhlYWx0aFJlc3BvbnNlEi8KBmhlYWx0aBgBIAEoCzIfLmNvbm5lY3RvcnMudjEuQ29ubmVjdGlvbkhlYWx0aCKOAQobUmVzb2x2ZVNvdXJjZU9mVHJ1dGhSZXF1ZXN0Eh0KDHdvcmtzcGFjZV9pZBgBIAEoCUIHukgEcgIQARIuCgRhcmVhGAIgASgOMiAuY29ubmVjdG9ycy52MS5Tb3VyY2VPZlRydXRoQXJlYRIgCg9vcmdhbml6YXRpb25faWQYAyABKAlCB7pIBHICEAEiiQEKHFJlc29sdmVTb3VyY2VPZlRydXRoUmVzcG9uc2USMgoGcG9saWN5GAEgASgLMiIuY29ubmVjdG9ycy52MS5Tb3VyY2VPZlRydXRoUG9saWN5EjUKEnByaW1hcnlfY29ubmVjdGlvbhgCIAEoCzIZLmNvbm5lY3RvcnMudjEuQ29ubmVjdGlvbiJfChxHZXREZWdyYWRlZFJlYWRQb2xpY3lSZXF1ZXN0Eh0KDHdvcmtzcGFjZV9pZBgBIAEoCUIHukgEcgIQARIgCg9vcmdhbml6YXRpb25faWQYAiABKAlCB7pIBHICEAEiUgodR2V0RGVncmFkZWRSZWFkUG9saWN5UmVzcG9uc2USMQoGcG9saWN5GAEgASgLMiEuY29ubmVjdG9ycy52MS5EZWdyYWRlZFJlYWRQb2xpY3kiWwodU2V0U291cmNlT2ZUcnV0aFBvbGljeVJlcXVlc3QSOgoGcG9saWN5GAEgASgLMiIuY29ubmVjdG9ycy52MS5Tb3VyY2VPZlRydXRoUG9saWN5Qga6SAPIAQEiVAoeU2V0U291cmNlT2ZUcnV0aFBvbGljeVJlc3BvbnNlEjIKBnBvbGljeRgBIAEoCzIiLmNvbm5lY3RvcnMudjEuU291cmNlT2ZUcnV0aFBvbGljeSI4ChZHZXRDYXBhYmlsaXRpZXNSZXF1ZXN0Eh4KDWNvbm5lY3Rpb25faWQYASABKAlCB7pIBHICEAEiLwoXR2V0Q2FwYWJpbGl0aWVzUmVzcG9uc2USFAoMY2FwYWJpbGl0aWVzGAEgAygJKpUBCghBdXRoVHlwZRIZChVBVVRIX1RZUEVfVU5TUEVDSUZJRUQQABIUChBBVVRIX1RZUEVfT0FVVEgyEAESFQoRQVVUSF9UWVBFX0FQSV9LRVkQAhITCg9BVVRIX1RZUEVfQkFTSUMQAxISCg5BVVRIX1RZUEVfTVRMUxAEEhgKFEFVVEhfVFlQRV9HSVRIVUJfQVBQEAUqnAEKDEhlYWx0aFN0YXR1cxIdChlIRUFMVEhfU1RBVFVTX1VOU1BFQ0lGSUVEEAASGQoVSEVBTFRIX1NUQVRVU19IRUFMVEhZEAESGgoWSEVBTFRIX1NUQVRVU19ERUdSQURFRBACEhsKF0hFQUxUSF9TVEFUVVNfVU5IRUFMVEhZEAMSGQoVSEVBTFRIX1NUQVRVU19VTktOT1dOEAQq3gEKEVNvdXJjZU9mVHJ1dGhBcmVhEiQKIFNPVVJDRV9PRl9UUlVUSF9BUkVBX1VOU1BFQ0lGSUVEEAASHAoYU09VUkNFX09GX1RSVVRIX0FSRUFfQ1JNEAESIAocU09VUkNFX09GX1RSVVRIX0FSRUFfU1VQUE9SVBACEiAKHFNPVVJDRV9PRl9UUlVUSF9BUkVBX0JJTExJTkcQAxIiCh5TT1VSQ0VfT0ZfVFJVVEhfQVJFQV9BTkFMWVRJQ1MQBBIdChlTT1VSQ0VfT0ZfVFJVVEhfQVJFQV9IUklTEAUynwwKEENvbm5lY3RvclNlcnZpY2USogEKElJlZ2lzdGVyQ29ubmVjdGlvbhIoLmNvbm5lY3RvcnMudjEuUmVnaXN0ZXJDb25uZWN0aW9uUmVxdWVzdBopLmNvbm5lY3RvcnMudjEuUmVnaXN0ZXJDb25uZWN0aW9uUmVzcG9uc2UiN8rzGBBjb25uZWN0b3JzOndyaXRl0vMYDHdvcmtzcGFjZV9pZOrzGA9vcmdhbml6YXRpb25faWQSbwoNR2V0Q29ubmVjdGlvbhIjLmNvbm5lY3RvcnMudjEuR2V0Q29ubmVjdGlvblJlcXVlc3QaJC5jb25uZWN0b3JzLnYxLkdldENvbm5lY3Rpb25SZXNwb25zZSITyvMYD2Nvbm5lY3RvcnM6cmVhZBKYAQoPTGlzdENvbm5lY3Rpb25zEiUuY29ubmVjdG9ycy52MS5MaXN0Q29ubmVjdGlvbnNSZXF1ZXN0GiYuY29ubmVjdG9ycy52MS5MaXN0Q29ubmVjdGlvbnNSZXNwb25zZSI2yvMYD2Nvbm5lY3RvcnM6cmVhZNLzGAx3b3Jrc3BhY2VfaWTq8xgPb3JnYW5pemF0aW9uX2lkEm8KDUxpc3RQcm92aWRlcnMSIy5jb25uZWN0b3JzLnYxLkxpc3RQcm92aWRlcnNSZXF1ZXN0GiQuY29ubmVjdG9ycy52MS5MaXN0UHJvdmlkZXJzUmVzcG9uc2UiE8rzGA9jb25uZWN0b3JzOnJlYWQSfAoRUmVmcmVzaENvbm5lY3Rpb24SJy5jb25uZWN0b3JzLnYxLlJlZnJlc2hDb25uZWN0aW9uUmVxdWVzdBooLmNvbm5lY3RvcnMudjEuUmVmcmVzaENvbm5lY3Rpb25SZXNwb25zZSIUyvMYEGNvbm5lY3RvcnM6d3JpdGUSeQoQUmV2b2tlQ29ubmVjdGlvbhImLmNvbm5lY3RvcnMudjEuUmV2b2tlQ29ubmVjdGlvblJlcXVlc3QaJy5jb25uZWN0b3JzLnYxLlJldm9rZUNvbm5lY3Rpb25SZXNwb25zZSIUyvMYEGNvbm5lY3RvcnM6d3JpdGUSYwoJR2V0SGVhbHRoEh8uY29ubmVjdG9ycy52MS5HZXRIZWFsdGhSZXF1ZXN0GiAuY29ubmVjdG9ycy52MS5HZXRIZWFsdGhSZXNwb25zZSITyvMYD2Nvbm5lY3RvcnM6cmVhZBKnAQoUUmVzb2x2ZVNvdXJjZU9mVHJ1dGgSKi5jb25uZWN0b3JzLnYxLlJlc29sdmVTb3VyY2VPZlRydXRoUmVxdWVzdBorLmNvbm5lY3RvcnMudjEuUmVzb2x2ZVNvdXJjZU9mVHJ1dGhSZXNwb25zZSI2yvMYD2Nvbm5lY3RvcnM6cmVhZNLzGAx3b3Jrc3BhY2VfaWTq8xgPb3JnYW5pemF0aW9uX2lkEqoBChVHZXREZWdyYWRlZFJlYWRQb2xpY3kSKy5jb25uZWN0b3JzLnYxLkdldERlZ3JhZGVkUmVhZFBvbGljeVJlcXVlc3QaLC5jb25uZWN0b3JzLnYxLkdldERlZ3JhZGVkUmVhZFBvbGljeVJlc3BvbnNlIjbK8xgPY29ubmVjdG9yczpyZWFk0vMYDHdvcmtzcGFjZV9pZOrzGA9vcmdhbml6YXRpb25faWQSvAEKFlNldFNvdXJjZU9mVHJ1dGhQb2xpY3kSLC5jb25uZWN0b3JzLnYxLlNldFNvdXJjZU9mVHJ1dGhQb2xpY3lSZXF1ZXN0Gi0uY29ubmVjdG9ycy52MS5TZXRTb3VyY2VPZlRydXRoUG9saWN5UmVzcG9uc2UiRcrzGBBjb25uZWN0b3JzOndyaXRl0vMYE3BvbGljeS53b3Jrc3BhY2VfaWTq8xgWcG9saWN5Lm9yZ2FuaXphdGlvbl9pZBJ1Cg9HZXRDYXBhYmlsaXRpZXMSJS5jb25uZWN0b3JzLnYxLkdldENhcGFiaWxpdGllc1JlcXVlc3QaJi5jb25uZWN0b3JzLnYxLkdldENhcGFiaWxpdGllc1Jlc3BvbnNlIhPK8xgPY29ubmVjdG9yczpyZWFkQj9aPWdpdGh1Yi5jb20vZXZhbG9wcy9wbGF0Zm9ybS9nZW4vZ28vY29ubmVjdG9ycy92MTtjb25uZWN0b3JzdjFiBnByb3RvMw", [file_buf_validate_validate, file_common_v1_authz, file_google_protobuf_timestamp]);
|
|
11
12
|
/**
|
|
12
13
|
* Describes the message connectors.v1.Connection.
|
|
13
14
|
* Use `create(ConnectionSchema)` to create a new message.
|
|
@@ -83,6 +83,455 @@ export type ConsoleQuery = Message<"console.v1.ConsoleQuery"> & {
|
|
|
83
83
|
* Use `create(ConsoleQuerySchema)` to create a new message.
|
|
84
84
|
*/
|
|
85
85
|
export declare const ConsoleQuerySchema: GenMessage<ConsoleQuery>;
|
|
86
|
+
/**
|
|
87
|
+
* OperatingCapabilityState is the UI-safe service availability summary for an
|
|
88
|
+
* operating channel or receipt owner.
|
|
89
|
+
*
|
|
90
|
+
* @generated from message console.v1.OperatingCapabilityState
|
|
91
|
+
*/
|
|
92
|
+
export type OperatingCapabilityState = Message<"console.v1.OperatingCapabilityState"> & {
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: string service = 1;
|
|
95
|
+
*/
|
|
96
|
+
service: string;
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: string status = 2;
|
|
99
|
+
*/
|
|
100
|
+
status: string;
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: string label = 3;
|
|
103
|
+
*/
|
|
104
|
+
label: string;
|
|
105
|
+
/**
|
|
106
|
+
* @generated from field: string detail = 4;
|
|
107
|
+
*/
|
|
108
|
+
detail: string;
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: repeated string missing_requirements = 5;
|
|
111
|
+
*/
|
|
112
|
+
missingRequirements: string[];
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Describes the message console.v1.OperatingCapabilityState.
|
|
116
|
+
* Use `create(OperatingCapabilityStateSchema)` to create a new message.
|
|
117
|
+
*/
|
|
118
|
+
export declare const OperatingCapabilityStateSchema: GenMessage<OperatingCapabilityState>;
|
|
119
|
+
/**
|
|
120
|
+
* OperatingChannel identifies a company/domain/thread surface the Console can
|
|
121
|
+
* show. It carries capability state, not local operational data.
|
|
122
|
+
*
|
|
123
|
+
* @generated from message console.v1.OperatingChannel
|
|
124
|
+
*/
|
|
125
|
+
export type OperatingChannel = Message<"console.v1.OperatingChannel"> & {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: string id = 1;
|
|
128
|
+
*/
|
|
129
|
+
id: string;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: string label = 2;
|
|
132
|
+
*/
|
|
133
|
+
label: string;
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: string kind = 3;
|
|
136
|
+
*/
|
|
137
|
+
kind: string;
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: string source_service = 4;
|
|
140
|
+
*/
|
|
141
|
+
sourceService: string;
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: int32 unread_count = 5;
|
|
144
|
+
*/
|
|
145
|
+
unreadCount: number;
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: int32 open_count = 6;
|
|
148
|
+
*/
|
|
149
|
+
openCount: number;
|
|
150
|
+
/**
|
|
151
|
+
* @generated from field: console.v1.OperatingCapabilityState capability_state = 7;
|
|
152
|
+
*/
|
|
153
|
+
capabilityState?: OperatingCapabilityState | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: string detail = 8;
|
|
156
|
+
*/
|
|
157
|
+
detail: string;
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 9;
|
|
160
|
+
*/
|
|
161
|
+
updatedAt?: Timestamp | undefined;
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* Describes the message console.v1.OperatingChannel.
|
|
165
|
+
* Use `create(OperatingChannelSchema)` to create a new message.
|
|
166
|
+
*/
|
|
167
|
+
export declare const OperatingChannelSchema: GenMessage<OperatingChannel>;
|
|
168
|
+
/**
|
|
169
|
+
* OperatingMessage is safe conversation text plus links to typed receipts.
|
|
170
|
+
*
|
|
171
|
+
* @generated from message console.v1.OperatingMessage
|
|
172
|
+
*/
|
|
173
|
+
export type OperatingMessage = Message<"console.v1.OperatingMessage"> & {
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: string id = 1;
|
|
176
|
+
*/
|
|
177
|
+
id: string;
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string channel_id = 2;
|
|
180
|
+
*/
|
|
181
|
+
channelId: string;
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: string role = 3;
|
|
184
|
+
*/
|
|
185
|
+
role: string;
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: string actor_label = 4;
|
|
188
|
+
*/
|
|
189
|
+
actorLabel: string;
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: string body = 5;
|
|
192
|
+
*/
|
|
193
|
+
body: string;
|
|
194
|
+
/**
|
|
195
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
196
|
+
*/
|
|
197
|
+
createdAt?: Timestamp | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: repeated string receipt_ids = 7;
|
|
200
|
+
*/
|
|
201
|
+
receiptIds: string[];
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Describes the message console.v1.OperatingMessage.
|
|
205
|
+
* Use `create(OperatingMessageSchema)` to create a new message.
|
|
206
|
+
*/
|
|
207
|
+
export declare const OperatingMessageSchema: GenMessage<OperatingMessage>;
|
|
208
|
+
/**
|
|
209
|
+
* OperatingReceipt is the mini-app object rendered inline in chat and expanded
|
|
210
|
+
* in the inspector. Display payloads must be safe for UI rendering and must not
|
|
211
|
+
* include raw prompts, tool arguments, credentials, tokens, connector payloads,
|
|
212
|
+
* VFS bytes, or model responses.
|
|
213
|
+
*
|
|
214
|
+
* @generated from message console.v1.OperatingReceipt
|
|
215
|
+
*/
|
|
216
|
+
export type OperatingReceipt = Message<"console.v1.OperatingReceipt"> & {
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: string id = 1;
|
|
219
|
+
*/
|
|
220
|
+
id: string;
|
|
221
|
+
/**
|
|
222
|
+
* @generated from field: string kind = 2;
|
|
223
|
+
*/
|
|
224
|
+
kind: string;
|
|
225
|
+
/**
|
|
226
|
+
* @generated from field: string title = 3;
|
|
227
|
+
*/
|
|
228
|
+
title: string;
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: string summary = 4;
|
|
231
|
+
*/
|
|
232
|
+
summary: string;
|
|
233
|
+
/**
|
|
234
|
+
* @generated from field: string status = 5;
|
|
235
|
+
*/
|
|
236
|
+
status: string;
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: string owner_service = 6;
|
|
239
|
+
*/
|
|
240
|
+
ownerService: string;
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: string object_id = 7;
|
|
243
|
+
*/
|
|
244
|
+
objectId: string;
|
|
245
|
+
/**
|
|
246
|
+
* @generated from field: string objective_id = 8;
|
|
247
|
+
*/
|
|
248
|
+
objectiveId: string;
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: string run_id = 9;
|
|
251
|
+
*/
|
|
252
|
+
runId: string;
|
|
253
|
+
/**
|
|
254
|
+
* @generated from field: string approval_request_id = 10;
|
|
255
|
+
*/
|
|
256
|
+
approvalRequestId: string;
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: string trace_id = 11;
|
|
259
|
+
*/
|
|
260
|
+
traceId: string;
|
|
261
|
+
/**
|
|
262
|
+
* @generated from field: common.v1.RiskLevel risk_level = 12;
|
|
263
|
+
*/
|
|
264
|
+
riskLevel: RiskLevel;
|
|
265
|
+
/**
|
|
266
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 13;
|
|
267
|
+
*/
|
|
268
|
+
updatedAt?: Timestamp | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: repeated console.v1.OperatingReceiptAction allowed_actions = 14;
|
|
271
|
+
*/
|
|
272
|
+
allowedActions: OperatingReceiptAction[];
|
|
273
|
+
/**
|
|
274
|
+
* @generated from field: repeated console.v1.RelatedResource evidence_refs = 15;
|
|
275
|
+
*/
|
|
276
|
+
evidenceRefs: RelatedResource[];
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: google.protobuf.Struct payload = 16;
|
|
279
|
+
*/
|
|
280
|
+
payload?: JsonObject | undefined;
|
|
281
|
+
};
|
|
282
|
+
/**
|
|
283
|
+
* Describes the message console.v1.OperatingReceipt.
|
|
284
|
+
* Use `create(OperatingReceiptSchema)` to create a new message.
|
|
285
|
+
*/
|
|
286
|
+
export declare const OperatingReceiptSchema: GenMessage<OperatingReceipt>;
|
|
287
|
+
/**
|
|
288
|
+
* OperatingReceiptAction is a typed command the backend allows for one receipt.
|
|
289
|
+
*
|
|
290
|
+
* @generated from message console.v1.OperatingReceiptAction
|
|
291
|
+
*/
|
|
292
|
+
export type OperatingReceiptAction = Message<"console.v1.OperatingReceiptAction"> & {
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: string id = 1;
|
|
295
|
+
*/
|
|
296
|
+
id: string;
|
|
297
|
+
/**
|
|
298
|
+
* @generated from field: string label = 2;
|
|
299
|
+
*/
|
|
300
|
+
label: string;
|
|
301
|
+
/**
|
|
302
|
+
* @generated from field: string kind = 3;
|
|
303
|
+
*/
|
|
304
|
+
kind: string;
|
|
305
|
+
/**
|
|
306
|
+
* @generated from field: string target_kind = 4;
|
|
307
|
+
*/
|
|
308
|
+
targetKind: string;
|
|
309
|
+
/**
|
|
310
|
+
* @generated from field: string target_id = 5;
|
|
311
|
+
*/
|
|
312
|
+
targetId: string;
|
|
313
|
+
/**
|
|
314
|
+
* @generated from field: bool requires_confirmation = 6;
|
|
315
|
+
*/
|
|
316
|
+
requiresConfirmation: boolean;
|
|
317
|
+
/**
|
|
318
|
+
* @generated from field: string disabled_reason = 7;
|
|
319
|
+
*/
|
|
320
|
+
disabledReason: string;
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: google.protobuf.Struct payload = 8;
|
|
323
|
+
*/
|
|
324
|
+
payload?: JsonObject | undefined;
|
|
325
|
+
};
|
|
326
|
+
/**
|
|
327
|
+
* Describes the message console.v1.OperatingReceiptAction.
|
|
328
|
+
* Use `create(OperatingReceiptActionSchema)` to create a new message.
|
|
329
|
+
*/
|
|
330
|
+
export declare const OperatingReceiptActionSchema: GenMessage<OperatingReceiptAction>;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from message console.v1.ListOperatingChannelsRequest
|
|
333
|
+
*/
|
|
334
|
+
export type ListOperatingChannelsRequest = Message<"console.v1.ListOperatingChannelsRequest"> & {
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
337
|
+
*/
|
|
338
|
+
query?: ConsoleQuery | undefined;
|
|
339
|
+
};
|
|
340
|
+
/**
|
|
341
|
+
* Describes the message console.v1.ListOperatingChannelsRequest.
|
|
342
|
+
* Use `create(ListOperatingChannelsRequestSchema)` to create a new message.
|
|
343
|
+
*/
|
|
344
|
+
export declare const ListOperatingChannelsRequestSchema: GenMessage<ListOperatingChannelsRequest>;
|
|
345
|
+
/**
|
|
346
|
+
* @generated from message console.v1.ListOperatingChannelsResponse
|
|
347
|
+
*/
|
|
348
|
+
export type ListOperatingChannelsResponse = Message<"console.v1.ListOperatingChannelsResponse"> & {
|
|
349
|
+
/**
|
|
350
|
+
* @generated from field: repeated console.v1.OperatingChannel channels = 1;
|
|
351
|
+
*/
|
|
352
|
+
channels: OperatingChannel[];
|
|
353
|
+
/**
|
|
354
|
+
* @generated from field: repeated console.v1.OperatingCapabilityState capabilities = 2;
|
|
355
|
+
*/
|
|
356
|
+
capabilities: OperatingCapabilityState[];
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* Describes the message console.v1.ListOperatingChannelsResponse.
|
|
360
|
+
* Use `create(ListOperatingChannelsResponseSchema)` to create a new message.
|
|
361
|
+
*/
|
|
362
|
+
export declare const ListOperatingChannelsResponseSchema: GenMessage<ListOperatingChannelsResponse>;
|
|
363
|
+
/**
|
|
364
|
+
* @generated from message console.v1.GetOperatingThreadRequest
|
|
365
|
+
*/
|
|
366
|
+
export type GetOperatingThreadRequest = Message<"console.v1.GetOperatingThreadRequest"> & {
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
369
|
+
*/
|
|
370
|
+
query?: ConsoleQuery | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* @generated from field: string channel_id = 2;
|
|
373
|
+
*/
|
|
374
|
+
channelId: string;
|
|
375
|
+
/**
|
|
376
|
+
* @generated from field: int32 limit = 3;
|
|
377
|
+
*/
|
|
378
|
+
limit: number;
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* Describes the message console.v1.GetOperatingThreadRequest.
|
|
382
|
+
* Use `create(GetOperatingThreadRequestSchema)` to create a new message.
|
|
383
|
+
*/
|
|
384
|
+
export declare const GetOperatingThreadRequestSchema: GenMessage<GetOperatingThreadRequest>;
|
|
385
|
+
/**
|
|
386
|
+
* @generated from message console.v1.GetOperatingThreadResponse
|
|
387
|
+
*/
|
|
388
|
+
export type GetOperatingThreadResponse = Message<"console.v1.GetOperatingThreadResponse"> & {
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: console.v1.OperatingChannel channel = 1;
|
|
391
|
+
*/
|
|
392
|
+
channel?: OperatingChannel | undefined;
|
|
393
|
+
/**
|
|
394
|
+
* @generated from field: repeated console.v1.OperatingMessage messages = 2;
|
|
395
|
+
*/
|
|
396
|
+
messages: OperatingMessage[];
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: repeated console.v1.OperatingReceipt receipts = 3;
|
|
399
|
+
*/
|
|
400
|
+
receipts: OperatingReceipt[];
|
|
401
|
+
/**
|
|
402
|
+
* @generated from field: repeated console.v1.OperatingCapabilityState capabilities = 4;
|
|
403
|
+
*/
|
|
404
|
+
capabilities: OperatingCapabilityState[];
|
|
405
|
+
};
|
|
406
|
+
/**
|
|
407
|
+
* Describes the message console.v1.GetOperatingThreadResponse.
|
|
408
|
+
* Use `create(GetOperatingThreadResponseSchema)` to create a new message.
|
|
409
|
+
*/
|
|
410
|
+
export declare const GetOperatingThreadResponseSchema: GenMessage<GetOperatingThreadResponse>;
|
|
411
|
+
/**
|
|
412
|
+
* @generated from message console.v1.SubmitOperatingMessageRequest
|
|
413
|
+
*/
|
|
414
|
+
export type SubmitOperatingMessageRequest = Message<"console.v1.SubmitOperatingMessageRequest"> & {
|
|
415
|
+
/**
|
|
416
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
417
|
+
*/
|
|
418
|
+
query?: ConsoleQuery | undefined;
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: string channel_id = 2;
|
|
421
|
+
*/
|
|
422
|
+
channelId: string;
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: string body = 3;
|
|
425
|
+
*/
|
|
426
|
+
body: string;
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: string idempotency_key = 4;
|
|
429
|
+
*/
|
|
430
|
+
idempotencyKey: string;
|
|
431
|
+
};
|
|
432
|
+
/**
|
|
433
|
+
* Describes the message console.v1.SubmitOperatingMessageRequest.
|
|
434
|
+
* Use `create(SubmitOperatingMessageRequestSchema)` to create a new message.
|
|
435
|
+
*/
|
|
436
|
+
export declare const SubmitOperatingMessageRequestSchema: GenMessage<SubmitOperatingMessageRequest>;
|
|
437
|
+
/**
|
|
438
|
+
* @generated from message console.v1.SubmitOperatingMessageResponse
|
|
439
|
+
*/
|
|
440
|
+
export type SubmitOperatingMessageResponse = Message<"console.v1.SubmitOperatingMessageResponse"> & {
|
|
441
|
+
/**
|
|
442
|
+
* @generated from field: console.v1.OperatingMessage message = 1;
|
|
443
|
+
*/
|
|
444
|
+
message?: OperatingMessage | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* @generated from field: repeated console.v1.OperatingReceipt receipts = 2;
|
|
447
|
+
*/
|
|
448
|
+
receipts: OperatingReceipt[];
|
|
449
|
+
/**
|
|
450
|
+
* @generated from field: repeated console.v1.OperatingCapabilityState capabilities = 3;
|
|
451
|
+
*/
|
|
452
|
+
capabilities: OperatingCapabilityState[];
|
|
453
|
+
};
|
|
454
|
+
/**
|
|
455
|
+
* Describes the message console.v1.SubmitOperatingMessageResponse.
|
|
456
|
+
* Use `create(SubmitOperatingMessageResponseSchema)` to create a new message.
|
|
457
|
+
*/
|
|
458
|
+
export declare const SubmitOperatingMessageResponseSchema: GenMessage<SubmitOperatingMessageResponse>;
|
|
459
|
+
/**
|
|
460
|
+
* @generated from message console.v1.ResolveOperatingReceiptActionRequest
|
|
461
|
+
*/
|
|
462
|
+
export type ResolveOperatingReceiptActionRequest = Message<"console.v1.ResolveOperatingReceiptActionRequest"> & {
|
|
463
|
+
/**
|
|
464
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
465
|
+
*/
|
|
466
|
+
query?: ConsoleQuery | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: string receipt_id = 2;
|
|
469
|
+
*/
|
|
470
|
+
receiptId: string;
|
|
471
|
+
/**
|
|
472
|
+
* @generated from field: console.v1.OperatingReceiptAction action = 3;
|
|
473
|
+
*/
|
|
474
|
+
action?: OperatingReceiptAction | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* @generated from field: string idempotency_key = 4;
|
|
477
|
+
*/
|
|
478
|
+
idempotencyKey: string;
|
|
479
|
+
};
|
|
480
|
+
/**
|
|
481
|
+
* Describes the message console.v1.ResolveOperatingReceiptActionRequest.
|
|
482
|
+
* Use `create(ResolveOperatingReceiptActionRequestSchema)` to create a new message.
|
|
483
|
+
*/
|
|
484
|
+
export declare const ResolveOperatingReceiptActionRequestSchema: GenMessage<ResolveOperatingReceiptActionRequest>;
|
|
485
|
+
/**
|
|
486
|
+
* @generated from message console.v1.ResolveOperatingReceiptActionResponse
|
|
487
|
+
*/
|
|
488
|
+
export type ResolveOperatingReceiptActionResponse = Message<"console.v1.ResolveOperatingReceiptActionResponse"> & {
|
|
489
|
+
/**
|
|
490
|
+
* @generated from field: console.v1.OperatingReceipt receipt = 1;
|
|
491
|
+
*/
|
|
492
|
+
receipt?: OperatingReceipt | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: repeated console.v1.OperatingCapabilityState capabilities = 2;
|
|
495
|
+
*/
|
|
496
|
+
capabilities: OperatingCapabilityState[];
|
|
497
|
+
};
|
|
498
|
+
/**
|
|
499
|
+
* Describes the message console.v1.ResolveOperatingReceiptActionResponse.
|
|
500
|
+
* Use `create(ResolveOperatingReceiptActionResponseSchema)` to create a new message.
|
|
501
|
+
*/
|
|
502
|
+
export declare const ResolveOperatingReceiptActionResponseSchema: GenMessage<ResolveOperatingReceiptActionResponse>;
|
|
503
|
+
/**
|
|
504
|
+
* @generated from message console.v1.GetOperatingReceiptRequest
|
|
505
|
+
*/
|
|
506
|
+
export type GetOperatingReceiptRequest = Message<"console.v1.GetOperatingReceiptRequest"> & {
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: console.v1.ConsoleQuery query = 1;
|
|
509
|
+
*/
|
|
510
|
+
query?: ConsoleQuery | undefined;
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: string receipt_id = 2;
|
|
513
|
+
*/
|
|
514
|
+
receiptId: string;
|
|
515
|
+
};
|
|
516
|
+
/**
|
|
517
|
+
* Describes the message console.v1.GetOperatingReceiptRequest.
|
|
518
|
+
* Use `create(GetOperatingReceiptRequestSchema)` to create a new message.
|
|
519
|
+
*/
|
|
520
|
+
export declare const GetOperatingReceiptRequestSchema: GenMessage<GetOperatingReceiptRequest>;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from message console.v1.GetOperatingReceiptResponse
|
|
523
|
+
*/
|
|
524
|
+
export type GetOperatingReceiptResponse = Message<"console.v1.GetOperatingReceiptResponse"> & {
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: console.v1.OperatingReceipt receipt = 1;
|
|
527
|
+
*/
|
|
528
|
+
receipt?: OperatingReceipt | undefined;
|
|
529
|
+
};
|
|
530
|
+
/**
|
|
531
|
+
* Describes the message console.v1.GetOperatingReceiptResponse.
|
|
532
|
+
* Use `create(GetOperatingReceiptResponseSchema)` to create a new message.
|
|
533
|
+
*/
|
|
534
|
+
export declare const GetOperatingReceiptResponseSchema: GenMessage<GetOperatingReceiptResponse>;
|
|
86
535
|
/**
|
|
87
536
|
* @generated from message console.v1.GetOverviewRequest
|
|
88
537
|
*/
|
|
@@ -4280,11 +4729,67 @@ export declare const ConsoleService: GenService<{
|
|
|
4280
4729
|
input: typeof GetOnboardingPlanRequestSchema;
|
|
4281
4730
|
output: typeof GetOnboardingPlanResponseSchema;
|
|
4282
4731
|
};
|
|
4732
|
+
/**
|
|
4733
|
+
* ListOperatingChannels returns the chat-native company/domain channels the
|
|
4734
|
+
* Console can actually operate for this workspace. Capability state is
|
|
4735
|
+
* backend-owned so the UI does not invent domains or connection status.
|
|
4736
|
+
*
|
|
4737
|
+
* @generated from rpc console.v1.ConsoleService.ListOperatingChannels
|
|
4738
|
+
*/
|
|
4739
|
+
listOperatingChannels: {
|
|
4740
|
+
methodKind: "unary";
|
|
4741
|
+
input: typeof ListOperatingChannelsRequestSchema;
|
|
4742
|
+
output: typeof ListOperatingChannelsResponseSchema;
|
|
4743
|
+
};
|
|
4744
|
+
/**
|
|
4745
|
+
* GetOperatingThread returns the selected operating thread from its owning
|
|
4746
|
+
* backend messages and receipts.
|
|
4747
|
+
*
|
|
4748
|
+
* @generated from rpc console.v1.ConsoleService.GetOperatingThread
|
|
4749
|
+
*/
|
|
4750
|
+
getOperatingThread: {
|
|
4751
|
+
methodKind: "unary";
|
|
4752
|
+
input: typeof GetOperatingThreadRequestSchema;
|
|
4753
|
+
output: typeof GetOperatingThreadResponseSchema;
|
|
4754
|
+
};
|
|
4755
|
+
/**
|
|
4756
|
+
* SubmitOperatingMessage turns a human message into backend-owned operating
|
|
4757
|
+
* work, starting with an Objective plus AgentRuntime run when those services
|
|
4758
|
+
* are configured.
|
|
4759
|
+
*
|
|
4760
|
+
* @generated from rpc console.v1.ConsoleService.SubmitOperatingMessage
|
|
4761
|
+
*/
|
|
4762
|
+
submitOperatingMessage: {
|
|
4763
|
+
methodKind: "unary";
|
|
4764
|
+
input: typeof SubmitOperatingMessageRequestSchema;
|
|
4765
|
+
output: typeof SubmitOperatingMessageResponseSchema;
|
|
4766
|
+
};
|
|
4767
|
+
/**
|
|
4768
|
+
* ResolveOperatingReceiptAction sends a backend-returned receipt command to
|
|
4769
|
+
* its owning service. Console only advertises actions with an owning handler.
|
|
4770
|
+
*
|
|
4771
|
+
* @generated from rpc console.v1.ConsoleService.ResolveOperatingReceiptAction
|
|
4772
|
+
*/
|
|
4773
|
+
resolveOperatingReceiptAction: {
|
|
4774
|
+
methodKind: "unary";
|
|
4775
|
+
input: typeof ResolveOperatingReceiptActionRequestSchema;
|
|
4776
|
+
output: typeof ResolveOperatingReceiptActionResponseSchema;
|
|
4777
|
+
};
|
|
4778
|
+
/**
|
|
4779
|
+
* GetOperatingReceipt returns one safe, UI-renderable receipt mini-app.
|
|
4780
|
+
*
|
|
4781
|
+
* @generated from rpc console.v1.ConsoleService.GetOperatingReceipt
|
|
4782
|
+
*/
|
|
4783
|
+
getOperatingReceipt: {
|
|
4784
|
+
methodKind: "unary";
|
|
4785
|
+
input: typeof GetOperatingReceiptRequestSchema;
|
|
4786
|
+
output: typeof GetOperatingReceiptResponseSchema;
|
|
4787
|
+
};
|
|
4283
4788
|
/**
|
|
4284
4789
|
* GetWorkspaceSettings returns the authenticated workspace settings summary.
|
|
4285
4790
|
* It is the product contract for the Settings page: fields that are not yet
|
|
4286
4791
|
* backed by an owning service are returned with explicit unavailable
|
|
4287
|
-
* capabilities instead of
|
|
4792
|
+
* capabilities instead of client-local values.
|
|
4288
4793
|
*
|
|
4289
4794
|
* @generated from rpc console.v1.ConsoleService.GetWorkspaceSettings
|
|
4290
4795
|
*/
|