@companyhelm/protos 0.2.1 → 0.3.0

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.
@@ -547,9 +547,9 @@ export type InterruptTurnRequest = Message<"companyhelm.runner.v1.InterruptTurnR
547
547
  */
548
548
  export declare const InterruptTurnRequestSchema: GenMessage<InterruptTurnRequest>;
549
549
  /**
550
- * @generated from message companyhelm.runner.v1.GithubInstallationForRunner
550
+ * @generated from message companyhelm.runner.v1.GithubInstallation
551
551
  */
552
- export type GithubInstallationForRunner = Message<"companyhelm.runner.v1.GithubInstallationForRunner"> & {
552
+ export type GithubInstallation = Message<"companyhelm.runner.v1.GithubInstallation"> & {
553
553
  /**
554
554
  * GitHub App installation identifier stored on backend.
555
555
  *
@@ -558,41 +558,41 @@ export type GithubInstallationForRunner = Message<"companyhelm.runner.v1.GithubI
558
558
  installationId: bigint;
559
559
  };
560
560
  /**
561
- * Describes the message companyhelm.runner.v1.GithubInstallationForRunner.
562
- * Use `create(GithubInstallationForRunnerSchema)` to create a new message.
561
+ * Describes the message companyhelm.runner.v1.GithubInstallation.
562
+ * Use `create(GithubInstallationSchema)` to create a new message.
563
563
  */
564
- export declare const GithubInstallationForRunnerSchema: GenMessage<GithubInstallationForRunner>;
564
+ export declare const GithubInstallationSchema: GenMessage<GithubInstallation>;
565
565
  /**
566
566
  * Empty because runner scope is inferred from authenticated caller.
567
567
  *
568
- * @generated from message companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest
568
+ * @generated from message companyhelm.runner.v1.ListGithubInstallationsRequest
569
569
  */
570
- export type ListGithubInstallationsForRunnerRequest = Message<"companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest"> & {};
570
+ export type ListGithubInstallationsRequest = Message<"companyhelm.runner.v1.ListGithubInstallationsRequest"> & {};
571
571
  /**
572
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest.
573
- * Use `create(ListGithubInstallationsForRunnerRequestSchema)` to create a new message.
572
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsRequest.
573
+ * Use `create(ListGithubInstallationsRequestSchema)` to create a new message.
574
574
  */
575
- export declare const ListGithubInstallationsForRunnerRequestSchema: GenMessage<ListGithubInstallationsForRunnerRequest>;
575
+ export declare const ListGithubInstallationsRequestSchema: GenMessage<ListGithubInstallationsRequest>;
576
576
  /**
577
- * @generated from message companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse
577
+ * @generated from message companyhelm.runner.v1.ListGithubInstallationsResponse
578
578
  */
579
- export type ListGithubInstallationsForRunnerResponse = Message<"companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse"> & {
579
+ export type ListGithubInstallationsResponse = Message<"companyhelm.runner.v1.ListGithubInstallationsResponse"> & {
580
580
  /**
581
581
  * Installations currently linked to this runner/account context.
582
582
  *
583
- * @generated from field: repeated companyhelm.runner.v1.GithubInstallationForRunner installations = 1;
583
+ * @generated from field: repeated companyhelm.runner.v1.GithubInstallation installations = 1;
584
584
  */
585
- installations: GithubInstallationForRunner[];
585
+ installations: GithubInstallation[];
586
586
  };
587
587
  /**
588
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse.
589
- * Use `create(ListGithubInstallationsForRunnerResponseSchema)` to create a new message.
588
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsResponse.
589
+ * Use `create(ListGithubInstallationsResponseSchema)` to create a new message.
590
590
  */
591
- export declare const ListGithubInstallationsForRunnerResponseSchema: GenMessage<ListGithubInstallationsForRunnerResponse>;
591
+ export declare const ListGithubInstallationsResponseSchema: GenMessage<ListGithubInstallationsResponse>;
592
592
  /**
593
- * @generated from message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest
593
+ * @generated from message companyhelm.runner.v1.GithubInstallationAccessTokenRequest
594
594
  */
595
- export type GetGithubInstallationAccessTokenForRunnerRequest = Message<"companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest"> & {
595
+ export type GithubInstallationAccessTokenRequest = Message<"companyhelm.runner.v1.GithubInstallationAccessTokenRequest"> & {
596
596
  /**
597
597
  * Installation for which the runner is requesting a fresh token.
598
598
  *
@@ -601,14 +601,14 @@ export type GetGithubInstallationAccessTokenForRunnerRequest = Message<"companyh
601
601
  installationId: bigint;
602
602
  };
603
603
  /**
604
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest.
605
- * Use `create(GetGithubInstallationAccessTokenForRunnerRequestSchema)` to create a new message.
604
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenRequest.
605
+ * Use `create(GithubInstallationAccessTokenRequestSchema)` to create a new message.
606
606
  */
607
- export declare const GetGithubInstallationAccessTokenForRunnerRequestSchema: GenMessage<GetGithubInstallationAccessTokenForRunnerRequest>;
607
+ export declare const GithubInstallationAccessTokenRequestSchema: GenMessage<GithubInstallationAccessTokenRequest>;
608
608
  /**
609
- * @generated from message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse
609
+ * @generated from message companyhelm.runner.v1.GithubInstallationAccessTokenResponse
610
610
  */
611
- export type GetGithubInstallationAccessTokenForRunnerResponse = Message<"companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse"> & {
611
+ export type GithubInstallationAccessTokenResponse = Message<"companyhelm.runner.v1.GithubInstallationAccessTokenResponse"> & {
612
612
  /**
613
613
  * Echo of requested installation for client-side correlation.
614
614
  *
@@ -635,10 +635,10 @@ export type GetGithubInstallationAccessTokenForRunnerResponse = Message<"company
635
635
  repositories: string[];
636
636
  };
637
637
  /**
638
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse.
639
- * Use `create(GetGithubInstallationAccessTokenForRunnerResponseSchema)` to create a new message.
638
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenResponse.
639
+ * Use `create(GithubInstallationAccessTokenResponseSchema)` to create a new message.
640
640
  */
641
- export declare const GetGithubInstallationAccessTokenForRunnerResponseSchema: GenMessage<GetGithubInstallationAccessTokenForRunnerResponse>;
641
+ export declare const GithubInstallationAccessTokenResponseSchema: GenMessage<GithubInstallationAccessTokenResponse>;
642
642
  /**
643
643
  * @generated from enum companyhelm.runner.v1.AgentStatus
644
644
  */
@@ -805,24 +805,24 @@ export declare const AgentRunnerControlService: GenService<{
805
805
  output: typeof ServerMessageSchema;
806
806
  };
807
807
  /**
808
- * Runner-scoped list of GitHub App installations already associated with it.
808
+ * list of GitHub App installations already associated with it.
809
809
  *
810
- * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.ListGithubInstallationsForRunner
810
+ * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.ListGithubInstallations
811
811
  */
812
- listGithubInstallationsForRunner: {
812
+ listGithubInstallations: {
813
813
  methodKind: "unary";
814
- input: typeof ListGithubInstallationsForRunnerRequestSchema;
815
- output: typeof ListGithubInstallationsForRunnerResponseSchema;
814
+ input: typeof ListGithubInstallationsRequestSchema;
815
+ output: typeof ListGithubInstallationsResponseSchema;
816
816
  };
817
817
  /**
818
818
  * Mints a short-lived token for one installation so the runner can call
819
819
  * GitHub APIs without storing long-lived credentials.
820
820
  *
821
- * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.GetGithubInstallationAccessTokenForRunner
821
+ * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.GithubInstallationAccessToken
822
822
  */
823
- getGithubInstallationAccessTokenForRunner: {
823
+ githubInstallationAccessToken: {
824
824
  methodKind: "unary";
825
- input: typeof GetGithubInstallationAccessTokenForRunnerRequestSchema;
826
- output: typeof GetGithubInstallationAccessTokenForRunnerResponseSchema;
825
+ input: typeof GithubInstallationAccessTokenRequestSchema;
826
+ output: typeof GithubInstallationAccessTokenResponseSchema;
827
827
  };
828
828
  }>;
@@ -3,13 +3,13 @@
3
3
  // @generated from file companyhelm/runner/v1/runner.proto (package companyhelm.runner.v1, syntax proto3)
4
4
  /* eslint-disable */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.AgentRunnerControlService = exports.SkillMpStatusSchema = exports.SkillMpStatus = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentStatusSchema = exports.AgentStatus = exports.GetGithubInstallationAccessTokenForRunnerResponseSchema = exports.GetGithubInstallationAccessTokenForRunnerRequestSchema = exports.ListGithubInstallationsForRunnerResponseSchema = exports.ListGithubInstallationsForRunnerRequestSchema = exports.GithubInstallationForRunnerSchema = exports.InterruptTurnRequestSchema = exports.InstallSkillsMpRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.CreateThreadRequestSchema = exports.DeleteAgentRequestSchema = exports.CreateAgentRequestSchema = exports.ServerMessageSchema = exports.SkillMpUpdateSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadUpdateSchema = exports.AgentUpdateSchema = exports.RequestErrorSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
6
+ exports.AgentRunnerControlService = exports.SkillMpStatusSchema = exports.SkillMpStatus = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentStatusSchema = exports.AgentStatus = exports.GithubInstallationAccessTokenResponseSchema = exports.GithubInstallationAccessTokenRequestSchema = exports.ListGithubInstallationsResponseSchema = exports.ListGithubInstallationsRequestSchema = exports.GithubInstallationSchema = exports.InterruptTurnRequestSchema = exports.InstallSkillsMpRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.CreateThreadRequestSchema = exports.DeleteAgentRequestSchema = exports.CreateAgentRequestSchema = exports.ServerMessageSchema = exports.SkillMpUpdateSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadUpdateSchema = exports.AgentUpdateSchema = exports.RequestErrorSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
7
7
  const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
8
  const validate_pb_1 = require("../../../buf/validate/validate_pb");
9
9
  /**
10
10
  * Describes the file companyhelm/runner/v1/runner.proto.
11
11
  */
12
- exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiUgoIQWdlbnRTZGsSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIvCgZtb2RlbHMYAiADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuTExNTW9kZWwiNAoITExNTW9kZWwSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIRCglyZWFzb25pbmcYAiADKAkiJwoOTW9kZWxSZWFzb25pbmcSFQoEbmFtZRgBIAEoCUIHukgEcgIQASIYChZSZWdpc3RlclJ1bm5lclJlc3BvbnNlIq8DCg1DbGllbnRNZXNzYWdlEhcKCnJlcXVlc3RfaWQYASABKAlIAYgBARI8Cg1yZXF1ZXN0X2Vycm9yGAIgASgLMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlJlcXVlc3RFcnJvckgAEjoKDGFnZW50X3VwZGF0ZRgDIAEoCzIiLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFVwZGF0ZUgAEjwKDXRocmVhZF91cGRhdGUYBCABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkVXBkYXRlSAASOAoLdHVybl91cGRhdGUYBSABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuVHVyblVwZGF0ZUgAEjgKC2l0ZW1fdXBkYXRlGAYgASgLMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1VcGRhdGVIABI/Cg9za2lsbF9tcF91cGRhdGUYByABKAsyJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFVwZGF0ZUgAQgkKB3BheWxvYWRCDQoLX3JlcXVlc3RfaWQiLgoMUmVxdWVzdEVycm9yEh4KDWVycm9yX21lc3NhZ2UYASABKAlCB7pIBHICEAEiXAoLQWdlbnRVcGRhdGUSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESMgoGc3RhdHVzGAIgASgOMiIuY29tcGFueWhlbG0ucnVubmVyLnYxLkFnZW50U3RhdHVzIl8KDFRocmVhZFVwZGF0ZRIaCgl0aHJlYWRfaWQYASABKAlCB7pIBHICEAESMwoGc3RhdHVzGAIgASgOMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZFN0YXR1cyJdCgpUdXJuVXBkYXRlEhwKC3Nka190dXJuX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UdXJuU3RhdHVzIpoCCgpJdGVtVXBkYXRlEhwKC3Nka19pdGVtX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtU3RhdHVzEjIKCWl0ZW1fdHlwZRgFIAEoDjIfLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtVHlwZRIRCgR0ZXh0GAYgASgJSACIAQESUAoWY29tbWFuZF9leGVjdXRpb25faXRlbRgHIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db21tYW5kRXhlY3V0aW9uSXRlbUgBiAEBQgcKBV90ZXh0QhkKF19jb21tYW5kX2V4ZWN1dGlvbl9pdGVtIoMBChRDb21tYW5kRXhlY3V0aW9uSXRlbRIYCgdjb21tYW5kGAEgASgJQge6SARyAhABEhQKA2N3ZBgCIAEoCUIHukgEcgIQARIbCgpwcm9jZXNzX2lkGAMgASgJQge6SARyAhABEhMKBm91dHB1dBgEIAEoCUgAiAEBQgkKB19vdXRwdXQifwoNU2tpbGxNcFVwZGF0ZRIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARI0CgZzdGF0dXMYAiABKA4yJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFN0YXR1cxIdCgxwYWNrYWdlX25hbWUYAyABKAlCB7pIBHICEAEixQQKDVNlcnZlck1lc3NhZ2USSQoUY3JlYXRlX2FnZW50X3JlcXVlc3QYAiABKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuQ3JlYXRlQWdlbnRSZXF1ZXN0SAASSQoUZGVsZXRlX2FnZW50X3JlcXVlc3QYAyABKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlQWdlbnRSZXF1ZXN0SAASSwoVY3JlYXRlX3RocmVhZF9yZXF1ZXN0GAQgASgLMiouY29tcGFueWhlbG0ucnVubmVyLnYxLkNyZWF0ZVRocmVhZFJlcXVlc3RIABJLChVkZWxldGVfdGhyZWFkX3JlcXVlc3QYBSABKAsyKi5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlVGhyZWFkUmVxdWVzdEgAElYKG2NyZWF0ZV91c2VyX21lc3NhZ2VfcmVxdWVzdBgGIAEoCzIvLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVVc2VyTWVzc2FnZVJlcXVlc3RIABJSChlpbnN0YWxsX3NraWxsc19tcF9yZXF1ZXN0GAcgASgLMi0uY29tcGFueWhlbG0ucnVubmVyLnYxLkluc3RhbGxTa2lsbHNNcFJlcXVlc3RIABJNChZpbnRlcnJ1cHRfdHVybl9yZXF1ZXN0GAggASgLMisuY29tcGFueWhlbG0ucnVubmVyLnYxLkludGVycnVwdFR1cm5SZXF1ZXN0SABCCQoHcmVxdWVzdCJLChJDcmVhdGVBZ2VudFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESGgoJYWdlbnRfc2RrGAIgASgJQge6SARyAhABIi8KEkRlbGV0ZUFnZW50UmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQASJ6ChNDcmVhdGVUaHJlYWRSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhYKBW1vZGVsGAIgASgJQge6SARyAhABEhwKD3JlYXNvbmluZ19sZXZlbBgDIAEoCUgAiAEBQhIKEF9yZWFzb25pbmdfbGV2ZWwiTAoTRGVsZXRlVGhyZWFkUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAEi2QEKGENyZWF0ZVVzZXJNZXNzYWdlUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAESFQoEdGV4dBgDIAEoCUIHukgEcgIQARITCgthbGxvd19zdGVlchgGIAEoCBISCgVtb2RlbBgEIAEoCUgAiAEBEiIKFW1vZGVsX3JlYXNvbmluZ19sZXZlbBgFIAEoCUgBiAEBQggKBl9tb2RlbEIYChZfbW9kZWxfcmVhc29uaW5nX2xldmVsIlIKFkluc3RhbGxTa2lsbHNNcFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESHQoMcGFja2FnZV9uYW1lGAIgASgJQge6SARyAhABIk0KFEludGVycnVwdFR1cm5SZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASI/ChtHaXRodWJJbnN0YWxsYXRpb25Gb3JSdW5uZXISIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBIikKJ0xpc3RHaXRodWJJbnN0YWxsYXRpb25zRm9yUnVubmVyUmVxdWVzdCJ1CihMaXN0R2l0aHViSW5zdGFsbGF0aW9uc0ZvclJ1bm5lclJlc3BvbnNlEkkKDWluc3RhbGxhdGlvbnMYASADKAsyMi5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uRm9yUnVubmVyIlQKMEdldEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuRm9yUnVubmVyUmVxdWVzdBIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEiwwEKMUdldEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuRm9yUnVubmVyUmVzcG9uc2USIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBEh0KDGFjY2Vzc190b2tlbhgCIAEoCUIHukgEcgIQARIpCiFhY2Nlc3NfdG9rZW5fZXhwaXJlc191bml4X3RpbWVfbXMYAyABKAMSIgoMcmVwb3NpdG9yaWVzGAQgAygJQgy6SAmSAQYiBHICEAEqWQoLQWdlbnRTdGF0dXMSGAoUQUdFTlRfU1RBVFVTX1VOS05PV04QABIWChJBR0VOVF9TVEFUVVNfUkVBRFkQARIYChRBR0VOVF9TVEFUVVNfREVMRVRFRBACKl0KDFRocmVhZFN0YXR1cxIZChVUSFJFQURfU1RBVFVTX1VOS05PV04QABIXChNUSFJFQURfU1RBVFVTX1JFQURZEAESGQoVVEhSRUFEX1NUQVRVU19ERUxFVEVEEAIqWQoKVHVyblN0YXR1cxIXChNUVVJOX1NUQVRVU19VTktOT1dOEAASFwoTVFVSTl9TVEFUVVNfUlVOTklORxABEhkKFVRVUk5fU1RBVFVTX0NPTVBMRVRFRBACKlkKCkl0ZW1TdGF0dXMSFwoTSVRFTV9TVEFUVVNfVU5LTk9XThAAEhcKE0lURU1fU1RBVFVTX1JVTk5JTkcQARIZChVJVEVNX1NUQVRVU19DT01QTEVURUQQAipsCghJdGVtVHlwZRIVChFJVEVNX1RZUEVfVU5LTk9XThAAEhAKDFVTRVJfTUVTU0FHRRABEhEKDUFHRU5UX01FU1NBR0UQAhINCglSRUFTT05JTkcQBBIVChFDT01NQU5EX0VYRUNVVElPThAFKmgKDVNraWxsTXBTdGF0dXMSGwoXU0tJTExfTVBfU1RBVFVTX1VOS05PV04QABIdChlTS0lMTF9NUF9TVEFUVVNfSU5TVEFMTEVEEAESGwoXU0tJTExfTVBfU1RBVFVTX0RFTEVURUQQAjLTBAoZQWdlbnRSdW5uZXJDb250cm9sU2VydmljZRJtCg5SZWdpc3RlclJ1bm5lchIsLmNvbXBhbnloZWxtLnJ1bm5lci52MS5SZWdpc3RlclJ1bm5lclJlcXVlc3QaLS5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVnaXN0ZXJSdW5uZXJSZXNwb25zZRJgCg5Db250cm9sQ2hhbm5lbBIkLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DbGllbnRNZXNzYWdlGiQuY29tcGFueWhlbG0ucnVubmVyLnYxLlNlcnZlck1lc3NhZ2UoATABEqMBCiBMaXN0R2l0aHViSW5zdGFsbGF0aW9uc0ZvclJ1bm5lchI+LmNvbXBhbnloZWxtLnJ1bm5lci52MS5MaXN0R2l0aHViSW5zdGFsbGF0aW9uc0ZvclJ1bm5lclJlcXVlc3QaPy5jb21wYW55aGVsbS5ydW5uZXIudjEuTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNGb3JSdW5uZXJSZXNwb25zZRK+AQopR2V0R2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5Gb3JSdW5uZXISRy5jb21wYW55aGVsbS5ydW5uZXIudjEuR2V0R2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5Gb3JSdW5uZXJSZXF1ZXN0GkguY29tcGFueWhlbG0ucnVubmVyLnYxLkdldEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuRm9yUnVubmVyUmVzcG9uc2ViBnByb3RvMw", [validate_pb_1.file_buf_validate_validate]);
12
+ exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiUgoIQWdlbnRTZGsSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIvCgZtb2RlbHMYAiADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuTExNTW9kZWwiNAoITExNTW9kZWwSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIRCglyZWFzb25pbmcYAiADKAkiJwoOTW9kZWxSZWFzb25pbmcSFQoEbmFtZRgBIAEoCUIHukgEcgIQASIYChZSZWdpc3RlclJ1bm5lclJlc3BvbnNlIq8DCg1DbGllbnRNZXNzYWdlEhcKCnJlcXVlc3RfaWQYASABKAlIAYgBARI8Cg1yZXF1ZXN0X2Vycm9yGAIgASgLMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlJlcXVlc3RFcnJvckgAEjoKDGFnZW50X3VwZGF0ZRgDIAEoCzIiLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFVwZGF0ZUgAEjwKDXRocmVhZF91cGRhdGUYBCABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkVXBkYXRlSAASOAoLdHVybl91cGRhdGUYBSABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuVHVyblVwZGF0ZUgAEjgKC2l0ZW1fdXBkYXRlGAYgASgLMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1VcGRhdGVIABI/Cg9za2lsbF9tcF91cGRhdGUYByABKAsyJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFVwZGF0ZUgAQgkKB3BheWxvYWRCDQoLX3JlcXVlc3RfaWQiLgoMUmVxdWVzdEVycm9yEh4KDWVycm9yX21lc3NhZ2UYASABKAlCB7pIBHICEAEiXAoLQWdlbnRVcGRhdGUSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESMgoGc3RhdHVzGAIgASgOMiIuY29tcGFueWhlbG0ucnVubmVyLnYxLkFnZW50U3RhdHVzIl8KDFRocmVhZFVwZGF0ZRIaCgl0aHJlYWRfaWQYASABKAlCB7pIBHICEAESMwoGc3RhdHVzGAIgASgOMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZFN0YXR1cyJdCgpUdXJuVXBkYXRlEhwKC3Nka190dXJuX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UdXJuU3RhdHVzIpoCCgpJdGVtVXBkYXRlEhwKC3Nka19pdGVtX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtU3RhdHVzEjIKCWl0ZW1fdHlwZRgFIAEoDjIfLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtVHlwZRIRCgR0ZXh0GAYgASgJSACIAQESUAoWY29tbWFuZF9leGVjdXRpb25faXRlbRgHIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db21tYW5kRXhlY3V0aW9uSXRlbUgBiAEBQgcKBV90ZXh0QhkKF19jb21tYW5kX2V4ZWN1dGlvbl9pdGVtIoMBChRDb21tYW5kRXhlY3V0aW9uSXRlbRIYCgdjb21tYW5kGAEgASgJQge6SARyAhABEhQKA2N3ZBgCIAEoCUIHukgEcgIQARIbCgpwcm9jZXNzX2lkGAMgASgJQge6SARyAhABEhMKBm91dHB1dBgEIAEoCUgAiAEBQgkKB19vdXRwdXQifwoNU2tpbGxNcFVwZGF0ZRIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARI0CgZzdGF0dXMYAiABKA4yJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFN0YXR1cxIdCgxwYWNrYWdlX25hbWUYAyABKAlCB7pIBHICEAEixQQKDVNlcnZlck1lc3NhZ2USSQoUY3JlYXRlX2FnZW50X3JlcXVlc3QYAiABKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuQ3JlYXRlQWdlbnRSZXF1ZXN0SAASSQoUZGVsZXRlX2FnZW50X3JlcXVlc3QYAyABKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlQWdlbnRSZXF1ZXN0SAASSwoVY3JlYXRlX3RocmVhZF9yZXF1ZXN0GAQgASgLMiouY29tcGFueWhlbG0ucnVubmVyLnYxLkNyZWF0ZVRocmVhZFJlcXVlc3RIABJLChVkZWxldGVfdGhyZWFkX3JlcXVlc3QYBSABKAsyKi5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlVGhyZWFkUmVxdWVzdEgAElYKG2NyZWF0ZV91c2VyX21lc3NhZ2VfcmVxdWVzdBgGIAEoCzIvLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVVc2VyTWVzc2FnZVJlcXVlc3RIABJSChlpbnN0YWxsX3NraWxsc19tcF9yZXF1ZXN0GAcgASgLMi0uY29tcGFueWhlbG0ucnVubmVyLnYxLkluc3RhbGxTa2lsbHNNcFJlcXVlc3RIABJNChZpbnRlcnJ1cHRfdHVybl9yZXF1ZXN0GAggASgLMisuY29tcGFueWhlbG0ucnVubmVyLnYxLkludGVycnVwdFR1cm5SZXF1ZXN0SABCCQoHcmVxdWVzdCJLChJDcmVhdGVBZ2VudFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESGgoJYWdlbnRfc2RrGAIgASgJQge6SARyAhABIi8KEkRlbGV0ZUFnZW50UmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQASJ6ChNDcmVhdGVUaHJlYWRSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhYKBW1vZGVsGAIgASgJQge6SARyAhABEhwKD3JlYXNvbmluZ19sZXZlbBgDIAEoCUgAiAEBQhIKEF9yZWFzb25pbmdfbGV2ZWwiTAoTRGVsZXRlVGhyZWFkUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAEi2QEKGENyZWF0ZVVzZXJNZXNzYWdlUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAESFQoEdGV4dBgDIAEoCUIHukgEcgIQARITCgthbGxvd19zdGVlchgGIAEoCBISCgVtb2RlbBgEIAEoCUgAiAEBEiIKFW1vZGVsX3JlYXNvbmluZ19sZXZlbBgFIAEoCUgBiAEBQggKBl9tb2RlbEIYChZfbW9kZWxfcmVhc29uaW5nX2xldmVsIlIKFkluc3RhbGxTa2lsbHNNcFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESHQoMcGFja2FnZV9uYW1lGAIgASgJQge6SARyAhABIk0KFEludGVycnVwdFR1cm5SZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASI2ChJHaXRodWJJbnN0YWxsYXRpb24SIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBIiAKHkxpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVxdWVzdCJjCh9MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1Jlc3BvbnNlEkAKDWluc3RhbGxhdGlvbnMYASADKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uIkgKJEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVxdWVzdBIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEitwEKJUdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVzcG9uc2USIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBEh0KDGFjY2Vzc190b2tlbhgCIAEoCUIHukgEcgIQARIpCiFhY2Nlc3NfdG9rZW5fZXhwaXJlc191bml4X3RpbWVfbXMYAyABKAMSIgoMcmVwb3NpdG9yaWVzGAQgAygJQgy6SAmSAQYiBHICEAEqWQoLQWdlbnRTdGF0dXMSGAoUQUdFTlRfU1RBVFVTX1VOS05PV04QABIWChJBR0VOVF9TVEFUVVNfUkVBRFkQARIYChRBR0VOVF9TVEFUVVNfREVMRVRFRBACKl0KDFRocmVhZFN0YXR1cxIZChVUSFJFQURfU1RBVFVTX1VOS05PV04QABIXChNUSFJFQURfU1RBVFVTX1JFQURZEAESGQoVVEhSRUFEX1NUQVRVU19ERUxFVEVEEAIqWQoKVHVyblN0YXR1cxIXChNUVVJOX1NUQVRVU19VTktOT1dOEAASFwoTVFVSTl9TVEFUVVNfUlVOTklORxABEhkKFVRVUk5fU1RBVFVTX0NPTVBMRVRFRBACKlkKCkl0ZW1TdGF0dXMSFwoTSVRFTV9TVEFUVVNfVU5LTk9XThAAEhcKE0lURU1fU1RBVFVTX1JVTk5JTkcQARIZChVJVEVNX1NUQVRVU19DT01QTEVURUQQAipsCghJdGVtVHlwZRIVChFJVEVNX1RZUEVfVU5LTk9XThAAEhAKDFVTRVJfTUVTU0FHRRABEhEKDUFHRU5UX01FU1NBR0UQAhINCglSRUFTT05JTkcQBBIVChFDT01NQU5EX0VYRUNVVElPThAFKmgKDVNraWxsTXBTdGF0dXMSGwoXU0tJTExfTVBfU1RBVFVTX1VOS05PV04QABIdChlTS0lMTF9NUF9TVEFUVVNfSU5TVEFMTEVEEAESGwoXU0tJTExfTVBfU1RBVFVTX0RFTEVURUQQAjKUBAoZQWdlbnRSdW5uZXJDb250cm9sU2VydmljZRJtCg5SZWdpc3RlclJ1bm5lchIsLmNvbXBhbnloZWxtLnJ1bm5lci52MS5SZWdpc3RlclJ1bm5lclJlcXVlc3QaLS5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVnaXN0ZXJSdW5uZXJSZXNwb25zZRJgCg5Db250cm9sQ2hhbm5lbBIkLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DbGllbnRNZXNzYWdlGiQuY29tcGFueWhlbG0ucnVubmVyLnYxLlNlcnZlck1lc3NhZ2UoATABEogBChdMaXN0R2l0aHViSW5zdGFsbGF0aW9ucxI1LmNvbXBhbnloZWxtLnJ1bm5lci52MS5MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1JlcXVlc3QaNi5jb21wYW55aGVsbS5ydW5uZXIudjEuTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNSZXNwb25zZRKaAQodR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW4SOy5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXF1ZXN0GjwuY29tcGFueWhlbG0ucnVubmVyLnYxLkdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVzcG9uc2ViBnByb3RvMw", [validate_pb_1.file_buf_validate_validate]);
13
13
  /**
14
14
  * Describes the message companyhelm.runner.v1.RegisterRunnerRequest.
15
15
  * Use `create(RegisterRunnerRequestSchema)` to create a new message.
@@ -116,30 +116,30 @@ exports.InstallSkillsMpRequestSchema = (0, codegenv2_1.messageDesc)(exports.file
116
116
  */
117
117
  exports.InterruptTurnRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 20);
118
118
  /**
119
- * Describes the message companyhelm.runner.v1.GithubInstallationForRunner.
120
- * Use `create(GithubInstallationForRunnerSchema)` to create a new message.
119
+ * Describes the message companyhelm.runner.v1.GithubInstallation.
120
+ * Use `create(GithubInstallationSchema)` to create a new message.
121
121
  */
122
- exports.GithubInstallationForRunnerSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
122
+ exports.GithubInstallationSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
123
123
  /**
124
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest.
125
- * Use `create(ListGithubInstallationsForRunnerRequestSchema)` to create a new message.
124
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsRequest.
125
+ * Use `create(ListGithubInstallationsRequestSchema)` to create a new message.
126
126
  */
127
- exports.ListGithubInstallationsForRunnerRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
127
+ exports.ListGithubInstallationsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
128
128
  /**
129
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse.
130
- * Use `create(ListGithubInstallationsForRunnerResponseSchema)` to create a new message.
129
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsResponse.
130
+ * Use `create(ListGithubInstallationsResponseSchema)` to create a new message.
131
131
  */
132
- exports.ListGithubInstallationsForRunnerResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
132
+ exports.ListGithubInstallationsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
133
133
  /**
134
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest.
135
- * Use `create(GetGithubInstallationAccessTokenForRunnerRequestSchema)` to create a new message.
134
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenRequest.
135
+ * Use `create(GithubInstallationAccessTokenRequestSchema)` to create a new message.
136
136
  */
137
- exports.GetGithubInstallationAccessTokenForRunnerRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
137
+ exports.GithubInstallationAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
138
138
  /**
139
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse.
140
- * Use `create(GetGithubInstallationAccessTokenForRunnerResponseSchema)` to create a new message.
139
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenResponse.
140
+ * Use `create(GithubInstallationAccessTokenResponseSchema)` to create a new message.
141
141
  */
142
- exports.GetGithubInstallationAccessTokenForRunnerResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
142
+ exports.GithubInstallationAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
143
143
  /**
144
144
  * @generated from enum companyhelm.runner.v1.AgentStatus
145
145
  */
@@ -15,11 +15,11 @@ service AgentRunnerControlService {
15
15
  // Server pushes work; runner pushes updates/results.
16
16
  // Client initiated requests should have their own rpc call.
17
17
  rpc ControlChannel(stream ClientMessage) returns (stream ServerMessage);
18
- // Runner-scoped list of GitHub App installations already associated with it.
19
- rpc ListGithubInstallationsForRunner(ListGithubInstallationsForRunnerRequest) returns (ListGithubInstallationsForRunnerResponse);
18
+ // list of GitHub App installations already associated with it.
19
+ rpc ListGithubInstallations(ListGithubInstallationsRequest) returns (ListGithubInstallationsResponse);
20
20
  // Mints a short-lived token for one installation so the runner can call
21
21
  // GitHub APIs without storing long-lived credentials.
22
- rpc GetGithubInstallationAccessTokenForRunner(GetGithubInstallationAccessTokenForRunnerRequest) returns (GetGithubInstallationAccessTokenForRunnerResponse);
22
+ rpc GithubInstallationAccessToken(GithubInstallationAccessTokenRequest) returns (GithubInstallationAccessTokenResponse);
23
23
  }
24
24
 
25
25
  /************************************************/
@@ -230,26 +230,26 @@ message InterruptTurnRequest {
230
230
  /* GITHUB INSTALLATION PROTOCOL */
231
231
  /************************************************/
232
232
 
233
- message GithubInstallationForRunner {
233
+ message GithubInstallation {
234
234
  // GitHub App installation identifier stored on backend.
235
235
  int64 installation_id = 1 [(buf.validate.field).int64.gte = 1];
236
236
  }
237
237
 
238
238
  // Empty because runner scope is inferred from authenticated caller.
239
- message ListGithubInstallationsForRunnerRequest {
239
+ message ListGithubInstallationsRequest {
240
240
  }
241
241
 
242
- message ListGithubInstallationsForRunnerResponse {
242
+ message ListGithubInstallationsResponse {
243
243
  // Installations currently linked to this runner/account context.
244
- repeated GithubInstallationForRunner installations = 1;
244
+ repeated GithubInstallation installations = 1;
245
245
  }
246
246
 
247
- message GetGithubInstallationAccessTokenForRunnerRequest {
247
+ message GithubInstallationAccessTokenRequest {
248
248
  // Installation for which the runner is requesting a fresh token.
249
249
  int64 installation_id = 1 [(buf.validate.field).int64.gte = 1];
250
250
  }
251
251
 
252
- message GetGithubInstallationAccessTokenForRunnerResponse {
252
+ message GithubInstallationAccessTokenResponse {
253
253
  // Echo of requested installation for client-side correlation.
254
254
  int64 installation_id = 1 [(buf.validate.field).int64.gte = 1];
255
255
  // Short-lived GitHub access token; treat as secret and do not persist.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companyhelm/protos",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Buf-generated JavaScript bindings for CompanyHelm protobuf definitions.",
5
5
  "repository": {
6
6
  "type": "git",