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,5 +1,4 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import * as PrintMailAPI from "./print-mail.mjs";
|
|
3
2
|
import { APIPromise } from "../../core/api-promise.mjs";
|
|
4
3
|
import { PagePromise, SkipLimit, type SkipLimitParams } from "../../core/pagination.mjs";
|
|
5
4
|
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
@@ -167,7 +166,143 @@ export interface Contact {
|
|
|
167
166
|
*/
|
|
168
167
|
skipVerification?: boolean;
|
|
169
168
|
}
|
|
170
|
-
export type ContactCreate =
|
|
169
|
+
export type ContactCreate = ContactCreateWithFirstName | ContactCreateWithCompanyName;
|
|
170
|
+
export interface ContactCreateWithCompanyName {
|
|
171
|
+
/**
|
|
172
|
+
* The first line of the contact's address.
|
|
173
|
+
*/
|
|
174
|
+
addressLine1: string;
|
|
175
|
+
companyName: string;
|
|
176
|
+
/**
|
|
177
|
+
* The ISO 3611-1 country code of the contact's address.
|
|
178
|
+
*/
|
|
179
|
+
countryCode: string;
|
|
180
|
+
/**
|
|
181
|
+
* Second line of the contact's address, if applicable.
|
|
182
|
+
*/
|
|
183
|
+
addressLine2?: string;
|
|
184
|
+
/**
|
|
185
|
+
* The city of the contact's address.
|
|
186
|
+
*/
|
|
187
|
+
city?: string;
|
|
188
|
+
/**
|
|
189
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
190
|
+
* dashboard.
|
|
191
|
+
*/
|
|
192
|
+
description?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Email of the contact.
|
|
195
|
+
*/
|
|
196
|
+
email?: string;
|
|
197
|
+
/**
|
|
198
|
+
* First name of the contact.
|
|
199
|
+
*/
|
|
200
|
+
firstName?: string;
|
|
201
|
+
/**
|
|
202
|
+
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
203
|
+
* `verified` even if our address verification system says otherwise.
|
|
204
|
+
*/
|
|
205
|
+
forceVerifiedStatus?: boolean;
|
|
206
|
+
/**
|
|
207
|
+
* Job title of the contact.
|
|
208
|
+
*/
|
|
209
|
+
jobTitle?: string;
|
|
210
|
+
/**
|
|
211
|
+
* Last name of the contact.
|
|
212
|
+
*/
|
|
213
|
+
lastName?: string;
|
|
214
|
+
/**
|
|
215
|
+
* See the section on Metadata.
|
|
216
|
+
*/
|
|
217
|
+
metadata?: {
|
|
218
|
+
[key: string]: unknown;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Phone number of the contact.
|
|
222
|
+
*/
|
|
223
|
+
phoneNumber?: string;
|
|
224
|
+
/**
|
|
225
|
+
* The postal or ZIP code of the contact's address.
|
|
226
|
+
*/
|
|
227
|
+
postalOrZip?: string;
|
|
228
|
+
/**
|
|
229
|
+
* Province or state of the contact's address.
|
|
230
|
+
*/
|
|
231
|
+
provinceOrState?: string;
|
|
232
|
+
/**
|
|
233
|
+
* If `true`, PostGrid will skip running this contact's address through our address
|
|
234
|
+
* verification system.
|
|
235
|
+
*/
|
|
236
|
+
skipVerification?: boolean;
|
|
237
|
+
}
|
|
238
|
+
export interface ContactCreateWithFirstName {
|
|
239
|
+
/**
|
|
240
|
+
* The first line of the contact's address.
|
|
241
|
+
*/
|
|
242
|
+
addressLine1: string;
|
|
243
|
+
/**
|
|
244
|
+
* The ISO 3611-1 country code of the contact's address.
|
|
245
|
+
*/
|
|
246
|
+
countryCode: string;
|
|
247
|
+
firstName: string;
|
|
248
|
+
/**
|
|
249
|
+
* Second line of the contact's address, if applicable.
|
|
250
|
+
*/
|
|
251
|
+
addressLine2?: string;
|
|
252
|
+
/**
|
|
253
|
+
* The city of the contact's address.
|
|
254
|
+
*/
|
|
255
|
+
city?: string;
|
|
256
|
+
/**
|
|
257
|
+
* Company name of the contact.
|
|
258
|
+
*/
|
|
259
|
+
companyName?: string;
|
|
260
|
+
/**
|
|
261
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
262
|
+
* dashboard.
|
|
263
|
+
*/
|
|
264
|
+
description?: string;
|
|
265
|
+
/**
|
|
266
|
+
* Email of the contact.
|
|
267
|
+
*/
|
|
268
|
+
email?: string;
|
|
269
|
+
/**
|
|
270
|
+
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
271
|
+
* `verified` even if our address verification system says otherwise.
|
|
272
|
+
*/
|
|
273
|
+
forceVerifiedStatus?: boolean;
|
|
274
|
+
/**
|
|
275
|
+
* Job title of the contact.
|
|
276
|
+
*/
|
|
277
|
+
jobTitle?: string;
|
|
278
|
+
/**
|
|
279
|
+
* Last name of the contact.
|
|
280
|
+
*/
|
|
281
|
+
lastName?: string;
|
|
282
|
+
/**
|
|
283
|
+
* See the section on Metadata.
|
|
284
|
+
*/
|
|
285
|
+
metadata?: {
|
|
286
|
+
[key: string]: unknown;
|
|
287
|
+
};
|
|
288
|
+
/**
|
|
289
|
+
* Phone number of the contact.
|
|
290
|
+
*/
|
|
291
|
+
phoneNumber?: string;
|
|
292
|
+
/**
|
|
293
|
+
* The postal or ZIP code of the contact's address.
|
|
294
|
+
*/
|
|
295
|
+
postalOrZip?: string;
|
|
296
|
+
/**
|
|
297
|
+
* Province or state of the contact's address.
|
|
298
|
+
*/
|
|
299
|
+
provinceOrState?: string;
|
|
300
|
+
/**
|
|
301
|
+
* If `true`, PostGrid will skip running this contact's address through our address
|
|
302
|
+
* verification system.
|
|
303
|
+
*/
|
|
304
|
+
skipVerification?: boolean;
|
|
305
|
+
}
|
|
171
306
|
export interface ContactDeleteResponse {
|
|
172
307
|
/**
|
|
173
308
|
* A unique ID prefixed with contact\_
|
|
@@ -329,6 +464,6 @@ export interface ContactListParams extends SkipLimitParams {
|
|
|
329
464
|
search?: string;
|
|
330
465
|
}
|
|
331
466
|
export declare namespace Contacts {
|
|
332
|
-
export { type Contact as Contact, type ContactCreate as ContactCreate, type ContactDeleteResponse as ContactDeleteResponse, type ContactsSkipLimit as ContactsSkipLimit, type ContactCreateParams as ContactCreateParams, type ContactListParams as ContactListParams, };
|
|
467
|
+
export { 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, };
|
|
333
468
|
}
|
|
334
469
|
//# sourceMappingURL=contacts.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contacts.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,
|
|
1
|
+
{"version":3,"file":"contacts.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,WAAW,EAAE,SAAS,EAAE,KAAK,eAAe,EAAE;OAChD,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIhF;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAInE;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,iBAAiB,GAAG,IAAI,GAAG,SAAc,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,iBAAiB,EAAE,OAAO,CAAC;IAI1C;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;CAGhF;AAED,MAAM,MAAM,iBAAiB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAC;AAEnD,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,aAAa,EAAE,UAAU,GAAG,WAAW,GAAG,QAAQ,CAAC;IAEnD;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAEtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,MAAM,aAAa,GAAG,0BAA0B,GAAG,4BAA4B,CAAC;AAEtF,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAEtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAEtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,EAAE,IAAI,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB;AAED,MAAM,MAAM,mBAAmB,GAC3B,mBAAmB,CAAC,0BAA0B,GAC9C,mBAAmB,CAAC,4BAA4B,CAAC;AAErD,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IAC3C,UAAiB,0BAA0B;QACzC;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAE9B;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;QAEtC;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B;IAED,UAAiB,4BAA4B;QAC3C;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;WAGG;QACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAE9B;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;QAEtC;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B;CACF;AAED,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,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;CACH"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.js";
|
|
2
|
-
import * as PrintMailAPI from "./print-mail.js";
|
|
3
2
|
import { APIPromise } from "../../core/api-promise.js";
|
|
4
3
|
import { PagePromise, SkipLimit, type SkipLimitParams } from "../../core/pagination.js";
|
|
5
4
|
import { RequestOptions } from "../../internal/request-options.js";
|
|
@@ -167,7 +166,143 @@ export interface Contact {
|
|
|
167
166
|
*/
|
|
168
167
|
skipVerification?: boolean;
|
|
169
168
|
}
|
|
170
|
-
export type ContactCreate =
|
|
169
|
+
export type ContactCreate = ContactCreateWithFirstName | ContactCreateWithCompanyName;
|
|
170
|
+
export interface ContactCreateWithCompanyName {
|
|
171
|
+
/**
|
|
172
|
+
* The first line of the contact's address.
|
|
173
|
+
*/
|
|
174
|
+
addressLine1: string;
|
|
175
|
+
companyName: string;
|
|
176
|
+
/**
|
|
177
|
+
* The ISO 3611-1 country code of the contact's address.
|
|
178
|
+
*/
|
|
179
|
+
countryCode: string;
|
|
180
|
+
/**
|
|
181
|
+
* Second line of the contact's address, if applicable.
|
|
182
|
+
*/
|
|
183
|
+
addressLine2?: string;
|
|
184
|
+
/**
|
|
185
|
+
* The city of the contact's address.
|
|
186
|
+
*/
|
|
187
|
+
city?: string;
|
|
188
|
+
/**
|
|
189
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
190
|
+
* dashboard.
|
|
191
|
+
*/
|
|
192
|
+
description?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Email of the contact.
|
|
195
|
+
*/
|
|
196
|
+
email?: string;
|
|
197
|
+
/**
|
|
198
|
+
* First name of the contact.
|
|
199
|
+
*/
|
|
200
|
+
firstName?: string;
|
|
201
|
+
/**
|
|
202
|
+
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
203
|
+
* `verified` even if our address verification system says otherwise.
|
|
204
|
+
*/
|
|
205
|
+
forceVerifiedStatus?: boolean;
|
|
206
|
+
/**
|
|
207
|
+
* Job title of the contact.
|
|
208
|
+
*/
|
|
209
|
+
jobTitle?: string;
|
|
210
|
+
/**
|
|
211
|
+
* Last name of the contact.
|
|
212
|
+
*/
|
|
213
|
+
lastName?: string;
|
|
214
|
+
/**
|
|
215
|
+
* See the section on Metadata.
|
|
216
|
+
*/
|
|
217
|
+
metadata?: {
|
|
218
|
+
[key: string]: unknown;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Phone number of the contact.
|
|
222
|
+
*/
|
|
223
|
+
phoneNumber?: string;
|
|
224
|
+
/**
|
|
225
|
+
* The postal or ZIP code of the contact's address.
|
|
226
|
+
*/
|
|
227
|
+
postalOrZip?: string;
|
|
228
|
+
/**
|
|
229
|
+
* Province or state of the contact's address.
|
|
230
|
+
*/
|
|
231
|
+
provinceOrState?: string;
|
|
232
|
+
/**
|
|
233
|
+
* If `true`, PostGrid will skip running this contact's address through our address
|
|
234
|
+
* verification system.
|
|
235
|
+
*/
|
|
236
|
+
skipVerification?: boolean;
|
|
237
|
+
}
|
|
238
|
+
export interface ContactCreateWithFirstName {
|
|
239
|
+
/**
|
|
240
|
+
* The first line of the contact's address.
|
|
241
|
+
*/
|
|
242
|
+
addressLine1: string;
|
|
243
|
+
/**
|
|
244
|
+
* The ISO 3611-1 country code of the contact's address.
|
|
245
|
+
*/
|
|
246
|
+
countryCode: string;
|
|
247
|
+
firstName: string;
|
|
248
|
+
/**
|
|
249
|
+
* Second line of the contact's address, if applicable.
|
|
250
|
+
*/
|
|
251
|
+
addressLine2?: string;
|
|
252
|
+
/**
|
|
253
|
+
* The city of the contact's address.
|
|
254
|
+
*/
|
|
255
|
+
city?: string;
|
|
256
|
+
/**
|
|
257
|
+
* Company name of the contact.
|
|
258
|
+
*/
|
|
259
|
+
companyName?: string;
|
|
260
|
+
/**
|
|
261
|
+
* An optional string describing this resource. Will be visible in the API and the
|
|
262
|
+
* dashboard.
|
|
263
|
+
*/
|
|
264
|
+
description?: string;
|
|
265
|
+
/**
|
|
266
|
+
* Email of the contact.
|
|
267
|
+
*/
|
|
268
|
+
email?: string;
|
|
269
|
+
/**
|
|
270
|
+
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
271
|
+
* `verified` even if our address verification system says otherwise.
|
|
272
|
+
*/
|
|
273
|
+
forceVerifiedStatus?: boolean;
|
|
274
|
+
/**
|
|
275
|
+
* Job title of the contact.
|
|
276
|
+
*/
|
|
277
|
+
jobTitle?: string;
|
|
278
|
+
/**
|
|
279
|
+
* Last name of the contact.
|
|
280
|
+
*/
|
|
281
|
+
lastName?: string;
|
|
282
|
+
/**
|
|
283
|
+
* See the section on Metadata.
|
|
284
|
+
*/
|
|
285
|
+
metadata?: {
|
|
286
|
+
[key: string]: unknown;
|
|
287
|
+
};
|
|
288
|
+
/**
|
|
289
|
+
* Phone number of the contact.
|
|
290
|
+
*/
|
|
291
|
+
phoneNumber?: string;
|
|
292
|
+
/**
|
|
293
|
+
* The postal or ZIP code of the contact's address.
|
|
294
|
+
*/
|
|
295
|
+
postalOrZip?: string;
|
|
296
|
+
/**
|
|
297
|
+
* Province or state of the contact's address.
|
|
298
|
+
*/
|
|
299
|
+
provinceOrState?: string;
|
|
300
|
+
/**
|
|
301
|
+
* If `true`, PostGrid will skip running this contact's address through our address
|
|
302
|
+
* verification system.
|
|
303
|
+
*/
|
|
304
|
+
skipVerification?: boolean;
|
|
305
|
+
}
|
|
171
306
|
export interface ContactDeleteResponse {
|
|
172
307
|
/**
|
|
173
308
|
* A unique ID prefixed with contact\_
|
|
@@ -329,6 +464,6 @@ export interface ContactListParams extends SkipLimitParams {
|
|
|
329
464
|
search?: string;
|
|
330
465
|
}
|
|
331
466
|
export declare namespace Contacts {
|
|
332
|
-
export { type Contact as Contact, type ContactCreate as ContactCreate, type ContactDeleteResponse as ContactDeleteResponse, type ContactsSkipLimit as ContactsSkipLimit, type ContactCreateParams as ContactCreateParams, type ContactListParams as ContactListParams, };
|
|
467
|
+
export { 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, };
|
|
333
468
|
}
|
|
334
469
|
//# sourceMappingURL=contacts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contacts.d.ts","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,
|
|
1
|
+
{"version":3,"file":"contacts.d.ts","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,WAAW,EAAE,SAAS,EAAE,KAAK,eAAe,EAAE;OAChD,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIhF;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAInE;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,iBAAiB,GAAG,IAAI,GAAG,SAAc,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,iBAAiB,EAAE,OAAO,CAAC;IAI1C;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;CAGhF;AAED,MAAM,MAAM,iBAAiB,GAAG,SAAS,CAAC,OAAO,CAAC,CAAC;AAEnD,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,aAAa,EAAE,UAAU,GAAG,WAAW,GAAG,QAAQ,CAAC;IAEnD;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAEtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,MAAM,aAAa,GAAG,0BAA0B,GAAG,4BAA4B,CAAC;AAEtF,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAEtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAEtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,EAAE,IAAI,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB;AAED,MAAM,MAAM,mBAAmB,GAC3B,mBAAmB,CAAC,0BAA0B,GAC9C,mBAAmB,CAAC,4BAA4B,CAAC;AAErD,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IAC3C,UAAiB,0BAA0B;QACzC;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAE9B;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;QAEtC;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B;IAED,UAAiB,4BAA4B;QAC3C;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;WAGG;QACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAE9B;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,QAAQ,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;QAEtC;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;;WAGG;QACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B;CACF;AAED,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACxD;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,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;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contacts.js","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;
|
|
1
|
+
{"version":3,"file":"contacts.js","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,yDAAqF;AAErF,uDAAiD;AAEjD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,2BAA2B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,yBAAyB,EAAE,CAAA,sBAAkB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvG,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,2BAA2B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;CACF;AA5ED,4BA4EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contacts.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"contacts.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/contacts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAe,SAAS,EAAwB;OAEhD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,2BAA2B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,yBAAyB,EAAE,CAAA,SAAkB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvG,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,2BAA2B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;CACF"}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
export { BankAccounts, type BankAccount, type BankAccountCountryCode, type BankAccountDeleteResponse, type BankAccountCreateParams, type BankAccountListParams, type BankAccountsSkipLimit, } from "./bank-accounts.mjs";
|
|
2
|
-
export { Boxes, type
|
|
2
|
+
export { Boxes, type BoxCreateResponse, type BoxRetrieveResponse, type BoxListResponse, type BoxDeleteResponse, type BoxProgressionsResponse, type BoxCreateParams, type BoxListParams, type BoxListResponsesSkipLimit, } from "./boxes.mjs";
|
|
3
3
|
export { Campaigns, type Campaign, type CampaignDeleteResponse, type CampaignCreateParams, type CampaignUpdateParams, type CampaignListParams, type CampaignSendParams, type CampaignsSkipLimit, } from "./campaigns.mjs";
|
|
4
|
-
export { Cheques, type Cheque, type ChequeSize, type DigitalOnly, type ChequeRetrieveURLResponse, type ChequeCreateParams, type ChequeListParams, type ChequesSkipLimit, } from "./cheques.mjs";
|
|
5
|
-
export { Contacts, type Contact, type ContactCreate, type ContactDeleteResponse, type ContactCreateParams, type ContactListParams, type ContactsSkipLimit, } from "./contacts.mjs";
|
|
6
|
-
export { Letters, type AddressPlacement, type AttachedPdf, type Letter, type LetterSize, type PlasticCard, type LetterRetrieveURLResponse, type LetterCreateParams, type LetterListParams, type LettersSkipLimit, } from "./letters.mjs";
|
|
4
|
+
export { Cheques, type Cheque, type ChequeSize, type DigitalOnly, type ChequeRetrieveURLResponse, type ChequeCreateParams, type ChequeListParams, type ChequeCancelParams, type ChequesSkipLimit, } from "./cheques.mjs";
|
|
5
|
+
export { Contacts, type Contact, type ContactCreate, type ContactCreateWithCompanyName, type ContactCreateWithFirstName, type ContactDeleteResponse, type ContactCreateParams, type ContactListParams, type ContactsSkipLimit, } from "./contacts.mjs";
|
|
6
|
+
export { Letters, type AddressPlacement, type AttachedPdf, type Letter, type LetterSize, type PlasticCard, type LetterRetrieveURLResponse, type LetterCreateParams, type LetterListParams, type LetterCancelParams, type LettersSkipLimit, } from "./letters.mjs";
|
|
7
7
|
export { MailingListImports, type FileType, type MailingListImportResponse, type VerificationStatusCount, type MailingListImportDeleteResponse, type MailingListImportCreateParams, type MailingListImportUpdateParams, type MailingListImportListParams, type MailingListImportResponsesSkipLimit, } from "./mailing-list-imports.mjs";
|
|
8
8
|
export { MailingLists, type MailingList, type MailingListUpdate, type MailingListDeleteResponse, type MailingListCreateParams, type MailingListUpdateParams, type MailingListListParams, type MailingListJobsParams, type MailingListsSkipLimit, } from "./mailing-lists.mjs";
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export { PrintMail, type ContactCreateWithCompanyName, type ContactCreateWithFirstName } from "./print-mail.mjs";
|
|
9
|
+
export { Postcards, type Postcard, type PostcardRetrieveURLResponse, type PostcardCreateParams, type PostcardListParams, type PostcardCancelParams, type PostcardsSkipLimit, } from "./postcards.mjs";
|
|
10
|
+
export { PrintMail } from "./print-mail.mjs";
|
|
12
11
|
export { Reports, type DeletedResponse, type Report, type ReportCreateParams, type ReportUpdateParams, type ReportListParams, type ReportSampleParams, type ReportsSkipLimit, } from "./reports/index.mjs";
|
|
13
12
|
export { SelfMailers, type SelfMailer, type SelfMailerRetrieveURLResponse, type SelfMailerCreateParams, type SelfMailerListParams, type SelfMailersSkipLimit, } from "./self-mailers.mjs";
|
|
14
|
-
export {
|
|
13
|
+
export { SnapPacks, type SnapPackCreateResponse, type SnapPackRetrieveResponse, type SnapPackListResponse, type SnapPackDeleteResponse, type SnapPackProgressionsResponse, type SnapPackRetrieveCapabilitiesResponse, type SnapPackCreateParams, type SnapPackListParams, type SnapPackRetrieveCapabilitiesParams, type SnapPackListResponsesSkipLimit, } from "./snap-packs.mjs";
|
|
14
|
+
export { SubOrganizations, type EmailPreferences, type SubOrganization, type SubOrganizationCreateResponse, type SubOrganizationRetrieveUsersResponse, type SubOrganizationCreateParams, type SubOrganizationListParams, type SubOrganizationRetrieveUsersParams, type SubOrganizationsSkipLimit, } from "./sub-organizations.mjs";
|
|
15
|
+
export { TargetedListBuilds, type TargetedListBuildCreateResponse, type TargetedListBuildRetrieveResponse, type TargetedListBuildUpdateResponse, type TargetedListBuildListResponse, type TargetedListBuildDeleteResponse, type TargetedListBuildConfirmResponse, type TargetedListBuildCreateParams, type TargetedListBuildUpdateParams, type TargetedListBuildListParams, type TargetedListBuildListResponsesSkipLimit, } from "./targeted-list-builds/index.mjs";
|
|
16
|
+
export { TemplateEditorSessions, type TemplateEditorSessionCreateResponse, type TemplateEditorSessionListResponse, type TemplateEditorSessionDeleteResponse, type TemplateEditorSessionCreateParams, type TemplateEditorSessionListParams, type TemplateEditorSessionListResponsesSkipLimit, } from "./template-editor-sessions.mjs";
|
|
15
17
|
export { Templates, type Template, type TemplateDeleteResponse, type TemplateCreateParams, type TemplateUpdateParams, type TemplateListParams, type TemplatesSkipLimit, } from "./templates.mjs";
|
|
18
|
+
export { Trackers, type TrackerCreateResponse, type TrackerRetrieveResponse, type TrackerUpdateResponse, type TrackerListResponse, type TrackerDeleteResponse, type TrackerRetrieveVisitsResponse, type TrackerCreateParams, type TrackerUpdateParams, type TrackerListParams, type TrackerRetrieveVisitsParams, type TrackerListResponsesSkipLimit, type TrackerRetrieveVisitsResponsesSkipLimit, } from "./trackers.mjs";
|
|
19
|
+
export { VirtualMailboxes, type VirtualMailboxCreateResponse, type VirtualMailboxRetrieveResponse, type VirtualMailboxListResponse, type VirtualMailboxRetrieveAddressResponse, type VirtualMailboxCreateParams, type VirtualMailboxListParams, type VirtualMailboxListResponsesSkipLimit, } from "./virtual-mailboxes/index.mjs";
|
|
16
20
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EACL,KAAK,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
export { BankAccounts, type BankAccount, type BankAccountCountryCode, type BankAccountDeleteResponse, type BankAccountCreateParams, type BankAccountListParams, type BankAccountsSkipLimit, } from "./bank-accounts.js";
|
|
2
|
-
export { Boxes, type
|
|
2
|
+
export { Boxes, type BoxCreateResponse, type BoxRetrieveResponse, type BoxListResponse, type BoxDeleteResponse, type BoxProgressionsResponse, type BoxCreateParams, type BoxListParams, type BoxListResponsesSkipLimit, } from "./boxes.js";
|
|
3
3
|
export { Campaigns, type Campaign, type CampaignDeleteResponse, type CampaignCreateParams, type CampaignUpdateParams, type CampaignListParams, type CampaignSendParams, type CampaignsSkipLimit, } from "./campaigns.js";
|
|
4
|
-
export { Cheques, type Cheque, type ChequeSize, type DigitalOnly, type ChequeRetrieveURLResponse, type ChequeCreateParams, type ChequeListParams, type ChequesSkipLimit, } from "./cheques.js";
|
|
5
|
-
export { Contacts, type Contact, type ContactCreate, type ContactDeleteResponse, type ContactCreateParams, type ContactListParams, type ContactsSkipLimit, } from "./contacts.js";
|
|
6
|
-
export { Letters, type AddressPlacement, type AttachedPdf, type Letter, type LetterSize, type PlasticCard, type LetterRetrieveURLResponse, type LetterCreateParams, type LetterListParams, type LettersSkipLimit, } from "./letters.js";
|
|
4
|
+
export { Cheques, type Cheque, type ChequeSize, type DigitalOnly, type ChequeRetrieveURLResponse, type ChequeCreateParams, type ChequeListParams, type ChequeCancelParams, type ChequesSkipLimit, } from "./cheques.js";
|
|
5
|
+
export { Contacts, type Contact, type ContactCreate, type ContactCreateWithCompanyName, type ContactCreateWithFirstName, type ContactDeleteResponse, type ContactCreateParams, type ContactListParams, type ContactsSkipLimit, } from "./contacts.js";
|
|
6
|
+
export { Letters, type AddressPlacement, type AttachedPdf, type Letter, type LetterSize, type PlasticCard, type LetterRetrieveURLResponse, type LetterCreateParams, type LetterListParams, type LetterCancelParams, type LettersSkipLimit, } from "./letters.js";
|
|
7
7
|
export { MailingListImports, type FileType, type MailingListImportResponse, type VerificationStatusCount, type MailingListImportDeleteResponse, type MailingListImportCreateParams, type MailingListImportUpdateParams, type MailingListImportListParams, type MailingListImportResponsesSkipLimit, } from "./mailing-list-imports.js";
|
|
8
8
|
export { MailingLists, type MailingList, type MailingListUpdate, type MailingListDeleteResponse, type MailingListCreateParams, type MailingListUpdateParams, type MailingListListParams, type MailingListJobsParams, type MailingListsSkipLimit, } from "./mailing-lists.js";
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export { PrintMail, type ContactCreateWithCompanyName, type ContactCreateWithFirstName } from "./print-mail.js";
|
|
9
|
+
export { Postcards, type Postcard, type PostcardRetrieveURLResponse, type PostcardCreateParams, type PostcardListParams, type PostcardCancelParams, type PostcardsSkipLimit, } from "./postcards.js";
|
|
10
|
+
export { PrintMail } from "./print-mail.js";
|
|
12
11
|
export { Reports, type DeletedResponse, type Report, type ReportCreateParams, type ReportUpdateParams, type ReportListParams, type ReportSampleParams, type ReportsSkipLimit, } from "./reports/index.js";
|
|
13
12
|
export { SelfMailers, type SelfMailer, type SelfMailerRetrieveURLResponse, type SelfMailerCreateParams, type SelfMailerListParams, type SelfMailersSkipLimit, } from "./self-mailers.js";
|
|
14
|
-
export {
|
|
13
|
+
export { SnapPacks, type SnapPackCreateResponse, type SnapPackRetrieveResponse, type SnapPackListResponse, type SnapPackDeleteResponse, type SnapPackProgressionsResponse, type SnapPackRetrieveCapabilitiesResponse, type SnapPackCreateParams, type SnapPackListParams, type SnapPackRetrieveCapabilitiesParams, type SnapPackListResponsesSkipLimit, } from "./snap-packs.js";
|
|
14
|
+
export { SubOrganizations, type EmailPreferences, type SubOrganization, type SubOrganizationCreateResponse, type SubOrganizationRetrieveUsersResponse, type SubOrganizationCreateParams, type SubOrganizationListParams, type SubOrganizationRetrieveUsersParams, type SubOrganizationsSkipLimit, } from "./sub-organizations.js";
|
|
15
|
+
export { TargetedListBuilds, type TargetedListBuildCreateResponse, type TargetedListBuildRetrieveResponse, type TargetedListBuildUpdateResponse, type TargetedListBuildListResponse, type TargetedListBuildDeleteResponse, type TargetedListBuildConfirmResponse, type TargetedListBuildCreateParams, type TargetedListBuildUpdateParams, type TargetedListBuildListParams, type TargetedListBuildListResponsesSkipLimit, } from "./targeted-list-builds/index.js";
|
|
16
|
+
export { TemplateEditorSessions, type TemplateEditorSessionCreateResponse, type TemplateEditorSessionListResponse, type TemplateEditorSessionDeleteResponse, type TemplateEditorSessionCreateParams, type TemplateEditorSessionListParams, type TemplateEditorSessionListResponsesSkipLimit, } from "./template-editor-sessions.js";
|
|
15
17
|
export { Templates, type Template, type TemplateDeleteResponse, type TemplateCreateParams, type TemplateUpdateParams, type TemplateListParams, type TemplatesSkipLimit, } from "./templates.js";
|
|
18
|
+
export { Trackers, type TrackerCreateResponse, type TrackerRetrieveResponse, type TrackerUpdateResponse, type TrackerListResponse, type TrackerDeleteResponse, type TrackerRetrieveVisitsResponse, type TrackerCreateParams, type TrackerUpdateParams, type TrackerListParams, type TrackerRetrieveVisitsParams, type TrackerListResponsesSkipLimit, type TrackerRetrieveVisitsResponsesSkipLimit, } from "./trackers.js";
|
|
19
|
+
export { VirtualMailboxes, type VirtualMailboxCreateResponse, type VirtualMailboxRetrieveResponse, type VirtualMailboxListResponse, type VirtualMailboxRetrieveAddressResponse, type VirtualMailboxCreateParams, type VirtualMailboxListParams, type VirtualMailboxListResponsesSkipLimit, } from "./virtual-mailboxes/index.js";
|
|
16
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EACL,KAAK,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Templates = exports.SubOrganizations = exports.
|
|
4
|
+
exports.VirtualMailboxes = exports.Trackers = exports.Templates = exports.TemplateEditorSessions = exports.TargetedListBuilds = exports.SubOrganizations = exports.SnapPacks = exports.SelfMailers = exports.Reports = exports.PrintMail = exports.Postcards = exports.MailingLists = exports.MailingListImports = exports.Letters = exports.Contacts = exports.Cheques = exports.Campaigns = exports.Boxes = exports.BankAccounts = void 0;
|
|
5
5
|
var bank_accounts_1 = require("./bank-accounts.js");
|
|
6
6
|
Object.defineProperty(exports, "BankAccounts", { enumerable: true, get: function () { return bank_accounts_1.BankAccounts; } });
|
|
7
7
|
var boxes_1 = require("./boxes.js");
|
|
@@ -18,18 +18,26 @@ var mailing_list_imports_1 = require("./mailing-list-imports.js");
|
|
|
18
18
|
Object.defineProperty(exports, "MailingListImports", { enumerable: true, get: function () { return mailing_list_imports_1.MailingListImports; } });
|
|
19
19
|
var mailing_lists_1 = require("./mailing-lists.js");
|
|
20
20
|
Object.defineProperty(exports, "MailingLists", { enumerable: true, get: function () { return mailing_lists_1.MailingLists; } });
|
|
21
|
-
var index_1 = require("./order-profiles/index.js");
|
|
22
|
-
Object.defineProperty(exports, "OrderProfiles", { enumerable: true, get: function () { return index_1.OrderProfiles; } });
|
|
23
21
|
var postcards_1 = require("./postcards.js");
|
|
24
22
|
Object.defineProperty(exports, "Postcards", { enumerable: true, get: function () { return postcards_1.Postcards; } });
|
|
25
23
|
var print_mail_1 = require("./print-mail.js");
|
|
26
24
|
Object.defineProperty(exports, "PrintMail", { enumerable: true, get: function () { return print_mail_1.PrintMail; } });
|
|
27
|
-
var
|
|
28
|
-
Object.defineProperty(exports, "Reports", { enumerable: true, get: function () { return
|
|
25
|
+
var index_1 = require("./reports/index.js");
|
|
26
|
+
Object.defineProperty(exports, "Reports", { enumerable: true, get: function () { return index_1.Reports; } });
|
|
29
27
|
var self_mailers_1 = require("./self-mailers.js");
|
|
30
28
|
Object.defineProperty(exports, "SelfMailers", { enumerable: true, get: function () { return self_mailers_1.SelfMailers; } });
|
|
29
|
+
var snap_packs_1 = require("./snap-packs.js");
|
|
30
|
+
Object.defineProperty(exports, "SnapPacks", { enumerable: true, get: function () { return snap_packs_1.SnapPacks; } });
|
|
31
31
|
var sub_organizations_1 = require("./sub-organizations.js");
|
|
32
32
|
Object.defineProperty(exports, "SubOrganizations", { enumerable: true, get: function () { return sub_organizations_1.SubOrganizations; } });
|
|
33
|
+
var index_2 = require("./targeted-list-builds/index.js");
|
|
34
|
+
Object.defineProperty(exports, "TargetedListBuilds", { enumerable: true, get: function () { return index_2.TargetedListBuilds; } });
|
|
35
|
+
var template_editor_sessions_1 = require("./template-editor-sessions.js");
|
|
36
|
+
Object.defineProperty(exports, "TemplateEditorSessions", { enumerable: true, get: function () { return template_editor_sessions_1.TemplateEditorSessions; } });
|
|
33
37
|
var templates_1 = require("./templates.js");
|
|
34
38
|
Object.defineProperty(exports, "Templates", { enumerable: true, get: function () { return templates_1.Templates; } });
|
|
39
|
+
var trackers_1 = require("./trackers.js");
|
|
40
|
+
Object.defineProperty(exports, "Trackers", { enumerable: true, get: function () { return trackers_1.Trackers; } });
|
|
41
|
+
var index_3 = require("./virtual-mailboxes/index.js");
|
|
42
|
+
Object.defineProperty(exports, "VirtualMailboxes", { enumerable: true, get: function () { return index_3.VirtualMailboxes; } });
|
|
35
43
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oDAQyB;AAPvB,6GAAA,YAAY,OAAA;AAQd,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oDAQyB;AAPvB,6GAAA,YAAY,OAAA;AAQd,oCAUiB;AATf,8FAAA,KAAK,OAAA;AAUP,4CASqB;AARnB,sGAAA,SAAS,OAAA;AASX,wCAUmB;AATjB,kGAAA,OAAO,OAAA;AAUT,0CAUoB;AATlB,oGAAA,QAAQ,OAAA;AAUV,wCAYmB;AAXjB,kGAAA,OAAO,OAAA;AAYT,kEAUgC;AAT9B,0HAAA,kBAAkB,OAAA;AAUpB,oDAUyB;AATvB,6GAAA,YAAY,OAAA;AAUd,4CAQqB;AAPnB,sGAAA,SAAS,OAAA;AAQX,8CAAyC;AAAhC,uGAAA,SAAS,OAAA;AAClB,4CASyB;AARvB,gGAAA,OAAO,OAAA;AAST,kDAOwB;AANtB,2GAAA,WAAW,OAAA;AAOb,8CAYsB;AAXpB,uGAAA,SAAS,OAAA;AAYX,4DAU6B;AAT3B,qHAAA,gBAAgB,OAAA;AAUlB,yDAYsC;AAXpC,2GAAA,kBAAkB,OAAA;AAYpB,0EAQoC;AAPlC,kIAAA,sBAAsB,OAAA;AAQxB,4CAQqB;AAPnB,sGAAA,SAAS,OAAA;AAQX,0CAcoB;AAblB,oGAAA,QAAQ,OAAA;AAcV,sDASmC;AARjC,yGAAA,gBAAgB,OAAA"}
|
|
@@ -7,11 +7,15 @@ export { Contacts, } from "./contacts.mjs";
|
|
|
7
7
|
export { Letters, } from "./letters.mjs";
|
|
8
8
|
export { MailingListImports, } from "./mailing-list-imports.mjs";
|
|
9
9
|
export { MailingLists, } from "./mailing-lists.mjs";
|
|
10
|
-
export { OrderProfiles } from "./order-profiles/index.mjs";
|
|
11
10
|
export { Postcards, } from "./postcards.mjs";
|
|
12
11
|
export { PrintMail } from "./print-mail.mjs";
|
|
13
12
|
export { Reports, } from "./reports/index.mjs";
|
|
14
13
|
export { SelfMailers, } from "./self-mailers.mjs";
|
|
14
|
+
export { SnapPacks, } from "./snap-packs.mjs";
|
|
15
15
|
export { SubOrganizations, } from "./sub-organizations.mjs";
|
|
16
|
+
export { TargetedListBuilds, } from "./targeted-list-builds/index.mjs";
|
|
17
|
+
export { TemplateEditorSessions, } from "./template-editor-sessions.mjs";
|
|
16
18
|
export { Templates, } from "./templates.mjs";
|
|
19
|
+
export { Trackers, } from "./trackers.mjs";
|
|
20
|
+
export { VirtualMailboxes, } from "./virtual-mailboxes/index.mjs";
|
|
17
21
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,YAAY,GAOb;OACM,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,YAAY,GAOb;OACM,EACL,KAAK,GASN;OACM,EACL,SAAS,GAQV;OACM,EACL,OAAO,GASR;OACM,EACL,QAAQ,GAST;OACM,EACL,OAAO,GAWR;OACM,EACL,kBAAkB,GASnB;OACM,EACL,YAAY,GASb;OACM,EACL,SAAS,GAOV;OACM,EAAE,SAAS,EAAE;OACb,EACL,OAAO,GAQR;OACM,EACL,WAAW,GAMZ;OACM,EACL,SAAS,GAWV;OACM,EACL,gBAAgB,GASjB;OACM,EACL,kBAAkB,GAWnB;OACM,EACL,sBAAsB,GAOvB;OACM,EACL,SAAS,GAOV;OACM,EACL,QAAQ,GAaT;OACM,EACL,gBAAgB,GAQjB"}
|