@stigmer/protos 3.12.0 → 3.12.2

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 (83) hide show
  1. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +0 -1
  2. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
  3. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +17 -9
  4. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
  5. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +6 -14
  6. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +1 -1
  7. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  8. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +1 -1
  9. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +2 -2
  10. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +2 -2
  11. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +2 -2
  12. package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +0 -135
  13. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +3 -13
  14. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +1 -1
  16. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +20 -5
  17. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  18. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +0 -1
  19. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
  20. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +8 -0
  21. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +8 -0
  22. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  23. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +8 -0
  24. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  25. package/ai/stigmer/agentic/agentshare/v1/spec_pb.d.ts +8 -2
  26. package/ai/stigmer/agentic/agentshare/v1/spec_pb.js.map +1 -1
  27. package/ai/stigmer/agentic/artifact/v1/api_pb.d.ts +1 -1
  28. package/ai/stigmer/agentic/artifact/v1/command_connect.d.ts +1 -1
  29. package/ai/stigmer/agentic/artifact/v1/command_connect.js +1 -1
  30. package/ai/stigmer/agentic/artifact/v1/command_pb.d.ts +1 -1
  31. package/ai/stigmer/agentic/artifact/v1/command_pb.js +1 -1
  32. package/ai/stigmer/agentic/artifact/v1/io_pb.d.ts +1 -1
  33. package/ai/stigmer/agentic/artifact/v1/spec_pb.d.ts +1 -1
  34. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +0 -1
  35. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
  36. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +14 -3
  37. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +14 -3
  38. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
  39. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +14 -3
  40. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
  41. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +2 -2
  42. package/ai/stigmer/agentic/mcpserver/v1/oauth_pb.d.ts +6 -0
  43. package/ai/stigmer/agentic/mcpserver/v1/oauth_pb.js.map +1 -1
  44. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +12 -0
  45. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +12 -0
  46. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
  47. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +12 -0
  48. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
  49. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +20 -7
  50. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +38 -25
  52. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +10 -3
  53. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
  54. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +8 -5
  55. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
  56. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +1 -1
  57. package/ai/stigmer/agentic/skill/v1/query_connect.js +1 -1
  58. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +1 -1
  59. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +0 -1
  60. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +1 -1
  62. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +4 -4
  63. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +1 -1
  64. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +1 -1
  65. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +1 -1
  66. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +6 -6
  67. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +2 -2
  68. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +20 -14
  69. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
  70. package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +8 -0
  71. package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -1
  72. package/ai/stigmer/iam/platformclient/v1/token_pb.d.ts +19 -8
  73. package/ai/stigmer/iam/platformclient/v1/token_pb.js.map +1 -1
  74. package/ai/stigmer/platform/cursoraccount/v1/io_pb.d.ts +0 -10
  75. package/ai/stigmer/platform/cursoraccount/v1/io_pb.js +1 -1
  76. package/ai/stigmer/platform/cursoraccount/v1/io_pb.js.map +1 -1
  77. package/grpc/health/v1/health_connect.d.ts +75 -0
  78. package/grpc/health/v1/health_connect.js +97 -0
  79. package/grpc/health/v1/health_connect.js.map +1 -0
  80. package/grpc/health/v1/health_pb.d.ts +157 -0
  81. package/grpc/health/v1/health_pb.js +75 -0
  82. package/grpc/health/v1/health_pb.js.map +1 -0
  83. package/package.json +1 -1
@@ -0,0 +1,75 @@
1
+ // Copyright 2015 The gRPC Authors
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
15
+ /**
16
+ * Describes the file grpc/health/v1/health.proto.
17
+ */
18
+ export const file_grpc_health_v1_health = /*@__PURE__*/ fileDesc("ChtncnBjL2hlYWx0aC92MS9oZWFsdGgucHJvdG8SDmdycGMuaGVhbHRoLnYxIiUKEkhlYWx0aENoZWNrUmVxdWVzdBIPCgdzZXJ2aWNlGAEgASgJIqkBChNIZWFsdGhDaGVja1Jlc3BvbnNlEkEKBnN0YXR1cxgBIAEoDjIxLmdycGMuaGVhbHRoLnYxLkhlYWx0aENoZWNrUmVzcG9uc2UuU2VydmluZ1N0YXR1cyJPCg1TZXJ2aW5nU3RhdHVzEgsKB1VOS05PV04QABILCgdTRVJWSU5HEAESDwoLTk9UX1NFUlZJTkcQAhITCg9TRVJWSUNFX1VOS05PV04QAyITChFIZWFsdGhMaXN0UmVxdWVzdCKuAQoSSGVhbHRoTGlzdFJlc3BvbnNlEkIKCHN0YXR1c2VzGAEgAygLMjAuZ3JwYy5oZWFsdGgudjEuSGVhbHRoTGlzdFJlc3BvbnNlLlN0YXR1c2VzRW50cnkaVAoNU3RhdHVzZXNFbnRyeRILCgNrZXkYASABKAkSMgoFdmFsdWUYAiABKAsyIy5ncnBjLmhlYWx0aC52MS5IZWFsdGhDaGVja1Jlc3BvbnNlOgI4ATL9AQoGSGVhbHRoElAKBUNoZWNrEiIuZ3JwYy5oZWFsdGgudjEuSGVhbHRoQ2hlY2tSZXF1ZXN0GiMuZ3JwYy5oZWFsdGgudjEuSGVhbHRoQ2hlY2tSZXNwb25zZRJNCgRMaXN0EiEuZ3JwYy5oZWFsdGgudjEuSGVhbHRoTGlzdFJlcXVlc3QaIi5ncnBjLmhlYWx0aC52MS5IZWFsdGhMaXN0UmVzcG9uc2USUgoFV2F0Y2gSIi5ncnBjLmhlYWx0aC52MS5IZWFsdGhDaGVja1JlcXVlc3QaIy5ncnBjLmhlYWx0aC52MS5IZWFsdGhDaGVja1Jlc3BvbnNlMAFCcAoRaW8uZ3JwYy5oZWFsdGgudjFCC0hlYWx0aFByb3RvUAFaLGdvb2dsZS5nb2xhbmcub3JnL2dycGMvaGVhbHRoL2dycGNfaGVhbHRoX3YxogIMR3JwY0hlYWx0aFYxqgIOR3JwYy5IZWFsdGguVjFiBnByb3RvMw");
19
+ /**
20
+ * Describes the message grpc.health.v1.HealthCheckRequest.
21
+ * Use `create(HealthCheckRequestSchema)` to create a new message.
22
+ */
23
+ export const HealthCheckRequestSchema = /*@__PURE__*/ messageDesc(file_grpc_health_v1_health, 0);
24
+ /**
25
+ * Describes the message grpc.health.v1.HealthCheckResponse.
26
+ * Use `create(HealthCheckResponseSchema)` to create a new message.
27
+ */
28
+ export const HealthCheckResponseSchema = /*@__PURE__*/ messageDesc(file_grpc_health_v1_health, 1);
29
+ /**
30
+ * @generated from enum grpc.health.v1.HealthCheckResponse.ServingStatus
31
+ */
32
+ export var HealthCheckResponse_ServingStatus;
33
+ (function (HealthCheckResponse_ServingStatus) {
34
+ /**
35
+ * @generated from enum value: UNKNOWN = 0;
36
+ */
37
+ HealthCheckResponse_ServingStatus[HealthCheckResponse_ServingStatus["UNKNOWN"] = 0] = "UNKNOWN";
38
+ /**
39
+ * @generated from enum value: SERVING = 1;
40
+ */
41
+ HealthCheckResponse_ServingStatus[HealthCheckResponse_ServingStatus["SERVING"] = 1] = "SERVING";
42
+ /**
43
+ * @generated from enum value: NOT_SERVING = 2;
44
+ */
45
+ HealthCheckResponse_ServingStatus[HealthCheckResponse_ServingStatus["NOT_SERVING"] = 2] = "NOT_SERVING";
46
+ /**
47
+ * Used only by the Watch method.
48
+ *
49
+ * @generated from enum value: SERVICE_UNKNOWN = 3;
50
+ */
51
+ HealthCheckResponse_ServingStatus[HealthCheckResponse_ServingStatus["SERVICE_UNKNOWN"] = 3] = "SERVICE_UNKNOWN";
52
+ })(HealthCheckResponse_ServingStatus || (HealthCheckResponse_ServingStatus = {}));
53
+ /**
54
+ * Describes the enum grpc.health.v1.HealthCheckResponse.ServingStatus.
55
+ */
56
+ export const HealthCheckResponse_ServingStatusSchema = /*@__PURE__*/ enumDesc(file_grpc_health_v1_health, 1, 0);
57
+ /**
58
+ * Describes the message grpc.health.v1.HealthListRequest.
59
+ * Use `create(HealthListRequestSchema)` to create a new message.
60
+ */
61
+ export const HealthListRequestSchema = /*@__PURE__*/ messageDesc(file_grpc_health_v1_health, 2);
62
+ /**
63
+ * Describes the message grpc.health.v1.HealthListResponse.
64
+ * Use `create(HealthListResponseSchema)` to create a new message.
65
+ */
66
+ export const HealthListResponseSchema = /*@__PURE__*/ messageDesc(file_grpc_health_v1_health, 3);
67
+ /**
68
+ * Health is gRPC's mechanism for checking whether a server is able to handle
69
+ * RPCs. Its semantics are documented in
70
+ * https://github.com/grpc/grpc/blob/master/doc/health-checking.md.
71
+ *
72
+ * @generated from service grpc.health.v1.Health
73
+ */
74
+ export const Health = /*@__PURE__*/ serviceDesc(file_grpc_health_v1_health, 0);
75
+ //# sourceMappingURL=health_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health_pb.js","sourceRoot":"","sources":["../../../../grpc/health/v1/health_pb.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAUjC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG5F;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAY,aAAa,CAC9D,QAAQ,CAAC,wlCAAwlC,CAAC,CAAC;AAYrmC;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC;AAY7C;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC;AAE7C;;GAEG;AACH,MAAM,CAAN,IAAY,iCAsBX;AAtBD,WAAY,iCAAiC;IAC3C;;OAEG;IACH,+FAAW,CAAA;IAEX;;OAEG;IACH,+FAAW,CAAA;IAEX;;OAEG;IACH,uGAAe,CAAA;IAEf;;;;OAIG;IACH,+GAAmB,CAAA;AACrB,CAAC,EAtBW,iCAAiC,KAAjC,iCAAiC,QAsB5C;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAA+C,aAAa,CAC9G,QAAQ,CAAC,0BAA0B,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAQ7C;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC;AAc7C;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,MAAM,GA6Dd,aAAa,CAChB,WAAW,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigmer/protos",
3
- "version": "3.12.0",
3
+ "version": "3.12.2",
4
4
  "description": "Generated TypeScript protobuf stubs for Stigmer APIs",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",