@postpeer/node 0.6.0 → 0.8.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 (467) hide show
  1. package/CHANGELOG.md +5 -101
  2. package/README.md +91 -317
  3. package/dist/index.cjs +1709 -0
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.cts +3484 -0
  6. package/dist/index.d.ts +3484 -0
  7. package/dist/index.js +1690 -0
  8. package/dist/index.js.map +1 -0
  9. package/package.json +59 -131
  10. package/api-promise.d.mts +0 -2
  11. package/api-promise.d.mts.map +0 -1
  12. package/api-promise.d.ts +0 -2
  13. package/api-promise.d.ts.map +0 -1
  14. package/api-promise.js +0 -6
  15. package/api-promise.js.map +0 -1
  16. package/api-promise.mjs +0 -2
  17. package/api-promise.mjs.map +0 -1
  18. package/client.d.mts +0 -190
  19. package/client.d.mts.map +0 -1
  20. package/client.d.ts +0 -190
  21. package/client.d.ts.map +0 -1
  22. package/client.js +0 -485
  23. package/client.js.map +0 -1
  24. package/client.mjs +0 -481
  25. package/client.mjs.map +0 -1
  26. package/core/api-promise.d.mts +0 -46
  27. package/core/api-promise.d.mts.map +0 -1
  28. package/core/api-promise.d.ts +0 -46
  29. package/core/api-promise.d.ts.map +0 -1
  30. package/core/api-promise.js +0 -74
  31. package/core/api-promise.js.map +0 -1
  32. package/core/api-promise.mjs +0 -70
  33. package/core/api-promise.mjs.map +0 -1
  34. package/core/error.d.mts +0 -46
  35. package/core/error.d.mts.map +0 -1
  36. package/core/error.d.ts +0 -46
  37. package/core/error.d.ts.map +0 -1
  38. package/core/error.js +0 -113
  39. package/core/error.js.map +0 -1
  40. package/core/error.mjs +0 -97
  41. package/core/error.mjs.map +0 -1
  42. package/core/resource.d.mts +0 -6
  43. package/core/resource.d.mts.map +0 -1
  44. package/core/resource.d.ts +0 -6
  45. package/core/resource.d.ts.map +0 -1
  46. package/core/resource.js +0 -11
  47. package/core/resource.js.map +0 -1
  48. package/core/resource.mjs +0 -7
  49. package/core/resource.mjs.map +0 -1
  50. package/core/uploads.d.mts +0 -3
  51. package/core/uploads.d.mts.map +0 -1
  52. package/core/uploads.d.ts +0 -3
  53. package/core/uploads.d.ts.map +0 -1
  54. package/core/uploads.js +0 -6
  55. package/core/uploads.js.map +0 -1
  56. package/core/uploads.mjs +0 -2
  57. package/core/uploads.mjs.map +0 -1
  58. package/error.d.mts +0 -2
  59. package/error.d.mts.map +0 -1
  60. package/error.d.ts +0 -2
  61. package/error.d.ts.map +0 -1
  62. package/error.js +0 -6
  63. package/error.js.map +0 -1
  64. package/error.mjs +0 -2
  65. package/error.mjs.map +0 -1
  66. package/index.d.mts +0 -6
  67. package/index.d.mts.map +0 -1
  68. package/index.d.ts +0 -6
  69. package/index.d.ts.map +0 -1
  70. package/index.js +0 -30
  71. package/index.js.map +0 -1
  72. package/index.mjs +0 -7
  73. package/index.mjs.map +0 -1
  74. package/internal/builtin-types.d.mts +0 -73
  75. package/internal/builtin-types.d.mts.map +0 -1
  76. package/internal/builtin-types.d.ts +0 -73
  77. package/internal/builtin-types.d.ts.map +0 -1
  78. package/internal/builtin-types.js +0 -4
  79. package/internal/builtin-types.js.map +0 -1
  80. package/internal/builtin-types.mjs +0 -3
  81. package/internal/builtin-types.mjs.map +0 -1
  82. package/internal/detect-platform.d.mts +0 -15
  83. package/internal/detect-platform.d.mts.map +0 -1
  84. package/internal/detect-platform.d.ts +0 -15
  85. package/internal/detect-platform.d.ts.map +0 -1
  86. package/internal/detect-platform.js +0 -162
  87. package/internal/detect-platform.js.map +0 -1
  88. package/internal/detect-platform.mjs +0 -157
  89. package/internal/detect-platform.mjs.map +0 -1
  90. package/internal/errors.d.mts +0 -3
  91. package/internal/errors.d.mts.map +0 -1
  92. package/internal/errors.d.ts +0 -3
  93. package/internal/errors.d.ts.map +0 -1
  94. package/internal/errors.js +0 -41
  95. package/internal/errors.js.map +0 -1
  96. package/internal/errors.mjs +0 -36
  97. package/internal/errors.mjs.map +0 -1
  98. package/internal/headers.d.mts +0 -20
  99. package/internal/headers.d.mts.map +0 -1
  100. package/internal/headers.d.ts +0 -20
  101. package/internal/headers.d.ts.map +0 -1
  102. package/internal/headers.js +0 -79
  103. package/internal/headers.js.map +0 -1
  104. package/internal/headers.mjs +0 -74
  105. package/internal/headers.mjs.map +0 -1
  106. package/internal/parse.d.mts +0 -12
  107. package/internal/parse.d.mts.map +0 -1
  108. package/internal/parse.d.ts +0 -12
  109. package/internal/parse.d.ts.map +0 -1
  110. package/internal/parse.js +0 -40
  111. package/internal/parse.js.map +0 -1
  112. package/internal/parse.mjs +0 -37
  113. package/internal/parse.mjs.map +0 -1
  114. package/internal/qs/formats.d.mts +0 -7
  115. package/internal/qs/formats.d.mts.map +0 -1
  116. package/internal/qs/formats.d.ts +0 -7
  117. package/internal/qs/formats.d.ts.map +0 -1
  118. package/internal/qs/formats.js +0 -13
  119. package/internal/qs/formats.js.map +0 -1
  120. package/internal/qs/formats.mjs +0 -9
  121. package/internal/qs/formats.mjs.map +0 -1
  122. package/internal/qs/index.d.mts +0 -10
  123. package/internal/qs/index.d.mts.map +0 -1
  124. package/internal/qs/index.d.ts +0 -10
  125. package/internal/qs/index.d.ts.map +0 -1
  126. package/internal/qs/index.js +0 -14
  127. package/internal/qs/index.js.map +0 -1
  128. package/internal/qs/index.mjs +0 -10
  129. package/internal/qs/index.mjs.map +0 -1
  130. package/internal/qs/stringify.d.mts +0 -3
  131. package/internal/qs/stringify.d.mts.map +0 -1
  132. package/internal/qs/stringify.d.ts +0 -3
  133. package/internal/qs/stringify.d.ts.map +0 -1
  134. package/internal/qs/stringify.js +0 -277
  135. package/internal/qs/stringify.js.map +0 -1
  136. package/internal/qs/stringify.mjs +0 -274
  137. package/internal/qs/stringify.mjs.map +0 -1
  138. package/internal/qs/types.d.mts +0 -57
  139. package/internal/qs/types.d.mts.map +0 -1
  140. package/internal/qs/types.d.ts +0 -57
  141. package/internal/qs/types.d.ts.map +0 -1
  142. package/internal/qs/types.js +0 -3
  143. package/internal/qs/types.js.map +0 -1
  144. package/internal/qs/types.mjs +0 -2
  145. package/internal/qs/types.mjs.map +0 -1
  146. package/internal/qs/utils.d.mts +0 -15
  147. package/internal/qs/utils.d.mts.map +0 -1
  148. package/internal/qs/utils.d.ts +0 -15
  149. package/internal/qs/utils.d.ts.map +0 -1
  150. package/internal/qs/utils.js +0 -230
  151. package/internal/qs/utils.js.map +0 -1
  152. package/internal/qs/utils.mjs +0 -217
  153. package/internal/qs/utils.mjs.map +0 -1
  154. package/internal/request-options.d.mts +0 -75
  155. package/internal/request-options.d.mts.map +0 -1
  156. package/internal/request-options.d.ts +0 -75
  157. package/internal/request-options.d.ts.map +0 -1
  158. package/internal/request-options.js +0 -14
  159. package/internal/request-options.js.map +0 -1
  160. package/internal/request-options.mjs +0 -10
  161. package/internal/request-options.mjs.map +0 -1
  162. package/internal/shim-types.d.mts +0 -17
  163. package/internal/shim-types.d.mts.map +0 -1
  164. package/internal/shim-types.d.ts +0 -17
  165. package/internal/shim-types.d.ts.map +0 -1
  166. package/internal/shim-types.js +0 -4
  167. package/internal/shim-types.js.map +0 -1
  168. package/internal/shim-types.mjs +0 -3
  169. package/internal/shim-types.mjs.map +0 -1
  170. package/internal/shims.d.mts +0 -20
  171. package/internal/shims.d.mts.map +0 -1
  172. package/internal/shims.d.ts +0 -20
  173. package/internal/shims.d.ts.map +0 -1
  174. package/internal/shims.js +0 -92
  175. package/internal/shims.js.map +0 -1
  176. package/internal/shims.mjs +0 -85
  177. package/internal/shims.mjs.map +0 -1
  178. package/internal/to-file.d.mts +0 -45
  179. package/internal/to-file.d.mts.map +0 -1
  180. package/internal/to-file.d.ts +0 -45
  181. package/internal/to-file.d.ts.map +0 -1
  182. package/internal/to-file.js +0 -91
  183. package/internal/to-file.js.map +0 -1
  184. package/internal/to-file.mjs +0 -88
  185. package/internal/to-file.mjs.map +0 -1
  186. package/internal/tslib.js +0 -81
  187. package/internal/tslib.mjs +0 -17
  188. package/internal/types.d.mts +0 -69
  189. package/internal/types.d.mts.map +0 -1
  190. package/internal/types.d.ts +0 -69
  191. package/internal/types.d.ts.map +0 -1
  192. package/internal/types.js +0 -4
  193. package/internal/types.js.map +0 -1
  194. package/internal/types.mjs +0 -3
  195. package/internal/types.mjs.map +0 -1
  196. package/internal/uploads.d.mts +0 -42
  197. package/internal/uploads.d.mts.map +0 -1
  198. package/internal/uploads.d.ts +0 -42
  199. package/internal/uploads.d.ts.map +0 -1
  200. package/internal/uploads.js +0 -141
  201. package/internal/uploads.js.map +0 -1
  202. package/internal/uploads.mjs +0 -131
  203. package/internal/uploads.mjs.map +0 -1
  204. package/internal/utils/base64.d.mts +0 -3
  205. package/internal/utils/base64.d.mts.map +0 -1
  206. package/internal/utils/base64.d.ts +0 -3
  207. package/internal/utils/base64.d.ts.map +0 -1
  208. package/internal/utils/base64.js +0 -38
  209. package/internal/utils/base64.js.map +0 -1
  210. package/internal/utils/base64.mjs +0 -33
  211. package/internal/utils/base64.mjs.map +0 -1
  212. package/internal/utils/bytes.d.mts +0 -4
  213. package/internal/utils/bytes.d.mts.map +0 -1
  214. package/internal/utils/bytes.d.ts +0 -4
  215. package/internal/utils/bytes.d.ts.map +0 -1
  216. package/internal/utils/bytes.js +0 -31
  217. package/internal/utils/bytes.js.map +0 -1
  218. package/internal/utils/bytes.mjs +0 -26
  219. package/internal/utils/bytes.mjs.map +0 -1
  220. package/internal/utils/env.d.mts +0 -9
  221. package/internal/utils/env.d.mts.map +0 -1
  222. package/internal/utils/env.d.ts +0 -9
  223. package/internal/utils/env.d.ts.map +0 -1
  224. package/internal/utils/env.js +0 -22
  225. package/internal/utils/env.js.map +0 -1
  226. package/internal/utils/env.mjs +0 -18
  227. package/internal/utils/env.mjs.map +0 -1
  228. package/internal/utils/log.d.mts +0 -37
  229. package/internal/utils/log.d.mts.map +0 -1
  230. package/internal/utils/log.d.ts +0 -37
  231. package/internal/utils/log.d.ts.map +0 -1
  232. package/internal/utils/log.js +0 -86
  233. package/internal/utils/log.js.map +0 -1
  234. package/internal/utils/log.mjs +0 -80
  235. package/internal/utils/log.mjs.map +0 -1
  236. package/internal/utils/path.d.mts +0 -15
  237. package/internal/utils/path.d.mts.map +0 -1
  238. package/internal/utils/path.d.ts +0 -15
  239. package/internal/utils/path.d.ts.map +0 -1
  240. package/internal/utils/path.js +0 -79
  241. package/internal/utils/path.js.map +0 -1
  242. package/internal/utils/path.mjs +0 -74
  243. package/internal/utils/path.mjs.map +0 -1
  244. package/internal/utils/query.d.mts +0 -2
  245. package/internal/utils/query.d.mts.map +0 -1
  246. package/internal/utils/query.d.ts +0 -2
  247. package/internal/utils/query.d.ts.map +0 -1
  248. package/internal/utils/query.js +0 -10
  249. package/internal/utils/query.js.map +0 -1
  250. package/internal/utils/query.mjs +0 -6
  251. package/internal/utils/query.mjs.map +0 -1
  252. package/internal/utils/sleep.d.mts +0 -2
  253. package/internal/utils/sleep.d.mts.map +0 -1
  254. package/internal/utils/sleep.d.ts +0 -2
  255. package/internal/utils/sleep.d.ts.map +0 -1
  256. package/internal/utils/sleep.js +0 -7
  257. package/internal/utils/sleep.js.map +0 -1
  258. package/internal/utils/sleep.mjs +0 -3
  259. package/internal/utils/sleep.mjs.map +0 -1
  260. package/internal/utils/uuid.d.mts +0 -5
  261. package/internal/utils/uuid.d.mts.map +0 -1
  262. package/internal/utils/uuid.d.ts +0 -5
  263. package/internal/utils/uuid.d.ts.map +0 -1
  264. package/internal/utils/uuid.js +0 -19
  265. package/internal/utils/uuid.js.map +0 -1
  266. package/internal/utils/uuid.mjs +0 -15
  267. package/internal/utils/uuid.mjs.map +0 -1
  268. package/internal/utils/values.d.mts +0 -18
  269. package/internal/utils/values.d.mts.map +0 -1
  270. package/internal/utils/values.d.ts +0 -18
  271. package/internal/utils/values.d.ts.map +0 -1
  272. package/internal/utils/values.js +0 -112
  273. package/internal/utils/values.js.map +0 -1
  274. package/internal/utils/values.mjs +0 -94
  275. package/internal/utils/values.mjs.map +0 -1
  276. package/internal/utils.d.mts +0 -8
  277. package/internal/utils.d.mts.map +0 -1
  278. package/internal/utils.d.ts +0 -8
  279. package/internal/utils.d.ts.map +0 -1
  280. package/internal/utils.js +0 -12
  281. package/internal/utils.js.map +0 -1
  282. package/internal/utils.mjs +0 -9
  283. package/internal/utils.mjs.map +0 -1
  284. package/resource.d.mts +0 -2
  285. package/resource.d.mts.map +0 -1
  286. package/resource.d.ts +0 -2
  287. package/resource.d.ts.map +0 -1
  288. package/resource.js +0 -6
  289. package/resource.js.map +0 -1
  290. package/resource.mjs +0 -2
  291. package/resource.mjs.map +0 -1
  292. package/resources/connect/connect.d.mts +0 -26
  293. package/resources/connect/connect.d.mts.map +0 -1
  294. package/resources/connect/connect.d.ts +0 -26
  295. package/resources/connect/connect.d.ts.map +0 -1
  296. package/resources/connect/connect.js +0 -24
  297. package/resources/connect/connect.js.map +0 -1
  298. package/resources/connect/connect.mjs +0 -19
  299. package/resources/connect/connect.mjs.map +0 -1
  300. package/resources/connect/index.d.mts +0 -3
  301. package/resources/connect/index.d.mts.map +0 -1
  302. package/resources/connect/index.d.ts +0 -3
  303. package/resources/connect/index.d.ts.map +0 -1
  304. package/resources/connect/index.js +0 -9
  305. package/resources/connect/index.js.map +0 -1
  306. package/resources/connect/index.mjs +0 -4
  307. package/resources/connect/index.mjs.map +0 -1
  308. package/resources/connect/integrations.d.mts +0 -64
  309. package/resources/connect/integrations.d.mts.map +0 -1
  310. package/resources/connect/integrations.d.ts +0 -64
  311. package/resources/connect/integrations.d.ts.map +0 -1
  312. package/resources/connect/integrations.js +0 -22
  313. package/resources/connect/integrations.js.map +0 -1
  314. package/resources/connect/integrations.mjs +0 -18
  315. package/resources/connect/integrations.mjs.map +0 -1
  316. package/resources/connect.d.mts +0 -2
  317. package/resources/connect.d.mts.map +0 -1
  318. package/resources/connect.d.ts +0 -2
  319. package/resources/connect.d.ts.map +0 -1
  320. package/resources/connect.js +0 -6
  321. package/resources/connect.js.map +0 -1
  322. package/resources/connect.mjs +0 -3
  323. package/resources/connect.mjs.map +0 -1
  324. package/resources/health.d.mts +0 -23
  325. package/resources/health.d.mts.map +0 -1
  326. package/resources/health.d.ts +0 -23
  327. package/resources/health.d.ts.map +0 -1
  328. package/resources/health.js +0 -21
  329. package/resources/health.js.map +0 -1
  330. package/resources/health.mjs +0 -17
  331. package/resources/health.mjs.map +0 -1
  332. package/resources/index.d.mts +0 -6
  333. package/resources/index.d.mts.map +0 -1
  334. package/resources/index.d.ts +0 -6
  335. package/resources/index.d.ts.map +0 -1
  336. package/resources/index.js +0 -15
  337. package/resources/index.js.map +0 -1
  338. package/resources/index.mjs +0 -7
  339. package/resources/index.mjs.map +0 -1
  340. package/resources/media.d.mts +0 -27
  341. package/resources/media.d.mts.map +0 -1
  342. package/resources/media.d.ts +0 -27
  343. package/resources/media.d.ts.map +0 -1
  344. package/resources/media.js +0 -15
  345. package/resources/media.js.map +0 -1
  346. package/resources/media.mjs +0 -11
  347. package/resources/media.mjs.map +0 -1
  348. package/resources/platforms.d.mts +0 -22
  349. package/resources/platforms.d.mts.map +0 -1
  350. package/resources/platforms.d.ts +0 -22
  351. package/resources/platforms.d.ts.map +0 -1
  352. package/resources/platforms.js +0 -15
  353. package/resources/platforms.js.map +0 -1
  354. package/resources/platforms.mjs +0 -11
  355. package/resources/platforms.mjs.map +0 -1
  356. package/resources/posts/index.d.mts +0 -3
  357. package/resources/posts/index.d.mts.map +0 -1
  358. package/resources/posts/index.d.ts +0 -3
  359. package/resources/posts/index.d.ts.map +0 -1
  360. package/resources/posts/index.js +0 -9
  361. package/resources/posts/index.js.map +0 -1
  362. package/resources/posts/index.mjs +0 -4
  363. package/resources/posts/index.mjs.map +0 -1
  364. package/resources/posts/posts.d.mts +0 -279
  365. package/resources/posts/posts.d.mts.map +0 -1
  366. package/resources/posts/posts.d.ts +0 -279
  367. package/resources/posts/posts.d.ts.map +0 -1
  368. package/resources/posts/posts.js +0 -69
  369. package/resources/posts/posts.js.map +0 -1
  370. package/resources/posts/posts.mjs +0 -64
  371. package/resources/posts/posts.mjs.map +0 -1
  372. package/resources/posts/scheduled.d.mts +0 -105
  373. package/resources/posts/scheduled.d.mts.map +0 -1
  374. package/resources/posts/scheduled.d.ts +0 -105
  375. package/resources/posts/scheduled.d.ts.map +0 -1
  376. package/resources/posts/scheduled.js +0 -48
  377. package/resources/posts/scheduled.js.map +0 -1
  378. package/resources/posts/scheduled.mjs +0 -44
  379. package/resources/posts/scheduled.mjs.map +0 -1
  380. package/resources/posts.d.mts +0 -2
  381. package/resources/posts.d.mts.map +0 -1
  382. package/resources/posts.d.ts +0 -2
  383. package/resources/posts.d.ts.map +0 -1
  384. package/resources/posts.js +0 -6
  385. package/resources/posts.js.map +0 -1
  386. package/resources/posts.mjs +0 -3
  387. package/resources/posts.mjs.map +0 -1
  388. package/resources.d.mts +0 -2
  389. package/resources.d.mts.map +0 -1
  390. package/resources.d.ts +0 -2
  391. package/resources.d.ts.map +0 -1
  392. package/resources.js +0 -5
  393. package/resources.js.map +0 -1
  394. package/resources.mjs +0 -2
  395. package/resources.mjs.map +0 -1
  396. package/src/api-promise.ts +0 -2
  397. package/src/client.ts +0 -789
  398. package/src/core/README.md +0 -3
  399. package/src/core/api-promise.ts +0 -92
  400. package/src/core/error.ts +0 -130
  401. package/src/core/resource.ts +0 -11
  402. package/src/core/uploads.ts +0 -2
  403. package/src/error.ts +0 -2
  404. package/src/index.ts +0 -22
  405. package/src/internal/README.md +0 -3
  406. package/src/internal/builtin-types.ts +0 -93
  407. package/src/internal/detect-platform.ts +0 -196
  408. package/src/internal/errors.ts +0 -33
  409. package/src/internal/headers.ts +0 -97
  410. package/src/internal/parse.ts +0 -56
  411. package/src/internal/qs/LICENSE.md +0 -13
  412. package/src/internal/qs/README.md +0 -3
  413. package/src/internal/qs/formats.ts +0 -10
  414. package/src/internal/qs/index.ts +0 -13
  415. package/src/internal/qs/stringify.ts +0 -385
  416. package/src/internal/qs/types.ts +0 -71
  417. package/src/internal/qs/utils.ts +0 -265
  418. package/src/internal/request-options.ts +0 -91
  419. package/src/internal/shim-types.ts +0 -26
  420. package/src/internal/shims.ts +0 -107
  421. package/src/internal/to-file.ts +0 -154
  422. package/src/internal/types.ts +0 -93
  423. package/src/internal/uploads.ts +0 -187
  424. package/src/internal/utils/base64.ts +0 -40
  425. package/src/internal/utils/bytes.ts +0 -32
  426. package/src/internal/utils/env.ts +0 -18
  427. package/src/internal/utils/log.ts +0 -127
  428. package/src/internal/utils/path.ts +0 -88
  429. package/src/internal/utils/query.ts +0 -7
  430. package/src/internal/utils/sleep.ts +0 -3
  431. package/src/internal/utils/uuid.ts +0 -17
  432. package/src/internal/utils/values.ts +0 -105
  433. package/src/internal/utils.ts +0 -9
  434. package/src/lib/.keep +0 -4
  435. package/src/resource.ts +0 -2
  436. package/src/resources/connect/connect.ts +0 -55
  437. package/src/resources/connect/index.ts +0 -9
  438. package/src/resources/connect/integrations.ts +0 -96
  439. package/src/resources/connect.ts +0 -3
  440. package/src/resources/health.ts +0 -36
  441. package/src/resources/index.ts +0 -16
  442. package/src/resources/media.ts +0 -38
  443. package/src/resources/platforms.ts +0 -30
  444. package/src/resources/posts/index.ts +0 -19
  445. package/src/resources/posts/posts.ts +0 -399
  446. package/src/resources/posts/scheduled.ts +0 -147
  447. package/src/resources/posts.ts +0 -3
  448. package/src/resources.ts +0 -1
  449. package/src/tsconfig.json +0 -11
  450. package/src/uploads.ts +0 -2
  451. package/src/version.ts +0 -1
  452. package/uploads.d.mts +0 -2
  453. package/uploads.d.mts.map +0 -1
  454. package/uploads.d.ts +0 -2
  455. package/uploads.d.ts.map +0 -1
  456. package/uploads.js +0 -6
  457. package/uploads.js.map +0 -1
  458. package/uploads.mjs +0 -2
  459. package/uploads.mjs.map +0 -1
  460. package/version.d.mts +0 -2
  461. package/version.d.mts.map +0 -1
  462. package/version.d.ts +0 -2
  463. package/version.d.ts.map +0 -1
  464. package/version.js +0 -5
  465. package/version.js.map +0 -1
  466. package/version.mjs +0 -2
  467. package/version.mjs.map +0 -1
@@ -1,18 +0,0 @@
1
- export declare const isAbsoluteURL: (url: string) => boolean;
2
- export declare let isArray: (val: unknown) => val is unknown[];
3
- export declare let isReadonlyArray: (val: unknown) => val is readonly unknown[];
4
- /** Returns an object if the given value isn't an object, otherwise returns as-is */
5
- export declare function maybeObj(x: unknown): object;
6
- export declare function isEmptyObj(obj: Object | null | undefined): boolean;
7
- export declare function hasOwn<T extends object = object>(obj: T, key: PropertyKey): key is keyof T;
8
- export declare function isObj(obj: unknown): obj is Record<string, unknown>;
9
- export declare const ensurePresent: <T>(value: T | null | undefined) => T;
10
- export declare const validatePositiveInteger: (name: string, n: unknown) => number;
11
- export declare const coerceInteger: (value: unknown) => number;
12
- export declare const coerceFloat: (value: unknown) => number;
13
- export declare const coerceBoolean: (value: unknown) => boolean;
14
- export declare const maybeCoerceInteger: (value: unknown) => number | undefined;
15
- export declare const maybeCoerceFloat: (value: unknown) => number | undefined;
16
- export declare const maybeCoerceBoolean: (value: unknown) => boolean | undefined;
17
- export declare const safeJSON: (text: string) => any;
18
- //# sourceMappingURL=values.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"values.d.ts","sourceRoot":"","sources":["../../src/internal/utils/values.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa,GAAI,KAAK,MAAM,KAAG,OAE3C,CAAC;AAEF,eAAO,IAAI,OAAO,GAAI,KAAK,OAAO,KAAG,GAAG,IAAI,OAAO,EAA+C,CAAC;AACnG,eAAO,IAAI,eAAe,EAAc,CAAC,GAAG,EAAE,OAAO,KAAK,GAAG,IAAI,SAAS,OAAO,EAAE,CAAC;AAEpF,oFAAoF;AACpF,wBAAgB,QAAQ,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,CAM3C;AAGD,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAIlE;AAGD,wBAAgB,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,WAAW,GAAG,GAAG,IAAI,MAAM,CAAC,CAE1F;AAED,wBAAgB,KAAK,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAElE;AAED,eAAO,MAAM,aAAa,GAAI,CAAC,EAAE,OAAO,CAAC,GAAG,IAAI,GAAG,SAAS,KAAG,CAM9D,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,MAAM,MAAM,EAAE,GAAG,OAAO,KAAG,MAQlE,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,OAAO,KAAG,MAK9C,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,OAAO,KAAG,MAK5C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,OAAO,KAAG,OAI9C,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,OAAO,OAAO,KAAG,MAAM,GAAG,SAK5D,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,OAAO,KAAG,MAAM,GAAG,SAK1D,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,OAAO,OAAO,KAAG,OAAO,GAAG,SAK7D,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,MAAM,MAAM,QAMpC,CAAC"}
@@ -1,112 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.safeJSON = exports.maybeCoerceBoolean = exports.maybeCoerceFloat = exports.maybeCoerceInteger = exports.coerceBoolean = exports.coerceFloat = exports.coerceInteger = exports.validatePositiveInteger = exports.ensurePresent = exports.isReadonlyArray = exports.isArray = exports.isAbsoluteURL = void 0;
5
- exports.maybeObj = maybeObj;
6
- exports.isEmptyObj = isEmptyObj;
7
- exports.hasOwn = hasOwn;
8
- exports.isObj = isObj;
9
- const error_1 = require("../../core/error.js");
10
- // https://url.spec.whatwg.org/#url-scheme-string
11
- const startsWithSchemeRegexp = /^[a-z][a-z0-9+.-]*:/i;
12
- const isAbsoluteURL = (url) => {
13
- return startsWithSchemeRegexp.test(url);
14
- };
15
- exports.isAbsoluteURL = isAbsoluteURL;
16
- let isArray = (val) => ((exports.isArray = Array.isArray), (0, exports.isArray)(val));
17
- exports.isArray = isArray;
18
- exports.isReadonlyArray = exports.isArray;
19
- /** Returns an object if the given value isn't an object, otherwise returns as-is */
20
- function maybeObj(x) {
21
- if (typeof x !== 'object') {
22
- return {};
23
- }
24
- return x ?? {};
25
- }
26
- // https://stackoverflow.com/a/34491287
27
- function isEmptyObj(obj) {
28
- if (!obj)
29
- return true;
30
- for (const _k in obj)
31
- return false;
32
- return true;
33
- }
34
- // https://eslint.org/docs/latest/rules/no-prototype-builtins
35
- function hasOwn(obj, key) {
36
- return Object.prototype.hasOwnProperty.call(obj, key);
37
- }
38
- function isObj(obj) {
39
- return obj != null && typeof obj === 'object' && !Array.isArray(obj);
40
- }
41
- const ensurePresent = (value) => {
42
- if (value == null) {
43
- throw new error_1.PostpeerError(`Expected a value to be given but received ${value} instead.`);
44
- }
45
- return value;
46
- };
47
- exports.ensurePresent = ensurePresent;
48
- const validatePositiveInteger = (name, n) => {
49
- if (typeof n !== 'number' || !Number.isInteger(n)) {
50
- throw new error_1.PostpeerError(`${name} must be an integer`);
51
- }
52
- if (n < 0) {
53
- throw new error_1.PostpeerError(`${name} must be a positive integer`);
54
- }
55
- return n;
56
- };
57
- exports.validatePositiveInteger = validatePositiveInteger;
58
- const coerceInteger = (value) => {
59
- if (typeof value === 'number')
60
- return Math.round(value);
61
- if (typeof value === 'string')
62
- return parseInt(value, 10);
63
- throw new error_1.PostpeerError(`Could not coerce ${value} (type: ${typeof value}) into a number`);
64
- };
65
- exports.coerceInteger = coerceInteger;
66
- const coerceFloat = (value) => {
67
- if (typeof value === 'number')
68
- return value;
69
- if (typeof value === 'string')
70
- return parseFloat(value);
71
- throw new error_1.PostpeerError(`Could not coerce ${value} (type: ${typeof value}) into a number`);
72
- };
73
- exports.coerceFloat = coerceFloat;
74
- const coerceBoolean = (value) => {
75
- if (typeof value === 'boolean')
76
- return value;
77
- if (typeof value === 'string')
78
- return value === 'true';
79
- return Boolean(value);
80
- };
81
- exports.coerceBoolean = coerceBoolean;
82
- const maybeCoerceInteger = (value) => {
83
- if (value == null) {
84
- return undefined;
85
- }
86
- return (0, exports.coerceInteger)(value);
87
- };
88
- exports.maybeCoerceInteger = maybeCoerceInteger;
89
- const maybeCoerceFloat = (value) => {
90
- if (value == null) {
91
- return undefined;
92
- }
93
- return (0, exports.coerceFloat)(value);
94
- };
95
- exports.maybeCoerceFloat = maybeCoerceFloat;
96
- const maybeCoerceBoolean = (value) => {
97
- if (value == null) {
98
- return undefined;
99
- }
100
- return (0, exports.coerceBoolean)(value);
101
- };
102
- exports.maybeCoerceBoolean = maybeCoerceBoolean;
103
- const safeJSON = (text) => {
104
- try {
105
- return JSON.parse(text);
106
- }
107
- catch (err) {
108
- return undefined;
109
- }
110
- };
111
- exports.safeJSON = safeJSON;
112
- //# sourceMappingURL=values.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"values.js","sourceRoot":"","sources":["../../src/internal/utils/values.ts"],"names":[],"mappings":"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"}
@@ -1,94 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { PostpeerError } from "../../core/error.mjs";
3
- // https://url.spec.whatwg.org/#url-scheme-string
4
- const startsWithSchemeRegexp = /^[a-z][a-z0-9+.-]*:/i;
5
- export const isAbsoluteURL = (url) => {
6
- return startsWithSchemeRegexp.test(url);
7
- };
8
- export let isArray = (val) => ((isArray = Array.isArray), isArray(val));
9
- export let isReadonlyArray = isArray;
10
- /** Returns an object if the given value isn't an object, otherwise returns as-is */
11
- export function maybeObj(x) {
12
- if (typeof x !== 'object') {
13
- return {};
14
- }
15
- return x ?? {};
16
- }
17
- // https://stackoverflow.com/a/34491287
18
- export function isEmptyObj(obj) {
19
- if (!obj)
20
- return true;
21
- for (const _k in obj)
22
- return false;
23
- return true;
24
- }
25
- // https://eslint.org/docs/latest/rules/no-prototype-builtins
26
- export function hasOwn(obj, key) {
27
- return Object.prototype.hasOwnProperty.call(obj, key);
28
- }
29
- export function isObj(obj) {
30
- return obj != null && typeof obj === 'object' && !Array.isArray(obj);
31
- }
32
- export const ensurePresent = (value) => {
33
- if (value == null) {
34
- throw new PostpeerError(`Expected a value to be given but received ${value} instead.`);
35
- }
36
- return value;
37
- };
38
- export const validatePositiveInteger = (name, n) => {
39
- if (typeof n !== 'number' || !Number.isInteger(n)) {
40
- throw new PostpeerError(`${name} must be an integer`);
41
- }
42
- if (n < 0) {
43
- throw new PostpeerError(`${name} must be a positive integer`);
44
- }
45
- return n;
46
- };
47
- export const coerceInteger = (value) => {
48
- if (typeof value === 'number')
49
- return Math.round(value);
50
- if (typeof value === 'string')
51
- return parseInt(value, 10);
52
- throw new PostpeerError(`Could not coerce ${value} (type: ${typeof value}) into a number`);
53
- };
54
- export const coerceFloat = (value) => {
55
- if (typeof value === 'number')
56
- return value;
57
- if (typeof value === 'string')
58
- return parseFloat(value);
59
- throw new PostpeerError(`Could not coerce ${value} (type: ${typeof value}) into a number`);
60
- };
61
- export const coerceBoolean = (value) => {
62
- if (typeof value === 'boolean')
63
- return value;
64
- if (typeof value === 'string')
65
- return value === 'true';
66
- return Boolean(value);
67
- };
68
- export const maybeCoerceInteger = (value) => {
69
- if (value == null) {
70
- return undefined;
71
- }
72
- return coerceInteger(value);
73
- };
74
- export const maybeCoerceFloat = (value) => {
75
- if (value == null) {
76
- return undefined;
77
- }
78
- return coerceFloat(value);
79
- };
80
- export const maybeCoerceBoolean = (value) => {
81
- if (value == null) {
82
- return undefined;
83
- }
84
- return coerceBoolean(value);
85
- };
86
- export const safeJSON = (text) => {
87
- try {
88
- return JSON.parse(text);
89
- }
90
- catch (err) {
91
- return undefined;
92
- }
93
- };
94
- //# sourceMappingURL=values.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"values.mjs","sourceRoot":"","sources":["../../src/internal/utils/values.ts"],"names":[],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- export * from "./utils/values.mjs";
2
- export * from "./utils/base64.mjs";
3
- export * from "./utils/env.mjs";
4
- export * from "./utils/log.mjs";
5
- export * from "./utils/uuid.mjs";
6
- export * from "./utils/sleep.mjs";
7
- export * from "./utils/query.mjs";
8
- //# sourceMappingURL=utils.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.mts","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- export * from "./utils/values.js";
2
- export * from "./utils/base64.js";
3
- export * from "./utils/env.js";
4
- export * from "./utils/log.js";
5
- export * from "./utils/uuid.js";
6
- export * from "./utils/sleep.js";
7
- export * from "./utils/query.js";
8
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":""}
package/internal/utils.js DELETED
@@ -1,12 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- const tslib_1 = require("./tslib.js");
5
- tslib_1.__exportStar(require("./utils/values.js"), exports);
6
- tslib_1.__exportStar(require("./utils/base64.js"), exports);
7
- tslib_1.__exportStar(require("./utils/env.js"), exports);
8
- tslib_1.__exportStar(require("./utils/log.js"), exports);
9
- tslib_1.__exportStar(require("./utils/uuid.js"), exports);
10
- tslib_1.__exportStar(require("./utils/sleep.js"), exports);
11
- tslib_1.__exportStar(require("./utils/query.js"), exports);
12
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA+B;AAC/B,4DAA+B;AAC/B,yDAA4B;AAC5B,yDAA4B;AAC5B,0DAA6B;AAC7B,2DAA8B;AAC9B,2DAA8B"}
@@ -1,9 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- export * from "./utils/values.mjs";
3
- export * from "./utils/base64.mjs";
4
- export * from "./utils/env.mjs";
5
- export * from "./utils/log.mjs";
6
- export * from "./utils/uuid.mjs";
7
- export * from "./utils/sleep.mjs";
8
- export * from "./utils/query.mjs";
9
- //# sourceMappingURL=utils.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.mjs","sourceRoot":"","sources":["../src/internal/utils.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
package/resource.d.mts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./core/resource.mjs";
2
- //# sourceMappingURL=resource.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resource.d.mts","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
package/resource.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./core/resource.js";
2
- //# sourceMappingURL=resource.d.ts.map
package/resource.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
package/resource.js DELETED
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("./internal/tslib.js");
4
- /** @deprecated Import from ./core/resource instead */
5
- tslib_1.__exportStar(require("./core/resource.js"), exports);
6
- //# sourceMappingURL=resource.js.map
package/resource.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"resource.js","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,6DAAgC"}
package/resource.mjs DELETED
@@ -1,2 +0,0 @@
1
- export * from "./core/resource.mjs";
2
- //# sourceMappingURL=resource.mjs.map
package/resource.mjs.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"resource.mjs","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":""}
@@ -1,26 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import * as IntegrationsAPI from "./integrations.mjs";
3
- import { IntegrationDisconnectResponse, IntegrationListParams, IntegrationListResponse, Integrations } from "./integrations.mjs";
4
- import { APIPromise } from "../../core/api-promise.mjs";
5
- import { RequestOptions } from "../../internal/request-options.mjs";
6
- export declare class Connect extends APIResource {
7
- integrations: IntegrationsAPI.Integrations;
8
- /**
9
- * Get OAuth URL for a platform
10
- */
11
- getOAuthURL(platform: 'twitter' | 'instagram' | 'youtube' | 'tiktok' | 'pinterest' | 'linkedin' | 'bluesky', query?: ConnectGetOAuthURLParams | null | undefined, options?: RequestOptions): APIPromise<ConnectGetOAuthURLResponse>;
12
- }
13
- export interface ConnectGetOAuthURLResponse {
14
- url: string;
15
- }
16
- export interface ConnectGetOAuthURLParams {
17
- /**
18
- * URL to redirect to after a successful connection
19
- */
20
- redirectUri?: string;
21
- }
22
- export declare namespace Connect {
23
- export { type ConnectGetOAuthURLResponse as ConnectGetOAuthURLResponse, type ConnectGetOAuthURLParams as ConnectGetOAuthURLParams, };
24
- export { Integrations as Integrations, type IntegrationListResponse as IntegrationListResponse, type IntegrationDisconnectResponse as IntegrationDisconnectResponse, type IntegrationListParams as IntegrationListParams, };
25
- }
26
- //# sourceMappingURL=connect.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connect.d.mts","sourceRoot":"","sources":["../../src/resources/connect/connect.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EACL,6BAA6B,EAC7B,qBAAqB,EACrB,uBAAuB,EACvB,YAAY,EACb;OACM,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC,YAAY,EAAE,eAAe,CAAC,YAAY,CAAkD;IAE5F;;OAEG;IACH,WAAW,CACT,QAAQ,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,EAC/F,KAAK,GAAE,wBAAwB,GAAG,IAAI,GAAG,SAAc,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,0BAA0B,CAAC;CAG1C;AAED,MAAM,WAAW,0BAA0B;IACzC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAID,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,YAAY,IAAI,YAAY,EAC5B,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
@@ -1,26 +0,0 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import * as IntegrationsAPI from "./integrations.js";
3
- import { IntegrationDisconnectResponse, IntegrationListParams, IntegrationListResponse, Integrations } from "./integrations.js";
4
- import { APIPromise } from "../../core/api-promise.js";
5
- import { RequestOptions } from "../../internal/request-options.js";
6
- export declare class Connect extends APIResource {
7
- integrations: IntegrationsAPI.Integrations;
8
- /**
9
- * Get OAuth URL for a platform
10
- */
11
- getOAuthURL(platform: 'twitter' | 'instagram' | 'youtube' | 'tiktok' | 'pinterest' | 'linkedin' | 'bluesky', query?: ConnectGetOAuthURLParams | null | undefined, options?: RequestOptions): APIPromise<ConnectGetOAuthURLResponse>;
12
- }
13
- export interface ConnectGetOAuthURLResponse {
14
- url: string;
15
- }
16
- export interface ConnectGetOAuthURLParams {
17
- /**
18
- * URL to redirect to after a successful connection
19
- */
20
- redirectUri?: string;
21
- }
22
- export declare namespace Connect {
23
- export { type ConnectGetOAuthURLResponse as ConnectGetOAuthURLResponse, type ConnectGetOAuthURLParams as ConnectGetOAuthURLParams, };
24
- export { Integrations as Integrations, type IntegrationListResponse as IntegrationListResponse, type IntegrationDisconnectResponse as IntegrationDisconnectResponse, type IntegrationListParams as IntegrationListParams, };
25
- }
26
- //# sourceMappingURL=connect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/resources/connect/connect.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EACL,6BAA6B,EAC7B,qBAAqB,EACrB,uBAAuB,EACvB,YAAY,EACb;OACM,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC,YAAY,EAAE,eAAe,CAAC,YAAY,CAAkD;IAE5F;;OAEG;IACH,WAAW,CACT,QAAQ,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,EAC/F,KAAK,GAAE,wBAAwB,GAAG,IAAI,GAAG,SAAc,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,0BAA0B,CAAC;CAG1C;AAED,MAAM,WAAW,0BAA0B;IACzC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAID,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,YAAY,IAAI,YAAY,EAC5B,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
@@ -1,24 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Connect = void 0;
5
- const tslib_1 = require("../../internal/tslib.js");
6
- const resource_1 = require("../../core/resource.js");
7
- const IntegrationsAPI = tslib_1.__importStar(require("./integrations.js"));
8
- const integrations_1 = require("./integrations.js");
9
- const path_1 = require("../../internal/utils/path.js");
10
- class Connect extends resource_1.APIResource {
11
- constructor() {
12
- super(...arguments);
13
- this.integrations = new IntegrationsAPI.Integrations(this._client);
14
- }
15
- /**
16
- * Get OAuth URL for a platform
17
- */
18
- getOAuthURL(platform, query = {}, options) {
19
- return this._client.get((0, path_1.path) `/v1/connect/${platform}`, { query, ...options });
20
- }
21
- }
22
- exports.Connect = Connect;
23
- Connect.Integrations = integrations_1.Integrations;
24
- //# sourceMappingURL=connect.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connect.js","sourceRoot":"","sources":["../../src/resources/connect/connect.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,2EAAkD;AAClD,oDAKwB;AAGxB,uDAAiD;AAEjD,MAAa,OAAQ,SAAQ,sBAAW;IAAxC;;QACE,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAY9F,CAAC;IAVC;;OAEG;IACH,WAAW,CACT,QAA+F,EAC/F,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,eAAe,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AAbD,0BAaC;AAaD,OAAO,CAAC,YAAY,GAAG,2BAAY,CAAC"}
@@ -1,19 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import * as IntegrationsAPI from "./integrations.mjs";
4
- import { Integrations, } from "./integrations.mjs";
5
- import { path } from "../../internal/utils/path.mjs";
6
- export class Connect extends APIResource {
7
- constructor() {
8
- super(...arguments);
9
- this.integrations = new IntegrationsAPI.Integrations(this._client);
10
- }
11
- /**
12
- * Get OAuth URL for a platform
13
- */
14
- getOAuthURL(platform, query = {}, options) {
15
- return this._client.get(path `/v1/connect/${platform}`, { query, ...options });
16
- }
17
- }
18
- Connect.Integrations = Integrations;
19
- //# sourceMappingURL=connect.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connect.mjs","sourceRoot":"","sources":["../../src/resources/connect/connect.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAIL,YAAY,GACb;OAGM,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,OAAQ,SAAQ,WAAW;IAAxC;;QACE,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAY9F,CAAC;IAVC;;OAEG;IACH,WAAW,CACT,QAA+F,EAC/F,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,eAAe,QAAQ,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AAaD,OAAO,CAAC,YAAY,GAAG,YAAY,CAAC"}
@@ -1,3 +0,0 @@
1
- export { Connect, type ConnectGetOAuthURLResponse, type ConnectGetOAuthURLParams } from "./connect.mjs";
2
- export { Integrations, type IntegrationListResponse, type IntegrationDisconnectResponse, type IntegrationListParams, } from "./integrations.mjs";
3
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE,KAAK,0BAA0B,EAAE,KAAK,wBAAwB,EAAE;OAC3E,EACL,YAAY,EACZ,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,GAC3B"}
@@ -1,3 +0,0 @@
1
- export { Connect, type ConnectGetOAuthURLResponse, type ConnectGetOAuthURLParams } from "./connect.js";
2
- export { Integrations, type IntegrationListResponse, type IntegrationDisconnectResponse, type IntegrationListParams, } from "./integrations.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE,KAAK,0BAA0B,EAAE,KAAK,wBAAwB,EAAE;OAC3E,EACL,YAAY,EACZ,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,EAClC,KAAK,qBAAqB,GAC3B"}
@@ -1,9 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Integrations = exports.Connect = void 0;
5
- var connect_1 = require("./connect.js");
6
- Object.defineProperty(exports, "Connect", { enumerable: true, get: function () { return connect_1.Connect; } });
7
- var integrations_1 = require("./integrations.js");
8
- Object.defineProperty(exports, "Integrations", { enumerable: true, get: function () { return integrations_1.Integrations; } });
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoG;AAA3F,kGAAA,OAAO,OAAA;AAChB,kDAKwB;AAJtB,4GAAA,YAAY,OAAA"}
@@ -1,4 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- export { Connect } from "./connect.mjs";
3
- export { Integrations, } from "./integrations.mjs";
4
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAkE;OAC3E,EACL,YAAY,GAIb"}
@@ -1,64 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import { APIPromise } from "../../core/api-promise.mjs";
3
- import { RequestOptions } from "../../internal/request-options.mjs";
4
- export declare class Integrations extends APIResource {
5
- /**
6
- * List integrations connected to this project
7
- */
8
- list(query?: IntegrationListParams | null | undefined, options?: RequestOptions): APIPromise<IntegrationListResponse>;
9
- /**
10
- * Disconnect a platform integration
11
- */
12
- disconnect(id: string, options?: RequestOptions): APIPromise<IntegrationDisconnectResponse>;
13
- }
14
- export interface IntegrationListResponse {
15
- integrations: Array<IntegrationListResponse.Integration>;
16
- limit: number;
17
- page: number;
18
- success: boolean;
19
- /**
20
- * Total matched integrations across all pages
21
- */
22
- total: number;
23
- }
24
- export declare namespace IntegrationListResponse {
25
- interface Integration {
26
- /**
27
- * Use this as accountId when creating posts
28
- */
29
- id: string;
30
- createdAt: string;
31
- /**
32
- * Display name of the connected account (e.g. @handle or channel name)
33
- */
34
- displayName: string | null;
35
- /**
36
- * Profile image URL for the connected account, or null if unavailable
37
- */
38
- imageUrl: string | null;
39
- platform: 'twitter' | 'instagram' | 'youtube' | 'tiktok' | 'pinterest' | 'linkedin' | 'bluesky';
40
- /**
41
- * The user ID on the platform, or null if not yet retrieved
42
- */
43
- platformUserId: string | null;
44
- }
45
- }
46
- export interface IntegrationDisconnectResponse {
47
- message: string;
48
- success: boolean;
49
- }
50
- export interface IntegrationListParams {
51
- /**
52
- * Page size (1-100)
53
- */
54
- limit?: number;
55
- /**
56
- * Page number
57
- */
58
- page?: number;
59
- platform?: 'twitter' | 'instagram' | 'youtube' | 'tiktok' | 'pinterest' | 'linkedin' | 'bluesky';
60
- }
61
- export declare namespace Integrations {
62
- export { type IntegrationListResponse as IntegrationListResponse, type IntegrationDisconnectResponse as IntegrationDisconnectResponse, type IntegrationListParams as IntegrationListParams, };
63
- }
64
- //# sourceMappingURL=integrations.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrations.d.mts","sourceRoot":"","sources":["../../src/resources/connect/integrations.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,IAAI,CACF,KAAK,GAAE,qBAAqB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;IAItC;;OAEG;IACH,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,6BAA6B,CAAC;CAG5F;AAED,MAAM,WAAW,uBAAuB;IACtC,YAAY,EAAE,KAAK,CAAC,uBAAuB,CAAC,WAAW,CAAC,CAAC;IAEzD,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE,MAAM,CAAC;IAEb,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,yBAAiB,uBAAuB,CAAC;IACvC,UAAiB,WAAW;QAC1B;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B;;WAEG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QAExB,QAAQ,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,CAAC;QAEhG;;WAEG;QACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;KAC/B;CACF;AAED,MAAM,WAAW,6BAA6B;IAC5C,OAAO,EAAE,MAAM,CAAC;IAEhB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,QAAQ,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,CAAC;CAClG;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
@@ -1,64 +0,0 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import { APIPromise } from "../../core/api-promise.js";
3
- import { RequestOptions } from "../../internal/request-options.js";
4
- export declare class Integrations extends APIResource {
5
- /**
6
- * List integrations connected to this project
7
- */
8
- list(query?: IntegrationListParams | null | undefined, options?: RequestOptions): APIPromise<IntegrationListResponse>;
9
- /**
10
- * Disconnect a platform integration
11
- */
12
- disconnect(id: string, options?: RequestOptions): APIPromise<IntegrationDisconnectResponse>;
13
- }
14
- export interface IntegrationListResponse {
15
- integrations: Array<IntegrationListResponse.Integration>;
16
- limit: number;
17
- page: number;
18
- success: boolean;
19
- /**
20
- * Total matched integrations across all pages
21
- */
22
- total: number;
23
- }
24
- export declare namespace IntegrationListResponse {
25
- interface Integration {
26
- /**
27
- * Use this as accountId when creating posts
28
- */
29
- id: string;
30
- createdAt: string;
31
- /**
32
- * Display name of the connected account (e.g. @handle or channel name)
33
- */
34
- displayName: string | null;
35
- /**
36
- * Profile image URL for the connected account, or null if unavailable
37
- */
38
- imageUrl: string | null;
39
- platform: 'twitter' | 'instagram' | 'youtube' | 'tiktok' | 'pinterest' | 'linkedin' | 'bluesky';
40
- /**
41
- * The user ID on the platform, or null if not yet retrieved
42
- */
43
- platformUserId: string | null;
44
- }
45
- }
46
- export interface IntegrationDisconnectResponse {
47
- message: string;
48
- success: boolean;
49
- }
50
- export interface IntegrationListParams {
51
- /**
52
- * Page size (1-100)
53
- */
54
- limit?: number;
55
- /**
56
- * Page number
57
- */
58
- page?: number;
59
- platform?: 'twitter' | 'instagram' | 'youtube' | 'tiktok' | 'pinterest' | 'linkedin' | 'bluesky';
60
- }
61
- export declare namespace Integrations {
62
- export { type IntegrationListResponse as IntegrationListResponse, type IntegrationDisconnectResponse as IntegrationDisconnectResponse, type IntegrationListParams as IntegrationListParams, };
63
- }
64
- //# sourceMappingURL=integrations.d.ts.map