@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.
Files changed (375) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +412 -0
  3. package/dist/_internal/auth-headers.d.ts +19 -0
  4. package/dist/_internal/auth-headers.d.ts.map +1 -0
  5. package/dist/_internal/auth-headers.js +30 -0
  6. package/dist/_internal/auth-headers.js.map +1 -0
  7. package/dist/_internal/confirmation.d.ts +24 -0
  8. package/dist/_internal/confirmation.d.ts.map +1 -0
  9. package/dist/_internal/confirmation.js +54 -0
  10. package/dist/_internal/confirmation.js.map +1 -0
  11. package/dist/_internal/event-iterator.d.ts +18 -0
  12. package/dist/_internal/event-iterator.d.ts.map +1 -0
  13. package/dist/_internal/event-iterator.js +151 -0
  14. package/dist/_internal/event-iterator.js.map +1 -0
  15. package/dist/_internal/fetch-client.d.ts +141 -0
  16. package/dist/_internal/fetch-client.d.ts.map +1 -0
  17. package/dist/_internal/fetch-client.js +471 -0
  18. package/dist/_internal/fetch-client.js.map +1 -0
  19. package/dist/_internal/interceptors.d.ts +40 -0
  20. package/dist/_internal/interceptors.d.ts.map +1 -0
  21. package/dist/_internal/interceptors.js +28 -0
  22. package/dist/_internal/interceptors.js.map +1 -0
  23. package/dist/_internal/mcp.d.ts +11 -0
  24. package/dist/_internal/mcp.d.ts.map +1 -0
  25. package/dist/_internal/mcp.js +79 -0
  26. package/dist/_internal/mcp.js.map +1 -0
  27. package/dist/_internal/pagination.d.ts +71 -0
  28. package/dist/_internal/pagination.d.ts.map +1 -0
  29. package/dist/_internal/pagination.js +130 -0
  30. package/dist/_internal/pagination.js.map +1 -0
  31. package/dist/_internal/require-token.d.ts +17 -0
  32. package/dist/_internal/require-token.d.ts.map +1 -0
  33. package/dist/_internal/require-token.js +25 -0
  34. package/dist/_internal/require-token.js.map +1 -0
  35. package/dist/_internal/retry-after.d.ts +2 -0
  36. package/dist/_internal/retry-after.d.ts.map +1 -0
  37. package/dist/_internal/retry-after.js +34 -0
  38. package/dist/_internal/retry-after.js.map +1 -0
  39. package/dist/_internal/sse-client.d.ts +43 -0
  40. package/dist/_internal/sse-client.d.ts.map +1 -0
  41. package/dist/_internal/sse-client.js +250 -0
  42. package/dist/_internal/sse-client.js.map +1 -0
  43. package/dist/_internal/version.d.ts +5 -0
  44. package/dist/_internal/version.d.ts.map +1 -0
  45. package/dist/_internal/version.js +12 -0
  46. package/dist/_internal/version.js.map +1 -0
  47. package/dist/client.d.ts +74 -0
  48. package/dist/client.d.ts.map +1 -0
  49. package/dist/client.js +86 -0
  50. package/dist/client.js.map +1 -0
  51. package/dist/contract/_singleton.d.ts +18 -0
  52. package/dist/contract/_singleton.d.ts.map +1 -0
  53. package/dist/contract/_singleton.js +27 -0
  54. package/dist/contract/_singleton.js.map +1 -0
  55. package/dist/contract/actions.d.ts +18 -0
  56. package/dist/contract/actions.d.ts.map +1 -0
  57. package/dist/contract/actions.js +36 -0
  58. package/dist/contract/actions.js.map +1 -0
  59. package/dist/contract/assistant.d.ts +65 -0
  60. package/dist/contract/assistant.d.ts.map +1 -0
  61. package/dist/contract/assistant.js +44 -0
  62. package/dist/contract/assistant.js.map +1 -0
  63. package/dist/contract/batch.d.ts +27 -0
  64. package/dist/contract/batch.d.ts.map +1 -0
  65. package/dist/contract/batch.js +20 -0
  66. package/dist/contract/batch.js.map +1 -0
  67. package/dist/contract/capabilities.d.ts +21 -0
  68. package/dist/contract/capabilities.d.ts.map +1 -0
  69. package/dist/contract/capabilities.js +31 -0
  70. package/dist/contract/capabilities.js.map +1 -0
  71. package/dist/contract/constraints.d.ts +21 -0
  72. package/dist/contract/constraints.d.ts.map +1 -0
  73. package/dist/contract/constraints.js +31 -0
  74. package/dist/contract/constraints.js.map +1 -0
  75. package/dist/contract/events.d.ts +33 -0
  76. package/dist/contract/events.d.ts.map +1 -0
  77. package/dist/contract/events.js +56 -0
  78. package/dist/contract/events.js.map +1 -0
  79. package/dist/contract/flows.d.ts +44 -0
  80. package/dist/contract/flows.d.ts.map +1 -0
  81. package/dist/contract/flows.js +109 -0
  82. package/dist/contract/flows.js.map +1 -0
  83. package/dist/contract/governance.d.ts +6 -0
  84. package/dist/contract/governance.d.ts.map +1 -0
  85. package/dist/contract/governance.js +17 -0
  86. package/dist/contract/governance.js.map +1 -0
  87. package/dist/contract/index.d.ts +137 -0
  88. package/dist/contract/index.d.ts.map +1 -0
  89. package/dist/contract/index.js +177 -0
  90. package/dist/contract/index.js.map +1 -0
  91. package/dist/contract/metadata.d.ts +26 -0
  92. package/dist/contract/metadata.d.ts.map +1 -0
  93. package/dist/contract/metadata.js +25 -0
  94. package/dist/contract/metadata.js.map +1 -0
  95. package/dist/contract/process-model.d.ts +31 -0
  96. package/dist/contract/process-model.d.ts.map +1 -0
  97. package/dist/contract/process-model.js +51 -0
  98. package/dist/contract/process-model.js.map +1 -0
  99. package/dist/contract/roots/channels.d.ts +27 -0
  100. package/dist/contract/roots/channels.d.ts.map +1 -0
  101. package/dist/contract/roots/channels.js +53 -0
  102. package/dist/contract/roots/channels.js.map +1 -0
  103. package/dist/contract/roots/events.d.ts +7 -0
  104. package/dist/contract/roots/events.d.ts.map +1 -0
  105. package/dist/contract/roots/events.js +19 -0
  106. package/dist/contract/roots/events.js.map +1 -0
  107. package/dist/contract/roots/index.d.ts +15 -0
  108. package/dist/contract/roots/index.d.ts.map +1 -0
  109. package/dist/contract/roots/index.js +38 -0
  110. package/dist/contract/roots/index.js.map +1 -0
  111. package/dist/contract/roots/mcp-servers.d.ts +46 -0
  112. package/dist/contract/roots/mcp-servers.d.ts.map +1 -0
  113. package/dist/contract/roots/mcp-servers.js +68 -0
  114. package/dist/contract/roots/mcp-servers.js.map +1 -0
  115. package/dist/contract/roots/profiles.d.ts +18 -0
  116. package/dist/contract/roots/profiles.d.ts.map +1 -0
  117. package/dist/contract/roots/profiles.js +31 -0
  118. package/dist/contract/roots/profiles.js.map +1 -0
  119. package/dist/contract/roots/timezone.d.ts +10 -0
  120. package/dist/contract/roots/timezone.d.ts.map +1 -0
  121. package/dist/contract/roots/timezone.js +19 -0
  122. package/dist/contract/roots/timezone.js.map +1 -0
  123. package/dist/contract/roots/treatment.d.ts +11 -0
  124. package/dist/contract/roots/treatment.d.ts.map +1 -0
  125. package/dist/contract/roots/treatment.js +37 -0
  126. package/dist/contract/roots/treatment.js.map +1 -0
  127. package/dist/contract/roots/vocabulary.d.ts +18 -0
  128. package/dist/contract/roots/vocabulary.d.ts.map +1 -0
  129. package/dist/contract/roots/vocabulary.js +31 -0
  130. package/dist/contract/roots/vocabulary.js.map +1 -0
  131. package/dist/contract/schemas.d.ts +18 -0
  132. package/dist/contract/schemas.d.ts.map +1 -0
  133. package/dist/contract/schemas.js +31 -0
  134. package/dist/contract/schemas.js.map +1 -0
  135. package/dist/contract/skills.d.ts +20 -0
  136. package/dist/contract/skills.d.ts.map +1 -0
  137. package/dist/contract/skills.js +36 -0
  138. package/dist/contract/skills.js.map +1 -0
  139. package/dist/errors.d.ts +65 -0
  140. package/dist/errors.d.ts.map +1 -0
  141. package/dist/errors.js +80 -0
  142. package/dist/errors.js.map +1 -0
  143. package/dist/generated/contract.d.ts +7688 -0
  144. package/dist/generated/contract.d.ts.map +1 -0
  145. package/dist/generated/contract.js +7 -0
  146. package/dist/generated/contract.js.map +1 -0
  147. package/dist/generated/index.d.ts +41 -0
  148. package/dist/generated/index.d.ts.map +1 -0
  149. package/dist/generated/index.js +3 -0
  150. package/dist/generated/index.js.map +1 -0
  151. package/dist/generated/runtime.d.ts +4020 -0
  152. package/dist/generated/runtime.d.ts.map +1 -0
  153. package/dist/generated/runtime.js +7 -0
  154. package/dist/generated/runtime.js.map +1 -0
  155. package/dist/generated/unwrap-map.d.ts +989 -0
  156. package/dist/generated/unwrap-map.d.ts.map +1 -0
  157. package/dist/generated/unwrap-map.js +344 -0
  158. package/dist/generated/unwrap-map.js.map +1 -0
  159. package/dist/index.d.ts +38 -0
  160. package/dist/index.d.ts.map +1 -0
  161. package/dist/index.js +27 -0
  162. package/dist/index.js.map +1 -0
  163. package/dist/resources/actions.d.ts +33 -0
  164. package/dist/resources/actions.d.ts.map +1 -0
  165. package/dist/resources/actions.js +52 -0
  166. package/dist/resources/actions.js.map +1 -0
  167. package/dist/resources/audit.d.ts +52 -0
  168. package/dist/resources/audit.d.ts.map +1 -0
  169. package/dist/resources/audit.js +86 -0
  170. package/dist/resources/audit.js.map +1 -0
  171. package/dist/resources/authorization-ceiling.d.ts +25 -0
  172. package/dist/resources/authorization-ceiling.d.ts.map +1 -0
  173. package/dist/resources/authorization-ceiling.js +26 -0
  174. package/dist/resources/authorization-ceiling.js.map +1 -0
  175. package/dist/resources/authorization-operation-ids.d.ts +15 -0
  176. package/dist/resources/authorization-operation-ids.d.ts.map +1 -0
  177. package/dist/resources/authorization-operation-ids.js +31 -0
  178. package/dist/resources/authorization-operation-ids.js.map +1 -0
  179. package/dist/resources/authorization.d.ts +60 -0
  180. package/dist/resources/authorization.d.ts.map +1 -0
  181. package/dist/resources/authorization.js +51 -0
  182. package/dist/resources/authorization.js.map +1 -0
  183. package/dist/resources/authorizations.d.ts +38 -0
  184. package/dist/resources/authorizations.d.ts.map +1 -0
  185. package/dist/resources/authorizations.js +19 -0
  186. package/dist/resources/authorizations.js.map +1 -0
  187. package/dist/resources/channels.d.ts +36 -0
  188. package/dist/resources/channels.d.ts.map +1 -0
  189. package/dist/resources/channels.js +61 -0
  190. package/dist/resources/channels.js.map +1 -0
  191. package/dist/resources/contracts.d.ts +46 -0
  192. package/dist/resources/contracts.d.ts.map +1 -0
  193. package/dist/resources/contracts.js +86 -0
  194. package/dist/resources/contracts.js.map +1 -0
  195. package/dist/resources/conversation-sessions.d.ts +62 -0
  196. package/dist/resources/conversation-sessions.d.ts.map +1 -0
  197. package/dist/resources/conversation-sessions.js +48 -0
  198. package/dist/resources/conversation-sessions.js.map +1 -0
  199. package/dist/resources/conversation.d.ts +48 -0
  200. package/dist/resources/conversation.d.ts.map +1 -0
  201. package/dist/resources/conversation.js +104 -0
  202. package/dist/resources/conversation.js.map +1 -0
  203. package/dist/resources/embedding-credentials.d.ts +60 -0
  204. package/dist/resources/embedding-credentials.d.ts.map +1 -0
  205. package/dist/resources/embedding-credentials.js +53 -0
  206. package/dist/resources/embedding-credentials.js.map +1 -0
  207. package/dist/resources/entities.d.ts +66 -0
  208. package/dist/resources/entities.d.ts.map +1 -0
  209. package/dist/resources/entities.js +106 -0
  210. package/dist/resources/entities.js.map +1 -0
  211. package/dist/resources/events.d.ts +45 -0
  212. package/dist/resources/events.d.ts.map +1 -0
  213. package/dist/resources/events.js +71 -0
  214. package/dist/resources/events.js.map +1 -0
  215. package/dist/resources/flows.d.ts +45 -0
  216. package/dist/resources/flows.d.ts.map +1 -0
  217. package/dist/resources/flows.js +82 -0
  218. package/dist/resources/flows.js.map +1 -0
  219. package/dist/resources/imports.d.ts +8 -0
  220. package/dist/resources/imports.d.ts.map +1 -0
  221. package/dist/resources/imports.js +14 -0
  222. package/dist/resources/imports.js.map +1 -0
  223. package/dist/resources/index.d.ts +24 -0
  224. package/dist/resources/index.d.ts.map +1 -0
  225. package/dist/resources/index.js +41 -0
  226. package/dist/resources/index.js.map +1 -0
  227. package/dist/resources/llm-credentials.d.ts +47 -0
  228. package/dist/resources/llm-credentials.d.ts.map +1 -0
  229. package/dist/resources/llm-credentials.js +46 -0
  230. package/dist/resources/llm-credentials.js.map +1 -0
  231. package/dist/resources/llm-services.d.ts +46 -0
  232. package/dist/resources/llm-services.d.ts.map +1 -0
  233. package/dist/resources/llm-services.js +41 -0
  234. package/dist/resources/llm-services.js.map +1 -0
  235. package/dist/resources/mcp.d.ts +8 -0
  236. package/dist/resources/mcp.d.ts.map +1 -0
  237. package/dist/resources/mcp.js +25 -0
  238. package/dist/resources/mcp.js.map +1 -0
  239. package/dist/resources/receipts.d.ts +25 -0
  240. package/dist/resources/receipts.d.ts.map +1 -0
  241. package/dist/resources/receipts.js +54 -0
  242. package/dist/resources/receipts.js.map +1 -0
  243. package/dist/resources/records.d.ts +51 -0
  244. package/dist/resources/records.d.ts.map +1 -0
  245. package/dist/resources/records.js +103 -0
  246. package/dist/resources/records.js.map +1 -0
  247. package/dist/resources/role-assignments.d.ts +27 -0
  248. package/dist/resources/role-assignments.d.ts.map +1 -0
  249. package/dist/resources/role-assignments.js +40 -0
  250. package/dist/resources/role-assignments.js.map +1 -0
  251. package/dist/resources/roles.d.ts +39 -0
  252. package/dist/resources/roles.d.ts.map +1 -0
  253. package/dist/resources/roles.js +42 -0
  254. package/dist/resources/roles.js.map +1 -0
  255. package/dist/resources/runtime-entities.d.ts +23 -0
  256. package/dist/resources/runtime-entities.d.ts.map +1 -0
  257. package/dist/resources/runtime-entities.js +29 -0
  258. package/dist/resources/runtime-entities.js.map +1 -0
  259. package/dist/resources/state-machine.d.ts +45 -0
  260. package/dist/resources/state-machine.d.ts.map +1 -0
  261. package/dist/resources/state-machine.js +86 -0
  262. package/dist/resources/state-machine.js.map +1 -0
  263. package/dist/resources/system.d.ts +12 -0
  264. package/dist/resources/system.d.ts.map +1 -0
  265. package/dist/resources/system.js +26 -0
  266. package/dist/resources/system.js.map +1 -0
  267. package/dist/resources/tools.d.ts +22 -0
  268. package/dist/resources/tools.d.ts.map +1 -0
  269. package/dist/resources/tools.js +33 -0
  270. package/dist/resources/tools.js.map +1 -0
  271. package/dist/resources/traces.d.ts +65 -0
  272. package/dist/resources/traces.d.ts.map +1 -0
  273. package/dist/resources/traces.js +97 -0
  274. package/dist/resources/traces.js.map +1 -0
  275. package/dist/runtime/index.d.ts +128 -0
  276. package/dist/runtime/index.d.ts.map +1 -0
  277. package/dist/runtime/index.js +210 -0
  278. package/dist/runtime/index.js.map +1 -0
  279. package/dist/types/actions.d.ts +32 -0
  280. package/dist/types/actions.d.ts.map +1 -0
  281. package/dist/types/actions.js +9 -0
  282. package/dist/types/actions.js.map +1 -0
  283. package/dist/types/audit.d.ts +65 -0
  284. package/dist/types/audit.d.ts.map +1 -0
  285. package/dist/types/audit.js +14 -0
  286. package/dist/types/audit.js.map +1 -0
  287. package/dist/types/channels.d.ts +37 -0
  288. package/dist/types/channels.d.ts.map +1 -0
  289. package/dist/types/channels.js +6 -0
  290. package/dist/types/channels.js.map +1 -0
  291. package/dist/types/confirmation.d.ts +53 -0
  292. package/dist/types/confirmation.d.ts.map +1 -0
  293. package/dist/types/confirmation.js +17 -0
  294. package/dist/types/confirmation.js.map +1 -0
  295. package/dist/types/contracts.d.ts +194 -0
  296. package/dist/types/contracts.d.ts.map +1 -0
  297. package/dist/types/contracts.js +10 -0
  298. package/dist/types/contracts.js.map +1 -0
  299. package/dist/types/conversation-sessions.d.ts +58 -0
  300. package/dist/types/conversation-sessions.d.ts.map +1 -0
  301. package/dist/types/conversation-sessions.js +6 -0
  302. package/dist/types/conversation-sessions.js.map +1 -0
  303. package/dist/types/conversation.d.ts +96 -0
  304. package/dist/types/conversation.d.ts.map +1 -0
  305. package/dist/types/conversation.js +3 -0
  306. package/dist/types/conversation.js.map +1 -0
  307. package/dist/types/entities.d.ts +22 -0
  308. package/dist/types/entities.d.ts.map +1 -0
  309. package/dist/types/entities.js +4 -0
  310. package/dist/types/entities.js.map +1 -0
  311. package/dist/types/events-stream.d.ts +82 -0
  312. package/dist/types/events-stream.d.ts.map +1 -0
  313. package/dist/types/events-stream.js +65 -0
  314. package/dist/types/events-stream.js.map +1 -0
  315. package/dist/types/flows-contract.d.ts +8 -0
  316. package/dist/types/flows-contract.d.ts.map +1 -0
  317. package/dist/types/flows-contract.js +7 -0
  318. package/dist/types/flows-contract.js.map +1 -0
  319. package/dist/types/flows.d.ts +66 -0
  320. package/dist/types/flows.d.ts.map +1 -0
  321. package/dist/types/flows.js +25 -0
  322. package/dist/types/flows.js.map +1 -0
  323. package/dist/types/imports.d.ts +57 -0
  324. package/dist/types/imports.d.ts.map +1 -0
  325. package/dist/types/imports.js +3 -0
  326. package/dist/types/imports.js.map +1 -0
  327. package/dist/types/index.d.ts +17 -0
  328. package/dist/types/index.d.ts.map +1 -0
  329. package/dist/types/index.js +3 -0
  330. package/dist/types/index.js.map +1 -0
  331. package/dist/types/locale.d.ts +24 -0
  332. package/dist/types/locale.d.ts.map +1 -0
  333. package/dist/types/locale.js +17 -0
  334. package/dist/types/locale.js.map +1 -0
  335. package/dist/types/mcp.d.ts +28 -0
  336. package/dist/types/mcp.d.ts.map +1 -0
  337. package/dist/types/mcp.js +12 -0
  338. package/dist/types/mcp.js.map +1 -0
  339. package/dist/types/platform.d.ts +51 -0
  340. package/dist/types/platform.d.ts.map +1 -0
  341. package/dist/types/platform.js +4 -0
  342. package/dist/types/platform.js.map +1 -0
  343. package/dist/types/receipt.d.ts +79 -0
  344. package/dist/types/receipt.d.ts.map +1 -0
  345. package/dist/types/receipt.js +15 -0
  346. package/dist/types/receipt.js.map +1 -0
  347. package/dist/types/records.d.ts +45 -0
  348. package/dist/types/records.d.ts.map +1 -0
  349. package/dist/types/records.js +4 -0
  350. package/dist/types/records.js.map +1 -0
  351. package/dist/types/spec.d.ts +6 -0
  352. package/dist/types/spec.d.ts.map +1 -0
  353. package/dist/types/spec.js +3 -0
  354. package/dist/types/spec.js.map +1 -0
  355. package/dist/types/state-machine.d.ts +100 -0
  356. package/dist/types/state-machine.d.ts.map +1 -0
  357. package/dist/types/state-machine.js +9 -0
  358. package/dist/types/state-machine.js.map +1 -0
  359. package/dist/types/system.d.ts +28 -0
  360. package/dist/types/system.d.ts.map +1 -0
  361. package/dist/types/system.js +3 -0
  362. package/dist/types/system.js.map +1 -0
  363. package/dist/types/tools.d.ts +188 -0
  364. package/dist/types/tools.d.ts.map +1 -0
  365. package/dist/types/tools.js +22 -0
  366. package/dist/types/tools.js.map +1 -0
  367. package/dist/types/traces.d.ts +77 -0
  368. package/dist/types/traces.d.ts.map +1 -0
  369. package/dist/types/traces.js +11 -0
  370. package/dist/types/traces.js.map +1 -0
  371. package/dist/types/workflows.d.ts +42 -0
  372. package/dist/types/workflows.d.ts.map +1 -0
  373. package/dist/types/workflows.js +11 -0
  374. package/dist/types/workflows.js.map +1 -0
  375. package/package.json +103 -0
@@ -0,0 +1,989 @@
1
+ export declare const RUNTIME_OPERATIONS: {
2
+ readonly bulkImportRuntimeRecords: {
3
+ readonly unwrap: true;
4
+ };
5
+ readonly clearConversationSession: {
6
+ readonly unwrap: true;
7
+ };
8
+ readonly createApiKey: {
9
+ readonly unwrap: false;
10
+ };
11
+ readonly createConversationSession: {
12
+ readonly unwrap: true;
13
+ };
14
+ readonly createEventSubscription: {
15
+ readonly unwrap: true;
16
+ };
17
+ readonly createRoleAssignment: {
18
+ readonly unwrap: true;
19
+ };
20
+ readonly createRuntimeRecord: {
21
+ readonly unwrap: true;
22
+ };
23
+ readonly createTransitionRequest: {
24
+ readonly unwrap: true;
25
+ };
26
+ readonly deactivateEventSubscription: {
27
+ readonly unwrap: true;
28
+ };
29
+ readonly deleteApiKey: {
30
+ readonly unwrap: false;
31
+ };
32
+ readonly deleteEmbeddingCredential: {
33
+ readonly unwrap: false;
34
+ };
35
+ readonly deleteLlmCredential: {
36
+ readonly unwrap: false;
37
+ };
38
+ readonly deleteRoleAssignment: {
39
+ readonly unwrap: true;
40
+ };
41
+ readonly deleteRuntimeRecord: {
42
+ readonly unwrap: true;
43
+ };
44
+ readonly dispatchAction: {
45
+ readonly unwrap: false;
46
+ };
47
+ readonly getAuditEvidenceBundle: {
48
+ readonly unwrap: false;
49
+ };
50
+ readonly getConversationAction: {
51
+ readonly unwrap: true;
52
+ };
53
+ readonly getConversationSession: {
54
+ readonly unwrap: true;
55
+ };
56
+ readonly getConversationTurn: {
57
+ readonly unwrap: true;
58
+ };
59
+ readonly getEmbeddingCredential: {
60
+ readonly unwrap: true;
61
+ };
62
+ readonly getEventDelivery: {
63
+ readonly unwrap: true;
64
+ };
65
+ readonly getEventSubscription: {
66
+ readonly unwrap: true;
67
+ };
68
+ readonly getFlowCallback: {
69
+ readonly unwrap: true;
70
+ };
71
+ readonly getFlowEvent: {
72
+ readonly unwrap: true;
73
+ };
74
+ readonly getFlowInstance: {
75
+ readonly unwrap: true;
76
+ };
77
+ readonly getHealth: {
78
+ readonly unwrap: true;
79
+ };
80
+ readonly getLlmCredential: {
81
+ readonly unwrap: true;
82
+ };
83
+ readonly getLlmService: {
84
+ readonly unwrap: true;
85
+ };
86
+ readonly getMetrics: {
87
+ readonly unwrap: true;
88
+ };
89
+ readonly getRuntimeRecord: {
90
+ readonly unwrap: true;
91
+ };
92
+ readonly getRuntimeRecordsCounter: {
93
+ readonly unwrap: true;
94
+ };
95
+ readonly getStateMachineEvent: {
96
+ readonly unwrap: true;
97
+ };
98
+ readonly getStateMachineInstance: {
99
+ readonly unwrap: true;
100
+ };
101
+ readonly getTrace: {
102
+ readonly unwrap: true;
103
+ };
104
+ readonly getTraceBundle: {
105
+ readonly unwrap: false;
106
+ };
107
+ readonly getTransitionRequest: {
108
+ readonly unwrap: true;
109
+ };
110
+ readonly getTrustKeysManifest: {
111
+ readonly unwrap: true;
112
+ };
113
+ readonly listApiKeys: {
114
+ readonly unwrap: false;
115
+ };
116
+ readonly listAuditLog: {
117
+ readonly unwrap: true;
118
+ };
119
+ readonly listConversationActions: {
120
+ readonly unwrap: true;
121
+ };
122
+ readonly listConversationSessions: {
123
+ readonly unwrap: true;
124
+ };
125
+ readonly listConversationTurns: {
126
+ readonly unwrap: true;
127
+ };
128
+ readonly listEmbeddingCredentials: {
129
+ readonly unwrap: true;
130
+ };
131
+ readonly listEventDeliveries: {
132
+ readonly unwrap: true;
133
+ };
134
+ readonly listEventSubscriptions: {
135
+ readonly unwrap: true;
136
+ };
137
+ readonly listFlowCallbacks: {
138
+ readonly unwrap: true;
139
+ };
140
+ readonly listFlowEvents: {
141
+ readonly unwrap: true;
142
+ };
143
+ readonly listFlowInstances: {
144
+ readonly unwrap: true;
145
+ };
146
+ readonly listLlmCredentials: {
147
+ readonly unwrap: true;
148
+ };
149
+ readonly listLlmServices: {
150
+ readonly unwrap: true;
151
+ };
152
+ readonly listReceipts: {
153
+ readonly unwrap: true;
154
+ };
155
+ readonly listRoleAssignments: {
156
+ readonly unwrap: true;
157
+ };
158
+ readonly listRuntimeRecords: {
159
+ readonly unwrap: true;
160
+ };
161
+ readonly listStateMachineEvents: {
162
+ readonly unwrap: true;
163
+ };
164
+ readonly listStateMachineInstances: {
165
+ readonly unwrap: true;
166
+ };
167
+ readonly listTransitionRequests: {
168
+ readonly unwrap: true;
169
+ };
170
+ readonly patchEventSubscription: {
171
+ readonly unwrap: true;
172
+ };
173
+ readonly patchRuntimeRecord: {
174
+ readonly unwrap: true;
175
+ };
176
+ readonly queryTraces: {
177
+ readonly unwrap: true;
178
+ };
179
+ readonly recomputeEntity: {
180
+ readonly unwrap: true;
181
+ };
182
+ readonly replayTrace: {
183
+ readonly unwrap: true;
184
+ };
185
+ readonly resolveFlowCallback: {
186
+ readonly unwrap: false;
187
+ };
188
+ readonly resolveTransitionRequest: {
189
+ readonly unwrap: true;
190
+ };
191
+ readonly runtimeChannelsFetch: {
192
+ readonly unwrap: false;
193
+ };
194
+ readonly runtimeChannelsMint: {
195
+ readonly unwrap: false;
196
+ };
197
+ readonly runtimeChannelsReport: {
198
+ readonly unwrap: false;
199
+ };
200
+ readonly runtimeChannelsSubscribe: {
201
+ readonly unwrap: false;
202
+ };
203
+ readonly runtimeConversationSend: {
204
+ readonly unwrap: false;
205
+ };
206
+ readonly runtimeEffectiveAuthorizations: {
207
+ readonly unwrap: false;
208
+ };
209
+ readonly runtimeImportsSnapshot: {
210
+ readonly unwrap: true;
211
+ };
212
+ readonly runtimeMcp: {
213
+ readonly unwrap: false;
214
+ };
215
+ readonly runtimeStateMachineReplay: {
216
+ readonly unwrap: true;
217
+ };
218
+ readonly runtimeToolsCall: {
219
+ readonly unwrap: true;
220
+ };
221
+ readonly runtimeToolsList: {
222
+ readonly unwrap: false;
223
+ };
224
+ readonly runtimeToolsMcpList: {
225
+ readonly unwrap: true;
226
+ };
227
+ readonly setEmbeddingCredential: {
228
+ readonly unwrap: true;
229
+ };
230
+ readonly setLlmCredential: {
231
+ readonly unwrap: true;
232
+ };
233
+ readonly streamEvents: {
234
+ readonly unwrap: false;
235
+ };
236
+ readonly verifyChannelBinding: {
237
+ readonly unwrap: true;
238
+ };
239
+ };
240
+ export declare const CONTRACT_OPERATIONS: {
241
+ readonly assistantApplyChangeset: {
242
+ readonly unwrap: true;
243
+ };
244
+ readonly assistantConversationSend: {
245
+ readonly unwrap: true;
246
+ };
247
+ readonly assistantCreateSession: {
248
+ readonly unwrap: true;
249
+ };
250
+ readonly assistantDiscardChangeset: {
251
+ readonly unwrap: true;
252
+ };
253
+ readonly assistantGetChangeset: {
254
+ readonly unwrap: true;
255
+ };
256
+ readonly batchMutate: {
257
+ readonly unwrap: true;
258
+ };
259
+ readonly createAction: {
260
+ readonly unwrap: true;
261
+ };
262
+ readonly createCapability: {
263
+ readonly unwrap: true;
264
+ };
265
+ readonly createChannel: {
266
+ readonly unwrap: true;
267
+ };
268
+ readonly createConstraint: {
269
+ readonly unwrap: true;
270
+ };
271
+ readonly createEntity: {
272
+ readonly unwrap: true;
273
+ };
274
+ readonly createEntityField: {
275
+ readonly unwrap: true;
276
+ };
277
+ readonly createEventRule: {
278
+ readonly unwrap: true;
279
+ };
280
+ readonly createFieldTransition: {
281
+ readonly unwrap: true;
282
+ };
283
+ readonly createFlow: {
284
+ readonly unwrap: true;
285
+ };
286
+ readonly createFlowOnCompletion: {
287
+ readonly unwrap: true;
288
+ };
289
+ readonly createFlowStep: {
290
+ readonly unwrap: true;
291
+ };
292
+ readonly createMcpAllowedTool: {
293
+ readonly unwrap: true;
294
+ };
295
+ readonly createMcpServer: {
296
+ readonly unwrap: true;
297
+ };
298
+ readonly createProcessModelPhase: {
299
+ readonly unwrap: true;
300
+ };
301
+ readonly createProfile: {
302
+ readonly unwrap: true;
303
+ };
304
+ readonly createRole: {
305
+ readonly unwrap: true;
306
+ };
307
+ readonly createRoleGrant: {
308
+ readonly unwrap: true;
309
+ };
310
+ readonly createSchema: {
311
+ readonly unwrap: true;
312
+ };
313
+ readonly createSkill: {
314
+ readonly unwrap: true;
315
+ };
316
+ readonly createVocabularyEntry: {
317
+ readonly unwrap: true;
318
+ };
319
+ readonly deleteAction: {
320
+ readonly unwrap: true;
321
+ };
322
+ readonly deleteCapability: {
323
+ readonly unwrap: true;
324
+ };
325
+ readonly deleteChannel: {
326
+ readonly unwrap: true;
327
+ };
328
+ readonly deleteConstraint: {
329
+ readonly unwrap: true;
330
+ };
331
+ readonly deleteEntity: {
332
+ readonly unwrap: true;
333
+ };
334
+ readonly deleteEntityField: {
335
+ readonly unwrap: true;
336
+ };
337
+ readonly deleteEventRule: {
338
+ readonly unwrap: true;
339
+ };
340
+ readonly deleteFieldTransition: {
341
+ readonly unwrap: true;
342
+ };
343
+ readonly deleteFlow: {
344
+ readonly unwrap: true;
345
+ };
346
+ readonly deleteFlowOnCompletion: {
347
+ readonly unwrap: true;
348
+ };
349
+ readonly deleteFlowStep: {
350
+ readonly unwrap: true;
351
+ };
352
+ readonly deleteGrantOnActions: {
353
+ readonly unwrap: true;
354
+ };
355
+ readonly deleteGrantOnAuthorization: {
356
+ readonly unwrap: true;
357
+ };
358
+ readonly deleteGrantOnCapabilities: {
359
+ readonly unwrap: true;
360
+ };
361
+ readonly deleteGrantOnChannels: {
362
+ readonly unwrap: true;
363
+ };
364
+ readonly deleteGrantOnChannelsCredentials: {
365
+ readonly unwrap: true;
366
+ };
367
+ readonly deleteGrantOnConstraints: {
368
+ readonly unwrap: true;
369
+ };
370
+ readonly deleteGrantOnEmbeddings: {
371
+ readonly unwrap: true;
372
+ };
373
+ readonly deleteGrantOnEntities: {
374
+ readonly unwrap: true;
375
+ };
376
+ readonly deleteGrantOnEvents: {
377
+ readonly unwrap: true;
378
+ };
379
+ readonly deleteGrantOnFlow: {
380
+ readonly unwrap: true;
381
+ };
382
+ readonly deleteGrantOnFlows: {
383
+ readonly unwrap: true;
384
+ };
385
+ readonly deleteGrantOnLlm: {
386
+ readonly unwrap: true;
387
+ };
388
+ readonly deleteGrantOnLlmService: {
389
+ readonly unwrap: true;
390
+ };
391
+ readonly deleteGrantOnMcpServers: {
392
+ readonly unwrap: true;
393
+ };
394
+ readonly deleteGrantOnMetadata: {
395
+ readonly unwrap: true;
396
+ };
397
+ readonly deleteGrantOnProcessModel: {
398
+ readonly unwrap: true;
399
+ };
400
+ readonly deleteGrantOnQuotas: {
401
+ readonly unwrap: true;
402
+ };
403
+ readonly deleteGrantOnRecord: {
404
+ readonly unwrap: true;
405
+ };
406
+ readonly deleteGrantOnRoles: {
407
+ readonly unwrap: true;
408
+ };
409
+ readonly deleteGrantOnSchemas: {
410
+ readonly unwrap: true;
411
+ };
412
+ readonly deleteGrantOnSkills: {
413
+ readonly unwrap: true;
414
+ };
415
+ readonly deleteGrantOnTimezone: {
416
+ readonly unwrap: true;
417
+ };
418
+ readonly deleteGrantOnTreatment: {
419
+ readonly unwrap: true;
420
+ };
421
+ readonly deleteMcpAllowedTool: {
422
+ readonly unwrap: true;
423
+ };
424
+ readonly deleteMcpServer: {
425
+ readonly unwrap: true;
426
+ };
427
+ readonly deleteProcessModelPhase: {
428
+ readonly unwrap: true;
429
+ };
430
+ readonly deleteProfile: {
431
+ readonly unwrap: true;
432
+ };
433
+ readonly deleteRole: {
434
+ readonly unwrap: true;
435
+ };
436
+ readonly deleteSchema: {
437
+ readonly unwrap: true;
438
+ };
439
+ readonly deleteSkill: {
440
+ readonly unwrap: true;
441
+ };
442
+ readonly deleteVocabularyEntry: {
443
+ readonly unwrap: true;
444
+ };
445
+ readonly getAction: {
446
+ readonly unwrap: true;
447
+ };
448
+ readonly getAuthorizationCeiling: {
449
+ readonly unwrap: false;
450
+ };
451
+ readonly getCapability: {
452
+ readonly unwrap: true;
453
+ };
454
+ readonly getChannel: {
455
+ readonly unwrap: true;
456
+ };
457
+ readonly getConstraint: {
458
+ readonly unwrap: true;
459
+ };
460
+ readonly getEntity: {
461
+ readonly unwrap: true;
462
+ };
463
+ readonly getEntityField: {
464
+ readonly unwrap: true;
465
+ };
466
+ readonly getEventRule: {
467
+ readonly unwrap: true;
468
+ };
469
+ readonly getEventsDeliveryConfig: {
470
+ readonly unwrap: true;
471
+ };
472
+ readonly getFieldTransition: {
473
+ readonly unwrap: true;
474
+ };
475
+ readonly getFlow: {
476
+ readonly unwrap: true;
477
+ };
478
+ readonly getFlowOnCompletion: {
479
+ readonly unwrap: true;
480
+ };
481
+ readonly getFlowStep: {
482
+ readonly unwrap: true;
483
+ };
484
+ readonly getGrantOnActions: {
485
+ readonly unwrap: true;
486
+ };
487
+ readonly getGrantOnAuthorization: {
488
+ readonly unwrap: true;
489
+ };
490
+ readonly getGrantOnCapabilities: {
491
+ readonly unwrap: true;
492
+ };
493
+ readonly getGrantOnChannels: {
494
+ readonly unwrap: true;
495
+ };
496
+ readonly getGrantOnChannelsCredentials: {
497
+ readonly unwrap: true;
498
+ };
499
+ readonly getGrantOnConstraints: {
500
+ readonly unwrap: true;
501
+ };
502
+ readonly getGrantOnEmbeddings: {
503
+ readonly unwrap: true;
504
+ };
505
+ readonly getGrantOnEntities: {
506
+ readonly unwrap: true;
507
+ };
508
+ readonly getGrantOnEvents: {
509
+ readonly unwrap: true;
510
+ };
511
+ readonly getGrantOnFlow: {
512
+ readonly unwrap: true;
513
+ };
514
+ readonly getGrantOnFlows: {
515
+ readonly unwrap: true;
516
+ };
517
+ readonly getGrantOnLlm: {
518
+ readonly unwrap: true;
519
+ };
520
+ readonly getGrantOnLlmService: {
521
+ readonly unwrap: true;
522
+ };
523
+ readonly getGrantOnMcpServers: {
524
+ readonly unwrap: true;
525
+ };
526
+ readonly getGrantOnMetadata: {
527
+ readonly unwrap: true;
528
+ };
529
+ readonly getGrantOnProcessModel: {
530
+ readonly unwrap: true;
531
+ };
532
+ readonly getGrantOnQuotas: {
533
+ readonly unwrap: true;
534
+ };
535
+ readonly getGrantOnRecord: {
536
+ readonly unwrap: true;
537
+ };
538
+ readonly getGrantOnRoles: {
539
+ readonly unwrap: true;
540
+ };
541
+ readonly getGrantOnSchemas: {
542
+ readonly unwrap: true;
543
+ };
544
+ readonly getGrantOnSkills: {
545
+ readonly unwrap: true;
546
+ };
547
+ readonly getGrantOnTimezone: {
548
+ readonly unwrap: true;
549
+ };
550
+ readonly getGrantOnTreatment: {
551
+ readonly unwrap: true;
552
+ };
553
+ readonly getHealth: {
554
+ readonly unwrap: true;
555
+ };
556
+ readonly getLlm: {
557
+ readonly unwrap: true;
558
+ };
559
+ readonly getMcpAllowedTool: {
560
+ readonly unwrap: true;
561
+ };
562
+ readonly getMcpServer: {
563
+ readonly unwrap: true;
564
+ };
565
+ readonly getMetrics: {
566
+ readonly unwrap: true;
567
+ };
568
+ readonly getProcessModel: {
569
+ readonly unwrap: true;
570
+ };
571
+ readonly getProcessModelPhase: {
572
+ readonly unwrap: true;
573
+ };
574
+ readonly getProfile: {
575
+ readonly unwrap: true;
576
+ };
577
+ readonly getRole: {
578
+ readonly unwrap: true;
579
+ };
580
+ readonly getSchema: {
581
+ readonly unwrap: true;
582
+ };
583
+ readonly getSkill: {
584
+ readonly unwrap: true;
585
+ };
586
+ readonly getTenantMetadata: {
587
+ readonly unwrap: true;
588
+ };
589
+ readonly getTimezone: {
590
+ readonly unwrap: true;
591
+ };
592
+ readonly getTreatment: {
593
+ readonly unwrap: true;
594
+ };
595
+ readonly getTreatmentRails: {
596
+ readonly unwrap: true;
597
+ };
598
+ readonly getVocabularyEntry: {
599
+ readonly unwrap: true;
600
+ };
601
+ readonly issueChannelCredential: {
602
+ readonly unwrap: true;
603
+ };
604
+ readonly listActions: {
605
+ readonly unwrap: true;
606
+ };
607
+ readonly listCapabilities: {
608
+ readonly unwrap: true;
609
+ };
610
+ readonly listChannelCredentials: {
611
+ readonly unwrap: true;
612
+ };
613
+ readonly listChannels: {
614
+ readonly unwrap: true;
615
+ };
616
+ readonly listConstraints: {
617
+ readonly unwrap: true;
618
+ };
619
+ readonly listEntities: {
620
+ readonly unwrap: true;
621
+ };
622
+ readonly listEntityFields: {
623
+ readonly unwrap: true;
624
+ };
625
+ readonly listEventRules: {
626
+ readonly unwrap: true;
627
+ };
628
+ readonly listFieldTransitions: {
629
+ readonly unwrap: true;
630
+ };
631
+ readonly listFlowOnCompletion: {
632
+ readonly unwrap: true;
633
+ };
634
+ readonly listFlows: {
635
+ readonly unwrap: true;
636
+ };
637
+ readonly listFlowSteps: {
638
+ readonly unwrap: true;
639
+ };
640
+ readonly listMcpAllowedTools: {
641
+ readonly unwrap: true;
642
+ };
643
+ readonly listMcpServers: {
644
+ readonly unwrap: true;
645
+ };
646
+ readonly listProcessModelPhases: {
647
+ readonly unwrap: true;
648
+ };
649
+ readonly listProfiles: {
650
+ readonly unwrap: true;
651
+ };
652
+ readonly listRoleGrants: {
653
+ readonly unwrap: true;
654
+ };
655
+ readonly listRoles: {
656
+ readonly unwrap: true;
657
+ };
658
+ readonly listSchemas: {
659
+ readonly unwrap: true;
660
+ };
661
+ readonly listSkills: {
662
+ readonly unwrap: true;
663
+ };
664
+ readonly listVocabulary: {
665
+ readonly unwrap: true;
666
+ };
667
+ readonly patchAction: {
668
+ readonly unwrap: true;
669
+ };
670
+ readonly patchCapability: {
671
+ readonly unwrap: true;
672
+ };
673
+ readonly patchChannel: {
674
+ readonly unwrap: true;
675
+ };
676
+ readonly patchConstraint: {
677
+ readonly unwrap: true;
678
+ };
679
+ readonly patchEntity: {
680
+ readonly unwrap: true;
681
+ };
682
+ readonly patchEntityField: {
683
+ readonly unwrap: true;
684
+ };
685
+ readonly patchEventRule: {
686
+ readonly unwrap: true;
687
+ };
688
+ readonly patchEventsDeliveryConfig: {
689
+ readonly unwrap: true;
690
+ };
691
+ readonly patchFieldTransition: {
692
+ readonly unwrap: true;
693
+ };
694
+ readonly patchFlow: {
695
+ readonly unwrap: true;
696
+ };
697
+ readonly patchFlowOnCompletion: {
698
+ readonly unwrap: true;
699
+ };
700
+ readonly patchFlowStep: {
701
+ readonly unwrap: true;
702
+ };
703
+ readonly patchGrantOnActions: {
704
+ readonly unwrap: true;
705
+ };
706
+ readonly patchGrantOnAuthorization: {
707
+ readonly unwrap: true;
708
+ };
709
+ readonly patchGrantOnCapabilities: {
710
+ readonly unwrap: true;
711
+ };
712
+ readonly patchGrantOnChannels: {
713
+ readonly unwrap: true;
714
+ };
715
+ readonly patchGrantOnChannelsCredentials: {
716
+ readonly unwrap: true;
717
+ };
718
+ readonly patchGrantOnConstraints: {
719
+ readonly unwrap: true;
720
+ };
721
+ readonly patchGrantOnEmbeddings: {
722
+ readonly unwrap: true;
723
+ };
724
+ readonly patchGrantOnEntities: {
725
+ readonly unwrap: true;
726
+ };
727
+ readonly patchGrantOnEvents: {
728
+ readonly unwrap: true;
729
+ };
730
+ readonly patchGrantOnFlow: {
731
+ readonly unwrap: true;
732
+ };
733
+ readonly patchGrantOnFlows: {
734
+ readonly unwrap: true;
735
+ };
736
+ readonly patchGrantOnLlm: {
737
+ readonly unwrap: true;
738
+ };
739
+ readonly patchGrantOnLlmService: {
740
+ readonly unwrap: true;
741
+ };
742
+ readonly patchGrantOnMcpServers: {
743
+ readonly unwrap: true;
744
+ };
745
+ readonly patchGrantOnMetadata: {
746
+ readonly unwrap: true;
747
+ };
748
+ readonly patchGrantOnProcessModel: {
749
+ readonly unwrap: true;
750
+ };
751
+ readonly patchGrantOnQuotas: {
752
+ readonly unwrap: true;
753
+ };
754
+ readonly patchGrantOnRecord: {
755
+ readonly unwrap: true;
756
+ };
757
+ readonly patchGrantOnRoles: {
758
+ readonly unwrap: true;
759
+ };
760
+ readonly patchGrantOnSchemas: {
761
+ readonly unwrap: true;
762
+ };
763
+ readonly patchGrantOnSkills: {
764
+ readonly unwrap: true;
765
+ };
766
+ readonly patchGrantOnTimezone: {
767
+ readonly unwrap: true;
768
+ };
769
+ readonly patchGrantOnTreatment: {
770
+ readonly unwrap: true;
771
+ };
772
+ readonly patchLlm: {
773
+ readonly unwrap: true;
774
+ };
775
+ readonly patchMcpAllowedTool: {
776
+ readonly unwrap: true;
777
+ };
778
+ readonly patchMcpServer: {
779
+ readonly unwrap: true;
780
+ };
781
+ readonly patchProcessModel: {
782
+ readonly unwrap: true;
783
+ };
784
+ readonly patchProcessModelPhase: {
785
+ readonly unwrap: true;
786
+ };
787
+ readonly patchProfile: {
788
+ readonly unwrap: true;
789
+ };
790
+ readonly patchRole: {
791
+ readonly unwrap: true;
792
+ };
793
+ readonly patchSchema: {
794
+ readonly unwrap: true;
795
+ };
796
+ readonly patchSkill: {
797
+ readonly unwrap: true;
798
+ };
799
+ readonly patchTenantMetadata: {
800
+ readonly unwrap: true;
801
+ };
802
+ readonly patchTreatment: {
803
+ readonly unwrap: true;
804
+ };
805
+ readonly patchTreatmentRails: {
806
+ readonly unwrap: true;
807
+ };
808
+ readonly patchVocabularyEntry: {
809
+ readonly unwrap: true;
810
+ };
811
+ readonly putEventsDeliveryConfig: {
812
+ readonly unwrap: true;
813
+ };
814
+ readonly putGrantOnActions: {
815
+ readonly unwrap: true;
816
+ };
817
+ readonly putGrantOnAuthorization: {
818
+ readonly unwrap: true;
819
+ };
820
+ readonly putGrantOnCapabilities: {
821
+ readonly unwrap: true;
822
+ };
823
+ readonly putGrantOnChannels: {
824
+ readonly unwrap: true;
825
+ };
826
+ readonly putGrantOnChannelsCredentials: {
827
+ readonly unwrap: true;
828
+ };
829
+ readonly putGrantOnConstraints: {
830
+ readonly unwrap: true;
831
+ };
832
+ readonly putGrantOnEmbeddings: {
833
+ readonly unwrap: true;
834
+ };
835
+ readonly putGrantOnEntities: {
836
+ readonly unwrap: true;
837
+ };
838
+ readonly putGrantOnEvents: {
839
+ readonly unwrap: true;
840
+ };
841
+ readonly putGrantOnFlow: {
842
+ readonly unwrap: true;
843
+ };
844
+ readonly putGrantOnFlows: {
845
+ readonly unwrap: true;
846
+ };
847
+ readonly putGrantOnLlm: {
848
+ readonly unwrap: true;
849
+ };
850
+ readonly putGrantOnLlmService: {
851
+ readonly unwrap: true;
852
+ };
853
+ readonly putGrantOnMcpServers: {
854
+ readonly unwrap: true;
855
+ };
856
+ readonly putGrantOnMetadata: {
857
+ readonly unwrap: true;
858
+ };
859
+ readonly putGrantOnProcessModel: {
860
+ readonly unwrap: true;
861
+ };
862
+ readonly putGrantOnQuotas: {
863
+ readonly unwrap: true;
864
+ };
865
+ readonly putGrantOnRecord: {
866
+ readonly unwrap: true;
867
+ };
868
+ readonly putGrantOnRoles: {
869
+ readonly unwrap: true;
870
+ };
871
+ readonly putGrantOnSchemas: {
872
+ readonly unwrap: true;
873
+ };
874
+ readonly putGrantOnSkills: {
875
+ readonly unwrap: true;
876
+ };
877
+ readonly putGrantOnTimezone: {
878
+ readonly unwrap: true;
879
+ };
880
+ readonly putGrantOnTreatment: {
881
+ readonly unwrap: true;
882
+ };
883
+ readonly putLlm: {
884
+ readonly unwrap: true;
885
+ };
886
+ readonly putProcessModel: {
887
+ readonly unwrap: true;
888
+ };
889
+ readonly putTenantMetadata: {
890
+ readonly unwrap: true;
891
+ };
892
+ readonly putTimezone: {
893
+ readonly unwrap: true;
894
+ };
895
+ readonly putTreatment: {
896
+ readonly unwrap: true;
897
+ };
898
+ readonly putTreatmentRails: {
899
+ readonly unwrap: true;
900
+ };
901
+ readonly replaceAction: {
902
+ readonly unwrap: true;
903
+ };
904
+ readonly replaceCapability: {
905
+ readonly unwrap: true;
906
+ };
907
+ readonly replaceChannel: {
908
+ readonly unwrap: true;
909
+ };
910
+ readonly replaceConstraint: {
911
+ readonly unwrap: true;
912
+ };
913
+ readonly replaceEntity: {
914
+ readonly unwrap: true;
915
+ };
916
+ readonly replaceEntityField: {
917
+ readonly unwrap: true;
918
+ };
919
+ readonly replaceEventRule: {
920
+ readonly unwrap: true;
921
+ };
922
+ readonly replaceFieldTransition: {
923
+ readonly unwrap: true;
924
+ };
925
+ readonly replaceFlow: {
926
+ readonly unwrap: true;
927
+ };
928
+ readonly replaceFlowOnCompletion: {
929
+ readonly unwrap: true;
930
+ };
931
+ readonly replaceFlowStep: {
932
+ readonly unwrap: true;
933
+ };
934
+ readonly replaceMcpAllowedTool: {
935
+ readonly unwrap: true;
936
+ };
937
+ readonly replaceMcpServer: {
938
+ readonly unwrap: true;
939
+ };
940
+ readonly replaceProcessModelPhase: {
941
+ readonly unwrap: true;
942
+ };
943
+ readonly replaceProfile: {
944
+ readonly unwrap: true;
945
+ };
946
+ readonly replaceRole: {
947
+ readonly unwrap: true;
948
+ };
949
+ readonly replaceSchema: {
950
+ readonly unwrap: true;
951
+ };
952
+ readonly replaceSkill: {
953
+ readonly unwrap: true;
954
+ };
955
+ readonly replaceVocabularyEntry: {
956
+ readonly unwrap: true;
957
+ };
958
+ readonly revokeChannelCredential: {
959
+ readonly unwrap: true;
960
+ };
961
+ readonly specApply: {
962
+ readonly unwrap: true;
963
+ };
964
+ readonly specDiff: {
965
+ readonly unwrap: true;
966
+ };
967
+ readonly specDryRunCancel: {
968
+ readonly unwrap: false;
969
+ };
970
+ readonly specDryRunGet: {
971
+ readonly unwrap: false;
972
+ };
973
+ readonly specDryRunSubmit: {
974
+ readonly unwrap: false;
975
+ };
976
+ readonly specPublish: {
977
+ readonly unwrap: false;
978
+ };
979
+ readonly specSnapshot: {
980
+ readonly unwrap: false;
981
+ };
982
+ readonly specSnapshotLocaleCoverage: {
983
+ readonly unwrap: false;
984
+ };
985
+ readonly specSnapshotSemanticDiff: {
986
+ readonly unwrap: false;
987
+ };
988
+ };
989
+ //# sourceMappingURL=unwrap-map.d.ts.map