@interfere/attio 0.1.2

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 (2042) hide show
  1. package/.devcontainer/devcontainer.json +45 -0
  2. package/FUNCTIONS.md +87 -0
  3. package/README.md +645 -0
  4. package/RUNTIMES.md +48 -0
  5. package/dist/commonjs/core.d.ts +10 -0
  6. package/dist/commonjs/core.d.ts.map +1 -0
  7. package/dist/commonjs/core.js +17 -0
  8. package/dist/commonjs/core.js.map +1 -0
  9. package/dist/commonjs/funcs/attributes-create-option.d.ts +20 -0
  10. package/dist/commonjs/funcs/attributes-create-option.d.ts.map +1 -0
  11. package/dist/commonjs/funcs/attributes-create-option.js +140 -0
  12. package/dist/commonjs/funcs/attributes-create-option.js.map +1 -0
  13. package/dist/commonjs/funcs/attributes-create-status.d.ts +20 -0
  14. package/dist/commonjs/funcs/attributes-create-status.d.ts.map +1 -0
  15. package/dist/commonjs/funcs/attributes-create-status.js +140 -0
  16. package/dist/commonjs/funcs/attributes-create-status.js.map +1 -0
  17. package/dist/commonjs/funcs/attributes-create.d.ts +24 -0
  18. package/dist/commonjs/funcs/attributes-create.d.ts.map +1 -0
  19. package/dist/commonjs/funcs/attributes-create.js +135 -0
  20. package/dist/commonjs/funcs/attributes-create.js.map +1 -0
  21. package/dist/commonjs/funcs/attributes-get.d.ts +20 -0
  22. package/dist/commonjs/funcs/attributes-get.d.ts.map +1 -0
  23. package/dist/commonjs/funcs/attributes-get.js +136 -0
  24. package/dist/commonjs/funcs/attributes-get.js.map +1 -0
  25. package/dist/commonjs/funcs/attributes-list-options.d.ts +20 -0
  26. package/dist/commonjs/funcs/attributes-list-options.d.ts.map +1 -0
  27. package/dist/commonjs/funcs/attributes-list-options.js +141 -0
  28. package/dist/commonjs/funcs/attributes-list-options.js.map +1 -0
  29. package/dist/commonjs/funcs/attributes-list-statuses.d.ts +20 -0
  30. package/dist/commonjs/funcs/attributes-list-statuses.d.ts.map +1 -0
  31. package/dist/commonjs/funcs/attributes-list-statuses.js +141 -0
  32. package/dist/commonjs/funcs/attributes-list-statuses.js.map +1 -0
  33. package/dist/commonjs/funcs/attributes-list.d.ts +19 -0
  34. package/dist/commonjs/funcs/attributes-list.d.ts.map +1 -0
  35. package/dist/commonjs/funcs/attributes-list.js +132 -0
  36. package/dist/commonjs/funcs/attributes-list.js.map +1 -0
  37. package/dist/commonjs/funcs/attributes-update-option.d.ts +20 -0
  38. package/dist/commonjs/funcs/attributes-update-option.d.ts.map +1 -0
  39. package/dist/commonjs/funcs/attributes-update-option.js +144 -0
  40. package/dist/commonjs/funcs/attributes-update-option.js.map +1 -0
  41. package/dist/commonjs/funcs/attributes-update-status.d.ts +20 -0
  42. package/dist/commonjs/funcs/attributes-update-status.d.ts.map +1 -0
  43. package/dist/commonjs/funcs/attributes-update-status.js +144 -0
  44. package/dist/commonjs/funcs/attributes-update-status.js.map +1 -0
  45. package/dist/commonjs/funcs/attributes-update.d.ts +20 -0
  46. package/dist/commonjs/funcs/attributes-update.d.ts.map +1 -0
  47. package/dist/commonjs/funcs/attributes-update.js +138 -0
  48. package/dist/commonjs/funcs/attributes-update.js.map +1 -0
  49. package/dist/commonjs/funcs/call-recordings-create.d.ts +22 -0
  50. package/dist/commonjs/funcs/call-recordings-create.d.ts.map +1 -0
  51. package/dist/commonjs/funcs/call-recordings-create.js +130 -0
  52. package/dist/commonjs/funcs/call-recordings-create.js.map +1 -0
  53. package/dist/commonjs/funcs/call-recordings-delete.d.ts +22 -0
  54. package/dist/commonjs/funcs/call-recordings-delete.d.ts.map +1 -0
  55. package/dist/commonjs/funcs/call-recordings-delete.js +132 -0
  56. package/dist/commonjs/funcs/call-recordings-delete.js.map +1 -0
  57. package/dist/commonjs/funcs/call-recordings-get.d.ts +22 -0
  58. package/dist/commonjs/funcs/call-recordings-get.d.ts.map +1 -0
  59. package/dist/commonjs/funcs/call-recordings-get.js +132 -0
  60. package/dist/commonjs/funcs/call-recordings-get.js.map +1 -0
  61. package/dist/commonjs/funcs/call-recordings-list-by-meeting.d.ts +21 -0
  62. package/dist/commonjs/funcs/call-recordings-list-by-meeting.d.ts.map +1 -0
  63. package/dist/commonjs/funcs/call-recordings-list-by-meeting.js +129 -0
  64. package/dist/commonjs/funcs/call-recordings-list-by-meeting.js.map +1 -0
  65. package/dist/commonjs/funcs/comments-create.d.ts +24 -0
  66. package/dist/commonjs/funcs/comments-create.d.ts.map +1 -0
  67. package/dist/commonjs/funcs/comments-create.js +125 -0
  68. package/dist/commonjs/funcs/comments-create.js.map +1 -0
  69. package/dist/commonjs/funcs/comments-delete.d.ts +20 -0
  70. package/dist/commonjs/funcs/comments-delete.d.ts.map +1 -0
  71. package/dist/commonjs/funcs/comments-delete.js +126 -0
  72. package/dist/commonjs/funcs/comments-delete.js.map +1 -0
  73. package/dist/commonjs/funcs/comments-get.d.ts +24 -0
  74. package/dist/commonjs/funcs/comments-get.d.ts.map +1 -0
  75. package/dist/commonjs/funcs/comments-get.js +130 -0
  76. package/dist/commonjs/funcs/comments-get.js.map +1 -0
  77. package/dist/commonjs/funcs/entries-append-update.d.ts +20 -0
  78. package/dist/commonjs/funcs/entries-append-update.d.ts.map +1 -0
  79. package/dist/commonjs/funcs/entries-append-update.js +131 -0
  80. package/dist/commonjs/funcs/entries-append-update.js.map +1 -0
  81. package/dist/commonjs/funcs/entries-create.d.ts +20 -0
  82. package/dist/commonjs/funcs/entries-create.d.ts.map +1 -0
  83. package/dist/commonjs/funcs/entries-create.js +127 -0
  84. package/dist/commonjs/funcs/entries-create.js.map +1 -0
  85. package/dist/commonjs/funcs/entries-delete.d.ts +20 -0
  86. package/dist/commonjs/funcs/entries-delete.d.ts.map +1 -0
  87. package/dist/commonjs/funcs/entries-delete.js +130 -0
  88. package/dist/commonjs/funcs/entries-delete.js.map +1 -0
  89. package/dist/commonjs/funcs/entries-get.d.ts +20 -0
  90. package/dist/commonjs/funcs/entries-get.d.ts.map +1 -0
  91. package/dist/commonjs/funcs/entries-get.js +130 -0
  92. package/dist/commonjs/funcs/entries-get.js.map +1 -0
  93. package/dist/commonjs/funcs/entries-list-attribute-values.d.ts +20 -0
  94. package/dist/commonjs/funcs/entries-list-attribute-values.d.ts.map +1 -0
  95. package/dist/commonjs/funcs/entries-list-attribute-values.js +142 -0
  96. package/dist/commonjs/funcs/entries-list-attribute-values.js.map +1 -0
  97. package/dist/commonjs/funcs/entries-query.d.ts +20 -0
  98. package/dist/commonjs/funcs/entries-query.d.ts.map +1 -0
  99. package/dist/commonjs/funcs/entries-query.js +127 -0
  100. package/dist/commonjs/funcs/entries-query.js.map +1 -0
  101. package/dist/commonjs/funcs/entries-update.d.ts +20 -0
  102. package/dist/commonjs/funcs/entries-update.d.ts.map +1 -0
  103. package/dist/commonjs/funcs/entries-update.js +131 -0
  104. package/dist/commonjs/funcs/entries-update.js.map +1 -0
  105. package/dist/commonjs/funcs/entries-upsert-by-parent.d.ts +20 -0
  106. package/dist/commonjs/funcs/entries-upsert-by-parent.d.ts.map +1 -0
  107. package/dist/commonjs/funcs/entries-upsert-by-parent.js +127 -0
  108. package/dist/commonjs/funcs/entries-upsert-by-parent.js.map +1 -0
  109. package/dist/commonjs/funcs/lists-create.d.ts +26 -0
  110. package/dist/commonjs/funcs/lists-create.d.ts.map +1 -0
  111. package/dist/commonjs/funcs/lists-create.js +127 -0
  112. package/dist/commonjs/funcs/lists-create.js.map +1 -0
  113. package/dist/commonjs/funcs/lists-get.d.ts +20 -0
  114. package/dist/commonjs/funcs/lists-get.d.ts.map +1 -0
  115. package/dist/commonjs/funcs/lists-get.js +126 -0
  116. package/dist/commonjs/funcs/lists-get.js.map +1 -0
  117. package/dist/commonjs/funcs/lists-list.d.ts +19 -0
  118. package/dist/commonjs/funcs/lists-list.d.ts.map +1 -0
  119. package/dist/commonjs/funcs/lists-list.js +106 -0
  120. package/dist/commonjs/funcs/lists-list.js.map +1 -0
  121. package/dist/commonjs/funcs/lists-update.d.ts +20 -0
  122. package/dist/commonjs/funcs/lists-update.d.ts.map +1 -0
  123. package/dist/commonjs/funcs/lists-update.js +127 -0
  124. package/dist/commonjs/funcs/lists-update.js.map +1 -0
  125. package/dist/commonjs/funcs/meetings-create-or-find.d.ts +22 -0
  126. package/dist/commonjs/funcs/meetings-create-or-find.d.ts.map +1 -0
  127. package/dist/commonjs/funcs/meetings-create-or-find.js +123 -0
  128. package/dist/commonjs/funcs/meetings-create-or-find.js.map +1 -0
  129. package/dist/commonjs/funcs/meetings-get.d.ts +22 -0
  130. package/dist/commonjs/funcs/meetings-get.d.ts.map +1 -0
  131. package/dist/commonjs/funcs/meetings-get.js +128 -0
  132. package/dist/commonjs/funcs/meetings-get.js.map +1 -0
  133. package/dist/commonjs/funcs/meetings-list.d.ts +21 -0
  134. package/dist/commonjs/funcs/meetings-list.d.ts.map +1 -0
  135. package/dist/commonjs/funcs/meetings-list.js +130 -0
  136. package/dist/commonjs/funcs/meetings-list.js.map +1 -0
  137. package/dist/commonjs/funcs/meta-identify.d.ts +17 -0
  138. package/dist/commonjs/funcs/meta-identify.d.ts.map +1 -0
  139. package/dist/commonjs/funcs/meta-identify.js +104 -0
  140. package/dist/commonjs/funcs/meta-identify.js.map +1 -0
  141. package/dist/commonjs/funcs/notes-create.d.ts +20 -0
  142. package/dist/commonjs/funcs/notes-create.d.ts.map +1 -0
  143. package/dist/commonjs/funcs/notes-create.js +121 -0
  144. package/dist/commonjs/funcs/notes-create.js.map +1 -0
  145. package/dist/commonjs/funcs/notes-delete.d.ts +20 -0
  146. package/dist/commonjs/funcs/notes-delete.d.ts.map +1 -0
  147. package/dist/commonjs/funcs/notes-delete.js +126 -0
  148. package/dist/commonjs/funcs/notes-delete.js.map +1 -0
  149. package/dist/commonjs/funcs/notes-get.d.ts +20 -0
  150. package/dist/commonjs/funcs/notes-get.d.ts.map +1 -0
  151. package/dist/commonjs/funcs/notes-get.js +126 -0
  152. package/dist/commonjs/funcs/notes-get.js.map +1 -0
  153. package/dist/commonjs/funcs/notes-list.d.ts +20 -0
  154. package/dist/commonjs/funcs/notes-list.d.ts.map +1 -0
  155. package/dist/commonjs/funcs/notes-list.js +127 -0
  156. package/dist/commonjs/funcs/notes-list.js.map +1 -0
  157. package/dist/commonjs/funcs/objects-create.d.ts +20 -0
  158. package/dist/commonjs/funcs/objects-create.d.ts.map +1 -0
  159. package/dist/commonjs/funcs/objects-create.js +121 -0
  160. package/dist/commonjs/funcs/objects-create.js.map +1 -0
  161. package/dist/commonjs/funcs/objects-get.d.ts +20 -0
  162. package/dist/commonjs/funcs/objects-get.d.ts.map +1 -0
  163. package/dist/commonjs/funcs/objects-get.js +126 -0
  164. package/dist/commonjs/funcs/objects-get.js.map +1 -0
  165. package/dist/commonjs/funcs/objects-list.d.ts +19 -0
  166. package/dist/commonjs/funcs/objects-list.d.ts.map +1 -0
  167. package/dist/commonjs/funcs/objects-list.js +106 -0
  168. package/dist/commonjs/funcs/objects-list.js.map +1 -0
  169. package/dist/commonjs/funcs/objects-update.d.ts +20 -0
  170. package/dist/commonjs/funcs/objects-update.d.ts.map +1 -0
  171. package/dist/commonjs/funcs/objects-update.js +127 -0
  172. package/dist/commonjs/funcs/objects-update.js.map +1 -0
  173. package/dist/commonjs/funcs/records-assert.d.ts +22 -0
  174. package/dist/commonjs/funcs/records-assert.d.ts.map +1 -0
  175. package/dist/commonjs/funcs/records-assert.js +133 -0
  176. package/dist/commonjs/funcs/records-assert.js.map +1 -0
  177. package/dist/commonjs/funcs/records-create.d.ts +20 -0
  178. package/dist/commonjs/funcs/records-create.d.ts.map +1 -0
  179. package/dist/commonjs/funcs/records-create.js +127 -0
  180. package/dist/commonjs/funcs/records-create.js.map +1 -0
  181. package/dist/commonjs/funcs/records-delete.d.ts +20 -0
  182. package/dist/commonjs/funcs/records-delete.d.ts.map +1 -0
  183. package/dist/commonjs/funcs/records-delete.js +130 -0
  184. package/dist/commonjs/funcs/records-delete.js.map +1 -0
  185. package/dist/commonjs/funcs/records-get-attribute-values.d.ts +20 -0
  186. package/dist/commonjs/funcs/records-get-attribute-values.d.ts.map +1 -0
  187. package/dist/commonjs/funcs/records-get-attribute-values.js +144 -0
  188. package/dist/commonjs/funcs/records-get-attribute-values.js.map +1 -0
  189. package/dist/commonjs/funcs/records-get.d.ts +20 -0
  190. package/dist/commonjs/funcs/records-get.d.ts.map +1 -0
  191. package/dist/commonjs/funcs/records-get.js +130 -0
  192. package/dist/commonjs/funcs/records-get.js.map +1 -0
  193. package/dist/commonjs/funcs/records-list-entries.d.ts +19 -0
  194. package/dist/commonjs/funcs/records-list-entries.d.ts.map +1 -0
  195. package/dist/commonjs/funcs/records-list-entries.js +132 -0
  196. package/dist/commonjs/funcs/records-list-entries.js.map +1 -0
  197. package/dist/commonjs/funcs/records-overwrite-update.d.ts +20 -0
  198. package/dist/commonjs/funcs/records-overwrite-update.d.ts.map +1 -0
  199. package/dist/commonjs/funcs/records-overwrite-update.js +131 -0
  200. package/dist/commonjs/funcs/records-overwrite-update.js.map +1 -0
  201. package/dist/commonjs/funcs/records-query.d.ts +20 -0
  202. package/dist/commonjs/funcs/records-query.d.ts.map +1 -0
  203. package/dist/commonjs/funcs/records-query.js +127 -0
  204. package/dist/commonjs/funcs/records-query.js.map +1 -0
  205. package/dist/commonjs/funcs/records-search.d.ts +24 -0
  206. package/dist/commonjs/funcs/records-search.d.ts.map +1 -0
  207. package/dist/commonjs/funcs/records-search.js +125 -0
  208. package/dist/commonjs/funcs/records-search.js.map +1 -0
  209. package/dist/commonjs/funcs/records-update.d.ts +20 -0
  210. package/dist/commonjs/funcs/records-update.d.ts.map +1 -0
  211. package/dist/commonjs/funcs/records-update.js +131 -0
  212. package/dist/commonjs/funcs/records-update.js.map +1 -0
  213. package/dist/commonjs/funcs/scim-schemas-list.d.ts +19 -0
  214. package/dist/commonjs/funcs/scim-schemas-list.d.ts.map +1 -0
  215. package/dist/commonjs/funcs/scim-schemas-list.js +106 -0
  216. package/dist/commonjs/funcs/scim-schemas-list.js.map +1 -0
  217. package/dist/commonjs/funcs/tasks-create.d.ts +22 -0
  218. package/dist/commonjs/funcs/tasks-create.d.ts.map +1 -0
  219. package/dist/commonjs/funcs/tasks-create.js +123 -0
  220. package/dist/commonjs/funcs/tasks-create.js.map +1 -0
  221. package/dist/commonjs/funcs/tasks-delete.d.ts +20 -0
  222. package/dist/commonjs/funcs/tasks-delete.d.ts.map +1 -0
  223. package/dist/commonjs/funcs/tasks-delete.js +126 -0
  224. package/dist/commonjs/funcs/tasks-delete.js.map +1 -0
  225. package/dist/commonjs/funcs/tasks-get.d.ts +20 -0
  226. package/dist/commonjs/funcs/tasks-get.d.ts.map +1 -0
  227. package/dist/commonjs/funcs/tasks-get.js +126 -0
  228. package/dist/commonjs/funcs/tasks-get.js.map +1 -0
  229. package/dist/commonjs/funcs/tasks-list.d.ts +19 -0
  230. package/dist/commonjs/funcs/tasks-list.d.ts.map +1 -0
  231. package/dist/commonjs/funcs/tasks-list.js +126 -0
  232. package/dist/commonjs/funcs/tasks-list.js.map +1 -0
  233. package/dist/commonjs/funcs/tasks-update.d.ts +20 -0
  234. package/dist/commonjs/funcs/tasks-update.d.ts.map +1 -0
  235. package/dist/commonjs/funcs/tasks-update.js +127 -0
  236. package/dist/commonjs/funcs/tasks-update.js.map +1 -0
  237. package/dist/commonjs/funcs/threads-get.d.ts +24 -0
  238. package/dist/commonjs/funcs/threads-get.d.ts.map +1 -0
  239. package/dist/commonjs/funcs/threads-get.js +130 -0
  240. package/dist/commonjs/funcs/threads-get.js.map +1 -0
  241. package/dist/commonjs/funcs/threads-list.d.ts +23 -0
  242. package/dist/commonjs/funcs/threads-list.d.ts.map +1 -0
  243. package/dist/commonjs/funcs/threads-list.js +129 -0
  244. package/dist/commonjs/funcs/threads-list.js.map +1 -0
  245. package/dist/commonjs/funcs/transcripts-get.d.ts +21 -0
  246. package/dist/commonjs/funcs/transcripts-get.d.ts.map +1 -0
  247. package/dist/commonjs/funcs/transcripts-get.js +131 -0
  248. package/dist/commonjs/funcs/transcripts-get.js.map +1 -0
  249. package/dist/commonjs/funcs/webhooks-create.d.ts +20 -0
  250. package/dist/commonjs/funcs/webhooks-create.d.ts.map +1 -0
  251. package/dist/commonjs/funcs/webhooks-create.js +121 -0
  252. package/dist/commonjs/funcs/webhooks-create.js.map +1 -0
  253. package/dist/commonjs/funcs/webhooks-delete.d.ts +20 -0
  254. package/dist/commonjs/funcs/webhooks-delete.d.ts.map +1 -0
  255. package/dist/commonjs/funcs/webhooks-delete.js +126 -0
  256. package/dist/commonjs/funcs/webhooks-delete.js.map +1 -0
  257. package/dist/commonjs/funcs/webhooks-get.d.ts +20 -0
  258. package/dist/commonjs/funcs/webhooks-get.d.ts.map +1 -0
  259. package/dist/commonjs/funcs/webhooks-get.js +126 -0
  260. package/dist/commonjs/funcs/webhooks-get.js.map +1 -0
  261. package/dist/commonjs/funcs/webhooks-list.d.ts +19 -0
  262. package/dist/commonjs/funcs/webhooks-list.d.ts.map +1 -0
  263. package/dist/commonjs/funcs/webhooks-list.js +121 -0
  264. package/dist/commonjs/funcs/webhooks-list.js.map +1 -0
  265. package/dist/commonjs/funcs/webhooks-update.d.ts +20 -0
  266. package/dist/commonjs/funcs/webhooks-update.d.ts.map +1 -0
  267. package/dist/commonjs/funcs/webhooks-update.js +127 -0
  268. package/dist/commonjs/funcs/webhooks-update.js.map +1 -0
  269. package/dist/commonjs/funcs/workspace-members-get.d.ts +20 -0
  270. package/dist/commonjs/funcs/workspace-members-get.d.ts.map +1 -0
  271. package/dist/commonjs/funcs/workspace-members-get.js +123 -0
  272. package/dist/commonjs/funcs/workspace-members-get.js.map +1 -0
  273. package/dist/commonjs/funcs/workspace-members-list.d.ts +19 -0
  274. package/dist/commonjs/funcs/workspace-members-list.d.ts.map +1 -0
  275. package/dist/commonjs/funcs/workspace-members-list.js +106 -0
  276. package/dist/commonjs/funcs/workspace-members-list.js.map +1 -0
  277. package/dist/commonjs/hooks/hooks.d.ts +25 -0
  278. package/dist/commonjs/hooks/hooks.d.ts.map +1 -0
  279. package/dist/commonjs/hooks/hooks.js +86 -0
  280. package/dist/commonjs/hooks/hooks.js.map +1 -0
  281. package/dist/commonjs/hooks/index.d.ts +3 -0
  282. package/dist/commonjs/hooks/index.d.ts.map +1 -0
  283. package/dist/commonjs/hooks/index.js +22 -0
  284. package/dist/commonjs/hooks/index.js.map +1 -0
  285. package/dist/commonjs/hooks/oauth2-scopes.d.ts +128 -0
  286. package/dist/commonjs/hooks/oauth2-scopes.d.ts.map +1 -0
  287. package/dist/commonjs/hooks/oauth2-scopes.js +6 -0
  288. package/dist/commonjs/hooks/oauth2-scopes.js.map +1 -0
  289. package/dist/commonjs/hooks/registration.d.ts +3 -0
  290. package/dist/commonjs/hooks/registration.d.ts.map +1 -0
  291. package/dist/commonjs/hooks/registration.js +15 -0
  292. package/dist/commonjs/hooks/registration.js.map +1 -0
  293. package/dist/commonjs/hooks/types.d.ts +76 -0
  294. package/dist/commonjs/hooks/types.d.ts.map +1 -0
  295. package/dist/commonjs/hooks/types.js +6 -0
  296. package/dist/commonjs/hooks/types.js.map +1 -0
  297. package/dist/commonjs/index.d.ts +6 -0
  298. package/dist/commonjs/index.d.ts.map +1 -0
  299. package/dist/commonjs/index.js +48 -0
  300. package/dist/commonjs/index.js.map +1 -0
  301. package/dist/commonjs/lib/base64.d.ts +10 -0
  302. package/dist/commonjs/lib/base64.d.ts.map +1 -0
  303. package/dist/commonjs/lib/base64.js +73 -0
  304. package/dist/commonjs/lib/base64.js.map +1 -0
  305. package/dist/commonjs/lib/config.d.ts +38 -0
  306. package/dist/commonjs/lib/config.d.ts.map +1 -0
  307. package/dist/commonjs/lib/config.js +38 -0
  308. package/dist/commonjs/lib/config.js.map +1 -0
  309. package/dist/commonjs/lib/dlv.d.ts +14 -0
  310. package/dist/commonjs/lib/dlv.d.ts.map +1 -0
  311. package/dist/commonjs/lib/dlv.js +49 -0
  312. package/dist/commonjs/lib/dlv.js.map +1 -0
  313. package/dist/commonjs/lib/encodings.d.ts +53 -0
  314. package/dist/commonjs/lib/encodings.d.ts.map +1 -0
  315. package/dist/commonjs/lib/encodings.js +384 -0
  316. package/dist/commonjs/lib/encodings.js.map +1 -0
  317. package/dist/commonjs/lib/env.d.ts +15 -0
  318. package/dist/commonjs/lib/env.d.ts.map +1 -0
  319. package/dist/commonjs/lib/env.js +82 -0
  320. package/dist/commonjs/lib/env.js.map +1 -0
  321. package/dist/commonjs/lib/files.d.ts +13 -0
  322. package/dist/commonjs/lib/files.d.ts.map +1 -0
  323. package/dist/commonjs/lib/files.js +77 -0
  324. package/dist/commonjs/lib/files.js.map +1 -0
  325. package/dist/commonjs/lib/http.d.ts +67 -0
  326. package/dist/commonjs/lib/http.d.ts.map +1 -0
  327. package/dist/commonjs/lib/http.js +217 -0
  328. package/dist/commonjs/lib/http.js.map +1 -0
  329. package/dist/commonjs/lib/is-plain-object.d.ts +2 -0
  330. package/dist/commonjs/lib/is-plain-object.d.ts.map +1 -0
  331. package/dist/commonjs/lib/is-plain-object.js +41 -0
  332. package/dist/commonjs/lib/is-plain-object.js.map +1 -0
  333. package/dist/commonjs/lib/logger.d.ts +6 -0
  334. package/dist/commonjs/lib/logger.d.ts.map +1 -0
  335. package/dist/commonjs/lib/logger.js +6 -0
  336. package/dist/commonjs/lib/logger.js.map +1 -0
  337. package/dist/commonjs/lib/matchers.d.ts +59 -0
  338. package/dist/commonjs/lib/matchers.d.ts.map +1 -0
  339. package/dist/commonjs/lib/matchers.js +222 -0
  340. package/dist/commonjs/lib/matchers.js.map +1 -0
  341. package/dist/commonjs/lib/primitives.d.ts +26 -0
  342. package/dist/commonjs/lib/primitives.d.ts.map +1 -0
  343. package/dist/commonjs/lib/primitives.js +111 -0
  344. package/dist/commonjs/lib/primitives.js.map +1 -0
  345. package/dist/commonjs/lib/retries.d.ts +38 -0
  346. package/dist/commonjs/lib/retries.d.ts.map +1 -0
  347. package/dist/commonjs/lib/retries.js +153 -0
  348. package/dist/commonjs/lib/retries.js.map +1 -0
  349. package/dist/commonjs/lib/schemas.d.ts +21 -0
  350. package/dist/commonjs/lib/schemas.d.ts.map +1 -0
  351. package/dist/commonjs/lib/schemas.js +95 -0
  352. package/dist/commonjs/lib/schemas.js.map +1 -0
  353. package/dist/commonjs/lib/sdks.d.ts +63 -0
  354. package/dist/commonjs/lib/sdks.d.ts.map +1 -0
  355. package/dist/commonjs/lib/sdks.js +273 -0
  356. package/dist/commonjs/lib/sdks.js.map +1 -0
  357. package/dist/commonjs/lib/security.d.ts +83 -0
  358. package/dist/commonjs/lib/security.d.ts.map +1 -0
  359. package/dist/commonjs/lib/security.js +144 -0
  360. package/dist/commonjs/lib/security.js.map +1 -0
  361. package/dist/commonjs/lib/url.d.ts +5 -0
  362. package/dist/commonjs/lib/url.d.ts.map +1 -0
  363. package/dist/commonjs/lib/url.js +25 -0
  364. package/dist/commonjs/lib/url.js.map +1 -0
  365. package/dist/commonjs/models/attribute.d.ts +303 -0
  366. package/dist/commonjs/models/attribute.d.ts.map +1 -0
  367. package/dist/commonjs/models/attribute.js +294 -0
  368. package/dist/commonjs/models/attribute.js.map +1 -0
  369. package/dist/commonjs/models/comment.d.ts +150 -0
  370. package/dist/commonjs/models/comment.d.ts.map +1 -0
  371. package/dist/commonjs/models/comment.js +153 -0
  372. package/dist/commonjs/models/comment.js.map +1 -0
  373. package/dist/commonjs/models/errors/attio-base-error.d.ts +19 -0
  374. package/dist/commonjs/models/errors/attio-base-error.d.ts.map +1 -0
  375. package/dist/commonjs/models/errors/attio-base-error.js +20 -0
  376. package/dist/commonjs/models/errors/attio-base-error.js.map +1 -0
  377. package/dist/commonjs/models/errors/attio-error.d.ts +10 -0
  378. package/dist/commonjs/models/errors/attio-error.d.ts.map +1 -0
  379. package/dist/commonjs/models/errors/attio-error.js +34 -0
  380. package/dist/commonjs/models/errors/attio-error.js.map +1 -0
  381. package/dist/commonjs/models/errors/delete-v2-comments-comment-id.d.ts +29 -0
  382. package/dist/commonjs/models/errors/delete-v2-comments-comment-id.d.ts.map +1 -0
  383. package/dist/commonjs/models/errors/delete-v2-comments-comment-id.js +78 -0
  384. package/dist/commonjs/models/errors/delete-v2-comments-comment-id.js.map +1 -0
  385. package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
  386. package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  387. package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +77 -0
  388. package/dist/commonjs/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  389. package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.d.ts +29 -0
  390. package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
  391. package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.js +78 -0
  392. package/dist/commonjs/models/errors/delete-v2-webhooks-webhook-id.js.map +1 -0
  393. package/dist/commonjs/models/errors/get-v2-comments-comment-id.d.ts +29 -0
  394. package/dist/commonjs/models/errors/get-v2-comments-comment-id.d.ts.map +1 -0
  395. package/dist/commonjs/models/errors/get-v2-comments-comment-id.js +78 -0
  396. package/dist/commonjs/models/errors/get-v2-comments-comment-id.js.map +1 -0
  397. package/dist/commonjs/models/errors/get-v2-lists-list.d.ts +29 -0
  398. package/dist/commonjs/models/errors/get-v2-lists-list.d.ts.map +1 -0
  399. package/dist/commonjs/models/errors/get-v2-lists-list.js +78 -0
  400. package/dist/commonjs/models/errors/get-v2-lists-list.js.map +1 -0
  401. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
  402. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  403. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +77 -0
  404. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  405. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.d.ts +29 -0
  406. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.d.ts.map +1 -0
  407. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.js +78 -0
  408. package/dist/commonjs/models/errors/get-v2-meetings-meeting-id.js.map +1 -0
  409. package/dist/commonjs/models/errors/get-v2-notes-note-id.d.ts +29 -0
  410. package/dist/commonjs/models/errors/get-v2-notes-note-id.d.ts.map +1 -0
  411. package/dist/commonjs/models/errors/get-v2-notes-note-id.js +78 -0
  412. package/dist/commonjs/models/errors/get-v2-notes-note-id.js.map +1 -0
  413. package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.d.ts +29 -0
  414. package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.d.ts.map +1 -0
  415. package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.js +80 -0
  416. package/dist/commonjs/models/errors/get-v2-objects-object-records-record-id.js.map +1 -0
  417. package/dist/commonjs/models/errors/get-v2-objects-object.d.ts +204 -0
  418. package/dist/commonjs/models/errors/get-v2-objects-object.d.ts.map +1 -0
  419. package/dist/commonjs/models/errors/get-v2-objects-object.js +311 -0
  420. package/dist/commonjs/models/errors/get-v2-objects-object.js.map +1 -0
  421. package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.d.ts +229 -0
  422. package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
  423. package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.js +332 -0
  424. package/dist/commonjs/models/errors/get-v2-target-identifier-attributes-attribute.js.map +1 -0
  425. package/dist/commonjs/models/errors/get-v2-tasks-task-id.d.ts +29 -0
  426. package/dist/commonjs/models/errors/get-v2-tasks-task-id.d.ts.map +1 -0
  427. package/dist/commonjs/models/errors/get-v2-tasks-task-id.js +78 -0
  428. package/dist/commonjs/models/errors/get-v2-tasks-task-id.js.map +1 -0
  429. package/dist/commonjs/models/errors/get-v2-threads-thread-id.d.ts +29 -0
  430. package/dist/commonjs/models/errors/get-v2-threads-thread-id.d.ts.map +1 -0
  431. package/dist/commonjs/models/errors/get-v2-threads-thread-id.js +78 -0
  432. package/dist/commonjs/models/errors/get-v2-threads-thread-id.js.map +1 -0
  433. package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.d.ts +29 -0
  434. package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.d.ts.map +1 -0
  435. package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.js +78 -0
  436. package/dist/commonjs/models/errors/get-v2-webhooks-webhook-id.js.map +1 -0
  437. package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.d.ts +29 -0
  438. package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
  439. package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.js +74 -0
  440. package/dist/commonjs/models/errors/get-v2-workspace-members-workspace-member-id.js.map +1 -0
  441. package/dist/commonjs/models/errors/http-client-errors.d.ts +44 -0
  442. package/dist/commonjs/models/errors/http-client-errors.d.ts.map +1 -0
  443. package/dist/commonjs/models/errors/http-client-errors.js +78 -0
  444. package/dist/commonjs/models/errors/http-client-errors.js.map +1 -0
  445. package/dist/commonjs/models/errors/index.d.ts +32 -0
  446. package/dist/commonjs/models/errors/index.d.ts.map +1 -0
  447. package/dist/commonjs/models/errors/index.js +51 -0
  448. package/dist/commonjs/models/errors/index.js.map +1 -0
  449. package/dist/commonjs/models/errors/post-v2-comments.d.ts +29 -0
  450. package/dist/commonjs/models/errors/post-v2-comments.d.ts.map +1 -0
  451. package/dist/commonjs/models/errors/post-v2-comments.js +74 -0
  452. package/dist/commonjs/models/errors/post-v2-comments.js.map +1 -0
  453. package/dist/commonjs/models/errors/post-v2-lists-list-entries.d.ts +54 -0
  454. package/dist/commonjs/models/errors/post-v2-lists-list-entries.d.ts.map +1 -0
  455. package/dist/commonjs/models/errors/post-v2-lists-list-entries.js +111 -0
  456. package/dist/commonjs/models/errors/post-v2-lists-list-entries.js.map +1 -0
  457. package/dist/commonjs/models/errors/post-v2-lists.d.ts +129 -0
  458. package/dist/commonjs/models/errors/post-v2-lists.d.ts.map +1 -0
  459. package/dist/commonjs/models/errors/post-v2-lists.js +210 -0
  460. package/dist/commonjs/models/errors/post-v2-lists.js.map +1 -0
  461. package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts +79 -0
  462. package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
  463. package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.js +143 -0
  464. package/dist/commonjs/models/errors/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
  465. package/dist/commonjs/models/errors/post-v2-meetings.d.ts +29 -0
  466. package/dist/commonjs/models/errors/post-v2-meetings.d.ts.map +1 -0
  467. package/dist/commonjs/models/errors/post-v2-meetings.js +74 -0
  468. package/dist/commonjs/models/errors/post-v2-meetings.js.map +1 -0
  469. package/dist/commonjs/models/errors/post-v2-objects-object-records-query.d.ts +54 -0
  470. package/dist/commonjs/models/errors/post-v2-objects-object-records-query.d.ts.map +1 -0
  471. package/dist/commonjs/models/errors/post-v2-objects-object-records-query.js +112 -0
  472. package/dist/commonjs/models/errors/post-v2-objects-object-records-query.js.map +1 -0
  473. package/dist/commonjs/models/errors/post-v2-objects-records-search.d.ts +29 -0
  474. package/dist/commonjs/models/errors/post-v2-objects-records-search.d.ts.map +1 -0
  475. package/dist/commonjs/models/errors/post-v2-objects-records-search.js +78 -0
  476. package/dist/commonjs/models/errors/post-v2-objects-records-search.js.map +1 -0
  477. package/dist/commonjs/models/errors/post-v2-objects.d.ts +29 -0
  478. package/dist/commonjs/models/errors/post-v2-objects.d.ts.map +1 -0
  479. package/dist/commonjs/models/errors/post-v2-objects.js +78 -0
  480. package/dist/commonjs/models/errors/post-v2-objects.js.map +1 -0
  481. package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.d.ts +79 -0
  482. package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.d.ts.map +1 -0
  483. package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.js +144 -0
  484. package/dist/commonjs/models/errors/post-v2-target-identifier-attributes.js.map +1 -0
  485. package/dist/commonjs/models/errors/post-v2-webhooks.d.ts +29 -0
  486. package/dist/commonjs/models/errors/post-v2-webhooks.d.ts.map +1 -0
  487. package/dist/commonjs/models/errors/post-v2-webhooks.js +78 -0
  488. package/dist/commonjs/models/errors/post-v2-webhooks.js.map +1 -0
  489. package/dist/commonjs/models/errors/put-v2-lists-list-entries.d.ts +54 -0
  490. package/dist/commonjs/models/errors/put-v2-lists-list-entries.d.ts.map +1 -0
  491. package/dist/commonjs/models/errors/put-v2-lists-list-entries.js +111 -0
  492. package/dist/commonjs/models/errors/put-v2-lists-list-entries.js.map +1 -0
  493. package/dist/commonjs/models/errors/response-validation-error.d.ts +26 -0
  494. package/dist/commonjs/models/errors/response-validation-error.d.ts.map +1 -0
  495. package/dist/commonjs/models/errors/response-validation-error.js +66 -0
  496. package/dist/commonjs/models/errors/response-validation-error.js.map +1 -0
  497. package/dist/commonjs/models/errors/sdk-validation-error.d.ts +21 -0
  498. package/dist/commonjs/models/errors/sdk-validation-error.d.ts.map +1 -0
  499. package/dist/commonjs/models/errors/sdk-validation-error.js +82 -0
  500. package/dist/commonjs/models/errors/sdk-validation-error.js.map +1 -0
  501. package/dist/commonjs/models/index.d.ts +15 -0
  502. package/dist/commonjs/models/index.d.ts.map +1 -0
  503. package/dist/commonjs/models/index.js +34 -0
  504. package/dist/commonjs/models/index.js.map +1 -0
  505. package/dist/commonjs/models/input-value-union.d.ts +1274 -0
  506. package/dist/commonjs/models/input-value-union.d.ts.map +1 -0
  507. package/dist/commonjs/models/input-value-union.js +1176 -0
  508. package/dist/commonjs/models/input-value-union.js.map +1 -0
  509. package/dist/commonjs/models/list.d.ts +124 -0
  510. package/dist/commonjs/models/list.d.ts.map +1 -0
  511. package/dist/commonjs/models/list.js +137 -0
  512. package/dist/commonjs/models/list.js.map +1 -0
  513. package/dist/commonjs/models/meeting.d.ts +183 -0
  514. package/dist/commonjs/models/meeting.d.ts.map +1 -0
  515. package/dist/commonjs/models/meeting.js +206 -0
  516. package/dist/commonjs/models/meeting.js.map +1 -0
  517. package/dist/commonjs/models/note.d.ts +135 -0
  518. package/dist/commonjs/models/note.d.ts.map +1 -0
  519. package/dist/commonjs/models/note.js +147 -0
  520. package/dist/commonjs/models/note.js.map +1 -0
  521. package/dist/commonjs/models/object.d.ts +39 -0
  522. package/dist/commonjs/models/object.d.ts.map +1 -0
  523. package/dist/commonjs/models/object.js +77 -0
  524. package/dist/commonjs/models/object.js.map +1 -0
  525. package/dist/commonjs/models/operations/delete-v2-comments-comment-id.d.ts +34 -0
  526. package/dist/commonjs/models/operations/delete-v2-comments-comment-id.d.ts.map +1 -0
  527. package/dist/commonjs/models/operations/delete-v2-comments-comment-id.js +71 -0
  528. package/dist/commonjs/models/operations/delete-v2-comments-comment-id.js.map +1 -0
  529. package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +36 -0
  530. package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  531. package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +75 -0
  532. package/dist/commonjs/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  533. package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.d.ts +34 -0
  534. package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
  535. package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.js +71 -0
  536. package/dist/commonjs/models/operations/delete-v2-webhooks-webhook-id.js.map +1 -0
  537. package/dist/commonjs/models/operations/get-scim-v2-schemas.d.ts +17 -0
  538. package/dist/commonjs/models/operations/get-scim-v2-schemas.d.ts.map +1 -0
  539. package/dist/commonjs/models/operations/get-scim-v2-schemas.js +60 -0
  540. package/dist/commonjs/models/operations/get-scim-v2-schemas.js.map +1 -0
  541. package/dist/commonjs/models/operations/get-v2-comments-comment-id.d.ts +37 -0
  542. package/dist/commonjs/models/operations/get-v2-comments-comment-id.d.ts.map +1 -0
  543. package/dist/commonjs/models/operations/get-v2-comments-comment-id.js +74 -0
  544. package/dist/commonjs/models/operations/get-v2-comments-comment-id.js.map +1 -0
  545. package/dist/commonjs/models/operations/get-v2-lists-list.d.ts +8779 -0
  546. package/dist/commonjs/models/operations/get-v2-lists-list.d.ts.map +1 -0
  547. package/dist/commonjs/models/operations/get-v2-lists-list.js +7398 -0
  548. package/dist/commonjs/models/operations/get-v2-lists-list.js.map +1 -0
  549. package/dist/commonjs/models/operations/get-v2-lists.d.ts +14 -0
  550. package/dist/commonjs/models/operations/get-v2-lists.d.ts.map +1 -0
  551. package/dist/commonjs/models/operations/get-v2-lists.js +51 -0
  552. package/dist/commonjs/models/operations/get-v2-lists.js.map +1 -0
  553. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts +102 -0
  554. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts.map +1 -0
  555. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js +142 -0
  556. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js.map +1 -0
  557. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +122 -0
  558. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  559. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +145 -0
  560. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  561. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts +119 -0
  562. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
  563. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.js +149 -0
  564. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id-call-recordings.js.map +1 -0
  565. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.d.ts +37 -0
  566. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.d.ts.map +1 -0
  567. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.js +74 -0
  568. package/dist/commonjs/models/operations/get-v2-meetings-meeting-id.js.map +1 -0
  569. package/dist/commonjs/models/operations/get-v2-meetings.d.ts +64 -0
  570. package/dist/commonjs/models/operations/get-v2-meetings.d.ts.map +1 -0
  571. package/dist/commonjs/models/operations/get-v2-meetings.js +98 -0
  572. package/dist/commonjs/models/operations/get-v2-meetings.js.map +1 -0
  573. package/dist/commonjs/models/operations/get-v2-notes-note-id.d.ts +54 -0
  574. package/dist/commonjs/models/operations/get-v2-notes-note-id.d.ts.map +1 -0
  575. package/dist/commonjs/models/operations/get-v2-notes-note-id.js +92 -0
  576. package/dist/commonjs/models/operations/get-v2-notes-note-id.js.map +1 -0
  577. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.d.ts +50 -0
  578. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.d.ts.map +1 -0
  579. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.js +86 -0
  580. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id-entries.js.map +1 -0
  581. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.d.ts +1754 -0
  582. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.d.ts.map +1 -0
  583. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.js +1520 -0
  584. package/dist/commonjs/models/operations/get-v2-objects-object-records-record-id.js.map +1 -0
  585. package/dist/commonjs/models/operations/get-v2-objects-object.d.ts +8272 -0
  586. package/dist/commonjs/models/operations/get-v2-objects-object.d.ts.map +1 -0
  587. package/dist/commonjs/models/operations/get-v2-objects-object.js +6977 -0
  588. package/dist/commonjs/models/operations/get-v2-objects-object.js.map +1 -0
  589. package/dist/commonjs/models/operations/get-v2-objects.d.ts +14 -0
  590. package/dist/commonjs/models/operations/get-v2-objects.d.ts.map +1 -0
  591. package/dist/commonjs/models/operations/get-v2-objects.js +51 -0
  592. package/dist/commonjs/models/operations/get-v2-objects.js.map +1 -0
  593. package/dist/commonjs/models/operations/get-v2-self.d.ts +103 -0
  594. package/dist/commonjs/models/operations/get-v2-self.d.ts.map +1 -0
  595. package/dist/commonjs/models/operations/get-v2-self.js +109 -0
  596. package/dist/commonjs/models/operations/get-v2-self.js.map +1 -0
  597. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.d.ts +2481 -0
  598. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
  599. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.js +2076 -0
  600. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes-attribute.js.map +1 -0
  601. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.d.ts +49 -0
  602. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.d.ts.map +1 -0
  603. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.js +77 -0
  604. package/dist/commonjs/models/operations/get-v2-target-identifier-attributes.js.map +1 -0
  605. package/dist/commonjs/models/operations/get-v2-tasks-task-id.d.ts +54 -0
  606. package/dist/commonjs/models/operations/get-v2-tasks-task-id.d.ts.map +1 -0
  607. package/dist/commonjs/models/operations/get-v2-tasks-task-id.js +92 -0
  608. package/dist/commonjs/models/operations/get-v2-tasks-task-id.js.map +1 -0
  609. package/dist/commonjs/models/operations/get-v2-tasks.d.ts +53 -0
  610. package/dist/commonjs/models/operations/get-v2-tasks.d.ts.map +1 -0
  611. package/dist/commonjs/models/operations/get-v2-tasks.js +81 -0
  612. package/dist/commonjs/models/operations/get-v2-tasks.js.map +1 -0
  613. package/dist/commonjs/models/operations/get-v2-threads-thread-id.d.ts +37 -0
  614. package/dist/commonjs/models/operations/get-v2-threads-thread-id.d.ts.map +1 -0
  615. package/dist/commonjs/models/operations/get-v2-threads-thread-id.js +74 -0
  616. package/dist/commonjs/models/operations/get-v2-threads-thread-id.js.map +1 -0
  617. package/dist/commonjs/models/operations/get-v2-threads.d.ts +34 -0
  618. package/dist/commonjs/models/operations/get-v2-threads.d.ts.map +1 -0
  619. package/dist/commonjs/models/operations/get-v2-threads.js +70 -0
  620. package/dist/commonjs/models/operations/get-v2-threads.js.map +1 -0
  621. package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.d.ts +557 -0
  622. package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.d.ts.map +1 -0
  623. package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.js +648 -0
  624. package/dist/commonjs/models/operations/get-v2-webhooks-webhook-id.js.map +1 -0
  625. package/dist/commonjs/models/operations/get-v2-webhooks.d.ts +186 -0
  626. package/dist/commonjs/models/operations/get-v2-webhooks.d.ts.map +1 -0
  627. package/dist/commonjs/models/operations/get-v2-webhooks.js +252 -0
  628. package/dist/commonjs/models/operations/get-v2-webhooks.js.map +1 -0
  629. package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.d.ts +37 -0
  630. package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
  631. package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.js +75 -0
  632. package/dist/commonjs/models/operations/get-v2-workspace-members-workspace-member-id.js.map +1 -0
  633. package/dist/commonjs/models/operations/get-v2-workspace-members.d.ts +14 -0
  634. package/dist/commonjs/models/operations/get-v2-workspace-members.d.ts.map +1 -0
  635. package/dist/commonjs/models/operations/get-v2-workspace-members.js +51 -0
  636. package/dist/commonjs/models/operations/get-v2-workspace-members.js.map +1 -0
  637. package/dist/commonjs/models/operations/index.d.ts +40 -0
  638. package/dist/commonjs/models/operations/index.d.ts.map +1 -0
  639. package/dist/commonjs/models/operations/index.js +59 -0
  640. package/dist/commonjs/models/operations/index.js.map +1 -0
  641. package/dist/commonjs/models/operations/post-v2-comments.d.ts +271 -0
  642. package/dist/commonjs/models/operations/post-v2-comments.d.ts.map +1 -0
  643. package/dist/commonjs/models/operations/post-v2-comments.js +227 -0
  644. package/dist/commonjs/models/operations/post-v2-comments.js.map +1 -0
  645. package/dist/commonjs/models/operations/post-v2-lists-list-entries.d.ts +1788 -0
  646. package/dist/commonjs/models/operations/post-v2-lists-list-entries.d.ts.map +1 -0
  647. package/dist/commonjs/models/operations/post-v2-lists-list-entries.js +1527 -0
  648. package/dist/commonjs/models/operations/post-v2-lists-list-entries.js.map +1 -0
  649. package/dist/commonjs/models/operations/post-v2-lists.d.ts +288 -0
  650. package/dist/commonjs/models/operations/post-v2-lists.d.ts.map +1 -0
  651. package/dist/commonjs/models/operations/post-v2-lists.js +253 -0
  652. package/dist/commonjs/models/operations/post-v2-lists.js.map +1 -0
  653. package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts +187 -0
  654. package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
  655. package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.js +201 -0
  656. package/dist/commonjs/models/operations/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
  657. package/dist/commonjs/models/operations/post-v2-meetings.d.ts +289 -0
  658. package/dist/commonjs/models/operations/post-v2-meetings.d.ts.map +1 -0
  659. package/dist/commonjs/models/operations/post-v2-meetings.js +250 -0
  660. package/dist/commonjs/models/operations/post-v2-meetings.js.map +1 -0
  661. package/dist/commonjs/models/operations/post-v2-objects-object-records-query.d.ts +1863 -0
  662. package/dist/commonjs/models/operations/post-v2-objects-object-records-query.d.ts.map +1 -0
  663. package/dist/commonjs/models/operations/post-v2-objects-object-records-query.js +1566 -0
  664. package/dist/commonjs/models/operations/post-v2-objects-object-records-query.js.map +1 -0
  665. package/dist/commonjs/models/operations/post-v2-objects-records-search.d.ts +260 -0
  666. package/dist/commonjs/models/operations/post-v2-objects-records-search.d.ts.map +1 -0
  667. package/dist/commonjs/models/operations/post-v2-objects-records-search.js +276 -0
  668. package/dist/commonjs/models/operations/post-v2-objects-records-search.js.map +1 -0
  669. package/dist/commonjs/models/operations/post-v2-objects.d.ts +60 -0
  670. package/dist/commonjs/models/operations/post-v2-objects.d.ts.map +1 -0
  671. package/dist/commonjs/models/operations/post-v2-objects.js +86 -0
  672. package/dist/commonjs/models/operations/post-v2-objects.js.map +1 -0
  673. package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.d.ts +369 -0
  674. package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.d.ts.map +1 -0
  675. package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.js +310 -0
  676. package/dist/commonjs/models/operations/post-v2-target-identifier-attributes.js.map +1 -0
  677. package/dist/commonjs/models/operations/post-v2-webhooks.d.ts +371 -0
  678. package/dist/commonjs/models/operations/post-v2-webhooks.d.ts.map +1 -0
  679. package/dist/commonjs/models/operations/post-v2-webhooks.js +422 -0
  680. package/dist/commonjs/models/operations/post-v2-webhooks.js.map +1 -0
  681. package/dist/commonjs/models/operations/put-v2-lists-list-entries.d.ts +1788 -0
  682. package/dist/commonjs/models/operations/put-v2-lists-list-entries.d.ts.map +1 -0
  683. package/dist/commonjs/models/operations/put-v2-lists-list-entries.js +1527 -0
  684. package/dist/commonjs/models/operations/put-v2-lists-list-entries.js.map +1 -0
  685. package/dist/commonjs/models/output-value.d.ts +1191 -0
  686. package/dist/commonjs/models/output-value.d.ts.map +1 -0
  687. package/dist/commonjs/models/output-value.js +1132 -0
  688. package/dist/commonjs/models/output-value.js.map +1 -0
  689. package/dist/commonjs/models/security.d.ts +12 -0
  690. package/dist/commonjs/models/security.d.ts.map +1 -0
  691. package/dist/commonjs/models/security.js +49 -0
  692. package/dist/commonjs/models/security.js.map +1 -0
  693. package/dist/commonjs/models/select-option.d.ts +39 -0
  694. package/dist/commonjs/models/select-option.d.ts.map +1 -0
  695. package/dist/commonjs/models/select-option.js +76 -0
  696. package/dist/commonjs/models/select-option.js.map +1 -0
  697. package/dist/commonjs/models/status.d.ts +47 -0
  698. package/dist/commonjs/models/status.d.ts.map +1 -0
  699. package/dist/commonjs/models/status.js +80 -0
  700. package/dist/commonjs/models/status.js.map +1 -0
  701. package/dist/commonjs/models/task.d.ts +124 -0
  702. package/dist/commonjs/models/task.d.ts.map +1 -0
  703. package/dist/commonjs/models/task.js +142 -0
  704. package/dist/commonjs/models/task.js.map +1 -0
  705. package/dist/commonjs/models/thread.d.ts +32 -0
  706. package/dist/commonjs/models/thread.d.ts.map +1 -0
  707. package/dist/commonjs/models/thread.js +73 -0
  708. package/dist/commonjs/models/thread.js.map +1 -0
  709. package/dist/commonjs/models/workspace-member.d.ts +62 -0
  710. package/dist/commonjs/models/workspace-member.d.ts.map +1 -0
  711. package/dist/commonjs/models/workspace-member.js +92 -0
  712. package/dist/commonjs/models/workspace-member.js.map +1 -0
  713. package/dist/commonjs/package.json +3 -0
  714. package/dist/commonjs/sdk/attributes.d.ts +99 -0
  715. package/dist/commonjs/sdk/attributes.d.ts.map +1 -0
  716. package/dist/commonjs/sdk/attributes.js +136 -0
  717. package/dist/commonjs/sdk/attributes.js.map +1 -0
  718. package/dist/commonjs/sdk/call-recordings.d.ts +49 -0
  719. package/dist/commonjs/sdk/call-recordings.d.ts.map +1 -0
  720. package/dist/commonjs/sdk/call-recordings.js +68 -0
  721. package/dist/commonjs/sdk/call-recordings.js.map +1 -0
  722. package/dist/commonjs/sdk/comments.d.ts +40 -0
  723. package/dist/commonjs/sdk/comments.d.ts.map +1 -0
  724. package/dist/commonjs/sdk/comments.js +56 -0
  725. package/dist/commonjs/sdk/comments.js.map +1 -0
  726. package/dist/commonjs/sdk/entries.d.ts +77 -0
  727. package/dist/commonjs/sdk/entries.d.ts.map +1 -0
  728. package/dist/commonjs/sdk/entries.js +108 -0
  729. package/dist/commonjs/sdk/entries.js.map +1 -0
  730. package/dist/commonjs/sdk/index.d.ts +2 -0
  731. package/dist/commonjs/sdk/index.d.ts.map +1 -0
  732. package/dist/commonjs/sdk/index.js +21 -0
  733. package/dist/commonjs/sdk/index.js.map +1 -0
  734. package/dist/commonjs/sdk/lists.d.ts +47 -0
  735. package/dist/commonjs/sdk/lists.d.ts.map +1 -0
  736. package/dist/commonjs/sdk/lists.js +66 -0
  737. package/dist/commonjs/sdk/lists.js.map +1 -0
  738. package/dist/commonjs/sdk/meetings.d.ts +38 -0
  739. package/dist/commonjs/sdk/meetings.d.ts.map +1 -0
  740. package/dist/commonjs/sdk/meetings.js +54 -0
  741. package/dist/commonjs/sdk/meetings.js.map +1 -0
  742. package/dist/commonjs/sdk/meta.d.ts +12 -0
  743. package/dist/commonjs/sdk/meta.d.ts.map +1 -0
  744. package/dist/commonjs/sdk/meta.js +22 -0
  745. package/dist/commonjs/sdk/meta.js.map +1 -0
  746. package/dist/commonjs/sdk/notes.d.ts +41 -0
  747. package/dist/commonjs/sdk/notes.d.ts.map +1 -0
  748. package/dist/commonjs/sdk/notes.js +60 -0
  749. package/dist/commonjs/sdk/notes.js.map +1 -0
  750. package/dist/commonjs/sdk/objects.d.ts +41 -0
  751. package/dist/commonjs/sdk/objects.d.ts.map +1 -0
  752. package/dist/commonjs/sdk/objects.js +60 -0
  753. package/dist/commonjs/sdk/objects.js.map +1 -0
  754. package/dist/commonjs/sdk/records.d.ts +101 -0
  755. package/dist/commonjs/sdk/records.d.ts.map +1 -0
  756. package/dist/commonjs/sdk/records.js +138 -0
  757. package/dist/commonjs/sdk/records.js.map +1 -0
  758. package/dist/commonjs/sdk/scim-schemas.d.ts +14 -0
  759. package/dist/commonjs/sdk/scim-schemas.d.ts.map +1 -0
  760. package/dist/commonjs/sdk/scim-schemas.js +24 -0
  761. package/dist/commonjs/sdk/scim-schemas.js.map +1 -0
  762. package/dist/commonjs/sdk/sdk.d.ts +52 -0
  763. package/dist/commonjs/sdk/sdk.d.ts.map +1 -0
  764. package/dist/commonjs/sdk/sdk.js +75 -0
  765. package/dist/commonjs/sdk/sdk.js.map +1 -0
  766. package/dist/commonjs/sdk/tasks.d.ts +52 -0
  767. package/dist/commonjs/sdk/tasks.d.ts.map +1 -0
  768. package/dist/commonjs/sdk/tasks.js +74 -0
  769. package/dist/commonjs/sdk/tasks.js.map +1 -0
  770. package/dist/commonjs/sdk/threads.d.ts +31 -0
  771. package/dist/commonjs/sdk/threads.d.ts.map +1 -0
  772. package/dist/commonjs/sdk/threads.js +44 -0
  773. package/dist/commonjs/sdk/threads.js.map +1 -0
  774. package/dist/commonjs/sdk/transcripts.d.ts +16 -0
  775. package/dist/commonjs/sdk/transcripts.d.ts.map +1 -0
  776. package/dist/commonjs/sdk/transcripts.js +26 -0
  777. package/dist/commonjs/sdk/transcripts.js.map +1 -0
  778. package/dist/commonjs/sdk/webhooks.d.ts +50 -0
  779. package/dist/commonjs/sdk/webhooks.d.ts.map +1 -0
  780. package/dist/commonjs/sdk/webhooks.js +72 -0
  781. package/dist/commonjs/sdk/webhooks.js.map +1 -0
  782. package/dist/commonjs/sdk/workspace-members.d.ts +23 -0
  783. package/dist/commonjs/sdk/workspace-members.d.ts.map +1 -0
  784. package/dist/commonjs/sdk/workspace-members.js +36 -0
  785. package/dist/commonjs/sdk/workspace-members.js.map +1 -0
  786. package/dist/commonjs/types/async.d.ts +23 -0
  787. package/dist/commonjs/types/async.d.ts.map +1 -0
  788. package/dist/commonjs/types/async.js +44 -0
  789. package/dist/commonjs/types/async.js.map +1 -0
  790. package/dist/commonjs/types/blobs.d.ts +4 -0
  791. package/dist/commonjs/types/blobs.d.ts.map +1 -0
  792. package/dist/commonjs/types/blobs.js +62 -0
  793. package/dist/commonjs/types/blobs.js.map +1 -0
  794. package/dist/commonjs/types/const-date-time.d.ts +3 -0
  795. package/dist/commonjs/types/const-date-time.d.ts.map +1 -0
  796. package/dist/commonjs/types/const-date-time.js +46 -0
  797. package/dist/commonjs/types/const-date-time.js.map +1 -0
  798. package/dist/commonjs/types/default-to-zero-value.d.ts +12 -0
  799. package/dist/commonjs/types/default-to-zero-value.d.ts.map +1 -0
  800. package/dist/commonjs/types/default-to-zero-value.js +35 -0
  801. package/dist/commonjs/types/default-to-zero-value.js.map +1 -0
  802. package/dist/commonjs/types/discriminated-union.d.ts +25 -0
  803. package/dist/commonjs/types/discriminated-union.d.ts.map +1 -0
  804. package/dist/commonjs/types/discriminated-union.js +98 -0
  805. package/dist/commonjs/types/discriminated-union.js.map +1 -0
  806. package/dist/commonjs/types/enums.d.ts +9 -0
  807. package/dist/commonjs/types/enums.d.ts.map +1 -0
  808. package/dist/commonjs/types/enums.js +66 -0
  809. package/dist/commonjs/types/enums.js.map +1 -0
  810. package/dist/commonjs/types/fp.d.ts +31 -0
  811. package/dist/commonjs/types/fp.d.ts.map +1 -0
  812. package/dist/commonjs/types/fp.js +37 -0
  813. package/dist/commonjs/types/fp.js.map +1 -0
  814. package/dist/commonjs/types/index.d.ts +10 -0
  815. package/dist/commonjs/types/index.d.ts.map +1 -0
  816. package/dist/commonjs/types/index.js +31 -0
  817. package/dist/commonjs/types/index.js.map +1 -0
  818. package/dist/commonjs/types/operations.d.ts +27 -0
  819. package/dist/commonjs/types/operations.d.ts.map +1 -0
  820. package/dist/commonjs/types/operations.js +83 -0
  821. package/dist/commonjs/types/operations.js.map +1 -0
  822. package/dist/commonjs/types/primitives.d.ts +11 -0
  823. package/dist/commonjs/types/primitives.d.ts.map +1 -0
  824. package/dist/commonjs/types/primitives.js +176 -0
  825. package/dist/commonjs/types/primitives.js.map +1 -0
  826. package/dist/commonjs/types/rfcdate.d.ts +21 -0
  827. package/dist/commonjs/types/rfcdate.d.ts.map +1 -0
  828. package/dist/commonjs/types/rfcdate.js +46 -0
  829. package/dist/commonjs/types/rfcdate.js.map +1 -0
  830. package/dist/commonjs/types/smart-union.d.ts +7 -0
  831. package/dist/commonjs/types/smart-union.d.ts.map +1 -0
  832. package/dist/commonjs/types/smart-union.js +154 -0
  833. package/dist/commonjs/types/smart-union.js.map +1 -0
  834. package/dist/commonjs/types/streams.d.ts +2 -0
  835. package/dist/commonjs/types/streams.d.ts.map +1 -0
  836. package/dist/commonjs/types/streams.js +18 -0
  837. package/dist/commonjs/types/streams.js.map +1 -0
  838. package/dist/commonjs/types/unrecognized.d.ts +16 -0
  839. package/dist/commonjs/types/unrecognized.d.ts.map +1 -0
  840. package/dist/commonjs/types/unrecognized.js +34 -0
  841. package/dist/commonjs/types/unrecognized.js.map +1 -0
  842. package/dist/esm/core.d.ts +10 -0
  843. package/dist/esm/core.d.ts.map +1 -0
  844. package/dist/esm/core.js +13 -0
  845. package/dist/esm/core.js.map +1 -0
  846. package/dist/esm/funcs/attributes-create-option.d.ts +20 -0
  847. package/dist/esm/funcs/attributes-create-option.d.ts.map +1 -0
  848. package/dist/esm/funcs/attributes-create-option.js +104 -0
  849. package/dist/esm/funcs/attributes-create-option.js.map +1 -0
  850. package/dist/esm/funcs/attributes-create-status.d.ts +20 -0
  851. package/dist/esm/funcs/attributes-create-status.d.ts.map +1 -0
  852. package/dist/esm/funcs/attributes-create-status.js +104 -0
  853. package/dist/esm/funcs/attributes-create-status.js.map +1 -0
  854. package/dist/esm/funcs/attributes-create.d.ts +24 -0
  855. package/dist/esm/funcs/attributes-create.d.ts.map +1 -0
  856. package/dist/esm/funcs/attributes-create.js +99 -0
  857. package/dist/esm/funcs/attributes-create.js.map +1 -0
  858. package/dist/esm/funcs/attributes-get.d.ts +20 -0
  859. package/dist/esm/funcs/attributes-get.d.ts.map +1 -0
  860. package/dist/esm/funcs/attributes-get.js +100 -0
  861. package/dist/esm/funcs/attributes-get.js.map +1 -0
  862. package/dist/esm/funcs/attributes-list-options.d.ts +20 -0
  863. package/dist/esm/funcs/attributes-list-options.d.ts.map +1 -0
  864. package/dist/esm/funcs/attributes-list-options.js +105 -0
  865. package/dist/esm/funcs/attributes-list-options.js.map +1 -0
  866. package/dist/esm/funcs/attributes-list-statuses.d.ts +20 -0
  867. package/dist/esm/funcs/attributes-list-statuses.d.ts.map +1 -0
  868. package/dist/esm/funcs/attributes-list-statuses.js +105 -0
  869. package/dist/esm/funcs/attributes-list-statuses.js.map +1 -0
  870. package/dist/esm/funcs/attributes-list.d.ts +19 -0
  871. package/dist/esm/funcs/attributes-list.d.ts.map +1 -0
  872. package/dist/esm/funcs/attributes-list.js +96 -0
  873. package/dist/esm/funcs/attributes-list.js.map +1 -0
  874. package/dist/esm/funcs/attributes-update-option.d.ts +20 -0
  875. package/dist/esm/funcs/attributes-update-option.d.ts.map +1 -0
  876. package/dist/esm/funcs/attributes-update-option.js +108 -0
  877. package/dist/esm/funcs/attributes-update-option.js.map +1 -0
  878. package/dist/esm/funcs/attributes-update-status.d.ts +20 -0
  879. package/dist/esm/funcs/attributes-update-status.d.ts.map +1 -0
  880. package/dist/esm/funcs/attributes-update-status.js +108 -0
  881. package/dist/esm/funcs/attributes-update-status.js.map +1 -0
  882. package/dist/esm/funcs/attributes-update.d.ts +20 -0
  883. package/dist/esm/funcs/attributes-update.d.ts.map +1 -0
  884. package/dist/esm/funcs/attributes-update.js +102 -0
  885. package/dist/esm/funcs/attributes-update.js.map +1 -0
  886. package/dist/esm/funcs/call-recordings-create.d.ts +22 -0
  887. package/dist/esm/funcs/call-recordings-create.d.ts.map +1 -0
  888. package/dist/esm/funcs/call-recordings-create.js +94 -0
  889. package/dist/esm/funcs/call-recordings-create.js.map +1 -0
  890. package/dist/esm/funcs/call-recordings-delete.d.ts +22 -0
  891. package/dist/esm/funcs/call-recordings-delete.d.ts.map +1 -0
  892. package/dist/esm/funcs/call-recordings-delete.js +96 -0
  893. package/dist/esm/funcs/call-recordings-delete.js.map +1 -0
  894. package/dist/esm/funcs/call-recordings-get.d.ts +22 -0
  895. package/dist/esm/funcs/call-recordings-get.d.ts.map +1 -0
  896. package/dist/esm/funcs/call-recordings-get.js +96 -0
  897. package/dist/esm/funcs/call-recordings-get.js.map +1 -0
  898. package/dist/esm/funcs/call-recordings-list-by-meeting.d.ts +21 -0
  899. package/dist/esm/funcs/call-recordings-list-by-meeting.d.ts.map +1 -0
  900. package/dist/esm/funcs/call-recordings-list-by-meeting.js +93 -0
  901. package/dist/esm/funcs/call-recordings-list-by-meeting.js.map +1 -0
  902. package/dist/esm/funcs/comments-create.d.ts +24 -0
  903. package/dist/esm/funcs/comments-create.d.ts.map +1 -0
  904. package/dist/esm/funcs/comments-create.js +89 -0
  905. package/dist/esm/funcs/comments-create.js.map +1 -0
  906. package/dist/esm/funcs/comments-delete.d.ts +20 -0
  907. package/dist/esm/funcs/comments-delete.d.ts.map +1 -0
  908. package/dist/esm/funcs/comments-delete.js +90 -0
  909. package/dist/esm/funcs/comments-delete.js.map +1 -0
  910. package/dist/esm/funcs/comments-get.d.ts +24 -0
  911. package/dist/esm/funcs/comments-get.d.ts.map +1 -0
  912. package/dist/esm/funcs/comments-get.js +94 -0
  913. package/dist/esm/funcs/comments-get.js.map +1 -0
  914. package/dist/esm/funcs/entries-append-update.d.ts +20 -0
  915. package/dist/esm/funcs/entries-append-update.d.ts.map +1 -0
  916. package/dist/esm/funcs/entries-append-update.js +95 -0
  917. package/dist/esm/funcs/entries-append-update.js.map +1 -0
  918. package/dist/esm/funcs/entries-create.d.ts +20 -0
  919. package/dist/esm/funcs/entries-create.d.ts.map +1 -0
  920. package/dist/esm/funcs/entries-create.js +91 -0
  921. package/dist/esm/funcs/entries-create.js.map +1 -0
  922. package/dist/esm/funcs/entries-delete.d.ts +20 -0
  923. package/dist/esm/funcs/entries-delete.d.ts.map +1 -0
  924. package/dist/esm/funcs/entries-delete.js +94 -0
  925. package/dist/esm/funcs/entries-delete.js.map +1 -0
  926. package/dist/esm/funcs/entries-get.d.ts +20 -0
  927. package/dist/esm/funcs/entries-get.d.ts.map +1 -0
  928. package/dist/esm/funcs/entries-get.js +94 -0
  929. package/dist/esm/funcs/entries-get.js.map +1 -0
  930. package/dist/esm/funcs/entries-list-attribute-values.d.ts +20 -0
  931. package/dist/esm/funcs/entries-list-attribute-values.d.ts.map +1 -0
  932. package/dist/esm/funcs/entries-list-attribute-values.js +106 -0
  933. package/dist/esm/funcs/entries-list-attribute-values.js.map +1 -0
  934. package/dist/esm/funcs/entries-query.d.ts +20 -0
  935. package/dist/esm/funcs/entries-query.d.ts.map +1 -0
  936. package/dist/esm/funcs/entries-query.js +91 -0
  937. package/dist/esm/funcs/entries-query.js.map +1 -0
  938. package/dist/esm/funcs/entries-update.d.ts +20 -0
  939. package/dist/esm/funcs/entries-update.d.ts.map +1 -0
  940. package/dist/esm/funcs/entries-update.js +95 -0
  941. package/dist/esm/funcs/entries-update.js.map +1 -0
  942. package/dist/esm/funcs/entries-upsert-by-parent.d.ts +20 -0
  943. package/dist/esm/funcs/entries-upsert-by-parent.d.ts.map +1 -0
  944. package/dist/esm/funcs/entries-upsert-by-parent.js +91 -0
  945. package/dist/esm/funcs/entries-upsert-by-parent.js.map +1 -0
  946. package/dist/esm/funcs/lists-create.d.ts +26 -0
  947. package/dist/esm/funcs/lists-create.d.ts.map +1 -0
  948. package/dist/esm/funcs/lists-create.js +91 -0
  949. package/dist/esm/funcs/lists-create.js.map +1 -0
  950. package/dist/esm/funcs/lists-get.d.ts +20 -0
  951. package/dist/esm/funcs/lists-get.d.ts.map +1 -0
  952. package/dist/esm/funcs/lists-get.js +90 -0
  953. package/dist/esm/funcs/lists-get.js.map +1 -0
  954. package/dist/esm/funcs/lists-list.d.ts +19 -0
  955. package/dist/esm/funcs/lists-list.d.ts.map +1 -0
  956. package/dist/esm/funcs/lists-list.js +70 -0
  957. package/dist/esm/funcs/lists-list.js.map +1 -0
  958. package/dist/esm/funcs/lists-update.d.ts +20 -0
  959. package/dist/esm/funcs/lists-update.d.ts.map +1 -0
  960. package/dist/esm/funcs/lists-update.js +91 -0
  961. package/dist/esm/funcs/lists-update.js.map +1 -0
  962. package/dist/esm/funcs/meetings-create-or-find.d.ts +22 -0
  963. package/dist/esm/funcs/meetings-create-or-find.d.ts.map +1 -0
  964. package/dist/esm/funcs/meetings-create-or-find.js +87 -0
  965. package/dist/esm/funcs/meetings-create-or-find.js.map +1 -0
  966. package/dist/esm/funcs/meetings-get.d.ts +22 -0
  967. package/dist/esm/funcs/meetings-get.d.ts.map +1 -0
  968. package/dist/esm/funcs/meetings-get.js +92 -0
  969. package/dist/esm/funcs/meetings-get.js.map +1 -0
  970. package/dist/esm/funcs/meetings-list.d.ts +21 -0
  971. package/dist/esm/funcs/meetings-list.d.ts.map +1 -0
  972. package/dist/esm/funcs/meetings-list.js +94 -0
  973. package/dist/esm/funcs/meetings-list.js.map +1 -0
  974. package/dist/esm/funcs/meta-identify.d.ts +17 -0
  975. package/dist/esm/funcs/meta-identify.d.ts.map +1 -0
  976. package/dist/esm/funcs/meta-identify.js +68 -0
  977. package/dist/esm/funcs/meta-identify.js.map +1 -0
  978. package/dist/esm/funcs/notes-create.d.ts +20 -0
  979. package/dist/esm/funcs/notes-create.d.ts.map +1 -0
  980. package/dist/esm/funcs/notes-create.js +85 -0
  981. package/dist/esm/funcs/notes-create.js.map +1 -0
  982. package/dist/esm/funcs/notes-delete.d.ts +20 -0
  983. package/dist/esm/funcs/notes-delete.d.ts.map +1 -0
  984. package/dist/esm/funcs/notes-delete.js +90 -0
  985. package/dist/esm/funcs/notes-delete.js.map +1 -0
  986. package/dist/esm/funcs/notes-get.d.ts +20 -0
  987. package/dist/esm/funcs/notes-get.d.ts.map +1 -0
  988. package/dist/esm/funcs/notes-get.js +90 -0
  989. package/dist/esm/funcs/notes-get.js.map +1 -0
  990. package/dist/esm/funcs/notes-list.d.ts +20 -0
  991. package/dist/esm/funcs/notes-list.d.ts.map +1 -0
  992. package/dist/esm/funcs/notes-list.js +91 -0
  993. package/dist/esm/funcs/notes-list.js.map +1 -0
  994. package/dist/esm/funcs/objects-create.d.ts +20 -0
  995. package/dist/esm/funcs/objects-create.d.ts.map +1 -0
  996. package/dist/esm/funcs/objects-create.js +85 -0
  997. package/dist/esm/funcs/objects-create.js.map +1 -0
  998. package/dist/esm/funcs/objects-get.d.ts +20 -0
  999. package/dist/esm/funcs/objects-get.d.ts.map +1 -0
  1000. package/dist/esm/funcs/objects-get.js +90 -0
  1001. package/dist/esm/funcs/objects-get.js.map +1 -0
  1002. package/dist/esm/funcs/objects-list.d.ts +19 -0
  1003. package/dist/esm/funcs/objects-list.d.ts.map +1 -0
  1004. package/dist/esm/funcs/objects-list.js +70 -0
  1005. package/dist/esm/funcs/objects-list.js.map +1 -0
  1006. package/dist/esm/funcs/objects-update.d.ts +20 -0
  1007. package/dist/esm/funcs/objects-update.d.ts.map +1 -0
  1008. package/dist/esm/funcs/objects-update.js +91 -0
  1009. package/dist/esm/funcs/objects-update.js.map +1 -0
  1010. package/dist/esm/funcs/records-assert.d.ts +22 -0
  1011. package/dist/esm/funcs/records-assert.d.ts.map +1 -0
  1012. package/dist/esm/funcs/records-assert.js +97 -0
  1013. package/dist/esm/funcs/records-assert.js.map +1 -0
  1014. package/dist/esm/funcs/records-create.d.ts +20 -0
  1015. package/dist/esm/funcs/records-create.d.ts.map +1 -0
  1016. package/dist/esm/funcs/records-create.js +91 -0
  1017. package/dist/esm/funcs/records-create.js.map +1 -0
  1018. package/dist/esm/funcs/records-delete.d.ts +20 -0
  1019. package/dist/esm/funcs/records-delete.d.ts.map +1 -0
  1020. package/dist/esm/funcs/records-delete.js +94 -0
  1021. package/dist/esm/funcs/records-delete.js.map +1 -0
  1022. package/dist/esm/funcs/records-get-attribute-values.d.ts +20 -0
  1023. package/dist/esm/funcs/records-get-attribute-values.d.ts.map +1 -0
  1024. package/dist/esm/funcs/records-get-attribute-values.js +108 -0
  1025. package/dist/esm/funcs/records-get-attribute-values.js.map +1 -0
  1026. package/dist/esm/funcs/records-get.d.ts +20 -0
  1027. package/dist/esm/funcs/records-get.d.ts.map +1 -0
  1028. package/dist/esm/funcs/records-get.js +94 -0
  1029. package/dist/esm/funcs/records-get.js.map +1 -0
  1030. package/dist/esm/funcs/records-list-entries.d.ts +19 -0
  1031. package/dist/esm/funcs/records-list-entries.d.ts.map +1 -0
  1032. package/dist/esm/funcs/records-list-entries.js +96 -0
  1033. package/dist/esm/funcs/records-list-entries.js.map +1 -0
  1034. package/dist/esm/funcs/records-overwrite-update.d.ts +20 -0
  1035. package/dist/esm/funcs/records-overwrite-update.d.ts.map +1 -0
  1036. package/dist/esm/funcs/records-overwrite-update.js +95 -0
  1037. package/dist/esm/funcs/records-overwrite-update.js.map +1 -0
  1038. package/dist/esm/funcs/records-query.d.ts +20 -0
  1039. package/dist/esm/funcs/records-query.d.ts.map +1 -0
  1040. package/dist/esm/funcs/records-query.js +91 -0
  1041. package/dist/esm/funcs/records-query.js.map +1 -0
  1042. package/dist/esm/funcs/records-search.d.ts +24 -0
  1043. package/dist/esm/funcs/records-search.d.ts.map +1 -0
  1044. package/dist/esm/funcs/records-search.js +89 -0
  1045. package/dist/esm/funcs/records-search.js.map +1 -0
  1046. package/dist/esm/funcs/records-update.d.ts +20 -0
  1047. package/dist/esm/funcs/records-update.d.ts.map +1 -0
  1048. package/dist/esm/funcs/records-update.js +95 -0
  1049. package/dist/esm/funcs/records-update.js.map +1 -0
  1050. package/dist/esm/funcs/scim-schemas-list.d.ts +19 -0
  1051. package/dist/esm/funcs/scim-schemas-list.d.ts.map +1 -0
  1052. package/dist/esm/funcs/scim-schemas-list.js +70 -0
  1053. package/dist/esm/funcs/scim-schemas-list.js.map +1 -0
  1054. package/dist/esm/funcs/tasks-create.d.ts +22 -0
  1055. package/dist/esm/funcs/tasks-create.d.ts.map +1 -0
  1056. package/dist/esm/funcs/tasks-create.js +87 -0
  1057. package/dist/esm/funcs/tasks-create.js.map +1 -0
  1058. package/dist/esm/funcs/tasks-delete.d.ts +20 -0
  1059. package/dist/esm/funcs/tasks-delete.d.ts.map +1 -0
  1060. package/dist/esm/funcs/tasks-delete.js +90 -0
  1061. package/dist/esm/funcs/tasks-delete.js.map +1 -0
  1062. package/dist/esm/funcs/tasks-get.d.ts +20 -0
  1063. package/dist/esm/funcs/tasks-get.d.ts.map +1 -0
  1064. package/dist/esm/funcs/tasks-get.js +90 -0
  1065. package/dist/esm/funcs/tasks-get.js.map +1 -0
  1066. package/dist/esm/funcs/tasks-list.d.ts +19 -0
  1067. package/dist/esm/funcs/tasks-list.d.ts.map +1 -0
  1068. package/dist/esm/funcs/tasks-list.js +90 -0
  1069. package/dist/esm/funcs/tasks-list.js.map +1 -0
  1070. package/dist/esm/funcs/tasks-update.d.ts +20 -0
  1071. package/dist/esm/funcs/tasks-update.d.ts.map +1 -0
  1072. package/dist/esm/funcs/tasks-update.js +91 -0
  1073. package/dist/esm/funcs/tasks-update.js.map +1 -0
  1074. package/dist/esm/funcs/threads-get.d.ts +24 -0
  1075. package/dist/esm/funcs/threads-get.d.ts.map +1 -0
  1076. package/dist/esm/funcs/threads-get.js +94 -0
  1077. package/dist/esm/funcs/threads-get.js.map +1 -0
  1078. package/dist/esm/funcs/threads-list.d.ts +23 -0
  1079. package/dist/esm/funcs/threads-list.d.ts.map +1 -0
  1080. package/dist/esm/funcs/threads-list.js +93 -0
  1081. package/dist/esm/funcs/threads-list.js.map +1 -0
  1082. package/dist/esm/funcs/transcripts-get.d.ts +21 -0
  1083. package/dist/esm/funcs/transcripts-get.d.ts.map +1 -0
  1084. package/dist/esm/funcs/transcripts-get.js +95 -0
  1085. package/dist/esm/funcs/transcripts-get.js.map +1 -0
  1086. package/dist/esm/funcs/webhooks-create.d.ts +20 -0
  1087. package/dist/esm/funcs/webhooks-create.d.ts.map +1 -0
  1088. package/dist/esm/funcs/webhooks-create.js +85 -0
  1089. package/dist/esm/funcs/webhooks-create.js.map +1 -0
  1090. package/dist/esm/funcs/webhooks-delete.d.ts +20 -0
  1091. package/dist/esm/funcs/webhooks-delete.d.ts.map +1 -0
  1092. package/dist/esm/funcs/webhooks-delete.js +90 -0
  1093. package/dist/esm/funcs/webhooks-delete.js.map +1 -0
  1094. package/dist/esm/funcs/webhooks-get.d.ts +20 -0
  1095. package/dist/esm/funcs/webhooks-get.d.ts.map +1 -0
  1096. package/dist/esm/funcs/webhooks-get.js +90 -0
  1097. package/dist/esm/funcs/webhooks-get.js.map +1 -0
  1098. package/dist/esm/funcs/webhooks-list.d.ts +19 -0
  1099. package/dist/esm/funcs/webhooks-list.d.ts.map +1 -0
  1100. package/dist/esm/funcs/webhooks-list.js +85 -0
  1101. package/dist/esm/funcs/webhooks-list.js.map +1 -0
  1102. package/dist/esm/funcs/webhooks-update.d.ts +20 -0
  1103. package/dist/esm/funcs/webhooks-update.d.ts.map +1 -0
  1104. package/dist/esm/funcs/webhooks-update.js +91 -0
  1105. package/dist/esm/funcs/webhooks-update.js.map +1 -0
  1106. package/dist/esm/funcs/workspace-members-get.d.ts +20 -0
  1107. package/dist/esm/funcs/workspace-members-get.d.ts.map +1 -0
  1108. package/dist/esm/funcs/workspace-members-get.js +87 -0
  1109. package/dist/esm/funcs/workspace-members-get.js.map +1 -0
  1110. package/dist/esm/funcs/workspace-members-list.d.ts +19 -0
  1111. package/dist/esm/funcs/workspace-members-list.d.ts.map +1 -0
  1112. package/dist/esm/funcs/workspace-members-list.js +70 -0
  1113. package/dist/esm/funcs/workspace-members-list.js.map +1 -0
  1114. package/dist/esm/hooks/hooks.d.ts +25 -0
  1115. package/dist/esm/hooks/hooks.d.ts.map +1 -0
  1116. package/dist/esm/hooks/hooks.js +82 -0
  1117. package/dist/esm/hooks/hooks.js.map +1 -0
  1118. package/dist/esm/hooks/index.d.ts +3 -0
  1119. package/dist/esm/hooks/index.d.ts.map +1 -0
  1120. package/dist/esm/hooks/index.js +6 -0
  1121. package/dist/esm/hooks/index.js.map +1 -0
  1122. package/dist/esm/hooks/oauth2-scopes.d.ts +128 -0
  1123. package/dist/esm/hooks/oauth2-scopes.d.ts.map +1 -0
  1124. package/dist/esm/hooks/oauth2-scopes.js +5 -0
  1125. package/dist/esm/hooks/oauth2-scopes.js.map +1 -0
  1126. package/dist/esm/hooks/registration.d.ts +3 -0
  1127. package/dist/esm/hooks/registration.d.ts.map +1 -0
  1128. package/dist/esm/hooks/registration.js +12 -0
  1129. package/dist/esm/hooks/registration.js.map +1 -0
  1130. package/dist/esm/hooks/types.d.ts +76 -0
  1131. package/dist/esm/hooks/types.d.ts.map +1 -0
  1132. package/dist/esm/hooks/types.js +5 -0
  1133. package/dist/esm/hooks/types.js.map +1 -0
  1134. package/dist/esm/index.d.ts +6 -0
  1135. package/dist/esm/index.d.ts.map +1 -0
  1136. package/dist/esm/index.js +8 -0
  1137. package/dist/esm/index.js.map +1 -0
  1138. package/dist/esm/lib/base64.d.ts +10 -0
  1139. package/dist/esm/lib/base64.d.ts.map +1 -0
  1140. package/dist/esm/lib/base64.js +31 -0
  1141. package/dist/esm/lib/base64.js.map +1 -0
  1142. package/dist/esm/lib/config.d.ts +38 -0
  1143. package/dist/esm/lib/config.d.ts.map +1 -0
  1144. package/dist/esm/lib/config.js +34 -0
  1145. package/dist/esm/lib/config.js.map +1 -0
  1146. package/dist/esm/lib/dlv.d.ts +14 -0
  1147. package/dist/esm/lib/dlv.d.ts.map +1 -0
  1148. package/dist/esm/lib/dlv.js +46 -0
  1149. package/dist/esm/lib/dlv.js.map +1 -0
  1150. package/dist/esm/lib/encodings.d.ts +53 -0
  1151. package/dist/esm/lib/encodings.d.ts.map +1 -0
  1152. package/dist/esm/lib/encodings.js +370 -0
  1153. package/dist/esm/lib/encodings.js.map +1 -0
  1154. package/dist/esm/lib/env.d.ts +15 -0
  1155. package/dist/esm/lib/env.d.ts.map +1 -0
  1156. package/dist/esm/lib/env.js +44 -0
  1157. package/dist/esm/lib/env.js.map +1 -0
  1158. package/dist/esm/lib/files.d.ts +13 -0
  1159. package/dist/esm/lib/files.d.ts.map +1 -0
  1160. package/dist/esm/lib/files.js +73 -0
  1161. package/dist/esm/lib/files.js.map +1 -0
  1162. package/dist/esm/lib/http.d.ts +67 -0
  1163. package/dist/esm/lib/http.d.ts.map +1 -0
  1164. package/dist/esm/lib/http.js +207 -0
  1165. package/dist/esm/lib/http.js.map +1 -0
  1166. package/dist/esm/lib/is-plain-object.d.ts +2 -0
  1167. package/dist/esm/lib/is-plain-object.d.ts.map +1 -0
  1168. package/dist/esm/lib/is-plain-object.js +38 -0
  1169. package/dist/esm/lib/is-plain-object.js.map +1 -0
  1170. package/dist/esm/lib/logger.d.ts +6 -0
  1171. package/dist/esm/lib/logger.d.ts.map +1 -0
  1172. package/dist/esm/lib/logger.js +5 -0
  1173. package/dist/esm/lib/logger.js.map +1 -0
  1174. package/dist/esm/lib/matchers.d.ts +59 -0
  1175. package/dist/esm/lib/matchers.d.ts.map +1 -0
  1176. package/dist/esm/lib/matchers.js +203 -0
  1177. package/dist/esm/lib/matchers.js.map +1 -0
  1178. package/dist/esm/lib/primitives.d.ts +26 -0
  1179. package/dist/esm/lib/primitives.d.ts.map +1 -0
  1180. package/dist/esm/lib/primitives.js +103 -0
  1181. package/dist/esm/lib/primitives.js.map +1 -0
  1182. package/dist/esm/lib/retries.d.ts +38 -0
  1183. package/dist/esm/lib/retries.d.ts.map +1 -0
  1184. package/dist/esm/lib/retries.js +147 -0
  1185. package/dist/esm/lib/retries.js.map +1 -0
  1186. package/dist/esm/lib/schemas.d.ts +21 -0
  1187. package/dist/esm/lib/schemas.d.ts.map +1 -0
  1188. package/dist/esm/lib/schemas.js +57 -0
  1189. package/dist/esm/lib/schemas.js.map +1 -0
  1190. package/dist/esm/lib/sdks.d.ts +63 -0
  1191. package/dist/esm/lib/sdks.d.ts.map +1 -0
  1192. package/dist/esm/lib/sdks.js +269 -0
  1193. package/dist/esm/lib/sdks.js.map +1 -0
  1194. package/dist/esm/lib/security.d.ts +83 -0
  1195. package/dist/esm/lib/security.d.ts.map +1 -0
  1196. package/dist/esm/lib/security.js +137 -0
  1197. package/dist/esm/lib/security.js.map +1 -0
  1198. package/dist/esm/lib/url.d.ts +5 -0
  1199. package/dist/esm/lib/url.d.ts.map +1 -0
  1200. package/dist/esm/lib/url.js +22 -0
  1201. package/dist/esm/lib/url.js.map +1 -0
  1202. package/dist/esm/models/attribute.d.ts +303 -0
  1203. package/dist/esm/models/attribute.d.ts.map +1 -0
  1204. package/dist/esm/models/attribute.js +248 -0
  1205. package/dist/esm/models/attribute.js.map +1 -0
  1206. package/dist/esm/models/comment.d.ts +150 -0
  1207. package/dist/esm/models/comment.d.ts.map +1 -0
  1208. package/dist/esm/models/comment.js +111 -0
  1209. package/dist/esm/models/comment.js.map +1 -0
  1210. package/dist/esm/models/errors/attio-base-error.d.ts +19 -0
  1211. package/dist/esm/models/errors/attio-base-error.d.ts.map +1 -0
  1212. package/dist/esm/models/errors/attio-base-error.js +16 -0
  1213. package/dist/esm/models/errors/attio-base-error.js.map +1 -0
  1214. package/dist/esm/models/errors/attio-error.d.ts +10 -0
  1215. package/dist/esm/models/errors/attio-error.d.ts.map +1 -0
  1216. package/dist/esm/models/errors/attio-error.js +30 -0
  1217. package/dist/esm/models/errors/attio-error.js.map +1 -0
  1218. package/dist/esm/models/errors/delete-v2-comments-comment-id.d.ts +29 -0
  1219. package/dist/esm/models/errors/delete-v2-comments-comment-id.d.ts.map +1 -0
  1220. package/dist/esm/models/errors/delete-v2-comments-comment-id.js +41 -0
  1221. package/dist/esm/models/errors/delete-v2-comments-comment-id.js.map +1 -0
  1222. package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
  1223. package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  1224. package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +40 -0
  1225. package/dist/esm/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  1226. package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.d.ts +29 -0
  1227. package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
  1228. package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.js +41 -0
  1229. package/dist/esm/models/errors/delete-v2-webhooks-webhook-id.js.map +1 -0
  1230. package/dist/esm/models/errors/get-v2-comments-comment-id.d.ts +29 -0
  1231. package/dist/esm/models/errors/get-v2-comments-comment-id.d.ts.map +1 -0
  1232. package/dist/esm/models/errors/get-v2-comments-comment-id.js +41 -0
  1233. package/dist/esm/models/errors/get-v2-comments-comment-id.js.map +1 -0
  1234. package/dist/esm/models/errors/get-v2-lists-list.d.ts +29 -0
  1235. package/dist/esm/models/errors/get-v2-lists-list.d.ts.map +1 -0
  1236. package/dist/esm/models/errors/get-v2-lists-list.js +41 -0
  1237. package/dist/esm/models/errors/get-v2-lists-list.js.map +1 -0
  1238. package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +29 -0
  1239. package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  1240. package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +40 -0
  1241. package/dist/esm/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  1242. package/dist/esm/models/errors/get-v2-meetings-meeting-id.d.ts +29 -0
  1243. package/dist/esm/models/errors/get-v2-meetings-meeting-id.d.ts.map +1 -0
  1244. package/dist/esm/models/errors/get-v2-meetings-meeting-id.js +41 -0
  1245. package/dist/esm/models/errors/get-v2-meetings-meeting-id.js.map +1 -0
  1246. package/dist/esm/models/errors/get-v2-notes-note-id.d.ts +29 -0
  1247. package/dist/esm/models/errors/get-v2-notes-note-id.d.ts.map +1 -0
  1248. package/dist/esm/models/errors/get-v2-notes-note-id.js +41 -0
  1249. package/dist/esm/models/errors/get-v2-notes-note-id.js.map +1 -0
  1250. package/dist/esm/models/errors/get-v2-objects-object-records-record-id.d.ts +29 -0
  1251. package/dist/esm/models/errors/get-v2-objects-object-records-record-id.d.ts.map +1 -0
  1252. package/dist/esm/models/errors/get-v2-objects-object-records-record-id.js +43 -0
  1253. package/dist/esm/models/errors/get-v2-objects-object-records-record-id.js.map +1 -0
  1254. package/dist/esm/models/errors/get-v2-objects-object.d.ts +204 -0
  1255. package/dist/esm/models/errors/get-v2-objects-object.d.ts.map +1 -0
  1256. package/dist/esm/models/errors/get-v2-objects-object.js +267 -0
  1257. package/dist/esm/models/errors/get-v2-objects-object.js.map +1 -0
  1258. package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.d.ts +229 -0
  1259. package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
  1260. package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.js +287 -0
  1261. package/dist/esm/models/errors/get-v2-target-identifier-attributes-attribute.js.map +1 -0
  1262. package/dist/esm/models/errors/get-v2-tasks-task-id.d.ts +29 -0
  1263. package/dist/esm/models/errors/get-v2-tasks-task-id.d.ts.map +1 -0
  1264. package/dist/esm/models/errors/get-v2-tasks-task-id.js +41 -0
  1265. package/dist/esm/models/errors/get-v2-tasks-task-id.js.map +1 -0
  1266. package/dist/esm/models/errors/get-v2-threads-thread-id.d.ts +29 -0
  1267. package/dist/esm/models/errors/get-v2-threads-thread-id.d.ts.map +1 -0
  1268. package/dist/esm/models/errors/get-v2-threads-thread-id.js +41 -0
  1269. package/dist/esm/models/errors/get-v2-threads-thread-id.js.map +1 -0
  1270. package/dist/esm/models/errors/get-v2-webhooks-webhook-id.d.ts +29 -0
  1271. package/dist/esm/models/errors/get-v2-webhooks-webhook-id.d.ts.map +1 -0
  1272. package/dist/esm/models/errors/get-v2-webhooks-webhook-id.js +41 -0
  1273. package/dist/esm/models/errors/get-v2-webhooks-webhook-id.js.map +1 -0
  1274. package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.d.ts +29 -0
  1275. package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
  1276. package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.js +37 -0
  1277. package/dist/esm/models/errors/get-v2-workspace-members-workspace-member-id.js.map +1 -0
  1278. package/dist/esm/models/errors/http-client-errors.d.ts +44 -0
  1279. package/dist/esm/models/errors/http-client-errors.d.ts.map +1 -0
  1280. package/dist/esm/models/errors/http-client-errors.js +69 -0
  1281. package/dist/esm/models/errors/http-client-errors.js.map +1 -0
  1282. package/dist/esm/models/errors/index.d.ts +32 -0
  1283. package/dist/esm/models/errors/index.d.ts.map +1 -0
  1284. package/dist/esm/models/errors/index.js +35 -0
  1285. package/dist/esm/models/errors/index.js.map +1 -0
  1286. package/dist/esm/models/errors/post-v2-comments.d.ts +29 -0
  1287. package/dist/esm/models/errors/post-v2-comments.d.ts.map +1 -0
  1288. package/dist/esm/models/errors/post-v2-comments.js +37 -0
  1289. package/dist/esm/models/errors/post-v2-comments.js.map +1 -0
  1290. package/dist/esm/models/errors/post-v2-lists-list-entries.d.ts +54 -0
  1291. package/dist/esm/models/errors/post-v2-lists-list-entries.d.ts.map +1 -0
  1292. package/dist/esm/models/errors/post-v2-lists-list-entries.js +73 -0
  1293. package/dist/esm/models/errors/post-v2-lists-list-entries.js.map +1 -0
  1294. package/dist/esm/models/errors/post-v2-lists.d.ts +129 -0
  1295. package/dist/esm/models/errors/post-v2-lists.d.ts.map +1 -0
  1296. package/dist/esm/models/errors/post-v2-lists.js +169 -0
  1297. package/dist/esm/models/errors/post-v2-lists.js.map +1 -0
  1298. package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts +79 -0
  1299. package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
  1300. package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.js +104 -0
  1301. package/dist/esm/models/errors/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
  1302. package/dist/esm/models/errors/post-v2-meetings.d.ts +29 -0
  1303. package/dist/esm/models/errors/post-v2-meetings.d.ts.map +1 -0
  1304. package/dist/esm/models/errors/post-v2-meetings.js +37 -0
  1305. package/dist/esm/models/errors/post-v2-meetings.js.map +1 -0
  1306. package/dist/esm/models/errors/post-v2-objects-object-records-query.d.ts +54 -0
  1307. package/dist/esm/models/errors/post-v2-objects-object-records-query.d.ts.map +1 -0
  1308. package/dist/esm/models/errors/post-v2-objects-object-records-query.js +74 -0
  1309. package/dist/esm/models/errors/post-v2-objects-object-records-query.js.map +1 -0
  1310. package/dist/esm/models/errors/post-v2-objects-records-search.d.ts +29 -0
  1311. package/dist/esm/models/errors/post-v2-objects-records-search.d.ts.map +1 -0
  1312. package/dist/esm/models/errors/post-v2-objects-records-search.js +41 -0
  1313. package/dist/esm/models/errors/post-v2-objects-records-search.js.map +1 -0
  1314. package/dist/esm/models/errors/post-v2-objects.d.ts +29 -0
  1315. package/dist/esm/models/errors/post-v2-objects.d.ts.map +1 -0
  1316. package/dist/esm/models/errors/post-v2-objects.js +41 -0
  1317. package/dist/esm/models/errors/post-v2-objects.js.map +1 -0
  1318. package/dist/esm/models/errors/post-v2-target-identifier-attributes.d.ts +79 -0
  1319. package/dist/esm/models/errors/post-v2-target-identifier-attributes.d.ts.map +1 -0
  1320. package/dist/esm/models/errors/post-v2-target-identifier-attributes.js +105 -0
  1321. package/dist/esm/models/errors/post-v2-target-identifier-attributes.js.map +1 -0
  1322. package/dist/esm/models/errors/post-v2-webhooks.d.ts +29 -0
  1323. package/dist/esm/models/errors/post-v2-webhooks.d.ts.map +1 -0
  1324. package/dist/esm/models/errors/post-v2-webhooks.js +41 -0
  1325. package/dist/esm/models/errors/post-v2-webhooks.js.map +1 -0
  1326. package/dist/esm/models/errors/put-v2-lists-list-entries.d.ts +54 -0
  1327. package/dist/esm/models/errors/put-v2-lists-list-entries.d.ts.map +1 -0
  1328. package/dist/esm/models/errors/put-v2-lists-list-entries.js +73 -0
  1329. package/dist/esm/models/errors/put-v2-lists-list-entries.js.map +1 -0
  1330. package/dist/esm/models/errors/response-validation-error.d.ts +26 -0
  1331. package/dist/esm/models/errors/response-validation-error.d.ts.map +1 -0
  1332. package/dist/esm/models/errors/response-validation-error.js +29 -0
  1333. package/dist/esm/models/errors/response-validation-error.js.map +1 -0
  1334. package/dist/esm/models/errors/sdk-validation-error.d.ts +21 -0
  1335. package/dist/esm/models/errors/sdk-validation-error.d.ts.map +1 -0
  1336. package/dist/esm/models/errors/sdk-validation-error.js +44 -0
  1337. package/dist/esm/models/errors/sdk-validation-error.js.map +1 -0
  1338. package/dist/esm/models/index.d.ts +15 -0
  1339. package/dist/esm/models/index.d.ts.map +1 -0
  1340. package/dist/esm/models/index.js +18 -0
  1341. package/dist/esm/models/index.js.map +1 -0
  1342. package/dist/esm/models/input-value-union.d.ts +1274 -0
  1343. package/dist/esm/models/input-value-union.d.ts.map +1 -0
  1344. package/dist/esm/models/input-value-union.js +1113 -0
  1345. package/dist/esm/models/input-value-union.js.map +1 -0
  1346. package/dist/esm/models/list.d.ts +124 -0
  1347. package/dist/esm/models/list.d.ts.map +1 -0
  1348. package/dist/esm/models/list.js +97 -0
  1349. package/dist/esm/models/list.js.map +1 -0
  1350. package/dist/esm/models/meeting.d.ts +183 -0
  1351. package/dist/esm/models/meeting.d.ts.map +1 -0
  1352. package/dist/esm/models/meeting.js +159 -0
  1353. package/dist/esm/models/meeting.js.map +1 -0
  1354. package/dist/esm/models/note.d.ts +135 -0
  1355. package/dist/esm/models/note.d.ts.map +1 -0
  1356. package/dist/esm/models/note.js +105 -0
  1357. package/dist/esm/models/note.js.map +1 -0
  1358. package/dist/esm/models/object.d.ts +39 -0
  1359. package/dist/esm/models/object.d.ts.map +1 -0
  1360. package/dist/esm/models/object.js +39 -0
  1361. package/dist/esm/models/object.js.map +1 -0
  1362. package/dist/esm/models/operations/delete-v2-comments-comment-id.d.ts +34 -0
  1363. package/dist/esm/models/operations/delete-v2-comments-comment-id.d.ts.map +1 -0
  1364. package/dist/esm/models/operations/delete-v2-comments-comment-id.js +33 -0
  1365. package/dist/esm/models/operations/delete-v2-comments-comment-id.js.map +1 -0
  1366. package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +36 -0
  1367. package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  1368. package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js +37 -0
  1369. package/dist/esm/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  1370. package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.d.ts +34 -0
  1371. package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.d.ts.map +1 -0
  1372. package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.js +33 -0
  1373. package/dist/esm/models/operations/delete-v2-webhooks-webhook-id.js.map +1 -0
  1374. package/dist/esm/models/operations/get-scim-v2-schemas.d.ts +17 -0
  1375. package/dist/esm/models/operations/get-scim-v2-schemas.d.ts.map +1 -0
  1376. package/dist/esm/models/operations/get-scim-v2-schemas.js +23 -0
  1377. package/dist/esm/models/operations/get-scim-v2-schemas.js.map +1 -0
  1378. package/dist/esm/models/operations/get-v2-comments-comment-id.d.ts +37 -0
  1379. package/dist/esm/models/operations/get-v2-comments-comment-id.d.ts.map +1 -0
  1380. package/dist/esm/models/operations/get-v2-comments-comment-id.js +36 -0
  1381. package/dist/esm/models/operations/get-v2-comments-comment-id.js.map +1 -0
  1382. package/dist/esm/models/operations/get-v2-lists-list.d.ts +8779 -0
  1383. package/dist/esm/models/operations/get-v2-lists-list.d.ts.map +1 -0
  1384. package/dist/esm/models/operations/get-v2-lists-list.js +7146 -0
  1385. package/dist/esm/models/operations/get-v2-lists-list.js.map +1 -0
  1386. package/dist/esm/models/operations/get-v2-lists.d.ts +14 -0
  1387. package/dist/esm/models/operations/get-v2-lists.d.ts.map +1 -0
  1388. package/dist/esm/models/operations/get-v2-lists.js +14 -0
  1389. package/dist/esm/models/operations/get-v2-lists.js.map +1 -0
  1390. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts +102 -0
  1391. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.d.ts.map +1 -0
  1392. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js +99 -0
  1393. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.js.map +1 -0
  1394. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts +122 -0
  1395. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.d.ts.map +1 -0
  1396. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js +104 -0
  1397. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.js.map +1 -0
  1398. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts +119 -0
  1399. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
  1400. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.js +107 -0
  1401. package/dist/esm/models/operations/get-v2-meetings-meeting-id-call-recordings.js.map +1 -0
  1402. package/dist/esm/models/operations/get-v2-meetings-meeting-id.d.ts +37 -0
  1403. package/dist/esm/models/operations/get-v2-meetings-meeting-id.d.ts.map +1 -0
  1404. package/dist/esm/models/operations/get-v2-meetings-meeting-id.js +36 -0
  1405. package/dist/esm/models/operations/get-v2-meetings-meeting-id.js.map +1 -0
  1406. package/dist/esm/models/operations/get-v2-meetings.d.ts +64 -0
  1407. package/dist/esm/models/operations/get-v2-meetings.d.ts.map +1 -0
  1408. package/dist/esm/models/operations/get-v2-meetings.js +59 -0
  1409. package/dist/esm/models/operations/get-v2-meetings.js.map +1 -0
  1410. package/dist/esm/models/operations/get-v2-notes-note-id.d.ts +54 -0
  1411. package/dist/esm/models/operations/get-v2-notes-note-id.d.ts.map +1 -0
  1412. package/dist/esm/models/operations/get-v2-notes-note-id.js +52 -0
  1413. package/dist/esm/models/operations/get-v2-notes-note-id.js.map +1 -0
  1414. package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.d.ts +50 -0
  1415. package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.d.ts.map +1 -0
  1416. package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.js +47 -0
  1417. package/dist/esm/models/operations/get-v2-objects-object-records-record-id-entries.js.map +1 -0
  1418. package/dist/esm/models/operations/get-v2-objects-object-records-record-id.d.ts +1754 -0
  1419. package/dist/esm/models/operations/get-v2-objects-object-records-record-id.d.ts.map +1 -0
  1420. package/dist/esm/models/operations/get-v2-objects-object-records-record-id.js +1441 -0
  1421. package/dist/esm/models/operations/get-v2-objects-object-records-record-id.js.map +1 -0
  1422. package/dist/esm/models/operations/get-v2-objects-object.d.ts +8272 -0
  1423. package/dist/esm/models/operations/get-v2-objects-object.d.ts.map +1 -0
  1424. package/dist/esm/models/operations/get-v2-objects-object.js +6723 -0
  1425. package/dist/esm/models/operations/get-v2-objects-object.js.map +1 -0
  1426. package/dist/esm/models/operations/get-v2-objects.d.ts +14 -0
  1427. package/dist/esm/models/operations/get-v2-objects.d.ts.map +1 -0
  1428. package/dist/esm/models/operations/get-v2-objects.js +14 -0
  1429. package/dist/esm/models/operations/get-v2-objects.js.map +1 -0
  1430. package/dist/esm/models/operations/get-v2-self.d.ts +103 -0
  1431. package/dist/esm/models/operations/get-v2-self.d.ts.map +1 -0
  1432. package/dist/esm/models/operations/get-v2-self.js +70 -0
  1433. package/dist/esm/models/operations/get-v2-self.js.map +1 -0
  1434. package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.d.ts +2481 -0
  1435. package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.d.ts.map +1 -0
  1436. package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.js +1967 -0
  1437. package/dist/esm/models/operations/get-v2-target-identifier-attributes-attribute.js.map +1 -0
  1438. package/dist/esm/models/operations/get-v2-target-identifier-attributes.d.ts +49 -0
  1439. package/dist/esm/models/operations/get-v2-target-identifier-attributes.d.ts.map +1 -0
  1440. package/dist/esm/models/operations/get-v2-target-identifier-attributes.js +39 -0
  1441. package/dist/esm/models/operations/get-v2-target-identifier-attributes.js.map +1 -0
  1442. package/dist/esm/models/operations/get-v2-tasks-task-id.d.ts +54 -0
  1443. package/dist/esm/models/operations/get-v2-tasks-task-id.d.ts.map +1 -0
  1444. package/dist/esm/models/operations/get-v2-tasks-task-id.js +52 -0
  1445. package/dist/esm/models/operations/get-v2-tasks-task-id.js.map +1 -0
  1446. package/dist/esm/models/operations/get-v2-tasks.d.ts +53 -0
  1447. package/dist/esm/models/operations/get-v2-tasks.d.ts.map +1 -0
  1448. package/dist/esm/models/operations/get-v2-tasks.js +43 -0
  1449. package/dist/esm/models/operations/get-v2-tasks.js.map +1 -0
  1450. package/dist/esm/models/operations/get-v2-threads-thread-id.d.ts +37 -0
  1451. package/dist/esm/models/operations/get-v2-threads-thread-id.d.ts.map +1 -0
  1452. package/dist/esm/models/operations/get-v2-threads-thread-id.js +36 -0
  1453. package/dist/esm/models/operations/get-v2-threads-thread-id.js.map +1 -0
  1454. package/dist/esm/models/operations/get-v2-threads.d.ts +34 -0
  1455. package/dist/esm/models/operations/get-v2-threads.d.ts.map +1 -0
  1456. package/dist/esm/models/operations/get-v2-threads.js +32 -0
  1457. package/dist/esm/models/operations/get-v2-threads.js.map +1 -0
  1458. package/dist/esm/models/operations/get-v2-webhooks-webhook-id.d.ts +557 -0
  1459. package/dist/esm/models/operations/get-v2-webhooks-webhook-id.d.ts.map +1 -0
  1460. package/dist/esm/models/operations/get-v2-webhooks-webhook-id.js +571 -0
  1461. package/dist/esm/models/operations/get-v2-webhooks-webhook-id.js.map +1 -0
  1462. package/dist/esm/models/operations/get-v2-webhooks.d.ts +186 -0
  1463. package/dist/esm/models/operations/get-v2-webhooks.d.ts.map +1 -0
  1464. package/dist/esm/models/operations/get-v2-webhooks.js +202 -0
  1465. package/dist/esm/models/operations/get-v2-webhooks.js.map +1 -0
  1466. package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.d.ts +37 -0
  1467. package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.d.ts.map +1 -0
  1468. package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.js +37 -0
  1469. package/dist/esm/models/operations/get-v2-workspace-members-workspace-member-id.js.map +1 -0
  1470. package/dist/esm/models/operations/get-v2-workspace-members.d.ts +14 -0
  1471. package/dist/esm/models/operations/get-v2-workspace-members.d.ts.map +1 -0
  1472. package/dist/esm/models/operations/get-v2-workspace-members.js +14 -0
  1473. package/dist/esm/models/operations/get-v2-workspace-members.js.map +1 -0
  1474. package/dist/esm/models/operations/index.d.ts +40 -0
  1475. package/dist/esm/models/operations/index.d.ts.map +1 -0
  1476. package/dist/esm/models/operations/index.js +43 -0
  1477. package/dist/esm/models/operations/index.js.map +1 -0
  1478. package/dist/esm/models/operations/post-v2-comments.d.ts +271 -0
  1479. package/dist/esm/models/operations/post-v2-comments.d.ts.map +1 -0
  1480. package/dist/esm/models/operations/post-v2-comments.js +180 -0
  1481. package/dist/esm/models/operations/post-v2-comments.js.map +1 -0
  1482. package/dist/esm/models/operations/post-v2-lists-list-entries.d.ts +1788 -0
  1483. package/dist/esm/models/operations/post-v2-lists-list-entries.d.ts.map +1 -0
  1484. package/dist/esm/models/operations/post-v2-lists-list-entries.js +1448 -0
  1485. package/dist/esm/models/operations/post-v2-lists-list-entries.js.map +1 -0
  1486. package/dist/esm/models/operations/post-v2-lists.d.ts +288 -0
  1487. package/dist/esm/models/operations/post-v2-lists.d.ts.map +1 -0
  1488. package/dist/esm/models/operations/post-v2-lists.js +206 -0
  1489. package/dist/esm/models/operations/post-v2-lists.js.map +1 -0
  1490. package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts +187 -0
  1491. package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.d.ts.map +1 -0
  1492. package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.js +157 -0
  1493. package/dist/esm/models/operations/post-v2-meetings-meeting-id-call-recordings.js.map +1 -0
  1494. package/dist/esm/models/operations/post-v2-meetings.d.ts +289 -0
  1495. package/dist/esm/models/operations/post-v2-meetings.d.ts.map +1 -0
  1496. package/dist/esm/models/operations/post-v2-meetings.js +200 -0
  1497. package/dist/esm/models/operations/post-v2-meetings.js.map +1 -0
  1498. package/dist/esm/models/operations/post-v2-objects-object-records-query.d.ts +1863 -0
  1499. package/dist/esm/models/operations/post-v2-objects-object-records-query.d.ts.map +1 -0
  1500. package/dist/esm/models/operations/post-v2-objects-object-records-query.js +1484 -0
  1501. package/dist/esm/models/operations/post-v2-objects-object-records-query.js.map +1 -0
  1502. package/dist/esm/models/operations/post-v2-objects-records-search.d.ts +260 -0
  1503. package/dist/esm/models/operations/post-v2-objects-records-search.d.ts.map +1 -0
  1504. package/dist/esm/models/operations/post-v2-objects-records-search.js +227 -0
  1505. package/dist/esm/models/operations/post-v2-objects-records-search.js.map +1 -0
  1506. package/dist/esm/models/operations/post-v2-objects.d.ts +60 -0
  1507. package/dist/esm/models/operations/post-v2-objects.d.ts.map +1 -0
  1508. package/dist/esm/models/operations/post-v2-objects.js +47 -0
  1509. package/dist/esm/models/operations/post-v2-objects.js.map +1 -0
  1510. package/dist/esm/models/operations/post-v2-target-identifier-attributes.d.ts +369 -0
  1511. package/dist/esm/models/operations/post-v2-target-identifier-attributes.d.ts.map +1 -0
  1512. package/dist/esm/models/operations/post-v2-target-identifier-attributes.js +263 -0
  1513. package/dist/esm/models/operations/post-v2-target-identifier-attributes.js.map +1 -0
  1514. package/dist/esm/models/operations/post-v2-webhooks.d.ts +371 -0
  1515. package/dist/esm/models/operations/post-v2-webhooks.d.ts.map +1 -0
  1516. package/dist/esm/models/operations/post-v2-webhooks.js +361 -0
  1517. package/dist/esm/models/operations/post-v2-webhooks.js.map +1 -0
  1518. package/dist/esm/models/operations/put-v2-lists-list-entries.d.ts +1788 -0
  1519. package/dist/esm/models/operations/put-v2-lists-list-entries.d.ts.map +1 -0
  1520. package/dist/esm/models/operations/put-v2-lists-list-entries.js +1448 -0
  1521. package/dist/esm/models/operations/put-v2-lists-list-entries.js.map +1 -0
  1522. package/dist/esm/models/output-value.d.ts +1191 -0
  1523. package/dist/esm/models/output-value.d.ts.map +1 -0
  1524. package/dist/esm/models/output-value.js +1074 -0
  1525. package/dist/esm/models/output-value.js.map +1 -0
  1526. package/dist/esm/models/security.d.ts +12 -0
  1527. package/dist/esm/models/security.d.ts.map +1 -0
  1528. package/dist/esm/models/security.js +12 -0
  1529. package/dist/esm/models/security.js.map +1 -0
  1530. package/dist/esm/models/select-option.d.ts +39 -0
  1531. package/dist/esm/models/select-option.d.ts.map +1 -0
  1532. package/dist/esm/models/select-option.js +38 -0
  1533. package/dist/esm/models/select-option.js.map +1 -0
  1534. package/dist/esm/models/status.d.ts +47 -0
  1535. package/dist/esm/models/status.d.ts.map +1 -0
  1536. package/dist/esm/models/status.js +42 -0
  1537. package/dist/esm/models/status.js.map +1 -0
  1538. package/dist/esm/models/task.d.ts +124 -0
  1539. package/dist/esm/models/task.d.ts.map +1 -0
  1540. package/dist/esm/models/task.js +101 -0
  1541. package/dist/esm/models/task.js.map +1 -0
  1542. package/dist/esm/models/thread.d.ts +32 -0
  1543. package/dist/esm/models/thread.d.ts.map +1 -0
  1544. package/dist/esm/models/thread.js +35 -0
  1545. package/dist/esm/models/thread.js.map +1 -0
  1546. package/dist/esm/models/workspace-member.d.ts +62 -0
  1547. package/dist/esm/models/workspace-member.d.ts.map +1 -0
  1548. package/dist/esm/models/workspace-member.js +54 -0
  1549. package/dist/esm/models/workspace-member.js.map +1 -0
  1550. package/dist/esm/package.json +3 -0
  1551. package/dist/esm/sdk/attributes.d.ts +99 -0
  1552. package/dist/esm/sdk/attributes.d.ts.map +1 -0
  1553. package/dist/esm/sdk/attributes.js +132 -0
  1554. package/dist/esm/sdk/attributes.js.map +1 -0
  1555. package/dist/esm/sdk/call-recordings.d.ts +49 -0
  1556. package/dist/esm/sdk/call-recordings.d.ts.map +1 -0
  1557. package/dist/esm/sdk/call-recordings.js +64 -0
  1558. package/dist/esm/sdk/call-recordings.js.map +1 -0
  1559. package/dist/esm/sdk/comments.d.ts +40 -0
  1560. package/dist/esm/sdk/comments.d.ts.map +1 -0
  1561. package/dist/esm/sdk/comments.js +52 -0
  1562. package/dist/esm/sdk/comments.js.map +1 -0
  1563. package/dist/esm/sdk/entries.d.ts +77 -0
  1564. package/dist/esm/sdk/entries.d.ts.map +1 -0
  1565. package/dist/esm/sdk/entries.js +104 -0
  1566. package/dist/esm/sdk/entries.js.map +1 -0
  1567. package/dist/esm/sdk/index.d.ts +2 -0
  1568. package/dist/esm/sdk/index.d.ts.map +1 -0
  1569. package/dist/esm/sdk/index.js +5 -0
  1570. package/dist/esm/sdk/index.js.map +1 -0
  1571. package/dist/esm/sdk/lists.d.ts +47 -0
  1572. package/dist/esm/sdk/lists.d.ts.map +1 -0
  1573. package/dist/esm/sdk/lists.js +62 -0
  1574. package/dist/esm/sdk/lists.js.map +1 -0
  1575. package/dist/esm/sdk/meetings.d.ts +38 -0
  1576. package/dist/esm/sdk/meetings.d.ts.map +1 -0
  1577. package/dist/esm/sdk/meetings.js +50 -0
  1578. package/dist/esm/sdk/meetings.js.map +1 -0
  1579. package/dist/esm/sdk/meta.d.ts +12 -0
  1580. package/dist/esm/sdk/meta.d.ts.map +1 -0
  1581. package/dist/esm/sdk/meta.js +18 -0
  1582. package/dist/esm/sdk/meta.js.map +1 -0
  1583. package/dist/esm/sdk/notes.d.ts +41 -0
  1584. package/dist/esm/sdk/notes.d.ts.map +1 -0
  1585. package/dist/esm/sdk/notes.js +56 -0
  1586. package/dist/esm/sdk/notes.js.map +1 -0
  1587. package/dist/esm/sdk/objects.d.ts +41 -0
  1588. package/dist/esm/sdk/objects.d.ts.map +1 -0
  1589. package/dist/esm/sdk/objects.js +56 -0
  1590. package/dist/esm/sdk/objects.js.map +1 -0
  1591. package/dist/esm/sdk/records.d.ts +101 -0
  1592. package/dist/esm/sdk/records.d.ts.map +1 -0
  1593. package/dist/esm/sdk/records.js +134 -0
  1594. package/dist/esm/sdk/records.js.map +1 -0
  1595. package/dist/esm/sdk/scim-schemas.d.ts +14 -0
  1596. package/dist/esm/sdk/scim-schemas.d.ts.map +1 -0
  1597. package/dist/esm/sdk/scim-schemas.js +20 -0
  1598. package/dist/esm/sdk/scim-schemas.js.map +1 -0
  1599. package/dist/esm/sdk/sdk.d.ts +52 -0
  1600. package/dist/esm/sdk/sdk.d.ts.map +1 -0
  1601. package/dist/esm/sdk/sdk.js +71 -0
  1602. package/dist/esm/sdk/sdk.js.map +1 -0
  1603. package/dist/esm/sdk/tasks.d.ts +52 -0
  1604. package/dist/esm/sdk/tasks.d.ts.map +1 -0
  1605. package/dist/esm/sdk/tasks.js +70 -0
  1606. package/dist/esm/sdk/tasks.js.map +1 -0
  1607. package/dist/esm/sdk/threads.d.ts +31 -0
  1608. package/dist/esm/sdk/threads.d.ts.map +1 -0
  1609. package/dist/esm/sdk/threads.js +40 -0
  1610. package/dist/esm/sdk/threads.js.map +1 -0
  1611. package/dist/esm/sdk/transcripts.d.ts +16 -0
  1612. package/dist/esm/sdk/transcripts.d.ts.map +1 -0
  1613. package/dist/esm/sdk/transcripts.js +22 -0
  1614. package/dist/esm/sdk/transcripts.js.map +1 -0
  1615. package/dist/esm/sdk/webhooks.d.ts +50 -0
  1616. package/dist/esm/sdk/webhooks.d.ts.map +1 -0
  1617. package/dist/esm/sdk/webhooks.js +68 -0
  1618. package/dist/esm/sdk/webhooks.js.map +1 -0
  1619. package/dist/esm/sdk/workspace-members.d.ts +23 -0
  1620. package/dist/esm/sdk/workspace-members.d.ts.map +1 -0
  1621. package/dist/esm/sdk/workspace-members.js +32 -0
  1622. package/dist/esm/sdk/workspace-members.js.map +1 -0
  1623. package/dist/esm/types/async.d.ts +23 -0
  1624. package/dist/esm/types/async.d.ts.map +1 -0
  1625. package/dist/esm/types/async.js +40 -0
  1626. package/dist/esm/types/async.js.map +1 -0
  1627. package/dist/esm/types/blobs.d.ts +4 -0
  1628. package/dist/esm/types/blobs.d.ts.map +1 -0
  1629. package/dist/esm/types/blobs.js +25 -0
  1630. package/dist/esm/types/blobs.js.map +1 -0
  1631. package/dist/esm/types/const-date-time.d.ts +3 -0
  1632. package/dist/esm/types/const-date-time.d.ts.map +1 -0
  1633. package/dist/esm/types/const-date-time.js +10 -0
  1634. package/dist/esm/types/const-date-time.js.map +1 -0
  1635. package/dist/esm/types/default-to-zero-value.d.ts +12 -0
  1636. package/dist/esm/types/default-to-zero-value.d.ts.map +1 -0
  1637. package/dist/esm/types/default-to-zero-value.js +31 -0
  1638. package/dist/esm/types/default-to-zero-value.js.map +1 -0
  1639. package/dist/esm/types/discriminated-union.d.ts +25 -0
  1640. package/dist/esm/types/discriminated-union.d.ts.map +1 -0
  1641. package/dist/esm/types/discriminated-union.js +61 -0
  1642. package/dist/esm/types/discriminated-union.js.map +1 -0
  1643. package/dist/esm/types/enums.d.ts +9 -0
  1644. package/dist/esm/types/enums.d.ts.map +1 -0
  1645. package/dist/esm/types/enums.js +27 -0
  1646. package/dist/esm/types/enums.js.map +1 -0
  1647. package/dist/esm/types/fp.d.ts +31 -0
  1648. package/dist/esm/types/fp.d.ts.map +1 -0
  1649. package/dist/esm/types/fp.js +31 -0
  1650. package/dist/esm/types/fp.js.map +1 -0
  1651. package/dist/esm/types/index.d.ts +10 -0
  1652. package/dist/esm/types/index.d.ts.map +1 -0
  1653. package/dist/esm/types/index.js +10 -0
  1654. package/dist/esm/types/index.js.map +1 -0
  1655. package/dist/esm/types/operations.d.ts +27 -0
  1656. package/dist/esm/types/operations.d.ts.map +1 -0
  1657. package/dist/esm/types/operations.js +77 -0
  1658. package/dist/esm/types/operations.js.map +1 -0
  1659. package/dist/esm/types/primitives.d.ts +11 -0
  1660. package/dist/esm/types/primitives.d.ts.map +1 -0
  1661. package/dist/esm/types/primitives.js +132 -0
  1662. package/dist/esm/types/primitives.js.map +1 -0
  1663. package/dist/esm/types/rfcdate.d.ts +21 -0
  1664. package/dist/esm/types/rfcdate.d.ts.map +1 -0
  1665. package/dist/esm/types/rfcdate.js +42 -0
  1666. package/dist/esm/types/rfcdate.js.map +1 -0
  1667. package/dist/esm/types/smart-union.d.ts +7 -0
  1668. package/dist/esm/types/smart-union.d.ts.map +1 -0
  1669. package/dist/esm/types/smart-union.js +118 -0
  1670. package/dist/esm/types/smart-union.js.map +1 -0
  1671. package/dist/esm/types/streams.d.ts +2 -0
  1672. package/dist/esm/types/streams.d.ts.map +1 -0
  1673. package/dist/esm/types/streams.js +15 -0
  1674. package/dist/esm/types/streams.js.map +1 -0
  1675. package/dist/esm/types/unrecognized.d.ts +16 -0
  1676. package/dist/esm/types/unrecognized.d.ts.map +1 -0
  1677. package/dist/esm/types/unrecognized.js +31 -0
  1678. package/dist/esm/types/unrecognized.js.map +1 -0
  1679. package/examples/node_modules/.package-lock.json +174 -0
  1680. package/examples/node_modules/@esbuild/darwin-arm64/package.json +20 -0
  1681. package/examples/node_modules/@types/node/assert/strict.d.ts +8 -0
  1682. package/examples/node_modules/@types/node/assert.d.ts +1062 -0
  1683. package/examples/node_modules/@types/node/async_hooks.d.ts +605 -0
  1684. package/examples/node_modules/@types/node/buffer.buffer.d.ts +471 -0
  1685. package/examples/node_modules/@types/node/buffer.d.ts +1936 -0
  1686. package/examples/node_modules/@types/node/child_process.d.ts +1475 -0
  1687. package/examples/node_modules/@types/node/cluster.d.ts +577 -0
  1688. package/examples/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
  1689. package/examples/node_modules/@types/node/compatibility/index.d.ts +9 -0
  1690. package/examples/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
  1691. package/examples/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  1692. package/examples/node_modules/@types/node/console.d.ts +452 -0
  1693. package/examples/node_modules/@types/node/constants.d.ts +21 -0
  1694. package/examples/node_modules/@types/node/crypto.d.ts +4590 -0
  1695. package/examples/node_modules/@types/node/dgram.d.ts +597 -0
  1696. package/examples/node_modules/@types/node/diagnostics_channel.d.ts +578 -0
  1697. package/examples/node_modules/@types/node/dns/promises.d.ts +479 -0
  1698. package/examples/node_modules/@types/node/dns.d.ts +871 -0
  1699. package/examples/node_modules/@types/node/domain.d.ts +170 -0
  1700. package/examples/node_modules/@types/node/events.d.ts +977 -0
  1701. package/examples/node_modules/@types/node/fs/promises.d.ts +1270 -0
  1702. package/examples/node_modules/@types/node/fs.d.ts +4375 -0
  1703. package/examples/node_modules/@types/node/globals.d.ts +172 -0
  1704. package/examples/node_modules/@types/node/globals.typedarray.d.ts +38 -0
  1705. package/examples/node_modules/@types/node/http.d.ts +2049 -0
  1706. package/examples/node_modules/@types/node/http2.d.ts +2631 -0
  1707. package/examples/node_modules/@types/node/https.d.ts +578 -0
  1708. package/examples/node_modules/@types/node/index.d.ts +93 -0
  1709. package/examples/node_modules/@types/node/inspector.generated.d.ts +3966 -0
  1710. package/examples/node_modules/@types/node/module.d.ts +539 -0
  1711. package/examples/node_modules/@types/node/net.d.ts +1012 -0
  1712. package/examples/node_modules/@types/node/os.d.ts +506 -0
  1713. package/examples/node_modules/@types/node/package.json +140 -0
  1714. package/examples/node_modules/@types/node/path.d.ts +200 -0
  1715. package/examples/node_modules/@types/node/perf_hooks.d.ts +961 -0
  1716. package/examples/node_modules/@types/node/process.d.ts +1966 -0
  1717. package/examples/node_modules/@types/node/punycode.d.ts +117 -0
  1718. package/examples/node_modules/@types/node/querystring.d.ts +152 -0
  1719. package/examples/node_modules/@types/node/readline/promises.d.ts +162 -0
  1720. package/examples/node_modules/@types/node/readline.d.ts +589 -0
  1721. package/examples/node_modules/@types/node/repl.d.ts +430 -0
  1722. package/examples/node_modules/@types/node/sea.d.ts +153 -0
  1723. package/examples/node_modules/@types/node/stream/consumers.d.ts +38 -0
  1724. package/examples/node_modules/@types/node/stream/promises.d.ts +90 -0
  1725. package/examples/node_modules/@types/node/stream/web.d.ts +533 -0
  1726. package/examples/node_modules/@types/node/stream.d.ts +1675 -0
  1727. package/examples/node_modules/@types/node/string_decoder.d.ts +67 -0
  1728. package/examples/node_modules/@types/node/test.d.ts +1787 -0
  1729. package/examples/node_modules/@types/node/timers/promises.d.ts +108 -0
  1730. package/examples/node_modules/@types/node/timers.d.ts +286 -0
  1731. package/examples/node_modules/@types/node/tls.d.ts +1259 -0
  1732. package/examples/node_modules/@types/node/trace_events.d.ts +197 -0
  1733. package/examples/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
  1734. package/examples/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +34 -0
  1735. package/examples/node_modules/@types/node/ts5.6/index.d.ts +93 -0
  1736. package/examples/node_modules/@types/node/tty.d.ts +208 -0
  1737. package/examples/node_modules/@types/node/url.d.ts +964 -0
  1738. package/examples/node_modules/@types/node/util.d.ts +2331 -0
  1739. package/examples/node_modules/@types/node/v8.d.ts +809 -0
  1740. package/examples/node_modules/@types/node/vm.d.ts +1001 -0
  1741. package/examples/node_modules/@types/node/wasi.d.ts +181 -0
  1742. package/examples/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  1743. package/examples/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  1744. package/examples/node_modules/@types/node/web-globals/events.d.ts +97 -0
  1745. package/examples/node_modules/@types/node/web-globals/fetch.d.ts +55 -0
  1746. package/examples/node_modules/@types/node/worker_threads.d.ts +715 -0
  1747. package/examples/node_modules/@types/node/zlib.d.ts +540 -0
  1748. package/examples/node_modules/dotenv/config.d.ts +1 -0
  1749. package/examples/node_modules/dotenv/config.js +9 -0
  1750. package/examples/node_modules/dotenv/lib/cli-options.js +17 -0
  1751. package/examples/node_modules/dotenv/lib/env-options.js +28 -0
  1752. package/examples/node_modules/dotenv/lib/main.d.ts +162 -0
  1753. package/examples/node_modules/dotenv/lib/main.js +386 -0
  1754. package/examples/node_modules/dotenv/package.json +62 -0
  1755. package/examples/node_modules/esbuild/install.js +289 -0
  1756. package/examples/node_modules/esbuild/lib/main.d.ts +716 -0
  1757. package/examples/node_modules/esbuild/lib/main.js +2242 -0
  1758. package/examples/node_modules/esbuild/package.json +49 -0
  1759. package/examples/node_modules/fsevents/fsevents.d.ts +46 -0
  1760. package/examples/node_modules/fsevents/fsevents.js +83 -0
  1761. package/examples/node_modules/fsevents/package.json +62 -0
  1762. package/examples/node_modules/get-tsconfig/dist/index.mjs +7 -0
  1763. package/examples/node_modules/get-tsconfig/package.json +46 -0
  1764. package/examples/node_modules/resolve-pkg-maps/dist/index.mjs +1 -0
  1765. package/examples/node_modules/resolve-pkg-maps/package.json +42 -0
  1766. package/examples/node_modules/tsx/dist/cjs/api/index.mjs +1 -0
  1767. package/examples/node_modules/tsx/dist/cjs/index.mjs +1 -0
  1768. package/examples/node_modules/tsx/dist/cli.mjs +55 -0
  1769. package/examples/node_modules/tsx/dist/client-BQVF1NaW.mjs +1 -0
  1770. package/examples/node_modules/tsx/dist/esm/api/index.mjs +1 -0
  1771. package/examples/node_modules/tsx/dist/esm/index.mjs +2 -0
  1772. package/examples/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs +1 -0
  1773. package/examples/node_modules/tsx/dist/index-7AaEi15b.mjs +14 -0
  1774. package/examples/node_modules/tsx/dist/index-gbaejti9.mjs +1 -0
  1775. package/examples/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +3 -0
  1776. package/examples/node_modules/tsx/dist/loader.mjs +1 -0
  1777. package/examples/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs +1 -0
  1778. package/examples/node_modules/tsx/dist/package-CeBgXWuR.mjs +1 -0
  1779. package/examples/node_modules/tsx/dist/patch-repl.mjs +1 -0
  1780. package/examples/node_modules/tsx/dist/preflight.mjs +1 -0
  1781. package/examples/node_modules/tsx/dist/register-B7jrtLTO.mjs +1 -0
  1782. package/examples/node_modules/tsx/dist/register-CFH5oNdT.mjs +4 -0
  1783. package/examples/node_modules/tsx/dist/repl.mjs +3 -0
  1784. package/examples/node_modules/tsx/dist/require-DQxpCAr4.mjs +1 -0
  1785. package/examples/node_modules/tsx/dist/suppress-warnings.mjs +1 -0
  1786. package/examples/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs +1 -0
  1787. package/examples/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +5 -0
  1788. package/examples/node_modules/tsx/package.json +68 -0
  1789. package/examples/node_modules/undici-types/agent.d.ts +31 -0
  1790. package/examples/node_modules/undici-types/api.d.ts +43 -0
  1791. package/examples/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1792. package/examples/node_modules/undici-types/cache.d.ts +36 -0
  1793. package/examples/node_modules/undici-types/client.d.ts +108 -0
  1794. package/examples/node_modules/undici-types/connector.d.ts +34 -0
  1795. package/examples/node_modules/undici-types/content-type.d.ts +21 -0
  1796. package/examples/node_modules/undici-types/cookies.d.ts +28 -0
  1797. package/examples/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1798. package/examples/node_modules/undici-types/dispatcher.d.ts +256 -0
  1799. package/examples/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1800. package/examples/node_modules/undici-types/errors.d.ts +149 -0
  1801. package/examples/node_modules/undici-types/eventsource.d.ts +61 -0
  1802. package/examples/node_modules/undici-types/fetch.d.ts +209 -0
  1803. package/examples/node_modules/undici-types/file.d.ts +39 -0
  1804. package/examples/node_modules/undici-types/filereader.d.ts +54 -0
  1805. package/examples/node_modules/undici-types/formdata.d.ts +108 -0
  1806. package/examples/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1807. package/examples/node_modules/undici-types/global-origin.d.ts +7 -0
  1808. package/examples/node_modules/undici-types/handlers.d.ts +15 -0
  1809. package/examples/node_modules/undici-types/header.d.ts +4 -0
  1810. package/examples/node_modules/undici-types/index.d.ts +71 -0
  1811. package/examples/node_modules/undici-types/interceptors.d.ts +17 -0
  1812. package/examples/node_modules/undici-types/mock-agent.d.ts +50 -0
  1813. package/examples/node_modules/undici-types/mock-client.d.ts +25 -0
  1814. package/examples/node_modules/undici-types/mock-errors.d.ts +12 -0
  1815. package/examples/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1816. package/examples/node_modules/undici-types/mock-pool.d.ts +25 -0
  1817. package/examples/node_modules/undici-types/package.json +55 -0
  1818. package/examples/node_modules/undici-types/patch.d.ts +33 -0
  1819. package/examples/node_modules/undici-types/pool-stats.d.ts +19 -0
  1820. package/examples/node_modules/undici-types/pool.d.ts +39 -0
  1821. package/examples/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1822. package/examples/node_modules/undici-types/readable.d.ts +65 -0
  1823. package/examples/node_modules/undici-types/retry-agent.d.ts +8 -0
  1824. package/examples/node_modules/undici-types/retry-handler.d.ts +116 -0
  1825. package/examples/node_modules/undici-types/util.d.ts +18 -0
  1826. package/examples/node_modules/undici-types/webidl.d.ts +228 -0
  1827. package/examples/node_modules/undici-types/websocket.d.ts +150 -0
  1828. package/examples/objectsList.example.ts +26 -0
  1829. package/examples/package-lock.json +611 -0
  1830. package/examples/package.json +18 -0
  1831. package/jsr.json +27 -0
  1832. package/package.json +127 -0
  1833. package/src/core.ts +13 -0
  1834. package/src/funcs/attributes-create-option.ts +219 -0
  1835. package/src/funcs/attributes-create-status.ts +219 -0
  1836. package/src/funcs/attributes-create.ts +211 -0
  1837. package/src/funcs/attributes-get.ts +200 -0
  1838. package/src/funcs/attributes-list-options.ts +206 -0
  1839. package/src/funcs/attributes-list-statuses.ts +207 -0
  1840. package/src/funcs/attributes-list.ts +187 -0
  1841. package/src/funcs/attributes-update-option.ts +225 -0
  1842. package/src/funcs/attributes-update-status.ts +225 -0
  1843. package/src/funcs/attributes-update.ts +206 -0
  1844. package/src/funcs/call-recordings-create.ts +205 -0
  1845. package/src/funcs/call-recordings-delete.ts +203 -0
  1846. package/src/funcs/call-recordings-get.ts +203 -0
  1847. package/src/funcs/call-recordings-list-by-meeting.ts +186 -0
  1848. package/src/funcs/comments-create.ts +176 -0
  1849. package/src/funcs/comments-delete.ts +182 -0
  1850. package/src/funcs/comments-get.ts +183 -0
  1851. package/src/funcs/entries-append-update.ts +194 -0
  1852. package/src/funcs/entries-create.ts +187 -0
  1853. package/src/funcs/entries-delete.ts +189 -0
  1854. package/src/funcs/entries-get.ts +186 -0
  1855. package/src/funcs/entries-list-attribute-values.ts +207 -0
  1856. package/src/funcs/entries-query.ts +183 -0
  1857. package/src/funcs/entries-update.ts +191 -0
  1858. package/src/funcs/entries-upsert-by-parent.ts +184 -0
  1859. package/src/funcs/lists-create.ts +190 -0
  1860. package/src/funcs/lists-get.ts +178 -0
  1861. package/src/funcs/lists-list.ts +144 -0
  1862. package/src/funcs/lists-update.ts +184 -0
  1863. package/src/funcs/meetings-create-or-find.ts +174 -0
  1864. package/src/funcs/meetings-get.ts +181 -0
  1865. package/src/funcs/meetings-list.ts +181 -0
  1866. package/src/funcs/meta-identify.ts +142 -0
  1867. package/src/funcs/notes-create.ts +172 -0
  1868. package/src/funcs/notes-delete.ts +179 -0
  1869. package/src/funcs/notes-get.ts +179 -0
  1870. package/src/funcs/notes-list.ts +180 -0
  1871. package/src/funcs/objects-create.ts +172 -0
  1872. package/src/funcs/objects-get.ts +179 -0
  1873. package/src/funcs/objects-list.ts +144 -0
  1874. package/src/funcs/objects-update.ts +191 -0
  1875. package/src/funcs/records-assert.ts +197 -0
  1876. package/src/funcs/records-create.ts +190 -0
  1877. package/src/funcs/records-delete.ts +194 -0
  1878. package/src/funcs/records-get-attribute-values.ts +219 -0
  1879. package/src/funcs/records-get.ts +194 -0
  1880. package/src/funcs/records-list-entries.ts +189 -0
  1881. package/src/funcs/records-overwrite-update.ts +196 -0
  1882. package/src/funcs/records-query.ts +193 -0
  1883. package/src/funcs/records-search.ts +183 -0
  1884. package/src/funcs/records-update.ts +196 -0
  1885. package/src/funcs/scim-schemas-list.ts +144 -0
  1886. package/src/funcs/tasks-create.ts +178 -0
  1887. package/src/funcs/tasks-delete.ts +179 -0
  1888. package/src/funcs/tasks-get.ts +179 -0
  1889. package/src/funcs/tasks-list.ts +174 -0
  1890. package/src/funcs/tasks-update.ts +184 -0
  1891. package/src/funcs/threads-get.ts +183 -0
  1892. package/src/funcs/threads-list.ts +177 -0
  1893. package/src/funcs/transcripts-get.ts +195 -0
  1894. package/src/funcs/webhooks-create.ts +172 -0
  1895. package/src/funcs/webhooks-delete.ts +182 -0
  1896. package/src/funcs/webhooks-get.ts +179 -0
  1897. package/src/funcs/webhooks-list.ts +172 -0
  1898. package/src/funcs/webhooks-update.ts +180 -0
  1899. package/src/funcs/workspace-members-get.ts +191 -0
  1900. package/src/funcs/workspace-members-list.ts +144 -0
  1901. package/src/hooks/hooks.ts +132 -0
  1902. package/src/hooks/index.ts +6 -0
  1903. package/src/hooks/oauth2-scopes.ts +131 -0
  1904. package/src/hooks/registration.ts +14 -0
  1905. package/src/hooks/types.ts +107 -0
  1906. package/src/index.ts +9 -0
  1907. package/src/lib/base64.ts +39 -0
  1908. package/src/lib/config.ts +67 -0
  1909. package/src/lib/dlv.ts +53 -0
  1910. package/src/lib/encodings.ts +501 -0
  1911. package/src/lib/env.ts +57 -0
  1912. package/src/lib/files.ts +82 -0
  1913. package/src/lib/http.ts +323 -0
  1914. package/src/lib/is-plain-object.ts +43 -0
  1915. package/src/lib/logger.ts +9 -0
  1916. package/src/lib/matchers.ts +349 -0
  1917. package/src/lib/primitives.ts +150 -0
  1918. package/src/lib/retries.ts +218 -0
  1919. package/src/lib/schemas.ts +94 -0
  1920. package/src/lib/sdks.ts +406 -0
  1921. package/src/lib/security.ts +264 -0
  1922. package/src/lib/url.ts +33 -0
  1923. package/src/models/attribute.ts +579 -0
  1924. package/src/models/comment.ts +293 -0
  1925. package/src/models/errors/attio-base-error.ts +35 -0
  1926. package/src/models/errors/attio-error.ts +40 -0
  1927. package/src/models/errors/delete-v2-comments-comment-id.ts +68 -0
  1928. package/src/models/errors/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +80 -0
  1929. package/src/models/errors/delete-v2-webhooks-webhook-id.ts +68 -0
  1930. package/src/models/errors/get-v2-comments-comment-id.ts +70 -0
  1931. package/src/models/errors/get-v2-lists-list.ts +71 -0
  1932. package/src/models/errors/get-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +80 -0
  1933. package/src/models/errors/get-v2-meetings-meeting-id.ts +70 -0
  1934. package/src/models/errors/get-v2-notes-note-id.ts +70 -0
  1935. package/src/models/errors/get-v2-objects-object-records-record-id.ts +73 -0
  1936. package/src/models/errors/get-v2-objects-object.ts +500 -0
  1937. package/src/models/errors/get-v2-target-identifier-attributes-attribute.ts +656 -0
  1938. package/src/models/errors/get-v2-tasks-task-id.ts +70 -0
  1939. package/src/models/errors/get-v2-threads-thread-id.ts +70 -0
  1940. package/src/models/errors/get-v2-webhooks-webhook-id.ts +70 -0
  1941. package/src/models/errors/get-v2-workspace-members-workspace-member-id.ts +72 -0
  1942. package/src/models/errors/http-client-errors.ts +62 -0
  1943. package/src/models/errors/index.ts +35 -0
  1944. package/src/models/errors/post-v2-comments.ts +65 -0
  1945. package/src/models/errors/post-v2-lists-list-entries.ts +129 -0
  1946. package/src/models/errors/post-v2-lists.ts +312 -0
  1947. package/src/models/errors/post-v2-meetings-meeting-id-call-recordings.ts +202 -0
  1948. package/src/models/errors/post-v2-meetings.ts +65 -0
  1949. package/src/models/errors/post-v2-objects-object-records-query.ts +132 -0
  1950. package/src/models/errors/post-v2-objects-records-search.ts +70 -0
  1951. package/src/models/errors/post-v2-objects.ts +70 -0
  1952. package/src/models/errors/post-v2-target-identifier-attributes.ts +202 -0
  1953. package/src/models/errors/post-v2-webhooks.ts +70 -0
  1954. package/src/models/errors/put-v2-lists-list-entries.ts +131 -0
  1955. package/src/models/errors/response-validation-error.ts +50 -0
  1956. package/src/models/errors/sdk-validation-error.ts +54 -0
  1957. package/src/models/index.ts +18 -0
  1958. package/src/models/input-value-union.ts +1862 -0
  1959. package/src/models/list.ts +239 -0
  1960. package/src/models/meeting.ts +410 -0
  1961. package/src/models/note.ts +294 -0
  1962. package/src/models/object.ts +94 -0
  1963. package/src/models/operations/delete-v2-comments-comment-id.ts +89 -0
  1964. package/src/models/operations/delete-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +101 -0
  1965. package/src/models/operations/delete-v2-webhooks-webhook-id.ts +89 -0
  1966. package/src/models/operations/get-scim-v2-schemas.ts +50 -0
  1967. package/src/models/operations/get-v2-comments-comment-id.ts +94 -0
  1968. package/src/models/operations/get-v2-lists-list.ts +17016 -0
  1969. package/src/models/operations/get-v2-lists.ts +34 -0
  1970. package/src/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id-transcript.ts +306 -0
  1971. package/src/models/operations/get-v2-meetings-meeting-id-call-recordings-call-recording-id.ts +322 -0
  1972. package/src/models/operations/get-v2-meetings-meeting-id-call-recordings.ts +305 -0
  1973. package/src/models/operations/get-v2-meetings-meeting-id.ts +94 -0
  1974. package/src/models/operations/get-v2-meetings.ts +147 -0
  1975. package/src/models/operations/get-v2-notes-note-id.ts +141 -0
  1976. package/src/models/operations/get-v2-objects-object-records-record-id-entries.ts +143 -0
  1977. package/src/models/operations/get-v2-objects-object-records-record-id.ts +3483 -0
  1978. package/src/models/operations/get-v2-objects-object.ts +15794 -0
  1979. package/src/models/operations/get-v2-objects.ts +34 -0
  1980. package/src/models/operations/get-v2-self.ts +186 -0
  1981. package/src/models/operations/get-v2-target-identifier-attributes-attribute.ts +5339 -0
  1982. package/src/models/operations/get-v2-target-identifier-attributes.ts +111 -0
  1983. package/src/models/operations/get-v2-tasks-task-id.ts +141 -0
  1984. package/src/models/operations/get-v2-tasks.ts +108 -0
  1985. package/src/models/operations/get-v2-threads-thread-id.ts +94 -0
  1986. package/src/models/operations/get-v2-threads.ts +83 -0
  1987. package/src/models/operations/get-v2-webhooks-webhook-id.ts +1651 -0
  1988. package/src/models/operations/get-v2-webhooks.ts +510 -0
  1989. package/src/models/operations/get-v2-workspace-members-workspace-member-id.ts +103 -0
  1990. package/src/models/operations/get-v2-workspace-members.ts +34 -0
  1991. package/src/models/operations/index.ts +43 -0
  1992. package/src/models/operations/post-v2-comments.ts +530 -0
  1993. package/src/models/operations/post-v2-lists-list-entries.ts +3218 -0
  1994. package/src/models/operations/post-v2-lists.ts +597 -0
  1995. package/src/models/operations/post-v2-meetings-meeting-id-call-recordings.ts +462 -0
  1996. package/src/models/operations/post-v2-meetings.ts +553 -0
  1997. package/src/models/operations/post-v2-objects-object-records-query.ts +3565 -0
  1998. package/src/models/operations/post-v2-objects-records-search.ts +633 -0
  1999. package/src/models/operations/post-v2-objects.ts +130 -0
  2000. package/src/models/operations/post-v2-target-identifier-attributes.ts +744 -0
  2001. package/src/models/operations/post-v2-webhooks.ts +999 -0
  2002. package/src/models/operations/put-v2-lists-list-entries.ts +3236 -0
  2003. package/src/models/output-value.ts +1892 -0
  2004. package/src/models/security.ts +26 -0
  2005. package/src/models/select-option.ts +97 -0
  2006. package/src/models/status.ts +105 -0
  2007. package/src/models/task.ts +257 -0
  2008. package/src/models/thread.ts +82 -0
  2009. package/src/models/workspace-member.ts +131 -0
  2010. package/src/sdk/attributes.ts +228 -0
  2011. package/src/sdk/call-recordings.ts +103 -0
  2012. package/src/sdk/comments.ts +77 -0
  2013. package/src/sdk/entries.ts +172 -0
  2014. package/src/sdk/index.ts +5 -0
  2015. package/src/sdk/lists.ts +93 -0
  2016. package/src/sdk/meetings.ts +75 -0
  2017. package/src/sdk/meta.ts +25 -0
  2018. package/src/sdk/notes.ts +89 -0
  2019. package/src/sdk/objects.ts +87 -0
  2020. package/src/sdk/records.ts +218 -0
  2021. package/src/sdk/scim-schemas.ts +27 -0
  2022. package/src/sdk/sdk.ts +103 -0
  2023. package/src/sdk/tasks.ts +111 -0
  2024. package/src/sdk/threads.ts +57 -0
  2025. package/src/sdk/transcripts.ts +34 -0
  2026. package/src/sdk/webhooks.ts +109 -0
  2027. package/src/sdk/workspace-members.ts +47 -0
  2028. package/src/types/async.ts +68 -0
  2029. package/src/types/blobs.ts +33 -0
  2030. package/src/types/const-date-time.ts +15 -0
  2031. package/src/types/default-to-zero-value.ts +33 -0
  2032. package/src/types/discriminated-union.ts +101 -0
  2033. package/src/types/enums.ts +45 -0
  2034. package/src/types/fp.ts +50 -0
  2035. package/src/types/index.ts +13 -0
  2036. package/src/types/operations.ts +105 -0
  2037. package/src/types/primitives.ts +168 -0
  2038. package/src/types/rfcdate.ts +54 -0
  2039. package/src/types/smart-union.ts +154 -0
  2040. package/src/types/streams.ts +21 -0
  2041. package/src/types/unrecognized.ts +35 -0
  2042. package/tsconfig.json +40 -0
@@ -0,0 +1,3218 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4-mini";
6
+ import { remap as remap$ } from "../../lib/primitives.js";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import * as discriminatedUnionTypes from "../../types/discriminated-union.js";
9
+ import { discriminatedUnion } from "../../types/discriminated-union.js";
10
+ import * as openEnums from "../../types/enums.js";
11
+ import { ClosedEnum, OpenEnum } from "../../types/enums.js";
12
+ import { Result as SafeParseResult } from "../../types/fp.js";
13
+ import * as types from "../../types/primitives.js";
14
+ import { SDKValidationError } from "../errors/sdk-validation-error.js";
15
+ import * as models from "../index.js";
16
+
17
+ export type PostV2ListsListEntriesDataRequest = {
18
+ /**
19
+ * A UUID identifying the record you want to add to the list. The record will become the 'parent' of the created list entry.
20
+ */
21
+ parentRecordId: string;
22
+ /**
23
+ * A UUID or slug identifying the object that the added parent record belongs to.
24
+ */
25
+ parentObject: string;
26
+ /**
27
+ * An object with an attribute `api_slug` or `attribute_id` as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes) as the values. For complete documentation on values for all attribute types, please see our [attribute type docs](/docs/attribute-types).
28
+ */
29
+ entryValues: { [k: string]: Array<any> };
30
+ };
31
+
32
+ export type PostV2ListsListEntriesRequestBody = {
33
+ data: PostV2ListsListEntriesDataRequest;
34
+ };
35
+
36
+ export type PostV2ListsListEntriesRequest = {
37
+ list: string;
38
+ body: PostV2ListsListEntriesRequestBody;
39
+ };
40
+
41
+ export const PostV2ListsListEntriesNotFoundType = {
42
+ InvalidRequestError: "invalid_request_error",
43
+ } as const;
44
+ export type PostV2ListsListEntriesNotFoundType = ClosedEnum<
45
+ typeof PostV2ListsListEntriesNotFoundType
46
+ >;
47
+
48
+ export const PostV2ListsListEntriesNotFoundCode = {
49
+ NotFound: "not_found",
50
+ } as const;
51
+ export type PostV2ListsListEntriesNotFoundCode = ClosedEnum<
52
+ typeof PostV2ListsListEntriesNotFoundCode
53
+ >;
54
+
55
+ export const PostV2ListsListEntriesBadRequestType = {
56
+ InvalidRequestError: "invalid_request_error",
57
+ } as const;
58
+ export type PostV2ListsListEntriesBadRequestType = ClosedEnum<
59
+ typeof PostV2ListsListEntriesBadRequestType
60
+ >;
61
+
62
+ export const PostV2ListsListEntriesCodeValueNotFound = {
63
+ ValueNotFound: "value_not_found",
64
+ } as const;
65
+ export type PostV2ListsListEntriesCodeValueNotFound = ClosedEnum<
66
+ typeof PostV2ListsListEntriesCodeValueNotFound
67
+ >;
68
+
69
+ export type PostV2ListsListEntriesId = {
70
+ /**
71
+ * A UUID identifying the workspace this entry belongs to.
72
+ */
73
+ workspaceId: string;
74
+ /**
75
+ * A UUID identifying the list this entry is in.
76
+ */
77
+ listId: string;
78
+ /**
79
+ * A UUID identifying this entry.
80
+ */
81
+ entryId: string;
82
+ };
83
+
84
+ /**
85
+ * The type of actor. [Read more information on actor types here](/docs/actors).
86
+ */
87
+ export const PostV2ListsListEntriesCreatedByActorType17 = {
88
+ ApiToken: "api-token",
89
+ WorkspaceMember: "workspace-member",
90
+ System: "system",
91
+ App: "app",
92
+ } as const;
93
+ /**
94
+ * The type of actor. [Read more information on actor types here](/docs/actors).
95
+ */
96
+ export type PostV2ListsListEntriesCreatedByActorType17 = OpenEnum<
97
+ typeof PostV2ListsListEntriesCreatedByActorType17
98
+ >;
99
+
100
+ /**
101
+ * The actor that created this value.
102
+ */
103
+ export type PostV2ListsListEntriesCreatedByActor17 = {
104
+ /**
105
+ * An ID to identify the actor.
106
+ */
107
+ id?: string | null | undefined;
108
+ /**
109
+ * The type of actor. [Read more information on actor types here](/docs/actors).
110
+ */
111
+ type?: PostV2ListsListEntriesCreatedByActorType17 | null | undefined;
112
+ };
113
+
114
+ export type PostV2ListsListEntriesEntryValueTimestamp = {
115
+ /**
116
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
117
+ */
118
+ activeFrom: Date;
119
+ /**
120
+ * The point in time at which this value was deactivated. If `null`, the value is active.
121
+ */
122
+ activeUntil: Date | null;
123
+ /**
124
+ * The actor that created this value.
125
+ */
126
+ createdByActor: PostV2ListsListEntriesCreatedByActor17;
127
+ /**
128
+ * The attribute type of the value.
129
+ */
130
+ attributeType: "timestamp";
131
+ /**
132
+ * A timestamp value represents a single, universal moment in time using an ISO 8601 formatted string. This means that a timestamp consists of a date, a time (with nanosecond precision), and a time zone. Attio will coerce timestamps which do not provide full nanosecond precision and UTC is assumed if no time zone is provided. For example, "2023", "2023-01", "2023-01-02", "2023-01-02T13:00", "2023-01-02T13:00:00", and "2023-01-02T13:00:00.000000000" will all be coerced to "2023-01-02T13:00:00.000000000Z". Timestamps are always returned in UTC. For example, writing a timestamp value using the string "2023-01-02T13:00:00.000000000+02:00" will result in the value "2023-01-02T11:00:00.000000000Z" being returned. The maximum date is "9999-12-31T23:59:59.999999999Z".
133
+ */
134
+ value: Date;
135
+ };
136
+
137
+ /**
138
+ * The type of actor. [Read more information on actor types here](/docs/actors).
139
+ */
140
+ export const PostV2ListsListEntriesCreatedByActorType16 = {
141
+ ApiToken: "api-token",
142
+ WorkspaceMember: "workspace-member",
143
+ System: "system",
144
+ App: "app",
145
+ } as const;
146
+ /**
147
+ * The type of actor. [Read more information on actor types here](/docs/actors).
148
+ */
149
+ export type PostV2ListsListEntriesCreatedByActorType16 = OpenEnum<
150
+ typeof PostV2ListsListEntriesCreatedByActorType16
151
+ >;
152
+
153
+ /**
154
+ * The actor that created this value.
155
+ */
156
+ export type PostV2ListsListEntriesCreatedByActor16 = {
157
+ /**
158
+ * An ID to identify the actor.
159
+ */
160
+ id?: string | null | undefined;
161
+ /**
162
+ * The type of actor. [Read more information on actor types here](/docs/actors).
163
+ */
164
+ type?: PostV2ListsListEntriesCreatedByActorType16 | null | undefined;
165
+ };
166
+
167
+ export type PostV2ListsListEntriesEntryValueText = {
168
+ /**
169
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
170
+ */
171
+ activeFrom: Date;
172
+ /**
173
+ * The point in time at which this value was deactivated. If `null`, the value is active.
174
+ */
175
+ activeUntil: Date | null;
176
+ /**
177
+ * The actor that created this value.
178
+ */
179
+ createdByActor: PostV2ListsListEntriesCreatedByActor16;
180
+ /**
181
+ * A raw text field. Values are limited to 10MB.
182
+ */
183
+ value: string;
184
+ /**
185
+ * The attribute type of the value.
186
+ */
187
+ attributeType: "text";
188
+ };
189
+
190
+ /**
191
+ * The type of actor. [Read more information on actor types here](/docs/actors).
192
+ */
193
+ export const PostV2ListsListEntriesCreatedByActorType15 = {
194
+ ApiToken: "api-token",
195
+ WorkspaceMember: "workspace-member",
196
+ System: "system",
197
+ App: "app",
198
+ } as const;
199
+ /**
200
+ * The type of actor. [Read more information on actor types here](/docs/actors).
201
+ */
202
+ export type PostV2ListsListEntriesCreatedByActorType15 = OpenEnum<
203
+ typeof PostV2ListsListEntriesCreatedByActorType15
204
+ >;
205
+
206
+ /**
207
+ * The actor that created this value.
208
+ */
209
+ export type PostV2ListsListEntriesCreatedByActor15 = {
210
+ /**
211
+ * An ID to identify the actor.
212
+ */
213
+ id?: string | null | undefined;
214
+ /**
215
+ * The type of actor. [Read more information on actor types here](/docs/actors).
216
+ */
217
+ type?: PostV2ListsListEntriesCreatedByActorType15 | null | undefined;
218
+ };
219
+
220
+ export type PostV2ListsListEntriesEntryValueSelect = {
221
+ /**
222
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
223
+ */
224
+ activeFrom: Date;
225
+ /**
226
+ * The point in time at which this value was deactivated. If `null`, the value is active.
227
+ */
228
+ activeUntil: Date | null;
229
+ /**
230
+ * The actor that created this value.
231
+ */
232
+ createdByActor: PostV2ListsListEntriesCreatedByActor15;
233
+ option: models.SelectOption;
234
+ /**
235
+ * The attribute type of the value.
236
+ */
237
+ attributeType: "select";
238
+ };
239
+
240
+ /**
241
+ * The type of actor. [Read more information on actor types here](/docs/actors).
242
+ */
243
+ export const PostV2ListsListEntriesCreatedByActorType14 = {
244
+ ApiToken: "api-token",
245
+ WorkspaceMember: "workspace-member",
246
+ System: "system",
247
+ App: "app",
248
+ } as const;
249
+ /**
250
+ * The type of actor. [Read more information on actor types here](/docs/actors).
251
+ */
252
+ export type PostV2ListsListEntriesCreatedByActorType14 = OpenEnum<
253
+ typeof PostV2ListsListEntriesCreatedByActorType14
254
+ >;
255
+
256
+ /**
257
+ * The actor that created this value.
258
+ */
259
+ export type PostV2ListsListEntriesCreatedByActor14 = {
260
+ /**
261
+ * An ID to identify the actor.
262
+ */
263
+ id?: string | null | undefined;
264
+ /**
265
+ * The type of actor. [Read more information on actor types here](/docs/actors).
266
+ */
267
+ type?: PostV2ListsListEntriesCreatedByActorType14 | null | undefined;
268
+ };
269
+
270
+ export type PostV2ListsListEntriesEntryValueRating = {
271
+ /**
272
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
273
+ */
274
+ activeFrom: Date;
275
+ /**
276
+ * The point in time at which this value was deactivated. If `null`, the value is active.
277
+ */
278
+ activeUntil: Date | null;
279
+ /**
280
+ * The actor that created this value.
281
+ */
282
+ createdByActor: PostV2ListsListEntriesCreatedByActor14;
283
+ /**
284
+ * A number between 0 and 5 (inclusive) to represent a star rating.
285
+ */
286
+ value: number;
287
+ /**
288
+ * The attribute type of the value.
289
+ */
290
+ attributeType: "rating";
291
+ };
292
+
293
+ /**
294
+ * The type of actor. [Read more information on actor types here](/docs/actors).
295
+ */
296
+ export const PostV2ListsListEntriesCreatedByActorType13 = {
297
+ ApiToken: "api-token",
298
+ WorkspaceMember: "workspace-member",
299
+ System: "system",
300
+ App: "app",
301
+ } as const;
302
+ /**
303
+ * The type of actor. [Read more information on actor types here](/docs/actors).
304
+ */
305
+ export type PostV2ListsListEntriesCreatedByActorType13 = OpenEnum<
306
+ typeof PostV2ListsListEntriesCreatedByActorType13
307
+ >;
308
+
309
+ /**
310
+ * The actor that created this value.
311
+ */
312
+ export type PostV2ListsListEntriesCreatedByActor13 = {
313
+ /**
314
+ * An ID to identify the actor.
315
+ */
316
+ id?: string | null | undefined;
317
+ /**
318
+ * The type of actor. [Read more information on actor types here](/docs/actors).
319
+ */
320
+ type?: PostV2ListsListEntriesCreatedByActorType13 | null | undefined;
321
+ };
322
+
323
+ export type PostV2ListsListEntriesEntryValueStatus = {
324
+ /**
325
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
326
+ */
327
+ activeFrom: Date;
328
+ /**
329
+ * The point in time at which this value was deactivated. If `null`, the value is active.
330
+ */
331
+ activeUntil: Date | null;
332
+ /**
333
+ * The actor that created this value.
334
+ */
335
+ createdByActor: PostV2ListsListEntriesCreatedByActor13;
336
+ status: models.Status;
337
+ /**
338
+ * The attribute type of the value.
339
+ */
340
+ attributeType: "status";
341
+ };
342
+
343
+ /**
344
+ * The type of actor. [Read more information on actor types here](/docs/actors).
345
+ */
346
+ export const PostV2ListsListEntriesCreatedByActorType12 = {
347
+ ApiToken: "api-token",
348
+ WorkspaceMember: "workspace-member",
349
+ System: "system",
350
+ App: "app",
351
+ } as const;
352
+ /**
353
+ * The type of actor. [Read more information on actor types here](/docs/actors).
354
+ */
355
+ export type PostV2ListsListEntriesCreatedByActorType12 = OpenEnum<
356
+ typeof PostV2ListsListEntriesCreatedByActorType12
357
+ >;
358
+
359
+ /**
360
+ * The actor that created this value.
361
+ */
362
+ export type PostV2ListsListEntriesCreatedByActor12 = {
363
+ /**
364
+ * An ID to identify the actor.
365
+ */
366
+ id?: string | null | undefined;
367
+ /**
368
+ * The type of actor. [Read more information on actor types here](/docs/actors).
369
+ */
370
+ type?: PostV2ListsListEntriesCreatedByActorType12 | null | undefined;
371
+ };
372
+
373
+ /**
374
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
375
+ */
376
+ export const PostV2ListsListEntriesCountryCode2 = {
377
+ Af: "AF",
378
+ Ax: "AX",
379
+ Al: "AL",
380
+ Dz: "DZ",
381
+ As: "AS",
382
+ Ad: "AD",
383
+ Ao: "AO",
384
+ Ai: "AI",
385
+ Aq: "AQ",
386
+ Ag: "AG",
387
+ Ar: "AR",
388
+ Am: "AM",
389
+ Aw: "AW",
390
+ Au: "AU",
391
+ At: "AT",
392
+ Az: "AZ",
393
+ Bs: "BS",
394
+ Bh: "BH",
395
+ Bd: "BD",
396
+ Bb: "BB",
397
+ By: "BY",
398
+ Be: "BE",
399
+ Bz: "BZ",
400
+ Bj: "BJ",
401
+ Bm: "BM",
402
+ Bt: "BT",
403
+ Bo: "BO",
404
+ Ba: "BA",
405
+ Bw: "BW",
406
+ Bv: "BV",
407
+ Br: "BR",
408
+ Io: "IO",
409
+ Bn: "BN",
410
+ Bg: "BG",
411
+ Bf: "BF",
412
+ Bi: "BI",
413
+ Kh: "KH",
414
+ Cm: "CM",
415
+ Ca: "CA",
416
+ Cv: "CV",
417
+ Ky: "KY",
418
+ Cf: "CF",
419
+ Td: "TD",
420
+ Cl: "CL",
421
+ Cn: "CN",
422
+ Cx: "CX",
423
+ Cc: "CC",
424
+ Co: "CO",
425
+ Km: "KM",
426
+ Cg: "CG",
427
+ Cd: "CD",
428
+ Ck: "CK",
429
+ Cr: "CR",
430
+ Ci: "CI",
431
+ Hr: "HR",
432
+ Cu: "CU",
433
+ Cw: "CW",
434
+ Cy: "CY",
435
+ Cz: "CZ",
436
+ Dk: "DK",
437
+ Dj: "DJ",
438
+ Dm: "DM",
439
+ Do: "DO",
440
+ Ec: "EC",
441
+ Eg: "EG",
442
+ Sv: "SV",
443
+ Gq: "GQ",
444
+ Er: "ER",
445
+ Ee: "EE",
446
+ Et: "ET",
447
+ Fk: "FK",
448
+ Fo: "FO",
449
+ Fj: "FJ",
450
+ Fi: "FI",
451
+ Fr: "FR",
452
+ Gf: "GF",
453
+ Pf: "PF",
454
+ Tf: "TF",
455
+ Ga: "GA",
456
+ Gm: "GM",
457
+ Ge: "GE",
458
+ De: "DE",
459
+ Gh: "GH",
460
+ Gi: "GI",
461
+ Gr: "GR",
462
+ Gl: "GL",
463
+ Gd: "GD",
464
+ Gp: "GP",
465
+ Gu: "GU",
466
+ Gt: "GT",
467
+ Gg: "GG",
468
+ Gn: "GN",
469
+ Gw: "GW",
470
+ Gy: "GY",
471
+ Ht: "HT",
472
+ Hm: "HM",
473
+ Va: "VA",
474
+ Hn: "HN",
475
+ Hk: "HK",
476
+ Hu: "HU",
477
+ Is: "IS",
478
+ In: "IN",
479
+ Id: "ID",
480
+ Ir: "IR",
481
+ Iq: "IQ",
482
+ Ie: "IE",
483
+ Im: "IM",
484
+ Il: "IL",
485
+ It: "IT",
486
+ Jm: "JM",
487
+ Jp: "JP",
488
+ Je: "JE",
489
+ Jo: "JO",
490
+ Kz: "KZ",
491
+ Ke: "KE",
492
+ Ki: "KI",
493
+ Kr: "KR",
494
+ Kw: "KW",
495
+ Kg: "KG",
496
+ La: "LA",
497
+ Lv: "LV",
498
+ Lb: "LB",
499
+ Ls: "LS",
500
+ Lr: "LR",
501
+ Ly: "LY",
502
+ Li: "LI",
503
+ Lt: "LT",
504
+ Lu: "LU",
505
+ Mo: "MO",
506
+ Mk: "MK",
507
+ Mg: "MG",
508
+ Mw: "MW",
509
+ My: "MY",
510
+ Mv: "MV",
511
+ Ml: "ML",
512
+ Mt: "MT",
513
+ Mh: "MH",
514
+ Mq: "MQ",
515
+ Mr: "MR",
516
+ Mu: "MU",
517
+ Yt: "YT",
518
+ Mx: "MX",
519
+ Fm: "FM",
520
+ Md: "MD",
521
+ Mc: "MC",
522
+ Mn: "MN",
523
+ Me: "ME",
524
+ Ms: "MS",
525
+ Ma: "MA",
526
+ Mz: "MZ",
527
+ Mm: "MM",
528
+ Na: "NA",
529
+ Nr: "NR",
530
+ Np: "NP",
531
+ Nl: "NL",
532
+ An: "AN",
533
+ Nc: "NC",
534
+ Nz: "NZ",
535
+ Ni: "NI",
536
+ Ne: "NE",
537
+ Ng: "NG",
538
+ Nu: "NU",
539
+ Nf: "NF",
540
+ Mp: "MP",
541
+ No: "NO",
542
+ Om: "OM",
543
+ Pk: "PK",
544
+ Pw: "PW",
545
+ Ps: "PS",
546
+ Pa: "PA",
547
+ Pg: "PG",
548
+ Py: "PY",
549
+ Pe: "PE",
550
+ Ph: "PH",
551
+ Pn: "PN",
552
+ Pl: "PL",
553
+ Pt: "PT",
554
+ Pr: "PR",
555
+ Qa: "QA",
556
+ Re: "RE",
557
+ Ro: "RO",
558
+ Ru: "RU",
559
+ Rw: "RW",
560
+ Bl: "BL",
561
+ Sh: "SH",
562
+ Kn: "KN",
563
+ Lc: "LC",
564
+ Mf: "MF",
565
+ Pm: "PM",
566
+ Vc: "VC",
567
+ Ws: "WS",
568
+ Sm: "SM",
569
+ St: "ST",
570
+ Sa: "SA",
571
+ Sn: "SN",
572
+ Ss: "SS",
573
+ Rs: "RS",
574
+ Sc: "SC",
575
+ Sl: "SL",
576
+ Sg: "SG",
577
+ Sk: "SK",
578
+ Si: "SI",
579
+ Sb: "SB",
580
+ So: "SO",
581
+ Za: "ZA",
582
+ Gs: "GS",
583
+ Es: "ES",
584
+ Lk: "LK",
585
+ Sd: "SD",
586
+ Sr: "SR",
587
+ Sj: "SJ",
588
+ Sz: "SZ",
589
+ Se: "SE",
590
+ Ch: "CH",
591
+ Sy: "SY",
592
+ Tw: "TW",
593
+ Tj: "TJ",
594
+ Tz: "TZ",
595
+ Th: "TH",
596
+ Tl: "TL",
597
+ Tg: "TG",
598
+ Tk: "TK",
599
+ To: "TO",
600
+ Tt: "TT",
601
+ Tn: "TN",
602
+ Tr: "TR",
603
+ Tm: "TM",
604
+ Tc: "TC",
605
+ Tv: "TV",
606
+ Ug: "UG",
607
+ Ua: "UA",
608
+ Ae: "AE",
609
+ Gb: "GB",
610
+ Us: "US",
611
+ Um: "UM",
612
+ Uy: "UY",
613
+ Uz: "UZ",
614
+ Vu: "VU",
615
+ Ve: "VE",
616
+ Vn: "VN",
617
+ Vg: "VG",
618
+ Vi: "VI",
619
+ Wf: "WF",
620
+ Eh: "EH",
621
+ Ye: "YE",
622
+ Zm: "ZM",
623
+ Zw: "ZW",
624
+ Bq: "BQ",
625
+ Kp: "KP",
626
+ Sx: "SX",
627
+ Xk: "XK",
628
+ Ac: "AC",
629
+ } as const;
630
+ /**
631
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
632
+ */
633
+ export type PostV2ListsListEntriesCountryCode2 = OpenEnum<
634
+ typeof PostV2ListsListEntriesCountryCode2
635
+ >;
636
+
637
+ export type PostV2ListsListEntriesEntryValuePhoneNumber = {
638
+ /**
639
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
640
+ */
641
+ activeFrom: Date;
642
+ /**
643
+ * The point in time at which this value was deactivated. If `null`, the value is active.
644
+ */
645
+ activeUntil: Date | null;
646
+ /**
647
+ * The actor that created this value.
648
+ */
649
+ createdByActor: PostV2ListsListEntriesCreatedByActor12;
650
+ /**
651
+ * The raw, original phone number, as inputted.
652
+ */
653
+ originalPhoneNumber: string;
654
+ /**
655
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
656
+ */
657
+ countryCode: PostV2ListsListEntriesCountryCode2;
658
+ phoneNumber: string;
659
+ /**
660
+ * The attribute type of the value.
661
+ */
662
+ attributeType: "phone-number";
663
+ };
664
+
665
+ /**
666
+ * The type of actor. [Read more information on actor types here](/docs/actors).
667
+ */
668
+ export const PostV2ListsListEntriesCreatedByActorType11 = {
669
+ ApiToken: "api-token",
670
+ WorkspaceMember: "workspace-member",
671
+ System: "system",
672
+ App: "app",
673
+ } as const;
674
+ /**
675
+ * The type of actor. [Read more information on actor types here](/docs/actors).
676
+ */
677
+ export type PostV2ListsListEntriesCreatedByActorType11 = OpenEnum<
678
+ typeof PostV2ListsListEntriesCreatedByActorType11
679
+ >;
680
+
681
+ /**
682
+ * The actor that created this value.
683
+ */
684
+ export type PostV2ListsListEntriesCreatedByActor11 = {
685
+ /**
686
+ * An ID to identify the actor.
687
+ */
688
+ id?: string | null | undefined;
689
+ /**
690
+ * The type of actor. [Read more information on actor types here](/docs/actors).
691
+ */
692
+ type?: PostV2ListsListEntriesCreatedByActorType11 | null | undefined;
693
+ };
694
+
695
+ export type PostV2ListsListEntriesEntryValuePersonalName = {
696
+ /**
697
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
698
+ */
699
+ activeFrom: Date;
700
+ /**
701
+ * The point in time at which this value was deactivated. If `null`, the value is active.
702
+ */
703
+ activeUntil: Date | null;
704
+ /**
705
+ * The actor that created this value.
706
+ */
707
+ createdByActor: PostV2ListsListEntriesCreatedByActor11;
708
+ /**
709
+ * The first name.
710
+ */
711
+ firstName: string;
712
+ /**
713
+ * The last name.
714
+ */
715
+ lastName: string;
716
+ /**
717
+ * The full name.
718
+ */
719
+ fullName: string;
720
+ /**
721
+ * The attribute type of the value.
722
+ */
723
+ attributeType: "personal-name";
724
+ };
725
+
726
+ /**
727
+ * The type of actor. [Read more information on actor types here](/docs/actors).
728
+ */
729
+ export const PostV2ListsListEntriesCreatedByActorType10 = {
730
+ ApiToken: "api-token",
731
+ WorkspaceMember: "workspace-member",
732
+ System: "system",
733
+ App: "app",
734
+ } as const;
735
+ /**
736
+ * The type of actor. [Read more information on actor types here](/docs/actors).
737
+ */
738
+ export type PostV2ListsListEntriesCreatedByActorType10 = OpenEnum<
739
+ typeof PostV2ListsListEntriesCreatedByActorType10
740
+ >;
741
+
742
+ /**
743
+ * The actor that created this value.
744
+ */
745
+ export type PostV2ListsListEntriesCreatedByActor10 = {
746
+ /**
747
+ * An ID to identify the actor.
748
+ */
749
+ id?: string | null | undefined;
750
+ /**
751
+ * The type of actor. [Read more information on actor types here](/docs/actors).
752
+ */
753
+ type?: PostV2ListsListEntriesCreatedByActorType10 | null | undefined;
754
+ };
755
+
756
+ export type PostV2ListsListEntriesEntryValueNumber = {
757
+ /**
758
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
759
+ */
760
+ activeFrom: Date;
761
+ /**
762
+ * The point in time at which this value was deactivated. If `null`, the value is active.
763
+ */
764
+ activeUntil: Date | null;
765
+ /**
766
+ * The actor that created this value.
767
+ */
768
+ createdByActor: PostV2ListsListEntriesCreatedByActor10;
769
+ /**
770
+ * Numbers are persisted as 64 bit floats.
771
+ */
772
+ value: number;
773
+ /**
774
+ * The attribute type of the value.
775
+ */
776
+ attributeType: "number";
777
+ };
778
+
779
+ /**
780
+ * The type of actor. [Read more information on actor types here](/docs/actors).
781
+ */
782
+ export const PostV2ListsListEntriesCreatedByActorType9 = {
783
+ ApiToken: "api-token",
784
+ WorkspaceMember: "workspace-member",
785
+ System: "system",
786
+ App: "app",
787
+ } as const;
788
+ /**
789
+ * The type of actor. [Read more information on actor types here](/docs/actors).
790
+ */
791
+ export type PostV2ListsListEntriesCreatedByActorType9 = OpenEnum<
792
+ typeof PostV2ListsListEntriesCreatedByActorType9
793
+ >;
794
+
795
+ /**
796
+ * The actor that created this value.
797
+ */
798
+ export type PostV2ListsListEntriesCreatedByActor9 = {
799
+ /**
800
+ * An ID to identify the actor.
801
+ */
802
+ id?: string | null | undefined;
803
+ /**
804
+ * The type of actor. [Read more information on actor types here](/docs/actors).
805
+ */
806
+ type?: PostV2ListsListEntriesCreatedByActorType9 | null | undefined;
807
+ };
808
+
809
+ /**
810
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
811
+ */
812
+ export const PostV2ListsListEntriesCountryCode1 = {
813
+ Af: "AF",
814
+ Ax: "AX",
815
+ Al: "AL",
816
+ Dz: "DZ",
817
+ As: "AS",
818
+ Ad: "AD",
819
+ Ao: "AO",
820
+ Ai: "AI",
821
+ Aq: "AQ",
822
+ Ag: "AG",
823
+ Ar: "AR",
824
+ Am: "AM",
825
+ Aw: "AW",
826
+ Au: "AU",
827
+ At: "AT",
828
+ Az: "AZ",
829
+ Bs: "BS",
830
+ Bh: "BH",
831
+ Bd: "BD",
832
+ Bb: "BB",
833
+ By: "BY",
834
+ Be: "BE",
835
+ Bz: "BZ",
836
+ Bj: "BJ",
837
+ Bm: "BM",
838
+ Bt: "BT",
839
+ Bo: "BO",
840
+ Ba: "BA",
841
+ Bw: "BW",
842
+ Bv: "BV",
843
+ Br: "BR",
844
+ Io: "IO",
845
+ Bn: "BN",
846
+ Bg: "BG",
847
+ Bf: "BF",
848
+ Bi: "BI",
849
+ Kh: "KH",
850
+ Cm: "CM",
851
+ Ca: "CA",
852
+ Cv: "CV",
853
+ Ky: "KY",
854
+ Cf: "CF",
855
+ Td: "TD",
856
+ Cl: "CL",
857
+ Cn: "CN",
858
+ Cx: "CX",
859
+ Cc: "CC",
860
+ Co: "CO",
861
+ Km: "KM",
862
+ Cg: "CG",
863
+ Cd: "CD",
864
+ Ck: "CK",
865
+ Cr: "CR",
866
+ Ci: "CI",
867
+ Hr: "HR",
868
+ Cu: "CU",
869
+ Cw: "CW",
870
+ Cy: "CY",
871
+ Cz: "CZ",
872
+ Dk: "DK",
873
+ Dj: "DJ",
874
+ Dm: "DM",
875
+ Do: "DO",
876
+ Ec: "EC",
877
+ Eg: "EG",
878
+ Sv: "SV",
879
+ Gq: "GQ",
880
+ Er: "ER",
881
+ Ee: "EE",
882
+ Et: "ET",
883
+ Fk: "FK",
884
+ Fo: "FO",
885
+ Fj: "FJ",
886
+ Fi: "FI",
887
+ Fr: "FR",
888
+ Gf: "GF",
889
+ Pf: "PF",
890
+ Tf: "TF",
891
+ Ga: "GA",
892
+ Gm: "GM",
893
+ Ge: "GE",
894
+ De: "DE",
895
+ Gh: "GH",
896
+ Gi: "GI",
897
+ Gr: "GR",
898
+ Gl: "GL",
899
+ Gd: "GD",
900
+ Gp: "GP",
901
+ Gu: "GU",
902
+ Gt: "GT",
903
+ Gg: "GG",
904
+ Gn: "GN",
905
+ Gw: "GW",
906
+ Gy: "GY",
907
+ Ht: "HT",
908
+ Hm: "HM",
909
+ Va: "VA",
910
+ Hn: "HN",
911
+ Hk: "HK",
912
+ Hu: "HU",
913
+ Is: "IS",
914
+ In: "IN",
915
+ Id: "ID",
916
+ Ir: "IR",
917
+ Iq: "IQ",
918
+ Ie: "IE",
919
+ Im: "IM",
920
+ Il: "IL",
921
+ It: "IT",
922
+ Jm: "JM",
923
+ Jp: "JP",
924
+ Je: "JE",
925
+ Jo: "JO",
926
+ Kz: "KZ",
927
+ Ke: "KE",
928
+ Ki: "KI",
929
+ Kr: "KR",
930
+ Kw: "KW",
931
+ Kg: "KG",
932
+ La: "LA",
933
+ Lv: "LV",
934
+ Lb: "LB",
935
+ Ls: "LS",
936
+ Lr: "LR",
937
+ Ly: "LY",
938
+ Li: "LI",
939
+ Lt: "LT",
940
+ Lu: "LU",
941
+ Mo: "MO",
942
+ Mk: "MK",
943
+ Mg: "MG",
944
+ Mw: "MW",
945
+ My: "MY",
946
+ Mv: "MV",
947
+ Ml: "ML",
948
+ Mt: "MT",
949
+ Mh: "MH",
950
+ Mq: "MQ",
951
+ Mr: "MR",
952
+ Mu: "MU",
953
+ Yt: "YT",
954
+ Mx: "MX",
955
+ Fm: "FM",
956
+ Md: "MD",
957
+ Mc: "MC",
958
+ Mn: "MN",
959
+ Me: "ME",
960
+ Ms: "MS",
961
+ Ma: "MA",
962
+ Mz: "MZ",
963
+ Mm: "MM",
964
+ Na: "NA",
965
+ Nr: "NR",
966
+ Np: "NP",
967
+ Nl: "NL",
968
+ An: "AN",
969
+ Nc: "NC",
970
+ Nz: "NZ",
971
+ Ni: "NI",
972
+ Ne: "NE",
973
+ Ng: "NG",
974
+ Nu: "NU",
975
+ Nf: "NF",
976
+ Mp: "MP",
977
+ No: "NO",
978
+ Om: "OM",
979
+ Pk: "PK",
980
+ Pw: "PW",
981
+ Ps: "PS",
982
+ Pa: "PA",
983
+ Pg: "PG",
984
+ Py: "PY",
985
+ Pe: "PE",
986
+ Ph: "PH",
987
+ Pn: "PN",
988
+ Pl: "PL",
989
+ Pt: "PT",
990
+ Pr: "PR",
991
+ Qa: "QA",
992
+ Re: "RE",
993
+ Ro: "RO",
994
+ Ru: "RU",
995
+ Rw: "RW",
996
+ Bl: "BL",
997
+ Sh: "SH",
998
+ Kn: "KN",
999
+ Lc: "LC",
1000
+ Mf: "MF",
1001
+ Pm: "PM",
1002
+ Vc: "VC",
1003
+ Ws: "WS",
1004
+ Sm: "SM",
1005
+ St: "ST",
1006
+ Sa: "SA",
1007
+ Sn: "SN",
1008
+ Ss: "SS",
1009
+ Rs: "RS",
1010
+ Sc: "SC",
1011
+ Sl: "SL",
1012
+ Sg: "SG",
1013
+ Sk: "SK",
1014
+ Si: "SI",
1015
+ Sb: "SB",
1016
+ So: "SO",
1017
+ Za: "ZA",
1018
+ Gs: "GS",
1019
+ Es: "ES",
1020
+ Lk: "LK",
1021
+ Sd: "SD",
1022
+ Sr: "SR",
1023
+ Sj: "SJ",
1024
+ Sz: "SZ",
1025
+ Se: "SE",
1026
+ Ch: "CH",
1027
+ Sy: "SY",
1028
+ Tw: "TW",
1029
+ Tj: "TJ",
1030
+ Tz: "TZ",
1031
+ Th: "TH",
1032
+ Tl: "TL",
1033
+ Tg: "TG",
1034
+ Tk: "TK",
1035
+ To: "TO",
1036
+ Tt: "TT",
1037
+ Tn: "TN",
1038
+ Tr: "TR",
1039
+ Tm: "TM",
1040
+ Tc: "TC",
1041
+ Tv: "TV",
1042
+ Ug: "UG",
1043
+ Ua: "UA",
1044
+ Ae: "AE",
1045
+ Gb: "GB",
1046
+ Us: "US",
1047
+ Um: "UM",
1048
+ Uy: "UY",
1049
+ Uz: "UZ",
1050
+ Vu: "VU",
1051
+ Ve: "VE",
1052
+ Vn: "VN",
1053
+ Vg: "VG",
1054
+ Vi: "VI",
1055
+ Wf: "WF",
1056
+ Eh: "EH",
1057
+ Ye: "YE",
1058
+ Zm: "ZM",
1059
+ Zw: "ZW",
1060
+ Bq: "BQ",
1061
+ Kp: "KP",
1062
+ Sx: "SX",
1063
+ Xk: "XK",
1064
+ Ac: "AC",
1065
+ } as const;
1066
+ /**
1067
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
1068
+ */
1069
+ export type PostV2ListsListEntriesCountryCode1 = OpenEnum<
1070
+ typeof PostV2ListsListEntriesCountryCode1
1071
+ >;
1072
+
1073
+ export type PostV2ListsListEntriesEntryValueLocation = {
1074
+ /**
1075
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1076
+ */
1077
+ activeFrom: Date;
1078
+ /**
1079
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1080
+ */
1081
+ activeUntil: Date | null;
1082
+ /**
1083
+ * The actor that created this value.
1084
+ */
1085
+ createdByActor: PostV2ListsListEntriesCreatedByActor9;
1086
+ /**
1087
+ * The first line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
1088
+ */
1089
+ line1: string | null;
1090
+ /**
1091
+ * The second line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
1092
+ */
1093
+ line2: string | null;
1094
+ /**
1095
+ * The third line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
1096
+ */
1097
+ line3: string | null;
1098
+ /**
1099
+ * The fourth line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
1100
+ */
1101
+ line4: string | null;
1102
+ /**
1103
+ * The town, neighborhood or area the location is in.
1104
+ */
1105
+ locality: string | null;
1106
+ /**
1107
+ * The state, county, province or region that the location is in.
1108
+ */
1109
+ region: string | null;
1110
+ /**
1111
+ * The postcode or zip code for the location. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
1112
+ */
1113
+ postcode: string | null;
1114
+ /**
1115
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
1116
+ */
1117
+ countryCode: PostV2ListsListEntriesCountryCode1 | null;
1118
+ /**
1119
+ * The latitude of the location. Validated by the regular expression `/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
1120
+ */
1121
+ latitude: string | null;
1122
+ /**
1123
+ * The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
1124
+ */
1125
+ longitude: string | null;
1126
+ /**
1127
+ * The attribute type of the value.
1128
+ */
1129
+ attributeType: "location";
1130
+ };
1131
+
1132
+ /**
1133
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1134
+ */
1135
+ export const PostV2ListsListEntriesCreatedByActorType8 = {
1136
+ ApiToken: "api-token",
1137
+ WorkspaceMember: "workspace-member",
1138
+ System: "system",
1139
+ App: "app",
1140
+ } as const;
1141
+ /**
1142
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1143
+ */
1144
+ export type PostV2ListsListEntriesCreatedByActorType8 = OpenEnum<
1145
+ typeof PostV2ListsListEntriesCreatedByActorType8
1146
+ >;
1147
+
1148
+ /**
1149
+ * The actor that created this value.
1150
+ */
1151
+ export type PostV2ListsListEntriesCreatedByActor8 = {
1152
+ /**
1153
+ * An ID to identify the actor.
1154
+ */
1155
+ id?: string | null | undefined;
1156
+ /**
1157
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1158
+ */
1159
+ type?: PostV2ListsListEntriesCreatedByActorType8 | null | undefined;
1160
+ };
1161
+
1162
+ /**
1163
+ * The type of interaction e.g. calendar or email.
1164
+ */
1165
+ export const PostV2ListsListEntriesInteractionType = {
1166
+ CalendarEvent: "calendar-event",
1167
+ Call: "call",
1168
+ ChatThread: "chat-thread",
1169
+ Email: "email",
1170
+ InPersonMeeting: "in-person-meeting",
1171
+ Meeting: "meeting",
1172
+ } as const;
1173
+ /**
1174
+ * The type of interaction e.g. calendar or email.
1175
+ */
1176
+ export type PostV2ListsListEntriesInteractionType = OpenEnum<
1177
+ typeof PostV2ListsListEntriesInteractionType
1178
+ >;
1179
+
1180
+ /**
1181
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1182
+ */
1183
+ export const PostV2ListsListEntriesOwnerActorType = {
1184
+ ApiToken: "api-token",
1185
+ WorkspaceMember: "workspace-member",
1186
+ System: "system",
1187
+ App: "app",
1188
+ } as const;
1189
+ /**
1190
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1191
+ */
1192
+ export type PostV2ListsListEntriesOwnerActorType = OpenEnum<
1193
+ typeof PostV2ListsListEntriesOwnerActorType
1194
+ >;
1195
+
1196
+ /**
1197
+ * The actor that created this value.
1198
+ */
1199
+ export type PostV2ListsListEntriesOwnerActor = {
1200
+ /**
1201
+ * An ID to identify the actor.
1202
+ */
1203
+ id?: string | null | undefined;
1204
+ /**
1205
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1206
+ */
1207
+ type?: PostV2ListsListEntriesOwnerActorType | null | undefined;
1208
+ };
1209
+
1210
+ export type PostV2ListsListEntriesEntryValueInteraction = {
1211
+ /**
1212
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1213
+ */
1214
+ activeFrom: Date;
1215
+ /**
1216
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1217
+ */
1218
+ activeUntil: Date | null;
1219
+ /**
1220
+ * The actor that created this value.
1221
+ */
1222
+ createdByActor: PostV2ListsListEntriesCreatedByActor8;
1223
+ /**
1224
+ * The type of interaction e.g. calendar or email.
1225
+ */
1226
+ interactionType: PostV2ListsListEntriesInteractionType;
1227
+ /**
1228
+ * When the interaction occurred.
1229
+ */
1230
+ interactedAt: Date;
1231
+ /**
1232
+ * The actor that created this value.
1233
+ */
1234
+ ownerActor: PostV2ListsListEntriesOwnerActor;
1235
+ /**
1236
+ * The attribute type of the value.
1237
+ */
1238
+ attributeType: "interaction";
1239
+ };
1240
+
1241
+ /**
1242
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1243
+ */
1244
+ export const PostV2ListsListEntriesCreatedByActorType7 = {
1245
+ ApiToken: "api-token",
1246
+ WorkspaceMember: "workspace-member",
1247
+ System: "system",
1248
+ App: "app",
1249
+ } as const;
1250
+ /**
1251
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1252
+ */
1253
+ export type PostV2ListsListEntriesCreatedByActorType7 = OpenEnum<
1254
+ typeof PostV2ListsListEntriesCreatedByActorType7
1255
+ >;
1256
+
1257
+ /**
1258
+ * The actor that created this value.
1259
+ */
1260
+ export type PostV2ListsListEntriesCreatedByActor7 = {
1261
+ /**
1262
+ * An ID to identify the actor.
1263
+ */
1264
+ id?: string | null | undefined;
1265
+ /**
1266
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1267
+ */
1268
+ type?: PostV2ListsListEntriesCreatedByActorType7 | null | undefined;
1269
+ };
1270
+
1271
+ export type PostV2ListsListEntriesEntryValueRecordReference = {
1272
+ /**
1273
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1274
+ */
1275
+ activeFrom: Date;
1276
+ /**
1277
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1278
+ */
1279
+ activeUntil: Date | null;
1280
+ /**
1281
+ * The actor that created this value.
1282
+ */
1283
+ createdByActor: PostV2ListsListEntriesCreatedByActor7;
1284
+ /**
1285
+ * A slug identifying the object that the referenced record belongs to.
1286
+ */
1287
+ targetObject: string;
1288
+ /**
1289
+ * A UUID to identify the referenced record.
1290
+ */
1291
+ targetRecordId: string;
1292
+ /**
1293
+ * The attribute type of the value.
1294
+ */
1295
+ attributeType: "record-reference";
1296
+ };
1297
+
1298
+ /**
1299
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1300
+ */
1301
+ export const PostV2ListsListEntriesCreatedByActorType6 = {
1302
+ ApiToken: "api-token",
1303
+ WorkspaceMember: "workspace-member",
1304
+ System: "system",
1305
+ App: "app",
1306
+ } as const;
1307
+ /**
1308
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1309
+ */
1310
+ export type PostV2ListsListEntriesCreatedByActorType6 = OpenEnum<
1311
+ typeof PostV2ListsListEntriesCreatedByActorType6
1312
+ >;
1313
+
1314
+ /**
1315
+ * The actor that created this value.
1316
+ */
1317
+ export type PostV2ListsListEntriesCreatedByActor6 = {
1318
+ /**
1319
+ * An ID to identify the actor.
1320
+ */
1321
+ id?: string | null | undefined;
1322
+ /**
1323
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1324
+ */
1325
+ type?: PostV2ListsListEntriesCreatedByActorType6 | null | undefined;
1326
+ };
1327
+
1328
+ export type PostV2ListsListEntriesEntryValueEmailAddress = {
1329
+ /**
1330
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1331
+ */
1332
+ activeFrom: Date;
1333
+ /**
1334
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1335
+ */
1336
+ activeUntil: Date | null;
1337
+ /**
1338
+ * The actor that created this value.
1339
+ */
1340
+ createdByActor: PostV2ListsListEntriesCreatedByActor6;
1341
+ originalEmailAddress: string;
1342
+ emailAddress: string;
1343
+ emailDomain: string;
1344
+ emailRootDomain: string;
1345
+ emailLocalSpecifier: string;
1346
+ /**
1347
+ * The attribute type of the value.
1348
+ */
1349
+ attributeType: "email-address";
1350
+ };
1351
+
1352
+ /**
1353
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1354
+ */
1355
+ export const PostV2ListsListEntriesCreatedByActorType5 = {
1356
+ ApiToken: "api-token",
1357
+ WorkspaceMember: "workspace-member",
1358
+ System: "system",
1359
+ App: "app",
1360
+ } as const;
1361
+ /**
1362
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1363
+ */
1364
+ export type PostV2ListsListEntriesCreatedByActorType5 = OpenEnum<
1365
+ typeof PostV2ListsListEntriesCreatedByActorType5
1366
+ >;
1367
+
1368
+ /**
1369
+ * The actor that created this value.
1370
+ */
1371
+ export type PostV2ListsListEntriesCreatedByActor5 = {
1372
+ /**
1373
+ * An ID to identify the actor.
1374
+ */
1375
+ id?: string | null | undefined;
1376
+ /**
1377
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1378
+ */
1379
+ type?: PostV2ListsListEntriesCreatedByActorType5 | null | undefined;
1380
+ };
1381
+
1382
+ export type PostV2ListsListEntriesEntryValueDomain = {
1383
+ /**
1384
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1385
+ */
1386
+ activeFrom: Date;
1387
+ /**
1388
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1389
+ */
1390
+ activeUntil: Date | null;
1391
+ /**
1392
+ * The actor that created this value.
1393
+ */
1394
+ createdByActor: PostV2ListsListEntriesCreatedByActor5;
1395
+ domain: string;
1396
+ rootDomain: string;
1397
+ /**
1398
+ * The attribute type of the value.
1399
+ */
1400
+ attributeType: "domain";
1401
+ };
1402
+
1403
+ /**
1404
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1405
+ */
1406
+ export const PostV2ListsListEntriesCreatedByActorType4 = {
1407
+ ApiToken: "api-token",
1408
+ WorkspaceMember: "workspace-member",
1409
+ System: "system",
1410
+ App: "app",
1411
+ } as const;
1412
+ /**
1413
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1414
+ */
1415
+ export type PostV2ListsListEntriesCreatedByActorType4 = OpenEnum<
1416
+ typeof PostV2ListsListEntriesCreatedByActorType4
1417
+ >;
1418
+
1419
+ /**
1420
+ * The actor that created this value.
1421
+ */
1422
+ export type PostV2ListsListEntriesCreatedByActor4 = {
1423
+ /**
1424
+ * An ID to identify the actor.
1425
+ */
1426
+ id?: string | null | undefined;
1427
+ /**
1428
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1429
+ */
1430
+ type?: PostV2ListsListEntriesCreatedByActorType4 | null | undefined;
1431
+ };
1432
+
1433
+ export type PostV2ListsListEntriesEntryValueDate = {
1434
+ /**
1435
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1436
+ */
1437
+ activeFrom: Date;
1438
+ /**
1439
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1440
+ */
1441
+ activeUntil: Date | null;
1442
+ /**
1443
+ * The actor that created this value.
1444
+ */
1445
+ createdByActor: PostV2ListsListEntriesCreatedByActor4;
1446
+ /**
1447
+ * The attribute type of the value.
1448
+ */
1449
+ attributeType: "date";
1450
+ /**
1451
+ * A date represents a single calendar year, month and day, independent of timezone. If hours, months, seconds or timezones are provided, they will be trimmed. For example, "2023" and "2023-01" will be coerced into "2023-01-01", and "2023-01-02", "2023-01-02T13:00", "2023-01-02T14:00:00", "2023-01-02T15:00:00.000000000", and "2023-01-02T15:00:00.000000000+02:00" will all be coerced to "2023-01-02". If a timezone is provided that would result in a different calendar date in UTC, the date will be coerced to UTC and then the timezone component will be trimmed. For example, the value "2023-01-02T23:00:00-10:00" will be returned as "2023-01-03". The maximum date is "9999-12-31".
1452
+ */
1453
+ value: string;
1454
+ };
1455
+
1456
+ /**
1457
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1458
+ */
1459
+ export const PostV2ListsListEntriesCreatedByActorType3 = {
1460
+ ApiToken: "api-token",
1461
+ WorkspaceMember: "workspace-member",
1462
+ System: "system",
1463
+ App: "app",
1464
+ } as const;
1465
+ /**
1466
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1467
+ */
1468
+ export type PostV2ListsListEntriesCreatedByActorType3 = OpenEnum<
1469
+ typeof PostV2ListsListEntriesCreatedByActorType3
1470
+ >;
1471
+
1472
+ /**
1473
+ * The actor that created this value.
1474
+ */
1475
+ export type PostV2ListsListEntriesCreatedByActor3 = {
1476
+ /**
1477
+ * An ID to identify the actor.
1478
+ */
1479
+ id?: string | null | undefined;
1480
+ /**
1481
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1482
+ */
1483
+ type?: PostV2ListsListEntriesCreatedByActorType3 | null | undefined;
1484
+ };
1485
+
1486
+ /**
1487
+ * The ISO4217 currency code representing the currency that the value is stored in.
1488
+ */
1489
+ export const PostV2ListsListEntriesCurrencyCode = {
1490
+ Ars: "ARS",
1491
+ Aud: "AUD",
1492
+ Brl: "BRL",
1493
+ Bgn: "BGN",
1494
+ Cad: "CAD",
1495
+ Clp: "CLP",
1496
+ Cny: "CNY",
1497
+ Cop: "COP",
1498
+ Czk: "CZK",
1499
+ Dkk: "DKK",
1500
+ Eur: "EUR",
1501
+ Hkd: "HKD",
1502
+ Huf: "HUF",
1503
+ Isk: "ISK",
1504
+ Inr: "INR",
1505
+ Ils: "ILS",
1506
+ Jpy: "JPY",
1507
+ Kes: "KES",
1508
+ Krw: "KRW",
1509
+ Myr: "MYR",
1510
+ Mxn: "MXN",
1511
+ Ntd: "NTD",
1512
+ Nzd: "NZD",
1513
+ Ngn: "NGN",
1514
+ Nok: "NOK",
1515
+ Xpf: "XPF",
1516
+ Pen: "PEN",
1517
+ Php: "PHP",
1518
+ Pln: "PLN",
1519
+ Gbp: "GBP",
1520
+ Rwf: "RWF",
1521
+ Sar: "SAR",
1522
+ Sgd: "SGD",
1523
+ Zar: "ZAR",
1524
+ Sek: "SEK",
1525
+ Chf: "CHF",
1526
+ Thb: "THB",
1527
+ Aed: "AED",
1528
+ Uyu: "UYU",
1529
+ Usd: "USD",
1530
+ } as const;
1531
+ /**
1532
+ * The ISO4217 currency code representing the currency that the value is stored in.
1533
+ */
1534
+ export type PostV2ListsListEntriesCurrencyCode = OpenEnum<
1535
+ typeof PostV2ListsListEntriesCurrencyCode
1536
+ >;
1537
+
1538
+ export type PostV2ListsListEntriesEntryValueCurrency = {
1539
+ /**
1540
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1541
+ */
1542
+ activeFrom: Date;
1543
+ /**
1544
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1545
+ */
1546
+ activeUntil: Date | null;
1547
+ /**
1548
+ * The actor that created this value.
1549
+ */
1550
+ createdByActor: PostV2ListsListEntriesCreatedByActor3;
1551
+ /**
1552
+ * A numerical representation of the currency value. A decimal with a max of 4 decimal places.
1553
+ */
1554
+ currencyValue: number;
1555
+ /**
1556
+ * The ISO4217 currency code representing the currency that the value is stored in.
1557
+ */
1558
+ currencyCode?: PostV2ListsListEntriesCurrencyCode | null | undefined;
1559
+ /**
1560
+ * The attribute type of the value.
1561
+ */
1562
+ attributeType: "currency";
1563
+ };
1564
+
1565
+ /**
1566
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1567
+ */
1568
+ export const PostV2ListsListEntriesCreatedByActorType2 = {
1569
+ ApiToken: "api-token",
1570
+ WorkspaceMember: "workspace-member",
1571
+ System: "system",
1572
+ App: "app",
1573
+ } as const;
1574
+ /**
1575
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1576
+ */
1577
+ export type PostV2ListsListEntriesCreatedByActorType2 = OpenEnum<
1578
+ typeof PostV2ListsListEntriesCreatedByActorType2
1579
+ >;
1580
+
1581
+ /**
1582
+ * The actor that created this value.
1583
+ */
1584
+ export type PostV2ListsListEntriesCreatedByActor2 = {
1585
+ /**
1586
+ * An ID to identify the actor.
1587
+ */
1588
+ id?: string | null | undefined;
1589
+ /**
1590
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1591
+ */
1592
+ type?: PostV2ListsListEntriesCreatedByActorType2 | null | undefined;
1593
+ };
1594
+
1595
+ export type PostV2ListsListEntriesEntryValueCheckbox = {
1596
+ /**
1597
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1598
+ */
1599
+ activeFrom: Date;
1600
+ /**
1601
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1602
+ */
1603
+ activeUntil: Date | null;
1604
+ /**
1605
+ * The actor that created this value.
1606
+ */
1607
+ createdByActor: PostV2ListsListEntriesCreatedByActor2;
1608
+ /**
1609
+ * A boolean representing whether the checkbox is checked or not. The string values 'true' and 'false' are also accepted.
1610
+ */
1611
+ value: boolean;
1612
+ /**
1613
+ * The attribute type of the value.
1614
+ */
1615
+ attributeType: "checkbox";
1616
+ };
1617
+
1618
+ /**
1619
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1620
+ */
1621
+ export const PostV2ListsListEntriesCreatedByActorType1 = {
1622
+ ApiToken: "api-token",
1623
+ WorkspaceMember: "workspace-member",
1624
+ System: "system",
1625
+ App: "app",
1626
+ } as const;
1627
+ /**
1628
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1629
+ */
1630
+ export type PostV2ListsListEntriesCreatedByActorType1 = OpenEnum<
1631
+ typeof PostV2ListsListEntriesCreatedByActorType1
1632
+ >;
1633
+
1634
+ /**
1635
+ * The actor that created this value.
1636
+ */
1637
+ export type PostV2ListsListEntriesCreatedByActor1 = {
1638
+ /**
1639
+ * An ID to identify the actor.
1640
+ */
1641
+ id?: string | null | undefined;
1642
+ /**
1643
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1644
+ */
1645
+ type?: PostV2ListsListEntriesCreatedByActorType1 | null | undefined;
1646
+ };
1647
+
1648
+ /**
1649
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1650
+ */
1651
+ export const PostV2ListsListEntriesReferencedActorType = {
1652
+ ApiToken: "api-token",
1653
+ WorkspaceMember: "workspace-member",
1654
+ System: "system",
1655
+ App: "app",
1656
+ } as const;
1657
+ /**
1658
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1659
+ */
1660
+ export type PostV2ListsListEntriesReferencedActorType = OpenEnum<
1661
+ typeof PostV2ListsListEntriesReferencedActorType
1662
+ >;
1663
+
1664
+ export type PostV2ListsListEntriesEntryValueActorReference = {
1665
+ /**
1666
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1667
+ */
1668
+ activeFrom: Date;
1669
+ /**
1670
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1671
+ */
1672
+ activeUntil: Date | null;
1673
+ /**
1674
+ * The actor that created this value.
1675
+ */
1676
+ createdByActor: PostV2ListsListEntriesCreatedByActor1;
1677
+ /**
1678
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1679
+ */
1680
+ referencedActorType: PostV2ListsListEntriesReferencedActorType;
1681
+ /**
1682
+ * The ID of the referenced actor.
1683
+ */
1684
+ referencedActorId: string | null;
1685
+ /**
1686
+ * The attribute type of the value.
1687
+ */
1688
+ attributeType: "actor-reference";
1689
+ };
1690
+
1691
+ export type PostV2ListsListEntriesEntryValueUnion =
1692
+ | PostV2ListsListEntriesEntryValueActorReference
1693
+ | PostV2ListsListEntriesEntryValueCheckbox
1694
+ | PostV2ListsListEntriesEntryValueCurrency
1695
+ | PostV2ListsListEntriesEntryValueDate
1696
+ | PostV2ListsListEntriesEntryValueDomain
1697
+ | PostV2ListsListEntriesEntryValueEmailAddress
1698
+ | PostV2ListsListEntriesEntryValueRecordReference
1699
+ | PostV2ListsListEntriesEntryValueInteraction
1700
+ | PostV2ListsListEntriesEntryValueLocation
1701
+ | PostV2ListsListEntriesEntryValueNumber
1702
+ | PostV2ListsListEntriesEntryValuePersonalName
1703
+ | PostV2ListsListEntriesEntryValuePhoneNumber
1704
+ | PostV2ListsListEntriesEntryValueStatus
1705
+ | PostV2ListsListEntriesEntryValueRating
1706
+ | PostV2ListsListEntriesEntryValueSelect
1707
+ | PostV2ListsListEntriesEntryValueText
1708
+ | PostV2ListsListEntriesEntryValueTimestamp
1709
+ | discriminatedUnionTypes.Unknown<"attributeType">;
1710
+
1711
+ export type PostV2ListsListEntriesDataResponse = {
1712
+ id: PostV2ListsListEntriesId;
1713
+ /**
1714
+ * A UUID identifying the record that is parent of the list entry.
1715
+ */
1716
+ parentRecordId: string;
1717
+ /**
1718
+ * A UUID or slug identifying the object that the parent record belongs to.
1719
+ */
1720
+ parentObject: string;
1721
+ /**
1722
+ * When this entry was created.
1723
+ */
1724
+ createdAt: string;
1725
+ /**
1726
+ * A list of attribute values for the list entry (not attribute values for its parent record).
1727
+ */
1728
+ entryValues: {
1729
+ [k: string]: Array<
1730
+ | PostV2ListsListEntriesEntryValueActorReference
1731
+ | PostV2ListsListEntriesEntryValueCheckbox
1732
+ | PostV2ListsListEntriesEntryValueCurrency
1733
+ | PostV2ListsListEntriesEntryValueDate
1734
+ | PostV2ListsListEntriesEntryValueDomain
1735
+ | PostV2ListsListEntriesEntryValueEmailAddress
1736
+ | PostV2ListsListEntriesEntryValueRecordReference
1737
+ | PostV2ListsListEntriesEntryValueInteraction
1738
+ | PostV2ListsListEntriesEntryValueLocation
1739
+ | PostV2ListsListEntriesEntryValueNumber
1740
+ | PostV2ListsListEntriesEntryValuePersonalName
1741
+ | PostV2ListsListEntriesEntryValuePhoneNumber
1742
+ | PostV2ListsListEntriesEntryValueStatus
1743
+ | PostV2ListsListEntriesEntryValueRating
1744
+ | PostV2ListsListEntriesEntryValueSelect
1745
+ | PostV2ListsListEntriesEntryValueText
1746
+ | PostV2ListsListEntriesEntryValueTimestamp
1747
+ | discriminatedUnionTypes.Unknown<"attributeType">
1748
+ >;
1749
+ };
1750
+ };
1751
+
1752
+ /**
1753
+ * Success
1754
+ */
1755
+ export type PostV2ListsListEntriesResponse = {
1756
+ data: PostV2ListsListEntriesDataResponse;
1757
+ };
1758
+
1759
+ /** @internal */
1760
+ export type PostV2ListsListEntriesDataRequest$Outbound = {
1761
+ parent_record_id: string;
1762
+ parent_object: string;
1763
+ entry_values: { [k: string]: Array<any> };
1764
+ };
1765
+
1766
+ /** @internal */
1767
+ export const PostV2ListsListEntriesDataRequest$outboundSchema: z.ZodMiniType<
1768
+ PostV2ListsListEntriesDataRequest$Outbound,
1769
+ PostV2ListsListEntriesDataRequest
1770
+ > = z.pipe(
1771
+ z.object({
1772
+ parentRecordId: z.string(),
1773
+ parentObject: z.string(),
1774
+ entryValues: z.record(z.string(), z.array(z.any())),
1775
+ }),
1776
+ z.transform((v) => {
1777
+ return remap$(v, {
1778
+ parentRecordId: "parent_record_id",
1779
+ parentObject: "parent_object",
1780
+ entryValues: "entry_values",
1781
+ });
1782
+ }),
1783
+ );
1784
+
1785
+ export function postV2ListsListEntriesDataRequestToJSON(
1786
+ postV2ListsListEntriesDataRequest: PostV2ListsListEntriesDataRequest,
1787
+ ): string {
1788
+ return JSON.stringify(
1789
+ PostV2ListsListEntriesDataRequest$outboundSchema.parse(
1790
+ postV2ListsListEntriesDataRequest,
1791
+ ),
1792
+ );
1793
+ }
1794
+
1795
+ /** @internal */
1796
+ export type PostV2ListsListEntriesRequestBody$Outbound = {
1797
+ data: PostV2ListsListEntriesDataRequest$Outbound;
1798
+ };
1799
+
1800
+ /** @internal */
1801
+ export const PostV2ListsListEntriesRequestBody$outboundSchema: z.ZodMiniType<
1802
+ PostV2ListsListEntriesRequestBody$Outbound,
1803
+ PostV2ListsListEntriesRequestBody
1804
+ > = z.object({
1805
+ data: z.lazy(() => PostV2ListsListEntriesDataRequest$outboundSchema),
1806
+ });
1807
+
1808
+ export function postV2ListsListEntriesRequestBodyToJSON(
1809
+ postV2ListsListEntriesRequestBody: PostV2ListsListEntriesRequestBody,
1810
+ ): string {
1811
+ return JSON.stringify(
1812
+ PostV2ListsListEntriesRequestBody$outboundSchema.parse(
1813
+ postV2ListsListEntriesRequestBody,
1814
+ ),
1815
+ );
1816
+ }
1817
+
1818
+ /** @internal */
1819
+ export type PostV2ListsListEntriesRequest$Outbound = {
1820
+ list: string;
1821
+ body: PostV2ListsListEntriesRequestBody$Outbound;
1822
+ };
1823
+
1824
+ /** @internal */
1825
+ export const PostV2ListsListEntriesRequest$outboundSchema: z.ZodMiniType<
1826
+ PostV2ListsListEntriesRequest$Outbound,
1827
+ PostV2ListsListEntriesRequest
1828
+ > = z.object({
1829
+ list: z.string(),
1830
+ body: z.lazy(() => PostV2ListsListEntriesRequestBody$outboundSchema),
1831
+ });
1832
+
1833
+ export function postV2ListsListEntriesRequestToJSON(
1834
+ postV2ListsListEntriesRequest: PostV2ListsListEntriesRequest,
1835
+ ): string {
1836
+ return JSON.stringify(
1837
+ PostV2ListsListEntriesRequest$outboundSchema.parse(
1838
+ postV2ListsListEntriesRequest,
1839
+ ),
1840
+ );
1841
+ }
1842
+
1843
+ /** @internal */
1844
+ export const PostV2ListsListEntriesNotFoundType$inboundSchema: z.ZodMiniEnum<
1845
+ typeof PostV2ListsListEntriesNotFoundType
1846
+ > = z.enum(PostV2ListsListEntriesNotFoundType);
1847
+
1848
+ /** @internal */
1849
+ export const PostV2ListsListEntriesNotFoundCode$inboundSchema: z.ZodMiniEnum<
1850
+ typeof PostV2ListsListEntriesNotFoundCode
1851
+ > = z.enum(PostV2ListsListEntriesNotFoundCode);
1852
+
1853
+ /** @internal */
1854
+ export const PostV2ListsListEntriesBadRequestType$inboundSchema: z.ZodMiniEnum<
1855
+ typeof PostV2ListsListEntriesBadRequestType
1856
+ > = z.enum(PostV2ListsListEntriesBadRequestType);
1857
+
1858
+ /** @internal */
1859
+ export const PostV2ListsListEntriesCodeValueNotFound$inboundSchema:
1860
+ z.ZodMiniEnum<typeof PostV2ListsListEntriesCodeValueNotFound> = z.enum(
1861
+ PostV2ListsListEntriesCodeValueNotFound,
1862
+ );
1863
+
1864
+ /** @internal */
1865
+ export const PostV2ListsListEntriesId$inboundSchema: z.ZodMiniType<
1866
+ PostV2ListsListEntriesId,
1867
+ unknown
1868
+ > = z.pipe(
1869
+ z.object({
1870
+ workspace_id: types.string(),
1871
+ list_id: types.string(),
1872
+ entry_id: types.string(),
1873
+ }),
1874
+ z.transform((v) => {
1875
+ return remap$(v, {
1876
+ "workspace_id": "workspaceId",
1877
+ "list_id": "listId",
1878
+ "entry_id": "entryId",
1879
+ });
1880
+ }),
1881
+ );
1882
+
1883
+ export function postV2ListsListEntriesIdFromJSON(
1884
+ jsonString: string,
1885
+ ): SafeParseResult<PostV2ListsListEntriesId, SDKValidationError> {
1886
+ return safeParse(
1887
+ jsonString,
1888
+ (x) => PostV2ListsListEntriesId$inboundSchema.parse(JSON.parse(x)),
1889
+ `Failed to parse 'PostV2ListsListEntriesId' from JSON`,
1890
+ );
1891
+ }
1892
+
1893
+ /** @internal */
1894
+ export const PostV2ListsListEntriesCreatedByActorType17$inboundSchema:
1895
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType17, unknown> = openEnums
1896
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType17);
1897
+
1898
+ /** @internal */
1899
+ export const PostV2ListsListEntriesCreatedByActor17$inboundSchema:
1900
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor17, unknown> = z.object({
1901
+ id: z.optional(z.nullable(types.string())),
1902
+ type: z.optional(
1903
+ z.nullable(PostV2ListsListEntriesCreatedByActorType17$inboundSchema),
1904
+ ),
1905
+ });
1906
+
1907
+ export function postV2ListsListEntriesCreatedByActor17FromJSON(
1908
+ jsonString: string,
1909
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor17, SDKValidationError> {
1910
+ return safeParse(
1911
+ jsonString,
1912
+ (x) =>
1913
+ PostV2ListsListEntriesCreatedByActor17$inboundSchema.parse(JSON.parse(x)),
1914
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor17' from JSON`,
1915
+ );
1916
+ }
1917
+
1918
+ /** @internal */
1919
+ export const PostV2ListsListEntriesEntryValueTimestamp$inboundSchema:
1920
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueTimestamp, unknown> = z.pipe(
1921
+ z.object({
1922
+ active_from: types.date(),
1923
+ active_until: types.nullable(types.date()),
1924
+ created_by_actor: z.lazy(() =>
1925
+ PostV2ListsListEntriesCreatedByActor17$inboundSchema
1926
+ ),
1927
+ attribute_type: types.literal("timestamp"),
1928
+ value: types.date(),
1929
+ }),
1930
+ z.transform((v) => {
1931
+ return remap$(v, {
1932
+ "active_from": "activeFrom",
1933
+ "active_until": "activeUntil",
1934
+ "created_by_actor": "createdByActor",
1935
+ "attribute_type": "attributeType",
1936
+ });
1937
+ }),
1938
+ );
1939
+
1940
+ export function postV2ListsListEntriesEntryValueTimestampFromJSON(
1941
+ jsonString: string,
1942
+ ): SafeParseResult<
1943
+ PostV2ListsListEntriesEntryValueTimestamp,
1944
+ SDKValidationError
1945
+ > {
1946
+ return safeParse(
1947
+ jsonString,
1948
+ (x) =>
1949
+ PostV2ListsListEntriesEntryValueTimestamp$inboundSchema.parse(
1950
+ JSON.parse(x),
1951
+ ),
1952
+ `Failed to parse 'PostV2ListsListEntriesEntryValueTimestamp' from JSON`,
1953
+ );
1954
+ }
1955
+
1956
+ /** @internal */
1957
+ export const PostV2ListsListEntriesCreatedByActorType16$inboundSchema:
1958
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType16, unknown> = openEnums
1959
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType16);
1960
+
1961
+ /** @internal */
1962
+ export const PostV2ListsListEntriesCreatedByActor16$inboundSchema:
1963
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor16, unknown> = z.object({
1964
+ id: z.optional(z.nullable(types.string())),
1965
+ type: z.optional(
1966
+ z.nullable(PostV2ListsListEntriesCreatedByActorType16$inboundSchema),
1967
+ ),
1968
+ });
1969
+
1970
+ export function postV2ListsListEntriesCreatedByActor16FromJSON(
1971
+ jsonString: string,
1972
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor16, SDKValidationError> {
1973
+ return safeParse(
1974
+ jsonString,
1975
+ (x) =>
1976
+ PostV2ListsListEntriesCreatedByActor16$inboundSchema.parse(JSON.parse(x)),
1977
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor16' from JSON`,
1978
+ );
1979
+ }
1980
+
1981
+ /** @internal */
1982
+ export const PostV2ListsListEntriesEntryValueText$inboundSchema: z.ZodMiniType<
1983
+ PostV2ListsListEntriesEntryValueText,
1984
+ unknown
1985
+ > = z.pipe(
1986
+ z.object({
1987
+ active_from: types.date(),
1988
+ active_until: types.nullable(types.date()),
1989
+ created_by_actor: z.lazy(() =>
1990
+ PostV2ListsListEntriesCreatedByActor16$inboundSchema
1991
+ ),
1992
+ value: types.string(),
1993
+ attribute_type: types.literal("text"),
1994
+ }),
1995
+ z.transform((v) => {
1996
+ return remap$(v, {
1997
+ "active_from": "activeFrom",
1998
+ "active_until": "activeUntil",
1999
+ "created_by_actor": "createdByActor",
2000
+ "attribute_type": "attributeType",
2001
+ });
2002
+ }),
2003
+ );
2004
+
2005
+ export function postV2ListsListEntriesEntryValueTextFromJSON(
2006
+ jsonString: string,
2007
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueText, SDKValidationError> {
2008
+ return safeParse(
2009
+ jsonString,
2010
+ (x) =>
2011
+ PostV2ListsListEntriesEntryValueText$inboundSchema.parse(JSON.parse(x)),
2012
+ `Failed to parse 'PostV2ListsListEntriesEntryValueText' from JSON`,
2013
+ );
2014
+ }
2015
+
2016
+ /** @internal */
2017
+ export const PostV2ListsListEntriesCreatedByActorType15$inboundSchema:
2018
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType15, unknown> = openEnums
2019
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType15);
2020
+
2021
+ /** @internal */
2022
+ export const PostV2ListsListEntriesCreatedByActor15$inboundSchema:
2023
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor15, unknown> = z.object({
2024
+ id: z.optional(z.nullable(types.string())),
2025
+ type: z.optional(
2026
+ z.nullable(PostV2ListsListEntriesCreatedByActorType15$inboundSchema),
2027
+ ),
2028
+ });
2029
+
2030
+ export function postV2ListsListEntriesCreatedByActor15FromJSON(
2031
+ jsonString: string,
2032
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor15, SDKValidationError> {
2033
+ return safeParse(
2034
+ jsonString,
2035
+ (x) =>
2036
+ PostV2ListsListEntriesCreatedByActor15$inboundSchema.parse(JSON.parse(x)),
2037
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor15' from JSON`,
2038
+ );
2039
+ }
2040
+
2041
+ /** @internal */
2042
+ export const PostV2ListsListEntriesEntryValueSelect$inboundSchema:
2043
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueSelect, unknown> = z.pipe(
2044
+ z.object({
2045
+ active_from: types.date(),
2046
+ active_until: types.nullable(types.date()),
2047
+ created_by_actor: z.lazy(() =>
2048
+ PostV2ListsListEntriesCreatedByActor15$inboundSchema
2049
+ ),
2050
+ option: models.SelectOption$inboundSchema,
2051
+ attribute_type: types.literal("select"),
2052
+ }),
2053
+ z.transform((v) => {
2054
+ return remap$(v, {
2055
+ "active_from": "activeFrom",
2056
+ "active_until": "activeUntil",
2057
+ "created_by_actor": "createdByActor",
2058
+ "attribute_type": "attributeType",
2059
+ });
2060
+ }),
2061
+ );
2062
+
2063
+ export function postV2ListsListEntriesEntryValueSelectFromJSON(
2064
+ jsonString: string,
2065
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueSelect, SDKValidationError> {
2066
+ return safeParse(
2067
+ jsonString,
2068
+ (x) =>
2069
+ PostV2ListsListEntriesEntryValueSelect$inboundSchema.parse(JSON.parse(x)),
2070
+ `Failed to parse 'PostV2ListsListEntriesEntryValueSelect' from JSON`,
2071
+ );
2072
+ }
2073
+
2074
+ /** @internal */
2075
+ export const PostV2ListsListEntriesCreatedByActorType14$inboundSchema:
2076
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType14, unknown> = openEnums
2077
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType14);
2078
+
2079
+ /** @internal */
2080
+ export const PostV2ListsListEntriesCreatedByActor14$inboundSchema:
2081
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor14, unknown> = z.object({
2082
+ id: z.optional(z.nullable(types.string())),
2083
+ type: z.optional(
2084
+ z.nullable(PostV2ListsListEntriesCreatedByActorType14$inboundSchema),
2085
+ ),
2086
+ });
2087
+
2088
+ export function postV2ListsListEntriesCreatedByActor14FromJSON(
2089
+ jsonString: string,
2090
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor14, SDKValidationError> {
2091
+ return safeParse(
2092
+ jsonString,
2093
+ (x) =>
2094
+ PostV2ListsListEntriesCreatedByActor14$inboundSchema.parse(JSON.parse(x)),
2095
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor14' from JSON`,
2096
+ );
2097
+ }
2098
+
2099
+ /** @internal */
2100
+ export const PostV2ListsListEntriesEntryValueRating$inboundSchema:
2101
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueRating, unknown> = z.pipe(
2102
+ z.object({
2103
+ active_from: types.date(),
2104
+ active_until: types.nullable(types.date()),
2105
+ created_by_actor: z.lazy(() =>
2106
+ PostV2ListsListEntriesCreatedByActor14$inboundSchema
2107
+ ),
2108
+ value: types.number(),
2109
+ attribute_type: types.literal("rating"),
2110
+ }),
2111
+ z.transform((v) => {
2112
+ return remap$(v, {
2113
+ "active_from": "activeFrom",
2114
+ "active_until": "activeUntil",
2115
+ "created_by_actor": "createdByActor",
2116
+ "attribute_type": "attributeType",
2117
+ });
2118
+ }),
2119
+ );
2120
+
2121
+ export function postV2ListsListEntriesEntryValueRatingFromJSON(
2122
+ jsonString: string,
2123
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueRating, SDKValidationError> {
2124
+ return safeParse(
2125
+ jsonString,
2126
+ (x) =>
2127
+ PostV2ListsListEntriesEntryValueRating$inboundSchema.parse(JSON.parse(x)),
2128
+ `Failed to parse 'PostV2ListsListEntriesEntryValueRating' from JSON`,
2129
+ );
2130
+ }
2131
+
2132
+ /** @internal */
2133
+ export const PostV2ListsListEntriesCreatedByActorType13$inboundSchema:
2134
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType13, unknown> = openEnums
2135
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType13);
2136
+
2137
+ /** @internal */
2138
+ export const PostV2ListsListEntriesCreatedByActor13$inboundSchema:
2139
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor13, unknown> = z.object({
2140
+ id: z.optional(z.nullable(types.string())),
2141
+ type: z.optional(
2142
+ z.nullable(PostV2ListsListEntriesCreatedByActorType13$inboundSchema),
2143
+ ),
2144
+ });
2145
+
2146
+ export function postV2ListsListEntriesCreatedByActor13FromJSON(
2147
+ jsonString: string,
2148
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor13, SDKValidationError> {
2149
+ return safeParse(
2150
+ jsonString,
2151
+ (x) =>
2152
+ PostV2ListsListEntriesCreatedByActor13$inboundSchema.parse(JSON.parse(x)),
2153
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor13' from JSON`,
2154
+ );
2155
+ }
2156
+
2157
+ /** @internal */
2158
+ export const PostV2ListsListEntriesEntryValueStatus$inboundSchema:
2159
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueStatus, unknown> = z.pipe(
2160
+ z.object({
2161
+ active_from: types.date(),
2162
+ active_until: types.nullable(types.date()),
2163
+ created_by_actor: z.lazy(() =>
2164
+ PostV2ListsListEntriesCreatedByActor13$inboundSchema
2165
+ ),
2166
+ status: models.Status$inboundSchema,
2167
+ attribute_type: types.literal("status"),
2168
+ }),
2169
+ z.transform((v) => {
2170
+ return remap$(v, {
2171
+ "active_from": "activeFrom",
2172
+ "active_until": "activeUntil",
2173
+ "created_by_actor": "createdByActor",
2174
+ "attribute_type": "attributeType",
2175
+ });
2176
+ }),
2177
+ );
2178
+
2179
+ export function postV2ListsListEntriesEntryValueStatusFromJSON(
2180
+ jsonString: string,
2181
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueStatus, SDKValidationError> {
2182
+ return safeParse(
2183
+ jsonString,
2184
+ (x) =>
2185
+ PostV2ListsListEntriesEntryValueStatus$inboundSchema.parse(JSON.parse(x)),
2186
+ `Failed to parse 'PostV2ListsListEntriesEntryValueStatus' from JSON`,
2187
+ );
2188
+ }
2189
+
2190
+ /** @internal */
2191
+ export const PostV2ListsListEntriesCreatedByActorType12$inboundSchema:
2192
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType12, unknown> = openEnums
2193
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType12);
2194
+
2195
+ /** @internal */
2196
+ export const PostV2ListsListEntriesCreatedByActor12$inboundSchema:
2197
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor12, unknown> = z.object({
2198
+ id: z.optional(z.nullable(types.string())),
2199
+ type: z.optional(
2200
+ z.nullable(PostV2ListsListEntriesCreatedByActorType12$inboundSchema),
2201
+ ),
2202
+ });
2203
+
2204
+ export function postV2ListsListEntriesCreatedByActor12FromJSON(
2205
+ jsonString: string,
2206
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor12, SDKValidationError> {
2207
+ return safeParse(
2208
+ jsonString,
2209
+ (x) =>
2210
+ PostV2ListsListEntriesCreatedByActor12$inboundSchema.parse(JSON.parse(x)),
2211
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor12' from JSON`,
2212
+ );
2213
+ }
2214
+
2215
+ /** @internal */
2216
+ export const PostV2ListsListEntriesCountryCode2$inboundSchema: z.ZodMiniType<
2217
+ PostV2ListsListEntriesCountryCode2,
2218
+ unknown
2219
+ > = openEnums.inboundSchema(PostV2ListsListEntriesCountryCode2);
2220
+
2221
+ /** @internal */
2222
+ export const PostV2ListsListEntriesEntryValuePhoneNumber$inboundSchema:
2223
+ z.ZodMiniType<PostV2ListsListEntriesEntryValuePhoneNumber, unknown> = z.pipe(
2224
+ z.object({
2225
+ active_from: types.date(),
2226
+ active_until: types.nullable(types.date()),
2227
+ created_by_actor: z.lazy(() =>
2228
+ PostV2ListsListEntriesCreatedByActor12$inboundSchema
2229
+ ),
2230
+ original_phone_number: types.string(),
2231
+ country_code: PostV2ListsListEntriesCountryCode2$inboundSchema,
2232
+ phone_number: types.string(),
2233
+ attribute_type: types.literal("phone-number"),
2234
+ }),
2235
+ z.transform((v) => {
2236
+ return remap$(v, {
2237
+ "active_from": "activeFrom",
2238
+ "active_until": "activeUntil",
2239
+ "created_by_actor": "createdByActor",
2240
+ "original_phone_number": "originalPhoneNumber",
2241
+ "country_code": "countryCode",
2242
+ "phone_number": "phoneNumber",
2243
+ "attribute_type": "attributeType",
2244
+ });
2245
+ }),
2246
+ );
2247
+
2248
+ export function postV2ListsListEntriesEntryValuePhoneNumberFromJSON(
2249
+ jsonString: string,
2250
+ ): SafeParseResult<
2251
+ PostV2ListsListEntriesEntryValuePhoneNumber,
2252
+ SDKValidationError
2253
+ > {
2254
+ return safeParse(
2255
+ jsonString,
2256
+ (x) =>
2257
+ PostV2ListsListEntriesEntryValuePhoneNumber$inboundSchema.parse(
2258
+ JSON.parse(x),
2259
+ ),
2260
+ `Failed to parse 'PostV2ListsListEntriesEntryValuePhoneNumber' from JSON`,
2261
+ );
2262
+ }
2263
+
2264
+ /** @internal */
2265
+ export const PostV2ListsListEntriesCreatedByActorType11$inboundSchema:
2266
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType11, unknown> = openEnums
2267
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType11);
2268
+
2269
+ /** @internal */
2270
+ export const PostV2ListsListEntriesCreatedByActor11$inboundSchema:
2271
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor11, unknown> = z.object({
2272
+ id: z.optional(z.nullable(types.string())),
2273
+ type: z.optional(
2274
+ z.nullable(PostV2ListsListEntriesCreatedByActorType11$inboundSchema),
2275
+ ),
2276
+ });
2277
+
2278
+ export function postV2ListsListEntriesCreatedByActor11FromJSON(
2279
+ jsonString: string,
2280
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor11, SDKValidationError> {
2281
+ return safeParse(
2282
+ jsonString,
2283
+ (x) =>
2284
+ PostV2ListsListEntriesCreatedByActor11$inboundSchema.parse(JSON.parse(x)),
2285
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor11' from JSON`,
2286
+ );
2287
+ }
2288
+
2289
+ /** @internal */
2290
+ export const PostV2ListsListEntriesEntryValuePersonalName$inboundSchema:
2291
+ z.ZodMiniType<PostV2ListsListEntriesEntryValuePersonalName, unknown> = z.pipe(
2292
+ z.object({
2293
+ active_from: types.date(),
2294
+ active_until: types.nullable(types.date()),
2295
+ created_by_actor: z.lazy(() =>
2296
+ PostV2ListsListEntriesCreatedByActor11$inboundSchema
2297
+ ),
2298
+ first_name: types.string(),
2299
+ last_name: types.string(),
2300
+ full_name: types.string(),
2301
+ attribute_type: types.literal("personal-name"),
2302
+ }),
2303
+ z.transform((v) => {
2304
+ return remap$(v, {
2305
+ "active_from": "activeFrom",
2306
+ "active_until": "activeUntil",
2307
+ "created_by_actor": "createdByActor",
2308
+ "first_name": "firstName",
2309
+ "last_name": "lastName",
2310
+ "full_name": "fullName",
2311
+ "attribute_type": "attributeType",
2312
+ });
2313
+ }),
2314
+ );
2315
+
2316
+ export function postV2ListsListEntriesEntryValuePersonalNameFromJSON(
2317
+ jsonString: string,
2318
+ ): SafeParseResult<
2319
+ PostV2ListsListEntriesEntryValuePersonalName,
2320
+ SDKValidationError
2321
+ > {
2322
+ return safeParse(
2323
+ jsonString,
2324
+ (x) =>
2325
+ PostV2ListsListEntriesEntryValuePersonalName$inboundSchema.parse(
2326
+ JSON.parse(x),
2327
+ ),
2328
+ `Failed to parse 'PostV2ListsListEntriesEntryValuePersonalName' from JSON`,
2329
+ );
2330
+ }
2331
+
2332
+ /** @internal */
2333
+ export const PostV2ListsListEntriesCreatedByActorType10$inboundSchema:
2334
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType10, unknown> = openEnums
2335
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType10);
2336
+
2337
+ /** @internal */
2338
+ export const PostV2ListsListEntriesCreatedByActor10$inboundSchema:
2339
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActor10, unknown> = z.object({
2340
+ id: z.optional(z.nullable(types.string())),
2341
+ type: z.optional(
2342
+ z.nullable(PostV2ListsListEntriesCreatedByActorType10$inboundSchema),
2343
+ ),
2344
+ });
2345
+
2346
+ export function postV2ListsListEntriesCreatedByActor10FromJSON(
2347
+ jsonString: string,
2348
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor10, SDKValidationError> {
2349
+ return safeParse(
2350
+ jsonString,
2351
+ (x) =>
2352
+ PostV2ListsListEntriesCreatedByActor10$inboundSchema.parse(JSON.parse(x)),
2353
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor10' from JSON`,
2354
+ );
2355
+ }
2356
+
2357
+ /** @internal */
2358
+ export const PostV2ListsListEntriesEntryValueNumber$inboundSchema:
2359
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueNumber, unknown> = z.pipe(
2360
+ z.object({
2361
+ active_from: types.date(),
2362
+ active_until: types.nullable(types.date()),
2363
+ created_by_actor: z.lazy(() =>
2364
+ PostV2ListsListEntriesCreatedByActor10$inboundSchema
2365
+ ),
2366
+ value: types.number(),
2367
+ attribute_type: types.literal("number"),
2368
+ }),
2369
+ z.transform((v) => {
2370
+ return remap$(v, {
2371
+ "active_from": "activeFrom",
2372
+ "active_until": "activeUntil",
2373
+ "created_by_actor": "createdByActor",
2374
+ "attribute_type": "attributeType",
2375
+ });
2376
+ }),
2377
+ );
2378
+
2379
+ export function postV2ListsListEntriesEntryValueNumberFromJSON(
2380
+ jsonString: string,
2381
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueNumber, SDKValidationError> {
2382
+ return safeParse(
2383
+ jsonString,
2384
+ (x) =>
2385
+ PostV2ListsListEntriesEntryValueNumber$inboundSchema.parse(JSON.parse(x)),
2386
+ `Failed to parse 'PostV2ListsListEntriesEntryValueNumber' from JSON`,
2387
+ );
2388
+ }
2389
+
2390
+ /** @internal */
2391
+ export const PostV2ListsListEntriesCreatedByActorType9$inboundSchema:
2392
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType9, unknown> = openEnums
2393
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType9);
2394
+
2395
+ /** @internal */
2396
+ export const PostV2ListsListEntriesCreatedByActor9$inboundSchema: z.ZodMiniType<
2397
+ PostV2ListsListEntriesCreatedByActor9,
2398
+ unknown
2399
+ > = z.object({
2400
+ id: z.optional(z.nullable(types.string())),
2401
+ type: z.optional(
2402
+ z.nullable(PostV2ListsListEntriesCreatedByActorType9$inboundSchema),
2403
+ ),
2404
+ });
2405
+
2406
+ export function postV2ListsListEntriesCreatedByActor9FromJSON(
2407
+ jsonString: string,
2408
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor9, SDKValidationError> {
2409
+ return safeParse(
2410
+ jsonString,
2411
+ (x) =>
2412
+ PostV2ListsListEntriesCreatedByActor9$inboundSchema.parse(JSON.parse(x)),
2413
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor9' from JSON`,
2414
+ );
2415
+ }
2416
+
2417
+ /** @internal */
2418
+ export const PostV2ListsListEntriesCountryCode1$inboundSchema: z.ZodMiniType<
2419
+ PostV2ListsListEntriesCountryCode1,
2420
+ unknown
2421
+ > = openEnums.inboundSchema(PostV2ListsListEntriesCountryCode1);
2422
+
2423
+ /** @internal */
2424
+ export const PostV2ListsListEntriesEntryValueLocation$inboundSchema:
2425
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueLocation, unknown> = z.pipe(
2426
+ z.object({
2427
+ active_from: types.date(),
2428
+ active_until: types.nullable(types.date()),
2429
+ created_by_actor: z.lazy(() =>
2430
+ PostV2ListsListEntriesCreatedByActor9$inboundSchema
2431
+ ),
2432
+ line_1: types.nullable(types.string()),
2433
+ line_2: types.nullable(types.string()),
2434
+ line_3: types.nullable(types.string()),
2435
+ line_4: types.nullable(types.string()),
2436
+ locality: types.nullable(types.string()),
2437
+ region: types.nullable(types.string()),
2438
+ postcode: types.nullable(types.string()),
2439
+ country_code: types.nullable(
2440
+ PostV2ListsListEntriesCountryCode1$inboundSchema,
2441
+ ),
2442
+ latitude: types.nullable(types.string()),
2443
+ longitude: types.nullable(types.string()),
2444
+ attribute_type: types.literal("location"),
2445
+ }),
2446
+ z.transform((v) => {
2447
+ return remap$(v, {
2448
+ "active_from": "activeFrom",
2449
+ "active_until": "activeUntil",
2450
+ "created_by_actor": "createdByActor",
2451
+ "line_1": "line1",
2452
+ "line_2": "line2",
2453
+ "line_3": "line3",
2454
+ "line_4": "line4",
2455
+ "country_code": "countryCode",
2456
+ "attribute_type": "attributeType",
2457
+ });
2458
+ }),
2459
+ );
2460
+
2461
+ export function postV2ListsListEntriesEntryValueLocationFromJSON(
2462
+ jsonString: string,
2463
+ ): SafeParseResult<
2464
+ PostV2ListsListEntriesEntryValueLocation,
2465
+ SDKValidationError
2466
+ > {
2467
+ return safeParse(
2468
+ jsonString,
2469
+ (x) =>
2470
+ PostV2ListsListEntriesEntryValueLocation$inboundSchema.parse(
2471
+ JSON.parse(x),
2472
+ ),
2473
+ `Failed to parse 'PostV2ListsListEntriesEntryValueLocation' from JSON`,
2474
+ );
2475
+ }
2476
+
2477
+ /** @internal */
2478
+ export const PostV2ListsListEntriesCreatedByActorType8$inboundSchema:
2479
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType8, unknown> = openEnums
2480
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType8);
2481
+
2482
+ /** @internal */
2483
+ export const PostV2ListsListEntriesCreatedByActor8$inboundSchema: z.ZodMiniType<
2484
+ PostV2ListsListEntriesCreatedByActor8,
2485
+ unknown
2486
+ > = z.object({
2487
+ id: z.optional(z.nullable(types.string())),
2488
+ type: z.optional(
2489
+ z.nullable(PostV2ListsListEntriesCreatedByActorType8$inboundSchema),
2490
+ ),
2491
+ });
2492
+
2493
+ export function postV2ListsListEntriesCreatedByActor8FromJSON(
2494
+ jsonString: string,
2495
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor8, SDKValidationError> {
2496
+ return safeParse(
2497
+ jsonString,
2498
+ (x) =>
2499
+ PostV2ListsListEntriesCreatedByActor8$inboundSchema.parse(JSON.parse(x)),
2500
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor8' from JSON`,
2501
+ );
2502
+ }
2503
+
2504
+ /** @internal */
2505
+ export const PostV2ListsListEntriesInteractionType$inboundSchema: z.ZodMiniType<
2506
+ PostV2ListsListEntriesInteractionType,
2507
+ unknown
2508
+ > = openEnums.inboundSchema(PostV2ListsListEntriesInteractionType);
2509
+
2510
+ /** @internal */
2511
+ export const PostV2ListsListEntriesOwnerActorType$inboundSchema: z.ZodMiniType<
2512
+ PostV2ListsListEntriesOwnerActorType,
2513
+ unknown
2514
+ > = openEnums.inboundSchema(PostV2ListsListEntriesOwnerActorType);
2515
+
2516
+ /** @internal */
2517
+ export const PostV2ListsListEntriesOwnerActor$inboundSchema: z.ZodMiniType<
2518
+ PostV2ListsListEntriesOwnerActor,
2519
+ unknown
2520
+ > = z.object({
2521
+ id: z.optional(z.nullable(types.string())),
2522
+ type: z.optional(
2523
+ z.nullable(PostV2ListsListEntriesOwnerActorType$inboundSchema),
2524
+ ),
2525
+ });
2526
+
2527
+ export function postV2ListsListEntriesOwnerActorFromJSON(
2528
+ jsonString: string,
2529
+ ): SafeParseResult<PostV2ListsListEntriesOwnerActor, SDKValidationError> {
2530
+ return safeParse(
2531
+ jsonString,
2532
+ (x) => PostV2ListsListEntriesOwnerActor$inboundSchema.parse(JSON.parse(x)),
2533
+ `Failed to parse 'PostV2ListsListEntriesOwnerActor' from JSON`,
2534
+ );
2535
+ }
2536
+
2537
+ /** @internal */
2538
+ export const PostV2ListsListEntriesEntryValueInteraction$inboundSchema:
2539
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueInteraction, unknown> = z.pipe(
2540
+ z.object({
2541
+ active_from: types.date(),
2542
+ active_until: types.nullable(types.date()),
2543
+ created_by_actor: z.lazy(() =>
2544
+ PostV2ListsListEntriesCreatedByActor8$inboundSchema
2545
+ ),
2546
+ interaction_type: PostV2ListsListEntriesInteractionType$inboundSchema,
2547
+ interacted_at: types.date(),
2548
+ owner_actor: z.lazy(() => PostV2ListsListEntriesOwnerActor$inboundSchema),
2549
+ attribute_type: types.literal("interaction"),
2550
+ }),
2551
+ z.transform((v) => {
2552
+ return remap$(v, {
2553
+ "active_from": "activeFrom",
2554
+ "active_until": "activeUntil",
2555
+ "created_by_actor": "createdByActor",
2556
+ "interaction_type": "interactionType",
2557
+ "interacted_at": "interactedAt",
2558
+ "owner_actor": "ownerActor",
2559
+ "attribute_type": "attributeType",
2560
+ });
2561
+ }),
2562
+ );
2563
+
2564
+ export function postV2ListsListEntriesEntryValueInteractionFromJSON(
2565
+ jsonString: string,
2566
+ ): SafeParseResult<
2567
+ PostV2ListsListEntriesEntryValueInteraction,
2568
+ SDKValidationError
2569
+ > {
2570
+ return safeParse(
2571
+ jsonString,
2572
+ (x) =>
2573
+ PostV2ListsListEntriesEntryValueInteraction$inboundSchema.parse(
2574
+ JSON.parse(x),
2575
+ ),
2576
+ `Failed to parse 'PostV2ListsListEntriesEntryValueInteraction' from JSON`,
2577
+ );
2578
+ }
2579
+
2580
+ /** @internal */
2581
+ export const PostV2ListsListEntriesCreatedByActorType7$inboundSchema:
2582
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType7, unknown> = openEnums
2583
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType7);
2584
+
2585
+ /** @internal */
2586
+ export const PostV2ListsListEntriesCreatedByActor7$inboundSchema: z.ZodMiniType<
2587
+ PostV2ListsListEntriesCreatedByActor7,
2588
+ unknown
2589
+ > = z.object({
2590
+ id: z.optional(z.nullable(types.string())),
2591
+ type: z.optional(
2592
+ z.nullable(PostV2ListsListEntriesCreatedByActorType7$inboundSchema),
2593
+ ),
2594
+ });
2595
+
2596
+ export function postV2ListsListEntriesCreatedByActor7FromJSON(
2597
+ jsonString: string,
2598
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor7, SDKValidationError> {
2599
+ return safeParse(
2600
+ jsonString,
2601
+ (x) =>
2602
+ PostV2ListsListEntriesCreatedByActor7$inboundSchema.parse(JSON.parse(x)),
2603
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor7' from JSON`,
2604
+ );
2605
+ }
2606
+
2607
+ /** @internal */
2608
+ export const PostV2ListsListEntriesEntryValueRecordReference$inboundSchema:
2609
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueRecordReference, unknown> = z
2610
+ .pipe(
2611
+ z.object({
2612
+ active_from: types.date(),
2613
+ active_until: types.nullable(types.date()),
2614
+ created_by_actor: z.lazy(() =>
2615
+ PostV2ListsListEntriesCreatedByActor7$inboundSchema
2616
+ ),
2617
+ target_object: types.string(),
2618
+ target_record_id: types.string(),
2619
+ attribute_type: types.literal("record-reference"),
2620
+ }),
2621
+ z.transform((v) => {
2622
+ return remap$(v, {
2623
+ "active_from": "activeFrom",
2624
+ "active_until": "activeUntil",
2625
+ "created_by_actor": "createdByActor",
2626
+ "target_object": "targetObject",
2627
+ "target_record_id": "targetRecordId",
2628
+ "attribute_type": "attributeType",
2629
+ });
2630
+ }),
2631
+ );
2632
+
2633
+ export function postV2ListsListEntriesEntryValueRecordReferenceFromJSON(
2634
+ jsonString: string,
2635
+ ): SafeParseResult<
2636
+ PostV2ListsListEntriesEntryValueRecordReference,
2637
+ SDKValidationError
2638
+ > {
2639
+ return safeParse(
2640
+ jsonString,
2641
+ (x) =>
2642
+ PostV2ListsListEntriesEntryValueRecordReference$inboundSchema.parse(
2643
+ JSON.parse(x),
2644
+ ),
2645
+ `Failed to parse 'PostV2ListsListEntriesEntryValueRecordReference' from JSON`,
2646
+ );
2647
+ }
2648
+
2649
+ /** @internal */
2650
+ export const PostV2ListsListEntriesCreatedByActorType6$inboundSchema:
2651
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType6, unknown> = openEnums
2652
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType6);
2653
+
2654
+ /** @internal */
2655
+ export const PostV2ListsListEntriesCreatedByActor6$inboundSchema: z.ZodMiniType<
2656
+ PostV2ListsListEntriesCreatedByActor6,
2657
+ unknown
2658
+ > = z.object({
2659
+ id: z.optional(z.nullable(types.string())),
2660
+ type: z.optional(
2661
+ z.nullable(PostV2ListsListEntriesCreatedByActorType6$inboundSchema),
2662
+ ),
2663
+ });
2664
+
2665
+ export function postV2ListsListEntriesCreatedByActor6FromJSON(
2666
+ jsonString: string,
2667
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor6, SDKValidationError> {
2668
+ return safeParse(
2669
+ jsonString,
2670
+ (x) =>
2671
+ PostV2ListsListEntriesCreatedByActor6$inboundSchema.parse(JSON.parse(x)),
2672
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor6' from JSON`,
2673
+ );
2674
+ }
2675
+
2676
+ /** @internal */
2677
+ export const PostV2ListsListEntriesEntryValueEmailAddress$inboundSchema:
2678
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueEmailAddress, unknown> = z.pipe(
2679
+ z.object({
2680
+ active_from: types.date(),
2681
+ active_until: types.nullable(types.date()),
2682
+ created_by_actor: z.lazy(() =>
2683
+ PostV2ListsListEntriesCreatedByActor6$inboundSchema
2684
+ ),
2685
+ original_email_address: types.string(),
2686
+ email_address: types.string(),
2687
+ email_domain: types.string(),
2688
+ email_root_domain: types.string(),
2689
+ email_local_specifier: types.string(),
2690
+ attribute_type: types.literal("email-address"),
2691
+ }),
2692
+ z.transform((v) => {
2693
+ return remap$(v, {
2694
+ "active_from": "activeFrom",
2695
+ "active_until": "activeUntil",
2696
+ "created_by_actor": "createdByActor",
2697
+ "original_email_address": "originalEmailAddress",
2698
+ "email_address": "emailAddress",
2699
+ "email_domain": "emailDomain",
2700
+ "email_root_domain": "emailRootDomain",
2701
+ "email_local_specifier": "emailLocalSpecifier",
2702
+ "attribute_type": "attributeType",
2703
+ });
2704
+ }),
2705
+ );
2706
+
2707
+ export function postV2ListsListEntriesEntryValueEmailAddressFromJSON(
2708
+ jsonString: string,
2709
+ ): SafeParseResult<
2710
+ PostV2ListsListEntriesEntryValueEmailAddress,
2711
+ SDKValidationError
2712
+ > {
2713
+ return safeParse(
2714
+ jsonString,
2715
+ (x) =>
2716
+ PostV2ListsListEntriesEntryValueEmailAddress$inboundSchema.parse(
2717
+ JSON.parse(x),
2718
+ ),
2719
+ `Failed to parse 'PostV2ListsListEntriesEntryValueEmailAddress' from JSON`,
2720
+ );
2721
+ }
2722
+
2723
+ /** @internal */
2724
+ export const PostV2ListsListEntriesCreatedByActorType5$inboundSchema:
2725
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType5, unknown> = openEnums
2726
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType5);
2727
+
2728
+ /** @internal */
2729
+ export const PostV2ListsListEntriesCreatedByActor5$inboundSchema: z.ZodMiniType<
2730
+ PostV2ListsListEntriesCreatedByActor5,
2731
+ unknown
2732
+ > = z.object({
2733
+ id: z.optional(z.nullable(types.string())),
2734
+ type: z.optional(
2735
+ z.nullable(PostV2ListsListEntriesCreatedByActorType5$inboundSchema),
2736
+ ),
2737
+ });
2738
+
2739
+ export function postV2ListsListEntriesCreatedByActor5FromJSON(
2740
+ jsonString: string,
2741
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor5, SDKValidationError> {
2742
+ return safeParse(
2743
+ jsonString,
2744
+ (x) =>
2745
+ PostV2ListsListEntriesCreatedByActor5$inboundSchema.parse(JSON.parse(x)),
2746
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor5' from JSON`,
2747
+ );
2748
+ }
2749
+
2750
+ /** @internal */
2751
+ export const PostV2ListsListEntriesEntryValueDomain$inboundSchema:
2752
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueDomain, unknown> = z.pipe(
2753
+ z.object({
2754
+ active_from: types.date(),
2755
+ active_until: types.nullable(types.date()),
2756
+ created_by_actor: z.lazy(() =>
2757
+ PostV2ListsListEntriesCreatedByActor5$inboundSchema
2758
+ ),
2759
+ domain: types.string(),
2760
+ root_domain: types.string(),
2761
+ attribute_type: types.literal("domain"),
2762
+ }),
2763
+ z.transform((v) => {
2764
+ return remap$(v, {
2765
+ "active_from": "activeFrom",
2766
+ "active_until": "activeUntil",
2767
+ "created_by_actor": "createdByActor",
2768
+ "root_domain": "rootDomain",
2769
+ "attribute_type": "attributeType",
2770
+ });
2771
+ }),
2772
+ );
2773
+
2774
+ export function postV2ListsListEntriesEntryValueDomainFromJSON(
2775
+ jsonString: string,
2776
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueDomain, SDKValidationError> {
2777
+ return safeParse(
2778
+ jsonString,
2779
+ (x) =>
2780
+ PostV2ListsListEntriesEntryValueDomain$inboundSchema.parse(JSON.parse(x)),
2781
+ `Failed to parse 'PostV2ListsListEntriesEntryValueDomain' from JSON`,
2782
+ );
2783
+ }
2784
+
2785
+ /** @internal */
2786
+ export const PostV2ListsListEntriesCreatedByActorType4$inboundSchema:
2787
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType4, unknown> = openEnums
2788
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType4);
2789
+
2790
+ /** @internal */
2791
+ export const PostV2ListsListEntriesCreatedByActor4$inboundSchema: z.ZodMiniType<
2792
+ PostV2ListsListEntriesCreatedByActor4,
2793
+ unknown
2794
+ > = z.object({
2795
+ id: z.optional(z.nullable(types.string())),
2796
+ type: z.optional(
2797
+ z.nullable(PostV2ListsListEntriesCreatedByActorType4$inboundSchema),
2798
+ ),
2799
+ });
2800
+
2801
+ export function postV2ListsListEntriesCreatedByActor4FromJSON(
2802
+ jsonString: string,
2803
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor4, SDKValidationError> {
2804
+ return safeParse(
2805
+ jsonString,
2806
+ (x) =>
2807
+ PostV2ListsListEntriesCreatedByActor4$inboundSchema.parse(JSON.parse(x)),
2808
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor4' from JSON`,
2809
+ );
2810
+ }
2811
+
2812
+ /** @internal */
2813
+ export const PostV2ListsListEntriesEntryValueDate$inboundSchema: z.ZodMiniType<
2814
+ PostV2ListsListEntriesEntryValueDate,
2815
+ unknown
2816
+ > = z.pipe(
2817
+ z.object({
2818
+ active_from: types.date(),
2819
+ active_until: types.nullable(types.date()),
2820
+ created_by_actor: z.lazy(() =>
2821
+ PostV2ListsListEntriesCreatedByActor4$inboundSchema
2822
+ ),
2823
+ attribute_type: types.literal("date"),
2824
+ value: types.string(),
2825
+ }),
2826
+ z.transform((v) => {
2827
+ return remap$(v, {
2828
+ "active_from": "activeFrom",
2829
+ "active_until": "activeUntil",
2830
+ "created_by_actor": "createdByActor",
2831
+ "attribute_type": "attributeType",
2832
+ });
2833
+ }),
2834
+ );
2835
+
2836
+ export function postV2ListsListEntriesEntryValueDateFromJSON(
2837
+ jsonString: string,
2838
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueDate, SDKValidationError> {
2839
+ return safeParse(
2840
+ jsonString,
2841
+ (x) =>
2842
+ PostV2ListsListEntriesEntryValueDate$inboundSchema.parse(JSON.parse(x)),
2843
+ `Failed to parse 'PostV2ListsListEntriesEntryValueDate' from JSON`,
2844
+ );
2845
+ }
2846
+
2847
+ /** @internal */
2848
+ export const PostV2ListsListEntriesCreatedByActorType3$inboundSchema:
2849
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType3, unknown> = openEnums
2850
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType3);
2851
+
2852
+ /** @internal */
2853
+ export const PostV2ListsListEntriesCreatedByActor3$inboundSchema: z.ZodMiniType<
2854
+ PostV2ListsListEntriesCreatedByActor3,
2855
+ unknown
2856
+ > = z.object({
2857
+ id: z.optional(z.nullable(types.string())),
2858
+ type: z.optional(
2859
+ z.nullable(PostV2ListsListEntriesCreatedByActorType3$inboundSchema),
2860
+ ),
2861
+ });
2862
+
2863
+ export function postV2ListsListEntriesCreatedByActor3FromJSON(
2864
+ jsonString: string,
2865
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor3, SDKValidationError> {
2866
+ return safeParse(
2867
+ jsonString,
2868
+ (x) =>
2869
+ PostV2ListsListEntriesCreatedByActor3$inboundSchema.parse(JSON.parse(x)),
2870
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor3' from JSON`,
2871
+ );
2872
+ }
2873
+
2874
+ /** @internal */
2875
+ export const PostV2ListsListEntriesCurrencyCode$inboundSchema: z.ZodMiniType<
2876
+ PostV2ListsListEntriesCurrencyCode,
2877
+ unknown
2878
+ > = openEnums.inboundSchema(PostV2ListsListEntriesCurrencyCode);
2879
+
2880
+ /** @internal */
2881
+ export const PostV2ListsListEntriesEntryValueCurrency$inboundSchema:
2882
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueCurrency, unknown> = z.pipe(
2883
+ z.object({
2884
+ active_from: types.date(),
2885
+ active_until: types.nullable(types.date()),
2886
+ created_by_actor: z.lazy(() =>
2887
+ PostV2ListsListEntriesCreatedByActor3$inboundSchema
2888
+ ),
2889
+ currency_value: types.number(),
2890
+ currency_code: z.optional(
2891
+ z.nullable(PostV2ListsListEntriesCurrencyCode$inboundSchema),
2892
+ ),
2893
+ attribute_type: types.literal("currency"),
2894
+ }),
2895
+ z.transform((v) => {
2896
+ return remap$(v, {
2897
+ "active_from": "activeFrom",
2898
+ "active_until": "activeUntil",
2899
+ "created_by_actor": "createdByActor",
2900
+ "currency_value": "currencyValue",
2901
+ "currency_code": "currencyCode",
2902
+ "attribute_type": "attributeType",
2903
+ });
2904
+ }),
2905
+ );
2906
+
2907
+ export function postV2ListsListEntriesEntryValueCurrencyFromJSON(
2908
+ jsonString: string,
2909
+ ): SafeParseResult<
2910
+ PostV2ListsListEntriesEntryValueCurrency,
2911
+ SDKValidationError
2912
+ > {
2913
+ return safeParse(
2914
+ jsonString,
2915
+ (x) =>
2916
+ PostV2ListsListEntriesEntryValueCurrency$inboundSchema.parse(
2917
+ JSON.parse(x),
2918
+ ),
2919
+ `Failed to parse 'PostV2ListsListEntriesEntryValueCurrency' from JSON`,
2920
+ );
2921
+ }
2922
+
2923
+ /** @internal */
2924
+ export const PostV2ListsListEntriesCreatedByActorType2$inboundSchema:
2925
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType2, unknown> = openEnums
2926
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType2);
2927
+
2928
+ /** @internal */
2929
+ export const PostV2ListsListEntriesCreatedByActor2$inboundSchema: z.ZodMiniType<
2930
+ PostV2ListsListEntriesCreatedByActor2,
2931
+ unknown
2932
+ > = z.object({
2933
+ id: z.optional(z.nullable(types.string())),
2934
+ type: z.optional(
2935
+ z.nullable(PostV2ListsListEntriesCreatedByActorType2$inboundSchema),
2936
+ ),
2937
+ });
2938
+
2939
+ export function postV2ListsListEntriesCreatedByActor2FromJSON(
2940
+ jsonString: string,
2941
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor2, SDKValidationError> {
2942
+ return safeParse(
2943
+ jsonString,
2944
+ (x) =>
2945
+ PostV2ListsListEntriesCreatedByActor2$inboundSchema.parse(JSON.parse(x)),
2946
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor2' from JSON`,
2947
+ );
2948
+ }
2949
+
2950
+ /** @internal */
2951
+ export const PostV2ListsListEntriesEntryValueCheckbox$inboundSchema:
2952
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueCheckbox, unknown> = z.pipe(
2953
+ z.object({
2954
+ active_from: types.date(),
2955
+ active_until: types.nullable(types.date()),
2956
+ created_by_actor: z.lazy(() =>
2957
+ PostV2ListsListEntriesCreatedByActor2$inboundSchema
2958
+ ),
2959
+ value: types.boolean(),
2960
+ attribute_type: types.literal("checkbox"),
2961
+ }),
2962
+ z.transform((v) => {
2963
+ return remap$(v, {
2964
+ "active_from": "activeFrom",
2965
+ "active_until": "activeUntil",
2966
+ "created_by_actor": "createdByActor",
2967
+ "attribute_type": "attributeType",
2968
+ });
2969
+ }),
2970
+ );
2971
+
2972
+ export function postV2ListsListEntriesEntryValueCheckboxFromJSON(
2973
+ jsonString: string,
2974
+ ): SafeParseResult<
2975
+ PostV2ListsListEntriesEntryValueCheckbox,
2976
+ SDKValidationError
2977
+ > {
2978
+ return safeParse(
2979
+ jsonString,
2980
+ (x) =>
2981
+ PostV2ListsListEntriesEntryValueCheckbox$inboundSchema.parse(
2982
+ JSON.parse(x),
2983
+ ),
2984
+ `Failed to parse 'PostV2ListsListEntriesEntryValueCheckbox' from JSON`,
2985
+ );
2986
+ }
2987
+
2988
+ /** @internal */
2989
+ export const PostV2ListsListEntriesCreatedByActorType1$inboundSchema:
2990
+ z.ZodMiniType<PostV2ListsListEntriesCreatedByActorType1, unknown> = openEnums
2991
+ .inboundSchema(PostV2ListsListEntriesCreatedByActorType1);
2992
+
2993
+ /** @internal */
2994
+ export const PostV2ListsListEntriesCreatedByActor1$inboundSchema: z.ZodMiniType<
2995
+ PostV2ListsListEntriesCreatedByActor1,
2996
+ unknown
2997
+ > = z.object({
2998
+ id: z.optional(z.nullable(types.string())),
2999
+ type: z.optional(
3000
+ z.nullable(PostV2ListsListEntriesCreatedByActorType1$inboundSchema),
3001
+ ),
3002
+ });
3003
+
3004
+ export function postV2ListsListEntriesCreatedByActor1FromJSON(
3005
+ jsonString: string,
3006
+ ): SafeParseResult<PostV2ListsListEntriesCreatedByActor1, SDKValidationError> {
3007
+ return safeParse(
3008
+ jsonString,
3009
+ (x) =>
3010
+ PostV2ListsListEntriesCreatedByActor1$inboundSchema.parse(JSON.parse(x)),
3011
+ `Failed to parse 'PostV2ListsListEntriesCreatedByActor1' from JSON`,
3012
+ );
3013
+ }
3014
+
3015
+ /** @internal */
3016
+ export const PostV2ListsListEntriesReferencedActorType$inboundSchema:
3017
+ z.ZodMiniType<PostV2ListsListEntriesReferencedActorType, unknown> = openEnums
3018
+ .inboundSchema(PostV2ListsListEntriesReferencedActorType);
3019
+
3020
+ /** @internal */
3021
+ export const PostV2ListsListEntriesEntryValueActorReference$inboundSchema:
3022
+ z.ZodMiniType<PostV2ListsListEntriesEntryValueActorReference, unknown> = z
3023
+ .pipe(
3024
+ z.object({
3025
+ active_from: types.date(),
3026
+ active_until: types.nullable(types.date()),
3027
+ created_by_actor: z.lazy(() =>
3028
+ PostV2ListsListEntriesCreatedByActor1$inboundSchema
3029
+ ),
3030
+ referenced_actor_type:
3031
+ PostV2ListsListEntriesReferencedActorType$inboundSchema,
3032
+ referenced_actor_id: types.nullable(types.string()),
3033
+ attribute_type: types.literal("actor-reference"),
3034
+ }),
3035
+ z.transform((v) => {
3036
+ return remap$(v, {
3037
+ "active_from": "activeFrom",
3038
+ "active_until": "activeUntil",
3039
+ "created_by_actor": "createdByActor",
3040
+ "referenced_actor_type": "referencedActorType",
3041
+ "referenced_actor_id": "referencedActorId",
3042
+ "attribute_type": "attributeType",
3043
+ });
3044
+ }),
3045
+ );
3046
+
3047
+ export function postV2ListsListEntriesEntryValueActorReferenceFromJSON(
3048
+ jsonString: string,
3049
+ ): SafeParseResult<
3050
+ PostV2ListsListEntriesEntryValueActorReference,
3051
+ SDKValidationError
3052
+ > {
3053
+ return safeParse(
3054
+ jsonString,
3055
+ (x) =>
3056
+ PostV2ListsListEntriesEntryValueActorReference$inboundSchema.parse(
3057
+ JSON.parse(x),
3058
+ ),
3059
+ `Failed to parse 'PostV2ListsListEntriesEntryValueActorReference' from JSON`,
3060
+ );
3061
+ }
3062
+
3063
+ /** @internal */
3064
+ export const PostV2ListsListEntriesEntryValueUnion$inboundSchema: z.ZodMiniType<
3065
+ PostV2ListsListEntriesEntryValueUnion,
3066
+ unknown
3067
+ > = discriminatedUnion("attribute_type", {
3068
+ ["actor-reference"]: z.lazy(() =>
3069
+ PostV2ListsListEntriesEntryValueActorReference$inboundSchema
3070
+ ),
3071
+ checkbox: z.lazy(() =>
3072
+ PostV2ListsListEntriesEntryValueCheckbox$inboundSchema
3073
+ ),
3074
+ currency: z.lazy(() =>
3075
+ PostV2ListsListEntriesEntryValueCurrency$inboundSchema
3076
+ ),
3077
+ date: z.lazy(() => PostV2ListsListEntriesEntryValueDate$inboundSchema),
3078
+ domain: z.lazy(() => PostV2ListsListEntriesEntryValueDomain$inboundSchema),
3079
+ ["email-address"]: z.lazy(() =>
3080
+ PostV2ListsListEntriesEntryValueEmailAddress$inboundSchema
3081
+ ),
3082
+ ["record-reference"]: z.lazy(() =>
3083
+ PostV2ListsListEntriesEntryValueRecordReference$inboundSchema
3084
+ ),
3085
+ interaction: z.lazy(() =>
3086
+ PostV2ListsListEntriesEntryValueInteraction$inboundSchema
3087
+ ),
3088
+ location: z.lazy(() =>
3089
+ PostV2ListsListEntriesEntryValueLocation$inboundSchema
3090
+ ),
3091
+ number: z.lazy(() => PostV2ListsListEntriesEntryValueNumber$inboundSchema),
3092
+ ["personal-name"]: z.lazy(() =>
3093
+ PostV2ListsListEntriesEntryValuePersonalName$inboundSchema
3094
+ ),
3095
+ ["phone-number"]: z.lazy(() =>
3096
+ PostV2ListsListEntriesEntryValuePhoneNumber$inboundSchema
3097
+ ),
3098
+ status: z.lazy(() => PostV2ListsListEntriesEntryValueStatus$inboundSchema),
3099
+ rating: z.lazy(() => PostV2ListsListEntriesEntryValueRating$inboundSchema),
3100
+ select: z.lazy(() => PostV2ListsListEntriesEntryValueSelect$inboundSchema),
3101
+ text: z.lazy(() => PostV2ListsListEntriesEntryValueText$inboundSchema),
3102
+ timestamp: z.lazy(() =>
3103
+ PostV2ListsListEntriesEntryValueTimestamp$inboundSchema
3104
+ ),
3105
+ }, { outputPropertyName: "attributeType" });
3106
+
3107
+ export function postV2ListsListEntriesEntryValueUnionFromJSON(
3108
+ jsonString: string,
3109
+ ): SafeParseResult<PostV2ListsListEntriesEntryValueUnion, SDKValidationError> {
3110
+ return safeParse(
3111
+ jsonString,
3112
+ (x) =>
3113
+ PostV2ListsListEntriesEntryValueUnion$inboundSchema.parse(JSON.parse(x)),
3114
+ `Failed to parse 'PostV2ListsListEntriesEntryValueUnion' from JSON`,
3115
+ );
3116
+ }
3117
+
3118
+ /** @internal */
3119
+ export const PostV2ListsListEntriesDataResponse$inboundSchema: z.ZodMiniType<
3120
+ PostV2ListsListEntriesDataResponse,
3121
+ unknown
3122
+ > = z.pipe(
3123
+ z.object({
3124
+ id: z.lazy(() => PostV2ListsListEntriesId$inboundSchema),
3125
+ parent_record_id: types.string(),
3126
+ parent_object: types.string(),
3127
+ created_at: types.string(),
3128
+ entry_values: z.record(
3129
+ z.string(),
3130
+ z.array(discriminatedUnion("attribute_type", {
3131
+ ["actor-reference"]: z.lazy(() =>
3132
+ PostV2ListsListEntriesEntryValueActorReference$inboundSchema
3133
+ ),
3134
+ checkbox: z.lazy(() =>
3135
+ PostV2ListsListEntriesEntryValueCheckbox$inboundSchema
3136
+ ),
3137
+ currency: z.lazy(() =>
3138
+ PostV2ListsListEntriesEntryValueCurrency$inboundSchema
3139
+ ),
3140
+ date: z.lazy(() => PostV2ListsListEntriesEntryValueDate$inboundSchema),
3141
+ domain: z.lazy(() =>
3142
+ PostV2ListsListEntriesEntryValueDomain$inboundSchema
3143
+ ),
3144
+ ["email-address"]: z.lazy(() =>
3145
+ PostV2ListsListEntriesEntryValueEmailAddress$inboundSchema
3146
+ ),
3147
+ ["record-reference"]: z.lazy(() =>
3148
+ PostV2ListsListEntriesEntryValueRecordReference$inboundSchema
3149
+ ),
3150
+ interaction: z.lazy(() =>
3151
+ PostV2ListsListEntriesEntryValueInteraction$inboundSchema
3152
+ ),
3153
+ location: z.lazy(() =>
3154
+ PostV2ListsListEntriesEntryValueLocation$inboundSchema
3155
+ ),
3156
+ number: z.lazy(() =>
3157
+ PostV2ListsListEntriesEntryValueNumber$inboundSchema
3158
+ ),
3159
+ ["personal-name"]: z.lazy(() =>
3160
+ PostV2ListsListEntriesEntryValuePersonalName$inboundSchema
3161
+ ),
3162
+ ["phone-number"]: z.lazy(() =>
3163
+ PostV2ListsListEntriesEntryValuePhoneNumber$inboundSchema
3164
+ ),
3165
+ status: z.lazy(() =>
3166
+ PostV2ListsListEntriesEntryValueStatus$inboundSchema
3167
+ ),
3168
+ rating: z.lazy(() =>
3169
+ PostV2ListsListEntriesEntryValueRating$inboundSchema
3170
+ ),
3171
+ select: z.lazy(() =>
3172
+ PostV2ListsListEntriesEntryValueSelect$inboundSchema
3173
+ ),
3174
+ text: z.lazy(() => PostV2ListsListEntriesEntryValueText$inboundSchema),
3175
+ timestamp: z.lazy(() =>
3176
+ PostV2ListsListEntriesEntryValueTimestamp$inboundSchema
3177
+ ),
3178
+ }, { outputPropertyName: "attributeType" })),
3179
+ ),
3180
+ }),
3181
+ z.transform((v) => {
3182
+ return remap$(v, {
3183
+ "parent_record_id": "parentRecordId",
3184
+ "parent_object": "parentObject",
3185
+ "created_at": "createdAt",
3186
+ "entry_values": "entryValues",
3187
+ });
3188
+ }),
3189
+ );
3190
+
3191
+ export function postV2ListsListEntriesDataResponseFromJSON(
3192
+ jsonString: string,
3193
+ ): SafeParseResult<PostV2ListsListEntriesDataResponse, SDKValidationError> {
3194
+ return safeParse(
3195
+ jsonString,
3196
+ (x) =>
3197
+ PostV2ListsListEntriesDataResponse$inboundSchema.parse(JSON.parse(x)),
3198
+ `Failed to parse 'PostV2ListsListEntriesDataResponse' from JSON`,
3199
+ );
3200
+ }
3201
+
3202
+ /** @internal */
3203
+ export const PostV2ListsListEntriesResponse$inboundSchema: z.ZodMiniType<
3204
+ PostV2ListsListEntriesResponse,
3205
+ unknown
3206
+ > = z.object({
3207
+ data: z.lazy(() => PostV2ListsListEntriesDataResponse$inboundSchema),
3208
+ });
3209
+
3210
+ export function postV2ListsListEntriesResponseFromJSON(
3211
+ jsonString: string,
3212
+ ): SafeParseResult<PostV2ListsListEntriesResponse, SDKValidationError> {
3213
+ return safeParse(
3214
+ jsonString,
3215
+ (x) => PostV2ListsListEntriesResponse$inboundSchema.parse(JSON.parse(x)),
3216
+ `Failed to parse 'PostV2ListsListEntriesResponse' from JSON`,
3217
+ );
3218
+ }