@agent-os-sdk/client 0.9.35 → 0.9.36
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/dist/generated/openapi.d.ts +4 -8
- package/dist/generated/openapi.d.ts.map +1 -1
- package/dist/modules/agents.d.ts +11 -0
- package/dist/modules/agents.d.ts.map +1 -1
- package/dist/modules/agents.js +9 -0
- package/dist/modules/contracts.d.ts +0 -2
- package/dist/modules/contracts.d.ts.map +1 -1
- package/dist/modules/metaAgent.d.ts +0 -1
- package/dist/modules/metaAgent.d.ts.map +1 -1
- package/dist/modules/metaAgent.js +0 -1
- package/dist/modules/presets.d.ts.map +1 -1
- package/dist/modules/presets.js +0 -14
- package/dist/modules/templates.d.ts +0 -2
- package/dist/modules/templates.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -12568,8 +12568,6 @@ export interface components {
|
|
|
12568
12568
|
CompileRuntimePackageRequest: {
|
|
12569
12569
|
ir_spec?: unknown;
|
|
12570
12570
|
capability_registry_spec?: unknown;
|
|
12571
|
-
policy_refs?: unknown;
|
|
12572
|
-
runtime_config_refs?: unknown;
|
|
12573
12571
|
package_id?: string | null;
|
|
12574
12572
|
metadata?: unknown;
|
|
12575
12573
|
compiled_at?: string | null;
|
|
@@ -13227,7 +13225,8 @@ export interface components {
|
|
|
13227
13225
|
draft_etag_before?: string | null;
|
|
13228
13226
|
draft_etag_after?: string | null;
|
|
13229
13227
|
patch_id?: string | null;
|
|
13230
|
-
|
|
13228
|
+
/** @enum {string} */
|
|
13229
|
+
source_contract?: "agent_ir";
|
|
13231
13230
|
/** Format: date-time */
|
|
13232
13231
|
applied_at?: string;
|
|
13233
13232
|
/** Format: uuid */
|
|
@@ -13280,7 +13279,8 @@ export interface components {
|
|
|
13280
13279
|
agent_id?: string;
|
|
13281
13280
|
draft_revision?: string | null;
|
|
13282
13281
|
draft_etag?: string | null;
|
|
13283
|
-
|
|
13282
|
+
/** @enum {string} */
|
|
13283
|
+
source_contract?: "agent_ir";
|
|
13284
13284
|
mode?: string | null;
|
|
13285
13285
|
patch?: components["schemas"]["MetaAgentPatchProposalResponse"];
|
|
13286
13286
|
preview_draft_ir?: unknown;
|
|
@@ -14486,8 +14486,6 @@ export interface components {
|
|
|
14486
14486
|
required_credentials?: string[] | null;
|
|
14487
14487
|
topology_preview?: components["schemas"]["TemplateTopologyPreviewResponse"];
|
|
14488
14488
|
capabilities?: components["schemas"]["TemplateCapabilityPreviewResponse"][] | null;
|
|
14489
|
-
default_policy_refs?: unknown;
|
|
14490
|
-
default_runtime_config_refs?: unknown;
|
|
14491
14489
|
base_agent_ir?: unknown;
|
|
14492
14490
|
};
|
|
14493
14491
|
TemplateListResponse: {
|
|
@@ -14506,8 +14504,6 @@ export interface components {
|
|
|
14506
14504
|
required_capability_refs?: string[] | null;
|
|
14507
14505
|
required_credentials?: string[] | null;
|
|
14508
14506
|
topology_preview?: components["schemas"]["TemplateTopologyPreviewResponse"];
|
|
14509
|
-
default_policy_refs?: unknown;
|
|
14510
|
-
default_runtime_config_refs?: unknown;
|
|
14511
14507
|
};
|
|
14512
14508
|
TemplateTopologyPreviewResponse: {
|
|
14513
14509
|
/** Format: int32 */
|