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.
- package/CHANGELOG.md +93 -0
- package/LICENSE +1 -1
- package/README.md +15 -12
- package/client.d.mts +35 -15
- package/client.d.mts.map +1 -1
- package/client.d.ts +35 -15
- package/client.d.ts.map +1 -1
- package/client.js +61 -15
- package/client.js.map +1 -1
- package/client.mjs +62 -16
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/types.d.mts +6 -6
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +6 -6
- package/internal/types.d.ts.map +1 -1
- package/internal/utils/env.js +2 -2
- package/internal/utils/env.js.map +1 -1
- package/internal/utils/env.mjs +2 -2
- package/internal/utils/env.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +3 -2
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +3 -2
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/query.d.mts +5 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +5 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +23 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +20 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +9 -3
- package/resources/address-verification.d.mts +1689 -15
- package/resources/address-verification.d.mts.map +1 -1
- package/resources/address-verification.d.ts +1689 -15
- package/resources/address-verification.d.ts.map +1 -1
- package/resources/address-verification.js +200 -0
- package/resources/address-verification.js.map +1 -1
- package/resources/address-verification.mjs +200 -0
- package/resources/address-verification.mjs.map +1 -1
- package/resources/index.d.mts +3 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/intl-address-verification.d.mts +956 -35
- package/resources/intl-address-verification.d.mts.map +1 -1
- package/resources/intl-address-verification.d.ts +956 -35
- package/resources/intl-address-verification.d.ts.map +1 -1
- package/resources/intl-address-verification.js +121 -27
- package/resources/intl-address-verification.js.map +1 -1
- package/resources/intl-address-verification.mjs +121 -27
- package/resources/intl-address-verification.mjs.map +1 -1
- package/resources/print-mail/boxes.d.mts +733 -59
- package/resources/print-mail/boxes.d.mts.map +1 -1
- package/resources/print-mail/boxes.d.ts +733 -59
- package/resources/print-mail/boxes.d.ts.map +1 -1
- package/resources/print-mail/boxes.js +19 -1
- package/resources/print-mail/boxes.js.map +1 -1
- package/resources/print-mail/boxes.mjs +19 -1
- package/resources/print-mail/boxes.mjs.map +1 -1
- package/resources/print-mail/campaigns.d.mts +923 -34
- package/resources/print-mail/campaigns.d.mts.map +1 -1
- package/resources/print-mail/campaigns.d.ts +923 -34
- package/resources/print-mail/campaigns.d.ts.map +1 -1
- package/resources/print-mail/campaigns.js +10 -3
- package/resources/print-mail/campaigns.js.map +1 -1
- package/resources/print-mail/campaigns.mjs +10 -3
- package/resources/print-mail/campaigns.mjs.map +1 -1
- package/resources/print-mail/cheques.d.mts +60 -11
- package/resources/print-mail/cheques.d.mts.map +1 -1
- package/resources/print-mail/cheques.d.ts +60 -11
- package/resources/print-mail/cheques.d.ts.map +1 -1
- package/resources/print-mail/cheques.js +32 -0
- package/resources/print-mail/cheques.js.map +1 -1
- package/resources/print-mail/cheques.mjs +32 -0
- package/resources/print-mail/cheques.mjs.map +1 -1
- package/resources/print-mail/contacts.d.mts +138 -3
- package/resources/print-mail/contacts.d.mts.map +1 -1
- package/resources/print-mail/contacts.d.ts +138 -3
- package/resources/print-mail/contacts.d.ts.map +1 -1
- package/resources/print-mail/contacts.js.map +1 -1
- package/resources/print-mail/contacts.mjs.map +1 -1
- package/resources/print-mail/index.d.mts +12 -8
- package/resources/print-mail/index.d.mts.map +1 -1
- package/resources/print-mail/index.d.ts +12 -8
- package/resources/print-mail/index.d.ts.map +1 -1
- package/resources/print-mail/index.js +13 -5
- package/resources/print-mail/index.js.map +1 -1
- package/resources/print-mail/index.mjs +5 -1
- package/resources/print-mail/index.mjs.map +1 -1
- package/resources/print-mail/letters.d.mts +62 -13
- package/resources/print-mail/letters.d.mts.map +1 -1
- package/resources/print-mail/letters.d.ts +62 -13
- package/resources/print-mail/letters.d.ts.map +1 -1
- package/resources/print-mail/letters.js +32 -0
- package/resources/print-mail/letters.js.map +1 -1
- package/resources/print-mail/letters.mjs +32 -0
- package/resources/print-mail/letters.mjs.map +1 -1
- package/resources/print-mail/mailing-list-imports.d.mts +5 -1
- package/resources/print-mail/mailing-list-imports.d.mts.map +1 -1
- package/resources/print-mail/mailing-list-imports.d.ts +5 -1
- package/resources/print-mail/mailing-list-imports.d.ts.map +1 -1
- package/resources/print-mail/mailing-list-imports.js +4 -0
- package/resources/print-mail/mailing-list-imports.js.map +1 -1
- package/resources/print-mail/mailing-list-imports.mjs +4 -0
- package/resources/print-mail/mailing-list-imports.mjs.map +1 -1
- package/resources/print-mail/mailing-lists.d.mts +5 -1
- package/resources/print-mail/mailing-lists.d.mts.map +1 -1
- package/resources/print-mail/mailing-lists.d.ts +5 -1
- package/resources/print-mail/mailing-lists.d.ts.map +1 -1
- package/resources/print-mail/mailing-lists.js +4 -0
- package/resources/print-mail/mailing-lists.js.map +1 -1
- package/resources/print-mail/mailing-lists.mjs +4 -0
- package/resources/print-mail/mailing-lists.mjs.map +1 -1
- package/resources/print-mail/postcards.d.mts +90 -21
- package/resources/print-mail/postcards.d.mts.map +1 -1
- package/resources/print-mail/postcards.d.ts +90 -21
- package/resources/print-mail/postcards.d.ts.map +1 -1
- package/resources/print-mail/postcards.js +33 -0
- package/resources/print-mail/postcards.js.map +1 -1
- package/resources/print-mail/postcards.mjs +33 -0
- package/resources/print-mail/postcards.mjs.map +1 -1
- package/resources/print-mail/print-mail.d.mts +41 -162
- package/resources/print-mail/print-mail.d.mts.map +1 -1
- package/resources/print-mail/print-mail.d.ts +41 -162
- package/resources/print-mail/print-mail.d.ts.map +1 -1
- package/resources/print-mail/print-mail.js +34 -18
- package/resources/print-mail/print-mail.js.map +1 -1
- package/resources/print-mail/print-mail.mjs +34 -18
- package/resources/print-mail/print-mail.mjs.map +1 -1
- package/resources/print-mail/reports/exports.d.mts +7 -0
- package/resources/print-mail/reports/exports.d.mts.map +1 -1
- package/resources/print-mail/reports/exports.d.ts +7 -0
- package/resources/print-mail/reports/exports.d.ts.map +1 -1
- package/resources/print-mail/reports/exports.js +7 -0
- package/resources/print-mail/reports/exports.js.map +1 -1
- package/resources/print-mail/reports/exports.mjs +7 -0
- package/resources/print-mail/reports/exports.mjs.map +1 -1
- package/resources/print-mail/reports/reports.d.mts +7 -0
- package/resources/print-mail/reports/reports.d.mts.map +1 -1
- package/resources/print-mail/reports/reports.d.ts +7 -0
- package/resources/print-mail/reports/reports.d.ts.map +1 -1
- package/resources/print-mail/reports/reports.js +7 -0
- package/resources/print-mail/reports/reports.js.map +1 -1
- package/resources/print-mail/reports/reports.mjs +7 -0
- package/resources/print-mail/reports/reports.mjs.map +1 -1
- package/resources/print-mail/reports/samples.d.mts +7 -0
- package/resources/print-mail/reports/samples.d.mts.map +1 -1
- package/resources/print-mail/reports/samples.d.ts +7 -0
- package/resources/print-mail/reports/samples.d.ts.map +1 -1
- package/resources/print-mail/reports/samples.js +7 -0
- package/resources/print-mail/reports/samples.js.map +1 -1
- package/resources/print-mail/reports/samples.mjs +7 -0
- package/resources/print-mail/reports/samples.mjs.map +1 -1
- package/resources/print-mail/self-mailers.d.mts +52 -20
- package/resources/print-mail/self-mailers.d.mts.map +1 -1
- package/resources/print-mail/self-mailers.d.ts +52 -20
- package/resources/print-mail/self-mailers.d.ts.map +1 -1
- package/resources/print-mail/self-mailers.js +17 -0
- package/resources/print-mail/self-mailers.js.map +1 -1
- package/resources/print-mail/self-mailers.mjs +17 -0
- package/resources/print-mail/self-mailers.mjs.map +1 -1
- package/resources/print-mail/snap-packs.d.mts +1060 -0
- package/resources/print-mail/snap-packs.d.mts.map +1 -0
- package/resources/print-mail/snap-packs.d.ts +1060 -0
- package/resources/print-mail/snap-packs.d.ts.map +1 -0
- package/resources/print-mail/snap-packs.js +117 -0
- package/resources/print-mail/snap-packs.js.map +1 -0
- package/resources/print-mail/snap-packs.mjs +113 -0
- package/resources/print-mail/snap-packs.mjs.map +1 -0
- package/resources/print-mail/sub-organizations.d.mts +29 -17
- package/resources/print-mail/sub-organizations.d.mts.map +1 -1
- package/resources/print-mail/sub-organizations.d.ts +29 -17
- package/resources/print-mail/sub-organizations.d.ts.map +1 -1
- package/resources/print-mail/sub-organizations.js +26 -14
- package/resources/print-mail/sub-organizations.js.map +1 -1
- package/resources/print-mail/sub-organizations.mjs +26 -14
- package/resources/print-mail/sub-organizations.mjs.map +1 -1
- package/resources/print-mail/targeted-list-builds/filters.d.mts +92 -0
- package/resources/print-mail/targeted-list-builds/filters.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds/filters.d.ts +92 -0
- package/resources/print-mail/targeted-list-builds/filters.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds/filters.js +60 -0
- package/resources/print-mail/targeted-list-builds/filters.js.map +1 -0
- package/resources/print-mail/targeted-list-builds/filters.mjs +56 -0
- package/resources/print-mail/targeted-list-builds/filters.mjs.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.d.mts +3 -0
- package/resources/print-mail/targeted-list-builds/index.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.d.ts +3 -0
- package/resources/print-mail/targeted-list-builds/index.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.js +9 -0
- package/resources/print-mail/targeted-list-builds/index.js.map +1 -0
- package/resources/print-mail/targeted-list-builds/index.mjs +4 -0
- package/resources/print-mail/targeted-list-builds/index.mjs.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.mts +1633 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.ts +1633 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.js +154 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.js.map +1 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.mjs +149 -0
- package/resources/print-mail/targeted-list-builds/targeted-list-builds.mjs.map +1 -0
- package/resources/print-mail/targeted-list-builds.d.mts +2 -0
- package/resources/print-mail/targeted-list-builds.d.mts.map +1 -0
- package/resources/print-mail/targeted-list-builds.d.ts +2 -0
- package/resources/print-mail/targeted-list-builds.d.ts.map +1 -0
- package/resources/print-mail/targeted-list-builds.js +6 -0
- package/resources/print-mail/targeted-list-builds.js.map +1 -0
- package/resources/print-mail/targeted-list-builds.mjs +3 -0
- package/resources/print-mail/targeted-list-builds.mjs.map +1 -0
- package/resources/print-mail/template-editor-sessions.d.mts +355 -0
- package/resources/print-mail/template-editor-sessions.d.mts.map +1 -0
- package/resources/print-mail/template-editor-sessions.d.ts +355 -0
- package/resources/print-mail/template-editor-sessions.d.ts.map +1 -0
- package/resources/print-mail/template-editor-sessions.js +78 -0
- package/resources/print-mail/template-editor-sessions.js.map +1 -0
- package/resources/print-mail/template-editor-sessions.mjs +74 -0
- package/resources/print-mail/template-editor-sessions.mjs.map +1 -0
- package/resources/print-mail/trackers.d.mts +409 -0
- package/resources/print-mail/trackers.d.mts.map +1 -0
- package/resources/print-mail/trackers.d.ts +409 -0
- package/resources/print-mail/trackers.d.ts.map +1 -0
- package/resources/print-mail/trackers.js +116 -0
- package/resources/print-mail/trackers.js.map +1 -0
- package/resources/print-mail/trackers.mjs +112 -0
- package/resources/print-mail/trackers.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.d.mts +3 -0
- package/resources/print-mail/virtual-mailboxes/index.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.d.ts +3 -0
- package/resources/print-mail/virtual-mailboxes/index.d.ts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.js +9 -0
- package/resources/print-mail/virtual-mailboxes/index.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes/index.mjs +4 -0
- package/resources/print-mail/virtual-mailboxes/index.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.d.mts +235 -0
- package/resources/print-mail/virtual-mailboxes/items.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.d.ts +235 -0
- package/resources/print-mail/virtual-mailboxes/items.d.ts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.js +69 -0
- package/resources/print-mail/virtual-mailboxes/items.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes/items.mjs +65 -0
- package/resources/print-mail/virtual-mailboxes/items.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.mts +334 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.ts +334 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.d.ts.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.js +92 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.mjs +87 -0
- package/resources/print-mail/virtual-mailboxes/virtual-mailboxes.mjs.map +1 -0
- package/resources/print-mail/virtual-mailboxes.d.mts +2 -0
- package/resources/print-mail/virtual-mailboxes.d.mts.map +1 -0
- package/resources/print-mail/virtual-mailboxes.d.ts +2 -0
- package/resources/print-mail/virtual-mailboxes.d.ts.map +1 -0
- package/resources/print-mail/{order-profiles.js → virtual-mailboxes.js} +2 -2
- package/resources/print-mail/virtual-mailboxes.js.map +1 -0
- package/resources/print-mail/virtual-mailboxes.mjs +3 -0
- package/resources/print-mail/virtual-mailboxes.mjs.map +1 -0
- package/src/client.ts +123 -33
- package/src/internal/parse.ts +6 -0
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/env.ts +2 -2
- package/src/internal/utils/log.ts +2 -1
- package/src/internal/utils/query.ts +23 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/address-verification.ts +2190 -24
- package/src/resources/index.ts +24 -5
- package/src/resources/intl-address-verification.ts +1219 -43
- package/src/resources/print-mail/boxes.ts +1011 -99
- package/src/resources/print-mail/campaigns.ts +1449 -59
- package/src/resources/print-mail/cheques.ts +122 -10
- package/src/resources/print-mail/contacts.ts +167 -4
- package/src/resources/print-mail/index.ts +74 -11
- package/src/resources/print-mail/letters.ts +150 -12
- package/src/resources/print-mail/mailing-list-imports.ts +5 -1
- package/src/resources/print-mail/mailing-lists.ts +5 -1
- package/src/resources/print-mail/postcards.ts +208 -20
- package/src/resources/print-mail/print-mail.ts +239 -261
- package/src/resources/print-mail/reports/exports.ts +7 -0
- package/src/resources/print-mail/reports/reports.ts +7 -0
- package/src/resources/print-mail/reports/samples.ts +7 -0
- package/src/resources/print-mail/self-mailers.ts +162 -20
- package/src/resources/print-mail/snap-packs.ts +1484 -0
- package/src/resources/print-mail/sub-organizations.ts +35 -23
- package/src/resources/print-mail/targeted-list-builds/filters.ts +113 -0
- package/src/resources/print-mail/targeted-list-builds/index.ts +16 -0
- package/src/resources/print-mail/targeted-list-builds/targeted-list-builds.ts +2158 -0
- package/{resources/print-mail/order-profiles.mjs → src/resources/print-mail/targeted-list-builds.ts} +2 -2
- package/src/resources/print-mail/template-editor-sessions.ts +435 -0
- package/src/resources/print-mail/trackers.ts +513 -0
- package/src/resources/print-mail/virtual-mailboxes/index.ts +22 -0
- package/src/resources/print-mail/virtual-mailboxes/items.ts +296 -0
- package/src/resources/print-mail/virtual-mailboxes/virtual-mailboxes.ts +434 -0
- package/src/resources/print-mail/{order-profiles.ts → virtual-mailboxes.ts} +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/internal/qs/formats.d.mts +0 -7
- package/internal/qs/formats.d.mts.map +0 -1
- package/internal/qs/formats.d.ts +0 -7
- package/internal/qs/formats.d.ts.map +0 -1
- package/internal/qs/formats.js +0 -13
- package/internal/qs/formats.js.map +0 -1
- package/internal/qs/formats.mjs +0 -9
- package/internal/qs/formats.mjs.map +0 -1
- package/internal/qs/index.d.mts +0 -10
- package/internal/qs/index.d.mts.map +0 -1
- package/internal/qs/index.d.ts +0 -10
- package/internal/qs/index.d.ts.map +0 -1
- package/internal/qs/index.js +0 -14
- package/internal/qs/index.js.map +0 -1
- package/internal/qs/index.mjs +0 -10
- package/internal/qs/index.mjs.map +0 -1
- package/internal/qs/stringify.d.mts +0 -3
- package/internal/qs/stringify.d.mts.map +0 -1
- package/internal/qs/stringify.d.ts +0 -3
- package/internal/qs/stringify.d.ts.map +0 -1
- package/internal/qs/stringify.js +0 -277
- package/internal/qs/stringify.js.map +0 -1
- package/internal/qs/stringify.mjs +0 -274
- package/internal/qs/stringify.mjs.map +0 -1
- package/internal/qs/types.d.mts +0 -57
- package/internal/qs/types.d.mts.map +0 -1
- package/internal/qs/types.d.ts +0 -57
- package/internal/qs/types.d.ts.map +0 -1
- package/internal/qs/types.js +0 -3
- package/internal/qs/types.js.map +0 -1
- package/internal/qs/types.mjs +0 -2
- package/internal/qs/types.mjs.map +0 -1
- package/internal/qs/utils.d.mts +0 -15
- package/internal/qs/utils.d.mts.map +0 -1
- package/internal/qs/utils.d.ts +0 -15
- package/internal/qs/utils.d.ts.map +0 -1
- package/internal/qs/utils.js +0 -230
- package/internal/qs/utils.js.map +0 -1
- package/internal/qs/utils.mjs +0 -217
- package/internal/qs/utils.mjs.map +0 -1
- package/resources/print-mail/order-profiles/cheques.d.mts +0 -388
- package/resources/print-mail/order-profiles/cheques.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/cheques.d.ts +0 -388
- package/resources/print-mail/order-profiles/cheques.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/cheques.js +0 -98
- package/resources/print-mail/order-profiles/cheques.js.map +0 -1
- package/resources/print-mail/order-profiles/cheques.mjs +0 -94
- package/resources/print-mail/order-profiles/cheques.mjs.map +0 -1
- package/resources/print-mail/order-profiles/index.d.mts +0 -6
- package/resources/print-mail/order-profiles/index.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/index.d.ts +0 -6
- package/resources/print-mail/order-profiles/index.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/index.js +0 -15
- package/resources/print-mail/order-profiles/index.js.map +0 -1
- package/resources/print-mail/order-profiles/index.mjs +0 -7
- package/resources/print-mail/order-profiles/index.mjs.map +0 -1
- package/resources/print-mail/order-profiles/letters.d.mts +0 -325
- package/resources/print-mail/order-profiles/letters.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/letters.d.ts +0 -325
- package/resources/print-mail/order-profiles/letters.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/letters.js +0 -105
- package/resources/print-mail/order-profiles/letters.js.map +0 -1
- package/resources/print-mail/order-profiles/letters.mjs +0 -101
- package/resources/print-mail/order-profiles/letters.mjs.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.d.mts +0 -22
- package/resources/print-mail/order-profiles/order-profiles.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.d.ts +0 -22
- package/resources/print-mail/order-profiles/order-profiles.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.js +0 -29
- package/resources/print-mail/order-profiles/order-profiles.js.map +0 -1
- package/resources/print-mail/order-profiles/order-profiles.mjs +0 -24
- package/resources/print-mail/order-profiles/order-profiles.mjs.map +0 -1
- package/resources/print-mail/order-profiles/postcards.d.mts +0 -255
- package/resources/print-mail/order-profiles/postcards.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/postcards.d.ts +0 -255
- package/resources/print-mail/order-profiles/postcards.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/postcards.js +0 -97
- package/resources/print-mail/order-profiles/postcards.js.map +0 -1
- package/resources/print-mail/order-profiles/postcards.mjs +0 -93
- package/resources/print-mail/order-profiles/postcards.mjs.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.d.mts +0 -260
- package/resources/print-mail/order-profiles/self-mailers.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.d.ts +0 -260
- package/resources/print-mail/order-profiles/self-mailers.d.ts.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.js +0 -95
- package/resources/print-mail/order-profiles/self-mailers.js.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.mjs +0 -91
- package/resources/print-mail/order-profiles/self-mailers.mjs.map +0 -1
- package/resources/print-mail/order-profiles.d.mts +0 -2
- package/resources/print-mail/order-profiles.d.mts.map +0 -1
- package/resources/print-mail/order-profiles.d.ts +0 -2
- package/resources/print-mail/order-profiles.d.ts.map +0 -1
- package/resources/print-mail/order-profiles.js.map +0 -1
- package/resources/print-mail/order-profiles.mjs.map +0 -1
- package/src/internal/qs/LICENSE.md +0 -13
- package/src/internal/qs/README.md +0 -3
- package/src/internal/qs/formats.ts +0 -10
- package/src/internal/qs/index.ts +0 -13
- package/src/internal/qs/stringify.ts +0 -385
- package/src/internal/qs/types.ts +0 -71
- package/src/internal/qs/utils.ts +0 -265
- package/src/resources/print-mail/order-profiles/cheques.ts +0 -486
- package/src/resources/print-mail/order-profiles/index.ts +0 -47
- package/src/resources/print-mail/order-profiles/letters.ts +0 -412
- package/src/resources/print-mail/order-profiles/order-profiles.ts +0 -113
- package/src/resources/print-mail/order-profiles/postcards.ts +0 -327
- package/src/resources/print-mail/order-profiles/self-mailers.ts +0 -338
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
-
import * as BoxesAPI from './boxes';
|
|
5
4
|
import * as ContactsAPI from './contacts';
|
|
6
|
-
import * as PrintMailAPI from './print-mail';
|
|
7
5
|
import { APIPromise } from '../../core/api-promise';
|
|
8
6
|
import { PagePromise, SkipLimit, type SkipLimitParams } from '../../core/pagination';
|
|
9
7
|
import { RequestOptions } from '../../internal/request-options';
|
|
@@ -96,6 +94,40 @@ export class Cheques extends APIResource {
|
|
|
96
94
|
return this._client.delete(path`/print-mail/v1/cheques/${id}`, options);
|
|
97
95
|
}
|
|
98
96
|
|
|
97
|
+
/**
|
|
98
|
+
* Cancel a cheque by ID with a note. Note that this operation cannot be undone and
|
|
99
|
+
* that only cheques with a status of `ready` can be cancelled.
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* ```ts
|
|
103
|
+
* const cheque = await client.printMail.cheques.cancel('id', {
|
|
104
|
+
* note: 'Cancelling this cheque',
|
|
105
|
+
* });
|
|
106
|
+
* ```
|
|
107
|
+
*/
|
|
108
|
+
cancel(id: string, body: ChequeCancelParams, options?: RequestOptions): APIPromise<Cheque> {
|
|
109
|
+
return this._client.post(path`/print-mail/v1/cheques/${id}/cancellation`, { body, ...options });
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Progresses a cheque's `status` to the next stage. This is only available in test
|
|
114
|
+
* mode and can be used to simulate how a live order would progress through the
|
|
115
|
+
* different statuses.
|
|
116
|
+
*
|
|
117
|
+
* Note: this will fail with an `invalid_progression_error` if the status is one of
|
|
118
|
+
* `completed` or `cancelled`.
|
|
119
|
+
*
|
|
120
|
+
* @example
|
|
121
|
+
* ```ts
|
|
122
|
+
* const cheque = await client.printMail.cheques.progress(
|
|
123
|
+
* 'id',
|
|
124
|
+
* );
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
progress(id: string, options?: RequestOptions): APIPromise<Cheque> {
|
|
128
|
+
return this._client.post(path`/print-mail/v1/cheques/${id}/progressions`, options);
|
|
129
|
+
}
|
|
130
|
+
|
|
99
131
|
/**
|
|
100
132
|
* Retrieve a cheque preview URL.
|
|
101
133
|
*
|
|
@@ -178,7 +210,33 @@ export interface Cheque {
|
|
|
178
210
|
* The mailing class of this order. This determines the speed and cost of delivery.
|
|
179
211
|
* See `OrderMailingClass` for more details.
|
|
180
212
|
*/
|
|
181
|
-
mailingClass:
|
|
213
|
+
mailingClass:
|
|
214
|
+
| 'first_class'
|
|
215
|
+
| 'standard_class'
|
|
216
|
+
| 'express'
|
|
217
|
+
| 'certified'
|
|
218
|
+
| 'certified_return_receipt'
|
|
219
|
+
| 'registered'
|
|
220
|
+
| 'usps_first_class'
|
|
221
|
+
| 'usps_standard_class'
|
|
222
|
+
| 'usps_eddm'
|
|
223
|
+
| 'usps_express_2_day'
|
|
224
|
+
| 'usps_express_3_day'
|
|
225
|
+
| 'usps_first_class_certified'
|
|
226
|
+
| 'usps_first_class_certified_return_receipt'
|
|
227
|
+
| 'usps_first_class_registered'
|
|
228
|
+
| 'usps_express_3_day_signature_confirmation'
|
|
229
|
+
| 'usps_express_3_day_certified'
|
|
230
|
+
| 'usps_express_3_day_certified_return_receipt'
|
|
231
|
+
| 'ca_post_lettermail'
|
|
232
|
+
| 'ca_post_personalized'
|
|
233
|
+
| 'ca_post_neighbourhood_mail'
|
|
234
|
+
| 'ups_express_overnight'
|
|
235
|
+
| 'ups_express_2_day'
|
|
236
|
+
| 'ups_express_3_day'
|
|
237
|
+
| 'royal_mail_first_class'
|
|
238
|
+
| 'royal_mail_second_class'
|
|
239
|
+
| 'au_post_second_class';
|
|
182
240
|
|
|
183
241
|
/**
|
|
184
242
|
* Always `cheque`.
|
|
@@ -200,7 +258,7 @@ export interface Cheque {
|
|
|
200
258
|
/**
|
|
201
259
|
* See `OrderStatus` for more details on the status of this order.
|
|
202
260
|
*/
|
|
203
|
-
status:
|
|
261
|
+
status: 'ready' | 'printing' | 'processed_for_delivery' | 'completed' | 'cancelled';
|
|
204
262
|
|
|
205
263
|
/**
|
|
206
264
|
* The recipient of this order. This will be provided even if you delete the
|
|
@@ -217,7 +275,7 @@ export interface Cheque {
|
|
|
217
275
|
* The cancellation details of this order. Populated if the order has been
|
|
218
276
|
* cancelled.
|
|
219
277
|
*/
|
|
220
|
-
cancellation?:
|
|
278
|
+
cancellation?: Cheque.Cancellation;
|
|
221
279
|
|
|
222
280
|
/**
|
|
223
281
|
* A link to the deposit-ready PDF for a digital-only cheque, returned if requested
|
|
@@ -253,7 +311,7 @@ export interface Cheque {
|
|
|
253
311
|
* US-printed and US-destined orders. This is the most detailed way to track
|
|
254
312
|
* non-express/certified orders.
|
|
255
313
|
*/
|
|
256
|
-
imbStatus?:
|
|
314
|
+
imbStatus?: 'entered_mail_stream' | 'out_for_delivery' | 'returned_to_sender';
|
|
257
315
|
|
|
258
316
|
/**
|
|
259
317
|
* The most recent ZIP code of the USPS facility that the order has been processed
|
|
@@ -317,6 +375,29 @@ export interface Cheque {
|
|
|
317
375
|
url?: string;
|
|
318
376
|
}
|
|
319
377
|
|
|
378
|
+
export namespace Cheque {
|
|
379
|
+
/**
|
|
380
|
+
* The cancellation details of this order. Populated if the order has been
|
|
381
|
+
* cancelled.
|
|
382
|
+
*/
|
|
383
|
+
export interface Cancellation {
|
|
384
|
+
/**
|
|
385
|
+
* The reason for the cancellation.
|
|
386
|
+
*/
|
|
387
|
+
reason: 'user_initiated' | 'invalid_content' | 'invalid_order_mailing_class';
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* The user ID who cancelled the order.
|
|
391
|
+
*/
|
|
392
|
+
cancelledByUser?: string;
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* An optional note provided by the user who cancelled the order.
|
|
396
|
+
*/
|
|
397
|
+
note?: string;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
320
401
|
/**
|
|
321
402
|
* Enum representing the supported cheque sizes.
|
|
322
403
|
*/
|
|
@@ -359,7 +440,7 @@ export interface ChequeCreateParams {
|
|
|
359
440
|
* The contact information of the sender. You can pass contact information inline
|
|
360
441
|
* here just like you can for the `to`.
|
|
361
442
|
*/
|
|
362
|
-
from:
|
|
443
|
+
from: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
363
444
|
|
|
364
445
|
/**
|
|
365
446
|
* The recipient of this order. You can either supply the contact information
|
|
@@ -367,7 +448,7 @@ export interface ChequeCreateParams {
|
|
|
367
448
|
* contacts regardless of whether you provide the information inline here or call
|
|
368
449
|
* the contact creation endpoint.
|
|
369
450
|
*/
|
|
370
|
-
to:
|
|
451
|
+
to: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
371
452
|
|
|
372
453
|
/**
|
|
373
454
|
* The currency code of the cheque. This will be set to the default currency of the
|
|
@@ -406,7 +487,33 @@ export interface ChequeCreateParams {
|
|
|
406
487
|
* The mailing class of this order. If not provided, automatically set to
|
|
407
488
|
* `first_class`.
|
|
408
489
|
*/
|
|
409
|
-
mailingClass?:
|
|
490
|
+
mailingClass?:
|
|
491
|
+
| 'first_class'
|
|
492
|
+
| 'standard_class'
|
|
493
|
+
| 'express'
|
|
494
|
+
| 'certified'
|
|
495
|
+
| 'certified_return_receipt'
|
|
496
|
+
| 'registered'
|
|
497
|
+
| 'usps_first_class'
|
|
498
|
+
| 'usps_standard_class'
|
|
499
|
+
| 'usps_eddm'
|
|
500
|
+
| 'usps_express_2_day'
|
|
501
|
+
| 'usps_express_3_day'
|
|
502
|
+
| 'usps_first_class_certified'
|
|
503
|
+
| 'usps_first_class_certified_return_receipt'
|
|
504
|
+
| 'usps_first_class_registered'
|
|
505
|
+
| 'usps_express_3_day_signature_confirmation'
|
|
506
|
+
| 'usps_express_3_day_certified'
|
|
507
|
+
| 'usps_express_3_day_certified_return_receipt'
|
|
508
|
+
| 'ca_post_lettermail'
|
|
509
|
+
| 'ca_post_personalized'
|
|
510
|
+
| 'ca_post_neighbourhood_mail'
|
|
511
|
+
| 'ups_express_overnight'
|
|
512
|
+
| 'ups_express_2_day'
|
|
513
|
+
| 'ups_express_3_day'
|
|
514
|
+
| 'royal_mail_first_class'
|
|
515
|
+
| 'royal_mail_second_class'
|
|
516
|
+
| 'au_post_second_class';
|
|
410
517
|
|
|
411
518
|
/**
|
|
412
519
|
* The memo of the cheque.
|
|
@@ -445,7 +552,7 @@ export interface ChequeCreateParams {
|
|
|
445
552
|
* mail it forward to the final recipient yourself. One use case for this is
|
|
446
553
|
* signing cheques at your office before mailing them out yourself.
|
|
447
554
|
*/
|
|
448
|
-
redirectTo?:
|
|
555
|
+
redirectTo?: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
449
556
|
|
|
450
557
|
/**
|
|
451
558
|
* This order will transition from `ready` to `printing` on the day after this
|
|
@@ -470,6 +577,10 @@ export interface ChequeListParams extends SkipLimitParams {
|
|
|
470
577
|
search?: string;
|
|
471
578
|
}
|
|
472
579
|
|
|
580
|
+
export interface ChequeCancelParams {
|
|
581
|
+
note: string;
|
|
582
|
+
}
|
|
583
|
+
|
|
473
584
|
export declare namespace Cheques {
|
|
474
585
|
export {
|
|
475
586
|
type Cheque as Cheque,
|
|
@@ -479,5 +590,6 @@ export declare namespace Cheques {
|
|
|
479
590
|
type ChequesSkipLimit as ChequesSkipLimit,
|
|
480
591
|
type ChequeCreateParams as ChequeCreateParams,
|
|
481
592
|
type ChequeListParams as ChequeListParams,
|
|
593
|
+
type ChequeCancelParams as ChequeCancelParams,
|
|
482
594
|
};
|
|
483
595
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
-
import * as PrintMailAPI from './print-mail';
|
|
5
4
|
import { APIPromise } from '../../core/api-promise';
|
|
6
5
|
import { PagePromise, SkipLimit, type SkipLimitParams } from '../../core/pagination';
|
|
7
6
|
import { RequestOptions } from '../../internal/request-options';
|
|
@@ -208,9 +207,171 @@ export interface Contact {
|
|
|
208
207
|
skipVerification?: boolean;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
|
-
export type ContactCreate =
|
|
212
|
-
|
|
213
|
-
|
|
210
|
+
export type ContactCreate = ContactCreateWithFirstName | ContactCreateWithCompanyName;
|
|
211
|
+
|
|
212
|
+
export interface ContactCreateWithCompanyName {
|
|
213
|
+
/**
|
|
214
|
+
* The first line of the contact's address.
|
|
215
|
+
*/
|
|
216
|
+
addressLine1: string;
|
|
217
|
+
|
|
218
|
+
companyName: string;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* The ISO 3611-1 country code of the contact's address.
|
|
222
|
+
*/
|
|
223
|
+
countryCode: string;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Second line of the contact's address, if applicable.
|
|
227
|
+
*/
|
|
228
|
+
addressLine2?: string;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* The city of the contact's address.
|
|
232
|
+
*/
|
|
233
|
+
city?: string;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
237
|
+
* dashboard.
|
|
238
|
+
*/
|
|
239
|
+
description?: string;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Email of the contact.
|
|
243
|
+
*/
|
|
244
|
+
email?: string;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* First name of the contact.
|
|
248
|
+
*/
|
|
249
|
+
firstName?: string;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
253
|
+
* `verified` even if our address verification system says otherwise.
|
|
254
|
+
*/
|
|
255
|
+
forceVerifiedStatus?: boolean;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Job title of the contact.
|
|
259
|
+
*/
|
|
260
|
+
jobTitle?: string;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Last name of the contact.
|
|
264
|
+
*/
|
|
265
|
+
lastName?: string;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* See the section on Metadata.
|
|
269
|
+
*/
|
|
270
|
+
metadata?: { [key: string]: unknown };
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Phone number of the contact.
|
|
274
|
+
*/
|
|
275
|
+
phoneNumber?: string;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* The postal or ZIP code of the contact's address.
|
|
279
|
+
*/
|
|
280
|
+
postalOrZip?: string;
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* Province or state of the contact's address.
|
|
284
|
+
*/
|
|
285
|
+
provinceOrState?: string;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* If `true`, PostGrid will skip running this contact's address through our address
|
|
289
|
+
* verification system.
|
|
290
|
+
*/
|
|
291
|
+
skipVerification?: boolean;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface ContactCreateWithFirstName {
|
|
295
|
+
/**
|
|
296
|
+
* The first line of the contact's address.
|
|
297
|
+
*/
|
|
298
|
+
addressLine1: string;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* The ISO 3611-1 country code of the contact's address.
|
|
302
|
+
*/
|
|
303
|
+
countryCode: string;
|
|
304
|
+
|
|
305
|
+
firstName: string;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Second line of the contact's address, if applicable.
|
|
309
|
+
*/
|
|
310
|
+
addressLine2?: string;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* The city of the contact's address.
|
|
314
|
+
*/
|
|
315
|
+
city?: string;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* Company name of the contact.
|
|
319
|
+
*/
|
|
320
|
+
companyName?: string;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
324
|
+
* dashboard.
|
|
325
|
+
*/
|
|
326
|
+
description?: string;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Email of the contact.
|
|
330
|
+
*/
|
|
331
|
+
email?: string;
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
335
|
+
* `verified` even if our address verification system says otherwise.
|
|
336
|
+
*/
|
|
337
|
+
forceVerifiedStatus?: boolean;
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* Job title of the contact.
|
|
341
|
+
*/
|
|
342
|
+
jobTitle?: string;
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* Last name of the contact.
|
|
346
|
+
*/
|
|
347
|
+
lastName?: string;
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* See the section on Metadata.
|
|
351
|
+
*/
|
|
352
|
+
metadata?: { [key: string]: unknown };
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* Phone number of the contact.
|
|
356
|
+
*/
|
|
357
|
+
phoneNumber?: string;
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* The postal or ZIP code of the contact's address.
|
|
361
|
+
*/
|
|
362
|
+
postalOrZip?: string;
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* Province or state of the contact's address.
|
|
366
|
+
*/
|
|
367
|
+
provinceOrState?: string;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* If `true`, PostGrid will skip running this contact's address through our address
|
|
371
|
+
* verification system.
|
|
372
|
+
*/
|
|
373
|
+
skipVerification?: boolean;
|
|
374
|
+
}
|
|
214
375
|
|
|
215
376
|
export interface ContactDeleteResponse {
|
|
216
377
|
/**
|
|
@@ -411,6 +572,8 @@ export declare namespace Contacts {
|
|
|
411
572
|
export {
|
|
412
573
|
type Contact as Contact,
|
|
413
574
|
type ContactCreate as ContactCreate,
|
|
575
|
+
type ContactCreateWithCompanyName as ContactCreateWithCompanyName,
|
|
576
|
+
type ContactCreateWithFirstName as ContactCreateWithFirstName,
|
|
414
577
|
type ContactDeleteResponse as ContactDeleteResponse,
|
|
415
578
|
type ContactsSkipLimit as ContactsSkipLimit,
|
|
416
579
|
type ContactCreateParams as ContactCreateParams,
|
|
@@ -11,15 +11,14 @@ export {
|
|
|
11
11
|
} from './bank-accounts';
|
|
12
12
|
export {
|
|
13
13
|
Boxes,
|
|
14
|
-
type
|
|
15
|
-
type
|
|
16
|
-
type
|
|
17
|
-
type
|
|
18
|
-
type
|
|
19
|
-
type OrderStatus,
|
|
14
|
+
type BoxCreateResponse,
|
|
15
|
+
type BoxRetrieveResponse,
|
|
16
|
+
type BoxListResponse,
|
|
17
|
+
type BoxDeleteResponse,
|
|
18
|
+
type BoxProgressionsResponse,
|
|
20
19
|
type BoxCreateParams,
|
|
21
20
|
type BoxListParams,
|
|
22
|
-
type
|
|
21
|
+
type BoxListResponsesSkipLimit,
|
|
23
22
|
} from './boxes';
|
|
24
23
|
export {
|
|
25
24
|
Campaigns,
|
|
@@ -39,12 +38,15 @@ export {
|
|
|
39
38
|
type ChequeRetrieveURLResponse,
|
|
40
39
|
type ChequeCreateParams,
|
|
41
40
|
type ChequeListParams,
|
|
41
|
+
type ChequeCancelParams,
|
|
42
42
|
type ChequesSkipLimit,
|
|
43
43
|
} from './cheques';
|
|
44
44
|
export {
|
|
45
45
|
Contacts,
|
|
46
46
|
type Contact,
|
|
47
47
|
type ContactCreate,
|
|
48
|
+
type ContactCreateWithCompanyName,
|
|
49
|
+
type ContactCreateWithFirstName,
|
|
48
50
|
type ContactDeleteResponse,
|
|
49
51
|
type ContactCreateParams,
|
|
50
52
|
type ContactListParams,
|
|
@@ -60,6 +62,7 @@ export {
|
|
|
60
62
|
type LetterRetrieveURLResponse,
|
|
61
63
|
type LetterCreateParams,
|
|
62
64
|
type LetterListParams,
|
|
65
|
+
type LetterCancelParams,
|
|
63
66
|
type LettersSkipLimit,
|
|
64
67
|
} from './letters';
|
|
65
68
|
export {
|
|
@@ -84,16 +87,16 @@ export {
|
|
|
84
87
|
type MailingListJobsParams,
|
|
85
88
|
type MailingListsSkipLimit,
|
|
86
89
|
} from './mailing-lists';
|
|
87
|
-
export { OrderProfiles } from './order-profiles/index';
|
|
88
90
|
export {
|
|
89
91
|
Postcards,
|
|
90
92
|
type Postcard,
|
|
91
93
|
type PostcardRetrieveURLResponse,
|
|
92
94
|
type PostcardCreateParams,
|
|
93
95
|
type PostcardListParams,
|
|
96
|
+
type PostcardCancelParams,
|
|
94
97
|
type PostcardsSkipLimit,
|
|
95
98
|
} from './postcards';
|
|
96
|
-
export { PrintMail
|
|
99
|
+
export { PrintMail } from './print-mail';
|
|
97
100
|
export {
|
|
98
101
|
Reports,
|
|
99
102
|
type DeletedResponse,
|
|
@@ -112,17 +115,52 @@ export {
|
|
|
112
115
|
type SelfMailerListParams,
|
|
113
116
|
type SelfMailersSkipLimit,
|
|
114
117
|
} from './self-mailers';
|
|
118
|
+
export {
|
|
119
|
+
SnapPacks,
|
|
120
|
+
type SnapPackCreateResponse,
|
|
121
|
+
type SnapPackRetrieveResponse,
|
|
122
|
+
type SnapPackListResponse,
|
|
123
|
+
type SnapPackDeleteResponse,
|
|
124
|
+
type SnapPackProgressionsResponse,
|
|
125
|
+
type SnapPackRetrieveCapabilitiesResponse,
|
|
126
|
+
type SnapPackCreateParams,
|
|
127
|
+
type SnapPackListParams,
|
|
128
|
+
type SnapPackRetrieveCapabilitiesParams,
|
|
129
|
+
type SnapPackListResponsesSkipLimit,
|
|
130
|
+
} from './snap-packs';
|
|
115
131
|
export {
|
|
116
132
|
SubOrganizations,
|
|
117
133
|
type EmailPreferences,
|
|
118
134
|
type SubOrganization,
|
|
119
|
-
type
|
|
135
|
+
type SubOrganizationCreateResponse,
|
|
120
136
|
type SubOrganizationRetrieveUsersResponse,
|
|
121
|
-
type
|
|
137
|
+
type SubOrganizationCreateParams,
|
|
122
138
|
type SubOrganizationListParams,
|
|
123
139
|
type SubOrganizationRetrieveUsersParams,
|
|
124
140
|
type SubOrganizationsSkipLimit,
|
|
125
141
|
} from './sub-organizations';
|
|
142
|
+
export {
|
|
143
|
+
TargetedListBuilds,
|
|
144
|
+
type TargetedListBuildCreateResponse,
|
|
145
|
+
type TargetedListBuildRetrieveResponse,
|
|
146
|
+
type TargetedListBuildUpdateResponse,
|
|
147
|
+
type TargetedListBuildListResponse,
|
|
148
|
+
type TargetedListBuildDeleteResponse,
|
|
149
|
+
type TargetedListBuildConfirmResponse,
|
|
150
|
+
type TargetedListBuildCreateParams,
|
|
151
|
+
type TargetedListBuildUpdateParams,
|
|
152
|
+
type TargetedListBuildListParams,
|
|
153
|
+
type TargetedListBuildListResponsesSkipLimit,
|
|
154
|
+
} from './targeted-list-builds/index';
|
|
155
|
+
export {
|
|
156
|
+
TemplateEditorSessions,
|
|
157
|
+
type TemplateEditorSessionCreateResponse,
|
|
158
|
+
type TemplateEditorSessionListResponse,
|
|
159
|
+
type TemplateEditorSessionDeleteResponse,
|
|
160
|
+
type TemplateEditorSessionCreateParams,
|
|
161
|
+
type TemplateEditorSessionListParams,
|
|
162
|
+
type TemplateEditorSessionListResponsesSkipLimit,
|
|
163
|
+
} from './template-editor-sessions';
|
|
126
164
|
export {
|
|
127
165
|
Templates,
|
|
128
166
|
type Template,
|
|
@@ -132,3 +170,28 @@ export {
|
|
|
132
170
|
type TemplateListParams,
|
|
133
171
|
type TemplatesSkipLimit,
|
|
134
172
|
} from './templates';
|
|
173
|
+
export {
|
|
174
|
+
Trackers,
|
|
175
|
+
type TrackerCreateResponse,
|
|
176
|
+
type TrackerRetrieveResponse,
|
|
177
|
+
type TrackerUpdateResponse,
|
|
178
|
+
type TrackerListResponse,
|
|
179
|
+
type TrackerDeleteResponse,
|
|
180
|
+
type TrackerRetrieveVisitsResponse,
|
|
181
|
+
type TrackerCreateParams,
|
|
182
|
+
type TrackerUpdateParams,
|
|
183
|
+
type TrackerListParams,
|
|
184
|
+
type TrackerRetrieveVisitsParams,
|
|
185
|
+
type TrackerListResponsesSkipLimit,
|
|
186
|
+
type TrackerRetrieveVisitsResponsesSkipLimit,
|
|
187
|
+
} from './trackers';
|
|
188
|
+
export {
|
|
189
|
+
VirtualMailboxes,
|
|
190
|
+
type VirtualMailboxCreateResponse,
|
|
191
|
+
type VirtualMailboxRetrieveResponse,
|
|
192
|
+
type VirtualMailboxListResponse,
|
|
193
|
+
type VirtualMailboxRetrieveAddressResponse,
|
|
194
|
+
type VirtualMailboxCreateParams,
|
|
195
|
+
type VirtualMailboxListParams,
|
|
196
|
+
type VirtualMailboxListResponsesSkipLimit,
|
|
197
|
+
} from './virtual-mailboxes/index';
|