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
|
@@ -2,198 +2,77 @@ import { APIResource } from "../../core/resource.mjs";
|
|
|
2
2
|
import * as BankAccountsAPI from "./bank-accounts.mjs";
|
|
3
3
|
import { BankAccount, BankAccountCountryCode, BankAccountCreateParams, BankAccountDeleteResponse, BankAccountListParams, BankAccounts, BankAccountsSkipLimit } from "./bank-accounts.mjs";
|
|
4
4
|
import * as BoxesAPI from "./boxes.mjs";
|
|
5
|
-
import {
|
|
5
|
+
import { BoxCreateParams, BoxCreateResponse, BoxDeleteResponse, BoxListParams, BoxListResponse, BoxListResponsesSkipLimit, BoxProgressionsResponse, BoxRetrieveResponse, Boxes } from "./boxes.mjs";
|
|
6
6
|
import * as CampaignsAPI from "./campaigns.mjs";
|
|
7
7
|
import { Campaign, CampaignCreateParams, CampaignDeleteResponse, CampaignListParams, CampaignSendParams, CampaignUpdateParams, Campaigns, CampaignsSkipLimit } from "./campaigns.mjs";
|
|
8
8
|
import * as ChequesAPI from "./cheques.mjs";
|
|
9
|
-
import { Cheque, ChequeCreateParams, ChequeListParams, ChequeRetrieveURLResponse, ChequeSize, Cheques, ChequesSkipLimit, DigitalOnly } from "./cheques.mjs";
|
|
9
|
+
import { Cheque, ChequeCancelParams, ChequeCreateParams, ChequeListParams, ChequeRetrieveURLResponse, ChequeSize, Cheques, ChequesSkipLimit, DigitalOnly } from "./cheques.mjs";
|
|
10
10
|
import * as ContactsAPI from "./contacts.mjs";
|
|
11
|
-
import { Contact, ContactCreate, ContactCreateParams, ContactDeleteResponse, ContactListParams, Contacts, ContactsSkipLimit } from "./contacts.mjs";
|
|
11
|
+
import { Contact, ContactCreate, ContactCreateParams, ContactCreateWithCompanyName, ContactCreateWithFirstName, ContactDeleteResponse, ContactListParams, Contacts, ContactsSkipLimit } from "./contacts.mjs";
|
|
12
12
|
import * as LettersAPI from "./letters.mjs";
|
|
13
|
-
import { AddressPlacement, AttachedPdf, Letter, LetterCreateParams, LetterListParams, LetterRetrieveURLResponse, LetterSize, Letters, LettersSkipLimit, PlasticCard } from "./letters.mjs";
|
|
13
|
+
import { AddressPlacement, AttachedPdf, Letter, LetterCancelParams, LetterCreateParams, LetterListParams, LetterRetrieveURLResponse, LetterSize, Letters, LettersSkipLimit, PlasticCard } from "./letters.mjs";
|
|
14
14
|
import * as MailingListImportsAPI from "./mailing-list-imports.mjs";
|
|
15
15
|
import { FileType, MailingListImportCreateParams, MailingListImportDeleteResponse, MailingListImportListParams, MailingListImportResponse, MailingListImportResponsesSkipLimit, MailingListImportUpdateParams, MailingListImports, VerificationStatusCount } from "./mailing-list-imports.mjs";
|
|
16
16
|
import * as MailingListsAPI from "./mailing-lists.mjs";
|
|
17
17
|
import { MailingList, MailingListCreateParams, MailingListDeleteResponse, MailingListJobsParams, MailingListListParams, MailingListUpdate, MailingListUpdateParams, MailingLists, MailingListsSkipLimit } from "./mailing-lists.mjs";
|
|
18
18
|
import * as PostcardsAPI from "./postcards.mjs";
|
|
19
|
-
import { Postcard, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.mjs";
|
|
19
|
+
import { Postcard, PostcardCancelParams, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.mjs";
|
|
20
20
|
import * as SelfMailersAPI from "./self-mailers.mjs";
|
|
21
21
|
import { SelfMailer, SelfMailerCreateParams, SelfMailerListParams, SelfMailerRetrieveURLResponse, SelfMailers, SelfMailersSkipLimit } from "./self-mailers.mjs";
|
|
22
|
+
import * as SnapPacksAPI from "./snap-packs.mjs";
|
|
23
|
+
import { SnapPackCreateParams, SnapPackCreateResponse, SnapPackDeleteResponse, SnapPackListParams, SnapPackListResponse, SnapPackListResponsesSkipLimit, SnapPackProgressionsResponse, SnapPackRetrieveCapabilitiesParams, SnapPackRetrieveCapabilitiesResponse, SnapPackRetrieveResponse, SnapPacks } from "./snap-packs.mjs";
|
|
22
24
|
import * as SubOrganizationsAPI from "./sub-organizations.mjs";
|
|
23
|
-
import { EmailPreferences, SubOrganization,
|
|
25
|
+
import { EmailPreferences, SubOrganization, SubOrganizationCreateParams, SubOrganizationCreateResponse, SubOrganizationListParams, SubOrganizationRetrieveUsersParams, SubOrganizationRetrieveUsersResponse, SubOrganizations, SubOrganizationsSkipLimit } from "./sub-organizations.mjs";
|
|
26
|
+
import * as TemplateEditorSessionsAPI from "./template-editor-sessions.mjs";
|
|
27
|
+
import { TemplateEditorSessionCreateParams, TemplateEditorSessionCreateResponse, TemplateEditorSessionDeleteResponse, TemplateEditorSessionListParams, TemplateEditorSessionListResponse, TemplateEditorSessionListResponsesSkipLimit, TemplateEditorSessions } from "./template-editor-sessions.mjs";
|
|
24
28
|
import * as TemplatesAPI from "./templates.mjs";
|
|
25
29
|
import { Template, TemplateCreateParams, TemplateDeleteResponse, TemplateListParams, TemplateUpdateParams, Templates, TemplatesSkipLimit } from "./templates.mjs";
|
|
26
|
-
import * as
|
|
27
|
-
import {
|
|
30
|
+
import * as TrackersAPI from "./trackers.mjs";
|
|
31
|
+
import { TrackerCreateParams, TrackerCreateResponse, TrackerDeleteResponse, TrackerListParams, TrackerListResponse, TrackerListResponsesSkipLimit, TrackerRetrieveResponse, TrackerRetrieveVisitsParams, TrackerRetrieveVisitsResponse, TrackerRetrieveVisitsResponsesSkipLimit, TrackerUpdateParams, TrackerUpdateResponse, Trackers } from "./trackers.mjs";
|
|
28
32
|
import * as ReportsAPI from "./reports/reports.mjs";
|
|
29
33
|
import { DeletedResponse, Report, ReportCreateParams, ReportListParams, ReportSampleParams, ReportUpdateParams, Reports, ReportsSkipLimit } from "./reports/reports.mjs";
|
|
34
|
+
import * as TargetedListBuildsAPI from "./targeted-list-builds/targeted-list-builds.mjs";
|
|
35
|
+
import { TargetedListBuildConfirmResponse, TargetedListBuildCreateParams, TargetedListBuildCreateResponse, TargetedListBuildDeleteResponse, TargetedListBuildListParams, TargetedListBuildListResponse, TargetedListBuildListResponsesSkipLimit, TargetedListBuildRetrieveResponse, TargetedListBuildUpdateParams, TargetedListBuildUpdateResponse, TargetedListBuilds } from "./targeted-list-builds/targeted-list-builds.mjs";
|
|
36
|
+
import * as VirtualMailboxesAPI from "./virtual-mailboxes/virtual-mailboxes.mjs";
|
|
37
|
+
import { VirtualMailboxCreateParams, VirtualMailboxCreateResponse, VirtualMailboxListParams, VirtualMailboxListResponse, VirtualMailboxListResponsesSkipLimit, VirtualMailboxRetrieveAddressResponse, VirtualMailboxRetrieveResponse, VirtualMailboxes } from "./virtual-mailboxes/virtual-mailboxes.mjs";
|
|
30
38
|
export declare class PrintMail extends APIResource {
|
|
31
|
-
bankAccounts: BankAccountsAPI.BankAccounts;
|
|
32
|
-
boxes: BoxesAPI.Boxes;
|
|
33
|
-
campaigns: CampaignsAPI.Campaigns;
|
|
34
|
-
cheques: ChequesAPI.Cheques;
|
|
35
39
|
contacts: ContactsAPI.Contacts;
|
|
40
|
+
templates: TemplatesAPI.Templates;
|
|
41
|
+
trackers: TrackersAPI.Trackers;
|
|
36
42
|
letters: LettersAPI.Letters;
|
|
43
|
+
postcards: PostcardsAPI.Postcards;
|
|
44
|
+
bankAccounts: BankAccountsAPI.BankAccounts;
|
|
45
|
+
cheques: ChequesAPI.Cheques;
|
|
46
|
+
selfMailers: SelfMailersAPI.SelfMailers;
|
|
47
|
+
campaigns: CampaignsAPI.Campaigns;
|
|
37
48
|
mailingListImports: MailingListImportsAPI.MailingListImports;
|
|
38
49
|
mailingLists: MailingListsAPI.MailingLists;
|
|
39
|
-
orderProfiles: OrderProfilesAPI.OrderProfiles;
|
|
40
|
-
postcards: PostcardsAPI.Postcards;
|
|
41
50
|
reports: ReportsAPI.Reports;
|
|
42
|
-
selfMailers: SelfMailersAPI.SelfMailers;
|
|
43
51
|
subOrganizations: SubOrganizationsAPI.SubOrganizations;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*/
|
|
50
|
-
addressLine1: string;
|
|
51
|
-
companyName: string;
|
|
52
|
-
/**
|
|
53
|
-
* The ISO 3611-1 country code of the contact's address.
|
|
54
|
-
*/
|
|
55
|
-
countryCode: string;
|
|
56
|
-
/**
|
|
57
|
-
* Second line of the contact's address, if applicable.
|
|
58
|
-
*/
|
|
59
|
-
addressLine2?: string;
|
|
60
|
-
/**
|
|
61
|
-
* The city of the contact's address.
|
|
62
|
-
*/
|
|
63
|
-
city?: string;
|
|
64
|
-
/**
|
|
65
|
-
* An optional string describing this resource. Will be visible in the API and the
|
|
66
|
-
* dashboard.
|
|
67
|
-
*/
|
|
68
|
-
description?: string;
|
|
69
|
-
/**
|
|
70
|
-
* Email of the contact.
|
|
71
|
-
*/
|
|
72
|
-
email?: string;
|
|
73
|
-
/**
|
|
74
|
-
* First name of the contact.
|
|
75
|
-
*/
|
|
76
|
-
firstName?: string;
|
|
77
|
-
/**
|
|
78
|
-
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
79
|
-
* `verified` even if our address verification system says otherwise.
|
|
80
|
-
*/
|
|
81
|
-
forceVerifiedStatus?: boolean;
|
|
82
|
-
/**
|
|
83
|
-
* Job title of the contact.
|
|
84
|
-
*/
|
|
85
|
-
jobTitle?: string;
|
|
86
|
-
/**
|
|
87
|
-
* Last name of the contact.
|
|
88
|
-
*/
|
|
89
|
-
lastName?: string;
|
|
90
|
-
/**
|
|
91
|
-
* See the section on Metadata.
|
|
92
|
-
*/
|
|
93
|
-
metadata?: {
|
|
94
|
-
[key: string]: unknown;
|
|
95
|
-
};
|
|
96
|
-
/**
|
|
97
|
-
* Phone number of the contact.
|
|
98
|
-
*/
|
|
99
|
-
phoneNumber?: string;
|
|
100
|
-
/**
|
|
101
|
-
* The postal or ZIP code of the contact's address.
|
|
102
|
-
*/
|
|
103
|
-
postalOrZip?: string;
|
|
104
|
-
/**
|
|
105
|
-
* Province or state of the contact's address.
|
|
106
|
-
*/
|
|
107
|
-
provinceOrState?: string;
|
|
108
|
-
/**
|
|
109
|
-
* If `true`, PostGrid will skip running this contact's address through our address
|
|
110
|
-
* verification system.
|
|
111
|
-
*/
|
|
112
|
-
skipVerification?: boolean;
|
|
113
|
-
}
|
|
114
|
-
export interface ContactCreateWithFirstName {
|
|
115
|
-
/**
|
|
116
|
-
* The first line of the contact's address.
|
|
117
|
-
*/
|
|
118
|
-
addressLine1: string;
|
|
119
|
-
/**
|
|
120
|
-
* The ISO 3611-1 country code of the contact's address.
|
|
121
|
-
*/
|
|
122
|
-
countryCode: string;
|
|
123
|
-
firstName: string;
|
|
124
|
-
/**
|
|
125
|
-
* Second line of the contact's address, if applicable.
|
|
126
|
-
*/
|
|
127
|
-
addressLine2?: string;
|
|
128
|
-
/**
|
|
129
|
-
* The city of the contact's address.
|
|
130
|
-
*/
|
|
131
|
-
city?: string;
|
|
132
|
-
/**
|
|
133
|
-
* Company name of the contact.
|
|
134
|
-
*/
|
|
135
|
-
companyName?: string;
|
|
136
|
-
/**
|
|
137
|
-
* An optional string describing this resource. Will be visible in the API and the
|
|
138
|
-
* dashboard.
|
|
139
|
-
*/
|
|
140
|
-
description?: string;
|
|
141
|
-
/**
|
|
142
|
-
* Email of the contact.
|
|
143
|
-
*/
|
|
144
|
-
email?: string;
|
|
145
|
-
/**
|
|
146
|
-
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
147
|
-
* `verified` even if our address verification system says otherwise.
|
|
148
|
-
*/
|
|
149
|
-
forceVerifiedStatus?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* Job title of the contact.
|
|
152
|
-
*/
|
|
153
|
-
jobTitle?: string;
|
|
154
|
-
/**
|
|
155
|
-
* Last name of the contact.
|
|
156
|
-
*/
|
|
157
|
-
lastName?: string;
|
|
158
|
-
/**
|
|
159
|
-
* See the section on Metadata.
|
|
160
|
-
*/
|
|
161
|
-
metadata?: {
|
|
162
|
-
[key: string]: unknown;
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* Phone number of the contact.
|
|
166
|
-
*/
|
|
167
|
-
phoneNumber?: string;
|
|
168
|
-
/**
|
|
169
|
-
* The postal or ZIP code of the contact's address.
|
|
170
|
-
*/
|
|
171
|
-
postalOrZip?: string;
|
|
172
|
-
/**
|
|
173
|
-
* Province or state of the contact's address.
|
|
174
|
-
*/
|
|
175
|
-
provinceOrState?: string;
|
|
176
|
-
/**
|
|
177
|
-
* If `true`, PostGrid will skip running this contact's address through our address
|
|
178
|
-
* verification system.
|
|
179
|
-
*/
|
|
180
|
-
skipVerification?: boolean;
|
|
52
|
+
boxes: BoxesAPI.Boxes;
|
|
53
|
+
snapPacks: SnapPacksAPI.SnapPacks;
|
|
54
|
+
targetedListBuilds: TargetedListBuildsAPI.TargetedListBuilds;
|
|
55
|
+
templateEditorSessions: TemplateEditorSessionsAPI.TemplateEditorSessions;
|
|
56
|
+
virtualMailboxes: VirtualMailboxesAPI.VirtualMailboxes;
|
|
181
57
|
}
|
|
182
58
|
export declare namespace PrintMail {
|
|
183
|
-
export { type ContactCreateWithCompanyName as ContactCreateWithCompanyName, type ContactCreateWithFirstName as ContactCreateWithFirstName, };
|
|
59
|
+
export { Contacts as Contacts, type Contact as Contact, type ContactCreate as ContactCreate, type ContactCreateWithCompanyName as ContactCreateWithCompanyName, type ContactCreateWithFirstName as ContactCreateWithFirstName, type ContactDeleteResponse as ContactDeleteResponse, type ContactsSkipLimit as ContactsSkipLimit, type ContactCreateParams as ContactCreateParams, type ContactListParams as ContactListParams, };
|
|
60
|
+
export { Templates as Templates, type Template as Template, type TemplateDeleteResponse as TemplateDeleteResponse, type TemplatesSkipLimit as TemplatesSkipLimit, type TemplateCreateParams as TemplateCreateParams, type TemplateUpdateParams as TemplateUpdateParams, type TemplateListParams as TemplateListParams, };
|
|
61
|
+
export { Trackers as Trackers, type TrackerCreateResponse as TrackerCreateResponse, type TrackerRetrieveResponse as TrackerRetrieveResponse, type TrackerUpdateResponse as TrackerUpdateResponse, type TrackerListResponse as TrackerListResponse, type TrackerDeleteResponse as TrackerDeleteResponse, type TrackerRetrieveVisitsResponse as TrackerRetrieveVisitsResponse, type TrackerListResponsesSkipLimit as TrackerListResponsesSkipLimit, type TrackerRetrieveVisitsResponsesSkipLimit as TrackerRetrieveVisitsResponsesSkipLimit, type TrackerCreateParams as TrackerCreateParams, type TrackerUpdateParams as TrackerUpdateParams, type TrackerListParams as TrackerListParams, type TrackerRetrieveVisitsParams as TrackerRetrieveVisitsParams, };
|
|
62
|
+
export { Letters as Letters, 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, type LetterCancelParams as LetterCancelParams, };
|
|
63
|
+
export { Postcards as Postcards, type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, type PostcardCancelParams as PostcardCancelParams, };
|
|
184
64
|
export { BankAccounts as BankAccounts, type BankAccount as BankAccount, type BankAccountCountryCode as BankAccountCountryCode, type BankAccountDeleteResponse as BankAccountDeleteResponse, type BankAccountsSkipLimit as BankAccountsSkipLimit, type BankAccountCreateParams as BankAccountCreateParams, type BankAccountListParams as BankAccountListParams, };
|
|
185
|
-
export {
|
|
65
|
+
export { Cheques as Cheques, type Cheque as Cheque, type ChequeSize as ChequeSize, type DigitalOnly as DigitalOnly, type ChequeRetrieveURLResponse as ChequeRetrieveURLResponse, type ChequesSkipLimit as ChequesSkipLimit, type ChequeCreateParams as ChequeCreateParams, type ChequeListParams as ChequeListParams, type ChequeCancelParams as ChequeCancelParams, };
|
|
66
|
+
export { SelfMailers as SelfMailers, type SelfMailer as SelfMailer, type SelfMailerRetrieveURLResponse as SelfMailerRetrieveURLResponse, type SelfMailersSkipLimit as SelfMailersSkipLimit, type SelfMailerCreateParams as SelfMailerCreateParams, type SelfMailerListParams as SelfMailerListParams, };
|
|
186
67
|
export { Campaigns as Campaigns, type Campaign as Campaign, type CampaignDeleteResponse as CampaignDeleteResponse, type CampaignsSkipLimit as CampaignsSkipLimit, type CampaignCreateParams as CampaignCreateParams, type CampaignUpdateParams as CampaignUpdateParams, type CampaignListParams as CampaignListParams, type CampaignSendParams as CampaignSendParams, };
|
|
187
|
-
export { Cheques as Cheques, type Cheque as Cheque, type ChequeSize as ChequeSize, type DigitalOnly as DigitalOnly, type ChequeRetrieveURLResponse as ChequeRetrieveURLResponse, type ChequesSkipLimit as ChequesSkipLimit, type ChequeCreateParams as ChequeCreateParams, type ChequeListParams as ChequeListParams, };
|
|
188
|
-
export { Contacts as Contacts, type Contact as Contact, type ContactCreate as ContactCreate, type ContactDeleteResponse as ContactDeleteResponse, type ContactsSkipLimit as ContactsSkipLimit, type ContactCreateParams as ContactCreateParams, type ContactListParams as ContactListParams, };
|
|
189
|
-
export { Letters as Letters, 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, };
|
|
190
68
|
export { MailingListImports as MailingListImports, type FileType as FileType, type MailingListImportResponse as MailingListImportResponse, type VerificationStatusCount as VerificationStatusCount, type MailingListImportDeleteResponse as MailingListImportDeleteResponse, type MailingListImportResponsesSkipLimit as MailingListImportResponsesSkipLimit, type MailingListImportCreateParams as MailingListImportCreateParams, type MailingListImportUpdateParams as MailingListImportUpdateParams, type MailingListImportListParams as MailingListImportListParams, };
|
|
191
69
|
export { MailingLists as MailingLists, type MailingList as MailingList, type MailingListUpdate as MailingListUpdate, type MailingListDeleteResponse as MailingListDeleteResponse, type MailingListsSkipLimit as MailingListsSkipLimit, type MailingListCreateParams as MailingListCreateParams, type MailingListUpdateParams as MailingListUpdateParams, type MailingListListParams as MailingListListParams, type MailingListJobsParams as MailingListJobsParams, };
|
|
192
|
-
export { OrderProfiles as OrderProfiles };
|
|
193
|
-
export { Postcards as Postcards, type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, };
|
|
194
70
|
export { Reports as Reports, type DeletedResponse as DeletedResponse, type Report as Report, type ReportsSkipLimit as ReportsSkipLimit, type ReportCreateParams as ReportCreateParams, type ReportUpdateParams as ReportUpdateParams, type ReportListParams as ReportListParams, type ReportSampleParams as ReportSampleParams, };
|
|
195
|
-
export {
|
|
196
|
-
export {
|
|
197
|
-
export {
|
|
71
|
+
export { SubOrganizations as SubOrganizations, type EmailPreferences as EmailPreferences, type SubOrganization as SubOrganization, type SubOrganizationCreateResponse as SubOrganizationCreateResponse, type SubOrganizationRetrieveUsersResponse as SubOrganizationRetrieveUsersResponse, type SubOrganizationsSkipLimit as SubOrganizationsSkipLimit, type SubOrganizationCreateParams as SubOrganizationCreateParams, type SubOrganizationListParams as SubOrganizationListParams, type SubOrganizationRetrieveUsersParams as SubOrganizationRetrieveUsersParams, };
|
|
72
|
+
export { Boxes as Boxes, type BoxCreateResponse as BoxCreateResponse, type BoxRetrieveResponse as BoxRetrieveResponse, type BoxListResponse as BoxListResponse, type BoxDeleteResponse as BoxDeleteResponse, type BoxProgressionsResponse as BoxProgressionsResponse, type BoxListResponsesSkipLimit as BoxListResponsesSkipLimit, type BoxCreateParams as BoxCreateParams, type BoxListParams as BoxListParams, };
|
|
73
|
+
export { SnapPacks as SnapPacks, type SnapPackCreateResponse as SnapPackCreateResponse, type SnapPackRetrieveResponse as SnapPackRetrieveResponse, type SnapPackListResponse as SnapPackListResponse, type SnapPackDeleteResponse as SnapPackDeleteResponse, type SnapPackProgressionsResponse as SnapPackProgressionsResponse, type SnapPackRetrieveCapabilitiesResponse as SnapPackRetrieveCapabilitiesResponse, type SnapPackListResponsesSkipLimit as SnapPackListResponsesSkipLimit, type SnapPackCreateParams as SnapPackCreateParams, type SnapPackListParams as SnapPackListParams, type SnapPackRetrieveCapabilitiesParams as SnapPackRetrieveCapabilitiesParams, };
|
|
74
|
+
export { TargetedListBuilds as TargetedListBuilds, type TargetedListBuildCreateResponse as TargetedListBuildCreateResponse, type TargetedListBuildRetrieveResponse as TargetedListBuildRetrieveResponse, type TargetedListBuildUpdateResponse as TargetedListBuildUpdateResponse, type TargetedListBuildListResponse as TargetedListBuildListResponse, type TargetedListBuildDeleteResponse as TargetedListBuildDeleteResponse, type TargetedListBuildConfirmResponse as TargetedListBuildConfirmResponse, type TargetedListBuildListResponsesSkipLimit as TargetedListBuildListResponsesSkipLimit, type TargetedListBuildCreateParams as TargetedListBuildCreateParams, type TargetedListBuildUpdateParams as TargetedListBuildUpdateParams, type TargetedListBuildListParams as TargetedListBuildListParams, };
|
|
75
|
+
export { TemplateEditorSessions as TemplateEditorSessions, type TemplateEditorSessionCreateResponse as TemplateEditorSessionCreateResponse, type TemplateEditorSessionListResponse as TemplateEditorSessionListResponse, type TemplateEditorSessionDeleteResponse as TemplateEditorSessionDeleteResponse, type TemplateEditorSessionListResponsesSkipLimit as TemplateEditorSessionListResponsesSkipLimit, type TemplateEditorSessionCreateParams as TemplateEditorSessionCreateParams, type TemplateEditorSessionListParams as TemplateEditorSessionListParams, };
|
|
76
|
+
export { VirtualMailboxes as VirtualMailboxes, type VirtualMailboxCreateResponse as VirtualMailboxCreateResponse, type VirtualMailboxRetrieveResponse as VirtualMailboxRetrieveResponse, type VirtualMailboxListResponse as VirtualMailboxListResponse, type VirtualMailboxRetrieveAddressResponse as VirtualMailboxRetrieveAddressResponse, type VirtualMailboxListResponsesSkipLimit as VirtualMailboxListResponsesSkipLimit, type VirtualMailboxCreateParams as VirtualMailboxCreateParams, type VirtualMailboxListParams as VirtualMailboxListParams, };
|
|
198
77
|
}
|
|
199
78
|
//# sourceMappingURL=print-mail.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-mail.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EACL,WAAW,EACX,sBAAsB,EACtB,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,YAAY,EACZ,qBAAqB,EACtB;OACM,KAAK,QAAQ;OACb,EACL,
|
|
1
|
+
{"version":3,"file":"print-mail.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EACL,WAAW,EACX,sBAAsB,EACtB,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,YAAY,EACZ,qBAAqB,EACtB;OACM,KAAK,QAAQ;OACb,EACL,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,KAAK,EACN;OACM,KAAK,YAAY;OACjB,EACL,QAAQ,EACR,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EACnB;OACM,KAAK,UAAU;OACf,EACL,MAAM,EACN,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,yBAAyB,EACzB,UAAU,EACV,OAAO,EACP,gBAAgB,EAChB,WAAW,EACZ;OACM,KAAK,WAAW;OAChB,EACL,OAAO,EACP,aAAa,EACb,mBAAmB,EACnB,4BAA4B,EAC5B,0BAA0B,EAC1B,qBAAqB,EACrB,iBAAiB,EACjB,QAAQ,EACR,iBAAiB,EAClB;OACM,KAAK,UAAU;OACf,EACL,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,yBAAyB,EACzB,UAAU,EACV,OAAO,EACP,gBAAgB,EAChB,WAAW,EACZ;OACM,KAAK,qBAAqB;OAC1B,EACL,QAAQ,EACR,6BAA6B,EAC7B,+BAA+B,EAC/B,2BAA2B,EAC3B,yBAAyB,EACzB,mCAAmC,EACnC,6BAA6B,EAC7B,kBAAkB,EAClB,uBAAuB,EACxB;OACM,KAAK,eAAe;OACpB,EACL,WAAW,EACX,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,uBAAuB,EACvB,YAAY,EACZ,qBAAqB,EACtB;OACM,KAAK,YAAY;OACjB,EACL,QAAQ,EACR,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAClB,2BAA2B,EAC3B,SAAS,EACT,kBAAkB,EACnB;OACM,KAAK,cAAc;OACnB,EACL,UAAU,EACV,sBAAsB,EACtB,oBAAoB,EACpB,6BAA6B,EAC7B,WAAW,EACX,oBAAoB,EACrB;OACM,KAAK,YAAY;OACjB,EACL,oBAAoB,EACpB,sBAAsB,EACtB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,8BAA8B,EAC9B,4BAA4B,EAC5B,kCAAkC,EAClC,oCAAoC,EACpC,wBAAwB,EACxB,SAAS,EACV;OACM,KAAK,mBAAmB;OACxB,EACL,gBAAgB,EAChB,eAAe,EACf,2BAA2B,EAC3B,6BAA6B,EAC7B,yBAAyB,EACzB,kCAAkC,EAClC,oCAAoC,EACpC,gBAAgB,EAChB,yBAAyB,EAC1B;OACM,KAAK,yBAAyB;OAC9B,EACL,iCAAiC,EACjC,mCAAmC,EACnC,mCAAmC,EACnC,+BAA+B,EAC/B,iCAAiC,EACjC,2CAA2C,EAC3C,sBAAsB,EACvB;OACM,KAAK,YAAY;OACjB,EACL,QAAQ,EACR,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EACnB;OACM,KAAK,WAAW;OAChB,EACL,mBAAmB,EACnB,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,mBAAmB,EACnB,6BAA6B,EAC7B,uBAAuB,EACvB,2BAA2B,EAC3B,6BAA6B,EAC7B,uCAAuC,EACvC,mBAAmB,EACnB,qBAAqB,EACrB,QAAQ,EACT;OACM,KAAK,UAAU;OACf,EACL,eAAe,EACf,MAAM,EACN,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,EACP,gBAAgB,EACjB;OACM,KAAK,qBAAqB;OAC1B,EACL,gCAAgC,EAChC,6BAA6B,EAC7B,+BAA+B,EAC/B,+BAA+B,EAC/B,2BAA2B,EAC3B,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,6BAA6B,EAC7B,+BAA+B,EAC/B,kBAAkB,EACnB;OACM,KAAK,mBAAmB;OACxB,EACL,0BAA0B,EAC1B,4BAA4B,EAC5B,wBAAwB,EACxB,0BAA0B,EAC1B,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,gBAAgB,EACjB;AAED,qBAAa,SAAU,SAAQ,WAAW;IACxC,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IACxE,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IACxE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,YAAY,EAAE,eAAe,CAAC,YAAY,CAAkD;IAC5F,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,WAAW,EAAE,cAAc,CAAC,WAAW,CAAgD;IACvF,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,kBAAkB,EAAE,qBAAqB,CAAC,kBAAkB,CAE1D;IACF,YAAY,EAAE,eAAe,CAAC,YAAY,CAAkD;IAC5F,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,gBAAgB,EAAE,mBAAmB,CAAC,gBAAgB,CAEpD;IACF,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAoC;IACzD,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,kBAAkB,EAAE,qBAAqB,CAAC,kBAAkB,CAE1D;IACF,sBAAsB,EAAE,yBAAyB,CAAC,sBAAsB,CACH;IACrE,gBAAgB,EAAE,mBAAmB,CAAC,gBAAgB,CAEpD;CACH;AAqBD,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,uCAAuC,IAAI,uCAAuC,EACvF,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;IAEF,OAAO,EACL,YAAY,IAAI,YAAY,EAC5B,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,WAAW,IAAI,WAAW,EAC1B,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,kBAAkB,IAAI,kBAAkB,EACxC,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;IAEF,OAAO,EACL,YAAY,IAAI,YAAY,EAC5B,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;IAEF,OAAO,EACL,gBAAgB,IAAI,gBAAgB,EACpC,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,oCAAoC,IAAI,oCAAoC,EACjF,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,kCAAkC,IAAI,kCAAkC,GAC9E,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,aAAa,IAAI,aAAa,GACpC,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,oCAAoC,IAAI,oCAAoC,EACjF,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,kCAAkC,IAAI,kCAAkC,GAC9E,CAAC;IAEF,OAAO,EACL,kBAAkB,IAAI,kBAAkB,EACxC,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,uCAAuC,IAAI,uCAAuC,EACvF,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;IAEF,OAAO,EACL,sBAAsB,IAAI,sBAAsB,EAChD,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,2CAA2C,IAAI,2CAA2C,EAC/F,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,+BAA+B,IAAI,+BAA+B,GACxE,CAAC;IAEF,OAAO,EACL,gBAAgB,IAAI,gBAAgB,EACpC,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,oCAAoC,IAAI,oCAAoC,EACjF,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -2,198 +2,77 @@ import { APIResource } from "../../core/resource.js";
|
|
|
2
2
|
import * as BankAccountsAPI from "./bank-accounts.js";
|
|
3
3
|
import { BankAccount, BankAccountCountryCode, BankAccountCreateParams, BankAccountDeleteResponse, BankAccountListParams, BankAccounts, BankAccountsSkipLimit } from "./bank-accounts.js";
|
|
4
4
|
import * as BoxesAPI from "./boxes.js";
|
|
5
|
-
import {
|
|
5
|
+
import { BoxCreateParams, BoxCreateResponse, BoxDeleteResponse, BoxListParams, BoxListResponse, BoxListResponsesSkipLimit, BoxProgressionsResponse, BoxRetrieveResponse, Boxes } from "./boxes.js";
|
|
6
6
|
import * as CampaignsAPI from "./campaigns.js";
|
|
7
7
|
import { Campaign, CampaignCreateParams, CampaignDeleteResponse, CampaignListParams, CampaignSendParams, CampaignUpdateParams, Campaigns, CampaignsSkipLimit } from "./campaigns.js";
|
|
8
8
|
import * as ChequesAPI from "./cheques.js";
|
|
9
|
-
import { Cheque, ChequeCreateParams, ChequeListParams, ChequeRetrieveURLResponse, ChequeSize, Cheques, ChequesSkipLimit, DigitalOnly } from "./cheques.js";
|
|
9
|
+
import { Cheque, ChequeCancelParams, ChequeCreateParams, ChequeListParams, ChequeRetrieveURLResponse, ChequeSize, Cheques, ChequesSkipLimit, DigitalOnly } from "./cheques.js";
|
|
10
10
|
import * as ContactsAPI from "./contacts.js";
|
|
11
|
-
import { Contact, ContactCreate, ContactCreateParams, ContactDeleteResponse, ContactListParams, Contacts, ContactsSkipLimit } from "./contacts.js";
|
|
11
|
+
import { Contact, ContactCreate, ContactCreateParams, ContactCreateWithCompanyName, ContactCreateWithFirstName, ContactDeleteResponse, ContactListParams, Contacts, ContactsSkipLimit } from "./contacts.js";
|
|
12
12
|
import * as LettersAPI from "./letters.js";
|
|
13
|
-
import { AddressPlacement, AttachedPdf, Letter, LetterCreateParams, LetterListParams, LetterRetrieveURLResponse, LetterSize, Letters, LettersSkipLimit, PlasticCard } from "./letters.js";
|
|
13
|
+
import { AddressPlacement, AttachedPdf, Letter, LetterCancelParams, LetterCreateParams, LetterListParams, LetterRetrieveURLResponse, LetterSize, Letters, LettersSkipLimit, PlasticCard } from "./letters.js";
|
|
14
14
|
import * as MailingListImportsAPI from "./mailing-list-imports.js";
|
|
15
15
|
import { FileType, MailingListImportCreateParams, MailingListImportDeleteResponse, MailingListImportListParams, MailingListImportResponse, MailingListImportResponsesSkipLimit, MailingListImportUpdateParams, MailingListImports, VerificationStatusCount } from "./mailing-list-imports.js";
|
|
16
16
|
import * as MailingListsAPI from "./mailing-lists.js";
|
|
17
17
|
import { MailingList, MailingListCreateParams, MailingListDeleteResponse, MailingListJobsParams, MailingListListParams, MailingListUpdate, MailingListUpdateParams, MailingLists, MailingListsSkipLimit } from "./mailing-lists.js";
|
|
18
18
|
import * as PostcardsAPI from "./postcards.js";
|
|
19
|
-
import { Postcard, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.js";
|
|
19
|
+
import { Postcard, PostcardCancelParams, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.js";
|
|
20
20
|
import * as SelfMailersAPI from "./self-mailers.js";
|
|
21
21
|
import { SelfMailer, SelfMailerCreateParams, SelfMailerListParams, SelfMailerRetrieveURLResponse, SelfMailers, SelfMailersSkipLimit } from "./self-mailers.js";
|
|
22
|
+
import * as SnapPacksAPI from "./snap-packs.js";
|
|
23
|
+
import { SnapPackCreateParams, SnapPackCreateResponse, SnapPackDeleteResponse, SnapPackListParams, SnapPackListResponse, SnapPackListResponsesSkipLimit, SnapPackProgressionsResponse, SnapPackRetrieveCapabilitiesParams, SnapPackRetrieveCapabilitiesResponse, SnapPackRetrieveResponse, SnapPacks } from "./snap-packs.js";
|
|
22
24
|
import * as SubOrganizationsAPI from "./sub-organizations.js";
|
|
23
|
-
import { EmailPreferences, SubOrganization,
|
|
25
|
+
import { EmailPreferences, SubOrganization, SubOrganizationCreateParams, SubOrganizationCreateResponse, SubOrganizationListParams, SubOrganizationRetrieveUsersParams, SubOrganizationRetrieveUsersResponse, SubOrganizations, SubOrganizationsSkipLimit } from "./sub-organizations.js";
|
|
26
|
+
import * as TemplateEditorSessionsAPI from "./template-editor-sessions.js";
|
|
27
|
+
import { TemplateEditorSessionCreateParams, TemplateEditorSessionCreateResponse, TemplateEditorSessionDeleteResponse, TemplateEditorSessionListParams, TemplateEditorSessionListResponse, TemplateEditorSessionListResponsesSkipLimit, TemplateEditorSessions } from "./template-editor-sessions.js";
|
|
24
28
|
import * as TemplatesAPI from "./templates.js";
|
|
25
29
|
import { Template, TemplateCreateParams, TemplateDeleteResponse, TemplateListParams, TemplateUpdateParams, Templates, TemplatesSkipLimit } from "./templates.js";
|
|
26
|
-
import * as
|
|
27
|
-
import {
|
|
30
|
+
import * as TrackersAPI from "./trackers.js";
|
|
31
|
+
import { TrackerCreateParams, TrackerCreateResponse, TrackerDeleteResponse, TrackerListParams, TrackerListResponse, TrackerListResponsesSkipLimit, TrackerRetrieveResponse, TrackerRetrieveVisitsParams, TrackerRetrieveVisitsResponse, TrackerRetrieveVisitsResponsesSkipLimit, TrackerUpdateParams, TrackerUpdateResponse, Trackers } from "./trackers.js";
|
|
28
32
|
import * as ReportsAPI from "./reports/reports.js";
|
|
29
33
|
import { DeletedResponse, Report, ReportCreateParams, ReportListParams, ReportSampleParams, ReportUpdateParams, Reports, ReportsSkipLimit } from "./reports/reports.js";
|
|
34
|
+
import * as TargetedListBuildsAPI from "./targeted-list-builds/targeted-list-builds.js";
|
|
35
|
+
import { TargetedListBuildConfirmResponse, TargetedListBuildCreateParams, TargetedListBuildCreateResponse, TargetedListBuildDeleteResponse, TargetedListBuildListParams, TargetedListBuildListResponse, TargetedListBuildListResponsesSkipLimit, TargetedListBuildRetrieveResponse, TargetedListBuildUpdateParams, TargetedListBuildUpdateResponse, TargetedListBuilds } from "./targeted-list-builds/targeted-list-builds.js";
|
|
36
|
+
import * as VirtualMailboxesAPI from "./virtual-mailboxes/virtual-mailboxes.js";
|
|
37
|
+
import { VirtualMailboxCreateParams, VirtualMailboxCreateResponse, VirtualMailboxListParams, VirtualMailboxListResponse, VirtualMailboxListResponsesSkipLimit, VirtualMailboxRetrieveAddressResponse, VirtualMailboxRetrieveResponse, VirtualMailboxes } from "./virtual-mailboxes/virtual-mailboxes.js";
|
|
30
38
|
export declare class PrintMail extends APIResource {
|
|
31
|
-
bankAccounts: BankAccountsAPI.BankAccounts;
|
|
32
|
-
boxes: BoxesAPI.Boxes;
|
|
33
|
-
campaigns: CampaignsAPI.Campaigns;
|
|
34
|
-
cheques: ChequesAPI.Cheques;
|
|
35
39
|
contacts: ContactsAPI.Contacts;
|
|
40
|
+
templates: TemplatesAPI.Templates;
|
|
41
|
+
trackers: TrackersAPI.Trackers;
|
|
36
42
|
letters: LettersAPI.Letters;
|
|
43
|
+
postcards: PostcardsAPI.Postcards;
|
|
44
|
+
bankAccounts: BankAccountsAPI.BankAccounts;
|
|
45
|
+
cheques: ChequesAPI.Cheques;
|
|
46
|
+
selfMailers: SelfMailersAPI.SelfMailers;
|
|
47
|
+
campaigns: CampaignsAPI.Campaigns;
|
|
37
48
|
mailingListImports: MailingListImportsAPI.MailingListImports;
|
|
38
49
|
mailingLists: MailingListsAPI.MailingLists;
|
|
39
|
-
orderProfiles: OrderProfilesAPI.OrderProfiles;
|
|
40
|
-
postcards: PostcardsAPI.Postcards;
|
|
41
50
|
reports: ReportsAPI.Reports;
|
|
42
|
-
selfMailers: SelfMailersAPI.SelfMailers;
|
|
43
51
|
subOrganizations: SubOrganizationsAPI.SubOrganizations;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*/
|
|
50
|
-
addressLine1: string;
|
|
51
|
-
companyName: string;
|
|
52
|
-
/**
|
|
53
|
-
* The ISO 3611-1 country code of the contact's address.
|
|
54
|
-
*/
|
|
55
|
-
countryCode: string;
|
|
56
|
-
/**
|
|
57
|
-
* Second line of the contact's address, if applicable.
|
|
58
|
-
*/
|
|
59
|
-
addressLine2?: string;
|
|
60
|
-
/**
|
|
61
|
-
* The city of the contact's address.
|
|
62
|
-
*/
|
|
63
|
-
city?: string;
|
|
64
|
-
/**
|
|
65
|
-
* An optional string describing this resource. Will be visible in the API and the
|
|
66
|
-
* dashboard.
|
|
67
|
-
*/
|
|
68
|
-
description?: string;
|
|
69
|
-
/**
|
|
70
|
-
* Email of the contact.
|
|
71
|
-
*/
|
|
72
|
-
email?: string;
|
|
73
|
-
/**
|
|
74
|
-
* First name of the contact.
|
|
75
|
-
*/
|
|
76
|
-
firstName?: string;
|
|
77
|
-
/**
|
|
78
|
-
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
79
|
-
* `verified` even if our address verification system says otherwise.
|
|
80
|
-
*/
|
|
81
|
-
forceVerifiedStatus?: boolean;
|
|
82
|
-
/**
|
|
83
|
-
* Job title of the contact.
|
|
84
|
-
*/
|
|
85
|
-
jobTitle?: string;
|
|
86
|
-
/**
|
|
87
|
-
* Last name of the contact.
|
|
88
|
-
*/
|
|
89
|
-
lastName?: string;
|
|
90
|
-
/**
|
|
91
|
-
* See the section on Metadata.
|
|
92
|
-
*/
|
|
93
|
-
metadata?: {
|
|
94
|
-
[key: string]: unknown;
|
|
95
|
-
};
|
|
96
|
-
/**
|
|
97
|
-
* Phone number of the contact.
|
|
98
|
-
*/
|
|
99
|
-
phoneNumber?: string;
|
|
100
|
-
/**
|
|
101
|
-
* The postal or ZIP code of the contact's address.
|
|
102
|
-
*/
|
|
103
|
-
postalOrZip?: string;
|
|
104
|
-
/**
|
|
105
|
-
* Province or state of the contact's address.
|
|
106
|
-
*/
|
|
107
|
-
provinceOrState?: string;
|
|
108
|
-
/**
|
|
109
|
-
* If `true`, PostGrid will skip running this contact's address through our address
|
|
110
|
-
* verification system.
|
|
111
|
-
*/
|
|
112
|
-
skipVerification?: boolean;
|
|
113
|
-
}
|
|
114
|
-
export interface ContactCreateWithFirstName {
|
|
115
|
-
/**
|
|
116
|
-
* The first line of the contact's address.
|
|
117
|
-
*/
|
|
118
|
-
addressLine1: string;
|
|
119
|
-
/**
|
|
120
|
-
* The ISO 3611-1 country code of the contact's address.
|
|
121
|
-
*/
|
|
122
|
-
countryCode: string;
|
|
123
|
-
firstName: string;
|
|
124
|
-
/**
|
|
125
|
-
* Second line of the contact's address, if applicable.
|
|
126
|
-
*/
|
|
127
|
-
addressLine2?: string;
|
|
128
|
-
/**
|
|
129
|
-
* The city of the contact's address.
|
|
130
|
-
*/
|
|
131
|
-
city?: string;
|
|
132
|
-
/**
|
|
133
|
-
* Company name of the contact.
|
|
134
|
-
*/
|
|
135
|
-
companyName?: string;
|
|
136
|
-
/**
|
|
137
|
-
* An optional string describing this resource. Will be visible in the API and the
|
|
138
|
-
* dashboard.
|
|
139
|
-
*/
|
|
140
|
-
description?: string;
|
|
141
|
-
/**
|
|
142
|
-
* Email of the contact.
|
|
143
|
-
*/
|
|
144
|
-
email?: string;
|
|
145
|
-
/**
|
|
146
|
-
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
147
|
-
* `verified` even if our address verification system says otherwise.
|
|
148
|
-
*/
|
|
149
|
-
forceVerifiedStatus?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* Job title of the contact.
|
|
152
|
-
*/
|
|
153
|
-
jobTitle?: string;
|
|
154
|
-
/**
|
|
155
|
-
* Last name of the contact.
|
|
156
|
-
*/
|
|
157
|
-
lastName?: string;
|
|
158
|
-
/**
|
|
159
|
-
* See the section on Metadata.
|
|
160
|
-
*/
|
|
161
|
-
metadata?: {
|
|
162
|
-
[key: string]: unknown;
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* Phone number of the contact.
|
|
166
|
-
*/
|
|
167
|
-
phoneNumber?: string;
|
|
168
|
-
/**
|
|
169
|
-
* The postal or ZIP code of the contact's address.
|
|
170
|
-
*/
|
|
171
|
-
postalOrZip?: string;
|
|
172
|
-
/**
|
|
173
|
-
* Province or state of the contact's address.
|
|
174
|
-
*/
|
|
175
|
-
provinceOrState?: string;
|
|
176
|
-
/**
|
|
177
|
-
* If `true`, PostGrid will skip running this contact's address through our address
|
|
178
|
-
* verification system.
|
|
179
|
-
*/
|
|
180
|
-
skipVerification?: boolean;
|
|
52
|
+
boxes: BoxesAPI.Boxes;
|
|
53
|
+
snapPacks: SnapPacksAPI.SnapPacks;
|
|
54
|
+
targetedListBuilds: TargetedListBuildsAPI.TargetedListBuilds;
|
|
55
|
+
templateEditorSessions: TemplateEditorSessionsAPI.TemplateEditorSessions;
|
|
56
|
+
virtualMailboxes: VirtualMailboxesAPI.VirtualMailboxes;
|
|
181
57
|
}
|
|
182
58
|
export declare namespace PrintMail {
|
|
183
|
-
export { type ContactCreateWithCompanyName as ContactCreateWithCompanyName, type ContactCreateWithFirstName as ContactCreateWithFirstName, };
|
|
59
|
+
export { Contacts as Contacts, type Contact as Contact, type ContactCreate as ContactCreate, type ContactCreateWithCompanyName as ContactCreateWithCompanyName, type ContactCreateWithFirstName as ContactCreateWithFirstName, type ContactDeleteResponse as ContactDeleteResponse, type ContactsSkipLimit as ContactsSkipLimit, type ContactCreateParams as ContactCreateParams, type ContactListParams as ContactListParams, };
|
|
60
|
+
export { Templates as Templates, type Template as Template, type TemplateDeleteResponse as TemplateDeleteResponse, type TemplatesSkipLimit as TemplatesSkipLimit, type TemplateCreateParams as TemplateCreateParams, type TemplateUpdateParams as TemplateUpdateParams, type TemplateListParams as TemplateListParams, };
|
|
61
|
+
export { Trackers as Trackers, type TrackerCreateResponse as TrackerCreateResponse, type TrackerRetrieveResponse as TrackerRetrieveResponse, type TrackerUpdateResponse as TrackerUpdateResponse, type TrackerListResponse as TrackerListResponse, type TrackerDeleteResponse as TrackerDeleteResponse, type TrackerRetrieveVisitsResponse as TrackerRetrieveVisitsResponse, type TrackerListResponsesSkipLimit as TrackerListResponsesSkipLimit, type TrackerRetrieveVisitsResponsesSkipLimit as TrackerRetrieveVisitsResponsesSkipLimit, type TrackerCreateParams as TrackerCreateParams, type TrackerUpdateParams as TrackerUpdateParams, type TrackerListParams as TrackerListParams, type TrackerRetrieveVisitsParams as TrackerRetrieveVisitsParams, };
|
|
62
|
+
export { Letters as Letters, 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, type LetterCancelParams as LetterCancelParams, };
|
|
63
|
+
export { Postcards as Postcards, type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, type PostcardCancelParams as PostcardCancelParams, };
|
|
184
64
|
export { BankAccounts as BankAccounts, type BankAccount as BankAccount, type BankAccountCountryCode as BankAccountCountryCode, type BankAccountDeleteResponse as BankAccountDeleteResponse, type BankAccountsSkipLimit as BankAccountsSkipLimit, type BankAccountCreateParams as BankAccountCreateParams, type BankAccountListParams as BankAccountListParams, };
|
|
185
|
-
export {
|
|
65
|
+
export { Cheques as Cheques, type Cheque as Cheque, type ChequeSize as ChequeSize, type DigitalOnly as DigitalOnly, type ChequeRetrieveURLResponse as ChequeRetrieveURLResponse, type ChequesSkipLimit as ChequesSkipLimit, type ChequeCreateParams as ChequeCreateParams, type ChequeListParams as ChequeListParams, type ChequeCancelParams as ChequeCancelParams, };
|
|
66
|
+
export { SelfMailers as SelfMailers, type SelfMailer as SelfMailer, type SelfMailerRetrieveURLResponse as SelfMailerRetrieveURLResponse, type SelfMailersSkipLimit as SelfMailersSkipLimit, type SelfMailerCreateParams as SelfMailerCreateParams, type SelfMailerListParams as SelfMailerListParams, };
|
|
186
67
|
export { Campaigns as Campaigns, type Campaign as Campaign, type CampaignDeleteResponse as CampaignDeleteResponse, type CampaignsSkipLimit as CampaignsSkipLimit, type CampaignCreateParams as CampaignCreateParams, type CampaignUpdateParams as CampaignUpdateParams, type CampaignListParams as CampaignListParams, type CampaignSendParams as CampaignSendParams, };
|
|
187
|
-
export { Cheques as Cheques, type Cheque as Cheque, type ChequeSize as ChequeSize, type DigitalOnly as DigitalOnly, type ChequeRetrieveURLResponse as ChequeRetrieveURLResponse, type ChequesSkipLimit as ChequesSkipLimit, type ChequeCreateParams as ChequeCreateParams, type ChequeListParams as ChequeListParams, };
|
|
188
|
-
export { Contacts as Contacts, type Contact as Contact, type ContactCreate as ContactCreate, type ContactDeleteResponse as ContactDeleteResponse, type ContactsSkipLimit as ContactsSkipLimit, type ContactCreateParams as ContactCreateParams, type ContactListParams as ContactListParams, };
|
|
189
|
-
export { Letters as Letters, 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, };
|
|
190
68
|
export { MailingListImports as MailingListImports, type FileType as FileType, type MailingListImportResponse as MailingListImportResponse, type VerificationStatusCount as VerificationStatusCount, type MailingListImportDeleteResponse as MailingListImportDeleteResponse, type MailingListImportResponsesSkipLimit as MailingListImportResponsesSkipLimit, type MailingListImportCreateParams as MailingListImportCreateParams, type MailingListImportUpdateParams as MailingListImportUpdateParams, type MailingListImportListParams as MailingListImportListParams, };
|
|
191
69
|
export { MailingLists as MailingLists, type MailingList as MailingList, type MailingListUpdate as MailingListUpdate, type MailingListDeleteResponse as MailingListDeleteResponse, type MailingListsSkipLimit as MailingListsSkipLimit, type MailingListCreateParams as MailingListCreateParams, type MailingListUpdateParams as MailingListUpdateParams, type MailingListListParams as MailingListListParams, type MailingListJobsParams as MailingListJobsParams, };
|
|
192
|
-
export { OrderProfiles as OrderProfiles };
|
|
193
|
-
export { Postcards as Postcards, type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, };
|
|
194
70
|
export { Reports as Reports, type DeletedResponse as DeletedResponse, type Report as Report, type ReportsSkipLimit as ReportsSkipLimit, type ReportCreateParams as ReportCreateParams, type ReportUpdateParams as ReportUpdateParams, type ReportListParams as ReportListParams, type ReportSampleParams as ReportSampleParams, };
|
|
195
|
-
export {
|
|
196
|
-
export {
|
|
197
|
-
export {
|
|
71
|
+
export { SubOrganizations as SubOrganizations, type EmailPreferences as EmailPreferences, type SubOrganization as SubOrganization, type SubOrganizationCreateResponse as SubOrganizationCreateResponse, type SubOrganizationRetrieveUsersResponse as SubOrganizationRetrieveUsersResponse, type SubOrganizationsSkipLimit as SubOrganizationsSkipLimit, type SubOrganizationCreateParams as SubOrganizationCreateParams, type SubOrganizationListParams as SubOrganizationListParams, type SubOrganizationRetrieveUsersParams as SubOrganizationRetrieveUsersParams, };
|
|
72
|
+
export { Boxes as Boxes, type BoxCreateResponse as BoxCreateResponse, type BoxRetrieveResponse as BoxRetrieveResponse, type BoxListResponse as BoxListResponse, type BoxDeleteResponse as BoxDeleteResponse, type BoxProgressionsResponse as BoxProgressionsResponse, type BoxListResponsesSkipLimit as BoxListResponsesSkipLimit, type BoxCreateParams as BoxCreateParams, type BoxListParams as BoxListParams, };
|
|
73
|
+
export { SnapPacks as SnapPacks, type SnapPackCreateResponse as SnapPackCreateResponse, type SnapPackRetrieveResponse as SnapPackRetrieveResponse, type SnapPackListResponse as SnapPackListResponse, type SnapPackDeleteResponse as SnapPackDeleteResponse, type SnapPackProgressionsResponse as SnapPackProgressionsResponse, type SnapPackRetrieveCapabilitiesResponse as SnapPackRetrieveCapabilitiesResponse, type SnapPackListResponsesSkipLimit as SnapPackListResponsesSkipLimit, type SnapPackCreateParams as SnapPackCreateParams, type SnapPackListParams as SnapPackListParams, type SnapPackRetrieveCapabilitiesParams as SnapPackRetrieveCapabilitiesParams, };
|
|
74
|
+
export { TargetedListBuilds as TargetedListBuilds, type TargetedListBuildCreateResponse as TargetedListBuildCreateResponse, type TargetedListBuildRetrieveResponse as TargetedListBuildRetrieveResponse, type TargetedListBuildUpdateResponse as TargetedListBuildUpdateResponse, type TargetedListBuildListResponse as TargetedListBuildListResponse, type TargetedListBuildDeleteResponse as TargetedListBuildDeleteResponse, type TargetedListBuildConfirmResponse as TargetedListBuildConfirmResponse, type TargetedListBuildListResponsesSkipLimit as TargetedListBuildListResponsesSkipLimit, type TargetedListBuildCreateParams as TargetedListBuildCreateParams, type TargetedListBuildUpdateParams as TargetedListBuildUpdateParams, type TargetedListBuildListParams as TargetedListBuildListParams, };
|
|
75
|
+
export { TemplateEditorSessions as TemplateEditorSessions, type TemplateEditorSessionCreateResponse as TemplateEditorSessionCreateResponse, type TemplateEditorSessionListResponse as TemplateEditorSessionListResponse, type TemplateEditorSessionDeleteResponse as TemplateEditorSessionDeleteResponse, type TemplateEditorSessionListResponsesSkipLimit as TemplateEditorSessionListResponsesSkipLimit, type TemplateEditorSessionCreateParams as TemplateEditorSessionCreateParams, type TemplateEditorSessionListParams as TemplateEditorSessionListParams, };
|
|
76
|
+
export { VirtualMailboxes as VirtualMailboxes, type VirtualMailboxCreateResponse as VirtualMailboxCreateResponse, type VirtualMailboxRetrieveResponse as VirtualMailboxRetrieveResponse, type VirtualMailboxListResponse as VirtualMailboxListResponse, type VirtualMailboxRetrieveAddressResponse as VirtualMailboxRetrieveAddressResponse, type VirtualMailboxListResponsesSkipLimit as VirtualMailboxListResponsesSkipLimit, type VirtualMailboxCreateParams as VirtualMailboxCreateParams, type VirtualMailboxListParams as VirtualMailboxListParams, };
|
|
198
77
|
}
|
|
199
78
|
//# sourceMappingURL=print-mail.d.ts.map
|