@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.
Files changed (127) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/client.d.mts +13 -0
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +13 -0
  5. package/client.d.ts.map +1 -1
  6. package/client.js +13 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +13 -0
  9. package/client.mjs.map +1 -1
  10. package/internal/types.d.mts +6 -6
  11. package/internal/types.d.mts.map +1 -1
  12. package/internal/types.d.ts +6 -6
  13. package/internal/types.d.ts.map +1 -1
  14. package/package.json +1 -1
  15. package/resources/agents/agents.d.mts +4 -0
  16. package/resources/agents/agents.d.mts.map +1 -1
  17. package/resources/agents/agents.d.ts +4 -0
  18. package/resources/agents/agents.d.ts.map +1 -1
  19. package/resources/agents/agents.js.map +1 -1
  20. package/resources/agents/agents.mjs.map +1 -1
  21. package/resources/agents/schedules.d.mts +4 -0
  22. package/resources/agents/schedules.d.mts.map +1 -1
  23. package/resources/agents/schedules.d.ts +4 -0
  24. package/resources/agents/schedules.d.ts.map +1 -1
  25. package/resources/agents/variations.d.mts +4 -0
  26. package/resources/agents/variations.d.mts.map +1 -1
  27. package/resources/agents/variations.d.ts +4 -0
  28. package/resources/agents/variations.d.ts.map +1 -1
  29. package/resources/api-keys.d.mts +4 -0
  30. package/resources/api-keys.d.mts.map +1 -1
  31. package/resources/api-keys.d.ts +4 -0
  32. package/resources/api-keys.d.ts.map +1 -1
  33. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.mts +287 -0
  34. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.mts.map +1 -0
  35. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.ts +287 -0
  36. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.ts.map +1 -0
  37. package/resources/bulk-workspace-resources/bulk-workspace-resources.js +51 -0
  38. package/resources/bulk-workspace-resources/bulk-workspace-resources.js.map +1 -0
  39. package/resources/bulk-workspace-resources/bulk-workspace-resources.mjs +46 -0
  40. package/resources/bulk-workspace-resources/bulk-workspace-resources.mjs.map +1 -0
  41. package/resources/bulk-workspace-resources/index.d.mts +3 -0
  42. package/resources/bulk-workspace-resources/index.d.mts.map +1 -0
  43. package/resources/bulk-workspace-resources/index.d.ts +3 -0
  44. package/resources/bulk-workspace-resources/index.d.ts.map +1 -0
  45. package/resources/bulk-workspace-resources/index.js +9 -0
  46. package/resources/bulk-workspace-resources/index.js.map +1 -0
  47. package/resources/bulk-workspace-resources/index.mjs +4 -0
  48. package/resources/bulk-workspace-resources/index.mjs.map +1 -0
  49. package/resources/bulk-workspace-resources/results.d.mts +638 -0
  50. package/resources/bulk-workspace-resources/results.d.mts.map +1 -0
  51. package/resources/bulk-workspace-resources/results.d.ts +638 -0
  52. package/resources/bulk-workspace-resources/results.d.ts.map +1 -0
  53. package/resources/bulk-workspace-resources/results.js +27 -0
  54. package/resources/bulk-workspace-resources/results.js.map +1 -0
  55. package/resources/bulk-workspace-resources/results.mjs +23 -0
  56. package/resources/bulk-workspace-resources/results.mjs.map +1 -0
  57. package/resources/bulk-workspace-resources.d.mts +2 -0
  58. package/resources/bulk-workspace-resources.d.mts.map +1 -0
  59. package/resources/bulk-workspace-resources.d.ts +2 -0
  60. package/resources/bulk-workspace-resources.d.ts.map +1 -0
  61. package/resources/bulk-workspace-resources.js +6 -0
  62. package/resources/bulk-workspace-resources.js.map +1 -0
  63. package/resources/bulk-workspace-resources.mjs +3 -0
  64. package/resources/bulk-workspace-resources.mjs.map +1 -0
  65. package/resources/index.d.mts +1 -0
  66. package/resources/index.d.mts.map +1 -1
  67. package/resources/index.d.ts +1 -0
  68. package/resources/index.d.ts.map +1 -1
  69. package/resources/index.js +3 -1
  70. package/resources/index.js.map +1 -1
  71. package/resources/index.mjs +1 -0
  72. package/resources/index.mjs.map +1 -1
  73. package/resources/memory-layers/entries.d.mts +4 -0
  74. package/resources/memory-layers/entries.d.mts.map +1 -1
  75. package/resources/memory-layers/entries.d.ts +4 -0
  76. package/resources/memory-layers/entries.d.ts.map +1 -1
  77. package/resources/memory-layers/memory-layers.d.mts +4 -0
  78. package/resources/memory-layers/memory-layers.d.mts.map +1 -1
  79. package/resources/memory-layers/memory-layers.d.ts +4 -0
  80. package/resources/memory-layers/memory-layers.d.ts.map +1 -1
  81. package/resources/memory-layers/memory-layers.js.map +1 -1
  82. package/resources/memory-layers/memory-layers.mjs.map +1 -1
  83. package/resources/models.d.mts +4 -0
  84. package/resources/models.d.mts.map +1 -1
  85. package/resources/models.d.ts +4 -0
  86. package/resources/models.d.ts.map +1 -1
  87. package/resources/shared.d.mts +15 -0
  88. package/resources/shared.d.mts.map +1 -1
  89. package/resources/shared.d.ts +15 -0
  90. package/resources/shared.d.ts.map +1 -1
  91. package/resources/tool-sets/tool-sets.d.mts +4 -0
  92. package/resources/tool-sets/tool-sets.d.mts.map +1 -1
  93. package/resources/tool-sets/tool-sets.d.ts +4 -0
  94. package/resources/tool-sets/tool-sets.d.ts.map +1 -1
  95. package/resources/tool-sets/tool-sets.js.map +1 -1
  96. package/resources/tool-sets/tool-sets.mjs.map +1 -1
  97. package/resources/tool-sets/tools.d.mts +4 -0
  98. package/resources/tool-sets/tools.d.mts.map +1 -1
  99. package/resources/tool-sets/tools.d.ts +4 -0
  100. package/resources/tool-sets/tools.d.ts.map +1 -1
  101. package/resources/workspace-secrets.d.mts +4 -0
  102. package/resources/workspace-secrets.d.mts.map +1 -1
  103. package/resources/workspace-secrets.d.ts +4 -0
  104. package/resources/workspace-secrets.d.ts.map +1 -1
  105. package/src/client.ts +51 -0
  106. package/src/internal/types.ts +6 -8
  107. package/src/resources/agents/agents.ts +5 -0
  108. package/src/resources/agents/schedules.ts +5 -0
  109. package/src/resources/agents/variations.ts +5 -0
  110. package/src/resources/api-keys.ts +5 -0
  111. package/src/resources/bulk-workspace-resources/bulk-workspace-resources.ts +408 -0
  112. package/src/resources/bulk-workspace-resources/index.ts +37 -0
  113. package/src/resources/bulk-workspace-resources/results.ts +821 -0
  114. package/src/resources/bulk-workspace-resources.ts +3 -0
  115. package/src/resources/index.ts +19 -0
  116. package/src/resources/memory-layers/entries.ts +5 -0
  117. package/src/resources/memory-layers/memory-layers.ts +5 -0
  118. package/src/resources/models.ts +5 -0
  119. package/src/resources/shared.ts +18 -0
  120. package/src/resources/tool-sets/tool-sets.ts +5 -0
  121. package/src/resources/tool-sets/tools.ts +5 -0
  122. package/src/resources/workspace-secrets.ts +5 -0
  123. package/src/version.ts +1 -1
  124. package/version.d.mts +1 -1
  125. package/version.d.ts +1 -1
  126. package/version.js +1 -1
  127. package/version.mjs +1 -1
@@ -0,0 +1,287 @@
1
+ import { APIResource } from "../../core/resource.js";
2
+ import * as AccountAPI from "../account.js";
3
+ import * as Shared from "../shared.js";
4
+ import * as AgentsAPI from "../agents/agents.js";
5
+ import * as SchedulesAPI from "../agents/schedules.js";
6
+ import * as VariationsAPI from "../agents/variations.js";
7
+ import * as ResultsAPI from "./results.js";
8
+ import { BulkWorkspaceApplyResult, BulkWorkspaceApplyResultData, BulkWorkspaceApplyResultDataAgentOutcome, BulkWorkspaceApplyResultDataAgentScheduleOutcome, BulkWorkspaceApplyResultDataAgentVariationOutcome, BulkWorkspaceApplyResultDataMemoryEntryOutcome, BulkWorkspaceApplyResultDataMemoryLayerOutcome, BulkWorkspaceApplyResultDataToolOutcome, BulkWorkspaceApplyResultDataToolSetOutcome, BulkWorkspaceApplyResultDataVariationAssignmentOutcome, BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome, BulkWorkspaceApplyResultsCursorPagination, ResultListParams, Results } from "./results.js";
9
+ import * as MemoryLayersAPI from "../memory-layers/memory-layers.js";
10
+ import * as ToolSetsAPI from "../tool-sets/tool-sets.js";
11
+ import * as ToolsAPI from "../tool-sets/tools.js";
12
+ import { APIPromise } from "../../core/api-promise.js";
13
+ import { CursorPagination, type CursorPaginationParams, PagePromise } from "../../core/pagination.js";
14
+ import { RequestOptions } from "../../internal/request-options.js";
15
+ /**
16
+ * BulkWorkspaceResources is the workspace-scoped service that applies
17
+ * a declarative bundle of workspace resources (tool sets, memory
18
+ * layers, agents, variations, assignments, schedules) in one async
19
+ * operation. See docs/superpowers/specs/2026-05-02-bulk-workspace-resources-design.md
20
+ * for the full design.
21
+ *
22
+ * Authentication: Bearer token (JWT)
23
+ * Scope: Workspace-level operations
24
+ */
25
+ export declare class BulkWorkspaceResources extends APIResource {
26
+ results: ResultsAPI.Results;
27
+ /**
28
+ * Retrieves a bulk workspace apply operation by ID.
29
+ */
30
+ retrieve(id: string, options?: RequestOptions): APIPromise<BulkWorkspaceApply>;
31
+ /**
32
+ * Lists past and in-flight bulk workspace apply operations in the workspace.
33
+ */
34
+ list(query?: BulkWorkspaceResourceListParams | null | undefined, options?: RequestOptions): PagePromise<BulkWorkspaceAppliesCursorPagination, BulkWorkspaceApply>;
35
+ /**
36
+ * Asynchronously applies a declarative bundle of workspace resources. Returns the
37
+ * operation immediately in PENDING; clients poll Get to track progress.
38
+ */
39
+ apply(body: BulkWorkspaceResourceApplyParams, options?: RequestOptions): APIPromise<BulkWorkspaceApply>;
40
+ }
41
+ export type BulkWorkspaceAppliesCursorPagination = CursorPagination<BulkWorkspaceApply>;
42
+ export interface AgentEntry {
43
+ name: string;
44
+ /**
45
+ * Agent specification (user-provided configuration)
46
+ */
47
+ spec: AgentsAPI.AgentSpec;
48
+ labels?: {
49
+ [key: string]: string;
50
+ };
51
+ /**
52
+ * Schedules under this agent, keyed by external_id.
53
+ */
54
+ schedules?: {
55
+ [key: string]: AgentScheduleEntry;
56
+ };
57
+ /**
58
+ * Variations under this agent, keyed by external_id.
59
+ */
60
+ variations?: {
61
+ [key: string]: AgentVariationEntry;
62
+ };
63
+ }
64
+ export interface AgentScheduleEntry {
65
+ name: string;
66
+ /**
67
+ * AgentScheduleSpec is the user-provided configuration for a schedule.
68
+ */
69
+ spec: SchedulesAPI.AgentScheduleSpec;
70
+ labels?: {
71
+ [key: string]: string;
72
+ };
73
+ }
74
+ export interface AgentVariationEntry {
75
+ name: string;
76
+ /**
77
+ * AgentVariationSpec defines the operational configuration for a variation
78
+ */
79
+ spec: VariationsAPI.AgentVariationSpec;
80
+ /**
81
+ * Reconciled list — server adjusts the variation's assignments to exactly this set
82
+ * when the variation is bundle-owned.
83
+ */
84
+ assignments?: Array<VariationAssignmentEntry>;
85
+ labels?: {
86
+ [key: string]: string;
87
+ };
88
+ /**
89
+ * Reconciled list — capped at 10 to match the existing variation
90
+ * memory-layer-assignment cap.
91
+ */
92
+ memoryLayers?: Array<VariationMemoryLayerEntry>;
93
+ }
94
+ /**
95
+ * BulkWorkspaceApply is the operation resource produced by a call to
96
+ * BulkWorkspaceResources.Apply. It is operation-typed (uses OperationMetadata,
97
+ * like Objective and ObjectiveEvent) and carries the input bundle in `data`, the
98
+ * lifecycle state in `status`, and aggregate counts in `info`.
99
+ */
100
+ export interface BulkWorkspaceApply {
101
+ data: BulkWorkspaceApplyData;
102
+ /**
103
+ * Metadata for ephemeral operations and activities (e.g., objectives, executions,
104
+ * runs)
105
+ */
106
+ metadata: Shared.OperationMetadata;
107
+ status: BulkWorkspaceApplyStatus;
108
+ info?: BulkWorkspaceApplyInfo;
109
+ }
110
+ export interface BulkWorkspaceApplyData {
111
+ /**
112
+ * Required. Bundle ownership key. Resources created or updated by an Apply have
113
+ * their `metadata.bundle_key` set to this value. On subsequent applies with the
114
+ * same bundle_key, resources currently bearing this bundle_key but absent from the
115
+ * spec are soft-deleted.
116
+ */
117
+ bundleKey: string;
118
+ /**
119
+ * Agents to upsert, keyed by external_id.
120
+ */
121
+ agents?: {
122
+ [key: string]: AgentEntry;
123
+ };
124
+ /**
125
+ * Memory layers to upsert, keyed by external_id.
126
+ */
127
+ memoryLayers?: {
128
+ [key: string]: MemoryLayerEntry;
129
+ };
130
+ /**
131
+ * Optional URL pointing to the source of this apply (GitHub PR, Jenkins build,
132
+ * GitLab pipeline, etc.). Surfaced in the dashboard so users can jump from an
133
+ * apply back to the change that produced it. Free-form HTTPS URI; not interpreted
134
+ * by the server.
135
+ */
136
+ sourceUrl?: string;
137
+ /**
138
+ * Tool sets to upsert, keyed by external_id.
139
+ */
140
+ toolSets?: {
141
+ [key: string]: ToolSetEntry;
142
+ };
143
+ }
144
+ export interface BulkWorkspaceApplyInfo {
145
+ completedAt?: string;
146
+ /**
147
+ * Profile represents a human user at the account level. Profiles are
148
+ * account-scoped resources that can be associated with multiple workspaces through
149
+ * the Actor model. Authentication for profiles is handled via SSO/OAuth (WorkOS).
150
+ */
151
+ createdBy?: AccountAPI.Profile;
152
+ createdCount?: number;
153
+ deletedCount?: number;
154
+ failedCount?: number;
155
+ startedAt?: string;
156
+ totalCount?: number;
157
+ unchangedCount?: number;
158
+ updatedCount?: number;
159
+ }
160
+ export interface BulkWorkspaceApplyStatus {
161
+ state: 'STATE_UNSPECIFIED' | 'STATE_PENDING' | 'STATE_VALIDATING' | 'STATE_RUNNING' | 'STATE_SUCCEEDED' | 'STATE_PARTIALLY_APPLIED' | 'STATE_FAILED';
162
+ message?: string;
163
+ /**
164
+ * The `Status` type defines a logical error model that is suitable for different
165
+ * programming environments, including REST APIs and RPC APIs. It is used by
166
+ * [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
167
+ * data: error code, error message, and error details. You can find out more about
168
+ * this error model and how to work with it in the
169
+ * [API Design Guide](https://cloud.google.com/apis/design/errors).
170
+ */
171
+ preflightError?: BulkWorkspaceApplyStatus.PreflightError;
172
+ }
173
+ export declare namespace BulkWorkspaceApplyStatus {
174
+ /**
175
+ * The `Status` type defines a logical error model that is suitable for different
176
+ * programming environments, including REST APIs and RPC APIs. It is used by
177
+ * [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
178
+ * data: error code, error message, and error details. You can find out more about
179
+ * this error model and how to work with it in the
180
+ * [API Design Guide](https://cloud.google.com/apis/design/errors).
181
+ */
182
+ interface PreflightError {
183
+ /**
184
+ * The status code, which should be an enum value of
185
+ * [google.rpc.Code][google.rpc.Code].
186
+ */
187
+ code?: number;
188
+ /**
189
+ * A list of messages that carry the error details. There is a common set of
190
+ * message types for APIs to use.
191
+ */
192
+ details?: Array<PreflightError.Detail>;
193
+ /**
194
+ * A developer-facing error message, which should be in English. Any user-facing
195
+ * error message should be localized and sent in the
196
+ * [google.rpc.Status.details][google.rpc.Status.details] field, or localized by
197
+ * the client.
198
+ */
199
+ message?: string;
200
+ }
201
+ namespace PreflightError {
202
+ /**
203
+ * Contains an arbitrary serialized message along with a @type that describes the
204
+ * type of the serialized message.
205
+ */
206
+ interface Detail {
207
+ /**
208
+ * The type of the serialized message.
209
+ */
210
+ '@type'?: string;
211
+ [k: string]: unknown;
212
+ }
213
+ }
214
+ }
215
+ export interface MemoryEntryItem {
216
+ key: string;
217
+ content?: string;
218
+ description?: string;
219
+ uploadId?: string;
220
+ }
221
+ export interface MemoryLayerEntry {
222
+ name: string;
223
+ spec: MemoryLayersAPI.MemoryLayerSpec;
224
+ /**
225
+ * Memory entries in this layer, keyed by external_id.
226
+ */
227
+ entries?: {
228
+ [key: string]: MemoryEntryItem;
229
+ };
230
+ labels?: {
231
+ [key: string]: string;
232
+ };
233
+ }
234
+ export interface ToolEntry {
235
+ name: string;
236
+ spec: ToolsAPI.ToolSpec;
237
+ labels?: {
238
+ [key: string]: string;
239
+ };
240
+ }
241
+ export interface ToolSetEntry {
242
+ name: string;
243
+ spec: ToolSetsAPI.ToolSetSpec;
244
+ labels?: {
245
+ [key: string]: string;
246
+ };
247
+ /**
248
+ * Tools in this tool set, keyed by external_id.
249
+ */
250
+ tools?: {
251
+ [key: string]: ToolEntry;
252
+ };
253
+ }
254
+ export interface VariationAssignmentEntry {
255
+ subAgentId?: string;
256
+ toolId?: string;
257
+ toolSetId?: string;
258
+ }
259
+ export interface VariationMemoryLayerEntry {
260
+ /**
261
+ * external_id:<value> form. Canonical IDs are rejected.
262
+ */
263
+ memoryLayerId?: string;
264
+ position?: number;
265
+ }
266
+ export interface BulkWorkspaceResourceListParams extends CursorPaginationParams {
267
+ /**
268
+ * Filter by bundle_key — list every apply for a given bundle.
269
+ */
270
+ bundleKey?: string;
271
+ /**
272
+ * Sort order for results (asc or desc by creation time)
273
+ */
274
+ sortOrder?: string;
275
+ /**
276
+ * Filter by lifecycle state.
277
+ */
278
+ state?: 'STATE_UNSPECIFIED' | 'STATE_PENDING' | 'STATE_VALIDATING' | 'STATE_RUNNING' | 'STATE_SUCCEEDED' | 'STATE_PARTIALLY_APPLIED' | 'STATE_FAILED';
279
+ }
280
+ export interface BulkWorkspaceResourceApplyParams {
281
+ data: BulkWorkspaceApplyData;
282
+ }
283
+ export declare namespace BulkWorkspaceResources {
284
+ export { type AgentEntry as AgentEntry, type AgentScheduleEntry as AgentScheduleEntry, type AgentVariationEntry as AgentVariationEntry, type BulkWorkspaceApply as BulkWorkspaceApply, type BulkWorkspaceApplyData as BulkWorkspaceApplyData, type BulkWorkspaceApplyInfo as BulkWorkspaceApplyInfo, type BulkWorkspaceApplyStatus as BulkWorkspaceApplyStatus, type MemoryEntryItem as MemoryEntryItem, type MemoryLayerEntry as MemoryLayerEntry, type ToolEntry as ToolEntry, type ToolSetEntry as ToolSetEntry, type VariationAssignmentEntry as VariationAssignmentEntry, type VariationMemoryLayerEntry as VariationMemoryLayerEntry, type BulkWorkspaceAppliesCursorPagination as BulkWorkspaceAppliesCursorPagination, type BulkWorkspaceResourceListParams as BulkWorkspaceResourceListParams, type BulkWorkspaceResourceApplyParams as BulkWorkspaceResourceApplyParams, };
285
+ export { Results as Results, 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, };
286
+ }
287
+ //# sourceMappingURL=bulk-workspace-resources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-workspace-resources.d.ts","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/bulk-workspace-resources.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.BulkWorkspaceResources = void 0;
5
+ const tslib_1 = require("../../internal/tslib.js");
6
+ const resource_1 = require("../../core/resource.js");
7
+ const ResultsAPI = tslib_1.__importStar(require("./results.js"));
8
+ const results_1 = require("./results.js");
9
+ const pagination_1 = require("../../core/pagination.js");
10
+ const path_1 = require("../../internal/utils/path.js");
11
+ /**
12
+ * BulkWorkspaceResources is the workspace-scoped service that applies
13
+ * a declarative bundle of workspace resources (tool sets, memory
14
+ * layers, agents, variations, assignments, schedules) in one async
15
+ * operation. See docs/superpowers/specs/2026-05-02-bulk-workspace-resources-design.md
16
+ * for the full design.
17
+ *
18
+ * Authentication: Bearer token (JWT)
19
+ * Scope: Workspace-level operations
20
+ */
21
+ class BulkWorkspaceResources extends resource_1.APIResource {
22
+ constructor() {
23
+ super(...arguments);
24
+ this.results = new ResultsAPI.Results(this._client);
25
+ }
26
+ /**
27
+ * Retrieves a bulk workspace apply operation by ID.
28
+ */
29
+ retrieve(id, options) {
30
+ return this._client.get((0, path_1.path) `/v1/bulk_workspace_applies/${id}`, options);
31
+ }
32
+ /**
33
+ * Lists past and in-flight bulk workspace apply operations in the workspace.
34
+ */
35
+ list(query = {}, options) {
36
+ return this._client.getAPIList('/v1/bulk_workspace_applies', (pagination_1.CursorPagination), {
37
+ query,
38
+ ...options,
39
+ });
40
+ }
41
+ /**
42
+ * Asynchronously applies a declarative bundle of workspace resources. Returns the
43
+ * operation immediately in PENDING; clients poll Get to track progress.
44
+ */
45
+ apply(body, options) {
46
+ return this._client.post('/v1/bulk_workspace_applies', { body, ...options });
47
+ }
48
+ }
49
+ exports.BulkWorkspaceResources = BulkWorkspaceResources;
50
+ BulkWorkspaceResources.Results = results_1.Results;
51
+ //# sourceMappingURL=bulk-workspace-resources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-workspace-resources.js","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/bulk-workspace-resources.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAMlD,iEAAwC;AACxC,0CAemB;AAKnB,yDAAmG;AAEnG,uDAAiD;AAEjD;;;;;;;;;GASG;AACH,MAAa,sBAAuB,SAAQ,sBAAW;IAAvD;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA6BrE,CAAC;IA3BC;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,8BAA8B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,4BAA4B,EAAE,CAAA,6BAAoC,CAAA,EAAE;YACjG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,IAAsC,EAAE,OAAwB;QACpE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AA9BD,wDA8BC;AAwSD,sBAAsB,CAAC,OAAO,GAAG,iBAAO,CAAC"}
@@ -0,0 +1,46 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import * as ResultsAPI from "./results.mjs";
4
+ import { Results, } from "./results.mjs";
5
+ import { CursorPagination } from "../../core/pagination.mjs";
6
+ import { path } from "../../internal/utils/path.mjs";
7
+ /**
8
+ * BulkWorkspaceResources is the workspace-scoped service that applies
9
+ * a declarative bundle of workspace resources (tool sets, memory
10
+ * layers, agents, variations, assignments, schedules) in one async
11
+ * operation. See docs/superpowers/specs/2026-05-02-bulk-workspace-resources-design.md
12
+ * for the full design.
13
+ *
14
+ * Authentication: Bearer token (JWT)
15
+ * Scope: Workspace-level operations
16
+ */
17
+ export class BulkWorkspaceResources extends APIResource {
18
+ constructor() {
19
+ super(...arguments);
20
+ this.results = new ResultsAPI.Results(this._client);
21
+ }
22
+ /**
23
+ * Retrieves a bulk workspace apply operation by ID.
24
+ */
25
+ retrieve(id, options) {
26
+ return this._client.get(path `/v1/bulk_workspace_applies/${id}`, options);
27
+ }
28
+ /**
29
+ * Lists past and in-flight bulk workspace apply operations in the workspace.
30
+ */
31
+ list(query = {}, options) {
32
+ return this._client.getAPIList('/v1/bulk_workspace_applies', (CursorPagination), {
33
+ query,
34
+ ...options,
35
+ });
36
+ }
37
+ /**
38
+ * Asynchronously applies a declarative bundle of workspace resources. Returns the
39
+ * operation immediately in PENDING; clients poll Get to track progress.
40
+ */
41
+ apply(body, options) {
42
+ return this._client.post('/v1/bulk_workspace_applies', { body, ...options });
43
+ }
44
+ }
45
+ BulkWorkspaceResources.Results = Results;
46
+ //# sourceMappingURL=bulk-workspace-resources.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-workspace-resources.mjs","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/bulk-workspace-resources.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAMf,KAAK,UAAU;OACf,EAcL,OAAO,GACR;OAKM,EAAE,gBAAgB,EAA4C;OAE9D,EAAE,IAAI,EAAE;AAEf;;;;;;;;;GASG;AACH,MAAM,OAAO,sBAAuB,SAAQ,WAAW;IAAvD;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA6BrE,CAAC;IA3BC;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,8BAA8B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,4BAA4B,EAAE,CAAA,gBAAoC,CAAA,EAAE;YACjG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,IAAsC,EAAE,OAAwB;QACpE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/E,CAAC;CACF;AAwSD,sBAAsB,CAAC,OAAO,GAAG,OAAO,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BulkWorkspaceResources, type AgentEntry, type AgentScheduleEntry, type AgentVariationEntry, type BulkWorkspaceApply, type BulkWorkspaceApplyData, type BulkWorkspaceApplyInfo, type BulkWorkspaceApplyStatus, type MemoryEntryItem, type MemoryLayerEntry, type ToolEntry, type ToolSetEntry, type VariationAssignmentEntry, type VariationMemoryLayerEntry, type BulkWorkspaceResourceListParams, type BulkWorkspaceResourceApplyParams, type BulkWorkspaceAppliesCursorPagination, } from "./bulk-workspace-resources.mjs";
2
+ export { Results, type BulkWorkspaceApplyResult, type BulkWorkspaceApplyResultData, type BulkWorkspaceApplyResultDataAgentOutcome, type BulkWorkspaceApplyResultDataAgentScheduleOutcome, type BulkWorkspaceApplyResultDataAgentVariationOutcome, type BulkWorkspaceApplyResultDataMemoryEntryOutcome, type BulkWorkspaceApplyResultDataMemoryLayerOutcome, type BulkWorkspaceApplyResultDataToolOutcome, type BulkWorkspaceApplyResultDataToolSetOutcome, type BulkWorkspaceApplyResultDataVariationAssignmentOutcome, type BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome, type ResultListParams, type BulkWorkspaceApplyResultsCursorPagination, } from "./results.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/index.ts"],"names":[],"mappings":"OAEO,EACL,sBAAsB,EACtB,KAAK,UAAU,EACf,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACd,KAAK,YAAY,EACjB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EACrC,KAAK,oCAAoC,GAC1C;OACM,EACL,OAAO,EACP,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,wCAAwC,EAC7C,KAAK,gDAAgD,EACrD,KAAK,iDAAiD,EACtD,KAAK,8CAA8C,EACnD,KAAK,8CAA8C,EACnD,KAAK,uCAAuC,EAC5C,KAAK,0CAA0C,EAC/C,KAAK,sDAAsD,EAC3D,KAAK,uDAAuD,EAC5D,KAAK,gBAAgB,EACrB,KAAK,yCAAyC,GAC/C"}
@@ -0,0 +1,3 @@
1
+ export { BulkWorkspaceResources, type AgentEntry, type AgentScheduleEntry, type AgentVariationEntry, type BulkWorkspaceApply, type BulkWorkspaceApplyData, type BulkWorkspaceApplyInfo, type BulkWorkspaceApplyStatus, type MemoryEntryItem, type MemoryLayerEntry, type ToolEntry, type ToolSetEntry, type VariationAssignmentEntry, type VariationMemoryLayerEntry, type BulkWorkspaceResourceListParams, type BulkWorkspaceResourceApplyParams, type BulkWorkspaceAppliesCursorPagination, } from "./bulk-workspace-resources.js";
2
+ export { Results, type BulkWorkspaceApplyResult, type BulkWorkspaceApplyResultData, type BulkWorkspaceApplyResultDataAgentOutcome, type BulkWorkspaceApplyResultDataAgentScheduleOutcome, type BulkWorkspaceApplyResultDataAgentVariationOutcome, type BulkWorkspaceApplyResultDataMemoryEntryOutcome, type BulkWorkspaceApplyResultDataMemoryLayerOutcome, type BulkWorkspaceApplyResultDataToolOutcome, type BulkWorkspaceApplyResultDataToolSetOutcome, type BulkWorkspaceApplyResultDataVariationAssignmentOutcome, type BulkWorkspaceApplyResultDataVariationMemoryLayerOutcome, type ResultListParams, type BulkWorkspaceApplyResultsCursorPagination, } from "./results.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/index.ts"],"names":[],"mappings":"OAEO,EACL,sBAAsB,EACtB,KAAK,UAAU,EACf,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACd,KAAK,YAAY,EACjB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EACrC,KAAK,oCAAoC,GAC1C;OACM,EACL,OAAO,EACP,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,wCAAwC,EAC7C,KAAK,gDAAgD,EACrD,KAAK,iDAAiD,EACtD,KAAK,8CAA8C,EACnD,KAAK,8CAA8C,EACnD,KAAK,uCAAuC,EAC5C,KAAK,0CAA0C,EAC/C,KAAK,sDAAsD,EAC3D,KAAK,uDAAuD,EAC5D,KAAK,gBAAgB,EACrB,KAAK,yCAAyC,GAC/C"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Results = exports.BulkWorkspaceResources = void 0;
5
+ var bulk_workspace_resources_1 = require("./bulk-workspace-resources.js");
6
+ Object.defineProperty(exports, "BulkWorkspaceResources", { enumerable: true, get: function () { return bulk_workspace_resources_1.BulkWorkspaceResources; } });
7
+ var results_1 = require("./results.js");
8
+ Object.defineProperty(exports, "Results", { enumerable: true, get: function () { return results_1.Results; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0EAkBoC;AAjBlC,kIAAA,sBAAsB,OAAA;AAkBxB,wCAemB;AAdjB,kGAAA,OAAO,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { BulkWorkspaceResources, } from "./bulk-workspace-resources.mjs";
3
+ export { Results, } from "./results.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/bulk-workspace-resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,sBAAsB,GAiBvB;OACM,EACL,OAAO,GAcR"}