@zarel-ai/sdk 0.6.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/LICENSE +21 -0
- package/README.md +412 -0
- package/dist/_internal/auth-headers.d.ts +19 -0
- package/dist/_internal/auth-headers.d.ts.map +1 -0
- package/dist/_internal/auth-headers.js +30 -0
- package/dist/_internal/auth-headers.js.map +1 -0
- package/dist/_internal/confirmation.d.ts +24 -0
- package/dist/_internal/confirmation.d.ts.map +1 -0
- package/dist/_internal/confirmation.js +54 -0
- package/dist/_internal/confirmation.js.map +1 -0
- package/dist/_internal/event-iterator.d.ts +18 -0
- package/dist/_internal/event-iterator.d.ts.map +1 -0
- package/dist/_internal/event-iterator.js +151 -0
- package/dist/_internal/event-iterator.js.map +1 -0
- package/dist/_internal/fetch-client.d.ts +141 -0
- package/dist/_internal/fetch-client.d.ts.map +1 -0
- package/dist/_internal/fetch-client.js +471 -0
- package/dist/_internal/fetch-client.js.map +1 -0
- package/dist/_internal/interceptors.d.ts +40 -0
- package/dist/_internal/interceptors.d.ts.map +1 -0
- package/dist/_internal/interceptors.js +28 -0
- package/dist/_internal/interceptors.js.map +1 -0
- package/dist/_internal/mcp.d.ts +11 -0
- package/dist/_internal/mcp.d.ts.map +1 -0
- package/dist/_internal/mcp.js +79 -0
- package/dist/_internal/mcp.js.map +1 -0
- package/dist/_internal/pagination.d.ts +71 -0
- package/dist/_internal/pagination.d.ts.map +1 -0
- package/dist/_internal/pagination.js +130 -0
- package/dist/_internal/pagination.js.map +1 -0
- package/dist/_internal/require-token.d.ts +17 -0
- package/dist/_internal/require-token.d.ts.map +1 -0
- package/dist/_internal/require-token.js +25 -0
- package/dist/_internal/require-token.js.map +1 -0
- package/dist/_internal/retry-after.d.ts +2 -0
- package/dist/_internal/retry-after.d.ts.map +1 -0
- package/dist/_internal/retry-after.js +34 -0
- package/dist/_internal/retry-after.js.map +1 -0
- package/dist/_internal/sse-client.d.ts +43 -0
- package/dist/_internal/sse-client.d.ts.map +1 -0
- package/dist/_internal/sse-client.js +250 -0
- package/dist/_internal/sse-client.js.map +1 -0
- package/dist/_internal/version.d.ts +5 -0
- package/dist/_internal/version.d.ts.map +1 -0
- package/dist/_internal/version.js +12 -0
- package/dist/_internal/version.js.map +1 -0
- package/dist/client.d.ts +74 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +86 -0
- package/dist/client.js.map +1 -0
- package/dist/contract/_singleton.d.ts +18 -0
- package/dist/contract/_singleton.d.ts.map +1 -0
- package/dist/contract/_singleton.js +27 -0
- package/dist/contract/_singleton.js.map +1 -0
- package/dist/contract/actions.d.ts +18 -0
- package/dist/contract/actions.d.ts.map +1 -0
- package/dist/contract/actions.js +36 -0
- package/dist/contract/actions.js.map +1 -0
- package/dist/contract/assistant.d.ts +65 -0
- package/dist/contract/assistant.d.ts.map +1 -0
- package/dist/contract/assistant.js +44 -0
- package/dist/contract/assistant.js.map +1 -0
- package/dist/contract/batch.d.ts +27 -0
- package/dist/contract/batch.d.ts.map +1 -0
- package/dist/contract/batch.js +20 -0
- package/dist/contract/batch.js.map +1 -0
- package/dist/contract/capabilities.d.ts +21 -0
- package/dist/contract/capabilities.d.ts.map +1 -0
- package/dist/contract/capabilities.js +31 -0
- package/dist/contract/capabilities.js.map +1 -0
- package/dist/contract/constraints.d.ts +21 -0
- package/dist/contract/constraints.d.ts.map +1 -0
- package/dist/contract/constraints.js +31 -0
- package/dist/contract/constraints.js.map +1 -0
- package/dist/contract/events.d.ts +33 -0
- package/dist/contract/events.d.ts.map +1 -0
- package/dist/contract/events.js +56 -0
- package/dist/contract/events.js.map +1 -0
- package/dist/contract/flows.d.ts +44 -0
- package/dist/contract/flows.d.ts.map +1 -0
- package/dist/contract/flows.js +109 -0
- package/dist/contract/flows.js.map +1 -0
- package/dist/contract/governance.d.ts +6 -0
- package/dist/contract/governance.d.ts.map +1 -0
- package/dist/contract/governance.js +17 -0
- package/dist/contract/governance.js.map +1 -0
- package/dist/contract/index.d.ts +137 -0
- package/dist/contract/index.d.ts.map +1 -0
- package/dist/contract/index.js +177 -0
- package/dist/contract/index.js.map +1 -0
- package/dist/contract/metadata.d.ts +26 -0
- package/dist/contract/metadata.d.ts.map +1 -0
- package/dist/contract/metadata.js +25 -0
- package/dist/contract/metadata.js.map +1 -0
- package/dist/contract/process-model.d.ts +31 -0
- package/dist/contract/process-model.d.ts.map +1 -0
- package/dist/contract/process-model.js +51 -0
- package/dist/contract/process-model.js.map +1 -0
- package/dist/contract/roots/channels.d.ts +27 -0
- package/dist/contract/roots/channels.d.ts.map +1 -0
- package/dist/contract/roots/channels.js +53 -0
- package/dist/contract/roots/channels.js.map +1 -0
- package/dist/contract/roots/events.d.ts +7 -0
- package/dist/contract/roots/events.d.ts.map +1 -0
- package/dist/contract/roots/events.js +19 -0
- package/dist/contract/roots/events.js.map +1 -0
- package/dist/contract/roots/index.d.ts +15 -0
- package/dist/contract/roots/index.d.ts.map +1 -0
- package/dist/contract/roots/index.js +38 -0
- package/dist/contract/roots/index.js.map +1 -0
- package/dist/contract/roots/mcp-servers.d.ts +46 -0
- package/dist/contract/roots/mcp-servers.d.ts.map +1 -0
- package/dist/contract/roots/mcp-servers.js +68 -0
- package/dist/contract/roots/mcp-servers.js.map +1 -0
- package/dist/contract/roots/profiles.d.ts +18 -0
- package/dist/contract/roots/profiles.d.ts.map +1 -0
- package/dist/contract/roots/profiles.js +31 -0
- package/dist/contract/roots/profiles.js.map +1 -0
- package/dist/contract/roots/timezone.d.ts +10 -0
- package/dist/contract/roots/timezone.d.ts.map +1 -0
- package/dist/contract/roots/timezone.js +19 -0
- package/dist/contract/roots/timezone.js.map +1 -0
- package/dist/contract/roots/treatment.d.ts +11 -0
- package/dist/contract/roots/treatment.d.ts.map +1 -0
- package/dist/contract/roots/treatment.js +37 -0
- package/dist/contract/roots/treatment.js.map +1 -0
- package/dist/contract/roots/vocabulary.d.ts +18 -0
- package/dist/contract/roots/vocabulary.d.ts.map +1 -0
- package/dist/contract/roots/vocabulary.js +31 -0
- package/dist/contract/roots/vocabulary.js.map +1 -0
- package/dist/contract/schemas.d.ts +18 -0
- package/dist/contract/schemas.d.ts.map +1 -0
- package/dist/contract/schemas.js +31 -0
- package/dist/contract/schemas.js.map +1 -0
- package/dist/contract/skills.d.ts +20 -0
- package/dist/contract/skills.d.ts.map +1 -0
- package/dist/contract/skills.js +36 -0
- package/dist/contract/skills.js.map +1 -0
- package/dist/errors.d.ts +65 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +80 -0
- package/dist/errors.js.map +1 -0
- package/dist/generated/contract.d.ts +7688 -0
- package/dist/generated/contract.d.ts.map +1 -0
- package/dist/generated/contract.js +7 -0
- package/dist/generated/contract.js.map +1 -0
- package/dist/generated/index.d.ts +41 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +3 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/runtime.d.ts +4020 -0
- package/dist/generated/runtime.d.ts.map +1 -0
- package/dist/generated/runtime.js +7 -0
- package/dist/generated/runtime.js.map +1 -0
- package/dist/generated/unwrap-map.d.ts +989 -0
- package/dist/generated/unwrap-map.d.ts.map +1 -0
- package/dist/generated/unwrap-map.js +344 -0
- package/dist/generated/unwrap-map.js.map +1 -0
- package/dist/index.d.ts +38 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/resources/actions.d.ts +33 -0
- package/dist/resources/actions.d.ts.map +1 -0
- package/dist/resources/actions.js +52 -0
- package/dist/resources/actions.js.map +1 -0
- package/dist/resources/audit.d.ts +52 -0
- package/dist/resources/audit.d.ts.map +1 -0
- package/dist/resources/audit.js +86 -0
- package/dist/resources/audit.js.map +1 -0
- package/dist/resources/authorization-ceiling.d.ts +25 -0
- package/dist/resources/authorization-ceiling.d.ts.map +1 -0
- package/dist/resources/authorization-ceiling.js +26 -0
- package/dist/resources/authorization-ceiling.js.map +1 -0
- package/dist/resources/authorization-operation-ids.d.ts +15 -0
- package/dist/resources/authorization-operation-ids.d.ts.map +1 -0
- package/dist/resources/authorization-operation-ids.js +31 -0
- package/dist/resources/authorization-operation-ids.js.map +1 -0
- package/dist/resources/authorization.d.ts +60 -0
- package/dist/resources/authorization.d.ts.map +1 -0
- package/dist/resources/authorization.js +51 -0
- package/dist/resources/authorization.js.map +1 -0
- package/dist/resources/authorizations.d.ts +38 -0
- package/dist/resources/authorizations.d.ts.map +1 -0
- package/dist/resources/authorizations.js +19 -0
- package/dist/resources/authorizations.js.map +1 -0
- package/dist/resources/channels.d.ts +36 -0
- package/dist/resources/channels.d.ts.map +1 -0
- package/dist/resources/channels.js +61 -0
- package/dist/resources/channels.js.map +1 -0
- package/dist/resources/contracts.d.ts +46 -0
- package/dist/resources/contracts.d.ts.map +1 -0
- package/dist/resources/contracts.js +86 -0
- package/dist/resources/contracts.js.map +1 -0
- package/dist/resources/conversation-sessions.d.ts +62 -0
- package/dist/resources/conversation-sessions.d.ts.map +1 -0
- package/dist/resources/conversation-sessions.js +48 -0
- package/dist/resources/conversation-sessions.js.map +1 -0
- package/dist/resources/conversation.d.ts +48 -0
- package/dist/resources/conversation.d.ts.map +1 -0
- package/dist/resources/conversation.js +104 -0
- package/dist/resources/conversation.js.map +1 -0
- package/dist/resources/embedding-credentials.d.ts +60 -0
- package/dist/resources/embedding-credentials.d.ts.map +1 -0
- package/dist/resources/embedding-credentials.js +53 -0
- package/dist/resources/embedding-credentials.js.map +1 -0
- package/dist/resources/entities.d.ts +66 -0
- package/dist/resources/entities.d.ts.map +1 -0
- package/dist/resources/entities.js +106 -0
- package/dist/resources/entities.js.map +1 -0
- package/dist/resources/events.d.ts +45 -0
- package/dist/resources/events.d.ts.map +1 -0
- package/dist/resources/events.js +71 -0
- package/dist/resources/events.js.map +1 -0
- package/dist/resources/flows.d.ts +45 -0
- package/dist/resources/flows.d.ts.map +1 -0
- package/dist/resources/flows.js +82 -0
- package/dist/resources/flows.js.map +1 -0
- package/dist/resources/imports.d.ts +8 -0
- package/dist/resources/imports.d.ts.map +1 -0
- package/dist/resources/imports.js +14 -0
- package/dist/resources/imports.js.map +1 -0
- package/dist/resources/index.d.ts +24 -0
- package/dist/resources/index.d.ts.map +1 -0
- package/dist/resources/index.js +41 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/resources/llm-credentials.d.ts +47 -0
- package/dist/resources/llm-credentials.d.ts.map +1 -0
- package/dist/resources/llm-credentials.js +46 -0
- package/dist/resources/llm-credentials.js.map +1 -0
- package/dist/resources/llm-services.d.ts +46 -0
- package/dist/resources/llm-services.d.ts.map +1 -0
- package/dist/resources/llm-services.js +41 -0
- package/dist/resources/llm-services.js.map +1 -0
- package/dist/resources/mcp.d.ts +8 -0
- package/dist/resources/mcp.d.ts.map +1 -0
- package/dist/resources/mcp.js +25 -0
- package/dist/resources/mcp.js.map +1 -0
- package/dist/resources/receipts.d.ts +25 -0
- package/dist/resources/receipts.d.ts.map +1 -0
- package/dist/resources/receipts.js +54 -0
- package/dist/resources/receipts.js.map +1 -0
- package/dist/resources/records.d.ts +51 -0
- package/dist/resources/records.d.ts.map +1 -0
- package/dist/resources/records.js +103 -0
- package/dist/resources/records.js.map +1 -0
- package/dist/resources/role-assignments.d.ts +27 -0
- package/dist/resources/role-assignments.d.ts.map +1 -0
- package/dist/resources/role-assignments.js +40 -0
- package/dist/resources/role-assignments.js.map +1 -0
- package/dist/resources/roles.d.ts +39 -0
- package/dist/resources/roles.d.ts.map +1 -0
- package/dist/resources/roles.js +42 -0
- package/dist/resources/roles.js.map +1 -0
- package/dist/resources/runtime-entities.d.ts +23 -0
- package/dist/resources/runtime-entities.d.ts.map +1 -0
- package/dist/resources/runtime-entities.js +29 -0
- package/dist/resources/runtime-entities.js.map +1 -0
- package/dist/resources/state-machine.d.ts +45 -0
- package/dist/resources/state-machine.d.ts.map +1 -0
- package/dist/resources/state-machine.js +86 -0
- package/dist/resources/state-machine.js.map +1 -0
- package/dist/resources/system.d.ts +12 -0
- package/dist/resources/system.d.ts.map +1 -0
- package/dist/resources/system.js +26 -0
- package/dist/resources/system.js.map +1 -0
- package/dist/resources/tools.d.ts +22 -0
- package/dist/resources/tools.d.ts.map +1 -0
- package/dist/resources/tools.js +33 -0
- package/dist/resources/tools.js.map +1 -0
- package/dist/resources/traces.d.ts +65 -0
- package/dist/resources/traces.d.ts.map +1 -0
- package/dist/resources/traces.js +97 -0
- package/dist/resources/traces.js.map +1 -0
- package/dist/runtime/index.d.ts +128 -0
- package/dist/runtime/index.d.ts.map +1 -0
- package/dist/runtime/index.js +210 -0
- package/dist/runtime/index.js.map +1 -0
- package/dist/types/actions.d.ts +32 -0
- package/dist/types/actions.d.ts.map +1 -0
- package/dist/types/actions.js +9 -0
- package/dist/types/actions.js.map +1 -0
- package/dist/types/audit.d.ts +65 -0
- package/dist/types/audit.d.ts.map +1 -0
- package/dist/types/audit.js +14 -0
- package/dist/types/audit.js.map +1 -0
- package/dist/types/channels.d.ts +37 -0
- package/dist/types/channels.d.ts.map +1 -0
- package/dist/types/channels.js +6 -0
- package/dist/types/channels.js.map +1 -0
- package/dist/types/confirmation.d.ts +53 -0
- package/dist/types/confirmation.d.ts.map +1 -0
- package/dist/types/confirmation.js +17 -0
- package/dist/types/confirmation.js.map +1 -0
- package/dist/types/contracts.d.ts +194 -0
- package/dist/types/contracts.d.ts.map +1 -0
- package/dist/types/contracts.js +10 -0
- package/dist/types/contracts.js.map +1 -0
- package/dist/types/conversation-sessions.d.ts +58 -0
- package/dist/types/conversation-sessions.d.ts.map +1 -0
- package/dist/types/conversation-sessions.js +6 -0
- package/dist/types/conversation-sessions.js.map +1 -0
- package/dist/types/conversation.d.ts +96 -0
- package/dist/types/conversation.d.ts.map +1 -0
- package/dist/types/conversation.js +3 -0
- package/dist/types/conversation.js.map +1 -0
- package/dist/types/entities.d.ts +22 -0
- package/dist/types/entities.d.ts.map +1 -0
- package/dist/types/entities.js +4 -0
- package/dist/types/entities.js.map +1 -0
- package/dist/types/events-stream.d.ts +82 -0
- package/dist/types/events-stream.d.ts.map +1 -0
- package/dist/types/events-stream.js +65 -0
- package/dist/types/events-stream.js.map +1 -0
- package/dist/types/flows-contract.d.ts +8 -0
- package/dist/types/flows-contract.d.ts.map +1 -0
- package/dist/types/flows-contract.js +7 -0
- package/dist/types/flows-contract.js.map +1 -0
- package/dist/types/flows.d.ts +66 -0
- package/dist/types/flows.d.ts.map +1 -0
- package/dist/types/flows.js +25 -0
- package/dist/types/flows.js.map +1 -0
- package/dist/types/imports.d.ts +57 -0
- package/dist/types/imports.d.ts.map +1 -0
- package/dist/types/imports.js +3 -0
- package/dist/types/imports.js.map +1 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +3 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/locale.d.ts +24 -0
- package/dist/types/locale.d.ts.map +1 -0
- package/dist/types/locale.js +17 -0
- package/dist/types/locale.js.map +1 -0
- package/dist/types/mcp.d.ts +28 -0
- package/dist/types/mcp.d.ts.map +1 -0
- package/dist/types/mcp.js +12 -0
- package/dist/types/mcp.js.map +1 -0
- package/dist/types/platform.d.ts +51 -0
- package/dist/types/platform.d.ts.map +1 -0
- package/dist/types/platform.js +4 -0
- package/dist/types/platform.js.map +1 -0
- package/dist/types/receipt.d.ts +79 -0
- package/dist/types/receipt.d.ts.map +1 -0
- package/dist/types/receipt.js +15 -0
- package/dist/types/receipt.js.map +1 -0
- package/dist/types/records.d.ts +45 -0
- package/dist/types/records.d.ts.map +1 -0
- package/dist/types/records.js +4 -0
- package/dist/types/records.js.map +1 -0
- package/dist/types/spec.d.ts +6 -0
- package/dist/types/spec.d.ts.map +1 -0
- package/dist/types/spec.js +3 -0
- package/dist/types/spec.js.map +1 -0
- package/dist/types/state-machine.d.ts +100 -0
- package/dist/types/state-machine.d.ts.map +1 -0
- package/dist/types/state-machine.js +9 -0
- package/dist/types/state-machine.js.map +1 -0
- package/dist/types/system.d.ts +28 -0
- package/dist/types/system.d.ts.map +1 -0
- package/dist/types/system.js +3 -0
- package/dist/types/system.js.map +1 -0
- package/dist/types/tools.d.ts +188 -0
- package/dist/types/tools.d.ts.map +1 -0
- package/dist/types/tools.js +22 -0
- package/dist/types/tools.js.map +1 -0
- package/dist/types/traces.d.ts +77 -0
- package/dist/types/traces.d.ts.map +1 -0
- package/dist/types/traces.js +11 -0
- package/dist/types/traces.js.map +1 -0
- package/dist/types/workflows.d.ts +42 -0
- package/dist/types/workflows.d.ts.map +1 -0
- package/dist/types/workflows.js +11 -0
- package/dist/types/workflows.js.map +1 -0
- package/package.json +103 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unwrap-map.d.ts","sourceRoot":"","sources":["../../src/generated/unwrap-map.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFrB,CAAC;AAEX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0PtB,CAAC"}
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// AUTO-GENERATED by scripts/toolchain/gen-sdk-unwrap-map.ts — DO NOT EDIT.
|
|
3
|
+
// Regenerate with `npm run gen:sdk-unwrap-map` (or `npm run gen:sdk`).
|
|
4
|
+
//
|
|
5
|
+
// The SINGLE source of truth for the transport envelope-unwrap decision
|
|
6
|
+
// (ADR-0109 codegen-driven unwrap). `unwrap: true` ⇒ the success 2xx response
|
|
7
|
+
// references the canonical SuccessEnvelope and the transport returns `data`;
|
|
8
|
+
// `unwrap: false` ⇒ a flat/bare body returned whole. Keyed by `operationId`,
|
|
9
|
+
// split per plane (runtime / contract) — injected into each plane FetchClient.
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.CONTRACT_OPERATIONS = exports.RUNTIME_OPERATIONS = void 0;
|
|
12
|
+
exports.RUNTIME_OPERATIONS = {
|
|
13
|
+
bulkImportRuntimeRecords: { unwrap: true },
|
|
14
|
+
clearConversationSession: { unwrap: true },
|
|
15
|
+
createApiKey: { unwrap: false },
|
|
16
|
+
createConversationSession: { unwrap: true },
|
|
17
|
+
createEventSubscription: { unwrap: true },
|
|
18
|
+
createRoleAssignment: { unwrap: true },
|
|
19
|
+
createRuntimeRecord: { unwrap: true },
|
|
20
|
+
createTransitionRequest: { unwrap: true },
|
|
21
|
+
deactivateEventSubscription: { unwrap: true },
|
|
22
|
+
deleteApiKey: { unwrap: false },
|
|
23
|
+
deleteEmbeddingCredential: { unwrap: false },
|
|
24
|
+
deleteLlmCredential: { unwrap: false },
|
|
25
|
+
deleteRoleAssignment: { unwrap: true },
|
|
26
|
+
deleteRuntimeRecord: { unwrap: true },
|
|
27
|
+
dispatchAction: { unwrap: false },
|
|
28
|
+
getAuditEvidenceBundle: { unwrap: false },
|
|
29
|
+
getConversationAction: { unwrap: true },
|
|
30
|
+
getConversationSession: { unwrap: true },
|
|
31
|
+
getConversationTurn: { unwrap: true },
|
|
32
|
+
getEmbeddingCredential: { unwrap: true },
|
|
33
|
+
getEventDelivery: { unwrap: true },
|
|
34
|
+
getEventSubscription: { unwrap: true },
|
|
35
|
+
getFlowCallback: { unwrap: true },
|
|
36
|
+
getFlowEvent: { unwrap: true },
|
|
37
|
+
getFlowInstance: { unwrap: true },
|
|
38
|
+
getHealth: { unwrap: true },
|
|
39
|
+
getLlmCredential: { unwrap: true },
|
|
40
|
+
getLlmService: { unwrap: true },
|
|
41
|
+
getMetrics: { unwrap: true },
|
|
42
|
+
getRuntimeRecord: { unwrap: true },
|
|
43
|
+
getRuntimeRecordsCounter: { unwrap: true },
|
|
44
|
+
getStateMachineEvent: { unwrap: true },
|
|
45
|
+
getStateMachineInstance: { unwrap: true },
|
|
46
|
+
getTrace: { unwrap: true },
|
|
47
|
+
getTraceBundle: { unwrap: false },
|
|
48
|
+
getTransitionRequest: { unwrap: true },
|
|
49
|
+
getTrustKeysManifest: { unwrap: true },
|
|
50
|
+
listApiKeys: { unwrap: false },
|
|
51
|
+
listAuditLog: { unwrap: true },
|
|
52
|
+
listConversationActions: { unwrap: true },
|
|
53
|
+
listConversationSessions: { unwrap: true },
|
|
54
|
+
listConversationTurns: { unwrap: true },
|
|
55
|
+
listEmbeddingCredentials: { unwrap: true },
|
|
56
|
+
listEventDeliveries: { unwrap: true },
|
|
57
|
+
listEventSubscriptions: { unwrap: true },
|
|
58
|
+
listFlowCallbacks: { unwrap: true },
|
|
59
|
+
listFlowEvents: { unwrap: true },
|
|
60
|
+
listFlowInstances: { unwrap: true },
|
|
61
|
+
listLlmCredentials: { unwrap: true },
|
|
62
|
+
listLlmServices: { unwrap: true },
|
|
63
|
+
listReceipts: { unwrap: true },
|
|
64
|
+
listRoleAssignments: { unwrap: true },
|
|
65
|
+
listRuntimeRecords: { unwrap: true },
|
|
66
|
+
listStateMachineEvents: { unwrap: true },
|
|
67
|
+
listStateMachineInstances: { unwrap: true },
|
|
68
|
+
listTransitionRequests: { unwrap: true },
|
|
69
|
+
patchEventSubscription: { unwrap: true },
|
|
70
|
+
patchRuntimeRecord: { unwrap: true },
|
|
71
|
+
queryTraces: { unwrap: true },
|
|
72
|
+
recomputeEntity: { unwrap: true },
|
|
73
|
+
replayTrace: { unwrap: true },
|
|
74
|
+
resolveFlowCallback: { unwrap: false },
|
|
75
|
+
resolveTransitionRequest: { unwrap: true },
|
|
76
|
+
runtimeChannelsFetch: { unwrap: false },
|
|
77
|
+
runtimeChannelsMint: { unwrap: false },
|
|
78
|
+
runtimeChannelsReport: { unwrap: false },
|
|
79
|
+
runtimeChannelsSubscribe: { unwrap: false },
|
|
80
|
+
runtimeConversationSend: { unwrap: false },
|
|
81
|
+
runtimeEffectiveAuthorizations: { unwrap: false },
|
|
82
|
+
runtimeImportsSnapshot: { unwrap: true },
|
|
83
|
+
runtimeMcp: { unwrap: false },
|
|
84
|
+
runtimeStateMachineReplay: { unwrap: true },
|
|
85
|
+
runtimeToolsCall: { unwrap: true },
|
|
86
|
+
runtimeToolsList: { unwrap: false },
|
|
87
|
+
runtimeToolsMcpList: { unwrap: true },
|
|
88
|
+
setEmbeddingCredential: { unwrap: true },
|
|
89
|
+
setLlmCredential: { unwrap: true },
|
|
90
|
+
streamEvents: { unwrap: false },
|
|
91
|
+
verifyChannelBinding: { unwrap: true },
|
|
92
|
+
};
|
|
93
|
+
exports.CONTRACT_OPERATIONS = {
|
|
94
|
+
assistantApplyChangeset: { unwrap: true },
|
|
95
|
+
assistantConversationSend: { unwrap: true },
|
|
96
|
+
assistantCreateSession: { unwrap: true },
|
|
97
|
+
assistantDiscardChangeset: { unwrap: true },
|
|
98
|
+
assistantGetChangeset: { unwrap: true },
|
|
99
|
+
batchMutate: { unwrap: true },
|
|
100
|
+
createAction: { unwrap: true },
|
|
101
|
+
createCapability: { unwrap: true },
|
|
102
|
+
createChannel: { unwrap: true },
|
|
103
|
+
createConstraint: { unwrap: true },
|
|
104
|
+
createEntity: { unwrap: true },
|
|
105
|
+
createEntityField: { unwrap: true },
|
|
106
|
+
createEventRule: { unwrap: true },
|
|
107
|
+
createFieldTransition: { unwrap: true },
|
|
108
|
+
createFlow: { unwrap: true },
|
|
109
|
+
createFlowOnCompletion: { unwrap: true },
|
|
110
|
+
createFlowStep: { unwrap: true },
|
|
111
|
+
createMcpAllowedTool: { unwrap: true },
|
|
112
|
+
createMcpServer: { unwrap: true },
|
|
113
|
+
createProcessModelPhase: { unwrap: true },
|
|
114
|
+
createProfile: { unwrap: true },
|
|
115
|
+
createRole: { unwrap: true },
|
|
116
|
+
createRoleGrant: { unwrap: true },
|
|
117
|
+
createSchema: { unwrap: true },
|
|
118
|
+
createSkill: { unwrap: true },
|
|
119
|
+
createVocabularyEntry: { unwrap: true },
|
|
120
|
+
deleteAction: { unwrap: true },
|
|
121
|
+
deleteCapability: { unwrap: true },
|
|
122
|
+
deleteChannel: { unwrap: true },
|
|
123
|
+
deleteConstraint: { unwrap: true },
|
|
124
|
+
deleteEntity: { unwrap: true },
|
|
125
|
+
deleteEntityField: { unwrap: true },
|
|
126
|
+
deleteEventRule: { unwrap: true },
|
|
127
|
+
deleteFieldTransition: { unwrap: true },
|
|
128
|
+
deleteFlow: { unwrap: true },
|
|
129
|
+
deleteFlowOnCompletion: { unwrap: true },
|
|
130
|
+
deleteFlowStep: { unwrap: true },
|
|
131
|
+
deleteGrantOnActions: { unwrap: true },
|
|
132
|
+
deleteGrantOnAuthorization: { unwrap: true },
|
|
133
|
+
deleteGrantOnCapabilities: { unwrap: true },
|
|
134
|
+
deleteGrantOnChannels: { unwrap: true },
|
|
135
|
+
deleteGrantOnChannelsCredentials: { unwrap: true },
|
|
136
|
+
deleteGrantOnConstraints: { unwrap: true },
|
|
137
|
+
deleteGrantOnEmbeddings: { unwrap: true },
|
|
138
|
+
deleteGrantOnEntities: { unwrap: true },
|
|
139
|
+
deleteGrantOnEvents: { unwrap: true },
|
|
140
|
+
deleteGrantOnFlow: { unwrap: true },
|
|
141
|
+
deleteGrantOnFlows: { unwrap: true },
|
|
142
|
+
deleteGrantOnLlm: { unwrap: true },
|
|
143
|
+
deleteGrantOnLlmService: { unwrap: true },
|
|
144
|
+
deleteGrantOnMcpServers: { unwrap: true },
|
|
145
|
+
deleteGrantOnMetadata: { unwrap: true },
|
|
146
|
+
deleteGrantOnProcessModel: { unwrap: true },
|
|
147
|
+
deleteGrantOnQuotas: { unwrap: true },
|
|
148
|
+
deleteGrantOnRecord: { unwrap: true },
|
|
149
|
+
deleteGrantOnRoles: { unwrap: true },
|
|
150
|
+
deleteGrantOnSchemas: { unwrap: true },
|
|
151
|
+
deleteGrantOnSkills: { unwrap: true },
|
|
152
|
+
deleteGrantOnTimezone: { unwrap: true },
|
|
153
|
+
deleteGrantOnTreatment: { unwrap: true },
|
|
154
|
+
deleteMcpAllowedTool: { unwrap: true },
|
|
155
|
+
deleteMcpServer: { unwrap: true },
|
|
156
|
+
deleteProcessModelPhase: { unwrap: true },
|
|
157
|
+
deleteProfile: { unwrap: true },
|
|
158
|
+
deleteRole: { unwrap: true },
|
|
159
|
+
deleteSchema: { unwrap: true },
|
|
160
|
+
deleteSkill: { unwrap: true },
|
|
161
|
+
deleteVocabularyEntry: { unwrap: true },
|
|
162
|
+
getAction: { unwrap: true },
|
|
163
|
+
getAuthorizationCeiling: { unwrap: false },
|
|
164
|
+
getCapability: { unwrap: true },
|
|
165
|
+
getChannel: { unwrap: true },
|
|
166
|
+
getConstraint: { unwrap: true },
|
|
167
|
+
getEntity: { unwrap: true },
|
|
168
|
+
getEntityField: { unwrap: true },
|
|
169
|
+
getEventRule: { unwrap: true },
|
|
170
|
+
getEventsDeliveryConfig: { unwrap: true },
|
|
171
|
+
getFieldTransition: { unwrap: true },
|
|
172
|
+
getFlow: { unwrap: true },
|
|
173
|
+
getFlowOnCompletion: { unwrap: true },
|
|
174
|
+
getFlowStep: { unwrap: true },
|
|
175
|
+
getGrantOnActions: { unwrap: true },
|
|
176
|
+
getGrantOnAuthorization: { unwrap: true },
|
|
177
|
+
getGrantOnCapabilities: { unwrap: true },
|
|
178
|
+
getGrantOnChannels: { unwrap: true },
|
|
179
|
+
getGrantOnChannelsCredentials: { unwrap: true },
|
|
180
|
+
getGrantOnConstraints: { unwrap: true },
|
|
181
|
+
getGrantOnEmbeddings: { unwrap: true },
|
|
182
|
+
getGrantOnEntities: { unwrap: true },
|
|
183
|
+
getGrantOnEvents: { unwrap: true },
|
|
184
|
+
getGrantOnFlow: { unwrap: true },
|
|
185
|
+
getGrantOnFlows: { unwrap: true },
|
|
186
|
+
getGrantOnLlm: { unwrap: true },
|
|
187
|
+
getGrantOnLlmService: { unwrap: true },
|
|
188
|
+
getGrantOnMcpServers: { unwrap: true },
|
|
189
|
+
getGrantOnMetadata: { unwrap: true },
|
|
190
|
+
getGrantOnProcessModel: { unwrap: true },
|
|
191
|
+
getGrantOnQuotas: { unwrap: true },
|
|
192
|
+
getGrantOnRecord: { unwrap: true },
|
|
193
|
+
getGrantOnRoles: { unwrap: true },
|
|
194
|
+
getGrantOnSchemas: { unwrap: true },
|
|
195
|
+
getGrantOnSkills: { unwrap: true },
|
|
196
|
+
getGrantOnTimezone: { unwrap: true },
|
|
197
|
+
getGrantOnTreatment: { unwrap: true },
|
|
198
|
+
getHealth: { unwrap: true },
|
|
199
|
+
getLlm: { unwrap: true },
|
|
200
|
+
getMcpAllowedTool: { unwrap: true },
|
|
201
|
+
getMcpServer: { unwrap: true },
|
|
202
|
+
getMetrics: { unwrap: true },
|
|
203
|
+
getProcessModel: { unwrap: true },
|
|
204
|
+
getProcessModelPhase: { unwrap: true },
|
|
205
|
+
getProfile: { unwrap: true },
|
|
206
|
+
getRole: { unwrap: true },
|
|
207
|
+
getSchema: { unwrap: true },
|
|
208
|
+
getSkill: { unwrap: true },
|
|
209
|
+
getTenantMetadata: { unwrap: true },
|
|
210
|
+
getTimezone: { unwrap: true },
|
|
211
|
+
getTreatment: { unwrap: true },
|
|
212
|
+
getTreatmentRails: { unwrap: true },
|
|
213
|
+
getVocabularyEntry: { unwrap: true },
|
|
214
|
+
issueChannelCredential: { unwrap: true },
|
|
215
|
+
listActions: { unwrap: true },
|
|
216
|
+
listCapabilities: { unwrap: true },
|
|
217
|
+
listChannelCredentials: { unwrap: true },
|
|
218
|
+
listChannels: { unwrap: true },
|
|
219
|
+
listConstraints: { unwrap: true },
|
|
220
|
+
listEntities: { unwrap: true },
|
|
221
|
+
listEntityFields: { unwrap: true },
|
|
222
|
+
listEventRules: { unwrap: true },
|
|
223
|
+
listFieldTransitions: { unwrap: true },
|
|
224
|
+
listFlowOnCompletion: { unwrap: true },
|
|
225
|
+
listFlows: { unwrap: true },
|
|
226
|
+
listFlowSteps: { unwrap: true },
|
|
227
|
+
listMcpAllowedTools: { unwrap: true },
|
|
228
|
+
listMcpServers: { unwrap: true },
|
|
229
|
+
listProcessModelPhases: { unwrap: true },
|
|
230
|
+
listProfiles: { unwrap: true },
|
|
231
|
+
listRoleGrants: { unwrap: true },
|
|
232
|
+
listRoles: { unwrap: true },
|
|
233
|
+
listSchemas: { unwrap: true },
|
|
234
|
+
listSkills: { unwrap: true },
|
|
235
|
+
listVocabulary: { unwrap: true },
|
|
236
|
+
patchAction: { unwrap: true },
|
|
237
|
+
patchCapability: { unwrap: true },
|
|
238
|
+
patchChannel: { unwrap: true },
|
|
239
|
+
patchConstraint: { unwrap: true },
|
|
240
|
+
patchEntity: { unwrap: true },
|
|
241
|
+
patchEntityField: { unwrap: true },
|
|
242
|
+
patchEventRule: { unwrap: true },
|
|
243
|
+
patchEventsDeliveryConfig: { unwrap: true },
|
|
244
|
+
patchFieldTransition: { unwrap: true },
|
|
245
|
+
patchFlow: { unwrap: true },
|
|
246
|
+
patchFlowOnCompletion: { unwrap: true },
|
|
247
|
+
patchFlowStep: { unwrap: true },
|
|
248
|
+
patchGrantOnActions: { unwrap: true },
|
|
249
|
+
patchGrantOnAuthorization: { unwrap: true },
|
|
250
|
+
patchGrantOnCapabilities: { unwrap: true },
|
|
251
|
+
patchGrantOnChannels: { unwrap: true },
|
|
252
|
+
patchGrantOnChannelsCredentials: { unwrap: true },
|
|
253
|
+
patchGrantOnConstraints: { unwrap: true },
|
|
254
|
+
patchGrantOnEmbeddings: { unwrap: true },
|
|
255
|
+
patchGrantOnEntities: { unwrap: true },
|
|
256
|
+
patchGrantOnEvents: { unwrap: true },
|
|
257
|
+
patchGrantOnFlow: { unwrap: true },
|
|
258
|
+
patchGrantOnFlows: { unwrap: true },
|
|
259
|
+
patchGrantOnLlm: { unwrap: true },
|
|
260
|
+
patchGrantOnLlmService: { unwrap: true },
|
|
261
|
+
patchGrantOnMcpServers: { unwrap: true },
|
|
262
|
+
patchGrantOnMetadata: { unwrap: true },
|
|
263
|
+
patchGrantOnProcessModel: { unwrap: true },
|
|
264
|
+
patchGrantOnQuotas: { unwrap: true },
|
|
265
|
+
patchGrantOnRecord: { unwrap: true },
|
|
266
|
+
patchGrantOnRoles: { unwrap: true },
|
|
267
|
+
patchGrantOnSchemas: { unwrap: true },
|
|
268
|
+
patchGrantOnSkills: { unwrap: true },
|
|
269
|
+
patchGrantOnTimezone: { unwrap: true },
|
|
270
|
+
patchGrantOnTreatment: { unwrap: true },
|
|
271
|
+
patchLlm: { unwrap: true },
|
|
272
|
+
patchMcpAllowedTool: { unwrap: true },
|
|
273
|
+
patchMcpServer: { unwrap: true },
|
|
274
|
+
patchProcessModel: { unwrap: true },
|
|
275
|
+
patchProcessModelPhase: { unwrap: true },
|
|
276
|
+
patchProfile: { unwrap: true },
|
|
277
|
+
patchRole: { unwrap: true },
|
|
278
|
+
patchSchema: { unwrap: true },
|
|
279
|
+
patchSkill: { unwrap: true },
|
|
280
|
+
patchTenantMetadata: { unwrap: true },
|
|
281
|
+
patchTreatment: { unwrap: true },
|
|
282
|
+
patchTreatmentRails: { unwrap: true },
|
|
283
|
+
patchVocabularyEntry: { unwrap: true },
|
|
284
|
+
putEventsDeliveryConfig: { unwrap: true },
|
|
285
|
+
putGrantOnActions: { unwrap: true },
|
|
286
|
+
putGrantOnAuthorization: { unwrap: true },
|
|
287
|
+
putGrantOnCapabilities: { unwrap: true },
|
|
288
|
+
putGrantOnChannels: { unwrap: true },
|
|
289
|
+
putGrantOnChannelsCredentials: { unwrap: true },
|
|
290
|
+
putGrantOnConstraints: { unwrap: true },
|
|
291
|
+
putGrantOnEmbeddings: { unwrap: true },
|
|
292
|
+
putGrantOnEntities: { unwrap: true },
|
|
293
|
+
putGrantOnEvents: { unwrap: true },
|
|
294
|
+
putGrantOnFlow: { unwrap: true },
|
|
295
|
+
putGrantOnFlows: { unwrap: true },
|
|
296
|
+
putGrantOnLlm: { unwrap: true },
|
|
297
|
+
putGrantOnLlmService: { unwrap: true },
|
|
298
|
+
putGrantOnMcpServers: { unwrap: true },
|
|
299
|
+
putGrantOnMetadata: { unwrap: true },
|
|
300
|
+
putGrantOnProcessModel: { unwrap: true },
|
|
301
|
+
putGrantOnQuotas: { unwrap: true },
|
|
302
|
+
putGrantOnRecord: { unwrap: true },
|
|
303
|
+
putGrantOnRoles: { unwrap: true },
|
|
304
|
+
putGrantOnSchemas: { unwrap: true },
|
|
305
|
+
putGrantOnSkills: { unwrap: true },
|
|
306
|
+
putGrantOnTimezone: { unwrap: true },
|
|
307
|
+
putGrantOnTreatment: { unwrap: true },
|
|
308
|
+
putLlm: { unwrap: true },
|
|
309
|
+
putProcessModel: { unwrap: true },
|
|
310
|
+
putTenantMetadata: { unwrap: true },
|
|
311
|
+
putTimezone: { unwrap: true },
|
|
312
|
+
putTreatment: { unwrap: true },
|
|
313
|
+
putTreatmentRails: { unwrap: true },
|
|
314
|
+
replaceAction: { unwrap: true },
|
|
315
|
+
replaceCapability: { unwrap: true },
|
|
316
|
+
replaceChannel: { unwrap: true },
|
|
317
|
+
replaceConstraint: { unwrap: true },
|
|
318
|
+
replaceEntity: { unwrap: true },
|
|
319
|
+
replaceEntityField: { unwrap: true },
|
|
320
|
+
replaceEventRule: { unwrap: true },
|
|
321
|
+
replaceFieldTransition: { unwrap: true },
|
|
322
|
+
replaceFlow: { unwrap: true },
|
|
323
|
+
replaceFlowOnCompletion: { unwrap: true },
|
|
324
|
+
replaceFlowStep: { unwrap: true },
|
|
325
|
+
replaceMcpAllowedTool: { unwrap: true },
|
|
326
|
+
replaceMcpServer: { unwrap: true },
|
|
327
|
+
replaceProcessModelPhase: { unwrap: true },
|
|
328
|
+
replaceProfile: { unwrap: true },
|
|
329
|
+
replaceRole: { unwrap: true },
|
|
330
|
+
replaceSchema: { unwrap: true },
|
|
331
|
+
replaceSkill: { unwrap: true },
|
|
332
|
+
replaceVocabularyEntry: { unwrap: true },
|
|
333
|
+
revokeChannelCredential: { unwrap: true },
|
|
334
|
+
specApply: { unwrap: true },
|
|
335
|
+
specDiff: { unwrap: true },
|
|
336
|
+
specDryRunCancel: { unwrap: false },
|
|
337
|
+
specDryRunGet: { unwrap: false },
|
|
338
|
+
specDryRunSubmit: { unwrap: false },
|
|
339
|
+
specPublish: { unwrap: false },
|
|
340
|
+
specSnapshot: { unwrap: false },
|
|
341
|
+
specSnapshotLocaleCoverage: { unwrap: false },
|
|
342
|
+
specSnapshotSemanticDiff: { unwrap: false },
|
|
343
|
+
};
|
|
344
|
+
//# sourceMappingURL=unwrap-map.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unwrap-map.js","sourceRoot":"","sources":["../../src/generated/unwrap-map.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export { Zarel } from './client';
|
|
2
|
+
export type { ZarelOptions } from './client';
|
|
3
|
+
export { RuntimeNamespace } from './runtime';
|
|
4
|
+
export { ContractNamespace } from './contract';
|
|
5
|
+
export { ContractAgentRoots } from './contract/roots';
|
|
6
|
+
export { ZarelError, ZarelAPIError, ZarelAuthError, ZarelTimeoutError } from './errors';
|
|
7
|
+
export type { ZarelAuthErrorCode } from './errors';
|
|
8
|
+
export type { LocaleOptions, SdkLocale } from './types/locale';
|
|
9
|
+
export type { ConversationRequest, ConversationResponse, ConversationTurn, InteractionContext, ConversationDebugInfo, } from './types/conversation';
|
|
10
|
+
export { ChannelsResource } from './resources/channels';
|
|
11
|
+
export type { MintPartyTokenRequest, PartyToken, ChannelDirectiveContent, ChannelSendResult, ChannelDirectiveStreamEvent, } from './types/channels';
|
|
12
|
+
export type { ActionDispatchParams, ActionDispatchSuccessResponse, } from './types/actions';
|
|
13
|
+
export type { ConfirmationGuard, ConfirmationChallenge, ConfirmationRetryOptions, } from './types/confirmation';
|
|
14
|
+
export type { ToolCatalogResponse, McpToolsResponse, ToolCallRequest, ToolCallResponse, UserToolCatalog, UserVisibleEntityTool, UserVisibleAction, UserVisibleTransitionTool, TransitionEdge, UserVisibleActionTool, UserVisibleRole, UserVisibleFlow, UserVisibleSkill, ContractSectionName, FieldToolDefinition, McpToolDefinition, } from './types/tools';
|
|
15
|
+
export { CONTRACT_SECTION_NAMES } from './types/tools';
|
|
16
|
+
export type { WorkflowReplayRequest, WorkflowReplayResponse, WorkflowReplayResult, WorkflowReplayEmptyResult, WorkflowReplayEventResult, WorkflowStateMachineConfig, WorkflowTransitionConfig, WorkflowTransitionRule, } from './types/workflows';
|
|
17
|
+
export type { StateMachineInstance, StateMachineInstanceListResponse, StateMachineInstanceResponse, StateMachineEventListParams, StateMachineEvent, StateMachineEventListResponse, StateMachineEventResponse, TransitionRequestStatus, TransitionRequestListParams, TransitionRequestItem, TransitionRequestListResponse, TransitionRequestResponse, TransitionRequestCreateBody, TransitionRequestPatchBody, TransitionRequestPatchResponse, } from './types/state-machine';
|
|
18
|
+
export type { FlowInstance, FlowInstanceListResponse, FlowInstanceResponse, FlowEvent, FlowEventListResponse, FlowEventResponse, } from './types/flows';
|
|
19
|
+
export type { RecordData, RefLabel, RecordListParams, RecordListResponse, RecordResponse, FilterOp, FilterExpr, FilterValue, SortDir, SortSpec, } from './types/records';
|
|
20
|
+
export type { EntityInput, FieldDefinitionInput, ToolExecutionResult, } from './types/entities';
|
|
21
|
+
export type { ContractFlowListItem, ContractFlowInput, } from './types/flows-contract';
|
|
22
|
+
export type { AuthorizationGrant, AuthorizationStatement, RoleAuthorization } from './resources/authorization';
|
|
23
|
+
export type { OwnerCeilingEnvelope, EnvelopeGrant, EnvelopeGrantKind } from './resources/authorization-ceiling';
|
|
24
|
+
export type { RoleRecord, RoleCreateInput, RoleUpdatePatch } from './resources/roles';
|
|
25
|
+
export type { RuntimeStreamEvent, ConversationTurnCreatedEvent, ConversationTurnCreatedData, ConversationTurnCreatedPayload, GenericStreamEvent, EventStreamHandle, EventStreamHandlers, EventStreamOptions, EventIterateOptions, } from './types/events-stream';
|
|
26
|
+
export { isConversationTurnCreatedEvent } from './types/events-stream';
|
|
27
|
+
export type { McpJsonRpcRequest, McpJsonRpcResponse, McpJsonRpcSuccess, McpJsonRpcError, } from './types/mcp';
|
|
28
|
+
export type { RoleAssignRequest, EventRecord, EventListResponse, EventSubscriptionInput, EventSubscription, EventSubscriptionResponse, EventSubscriptionListResponse, EventSubscriptionDeactivateResponse, FlowCallbackResponse, ErrorBody, } from './types/platform';
|
|
29
|
+
export type { HealthResponse, MetricsResponse, ApiKeyCreateRequest, ApiKeyCreateResponse, ApiKeyListItem, ApiKeyListResponse, ApiKeyDeleteResponse, } from './types/system';
|
|
30
|
+
export type { ImportExecutionMode, BulkImportItem, BulkImportRequest, BulkImportItemResult, BulkImportResponse, SnapshotImportFile, SnapshotImportRequest, SnapshotImportResponse, } from './types/imports';
|
|
31
|
+
export type { ConversationSessionStatus, ConversationSessionSummary, ConversationTurnRecord, ConversationActionRecord, ConversationSessionDetail, ConversationSessionListParams, ConversationSessionListResponse, ConversationSessionDetailResponse, ConversationSessionActionsResponse, } from './types/conversation-sessions';
|
|
32
|
+
export type { Trace, TraceEvent, TraceEventError, TraceOutcome, TraceStage, TraceSummary, TraceUserRef, TraceListParams, TraceListResponse, } from './types/traces';
|
|
33
|
+
export type { AuditRowLogName, BindingViolationAuditRow, TopicRefusalAuditRow, AuditListParamsBase, BindingViolationAuditListParams, TopicRefusalAuditListParams, AuditListResponse, } from './types/audit';
|
|
34
|
+
export type { Receipt, ReceiptSignal, ReceiptProof, RefusalReceipt, BindingReceipt, ValidationReceipt, ReceiptListParams, ReceiptListResponse, } from './types/receipt';
|
|
35
|
+
export type { SpecSection, ChangeKind, ImpactClass, ReviewerRole, SpecHashes, SpecChange, ImpactSummary, SpecDiff, SpecApplyMode, SpecFiles, SpecPublishRequest, SpecPublishResponse, StrippedGrant, SpecDiffRequest, SpecApplyGating, SpecApplyRequest, SpecApplyResponse, SpecSnapshotV1Response, SpecDryRunStatus, SpecDryRunOutcome, SpecDryRunUnknownCause, SpecDryRunReplayWindow, SpecDryRunFilter, SpecDryRunSubmitRequest, SpecDryRunSubmitResponse, SpecDryRunChangeBreakdown, SpecDryRunUnknown, SpecDryRunAffectedUser, SpecDryRunOperationalImplications, SpecDryRunReport, SpecDryRunJobProgress, SpecDryRunJobFailure, SpecDryRunJob, } from './types/contracts';
|
|
36
|
+
export type { FetchClientOptions, TokenInput } from './_internal/fetch-client';
|
|
37
|
+
export type { Interceptors, RequestInterceptorContext, ResponseInterceptorContext, ErrorInterceptorContext, } from './_internal/interceptors';
|
|
38
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.isConversationTurnCreatedEvent = exports.CONTRACT_SECTION_NAMES = exports.ChannelsResource = exports.ZarelTimeoutError = exports.ZarelAuthError = exports.ZarelAPIError = exports.ZarelError = exports.ContractAgentRoots = exports.ContractNamespace = exports.RuntimeNamespace = exports.Zarel = void 0;
|
|
4
|
+
// ── Main client ─────────────────────────────────────────────────────────
|
|
5
|
+
var client_1 = require("./client");
|
|
6
|
+
Object.defineProperty(exports, "Zarel", { enumerable: true, get: function () { return client_1.Zarel; } });
|
|
7
|
+
// ── Spec-050 plane namespaces (for advanced consumer typing) ────────────
|
|
8
|
+
var runtime_1 = require("./runtime");
|
|
9
|
+
Object.defineProperty(exports, "RuntimeNamespace", { enumerable: true, get: function () { return runtime_1.RuntimeNamespace; } });
|
|
10
|
+
var contract_1 = require("./contract");
|
|
11
|
+
Object.defineProperty(exports, "ContractNamespace", { enumerable: true, get: function () { return contract_1.ContractNamespace; } });
|
|
12
|
+
var roots_1 = require("./contract/roots");
|
|
13
|
+
Object.defineProperty(exports, "ContractAgentRoots", { enumerable: true, get: function () { return roots_1.ContractAgentRoots; } });
|
|
14
|
+
// ── Errors ──────────────────────────────────────────────────────────────
|
|
15
|
+
var errors_1 = require("./errors");
|
|
16
|
+
Object.defineProperty(exports, "ZarelError", { enumerable: true, get: function () { return errors_1.ZarelError; } });
|
|
17
|
+
Object.defineProperty(exports, "ZarelAPIError", { enumerable: true, get: function () { return errors_1.ZarelAPIError; } });
|
|
18
|
+
Object.defineProperty(exports, "ZarelAuthError", { enumerable: true, get: function () { return errors_1.ZarelAuthError; } });
|
|
19
|
+
Object.defineProperty(exports, "ZarelTimeoutError", { enumerable: true, get: function () { return errors_1.ZarelTimeoutError; } });
|
|
20
|
+
// ADR-0133 §B.4 — channel-ops DTOs + resource.
|
|
21
|
+
var channels_1 = require("./resources/channels");
|
|
22
|
+
Object.defineProperty(exports, "ChannelsResource", { enumerable: true, get: function () { return channels_1.ChannelsResource; } });
|
|
23
|
+
var tools_1 = require("./types/tools");
|
|
24
|
+
Object.defineProperty(exports, "CONTRACT_SECTION_NAMES", { enumerable: true, get: function () { return tools_1.CONTRACT_SECTION_NAMES; } });
|
|
25
|
+
var events_stream_1 = require("./types/events-stream");
|
|
26
|
+
Object.defineProperty(exports, "isConversationTurnCreatedEvent", { enumerable: true, get: function () { return events_stream_1.isConversationTurnCreatedEvent; } });
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2EAA2E;AAC3E,mCAAiC;AAAxB,+FAAA,KAAK,OAAA;AAGd,2EAA2E;AAC3E,qCAA6C;AAApC,2GAAA,gBAAgB,OAAA;AACzB,uCAA+C;AAAtC,6GAAA,iBAAiB,OAAA;AAC1B,0CAAsD;AAA7C,2GAAA,kBAAkB,OAAA;AAE3B,2EAA2E;AAC3E,mCAAwF;AAA/E,oGAAA,UAAU,OAAA;AAAE,uGAAA,aAAa,OAAA;AAAE,wGAAA,cAAc,OAAA;AAAE,2GAAA,iBAAiB,OAAA;AAcrE,+CAA+C;AAC/C,iDAAwD;AAA/C,4GAAA,gBAAgB,OAAA;AAwCzB,uCAAuD;AAA9C,+GAAA,sBAAsB,OAAA;AAgF/B,uDAAuE;AAA9D,+HAAA,8BAA8B,OAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { FetchClient } from '../_internal/fetch-client';
|
|
2
|
+
import type { ActionDispatchParams, ActionDispatchSuccessResponse } from '../types/actions';
|
|
3
|
+
import type { ConfirmationRetryOptions } from '../types/confirmation';
|
|
4
|
+
export type { ActionDispatchParams, ActionDispatchSuccessResponse };
|
|
5
|
+
/**
|
|
6
|
+
* Dispatch surface for YAML-declared `action.<name>` intents (ADR-0085).
|
|
7
|
+
*
|
|
8
|
+
* Backs the `POST /runtime/actions/:name` route. The handler delegates to the
|
|
9
|
+
* cognitive-engine action-intent-handler, which synthesizes the underlying
|
|
10
|
+
* `EntityIntent` and runs authorization + validation + state-machine + side
|
|
11
|
+
* effects through the existing entity-intent path.
|
|
12
|
+
*
|
|
13
|
+
* Errors surface as `ZarelAPIError` with `code` set to one of:
|
|
14
|
+
* `unknown_action` (404) — action name not in tenant contract
|
|
15
|
+
* `action_unauthorized` (403) — user lacks underlying (entity, verb) capability
|
|
16
|
+
* `precondition_failed` (422) — YAML preconditions evaluated false
|
|
17
|
+
* `validation_error` (400) — payload schema mismatch
|
|
18
|
+
* `confirmation_required` (409) — a `confirm` guard paused the write; the
|
|
19
|
+
* error carries `confirmation` (ADR-0127 US3)
|
|
20
|
+
*/
|
|
21
|
+
export declare class ActionsResource {
|
|
22
|
+
private readonly client;
|
|
23
|
+
constructor(client: FetchClient);
|
|
24
|
+
/**
|
|
25
|
+
* Dispatch an action. On `409 confirmation_required` the thrown
|
|
26
|
+
* `ZarelAPIError` carries `.confirmation`; show the human EVERY
|
|
27
|
+
* `guards[].prompt` and call this again with the SAME `params` plus
|
|
28
|
+
* `{ confirmationToken: challenge.token }`. The token binds the request as
|
|
29
|
+
* submitted, so an edited retry is a different write and is challenged anew.
|
|
30
|
+
*/
|
|
31
|
+
dispatch(actionName: string, params?: ActionDispatchParams, options?: ConfirmationRetryOptions): Promise<ActionDispatchSuccessResponse>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/resources/actions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AAC5F,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,YAAY,EAAE,oBAAoB,EAAE,6BAA6B,EAAE,CAAC;AAEpE;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,eAAe;IACZ,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,WAAW;IAEhD;;;;;;OAMG;IACG,QAAQ,CACV,UAAU,EAAE,MAAM,EAClB,MAAM,CAAC,EAAE,oBAAoB,EAC7B,OAAO,CAAC,EAAE,wBAAwB,GACnC,OAAO,CAAC,6BAA6B,CAAC;CAkB5C"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionsResource = void 0;
|
|
4
|
+
const confirmation_1 = require("../_internal/confirmation");
|
|
5
|
+
/**
|
|
6
|
+
* Dispatch surface for YAML-declared `action.<name>` intents (ADR-0085).
|
|
7
|
+
*
|
|
8
|
+
* Backs the `POST /runtime/actions/:name` route. The handler delegates to the
|
|
9
|
+
* cognitive-engine action-intent-handler, which synthesizes the underlying
|
|
10
|
+
* `EntityIntent` and runs authorization + validation + state-machine + side
|
|
11
|
+
* effects through the existing entity-intent path.
|
|
12
|
+
*
|
|
13
|
+
* Errors surface as `ZarelAPIError` with `code` set to one of:
|
|
14
|
+
* `unknown_action` (404) — action name not in tenant contract
|
|
15
|
+
* `action_unauthorized` (403) — user lacks underlying (entity, verb) capability
|
|
16
|
+
* `precondition_failed` (422) — YAML preconditions evaluated false
|
|
17
|
+
* `validation_error` (400) — payload schema mismatch
|
|
18
|
+
* `confirmation_required` (409) — a `confirm` guard paused the write; the
|
|
19
|
+
* error carries `confirmation` (ADR-0127 US3)
|
|
20
|
+
*/
|
|
21
|
+
class ActionsResource {
|
|
22
|
+
client;
|
|
23
|
+
constructor(client) {
|
|
24
|
+
this.client = client;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Dispatch an action. On `409 confirmation_required` the thrown
|
|
28
|
+
* `ZarelAPIError` carries `.confirmation`; show the human EVERY
|
|
29
|
+
* `guards[].prompt` and call this again with the SAME `params` plus
|
|
30
|
+
* `{ confirmationToken: challenge.token }`. The token binds the request as
|
|
31
|
+
* submitted, so an edited retry is a different write and is challenged anew.
|
|
32
|
+
*/
|
|
33
|
+
async dispatch(actionName, params, options) {
|
|
34
|
+
const body = {};
|
|
35
|
+
if (params?.record_id !== undefined)
|
|
36
|
+
body.record_id = params.record_id;
|
|
37
|
+
// ADR-0127: `notes` is dropped from the OpenAPI + ignored by the runtime;
|
|
38
|
+
// still forwarded for the react confirm dialog pending its US3 migration.
|
|
39
|
+
if (params?.notes !== undefined)
|
|
40
|
+
body.notes = params.notes;
|
|
41
|
+
if (params?.payload !== undefined)
|
|
42
|
+
body.payload = params.payload;
|
|
43
|
+
if (params?.idempotency_key !== undefined)
|
|
44
|
+
body.idempotency_key = params.idempotency_key;
|
|
45
|
+
// The dispatch response carries `resolved_via_action` ALONGSIDE the
|
|
46
|
+
// {success,data} envelope, so opt out of the transport unwrap (G1) and
|
|
47
|
+
// return the full envelope body as ActionDispatchSuccessResponse.
|
|
48
|
+
return this.client.post(`/runtime/actions/${encodeURIComponent(actionName)}`, body, { operationId: 'dispatchAction', headers: (0, confirmation_1.confirmationHeaders)(options?.confirmationToken) });
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ActionsResource = ActionsResource;
|
|
52
|
+
//# sourceMappingURL=actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../src/resources/actions.ts"],"names":[],"mappings":";;;AACA,4DAAgE;AAMhE;;;;;;;;;;;;;;;GAeG;AACH,MAAa,eAAe;IACK;IAA7B,YAA6B,MAAmB;QAAnB,WAAM,GAAN,MAAM,CAAa;IAAG,CAAC;IAEpD;;;;;;OAMG;IACH,KAAK,CAAC,QAAQ,CACV,UAAkB,EAClB,MAA6B,EAC7B,OAAkC;QAElC,MAAM,IAAI,GAA4B,EAAE,CAAC;QACzC,IAAI,MAAM,EAAE,SAAS,KAAK,SAAS;YAAE,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;QACvE,0EAA0E;QAC1E,0EAA0E;QAC1E,IAAI,MAAM,EAAE,KAAK,KAAK,SAAS;YAAE,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC3D,IAAI,MAAM,EAAE,OAAO,KAAK,SAAS;YAAE,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;QACjE,IAAI,MAAM,EAAE,eAAe,KAAK,SAAS;YAAE,IAAI,CAAC,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;QAEzF,oEAAoE;QACpE,uEAAuE;QACvE,kEAAkE;QAClE,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CACnB,oBAAoB,kBAAkB,CAAC,UAAU,CAAC,EAAE,EACpD,IAAI,EACJ,EAAE,WAAW,EAAE,gBAAgB,EAAE,OAAO,EAAE,IAAA,kCAAmB,EAAC,OAAO,EAAE,iBAAiB,CAAC,EAAE,CAC9F,CAAC;IACN,CAAC;CACJ;AAhCD,0CAgCC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { FetchClient } from '../_internal/fetch-client';
|
|
2
|
+
import { PagePromise } from '../_internal/pagination';
|
|
3
|
+
import type { BindingViolationAuditRow, TopicRefusalAuditRow, BindingViolationAuditListParams, TopicRefusalAuditListParams, AuditListResponse } from '../types/audit';
|
|
4
|
+
/** The event logs that carry an audit hash-chain (ADR-0108). */
|
|
5
|
+
export type AuditLogName = 'state_machine' | 'flows';
|
|
6
|
+
/**
|
|
7
|
+
* Optional inclusive `seq` range to bound the exported chain (ADR-0108
|
|
8
|
+
* follow-up). Use it to narrow a large log — a request whose selected range
|
|
9
|
+
* exceeds the server's per-bundle event cap is refused with HTTP 413.
|
|
10
|
+
*/
|
|
11
|
+
export interface AuditEvidenceRange {
|
|
12
|
+
readonly from?: number;
|
|
13
|
+
readonly to?: number;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Audit tamper-evidence resource (ADR-0108).
|
|
17
|
+
*
|
|
18
|
+
* client.audit.evidence(log) → GET /runtime/audit/{log}/evidence
|
|
19
|
+
* client.audit.evidence(log, {from,to}) → …?from=&to= (bounded slice)
|
|
20
|
+
*
|
|
21
|
+
* Downloads a signed evidence bundle (the event hash-chain + covering signed
|
|
22
|
+
* checkpoints + any external RFC 3161 TSA anchors over them, ADR-0115, + a signed
|
|
23
|
+
* manifest) for offline verification with `zarel verify`. Mirrors
|
|
24
|
+
* `traces.bundle()` — the body is a binary `application/gzip` stream, so it
|
|
25
|
+
* returns a generic `ArrayBuffer` the caller writes to disk. The anchors ride
|
|
26
|
+
* INSIDE the bundle: no SDK-call change — verify them offline with `--tsa-roots`.
|
|
27
|
+
*/
|
|
28
|
+
export declare class AuditResource {
|
|
29
|
+
private readonly client;
|
|
30
|
+
constructor(client: FetchClient);
|
|
31
|
+
/**
|
|
32
|
+
* List rows of a privacy-preserving audit row-table (GTM Phase 0 M1):
|
|
33
|
+
*
|
|
34
|
+
* client.runtime.audit.list('binding_violations', { entity }) → GET /runtime/audit/binding_violations?…
|
|
35
|
+
* client.runtime.audit.list('topic_refusals', { category }) → GET /runtime/audit/topic_refusals?…
|
|
36
|
+
*
|
|
37
|
+
* Returns a {@link PagePromise}: `await` it for the first page
|
|
38
|
+
* (`{ items, next_cursor }`), or `for await (… of …)` to auto-paginate over
|
|
39
|
+
* every row following `next_cursor` to exhaustion. Rows carry only the
|
|
40
|
+
* SHA-256 hash + PII-masked value — never the raw offending value. Gated by
|
|
41
|
+
* the `view_traces` runtime-system action; an unauthorized actor or an
|
|
42
|
+
* unknown log gets an opaque 404.
|
|
43
|
+
*/
|
|
44
|
+
list(log: 'binding_violations', params?: BindingViolationAuditListParams, options?: {
|
|
45
|
+
signal?: AbortSignal;
|
|
46
|
+
}): PagePromise<AuditListResponse<BindingViolationAuditRow>, BindingViolationAuditRow>;
|
|
47
|
+
list(log: 'topic_refusals', params?: TopicRefusalAuditListParams, options?: {
|
|
48
|
+
signal?: AbortSignal;
|
|
49
|
+
}): PagePromise<AuditListResponse<TopicRefusalAuditRow>, TopicRefusalAuditRow>;
|
|
50
|
+
evidence(log: AuditLogName, range?: AuditEvidenceRange): Promise<ArrayBuffer>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=audit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"audit.d.ts","sourceRoot":"","sources":["../../src/resources/audit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAgC,MAAM,yBAAyB,CAAC;AACpF,OAAO,KAAK,EAER,wBAAwB,EACxB,oBAAoB,EACpB,+BAA+B,EAC/B,2BAA2B,EAC3B,iBAAiB,EACpB,MAAM,gBAAgB,CAAC;AAExB,gEAAgE;AAChE,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,OAAO,CAAC;AAKrD;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,aAAa;IACH,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,WAAW;IAEvD;;;;;;;;;;;;OAYG;IACI,IAAI,CACP,GAAG,EAAE,oBAAoB,EACzB,MAAM,CAAC,EAAE,+BAA+B,EACxC,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,WAAW,CAAA;KAAE,GACnC,WAAW,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IAC9E,IAAI,CACP,GAAG,EAAE,gBAAgB,EACrB,MAAM,CAAC,EAAE,2BAA2B,EACpC,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,WAAW,CAAA;KAAE,GACnC,WAAW,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAuChE,QAAQ,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC;CAwB7F"}
|