@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,538 @@
1
+ import * as z from "zod/v4-mini";
2
+ import * as discriminatedUnionTypes from "../../types/discriminated-union.js";
3
+ import { OpenEnum } from "../../types/enums.js";
4
+ import { Result as SafeParseResult } from "../../types/fp.js";
5
+ import { SDKValidationError } from "../errors/sdk-validation-error.js";
6
+ import { GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText, GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp, GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType, GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType } from "./get-v2-lists-list-entries-entry-id-attributes-attribute-values-owner-actor-type.js";
7
+ /**
8
+ * The actor that created this value.
9
+ */
10
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActor = {
11
+ /**
12
+ * An ID to identify the actor.
13
+ */
14
+ id?: string | null | undefined;
15
+ /**
16
+ * The type of actor. [Read more information on actor types here](/docs/actors).
17
+ */
18
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorType | null | undefined;
19
+ };
20
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteraction = {
21
+ /**
22
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
23
+ */
24
+ activeFrom: Date;
25
+ /**
26
+ * The point in time at which this value was deactivated. If `null`, the value is active.
27
+ */
28
+ activeUntil: Date | null;
29
+ /**
30
+ * The actor that created this value.
31
+ */
32
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor8;
33
+ /**
34
+ * The type of interaction e.g. calendar or email.
35
+ */
36
+ interactionType: GetV2ListsListEntriesEntryIdAttributesAttributeValuesInteractionType;
37
+ /**
38
+ * When the interaction occurred.
39
+ */
40
+ interactedAt: Date;
41
+ /**
42
+ * The actor that created this value.
43
+ */
44
+ ownerActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActor;
45
+ /**
46
+ * The attribute type of the value.
47
+ */
48
+ attributeType: "interaction";
49
+ };
50
+ /**
51
+ * The type of actor. [Read more information on actor types here](/docs/actors).
52
+ */
53
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType7: {
54
+ readonly ApiToken: "api-token";
55
+ readonly WorkspaceMember: "workspace-member";
56
+ readonly System: "system";
57
+ readonly App: "app";
58
+ };
59
+ /**
60
+ * The type of actor. [Read more information on actor types here](/docs/actors).
61
+ */
62
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType7 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType7>;
63
+ /**
64
+ * The actor that created this value.
65
+ */
66
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor7 = {
67
+ /**
68
+ * An ID to identify the actor.
69
+ */
70
+ id?: string | null | undefined;
71
+ /**
72
+ * The type of actor. [Read more information on actor types here](/docs/actors).
73
+ */
74
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType7 | null | undefined;
75
+ };
76
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReference = {
77
+ /**
78
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
79
+ */
80
+ activeFrom: Date;
81
+ /**
82
+ * The point in time at which this value was deactivated. If `null`, the value is active.
83
+ */
84
+ activeUntil: Date | null;
85
+ /**
86
+ * The actor that created this value.
87
+ */
88
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor7;
89
+ /**
90
+ * A slug identifying the object that the referenced record belongs to.
91
+ */
92
+ targetObject: string;
93
+ /**
94
+ * A UUID to identify the referenced record.
95
+ */
96
+ targetRecordId: string;
97
+ /**
98
+ * The attribute type of the value.
99
+ */
100
+ attributeType: "record-reference";
101
+ };
102
+ /**
103
+ * The type of actor. [Read more information on actor types here](/docs/actors).
104
+ */
105
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType6: {
106
+ readonly ApiToken: "api-token";
107
+ readonly WorkspaceMember: "workspace-member";
108
+ readonly System: "system";
109
+ readonly App: "app";
110
+ };
111
+ /**
112
+ * The type of actor. [Read more information on actor types here](/docs/actors).
113
+ */
114
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType6 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType6>;
115
+ /**
116
+ * The actor that created this value.
117
+ */
118
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor6 = {
119
+ /**
120
+ * An ID to identify the actor.
121
+ */
122
+ id?: string | null | undefined;
123
+ /**
124
+ * The type of actor. [Read more information on actor types here](/docs/actors).
125
+ */
126
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType6 | null | undefined;
127
+ };
128
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddress = {
129
+ /**
130
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
131
+ */
132
+ activeFrom: Date;
133
+ /**
134
+ * The point in time at which this value was deactivated. If `null`, the value is active.
135
+ */
136
+ activeUntil: Date | null;
137
+ /**
138
+ * The actor that created this value.
139
+ */
140
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor6;
141
+ originalEmailAddress: string;
142
+ emailAddress: string;
143
+ emailDomain: string;
144
+ emailRootDomain: string;
145
+ emailLocalSpecifier: string;
146
+ /**
147
+ * The attribute type of the value.
148
+ */
149
+ attributeType: "email-address";
150
+ };
151
+ /**
152
+ * The type of actor. [Read more information on actor types here](/docs/actors).
153
+ */
154
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType5: {
155
+ readonly ApiToken: "api-token";
156
+ readonly WorkspaceMember: "workspace-member";
157
+ readonly System: "system";
158
+ readonly App: "app";
159
+ };
160
+ /**
161
+ * The type of actor. [Read more information on actor types here](/docs/actors).
162
+ */
163
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType5 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType5>;
164
+ /**
165
+ * The actor that created this value.
166
+ */
167
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor5 = {
168
+ /**
169
+ * An ID to identify the actor.
170
+ */
171
+ id?: string | null | undefined;
172
+ /**
173
+ * The type of actor. [Read more information on actor types here](/docs/actors).
174
+ */
175
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType5 | null | undefined;
176
+ };
177
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomain = {
178
+ /**
179
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
180
+ */
181
+ activeFrom: Date;
182
+ /**
183
+ * The point in time at which this value was deactivated. If `null`, the value is active.
184
+ */
185
+ activeUntil: Date | null;
186
+ /**
187
+ * The actor that created this value.
188
+ */
189
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor5;
190
+ domain: string;
191
+ rootDomain: string;
192
+ /**
193
+ * The attribute type of the value.
194
+ */
195
+ attributeType: "domain";
196
+ };
197
+ /**
198
+ * The type of actor. [Read more information on actor types here](/docs/actors).
199
+ */
200
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType4: {
201
+ readonly ApiToken: "api-token";
202
+ readonly WorkspaceMember: "workspace-member";
203
+ readonly System: "system";
204
+ readonly App: "app";
205
+ };
206
+ /**
207
+ * The type of actor. [Read more information on actor types here](/docs/actors).
208
+ */
209
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType4 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType4>;
210
+ /**
211
+ * The actor that created this value.
212
+ */
213
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor4 = {
214
+ /**
215
+ * An ID to identify the actor.
216
+ */
217
+ id?: string | null | undefined;
218
+ /**
219
+ * The type of actor. [Read more information on actor types here](/docs/actors).
220
+ */
221
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType4 | null | undefined;
222
+ };
223
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDate = {
224
+ /**
225
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
226
+ */
227
+ activeFrom: Date;
228
+ /**
229
+ * The point in time at which this value was deactivated. If `null`, the value is active.
230
+ */
231
+ activeUntil: Date | null;
232
+ /**
233
+ * The actor that created this value.
234
+ */
235
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor4;
236
+ /**
237
+ * The attribute type of the value.
238
+ */
239
+ attributeType: "date";
240
+ /**
241
+ * A date represents a single calendar year, month and day, independent of timezone. If hours, months, seconds or timezones are provided, they will be trimmed. For example, "2023" and "2023-01" will be coerced into "2023-01-01", and "2023-01-02", "2023-01-02T13:00", "2023-01-02T14:00:00", "2023-01-02T15:00:00.000000000", and "2023-01-02T15:00:00.000000000+02:00" will all be coerced to "2023-01-02". If a timezone is provided that would result in a different calendar date in UTC, the date will be coerced to UTC and then the timezone component will be trimmed. For example, the value "2023-01-02T23:00:00-10:00" will be returned as "2023-01-03". The maximum date is "9999-12-31".
242
+ */
243
+ value: string;
244
+ };
245
+ /**
246
+ * The type of actor. [Read more information on actor types here](/docs/actors).
247
+ */
248
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType3: {
249
+ readonly ApiToken: "api-token";
250
+ readonly WorkspaceMember: "workspace-member";
251
+ readonly System: "system";
252
+ readonly App: "app";
253
+ };
254
+ /**
255
+ * The type of actor. [Read more information on actor types here](/docs/actors).
256
+ */
257
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType3 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType3>;
258
+ /**
259
+ * The actor that created this value.
260
+ */
261
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor3 = {
262
+ /**
263
+ * An ID to identify the actor.
264
+ */
265
+ id?: string | null | undefined;
266
+ /**
267
+ * The type of actor. [Read more information on actor types here](/docs/actors).
268
+ */
269
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType3 | null | undefined;
270
+ };
271
+ /**
272
+ * The ISO4217 currency code representing the currency that the value is stored in.
273
+ */
274
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCurrencyCode: {
275
+ readonly Ars: "ARS";
276
+ readonly Aud: "AUD";
277
+ readonly Brl: "BRL";
278
+ readonly Bgn: "BGN";
279
+ readonly Cad: "CAD";
280
+ readonly Clp: "CLP";
281
+ readonly Cny: "CNY";
282
+ readonly Cop: "COP";
283
+ readonly Czk: "CZK";
284
+ readonly Dkk: "DKK";
285
+ readonly Eur: "EUR";
286
+ readonly Hkd: "HKD";
287
+ readonly Huf: "HUF";
288
+ readonly Isk: "ISK";
289
+ readonly Inr: "INR";
290
+ readonly Ils: "ILS";
291
+ readonly Jpy: "JPY";
292
+ readonly Kes: "KES";
293
+ readonly Krw: "KRW";
294
+ readonly Myr: "MYR";
295
+ readonly Mxn: "MXN";
296
+ readonly Ntd: "NTD";
297
+ readonly Nzd: "NZD";
298
+ readonly Ngn: "NGN";
299
+ readonly Nok: "NOK";
300
+ readonly Xpf: "XPF";
301
+ readonly Pen: "PEN";
302
+ readonly Php: "PHP";
303
+ readonly Pln: "PLN";
304
+ readonly Gbp: "GBP";
305
+ readonly Rwf: "RWF";
306
+ readonly Sar: "SAR";
307
+ readonly Sgd: "SGD";
308
+ readonly Zar: "ZAR";
309
+ readonly Sek: "SEK";
310
+ readonly Chf: "CHF";
311
+ readonly Thb: "THB";
312
+ readonly Aed: "AED";
313
+ readonly Uyu: "UYU";
314
+ readonly Usd: "USD";
315
+ };
316
+ /**
317
+ * The ISO4217 currency code representing the currency that the value is stored in.
318
+ */
319
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCurrencyCode = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCurrencyCode>;
320
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrency = {
321
+ /**
322
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
323
+ */
324
+ activeFrom: Date;
325
+ /**
326
+ * The point in time at which this value was deactivated. If `null`, the value is active.
327
+ */
328
+ activeUntil: Date | null;
329
+ /**
330
+ * The actor that created this value.
331
+ */
332
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor3;
333
+ /**
334
+ * A numerical representation of the currency value. A decimal with a max of 4 decimal places.
335
+ */
336
+ currencyValue: number;
337
+ /**
338
+ * The ISO4217 currency code representing the currency that the value is stored in.
339
+ */
340
+ currencyCode?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCurrencyCode | null | undefined;
341
+ /**
342
+ * The attribute type of the value.
343
+ */
344
+ attributeType: "currency";
345
+ };
346
+ /**
347
+ * The type of actor. [Read more information on actor types here](/docs/actors).
348
+ */
349
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType2: {
350
+ readonly ApiToken: "api-token";
351
+ readonly WorkspaceMember: "workspace-member";
352
+ readonly System: "system";
353
+ readonly App: "app";
354
+ };
355
+ /**
356
+ * The type of actor. [Read more information on actor types here](/docs/actors).
357
+ */
358
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType2 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType2>;
359
+ /**
360
+ * The actor that created this value.
361
+ */
362
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor2 = {
363
+ /**
364
+ * An ID to identify the actor.
365
+ */
366
+ id?: string | null | undefined;
367
+ /**
368
+ * The type of actor. [Read more information on actor types here](/docs/actors).
369
+ */
370
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType2 | null | undefined;
371
+ };
372
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckbox = {
373
+ /**
374
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
375
+ */
376
+ activeFrom: Date;
377
+ /**
378
+ * The point in time at which this value was deactivated. If `null`, the value is active.
379
+ */
380
+ activeUntil: Date | null;
381
+ /**
382
+ * The actor that created this value.
383
+ */
384
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor2;
385
+ /**
386
+ * A boolean representing whether the checkbox is checked or not. The string values 'true' and 'false' are also accepted.
387
+ */
388
+ value: boolean;
389
+ /**
390
+ * The attribute type of the value.
391
+ */
392
+ attributeType: "checkbox";
393
+ };
394
+ /**
395
+ * The type of actor. [Read more information on actor types here](/docs/actors).
396
+ */
397
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType1: {
398
+ readonly ApiToken: "api-token";
399
+ readonly WorkspaceMember: "workspace-member";
400
+ readonly System: "system";
401
+ readonly App: "app";
402
+ };
403
+ /**
404
+ * The type of actor. [Read more information on actor types here](/docs/actors).
405
+ */
406
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType1 = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType1>;
407
+ /**
408
+ * The actor that created this value.
409
+ */
410
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor1 = {
411
+ /**
412
+ * An ID to identify the actor.
413
+ */
414
+ id?: string | null | undefined;
415
+ /**
416
+ * The type of actor. [Read more information on actor types here](/docs/actors).
417
+ */
418
+ type?: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType1 | null | undefined;
419
+ };
420
+ /**
421
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
422
+ */
423
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesReferencedActorType: {
424
+ readonly ApiToken: "api-token";
425
+ readonly WorkspaceMember: "workspace-member";
426
+ readonly System: "system";
427
+ readonly App: "app";
428
+ };
429
+ /**
430
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
431
+ */
432
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesReferencedActorType = OpenEnum<typeof GetV2ListsListEntriesEntryIdAttributesAttributeValuesReferencedActorType>;
433
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReference = {
434
+ /**
435
+ * The point in time at which this value was made "active". `active_from` can be considered roughly analogous to `created_at`.
436
+ */
437
+ activeFrom: Date;
438
+ /**
439
+ * The point in time at which this value was deactivated. If `null`, the value is active.
440
+ */
441
+ activeUntil: Date | null;
442
+ /**
443
+ * The actor that created this value.
444
+ */
445
+ createdByActor: GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor1;
446
+ /**
447
+ * The type of the referenced actor. [Read more information on actor types here](/docs/actors).
448
+ */
449
+ referencedActorType: GetV2ListsListEntriesEntryIdAttributesAttributeValuesReferencedActorType;
450
+ /**
451
+ * The ID of the referenced actor.
452
+ */
453
+ referencedActorId: string | null;
454
+ /**
455
+ * The attribute type of the value.
456
+ */
457
+ attributeType: "actor-reference";
458
+ };
459
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataUnion = GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReference | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckbox | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrency | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDate | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomain | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddress | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReference | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteraction | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp | discriminatedUnionTypes.Unknown<"attributeType">;
460
+ /**
461
+ * Success
462
+ */
463
+ export type GetV2ListsListEntriesEntryIdAttributesAttributeValuesResponse = {
464
+ data: Array<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReference | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckbox | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrency | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDate | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomain | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddress | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReference | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteraction | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataLocation | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataNumber | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPersonalName | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataPhoneNumber | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataStatus | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRating | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataSelect | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataText | GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataTimestamp | discriminatedUnionTypes.Unknown<"attributeType">>;
465
+ };
466
+ /** @internal */
467
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActor$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActor, unknown>;
468
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActorFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesOwnerActor, SDKValidationError>;
469
+ /** @internal */
470
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteraction$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteraction, unknown>;
471
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteractionFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataInteraction, SDKValidationError>;
472
+ /** @internal */
473
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType7$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType7, unknown>;
474
+ /** @internal */
475
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor7$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor7, unknown>;
476
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor7FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor7, SDKValidationError>;
477
+ /** @internal */
478
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReference$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReference, unknown>;
479
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReferenceFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataRecordReference, SDKValidationError>;
480
+ /** @internal */
481
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType6$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType6, unknown>;
482
+ /** @internal */
483
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor6$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor6, unknown>;
484
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor6FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor6, SDKValidationError>;
485
+ /** @internal */
486
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddress$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddress, unknown>;
487
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddressFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataEmailAddress, SDKValidationError>;
488
+ /** @internal */
489
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType5$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType5, unknown>;
490
+ /** @internal */
491
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor5$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor5, unknown>;
492
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor5FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor5, SDKValidationError>;
493
+ /** @internal */
494
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomain$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomain, unknown>;
495
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomainFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDomain, SDKValidationError>;
496
+ /** @internal */
497
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType4$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType4, unknown>;
498
+ /** @internal */
499
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor4$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor4, unknown>;
500
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor4FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor4, SDKValidationError>;
501
+ /** @internal */
502
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDate$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDate, unknown>;
503
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataDateFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataDate, SDKValidationError>;
504
+ /** @internal */
505
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType3$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType3, unknown>;
506
+ /** @internal */
507
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor3$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor3, unknown>;
508
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor3FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor3, SDKValidationError>;
509
+ /** @internal */
510
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCurrencyCode$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCurrencyCode, unknown>;
511
+ /** @internal */
512
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrency$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrency, unknown>;
513
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrencyFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCurrency, SDKValidationError>;
514
+ /** @internal */
515
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType2$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType2, unknown>;
516
+ /** @internal */
517
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor2$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor2, unknown>;
518
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor2FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor2, SDKValidationError>;
519
+ /** @internal */
520
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckbox$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckbox, unknown>;
521
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckboxFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataCheckbox, SDKValidationError>;
522
+ /** @internal */
523
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType1$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActorType1, unknown>;
524
+ /** @internal */
525
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor1$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor1, unknown>;
526
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor1FromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesCreatedByActor1, SDKValidationError>;
527
+ /** @internal */
528
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesReferencedActorType$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesReferencedActorType, unknown>;
529
+ /** @internal */
530
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReference$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReference, unknown>;
531
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReferenceFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataActorReference, SDKValidationError>;
532
+ /** @internal */
533
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataUnion$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataUnion, unknown>;
534
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesDataUnionFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesDataUnion, SDKValidationError>;
535
+ /** @internal */
536
+ export declare const GetV2ListsListEntriesEntryIdAttributesAttributeValuesResponse$inboundSchema: z.ZodMiniType<GetV2ListsListEntriesEntryIdAttributesAttributeValuesResponse, unknown>;
537
+ export declare function getV2ListsListEntriesEntryIdAttributesAttributeValuesResponseFromJSON(jsonString: string): SafeParseResult<GetV2ListsListEntriesEntryIdAttributesAttributeValuesResponse, SDKValidationError>;
538
+ //# sourceMappingURL=get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/get-v2-lists-list-entries-entry-id-attributes-attribute-values-response.ts"],"names":[],"mappings":"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"}