postgrid-node 0.5.0 → 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 +84 -0
- package/LICENSE +1 -1
- package/README.md +13 -10
- package/client.d.mts +30 -10
- package/client.d.mts.map +1 -1
- package/client.d.ts +30 -10
- package/client.d.ts.map +1 -1
- package/client.js +56 -10
- package/client.js.map +1 -1
- package/client.mjs +57 -11
- 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 +7 -1
- 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 +995 -0
- package/resources/print-mail/boxes.d.mts.map +1 -0
- package/resources/print-mail/boxes.d.ts +995 -0
- package/resources/print-mail/boxes.d.ts.map +1 -0
- package/resources/print-mail/boxes.js +103 -0
- package/resources/print-mail/boxes.js.map +1 -0
- package/resources/print-mail/boxes.mjs +99 -0
- package/resources/print-mail/boxes.mjs.map +1 -0
- 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 +35 -5
- package/resources/print-mail/cheques.d.mts.map +1 -1
- package/resources/print-mail/cheques.d.ts +35 -5
- 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 -7
- package/resources/print-mail/index.d.mts.map +1 -1
- package/resources/print-mail/index.d.ts +12 -7
- package/resources/print-mail/index.d.ts.map +1 -1
- package/resources/print-mail/index.js +15 -5
- package/resources/print-mail/index.js.map +1 -1
- package/resources/print-mail/index.mjs +6 -1
- package/resources/print-mail/index.mjs.map +1 -1
- package/resources/print-mail/letters.d.mts +36 -6
- package/resources/print-mail/letters.d.mts.map +1 -1
- package/resources/print-mail/letters.d.ts +36 -6
- 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 +63 -13
- package/resources/print-mail/postcards.d.mts.map +1 -1
- package/resources/print-mail/postcards.d.ts +63 -13
- 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 +42 -159
- package/resources/print-mail/print-mail.d.mts.map +1 -1
- package/resources/print-mail/print-mail.d.ts +42 -159
- package/resources/print-mail/print-mail.d.ts.map +1 -1
- package/resources/print-mail/print-mail.js +36 -16
- package/resources/print-mail/print-mail.js.map +1 -1
- package/resources/print-mail/print-mail.mjs +36 -16
- 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 +25 -12
- package/resources/print-mail/self-mailers.d.mts.map +1 -1
- package/resources/print-mail/self-mailers.d.ts +25 -12
- 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 +116 -26
- 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 +1324 -0
- package/src/resources/print-mail/campaigns.ts +1449 -59
- package/src/resources/print-mail/cheques.ts +42 -4
- package/src/resources/print-mail/contacts.ts +167 -4
- package/src/resources/print-mail/index.ts +79 -4
- package/src/resources/print-mail/letters.ts +43 -5
- 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 +74 -12
- package/src/resources/print-mail/print-mail.ts +245 -239
- 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 +28 -12
- 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 -387
- package/resources/print-mail/order-profiles/cheques.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/cheques.d.ts +0 -387
- 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 -324
- package/resources/print-mail/order-profiles/letters.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/letters.d.ts +0 -324
- 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 -254
- package/resources/print-mail/order-profiles/postcards.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/postcards.d.ts +0 -254
- 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 -259
- package/resources/print-mail/order-profiles/self-mailers.d.mts.map +0 -1
- package/resources/print-mail/order-profiles/self-mailers.d.ts +0 -259
- 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 -589
- package/src/resources/print-mail/order-profiles/index.ts +0 -47
- package/src/resources/print-mail/order-profiles/letters.ts +0 -489
- package/src/resources/print-mail/order-profiles/order-profiles.ts +0 -113
- package/src/resources/print-mail/order-profiles/postcards.ts +0 -404
- package/src/resources/print-mail/order-profiles/self-mailers.ts +0 -415
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.js";
|
|
2
2
|
import * as ContactsAPI from "./contacts.js";
|
|
3
|
-
import * as PrintMailAPI from "./print-mail.js";
|
|
4
|
-
import * as OrderProfilesPostcardsAPI from "./order-profiles/postcards.js";
|
|
5
3
|
import { APIPromise } from "../../core/api-promise.js";
|
|
6
4
|
import { PagePromise, SkipLimit, type SkipLimitParams } from "../../core/pagination.js";
|
|
7
5
|
import { RequestOptions } from "../../internal/request-options.js";
|
|
@@ -61,6 +59,35 @@ export declare class Postcards extends APIResource {
|
|
|
61
59
|
* ```
|
|
62
60
|
*/
|
|
63
61
|
delete(id: string, options?: RequestOptions): APIPromise<Postcard>;
|
|
62
|
+
/**
|
|
63
|
+
* Cancel a postcard by ID with a note. Note that this operation cannot be undone
|
|
64
|
+
* and that only postcards with a status of `ready` can be cancelled.
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* ```ts
|
|
68
|
+
* const postcard = await client.printMail.postcards.cancel(
|
|
69
|
+
* 'id',
|
|
70
|
+
* { note: 'Cancelling this postcard' },
|
|
71
|
+
* );
|
|
72
|
+
* ```
|
|
73
|
+
*/
|
|
74
|
+
cancel(id: string, body: PostcardCancelParams, options?: RequestOptions): APIPromise<Postcard>;
|
|
75
|
+
/**
|
|
76
|
+
* Progresses a postcard's `status` to the next stage. This is only available in
|
|
77
|
+
* test mode and can be used to simulate how a live order would progress through
|
|
78
|
+
* the different statuses.
|
|
79
|
+
*
|
|
80
|
+
* Note: this will fail with an `invalid_progression_error` if the status is one of
|
|
81
|
+
* `completed` or `cancelled`.
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* ```ts
|
|
85
|
+
* const postcard = await client.printMail.postcards.progress(
|
|
86
|
+
* 'id',
|
|
87
|
+
* );
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
progress(id: string, options?: RequestOptions): APIPromise<Postcard>;
|
|
64
91
|
/**
|
|
65
92
|
* Retrieve a postcard preview URL.
|
|
66
93
|
*
|
|
@@ -109,7 +136,7 @@ export interface Postcard {
|
|
|
109
136
|
/**
|
|
110
137
|
* Enum representing the supported postcard sizes.
|
|
111
138
|
*/
|
|
112
|
-
size:
|
|
139
|
+
size: '6x4' | '9x6' | '11x6';
|
|
113
140
|
/**
|
|
114
141
|
* See `OrderStatus` for more details on the status of this order.
|
|
115
142
|
*/
|
|
@@ -167,6 +194,11 @@ export interface Postcard {
|
|
|
167
194
|
metadata?: {
|
|
168
195
|
[key: string]: unknown;
|
|
169
196
|
};
|
|
197
|
+
/**
|
|
198
|
+
* Premium paper identifier. Use "standard" for regular stock or a premium*paper*\*
|
|
199
|
+
* ID.
|
|
200
|
+
*/
|
|
201
|
+
paper?: string;
|
|
170
202
|
/**
|
|
171
203
|
* The tracking number of this order. Populated after an express/certified order
|
|
172
204
|
* has been processed for delivery.
|
|
@@ -232,14 +264,14 @@ export declare namespace PostcardCreateParams {
|
|
|
232
264
|
/**
|
|
233
265
|
* Enum representing the supported postcard sizes.
|
|
234
266
|
*/
|
|
235
|
-
size:
|
|
267
|
+
size: '6x4' | '9x6' | '11x6';
|
|
236
268
|
/**
|
|
237
269
|
* The recipient of this order. You can either supply the contact information
|
|
238
270
|
* inline here or provide a contact ID. PostGrid will automatically deduplicate
|
|
239
271
|
* contacts regardless of whether you provide the information inline here or call
|
|
240
272
|
* the contact creation endpoint.
|
|
241
273
|
*/
|
|
242
|
-
to:
|
|
274
|
+
to: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
243
275
|
/**
|
|
244
276
|
* An optional string describing this resource. Will be visible in the API and the
|
|
245
277
|
* dashboard.
|
|
@@ -250,7 +282,7 @@ export declare namespace PostcardCreateParams {
|
|
|
250
282
|
* here just like you can for the `to`. Unlike other order types, the sender
|
|
251
283
|
* address is optional for postcards.
|
|
252
284
|
*/
|
|
253
|
-
from?:
|
|
285
|
+
from?: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
254
286
|
/**
|
|
255
287
|
* The mailing class of this order. If not provided, automatically set to
|
|
256
288
|
* `first_class`.
|
|
@@ -271,6 +303,11 @@ export declare namespace PostcardCreateParams {
|
|
|
271
303
|
metadata?: {
|
|
272
304
|
[key: string]: unknown;
|
|
273
305
|
};
|
|
306
|
+
/**
|
|
307
|
+
* Premium paper identifier. Use "standard" for regular stock or a premium*paper*\*
|
|
308
|
+
* ID.
|
|
309
|
+
*/
|
|
310
|
+
paper?: string;
|
|
274
311
|
/**
|
|
275
312
|
* This order will transition from `ready` to `printing` on the day after this
|
|
276
313
|
* date. You can use this parameter to schedule orders for a future date.
|
|
@@ -298,14 +335,14 @@ export declare namespace PostcardCreateParams {
|
|
|
298
335
|
/**
|
|
299
336
|
* Enum representing the supported postcard sizes.
|
|
300
337
|
*/
|
|
301
|
-
size:
|
|
338
|
+
size: '6x4' | '9x6' | '11x6';
|
|
302
339
|
/**
|
|
303
340
|
* The recipient of this order. You can either supply the contact information
|
|
304
341
|
* inline here or provide a contact ID. PostGrid will automatically deduplicate
|
|
305
342
|
* contacts regardless of whether you provide the information inline here or call
|
|
306
343
|
* the contact creation endpoint.
|
|
307
344
|
*/
|
|
308
|
-
to:
|
|
345
|
+
to: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
309
346
|
/**
|
|
310
347
|
* An optional string describing this resource. Will be visible in the API and the
|
|
311
348
|
* dashboard.
|
|
@@ -316,7 +353,7 @@ export declare namespace PostcardCreateParams {
|
|
|
316
353
|
* here just like you can for the `to`. Unlike other order types, the sender
|
|
317
354
|
* address is optional for postcards.
|
|
318
355
|
*/
|
|
319
|
-
from?:
|
|
356
|
+
from?: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
320
357
|
/**
|
|
321
358
|
* The mailing class of this order. If not provided, automatically set to
|
|
322
359
|
* `first_class`.
|
|
@@ -337,6 +374,11 @@ export declare namespace PostcardCreateParams {
|
|
|
337
374
|
metadata?: {
|
|
338
375
|
[key: string]: unknown;
|
|
339
376
|
};
|
|
377
|
+
/**
|
|
378
|
+
* Premium paper identifier. Use "standard" for regular stock or a premium*paper*\*
|
|
379
|
+
* ID.
|
|
380
|
+
*/
|
|
381
|
+
paper?: string;
|
|
340
382
|
/**
|
|
341
383
|
* This order will transition from `ready` to `printing` on the day after this
|
|
342
384
|
* date. You can use this parameter to schedule orders for a future date.
|
|
@@ -352,14 +394,14 @@ export declare namespace PostcardCreateParams {
|
|
|
352
394
|
/**
|
|
353
395
|
* Enum representing the supported postcard sizes.
|
|
354
396
|
*/
|
|
355
|
-
size:
|
|
397
|
+
size: '6x4' | '9x6' | '11x6';
|
|
356
398
|
/**
|
|
357
399
|
* The recipient of this order. You can either supply the contact information
|
|
358
400
|
* inline here or provide a contact ID. PostGrid will automatically deduplicate
|
|
359
401
|
* contacts regardless of whether you provide the information inline here or call
|
|
360
402
|
* the contact creation endpoint.
|
|
361
403
|
*/
|
|
362
|
-
to:
|
|
404
|
+
to: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
363
405
|
/**
|
|
364
406
|
* An optional string describing this resource. Will be visible in the API and the
|
|
365
407
|
* dashboard.
|
|
@@ -370,7 +412,7 @@ export declare namespace PostcardCreateParams {
|
|
|
370
412
|
* here just like you can for the `to`. Unlike other order types, the sender
|
|
371
413
|
* address is optional for postcards.
|
|
372
414
|
*/
|
|
373
|
-
from?:
|
|
415
|
+
from?: ContactsAPI.ContactCreateWithFirstName | ContactsAPI.ContactCreateWithCompanyName | string;
|
|
374
416
|
/**
|
|
375
417
|
* The mailing class of this order. If not provided, automatically set to
|
|
376
418
|
* `first_class`.
|
|
@@ -391,6 +433,11 @@ export declare namespace PostcardCreateParams {
|
|
|
391
433
|
metadata?: {
|
|
392
434
|
[key: string]: unknown;
|
|
393
435
|
};
|
|
436
|
+
/**
|
|
437
|
+
* Premium paper identifier. Use "standard" for regular stock or a premium*paper*\*
|
|
438
|
+
* ID.
|
|
439
|
+
*/
|
|
440
|
+
paper?: string;
|
|
394
441
|
/**
|
|
395
442
|
* This order will transition from `ready` to `printing` on the day after this
|
|
396
443
|
* date. You can use this parameter to schedule orders for a future date.
|
|
@@ -408,7 +455,10 @@ export interface PostcardListParams extends SkipLimitParams {
|
|
|
408
455
|
*/
|
|
409
456
|
search?: string;
|
|
410
457
|
}
|
|
458
|
+
export interface PostcardCancelParams {
|
|
459
|
+
note: string;
|
|
460
|
+
}
|
|
411
461
|
export declare namespace Postcards {
|
|
412
|
-
export { type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, };
|
|
462
|
+
export { type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, type PostcardCancelParams as PostcardCancelParams, };
|
|
413
463
|
}
|
|
414
464
|
//# sourceMappingURL=postcards.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postcards.d.ts","sourceRoot":"","sources":["../../src/resources/print-mail/postcards.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,
|
|
1
|
+
{"version":3,"file":"postcards.d.ts","sourceRoot":"","sources":["../../src/resources/print-mail/postcards.ts"],"names":[],"mappings":"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"}
|
|
@@ -69,6 +69,39 @@ class Postcards extends resource_1.APIResource {
|
|
|
69
69
|
delete(id, options) {
|
|
70
70
|
return this._client.delete((0, path_1.path) `/print-mail/v1/postcards/${id}`, options);
|
|
71
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* Cancel a postcard by ID with a note. Note that this operation cannot be undone
|
|
74
|
+
* and that only postcards with a status of `ready` can be cancelled.
|
|
75
|
+
*
|
|
76
|
+
* @example
|
|
77
|
+
* ```ts
|
|
78
|
+
* const postcard = await client.printMail.postcards.cancel(
|
|
79
|
+
* 'id',
|
|
80
|
+
* { note: 'Cancelling this postcard' },
|
|
81
|
+
* );
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
cancel(id, body, options) {
|
|
85
|
+
return this._client.post((0, path_1.path) `/print-mail/v1/postcards/${id}/cancellation`, { body, ...options });
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Progresses a postcard's `status` to the next stage. This is only available in
|
|
89
|
+
* test mode and can be used to simulate how a live order would progress through
|
|
90
|
+
* the different statuses.
|
|
91
|
+
*
|
|
92
|
+
* Note: this will fail with an `invalid_progression_error` if the status is one of
|
|
93
|
+
* `completed` or `cancelled`.
|
|
94
|
+
*
|
|
95
|
+
* @example
|
|
96
|
+
* ```ts
|
|
97
|
+
* const postcard = await client.printMail.postcards.progress(
|
|
98
|
+
* 'id',
|
|
99
|
+
* );
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
progress(id, options) {
|
|
103
|
+
return this._client.post((0, path_1.path) `/print-mail/v1/postcards/${id}/progressions`, options);
|
|
104
|
+
}
|
|
72
105
|
/**
|
|
73
106
|
* Retrieve a postcard preview URL.
|
|
74
107
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postcards.js","sourceRoot":"","sources":["../../src/resources/print-mail/postcards.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;
|
|
1
|
+
{"version":3,"file":"postcards.js","sourceRoot":"","sources":["../../src/resources/print-mail/postcards.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAGlD,yDAAqF;AAErF,uDAAiD;AAEjD,MAAa,SAAU,SAAQ,sBAAW;IACxC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,4BAA4B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,0BAA0B,EAAE,CAAA,sBAAmB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,4BAA4B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,IAA0B,EAAE,OAAwB;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,4BAA4B,EAAE,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,4BAA4B,EAAE,eAAe,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAU,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,4BAA4B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CACF;AA3HD,8BA2HC"}
|
|
@@ -66,6 +66,39 @@ export class Postcards extends APIResource {
|
|
|
66
66
|
delete(id, options) {
|
|
67
67
|
return this._client.delete(path `/print-mail/v1/postcards/${id}`, options);
|
|
68
68
|
}
|
|
69
|
+
/**
|
|
70
|
+
* Cancel a postcard by ID with a note. Note that this operation cannot be undone
|
|
71
|
+
* and that only postcards with a status of `ready` can be cancelled.
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* ```ts
|
|
75
|
+
* const postcard = await client.printMail.postcards.cancel(
|
|
76
|
+
* 'id',
|
|
77
|
+
* { note: 'Cancelling this postcard' },
|
|
78
|
+
* );
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
cancel(id, body, options) {
|
|
82
|
+
return this._client.post(path `/print-mail/v1/postcards/${id}/cancellation`, { body, ...options });
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Progresses a postcard's `status` to the next stage. This is only available in
|
|
86
|
+
* test mode and can be used to simulate how a live order would progress through
|
|
87
|
+
* the different statuses.
|
|
88
|
+
*
|
|
89
|
+
* Note: this will fail with an `invalid_progression_error` if the status is one of
|
|
90
|
+
* `completed` or `cancelled`.
|
|
91
|
+
*
|
|
92
|
+
* @example
|
|
93
|
+
* ```ts
|
|
94
|
+
* const postcard = await client.printMail.postcards.progress(
|
|
95
|
+
* 'id',
|
|
96
|
+
* );
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
progress(id, options) {
|
|
100
|
+
return this._client.post(path `/print-mail/v1/postcards/${id}/progressions`, options);
|
|
101
|
+
}
|
|
69
102
|
/**
|
|
70
103
|
* Retrieve a postcard preview URL.
|
|
71
104
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postcards.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/postcards.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"postcards.mjs","sourceRoot":"","sources":["../../src/resources/print-mail/postcards.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAe,SAAS,EAAwB;OAEhD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,4BAA4B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,0BAA0B,EAAE,CAAA,SAAmB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,4BAA4B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,IAA0B,EAAE,OAAwB;QACrE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,4BAA4B,EAAE,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,4BAA4B,EAAE,eAAe,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAU,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,4BAA4B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CACF"}
|
|
@@ -1,195 +1,78 @@
|
|
|
1
1
|
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
|
+
import * as BoxesAPI from "./boxes.mjs";
|
|
5
|
+
import { BoxCreateParams, BoxCreateResponse, BoxDeleteResponse, BoxListParams, BoxListResponse, BoxListResponsesSkipLimit, BoxProgressionsResponse, BoxRetrieveResponse, Boxes } from "./boxes.mjs";
|
|
4
6
|
import * as CampaignsAPI from "./campaigns.mjs";
|
|
5
7
|
import { Campaign, CampaignCreateParams, CampaignDeleteResponse, CampaignListParams, CampaignSendParams, CampaignUpdateParams, Campaigns, CampaignsSkipLimit } from "./campaigns.mjs";
|
|
6
8
|
import * as ChequesAPI from "./cheques.mjs";
|
|
7
|
-
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";
|
|
8
10
|
import * as ContactsAPI from "./contacts.mjs";
|
|
9
|
-
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";
|
|
10
12
|
import * as LettersAPI from "./letters.mjs";
|
|
11
|
-
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";
|
|
12
14
|
import * as MailingListImportsAPI from "./mailing-list-imports.mjs";
|
|
13
15
|
import { FileType, MailingListImportCreateParams, MailingListImportDeleteResponse, MailingListImportListParams, MailingListImportResponse, MailingListImportResponsesSkipLimit, MailingListImportUpdateParams, MailingListImports, VerificationStatusCount } from "./mailing-list-imports.mjs";
|
|
14
16
|
import * as MailingListsAPI from "./mailing-lists.mjs";
|
|
15
17
|
import { MailingList, MailingListCreateParams, MailingListDeleteResponse, MailingListJobsParams, MailingListListParams, MailingListUpdate, MailingListUpdateParams, MailingLists, MailingListsSkipLimit } from "./mailing-lists.mjs";
|
|
16
18
|
import * as PostcardsAPI from "./postcards.mjs";
|
|
17
|
-
import { Postcard, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.mjs";
|
|
19
|
+
import { Postcard, PostcardCancelParams, PostcardCreateParams, PostcardListParams, PostcardRetrieveURLResponse, Postcards, PostcardsSkipLimit } from "./postcards.mjs";
|
|
18
20
|
import * as SelfMailersAPI from "./self-mailers.mjs";
|
|
19
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";
|
|
20
24
|
import * as SubOrganizationsAPI from "./sub-organizations.mjs";
|
|
21
|
-
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";
|
|
22
28
|
import * as TemplatesAPI from "./templates.mjs";
|
|
23
29
|
import { Template, TemplateCreateParams, TemplateDeleteResponse, TemplateListParams, TemplateUpdateParams, Templates, TemplatesSkipLimit } from "./templates.mjs";
|
|
24
|
-
import * as
|
|
25
|
-
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";
|
|
26
32
|
import * as ReportsAPI from "./reports/reports.mjs";
|
|
27
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";
|
|
28
38
|
export declare class PrintMail extends APIResource {
|
|
29
|
-
bankAccounts: BankAccountsAPI.BankAccounts;
|
|
30
|
-
campaigns: CampaignsAPI.Campaigns;
|
|
31
|
-
cheques: ChequesAPI.Cheques;
|
|
32
39
|
contacts: ContactsAPI.Contacts;
|
|
40
|
+
templates: TemplatesAPI.Templates;
|
|
41
|
+
trackers: TrackersAPI.Trackers;
|
|
33
42
|
letters: LettersAPI.Letters;
|
|
43
|
+
postcards: PostcardsAPI.Postcards;
|
|
44
|
+
bankAccounts: BankAccountsAPI.BankAccounts;
|
|
45
|
+
cheques: ChequesAPI.Cheques;
|
|
46
|
+
selfMailers: SelfMailersAPI.SelfMailers;
|
|
47
|
+
campaigns: CampaignsAPI.Campaigns;
|
|
34
48
|
mailingListImports: MailingListImportsAPI.MailingListImports;
|
|
35
49
|
mailingLists: MailingListsAPI.MailingLists;
|
|
36
|
-
orderProfiles: OrderProfilesAPI.OrderProfiles;
|
|
37
|
-
postcards: PostcardsAPI.Postcards;
|
|
38
50
|
reports: ReportsAPI.Reports;
|
|
39
|
-
selfMailers: SelfMailersAPI.SelfMailers;
|
|
40
51
|
subOrganizations: SubOrganizationsAPI.SubOrganizations;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
*/
|
|
47
|
-
addressLine1: string;
|
|
48
|
-
companyName: string;
|
|
49
|
-
/**
|
|
50
|
-
* The ISO 3611-1 country code of the contact's address.
|
|
51
|
-
*/
|
|
52
|
-
countryCode: string;
|
|
53
|
-
/**
|
|
54
|
-
* Second line of the contact's address, if applicable.
|
|
55
|
-
*/
|
|
56
|
-
addressLine2?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The city of the contact's address.
|
|
59
|
-
*/
|
|
60
|
-
city?: string;
|
|
61
|
-
/**
|
|
62
|
-
* An optional string describing this resource. Will be visible in the API and the
|
|
63
|
-
* dashboard.
|
|
64
|
-
*/
|
|
65
|
-
description?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Email of the contact.
|
|
68
|
-
*/
|
|
69
|
-
email?: string;
|
|
70
|
-
/**
|
|
71
|
-
* First name of the contact.
|
|
72
|
-
*/
|
|
73
|
-
firstName?: string;
|
|
74
|
-
/**
|
|
75
|
-
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
76
|
-
* `verified` even if our address verification system says otherwise.
|
|
77
|
-
*/
|
|
78
|
-
forceVerifiedStatus?: boolean;
|
|
79
|
-
/**
|
|
80
|
-
* Job title of the contact.
|
|
81
|
-
*/
|
|
82
|
-
jobTitle?: string;
|
|
83
|
-
/**
|
|
84
|
-
* Last name of the contact.
|
|
85
|
-
*/
|
|
86
|
-
lastName?: string;
|
|
87
|
-
/**
|
|
88
|
-
* See the section on Metadata.
|
|
89
|
-
*/
|
|
90
|
-
metadata?: {
|
|
91
|
-
[key: string]: unknown;
|
|
92
|
-
};
|
|
93
|
-
/**
|
|
94
|
-
* Phone number of the contact.
|
|
95
|
-
*/
|
|
96
|
-
phoneNumber?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The postal or ZIP code of the contact's address.
|
|
99
|
-
*/
|
|
100
|
-
postalOrZip?: string;
|
|
101
|
-
/**
|
|
102
|
-
* Province or state of the contact's address.
|
|
103
|
-
*/
|
|
104
|
-
provinceOrState?: string;
|
|
105
|
-
/**
|
|
106
|
-
* If `true`, PostGrid will skip running this contact's address through our address
|
|
107
|
-
* verification system.
|
|
108
|
-
*/
|
|
109
|
-
skipVerification?: boolean;
|
|
110
|
-
}
|
|
111
|
-
export interface ContactCreateWithFirstName {
|
|
112
|
-
/**
|
|
113
|
-
* The first line of the contact's address.
|
|
114
|
-
*/
|
|
115
|
-
addressLine1: string;
|
|
116
|
-
/**
|
|
117
|
-
* The ISO 3611-1 country code of the contact's address.
|
|
118
|
-
*/
|
|
119
|
-
countryCode: string;
|
|
120
|
-
firstName: string;
|
|
121
|
-
/**
|
|
122
|
-
* Second line of the contact's address, if applicable.
|
|
123
|
-
*/
|
|
124
|
-
addressLine2?: string;
|
|
125
|
-
/**
|
|
126
|
-
* The city of the contact's address.
|
|
127
|
-
*/
|
|
128
|
-
city?: string;
|
|
129
|
-
/**
|
|
130
|
-
* Company name of the contact.
|
|
131
|
-
*/
|
|
132
|
-
companyName?: string;
|
|
133
|
-
/**
|
|
134
|
-
* An optional string describing this resource. Will be visible in the API and the
|
|
135
|
-
* dashboard.
|
|
136
|
-
*/
|
|
137
|
-
description?: string;
|
|
138
|
-
/**
|
|
139
|
-
* Email of the contact.
|
|
140
|
-
*/
|
|
141
|
-
email?: string;
|
|
142
|
-
/**
|
|
143
|
-
* If `true`, PostGrid will force this contact to have an `addressStatus` of
|
|
144
|
-
* `verified` even if our address verification system says otherwise.
|
|
145
|
-
*/
|
|
146
|
-
forceVerifiedStatus?: boolean;
|
|
147
|
-
/**
|
|
148
|
-
* Job title of the contact.
|
|
149
|
-
*/
|
|
150
|
-
jobTitle?: string;
|
|
151
|
-
/**
|
|
152
|
-
* Last name of the contact.
|
|
153
|
-
*/
|
|
154
|
-
lastName?: string;
|
|
155
|
-
/**
|
|
156
|
-
* See the section on Metadata.
|
|
157
|
-
*/
|
|
158
|
-
metadata?: {
|
|
159
|
-
[key: string]: unknown;
|
|
160
|
-
};
|
|
161
|
-
/**
|
|
162
|
-
* Phone number of the contact.
|
|
163
|
-
*/
|
|
164
|
-
phoneNumber?: string;
|
|
165
|
-
/**
|
|
166
|
-
* The postal or ZIP code of the contact's address.
|
|
167
|
-
*/
|
|
168
|
-
postalOrZip?: string;
|
|
169
|
-
/**
|
|
170
|
-
* Province or state of the contact's address.
|
|
171
|
-
*/
|
|
172
|
-
provinceOrState?: string;
|
|
173
|
-
/**
|
|
174
|
-
* If `true`, PostGrid will skip running this contact's address through our address
|
|
175
|
-
* verification system.
|
|
176
|
-
*/
|
|
177
|
-
skipVerification?: boolean;
|
|
52
|
+
boxes: BoxesAPI.Boxes;
|
|
53
|
+
snapPacks: SnapPacksAPI.SnapPacks;
|
|
54
|
+
targetedListBuilds: TargetedListBuildsAPI.TargetedListBuilds;
|
|
55
|
+
templateEditorSessions: TemplateEditorSessionsAPI.TemplateEditorSessions;
|
|
56
|
+
virtualMailboxes: VirtualMailboxesAPI.VirtualMailboxes;
|
|
178
57
|
}
|
|
179
58
|
export declare namespace PrintMail {
|
|
180
|
-
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, };
|
|
181
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, };
|
|
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, };
|
|
182
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, };
|
|
183
|
-
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, };
|
|
184
|
-
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, };
|
|
185
|
-
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, };
|
|
186
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, };
|
|
187
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, };
|
|
188
|
-
export { OrderProfiles as OrderProfiles };
|
|
189
|
-
export { Postcards as Postcards, type Postcard as Postcard, type PostcardRetrieveURLResponse as PostcardRetrieveURLResponse, type PostcardsSkipLimit as PostcardsSkipLimit, type PostcardCreateParams as PostcardCreateParams, type PostcardListParams as PostcardListParams, };
|
|
190
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, };
|
|
191
|
-
export {
|
|
192
|
-
export {
|
|
193
|
-
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, };
|
|
194
77
|
}
|
|
195
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,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,gBAAgB,EAChB,yBAAyB,EACzB,UAAU,EACV,OAAO,EACP,gBAAgB,EAChB,WAAW,EACZ;OACM,KAAK,WAAW;OAChB,EACL,OAAO,EACP,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,QAAQ,EACR,iBAAiB,EAClB;OACM,KAAK,UAAU;OACf,EACL,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,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,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,mBAAmB;OACxB,EACL,gBAAgB,EAChB,eAAe,EACf,yBAAyB,EACzB,kCAAkC,EAClC,oCAAoC,EACpC,
|
|
1
|
+
{"version":3,"file":"print-mail.d.mts","sourceRoot":"","sources":["../../src/resources/print-mail/print-mail.ts"],"names":[],"mappings":"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"}
|