@interfere/attio 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (563) hide show
  1. package/README.md +123 -53
  2. package/dist/commonjs/funcs/files-delete-v2-files-file-id.d.ts +22 -0
  3. package/dist/commonjs/funcs/files-delete-v2-files-file-id.d.ts.map +1 -0
  4. package/dist/commonjs/funcs/files-delete-v2-files-file-id.js +128 -0
  5. package/dist/commonjs/funcs/files-delete-v2-files-file-id.js.map +1 -0
  6. package/dist/commonjs/funcs/files-get-v2-files-file-id-download.d.ts +21 -0
  7. package/dist/commonjs/funcs/files-get-v2-files-file-id-download.d.ts.map +1 -0
  8. package/dist/commonjs/funcs/files-get-v2-files-file-id-download.js +124 -0
  9. package/dist/commonjs/funcs/files-get-v2-files-file-id-download.js.map +1 -0
  10. package/dist/commonjs/funcs/files-get-v2-files-file-id.d.ts +22 -0
  11. package/dist/commonjs/funcs/files-get-v2-files-file-id.d.ts.map +1 -0
  12. package/dist/commonjs/funcs/files-get-v2-files-file-id.js +128 -0
  13. package/dist/commonjs/funcs/files-get-v2-files-file-id.js.map +1 -0
  14. package/dist/commonjs/funcs/files-get-v2-files.d.ts +21 -0
  15. package/dist/commonjs/funcs/files-get-v2-files.d.ts.map +1 -0
  16. package/dist/commonjs/funcs/files-get-v2-files.js +127 -0
  17. package/dist/commonjs/funcs/files-get-v2-files.js.map +1 -0
  18. package/dist/commonjs/funcs/files-post-v2-files-upload.d.ts +21 -0
  19. package/dist/commonjs/funcs/files-post-v2-files-upload.d.ts.map +1 -0
  20. package/dist/commonjs/funcs/files-post-v2-files-upload.js +148 -0
  21. package/dist/commonjs/funcs/files-post-v2-files-upload.js.map +1 -0
  22. package/dist/commonjs/funcs/files-post-v2-files.d.ts +21 -0
  23. package/dist/commonjs/funcs/files-post-v2-files.d.ts.map +1 -0
  24. package/dist/commonjs/funcs/files-post-v2-files.js +119 -0
  25. package/dist/commonjs/funcs/files-post-v2-files.js.map +1 -0
  26. package/dist/commonjs/funcs/notes-create.d.ts +1 -1
  27. package/dist/commonjs/funcs/notes-create.d.ts.map +1 -1
  28. package/dist/commonjs/funcs/notes-create.js +2 -2
  29. package/dist/commonjs/funcs/notes-create.js.map +1 -1
  30. package/dist/commonjs/funcs/scim-groups-get-scimv2-groups.d.ts +19 -0
  31. package/dist/commonjs/funcs/scim-groups-get-scimv2-groups.d.ts.map +1 -0
  32. package/dist/commonjs/funcs/scim-groups-get-scimv2-groups.js +106 -0
  33. package/dist/commonjs/funcs/scim-groups-get-scimv2-groups.js.map +1 -0
  34. package/dist/commonjs/funcs/scim-groups-post-scimv2-groups.d.ts +19 -0
  35. package/dist/commonjs/funcs/scim-groups-post-scimv2-groups.d.ts.map +1 -0
  36. package/dist/commonjs/funcs/scim-groups-post-scimv2-groups.js +106 -0
  37. package/dist/commonjs/funcs/scim-groups-post-scimv2-groups.js.map +1 -0
  38. package/dist/commonjs/funcs/scim-schemas-list.d.ts +1 -1
  39. package/dist/commonjs/funcs/scim-schemas-list.js +1 -1
  40. package/dist/commonjs/funcs/scim-users-get-scimv2-users.d.ts +19 -0
  41. package/dist/commonjs/funcs/scim-users-get-scimv2-users.d.ts.map +1 -0
  42. package/dist/commonjs/funcs/scim-users-get-scimv2-users.js +106 -0
  43. package/dist/commonjs/funcs/scim-users-get-scimv2-users.js.map +1 -0
  44. package/dist/commonjs/funcs/scim-users-post-scimv2-users.d.ts +19 -0
  45. package/dist/commonjs/funcs/scim-users-post-scimv2-users.d.ts.map +1 -0
  46. package/dist/commonjs/funcs/scim-users-post-scimv2-users.js +106 -0
  47. package/dist/commonjs/funcs/scim-users-post-scimv2-users.js.map +1 -0
  48. package/dist/commonjs/lib/config.d.ts +3 -3
  49. package/dist/commonjs/lib/config.js +3 -3
  50. package/dist/commonjs/lib/matchers.d.ts.map +1 -1
  51. package/dist/commonjs/lib/matchers.js +0 -1
  52. package/dist/commonjs/lib/matchers.js.map +1 -1
  53. package/dist/commonjs/lib/security.d.ts.map +1 -1
  54. package/dist/commonjs/lib/security.js +1 -2
  55. package/dist/commonjs/lib/security.js.map +1 -1
  56. package/dist/commonjs/models/connected-file.d.ts +107 -0
  57. package/dist/commonjs/models/connected-file.d.ts.map +1 -0
  58. package/dist/commonjs/models/connected-file.js +120 -0
  59. package/dist/commonjs/models/connected-file.js.map +1 -0
  60. package/dist/commonjs/models/connected-folder.d.ts +107 -0
  61. package/dist/commonjs/models/connected-folder.d.ts.map +1 -0
  62. package/dist/commonjs/models/connected-folder.js +120 -0
  63. package/dist/commonjs/models/connected-folder.js.map +1 -0
  64. package/dist/commonjs/models/errors/get-v2-files-file-id.d.ts +29 -0
  65. package/dist/commonjs/models/errors/get-v2-files-file-id.d.ts.map +1 -0
  66. package/dist/commonjs/models/errors/get-v2-files-file-id.js +78 -0
  67. package/dist/commonjs/models/errors/get-v2-files-file-id.js.map +1 -0
  68. package/dist/commonjs/models/errors/get-v2-objects-object.d.ts +25 -0
  69. package/dist/commonjs/models/errors/get-v2-objects-object.d.ts.map +1 -1
  70. package/dist/commonjs/models/errors/get-v2-objects-object.js +34 -1
  71. package/dist/commonjs/models/errors/get-v2-objects-object.js.map +1 -1
  72. package/dist/commonjs/models/errors/index.d.ts +1 -0
  73. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  74. package/dist/commonjs/models/errors/index.js +1 -0
  75. package/dist/commonjs/models/errors/index.js.map +1 -1
  76. package/dist/commonjs/models/file.d.ts +127 -0
  77. package/dist/commonjs/models/file.d.ts.map +1 -0
  78. package/dist/commonjs/models/file.js +132 -0
  79. package/dist/commonjs/models/file.js.map +1 -0
  80. package/dist/commonjs/models/folder.d.ts +107 -0
  81. package/dist/commonjs/models/folder.d.ts.map +1 -0
  82. package/dist/commonjs/models/folder.js +119 -0
  83. package/dist/commonjs/models/folder.js.map +1 -0
  84. package/dist/commonjs/models/index.d.ts +4 -0
  85. package/dist/commonjs/models/index.d.ts.map +1 -1
  86. package/dist/commonjs/models/index.js +4 -0
  87. package/dist/commonjs/models/index.js.map +1 -1
  88. package/dist/commonjs/models/operations/get-scim-v2-groups.d.ts +17 -0
  89. package/dist/commonjs/models/operations/get-scim-v2-groups.d.ts.map +1 -0
  90. package/dist/commonjs/models/operations/get-scim-v2-groups.js +60 -0
  91. package/dist/commonjs/models/operations/get-scim-v2-groups.js.map +1 -0
  92. package/dist/commonjs/models/operations/get-scim-v2-users.d.ts +17 -0
  93. package/dist/commonjs/models/operations/get-scim-v2-users.d.ts.map +1 -0
  94. package/dist/commonjs/models/operations/get-scim-v2-users.js +60 -0
  95. package/dist/commonjs/models/operations/get-scim-v2-users.js.map +1 -0
  96. package/dist/commonjs/models/operations/get-v2-files-file-id-download.d.ts +21 -0
  97. package/dist/commonjs/models/operations/get-v2-files-file-id-download.d.ts.map +1 -0
  98. package/dist/commonjs/models/operations/get-v2-files-file-id-download.js +61 -0
  99. package/dist/commonjs/models/operations/get-v2-files-file-id-download.js.map +1 -0
  100. package/dist/commonjs/models/operations/get-v2-files-file-id.d.ts +169 -0
  101. package/dist/commonjs/models/operations/get-v2-files-file-id.d.ts.map +1 -0
  102. package/dist/commonjs/models/operations/get-v2-files-file-id.js +187 -0
  103. package/dist/commonjs/models/operations/get-v2-files-file-id.js.map +1 -0
  104. package/dist/commonjs/models/operations/get-v2-files.d.ts +70 -0
  105. package/dist/commonjs/models/operations/get-v2-files.d.ts.map +1 -0
  106. package/dist/commonjs/models/operations/get-v2-files.js +114 -0
  107. package/dist/commonjs/models/operations/get-v2-files.js.map +1 -0
  108. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.d.ts +4402 -0
  109. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.d.ts.map +1 -0
  110. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.js +3773 -0
  111. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.js.map +1 -0
  112. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.d.ts +538 -0
  113. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.d.ts.map +1 -0
  114. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.js +499 -0
  115. package/dist/commonjs/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.js.map +1 -0
  116. package/dist/commonjs/models/operations/get-v2-self.d.ts +1 -1
  117. package/dist/commonjs/models/operations/get-v2-self.d.ts.map +1 -1
  118. package/dist/commonjs/models/operations/get-v2-self.js +1 -1
  119. package/dist/commonjs/models/operations/get-v2-self.js.map +1 -1
  120. package/dist/commonjs/models/operations/index.d.ts +15 -2
  121. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  122. package/dist/commonjs/models/operations/index.js +15 -2
  123. package/dist/commonjs/models/operations/index.js.map +1 -1
  124. package/dist/commonjs/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.d.ts +3854 -0
  125. package/dist/commonjs/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.d.ts.map +1 -0
  126. package/dist/commonjs/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.js +3221 -0
  127. package/dist/commonjs/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.js.map +1 -0
  128. package/dist/commonjs/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.d.ts +3675 -0
  129. package/dist/commonjs/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.d.ts.map +1 -0
  130. package/dist/commonjs/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.js +3065 -0
  131. package/dist/commonjs/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.js.map +1 -0
  132. package/dist/commonjs/models/operations/patch-v2-tasks-task-id-response.d.ts +583 -0
  133. package/dist/commonjs/models/operations/patch-v2-tasks-task-id-response.d.ts.map +1 -0
  134. package/dist/commonjs/models/operations/patch-v2-tasks-task-id-response.js +572 -0
  135. package/dist/commonjs/models/operations/patch-v2-tasks-task-id-response.js.map +1 -0
  136. package/dist/commonjs/models/operations/post-scim-v2-groups.d.ts +33 -0
  137. package/dist/commonjs/models/operations/post-scim-v2-groups.d.ts.map +1 -0
  138. package/dist/commonjs/models/operations/post-scim-v2-groups.js +80 -0
  139. package/dist/commonjs/models/operations/post-scim-v2-groups.js.map +1 -0
  140. package/dist/commonjs/models/operations/post-scim-v2-users.d.ts +51 -0
  141. package/dist/commonjs/models/operations/post-scim-v2-users.d.ts.map +1 -0
  142. package/dist/commonjs/models/operations/post-scim-v2-users.js +97 -0
  143. package/dist/commonjs/models/operations/post-scim-v2-users.js.map +1 -0
  144. package/dist/commonjs/models/operations/post-v2-files-upload.d.ts +54 -0
  145. package/dist/commonjs/models/operations/post-v2-files-upload.d.ts.map +1 -0
  146. package/dist/commonjs/models/operations/post-v2-files-upload.js +84 -0
  147. package/dist/commonjs/models/operations/post-v2-files-upload.js.map +1 -0
  148. package/dist/commonjs/models/operations/post-v2-files.d.ts +165 -0
  149. package/dist/commonjs/models/operations/post-v2-files.d.ts.map +1 -0
  150. package/dist/commonjs/models/operations/post-v2-files.js +159 -0
  151. package/dist/commonjs/models/operations/post-v2-files.js.map +1 -0
  152. package/dist/commonjs/models/operations/post-v2-tasks-assignee-workspace-member.d.ts +4040 -0
  153. package/dist/commonjs/models/operations/post-v2-tasks-assignee-workspace-member.d.ts.map +1 -0
  154. package/dist/commonjs/models/operations/post-v2-tasks-assignee-workspace-member.js +3440 -0
  155. package/dist/commonjs/models/operations/post-v2-tasks-assignee-workspace-member.js.map +1 -0
  156. package/dist/commonjs/sdk/files.d.ts +71 -0
  157. package/dist/commonjs/sdk/files.d.ts.map +1 -0
  158. package/dist/commonjs/sdk/files.js +96 -0
  159. package/dist/commonjs/sdk/files.js.map +1 -0
  160. package/dist/commonjs/sdk/scim-groups.d.ts +23 -0
  161. package/dist/commonjs/sdk/scim-groups.d.ts.map +1 -0
  162. package/dist/commonjs/sdk/scim-groups.js +36 -0
  163. package/dist/commonjs/sdk/scim-groups.js.map +1 -0
  164. package/dist/commonjs/sdk/scim-schemas.d.ts +1 -1
  165. package/dist/commonjs/sdk/scim-schemas.js +1 -1
  166. package/dist/commonjs/sdk/scim-users.d.ts +23 -0
  167. package/dist/commonjs/sdk/scim-users.d.ts.map +1 -0
  168. package/dist/commonjs/sdk/scim-users.js +36 -0
  169. package/dist/commonjs/sdk/scim-users.js.map +1 -0
  170. package/dist/commonjs/sdk/sdk.d.ts +9 -0
  171. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  172. package/dist/commonjs/sdk/sdk.js +12 -0
  173. package/dist/commonjs/sdk/sdk.js.map +1 -1
  174. package/dist/esm/funcs/files-delete-v2-files-file-id.d.ts +22 -0
  175. package/dist/esm/funcs/files-delete-v2-files-file-id.d.ts.map +1 -0
  176. package/dist/esm/funcs/files-delete-v2-files-file-id.js +92 -0
  177. package/dist/esm/funcs/files-delete-v2-files-file-id.js.map +1 -0
  178. package/dist/esm/funcs/files-get-v2-files-file-id-download.d.ts +21 -0
  179. package/dist/esm/funcs/files-get-v2-files-file-id-download.d.ts.map +1 -0
  180. package/dist/esm/funcs/files-get-v2-files-file-id-download.js +88 -0
  181. package/dist/esm/funcs/files-get-v2-files-file-id-download.js.map +1 -0
  182. package/dist/esm/funcs/files-get-v2-files-file-id.d.ts +22 -0
  183. package/dist/esm/funcs/files-get-v2-files-file-id.d.ts.map +1 -0
  184. package/dist/esm/funcs/files-get-v2-files-file-id.js +92 -0
  185. package/dist/esm/funcs/files-get-v2-files-file-id.js.map +1 -0
  186. package/dist/esm/funcs/files-get-v2-files.d.ts +21 -0
  187. package/dist/esm/funcs/files-get-v2-files.d.ts.map +1 -0
  188. package/dist/esm/funcs/files-get-v2-files.js +91 -0
  189. package/dist/esm/funcs/files-get-v2-files.js.map +1 -0
  190. package/dist/esm/funcs/files-post-v2-files-upload.d.ts +21 -0
  191. package/dist/esm/funcs/files-post-v2-files-upload.d.ts.map +1 -0
  192. package/dist/esm/funcs/files-post-v2-files-upload.js +112 -0
  193. package/dist/esm/funcs/files-post-v2-files-upload.js.map +1 -0
  194. package/dist/esm/funcs/files-post-v2-files.d.ts +21 -0
  195. package/dist/esm/funcs/files-post-v2-files.d.ts.map +1 -0
  196. package/dist/esm/funcs/files-post-v2-files.js +83 -0
  197. package/dist/esm/funcs/files-post-v2-files.js.map +1 -0
  198. package/dist/esm/funcs/notes-create.d.ts +1 -1
  199. package/dist/esm/funcs/notes-create.d.ts.map +1 -1
  200. package/dist/esm/funcs/notes-create.js +2 -2
  201. package/dist/esm/funcs/notes-create.js.map +1 -1
  202. package/dist/esm/funcs/scim-groups-get-scimv2-groups.d.ts +19 -0
  203. package/dist/esm/funcs/scim-groups-get-scimv2-groups.d.ts.map +1 -0
  204. package/dist/esm/funcs/scim-groups-get-scimv2-groups.js +70 -0
  205. package/dist/esm/funcs/scim-groups-get-scimv2-groups.js.map +1 -0
  206. package/dist/esm/funcs/scim-groups-post-scimv2-groups.d.ts +19 -0
  207. package/dist/esm/funcs/scim-groups-post-scimv2-groups.d.ts.map +1 -0
  208. package/dist/esm/funcs/scim-groups-post-scimv2-groups.js +70 -0
  209. package/dist/esm/funcs/scim-groups-post-scimv2-groups.js.map +1 -0
  210. package/dist/esm/funcs/scim-schemas-list.d.ts +1 -1
  211. package/dist/esm/funcs/scim-schemas-list.js +1 -1
  212. package/dist/esm/funcs/scim-users-get-scimv2-users.d.ts +19 -0
  213. package/dist/esm/funcs/scim-users-get-scimv2-users.d.ts.map +1 -0
  214. package/dist/esm/funcs/scim-users-get-scimv2-users.js +70 -0
  215. package/dist/esm/funcs/scim-users-get-scimv2-users.js.map +1 -0
  216. package/dist/esm/funcs/scim-users-post-scimv2-users.d.ts +19 -0
  217. package/dist/esm/funcs/scim-users-post-scimv2-users.d.ts.map +1 -0
  218. package/dist/esm/funcs/scim-users-post-scimv2-users.js +70 -0
  219. package/dist/esm/funcs/scim-users-post-scimv2-users.js.map +1 -0
  220. package/dist/esm/lib/config.d.ts +3 -3
  221. package/dist/esm/lib/config.js +3 -3
  222. package/dist/esm/lib/matchers.d.ts.map +1 -1
  223. package/dist/esm/lib/matchers.js +0 -1
  224. package/dist/esm/lib/matchers.js.map +1 -1
  225. package/dist/esm/lib/security.d.ts.map +1 -1
  226. package/dist/esm/lib/security.js +1 -2
  227. package/dist/esm/lib/security.js.map +1 -1
  228. package/dist/esm/models/connected-file.d.ts +107 -0
  229. package/dist/esm/models/connected-file.d.ts.map +1 -0
  230. package/dist/esm/models/connected-file.js +81 -0
  231. package/dist/esm/models/connected-file.js.map +1 -0
  232. package/dist/esm/models/connected-folder.d.ts +107 -0
  233. package/dist/esm/models/connected-folder.d.ts.map +1 -0
  234. package/dist/esm/models/connected-folder.js +81 -0
  235. package/dist/esm/models/connected-folder.js.map +1 -0
  236. package/dist/esm/models/errors/get-v2-files-file-id.d.ts +29 -0
  237. package/dist/esm/models/errors/get-v2-files-file-id.d.ts.map +1 -0
  238. package/dist/esm/models/errors/get-v2-files-file-id.js +41 -0
  239. package/dist/esm/models/errors/get-v2-files-file-id.js.map +1 -0
  240. package/dist/esm/models/errors/get-v2-objects-object.d.ts +25 -0
  241. package/dist/esm/models/errors/get-v2-objects-object.d.ts.map +1 -1
  242. package/dist/esm/models/errors/get-v2-objects-object.js +32 -0
  243. package/dist/esm/models/errors/get-v2-objects-object.js.map +1 -1
  244. package/dist/esm/models/errors/index.d.ts +1 -0
  245. package/dist/esm/models/errors/index.d.ts.map +1 -1
  246. package/dist/esm/models/errors/index.js +1 -0
  247. package/dist/esm/models/errors/index.js.map +1 -1
  248. package/dist/esm/models/file.d.ts +127 -0
  249. package/dist/esm/models/file.d.ts.map +1 -0
  250. package/dist/esm/models/file.js +93 -0
  251. package/dist/esm/models/file.js.map +1 -0
  252. package/dist/esm/models/folder.d.ts +107 -0
  253. package/dist/esm/models/folder.d.ts.map +1 -0
  254. package/dist/esm/models/folder.js +80 -0
  255. package/dist/esm/models/folder.js.map +1 -0
  256. package/dist/esm/models/index.d.ts +4 -0
  257. package/dist/esm/models/index.d.ts.map +1 -1
  258. package/dist/esm/models/index.js +4 -0
  259. package/dist/esm/models/index.js.map +1 -1
  260. package/dist/esm/models/operations/get-scim-v2-groups.d.ts +17 -0
  261. package/dist/esm/models/operations/get-scim-v2-groups.d.ts.map +1 -0
  262. package/dist/esm/models/operations/get-scim-v2-groups.js +23 -0
  263. package/dist/esm/models/operations/get-scim-v2-groups.js.map +1 -0
  264. package/dist/esm/models/operations/get-scim-v2-users.d.ts +17 -0
  265. package/dist/esm/models/operations/get-scim-v2-users.d.ts.map +1 -0
  266. package/dist/esm/models/operations/get-scim-v2-users.js +23 -0
  267. package/dist/esm/models/operations/get-scim-v2-users.js.map +1 -0
  268. package/dist/esm/models/operations/get-v2-files-file-id-download.d.ts +21 -0
  269. package/dist/esm/models/operations/get-v2-files-file-id-download.d.ts.map +1 -0
  270. package/dist/esm/models/operations/get-v2-files-file-id-download.js +23 -0
  271. package/dist/esm/models/operations/get-v2-files-file-id-download.js.map +1 -0
  272. package/dist/esm/models/operations/get-v2-files-file-id.d.ts +169 -0
  273. package/dist/esm/models/operations/get-v2-files-file-id.d.ts.map +1 -0
  274. package/dist/esm/models/operations/get-v2-files-file-id.js +143 -0
  275. package/dist/esm/models/operations/get-v2-files-file-id.js.map +1 -0
  276. package/dist/esm/models/operations/get-v2-files.d.ts +70 -0
  277. package/dist/esm/models/operations/get-v2-files.d.ts.map +1 -0
  278. package/dist/esm/models/operations/get-v2-files.js +74 -0
  279. package/dist/esm/models/operations/get-v2-files.js.map +1 -0
  280. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.d.ts +4402 -0
  281. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.d.ts.map +1 -0
  282. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.js +3639 -0
  283. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.js.map +1 -0
  284. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.d.ts +538 -0
  285. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.d.ts.map +1 -0
  286. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.js +445 -0
  287. package/dist/esm/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.js.map +1 -0
  288. package/dist/esm/models/operations/get-v2-self.d.ts +1 -1
  289. package/dist/esm/models/operations/get-v2-self.d.ts.map +1 -1
  290. package/dist/esm/models/operations/get-v2-self.js +1 -1
  291. package/dist/esm/models/operations/get-v2-self.js.map +1 -1
  292. package/dist/esm/models/operations/index.d.ts +15 -2
  293. package/dist/esm/models/operations/index.d.ts.map +1 -1
  294. package/dist/esm/models/operations/index.js +15 -2
  295. package/dist/esm/models/operations/index.js.map +1 -1
  296. package/dist/esm/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.d.ts +3854 -0
  297. package/dist/esm/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.d.ts.map +1 -0
  298. package/dist/esm/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.js +3085 -0
  299. package/dist/esm/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.js.map +1 -0
  300. package/dist/esm/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.d.ts +3675 -0
  301. package/dist/esm/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.d.ts.map +1 -0
  302. package/dist/esm/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.js +2932 -0
  303. package/dist/esm/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.js.map +1 -0
  304. package/dist/esm/models/operations/patch-v2-tasks-task-id-response.d.ts +583 -0
  305. package/dist/esm/models/operations/patch-v2-tasks-task-id-response.d.ts.map +1 -0
  306. package/dist/esm/models/operations/patch-v2-tasks-task-id-response.js +516 -0
  307. package/dist/esm/models/operations/patch-v2-tasks-task-id-response.js.map +1 -0
  308. package/dist/esm/models/operations/post-scim-v2-groups.d.ts +33 -0
  309. package/dist/esm/models/operations/post-scim-v2-groups.d.ts.map +1 -0
  310. package/dist/esm/models/operations/post-scim-v2-groups.js +41 -0
  311. package/dist/esm/models/operations/post-scim-v2-groups.js.map +1 -0
  312. package/dist/esm/models/operations/post-scim-v2-users.d.ts +51 -0
  313. package/dist/esm/models/operations/post-scim-v2-users.d.ts.map +1 -0
  314. package/dist/esm/models/operations/post-scim-v2-users.js +56 -0
  315. package/dist/esm/models/operations/post-scim-v2-users.js.map +1 -0
  316. package/dist/esm/models/operations/post-v2-files-upload.d.ts +54 -0
  317. package/dist/esm/models/operations/post-v2-files-upload.d.ts.map +1 -0
  318. package/dist/esm/models/operations/post-v2-files-upload.js +45 -0
  319. package/dist/esm/models/operations/post-v2-files-upload.js.map +1 -0
  320. package/dist/esm/models/operations/post-v2-files.d.ts +165 -0
  321. package/dist/esm/models/operations/post-v2-files.d.ts.map +1 -0
  322. package/dist/esm/models/operations/post-v2-files.js +117 -0
  323. package/dist/esm/models/operations/post-v2-files.js.map +1 -0
  324. package/dist/esm/models/operations/post-v2-tasks-assignee-workspace-member.d.ts +4040 -0
  325. package/dist/esm/models/operations/post-v2-tasks-assignee-workspace-member.d.ts.map +1 -0
  326. package/dist/esm/models/operations/post-v2-tasks-assignee-workspace-member.js +3303 -0
  327. package/dist/esm/models/operations/post-v2-tasks-assignee-workspace-member.js.map +1 -0
  328. package/dist/esm/sdk/files.d.ts +71 -0
  329. package/dist/esm/sdk/files.d.ts.map +1 -0
  330. package/dist/esm/sdk/files.js +92 -0
  331. package/dist/esm/sdk/files.js.map +1 -0
  332. package/dist/esm/sdk/scim-groups.d.ts +23 -0
  333. package/dist/esm/sdk/scim-groups.d.ts.map +1 -0
  334. package/dist/esm/sdk/scim-groups.js +32 -0
  335. package/dist/esm/sdk/scim-groups.js.map +1 -0
  336. package/dist/esm/sdk/scim-schemas.d.ts +1 -1
  337. package/dist/esm/sdk/scim-schemas.js +1 -1
  338. package/dist/esm/sdk/scim-users.d.ts +23 -0
  339. package/dist/esm/sdk/scim-users.d.ts.map +1 -0
  340. package/dist/esm/sdk/scim-users.js +32 -0
  341. package/dist/esm/sdk/scim-users.js.map +1 -0
  342. package/dist/esm/sdk/sdk.d.ts +9 -0
  343. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  344. package/dist/esm/sdk/sdk.js +12 -0
  345. package/dist/esm/sdk/sdk.js.map +1 -1
  346. package/jsr.json +1 -1
  347. package/package.json +2 -2
  348. package/src/funcs/files-delete-v2-files-file-id.ts +181 -0
  349. package/src/funcs/files-get-v2-files-file-id-download.ts +172 -0
  350. package/src/funcs/files-get-v2-files-file-id.ts +181 -0
  351. package/src/funcs/files-get-v2-files.ts +174 -0
  352. package/src/funcs/files-post-v2-files-upload.ts +206 -0
  353. package/src/funcs/files-post-v2-files.ts +165 -0
  354. package/src/funcs/notes-create.ts +5 -1
  355. package/src/funcs/scim-groups-get-scimv2-groups.ts +144 -0
  356. package/src/funcs/scim-groups-post-scimv2-groups.ts +144 -0
  357. package/src/funcs/scim-schemas-list.ts +1 -1
  358. package/src/funcs/scim-users-get-scimv2-users.ts +144 -0
  359. package/src/funcs/scim-users-post-scimv2-users.ts +144 -0
  360. package/src/lib/config.ts +3 -3
  361. package/src/lib/matchers.ts +3 -2
  362. package/src/lib/security.ts +1 -2
  363. package/src/models/connected-file.ts +208 -0
  364. package/src/models/connected-folder.ts +208 -0
  365. package/src/models/errors/get-v2-files-file-id.ts +70 -0
  366. package/src/models/errors/get-v2-objects-object.ts +61 -0
  367. package/src/models/errors/index.ts +1 -0
  368. package/src/models/file.ts +224 -0
  369. package/src/models/folder.ts +197 -0
  370. package/src/models/index.ts +4 -0
  371. package/src/models/operations/get-scim-v2-groups.ts +50 -0
  372. package/src/models/operations/get-scim-v2-users.ts +50 -0
  373. package/src/models/operations/get-v2-files-file-id-download.ts +64 -0
  374. package/src/models/operations/get-v2-files-file-id.ts +404 -0
  375. package/src/models/operations/get-v2-files.ts +195 -0
  376. package/src/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.ts +8164 -0
  377. package/src/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.ts +1446 -0
  378. package/src/models/operations/get-v2-self.ts +2 -2
  379. package/src/models/operations/index.ts +15 -2
  380. package/src/models/operations/patch-v2-lists-list-entries-entry-id-entry-value-rating.ts +7440 -0
  381. package/src/models/operations/patch-v2-objects-object-records-record-id-bad-request-type.ts +6858 -0
  382. package/src/models/operations/patch-v2-tasks-task-id-response.ts +1152 -0
  383. package/src/models/operations/post-scim-v2-groups.ts +99 -0
  384. package/src/models/operations/post-scim-v2-users.ts +141 -0
  385. package/src/models/operations/post-v2-files-upload.ts +117 -0
  386. package/src/models/operations/post-v2-files.ts +336 -0
  387. package/src/models/operations/post-v2-tasks-assignee-workspace-member.ts +7843 -0
  388. package/src/sdk/files.ts +141 -0
  389. package/src/sdk/scim-groups.ts +45 -0
  390. package/src/sdk/scim-schemas.ts +1 -1
  391. package/src/sdk/scim-users.ts +45 -0
  392. package/src/sdk/sdk.ts +18 -0
  393. package/.devcontainer/devcontainer.json +0 -45
  394. package/dist/commonjs/models/operations/get-v2-lists-list.d.ts +0 -8779
  395. package/dist/commonjs/models/operations/get-v2-lists-list.d.ts.map +0 -1
  396. package/dist/commonjs/models/operations/get-v2-lists-list.js +0 -7398
  397. package/dist/commonjs/models/operations/get-v2-lists-list.js.map +0 -1
  398. package/dist/commonjs/models/operations/get-v2-objects-object.d.ts +0 -8272
  399. package/dist/commonjs/models/operations/get-v2-objects-object.d.ts.map +0 -1
  400. package/dist/commonjs/models/operations/get-v2-objects-object.js +0 -6977
  401. package/dist/commonjs/models/operations/get-v2-objects-object.js.map +0 -1
  402. package/dist/esm/models/operations/get-v2-lists-list.d.ts +0 -8779
  403. package/dist/esm/models/operations/get-v2-lists-list.d.ts.map +0 -1
  404. package/dist/esm/models/operations/get-v2-lists-list.js +0 -7146
  405. package/dist/esm/models/operations/get-v2-lists-list.js.map +0 -1
  406. package/dist/esm/models/operations/get-v2-objects-object.d.ts +0 -8272
  407. package/dist/esm/models/operations/get-v2-objects-object.d.ts.map +0 -1
  408. package/dist/esm/models/operations/get-v2-objects-object.js +0 -6723
  409. package/dist/esm/models/operations/get-v2-objects-object.js.map +0 -1
  410. package/examples/node_modules/.package-lock.json +0 -174
  411. package/examples/node_modules/@esbuild/darwin-arm64/package.json +0 -20
  412. package/examples/node_modules/@types/node/assert/strict.d.ts +0 -8
  413. package/examples/node_modules/@types/node/assert.d.ts +0 -1062
  414. package/examples/node_modules/@types/node/async_hooks.d.ts +0 -605
  415. package/examples/node_modules/@types/node/buffer.buffer.d.ts +0 -471
  416. package/examples/node_modules/@types/node/buffer.d.ts +0 -1936
  417. package/examples/node_modules/@types/node/child_process.d.ts +0 -1475
  418. package/examples/node_modules/@types/node/cluster.d.ts +0 -577
  419. package/examples/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  420. package/examples/node_modules/@types/node/compatibility/index.d.ts +0 -9
  421. package/examples/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
  422. package/examples/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  423. package/examples/node_modules/@types/node/console.d.ts +0 -452
  424. package/examples/node_modules/@types/node/constants.d.ts +0 -21
  425. package/examples/node_modules/@types/node/crypto.d.ts +0 -4590
  426. package/examples/node_modules/@types/node/dgram.d.ts +0 -597
  427. package/examples/node_modules/@types/node/diagnostics_channel.d.ts +0 -578
  428. package/examples/node_modules/@types/node/dns/promises.d.ts +0 -479
  429. package/examples/node_modules/@types/node/dns.d.ts +0 -871
  430. package/examples/node_modules/@types/node/domain.d.ts +0 -170
  431. package/examples/node_modules/@types/node/events.d.ts +0 -977
  432. package/examples/node_modules/@types/node/fs/promises.d.ts +0 -1270
  433. package/examples/node_modules/@types/node/fs.d.ts +0 -4375
  434. package/examples/node_modules/@types/node/globals.d.ts +0 -172
  435. package/examples/node_modules/@types/node/globals.typedarray.d.ts +0 -38
  436. package/examples/node_modules/@types/node/http.d.ts +0 -2049
  437. package/examples/node_modules/@types/node/http2.d.ts +0 -2631
  438. package/examples/node_modules/@types/node/https.d.ts +0 -578
  439. package/examples/node_modules/@types/node/index.d.ts +0 -93
  440. package/examples/node_modules/@types/node/inspector.generated.d.ts +0 -3966
  441. package/examples/node_modules/@types/node/module.d.ts +0 -539
  442. package/examples/node_modules/@types/node/net.d.ts +0 -1012
  443. package/examples/node_modules/@types/node/os.d.ts +0 -506
  444. package/examples/node_modules/@types/node/package.json +0 -140
  445. package/examples/node_modules/@types/node/path.d.ts +0 -200
  446. package/examples/node_modules/@types/node/perf_hooks.d.ts +0 -961
  447. package/examples/node_modules/@types/node/process.d.ts +0 -1966
  448. package/examples/node_modules/@types/node/punycode.d.ts +0 -117
  449. package/examples/node_modules/@types/node/querystring.d.ts +0 -152
  450. package/examples/node_modules/@types/node/readline/promises.d.ts +0 -162
  451. package/examples/node_modules/@types/node/readline.d.ts +0 -589
  452. package/examples/node_modules/@types/node/repl.d.ts +0 -430
  453. package/examples/node_modules/@types/node/sea.d.ts +0 -153
  454. package/examples/node_modules/@types/node/stream/consumers.d.ts +0 -38
  455. package/examples/node_modules/@types/node/stream/promises.d.ts +0 -90
  456. package/examples/node_modules/@types/node/stream/web.d.ts +0 -533
  457. package/examples/node_modules/@types/node/stream.d.ts +0 -1675
  458. package/examples/node_modules/@types/node/string_decoder.d.ts +0 -67
  459. package/examples/node_modules/@types/node/test.d.ts +0 -1787
  460. package/examples/node_modules/@types/node/timers/promises.d.ts +0 -108
  461. package/examples/node_modules/@types/node/timers.d.ts +0 -286
  462. package/examples/node_modules/@types/node/tls.d.ts +0 -1259
  463. package/examples/node_modules/@types/node/trace_events.d.ts +0 -197
  464. package/examples/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -468
  465. package/examples/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -34
  466. package/examples/node_modules/@types/node/ts5.6/index.d.ts +0 -93
  467. package/examples/node_modules/@types/node/tty.d.ts +0 -208
  468. package/examples/node_modules/@types/node/url.d.ts +0 -964
  469. package/examples/node_modules/@types/node/util.d.ts +0 -2331
  470. package/examples/node_modules/@types/node/v8.d.ts +0 -809
  471. package/examples/node_modules/@types/node/vm.d.ts +0 -1001
  472. package/examples/node_modules/@types/node/wasi.d.ts +0 -181
  473. package/examples/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -34
  474. package/examples/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  475. package/examples/node_modules/@types/node/web-globals/events.d.ts +0 -97
  476. package/examples/node_modules/@types/node/web-globals/fetch.d.ts +0 -55
  477. package/examples/node_modules/@types/node/worker_threads.d.ts +0 -715
  478. package/examples/node_modules/@types/node/zlib.d.ts +0 -540
  479. package/examples/node_modules/dotenv/config.d.ts +0 -1
  480. package/examples/node_modules/dotenv/config.js +0 -9
  481. package/examples/node_modules/dotenv/lib/cli-options.js +0 -17
  482. package/examples/node_modules/dotenv/lib/env-options.js +0 -28
  483. package/examples/node_modules/dotenv/lib/main.d.ts +0 -162
  484. package/examples/node_modules/dotenv/lib/main.js +0 -386
  485. package/examples/node_modules/dotenv/package.json +0 -62
  486. package/examples/node_modules/esbuild/install.js +0 -289
  487. package/examples/node_modules/esbuild/lib/main.d.ts +0 -716
  488. package/examples/node_modules/esbuild/lib/main.js +0 -2242
  489. package/examples/node_modules/esbuild/package.json +0 -49
  490. package/examples/node_modules/fsevents/fsevents.d.ts +0 -46
  491. package/examples/node_modules/fsevents/fsevents.js +0 -83
  492. package/examples/node_modules/fsevents/package.json +0 -62
  493. package/examples/node_modules/get-tsconfig/dist/index.mjs +0 -7
  494. package/examples/node_modules/get-tsconfig/package.json +0 -46
  495. package/examples/node_modules/resolve-pkg-maps/dist/index.mjs +0 -1
  496. package/examples/node_modules/resolve-pkg-maps/package.json +0 -42
  497. package/examples/node_modules/tsx/dist/cjs/api/index.mjs +0 -1
  498. package/examples/node_modules/tsx/dist/cjs/index.mjs +0 -1
  499. package/examples/node_modules/tsx/dist/cli.mjs +0 -55
  500. package/examples/node_modules/tsx/dist/client-BQVF1NaW.mjs +0 -1
  501. package/examples/node_modules/tsx/dist/esm/api/index.mjs +0 -1
  502. package/examples/node_modules/tsx/dist/esm/index.mjs +0 -2
  503. package/examples/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs +0 -1
  504. package/examples/node_modules/tsx/dist/index-7AaEi15b.mjs +0 -14
  505. package/examples/node_modules/tsx/dist/index-gbaejti9.mjs +0 -1
  506. package/examples/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +0 -3
  507. package/examples/node_modules/tsx/dist/loader.mjs +0 -1
  508. package/examples/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs +0 -1
  509. package/examples/node_modules/tsx/dist/package-CeBgXWuR.mjs +0 -1
  510. package/examples/node_modules/tsx/dist/patch-repl.mjs +0 -1
  511. package/examples/node_modules/tsx/dist/preflight.mjs +0 -1
  512. package/examples/node_modules/tsx/dist/register-B7jrtLTO.mjs +0 -1
  513. package/examples/node_modules/tsx/dist/register-CFH5oNdT.mjs +0 -4
  514. package/examples/node_modules/tsx/dist/repl.mjs +0 -3
  515. package/examples/node_modules/tsx/dist/require-DQxpCAr4.mjs +0 -1
  516. package/examples/node_modules/tsx/dist/suppress-warnings.mjs +0 -1
  517. package/examples/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs +0 -1
  518. package/examples/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +0 -5
  519. package/examples/node_modules/tsx/package.json +0 -68
  520. package/examples/node_modules/undici-types/agent.d.ts +0 -31
  521. package/examples/node_modules/undici-types/api.d.ts +0 -43
  522. package/examples/node_modules/undici-types/balanced-pool.d.ts +0 -29
  523. package/examples/node_modules/undici-types/cache.d.ts +0 -36
  524. package/examples/node_modules/undici-types/client.d.ts +0 -108
  525. package/examples/node_modules/undici-types/connector.d.ts +0 -34
  526. package/examples/node_modules/undici-types/content-type.d.ts +0 -21
  527. package/examples/node_modules/undici-types/cookies.d.ts +0 -28
  528. package/examples/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  529. package/examples/node_modules/undici-types/dispatcher.d.ts +0 -256
  530. package/examples/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  531. package/examples/node_modules/undici-types/errors.d.ts +0 -149
  532. package/examples/node_modules/undici-types/eventsource.d.ts +0 -61
  533. package/examples/node_modules/undici-types/fetch.d.ts +0 -209
  534. package/examples/node_modules/undici-types/file.d.ts +0 -39
  535. package/examples/node_modules/undici-types/filereader.d.ts +0 -54
  536. package/examples/node_modules/undici-types/formdata.d.ts +0 -108
  537. package/examples/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  538. package/examples/node_modules/undici-types/global-origin.d.ts +0 -7
  539. package/examples/node_modules/undici-types/handlers.d.ts +0 -15
  540. package/examples/node_modules/undici-types/header.d.ts +0 -4
  541. package/examples/node_modules/undici-types/index.d.ts +0 -71
  542. package/examples/node_modules/undici-types/interceptors.d.ts +0 -17
  543. package/examples/node_modules/undici-types/mock-agent.d.ts +0 -50
  544. package/examples/node_modules/undici-types/mock-client.d.ts +0 -25
  545. package/examples/node_modules/undici-types/mock-errors.d.ts +0 -12
  546. package/examples/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  547. package/examples/node_modules/undici-types/mock-pool.d.ts +0 -25
  548. package/examples/node_modules/undici-types/package.json +0 -55
  549. package/examples/node_modules/undici-types/patch.d.ts +0 -33
  550. package/examples/node_modules/undici-types/pool-stats.d.ts +0 -19
  551. package/examples/node_modules/undici-types/pool.d.ts +0 -39
  552. package/examples/node_modules/undici-types/proxy-agent.d.ts +0 -28
  553. package/examples/node_modules/undici-types/readable.d.ts +0 -65
  554. package/examples/node_modules/undici-types/retry-agent.d.ts +0 -8
  555. package/examples/node_modules/undici-types/retry-handler.d.ts +0 -116
  556. package/examples/node_modules/undici-types/util.d.ts +0 -18
  557. package/examples/node_modules/undici-types/webidl.d.ts +0 -228
  558. package/examples/node_modules/undici-types/websocket.d.ts +0 -150
  559. package/examples/package-lock.json +0 -611
  560. package/examples/package.json +0 -18
  561. package/src/models/operations/get-v2-lists-list.ts +0 -17016
  562. package/src/models/operations/get-v2-objects-object.ts +0 -15794
  563. package/tsconfig.json +0 -40
@@ -0,0 +1,4402 @@
1
+ import * as z from "zod/v4-mini";
2
+ import * as discriminatedUnionTypes from "../../types/discriminated-union.js";
3
+ import { OpenEnum } from "../../types/enums.js";
4
+ import { Result as SafeParseResult } from "../../types/fp.js";
5
+ import { SDKValidationError } from "../errors/sdk-validation-error.js";
6
+ import * as models from "../index.js";
7
+ import { PatchV2ListsListEntriesEntryIdEntryValueRating, PatchV2ListsListEntriesEntryIdEntryValueSelect, PatchV2ListsListEntriesEntryIdEntryValueText, PatchV2ListsListEntriesEntryIdEntryValueTimestamp, PatchV2ListsListEntriesEntryIdId } from "./patch-v2-lists-list-entries-entry-id-entry-value-rating.js";
8
+ /**
9
+ * The type of actor. [Read more information on actor types here](/docs/actors).
10
+ */
11
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType13: {
12
+ readonly ApiToken: "api-token";
13
+ readonly WorkspaceMember: "workspace-member";
14
+ readonly System: "system";
15
+ readonly App: "app";
16
+ };
17
+ /**
18
+ * The type of actor. [Read more information on actor types here](/docs/actors).
19
+ */
20
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType13 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType13>;
21
+ /**
22
+ * The actor that created this value.
23
+ */
24
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor13 = {
25
+ /**
26
+ * An ID to identify the actor.
27
+ */
28
+ id?: string | null | undefined;
29
+ /**
30
+ * The type of actor. [Read more information on actor types here](/docs/actors).
31
+ */
32
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType13 | null | undefined;
33
+ };
34
+ export type PatchV2ListsListEntriesEntryIdEntryValueStatus = {
35
+ /**
36
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
37
+ */
38
+ activeFrom: Date;
39
+ /**
40
+ * The point in time at which this value was deactivated. If `null`, the value is active.
41
+ */
42
+ activeUntil: Date | null;
43
+ /**
44
+ * The actor that created this value.
45
+ */
46
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor13;
47
+ status: models.Status;
48
+ /**
49
+ * The attribute type of the value.
50
+ */
51
+ attributeType: "status";
52
+ };
53
+ /**
54
+ * The type of actor. [Read more information on actor types here](/docs/actors).
55
+ */
56
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType12: {
57
+ readonly ApiToken: "api-token";
58
+ readonly WorkspaceMember: "workspace-member";
59
+ readonly System: "system";
60
+ readonly App: "app";
61
+ };
62
+ /**
63
+ * The type of actor. [Read more information on actor types here](/docs/actors).
64
+ */
65
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType12 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType12>;
66
+ /**
67
+ * The actor that created this value.
68
+ */
69
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor12 = {
70
+ /**
71
+ * An ID to identify the actor.
72
+ */
73
+ id?: string | null | undefined;
74
+ /**
75
+ * The type of actor. [Read more information on actor types here](/docs/actors).
76
+ */
77
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType12 | null | undefined;
78
+ };
79
+ /**
80
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
81
+ */
82
+ export declare const PatchV2ListsListEntriesEntryIdCountryCode2: {
83
+ readonly Af: "AF";
84
+ readonly Ax: "AX";
85
+ readonly Al: "AL";
86
+ readonly Dz: "DZ";
87
+ readonly As: "AS";
88
+ readonly Ad: "AD";
89
+ readonly Ao: "AO";
90
+ readonly Ai: "AI";
91
+ readonly Aq: "AQ";
92
+ readonly Ag: "AG";
93
+ readonly Ar: "AR";
94
+ readonly Am: "AM";
95
+ readonly Aw: "AW";
96
+ readonly Au: "AU";
97
+ readonly At: "AT";
98
+ readonly Az: "AZ";
99
+ readonly Bs: "BS";
100
+ readonly Bh: "BH";
101
+ readonly Bd: "BD";
102
+ readonly Bb: "BB";
103
+ readonly By: "BY";
104
+ readonly Be: "BE";
105
+ readonly Bz: "BZ";
106
+ readonly Bj: "BJ";
107
+ readonly Bm: "BM";
108
+ readonly Bt: "BT";
109
+ readonly Bo: "BO";
110
+ readonly Ba: "BA";
111
+ readonly Bw: "BW";
112
+ readonly Bv: "BV";
113
+ readonly Br: "BR";
114
+ readonly Io: "IO";
115
+ readonly Bn: "BN";
116
+ readonly Bg: "BG";
117
+ readonly Bf: "BF";
118
+ readonly Bi: "BI";
119
+ readonly Kh: "KH";
120
+ readonly Cm: "CM";
121
+ readonly Ca: "CA";
122
+ readonly Cv: "CV";
123
+ readonly Ky: "KY";
124
+ readonly Cf: "CF";
125
+ readonly Td: "TD";
126
+ readonly Cl: "CL";
127
+ readonly Cn: "CN";
128
+ readonly Cx: "CX";
129
+ readonly Cc: "CC";
130
+ readonly Co: "CO";
131
+ readonly Km: "KM";
132
+ readonly Cg: "CG";
133
+ readonly Cd: "CD";
134
+ readonly Ck: "CK";
135
+ readonly Cr: "CR";
136
+ readonly Ci: "CI";
137
+ readonly Hr: "HR";
138
+ readonly Cu: "CU";
139
+ readonly Cw: "CW";
140
+ readonly Cy: "CY";
141
+ readonly Cz: "CZ";
142
+ readonly Dk: "DK";
143
+ readonly Dj: "DJ";
144
+ readonly Dm: "DM";
145
+ readonly Do: "DO";
146
+ readonly Ec: "EC";
147
+ readonly Eg: "EG";
148
+ readonly Sv: "SV";
149
+ readonly Gq: "GQ";
150
+ readonly Er: "ER";
151
+ readonly Ee: "EE";
152
+ readonly Et: "ET";
153
+ readonly Fk: "FK";
154
+ readonly Fo: "FO";
155
+ readonly Fj: "FJ";
156
+ readonly Fi: "FI";
157
+ readonly Fr: "FR";
158
+ readonly Gf: "GF";
159
+ readonly Pf: "PF";
160
+ readonly Tf: "TF";
161
+ readonly Ga: "GA";
162
+ readonly Gm: "GM";
163
+ readonly Ge: "GE";
164
+ readonly De: "DE";
165
+ readonly Gh: "GH";
166
+ readonly Gi: "GI";
167
+ readonly Gr: "GR";
168
+ readonly Gl: "GL";
169
+ readonly Gd: "GD";
170
+ readonly Gp: "GP";
171
+ readonly Gu: "GU";
172
+ readonly Gt: "GT";
173
+ readonly Gg: "GG";
174
+ readonly Gn: "GN";
175
+ readonly Gw: "GW";
176
+ readonly Gy: "GY";
177
+ readonly Ht: "HT";
178
+ readonly Hm: "HM";
179
+ readonly Va: "VA";
180
+ readonly Hn: "HN";
181
+ readonly Hk: "HK";
182
+ readonly Hu: "HU";
183
+ readonly Is: "IS";
184
+ readonly In: "IN";
185
+ readonly Id: "ID";
186
+ readonly Ir: "IR";
187
+ readonly Iq: "IQ";
188
+ readonly Ie: "IE";
189
+ readonly Im: "IM";
190
+ readonly Il: "IL";
191
+ readonly It: "IT";
192
+ readonly Jm: "JM";
193
+ readonly Jp: "JP";
194
+ readonly Je: "JE";
195
+ readonly Jo: "JO";
196
+ readonly Kz: "KZ";
197
+ readonly Ke: "KE";
198
+ readonly Ki: "KI";
199
+ readonly Kr: "KR";
200
+ readonly Kw: "KW";
201
+ readonly Kg: "KG";
202
+ readonly La: "LA";
203
+ readonly Lv: "LV";
204
+ readonly Lb: "LB";
205
+ readonly Ls: "LS";
206
+ readonly Lr: "LR";
207
+ readonly Ly: "LY";
208
+ readonly Li: "LI";
209
+ readonly Lt: "LT";
210
+ readonly Lu: "LU";
211
+ readonly Mo: "MO";
212
+ readonly Mk: "MK";
213
+ readonly Mg: "MG";
214
+ readonly Mw: "MW";
215
+ readonly My: "MY";
216
+ readonly Mv: "MV";
217
+ readonly Ml: "ML";
218
+ readonly Mt: "MT";
219
+ readonly Mh: "MH";
220
+ readonly Mq: "MQ";
221
+ readonly Mr: "MR";
222
+ readonly Mu: "MU";
223
+ readonly Yt: "YT";
224
+ readonly Mx: "MX";
225
+ readonly Fm: "FM";
226
+ readonly Md: "MD";
227
+ readonly Mc: "MC";
228
+ readonly Mn: "MN";
229
+ readonly Me: "ME";
230
+ readonly Ms: "MS";
231
+ readonly Ma: "MA";
232
+ readonly Mz: "MZ";
233
+ readonly Mm: "MM";
234
+ readonly Na: "NA";
235
+ readonly Nr: "NR";
236
+ readonly Np: "NP";
237
+ readonly Nl: "NL";
238
+ readonly An: "AN";
239
+ readonly Nc: "NC";
240
+ readonly Nz: "NZ";
241
+ readonly Ni: "NI";
242
+ readonly Ne: "NE";
243
+ readonly Ng: "NG";
244
+ readonly Nu: "NU";
245
+ readonly Nf: "NF";
246
+ readonly Mp: "MP";
247
+ readonly No: "NO";
248
+ readonly Om: "OM";
249
+ readonly Pk: "PK";
250
+ readonly Pw: "PW";
251
+ readonly Ps: "PS";
252
+ readonly Pa: "PA";
253
+ readonly Pg: "PG";
254
+ readonly Py: "PY";
255
+ readonly Pe: "PE";
256
+ readonly Ph: "PH";
257
+ readonly Pn: "PN";
258
+ readonly Pl: "PL";
259
+ readonly Pt: "PT";
260
+ readonly Pr: "PR";
261
+ readonly Qa: "QA";
262
+ readonly Re: "RE";
263
+ readonly Ro: "RO";
264
+ readonly Ru: "RU";
265
+ readonly Rw: "RW";
266
+ readonly Bl: "BL";
267
+ readonly Sh: "SH";
268
+ readonly Kn: "KN";
269
+ readonly Lc: "LC";
270
+ readonly Mf: "MF";
271
+ readonly Pm: "PM";
272
+ readonly Vc: "VC";
273
+ readonly Ws: "WS";
274
+ readonly Sm: "SM";
275
+ readonly St: "ST";
276
+ readonly Sa: "SA";
277
+ readonly Sn: "SN";
278
+ readonly Ss: "SS";
279
+ readonly Rs: "RS";
280
+ readonly Sc: "SC";
281
+ readonly Sl: "SL";
282
+ readonly Sg: "SG";
283
+ readonly Sk: "SK";
284
+ readonly Si: "SI";
285
+ readonly Sb: "SB";
286
+ readonly So: "SO";
287
+ readonly Za: "ZA";
288
+ readonly Gs: "GS";
289
+ readonly Es: "ES";
290
+ readonly Lk: "LK";
291
+ readonly Sd: "SD";
292
+ readonly Sr: "SR";
293
+ readonly Sj: "SJ";
294
+ readonly Sz: "SZ";
295
+ readonly Se: "SE";
296
+ readonly Ch: "CH";
297
+ readonly Sy: "SY";
298
+ readonly Tw: "TW";
299
+ readonly Tj: "TJ";
300
+ readonly Tz: "TZ";
301
+ readonly Th: "TH";
302
+ readonly Tl: "TL";
303
+ readonly Tg: "TG";
304
+ readonly Tk: "TK";
305
+ readonly To: "TO";
306
+ readonly Tt: "TT";
307
+ readonly Tn: "TN";
308
+ readonly Tr: "TR";
309
+ readonly Tm: "TM";
310
+ readonly Tc: "TC";
311
+ readonly Tv: "TV";
312
+ readonly Ug: "UG";
313
+ readonly Ua: "UA";
314
+ readonly Ae: "AE";
315
+ readonly Gb: "GB";
316
+ readonly Us: "US";
317
+ readonly Um: "UM";
318
+ readonly Uy: "UY";
319
+ readonly Uz: "UZ";
320
+ readonly Vu: "VU";
321
+ readonly Ve: "VE";
322
+ readonly Vn: "VN";
323
+ readonly Vg: "VG";
324
+ readonly Vi: "VI";
325
+ readonly Wf: "WF";
326
+ readonly Eh: "EH";
327
+ readonly Ye: "YE";
328
+ readonly Zm: "ZM";
329
+ readonly Zw: "ZW";
330
+ readonly Bq: "BQ";
331
+ readonly Kp: "KP";
332
+ readonly Sx: "SX";
333
+ readonly Xk: "XK";
334
+ readonly Ac: "AC";
335
+ };
336
+ /**
337
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
338
+ */
339
+ export type PatchV2ListsListEntriesEntryIdCountryCode2 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCountryCode2>;
340
+ export type PatchV2ListsListEntriesEntryIdEntryValuePhoneNumber = {
341
+ /**
342
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
343
+ */
344
+ activeFrom: Date;
345
+ /**
346
+ * The point in time at which this value was deactivated. If `null`, the value is active.
347
+ */
348
+ activeUntil: Date | null;
349
+ /**
350
+ * The actor that created this value.
351
+ */
352
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor12;
353
+ /**
354
+ * The raw, original phone number, as inputted.
355
+ */
356
+ originalPhoneNumber: string;
357
+ /**
358
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
359
+ */
360
+ countryCode: PatchV2ListsListEntriesEntryIdCountryCode2;
361
+ phoneNumber: string;
362
+ /**
363
+ * The attribute type of the value.
364
+ */
365
+ attributeType: "phone-number";
366
+ };
367
+ /**
368
+ * The type of actor. [Read more information on actor types here](/docs/actors).
369
+ */
370
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType11: {
371
+ readonly ApiToken: "api-token";
372
+ readonly WorkspaceMember: "workspace-member";
373
+ readonly System: "system";
374
+ readonly App: "app";
375
+ };
376
+ /**
377
+ * The type of actor. [Read more information on actor types here](/docs/actors).
378
+ */
379
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType11 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType11>;
380
+ /**
381
+ * The actor that created this value.
382
+ */
383
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor11 = {
384
+ /**
385
+ * An ID to identify the actor.
386
+ */
387
+ id?: string | null | undefined;
388
+ /**
389
+ * The type of actor. [Read more information on actor types here](/docs/actors).
390
+ */
391
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType11 | null | undefined;
392
+ };
393
+ export type PatchV2ListsListEntriesEntryIdEntryValuePersonalName = {
394
+ /**
395
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
396
+ */
397
+ activeFrom: Date;
398
+ /**
399
+ * The point in time at which this value was deactivated. If `null`, the value is active.
400
+ */
401
+ activeUntil: Date | null;
402
+ /**
403
+ * The actor that created this value.
404
+ */
405
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor11;
406
+ /**
407
+ * The first name.
408
+ */
409
+ firstName: string;
410
+ /**
411
+ * The last name.
412
+ */
413
+ lastName: string;
414
+ /**
415
+ * The full name.
416
+ */
417
+ fullName: string;
418
+ /**
419
+ * The attribute type of the value.
420
+ */
421
+ attributeType: "personal-name";
422
+ };
423
+ /**
424
+ * The type of actor. [Read more information on actor types here](/docs/actors).
425
+ */
426
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType10: {
427
+ readonly ApiToken: "api-token";
428
+ readonly WorkspaceMember: "workspace-member";
429
+ readonly System: "system";
430
+ readonly App: "app";
431
+ };
432
+ /**
433
+ * The type of actor. [Read more information on actor types here](/docs/actors).
434
+ */
435
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType10 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType10>;
436
+ /**
437
+ * The actor that created this value.
438
+ */
439
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor10 = {
440
+ /**
441
+ * An ID to identify the actor.
442
+ */
443
+ id?: string | null | undefined;
444
+ /**
445
+ * The type of actor. [Read more information on actor types here](/docs/actors).
446
+ */
447
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType10 | null | undefined;
448
+ };
449
+ export type PatchV2ListsListEntriesEntryIdEntryValueNumber = {
450
+ /**
451
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
452
+ */
453
+ activeFrom: Date;
454
+ /**
455
+ * The point in time at which this value was deactivated. If `null`, the value is active.
456
+ */
457
+ activeUntil: Date | null;
458
+ /**
459
+ * The actor that created this value.
460
+ */
461
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor10;
462
+ /**
463
+ * Numbers are persisted as 64 bit floats.
464
+ */
465
+ value: number;
466
+ /**
467
+ * The attribute type of the value.
468
+ */
469
+ attributeType: "number";
470
+ };
471
+ /**
472
+ * The type of actor. [Read more information on actor types here](/docs/actors).
473
+ */
474
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType9: {
475
+ readonly ApiToken: "api-token";
476
+ readonly WorkspaceMember: "workspace-member";
477
+ readonly System: "system";
478
+ readonly App: "app";
479
+ };
480
+ /**
481
+ * The type of actor. [Read more information on actor types here](/docs/actors).
482
+ */
483
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType9 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType9>;
484
+ /**
485
+ * The actor that created this value.
486
+ */
487
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor9 = {
488
+ /**
489
+ * An ID to identify the actor.
490
+ */
491
+ id?: string | null | undefined;
492
+ /**
493
+ * The type of actor. [Read more information on actor types here](/docs/actors).
494
+ */
495
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType9 | null | undefined;
496
+ };
497
+ /**
498
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
499
+ */
500
+ export declare const PatchV2ListsListEntriesEntryIdCountryCode1: {
501
+ readonly Af: "AF";
502
+ readonly Ax: "AX";
503
+ readonly Al: "AL";
504
+ readonly Dz: "DZ";
505
+ readonly As: "AS";
506
+ readonly Ad: "AD";
507
+ readonly Ao: "AO";
508
+ readonly Ai: "AI";
509
+ readonly Aq: "AQ";
510
+ readonly Ag: "AG";
511
+ readonly Ar: "AR";
512
+ readonly Am: "AM";
513
+ readonly Aw: "AW";
514
+ readonly Au: "AU";
515
+ readonly At: "AT";
516
+ readonly Az: "AZ";
517
+ readonly Bs: "BS";
518
+ readonly Bh: "BH";
519
+ readonly Bd: "BD";
520
+ readonly Bb: "BB";
521
+ readonly By: "BY";
522
+ readonly Be: "BE";
523
+ readonly Bz: "BZ";
524
+ readonly Bj: "BJ";
525
+ readonly Bm: "BM";
526
+ readonly Bt: "BT";
527
+ readonly Bo: "BO";
528
+ readonly Ba: "BA";
529
+ readonly Bw: "BW";
530
+ readonly Bv: "BV";
531
+ readonly Br: "BR";
532
+ readonly Io: "IO";
533
+ readonly Bn: "BN";
534
+ readonly Bg: "BG";
535
+ readonly Bf: "BF";
536
+ readonly Bi: "BI";
537
+ readonly Kh: "KH";
538
+ readonly Cm: "CM";
539
+ readonly Ca: "CA";
540
+ readonly Cv: "CV";
541
+ readonly Ky: "KY";
542
+ readonly Cf: "CF";
543
+ readonly Td: "TD";
544
+ readonly Cl: "CL";
545
+ readonly Cn: "CN";
546
+ readonly Cx: "CX";
547
+ readonly Cc: "CC";
548
+ readonly Co: "CO";
549
+ readonly Km: "KM";
550
+ readonly Cg: "CG";
551
+ readonly Cd: "CD";
552
+ readonly Ck: "CK";
553
+ readonly Cr: "CR";
554
+ readonly Ci: "CI";
555
+ readonly Hr: "HR";
556
+ readonly Cu: "CU";
557
+ readonly Cw: "CW";
558
+ readonly Cy: "CY";
559
+ readonly Cz: "CZ";
560
+ readonly Dk: "DK";
561
+ readonly Dj: "DJ";
562
+ readonly Dm: "DM";
563
+ readonly Do: "DO";
564
+ readonly Ec: "EC";
565
+ readonly Eg: "EG";
566
+ readonly Sv: "SV";
567
+ readonly Gq: "GQ";
568
+ readonly Er: "ER";
569
+ readonly Ee: "EE";
570
+ readonly Et: "ET";
571
+ readonly Fk: "FK";
572
+ readonly Fo: "FO";
573
+ readonly Fj: "FJ";
574
+ readonly Fi: "FI";
575
+ readonly Fr: "FR";
576
+ readonly Gf: "GF";
577
+ readonly Pf: "PF";
578
+ readonly Tf: "TF";
579
+ readonly Ga: "GA";
580
+ readonly Gm: "GM";
581
+ readonly Ge: "GE";
582
+ readonly De: "DE";
583
+ readonly Gh: "GH";
584
+ readonly Gi: "GI";
585
+ readonly Gr: "GR";
586
+ readonly Gl: "GL";
587
+ readonly Gd: "GD";
588
+ readonly Gp: "GP";
589
+ readonly Gu: "GU";
590
+ readonly Gt: "GT";
591
+ readonly Gg: "GG";
592
+ readonly Gn: "GN";
593
+ readonly Gw: "GW";
594
+ readonly Gy: "GY";
595
+ readonly Ht: "HT";
596
+ readonly Hm: "HM";
597
+ readonly Va: "VA";
598
+ readonly Hn: "HN";
599
+ readonly Hk: "HK";
600
+ readonly Hu: "HU";
601
+ readonly Is: "IS";
602
+ readonly In: "IN";
603
+ readonly Id: "ID";
604
+ readonly Ir: "IR";
605
+ readonly Iq: "IQ";
606
+ readonly Ie: "IE";
607
+ readonly Im: "IM";
608
+ readonly Il: "IL";
609
+ readonly It: "IT";
610
+ readonly Jm: "JM";
611
+ readonly Jp: "JP";
612
+ readonly Je: "JE";
613
+ readonly Jo: "JO";
614
+ readonly Kz: "KZ";
615
+ readonly Ke: "KE";
616
+ readonly Ki: "KI";
617
+ readonly Kr: "KR";
618
+ readonly Kw: "KW";
619
+ readonly Kg: "KG";
620
+ readonly La: "LA";
621
+ readonly Lv: "LV";
622
+ readonly Lb: "LB";
623
+ readonly Ls: "LS";
624
+ readonly Lr: "LR";
625
+ readonly Ly: "LY";
626
+ readonly Li: "LI";
627
+ readonly Lt: "LT";
628
+ readonly Lu: "LU";
629
+ readonly Mo: "MO";
630
+ readonly Mk: "MK";
631
+ readonly Mg: "MG";
632
+ readonly Mw: "MW";
633
+ readonly My: "MY";
634
+ readonly Mv: "MV";
635
+ readonly Ml: "ML";
636
+ readonly Mt: "MT";
637
+ readonly Mh: "MH";
638
+ readonly Mq: "MQ";
639
+ readonly Mr: "MR";
640
+ readonly Mu: "MU";
641
+ readonly Yt: "YT";
642
+ readonly Mx: "MX";
643
+ readonly Fm: "FM";
644
+ readonly Md: "MD";
645
+ readonly Mc: "MC";
646
+ readonly Mn: "MN";
647
+ readonly Me: "ME";
648
+ readonly Ms: "MS";
649
+ readonly Ma: "MA";
650
+ readonly Mz: "MZ";
651
+ readonly Mm: "MM";
652
+ readonly Na: "NA";
653
+ readonly Nr: "NR";
654
+ readonly Np: "NP";
655
+ readonly Nl: "NL";
656
+ readonly An: "AN";
657
+ readonly Nc: "NC";
658
+ readonly Nz: "NZ";
659
+ readonly Ni: "NI";
660
+ readonly Ne: "NE";
661
+ readonly Ng: "NG";
662
+ readonly Nu: "NU";
663
+ readonly Nf: "NF";
664
+ readonly Mp: "MP";
665
+ readonly No: "NO";
666
+ readonly Om: "OM";
667
+ readonly Pk: "PK";
668
+ readonly Pw: "PW";
669
+ readonly Ps: "PS";
670
+ readonly Pa: "PA";
671
+ readonly Pg: "PG";
672
+ readonly Py: "PY";
673
+ readonly Pe: "PE";
674
+ readonly Ph: "PH";
675
+ readonly Pn: "PN";
676
+ readonly Pl: "PL";
677
+ readonly Pt: "PT";
678
+ readonly Pr: "PR";
679
+ readonly Qa: "QA";
680
+ readonly Re: "RE";
681
+ readonly Ro: "RO";
682
+ readonly Ru: "RU";
683
+ readonly Rw: "RW";
684
+ readonly Bl: "BL";
685
+ readonly Sh: "SH";
686
+ readonly Kn: "KN";
687
+ readonly Lc: "LC";
688
+ readonly Mf: "MF";
689
+ readonly Pm: "PM";
690
+ readonly Vc: "VC";
691
+ readonly Ws: "WS";
692
+ readonly Sm: "SM";
693
+ readonly St: "ST";
694
+ readonly Sa: "SA";
695
+ readonly Sn: "SN";
696
+ readonly Ss: "SS";
697
+ readonly Rs: "RS";
698
+ readonly Sc: "SC";
699
+ readonly Sl: "SL";
700
+ readonly Sg: "SG";
701
+ readonly Sk: "SK";
702
+ readonly Si: "SI";
703
+ readonly Sb: "SB";
704
+ readonly So: "SO";
705
+ readonly Za: "ZA";
706
+ readonly Gs: "GS";
707
+ readonly Es: "ES";
708
+ readonly Lk: "LK";
709
+ readonly Sd: "SD";
710
+ readonly Sr: "SR";
711
+ readonly Sj: "SJ";
712
+ readonly Sz: "SZ";
713
+ readonly Se: "SE";
714
+ readonly Ch: "CH";
715
+ readonly Sy: "SY";
716
+ readonly Tw: "TW";
717
+ readonly Tj: "TJ";
718
+ readonly Tz: "TZ";
719
+ readonly Th: "TH";
720
+ readonly Tl: "TL";
721
+ readonly Tg: "TG";
722
+ readonly Tk: "TK";
723
+ readonly To: "TO";
724
+ readonly Tt: "TT";
725
+ readonly Tn: "TN";
726
+ readonly Tr: "TR";
727
+ readonly Tm: "TM";
728
+ readonly Tc: "TC";
729
+ readonly Tv: "TV";
730
+ readonly Ug: "UG";
731
+ readonly Ua: "UA";
732
+ readonly Ae: "AE";
733
+ readonly Gb: "GB";
734
+ readonly Us: "US";
735
+ readonly Um: "UM";
736
+ readonly Uy: "UY";
737
+ readonly Uz: "UZ";
738
+ readonly Vu: "VU";
739
+ readonly Ve: "VE";
740
+ readonly Vn: "VN";
741
+ readonly Vg: "VG";
742
+ readonly Vi: "VI";
743
+ readonly Wf: "WF";
744
+ readonly Eh: "EH";
745
+ readonly Ye: "YE";
746
+ readonly Zm: "ZM";
747
+ readonly Zw: "ZW";
748
+ readonly Bq: "BQ";
749
+ readonly Kp: "KP";
750
+ readonly Sx: "SX";
751
+ readonly Xk: "XK";
752
+ readonly Ac: "AC";
753
+ };
754
+ /**
755
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
756
+ */
757
+ export type PatchV2ListsListEntriesEntryIdCountryCode1 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCountryCode1>;
758
+ export type PatchV2ListsListEntriesEntryIdEntryValueLocation = {
759
+ /**
760
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
761
+ */
762
+ activeFrom: Date;
763
+ /**
764
+ * The point in time at which this value was deactivated. If `null`, the value is active.
765
+ */
766
+ activeUntil: Date | null;
767
+ /**
768
+ * The actor that created this value.
769
+ */
770
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor9;
771
+ /**
772
+ * The first line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
773
+ */
774
+ line1: string | null;
775
+ /**
776
+ * The second line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
777
+ */
778
+ line2: string | null;
779
+ /**
780
+ * The third line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
781
+ */
782
+ line3: string | null;
783
+ /**
784
+ * The fourth line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
785
+ */
786
+ line4: string | null;
787
+ /**
788
+ * The town, neighborhood or area the location is in.
789
+ */
790
+ locality: string | null;
791
+ /**
792
+ * The state, county, province or region that the location is in.
793
+ */
794
+ region: string | null;
795
+ /**
796
+ * The postcode or zip code for the location. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
797
+ */
798
+ postcode: string | null;
799
+ /**
800
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
801
+ */
802
+ countryCode: PatchV2ListsListEntriesEntryIdCountryCode1 | null;
803
+ /**
804
+ * The latitude of the location. Validated by the regular expression `/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
805
+ */
806
+ latitude: string | null;
807
+ /**
808
+ * The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
809
+ */
810
+ longitude: string | null;
811
+ /**
812
+ * The attribute type of the value.
813
+ */
814
+ attributeType: "location";
815
+ };
816
+ /**
817
+ * The type of actor. [Read more information on actor types here](/docs/actors).
818
+ */
819
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType8: {
820
+ readonly ApiToken: "api-token";
821
+ readonly WorkspaceMember: "workspace-member";
822
+ readonly System: "system";
823
+ readonly App: "app";
824
+ };
825
+ /**
826
+ * The type of actor. [Read more information on actor types here](/docs/actors).
827
+ */
828
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType8 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType8>;
829
+ /**
830
+ * The actor that created this value.
831
+ */
832
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor8 = {
833
+ /**
834
+ * An ID to identify the actor.
835
+ */
836
+ id?: string | null | undefined;
837
+ /**
838
+ * The type of actor. [Read more information on actor types here](/docs/actors).
839
+ */
840
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType8 | null | undefined;
841
+ };
842
+ /**
843
+ * The type of interaction e.g. calendar or email.
844
+ */
845
+ export declare const PatchV2ListsListEntriesEntryIdInteractionType: {
846
+ readonly CalendarEvent: "calendar-event";
847
+ readonly Call: "call";
848
+ readonly ChatThread: "chat-thread";
849
+ readonly Email: "email";
850
+ readonly InPersonMeeting: "in-person-meeting";
851
+ readonly Meeting: "meeting";
852
+ };
853
+ /**
854
+ * The type of interaction e.g. calendar or email.
855
+ */
856
+ export type PatchV2ListsListEntriesEntryIdInteractionType = OpenEnum<typeof PatchV2ListsListEntriesEntryIdInteractionType>;
857
+ /**
858
+ * The type of actor. [Read more information on actor types here](/docs/actors).
859
+ */
860
+ export declare const PatchV2ListsListEntriesEntryIdOwnerActorType: {
861
+ readonly ApiToken: "api-token";
862
+ readonly WorkspaceMember: "workspace-member";
863
+ readonly System: "system";
864
+ readonly App: "app";
865
+ };
866
+ /**
867
+ * The type of actor. [Read more information on actor types here](/docs/actors).
868
+ */
869
+ export type PatchV2ListsListEntriesEntryIdOwnerActorType = OpenEnum<typeof PatchV2ListsListEntriesEntryIdOwnerActorType>;
870
+ /**
871
+ * The actor that created this value.
872
+ */
873
+ export type PatchV2ListsListEntriesEntryIdOwnerActor = {
874
+ /**
875
+ * An ID to identify the actor.
876
+ */
877
+ id?: string | null | undefined;
878
+ /**
879
+ * The type of actor. [Read more information on actor types here](/docs/actors).
880
+ */
881
+ type?: PatchV2ListsListEntriesEntryIdOwnerActorType | null | undefined;
882
+ };
883
+ export type PatchV2ListsListEntriesEntryIdEntryValueInteraction = {
884
+ /**
885
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
886
+ */
887
+ activeFrom: Date;
888
+ /**
889
+ * The point in time at which this value was deactivated. If `null`, the value is active.
890
+ */
891
+ activeUntil: Date | null;
892
+ /**
893
+ * The actor that created this value.
894
+ */
895
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor8;
896
+ /**
897
+ * The type of interaction e.g. calendar or email.
898
+ */
899
+ interactionType: PatchV2ListsListEntriesEntryIdInteractionType;
900
+ /**
901
+ * When the interaction occurred.
902
+ */
903
+ interactedAt: Date;
904
+ /**
905
+ * The actor that created this value.
906
+ */
907
+ ownerActor: PatchV2ListsListEntriesEntryIdOwnerActor;
908
+ /**
909
+ * The attribute type of the value.
910
+ */
911
+ attributeType: "interaction";
912
+ };
913
+ /**
914
+ * The type of actor. [Read more information on actor types here](/docs/actors).
915
+ */
916
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType7: {
917
+ readonly ApiToken: "api-token";
918
+ readonly WorkspaceMember: "workspace-member";
919
+ readonly System: "system";
920
+ readonly App: "app";
921
+ };
922
+ /**
923
+ * The type of actor. [Read more information on actor types here](/docs/actors).
924
+ */
925
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType7 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType7>;
926
+ /**
927
+ * The actor that created this value.
928
+ */
929
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor7 = {
930
+ /**
931
+ * An ID to identify the actor.
932
+ */
933
+ id?: string | null | undefined;
934
+ /**
935
+ * The type of actor. [Read more information on actor types here](/docs/actors).
936
+ */
937
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType7 | null | undefined;
938
+ };
939
+ export type PatchV2ListsListEntriesEntryIdEntryValueRecordReference = {
940
+ /**
941
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
942
+ */
943
+ activeFrom: Date;
944
+ /**
945
+ * The point in time at which this value was deactivated. If `null`, the value is active.
946
+ */
947
+ activeUntil: Date | null;
948
+ /**
949
+ * The actor that created this value.
950
+ */
951
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor7;
952
+ /**
953
+ * A slug identifying the object that the referenced record belongs to.
954
+ */
955
+ targetObject: string;
956
+ /**
957
+ * A UUID to identify the referenced record.
958
+ */
959
+ targetRecordId: string;
960
+ /**
961
+ * The attribute type of the value.
962
+ */
963
+ attributeType: "record-reference";
964
+ };
965
+ /**
966
+ * The type of actor. [Read more information on actor types here](/docs/actors).
967
+ */
968
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType6: {
969
+ readonly ApiToken: "api-token";
970
+ readonly WorkspaceMember: "workspace-member";
971
+ readonly System: "system";
972
+ readonly App: "app";
973
+ };
974
+ /**
975
+ * The type of actor. [Read more information on actor types here](/docs/actors).
976
+ */
977
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType6 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType6>;
978
+ /**
979
+ * The actor that created this value.
980
+ */
981
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor6 = {
982
+ /**
983
+ * An ID to identify the actor.
984
+ */
985
+ id?: string | null | undefined;
986
+ /**
987
+ * The type of actor. [Read more information on actor types here](/docs/actors).
988
+ */
989
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType6 | null | undefined;
990
+ };
991
+ export type PatchV2ListsListEntriesEntryIdEntryValueEmailAddress = {
992
+ /**
993
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
994
+ */
995
+ activeFrom: Date;
996
+ /**
997
+ * The point in time at which this value was deactivated. If `null`, the value is active.
998
+ */
999
+ activeUntil: Date | null;
1000
+ /**
1001
+ * The actor that created this value.
1002
+ */
1003
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor6;
1004
+ originalEmailAddress: string;
1005
+ emailAddress: string;
1006
+ emailDomain: string;
1007
+ emailRootDomain: string;
1008
+ emailLocalSpecifier: string;
1009
+ /**
1010
+ * The attribute type of the value.
1011
+ */
1012
+ attributeType: "email-address";
1013
+ };
1014
+ /**
1015
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1016
+ */
1017
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType5: {
1018
+ readonly ApiToken: "api-token";
1019
+ readonly WorkspaceMember: "workspace-member";
1020
+ readonly System: "system";
1021
+ readonly App: "app";
1022
+ };
1023
+ /**
1024
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1025
+ */
1026
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType5 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType5>;
1027
+ /**
1028
+ * The actor that created this value.
1029
+ */
1030
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor5 = {
1031
+ /**
1032
+ * An ID to identify the actor.
1033
+ */
1034
+ id?: string | null | undefined;
1035
+ /**
1036
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1037
+ */
1038
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType5 | null | undefined;
1039
+ };
1040
+ export type PatchV2ListsListEntriesEntryIdEntryValueDomain = {
1041
+ /**
1042
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1043
+ */
1044
+ activeFrom: Date;
1045
+ /**
1046
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1047
+ */
1048
+ activeUntil: Date | null;
1049
+ /**
1050
+ * The actor that created this value.
1051
+ */
1052
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor5;
1053
+ domain: string;
1054
+ rootDomain: string;
1055
+ /**
1056
+ * The attribute type of the value.
1057
+ */
1058
+ attributeType: "domain";
1059
+ };
1060
+ /**
1061
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1062
+ */
1063
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType4: {
1064
+ readonly ApiToken: "api-token";
1065
+ readonly WorkspaceMember: "workspace-member";
1066
+ readonly System: "system";
1067
+ readonly App: "app";
1068
+ };
1069
+ /**
1070
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1071
+ */
1072
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType4 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType4>;
1073
+ /**
1074
+ * The actor that created this value.
1075
+ */
1076
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor4 = {
1077
+ /**
1078
+ * An ID to identify the actor.
1079
+ */
1080
+ id?: string | null | undefined;
1081
+ /**
1082
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1083
+ */
1084
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType4 | null | undefined;
1085
+ };
1086
+ export type PatchV2ListsListEntriesEntryIdEntryValueDate = {
1087
+ /**
1088
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1089
+ */
1090
+ activeFrom: Date;
1091
+ /**
1092
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1093
+ */
1094
+ activeUntil: Date | null;
1095
+ /**
1096
+ * The actor that created this value.
1097
+ */
1098
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor4;
1099
+ /**
1100
+ * The attribute type of the value.
1101
+ */
1102
+ attributeType: "date";
1103
+ /**
1104
+ * A date represents a single calendar year, month and day, independent of timezone. If hours, months, seconds or timezones are provided, they will be trimmed. For example, "2023" and "2023-01" will be coerced into "2023-01-01", and "2023-01-02", "2023-01-02T13:00", "2023-01-02T14:00:00", "2023-01-02T15:00:00.000000000", and "2023-01-02T15:00:00.000000000+02:00" will all be coerced to "2023-01-02". If a timezone is provided that would result in a different calendar date in UTC, the date will be coerced to UTC and then the timezone component will be trimmed. For example, the value "2023-01-02T23:00:00-10:00" will be returned as "2023-01-03". The maximum date is "9999-12-31".
1105
+ */
1106
+ value: string;
1107
+ };
1108
+ /**
1109
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1110
+ */
1111
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType3: {
1112
+ readonly ApiToken: "api-token";
1113
+ readonly WorkspaceMember: "workspace-member";
1114
+ readonly System: "system";
1115
+ readonly App: "app";
1116
+ };
1117
+ /**
1118
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1119
+ */
1120
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType3 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType3>;
1121
+ /**
1122
+ * The actor that created this value.
1123
+ */
1124
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor3 = {
1125
+ /**
1126
+ * An ID to identify the actor.
1127
+ */
1128
+ id?: string | null | undefined;
1129
+ /**
1130
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1131
+ */
1132
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType3 | null | undefined;
1133
+ };
1134
+ /**
1135
+ * The ISO4217 currency code representing the currency that the value is stored in.
1136
+ */
1137
+ export declare const PatchV2ListsListEntriesEntryIdCurrencyCode: {
1138
+ readonly Ars: "ARS";
1139
+ readonly Aud: "AUD";
1140
+ readonly Brl: "BRL";
1141
+ readonly Bgn: "BGN";
1142
+ readonly Cad: "CAD";
1143
+ readonly Clp: "CLP";
1144
+ readonly Cny: "CNY";
1145
+ readonly Cop: "COP";
1146
+ readonly Czk: "CZK";
1147
+ readonly Dkk: "DKK";
1148
+ readonly Eur: "EUR";
1149
+ readonly Hkd: "HKD";
1150
+ readonly Huf: "HUF";
1151
+ readonly Isk: "ISK";
1152
+ readonly Inr: "INR";
1153
+ readonly Ils: "ILS";
1154
+ readonly Jpy: "JPY";
1155
+ readonly Kes: "KES";
1156
+ readonly Krw: "KRW";
1157
+ readonly Myr: "MYR";
1158
+ readonly Mxn: "MXN";
1159
+ readonly Ntd: "NTD";
1160
+ readonly Nzd: "NZD";
1161
+ readonly Ngn: "NGN";
1162
+ readonly Nok: "NOK";
1163
+ readonly Xpf: "XPF";
1164
+ readonly Pen: "PEN";
1165
+ readonly Php: "PHP";
1166
+ readonly Pln: "PLN";
1167
+ readonly Gbp: "GBP";
1168
+ readonly Rwf: "RWF";
1169
+ readonly Sar: "SAR";
1170
+ readonly Sgd: "SGD";
1171
+ readonly Zar: "ZAR";
1172
+ readonly Sek: "SEK";
1173
+ readonly Chf: "CHF";
1174
+ readonly Thb: "THB";
1175
+ readonly Aed: "AED";
1176
+ readonly Uyu: "UYU";
1177
+ readonly Usd: "USD";
1178
+ };
1179
+ /**
1180
+ * The ISO4217 currency code representing the currency that the value is stored in.
1181
+ */
1182
+ export type PatchV2ListsListEntriesEntryIdCurrencyCode = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCurrencyCode>;
1183
+ export type PatchV2ListsListEntriesEntryIdEntryValueCurrency = {
1184
+ /**
1185
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1186
+ */
1187
+ activeFrom: Date;
1188
+ /**
1189
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1190
+ */
1191
+ activeUntil: Date | null;
1192
+ /**
1193
+ * The actor that created this value.
1194
+ */
1195
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor3;
1196
+ /**
1197
+ * A numerical representation of the currency value. A decimal with a max of 4 decimal places.
1198
+ */
1199
+ currencyValue: number;
1200
+ /**
1201
+ * The ISO4217 currency code representing the currency that the value is stored in.
1202
+ */
1203
+ currencyCode?: PatchV2ListsListEntriesEntryIdCurrencyCode | null | undefined;
1204
+ /**
1205
+ * The attribute type of the value.
1206
+ */
1207
+ attributeType: "currency";
1208
+ };
1209
+ /**
1210
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1211
+ */
1212
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType2: {
1213
+ readonly ApiToken: "api-token";
1214
+ readonly WorkspaceMember: "workspace-member";
1215
+ readonly System: "system";
1216
+ readonly App: "app";
1217
+ };
1218
+ /**
1219
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1220
+ */
1221
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType2 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType2>;
1222
+ /**
1223
+ * The actor that created this value.
1224
+ */
1225
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor2 = {
1226
+ /**
1227
+ * An ID to identify the actor.
1228
+ */
1229
+ id?: string | null | undefined;
1230
+ /**
1231
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1232
+ */
1233
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType2 | null | undefined;
1234
+ };
1235
+ export type PatchV2ListsListEntriesEntryIdEntryValueCheckbox = {
1236
+ /**
1237
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1238
+ */
1239
+ activeFrom: Date;
1240
+ /**
1241
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1242
+ */
1243
+ activeUntil: Date | null;
1244
+ /**
1245
+ * The actor that created this value.
1246
+ */
1247
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor2;
1248
+ /**
1249
+ * A boolean representing whether the checkbox is checked or not. The string values 'true' and 'false' are also accepted.
1250
+ */
1251
+ value: boolean;
1252
+ /**
1253
+ * The attribute type of the value.
1254
+ */
1255
+ attributeType: "checkbox";
1256
+ };
1257
+ /**
1258
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1259
+ */
1260
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType1: {
1261
+ readonly ApiToken: "api-token";
1262
+ readonly WorkspaceMember: "workspace-member";
1263
+ readonly System: "system";
1264
+ readonly App: "app";
1265
+ };
1266
+ /**
1267
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1268
+ */
1269
+ export type PatchV2ListsListEntriesEntryIdCreatedByActorType1 = OpenEnum<typeof PatchV2ListsListEntriesEntryIdCreatedByActorType1>;
1270
+ /**
1271
+ * The actor that created this value.
1272
+ */
1273
+ export type PatchV2ListsListEntriesEntryIdCreatedByActor1 = {
1274
+ /**
1275
+ * An ID to identify the actor.
1276
+ */
1277
+ id?: string | null | undefined;
1278
+ /**
1279
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1280
+ */
1281
+ type?: PatchV2ListsListEntriesEntryIdCreatedByActorType1 | null | undefined;
1282
+ };
1283
+ /**
1284
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1285
+ */
1286
+ export declare const PatchV2ListsListEntriesEntryIdReferencedActorType: {
1287
+ readonly ApiToken: "api-token";
1288
+ readonly WorkspaceMember: "workspace-member";
1289
+ readonly System: "system";
1290
+ readonly App: "app";
1291
+ };
1292
+ /**
1293
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1294
+ */
1295
+ export type PatchV2ListsListEntriesEntryIdReferencedActorType = OpenEnum<typeof PatchV2ListsListEntriesEntryIdReferencedActorType>;
1296
+ export type PatchV2ListsListEntriesEntryIdEntryValueActorReference = {
1297
+ /**
1298
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1299
+ */
1300
+ activeFrom: Date;
1301
+ /**
1302
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1303
+ */
1304
+ activeUntil: Date | null;
1305
+ /**
1306
+ * The actor that created this value.
1307
+ */
1308
+ createdByActor: PatchV2ListsListEntriesEntryIdCreatedByActor1;
1309
+ /**
1310
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
1311
+ */
1312
+ referencedActorType: PatchV2ListsListEntriesEntryIdReferencedActorType;
1313
+ /**
1314
+ * The ID of the referenced actor.
1315
+ */
1316
+ referencedActorId: string | null;
1317
+ /**
1318
+ * The attribute type of the value.
1319
+ */
1320
+ attributeType: "actor-reference";
1321
+ };
1322
+ export type PatchV2ListsListEntriesEntryIdEntryValueUnion = PatchV2ListsListEntriesEntryIdEntryValueActorReference | PatchV2ListsListEntriesEntryIdEntryValueCheckbox | PatchV2ListsListEntriesEntryIdEntryValueCurrency | PatchV2ListsListEntriesEntryIdEntryValueDate | PatchV2ListsListEntriesEntryIdEntryValueDomain | PatchV2ListsListEntriesEntryIdEntryValueEmailAddress | PatchV2ListsListEntriesEntryIdEntryValueRecordReference | PatchV2ListsListEntriesEntryIdEntryValueInteraction | PatchV2ListsListEntriesEntryIdEntryValueLocation | PatchV2ListsListEntriesEntryIdEntryValueNumber | PatchV2ListsListEntriesEntryIdEntryValuePersonalName | PatchV2ListsListEntriesEntryIdEntryValuePhoneNumber | PatchV2ListsListEntriesEntryIdEntryValueStatus | PatchV2ListsListEntriesEntryIdEntryValueRating | PatchV2ListsListEntriesEntryIdEntryValueSelect | PatchV2ListsListEntriesEntryIdEntryValueText | PatchV2ListsListEntriesEntryIdEntryValueTimestamp | discriminatedUnionTypes.Unknown<"attributeType">;
1323
+ export type PatchV2ListsListEntriesEntryIdDataResponse = {
1324
+ id: PatchV2ListsListEntriesEntryIdId;
1325
+ /**
1326
+ * A UUID identifying the record that is parent of the list entry.
1327
+ */
1328
+ parentRecordId: string;
1329
+ /**
1330
+ * A UUID or slug identifying the object that the parent record belongs to.
1331
+ */
1332
+ parentObject: string;
1333
+ /**
1334
+ * When this entry was created.
1335
+ */
1336
+ createdAt: string;
1337
+ /**
1338
+ * A list of attribute values for the list entry (not attribute values for its parent record).
1339
+ */
1340
+ entryValues: {
1341
+ [k: string]: Array<PatchV2ListsListEntriesEntryIdEntryValueActorReference | PatchV2ListsListEntriesEntryIdEntryValueCheckbox | PatchV2ListsListEntriesEntryIdEntryValueCurrency | PatchV2ListsListEntriesEntryIdEntryValueDate | PatchV2ListsListEntriesEntryIdEntryValueDomain | PatchV2ListsListEntriesEntryIdEntryValueEmailAddress | PatchV2ListsListEntriesEntryIdEntryValueRecordReference | PatchV2ListsListEntriesEntryIdEntryValueInteraction | PatchV2ListsListEntriesEntryIdEntryValueLocation | PatchV2ListsListEntriesEntryIdEntryValueNumber | PatchV2ListsListEntriesEntryIdEntryValuePersonalName | PatchV2ListsListEntriesEntryIdEntryValuePhoneNumber | PatchV2ListsListEntriesEntryIdEntryValueStatus | PatchV2ListsListEntriesEntryIdEntryValueRating | PatchV2ListsListEntriesEntryIdEntryValueSelect | PatchV2ListsListEntriesEntryIdEntryValueText | PatchV2ListsListEntriesEntryIdEntryValueTimestamp | discriminatedUnionTypes.Unknown<"attributeType">>;
1342
+ };
1343
+ };
1344
+ /**
1345
+ * Success
1346
+ */
1347
+ export type PatchV2ListsListEntriesEntryIdResponse = {
1348
+ data: PatchV2ListsListEntriesEntryIdDataResponse;
1349
+ };
1350
+ export type PutV2ListsListEntriesEntryIdDataRequest = {
1351
+ /**
1352
+ * An object with an attribute `api_slug` or `attribute_id` as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes) as the values. For complete documentation on values for all attribute types, please see our [attribute type docs](/docs/attribute-types).
1353
+ */
1354
+ entryValues: {
1355
+ [k: string]: Array<any>;
1356
+ };
1357
+ };
1358
+ export type PutV2ListsListEntriesEntryIdRequestBody = {
1359
+ data: PutV2ListsListEntriesEntryIdDataRequest;
1360
+ };
1361
+ export type PutV2ListsListEntriesEntryIdRequest = {
1362
+ list: string;
1363
+ entryId: string;
1364
+ body: PutV2ListsListEntriesEntryIdRequestBody;
1365
+ };
1366
+ export type PutV2ListsListEntriesEntryIdId = {
1367
+ /**
1368
+ * A UUID identifying the workspace this entry belongs to.
1369
+ */
1370
+ workspaceId: string;
1371
+ /**
1372
+ * A UUID identifying the list this entry is in.
1373
+ */
1374
+ listId: string;
1375
+ /**
1376
+ * A UUID identifying this entry.
1377
+ */
1378
+ entryId: string;
1379
+ };
1380
+ /**
1381
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1382
+ */
1383
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType17: {
1384
+ readonly ApiToken: "api-token";
1385
+ readonly WorkspaceMember: "workspace-member";
1386
+ readonly System: "system";
1387
+ readonly App: "app";
1388
+ };
1389
+ /**
1390
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1391
+ */
1392
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType17 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType17>;
1393
+ /**
1394
+ * The actor that created this value.
1395
+ */
1396
+ export type PutV2ListsListEntriesEntryIdCreatedByActor17 = {
1397
+ /**
1398
+ * An ID to identify the actor.
1399
+ */
1400
+ id?: string | null | undefined;
1401
+ /**
1402
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1403
+ */
1404
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType17 | null | undefined;
1405
+ };
1406
+ export type PutV2ListsListEntriesEntryIdEntryValueTimestamp = {
1407
+ /**
1408
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1409
+ */
1410
+ activeFrom: Date;
1411
+ /**
1412
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1413
+ */
1414
+ activeUntil: Date | null;
1415
+ /**
1416
+ * The actor that created this value.
1417
+ */
1418
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor17;
1419
+ /**
1420
+ * The attribute type of the value.
1421
+ */
1422
+ attributeType: "timestamp";
1423
+ /**
1424
+ * A timestamp value represents a single, universal moment in time using an ISO 8601 formatted string. This means that a timestamp consists of a date, a time (with nanosecond precision), and a time zone. Attio will coerce timestamps which do not provide full nanosecond precision and UTC is assumed if no time zone is provided. For example, "2023", "2023-01", "2023-01-02", "2023-01-02T13:00", "2023-01-02T13:00:00", and "2023-01-02T13:00:00.000000000" will all be coerced to "2023-01-02T13:00:00.000000000Z". Timestamps are always returned in UTC. For example, writing a timestamp value using the string "2023-01-02T13:00:00.000000000+02:00" will result in the value "2023-01-02T11:00:00.000000000Z" being returned. The maximum date is "9999-12-31T23:59:59.999999999Z".
1425
+ */
1426
+ value: Date;
1427
+ };
1428
+ /**
1429
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1430
+ */
1431
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType16: {
1432
+ readonly ApiToken: "api-token";
1433
+ readonly WorkspaceMember: "workspace-member";
1434
+ readonly System: "system";
1435
+ readonly App: "app";
1436
+ };
1437
+ /**
1438
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1439
+ */
1440
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType16 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType16>;
1441
+ /**
1442
+ * The actor that created this value.
1443
+ */
1444
+ export type PutV2ListsListEntriesEntryIdCreatedByActor16 = {
1445
+ /**
1446
+ * An ID to identify the actor.
1447
+ */
1448
+ id?: string | null | undefined;
1449
+ /**
1450
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1451
+ */
1452
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType16 | null | undefined;
1453
+ };
1454
+ export type PutV2ListsListEntriesEntryIdEntryValueText = {
1455
+ /**
1456
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1457
+ */
1458
+ activeFrom: Date;
1459
+ /**
1460
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1461
+ */
1462
+ activeUntil: Date | null;
1463
+ /**
1464
+ * The actor that created this value.
1465
+ */
1466
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor16;
1467
+ /**
1468
+ * A raw text field. Values are limited to 10MB.
1469
+ */
1470
+ value: string;
1471
+ /**
1472
+ * The attribute type of the value.
1473
+ */
1474
+ attributeType: "text";
1475
+ };
1476
+ /**
1477
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1478
+ */
1479
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType15: {
1480
+ readonly ApiToken: "api-token";
1481
+ readonly WorkspaceMember: "workspace-member";
1482
+ readonly System: "system";
1483
+ readonly App: "app";
1484
+ };
1485
+ /**
1486
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1487
+ */
1488
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType15 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType15>;
1489
+ /**
1490
+ * The actor that created this value.
1491
+ */
1492
+ export type PutV2ListsListEntriesEntryIdCreatedByActor15 = {
1493
+ /**
1494
+ * An ID to identify the actor.
1495
+ */
1496
+ id?: string | null | undefined;
1497
+ /**
1498
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1499
+ */
1500
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType15 | null | undefined;
1501
+ };
1502
+ export type PutV2ListsListEntriesEntryIdEntryValueSelect = {
1503
+ /**
1504
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1505
+ */
1506
+ activeFrom: Date;
1507
+ /**
1508
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1509
+ */
1510
+ activeUntil: Date | null;
1511
+ /**
1512
+ * The actor that created this value.
1513
+ */
1514
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor15;
1515
+ option: models.SelectOption;
1516
+ /**
1517
+ * The attribute type of the value.
1518
+ */
1519
+ attributeType: "select";
1520
+ };
1521
+ /**
1522
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1523
+ */
1524
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType14: {
1525
+ readonly ApiToken: "api-token";
1526
+ readonly WorkspaceMember: "workspace-member";
1527
+ readonly System: "system";
1528
+ readonly App: "app";
1529
+ };
1530
+ /**
1531
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1532
+ */
1533
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType14 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType14>;
1534
+ /**
1535
+ * The actor that created this value.
1536
+ */
1537
+ export type PutV2ListsListEntriesEntryIdCreatedByActor14 = {
1538
+ /**
1539
+ * An ID to identify the actor.
1540
+ */
1541
+ id?: string | null | undefined;
1542
+ /**
1543
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1544
+ */
1545
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType14 | null | undefined;
1546
+ };
1547
+ export type PutV2ListsListEntriesEntryIdEntryValueRating = {
1548
+ /**
1549
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1550
+ */
1551
+ activeFrom: Date;
1552
+ /**
1553
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1554
+ */
1555
+ activeUntil: Date | null;
1556
+ /**
1557
+ * The actor that created this value.
1558
+ */
1559
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor14;
1560
+ /**
1561
+ * A number between 0 and 5 (inclusive) to represent a star rating.
1562
+ */
1563
+ value: number;
1564
+ /**
1565
+ * The attribute type of the value.
1566
+ */
1567
+ attributeType: "rating";
1568
+ };
1569
+ /**
1570
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1571
+ */
1572
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType13: {
1573
+ readonly ApiToken: "api-token";
1574
+ readonly WorkspaceMember: "workspace-member";
1575
+ readonly System: "system";
1576
+ readonly App: "app";
1577
+ };
1578
+ /**
1579
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1580
+ */
1581
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType13 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType13>;
1582
+ /**
1583
+ * The actor that created this value.
1584
+ */
1585
+ export type PutV2ListsListEntriesEntryIdCreatedByActor13 = {
1586
+ /**
1587
+ * An ID to identify the actor.
1588
+ */
1589
+ id?: string | null | undefined;
1590
+ /**
1591
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1592
+ */
1593
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType13 | null | undefined;
1594
+ };
1595
+ export type PutV2ListsListEntriesEntryIdEntryValueStatus = {
1596
+ /**
1597
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1598
+ */
1599
+ activeFrom: Date;
1600
+ /**
1601
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1602
+ */
1603
+ activeUntil: Date | null;
1604
+ /**
1605
+ * The actor that created this value.
1606
+ */
1607
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor13;
1608
+ status: models.Status;
1609
+ /**
1610
+ * The attribute type of the value.
1611
+ */
1612
+ attributeType: "status";
1613
+ };
1614
+ /**
1615
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1616
+ */
1617
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType12: {
1618
+ readonly ApiToken: "api-token";
1619
+ readonly WorkspaceMember: "workspace-member";
1620
+ readonly System: "system";
1621
+ readonly App: "app";
1622
+ };
1623
+ /**
1624
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1625
+ */
1626
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType12 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType12>;
1627
+ /**
1628
+ * The actor that created this value.
1629
+ */
1630
+ export type PutV2ListsListEntriesEntryIdCreatedByActor12 = {
1631
+ /**
1632
+ * An ID to identify the actor.
1633
+ */
1634
+ id?: string | null | undefined;
1635
+ /**
1636
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1637
+ */
1638
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType12 | null | undefined;
1639
+ };
1640
+ /**
1641
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
1642
+ */
1643
+ export declare const PutV2ListsListEntriesEntryIdCountryCode2: {
1644
+ readonly Af: "AF";
1645
+ readonly Ax: "AX";
1646
+ readonly Al: "AL";
1647
+ readonly Dz: "DZ";
1648
+ readonly As: "AS";
1649
+ readonly Ad: "AD";
1650
+ readonly Ao: "AO";
1651
+ readonly Ai: "AI";
1652
+ readonly Aq: "AQ";
1653
+ readonly Ag: "AG";
1654
+ readonly Ar: "AR";
1655
+ readonly Am: "AM";
1656
+ readonly Aw: "AW";
1657
+ readonly Au: "AU";
1658
+ readonly At: "AT";
1659
+ readonly Az: "AZ";
1660
+ readonly Bs: "BS";
1661
+ readonly Bh: "BH";
1662
+ readonly Bd: "BD";
1663
+ readonly Bb: "BB";
1664
+ readonly By: "BY";
1665
+ readonly Be: "BE";
1666
+ readonly Bz: "BZ";
1667
+ readonly Bj: "BJ";
1668
+ readonly Bm: "BM";
1669
+ readonly Bt: "BT";
1670
+ readonly Bo: "BO";
1671
+ readonly Ba: "BA";
1672
+ readonly Bw: "BW";
1673
+ readonly Bv: "BV";
1674
+ readonly Br: "BR";
1675
+ readonly Io: "IO";
1676
+ readonly Bn: "BN";
1677
+ readonly Bg: "BG";
1678
+ readonly Bf: "BF";
1679
+ readonly Bi: "BI";
1680
+ readonly Kh: "KH";
1681
+ readonly Cm: "CM";
1682
+ readonly Ca: "CA";
1683
+ readonly Cv: "CV";
1684
+ readonly Ky: "KY";
1685
+ readonly Cf: "CF";
1686
+ readonly Td: "TD";
1687
+ readonly Cl: "CL";
1688
+ readonly Cn: "CN";
1689
+ readonly Cx: "CX";
1690
+ readonly Cc: "CC";
1691
+ readonly Co: "CO";
1692
+ readonly Km: "KM";
1693
+ readonly Cg: "CG";
1694
+ readonly Cd: "CD";
1695
+ readonly Ck: "CK";
1696
+ readonly Cr: "CR";
1697
+ readonly Ci: "CI";
1698
+ readonly Hr: "HR";
1699
+ readonly Cu: "CU";
1700
+ readonly Cw: "CW";
1701
+ readonly Cy: "CY";
1702
+ readonly Cz: "CZ";
1703
+ readonly Dk: "DK";
1704
+ readonly Dj: "DJ";
1705
+ readonly Dm: "DM";
1706
+ readonly Do: "DO";
1707
+ readonly Ec: "EC";
1708
+ readonly Eg: "EG";
1709
+ readonly Sv: "SV";
1710
+ readonly Gq: "GQ";
1711
+ readonly Er: "ER";
1712
+ readonly Ee: "EE";
1713
+ readonly Et: "ET";
1714
+ readonly Fk: "FK";
1715
+ readonly Fo: "FO";
1716
+ readonly Fj: "FJ";
1717
+ readonly Fi: "FI";
1718
+ readonly Fr: "FR";
1719
+ readonly Gf: "GF";
1720
+ readonly Pf: "PF";
1721
+ readonly Tf: "TF";
1722
+ readonly Ga: "GA";
1723
+ readonly Gm: "GM";
1724
+ readonly Ge: "GE";
1725
+ readonly De: "DE";
1726
+ readonly Gh: "GH";
1727
+ readonly Gi: "GI";
1728
+ readonly Gr: "GR";
1729
+ readonly Gl: "GL";
1730
+ readonly Gd: "GD";
1731
+ readonly Gp: "GP";
1732
+ readonly Gu: "GU";
1733
+ readonly Gt: "GT";
1734
+ readonly Gg: "GG";
1735
+ readonly Gn: "GN";
1736
+ readonly Gw: "GW";
1737
+ readonly Gy: "GY";
1738
+ readonly Ht: "HT";
1739
+ readonly Hm: "HM";
1740
+ readonly Va: "VA";
1741
+ readonly Hn: "HN";
1742
+ readonly Hk: "HK";
1743
+ readonly Hu: "HU";
1744
+ readonly Is: "IS";
1745
+ readonly In: "IN";
1746
+ readonly Id: "ID";
1747
+ readonly Ir: "IR";
1748
+ readonly Iq: "IQ";
1749
+ readonly Ie: "IE";
1750
+ readonly Im: "IM";
1751
+ readonly Il: "IL";
1752
+ readonly It: "IT";
1753
+ readonly Jm: "JM";
1754
+ readonly Jp: "JP";
1755
+ readonly Je: "JE";
1756
+ readonly Jo: "JO";
1757
+ readonly Kz: "KZ";
1758
+ readonly Ke: "KE";
1759
+ readonly Ki: "KI";
1760
+ readonly Kr: "KR";
1761
+ readonly Kw: "KW";
1762
+ readonly Kg: "KG";
1763
+ readonly La: "LA";
1764
+ readonly Lv: "LV";
1765
+ readonly Lb: "LB";
1766
+ readonly Ls: "LS";
1767
+ readonly Lr: "LR";
1768
+ readonly Ly: "LY";
1769
+ readonly Li: "LI";
1770
+ readonly Lt: "LT";
1771
+ readonly Lu: "LU";
1772
+ readonly Mo: "MO";
1773
+ readonly Mk: "MK";
1774
+ readonly Mg: "MG";
1775
+ readonly Mw: "MW";
1776
+ readonly My: "MY";
1777
+ readonly Mv: "MV";
1778
+ readonly Ml: "ML";
1779
+ readonly Mt: "MT";
1780
+ readonly Mh: "MH";
1781
+ readonly Mq: "MQ";
1782
+ readonly Mr: "MR";
1783
+ readonly Mu: "MU";
1784
+ readonly Yt: "YT";
1785
+ readonly Mx: "MX";
1786
+ readonly Fm: "FM";
1787
+ readonly Md: "MD";
1788
+ readonly Mc: "MC";
1789
+ readonly Mn: "MN";
1790
+ readonly Me: "ME";
1791
+ readonly Ms: "MS";
1792
+ readonly Ma: "MA";
1793
+ readonly Mz: "MZ";
1794
+ readonly Mm: "MM";
1795
+ readonly Na: "NA";
1796
+ readonly Nr: "NR";
1797
+ readonly Np: "NP";
1798
+ readonly Nl: "NL";
1799
+ readonly An: "AN";
1800
+ readonly Nc: "NC";
1801
+ readonly Nz: "NZ";
1802
+ readonly Ni: "NI";
1803
+ readonly Ne: "NE";
1804
+ readonly Ng: "NG";
1805
+ readonly Nu: "NU";
1806
+ readonly Nf: "NF";
1807
+ readonly Mp: "MP";
1808
+ readonly No: "NO";
1809
+ readonly Om: "OM";
1810
+ readonly Pk: "PK";
1811
+ readonly Pw: "PW";
1812
+ readonly Ps: "PS";
1813
+ readonly Pa: "PA";
1814
+ readonly Pg: "PG";
1815
+ readonly Py: "PY";
1816
+ readonly Pe: "PE";
1817
+ readonly Ph: "PH";
1818
+ readonly Pn: "PN";
1819
+ readonly Pl: "PL";
1820
+ readonly Pt: "PT";
1821
+ readonly Pr: "PR";
1822
+ readonly Qa: "QA";
1823
+ readonly Re: "RE";
1824
+ readonly Ro: "RO";
1825
+ readonly Ru: "RU";
1826
+ readonly Rw: "RW";
1827
+ readonly Bl: "BL";
1828
+ readonly Sh: "SH";
1829
+ readonly Kn: "KN";
1830
+ readonly Lc: "LC";
1831
+ readonly Mf: "MF";
1832
+ readonly Pm: "PM";
1833
+ readonly Vc: "VC";
1834
+ readonly Ws: "WS";
1835
+ readonly Sm: "SM";
1836
+ readonly St: "ST";
1837
+ readonly Sa: "SA";
1838
+ readonly Sn: "SN";
1839
+ readonly Ss: "SS";
1840
+ readonly Rs: "RS";
1841
+ readonly Sc: "SC";
1842
+ readonly Sl: "SL";
1843
+ readonly Sg: "SG";
1844
+ readonly Sk: "SK";
1845
+ readonly Si: "SI";
1846
+ readonly Sb: "SB";
1847
+ readonly So: "SO";
1848
+ readonly Za: "ZA";
1849
+ readonly Gs: "GS";
1850
+ readonly Es: "ES";
1851
+ readonly Lk: "LK";
1852
+ readonly Sd: "SD";
1853
+ readonly Sr: "SR";
1854
+ readonly Sj: "SJ";
1855
+ readonly Sz: "SZ";
1856
+ readonly Se: "SE";
1857
+ readonly Ch: "CH";
1858
+ readonly Sy: "SY";
1859
+ readonly Tw: "TW";
1860
+ readonly Tj: "TJ";
1861
+ readonly Tz: "TZ";
1862
+ readonly Th: "TH";
1863
+ readonly Tl: "TL";
1864
+ readonly Tg: "TG";
1865
+ readonly Tk: "TK";
1866
+ readonly To: "TO";
1867
+ readonly Tt: "TT";
1868
+ readonly Tn: "TN";
1869
+ readonly Tr: "TR";
1870
+ readonly Tm: "TM";
1871
+ readonly Tc: "TC";
1872
+ readonly Tv: "TV";
1873
+ readonly Ug: "UG";
1874
+ readonly Ua: "UA";
1875
+ readonly Ae: "AE";
1876
+ readonly Gb: "GB";
1877
+ readonly Us: "US";
1878
+ readonly Um: "UM";
1879
+ readonly Uy: "UY";
1880
+ readonly Uz: "UZ";
1881
+ readonly Vu: "VU";
1882
+ readonly Ve: "VE";
1883
+ readonly Vn: "VN";
1884
+ readonly Vg: "VG";
1885
+ readonly Vi: "VI";
1886
+ readonly Wf: "WF";
1887
+ readonly Eh: "EH";
1888
+ readonly Ye: "YE";
1889
+ readonly Zm: "ZM";
1890
+ readonly Zw: "ZW";
1891
+ readonly Bq: "BQ";
1892
+ readonly Kp: "KP";
1893
+ readonly Sx: "SX";
1894
+ readonly Xk: "XK";
1895
+ readonly Ac: "AC";
1896
+ };
1897
+ /**
1898
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
1899
+ */
1900
+ export type PutV2ListsListEntriesEntryIdCountryCode2 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCountryCode2>;
1901
+ export type PutV2ListsListEntriesEntryIdEntryValuePhoneNumber = {
1902
+ /**
1903
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1904
+ */
1905
+ activeFrom: Date;
1906
+ /**
1907
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1908
+ */
1909
+ activeUntil: Date | null;
1910
+ /**
1911
+ * The actor that created this value.
1912
+ */
1913
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor12;
1914
+ /**
1915
+ * The raw, original phone number, as inputted.
1916
+ */
1917
+ originalPhoneNumber: string;
1918
+ /**
1919
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
1920
+ */
1921
+ countryCode: PutV2ListsListEntriesEntryIdCountryCode2;
1922
+ phoneNumber: string;
1923
+ /**
1924
+ * The attribute type of the value.
1925
+ */
1926
+ attributeType: "phone-number";
1927
+ };
1928
+ /**
1929
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1930
+ */
1931
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType11: {
1932
+ readonly ApiToken: "api-token";
1933
+ readonly WorkspaceMember: "workspace-member";
1934
+ readonly System: "system";
1935
+ readonly App: "app";
1936
+ };
1937
+ /**
1938
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1939
+ */
1940
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType11 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType11>;
1941
+ /**
1942
+ * The actor that created this value.
1943
+ */
1944
+ export type PutV2ListsListEntriesEntryIdCreatedByActor11 = {
1945
+ /**
1946
+ * An ID to identify the actor.
1947
+ */
1948
+ id?: string | null | undefined;
1949
+ /**
1950
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1951
+ */
1952
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType11 | null | undefined;
1953
+ };
1954
+ export type PutV2ListsListEntriesEntryIdEntryValuePersonalName = {
1955
+ /**
1956
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
1957
+ */
1958
+ activeFrom: Date;
1959
+ /**
1960
+ * The point in time at which this value was deactivated. If `null`, the value is active.
1961
+ */
1962
+ activeUntil: Date | null;
1963
+ /**
1964
+ * The actor that created this value.
1965
+ */
1966
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor11;
1967
+ /**
1968
+ * The first name.
1969
+ */
1970
+ firstName: string;
1971
+ /**
1972
+ * The last name.
1973
+ */
1974
+ lastName: string;
1975
+ /**
1976
+ * The full name.
1977
+ */
1978
+ fullName: string;
1979
+ /**
1980
+ * The attribute type of the value.
1981
+ */
1982
+ attributeType: "personal-name";
1983
+ };
1984
+ /**
1985
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1986
+ */
1987
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType10: {
1988
+ readonly ApiToken: "api-token";
1989
+ readonly WorkspaceMember: "workspace-member";
1990
+ readonly System: "system";
1991
+ readonly App: "app";
1992
+ };
1993
+ /**
1994
+ * The type of actor. [Read more information on actor types here](/docs/actors).
1995
+ */
1996
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType10 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType10>;
1997
+ /**
1998
+ * The actor that created this value.
1999
+ */
2000
+ export type PutV2ListsListEntriesEntryIdCreatedByActor10 = {
2001
+ /**
2002
+ * An ID to identify the actor.
2003
+ */
2004
+ id?: string | null | undefined;
2005
+ /**
2006
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2007
+ */
2008
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType10 | null | undefined;
2009
+ };
2010
+ export type PutV2ListsListEntriesEntryIdEntryValueNumber = {
2011
+ /**
2012
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2013
+ */
2014
+ activeFrom: Date;
2015
+ /**
2016
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2017
+ */
2018
+ activeUntil: Date | null;
2019
+ /**
2020
+ * The actor that created this value.
2021
+ */
2022
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor10;
2023
+ /**
2024
+ * Numbers are persisted as 64 bit floats.
2025
+ */
2026
+ value: number;
2027
+ /**
2028
+ * The attribute type of the value.
2029
+ */
2030
+ attributeType: "number";
2031
+ };
2032
+ /**
2033
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2034
+ */
2035
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType9: {
2036
+ readonly ApiToken: "api-token";
2037
+ readonly WorkspaceMember: "workspace-member";
2038
+ readonly System: "system";
2039
+ readonly App: "app";
2040
+ };
2041
+ /**
2042
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2043
+ */
2044
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType9 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType9>;
2045
+ /**
2046
+ * The actor that created this value.
2047
+ */
2048
+ export type PutV2ListsListEntriesEntryIdCreatedByActor9 = {
2049
+ /**
2050
+ * An ID to identify the actor.
2051
+ */
2052
+ id?: string | null | undefined;
2053
+ /**
2054
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2055
+ */
2056
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType9 | null | undefined;
2057
+ };
2058
+ /**
2059
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
2060
+ */
2061
+ export declare const PutV2ListsListEntriesEntryIdCountryCode1: {
2062
+ readonly Af: "AF";
2063
+ readonly Ax: "AX";
2064
+ readonly Al: "AL";
2065
+ readonly Dz: "DZ";
2066
+ readonly As: "AS";
2067
+ readonly Ad: "AD";
2068
+ readonly Ao: "AO";
2069
+ readonly Ai: "AI";
2070
+ readonly Aq: "AQ";
2071
+ readonly Ag: "AG";
2072
+ readonly Ar: "AR";
2073
+ readonly Am: "AM";
2074
+ readonly Aw: "AW";
2075
+ readonly Au: "AU";
2076
+ readonly At: "AT";
2077
+ readonly Az: "AZ";
2078
+ readonly Bs: "BS";
2079
+ readonly Bh: "BH";
2080
+ readonly Bd: "BD";
2081
+ readonly Bb: "BB";
2082
+ readonly By: "BY";
2083
+ readonly Be: "BE";
2084
+ readonly Bz: "BZ";
2085
+ readonly Bj: "BJ";
2086
+ readonly Bm: "BM";
2087
+ readonly Bt: "BT";
2088
+ readonly Bo: "BO";
2089
+ readonly Ba: "BA";
2090
+ readonly Bw: "BW";
2091
+ readonly Bv: "BV";
2092
+ readonly Br: "BR";
2093
+ readonly Io: "IO";
2094
+ readonly Bn: "BN";
2095
+ readonly Bg: "BG";
2096
+ readonly Bf: "BF";
2097
+ readonly Bi: "BI";
2098
+ readonly Kh: "KH";
2099
+ readonly Cm: "CM";
2100
+ readonly Ca: "CA";
2101
+ readonly Cv: "CV";
2102
+ readonly Ky: "KY";
2103
+ readonly Cf: "CF";
2104
+ readonly Td: "TD";
2105
+ readonly Cl: "CL";
2106
+ readonly Cn: "CN";
2107
+ readonly Cx: "CX";
2108
+ readonly Cc: "CC";
2109
+ readonly Co: "CO";
2110
+ readonly Km: "KM";
2111
+ readonly Cg: "CG";
2112
+ readonly Cd: "CD";
2113
+ readonly Ck: "CK";
2114
+ readonly Cr: "CR";
2115
+ readonly Ci: "CI";
2116
+ readonly Hr: "HR";
2117
+ readonly Cu: "CU";
2118
+ readonly Cw: "CW";
2119
+ readonly Cy: "CY";
2120
+ readonly Cz: "CZ";
2121
+ readonly Dk: "DK";
2122
+ readonly Dj: "DJ";
2123
+ readonly Dm: "DM";
2124
+ readonly Do: "DO";
2125
+ readonly Ec: "EC";
2126
+ readonly Eg: "EG";
2127
+ readonly Sv: "SV";
2128
+ readonly Gq: "GQ";
2129
+ readonly Er: "ER";
2130
+ readonly Ee: "EE";
2131
+ readonly Et: "ET";
2132
+ readonly Fk: "FK";
2133
+ readonly Fo: "FO";
2134
+ readonly Fj: "FJ";
2135
+ readonly Fi: "FI";
2136
+ readonly Fr: "FR";
2137
+ readonly Gf: "GF";
2138
+ readonly Pf: "PF";
2139
+ readonly Tf: "TF";
2140
+ readonly Ga: "GA";
2141
+ readonly Gm: "GM";
2142
+ readonly Ge: "GE";
2143
+ readonly De: "DE";
2144
+ readonly Gh: "GH";
2145
+ readonly Gi: "GI";
2146
+ readonly Gr: "GR";
2147
+ readonly Gl: "GL";
2148
+ readonly Gd: "GD";
2149
+ readonly Gp: "GP";
2150
+ readonly Gu: "GU";
2151
+ readonly Gt: "GT";
2152
+ readonly Gg: "GG";
2153
+ readonly Gn: "GN";
2154
+ readonly Gw: "GW";
2155
+ readonly Gy: "GY";
2156
+ readonly Ht: "HT";
2157
+ readonly Hm: "HM";
2158
+ readonly Va: "VA";
2159
+ readonly Hn: "HN";
2160
+ readonly Hk: "HK";
2161
+ readonly Hu: "HU";
2162
+ readonly Is: "IS";
2163
+ readonly In: "IN";
2164
+ readonly Id: "ID";
2165
+ readonly Ir: "IR";
2166
+ readonly Iq: "IQ";
2167
+ readonly Ie: "IE";
2168
+ readonly Im: "IM";
2169
+ readonly Il: "IL";
2170
+ readonly It: "IT";
2171
+ readonly Jm: "JM";
2172
+ readonly Jp: "JP";
2173
+ readonly Je: "JE";
2174
+ readonly Jo: "JO";
2175
+ readonly Kz: "KZ";
2176
+ readonly Ke: "KE";
2177
+ readonly Ki: "KI";
2178
+ readonly Kr: "KR";
2179
+ readonly Kw: "KW";
2180
+ readonly Kg: "KG";
2181
+ readonly La: "LA";
2182
+ readonly Lv: "LV";
2183
+ readonly Lb: "LB";
2184
+ readonly Ls: "LS";
2185
+ readonly Lr: "LR";
2186
+ readonly Ly: "LY";
2187
+ readonly Li: "LI";
2188
+ readonly Lt: "LT";
2189
+ readonly Lu: "LU";
2190
+ readonly Mo: "MO";
2191
+ readonly Mk: "MK";
2192
+ readonly Mg: "MG";
2193
+ readonly Mw: "MW";
2194
+ readonly My: "MY";
2195
+ readonly Mv: "MV";
2196
+ readonly Ml: "ML";
2197
+ readonly Mt: "MT";
2198
+ readonly Mh: "MH";
2199
+ readonly Mq: "MQ";
2200
+ readonly Mr: "MR";
2201
+ readonly Mu: "MU";
2202
+ readonly Yt: "YT";
2203
+ readonly Mx: "MX";
2204
+ readonly Fm: "FM";
2205
+ readonly Md: "MD";
2206
+ readonly Mc: "MC";
2207
+ readonly Mn: "MN";
2208
+ readonly Me: "ME";
2209
+ readonly Ms: "MS";
2210
+ readonly Ma: "MA";
2211
+ readonly Mz: "MZ";
2212
+ readonly Mm: "MM";
2213
+ readonly Na: "NA";
2214
+ readonly Nr: "NR";
2215
+ readonly Np: "NP";
2216
+ readonly Nl: "NL";
2217
+ readonly An: "AN";
2218
+ readonly Nc: "NC";
2219
+ readonly Nz: "NZ";
2220
+ readonly Ni: "NI";
2221
+ readonly Ne: "NE";
2222
+ readonly Ng: "NG";
2223
+ readonly Nu: "NU";
2224
+ readonly Nf: "NF";
2225
+ readonly Mp: "MP";
2226
+ readonly No: "NO";
2227
+ readonly Om: "OM";
2228
+ readonly Pk: "PK";
2229
+ readonly Pw: "PW";
2230
+ readonly Ps: "PS";
2231
+ readonly Pa: "PA";
2232
+ readonly Pg: "PG";
2233
+ readonly Py: "PY";
2234
+ readonly Pe: "PE";
2235
+ readonly Ph: "PH";
2236
+ readonly Pn: "PN";
2237
+ readonly Pl: "PL";
2238
+ readonly Pt: "PT";
2239
+ readonly Pr: "PR";
2240
+ readonly Qa: "QA";
2241
+ readonly Re: "RE";
2242
+ readonly Ro: "RO";
2243
+ readonly Ru: "RU";
2244
+ readonly Rw: "RW";
2245
+ readonly Bl: "BL";
2246
+ readonly Sh: "SH";
2247
+ readonly Kn: "KN";
2248
+ readonly Lc: "LC";
2249
+ readonly Mf: "MF";
2250
+ readonly Pm: "PM";
2251
+ readonly Vc: "VC";
2252
+ readonly Ws: "WS";
2253
+ readonly Sm: "SM";
2254
+ readonly St: "ST";
2255
+ readonly Sa: "SA";
2256
+ readonly Sn: "SN";
2257
+ readonly Ss: "SS";
2258
+ readonly Rs: "RS";
2259
+ readonly Sc: "SC";
2260
+ readonly Sl: "SL";
2261
+ readonly Sg: "SG";
2262
+ readonly Sk: "SK";
2263
+ readonly Si: "SI";
2264
+ readonly Sb: "SB";
2265
+ readonly So: "SO";
2266
+ readonly Za: "ZA";
2267
+ readonly Gs: "GS";
2268
+ readonly Es: "ES";
2269
+ readonly Lk: "LK";
2270
+ readonly Sd: "SD";
2271
+ readonly Sr: "SR";
2272
+ readonly Sj: "SJ";
2273
+ readonly Sz: "SZ";
2274
+ readonly Se: "SE";
2275
+ readonly Ch: "CH";
2276
+ readonly Sy: "SY";
2277
+ readonly Tw: "TW";
2278
+ readonly Tj: "TJ";
2279
+ readonly Tz: "TZ";
2280
+ readonly Th: "TH";
2281
+ readonly Tl: "TL";
2282
+ readonly Tg: "TG";
2283
+ readonly Tk: "TK";
2284
+ readonly To: "TO";
2285
+ readonly Tt: "TT";
2286
+ readonly Tn: "TN";
2287
+ readonly Tr: "TR";
2288
+ readonly Tm: "TM";
2289
+ readonly Tc: "TC";
2290
+ readonly Tv: "TV";
2291
+ readonly Ug: "UG";
2292
+ readonly Ua: "UA";
2293
+ readonly Ae: "AE";
2294
+ readonly Gb: "GB";
2295
+ readonly Us: "US";
2296
+ readonly Um: "UM";
2297
+ readonly Uy: "UY";
2298
+ readonly Uz: "UZ";
2299
+ readonly Vu: "VU";
2300
+ readonly Ve: "VE";
2301
+ readonly Vn: "VN";
2302
+ readonly Vg: "VG";
2303
+ readonly Vi: "VI";
2304
+ readonly Wf: "WF";
2305
+ readonly Eh: "EH";
2306
+ readonly Ye: "YE";
2307
+ readonly Zm: "ZM";
2308
+ readonly Zw: "ZW";
2309
+ readonly Bq: "BQ";
2310
+ readonly Kp: "KP";
2311
+ readonly Sx: "SX";
2312
+ readonly Xk: "XK";
2313
+ readonly Ac: "AC";
2314
+ };
2315
+ /**
2316
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
2317
+ */
2318
+ export type PutV2ListsListEntriesEntryIdCountryCode1 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCountryCode1>;
2319
+ export type PutV2ListsListEntriesEntryIdEntryValueLocation = {
2320
+ /**
2321
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2322
+ */
2323
+ activeFrom: Date;
2324
+ /**
2325
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2326
+ */
2327
+ activeUntil: Date | null;
2328
+ /**
2329
+ * The actor that created this value.
2330
+ */
2331
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor9;
2332
+ /**
2333
+ * The first line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
2334
+ */
2335
+ line1: string | null;
2336
+ /**
2337
+ * The second line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
2338
+ */
2339
+ line2: string | null;
2340
+ /**
2341
+ * The third line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
2342
+ */
2343
+ line3: string | null;
2344
+ /**
2345
+ * The fourth line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
2346
+ */
2347
+ line4: string | null;
2348
+ /**
2349
+ * The town, neighborhood or area the location is in.
2350
+ */
2351
+ locality: string | null;
2352
+ /**
2353
+ * The state, county, province or region that the location is in.
2354
+ */
2355
+ region: string | null;
2356
+ /**
2357
+ * The postcode or zip code for the location. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
2358
+ */
2359
+ postcode: string | null;
2360
+ /**
2361
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
2362
+ */
2363
+ countryCode: PutV2ListsListEntriesEntryIdCountryCode1 | null;
2364
+ /**
2365
+ * The latitude of the location. Validated by the regular expression `/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
2366
+ */
2367
+ latitude: string | null;
2368
+ /**
2369
+ * The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
2370
+ */
2371
+ longitude: string | null;
2372
+ /**
2373
+ * The attribute type of the value.
2374
+ */
2375
+ attributeType: "location";
2376
+ };
2377
+ /**
2378
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2379
+ */
2380
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType8: {
2381
+ readonly ApiToken: "api-token";
2382
+ readonly WorkspaceMember: "workspace-member";
2383
+ readonly System: "system";
2384
+ readonly App: "app";
2385
+ };
2386
+ /**
2387
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2388
+ */
2389
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType8 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType8>;
2390
+ /**
2391
+ * The actor that created this value.
2392
+ */
2393
+ export type PutV2ListsListEntriesEntryIdCreatedByActor8 = {
2394
+ /**
2395
+ * An ID to identify the actor.
2396
+ */
2397
+ id?: string | null | undefined;
2398
+ /**
2399
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2400
+ */
2401
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType8 | null | undefined;
2402
+ };
2403
+ /**
2404
+ * The type of interaction e.g. calendar or email.
2405
+ */
2406
+ export declare const PutV2ListsListEntriesEntryIdInteractionType: {
2407
+ readonly CalendarEvent: "calendar-event";
2408
+ readonly Call: "call";
2409
+ readonly ChatThread: "chat-thread";
2410
+ readonly Email: "email";
2411
+ readonly InPersonMeeting: "in-person-meeting";
2412
+ readonly Meeting: "meeting";
2413
+ };
2414
+ /**
2415
+ * The type of interaction e.g. calendar or email.
2416
+ */
2417
+ export type PutV2ListsListEntriesEntryIdInteractionType = OpenEnum<typeof PutV2ListsListEntriesEntryIdInteractionType>;
2418
+ /**
2419
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2420
+ */
2421
+ export declare const PutV2ListsListEntriesEntryIdOwnerActorType: {
2422
+ readonly ApiToken: "api-token";
2423
+ readonly WorkspaceMember: "workspace-member";
2424
+ readonly System: "system";
2425
+ readonly App: "app";
2426
+ };
2427
+ /**
2428
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2429
+ */
2430
+ export type PutV2ListsListEntriesEntryIdOwnerActorType = OpenEnum<typeof PutV2ListsListEntriesEntryIdOwnerActorType>;
2431
+ /**
2432
+ * The actor that created this value.
2433
+ */
2434
+ export type PutV2ListsListEntriesEntryIdOwnerActor = {
2435
+ /**
2436
+ * An ID to identify the actor.
2437
+ */
2438
+ id?: string | null | undefined;
2439
+ /**
2440
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2441
+ */
2442
+ type?: PutV2ListsListEntriesEntryIdOwnerActorType | null | undefined;
2443
+ };
2444
+ export type PutV2ListsListEntriesEntryIdEntryValueInteraction = {
2445
+ /**
2446
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2447
+ */
2448
+ activeFrom: Date;
2449
+ /**
2450
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2451
+ */
2452
+ activeUntil: Date | null;
2453
+ /**
2454
+ * The actor that created this value.
2455
+ */
2456
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor8;
2457
+ /**
2458
+ * The type of interaction e.g. calendar or email.
2459
+ */
2460
+ interactionType: PutV2ListsListEntriesEntryIdInteractionType;
2461
+ /**
2462
+ * When the interaction occurred.
2463
+ */
2464
+ interactedAt: Date;
2465
+ /**
2466
+ * The actor that created this value.
2467
+ */
2468
+ ownerActor: PutV2ListsListEntriesEntryIdOwnerActor;
2469
+ /**
2470
+ * The attribute type of the value.
2471
+ */
2472
+ attributeType: "interaction";
2473
+ };
2474
+ /**
2475
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2476
+ */
2477
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType7: {
2478
+ readonly ApiToken: "api-token";
2479
+ readonly WorkspaceMember: "workspace-member";
2480
+ readonly System: "system";
2481
+ readonly App: "app";
2482
+ };
2483
+ /**
2484
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2485
+ */
2486
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType7 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType7>;
2487
+ /**
2488
+ * The actor that created this value.
2489
+ */
2490
+ export type PutV2ListsListEntriesEntryIdCreatedByActor7 = {
2491
+ /**
2492
+ * An ID to identify the actor.
2493
+ */
2494
+ id?: string | null | undefined;
2495
+ /**
2496
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2497
+ */
2498
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType7 | null | undefined;
2499
+ };
2500
+ export type PutV2ListsListEntriesEntryIdEntryValueRecordReference = {
2501
+ /**
2502
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2503
+ */
2504
+ activeFrom: Date;
2505
+ /**
2506
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2507
+ */
2508
+ activeUntil: Date | null;
2509
+ /**
2510
+ * The actor that created this value.
2511
+ */
2512
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor7;
2513
+ /**
2514
+ * A slug identifying the object that the referenced record belongs to.
2515
+ */
2516
+ targetObject: string;
2517
+ /**
2518
+ * A UUID to identify the referenced record.
2519
+ */
2520
+ targetRecordId: string;
2521
+ /**
2522
+ * The attribute type of the value.
2523
+ */
2524
+ attributeType: "record-reference";
2525
+ };
2526
+ /**
2527
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2528
+ */
2529
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType6: {
2530
+ readonly ApiToken: "api-token";
2531
+ readonly WorkspaceMember: "workspace-member";
2532
+ readonly System: "system";
2533
+ readonly App: "app";
2534
+ };
2535
+ /**
2536
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2537
+ */
2538
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType6 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType6>;
2539
+ /**
2540
+ * The actor that created this value.
2541
+ */
2542
+ export type PutV2ListsListEntriesEntryIdCreatedByActor6 = {
2543
+ /**
2544
+ * An ID to identify the actor.
2545
+ */
2546
+ id?: string | null | undefined;
2547
+ /**
2548
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2549
+ */
2550
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType6 | null | undefined;
2551
+ };
2552
+ export type PutV2ListsListEntriesEntryIdEntryValueEmailAddress = {
2553
+ /**
2554
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2555
+ */
2556
+ activeFrom: Date;
2557
+ /**
2558
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2559
+ */
2560
+ activeUntil: Date | null;
2561
+ /**
2562
+ * The actor that created this value.
2563
+ */
2564
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor6;
2565
+ originalEmailAddress: string;
2566
+ emailAddress: string;
2567
+ emailDomain: string;
2568
+ emailRootDomain: string;
2569
+ emailLocalSpecifier: string;
2570
+ /**
2571
+ * The attribute type of the value.
2572
+ */
2573
+ attributeType: "email-address";
2574
+ };
2575
+ /**
2576
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2577
+ */
2578
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType5: {
2579
+ readonly ApiToken: "api-token";
2580
+ readonly WorkspaceMember: "workspace-member";
2581
+ readonly System: "system";
2582
+ readonly App: "app";
2583
+ };
2584
+ /**
2585
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2586
+ */
2587
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType5 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType5>;
2588
+ /**
2589
+ * The actor that created this value.
2590
+ */
2591
+ export type PutV2ListsListEntriesEntryIdCreatedByActor5 = {
2592
+ /**
2593
+ * An ID to identify the actor.
2594
+ */
2595
+ id?: string | null | undefined;
2596
+ /**
2597
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2598
+ */
2599
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType5 | null | undefined;
2600
+ };
2601
+ export type PutV2ListsListEntriesEntryIdEntryValueDomain = {
2602
+ /**
2603
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2604
+ */
2605
+ activeFrom: Date;
2606
+ /**
2607
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2608
+ */
2609
+ activeUntil: Date | null;
2610
+ /**
2611
+ * The actor that created this value.
2612
+ */
2613
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor5;
2614
+ domain: string;
2615
+ rootDomain: string;
2616
+ /**
2617
+ * The attribute type of the value.
2618
+ */
2619
+ attributeType: "domain";
2620
+ };
2621
+ /**
2622
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2623
+ */
2624
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType4: {
2625
+ readonly ApiToken: "api-token";
2626
+ readonly WorkspaceMember: "workspace-member";
2627
+ readonly System: "system";
2628
+ readonly App: "app";
2629
+ };
2630
+ /**
2631
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2632
+ */
2633
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType4 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType4>;
2634
+ /**
2635
+ * The actor that created this value.
2636
+ */
2637
+ export type PutV2ListsListEntriesEntryIdCreatedByActor4 = {
2638
+ /**
2639
+ * An ID to identify the actor.
2640
+ */
2641
+ id?: string | null | undefined;
2642
+ /**
2643
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2644
+ */
2645
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType4 | null | undefined;
2646
+ };
2647
+ export type PutV2ListsListEntriesEntryIdEntryValueDate = {
2648
+ /**
2649
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2650
+ */
2651
+ activeFrom: Date;
2652
+ /**
2653
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2654
+ */
2655
+ activeUntil: Date | null;
2656
+ /**
2657
+ * The actor that created this value.
2658
+ */
2659
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor4;
2660
+ /**
2661
+ * The attribute type of the value.
2662
+ */
2663
+ attributeType: "date";
2664
+ /**
2665
+ * A date represents a single calendar year, month and day, independent of timezone. If hours, months, seconds or timezones are provided, they will be trimmed. For example, "2023" and "2023-01" will be coerced into "2023-01-01", and "2023-01-02", "2023-01-02T13:00", "2023-01-02T14:00:00", "2023-01-02T15:00:00.000000000", and "2023-01-02T15:00:00.000000000+02:00" will all be coerced to "2023-01-02". If a timezone is provided that would result in a different calendar date in UTC, the date will be coerced to UTC and then the timezone component will be trimmed. For example, the value "2023-01-02T23:00:00-10:00" will be returned as "2023-01-03". The maximum date is "9999-12-31".
2666
+ */
2667
+ value: string;
2668
+ };
2669
+ /**
2670
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2671
+ */
2672
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType3: {
2673
+ readonly ApiToken: "api-token";
2674
+ readonly WorkspaceMember: "workspace-member";
2675
+ readonly System: "system";
2676
+ readonly App: "app";
2677
+ };
2678
+ /**
2679
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2680
+ */
2681
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType3 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType3>;
2682
+ /**
2683
+ * The actor that created this value.
2684
+ */
2685
+ export type PutV2ListsListEntriesEntryIdCreatedByActor3 = {
2686
+ /**
2687
+ * An ID to identify the actor.
2688
+ */
2689
+ id?: string | null | undefined;
2690
+ /**
2691
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2692
+ */
2693
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType3 | null | undefined;
2694
+ };
2695
+ /**
2696
+ * The ISO4217 currency code representing the currency that the value is stored in.
2697
+ */
2698
+ export declare const PutV2ListsListEntriesEntryIdCurrencyCode: {
2699
+ readonly Ars: "ARS";
2700
+ readonly Aud: "AUD";
2701
+ readonly Brl: "BRL";
2702
+ readonly Bgn: "BGN";
2703
+ readonly Cad: "CAD";
2704
+ readonly Clp: "CLP";
2705
+ readonly Cny: "CNY";
2706
+ readonly Cop: "COP";
2707
+ readonly Czk: "CZK";
2708
+ readonly Dkk: "DKK";
2709
+ readonly Eur: "EUR";
2710
+ readonly Hkd: "HKD";
2711
+ readonly Huf: "HUF";
2712
+ readonly Isk: "ISK";
2713
+ readonly Inr: "INR";
2714
+ readonly Ils: "ILS";
2715
+ readonly Jpy: "JPY";
2716
+ readonly Kes: "KES";
2717
+ readonly Krw: "KRW";
2718
+ readonly Myr: "MYR";
2719
+ readonly Mxn: "MXN";
2720
+ readonly Ntd: "NTD";
2721
+ readonly Nzd: "NZD";
2722
+ readonly Ngn: "NGN";
2723
+ readonly Nok: "NOK";
2724
+ readonly Xpf: "XPF";
2725
+ readonly Pen: "PEN";
2726
+ readonly Php: "PHP";
2727
+ readonly Pln: "PLN";
2728
+ readonly Gbp: "GBP";
2729
+ readonly Rwf: "RWF";
2730
+ readonly Sar: "SAR";
2731
+ readonly Sgd: "SGD";
2732
+ readonly Zar: "ZAR";
2733
+ readonly Sek: "SEK";
2734
+ readonly Chf: "CHF";
2735
+ readonly Thb: "THB";
2736
+ readonly Aed: "AED";
2737
+ readonly Uyu: "UYU";
2738
+ readonly Usd: "USD";
2739
+ };
2740
+ /**
2741
+ * The ISO4217 currency code representing the currency that the value is stored in.
2742
+ */
2743
+ export type PutV2ListsListEntriesEntryIdCurrencyCode = OpenEnum<typeof PutV2ListsListEntriesEntryIdCurrencyCode>;
2744
+ export type PutV2ListsListEntriesEntryIdEntryValueCurrency = {
2745
+ /**
2746
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2747
+ */
2748
+ activeFrom: Date;
2749
+ /**
2750
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2751
+ */
2752
+ activeUntil: Date | null;
2753
+ /**
2754
+ * The actor that created this value.
2755
+ */
2756
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor3;
2757
+ /**
2758
+ * A numerical representation of the currency value. A decimal with a max of 4 decimal places.
2759
+ */
2760
+ currencyValue: number;
2761
+ /**
2762
+ * The ISO4217 currency code representing the currency that the value is stored in.
2763
+ */
2764
+ currencyCode?: PutV2ListsListEntriesEntryIdCurrencyCode | null | undefined;
2765
+ /**
2766
+ * The attribute type of the value.
2767
+ */
2768
+ attributeType: "currency";
2769
+ };
2770
+ /**
2771
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2772
+ */
2773
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType2: {
2774
+ readonly ApiToken: "api-token";
2775
+ readonly WorkspaceMember: "workspace-member";
2776
+ readonly System: "system";
2777
+ readonly App: "app";
2778
+ };
2779
+ /**
2780
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2781
+ */
2782
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType2 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType2>;
2783
+ /**
2784
+ * The actor that created this value.
2785
+ */
2786
+ export type PutV2ListsListEntriesEntryIdCreatedByActor2 = {
2787
+ /**
2788
+ * An ID to identify the actor.
2789
+ */
2790
+ id?: string | null | undefined;
2791
+ /**
2792
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2793
+ */
2794
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType2 | null | undefined;
2795
+ };
2796
+ export type PutV2ListsListEntriesEntryIdEntryValueCheckbox = {
2797
+ /**
2798
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2799
+ */
2800
+ activeFrom: Date;
2801
+ /**
2802
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2803
+ */
2804
+ activeUntil: Date | null;
2805
+ /**
2806
+ * The actor that created this value.
2807
+ */
2808
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor2;
2809
+ /**
2810
+ * A boolean representing whether the checkbox is checked or not. The string values 'true' and 'false' are also accepted.
2811
+ */
2812
+ value: boolean;
2813
+ /**
2814
+ * The attribute type of the value.
2815
+ */
2816
+ attributeType: "checkbox";
2817
+ };
2818
+ /**
2819
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2820
+ */
2821
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType1: {
2822
+ readonly ApiToken: "api-token";
2823
+ readonly WorkspaceMember: "workspace-member";
2824
+ readonly System: "system";
2825
+ readonly App: "app";
2826
+ };
2827
+ /**
2828
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2829
+ */
2830
+ export type PutV2ListsListEntriesEntryIdCreatedByActorType1 = OpenEnum<typeof PutV2ListsListEntriesEntryIdCreatedByActorType1>;
2831
+ /**
2832
+ * The actor that created this value.
2833
+ */
2834
+ export type PutV2ListsListEntriesEntryIdCreatedByActor1 = {
2835
+ /**
2836
+ * An ID to identify the actor.
2837
+ */
2838
+ id?: string | null | undefined;
2839
+ /**
2840
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2841
+ */
2842
+ type?: PutV2ListsListEntriesEntryIdCreatedByActorType1 | null | undefined;
2843
+ };
2844
+ /**
2845
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
2846
+ */
2847
+ export declare const PutV2ListsListEntriesEntryIdReferencedActorType: {
2848
+ readonly ApiToken: "api-token";
2849
+ readonly WorkspaceMember: "workspace-member";
2850
+ readonly System: "system";
2851
+ readonly App: "app";
2852
+ };
2853
+ /**
2854
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
2855
+ */
2856
+ export type PutV2ListsListEntriesEntryIdReferencedActorType = OpenEnum<typeof PutV2ListsListEntriesEntryIdReferencedActorType>;
2857
+ export type PutV2ListsListEntriesEntryIdEntryValueActorReference = {
2858
+ /**
2859
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2860
+ */
2861
+ activeFrom: Date;
2862
+ /**
2863
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2864
+ */
2865
+ activeUntil: Date | null;
2866
+ /**
2867
+ * The actor that created this value.
2868
+ */
2869
+ createdByActor: PutV2ListsListEntriesEntryIdCreatedByActor1;
2870
+ /**
2871
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
2872
+ */
2873
+ referencedActorType: PutV2ListsListEntriesEntryIdReferencedActorType;
2874
+ /**
2875
+ * The ID of the referenced actor.
2876
+ */
2877
+ referencedActorId: string | null;
2878
+ /**
2879
+ * The attribute type of the value.
2880
+ */
2881
+ attributeType: "actor-reference";
2882
+ };
2883
+ export type PutV2ListsListEntriesEntryIdEntryValueUnion = PutV2ListsListEntriesEntryIdEntryValueActorReference | PutV2ListsListEntriesEntryIdEntryValueCheckbox | PutV2ListsListEntriesEntryIdEntryValueCurrency | PutV2ListsListEntriesEntryIdEntryValueDate | PutV2ListsListEntriesEntryIdEntryValueDomain | PutV2ListsListEntriesEntryIdEntryValueEmailAddress | PutV2ListsListEntriesEntryIdEntryValueRecordReference | PutV2ListsListEntriesEntryIdEntryValueInteraction | PutV2ListsListEntriesEntryIdEntryValueLocation | PutV2ListsListEntriesEntryIdEntryValueNumber | PutV2ListsListEntriesEntryIdEntryValuePersonalName | PutV2ListsListEntriesEntryIdEntryValuePhoneNumber | PutV2ListsListEntriesEntryIdEntryValueStatus | PutV2ListsListEntriesEntryIdEntryValueRating | PutV2ListsListEntriesEntryIdEntryValueSelect | PutV2ListsListEntriesEntryIdEntryValueText | PutV2ListsListEntriesEntryIdEntryValueTimestamp | discriminatedUnionTypes.Unknown<"attributeType">;
2884
+ export type PutV2ListsListEntriesEntryIdDataResponse = {
2885
+ id: PutV2ListsListEntriesEntryIdId;
2886
+ /**
2887
+ * A UUID identifying the record that is parent of the list entry.
2888
+ */
2889
+ parentRecordId: string;
2890
+ /**
2891
+ * A UUID or slug identifying the object that the parent record belongs to.
2892
+ */
2893
+ parentObject: string;
2894
+ /**
2895
+ * When this entry was created.
2896
+ */
2897
+ createdAt: string;
2898
+ /**
2899
+ * A list of attribute values for the list entry (not attribute values for its parent record).
2900
+ */
2901
+ entryValues: {
2902
+ [k: string]: Array<PutV2ListsListEntriesEntryIdEntryValueActorReference | PutV2ListsListEntriesEntryIdEntryValueCheckbox | PutV2ListsListEntriesEntryIdEntryValueCurrency | PutV2ListsListEntriesEntryIdEntryValueDate | PutV2ListsListEntriesEntryIdEntryValueDomain | PutV2ListsListEntriesEntryIdEntryValueEmailAddress | PutV2ListsListEntriesEntryIdEntryValueRecordReference | PutV2ListsListEntriesEntryIdEntryValueInteraction | PutV2ListsListEntriesEntryIdEntryValueLocation | PutV2ListsListEntriesEntryIdEntryValueNumber | PutV2ListsListEntriesEntryIdEntryValuePersonalName | PutV2ListsListEntriesEntryIdEntryValuePhoneNumber | PutV2ListsListEntriesEntryIdEntryValueStatus | PutV2ListsListEntriesEntryIdEntryValueRating | PutV2ListsListEntriesEntryIdEntryValueSelect | PutV2ListsListEntriesEntryIdEntryValueText | PutV2ListsListEntriesEntryIdEntryValueTimestamp | discriminatedUnionTypes.Unknown<"attributeType">>;
2903
+ };
2904
+ };
2905
+ /**
2906
+ * Success
2907
+ */
2908
+ export type PutV2ListsListEntriesEntryIdResponse = {
2909
+ data: PutV2ListsListEntriesEntryIdDataResponse;
2910
+ };
2911
+ export type DeleteV2ListsListEntriesEntryIdRequest = {
2912
+ list: string;
2913
+ entryId: string;
2914
+ };
2915
+ /**
2916
+ * Success
2917
+ */
2918
+ export type DeleteV2ListsListEntriesEntryIdResponse = {};
2919
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesRequest = {
2920
+ list: string;
2921
+ entryId: string;
2922
+ attribute: string;
2923
+ showHistoric?: boolean | undefined;
2924
+ limit?: number | undefined;
2925
+ offset?: number | undefined;
2926
+ };
2927
+ /**
2928
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2929
+ */
2930
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType17: {
2931
+ readonly ApiToken: "api-token";
2932
+ readonly WorkspaceMember: "workspace-member";
2933
+ readonly System: "system";
2934
+ readonly App: "app";
2935
+ };
2936
+ /**
2937
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2938
+ */
2939
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType17 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType17>;
2940
+ /**
2941
+ * The actor that created this value.
2942
+ */
2943
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor17 = {
2944
+ /**
2945
+ * An ID to identify the actor.
2946
+ */
2947
+ id?: string | null | undefined;
2948
+ /**
2949
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2950
+ */
2951
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType17 | null | undefined;
2952
+ };
2953
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp = {
2954
+ /**
2955
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
2956
+ */
2957
+ activeFrom: Date;
2958
+ /**
2959
+ * The point in time at which this value was deactivated. If `null`, the value is active.
2960
+ */
2961
+ activeUntil: Date | null;
2962
+ /**
2963
+ * The actor that created this value.
2964
+ */
2965
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor17;
2966
+ /**
2967
+ * The attribute type of the value.
2968
+ */
2969
+ attributeType: "timestamp";
2970
+ /**
2971
+ * A timestamp value represents a single, universal moment in time using an ISO 8601 formatted string. This means that a timestamp consists of a date, a time (with nanosecond precision), and a time zone. Attio will coerce timestamps which do not provide full nanosecond precision and UTC is assumed if no time zone is provided. For example, "2023", "2023-01", "2023-01-02", "2023-01-02T13:00", "2023-01-02T13:00:00", and "2023-01-02T13:00:00.000000000" will all be coerced to "2023-01-02T13:00:00.000000000Z". Timestamps are always returned in UTC. For example, writing a timestamp value using the string "2023-01-02T13:00:00.000000000+02:00" will result in the value "2023-01-02T11:00:00.000000000Z" being returned. The maximum date is "9999-12-31T23:59:59.999999999Z".
2972
+ */
2973
+ value: Date;
2974
+ };
2975
+ /**
2976
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2977
+ */
2978
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType16: {
2979
+ readonly ApiToken: "api-token";
2980
+ readonly WorkspaceMember: "workspace-member";
2981
+ readonly System: "system";
2982
+ readonly App: "app";
2983
+ };
2984
+ /**
2985
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2986
+ */
2987
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType16 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType16>;
2988
+ /**
2989
+ * The actor that created this value.
2990
+ */
2991
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor16 = {
2992
+ /**
2993
+ * An ID to identify the actor.
2994
+ */
2995
+ id?: string | null | undefined;
2996
+ /**
2997
+ * The type of actor. [Read more information on actor types here](/docs/actors).
2998
+ */
2999
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType16 | null | undefined;
3000
+ };
3001
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText = {
3002
+ /**
3003
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3004
+ */
3005
+ activeFrom: Date;
3006
+ /**
3007
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3008
+ */
3009
+ activeUntil: Date | null;
3010
+ /**
3011
+ * The actor that created this value.
3012
+ */
3013
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor16;
3014
+ /**
3015
+ * A raw text field. Values are limited to 10MB.
3016
+ */
3017
+ value: string;
3018
+ /**
3019
+ * The attribute type of the value.
3020
+ */
3021
+ attributeType: "text";
3022
+ };
3023
+ /**
3024
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3025
+ */
3026
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType15: {
3027
+ readonly ApiToken: "api-token";
3028
+ readonly WorkspaceMember: "workspace-member";
3029
+ readonly System: "system";
3030
+ readonly App: "app";
3031
+ };
3032
+ /**
3033
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3034
+ */
3035
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType15 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType15>;
3036
+ /**
3037
+ * The actor that created this value.
3038
+ */
3039
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor15 = {
3040
+ /**
3041
+ * An ID to identify the actor.
3042
+ */
3043
+ id?: string | null | undefined;
3044
+ /**
3045
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3046
+ */
3047
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType15 | null | undefined;
3048
+ };
3049
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect = {
3050
+ /**
3051
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3052
+ */
3053
+ activeFrom: Date;
3054
+ /**
3055
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3056
+ */
3057
+ activeUntil: Date | null;
3058
+ /**
3059
+ * The actor that created this value.
3060
+ */
3061
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor15;
3062
+ option: models.SelectOption;
3063
+ /**
3064
+ * The attribute type of the value.
3065
+ */
3066
+ attributeType: "select";
3067
+ };
3068
+ /**
3069
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3070
+ */
3071
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType14: {
3072
+ readonly ApiToken: "api-token";
3073
+ readonly WorkspaceMember: "workspace-member";
3074
+ readonly System: "system";
3075
+ readonly App: "app";
3076
+ };
3077
+ /**
3078
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3079
+ */
3080
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType14 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType14>;
3081
+ /**
3082
+ * The actor that created this value.
3083
+ */
3084
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor14 = {
3085
+ /**
3086
+ * An ID to identify the actor.
3087
+ */
3088
+ id?: string | null | undefined;
3089
+ /**
3090
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3091
+ */
3092
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType14 | null | undefined;
3093
+ };
3094
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating = {
3095
+ /**
3096
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3097
+ */
3098
+ activeFrom: Date;
3099
+ /**
3100
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3101
+ */
3102
+ activeUntil: Date | null;
3103
+ /**
3104
+ * The actor that created this value.
3105
+ */
3106
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor14;
3107
+ /**
3108
+ * A number between 0 and 5 (inclusive) to represent a star rating.
3109
+ */
3110
+ value: number;
3111
+ /**
3112
+ * The attribute type of the value.
3113
+ */
3114
+ attributeType: "rating";
3115
+ };
3116
+ /**
3117
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3118
+ */
3119
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType13: {
3120
+ readonly ApiToken: "api-token";
3121
+ readonly WorkspaceMember: "workspace-member";
3122
+ readonly System: "system";
3123
+ readonly App: "app";
3124
+ };
3125
+ /**
3126
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3127
+ */
3128
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType13 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType13>;
3129
+ /**
3130
+ * The actor that created this value.
3131
+ */
3132
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor13 = {
3133
+ /**
3134
+ * An ID to identify the actor.
3135
+ */
3136
+ id?: string | null | undefined;
3137
+ /**
3138
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3139
+ */
3140
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType13 | null | undefined;
3141
+ };
3142
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus = {
3143
+ /**
3144
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3145
+ */
3146
+ activeFrom: Date;
3147
+ /**
3148
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3149
+ */
3150
+ activeUntil: Date | null;
3151
+ /**
3152
+ * The actor that created this value.
3153
+ */
3154
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor13;
3155
+ status: models.Status;
3156
+ /**
3157
+ * The attribute type of the value.
3158
+ */
3159
+ attributeType: "status";
3160
+ };
3161
+ /**
3162
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3163
+ */
3164
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType12: {
3165
+ readonly ApiToken: "api-token";
3166
+ readonly WorkspaceMember: "workspace-member";
3167
+ readonly System: "system";
3168
+ readonly App: "app";
3169
+ };
3170
+ /**
3171
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3172
+ */
3173
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType12 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType12>;
3174
+ /**
3175
+ * The actor that created this value.
3176
+ */
3177
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor12 = {
3178
+ /**
3179
+ * An ID to identify the actor.
3180
+ */
3181
+ id?: string | null | undefined;
3182
+ /**
3183
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3184
+ */
3185
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType12 | null | undefined;
3186
+ };
3187
+ /**
3188
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
3189
+ */
3190
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode2: {
3191
+ readonly Af: "AF";
3192
+ readonly Ax: "AX";
3193
+ readonly Al: "AL";
3194
+ readonly Dz: "DZ";
3195
+ readonly As: "AS";
3196
+ readonly Ad: "AD";
3197
+ readonly Ao: "AO";
3198
+ readonly Ai: "AI";
3199
+ readonly Aq: "AQ";
3200
+ readonly Ag: "AG";
3201
+ readonly Ar: "AR";
3202
+ readonly Am: "AM";
3203
+ readonly Aw: "AW";
3204
+ readonly Au: "AU";
3205
+ readonly At: "AT";
3206
+ readonly Az: "AZ";
3207
+ readonly Bs: "BS";
3208
+ readonly Bh: "BH";
3209
+ readonly Bd: "BD";
3210
+ readonly Bb: "BB";
3211
+ readonly By: "BY";
3212
+ readonly Be: "BE";
3213
+ readonly Bz: "BZ";
3214
+ readonly Bj: "BJ";
3215
+ readonly Bm: "BM";
3216
+ readonly Bt: "BT";
3217
+ readonly Bo: "BO";
3218
+ readonly Ba: "BA";
3219
+ readonly Bw: "BW";
3220
+ readonly Bv: "BV";
3221
+ readonly Br: "BR";
3222
+ readonly Io: "IO";
3223
+ readonly Bn: "BN";
3224
+ readonly Bg: "BG";
3225
+ readonly Bf: "BF";
3226
+ readonly Bi: "BI";
3227
+ readonly Kh: "KH";
3228
+ readonly Cm: "CM";
3229
+ readonly Ca: "CA";
3230
+ readonly Cv: "CV";
3231
+ readonly Ky: "KY";
3232
+ readonly Cf: "CF";
3233
+ readonly Td: "TD";
3234
+ readonly Cl: "CL";
3235
+ readonly Cn: "CN";
3236
+ readonly Cx: "CX";
3237
+ readonly Cc: "CC";
3238
+ readonly Co: "CO";
3239
+ readonly Km: "KM";
3240
+ readonly Cg: "CG";
3241
+ readonly Cd: "CD";
3242
+ readonly Ck: "CK";
3243
+ readonly Cr: "CR";
3244
+ readonly Ci: "CI";
3245
+ readonly Hr: "HR";
3246
+ readonly Cu: "CU";
3247
+ readonly Cw: "CW";
3248
+ readonly Cy: "CY";
3249
+ readonly Cz: "CZ";
3250
+ readonly Dk: "DK";
3251
+ readonly Dj: "DJ";
3252
+ readonly Dm: "DM";
3253
+ readonly Do: "DO";
3254
+ readonly Ec: "EC";
3255
+ readonly Eg: "EG";
3256
+ readonly Sv: "SV";
3257
+ readonly Gq: "GQ";
3258
+ readonly Er: "ER";
3259
+ readonly Ee: "EE";
3260
+ readonly Et: "ET";
3261
+ readonly Fk: "FK";
3262
+ readonly Fo: "FO";
3263
+ readonly Fj: "FJ";
3264
+ readonly Fi: "FI";
3265
+ readonly Fr: "FR";
3266
+ readonly Gf: "GF";
3267
+ readonly Pf: "PF";
3268
+ readonly Tf: "TF";
3269
+ readonly Ga: "GA";
3270
+ readonly Gm: "GM";
3271
+ readonly Ge: "GE";
3272
+ readonly De: "DE";
3273
+ readonly Gh: "GH";
3274
+ readonly Gi: "GI";
3275
+ readonly Gr: "GR";
3276
+ readonly Gl: "GL";
3277
+ readonly Gd: "GD";
3278
+ readonly Gp: "GP";
3279
+ readonly Gu: "GU";
3280
+ readonly Gt: "GT";
3281
+ readonly Gg: "GG";
3282
+ readonly Gn: "GN";
3283
+ readonly Gw: "GW";
3284
+ readonly Gy: "GY";
3285
+ readonly Ht: "HT";
3286
+ readonly Hm: "HM";
3287
+ readonly Va: "VA";
3288
+ readonly Hn: "HN";
3289
+ readonly Hk: "HK";
3290
+ readonly Hu: "HU";
3291
+ readonly Is: "IS";
3292
+ readonly In: "IN";
3293
+ readonly Id: "ID";
3294
+ readonly Ir: "IR";
3295
+ readonly Iq: "IQ";
3296
+ readonly Ie: "IE";
3297
+ readonly Im: "IM";
3298
+ readonly Il: "IL";
3299
+ readonly It: "IT";
3300
+ readonly Jm: "JM";
3301
+ readonly Jp: "JP";
3302
+ readonly Je: "JE";
3303
+ readonly Jo: "JO";
3304
+ readonly Kz: "KZ";
3305
+ readonly Ke: "KE";
3306
+ readonly Ki: "KI";
3307
+ readonly Kr: "KR";
3308
+ readonly Kw: "KW";
3309
+ readonly Kg: "KG";
3310
+ readonly La: "LA";
3311
+ readonly Lv: "LV";
3312
+ readonly Lb: "LB";
3313
+ readonly Ls: "LS";
3314
+ readonly Lr: "LR";
3315
+ readonly Ly: "LY";
3316
+ readonly Li: "LI";
3317
+ readonly Lt: "LT";
3318
+ readonly Lu: "LU";
3319
+ readonly Mo: "MO";
3320
+ readonly Mk: "MK";
3321
+ readonly Mg: "MG";
3322
+ readonly Mw: "MW";
3323
+ readonly My: "MY";
3324
+ readonly Mv: "MV";
3325
+ readonly Ml: "ML";
3326
+ readonly Mt: "MT";
3327
+ readonly Mh: "MH";
3328
+ readonly Mq: "MQ";
3329
+ readonly Mr: "MR";
3330
+ readonly Mu: "MU";
3331
+ readonly Yt: "YT";
3332
+ readonly Mx: "MX";
3333
+ readonly Fm: "FM";
3334
+ readonly Md: "MD";
3335
+ readonly Mc: "MC";
3336
+ readonly Mn: "MN";
3337
+ readonly Me: "ME";
3338
+ readonly Ms: "MS";
3339
+ readonly Ma: "MA";
3340
+ readonly Mz: "MZ";
3341
+ readonly Mm: "MM";
3342
+ readonly Na: "NA";
3343
+ readonly Nr: "NR";
3344
+ readonly Np: "NP";
3345
+ readonly Nl: "NL";
3346
+ readonly An: "AN";
3347
+ readonly Nc: "NC";
3348
+ readonly Nz: "NZ";
3349
+ readonly Ni: "NI";
3350
+ readonly Ne: "NE";
3351
+ readonly Ng: "NG";
3352
+ readonly Nu: "NU";
3353
+ readonly Nf: "NF";
3354
+ readonly Mp: "MP";
3355
+ readonly No: "NO";
3356
+ readonly Om: "OM";
3357
+ readonly Pk: "PK";
3358
+ readonly Pw: "PW";
3359
+ readonly Ps: "PS";
3360
+ readonly Pa: "PA";
3361
+ readonly Pg: "PG";
3362
+ readonly Py: "PY";
3363
+ readonly Pe: "PE";
3364
+ readonly Ph: "PH";
3365
+ readonly Pn: "PN";
3366
+ readonly Pl: "PL";
3367
+ readonly Pt: "PT";
3368
+ readonly Pr: "PR";
3369
+ readonly Qa: "QA";
3370
+ readonly Re: "RE";
3371
+ readonly Ro: "RO";
3372
+ readonly Ru: "RU";
3373
+ readonly Rw: "RW";
3374
+ readonly Bl: "BL";
3375
+ readonly Sh: "SH";
3376
+ readonly Kn: "KN";
3377
+ readonly Lc: "LC";
3378
+ readonly Mf: "MF";
3379
+ readonly Pm: "PM";
3380
+ readonly Vc: "VC";
3381
+ readonly Ws: "WS";
3382
+ readonly Sm: "SM";
3383
+ readonly St: "ST";
3384
+ readonly Sa: "SA";
3385
+ readonly Sn: "SN";
3386
+ readonly Ss: "SS";
3387
+ readonly Rs: "RS";
3388
+ readonly Sc: "SC";
3389
+ readonly Sl: "SL";
3390
+ readonly Sg: "SG";
3391
+ readonly Sk: "SK";
3392
+ readonly Si: "SI";
3393
+ readonly Sb: "SB";
3394
+ readonly So: "SO";
3395
+ readonly Za: "ZA";
3396
+ readonly Gs: "GS";
3397
+ readonly Es: "ES";
3398
+ readonly Lk: "LK";
3399
+ readonly Sd: "SD";
3400
+ readonly Sr: "SR";
3401
+ readonly Sj: "SJ";
3402
+ readonly Sz: "SZ";
3403
+ readonly Se: "SE";
3404
+ readonly Ch: "CH";
3405
+ readonly Sy: "SY";
3406
+ readonly Tw: "TW";
3407
+ readonly Tj: "TJ";
3408
+ readonly Tz: "TZ";
3409
+ readonly Th: "TH";
3410
+ readonly Tl: "TL";
3411
+ readonly Tg: "TG";
3412
+ readonly Tk: "TK";
3413
+ readonly To: "TO";
3414
+ readonly Tt: "TT";
3415
+ readonly Tn: "TN";
3416
+ readonly Tr: "TR";
3417
+ readonly Tm: "TM";
3418
+ readonly Tc: "TC";
3419
+ readonly Tv: "TV";
3420
+ readonly Ug: "UG";
3421
+ readonly Ua: "UA";
3422
+ readonly Ae: "AE";
3423
+ readonly Gb: "GB";
3424
+ readonly Us: "US";
3425
+ readonly Um: "UM";
3426
+ readonly Uy: "UY";
3427
+ readonly Uz: "UZ";
3428
+ readonly Vu: "VU";
3429
+ readonly Ve: "VE";
3430
+ readonly Vn: "VN";
3431
+ readonly Vg: "VG";
3432
+ readonly Vi: "VI";
3433
+ readonly Wf: "WF";
3434
+ readonly Eh: "EH";
3435
+ readonly Ye: "YE";
3436
+ readonly Zm: "ZM";
3437
+ readonly Zw: "ZW";
3438
+ readonly Bq: "BQ";
3439
+ readonly Kp: "KP";
3440
+ readonly Sx: "SX";
3441
+ readonly Xk: "XK";
3442
+ readonly Ac: "AC";
3443
+ };
3444
+ /**
3445
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
3446
+ */
3447
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode2 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode2>;
3448
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber = {
3449
+ /**
3450
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3451
+ */
3452
+ activeFrom: Date;
3453
+ /**
3454
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3455
+ */
3456
+ activeUntil: Date | null;
3457
+ /**
3458
+ * The actor that created this value.
3459
+ */
3460
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor12;
3461
+ /**
3462
+ * The raw, original phone number, as inputted.
3463
+ */
3464
+ originalPhoneNumber: string;
3465
+ /**
3466
+ * The ISO 3166-1 alpha-2 country code representing the country that this phone number belongs to.
3467
+ */
3468
+ countryCode: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode2;
3469
+ phoneNumber: string;
3470
+ /**
3471
+ * The attribute type of the value.
3472
+ */
3473
+ attributeType: "phone-number";
3474
+ };
3475
+ /**
3476
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3477
+ */
3478
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType11: {
3479
+ readonly ApiToken: "api-token";
3480
+ readonly WorkspaceMember: "workspace-member";
3481
+ readonly System: "system";
3482
+ readonly App: "app";
3483
+ };
3484
+ /**
3485
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3486
+ */
3487
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType11 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType11>;
3488
+ /**
3489
+ * The actor that created this value.
3490
+ */
3491
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor11 = {
3492
+ /**
3493
+ * An ID to identify the actor.
3494
+ */
3495
+ id?: string | null | undefined;
3496
+ /**
3497
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3498
+ */
3499
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType11 | null | undefined;
3500
+ };
3501
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName = {
3502
+ /**
3503
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3504
+ */
3505
+ activeFrom: Date;
3506
+ /**
3507
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3508
+ */
3509
+ activeUntil: Date | null;
3510
+ /**
3511
+ * The actor that created this value.
3512
+ */
3513
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor11;
3514
+ /**
3515
+ * The first name.
3516
+ */
3517
+ firstName: string;
3518
+ /**
3519
+ * The last name.
3520
+ */
3521
+ lastName: string;
3522
+ /**
3523
+ * The full name.
3524
+ */
3525
+ fullName: string;
3526
+ /**
3527
+ * The attribute type of the value.
3528
+ */
3529
+ attributeType: "personal-name";
3530
+ };
3531
+ /**
3532
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3533
+ */
3534
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType10: {
3535
+ readonly ApiToken: "api-token";
3536
+ readonly WorkspaceMember: "workspace-member";
3537
+ readonly System: "system";
3538
+ readonly App: "app";
3539
+ };
3540
+ /**
3541
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3542
+ */
3543
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType10 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType10>;
3544
+ /**
3545
+ * The actor that created this value.
3546
+ */
3547
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor10 = {
3548
+ /**
3549
+ * An ID to identify the actor.
3550
+ */
3551
+ id?: string | null | undefined;
3552
+ /**
3553
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3554
+ */
3555
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType10 | null | undefined;
3556
+ };
3557
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber = {
3558
+ /**
3559
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3560
+ */
3561
+ activeFrom: Date;
3562
+ /**
3563
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3564
+ */
3565
+ activeUntil: Date | null;
3566
+ /**
3567
+ * The actor that created this value.
3568
+ */
3569
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor10;
3570
+ /**
3571
+ * Numbers are persisted as 64 bit floats.
3572
+ */
3573
+ value: number;
3574
+ /**
3575
+ * The attribute type of the value.
3576
+ */
3577
+ attributeType: "number";
3578
+ };
3579
+ /**
3580
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3581
+ */
3582
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType9: {
3583
+ readonly ApiToken: "api-token";
3584
+ readonly WorkspaceMember: "workspace-member";
3585
+ readonly System: "system";
3586
+ readonly App: "app";
3587
+ };
3588
+ /**
3589
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3590
+ */
3591
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType9 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType9>;
3592
+ /**
3593
+ * The actor that created this value.
3594
+ */
3595
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor9 = {
3596
+ /**
3597
+ * An ID to identify the actor.
3598
+ */
3599
+ id?: string | null | undefined;
3600
+ /**
3601
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3602
+ */
3603
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType9 | null | undefined;
3604
+ };
3605
+ /**
3606
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
3607
+ */
3608
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode1: {
3609
+ readonly Af: "AF";
3610
+ readonly Ax: "AX";
3611
+ readonly Al: "AL";
3612
+ readonly Dz: "DZ";
3613
+ readonly As: "AS";
3614
+ readonly Ad: "AD";
3615
+ readonly Ao: "AO";
3616
+ readonly Ai: "AI";
3617
+ readonly Aq: "AQ";
3618
+ readonly Ag: "AG";
3619
+ readonly Ar: "AR";
3620
+ readonly Am: "AM";
3621
+ readonly Aw: "AW";
3622
+ readonly Au: "AU";
3623
+ readonly At: "AT";
3624
+ readonly Az: "AZ";
3625
+ readonly Bs: "BS";
3626
+ readonly Bh: "BH";
3627
+ readonly Bd: "BD";
3628
+ readonly Bb: "BB";
3629
+ readonly By: "BY";
3630
+ readonly Be: "BE";
3631
+ readonly Bz: "BZ";
3632
+ readonly Bj: "BJ";
3633
+ readonly Bm: "BM";
3634
+ readonly Bt: "BT";
3635
+ readonly Bo: "BO";
3636
+ readonly Ba: "BA";
3637
+ readonly Bw: "BW";
3638
+ readonly Bv: "BV";
3639
+ readonly Br: "BR";
3640
+ readonly Io: "IO";
3641
+ readonly Bn: "BN";
3642
+ readonly Bg: "BG";
3643
+ readonly Bf: "BF";
3644
+ readonly Bi: "BI";
3645
+ readonly Kh: "KH";
3646
+ readonly Cm: "CM";
3647
+ readonly Ca: "CA";
3648
+ readonly Cv: "CV";
3649
+ readonly Ky: "KY";
3650
+ readonly Cf: "CF";
3651
+ readonly Td: "TD";
3652
+ readonly Cl: "CL";
3653
+ readonly Cn: "CN";
3654
+ readonly Cx: "CX";
3655
+ readonly Cc: "CC";
3656
+ readonly Co: "CO";
3657
+ readonly Km: "KM";
3658
+ readonly Cg: "CG";
3659
+ readonly Cd: "CD";
3660
+ readonly Ck: "CK";
3661
+ readonly Cr: "CR";
3662
+ readonly Ci: "CI";
3663
+ readonly Hr: "HR";
3664
+ readonly Cu: "CU";
3665
+ readonly Cw: "CW";
3666
+ readonly Cy: "CY";
3667
+ readonly Cz: "CZ";
3668
+ readonly Dk: "DK";
3669
+ readonly Dj: "DJ";
3670
+ readonly Dm: "DM";
3671
+ readonly Do: "DO";
3672
+ readonly Ec: "EC";
3673
+ readonly Eg: "EG";
3674
+ readonly Sv: "SV";
3675
+ readonly Gq: "GQ";
3676
+ readonly Er: "ER";
3677
+ readonly Ee: "EE";
3678
+ readonly Et: "ET";
3679
+ readonly Fk: "FK";
3680
+ readonly Fo: "FO";
3681
+ readonly Fj: "FJ";
3682
+ readonly Fi: "FI";
3683
+ readonly Fr: "FR";
3684
+ readonly Gf: "GF";
3685
+ readonly Pf: "PF";
3686
+ readonly Tf: "TF";
3687
+ readonly Ga: "GA";
3688
+ readonly Gm: "GM";
3689
+ readonly Ge: "GE";
3690
+ readonly De: "DE";
3691
+ readonly Gh: "GH";
3692
+ readonly Gi: "GI";
3693
+ readonly Gr: "GR";
3694
+ readonly Gl: "GL";
3695
+ readonly Gd: "GD";
3696
+ readonly Gp: "GP";
3697
+ readonly Gu: "GU";
3698
+ readonly Gt: "GT";
3699
+ readonly Gg: "GG";
3700
+ readonly Gn: "GN";
3701
+ readonly Gw: "GW";
3702
+ readonly Gy: "GY";
3703
+ readonly Ht: "HT";
3704
+ readonly Hm: "HM";
3705
+ readonly Va: "VA";
3706
+ readonly Hn: "HN";
3707
+ readonly Hk: "HK";
3708
+ readonly Hu: "HU";
3709
+ readonly Is: "IS";
3710
+ readonly In: "IN";
3711
+ readonly Id: "ID";
3712
+ readonly Ir: "IR";
3713
+ readonly Iq: "IQ";
3714
+ readonly Ie: "IE";
3715
+ readonly Im: "IM";
3716
+ readonly Il: "IL";
3717
+ readonly It: "IT";
3718
+ readonly Jm: "JM";
3719
+ readonly Jp: "JP";
3720
+ readonly Je: "JE";
3721
+ readonly Jo: "JO";
3722
+ readonly Kz: "KZ";
3723
+ readonly Ke: "KE";
3724
+ readonly Ki: "KI";
3725
+ readonly Kr: "KR";
3726
+ readonly Kw: "KW";
3727
+ readonly Kg: "KG";
3728
+ readonly La: "LA";
3729
+ readonly Lv: "LV";
3730
+ readonly Lb: "LB";
3731
+ readonly Ls: "LS";
3732
+ readonly Lr: "LR";
3733
+ readonly Ly: "LY";
3734
+ readonly Li: "LI";
3735
+ readonly Lt: "LT";
3736
+ readonly Lu: "LU";
3737
+ readonly Mo: "MO";
3738
+ readonly Mk: "MK";
3739
+ readonly Mg: "MG";
3740
+ readonly Mw: "MW";
3741
+ readonly My: "MY";
3742
+ readonly Mv: "MV";
3743
+ readonly Ml: "ML";
3744
+ readonly Mt: "MT";
3745
+ readonly Mh: "MH";
3746
+ readonly Mq: "MQ";
3747
+ readonly Mr: "MR";
3748
+ readonly Mu: "MU";
3749
+ readonly Yt: "YT";
3750
+ readonly Mx: "MX";
3751
+ readonly Fm: "FM";
3752
+ readonly Md: "MD";
3753
+ readonly Mc: "MC";
3754
+ readonly Mn: "MN";
3755
+ readonly Me: "ME";
3756
+ readonly Ms: "MS";
3757
+ readonly Ma: "MA";
3758
+ readonly Mz: "MZ";
3759
+ readonly Mm: "MM";
3760
+ readonly Na: "NA";
3761
+ readonly Nr: "NR";
3762
+ readonly Np: "NP";
3763
+ readonly Nl: "NL";
3764
+ readonly An: "AN";
3765
+ readonly Nc: "NC";
3766
+ readonly Nz: "NZ";
3767
+ readonly Ni: "NI";
3768
+ readonly Ne: "NE";
3769
+ readonly Ng: "NG";
3770
+ readonly Nu: "NU";
3771
+ readonly Nf: "NF";
3772
+ readonly Mp: "MP";
3773
+ readonly No: "NO";
3774
+ readonly Om: "OM";
3775
+ readonly Pk: "PK";
3776
+ readonly Pw: "PW";
3777
+ readonly Ps: "PS";
3778
+ readonly Pa: "PA";
3779
+ readonly Pg: "PG";
3780
+ readonly Py: "PY";
3781
+ readonly Pe: "PE";
3782
+ readonly Ph: "PH";
3783
+ readonly Pn: "PN";
3784
+ readonly Pl: "PL";
3785
+ readonly Pt: "PT";
3786
+ readonly Pr: "PR";
3787
+ readonly Qa: "QA";
3788
+ readonly Re: "RE";
3789
+ readonly Ro: "RO";
3790
+ readonly Ru: "RU";
3791
+ readonly Rw: "RW";
3792
+ readonly Bl: "BL";
3793
+ readonly Sh: "SH";
3794
+ readonly Kn: "KN";
3795
+ readonly Lc: "LC";
3796
+ readonly Mf: "MF";
3797
+ readonly Pm: "PM";
3798
+ readonly Vc: "VC";
3799
+ readonly Ws: "WS";
3800
+ readonly Sm: "SM";
3801
+ readonly St: "ST";
3802
+ readonly Sa: "SA";
3803
+ readonly Sn: "SN";
3804
+ readonly Ss: "SS";
3805
+ readonly Rs: "RS";
3806
+ readonly Sc: "SC";
3807
+ readonly Sl: "SL";
3808
+ readonly Sg: "SG";
3809
+ readonly Sk: "SK";
3810
+ readonly Si: "SI";
3811
+ readonly Sb: "SB";
3812
+ readonly So: "SO";
3813
+ readonly Za: "ZA";
3814
+ readonly Gs: "GS";
3815
+ readonly Es: "ES";
3816
+ readonly Lk: "LK";
3817
+ readonly Sd: "SD";
3818
+ readonly Sr: "SR";
3819
+ readonly Sj: "SJ";
3820
+ readonly Sz: "SZ";
3821
+ readonly Se: "SE";
3822
+ readonly Ch: "CH";
3823
+ readonly Sy: "SY";
3824
+ readonly Tw: "TW";
3825
+ readonly Tj: "TJ";
3826
+ readonly Tz: "TZ";
3827
+ readonly Th: "TH";
3828
+ readonly Tl: "TL";
3829
+ readonly Tg: "TG";
3830
+ readonly Tk: "TK";
3831
+ readonly To: "TO";
3832
+ readonly Tt: "TT";
3833
+ readonly Tn: "TN";
3834
+ readonly Tr: "TR";
3835
+ readonly Tm: "TM";
3836
+ readonly Tc: "TC";
3837
+ readonly Tv: "TV";
3838
+ readonly Ug: "UG";
3839
+ readonly Ua: "UA";
3840
+ readonly Ae: "AE";
3841
+ readonly Gb: "GB";
3842
+ readonly Us: "US";
3843
+ readonly Um: "UM";
3844
+ readonly Uy: "UY";
3845
+ readonly Uz: "UZ";
3846
+ readonly Vu: "VU";
3847
+ readonly Ve: "VE";
3848
+ readonly Vn: "VN";
3849
+ readonly Vg: "VG";
3850
+ readonly Vi: "VI";
3851
+ readonly Wf: "WF";
3852
+ readonly Eh: "EH";
3853
+ readonly Ye: "YE";
3854
+ readonly Zm: "ZM";
3855
+ readonly Zw: "ZW";
3856
+ readonly Bq: "BQ";
3857
+ readonly Kp: "KP";
3858
+ readonly Sx: "SX";
3859
+ readonly Xk: "XK";
3860
+ readonly Ac: "AC";
3861
+ };
3862
+ /**
3863
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
3864
+ */
3865
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode1 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode1>;
3866
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation = {
3867
+ /**
3868
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
3869
+ */
3870
+ activeFrom: Date;
3871
+ /**
3872
+ * The point in time at which this value was deactivated. If `null`, the value is active.
3873
+ */
3874
+ activeUntil: Date | null;
3875
+ /**
3876
+ * The actor that created this value.
3877
+ */
3878
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor9;
3879
+ /**
3880
+ * The first line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
3881
+ */
3882
+ line1: string | null;
3883
+ /**
3884
+ * The second line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
3885
+ */
3886
+ line2: string | null;
3887
+ /**
3888
+ * The third line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
3889
+ */
3890
+ line3: string | null;
3891
+ /**
3892
+ * The fourth line of the address. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.
3893
+ */
3894
+ line4: string | null;
3895
+ /**
3896
+ * The town, neighborhood or area the location is in.
3897
+ */
3898
+ locality: string | null;
3899
+ /**
3900
+ * The state, county, province or region that the location is in.
3901
+ */
3902
+ region: string | null;
3903
+ /**
3904
+ * The postcode or zip code for the location. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
3905
+ */
3906
+ postcode: string | null;
3907
+ /**
3908
+ * The ISO 3166-1 alpha-2 country code for the country this location is in.
3909
+ */
3910
+ countryCode: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode1 | null;
3911
+ /**
3912
+ * The latitude of the location. Validated by the regular expression `/^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
3913
+ */
3914
+ latitude: string | null;
3915
+ /**
3916
+ * The longitude of the location. Validated by the regular expression `/^[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$/`. Values are stored with up to 9 decimal places of precision. Note that this value is not currently represented in the UI but will be persisted and readable through API calls.}
3917
+ */
3918
+ longitude: string | null;
3919
+ /**
3920
+ * The attribute type of the value.
3921
+ */
3922
+ attributeType: "location";
3923
+ };
3924
+ /**
3925
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3926
+ */
3927
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType8: {
3928
+ readonly ApiToken: "api-token";
3929
+ readonly WorkspaceMember: "workspace-member";
3930
+ readonly System: "system";
3931
+ readonly App: "app";
3932
+ };
3933
+ /**
3934
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3935
+ */
3936
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType8 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType8>;
3937
+ /**
3938
+ * The actor that created this value.
3939
+ */
3940
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8 = {
3941
+ /**
3942
+ * An ID to identify the actor.
3943
+ */
3944
+ id?: string | null | undefined;
3945
+ /**
3946
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3947
+ */
3948
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType8 | null | undefined;
3949
+ };
3950
+ /**
3951
+ * The type of interaction e.g. calendar or email.
3952
+ */
3953
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType: {
3954
+ readonly CalendarEvent: "calendar-event";
3955
+ readonly Call: "call";
3956
+ readonly ChatThread: "chat-thread";
3957
+ readonly Email: "email";
3958
+ readonly InPersonMeeting: "in-person-meeting";
3959
+ readonly Meeting: "meeting";
3960
+ };
3961
+ /**
3962
+ * The type of interaction e.g. calendar or email.
3963
+ */
3964
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType>;
3965
+ /**
3966
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3967
+ */
3968
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType: {
3969
+ readonly ApiToken: "api-token";
3970
+ readonly WorkspaceMember: "workspace-member";
3971
+ readonly System: "system";
3972
+ readonly App: "app";
3973
+ };
3974
+ /**
3975
+ * The type of actor. [Read more information on actor types here](/docs/actors).
3976
+ */
3977
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType>;
3978
+ /** @internal */
3979
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType13$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType13, unknown>;
3980
+ /** @internal */
3981
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor13$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor13, unknown>;
3982
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor13FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor13, SDKValidationError>;
3983
+ /** @internal */
3984
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueStatus$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueStatus, unknown>;
3985
+ export declare function patchV2ListsListEntriesEntryIdEntryValueStatusFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueStatus, SDKValidationError>;
3986
+ /** @internal */
3987
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType12$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType12, unknown>;
3988
+ /** @internal */
3989
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor12$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor12, unknown>;
3990
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor12FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor12, SDKValidationError>;
3991
+ /** @internal */
3992
+ export declare const PatchV2ListsListEntriesEntryIdCountryCode2$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCountryCode2, unknown>;
3993
+ /** @internal */
3994
+ export declare const PatchV2ListsListEntriesEntryIdEntryValuePhoneNumber$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValuePhoneNumber, unknown>;
3995
+ export declare function patchV2ListsListEntriesEntryIdEntryValuePhoneNumberFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValuePhoneNumber, SDKValidationError>;
3996
+ /** @internal */
3997
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType11$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType11, unknown>;
3998
+ /** @internal */
3999
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor11$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor11, unknown>;
4000
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor11FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor11, SDKValidationError>;
4001
+ /** @internal */
4002
+ export declare const PatchV2ListsListEntriesEntryIdEntryValuePersonalName$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValuePersonalName, unknown>;
4003
+ export declare function patchV2ListsListEntriesEntryIdEntryValuePersonalNameFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValuePersonalName, SDKValidationError>;
4004
+ /** @internal */
4005
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType10$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType10, unknown>;
4006
+ /** @internal */
4007
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor10$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor10, unknown>;
4008
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor10FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor10, SDKValidationError>;
4009
+ /** @internal */
4010
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueNumber$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueNumber, unknown>;
4011
+ export declare function patchV2ListsListEntriesEntryIdEntryValueNumberFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueNumber, SDKValidationError>;
4012
+ /** @internal */
4013
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType9$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType9, unknown>;
4014
+ /** @internal */
4015
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor9$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor9, unknown>;
4016
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor9FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor9, SDKValidationError>;
4017
+ /** @internal */
4018
+ export declare const PatchV2ListsListEntriesEntryIdCountryCode1$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCountryCode1, unknown>;
4019
+ /** @internal */
4020
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueLocation$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueLocation, unknown>;
4021
+ export declare function patchV2ListsListEntriesEntryIdEntryValueLocationFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueLocation, SDKValidationError>;
4022
+ /** @internal */
4023
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType8$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType8, unknown>;
4024
+ /** @internal */
4025
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor8$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor8, unknown>;
4026
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor8FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor8, SDKValidationError>;
4027
+ /** @internal */
4028
+ export declare const PatchV2ListsListEntriesEntryIdInteractionType$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdInteractionType, unknown>;
4029
+ /** @internal */
4030
+ export declare const PatchV2ListsListEntriesEntryIdOwnerActorType$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdOwnerActorType, unknown>;
4031
+ /** @internal */
4032
+ export declare const PatchV2ListsListEntriesEntryIdOwnerActor$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdOwnerActor, unknown>;
4033
+ export declare function patchV2ListsListEntriesEntryIdOwnerActorFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdOwnerActor, SDKValidationError>;
4034
+ /** @internal */
4035
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueInteraction$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueInteraction, unknown>;
4036
+ export declare function patchV2ListsListEntriesEntryIdEntryValueInteractionFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueInteraction, SDKValidationError>;
4037
+ /** @internal */
4038
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType7$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType7, unknown>;
4039
+ /** @internal */
4040
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor7$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor7, unknown>;
4041
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor7FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor7, SDKValidationError>;
4042
+ /** @internal */
4043
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueRecordReference$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueRecordReference, unknown>;
4044
+ export declare function patchV2ListsListEntriesEntryIdEntryValueRecordReferenceFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueRecordReference, SDKValidationError>;
4045
+ /** @internal */
4046
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType6$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType6, unknown>;
4047
+ /** @internal */
4048
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor6$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor6, unknown>;
4049
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor6FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor6, SDKValidationError>;
4050
+ /** @internal */
4051
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueEmailAddress$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueEmailAddress, unknown>;
4052
+ export declare function patchV2ListsListEntriesEntryIdEntryValueEmailAddressFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueEmailAddress, SDKValidationError>;
4053
+ /** @internal */
4054
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType5$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType5, unknown>;
4055
+ /** @internal */
4056
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor5$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor5, unknown>;
4057
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor5FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor5, SDKValidationError>;
4058
+ /** @internal */
4059
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueDomain$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueDomain, unknown>;
4060
+ export declare function patchV2ListsListEntriesEntryIdEntryValueDomainFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueDomain, SDKValidationError>;
4061
+ /** @internal */
4062
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType4$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType4, unknown>;
4063
+ /** @internal */
4064
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor4$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor4, unknown>;
4065
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor4FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor4, SDKValidationError>;
4066
+ /** @internal */
4067
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueDate$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueDate, unknown>;
4068
+ export declare function patchV2ListsListEntriesEntryIdEntryValueDateFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueDate, SDKValidationError>;
4069
+ /** @internal */
4070
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType3$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType3, unknown>;
4071
+ /** @internal */
4072
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor3$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor3, unknown>;
4073
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor3FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor3, SDKValidationError>;
4074
+ /** @internal */
4075
+ export declare const PatchV2ListsListEntriesEntryIdCurrencyCode$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCurrencyCode, unknown>;
4076
+ /** @internal */
4077
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueCurrency$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueCurrency, unknown>;
4078
+ export declare function patchV2ListsListEntriesEntryIdEntryValueCurrencyFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueCurrency, SDKValidationError>;
4079
+ /** @internal */
4080
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType2$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType2, unknown>;
4081
+ /** @internal */
4082
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor2$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor2, unknown>;
4083
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor2FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor2, SDKValidationError>;
4084
+ /** @internal */
4085
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueCheckbox$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueCheckbox, unknown>;
4086
+ export declare function patchV2ListsListEntriesEntryIdEntryValueCheckboxFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueCheckbox, SDKValidationError>;
4087
+ /** @internal */
4088
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActorType1$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActorType1, unknown>;
4089
+ /** @internal */
4090
+ export declare const PatchV2ListsListEntriesEntryIdCreatedByActor1$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdCreatedByActor1, unknown>;
4091
+ export declare function patchV2ListsListEntriesEntryIdCreatedByActor1FromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdCreatedByActor1, SDKValidationError>;
4092
+ /** @internal */
4093
+ export declare const PatchV2ListsListEntriesEntryIdReferencedActorType$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdReferencedActorType, unknown>;
4094
+ /** @internal */
4095
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueActorReference$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueActorReference, unknown>;
4096
+ export declare function patchV2ListsListEntriesEntryIdEntryValueActorReferenceFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueActorReference, SDKValidationError>;
4097
+ /** @internal */
4098
+ export declare const PatchV2ListsListEntriesEntryIdEntryValueUnion$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdEntryValueUnion, unknown>;
4099
+ export declare function patchV2ListsListEntriesEntryIdEntryValueUnionFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdEntryValueUnion, SDKValidationError>;
4100
+ /** @internal */
4101
+ export declare const PatchV2ListsListEntriesEntryIdDataResponse$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdDataResponse, unknown>;
4102
+ export declare function patchV2ListsListEntriesEntryIdDataResponseFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdDataResponse, SDKValidationError>;
4103
+ /** @internal */
4104
+ export declare const PatchV2ListsListEntriesEntryIdResponse$inboundSchema: z.ZodMiniType<PatchV2ListsListEntriesEntryIdResponse, unknown>;
4105
+ export declare function patchV2ListsListEntriesEntryIdResponseFromJSON(jsonString: string): SafeParseResult<PatchV2ListsListEntriesEntryIdResponse, SDKValidationError>;
4106
+ /** @internal */
4107
+ export type PutV2ListsListEntriesEntryIdDataRequest$Outbound = {
4108
+ entry_values: {
4109
+ [k: string]: Array<any>;
4110
+ };
4111
+ };
4112
+ /** @internal */
4113
+ export declare const PutV2ListsListEntriesEntryIdDataRequest$outboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdDataRequest$Outbound, PutV2ListsListEntriesEntryIdDataRequest>;
4114
+ export declare function putV2ListsListEntriesEntryIdDataRequestToJSON(putV2ListsListEntriesEntryIdDataRequest: PutV2ListsListEntriesEntryIdDataRequest): string;
4115
+ /** @internal */
4116
+ export type PutV2ListsListEntriesEntryIdRequestBody$Outbound = {
4117
+ data: PutV2ListsListEntriesEntryIdDataRequest$Outbound;
4118
+ };
4119
+ /** @internal */
4120
+ export declare const PutV2ListsListEntriesEntryIdRequestBody$outboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdRequestBody$Outbound, PutV2ListsListEntriesEntryIdRequestBody>;
4121
+ export declare function putV2ListsListEntriesEntryIdRequestBodyToJSON(putV2ListsListEntriesEntryIdRequestBody: PutV2ListsListEntriesEntryIdRequestBody): string;
4122
+ /** @internal */
4123
+ export type PutV2ListsListEntriesEntryIdRequest$Outbound = {
4124
+ list: string;
4125
+ entry_id: string;
4126
+ body: PutV2ListsListEntriesEntryIdRequestBody$Outbound;
4127
+ };
4128
+ /** @internal */
4129
+ export declare const PutV2ListsListEntriesEntryIdRequest$outboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdRequest$Outbound, PutV2ListsListEntriesEntryIdRequest>;
4130
+ export declare function putV2ListsListEntriesEntryIdRequestToJSON(putV2ListsListEntriesEntryIdRequest: PutV2ListsListEntriesEntryIdRequest): string;
4131
+ /** @internal */
4132
+ export declare const PutV2ListsListEntriesEntryIdId$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdId, unknown>;
4133
+ export declare function putV2ListsListEntriesEntryIdIdFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdId, SDKValidationError>;
4134
+ /** @internal */
4135
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType17$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType17, unknown>;
4136
+ /** @internal */
4137
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor17$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor17, unknown>;
4138
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor17FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor17, SDKValidationError>;
4139
+ /** @internal */
4140
+ export declare const PutV2ListsListEntriesEntryIdEntryValueTimestamp$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueTimestamp, unknown>;
4141
+ export declare function putV2ListsListEntriesEntryIdEntryValueTimestampFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueTimestamp, SDKValidationError>;
4142
+ /** @internal */
4143
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType16$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType16, unknown>;
4144
+ /** @internal */
4145
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor16$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor16, unknown>;
4146
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor16FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor16, SDKValidationError>;
4147
+ /** @internal */
4148
+ export declare const PutV2ListsListEntriesEntryIdEntryValueText$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueText, unknown>;
4149
+ export declare function putV2ListsListEntriesEntryIdEntryValueTextFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueText, SDKValidationError>;
4150
+ /** @internal */
4151
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType15$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType15, unknown>;
4152
+ /** @internal */
4153
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor15$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor15, unknown>;
4154
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor15FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor15, SDKValidationError>;
4155
+ /** @internal */
4156
+ export declare const PutV2ListsListEntriesEntryIdEntryValueSelect$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueSelect, unknown>;
4157
+ export declare function putV2ListsListEntriesEntryIdEntryValueSelectFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueSelect, SDKValidationError>;
4158
+ /** @internal */
4159
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType14$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType14, unknown>;
4160
+ /** @internal */
4161
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor14$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor14, unknown>;
4162
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor14FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor14, SDKValidationError>;
4163
+ /** @internal */
4164
+ export declare const PutV2ListsListEntriesEntryIdEntryValueRating$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueRating, unknown>;
4165
+ export declare function putV2ListsListEntriesEntryIdEntryValueRatingFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueRating, SDKValidationError>;
4166
+ /** @internal */
4167
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType13$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType13, unknown>;
4168
+ /** @internal */
4169
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor13$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor13, unknown>;
4170
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor13FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor13, SDKValidationError>;
4171
+ /** @internal */
4172
+ export declare const PutV2ListsListEntriesEntryIdEntryValueStatus$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueStatus, unknown>;
4173
+ export declare function putV2ListsListEntriesEntryIdEntryValueStatusFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueStatus, SDKValidationError>;
4174
+ /** @internal */
4175
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType12$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType12, unknown>;
4176
+ /** @internal */
4177
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor12$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor12, unknown>;
4178
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor12FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor12, SDKValidationError>;
4179
+ /** @internal */
4180
+ export declare const PutV2ListsListEntriesEntryIdCountryCode2$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCountryCode2, unknown>;
4181
+ /** @internal */
4182
+ export declare const PutV2ListsListEntriesEntryIdEntryValuePhoneNumber$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValuePhoneNumber, unknown>;
4183
+ export declare function putV2ListsListEntriesEntryIdEntryValuePhoneNumberFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValuePhoneNumber, SDKValidationError>;
4184
+ /** @internal */
4185
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType11$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType11, unknown>;
4186
+ /** @internal */
4187
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor11$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor11, unknown>;
4188
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor11FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor11, SDKValidationError>;
4189
+ /** @internal */
4190
+ export declare const PutV2ListsListEntriesEntryIdEntryValuePersonalName$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValuePersonalName, unknown>;
4191
+ export declare function putV2ListsListEntriesEntryIdEntryValuePersonalNameFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValuePersonalName, SDKValidationError>;
4192
+ /** @internal */
4193
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType10$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType10, unknown>;
4194
+ /** @internal */
4195
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor10$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor10, unknown>;
4196
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor10FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor10, SDKValidationError>;
4197
+ /** @internal */
4198
+ export declare const PutV2ListsListEntriesEntryIdEntryValueNumber$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueNumber, unknown>;
4199
+ export declare function putV2ListsListEntriesEntryIdEntryValueNumberFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueNumber, SDKValidationError>;
4200
+ /** @internal */
4201
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType9$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType9, unknown>;
4202
+ /** @internal */
4203
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor9$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor9, unknown>;
4204
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor9FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor9, SDKValidationError>;
4205
+ /** @internal */
4206
+ export declare const PutV2ListsListEntriesEntryIdCountryCode1$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCountryCode1, unknown>;
4207
+ /** @internal */
4208
+ export declare const PutV2ListsListEntriesEntryIdEntryValueLocation$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueLocation, unknown>;
4209
+ export declare function putV2ListsListEntriesEntryIdEntryValueLocationFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueLocation, SDKValidationError>;
4210
+ /** @internal */
4211
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType8$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType8, unknown>;
4212
+ /** @internal */
4213
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor8$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor8, unknown>;
4214
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor8FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor8, SDKValidationError>;
4215
+ /** @internal */
4216
+ export declare const PutV2ListsListEntriesEntryIdInteractionType$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdInteractionType, unknown>;
4217
+ /** @internal */
4218
+ export declare const PutV2ListsListEntriesEntryIdOwnerActorType$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdOwnerActorType, unknown>;
4219
+ /** @internal */
4220
+ export declare const PutV2ListsListEntriesEntryIdOwnerActor$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdOwnerActor, unknown>;
4221
+ export declare function putV2ListsListEntriesEntryIdOwnerActorFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdOwnerActor, SDKValidationError>;
4222
+ /** @internal */
4223
+ export declare const PutV2ListsListEntriesEntryIdEntryValueInteraction$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueInteraction, unknown>;
4224
+ export declare function putV2ListsListEntriesEntryIdEntryValueInteractionFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueInteraction, SDKValidationError>;
4225
+ /** @internal */
4226
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType7$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType7, unknown>;
4227
+ /** @internal */
4228
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor7$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor7, unknown>;
4229
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor7FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor7, SDKValidationError>;
4230
+ /** @internal */
4231
+ export declare const PutV2ListsListEntriesEntryIdEntryValueRecordReference$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueRecordReference, unknown>;
4232
+ export declare function putV2ListsListEntriesEntryIdEntryValueRecordReferenceFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueRecordReference, SDKValidationError>;
4233
+ /** @internal */
4234
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType6$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType6, unknown>;
4235
+ /** @internal */
4236
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor6$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor6, unknown>;
4237
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor6FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor6, SDKValidationError>;
4238
+ /** @internal */
4239
+ export declare const PutV2ListsListEntriesEntryIdEntryValueEmailAddress$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueEmailAddress, unknown>;
4240
+ export declare function putV2ListsListEntriesEntryIdEntryValueEmailAddressFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueEmailAddress, SDKValidationError>;
4241
+ /** @internal */
4242
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType5$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType5, unknown>;
4243
+ /** @internal */
4244
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor5$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor5, unknown>;
4245
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor5FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor5, SDKValidationError>;
4246
+ /** @internal */
4247
+ export declare const PutV2ListsListEntriesEntryIdEntryValueDomain$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueDomain, unknown>;
4248
+ export declare function putV2ListsListEntriesEntryIdEntryValueDomainFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueDomain, SDKValidationError>;
4249
+ /** @internal */
4250
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType4$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType4, unknown>;
4251
+ /** @internal */
4252
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor4$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor4, unknown>;
4253
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor4FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor4, SDKValidationError>;
4254
+ /** @internal */
4255
+ export declare const PutV2ListsListEntriesEntryIdEntryValueDate$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueDate, unknown>;
4256
+ export declare function putV2ListsListEntriesEntryIdEntryValueDateFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueDate, SDKValidationError>;
4257
+ /** @internal */
4258
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType3$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType3, unknown>;
4259
+ /** @internal */
4260
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor3$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor3, unknown>;
4261
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor3FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor3, SDKValidationError>;
4262
+ /** @internal */
4263
+ export declare const PutV2ListsListEntriesEntryIdCurrencyCode$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCurrencyCode, unknown>;
4264
+ /** @internal */
4265
+ export declare const PutV2ListsListEntriesEntryIdEntryValueCurrency$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueCurrency, unknown>;
4266
+ export declare function putV2ListsListEntriesEntryIdEntryValueCurrencyFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueCurrency, SDKValidationError>;
4267
+ /** @internal */
4268
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType2$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType2, unknown>;
4269
+ /** @internal */
4270
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor2$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor2, unknown>;
4271
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor2FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor2, SDKValidationError>;
4272
+ /** @internal */
4273
+ export declare const PutV2ListsListEntriesEntryIdEntryValueCheckbox$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueCheckbox, unknown>;
4274
+ export declare function putV2ListsListEntriesEntryIdEntryValueCheckboxFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueCheckbox, SDKValidationError>;
4275
+ /** @internal */
4276
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActorType1$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActorType1, unknown>;
4277
+ /** @internal */
4278
+ export declare const PutV2ListsListEntriesEntryIdCreatedByActor1$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdCreatedByActor1, unknown>;
4279
+ export declare function putV2ListsListEntriesEntryIdCreatedByActor1FromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdCreatedByActor1, SDKValidationError>;
4280
+ /** @internal */
4281
+ export declare const PutV2ListsListEntriesEntryIdReferencedActorType$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdReferencedActorType, unknown>;
4282
+ /** @internal */
4283
+ export declare const PutV2ListsListEntriesEntryIdEntryValueActorReference$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueActorReference, unknown>;
4284
+ export declare function putV2ListsListEntriesEntryIdEntryValueActorReferenceFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueActorReference, SDKValidationError>;
4285
+ /** @internal */
4286
+ export declare const PutV2ListsListEntriesEntryIdEntryValueUnion$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdEntryValueUnion, unknown>;
4287
+ export declare function putV2ListsListEntriesEntryIdEntryValueUnionFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdEntryValueUnion, SDKValidationError>;
4288
+ /** @internal */
4289
+ export declare const PutV2ListsListEntriesEntryIdDataResponse$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdDataResponse, unknown>;
4290
+ export declare function putV2ListsListEntriesEntryIdDataResponseFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdDataResponse, SDKValidationError>;
4291
+ /** @internal */
4292
+ export declare const PutV2ListsListEntriesEntryIdResponse$inboundSchema: z.ZodMiniType<PutV2ListsListEntriesEntryIdResponse, unknown>;
4293
+ export declare function putV2ListsListEntriesEntryIdResponseFromJSON(jsonString: string): SafeParseResult<PutV2ListsListEntriesEntryIdResponse, SDKValidationError>;
4294
+ /** @internal */
4295
+ export type DeleteV2ListsListEntriesEntryIdRequest$Outbound = {
4296
+ list: string;
4297
+ entry_id: string;
4298
+ };
4299
+ /** @internal */
4300
+ export declare const DeleteV2ListsListEntriesEntryIdRequest$outboundSchema: z.ZodMiniType<DeleteV2ListsListEntriesEntryIdRequest$Outbound, DeleteV2ListsListEntriesEntryIdRequest>;
4301
+ export declare function deleteV2ListsListEntriesEntryIdRequestToJSON(deleteV2ListsListEntriesEntryIdRequest: DeleteV2ListsListEntriesEntryIdRequest): string;
4302
+ /** @internal */
4303
+ export declare const DeleteV2ListsListEntriesEntryIdResponse$inboundSchema: z.ZodMiniType<DeleteV2ListsListEntriesEntryIdResponse, unknown>;
4304
+ export declare function deleteV2ListsListEntriesEntryIdResponseFromJSON(jsonString: string): SafeParseResult<DeleteV2ListsListEntriesEntryIdResponse, SDKValidationError>;
4305
+ /** @internal */
4306
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesRequest$Outbound = {
4307
+ list: string;
4308
+ entry_id: string;
4309
+ attribute: string;
4310
+ show_historic: boolean;
4311
+ limit?: number | undefined;
4312
+ offset?: number | undefined;
4313
+ };
4314
+ /** @internal */
4315
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesRequest$outboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesRequest$Outbound, GetV2ListsListEntriesEntryIdAttributesAttributeValuesRequest>;
4316
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesRequestToJSON(getV2ListsListEntriesEntryIdAttributesAttributeValuesRequest: GetV2ListsListEntriesEntryIdAttributesAttributeValuesRequest): string;
4317
+ /** @internal */
4318
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType17$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType17, unknown>;
4319
+ /** @internal */
4320
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor17$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor17, unknown>;
4321
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor17FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor17, SDKValidationError>;
4322
+ /** @internal */
4323
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp, unknown>;
4324
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestampFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp, SDKValidationError>;
4325
+ /** @internal */
4326
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType16$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType16, unknown>;
4327
+ /** @internal */
4328
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor16$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor16, unknown>;
4329
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor16FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor16, SDKValidationError>;
4330
+ /** @internal */
4331
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText, unknown>;
4332
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataTextFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText, SDKValidationError>;
4333
+ /** @internal */
4334
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType15$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType15, unknown>;
4335
+ /** @internal */
4336
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor15$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor15, unknown>;
4337
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor15FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor15, SDKValidationError>;
4338
+ /** @internal */
4339
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect, unknown>;
4340
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelectFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect, SDKValidationError>;
4341
+ /** @internal */
4342
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType14$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType14, unknown>;
4343
+ /** @internal */
4344
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor14$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor14, unknown>;
4345
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor14FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor14, SDKValidationError>;
4346
+ /** @internal */
4347
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating, unknown>;
4348
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataRatingFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating, SDKValidationError>;
4349
+ /** @internal */
4350
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType13$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType13, unknown>;
4351
+ /** @internal */
4352
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor13$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor13, unknown>;
4353
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor13FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor13, SDKValidationError>;
4354
+ /** @internal */
4355
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus, unknown>;
4356
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatusFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus, SDKValidationError>;
4357
+ /** @internal */
4358
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType12$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType12, unknown>;
4359
+ /** @internal */
4360
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor12$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor12, unknown>;
4361
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor12FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor12, SDKValidationError>;
4362
+ /** @internal */
4363
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode2$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode2, unknown>;
4364
+ /** @internal */
4365
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber, unknown>;
4366
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumberFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber, SDKValidationError>;
4367
+ /** @internal */
4368
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType11$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType11, unknown>;
4369
+ /** @internal */
4370
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor11$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor11, unknown>;
4371
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor11FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor11, SDKValidationError>;
4372
+ /** @internal */
4373
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName, unknown>;
4374
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalNameFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName, SDKValidationError>;
4375
+ /** @internal */
4376
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType10$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType10, unknown>;
4377
+ /** @internal */
4378
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor10$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor10, unknown>;
4379
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor10FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor10, SDKValidationError>;
4380
+ /** @internal */
4381
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber, unknown>;
4382
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumberFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber, SDKValidationError>;
4383
+ /** @internal */
4384
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType9$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType9, unknown>;
4385
+ /** @internal */
4386
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor9$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor9, unknown>;
4387
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor9FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor9, SDKValidationError>;
4388
+ /** @internal */
4389
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode1$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCountryCode1, unknown>;
4390
+ /** @internal */
4391
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation, unknown>;
4392
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocationFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation, SDKValidationError>;
4393
+ /** @internal */
4394
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType8$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType8, unknown>;
4395
+ /** @internal */
4396
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8, unknown>;
4397
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8, SDKValidationError>;
4398
+ /** @internal */
4399
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType, unknown>;
4400
+ /** @internal */
4401
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType, unknown>;
4402
+ //# sourceMappingURL=get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.d.ts.map