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