postgrid-node 0.4.2 → 0.6.1

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 (422) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/LICENSE +1 -1
  3. package/README.md +15 -12
  4. package/client.d.mts +35 -15
  5. package/client.d.mts.map +1 -1
  6. package/client.d.ts +35 -15
  7. package/client.d.ts.map +1 -1
  8. package/client.js +61 -15
  9. package/client.js.map +1 -1
  10. package/client.mjs +62 -16
  11. package/client.mjs.map +1 -1
  12. package/internal/parse.d.mts.map +1 -1
  13. package/internal/parse.d.ts.map +1 -1
  14. package/internal/parse.js +5 -0
  15. package/internal/parse.js.map +1 -1
  16. package/internal/parse.mjs +5 -0
  17. package/internal/parse.mjs.map +1 -1
  18. package/internal/types.d.mts +6 -6
  19. package/internal/types.d.mts.map +1 -1
  20. package/internal/types.d.ts +6 -6
  21. package/internal/types.d.ts.map +1 -1
  22. package/internal/utils/env.js +2 -2
  23. package/internal/utils/env.js.map +1 -1
  24. package/internal/utils/env.mjs +2 -2
  25. package/internal/utils/env.mjs.map +1 -1
  26. package/internal/utils/log.d.mts.map +1 -1
  27. package/internal/utils/log.d.ts.map +1 -1
  28. package/internal/utils/log.js +3 -2
  29. package/internal/utils/log.js.map +1 -1
  30. package/internal/utils/log.mjs +3 -2
  31. package/internal/utils/log.mjs.map +1 -1
  32. package/internal/utils/query.d.mts +5 -0
  33. package/internal/utils/query.d.mts.map +1 -0
  34. package/internal/utils/query.d.ts +5 -0
  35. package/internal/utils/query.d.ts.map +1 -0
  36. package/internal/utils/query.js +23 -0
  37. package/internal/utils/query.js.map +1 -0
  38. package/internal/utils/query.mjs +20 -0
  39. package/internal/utils/query.mjs.map +1 -0
  40. package/internal/utils.d.mts +1 -0
  41. package/internal/utils.d.ts +1 -0
  42. package/internal/utils.js +1 -0
  43. package/internal/utils.js.map +1 -1
  44. package/internal/utils.mjs +1 -0
  45. package/package.json +9 -3
  46. package/resources/address-verification.d.mts +1689 -15
  47. package/resources/address-verification.d.mts.map +1 -1
  48. package/resources/address-verification.d.ts +1689 -15
  49. package/resources/address-verification.d.ts.map +1 -1
  50. package/resources/address-verification.js +200 -0
  51. package/resources/address-verification.js.map +1 -1
  52. package/resources/address-verification.mjs +200 -0
  53. package/resources/address-verification.mjs.map +1 -1
  54. package/resources/index.d.mts +3 -3
  55. package/resources/index.d.mts.map +1 -1
  56. package/resources/index.d.ts +3 -3
  57. package/resources/index.d.ts.map +1 -1
  58. package/resources/index.js.map +1 -1
  59. package/resources/index.mjs +1 -1
  60. package/resources/index.mjs.map +1 -1
  61. package/resources/intl-address-verification.d.mts +956 -35
  62. package/resources/intl-address-verification.d.mts.map +1 -1
  63. package/resources/intl-address-verification.d.ts +956 -35
  64. package/resources/intl-address-verification.d.ts.map +1 -1
  65. package/resources/intl-address-verification.js +121 -27
  66. package/resources/intl-address-verification.js.map +1 -1
  67. package/resources/intl-address-verification.mjs +121 -27
  68. package/resources/intl-address-verification.mjs.map +1 -1
  69. package/resources/print-mail/boxes.d.mts +733 -59
  70. package/resources/print-mail/boxes.d.mts.map +1 -1
  71. package/resources/print-mail/boxes.d.ts +733 -59
  72. package/resources/print-mail/boxes.d.ts.map +1 -1
  73. package/resources/print-mail/boxes.js +19 -1
  74. package/resources/print-mail/boxes.js.map +1 -1
  75. package/resources/print-mail/boxes.mjs +19 -1
  76. package/resources/print-mail/boxes.mjs.map +1 -1
  77. package/resources/print-mail/campaigns.d.mts +923 -34
  78. package/resources/print-mail/campaigns.d.mts.map +1 -1
  79. package/resources/print-mail/campaigns.d.ts +923 -34
  80. package/resources/print-mail/campaigns.d.ts.map +1 -1
  81. package/resources/print-mail/campaigns.js +10 -3
  82. package/resources/print-mail/campaigns.js.map +1 -1
  83. package/resources/print-mail/campaigns.mjs +10 -3
  84. package/resources/print-mail/campaigns.mjs.map +1 -1
  85. package/resources/print-mail/cheques.d.mts +60 -11
  86. package/resources/print-mail/cheques.d.mts.map +1 -1
  87. package/resources/print-mail/cheques.d.ts +60 -11
  88. package/resources/print-mail/cheques.d.ts.map +1 -1
  89. package/resources/print-mail/cheques.js +32 -0
  90. package/resources/print-mail/cheques.js.map +1 -1
  91. package/resources/print-mail/cheques.mjs +32 -0
  92. package/resources/print-mail/cheques.mjs.map +1 -1
  93. package/resources/print-mail/contacts.d.mts +138 -3
  94. package/resources/print-mail/contacts.d.mts.map +1 -1
  95. package/resources/print-mail/contacts.d.ts +138 -3
  96. package/resources/print-mail/contacts.d.ts.map +1 -1
  97. package/resources/print-mail/contacts.js.map +1 -1
  98. package/resources/print-mail/contacts.mjs.map +1 -1
  99. package/resources/print-mail/index.d.mts +12 -8
  100. package/resources/print-mail/index.d.mts.map +1 -1
  101. package/resources/print-mail/index.d.ts +12 -8
  102. package/resources/print-mail/index.d.ts.map +1 -1
  103. package/resources/print-mail/index.js +13 -5
  104. package/resources/print-mail/index.js.map +1 -1
  105. package/resources/print-mail/index.mjs +5 -1
  106. package/resources/print-mail/index.mjs.map +1 -1
  107. package/resources/print-mail/letters.d.mts +62 -13
  108. package/resources/print-mail/letters.d.mts.map +1 -1
  109. package/resources/print-mail/letters.d.ts +62 -13
  110. package/resources/print-mail/letters.d.ts.map +1 -1
  111. package/resources/print-mail/letters.js +32 -0
  112. package/resources/print-mail/letters.js.map +1 -1
  113. package/resources/print-mail/letters.mjs +32 -0
  114. package/resources/print-mail/letters.mjs.map +1 -1
  115. package/resources/print-mail/mailing-list-imports.d.mts +5 -1
  116. package/resources/print-mail/mailing-list-imports.d.mts.map +1 -1
  117. package/resources/print-mail/mailing-list-imports.d.ts +5 -1
  118. package/resources/print-mail/mailing-list-imports.d.ts.map +1 -1
  119. package/resources/print-mail/mailing-list-imports.js +4 -0
  120. package/resources/print-mail/mailing-list-imports.js.map +1 -1
  121. package/resources/print-mail/mailing-list-imports.mjs +4 -0
  122. package/resources/print-mail/mailing-list-imports.mjs.map +1 -1
  123. package/resources/print-mail/mailing-lists.d.mts +5 -1
  124. package/resources/print-mail/mailing-lists.d.mts.map +1 -1
  125. package/resources/print-mail/mailing-lists.d.ts +5 -1
  126. package/resources/print-mail/mailing-lists.d.ts.map +1 -1
  127. package/resources/print-mail/mailing-lists.js +4 -0
  128. package/resources/print-mail/mailing-lists.js.map +1 -1
  129. package/resources/print-mail/mailing-lists.mjs +4 -0
  130. package/resources/print-mail/mailing-lists.mjs.map +1 -1
  131. package/resources/print-mail/postcards.d.mts +90 -21
  132. package/resources/print-mail/postcards.d.mts.map +1 -1
  133. package/resources/print-mail/postcards.d.ts +90 -21
  134. package/resources/print-mail/postcards.d.ts.map +1 -1
  135. package/resources/print-mail/postcards.js +33 -0
  136. package/resources/print-mail/postcards.js.map +1 -1
  137. package/resources/print-mail/postcards.mjs +33 -0
  138. package/resources/print-mail/postcards.mjs.map +1 -1
  139. package/resources/print-mail/print-mail.d.mts +41 -162
  140. package/resources/print-mail/print-mail.d.mts.map +1 -1
  141. package/resources/print-mail/print-mail.d.ts +41 -162
  142. package/resources/print-mail/print-mail.d.ts.map +1 -1
  143. package/resources/print-mail/print-mail.js +34 -18
  144. package/resources/print-mail/print-mail.js.map +1 -1
  145. package/resources/print-mail/print-mail.mjs +34 -18
  146. package/resources/print-mail/print-mail.mjs.map +1 -1
  147. package/resources/print-mail/reports/exports.d.mts +7 -0
  148. package/resources/print-mail/reports/exports.d.mts.map +1 -1
  149. package/resources/print-mail/reports/exports.d.ts +7 -0
  150. package/resources/print-mail/reports/exports.d.ts.map +1 -1
  151. package/resources/print-mail/reports/exports.js +7 -0
  152. package/resources/print-mail/reports/exports.js.map +1 -1
  153. package/resources/print-mail/reports/exports.mjs +7 -0
  154. package/resources/print-mail/reports/exports.mjs.map +1 -1
  155. package/resources/print-mail/reports/reports.d.mts +7 -0
  156. package/resources/print-mail/reports/reports.d.mts.map +1 -1
  157. package/resources/print-mail/reports/reports.d.ts +7 -0
  158. package/resources/print-mail/reports/reports.d.ts.map +1 -1
  159. package/resources/print-mail/reports/reports.js +7 -0
  160. package/resources/print-mail/reports/reports.js.map +1 -1
  161. package/resources/print-mail/reports/reports.mjs +7 -0
  162. package/resources/print-mail/reports/reports.mjs.map +1 -1
  163. package/resources/print-mail/reports/samples.d.mts +7 -0
  164. package/resources/print-mail/reports/samples.d.mts.map +1 -1
  165. package/resources/print-mail/reports/samples.d.ts +7 -0
  166. package/resources/print-mail/reports/samples.d.ts.map +1 -1
  167. package/resources/print-mail/reports/samples.js +7 -0
  168. package/resources/print-mail/reports/samples.js.map +1 -1
  169. package/resources/print-mail/reports/samples.mjs +7 -0
  170. package/resources/print-mail/reports/samples.mjs.map +1 -1
  171. package/resources/print-mail/self-mailers.d.mts +52 -20
  172. package/resources/print-mail/self-mailers.d.mts.map +1 -1
  173. package/resources/print-mail/self-mailers.d.ts +52 -20
  174. package/resources/print-mail/self-mailers.d.ts.map +1 -1
  175. package/resources/print-mail/self-mailers.js +17 -0
  176. package/resources/print-mail/self-mailers.js.map +1 -1
  177. package/resources/print-mail/self-mailers.mjs +17 -0
  178. package/resources/print-mail/self-mailers.mjs.map +1 -1
  179. package/resources/print-mail/snap-packs.d.mts +1060 -0
  180. package/resources/print-mail/snap-packs.d.mts.map +1 -0
  181. package/resources/print-mail/snap-packs.d.ts +1060 -0
  182. package/resources/print-mail/snap-packs.d.ts.map +1 -0
  183. package/resources/print-mail/snap-packs.js +117 -0
  184. package/resources/print-mail/snap-packs.js.map +1 -0
  185. package/resources/print-mail/snap-packs.mjs +113 -0
  186. package/resources/print-mail/snap-packs.mjs.map +1 -0
  187. package/resources/print-mail/sub-organizations.d.mts +29 -17
  188. package/resources/print-mail/sub-organizations.d.mts.map +1 -1
  189. package/resources/print-mail/sub-organizations.d.ts +29 -17
  190. package/resources/print-mail/sub-organizations.d.ts.map +1 -1
  191. package/resources/print-mail/sub-organizations.js +26 -14
  192. package/resources/print-mail/sub-organizations.js.map +1 -1
  193. package/resources/print-mail/sub-organizations.mjs +26 -14
  194. package/resources/print-mail/sub-organizations.mjs.map +1 -1
  195. package/resources/print-mail/targeted-list-builds/filters.d.mts +92 -0
  196. package/resources/print-mail/targeted-list-builds/filters.d.mts.map +1 -0
  197. package/resources/print-mail/targeted-list-builds/filters.d.ts +92 -0
  198. package/resources/print-mail/targeted-list-builds/filters.d.ts.map +1 -0
  199. package/resources/print-mail/targeted-list-builds/filters.js +60 -0
  200. package/resources/print-mail/targeted-list-builds/filters.js.map +1 -0
  201. package/resources/print-mail/targeted-list-builds/filters.mjs +56 -0
  202. package/resources/print-mail/targeted-list-builds/filters.mjs.map +1 -0
  203. package/resources/print-mail/targeted-list-builds/index.d.mts +3 -0
  204. package/resources/print-mail/targeted-list-builds/index.d.mts.map +1 -0
  205. package/resources/print-mail/targeted-list-builds/index.d.ts +3 -0
  206. package/resources/print-mail/targeted-list-builds/index.d.ts.map +1 -0
  207. package/resources/print-mail/targeted-list-builds/index.js +9 -0
  208. package/resources/print-mail/targeted-list-builds/index.js.map +1 -0
  209. package/resources/print-mail/targeted-list-builds/index.mjs +4 -0
  210. package/resources/print-mail/targeted-list-builds/index.mjs.map +1 -0
  211. package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.mts +1633 -0
  212. package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.mts.map +1 -0
  213. package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.ts +1633 -0
  214. package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.ts.map +1 -0
  215. package/resources/print-mail/targeted-list-builds/targeted-list-builds.js +154 -0
  216. package/resources/print-mail/targeted-list-builds/targeted-list-builds.js.map +1 -0
  217. package/resources/print-mail/targeted-list-builds/targeted-list-builds.mjs +149 -0
  218. package/resources/print-mail/targeted-list-builds/targeted-list-builds.mjs.map +1 -0
  219. package/resources/print-mail/targeted-list-builds.d.mts +2 -0
  220. package/resources/print-mail/targeted-list-builds.d.mts.map +1 -0
  221. package/resources/print-mail/targeted-list-builds.d.ts +2 -0
  222. package/resources/print-mail/targeted-list-builds.d.ts.map +1 -0
  223. package/resources/print-mail/targeted-list-builds.js +6 -0
  224. package/resources/print-mail/targeted-list-builds.js.map +1 -0
  225. package/resources/print-mail/targeted-list-builds.mjs +3 -0
  226. package/resources/print-mail/targeted-list-builds.mjs.map +1 -0
  227. package/resources/print-mail/template-editor-sessions.d.mts +355 -0
  228. package/resources/print-mail/template-editor-sessions.d.mts.map +1 -0
  229. package/resources/print-mail/template-editor-sessions.d.ts +355 -0
  230. package/resources/print-mail/template-editor-sessions.d.ts.map +1 -0
  231. package/resources/print-mail/template-editor-sessions.js +78 -0
  232. package/resources/print-mail/template-editor-sessions.js.map +1 -0
  233. package/resources/print-mail/template-editor-sessions.mjs +74 -0
  234. package/resources/print-mail/template-editor-sessions.mjs.map +1 -0
  235. package/resources/print-mail/trackers.d.mts +409 -0
  236. package/resources/print-mail/trackers.d.mts.map +1 -0
  237. package/resources/print-mail/trackers.d.ts +409 -0
  238. package/resources/print-mail/trackers.d.ts.map +1 -0
  239. package/resources/print-mail/trackers.js +116 -0
  240. package/resources/print-mail/trackers.js.map +1 -0
  241. package/resources/print-mail/trackers.mjs +112 -0
  242. package/resources/print-mail/trackers.mjs.map +1 -0
  243. package/resources/print-mail/virtual-mailboxes/index.d.mts +3 -0
  244. package/resources/print-mail/virtual-mailboxes/index.d.mts.map +1 -0
  245. package/resources/print-mail/virtual-mailboxes/index.d.ts +3 -0
  246. package/resources/print-mail/virtual-mailboxes/index.d.ts.map +1 -0
  247. package/resources/print-mail/virtual-mailboxes/index.js +9 -0
  248. package/resources/print-mail/virtual-mailboxes/index.js.map +1 -0
  249. package/resources/print-mail/virtual-mailboxes/index.mjs +4 -0
  250. package/resources/print-mail/virtual-mailboxes/index.mjs.map +1 -0
  251. package/resources/print-mail/virtual-mailboxes/items.d.mts +235 -0
  252. package/resources/print-mail/virtual-mailboxes/items.d.mts.map +1 -0
  253. package/resources/print-mail/virtual-mailboxes/items.d.ts +235 -0
  254. package/resources/print-mail/virtual-mailboxes/items.d.ts.map +1 -0
  255. package/resources/print-mail/virtual-mailboxes/items.js +69 -0
  256. package/resources/print-mail/virtual-mailboxes/items.js.map +1 -0
  257. package/resources/print-mail/virtual-mailboxes/items.mjs +65 -0
  258. package/resources/print-mail/virtual-mailboxes/items.mjs.map +1 -0
  259. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.mts +334 -0
  260. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.mts.map +1 -0
  261. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.ts +334 -0
  262. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.ts.map +1 -0
  263. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.js +92 -0
  264. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.js.map +1 -0
  265. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.mjs +87 -0
  266. package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.mjs.map +1 -0
  267. package/resources/print-mail/virtual-mailboxes.d.mts +2 -0
  268. package/resources/print-mail/virtual-mailboxes.d.mts.map +1 -0
  269. package/resources/print-mail/virtual-mailboxes.d.ts +2 -0
  270. package/resources/print-mail/virtual-mailboxes.d.ts.map +1 -0
  271. package/resources/print-mail/{order-profiles.js → virtual-mailboxes.js} +2 -2
  272. package/resources/print-mail/virtual-mailboxes.js.map +1 -0
  273. package/resources/print-mail/virtual-mailboxes.mjs +3 -0
  274. package/resources/print-mail/virtual-mailboxes.mjs.map +1 -0
  275. package/src/client.ts +123 -33
  276. package/src/internal/parse.ts +6 -0
  277. package/src/internal/types.ts +6 -8
  278. package/src/internal/utils/env.ts +2 -2
  279. package/src/internal/utils/log.ts +2 -1
  280. package/src/internal/utils/query.ts +23 -0
  281. package/src/internal/utils.ts +1 -0
  282. package/src/resources/address-verification.ts +2190 -24
  283. package/src/resources/index.ts +24 -5
  284. package/src/resources/intl-address-verification.ts +1219 -43
  285. package/src/resources/print-mail/boxes.ts +1011 -99
  286. package/src/resources/print-mail/campaigns.ts +1449 -59
  287. package/src/resources/print-mail/cheques.ts +122 -10
  288. package/src/resources/print-mail/contacts.ts +167 -4
  289. package/src/resources/print-mail/index.ts +74 -11
  290. package/src/resources/print-mail/letters.ts +150 -12
  291. package/src/resources/print-mail/mailing-list-imports.ts +5 -1
  292. package/src/resources/print-mail/mailing-lists.ts +5 -1
  293. package/src/resources/print-mail/postcards.ts +208 -20
  294. package/src/resources/print-mail/print-mail.ts +239 -261
  295. package/src/resources/print-mail/reports/exports.ts +7 -0
  296. package/src/resources/print-mail/reports/reports.ts +7 -0
  297. package/src/resources/print-mail/reports/samples.ts +7 -0
  298. package/src/resources/print-mail/self-mailers.ts +162 -20
  299. package/src/resources/print-mail/snap-packs.ts +1484 -0
  300. package/src/resources/print-mail/sub-organizations.ts +35 -23
  301. package/src/resources/print-mail/targeted-list-builds/filters.ts +113 -0
  302. package/src/resources/print-mail/targeted-list-builds/index.ts +16 -0
  303. package/src/resources/print-mail/targeted-list-builds/targeted-list-builds.ts +2158 -0
  304. package/{resources/print-mail/order-profiles.mjs → src/resources/print-mail/targeted-list-builds.ts} +2 -2
  305. package/src/resources/print-mail/template-editor-sessions.ts +435 -0
  306. package/src/resources/print-mail/trackers.ts +513 -0
  307. package/src/resources/print-mail/virtual-mailboxes/index.ts +22 -0
  308. package/src/resources/print-mail/virtual-mailboxes/items.ts +296 -0
  309. package/src/resources/print-mail/virtual-mailboxes/virtual-mailboxes.ts +434 -0
  310. package/src/resources/print-mail/{order-profiles.ts → virtual-mailboxes.ts} +1 -1
  311. package/src/version.ts +1 -1
  312. package/version.d.mts +1 -1
  313. package/version.d.ts +1 -1
  314. package/version.js +1 -1
  315. package/version.mjs +1 -1
  316. package/internal/qs/formats.d.mts +0 -7
  317. package/internal/qs/formats.d.mts.map +0 -1
  318. package/internal/qs/formats.d.ts +0 -7
  319. package/internal/qs/formats.d.ts.map +0 -1
  320. package/internal/qs/formats.js +0 -13
  321. package/internal/qs/formats.js.map +0 -1
  322. package/internal/qs/formats.mjs +0 -9
  323. package/internal/qs/formats.mjs.map +0 -1
  324. package/internal/qs/index.d.mts +0 -10
  325. package/internal/qs/index.d.mts.map +0 -1
  326. package/internal/qs/index.d.ts +0 -10
  327. package/internal/qs/index.d.ts.map +0 -1
  328. package/internal/qs/index.js +0 -14
  329. package/internal/qs/index.js.map +0 -1
  330. package/internal/qs/index.mjs +0 -10
  331. package/internal/qs/index.mjs.map +0 -1
  332. package/internal/qs/stringify.d.mts +0 -3
  333. package/internal/qs/stringify.d.mts.map +0 -1
  334. package/internal/qs/stringify.d.ts +0 -3
  335. package/internal/qs/stringify.d.ts.map +0 -1
  336. package/internal/qs/stringify.js +0 -277
  337. package/internal/qs/stringify.js.map +0 -1
  338. package/internal/qs/stringify.mjs +0 -274
  339. package/internal/qs/stringify.mjs.map +0 -1
  340. package/internal/qs/types.d.mts +0 -57
  341. package/internal/qs/types.d.mts.map +0 -1
  342. package/internal/qs/types.d.ts +0 -57
  343. package/internal/qs/types.d.ts.map +0 -1
  344. package/internal/qs/types.js +0 -3
  345. package/internal/qs/types.js.map +0 -1
  346. package/internal/qs/types.mjs +0 -2
  347. package/internal/qs/types.mjs.map +0 -1
  348. package/internal/qs/utils.d.mts +0 -15
  349. package/internal/qs/utils.d.mts.map +0 -1
  350. package/internal/qs/utils.d.ts +0 -15
  351. package/internal/qs/utils.d.ts.map +0 -1
  352. package/internal/qs/utils.js +0 -230
  353. package/internal/qs/utils.js.map +0 -1
  354. package/internal/qs/utils.mjs +0 -217
  355. package/internal/qs/utils.mjs.map +0 -1
  356. package/resources/print-mail/order-profiles/cheques.d.mts +0 -388
  357. package/resources/print-mail/order-profiles/cheques.d.mts.map +0 -1
  358. package/resources/print-mail/order-profiles/cheques.d.ts +0 -388
  359. package/resources/print-mail/order-profiles/cheques.d.ts.map +0 -1
  360. package/resources/print-mail/order-profiles/cheques.js +0 -98
  361. package/resources/print-mail/order-profiles/cheques.js.map +0 -1
  362. package/resources/print-mail/order-profiles/cheques.mjs +0 -94
  363. package/resources/print-mail/order-profiles/cheques.mjs.map +0 -1
  364. package/resources/print-mail/order-profiles/index.d.mts +0 -6
  365. package/resources/print-mail/order-profiles/index.d.mts.map +0 -1
  366. package/resources/print-mail/order-profiles/index.d.ts +0 -6
  367. package/resources/print-mail/order-profiles/index.d.ts.map +0 -1
  368. package/resources/print-mail/order-profiles/index.js +0 -15
  369. package/resources/print-mail/order-profiles/index.js.map +0 -1
  370. package/resources/print-mail/order-profiles/index.mjs +0 -7
  371. package/resources/print-mail/order-profiles/index.mjs.map +0 -1
  372. package/resources/print-mail/order-profiles/letters.d.mts +0 -325
  373. package/resources/print-mail/order-profiles/letters.d.mts.map +0 -1
  374. package/resources/print-mail/order-profiles/letters.d.ts +0 -325
  375. package/resources/print-mail/order-profiles/letters.d.ts.map +0 -1
  376. package/resources/print-mail/order-profiles/letters.js +0 -105
  377. package/resources/print-mail/order-profiles/letters.js.map +0 -1
  378. package/resources/print-mail/order-profiles/letters.mjs +0 -101
  379. package/resources/print-mail/order-profiles/letters.mjs.map +0 -1
  380. package/resources/print-mail/order-profiles/order-profiles.d.mts +0 -22
  381. package/resources/print-mail/order-profiles/order-profiles.d.mts.map +0 -1
  382. package/resources/print-mail/order-profiles/order-profiles.d.ts +0 -22
  383. package/resources/print-mail/order-profiles/order-profiles.d.ts.map +0 -1
  384. package/resources/print-mail/order-profiles/order-profiles.js +0 -29
  385. package/resources/print-mail/order-profiles/order-profiles.js.map +0 -1
  386. package/resources/print-mail/order-profiles/order-profiles.mjs +0 -24
  387. package/resources/print-mail/order-profiles/order-profiles.mjs.map +0 -1
  388. package/resources/print-mail/order-profiles/postcards.d.mts +0 -255
  389. package/resources/print-mail/order-profiles/postcards.d.mts.map +0 -1
  390. package/resources/print-mail/order-profiles/postcards.d.ts +0 -255
  391. package/resources/print-mail/order-profiles/postcards.d.ts.map +0 -1
  392. package/resources/print-mail/order-profiles/postcards.js +0 -97
  393. package/resources/print-mail/order-profiles/postcards.js.map +0 -1
  394. package/resources/print-mail/order-profiles/postcards.mjs +0 -93
  395. package/resources/print-mail/order-profiles/postcards.mjs.map +0 -1
  396. package/resources/print-mail/order-profiles/self-mailers.d.mts +0 -260
  397. package/resources/print-mail/order-profiles/self-mailers.d.mts.map +0 -1
  398. package/resources/print-mail/order-profiles/self-mailers.d.ts +0 -260
  399. package/resources/print-mail/order-profiles/self-mailers.d.ts.map +0 -1
  400. package/resources/print-mail/order-profiles/self-mailers.js +0 -95
  401. package/resources/print-mail/order-profiles/self-mailers.js.map +0 -1
  402. package/resources/print-mail/order-profiles/self-mailers.mjs +0 -91
  403. package/resources/print-mail/order-profiles/self-mailers.mjs.map +0 -1
  404. package/resources/print-mail/order-profiles.d.mts +0 -2
  405. package/resources/print-mail/order-profiles.d.mts.map +0 -1
  406. package/resources/print-mail/order-profiles.d.ts +0 -2
  407. package/resources/print-mail/order-profiles.d.ts.map +0 -1
  408. package/resources/print-mail/order-profiles.js.map +0 -1
  409. package/resources/print-mail/order-profiles.mjs.map +0 -1
  410. package/src/internal/qs/LICENSE.md +0 -13
  411. package/src/internal/qs/README.md +0 -3
  412. package/src/internal/qs/formats.ts +0 -10
  413. package/src/internal/qs/index.ts +0 -13
  414. package/src/internal/qs/stringify.ts +0 -385
  415. package/src/internal/qs/types.ts +0 -71
  416. package/src/internal/qs/utils.ts +0 -265
  417. package/src/resources/print-mail/order-profiles/cheques.ts +0 -486
  418. package/src/resources/print-mail/order-profiles/index.ts +0 -47
  419. package/src/resources/print-mail/order-profiles/letters.ts +0 -412
  420. package/src/resources/print-mail/order-profiles/order-profiles.ts +0 -113
  421. package/src/resources/print-mail/order-profiles/postcards.ts +0 -327
  422. package/src/resources/print-mail/order-profiles/self-mailers.ts +0 -338
@@ -1,388 +0,0 @@
1
- import { APIResource } from "../../../core/resource.js";
2
- import * as BoxesAPI from "../boxes.js";
3
- import * as ChequesAPI from "../cheques.js";
4
- import { APIPromise } from "../../../core/api-promise.js";
5
- import { PagePromise, SkipLimit, type SkipLimitParams } from "../../../core/pagination.js";
6
- import { RequestOptions } from "../../../internal/request-options.js";
7
- export declare class Cheques extends APIResource {
8
- /**
9
- * Creates a new Cheque Profile. Requires a `bankAccount` ID. Can optionally
10
- * include an attached letter via `letterHTML`, `letterTemplate`, or `letterPDF`.
11
- * If providing `letterPDF` or `logo` (if logo needs upload, though schema suggests
12
- * URL), use `multipart/form-data`.
13
- *
14
- * @example
15
- * ```ts
16
- * const chequeProfile =
17
- * await client.printMail.orderProfiles.cheques.create({
18
- * bankAccount: 'bankAccount',
19
- * size: 'us_letter',
20
- * });
21
- * ```
22
- */
23
- create(params: ChequeCreateParams, options?: RequestOptions): APIPromise<ChequeProfile>;
24
- /**
25
- * Retrieves the details of a specific Cheque Profile.
26
- *
27
- * @example
28
- * ```ts
29
- * const chequeProfile =
30
- * await client.printMail.orderProfiles.cheques.retrieve(
31
- * 'id',
32
- * );
33
- * ```
34
- */
35
- retrieve(id: string, query?: ChequeRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ChequeProfile>;
36
- /**
37
- * Updates specific fields of an existing Cheque Profile. If providing `letterPDF`
38
- * or `logo`, use `multipart/form-data`.
39
- *
40
- * @example
41
- * ```ts
42
- * const chequeProfile =
43
- * await client.printMail.orderProfiles.cheques.update(
44
- * 'id',
45
- * { bankAccount: 'bankAccount', size: 'us_letter' },
46
- * );
47
- * ```
48
- */
49
- update(id: string, params: ChequeUpdateParams, options?: RequestOptions): APIPromise<ChequeProfile>;
50
- /**
51
- * Retrieves a list of Cheque Profiles.
52
- *
53
- * @example
54
- * ```ts
55
- * // Automatically fetches more pages as needed.
56
- * for await (const chequeListResponse of client.printMail.orderProfiles.cheques.list()) {
57
- * // ...
58
- * }
59
- * ```
60
- */
61
- list(query?: ChequeListParams | null | undefined, options?: RequestOptions): PagePromise<ChequeListResponsesSkipLimit, ChequeListResponse>;
62
- /**
63
- * Deletes a Cheque Profile.
64
- *
65
- * @example
66
- * ```ts
67
- * const cheque =
68
- * await client.printMail.orderProfiles.cheques.delete('id');
69
- * ```
70
- */
71
- delete(id: string, options?: RequestOptions): APIPromise<ChequeDeleteResponse>;
72
- }
73
- export type ChequeListResponsesSkipLimit = SkipLimit<ChequeListResponse>;
74
- export interface ChequeProfile {
75
- /**
76
- * Unique identifier for the order profile.
77
- */
78
- id: string;
79
- /**
80
- * ID of the bank account to use for the cheque. Required for creation.
81
- */
82
- bankAccount: string;
83
- /**
84
- * Timestamp when the profile was created.
85
- */
86
- createdAt: string;
87
- /**
88
- * Enum representing the supported currency codes.
89
- */
90
- currencyCode: CurrencyCode;
91
- /**
92
- * Indicates if the profile is associated with the live or test environment.
93
- */
94
- live: boolean;
95
- /**
96
- * Always `cheque_profile`.
97
- */
98
- object: 'cheque_profile';
99
- /**
100
- * Enum representing the supported cheque sizes.
101
- */
102
- size: ChequesAPI.ChequeSize;
103
- /**
104
- * Timestamp when the profile was last updated.
105
- */
106
- updatedAt: string;
107
- /**
108
- * An optional description for the profile. Set to `null` to remove during update.
109
- */
110
- description?: string | null;
111
- /**
112
- * ID of a template for an optional attached letter. Cannot be used with
113
- * `letterHTML` or `letterPDF`.
114
- */
115
- letterTemplate?: string;
116
- /**
117
- * A temporary, signed URL to view the attached letter PDF, if any. Output only.
118
- */
119
- letterUploadedPDF?: string;
120
- /**
121
- * A publicly accessible URL for the logo to print on the cheque. Set to `null` to
122
- * remove during update.
123
- */
124
- logo?: string | null;
125
- /**
126
- * Mailing class. Generally must be first class (or equivalent for destination
127
- * country) for cheques.
128
- */
129
- mailingClass?: BoxesAPI.OrderMailingClass;
130
- /**
131
- * Memo line text for the cheque. Set to `null` to remove during update.
132
- */
133
- memo?: string | null;
134
- /**
135
- * Default merge variables for orders created using this profile.
136
- */
137
- mergeVariables?: {
138
- [key: string]: unknown;
139
- } | null;
140
- /**
141
- * Message included on the cheque stub. Set to `null` to remove during update.
142
- */
143
- message?: string | null;
144
- /**
145
- * Optional key-value metadata.
146
- */
147
- metadata?: {
148
- [key: string]: string;
149
- } | null;
150
- }
151
- /**
152
- * Enum representing the supported currency codes.
153
- */
154
- export type CurrencyCode = 'CAD' | 'USD';
155
- export interface ChequeListResponse {
156
- /**
157
- * Unique identifier for the order profile.
158
- */
159
- id: string;
160
- /**
161
- * ID of the bank account to use for the cheque. Required for creation.
162
- */
163
- bankAccount: string;
164
- /**
165
- * Timestamp when the profile was created.
166
- */
167
- createdAt: string;
168
- /**
169
- * Indicates if the profile is associated with the live or test environment.
170
- */
171
- live: boolean;
172
- /**
173
- * Always `cheque_profile`.
174
- */
175
- object: 'cheque_profile';
176
- /**
177
- * Enum representing the supported cheque sizes.
178
- */
179
- size: ChequesAPI.ChequeSize;
180
- /**
181
- * Timestamp when the profile was last updated.
182
- */
183
- updatedAt: string;
184
- /**
185
- * An optional description for the profile. Set to `null` to remove during update.
186
- */
187
- description?: string | null;
188
- /**
189
- * ID of a template for an optional attached letter. Cannot be used with
190
- * `letterHTML` or `letterPDF`.
191
- */
192
- letterTemplate?: string;
193
- /**
194
- * A temporary, signed URL to view the attached letter PDF, if any. Output only.
195
- */
196
- letterUploadedPDF?: string;
197
- /**
198
- * A publicly accessible URL for the logo to print on the cheque. Set to `null` to
199
- * remove during update.
200
- */
201
- logo?: string | null;
202
- /**
203
- * Mailing class. Generally must be first class (or equivalent for destination
204
- * country) for cheques.
205
- */
206
- mailingClass?: BoxesAPI.OrderMailingClass;
207
- /**
208
- * Memo line text for the cheque. Set to `null` to remove during update.
209
- */
210
- memo?: string | null;
211
- /**
212
- * Default merge variables for orders created using this profile.
213
- */
214
- mergeVariables?: {
215
- [key: string]: unknown;
216
- } | null;
217
- /**
218
- * Message included on the cheque stub. Set to `null` to remove during update.
219
- */
220
- message?: string | null;
221
- /**
222
- * Optional key-value metadata.
223
- */
224
- metadata?: {
225
- [key: string]: string;
226
- } | null;
227
- }
228
- export interface ChequeDeleteResponse {
229
- /**
230
- * Unique identifier for the order profile.
231
- */
232
- id: string;
233
- deleted: true;
234
- /**
235
- * Always `cheque_profile`.
236
- */
237
- object: 'cheque_profile';
238
- }
239
- export interface ChequeCreateParams {
240
- /**
241
- * Body param: ID of the bank account to use for the cheque. Required for creation.
242
- */
243
- bankAccount: string;
244
- /**
245
- * Body param: Enum representing the supported cheque sizes.
246
- */
247
- size: ChequesAPI.ChequeSize;
248
- /**
249
- * Query param: Optional list of related resources to expand in the response.
250
- */
251
- expand?: Array<string>;
252
- /**
253
- * Body param: Enum representing the supported currency codes.
254
- */
255
- currencyCode?: CurrencyCode;
256
- /**
257
- * Body param: An optional description for the profile. Set to `null` to remove
258
- * during update.
259
- */
260
- description?: string | null;
261
- /**
262
- * Body param: PDF file for an optional attached letter. Cannot be used with
263
- * `letterHTML` or `letterTemplate`. Input only.
264
- */
265
- letterPDF?: string;
266
- /**
267
- * Body param: ID of a template for an optional attached letter. Cannot be used
268
- * with `letterHTML` or `letterPDF`.
269
- */
270
- letterTemplate?: string;
271
- /**
272
- * Body param: A publicly accessible URL for the logo to print on the cheque. Set
273
- * to `null` to remove during update.
274
- */
275
- logo?: string | null;
276
- /**
277
- * Body param: Mailing class. Generally must be first class (or equivalent for
278
- * destination country) for cheques.
279
- */
280
- mailingClass?: BoxesAPI.OrderMailingClass;
281
- /**
282
- * Body param: Memo line text for the cheque. Set to `null` to remove during
283
- * update.
284
- */
285
- memo?: string | null;
286
- /**
287
- * Body param: Default merge variables for orders created using this profile.
288
- */
289
- mergeVariables?: {
290
- [key: string]: unknown;
291
- } | null;
292
- /**
293
- * Body param: Message included on the cheque stub. Set to `null` to remove during
294
- * update.
295
- */
296
- message?: string | null;
297
- /**
298
- * Body param: Optional key-value metadata.
299
- */
300
- metadata?: {
301
- [key: string]: string;
302
- } | null;
303
- }
304
- export interface ChequeRetrieveParams {
305
- /**
306
- * Optional list of related resources to expand in the response.
307
- */
308
- expand?: Array<string>;
309
- }
310
- export interface ChequeUpdateParams {
311
- /**
312
- * Body param: ID of the bank account to use for the cheque. Required for creation.
313
- */
314
- bankAccount: string;
315
- /**
316
- * Body param: Enum representing the supported cheque sizes.
317
- */
318
- size: ChequesAPI.ChequeSize;
319
- /**
320
- * Query param: Optional list of related resources to expand in the response.
321
- */
322
- expand?: Array<string>;
323
- /**
324
- * Body param: Enum representing the supported currency codes.
325
- */
326
- currencyCode?: CurrencyCode;
327
- /**
328
- * Body param: An optional description for the profile. Set to `null` to remove
329
- * during update.
330
- */
331
- description?: string | null;
332
- /**
333
- * Body param: PDF file for an optional attached letter. Cannot be used with
334
- * `letterHTML` or `letterTemplate`. Input only.
335
- */
336
- letterPDF?: string;
337
- /**
338
- * Body param: ID of a template for an optional attached letter. Cannot be used
339
- * with `letterHTML` or `letterPDF`.
340
- */
341
- letterTemplate?: string;
342
- /**
343
- * Body param: A publicly accessible URL for the logo to print on the cheque. Set
344
- * to `null` to remove during update.
345
- */
346
- logo?: string | null;
347
- /**
348
- * Body param: Mailing class. Generally must be first class (or equivalent for
349
- * destination country) for cheques.
350
- */
351
- mailingClass?: BoxesAPI.OrderMailingClass;
352
- /**
353
- * Body param: Memo line text for the cheque. Set to `null` to remove during
354
- * update.
355
- */
356
- memo?: string | null;
357
- /**
358
- * Body param: Default merge variables for orders created using this profile.
359
- */
360
- mergeVariables?: {
361
- [key: string]: unknown;
362
- } | null;
363
- /**
364
- * Body param: Message included on the cheque stub. Set to `null` to remove during
365
- * update.
366
- */
367
- message?: string | null;
368
- /**
369
- * Body param: Optional key-value metadata.
370
- */
371
- metadata?: {
372
- [key: string]: string;
373
- } | null;
374
- }
375
- export interface ChequeListParams extends SkipLimitParams {
376
- /**
377
- * You can supply any string to help narrow down the list of resources. For
378
- * example, if you pass `"New York"` (quoted), it will return resources that have
379
- * that string present somewhere in their response. Alternatively, you can supply a
380
- * structured search query. See the documentation on `StructuredSearchQuery` for
381
- * more details.
382
- */
383
- search?: string;
384
- }
385
- export declare namespace Cheques {
386
- export { type ChequeProfile as ChequeProfile, type CurrencyCode as CurrencyCode, type ChequeListResponse as ChequeListResponse, type ChequeDeleteResponse as ChequeDeleteResponse, type ChequeListResponsesSkipLimit as ChequeListResponsesSkipLimit, type ChequeCreateParams as ChequeCreateParams, type ChequeRetrieveParams as ChequeRetrieveParams, type ChequeUpdateParams as ChequeUpdateParams, type ChequeListParams as ChequeListParams, };
387
- }
388
- //# sourceMappingURL=cheques.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cheques.d.ts","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/cheques.ts"],"names":[],"mappings":"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"}
@@ -1,98 +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.Cheques = void 0;
5
- const resource_1 = require("../../../core/resource.js");
6
- const pagination_1 = require("../../../core/pagination.js");
7
- const path_1 = require("../../../internal/utils/path.js");
8
- class Cheques extends resource_1.APIResource {
9
- /**
10
- * Creates a new Cheque Profile. Requires a `bankAccount` ID. Can optionally
11
- * include an attached letter via `letterHTML`, `letterTemplate`, or `letterPDF`.
12
- * If providing `letterPDF` or `logo` (if logo needs upload, though schema suggests
13
- * URL), use `multipart/form-data`.
14
- *
15
- * @example
16
- * ```ts
17
- * const chequeProfile =
18
- * await client.printMail.orderProfiles.cheques.create({
19
- * bankAccount: 'bankAccount',
20
- * size: 'us_letter',
21
- * });
22
- * ```
23
- */
24
- create(params, options) {
25
- const { expand, ...body } = params;
26
- return this._client.post('/print-mail/v1/order_profiles/cheques', {
27
- query: { expand },
28
- body,
29
- ...options,
30
- });
31
- }
32
- /**
33
- * Retrieves the details of a specific Cheque Profile.
34
- *
35
- * @example
36
- * ```ts
37
- * const chequeProfile =
38
- * await client.printMail.orderProfiles.cheques.retrieve(
39
- * 'id',
40
- * );
41
- * ```
42
- */
43
- retrieve(id, query = {}, options) {
44
- return this._client.get((0, path_1.path) `/print-mail/v1/order_profiles/cheques/${id}`, { query, ...options });
45
- }
46
- /**
47
- * Updates specific fields of an existing Cheque Profile. If providing `letterPDF`
48
- * or `logo`, use `multipart/form-data`.
49
- *
50
- * @example
51
- * ```ts
52
- * const chequeProfile =
53
- * await client.printMail.orderProfiles.cheques.update(
54
- * 'id',
55
- * { bankAccount: 'bankAccount', size: 'us_letter' },
56
- * );
57
- * ```
58
- */
59
- update(id, params, options) {
60
- const { expand, ...body } = params;
61
- return this._client.post((0, path_1.path) `/print-mail/v1/order_profiles/cheques/${id}`, {
62
- query: { expand },
63
- body,
64
- ...options,
65
- });
66
- }
67
- /**
68
- * Retrieves a list of Cheque Profiles.
69
- *
70
- * @example
71
- * ```ts
72
- * // Automatically fetches more pages as needed.
73
- * for await (const chequeListResponse of client.printMail.orderProfiles.cheques.list()) {
74
- * // ...
75
- * }
76
- * ```
77
- */
78
- list(query = {}, options) {
79
- return this._client.getAPIList('/print-mail/v1/order_profiles/cheques', (pagination_1.SkipLimit), {
80
- query,
81
- ...options,
82
- });
83
- }
84
- /**
85
- * Deletes a Cheque Profile.
86
- *
87
- * @example
88
- * ```ts
89
- * const cheque =
90
- * await client.printMail.orderProfiles.cheques.delete('id');
91
- * ```
92
- */
93
- delete(id, options) {
94
- return this._client.delete((0, path_1.path) `/print-mail/v1/order_profiles/cheques/${id}`, options);
95
- }
96
- }
97
- exports.Cheques = Cheques;
98
- //# sourceMappingURL=cheques.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cheques.js","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/cheques.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,4DAAwF;AAExF,0DAAoD;AAEpD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,MAA0B,EAAE,OAAwB;QACzD,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uCAAuC,EAAE;YAChE,KAAK,EAAE,EAAE,MAAM,EAAE;YACjB,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CACN,EAAU,EACV,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,yCAAyC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,EAAU,EAAE,MAA0B,EAAE,OAAwB;QACrE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,yCAAyC,EAAE,EAAE,EAAE;YAC1E,KAAK,EAAE,EAAE,MAAM,EAAE;YACjB,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,uCAAuC,EAAE,CAAA,sBAA6B,CAAA,EAAE;YACrG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,yCAAyC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;CACF;AAnGD,0BAmGC"}
@@ -1,94 +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 { SkipLimit } from "../../../core/pagination.mjs";
4
- import { path } from "../../../internal/utils/path.mjs";
5
- export class Cheques extends APIResource {
6
- /**
7
- * Creates a new Cheque Profile. Requires a `bankAccount` ID. Can optionally
8
- * include an attached letter via `letterHTML`, `letterTemplate`, or `letterPDF`.
9
- * If providing `letterPDF` or `logo` (if logo needs upload, though schema suggests
10
- * URL), use `multipart/form-data`.
11
- *
12
- * @example
13
- * ```ts
14
- * const chequeProfile =
15
- * await client.printMail.orderProfiles.cheques.create({
16
- * bankAccount: 'bankAccount',
17
- * size: 'us_letter',
18
- * });
19
- * ```
20
- */
21
- create(params, options) {
22
- const { expand, ...body } = params;
23
- return this._client.post('/print-mail/v1/order_profiles/cheques', {
24
- query: { expand },
25
- body,
26
- ...options,
27
- });
28
- }
29
- /**
30
- * Retrieves the details of a specific Cheque Profile.
31
- *
32
- * @example
33
- * ```ts
34
- * const chequeProfile =
35
- * await client.printMail.orderProfiles.cheques.retrieve(
36
- * 'id',
37
- * );
38
- * ```
39
- */
40
- retrieve(id, query = {}, options) {
41
- return this._client.get(path `/print-mail/v1/order_profiles/cheques/${id}`, { query, ...options });
42
- }
43
- /**
44
- * Updates specific fields of an existing Cheque Profile. If providing `letterPDF`
45
- * or `logo`, use `multipart/form-data`.
46
- *
47
- * @example
48
- * ```ts
49
- * const chequeProfile =
50
- * await client.printMail.orderProfiles.cheques.update(
51
- * 'id',
52
- * { bankAccount: 'bankAccount', size: 'us_letter' },
53
- * );
54
- * ```
55
- */
56
- update(id, params, options) {
57
- const { expand, ...body } = params;
58
- return this._client.post(path `/print-mail/v1/order_profiles/cheques/${id}`, {
59
- query: { expand },
60
- body,
61
- ...options,
62
- });
63
- }
64
- /**
65
- * Retrieves a list of Cheque Profiles.
66
- *
67
- * @example
68
- * ```ts
69
- * // Automatically fetches more pages as needed.
70
- * for await (const chequeListResponse of client.printMail.orderProfiles.cheques.list()) {
71
- * // ...
72
- * }
73
- * ```
74
- */
75
- list(query = {}, options) {
76
- return this._client.getAPIList('/print-mail/v1/order_profiles/cheques', (SkipLimit), {
77
- query,
78
- ...options,
79
- });
80
- }
81
- /**
82
- * Deletes a Cheque Profile.
83
- *
84
- * @example
85
- * ```ts
86
- * const cheque =
87
- * await client.printMail.orderProfiles.cheques.delete('id');
88
- * ```
89
- */
90
- delete(id, options) {
91
- return this._client.delete(path `/print-mail/v1/order_profiles/cheques/${id}`, options);
92
- }
93
- }
94
- //# sourceMappingURL=cheques.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cheques.mjs","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/cheques.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAe,SAAS,EAAwB;OAEhD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,MAA0B,EAAE,OAAwB;QACzD,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uCAAuC,EAAE;YAChE,KAAK,EAAE,EAAE,MAAM,EAAE;YACjB,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CACN,EAAU,EACV,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yCAAyC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,EAAU,EAAE,MAA0B,EAAE,OAAwB;QACrE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,yCAAyC,EAAE,EAAE,EAAE;YAC1E,KAAK,EAAE,EAAE,MAAM,EAAE;YACjB,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,uCAAuC,EAAE,CAAA,SAA6B,CAAA,EAAE;YACrG,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,yCAAyC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;CACF"}
@@ -1,6 +0,0 @@
1
- export { Cheques, type ChequeProfile, type CurrencyCode, type ChequeListResponse, type ChequeDeleteResponse, type ChequeCreateParams, type ChequeRetrieveParams, type ChequeUpdateParams, type ChequeListParams, type ChequeListResponsesSkipLimit, } from "./cheques.mjs";
2
- export { Letters, type LetterProfile, type LetterDeleteResponse, type LetterCreateParams, type LetterRetrieveParams, type LetterUpdateParams, type LetterListParams, type LetterProfilesSkipLimit, } from "./letters.mjs";
3
- export { OrderProfiles } from "./order-profiles.mjs";
4
- export { Postcards, type PostcardProfile, type PostcardSize, type PostcardDeleteResponse, type PostcardCreateParams, type PostcardRetrieveParams, type PostcardUpdateParams, type PostcardListParams, type PostcardProfilesSkipLimit, } from "./postcards.mjs";
5
- export { SelfMailers, type SelfMailerProfile, type SelfMailerSize, type SelfMailerDeleteResponse, type SelfMailerCreateParams, type SelfMailerRetrieveParams, type SelfMailerUpdateParams, type SelfMailerListParams, type SelfMailerProfilesSkipLimit, } from "./self-mailers.mjs";
6
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,4BAA4B,GAClC;OACM,EACL,OAAO,EACP,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,GAC7B;OACM,EAAE,aAAa,EAAE;OACjB,EACL,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,yBAAyB,GAC/B;OACM,EACL,WAAW,EACX,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC"}
@@ -1,6 +0,0 @@
1
- export { Cheques, type ChequeProfile, type CurrencyCode, type ChequeListResponse, type ChequeDeleteResponse, type ChequeCreateParams, type ChequeRetrieveParams, type ChequeUpdateParams, type ChequeListParams, type ChequeListResponsesSkipLimit, } from "./cheques.js";
2
- export { Letters, type LetterProfile, type LetterDeleteResponse, type LetterCreateParams, type LetterRetrieveParams, type LetterUpdateParams, type LetterListParams, type LetterProfilesSkipLimit, } from "./letters.js";
3
- export { OrderProfiles } from "./order-profiles.js";
4
- export { Postcards, type PostcardProfile, type PostcardSize, type PostcardDeleteResponse, type PostcardCreateParams, type PostcardRetrieveParams, type PostcardUpdateParams, type PostcardListParams, type PostcardProfilesSkipLimit, } from "./postcards.js";
5
- export { SelfMailers, type SelfMailerProfile, type SelfMailerSize, type SelfMailerDeleteResponse, type SelfMailerCreateParams, type SelfMailerRetrieveParams, type SelfMailerUpdateParams, type SelfMailerListParams, type SelfMailerProfilesSkipLimit, } from "./self-mailers.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,4BAA4B,GAClC;OACM,EACL,OAAO,EACP,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,GAC7B;OACM,EAAE,aAAa,EAAE;OACjB,EACL,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,yBAAyB,GAC/B;OACM,EACL,WAAW,EACX,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC"}
@@ -1,15 +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.SelfMailers = exports.Postcards = exports.OrderProfiles = exports.Letters = exports.Cheques = void 0;
5
- var cheques_1 = require("./cheques.js");
6
- Object.defineProperty(exports, "Cheques", { enumerable: true, get: function () { return cheques_1.Cheques; } });
7
- var letters_1 = require("./letters.js");
8
- Object.defineProperty(exports, "Letters", { enumerable: true, get: function () { return letters_1.Letters; } });
9
- var order_profiles_1 = require("./order-profiles.js");
10
- Object.defineProperty(exports, "OrderProfiles", { enumerable: true, get: function () { return order_profiles_1.OrderProfiles; } });
11
- var postcards_1 = require("./postcards.js");
12
- Object.defineProperty(exports, "Postcards", { enumerable: true, get: function () { return postcards_1.Postcards; } });
13
- var self_mailers_1 = require("./self-mailers.js");
14
- Object.defineProperty(exports, "SelfMailers", { enumerable: true, get: function () { return self_mailers_1.SelfMailers; } });
15
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAWmB;AAVjB,kGAAA,OAAO,OAAA;AAWT,wCASmB;AARjB,kGAAA,OAAO,OAAA;AAST,sDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,4CAUqB;AATnB,sGAAA,SAAS,OAAA;AAUX,kDAUwB;AATtB,2GAAA,WAAW,OAAA"}
@@ -1,7 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- export { Cheques, } from "./cheques.mjs";
3
- export { Letters, } from "./letters.mjs";
4
- export { OrderProfiles } from "./order-profiles.mjs";
5
- export { Postcards, } from "./postcards.mjs";
6
- export { SelfMailers, } from "./self-mailers.mjs";
7
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/print-mail/order-profiles/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,OAAO,GAUR;OACM,EACL,OAAO,GAQR;OACM,EAAE,aAAa,EAAE;OACjB,EACL,SAAS,GASV;OACM,EACL,WAAW,GASZ"}