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