@stigmer/protos 3.2.2 → 3.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.
Files changed (118) hide show
  1. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +41 -0
  2. package/ai/stigmer/agentic/agent/v1/spec_pb.js +8 -3
  3. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
  4. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +4 -2
  5. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +4 -2
  6. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
  7. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +4 -2
  8. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
  9. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +78 -1
  10. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +92 -14
  11. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  12. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +18 -1
  13. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +1 -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 +17 -0
  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/spec_pb.d.ts +21 -0
  19. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +1 -1
  20. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
  21. package/ai/stigmer/agentic/datastore/v1/api_pb.d.ts +64 -0
  22. package/ai/stigmer/agentic/datastore/v1/api_pb.js +18 -0
  23. package/ai/stigmer/agentic/datastore/v1/api_pb.js.map +1 -0
  24. package/ai/stigmer/agentic/datastore/v1/command_connect.d.ts +111 -0
  25. package/ai/stigmer/agentic/datastore/v1/command_connect.js +119 -0
  26. package/ai/stigmer/agentic/datastore/v1/command_connect.js.map +1 -0
  27. package/ai/stigmer/agentic/datastore/v1/command_pb.d.ts +110 -0
  28. package/ai/stigmer/agentic/datastore/v1/command_pb.js +19 -0
  29. package/ai/stigmer/agentic/datastore/v1/command_pb.js.map +1 -0
  30. package/ai/stigmer/agentic/datastore/v1/io_pb.d.ts +64 -0
  31. package/ai/stigmer/agentic/datastore/v1/io_pb.js +22 -0
  32. package/ai/stigmer/agentic/datastore/v1/io_pb.js.map +1 -0
  33. package/ai/stigmer/agentic/datastore/v1/query_connect.d.ts +59 -0
  34. package/ai/stigmer/agentic/datastore/v1/query_connect.js +68 -0
  35. package/ai/stigmer/agentic/datastore/v1/query_connect.js.map +1 -0
  36. package/ai/stigmer/agentic/datastore/v1/query_pb.d.ts +61 -0
  37. package/ai/stigmer/agentic/datastore/v1/query_pb.js +24 -0
  38. package/ai/stigmer/agentic/datastore/v1/query_pb.js.map +1 -0
  39. package/ai/stigmer/agentic/datastore/v1/record_command_connect.d.ts +75 -0
  40. package/ai/stigmer/agentic/datastore/v1/record_command_connect.js +82 -0
  41. package/ai/stigmer/agentic/datastore/v1/record_command_connect.js.map +1 -0
  42. package/ai/stigmer/agentic/datastore/v1/record_command_pb.d.ts +75 -0
  43. package/ai/stigmer/agentic/datastore/v1/record_command_pb.js +32 -0
  44. package/ai/stigmer/agentic/datastore/v1/record_command_pb.js.map +1 -0
  45. package/ai/stigmer/agentic/datastore/v1/record_io_pb.d.ts +729 -0
  46. package/ai/stigmer/agentic/datastore/v1/record_io_pb.js +198 -0
  47. package/ai/stigmer/agentic/datastore/v1/record_io_pb.js.map +1 -0
  48. package/ai/stigmer/agentic/datastore/v1/record_query_connect.d.ts +69 -0
  49. package/ai/stigmer/agentic/datastore/v1/record_query_connect.js +76 -0
  50. package/ai/stigmer/agentic/datastore/v1/record_query_connect.js.map +1 -0
  51. package/ai/stigmer/agentic/datastore/v1/record_query_pb.d.ts +70 -0
  52. package/ai/stigmer/agentic/datastore/v1/record_query_pb.js +38 -0
  53. package/ai/stigmer/agentic/datastore/v1/record_query_pb.js.map +1 -0
  54. package/ai/stigmer/agentic/datastore/v1/spec_pb.d.ts +680 -0
  55. package/ai/stigmer/agentic/datastore/v1/spec_pb.js +195 -0
  56. package/ai/stigmer/agentic/datastore/v1/spec_pb.js.map +1 -0
  57. package/ai/stigmer/agentic/datastore/v1/status_pb.d.ts +159 -0
  58. package/ai/stigmer/agentic/datastore/v1/status_pb.js +93 -0
  59. package/ai/stigmer/agentic/datastore/v1/status_pb.js.map +1 -0
  60. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +18 -0
  61. package/ai/stigmer/agentic/session/v1/spec_pb.js +1 -1
  62. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  63. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.d.ts +13 -1
  64. package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js.map +1 -1
  65. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +24 -1
  66. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +2 -1
  67. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -1
  68. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +10 -2
  69. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  70. package/ai/stigmer/billing/v1/command_connect.d.ts +43 -0
  71. package/ai/stigmer/billing/v1/command_connect.js +46 -1
  72. package/ai/stigmer/billing/v1/command_connect.js.map +1 -1
  73. package/ai/stigmer/billing/v1/command_pb.d.ts +43 -1
  74. package/ai/stigmer/billing/v1/command_pb.js +3 -1
  75. package/ai/stigmer/billing/v1/command_pb.js.map +1 -1
  76. package/ai/stigmer/billing/v1/io_pb.d.ts +274 -0
  77. package/ai/stigmer/billing/v1/io_pb.js +44 -2
  78. package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
  79. package/ai/stigmer/billing/v1/model_pricing_baseline_pb.d.ts +369 -0
  80. package/ai/stigmer/billing/v1/model_pricing_baseline_pb.js +79 -0
  81. package/ai/stigmer/billing/v1/model_pricing_baseline_pb.js.map +1 -0
  82. package/ai/stigmer/billing/v1/pricing_override_pb.d.ts +272 -0
  83. package/ai/stigmer/billing/v1/pricing_override_pb.js +116 -0
  84. package/ai/stigmer/billing/v1/pricing_override_pb.js.map +1 -0
  85. package/ai/stigmer/billing/v1/query_connect.d.ts +31 -0
  86. package/ai/stigmer/billing/v1/query_connect.js +32 -1
  87. package/ai/stigmer/billing/v1/query_connect.js.map +1 -1
  88. package/ai/stigmer/billing/v1/query_pb.d.ts +30 -1
  89. package/ai/stigmer/billing/v1/query_pb.js +1 -1
  90. package/ai/stigmer/billing/v1/query_pb.js.map +1 -1
  91. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +7 -0
  92. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +8 -1
  93. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  94. package/ai/stigmer/commons/apiresource/status_pb.d.ts +25 -0
  95. package/ai/stigmer/commons/apiresource/status_pb.js +1 -1
  96. package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -1
  97. package/ai/stigmer/iam/v1/enum_pb.d.ts +44 -1
  98. package/ai/stigmer/iam/v1/enum_pb.js +44 -1
  99. package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
  100. package/ai/stigmer/platform/cursoraccount/v1/command_connect.d.ts +102 -0
  101. package/ai/stigmer/platform/cursoraccount/v1/command_connect.js +110 -0
  102. package/ai/stigmer/platform/cursoraccount/v1/command_connect.js.map +1 -0
  103. package/ai/stigmer/platform/cursoraccount/v1/command_pb.d.ts +100 -0
  104. package/ai/stigmer/platform/cursoraccount/v1/command_pb.js +32 -0
  105. package/ai/stigmer/platform/cursoraccount/v1/command_pb.js.map +1 -0
  106. package/ai/stigmer/platform/cursoraccount/v1/cursor_account_pb.d.ts +331 -0
  107. package/ai/stigmer/platform/cursoraccount/v1/cursor_account_pb.js +36 -0
  108. package/ai/stigmer/platform/cursoraccount/v1/cursor_account_pb.js.map +1 -0
  109. package/ai/stigmer/platform/cursoraccount/v1/io_pb.d.ts +332 -0
  110. package/ai/stigmer/platform/cursoraccount/v1/io_pb.js +110 -0
  111. package/ai/stigmer/platform/cursoraccount/v1/io_pb.js.map +1 -0
  112. package/ai/stigmer/platform/cursoraccount/v1/query_connect.d.ts +44 -0
  113. package/ai/stigmer/platform/cursoraccount/v1/query_connect.js +51 -0
  114. package/ai/stigmer/platform/cursoraccount/v1/query_connect.js.map +1 -0
  115. package/ai/stigmer/platform/cursoraccount/v1/query_pb.d.ts +45 -0
  116. package/ai/stigmer/platform/cursoraccount/v1/query_pb.js +25 -0
  117. package/ai/stigmer/platform/cursoraccount/v1/query_pb.js.map +1 -0
  118. package/package.json +1 -1
@@ -0,0 +1,332 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { CursorAccount, CursorAccountSyncSnapshot, CursorMemberKey, CursorMemberSpend, CursorTeamMember } from "./cursor_account_pb.js";
3
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file ai/stigmer/platform/cursoraccount/v1/io.proto.
7
+ */
8
+ export declare const file_ai_stigmer_platform_cursoraccount_v1_io: GenFile;
9
+ /**
10
+ * Input for creating or updating a CursorAccount.
11
+ *
12
+ * Create: account_id empty; admin_api_key plaintext (validated live
13
+ * against GET /teams/members before persistence).
14
+ * Update: account_id set; admin_api_key plaintext to rotate or
15
+ * "***REDACTED***" to keep the stored value. member_keys on the embedded
16
+ * account are IGNORED here — keys have their own add/remove/enable RPCs
17
+ * so key mutations are individually validated and audited.
18
+ *
19
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.UpsertCursorAccountInput
20
+ */
21
+ export type UpsertCursorAccountInput = Message<"ai.stigmer.platform.cursoraccount.v1.UpsertCursorAccountInput"> & {
22
+ /**
23
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorAccount account = 1;
24
+ */
25
+ account?: CursorAccount;
26
+ };
27
+ /**
28
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.UpsertCursorAccountInput.
29
+ * Use `create(UpsertCursorAccountInputSchema)` to create a new message.
30
+ */
31
+ export declare const UpsertCursorAccountInputSchema: GenMessage<UpsertCursorAccountInput>;
32
+ /**
33
+ * Input for deleting a CursorAccount.
34
+ *
35
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.DeleteCursorAccountInput
36
+ */
37
+ export type DeleteCursorAccountInput = Message<"ai.stigmer.platform.cursoraccount.v1.DeleteCursorAccountInput"> & {
38
+ /**
39
+ * @generated from field: string account_id = 1;
40
+ */
41
+ accountId: string;
42
+ /**
43
+ * Deletion is refused while live sessions are pinned to this account's
44
+ * keys (their end-of-session agent disposal still needs the keys).
45
+ * Setting force overrides the guard; the orphaned pin count is logged.
46
+ *
47
+ * @generated from field: bool force = 2;
48
+ */
49
+ force: boolean;
50
+ };
51
+ /**
52
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.DeleteCursorAccountInput.
53
+ * Use `create(DeleteCursorAccountInputSchema)` to create a new message.
54
+ */
55
+ export declare const DeleteCursorAccountInputSchema: GenMessage<DeleteCursorAccountInput>;
56
+ /**
57
+ * Input for adding one member key to an account. The key is presented to
58
+ * Cursor's GET /v1/me before persistence; the returned identity is bound
59
+ * server-side. A non-user-scoped key (e.g. a team admin key) fails with
60
+ * Cursor's own explanatory error.
61
+ *
62
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.AddCursorMemberKeyInput
63
+ */
64
+ export type AddCursorMemberKeyInput = Message<"ai.stigmer.platform.cursoraccount.v1.AddCursorMemberKeyInput"> & {
65
+ /**
66
+ * @generated from field: string account_id = 1;
67
+ */
68
+ accountId: string;
69
+ /**
70
+ * Plaintext user-scoped API key. The redaction marker is not accepted:
71
+ * rotation is remove + add, so the identity binding can never go stale.
72
+ *
73
+ * @generated from field: string api_key = 2;
74
+ */
75
+ apiKey: string;
76
+ /**
77
+ * Optional operator label.
78
+ *
79
+ * @generated from field: string label = 3;
80
+ */
81
+ label: string;
82
+ };
83
+ /**
84
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.AddCursorMemberKeyInput.
85
+ * Use `create(AddCursorMemberKeyInputSchema)` to create a new message.
86
+ */
87
+ export declare const AddCursorMemberKeyInputSchema: GenMessage<AddCursorMemberKeyInput>;
88
+ /**
89
+ * Input for removing one member key.
90
+ *
91
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.RemoveCursorMemberKeyInput
92
+ */
93
+ export type RemoveCursorMemberKeyInput = Message<"ai.stigmer.platform.cursoraccount.v1.RemoveCursorMemberKeyInput"> & {
94
+ /**
95
+ * @generated from field: string account_id = 1;
96
+ */
97
+ accountId: string;
98
+ /**
99
+ * @generated from field: string key_id = 2;
100
+ */
101
+ keyId: string;
102
+ /**
103
+ * Removal is refused while live sessions are pinned to this key (the
104
+ * runner archives the Cursor agent with the session's key at disposal;
105
+ * removing it would orphan those agent handles). Setting force
106
+ * overrides the guard; the orphaned pin count is logged.
107
+ *
108
+ * @generated from field: bool force = 3;
109
+ */
110
+ force: boolean;
111
+ };
112
+ /**
113
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.RemoveCursorMemberKeyInput.
114
+ * Use `create(RemoveCursorMemberKeyInputSchema)` to create a new message.
115
+ */
116
+ export declare const RemoveCursorMemberKeyInputSchema: GenMessage<RemoveCursorMemberKeyInput>;
117
+ /**
118
+ * Input for enabling or disabling one member key. Disabling blocks NEW
119
+ * sessions immediately; pinned sessions keep working.
120
+ *
121
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.SetCursorMemberKeyEnabledInput
122
+ */
123
+ export type SetCursorMemberKeyEnabledInput = Message<"ai.stigmer.platform.cursoraccount.v1.SetCursorMemberKeyEnabledInput"> & {
124
+ /**
125
+ * @generated from field: string account_id = 1;
126
+ */
127
+ accountId: string;
128
+ /**
129
+ * @generated from field: string key_id = 2;
130
+ */
131
+ keyId: string;
132
+ /**
133
+ * @generated from field: bool enabled = 3;
134
+ */
135
+ enabled: boolean;
136
+ };
137
+ /**
138
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.SetCursorMemberKeyEnabledInput.
139
+ * Use `create(SetCursorMemberKeyEnabledInputSchema)` to create a new message.
140
+ */
141
+ export declare const SetCursorMemberKeyEnabledInputSchema: GenMessage<SetCursorMemberKeyEnabledInput>;
142
+ /**
143
+ * Input for an on-demand roster + spend sync of one account.
144
+ *
145
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.SyncCursorAccountInput
146
+ */
147
+ export type SyncCursorAccountInput = Message<"ai.stigmer.platform.cursoraccount.v1.SyncCursorAccountInput"> & {
148
+ /**
149
+ * @generated from field: string account_id = 1;
150
+ */
151
+ accountId: string;
152
+ };
153
+ /**
154
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.SyncCursorAccountInput.
155
+ * Use `create(SyncCursorAccountInputSchema)` to create a new message.
156
+ */
157
+ export declare const SyncCursorAccountInputSchema: GenMessage<SyncCursorAccountInput>;
158
+ /**
159
+ * Input for listing all accounts. Empty by design: this is a
160
+ * platform-operator surface over a small collection.
161
+ *
162
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.ListCursorAccountsInput
163
+ */
164
+ export type ListCursorAccountsInput = Message<"ai.stigmer.platform.cursoraccount.v1.ListCursorAccountsInput"> & {};
165
+ /**
166
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.ListCursorAccountsInput.
167
+ * Use `create(ListCursorAccountsInputSchema)` to create a new message.
168
+ */
169
+ export declare const ListCursorAccountsInputSchema: GenMessage<ListCursorAccountsInput>;
170
+ /**
171
+ * One account plus derived routing/sync facts for the console list.
172
+ *
173
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.CursorAccountSummary
174
+ */
175
+ export type CursorAccountSummary = Message<"ai.stigmer.platform.cursoraccount.v1.CursorAccountSummary"> & {
176
+ /**
177
+ * The account with all key material redacted.
178
+ *
179
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorAccount account = 1;
180
+ */
181
+ account?: CursorAccount;
182
+ /**
183
+ * Count of enabled member keys — 0 means "not routable", surfaced
184
+ * prominently in the console.
185
+ *
186
+ * @generated from field: int32 enabled_key_count = 2;
187
+ */
188
+ enabledKeyCount: number;
189
+ /**
190
+ * When the latest sync snapshot was taken; unset when never synced.
191
+ *
192
+ * @generated from field: google.protobuf.Timestamp last_synced_at = 3;
193
+ */
194
+ lastSyncedAt?: Timestamp;
195
+ };
196
+ /**
197
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorAccountSummary.
198
+ * Use `create(CursorAccountSummarySchema)` to create a new message.
199
+ */
200
+ export declare const CursorAccountSummarySchema: GenMessage<CursorAccountSummary>;
201
+ /**
202
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.CursorAccountsResponse
203
+ */
204
+ export type CursorAccountsResponse = Message<"ai.stigmer.platform.cursoraccount.v1.CursorAccountsResponse"> & {
205
+ /**
206
+ * @generated from field: repeated ai.stigmer.platform.cursoraccount.v1.CursorAccountSummary accounts = 1;
207
+ */
208
+ accounts: CursorAccountSummary[];
209
+ };
210
+ /**
211
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorAccountsResponse.
212
+ * Use `create(CursorAccountsResponseSchema)` to create a new message.
213
+ */
214
+ export declare const CursorAccountsResponseSchema: GenMessage<CursorAccountsResponse>;
215
+ /**
216
+ * Input for the single-account detail view.
217
+ *
218
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.GetCursorAccountViewInput
219
+ */
220
+ export type GetCursorAccountViewInput = Message<"ai.stigmer.platform.cursoraccount.v1.GetCursorAccountViewInput"> & {
221
+ /**
222
+ * @generated from field: string account_id = 1;
223
+ */
224
+ accountId: string;
225
+ };
226
+ /**
227
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.GetCursorAccountViewInput.
228
+ * Use `create(GetCursorAccountViewInputSchema)` to create a new message.
229
+ */
230
+ export declare const GetCursorAccountViewInputSchema: GenMessage<GetCursorAccountViewInput>;
231
+ /**
232
+ * One member key joined with roster + spend facts for the detail view.
233
+ *
234
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyView
235
+ */
236
+ export type CursorMemberKeyView = Message<"ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyView"> & {
237
+ /**
238
+ * The key entry with material redacted.
239
+ *
240
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorMemberKey key = 1;
241
+ */
242
+ key?: CursorMemberKey;
243
+ /**
244
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyState state = 2;
245
+ */
246
+ state: CursorMemberKeyState;
247
+ /**
248
+ * Spend of the owning member this cycle; unset when the member has no
249
+ * spend row (spend reports active members only).
250
+ *
251
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorMemberSpend spend = 3;
252
+ */
253
+ spend?: CursorMemberSpend;
254
+ };
255
+ /**
256
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyView.
257
+ * Use `create(CursorMemberKeyViewSchema)` to create a new message.
258
+ */
259
+ export declare const CursorMemberKeyViewSchema: GenMessage<CursorMemberKeyView>;
260
+ /**
261
+ * Full detail view of one account: the redacted account, the latest
262
+ * roster/spend snapshot, and the computed key-coverage join.
263
+ *
264
+ * @generated from message ai.stigmer.platform.cursoraccount.v1.CursorAccountView
265
+ */
266
+ export type CursorAccountView = Message<"ai.stigmer.platform.cursoraccount.v1.CursorAccountView"> & {
267
+ /**
268
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorAccount account = 1;
269
+ */
270
+ account?: CursorAccount;
271
+ /**
272
+ * Latest sync snapshot; unset when never synced.
273
+ *
274
+ * @generated from field: ai.stigmer.platform.cursoraccount.v1.CursorAccountSyncSnapshot snapshot = 2;
275
+ */
276
+ snapshot?: CursorAccountSyncSnapshot;
277
+ /**
278
+ * Every stored member key joined with roster and spend facts.
279
+ *
280
+ * @generated from field: repeated ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyView key_views = 3;
281
+ */
282
+ keyViews: CursorMemberKeyView[];
283
+ /**
284
+ * Active roster members (role != "removed") for whom no member key is
285
+ * stored — the operator's "coverage gap" list.
286
+ *
287
+ * @generated from field: repeated ai.stigmer.platform.cursoraccount.v1.CursorTeamMember members_without_keys = 4;
288
+ */
289
+ membersWithoutKeys: CursorTeamMember[];
290
+ };
291
+ /**
292
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorAccountView.
293
+ * Use `create(CursorAccountViewSchema)` to create a new message.
294
+ */
295
+ export declare const CursorAccountViewSchema: GenMessage<CursorAccountView>;
296
+ /**
297
+ * CursorMemberKeyState classifies one stored member key against the
298
+ * latest roster snapshot. Computed on read (never stored) so it can
299
+ * not drift from its inputs.
300
+ *
301
+ * @generated from enum ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyState
302
+ */
303
+ export declare enum CursorMemberKeyState {
304
+ /**
305
+ * @generated from enum value: cursor_member_key_state_unspecified = 0;
306
+ */
307
+ cursor_member_key_state_unspecified = 0,
308
+ /**
309
+ * Key owner is an active roster member.
310
+ *
311
+ * @generated from enum value: member_key_active = 1;
312
+ */
313
+ member_key_active = 1,
314
+ /**
315
+ * Key owner shows as "removed" in the roster — the key is excluded
316
+ * from selection and flagged for the operator.
317
+ *
318
+ * @generated from enum value: member_key_owner_removed = 2;
319
+ */
320
+ member_key_owner_removed = 2,
321
+ /**
322
+ * Key owner does not appear in the roster at all (or no sync has run
323
+ * yet, in which case every key reports this until the first sync).
324
+ *
325
+ * @generated from enum value: member_key_owner_unknown = 3;
326
+ */
327
+ member_key_owner_unknown = 3
328
+ }
329
+ /**
330
+ * Describes the enum ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyState.
331
+ */
332
+ export declare const CursorMemberKeyStateSchema: GenEnum<CursorMemberKeyState>;
@@ -0,0 +1,110 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/platform/cursoraccount/v1/io.proto (package ai.stigmer.platform.cursoraccount.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_platform_cursoraccount_v1_cursor_account } from "./cursor_account_pb.js";
6
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
7
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
8
+ /**
9
+ * Describes the file ai/stigmer/platform/cursoraccount/v1/io.proto.
10
+ */
11
+ export const file_ai_stigmer_platform_cursoraccount_v1_io = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL3BsYXRmb3JtL2N1cnNvcmFjY291bnQvdjEvaW8ucHJvdG8SJGFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MSJoChhVcHNlcnRDdXJzb3JBY2NvdW50SW5wdXQSTAoHYWNjb3VudBgBIAEoCzIzLmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JBY2NvdW50Qga6SAPIAQEiRgoYRGVsZXRlQ3Vyc29yQWNjb3VudElucHV0EhsKCmFjY291bnRfaWQYASABKAlCB7pIBHICEAESDQoFZm9yY2UYAiABKAgibQoXQWRkQ3Vyc29yTWVtYmVyS2V5SW5wdXQSGwoKYWNjb3VudF9pZBgBIAEoCUIHukgEcgIQARIcCgdhcGlfa2V5GAIgASgJQgu6SAjIAQFyAxiAAhIXCgVsYWJlbBgDIAEoCUIIukgFcgMYgAEiYQoaUmVtb3ZlQ3Vyc29yTWVtYmVyS2V5SW5wdXQSGwoKYWNjb3VudF9pZBgBIAEoCUIHukgEcgIQARIXCgZrZXlfaWQYAiABKAlCB7pIBHICEAESDQoFZm9yY2UYAyABKAgiZwoeU2V0Q3Vyc29yTWVtYmVyS2V5RW5hYmxlZElucHV0EhsKCmFjY291bnRfaWQYASABKAlCB7pIBHICEAESFwoGa2V5X2lkGAIgASgJQge6SARyAhABEg8KB2VuYWJsZWQYAyABKAgiNQoWU3luY0N1cnNvckFjY291bnRJbnB1dBIbCgphY2NvdW50X2lkGAEgASgJQge6SARyAhABIhkKF0xpc3RDdXJzb3JBY2NvdW50c0lucHV0IqsBChRDdXJzb3JBY2NvdW50U3VtbWFyeRJECgdhY2NvdW50GAEgASgLMjMuYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvckFjY291bnQSGQoRZW5hYmxlZF9rZXlfY291bnQYAiABKAUSMgoObGFzdF9zeW5jZWRfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wImYKFkN1cnNvckFjY291bnRzUmVzcG9uc2USTAoIYWNjb3VudHMYASADKAsyOi5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yQWNjb3VudFN1bW1hcnkiOAoZR2V0Q3Vyc29yQWNjb3VudFZpZXdJbnB1dBIbCgphY2NvdW50X2lkGAEgASgJQge6SARyAhABIuwBChNDdXJzb3JNZW1iZXJLZXlWaWV3EkIKA2tleRgBIAEoCzI1LmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JNZW1iZXJLZXkSSQoFc3RhdGUYAiABKA4yOi5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yTWVtYmVyS2V5U3RhdGUSRgoFc3BlbmQYAyABKAsyNy5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yTWVtYmVyU3BlbmQi0AIKEUN1cnNvckFjY291bnRWaWV3EkQKB2FjY291bnQYASABKAsyMy5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yQWNjb3VudBJRCghzbmFwc2hvdBgCIAEoCzI/LmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JBY2NvdW50U3luY1NuYXBzaG90EkwKCWtleV92aWV3cxgDIAMoCzI5LmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JNZW1iZXJLZXlWaWV3ElQKFG1lbWJlcnNfd2l0aG91dF9rZXlzGAQgAygLMjYuYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvclRlYW1NZW1iZXIqkgEKFEN1cnNvck1lbWJlcktleVN0YXRlEicKI2N1cnNvcl9tZW1iZXJfa2V5X3N0YXRlX3Vuc3BlY2lmaWVkEAASFQoRbWVtYmVyX2tleV9hY3RpdmUQARIcChhtZW1iZXJfa2V5X293bmVyX3JlbW92ZWQQAhIcChhtZW1iZXJfa2V5X293bmVyX3Vua25vd24QA2IGcHJvdG8z", [file_ai_stigmer_platform_cursoraccount_v1_cursor_account, file_buf_validate_validate, file_google_protobuf_timestamp]);
12
+ /**
13
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.UpsertCursorAccountInput.
14
+ * Use `create(UpsertCursorAccountInputSchema)` to create a new message.
15
+ */
16
+ export const UpsertCursorAccountInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 0);
17
+ /**
18
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.DeleteCursorAccountInput.
19
+ * Use `create(DeleteCursorAccountInputSchema)` to create a new message.
20
+ */
21
+ export const DeleteCursorAccountInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 1);
22
+ /**
23
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.AddCursorMemberKeyInput.
24
+ * Use `create(AddCursorMemberKeyInputSchema)` to create a new message.
25
+ */
26
+ export const AddCursorMemberKeyInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 2);
27
+ /**
28
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.RemoveCursorMemberKeyInput.
29
+ * Use `create(RemoveCursorMemberKeyInputSchema)` to create a new message.
30
+ */
31
+ export const RemoveCursorMemberKeyInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 3);
32
+ /**
33
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.SetCursorMemberKeyEnabledInput.
34
+ * Use `create(SetCursorMemberKeyEnabledInputSchema)` to create a new message.
35
+ */
36
+ export const SetCursorMemberKeyEnabledInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 4);
37
+ /**
38
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.SyncCursorAccountInput.
39
+ * Use `create(SyncCursorAccountInputSchema)` to create a new message.
40
+ */
41
+ export const SyncCursorAccountInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 5);
42
+ /**
43
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.ListCursorAccountsInput.
44
+ * Use `create(ListCursorAccountsInputSchema)` to create a new message.
45
+ */
46
+ export const ListCursorAccountsInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 6);
47
+ /**
48
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorAccountSummary.
49
+ * Use `create(CursorAccountSummarySchema)` to create a new message.
50
+ */
51
+ export const CursorAccountSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 7);
52
+ /**
53
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorAccountsResponse.
54
+ * Use `create(CursorAccountsResponseSchema)` to create a new message.
55
+ */
56
+ export const CursorAccountsResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 8);
57
+ /**
58
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.GetCursorAccountViewInput.
59
+ * Use `create(GetCursorAccountViewInputSchema)` to create a new message.
60
+ */
61
+ export const GetCursorAccountViewInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 9);
62
+ /**
63
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyView.
64
+ * Use `create(CursorMemberKeyViewSchema)` to create a new message.
65
+ */
66
+ export const CursorMemberKeyViewSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 10);
67
+ /**
68
+ * Describes the message ai.stigmer.platform.cursoraccount.v1.CursorAccountView.
69
+ * Use `create(CursorAccountViewSchema)` to create a new message.
70
+ */
71
+ export const CursorAccountViewSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 11);
72
+ /**
73
+ * CursorMemberKeyState classifies one stored member key against the
74
+ * latest roster snapshot. Computed on read (never stored) so it can
75
+ * not drift from its inputs.
76
+ *
77
+ * @generated from enum ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyState
78
+ */
79
+ export var CursorMemberKeyState;
80
+ (function (CursorMemberKeyState) {
81
+ /**
82
+ * @generated from enum value: cursor_member_key_state_unspecified = 0;
83
+ */
84
+ CursorMemberKeyState[CursorMemberKeyState["cursor_member_key_state_unspecified"] = 0] = "cursor_member_key_state_unspecified";
85
+ /**
86
+ * Key owner is an active roster member.
87
+ *
88
+ * @generated from enum value: member_key_active = 1;
89
+ */
90
+ CursorMemberKeyState[CursorMemberKeyState["member_key_active"] = 1] = "member_key_active";
91
+ /**
92
+ * Key owner shows as "removed" in the roster — the key is excluded
93
+ * from selection and flagged for the operator.
94
+ *
95
+ * @generated from enum value: member_key_owner_removed = 2;
96
+ */
97
+ CursorMemberKeyState[CursorMemberKeyState["member_key_owner_removed"] = 2] = "member_key_owner_removed";
98
+ /**
99
+ * Key owner does not appear in the roster at all (or no sync has run
100
+ * yet, in which case every key reports this until the first sync).
101
+ *
102
+ * @generated from enum value: member_key_owner_unknown = 3;
103
+ */
104
+ CursorMemberKeyState[CursorMemberKeyState["member_key_owner_unknown"] = 3] = "member_key_owner_unknown";
105
+ })(CursorMemberKeyState || (CursorMemberKeyState = {}));
106
+ /**
107
+ * Describes the enum ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyState.
108
+ */
109
+ export const CursorMemberKeyStateSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_platform_cursoraccount_v1_io, 0);
110
+ //# sourceMappingURL=io_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/cursoraccount/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,mIAAmI;AACnI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,wDAAwD,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,swEAAswE,EAAE,CAAC,wDAAwD,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAqB34E;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAuB/D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAgC/D;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA6B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAyB/D;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAc/D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAW/D;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA+B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAY/D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAc/D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA6B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,4CAA4C,EAAE,EAAE,CAAC,CAAC;AAqChE;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,4CAA4C,EAAE,EAAE,CAAC,CAAC;AAEhE;;;;;;GAMG;AACH,MAAM,CAAN,IAAY,oBA4BX;AA5BD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,6HAAuC,CAAA;IAEvC;;;;OAIG;IACH,yFAAqB,CAAA;IAErB;;;;;OAKG;IACH,uGAA4B,CAAA;IAE5B;;;;;OAKG;IACH,uGAA4B,CAAA;AAC9B,CAAC,EA5BW,oBAAoB,KAApB,oBAAoB,QA4B/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * CursorAccountQueryController handles read operations for managed
3
+ * Cursor accounts.
4
+ *
5
+ * Platform-gated like the command controller: even redacted, the resource
6
+ * reveals team structure and per-member spend, which are
7
+ * platform-internal.
8
+ *
9
+ * @internal
10
+ * Cloud-only; not implemented by the OSS Go server.
11
+ *
12
+ * @generated from service ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController
13
+ */
14
+ export declare const CursorAccountQueryController: {
15
+ readonly typeName: "ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController";
16
+ readonly methods: {
17
+ /**
18
+ * List all Cursor accounts with routing/sync summaries. Key material
19
+ * is always redacted.
20
+ *
21
+ * @generated from rpc ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController.listCursorAccounts
22
+ */
23
+ readonly listCursorAccounts: {
24
+ readonly name: "listCursorAccounts";
25
+ readonly I: any;
26
+ readonly O: any;
27
+ readonly kind: any;
28
+ };
29
+ /**
30
+ * Retrieve one account's detail view: the redacted account, the latest
31
+ * roster/spend snapshot, and the computed key-coverage join (which
32
+ * members hold stored keys, which keys lost their owner, who has no
33
+ * key).
34
+ *
35
+ * @generated from rpc ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController.getCursorAccountView
36
+ */
37
+ readonly getCursorAccountView: {
38
+ readonly name: "getCursorAccountView";
39
+ readonly I: any;
40
+ readonly O: any;
41
+ readonly kind: any;
42
+ };
43
+ };
44
+ };
@@ -0,0 +1,51 @@
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/platform/cursoraccount/v1/query.proto (package ai.stigmer.platform.cursoraccount.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { CursorAccountsResponse, CursorAccountView, GetCursorAccountViewInput, ListCursorAccountsInput } from "./io_pbjs";
6
+ import { MethodKind } from "@bufbuild/protobuf";
7
+ /**
8
+ * CursorAccountQueryController handles read operations for managed
9
+ * Cursor accounts.
10
+ *
11
+ * Platform-gated like the command controller: even redacted, the resource
12
+ * reveals team structure and per-member spend, which are
13
+ * platform-internal.
14
+ *
15
+ * @internal
16
+ * Cloud-only; not implemented by the OSS Go server.
17
+ *
18
+ * @generated from service ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController
19
+ */
20
+ export const CursorAccountQueryController = {
21
+ typeName: "ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController",
22
+ methods: {
23
+ /**
24
+ * List all Cursor accounts with routing/sync summaries. Key material
25
+ * is always redacted.
26
+ *
27
+ * @generated from rpc ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController.listCursorAccounts
28
+ */
29
+ listCursorAccounts: {
30
+ name: "listCursorAccounts",
31
+ I: ListCursorAccountsInput,
32
+ O: CursorAccountsResponse,
33
+ kind: MethodKind.Unary,
34
+ },
35
+ /**
36
+ * Retrieve one account's detail view: the redacted account, the latest
37
+ * roster/spend snapshot, and the computed key-coverage join (which
38
+ * members hold stored keys, which keys lost their owner, who has no
39
+ * key).
40
+ *
41
+ * @generated from rpc ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController.getCursorAccountView
42
+ */
43
+ getCursorAccountView: {
44
+ name: "getCursorAccountView",
45
+ I: GetCursorAccountViewInput,
46
+ O: CursorAccountView,
47
+ kind: MethodKind.Unary,
48
+ },
49
+ }
50
+ };
51
+ //# sourceMappingURL=query_connect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/cursoraccount/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,sIAAsI;AACtI,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAC1H,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,mEAAmE;IAC7E,OAAO,EAAE;QACP;;;;;WAKG;QACH,kBAAkB,EAAE;YAClB,IAAI,EAAE,oBAAoB;YAC1B,CAAC,EAAE,uBAAuB;YAC1B,CAAC,EAAE,sBAAsB;YACzB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,iBAAiB;YACpB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,45 @@
1
+ import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
+ import type { CursorAccountsResponseSchema, CursorAccountViewSchema, GetCursorAccountViewInputSchema, ListCursorAccountsInputSchema } from "./io_pb.js";
3
+ /**
4
+ * Describes the file ai/stigmer/platform/cursoraccount/v1/query.proto.
5
+ */
6
+ export declare const file_ai_stigmer_platform_cursoraccount_v1_query: GenFile;
7
+ /**
8
+ * CursorAccountQueryController handles read operations for managed
9
+ * Cursor accounts.
10
+ *
11
+ * Platform-gated like the command controller: even redacted, the resource
12
+ * reveals team structure and per-member spend, which are
13
+ * platform-internal.
14
+ *
15
+ * @internal
16
+ * Cloud-only; not implemented by the OSS Go server.
17
+ *
18
+ * @generated from service ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController
19
+ */
20
+ export declare const CursorAccountQueryController: GenService<{
21
+ /**
22
+ * List all Cursor accounts with routing/sync summaries. Key material
23
+ * is always redacted.
24
+ *
25
+ * @generated from rpc ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController.listCursorAccounts
26
+ */
27
+ listCursorAccounts: {
28
+ methodKind: "unary";
29
+ input: typeof ListCursorAccountsInputSchema;
30
+ output: typeof CursorAccountsResponseSchema;
31
+ };
32
+ /**
33
+ * Retrieve one account's detail view: the redacted account, the latest
34
+ * roster/spend snapshot, and the computed key-coverage join (which
35
+ * members hold stored keys, which keys lost their owner, who has no
36
+ * key).
37
+ *
38
+ * @generated from rpc ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController.getCursorAccountView
39
+ */
40
+ getCursorAccountView: {
41
+ methodKind: "unary";
42
+ input: typeof GetCursorAccountViewInputSchema;
43
+ output: typeof CursorAccountViewSchema;
44
+ };
45
+ }>;
@@ -0,0 +1,25 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/platform/cursoraccount/v1/query.proto (package ai.stigmer.platform.cursoraccount.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc/method_options_pb.js";
6
+ import { file_ai_stigmer_platform_cursoraccount_v1_io } from "./io_pb.js";
7
+ /**
8
+ * Describes the file ai/stigmer/platform/cursoraccount/v1/query.proto.
9
+ */
10
+ export const file_ai_stigmer_platform_cursoraccount_v1_query = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL3BsYXRmb3JtL2N1cnNvcmFjY291bnQvdjEvcXVlcnkucHJvdG8SJGFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MTLPAwocQ3Vyc29yQWNjb3VudFF1ZXJ5Q29udHJvbGxlchLWAQoSbGlzdEN1cnNvckFjY291bnRzEj0uYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkxpc3RDdXJzb3JBY2NvdW50c0lucHV0GjwuYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvckFjY291bnRzUmVzcG9uc2UiQ8K4GD8IIxAfKjBvbmx5IHBsYXRmb3JtIG9wZXJhdG9ycyBjYW4gdmlldyBjdXJzb3IgYWNjb3VudHMyB3N0aWdtZXIS1QEKFGdldEN1cnNvckFjY291bnRWaWV3Ej8uYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkdldEN1cnNvckFjY291bnRWaWV3SW5wdXQaNy5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yQWNjb3VudFZpZXciQ8K4GD8IIxAfKjBvbmx5IHBsYXRmb3JtIG9wZXJhdG9ycyBjYW4gdmlldyBjdXJzb3IgYWNjb3VudHMyB3N0aWdtZXJiBnByb3RvMw", [file_ai_stigmer_commons_rpc_method_options, file_ai_stigmer_platform_cursoraccount_v1_io]);
11
+ /**
12
+ * CursorAccountQueryController handles read operations for managed
13
+ * Cursor accounts.
14
+ *
15
+ * Platform-gated like the command controller: even redacted, the resource
16
+ * reveals team structure and per-member spend, which are
17
+ * platform-internal.
18
+ *
19
+ * @internal
20
+ * Cloud-only; not implemented by the OSS Go server.
21
+ *
22
+ * @generated from service ai.stigmer.platform.cursoraccount.v1.CursorAccountQueryController
23
+ */
24
+ export const CursorAccountQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_platform_cursoraccount_v1_query, 0);
25
+ //# sourceMappingURL=query_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/cursoraccount/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sIAAsI;AACtI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG,OAAO,EAAE,4CAA4C,EAAE,MAAM,YAAY,CAAC;AAE1E;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAY,aAAa,CACnF,QAAQ,CAAC,gvBAAgvB,EAAE,CAAC,0CAA0C,EAAE,4CAA4C,CAAC,CAAC,CAAC;AAEz1B;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAyBpC,aAAa,CAChB,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigmer/protos",
3
- "version": "3.2.2",
3
+ "version": "3.3.0",
4
4
  "description": "Generated TypeScript protobuf stubs for Stigmer APIs",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",