postgrid-node 0.3.0 → 0.4.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 (238) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/client.d.mts +8 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +8 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js +8 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +9 -1
  9. package/client.mjs.map +1 -1
  10. package/core/pagination.d.mts +60 -0
  11. package/core/pagination.d.mts.map +1 -0
  12. package/core/pagination.d.ts +60 -0
  13. package/core/pagination.d.ts.map +1 -0
  14. package/core/pagination.js +107 -0
  15. package/core/pagination.js.map +1 -0
  16. package/core/pagination.mjs +101 -0
  17. package/core/pagination.mjs.map +1 -0
  18. package/index.d.mts +1 -0
  19. package/index.d.mts.map +1 -1
  20. package/index.d.ts +1 -0
  21. package/index.d.ts.map +1 -1
  22. package/index.js +3 -1
  23. package/index.js.map +1 -1
  24. package/index.mjs +1 -0
  25. package/index.mjs.map +1 -1
  26. package/internal/tslib.js +17 -17
  27. package/package.json +11 -1
  28. package/pagination.d.mts +2 -0
  29. package/pagination.d.mts.map +1 -0
  30. package/pagination.d.ts +2 -0
  31. package/pagination.d.ts.map +1 -0
  32. package/pagination.js +6 -0
  33. package/pagination.js.map +1 -0
  34. package/pagination.mjs +2 -0
  35. package/pagination.mjs.map +1 -0
  36. package/resources/index.d.mts +1 -1
  37. package/resources/index.d.mts.map +1 -1
  38. package/resources/index.d.ts +1 -1
  39. package/resources/index.d.ts.map +1 -1
  40. package/resources/index.js.map +1 -1
  41. package/resources/index.mjs +1 -1
  42. package/resources/index.mjs.map +1 -1
  43. package/resources/print-mail/bank-accounts.d.mts +9 -14
  44. package/resources/print-mail/bank-accounts.d.mts.map +1 -1
  45. package/resources/print-mail/bank-accounts.d.ts +9 -14
  46. package/resources/print-mail/bank-accounts.d.ts.map +1 -1
  47. package/resources/print-mail/bank-accounts.js +9 -3
  48. package/resources/print-mail/bank-accounts.js.map +1 -1
  49. package/resources/print-mail/bank-accounts.mjs +9 -3
  50. package/resources/print-mail/bank-accounts.mjs.map +1 -1
  51. package/resources/print-mail/boxes.d.mts +14 -566
  52. package/resources/print-mail/boxes.d.mts.map +1 -1
  53. package/resources/print-mail/boxes.d.ts +14 -566
  54. package/resources/print-mail/boxes.d.ts.map +1 -1
  55. package/resources/print-mail/boxes.js +6 -2
  56. package/resources/print-mail/boxes.js.map +1 -1
  57. package/resources/print-mail/boxes.mjs +6 -2
  58. package/resources/print-mail/boxes.mjs.map +1 -1
  59. package/resources/print-mail/campaigns.d.mts +9 -16
  60. package/resources/print-mail/campaigns.d.mts.map +1 -1
  61. package/resources/print-mail/campaigns.d.ts +9 -16
  62. package/resources/print-mail/campaigns.d.ts.map +1 -1
  63. package/resources/print-mail/campaigns.js +6 -2
  64. package/resources/print-mail/campaigns.js.map +1 -1
  65. package/resources/print-mail/campaigns.mjs +6 -2
  66. package/resources/print-mail/campaigns.mjs.map +1 -1
  67. package/resources/print-mail/cheques.d.mts +13 -426
  68. package/resources/print-mail/cheques.d.mts.map +1 -1
  69. package/resources/print-mail/cheques.d.ts +13 -426
  70. package/resources/print-mail/cheques.d.ts.map +1 -1
  71. package/resources/print-mail/cheques.js +6 -2
  72. package/resources/print-mail/cheques.js.map +1 -1
  73. package/resources/print-mail/cheques.mjs +6 -2
  74. package/resources/print-mail/cheques.mjs.map +1 -1
  75. package/resources/print-mail/contacts.d.mts +11 -152
  76. package/resources/print-mail/contacts.d.mts.map +1 -1
  77. package/resources/print-mail/contacts.d.ts +11 -152
  78. package/resources/print-mail/contacts.d.ts.map +1 -1
  79. package/resources/print-mail/contacts.js +6 -2
  80. package/resources/print-mail/contacts.js.map +1 -1
  81. package/resources/print-mail/contacts.mjs +6 -2
  82. package/resources/print-mail/contacts.mjs.map +1 -1
  83. package/resources/print-mail/index.d.mts +14 -14
  84. package/resources/print-mail/index.d.mts.map +1 -1
  85. package/resources/print-mail/index.d.ts +14 -14
  86. package/resources/print-mail/index.d.ts.map +1 -1
  87. package/resources/print-mail/index.js.map +1 -1
  88. package/resources/print-mail/index.mjs.map +1 -1
  89. package/resources/print-mail/letters.d.mts +14 -565
  90. package/resources/print-mail/letters.d.mts.map +1 -1
  91. package/resources/print-mail/letters.d.ts +14 -565
  92. package/resources/print-mail/letters.d.ts.map +1 -1
  93. package/resources/print-mail/letters.js +6 -2
  94. package/resources/print-mail/letters.js.map +1 -1
  95. package/resources/print-mail/letters.mjs +6 -2
  96. package/resources/print-mail/letters.mjs.map +1 -1
  97. package/resources/print-mail/mailing-list-imports.d.mts +9 -17
  98. package/resources/print-mail/mailing-list-imports.d.mts.map +1 -1
  99. package/resources/print-mail/mailing-list-imports.d.ts +9 -17
  100. package/resources/print-mail/mailing-list-imports.d.ts.map +1 -1
  101. package/resources/print-mail/mailing-list-imports.js +6 -3
  102. package/resources/print-mail/mailing-list-imports.js.map +1 -1
  103. package/resources/print-mail/mailing-list-imports.mjs +6 -3
  104. package/resources/print-mail/mailing-list-imports.mjs.map +1 -1
  105. package/resources/print-mail/mailing-lists.d.mts +9 -17
  106. package/resources/print-mail/mailing-lists.d.mts.map +1 -1
  107. package/resources/print-mail/mailing-lists.d.ts +9 -17
  108. package/resources/print-mail/mailing-lists.d.ts.map +1 -1
  109. package/resources/print-mail/mailing-lists.js +9 -3
  110. package/resources/print-mail/mailing-lists.js.map +1 -1
  111. package/resources/print-mail/mailing-lists.mjs +9 -3
  112. package/resources/print-mail/mailing-lists.mjs.map +1 -1
  113. package/resources/print-mail/order-profiles/cheques.d.mts +80 -90
  114. package/resources/print-mail/order-profiles/cheques.d.mts.map +1 -1
  115. package/resources/print-mail/order-profiles/cheques.d.ts +80 -90
  116. package/resources/print-mail/order-profiles/cheques.d.ts.map +1 -1
  117. package/resources/print-mail/order-profiles/cheques.js +9 -3
  118. package/resources/print-mail/order-profiles/cheques.js.map +1 -1
  119. package/resources/print-mail/order-profiles/cheques.mjs +9 -3
  120. package/resources/print-mail/order-profiles/cheques.mjs.map +1 -1
  121. package/resources/print-mail/order-profiles/index.d.mts +4 -4
  122. package/resources/print-mail/order-profiles/index.d.mts.map +1 -1
  123. package/resources/print-mail/order-profiles/index.d.ts +4 -4
  124. package/resources/print-mail/order-profiles/index.d.ts.map +1 -1
  125. package/resources/print-mail/order-profiles/index.js.map +1 -1
  126. package/resources/print-mail/order-profiles/index.mjs.map +1 -1
  127. package/resources/print-mail/order-profiles/letters.d.mts +9 -17
  128. package/resources/print-mail/order-profiles/letters.d.mts.map +1 -1
  129. package/resources/print-mail/order-profiles/letters.d.ts +9 -17
  130. package/resources/print-mail/order-profiles/letters.d.ts.map +1 -1
  131. package/resources/print-mail/order-profiles/letters.js +9 -3
  132. package/resources/print-mail/order-profiles/letters.js.map +1 -1
  133. package/resources/print-mail/order-profiles/letters.mjs +9 -3
  134. package/resources/print-mail/order-profiles/letters.mjs.map +1 -1
  135. package/resources/print-mail/order-profiles/order-profiles.d.mts +8 -8
  136. package/resources/print-mail/order-profiles/order-profiles.d.mts.map +1 -1
  137. package/resources/print-mail/order-profiles/order-profiles.d.ts +8 -8
  138. package/resources/print-mail/order-profiles/order-profiles.d.ts.map +1 -1
  139. package/resources/print-mail/order-profiles/order-profiles.js.map +1 -1
  140. package/resources/print-mail/order-profiles/order-profiles.mjs.map +1 -1
  141. package/resources/print-mail/order-profiles/postcards.d.mts +9 -17
  142. package/resources/print-mail/order-profiles/postcards.d.mts.map +1 -1
  143. package/resources/print-mail/order-profiles/postcards.d.ts +9 -17
  144. package/resources/print-mail/order-profiles/postcards.d.ts.map +1 -1
  145. package/resources/print-mail/order-profiles/postcards.js +9 -3
  146. package/resources/print-mail/order-profiles/postcards.js.map +1 -1
  147. package/resources/print-mail/order-profiles/postcards.mjs +9 -3
  148. package/resources/print-mail/order-profiles/postcards.mjs.map +1 -1
  149. package/resources/print-mail/order-profiles/self-mailers.d.mts +9 -17
  150. package/resources/print-mail/order-profiles/self-mailers.d.mts.map +1 -1
  151. package/resources/print-mail/order-profiles/self-mailers.d.ts +9 -17
  152. package/resources/print-mail/order-profiles/self-mailers.d.ts.map +1 -1
  153. package/resources/print-mail/order-profiles/self-mailers.js +6 -3
  154. package/resources/print-mail/order-profiles/self-mailers.js.map +1 -1
  155. package/resources/print-mail/order-profiles/self-mailers.mjs +6 -3
  156. package/resources/print-mail/order-profiles/self-mailers.mjs.map +1 -1
  157. package/resources/print-mail/postcards.d.mts +16 -841
  158. package/resources/print-mail/postcards.d.mts.map +1 -1
  159. package/resources/print-mail/postcards.d.ts +16 -841
  160. package/resources/print-mail/postcards.d.ts.map +1 -1
  161. package/resources/print-mail/postcards.js +6 -2
  162. package/resources/print-mail/postcards.js.map +1 -1
  163. package/resources/print-mail/postcards.mjs +6 -2
  164. package/resources/print-mail/postcards.mjs.map +1 -1
  165. package/resources/print-mail/print-mail.d.mts +163 -26
  166. package/resources/print-mail/print-mail.d.mts.map +1 -1
  167. package/resources/print-mail/print-mail.d.ts +163 -26
  168. package/resources/print-mail/print-mail.d.ts.map +1 -1
  169. package/resources/print-mail/print-mail.js.map +1 -1
  170. package/resources/print-mail/print-mail.mjs.map +1 -1
  171. package/resources/print-mail/reports/index.d.mts +1 -1
  172. package/resources/print-mail/reports/index.d.mts.map +1 -1
  173. package/resources/print-mail/reports/index.d.ts +1 -1
  174. package/resources/print-mail/reports/index.d.ts.map +1 -1
  175. package/resources/print-mail/reports/reports.d.mts +9 -16
  176. package/resources/print-mail/reports/reports.d.mts.map +1 -1
  177. package/resources/print-mail/reports/reports.d.ts +9 -16
  178. package/resources/print-mail/reports/reports.d.ts.map +1 -1
  179. package/resources/print-mail/reports/reports.js +6 -2
  180. package/resources/print-mail/reports/reports.js.map +1 -1
  181. package/resources/print-mail/reports/reports.mjs +6 -2
  182. package/resources/print-mail/reports/reports.mjs.map +1 -1
  183. package/resources/print-mail/self-mailers.d.mts +16 -842
  184. package/resources/print-mail/self-mailers.d.mts.map +1 -1
  185. package/resources/print-mail/self-mailers.d.ts +16 -842
  186. package/resources/print-mail/self-mailers.d.ts.map +1 -1
  187. package/resources/print-mail/self-mailers.js +9 -3
  188. package/resources/print-mail/self-mailers.js.map +1 -1
  189. package/resources/print-mail/self-mailers.mjs +9 -3
  190. package/resources/print-mail/self-mailers.mjs.map +1 -1
  191. package/resources/print-mail/sub-organizations.d.mts +9 -14
  192. package/resources/print-mail/sub-organizations.d.mts.map +1 -1
  193. package/resources/print-mail/sub-organizations.d.ts +9 -14
  194. package/resources/print-mail/sub-organizations.d.ts.map +1 -1
  195. package/resources/print-mail/sub-organizations.js +9 -3
  196. package/resources/print-mail/sub-organizations.js.map +1 -1
  197. package/resources/print-mail/sub-organizations.mjs +9 -3
  198. package/resources/print-mail/sub-organizations.mjs.map +1 -1
  199. package/resources/print-mail/templates.d.mts +9 -13
  200. package/resources/print-mail/templates.d.mts.map +1 -1
  201. package/resources/print-mail/templates.d.ts +9 -13
  202. package/resources/print-mail/templates.d.ts.map +1 -1
  203. package/resources/print-mail/templates.js +6 -2
  204. package/resources/print-mail/templates.js.map +1 -1
  205. package/resources/print-mail/templates.mjs +6 -2
  206. package/resources/print-mail/templates.mjs.map +1 -1
  207. package/src/client.ts +34 -2
  208. package/src/core/pagination.ts +171 -0
  209. package/src/index.ts +1 -0
  210. package/src/pagination.ts +2 -0
  211. package/src/resources/index.ts +5 -1
  212. package/src/resources/print-mail/bank-accounts.ts +14 -22
  213. package/src/resources/print-mail/boxes.ts +19 -686
  214. package/src/resources/print-mail/campaigns.ts +11 -24
  215. package/src/resources/print-mail/cheques.ts +15 -527
  216. package/src/resources/print-mail/contacts.ts +14 -189
  217. package/src/resources/print-mail/index.ts +14 -14
  218. package/src/resources/print-mail/letters.ts +16 -697
  219. package/src/resources/print-mail/mailing-list-imports.ts +15 -25
  220. package/src/resources/print-mail/mailing-lists.ts +14 -25
  221. package/src/resources/print-mail/order-profiles/cheques.ts +91 -103
  222. package/src/resources/print-mail/order-profiles/index.ts +4 -3
  223. package/src/resources/print-mail/order-profiles/letters.ts +14 -25
  224. package/src/resources/print-mail/order-profiles/order-profiles.ts +8 -6
  225. package/src/resources/print-mail/order-profiles/postcards.ts +14 -25
  226. package/src/resources/print-mail/order-profiles/self-mailers.ts +15 -25
  227. package/src/resources/print-mail/postcards.ts +18 -1035
  228. package/src/resources/print-mail/print-mail.ts +195 -26
  229. package/src/resources/print-mail/reports/index.ts +1 -1
  230. package/src/resources/print-mail/reports/reports.ts +11 -24
  231. package/src/resources/print-mail/self-mailers.ts +21 -1036
  232. package/src/resources/print-mail/sub-organizations.ts +14 -22
  233. package/src/resources/print-mail/templates.ts +11 -21
  234. package/src/version.ts +1 -1
  235. package/version.d.mts +1 -1
  236. package/version.d.ts +1 -1
  237. package/version.js +1 -1
  238. package/version.mjs +1 -1
@@ -1,7 +1,9 @@
1
1
  import { APIResource } from "../../core/resource.mjs";
2
2
  import * as BoxesAPI from "./boxes.mjs";
3
3
  import * as ContactsAPI from "./contacts.mjs";
4
+ import * as PrintMailAPI from "./print-mail.mjs";
4
5
  import { APIPromise } from "../../core/api-promise.mjs";
6
+ import { PagePromise, SkipLimit, type SkipLimitParams } from "../../core/pagination.mjs";
5
7
  import { RequestOptions } from "../../internal/request-options.mjs";
6
8
  export declare class Letters extends APIResource {
7
9
  /**
@@ -38,10 +40,13 @@ export declare class Letters extends APIResource {
38
40
  *
39
41
  * @example
40
42
  * ```ts
41
- * const letters = await client.printMail.letters.list();
43
+ * // Automatically fetches more pages as needed.
44
+ * for await (const letter of client.printMail.letters.list()) {
45
+ * // ...
46
+ * }
42
47
  * ```
43
48
  */
44
- list(query?: LetterListParams | null | undefined, options?: RequestOptions): APIPromise<LetterListResponse>;
49
+ list(query?: LetterListParams | null | undefined, options?: RequestOptions): PagePromise<LettersSkipLimit, Letter>;
45
50
  /**
46
51
  * Cancel a letter by ID. Note that this operation cannot be undone.
47
52
  *
@@ -68,6 +73,7 @@ export declare class Letters extends APIResource {
68
73
  */
69
74
  retrieveURL(id: string, options?: RequestOptions): APIPromise<LetterRetrieveURLResponse>;
70
75
  }
76
+ export type LettersSkipLimit = SkipLimit<Letter>;
71
77
  /**
72
78
  * Enum representing the placement of the address on the letter.
73
79
  */
@@ -311,13 +317,6 @@ export declare namespace PlasticCard {
311
317
  template?: string;
312
318
  }
313
319
  }
314
- export interface LetterListResponse {
315
- data: Array<Letter>;
316
- limit: number;
317
- object: 'list';
318
- skip: number;
319
- totalCount: number;
320
- }
321
320
  export interface LetterRetrieveURLResponse {
322
321
  /**
323
322
  * A unique ID prefixed with letter\_
@@ -337,7 +336,7 @@ export declare namespace LetterCreateParams {
337
336
  * The contact information of the sender. You can pass contact information inline
338
337
  * here just like you can for the `to`.
339
338
  */
340
- from: LetterCreateWithHTML.ContactCreateWithFirstName | LetterCreateWithHTML.ContactCreateWithCompanyName | string;
339
+ from: PrintMailAPI.ContactCreateWithFirstName | PrintMailAPI.ContactCreateWithCompanyName | string;
341
340
  /**
342
341
  * The HTML content for the letter. You can supply _either_ this or `template` but
343
342
  * not both.
@@ -349,7 +348,7 @@ export declare namespace LetterCreateParams {
349
348
  * contacts regardless of whether you provide the information inline here or call
350
349
  * the contact creation endpoint.
351
350
  */
352
- to: LetterCreateWithHTML.ContactCreateWithFirstName | LetterCreateWithHTML.ContactCreateWithCompanyName | string;
351
+ to: PrintMailAPI.ContactCreateWithFirstName | PrintMailAPI.ContactCreateWithCompanyName | string;
353
352
  /**
354
353
  * Enum representing the placement of the address on the letter.
355
354
  */
@@ -419,280 +418,6 @@ export declare namespace LetterCreateParams {
419
418
  */
420
419
  size?: LetterSize;
421
420
  }
422
- namespace LetterCreateWithHTML {
423
- interface ContactCreateWithFirstName {
424
- /**
425
- * The first line of the contact's address.
426
- */
427
- addressLine1: string;
428
- /**
429
- * The ISO 3611-1 country code of the contact's address.
430
- */
431
- countryCode: string;
432
- firstName: string;
433
- /**
434
- * Second line of the contact's address, if applicable.
435
- */
436
- addressLine2?: string;
437
- /**
438
- * The city of the contact's address.
439
- */
440
- city?: string;
441
- /**
442
- * Company name of the contact.
443
- */
444
- companyName?: string;
445
- /**
446
- * An optional string describing this resource. Will be visible in the API and the
447
- * dashboard.
448
- */
449
- description?: string;
450
- /**
451
- * Email of the contact.
452
- */
453
- email?: string;
454
- /**
455
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
456
- * `verified` even if our address verification system says otherwise.
457
- */
458
- forceVerifiedStatus?: boolean;
459
- /**
460
- * Job title of the contact.
461
- */
462
- jobTitle?: string;
463
- /**
464
- * Last name of the contact.
465
- */
466
- lastName?: string;
467
- /**
468
- * See the section on Metadata.
469
- */
470
- metadata?: {
471
- [key: string]: unknown;
472
- };
473
- /**
474
- * Phone number of the contact.
475
- */
476
- phoneNumber?: string;
477
- /**
478
- * The postal or ZIP code of the contact's address.
479
- */
480
- postalOrZip?: string;
481
- /**
482
- * Province or state of the contact's address.
483
- */
484
- provinceOrState?: string;
485
- /**
486
- * If `true`, PostGrid will skip running this contact's address through our address
487
- * verification system.
488
- */
489
- skipVerification?: boolean;
490
- }
491
- interface ContactCreateWithCompanyName {
492
- /**
493
- * The first line of the contact's address.
494
- */
495
- addressLine1: string;
496
- companyName: string;
497
- /**
498
- * The ISO 3611-1 country code of the contact's address.
499
- */
500
- countryCode: string;
501
- /**
502
- * Second line of the contact's address, if applicable.
503
- */
504
- addressLine2?: string;
505
- /**
506
- * The city of the contact's address.
507
- */
508
- city?: string;
509
- /**
510
- * An optional string describing this resource. Will be visible in the API and the
511
- * dashboard.
512
- */
513
- description?: string;
514
- /**
515
- * Email of the contact.
516
- */
517
- email?: string;
518
- /**
519
- * First name of the contact.
520
- */
521
- firstName?: string;
522
- /**
523
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
524
- * `verified` even if our address verification system says otherwise.
525
- */
526
- forceVerifiedStatus?: boolean;
527
- /**
528
- * Job title of the contact.
529
- */
530
- jobTitle?: string;
531
- /**
532
- * Last name of the contact.
533
- */
534
- lastName?: string;
535
- /**
536
- * See the section on Metadata.
537
- */
538
- metadata?: {
539
- [key: string]: unknown;
540
- };
541
- /**
542
- * Phone number of the contact.
543
- */
544
- phoneNumber?: string;
545
- /**
546
- * The postal or ZIP code of the contact's address.
547
- */
548
- postalOrZip?: string;
549
- /**
550
- * Province or state of the contact's address.
551
- */
552
- provinceOrState?: string;
553
- /**
554
- * If `true`, PostGrid will skip running this contact's address through our address
555
- * verification system.
556
- */
557
- skipVerification?: boolean;
558
- }
559
- interface ContactCreateWithFirstName {
560
- /**
561
- * The first line of the contact's address.
562
- */
563
- addressLine1: string;
564
- /**
565
- * The ISO 3611-1 country code of the contact's address.
566
- */
567
- countryCode: string;
568
- firstName: string;
569
- /**
570
- * Second line of the contact's address, if applicable.
571
- */
572
- addressLine2?: string;
573
- /**
574
- * The city of the contact's address.
575
- */
576
- city?: string;
577
- /**
578
- * Company name of the contact.
579
- */
580
- companyName?: string;
581
- /**
582
- * An optional string describing this resource. Will be visible in the API and the
583
- * dashboard.
584
- */
585
- description?: string;
586
- /**
587
- * Email of the contact.
588
- */
589
- email?: string;
590
- /**
591
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
592
- * `verified` even if our address verification system says otherwise.
593
- */
594
- forceVerifiedStatus?: boolean;
595
- /**
596
- * Job title of the contact.
597
- */
598
- jobTitle?: string;
599
- /**
600
- * Last name of the contact.
601
- */
602
- lastName?: string;
603
- /**
604
- * See the section on Metadata.
605
- */
606
- metadata?: {
607
- [key: string]: unknown;
608
- };
609
- /**
610
- * Phone number of the contact.
611
- */
612
- phoneNumber?: string;
613
- /**
614
- * The postal or ZIP code of the contact's address.
615
- */
616
- postalOrZip?: string;
617
- /**
618
- * Province or state of the contact's address.
619
- */
620
- provinceOrState?: string;
621
- /**
622
- * If `true`, PostGrid will skip running this contact's address through our address
623
- * verification system.
624
- */
625
- skipVerification?: boolean;
626
- }
627
- interface ContactCreateWithCompanyName {
628
- /**
629
- * The first line of the contact's address.
630
- */
631
- addressLine1: string;
632
- companyName: string;
633
- /**
634
- * The ISO 3611-1 country code of the contact's address.
635
- */
636
- countryCode: string;
637
- /**
638
- * Second line of the contact's address, if applicable.
639
- */
640
- addressLine2?: string;
641
- /**
642
- * The city of the contact's address.
643
- */
644
- city?: string;
645
- /**
646
- * An optional string describing this resource. Will be visible in the API and the
647
- * dashboard.
648
- */
649
- description?: string;
650
- /**
651
- * Email of the contact.
652
- */
653
- email?: string;
654
- /**
655
- * First name of the contact.
656
- */
657
- firstName?: string;
658
- /**
659
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
660
- * `verified` even if our address verification system says otherwise.
661
- */
662
- forceVerifiedStatus?: boolean;
663
- /**
664
- * Job title of the contact.
665
- */
666
- jobTitle?: string;
667
- /**
668
- * Last name of the contact.
669
- */
670
- lastName?: string;
671
- /**
672
- * See the section on Metadata.
673
- */
674
- metadata?: {
675
- [key: string]: unknown;
676
- };
677
- /**
678
- * Phone number of the contact.
679
- */
680
- phoneNumber?: string;
681
- /**
682
- * The postal or ZIP code of the contact's address.
683
- */
684
- postalOrZip?: string;
685
- /**
686
- * Province or state of the contact's address.
687
- */
688
- provinceOrState?: string;
689
- /**
690
- * If `true`, PostGrid will skip running this contact's address through our address
691
- * verification system.
692
- */
693
- skipVerification?: boolean;
694
- }
695
- }
696
421
  interface LetterCreateWithTemplate {
697
422
  /**
698
423
  * The template ID for the letter. You can supply _either_ this or `html` but not
@@ -705,7 +430,7 @@ export declare namespace LetterCreateParams {
705
430
  * The contact information of the sender. You can pass contact information inline
706
431
  * here just like you can for the `to`.
707
432
  */
708
- from: LetterCreateWithPdf.ContactCreateWithFirstName | LetterCreateWithPdf.ContactCreateWithCompanyName | string;
433
+ from: PrintMailAPI.ContactCreateWithFirstName | PrintMailAPI.ContactCreateWithCompanyName | string;
709
434
  /**
710
435
  * A URL pointing to a PDF file for the letter or the PDF file itself.
711
436
  */
@@ -716,7 +441,7 @@ export declare namespace LetterCreateParams {
716
441
  * contacts regardless of whether you provide the information inline here or call
717
442
  * the contact creation endpoint.
718
443
  */
719
- to: LetterCreateWithPdf.ContactCreateWithFirstName | LetterCreateWithPdf.ContactCreateWithCompanyName | string;
444
+ to: PrintMailAPI.ContactCreateWithFirstName | PrintMailAPI.ContactCreateWithCompanyName | string;
720
445
  /**
721
446
  * Enum representing the placement of the address on the letter.
722
447
  */
@@ -786,283 +511,8 @@ export declare namespace LetterCreateParams {
786
511
  */
787
512
  size?: LetterSize;
788
513
  }
789
- namespace LetterCreateWithPdf {
790
- interface ContactCreateWithFirstName {
791
- /**
792
- * The first line of the contact's address.
793
- */
794
- addressLine1: string;
795
- /**
796
- * The ISO 3611-1 country code of the contact's address.
797
- */
798
- countryCode: string;
799
- firstName: string;
800
- /**
801
- * Second line of the contact's address, if applicable.
802
- */
803
- addressLine2?: string;
804
- /**
805
- * The city of the contact's address.
806
- */
807
- city?: string;
808
- /**
809
- * Company name of the contact.
810
- */
811
- companyName?: string;
812
- /**
813
- * An optional string describing this resource. Will be visible in the API and the
814
- * dashboard.
815
- */
816
- description?: string;
817
- /**
818
- * Email of the contact.
819
- */
820
- email?: string;
821
- /**
822
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
823
- * `verified` even if our address verification system says otherwise.
824
- */
825
- forceVerifiedStatus?: boolean;
826
- /**
827
- * Job title of the contact.
828
- */
829
- jobTitle?: string;
830
- /**
831
- * Last name of the contact.
832
- */
833
- lastName?: string;
834
- /**
835
- * See the section on Metadata.
836
- */
837
- metadata?: {
838
- [key: string]: unknown;
839
- };
840
- /**
841
- * Phone number of the contact.
842
- */
843
- phoneNumber?: string;
844
- /**
845
- * The postal or ZIP code of the contact's address.
846
- */
847
- postalOrZip?: string;
848
- /**
849
- * Province or state of the contact's address.
850
- */
851
- provinceOrState?: string;
852
- /**
853
- * If `true`, PostGrid will skip running this contact's address through our address
854
- * verification system.
855
- */
856
- skipVerification?: boolean;
857
- }
858
- interface ContactCreateWithCompanyName {
859
- /**
860
- * The first line of the contact's address.
861
- */
862
- addressLine1: string;
863
- companyName: string;
864
- /**
865
- * The ISO 3611-1 country code of the contact's address.
866
- */
867
- countryCode: string;
868
- /**
869
- * Second line of the contact's address, if applicable.
870
- */
871
- addressLine2?: string;
872
- /**
873
- * The city of the contact's address.
874
- */
875
- city?: string;
876
- /**
877
- * An optional string describing this resource. Will be visible in the API and the
878
- * dashboard.
879
- */
880
- description?: string;
881
- /**
882
- * Email of the contact.
883
- */
884
- email?: string;
885
- /**
886
- * First name of the contact.
887
- */
888
- firstName?: string;
889
- /**
890
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
891
- * `verified` even if our address verification system says otherwise.
892
- */
893
- forceVerifiedStatus?: boolean;
894
- /**
895
- * Job title of the contact.
896
- */
897
- jobTitle?: string;
898
- /**
899
- * Last name of the contact.
900
- */
901
- lastName?: string;
902
- /**
903
- * See the section on Metadata.
904
- */
905
- metadata?: {
906
- [key: string]: unknown;
907
- };
908
- /**
909
- * Phone number of the contact.
910
- */
911
- phoneNumber?: string;
912
- /**
913
- * The postal or ZIP code of the contact's address.
914
- */
915
- postalOrZip?: string;
916
- /**
917
- * Province or state of the contact's address.
918
- */
919
- provinceOrState?: string;
920
- /**
921
- * If `true`, PostGrid will skip running this contact's address through our address
922
- * verification system.
923
- */
924
- skipVerification?: boolean;
925
- }
926
- interface ContactCreateWithFirstName {
927
- /**
928
- * The first line of the contact's address.
929
- */
930
- addressLine1: string;
931
- /**
932
- * The ISO 3611-1 country code of the contact's address.
933
- */
934
- countryCode: string;
935
- firstName: string;
936
- /**
937
- * Second line of the contact's address, if applicable.
938
- */
939
- addressLine2?: string;
940
- /**
941
- * The city of the contact's address.
942
- */
943
- city?: string;
944
- /**
945
- * Company name of the contact.
946
- */
947
- companyName?: string;
948
- /**
949
- * An optional string describing this resource. Will be visible in the API and the
950
- * dashboard.
951
- */
952
- description?: string;
953
- /**
954
- * Email of the contact.
955
- */
956
- email?: string;
957
- /**
958
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
959
- * `verified` even if our address verification system says otherwise.
960
- */
961
- forceVerifiedStatus?: boolean;
962
- /**
963
- * Job title of the contact.
964
- */
965
- jobTitle?: string;
966
- /**
967
- * Last name of the contact.
968
- */
969
- lastName?: string;
970
- /**
971
- * See the section on Metadata.
972
- */
973
- metadata?: {
974
- [key: string]: unknown;
975
- };
976
- /**
977
- * Phone number of the contact.
978
- */
979
- phoneNumber?: string;
980
- /**
981
- * The postal or ZIP code of the contact's address.
982
- */
983
- postalOrZip?: string;
984
- /**
985
- * Province or state of the contact's address.
986
- */
987
- provinceOrState?: string;
988
- /**
989
- * If `true`, PostGrid will skip running this contact's address through our address
990
- * verification system.
991
- */
992
- skipVerification?: boolean;
993
- }
994
- interface ContactCreateWithCompanyName {
995
- /**
996
- * The first line of the contact's address.
997
- */
998
- addressLine1: string;
999
- companyName: string;
1000
- /**
1001
- * The ISO 3611-1 country code of the contact's address.
1002
- */
1003
- countryCode: string;
1004
- /**
1005
- * Second line of the contact's address, if applicable.
1006
- */
1007
- addressLine2?: string;
1008
- /**
1009
- * The city of the contact's address.
1010
- */
1011
- city?: string;
1012
- /**
1013
- * An optional string describing this resource. Will be visible in the API and the
1014
- * dashboard.
1015
- */
1016
- description?: string;
1017
- /**
1018
- * Email of the contact.
1019
- */
1020
- email?: string;
1021
- /**
1022
- * First name of the contact.
1023
- */
1024
- firstName?: string;
1025
- /**
1026
- * If `true`, PostGrid will force this contact to have an `addressStatus` of
1027
- * `verified` even if our address verification system says otherwise.
1028
- */
1029
- forceVerifiedStatus?: boolean;
1030
- /**
1031
- * Job title of the contact.
1032
- */
1033
- jobTitle?: string;
1034
- /**
1035
- * Last name of the contact.
1036
- */
1037
- lastName?: string;
1038
- /**
1039
- * See the section on Metadata.
1040
- */
1041
- metadata?: {
1042
- [key: string]: unknown;
1043
- };
1044
- /**
1045
- * Phone number of the contact.
1046
- */
1047
- phoneNumber?: string;
1048
- /**
1049
- * The postal or ZIP code of the contact's address.
1050
- */
1051
- postalOrZip?: string;
1052
- /**
1053
- * Province or state of the contact's address.
1054
- */
1055
- provinceOrState?: string;
1056
- /**
1057
- * If `true`, PostGrid will skip running this contact's address through our address
1058
- * verification system.
1059
- */
1060
- skipVerification?: boolean;
1061
- }
1062
- }
1063
514
  }
1064
- export interface LetterListParams {
1065
- limit?: number;
515
+ export interface LetterListParams extends SkipLimitParams {
1066
516
  /**
1067
517
  * You can supply any string to help narrow down the list of resources. For
1068
518
  * example, if you pass `"New York"` (quoted), it will return resources that have
@@ -1071,9 +521,8 @@ export interface LetterListParams {
1071
521
  * more details.
1072
522
  */
1073
523
  search?: string;
1074
- skip?: number;
1075
524
  }
1076
525
  export declare namespace Letters {
1077
- export { type AddressPlacement as AddressPlacement, type AttachedPdf as AttachedPdf, type Letter as Letter, type LetterSize as LetterSize, type PlasticCard as PlasticCard, type LetterListResponse as LetterListResponse, type LetterRetrieveURLResponse as LetterRetrieveURLResponse, type LetterCreateParams as LetterCreateParams, type LetterListParams as LetterListParams, };
526
+ export { type AddressPlacement as AddressPlacement, type AttachedPdf as AttachedPdf, type Letter as Letter, type LetterSize as LetterSize, type PlasticCard as PlasticCard, type LetterRetrieveURLResponse as LetterRetrieveURLResponse, type LettersSkipLimit as LettersSkipLimit, type LetterCreateParams as LetterCreateParams, type LetterListParams as LetterListParams, };
1078
527
  }
1079
528
  //# sourceMappingURL=letters.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"letters.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/letters.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"letters.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/letters.ts"],"names":[],"mappings":"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"}