@stigmer/protos 3.12.4 → 3.12.6

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 (76) hide show
  1. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +4 -0
  2. package/ai/stigmer/agentic/agent/v1/command_connect.js +4 -0
  3. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
  4. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +4 -0
  5. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
  6. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +54 -0
  7. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +69 -14
  8. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  9. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.d.ts +19 -1
  10. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js +1 -1
  11. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js.map +1 -1
  12. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +47 -1
  13. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +6 -1
  14. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +23 -1
  16. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +1 -1
  17. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
  18. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +4 -0
  19. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +4 -0
  20. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  21. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +4 -0
  22. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  23. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +39 -1
  24. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +39 -1
  25. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
  26. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +38 -1
  27. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
  28. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
  29. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +129 -0
  30. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +58 -7
  31. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
  32. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +4 -0
  33. package/ai/stigmer/agentic/skill/v1/command_connect.js +4 -0
  34. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
  35. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +4 -0
  36. package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -1
  37. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -0
  38. package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -0
  39. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  40. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -0
  41. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  42. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.d.ts +12 -4
  43. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js +12 -4
  44. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +4 -0
  46. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +4 -0
  47. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
  48. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +4 -0
  49. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
  50. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +8 -0
  51. package/ai/stigmer/commons/apiresource/enum_pb.js +8 -0
  52. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
  53. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +47 -0
  54. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +6 -1
  55. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
  56. package/ai/stigmer/iam/oauthapp/v1/spec_pb.d.ts +56 -0
  57. package/ai/stigmer/iam/oauthapp/v1/spec_pb.js +41 -1
  58. package/ai/stigmer/iam/oauthapp/v1/spec_pb.js.map +1 -1
  59. package/ai/stigmer/iam/platformclient/v1/command_connect.d.ts +5 -3
  60. package/ai/stigmer/iam/platformclient/v1/command_connect.js +5 -3
  61. package/ai/stigmer/iam/platformclient/v1/command_connect.js.map +1 -1
  62. package/ai/stigmer/iam/platformclient/v1/command_pb.d.ts +5 -3
  63. package/ai/stigmer/iam/platformclient/v1/command_pb.js.map +1 -1
  64. package/ai/stigmer/iam/platformclient/v1/spec_pb.d.ts +12 -0
  65. package/ai/stigmer/iam/platformclient/v1/spec_pb.js +3 -1
  66. package/ai/stigmer/iam/platformclient/v1/spec_pb.js.map +1 -1
  67. package/ai/stigmer/iam/v1/enum_pb.d.ts +16 -1
  68. package/ai/stigmer/iam/v1/enum_pb.js +16 -1
  69. package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
  70. package/ai/stigmer/platform/cursoraccount/v1/io_pb.d.ts +22 -0
  71. package/ai/stigmer/platform/cursoraccount/v1/io_pb.js +1 -1
  72. package/ai/stigmer/platform/cursoraccount/v1/io_pb.js.map +1 -1
  73. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +26 -0
  74. package/ai/stigmer/tenancy/organization/v1/spec_pb.js +6 -1
  75. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
  76. package/package.json +1 -1
@@ -65,6 +65,10 @@ export const SkillCommandController = {
65
65
  * metadata fields untouched. Use this to make a skill publicly accessible
66
66
  * or to revoke public access.
67
67
  *
68
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
69
+ * every org boundary, so it is granted by the platform team on request.
70
+ * Un-publishing and all other levels stay self-service.
71
+ *
68
72
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.updateVisibility
69
73
  */
70
74
  updateVisibility: {
@@ -1 +1 @@
1
- {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,sHAAsH;AACtH,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,mCAAmC,EAAE,qCAAqC,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAC1J,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAE7E;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,QAAQ,EAAE,oDAAoD;IAC9D,OAAO,EAAE;QACP;;;;;;WAMG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,uBAAuB,EAAE;YACvB,IAAI,EAAE,yBAAyB;YAC/B,CAAC,EAAE,mCAAmC;YACtC,CAAC,EAAE,sBAAsB;YACzB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;WAMG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,sHAAsH;AACtH,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,mCAAmC,EAAE,qCAAqC,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAC1J,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAE7E;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,QAAQ,EAAE,oDAAoD;IAC9D,OAAO,EAAE;QACP;;;;;;WAMG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,uBAAuB,EAAE;YACvB,IAAI,EAAE,yBAAyB;YAC/B,CAAC,EAAE,mCAAmC;YACtC,CAAC,EAAE,sBAAsB;YACzB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;WAMG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -60,6 +60,10 @@ export declare const SkillCommandController: GenService<{
60
60
  * metadata fields untouched. Use this to make a skill publicly accessible
61
61
  * or to revoke public access.
62
62
  *
63
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
64
+ * every org boundary, so it is granted by the platform team on request.
65
+ * Un-publishing and all other levels stay self-service.
66
+ *
63
67
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.updateVisibility
64
68
  */
65
69
  updateVisibility: {
@@ -1 +1 @@
1
- {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sHAAsH;AACtH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAEnE,OAAO,EAAE,mCAAmC,EAAE,MAAM,YAAY,CAAC;AAEjE,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,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,qyCAAqyC,EAAE,CAAC,oCAAoC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE5gD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAkE9B,aAAa,CAChB,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sHAAsH;AACtH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAEnE,OAAO,EAAE,mCAAmC,EAAE,MAAM,YAAY,CAAC;AAEjE,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,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,qyCAAqyC,EAAE,CAAC,oCAAoC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE5gD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAsE9B,aAAa,CAChB,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
@@ -47,6 +47,10 @@ export declare const WorkflowCommandController: {
47
47
  * make a workflow publicly accessible or to revoke public access without
48
48
  * sending the entire workflow resource (avoiding read-modify-write races).
49
49
  *
50
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
51
+ * every org boundary, so it is granted by the platform team on request.
52
+ * Un-publishing and all other levels stay self-service.
53
+ *
50
54
  * @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.updateVisibility
51
55
  */
52
56
  readonly updateVisibility: {
@@ -57,6 +57,10 @@ export const WorkflowCommandController = {
57
57
  * make a workflow publicly accessible or to revoke public access without
58
58
  * sending the entire workflow resource (avoiding read-modify-write races).
59
59
  *
60
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
61
+ * every org boundary, so it is granted by the platform team on request.
62
+ * Un-publishing and all other levels stay self-service.
63
+ *
60
64
  * @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.updateVisibility
61
65
  */
62
66
  updateVisibility: {
@@ -1 +1 @@
1
- {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4HAA4H;AAC5H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,QAAQ,EAAE,0DAA0D;IACpE,OAAO,EAAE;QACP;;;;WAIG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,4BAA4B;YAC/B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,uBAAuB;YAC1B,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4HAA4H;AAC5H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,QAAQ,EAAE,0DAA0D;IACpE,OAAO,EAAE;QACP;;;;WAIG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,4BAA4B;YAC/B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,uBAAuB;YAC1B,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -52,6 +52,10 @@ export declare const WorkflowCommandController: GenService<{
52
52
  * make a workflow publicly accessible or to revoke public access without
53
53
  * sending the entire workflow resource (avoiding read-modify-write races).
54
54
  *
55
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
56
+ * every org boundary, so it is granted by the platform team on request.
57
+ * Un-publishing and all other levels stay self-service.
58
+ *
55
59
  * @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.updateVisibility
56
60
  */
57
61
  updateVisibility: {
@@ -1 +1 @@
1
- {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4HAA4H;AAC5H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,yDAAyD,EAAE,MAAM,+BAA+B,CAAC;AAE1G,OAAO,EAAE,2CAA2C,EAAE,MAAM,iBAAiB,CAAC;AAE9E,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,gpDAAgpD,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,yDAAyD,EAAE,2CAA2C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEr+D;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAiGjC,aAAa,CAChB,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4HAA4H;AAC5H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,yDAAyD,EAAE,MAAM,+BAA+B,CAAC;AAE1G,OAAO,EAAE,2CAA2C,EAAE,MAAM,iBAAiB,CAAC;AAE9E,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,gpDAAgpD,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,yDAAyD,EAAE,2CAA2C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEr+D;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAqGjC,aAAa,CAChB,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
@@ -217,10 +217,18 @@ export declare enum HumanInputTimeoutPolicy {
217
217
  */
218
218
  HUMAN_INPUT_TIMEOUT_DENY = 3,
219
219
  /**
220
- * Escalate: branch to a named escalation task.
221
- * Requires a corresponding outcome with then set, or a try_catch handler.
222
- * Use when timeout should trigger a different workflow path rather than
223
- * a simple approve/deny decision.
220
+ * Escalate: branch to a designated escalation path.
221
+ * Requires an outcome NAMED "escalate" with `then` set on timeout the
222
+ * task completes as if the reviewer selected that outcome, and its `then`
223
+ * routes the escalation branch (the same routing a reviewer manually
224
+ * choosing the escalate outcome takes). Use when timeout should trigger a
225
+ * different workflow path rather than a simple approve/deny decision.
226
+ * Task output: {"outcome": "escalate", "auto_resolved": true, "reason": "timeout"}
227
+ *
228
+ * Validation fails closed (stigmer/stigmer#781): selecting this policy
229
+ * without an "escalate" outcome carrying `then` is refused at apply and
230
+ * at the runner's load — a gate whose escalation has nowhere to go must
231
+ * never persist.
224
232
  *
225
233
  * @generated from enum value: HUMAN_INPUT_TIMEOUT_ESCALATE = 4;
226
234
  */
@@ -57,10 +57,18 @@ export var HumanInputTimeoutPolicy;
57
57
  */
58
58
  HumanInputTimeoutPolicy[HumanInputTimeoutPolicy["HUMAN_INPUT_TIMEOUT_DENY"] = 3] = "HUMAN_INPUT_TIMEOUT_DENY";
59
59
  /**
60
- * Escalate: branch to a named escalation task.
61
- * Requires a corresponding outcome with then set, or a try_catch handler.
62
- * Use when timeout should trigger a different workflow path rather than
63
- * a simple approve/deny decision.
60
+ * Escalate: branch to a designated escalation path.
61
+ * Requires an outcome NAMED "escalate" with `then` set on timeout the
62
+ * task completes as if the reviewer selected that outcome, and its `then`
63
+ * routes the escalation branch (the same routing a reviewer manually
64
+ * choosing the escalate outcome takes). Use when timeout should trigger a
65
+ * different workflow path rather than a simple approve/deny decision.
66
+ * Task output: {"outcome": "escalate", "auto_resolved": true, "reason": "timeout"}
67
+ *
68
+ * Validation fails closed (stigmer/stigmer#781): selecting this policy
69
+ * without an "escalate" outcome carrying `then` is refused at apply and
70
+ * at the runner's load — a gate whose escalation has nowhere to go must
71
+ * never persist.
64
72
  *
65
73
  * @generated from enum value: HUMAN_INPUT_TIMEOUT_ESCALATE = 4;
66
74
  */
@@ -1 +1 @@
1
- {"version":3,"file":"human_input_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4IAA4I;AAC5I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AACxH,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAE3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,qDAAqD,GAAY,aAAa,CACzF,QAAQ,CAAC,ojCAAojC,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAqC/qC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC;AAgJxE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC;AAExE;;;;;GAKG;AACH,MAAM,CAAN,IAAY,uBA2CX;AA3CD,WAAY,uBAAuB;IACjC;;;;OAIG;IACH,yIAA0C,CAAA;IAE1C;;;;;OAKG;IACH,6GAA4B,CAAA;IAE5B;;;;;;OAMG;IACH,mHAA+B,CAAA;IAE/B;;;;;;OAMG;IACH,6GAA4B,CAAA;IAE5B;;;;;;;OAOG;IACH,qHAAgC,CAAA;AAClC,CAAC,EA3CW,uBAAuB,KAAvB,uBAAuB,QA2ClC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAqC,aAAa,CAC1F,QAAQ,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"human_input_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4IAA4I;AAC5I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AACxH,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAE3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,qDAAqD,GAAY,aAAa,CACzF,QAAQ,CAAC,ojCAAojC,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAqC/qC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC;AAgJxE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC;AAExE;;;;;GAKG;AACH,MAAM,CAAN,IAAY,uBAmDX;AAnDD,WAAY,uBAAuB;IACjC;;;;OAIG;IACH,yIAA0C,CAAA;IAE1C;;;;;OAKG;IACH,6GAA4B,CAAA;IAE5B;;;;;;OAMG;IACH,mHAA+B,CAAA;IAE/B;;;;;;OAMG;IACH,6GAA4B,CAAA;IAE5B;;;;;;;;;;;;;;;OAeG;IACH,qHAAgC,CAAA;AAClC,CAAC,EAnDW,uBAAuB,KAAvB,uBAAuB,QAmDlC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAqC,aAAa,CAC1F,QAAQ,CAAC,qDAAqD,EAAE,CAAC,CAAC,CAAC"}
@@ -51,6 +51,10 @@ export declare const WorkflowInstanceCommandController: {
51
51
  * instance via FGA. An ORG-visible instance means all org members can see
52
52
  * all executions — zero per-execution tuples needed.
53
53
  *
54
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
55
+ * every org boundary, so it is granted by the platform team on request.
56
+ * Un-publishing and all other levels stay self-service.
57
+ *
54
58
  * @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.updateVisibility
55
59
  */
56
60
  readonly updateVisibility: {
@@ -60,6 +60,10 @@ export const WorkflowInstanceCommandController = {
60
60
  * instance via FGA. An ORG-visible instance means all org members can see
61
61
  * all executions — zero per-execution tuples needed.
62
62
  *
63
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
64
+ * every org boundary, so it is granted by the platform team on request.
65
+ * Un-publishing and all other levels stay self-service.
66
+ *
63
67
  * @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.updateVisibility
64
68
  */
65
69
  updateVisibility: {
@@ -1 +1 @@
1
- {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4IAA4I;AAC5I,oBAAoB;AACpB,cAAc;AAEd,kGAAkG;AAElG,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,QAAQ,EAAE,0EAA0E;IACpF,OAAO,EAAE;QACP;;;;WAIG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,8BAA8B;YACjC,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4IAA4I;AAC5I,oBAAoB;AACpB,cAAc;AAEd,kGAAkG;AAElG,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/E;;;;GAIG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,QAAQ,EAAE,0EAA0E;IACpF,OAAO,EAAE;QACP;;;;WAIG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;WAiBG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,8BAA8B;YACjC,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -54,6 +54,10 @@ export declare const WorkflowInstanceCommandController: GenService<{
54
54
  * instance via FGA. An ORG-visible instance means all org members can see
55
55
  * all executions — zero per-execution tuples needed.
56
56
  *
57
+ * In the cloud edition, PUBLIC is operator-gated: public listing crosses
58
+ * every org boundary, so it is granted by the platform team on request.
59
+ * Un-publishing and all other levels stay self-service.
60
+ *
57
61
  * @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.updateVisibility
58
62
  */
59
63
  updateVisibility: {
@@ -1 +1 @@
1
- {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4IAA4I;AAC5I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,aAAa,CAAC;AAE9E,OAAO,EAAE,8CAA8C,EAAE,MAAM,YAAY,CAAC;AAE5E,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,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,wnDAAwnD,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEr3D;;;;GAIG;AACH,MAAM,CAAC,MAAM,iCAAiC,GA8EzC,aAAa,CAChB,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,4IAA4I;AAC5I,oBAAoB;AAKpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,aAAa,CAAC;AAE9E,OAAO,EAAE,8CAA8C,EAAE,MAAM,YAAY,CAAC;AAE5E,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,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,wnDAAwnD,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEr3D;;;;GAIG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAkFzC,aAAa,CAChB,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
@@ -148,6 +148,14 @@ export declare enum ApiResourceVisibility {
148
148
  * Anyone can access (read) this resource.
149
149
  * Used for marketplace-published resources (e.g., "stigmer/web-search").
150
150
  * Write access still requires org membership.
151
+ *
152
+ * In the cloud edition, entering this level is operator-gated
153
+ * (can_set_public_visibility on platform:stigmer): public listing is a
154
+ * curation decision, requested by the resource owner and granted by the
155
+ * platform team — at both doors, updateVisibility escalation and
156
+ * create-with-public. Leaving this level stays self-service for anyone
157
+ * with can_edit. The OSS edition is unguarded (the self-hosted operator
158
+ * owns the store).
151
159
  * Named visibility_public to avoid Java reserved keyword conflict.
152
160
  *
153
161
  * @generated from enum value: visibility_public = 2;
@@ -154,6 +154,14 @@ export var ApiResourceVisibility;
154
154
  * Anyone can access (read) this resource.
155
155
  * Used for marketplace-published resources (e.g., "stigmer/web-search").
156
156
  * Write access still requires org membership.
157
+ *
158
+ * In the cloud edition, entering this level is operator-gated
159
+ * (can_set_public_visibility on platform:stigmer): public listing is a
160
+ * curation decision, requested by the resource owner and granted by the
161
+ * platform team — at both doors, updateVisibility escalation and
162
+ * create-with-public. Leaving this level stays self-service for anyone
163
+ * with can_edit. The OSS edition is unguarded (the self-hosted operator
164
+ * owns the store).
157
165
  * Named visibility_public to avoid Java reserved keyword conflict.
158
166
  *
159
167
  * @generated from enum value: visibility_public = 2;
@@ -1 +1 @@
1
- {"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,oqBAAoqB,CAAC,CAAC;AAEjrB;;;;GAIG;AACH,MAAM,CAAN,IAAY,oBA0CX;AA1CD,WAAY,oBAAoB;IAC9B;;;;OAIG;IACH,6EAAe,CAAA;IAEf;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,iGAAyB,CAAA;AAC3B,CAAC,EA1CW,oBAAoB,KAApB,oBAAoB,QA0C/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;GAIG;AACH,MAAM,CAAN,IAAY,6BA0CX;AA1CD,WAAY,6BAA6B;IACvC;;;;OAIG;IACH,mKAAiD,CAAA;IAEjD;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,iFAAQ,CAAA;IAER;;;;OAIG;IACH,qFAAU,CAAA;AACZ,CAAC,EA1CW,6BAA6B,KAA7B,6BAA6B,QA0CxC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA2C,aAAa,CACtG,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,CAAN,IAAY,qBAmFX;AAnFD,WAAY,qBAAqB;IAC/B;;;;;;;OAOG;IACH,+HAAuC,CAAA;IAEvC;;;;;;;;;;;OAWG;IACH,6FAAsB,CAAA;IAEtB;;;;;;;OAOG;IACH,2FAAqB,CAAA;IAErB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,qFAAkB,CAAA;IAElB;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,+FAAuB,CAAA;AACzB,CAAC,EAnFW,qBAAqB,KAArB,qBAAqB,QAmFhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/commons/apiresource/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,oqBAAoqB,CAAC,CAAC;AAEjrB;;;;GAIG;AACH,MAAM,CAAN,IAAY,oBA0CX;AA1CD,WAAY,oBAAoB;IAC9B;;;;OAIG;IACH,6EAAe,CAAA;IAEf;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,iGAAyB,CAAA;AAC3B,CAAC,EA1CW,oBAAoB,KAApB,oBAAoB,QA0C/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;GAIG;AACH,MAAM,CAAN,IAAY,6BA0CX;AA1CD,WAAY,6BAA6B;IACvC;;;;OAIG;IACH,mKAAiD,CAAA;IAEjD;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,qFAAU,CAAA;IAEV;;;;OAIG;IACH,iFAAQ,CAAA;IAER;;;;OAIG;IACH,qFAAU,CAAA;AACZ,CAAC,EA1CW,6BAA6B,KAA7B,6BAA6B,QA0CxC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA2C,aAAa,CACtG,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAExD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,CAAN,IAAY,qBA2FX;AA3FD,WAAY,qBAAqB;IAC/B;;;;;;;OAOG;IACH,+HAAuC,CAAA;IAEvC;;;;;;;;;;;OAWG;IACH,6FAAsB,CAAA;IAEtB;;;;;;;;;;;;;;;OAeG;IACH,2FAAqB,CAAA;IAErB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,qFAAkB,CAAA;IAElB;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,+FAAuB,CAAA;AACzB,CAAC,EA3FW,qBAAqB,KAArB,qBAAqB,QA2FhC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAmC,aAAa,CACtF,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
@@ -91,9 +91,56 @@ export type IdentityAccountSpec = Message<"ai.stigmer.iam.identityaccount.v1.Ide
91
91
  * @generated from field: ai.stigmer.commons.apiresource.ApiResourceReference identity_provider_ref = 8;
92
92
  */
93
93
  identityProviderRef?: ApiResourceReference;
94
+ /**
95
+ * Standing preferences declared by this identity account.
96
+ *
97
+ * @generated from field: ai.stigmer.iam.identityaccount.v1.IdentityAccountPreferences preferences = 9;
98
+ */
99
+ preferences?: IdentityAccountPreferences;
94
100
  };
95
101
  /**
96
102
  * Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec.
97
103
  * Use `create(IdentityAccountSpecSchema)` to create a new message.
98
104
  */
99
105
  export declare const IdentityAccountSpecSchema: GenMessage<IdentityAccountSpec>;
106
+ /**
107
+ * IdentityAccountPreferences holds user-declared defaults that apply to the
108
+ * user's own agent executions.
109
+ *
110
+ * @generated from message ai.stigmer.iam.identityaccount.v1.IdentityAccountPreferences
111
+ */
112
+ export type IdentityAccountPreferences = Message<"ai.stigmer.iam.identityaccount.v1.IdentityAccountPreferences"> & {
113
+ /**
114
+ * Free-text standing context injected into this user's eligible agent
115
+ * executions. Example: "Keep answers terse."
116
+ *
117
+ * @generated from field: string standing_context = 1;
118
+ */
119
+ standingContext: string;
120
+ /**
121
+ * Default harness for new sessions: "native" or "cursor".
122
+ * Empty means no preference — the platform default applies.
123
+ *
124
+ * @generated from field: string default_harness = 2;
125
+ */
126
+ defaultHarness: string;
127
+ /**
128
+ * Default model (registry model ID) for native-harness sessions.
129
+ * Empty means no preference — the platform default applies.
130
+ *
131
+ * @generated from field: string default_native_model = 3;
132
+ */
133
+ defaultNativeModel: string;
134
+ /**
135
+ * Default model (registry model ID) for cursor-harness sessions.
136
+ * Empty means no preference — the platform default applies.
137
+ *
138
+ * @generated from field: string default_cursor_model = 4;
139
+ */
140
+ defaultCursorModel: string;
141
+ };
142
+ /**
143
+ * Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountPreferences.
144
+ * Use `create(IdentityAccountPreferencesSchema)` to create a new message.
145
+ */
146
+ export declare const IdentityAccountPreferencesSchema: GenMessage<IdentityAccountPreferences>;
@@ -8,10 +8,15 @@ import { file_buf_validate_validate } from "../../../../../buf/validate/validate
8
8
  /**
9
9
  * Describes the file ai/stigmer/iam/identityaccount/v1/spec.proto.
10
10
  */
11
- export const file_ai_stigmer_iam_identityaccount_v1_spec = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvc3BlYy5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxIsgCChNJZGVudGl0eUFjY291bnRTcGVjEhYKBmlkcF9pZBgBIAEoCUIGukgDyAEBEg0KBWVtYWlsGAIgASgJEhIKCmZpcnN0X25hbWUYAyABKAkSEQoJbGFzdF9uYW1lGAQgASgJEhMKC3BpY3R1cmVfdXJsGAUgASgJEhoKEmlzX21hY2hpbmVfYWNjb3VudBgGIAEoCBJdChFwcm92aXNpb25pbmdfbW9kZRgHIAEoDjJCLmFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MS5JZGVudGl0eUFjY291bnRQcm92aXNpb25pbmdNb2RlElMKFWlkZW50aXR5X3Byb3ZpZGVyX3JlZhgIIAEoCzI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZWIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_iam_identityaccount_v1_enum, file_buf_validate_validate]);
11
+ export const file_ai_stigmer_iam_identityaccount_v1_spec = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2lhbS9pZGVudGl0eWFjY291bnQvdjEvc3BlYy5wcm90bxIhYWkuc3RpZ21lci5pYW0uaWRlbnRpdHlhY2NvdW50LnYxIpwDChNJZGVudGl0eUFjY291bnRTcGVjEhYKBmlkcF9pZBgBIAEoCUIGukgDyAEBEg0KBWVtYWlsGAIgASgJEhIKCmZpcnN0X25hbWUYAyABKAkSEQoJbGFzdF9uYW1lGAQgASgJEhMKC3BpY3R1cmVfdXJsGAUgASgJEhoKEmlzX21hY2hpbmVfYWNjb3VudBgGIAEoCBJdChFwcm92aXNpb25pbmdfbW9kZRgHIAEoDjJCLmFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MS5JZGVudGl0eUFjY291bnRQcm92aXNpb25pbmdNb2RlElMKFWlkZW50aXR5X3Byb3ZpZGVyX3JlZhgIIAEoCzI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZRJSCgtwcmVmZXJlbmNlcxgJIAEoCzI9LmFpLnN0aWdtZXIuaWFtLmlkZW50aXR5YWNjb3VudC52MS5JZGVudGl0eUFjY291bnRQcmVmZXJlbmNlcyLBAQoaSWRlbnRpdHlBY2NvdW50UHJlZmVyZW5jZXMSIgoQc3RhbmRpbmdfY29udGV4dBgBIAEoCUIIukgFcgMY0A8SMQoPZGVmYXVsdF9oYXJuZXNzGAIgASgJQhi6SBXYAQFyEFIGbmF0aXZlUgZjdXJzb3ISJQoUZGVmYXVsdF9uYXRpdmVfbW9kZWwYAyABKAlCB7pIBHICGGQSJQoUZGVmYXVsdF9jdXJzb3JfbW9kZWwYBCABKAlCB7pIBHICGGRiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_iam_identityaccount_v1_enum, file_buf_validate_validate]);
12
12
  /**
13
13
  * Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountSpec.
14
14
  * Use `create(IdentityAccountSpecSchema)` to create a new message.
15
15
  */
16
16
  export const IdentityAccountSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_spec, 0);
17
+ /**
18
+ * Describes the message ai.stigmer.iam.identityaccount.v1.IdentityAccountPreferences.
19
+ * Use `create(IdentityAccountPreferencesSchema)` to create a new message.
20
+ */
21
+ export const IdentityAccountPreferencesSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityaccount_v1_spec, 1);
17
22
  //# sourceMappingURL=spec_pb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,+HAA+H;AAC/H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAE/F,OAAO,EAAE,2CAA2C,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,kjBAAkjB,EAAE,CAAC,sCAAsC,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAgGlrB;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityaccount/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,+HAA+H;AAC/H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAE/F,OAAO,EAAE,2CAA2C,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,w6BAAw6B,EAAE,CAAC,sCAAsC,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAuGxiC;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AA0C9D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
@@ -100,6 +100,23 @@ export type OAuthAppSpec = Message<"ai.stigmer.iam.oauthapp.v1.OAuthAppSpec"> &
100
100
  * @generated from field: string vendor_approval_docs_url = 10;
101
101
  */
102
102
  vendorApprovalDocsUrl: string;
103
+ /**
104
+ * How the client secret is presented to the vendor's token endpoint
105
+ * during authorization-code exchange and refresh.
106
+ *
107
+ * RFC 6749 §2.3.1 requires authorization servers to support HTTP Basic,
108
+ * but some vendors' token endpoints accept only client_secret_post
109
+ * (e.g. HubSpot advertises token_endpoint_auth_methods_supported:
110
+ * ["client_secret_post"]). Exactly one method is ever used per request —
111
+ * RFC 6749 §2.3 forbids presenting credentials through more than one
112
+ * channel at once, and some servers reject requests that do.
113
+ *
114
+ * UNSPECIFIED is treated as CLIENT_SECRET_BASIC for backwards
115
+ * compatibility, preserving the historical behavior byte-for-byte.
116
+ *
117
+ * @generated from field: ai.stigmer.iam.oauthapp.v1.TokenEndpointAuthMethod token_endpoint_auth_method = 11;
118
+ */
119
+ tokenEndpointAuthMethod: TokenEndpointAuthMethod;
103
120
  };
104
121
  /**
105
122
  * Describes the message ai.stigmer.iam.oauthapp.v1.OAuthAppSpec.
@@ -148,3 +165,42 @@ export declare enum VendorApprovalStatus {
148
165
  * Describes the enum ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus.
149
166
  */
150
167
  export declare const VendorApprovalStatusSchema: GenEnum<VendorApprovalStatus>;
168
+ /**
169
+ * Client authentication method for the vendor's OAuth token endpoint,
170
+ * mirroring the RFC 8414 token_endpoint_auth_methods_supported vocabulary.
171
+ *
172
+ * Only confidential-client methods appear here: public (DCR) clients
173
+ * authenticate with PKCE alone and never carry a client secret, so this
174
+ * enum is meaningful only for OAuthApp-backed vendor OAuth.
175
+ *
176
+ * @generated from enum ai.stigmer.iam.oauthapp.v1.TokenEndpointAuthMethod
177
+ */
178
+ export declare enum TokenEndpointAuthMethod {
179
+ /**
180
+ * Default / unset. Treated as CLIENT_SECRET_BASIC for backwards
181
+ * compatibility — every OAuthApp created before this field existed
182
+ * authenticated via HTTP Basic.
183
+ *
184
+ * @generated from enum value: TOKEN_ENDPOINT_AUTH_METHOD_UNSPECIFIED = 0;
185
+ */
186
+ UNSPECIFIED = 0,
187
+ /**
188
+ * client_secret_basic: the secret rides the Authorization header as
189
+ * HTTP Basic credentials (RFC 6749 §2.3.1's baseline method).
190
+ *
191
+ * @generated from enum value: TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC = 1;
192
+ */
193
+ CLIENT_SECRET_BASIC = 1,
194
+ /**
195
+ * client_secret_post: the secret rides the request body as the
196
+ * client_secret form parameter. Required by vendors whose token
197
+ * endpoints do not accept Basic (e.g. HubSpot).
198
+ *
199
+ * @generated from enum value: TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST = 2;
200
+ */
201
+ CLIENT_SECRET_POST = 2
202
+ }
203
+ /**
204
+ * Describes the enum ai.stigmer.iam.oauthapp.v1.TokenEndpointAuthMethod.
205
+ */
206
+ export declare const TokenEndpointAuthMethodSchema: GenEnum<TokenEndpointAuthMethod>;
@@ -6,7 +6,7 @@ import { file_buf_validate_validate } from "../../../../../buf/validate/validate
6
6
  /**
7
7
  * Describes the file ai/stigmer/iam/oauthapp/v1/spec.proto.
8
8
  */
9
- export const file_ai_stigmer_iam_oauthapp_v1_spec = /*@__PURE__*/ fileDesc("CiVhaS9zdGlnbWVyL2lhbS9vYXV0aGFwcC92MS9zcGVjLnByb3RvEhphaS5zdGlnbWVyLmlhbS5vYXV0aGFwcC52MSLWAgoMT0F1dGhBcHBTcGVjEhAKCHByb3ZpZGVyGAEgASgJEhoKCWNsaWVudF9pZBgCIAEoCUIHukgEcgIQARIeCg1jbGllbnRfc2VjcmV0GAMgASgJQge6SARyAhABEiMKEWF1dGhvcml6YXRpb25fdXJsGAQgASgJQgi6SAVyA4gBARIbCgl0b2tlbl91cmwYBSABKAlCCLpIBXIDiAEBEg4KBnNjb3BlcxgGIAMoCRIUCgx1c2VyaW5mb191cmwYByABKAkSHAoUc2NvcGVfcGFyYW1ldGVyX25hbWUYCCABKAkSUAoWdmVuZG9yX2FwcHJvdmFsX3N0YXR1cxgJIAEoDjIwLmFpLnN0aWdtZXIuaWFtLm9hdXRoYXBwLnYxLlZlbmRvckFwcHJvdmFsU3RhdHVzEiAKGHZlbmRvcl9hcHByb3ZhbF9kb2NzX3VybBgKIAEoCSqsAQoUVmVuZG9yQXBwcm92YWxTdGF0dXMSJgoiVkVORE9SX0FQUFJPVkFMX1NUQVRVU19VTlNQRUNJRklFRBAAEiIKHlZFTkRPUl9BUFBST1ZBTF9TVEFUVVNfUEVORElORxABEiMKH1ZFTkRPUl9BUFBST1ZBTF9TVEFUVVNfQVBQUk9WRUQQAhIjCh9WRU5ET1JfQVBQUk9WQUxfU1RBVFVTX1JFSkVDVEVEEANiBnByb3RvMw", [file_buf_validate_validate]);
9
+ export const file_ai_stigmer_iam_oauthapp_v1_spec = /*@__PURE__*/ fileDesc("CiVhaS9zdGlnbWVyL2lhbS9vYXV0aGFwcC92MS9zcGVjLnByb3RvEhphaS5zdGlnbWVyLmlhbS5vYXV0aGFwcC52MSKvAwoMT0F1dGhBcHBTcGVjEhAKCHByb3ZpZGVyGAEgASgJEhoKCWNsaWVudF9pZBgCIAEoCUIHukgEcgIQARIeCg1jbGllbnRfc2VjcmV0GAMgASgJQge6SARyAhABEiMKEWF1dGhvcml6YXRpb25fdXJsGAQgASgJQgi6SAVyA4gBARIbCgl0b2tlbl91cmwYBSABKAlCCLpIBXIDiAEBEg4KBnNjb3BlcxgGIAMoCRIUCgx1c2VyaW5mb191cmwYByABKAkSHAoUc2NvcGVfcGFyYW1ldGVyX25hbWUYCCABKAkSUAoWdmVuZG9yX2FwcHJvdmFsX3N0YXR1cxgJIAEoDjIwLmFpLnN0aWdtZXIuaWFtLm9hdXRoYXBwLnYxLlZlbmRvckFwcHJvdmFsU3RhdHVzEiAKGHZlbmRvcl9hcHByb3ZhbF9kb2NzX3VybBgKIAEoCRJXChp0b2tlbl9lbmRwb2ludF9hdXRoX21ldGhvZBgLIAEoDjIzLmFpLnN0aWdtZXIuaWFtLm9hdXRoYXBwLnYxLlRva2VuRW5kcG9pbnRBdXRoTWV0aG9kKqwBChRWZW5kb3JBcHByb3ZhbFN0YXR1cxImCiJWRU5ET1JfQVBQUk9WQUxfU1RBVFVTX1VOU1BFQ0lGSUVEEAASIgoeVkVORE9SX0FQUFJPVkFMX1NUQVRVU19QRU5ESU5HEAESIwofVkVORE9SX0FQUFJPVkFMX1NUQVRVU19BUFBST1ZFRBACEiMKH1ZFTkRPUl9BUFBST1ZBTF9TVEFUVVNfUkVKRUNURUQQAyqsAQoXVG9rZW5FbmRwb2ludEF1dGhNZXRob2QSKgomVE9LRU5fRU5EUE9JTlRfQVVUSF9NRVRIT0RfVU5TUEVDSUZJRUQQABIyCi5UT0tFTl9FTkRQT0lOVF9BVVRIX01FVEhPRF9DTElFTlRfU0VDUkVUX0JBU0lDEAESMQotVE9LRU5fRU5EUE9JTlRfQVVUSF9NRVRIT0RfQ0xJRU5UX1NFQ1JFVF9QT1NUEAJiBnByb3RvMw", [file_buf_validate_validate]);
10
10
  /**
11
11
  * Describes the message ai.stigmer.iam.oauthapp.v1.OAuthAppSpec.
12
12
  * Use `create(OAuthAppSpecSchema)` to create a new message.
@@ -55,4 +55,44 @@ export var VendorApprovalStatus;
55
55
  * Describes the enum ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus.
56
56
  */
57
57
  export const VendorApprovalStatusSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_iam_oauthapp_v1_spec, 0);
58
+ /**
59
+ * Client authentication method for the vendor's OAuth token endpoint,
60
+ * mirroring the RFC 8414 token_endpoint_auth_methods_supported vocabulary.
61
+ *
62
+ * Only confidential-client methods appear here: public (DCR) clients
63
+ * authenticate with PKCE alone and never carry a client secret, so this
64
+ * enum is meaningful only for OAuthApp-backed vendor OAuth.
65
+ *
66
+ * @generated from enum ai.stigmer.iam.oauthapp.v1.TokenEndpointAuthMethod
67
+ */
68
+ export var TokenEndpointAuthMethod;
69
+ (function (TokenEndpointAuthMethod) {
70
+ /**
71
+ * Default / unset. Treated as CLIENT_SECRET_BASIC for backwards
72
+ * compatibility — every OAuthApp created before this field existed
73
+ * authenticated via HTTP Basic.
74
+ *
75
+ * @generated from enum value: TOKEN_ENDPOINT_AUTH_METHOD_UNSPECIFIED = 0;
76
+ */
77
+ TokenEndpointAuthMethod[TokenEndpointAuthMethod["UNSPECIFIED"] = 0] = "UNSPECIFIED";
78
+ /**
79
+ * client_secret_basic: the secret rides the Authorization header as
80
+ * HTTP Basic credentials (RFC 6749 §2.3.1's baseline method).
81
+ *
82
+ * @generated from enum value: TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC = 1;
83
+ */
84
+ TokenEndpointAuthMethod[TokenEndpointAuthMethod["CLIENT_SECRET_BASIC"] = 1] = "CLIENT_SECRET_BASIC";
85
+ /**
86
+ * client_secret_post: the secret rides the request body as the
87
+ * client_secret form parameter. Required by vendors whose token
88
+ * endpoints do not accept Basic (e.g. HubSpot).
89
+ *
90
+ * @generated from enum value: TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST = 2;
91
+ */
92
+ TokenEndpointAuthMethod[TokenEndpointAuthMethod["CLIENT_SECRET_POST"] = 2] = "CLIENT_SECRET_POST";
93
+ })(TokenEndpointAuthMethod || (TokenEndpointAuthMethod = {}));
94
+ /**
95
+ * Describes the enum ai.stigmer.iam.oauthapp.v1.TokenEndpointAuthMethod.
96
+ */
97
+ export const TokenEndpointAuthMethodSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_iam_oauthapp_v1_spec, 1);
58
98
  //# sourceMappingURL=spec_pb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/oauthapp/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,4xBAA4xB,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AA6Gv0B;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,oBA+BX;AA/BD,WAAY,oBAAoB;IAC9B;;;;;;OAMG;IACH,6EAAe,CAAA;IAEf;;;;;OAKG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,uEAAY,CAAA;IAEZ;;;;OAIG;IACH,uEAAY,CAAA;AACd,CAAC,EA/BW,oBAAoB,KAApB,oBAAoB,QA+B/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/oauthapp/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,4nCAA4nC,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AA+HvqC;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,oBA+BX;AA/BD,WAAY,oBAAoB;IAC9B;;;;;;OAMG;IACH,6EAAe,CAAA;IAEf;;;;;OAKG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,uEAAY,CAAA;IAEZ;;;;OAIG;IACH,uEAAY,CAAA;AACd,CAAC,EA/BW,oBAAoB,KAApB,oBAAoB,QA+B/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAEpD;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,uBA0BX;AA1BD,WAAY,uBAAuB;IACjC;;;;;;OAMG;IACH,mFAAe,CAAA;IAEf;;;;;OAKG;IACH,mGAAuB,CAAA;IAEvB;;;;;;OAMG;IACH,iGAAsB,CAAA;AACxB,CAAC,EA1BW,uBAAuB,KAAvB,uBAAuB,QA0BlC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAqC,aAAa,CAC1F,QAAQ,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC"}
@@ -52,9 +52,11 @@ export declare const PlatformClientCommandController: {
52
52
  /**
53
53
  * Delete a platform client.
54
54
  *
55
- * Immediately invalidates the client_id and client_secret. Any tokens
56
- * previously minted by this platform client remain valid until their
57
- * own expiration deletion does not revoke already-issued tokens.
55
+ * Immediately invalidates the client_id and client_secret AND revokes
56
+ * the client's outstanding user tokens: the platform resolves the
57
+ * minting client on every user-token request, and a client that no
58
+ * longer exists is refused UNAUTHENTICATED (fail closed) — so deletion
59
+ * takes effect on the very next request, not at token expiry.
58
60
  *
59
61
  * @generated from rpc ai.stigmer.iam.platformclient.v1.PlatformClientCommandController.delete
60
62
  */
@@ -60,9 +60,11 @@ export const PlatformClientCommandController = {
60
60
  /**
61
61
  * Delete a platform client.
62
62
  *
63
- * Immediately invalidates the client_id and client_secret. Any tokens
64
- * previously minted by this platform client remain valid until their
65
- * own expiration deletion does not revoke already-issued tokens.
63
+ * Immediately invalidates the client_id and client_secret AND revokes
64
+ * the client's outstanding user tokens: the platform resolves the
65
+ * minting client on every user-token request, and a client that no
66
+ * longer exists is refused UNAUTHENTICATED (fail closed) — so deletion
67
+ * takes effect on the very next request, not at token expiry.
66
68
  *
67
69
  * @generated from rpc ai.stigmer.iam.platformclient.v1.PlatformClientCommandController.delete
68
70
  */
@@ -1 +1 @@
1
- {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/platformclient/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,gIAAgI;AAChI,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,kEAAkE;IAC5E,OAAO,EAAE;QACP;;;;;;;;;;;;;;;WAeG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,4BAA4B;YAC/B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,4BAA4B;YAC/B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/platformclient/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,gIAAgI;AAChI,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,kEAAkE;IAC5E,OAAO,EAAE;QACP;;;;;;;;;;;;;;;WAeG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,4BAA4B;YAC/B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,4BAA4B;YAC/B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -56,9 +56,11 @@ export declare const PlatformClientCommandController: GenService<{
56
56
  /**
57
57
  * Delete a platform client.
58
58
  *
59
- * Immediately invalidates the client_id and client_secret. Any tokens
60
- * previously minted by this platform client remain valid until their
61
- * own expiration deletion does not revoke already-issued tokens.
59
+ * Immediately invalidates the client_id and client_secret AND revokes
60
+ * the client's outstanding user tokens: the platform resolves the
61
+ * minting client on every user-token request, and a client that no
62
+ * longer exists is refused UNAUTHENTICATED (fail closed) — so deletion
63
+ * takes effect on the very next request, not at token expiry.
62
64
  *
63
65
  * @generated from rpc ai.stigmer.iam.platformclient.v1.PlatformClientCommandController.delete
64
66
  */
@@ -1 +1 @@
1
- {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/platformclient/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,gIAAgI;AAChI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,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,OAAO,EAAE,yCAAyC,EAAE,MAAM,aAAa,CAAC;AAExE,OAAO,EAAE,wCAAwC,EAAE,MAAM,YAAY,CAAC;AAEtE;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,yqCAAyqC,EAAE,CAAC,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,EAAE,yCAAyC,EAAE,wCAAwC,CAAC,CAAC,CAAC;AAE15C;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAkEvC,aAAa,CAChB,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/platformclient/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,gIAAgI;AAChI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,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,OAAO,EAAE,yCAAyC,EAAE,MAAM,aAAa,CAAC;AAExE,OAAO,EAAE,wCAAwC,EAAE,MAAM,YAAY,CAAC;AAEtE;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,yqCAAyqC,EAAE,CAAC,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,EAAE,yCAAyC,EAAE,wCAAwC,CAAC,CAAC,CAAC;AAE15C;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAoEvC,aAAa,CAChB,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { ApiResourceReference } from "../../../commons/apiresource/io_pb.js";
2
3
  import type { IamRole } from "../../v1/enum_pb.js";
3
4
  import type { Timestamp } from "@bufbuild/protobuf/wkt";
4
5
  import type { Message } from "@bufbuild/protobuf";
@@ -165,6 +166,17 @@ export type PlatformClientSpec = Message<"ai.stigmer.iam.platformclient.v1.Platf
165
166
  * @generated from field: repeated string allowed_origins = 9;
166
167
  */
167
168
  allowedOrigins: string[];
169
+ /**
170
+ * Environments whose values are delivered to every agent execution
171
+ * created by a session this PlatformClient minted. This is how an
172
+ * embedded assistant reaches secret-gated MCP servers: the client — the
173
+ * connection resource — carries the credentials (for example a shared
174
+ * API secret), and minted-user executions receive its values at
175
+ * runtime. The agent and its default instance stay untouched.
176
+ *
177
+ * @generated from field: repeated ai.stigmer.commons.apiresource.ApiResourceReference environment_refs = 10;
178
+ */
179
+ environmentRefs: ApiResourceReference[];
168
180
  };
169
181
  /**
170
182
  * Describes the message ai.stigmer.iam.platformclient.v1.PlatformClientSpec.
@@ -3,12 +3,14 @@
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
5
  import { file_ai_stigmer_commons_apiresource_field_options } from "../../../commons/apiresource/field_options_pb.js";
6
+ import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb.js";
6
7
  import { file_ai_stigmer_iam_v1_enum } from "../../v1/enum_pb.js";
8
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
7
9
  import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
8
10
  /**
9
11
  * Describes the file ai/stigmer/iam/platformclient/v1/spec.proto.
10
12
  */
11
- export const file_ai_stigmer_iam_platformclient_v1_spec = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2lhbS9wbGF0Zm9ybWNsaWVudC92MS9zcGVjLnByb3RvEiBhaS5zdGlnbWVyLmlhbS5wbGF0Zm9ybWNsaWVudC52MSLCAgoSUGxhdGZvcm1DbGllbnRTcGVjEhcKCWNsaWVudF9pZBgBIAEoCUIEyIUsARIgChJjbGllbnRfc2VjcmV0X2hhc2gYAiABKAlCBMiFLAESIAoSc2VjcmV0X2ZpbmdlcnByaW50GAMgASgJQgTIhSwBEi4KCmV4cGlyZXNfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhUKDW5ldmVyX2V4cGlyZXMYBSABKAgSHwoXYXV0b19wcm92aXNpb25fYWNjb3VudHMYBiABKAgSGQoRYXV0b19ncmFudF9vbl9vcmcYByABKAgSMwoPYXV0b19ncmFudF9yb2xlGAggASgOMhouYWkuc3RpZ21lci5pYW0udjEuSWFtUm9sZRIXCg9hbGxvd2VkX29yaWdpbnMYCSADKAliBnByb3RvMw", [file_ai_stigmer_commons_apiresource_field_options, file_ai_stigmer_iam_v1_enum, file_google_protobuf_timestamp]);
13
+ export const file_ai_stigmer_iam_platformclient_v1_spec = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2lhbS9wbGF0Zm9ybWNsaWVudC92MS9zcGVjLnByb3RvEiBhaS5zdGlnbWVyLmlhbS5wbGF0Zm9ybWNsaWVudC52MSKNBAoSUGxhdGZvcm1DbGllbnRTcGVjEhcKCWNsaWVudF9pZBgBIAEoCUIEyIUsARIgChJjbGllbnRfc2VjcmV0X2hhc2gYAiABKAlCBMiFLAESIAoSc2VjcmV0X2ZpbmdlcnByaW50GAMgASgJQgTIhSwBEi4KCmV4cGlyZXNfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhUKDW5ldmVyX2V4cGlyZXMYBSABKAgSHwoXYXV0b19wcm92aXNpb25fYWNjb3VudHMYBiABKAgSGQoRYXV0b19ncmFudF9vbl9vcmcYByABKAgSMwoPYXV0b19ncmFudF9yb2xlGAggASgOMhouYWkuc3RpZ21lci5pYW0udjEuSWFtUm9sZRIXCg9hbGxvd2VkX29yaWdpbnMYCSADKAkSyAEKEGVudmlyb25tZW50X3JlZnMYCiADKAsyNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2VCeLpIcZIBbiJsugFpChVlbnZpcm9ubWVudF9yZWZzLmtpbmQSP2Vudmlyb25tZW50X3JlZnMgbXVzdCByZWZlcmVuY2UgcmVzb3VyY2VzIHdpdGgga2luZD1lbnZpcm9ubWVudBoPdGhpcy5raW5kID09IDUz4IUsNWIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_field_options, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_iam_v1_enum, file_buf_validate_validate, file_google_protobuf_timestamp]);
12
14
  /**
13
15
  * Describes the message ai.stigmer.iam.platformclient.v1.PlatformClientSpec.
14
16
  * Use `create(PlatformClientSpecSchema)` to create a new message.
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/platformclient/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,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,2BAA2B,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,wiBAAwiB,EAAE,CAAC,iDAAiD,EAAE,2BAA2B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AA2KvqB;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/platformclient/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,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAE/F,OAAO,EAAE,2BAA2B,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,szBAAszB,EAAE,CAAC,iDAAiD,EAAE,sCAAsC,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAuLz/B;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
@@ -235,7 +235,22 @@ export declare enum IamPermission {
235
235
  *
236
236
  * @generated from enum value: can_view_provider_standing = 38;
237
237
  */
238
- can_view_provider_standing = 38
238
+ can_view_provider_standing = 38,
239
+ /**
240
+ * Platform-level permission to set a resource's visibility to PUBLIC —
241
+ * the only level that crosses every org boundary (the cross-org
242
+ * "explore" catalog). Gated to platform operators in the cloud
243
+ * edition: public listing is a curation decision, requested by the
244
+ * owner and granted by the platform team. Enforced at BOTH doors a
245
+ * resource can become public through — updateVisibility escalation and
246
+ * create-with-public — while org/platform levels and un-publishing
247
+ * stay self-service (resource can_edit). The OSS edition is
248
+ * deliberately unguarded: the self-hosted operator owns the store,
249
+ * the same scoping cloud#320 applied to reserved labels.
250
+ *
251
+ * @generated from enum value: can_set_public_visibility = 39;
252
+ */
253
+ can_set_public_visibility = 39
239
254
  }
240
255
  /**
241
256
  * Describes the enum ai.stigmer.iam.v1.IamPermission.