@zapier/zapier-sdk 0.4.1 → 0.5.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 (374) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/api/auth.d.ts +9 -0
  3. package/dist/api/auth.d.ts.map +1 -0
  4. package/dist/api/auth.js +25 -0
  5. package/dist/api/client.d.ts +9 -0
  6. package/dist/api/client.d.ts.map +1 -0
  7. package/dist/api/client.js +322 -0
  8. package/dist/api/debug.d.ts +13 -0
  9. package/dist/api/debug.d.ts.map +1 -0
  10. package/dist/api/debug.js +55 -0
  11. package/dist/api/index.d.ts +29 -0
  12. package/dist/api/index.d.ts.map +1 -0
  13. package/dist/api/index.js +41 -0
  14. package/dist/api/polling.d.ts +16 -0
  15. package/dist/api/polling.d.ts.map +1 -0
  16. package/dist/api/polling.js +45 -0
  17. package/dist/api/schemas.d.ts +2473 -0
  18. package/dist/api/schemas.d.ts.map +1 -0
  19. package/dist/api/schemas.js +355 -0
  20. package/dist/api/types.d.ts +75 -0
  21. package/dist/api/types.d.ts.map +1 -0
  22. package/dist/api/types.js +11 -0
  23. package/dist/auth.d.ts +34 -0
  24. package/dist/auth.d.ts.map +1 -0
  25. package/dist/auth.js +47 -0
  26. package/dist/constants.d.ts +10 -0
  27. package/dist/constants.d.ts.map +1 -0
  28. package/dist/constants.js +9 -0
  29. package/dist/index.cjs +2108 -1379
  30. package/dist/index.d.mts +2440 -620
  31. package/dist/index.d.ts +17 -892
  32. package/dist/index.d.ts.map +1 -0
  33. package/dist/index.js +20 -0
  34. package/dist/index.mjs +2093 -1362
  35. package/dist/plugins/api/index.d.ts +14 -0
  36. package/dist/plugins/api/index.d.ts.map +1 -0
  37. package/dist/plugins/api/index.js +21 -0
  38. package/dist/plugins/apps/index.d.ts +11 -0
  39. package/dist/plugins/apps/index.d.ts.map +1 -0
  40. package/dist/plugins/apps/index.js +91 -0
  41. package/dist/plugins/apps/types.d.ts +30 -0
  42. package/dist/plugins/apps/types.d.ts.map +1 -0
  43. package/dist/plugins/apps/types.js +2 -0
  44. package/dist/plugins/fetch/index.d.ts +21 -0
  45. package/dist/plugins/fetch/index.d.ts.map +1 -0
  46. package/dist/plugins/fetch/index.js +20 -0
  47. package/dist/plugins/findFirstAuthentication/index.d.ts +20 -0
  48. package/dist/plugins/findFirstAuthentication/index.d.ts.map +1 -0
  49. package/dist/plugins/findFirstAuthentication/index.js +24 -0
  50. package/dist/plugins/findFirstAuthentication/index.test.d.ts +2 -0
  51. package/dist/plugins/findFirstAuthentication/index.test.d.ts.map +1 -0
  52. package/dist/plugins/findFirstAuthentication/index.test.js +171 -0
  53. package/dist/plugins/findFirstAuthentication/schemas.d.ts +29 -0
  54. package/dist/plugins/findFirstAuthentication/schemas.d.ts.map +1 -0
  55. package/dist/plugins/findFirstAuthentication/schemas.js +18 -0
  56. package/dist/plugins/findUniqueAuthentication/index.d.ts +20 -0
  57. package/dist/plugins/findUniqueAuthentication/index.d.ts.map +1 -0
  58. package/dist/plugins/findUniqueAuthentication/index.js +31 -0
  59. package/dist/plugins/findUniqueAuthentication/index.test.d.ts +2 -0
  60. package/dist/plugins/findUniqueAuthentication/index.test.d.ts.map +1 -0
  61. package/dist/plugins/findUniqueAuthentication/index.test.js +152 -0
  62. package/dist/plugins/findUniqueAuthentication/schemas.d.ts +29 -0
  63. package/dist/plugins/findUniqueAuthentication/schemas.d.ts.map +1 -0
  64. package/dist/plugins/findUniqueAuthentication/schemas.js +18 -0
  65. package/dist/plugins/getAction/index.d.ts +23 -0
  66. package/dist/plugins/getAction/index.d.ts.map +1 -0
  67. package/dist/plugins/getAction/index.js +28 -0
  68. package/dist/plugins/getAction/index.test.d.ts +2 -0
  69. package/dist/plugins/getAction/index.test.d.ts.map +1 -0
  70. package/dist/plugins/getAction/index.test.js +186 -0
  71. package/dist/plugins/getAction/schemas.d.ts +23 -0
  72. package/dist/plugins/getAction/schemas.d.ts.map +1 -0
  73. package/dist/plugins/getAction/schemas.js +10 -0
  74. package/dist/plugins/getApp/index.d.ts +22 -0
  75. package/dist/plugins/getApp/index.d.ts.map +1 -0
  76. package/dist/plugins/getApp/index.js +39 -0
  77. package/dist/plugins/getApp/index.test.d.ts +2 -0
  78. package/dist/plugins/getApp/index.test.d.ts.map +1 -0
  79. package/dist/plugins/getApp/index.test.js +100 -0
  80. package/dist/plugins/getApp/schemas.d.ts +18 -0
  81. package/dist/plugins/getApp/schemas.d.ts.map +1 -0
  82. package/dist/plugins/getApp/schemas.js +10 -0
  83. package/dist/plugins/getAuthentication/index.d.ts +22 -0
  84. package/dist/plugins/getAuthentication/index.d.ts.map +1 -0
  85. package/dist/plugins/getAuthentication/index.js +41 -0
  86. package/dist/plugins/getAuthentication/index.test.d.ts +2 -0
  87. package/dist/plugins/getAuthentication/index.test.d.ts.map +1 -0
  88. package/dist/plugins/getAuthentication/index.test.js +205 -0
  89. package/dist/plugins/getAuthentication/schemas.d.ts +17 -0
  90. package/dist/plugins/getAuthentication/schemas.d.ts.map +1 -0
  91. package/dist/plugins/getAuthentication/schemas.js +11 -0
  92. package/dist/plugins/getProfile/index.d.ts +23 -0
  93. package/dist/plugins/getProfile/index.d.ts.map +1 -0
  94. package/dist/plugins/getProfile/index.js +29 -0
  95. package/dist/plugins/getProfile/schemas.d.ts +13 -0
  96. package/dist/plugins/getProfile/schemas.d.ts.map +1 -0
  97. package/dist/plugins/getProfile/schemas.js +5 -0
  98. package/dist/plugins/listActions/index.d.ts +28 -0
  99. package/dist/plugins/listActions/index.d.ts.map +1 -0
  100. package/dist/plugins/listActions/index.js +61 -0
  101. package/dist/plugins/listActions/index.test.d.ts +2 -0
  102. package/dist/plugins/listActions/index.test.d.ts.map +1 -0
  103. package/dist/plugins/listActions/index.test.js +467 -0
  104. package/dist/plugins/listActions/schemas.d.ts +29 -0
  105. package/dist/plugins/listActions/schemas.d.ts.map +1 -0
  106. package/dist/plugins/listActions/schemas.js +21 -0
  107. package/dist/plugins/listApps/index.d.ts +28 -0
  108. package/dist/plugins/listApps/index.d.ts.map +1 -0
  109. package/dist/plugins/listApps/index.js +62 -0
  110. package/dist/plugins/listApps/index.test.d.ts +2 -0
  111. package/dist/plugins/listApps/index.test.d.ts.map +1 -0
  112. package/dist/plugins/listApps/index.test.js +313 -0
  113. package/dist/plugins/listApps/schemas.d.ts +30 -0
  114. package/dist/plugins/listApps/schemas.d.ts.map +1 -0
  115. package/dist/plugins/listApps/schemas.js +23 -0
  116. package/dist/plugins/listAuthentications/index.d.ts +28 -0
  117. package/dist/plugins/listAuthentications/index.d.ts.map +1 -0
  118. package/dist/plugins/listAuthentications/index.js +77 -0
  119. package/dist/plugins/listAuthentications/index.test.d.ts +2 -0
  120. package/dist/plugins/listAuthentications/index.test.d.ts.map +1 -0
  121. package/dist/plugins/listAuthentications/index.test.js +564 -0
  122. package/dist/plugins/listAuthentications/schemas.d.ts +38 -0
  123. package/dist/plugins/listAuthentications/schemas.d.ts.map +1 -0
  124. package/dist/plugins/listAuthentications/schemas.js +28 -0
  125. package/dist/plugins/listInputFields/index.d.ts +28 -0
  126. package/dist/plugins/listInputFields/index.d.ts.map +1 -0
  127. package/dist/plugins/listInputFields/index.js +133 -0
  128. package/dist/plugins/listInputFields/index.test.d.ts +2 -0
  129. package/dist/plugins/listInputFields/index.test.d.ts.map +1 -0
  130. package/dist/plugins/listInputFields/index.test.js +325 -0
  131. package/dist/plugins/listInputFields/schemas.d.ts +38 -0
  132. package/dist/plugins/listInputFields/schemas.d.ts.map +1 -0
  133. package/dist/plugins/listInputFields/schemas.js +22 -0
  134. package/dist/plugins/registry/index.d.ts +11 -0
  135. package/dist/plugins/registry/index.d.ts.map +1 -0
  136. package/dist/plugins/registry/index.js +14 -0
  137. package/dist/plugins/request/index.d.ts +19 -0
  138. package/dist/plugins/request/index.d.ts.map +1 -0
  139. package/dist/plugins/request/index.js +62 -0
  140. package/dist/plugins/request/index.test.d.ts +2 -0
  141. package/dist/plugins/request/index.test.d.ts.map +1 -0
  142. package/dist/plugins/request/index.test.js +256 -0
  143. package/dist/plugins/request/schemas.d.ts +69 -0
  144. package/dist/plugins/request/schemas.d.ts.map +1 -0
  145. package/dist/plugins/request/schemas.js +42 -0
  146. package/dist/plugins/runAction/index.d.ts +28 -0
  147. package/dist/plugins/runAction/index.d.ts.map +1 -0
  148. package/dist/plugins/runAction/index.js +86 -0
  149. package/dist/plugins/runAction/index.test.d.ts +2 -0
  150. package/dist/plugins/runAction/index.test.d.ts.map +1 -0
  151. package/dist/plugins/runAction/index.test.js +320 -0
  152. package/dist/plugins/runAction/schemas.d.ts +37 -0
  153. package/dist/plugins/runAction/schemas.d.ts.map +1 -0
  154. package/dist/plugins/runAction/schemas.js +22 -0
  155. package/dist/resolvers/actionKey.d.ts +9 -0
  156. package/dist/resolvers/actionKey.d.ts.map +1 -0
  157. package/dist/resolvers/actionKey.js +19 -0
  158. package/dist/resolvers/actionType.d.ts +9 -0
  159. package/dist/resolvers/actionType.d.ts.map +1 -0
  160. package/dist/resolvers/actionType.js +22 -0
  161. package/dist/resolvers/appKey.d.ts +7 -0
  162. package/dist/resolvers/appKey.d.ts.map +1 -0
  163. package/dist/resolvers/appKey.js +5 -0
  164. package/dist/resolvers/authenticationId.d.ts +9 -0
  165. package/dist/resolvers/authenticationId.d.ts.map +1 -0
  166. package/dist/resolvers/authenticationId.js +33 -0
  167. package/dist/resolvers/index.d.ts +40 -0
  168. package/dist/resolvers/index.d.ts.map +1 -0
  169. package/dist/resolvers/index.js +91 -0
  170. package/dist/resolvers/inputs.d.ts +8 -0
  171. package/dist/resolvers/inputs.d.ts.map +1 -0
  172. package/dist/resolvers/inputs.js +14 -0
  173. package/dist/schemas/Action.d.ts +243 -0
  174. package/dist/schemas/Action.d.ts.map +1 -0
  175. package/dist/schemas/Action.js +34 -0
  176. package/dist/schemas/App.d.ts +26 -0
  177. package/dist/schemas/App.d.ts.map +1 -0
  178. package/dist/schemas/App.js +22 -0
  179. package/dist/schemas/Auth.d.ts +161 -0
  180. package/dist/schemas/Auth.d.ts.map +1 -0
  181. package/dist/schemas/Auth.js +41 -0
  182. package/dist/schemas/Field.d.ts +144 -0
  183. package/dist/schemas/Field.d.ts.map +1 -0
  184. package/dist/schemas/Field.js +105 -0
  185. package/dist/schemas/UserProfile.d.ts +163 -0
  186. package/dist/schemas/UserProfile.d.ts.map +1 -0
  187. package/dist/schemas/UserProfile.js +29 -0
  188. package/dist/sdk.d.ts +10 -0
  189. package/dist/sdk.d.ts.map +1 -0
  190. package/dist/sdk.js +94 -0
  191. package/dist/sdk.test.d.ts +2 -0
  192. package/dist/sdk.test.d.ts.map +1 -0
  193. package/dist/sdk.test.js +135 -0
  194. package/dist/types/domain.d.ts +36 -0
  195. package/dist/types/domain.d.ts.map +1 -0
  196. package/dist/types/domain.js +1 -0
  197. package/dist/types/domain.test.d.ts +2 -0
  198. package/dist/types/domain.test.d.ts.map +1 -0
  199. package/dist/types/domain.test.js +39 -0
  200. package/dist/types/errors.d.ts +143 -0
  201. package/dist/types/errors.d.ts.map +1 -0
  202. package/dist/types/errors.js +187 -0
  203. package/dist/types/events.d.ts +38 -0
  204. package/dist/types/events.d.ts.map +1 -0
  205. package/dist/types/events.js +7 -0
  206. package/dist/types/functions.d.ts +26 -0
  207. package/dist/types/functions.d.ts.map +1 -0
  208. package/dist/types/functions.js +4 -0
  209. package/dist/types/plugin.d.ts +61 -0
  210. package/dist/types/plugin.d.ts.map +1 -0
  211. package/dist/types/plugin.js +9 -0
  212. package/dist/types/properties.d.ts +22 -0
  213. package/dist/types/properties.d.ts.map +1 -0
  214. package/dist/types/properties.js +50 -0
  215. package/dist/types/sdk.d.ts +43 -0
  216. package/dist/types/sdk.d.ts.map +1 -0
  217. package/dist/types/sdk.js +4 -0
  218. package/dist/utils/array-utils.d.ts +31 -0
  219. package/dist/utils/array-utils.d.ts.map +1 -0
  220. package/dist/utils/array-utils.js +36 -0
  221. package/dist/utils/array-utils.test.d.ts +2 -0
  222. package/dist/utils/array-utils.test.d.ts.map +1 -0
  223. package/dist/utils/array-utils.test.js +107 -0
  224. package/dist/utils/domain-utils.d.ts +78 -0
  225. package/dist/utils/domain-utils.d.ts.map +1 -0
  226. package/dist/utils/domain-utils.js +218 -0
  227. package/dist/utils/domain-utils.test.d.ts +2 -0
  228. package/dist/utils/domain-utils.test.d.ts.map +1 -0
  229. package/dist/utils/domain-utils.test.js +192 -0
  230. package/dist/utils/function-utils.d.ts +45 -0
  231. package/dist/utils/function-utils.d.ts.map +1 -0
  232. package/dist/utils/function-utils.js +158 -0
  233. package/dist/utils/function-utils.test.d.ts +2 -0
  234. package/dist/utils/function-utils.test.d.ts.map +1 -0
  235. package/dist/utils/function-utils.test.js +110 -0
  236. package/dist/utils/pagination-utils.d.ts +37 -0
  237. package/dist/utils/pagination-utils.d.ts.map +1 -0
  238. package/dist/utils/pagination-utils.js +165 -0
  239. package/dist/utils/pagination-utils.test.d.ts +17 -0
  240. package/dist/utils/pagination-utils.test.d.ts.map +1 -0
  241. package/dist/utils/pagination-utils.test.js +461 -0
  242. package/dist/utils/schema-utils.d.ts +45 -0
  243. package/dist/utils/schema-utils.d.ts.map +1 -0
  244. package/dist/utils/schema-utils.js +65 -0
  245. package/dist/utils/validation.d.ts +4 -0
  246. package/dist/utils/validation.d.ts.map +1 -0
  247. package/dist/utils/validation.js +30 -0
  248. package/dist/utils/validation.test.d.ts +2 -0
  249. package/dist/utils/validation.test.d.ts.map +1 -0
  250. package/dist/utils/validation.test.js +43 -0
  251. package/package.json +12 -3
  252. package/src/api/client.ts +394 -171
  253. package/src/api/debug.ts +10 -1
  254. package/src/api/index.ts +0 -2
  255. package/src/api/polling.ts +28 -7
  256. package/src/api/schemas.ts +387 -0
  257. package/src/api/types.ts +72 -136
  258. package/src/constants.ts +10 -0
  259. package/src/index.ts +40 -19
  260. package/src/plugins/api/index.ts +47 -0
  261. package/src/plugins/apps/index.ts +25 -19
  262. package/src/plugins/apps/types.ts +7 -11
  263. package/src/plugins/fetch/index.ts +48 -40
  264. package/src/plugins/findFirstAuthentication/index.test.ts +206 -0
  265. package/src/plugins/findFirstAuthentication/index.ts +55 -0
  266. package/src/plugins/findFirstAuthentication/schemas.ts +41 -0
  267. package/src/plugins/findUniqueAuthentication/index.test.ts +197 -0
  268. package/src/plugins/findUniqueAuthentication/index.ts +72 -0
  269. package/src/plugins/findUniqueAuthentication/schemas.ts +42 -0
  270. package/src/plugins/getAction/index.test.ts +239 -0
  271. package/src/plugins/getAction/index.ts +57 -0
  272. package/src/plugins/getAction/schemas.ts +33 -0
  273. package/src/plugins/getApp/index.test.ts +127 -0
  274. package/src/plugins/getApp/index.ts +66 -0
  275. package/src/plugins/getApp/schemas.ts +38 -0
  276. package/src/plugins/getAuthentication/index.test.ts +284 -0
  277. package/src/plugins/getAuthentication/index.ts +86 -0
  278. package/src/plugins/getAuthentication/schemas.ts +31 -0
  279. package/src/plugins/getProfile/index.ts +55 -0
  280. package/src/plugins/getProfile/schemas.ts +26 -0
  281. package/src/plugins/listActions/index.test.ts +582 -0
  282. package/src/plugins/listActions/index.ts +115 -0
  283. package/src/plugins/listActions/schemas.ts +54 -0
  284. package/src/plugins/listApps/index.test.ts +357 -0
  285. package/src/plugins/listApps/index.ts +121 -0
  286. package/src/plugins/listApps/schemas.ts +49 -0
  287. package/src/plugins/listAuthentications/index.test.ts +709 -0
  288. package/src/plugins/listAuthentications/index.ts +136 -0
  289. package/src/plugins/listAuthentications/schemas.ts +60 -0
  290. package/src/plugins/listInputFields/index.test.ts +408 -0
  291. package/src/plugins/listInputFields/index.ts +204 -0
  292. package/src/plugins/listInputFields/schemas.ts +56 -0
  293. package/src/plugins/registry/index.ts +30 -0
  294. package/src/plugins/request/index.test.ts +329 -0
  295. package/src/plugins/request/index.ts +103 -0
  296. package/src/{functions → plugins}/request/schemas.ts +20 -9
  297. package/src/plugins/runAction/index.test.ts +387 -0
  298. package/src/plugins/runAction/index.ts +176 -0
  299. package/src/plugins/runAction/schemas.ts +53 -0
  300. package/src/resolvers/actionKey.ts +6 -4
  301. package/src/resolvers/actionType.ts +7 -2
  302. package/src/resolvers/appKey.ts +1 -1
  303. package/src/resolvers/authenticationId.ts +12 -3
  304. package/src/resolvers/inputs.ts +3 -1
  305. package/src/schemas/Action.ts +18 -12
  306. package/src/schemas/App.ts +11 -19
  307. package/src/schemas/Auth.ts +18 -13
  308. package/src/schemas/Field.ts +106 -11
  309. package/src/schemas/UserProfile.ts +43 -0
  310. package/src/sdk.test.ts +212 -0
  311. package/src/sdk.ts +132 -102
  312. package/src/types/domain.test.ts +50 -0
  313. package/src/types/domain.ts +43 -75
  314. package/src/types/errors.ts +275 -0
  315. package/src/types/functions.ts +27 -0
  316. package/src/types/optional-zapier-sdk-cli-login.d.ts +37 -0
  317. package/src/types/plugin.ts +105 -0
  318. package/src/types/properties.ts +4 -3
  319. package/src/types/sdk.ts +70 -48
  320. package/src/utils/array-utils.test.ts +131 -0
  321. package/src/utils/array-utils.ts +41 -0
  322. package/src/utils/domain-utils.test.ts +239 -0
  323. package/src/utils/domain-utils.ts +283 -0
  324. package/src/utils/function-utils.test.ts +141 -0
  325. package/src/utils/function-utils.ts +245 -0
  326. package/src/utils/pagination-utils.test.ts +620 -0
  327. package/src/utils/pagination-utils.ts +242 -0
  328. package/src/utils/validation.test.ts +50 -0
  329. package/src/utils/validation.ts +44 -0
  330. package/tsconfig.build.json +16 -2
  331. package/tsconfig.json +3 -1
  332. package/tsconfig.tsbuildinfo +1 -0
  333. package/tsup.config.ts +2 -0
  334. package/src/functions/bundleCode/index.ts +0 -78
  335. package/src/functions/bundleCode/info.ts +0 -9
  336. package/src/functions/bundleCode/schemas.ts +0 -30
  337. package/src/functions/findFirstAuthentication/index.ts +0 -24
  338. package/src/functions/findFirstAuthentication/info.ts +0 -9
  339. package/src/functions/findFirstAuthentication/schemas.ts +0 -50
  340. package/src/functions/findUniqueAuthentication/index.ts +0 -35
  341. package/src/functions/findUniqueAuthentication/info.ts +0 -9
  342. package/src/functions/findUniqueAuthentication/schemas.ts +0 -50
  343. package/src/functions/generateTypes/index.ts +0 -363
  344. package/src/functions/generateTypes/info.ts +0 -9
  345. package/src/functions/generateTypes/schemas.ts +0 -31
  346. package/src/functions/getAction/index.ts +0 -33
  347. package/src/functions/getAction/info.ts +0 -9
  348. package/src/functions/getAction/schemas.ts +0 -25
  349. package/src/functions/getApp/index.ts +0 -41
  350. package/src/functions/getApp/info.ts +0 -9
  351. package/src/functions/getApp/schemas.ts +0 -20
  352. package/src/functions/getAuthentication/index.ts +0 -50
  353. package/src/functions/getAuthentication/info.ts +0 -9
  354. package/src/functions/getAuthentication/schemas.ts +0 -29
  355. package/src/functions/listActions/index.ts +0 -149
  356. package/src/functions/listActions/info.ts +0 -9
  357. package/src/functions/listActions/schemas.ts +0 -30
  358. package/src/functions/listApps/index.ts +0 -60
  359. package/src/functions/listApps/info.ts +0 -9
  360. package/src/functions/listApps/schemas.ts +0 -32
  361. package/src/functions/listAuthentications/index.ts +0 -162
  362. package/src/functions/listAuthentications/info.ts +0 -9
  363. package/src/functions/listAuthentications/schemas.ts +0 -50
  364. package/src/functions/listFields/index.ts +0 -86
  365. package/src/functions/listFields/info.ts +0 -9
  366. package/src/functions/listFields/schemas.ts +0 -36
  367. package/src/functions/request/index.ts +0 -150
  368. package/src/functions/request/info.ts +0 -11
  369. package/src/functions/runAction/index.ts +0 -127
  370. package/src/functions/runAction/info.ts +0 -9
  371. package/src/functions/runAction/schemas.ts +0 -34
  372. package/src/plugins/apps/info.ts +0 -12
  373. package/src/plugins/fetch/types.ts +0 -2
  374. /package/src/{schema-utils.ts → utils/schema-utils.ts} +0 -0
@@ -0,0 +1,2473 @@
1
+ import { z } from "zod";
2
+ /**
3
+ * Base Zod schemas for API response models.
4
+ * These schemas represent the raw data structures returned by Zapier API endpoints.
5
+ * All TypeScript types in api/types.ts are inferred from these schemas.
6
+ */
7
+ export declare const NeedChoicesSchema: z.ZodObject<{
8
+ key: z.ZodOptional<z.ZodString>;
9
+ label: z.ZodOptional<z.ZodString>;
10
+ sample: z.ZodOptional<z.ZodString>;
11
+ value: z.ZodOptional<z.ZodString>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ value?: string | undefined;
14
+ key?: string | undefined;
15
+ label?: string | undefined;
16
+ sample?: string | undefined;
17
+ }, {
18
+ value?: string | undefined;
19
+ key?: string | undefined;
20
+ label?: string | undefined;
21
+ sample?: string | undefined;
22
+ }>;
23
+ export declare const NeedSchema: z.ZodObject<{
24
+ key: z.ZodString;
25
+ alters_custom_fields: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
27
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
28
+ key: z.ZodOptional<z.ZodString>;
29
+ label: z.ZodOptional<z.ZodString>;
30
+ sample: z.ZodOptional<z.ZodString>;
31
+ value: z.ZodOptional<z.ZodString>;
32
+ }, "strip", z.ZodTypeAny, {
33
+ value?: string | undefined;
34
+ key?: string | undefined;
35
+ label?: string | undefined;
36
+ sample?: string | undefined;
37
+ }, {
38
+ value?: string | undefined;
39
+ key?: string | undefined;
40
+ label?: string | undefined;
41
+ sample?: string | undefined;
42
+ }>, "many">>;
43
+ computed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
44
+ custom_field: z.ZodOptional<z.ZodBoolean>;
45
+ default: z.ZodOptional<z.ZodString>;
46
+ depends_on: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47
+ format: z.ZodOptional<z.ZodLiteral<"SELECT">>;
48
+ from_search: z.ZodOptional<z.ZodBoolean>;
49
+ from_write: z.ZodOptional<z.ZodBoolean>;
50
+ help_text: z.ZodOptional<z.ZodString>;
51
+ help_text_html: z.ZodOptional<z.ZodString>;
52
+ input_format: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
53
+ label: z.ZodOptional<z.ZodString>;
54
+ language: z.ZodOptional<z.ZodString>;
55
+ parent_key: z.ZodOptional<z.ZodString>;
56
+ placeholder: z.ZodOptional<z.ZodString>;
57
+ prefill: z.ZodOptional<z.ZodString>;
58
+ required: z.ZodOptional<z.ZodBoolean>;
59
+ searchfill: z.ZodOptional<z.ZodString>;
60
+ send_in_json: z.ZodOptional<z.ZodBoolean>;
61
+ regex: z.ZodOptional<z.ZodString>;
62
+ type: z.ZodOptional<z.ZodEnum<["integer", "string", "text", "datetime", "boolean", "file", "decimal", "copy", "password", "dict", "code", "filter", "json"]>>;
63
+ list: z.ZodOptional<z.ZodBoolean>;
64
+ }, "strip", z.ZodTypeAny, {
65
+ key: string;
66
+ default?: string | undefined;
67
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
68
+ label?: string | undefined;
69
+ alters_custom_fields?: boolean | null | undefined;
70
+ capabilities?: string[] | undefined;
71
+ choices?: {
72
+ value?: string | undefined;
73
+ key?: string | undefined;
74
+ label?: string | undefined;
75
+ sample?: string | undefined;
76
+ }[] | undefined;
77
+ computed?: boolean | null | undefined;
78
+ custom_field?: boolean | undefined;
79
+ depends_on?: string[] | undefined;
80
+ format?: "SELECT" | undefined;
81
+ from_search?: boolean | undefined;
82
+ from_write?: boolean | undefined;
83
+ help_text?: string | undefined;
84
+ help_text_html?: string | undefined;
85
+ input_format?: string[] | undefined;
86
+ language?: string | undefined;
87
+ parent_key?: string | undefined;
88
+ placeholder?: string | undefined;
89
+ prefill?: string | undefined;
90
+ required?: boolean | undefined;
91
+ searchfill?: string | undefined;
92
+ send_in_json?: boolean | undefined;
93
+ regex?: string | undefined;
94
+ list?: boolean | undefined;
95
+ }, {
96
+ key: string;
97
+ default?: string | undefined;
98
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
99
+ label?: string | undefined;
100
+ alters_custom_fields?: boolean | null | undefined;
101
+ capabilities?: string[] | undefined;
102
+ choices?: {
103
+ value?: string | undefined;
104
+ key?: string | undefined;
105
+ label?: string | undefined;
106
+ sample?: string | undefined;
107
+ }[] | undefined;
108
+ computed?: boolean | null | undefined;
109
+ custom_field?: boolean | undefined;
110
+ depends_on?: string[] | undefined;
111
+ format?: "SELECT" | undefined;
112
+ from_search?: boolean | undefined;
113
+ from_write?: boolean | undefined;
114
+ help_text?: string | undefined;
115
+ help_text_html?: string | undefined;
116
+ input_format?: string[] | undefined;
117
+ language?: string | undefined;
118
+ parent_key?: string | undefined;
119
+ placeholder?: string | undefined;
120
+ prefill?: string | undefined;
121
+ required?: boolean | undefined;
122
+ searchfill?: string | undefined;
123
+ send_in_json?: boolean | undefined;
124
+ regex?: string | undefined;
125
+ list?: boolean | undefined;
126
+ }>;
127
+ export declare const ActionLinksSchema: z.ZodObject<{
128
+ action_url: z.ZodOptional<z.ZodString>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ action_url?: string | undefined;
131
+ }, {
132
+ action_url?: string | undefined;
133
+ }>;
134
+ export declare const ActionPermissionsSchema: z.ZodObject<{
135
+ can_use: z.ZodOptional<z.ZodBoolean>;
136
+ }, "strip", z.ZodTypeAny, {
137
+ can_use?: boolean | undefined;
138
+ }, {
139
+ can_use?: boolean | undefined;
140
+ }>;
141
+ export declare const ActionSchema: z.ZodObject<{
142
+ id: z.ZodOptional<z.ZodString>;
143
+ type: z.ZodEnum<["filter", "read", "read_bulk", "run", "search", "search_and_write", "search_or_write", "write"]>;
144
+ key: z.ZodString;
145
+ name: z.ZodString;
146
+ noun: z.ZodOptional<z.ZodString>;
147
+ description: z.ZodString;
148
+ description_html: z.ZodOptional<z.ZodString>;
149
+ is_important: z.ZodOptional<z.ZodBoolean>;
150
+ is_hidden: z.ZodOptional<z.ZodBoolean>;
151
+ needs: z.ZodOptional<z.ZodArray<z.ZodObject<{
152
+ key: z.ZodString;
153
+ alters_custom_fields: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
154
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
155
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
156
+ key: z.ZodOptional<z.ZodString>;
157
+ label: z.ZodOptional<z.ZodString>;
158
+ sample: z.ZodOptional<z.ZodString>;
159
+ value: z.ZodOptional<z.ZodString>;
160
+ }, "strip", z.ZodTypeAny, {
161
+ value?: string | undefined;
162
+ key?: string | undefined;
163
+ label?: string | undefined;
164
+ sample?: string | undefined;
165
+ }, {
166
+ value?: string | undefined;
167
+ key?: string | undefined;
168
+ label?: string | undefined;
169
+ sample?: string | undefined;
170
+ }>, "many">>;
171
+ computed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
172
+ custom_field: z.ZodOptional<z.ZodBoolean>;
173
+ default: z.ZodOptional<z.ZodString>;
174
+ depends_on: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
175
+ format: z.ZodOptional<z.ZodLiteral<"SELECT">>;
176
+ from_search: z.ZodOptional<z.ZodBoolean>;
177
+ from_write: z.ZodOptional<z.ZodBoolean>;
178
+ help_text: z.ZodOptional<z.ZodString>;
179
+ help_text_html: z.ZodOptional<z.ZodString>;
180
+ input_format: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
181
+ label: z.ZodOptional<z.ZodString>;
182
+ language: z.ZodOptional<z.ZodString>;
183
+ parent_key: z.ZodOptional<z.ZodString>;
184
+ placeholder: z.ZodOptional<z.ZodString>;
185
+ prefill: z.ZodOptional<z.ZodString>;
186
+ required: z.ZodOptional<z.ZodBoolean>;
187
+ searchfill: z.ZodOptional<z.ZodString>;
188
+ send_in_json: z.ZodOptional<z.ZodBoolean>;
189
+ regex: z.ZodOptional<z.ZodString>;
190
+ type: z.ZodOptional<z.ZodEnum<["integer", "string", "text", "datetime", "boolean", "file", "decimal", "copy", "password", "dict", "code", "filter", "json"]>>;
191
+ list: z.ZodOptional<z.ZodBoolean>;
192
+ }, "strip", z.ZodTypeAny, {
193
+ key: string;
194
+ default?: string | undefined;
195
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
196
+ label?: string | undefined;
197
+ alters_custom_fields?: boolean | null | undefined;
198
+ capabilities?: string[] | undefined;
199
+ choices?: {
200
+ value?: string | undefined;
201
+ key?: string | undefined;
202
+ label?: string | undefined;
203
+ sample?: string | undefined;
204
+ }[] | undefined;
205
+ computed?: boolean | null | undefined;
206
+ custom_field?: boolean | undefined;
207
+ depends_on?: string[] | undefined;
208
+ format?: "SELECT" | undefined;
209
+ from_search?: boolean | undefined;
210
+ from_write?: boolean | undefined;
211
+ help_text?: string | undefined;
212
+ help_text_html?: string | undefined;
213
+ input_format?: string[] | undefined;
214
+ language?: string | undefined;
215
+ parent_key?: string | undefined;
216
+ placeholder?: string | undefined;
217
+ prefill?: string | undefined;
218
+ required?: boolean | undefined;
219
+ searchfill?: string | undefined;
220
+ send_in_json?: boolean | undefined;
221
+ regex?: string | undefined;
222
+ list?: boolean | undefined;
223
+ }, {
224
+ key: string;
225
+ default?: string | undefined;
226
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
227
+ label?: string | undefined;
228
+ alters_custom_fields?: boolean | null | undefined;
229
+ capabilities?: string[] | undefined;
230
+ choices?: {
231
+ value?: string | undefined;
232
+ key?: string | undefined;
233
+ label?: string | undefined;
234
+ sample?: string | undefined;
235
+ }[] | undefined;
236
+ computed?: boolean | null | undefined;
237
+ custom_field?: boolean | undefined;
238
+ depends_on?: string[] | undefined;
239
+ format?: "SELECT" | undefined;
240
+ from_search?: boolean | undefined;
241
+ from_write?: boolean | undefined;
242
+ help_text?: string | undefined;
243
+ help_text_html?: string | undefined;
244
+ input_format?: string[] | undefined;
245
+ language?: string | undefined;
246
+ parent_key?: string | undefined;
247
+ placeholder?: string | undefined;
248
+ prefill?: string | undefined;
249
+ required?: boolean | undefined;
250
+ searchfill?: string | undefined;
251
+ send_in_json?: boolean | undefined;
252
+ regex?: string | undefined;
253
+ list?: boolean | undefined;
254
+ }>, "many">>;
255
+ meta: z.ZodOptional<z.ZodString>;
256
+ selected_api: z.ZodOptional<z.ZodString>;
257
+ links: z.ZodOptional<z.ZodObject<{
258
+ action_url: z.ZodOptional<z.ZodString>;
259
+ }, "strip", z.ZodTypeAny, {
260
+ action_url?: string | undefined;
261
+ }, {
262
+ action_url?: string | undefined;
263
+ }>>;
264
+ permissions: z.ZodOptional<z.ZodObject<{
265
+ can_use: z.ZodOptional<z.ZodBoolean>;
266
+ }, "strip", z.ZodTypeAny, {
267
+ can_use?: boolean | undefined;
268
+ }, {
269
+ can_use?: boolean | undefined;
270
+ }>>;
271
+ }, "strip", z.ZodTypeAny, {
272
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
273
+ key: string;
274
+ description: string;
275
+ name: string;
276
+ id?: string | undefined;
277
+ noun?: string | undefined;
278
+ description_html?: string | undefined;
279
+ is_important?: boolean | undefined;
280
+ is_hidden?: boolean | undefined;
281
+ needs?: {
282
+ key: string;
283
+ default?: string | undefined;
284
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
285
+ label?: string | undefined;
286
+ alters_custom_fields?: boolean | null | undefined;
287
+ capabilities?: string[] | undefined;
288
+ choices?: {
289
+ value?: string | undefined;
290
+ key?: string | undefined;
291
+ label?: string | undefined;
292
+ sample?: string | undefined;
293
+ }[] | undefined;
294
+ computed?: boolean | null | undefined;
295
+ custom_field?: boolean | undefined;
296
+ depends_on?: string[] | undefined;
297
+ format?: "SELECT" | undefined;
298
+ from_search?: boolean | undefined;
299
+ from_write?: boolean | undefined;
300
+ help_text?: string | undefined;
301
+ help_text_html?: string | undefined;
302
+ input_format?: string[] | undefined;
303
+ language?: string | undefined;
304
+ parent_key?: string | undefined;
305
+ placeholder?: string | undefined;
306
+ prefill?: string | undefined;
307
+ required?: boolean | undefined;
308
+ searchfill?: string | undefined;
309
+ send_in_json?: boolean | undefined;
310
+ regex?: string | undefined;
311
+ list?: boolean | undefined;
312
+ }[] | undefined;
313
+ meta?: string | undefined;
314
+ selected_api?: string | undefined;
315
+ links?: {
316
+ action_url?: string | undefined;
317
+ } | undefined;
318
+ permissions?: {
319
+ can_use?: boolean | undefined;
320
+ } | undefined;
321
+ }, {
322
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
323
+ key: string;
324
+ description: string;
325
+ name: string;
326
+ id?: string | undefined;
327
+ noun?: string | undefined;
328
+ description_html?: string | undefined;
329
+ is_important?: boolean | undefined;
330
+ is_hidden?: boolean | undefined;
331
+ needs?: {
332
+ key: string;
333
+ default?: string | undefined;
334
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
335
+ label?: string | undefined;
336
+ alters_custom_fields?: boolean | null | undefined;
337
+ capabilities?: string[] | undefined;
338
+ choices?: {
339
+ value?: string | undefined;
340
+ key?: string | undefined;
341
+ label?: string | undefined;
342
+ sample?: string | undefined;
343
+ }[] | undefined;
344
+ computed?: boolean | null | undefined;
345
+ custom_field?: boolean | undefined;
346
+ depends_on?: string[] | undefined;
347
+ format?: "SELECT" | undefined;
348
+ from_search?: boolean | undefined;
349
+ from_write?: boolean | undefined;
350
+ help_text?: string | undefined;
351
+ help_text_html?: string | undefined;
352
+ input_format?: string[] | undefined;
353
+ language?: string | undefined;
354
+ parent_key?: string | undefined;
355
+ placeholder?: string | undefined;
356
+ prefill?: string | undefined;
357
+ required?: boolean | undefined;
358
+ searchfill?: string | undefined;
359
+ send_in_json?: boolean | undefined;
360
+ regex?: string | undefined;
361
+ list?: boolean | undefined;
362
+ }[] | undefined;
363
+ meta?: string | undefined;
364
+ selected_api?: string | undefined;
365
+ links?: {
366
+ action_url?: string | undefined;
367
+ } | undefined;
368
+ permissions?: {
369
+ can_use?: boolean | undefined;
370
+ } | undefined;
371
+ }>;
372
+ export declare const ChoiceSchema: z.ZodObject<{
373
+ value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
374
+ label: z.ZodString;
375
+ }, "strip", z.ZodTypeAny, {
376
+ value: string | number;
377
+ label: string;
378
+ }, {
379
+ value: string | number;
380
+ label: string;
381
+ }>;
382
+ export declare const FieldSchema: z.ZodObject<{
383
+ key: z.ZodString;
384
+ label: z.ZodString;
385
+ type: z.ZodEnum<["string", "number", "boolean", "datetime", "file", "object", "array"]>;
386
+ required: z.ZodBoolean;
387
+ description: z.ZodOptional<z.ZodString>;
388
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
389
+ value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
390
+ label: z.ZodString;
391
+ }, "strip", z.ZodTypeAny, {
392
+ value: string | number;
393
+ label: string;
394
+ }, {
395
+ value: string | number;
396
+ label: string;
397
+ }>, "many">>;
398
+ }, "strip", z.ZodTypeAny, {
399
+ type: "string" | "number" | "boolean" | "object" | "array" | "datetime" | "file";
400
+ key: string;
401
+ label: string;
402
+ required: boolean;
403
+ description?: string | undefined;
404
+ choices?: {
405
+ value: string | number;
406
+ label: string;
407
+ }[] | undefined;
408
+ }, {
409
+ type: "string" | "number" | "boolean" | "object" | "array" | "datetime" | "file";
410
+ key: string;
411
+ label: string;
412
+ required: boolean;
413
+ description?: string | undefined;
414
+ choices?: {
415
+ value: string | number;
416
+ label: string;
417
+ }[] | undefined;
418
+ }>;
419
+ export declare const ActionExecutionResultSchema: z.ZodObject<{
420
+ data: z.ZodArray<z.ZodAny, "many">;
421
+ }, "strip", z.ZodTypeAny, {
422
+ data: any[];
423
+ }, {
424
+ data: any[];
425
+ }>;
426
+ export declare const ActionFieldChoiceSchema: z.ZodObject<{
427
+ value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
428
+ label: z.ZodString;
429
+ }, "strip", z.ZodTypeAny, {
430
+ value: string | number;
431
+ label: string;
432
+ }, {
433
+ value: string | number;
434
+ label: string;
435
+ }>;
436
+ export declare const ActionFieldSchema: z.ZodObject<{
437
+ key: z.ZodString;
438
+ label: z.ZodOptional<z.ZodString>;
439
+ required: z.ZodBoolean;
440
+ type: z.ZodOptional<z.ZodString>;
441
+ helpText: z.ZodOptional<z.ZodString>;
442
+ helpTextHtml: z.ZodOptional<z.ZodString>;
443
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
444
+ value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
445
+ label: z.ZodString;
446
+ }, "strip", z.ZodTypeAny, {
447
+ value: string | number;
448
+ label: string;
449
+ }, {
450
+ value: string | number;
451
+ label: string;
452
+ }>, "many">>;
453
+ default: z.ZodOptional<z.ZodString>;
454
+ placeholder: z.ZodOptional<z.ZodString>;
455
+ computed: z.ZodOptional<z.ZodBoolean>;
456
+ customField: z.ZodOptional<z.ZodBoolean>;
457
+ dependsOn: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
458
+ format: z.ZodOptional<z.ZodString>;
459
+ inputFormat: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
460
+ }, "strip", z.ZodTypeAny, {
461
+ key: string;
462
+ required: boolean;
463
+ default?: string | undefined;
464
+ type?: string | undefined;
465
+ label?: string | undefined;
466
+ choices?: {
467
+ value: string | number;
468
+ label: string;
469
+ }[] | undefined;
470
+ computed?: boolean | undefined;
471
+ format?: string | undefined;
472
+ placeholder?: string | undefined;
473
+ helpText?: string | undefined;
474
+ helpTextHtml?: string | undefined;
475
+ customField?: boolean | undefined;
476
+ dependsOn?: string[] | undefined;
477
+ inputFormat?: string[] | undefined;
478
+ }, {
479
+ key: string;
480
+ required: boolean;
481
+ default?: string | undefined;
482
+ type?: string | undefined;
483
+ label?: string | undefined;
484
+ choices?: {
485
+ value: string | number;
486
+ label: string;
487
+ }[] | undefined;
488
+ computed?: boolean | undefined;
489
+ format?: string | undefined;
490
+ placeholder?: string | undefined;
491
+ helpText?: string | undefined;
492
+ helpTextHtml?: string | undefined;
493
+ customField?: boolean | undefined;
494
+ dependsOn?: string[] | undefined;
495
+ inputFormat?: string[] | undefined;
496
+ }>;
497
+ export declare const AuthenticationSchema: z.ZodObject<{
498
+ id: z.ZodNumber;
499
+ date: z.ZodString;
500
+ lastchanged: z.ZodOptional<z.ZodString>;
501
+ account_id: z.ZodNumber;
502
+ customuser_id: z.ZodOptional<z.ZodNumber>;
503
+ selected_api: z.ZodString;
504
+ destination_selected_api: z.ZodOptional<z.ZodNullable<z.ZodString>>;
505
+ is_invite_only: z.ZodBoolean;
506
+ is_private: z.ZodBoolean;
507
+ shared_with_all: z.ZodBoolean;
508
+ is_stale: z.ZodOptional<z.ZodString>;
509
+ is_shared: z.ZodOptional<z.ZodString>;
510
+ marked_stale_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
511
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
512
+ identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
513
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
514
+ url: z.ZodOptional<z.ZodString>;
515
+ groups: z.ZodOptional<z.ZodString>;
516
+ members: z.ZodOptional<z.ZodString>;
517
+ permissions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
518
+ }, "strip", z.ZodTypeAny, {
519
+ date: string;
520
+ id: number;
521
+ selected_api: string;
522
+ account_id: number;
523
+ is_invite_only: boolean;
524
+ is_private: boolean;
525
+ shared_with_all: boolean;
526
+ title?: string | null | undefined;
527
+ label?: string | null | undefined;
528
+ permissions?: Record<string, boolean> | undefined;
529
+ lastchanged?: string | undefined;
530
+ customuser_id?: number | undefined;
531
+ destination_selected_api?: string | null | undefined;
532
+ is_stale?: string | undefined;
533
+ is_shared?: string | undefined;
534
+ marked_stale_at?: string | null | undefined;
535
+ identifier?: string | null | undefined;
536
+ url?: string | undefined;
537
+ groups?: string | undefined;
538
+ members?: string | undefined;
539
+ }, {
540
+ date: string;
541
+ id: number;
542
+ selected_api: string;
543
+ account_id: number;
544
+ is_invite_only: boolean;
545
+ is_private: boolean;
546
+ shared_with_all: boolean;
547
+ title?: string | null | undefined;
548
+ label?: string | null | undefined;
549
+ permissions?: Record<string, boolean> | undefined;
550
+ lastchanged?: string | undefined;
551
+ customuser_id?: number | undefined;
552
+ destination_selected_api?: string | null | undefined;
553
+ is_stale?: string | undefined;
554
+ is_shared?: string | undefined;
555
+ marked_stale_at?: string | null | undefined;
556
+ identifier?: string | null | undefined;
557
+ url?: string | undefined;
558
+ groups?: string | undefined;
559
+ members?: string | undefined;
560
+ }>;
561
+ export declare const AuthenticationsResponseSchema: z.ZodObject<{
562
+ count: z.ZodNumber;
563
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
564
+ previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
565
+ results: z.ZodArray<z.ZodObject<{
566
+ id: z.ZodNumber;
567
+ date: z.ZodString;
568
+ lastchanged: z.ZodOptional<z.ZodString>;
569
+ account_id: z.ZodNumber;
570
+ customuser_id: z.ZodOptional<z.ZodNumber>;
571
+ selected_api: z.ZodString;
572
+ destination_selected_api: z.ZodOptional<z.ZodNullable<z.ZodString>>;
573
+ is_invite_only: z.ZodBoolean;
574
+ is_private: z.ZodBoolean;
575
+ shared_with_all: z.ZodBoolean;
576
+ is_stale: z.ZodOptional<z.ZodString>;
577
+ is_shared: z.ZodOptional<z.ZodString>;
578
+ marked_stale_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
579
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
580
+ identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
581
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
582
+ url: z.ZodOptional<z.ZodString>;
583
+ groups: z.ZodOptional<z.ZodString>;
584
+ members: z.ZodOptional<z.ZodString>;
585
+ permissions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
586
+ }, "strip", z.ZodTypeAny, {
587
+ date: string;
588
+ id: number;
589
+ selected_api: string;
590
+ account_id: number;
591
+ is_invite_only: boolean;
592
+ is_private: boolean;
593
+ shared_with_all: boolean;
594
+ title?: string | null | undefined;
595
+ label?: string | null | undefined;
596
+ permissions?: Record<string, boolean> | undefined;
597
+ lastchanged?: string | undefined;
598
+ customuser_id?: number | undefined;
599
+ destination_selected_api?: string | null | undefined;
600
+ is_stale?: string | undefined;
601
+ is_shared?: string | undefined;
602
+ marked_stale_at?: string | null | undefined;
603
+ identifier?: string | null | undefined;
604
+ url?: string | undefined;
605
+ groups?: string | undefined;
606
+ members?: string | undefined;
607
+ }, {
608
+ date: string;
609
+ id: number;
610
+ selected_api: string;
611
+ account_id: number;
612
+ is_invite_only: boolean;
613
+ is_private: boolean;
614
+ shared_with_all: boolean;
615
+ title?: string | null | undefined;
616
+ label?: string | null | undefined;
617
+ permissions?: Record<string, boolean> | undefined;
618
+ lastchanged?: string | undefined;
619
+ customuser_id?: number | undefined;
620
+ destination_selected_api?: string | null | undefined;
621
+ is_stale?: string | undefined;
622
+ is_shared?: string | undefined;
623
+ marked_stale_at?: string | null | undefined;
624
+ identifier?: string | null | undefined;
625
+ url?: string | undefined;
626
+ groups?: string | undefined;
627
+ members?: string | undefined;
628
+ }>, "many">;
629
+ }, "strip", z.ZodTypeAny, {
630
+ count: number;
631
+ results: {
632
+ date: string;
633
+ id: number;
634
+ selected_api: string;
635
+ account_id: number;
636
+ is_invite_only: boolean;
637
+ is_private: boolean;
638
+ shared_with_all: boolean;
639
+ title?: string | null | undefined;
640
+ label?: string | null | undefined;
641
+ permissions?: Record<string, boolean> | undefined;
642
+ lastchanged?: string | undefined;
643
+ customuser_id?: number | undefined;
644
+ destination_selected_api?: string | null | undefined;
645
+ is_stale?: string | undefined;
646
+ is_shared?: string | undefined;
647
+ marked_stale_at?: string | null | undefined;
648
+ identifier?: string | null | undefined;
649
+ url?: string | undefined;
650
+ groups?: string | undefined;
651
+ members?: string | undefined;
652
+ }[];
653
+ next?: string | null | undefined;
654
+ previous?: string | null | undefined;
655
+ }, {
656
+ count: number;
657
+ results: {
658
+ date: string;
659
+ id: number;
660
+ selected_api: string;
661
+ account_id: number;
662
+ is_invite_only: boolean;
663
+ is_private: boolean;
664
+ shared_with_all: boolean;
665
+ title?: string | null | undefined;
666
+ label?: string | null | undefined;
667
+ permissions?: Record<string, boolean> | undefined;
668
+ lastchanged?: string | undefined;
669
+ customuser_id?: number | undefined;
670
+ destination_selected_api?: string | null | undefined;
671
+ is_stale?: string | undefined;
672
+ is_shared?: string | undefined;
673
+ marked_stale_at?: string | null | undefined;
674
+ identifier?: string | null | undefined;
675
+ url?: string | undefined;
676
+ groups?: string | undefined;
677
+ members?: string | undefined;
678
+ }[];
679
+ next?: string | null | undefined;
680
+ previous?: string | null | undefined;
681
+ }>;
682
+ export declare const UserProfileSchema: z.ZodObject<{
683
+ id: z.ZodNumber;
684
+ code: z.ZodString;
685
+ user_id: z.ZodNumber;
686
+ auto_provisioned: z.ZodBoolean;
687
+ first_name: z.ZodString;
688
+ last_name: z.ZodString;
689
+ username: z.ZodString;
690
+ personas: z.ZodString;
691
+ user_generated_personas: z.ZodString;
692
+ last_login: z.ZodString;
693
+ email: z.ZodString;
694
+ email_hash: z.ZodString;
695
+ email_confirmed: z.ZodBoolean;
696
+ timezone: z.ZodString;
697
+ photo_url: z.ZodString;
698
+ has_seen_notifications: z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodBoolean>>;
699
+ signup: z.ZodString;
700
+ since_signup: z.ZodString;
701
+ has_activated: z.ZodBoolean;
702
+ enable_gz_creator: z.ZodBoolean;
703
+ should_see_nps_survey: z.ZodBoolean;
704
+ is_developer: z.ZodBoolean;
705
+ is_expert: z.ZodBoolean;
706
+ tos_agreement: z.ZodBoolean;
707
+ should_renew_tos: z.ZodBoolean;
708
+ is_gdpr_consented: z.ZodBoolean;
709
+ disable_ssl_check: z.ZodBoolean;
710
+ identity: z.ZodNumber;
711
+ summary_schedule: z.ZodString;
712
+ alert_triggers: z.ZodString;
713
+ alert_actions: z.ZodString;
714
+ is_staff: z.ZodBoolean;
715
+ is_zt_reviewer: z.ZodBoolean;
716
+ is_high_value: z.ZodBoolean;
717
+ is_temporary: z.ZodBoolean;
718
+ banner_message: z.ZodString;
719
+ enable_totp_2fa: z.ZodBoolean;
720
+ viewed_help: z.ZodRecord<z.ZodString, z.ZodBoolean>;
721
+ show_editor_migration_mesaging: z.ZodBoolean;
722
+ switches: z.ZodRecord<z.ZodString, z.ZodAny>;
723
+ organizations: z.ZodArray<z.ZodNullable<z.ZodAny>, "many">;
724
+ primary_organization: z.ZodNullable<z.ZodAny>;
725
+ has_active_zaps: z.ZodBoolean;
726
+ has_google_sso: z.ZodBoolean;
727
+ auth_realm: z.ZodString;
728
+ roles: z.ZodArray<z.ZodObject<{
729
+ account_id: z.ZodNumber;
730
+ role: z.ZodString;
731
+ }, "strip", z.ZodTypeAny, {
732
+ account_id: number;
733
+ role: string;
734
+ }, {
735
+ account_id: number;
736
+ role: string;
737
+ }>, "many">;
738
+ }, "strip", z.ZodTypeAny, {
739
+ email: string;
740
+ code: string;
741
+ id: number;
742
+ user_id: number;
743
+ auto_provisioned: boolean;
744
+ first_name: string;
745
+ last_name: string;
746
+ username: string;
747
+ personas: string;
748
+ user_generated_personas: string;
749
+ last_login: string;
750
+ email_hash: string;
751
+ email_confirmed: boolean;
752
+ timezone: string;
753
+ photo_url: string;
754
+ has_seen_notifications: Record<string, boolean | null>;
755
+ signup: string;
756
+ since_signup: string;
757
+ has_activated: boolean;
758
+ enable_gz_creator: boolean;
759
+ should_see_nps_survey: boolean;
760
+ is_developer: boolean;
761
+ is_expert: boolean;
762
+ tos_agreement: boolean;
763
+ should_renew_tos: boolean;
764
+ is_gdpr_consented: boolean;
765
+ disable_ssl_check: boolean;
766
+ identity: number;
767
+ summary_schedule: string;
768
+ alert_triggers: string;
769
+ alert_actions: string;
770
+ is_staff: boolean;
771
+ is_zt_reviewer: boolean;
772
+ is_high_value: boolean;
773
+ is_temporary: boolean;
774
+ banner_message: string;
775
+ enable_totp_2fa: boolean;
776
+ viewed_help: Record<string, boolean>;
777
+ show_editor_migration_mesaging: boolean;
778
+ switches: Record<string, any>;
779
+ organizations: any[];
780
+ has_active_zaps: boolean;
781
+ has_google_sso: boolean;
782
+ auth_realm: string;
783
+ roles: {
784
+ account_id: number;
785
+ role: string;
786
+ }[];
787
+ primary_organization?: any;
788
+ }, {
789
+ email: string;
790
+ code: string;
791
+ id: number;
792
+ user_id: number;
793
+ auto_provisioned: boolean;
794
+ first_name: string;
795
+ last_name: string;
796
+ username: string;
797
+ personas: string;
798
+ user_generated_personas: string;
799
+ last_login: string;
800
+ email_hash: string;
801
+ email_confirmed: boolean;
802
+ timezone: string;
803
+ photo_url: string;
804
+ has_seen_notifications: Record<string, boolean | null>;
805
+ signup: string;
806
+ since_signup: string;
807
+ has_activated: boolean;
808
+ enable_gz_creator: boolean;
809
+ should_see_nps_survey: boolean;
810
+ is_developer: boolean;
811
+ is_expert: boolean;
812
+ tos_agreement: boolean;
813
+ should_renew_tos: boolean;
814
+ is_gdpr_consented: boolean;
815
+ disable_ssl_check: boolean;
816
+ identity: number;
817
+ summary_schedule: string;
818
+ alert_triggers: string;
819
+ alert_actions: string;
820
+ is_staff: boolean;
821
+ is_zt_reviewer: boolean;
822
+ is_high_value: boolean;
823
+ is_temporary: boolean;
824
+ banner_message: string;
825
+ enable_totp_2fa: boolean;
826
+ viewed_help: Record<string, boolean>;
827
+ show_editor_migration_mesaging: boolean;
828
+ switches: Record<string, any>;
829
+ organizations: any[];
830
+ has_active_zaps: boolean;
831
+ has_google_sso: boolean;
832
+ auth_realm: string;
833
+ roles: {
834
+ account_id: number;
835
+ role: string;
836
+ }[];
837
+ primary_organization?: any;
838
+ }>;
839
+ export declare const AppSchema: z.ZodObject<{
840
+ age_in_days: z.ZodOptional<z.ZodString>;
841
+ api_docs_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
842
+ app_profile_url: z.ZodString;
843
+ banner: z.ZodOptional<z.ZodString>;
844
+ categories: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
845
+ canonical_id: z.ZodOptional<z.ZodString>;
846
+ current_implementation_id: z.ZodString;
847
+ days_since_last_update: z.ZodOptional<z.ZodString>;
848
+ description: z.ZodString;
849
+ external_url: z.ZodString;
850
+ hashtag: z.ZodOptional<z.ZodString>;
851
+ id: z.ZodOptional<z.ZodNumber>;
852
+ image: z.ZodOptional<z.ZodString>;
853
+ images: z.ZodOptional<z.ZodString>;
854
+ integration_overview_html: z.ZodOptional<z.ZodNullable<z.ZodString>>;
855
+ internal_id: z.ZodString;
856
+ invite_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
857
+ is_beta: z.ZodOptional<z.ZodString>;
858
+ is_built_in: z.ZodOptional<z.ZodString>;
859
+ is_featured: z.ZodOptional<z.ZodString>;
860
+ is_premium: z.ZodOptional<z.ZodBoolean>;
861
+ is_public: z.ZodOptional<z.ZodString>;
862
+ is_upcoming: z.ZodOptional<z.ZodString>;
863
+ learn_more_url: z.ZodString;
864
+ name: z.ZodString;
865
+ popularity: z.ZodNumber;
866
+ primary_color: z.ZodString;
867
+ request_count: z.ZodOptional<z.ZodString>;
868
+ slug: z.ZodString;
869
+ zap_usage_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
870
+ }, "strip", z.ZodTypeAny, {
871
+ current_implementation_id: string;
872
+ description: string;
873
+ slug: string;
874
+ name: string;
875
+ app_profile_url: string;
876
+ external_url: string;
877
+ internal_id: string;
878
+ learn_more_url: string;
879
+ popularity: number;
880
+ primary_color: string;
881
+ id?: number | undefined;
882
+ age_in_days?: string | undefined;
883
+ api_docs_url?: string | null | undefined;
884
+ banner?: string | undefined;
885
+ categories?: any[] | undefined;
886
+ canonical_id?: string | undefined;
887
+ days_since_last_update?: string | undefined;
888
+ hashtag?: string | undefined;
889
+ image?: string | undefined;
890
+ images?: string | undefined;
891
+ integration_overview_html?: string | null | undefined;
892
+ invite_url?: string | null | undefined;
893
+ is_beta?: string | undefined;
894
+ is_built_in?: string | undefined;
895
+ is_featured?: string | undefined;
896
+ is_premium?: boolean | undefined;
897
+ is_public?: string | undefined;
898
+ is_upcoming?: string | undefined;
899
+ request_count?: string | undefined;
900
+ zap_usage_count?: number | null | undefined;
901
+ }, {
902
+ current_implementation_id: string;
903
+ description: string;
904
+ slug: string;
905
+ name: string;
906
+ app_profile_url: string;
907
+ external_url: string;
908
+ internal_id: string;
909
+ learn_more_url: string;
910
+ popularity: number;
911
+ primary_color: string;
912
+ id?: number | undefined;
913
+ age_in_days?: string | undefined;
914
+ api_docs_url?: string | null | undefined;
915
+ banner?: string | undefined;
916
+ categories?: any[] | undefined;
917
+ canonical_id?: string | undefined;
918
+ days_since_last_update?: string | undefined;
919
+ hashtag?: string | undefined;
920
+ image?: string | undefined;
921
+ images?: string | undefined;
922
+ integration_overview_html?: string | null | undefined;
923
+ invite_url?: string | null | undefined;
924
+ is_beta?: string | undefined;
925
+ is_built_in?: string | undefined;
926
+ is_featured?: string | undefined;
927
+ is_premium?: boolean | undefined;
928
+ is_public?: string | undefined;
929
+ is_upcoming?: string | undefined;
930
+ request_count?: string | undefined;
931
+ zap_usage_count?: number | null | undefined;
932
+ }>;
933
+ export declare const ServiceSchema: z.ZodObject<{
934
+ id: z.ZodOptional<z.ZodNumber>;
935
+ canonical_id: z.ZodOptional<z.ZodString>;
936
+ current_implementation_id: z.ZodString;
937
+ name: z.ZodString;
938
+ slug: z.ZodString;
939
+ app_url: z.ZodOptional<z.ZodString>;
940
+ learn_more_url: z.ZodOptional<z.ZodString>;
941
+ description: z.ZodString;
942
+ primary_color: z.ZodString;
943
+ popularity: z.ZodNumber;
944
+ image: z.ZodOptional<z.ZodString>;
945
+ images: z.ZodOptional<z.ZodString>;
946
+ }, "strip", z.ZodTypeAny, {
947
+ current_implementation_id: string;
948
+ description: string;
949
+ slug: string;
950
+ name: string;
951
+ popularity: number;
952
+ primary_color: string;
953
+ id?: number | undefined;
954
+ canonical_id?: string | undefined;
955
+ image?: string | undefined;
956
+ images?: string | undefined;
957
+ learn_more_url?: string | undefined;
958
+ app_url?: string | undefined;
959
+ }, {
960
+ current_implementation_id: string;
961
+ description: string;
962
+ slug: string;
963
+ name: string;
964
+ popularity: number;
965
+ primary_color: string;
966
+ id?: number | undefined;
967
+ canonical_id?: string | undefined;
968
+ image?: string | undefined;
969
+ images?: string | undefined;
970
+ learn_more_url?: string | undefined;
971
+ app_url?: string | undefined;
972
+ }>;
973
+ export declare const ServicesResponseSchema: z.ZodObject<{
974
+ results: z.ZodArray<z.ZodObject<{
975
+ id: z.ZodOptional<z.ZodNumber>;
976
+ canonical_id: z.ZodOptional<z.ZodString>;
977
+ current_implementation_id: z.ZodString;
978
+ name: z.ZodString;
979
+ slug: z.ZodString;
980
+ app_url: z.ZodOptional<z.ZodString>;
981
+ learn_more_url: z.ZodOptional<z.ZodString>;
982
+ description: z.ZodString;
983
+ primary_color: z.ZodString;
984
+ popularity: z.ZodNumber;
985
+ image: z.ZodOptional<z.ZodString>;
986
+ images: z.ZodOptional<z.ZodString>;
987
+ }, "strip", z.ZodTypeAny, {
988
+ current_implementation_id: string;
989
+ description: string;
990
+ slug: string;
991
+ name: string;
992
+ popularity: number;
993
+ primary_color: string;
994
+ id?: number | undefined;
995
+ canonical_id?: string | undefined;
996
+ image?: string | undefined;
997
+ images?: string | undefined;
998
+ learn_more_url?: string | undefined;
999
+ app_url?: string | undefined;
1000
+ }, {
1001
+ current_implementation_id: string;
1002
+ description: string;
1003
+ slug: string;
1004
+ name: string;
1005
+ popularity: number;
1006
+ primary_color: string;
1007
+ id?: number | undefined;
1008
+ canonical_id?: string | undefined;
1009
+ image?: string | undefined;
1010
+ images?: string | undefined;
1011
+ learn_more_url?: string | undefined;
1012
+ app_url?: string | undefined;
1013
+ }>, "many">;
1014
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1015
+ previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1016
+ }, "strip", z.ZodTypeAny, {
1017
+ results: {
1018
+ current_implementation_id: string;
1019
+ description: string;
1020
+ slug: string;
1021
+ name: string;
1022
+ popularity: number;
1023
+ primary_color: string;
1024
+ id?: number | undefined;
1025
+ canonical_id?: string | undefined;
1026
+ image?: string | undefined;
1027
+ images?: string | undefined;
1028
+ learn_more_url?: string | undefined;
1029
+ app_url?: string | undefined;
1030
+ }[];
1031
+ next?: string | null | undefined;
1032
+ previous?: string | null | undefined;
1033
+ }, {
1034
+ results: {
1035
+ current_implementation_id: string;
1036
+ description: string;
1037
+ slug: string;
1038
+ name: string;
1039
+ popularity: number;
1040
+ primary_color: string;
1041
+ id?: number | undefined;
1042
+ canonical_id?: string | undefined;
1043
+ image?: string | undefined;
1044
+ images?: string | undefined;
1045
+ learn_more_url?: string | undefined;
1046
+ app_url?: string | undefined;
1047
+ }[];
1048
+ next?: string | null | undefined;
1049
+ previous?: string | null | undefined;
1050
+ }>;
1051
+ export declare const NeedsRequestSchema: z.ZodObject<{
1052
+ selected_api: z.ZodString;
1053
+ action: z.ZodString;
1054
+ type_of: z.ZodString;
1055
+ authentication_id: z.ZodOptional<z.ZodNumber>;
1056
+ params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
1057
+ }, "strip", z.ZodTypeAny, {
1058
+ selected_api: string;
1059
+ action: string;
1060
+ type_of: string;
1061
+ params?: Record<string, any> | undefined;
1062
+ authentication_id?: number | undefined;
1063
+ }, {
1064
+ selected_api: string;
1065
+ action: string;
1066
+ type_of: string;
1067
+ params?: Record<string, any> | undefined;
1068
+ authentication_id?: number | undefined;
1069
+ }>;
1070
+ export declare const NeedsResponseSchema: z.ZodObject<{
1071
+ success: z.ZodBoolean;
1072
+ needs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1073
+ key: z.ZodString;
1074
+ alters_custom_fields: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1075
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1076
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
1077
+ key: z.ZodOptional<z.ZodString>;
1078
+ label: z.ZodOptional<z.ZodString>;
1079
+ sample: z.ZodOptional<z.ZodString>;
1080
+ value: z.ZodOptional<z.ZodString>;
1081
+ }, "strip", z.ZodTypeAny, {
1082
+ value?: string | undefined;
1083
+ key?: string | undefined;
1084
+ label?: string | undefined;
1085
+ sample?: string | undefined;
1086
+ }, {
1087
+ value?: string | undefined;
1088
+ key?: string | undefined;
1089
+ label?: string | undefined;
1090
+ sample?: string | undefined;
1091
+ }>, "many">>;
1092
+ computed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1093
+ custom_field: z.ZodOptional<z.ZodBoolean>;
1094
+ default: z.ZodOptional<z.ZodString>;
1095
+ depends_on: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1096
+ format: z.ZodOptional<z.ZodLiteral<"SELECT">>;
1097
+ from_search: z.ZodOptional<z.ZodBoolean>;
1098
+ from_write: z.ZodOptional<z.ZodBoolean>;
1099
+ help_text: z.ZodOptional<z.ZodString>;
1100
+ help_text_html: z.ZodOptional<z.ZodString>;
1101
+ input_format: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1102
+ label: z.ZodOptional<z.ZodString>;
1103
+ language: z.ZodOptional<z.ZodString>;
1104
+ parent_key: z.ZodOptional<z.ZodString>;
1105
+ placeholder: z.ZodOptional<z.ZodString>;
1106
+ prefill: z.ZodOptional<z.ZodString>;
1107
+ required: z.ZodOptional<z.ZodBoolean>;
1108
+ searchfill: z.ZodOptional<z.ZodString>;
1109
+ send_in_json: z.ZodOptional<z.ZodBoolean>;
1110
+ regex: z.ZodOptional<z.ZodString>;
1111
+ type: z.ZodOptional<z.ZodEnum<["integer", "string", "text", "datetime", "boolean", "file", "decimal", "copy", "password", "dict", "code", "filter", "json"]>>;
1112
+ list: z.ZodOptional<z.ZodBoolean>;
1113
+ }, "strip", z.ZodTypeAny, {
1114
+ key: string;
1115
+ default?: string | undefined;
1116
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1117
+ label?: string | undefined;
1118
+ alters_custom_fields?: boolean | null | undefined;
1119
+ capabilities?: string[] | undefined;
1120
+ choices?: {
1121
+ value?: string | undefined;
1122
+ key?: string | undefined;
1123
+ label?: string | undefined;
1124
+ sample?: string | undefined;
1125
+ }[] | undefined;
1126
+ computed?: boolean | null | undefined;
1127
+ custom_field?: boolean | undefined;
1128
+ depends_on?: string[] | undefined;
1129
+ format?: "SELECT" | undefined;
1130
+ from_search?: boolean | undefined;
1131
+ from_write?: boolean | undefined;
1132
+ help_text?: string | undefined;
1133
+ help_text_html?: string | undefined;
1134
+ input_format?: string[] | undefined;
1135
+ language?: string | undefined;
1136
+ parent_key?: string | undefined;
1137
+ placeholder?: string | undefined;
1138
+ prefill?: string | undefined;
1139
+ required?: boolean | undefined;
1140
+ searchfill?: string | undefined;
1141
+ send_in_json?: boolean | undefined;
1142
+ regex?: string | undefined;
1143
+ list?: boolean | undefined;
1144
+ }, {
1145
+ key: string;
1146
+ default?: string | undefined;
1147
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1148
+ label?: string | undefined;
1149
+ alters_custom_fields?: boolean | null | undefined;
1150
+ capabilities?: string[] | undefined;
1151
+ choices?: {
1152
+ value?: string | undefined;
1153
+ key?: string | undefined;
1154
+ label?: string | undefined;
1155
+ sample?: string | undefined;
1156
+ }[] | undefined;
1157
+ computed?: boolean | null | undefined;
1158
+ custom_field?: boolean | undefined;
1159
+ depends_on?: string[] | undefined;
1160
+ format?: "SELECT" | undefined;
1161
+ from_search?: boolean | undefined;
1162
+ from_write?: boolean | undefined;
1163
+ help_text?: string | undefined;
1164
+ help_text_html?: string | undefined;
1165
+ input_format?: string[] | undefined;
1166
+ language?: string | undefined;
1167
+ parent_key?: string | undefined;
1168
+ placeholder?: string | undefined;
1169
+ prefill?: string | undefined;
1170
+ required?: boolean | undefined;
1171
+ searchfill?: string | undefined;
1172
+ send_in_json?: boolean | undefined;
1173
+ regex?: string | undefined;
1174
+ list?: boolean | undefined;
1175
+ }>, "many">>;
1176
+ errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1177
+ last_fetched_at: z.ZodOptional<z.ZodString>;
1178
+ }, "strip", z.ZodTypeAny, {
1179
+ success: boolean;
1180
+ needs?: {
1181
+ key: string;
1182
+ default?: string | undefined;
1183
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1184
+ label?: string | undefined;
1185
+ alters_custom_fields?: boolean | null | undefined;
1186
+ capabilities?: string[] | undefined;
1187
+ choices?: {
1188
+ value?: string | undefined;
1189
+ key?: string | undefined;
1190
+ label?: string | undefined;
1191
+ sample?: string | undefined;
1192
+ }[] | undefined;
1193
+ computed?: boolean | null | undefined;
1194
+ custom_field?: boolean | undefined;
1195
+ depends_on?: string[] | undefined;
1196
+ format?: "SELECT" | undefined;
1197
+ from_search?: boolean | undefined;
1198
+ from_write?: boolean | undefined;
1199
+ help_text?: string | undefined;
1200
+ help_text_html?: string | undefined;
1201
+ input_format?: string[] | undefined;
1202
+ language?: string | undefined;
1203
+ parent_key?: string | undefined;
1204
+ placeholder?: string | undefined;
1205
+ prefill?: string | undefined;
1206
+ required?: boolean | undefined;
1207
+ searchfill?: string | undefined;
1208
+ send_in_json?: boolean | undefined;
1209
+ regex?: string | undefined;
1210
+ list?: boolean | undefined;
1211
+ }[] | undefined;
1212
+ errors?: string[] | undefined;
1213
+ last_fetched_at?: string | undefined;
1214
+ }, {
1215
+ success: boolean;
1216
+ needs?: {
1217
+ key: string;
1218
+ default?: string | undefined;
1219
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1220
+ label?: string | undefined;
1221
+ alters_custom_fields?: boolean | null | undefined;
1222
+ capabilities?: string[] | undefined;
1223
+ choices?: {
1224
+ value?: string | undefined;
1225
+ key?: string | undefined;
1226
+ label?: string | undefined;
1227
+ sample?: string | undefined;
1228
+ }[] | undefined;
1229
+ computed?: boolean | null | undefined;
1230
+ custom_field?: boolean | undefined;
1231
+ depends_on?: string[] | undefined;
1232
+ format?: "SELECT" | undefined;
1233
+ from_search?: boolean | undefined;
1234
+ from_write?: boolean | undefined;
1235
+ help_text?: string | undefined;
1236
+ help_text_html?: string | undefined;
1237
+ input_format?: string[] | undefined;
1238
+ language?: string | undefined;
1239
+ parent_key?: string | undefined;
1240
+ placeholder?: string | undefined;
1241
+ prefill?: string | undefined;
1242
+ required?: boolean | undefined;
1243
+ searchfill?: string | undefined;
1244
+ send_in_json?: boolean | undefined;
1245
+ regex?: string | undefined;
1246
+ list?: boolean | undefined;
1247
+ }[] | undefined;
1248
+ errors?: string[] | undefined;
1249
+ last_fetched_at?: string | undefined;
1250
+ }>;
1251
+ export declare const ImplementationSchema: z.ZodObject<{
1252
+ selected_api: z.ZodString;
1253
+ app_id: z.ZodOptional<z.ZodNumber>;
1254
+ auth_type: z.ZodOptional<z.ZodString>;
1255
+ auth_fields: z.ZodOptional<z.ZodString>;
1256
+ actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1257
+ id: z.ZodOptional<z.ZodString>;
1258
+ type: z.ZodEnum<["filter", "read", "read_bulk", "run", "search", "search_and_write", "search_or_write", "write"]>;
1259
+ key: z.ZodString;
1260
+ name: z.ZodString;
1261
+ noun: z.ZodOptional<z.ZodString>;
1262
+ description: z.ZodString;
1263
+ description_html: z.ZodOptional<z.ZodString>;
1264
+ is_important: z.ZodOptional<z.ZodBoolean>;
1265
+ is_hidden: z.ZodOptional<z.ZodBoolean>;
1266
+ needs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1267
+ key: z.ZodString;
1268
+ alters_custom_fields: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1269
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1270
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
1271
+ key: z.ZodOptional<z.ZodString>;
1272
+ label: z.ZodOptional<z.ZodString>;
1273
+ sample: z.ZodOptional<z.ZodString>;
1274
+ value: z.ZodOptional<z.ZodString>;
1275
+ }, "strip", z.ZodTypeAny, {
1276
+ value?: string | undefined;
1277
+ key?: string | undefined;
1278
+ label?: string | undefined;
1279
+ sample?: string | undefined;
1280
+ }, {
1281
+ value?: string | undefined;
1282
+ key?: string | undefined;
1283
+ label?: string | undefined;
1284
+ sample?: string | undefined;
1285
+ }>, "many">>;
1286
+ computed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1287
+ custom_field: z.ZodOptional<z.ZodBoolean>;
1288
+ default: z.ZodOptional<z.ZodString>;
1289
+ depends_on: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1290
+ format: z.ZodOptional<z.ZodLiteral<"SELECT">>;
1291
+ from_search: z.ZodOptional<z.ZodBoolean>;
1292
+ from_write: z.ZodOptional<z.ZodBoolean>;
1293
+ help_text: z.ZodOptional<z.ZodString>;
1294
+ help_text_html: z.ZodOptional<z.ZodString>;
1295
+ input_format: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1296
+ label: z.ZodOptional<z.ZodString>;
1297
+ language: z.ZodOptional<z.ZodString>;
1298
+ parent_key: z.ZodOptional<z.ZodString>;
1299
+ placeholder: z.ZodOptional<z.ZodString>;
1300
+ prefill: z.ZodOptional<z.ZodString>;
1301
+ required: z.ZodOptional<z.ZodBoolean>;
1302
+ searchfill: z.ZodOptional<z.ZodString>;
1303
+ send_in_json: z.ZodOptional<z.ZodBoolean>;
1304
+ regex: z.ZodOptional<z.ZodString>;
1305
+ type: z.ZodOptional<z.ZodEnum<["integer", "string", "text", "datetime", "boolean", "file", "decimal", "copy", "password", "dict", "code", "filter", "json"]>>;
1306
+ list: z.ZodOptional<z.ZodBoolean>;
1307
+ }, "strip", z.ZodTypeAny, {
1308
+ key: string;
1309
+ default?: string | undefined;
1310
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1311
+ label?: string | undefined;
1312
+ alters_custom_fields?: boolean | null | undefined;
1313
+ capabilities?: string[] | undefined;
1314
+ choices?: {
1315
+ value?: string | undefined;
1316
+ key?: string | undefined;
1317
+ label?: string | undefined;
1318
+ sample?: string | undefined;
1319
+ }[] | undefined;
1320
+ computed?: boolean | null | undefined;
1321
+ custom_field?: boolean | undefined;
1322
+ depends_on?: string[] | undefined;
1323
+ format?: "SELECT" | undefined;
1324
+ from_search?: boolean | undefined;
1325
+ from_write?: boolean | undefined;
1326
+ help_text?: string | undefined;
1327
+ help_text_html?: string | undefined;
1328
+ input_format?: string[] | undefined;
1329
+ language?: string | undefined;
1330
+ parent_key?: string | undefined;
1331
+ placeholder?: string | undefined;
1332
+ prefill?: string | undefined;
1333
+ required?: boolean | undefined;
1334
+ searchfill?: string | undefined;
1335
+ send_in_json?: boolean | undefined;
1336
+ regex?: string | undefined;
1337
+ list?: boolean | undefined;
1338
+ }, {
1339
+ key: string;
1340
+ default?: string | undefined;
1341
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1342
+ label?: string | undefined;
1343
+ alters_custom_fields?: boolean | null | undefined;
1344
+ capabilities?: string[] | undefined;
1345
+ choices?: {
1346
+ value?: string | undefined;
1347
+ key?: string | undefined;
1348
+ label?: string | undefined;
1349
+ sample?: string | undefined;
1350
+ }[] | undefined;
1351
+ computed?: boolean | null | undefined;
1352
+ custom_field?: boolean | undefined;
1353
+ depends_on?: string[] | undefined;
1354
+ format?: "SELECT" | undefined;
1355
+ from_search?: boolean | undefined;
1356
+ from_write?: boolean | undefined;
1357
+ help_text?: string | undefined;
1358
+ help_text_html?: string | undefined;
1359
+ input_format?: string[] | undefined;
1360
+ language?: string | undefined;
1361
+ parent_key?: string | undefined;
1362
+ placeholder?: string | undefined;
1363
+ prefill?: string | undefined;
1364
+ required?: boolean | undefined;
1365
+ searchfill?: string | undefined;
1366
+ send_in_json?: boolean | undefined;
1367
+ regex?: string | undefined;
1368
+ list?: boolean | undefined;
1369
+ }>, "many">>;
1370
+ meta: z.ZodOptional<z.ZodString>;
1371
+ selected_api: z.ZodOptional<z.ZodString>;
1372
+ links: z.ZodOptional<z.ZodObject<{
1373
+ action_url: z.ZodOptional<z.ZodString>;
1374
+ }, "strip", z.ZodTypeAny, {
1375
+ action_url?: string | undefined;
1376
+ }, {
1377
+ action_url?: string | undefined;
1378
+ }>>;
1379
+ permissions: z.ZodOptional<z.ZodObject<{
1380
+ can_use: z.ZodOptional<z.ZodBoolean>;
1381
+ }, "strip", z.ZodTypeAny, {
1382
+ can_use?: boolean | undefined;
1383
+ }, {
1384
+ can_use?: boolean | undefined;
1385
+ }>>;
1386
+ }, "strip", z.ZodTypeAny, {
1387
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1388
+ key: string;
1389
+ description: string;
1390
+ name: string;
1391
+ id?: string | undefined;
1392
+ noun?: string | undefined;
1393
+ description_html?: string | undefined;
1394
+ is_important?: boolean | undefined;
1395
+ is_hidden?: boolean | undefined;
1396
+ needs?: {
1397
+ key: string;
1398
+ default?: string | undefined;
1399
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1400
+ label?: string | undefined;
1401
+ alters_custom_fields?: boolean | null | undefined;
1402
+ capabilities?: string[] | undefined;
1403
+ choices?: {
1404
+ value?: string | undefined;
1405
+ key?: string | undefined;
1406
+ label?: string | undefined;
1407
+ sample?: string | undefined;
1408
+ }[] | undefined;
1409
+ computed?: boolean | null | undefined;
1410
+ custom_field?: boolean | undefined;
1411
+ depends_on?: string[] | undefined;
1412
+ format?: "SELECT" | undefined;
1413
+ from_search?: boolean | undefined;
1414
+ from_write?: boolean | undefined;
1415
+ help_text?: string | undefined;
1416
+ help_text_html?: string | undefined;
1417
+ input_format?: string[] | undefined;
1418
+ language?: string | undefined;
1419
+ parent_key?: string | undefined;
1420
+ placeholder?: string | undefined;
1421
+ prefill?: string | undefined;
1422
+ required?: boolean | undefined;
1423
+ searchfill?: string | undefined;
1424
+ send_in_json?: boolean | undefined;
1425
+ regex?: string | undefined;
1426
+ list?: boolean | undefined;
1427
+ }[] | undefined;
1428
+ meta?: string | undefined;
1429
+ selected_api?: string | undefined;
1430
+ links?: {
1431
+ action_url?: string | undefined;
1432
+ } | undefined;
1433
+ permissions?: {
1434
+ can_use?: boolean | undefined;
1435
+ } | undefined;
1436
+ }, {
1437
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1438
+ key: string;
1439
+ description: string;
1440
+ name: string;
1441
+ id?: string | undefined;
1442
+ noun?: string | undefined;
1443
+ description_html?: string | undefined;
1444
+ is_important?: boolean | undefined;
1445
+ is_hidden?: boolean | undefined;
1446
+ needs?: {
1447
+ key: string;
1448
+ default?: string | undefined;
1449
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1450
+ label?: string | undefined;
1451
+ alters_custom_fields?: boolean | null | undefined;
1452
+ capabilities?: string[] | undefined;
1453
+ choices?: {
1454
+ value?: string | undefined;
1455
+ key?: string | undefined;
1456
+ label?: string | undefined;
1457
+ sample?: string | undefined;
1458
+ }[] | undefined;
1459
+ computed?: boolean | null | undefined;
1460
+ custom_field?: boolean | undefined;
1461
+ depends_on?: string[] | undefined;
1462
+ format?: "SELECT" | undefined;
1463
+ from_search?: boolean | undefined;
1464
+ from_write?: boolean | undefined;
1465
+ help_text?: string | undefined;
1466
+ help_text_html?: string | undefined;
1467
+ input_format?: string[] | undefined;
1468
+ language?: string | undefined;
1469
+ parent_key?: string | undefined;
1470
+ placeholder?: string | undefined;
1471
+ prefill?: string | undefined;
1472
+ required?: boolean | undefined;
1473
+ searchfill?: string | undefined;
1474
+ send_in_json?: boolean | undefined;
1475
+ regex?: string | undefined;
1476
+ list?: boolean | undefined;
1477
+ }[] | undefined;
1478
+ meta?: string | undefined;
1479
+ selected_api?: string | undefined;
1480
+ links?: {
1481
+ action_url?: string | undefined;
1482
+ } | undefined;
1483
+ permissions?: {
1484
+ can_use?: boolean | undefined;
1485
+ } | undefined;
1486
+ }>, "many">>;
1487
+ is_deprecated: z.ZodOptional<z.ZodBoolean>;
1488
+ is_private_only: z.ZodOptional<z.ZodBoolean>;
1489
+ is_invite_only: z.ZodOptional<z.ZodBoolean>;
1490
+ is_beta: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1491
+ is_premium: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1492
+ is_hidden: z.ZodOptional<z.ZodString>;
1493
+ name: z.ZodOptional<z.ZodString>;
1494
+ slug: z.ZodOptional<z.ZodString>;
1495
+ images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>;
1496
+ primary_color: z.ZodOptional<z.ZodString>;
1497
+ secondary_color: z.ZodOptional<z.ZodString>;
1498
+ current_implementation: z.ZodOptional<z.ZodString>;
1499
+ other_implementations: z.ZodOptional<z.ZodString>;
1500
+ }, "strip", z.ZodTypeAny, {
1501
+ selected_api: string;
1502
+ is_beta: boolean;
1503
+ is_premium: boolean;
1504
+ slug?: string | undefined;
1505
+ name?: string | undefined;
1506
+ is_hidden?: string | undefined;
1507
+ is_invite_only?: boolean | undefined;
1508
+ images?: Record<string, string | null> | undefined;
1509
+ primary_color?: string | undefined;
1510
+ app_id?: number | undefined;
1511
+ auth_type?: string | undefined;
1512
+ auth_fields?: string | undefined;
1513
+ actions?: {
1514
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1515
+ key: string;
1516
+ description: string;
1517
+ name: string;
1518
+ id?: string | undefined;
1519
+ noun?: string | undefined;
1520
+ description_html?: string | undefined;
1521
+ is_important?: boolean | undefined;
1522
+ is_hidden?: boolean | undefined;
1523
+ needs?: {
1524
+ key: string;
1525
+ default?: string | undefined;
1526
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1527
+ label?: string | undefined;
1528
+ alters_custom_fields?: boolean | null | undefined;
1529
+ capabilities?: string[] | undefined;
1530
+ choices?: {
1531
+ value?: string | undefined;
1532
+ key?: string | undefined;
1533
+ label?: string | undefined;
1534
+ sample?: string | undefined;
1535
+ }[] | undefined;
1536
+ computed?: boolean | null | undefined;
1537
+ custom_field?: boolean | undefined;
1538
+ depends_on?: string[] | undefined;
1539
+ format?: "SELECT" | undefined;
1540
+ from_search?: boolean | undefined;
1541
+ from_write?: boolean | undefined;
1542
+ help_text?: string | undefined;
1543
+ help_text_html?: string | undefined;
1544
+ input_format?: string[] | undefined;
1545
+ language?: string | undefined;
1546
+ parent_key?: string | undefined;
1547
+ placeholder?: string | undefined;
1548
+ prefill?: string | undefined;
1549
+ required?: boolean | undefined;
1550
+ searchfill?: string | undefined;
1551
+ send_in_json?: boolean | undefined;
1552
+ regex?: string | undefined;
1553
+ list?: boolean | undefined;
1554
+ }[] | undefined;
1555
+ meta?: string | undefined;
1556
+ selected_api?: string | undefined;
1557
+ links?: {
1558
+ action_url?: string | undefined;
1559
+ } | undefined;
1560
+ permissions?: {
1561
+ can_use?: boolean | undefined;
1562
+ } | undefined;
1563
+ }[] | undefined;
1564
+ is_deprecated?: boolean | undefined;
1565
+ is_private_only?: boolean | undefined;
1566
+ secondary_color?: string | undefined;
1567
+ current_implementation?: string | undefined;
1568
+ other_implementations?: string | undefined;
1569
+ }, {
1570
+ selected_api: string;
1571
+ slug?: string | undefined;
1572
+ name?: string | undefined;
1573
+ is_hidden?: string | undefined;
1574
+ is_invite_only?: boolean | undefined;
1575
+ images?: Record<string, string | null> | undefined;
1576
+ is_beta?: boolean | undefined;
1577
+ is_premium?: boolean | undefined;
1578
+ primary_color?: string | undefined;
1579
+ app_id?: number | undefined;
1580
+ auth_type?: string | undefined;
1581
+ auth_fields?: string | undefined;
1582
+ actions?: {
1583
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1584
+ key: string;
1585
+ description: string;
1586
+ name: string;
1587
+ id?: string | undefined;
1588
+ noun?: string | undefined;
1589
+ description_html?: string | undefined;
1590
+ is_important?: boolean | undefined;
1591
+ is_hidden?: boolean | undefined;
1592
+ needs?: {
1593
+ key: string;
1594
+ default?: string | undefined;
1595
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1596
+ label?: string | undefined;
1597
+ alters_custom_fields?: boolean | null | undefined;
1598
+ capabilities?: string[] | undefined;
1599
+ choices?: {
1600
+ value?: string | undefined;
1601
+ key?: string | undefined;
1602
+ label?: string | undefined;
1603
+ sample?: string | undefined;
1604
+ }[] | undefined;
1605
+ computed?: boolean | null | undefined;
1606
+ custom_field?: boolean | undefined;
1607
+ depends_on?: string[] | undefined;
1608
+ format?: "SELECT" | undefined;
1609
+ from_search?: boolean | undefined;
1610
+ from_write?: boolean | undefined;
1611
+ help_text?: string | undefined;
1612
+ help_text_html?: string | undefined;
1613
+ input_format?: string[] | undefined;
1614
+ language?: string | undefined;
1615
+ parent_key?: string | undefined;
1616
+ placeholder?: string | undefined;
1617
+ prefill?: string | undefined;
1618
+ required?: boolean | undefined;
1619
+ searchfill?: string | undefined;
1620
+ send_in_json?: boolean | undefined;
1621
+ regex?: string | undefined;
1622
+ list?: boolean | undefined;
1623
+ }[] | undefined;
1624
+ meta?: string | undefined;
1625
+ selected_api?: string | undefined;
1626
+ links?: {
1627
+ action_url?: string | undefined;
1628
+ } | undefined;
1629
+ permissions?: {
1630
+ can_use?: boolean | undefined;
1631
+ } | undefined;
1632
+ }[] | undefined;
1633
+ is_deprecated?: boolean | undefined;
1634
+ is_private_only?: boolean | undefined;
1635
+ secondary_color?: string | undefined;
1636
+ current_implementation?: string | undefined;
1637
+ other_implementations?: string | undefined;
1638
+ }>;
1639
+ export declare const ImplementationsResponseSchema: z.ZodObject<{
1640
+ count: z.ZodNumber;
1641
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1642
+ previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1643
+ results: z.ZodArray<z.ZodObject<{
1644
+ selected_api: z.ZodString;
1645
+ app_id: z.ZodOptional<z.ZodNumber>;
1646
+ auth_type: z.ZodOptional<z.ZodString>;
1647
+ auth_fields: z.ZodOptional<z.ZodString>;
1648
+ actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
1649
+ id: z.ZodOptional<z.ZodString>;
1650
+ type: z.ZodEnum<["filter", "read", "read_bulk", "run", "search", "search_and_write", "search_or_write", "write"]>;
1651
+ key: z.ZodString;
1652
+ name: z.ZodString;
1653
+ noun: z.ZodOptional<z.ZodString>;
1654
+ description: z.ZodString;
1655
+ description_html: z.ZodOptional<z.ZodString>;
1656
+ is_important: z.ZodOptional<z.ZodBoolean>;
1657
+ is_hidden: z.ZodOptional<z.ZodBoolean>;
1658
+ needs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1659
+ key: z.ZodString;
1660
+ alters_custom_fields: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1661
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1662
+ choices: z.ZodOptional<z.ZodArray<z.ZodObject<{
1663
+ key: z.ZodOptional<z.ZodString>;
1664
+ label: z.ZodOptional<z.ZodString>;
1665
+ sample: z.ZodOptional<z.ZodString>;
1666
+ value: z.ZodOptional<z.ZodString>;
1667
+ }, "strip", z.ZodTypeAny, {
1668
+ value?: string | undefined;
1669
+ key?: string | undefined;
1670
+ label?: string | undefined;
1671
+ sample?: string | undefined;
1672
+ }, {
1673
+ value?: string | undefined;
1674
+ key?: string | undefined;
1675
+ label?: string | undefined;
1676
+ sample?: string | undefined;
1677
+ }>, "many">>;
1678
+ computed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1679
+ custom_field: z.ZodOptional<z.ZodBoolean>;
1680
+ default: z.ZodOptional<z.ZodString>;
1681
+ depends_on: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1682
+ format: z.ZodOptional<z.ZodLiteral<"SELECT">>;
1683
+ from_search: z.ZodOptional<z.ZodBoolean>;
1684
+ from_write: z.ZodOptional<z.ZodBoolean>;
1685
+ help_text: z.ZodOptional<z.ZodString>;
1686
+ help_text_html: z.ZodOptional<z.ZodString>;
1687
+ input_format: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1688
+ label: z.ZodOptional<z.ZodString>;
1689
+ language: z.ZodOptional<z.ZodString>;
1690
+ parent_key: z.ZodOptional<z.ZodString>;
1691
+ placeholder: z.ZodOptional<z.ZodString>;
1692
+ prefill: z.ZodOptional<z.ZodString>;
1693
+ required: z.ZodOptional<z.ZodBoolean>;
1694
+ searchfill: z.ZodOptional<z.ZodString>;
1695
+ send_in_json: z.ZodOptional<z.ZodBoolean>;
1696
+ regex: z.ZodOptional<z.ZodString>;
1697
+ type: z.ZodOptional<z.ZodEnum<["integer", "string", "text", "datetime", "boolean", "file", "decimal", "copy", "password", "dict", "code", "filter", "json"]>>;
1698
+ list: z.ZodOptional<z.ZodBoolean>;
1699
+ }, "strip", z.ZodTypeAny, {
1700
+ key: string;
1701
+ default?: string | undefined;
1702
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1703
+ label?: string | undefined;
1704
+ alters_custom_fields?: boolean | null | undefined;
1705
+ capabilities?: string[] | undefined;
1706
+ choices?: {
1707
+ value?: string | undefined;
1708
+ key?: string | undefined;
1709
+ label?: string | undefined;
1710
+ sample?: string | undefined;
1711
+ }[] | undefined;
1712
+ computed?: boolean | null | undefined;
1713
+ custom_field?: boolean | undefined;
1714
+ depends_on?: string[] | undefined;
1715
+ format?: "SELECT" | undefined;
1716
+ from_search?: boolean | undefined;
1717
+ from_write?: boolean | undefined;
1718
+ help_text?: string | undefined;
1719
+ help_text_html?: string | undefined;
1720
+ input_format?: string[] | undefined;
1721
+ language?: string | undefined;
1722
+ parent_key?: string | undefined;
1723
+ placeholder?: string | undefined;
1724
+ prefill?: string | undefined;
1725
+ required?: boolean | undefined;
1726
+ searchfill?: string | undefined;
1727
+ send_in_json?: boolean | undefined;
1728
+ regex?: string | undefined;
1729
+ list?: boolean | undefined;
1730
+ }, {
1731
+ key: string;
1732
+ default?: string | undefined;
1733
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1734
+ label?: string | undefined;
1735
+ alters_custom_fields?: boolean | null | undefined;
1736
+ capabilities?: string[] | undefined;
1737
+ choices?: {
1738
+ value?: string | undefined;
1739
+ key?: string | undefined;
1740
+ label?: string | undefined;
1741
+ sample?: string | undefined;
1742
+ }[] | undefined;
1743
+ computed?: boolean | null | undefined;
1744
+ custom_field?: boolean | undefined;
1745
+ depends_on?: string[] | undefined;
1746
+ format?: "SELECT" | undefined;
1747
+ from_search?: boolean | undefined;
1748
+ from_write?: boolean | undefined;
1749
+ help_text?: string | undefined;
1750
+ help_text_html?: string | undefined;
1751
+ input_format?: string[] | undefined;
1752
+ language?: string | undefined;
1753
+ parent_key?: string | undefined;
1754
+ placeholder?: string | undefined;
1755
+ prefill?: string | undefined;
1756
+ required?: boolean | undefined;
1757
+ searchfill?: string | undefined;
1758
+ send_in_json?: boolean | undefined;
1759
+ regex?: string | undefined;
1760
+ list?: boolean | undefined;
1761
+ }>, "many">>;
1762
+ meta: z.ZodOptional<z.ZodString>;
1763
+ selected_api: z.ZodOptional<z.ZodString>;
1764
+ links: z.ZodOptional<z.ZodObject<{
1765
+ action_url: z.ZodOptional<z.ZodString>;
1766
+ }, "strip", z.ZodTypeAny, {
1767
+ action_url?: string | undefined;
1768
+ }, {
1769
+ action_url?: string | undefined;
1770
+ }>>;
1771
+ permissions: z.ZodOptional<z.ZodObject<{
1772
+ can_use: z.ZodOptional<z.ZodBoolean>;
1773
+ }, "strip", z.ZodTypeAny, {
1774
+ can_use?: boolean | undefined;
1775
+ }, {
1776
+ can_use?: boolean | undefined;
1777
+ }>>;
1778
+ }, "strip", z.ZodTypeAny, {
1779
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1780
+ key: string;
1781
+ description: string;
1782
+ name: string;
1783
+ id?: string | undefined;
1784
+ noun?: string | undefined;
1785
+ description_html?: string | undefined;
1786
+ is_important?: boolean | undefined;
1787
+ is_hidden?: boolean | undefined;
1788
+ needs?: {
1789
+ key: string;
1790
+ default?: string | undefined;
1791
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1792
+ label?: string | undefined;
1793
+ alters_custom_fields?: boolean | null | undefined;
1794
+ capabilities?: string[] | undefined;
1795
+ choices?: {
1796
+ value?: string | undefined;
1797
+ key?: string | undefined;
1798
+ label?: string | undefined;
1799
+ sample?: string | undefined;
1800
+ }[] | undefined;
1801
+ computed?: boolean | null | undefined;
1802
+ custom_field?: boolean | undefined;
1803
+ depends_on?: string[] | undefined;
1804
+ format?: "SELECT" | undefined;
1805
+ from_search?: boolean | undefined;
1806
+ from_write?: boolean | undefined;
1807
+ help_text?: string | undefined;
1808
+ help_text_html?: string | undefined;
1809
+ input_format?: string[] | undefined;
1810
+ language?: string | undefined;
1811
+ parent_key?: string | undefined;
1812
+ placeholder?: string | undefined;
1813
+ prefill?: string | undefined;
1814
+ required?: boolean | undefined;
1815
+ searchfill?: string | undefined;
1816
+ send_in_json?: boolean | undefined;
1817
+ regex?: string | undefined;
1818
+ list?: boolean | undefined;
1819
+ }[] | undefined;
1820
+ meta?: string | undefined;
1821
+ selected_api?: string | undefined;
1822
+ links?: {
1823
+ action_url?: string | undefined;
1824
+ } | undefined;
1825
+ permissions?: {
1826
+ can_use?: boolean | undefined;
1827
+ } | undefined;
1828
+ }, {
1829
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1830
+ key: string;
1831
+ description: string;
1832
+ name: string;
1833
+ id?: string | undefined;
1834
+ noun?: string | undefined;
1835
+ description_html?: string | undefined;
1836
+ is_important?: boolean | undefined;
1837
+ is_hidden?: boolean | undefined;
1838
+ needs?: {
1839
+ key: string;
1840
+ default?: string | undefined;
1841
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1842
+ label?: string | undefined;
1843
+ alters_custom_fields?: boolean | null | undefined;
1844
+ capabilities?: string[] | undefined;
1845
+ choices?: {
1846
+ value?: string | undefined;
1847
+ key?: string | undefined;
1848
+ label?: string | undefined;
1849
+ sample?: string | undefined;
1850
+ }[] | undefined;
1851
+ computed?: boolean | null | undefined;
1852
+ custom_field?: boolean | undefined;
1853
+ depends_on?: string[] | undefined;
1854
+ format?: "SELECT" | undefined;
1855
+ from_search?: boolean | undefined;
1856
+ from_write?: boolean | undefined;
1857
+ help_text?: string | undefined;
1858
+ help_text_html?: string | undefined;
1859
+ input_format?: string[] | undefined;
1860
+ language?: string | undefined;
1861
+ parent_key?: string | undefined;
1862
+ placeholder?: string | undefined;
1863
+ prefill?: string | undefined;
1864
+ required?: boolean | undefined;
1865
+ searchfill?: string | undefined;
1866
+ send_in_json?: boolean | undefined;
1867
+ regex?: string | undefined;
1868
+ list?: boolean | undefined;
1869
+ }[] | undefined;
1870
+ meta?: string | undefined;
1871
+ selected_api?: string | undefined;
1872
+ links?: {
1873
+ action_url?: string | undefined;
1874
+ } | undefined;
1875
+ permissions?: {
1876
+ can_use?: boolean | undefined;
1877
+ } | undefined;
1878
+ }>, "many">>;
1879
+ is_deprecated: z.ZodOptional<z.ZodBoolean>;
1880
+ is_private_only: z.ZodOptional<z.ZodBoolean>;
1881
+ is_invite_only: z.ZodOptional<z.ZodBoolean>;
1882
+ is_beta: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1883
+ is_premium: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1884
+ is_hidden: z.ZodOptional<z.ZodString>;
1885
+ name: z.ZodOptional<z.ZodString>;
1886
+ slug: z.ZodOptional<z.ZodString>;
1887
+ images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>;
1888
+ primary_color: z.ZodOptional<z.ZodString>;
1889
+ secondary_color: z.ZodOptional<z.ZodString>;
1890
+ current_implementation: z.ZodOptional<z.ZodString>;
1891
+ other_implementations: z.ZodOptional<z.ZodString>;
1892
+ }, "strip", z.ZodTypeAny, {
1893
+ selected_api: string;
1894
+ is_beta: boolean;
1895
+ is_premium: boolean;
1896
+ slug?: string | undefined;
1897
+ name?: string | undefined;
1898
+ is_hidden?: string | undefined;
1899
+ is_invite_only?: boolean | undefined;
1900
+ images?: Record<string, string | null> | undefined;
1901
+ primary_color?: string | undefined;
1902
+ app_id?: number | undefined;
1903
+ auth_type?: string | undefined;
1904
+ auth_fields?: string | undefined;
1905
+ actions?: {
1906
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1907
+ key: string;
1908
+ description: string;
1909
+ name: string;
1910
+ id?: string | undefined;
1911
+ noun?: string | undefined;
1912
+ description_html?: string | undefined;
1913
+ is_important?: boolean | undefined;
1914
+ is_hidden?: boolean | undefined;
1915
+ needs?: {
1916
+ key: string;
1917
+ default?: string | undefined;
1918
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1919
+ label?: string | undefined;
1920
+ alters_custom_fields?: boolean | null | undefined;
1921
+ capabilities?: string[] | undefined;
1922
+ choices?: {
1923
+ value?: string | undefined;
1924
+ key?: string | undefined;
1925
+ label?: string | undefined;
1926
+ sample?: string | undefined;
1927
+ }[] | undefined;
1928
+ computed?: boolean | null | undefined;
1929
+ custom_field?: boolean | undefined;
1930
+ depends_on?: string[] | undefined;
1931
+ format?: "SELECT" | undefined;
1932
+ from_search?: boolean | undefined;
1933
+ from_write?: boolean | undefined;
1934
+ help_text?: string | undefined;
1935
+ help_text_html?: string | undefined;
1936
+ input_format?: string[] | undefined;
1937
+ language?: string | undefined;
1938
+ parent_key?: string | undefined;
1939
+ placeholder?: string | undefined;
1940
+ prefill?: string | undefined;
1941
+ required?: boolean | undefined;
1942
+ searchfill?: string | undefined;
1943
+ send_in_json?: boolean | undefined;
1944
+ regex?: string | undefined;
1945
+ list?: boolean | undefined;
1946
+ }[] | undefined;
1947
+ meta?: string | undefined;
1948
+ selected_api?: string | undefined;
1949
+ links?: {
1950
+ action_url?: string | undefined;
1951
+ } | undefined;
1952
+ permissions?: {
1953
+ can_use?: boolean | undefined;
1954
+ } | undefined;
1955
+ }[] | undefined;
1956
+ is_deprecated?: boolean | undefined;
1957
+ is_private_only?: boolean | undefined;
1958
+ secondary_color?: string | undefined;
1959
+ current_implementation?: string | undefined;
1960
+ other_implementations?: string | undefined;
1961
+ }, {
1962
+ selected_api: string;
1963
+ slug?: string | undefined;
1964
+ name?: string | undefined;
1965
+ is_hidden?: string | undefined;
1966
+ is_invite_only?: boolean | undefined;
1967
+ images?: Record<string, string | null> | undefined;
1968
+ is_beta?: boolean | undefined;
1969
+ is_premium?: boolean | undefined;
1970
+ primary_color?: string | undefined;
1971
+ app_id?: number | undefined;
1972
+ auth_type?: string | undefined;
1973
+ auth_fields?: string | undefined;
1974
+ actions?: {
1975
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
1976
+ key: string;
1977
+ description: string;
1978
+ name: string;
1979
+ id?: string | undefined;
1980
+ noun?: string | undefined;
1981
+ description_html?: string | undefined;
1982
+ is_important?: boolean | undefined;
1983
+ is_hidden?: boolean | undefined;
1984
+ needs?: {
1985
+ key: string;
1986
+ default?: string | undefined;
1987
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
1988
+ label?: string | undefined;
1989
+ alters_custom_fields?: boolean | null | undefined;
1990
+ capabilities?: string[] | undefined;
1991
+ choices?: {
1992
+ value?: string | undefined;
1993
+ key?: string | undefined;
1994
+ label?: string | undefined;
1995
+ sample?: string | undefined;
1996
+ }[] | undefined;
1997
+ computed?: boolean | null | undefined;
1998
+ custom_field?: boolean | undefined;
1999
+ depends_on?: string[] | undefined;
2000
+ format?: "SELECT" | undefined;
2001
+ from_search?: boolean | undefined;
2002
+ from_write?: boolean | undefined;
2003
+ help_text?: string | undefined;
2004
+ help_text_html?: string | undefined;
2005
+ input_format?: string[] | undefined;
2006
+ language?: string | undefined;
2007
+ parent_key?: string | undefined;
2008
+ placeholder?: string | undefined;
2009
+ prefill?: string | undefined;
2010
+ required?: boolean | undefined;
2011
+ searchfill?: string | undefined;
2012
+ send_in_json?: boolean | undefined;
2013
+ regex?: string | undefined;
2014
+ list?: boolean | undefined;
2015
+ }[] | undefined;
2016
+ meta?: string | undefined;
2017
+ selected_api?: string | undefined;
2018
+ links?: {
2019
+ action_url?: string | undefined;
2020
+ } | undefined;
2021
+ permissions?: {
2022
+ can_use?: boolean | undefined;
2023
+ } | undefined;
2024
+ }[] | undefined;
2025
+ is_deprecated?: boolean | undefined;
2026
+ is_private_only?: boolean | undefined;
2027
+ secondary_color?: string | undefined;
2028
+ current_implementation?: string | undefined;
2029
+ other_implementations?: string | undefined;
2030
+ }>, "many">;
2031
+ }, "strip", z.ZodTypeAny, {
2032
+ count: number;
2033
+ results: {
2034
+ selected_api: string;
2035
+ is_beta: boolean;
2036
+ is_premium: boolean;
2037
+ slug?: string | undefined;
2038
+ name?: string | undefined;
2039
+ is_hidden?: string | undefined;
2040
+ is_invite_only?: boolean | undefined;
2041
+ images?: Record<string, string | null> | undefined;
2042
+ primary_color?: string | undefined;
2043
+ app_id?: number | undefined;
2044
+ auth_type?: string | undefined;
2045
+ auth_fields?: string | undefined;
2046
+ actions?: {
2047
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
2048
+ key: string;
2049
+ description: string;
2050
+ name: string;
2051
+ id?: string | undefined;
2052
+ noun?: string | undefined;
2053
+ description_html?: string | undefined;
2054
+ is_important?: boolean | undefined;
2055
+ is_hidden?: boolean | undefined;
2056
+ needs?: {
2057
+ key: string;
2058
+ default?: string | undefined;
2059
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
2060
+ label?: string | undefined;
2061
+ alters_custom_fields?: boolean | null | undefined;
2062
+ capabilities?: string[] | undefined;
2063
+ choices?: {
2064
+ value?: string | undefined;
2065
+ key?: string | undefined;
2066
+ label?: string | undefined;
2067
+ sample?: string | undefined;
2068
+ }[] | undefined;
2069
+ computed?: boolean | null | undefined;
2070
+ custom_field?: boolean | undefined;
2071
+ depends_on?: string[] | undefined;
2072
+ format?: "SELECT" | undefined;
2073
+ from_search?: boolean | undefined;
2074
+ from_write?: boolean | undefined;
2075
+ help_text?: string | undefined;
2076
+ help_text_html?: string | undefined;
2077
+ input_format?: string[] | undefined;
2078
+ language?: string | undefined;
2079
+ parent_key?: string | undefined;
2080
+ placeholder?: string | undefined;
2081
+ prefill?: string | undefined;
2082
+ required?: boolean | undefined;
2083
+ searchfill?: string | undefined;
2084
+ send_in_json?: boolean | undefined;
2085
+ regex?: string | undefined;
2086
+ list?: boolean | undefined;
2087
+ }[] | undefined;
2088
+ meta?: string | undefined;
2089
+ selected_api?: string | undefined;
2090
+ links?: {
2091
+ action_url?: string | undefined;
2092
+ } | undefined;
2093
+ permissions?: {
2094
+ can_use?: boolean | undefined;
2095
+ } | undefined;
2096
+ }[] | undefined;
2097
+ is_deprecated?: boolean | undefined;
2098
+ is_private_only?: boolean | undefined;
2099
+ secondary_color?: string | undefined;
2100
+ current_implementation?: string | undefined;
2101
+ other_implementations?: string | undefined;
2102
+ }[];
2103
+ next?: string | null | undefined;
2104
+ previous?: string | null | undefined;
2105
+ }, {
2106
+ count: number;
2107
+ results: {
2108
+ selected_api: string;
2109
+ slug?: string | undefined;
2110
+ name?: string | undefined;
2111
+ is_hidden?: string | undefined;
2112
+ is_invite_only?: boolean | undefined;
2113
+ images?: Record<string, string | null> | undefined;
2114
+ is_beta?: boolean | undefined;
2115
+ is_premium?: boolean | undefined;
2116
+ primary_color?: string | undefined;
2117
+ app_id?: number | undefined;
2118
+ auth_type?: string | undefined;
2119
+ auth_fields?: string | undefined;
2120
+ actions?: {
2121
+ type: "filter" | "read" | "read_bulk" | "run" | "search" | "search_and_write" | "search_or_write" | "write";
2122
+ key: string;
2123
+ description: string;
2124
+ name: string;
2125
+ id?: string | undefined;
2126
+ noun?: string | undefined;
2127
+ description_html?: string | undefined;
2128
+ is_important?: boolean | undefined;
2129
+ is_hidden?: boolean | undefined;
2130
+ needs?: {
2131
+ key: string;
2132
+ default?: string | undefined;
2133
+ type?: "string" | "boolean" | "text" | "password" | "code" | "filter" | "integer" | "datetime" | "file" | "decimal" | "copy" | "dict" | "json" | undefined;
2134
+ label?: string | undefined;
2135
+ alters_custom_fields?: boolean | null | undefined;
2136
+ capabilities?: string[] | undefined;
2137
+ choices?: {
2138
+ value?: string | undefined;
2139
+ key?: string | undefined;
2140
+ label?: string | undefined;
2141
+ sample?: string | undefined;
2142
+ }[] | undefined;
2143
+ computed?: boolean | null | undefined;
2144
+ custom_field?: boolean | undefined;
2145
+ depends_on?: string[] | undefined;
2146
+ format?: "SELECT" | undefined;
2147
+ from_search?: boolean | undefined;
2148
+ from_write?: boolean | undefined;
2149
+ help_text?: string | undefined;
2150
+ help_text_html?: string | undefined;
2151
+ input_format?: string[] | undefined;
2152
+ language?: string | undefined;
2153
+ parent_key?: string | undefined;
2154
+ placeholder?: string | undefined;
2155
+ prefill?: string | undefined;
2156
+ required?: boolean | undefined;
2157
+ searchfill?: string | undefined;
2158
+ send_in_json?: boolean | undefined;
2159
+ regex?: string | undefined;
2160
+ list?: boolean | undefined;
2161
+ }[] | undefined;
2162
+ meta?: string | undefined;
2163
+ selected_api?: string | undefined;
2164
+ links?: {
2165
+ action_url?: string | undefined;
2166
+ } | undefined;
2167
+ permissions?: {
2168
+ can_use?: boolean | undefined;
2169
+ } | undefined;
2170
+ }[] | undefined;
2171
+ is_deprecated?: boolean | undefined;
2172
+ is_private_only?: boolean | undefined;
2173
+ secondary_color?: string | undefined;
2174
+ current_implementation?: string | undefined;
2175
+ other_implementations?: string | undefined;
2176
+ }[];
2177
+ next?: string | null | undefined;
2178
+ previous?: string | null | undefined;
2179
+ }>;
2180
+ export declare const ImplementationMetaSchema: z.ZodObject<{
2181
+ id: z.ZodString;
2182
+ name: z.ZodString;
2183
+ slug: z.ZodString;
2184
+ images: z.ZodOptional<z.ZodObject<{
2185
+ url_16x16: z.ZodOptional<z.ZodString>;
2186
+ url_32x32: z.ZodOptional<z.ZodString>;
2187
+ url_64x64: z.ZodOptional<z.ZodString>;
2188
+ url_128x128: z.ZodOptional<z.ZodString>;
2189
+ }, "strip", z.ZodTypeAny, {
2190
+ url_16x16?: string | undefined;
2191
+ url_32x32?: string | undefined;
2192
+ url_64x64?: string | undefined;
2193
+ url_128x128?: string | undefined;
2194
+ }, {
2195
+ url_16x16?: string | undefined;
2196
+ url_32x32?: string | undefined;
2197
+ url_64x64?: string | undefined;
2198
+ url_128x128?: string | undefined;
2199
+ }>>;
2200
+ ageInDays: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2201
+ authType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2202
+ banner: z.ZodOptional<z.ZodString>;
2203
+ categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
2204
+ id: z.ZodNumber;
2205
+ name: z.ZodString;
2206
+ slug: z.ZodString;
2207
+ }, "strip", z.ZodTypeAny, {
2208
+ slug: string;
2209
+ id: number;
2210
+ name: string;
2211
+ }, {
2212
+ slug: string;
2213
+ id: number;
2214
+ name: string;
2215
+ }>, "many">>;
2216
+ isBeta: z.ZodOptional<z.ZodBoolean>;
2217
+ isBuiltIn: z.ZodOptional<z.ZodBoolean>;
2218
+ isDeprecated: z.ZodOptional<z.ZodBoolean>;
2219
+ isFeatured: z.ZodOptional<z.ZodBoolean>;
2220
+ isHidden: z.ZodOptional<z.ZodBoolean>;
2221
+ isInvite: z.ZodOptional<z.ZodBoolean>;
2222
+ isPremium: z.ZodOptional<z.ZodBoolean>;
2223
+ isPublic: z.ZodOptional<z.ZodBoolean>;
2224
+ isUpcoming: z.ZodOptional<z.ZodBoolean>;
2225
+ popularity: z.ZodOptional<z.ZodNumber>;
2226
+ apiDocsUrl: z.ZodOptional<z.ZodString>;
2227
+ classification: z.ZodOptional<z.ZodString>;
2228
+ }, "strip", z.ZodTypeAny, {
2229
+ slug: string;
2230
+ id: string;
2231
+ name: string;
2232
+ banner?: string | undefined;
2233
+ categories?: {
2234
+ slug: string;
2235
+ id: number;
2236
+ name: string;
2237
+ }[] | undefined;
2238
+ images?: {
2239
+ url_16x16?: string | undefined;
2240
+ url_32x32?: string | undefined;
2241
+ url_64x64?: string | undefined;
2242
+ url_128x128?: string | undefined;
2243
+ } | undefined;
2244
+ popularity?: number | undefined;
2245
+ ageInDays?: string | number | undefined;
2246
+ authType?: string | null | undefined;
2247
+ isBeta?: boolean | undefined;
2248
+ isBuiltIn?: boolean | undefined;
2249
+ isDeprecated?: boolean | undefined;
2250
+ isFeatured?: boolean | undefined;
2251
+ isHidden?: boolean | undefined;
2252
+ isInvite?: boolean | undefined;
2253
+ isPremium?: boolean | undefined;
2254
+ isPublic?: boolean | undefined;
2255
+ isUpcoming?: boolean | undefined;
2256
+ apiDocsUrl?: string | undefined;
2257
+ classification?: string | undefined;
2258
+ }, {
2259
+ slug: string;
2260
+ id: string;
2261
+ name: string;
2262
+ banner?: string | undefined;
2263
+ categories?: {
2264
+ slug: string;
2265
+ id: number;
2266
+ name: string;
2267
+ }[] | undefined;
2268
+ images?: {
2269
+ url_16x16?: string | undefined;
2270
+ url_32x32?: string | undefined;
2271
+ url_64x64?: string | undefined;
2272
+ url_128x128?: string | undefined;
2273
+ } | undefined;
2274
+ popularity?: number | undefined;
2275
+ ageInDays?: string | number | undefined;
2276
+ authType?: string | null | undefined;
2277
+ isBeta?: boolean | undefined;
2278
+ isBuiltIn?: boolean | undefined;
2279
+ isDeprecated?: boolean | undefined;
2280
+ isFeatured?: boolean | undefined;
2281
+ isHidden?: boolean | undefined;
2282
+ isInvite?: boolean | undefined;
2283
+ isPremium?: boolean | undefined;
2284
+ isPublic?: boolean | undefined;
2285
+ isUpcoming?: boolean | undefined;
2286
+ apiDocsUrl?: string | undefined;
2287
+ classification?: string | undefined;
2288
+ }>;
2289
+ export declare const ImplementationsMetaResponseSchema: z.ZodObject<{
2290
+ count: z.ZodNumber;
2291
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2292
+ previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2293
+ results: z.ZodArray<z.ZodObject<{
2294
+ id: z.ZodString;
2295
+ name: z.ZodString;
2296
+ slug: z.ZodString;
2297
+ images: z.ZodOptional<z.ZodObject<{
2298
+ url_16x16: z.ZodOptional<z.ZodString>;
2299
+ url_32x32: z.ZodOptional<z.ZodString>;
2300
+ url_64x64: z.ZodOptional<z.ZodString>;
2301
+ url_128x128: z.ZodOptional<z.ZodString>;
2302
+ }, "strip", z.ZodTypeAny, {
2303
+ url_16x16?: string | undefined;
2304
+ url_32x32?: string | undefined;
2305
+ url_64x64?: string | undefined;
2306
+ url_128x128?: string | undefined;
2307
+ }, {
2308
+ url_16x16?: string | undefined;
2309
+ url_32x32?: string | undefined;
2310
+ url_64x64?: string | undefined;
2311
+ url_128x128?: string | undefined;
2312
+ }>>;
2313
+ ageInDays: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2314
+ authType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2315
+ banner: z.ZodOptional<z.ZodString>;
2316
+ categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
2317
+ id: z.ZodNumber;
2318
+ name: z.ZodString;
2319
+ slug: z.ZodString;
2320
+ }, "strip", z.ZodTypeAny, {
2321
+ slug: string;
2322
+ id: number;
2323
+ name: string;
2324
+ }, {
2325
+ slug: string;
2326
+ id: number;
2327
+ name: string;
2328
+ }>, "many">>;
2329
+ isBeta: z.ZodOptional<z.ZodBoolean>;
2330
+ isBuiltIn: z.ZodOptional<z.ZodBoolean>;
2331
+ isDeprecated: z.ZodOptional<z.ZodBoolean>;
2332
+ isFeatured: z.ZodOptional<z.ZodBoolean>;
2333
+ isHidden: z.ZodOptional<z.ZodBoolean>;
2334
+ isInvite: z.ZodOptional<z.ZodBoolean>;
2335
+ isPremium: z.ZodOptional<z.ZodBoolean>;
2336
+ isPublic: z.ZodOptional<z.ZodBoolean>;
2337
+ isUpcoming: z.ZodOptional<z.ZodBoolean>;
2338
+ popularity: z.ZodOptional<z.ZodNumber>;
2339
+ apiDocsUrl: z.ZodOptional<z.ZodString>;
2340
+ classification: z.ZodOptional<z.ZodString>;
2341
+ }, "strip", z.ZodTypeAny, {
2342
+ slug: string;
2343
+ id: string;
2344
+ name: string;
2345
+ banner?: string | undefined;
2346
+ categories?: {
2347
+ slug: string;
2348
+ id: number;
2349
+ name: string;
2350
+ }[] | undefined;
2351
+ images?: {
2352
+ url_16x16?: string | undefined;
2353
+ url_32x32?: string | undefined;
2354
+ url_64x64?: string | undefined;
2355
+ url_128x128?: string | undefined;
2356
+ } | undefined;
2357
+ popularity?: number | undefined;
2358
+ ageInDays?: string | number | undefined;
2359
+ authType?: string | null | undefined;
2360
+ isBeta?: boolean | undefined;
2361
+ isBuiltIn?: boolean | undefined;
2362
+ isDeprecated?: boolean | undefined;
2363
+ isFeatured?: boolean | undefined;
2364
+ isHidden?: boolean | undefined;
2365
+ isInvite?: boolean | undefined;
2366
+ isPremium?: boolean | undefined;
2367
+ isPublic?: boolean | undefined;
2368
+ isUpcoming?: boolean | undefined;
2369
+ apiDocsUrl?: string | undefined;
2370
+ classification?: string | undefined;
2371
+ }, {
2372
+ slug: string;
2373
+ id: string;
2374
+ name: string;
2375
+ banner?: string | undefined;
2376
+ categories?: {
2377
+ slug: string;
2378
+ id: number;
2379
+ name: string;
2380
+ }[] | undefined;
2381
+ images?: {
2382
+ url_16x16?: string | undefined;
2383
+ url_32x32?: string | undefined;
2384
+ url_64x64?: string | undefined;
2385
+ url_128x128?: string | undefined;
2386
+ } | undefined;
2387
+ popularity?: number | undefined;
2388
+ ageInDays?: string | number | undefined;
2389
+ authType?: string | null | undefined;
2390
+ isBeta?: boolean | undefined;
2391
+ isBuiltIn?: boolean | undefined;
2392
+ isDeprecated?: boolean | undefined;
2393
+ isFeatured?: boolean | undefined;
2394
+ isHidden?: boolean | undefined;
2395
+ isInvite?: boolean | undefined;
2396
+ isPremium?: boolean | undefined;
2397
+ isPublic?: boolean | undefined;
2398
+ isUpcoming?: boolean | undefined;
2399
+ apiDocsUrl?: string | undefined;
2400
+ classification?: string | undefined;
2401
+ }>, "many">;
2402
+ }, "strip", z.ZodTypeAny, {
2403
+ count: number;
2404
+ results: {
2405
+ slug: string;
2406
+ id: string;
2407
+ name: string;
2408
+ banner?: string | undefined;
2409
+ categories?: {
2410
+ slug: string;
2411
+ id: number;
2412
+ name: string;
2413
+ }[] | undefined;
2414
+ images?: {
2415
+ url_16x16?: string | undefined;
2416
+ url_32x32?: string | undefined;
2417
+ url_64x64?: string | undefined;
2418
+ url_128x128?: string | undefined;
2419
+ } | undefined;
2420
+ popularity?: number | undefined;
2421
+ ageInDays?: string | number | undefined;
2422
+ authType?: string | null | undefined;
2423
+ isBeta?: boolean | undefined;
2424
+ isBuiltIn?: boolean | undefined;
2425
+ isDeprecated?: boolean | undefined;
2426
+ isFeatured?: boolean | undefined;
2427
+ isHidden?: boolean | undefined;
2428
+ isInvite?: boolean | undefined;
2429
+ isPremium?: boolean | undefined;
2430
+ isPublic?: boolean | undefined;
2431
+ isUpcoming?: boolean | undefined;
2432
+ apiDocsUrl?: string | undefined;
2433
+ classification?: string | undefined;
2434
+ }[];
2435
+ next?: string | null | undefined;
2436
+ previous?: string | null | undefined;
2437
+ }, {
2438
+ count: number;
2439
+ results: {
2440
+ slug: string;
2441
+ id: string;
2442
+ name: string;
2443
+ banner?: string | undefined;
2444
+ categories?: {
2445
+ slug: string;
2446
+ id: number;
2447
+ name: string;
2448
+ }[] | undefined;
2449
+ images?: {
2450
+ url_16x16?: string | undefined;
2451
+ url_32x32?: string | undefined;
2452
+ url_64x64?: string | undefined;
2453
+ url_128x128?: string | undefined;
2454
+ } | undefined;
2455
+ popularity?: number | undefined;
2456
+ ageInDays?: string | number | undefined;
2457
+ authType?: string | null | undefined;
2458
+ isBeta?: boolean | undefined;
2459
+ isBuiltIn?: boolean | undefined;
2460
+ isDeprecated?: boolean | undefined;
2461
+ isFeatured?: boolean | undefined;
2462
+ isHidden?: boolean | undefined;
2463
+ isInvite?: boolean | undefined;
2464
+ isPremium?: boolean | undefined;
2465
+ isPublic?: boolean | undefined;
2466
+ isUpcoming?: boolean | undefined;
2467
+ apiDocsUrl?: string | undefined;
2468
+ classification?: string | undefined;
2469
+ }[];
2470
+ next?: string | null | undefined;
2471
+ previous?: string | null | undefined;
2472
+ }>;
2473
+ //# sourceMappingURL=schemas.d.ts.map