@seamapi/http 1.127.0 → 2.0.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 (668) hide show
  1. package/LICENSE.txt +1 -1
  2. package/README.md +0 -13
  3. package/lib/seam/connect/index.d.ts +1 -0
  4. package/lib/seam/connect/index.js +1 -0
  5. package/lib/seam/connect/index.js.map +1 -1
  6. package/lib/seam/connect/options.d.ts +0 -1
  7. package/lib/seam/connect/options.js.map +1 -1
  8. package/lib/seam/connect/parse-options.js +2 -4
  9. package/lib/seam/connect/parse-options.js.map +1 -1
  10. package/lib/seam/connect/resolve-action-attempt.d.ts +5 -5
  11. package/lib/seam/connect/resolve-action-attempt.js.map +1 -1
  12. package/lib/seam/connect/resources/access-code.d.ts +1 -1
  13. package/lib/seam/connect/resources/access-grant.d.ts +1 -1
  14. package/lib/seam/connect/resources/access-method.d.ts +1 -1
  15. package/lib/seam/connect/resources/acs-access-group.d.ts +1 -1
  16. package/lib/seam/connect/resources/acs-credential.d.ts +1 -1
  17. package/lib/seam/connect/resources/acs-encoder.d.ts +1 -1
  18. package/lib/seam/connect/resources/acs-entrance.d.ts +1 -1
  19. package/lib/seam/connect/resources/acs-system.d.ts +1 -1
  20. package/lib/seam/connect/resources/acs-user.d.ts +1 -2
  21. package/lib/seam/connect/resources/action-attempt.d.ts +1 -1
  22. package/lib/seam/connect/resources/batch.d.ts +53 -29
  23. package/lib/seam/connect/resources/client-session.d.ts +1 -1
  24. package/lib/seam/connect/resources/connect-webview.d.ts +1 -3
  25. package/lib/seam/connect/resources/connected-account.d.ts +1 -1
  26. package/lib/seam/connect/resources/customer-portal.d.ts +1 -1
  27. package/lib/seam/connect/resources/device-provider.d.ts +1 -1
  28. package/lib/seam/connect/resources/device.d.ts +1 -2
  29. package/lib/seam/connect/resources/event.d.ts +1 -9
  30. package/lib/seam/connect/resources/index.d.ts +32 -43
  31. package/lib/seam/connect/resources/instant-key.d.ts +1 -1
  32. package/lib/seam/connect/resources/noise-threshold.d.ts +1 -1
  33. package/lib/seam/connect/resources/phone.d.ts +1 -1
  34. package/lib/seam/connect/resources/space.d.ts +1 -3
  35. package/lib/seam/connect/resources/thermostat-daily-program.d.ts +1 -1
  36. package/lib/seam/connect/resources/thermostat-schedule.d.ts +1 -1
  37. package/lib/seam/connect/resources/unmanaged-access-code.d.ts +1 -1
  38. package/lib/seam/connect/resources/unmanaged-access-grant.d.ts +94 -0
  39. package/lib/seam/connect/resources/{acs-credential-pool.js → unmanaged-access-grant.js} +1 -1
  40. package/lib/seam/connect/resources/unmanaged-access-grant.js.map +1 -0
  41. package/lib/seam/connect/resources/unmanaged-access-method.d.ts +70 -0
  42. package/lib/seam/connect/resources/{customer.js → unmanaged-access-method.js} +1 -1
  43. package/lib/seam/connect/resources/unmanaged-access-method.js.map +1 -0
  44. package/lib/seam/connect/resources/unmanaged-device.d.ts +1 -1
  45. package/lib/seam/connect/resources/unmanaged-user-identity.d.ts +26 -0
  46. package/lib/seam/connect/resources/{bridge-client-session.js → unmanaged-user-identity.js} +1 -1
  47. package/lib/seam/connect/resources/unmanaged-user-identity.js.map +1 -0
  48. package/lib/seam/connect/resources/user-identity.d.ts +1 -1
  49. package/lib/seam/connect/resources/webhook.d.ts +1 -1
  50. package/lib/seam/connect/resources/workspace.d.ts +1 -1
  51. package/lib/seam/connect/routes/access-codes/access-codes.d.ts +11 -68
  52. package/lib/seam/connect/routes/access-codes/access-codes.js +8 -20
  53. package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
  54. package/lib/seam/connect/routes/access-codes/simulate/simulate.d.ts +6 -10
  55. package/lib/seam/connect/routes/access-codes/simulate/simulate.js +8 -8
  56. package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.d.ts +7 -29
  57. package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js +8 -8
  58. package/lib/seam/connect/routes/access-grants/access-grants.d.ts +11 -39
  59. package/lib/seam/connect/routes/access-grants/access-grants.js +8 -8
  60. package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.d.ts +7 -19
  61. package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.js +8 -8
  62. package/lib/seam/connect/routes/access-methods/access-methods.d.ts +19 -41
  63. package/lib/seam/connect/routes/access-methods/access-methods.js +8 -8
  64. package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
  65. package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.d.ts +7 -15
  66. package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.js +8 -8
  67. package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +11 -41
  68. package/lib/seam/connect/routes/acs/access-groups/access-groups.js +8 -12
  69. package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
  70. package/lib/seam/connect/routes/acs/access-groups/index.d.ts +0 -1
  71. package/lib/seam/connect/routes/acs/access-groups/index.js +0 -1
  72. package/lib/seam/connect/routes/acs/access-groups/index.js.map +1 -1
  73. package/lib/seam/connect/routes/acs/acs.d.ts +4 -8
  74. package/lib/seam/connect/routes/acs/acs.js +7 -15
  75. package/lib/seam/connect/routes/acs/acs.js.map +1 -1
  76. package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +10 -65
  77. package/lib/seam/connect/routes/acs/credentials/credentials.js +8 -24
  78. package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
  79. package/lib/seam/connect/routes/acs/credentials/index.d.ts +0 -1
  80. package/lib/seam/connect/routes/acs/credentials/index.js +0 -1
  81. package/lib/seam/connect/routes/acs/credentials/index.js.map +1 -1
  82. package/lib/seam/connect/routes/acs/encoders/encoders.d.ts +17 -31
  83. package/lib/seam/connect/routes/acs/encoders/encoders.js +8 -8
  84. package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
  85. package/lib/seam/connect/routes/acs/encoders/simulate/simulate.d.ts +4 -20
  86. package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js +8 -8
  87. package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +13 -31
  88. package/lib/seam/connect/routes/acs/entrances/entrances.js +8 -8
  89. package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
  90. package/lib/seam/connect/routes/acs/index.d.ts +0 -2
  91. package/lib/seam/connect/routes/acs/index.js +0 -2
  92. package/lib/seam/connect/routes/acs/index.js.map +1 -1
  93. package/lib/seam/connect/routes/acs/systems/systems.d.ts +8 -24
  94. package/lib/seam/connect/routes/acs/systems/systems.js +8 -8
  95. package/lib/seam/connect/routes/acs/users/index.d.ts +0 -1
  96. package/lib/seam/connect/routes/acs/users/index.js +0 -1
  97. package/lib/seam/connect/routes/acs/users/index.js.map +1 -1
  98. package/lib/seam/connect/routes/acs/users/users.d.ts +10 -56
  99. package/lib/seam/connect/routes/acs/users/users.js +8 -12
  100. package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
  101. package/lib/seam/connect/routes/action-attempts/action-attempts.d.ts +9 -16
  102. package/lib/seam/connect/routes/action-attempts/action-attempts.js +8 -8
  103. package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
  104. package/lib/seam/connect/routes/client-sessions/client-sessions.d.ts +9 -37
  105. package/lib/seam/connect/routes/client-sessions/client-sessions.js +7 -7
  106. package/lib/seam/connect/routes/connect-webviews/connect-webviews.d.ts +8 -25
  107. package/lib/seam/connect/routes/connect-webviews/connect-webviews.js +8 -8
  108. package/lib/seam/connect/routes/connected-accounts/connected-accounts.d.ts +7 -28
  109. package/lib/seam/connect/routes/connected-accounts/connected-accounts.js +8 -8
  110. package/lib/seam/connect/routes/connected-accounts/simulate/simulate.d.ts +4 -8
  111. package/lib/seam/connect/routes/connected-accounts/simulate/simulate.js +8 -8
  112. package/lib/seam/connect/routes/customers/customers.d.ts +6 -21
  113. package/lib/seam/connect/routes/customers/customers.js +8 -12
  114. package/lib/seam/connect/routes/customers/customers.js.map +1 -1
  115. package/lib/seam/connect/routes/customers/index.d.ts +0 -1
  116. package/lib/seam/connect/routes/customers/index.js +0 -1
  117. package/lib/seam/connect/routes/customers/index.js.map +1 -1
  118. package/lib/seam/connect/routes/devices/devices.d.ts +9 -45
  119. package/lib/seam/connect/routes/devices/devices.js +8 -20
  120. package/lib/seam/connect/routes/devices/devices.js.map +1 -1
  121. package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +4 -28
  122. package/lib/seam/connect/routes/devices/simulate/simulate.js +8 -8
  123. package/lib/seam/connect/routes/devices/unmanaged/unmanaged.d.ts +7 -21
  124. package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js +8 -8
  125. package/lib/seam/connect/routes/events/events.d.ts +7 -15
  126. package/lib/seam/connect/routes/events/events.js +8 -8
  127. package/lib/seam/connect/routes/index.d.ts +0 -3
  128. package/lib/seam/connect/routes/index.js +0 -3
  129. package/lib/seam/connect/routes/index.js.map +1 -1
  130. package/lib/seam/connect/routes/instant-keys/instant-keys.d.ts +7 -19
  131. package/lib/seam/connect/routes/instant-keys/instant-keys.js +8 -8
  132. package/lib/seam/connect/routes/locks/locks.d.ts +17 -35
  133. package/lib/seam/connect/routes/locks/locks.js +8 -8
  134. package/lib/seam/connect/routes/locks/locks.js.map +1 -1
  135. package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +11 -15
  136. package/lib/seam/connect/routes/locks/simulate/simulate.js +8 -8
  137. package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
  138. package/lib/seam/connect/routes/noise-sensors/noise-sensors.d.ts +6 -12
  139. package/lib/seam/connect/routes/noise-sensors/noise-sensors.js +8 -8
  140. package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.d.ts +8 -32
  141. package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js +8 -8
  142. package/lib/seam/connect/routes/noise-sensors/simulate/simulate.d.ts +4 -8
  143. package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js +8 -8
  144. package/lib/seam/connect/routes/phones/phones.d.ts +7 -19
  145. package/lib/seam/connect/routes/phones/phones.js +8 -8
  146. package/lib/seam/connect/routes/phones/simulate/simulate.d.ts +6 -10
  147. package/lib/seam/connect/routes/phones/simulate/simulate.js +8 -8
  148. package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.d.ts +3 -7
  149. package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js +4 -26
  150. package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js.map +1 -1
  151. package/lib/seam/connect/routes/seam-http-endpoints.d.ts +12 -126
  152. package/lib/seam/connect/routes/seam-http-endpoints.js +6 -840
  153. package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
  154. package/lib/seam/connect/routes/seam-http-without-workspace.d.ts +3 -3
  155. package/lib/seam/connect/routes/seam-http-without-workspace.js +5 -5
  156. package/lib/seam/connect/routes/seam-http.d.ts +4 -8
  157. package/lib/seam/connect/routes/seam-http.js +6 -14
  158. package/lib/seam/connect/routes/seam-http.js.map +1 -1
  159. package/lib/seam/connect/routes/spaces/spaces.d.ts +11 -64
  160. package/lib/seam/connect/routes/spaces/spaces.js +8 -8
  161. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.d.ts +10 -20
  162. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js +8 -8
  163. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
  164. package/lib/seam/connect/routes/thermostats/schedules/schedules.d.ts +8 -28
  165. package/lib/seam/connect/routes/thermostats/schedules/schedules.js +8 -8
  166. package/lib/seam/connect/routes/thermostats/simulate/simulate.d.ts +4 -12
  167. package/lib/seam/connect/routes/thermostats/simulate/simulate.js +8 -8
  168. package/lib/seam/connect/routes/thermostats/thermostats.d.ts +31 -91
  169. package/lib/seam/connect/routes/thermostats/thermostats.js +8 -20
  170. package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
  171. package/lib/seam/connect/routes/user-identities/index.d.ts +0 -1
  172. package/lib/seam/connect/routes/user-identities/index.js +0 -1
  173. package/lib/seam/connect/routes/user-identities/index.js.map +1 -1
  174. package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.d.ts +7 -19
  175. package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.js +8 -8
  176. package/lib/seam/connect/routes/user-identities/user-identities.d.ts +18 -76
  177. package/lib/seam/connect/routes/user-identities/user-identities.js +8 -12
  178. package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
  179. package/lib/seam/connect/routes/webhooks/webhooks.d.ts +8 -28
  180. package/lib/seam/connect/routes/webhooks/webhooks.js +8 -8
  181. package/lib/seam/connect/routes/workspaces/index.d.ts +0 -1
  182. package/lib/seam/connect/routes/workspaces/index.js +0 -1
  183. package/lib/seam/connect/routes/workspaces/index.js.map +1 -1
  184. package/lib/seam/connect/routes/workspaces/workspaces.d.ts +12 -45
  185. package/lib/seam/connect/routes/workspaces/workspaces.js +8 -24
  186. package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
  187. package/lib/seam/connect/seam-http-request.js.map +1 -1
  188. package/lib/seam/connect/seam-paginator.js.map +1 -1
  189. package/lib/version.d.ts +1 -1
  190. package/lib/version.js +1 -1
  191. package/lib/version.js.map +1 -1
  192. package/package.json +27 -33
  193. package/src/lib/seam/connect/index.ts +1 -0
  194. package/src/lib/seam/connect/options.ts +8 -17
  195. package/src/lib/seam/connect/parse-options.ts +0 -2
  196. package/src/lib/seam/connect/resolve-action-attempt.ts +7 -10
  197. package/src/lib/seam/connect/resources/access-code.ts +1 -1
  198. package/src/lib/seam/connect/resources/access-grant.ts +1 -1
  199. package/src/lib/seam/connect/resources/access-method.ts +1 -1
  200. package/src/lib/seam/connect/resources/acs-access-group.ts +1 -1
  201. package/src/lib/seam/connect/resources/acs-credential.ts +1 -1
  202. package/src/lib/seam/connect/resources/acs-encoder.ts +1 -1
  203. package/src/lib/seam/connect/resources/acs-entrance.ts +3 -10
  204. package/src/lib/seam/connect/resources/acs-system.ts +1 -1
  205. package/src/lib/seam/connect/resources/acs-user.ts +1 -2
  206. package/src/lib/seam/connect/resources/action-attempt.ts +6 -16
  207. package/src/lib/seam/connect/resources/batch.ts +56 -29
  208. package/src/lib/seam/connect/resources/client-session.ts +1 -1
  209. package/src/lib/seam/connect/resources/connect-webview.ts +1 -5
  210. package/src/lib/seam/connect/resources/connected-account.ts +1 -1
  211. package/src/lib/seam/connect/resources/customer-portal.ts +1 -1
  212. package/src/lib/seam/connect/resources/device-provider.ts +1 -1
  213. package/src/lib/seam/connect/resources/device.ts +6 -26
  214. package/src/lib/seam/connect/resources/event.ts +4 -27
  215. package/src/lib/seam/connect/resources/index.ts +32 -43
  216. package/src/lib/seam/connect/resources/instant-key.ts +1 -1
  217. package/src/lib/seam/connect/resources/noise-threshold.ts +1 -1
  218. package/src/lib/seam/connect/resources/phone.ts +1 -1
  219. package/src/lib/seam/connect/resources/space.ts +1 -3
  220. package/src/lib/seam/connect/resources/thermostat-daily-program.ts +1 -1
  221. package/src/lib/seam/connect/resources/thermostat-schedule.ts +1 -1
  222. package/src/lib/seam/connect/resources/unmanaged-access-code.ts +1 -1
  223. package/src/lib/seam/connect/resources/unmanaged-access-grant.ts +164 -0
  224. package/src/lib/seam/connect/resources/unmanaged-access-method.ts +114 -0
  225. package/src/lib/seam/connect/resources/unmanaged-device.ts +1 -1
  226. package/src/lib/seam/connect/resources/unmanaged-user-identity.ts +48 -0
  227. package/src/lib/seam/connect/resources/user-identity.ts +1 -1
  228. package/src/lib/seam/connect/resources/webhook.ts +1 -1
  229. package/src/lib/seam/connect/resources/workspace.ts +1 -1
  230. package/src/lib/seam/connect/routes/access-codes/access-codes.ts +8 -110
  231. package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +2 -8
  232. package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +3 -34
  233. package/src/lib/seam/connect/routes/access-grants/access-grants.ts +18 -45
  234. package/src/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.ts +5 -20
  235. package/src/lib/seam/connect/routes/access-methods/access-methods.ts +20 -50
  236. package/src/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.ts +3 -15
  237. package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +7 -57
  238. package/src/lib/seam/connect/routes/acs/access-groups/index.ts +0 -1
  239. package/src/lib/seam/connect/routes/acs/acs.ts +0 -13
  240. package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +6 -111
  241. package/src/lib/seam/connect/routes/acs/credentials/index.ts +0 -1
  242. package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +13 -40
  243. package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +0 -24
  244. package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +7 -36
  245. package/src/lib/seam/connect/routes/acs/index.ts +0 -2
  246. package/src/lib/seam/connect/routes/acs/systems/systems.ts +4 -25
  247. package/src/lib/seam/connect/routes/acs/users/index.ts +0 -1
  248. package/src/lib/seam/connect/routes/acs/users/users.ts +6 -70
  249. package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +3 -15
  250. package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +5 -44
  251. package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +4 -29
  252. package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +3 -30
  253. package/src/lib/seam/connect/routes/connected-accounts/simulate/simulate.ts +0 -6
  254. package/src/lib/seam/connect/routes/customers/customers.ts +2 -26
  255. package/src/lib/seam/connect/routes/customers/index.ts +0 -1
  256. package/src/lib/seam/connect/routes/devices/devices.ts +5 -116
  257. package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +0 -33
  258. package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +3 -68
  259. package/src/lib/seam/connect/routes/events/events.ts +3 -13
  260. package/src/lib/seam/connect/routes/index.ts +0 -3
  261. package/src/lib/seam/connect/routes/instant-keys/instant-keys.ts +3 -20
  262. package/src/lib/seam/connect/routes/locks/locks.ts +7 -86
  263. package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +7 -18
  264. package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +2 -55
  265. package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +4 -41
  266. package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +0 -6
  267. package/src/lib/seam/connect/routes/phones/phones.ts +3 -18
  268. package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +2 -8
  269. package/src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts +1 -55
  270. package/src/lib/seam/connect/routes/seam-http-endpoints.ts +75 -2091
  271. package/src/lib/seam/connect/routes/seam-http.ts +0 -10
  272. package/src/lib/seam/connect/routes/spaces/spaces.ts +16 -73
  273. package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +6 -24
  274. package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +4 -32
  275. package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +0 -12
  276. package/src/lib/seam/connect/routes/thermostats/thermostats.ts +17 -200
  277. package/src/lib/seam/connect/routes/user-identities/index.ts +0 -1
  278. package/src/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.ts +3 -21
  279. package/src/lib/seam/connect/routes/user-identities/user-identities.ts +14 -104
  280. package/src/lib/seam/connect/routes/webhooks/webhooks.ts +4 -29
  281. package/src/lib/seam/connect/routes/workspaces/index.ts +0 -1
  282. package/src/lib/seam/connect/routes/workspaces/workspaces.ts +6 -81
  283. package/src/lib/seam/connect/seam-http-request.ts +5 -9
  284. package/src/lib/seam/connect/seam-paginator.ts +1 -2
  285. package/src/lib/version.ts +1 -1
  286. package/dist/connect.cjs +0 -14158
  287. package/dist/connect.cjs.map +0 -1
  288. package/dist/connect.d.cts +0 -11784
  289. package/dist/index.cjs +0 -14439
  290. package/dist/index.cjs.map +0 -1
  291. package/dist/index.d.cts +0 -5
  292. package/lib/seam/connect/resources/acs-credential-pool.d.ts +0 -9
  293. package/lib/seam/connect/resources/acs-credential-pool.js.map +0 -1
  294. package/lib/seam/connect/resources/acs-credential-provisioning-automation.d.ts +0 -7
  295. package/lib/seam/connect/resources/acs-credential-provisioning-automation.js +0 -6
  296. package/lib/seam/connect/resources/acs-credential-provisioning-automation.js.map +0 -1
  297. package/lib/seam/connect/resources/bridge-client-session.d.ts +0 -29
  298. package/lib/seam/connect/resources/bridge-client-session.js.map +0 -1
  299. package/lib/seam/connect/resources/bridge-connected-systems.d.ts +0 -10
  300. package/lib/seam/connect/resources/bridge-connected-systems.js +0 -6
  301. package/lib/seam/connect/resources/bridge-connected-systems.js.map +0 -1
  302. package/lib/seam/connect/resources/customer.d.ts +0 -5
  303. package/lib/seam/connect/resources/customer.js.map +0 -1
  304. package/lib/seam/connect/resources/customization-profile.d.ts +0 -18
  305. package/lib/seam/connect/resources/customization-profile.js +0 -6
  306. package/lib/seam/connect/resources/customization-profile.js.map +0 -1
  307. package/lib/seam/connect/resources/enrollment-automation.d.ts +0 -7
  308. package/lib/seam/connect/resources/enrollment-automation.js +0 -6
  309. package/lib/seam/connect/resources/enrollment-automation.js.map +0 -1
  310. package/lib/seam/connect/resources/magic-link.d.ts +0 -7
  311. package/lib/seam/connect/resources/magic-link.js +0 -6
  312. package/lib/seam/connect/resources/magic-link.js.map +0 -1
  313. package/lib/seam/connect/resources/phone-session.d.ts +0 -185
  314. package/lib/seam/connect/resources/phone-session.js +0 -6
  315. package/lib/seam/connect/resources/phone-session.js.map +0 -1
  316. package/lib/seam/connect/resources/staff-member.d.ts +0 -16
  317. package/lib/seam/connect/resources/staff-member.js +0 -6
  318. package/lib/seam/connect/resources/staff-member.js.map +0 -1
  319. package/lib/seam/connect/resources/unknown.d.ts +0 -1
  320. package/lib/seam/connect/resources/unknown.js +0 -6
  321. package/lib/seam/connect/resources/unknown.js.map +0 -1
  322. package/lib/seam/connect/resources/unmanaged-acs-access-group.d.ts +0 -89
  323. package/lib/seam/connect/resources/unmanaged-acs-access-group.js +0 -6
  324. package/lib/seam/connect/resources/unmanaged-acs-access-group.js.map +0 -1
  325. package/lib/seam/connect/resources/unmanaged-acs-credential.d.ts +0 -74
  326. package/lib/seam/connect/resources/unmanaged-acs-credential.js +0 -6
  327. package/lib/seam/connect/resources/unmanaged-acs-credential.js.map +0 -1
  328. package/lib/seam/connect/resources/unmanaged-acs-user.d.ts +0 -155
  329. package/lib/seam/connect/resources/unmanaged-acs-user.js +0 -6
  330. package/lib/seam/connect/resources/unmanaged-acs-user.js.map +0 -1
  331. package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.d.ts +0 -1
  332. package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js +0 -6
  333. package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js.map +0 -1
  334. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.d.ts +0 -46
  335. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js +0 -116
  336. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js.map +0 -1
  337. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.d.ts +0 -33
  338. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js +0 -104
  339. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js.map +0 -1
  340. package/lib/seam/connect/routes/acs/credential-pools/index.d.ts +0 -1
  341. package/lib/seam/connect/routes/acs/credential-pools/index.js +0 -6
  342. package/lib/seam/connect/routes/acs/credential-pools/index.js.map +0 -1
  343. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.d.ts +0 -33
  344. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js +0 -104
  345. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js.map +0 -1
  346. package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.d.ts +0 -1
  347. package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js +0 -6
  348. package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js.map +0 -1
  349. package/lib/seam/connect/routes/acs/credentials/unmanaged/index.d.ts +0 -1
  350. package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js +0 -6
  351. package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js.map +0 -1
  352. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.d.ts +0 -46
  353. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js +0 -116
  354. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js.map +0 -1
  355. package/lib/seam/connect/routes/acs/users/unmanaged/index.d.ts +0 -1
  356. package/lib/seam/connect/routes/acs/users/unmanaged/index.js +0 -6
  357. package/lib/seam/connect/routes/acs/users/unmanaged/index.js.map +0 -1
  358. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.d.ts +0 -46
  359. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js +0 -116
  360. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js.map +0 -1
  361. package/lib/seam/connect/routes/bridges/bridges.d.ts +0 -46
  362. package/lib/seam/connect/routes/bridges/bridges.js +0 -116
  363. package/lib/seam/connect/routes/bridges/bridges.js.map +0 -1
  364. package/lib/seam/connect/routes/bridges/index.d.ts +0 -1
  365. package/lib/seam/connect/routes/bridges/index.js +0 -6
  366. package/lib/seam/connect/routes/bridges/index.js.map +0 -1
  367. package/lib/seam/connect/routes/customers/reservations/index.d.ts +0 -1
  368. package/lib/seam/connect/routes/customers/reservations/index.js +0 -6
  369. package/lib/seam/connect/routes/customers/reservations/index.js.map +0 -1
  370. package/lib/seam/connect/routes/customers/reservations/reservations.d.ts +0 -33
  371. package/lib/seam/connect/routes/customers/reservations/reservations.js +0 -104
  372. package/lib/seam/connect/routes/customers/reservations/reservations.js.map +0 -1
  373. package/lib/seam/connect/routes/seam/console/console.d.ts +0 -21
  374. package/lib/seam/connect/routes/seam/console/console.js +0 -95
  375. package/lib/seam/connect/routes/seam/console/console.js.map +0 -1
  376. package/lib/seam/connect/routes/seam/console/index.d.ts +0 -2
  377. package/lib/seam/connect/routes/seam/console/index.js +0 -7
  378. package/lib/seam/connect/routes/seam/console/index.js.map +0 -1
  379. package/lib/seam/connect/routes/seam/console/v1/index.d.ts +0 -5
  380. package/lib/seam/connect/routes/seam/console/v1/index.js +0 -10
  381. package/lib/seam/connect/routes/seam/console/v1/index.js.map +0 -1
  382. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.d.ts +0 -1
  383. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.js +0 -6
  384. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.js.map +0 -1
  385. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.d.ts +0 -72
  386. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.js +0 -140
  387. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.js.map +0 -1
  388. package/lib/seam/connect/routes/seam/console/v1/sites/index.d.ts +0 -1
  389. package/lib/seam/connect/routes/seam/console/v1/sites/index.js +0 -6
  390. package/lib/seam/connect/routes/seam/console/v1/sites/index.js.map +0 -1
  391. package/lib/seam/connect/routes/seam/console/v1/sites/sites.d.ts +0 -72
  392. package/lib/seam/connect/routes/seam/console/v1/sites/sites.js +0 -140
  393. package/lib/seam/connect/routes/seam/console/v1/sites/sites.js.map +0 -1
  394. package/lib/seam/connect/routes/seam/console/v1/timelines/index.d.ts +0 -1
  395. package/lib/seam/connect/routes/seam/console/v1/timelines/index.js +0 -6
  396. package/lib/seam/connect/routes/seam/console/v1/timelines/index.js.map +0 -1
  397. package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.d.ts +0 -33
  398. package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js +0 -104
  399. package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js.map +0 -1
  400. package/lib/seam/connect/routes/seam/console/v1/v1.d.ts +0 -39
  401. package/lib/seam/connect/routes/seam/console/v1/v1.js +0 -116
  402. package/lib/seam/connect/routes/seam/console/v1/v1.js.map +0 -1
  403. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.d.ts +0 -46
  404. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.js +0 -116
  405. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.js.map +0 -1
  406. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.d.ts +0 -1
  407. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.js +0 -6
  408. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.js.map +0 -1
  409. package/lib/seam/connect/routes/seam/console/v1/workspace/index.d.ts +0 -1
  410. package/lib/seam/connect/routes/seam/console/v1/workspace/index.js +0 -6
  411. package/lib/seam/connect/routes/seam/console/v1/workspace/index.js.map +0 -1
  412. package/lib/seam/connect/routes/seam/customer/index.d.ts +0 -1
  413. package/lib/seam/connect/routes/seam/customer/index.js +0 -6
  414. package/lib/seam/connect/routes/seam/customer/index.js.map +0 -1
  415. package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.d.ts +0 -46
  416. package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.js +0 -116
  417. package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.js.map +0 -1
  418. package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.d.ts +0 -1
  419. package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.js +0 -6
  420. package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.js.map +0 -1
  421. package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.d.ts +0 -32
  422. package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.js +0 -104
  423. package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.js.map +0 -1
  424. package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.d.ts +0 -1
  425. package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.js +0 -6
  426. package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.js.map +0 -1
  427. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.d.ts +0 -33
  428. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js +0 -104
  429. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js.map +0 -1
  430. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.d.ts +0 -1
  431. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.js +0 -6
  432. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.js.map +0 -1
  433. package/lib/seam/connect/routes/seam/customer/v1/automations/automations.d.ts +0 -59
  434. package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js +0 -128
  435. package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js.map +0 -1
  436. package/lib/seam/connect/routes/seam/customer/v1/automations/index.d.ts +0 -1
  437. package/lib/seam/connect/routes/seam/customer/v1/automations/index.js +0 -6
  438. package/lib/seam/connect/routes/seam/customer/v1/automations/index.js.map +0 -1
  439. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.d.ts +0 -33
  440. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.js +0 -104
  441. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.js.map +0 -1
  442. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.d.ts +0 -1
  443. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.js +0 -6
  444. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.js.map +0 -1
  445. package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.d.ts +0 -115
  446. package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.js +0 -184
  447. package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.js.map +0 -1
  448. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.d.ts +0 -33
  449. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.js +0 -104
  450. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.js.map +0 -1
  451. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.d.ts +0 -1
  452. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.js +0 -6
  453. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.js.map +0 -1
  454. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.d.ts +0 -33
  455. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js +0 -104
  456. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js.map +0 -1
  457. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.d.ts +0 -1
  458. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.js +0 -6
  459. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.js.map +0 -1
  460. package/lib/seam/connect/routes/seam/customer/v1/connectors/index.d.ts +0 -3
  461. package/lib/seam/connect/routes/seam/customer/v1/connectors/index.js +0 -8
  462. package/lib/seam/connect/routes/seam/customer/v1/connectors/index.js.map +0 -1
  463. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.d.ts +0 -46
  464. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.js +0 -116
  465. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.js.map +0 -1
  466. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.d.ts +0 -1
  467. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.js +0 -6
  468. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.js.map +0 -1
  469. package/lib/seam/connect/routes/seam/customer/v1/customers/customers.d.ts +0 -61
  470. package/lib/seam/connect/routes/seam/customer/v1/customers/customers.js +0 -132
  471. package/lib/seam/connect/routes/seam/customer/v1/customers/customers.js.map +0 -1
  472. package/lib/seam/connect/routes/seam/customer/v1/customers/index.d.ts +0 -2
  473. package/lib/seam/connect/routes/seam/customer/v1/customers/index.js +0 -7
  474. package/lib/seam/connect/routes/seam/customer/v1/customers/index.js.map +0 -1
  475. package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.d.ts +0 -33
  476. package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.js +0 -104
  477. package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.js.map +0 -1
  478. package/lib/seam/connect/routes/seam/customer/v1/encoders/index.d.ts +0 -1
  479. package/lib/seam/connect/routes/seam/customer/v1/encoders/index.js +0 -6
  480. package/lib/seam/connect/routes/seam/customer/v1/encoders/index.js.map +0 -1
  481. package/lib/seam/connect/routes/seam/customer/v1/events/events.d.ts +0 -33
  482. package/lib/seam/connect/routes/seam/customer/v1/events/events.js +0 -104
  483. package/lib/seam/connect/routes/seam/customer/v1/events/events.js.map +0 -1
  484. package/lib/seam/connect/routes/seam/customer/v1/events/index.d.ts +0 -1
  485. package/lib/seam/connect/routes/seam/customer/v1/events/index.js +0 -6
  486. package/lib/seam/connect/routes/seam/customer/v1/events/index.js.map +0 -1
  487. package/lib/seam/connect/routes/seam/customer/v1/index.d.ts +0 -15
  488. package/lib/seam/connect/routes/seam/customer/v1/index.js +0 -20
  489. package/lib/seam/connect/routes/seam/customer/v1/index.js.map +0 -1
  490. package/lib/seam/connect/routes/seam/customer/v1/portals/index.d.ts +0 -1
  491. package/lib/seam/connect/routes/seam/customer/v1/portals/index.js +0 -6
  492. package/lib/seam/connect/routes/seam/customer/v1/portals/index.js.map +0 -1
  493. package/lib/seam/connect/routes/seam/customer/v1/portals/portals.d.ts +0 -46
  494. package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js +0 -116
  495. package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js.map +0 -1
  496. package/lib/seam/connect/routes/seam/customer/v1/reservations/index.d.ts +0 -1
  497. package/lib/seam/connect/routes/seam/customer/v1/reservations/index.js +0 -6
  498. package/lib/seam/connect/routes/seam/customer/v1/reservations/index.js.map +0 -1
  499. package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.d.ts +0 -59
  500. package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.js +0 -128
  501. package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.js.map +0 -1
  502. package/lib/seam/connect/routes/seam/customer/v1/settings/index.d.ts +0 -2
  503. package/lib/seam/connect/routes/seam/customer/v1/settings/index.js +0 -7
  504. package/lib/seam/connect/routes/seam/customer/v1/settings/index.js.map +0 -1
  505. package/lib/seam/connect/routes/seam/customer/v1/settings/settings.d.ts +0 -48
  506. package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js +0 -120
  507. package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js.map +0 -1
  508. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.d.ts +0 -1
  509. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.js +0 -6
  510. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.js.map +0 -1
  511. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.d.ts +0 -33
  512. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.js +0 -104
  513. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.js.map +0 -1
  514. package/lib/seam/connect/routes/seam/customer/v1/spaces/index.d.ts +0 -1
  515. package/lib/seam/connect/routes/seam/customer/v1/spaces/index.js +0 -6
  516. package/lib/seam/connect/routes/seam/customer/v1/spaces/index.js.map +0 -1
  517. package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.d.ts +0 -72
  518. package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.js +0 -140
  519. package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.js.map +0 -1
  520. package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.d.ts +0 -1
  521. package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.js +0 -6
  522. package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.js.map +0 -1
  523. package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.d.ts +0 -46
  524. package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.js +0 -116
  525. package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.js.map +0 -1
  526. package/lib/seam/connect/routes/seam/customer/v1/v1.d.ts +0 -47
  527. package/lib/seam/connect/routes/seam/customer/v1/v1.js +0 -147
  528. package/lib/seam/connect/routes/seam/customer/v1/v1.js.map +0 -1
  529. package/lib/seam/connect/routes/seam/index.d.ts +0 -3
  530. package/lib/seam/connect/routes/seam/index.js +0 -8
  531. package/lib/seam/connect/routes/seam/index.js.map +0 -1
  532. package/lib/seam/connect/routes/seam/partner/index.d.ts +0 -1
  533. package/lib/seam/connect/routes/seam/partner/index.js +0 -6
  534. package/lib/seam/connect/routes/seam/partner/index.js.map +0 -1
  535. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.d.ts +0 -21
  536. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js +0 -95
  537. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js.map +0 -1
  538. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.d.ts +0 -2
  539. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js +0 -7
  540. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js.map +0 -1
  541. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.d.ts +0 -1
  542. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js +0 -6
  543. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js.map +0 -1
  544. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.d.ts +0 -33
  545. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js +0 -104
  546. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js.map +0 -1
  547. package/lib/seam/connect/routes/seam/partner/v1/index.d.ts +0 -1
  548. package/lib/seam/connect/routes/seam/partner/v1/index.js +0 -6
  549. package/lib/seam/connect/routes/seam/partner/v1/index.js.map +0 -1
  550. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.d.ts +0 -72
  551. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js +0 -140
  552. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js.map +0 -1
  553. package/lib/seam/connect/routes/unstable-partner/building-blocks/index.d.ts +0 -1
  554. package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js +0 -6
  555. package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js.map +0 -1
  556. package/lib/seam/connect/routes/unstable-partner/index.d.ts +0 -2
  557. package/lib/seam/connect/routes/unstable-partner/index.js +0 -7
  558. package/lib/seam/connect/routes/unstable-partner/index.js.map +0 -1
  559. package/lib/seam/connect/routes/unstable-partner/unstable-partner.d.ts +0 -21
  560. package/lib/seam/connect/routes/unstable-partner/unstable-partner.js +0 -95
  561. package/lib/seam/connect/routes/unstable-partner/unstable-partner.js.map +0 -1
  562. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.d.ts +0 -72
  563. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js +0 -140
  564. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js.map +0 -1
  565. package/lib/seam/connect/routes/user-identities/enrollment-automations/index.d.ts +0 -1
  566. package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js +0 -6
  567. package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js.map +0 -1
  568. package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.d.ts +0 -85
  569. package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js +0 -152
  570. package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js.map +0 -1
  571. package/lib/seam/connect/routes/workspaces/customization-profiles/index.d.ts +0 -1
  572. package/lib/seam/connect/routes/workspaces/customization-profiles/index.js +0 -6
  573. package/lib/seam/connect/routes/workspaces/customization-profiles/index.js.map +0 -1
  574. package/src/lib/seam/connect/resources/acs-credential-pool.ts +0 -20
  575. package/src/lib/seam/connect/resources/acs-credential-provisioning-automation.ts +0 -16
  576. package/src/lib/seam/connect/resources/bridge-client-session.ts +0 -51
  577. package/src/lib/seam/connect/resources/bridge-connected-systems.ts +0 -22
  578. package/src/lib/seam/connect/resources/customer.ts +0 -12
  579. package/src/lib/seam/connect/resources/customization-profile.ts +0 -27
  580. package/src/lib/seam/connect/resources/enrollment-automation.ts +0 -16
  581. package/src/lib/seam/connect/resources/magic-link.ts +0 -16
  582. package/src/lib/seam/connect/resources/phone-session.ts +0 -304
  583. package/src/lib/seam/connect/resources/staff-member.ts +0 -23
  584. package/src/lib/seam/connect/resources/unknown.ts +0 -6
  585. package/src/lib/seam/connect/resources/unmanaged-acs-access-group.ts +0 -169
  586. package/src/lib/seam/connect/resources/unmanaged-acs-credential.ts +0 -127
  587. package/src/lib/seam/connect/resources/unmanaged-acs-user.ts +0 -262
  588. package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/index.ts +0 -6
  589. package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts +0 -252
  590. package/src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts +0 -208
  591. package/src/lib/seam/connect/routes/acs/credential-pools/index.ts +0 -6
  592. package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts +0 -212
  593. package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/index.ts +0 -6
  594. package/src/lib/seam/connect/routes/acs/credentials/unmanaged/index.ts +0 -6
  595. package/src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts +0 -256
  596. package/src/lib/seam/connect/routes/acs/users/unmanaged/index.ts +0 -6
  597. package/src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts +0 -247
  598. package/src/lib/seam/connect/routes/bridges/bridges.ts +0 -237
  599. package/src/lib/seam/connect/routes/bridges/index.ts +0 -6
  600. package/src/lib/seam/connect/routes/customers/reservations/index.ts +0 -6
  601. package/src/lib/seam/connect/routes/customers/reservations/reservations.ts +0 -209
  602. package/src/lib/seam/connect/routes/seam/console/console.ts +0 -173
  603. package/src/lib/seam/connect/routes/seam/console/index.ts +0 -7
  604. package/src/lib/seam/connect/routes/seam/console/v1/index.ts +0 -10
  605. package/src/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.ts +0 -6
  606. package/src/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.ts +0 -336
  607. package/src/lib/seam/connect/routes/seam/console/v1/sites/index.ts +0 -6
  608. package/src/lib/seam/connect/routes/seam/console/v1/sites/sites.ts +0 -322
  609. package/src/lib/seam/connect/routes/seam/console/v1/timelines/index.ts +0 -6
  610. package/src/lib/seam/connect/routes/seam/console/v1/timelines/timelines.ts +0 -209
  611. package/src/lib/seam/connect/routes/seam/console/v1/v1.ts +0 -228
  612. package/src/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.ts +0 -256
  613. package/src/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.ts +0 -6
  614. package/src/lib/seam/connect/routes/seam/console/v1/workspace/index.ts +0 -6
  615. package/src/lib/seam/connect/routes/seam/customer/index.ts +0 -6
  616. package/src/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.ts +0 -252
  617. package/src/lib/seam/connect/routes/seam/customer/v1/access-grants/index.ts +0 -6
  618. package/src/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.ts +0 -215
  619. package/src/lib/seam/connect/routes/seam/customer/v1/access-methods/index.ts +0 -6
  620. package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.ts +0 -212
  621. package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.ts +0 -6
  622. package/src/lib/seam/connect/routes/seam/customer/v1/automations/automations.ts +0 -292
  623. package/src/lib/seam/connect/routes/seam/customer/v1/automations/index.ts +0 -6
  624. package/src/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.ts +0 -212
  625. package/src/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.ts +0 -6
  626. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.ts +0 -473
  627. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.ts +0 -212
  628. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.ts +0 -6
  629. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.ts +0 -212
  630. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.ts +0 -6
  631. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/index.ts +0 -8
  632. package/src/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.ts +0 -256
  633. package/src/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.ts +0 -6
  634. package/src/lib/seam/connect/routes/seam/customer/v1/customers/customers.ts +0 -302
  635. package/src/lib/seam/connect/routes/seam/customer/v1/customers/index.ts +0 -7
  636. package/src/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.ts +0 -209
  637. package/src/lib/seam/connect/routes/seam/customer/v1/encoders/index.ts +0 -6
  638. package/src/lib/seam/connect/routes/seam/customer/v1/events/events.ts +0 -208
  639. package/src/lib/seam/connect/routes/seam/customer/v1/events/index.ts +0 -6
  640. package/src/lib/seam/connect/routes/seam/customer/v1/index.ts +0 -20
  641. package/src/lib/seam/connect/routes/seam/customer/v1/portals/index.ts +0 -6
  642. package/src/lib/seam/connect/routes/seam/customer/v1/portals/portals.ts +0 -248
  643. package/src/lib/seam/connect/routes/seam/customer/v1/reservations/index.ts +0 -6
  644. package/src/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.ts +0 -292
  645. package/src/lib/seam/connect/routes/seam/customer/v1/settings/index.ts +0 -7
  646. package/src/lib/seam/connect/routes/seam/customer/v1/settings/settings.ts +0 -262
  647. package/src/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.ts +0 -6
  648. package/src/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.ts +0 -223
  649. package/src/lib/seam/connect/routes/seam/customer/v1/spaces/index.ts +0 -6
  650. package/src/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.ts +0 -328
  651. package/src/lib/seam/connect/routes/seam/customer/v1/staff-members/index.ts +0 -6
  652. package/src/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.ts +0 -252
  653. package/src/lib/seam/connect/routes/seam/customer/v1/v1.ts +0 -265
  654. package/src/lib/seam/connect/routes/seam/index.ts +0 -8
  655. package/src/lib/seam/connect/routes/seam/partner/index.ts +0 -6
  656. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.ts +0 -179
  657. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.ts +0 -7
  658. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.ts +0 -6
  659. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts +0 -212
  660. package/src/lib/seam/connect/routes/seam/partner/v1/index.ts +0 -6
  661. package/src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts +0 -335
  662. package/src/lib/seam/connect/routes/unstable-partner/building-blocks/index.ts +0 -6
  663. package/src/lib/seam/connect/routes/unstable-partner/index.ts +0 -7
  664. package/src/lib/seam/connect/routes/unstable-partner/unstable-partner.ts +0 -176
  665. package/src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts +0 -332
  666. package/src/lib/seam/connect/routes/user-identities/enrollment-automations/index.ts +0 -6
  667. package/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts +0 -370
  668. package/src/lib/seam/connect/routes/workspaces/customization-profiles/index.ts +0 -6
@@ -1,21 +0,0 @@
1
- import { type Client } from '../../../../../lib/seam/connect/client.js';
2
- import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../../lib/seam/connect/options.js';
3
- import type { SeamHttpRequest } from '../../../../../lib/seam/connect/seam-http-request.js';
4
- import { SeamPaginator } from '../../../../../lib/seam/connect/seam-paginator.js';
5
- import { SeamHttpUnstablePartnerBuildingBlocks } from './building-blocks/index.js';
6
- export declare class SeamHttpUnstablePartner {
7
- client: Client;
8
- readonly defaults: Required<SeamHttpRequestOptions>;
9
- readonly ltsVersion = "1.0.0";
10
- static ltsVersion: string;
11
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
12
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstablePartner;
13
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstablePartner;
14
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstablePartner;
15
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstablePartner>;
16
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstablePartner;
17
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstablePartner;
18
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
19
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
20
- get buildingBlocks(): SeamHttpUnstablePartnerBuildingBlocks;
21
- }
@@ -1,95 +0,0 @@
1
- /*
2
- * Automatically generated by codegen/smith.ts.
3
- * Do not edit this file or add other files to this directory.
4
- */
5
- import { seamApiLtsVersion } from '../../../../../lib/lts-version.js';
6
- import { getAuthHeadersForClientSessionToken, warnOnInsecureuserIdentifierKey, } from '../../../../../lib/seam/connect/auth.js';
7
- import { createClient } from '../../../../../lib/seam/connect/client.js';
8
- import { isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, SeamHttpInvalidOptionsError, } from '../../../../../lib/seam/connect/options.js';
9
- import { limitToSeamHttpRequestOptions, parseOptions, } from '../../../../../lib/seam/connect/parse-options.js';
10
- import { SeamHttpClientSessions } from '../../../../../lib/seam/connect/routes/client-sessions/index.js';
11
- import { SeamPaginator } from '../../../../../lib/seam/connect/seam-paginator.js';
12
- import { SeamHttpUnstablePartnerBuildingBlocks } from './building-blocks/index.js';
13
- export class SeamHttpUnstablePartner {
14
- client;
15
- defaults;
16
- ltsVersion = seamApiLtsVersion;
17
- static ltsVersion = seamApiLtsVersion;
18
- constructor(apiKeyOrOptions = {}) {
19
- const options = parseOptions(apiKeyOrOptions);
20
- if (!options.isUndocumentedApiEnabled) {
21
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
22
- }
23
- this.client = 'client' in options ? options.client : createClient(options);
24
- this.defaults = limitToSeamHttpRequestOptions(options);
25
- }
26
- static fromClient(client, options = {}) {
27
- const constructorOptions = { ...options, client };
28
- if (!isSeamHttpOptionsWithClient(constructorOptions)) {
29
- throw new SeamHttpInvalidOptionsError('Missing client');
30
- }
31
- return new SeamHttpUnstablePartner(constructorOptions);
32
- }
33
- static fromApiKey(apiKey, options = {}) {
34
- const constructorOptions = { ...options, apiKey };
35
- if (!isSeamHttpOptionsWithApiKey(constructorOptions)) {
36
- throw new SeamHttpInvalidOptionsError('Missing apiKey');
37
- }
38
- return new SeamHttpUnstablePartner(constructorOptions);
39
- }
40
- static fromClientSessionToken(clientSessionToken, options = {}) {
41
- const constructorOptions = { ...options, clientSessionToken };
42
- if (!isSeamHttpOptionsWithClientSessionToken(constructorOptions)) {
43
- throw new SeamHttpInvalidOptionsError('Missing clientSessionToken');
44
- }
45
- return new SeamHttpUnstablePartner(constructorOptions);
46
- }
47
- static async fromPublishableKey(publishableKey, userIdentifierKey, options = {}) {
48
- warnOnInsecureuserIdentifierKey(userIdentifierKey);
49
- const clientOptions = parseOptions({ ...options, publishableKey });
50
- if (isSeamHttpOptionsWithClient(clientOptions)) {
51
- throw new SeamHttpInvalidOptionsError('The client option cannot be used with SeamHttpUnstablePartner.fromPublishableKey');
52
- }
53
- const client = createClient(clientOptions);
54
- const clientSessions = SeamHttpClientSessions.fromClient(client);
55
- const { token } = await clientSessions.getOrCreate({
56
- user_identifier_key: userIdentifierKey,
57
- });
58
- return SeamHttpUnstablePartner.fromClientSessionToken(token, options);
59
- }
60
- static fromConsoleSessionToken(consoleSessionToken, workspaceId, options = {}) {
61
- const constructorOptions = { ...options, consoleSessionToken, workspaceId };
62
- if (!isSeamHttpOptionsWithConsoleSessionToken(constructorOptions)) {
63
- throw new SeamHttpInvalidOptionsError('Missing consoleSessionToken or workspaceId');
64
- }
65
- return new SeamHttpUnstablePartner(constructorOptions);
66
- }
67
- static fromPersonalAccessToken(personalAccessToken, workspaceId, options = {}) {
68
- const constructorOptions = { ...options, personalAccessToken, workspaceId };
69
- if (!isSeamHttpOptionsWithPersonalAccessToken(constructorOptions)) {
70
- throw new SeamHttpInvalidOptionsError('Missing personalAccessToken or workspaceId');
71
- }
72
- return new SeamHttpUnstablePartner(constructorOptions);
73
- }
74
- createPaginator(request) {
75
- return new SeamPaginator(this, request);
76
- }
77
- async updateClientSessionToken(clientSessionToken) {
78
- const { headers } = this.client.defaults;
79
- const authHeaders = getAuthHeadersForClientSessionToken({
80
- clientSessionToken,
81
- });
82
- for (const key of Object.keys(authHeaders)) {
83
- if (headers[key] == null) {
84
- throw new Error('Cannot update a clientSessionToken on a client created without a clientSessionToken');
85
- }
86
- }
87
- this.client.defaults.headers = { ...headers, ...authHeaders };
88
- const clientSessions = SeamHttpClientSessions.fromClient(this.client);
89
- await clientSessions.get();
90
- }
91
- get buildingBlocks() {
92
- return SeamHttpUnstablePartnerBuildingBlocks.fromClient(this.client, this.defaults);
93
- }
94
- }
95
- //# sourceMappingURL=unstable-partner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unstable-partner.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/unstable-partner/unstable-partner.ts"],"names":[],"mappings":"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"}
@@ -1,72 +0,0 @@
1
- import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect';
2
- import { type Client } from '../../../../../../lib/seam/connect/client.js';
3
- import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../../../lib/seam/connect/options.js';
4
- import { SeamHttpRequest } from '../../../../../../lib/seam/connect/seam-http-request.js';
5
- import { SeamPaginator } from '../../../../../../lib/seam/connect/seam-paginator.js';
6
- export declare class SeamHttpUserIdentitiesEnrollmentAutomations {
7
- client: Client;
8
- readonly defaults: Required<SeamHttpRequestOptions>;
9
- readonly ltsVersion = "1.0.0";
10
- static ltsVersion: string;
11
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
12
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUserIdentitiesEnrollmentAutomations;
13
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUserIdentitiesEnrollmentAutomations;
14
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUserIdentitiesEnrollmentAutomations;
15
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUserIdentitiesEnrollmentAutomations>;
16
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUserIdentitiesEnrollmentAutomations;
17
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUserIdentitiesEnrollmentAutomations;
18
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
19
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
20
- delete(parameters: UserIdentitiesEnrollmentAutomationsDeleteParameters, options?: UserIdentitiesEnrollmentAutomationsDeleteOptions): UserIdentitiesEnrollmentAutomationsDeleteRequest;
21
- get(parameters: UserIdentitiesEnrollmentAutomationsGetParameters, options?: UserIdentitiesEnrollmentAutomationsGetOptions): UserIdentitiesEnrollmentAutomationsGetRequest;
22
- launch(parameters: UserIdentitiesEnrollmentAutomationsLaunchParameters, options?: UserIdentitiesEnrollmentAutomationsLaunchOptions): UserIdentitiesEnrollmentAutomationsLaunchRequest;
23
- list(parameters: UserIdentitiesEnrollmentAutomationsListParameters, options?: UserIdentitiesEnrollmentAutomationsListOptions): UserIdentitiesEnrollmentAutomationsListRequest;
24
- }
25
- export type UserIdentitiesEnrollmentAutomationsDeleteParameters = RouteRequestBody<'/user_identities/enrollment_automations/delete'>;
26
- /**
27
- * @deprecated Use UserIdentitiesEnrollmentAutomationsDeleteParameters instead.
28
- */
29
- export type UserIdentitiesEnrollmentAutomationsDeleteParams = UserIdentitiesEnrollmentAutomationsDeleteParameters;
30
- /**
31
- * @deprecated Use UserIdentitiesEnrollmentAutomationsDeleteRequest instead.
32
- */
33
- export type UserIdentitiesEnrollmentAutomationsDeleteResponse = RouteResponse<'/user_identities/enrollment_automations/delete'>;
34
- export type UserIdentitiesEnrollmentAutomationsDeleteRequest = SeamHttpRequest<void, undefined>;
35
- export interface UserIdentitiesEnrollmentAutomationsDeleteOptions {
36
- }
37
- export type UserIdentitiesEnrollmentAutomationsGetParameters = RouteRequestBody<'/user_identities/enrollment_automations/get'>;
38
- /**
39
- * @deprecated Use UserIdentitiesEnrollmentAutomationsGetParameters instead.
40
- */
41
- export type UserIdentitiesEnrollmentAutomationsGetParams = UserIdentitiesEnrollmentAutomationsGetParameters;
42
- /**
43
- * @deprecated Use UserIdentitiesEnrollmentAutomationsGetRequest instead.
44
- */
45
- export type UserIdentitiesEnrollmentAutomationsGetResponse = RouteResponse<'/user_identities/enrollment_automations/get'>;
46
- export type UserIdentitiesEnrollmentAutomationsGetRequest = SeamHttpRequest<UserIdentitiesEnrollmentAutomationsGetResponse, 'enrollment_automation'>;
47
- export interface UserIdentitiesEnrollmentAutomationsGetOptions {
48
- }
49
- export type UserIdentitiesEnrollmentAutomationsLaunchParameters = RouteRequestBody<'/user_identities/enrollment_automations/launch'>;
50
- /**
51
- * @deprecated Use UserIdentitiesEnrollmentAutomationsLaunchParameters instead.
52
- */
53
- export type UserIdentitiesEnrollmentAutomationsLaunchBody = UserIdentitiesEnrollmentAutomationsLaunchParameters;
54
- /**
55
- * @deprecated Use UserIdentitiesEnrollmentAutomationsLaunchRequest instead.
56
- */
57
- export type UserIdentitiesEnrollmentAutomationsLaunchResponse = RouteResponse<'/user_identities/enrollment_automations/launch'>;
58
- export type UserIdentitiesEnrollmentAutomationsLaunchRequest = SeamHttpRequest<UserIdentitiesEnrollmentAutomationsLaunchResponse, 'enrollment_automation'>;
59
- export interface UserIdentitiesEnrollmentAutomationsLaunchOptions {
60
- }
61
- export type UserIdentitiesEnrollmentAutomationsListParameters = RouteRequestBody<'/user_identities/enrollment_automations/list'>;
62
- /**
63
- * @deprecated Use UserIdentitiesEnrollmentAutomationsListParameters instead.
64
- */
65
- export type UserIdentitiesEnrollmentAutomationsListParams = UserIdentitiesEnrollmentAutomationsListParameters;
66
- /**
67
- * @deprecated Use UserIdentitiesEnrollmentAutomationsListRequest instead.
68
- */
69
- export type UserIdentitiesEnrollmentAutomationsListResponse = RouteResponse<'/user_identities/enrollment_automations/list'>;
70
- export type UserIdentitiesEnrollmentAutomationsListRequest = SeamHttpRequest<UserIdentitiesEnrollmentAutomationsListResponse, 'enrollment_automations'>;
71
- export interface UserIdentitiesEnrollmentAutomationsListOptions {
72
- }
@@ -1,140 +0,0 @@
1
- /*
2
- * Automatically generated by codegen/smith.ts.
3
- * Do not edit this file or add other files to this directory.
4
- */
5
- import { seamApiLtsVersion } from '../../../../../../lib/lts-version.js';
6
- import { getAuthHeadersForClientSessionToken, warnOnInsecureuserIdentifierKey, } from '../../../../../../lib/seam/connect/auth.js';
7
- import { createClient } from '../../../../../../lib/seam/connect/client.js';
8
- import { isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, SeamHttpInvalidOptionsError, } from '../../../../../../lib/seam/connect/options.js';
9
- import { limitToSeamHttpRequestOptions, parseOptions, } from '../../../../../../lib/seam/connect/parse-options.js';
10
- import { SeamHttpClientSessions } from '../../../../../../lib/seam/connect/routes/client-sessions/index.js';
11
- import { SeamHttpRequest } from '../../../../../../lib/seam/connect/seam-http-request.js';
12
- import { SeamPaginator } from '../../../../../../lib/seam/connect/seam-paginator.js';
13
- export class SeamHttpUserIdentitiesEnrollmentAutomations {
14
- client;
15
- defaults;
16
- ltsVersion = seamApiLtsVersion;
17
- static ltsVersion = seamApiLtsVersion;
18
- constructor(apiKeyOrOptions = {}) {
19
- const options = parseOptions(apiKeyOrOptions);
20
- if (!options.isUndocumentedApiEnabled) {
21
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
22
- }
23
- this.client = 'client' in options ? options.client : createClient(options);
24
- this.defaults = limitToSeamHttpRequestOptions(options);
25
- }
26
- static fromClient(client, options = {}) {
27
- const constructorOptions = { ...options, client };
28
- if (!isSeamHttpOptionsWithClient(constructorOptions)) {
29
- throw new SeamHttpInvalidOptionsError('Missing client');
30
- }
31
- return new SeamHttpUserIdentitiesEnrollmentAutomations(constructorOptions);
32
- }
33
- static fromApiKey(apiKey, options = {}) {
34
- const constructorOptions = { ...options, apiKey };
35
- if (!isSeamHttpOptionsWithApiKey(constructorOptions)) {
36
- throw new SeamHttpInvalidOptionsError('Missing apiKey');
37
- }
38
- return new SeamHttpUserIdentitiesEnrollmentAutomations(constructorOptions);
39
- }
40
- static fromClientSessionToken(clientSessionToken, options = {}) {
41
- const constructorOptions = { ...options, clientSessionToken };
42
- if (!isSeamHttpOptionsWithClientSessionToken(constructorOptions)) {
43
- throw new SeamHttpInvalidOptionsError('Missing clientSessionToken');
44
- }
45
- return new SeamHttpUserIdentitiesEnrollmentAutomations(constructorOptions);
46
- }
47
- static async fromPublishableKey(publishableKey, userIdentifierKey, options = {}) {
48
- warnOnInsecureuserIdentifierKey(userIdentifierKey);
49
- const clientOptions = parseOptions({ ...options, publishableKey });
50
- if (isSeamHttpOptionsWithClient(clientOptions)) {
51
- throw new SeamHttpInvalidOptionsError('The client option cannot be used with SeamHttpUserIdentitiesEnrollmentAutomations.fromPublishableKey');
52
- }
53
- const client = createClient(clientOptions);
54
- const clientSessions = SeamHttpClientSessions.fromClient(client);
55
- const { token } = await clientSessions.getOrCreate({
56
- user_identifier_key: userIdentifierKey,
57
- });
58
- return SeamHttpUserIdentitiesEnrollmentAutomations.fromClientSessionToken(token, options);
59
- }
60
- static fromConsoleSessionToken(consoleSessionToken, workspaceId, options = {}) {
61
- const constructorOptions = { ...options, consoleSessionToken, workspaceId };
62
- if (!isSeamHttpOptionsWithConsoleSessionToken(constructorOptions)) {
63
- throw new SeamHttpInvalidOptionsError('Missing consoleSessionToken or workspaceId');
64
- }
65
- return new SeamHttpUserIdentitiesEnrollmentAutomations(constructorOptions);
66
- }
67
- static fromPersonalAccessToken(personalAccessToken, workspaceId, options = {}) {
68
- const constructorOptions = { ...options, personalAccessToken, workspaceId };
69
- if (!isSeamHttpOptionsWithPersonalAccessToken(constructorOptions)) {
70
- throw new SeamHttpInvalidOptionsError('Missing personalAccessToken or workspaceId');
71
- }
72
- return new SeamHttpUserIdentitiesEnrollmentAutomations(constructorOptions);
73
- }
74
- createPaginator(request) {
75
- return new SeamPaginator(this, request);
76
- }
77
- async updateClientSessionToken(clientSessionToken) {
78
- const { headers } = this.client.defaults;
79
- const authHeaders = getAuthHeadersForClientSessionToken({
80
- clientSessionToken,
81
- });
82
- for (const key of Object.keys(authHeaders)) {
83
- if (headers[key] == null) {
84
- throw new Error('Cannot update a clientSessionToken on a client created without a clientSessionToken');
85
- }
86
- }
87
- this.client.defaults.headers = { ...headers, ...authHeaders };
88
- const clientSessions = SeamHttpClientSessions.fromClient(this.client);
89
- await clientSessions.get();
90
- }
91
- delete(parameters, options = {}) {
92
- if (!this.defaults.isUndocumentedApiEnabled) {
93
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
94
- }
95
- return new SeamHttpRequest(this, {
96
- pathname: '/user_identities/enrollment_automations/delete',
97
- method: 'POST',
98
- body: parameters,
99
- responseKey: undefined,
100
- options,
101
- });
102
- }
103
- get(parameters, options = {}) {
104
- if (!this.defaults.isUndocumentedApiEnabled) {
105
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
106
- }
107
- return new SeamHttpRequest(this, {
108
- pathname: '/user_identities/enrollment_automations/get',
109
- method: 'POST',
110
- body: parameters,
111
- responseKey: 'enrollment_automation',
112
- options,
113
- });
114
- }
115
- launch(parameters, options = {}) {
116
- if (!this.defaults.isUndocumentedApiEnabled) {
117
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
118
- }
119
- return new SeamHttpRequest(this, {
120
- pathname: '/user_identities/enrollment_automations/launch',
121
- method: 'POST',
122
- body: parameters,
123
- responseKey: 'enrollment_automation',
124
- options,
125
- });
126
- }
127
- list(parameters, options = {}) {
128
- if (!this.defaults.isUndocumentedApiEnabled) {
129
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
130
- }
131
- return new SeamHttpRequest(this, {
132
- pathname: '/user_identities/enrollment_automations/list',
133
- method: 'POST',
134
- body: parameters,
135
- responseKey: 'enrollment_automations',
136
- options,
137
- });
138
- }
139
- }
140
- //# sourceMappingURL=enrollment-automations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enrollment-automations.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AACtD,OAAO,EACL,mCAAmC,EACnC,+BAA+B,GAChC,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAe,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACtE,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,uCAAuC,EACvC,wCAAwC,EACxC,wCAAwC,EAExC,2BAA2B,GAQ5B,MAAM,6BAA6B,CAAA;AACpC,OAAO,EACL,6BAA6B,EAC7B,YAAY,GACb,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAElE,MAAM,OAAO,2CAA2C;IACtD,MAAM,CAAQ;IACL,QAAQ,CAAkC;IAC1C,UAAU,GAAG,iBAAiB,CAAA;IACvC,MAAM,CAAC,UAAU,GAAG,iBAAiB,CAAA;IAErC,YAAY,kBAA4C,EAAE;QACxD,MAAM,OAAO,GAAG,YAAY,CAAC,eAAe,CAAC,CAAA;QAC7C,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,CAAC;YACtC,MAAM,IAAI,KAAK,CACb,8DAA8D,CAC/D,CAAA;QACH,CAAC;QACD,IAAI,CAAC,MAAM,GAAG,QAAQ,IAAI,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,CAAA;QAC1E,IAAI,CAAC,QAAQ,GAAG,6BAA6B,CAAC,OAAO,CAAC,CAAA;IACxD,CAAC;IAED,MAAM,CAAC,UAAU,CACf,MAA2C,EAC3C,UAAqD,EAAE;QAEvD,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,CAAA;QACjD,IAAI,CAAC,2BAA2B,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,2BAA2B,CAAC,gBAAgB,CAAC,CAAA;QACzD,CAAC;QACD,OAAO,IAAI,2CAA2C,CAAC,kBAAkB,CAAC,CAAA;IAC5E,CAAC;IAED,MAAM,CAAC,UAAU,CACf,MAA2C,EAC3C,UAAqD,EAAE;QAEvD,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,CAAA;QACjD,IAAI,CAAC,2BAA2B,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,2BAA2B,CAAC,gBAAgB,CAAC,CAAA;QACzD,CAAC;QACD,OAAO,IAAI,2CAA2C,CAAC,kBAAkB,CAAC,CAAA;IAC5E,CAAC;IAED,MAAM,CAAC,sBAAsB,CAC3B,kBAA+E,EAC/E,UAGI,EAAE;QAEN,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,kBAAkB,EAAE,CAAA;QAC7D,IAAI,CAAC,uCAAuC,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACjE,MAAM,IAAI,2BAA2B,CAAC,4BAA4B,CAAC,CAAA;QACrE,CAAC;QACD,OAAO,IAAI,2CAA2C,CAAC,kBAAkB,CAAC,CAAA;IAC5E,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,kBAAkB,CAC7B,cAAsB,EACtB,iBAAyB,EACzB,UAA6C,EAAE;QAE/C,+BAA+B,CAAC,iBAAiB,CAAC,CAAA;QAClD,MAAM,aAAa,GAAG,YAAY,CAAC,EAAE,GAAG,OAAO,EAAE,cAAc,EAAE,CAAC,CAAA;QAClE,IAAI,2BAA2B,CAAC,aAAa,CAAC,EAAE,CAAC;YAC/C,MAAM,IAAI,2BAA2B,CACnC,sGAAsG,CACvG,CAAA;QACH,CAAC;QACD,MAAM,MAAM,GAAG,YAAY,CAAC,aAAa,CAAC,CAAA;QAC1C,MAAM,cAAc,GAAG,sBAAsB,CAAC,UAAU,CAAC,MAAM,CAAC,CAAA;QAChE,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,cAAc,CAAC,WAAW,CAAC;YACjD,mBAAmB,EAAE,iBAAiB;SACvC,CAAC,CAAA;QACF,OAAO,2CAA2C,CAAC,sBAAsB,CACvE,KAAK,EACL,OAAO,CACR,CAAA;IACH,CAAC;IAED,MAAM,CAAC,uBAAuB,CAC5B,mBAAkF,EAClF,WAAkE,EAClE,UAGI,EAAE;QAEN,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,CAAA;QAC3E,IAAI,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAClE,MAAM,IAAI,2BAA2B,CACnC,4CAA4C,CAC7C,CAAA;QACH,CAAC;QACD,OAAO,IAAI,2CAA2C,CAAC,kBAAkB,CAAC,CAAA;IAC5E,CAAC;IAED,MAAM,CAAC,uBAAuB,CAC5B,mBAAkF,EAClF,WAAkE,EAClE,UAGI,EAAE;QAEN,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,CAAA;QAC3E,IAAI,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAClE,MAAM,IAAI,2BAA2B,CACnC,4CAA4C,CAC7C,CAAA;QACH,CAAC;QACD,OAAO,IAAI,2CAA2C,CAAC,kBAAkB,CAAC,CAAA;IAC5E,CAAC;IAED,eAAe,CACb,OAAiD;QAEjD,OAAO,IAAI,aAAa,CAA0B,IAAI,EAAE,OAAO,CAAC,CAAA;IAClE,CAAC;IAED,KAAK,CAAC,wBAAwB,CAC5B,kBAA+E;QAE/E,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAA;QACxC,MAAM,WAAW,GAAG,mCAAmC,CAAC;YACtD,kBAAkB;SACnB,CAAC,CAAA;QACF,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YAC3C,IAAI,OAAO,CAAC,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC;gBACzB,MAAM,IAAI,KAAK,CACb,qFAAqF,CACtF,CAAA;YACH,CAAC;QACH,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,GAAG,EAAE,GAAG,OAAO,EAAE,GAAG,WAAW,EAAE,CAAA;QAC7D,MAAM,cAAc,GAAG,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;QACrE,MAAM,cAAc,CAAC,GAAG,EAAE,CAAA;IAC5B,CAAC;IAED,MAAM,CACJ,UAA+D,EAC/D,UAA4D,EAAE;QAE9D,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,wBAAwB,EAAE,CAAC;YAC5C,MAAM,IAAI,KAAK,CACb,8DAA8D,CAC/D,CAAA;QACH,CAAC;QACD,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,gDAAgD;YAC1D,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,SAAS;YACtB,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,GAAG,CACD,UAA4D,EAC5D,UAAyD,EAAE;QAE3D,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,wBAAwB,EAAE,CAAC;YAC5C,MAAM,IAAI,KAAK,CACb,8DAA8D,CAC/D,CAAA;QACH,CAAC;QACD,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,6CAA6C;YACvD,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,uBAAuB;YACpC,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,MAAM,CACJ,UAA+D,EAC/D,UAA4D,EAAE;QAE9D,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,wBAAwB,EAAE,CAAC;YAC5C,MAAM,IAAI,KAAK,CACb,8DAA8D,CAC/D,CAAA;QACH,CAAC;QACD,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,gDAAgD;YAC1D,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,uBAAuB;YACpC,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,IAAI,CACF,UAA6D,EAC7D,UAA0D,EAAE;QAE5D,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,wBAAwB,EAAE,CAAC;YAC5C,MAAM,IAAI,KAAK,CACb,8DAA8D,CAC/D,CAAA;QACH,CAAC;QACD,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,8CAA8C;YACxD,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,wBAAwB;YACrC,OAAO;SACR,CAAC,CAAA;IACJ,CAAC"}
@@ -1 +0,0 @@
1
- export * from './enrollment-automations.js';
@@ -1,6 +0,0 @@
1
- /*
2
- * Automatically generated by codegen/smith.ts.
3
- * Do not edit this file or add other files to this directory.
4
- */
5
- export * from './enrollment-automations.js';
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/routes/user-identities/enrollment-automations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,6BAA6B,CAAA"}
@@ -1,85 +0,0 @@
1
- import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect';
2
- import { type Client } from '../../../../../../lib/seam/connect/client.js';
3
- import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../../../lib/seam/connect/options.js';
4
- import { SeamHttpRequest } from '../../../../../../lib/seam/connect/seam-http-request.js';
5
- import { SeamPaginator } from '../../../../../../lib/seam/connect/seam-paginator.js';
6
- export declare class SeamHttpWorkspacesCustomizationProfiles {
7
- client: Client;
8
- readonly defaults: Required<SeamHttpRequestOptions>;
9
- readonly ltsVersion = "1.0.0";
10
- static ltsVersion: string;
11
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
12
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpWorkspacesCustomizationProfiles;
13
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpWorkspacesCustomizationProfiles;
14
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpWorkspacesCustomizationProfiles;
15
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpWorkspacesCustomizationProfiles>;
16
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpWorkspacesCustomizationProfiles;
17
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpWorkspacesCustomizationProfiles;
18
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
19
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
20
- create(parameters?: WorkspacesCustomizationProfilesCreateParameters, options?: WorkspacesCustomizationProfilesCreateOptions): WorkspacesCustomizationProfilesCreateRequest;
21
- get(parameters: WorkspacesCustomizationProfilesGetParameters, options?: WorkspacesCustomizationProfilesGetOptions): WorkspacesCustomizationProfilesGetRequest;
22
- list(parameters?: WorkspacesCustomizationProfilesListParameters, options?: WorkspacesCustomizationProfilesListOptions): WorkspacesCustomizationProfilesListRequest;
23
- update(parameters: WorkspacesCustomizationProfilesUpdateParameters, options?: WorkspacesCustomizationProfilesUpdateOptions): WorkspacesCustomizationProfilesUpdateRequest;
24
- uploadImages(parameters?: WorkspacesCustomizationProfilesUploadImagesParameters, options?: WorkspacesCustomizationProfilesUploadImagesOptions): WorkspacesCustomizationProfilesUploadImagesRequest;
25
- }
26
- export type WorkspacesCustomizationProfilesCreateParameters = RouteRequestBody<'/workspaces/customization_profiles/create'>;
27
- /**
28
- * @deprecated Use WorkspacesCustomizationProfilesCreateParameters instead.
29
- */
30
- export type WorkspacesCustomizationProfilesCreateBody = WorkspacesCustomizationProfilesCreateParameters;
31
- /**
32
- * @deprecated Use WorkspacesCustomizationProfilesCreateRequest instead.
33
- */
34
- export type WorkspacesCustomizationProfilesCreateResponse = RouteResponse<'/workspaces/customization_profiles/create'>;
35
- export type WorkspacesCustomizationProfilesCreateRequest = SeamHttpRequest<WorkspacesCustomizationProfilesCreateResponse, 'customization_profile'>;
36
- export interface WorkspacesCustomizationProfilesCreateOptions {
37
- }
38
- export type WorkspacesCustomizationProfilesGetParameters = RouteRequestBody<'/workspaces/customization_profiles/get'>;
39
- /**
40
- * @deprecated Use WorkspacesCustomizationProfilesGetParameters instead.
41
- */
42
- export type WorkspacesCustomizationProfilesGetParams = WorkspacesCustomizationProfilesGetParameters;
43
- /**
44
- * @deprecated Use WorkspacesCustomizationProfilesGetRequest instead.
45
- */
46
- export type WorkspacesCustomizationProfilesGetResponse = RouteResponse<'/workspaces/customization_profiles/get'>;
47
- export type WorkspacesCustomizationProfilesGetRequest = SeamHttpRequest<WorkspacesCustomizationProfilesGetResponse, 'customization_profile'>;
48
- export interface WorkspacesCustomizationProfilesGetOptions {
49
- }
50
- export type WorkspacesCustomizationProfilesListParameters = RouteRequestBody<'/workspaces/customization_profiles/list'>;
51
- /**
52
- * @deprecated Use WorkspacesCustomizationProfilesListParameters instead.
53
- */
54
- export type WorkspacesCustomizationProfilesListParams = WorkspacesCustomizationProfilesListParameters;
55
- /**
56
- * @deprecated Use WorkspacesCustomizationProfilesListRequest instead.
57
- */
58
- export type WorkspacesCustomizationProfilesListResponse = RouteResponse<'/workspaces/customization_profiles/list'>;
59
- export type WorkspacesCustomizationProfilesListRequest = SeamHttpRequest<WorkspacesCustomizationProfilesListResponse, 'customization_profiles'>;
60
- export interface WorkspacesCustomizationProfilesListOptions {
61
- }
62
- export type WorkspacesCustomizationProfilesUpdateParameters = RouteRequestBody<'/workspaces/customization_profiles/update'>;
63
- /**
64
- * @deprecated Use WorkspacesCustomizationProfilesUpdateParameters instead.
65
- */
66
- export type WorkspacesCustomizationProfilesUpdateBody = WorkspacesCustomizationProfilesUpdateParameters;
67
- /**
68
- * @deprecated Use WorkspacesCustomizationProfilesUpdateRequest instead.
69
- */
70
- export type WorkspacesCustomizationProfilesUpdateResponse = RouteResponse<'/workspaces/customization_profiles/update'>;
71
- export type WorkspacesCustomizationProfilesUpdateRequest = SeamHttpRequest<void, undefined>;
72
- export interface WorkspacesCustomizationProfilesUpdateOptions {
73
- }
74
- export type WorkspacesCustomizationProfilesUploadImagesParameters = RouteRequestBody<'/workspaces/customization_profiles/upload_images'>;
75
- /**
76
- * @deprecated Use WorkspacesCustomizationProfilesUploadImagesParameters instead.
77
- */
78
- export type WorkspacesCustomizationProfilesUploadImagesBody = WorkspacesCustomizationProfilesUploadImagesParameters;
79
- /**
80
- * @deprecated Use WorkspacesCustomizationProfilesUploadImagesRequest instead.
81
- */
82
- export type WorkspacesCustomizationProfilesUploadImagesResponse = RouteResponse<'/workspaces/customization_profiles/upload_images'>;
83
- export type WorkspacesCustomizationProfilesUploadImagesRequest = SeamHttpRequest<void, undefined>;
84
- export interface WorkspacesCustomizationProfilesUploadImagesOptions {
85
- }
@@ -1,152 +0,0 @@
1
- /*
2
- * Automatically generated by codegen/smith.ts.
3
- * Do not edit this file or add other files to this directory.
4
- */
5
- import { seamApiLtsVersion } from '../../../../../../lib/lts-version.js';
6
- import { getAuthHeadersForClientSessionToken, warnOnInsecureuserIdentifierKey, } from '../../../../../../lib/seam/connect/auth.js';
7
- import { createClient } from '../../../../../../lib/seam/connect/client.js';
8
- import { isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, SeamHttpInvalidOptionsError, } from '../../../../../../lib/seam/connect/options.js';
9
- import { limitToSeamHttpRequestOptions, parseOptions, } from '../../../../../../lib/seam/connect/parse-options.js';
10
- import { SeamHttpClientSessions } from '../../../../../../lib/seam/connect/routes/client-sessions/index.js';
11
- import { SeamHttpRequest } from '../../../../../../lib/seam/connect/seam-http-request.js';
12
- import { SeamPaginator } from '../../../../../../lib/seam/connect/seam-paginator.js';
13
- export class SeamHttpWorkspacesCustomizationProfiles {
14
- client;
15
- defaults;
16
- ltsVersion = seamApiLtsVersion;
17
- static ltsVersion = seamApiLtsVersion;
18
- constructor(apiKeyOrOptions = {}) {
19
- const options = parseOptions(apiKeyOrOptions);
20
- if (!options.isUndocumentedApiEnabled) {
21
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
22
- }
23
- this.client = 'client' in options ? options.client : createClient(options);
24
- this.defaults = limitToSeamHttpRequestOptions(options);
25
- }
26
- static fromClient(client, options = {}) {
27
- const constructorOptions = { ...options, client };
28
- if (!isSeamHttpOptionsWithClient(constructorOptions)) {
29
- throw new SeamHttpInvalidOptionsError('Missing client');
30
- }
31
- return new SeamHttpWorkspacesCustomizationProfiles(constructorOptions);
32
- }
33
- static fromApiKey(apiKey, options = {}) {
34
- const constructorOptions = { ...options, apiKey };
35
- if (!isSeamHttpOptionsWithApiKey(constructorOptions)) {
36
- throw new SeamHttpInvalidOptionsError('Missing apiKey');
37
- }
38
- return new SeamHttpWorkspacesCustomizationProfiles(constructorOptions);
39
- }
40
- static fromClientSessionToken(clientSessionToken, options = {}) {
41
- const constructorOptions = { ...options, clientSessionToken };
42
- if (!isSeamHttpOptionsWithClientSessionToken(constructorOptions)) {
43
- throw new SeamHttpInvalidOptionsError('Missing clientSessionToken');
44
- }
45
- return new SeamHttpWorkspacesCustomizationProfiles(constructorOptions);
46
- }
47
- static async fromPublishableKey(publishableKey, userIdentifierKey, options = {}) {
48
- warnOnInsecureuserIdentifierKey(userIdentifierKey);
49
- const clientOptions = parseOptions({ ...options, publishableKey });
50
- if (isSeamHttpOptionsWithClient(clientOptions)) {
51
- throw new SeamHttpInvalidOptionsError('The client option cannot be used with SeamHttpWorkspacesCustomizationProfiles.fromPublishableKey');
52
- }
53
- const client = createClient(clientOptions);
54
- const clientSessions = SeamHttpClientSessions.fromClient(client);
55
- const { token } = await clientSessions.getOrCreate({
56
- user_identifier_key: userIdentifierKey,
57
- });
58
- return SeamHttpWorkspacesCustomizationProfiles.fromClientSessionToken(token, options);
59
- }
60
- static fromConsoleSessionToken(consoleSessionToken, workspaceId, options = {}) {
61
- const constructorOptions = { ...options, consoleSessionToken, workspaceId };
62
- if (!isSeamHttpOptionsWithConsoleSessionToken(constructorOptions)) {
63
- throw new SeamHttpInvalidOptionsError('Missing consoleSessionToken or workspaceId');
64
- }
65
- return new SeamHttpWorkspacesCustomizationProfiles(constructorOptions);
66
- }
67
- static fromPersonalAccessToken(personalAccessToken, workspaceId, options = {}) {
68
- const constructorOptions = { ...options, personalAccessToken, workspaceId };
69
- if (!isSeamHttpOptionsWithPersonalAccessToken(constructorOptions)) {
70
- throw new SeamHttpInvalidOptionsError('Missing personalAccessToken or workspaceId');
71
- }
72
- return new SeamHttpWorkspacesCustomizationProfiles(constructorOptions);
73
- }
74
- createPaginator(request) {
75
- return new SeamPaginator(this, request);
76
- }
77
- async updateClientSessionToken(clientSessionToken) {
78
- const { headers } = this.client.defaults;
79
- const authHeaders = getAuthHeadersForClientSessionToken({
80
- clientSessionToken,
81
- });
82
- for (const key of Object.keys(authHeaders)) {
83
- if (headers[key] == null) {
84
- throw new Error('Cannot update a clientSessionToken on a client created without a clientSessionToken');
85
- }
86
- }
87
- this.client.defaults.headers = { ...headers, ...authHeaders };
88
- const clientSessions = SeamHttpClientSessions.fromClient(this.client);
89
- await clientSessions.get();
90
- }
91
- create(parameters, options = {}) {
92
- if (!this.defaults.isUndocumentedApiEnabled) {
93
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
94
- }
95
- return new SeamHttpRequest(this, {
96
- pathname: '/workspaces/customization_profiles/create',
97
- method: 'POST',
98
- body: parameters,
99
- responseKey: 'customization_profile',
100
- options,
101
- });
102
- }
103
- get(parameters, options = {}) {
104
- if (!this.defaults.isUndocumentedApiEnabled) {
105
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
106
- }
107
- return new SeamHttpRequest(this, {
108
- pathname: '/workspaces/customization_profiles/get',
109
- method: 'POST',
110
- body: parameters,
111
- responseKey: 'customization_profile',
112
- options,
113
- });
114
- }
115
- list(parameters, options = {}) {
116
- if (!this.defaults.isUndocumentedApiEnabled) {
117
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
118
- }
119
- return new SeamHttpRequest(this, {
120
- pathname: '/workspaces/customization_profiles/list',
121
- method: 'POST',
122
- body: parameters,
123
- responseKey: 'customization_profiles',
124
- options,
125
- });
126
- }
127
- update(parameters, options = {}) {
128
- if (!this.defaults.isUndocumentedApiEnabled) {
129
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
130
- }
131
- return new SeamHttpRequest(this, {
132
- pathname: '/workspaces/customization_profiles/update',
133
- method: 'PATCH',
134
- body: parameters,
135
- responseKey: undefined,
136
- options,
137
- });
138
- }
139
- uploadImages(parameters, options = {}) {
140
- if (!this.defaults.isUndocumentedApiEnabled) {
141
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
142
- }
143
- return new SeamHttpRequest(this, {
144
- pathname: '/workspaces/customization_profiles/upload_images',
145
- method: 'POST',
146
- body: parameters,
147
- responseKey: undefined,
148
- options,
149
- });
150
- }
151
- }
152
- //# sourceMappingURL=customization-profiles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customization-profiles.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- export * from './customization-profiles.js';