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