@stigmer/protos 3.1.17 → 3.2.1

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 (59) hide show
  1. package/ai/stigmer/agentic/agentchannel/v1/command_connect.d.ts +37 -6
  2. package/ai/stigmer/agentic/agentchannel/v1/command_connect.js +37 -6
  3. package/ai/stigmer/agentic/agentchannel/v1/command_connect.js.map +1 -1
  4. package/ai/stigmer/agentic/agentchannel/v1/command_pb.d.ts +37 -6
  5. package/ai/stigmer/agentic/agentchannel/v1/command_pb.js.map +1 -1
  6. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.d.ts +40 -0
  7. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js +6 -1
  8. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js.map +1 -1
  9. package/ai/stigmer/agentic/agentchannel/v1/io_pb.d.ts +22 -3
  10. package/ai/stigmer/agentic/agentchannel/v1/io_pb.js +1 -1
  11. package/ai/stigmer/agentic/agentchannel/v1/io_pb.js.map +1 -1
  12. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.d.ts +100 -2
  13. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js +6 -1
  14. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agentchannel/v1/status_pb.d.ts +87 -0
  16. package/ai/stigmer/agentic/agentchannel/v1/status_pb.js +6 -1
  17. package/ai/stigmer/agentic/agentchannel/v1/status_pb.js.map +1 -1
  18. package/ai/stigmer/agentic/channelapp/v1/api_pb.d.ts +68 -0
  19. package/ai/stigmer/agentic/channelapp/v1/api_pb.js +18 -0
  20. package/ai/stigmer/agentic/channelapp/v1/api_pb.js.map +1 -0
  21. package/ai/stigmer/agentic/channelapp/v1/command_connect.d.ts +93 -0
  22. package/ai/stigmer/agentic/channelapp/v1/command_connect.js +101 -0
  23. package/ai/stigmer/agentic/channelapp/v1/command_connect.js.map +1 -0
  24. package/ai/stigmer/agentic/channelapp/v1/command_pb.d.ts +93 -0
  25. package/ai/stigmer/agentic/channelapp/v1/command_pb.js +25 -0
  26. package/ai/stigmer/agentic/channelapp/v1/command_pb.js.map +1 -0
  27. package/ai/stigmer/agentic/channelapp/v1/io_pb.d.ts +44 -0
  28. package/ai/stigmer/agentic/channelapp/v1/io_pb.js +21 -0
  29. package/ai/stigmer/agentic/channelapp/v1/io_pb.js.map +1 -0
  30. package/ai/stigmer/agentic/channelapp/v1/query_connect.d.ts +70 -0
  31. package/ai/stigmer/agentic/channelapp/v1/query_connect.js +79 -0
  32. package/ai/stigmer/agentic/channelapp/v1/query_connect.js.map +1 -0
  33. package/ai/stigmer/agentic/channelapp/v1/query_pb.d.ts +72 -0
  34. package/ai/stigmer/agentic/channelapp/v1/query_pb.js +27 -0
  35. package/ai/stigmer/agentic/channelapp/v1/query_pb.js.map +1 -0
  36. package/ai/stigmer/agentic/channelapp/v1/spec_pb.d.ts +165 -0
  37. package/ai/stigmer/agentic/channelapp/v1/spec_pb.js +25 -0
  38. package/ai/stigmer/agentic/channelapp/v1/spec_pb.js.map +1 -0
  39. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +30 -0
  40. package/ai/stigmer/agentic/session/v1/io_pb.js +7 -2
  41. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
  42. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +22 -0
  43. package/ai/stigmer/agentic/session/v1/query_connect.js +23 -1
  44. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
  45. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +22 -1
  46. package/ai/stigmer/agentic/session/v1/query_pb.js +1 -1
  47. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
  48. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +6 -2
  49. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  50. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +7 -0
  51. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +8 -1
  52. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  53. package/ai/stigmer/iam/v1/enum_pb.d.ts +9 -1
  54. package/ai/stigmer/iam/v1/enum_pb.js +9 -1
  55. package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
  56. package/google/rpc/error_details_pb.d.ts +580 -0
  57. package/google/rpc/error_details_pb.js +90 -0
  58. package/google/rpc/error_details_pb.js.map +1 -0
  59. package/package.json +1 -1
@@ -0,0 +1,79 @@
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/agentic/channelapp/v1/query.proto (package ai.stigmer.agentic.channelapp.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { ApiResourceId, ApiResourceReference } from "../../../commons/apiresource/io_pbjs";
6
+ import { ChannelApp } from "./api_pbjs";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ import { ChannelApps, ListChannelAppsByOrgInput } from "./io_pbjs";
9
+ /**
10
+ * ChannelAppQueryController handles read operations for channel apps.
11
+ *
12
+ * @internal
13
+ * Every response passes through secret redaction — client_secret and
14
+ * signing_secret are replaced with the redaction marker. Runtime
15
+ * consumers that need the real values (installer, webhook receiver)
16
+ * read the repo directly, the documented OAuthAppResolutionService
17
+ * exception.
18
+ *
19
+ * @generated from service ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController
20
+ */
21
+ export const ChannelAppQueryController = {
22
+ typeName: "ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController",
23
+ methods: {
24
+ /**
25
+ * Get a channel app by its unique identifier.
26
+ *
27
+ * Secret fields are redacted in the response.
28
+ *
29
+ * @internal
30
+ * Authorization: requires can_view permission on the channel_app
31
+ * resource.
32
+ *
33
+ * @generated from rpc ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController.get
34
+ */
35
+ get: {
36
+ name: "get",
37
+ I: ApiResourceId,
38
+ O: ChannelApp,
39
+ kind: MethodKind.Unary,
40
+ },
41
+ /**
42
+ * Get a channel app by its organization-scoped reference (org/slug).
43
+ *
44
+ * Secret fields are redacted in the response.
45
+ *
46
+ * @internal
47
+ * Custom authorization in handler — checks both direct resource access
48
+ * and organization-level visibility permissions (the OAuthApp pattern).
49
+ *
50
+ * @generated from rpc ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController.getByReference
51
+ */
52
+ getByReference: {
53
+ name: "getByReference",
54
+ I: ApiResourceReference,
55
+ O: ChannelApp,
56
+ kind: MethodKind.Unary,
57
+ },
58
+ /**
59
+ * List all channel apps belonging to an organization.
60
+ *
61
+ * Returns every ChannelApp whose metadata.org matches the input org,
62
+ * with secret fields redacted. Typically a small set, so results are
63
+ * not paginated.
64
+ *
65
+ * @internal
66
+ * Authorization: requires can_view permission on the organization
67
+ * resource.
68
+ *
69
+ * @generated from rpc ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController.listByOrg
70
+ */
71
+ listByOrg: {
72
+ name: "listByOrg",
73
+ I: ListChannelAppsByOrgInput,
74
+ O: ChannelApps,
75
+ kind: MethodKind.Unary,
76
+ },
77
+ }
78
+ };
79
+ //# sourceMappingURL=query_connect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/channelapp/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,8HAA8H;AAC9H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAEnE;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,QAAQ,EAAE,4DAA4D;IACtE,OAAO,EAAE;QACP;;;;;;;;;;WAUG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,UAAU;YACb,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,UAAU;YACb,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,WAAW;YACd,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,72 @@
1
+ import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ChannelAppSchema } from "./api_pb.js";
3
+ import type { ChannelAppsSchema, ListChannelAppsByOrgInputSchema } from "./io_pb.js";
4
+ import type { ApiResourceIdSchema, ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb.js";
5
+ /**
6
+ * Describes the file ai/stigmer/agentic/channelapp/v1/query.proto.
7
+ */
8
+ export declare const file_ai_stigmer_agentic_channelapp_v1_query: GenFile;
9
+ /**
10
+ * ChannelAppQueryController handles read operations for channel apps.
11
+ *
12
+ * @internal
13
+ * Every response passes through secret redaction — client_secret and
14
+ * signing_secret are replaced with the redaction marker. Runtime
15
+ * consumers that need the real values (installer, webhook receiver)
16
+ * read the repo directly, the documented OAuthAppResolutionService
17
+ * exception.
18
+ *
19
+ * @generated from service ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController
20
+ */
21
+ export declare const ChannelAppQueryController: GenService<{
22
+ /**
23
+ * Get a channel app by its unique identifier.
24
+ *
25
+ * Secret fields are redacted in the response.
26
+ *
27
+ * @internal
28
+ * Authorization: requires can_view permission on the channel_app
29
+ * resource.
30
+ *
31
+ * @generated from rpc ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController.get
32
+ */
33
+ get: {
34
+ methodKind: "unary";
35
+ input: typeof ApiResourceIdSchema;
36
+ output: typeof ChannelAppSchema;
37
+ };
38
+ /**
39
+ * Get a channel app by its organization-scoped reference (org/slug).
40
+ *
41
+ * Secret fields are redacted in the response.
42
+ *
43
+ * @internal
44
+ * Custom authorization in handler — checks both direct resource access
45
+ * and organization-level visibility permissions (the OAuthApp pattern).
46
+ *
47
+ * @generated from rpc ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController.getByReference
48
+ */
49
+ getByReference: {
50
+ methodKind: "unary";
51
+ input: typeof ApiResourceReferenceSchema;
52
+ output: typeof ChannelAppSchema;
53
+ };
54
+ /**
55
+ * List all channel apps belonging to an organization.
56
+ *
57
+ * Returns every ChannelApp whose metadata.org matches the input org,
58
+ * with secret fields redacted. Typically a small set, so results are
59
+ * not paginated.
60
+ *
61
+ * @internal
62
+ * Authorization: requires can_view permission on the organization
63
+ * resource.
64
+ *
65
+ * @generated from rpc ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController.listByOrg
66
+ */
67
+ listByOrg: {
68
+ methodKind: "unary";
69
+ input: typeof ListChannelAppsByOrgInputSchema;
70
+ output: typeof ChannelAppsSchema;
71
+ };
72
+ }>;
@@ -0,0 +1,27 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/agentic/channelapp/v1/query.proto (package ai.stigmer.agentic.channelapp.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_channelapp_v1_api } from "./api_pb.js";
6
+ import { file_ai_stigmer_agentic_channelapp_v1_io } from "./io_pb.js";
7
+ import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb.js";
8
+ import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb.js";
9
+ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc/method_options_pb.js";
10
+ /**
11
+ * Describes the file ai/stigmer/agentic/channelapp/v1/query.proto.
12
+ */
13
+ export const file_ai_stigmer_agentic_channelapp_v1_query = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2FnZW50aWMvY2hhbm5lbGFwcC92MS9xdWVyeS5wcm90bxIgYWkuc3RpZ21lci5hZ2VudGljLmNoYW5uZWxhcHAudjEy9gMKGUNoYW5uZWxBcHBRdWVyeUNvbnRyb2xsZXISlQEKA2dldBItLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUlkGiwuYWkuc3RpZ21lci5hZ2VudGljLmNoYW5uZWxhcHAudjEuQ2hhbm5lbEFwcCIxwrgYLQgBEDAiBXZhbHVlKiB1bmF1dGhvcml6ZWQgdG8gdmlldyBjaGFubmVsIGFwcBJ6Cg5nZXRCeVJlZmVyZW5jZRI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZRosLmFpLnN0aWdtZXIuYWdlbnRpYy5jaGFubmVsYXBwLnYxLkNoYW5uZWxBcHAiBNC4GAESvgEKCWxpc3RCeU9yZxI7LmFpLnN0aWdtZXIuYWdlbnRpYy5jaGFubmVsYXBwLnYxLkxpc3RDaGFubmVsQXBwc0J5T3JnSW5wdXQaLS5haS5zdGlnbWVyLmFnZW50aWMuY2hhbm5lbGFwcC52MS5DaGFubmVsQXBwcyJFwrgYQQgBEB4iA29yZyo2dW5hdXRob3JpemVkIHRvIGxpc3QgY2hhbm5lbCBhcHBzIGluIHRoaXMgb3JnYW5pemF0aW9uGgSg/yswYgZwcm90bzM", [file_ai_stigmer_agentic_channelapp_v1_api, file_ai_stigmer_agentic_channelapp_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
14
+ /**
15
+ * ChannelAppQueryController handles read operations for channel apps.
16
+ *
17
+ * @internal
18
+ * Every response passes through secret redaction — client_secret and
19
+ * signing_secret are replaced with the redaction marker. Runtime
20
+ * consumers that need the real values (installer, webhook receiver)
21
+ * read the repo directly, the documented OAuthAppResolutionService
22
+ * exception.
23
+ *
24
+ * @generated from service ai.stigmer.agentic.channelapp.v1.ChannelAppQueryController
25
+ */
26
+ export const ChannelAppQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_channelapp_v1_query, 0);
27
+ //# sourceMappingURL=query_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/channelapp/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,yCAAyC,EAAE,MAAM,aAAa,CAAC;AAExE,OAAO,EAAE,wCAAwC,EAAE,MAAM,YAAY,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,yxBAAyxB,EAAE,CAAC,yCAAyC,EAAE,wCAAwC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE1gC;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAmDjC,aAAa,CAChB,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,165 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file ai/stigmer/agentic/channelapp/v1/spec.proto.
5
+ */
6
+ export declare const file_ai_stigmer_agentic_channelapp_v1_spec: GenFile;
7
+ /**
8
+ * ChannelAppSpec defines the provider app credentials for a channel app.
9
+ *
10
+ * Exactly one provider configuration must be set; the provider of a
11
+ * ChannelApp always matches the provider of the channels that reference
12
+ * it.
13
+ *
14
+ * @internal
15
+ * Provider variance is config-shaped, not lifecycle-shaped — one kind,
16
+ * a validated oneof (the AgentChannelSpec.provider_config precedent).
17
+ * Secrets are inline spec fields encrypted at rest and redacted in every
18
+ * response (the OAuthAppSpec.client_secret pipeline, both editions) —
19
+ * NOT managed-environment refs: app credentials are user-authored
20
+ * configuration entered in one motion with the resource, unlike
21
+ * install-produced tokens (decision 004's split, amended for BYO).
22
+ * The resource is always visibility_private; there is no updateVisibility
23
+ * RPC.
24
+ *
25
+ * @generated from message ai.stigmer.agentic.channelapp.v1.ChannelAppSpec
26
+ */
27
+ export type ChannelAppSpec = Message<"ai.stigmer.agentic.channelapp.v1.ChannelAppSpec"> & {
28
+ /**
29
+ * Provider this app belongs to. Exactly one must be specified.
30
+ *
31
+ * @internal
32
+ * Adding a provider extends this oneof; it touches zero kinds (the
33
+ * pattern WhatsApp proved in T05).
34
+ *
35
+ * @generated from oneof ai.stigmer.agentic.channelapp.v1.ChannelAppSpec.provider_config
36
+ */
37
+ providerConfig: {
38
+ /**
39
+ * Slack app credentials.
40
+ *
41
+ * @generated from field: ai.stigmer.agentic.channelapp.v1.SlackChannelAppConfig slack = 1;
42
+ */
43
+ value: SlackChannelAppConfig;
44
+ case: "slack";
45
+ } | {
46
+ /**
47
+ * WhatsApp (Meta) app credentials.
48
+ *
49
+ * @generated from field: ai.stigmer.agentic.channelapp.v1.WhatsAppChannelAppConfig whatsapp = 2;
50
+ */
51
+ value: WhatsAppChannelAppConfig;
52
+ case: "whatsapp";
53
+ } | {
54
+ case: undefined;
55
+ value?: undefined;
56
+ };
57
+ };
58
+ /**
59
+ * Describes the message ai.stigmer.agentic.channelapp.v1.ChannelAppSpec.
60
+ * Use `create(ChannelAppSpecSchema)` to create a new message.
61
+ */
62
+ export declare const ChannelAppSpecSchema: GenMessage<ChannelAppSpec>;
63
+ /**
64
+ * SlackChannelAppConfig holds the credentials of a customer-created
65
+ * Slack app.
66
+ *
67
+ * The values come from the app's "Basic Information" page on
68
+ * api.slack.com. The app must be configured with Stigmer's OAuth
69
+ * redirect URL and this ChannelApp's events webhook URL — the console
70
+ * shows both, along with a ready-to-paste app manifest.
71
+ *
72
+ * @internal
73
+ * No api_app_id and no redirect/webhook URLs here: webhook attribution
74
+ * is by the per-app request path (/webhook/slack/{channelAppId}), chosen
75
+ * over envelope api_app_id sniffing because Slack's url_verification
76
+ * handshake carries no app identity and the raw body must verify before
77
+ * any parse. The redirect URI is platform-derived, mirroring OAuthApp's
78
+ * deliberate omission.
79
+ *
80
+ * @generated from message ai.stigmer.agentic.channelapp.v1.SlackChannelAppConfig
81
+ */
82
+ export type SlackChannelAppConfig = Message<"ai.stigmer.agentic.channelapp.v1.SlackChannelAppConfig"> & {
83
+ /**
84
+ * OAuth client ID of the Slack app.
85
+ *
86
+ * @generated from field: string client_id = 1;
87
+ */
88
+ clientId: string;
89
+ /**
90
+ * OAuth client secret of the Slack app.
91
+ * Encrypted at rest, redacted in responses and logs.
92
+ *
93
+ * @generated from field: string client_secret = 2;
94
+ */
95
+ clientSecret: string;
96
+ /**
97
+ * Signing secret used to verify Slack webhook requests from this app.
98
+ * Encrypted at rest, redacted in responses and logs.
99
+ *
100
+ * @generated from field: string signing_secret = 3;
101
+ */
102
+ signingSecret: string;
103
+ };
104
+ /**
105
+ * Describes the message ai.stigmer.agentic.channelapp.v1.SlackChannelAppConfig.
106
+ * Use `create(SlackChannelAppConfigSchema)` to create a new message.
107
+ */
108
+ export declare const SlackChannelAppConfigSchema: GenMessage<SlackChannelAppConfig>;
109
+ /**
110
+ * WhatsAppChannelAppConfig holds the credentials of a customer-created
111
+ * Meta app with WhatsApp Business access.
112
+ *
113
+ * The values come from the app's dashboard on developers.facebook.com.
114
+ * The app's webhook must be configured with this ChannelApp's events URL
115
+ * and verify token — the console shows both after the app is registered.
116
+ *
117
+ * @internal
118
+ * DD-WA-3: every WhatsApp credential is per-app authored (Meta's Cloud
119
+ * API has no per-install OAuth), so they all live here — no managed
120
+ * Environment, no OAuthGrant row; AgentChannelStatus.credentials_environment_id
121
+ * stays empty for WhatsApp channels. Webhook attribution is by the per-app
122
+ * request path (/webhook/whatsapp/{channelAppId}), matching Slack's
123
+ * per-app URL posture: Meta's GET verification handshake carries no app
124
+ * identity, and the POST signature (X-Hub-Signature-256, HMAC over the
125
+ * raw body with app_secret) must verify before any parse.
126
+ *
127
+ * @generated from message ai.stigmer.agentic.channelapp.v1.WhatsAppChannelAppConfig
128
+ */
129
+ export type WhatsAppChannelAppConfig = Message<"ai.stigmer.agentic.channelapp.v1.WhatsAppChannelAppConfig"> & {
130
+ /**
131
+ * Meta app ID, from the app dashboard's Basic Settings.
132
+ *
133
+ * @generated from field: string app_id = 1;
134
+ */
135
+ appId: string;
136
+ /**
137
+ * Meta app secret used to verify webhook signatures from this app.
138
+ * Encrypted at rest, redacted in responses and logs.
139
+ *
140
+ * @generated from field: string app_secret = 2;
141
+ */
142
+ appSecret: string;
143
+ /**
144
+ * Long-lived Cloud API access token (system-user token) used to send
145
+ * messages on behalf of the WhatsApp Business account.
146
+ * Encrypted at rest, redacted in responses and logs.
147
+ *
148
+ * @generated from field: string access_token = 3;
149
+ */
150
+ accessToken: string;
151
+ /**
152
+ * Verify token echoed during Meta's webhook verification handshake.
153
+ * Choose any opaque value and paste the same value into the app's
154
+ * webhook configuration.
155
+ * Encrypted at rest, redacted in responses and logs.
156
+ *
157
+ * @generated from field: string verify_token = 4;
158
+ */
159
+ verifyToken: string;
160
+ };
161
+ /**
162
+ * Describes the message ai.stigmer.agentic.channelapp.v1.WhatsAppChannelAppConfig.
163
+ * Use `create(WhatsAppChannelAppConfigSchema)` to create a new message.
164
+ */
165
+ export declare const WhatsAppChannelAppConfigSchema: GenMessage<WhatsAppChannelAppConfig>;
@@ -0,0 +1,25 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/agentic/channelapp/v1/spec.proto (package ai.stigmer.agentic.channelapp.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
6
+ /**
7
+ * Describes the file ai/stigmer/agentic/channelapp/v1/spec.proto.
8
+ */
9
+ export const file_ai_stigmer_agentic_channelapp_v1_spec = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2FnZW50aWMvY2hhbm5lbGFwcC92MS9zcGVjLnByb3RvEiBhaS5zdGlnbWVyLmFnZW50aWMuY2hhbm5lbGFwcC52MSLEAQoOQ2hhbm5lbEFwcFNwZWMSSAoFc2xhY2sYASABKAsyNy5haS5zdGlnbWVyLmFnZW50aWMuY2hhbm5lbGFwcC52MS5TbGFja0NoYW5uZWxBcHBDb25maWdIABJOCgh3aGF0c2FwcBgCIAEoCzI6LmFpLnN0aWdtZXIuYWdlbnRpYy5jaGFubmVsYXBwLnYxLldoYXRzQXBwQ2hhbm5lbEFwcENvbmZpZ0gAQhgKD3Byb3ZpZGVyX2NvbmZpZxIFukgCCAEidAoVU2xhY2tDaGFubmVsQXBwQ29uZmlnEhoKCWNsaWVudF9pZBgBIAEoCUIHukgEcgIQARIeCg1jbGllbnRfc2VjcmV0GAIgASgJQge6SARyAhABEh8KDnNpZ25pbmdfc2VjcmV0GAMgASgJQge6SARyAhABIo4BChhXaGF0c0FwcENoYW5uZWxBcHBDb25maWcSFwoGYXBwX2lkGAEgASgJQge6SARyAhABEhsKCmFwcF9zZWNyZXQYAiABKAlCB7pIBHICEAESHQoMYWNjZXNzX3Rva2VuGAMgASgJQge6SARyAhABEh0KDHZlcmlmeV90b2tlbhgEIAEoCUIHukgEcgIQAWIGcHJvdG8z", [file_buf_validate_validate]);
10
+ /**
11
+ * Describes the message ai.stigmer.agentic.channelapp.v1.ChannelAppSpec.
12
+ * Use `create(ChannelAppSpecSchema)` to create a new message.
13
+ */
14
+ export const ChannelAppSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_channelapp_v1_spec, 0);
15
+ /**
16
+ * Describes the message ai.stigmer.agentic.channelapp.v1.SlackChannelAppConfig.
17
+ * Use `create(SlackChannelAppConfigSchema)` to create a new message.
18
+ */
19
+ export const SlackChannelAppConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_channelapp_v1_spec, 1);
20
+ /**
21
+ * Describes the message ai.stigmer.agentic.channelapp.v1.WhatsAppChannelAppConfig.
22
+ * Use `create(WhatsAppChannelAppConfigSchema)` to create a new message.
23
+ */
24
+ export const WhatsAppChannelAppConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_channelapp_v1_spec, 2);
25
+ //# sourceMappingURL=spec_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/channelapp/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,6HAA6H;AAC7H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,8tBAA8tB,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAmDzwB;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AA8C7D;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AA0D7D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
@@ -121,6 +121,36 @@ export type ListSessionsByAgentInstanceRequest = Message<"ai.stigmer.agentic.ses
121
121
  * Use `create(ListSessionsByAgentInstanceRequestSchema)` to create a new message.
122
122
  */
123
123
  export declare const ListSessionsByAgentInstanceRequestSchema: GenMessage<ListSessionsByAgentInstanceRequest>;
124
+ /**
125
+ * ListSessionsByChannelRequest lists the conversations an agent channel created.
126
+ *
127
+ * @generated from message ai.stigmer.agentic.session.v1.ListSessionsByChannelRequest
128
+ */
129
+ export type ListSessionsByChannelRequest = Message<"ai.stigmer.agentic.session.v1.ListSessionsByChannelRequest"> & {
130
+ /**
131
+ * Agent channel ID to filter by.
132
+ *
133
+ * @generated from field: string channel_id = 1;
134
+ */
135
+ channelId: string;
136
+ /**
137
+ * Maximum number of sessions to return per page.
138
+ *
139
+ * @generated from field: int32 page_size = 2;
140
+ */
141
+ pageSize: number;
142
+ /**
143
+ * Token for pagination, obtained from previous response.
144
+ *
145
+ * @generated from field: string page_token = 3;
146
+ */
147
+ pageToken: string;
148
+ };
149
+ /**
150
+ * Describes the message ai.stigmer.agentic.session.v1.ListSessionsByChannelRequest.
151
+ * Use `create(ListSessionsByChannelRequestSchema)` to create a new message.
152
+ */
153
+ export declare const ListSessionsByChannelRequestSchema: GenMessage<ListSessionsByChannelRequest>;
124
154
  /**
125
155
  * UpdateSessionSubjectRequest sets the conversation title for a session.
126
156
  *
@@ -7,7 +7,7 @@ import { file_buf_validate_validate } from "../../../../../buf/validate/validate
7
7
  /**
8
8
  * Describes the file ai/stigmer/agentic/session/v1/io.proto.
9
9
  */
10
- export const file_ai_stigmer_agentic_session_v1_io = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9pby5wcm90bxIdYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEiIgoJU2Vzc2lvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIAoHQWdlbnRJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBIlsKC1Nlc3Npb25MaXN0EhMKC3RvdGFsX3BhZ2VzGAEgASgFEjcKB2VudHJpZXMYAiADKAsyJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIkoKE0xpc3RTZXNzaW9uc1JlcXVlc3QSEQoJcGFnZV9zaXplGAEgASgFEhIKCnBhZ2VfdG9rZW4YAiABKAkSDAoEdGFncxgDIAMoCSJuCiJMaXN0U2Vzc2lvbnNCeUFnZW50SW5zdGFuY2VSZXF1ZXN0EiEKEWFnZW50X2luc3RhbmNlX2lkGAEgASgJQga6SAPIAQESEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAkiQgobVXBkYXRlU2Vzc2lvblN1YmplY3RSZXF1ZXN0EhIKAmlkGAEgASgJQga6SAPIAQESDwoHc3ViamVjdBgCIAEoCWIGcHJvdG8z", [file_ai_stigmer_agentic_session_v1_api, file_buf_validate_validate]);
10
+ export const file_ai_stigmer_agentic_session_v1_io = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9pby5wcm90bxIdYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEiIgoJU2Vzc2lvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIAoHQWdlbnRJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBIlsKC1Nlc3Npb25MaXN0EhMKC3RvdGFsX3BhZ2VzGAEgASgFEjcKB2VudHJpZXMYAiADKAsyJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIkoKE0xpc3RTZXNzaW9uc1JlcXVlc3QSEQoJcGFnZV9zaXplGAEgASgFEhIKCnBhZ2VfdG9rZW4YAiABKAkSDAoEdGFncxgDIAMoCSJuCiJMaXN0U2Vzc2lvbnNCeUFnZW50SW5zdGFuY2VSZXF1ZXN0EiEKEWFnZW50X2luc3RhbmNlX2lkGAEgASgJQga6SAPIAQESEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAkiYQocTGlzdFNlc3Npb25zQnlDaGFubmVsUmVxdWVzdBIaCgpjaGFubmVsX2lkGAEgASgJQga6SAPIAQESEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAkiQgobVXBkYXRlU2Vzc2lvblN1YmplY3RSZXF1ZXN0EhIKAmlkGAEgASgJQga6SAPIAQESDwoHc3ViamVjdBgCIAEoCWIGcHJvdG8z", [file_ai_stigmer_agentic_session_v1_api, file_buf_validate_validate]);
11
11
  /**
12
12
  * Describes the message ai.stigmer.agentic.session.v1.SessionId.
13
13
  * Use `create(SessionIdSchema)` to create a new message.
@@ -33,9 +33,14 @@ export const ListSessionsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigm
33
33
  * Use `create(ListSessionsByAgentInstanceRequestSchema)` to create a new message.
34
34
  */
35
35
  export const ListSessionsByAgentInstanceRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 4);
36
+ /**
37
+ * Describes the message ai.stigmer.agentic.session.v1.ListSessionsByChannelRequest.
38
+ * Use `create(ListSessionsByChannelRequestSchema)` to create a new message.
39
+ */
40
+ export const ListSessionsByChannelRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 5);
36
41
  /**
37
42
  * Describes the message ai.stigmer.agentic.session.v1.UpdateSessionSubjectRequest.
38
43
  * Use `create(UpdateSessionSubjectRequestSchema)` to create a new message.
39
44
  */
40
- export const UpdateSessionSubjectRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 5);
45
+ export const UpdateSessionSubjectRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 6);
41
46
  //# sourceMappingURL=io_pb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,0pBAA0pB,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAc7uB;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAcxD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAuBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA4BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,8xBAA8xB,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAcj3B;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAcxD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAuBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA4BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
@@ -46,5 +46,27 @@ export declare const SessionQueryController: {
46
46
  readonly O: any;
47
47
  readonly kind: any;
48
48
  };
49
+ /**
50
+ * List the conversations an agent channel created.
51
+ *
52
+ * Returns the sessions the channel runtime (Slack, WhatsApp) created for
53
+ * the given agent channel, newest first. The caller must be able to view
54
+ * the channel; results are additionally filtered to sessions the caller
55
+ * can view.
56
+ *
57
+ * @internal
58
+ * Authorization is two-stage in the handler: an explicit can_view check on
59
+ * the agent_channel (clean PERMISSION_DENIED, prevents channel-id probing),
60
+ * then an FGA query for authorized session_ids intersected with the
61
+ * stigmer.ai/channel-id label filter.
62
+ *
63
+ * @generated from rpc ai.stigmer.agentic.session.v1.SessionQueryController.listByChannel
64
+ */
65
+ readonly listByChannel: {
66
+ readonly name: "listByChannel";
67
+ readonly I: any;
68
+ readonly O: any;
69
+ readonly kind: any;
70
+ };
49
71
  };
50
72
  };
@@ -2,7 +2,7 @@
2
2
  // @generated from file ai/stigmer/agentic/session/v1/query.proto (package ai.stigmer.agentic.session.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { ListSessionsByAgentInstanceRequest, ListSessionsRequest, SessionId, SessionList } from "./io_pbjs";
5
+ import { ListSessionsByAgentInstanceRequest, ListSessionsByChannelRequest, ListSessionsRequest, SessionId, SessionList } from "./io_pbjs";
6
6
  import { Session } from "./api_pbjs";
7
7
  import { MethodKind } from "@bufbuild/protobuf";
8
8
  /**
@@ -53,6 +53,28 @@ export const SessionQueryController = {
53
53
  O: SessionList,
54
54
  kind: MethodKind.Unary,
55
55
  },
56
+ /**
57
+ * List the conversations an agent channel created.
58
+ *
59
+ * Returns the sessions the channel runtime (Slack, WhatsApp) created for
60
+ * the given agent channel, newest first. The caller must be able to view
61
+ * the channel; results are additionally filtered to sessions the caller
62
+ * can view.
63
+ *
64
+ * @internal
65
+ * Authorization is two-stage in the handler: an explicit can_view check on
66
+ * the agent_channel (clean PERMISSION_DENIED, prevents channel-id probing),
67
+ * then an FGA query for authorized session_ids intersected with the
68
+ * stigmer.ai/channel-id label filter.
69
+ *
70
+ * @generated from rpc ai.stigmer.agentic.session.v1.SessionQueryController.listByChannel
71
+ */
72
+ listByChannel: {
73
+ name: "listByChannel",
74
+ I: ListSessionsByChannelRequest,
75
+ O: SessionList,
76
+ kind: MethodKind.Unary,
77
+ },
56
78
  }
57
79
  };
58
80
  //# sourceMappingURL=query_connect.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,wHAAwH;AACxH,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5G,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,QAAQ,EAAE,sDAAsD;IAChE,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,mBAAmB;YACtB,CAAC,EAAE,WAAW;YACd,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,mBAAmB,EAAE;YACnB,IAAI,EAAE,qBAAqB;YAC3B,CAAC,EAAE,kCAAkC;YACrC,CAAC,EAAE,WAAW;YACd,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,wHAAwH;AACxH,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,kCAAkC,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC1I,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,QAAQ,EAAE,sDAAsD;IAChE,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,mBAAmB;YACtB,CAAC,EAAE,WAAW;YACd,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,mBAAmB,EAAE;YACnB,IAAI,EAAE,qBAAqB;YAC3B,CAAC,EAAE,kCAAkC;YACrC,CAAC,EAAE,WAAW;YACd,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;WAeG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,4BAA4B;YAC/B,CAAC,EAAE,WAAW;YACd,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
2
  import type { SessionSchema } from "./api_pb.js";
3
- import type { ListSessionsByAgentInstanceRequestSchema, ListSessionsRequestSchema, SessionIdSchema, SessionListSchema } from "./io_pb.js";
3
+ import type { ListSessionsByAgentInstanceRequestSchema, ListSessionsByChannelRequestSchema, ListSessionsRequestSchema, SessionIdSchema, SessionListSchema } from "./io_pb.js";
4
4
  /**
5
5
  * Describes the file ai/stigmer/agentic/session/v1/query.proto.
6
6
  */
@@ -48,4 +48,25 @@ export declare const SessionQueryController: GenService<{
48
48
  input: typeof ListSessionsByAgentInstanceRequestSchema;
49
49
  output: typeof SessionListSchema;
50
50
  };
51
+ /**
52
+ * List the conversations an agent channel created.
53
+ *
54
+ * Returns the sessions the channel runtime (Slack, WhatsApp) created for
55
+ * the given agent channel, newest first. The caller must be able to view
56
+ * the channel; results are additionally filtered to sessions the caller
57
+ * can view.
58
+ *
59
+ * @internal
60
+ * Authorization is two-stage in the handler: an explicit can_view check on
61
+ * the agent_channel (clean PERMISSION_DENIED, prevents channel-id probing),
62
+ * then an FGA query for authorized session_ids intersected with the
63
+ * stigmer.ai/channel-id label filter.
64
+ *
65
+ * @generated from rpc ai.stigmer.agentic.session.v1.SessionQueryController.listByChannel
66
+ */
67
+ listByChannel: {
68
+ methodKind: "unary";
69
+ input: typeof ListSessionsByChannelRequestSchema;
70
+ output: typeof SessionListSchema;
71
+ };
51
72
  }>;
@@ -9,7 +9,7 @@ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc
9
9
  /**
10
10
  * Describes the file ai/stigmer/agentic/session/v1/query.proto.
11
11
  */
12
- export const file_ai_stigmer_agentic_session_v1_query = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9xdWVyeS5wcm90bxIdYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEyoQMKFlNlc3Npb25RdWVyeUNvbnRyb2xsZXIShQEKA2dldBIoLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb25JZBomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24iLMK4GCgIARAqIgV2YWx1ZSobdW5hdXRob3JpemVkIHRvIGdldCBzZXNzaW9uEmwKBGxpc3QSMi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5MaXN0U2Vzc2lvbnNSZXF1ZXN0GiouYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbkxpc3QiBNC4GAESigEKE2xpc3RCeUFnZW50SW5zdGFuY2USQS5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5MaXN0U2Vzc2lvbnNCeUFnZW50SW5zdGFuY2VSZXF1ZXN0GiouYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbkxpc3QiBNC4GAEaBKD/KypiBnByb3RvMw", [file_ai_stigmer_agentic_session_v1_api, file_ai_stigmer_agentic_session_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
12
+ export const file_ai_stigmer_agentic_session_v1_query = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9xdWVyeS5wcm90bxIdYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEyoQQKFlNlc3Npb25RdWVyeUNvbnRyb2xsZXIShQEKA2dldBIoLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb25JZBomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24iLMK4GCgIARAqIgV2YWx1ZSobdW5hdXRob3JpemVkIHRvIGdldCBzZXNzaW9uEmwKBGxpc3QSMi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5MaXN0U2Vzc2lvbnNSZXF1ZXN0GiouYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbkxpc3QiBNC4GAESigEKE2xpc3RCeUFnZW50SW5zdGFuY2USQS5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5MaXN0U2Vzc2lvbnNCeUFnZW50SW5zdGFuY2VSZXF1ZXN0GiouYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbkxpc3QiBNC4GAESfgoNbGlzdEJ5Q2hhbm5lbBI7LmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLkxpc3RTZXNzaW9uc0J5Q2hhbm5lbFJlcXVlc3QaKi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uTGlzdCIE0LgYARoEoP8rKmIGcHJvdG8z", [file_ai_stigmer_agentic_session_v1_api, file_ai_stigmer_agentic_session_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
13
13
  /**
14
14
  * SessionQueryController handles read operations for agent sessions.
15
15
  *
@@ -1 +1 @@
1
- {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wHAAwH;AACxH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,aAAa,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,gqBAAgqB,EAAE,CAAC,sCAAsC,EAAE,qCAAqC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEn2B;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAsC9B,aAAa,CAChB,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wHAAwH;AACxH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,aAAa,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,00BAA00B,EAAE,CAAC,sCAAsC,EAAE,qCAAqC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE7gC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GA2D9B,aAAa,CAChB,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
@@ -352,7 +352,7 @@ export declare const WorkflowExecutionUpdateStatusInputSchema: GenMessage<Workfl
352
352
  * Validation:
353
353
  * - execution_id: Required, must reference an existing WorkflowExecution
354
354
  * - tool_call_id: Required, must match status.pending_approval.tool_call_id
355
- * - action: Required, must be APPROVE, SKIP, or REJECT (not UNSPECIFIED)
355
+ * - action: Required, must be APPROVE, SKIP, REJECT, or APPROVE_ALL (not UNSPECIFIED)
356
356
  * - comment: Optional, stored in audit trail
357
357
  *
358
358
  * @generated from message ai.stigmer.agentic.workflowexecution.v1.SubmitWorkflowApprovalInput
@@ -377,9 +377,13 @@ export type SubmitWorkflowApprovalInput = Message<"ai.stigmer.agentic.workflowex
377
377
  */
378
378
  toolCallId: string;
379
379
  /**
380
- * Approval decision: APPROVE, SKIP, or REJECT.
380
+ * Approval decision: APPROVE, SKIP, REJECT, or APPROVE_ALL.
381
381
  *
382
382
  * @internal
383
+ * Forwarded verbatim to the child's AgentExecution.SubmitApproval, so every
384
+ * ApprovalAction the child accepts is valid here — including APPROVE_ALL,
385
+ * whose run-lifetime lease is applied by the child and therefore scoped to
386
+ * that child agent execution (a parallel sibling's gates keep prompting).
383
387
  * APPROVAL_ACTION_UNSPECIFIED (0) is rejected by validation.
384
388
  *
385
389
  * @generated from field: ai.stigmer.agentic.agentexecution.v1.ApprovalAction action = 3;
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"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"}