@cadenya/cadenya 0.62.0 → 0.64.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.
- package/CHANGELOG.md +22 -0
- package/client.d.mts +13 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +13 -0
- package/client.d.ts.map +1 -1
- package/client.js +13 -0
- package/client.js.map +1 -1
- package/client.mjs +13 -0
- package/client.mjs.map +1 -1
- package/internal/types.d.mts +6 -6
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +6 -6
- package/internal/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/resources/agents/agents.d.mts +4 -0
- package/resources/agents/agents.d.mts.map +1 -1
- package/resources/agents/agents.d.ts +4 -0
- package/resources/agents/agents.d.ts.map +1 -1
- package/resources/agents/agents.js.map +1 -1
- package/resources/agents/agents.mjs.map +1 -1
- package/resources/agents/schedules.d.mts +4 -0
- package/resources/agents/schedules.d.mts.map +1 -1
- package/resources/agents/schedules.d.ts +4 -0
- package/resources/agents/schedules.d.ts.map +1 -1
- package/resources/agents/variations.d.mts +4 -0
- package/resources/agents/variations.d.mts.map +1 -1
- package/resources/agents/variations.d.ts +4 -0
- package/resources/agents/variations.d.ts.map +1 -1
- package/resources/api-keys.d.mts +4 -0
- package/resources/api-keys.d.mts.map +1 -1
- package/resources/api-keys.d.ts +4 -0
- package/resources/api-keys.d.ts.map +1 -1
- package/resources/bulk-workspace-resources/bulk-workspace-resources.d.mts +287 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.d.mts.map +1 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.d.ts +287 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.d.ts.map +1 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.js +51 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.js.map +1 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.mjs +46 -0
- package/resources/bulk-workspace-resources/bulk-workspace-resources.mjs.map +1 -0
- package/resources/bulk-workspace-resources/index.d.mts +3 -0
- package/resources/bulk-workspace-resources/index.d.mts.map +1 -0
- package/resources/bulk-workspace-resources/index.d.ts +3 -0
- package/resources/bulk-workspace-resources/index.d.ts.map +1 -0
- package/resources/bulk-workspace-resources/index.js +9 -0
- package/resources/bulk-workspace-resources/index.js.map +1 -0
- package/resources/bulk-workspace-resources/index.mjs +4 -0
- package/resources/bulk-workspace-resources/index.mjs.map +1 -0
- package/resources/bulk-workspace-resources/results.d.mts +638 -0
- package/resources/bulk-workspace-resources/results.d.mts.map +1 -0
- package/resources/bulk-workspace-resources/results.d.ts +638 -0
- package/resources/bulk-workspace-resources/results.d.ts.map +1 -0
- package/resources/bulk-workspace-resources/results.js +27 -0
- package/resources/bulk-workspace-resources/results.js.map +1 -0
- package/resources/bulk-workspace-resources/results.mjs +23 -0
- package/resources/bulk-workspace-resources/results.mjs.map +1 -0
- package/resources/bulk-workspace-resources.d.mts +2 -0
- package/resources/bulk-workspace-resources.d.mts.map +1 -0
- package/resources/bulk-workspace-resources.d.ts +2 -0
- package/resources/bulk-workspace-resources.d.ts.map +1 -0
- package/resources/bulk-workspace-resources.js +6 -0
- package/resources/bulk-workspace-resources.js.map +1 -0
- package/resources/bulk-workspace-resources.mjs +3 -0
- package/resources/bulk-workspace-resources.mjs.map +1 -0
- package/resources/index.d.mts +1 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/memory-layers/entries.d.mts +4 -0
- package/resources/memory-layers/entries.d.mts.map +1 -1
- package/resources/memory-layers/entries.d.ts +4 -0
- package/resources/memory-layers/entries.d.ts.map +1 -1
- package/resources/memory-layers/memory-layers.d.mts +4 -0
- package/resources/memory-layers/memory-layers.d.mts.map +1 -1
- package/resources/memory-layers/memory-layers.d.ts +4 -0
- package/resources/memory-layers/memory-layers.d.ts.map +1 -1
- package/resources/memory-layers/memory-layers.js.map +1 -1
- package/resources/memory-layers/memory-layers.mjs.map +1 -1
- package/resources/models.d.mts +4 -0
- package/resources/models.d.mts.map +1 -1
- package/resources/models.d.ts +4 -0
- package/resources/models.d.ts.map +1 -1
- package/resources/shared.d.mts +15 -0
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +15 -0
- package/resources/shared.d.ts.map +1 -1
- package/resources/tool-sets/tool-sets.d.mts +4 -0
- package/resources/tool-sets/tool-sets.d.mts.map +1 -1
- package/resources/tool-sets/tool-sets.d.ts +4 -0
- package/resources/tool-sets/tool-sets.d.ts.map +1 -1
- package/resources/tool-sets/tool-sets.js.map +1 -1
- package/resources/tool-sets/tool-sets.mjs.map +1 -1
- package/resources/tool-sets/tools.d.mts +4 -0
- package/resources/tool-sets/tools.d.mts.map +1 -1
- package/resources/tool-sets/tools.d.ts +4 -0
- package/resources/tool-sets/tools.d.ts.map +1 -1
- package/resources/workspace-secrets.d.mts +4 -0
- package/resources/workspace-secrets.d.mts.map +1 -1
- package/resources/workspace-secrets.d.ts +4 -0
- package/resources/workspace-secrets.d.ts.map +1 -1
- package/src/client.ts +51 -0
- package/src/internal/types.ts +6 -8
- package/src/resources/agents/agents.ts +5 -0
- package/src/resources/agents/schedules.ts +5 -0
- package/src/resources/agents/variations.ts +5 -0
- package/src/resources/api-keys.ts +5 -0
- package/src/resources/bulk-workspace-resources/bulk-workspace-resources.ts +408 -0
- package/src/resources/bulk-workspace-resources/index.ts +37 -0
- package/src/resources/bulk-workspace-resources/results.ts +821 -0
- package/src/resources/bulk-workspace-resources.ts +3 -0
- package/src/resources/index.ts +19 -0
- package/src/resources/memory-layers/entries.ts +5 -0
- package/src/resources/memory-layers/memory-layers.ts +5 -0
- package/src/resources/models.ts +5 -0
- package/src/resources/shared.ts +18 -0
- package/src/resources/tool-sets/tool-sets.ts +5 -0
- package/src/resources/tool-sets/tools.ts +5 -0
- package/src/resources/workspace-secrets.ts +5 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as Shared from "../shared.mjs";
|
|
3
|
+
import * as AgentsAPI from "../agents/agents.mjs";
|
|
4
|
+
import * as SchedulesAPI from "../agents/schedules.mjs";
|
|
5
|
+
import * as VariationsAPI from "../agents/variations.mjs";
|
|
6
|
+
import * as EntriesAPI from "../memory-layers/entries.mjs";
|
|
7
|
+
import * as MemoryLayersAPI from "../memory-layers/memory-layers.mjs";
|
|
8
|
+
import * as ToolSetsAPI from "../tool-sets/tool-sets.mjs";
|
|
9
|
+
import * as ToolsAPI from "../tool-sets/tools.mjs";
|
|
10
|
+
import { CursorPagination, type CursorPaginationParams, PagePromise } from "../../core/pagination.mjs";
|
|
11
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
12
|
+
/**
|
|
13
|
+
* BulkWorkspaceResources is the workspace-scoped service that applies
|
|
14
|
+
* a declarative bundle of workspace resources (tool sets, memory
|
|
15
|
+
* layers, agents, variations, assignments, schedules) in one async
|
|
16
|
+
* operation. See docs/superpowers/specs/2026-05-02-bulk-workspace-resources-design.md
|
|
17
|
+
* for the full design.
|
|
18
|
+
*
|
|
19
|
+
* Authentication: Bearer token (JWT)
|
|
20
|
+
* Scope: Workspace-level operations
|
|
21
|
+
*/
|
|
22
|
+
export declare class Results extends APIResource {
|
|
23
|
+
/**
|
|
24
|
+
* Lists each resource action recorded by a bulk workspace apply operation.
|
|
25
|
+
*/
|
|
26
|
+
list(bulkWorkspaceApplyID: string, query?: ResultListParams | null | undefined, options?: RequestOptions): PagePromise<BulkWorkspaceApplyResultsCursorPagination, BulkWorkspaceApplyResult>;
|
|
27
|
+
}
|
|
28
|
+
export type BulkWorkspaceApplyResultsCursorPagination = CursorPagination<BulkWorkspaceApplyResult>;
|
|
29
|
+
/**
|
|
30
|
+
* BulkWorkspaceApplyResult is one row of the per-resource result list for a
|
|
31
|
+
* BulkWorkspaceApply. Each row is itself an operation (OperationMetadata-typed) so
|
|
32
|
+
* it can be paginated, sorted by created_at, and individually addressed. Mirrors
|
|
33
|
+
* the Objective → ObjectiveEvent relationship.
|
|
34
|
+
*/
|
|
35
|
+
export interface BulkWorkspaceApplyResult {
|
|
36
|
+
/**
|
|
37
|
+
* BulkWorkspaceApplyResultData carries the outcome for a single resource. The
|
|
38
|
+
* `type` field is the discriminator string that names the populated `outcome`
|
|
39
|
+
* oneof variant (e.g., "toolSet", "memoryEntry"). Every Outcome shell carries an
|
|
40
|
+
* `action` enum and either a resulting resource snapshot (for ACTION_CREATED /
|
|
41
|
+
* ACTION_UPDATED / ACTION_UNCHANGED / ACTION_DELETED) or a google.rpc.Status (for
|
|
42
|
+
* ACTION_FAILED).
|
|
43
|
+
*/
|
|
44
|
+
data: BulkWorkspaceApplyResultData;
|
|
45
|
+
/**
|
|
46
|
+
* Metadata for ephemeral operations and activities (e.g., objectives, executions,
|
|
47
|
+
* runs)
|
|
48
|
+
*/
|
|
49
|
+
metadata: Shared.OperationMetadata;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* BulkWorkspaceApplyResultData carries the outcome for a single resource. The
|
|
53
|
+
* `type` field is the discriminator string that names the populated `outcome`
|
|
54
|
+
* oneof variant (e.g., "toolSet", "memoryEntry"). Every Outcome shell carries an
|
|
55
|
+
* `action` enum and either a resulting resource snapshot (for ACTION_CREATED /
|
|
56
|
+
* ACTION_UPDATED / ACTION_UNCHANGED / ACTION_DELETED) or a google.rpc.Status (for
|
|
57
|
+
* ACTION_FAILED).
|
|
58
|
+
*/
|
|
59
|
+
export interface BulkWorkspaceApplyResultData {
|
|
60
|
+
agent?: BulkWorkspaceApplyResultDataAgentOutcome;
|
|
61
|
+
agentSchedule?: BulkWorkspaceApplyResultDataAgentScheduleOutcome;
|
|
62
|
+
agentVariation?: BulkWorkspaceApplyResultDataAgentVariationOutcome;
|
|
63
|
+
memoryEntry?: BulkWorkspaceApplyResultDataMemoryEntryOutcome;
|
|
64
|
+
memoryLayer?: BulkWorkspaceApplyResultDataMemoryLayerOutcome;
|
|
65
|
+
tool?: BulkWorkspaceApplyResultDataToolOutcome;
|
|
66
|
+
toolSet?: BulkWorkspaceApplyResultDataToolSetOutcome;
|
|
67
|
+
type?: string;
|
|
68
|
+
variationAssignment?: BulkWorkspaceApplyResultDataVariationAssignmentOutcome;
|
|
69
|
+
variationMemoryLayer?: BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome;
|
|
70
|
+
}
|
|
71
|
+
export interface BulkWorkspaceApplyResultDataAgentOutcome {
|
|
72
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
73
|
+
/**
|
|
74
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
75
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
76
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
77
|
+
* data: error code, error message, and error details. You can find out more about
|
|
78
|
+
* this error model and how to work with it in the
|
|
79
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
80
|
+
*/
|
|
81
|
+
error?: BulkWorkspaceApplyResultDataAgentOutcome.Error;
|
|
82
|
+
externalId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Agent resource
|
|
85
|
+
*/
|
|
86
|
+
resource?: AgentsAPI.Agent;
|
|
87
|
+
}
|
|
88
|
+
export declare namespace BulkWorkspaceApplyResultDataAgentOutcome {
|
|
89
|
+
/**
|
|
90
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
91
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
92
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
93
|
+
* data: error code, error message, and error details. You can find out more about
|
|
94
|
+
* this error model and how to work with it in the
|
|
95
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
96
|
+
*/
|
|
97
|
+
interface Error {
|
|
98
|
+
/**
|
|
99
|
+
* The status code, which should be an enum value of
|
|
100
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
101
|
+
*/
|
|
102
|
+
code?: number;
|
|
103
|
+
/**
|
|
104
|
+
* A list of messages that carry the error details. There is a common set of
|
|
105
|
+
* message types for APIs to use.
|
|
106
|
+
*/
|
|
107
|
+
details?: Array<Error.Detail>;
|
|
108
|
+
/**
|
|
109
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
110
|
+
* error message should be localized and sent in the
|
|
111
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
112
|
+
* the client.
|
|
113
|
+
*/
|
|
114
|
+
message?: string;
|
|
115
|
+
}
|
|
116
|
+
namespace Error {
|
|
117
|
+
/**
|
|
118
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
119
|
+
* type of the serialized message.
|
|
120
|
+
*/
|
|
121
|
+
interface Detail {
|
|
122
|
+
/**
|
|
123
|
+
* The type of the serialized message.
|
|
124
|
+
*/
|
|
125
|
+
'@type'?: string;
|
|
126
|
+
[k: string]: unknown;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
export interface BulkWorkspaceApplyResultDataAgentScheduleOutcome {
|
|
131
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
132
|
+
/**
|
|
133
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
134
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
135
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
136
|
+
* data: error code, error message, and error details. You can find out more about
|
|
137
|
+
* this error model and how to work with it in the
|
|
138
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
139
|
+
*/
|
|
140
|
+
error?: BulkWorkspaceApplyResultDataAgentScheduleOutcome.Error;
|
|
141
|
+
externalId?: string;
|
|
142
|
+
/**
|
|
143
|
+
* AgentSchedule resource — a recurring trigger attached to an agent that creates
|
|
144
|
+
* objectives on its cadence.
|
|
145
|
+
*/
|
|
146
|
+
resource?: SchedulesAPI.AgentSchedule;
|
|
147
|
+
}
|
|
148
|
+
export declare namespace BulkWorkspaceApplyResultDataAgentScheduleOutcome {
|
|
149
|
+
/**
|
|
150
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
151
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
152
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
153
|
+
* data: error code, error message, and error details. You can find out more about
|
|
154
|
+
* this error model and how to work with it in the
|
|
155
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
156
|
+
*/
|
|
157
|
+
interface Error {
|
|
158
|
+
/**
|
|
159
|
+
* The status code, which should be an enum value of
|
|
160
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
161
|
+
*/
|
|
162
|
+
code?: number;
|
|
163
|
+
/**
|
|
164
|
+
* A list of messages that carry the error details. There is a common set of
|
|
165
|
+
* message types for APIs to use.
|
|
166
|
+
*/
|
|
167
|
+
details?: Array<Error.Detail>;
|
|
168
|
+
/**
|
|
169
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
170
|
+
* error message should be localized and sent in the
|
|
171
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
172
|
+
* the client.
|
|
173
|
+
*/
|
|
174
|
+
message?: string;
|
|
175
|
+
}
|
|
176
|
+
namespace Error {
|
|
177
|
+
/**
|
|
178
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
179
|
+
* type of the serialized message.
|
|
180
|
+
*/
|
|
181
|
+
interface Detail {
|
|
182
|
+
/**
|
|
183
|
+
* The type of the serialized message.
|
|
184
|
+
*/
|
|
185
|
+
'@type'?: string;
|
|
186
|
+
[k: string]: unknown;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
export interface BulkWorkspaceApplyResultDataAgentVariationOutcome {
|
|
191
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
192
|
+
/**
|
|
193
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
194
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
195
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
196
|
+
* data: error code, error message, and error details. You can find out more about
|
|
197
|
+
* this error model and how to work with it in the
|
|
198
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
199
|
+
*/
|
|
200
|
+
error?: BulkWorkspaceApplyResultDataAgentVariationOutcome.Error;
|
|
201
|
+
externalId?: string;
|
|
202
|
+
/**
|
|
203
|
+
* AgentVariation resource
|
|
204
|
+
*/
|
|
205
|
+
resource?: VariationsAPI.AgentVariation;
|
|
206
|
+
}
|
|
207
|
+
export declare namespace BulkWorkspaceApplyResultDataAgentVariationOutcome {
|
|
208
|
+
/**
|
|
209
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
210
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
211
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
212
|
+
* data: error code, error message, and error details. You can find out more about
|
|
213
|
+
* this error model and how to work with it in the
|
|
214
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
215
|
+
*/
|
|
216
|
+
interface Error {
|
|
217
|
+
/**
|
|
218
|
+
* The status code, which should be an enum value of
|
|
219
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
220
|
+
*/
|
|
221
|
+
code?: number;
|
|
222
|
+
/**
|
|
223
|
+
* A list of messages that carry the error details. There is a common set of
|
|
224
|
+
* message types for APIs to use.
|
|
225
|
+
*/
|
|
226
|
+
details?: Array<Error.Detail>;
|
|
227
|
+
/**
|
|
228
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
229
|
+
* error message should be localized and sent in the
|
|
230
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
231
|
+
* the client.
|
|
232
|
+
*/
|
|
233
|
+
message?: string;
|
|
234
|
+
}
|
|
235
|
+
namespace Error {
|
|
236
|
+
/**
|
|
237
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
238
|
+
* type of the serialized message.
|
|
239
|
+
*/
|
|
240
|
+
interface Detail {
|
|
241
|
+
/**
|
|
242
|
+
* The type of the serialized message.
|
|
243
|
+
*/
|
|
244
|
+
'@type'?: string;
|
|
245
|
+
[k: string]: unknown;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
export interface BulkWorkspaceApplyResultDataMemoryEntryOutcome {
|
|
250
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
251
|
+
/**
|
|
252
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
253
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
254
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
255
|
+
* data: error code, error message, and error details. You can find out more about
|
|
256
|
+
* this error model and how to work with it in the
|
|
257
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
258
|
+
*/
|
|
259
|
+
error?: BulkWorkspaceApplyResultDataMemoryEntryOutcome.Error;
|
|
260
|
+
externalId?: string;
|
|
261
|
+
/**
|
|
262
|
+
* MemoryEntry is a single keyed value within a MemoryLayer. Entries are addressed
|
|
263
|
+
* by their key, which follows the S3 object key safe-character convention (see
|
|
264
|
+
* MemoryEntrySpec.key for the full rule). Keys are unique within a single layer;
|
|
265
|
+
* the same key may appear in multiple layers, in which case the LIFO stack-walk
|
|
266
|
+
* determines which one wins for a given objective.
|
|
267
|
+
*
|
|
268
|
+
* MemoryEntry is the summary shape, returned by ListMemoryEntries. It does not
|
|
269
|
+
* carry the entry body — callers that need the body must fetch the entry
|
|
270
|
+
* individually via GetMemoryEntry, which returns a MemoryEntryDetail.
|
|
271
|
+
*/
|
|
272
|
+
resource?: EntriesAPI.MemoryEntry;
|
|
273
|
+
}
|
|
274
|
+
export declare namespace BulkWorkspaceApplyResultDataMemoryEntryOutcome {
|
|
275
|
+
/**
|
|
276
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
277
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
278
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
279
|
+
* data: error code, error message, and error details. You can find out more about
|
|
280
|
+
* this error model and how to work with it in the
|
|
281
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
282
|
+
*/
|
|
283
|
+
interface Error {
|
|
284
|
+
/**
|
|
285
|
+
* The status code, which should be an enum value of
|
|
286
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
287
|
+
*/
|
|
288
|
+
code?: number;
|
|
289
|
+
/**
|
|
290
|
+
* A list of messages that carry the error details. There is a common set of
|
|
291
|
+
* message types for APIs to use.
|
|
292
|
+
*/
|
|
293
|
+
details?: Array<Error.Detail>;
|
|
294
|
+
/**
|
|
295
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
296
|
+
* error message should be localized and sent in the
|
|
297
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
298
|
+
* the client.
|
|
299
|
+
*/
|
|
300
|
+
message?: string;
|
|
301
|
+
}
|
|
302
|
+
namespace Error {
|
|
303
|
+
/**
|
|
304
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
305
|
+
* type of the serialized message.
|
|
306
|
+
*/
|
|
307
|
+
interface Detail {
|
|
308
|
+
/**
|
|
309
|
+
* The type of the serialized message.
|
|
310
|
+
*/
|
|
311
|
+
'@type'?: string;
|
|
312
|
+
[k: string]: unknown;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
export interface BulkWorkspaceApplyResultDataMemoryLayerOutcome {
|
|
317
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
318
|
+
/**
|
|
319
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
320
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
321
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
322
|
+
* data: error code, error message, and error details. You can find out more about
|
|
323
|
+
* this error model and how to work with it in the
|
|
324
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
325
|
+
*/
|
|
326
|
+
error?: BulkWorkspaceApplyResultDataMemoryLayerOutcome.Error;
|
|
327
|
+
externalId?: string;
|
|
328
|
+
/**
|
|
329
|
+
* MemoryLayer is a named container of memory entries that can be composed into an
|
|
330
|
+
* objective's memory stack. Layers are workspace-scoped resources. The layer type
|
|
331
|
+
* controls how its entries participate in the agent loop — see MemoryLayerType for
|
|
332
|
+
* details.
|
|
333
|
+
*
|
|
334
|
+
* See "Memory stack composition" above for how layers compose at lookup time.
|
|
335
|
+
*/
|
|
336
|
+
resource?: MemoryLayersAPI.MemoryLayer;
|
|
337
|
+
}
|
|
338
|
+
export declare namespace BulkWorkspaceApplyResultDataMemoryLayerOutcome {
|
|
339
|
+
/**
|
|
340
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
341
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
342
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
343
|
+
* data: error code, error message, and error details. You can find out more about
|
|
344
|
+
* this error model and how to work with it in the
|
|
345
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
346
|
+
*/
|
|
347
|
+
interface Error {
|
|
348
|
+
/**
|
|
349
|
+
* The status code, which should be an enum value of
|
|
350
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
351
|
+
*/
|
|
352
|
+
code?: number;
|
|
353
|
+
/**
|
|
354
|
+
* A list of messages that carry the error details. There is a common set of
|
|
355
|
+
* message types for APIs to use.
|
|
356
|
+
*/
|
|
357
|
+
details?: Array<Error.Detail>;
|
|
358
|
+
/**
|
|
359
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
360
|
+
* error message should be localized and sent in the
|
|
361
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
362
|
+
* the client.
|
|
363
|
+
*/
|
|
364
|
+
message?: string;
|
|
365
|
+
}
|
|
366
|
+
namespace Error {
|
|
367
|
+
/**
|
|
368
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
369
|
+
* type of the serialized message.
|
|
370
|
+
*/
|
|
371
|
+
interface Detail {
|
|
372
|
+
/**
|
|
373
|
+
* The type of the serialized message.
|
|
374
|
+
*/
|
|
375
|
+
'@type'?: string;
|
|
376
|
+
[k: string]: unknown;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
export interface BulkWorkspaceApplyResultDataToolOutcome {
|
|
381
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
382
|
+
/**
|
|
383
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
384
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
385
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
386
|
+
* data: error code, error message, and error details. You can find out more about
|
|
387
|
+
* this error model and how to work with it in the
|
|
388
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
389
|
+
*/
|
|
390
|
+
error?: BulkWorkspaceApplyResultDataToolOutcome.Error;
|
|
391
|
+
externalId?: string;
|
|
392
|
+
resource?: ToolsAPI.Tool;
|
|
393
|
+
}
|
|
394
|
+
export declare namespace BulkWorkspaceApplyResultDataToolOutcome {
|
|
395
|
+
/**
|
|
396
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
397
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
398
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
399
|
+
* data: error code, error message, and error details. You can find out more about
|
|
400
|
+
* this error model and how to work with it in the
|
|
401
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
402
|
+
*/
|
|
403
|
+
interface Error {
|
|
404
|
+
/**
|
|
405
|
+
* The status code, which should be an enum value of
|
|
406
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
407
|
+
*/
|
|
408
|
+
code?: number;
|
|
409
|
+
/**
|
|
410
|
+
* A list of messages that carry the error details. There is a common set of
|
|
411
|
+
* message types for APIs to use.
|
|
412
|
+
*/
|
|
413
|
+
details?: Array<Error.Detail>;
|
|
414
|
+
/**
|
|
415
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
416
|
+
* error message should be localized and sent in the
|
|
417
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
418
|
+
* the client.
|
|
419
|
+
*/
|
|
420
|
+
message?: string;
|
|
421
|
+
}
|
|
422
|
+
namespace Error {
|
|
423
|
+
/**
|
|
424
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
425
|
+
* type of the serialized message.
|
|
426
|
+
*/
|
|
427
|
+
interface Detail {
|
|
428
|
+
/**
|
|
429
|
+
* The type of the serialized message.
|
|
430
|
+
*/
|
|
431
|
+
'@type'?: string;
|
|
432
|
+
[k: string]: unknown;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
export interface BulkWorkspaceApplyResultDataToolSetOutcome {
|
|
437
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
438
|
+
/**
|
|
439
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
440
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
441
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
442
|
+
* data: error code, error message, and error details. You can find out more about
|
|
443
|
+
* this error model and how to work with it in the
|
|
444
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
445
|
+
*/
|
|
446
|
+
error?: BulkWorkspaceApplyResultDataToolSetOutcome.Error;
|
|
447
|
+
externalId?: string;
|
|
448
|
+
resource?: ToolSetsAPI.ToolSet;
|
|
449
|
+
}
|
|
450
|
+
export declare namespace BulkWorkspaceApplyResultDataToolSetOutcome {
|
|
451
|
+
/**
|
|
452
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
453
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
454
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
455
|
+
* data: error code, error message, and error details. You can find out more about
|
|
456
|
+
* this error model and how to work with it in the
|
|
457
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
458
|
+
*/
|
|
459
|
+
interface Error {
|
|
460
|
+
/**
|
|
461
|
+
* The status code, which should be an enum value of
|
|
462
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
463
|
+
*/
|
|
464
|
+
code?: number;
|
|
465
|
+
/**
|
|
466
|
+
* A list of messages that carry the error details. There is a common set of
|
|
467
|
+
* message types for APIs to use.
|
|
468
|
+
*/
|
|
469
|
+
details?: Array<Error.Detail>;
|
|
470
|
+
/**
|
|
471
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
472
|
+
* error message should be localized and sent in the
|
|
473
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
474
|
+
* the client.
|
|
475
|
+
*/
|
|
476
|
+
message?: string;
|
|
477
|
+
}
|
|
478
|
+
namespace Error {
|
|
479
|
+
/**
|
|
480
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
481
|
+
* type of the serialized message.
|
|
482
|
+
*/
|
|
483
|
+
interface Detail {
|
|
484
|
+
/**
|
|
485
|
+
* The type of the serialized message.
|
|
486
|
+
*/
|
|
487
|
+
'@type'?: string;
|
|
488
|
+
[k: string]: unknown;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
export interface BulkWorkspaceApplyResultDataVariationAssignmentOutcome {
|
|
493
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
494
|
+
/**
|
|
495
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
496
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
497
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
498
|
+
* data: error code, error message, and error details. You can find out more about
|
|
499
|
+
* this error model and how to work with it in the
|
|
500
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
501
|
+
*/
|
|
502
|
+
error?: BulkWorkspaceApplyResultDataVariationAssignmentOutcome.Error;
|
|
503
|
+
/**
|
|
504
|
+
* VariationAssignment is a read-only reference to a single tool, tool set, or
|
|
505
|
+
* sub-agent attached to a variation. Clients read the full set of assignments via
|
|
506
|
+
* `AgentVariationInfo.assignments`; mutations go through the dedicated add/remove
|
|
507
|
+
* assignment endpoints under
|
|
508
|
+
* /v1/agents/{agent_id}/variations/{variation_id}/assignments.
|
|
509
|
+
*
|
|
510
|
+
* The `id` identifies the assignment row itself (not the referenced resource) and
|
|
511
|
+
* is the handle used to remove the assignment. It is returned by the add endpoint
|
|
512
|
+
* and present on every entry in AgentVariationInfo.assignments.
|
|
513
|
+
*/
|
|
514
|
+
resource?: VariationsAPI.VariationAssignment;
|
|
515
|
+
}
|
|
516
|
+
export declare namespace BulkWorkspaceApplyResultDataVariationAssignmentOutcome {
|
|
517
|
+
/**
|
|
518
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
519
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
520
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
521
|
+
* data: error code, error message, and error details. You can find out more about
|
|
522
|
+
* this error model and how to work with it in the
|
|
523
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
524
|
+
*/
|
|
525
|
+
interface Error {
|
|
526
|
+
/**
|
|
527
|
+
* The status code, which should be an enum value of
|
|
528
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
529
|
+
*/
|
|
530
|
+
code?: number;
|
|
531
|
+
/**
|
|
532
|
+
* A list of messages that carry the error details. There is a common set of
|
|
533
|
+
* message types for APIs to use.
|
|
534
|
+
*/
|
|
535
|
+
details?: Array<Error.Detail>;
|
|
536
|
+
/**
|
|
537
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
538
|
+
* error message should be localized and sent in the
|
|
539
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
540
|
+
* the client.
|
|
541
|
+
*/
|
|
542
|
+
message?: string;
|
|
543
|
+
}
|
|
544
|
+
namespace Error {
|
|
545
|
+
/**
|
|
546
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
547
|
+
* type of the serialized message.
|
|
548
|
+
*/
|
|
549
|
+
interface Detail {
|
|
550
|
+
/**
|
|
551
|
+
* The type of the serialized message.
|
|
552
|
+
*/
|
|
553
|
+
'@type'?: string;
|
|
554
|
+
[k: string]: unknown;
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
export interface BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome {
|
|
559
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
560
|
+
/**
|
|
561
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
562
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
563
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
564
|
+
* data: error code, error message, and error details. You can find out more about
|
|
565
|
+
* this error model and how to work with it in the
|
|
566
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
567
|
+
*/
|
|
568
|
+
error?: BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome.Error;
|
|
569
|
+
/**
|
|
570
|
+
* VariationMemoryLayerAssignment attaches a single MemoryLayer to a variation at a
|
|
571
|
+
* given position in the variation's baseline memory stack. A variation has at most
|
|
572
|
+
* one assignment per memory_layer_id.
|
|
573
|
+
*
|
|
574
|
+
* Variations only support whole-layer attachments — entry pinning is an
|
|
575
|
+
* objective-level capability.
|
|
576
|
+
*/
|
|
577
|
+
resource?: VariationsAPI.VariationMemoryLayerAssignment;
|
|
578
|
+
}
|
|
579
|
+
export declare namespace BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome {
|
|
580
|
+
/**
|
|
581
|
+
* The `Status` type defines a logical error model that is suitable for different
|
|
582
|
+
* programming environments, including REST APIs and RPC APIs. It is used by
|
|
583
|
+
* [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
584
|
+
* data: error code, error message, and error details. You can find out more about
|
|
585
|
+
* this error model and how to work with it in the
|
|
586
|
+
* [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
587
|
+
*/
|
|
588
|
+
interface Error {
|
|
589
|
+
/**
|
|
590
|
+
* The status code, which should be an enum value of
|
|
591
|
+
* [google.rpc.Code][google.rpc.Code].
|
|
592
|
+
*/
|
|
593
|
+
code?: number;
|
|
594
|
+
/**
|
|
595
|
+
* A list of messages that carry the error details. There is a common set of
|
|
596
|
+
* message types for APIs to use.
|
|
597
|
+
*/
|
|
598
|
+
details?: Array<Error.Detail>;
|
|
599
|
+
/**
|
|
600
|
+
* A developer-facing error message, which should be in English. Any user-facing
|
|
601
|
+
* error message should be localized and sent in the
|
|
602
|
+
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
|
|
603
|
+
* the client.
|
|
604
|
+
*/
|
|
605
|
+
message?: string;
|
|
606
|
+
}
|
|
607
|
+
namespace Error {
|
|
608
|
+
/**
|
|
609
|
+
* Contains an arbitrary serialized message along with a @type that describes the
|
|
610
|
+
* type of the serialized message.
|
|
611
|
+
*/
|
|
612
|
+
interface Detail {
|
|
613
|
+
/**
|
|
614
|
+
* The type of the serialized message.
|
|
615
|
+
*/
|
|
616
|
+
'@type'?: string;
|
|
617
|
+
[k: string]: unknown;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
export interface ResultListParams extends CursorPaginationParams {
|
|
622
|
+
/**
|
|
623
|
+
* Filter by action.
|
|
624
|
+
*/
|
|
625
|
+
action?: 'ACTION_UNSPECIFIED' | 'ACTION_CREATED' | 'ACTION_UPDATED' | 'ACTION_UNCHANGED' | 'ACTION_DELETED' | 'ACTION_FAILED';
|
|
626
|
+
/**
|
|
627
|
+
* Sort order for results (asc or desc by creation time)
|
|
628
|
+
*/
|
|
629
|
+
sortOrder?: string;
|
|
630
|
+
/**
|
|
631
|
+
* Filter by data.type discriminator (e.g., "toolSet", "memoryEntry").
|
|
632
|
+
*/
|
|
633
|
+
type?: string;
|
|
634
|
+
}
|
|
635
|
+
export declare namespace Results {
|
|
636
|
+
export { type BulkWorkspaceApplyResult as BulkWorkspaceApplyResult, type BulkWorkspaceApplyResultData as BulkWorkspaceApplyResultData, type BulkWorkspaceApplyResultDataAgentOutcome as BulkWorkspaceApplyResultDataAgentOutcome, type BulkWorkspaceApplyResultDataAgentScheduleOutcome as BulkWorkspaceApplyResultDataAgentScheduleOutcome, type BulkWorkspaceApplyResultDataAgentVariationOutcome as BulkWorkspaceApplyResultDataAgentVariationOutcome, type BulkWorkspaceApplyResultDataMemoryEntryOutcome as BulkWorkspaceApplyResultDataMemoryEntryOutcome, type BulkWorkspaceApplyResultDataMemoryLayerOutcome as BulkWorkspaceApplyResultDataMemoryLayerOutcome, type BulkWorkspaceApplyResultDataToolOutcome as BulkWorkspaceApplyResultDataToolOutcome, type BulkWorkspaceApplyResultDataToolSetOutcome as BulkWorkspaceApplyResultDataToolSetOutcome, type BulkWorkspaceApplyResultDataVariationAssignmentOutcome as BulkWorkspaceApplyResultDataVariationAssignmentOutcome, type BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome as BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome, type BulkWorkspaceApplyResultsCursorPagination as BulkWorkspaceApplyResultsCursorPagination, type ResultListParams as ResultListParams, };
|
|
637
|
+
}
|
|
638
|
+
//# sourceMappingURL=results.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"results.d.mts","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/results.ts"],"names":[],"mappings":"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"}
|