@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,2076 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17 = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget = exports.PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType = exports.PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType = exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictCode = exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictType = exports.PostV2TargetIdentifierAttributesAttributeStatusesTarget = exports.GetV2TargetIdentifierAttributesAttributeStatusesTarget = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget = exports.PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType = exports.PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType = exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictCode = exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictType = exports.PostV2TargetIdentifierAttributesAttributeOptionsTarget = exports.GetV2TargetIdentifierAttributesAttributeOptionsTarget = exports.CodeSystemEditUnauthorized = exports.PatchV2TargetIdentifierAttributesAttributeBadRequestType = exports.PatchV2TargetIdentifierAttributesAttributeDisplayType = exports.PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode = exports.PatchV2TargetIdentifierAttributesAttributeTemplate = exports.PatchV2TargetIdentifierAttributesAttributeTarget = exports.GetV2TargetIdentifierAttributesAttributeCode = exports.GetV2TargetIdentifierAttributesAttributeType = exports.GetV2TargetIdentifierAttributesAttributeTarget = void 0;
40
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictType$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesData$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema = exports.GetV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema = exports.GetV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema = exports.GetV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictCode$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictType$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsData$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema = exports.GetV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema = exports.GetV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema = exports.GetV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeResponse$inboundSchema = exports.CodeSystemEditUnauthorized$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeBadRequestType$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeRequest$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeRequestBody$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeData$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeConfig$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeRecordReference$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeCurrency$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeDisplayType$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeTemplate$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeTarget$outboundSchema = exports.GetV2TargetIdentifierAttributesAttributeResponse$inboundSchema = exports.GetV2TargetIdentifierAttributesAttributeCode$inboundSchema = exports.GetV2TargetIdentifierAttributesAttributeType$inboundSchema = exports.GetV2TargetIdentifierAttributesAttributeRequest$outboundSchema = exports.GetV2TargetIdentifierAttributesAttributeTarget$outboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1 = void 0;
41
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType$inboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$outboundSchema = exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget$outboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType$inboundSchema = exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictCode$inboundSchema = void 0;
42
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference$inboundSchema = exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7$inboundSchema = void 0;
43
+ exports.getV2TargetIdentifierAttributesAttributeRequestToJSON = getV2TargetIdentifierAttributesAttributeRequestToJSON;
44
+ exports.getV2TargetIdentifierAttributesAttributeResponseFromJSON = getV2TargetIdentifierAttributesAttributeResponseFromJSON;
45
+ exports.patchV2TargetIdentifierAttributesAttributeDefaultValueStaticToJSON = patchV2TargetIdentifierAttributesAttributeDefaultValueStaticToJSON;
46
+ exports.patchV2TargetIdentifierAttributesAttributeDefaultValueDynamicToJSON = patchV2TargetIdentifierAttributesAttributeDefaultValueDynamicToJSON;
47
+ exports.patchV2TargetIdentifierAttributesAttributeDefaultValueUnionToJSON = patchV2TargetIdentifierAttributesAttributeDefaultValueUnionToJSON;
48
+ exports.patchV2TargetIdentifierAttributesAttributeCurrencyToJSON = patchV2TargetIdentifierAttributesAttributeCurrencyToJSON;
49
+ exports.patchV2TargetIdentifierAttributesAttributeRecordReferenceToJSON = patchV2TargetIdentifierAttributesAttributeRecordReferenceToJSON;
50
+ exports.patchV2TargetIdentifierAttributesAttributeConfigToJSON = patchV2TargetIdentifierAttributesAttributeConfigToJSON;
51
+ exports.patchV2TargetIdentifierAttributesAttributeDataToJSON = patchV2TargetIdentifierAttributesAttributeDataToJSON;
52
+ exports.patchV2TargetIdentifierAttributesAttributeRequestBodyToJSON = patchV2TargetIdentifierAttributesAttributeRequestBodyToJSON;
53
+ exports.patchV2TargetIdentifierAttributesAttributeRequestToJSON = patchV2TargetIdentifierAttributesAttributeRequestToJSON;
54
+ exports.patchV2TargetIdentifierAttributesAttributeResponseFromJSON = patchV2TargetIdentifierAttributesAttributeResponseFromJSON;
55
+ exports.getV2TargetIdentifierAttributesAttributeOptionsRequestToJSON = getV2TargetIdentifierAttributesAttributeOptionsRequestToJSON;
56
+ exports.getV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON = getV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON;
57
+ exports.postV2TargetIdentifierAttributesAttributeOptionsDataToJSON = postV2TargetIdentifierAttributesAttributeOptionsDataToJSON;
58
+ exports.postV2TargetIdentifierAttributesAttributeOptionsRequestBodyToJSON = postV2TargetIdentifierAttributesAttributeOptionsRequestBodyToJSON;
59
+ exports.postV2TargetIdentifierAttributesAttributeOptionsRequestToJSON = postV2TargetIdentifierAttributesAttributeOptionsRequestToJSON;
60
+ exports.postV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON = postV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON;
61
+ exports.patchV2TargetIdentifierAttributesAttributeOptionsOptionDataToJSON = patchV2TargetIdentifierAttributesAttributeOptionsOptionDataToJSON;
62
+ exports.patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBodyToJSON = patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBodyToJSON;
63
+ exports.patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestToJSON = patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestToJSON;
64
+ exports.patchV2TargetIdentifierAttributesAttributeOptionsOptionResponseFromJSON = patchV2TargetIdentifierAttributesAttributeOptionsOptionResponseFromJSON;
65
+ exports.getV2TargetIdentifierAttributesAttributeStatusesRequestToJSON = getV2TargetIdentifierAttributesAttributeStatusesRequestToJSON;
66
+ exports.getV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON = getV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON;
67
+ exports.postV2TargetIdentifierAttributesAttributeStatusesDataToJSON = postV2TargetIdentifierAttributesAttributeStatusesDataToJSON;
68
+ exports.postV2TargetIdentifierAttributesAttributeStatusesRequestBodyToJSON = postV2TargetIdentifierAttributesAttributeStatusesRequestBodyToJSON;
69
+ exports.postV2TargetIdentifierAttributesAttributeStatusesRequestToJSON = postV2TargetIdentifierAttributesAttributeStatusesRequestToJSON;
70
+ exports.postV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON = postV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON;
71
+ exports.patchV2TargetIdentifierAttributesAttributeStatusesStatusDataToJSON = patchV2TargetIdentifierAttributesAttributeStatusesStatusDataToJSON;
72
+ exports.patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBodyToJSON = patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBodyToJSON;
73
+ exports.patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestToJSON = patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestToJSON;
74
+ exports.patchV2TargetIdentifierAttributesAttributeStatusesStatusResponseFromJSON = patchV2TargetIdentifierAttributesAttributeStatusesStatusResponseFromJSON;
75
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequestToJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequestToJSON;
76
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17FromJSON;
77
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestampFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestampFromJSON;
78
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16FromJSON;
79
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTextFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTextFromJSON;
80
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15FromJSON;
81
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelectFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelectFromJSON;
82
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14FromJSON;
83
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRatingFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRatingFromJSON;
84
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13FromJSON;
85
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatusFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatusFromJSON;
86
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12FromJSON;
87
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumberFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumberFromJSON;
88
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11FromJSON;
89
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalNameFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalNameFromJSON;
90
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10FromJSON;
91
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumberFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumberFromJSON;
92
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9FromJSON;
93
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocationFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocationFromJSON;
94
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8FromJSON;
95
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorFromJSON;
96
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteractionFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteractionFromJSON;
97
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7FromJSON;
98
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReferenceFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReferenceFromJSON;
99
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6FromJSON;
100
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddressFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddressFromJSON;
101
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5FromJSON;
102
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomainFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomainFromJSON;
103
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4FromJSON;
104
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDateFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDateFromJSON;
105
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3FromJSON;
106
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrencyFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrencyFromJSON;
107
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2FromJSON;
108
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckboxFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckboxFromJSON;
109
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1FromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1FromJSON;
110
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReferenceFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReferenceFromJSON;
111
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnionFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnionFromJSON;
112
+ exports.getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponseFromJSON = getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponseFromJSON;
113
+ const z = __importStar(require("zod/v4-mini"));
114
+ const primitives_js_1 = require("../../lib/primitives.js");
115
+ const schemas_js_1 = require("../../lib/schemas.js");
116
+ const discriminated_union_js_1 = require("../../types/discriminated-union.js");
117
+ const openEnums = __importStar(require("../../types/enums.js"));
118
+ const types = __importStar(require("../../types/primitives.js"));
119
+ const models = __importStar(require("../index.js"));
120
+ /**
121
+ * Whether the attribute is on an object or a list.
122
+ */
123
+ exports.GetV2TargetIdentifierAttributesAttributeTarget = {
124
+ Objects: "objects",
125
+ Lists: "lists",
126
+ };
127
+ exports.GetV2TargetIdentifierAttributesAttributeType = {
128
+ InvalidRequestError: "invalid_request_error",
129
+ };
130
+ exports.GetV2TargetIdentifierAttributesAttributeCode = {
131
+ NotFound: "not_found",
132
+ };
133
+ /**
134
+ * Whether the attribute is on an object or a list.
135
+ */
136
+ exports.PatchV2TargetIdentifierAttributesAttributeTarget = {
137
+ Objects: "objects",
138
+ Lists: "lists",
139
+ };
140
+ /**
141
+ * For actor reference attributes, you may pass a dynamic value of `"current-user"`. When creating new records or entries, this will cause the actor reference value to be populated with either the workspace member or API token that created the record/entry.
142
+ */
143
+ exports.PatchV2TargetIdentifierAttributesAttributeTemplate = {
144
+ CurrentUser: "current-user",
145
+ };
146
+ /**
147
+ * The ISO4217 code representing the currency that values for this attribute should be stored in.
148
+ */
149
+ exports.PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode = {
150
+ Ars: "ARS",
151
+ Aud: "AUD",
152
+ Brl: "BRL",
153
+ Bgn: "BGN",
154
+ Cad: "CAD",
155
+ Clp: "CLP",
156
+ Cny: "CNY",
157
+ Cop: "COP",
158
+ Czk: "CZK",
159
+ Dkk: "DKK",
160
+ Eur: "EUR",
161
+ Hkd: "HKD",
162
+ Huf: "HUF",
163
+ Isk: "ISK",
164
+ Inr: "INR",
165
+ Ils: "ILS",
166
+ Jpy: "JPY",
167
+ Kes: "KES",
168
+ Krw: "KRW",
169
+ Myr: "MYR",
170
+ Mxn: "MXN",
171
+ Ntd: "NTD",
172
+ Nzd: "NZD",
173
+ Ngn: "NGN",
174
+ Nok: "NOK",
175
+ Xpf: "XPF",
176
+ Pen: "PEN",
177
+ Php: "PHP",
178
+ Pln: "PLN",
179
+ Gbp: "GBP",
180
+ Rwf: "RWF",
181
+ Sar: "SAR",
182
+ Sgd: "SGD",
183
+ Zar: "ZAR",
184
+ Sek: "SEK",
185
+ Chf: "CHF",
186
+ Thb: "THB",
187
+ Aed: "AED",
188
+ Uyu: "UYU",
189
+ Usd: "USD",
190
+ };
191
+ /**
192
+ * How the currency should be displayed across the app. "code" will display the ISO currency code e.g. "USD", "name" will display the localized currency name e.g. "British pound", "narrowSymbol" will display "$1" instead of "US$1" and "symbol" will display a localized currency symbol such as "$".
193
+ */
194
+ exports.PatchV2TargetIdentifierAttributesAttributeDisplayType = {
195
+ Code: "code",
196
+ Name: "name",
197
+ NarrowSymbol: "narrowSymbol",
198
+ Symbol: "symbol",
199
+ };
200
+ exports.PatchV2TargetIdentifierAttributesAttributeBadRequestType = {
201
+ InvalidRequestError: "invalid_request_error",
202
+ };
203
+ exports.CodeSystemEditUnauthorized = {
204
+ SystemEditUnauthorized: "system_edit_unauthorized",
205
+ };
206
+ /**
207
+ * Whether the attribute is on an object or a list.
208
+ */
209
+ exports.GetV2TargetIdentifierAttributesAttributeOptionsTarget = {
210
+ Objects: "objects",
211
+ Lists: "lists",
212
+ };
213
+ /**
214
+ * Whether the attribute is on an object or a list.
215
+ */
216
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsTarget = {
217
+ Objects: "objects",
218
+ Lists: "lists",
219
+ };
220
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictType = {
221
+ InvalidRequestError: "invalid_request_error",
222
+ };
223
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictCode = {
224
+ SlugConflict: "slug_conflict",
225
+ };
226
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType = {
227
+ InvalidRequestError: "invalid_request_error",
228
+ };
229
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType = {
230
+ ValidationType: "validation_type",
231
+ };
232
+ /**
233
+ * Whether the attribute is on an object or a list.
234
+ */
235
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget = {
236
+ Objects: "objects",
237
+ Lists: "lists",
238
+ };
239
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType = {
240
+ InvalidRequestError: "invalid_request_error",
241
+ };
242
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound = {
243
+ ValueNotFound: "value_not_found",
244
+ };
245
+ /**
246
+ * Whether the attribute is on an object or a list. Please note that the company and people objects do not support status attributes at this time.
247
+ */
248
+ exports.GetV2TargetIdentifierAttributesAttributeStatusesTarget = {
249
+ Lists: "lists",
250
+ Objects: "objects",
251
+ };
252
+ /**
253
+ * Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
254
+ */
255
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesTarget = {
256
+ Lists: "lists",
257
+ Objects: "objects",
258
+ };
259
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictType = {
260
+ InvalidRequestError: "invalid_request_error",
261
+ };
262
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictCode = {
263
+ SlugConflict: "slug_conflict",
264
+ };
265
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType = {
266
+ InvalidRequestError: "invalid_request_error",
267
+ };
268
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType = {
269
+ ValidationType: "validation_type",
270
+ };
271
+ /**
272
+ * Whether the attribute is on an object or a list. Please note that company and person objects do not support status attributes at this time.
273
+ */
274
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget = {
275
+ Lists: "lists",
276
+ Objects: "objects",
277
+ };
278
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType = {
279
+ InvalidRequestError: "invalid_request_error",
280
+ };
281
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound = {
282
+ ValueNotFound: "value_not_found",
283
+ };
284
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType = {
285
+ InvalidRequestError: "invalid_request_error",
286
+ };
287
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType = {
288
+ ValidationType: "validation_type",
289
+ };
290
+ /**
291
+ * The type of actor. [Read more information on actor types here](/docs/actors).
292
+ */
293
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17 = {
294
+ ApiToken: "api-token",
295
+ WorkspaceMember: "workspace-member",
296
+ System: "system",
297
+ App: "app",
298
+ };
299
+ /**
300
+ * The type of actor. [Read more information on actor types here](/docs/actors).
301
+ */
302
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16 = {
303
+ ApiToken: "api-token",
304
+ WorkspaceMember: "workspace-member",
305
+ System: "system",
306
+ App: "app",
307
+ };
308
+ /**
309
+ * The type of actor. [Read more information on actor types here](/docs/actors).
310
+ */
311
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15 = {
312
+ ApiToken: "api-token",
313
+ WorkspaceMember: "workspace-member",
314
+ System: "system",
315
+ App: "app",
316
+ };
317
+ /**
318
+ * The type of actor. [Read more information on actor types here](/docs/actors).
319
+ */
320
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14 = {
321
+ ApiToken: "api-token",
322
+ WorkspaceMember: "workspace-member",
323
+ System: "system",
324
+ App: "app",
325
+ };
326
+ /**
327
+ * The type of actor. [Read more information on actor types here](/docs/actors).
328
+ */
329
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13 = {
330
+ ApiToken: "api-token",
331
+ WorkspaceMember: "workspace-member",
332
+ System: "system",
333
+ App: "app",
334
+ };
335
+ /**
336
+ * The type of actor. [Read more information on actor types here](/docs/actors).
337
+ */
338
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12 = {
339
+ ApiToken: "api-token",
340
+ WorkspaceMember: "workspace-member",
341
+ System: "system",
342
+ App: "app",
343
+ };
344
+ /**
345
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
346
+ */
347
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2 = {
348
+ Af: "AF",
349
+ Ax: "AX",
350
+ Al: "AL",
351
+ Dz: "DZ",
352
+ As: "AS",
353
+ Ad: "AD",
354
+ Ao: "AO",
355
+ Ai: "AI",
356
+ Aq: "AQ",
357
+ Ag: "AG",
358
+ Ar: "AR",
359
+ Am: "AM",
360
+ Aw: "AW",
361
+ Au: "AU",
362
+ At: "AT",
363
+ Az: "AZ",
364
+ Bs: "BS",
365
+ Bh: "BH",
366
+ Bd: "BD",
367
+ Bb: "BB",
368
+ By: "BY",
369
+ Be: "BE",
370
+ Bz: "BZ",
371
+ Bj: "BJ",
372
+ Bm: "BM",
373
+ Bt: "BT",
374
+ Bo: "BO",
375
+ Ba: "BA",
376
+ Bw: "BW",
377
+ Bv: "BV",
378
+ Br: "BR",
379
+ Io: "IO",
380
+ Bn: "BN",
381
+ Bg: "BG",
382
+ Bf: "BF",
383
+ Bi: "BI",
384
+ Kh: "KH",
385
+ Cm: "CM",
386
+ Ca: "CA",
387
+ Cv: "CV",
388
+ Ky: "KY",
389
+ Cf: "CF",
390
+ Td: "TD",
391
+ Cl: "CL",
392
+ Cn: "CN",
393
+ Cx: "CX",
394
+ Cc: "CC",
395
+ Co: "CO",
396
+ Km: "KM",
397
+ Cg: "CG",
398
+ Cd: "CD",
399
+ Ck: "CK",
400
+ Cr: "CR",
401
+ Ci: "CI",
402
+ Hr: "HR",
403
+ Cu: "CU",
404
+ Cw: "CW",
405
+ Cy: "CY",
406
+ Cz: "CZ",
407
+ Dk: "DK",
408
+ Dj: "DJ",
409
+ Dm: "DM",
410
+ Do: "DO",
411
+ Ec: "EC",
412
+ Eg: "EG",
413
+ Sv: "SV",
414
+ Gq: "GQ",
415
+ Er: "ER",
416
+ Ee: "EE",
417
+ Et: "ET",
418
+ Fk: "FK",
419
+ Fo: "FO",
420
+ Fj: "FJ",
421
+ Fi: "FI",
422
+ Fr: "FR",
423
+ Gf: "GF",
424
+ Pf: "PF",
425
+ Tf: "TF",
426
+ Ga: "GA",
427
+ Gm: "GM",
428
+ Ge: "GE",
429
+ De: "DE",
430
+ Gh: "GH",
431
+ Gi: "GI",
432
+ Gr: "GR",
433
+ Gl: "GL",
434
+ Gd: "GD",
435
+ Gp: "GP",
436
+ Gu: "GU",
437
+ Gt: "GT",
438
+ Gg: "GG",
439
+ Gn: "GN",
440
+ Gw: "GW",
441
+ Gy: "GY",
442
+ Ht: "HT",
443
+ Hm: "HM",
444
+ Va: "VA",
445
+ Hn: "HN",
446
+ Hk: "HK",
447
+ Hu: "HU",
448
+ Is: "IS",
449
+ In: "IN",
450
+ Id: "ID",
451
+ Ir: "IR",
452
+ Iq: "IQ",
453
+ Ie: "IE",
454
+ Im: "IM",
455
+ Il: "IL",
456
+ It: "IT",
457
+ Jm: "JM",
458
+ Jp: "JP",
459
+ Je: "JE",
460
+ Jo: "JO",
461
+ Kz: "KZ",
462
+ Ke: "KE",
463
+ Ki: "KI",
464
+ Kr: "KR",
465
+ Kw: "KW",
466
+ Kg: "KG",
467
+ La: "LA",
468
+ Lv: "LV",
469
+ Lb: "LB",
470
+ Ls: "LS",
471
+ Lr: "LR",
472
+ Ly: "LY",
473
+ Li: "LI",
474
+ Lt: "LT",
475
+ Lu: "LU",
476
+ Mo: "MO",
477
+ Mk: "MK",
478
+ Mg: "MG",
479
+ Mw: "MW",
480
+ My: "MY",
481
+ Mv: "MV",
482
+ Ml: "ML",
483
+ Mt: "MT",
484
+ Mh: "MH",
485
+ Mq: "MQ",
486
+ Mr: "MR",
487
+ Mu: "MU",
488
+ Yt: "YT",
489
+ Mx: "MX",
490
+ Fm: "FM",
491
+ Md: "MD",
492
+ Mc: "MC",
493
+ Mn: "MN",
494
+ Me: "ME",
495
+ Ms: "MS",
496
+ Ma: "MA",
497
+ Mz: "MZ",
498
+ Mm: "MM",
499
+ Na: "NA",
500
+ Nr: "NR",
501
+ Np: "NP",
502
+ Nl: "NL",
503
+ An: "AN",
504
+ Nc: "NC",
505
+ Nz: "NZ",
506
+ Ni: "NI",
507
+ Ne: "NE",
508
+ Ng: "NG",
509
+ Nu: "NU",
510
+ Nf: "NF",
511
+ Mp: "MP",
512
+ No: "NO",
513
+ Om: "OM",
514
+ Pk: "PK",
515
+ Pw: "PW",
516
+ Ps: "PS",
517
+ Pa: "PA",
518
+ Pg: "PG",
519
+ Py: "PY",
520
+ Pe: "PE",
521
+ Ph: "PH",
522
+ Pn: "PN",
523
+ Pl: "PL",
524
+ Pt: "PT",
525
+ Pr: "PR",
526
+ Qa: "QA",
527
+ Re: "RE",
528
+ Ro: "RO",
529
+ Ru: "RU",
530
+ Rw: "RW",
531
+ Bl: "BL",
532
+ Sh: "SH",
533
+ Kn: "KN",
534
+ Lc: "LC",
535
+ Mf: "MF",
536
+ Pm: "PM",
537
+ Vc: "VC",
538
+ Ws: "WS",
539
+ Sm: "SM",
540
+ St: "ST",
541
+ Sa: "SA",
542
+ Sn: "SN",
543
+ Ss: "SS",
544
+ Rs: "RS",
545
+ Sc: "SC",
546
+ Sl: "SL",
547
+ Sg: "SG",
548
+ Sk: "SK",
549
+ Si: "SI",
550
+ Sb: "SB",
551
+ So: "SO",
552
+ Za: "ZA",
553
+ Gs: "GS",
554
+ Es: "ES",
555
+ Lk: "LK",
556
+ Sd: "SD",
557
+ Sr: "SR",
558
+ Sj: "SJ",
559
+ Sz: "SZ",
560
+ Se: "SE",
561
+ Ch: "CH",
562
+ Sy: "SY",
563
+ Tw: "TW",
564
+ Tj: "TJ",
565
+ Tz: "TZ",
566
+ Th: "TH",
567
+ Tl: "TL",
568
+ Tg: "TG",
569
+ Tk: "TK",
570
+ To: "TO",
571
+ Tt: "TT",
572
+ Tn: "TN",
573
+ Tr: "TR",
574
+ Tm: "TM",
575
+ Tc: "TC",
576
+ Tv: "TV",
577
+ Ug: "UG",
578
+ Ua: "UA",
579
+ Ae: "AE",
580
+ Gb: "GB",
581
+ Us: "US",
582
+ Um: "UM",
583
+ Uy: "UY",
584
+ Uz: "UZ",
585
+ Vu: "VU",
586
+ Ve: "VE",
587
+ Vn: "VN",
588
+ Vg: "VG",
589
+ Vi: "VI",
590
+ Wf: "WF",
591
+ Eh: "EH",
592
+ Ye: "YE",
593
+ Zm: "ZM",
594
+ Zw: "ZW",
595
+ Bq: "BQ",
596
+ Kp: "KP",
597
+ Sx: "SX",
598
+ Xk: "XK",
599
+ Ac: "AC",
600
+ };
601
+ /**
602
+ * The type of actor. [Read more information on actor types here](/docs/actors).
603
+ */
604
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11 = {
605
+ ApiToken: "api-token",
606
+ WorkspaceMember: "workspace-member",
607
+ System: "system",
608
+ App: "app",
609
+ };
610
+ /**
611
+ * The type of actor. [Read more information on actor types here](/docs/actors).
612
+ */
613
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10 = {
614
+ ApiToken: "api-token",
615
+ WorkspaceMember: "workspace-member",
616
+ System: "system",
617
+ App: "app",
618
+ };
619
+ /**
620
+ * The type of actor. [Read more information on actor types here](/docs/actors).
621
+ */
622
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9 = {
623
+ ApiToken: "api-token",
624
+ WorkspaceMember: "workspace-member",
625
+ System: "system",
626
+ App: "app",
627
+ };
628
+ /**
629
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
630
+ */
631
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1 = {
632
+ Af: "AF",
633
+ Ax: "AX",
634
+ Al: "AL",
635
+ Dz: "DZ",
636
+ As: "AS",
637
+ Ad: "AD",
638
+ Ao: "AO",
639
+ Ai: "AI",
640
+ Aq: "AQ",
641
+ Ag: "AG",
642
+ Ar: "AR",
643
+ Am: "AM",
644
+ Aw: "AW",
645
+ Au: "AU",
646
+ At: "AT",
647
+ Az: "AZ",
648
+ Bs: "BS",
649
+ Bh: "BH",
650
+ Bd: "BD",
651
+ Bb: "BB",
652
+ By: "BY",
653
+ Be: "BE",
654
+ Bz: "BZ",
655
+ Bj: "BJ",
656
+ Bm: "BM",
657
+ Bt: "BT",
658
+ Bo: "BO",
659
+ Ba: "BA",
660
+ Bw: "BW",
661
+ Bv: "BV",
662
+ Br: "BR",
663
+ Io: "IO",
664
+ Bn: "BN",
665
+ Bg: "BG",
666
+ Bf: "BF",
667
+ Bi: "BI",
668
+ Kh: "KH",
669
+ Cm: "CM",
670
+ Ca: "CA",
671
+ Cv: "CV",
672
+ Ky: "KY",
673
+ Cf: "CF",
674
+ Td: "TD",
675
+ Cl: "CL",
676
+ Cn: "CN",
677
+ Cx: "CX",
678
+ Cc: "CC",
679
+ Co: "CO",
680
+ Km: "KM",
681
+ Cg: "CG",
682
+ Cd: "CD",
683
+ Ck: "CK",
684
+ Cr: "CR",
685
+ Ci: "CI",
686
+ Hr: "HR",
687
+ Cu: "CU",
688
+ Cw: "CW",
689
+ Cy: "CY",
690
+ Cz: "CZ",
691
+ Dk: "DK",
692
+ Dj: "DJ",
693
+ Dm: "DM",
694
+ Do: "DO",
695
+ Ec: "EC",
696
+ Eg: "EG",
697
+ Sv: "SV",
698
+ Gq: "GQ",
699
+ Er: "ER",
700
+ Ee: "EE",
701
+ Et: "ET",
702
+ Fk: "FK",
703
+ Fo: "FO",
704
+ Fj: "FJ",
705
+ Fi: "FI",
706
+ Fr: "FR",
707
+ Gf: "GF",
708
+ Pf: "PF",
709
+ Tf: "TF",
710
+ Ga: "GA",
711
+ Gm: "GM",
712
+ Ge: "GE",
713
+ De: "DE",
714
+ Gh: "GH",
715
+ Gi: "GI",
716
+ Gr: "GR",
717
+ Gl: "GL",
718
+ Gd: "GD",
719
+ Gp: "GP",
720
+ Gu: "GU",
721
+ Gt: "GT",
722
+ Gg: "GG",
723
+ Gn: "GN",
724
+ Gw: "GW",
725
+ Gy: "GY",
726
+ Ht: "HT",
727
+ Hm: "HM",
728
+ Va: "VA",
729
+ Hn: "HN",
730
+ Hk: "HK",
731
+ Hu: "HU",
732
+ Is: "IS",
733
+ In: "IN",
734
+ Id: "ID",
735
+ Ir: "IR",
736
+ Iq: "IQ",
737
+ Ie: "IE",
738
+ Im: "IM",
739
+ Il: "IL",
740
+ It: "IT",
741
+ Jm: "JM",
742
+ Jp: "JP",
743
+ Je: "JE",
744
+ Jo: "JO",
745
+ Kz: "KZ",
746
+ Ke: "KE",
747
+ Ki: "KI",
748
+ Kr: "KR",
749
+ Kw: "KW",
750
+ Kg: "KG",
751
+ La: "LA",
752
+ Lv: "LV",
753
+ Lb: "LB",
754
+ Ls: "LS",
755
+ Lr: "LR",
756
+ Ly: "LY",
757
+ Li: "LI",
758
+ Lt: "LT",
759
+ Lu: "LU",
760
+ Mo: "MO",
761
+ Mk: "MK",
762
+ Mg: "MG",
763
+ Mw: "MW",
764
+ My: "MY",
765
+ Mv: "MV",
766
+ Ml: "ML",
767
+ Mt: "MT",
768
+ Mh: "MH",
769
+ Mq: "MQ",
770
+ Mr: "MR",
771
+ Mu: "MU",
772
+ Yt: "YT",
773
+ Mx: "MX",
774
+ Fm: "FM",
775
+ Md: "MD",
776
+ Mc: "MC",
777
+ Mn: "MN",
778
+ Me: "ME",
779
+ Ms: "MS",
780
+ Ma: "MA",
781
+ Mz: "MZ",
782
+ Mm: "MM",
783
+ Na: "NA",
784
+ Nr: "NR",
785
+ Np: "NP",
786
+ Nl: "NL",
787
+ An: "AN",
788
+ Nc: "NC",
789
+ Nz: "NZ",
790
+ Ni: "NI",
791
+ Ne: "NE",
792
+ Ng: "NG",
793
+ Nu: "NU",
794
+ Nf: "NF",
795
+ Mp: "MP",
796
+ No: "NO",
797
+ Om: "OM",
798
+ Pk: "PK",
799
+ Pw: "PW",
800
+ Ps: "PS",
801
+ Pa: "PA",
802
+ Pg: "PG",
803
+ Py: "PY",
804
+ Pe: "PE",
805
+ Ph: "PH",
806
+ Pn: "PN",
807
+ Pl: "PL",
808
+ Pt: "PT",
809
+ Pr: "PR",
810
+ Qa: "QA",
811
+ Re: "RE",
812
+ Ro: "RO",
813
+ Ru: "RU",
814
+ Rw: "RW",
815
+ Bl: "BL",
816
+ Sh: "SH",
817
+ Kn: "KN",
818
+ Lc: "LC",
819
+ Mf: "MF",
820
+ Pm: "PM",
821
+ Vc: "VC",
822
+ Ws: "WS",
823
+ Sm: "SM",
824
+ St: "ST",
825
+ Sa: "SA",
826
+ Sn: "SN",
827
+ Ss: "SS",
828
+ Rs: "RS",
829
+ Sc: "SC",
830
+ Sl: "SL",
831
+ Sg: "SG",
832
+ Sk: "SK",
833
+ Si: "SI",
834
+ Sb: "SB",
835
+ So: "SO",
836
+ Za: "ZA",
837
+ Gs: "GS",
838
+ Es: "ES",
839
+ Lk: "LK",
840
+ Sd: "SD",
841
+ Sr: "SR",
842
+ Sj: "SJ",
843
+ Sz: "SZ",
844
+ Se: "SE",
845
+ Ch: "CH",
846
+ Sy: "SY",
847
+ Tw: "TW",
848
+ Tj: "TJ",
849
+ Tz: "TZ",
850
+ Th: "TH",
851
+ Tl: "TL",
852
+ Tg: "TG",
853
+ Tk: "TK",
854
+ To: "TO",
855
+ Tt: "TT",
856
+ Tn: "TN",
857
+ Tr: "TR",
858
+ Tm: "TM",
859
+ Tc: "TC",
860
+ Tv: "TV",
861
+ Ug: "UG",
862
+ Ua: "UA",
863
+ Ae: "AE",
864
+ Gb: "GB",
865
+ Us: "US",
866
+ Um: "UM",
867
+ Uy: "UY",
868
+ Uz: "UZ",
869
+ Vu: "VU",
870
+ Ve: "VE",
871
+ Vn: "VN",
872
+ Vg: "VG",
873
+ Vi: "VI",
874
+ Wf: "WF",
875
+ Eh: "EH",
876
+ Ye: "YE",
877
+ Zm: "ZM",
878
+ Zw: "ZW",
879
+ Bq: "BQ",
880
+ Kp: "KP",
881
+ Sx: "SX",
882
+ Xk: "XK",
883
+ Ac: "AC",
884
+ };
885
+ /**
886
+ * The type of actor. [Read more information on actor types here](/docs/actors).
887
+ */
888
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8 = {
889
+ ApiToken: "api-token",
890
+ WorkspaceMember: "workspace-member",
891
+ System: "system",
892
+ App: "app",
893
+ };
894
+ /**
895
+ * The type of interaction e.g. calendar or email.
896
+ */
897
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType = {
898
+ CalendarEvent: "calendar-event",
899
+ Call: "call",
900
+ ChatThread: "chat-thread",
901
+ Email: "email",
902
+ InPersonMeeting: "in-person-meeting",
903
+ Meeting: "meeting",
904
+ };
905
+ /**
906
+ * The type of actor. [Read more information on actor types here](/docs/actors).
907
+ */
908
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType = {
909
+ ApiToken: "api-token",
910
+ WorkspaceMember: "workspace-member",
911
+ System: "system",
912
+ App: "app",
913
+ };
914
+ /**
915
+ * The type of actor. [Read more information on actor types here](/docs/actors).
916
+ */
917
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7 = {
918
+ ApiToken: "api-token",
919
+ WorkspaceMember: "workspace-member",
920
+ System: "system",
921
+ App: "app",
922
+ };
923
+ /**
924
+ * The type of actor. [Read more information on actor types here](/docs/actors).
925
+ */
926
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6 = {
927
+ ApiToken: "api-token",
928
+ WorkspaceMember: "workspace-member",
929
+ System: "system",
930
+ App: "app",
931
+ };
932
+ /**
933
+ * The type of actor. [Read more information on actor types here](/docs/actors).
934
+ */
935
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5 = {
936
+ ApiToken: "api-token",
937
+ WorkspaceMember: "workspace-member",
938
+ System: "system",
939
+ App: "app",
940
+ };
941
+ /**
942
+ * The type of actor. [Read more information on actor types here](/docs/actors).
943
+ */
944
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4 = {
945
+ ApiToken: "api-token",
946
+ WorkspaceMember: "workspace-member",
947
+ System: "system",
948
+ App: "app",
949
+ };
950
+ /**
951
+ * The type of actor. [Read more information on actor types here](/docs/actors).
952
+ */
953
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3 = {
954
+ ApiToken: "api-token",
955
+ WorkspaceMember: "workspace-member",
956
+ System: "system",
957
+ App: "app",
958
+ };
959
+ /**
960
+ * The ISO4217 currency code representing the currency that the value is stored in.
961
+ */
962
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode = {
963
+ Ars: "ARS",
964
+ Aud: "AUD",
965
+ Brl: "BRL",
966
+ Bgn: "BGN",
967
+ Cad: "CAD",
968
+ Clp: "CLP",
969
+ Cny: "CNY",
970
+ Cop: "COP",
971
+ Czk: "CZK",
972
+ Dkk: "DKK",
973
+ Eur: "EUR",
974
+ Hkd: "HKD",
975
+ Huf: "HUF",
976
+ Isk: "ISK",
977
+ Inr: "INR",
978
+ Ils: "ILS",
979
+ Jpy: "JPY",
980
+ Kes: "KES",
981
+ Krw: "KRW",
982
+ Myr: "MYR",
983
+ Mxn: "MXN",
984
+ Ntd: "NTD",
985
+ Nzd: "NZD",
986
+ Ngn: "NGN",
987
+ Nok: "NOK",
988
+ Xpf: "XPF",
989
+ Pen: "PEN",
990
+ Php: "PHP",
991
+ Pln: "PLN",
992
+ Gbp: "GBP",
993
+ Rwf: "RWF",
994
+ Sar: "SAR",
995
+ Sgd: "SGD",
996
+ Zar: "ZAR",
997
+ Sek: "SEK",
998
+ Chf: "CHF",
999
+ Thb: "THB",
1000
+ Aed: "AED",
1001
+ Uyu: "UYU",
1002
+ Usd: "USD",
1003
+ };
1004
+ /**
1005
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1006
+ */
1007
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2 = {
1008
+ ApiToken: "api-token",
1009
+ WorkspaceMember: "workspace-member",
1010
+ System: "system",
1011
+ App: "app",
1012
+ };
1013
+ /**
1014
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1015
+ */
1016
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1 = {
1017
+ ApiToken: "api-token",
1018
+ WorkspaceMember: "workspace-member",
1019
+ System: "system",
1020
+ App: "app",
1021
+ };
1022
+ /**
1023
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1024
+ */
1025
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType = {
1026
+ ApiToken: "api-token",
1027
+ WorkspaceMember: "workspace-member",
1028
+ System: "system",
1029
+ App: "app",
1030
+ };
1031
+ /** @internal */
1032
+ exports.GetV2TargetIdentifierAttributesAttributeTarget$outboundSchema = z.enum(exports.GetV2TargetIdentifierAttributesAttributeTarget);
1033
+ /** @internal */
1034
+ exports.GetV2TargetIdentifierAttributesAttributeRequest$outboundSchema = z.object({
1035
+ target: exports.GetV2TargetIdentifierAttributesAttributeTarget$outboundSchema,
1036
+ identifier: z.string(),
1037
+ attribute: z.string(),
1038
+ });
1039
+ function getV2TargetIdentifierAttributesAttributeRequestToJSON(getV2TargetIdentifierAttributesAttributeRequest) {
1040
+ return JSON.stringify(exports.GetV2TargetIdentifierAttributesAttributeRequest$outboundSchema.parse(getV2TargetIdentifierAttributesAttributeRequest));
1041
+ }
1042
+ /** @internal */
1043
+ exports.GetV2TargetIdentifierAttributesAttributeType$inboundSchema = z.enum(exports.GetV2TargetIdentifierAttributesAttributeType);
1044
+ /** @internal */
1045
+ exports.GetV2TargetIdentifierAttributesAttributeCode$inboundSchema = z.enum(exports.GetV2TargetIdentifierAttributesAttributeCode);
1046
+ /** @internal */
1047
+ exports.GetV2TargetIdentifierAttributesAttributeResponse$inboundSchema = z
1048
+ .object({
1049
+ data: models.Attribute$inboundSchema,
1050
+ });
1051
+ function getV2TargetIdentifierAttributesAttributeResponseFromJSON(jsonString) {
1052
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2TargetIdentifierAttributesAttributeResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetV2TargetIdentifierAttributesAttributeResponse' from JSON`);
1053
+ }
1054
+ /** @internal */
1055
+ exports.PatchV2TargetIdentifierAttributesAttributeTarget$outboundSchema = z
1056
+ .enum(exports.PatchV2TargetIdentifierAttributesAttributeTarget);
1057
+ /** @internal */
1058
+ exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$outboundSchema = z.object({
1059
+ type: z.literal("static"),
1060
+ template: z.array(models.InputValueUnion$outboundSchema),
1061
+ });
1062
+ function patchV2TargetIdentifierAttributesAttributeDefaultValueStaticToJSON(patchV2TargetIdentifierAttributesAttributeDefaultValueStatic) {
1063
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$outboundSchema
1064
+ .parse(patchV2TargetIdentifierAttributesAttributeDefaultValueStatic));
1065
+ }
1066
+ /** @internal */
1067
+ exports.PatchV2TargetIdentifierAttributesAttributeTemplate$outboundSchema = z
1068
+ .enum(exports.PatchV2TargetIdentifierAttributesAttributeTemplate);
1069
+ /** @internal */
1070
+ exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$outboundSchema = z.object({
1071
+ type: z.literal("dynamic"),
1072
+ template: z.any(),
1073
+ });
1074
+ function patchV2TargetIdentifierAttributesAttributeDefaultValueDynamicToJSON(patchV2TargetIdentifierAttributesAttributeDefaultValueDynamic) {
1075
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$outboundSchema
1076
+ .parse(patchV2TargetIdentifierAttributesAttributeDefaultValueDynamic));
1077
+ }
1078
+ /** @internal */
1079
+ exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion$outboundSchema = z.union([
1080
+ z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$outboundSchema),
1081
+ z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$outboundSchema),
1082
+ ]);
1083
+ function patchV2TargetIdentifierAttributesAttributeDefaultValueUnionToJSON(patchV2TargetIdentifierAttributesAttributeDefaultValueUnion) {
1084
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueUnion$outboundSchema
1085
+ .parse(patchV2TargetIdentifierAttributesAttributeDefaultValueUnion));
1086
+ }
1087
+ /** @internal */
1088
+ exports.PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode$outboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode);
1089
+ /** @internal */
1090
+ exports.PatchV2TargetIdentifierAttributesAttributeDisplayType$outboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeDisplayType);
1091
+ /** @internal */
1092
+ exports.PatchV2TargetIdentifierAttributesAttributeCurrency$outboundSchema = z.pipe(z.object({
1093
+ defaultCurrencyCode: exports.PatchV2TargetIdentifierAttributesAttributeDefaultCurrencyCode$outboundSchema,
1094
+ displayType: exports.PatchV2TargetIdentifierAttributesAttributeDisplayType$outboundSchema,
1095
+ }), z.transform((v) => {
1096
+ return (0, primitives_js_1.remap)(v, {
1097
+ defaultCurrencyCode: "default_currency_code",
1098
+ displayType: "display_type",
1099
+ });
1100
+ }));
1101
+ function patchV2TargetIdentifierAttributesAttributeCurrencyToJSON(patchV2TargetIdentifierAttributesAttributeCurrency) {
1102
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeCurrency$outboundSchema.parse(patchV2TargetIdentifierAttributesAttributeCurrency));
1103
+ }
1104
+ /** @internal */
1105
+ exports.PatchV2TargetIdentifierAttributesAttributeRecordReference$outboundSchema = z.pipe(z.object({
1106
+ allowedObjects: z.array(z.string()),
1107
+ }), z.transform((v) => {
1108
+ return (0, primitives_js_1.remap)(v, {
1109
+ allowedObjects: "allowed_objects",
1110
+ });
1111
+ }));
1112
+ function patchV2TargetIdentifierAttributesAttributeRecordReferenceToJSON(patchV2TargetIdentifierAttributesAttributeRecordReference) {
1113
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeRecordReference$outboundSchema
1114
+ .parse(patchV2TargetIdentifierAttributesAttributeRecordReference));
1115
+ }
1116
+ /** @internal */
1117
+ exports.PatchV2TargetIdentifierAttributesAttributeConfig$outboundSchema = z.pipe(z.object({
1118
+ currency: z.optional(z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeCurrency$outboundSchema)),
1119
+ recordReference: z.optional(z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeRecordReference$outboundSchema)),
1120
+ }), z.transform((v) => {
1121
+ return (0, primitives_js_1.remap)(v, {
1122
+ recordReference: "record_reference",
1123
+ });
1124
+ }));
1125
+ function patchV2TargetIdentifierAttributesAttributeConfigToJSON(patchV2TargetIdentifierAttributesAttributeConfig) {
1126
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeConfig$outboundSchema.parse(patchV2TargetIdentifierAttributesAttributeConfig));
1127
+ }
1128
+ /** @internal */
1129
+ exports.PatchV2TargetIdentifierAttributesAttributeData$outboundSchema = z.pipe(z.object({
1130
+ title: z.optional(z.string()),
1131
+ description: z.optional(z.nullable(z.string())),
1132
+ apiSlug: z.optional(z.string()),
1133
+ isRequired: z.optional(z.boolean()),
1134
+ isUnique: z.optional(z.boolean()),
1135
+ defaultValue: z.optional(z.nullable(z.union([
1136
+ z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueDynamic$outboundSchema),
1137
+ z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeDefaultValueStatic$outboundSchema),
1138
+ ]))),
1139
+ config: z.optional(z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeConfig$outboundSchema)),
1140
+ isArchived: z.optional(z.boolean()),
1141
+ }), z.transform((v) => {
1142
+ return (0, primitives_js_1.remap)(v, {
1143
+ apiSlug: "api_slug",
1144
+ isRequired: "is_required",
1145
+ isUnique: "is_unique",
1146
+ defaultValue: "default_value",
1147
+ isArchived: "is_archived",
1148
+ });
1149
+ }));
1150
+ function patchV2TargetIdentifierAttributesAttributeDataToJSON(patchV2TargetIdentifierAttributesAttributeData) {
1151
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeData$outboundSchema.parse(patchV2TargetIdentifierAttributesAttributeData));
1152
+ }
1153
+ /** @internal */
1154
+ exports.PatchV2TargetIdentifierAttributesAttributeRequestBody$outboundSchema = z.object({
1155
+ data: z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeData$outboundSchema),
1156
+ });
1157
+ function patchV2TargetIdentifierAttributesAttributeRequestBodyToJSON(patchV2TargetIdentifierAttributesAttributeRequestBody) {
1158
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeRequestBody$outboundSchema.parse(patchV2TargetIdentifierAttributesAttributeRequestBody));
1159
+ }
1160
+ /** @internal */
1161
+ exports.PatchV2TargetIdentifierAttributesAttributeRequest$outboundSchema = z.object({
1162
+ target: exports.PatchV2TargetIdentifierAttributesAttributeTarget$outboundSchema,
1163
+ identifier: z.string(),
1164
+ attribute: z.string(),
1165
+ body: z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeRequestBody$outboundSchema),
1166
+ });
1167
+ function patchV2TargetIdentifierAttributesAttributeRequestToJSON(patchV2TargetIdentifierAttributesAttributeRequest) {
1168
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeRequest$outboundSchema.parse(patchV2TargetIdentifierAttributesAttributeRequest));
1169
+ }
1170
+ /** @internal */
1171
+ exports.PatchV2TargetIdentifierAttributesAttributeBadRequestType$inboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeBadRequestType);
1172
+ /** @internal */
1173
+ exports.CodeSystemEditUnauthorized$inboundSchema = z.enum(exports.CodeSystemEditUnauthorized);
1174
+ /** @internal */
1175
+ exports.PatchV2TargetIdentifierAttributesAttributeResponse$inboundSchema = z
1176
+ .object({
1177
+ data: models.Attribute$inboundSchema,
1178
+ });
1179
+ function patchV2TargetIdentifierAttributesAttributeResponseFromJSON(jsonString) {
1180
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PatchV2TargetIdentifierAttributesAttributeResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PatchV2TargetIdentifierAttributesAttributeResponse' from JSON`);
1181
+ }
1182
+ /** @internal */
1183
+ exports.GetV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema = z.enum(exports.GetV2TargetIdentifierAttributesAttributeOptionsTarget);
1184
+ /** @internal */
1185
+ exports.GetV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema = z.pipe(z.object({
1186
+ target: exports.GetV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema,
1187
+ identifier: z.string(),
1188
+ attribute: z.string(),
1189
+ showArchived: z.optional(z.boolean()),
1190
+ }), z.transform((v) => {
1191
+ return (0, primitives_js_1.remap)(v, {
1192
+ showArchived: "show_archived",
1193
+ });
1194
+ }));
1195
+ function getV2TargetIdentifierAttributesAttributeOptionsRequestToJSON(getV2TargetIdentifierAttributesAttributeOptionsRequest) {
1196
+ return JSON.stringify(exports.GetV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema.parse(getV2TargetIdentifierAttributesAttributeOptionsRequest));
1197
+ }
1198
+ /** @internal */
1199
+ exports.GetV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema = z.object({
1200
+ data: z.array(models.SelectOption$inboundSchema),
1201
+ });
1202
+ function getV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON(jsonString) {
1203
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema
1204
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2TargetIdentifierAttributesAttributeOptionsResponse' from JSON`);
1205
+ }
1206
+ /** @internal */
1207
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeOptionsTarget);
1208
+ /** @internal */
1209
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsData$outboundSchema = z.object({
1210
+ title: z.string(),
1211
+ });
1212
+ function postV2TargetIdentifierAttributesAttributeOptionsDataToJSON(postV2TargetIdentifierAttributesAttributeOptionsData) {
1213
+ return JSON.stringify(exports.PostV2TargetIdentifierAttributesAttributeOptionsData$outboundSchema.parse(postV2TargetIdentifierAttributesAttributeOptionsData));
1214
+ }
1215
+ /** @internal */
1216
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$outboundSchema = z.object({
1217
+ data: z.lazy(() => exports.PostV2TargetIdentifierAttributesAttributeOptionsData$outboundSchema),
1218
+ });
1219
+ function postV2TargetIdentifierAttributesAttributeOptionsRequestBodyToJSON(postV2TargetIdentifierAttributesAttributeOptionsRequestBody) {
1220
+ return JSON.stringify(exports.PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$outboundSchema
1221
+ .parse(postV2TargetIdentifierAttributesAttributeOptionsRequestBody));
1222
+ }
1223
+ /** @internal */
1224
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema = z.object({
1225
+ target: exports.PostV2TargetIdentifierAttributesAttributeOptionsTarget$outboundSchema,
1226
+ identifier: z.string(),
1227
+ attribute: z.string(),
1228
+ body: z.lazy(() => exports.PostV2TargetIdentifierAttributesAttributeOptionsRequestBody$outboundSchema),
1229
+ });
1230
+ function postV2TargetIdentifierAttributesAttributeOptionsRequestToJSON(postV2TargetIdentifierAttributesAttributeOptionsRequest) {
1231
+ return JSON.stringify(exports.PostV2TargetIdentifierAttributesAttributeOptionsRequest$outboundSchema
1232
+ .parse(postV2TargetIdentifierAttributesAttributeOptionsRequest));
1233
+ }
1234
+ /** @internal */
1235
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictType$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictType);
1236
+ /** @internal */
1237
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictCode$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeOptionsConflictCode);
1238
+ /** @internal */
1239
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeOptionsBadRequestType);
1240
+ /** @internal */
1241
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeOptionsCodeValidationType);
1242
+ /** @internal */
1243
+ exports.PostV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema = z.object({
1244
+ data: models.SelectOption$inboundSchema,
1245
+ });
1246
+ function postV2TargetIdentifierAttributesAttributeOptionsResponseFromJSON(jsonString) {
1247
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PostV2TargetIdentifierAttributesAttributeOptionsResponse$inboundSchema
1248
+ .parse(JSON.parse(x)), `Failed to parse 'PostV2TargetIdentifierAttributesAttributeOptionsResponse' from JSON`);
1249
+ }
1250
+ /** @internal */
1251
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget$outboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget);
1252
+ /** @internal */
1253
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$outboundSchema = z.pipe(z.object({
1254
+ title: z.optional(z.string()),
1255
+ isArchived: z.optional(z.boolean()),
1256
+ }), z.transform((v) => {
1257
+ return (0, primitives_js_1.remap)(v, {
1258
+ isArchived: "is_archived",
1259
+ });
1260
+ }));
1261
+ function patchV2TargetIdentifierAttributesAttributeOptionsOptionDataToJSON(patchV2TargetIdentifierAttributesAttributeOptionsOptionData) {
1262
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$outboundSchema
1263
+ .parse(patchV2TargetIdentifierAttributesAttributeOptionsOptionData));
1264
+ }
1265
+ /** @internal */
1266
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$outboundSchema = z.object({
1267
+ data: z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionData$outboundSchema),
1268
+ });
1269
+ function patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBodyToJSON(patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody) {
1270
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$outboundSchema
1271
+ .parse(patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody));
1272
+ }
1273
+ /** @internal */
1274
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest$outboundSchema = z.object({
1275
+ target: exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionTarget$outboundSchema,
1276
+ identifier: z.string(),
1277
+ attribute: z.string(),
1278
+ option: z.string(),
1279
+ body: z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequestBody$outboundSchema),
1280
+ });
1281
+ function patchV2TargetIdentifierAttributesAttributeOptionsOptionRequestToJSON(patchV2TargetIdentifierAttributesAttributeOptionsOptionRequest) {
1282
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionRequest$outboundSchema
1283
+ .parse(patchV2TargetIdentifierAttributesAttributeOptionsOptionRequest));
1284
+ }
1285
+ /** @internal */
1286
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType$inboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionBadRequestType);
1287
+ /** @internal */
1288
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound$inboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionCodeValueNotFound);
1289
+ /** @internal */
1290
+ exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse$inboundSchema = z.object({
1291
+ data: models.SelectOption$inboundSchema,
1292
+ });
1293
+ function patchV2TargetIdentifierAttributesAttributeOptionsOptionResponseFromJSON(jsonString) {
1294
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse$inboundSchema
1295
+ .parse(JSON.parse(x)), `Failed to parse 'PatchV2TargetIdentifierAttributesAttributeOptionsOptionResponse' from JSON`);
1296
+ }
1297
+ /** @internal */
1298
+ exports.GetV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema = z.enum(exports.GetV2TargetIdentifierAttributesAttributeStatusesTarget);
1299
+ /** @internal */
1300
+ exports.GetV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema = z.pipe(z.object({
1301
+ target: exports.GetV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema,
1302
+ identifier: z.string(),
1303
+ attribute: z.string(),
1304
+ showArchived: z._default(z.boolean(), false),
1305
+ }), z.transform((v) => {
1306
+ return (0, primitives_js_1.remap)(v, {
1307
+ showArchived: "show_archived",
1308
+ });
1309
+ }));
1310
+ function getV2TargetIdentifierAttributesAttributeStatusesRequestToJSON(getV2TargetIdentifierAttributesAttributeStatusesRequest) {
1311
+ return JSON.stringify(exports.GetV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema
1312
+ .parse(getV2TargetIdentifierAttributesAttributeStatusesRequest));
1313
+ }
1314
+ /** @internal */
1315
+ exports.GetV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema = z.object({
1316
+ data: z.array(models.Status$inboundSchema),
1317
+ });
1318
+ function getV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON(jsonString) {
1319
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema
1320
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2TargetIdentifierAttributesAttributeStatusesResponse' from JSON`);
1321
+ }
1322
+ /** @internal */
1323
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeStatusesTarget);
1324
+ /** @internal */
1325
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesData$outboundSchema = z.pipe(z.object({
1326
+ title: z.string(),
1327
+ celebrationEnabled: z._default(z.boolean(), false),
1328
+ targetTimeInStatus: z.optional(z.nullable(z.string())),
1329
+ }), z.transform((v) => {
1330
+ return (0, primitives_js_1.remap)(v, {
1331
+ celebrationEnabled: "celebration_enabled",
1332
+ targetTimeInStatus: "target_time_in_status",
1333
+ });
1334
+ }));
1335
+ function postV2TargetIdentifierAttributesAttributeStatusesDataToJSON(postV2TargetIdentifierAttributesAttributeStatusesData) {
1336
+ return JSON.stringify(exports.PostV2TargetIdentifierAttributesAttributeStatusesData$outboundSchema.parse(postV2TargetIdentifierAttributesAttributeStatusesData));
1337
+ }
1338
+ /** @internal */
1339
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$outboundSchema = z.object({
1340
+ data: z.lazy(() => exports.PostV2TargetIdentifierAttributesAttributeStatusesData$outboundSchema),
1341
+ });
1342
+ function postV2TargetIdentifierAttributesAttributeStatusesRequestBodyToJSON(postV2TargetIdentifierAttributesAttributeStatusesRequestBody) {
1343
+ return JSON.stringify(exports.PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$outboundSchema
1344
+ .parse(postV2TargetIdentifierAttributesAttributeStatusesRequestBody));
1345
+ }
1346
+ /** @internal */
1347
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema = z.object({
1348
+ target: exports.PostV2TargetIdentifierAttributesAttributeStatusesTarget$outboundSchema,
1349
+ identifier: z.string(),
1350
+ attribute: z.string(),
1351
+ body: z.lazy(() => exports.PostV2TargetIdentifierAttributesAttributeStatusesRequestBody$outboundSchema),
1352
+ });
1353
+ function postV2TargetIdentifierAttributesAttributeStatusesRequestToJSON(postV2TargetIdentifierAttributesAttributeStatusesRequest) {
1354
+ return JSON.stringify(exports.PostV2TargetIdentifierAttributesAttributeStatusesRequest$outboundSchema
1355
+ .parse(postV2TargetIdentifierAttributesAttributeStatusesRequest));
1356
+ }
1357
+ /** @internal */
1358
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictType$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictType);
1359
+ /** @internal */
1360
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictCode$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeStatusesConflictCode);
1361
+ /** @internal */
1362
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeStatusesBadRequestType);
1363
+ /** @internal */
1364
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType$inboundSchema = z.enum(exports.PostV2TargetIdentifierAttributesAttributeStatusesCodeValidationType);
1365
+ /** @internal */
1366
+ exports.PostV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema = z.object({
1367
+ data: models.Status$inboundSchema,
1368
+ });
1369
+ function postV2TargetIdentifierAttributesAttributeStatusesResponseFromJSON(jsonString) {
1370
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PostV2TargetIdentifierAttributesAttributeStatusesResponse$inboundSchema
1371
+ .parse(JSON.parse(x)), `Failed to parse 'PostV2TargetIdentifierAttributesAttributeStatusesResponse' from JSON`);
1372
+ }
1373
+ /** @internal */
1374
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget$outboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget);
1375
+ /** @internal */
1376
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$outboundSchema = z.pipe(z.object({
1377
+ title: z.optional(z.string()),
1378
+ celebrationEnabled: z._default(z.boolean(), false),
1379
+ targetTimeInStatus: z.optional(z.nullable(z.string())),
1380
+ isArchived: z.optional(z.boolean()),
1381
+ }), z.transform((v) => {
1382
+ return (0, primitives_js_1.remap)(v, {
1383
+ celebrationEnabled: "celebration_enabled",
1384
+ targetTimeInStatus: "target_time_in_status",
1385
+ isArchived: "is_archived",
1386
+ });
1387
+ }));
1388
+ function patchV2TargetIdentifierAttributesAttributeStatusesStatusDataToJSON(patchV2TargetIdentifierAttributesAttributeStatusesStatusData) {
1389
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$outboundSchema
1390
+ .parse(patchV2TargetIdentifierAttributesAttributeStatusesStatusData));
1391
+ }
1392
+ /** @internal */
1393
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$outboundSchema = z.object({
1394
+ data: z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusData$outboundSchema),
1395
+ });
1396
+ function patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBodyToJSON(patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody) {
1397
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$outboundSchema
1398
+ .parse(patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody));
1399
+ }
1400
+ /** @internal */
1401
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest$outboundSchema = z.object({
1402
+ target: exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusTarget$outboundSchema,
1403
+ identifier: z.string(),
1404
+ attribute: z.string(),
1405
+ status: z.string(),
1406
+ body: z.lazy(() => exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequestBody$outboundSchema),
1407
+ });
1408
+ function patchV2TargetIdentifierAttributesAttributeStatusesStatusRequestToJSON(patchV2TargetIdentifierAttributesAttributeStatusesStatusRequest) {
1409
+ return JSON.stringify(exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusRequest$outboundSchema
1410
+ .parse(patchV2TargetIdentifierAttributesAttributeStatusesStatusRequest));
1411
+ }
1412
+ /** @internal */
1413
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType$inboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusBadRequestType);
1414
+ /** @internal */
1415
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound$inboundSchema = z.enum(exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusCodeValueNotFound);
1416
+ /** @internal */
1417
+ exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse$inboundSchema = z.object({
1418
+ data: models.Status$inboundSchema,
1419
+ });
1420
+ function patchV2TargetIdentifierAttributesAttributeStatusesStatusResponseFromJSON(jsonString) {
1421
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse$inboundSchema
1422
+ .parse(JSON.parse(x)), `Failed to parse 'PatchV2TargetIdentifierAttributesAttributeStatusesStatusResponse' from JSON`);
1423
+ }
1424
+ /** @internal */
1425
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest$outboundSchema = z.pipe(z.object({
1426
+ object: z.string(),
1427
+ recordId: z.string(),
1428
+ attribute: z.string(),
1429
+ showHistoric: z._default(z.boolean(), false),
1430
+ limit: z.optional(z.int()),
1431
+ offset: z.optional(z.int()),
1432
+ }), z.transform((v) => {
1433
+ return (0, primitives_js_1.remap)(v, {
1434
+ recordId: "record_id",
1435
+ showHistoric: "show_historic",
1436
+ });
1437
+ }));
1438
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequestToJSON(getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest) {
1439
+ return JSON.stringify(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest$outboundSchema
1440
+ .parse(getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesRequest));
1441
+ }
1442
+ /** @internal */
1443
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType$inboundSchema = z.enum(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesBadRequestType);
1444
+ /** @internal */
1445
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType$inboundSchema = z.enum(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCodeValidationType);
1446
+ /** @internal */
1447
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17);
1448
+ /** @internal */
1449
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17$inboundSchema = z.object({
1450
+ id: z.optional(z.nullable(types.string())),
1451
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType17$inboundSchema)),
1452
+ });
1453
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17FromJSON(jsonString) {
1454
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17$inboundSchema
1455
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17' from JSON`);
1456
+ }
1457
+ /** @internal */
1458
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp$inboundSchema = z.pipe(z.object({
1459
+ active_from: types.date(),
1460
+ active_until: types.nullable(types.date()),
1461
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor17$inboundSchema),
1462
+ attribute_type: types.literal("timestamp"),
1463
+ value: types.date(),
1464
+ }), z.transform((v) => {
1465
+ return (0, primitives_js_1.remap)(v, {
1466
+ "active_from": "activeFrom",
1467
+ "active_until": "activeUntil",
1468
+ "created_by_actor": "createdByActor",
1469
+ "attribute_type": "attributeType",
1470
+ });
1471
+ }));
1472
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestampFromJSON(jsonString) {
1473
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp$inboundSchema
1474
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp' from JSON`);
1475
+ }
1476
+ /** @internal */
1477
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16);
1478
+ /** @internal */
1479
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16$inboundSchema = z.object({
1480
+ id: z.optional(z.nullable(types.string())),
1481
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType16$inboundSchema)),
1482
+ });
1483
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16FromJSON(jsonString) {
1484
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16$inboundSchema
1485
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16' from JSON`);
1486
+ }
1487
+ /** @internal */
1488
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText$inboundSchema = z.pipe(z.object({
1489
+ active_from: types.date(),
1490
+ active_until: types.nullable(types.date()),
1491
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor16$inboundSchema),
1492
+ value: types.string(),
1493
+ attribute_type: types.literal("text"),
1494
+ }), z.transform((v) => {
1495
+ return (0, primitives_js_1.remap)(v, {
1496
+ "active_from": "activeFrom",
1497
+ "active_until": "activeUntil",
1498
+ "created_by_actor": "createdByActor",
1499
+ "attribute_type": "attributeType",
1500
+ });
1501
+ }));
1502
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTextFromJSON(jsonString) {
1503
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText$inboundSchema
1504
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText' from JSON`);
1505
+ }
1506
+ /** @internal */
1507
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15);
1508
+ /** @internal */
1509
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15$inboundSchema = z.object({
1510
+ id: z.optional(z.nullable(types.string())),
1511
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType15$inboundSchema)),
1512
+ });
1513
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15FromJSON(jsonString) {
1514
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15$inboundSchema
1515
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15' from JSON`);
1516
+ }
1517
+ /** @internal */
1518
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect$inboundSchema = z.pipe(z.object({
1519
+ active_from: types.date(),
1520
+ active_until: types.nullable(types.date()),
1521
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor15$inboundSchema),
1522
+ option: models.SelectOption$inboundSchema,
1523
+ attribute_type: types.literal("select"),
1524
+ }), z.transform((v) => {
1525
+ return (0, primitives_js_1.remap)(v, {
1526
+ "active_from": "activeFrom",
1527
+ "active_until": "activeUntil",
1528
+ "created_by_actor": "createdByActor",
1529
+ "attribute_type": "attributeType",
1530
+ });
1531
+ }));
1532
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelectFromJSON(jsonString) {
1533
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect$inboundSchema
1534
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect' from JSON`);
1535
+ }
1536
+ /** @internal */
1537
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14);
1538
+ /** @internal */
1539
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14$inboundSchema = z.object({
1540
+ id: z.optional(z.nullable(types.string())),
1541
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType14$inboundSchema)),
1542
+ });
1543
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14FromJSON(jsonString) {
1544
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14$inboundSchema
1545
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14' from JSON`);
1546
+ }
1547
+ /** @internal */
1548
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating$inboundSchema = z.pipe(z.object({
1549
+ active_from: types.date(),
1550
+ active_until: types.nullable(types.date()),
1551
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor14$inboundSchema),
1552
+ value: types.number(),
1553
+ attribute_type: types.literal("rating"),
1554
+ }), z.transform((v) => {
1555
+ return (0, primitives_js_1.remap)(v, {
1556
+ "active_from": "activeFrom",
1557
+ "active_until": "activeUntil",
1558
+ "created_by_actor": "createdByActor",
1559
+ "attribute_type": "attributeType",
1560
+ });
1561
+ }));
1562
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRatingFromJSON(jsonString) {
1563
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating$inboundSchema
1564
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating' from JSON`);
1565
+ }
1566
+ /** @internal */
1567
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13);
1568
+ /** @internal */
1569
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13$inboundSchema = z.object({
1570
+ id: z.optional(z.nullable(types.string())),
1571
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType13$inboundSchema)),
1572
+ });
1573
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13FromJSON(jsonString) {
1574
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13$inboundSchema
1575
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13' from JSON`);
1576
+ }
1577
+ /** @internal */
1578
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus$inboundSchema = z.pipe(z.object({
1579
+ active_from: types.date(),
1580
+ active_until: types.nullable(types.date()),
1581
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor13$inboundSchema),
1582
+ status: models.Status$inboundSchema,
1583
+ attribute_type: types.literal("status"),
1584
+ }), z.transform((v) => {
1585
+ return (0, primitives_js_1.remap)(v, {
1586
+ "active_from": "activeFrom",
1587
+ "active_until": "activeUntil",
1588
+ "created_by_actor": "createdByActor",
1589
+ "attribute_type": "attributeType",
1590
+ });
1591
+ }));
1592
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatusFromJSON(jsonString) {
1593
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus$inboundSchema
1594
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus' from JSON`);
1595
+ }
1596
+ /** @internal */
1597
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12);
1598
+ /** @internal */
1599
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12$inboundSchema = z.object({
1600
+ id: z.optional(z.nullable(types.string())),
1601
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType12$inboundSchema)),
1602
+ });
1603
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12FromJSON(jsonString) {
1604
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12$inboundSchema
1605
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12' from JSON`);
1606
+ }
1607
+ /** @internal */
1608
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2);
1609
+ /** @internal */
1610
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber$inboundSchema = z.pipe(z.object({
1611
+ active_from: types.date(),
1612
+ active_until: types.nullable(types.date()),
1613
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor12$inboundSchema),
1614
+ original_phone_number: types.string(),
1615
+ country_code: exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode2$inboundSchema,
1616
+ phone_number: types.string(),
1617
+ attribute_type: types.literal("phone-number"),
1618
+ }), z.transform((v) => {
1619
+ return (0, primitives_js_1.remap)(v, {
1620
+ "active_from": "activeFrom",
1621
+ "active_until": "activeUntil",
1622
+ "created_by_actor": "createdByActor",
1623
+ "original_phone_number": "originalPhoneNumber",
1624
+ "country_code": "countryCode",
1625
+ "phone_number": "phoneNumber",
1626
+ "attribute_type": "attributeType",
1627
+ });
1628
+ }));
1629
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumberFromJSON(jsonString) {
1630
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber$inboundSchema
1631
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber' from JSON`);
1632
+ }
1633
+ /** @internal */
1634
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11);
1635
+ /** @internal */
1636
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11$inboundSchema = z.object({
1637
+ id: z.optional(z.nullable(types.string())),
1638
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType11$inboundSchema)),
1639
+ });
1640
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11FromJSON(jsonString) {
1641
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11$inboundSchema
1642
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11' from JSON`);
1643
+ }
1644
+ /** @internal */
1645
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName$inboundSchema = z.pipe(z.object({
1646
+ active_from: types.date(),
1647
+ active_until: types.nullable(types.date()),
1648
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor11$inboundSchema),
1649
+ first_name: types.string(),
1650
+ last_name: types.string(),
1651
+ full_name: types.string(),
1652
+ attribute_type: types.literal("personal-name"),
1653
+ }), z.transform((v) => {
1654
+ return (0, primitives_js_1.remap)(v, {
1655
+ "active_from": "activeFrom",
1656
+ "active_until": "activeUntil",
1657
+ "created_by_actor": "createdByActor",
1658
+ "first_name": "firstName",
1659
+ "last_name": "lastName",
1660
+ "full_name": "fullName",
1661
+ "attribute_type": "attributeType",
1662
+ });
1663
+ }));
1664
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalNameFromJSON(jsonString) {
1665
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName$inboundSchema
1666
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName' from JSON`);
1667
+ }
1668
+ /** @internal */
1669
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10);
1670
+ /** @internal */
1671
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10$inboundSchema = z.object({
1672
+ id: z.optional(z.nullable(types.string())),
1673
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType10$inboundSchema)),
1674
+ });
1675
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10FromJSON(jsonString) {
1676
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10$inboundSchema
1677
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10' from JSON`);
1678
+ }
1679
+ /** @internal */
1680
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber$inboundSchema = z.pipe(z.object({
1681
+ active_from: types.date(),
1682
+ active_until: types.nullable(types.date()),
1683
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor10$inboundSchema),
1684
+ value: types.number(),
1685
+ attribute_type: types.literal("number"),
1686
+ }), z.transform((v) => {
1687
+ return (0, primitives_js_1.remap)(v, {
1688
+ "active_from": "activeFrom",
1689
+ "active_until": "activeUntil",
1690
+ "created_by_actor": "createdByActor",
1691
+ "attribute_type": "attributeType",
1692
+ });
1693
+ }));
1694
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumberFromJSON(jsonString) {
1695
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber$inboundSchema
1696
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber' from JSON`);
1697
+ }
1698
+ /** @internal */
1699
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9);
1700
+ /** @internal */
1701
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9$inboundSchema = z.object({
1702
+ id: z.optional(z.nullable(types.string())),
1703
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType9$inboundSchema)),
1704
+ });
1705
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9FromJSON(jsonString) {
1706
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9$inboundSchema
1707
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9' from JSON`);
1708
+ }
1709
+ /** @internal */
1710
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1);
1711
+ /** @internal */
1712
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation$inboundSchema = z.pipe(z.object({
1713
+ active_from: types.date(),
1714
+ active_until: types.nullable(types.date()),
1715
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor9$inboundSchema),
1716
+ line_1: types.nullable(types.string()),
1717
+ line_2: types.nullable(types.string()),
1718
+ line_3: types.nullable(types.string()),
1719
+ line_4: types.nullable(types.string()),
1720
+ locality: types.nullable(types.string()),
1721
+ region: types.nullable(types.string()),
1722
+ postcode: types.nullable(types.string()),
1723
+ country_code: types.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCountryCode1$inboundSchema),
1724
+ latitude: types.nullable(types.string()),
1725
+ longitude: types.nullable(types.string()),
1726
+ attribute_type: types.literal("location"),
1727
+ }), z.transform((v) => {
1728
+ return (0, primitives_js_1.remap)(v, {
1729
+ "active_from": "activeFrom",
1730
+ "active_until": "activeUntil",
1731
+ "created_by_actor": "createdByActor",
1732
+ "line_1": "line1",
1733
+ "line_2": "line2",
1734
+ "line_3": "line3",
1735
+ "line_4": "line4",
1736
+ "country_code": "countryCode",
1737
+ "attribute_type": "attributeType",
1738
+ });
1739
+ }));
1740
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocationFromJSON(jsonString) {
1741
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation$inboundSchema
1742
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation' from JSON`);
1743
+ }
1744
+ /** @internal */
1745
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8);
1746
+ /** @internal */
1747
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8$inboundSchema = z.object({
1748
+ id: z.optional(z.nullable(types.string())),
1749
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType8$inboundSchema)),
1750
+ });
1751
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8FromJSON(jsonString) {
1752
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8$inboundSchema
1753
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8' from JSON`);
1754
+ }
1755
+ /** @internal */
1756
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType);
1757
+ /** @internal */
1758
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType);
1759
+ /** @internal */
1760
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor$inboundSchema = z.object({
1761
+ id: z.optional(z.nullable(types.string())),
1762
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorType$inboundSchema)),
1763
+ });
1764
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActorFromJSON(jsonString) {
1765
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor$inboundSchema
1766
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor' from JSON`);
1767
+ }
1768
+ /** @internal */
1769
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction$inboundSchema = z.pipe(z.object({
1770
+ active_from: types.date(),
1771
+ active_until: types.nullable(types.date()),
1772
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor8$inboundSchema),
1773
+ interaction_type: exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesInteractionType$inboundSchema,
1774
+ interacted_at: types.date(),
1775
+ owner_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesOwnerActor$inboundSchema),
1776
+ attribute_type: types.literal("interaction"),
1777
+ }), z.transform((v) => {
1778
+ return (0, primitives_js_1.remap)(v, {
1779
+ "active_from": "activeFrom",
1780
+ "active_until": "activeUntil",
1781
+ "created_by_actor": "createdByActor",
1782
+ "interaction_type": "interactionType",
1783
+ "interacted_at": "interactedAt",
1784
+ "owner_actor": "ownerActor",
1785
+ "attribute_type": "attributeType",
1786
+ });
1787
+ }));
1788
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteractionFromJSON(jsonString) {
1789
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction$inboundSchema
1790
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction' from JSON`);
1791
+ }
1792
+ /** @internal */
1793
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7);
1794
+ /** @internal */
1795
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7$inboundSchema = z.object({
1796
+ id: z.optional(z.nullable(types.string())),
1797
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType7$inboundSchema)),
1798
+ });
1799
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7FromJSON(jsonString) {
1800
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7$inboundSchema
1801
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7' from JSON`);
1802
+ }
1803
+ /** @internal */
1804
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference$inboundSchema = z.pipe(z.object({
1805
+ active_from: types.date(),
1806
+ active_until: types.nullable(types.date()),
1807
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor7$inboundSchema),
1808
+ target_object: types.string(),
1809
+ target_record_id: types.string(),
1810
+ attribute_type: types.literal("record-reference"),
1811
+ }), z.transform((v) => {
1812
+ return (0, primitives_js_1.remap)(v, {
1813
+ "active_from": "activeFrom",
1814
+ "active_until": "activeUntil",
1815
+ "created_by_actor": "createdByActor",
1816
+ "target_object": "targetObject",
1817
+ "target_record_id": "targetRecordId",
1818
+ "attribute_type": "attributeType",
1819
+ });
1820
+ }));
1821
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReferenceFromJSON(jsonString) {
1822
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference$inboundSchema
1823
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference' from JSON`);
1824
+ }
1825
+ /** @internal */
1826
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6);
1827
+ /** @internal */
1828
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6$inboundSchema = z.object({
1829
+ id: z.optional(z.nullable(types.string())),
1830
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType6$inboundSchema)),
1831
+ });
1832
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6FromJSON(jsonString) {
1833
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6$inboundSchema
1834
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6' from JSON`);
1835
+ }
1836
+ /** @internal */
1837
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress$inboundSchema = z.pipe(z.object({
1838
+ active_from: types.date(),
1839
+ active_until: types.nullable(types.date()),
1840
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor6$inboundSchema),
1841
+ original_email_address: types.string(),
1842
+ email_address: types.string(),
1843
+ email_domain: types.string(),
1844
+ email_root_domain: types.string(),
1845
+ email_local_specifier: types.string(),
1846
+ attribute_type: types.literal("email-address"),
1847
+ }), z.transform((v) => {
1848
+ return (0, primitives_js_1.remap)(v, {
1849
+ "active_from": "activeFrom",
1850
+ "active_until": "activeUntil",
1851
+ "created_by_actor": "createdByActor",
1852
+ "original_email_address": "originalEmailAddress",
1853
+ "email_address": "emailAddress",
1854
+ "email_domain": "emailDomain",
1855
+ "email_root_domain": "emailRootDomain",
1856
+ "email_local_specifier": "emailLocalSpecifier",
1857
+ "attribute_type": "attributeType",
1858
+ });
1859
+ }));
1860
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddressFromJSON(jsonString) {
1861
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress$inboundSchema
1862
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress' from JSON`);
1863
+ }
1864
+ /** @internal */
1865
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5);
1866
+ /** @internal */
1867
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5$inboundSchema = z.object({
1868
+ id: z.optional(z.nullable(types.string())),
1869
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType5$inboundSchema)),
1870
+ });
1871
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5FromJSON(jsonString) {
1872
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5$inboundSchema
1873
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5' from JSON`);
1874
+ }
1875
+ /** @internal */
1876
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain$inboundSchema = z.pipe(z.object({
1877
+ active_from: types.date(),
1878
+ active_until: types.nullable(types.date()),
1879
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor5$inboundSchema),
1880
+ domain: types.string(),
1881
+ root_domain: types.string(),
1882
+ attribute_type: types.literal("domain"),
1883
+ }), z.transform((v) => {
1884
+ return (0, primitives_js_1.remap)(v, {
1885
+ "active_from": "activeFrom",
1886
+ "active_until": "activeUntil",
1887
+ "created_by_actor": "createdByActor",
1888
+ "root_domain": "rootDomain",
1889
+ "attribute_type": "attributeType",
1890
+ });
1891
+ }));
1892
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomainFromJSON(jsonString) {
1893
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain$inboundSchema
1894
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain' from JSON`);
1895
+ }
1896
+ /** @internal */
1897
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4);
1898
+ /** @internal */
1899
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4$inboundSchema = z.object({
1900
+ id: z.optional(z.nullable(types.string())),
1901
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType4$inboundSchema)),
1902
+ });
1903
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4FromJSON(jsonString) {
1904
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4$inboundSchema
1905
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4' from JSON`);
1906
+ }
1907
+ /** @internal */
1908
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate$inboundSchema = z.pipe(z.object({
1909
+ active_from: types.date(),
1910
+ active_until: types.nullable(types.date()),
1911
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor4$inboundSchema),
1912
+ attribute_type: types.literal("date"),
1913
+ value: types.string(),
1914
+ }), z.transform((v) => {
1915
+ return (0, primitives_js_1.remap)(v, {
1916
+ "active_from": "activeFrom",
1917
+ "active_until": "activeUntil",
1918
+ "created_by_actor": "createdByActor",
1919
+ "attribute_type": "attributeType",
1920
+ });
1921
+ }));
1922
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDateFromJSON(jsonString) {
1923
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate$inboundSchema
1924
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate' from JSON`);
1925
+ }
1926
+ /** @internal */
1927
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3);
1928
+ /** @internal */
1929
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3$inboundSchema = z.object({
1930
+ id: z.optional(z.nullable(types.string())),
1931
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType3$inboundSchema)),
1932
+ });
1933
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3FromJSON(jsonString) {
1934
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3$inboundSchema
1935
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3' from JSON`);
1936
+ }
1937
+ /** @internal */
1938
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode);
1939
+ /** @internal */
1940
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency$inboundSchema = z.pipe(z.object({
1941
+ active_from: types.date(),
1942
+ active_until: types.nullable(types.date()),
1943
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor3$inboundSchema),
1944
+ currency_value: types.number(),
1945
+ currency_code: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCurrencyCode$inboundSchema)),
1946
+ attribute_type: types.literal("currency"),
1947
+ }), z.transform((v) => {
1948
+ return (0, primitives_js_1.remap)(v, {
1949
+ "active_from": "activeFrom",
1950
+ "active_until": "activeUntil",
1951
+ "created_by_actor": "createdByActor",
1952
+ "currency_value": "currencyValue",
1953
+ "currency_code": "currencyCode",
1954
+ "attribute_type": "attributeType",
1955
+ });
1956
+ }));
1957
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrencyFromJSON(jsonString) {
1958
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency$inboundSchema
1959
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency' from JSON`);
1960
+ }
1961
+ /** @internal */
1962
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2);
1963
+ /** @internal */
1964
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2$inboundSchema = z.object({
1965
+ id: z.optional(z.nullable(types.string())),
1966
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType2$inboundSchema)),
1967
+ });
1968
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2FromJSON(jsonString) {
1969
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2$inboundSchema
1970
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2' from JSON`);
1971
+ }
1972
+ /** @internal */
1973
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox$inboundSchema = z.pipe(z.object({
1974
+ active_from: types.date(),
1975
+ active_until: types.nullable(types.date()),
1976
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor2$inboundSchema),
1977
+ value: types.boolean(),
1978
+ attribute_type: types.literal("checkbox"),
1979
+ }), z.transform((v) => {
1980
+ return (0, primitives_js_1.remap)(v, {
1981
+ "active_from": "activeFrom",
1982
+ "active_until": "activeUntil",
1983
+ "created_by_actor": "createdByActor",
1984
+ "attribute_type": "attributeType",
1985
+ });
1986
+ }));
1987
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckboxFromJSON(jsonString) {
1988
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox$inboundSchema
1989
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox' from JSON`);
1990
+ }
1991
+ /** @internal */
1992
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1);
1993
+ /** @internal */
1994
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1$inboundSchema = z.object({
1995
+ id: z.optional(z.nullable(types.string())),
1996
+ type: z.optional(z.nullable(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActorType1$inboundSchema)),
1997
+ });
1998
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1FromJSON(jsonString) {
1999
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1$inboundSchema
2000
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1' from JSON`);
2001
+ }
2002
+ /** @internal */
2003
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType$inboundSchema = openEnums.inboundSchema(exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType);
2004
+ /** @internal */
2005
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference$inboundSchema = z.pipe(z.object({
2006
+ active_from: types.date(),
2007
+ active_until: types.nullable(types.date()),
2008
+ created_by_actor: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesCreatedByActor1$inboundSchema),
2009
+ referenced_actor_type: exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesReferencedActorType$inboundSchema,
2010
+ referenced_actor_id: types.nullable(types.string()),
2011
+ attribute_type: types.literal("actor-reference"),
2012
+ }), z.transform((v) => {
2013
+ return (0, primitives_js_1.remap)(v, {
2014
+ "active_from": "activeFrom",
2015
+ "active_until": "activeUntil",
2016
+ "created_by_actor": "createdByActor",
2017
+ "referenced_actor_type": "referencedActorType",
2018
+ "referenced_actor_id": "referencedActorId",
2019
+ "attribute_type": "attributeType",
2020
+ });
2021
+ }));
2022
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReferenceFromJSON(jsonString) {
2023
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference$inboundSchema
2024
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference' from JSON`);
2025
+ }
2026
+ /** @internal */
2027
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion$inboundSchema = (0, discriminated_union_js_1.discriminatedUnion)("attribute_type", {
2028
+ ["actor-reference"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference$inboundSchema),
2029
+ checkbox: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox$inboundSchema),
2030
+ currency: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency$inboundSchema),
2031
+ date: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate$inboundSchema),
2032
+ domain: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain$inboundSchema),
2033
+ ["email-address"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress$inboundSchema),
2034
+ ["record-reference"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference$inboundSchema),
2035
+ interaction: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction$inboundSchema),
2036
+ location: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation$inboundSchema),
2037
+ number: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber$inboundSchema),
2038
+ ["personal-name"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName$inboundSchema),
2039
+ ["phone-number"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber$inboundSchema),
2040
+ status: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus$inboundSchema),
2041
+ rating: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating$inboundSchema),
2042
+ select: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect$inboundSchema),
2043
+ text: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText$inboundSchema),
2044
+ timestamp: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp$inboundSchema),
2045
+ }, { outputPropertyName: "attributeType" });
2046
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnionFromJSON(jsonString) {
2047
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion$inboundSchema
2048
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataUnion' from JSON`);
2049
+ }
2050
+ /** @internal */
2051
+ exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse$inboundSchema = z.object({
2052
+ data: z.array((0, discriminated_union_js_1.discriminatedUnion)("attribute_type", {
2053
+ ["actor-reference"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataActorReference$inboundSchema),
2054
+ checkbox: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCheckbox$inboundSchema),
2055
+ currency: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataCurrency$inboundSchema),
2056
+ date: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDate$inboundSchema),
2057
+ domain: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataDomain$inboundSchema),
2058
+ ["email-address"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataEmailAddress$inboundSchema),
2059
+ ["record-reference"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRecordReference$inboundSchema),
2060
+ interaction: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataInteraction$inboundSchema),
2061
+ location: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataLocation$inboundSchema),
2062
+ number: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataNumber$inboundSchema),
2063
+ ["personal-name"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPersonalName$inboundSchema),
2064
+ ["phone-number"]: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataPhoneNumber$inboundSchema),
2065
+ status: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataStatus$inboundSchema),
2066
+ rating: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataRating$inboundSchema),
2067
+ select: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataSelect$inboundSchema),
2068
+ text: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataText$inboundSchema),
2069
+ timestamp: z.lazy(() => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesDataTimestamp$inboundSchema),
2070
+ }, { outputPropertyName: "attributeType" })),
2071
+ });
2072
+ function getV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponseFromJSON(jsonString) {
2073
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse$inboundSchema
2074
+ .parse(JSON.parse(x)), `Failed to parse 'GetV2ObjectsObjectRecordsRecordIdAttributesAttributeValuesResponse' from JSON`);
2075
+ }
2076
+ //# sourceMappingURL=get-v2-target-identifier-attributes-attribute.js.map